/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: .8;
}
.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}
.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}
.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.mfp-align-top .mfp-container:before {
  display: none;
}
.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}
.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}
.mfp-ajax-cur {
  cursor: progress;
}
.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}
.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}
.mfp-auto-cursor .mfp-content {
  cursor: auto;
}
.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.mfp-loading.mfp-figure {
  display: none;
}
.mfp-hide {
  display: none !important;
}
.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}
.mfp-preloader a {
  color: #CCC;
}
.mfp-preloader a:hover {
  color: #FFF;
}
.mfp-s-ready .mfp-preloader {
  display: none;
}
.mfp-s-error .mfp-content {
  display: none;
}
button.mfp-close,
button.mfp-arrow,
.cart.table-wrapper .actions-toolbar > .action.mfp-close,
.cart.table-wrapper .actions-toolbar > .action.mfp-arrow,
.action-gift.mfp-close,
.action-gift.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: 0;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}
button::-moz-focus-inner,
.cart.table-wrapper .actions-toolbar > .action::-moz-focus-inner,
.action-gift::-moz-focus-inner {
  padding: 0;
  border: 0;
}
.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: .65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial,Baskerville,monospace;
}
.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
}
.mfp-close:active {
  top: 1px;
}
.mfp-close-btn-in .mfp-close {
  color: #333;
}
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 0;
  width: 40px;
}
.mfp-image-holder .mfp-close:hover,
.mfp-iframe-holder .mfp-close:hover {
  background-color: transparent;
}
.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}
.mfp-arrow {
  position: absolute;
  opacity: .65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}
.mfp-arrow:active {
  margin-top: -54px;
}
.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}
.mfp-arrow:before,
.mfp-arrow:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}
.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}
.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: .7;
}
.mfp-arrow-left {
  left: 0;
}
.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}
.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3f3f3f;
}
.mfp-arrow-right {
  right: 0;
}
.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}
.mfp-arrow-right:before {
  border-left: 27px solid #3f3f3f;
}
.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}
.mfp-iframe-holder .mfp-close {
  top: -40px;
}
.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}
.mfp-figure {
  line-height: 0;
}
.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}
.mfp-figure small {
  color: #bdbdbd;
  display: block;
  font-size: 12px;
  line-height: 14px;
}
.mfp-figure figure {
  margin: 0;
}
.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}
.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-wrap: break-word;
  padding-right: 36px;
}
.mfp-image-holder .mfp-content {
  max-width: 100%;
}
.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}
@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url('../fonts/fontawesome-webfont.eot?v=4.7.0');
  src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'), url('../fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em;
}
.fa-pull-left {
  float: left;
}
.fa-pull-right {
  float: right;
}
.fa.fa-pull-left {
  margin-right: .3em;
}
.fa.fa-pull-right {
  margin-left: .3em;
}
/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: .3em;
}
.fa.pull-right {
  margin-left: .3em;
}
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #ffffff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-slack:before {
  content: "\f198";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-pied-piper-pp:before {
  content: "\f1a7";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-spoon:before {
  content: "\f1b1";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-file-pdf-o:before {
  content: "\f1c1";
}
.fa-file-word-o:before {
  content: "\f1c2";
}
.fa-file-excel-o:before {
  content: "\f1c3";
}
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}
.fa-file-code-o:before {
  content: "\f1c9";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-circle-o-notch:before {
  content: "\f1ce";
}
.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}
.fa-history:before {
  content: "\f1da";
}
.fa-circle-thin:before {
  content: "\f1db";
}
.fa-header:before {
  content: "\f1dc";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-sliders:before {
  content: "\f1de";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-newspaper-o:before {
  content: "\f1ea";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bell-slash-o:before {
  content: "\f1f7";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-at:before {
  content: "\f1fa";
}
.fa-eyedropper:before {
  content: "\f1fb";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-area-chart:before {
  content: "\f1fe";
}
.fa-pie-chart:before {
  content: "\f200";
}
.fa-line-chart:before {
  content: "\f201";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-bus:before {
  content: "\f207";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-cc:before {
  content: "\f20a";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}
.fa-meanpath:before {
  content: "\f20c";
}
.fa-buysellads:before {
  content: "\f20d";
}
.fa-connectdevelop:before {
  content: "\f20e";
}
.fa-dashcube:before {
  content: "\f210";
}
.fa-forumbee:before {
  content: "\f211";
}
.fa-leanpub:before {
  content: "\f212";
}
.fa-sellsy:before {
  content: "\f213";
}
.fa-shirtsinbulk:before {
  content: "\f214";
}
.fa-simplybuilt:before {
  content: "\f215";
}
.fa-skyatlas:before {
  content: "\f216";
}
.fa-cart-plus:before {
  content: "\f217";
}
.fa-cart-arrow-down:before {
  content: "\f218";
}
.fa-diamond:before {
  content: "\f219";
}
.fa-ship:before {
  content: "\f21a";
}
.fa-user-secret:before {
  content: "\f21b";
}
.fa-motorcycle:before {
  content: "\f21c";
}
.fa-street-view:before {
  content: "\f21d";
}
.fa-heartbeat:before {
  content: "\f21e";
}
.fa-venus:before {
  content: "\f221";
}
.fa-mars:before {
  content: "\f222";
}
.fa-mercury:before {
  content: "\f223";
}
.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}
.fa-transgender-alt:before {
  content: "\f225";
}
.fa-venus-double:before {
  content: "\f226";
}
.fa-mars-double:before {
  content: "\f227";
}
.fa-venus-mars:before {
  content: "\f228";
}
.fa-mars-stroke:before {
  content: "\f229";
}
.fa-mars-stroke-v:before {
  content: "\f22a";
}
.fa-mars-stroke-h:before {
  content: "\f22b";
}
.fa-neuter:before {
  content: "\f22c";
}
.fa-genderless:before {
  content: "\f22d";
}
.fa-facebook-official:before {
  content: "\f230";
}
.fa-pinterest-p:before {
  content: "\f231";
}
.fa-whatsapp:before {
  content: "\f232";
}
.fa-server:before {
  content: "\f233";
}
.fa-user-plus:before {
  content: "\f234";
}
.fa-user-times:before {
  content: "\f235";
}
.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}
.fa-viacoin:before {
  content: "\f237";
}
.fa-train:before {
  content: "\f238";
}
.fa-subway:before {
  content: "\f239";
}
.fa-medium:before {
  content: "\f23a";
}
.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}
.fa-optin-monster:before {
  content: "\f23c";
}
.fa-opencart:before {
  content: "\f23d";
}
.fa-expeditedssl:before {
  content: "\f23e";
}
.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "\f240";
}
.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}
.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}
.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}
.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}
.fa-mouse-pointer:before {
  content: "\f245";
}
.fa-i-cursor:before {
  content: "\f246";
}
.fa-object-group:before {
  content: "\f247";
}
.fa-object-ungroup:before {
  content: "\f248";
}
.fa-sticky-note:before {
  content: "\f249";
}
.fa-sticky-note-o:before {
  content: "\f24a";
}
.fa-cc-jcb:before {
  content: "\f24b";
}
.fa-cc-diners-club:before {
  content: "\f24c";
}
.fa-clone:before {
  content: "\f24d";
}
.fa-balance-scale:before {
  content: "\f24e";
}
.fa-hourglass-o:before {
  content: "\f250";
}
.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}
.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}
.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}
.fa-hourglass:before {
  content: "\f254";
}
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}
.fa-hand-scissors-o:before {
  content: "\f257";
}
.fa-hand-lizard-o:before {
  content: "\f258";
}
.fa-hand-spock-o:before {
  content: "\f259";
}
.fa-hand-pointer-o:before {
  content: "\f25a";
}
.fa-hand-peace-o:before {
  content: "\f25b";
}
.fa-trademark:before {
  content: "\f25c";
}
.fa-registered:before {
  content: "\f25d";
}
.fa-creative-commons:before {
  content: "\f25e";
}
.fa-gg:before {
  content: "\f260";
}
.fa-gg-circle:before {
  content: "\f261";
}
.fa-tripadvisor:before {
  content: "\f262";
}
.fa-odnoklassniki:before {
  content: "\f263";
}
.fa-odnoklassniki-square:before {
  content: "\f264";
}
.fa-get-pocket:before {
  content: "\f265";
}
.fa-wikipedia-w:before {
  content: "\f266";
}
.fa-safari:before {
  content: "\f267";
}
.fa-chrome:before {
  content: "\f268";
}
.fa-firefox:before {
  content: "\f269";
}
.fa-opera:before {
  content: "\f26a";
}
.fa-internet-explorer:before {
  content: "\f26b";
}
.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}
.fa-contao:before {
  content: "\f26d";
}
.fa-500px:before {
  content: "\f26e";
}
.fa-amazon:before {
  content: "\f270";
}
.fa-calendar-plus-o:before {
  content: "\f271";
}
.fa-calendar-minus-o:before {
  content: "\f272";
}
.fa-calendar-times-o:before {
  content: "\f273";
}
.fa-calendar-check-o:before {
  content: "\f274";
}
.fa-industry:before {
  content: "\f275";
}
.fa-map-pin:before {
  content: "\f276";
}
.fa-map-signs:before {
  content: "\f277";
}
.fa-map-o:before {
  content: "\f278";
}
.fa-map:before {
  content: "\f279";
}
.fa-commenting:before {
  content: "\f27a";
}
.fa-commenting-o:before {
  content: "\f27b";
}
.fa-houzz:before {
  content: "\f27c";
}
.fa-vimeo:before {
  content: "\f27d";
}
.fa-black-tie:before {
  content: "\f27e";
}
.fa-fonticons:before {
  content: "\f280";
}
.fa-reddit-alien:before {
  content: "\f281";
}
.fa-edge:before {
  content: "\f282";
}
.fa-credit-card-alt:before {
  content: "\f283";
}
.fa-codiepie:before {
  content: "\f284";
}
.fa-modx:before {
  content: "\f285";
}
.fa-fort-awesome:before {
  content: "\f286";
}
.fa-usb:before {
  content: "\f287";
}
.fa-product-hunt:before {
  content: "\f288";
}
.fa-mixcloud:before {
  content: "\f289";
}
.fa-scribd:before {
  content: "\f28a";
}
.fa-pause-circle:before {
  content: "\f28b";
}
.fa-pause-circle-o:before {
  content: "\f28c";
}
.fa-stop-circle:before {
  content: "\f28d";
}
.fa-stop-circle-o:before {
  content: "\f28e";
}
.fa-shopping-bag:before {
  content: "\f290";
}
.fa-shopping-basket:before {
  content: "\f291";
}
.fa-hashtag:before {
  content: "\f292";
}
.fa-bluetooth:before {
  content: "\f293";
}
.fa-bluetooth-b:before {
  content: "\f294";
}
.fa-percent:before {
  content: "\f295";
}
.fa-gitlab:before {
  content: "\f296";
}
.fa-wpbeginner:before {
  content: "\f297";
}
.fa-wpforms:before {
  content: "\f298";
}
.fa-envira:before {
  content: "\f299";
}
.fa-universal-access:before {
  content: "\f29a";
}
.fa-wheelchair-alt:before {
  content: "\f29b";
}
.fa-question-circle-o:before {
  content: "\f29c";
}
.fa-blind:before {
  content: "\f29d";
}
.fa-audio-description:before {
  content: "\f29e";
}
.fa-volume-control-phone:before {
  content: "\f2a0";
}
.fa-braille:before {
  content: "\f2a1";
}
.fa-assistive-listening-systems:before {
  content: "\f2a2";
}
.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}
.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\f2a4";
}
.fa-glide:before {
  content: "\f2a5";
}
.fa-glide-g:before {
  content: "\f2a6";
}
.fa-signing:before,
.fa-sign-language:before {
  content: "\f2a7";
}
.fa-low-vision:before {
  content: "\f2a8";
}
.fa-viadeo:before {
  content: "\f2a9";
}
.fa-viadeo-square:before {
  content: "\f2aa";
}
.fa-snapchat:before {
  content: "\f2ab";
}
.fa-snapchat-ghost:before {
  content: "\f2ac";
}
.fa-snapchat-square:before {
  content: "\f2ad";
}
.fa-pied-piper:before {
  content: "\f2ae";
}
.fa-first-order:before {
  content: "\f2b0";
}
.fa-yoast:before {
  content: "\f2b1";
}
.fa-themeisle:before {
  content: "\f2b2";
}
.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\f2b3";
}
.fa-fa:before,
.fa-font-awesome:before {
  content: "\f2b4";
}
.fa-handshake-o:before {
  content: "\f2b5";
}
.fa-envelope-open:before {
  content: "\f2b6";
}
.fa-envelope-open-o:before {
  content: "\f2b7";
}
.fa-linode:before {
  content: "\f2b8";
}
.fa-address-book:before {
  content: "\f2b9";
}
.fa-address-book-o:before {
  content: "\f2ba";
}
.fa-vcard:before,
.fa-address-card:before {
  content: "\f2bb";
}
.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "\f2bc";
}
.fa-user-circle:before {
  content: "\f2bd";
}
.fa-user-circle-o:before {
  content: "\f2be";
}
.fa-user-o:before {
  content: "\f2c0";
}
.fa-id-badge:before {
  content: "\f2c1";
}
.fa-drivers-license:before,
.fa-id-card:before {
  content: "\f2c2";
}
.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "\f2c3";
}
.fa-quora:before {
  content: "\f2c4";
}
.fa-free-code-camp:before {
  content: "\f2c5";
}
.fa-telegram:before {
  content: "\f2c6";
}
.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "\f2c7";
}
.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}
.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "\f2c9";
}
.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "\f2ca";
}
.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "\f2cb";
}
.fa-shower:before {
  content: "\f2cc";
}
.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "\f2cd";
}
.fa-podcast:before {
  content: "\f2ce";
}
.fa-window-maximize:before {
  content: "\f2d0";
}
.fa-window-minimize:before {
  content: "\f2d1";
}
.fa-window-restore:before {
  content: "\f2d2";
}
.fa-times-rectangle:before,
.fa-window-close:before {
  content: "\f2d3";
}
.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "\f2d4";
}
.fa-bandcamp:before {
  content: "\f2d5";
}
.fa-grav:before {
  content: "\f2d6";
}
.fa-etsy:before {
  content: "\f2d7";
}
.fa-imdb:before {
  content: "\f2d8";
}
.fa-ravelry:before {
  content: "\f2d9";
}
.fa-eercast:before {
  content: "\f2da";
}
.fa-microchip:before {
  content: "\f2db";
}
.fa-snowflake-o:before {
  content: "\f2dc";
}
.fa-superpowers:before {
  content: "\f2dd";
}
.fa-wpexplorer:before {
  content: "\f2de";
}
.fa-meetup:before {
  content: "\f2e0";
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
@font-face {
  font-family: 'themify';
  src: url('../fonts/themify.eot?-fvbane');
  src: url('../fonts/themify.eot?#iefix-fvbane') format('embedded-opentype'), url('../fonts/themify.woff?-fvbane') format('woff'), url('../fonts/themify.ttf?-fvbane') format('truetype'), url('../fonts/themify.svg?-fvbane#themify') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
[class^="ti-"] {
  font-family: 'themify';
  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;
}
[class*=" ti-"] {
  font-family: 'themify';
  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;
}
.ti-wand:before {
  content: "\e600";
}
.ti-volume:before {
  content: "\e601";
}
.ti-user:before {
  content: "\e602";
}
.ti-unlock:before {
  content: "\e603";
}
.ti-unlink:before {
  content: "\e604";
}
.ti-trash:before {
  content: "\e605";
}
.ti-thought:before {
  content: "\e606";
}
.ti-target:before {
  content: "\e607";
}
.ti-tag:before {
  content: "\e608";
}
.ti-tablet:before {
  content: "\e609";
}
.ti-star:before {
  content: "\e60a";
}
.ti-spray:before {
  content: "\e60b";
}
.ti-signal:before {
  content: "\e60c";
}
.ti-shopping-cart:before {
  content: "\e60d";
}
.ti-shopping-cart-full:before {
  content: "\e60e";
}
.ti-settings:before {
  content: "\e60f";
}
.ti-search:before {
  content: "\e610";
}
.ti-zoom-in:before {
  content: "\e611";
}
.ti-zoom-out:before {
  content: "\e612";
}
.ti-cut:before {
  content: "\e613";
}
.ti-ruler:before {
  content: "\e614";
}
.ti-ruler-pencil:before {
  content: "\e615";
}
.ti-ruler-alt:before {
  content: "\e616";
}
.ti-bookmark:before {
  content: "\e617";
}
.ti-bookmark-alt:before {
  content: "\e618";
}
.ti-reload:before {
  content: "\e619";
}
.ti-plus:before {
  content: "\e61a";
}
.ti-pin:before {
  content: "\e61b";
}
.ti-pencil:before {
  content: "\e61c";
}
.ti-pencil-alt:before {
  content: "\e61d";
}
.ti-paint-roller:before {
  content: "\e61e";
}
.ti-paint-bucket:before {
  content: "\e61f";
}
.ti-na:before {
  content: "\e620";
}
.ti-mobile:before {
  content: "\e621";
}
.ti-minus:before {
  content: "\e622";
}
.ti-medall:before {
  content: "\e623";
}
.ti-medall-alt:before {
  content: "\e624";
}
.ti-marker:before {
  content: "\e625";
}
.ti-marker-alt:before {
  content: "\e626";
}
.ti-arrow-up:before {
  content: "\e627";
}
.ti-arrow-right:before {
  content: "\e628";
}
.ti-arrow-left:before {
  content: "\e629";
}
.ti-arrow-down:before {
  content: "\e62a";
}
.ti-lock:before {
  content: "\e62b";
}
.ti-location-arrow:before {
  content: "\e62c";
}
.ti-link:before {
  content: "\e62d";
}
.ti-layout:before {
  content: "\e62e";
}
.ti-layers:before {
  content: "\e62f";
}
.ti-layers-alt:before {
  content: "\e630";
}
.ti-key:before {
  content: "\e631";
}
.ti-import:before {
  content: "\e632";
}
.ti-image:before {
  content: "\e633";
}
.ti-heart:before {
  content: "\e634";
}
.ti-heart-broken:before {
  content: "\e635";
}
.ti-hand-stop:before {
  content: "\e636";
}
.ti-hand-open:before {
  content: "\e637";
}
.ti-hand-drag:before {
  content: "\e638";
}
.ti-folder:before {
  content: "\e639";
}
.ti-flag:before {
  content: "\e63a";
}
.ti-flag-alt:before {
  content: "\e63b";
}
.ti-flag-alt-2:before {
  content: "\e63c";
}
.ti-eye:before {
  content: "\e63d";
}
.ti-export:before {
  content: "\e63e";
}
.ti-exchange-vertical:before {
  content: "\e63f";
}
.ti-desktop:before {
  content: "\e640";
}
.ti-cup:before {
  content: "\e641";
}
.ti-crown:before {
  content: "\e642";
}
.ti-comments:before {
  content: "\e643";
}
.ti-comment:before {
  content: "\e644";
}
.ti-comment-alt:before {
  content: "\e645";
}
.ti-close:before {
  content: "\e646";
}
.ti-clip:before {
  content: "\e647";
}
.ti-angle-up:before {
  content: "\e648";
}
.ti-angle-right:before {
  content: "\e649";
}
.ti-angle-left:before {
  content: "\e64a";
}
.ti-angle-down:before {
  content: "\e64b";
}
.ti-check:before {
  content: "\e64c";
}
.ti-check-box:before {
  content: "\e64d";
}
.ti-camera:before {
  content: "\e64e";
}
.ti-announcement:before {
  content: "\e64f";
}
.ti-brush:before {
  content: "\e650";
}
.ti-briefcase:before {
  content: "\e651";
}
.ti-bolt:before {
  content: "\e652";
}
.ti-bolt-alt:before {
  content: "\e653";
}
.ti-blackboard:before {
  content: "\e654";
}
.ti-bag:before {
  content: "\e655";
}
.ti-move:before {
  content: "\e656";
}
.ti-arrows-vertical:before {
  content: "\e657";
}
.ti-arrows-horizontal:before {
  content: "\e658";
}
.ti-fullscreen:before {
  content: "\e659";
}
.ti-arrow-top-right:before {
  content: "\e65a";
}
.ti-arrow-top-left:before {
  content: "\e65b";
}
.ti-arrow-circle-up:before {
  content: "\e65c";
}
.ti-arrow-circle-right:before {
  content: "\e65d";
}
.ti-arrow-circle-left:before {
  content: "\e65e";
}
.ti-arrow-circle-down:before {
  content: "\e65f";
}
.ti-angle-double-up:before {
  content: "\e660";
}
.ti-angle-double-right:before {
  content: "\e661";
}
.ti-angle-double-left:before {
  content: "\e662";
}
.ti-angle-double-down:before {
  content: "\e663";
}
.ti-zip:before {
  content: "\e664";
}
.ti-world:before {
  content: "\e665";
}
.ti-wheelchair:before {
  content: "\e666";
}
.ti-view-list:before {
  content: "\e667";
}
.ti-view-list-alt:before {
  content: "\e668";
}
.ti-view-grid:before {
  content: "\e669";
}
.ti-uppercase:before {
  content: "\e66a";
}
.ti-upload:before {
  content: "\e66b";
}
.ti-underline:before {
  content: "\e66c";
}
.ti-truck:before {
  content: "\e66d";
}
.ti-timer:before {
  content: "\e66e";
}
.ti-ticket:before {
  content: "\e66f";
}
.ti-thumb-up:before {
  content: "\e670";
}
.ti-thumb-down:before {
  content: "\e671";
}
.ti-text:before {
  content: "\e672";
}
.ti-stats-up:before {
  content: "\e673";
}
.ti-stats-down:before {
  content: "\e674";
}
.ti-split-v:before {
  content: "\e675";
}
.ti-split-h:before {
  content: "\e676";
}
.ti-smallcap:before {
  content: "\e677";
}
.ti-shine:before {
  content: "\e678";
}
.ti-shift-right:before {
  content: "\e679";
}
.ti-shift-left:before {
  content: "\e67a";
}
.ti-shield:before {
  content: "\e67b";
}
.ti-notepad:before {
  content: "\e67c";
}
.ti-server:before {
  content: "\e67d";
}
.ti-quote-right:before {
  content: "\e67e";
}
.ti-quote-left:before {
  content: "\e67f";
}
.ti-pulse:before {
  content: "\e680";
}
.ti-printer:before {
  content: "\e681";
}
.ti-power-off:before {
  content: "\e682";
}
.ti-plug:before {
  content: "\e683";
}
.ti-pie-chart:before {
  content: "\e684";
}
.ti-paragraph:before {
  content: "\e685";
}
.ti-panel:before {
  content: "\e686";
}
.ti-package:before {
  content: "\e687";
}
.ti-music:before {
  content: "\e688";
}
.ti-music-alt:before {
  content: "\e689";
}
.ti-mouse:before {
  content: "\e68a";
}
.ti-mouse-alt:before {
  content: "\e68b";
}
.ti-money:before {
  content: "\e68c";
}
.ti-microphone:before {
  content: "\e68d";
}
.ti-menu:before {
  content: "\e68e";
}
.ti-menu-alt:before {
  content: "\e68f";
}
.ti-map:before {
  content: "\e690";
}
.ti-map-alt:before {
  content: "\e691";
}
.ti-loop:before {
  content: "\e692";
}
.ti-location-pin:before {
  content: "\e693";
}
.ti-list:before {
  content: "\e694";
}
.ti-light-bulb:before {
  content: "\e695";
}
.ti-Italic:before {
  content: "\e696";
}
.ti-info:before {
  content: "\e697";
}
.ti-infinite:before {
  content: "\e698";
}
.ti-id-badge:before {
  content: "\e699";
}
.ti-hummer:before {
  content: "\e69a";
}
.ti-home:before {
  content: "\e69b";
}
.ti-help:before {
  content: "\e69c";
}
.ti-headphone:before {
  content: "\e69d";
}
.ti-harddrives:before {
  content: "\e69e";
}
.ti-harddrive:before {
  content: "\e69f";
}
.ti-gift:before {
  content: "\e6a0";
}
.ti-game:before {
  content: "\e6a1";
}
.ti-filter:before {
  content: "\e6a2";
}
.ti-files:before {
  content: "\e6a3";
}
.ti-file:before {
  content: "\e6a4";
}
.ti-eraser:before {
  content: "\e6a5";
}
.ti-envelope:before {
  content: "\e6a6";
}
.ti-download:before {
  content: "\e6a7";
}
.ti-direction:before {
  content: "\e6a8";
}
.ti-direction-alt:before {
  content: "\e6a9";
}
.ti-dashboard:before {
  content: "\e6aa";
}
.ti-control-stop:before {
  content: "\e6ab";
}
.ti-control-shuffle:before {
  content: "\e6ac";
}
.ti-control-play:before {
  content: "\e6ad";
}
.ti-control-pause:before {
  content: "\e6ae";
}
.ti-control-forward:before {
  content: "\e6af";
}
.ti-control-backward:before {
  content: "\e6b0";
}
.ti-cloud:before {
  content: "\e6b1";
}
.ti-cloud-up:before {
  content: "\e6b2";
}
.ti-cloud-down:before {
  content: "\e6b3";
}
.ti-clipboard:before {
  content: "\e6b4";
}
.ti-car:before {
  content: "\e6b5";
}
.ti-calendar:before {
  content: "\e6b6";
}
.ti-book:before {
  content: "\e6b7";
}
.ti-bell:before {
  content: "\e6b8";
}
.ti-basketball:before {
  content: "\e6b9";
}
.ti-bar-chart:before {
  content: "\e6ba";
}
.ti-bar-chart-alt:before {
  content: "\e6bb";
}
.ti-back-right:before {
  content: "\e6bc";
}
.ti-back-left:before {
  content: "\e6bd";
}
.ti-arrows-corner:before {
  content: "\e6be";
}
.ti-archive:before {
  content: "\e6bf";
}
.ti-anchor:before {
  content: "\e6c0";
}
.ti-align-right:before {
  content: "\e6c1";
}
.ti-align-left:before {
  content: "\e6c2";
}
.ti-align-justify:before {
  content: "\e6c3";
}
.ti-align-center:before {
  content: "\e6c4";
}
.ti-alert:before {
  content: "\e6c5";
}
.ti-alarm-clock:before {
  content: "\e6c6";
}
.ti-agenda:before {
  content: "\e6c7";
}
.ti-write:before {
  content: "\e6c8";
}
.ti-window:before {
  content: "\e6c9";
}
.ti-widgetized:before {
  content: "\e6ca";
}
.ti-widget:before {
  content: "\e6cb";
}
.ti-widget-alt:before {
  content: "\e6cc";
}
.ti-wallet:before {
  content: "\e6cd";
}
.ti-video-clapper:before {
  content: "\e6ce";
}
.ti-video-camera:before {
  content: "\e6cf";
}
.ti-vector:before {
  content: "\e6d0";
}
.ti-themify-logo:before {
  content: "\e6d1";
}
.ti-themify-favicon:before {
  content: "\e6d2";
}
.ti-themify-favicon-alt:before {
  content: "\e6d3";
}
.ti-support:before {
  content: "\e6d4";
}
.ti-stamp:before {
  content: "\e6d5";
}
.ti-split-v-alt:before {
  content: "\e6d6";
}
.ti-slice:before {
  content: "\e6d7";
}
.ti-shortcode:before {
  content: "\e6d8";
}
.ti-shift-right-alt:before {
  content: "\e6d9";
}
.ti-shift-left-alt:before {
  content: "\e6da";
}
.ti-ruler-alt-2:before {
  content: "\e6db";
}
.ti-receipt:before {
  content: "\e6dc";
}
.ti-pin2:before {
  content: "\e6dd";
}
.ti-pin-alt:before {
  content: "\e6de";
}
.ti-pencil-alt2:before {
  content: "\e6df";
}
.ti-palette:before {
  content: "\e6e0";
}
.ti-more:before {
  content: "\e6e1";
}
.ti-more-alt:before {
  content: "\e6e2";
}
.ti-microphone-alt:before {
  content: "\e6e3";
}
.ti-magnet:before {
  content: "\e6e4";
}
.ti-line-double:before {
  content: "\e6e5";
}
.ti-line-dotted:before {
  content: "\e6e6";
}
.ti-line-dashed:before {
  content: "\e6e7";
}
.ti-layout-width-full:before {
  content: "\e6e8";
}
.ti-layout-width-default:before {
  content: "\e6e9";
}
.ti-layout-width-default-alt:before {
  content: "\e6ea";
}
.ti-layout-tab:before {
  content: "\e6eb";
}
.ti-layout-tab-window:before {
  content: "\e6ec";
}
.ti-layout-tab-v:before {
  content: "\e6ed";
}
.ti-layout-tab-min:before {
  content: "\e6ee";
}
.ti-layout-slider:before {
  content: "\e6ef";
}
.ti-layout-slider-alt:before {
  content: "\e6f0";
}
.ti-layout-sidebar-right:before {
  content: "\e6f1";
}
.ti-layout-sidebar-none:before {
  content: "\e6f2";
}
.ti-layout-sidebar-left:before {
  content: "\e6f3";
}
.ti-layout-placeholder:before {
  content: "\e6f4";
}
.ti-layout-menu:before {
  content: "\e6f5";
}
.ti-layout-menu-v:before {
  content: "\e6f6";
}
.ti-layout-menu-separated:before {
  content: "\e6f7";
}
.ti-layout-menu-full:before {
  content: "\e6f8";
}
.ti-layout-media-right-alt:before {
  content: "\e6f9";
}
.ti-layout-media-right:before {
  content: "\e6fa";
}
.ti-layout-media-overlay:before {
  content: "\e6fb";
}
.ti-layout-media-overlay-alt:before {
  content: "\e6fc";
}
.ti-layout-media-overlay-alt-2:before {
  content: "\e6fd";
}
.ti-layout-media-left-alt:before {
  content: "\e6fe";
}
.ti-layout-media-left:before {
  content: "\e6ff";
}
.ti-layout-media-center-alt:before {
  content: "\e700";
}
.ti-layout-media-center:before {
  content: "\e701";
}
.ti-layout-list-thumb:before {
  content: "\e702";
}
.ti-layout-list-thumb-alt:before {
  content: "\e703";
}
.ti-layout-list-post:before {
  content: "\e704";
}
.ti-layout-list-large-image:before {
  content: "\e705";
}
.ti-layout-line-solid:before {
  content: "\e706";
}
.ti-layout-grid4:before {
  content: "\e707";
}
.ti-layout-grid3:before {
  content: "\e708";
}
.ti-layout-grid2:before {
  content: "\e709";
}
.ti-layout-grid2-thumb:before {
  content: "\e70a";
}
.ti-layout-cta-right:before {
  content: "\e70b";
}
.ti-layout-cta-left:before {
  content: "\e70c";
}
.ti-layout-cta-center:before {
  content: "\e70d";
}
.ti-layout-cta-btn-right:before {
  content: "\e70e";
}
.ti-layout-cta-btn-left:before {
  content: "\e70f";
}
.ti-layout-column4:before {
  content: "\e710";
}
.ti-layout-column3:before {
  content: "\e711";
}
.ti-layout-column2:before {
  content: "\e712";
}
.ti-layout-accordion-separated:before {
  content: "\e713";
}
.ti-layout-accordion-merged:before {
  content: "\e714";
}
.ti-layout-accordion-list:before {
  content: "\e715";
}
.ti-ink-pen:before {
  content: "\e716";
}
.ti-info-alt:before {
  content: "\e717";
}
.ti-help-alt:before {
  content: "\e718";
}
.ti-headphone-alt:before {
  content: "\e719";
}
.ti-hand-point-up:before {
  content: "\e71a";
}
.ti-hand-point-right:before {
  content: "\e71b";
}
.ti-hand-point-left:before {
  content: "\e71c";
}
.ti-hand-point-down:before {
  content: "\e71d";
}
.ti-gallery:before {
  content: "\e71e";
}
.ti-face-smile:before {
  content: "\e71f";
}
.ti-face-sad:before {
  content: "\e720";
}
.ti-credit-card:before {
  content: "\e721";
}
.ti-control-skip-forward:before {
  content: "\e722";
}
.ti-control-skip-backward:before {
  content: "\e723";
}
.ti-control-record:before {
  content: "\e724";
}
.ti-control-eject:before {
  content: "\e725";
}
.ti-comments-smiley:before {
  content: "\e726";
}
.ti-brush-alt:before {
  content: "\e727";
}
.ti-youtube:before {
  content: "\e728";
}
.ti-vimeo:before {
  content: "\e729";
}
.ti-twitter:before {
  content: "\e72a";
}
.ti-time:before {
  content: "\e72b";
}
.ti-tumblr:before {
  content: "\e72c";
}
.ti-skype:before {
  content: "\e72d";
}
.ti-share:before {
  content: "\e72e";
}
.ti-share-alt:before {
  content: "\e72f";
}
.ti-rocket:before {
  content: "\e730";
}
.ti-pinterest:before {
  content: "\e731";
}
.ti-new-window:before {
  content: "\e732";
}
.ti-microsoft:before {
  content: "\e733";
}
.ti-list-ol:before {
  content: "\e734";
}
.ti-linkedin:before {
  content: "\e735";
}
.ti-layout-sidebar-2:before {
  content: "\e736";
}
.ti-layout-grid4-alt:before {
  content: "\e737";
}
.ti-layout-grid3-alt:before {
  content: "\e738";
}
.ti-layout-grid2-alt:before {
  content: "\e739";
}
.ti-layout-column4-alt:before {
  content: "\e73a";
}
.ti-layout-column3-alt:before {
  content: "\e73b";
}
.ti-layout-column2-alt:before {
  content: "\e73c";
}
.ti-instagram:before {
  content: "\e73d";
}
.ti-google:before {
  content: "\e73e";
}
.ti-github:before {
  content: "\e73f";
}
.ti-flickr:before {
  content: "\e740";
}
.ti-facebook:before {
  content: "\e741";
}
.ti-dropbox:before {
  content: "\e742";
}
.ti-dribbble:before {
  content: "\e743";
}
.ti-apple:before {
  content: "\e744";
}
.ti-android:before {
  content: "\e745";
}
.ti-save:before {
  content: "\e746";
}
.ti-save-alt:before {
  content: "\e747";
}
.ti-yahoo:before {
  content: "\e748";
}
.ti-wordpress:before {
  content: "\e749";
}
.ti-vimeo-alt:before {
  content: "\e74a";
}
.ti-twitter-alt:before {
  content: "\e74b";
}
.ti-tumblr-alt:before {
  content: "\e74c";
}
.ti-trello:before {
  content: "\e74d";
}
.ti-stack-overflow:before {
  content: "\e74e";
}
.ti-soundcloud:before {
  content: "\e74f";
}
.ti-sharethis:before {
  content: "\e750";
}
.ti-sharethis-alt:before {
  content: "\e751";
}
.ti-reddit:before {
  content: "\e752";
}
.ti-pinterest-alt:before {
  content: "\e753";
}
.ti-microsoft-alt:before {
  content: "\e754";
}
.ti-linux:before {
  content: "\e755";
}
.ti-jsfiddle:before {
  content: "\e756";
}
.ti-joomla:before {
  content: "\e757";
}
.ti-html5:before {
  content: "\e758";
}
.ti-flickr-alt:before {
  content: "\e759";
}
.ti-email:before {
  content: "\e75a";
}
.ti-drupal:before {
  content: "\e75b";
}
.ti-dropbox-alt:before {
  content: "\e75c";
}
.ti-css3:before {
  content: "\e75d";
}
.ti-rss:before {
  content: "\e75e";
}
.ti-rss-alt:before {
  content: "\e75f";
}
@charset "UTF-8";
/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.7.0
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2018 Daniel Eden
 */
@-webkit-keyframes bounce {
  from,
  20%,
  53%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}
@keyframes bounce {
  from,
  20%,
  53%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}
.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}
@-webkit-keyframes flash {
  from,
  50%,
  to {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}
@keyframes flash {
  from,
  50%,
  to {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}
.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}
@-webkit-keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}
@-webkit-keyframes shake {
  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
@keyframes shake {
  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}
@-webkit-keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.headShake {
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-name: headShake;
  animation-name: headShake;
}
@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
.swing {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}
@-webkit-keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes wobble {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes wobble {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}
@-webkit-keyframes jello {
  from,
  11.1%,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
@keyframes jello {
  from,
  11.1%,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
.jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-transform-origin: center;
  transform-origin: center;
}
@-webkit-keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  14% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  28% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  42% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  14% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  28% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  42% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.heartBeat {
  -webkit-animation-name: heartBeat;
  animation-name: heartBeat;
  -webkit-animation-duration: 1.3s;
  animation-duration: 1.3s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}
@-webkit-keyframes bounceIn {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes bounceIn {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.bounceIn {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}
@-webkit-keyframes bounceInDown {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInDown {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}
@-webkit-keyframes bounceInLeft {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInLeft {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}
@-webkit-keyframes bounceInRight {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInRight {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}
@-webkit-keyframes bounceInUp {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInUp {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}
@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
.bounceOut {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}
@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}
@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}
@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}
@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}
@-webkit-keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}
@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}
@-webkit-keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}
@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}
@-webkit-keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}
@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
@-webkit-keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}
@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}
@-webkit-keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}
@-webkit-keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
@keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}
@-webkit-keyframes fadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes fadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}
@-webkit-keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}
@-webkit-keyframes fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}
@-webkit-keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}
@-webkit-keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}
@-webkit-keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}
@-webkit-keyframes flip {
  from {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  to {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
@keyframes flip {
  from {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  to {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}
@-webkit-keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}
@-webkit-keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}
@-webkit-keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
@keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
.flipOutX {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}
@-webkit-keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
@keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
.flipOutY {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
}
@-webkit-keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}
@-webkit-keyframes lightSpeedOut {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
@keyframes lightSpeedOut {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}
@-webkit-keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}
@-webkit-keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}
@-webkit-keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}
@-webkit-keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}
@-webkit-keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}
@-webkit-keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
@keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}
@-webkit-keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}
.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}
@-webkit-keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}
@-webkit-keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}
@-webkit-keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}
.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}
@-webkit-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%,
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%,
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
@keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%,
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%,
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-name: hinge;
  animation-name: hinge;
}
@-webkit-keyframes jackInTheBox {
  from {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
    transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }
  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes jackInTheBox {
  from {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
    transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }
  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.jackInTheBox {
  -webkit-animation-name: jackInTheBox;
  animation-name: jackInTheBox;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
@keyframes rollOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}
@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}
@-webkit-keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown;
}
@-webkit-keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft;
}
@-webkit-keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight;
}
@-webkit-keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp;
}
@-webkit-keyframes zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
@keyframes zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}
@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown;
}
@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}
@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}
.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft;
}
@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}
@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}
.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight;
}
@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp;
}
@-webkit-keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}
@-webkit-keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}
@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}
@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}
@-webkit-keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown;
}
@-webkit-keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}
@-webkit-keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}
@-webkit-keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.animated.delay-1s {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}
.animated.delay-2s {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}
.animated.delay-3s {
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
}
.animated.delay-4s {
  -webkit-animation-delay: 4s;
  animation-delay: 4s;
}
.animated.delay-5s {
  -webkit-animation-delay: 5s;
  animation-delay: 5s;
}
.animated.fast {
  -webkit-animation-duration: 800ms;
  animation-duration: 800ms;
}
.animated.faster {
  -webkit-animation-duration: 500ms;
  animation-duration: 500ms;
}
.animated.slow {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}
.animated.slower {
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
}
@media (print), (prefers-reduced-motion) {
  .animated {
    -webkit-animation: unset !important;
    animation: unset !important;
    -webkit-transition: none !important;
    transition: none !important;
  }
}
/* 
 *  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;
}
.owl-carousel .product-item {
  float: none !important;
  margin: 0 !important;
  padding: 0 !important;
}
/* Nav */
.owl-controls {
  text-align: center;
}
.owl-nav > div {
  display: inline-block;
  width: 30px;
  height: 30px;
  background-color: #f2f2f2;
  color: #222222;
  overflow: hidden;
  text-indent: -999px;
  text-align: center;
  line-height: 30px;
  position: relative;
  margin: 20px 3px;
  transition: 0.2ss all ease-in;
  transition: 0.2s;
  -moz-transition: 0.2s;
  -webkit-transition: 0.2s;
}
.owl-nav > div:hover {
  color: #fff;
}
.owl-nav > div:before {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  text-indent: 0;
}
.owl-nav > div.owl-next:before {
  content: '\f105';
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  font-synthesis: weight style;
  font-stretch: normal;
  font-size-adjust: none;
  font-language-override: normal;
  font-kerning: auto;
  font-feature-settings: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  font-size: 14px;
  line-height: 30px;
}
.owl-nav > div.owl-prev:before {
  content: '\f104';
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  font-synthesis: weight style;
  font-stretch: normal;
  font-size-adjust: none;
  font-language-override: normal;
  font-kerning: auto;
  font-feature-settings: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  font-size: 14px;
  line-height: 30px;
}
/* End nav */
/* Dots */
.owl-dots .owl-dot {
  background-color: #ddd;
  margin: 0 3px 30px;
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  transition: 0.2ss all ease-in;
  transition: 0.2s;
  -moz-transition: 0.2s;
  -webkit-transition: 0.2s;
}
/* End dots */
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/* 
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}
/* 
 *  Core Owl Carousel CSS File
 */
.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;
}
.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-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .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-loaded {
  display: block;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel .owl-refresh .owl-item {
  display: none;
}
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}
.owl-carousel.owl-text-select-on .owl-item {
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto;
}
.owl-carousel .owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  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 - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
/* 
 * 	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/Magebees/poshautoparts/en_AU/Mageplaza_Core/css/owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: scale 100ms ease;
  -moz-transition: scale 100ms ease;
  -ms-transition: scale 100ms ease;
  -o-transition: scale 100ms ease;
  transition: scale 100ms ease;
}
.owl-carousel .owl-video-play-icon:hover {
  -webkit-transition: scale(1.3, 1.3);
  -moz-transition: scale(1.3, 1.3);
  -ms-transition: scale(1.3, 1.3);
  -o-transition: scale(1.3, 1.3);
  transition: 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;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
}
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: #333333;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.42857143;
  font-size: 1.4rem;
}
p {
  margin-top: 0rem;
  margin-bottom: 1rem;
}
abbr[title] {
  border-bottom: 1px dotted #d1d1d1;
  cursor: help;
}
b,
strong {
  font-weight: 700;
}
em,
i {
  font-style: italic;
}
mark {
  background: #f0f0f0;
  color: #000000;
}
small,
.small {
  font-size: 12px;
}
hr {
  border: 0;
  border-top: 1px solid #d1d1d1;
  margin-bottom: 20px;
  margin-top: 20px;
}
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 {
  font-weight: 300;
  line-height: 1.1;
  font-size: 2.6rem;
  margin-top: 0rem;
  margin-bottom: 2rem;
}
h2 {
  font-weight: 300;
  line-height: 1.1;
  font-size: 2.6rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
h3 {
  font-weight: 300;
  line-height: 1.1;
  font-size: 1.8rem;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}
h4 {
  font-weight: 700;
  line-height: 1.1;
  font-size: 1.4rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
h5 {
  font-weight: 700;
  line-height: 1.1;
  font-size: 1.2rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
h6 {
  font-weight: 700;
  line-height: 1.1;
  font-size: 1rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
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: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
}
a,
.alink {
  color: #1979c3;
  text-decoration: none;
}
a:visited,
.alink:visited {
  color: #1979c3;
  text-decoration: none;
}
a:hover,
.alink:hover {
  color: #006bb4;
  text-decoration: underline;
}
a:active,
.alink:active {
  color: #ff5501;
  text-decoration: underline;
}
ul,
ol {
  margin-top: 0rem;
  margin-bottom: 2rem;
}
ul > li,
ol > li {
  margin-top: 0rem;
  margin-bottom: 1rem;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
dl {
  margin-bottom: 20px;
  margin-top: 0;
}
dt {
  font-weight: 700;
  margin-bottom: 5px;
  margin-top: 0;
}
dd {
  margin-bottom: 10px;
  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 #d1d1d1;
  color: #111111;
  line-height: 1.42857143;
  margin: 0 0 10px;
  padding: 10px;
  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 #d1d1d1;
  margin: 0 0 20px 40px;
  padding: 0;
  color: #333333;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-style: italic;
  font-weight: 400;
  line-height: 1.42857143;
  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.42857143;
  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 10px;
}
button,
.cart.table-wrapper .actions-toolbar > .action,
.action-gift {
  background-image: none;
  background: #f2f2f2;
  border: 1px solid #cdcdcd;
  color: #333333;
  cursor: pointer;
  display: inline-block;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 700;
  margin: 0;
  padding: 7px 15px;
  font-size: 1.4rem;
  line-height: 1.6rem;
  box-sizing: border-box;
  vertical-align: middle;
}
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: #e2e2e2;
  border: 1px solid #cdcdcd;
  color: #333333;
}
button:hover,
.cart.table-wrapper .actions-toolbar > .action:hover,
.action-gift:hover {
  background: #e2e2e2;
  border: 1px solid #cdcdcd;
  color: #555555;
}
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 #dddddd;
  border-radius: 0;
  color: #666666;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: normal;
  height: 42px;
  line-height: 40px;
  padding: 0 10px;
  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 #c2c2c2;
}
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;
  border: 1px solid #c2c2c2;
}
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: #333333;
}
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: #333333;
}
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: #333333;
}
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 #dddddd;
  border-radius: 0;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 14px;
  height: 42px;
  line-height: 40px;
  padding: 0 20px 0 5px;
  vertical-align: baseline;
  width: 100%;
  box-sizing: border-box;
}
select:focus {
  border: 1px solid #c2c2c2;
}
select:disabled {
  opacity: 0.5;
  border: 1px solid #c2c2c2;
}
select[multiple] {
  height: auto;
  background-image: none;
}
textarea {
  background: #ffffff;
  background-clip: padding-box;
  border: 1px solid #dddddd;
  border-radius: 1px;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 14px;
  height: auto;
  line-height: 1.42857143;
  margin: 0;
  padding: 10px;
  vertical-align: baseline;
  width: 100%;
  box-sizing: border-box;
  resize: vertical;
}
textarea:focus {
  border: 1px solid #c2c2c2;
}
textarea:disabled {
  opacity: 0.5;
  border: 1px solid #c2c2c2;
}
textarea::-moz-placeholder {
  color: #c2c2c2;
}
textarea::-webkit-input-placeholder {
  color: #c2c2c2;
}
textarea:-ms-input-placeholder {
  color: #c2c2c2;
}
input[type="checkbox"] {
  margin: 2px 5px 0 0;
  position: relative;
  top: 2px;
}
input[type="checkbox"]:disabled {
  opacity: 0.5;
}
input[type="radio"] {
  margin: 2px 5px 0 0;
}
input[type="radio"]:disabled {
  opacity: 0.5;
}
input.mage-error,
select.mage-error,
textarea.mage-error {
  border-color: #ed8380;
}
div.mage-error {
  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;
}
._keyfocus *:focus,
input:not([disabled]):focus,
textarea:not([disabled]):focus,
select:not([disabled]):focus {
  box-shadow: 0 0 3px 1px #68a8e0;
}
/**
 * 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: #f2f2f2;
  border: 1px solid #cdcdcd;
  color: #333333;
  cursor: pointer;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 700;
  margin: 0;
  padding: 7px 15px;
  font-size: 1.4rem;
  line-height: 1.6rem;
  box-sizing: border-box;
  vertical-align: middle;
  display: inline-block;
  text-decoration: none;
  border-radius: 3px;
}
.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: #e2e2e2;
  border: 1px solid #cdcdcd;
  color: #333333;
}
.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: #e2e2e2;
  border: 1px solid #cdcdcd;
  color: #555555;
}
.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 10px 5px 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 5px;
  word-break: break-all;
}
.abs-button-responsive,
.actions-toolbar > .primary .action,
.actions-toolbar > .secondary .action {
  width: 100%;
}
.abs-reset-image-wrapper,
.products-list .product-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,
.products-list .product-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,
.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,
.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 {
  font-weight: 300;
  line-height: 1.1;
  font-size: 1.8rem;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}
.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 5px;
}
.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 {
  font-weight: 700;
  line-height: 1.1;
  font-size: 1.4rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.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: 10px;
}
.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: 20px;
}
.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 #bbbbbb;
  margin-top: 4px;
  min-width: 200px;
  z-index: 100;
  box-sizing: border-box;
  display: none;
  position: absolute;
  top: 100%;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
}
.abs-dropdown-simple ul.dropdown li,
.giftregisty-dropdown ul.dropdown li,
.wishlist-dropdown ul.dropdown li {
  margin: 0;
  padding: 5px 5px 5px 23px;
}
.abs-dropdown-simple ul.dropdown li:hover,
.giftregisty-dropdown ul.dropdown li:hover,
.wishlist-dropdown ul.dropdown li:hover {
  background: #e8e8e8;
  cursor: pointer;
}
.abs-dropdown-simple ul.dropdown:before,
.abs-dropdown-simple ul.dropdown:after,
.giftregisty-dropdown ul.dropdown:before,
.giftregisty-dropdown ul.dropdown:after,
.wishlist-dropdown ul.dropdown:before,
.wishlist-dropdown ul.dropdown:after {
  border-bottom-style: solid;
  content: '';
  display: block;
  height: 0;
  position: absolute;
  width: 0;
}
.abs-dropdown-simple ul.dropdown:before,
.giftregisty-dropdown ul.dropdown:before,
.wishlist-dropdown ul.dropdown:before {
  border: 6px solid;
  border-color: transparent transparent #ffffff transparent;
  z-index: 99;
}
.abs-dropdown-simple ul.dropdown:after,
.giftregisty-dropdown ul.dropdown:after,
.wishlist-dropdown ul.dropdown:after {
  border: 7px solid;
  border-color: transparent transparent #bbbbbb transparent;
  z-index: 98;
}
.abs-dropdown-simple ul.dropdown:before,
.giftregisty-dropdown ul.dropdown:before,
.wishlist-dropdown ul.dropdown:before {
  left: 10px;
  top: -12px;
}
.abs-dropdown-simple ul.dropdown:after,
.giftregisty-dropdown ul.dropdown:after,
.wishlist-dropdown ul.dropdown:after {
  left: 9px;
  top: -14px;
}
.abs-dropdown-simple.active,
.giftregisty-dropdown.active,
.wishlist-dropdown.active {
  overflow: visible;
}
.abs-dropdown-simple.active ul.dropdown,
.giftregisty-dropdown.active ul.dropdown,
.wishlist-dropdown.active ul.dropdown {
  display: block;
}
.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: 40px;
}
.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-item-name,
.product.name a {
  font-weight: 400;
}
.abs-product-link > a,
.product-item-name > a,
.product.name a > a {
  color: #333333;
  text-decoration: none;
}
.abs-product-link > a:visited,
.product-item-name > a:visited,
.product.name a > a:visited {
  color: #333333;
  text-decoration: underline;
}
.abs-product-link > a:hover,
.product-item-name > a:hover,
.product.name a > a:hover {
  color: #333333;
  text-decoration: underline;
}
.abs-product-link > a:active,
.product-item-name > a:active,
.product.name a > a:active {
  color: #333333;
  text-decoration: underline;
}
.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: 10px;
  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: 30px;
}
.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: 30px 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,
.product-item-actions .actions-secondary > .action span,
.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.newsletter .label,
.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,
.toolbar:before,
.toolbar:after,
.toolbar-products:before,
.toolbar-products: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,
.toolbar:after,
.toolbar-products: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,
.search-autocomplete,
.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: 5px;
  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 5px;
  display: inline-block;
  text-decoration: none;
}
.abs-split-button .action.toggle > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.abs-split-button .action.toggle:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: 22px;
  color: inherit;
  content: '\e607';
  font-family: 'icons-blank-theme';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-split-button .action.toggle:hover:after {
  color: inherit;
}
.abs-split-button .action.toggle:active:after {
  color: inherit;
}
.abs-split-button .action.toggle.active {
  display: inline-block;
  text-decoration: none;
}
.abs-split-button .action.toggle.active > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.abs-split-button .action.toggle.active:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: 22px;
  color: inherit;
  content: '\e618';
  font-family: 'icons-blank-theme';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-split-button .action.toggle.active:hover:after {
  color: inherit;
}
.abs-split-button .action.toggle.active:active:after {
  color: inherit;
}
.abs-split-button .items {
  margin: 0;
  padding: 0;
  list-style: none none;
  background: #ffffff;
  border: 1px solid #bbbbbb;
  margin-top: 4px;
  min-width: 100%;
  z-index: 100;
  box-sizing: border-box;
  display: none;
  position: absolute;
  top: 100%;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
}
.abs-split-button .items li {
  margin: 0;
  padding: 3px 5px;
}
.abs-split-button .items li:hover {
  background: #e8e8e8;
  cursor: pointer;
}
.abs-split-button .items:before,
.abs-split-button .items:after {
  border-bottom-style: solid;
  content: '';
  display: block;
  height: 0;
  position: absolute;
  width: 0;
}
.abs-split-button .items:before {
  border: 6px solid;
  border-color: transparent transparent #ffffff transparent;
  z-index: 99;
}
.abs-split-button .items:after {
  border: 7px solid;
  border-color: transparent transparent #bbbbbb transparent;
  z-index: 98;
}
.abs-split-button .items:before {
  right: 10px;
  top: -12px;
}
.abs-split-button .items:after {
  right: 9px;
  top: -14px;
}
.abs-split-button.active {
  overflow: visible;
}
.abs-split-button.active .items {
  display: block;
}
.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: 5px 8px;
  font-size: 1.1rem;
}
.abs-actions-addto-gridlist,
.product-item-actions .actions-secondary > .action,
.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,
.product-item-actions .actions-secondary > .action > 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,
.product-item-actions .actions-secondary > .action: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,
.product-item-actions .actions-secondary > .action: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,
#store-selector .form-continue .actions-toolbar .action.primary,
.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,
#store-selector .form-continue .actions-toolbar .amshopby-button,
.bundle-actions .amshopby-button,
.bundle-options-container .block-bundle-summary .box-tocart .amshopby-button,
.cart-container .checkout-methods-items .amshopby-button,
.block-minicart .block-content > .actions > .primary .amshopby-button,
.methods-shipping .actions-toolbar .amshopby-button,
.checkout-payment-method .payment-method-content > .actions-toolbar > .primary .amshopby-button,
.form-address-edit .actions-toolbar .amshopby-button,
.multicheckout .amshopby-button,
#store-selector .form-continue .actions-toolbar .am-filter-go,
.bundle-actions .am-filter-go,
.bundle-options-container .block-bundle-summary .box-tocart .am-filter-go,
.cart-container .checkout-methods-items .am-filter-go,
.block-minicart .block-content > .actions > .primary .am-filter-go,
.methods-shipping .actions-toolbar .am-filter-go,
.checkout-payment-method .payment-method-content > .actions-toolbar > .primary .am-filter-go,
.form-address-edit .actions-toolbar .am-filter-go,
.multicheckout .am-filter-go {
  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.42857143;
  padding: 0;
  color: #1979c3;
  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: #1979c3;
  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: #006bb4;
  text-decoration: underline;
}
.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 {
  color: #ff5501;
  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: #1979c3;
  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 .form.giftregistry .fieldset .amshopby-button,
.paypal-review .block .actions-toolbar .amshopby-button,
.cart-summary .form.giftregistry .fieldset .am-filter-go,
.paypal-review .block .actions-toolbar .am-filter-go,
.cart-summary .actions-toolbar > .primary .cart.table-wrapper .actions-toolbar > .action,
.cart-summary .actions-toolbar > .primary .action-gift {
  background: #f2f2f2;
  border: 1px solid #cdcdcd;
  color: #333333;
}
.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 .form.giftregistry .fieldset .amshopby-button:focus,
.cart-summary .form.giftregistry .fieldset .amshopby-button:active,
.paypal-review .block .actions-toolbar .amshopby-button:focus,
.paypal-review .block .actions-toolbar .amshopby-button:active,
.cart-summary .form.giftregistry .fieldset .am-filter-go:focus,
.cart-summary .form.giftregistry .fieldset .am-filter-go:active,
.paypal-review .block .actions-toolbar .am-filter-go:focus,
.paypal-review .block .actions-toolbar .am-filter-go: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: #e2e2e2;
  border: 1px solid #cdcdcd;
  color: #333333;
}
.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 .form.giftregistry .fieldset .amshopby-button:hover,
.paypal-review .block .actions-toolbar .amshopby-button:hover,
.cart-summary .form.giftregistry .fieldset .am-filter-go:hover,
.paypal-review .block .actions-toolbar .am-filter-go:hover,
.cart-summary .actions-toolbar > .primary .cart.table-wrapper .actions-toolbar > .action:hover,
.cart-summary .actions-toolbar > .primary .action-gift:hover {
  background: #e2e2e2;
  border: 1px solid #cdcdcd;
  color: #555555;
}
.abs-revert-secondary-size,
.cart-summary .form.giftregistry .fieldset .action.primary,
.cart-summary .form.giftregistry .fieldset .amshopby-button,
.cart-summary .form.giftregistry .fieldset .am-filter-go {
  font-size: 1.4rem;
  line-height: 1.6rem;
  padding: 7px 15px;
}
.abs-box-tocart,
.bundle-actions {
  margin: 10px 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: -10px;
  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 #d1d1d1;
  margin-bottom: 20px;
  padding-bottom: 10px;
}
.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: 5px;
  padding-right: 20px;
  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: 5px;
}
.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: 20px;
}
.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: 3px;
  background-image: none;
  background: #f2f2f2;
  border: 1px solid #cdcdcd;
  color: #333333;
  cursor: pointer;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 700;
  margin: 0;
  padding: 7px 15px 7px 0;
  font-size: 1.4rem;
  line-height: 1.6rem;
  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: #e2e2e2;
  border: 1px solid #cdcdcd;
  color: #333333;
}
.abs-shopping-cart-items .action.continue:hover,
.block-cart-failed .action.continue:hover,
.cart-container .form-cart .action.continue:hover {
  background: #e2e2e2;
  border: 1px solid #cdcdcd;
  color: #555555;
}
.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: 5px;
}
.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: 10px;
  width: calc(100% - 50px);
}
.abs-field-tooltip,
.field .control._with-tooltip {
  position: relative;
}
.abs-field-tooltip input,
.field .control._with-tooltip input {
  margin-right: 10px;
  width: calc(100% - 39px);
}
.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: -10px;
  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: 10px;
  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: 10px;
  color: #333333;
  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: 20px;
}
.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: 10px;
}
.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 #d1d1d1;
  border-bottom: 1px solid #d1d1d1;
  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: 20px;
  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 #d1d1d1;
  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 #d1d1d1;
  cursor: pointer;
  font-weight: 600;
  display: block;
  text-decoration: none;
  margin-bottom: 0;
  overflow: hidden;
  padding: 7px 30px 7px 5px;
  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;
}
@font-face {
  font-family: 'Roboto';
  src: url('../../../../../frontend/Wheelhouse/4wheelhouse/default/fonts/Roboto/Roboto-Regular.woff2') format('woff2'), url('../../../../../frontend/Wheelhouse/4wheelhouse/default/fonts/Roboto/Roboto-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto';
  src: url('../../../../../frontend/Wheelhouse/4wheelhouse/default/fonts/Roboto/Roboto-Medium.woff2') format('woff2'), url('../../../../../frontend/Wheelhouse/4wheelhouse/default/fonts/Roboto/Roboto-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto';
  src: url('../../../../../frontend/Wheelhouse/4wheelhouse/default/fonts/Roboto/Roboto-Bold.woff2') format('woff2'), url('../../../../../frontend/Wheelhouse/4wheelhouse/default/fonts/Roboto/Roboto-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
.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: 40px;
  -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: 20px;
}
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 #d1d1d1;
}
.table:not(.cart):not(.totals) tfoot > tr:first-child th,
.table:not(.cart):not(.totals) tfoot > tr:first-child td {
  border-top: 1px solid #d1d1d1;
  padding-top: 20px;
}
.table:not(.cart):not(.totals) tfoot .mark {
  font-weight: 400;
  text-align: right;
}
.message.info {
  margin: 0 0 10px;
  padding: 10px 20px;
  display: block;
  line-height: 1.2em;
  font-size: 1.3rem;
  background: #fdf0d5;
  color: #6f4400;
  padding-left: 40px;
  position: relative;
}
.message.info a {
  color: #1979c3;
}
.message.info a:hover {
  color: #006bb4;
}
.message.info a:active {
  color: #006bb4;
}
.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 10px;
  padding: 10px 20px;
  display: block;
  line-height: 1.2em;
  font-size: 1.3rem;
  background: #fae5e5;
  color: #e02b27;
  padding-left: 40px;
  position: relative;
}
.message.error a {
  color: #1979c3;
}
.message.error a:hover {
  color: #006bb4;
}
.message.error a:active {
  color: #006bb4;
}
.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 10px;
  padding: 10px 20px;
  display: block;
  line-height: 1.2em;
  font-size: 1.3rem;
  background: #fdf0d5;
  color: #6f4400;
  padding-left: 40px;
  position: relative;
}
.message.warning a {
  color: #1979c3;
}
.message.warning a:hover {
  color: #006bb4;
}
.message.warning a:active {
  color: #006bb4;
}
.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 10px;
  padding: 10px 20px;
  display: block;
  line-height: 1.2em;
  font-size: 1.3rem;
  background: #fdf0d5;
  color: #6f4400;
  padding-left: 40px;
  position: relative;
}
.message.notice a {
  color: #1979c3;
}
.message.notice a:hover {
  color: #006bb4;
}
.message.notice a:active {
  color: #006bb4;
}
.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 10px;
  padding: 10px 20px;
  display: block;
  line-height: 1.2em;
  font-size: 1.3rem;
  background: #e5efe5;
  color: #006400;
  padding-left: 40px;
  position: relative;
}
.message.success a {
  color: #1979c3;
}
.message.success a:hover {
  color: #006bb4;
}
.message.success a:active {
  color: #006bb4;
}
.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 #999999;
  margin-top: 16px;
  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: 16px;
  border-color: transparent;
}
.tooltip.wrapper .tooltip.content:before {
  border-width: 17px;
  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: 26px;
  margin-left: -16px;
}
.tooltip.wrapper .tooltip.content:before {
  border-bottom-color: #999999;
  left: 26px;
  margin-left: -17px;
}
.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: 10px;
}
.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('../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 40px;
  padding: 0;
  letter-spacing: -.31em;
}
.fieldset > * {
  letter-spacing: normal;
}
.fieldset > .legend {
  margin: 0 0 20px;
  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: 20px;
}
.fieldset > .field,
.fieldset > .fields > .field {
  margin: 0 0 20px;
}
.fieldset > .field > .label,
.fieldset > .fields > .field > .label {
  margin: 0 0 5px;
  display: inline-block;
}
.fieldset > .field:last-child,
.fieldset > .fields > .field:last-child {
  margin-bottom: 0;
}
.fieldset > .field > .label,
.fieldset > .fields > .field > .label {
  font-weight: 700;
}
.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 #dddddd;
  border-radius: 0;
  color: #666666;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: normal;
  height: 42px;
  line-height: 40px;
  padding: 0 10px;
  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 #c2c2c2;
}
.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;
  border: 1px solid #c2c2c2;
}
.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: #333333;
}
.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: #333333;
}
.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: #333333;
}
.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: 10px;
}
.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 5px;
}
.fieldset > .field .note,
.fieldset > .fields > .field .note {
  font-size: 1.2rem;
  margin: 3px 0 0;
  padding: 0;
  display: inline-block;
  text-decoration: none;
}
.fieldset > .field .note:before,
.fieldset > .fields > .field .note:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 24px;
  line-height: 12px;
  content: '\e618';
  font-family: 'icons-blank-theme';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.fieldset > .field.choice .label,
.fieldset > .fields > .field.choice .label {
  display: inline;
  font-weight: normal;
}
.column:not(.main) .fieldset > .field .label,
.column:not(.main) .fieldset > .fields > .field .label {
  font-weight: normal;
}
.fieldset > .field .field.choice,
.fieldset > .fields > .field .field.choice {
  margin-bottom: 10px;
}
.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: 5px 0;
}
.legend + .fieldset,
.legend + div {
  clear: both;
}
.legend strong {
  margin-left: 5px;
}
fieldset.field {
  border: 0;
  padding: 0;
}
.field.date .time-picker {
  display: inline-block;
  margin-top: 10px;
  white-space: nowrap;
}
.field .message.warning {
  margin-top: 10px;
}
.field-error,
div.mage-error {
  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 #999999;
  margin-left: 16px;
  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: 16px;
  border-color: transparent;
}
.field .tooltip .tooltip-content:before {
  border-width: 17px;
  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: -16px;
  top: 26px;
}
.field .tooltip .tooltip-content:before {
  border-right-color: #999999;
  margin-top: -17px;
  top: 26px;
}
.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 20px;
}
.sidebar .fieldset > .field:not(.choice) .label,
.sidebar .fieldset .fields > .field .label {
  margin: 0 0 4px;
  padding: 0 0 5px;
  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('../fonts/Blank-Theme-Icons/Blank-Theme-Icons.woff2') format('woff2'), url('../fonts/Blank-Theme-Icons/Blank-Theme-Icons.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
button,
a.action.primary,
a.amshopby-button,
a.am-filter-go,
.cart.table-wrapper .actions-toolbar > .action,
.action-gift {
  border-radius: 3px;
}
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,
a.amshopby-button,
a.am-filter-go {
  display: inline-block;
  text-decoration: none;
}
a.action.primary:hover,
a.action.primary:active,
a.action.primary:focus,
a.amshopby-button:hover,
a.amshopby-button:active,
a.amshopby-button:focus,
a.am-filter-go:hover,
a.am-filter-go:active,
a.am-filter-go:focus {
  text-decoration: none;
}
.action.primary,
.action-primary,
.amshopby-button,
.am-filter-go {
  background-image: none;
  background: #1979c3;
  border: 1px solid #1979c3;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 700;
  padding: 7px 15px;
  font-size: 1.4rem;
  box-sizing: border-box;
  vertical-align: middle;
}
.action.primary:focus,
.action-primary:focus,
.action.primary:active,
.action-primary:active,
.amshopby-button:focus,
.amshopby-button:active,
.am-filter-go:focus,
.am-filter-go:active {
  background: #006bb4;
  border: 1px solid #006bb4;
  color: #ffffff;
}
.action.primary:hover,
.action-primary:hover,
.amshopby-button:hover,
.am-filter-go:hover {
  background: #006bb4;
  border: 1px solid #006bb4;
  color: #ffffff;
}
.action.primary.disabled,
.action-primary.disabled,
.action.primary[disabled],
.action-primary[disabled],
fieldset[disabled] .action.primary,
fieldset[disabled] .action-primary,
.amshopby-button.disabled,
.amshopby-button[disabled],
fieldset[disabled] .amshopby-button,
.am-filter-go.disabled,
.am-filter-go[disabled],
fieldset[disabled] .am-filter-go {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.product.data.items {
  margin: 0;
  padding: 0;
  margin-bottom: 20px;
}
.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 {
  margin: 0 0 5px;
}
.product.data.items > .item.title > .switch {
  background: #f0f0f0;
  border-bottom: 1px solid #d1d1d1;
  border-left: 1px solid #d1d1d1;
  border-right: 1px solid #d1d1d1;
  border-top: 1px solid #d1d1d1;
  height: 40px;
  padding: 5px 20px 5px 20px;
  font-weight: 600;
  line-height: 40px;
  font-size: 1.8rem;
  color: #7d7d7d;
  text-decoration: none;
}
.product.data.items > .item.title > .switch:visited {
  color: #7d7d7d;
  text-decoration: none;
}
.product.data.items > .item.title > .switch:hover {
  color: #7d7d7d;
  text-decoration: none;
}
.product.data.items > .item.title > .switch:active {
  color: #333333;
  text-decoration: none;
}
.product.data.items > .item.title:not(.disabled) > .switch:focus,
.product.data.items > .item.title:not(.disabled) > .switch:hover {
  background: #fcfcfc;
}
.product.data.items > .item.title:not(.disabled) > .switch:active,
.product.data.items > .item.title.active > .switch,
.product.data.items > .item.title.active > .switch:focus,
.product.data.items > .item.title.active > .switch:hover {
  background: #ffffff;
  color: #333333;
  text-decoration: none;
  padding-bottom: 5px;
}
.product.data.items > .item.content {
  background: #ffffff;
  border: 1px solid #d1d1d1;
  margin: 0 0 5px;
  padding: 20px 20px 20px 20px;
}
.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: 700;
}
.pages .item {
  font-size: 1.2rem;
  line-height: 3.2rem;
  letter-spacing: normal;
  margin: 0 2px 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 {
  color: #1979c3;
  display: inline-block;
  padding: 0 4px;
  text-decoration: none;
}
.pages a.page:visited {
  color: #1979c3;
}
.pages a.page:hover {
  color: #006bb4;
  text-decoration: none;
}
.pages a.page:active {
  color: #ff5501;
}
.pages strong.page {
  font-size: 1.2rem;
  line-height: 3.2rem;
  letter-spacing: normal;
  color: #333333;
  display: inline-block;
  font-weight: 700;
  padding: 0 4px;
}
.pages .action {
  border: 1px solid #d1d1d1;
  color: #7d7d7d;
  display: inline-block;
  padding: 0;
  text-decoration: none;
}
.pages .action:visited {
  color: #7d7d7d;
}
.pages .action:hover {
  color: #7d7d7d;
  text-decoration: none;
}
.pages .action:active {
  color: #7d7d7d;
}
.pages .action.next {
  display: inline-block;
  text-decoration: none;
}
.pages .action.next:visited:before {
  color: #7d7d7d;
}
.pages .action.next:active:before {
  color: #7d7d7d;
}
.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: 46px;
  line-height: inherit;
  color: #7d7d7d;
  content: '\e608';
  font-family: 'icons-blank-theme';
  margin: 0 0 0 -6px;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.pages .action.next:hover:before {
  color: #7d7d7d;
}
.pages .action.next:active:before {
  color: #7d7d7d;
}
.pages .action.previous {
  display: inline-block;
  text-decoration: none;
}
.pages .action.previous:visited:before {
  color: #7d7d7d;
}
.pages .action.previous:active:before {
  color: #7d7d7d;
}
.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: 46px;
  line-height: inherit;
  color: #7d7d7d;
  content: '\e617';
  font-family: 'icons-blank-theme';
  margin: 0 0 0 -6px;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.pages .action.previous:hover:before {
  color: #7d7d7d;
}
.pages .action.previous:active:before {
  color: #7d7d7d;
}
.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: 10px;
}
.actions-toolbar > .primary .action,
.actions-toolbar > .secondary .action {
  margin-bottom: 10px;
}
.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 0 20px;
}
.breadcrumbs .items {
  font-size: 1.2rem;
  color: #a3a3a3;
  margin: 0;
  padding: 0;
  list-style: none none;
}
.breadcrumbs .items > li {
  display: inline-block;
  vertical-align: top;
}
.breadcrumbs .item {
  margin: 0;
}
.breadcrumbs a {
  color: #333333;
  text-decoration: none;
}
.breadcrumbs a:visited {
  color: #333333;
  text-decoration: none;
}
.breadcrumbs a:hover {
  color: #333333;
  text-decoration: underline;
}
.breadcrumbs a:active {
  color: #333333;
  text-decoration: none;
}
.breadcrumbs strong {
  font-weight: 400;
}
.breadcrumbs .item:not(:last-child) {
  display: inline-block;
  text-decoration: none;
}
.breadcrumbs .item:not(:last-child):after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 24px;
  line-height: 18px;
  content: '\e608';
  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 {
  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: 44px;
  z-index: 900;
}
.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 2.6rem 2.6rem;
}
.modal-slide .modal-header {
  padding-bottom: 2.1rem;
  padding-top: 2.1rem;
}
.modal-popup {
  z-index: 900;
  left: 0;
  overflow-y: auto;
}
.modal-popup.confirm .modal-inner-wrap {
  max-width: 50rem;
}
.modal-popup._show .modal-inner-wrap {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.modal-popup .modal-inner-wrap {
  margin: 5rem 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: 3rem;
  padding-right: 3rem;
}
.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: 1.2rem;
  padding-top: 3rem;
}
.modal-popup .modal-footer {
  margin-top: auto;
  padding-bottom: 3rem;
  padding-top: 3rem;
}
.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: 20px;
}
.modal-popup {
  pointer-events: none;
}
.modal-popup .modal-title {
  border-bottom: 1px solid #c1c1c1;
  font-weight: 300;
  padding-bottom: 10px;
  font-size: 26px;
  margin-bottom: 0;
  min-height: 1em;
  word-wrap: break-word;
}
.modal-popup .action-close {
  padding: 10px;
}
.modal-slide .action-close {
  padding: 1.1rem 2rem;
}
.modal-slide .page-main-actions {
  margin-bottom: -12.9rem;
  margin-top: 2.1rem;
}
.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;
}
/**
     * @codingStandardsIgnoreStart
     */
#store-pickup.selected-shipping ~ #store-selector {
  display: none;
}
#store-pickup.selected-store-pickup ~ #shipping,
#store-pickup.selected-store-pickup ~ #opc-shipping_method {
  visibility: hidden;
  height: 0;
  overflow: hidden;
}
#delivery-method-selector {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
#delivery-method-selector .action {
  line-height: 2.2rem;
  padding: 14px 17px;
  font-size: 1.8rem;
}
#delivery-method-selector .action.selected {
  background: #ffffff;
}
#delivery-method-selector .action-select-shipping {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
#delivery-method-selector .action-select-store-pickup {
  border-bottom-left-radius: 0;
  border-left: 0;
  border-top-left-radius: 0;
}
/**
      * @codingStandardsIgnoreStart
      */
#store-selector .form-login {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}
#store-selector .form-continue {
  margin: 20px 0 0;
}
.location-details .location-name {
  font-size: 18px;
  font-weight: 700;
}
.store-selector-popup .modal-title {
  border-bottom: 0;
}
.store-selector-popup .modal-header {
  padding-bottom: 0;
}
/**
      * @codingStandardsIgnoreStart
      */
#opc-store-selector-popup {
  display: none;
}
#opc-store-selector-popup .block-search {
  float: none;
  width: 100%;
  margin: 0 0 20px;
  padding: 0 0 10px;
  border-bottom: 1px solid #c1c1c1;
}
.modal-content #opc-store-selector-popup {
  display: block;
}
.store-selector-popup-table thead th {
  display: none;
}
.store-selector-popup-table tbody .location .location-name {
  font-size: 18px;
}
.store-selector-popup-table tbody .location + .location {
  border-top: 1px solid #cccccc;
}
.store-selector-popup-table tbody .col-location-details {
  padding-left: 0;
}
.store-selector-popup-table tbody .col-location-details p:last-child {
  margin-bottom: 0;
}
.store-selector-popup-table tbody .col-location-actions {
  padding-right: 0;
  vertical-align: middle;
}
.store-selector-popup-table tbody .col-location-actions .action {
  float: right;
}
.store-selector-popup-empty-query,
.store-selector-popup-no-locations {
  margin: 0 0 20px;
}
/**
 * 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('../Magento_LoginAsCustomerFrontendUi/images/close.svg');
  content: ' ';
  display: inline-block;
  height: 12px;
  margin-left: 5px;
  vertical-align: middle;
  width: 12px;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.form-discount .g-recaptcha {
  margin-top: 50px !important;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.login-container .g-recaptcha,
.form-login .g-recaptcha,
.form-edit-account .g-recaptcha {
  margin-bottom: 10px !important;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.required-captcha.checkbox {
  position: absolute;
  display: block;
  visibility: visible;
  overflow: hidden;
  opacity: 0;
  width: 1px;
  height: 1px;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.block.newsletter .field-recaptcha .field .control:before {
  content: none;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.review-form .field-recaptcha {
  margin-bottom: 10px;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.form.send.friend .g-recaptcha {
  margin-top: 40px;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.form.wishlist.share .g-recaptcha {
  margin-bottom: 40px;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.product-info-stock-sku .configurable-variation-qty {
  display: none;
}
.amslick-slider-container {
  /* phpcs:ignore Magento2.Less.SemicolonSpacing.NotAtEnd */
}
.amslick-slider-container .slick-dots li button:focus,
.amslick-slider-container .slick-dots li button:hover,
.amslick-slider-container .slick-list:focus,
.amslick-slider-container .slick-dots li .cart.table-wrapper .actions-toolbar > .action:focus,
.amslick-slider-container .slick-dots li .cart.table-wrapper .actions-toolbar > .action:hover,
.amslick-slider-container .slick-dots li .action-gift:focus,
.amslick-slider-container .slick-dots li .action-gift:hover {
  outline: 0;
}
.amslick-slider-container .slick-list,
.amslick-slider-container .slick-slider,
.amslick-slider-container .slick-track {
  display: block;
  position: relative;
}
.amslick-slider-container .slick-loading .slick-slide,
.amslick-slider-container .slick-loading .slick-track {
  visibility: hidden;
}
.amslick-slider-container .slick-list {
  margin: 0;
  overflow: hidden;
  padding: 0;
}
.amslick-slider-container .slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.amslick-slider-container .slick-slider .slick-list,
.amslick-slider-container .slick-slider .slick-track {
  transform: translate3d(0, 0, 0);
}
.amslick-slider-container .slick-track {
  left: 0;
  margin: 0 auto;
  top: 0;
}
.amslick-slider-container .slick-track:after,
.amslick-slider-container .slick-track:before {
  content: '';
  display: table;
}
.amslick-slider-container .slick-track:after {
  clear: both;
}
.amslick-slider-container .slick-slide,
.amslick-slider-container .slick-slide.slick-loading img {
  display: none;
}
.amslick-slider-container .slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  vertical-align: middle;
}
.amslick-slider-container [dir=rtl] .slick-slide {
  float: right;
}
.amslick-slider-container .slick-slide.dragging img {
  pointer-events: none;
}
.amslick-slider-container .slick-vertical .slick-slide {
  border: 1px solid transparent;
  display: block;
  height: auto;
}
.amslick-slider-container .slick-arrow.slick-hidden {
  display: none;
}
.amslick-slider-container .slick-loading .slick-list {
  background: 0 0;
  position: relative;
}
.amslick-slider-container .slick-loading .slick-list:before {
  animation: loading 1s infinite linear;
  border-color: rgba(0, 0, 0, 0.2);
  border-radius: 100%;
  border-style: solid;
  border-top-color: #5c5c5c;
  border-width: 3px;
  content: '';
  display: block;
  height: 25px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 25px;
}
.amslick-slider-container .slick-next.slick-disabled,
.amslick-slider-container .slick-prev.slick-disabled {
  opacity: 0.25;
}
.amslick-slider-container .slick-dotted.slick-slider {
  margin-bottom: 30px;
}
.amslick-slider-container .slick-dots {
  display: block;
  left: 0;
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  text-align: center;
  width: 100%;
}
.amslick-slider-container .slick-dots li {
  cursor: pointer;
  display: inline-block;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  position: relative;
  width: 20px;
}
.amslick-slider-container .slick-dots li button,
.amslick-slider-container .slick-slider .slick-arrow,
.amslick-slider-container .slick-dots li .cart.table-wrapper .actions-toolbar > .action,
.amslick-slider-container .slick-dots li .action-gift {
  box-shadow: none;
  cursor: pointer;
  display: block;
  outline: 0;
}
.amslick-slider-container .slick-dots li button,
.amslick-slider-container .slick-dots li .cart.table-wrapper .actions-toolbar > .action,
.amslick-slider-container .slick-dots li .action-gift {
  background: 0 0;
  border: 0;
  color: transparent;
  font-size: 0;
  height: 20px;
  line-height: 0;
  padding: 5px;
  width: 20px;
}
.amslick-slider-container .slick-dots li button:focus:before,
.amslick-slider-container .slick-dots li button:hover:before,
.amslick-slider-container .slick-dots li .cart.table-wrapper .actions-toolbar > .action:focus:before,
.amslick-slider-container .slick-dots li .cart.table-wrapper .actions-toolbar > .action:hover:before,
.amslick-slider-container .slick-dots li .action-gift:focus:before,
.amslick-slider-container .slick-dots li .action-gift:hover:before {
  opacity: 1;
}
.amslick-slider-container .slick-dots li button:before,
.amslick-slider-container .slick-dots li .cart.table-wrapper .actions-toolbar > .action:before,
.amslick-slider-container .slick-dots li .action-gift:before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  color: #000000;
  content: '•';
  font-size: 16px;
  height: 20px;
  left: 0;
  line-height: 20px;
  opacity: 0.25;
  position: absolute;
  text-align: center;
  top: 0;
  width: 20px;
}
.amslick-slider-container .slick-dots li.slick-active button:before,
.amslick-slider-container .slick-dots li.slick-active .cart.table-wrapper .actions-toolbar > .action:before,
.amslick-slider-container .slick-dots li.slick-active .action-gift:before {
  color: #000000;
  opacity: 0.75;
}
.amslick-slider-container .slick-slider {
  -webkit-tap-highlight-color: transparent;
  box-sizing: border-box;
  padding: 0 20px;
  touch-action: pan-y;
  user-select: none;
}
.amslick-slider-container .slick-slider .slick-arrow {
  background: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMjIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0uMi40QTEgMSAwIDAgMSAxLjYuMmwxMiAxMGExIDEgMCAwIDEgMCAxLjZsLTEyIDEwYTEgMSAwIDAgMS0xLjItMS42TDExLjMzMyAxMSAuNCAxLjhBMSAxIDAgMCAxIC4yLjR6IiBmaWxsPSIjQzRDNEM0Ii8+PC9zdmc+') center no-repeat !important;
  border: none;
  color: transparent;
  font-size: 0;
  height: 22px;
  line-height: 0;
  padding: 0;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  transition: background .3s ease;
  width: 15px;
}
.amslick-slider-container .slick-slider .slick-arrow:before,
.amslick-slider-container .slick-slider .slick-arrow:after {
  content: '';
}
.amslick-slider-container .slick-slider .slick-arrow:hover {
  background: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMjIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0uMi40QTEgMSAwIDAgMSAxLjYuMmwxMiAxMGExIDEgMCAwIDEgMCAxLjZsLTEyIDEwYTEgMSAwIDAgMS0xLjItMS42TDExLjMzMyAxMSAuNCAxLjhBMSAxIDAgMCAxIC4yLjR6IiBmaWxsPSIjMTYxNjE2Ii8+PC9zdmc+') center no-repeat;
}
.amslick-slider-container .slick-slider .slick-arrow.slick-next {
  right: 0;
}
.amslick-slider-container .slick-slider .slick-arrow.slick-prev {
  left: 0;
  transform: rotate(180deg) translate(0, 50%);
}
.amslick-slider-container .slick-initialized .slick-slide {
  display: inline-block !important;
  float: none !important;
  height: auto;
}
.amslick-slider-container .product-items.slick-slider > .slick-list {
  padding: 15px 0;
}
.amslick-slider-container .product-items.slick-slider .slick-slide .product-item {
  display: block !important;
  margin: auto !important;
  max-width: 205px;
}
.amslick-slider-container .sidebar.sidebar-additional {
  width: 100%;
}
@keyframes loading {
  0% {
    transform: translate(-50%, -50%) rotate(0);
  }
  100% {
    transform: translate(-50%, -50%) rotate(359.9deg);
  }
}
.hide,
.amcart-message-box.actions,
.am-related-box.actions,
.amcart-message-box .action.back.customization,
.am-related-box .action.back.customization,
.block-bundle-summary .title,
.block-bundle-summary .bundle-summary,
.block-bundle-summary .product-addto-links,
.block-bundle-summary .price-box {
  display: none;
}
.amcart-message-box,
.am-related-box {
  min-width: 320px;
}
.amcart-message-box.required,
.am-related-box.required {
  color: #e02b27;
}
.amcart-message-box.price-box,
.am-related-box.price-box {
  margin: 5px 0 0 10px;
}
.amcart-message-box.price-box p,
.am-related-box.price-box p {
  margin: 0;
  padding: 0;
}
.amcart-message-box .text,
.am-related-box .text {
  font-size: 14px;
  font-weight: normal;
}
.amcart-message-box .product-info-main,
.am-related-box .product-info-main {
  float: none;
  width: auto !important;
}
.amcart-message-box .related,
.am-related-box .related {
  margin: 0 auto;
  width: 320px;
}
.amcart-message-box .product-add-form,
.am-related-box .product-add-form {
  margin: 0 25px;
  text-align: left;
}
.amcart-message-box .product-item-actions,
.am-related-box .product-item-actions {
  display: block;
}
.amcart-message-box .amcart-subtotal,
.am-related-box .amcart-subtotal {
  font-size: 14px;
}
.amcart-message-box .amcart-count,
.am-related-box .amcart-count {
  font-size: 14px;
  margin-bottom: 0;
}
.amcart-message-box .stock.unavailable,
.am-related-box .stock.unavailable {
  margin-top: 10px;
}
.amcart-message-box {
  margin: 40px auto 13px;
}
.amcart-message-box .product-options-bottom .actions,
.amcart-message-box .box-tocart .actions {
  display: none;
}
.am-related-box {
  margin: 20px auto 13px;
}
.am-related-box .am-title {
  color: #333333;
  text-transform: uppercase;
}
.am-related-box .am-product-image.product {
  margin: 0 0 5px 0;
  position: relative;
}
.am-related-box .products-crosssell .product-item {
  padding: 0;
}
.amcart-confirm-overlay {
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background: rgba(0, 0, 0, 0.15);
  box-sizing: border-box;
  height: 100%;
  justify-content: center;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
}
.amcart-confirm-overlay img {
  display: inline;
}
.amcart-confirm-block {
  border-radius: 9px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.25);
  height: auto;
  max-height: 88vh;
  max-width: 100%;
  overflow-y: auto;
  position: relative;
  text-align: center;
  z-index: 9999;
  /* rewrite magento styles*/
}
.amcart-confirm-block > p {
  background: none;
  font-size: 16px;
  font-weight: normal;
  line-height: normal;
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.6);
}
.amcart-confirm-block > .cross {
  color: rgba(0, 0, 0, 0.25);
  font-size: 21px;
  position: absolute;
  right: 10px;
  top: 5px;
  z-index: 9;
}
.amcart-confirm-block > .cross:hover {
  color: rgba(0, 0, 0, 0.45);
  cursor: pointer;
}
.amcart-confirm-block .am-actions-wrapper > .towishlist,
.amcart-confirm-block .am-actions-wrapper > .tocompare {
  background: #f0f0f0 no-repeat center;
  background-size: 60%;
}
.amcart-confirm-block .am-actions-wrapper > .towishlist:before,
.amcart-confirm-block .am-actions-wrapper > .tocompare:before {
  content: '';
}
.amcart-confirm-block .am-actions-wrapper > .towishlist {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzAiIGhlaWdodD0iMzAiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPjxkZWZzPjxwYXRoIGQ9Ik0wIDIwMFYwaDIwMGExMDAgMTAwIDkwIDAgMSAwIDIwMCAxMDAgMTAwIDkwIDAgMS0yMDAgMHoiIGlkPSJhIi8+PC9kZWZzPjxwYXRoIGZpbGw9Im5vbmUiIGQ9Ik0tMS0xaDMydjMySC0xeiIvPjx1c2UgeGxpbms6aHJlZj0iI2EiIGZpbGw9IiM2NjYiIHRyYW5zZm9ybT0icm90YXRlKC0xMzUgNTEgLTE4NSkgc2NhbGUoLjA3NTU3KSIgeT0iLTQ3NzUiIHg9Ii05NjciIHN0cm9rZS13aWR0aD0iMCIvPjwvc3ZnPg==);
}
.amcart-confirm-block .am-actions-wrapper > .towishlist:hover {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzAiIGhlaWdodD0iMzAiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPjxkZWZzPjxwYXRoIGQ9Ik0wIDIwMFYwaDIwMGExMDAgMTAwIDkwIDAgMSAwIDIwMCAxMDAgMTAwIDkwIDAgMS0yMDAgMHoiIGlkPSJhIi8+PC9kZWZzPjxwYXRoIGZpbGw9Im5vbmUiIGQ9Ik0tMS0xaDMydjMySC0xeiIvPjx1c2UgeGxpbms6aHJlZj0iI2EiIGZpbGw9IiNmZjBlMDAiIHRyYW5zZm9ybT0icm90YXRlKC0xMzUgNTEgLTE4NSkgc2NhbGUoLjA3NTU3KSIgeT0iLTQ3NzUiIHg9Ii05NjciIHN0cm9rZS13aWR0aD0iMCIvPjwvc3ZnPg==);
}
.amcart-confirm-block .am-actions-wrapper > .tocompare {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzAiIGhlaWdodD0iMzAiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbD0ibm9uZSIgZD0iTS0xLTFoMzJ2MzJILTF6Ii8+PGc+PHBhdGggZmlsbD0iIzY2NiIgZD0iTTEyIDRoN3YyMmgtN3pNMSAyMGg3djZIMXpNMjIgMTJoN3YxNGgtN3oiLz48L2c+PC9zdmc+);
}
.amcart-confirm-block .am-actions-wrapper > .tocompare:hover {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzAiIGhlaWdodD0iMzAiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbD0ibm9uZSIgZD0iTS0xLTFoMzJ2MzJILTF6Ii8+PHBhdGggZmlsbD0iI2ZmOTQxNiIgZD0iTTEyIDRoN3YyMmgtN3pNMSAyMGg3djZIMXptMjEtOGg3djE0aC03eiIvPjwvc3ZnPg==);
}
.amcart-confirm-block .product-item-name {
  margin: 0 0 10px;
}
.amcart-confirm-block .am-slider {
  margin: 15px 0 0 0;
}
.amcart-confirm-block .actions-secondary .action {
  color: #666666;
}
.amcart-confirm-block .product-item .price-box {
  margin: 0 0 15px;
}
.amcart-confirm-block .product-options-bottom .product-social-links {
  display: none;
}
.amcart-confirm-block .product-options-bottom .grouped .price-box .price-container .price,
.amcart-confirm-block .product-options-bottom .grouped .price-box .price-container {
  font-size: 14px;
  line-height: 20px;
}
.amcart-confirm-block .product-options-bottom .box-tocart {
  margin-top: 20px;
}
.amcart-confirm-buttons {
  margin: 20px auto;
}
.amcart-confirm-buttons .button {
  border-radius: 3px;
  box-shadow: 0 -2px 0 rgba(0, 0, 0, 0.15) inset;
  cursor: pointer;
  display: inline-block;
  font-size: 20px;
  font-weight: normal;
  height: 50px;
  line-height: 23px;
  padding: 7px 10px;
  position: relative;
  width: 45%;
}
.amcart-confirm-buttons .button:hover {
  opacity: .8;
}
.amcart-confirm-buttons .checkout {
  display: block;
  font-size: 16px;
  padding: 25px 0 8px 0;
}
.amcart-confirm-buttons .button:last-child {
  margin-right: 0;
}
.amcart-confirm-buttons .am-btn-left {
  margin-right: 10px;
}
.amcart-confirm-buttons button.am-btn-right,
.amcart-confirm-buttons button.am-btn-left,
.amcart-confirm-buttons .cart.table-wrapper .actions-toolbar > .action.am-btn-right,
.amcart-confirm-buttons .cart.table-wrapper .actions-toolbar > .action.am-btn-left,
.amcart-confirm-buttons .action-gift.am-btn-right,
.amcart-confirm-buttons .action-gift.am-btn-left {
  border: 0;
}
.amcart-confirm-buttons .timer {
  display: none;
}
.product-details {
  bottom: 3px;
  position: relative;
}
.am-cart-info {
  color: #000000;
  font-weight: bold;
  left: 50%;
  position: absolute;
  text-align: center;
  top: 50%;
  transform: translate(-50%, -50%);
}
.added-item {
  display: block;
  font-size: 24px;
  font-weight: 800;
  line-height: normal;
  margin: 33px 15px 5px;
  word-break: break-word;
}
.am_price {
  font-weight: bold;
}
.mask {
  opacity: .4;
}
.am-a-count {
  font-weight: bold;
}
.am-a-count:visited {
  color: #000000;
}
.amcart-message-box .products .product-item-name {
  margin: 0;
}
.amcart-message-box .products .product-item-actions .secondary-addto-links,
.amcart-message-box .products .product-item-actions .actions-primary,
.amcart-message-box .products .product-item-actions .actions-secondary {
  text-align: center;
}
.amcart-message-box .products .product-item-actions .actions-primary,
.amcart-message-box .products .product-item-actions .secondary-addto-links {
  display: block;
  float: none;
  margin: 5px auto;
}
.amcart-message-box .products .product-item-actions .tocart {
  background: #2d9cdb;
  border: 0;
  border-radius: 3px;
  box-shadow: 0 -2px 0 rgba(0, 0, 0, 0.15) inset;
}
.am-related-box .products .product-item-name {
  margin: 0;
}
.am-related-box .products .product-item-actions .secondary-addto-links,
.am-related-box .products .product-item-actions .actions-primary,
.am-related-box .products .product-item-actions .actions-secondary {
  text-align: center;
}
.am-related-box .products .product-item-actions .actions-primary,
.am-related-box .products .product-item-actions .secondary-addto-links {
  display: block;
  float: none;
  margin: 5px auto 10px;
}
.am-related-box .products .product-item-actions .am-actions-wrapper {
  display: none;
  margin: 0;
  position: absolute;
  right: 0;
  transition: all 0.2s ease-in-out;
  width: 100%;
  z-index: 999;
  top: -30px;
}
.am-related-box .products .product-item-actions .am-actions-wrapper .action {
  width: 30px;
  height: 30px;
  background: #f0f0f0;
}
.am-related-box .products .product-item-actions .am-actions-wrapper .action:before {
  line-height: 30px;
}
.am-related-box .products .product-item-actions .tocart {
  background: #2d9cdb;
  border: 0;
  border-radius: 3px;
  box-shadow: 0 -2px 0 rgba(0, 0, 0, 0.15) inset;
}
.product-info-main .product-add-form {
  text-align: left;
}
.products.list .swatch-attribute .amcart-error {
  display: none;
}
.am-slider.owl-carousel .owl-nav {
  pointer-events: none;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
}
.am-slider.owl-carousel .owl-prev {
  float: left;
  margin-left: 5px;
  pointer-events: auto;
}
.am-slider.owl-carousel .owl-next {
  float: right;
  margin-right: 5px;
  pointer-events: auto;
}
.am-slider.owl-carousel .owl-nav .disabled {
  opacity: .3;
}
.am-slider.owl-carousel .product-item {
  margin: 0 auto;
}
.am-slider.owl-carousel .product-item-info:hover {
  border: 0;
  box-shadow: none;
  margin: 0;
  padding: 0;
}
.am-slider.arrow {
  cursor: pointer;
  height: 35px;
  width: 18px;
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTkiIGhlaWdodD0iMzUiIHZpZXdCb3g9IjAgMCAxOSAzNSIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj48dGl0bGU+bmV4dDwvdGl0bGU+PGRlc2M+Q3JlYXRlZCB1c2luZyBGaWdtYTwvZGVzYz48ZyBpZD0iQ2FudmFzIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMTA2MDIgLTgwOSkiPjxnIGlkPSJuZXh0Ij48ZyBpZD0iR3JvdXAiPjxnIGlkPSJWZWN0b3IiPjx1c2UgeGxpbms6aHJlZj0iI3BhdGgwX2ZpbGwiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDEwNjAyIDgwOSkiIGZpbGw9IiNCQkJCQkIiLz48L2c+PC9nPjwvZz48L2c+PGRlZnM+PHBhdGggaWQ9InBhdGgwX2ZpbGwiIGQ9Ik0gMTguMjAzMiAxNi44MDIzTCAxLjY5MjUxIDAuMjkxNTZDIDEuMzAzNzcgLTAuMDk3MTg2NiAwLjY4MDMwNiAtMC4wOTcxODY2IDAuMjkxNTYgMC4yOTE1NkMgLTAuMDk3MTg2NyAwLjY4MDMwNiAtMC4wOTcxODY3IDEuMzAzNzcgMC4yOTE1NiAxLjY5MjUxTCAxNi4wOTgxIDE3LjQ5OTFMIDAuMjkxNTYgMzMuMzA1N0MgLTAuMDk3MTg2NyAzMy42OTQ0IC0wLjA5NzE4NjcgMzQuMzE3OSAwLjI5MTU2IDM0LjcwNjZDIDAuNDgyMjY1IDM0Ljg5NzMgMC43Mzg5ODUgMzUgMC45ODgzNjkgMzVDIDEuMjM3NzUgMzUgMS40OTQ0NyAzNC45MDQ2IDEuNjg1MTggMzQuNzA2NkwgMTguMTk1OSAxOC4xOTU5QyAxOC41ODQ2IDE3LjgxNDUgMTguNTg0NiAxNy4xODM3IDE4LjIwMzIgMTYuODAyM1oiLz48L2RlZnM+PC9zdmc+);
}
.am-slider.arrow.-left {
  transform: rotate(180deg);
}
.am-photo-container {
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  width: 100%;
}
.product-item-photo > .amcart-image-success {
  aspect-ratio: auto;
  height: auto;
  width: 100%;
}
.amcart-message-box .owl-stage {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.amcart-message-box .owl-stage .product-item,
.amcart-message-box .owl-stage .product-item-info {
  height: 100%;
}
.amcart-message-box .owl-stage .product-item-info {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: column;
  -moz-flex-flow: column;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
}
.am-related-box .owl-stage {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: auto;
}
.am-related-box .owl-stage .product-item,
.am-related-box .owl-stage .product-item-info {
  height: 100%;
}
.am-related-box .owl-stage .product-item-info {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: column;
  -moz-flex-flow: column;
  -ms-flex-flow: column;
  flex-flow: column;
}
.am-related-title {
  background: #cecccc;
  font-size: 15px;
  height: 1px;
  line-height: 0;
  margin: 20px 40px;
}
.am-related-title > .am-title {
  padding: 0 20px;
}
.amimg-container {
  left: 50%;
  position: absolute;
  top: 50%;
  z-index: 9999;
}
.amprogress {
  background: linear-gradient(to bottom, rgba(11, 11, 11, 0.1) 0%, rgba(11, 11, 11, 0.6) 100%) repeat-x rgba(11, 11, 11, 0.2);
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100000;
}
div.swatch-option-tooltip {
  z-index: 99999;
}
.amcart-confirm-block .error {
  margin: 33px 15px 5px;
}
[data-post-ajax] {
  cursor: pointer;
}
.amcart-message-box .bundle-options-wrapper {
  margin-top: 25px;
}
.amcart-message-box .bundle-options-wrapper input[type='radio'] {
  width: 15px;
}
.amcart-message-box .bundle-options-wrapper p.required {
  color: #e02b27;
}
.amcart-message-box .bundle-options-wrapper .field.qty > .label {
  display: inline-block;
  font-weight: 600;
  margin: 10px 0 8px;
}
.amcart-message-box .bundle-options-wrapper .input-text.qty {
  text-align: center;
  width: 54px;
}
.amcart-message-box .block-bundle-summary {
  display: none;
}
.page-product-downloadable .amcart-message-box .product-add-form {
  margin-bottom: 0;
}
.page-product-downloadable .amcart-message-box .product-options-bottom,
.page-product-downloadable .amcart-message-box .product-options-wrapper {
  float: none;
  width: auto;
}
.page-product-downloadable .amcart-message-box .box-tocart .field.qty {
  display: block;
  margin-bottom: 6px;
}
.page-products .amcart-minipage-wrap .product-item-info {
  width: 100%;
}
.amcart-minipage-wrap {
  /* don't hide grouped price*/
}
.amcart-minipage-wrap .product-item-info {
  width: 100%;
}
.amcart-minipage-wrap .amcart-confirm-buttons {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}
.amcart-minipage-wrap .amcart-confirm-buttons .am-btn-left,
.amcart-minipage-wrap .amcart-confirm-buttons .am-btn-right {
  font-size: 18px;
  margin: auto;
  max-width: 260px;
  width: 100%;
}
.amcart-minipage-wrap .amcart-message-box {
  max-width: 320px;
}
.amcart-minipage-wrap .am-photo-container {
  border: 1px solid #b2b2b2;
  box-sizing: border-box;
  margin: 0 25px 10px;
  width: initial;
}
.amcart-minipage-wrap .am-photo-container > .product-item-photo {
  display: block;
  margin: auto;
  width: 60%;
}
.amcart-minipage-wrap .am-photo-container .product-image-container {
  vertical-align: middle;
}
.amcart-minipage-wrap .product-options-bottom .price-box {
  display: none;
}
.amcart-minipage-wrap .product-options-bottom .grouped .price-box {
  display: block;
}
.ampage-top-info,
.ampage-bottom-info {
  text-align: left;
}
.ampage-top-info {
  margin: 5px 25px 15px;
}
.ampage-top-info > .am-title {
  font-size: 20px;
  margin-bottom: 5px;
}
.ampage-top-info > .am-rating .rating-summary {
  vertical-align: text-bottom;
}
.ampage-top-info > .am-price,
.ampage-top-info > .am-price .price {
  font-size: 24px;
  font-weight: bold;
}
.amcart-confirm-block .reviews-actions .action {
  color: #000000;
  font-size: 14px;
  margin-left: 15px;
}
.ampage-bottom-info > .am-description {
  font-size: 12px;
  margin: 0 25px;
}
.ampage-bottom-info .swatch-attribute {
  margin-bottom: 20px;
}
.amcart-product-notice {
  background: #fffae5;
  display: inline-block;
  font-size: 12px;
  padding: 10px 20px;
}
.amcart-product-notice p {
  margin-bottom: 0;
}
.amcart-qty-wrap {
  -ms-flex-item-align: center;
  -webkit-align-self: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-self: center;
  margin: 0 5px 0 7px;
  position: relative;
}
.amcart-qty-wrap > .amcart-label {
  font-weight: bold;
  margin-right: 8px;
  position: absolute;
  top: 0;
  transform: translateY(-100%);
  line-height: 30px;
}
.amcart-qty-wrap > .amcart-control {
  cursor: pointer;
  position: relative;
  width: 25px;
  background: #b2b2b2;
  height: 30px;
  transition: all 0.3s ease-in-out;
}
.amcart-qty-wrap > .amcart-control:before {
  bottom: 0;
  color: #ffffff;
  font-size: 16px;
  height: 100%;
  left: 0;
  position: absolute;
  text-align: center;
  top: 0;
  width: 100%;
  line-height: 30px;
}
.amcart-qty-wrap > .amcart-control:hover {
  background: #999999;
}
.amcart-qty-wrap > .amcart-control.-minus {
  order: 1;
}
.amcart-qty-wrap > .amcart-control.-minus:before {
  content: '-';
}
.amcart-qty-wrap > .amcart-control.-plus {
  order: 3;
}
.amcart-qty-wrap > .amcart-control.-plus:before {
  content: '+';
}
.amcart-qty-wrap > .amcart-input,
.amcart-qty-wrap > .amcart-input.input-text.qty {
  box-sizing: border-box;
  margin: 0 5px;
  order: 2;
  padding: 3px;
  text-align: center;
  width: 40px;
  height: 30px;
}
.amcart-qty-wrap > .amcart-refresh {
  cursor: pointer;
  margin-left: 10px;
  opacity: .7;
  order: 4;
  visibility: hidden;
  width: 20px;
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMTUiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTE0LjQ2NCAxMC42MjVsMS4yMjIgMS41NjNBNy45MDQgNy45MDQgMCAwIDEgOS42NDMgMTVDNS40IDE1IDEuOTI5IDExLjYyNSAxLjkyOSA3LjVjMC0uMTg4IDAtLjQzOC4wNjQtLjYyNUgwbDIuODkzLTMuNzUgMi44OTMgMy43NUgzLjkyYy0uMDY0LjE4OC0uMDY0LjQzOC0uMDY0LjYyNSAwIDMuMTI1IDIuNTcyIDUuNjI1IDUuNzg2IDUuNjI1IDEuOTkzIDAgMy43OTMtMSA0LjgyMS0yLjV6bTIuODI5LTMuNzVDMTYuOTcgMy4wNjIgMTMuNjkzIDAgOS42NDMgMGE3Ljk5OCA3Ljk5OCAwIDAgMC01LjUyOSAyLjI1bDEuMjIyIDEuNWMxLjAyOC0xLjE4OCAyLjU3MS0xLjg3NSA0LjMwNy0xLjg3NSAyLjk1NyAwIDUuNCAyLjE4OCA1LjcyMSA1SDEzLjVsMi44OTMgMy43NSAyLjg5My0zLjc1aC0xLjk5M3oiIGZpbGw9IiM5NDk0OTQiLz48L3N2Zz4=) no-repeat center;
  height: 30px;
  transition: all 0.3s ease-in-out;
}
.amcart-qty-wrap > .amcart-refresh:hover {
  opacity: 1;
}
.amcart-message-box > .amcart-qty-wrap {
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  margin: 5px;
}
.-am-blocked {
  pointer-events: none;
}
.checkout-index-index .page-header .minicart-wrapper {
  display: none;
}
.checkout-index-index .authentication-wrapper {
  margin-right: 9px;
}
.checkout-index-index .checkout-header {
  margin: 12px 0 20px;
  padding: 0 9px;
  width: 70%;
}
.checkout-index-index .checkout-header .title {
  margin: 0 auto 7px;
}
.checkout-index-index .checkout-header .description {
  font-size: 18px;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  float: none;
  margin: 0;
  padding: 0;
  width: 100%;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper.layout-2columns .checkout-column,
.checkout-index-index .opc-wrapper.am-opc-wrapper.layout-3columns .checkout-column {
  width: 100%;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper.layout-3columns .shipping-address-item:nth-child(3n + 1):before {
  display: block;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper.layout-3columns .shipping-address-item:nth-child(2n + 1):before {
  display: none;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper.layout-3columns .shipping-address-item,
.checkout-index-index .opc-wrapper.am-opc-wrapper.layout-2-3-columns .shipping-address-item {
  width: 50%;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper.layout-3columns .shipping-address-item:only-child,
.checkout-index-index .opc-wrapper.am-opc-wrapper.layout-2-3-columns .shipping-address-item:only-child {
  width: 100%;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper.layout-3columns .table-checkout-shipping-method,
.checkout-index-index .opc-wrapper.am-opc-wrapper.layout-2-3-columns .table-checkout-shipping-method {
  min-width: 0;
  width: 100%;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper:before {
  display: none;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper .step-content {
  margin: 0;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper .shipping-address {
  margin-bottom: 0;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper #co-payment-form .discount-code {
  display: none;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper #co-payment-form .rewards-add {
  display: none;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper #co-payment-form .gift-code {
  display: none;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper .form-login:not(:last-child) {
  border-bottom: none;
  padding-bottom: 0;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper .discount-code .payment-option-title {
  border: none;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper .checkout-agreement {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper .checkout-agreement label {
  -webkit-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper .checkout-agreement div.mage-error {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper .checkout-agreement .action-show {
  text-align: left;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper .payment-method-content,
.checkout-index-index .opc-wrapper.am-opc-wrapper .payment-option-content {
  padding: 0 22px 20px;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper .payment-option-content .action-apply {
  margin-right: 0;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper .payment-method-content .actions-toolbar > .primary {
  padding-right: 0;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper .checkout-block > li {
  list-style-type: none;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper .checkout-payment-method .payment-methods .step-title {
  border-bottom: 1px solid #ccc;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper .field.amcheckout-comment {
  margin-bottom: 10px;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper .label {
  word-break: break-all;
  word-wrap: break-word;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper .checkout-billing-address {
  max-width: 500px;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper .checkout-billing-address .billing-address-same-as-shipping-block {
  margin: 5px 0 10px;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper .checkout-billing-address .actions-toolbar {
  margin-top: 15px;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper .checkout-billing-address .actions-toolbar .action.action-cancel {
  margin: 0 20px 0 0;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper .checkout-billing-address .primary {
  float: right;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper .checkout-billing-address .field-select-billing .label {
  display: none;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper .checkout-shipping-address .primary {
  float: right;
}
.checkout-index-index .am-submit-summary #checkout-payment-method-load .actions-toolbar {
  display: none;
}
.checkout-index-index .am-submit-summary #checkout-payment-method-load .payment-method-billing-address .actions-toolbar {
  display: block;
}
.checkout-index-index .am-submit-fixed #checkout-payment-method-load .actions-toolbar {
  background-color: #eaeaea;
  display: block;
  left: 50%;
  margin-left: auto;
  margin-right: auto;
  position: fixed;
  text-align: center;
  transform: translate(-50%);
  width: 1400px;
  z-index: 999;
}
.checkout-index-index .am-submit-fixed #checkout-payment-method-load .actions-toolbar > * {
  float: none;
}
.checkout-index-index .am-submit-fixed.-top #checkout-payment-method-load .actions-toolbar {
  bottom: auto;
  top: 0;
}
.checkout-index-index .am-submit-fixed.-bottom #checkout-payment-method-load .actions-toolbar {
  bottom: 0;
}
.checkout-index-index .checkout-block {
  -webkit-transition: box-shadow 0.5s;
  -moz-transition: box-shadow 0.5s;
  -ms-transition: box-shadow 0.5s;
  transition: box-shadow 0.5s;
  background: #ffffff;
  box-shadow: 0 1px 1px 1px rgba(0, 0, 0, 0.15);
  margin: 7px 9px 32px;
  padding: 24px 12px;
}
.checkout-index-index .checkout-block:hover {
  box-shadow: 0 1px 4px 1px rgba(25, 121, 195, 0.45);
}
.checkout-index-index .checkout-block .fieldset > br,
.checkout-index-index .checkout-block .fieldset > hr {
  display: none;
}
.checkout-index-index .am-checkout {
  margin: 20px 0;
  padding: 12px;
}
.checkout-index-index .am-checkout .product-item .amcheckout-price-wrapper {
  font-size: 1.2rem;
  margin: 5px 0;
}
.checkout-index-index .am-checkout:not(.-modern) {
  background: #eaeaea;
}
.checkout-index-index .opc-block-summary {
  margin: -24px -12px 0;
  padding: 24px 12px;
}
.checkout-index-index .opc-block-summary .minicart-items-wrapper {
  margin: 0;
}
.checkout-index-index .additional-options {
  margin: 24px 7px 12px;
}
.checkout-index-index .additional-options .checkout-agreements .action-show {
  background: none;
  border: 0;
  border-radius: 0;
  color: #006bb4;
  display: inline;
  font-weight: 400;
  line-height: 1.42857143;
  padding: 0;
  text-decoration: none;
}
.checkout-index-index .additional-options .checkout-agreements .action-show:not(:focus) {
  box-shadow: none;
}
.checkout-index-index .additional-options .field {
  margin-top: 7px;
}
.checkout-index-index .amcheckout-form-login .mage-error:not([style*='display: none;']) + .field-error {
  display: none;
}
.checkout-index-index .additional-options .field._required .label:after {
  color: #e02b27;
  content: '*';
  font-size: 1.2rem;
  margin: 0 0 0 5px;
}
.checkout-index-index .opc-block-summary .minicart-items input[type='number']::-webkit-inner-spin-button,
.checkout-index-index .opc-block-summary .minicart-items input[type='number']::-webkit-outer-spin-button {
  appearance: auto;
  opacity: 1;
  height: auto;
}
.checkout-index-index .opc-block-summary .minicart-items input[type='number']:focus {
  -moz-appearance: spinner !important;
}
.checkout-index-index .opc-block-summary .minicart-items input.qty,
.checkout-index-index .opc-block-summary .minicart-items span.non-editable-qty {
  width: 55px;
}
.checkout-index-index .opc-block-summary .minicart-items button,
.checkout-index-index .opc-block-summary .minicart-items .cart.table-wrapper .actions-toolbar > .action,
.checkout-index-index .opc-block-summary .minicart-items .action-gift {
  float: right;
  margin-top: 12px;
}
.checkout-index-index .opc-block-summary .minicart-items .delete {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iMTAiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbD0ibm9uZSIgZD0iTS0xLTFoMTJ2MTJILTF6Ii8+PHBhdGggZmlsbD0iI2I1YjViNSIgY2xhc3M9ImFjdGl2ZS1wYXRoIiBkPSJNNiA1bDQtNC0xLTEtNCA0LTQtNC0xIDEgNCA0LTQgNCAxIDEgNC00IDQgNCAxLTEtNC00eiIgc3Ryb2tlPSJudWxsIi8+PC9zdmc+) no-repeat center;
  background-size: 7px;
  border: 1px #b6b6b6 solid;
  cursor: pointer;
  float: left;
  height: 14px;
  padding: 7px;
  width: 14px;
  border-radius: unset;
  margin-top: 0px;
}
.checkout-index-index .opc-block-summary .minicart-items .product-item-details {
  padding-left: 118px;
}
.checkout-index-index .opc-block-summary .minicart-items .product-image-container {
  margin-left: 16px;
}
@media (min-width: 900px) {
  .checkout-index-index .opc-wrapper.am-opc-wrapper {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .checkout-index-index .opc-wrapper.am-opc-wrapper.layout-2columns .checkout-column {
    width: 50%;
  }
  .checkout-index-index .opc-wrapper.am-opc-wrapper.layout-3columns .checkout-column {
    width: 33.3%;
  }
}
.checkout-index-index #opc-shipping_method #checkout-shipping-method-load .table-checkout-shipping-method {
  max-width: 600px;
}
.checkout-index-index #opc-shipping_method #checkout-shipping-method-load .table-checkout-shipping-method .col-price {
  min-width: unset;
}
.checkout-index-index .modal-popup:not(.agreements-modal):not(.popup-authentication) .modal-inner-wrap {
  left: 0;
  margin-left: auto;
  margin-right: auto;
  max-width: 500px;
  right: 0;
  width: 100%;
}
.checkout-index-index #recaptcha-checkout-place-order-wrapper .grecaptcha-badge {
  margin-bottom: 20px;
}
.checkout-payment-method .payment-methods {
  margin: 0;
}
.checkout-payment-method .payment-methods .actions-toolbar .primary {
  font-size: 1.8rem;
  line-height: 2.2rem;
  padding: 14px 17px;
}
.checkout-payment-method .payment-methods .actions-toolbar .action.primary,
.checkout-payment-method .payment-methods .actions-toolbar .amshopby-button,
.checkout-payment-method .payment-methods .actions-toolbar .am-filter-go {
  background: #006bb4;
  border: 1px solid #006bb4;
}
.checkout-payment-method .payment-methods .actions-toolbar .action.primary.disabled,
.checkout-payment-method .payment-methods .actions-toolbar .action.primary[disabled],
.checkout-payment-method .payment-methods .actions-toolbar .amshopby-button.disabled,
.checkout-payment-method .payment-methods .actions-toolbar .amshopby-button[disabled],
.checkout-payment-method .payment-methods .actions-toolbar .am-filter-go.disabled,
.checkout-payment-method .payment-methods .actions-toolbar .am-filter-go[disabled] {
  background: #1979c3;
  border: 1px solid #1979c3;
  opacity: 0.5;
}
.checkout-payment-method .payment-methods .actions-toolbar .action.primary:hover,
.checkout-payment-method .payment-methods .actions-toolbar .amshopby-button:hover,
.checkout-payment-method .payment-methods .actions-toolbar .am-filter-go:hover {
  background: #015690;
  border: 1px solid #015690;
}
.checkout-payment-method.submit .payment-methods {
  margin: 0;
}
.fieldset.address {
  margin: 0 -7px;
}
.fieldset.address > .field {
  box-sizing: border-box;
  display: inline-block;
  padding: 0 7px;
  vertical-align: top;
  width: 100%;
}
.checkout-success .success-messages {
  font-size: 1.8rem;
  margin-bottom: 40px;
}
.account .column.main .order-details-items {
  margin-bottom: 0;
}
.account .column.main .order-details-items .order-items .data.table > tbody > tr:nth-child(even) > td {
  background: none;
}
.page-main .block.block-order-details {
  margin-bottom: 25px;
}
.page-main .block.block-order-details .order-date {
  border-bottom: 1px solid #c5c5c5;
  font-size: 1.6rem;
  padding-bottom: 25px;
}
.page-main .block.block-order-details-comments {
  margin-bottom: 35px;
}
.page-main .block.block-order-details-view {
  margin-bottom: 10px;
}
.page-main .block.block-order-details-view:nth-child(2) .block-title {
  display: none;
}
#registration {
  border-left: 3px solid #f58c12;
  margin: 20px 0 25px;
  padding: 0 0 0 12px;
  position: relative;
  width: 600px;
}
#registration br {
  display: none;
}
#registration form {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.opc-estimated-wrapper .minicart-wrapper {
  display: none;
}
.amcheckout-trust-badges {
  display: flex;
  justify-content: flex-start;
  margin-top: 10px;
}
.amcheckout-trust-seal {
  font-size: 8px;
  max-width: 137px;
}
.checkout-payment-method .amcheckout-trust-seal {
  font-size: 10px;
  margin: 0 auto 15px;
  max-width: 66%;
  text-align: center;
}
.am-checkout.-layout-3columns .checkout-payment-method .amcheckout-trust-seal {
  font-size: 12px;
}
.amcheckout-trust-seal .amcheckout-title,
.amcheckout-trust-seal .amcheckout-description {
  margin-bottom: 0;
}
.amcheckout-default-tooltip.tooltipster-base.tooltipster-sidetip {
  height: auto !important;
}
.amcheckout-default-tooltip.tooltipster-base.tooltipster-sidetip .tooltipster-box {
  border: 1px solid #999999;
  border-radius: 0;
  color: inherit !important;
}
.amcheckout-default-tooltip.tooltipster-base.tooltipster-sidetip .tooltipster-content {
  padding: 12px;
  background: #f4f4f4;
}
.amcheckout-default-tooltip.tooltipster-base.tooltipster-sidetip .tooltipster-arrow {
  width: 12px;
}
.amcheckout-default-tooltip.tooltipster-base.tooltipster-sidetip.tooltipster-right .tooltipster-arrow {
  left: -3px;
}
.amcheckout-default-tooltip.tooltipster-base.tooltipster-sidetip.tooltipster-left .tooltipster-arrow {
  right: -2px;
  width: 14px;
}
.amcheckout-default-tooltip.tooltipster-base.tooltipster-sidetip .tooltipster-arrow-background {
  left: 3px;
  border-right-color: #f4f4f4;
  border-left-color: #f4f4f4;
}
.amcheckout-default-tooltip.tooltipster-base.tooltipster-sidetip .tooltipster-arrow-border {
  top: 2px;
  width: 16px;
  height: 16px;
  background-color: #999999 !important;
}
.amcheckout-default-tooltip.tooltipster-base.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-border {
  left: 15px;
}
.amcheckout-default-tooltip.tooltipster-base.tooltipster-sidetip.tooltipster-left .tooltipster-arrow-border {
  left: -5px;
  z-index: -1;
}
.checkout-index-index .am-gift-message .edit-link {
  display: none;
  color: #1979c3;
  cursor: pointer;
}
.checkout-index-index .am-gift-message.checked .edit-link {
  display: inline;
}
._amcheckout-selectable-container,
.amcheckout-step-container .shipping-address-items,
.amcheckout-step-container .amcheckout-shipping-methods .amcheckout-items,
.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .amcheckout-content > .amcheckout-wrapper {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  justify-content: space-between;
}
._amcheckout-selectable-item,
.amcheckout-step-container .amcheckout-shipping-address .billing-address-details,
.amcheckout-step-container .amcheckout-shipping-address .shipping-address-details,
.amcheckout-step-container .shipping-address-items .shipping-address-item,
.amcheckout-step-container .amcheckout-shipping-methods .amcheckout-method,
.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method {
  display: block;
  justify-content: space-between;
  box-sizing: border-box;
  padding: 0 20px;
  width: 100%;
  border: 1px solid #f9f9f9;
  border-radius: 2px;
  background: #f9f9f9;
  cursor: pointer;
}
._amcheckout-selectable-item:not(:last-of-type),
.amcheckout-step-container .amcheckout-shipping-address .billing-address-details:not(:last-of-type),
.amcheckout-step-container .amcheckout-shipping-address .shipping-address-details:not(:last-of-type),
.amcheckout-step-container .shipping-address-items .shipping-address-item:not(:last-of-type),
.amcheckout-step-container .amcheckout-shipping-methods .amcheckout-method:not(:last-of-type),
.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method:not(:last-of-type) {
  margin-bottom: 15px;
}
._amcheckout-selectable-item:hover,
.amcheckout-step-container .amcheckout-shipping-address .billing-address-details:hover,
.amcheckout-step-container .amcheckout-shipping-address .shipping-address-details:hover,
.amcheckout-step-container .shipping-address-items .shipping-address-item:hover,
.amcheckout-step-container .amcheckout-shipping-methods .amcheckout-method:hover,
.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method:hover {
  box-shadow: 0 2px 8px rgba(56, 77, 108, 0.4);
}
._amcheckout-selectable-item.-selected,
.amcheckout-step-container .amcheckout-shipping-address .billing-address-details.-selected,
.amcheckout-step-container .amcheckout-shipping-address .shipping-address-details.-selected,
.amcheckout-step-container .shipping-address-items .shipping-address-item.-selected,
.amcheckout-step-container .shipping-address-items .shipping-address-item.selected-item,
.amcheckout-step-container .amcheckout-shipping-methods .amcheckout-method.-selected,
.amcheckout-step-container .amcheckout-shipping-methods .amcheckout-method.-selected,
.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method.-selected,
.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method._active {
  border-color: #1979c3;
}
@media all and (min-width: 768px) {
  ._amcheckout-selectable-item,
  .amcheckout-step-container .amcheckout-shipping-address .billing-address-details,
  .amcheckout-step-container .amcheckout-shipping-address .shipping-address-details,
  .amcheckout-step-container .shipping-address-items .shipping-address-item,
  .amcheckout-step-container .amcheckout-shipping-methods .amcheckout-method,
  .amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method {
    width: 48%;
  }
  ._amcheckout-selectable-item:nth-last-child(-n + 2),
  .amcheckout-step-container .amcheckout-shipping-address .billing-address-details:nth-last-child(-n + 2),
  .amcheckout-step-container .amcheckout-shipping-address .shipping-address-details:nth-last-child(-n + 2),
  .amcheckout-step-container .shipping-address-items .shipping-address-item:nth-last-child(-n + 2),
  .amcheckout-step-container .amcheckout-shipping-methods .amcheckout-method:nth-last-child(-n + 2),
  .amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method:nth-last-child(-n + 2) {
    margin-bottom: 0;
  }
}
.am-checkout.-modern {
  background: none;
  box-sizing: border-box;
  padding: 0;
}
.am-checkout.-modern.-layout-1column {
  margin: auto;
  max-width: 750px;
}
.am-checkout.-modern .checkout-header {
  padding: 0;
}
.am-checkout.-modern .authentication-wrapper {
  margin-right: 0;
}
.am-checkout.-modern .authentication-wrapper .action-auth-toggle {
  background: #1979c3;
  border-radius: 2px;
  color: #ffffff;
  height: auto;
  padding: 5px 20px;
  transition: all .3s ease;
}
.am-checkout.-modern .authentication-wrapper .action-auth-toggle:hover {
  background: #429fe7;
}
.am-checkout.-modern .opc-estimated-wrapper {
  margin: 0 -15px 15px;
}
.am-checkout.-modern .amcheckout-trust-badges {
  justify-content: flex-start;
}
.am-checkout.-modern .checkout-payment-method .amcheckout-trust-seal {
  font-size: 12px;
  width: 66%;
}
.am-checkout.-modern .amcheckout-step-container .primary .action.checkout,
.am-checkout.-modern .amcheckout-step-container .action.checkout.amasty {
  background: #315499;
  padding: 14px 30px;
  transition: all .3s ease;
}
.am-checkout.-modern .amcheckout-step-container .primary .action.checkout.disabled,
.am-checkout.-modern .amcheckout-step-container .action.checkout.amasty.disabled,
.am-checkout.-modern .amcheckout-step-container .primary .action.checkout[disabled],
.am-checkout.-modern .amcheckout-step-container .action.checkout.amasty[disabled] {
  background: #315499;
  /* phpcs:ignore: Magento2.Less.ZeroUnits.ZeroUnitFound */
  opacity: 0.5;
}
.am-checkout.-modern .amcheckout-step-container .primary .action.checkout:hover,
.am-checkout.-modern .amcheckout-step-container .action.checkout.amasty:hover {
  background: #3d69c0;
}
.am-checkout.-modern.-layout-2columns .product-item-details .product-item-inner .amcheckout-price-wrapper,
.am-checkout.-modern.-layout-3columns .product-item-details .product-item-inner .amcheckout-price-wrapper {
  order: inherit;
  text-align: start;
}
.amcheckout-main-container.-modern {
  clear: both;
  color: #363636;
}
.amcheckout-main-container.-modern .amcheckout-block:not(:first-of-type) {
  margin: 40px 0 0;
}
.amcheckout-step-container {
  font-size: 16px;
}
.amcheckout-step-container > li {
  list-style: none;
}
.amcheckout-step-container .amcheckout-title {
  background: #eeeeee;
  cursor: pointer;
  display: block;
  font-size: 20px;
  font-weight: 600;
  margin: 0;
  padding: 15px;
}
.amcheckout-step-container .amcheckout-title > .amcheckout-icon {
  border: 2px solid #1979c3;
  border-radius: 50%;
  box-sizing: border-box;
  float: right;
  height: 24px;
  position: relative;
  transition: all .3s ease;
  width: 24px;
}
.amcheckout-step-container .amcheckout-title > .amcheckout-icon:hover,
.amcheckout-step-container .amcheckout-title > .amcheckout-icon:hover:before {
  border-color: #429fe7;
}
.amcheckout-step-container .amcheckout-title > .amcheckout-icon:before {
  border-bottom: 2px solid #1979c3;
  border-right: 2px solid #1979c3;
  box-sizing: border-box;
  content: '';
  display: block;
  height: 8px;
  left: 50%;
  position: absolute;
  top: 41%;
  transform: translate(-50%, -50%) rotate(45deg);
  transition: all .3s ease;
  width: 8px;
}
.amcheckout-step-container .amcheckout-title > .amcheckout-icon.-minus {
  transform: rotate(180deg);
}
.amcheckout-step-container .amcheckout-title-container + .amcheckout-content > .amcheckout-wrapper {
  padding: 20px 0;
}
.amcheckout-step-container .fieldset:last-child {
  margin-bottom: 0;
}
.amcheckout-step-container .fieldset > br,
.amcheckout-step-container .fieldset > hr {
  display: none;
}
.amcheckout-step-container .fieldset > .field > .label,
.amcheckout-step-container .fieldset > .fields > .field > .label {
  font-weight: normal;
}
.amcheckout-step-container .opc-block-summary {
  margin: 0;
  padding: 0;
}
.amcheckout-step-container .checkout-payment-method .field-select-billing,
.amcheckout-step-container .checkout-payment-method .billing-address-form {
  max-width: inherit;
}
.amcheckout-step-container .checkout-payment-method .checkout-billing-address {
  margin-top: 15px;
}
.amcheckout-step-container .checkout-payment-method .amcheckout-trust-seal {
  font-size: inherit;
  max-width: unset;
}
.amcheckout-step-container .note {
  color: #717171;
}
.amcheckout-step-container .amcheckout-button:not(.braintree-googlepay-button,
            .ui-datepicker-trigger,
            .gpay-card-info-container),
.amcheckout-step-container button:not(.braintree-googlepay-button,
            .ui-datepicker-trigger,
            .gpay-card-info-container),
.amcheckout-step-container .cart.table-wrapper .actions-toolbar > .action:not(.braintree-googlepay-button,
            .ui-datepicker-trigger,
            .gpay-card-info-container),
.amcheckout-step-container .action-gift:not(.braintree-googlepay-button,
            .ui-datepicker-trigger,
            .gpay-card-info-container) {
  background: #1979c3;
  border: none;
  border-radius: 2px;
  box-shadow: none;
  color: #ffffff;
}
.amcheckout-step-container .amcheckout-button:not(.braintree-googlepay-button):hover,
.amcheckout-step-container button:not(.braintree-googlepay-button):hover,
.amcheckout-step-container .cart.table-wrapper .actions-toolbar > .action:not(.braintree-googlepay-button):hover,
.amcheckout-step-container .action-gift:not(.braintree-googlepay-button):hover {
  border: none;
}
.amcheckout-step-container .amcheckout-button.-new-address {
  margin-top: 20px;
  transition: all .3s ease;
}
.amcheckout-step-container .amcheckout-button.-new-address:hover {
  background: #429fe7;
}
.amcheckout-step-container .payment-method-content > .actions-toolbar > .primary .action.primary,
.amcheckout-step-container .payment-method-content > .actions-toolbar > .primary .amshopby-button,
.amcheckout-step-container .payment-method-content > .actions-toolbar > .primary .am-filter-go {
  float: none;
  font-size: 16px;
  margin: 0 15px 0 0;
  padding: 12px 16px;
}
.amcheckout-step-container .action-edit-address {
  margin-top: 15px;
}
.amcheckout-step-container .form-discount .actions-toolbar .action {
  min-height: 40px;
}
.amcheckout-step-container input[type='number']:focus {
  -moz-appearance: none !important;
}
.amcheckout-step-container input[type='text'],
.amcheckout-step-container input[type='password'],
.amcheckout-step-container input[type='url'],
.amcheckout-step-container input[type='tel'],
.amcheckout-step-container input[type='search'],
.amcheckout-step-container input[type='number'],
.amcheckout-step-container input[type='datetime'],
.amcheckout-step-container input[type='email'],
.amcheckout-step-container select {
  border: 1px solid #d4d4d4;
  border-radius: 2px;
  font-size: 16px;
  height: 40px;
}
.amcheckout-step-container .checkout-agreements .action-show {
  background: inherit;
  color: inherit;
  font-size: inherit;
  text-align: left;
}
.amcheckout-step-container .checkout-agreements .checkout-agreement .label {
  display: flex;
}
.amcheckout-step-container .checkout-agreements .action-show,
.amcheckout-step-container .action.checkout.amasty {
  height: auto;
}
.amcheckout-step-container input[type='checkbox'],
.amcheckout-step-container input[type='radio'] {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  left: unset;
  top: unset;
}
.amcheckout-step-container input[type='checkbox'] + label,
.amcheckout-step-container input[type='radio'] + label {
  cursor: pointer;
  display: flex;
}
.amcheckout-step-container input[type='checkbox'] + label span:only-child,
.amcheckout-step-container input[type='radio'] + label span:only-child {
  flex: auto;
}
.amcheckout-step-container input[type='checkbox'] + label:before,
.amcheckout-step-container input[type='radio'] + label:before {
  background: #ffffff !important;
  border: 2px solid #cccccc;
  box-sizing: border-box;
  content: '';
  cursor: pointer;
  display: inline-block;
  height: 15px;
  margin: 3px 15px 0 0;
  min-height: 15px;
  min-width: 15px;
  width: 15px;
}
.amcheckout-step-container input[type='checkbox'] + label:hover:before,
.amcheckout-step-container input[type='radio'] + label:hover:before,
.amcheckout-step-container input[type='checkbox']:checked + label:before,
.amcheckout-step-container input[type='radio']:checked + label:before,
.amcheckout-step-container input[type='checkbox']:focus + label:before,
.amcheckout-step-container input[type='radio']:focus + label:before {
  border-color: #1979c3;
  box-shadow: 0 2px 4px rgba(63, 156, 215, 0.4);
}
.amcheckout-step-container input[type='checkbox'] + label:before {
  border-radius: 2px;
}
.amcheckout-step-container input[type='checkbox']:checked + label:before {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHJlY3Qgd2lkdGg9IjIwIiBoZWlnaHQ9IjIwIiByeD0iMiIgZmlsbD0iIzE5NzlDMyIvPjxwYXRoIGQ9Ik01IDEwbDQgNCA2LTciIHN0cm9rZT0iI2ZmZiIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz48L3N2Zz4=) center no-repeat !important;
  background-size: contain !important;
  border-width: 0;
}
.amcheckout-step-container input[type='radio'] + label:before {
  border-radius: 50%;
  transition: all .2s ease;
}
.amcheckout-step-container input[type='radio']:checked + label:before {
  border-width: 5px;
}
.amcheckout-step-container .amcheckout-form-login:last-child,
.amcheckout-step-container .form-login:last-child {
  border-bottom: 1px solid #d4d4d4;
  margin-bottom: 30px;
}
.amcheckout-step-container .amcheckout-form-login .amcheckout-email,
.amcheckout-step-container .form-login .amcheckout-email {
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
}
.amcheckout-step-container .amcheckout-form-login .amcheckout-email .amcheckout-wrapper,
.amcheckout-step-container .form-login .amcheckout-email .amcheckout-wrapper {
  flex: auto;
}
.amcheckout-step-container .amcheckout-form-login .amcheckout-password,
.amcheckout-step-container .form-login .amcheckout-password {
  width: calc(50% - 7px);
}
.amcheckout-step-container .amcheckout-form-login .amcheckout-email .amcheckout-wrapper .input-text,
.amcheckout-step-container .form-login .amcheckout-email .amcheckout-wrapper .input-text {
  margin: 0;
  width: 100%;
}
.amcheckout-step-container .amcheckout-form-login .amcheckout-email .field-tooltip,
.amcheckout-step-container .form-login .amcheckout-email .field-tooltip {
  align-items: center;
  display: flex;
  height: 40px;
  margin-left: 10px;
  position: relative;
  top: 0;
}
.amcheckout-step-container .amcheckout-form-login .amcheckout-email .note,
.amcheckout-step-container .form-login .amcheckout-email .note {
  color: #363636;
  line-height: 40px;
  margin-left: auto;
}
.amcheckout-step-container .amcheckout-form-login .amcheckout-password,
.amcheckout-step-container .form-login .amcheckout-password {
  display: inline-block;
}
.amcheckout-step-container .amcheckout-form-login .actions-toolbar,
.amcheckout-step-container .form-login .actions-toolbar {
  margin-bottom: 20px;
}
.amcheckout-step-container .amcheckout-shipping-address .checkout-billing-address {
  margin-top: 20px;
}
.amcheckout-step-container .amcheckout-shipping-address .billing-address-same-as-shipping-block,
.amcheckout-step-container .amcheckout-shipping-address .billing-address-form,
.amcheckout-step-container .amcheckout-shipping-address .shipping-address-form {
  margin-bottom: 10px;
}
.amcheckout-step-container .amcheckout-shipping-address .billing-address-details,
.amcheckout-step-container .amcheckout-shipping-address .shipping-address-details {
  padding: 20px;
}
.amcheckout-step-container .amcheckout-shipping-address .billing-address-details:empty,
.amcheckout-step-container .amcheckout-shipping-address .shipping-address-details:empty {
  display: none;
}
.amcheckout-step-container .amcheckout-shipping-address .amcheckout-button {
  margin-top: 20px;
}
.amcheckout-step-container .amcheckout-shipping-address .amcheckout-button.-select {
  background: #ddf0ff;
  border: 1px solid #1474c2;
  color: #1979c3;
  float: right;
}
.amcheckout-step-container .amcheckout-shipping-address .amcheckout-button.-select:hover {
  background: #1474c2;
  color: #ffffff;
}
.amcheckout-step-container .amcheckout-shipping-address .amcheckout-button.-edit,
.amcheckout-step-container .checkout-billing-address .amcheckout-button.-edit {
  background: none;
  color: #4e4e4e;
  font-size: 16px;
  padding-left: 0;
}
.amcheckout-step-container .amcheckout-shipping-address .amcheckout-button.-edit:hover,
.amcheckout-step-container .checkout-billing-address .amcheckout-button.-edit:hover {
  color: #1979c3;
}
.amcheckout-step-container .amcheckout-shipping-address .amcheckout-button.-edit:before,
.amcheckout-step-container .checkout-billing-address .amcheckout-button.-edit:before {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTUiIGhlaWdodD0iMTUiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xMi42MTMgMGwtMS43MDYgMS43MTYgMi4zODggMi40TDE1IDIuNDAzIDEyLjYxMyAwek0xLjcgMTAuOThsMi4zODYgMi40IDguMTg3LTguMjMzLTIuMzg3LTIuNDAxTDEuNyAxMC45OHpNMCAxNWwyLjg5LS43NjMtMi4xMy0yLjE0NEwwIDE1eiIgZmlsbD0iIzRFNEU0RSIvPjwvc3ZnPg==) center no-repeat;
  background-size: contain;
  content: '';
  display: inline-block;
  height: 13px;
  width: 13px;
}
.amcheckout-step-container .amcheckout-shipping-address .amcheckout-button.-edit:hover:before,
.amcheckout-step-container .checkout-billing-address .amcheckout-button.-edit:hover:before {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTUiIGhlaWdodD0iMTUiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xMi42MTMgMGwtMS43MDYgMS43MTYgMi4zODggMi40TDE1IDIuNDAzIDEyLjYxMyAwek0xLjcgMTAuOThsMi4zODYgMi40IDguMTg3LTguMjMzLTIuMzg3LTIuNDAxTDEuNyAxMC45OHpNMCAxNWwyLjg5LS43NjMtMi4xMy0yLjE0NEwwIDE1eiIgZmlsbD0iIzE5NzlDMyIvPjwvc3ZnPg==) center no-repeat;
  background-size: contain;
}
.amcheckout-step-container .shipping-address-items .shipping-address-item {
  line-height: 30px;
  padding: 20px;
}
.amcheckout-step-container .shipping-address-items .shipping-address-item.selected-item .amcheckout-button.-select {
  visibility: hidden;
}
.amcheckout-step-container .amcheckout-shipping-methods {
  display: block;
  max-width: inherit !important;
}
.amcheckout-step-container .amcheckout-shipping-methods .amcheckout-header {
  display: none;
}
.amcheckout-step-container .amcheckout-shipping-methods .amcheckout-method {
  padding: 0 20px;
}
.amcheckout-step-container .amcheckout-shipping-methods .amcheckout-method .col {
  border: none;
}
.amcheckout-step-container .amcheckout-shipping-methods .amcheckout-method .col-comment .field-tooltip {
  position: relative;
}
.amcheckout-step-container .amcheckout-shipping-methods .amcheckout-method .col-comment .field-tooltip.-error {
  /* phpcs:ignore Magento2.Less.SemicolonSpacing.NotAtEnd */
}
.amcheckout-step-container .amcheckout-shipping-methods .amcheckout-method .col-comment .field-tooltip.-error .field-tooltip-action:before,
.amcheckout-step-container .amcheckout-shipping-methods .amcheckout-method .col-comment .field-tooltip.-error .field-tooltip-content {
  color: #c00815;
}
.amcheckout-step-container .selected-store-pickup {
  margin-top: 15px;
}
.amcheckout-step-container .selected-store-pickup .step-title {
  border-bottom: 1px solid #cccccc;
  font-size: 20px;
  padding: 10px 0;
}
.amcheckout-step-container .selected-store-pickup .step-content {
  padding: 10px 0;
}
.amcheckout-step-container .checkout-billing-address .actions-toolbar {
  margin-top: 15px;
}
.amcheckout-step-container .checkout-billing-address .actions-toolbar > .primary {
  float: none;
  padding: 10px 20px;
}
.amcheckout-step-container .checkout-billing-address .actions-toolbar > .primary .action {
  margin-top: 0;
}
.amcheckout-step-container .checkout-billing-address .actions-toolbar .action-cancel {
  background: none;
  color: #1474c2;
}
.amcheckout-step-container .amcheckout-delivery-date .field {
  width: 100%;
}
.amcheckout-step-container .amcheckout-delivery-date .field.timepicker {
  display: block;
}
.amcheckout-step-container .amcheckout-delivery-date .field.timepicker .control {
  width: 100%;
}
.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods {
  margin: 0;
  /* phpcs:ignore Magento2.Less.ClassNaming.NotAllowedSymbol */
}
.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-group + .payment-group .step-title {
  margin: 0;
}
.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-group:not(:last-of-type) {
  margin-bottom: 40px;
}
.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method {
  padding: 0;
  width: 100%;
}
.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method:not(:last-of-type) {
  margin-bottom: 20px;
}
.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method-title {
  border: none !important;
  padding: 0;
}
.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method-title .label {
  align-items: flex-start;
  padding: 20px;
}
.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method-title .label > *:not(:only-child):not(:last-of-type) {
  margin-right: 5px;
}
.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method-title .label .action-help {
  margin-left: auto;
  text-align: right;
}
.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method .payment-method-content {
  display: none;
}
.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method._active .payment-method-content {
  display: block;
  padding: 0 20px 0 45px;
}
.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method._active .payment-method-content > * {
  margin: 0;
}
.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method._active .payment-method-content > * > * {
  margin: 0 0 20px;
}
.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method._active .payment-method-content .amazon-button-container__cell {
  display: inline-block;
  vertical-align: middle;
}
.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method-content .actions-toolbar > .primary {
  float: left;
  padding-left: 0;
}
.amcheckout-step-container .amcheckout-summary-container {
  background: none;
}
.amcheckout-step-container .amcheckout-summary-container .amcheckout-title {
  background: #315499;
  color: #ffffff;
}
.amcheckout-step-container .amcheckout-summary-container .amcheckout-title > .amcheckout-icon {
  background: #ffffff;
}
.amcheckout-step-container .amcheckout-summary-container .amcheckout-content > .amcheckout-wrapper {
  padding: 20px;
}
.amcheckout-step-container .amcheckout-summary-container .items-in-cart {
  border-bottom: 1px solid #d4d4d4;
  margin-bottom: 20px;
}
.amcheckout-step-container .amcheckout-summary-container .items-in-cart > .title {
  padding: 10px 0;
}
.amcheckout-step-container .amcheckout-summary-container .product-item .delete {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iMTUiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xLjE2NyAxNWg3LjU1OGwuOTUtOC45NThILjI2TDEuMTY3IDE1em01Ljg5LTEyLjc3MlYuNTEyQS41MS41MSAwIDAgMCA2LjU1MiAwaC0zLjIxYy0uMjggMC0uNTA1LjIzLS41MDUuNTEyVjIuMmMtMS4wODUuMTIzLTEuNzExLjMxNS0yLjgzNi43MjRWNC41bDEwIC4xMThWM3MtLjk1NC0uNTM0LTIuOTQyLS43NzJ6TTYuMDUgMi4xMzRhMTguMDggMTguMDggMCAwIDAtMi4yNTgtLjAxNXYtLjkwNWMwLS4xNC4xMTEtLjI1NS4yNTItLjI1NWgxLjc1MmMuMTQxIDAgLjI1NC4xMTUuMjU0LjI1NXYuOTJ6IiBmaWxsPSIjNTc1ODU1Ii8+PC9zdmc+) center no-repeat;
  background-size: contain;
  border: 0;
  bottom: 0;
  box-sizing: border-box;
  height: 15px;
  padding: 0;
  position: absolute;
  right: 5px;
  width: 10px;
  z-index: 1;
}
.amcheckout-step-container .amcheckout-summary-container .product-item .delete:hover {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iMTUiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xLjE2NyAxNWg3LjU1OGwuOTUtOC45NThILjI2TDEuMTY3IDE1em01Ljg5LTEyLjc3MlYuNTEyQS41MS41MSAwIDAgMCA2LjU1MiAwaC0zLjIxYy0uMjggMC0uNTA1LjIzLS41MDUuNTEyVjIuMmMtMS4wODUuMTIzLTEuNzExLjMxNS0yLjgzNi43MjRWNC41bDEwIC4xMThWM3MtLjk1NC0uNTM0LTIuOTQyLS43NzJ6TTYuMDUgMi4xMzRhMTguMDggMTguMDggMCAwIDAtMi4yNTgtLjAxNXYtLjkwNWMwLS4xNC4xMTEtLjI1NS4yNTItLjI1NWgxLjc1MmMuMTQxIDAgLjI1NC4xMTUuMjU0LjI1NXYuOTJ6IiBmaWxsPSIjMTk3OWMzIi8+PC9zdmc+) center no-repeat;
  background-size: contain;
}
.amcheckout-step-container .amcheckout-summary-container .product-item .delete:focus {
  box-shadow: 0 0 3px 1px #68a8e0;
}
.amcheckout-step-container .amcheckout-summary-container .product-item .action.checkout {
  float: left;
  margin-bottom: 10px;
}
.amcheckout-step-container .amcheckout-summary-container .product-item .product {
  padding-bottom: 15px;
}
.amcheckout-step-container .amcheckout-summary-container .minicart-items .product-image-container {
  border: 1px solid #d4d4d4;
  margin: 0;
}
.amcheckout-step-container .amcheckout-summary-container .minicart-items .product-item-details {
  padding-left: 100px;
}
.amcheckout-step-container .amcheckout-summary-container .minicart-items .minicart-items-wrapper {
  padding: 15px 0 0;
}
.amcheckout-step-container .amcheckout-summary-container .product-item-details .product-item-inner {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
}
.amcheckout-step-container .amcheckout-summary-container .product-item-details .product-item-inner .amcheckout-price-wrapper {
  flex-basis: 100%;
  order: 1;
  text-align: end;
}
.amcheckout-step-container .amcheckout-summary-container .product-item-details .product-item-name-block {
  align-items: center;
  display: flex;
  flex: auto;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 20px 10px 0;
}
.amcheckout-step-container .amcheckout-summary-container .product-item-details .action.checkout {
  background: #f0f8ff;
  border: 1px solid #1474c2;
  border-radius: 2px;
  color: #1474c2;
}
.amcheckout-step-container .amcheckout-summary-container .product-item-details .action.checkout:hover {
  background: #e6f3ff;
  color: #136eb8;
}
.amcheckout-step-container .amcheckout-summary-container .product-item-details .action.checkout:focus {
  box-shadow: 0 0 3px 1px #68a8e0;
}
.amcheckout-step-container .amcheckout-summary-container .product-item-details .options {
  padding-right: 20px;
}
.amcheckout-step-container .amcheckout-summary-container .product-item-name {
  margin: 0;
}
.amcheckout-step-container .amcheckout-summary-container .details-qty {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  margin: 10px 0 0;
}
.amcheckout-step-container .amcheckout-summary-container .details-qty .label {
  margin-right: 10px;
}
.amcheckout-step-container .amcheckout-summary-container .details-qty .qty {
  height: 30px;
}
.amcheckout-step-container .amcheckout-summary-container .subtotal {
  width: auto;
}
.amcheckout-step-container .amcheckout-summary-container .field.configurable {
  width: 50%;
}
.amcheckout-step-container .amcheckout-summary-container .field.configurable:not(:last-of-type) {
  margin-bottom: 10px;
}
.amcheckout-step-container .amcheckout-summary-container .table-totals {
  border: none;
  font-size: 14px;
  width: 100%;
}
.amcheckout-step-container .amcheckout-summary-container .table-totals .grand .mark,
.amcheckout-step-container .amcheckout-summary-container .table-totals .grand .amount {
  border-top: none;
}
.amcheckout-step-container .amcheckout-summary-container .item-options .label {
  display: block;
  margin-bottom: 10px;
}
.amcheckout-step-container .amcheckout-additional-options {
  background: #f9f9f9;
  border: 1px solid #f9f9f9;
  font-size: 0;
  margin: 0;
  padding: 0 20px;
}
.amcheckout-step-container .amcheckout-additional-options > * {
  font-size: 14px;
}
.amcheckout-step-container .amcheckout-additional-options .amcheckout-checkboxes,
.amcheckout-step-container .amcheckout-additional-options .amcheckout-comment {
  margin: 20px 0;
}
.amcheckout-step-container .amcheckout-additional-options .amcheckout-checkboxes > * {
  margin-bottom: 5px;
}
.amcheckout-step-container .amcheckout-additional-options .checkout-agreement .action-show {
  text-align: left;
}
.amcheckout-step-container .opc-payment-additional {
  padding: 0 20px;
}
.amcheckout-step-container .opc-payment-additional .payment-option-title,
.amcheckout-step-container .opc-payment-additional .payment-option-content {
  padding-left: 0;
  padding-right: 0;
}
.amcheckout-step-container .opc-payment-additional .label {
  display: block;
  margin-bottom: 4px;
}
.amcheckout-step-container .opc-payment-additional .form-discount .label {
  display: none;
}
.amcheckout-step-container .amcheckout-trust-seal {
  font-size: 9px;
  max-width: 161px;
}
.amcheckout-step-container .amcheckout-trust-seal .amcheckout-title {
  background: none;
  cursor: inherit;
  font-size: inherit;
  font-weight: 400;
  padding: 0;
}
.amcheckout-main-container.-layout-2columns .amcheckout-column:not(:first-of-type) {
  margin-top: 40px;
}
.admin__fieldset > .admin__field > .admin__field-control.-amcform-from-to-ranges {
  margin-left: 40px;
}
.frmb.ui-sortable {
  min-height: 300px;
}
.form-builder-wrap {
  min-height: 600px;
}
.form-builder-wrap div.form-actions.btn-group {
  position: absolute;
  bottom: 0;
  left: 0;
  margin: 0;
  padding: 0;
}
[id^='frmb-'][id$='-form-wrap'] .cb-wrap.pull-right {
  position: relative;
  padding-bottom: 40px;
  min-height: 300px;
}
[id^='frmb-'][id$='-form-wrap'] textarea {
  max-width: 100%;
}
#loading_image_container {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 9999;
}
#form_submit_loading {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100000;
  width: 100%;
  height: 100%;
  background: -moz-linear-gradient(rgba(11, 11, 11, 0.1), rgba(11, 11, 11, 0.6)) repeat-x rgba(11, 11, 11, 0.2);
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(11, 11, 11, 0.1)), to(rgba(11, 11, 11, 0.6))) repeat-x rgba(11, 11, 11, 0.2);
}
.fb-date .ui-datepicker-trigger {
  position: relative;
  margin-left: 10px;
}
.fb-date input {
  cursor: pointer;
}
.am-picker-year .ui-datepicker-calendar td a {
  padding: 8px;
}
@font-face {
  font-weight: normal;
  font-style: normal;
  font-family: 'amcform';
  src: url('../Amasty_Customform/fonts/amcform.eot?hcflpq');
  src: url('../Amasty_Customform/fonts/amcform.eot?hcflpq#iefix') format('embedded-opentype'), url('../Amasty_Customform/fonts/amcform.ttf?hcflpq') format('truetype'), url('../Amasty_Customform/fonts/amcform.woff?hcflpq') format('woff'), url('../Amasty_Customform/fonts/amcform.svg?hcflpq#amcform') format('svg');
  font-display: block;
}
.amcform-icon {
  width: 20px;
  height: 20px;
  font-size: 20px;
  transition: 0.1s all ease-in;
  text-transform: none;
  font-weight: 400;
  font-style: normal;
  font-variant: normal;
  font-family: 'amcform';
  line-height: 1;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.amcform-icon.-chevron-left:before {
  content: '\e906';
}
.amcform-icon.-chevron-right:before {
  content: '\e905';
}
.amcform-icon.-cross:before {
  content: '\e904';
}
.amcform-icon.-sent:before {
  content: '\e903';
}
.amcform-icon.-pending:before {
  content: '\e94e';
}
.amcform-icon.-view:before {
  content: '\e900';
}
.amcform-icon.-edit:before {
  content: '\e901';
}
.amcform-icon.-remove:before {
  content: '\e902';
}
.amform-form {
  margin: 0 auto 10px;
  max-width: 700px;
}
.amform-form-fieldset.fieldset {
  margin-bottom: 10px;
}
.amform-form .fb-number .control {
  max-width: 200px;
}
.amform-groupv2 {
  display: inline-block;
}
.amcform-gdpr {
  display: none;
  margin-bottom: 20px;
  width: 100%;
}
.amcform-gdpr a {
  text-decoration: underline;
}
.amform-form .amcform-gdpr > .label > .amform-checkbox {
  display: inline-block;
  opacity: 1;
}
.amform-versiontwo-label {
  display: inline;
  margin-right: 10px;
  padding-right: 20px;
  word-break: break-all;
}
.amform-form .amform-hide-formload,
.amform-form .amform-hide-formload.action.primary,
.amform-form .amform-hide-formload.amshopby-button,
.amform-form .amform-hide-formload.am-filter-go {
  display: none;
}
.amform-form .action.primary,
.amform-parent .action.primary,
.amform-form .amshopby-button,
.amform-parent .amshopby-button,
.amform-form .am-filter-go,
.amform-parent .am-filter-go {
  background: #006bb4;
  min-width: 120px;
  padding: 9px;
}
.amform-form .action.primary:hover,
.amform-parent .action.primary:hover,
.amform-form .amshopby-button:hover,
.amform-parent .amshopby-button:hover,
.amform-form .am-filter-go:hover,
.amform-parent .am-filter-go:hover {
  background: #2f5bcd;
}
.amform-form .action.primary:disabled,
.amform-parent .action.primary:disabled,
.amform-form .amshopby-button:disabled,
.amform-parent .amshopby-button:disabled,
.amform-form .am-filter-go:disabled,
.amform-parent .am-filter-go:disabled {
  background: #c4d1f3;
}
.amcform-toolbar {
  text-align: right;
}
.amcform-toolbar > div {
  display: inline-block;
}
.amform-form:not(.default) .amform-checkbox,
.amform-form:not(.default) .amform-radio,
.amform-form:not(.default) .amform-checkboxtwo,
.amform-form:not(.default) .amform-radiotwo {
  display: block;
  opacity: 0;
}
.amform-form:not(.default) .amform-checkbox + label,
.amform-form:not(.default) .amform-radio + label,
.amform-form:not(.default) .amform-checkboxtwo + label,
.amform-form:not(.default) .amform-radiotwo + label {
  line-height: 16px;
  padding-left: 26px;
  position: relative;
}
.amform-form:not(.default) .amform-checkbox + label:before,
.amform-form:not(.default) .amform-radio + label:before,
.amform-form:not(.default) .amform-checkboxtwo + label:before,
.amform-form:not(.default) .amform-radiotwo + label:before {
  border: 1px solid #e3e3e3;
  border-radius: 1px;
  box-sizing: border-box;
  content: '';
  display: block;
  height: 16px;
  left: 0;
  margin-right: 10px;
  position: absolute;
  top: 2px;
  width: 16px;
}
.amform-form:not(.default) .amform-checkbox:checked + label:before,
.amform-form:not(.default) .amform-radio:checked + label:before,
.amform-form:not(.default) .amform-checkboxtwo:checked + label:before,
.amform-form:not(.default) .amform-radiotwo:checked + label:before {
  background: #3f6ad8;
  border-color: #3f6ad8;
}
.amform-form:not(.default) .amform-checkbox:checked + label:after,
.amform-form:not(.default) .amform-checkboxtwo:checked + label:after {
  border-bottom: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  content: '';
  height: 9px;
  left: 5px;
  position: absolute;
  top: 3px;
  transform: rotate(45deg);
  width: 4px;
}
.amform-form:not(.default) .amform-radio + label:before,
.amform-form:not(.default) .amform-radiotwo + label:before {
  border-radius: 50%;
}
.amform-form:not(.default) .amform-radio:checked + label:before,
.amform-form:not(.default) .amform-radiotwo:checked + label:before {
  background: #ffffff;
  border-width: 4px;
}
.amform-form:not(.default) .kc-toggle {
  background: #e3e3e3;
  border: 0;
  border-radius: 20px;
  height: 16px;
  margin: 0 4px 0 0;
  width: 26px;
}
.amform-form:not(.default) .kc-toggle.on {
  background: #3f6ad8;
}
.amform-form:not(.default) .kc-toggle .kct-inner {
  background: #ffffff;
  border: 0;
  border-radius: 12px;
  height: 12px;
  left: 2px;
  top: 2px;
  width: 12px;
}
.amform-form:not(.default) .kc-toggle.on .kct-inner {
  left: 12px;
}
.amform-form:not(.default) .kct-on,
.amform-form:not(.default) .kct-off,
.amform-form:not(.default) .kct-handle {
  display: none;
}
.amcform-page-titles {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  list-style: none;
  overflow: hidden;
  padding: 0;
}
.amcform-step {
  background-color: #3f6ad8;
  border: 1px solid #3f6ad8;
  border-radius: 50%;
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
  height: 38px;
  line-height: 36px;
  margin: 0 auto 20px;
  width: 38px;
}
.amcform-title-wrap {
  flex-grow: 1;
  margin-bottom: 18px;
  max-width: 148px;
  min-width: 90px;
  position: relative;
  text-align: center;
}
.amcform-title-wrap:before,
.amcform-title-wrap:after {
  background: #e3e3e3;
  content: '';
  display: block;
  height: 4px;
  position: absolute;
  right: 51%;
  top: 17px;
  width: 100%;
}
.amcform-title-wrap:after {
  content: none;
  left: 50%;
  right: auto;
}
.amcform-title-wrap:first-child:before,
.amcform-title-wrap:last-child:after {
  content: none;
}
.amcform-title-wrap .amcform-title {
  color: #333333;
  display: inline-block;
  font-size: 14px;
  line-height: 19px;
  margin: 0 10px;
  position: relative;
  text-align: center;
  z-index: 1;
}
.amcform-title-wrap .amcform-title:hover {
  text-decoration: none;
}
.amcform-title-wrap.-done + .amcform-title-wrap:before {
  background: #92b0ff;
}
.amcform-title-wrap.ui-state-active ~ .amcform-title-wrap:before {
  background: #e3e3e3;
}
.amcform-title-wrap.-disabled {
  pointer-events: none;
}
.amcform-title-wrap.-disabled .amcform-step {
  background: #ffffff;
  border-color: #e3e3e3;
  color: #b8b8b8;
}
.amcform-title-wrap.-error .amcform-step {
  background: #eb5757 url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIHZpZXdCb3g9IjAgMCAxMiAxMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0wLjI5Mjg5NCAxLjcwNzExQy0wLjA5NzYzMTIgMS4zMTY1OCAtMC4wOTc2MzEyIDAuNjgzNDE3IDAuMjkyODk0IDAuMjkyODkzQzAuNjgzNDE4IC0wLjA5NzYzMTEgMS4zMTY1OCAtMC4wOTc2MzExIDEuNzA3MTEgMC4yOTI4OTNMNiA0LjU4NTc5TDEwLjI5MjkgMC4yOTI4OTNDMTAuNjgzNCAtMC4wOTc2MzExIDExLjMxNjYgLTAuMDk3NjMxMSAxMS43MDcxIDAuMjkyODkzQzEyLjA5NzYgMC42ODM0MTcgMTIuMDk3NiAxLjMxNjU4IDExLjcwNzEgMS43MDcxMUw3LjQxNDIxIDZMMTEuNzA3MSAxMC4yOTI5QzEyLjA5NzYgMTAuNjgzNCAxMi4wOTc2IDExLjMxNjYgMTEuNzA3MSAxMS43MDcxQzExLjMxNjYgMTIuMDk3NiAxMC42ODM0IDEyLjA5NzYgMTAuMjkyOSAxMS43MDcxTDYgNy40MTQyMUwxLjcwNzExIDExLjcwNzFDMS4zMTY1OCAxMi4wOTc2IDAuNjgzNDE4IDEyLjA5NzYgMC4yOTI4OTQgMTEuNzA3MUMtMC4wOTc2MzA2IDExLjMxNjYgLTAuMDk3NjMwNiAxMC42ODM0IDAuMjkyODk0IDEwLjI5MjlMNC41ODU3OSA2TDAuMjkyODk0IDEuNzA3MTFaIiBmaWxsPSJ3aGl0ZSIvPgo8L3N2Zz4K) center center no-repeat;
  border-color: #eb5757;
  color: #ffffff;
  font-size: 0;
}
.amcform-title-wrap.-disabled .amcform-label {
  color: #b8b8b8;
}
.amcform-title-wrap.ui-state-active .amcform-label {
  color: #3f6ad8;
}
.amcform-title-wrap.-error .amcform-label {
  color: #eb5757;
}
.action.primary.amcform-next,
.action.primary.amcform-prev,
.amshopby-button.amcform-next,
.amshopby-button.amcform-prev,
.am-filter-go.amcform-next,
.am-filter-go.amcform-prev {
  display: inline-block;
  margin: 20px auto;
}
.action.primary.amcform-prev,
.amshopby-button.amcform-prev,
.am-filter-go.amcform-prev {
  margin-right: 15px;
}
.action.primary.amcform-submit,
.amshopby-button.amcform-submit,
.am-filter-go.amcform-submit {
  float: none;
}
.-popup-opened {
  overflow: hidden;
}
.amcform-popup-block {
  transition: 0.2s all ease-in;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 100;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 15px;
  background: rgba(15, 15, 15, 0.24);
  list-style: none;
}
.amcform-popup-block.-active {
  display: flex;
}
.amcform-popup-block .amcform-popup {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  overflow: auto;
  box-sizing: border-box;
  padding: 40px;
  max-height: 100%;
  border-radius: 10px;
  background: #ffffff;
  box-shadow: 0 6px 25px rgba(139, 144, 154, 0.5), 0 3px 7px rgba(139, 144, 154, 0.25);
}
.amcform-popup-block .amcform-popup.-prompt {
  max-width: 440px;
  text-align: center;
}
.amcform-popup-block .amcform-title,
.amcform-popup-block .amcform-content,
.amcform-popup-block .amcform-toolbar {
  flex-basis: 100%;
  margin: 0;
  max-width: 100%;
}
.amcform-popup-block .amcform-content {
  padding: 30px 0 0;
}
.amcform-popup-block .amcform-labels-list {
  display: none;
}
.amcform-popup-block .amcform-title {
  font-weight: 400;
}
.amcform-popup-block .amcform-header {
  margin: 0;
  color: #000000;
  font-weight: 700;
  font-size: 18px;
  line-height: 25px;
}
.amcform-popup-block .amcform-desc {
  margin: 0;
  padding: 20px 0 0;
}
.amcform-popup-block .amcform-toolbar {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px 0 0;
}
.amcform-popup-block .amcform-button {
  margin: 0 7px;
}
.amcform-popup-block .amcform-button.-close-popup {
  position: absolute;
  top: 15px;
  right: 15px;
  margin: 0;
  padding: 0;
  width: 20px;
  height: 20px;
}
.amcform-popup-block .amcform-button.-close-popup .amcform-icon {
  width: 14px;
  height: 14px;
  font-size: 14px;
  margin: 0;
  color: #e1e1e1;
}
.amcform-popup-block .amcform-button.-close-popup:hover .amcform-icon {
  color: #000000;
}
.amcform-popup-block .amcform-toolbar {
  flex-direction: column;
}
.amcform-popup-block .amcform-toolbar .amcform-button {
  width: 100%;
}
.amcform-popup-block .amcform-toolbar .amcform-button:not(:first-of-type) {
  margin-top: 15px;
}
.amcform-popup-block .amform-form {
  width: 100%;
}
.amcform-popup-block .amform-form,
.amcform-popup-block .amform-form .amform-form-fieldset,
.amcform-popup-block .amform-form .fieldset:last-child {
  margin-bottom: 0;
}
.amcform-popup-block .amform-form .amcform-toolbar {
  padding-top: 10px;
}
.amcform-popup-block .amform-form .fb-number {
  max-width: 100%;
}
.amform-parent .amcform-popup {
  max-width: 700px;
  width: 100%;
}
.amform-parent .amform-show-popup.-hidden {
  display: none;
}
.amcform-popup-block.modal-popup .modal-inner-wrap {
  padding: 40px;
  border-radius: 10px;
  background: #ffffff;
  box-shadow: 0 6px 25px rgba(139, 144, 154, 0.5), 0 3px 7px rgba(139, 144, 154, 0.25);
  text-align: center;
}
.amcform-popup-block.modal-popup .modal-inner-wrap .modal-header,
.amcform-popup-block.modal-popup .modal-inner-wrap .modal-content,
.amcform-popup-block.modal-popup .modal-inner-wrap .modal-footer {
  padding: 0;
  border: 0;
}
.amcform-popup-block.modal-popup .modal-inner-wrap .modal-title {
  border: 0;
  font-size: 22px;
}
.amcform-popup-block.modal-popup .modal-inner-wrap .modal-footer {
  padding-top: 20px;
  text-align: center;
}
.linear-theme.rendered-form {
  max-width: 720px;
}
.linear-theme .fields {
  margin: 0 -20px;
  padding: 0 20px;
}
.linear-theme.rendered-form .form-control,
.linear-theme.rendered-form .amform-date,
.linear-theme.rendered-form .amform-time {
  position: relative;
  z-index: 1;
  padding: 0;
  min-height: 30px;
  max-width: 100%;
  width: 100%;
  border: 0;
  border-bottom: 1px solid #ccc;
  background-color: transparent;
  color: #333333;
}
.linear-theme.rendered-form .form-control:focus,
.linear-theme.rendered-form .amform-date:focus,
.linear-theme.rendered-form .amform-time:focus {
  outline: none;
  border-color: #3f6ad8;
  box-shadow: none;
}
.linear-theme.rendered-form .form-control:focus:-ms-input-placeholder,
.linear-theme.rendered-form .amform-date:focus:-ms-input-placeholder,
.linear-theme.rendered-form .amform-time:focus:-ms-input-placeholder {
  color: #b8b8b8;
}
.linear-theme.rendered-form .form-control:focus::placeholder,
.linear-theme.rendered-form .amform-date:focus::placeholder,
.linear-theme.rendered-form .amform-time:focus::placeholder {
  color: #b8b8b8;
}
.linear-theme.rendered-form .form-control.mage-error,
.linear-theme.rendered-form .amform-date.mage-error,
.linear-theme.rendered-form .amform-time.mage-error {
  border-color: #eb5757;
}
.linear-theme.rendered-form .form-control[multiple],
.linear-theme.rendered-form .amform-date[multiple],
.linear-theme.rendered-form .amform-time[multiple] {
  padding-top: 10px;
}
.linear-theme.rendered-form .form-control:-ms-input-placeholder,
.linear-theme.rendered-form .amform-date:-ms-input-placeholder,
.linear-theme.rendered-form .amform-time:-ms-input-placeholder {
  color: transparent;
}
.linear-theme.rendered-form .form-control::placeholder,
.linear-theme.rendered-form .amform-date::placeholder,
.linear-theme.rendered-form .amform-time::placeholder {
  color: transparent;
}
.linear-theme.rendered-form textarea.form-control {
  padding-top: 6px;
  min-height: 46px;
}
.linear-theme.rendered-form .field,
.linear-theme.rendered-form .fieldset > .field.form-group,
.linear-theme.rendered-form .fieldset > .fields > .field.form-group {
  position: relative;
  margin-bottom: 24px;
  padding: 0 20px;
}
.linear-theme.rendered-form .field.amform-layout-two,
.linear-theme.rendered-form .fieldset > .field.form-group.amform-layout-two,
.linear-theme.rendered-form .fieldset > .fields > .field.form-group.amform-layout-two {
  margin-right: 0;
  max-width: 50%;
}
.linear-theme.rendered-form .field.amform-layout-three,
.linear-theme.rendered-form .fieldset > .field.form-group.amform-layout-three,
.linear-theme.rendered-form .fieldset > .fields > .field.form-group.amform-layout-three {
  margin-right: 0;
  max-width: 33.33333333%;
}
.linear-theme.rendered-form .field .required,
.linear-theme.rendered-form .fieldset > .field.form-group .required,
.linear-theme.rendered-form .fieldset > .fields > .field.form-group .required {
  color: inherit;
}
.linear-theme.rendered-form .field .tooltip-element,
.linear-theme.rendered-form .fieldset > .field.form-group .tooltip-element,
.linear-theme.rendered-form .fieldset > .fields > .field.form-group .tooltip-element {
  z-index: 2;
  background: #3f6ad8;
}
.linear-theme.rendered-form .field.amcform-gdpr > .label,
.linear-theme.rendered-form .fieldset > .field.form-group.amcform-gdpr > .label,
.linear-theme.rendered-form .fieldset > .fields > .field.form-group.amcform-gdpr > .label {
  position: static;
}
.linear-theme.rendered-form .field > .label,
.linear-theme.rendered-form .fieldset > .field.form-group > .label,
.linear-theme.rendered-form .fieldset > .fields > .field.form-group > .label {
  position: absolute;
  top: 6px;
  display: block;
  margin: 0;
  width: 100%;
  font-weight: 400;
  font-size: 14px;
  transition: top 0.2s ease-in-out, font-size 0.2s ease-in-out;
}
.linear-theme.rendered-form .field > .label.fb-checkbox-group-label,
.linear-theme.rendered-form .fieldset > .field.form-group > .label.fb-checkbox-group-label,
.linear-theme.rendered-form .fieldset > .fields > .field.form-group > .label.fb-checkbox-group-label,
.linear-theme.rendered-form .field > .label.fb-radio-group-label,
.linear-theme.rendered-form .fieldset > .field.form-group > .label.fb-radio-group-label,
.linear-theme.rendered-form .fieldset > .fields > .field.form-group > .label.fb-radio-group-label,
.linear-theme.rendered-form .field > .label.fb-file-label,
.linear-theme.rendered-form .fieldset > .field.form-group > .label.fb-file-label,
.linear-theme.rendered-form .fieldset > .fields > .field.form-group > .label.fb-file-label {
  position: relative;
  top: -13px;
  color: #737373;
  font-size: 10px;
  line-height: 12px;
}
.linear-theme.rendered-form .field.-active > .label,
.linear-theme.rendered-form .fieldset > .field.form-group.-active > .label,
.linear-theme.rendered-form .fieldset > .fields > .field.form-group.-active > .label,
.linear-theme.rendered-form .field.-has-content > .label,
.linear-theme.rendered-form .fieldset > .field.form-group.-has-content > .label,
.linear-theme.rendered-form .fieldset > .fields > .field.form-group.-has-content > .label,
.linear-theme.rendered-form .field.fb-time > .label,
.linear-theme.rendered-form .fieldset > .field.form-group.fb-time > .label,
.linear-theme.rendered-form .fieldset > .fields > .field.form-group.fb-time > .label {
  top: -13px;
  color: #737373;
  font-size: 10px;
  line-height: 12px;
}
.linear-theme.rendered-form .field.-active > .label,
.linear-theme.rendered-form .fieldset > .field.form-group.-active > .label,
.linear-theme.rendered-form .fieldset > .fields > .field.form-group.-active > .label {
  color: #3f6ad8;
}
.linear-theme.rendered-form div.mage-error[generated] {
  margin-top: 2px;
  color: #eb5757;
  font-size: 10px;
  line-height: 12px;
}
.linear-theme.rendered-form .amform-date._has-datepicker ~ .ui-datepicker-trigger {
  margin-left: -15px;
}
.linear-theme.rendered-form .amform-date._has-datepicker ~ .ui-datepicker-trigger:before {
  width: 12px;
  height: 13px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTMiIHZpZXdCb3g9IjAgMCAxMiAxMyIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEwLjY2NjcgMS4zMDAwMUgxMFYwSDguNjY2NjdWMS4zMDAwMUgzLjMzMzM0VjBIMlYxLjMwMDAxSDEuMzMzMzRDMC41OTY2ODYgMS4zMDAwMSAwLjAwNjY4NzUxIDEuODgxNzUgMC4wMDY2ODc1MSAyLjYwMDAxTDAgMTEuN0MwIDEyLjQxODIgMC41OTY2NTUgMTMgMS4zMzMzNCAxM0gxMC42NjY3QzExLjQwMzMgMTMgMTIgMTIuNDE4MiAxMiAxMS43VjIuNTk5OThDMTIgMS44ODE3NSAxMS40MDMzIDEuMzAwMDEgMTAuNjY2NyAxLjMwMDAxWk0xMC42NjY3IDExLjdIMS4zMzMzNFY0LjU0OTk4SDEwLjY2NjdWMTEuN1oiIGZpbGw9IiM0Nzc2RjAiLz4KPHBhdGggZD0iTTkuMDE5OTkgNi41MzkwOUw4LjMxMzMzIDUuODUwMUw1LjA2IDkuMDIyMUwzLjY0NjY5IDcuNjQ0MDlMMi45NCA4LjMzMzA4TDUuMDYgMTAuNDAwMUw5LjAxOTk5IDYuNTM5MDlaIiBmaWxsPSIjNDc3NkYwIi8+Cjwvc3ZnPgo=);
  content: '';
}
.linear-theme.rendered-form input[type=checkbox],
.linear-theme.rendered-form input[type=radio] {
  margin-right: 5px;
  width: 16px;
  height: 16px;
  outline: none;
}
.linear-theme.rendered-form input[type=checkbox]:focus,
.linear-theme.rendered-form input[type=radio]:focus {
  outline: none;
}
/* Pagination */
.linear-theme .amcform-page-titles {
  align-items: stretch;
  padding: 0 20px;
}
.linear-theme .amcform-step {
  display: none;
}
.linear-theme .amcform-title-wrap {
  display: block;
  flex: 1;
  margin: 0 0 16px 0;
  text-align: left;
}
.linear-theme .amcform-title-wrap:after,
.linear-theme .amcform-title-wrap:before {
  display: none;
}
.linear-theme .amcform-title-wrap.ui-state-active .amcform-title {
  border-color: #3f6ad8;
}
.linear-theme .amcform-title-wrap.-disabled .amcform-title {
  border-color: #e3e3e3;
}
.linear-theme .amcform-title-wrap.-error .amcform-title {
  border-color: #eb5757;
}
.linear-theme .amcform-title {
  display: block;
  margin: 0;
  padding-bottom: 7px;
  min-height: 100%;
  max-width: 100%;
  border-bottom: 7px solid #92b0ff;
  text-align: left;
}
.circle-theme.rendered-form .form-control,
.circle-theme.rendered-form .amform-date,
.circle-theme.rendered-form .amform-time {
  padding: 9px;
  min-height: 40px;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
}
.circle-theme.rendered-form .form-control:focus,
.circle-theme.rendered-form .amform-date:focus,
.circle-theme.rendered-form .amform-time:focus {
  outline: none;
  border-color: #3f6ad8;
  box-shadow: none;
  color: #333333;
}
.circle-theme.rendered-form .form-control.mage-error,
.circle-theme.rendered-form .amform-date.mage-error,
.circle-theme.rendered-form .amform-time.mage-error {
  border-color: #eb5757;
}
.circle-theme.rendered-form .form-control::-webkit-input-placeholder,
.circle-theme.rendered-form .amform-date::-webkit-input-placeholder,
.circle-theme.rendered-form .amform-time::-webkit-input-placeholder {
  color: #b8b8b8;
}
.circle-theme.rendered-form .form-control::-moz-placeholder,
.circle-theme.rendered-form .amform-date::-moz-placeholder,
.circle-theme.rendered-form .amform-time::-moz-placeholder {
  color: #b8b8b8;
}
.circle-theme.rendered-form .form-control:-moz-placeholder,
.circle-theme.rendered-form .amform-date:-moz-placeholder,
.circle-theme.rendered-form .amform-time:-moz-placeholder {
  color: #b8b8b8;
}
.circle-theme.rendered-form .form-control:-ms-input-placeholder,
.circle-theme.rendered-form .amform-date:-ms-input-placeholder,
.circle-theme.rendered-form .amform-time:-ms-input-placeholder {
  color: #b8b8b8;
}
.circle-theme.rendered-form input[type='file'].form-control {
  padding: 0;
  border: 0;
}
.circle-theme.rendered-form input[type=checkbox],
.circle-theme.rendered-form input[type=radio] {
  margin-right: 5px;
  width: 16px;
  height: 16px;
  outline: none;
}
.circle-theme.rendered-form input[type=checkbox]:focus,
.circle-theme.rendered-form input[type=radio]:focus {
  outline: none;
}
.circle-theme.rendered-form div.mage-error[generated] {
  position: relative;
  top: -2px;
  z-index: -1;
  margin-top: 0;
  padding: 2px 10px 0 10px;
  border-radius: 0 0 4px 4px;
  background: #eb5757;
  color: #fff;
  font-size: 10px;
  line-height: 16px;
}
.circle-theme.rendered-form .field .label,
.circle-theme.rendered-form .fieldset > .field.form-group .label,
.circle-theme.rendered-form .fieldset > .fields > .field.form-group > .label {
  font-weight: 400;
}
.circle-theme.rendered-form .required {
  color: inherit;
}
.circle-theme.rendered-form .tooltip-element {
  background: #3f6ad8;
}
/* Pagination */
.circle-theme .amcform-page-titles {
  align-items: center;
}
.circle-theme .amcform-title {
  display: flex;
  align-items: center;
  max-width: initial;
}
.circle-theme .amcform-step {
  margin: 0 10px 0 0;
  min-width: 38px;
  border-radius: 15px;
}
.circle-theme .amcform-label {
  text-align: left;
}
.circle-theme .amcform-title-wrap:after,
.circle-theme .amcform-title-wrap:before {
  display: none;
}
.circle-theme .amcform-title-wrap + .amcform-title-wrap {
  margin-left: 30px;
}
.circle-theme .amcform-title-wrap:nth-child(3n + 1) {
  margin-left: 0;
}
.circle-theme .amcform-title-wrap.-disabled .amcform-step {
  border-color: #bfd1ff;
  background: #bfd1ff;
  color: #fff;
}
.circle-theme .amform-form .action.primary,
.circle-theme .amform-form .amshopby-button,
.circle-theme .amform-form .am-filter-go {
  text-transform: uppercase;
  font-weight: 700;
}
.amform-body .ui-datepicker {
  overflow: hidden;
  padding: 0;
  border: 0;
  border-radius: 4px;
  background: #fff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}
.amform-body .ui-datepicker .ui-datepicker-header {
  padding: 16px 22px;
}
.amform-body .ui-datepicker .ui-datepicker-title {
  margin: 0;
  text-align: left;
  text-transform: uppercase;
  font-weight: 700;
}
.amform-body .ui-datepicker .ui-datepicker-title .ui-datepicker-month {
  margin-right: 0;
  width: auto;
}
.amform-body .ui-datepicker .ui-datepicker-title .ui-datepicker-year {
  width: 70px;
  border: 0;
}
.amform-body .ui-datepicker .ui-datepicker-title .ui-datepicker-year:focus {
  outline: none;
  box-shadow: none;
}
.amform-body .ui-datepicker .ui-datepicker-prev,
.amform-body .ui-datepicker .ui-datepicker-next {
  top: 20px;
  right: 22px;
  left: auto;
}
.amform-body .ui-datepicker .ui-datepicker-prev {
  right: 38px;
}
.amform-body .ui-datepicker .ui-datepicker-prev span.ui-icon,
.amform-body .ui-datepicker .ui-datepicker-next span.ui-icon {
  width: 7px;
  height: 7px;
  border: 0;
  border-top: 1px solid #333;
  border-left: 1px solid #333;
  transform: rotate(-45deg);
}
.amform-body .ui-datepicker .ui-datepicker-next span.ui-icon {
  transform: rotate(135deg);
}
.amform-body .ui-datepicker .ui-datepicker-calendar {
  margin-bottom: 10px;
  border: 0;
}
.amform-body .ui-datepicker .ui-datepicker-calendar th {
  border: 0;
  border-bottom: 1px solid #e3e3e3;
  background: transparent;
  color: #b8b8b8;
  text-align: center;
  font-weight: 400;
}
.amform-body .ui-datepicker .ui-datepicker-calendar td {
  padding: 0;
  border: 0;
  text-align: center;
}
.amform-body .ui-datepicker .ui-datepicker-calendar td.ui-state-disabled,
.amform-body .ui-datepicker .ui-datepicker-calendar td.ui-datepicker-today {
  background: none;
}
.amform-body .ui-datepicker .ui-datepicker-calendar td:first-child {
  padding-left: 10px;
}
.amform-body .ui-datepicker .ui-datepicker-calendar td:last-child {
  padding-right: 10px;
}
.amform-body .ui-datepicker .ui-datepicker-calendar tr:first-child td {
  padding-top: 10px;
}
.amform-body .am-picker-year .ui-datepicker-calendar td a {
  display: block;
  padding: 0;
  width: 43px;
  height: 43px;
  border-radius: 42px;
  text-align: center;
  line-height: 42px;
}
.amform-body .am-picker-year .ui-datepicker-calendar td a.ui-state-hover {
  background: #edf4ff;
  color: #333333;
}
.amform-body .am-picker-year .ui-datepicker-calendar td a.ui-state-highlight {
  background: #e3e3e3;
}
.amform-body .am-picker-year .ui-datepicker-calendar td a.ui-state-active {
  background: #3f6ad8;
  color: #fff;
  font-weight: 700;
}
.amcform-button:not(.primary) {
  transition: 0.1s all ease-in;
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  padding: 10px;
  height: 40px;
  border-radius: 3px;
  box-shadow: none;
  font-weight: 400;
  cursor: pointer;
  pointer-events: auto;
  user-select: none;
}
.amcform-button:not(.primary):hover,
.amcform-button:not(.primary):active,
.amcform-button:not(.primary):focus {
  background: none;
  box-shadow: none;
  text-decoration: none;
}
.amcform-button:not(.primary):before,
.amcform-button:not(.primary):after {
  transition: 0.1s all ease-in;
}
.amcform-button:not(.primary).-disabled {
  pointer-events: none;
}
.amcform-button:not(.primary).-disabled:focus {
  pointer-events: none;
}
.amcform-button.-clear,
.amcform-button.-default,
.amcform-button.-with-icon,
.amcform-button.-error {
  padding: 0;
  border: none;
  background: transparent;
  box-shadow: none;
}
.amcform-button.-clear:active,
.amcform-button.-clear:hover,
.amcform-button.-clear:focus,
.amcform-button.-default:active,
.amcform-button.-default:hover,
.amcform-button.-default:focus,
.amcform-button.-with-icon:active,
.amcform-button.-with-icon:hover,
.amcform-button.-with-icon:focus,
.amcform-button.-error:active,
.amcform-button.-error:hover,
.amcform-button.-error:focus {
  border: none;
  background: transparent;
  box-shadow: none;
}
.amcform-button.-default,
.amcform-button.-error {
  padding: 10px;
  min-width: 130px;
  background-color: #3f6ad8;
  color: #fff;
  font-size: 16px;
  line-height: 22px;
}
.amcform-button.-default:hover,
.amcform-button.-error:hover {
  background-color: #2f5bcd;
}
.amcform-button.-default:focus,
.amcform-button.-error:focus {
  background-color: #2f5bcd;
  box-shadow: 0 0 0 3px #ffffff, 0 0 0 4px #000000;
}
.amcform-button.-default:active,
.amcform-button.-error:active {
  background-color: #1846be;
}
.amcform-button.-error {
  border: 1px solid #eb5757;
  background-color: #fff;
  color: #eb5757;
}
.amcform-button.-error:hover,
.amcform-button.-error:focus {
  border: 1px solid #ee2e2e;
  background-color: #ffc8c8;
}
.amcform-button.-error:active {
  border: 1px solid #d21616;
  background-color: #fff;
}
.amcform-button.-with-icon {
  padding: 10px 15px;
  min-width: auto;
  background-color: transparent;
  color: #333;
}
.amcform-button.-with-icon > .amcform-icon {
  margin-right: 10px;
  color: #c7c7c7;
}
.amcform-button.-with-icon:hover {
  background-color: #eee;
}
.amcform-button.-with-icon:focus {
  z-index: 1;
  box-shadow: 0 0 0 1px #000000;
}
.amcform-button.-with-icon:active {
  color: #3f6ad8;
}
.amcform-button.-with-icon:active > .amcform-icon {
  color: #3f6ad8;
}
.amcform-button.-with-icon:active > .amcform-icon.-remove,
.amcform-button.-with-icon.-remove:active {
  color: #eb5757;
}
.amcform-button.-with-icon.-small {
  padding: 10px;
  font-size: 0;
}
.amcform-button.-with-icon.-small > .amcform-icon {
  margin: 0;
}
@media (min-width: 1500px) {
  .amasty_customform-forms-edit .page-main-actions .page-actions .page-actions-buttons .-amasty-customform-export-button {
    position: absolute;
    padding-right: 4rem;
    padding-left: 4rem;
    background: #e3e3e3;
  }
  .amasty_customform-forms-edit .page-main-actions .page-actions .page-actions-buttons #export_form_data_to_csv {
    left: 133px;
  }
  .amasty_customform-forms-edit .page-main-actions .page-actions .page-actions-buttons #export_form_data_to_pdf {
    left: 460px;
  }
  .amasty_customform-forms-edit .page-main-actions .page-actions._fixed .page-actions-inner:before {
    content: none;
  }
  .amasty_customform-forms-edit .page-main-actions .page-actions._fixed .page-actions-buttons #export_form_data_to_csv {
    left: 15px;
  }
  .amasty_customform-forms-edit .page-main-actions .page-actions._fixed .page-actions-buttons #export_form_data_to_pdf {
    left: 342px;
  }
}
.amcform-page-wrap {
  display: flex;
  flex-wrap: wrap;
}
.amcform-page-wrap .field {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.amcform-page-wrap .amform-layout-one {
  width: 100%;
}
.amcform-table-wrap > .amcform-title {
  margin: 0 0 10px;
  color: #333;
  font-weight: 700;
  font-size: 18px;
  line-height: 25px;
}
.amcform-table-wrap .fb-googlemap .map {
  height: 350px;
}
.amcform-table-wrap .am-address {
  margin-bottom: 20px;
}
.amcform-table-block {
  margin: 0 0 30px;
  padding: 0;
  width: 100%;
  border: none;
  border-collapse: collapse;
  color: #666;
}
.amcform-table-block .amcform-tr {
  border: none;
}
.amcform-table-block .amcform-tr:nth-of-type(2n) {
  background: #f9f9f9;
}
.amcform-table-block .amcform-th {
  padding: 10px;
  width: 25%;
  border: none;
  vertical-align: top;
  text-align: left;
  font-weight: 700;
}
.amcform-table-block .amcform-td {
  padding: 10px;
  border: none;
  vertical-align: top;
  text-align: left;
}
.amcform-table-block .amcform-link,
.amcform-table-block .amcform-td a {
  color: #666;
}
.amcform-google-map .amcform-text {
  margin: 0;
}
.fb-googlemap .map {
  height: 300px;
}
.fb-googlemap .searchbox {
  margin-top: 10px;
  margin-left: 12px;
  padding: 0 11px 0 13px;
  width: 70%;
  background-color: #fff;
  text-overflow: ellipsis;
  font-weight: 300;
  font-size: 15px;
}
.fb-googlemap .gm-svpc {
  display: none;
}
.amelsearch-further-section {
  display: none;
  margin: 0 0 40px;
}
.amelsearch-further-section .amelsearch-label {
  display: block;
  font-size: 24px;
  font-weight: 700;
  margin: 0 0 20px;
}
.amelsearch-further-section .amelsearch-form-section {
  align-content: center;
  align-items: center;
  display: inline-flex;
  max-width: 362px;
  position: relative;
  width: 100%;
}
.amelsearch-further-section .amelsearch-button.-loupe,
.amelsearch-further-section .amelsearch-button.-close {
  height: 100%;
  margin: auto 0;
  position: absolute;
  right: 85px;
}
.amelsearch-further-section .amelsearch-form-section.-focused .amelsearch-input {
  padding-left: 33px;
}
.amelsearch-further-section .amelsearch-form-section.-focused .amelsearch-button.-loupe {
  bottom: 0;
  left: 10px;
  right: auto;
  top: 0;
}
.amelsearch-further-section .amelsearch-input {
  border-radius: 20px;
}
.amelsearch-further-section .amelsearch-button.-primary {
  height: 100%;
  position: absolute;
  right: 0;
}
.amelsearch-further-section .amelsearch-button:focus-visible {
  border: 1px solid #68a8e0;
  box-shadow: 0 0 3px 1px #68a8e0;
}
.amelsearch-input {
  border: 1px solid #ccc;
  color: #333;
  font-weight: 400;
  padding: 10px 5px;
  transition: .3s;
}
.amelsearch-input ::placeholder {
  color: #ccc;
}
.amelsearch-input:hover:not([disabled]),
.amelsearch-input:focus:not([disabled]) {
  border-color: #1979c2;
  box-shadow: none;
}
.amelsearch-button {
  align-items: center;
  cursor: pointer;
  display: flex;
  justify-content: center;
}
.amelsearch-button:hover,
.amelsearch-button:focus {
  outline: none;
}
.amelsearch-button:not(.primary) {
  box-shadow: none;
}
.amelsearch-button.-disabled {
  opacity: .7;
  pointer-events: none;
}
.amelsearch-button.-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0;
  height: 20px;
  padding: 0;
  width: 20px;
  background: none;
}
.amelsearch-button.-icon:after {
  content: '';
  height: 10px;
  width: 10px;
}
.amelsearch-button.-close:after {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEgMWwxMCAxMG0wLTEwTDEgMTEiIHN0cm9rZT0iI0IyQjJCMiIgc3Ryb2tlLXdpZHRoPSIxLjUiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIvPjwvc3ZnPg==) no-repeat center;
}
.amelsearch-button.-loupe:after {
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA1Ni45NjYgNTYuOTY2Ij48cGF0aCBkPSJNNTUuMTQ2IDUxLjg4N0w0MS41ODggMzcuNzg2QTIyLjkyNiAyMi45MjYgMCAwIDAgNDYuOTg0IDIzYzAtMTIuNjgyLTEwLjMxOC0yMy0yMy0yM3MtMjMgMTAuMzE4LTIzIDIzIDEwLjMxOCAyMyAyMyAyM2M0Ljc2MSAwIDkuMjk4LTEuNDM2IDEzLjE3Ny00LjE2MmwxMy42NjEgMTQuMjA4Yy41NzEuNTkzIDEuMzM5LjkyIDIuMTYyLjkyLjc3OSAwIDEuNTE4LS4yOTcgMi4wNzktLjgzN2EzLjAwNCAzLjAwNCAwIDAgMCAuMDgzLTQuMjQyek0yMy45ODQgNmM5LjM3NCAwIDE3IDcuNjI2IDE3IDE3cy03LjYyNiAxNy0xNyAxNy0xNy03LjYyNi0xNy0xNyA3LjYyNi0xNyAxNy0xN3oiIGZpbGw9IiNhOWE5YTkiLz48L3N2Zz4=) no-repeat center;
}
.amelsearch-button.-primary {
  background-color: #1979c2;
  border-color: #1979c2;
  border-radius: 80px;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 700;
  height: 32px;
  min-width: 78px;
  padding: 7px 10px;
}
.amelsearch-button.-primary:hover {
  background-color: #166bab;
  border-color: #166bab;
}
.amelsearch-button.-primary:active {
  background-color: #135d95;
  border-color: #135d95;
}
.amelsearch-button.-primary.-disabled {
  opacity: .8;
}
.amfaq-hidden {
  display: none;
}
.amfaq-question-footer-wrapper {
  align-items: center;
  display: flex;
}
.amfaq-question-footer-wrapper:before,
.amfaq-question-footer-wrapper:after {
  content: '';
  display: table;
}
.amfaq-question-footer-wrapper:after {
  clear: both;
}
.amfaq-product-tab .block-title strong {
  display: block;
  font-size: 2.6rem;
  font-weight: 300;
  line-height: 1.1;
  margin: 0 0 3rem 0;
}
.faq-question-view .page-title-wrapper h1,
.faq-category-view .page-title-wrapper h1 {
  word-break: normal;
}
.faq-search-index .page-title-wrapper h1 {
  font-size: 2.5rem;
  word-break: break-all;
}
.faq-search-index .amfaq-highlight {
  background-color: #d3e185;
}
.amfaq-social-buttons {
  float: left;
  padding-top: 4px;
}
.amfaq-social-buttons .amfaq-social-share-link {
  display: inline-block;
}
.amfaq-social-buttons .amfaq-social-share-link,
.amfaq-social-buttons .amfaq-social-share-link:hover {
  color: transparent;
}
.amfaq-social-buttons img {
  width: 30px;
  border: 0;
  display: inline;
  padding: 0 1px;
}
/* phpcs:ignore Magento2.Less.ClassNaming.NotAllowedSymbol */
.amfaq_questions .amfaq-title {
  font-size: 125%;
  font-weight: bolder;
  margin-bottom: 2.5%;
  text-align: center;
}
.amfaq_questions .am-item {
  border-bottom: 1px solid #c9c9c9;
  margin: 0 0 2rem 0;
}
.amfaq_questions .am-item .am-content {
  padding-bottom: 10px;
  word-wrap: break-word;
}
.amfaq_questions .am-item .am-content .amfaq-short-answer-container {
  white-space: pre-line;
}
.amfaq_questions .am-item .am-content p {
  margin-bottom: 2rem;
}
.amfaq_questions .am-item .am-links {
  float: right;
  font-size: 1.5rem;
  margin-right: 10px;
  padding: 5px 0;
  word-wrap: break-word;
}
.amfaq_questions .am-title {
  cursor: pointer;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.1;
  margin-bottom: 1.5rem;
  word-wrap: break-word;
}
.amfaq_questions .am-title .am-plus {
  /* phpcs:disable Magento2.Less.ColonSpacing.AfterNewline */
  display: inline-block;
  /* phpcs:enable */
  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;
  float: right;
  font-size: inherit;
  font-weight: normal;
}
.amfaq_questions .am-title .am-plus > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.amfaq_questions .am-title .am-plus:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: inherit;
  line-height: 22px;
  color: #c9c9c9;
  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;
}
.amfaq_questions .am-title .am-plus:hover:before {
  color: inherit;
}
.amfaq_questions .am-title .am-plus:active:before {
  color: inherit;
}
.amfaq_questions .am-title .am-plus:focus,
.amfaq_questions .am-title .am-plus:active {
  background: none;
  border: none;
}
.amfaq_questions .am-title .am-plus:hover {
  background: none;
  border: none;
}
.amfaq_questions .am-title .am-plus.disabled,
.amfaq_questions .am-title .am-plus[disabled],
fieldset[disabled] .amfaq_questions .am-title .am-plus {
  pointer-events: none;
  opacity: 0.5;
}
.amfaq_questions .am-title .am-minus {
  /* phpcs:disable Magento2.Less.ColonSpacing.AfterNewline */
  display: inline-block;
  /* phpcs:enable */
  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;
  float: right;
  font-size: inherit;
  font-weight: normal;
}
.amfaq_questions .am-title .am-minus > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.amfaq_questions .am-title .am-minus:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: inherit;
  line-height: 22px;
  color: #c9c9c9;
  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;
}
.amfaq_questions .am-title .am-minus:hover:before {
  color: inherit;
}
.amfaq_questions .am-title .am-minus:active:before {
  color: inherit;
}
.amfaq_questions .am-title .am-minus:focus,
.amfaq_questions .am-title .am-minus:active {
  background: none;
  border: none;
}
.amfaq_questions .am-title .am-minus:hover {
  background: none;
  border: none;
}
.amfaq_questions .am-title .am-minus.disabled,
.amfaq_questions .am-title .am-minus[disabled],
fieldset[disabled] .amfaq_questions .am-title .am-minus {
  pointer-events: none;
  opacity: 0.5;
}
.amfaq_questions .am-no-items {
  font-weight: 800;
  word-wrap: break-word;
}
.ask-question-form .button-container {
  margin: 10px 0;
}
.ask-question-form .button-container .button-info {
  display: inline-block;
  float: left;
  font-size: 1.8rem;
  font-weight: 300;
  margin: 10px 0;
  vertical-align: middle;
}
.ask-question-form .button-container .form-toggle-button {
  margin: 10px;
}
.ask-question-form .ask-form-container label input[type='checkbox'] {
  margin: 0 5px 0 0;
  vertical-align: middle;
}
.amfaq-category-description {
  margin-bottom: 20px;
}
/* phpcs:disable Magento2.Less.ClassNaming.NotAllowedSymbol */
.amfaq_categories {
  border-radius: 10px;
  border: 1px solid #c9c9c9;
}
.amfaq_categories .item {
  border-bottom: 1px solid #c9c9c9;
  padding: 1rem;
  word-wrap: break-word;
}
.amfaq_categories .item.current {
  background: #f9f9f9;
}
.amfaq_categories .item.current a {
  color: #000000;
}
.amfaq_categories .item.title {
  background: #f0f0f0;
  color: #575757;
  font-size: 1.8rem;
  font-weight: 600;
  text-align: center;
  word-wrap: break-word;
}
.amfaq_categories .item:first-child {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.amfaq_categories .item:last-child {
  border: 0;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.amfaq_tags {
  border-radius: 10px;
  border: 1px solid #c9c9c9;
  font-weight: 500;
  margin: 20px 0;
}
.amfaq_tags .title {
  border-bottom: 1px solid #c9c9c9;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  background: #f0f0f0;
  color: #575757;
  font-size: 1.8rem;
  font-weight: 600;
  padding: 1rem;
  text-align: center;
  word-wrap: break-word;
}
.amfaq_tags .tags_content {
  margin: 5px;
}
.amfaq_tags .tags_content .current {
  font-weight: 600;
  text-decoration: underline;
}
.amfaq_tags .tags_content .item {
  display: inline-block;
  font-family: Roboto;
  font-size: 1.6rem;
  padding: 5px;
}
.amfaq_tags .tags_content .item a {
  color: #000000;
  text-decoration: none;
}
.question_view {
  border-bottom: 1px solid #c9c9c9;
  margin-bottom: 10px;
  padding-bottom: 10px;
}
.question_view .answer {
  word-wrap: break-word;
}
.am-back-button {
  float: right;
  margin-left: 15px;
}
.am-back-to-product-widget.am-widget-left {
  text-align: left;
}
.am-back-to-product-widget.am-widget-center {
  text-align: center;
}
.am-back-to-product-widget.am-widget-right {
  text-align: right;
}
.am-back-to-product-widget .am-back-button {
  float: none;
  margin-left: 0;
}
.amfaq-search {
  max-width: 300px;
  margin-bottom: 15px;
  position: relative;
}
.amfaq-search .am-input {
  padding-right: 30px;
}
.amfaq-search .search-autocomplete {
  background-color: #ffffff;
  margin-top: 0;
}
.amfaq-search .am-button {
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA1Ni45NjYgNTYuOTY2IiB3aWR0aD0iNTEyIiBoZWlnaHQ9IjUxMiI+PHBhdGggZD0iTTU1LjE0NiA1MS44ODdMNDEuNTg4IDM3Ljc4NkEyMi45MjYgMjIuOTI2IDAgMCAwIDQ2Ljk4NCAyM2MwLTEyLjY4Mi0xMC4zMTgtMjMtMjMtMjNzLTIzIDEwLjMxOC0yMyAyMyAxMC4zMTggMjMgMjMgMjNjNC43NjEgMCA5LjI5OC0xLjQzNiAxMy4xNzctNC4xNjJsMTMuNjYxIDE0LjIwOGMuNTcxLjU5MyAxLjMzOS45MiAyLjE2Mi45Mi43NzkgMCAxLjUxOC0uMjk3IDIuMDc5LS44MzdhMy4wMDQgMy4wMDQgMCAwIDAgLjA4My00LjI0MnpNMjMuOTg0IDZjOS4zNzQgMCAxNyA3LjYyNiAxNyAxN3MtNy42MjYgMTctMTcgMTctMTctNy42MjYtMTctMTcgNy42MjYtMTcgMTctMTd6IiBmaWxsPSIjYmFiYWJhIi8+PC9zdmc+);
  height: 42px;
  width: 30px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 20px;
  border: 0;
  box-shadow: none;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.amfaq-rating {
  float: left;
}
.amfaq-rating .amfaq-was-it-helpful {
  font-size: 1.2rem;
}
.amfaq-rating .amfaq-rate-the-answer {
  font-size: 1.2rem;
  font-weight: 600;
}
.amfaq-rating .amfaq-rate-the-answer.-gray {
  color: #757575;
}
.amfaq-rating .amfaq-rating-voting,
.amfaq-rating .amfaq-rating-yesno,
.amfaq-rating .amfaq-rating-average {
  border: 1px solid #c9c9c9;
  align-items: center;
  border-radius: 5px;
  display: flex;
  padding: 5px 20px;
}
.amfaq-rating .amfaq-rating-voting .amfaq-rating-fieldset,
.amfaq-rating .amfaq-rating-yesno .amfaq-rating-fieldset,
.amfaq-rating .amfaq-rating-average .amfaq-rating-fieldset {
  border: none;
  margin: 0;
  padding: 0;
}
.amfaq-rating .amfaq-rating-voting .amfaq-rating-legend,
.amfaq-rating .amfaq-rating-yesno .amfaq-rating-legend,
.amfaq-rating .amfaq-rating-average .amfaq-rating-legend {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.amfaq-rating .average-rate-wrapper {
  direction: rtl;
}
.amfaq-rating .average-rate-wrapper.-voted {
  cursor: default;
  pointer-events: none;
}
.amfaq-rating .average-rate-wrapper:not(:checked) > input {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.amfaq-rating .average-rate-wrapper:not(:checked) > label {
  color: #cccccc;
  cursor: pointer;
  float: right;
  font-size: 1.5em;
  overflow: hidden;
  white-space: nowrap;
  width: 1em;
}
.amfaq-rating .average-rate-wrapper:not(:checked) > label:before {
  content: '★';
  display: flex;
  justify-content: center;
}
.amfaq-rating .average-rate-wrapper .amfaq-rating-input:checked ~ label {
  color: #ffc700;
}
.amfaq-rating .average-rate-wrapper .amfaq-rating-input:focus + label {
  box-shadow: 0 0 3px 1px #68a8e0;
}
.amfaq-rating .average-rate-wrapper:not(:checked) > label:hover,
.amfaq-rating .average-rate-wrapper:not(:checked) > label:hover ~ label {
  color: #e4b200;
}
.amfaq-rating .average-rate-wrapper .amfaq-rating-label-hint {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.amfaq-rating .amfaq-rating-data-wrapper {
  padding-left: 10px;
  padding-right: 10px;
}
.amfaq-rating .amfaq-arrow {
  cursor: pointer;
}
.amfaq-rating .amfaq-arrow.amfaq-arrow-up {
  /* phpcs:disable Magento2.Less.ColonSpacing.AfterNewline */
  /* phpcs:enable */
  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;
  display: inline-block;
  font-size: inherit;
  font-weight: bold;
}
.amfaq-rating .amfaq-arrow.amfaq-arrow-up > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.amfaq-rating .amfaq-arrow.amfaq-arrow-up:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: inherit;
  line-height: 22px;
  color: #475f7a;
  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;
}
.amfaq-rating .amfaq-arrow.amfaq-arrow-up:hover:before {
  color: inherit;
}
.amfaq-rating .amfaq-arrow.amfaq-arrow-up:active:before {
  color: inherit;
}
.amfaq-rating .amfaq-arrow.amfaq-arrow-up:focus,
.amfaq-rating .amfaq-arrow.amfaq-arrow-up:active {
  background: none;
  border: none;
}
.amfaq-rating .amfaq-arrow.amfaq-arrow-up:hover {
  background: none;
  border: none;
}
.amfaq-rating .amfaq-arrow.amfaq-arrow-up.disabled,
.amfaq-rating .amfaq-arrow.amfaq-arrow-up[disabled],
fieldset[disabled] .amfaq-rating .amfaq-arrow.amfaq-arrow-up {
  pointer-events: none;
  opacity: 0.5;
}
.amfaq-rating .amfaq-arrow.amfaq-arrow-up:focus {
  box-shadow: 0 0 3px 1px #68a8e0;
}
.amfaq-rating .amfaq-arrow.amfaq-arrow-down {
  /* phpcs:disable Magento2.Less.ColonSpacing.AfterNewline */
  /* phpcs:enable */
  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;
  display: inline-block;
  font-weight: bold;
}
.amfaq-rating .amfaq-arrow.amfaq-arrow-down > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.amfaq-rating .amfaq-arrow.amfaq-arrow-down:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: inherit;
  line-height: 22px;
  color: #475f7a;
  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;
}
.amfaq-rating .amfaq-arrow.amfaq-arrow-down:hover:before {
  color: inherit;
}
.amfaq-rating .amfaq-arrow.amfaq-arrow-down:active:before {
  color: inherit;
}
.amfaq-rating .amfaq-arrow.amfaq-arrow-down:focus,
.amfaq-rating .amfaq-arrow.amfaq-arrow-down:active {
  background: none;
  border: none;
}
.amfaq-rating .amfaq-arrow.amfaq-arrow-down:hover {
  background: none;
  border: none;
}
.amfaq-rating .amfaq-arrow.amfaq-arrow-down.disabled,
.amfaq-rating .amfaq-arrow.amfaq-arrow-down[disabled],
fieldset[disabled] .amfaq-rating .amfaq-arrow.amfaq-arrow-down {
  pointer-events: none;
  opacity: 0.5;
}
.amfaq-rating .amfaq-arrow.amfaq-arrow-down:focus {
  box-shadow: 0 0 3px 1px #68a8e0;
}
.amfaq-rating .amfaq-arrow.amfaq-arrow.amfaq-voted:before {
  color: #305b8a;
}
.amfaq-rating .amfaq-arrow.amfaq-arrow.amfaq-voted + span {
  font-weight: bold;
}
.amfaq-rating .amfaq-rating-data-wrapper {
  color: #475f7a;
  /* phpcs:ignore Magento2.Less.TypeSelectors.UpperCaseSelector */
}
.amfaq-rating .amfaq-rating-data-wrapper.isVoted .amfaq-arrow {
  cursor: default;
}
.amfaq-rating .amfaq-rating-yesno-vote {
  color: #1979c3;
  text-decoration: none;
  background: none;
  border: none;
  font-weight: 400;
  padding: 0;
}
.amfaq-rating .amfaq-rating-yesno-vote:visited {
  color: #1979c3;
  text-decoration: none;
}
.amfaq-rating .amfaq-rating-yesno-vote:hover {
  color: #006bb4;
  text-decoration: underline;
}
.amfaq-rating .amfaq-rating-yesno-vote:active {
  color: #ff5501;
  text-decoration: underline;
}
.amfaq-rating .amfaq-rating-yesno-vote.yesno-voted {
  cursor: auto;
  font-weight: bold;
}
.amfaq-rating .message-error.error {
  color: #b30000;
}
.am-widget-categories-1,
.am-widget-categories-2,
.am-widget-categories-3 {
  display: flex;
  display: -webkit-flex;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}
.am-widget-categories-1 .am-widget-category,
.am-widget-categories-2 .am-widget-category,
.am-widget-categories-3 .am-widget-category {
  width: 100%;
}
.am-widget-category {
  /* phpcs:ignore Magento2.Less.ClassNaming.NotAllowedSymbol */
}
.am-widget-category > .am-category-container {
  padding: 0 2rem 2rem 2rem;
}
.am-widget-category .view-all {
  display: block;
  margin-left: auto;
  width: fit-content;
}
.am-widget-category .am-category-header {
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  display: -webkit-flex;
  display: flex;
  margin-bottom: 1.5rem;
  min-height: 50px;
}
.am-widget-category .am-category-header .faq-category-image {
  line-height: 0;
  margin-right: 7px;
}
.am-widget-category .am-category-header .faq-category-image img {
  min-width: 50px;
}
.am-widget-category .am-category-header .faq-category-title {
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.1;
  word-wrap: break-word;
}
.am-widget-category .amfaq_questions .am-title {
  font-size: 1.6rem;
  font-weight: 300;
}
.am-search-box-wrapper:before,
.am-search-box-wrapper:after {
  content: '';
  display: table;
}
.am-search-box-wrapper:after {
  clear: both;
}
.am-search-box-wrapper .am-widget-center {
  margin: auto;
}
.am-search-box-wrapper .am-widget-right {
  float: right;
}
.am-search-box-wrapper .amfaq-search {
  max-width: initial;
}
.amfaq-pager {
  float: right;
}
/* phpcs:ignore Magento2.Less.AvoidId.IdSelectorUsage */
#amfaq_search_autocomplete .amfaq-category {
  color: #575757;
  font-size: 1rem;
  padding-top: 3px;
}
.am-faq-tags-widget {
  padding: 0 2rem 2rem 2rem;
}
.am-faq-tags-widget .am-tags-main-title {
  border-bottom: solid 1px #c9c9c9;
  margin-bottom: 30px;
}
.am-faq-tags-widget .am-tags-main-title span {
  color: #333333;
  font-family: Roboto;
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.am-faq-tags-widget .am-tags-main-block-wrapper {
  font-family: Roboto;
}
.am-faq-tags-widget .am-tags-main-block-wrapper .am-tags-tag {
  border: solid 1px #dddddd;
  border-radius: 4px;
  box-sizing: border-box;
  display: inline-block;
  margin: 0 15px 15px 0;
  padding: 9px 0 9px 0;
  /* phpcs:ignore Magento2.Less.ClassNaming.NotAllowedSymbol */
}
.am-faq-tags-widget .am-tags-main-block-wrapper .am-tags-tag:hover {
  background: #f2c94c;
  /* phpcs:ignore Magento2.Less.ClassNaming.NotAllowedSymbol */
}
.am-faq-tags-widget .am-tags-main-block-wrapper .am-tags-tag:hover .am_tag_count {
  color: #575757;
}
.am-faq-tags-widget .am-tags-main-block-wrapper .am-tags-tag .am_tag_count {
  color: #6d6d6d;
  padding: 11px 12px 10px 0;
}
.am-faq-tags-widget .am-tags-main-block-wrapper .am-tags-tag a {
  color: #191919;
  text-decoration: none;
}
.am-faq-tags-widget .am-tags-main-block-wrapper .am-tags-tag .am-tag-title {
  font-weight: 600;
  padding: 0 9px 0 12px;
  text-decoration: none;
}
.search-autocomplete .amfaq-question-container.selected {
  background: #ffffff;
}
.search-autocomplete .amfaq-question-container .amfaq-option-name {
  color: #1979c3;
}
.search-autocomplete .amfaq-question-container.selected .amfaq-option-name {
  text-decoration: underline;
}
.amfaq-link-category {
  margin-bottom: 10px;
}
.amfaq-links-container {
  margin-bottom: 20px;
  transition: height 0.3s ease-in;
}
.amfaq-links-container .amfaq-button.-questions {
  background: #ffffff;
  border: none;
  color: #1979c3;
  font-weight: bold;
  letter-spacing: -.015em;
  padding: 0;
}
@media print {
  .amfaq-social-buttons {
    display: none;
  }
}
.am-recaptcha-container .messages-container {
  margin-top: 15px;
}
.am-recaptcha-container .hidden {
  left: -10000px;
  position: absolute;
  visibility: hidden;
}
.am-recaptcha-place-order .grecaptcha-badge {
  z-index: 1000;
}
.recaptcha-error {
  border: 1px solid #dd4b39;
  padding: 5px;
}
.recaptcha-error .recaptcha-error-message {
  color: #dd4b39;
  font-size: 12px;
  padding: 4px 0;
}
/* phpcs:ignore Magento2.Less.AvoidId.IdSelectorUsage */
.am-submit-summary #checkout-payment-method-load .actions-toolbar:has(#am-recaptcha-block) {
  /* phpcs:ignore Magento2.Less.AvoidId.IdSelectorUsage */
  display: block;
}
.am-submit-summary #checkout-payment-method-load .actions-toolbar:has(#am-recaptcha-block) .primary > *:not(#am-recaptcha-block) {
  display: none;
}
.am-submit-summary #checkout-payment-method-load .actions-toolbar:has(#am-recaptcha-block) .primary:has(.grecaptcha-badge) {
  display: none;
}
.am-word-break {
  word-wrap: break-word;
  word-break: break-word;
}
.ie11 .am-word-break {
  word-break: break-all;
}
.am-tabs-view .amrelated-grid-wrapper .product-items.slick-slider {
  display: block;
}
/* phpcs:ignore Magento2.Less.AvoidId.IdSelectorUsage */
#amrelated_product_content_tab .block-title {
  display: none;
}
.amrelated-grid-wrapper {
  /* rewrite magento luma styles*/
}
.amrelated-grid-wrapper .slick-arrow {
  z-index: 999;
}
.amrelated-grid-wrapper .slick-slide {
  margin: 0 5px;
}
.amrelated-grid-wrapper .slick-track {
  display: flex;
}
.amrelated-grid-wrapper .slick-prev:focus,
.amrelated-grid-wrapper .slick-next:focus {
  box-shadow: 0 0 3px 1px #68a8e0;
}
.amrelated-grid-wrapper .slick-dots .slick-active button,
.amrelated-grid-wrapper .slick-dots .slick-active .cart.table-wrapper .actions-toolbar > .action,
.amrelated-grid-wrapper .slick-dots .slick-active .action-gift {
  background: transparent;
}
.amrelated-grid-wrapper .slick-dots li {
  margin: 0 5px 5px;
}
.amrelated-grid-wrapper .slick-dots button,
.amrelated-grid-wrapper .slick-dots .cart.table-wrapper .actions-toolbar > .action,
.amrelated-grid-wrapper .slick-dots .action-gift {
  border: none;
  text-indent: initial;
}
.amrelated-grid-wrapper .slick-dots button:hover,
.amrelated-grid-wrapper .slick-dots button:active,
.amrelated-grid-wrapper .slick-dots button:focus,
.amrelated-grid-wrapper .slick-dots .cart.table-wrapper .actions-toolbar > .action:hover,
.amrelated-grid-wrapper .slick-dots .cart.table-wrapper .actions-toolbar > .action:active,
.amrelated-grid-wrapper .slick-dots .cart.table-wrapper .actions-toolbar > .action:focus,
.amrelated-grid-wrapper .slick-dots .action-gift:hover,
.amrelated-grid-wrapper .slick-dots .action-gift:active,
.amrelated-grid-wrapper .slick-dots .action-gift:focus {
  border: none;
}
.amrelated-grid-wrapper .products-grid .product-item-info:hover {
  z-index: 3;
}
.amrelated-sidebar-wrap {
  width: 100%;
}
.amrelated-sidebar-wrap .slick-dots {
  line-height: 3rem;
  position: static;
}
.amrelated-sidebar-wrap .slick-dots .slick-active button,
.amrelated-sidebar-wrap .slick-dots .slick-active .cart.table-wrapper .actions-toolbar > .action,
.amrelated-sidebar-wrap .slick-dots .slick-active .action-gift {
  background: #0082e4;
}
.amrelated-sidebar-wrap .slick-dots button,
.amrelated-sidebar-wrap .slick-dots .cart.table-wrapper .actions-toolbar > .action,
.amrelated-sidebar-wrap .slick-dots .action-gift {
  background-color: #dfdedd;
}
.amrelated-sidebar-wrap .slick-prev:focus,
.amrelated-sidebar-wrap .slick-next:focus {
  box-shadow: 0 0 3px 1px #68a8e0;
}
.amrelated-cart-message {
  background: #e9f6ff;
  color: #333333;
  display: block;
  font-size: 1.6rem;
  line-height: 42px;
  margin: 0 0 10px;
  padding: 5px 25px;
  position: relative;
  text-align: center;
}
.amrelated-cart-message:before {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzAiIGhlaWdodD0iMzAiIHZpZXdCb3g9IjAgMCAzMCAzMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48Y2lyY2xlIGN4PSIxNSIgY3k9IjE1IiByPSIxNSIgZmlsbD0iI0VCNTc1NyIvPjxwYXRoIGQ9Ik05Ljg5ODQ0IDEwLjgxMjVDOS44OTg0NCAxMC4xMjUgMTAuMTE5OCA5LjU2MjUgMTAuNTYyNSA5LjEyNUMxMS4wMDUyIDguNjgyMjkgMTEuNTg1OSA4LjQ2MDk0IDEyLjMwNDcgOC40NjA5NEMxMy4wMzM5IDguNDYwOTQgMTMuNjE3MiA4LjY4MjI5IDE0LjA1NDcgOS4xMjVDMTQuNDk3NCA5LjU2MjUgMTQuNzE4OCAxMC4xMzggMTQuNzE4OCAxMC44NTE2VjExLjQxNDFDMTQuNzE4OCAxMi4wOTY0IDE0LjQ5NzQgMTIuNjU2MiAxNC4wNTQ3IDEzLjA5MzhDMTMuNjE3MiAxMy41MzEyIDEzLjAzOTEgMTMuNzUgMTIuMzIwMyAxMy43NUMxMS42MTcyIDEzLjc1IDExLjAzNjUgMTMuNTM2NSAxMC41NzgxIDEzLjEwOTRDMTAuMTI1IDEyLjY3NzEgOS44OTg0NCAxMi4wOTY0IDkuODk4NDQgMTEuMzY3MlYxMC44MTI1Wk0xMS4yMjY2IDExLjQxNDFDMTEuMjI2NiAxMS43NzM0IDExLjMyNTUgMTIuMDY1MSAxMS41MjM0IDEyLjI4OTFDMTEuNzI2NiAxMi41MDc4IDExLjk5MjIgMTIuNjE3MiAxMi4zMjAzIDEyLjYxNzJDMTIuNjQzMiAxMi42MTcyIDEyLjkwMzYgMTIuNTA3OCAxMy4xMDE2IDEyLjI4OTFDMTMuMjk5NSAxMi4wNjUxIDEzLjM5ODQgMTEuNzYzIDEzLjM5ODQgMTEuMzgyOFYxMC44MTI1QzEzLjM5ODQgMTAuNDUzMSAxMy4yOTY5IDEwLjE2MTUgMTMuMDkzOCA5LjkzNzVDMTIuODk1OCA5LjcxMzU0IDEyLjYzMjggOS42MDE1NiAxMi4zMDQ3IDkuNjAxNTZDMTEuOTc2NiA5LjYwMTU2IDExLjcxMzUgOS43MTYxNSAxMS41MTU2IDkuOTQ1MzFDMTEuMzIyOSAxMC4xNjkzIDExLjIyNjYgMTAuNDY2MSAxMS4yMjY2IDEwLjgzNTlWMTEuNDE0MVpNMTUuMzY3MiAxNy4yMTA5QzE1LjM2NzIgMTYuNTEzIDE1LjU5MzggMTUuOTQ3OSAxNi4wNDY5IDE1LjUxNTZDMTYuNSAxNS4wODMzIDE3LjA3ODEgMTQuODY3MiAxNy43ODEyIDE0Ljg2NzJDMTguNDg5NiAxNC44NjcyIDE5LjA2NzcgMTUuMDgzMyAxOS41MTU2IDE1LjUxNTZDMTkuOTY4OCAxNS45NDc5IDIwLjE5NTMgMTYuNTMxMiAyMC4xOTUzIDE3LjI2NTZWMTcuODIwM0MyMC4xOTUzIDE4LjQ5NzQgMTkuOTc2NiAxOS4wNTczIDE5LjUzOTEgMTkuNUMxOS4xMDY4IDE5LjkzNzUgMTguNTI2IDIwLjE1NjIgMTcuNzk2OSAyMC4xNTYyQzE3LjA2NzcgMjAuMTU2MiAxNi40NzkyIDE5Ljk0MDEgMTYuMDMxMiAxOS41MDc4QzE1LjU4ODUgMTkuMDcwMyAxNS4zNjcyIDE4LjQ5NDggMTUuMzY3MiAxNy43ODEyVjE3LjIxMDlaTTE2LjY5NTMgMTcuODIwM0MxNi42OTUzIDE4LjE3NDUgMTYuNzk2OSAxOC40NjYxIDE3IDE4LjY5NTNDMTcuMjA4MyAxOC45MTkzIDE3LjQ3NCAxOS4wMzEyIDE3Ljc5NjkgMTkuMDMxMkMxOC4xMzAyIDE5LjAzMTIgMTguMzkwNiAxOC45MjQ1IDE4LjU3ODEgMTguNzEwOUMxOC43NzA4IDE4LjQ5MjIgMTguODY3MiAxOC4xODc1IDE4Ljg2NzIgMTcuNzk2OVYxNy4yMTA5QzE4Ljg2NzIgMTYuODQ2NCAxOC43NjU2IDE2LjU1NDcgMTguNTYyNSAxNi4zMzU5QzE4LjM1OTQgMTYuMTE3MiAxOC4wOTkgMTYuMDA3OCAxNy43ODEyIDE2LjAwNzhDMTcuNDU4MyAxNi4wMDc4IDE3LjE5NTMgMTYuMTE3MiAxNi45OTIyIDE2LjMzNTlDMTYuNzk0MyAxNi41NTQ3IDE2LjY5NTMgMTYuODU2OCAxNi42OTUzIDE3LjI0MjJWMTcuODIwM1pNMTIuNzEwOSAxOS4xNDg0TDExLjczNDQgMTguNTg1OUwxNy4yODkxIDkuNjk1MzFMMTguMjY1NiAxMC4yNTc4TDEyLjcxMDkgMTkuMTQ4NFoiIGZpbGw9IndoaXRlIi8+PC9zdmc+);
  content: '';
  display: inline-block;
  height: 30px;
  margin-right: 2px;
  position: relative;
  top: 8px;
  width: 30px;
}
.amrelated-cart-message .price,
.amrelated-cart-message .product-link {
  font-weight: bold;
}
.amrelated-bundle-toolbar .pager {
  text-align: right;
}
.amrelated-bundle-toolbar .pages,
.amrelated-bundle-toolbar .limiter {
  display: inline-block;
}
.amrelated-cart-bundle {
  float: left;
  margin-top: 30px;
  padding: 0 5px;
}
.amrelated-pack-info {
  background: #eef2f9;
  border-radius: 4px;
  color: #6d88b0;
  display: inline-flex;
  font-size: 12px;
  font-weight: 400;
  line-height: 14px;
  margin: 1rem 0;
  padding: 5px 8px 6px;
}
.amrelated-pack-wrapper {
  clear: both;
  margin-bottom: 30px;
}
.amrelated-pack-wrapper .amrelated-title {
  padding: 10px 0;
  position: relative;
}
.amrelated-pack-wrapper .amrelated-title:after {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iOCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMSA3bDYtNiA2IDYiIHN0cm9rZT0iIzc3NyIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+PC9zdmc+) no-repeat center;
  background-size: contain;
  content: '';
  height: 10px;
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
  width: 15px;
}
.amrelated-pack-wrapper .amrelated-title.-collapsed:after {
  transform: rotate(180deg) translateY(-50%);
  transform-origin: 50% 10%;
}
.amrelated-content-wrapper {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  background: #f9f9f9;
  margin-top: 25px;
  position: relative;
}
.amrelated-plus,
.amrelated-equal,
.amrelated-price-wrapper {
  display: flex;
  align-items: center;
}
.amrelated-pack-list {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.amrelated-pack-list.-narrow {
  flex-wrap: wrap;
}
.amrelated-pack-items {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.amrelated-pack-items .amrelated-background {
  display: none;
}
.amrelated-pack-items.-selected > .-selected {
  background: none;
  box-shadow: none;
}
.amrelated-pack-item {
  padding: 30px;
  width: 100%;
}
.amrelated-pack-item:not(:last-child) {
  border-bottom: 1px solid #cccccc;
}
.amrelated-pack-item:not(.-main) {
  opacity: .7;
  transition: opacity .5s ease;
}
.amrelated-pack-item:not(.-main).-selected {
  opacity: 1;
}
.amrelated-pack-item.-main {
  background: #eaeaea;
}
.amrelated-pack-item .amrelated-info {
  display: flex;
  box-sizing: border-box;
  height: 100%;
  position: relative;
}
.amrelated-pack-item .amrelated-info:hover {
  border: 0;
  box-shadow: none;
  margin: 0;
  z-index: unset;
}
.amrelated-pack-item .amrelated-details {
  display: flex;
  flex-wrap: wrap;
  margin-left: 20px;
}
.amrelated-pack-item .price-box {
  margin: 3px 0 0;
  width: 100%;
}
.amrelated-pack-item .amrelated-name {
  word-break: break-word;
  word-wrap: break-word;
  width: 100%;
}
.ie11 .amrelated-pack-item .amrelated-name {
  word-break: break-all;
}
.ie11 .amrelated-pack-item .amrelated-name {
  word-break: break-all;
}
.ie11 .amrelated-pack-item .amrelated-name {
  word-break: break-all;
}
.ie11 .amrelated-pack-item .amrelated-name {
  word-break: break-all;
}
.amrelated-pack-item:not(.-main) .product-reviews-summary {
  margin: 0 0 5px;
}
.amrelated-pack-item .price-final_price .price-wrapper .price {
  color: #000000;
  display: block;
  font-size: 18px;
  font-weight: 600;
}
.amrelated-pack-item .product-reviews-summary .reviews-actions {
  display: none;
}
.amrelated-pack-item.-collapsed {
  padding: 15px 20px;
}
.amrelated-pack-item.-collapsed.-main {
  padding: 25px 20px;
}
.amrelated-pack-item.-collapsed .amrelated-photo-container {
  display: flex;
  background: transparent;
  border: 0;
  flex-direction: row-reverse;
  height: auto;
  min-width: auto;
  position: unset;
  width: auto;
}
.amrelated-pack-item.-collapsed .amrelated-info {
  flex-direction: row-reverse;
}
.amrelated-pack-item.-collapsed .amrelated-link {
  display: flex;
  align-items: center;
}
.amrelated-pack-item.-collapsed .amrelated-qty {
  margin-left: 10px;
  position: static;
}
.amrelated-pack-item.-collapsed .amrelated-checkbox + .amrelated-label {
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.amrelated-pack-item.-collapsed .amrelated-photo,
.amrelated-pack-item.-collapsed .product-reviews-summary.short,
.amrelated-pack-item.-collapsed .price-box {
  display: none;
}
.amrelated-pack-item.-collapsed .amrelated-discount {
  align-self: center;
  position: static;
  transform: none;
}
.amrelated-pack-item.-collapsed .amrelated-details {
  align-items: center;
  margin-left: 30px;
  max-width: 100%;
  min-height: 2.7rem;
  width: 100%;
}
.amrelated-pack-item.-collapsed .amrelated-name {
  margin-right: 1rem;
}
.amrelated-photo-container {
  background: #ffffff;
  border: 1px solid #e8e8e8;
  height: 100px;
  margin: 0;
  min-width: 100px;
  position: relative;
  text-align: center;
  width: 100px;
}
.amrelated-photo-container .amrelated-link {
  display: block;
  height: 100%;
  width: 100%;
}
.amrelated-photo-container .amrelated-photo {
  max-height: 100%;
  max-width: 100%;
}
.amrelated-photo-container .amrelated-qty {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #e9f6ff;
  border: 1px solid #3978bd;
  border-radius: 50%;
  bottom: 0;
  box-shadow: 0 2px 4px rgba(16, 31, 48, 0.2);
  box-sizing: border-box;
  color: #000000;
  font-weight: 600;
  height: 30px;
  min-width: 30px;
  padding: 0 4px;
  position: absolute;
  right: 0;
}
.amrelated-photo-container .amrelated-qty:before {
  content: 'x';
  font-size: 11px;
  font-weight: 400;
}
.amrelated-photo-container .amrelated-checkbox {
  opacity: 0;
  position: absolute;
}
.amrelated-photo-container .amrelated-checkbox + .amrelated-label {
  background: #ffffff;
  border: 1px solid #3978bd;
  border-radius: 2px;
  box-sizing: border-box;
  cursor: pointer;
  height: 20px;
  left: -5px;
  position: absolute;
  top: -5px;
  width: 20px;
  z-index: 2;
}
.amrelated-photo-container .amrelated-checkbox:focus + .amrelated-label {
  box-shadow: 0 0 3px 1px #68a8e0;
}
.amrelated-photo-container .amrelated-checkbox:checked + .amrelated-label {
  background: #3978bd url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTAgMmEyIDIgMCAwIDEgMi0yaDE2YTIgMiAwIDAgMSAyIDJ2MTZhMiAyIDAgMCAxLTIgMkgyYTIgMiAwIDAgMS0yLTJWMnoiIGZpbGw9IiMzOTc4QkQiLz48cGF0aCBkPSJNNSAxMGw0LjUgNEwxNSA3IiBzdHJva2U9IiNmZmYiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+PC9zdmc+) no-repeat center;
  background-size: contain;
}
.amrelated-pack-item.-selected .amrelated-photo-container {
  border-color: #e8e8e8;
}
.amrelated-discount {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #c84949;
  border-radius: 2px;
  box-sizing: border-box;
  color: #ffffff;
  padding: 5px;
  position: absolute;
  z-index: 2;
}
.amrelated-discount.-product {
  display: none;
  font-size: 12px;
  right: -10px;
  top: -10px;
}
.amrelated-discount > .amrelated-text {
  margin-left: 3px;
}
.amrelated-discount.-summary {
  font-size: 16px;
  max-width: 100%;
  padding: 5px 15px;
  right: 10px;
  top: 0;
  transform: translateY(-50%);
}
.amrelated-discount.-summary .amount {
  font-weight: 600;
  margin-left: 5px;
}
.amrelated-pack-item.-discount-applied .amrelated-discount {
  display: flex;
}
.amrelated-plus,
.amrelated-equal {
  display: none;
}
.amrelated-summary-content {
  display: flex;
  justify-content: flex-end;
  padding: 15px 0;
  width: 100%;
}
.amrelated-summary-content .main.price {
  color: #000000;
  font-size: 30px;
  font-weight: 600;
  line-height: 1;
  text-align: center;
}
.amrelated-price-wrapper {
  border-bottom: none;
  box-sizing: border-box;
  justify-content: center;
  margin: 0 15px;
  padding: 15px;
}
.amrelated-tocart-wrapper {
  display: flex;
  align-items: center;
  margin-right: 10px;
}
.amrelated-tocart-wrapper .action {
  height: auto;
  line-height: normal;
  padding: 7px 15px;
}
.amrelated-popup-container {
  background: rgba(0, 0, 0, 0.15);
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
}
.amrelated-bundle-popup {
  background: #ffffff;
  border-radius: 9px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.25);
  box-sizing: border-box;
  height: auto;
  left: 50%;
  max-width: 315px;
  overflow: hidden;
  padding: 0 0 13px;
  position: absolute;
  text-align: center;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 9999;
}
.amrelated-bundle-popup .close {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTMiIGhlaWdodD0iMTMiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEgMWwxMSAxMW0wLTExTDEgMTIiIHN0cm9rZT0iI0IyQjJCMiIgc3Ryb2tlLXdpZHRoPSIxLjUiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIvPjwvc3ZnPg==) no-repeat center;
  color: rgba(0, 0, 0, 0.25);
  cursor: pointer;
  font-size: 21px;
  height: 12px;
  position: absolute;
  right: 18px;
  top: 18px;
  width: 12px;
  z-index: 9;
}
.amrelated-bundle-popup .amrelated-products-wrapper {
  height: 100%;
  max-height: 80vh;
  overflow-y: auto;
  padding-bottom: 80px;
}
.amrelated-bundle-popup .amrelated-products-wrapper:last-child:after {
  display: none;
}
.amrelated-bundle-popup .amrelated-products-wrapper .product-options-bottom .actions,
.amrelated-bundle-popup .amrelated-products-wrapper .box-tocart .actions {
  display: block;
}
.amrelated-bundle-popup .amrelated-notice {
  background: #fffae5;
  border-radius: 0 0 7px 7px;
  font-size: 14px;
  margin: 0 auto;
  max-width: 60%;
  padding: 10px 20px;
  z-index: 99;
}
.amrelated-bundle-popup .amrelated-popup-tocart-wrapper {
  background-color: #ffffff;
  bottom: 0;
  box-sizing: border-box;
  padding: 15px;
  position: absolute;
  text-align: right;
  width: 100%;
  z-index: 10;
}
.amrelated-bundle-popup .amrelated-popup-tocart-wrapper .action {
  display: inline-block;
  font-size: 18px;
  padding: 15px;
}
.amrelated-product-container {
  position: relative;
}
.amrelated-product-container:after {
  background-color: #c5c5c5;
  bottom: 0;
  content: '';
  display: block;
  height: 1px;
  left: 0;
  margin-left: 16%;
  position: absolute;
  width: 68%;
}
.amrelated-product-container:last-child:after {
  display: none;
}
.amrelated-product-container .amrelated-product-message {
  display: none;
}
.amrelated-product-container .amrelated-image-wrapper {
  margin: 15px auto;
  max-width: 150px;
}
.amrelated-product-info {
  width: 100%;
  /* rewrite magento styles */
}
.amrelated-product-info .amrelated-info.-top,
.amrelated-product-info .amrelated-info.-bottom {
  padding: 0 20px;
  text-align: left;
}
.amrelated-product-info .box-tocart .actions,
.amrelated-product-info .action.back.customization,
.amrelated-product-info .block-bundle-summary,
.amrelated-product-info .tocart {
  display: none;
}
.amrelated-product-info .bundle-options-wrapper {
  margin-top: 25px;
}
.amrelated-product-info .bundle-options-wrapper input[type='radio'] {
  width: 15px;
}
.amrelated-product-info .bundle-options-wrapper p.required {
  color: #e02b27;
}
.amrelated-product-info .bundle-options-wrapper .field.qty > .label {
  display: inline-block;
  font-weight: 600;
  margin: 10px 0 8px;
}
.amrelated-product-info .bundle-options-wrapper .input-text.qty {
  text-align: center;
  width: 54px;
}
.amrelated-product-info .product-options-bottom .price-box .price-container .price,
.amrelated-product-info .product-info-price .price-box .price-container .price {
  font-size: 22px;
  font-weight: 600;
  line-height: 22px;
}
.amrelated-product-info.giftcard .amrelated-price {
  display: none;
}
.amrelated-product-info.giftcard .amrelated-info.-bottom .product-options-bottom .price-box {
  display: block;
}
.amrelated-image-container {
  border: 1px solid #b2b2b2;
  box-sizing: border-box;
  margin: 0 25px 10px;
  width: initial;
}
.amrelated-image-container > .product-item-photo {
  display: block;
  margin: auto;
  width: 60%;
}
.amrelated-image-container .product-image-container {
  vertical-align: middle;
}
.amrelated-info.-top {
  margin: 0;
}
.amrelated-info.-top > .amrelated-title {
  font-size: 20px;
  margin-bottom: 5px;
}
.amrelated-info.-top > .amrelated-rating .rating-summary {
  vertical-align: text-bottom;
}
.amrelated-info.-top > .amrelated-price,
.amrelated-info.-top > .amrelated-price .price {
  font-size: 24px;
  font-weight: 700;
}
.amrelated-info.-top .reviews-actions .action {
  color: #000000;
  font-size: 14px;
  margin-left: 15px;
}
.amrelated-info.-bottom {
  /* don't hide grouped price */
}
.amrelated-info.-bottom > .amrelated-description {
  font-size: 12px;
  margin: 0 25px;
}
.amrelated-info.-bottom .swatch-attribute {
  margin-bottom: 20px;
}
.amrelated-info.-bottom .product-options-bottom .price-box {
  display: none;
}
.amrelated-info.-bottom .product-options-bottom .grouped .price-box {
  display: block;
}
.amrelated-products-block {
  border-bottom: 1px solid #ebeef5;
  margin: 20px 15px 27px;
  max-height: 366px;
  overflow: hidden auto;
}
.amrelated-products-block > .amrelated-product {
  display: flex;
  margin-bottom: 20px;
}
.amrelated-products-block .amrelated-content {
  color: #333333;
  text-align: left;
}
.amrelated-products-block .amrelated-name {
  word-break: break-word;
  word-wrap: break-word;
  font-size: 16px;
  line-height: 20px;
}
.ie11 .amrelated-products-block .amrelated-name {
  word-break: break-all;
}
.ie11 .amrelated-products-block .amrelated-name {
  word-break: break-all;
}
.ie11 .amrelated-products-block .amrelated-name {
  word-break: break-all;
}
.ie11 .amrelated-products-block .amrelated-name {
  word-break: break-all;
}
.amrelated-products-block .amrelated-image-wrapper {
  border: 1px solid #ebeef5;
  display: flex;
  margin-right: 10px;
}
.amrelated-products-block .amrelated-qty {
  align-items: center;
  display: flex;
  margin: 5px 0 0;
}
.amrelated-products-block .amrelated-qty .amrelated-title {
  font-size: 12px;
  font-weight: 800;
  line-height: 19px;
}
.amrelated-products-block .amrelated-qty .amrelated-value {
  font-size: 14px;
  line-height: 19px;
  margin-left: 10px;
}
.am-porto-cmtb .amrelated .product-item-details .product-item-actions {
  display: flex;
  justify-content: center;
  margin: 0;
}
.am-porto-cmtb .amrelated .product-item-details .product-item-actions .actions-primary {
  margin: 0 5px 0 0;
}
.am-porto-cmtb .products-grid .product-item-details .product-item-actions {
  margin: 0;
  text-align: left;
}
.am-porto-cmtb .products-grid .product-item .product-item-inner {
  margin: 10px 0;
}
.am-porto-cmtb .products-grid .product-item-actions .actions-secondary {
  padding: 0;
}
.am-porto-cmtb .wishlist.split.button {
  margin-right: 0;
}
.am-porto-cmtb .wishlist.split.button .change.action {
  display: none;
}
.am-porto-cmtb .product-items.slick-slider .slick-slide {
  margin: 0 10px;
}
.am-porto-cmtb .product-items.slick-slider .slick-slide .to-cart {
  padding: 0 8px;
}
.am-porto-cmtb .product-items.slick-slider .slick-slide .product-item {
  max-width: 100%;
}
.am-porto-cmtb .product-items.slick-slider .slick-slide .product-item-actions {
  text-align: center;
}
.am-porto-cmtb .product-items.slick-slider .slick-slide .action.split {
  margin-right: 0;
}
._am-visually-hidden {
  position: absolute;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  margin: -1px;
  padding: 0;
  width: 1px;
  height: 1px;
  border: 0;
}
._am-visually-hidden-reset {
  position: static;
  overflow: visible;
  clip: auto;
  margin: 0;
  width: auto;
  height: auto;
}
._word-break {
  word-break: break-all;
  word-break: break-word;
}
._am-checkbox {
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.1s all ease-in;
  transition: 0.1;
  -moz-transition: 0.1;
  -webkit-transition: 0.1;
  position: relative;
  box-sizing: border-box;
  margin: 2px 0 0;
  min-width: 12px;
  width: 12px;
  height: 12px;
  border: 1px solid #a39fa8;
  background-color: #fff;
  cursor: pointer;
}
._am-checkbox:hover {
  border-color: #026bb3;
}
._am-checkbox-arrow {
  display: none;
  margin: 0 0 2px 0;
  width: 4px;
  height: 6px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  content: '';
  transform: rotate(45deg);
}
._am-cross-icon {
  position: relative;
}
._am-cross-icon:before,
._am-cross-icon:after {
  position: absolute;
  top: 50%;
  left: 7px;
  display: block;
  width: 11px;
  height: 1px;
  background: #a39fa8;
  content: '';
}
._am-cross-icon:before {
  transform: rotate(45deg);
}
._am-cross-icon:after {
  transform: rotate(-45deg);
}
._am-cross-icon:hover:before,
._am-cross-icon:focus:before,
._am-cross-icon:active:before,
._am-cross-icon:hover:after,
._am-cross-icon:focus:after,
._am-cross-icon:active:after {
  background: #504d58;
}
._am-ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.amprot-field {
  line-height: 1;
  margin: 0 0 30px 0;
}
.amprot-field.-checkable {
  margin: 0 0 25px;
}
.amprot-field.-checkable .amprot-label {
  margin: 0 0 20px 0;
}
.amprot-label {
  word-break: break-all;
  word-break: break-word;
  color: #333333;
  display: inline-block;
  font-weight: bold;
  line-height: 1;
  margin: 0 0 10px 0;
}
.required .amprot-label:after {
  color: #e02b27;
  content: '*';
  font-size: 1.2rem;
  margin: 0 0 0 5px;
}
.amprot-note-block {
  font-size: 12px;
  line-height: 1;
  margin: 5px 0 0;
}
.amprot-note-block > .amprot-character-counter {
  color: #e02b27;
}
.amprot-fieldset-reset {
  border: none;
  margin: 0;
  padding: 0;
  padding-block: 0;
  padding-inline: 0;
}
.amprot-text .price-notice {
  display: flex;
  color: #504d58;
  padding: 0 0 0 5px;
  word-break: normal;
}
.amprot-field .amprot-input-block .mage-error {
  color: #e02b27;
  font-size: 12px;
}
.amprot-dependent-field {
  display: none;
}
.amprot-input-block .amprot-input-text,
.amprot-input-block .amprot-input-textarea {
  transition: 0.1s all ease-in;
  transition: 0.1;
  -moz-transition: 0.1;
  -webkit-transition: 0.1;
  box-sizing: border-box;
  padding: 0 10px;
  width: 100%;
  height: 30px;
  border: 1px solid #747277;
  border-radius: 2px;
  color: #0e1025;
  vertical-align: baseline;
  line-height: 1.4;
}
.amprot-input-block .amprot-input-text::placeholder,
.amprot-input-block .amprot-input-textarea::placeholder {
  color: #747277;
}
.amprot-input-block .amprot-input-text:hover,
.amprot-input-block .amprot-input-textarea:hover,
.amprot-input-block .amprot-input-text:focus,
.amprot-input-block .amprot-input-textarea:focus,
.amprot-input-block .amprot-input-text:active,
.amprot-input-block .amprot-input-textarea:active {
  border-color: #a39fa8;
}
.amprot-input-block .amprot-input-text:not([disabled]):focus,
.amprot-input-block .amprot-input-textarea:not([disabled]):focus {
  box-shadow: none;
}
.amprot-input-block .amprot-input-text:-ms-input-placeholder,
.amprot-input-block .amprot-input-textarea:-ms-input-placeholder {
  color: #747277;
}
.amprot-input-block .amprot-input-textarea {
  display: block;
  padding: 10px;
  height: auto;
}
.amprot-radio-block,
.amprot-checkbox-block {
  display: flex;
  cursor: pointer;
  line-height: 1;
  margin: 0 0 15px 0;
  position: relative;
}
.amprot-radio-block > .amprot-text,
.amprot-checkbox-block > .amprot-text {
  display: flex;
  justify-content: space-between;
  word-break: break-all;
  word-break: break-word;
  color: #0e1025;
  flex-grow: 1;
  font-style: normal;
  padding: 0 0 0 5px;
}
.amprot-radio-block > .amprot-input,
.amprot-checkbox-block > .amprot-input {
  position: absolute;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  margin: -1px;
  padding: 0;
  width: 1px;
  height: 1px;
  border: 0;
}
.amprot-radio-block > .amprot-input:checked ~ .amprot-mark,
.amprot-checkbox-block > .amprot-input:checked ~ .amprot-mark {
  background-color: #1e79c2;
  border-color: #1e79c2;
}
.amprot-radio-block > .amprot-input:checked ~ .amprot-mark:after,
.amprot-checkbox-block > .amprot-input:checked ~ .amprot-mark:after {
  display: block;
}
.amprot-radio-block > .amprot-input:not(:checked):focus ~ .amprot-mark,
.amprot-checkbox-block > .amprot-input:not(:checked):focus ~ .amprot-mark {
  border-color: #026bb3;
  box-shadow: 0 2px 4px rgba(63, 156, 215, 0.4);
}
.amprot-radio-block > .amprot-input:checked ~ .amprot-text,
.amprot-checkbox-block > .amprot-input:checked ~ .amprot-text {
  color: #0e1025;
  font-weight: bold;
}
.amprot-radio-block > .amprot-mark,
.amprot-checkbox-block > .amprot-mark {
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.1s all ease-in;
  transition: 0.1;
  -moz-transition: 0.1;
  -webkit-transition: 0.1;
  position: relative;
  box-sizing: border-box;
  margin: 2px 0 0;
  min-width: 12px;
  width: 12px;
  height: 12px;
  border: 1px solid #a39fa8;
  background-color: #fff;
  cursor: pointer;
}
.amprot-radio-block > .amprot-mark:hover,
.amprot-checkbox-block > .amprot-mark:hover {
  border-color: #026bb3;
}
.amprot-radio-block:hover .amprot-text,
.amprot-checkbox-block:hover .amprot-text,
.amprot-radio-block:focus .amprot-text,
.amprot-checkbox-block:focus .amprot-text {
  color: #026bb3;
}
.amprot-radio-block:hover .amprot-mark,
.amprot-checkbox-block:hover .amprot-mark,
.amprot-radio-block:focus .amprot-mark,
.amprot-checkbox-block:focus .amprot-mark {
  border-color: #026bb3;
}
.amprot-checkbox-block > .amprot-mark + label {
  border-radius: 1px;
}
.amprot-checkbox-block > .amprot-mark + label:after {
  display: none;
  margin: 0 0 2px 0;
  width: 4px;
  height: 6px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  content: '';
  transform: rotate(45deg);
}
.amprot-radio-block > .amprot-mark + label {
  border-radius: 50%;
}
.amprot-radio-block > .amprot-mark + label:after {
  background: #ffffff;
  border-radius: 50%;
  content: '';
  display: none;
  height: 4px;
  width: 4px;
}
.amprot-checkbox-option.amprot-input.amprot-mark {
  margin: 0;
}
.amprot-text > .amprot-value {
  width: 100%;
}
.-checkable .mage-error {
  border-top: 1px solid #f4dcdc;
  padding-top: 5px;
}
.amprot-select-block {
  display: flex;
  flex-direction: column;
  position: relative;
  width: 100%;
}
.amprot-select-block.-active {
  z-index: 11;
}
.amprot-select-block:focus-visible {
  box-shadow: 0 0 3px 1px #68a8e0;
}
.amprot-select-block.-active .amprot-select-options {
  opacity: 1;
  pointer-events: all;
  visibility: visible;
}
.amprot-select-block.-active .amprot-placeholder {
  color: #0e1025;
}
.amprot-select-block.-active .amprot-placeholder:after {
  top: 13px;
  transform: rotate(225deg);
}
.amprot-select-block.-multiple .amprot-option {
  justify-content: flex-start;
}
.amprot-select-block.-multiple .amprot-option:before {
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.1s all ease-in;
  transition: 0.1;
  -moz-transition: 0.1;
  -webkit-transition: 0.1;
  position: relative;
  box-sizing: border-box;
  margin: 2px 0 0;
  min-width: 12px;
  width: 12px;
  height: 12px;
  border: 1px solid #a39fa8;
  background-color: #fff;
  cursor: pointer;
  border-radius: 1px;
  content: '';
  margin: 1px 10px 0 0;
}
.amprot-select-block.-multiple .amprot-option:before:hover {
  border-color: #026bb3;
}
.amprot-select-block.-multiple .amprot-option:after {
  display: none;
  margin: 0 0 2px 0;
  width: 4px;
  height: 6px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  content: '';
  transform: rotate(45deg);
  left: 13px;
  position: absolute;
  top: 13px;
}
.amprot-select-block.-multiple .amprot-option > .amprot-value {
  margin: 0 0 0 auto;
}
.amprot-select-block.-multiple .amprot-option.-selected:before {
  background-color: #1e79c2;
  border-color: #1e79c2;
}
.amprot-select-block.-multiple .amprot-option.-selected:after {
  display: block;
}
.amprot-select-block.-multiple .amprot-option:hover,
.amprot-select-block.-multiple .amprot-option.-selected {
  background-color: transparent;
  color: #0e1025;
}
.amprot-select-block.-multiple .amprot-option.-selected {
  font-weight: bold;
}
.amprot-select-block.-multiple .amprot-option:hover:before {
  border-color: #1e79c2;
}
.amprot-select-block.-multiple.-active > .amprot-placeholder {
  position: relative;
}
.amprot-select-block.-multiple.-active > .amprot-placeholder:before,
.amprot-select-block.-multiple.-active > .amprot-placeholder:after {
  position: absolute;
  top: 50%;
  left: 7px;
  display: block;
  width: 11px;
  height: 1px;
  background: #a39fa8;
  content: '';
}
.amprot-select-block.-multiple.-active > .amprot-placeholder:before {
  transform: rotate(45deg);
}
.amprot-select-block.-multiple.-active > .amprot-placeholder:after {
  transform: rotate(-45deg);
}
.amprot-select-block.-multiple.-active > .amprot-placeholder:hover:before,
.amprot-select-block.-multiple.-active > .amprot-placeholder:focus:before,
.amprot-select-block.-multiple.-active > .amprot-placeholder:active:before,
.amprot-select-block.-multiple.-active > .amprot-placeholder:hover:after,
.amprot-select-block.-multiple.-active > .amprot-placeholder:focus:after,
.amprot-select-block.-multiple.-active > .amprot-placeholder:active:after {
  background: #504d58;
}
.amprot-select-block.-multiple.-active > .amprot-placeholder:before,
.amprot-select-block.-multiple.-active > .amprot-placeholder:after {
  border: 0;
  left: inherit;
  right: 9px;
}
.amprot-select-options {
  background: #ffffff;
  border-color: #a39fa8;
  border-radius: 0 0 2px 2px;
  border-style: solid;
  border-width: 0 1px 1px;
  display: block;
  left: 0;
  list-style-type: none;
  margin: 0;
  max-height: 300px;
  opacity: 0;
  overflow: auto;
  padding: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: calc(100% - 2px);
  visibility: hidden;
  z-index: 2;
}
.amprot-select-options .amprot-option {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #0e1025;
  cursor: pointer;
  font-size: 14px;
  line-height: 1;
  margin: 0;
  padding: 10px;
  position: relative;
}
.amprot-select-options .amprot-option:hover {
  background-color: #026bb3;
  color: #ffffff;
}
.amprot-select-options .amprot-option.-selected {
  background-color: #025c9a;
  color: #ffffff;
}
.amprot-select-options .amprot-option:focus,
.amprot-select-options .amprot-option.-selected:focus {
  background-color: #026bb3;
  color: #ffffff;
}
.amprot-select-options .amprot-option .amprot-title,
.amprot-select-options .amprot-option .amprot-value {
  pointer-events: none;
}
.amprot-select-options .amprot-option:not(:hover):not(.-selected) .amprot-value {
  color: #504d58;
}
.amprot-select-block > .amprot-placeholder {
  display: flex;
  align-items: center;
  background: #ffffff;
  border: 1px solid #a39fa8;
  border-radius: 2px;
  color: #747277;
  cursor: pointer;
  font-size: 14px;
  height: 30px;
  line-height: 1;
  padding: 0 30px 0 10px;
  position: relative;
  z-index: 10;
}
.amprot-select-block > .amprot-placeholder > .amprot-value:before {
  color: #a39fa8;
  content: '|';
  padding: 0 5px;
}
.amprot-select-block > .amprot-placeholder:after {
  border-color: #a39fa8;
  border-style: solid;
  border-width: 0 1px 1px 0;
  content: '';
  display: block;
  height: 8px;
  position: absolute;
  right: 10px;
  top: 8px;
  transform: rotate(45deg);
  width: 8px;
}
.amprot-select-block > .amprot-placeholder.-selected {
  color: #0e1025;
}
.amprot-input-block > .amprot-select {
  position: absolute;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  margin: -1px;
  padding: 0;
  width: 1px;
  height: 1px;
  border: 0;
}
.amprot-close-button {
  position: relative;
  background: none;
  border: 0;
  border-radius: 0 50px 50px 0;
  box-shadow: none;
  color: inherit;
  display: block;
  height: 100%;
  line-height: 1;
  padding: 0;
  width: 25px;
}
.amprot-close-button:before,
.amprot-close-button:after {
  position: absolute;
  top: 50%;
  left: 7px;
  display: block;
  width: 11px;
  height: 1px;
  background: #a39fa8;
  content: '';
}
.amprot-close-button:before {
  transform: rotate(45deg);
}
.amprot-close-button:after {
  transform: rotate(-45deg);
}
.amprot-close-button:hover:before,
.amprot-close-button:focus:before,
.amprot-close-button:active:before,
.amprot-close-button:hover:after,
.amprot-close-button:focus:after,
.amprot-close-button:active:after {
  background: #504d58;
}
.amprot-close-button:not(.primary) {
  box-shadow: none;
}
.amprot-close-button:hover,
.amprot-close-button:focus,
.amprot-close-button:active {
  background: none;
  border: 0;
  color: inherit;
}
.-select .amprot-input-block {
  display: flex;
  flex-direction: column;
}
.-select .amprot-input-block .mage-error[generated] {
  order: 3;
}
.required.mage-error ~ .amprot-select-block .amprot-placeholder {
  border-color: #e02b27;
}
.amprot-tags-block {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.amprot-tags-block > .amprot-option {
  display: flex;
  align-items: center;
  transition: 0.1s all ease-in;
  transition: 0.1;
  -moz-transition: 0.1;
  -webkit-transition: 0.1;
  overflow: hidden;
  margin: 10px 10px 0 0;
  padding: 0;
  border: 1px solid #1e79c2;
  border-radius: 50px;
  color: #0e1025;
}
.amprot-tags-block > .amprot-option > .amprot-title {
  padding: 10px;
}
.amprot-tags-block > .amprot-option > .amprot-value {
  padding: 10px 0;
  color: #504d58;
  font-weight: bold;
}
.amprot-tags-block > .amprot-option:hover {
  border-color: #026bb3;
}
.amprot-tags-block > .amprot-option:hover > .amprot-title {
  color: #000;
}
.amprot-swatches-block {
  display: flex;
  flex-wrap: wrap;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
.amprot-swatches-block *,
.amprot-swatches-block *:before,
.amprot-swatches-block *:after {
  box-sizing: border-box;
}
.amprot-swatches-block:not(.-swatch-thumbnail) .amprot-text {
  display: none;
}
.amprot-swatch-option {
  align-items: center;
  border: 1px solid #efefef;
  border-radius: 1px;
  color: #0e1025;
  cursor: pointer;
  display: inline-flex;
  font-size: 14px;
  height: 40px;
  margin: 0 15px 15px 0;
  overflow: hidden;
  padding: 3px 10px;
}
.amprot-swatch-option:focus-visible {
  box-shadow: 0 0 3px 1px #68a8e0;
}
.amprot-swatch-option .amprot-name {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
  flex-grow: 1;
  line-height: 1.3;
  margin: 0 25px 0 5px;
}
.amprot-swatch-option .amprot-price {
  color: #504d58;
  display: block;
  line-height: 1.3;
}
.amprot-swatch-option:hover,
.amprot-swatch-option.-selected {
  border-color: #1e79c2;
}
.amprot-swatch-option:hover .amprot-price,
.amprot-swatch-option.-selected .amprot-price {
  font-weight: 600;
}
.amprot-swatch-option:hover .amprot-text,
.amprot-swatch-option.-selected .amprot-text {
  color: #0e1025;
}
.-swatch-vertical .amprot-swatch-option {
  border: 0;
  display: block;
  height: auto;
  padding: 0;
  text-align: center;
}
.-swatch-vertical .amprot-name {
  color: #504d58;
  margin: 5px 0;
}
.-swatch-vertical .amprot-price {
  color: #504d58;
  font-weight: 400;
}
.-swatch-vertical .amprot-image-block {
  border: 1px solid #efefef;
  border-radius: 1px;
  height: 60px;
  margin: 0 auto;
  padding: 5px;
  width: 60px;
}
.-swatch-vertical .amprot-swatch-option:hover .amprot-image-block,
.-swatch-vertical .amprot-swatch-option.-selected .amprot-image-block {
  border-color: #1e79c2;
}
.-swatch-vertical .amprot-swatch-option:hover .amprot-name,
.-swatch-vertical .amprot-swatch-option.-selected .amprot-name {
  color: #0e1025;
}
.-swatch-vertical .amprot-swatch-option:hover .amprot-price,
.-swatch-vertical .amprot-swatch-option.-selected .amprot-price {
  color: #0e1025;
  font-weight: 400;
}
.-swatch-thumbnail .amprot-swatch-option {
  display: block;
  height: auto;
  max-width: 100%;
  padding: 5px;
}
.-swatch-thumbnail .amprot-image-block {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 30px;
  line-height: 1;
  min-width: 30px;
  width: auto;
}
.-swatch-thumbnail .amprot-image-placeholder {
  display: none;
}
.-swatch-thumbnail .amprot-name,
.-swatch-thumbnail .amprot-price {
  display: none;
}
.amprot-image-block {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 30px;
  min-width: 30px;
  width: 30px;
}
.amprot-image-block .amprot-text {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #504d58;
  font-size: 18px;
  line-height: 1.3;
}
.amprot-image-block .amprot-image {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  min-height: 100%;
  min-width: 100%;
}
.amprot-swatch-input {
  display: none;
  visibility: hidden;
}
.amscroll-page-num {
  clear: both;
  padding: 6px 10px;
  color: #252525;
  letter-spacing: .03em;
  font-weight: 400;
  font-style: normal;
  font-size: 1.4rem;
  line-height: 2rem;
}
.amscroll-page-num.-amscroll-button {
  display: inline-block;
  padding: 5px 14px;
  border: 1px solid #c2c2c2;
  border-radius: 2px;
  background: #fbfbfb;
}
.amscroll-page-num.-amscroll-divider {
  border-bottom: 1px solid #c2c2c2;
}
.amscroll-page-num.-amscroll-background {
  background: #fbfbfb;
}
.am-word-break {
  word-wrap: break-word;
  word-break: break-word;
}
.ie11 .am-word-break {
  word-break: break-all;
}
.amscroll-arrow-icon {
  width: 14px;
  height: 28px;
  background: url('../Amasty_Scroll/images/arrow.svg');
}
.amscroll-chevron-icon {
  width: 24px;
  height: 24px;
  background: url('../Amasty_Scroll/images/chevron.svg');
}
@-webkit-keyframes amScrollRotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.amscroll-loading-block {
  margin: 0 auto;
  padding: 10px 0;
  width: 20px;
  height: 20px;
}
.amscroll-loading-icon {
  min-width: 20px;
  height: 20px;
}
.amscroll-loading-icon.-amscroll-animate {
  animation: amScrollRotate 1.5s linear infinite;
}
.amscroll-load-button {
  display: flex;
  align-items: center;
  margin: 5px auto;
  padding: 5px 20px;
  max-width: 100%;
  width: max-content;
  border: 1px solid;
  border-radius: 2px;
  background-color: transparent;
  text-align: center;
  text-transform: capitalize;
  letter-spacing: .03em;
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 2rem;
  cursor: pointer;
  transition: color 0.2s;
}
._keyfocus .amscroll-load-button:focus {
  box-shadow: none;
}
.amscroll-load-button:not(.focus-visible) {
  border-color: transparent !important;
}
.amscroll-load-button:hover,
.amscroll-load-button:focus,
.amscroll-load-button:active {
  background-color: transparent;
}
.amscroll-load-button:hover > .amscroll-text {
  filter: brightness(0.8);
}
.ie11 .amscroll-load-button {
  width: 120px;
}
.amscroll-load-button > .amscroll-text {
  word-break: break-word;
  word-wrap: break-word;
  transition: filter 0.2s;
  pointer-events: none;
  user-select: none;
}
.ie11 .amscroll-load-button > .amscroll-text {
  word-break: break-all;
}
.ie11 .amscroll-load-button > .amscroll-text {
  word-break: break-all;
}
.ie11 .amscroll-load-button > .amscroll-text {
  word-break: break-all;
}
.ie11 .amscroll-load-button > .amscroll-text {
  word-break: break-all;
}
.amscroll-load-button > .amscroll-loading-icon {
  display: none;
  margin-right: 10px;
}
.amscroll-load-button.-amscroll-loading {
  pointer-events: none;
  user-select: none;
}
.amscroll-load-button.-amscroll-loading > .amscroll-loading-icon {
  display: block;
}
.amscroll-arrow-style {
  padding: 0;
  width: 50px;
  height: 50px;
  border-radius: 100px;
}
.amscroll-arrow-style:before {
  border-radius: 100px;
}
.amscroll-arrow-style:after {
  width: 14px;
  height: 28px;
  background: url('../Amasty_Scroll/images/arrow.svg');
}
.amscroll-arrow-style .amscroll-text {
  display: none;
}
.amscroll-text-style {
  padding-right: 7px;
  border-radius: 100px;
  transform: rotate(-90deg) translate(60px, 60px);
}
.amscroll-text-style:before {
  border-radius: 100px;
}
.amscroll-text-style:after {
  width: 24px;
  height: 24px;
  background: url('../Amasty_Scroll/images/chevron.svg');
}
.amscroll-edge-style {
  right: 0;
  padding: 4px 26px 4px 20px;
  border-radius: 20px 20px 0 0;
  transform: rotate(-90deg) translate(71px, 72px);
}
.amscroll-edge-style .amscroll-text {
  margin-right: 20px;
}
.amscroll-edge-style:before {
  border-radius: 20px 20px 0 0;
}
.amscroll-edge-style:after {
  width: 14px;
  height: 28px;
  background: url('../Amasty_Scroll/images/arrow.svg');
  transform: rotate(90deg) translateX(2px);
}
.amscroll-backtotop-block {
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  right: 30px;
  bottom: 30px;
  z-index: 99999;
  overflow: hidden;
  box-sizing: border-box;
  padding: 6px 12px;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  color: #ffffff;
  transition: right 0.2s;
}
.amscroll-backtotop-block:not(.-amscroll-active) {
  right: -60px !important;
}
._keyfocus .amscroll-backtotop-block:focus,
.amscroll-backtotop-block:not(.primary) {
  box-shadow: none;
}
.amscroll-backtotop-block:hover,
.amscroll-backtotop-block:focus,
.amscroll-backtotop-block:active {
  border: 0;
  box-shadow: none;
  color: #ffffff;
}
.amscroll-backtotop-block .amscroll-text {
  position: relative;
  z-index: 1;
  margin-right: 10px;
  font-weight: 600;
  font-size: 1.8rem;
  line-height: 2.5rem;
}
.amscroll-backtotop-block:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  display: block;
  width: 100%;
  height: 100%;
  background-color: inherit;
  content: '';
  opacity: 0;
  filter: brightness(0.8);
  transition: opacity 0.2s;
}
.amscroll-backtotop-block:after {
  position: relative;
  z-index: 1;
  display: inline-block;
  content: '';
}
.amscroll-backtotop-block:hover:before {
  opacity: 1;
}
.amskit-toolbar-wrap {
  background: #ffffff;
  border-radius: 10px;
  bottom: 10px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.25);
  left: 3%;
  position: fixed;
  width: 300px;
  z-index: 9999;
}
.amskit-toolbar-wrap.-open:after {
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 35%, #ffffff);
  bottom: 15px;
  content: '';
  height: 25px;
  left: 0;
  pointer-events: none;
  position: absolute;
  width: 100%;
}
.amskit-toolbar-wrap.-open {
  padding-bottom: 15px;
}
.amskit-toolbar-box {
  background: #e4e4e4;
  border-radius: 10px;
  box-sizing: border-box;
  cursor: pointer;
  padding: 10px 20px;
}
.amskit-toolbar-box.-open {
  border-radius: 10px 10px 0 0;
  cursor: auto;
}
.amskit-toolbar-box > .amskit-title {
  color: #000000;
  display: inline-block;
  font-size: 18px;
  font-weight: 600;
  line-height: 30px;
}
.amskit-toolbar-box > .amskit-title:before {
  content: '';
  display: inline-block;
  height: 30px;
  margin-right: 10px;
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMCIgaGVpZ2h0PSIzMCIgZmlsbD0ibm9uZSI+PGNpcmNsZSBjeD0iMTUiIGN5PSIxNSIgcj0iMTUiIGZpbGw9IiNGRjk0MTYiLz48cGF0aCBmaWxsPSIjZmZmIiBkPSJNNyA3Ljc1MmMwIC40ODUuMDE4LjkxMS4wMTggMS4zOTZ2Ny43MDVsLjAwMSAzLjU5OGMwIC41ODktLjAxNSAxLjE4MiAwIDEuNzcydi4wMjZjMCAuNDA2LjM0Ny43NTEuNzU0Ljc1MWgxNC40NzJjLjM5NiAwIC43NzItLjM0NS43NTQtLjc1LS4wMi0uNDA2LS4zMzItLjc1Mi0uNzU0LS43NTJINy43OGwuNzU0Ljc1MXYtMS40NTNsLS4wMDEtMy40NFYxMy4xNCA5LjQ5M2MwLS41OS0uMDAzLTEuMTI1LS4wMTgtMS43MTR2LS4wMjdjMC0uMzk0LS4zMzYtLjc3LS43NDItLjc1MS0uNDE5LjAxOC0uNzczLjMzLS43NzMuNzUxeiIvPjxwYXRoIGZpbGw9IiNmZmYiIGQ9Ik0xMC42MzYgMTguNzA2djMuNDk3YzAgLjQxOC4zMzUuODE2LjcyOC43OTZhLjc3OS43NzkgMCAwIDAgLjcyNy0uNzk2di0zLjA1Mi0uNDQ1YzAtLjQxOC0uMzM0LS44MTYtLjcyNy0uNzk2YS43NzYuNzc2IDAgMCAwLS43MjguNzk2ek0xNC4yNzMgMTUuMTF2Ny4wNTNjMCAuNDM5LjMzNC44NTcuNzI3LjgzNi4zOTMtLjAyLjcyNy0uMzY4LjcyNy0uODM2di02LjE3LS44ODNjMC0uNDM5LS4zMzQtLjg1Ny0uNzI3LS44MzYtLjM5My4wMi0uNzI3LjM2OC0uNzI3LjgzNnpNMTcuOTEgMTUuODV2Ni4yOTljMCAuNDQ3LjMzNC44NzEuNzI3Ljg1LjM5Mi0uMDIxLjcyNy0uMzc0LjcyNy0uODV2LTUuNTItLjc3OGMwLS40NDctLjMzNS0uODcyLS43MjctLjg1LS4zOTMuMDIxLS43MjguMzc0LS43MjguODV6TTIxLjU0NiAxMi44OTNWMjIuMTk4YzAgLjQyLjMzNC44MjEuNzI3LjgwMS4zOTMtLjAyLjcyNy0uMzUyLjcyNy0uODAxdi0zLjE0LTUuMDA2LTEuMTU5YzAtLjQyLS4zMzQtLjgyMS0uNzI3LS44MDEtLjM5My4wMi0uNzI3LjM1Mi0uNzI3LjgwMXpNOC4zODIgMTYuMDI3bDIuMDA4LTEuMzg2YzEuMDYyLS43MzIgMi4xMi0xLjQ2OCAzLjE4My0yLjJsLjczOS0uNTExYy4zMjQtLjIyMS41LS42NjguMjcxLTEuMDI5LS4yMDctLjMxOS0uNjg2LS41MS0xLjAzMi0uMjdsLTIuMDA4IDEuMzg1Yy0xLjA2My43MzMtMi4xMjIgMS40NjktMy4xODQgMi4ybC0uNzM4LjUxMWMtLjMyNS4yMjItLjUwMi42NjktLjI3MiAxLjAzLjIxMS4zMjIuNjg2LjUxIDEuMDMzLjI3eiIvPjxwYXRoIGZpbGw9IiNmZmYiIGQ9Ik0xMy43MzIgMTIuMDA5bDMuMjQ3LjYyLjQ2OC4wOWMuMzg0LjA3NS44MzItLjExLjkyNi0uNTI2LjA4My0uMzcyLS4xMTMtLjg0NS0uNTI3LS45MjRsLTMuMjQ4LS42Mi0uNDY3LS4wOWMtLjM4NC0uMDc0LS44MzMuMTEtLjkyNy41MjYtLjA4Ny4zNjguMTEzLjg0NS41MjguOTI0eiIvPjxwYXRoIGZpbGw9IiNmZmYiIGQ9Ik0xOC4xNzcgMTIuNTI0YzEuMTA4LTEuMTk4IDIuMjE2LTIuMzkyIDMuMzIzLTMuNTkuMTU1LS4xNy4zMTMtLjMzOC40NjgtLjUwNy4yNjctLjI5LjMwOC0uNzgxIDAtMS4wNjMtLjI5LS4yNjYtLjc4LS4zMDgtMS4wNjcgMC0xLjEwNyAxLjE5OC0yLjIxNSAyLjM5Mi0zLjMyMyAzLjU5LS4xNTQuMTY5LS4zMTIuMzM4LS40NjcuNTA3LS4yNjcuMjg5LS4zMDkuNzggMCAxLjA2My4yOS4yNjYuNzguMzA3IDEuMDY2IDB6Ii8+PHBhdGggZmlsbD0iI2ZmZiIgZD0iTTIwLjY3NSA3Ljg5N3YyLjM1YzAgLjM5NS4zNDcuNzcuNzU0Ljc1Mi40MDctLjAxOS43NTMtLjMzLjc1My0uNzUxdi0yLjM1YzAtLjM5NS0uMzQ2LS43Ny0uNzUzLS43NTItLjQxLjAyLS43NTQuMzMtLjc1NC43NTF6Ii8+PHBhdGggZmlsbD0iI2ZmZiIgZD0iTTIxLjQyOSA3LjE0NmMtLjc1Ny4wMDgtMS41MTUuMDExLTIuMjcyLjAxOS0uMzk2LjAwNC0uNzcyLjM0Mi0uNzU0Ljc1LjAyLjQwNi4zMzIuNzU2Ljc1NC43NTIuNzU3LS4wMDggMS41MTUtLjAxMSAyLjI3Mi0uMDE5LjM5Ni0uMDA0Ljc3Mi0uMzQyLjc1My0uNzUtLjAxOC0uNDA2LS4zMzEtLjc1Ni0uNzUzLS43NTJ6Ii8+PC9zdmc+) no-repeat center;
  vertical-align: top;
  width: 30px;
}
.amskit-toolbar-box > .amskit-arrow {
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNCIgaGVpZ2h0PSI4IiBmaWxsPSJub25lIj48cGF0aCBzdHJva2U9IiNCMkIyQjIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgc3Ryb2tlLXdpZHRoPSIxLjUiIGQ9Ik0xMyA3TDcgMSAxIDciLz48L3N2Zz4=) no-repeat center;
  display: inline-block;
  float: right;
  height: 30px;
  width: 12px;
}
.amskit-toolbar-box.-open > .amskit-arrow {
  cursor: pointer;
  transform: rotate(180deg);
}
.amskit-toolbar-content {
  background: #ffffff;
  box-sizing: border-box;
  color: #000000;
  font-size: 14px;
  max-height: 75vh;
  padding: 10px;
  overflow: auto;
}
.amskit-toolbar-content .amskit-table {
  table-layout: fixed;
}
.amskit-toolbar-content > .amskit-title {
  border-bottom: 1px solid #e4e4e4;
  font-size: 16px;
  font-weight: 600;
  margin: 10px;
  padding: 0 0 10px;
}
.amskit-toolbar-content > .amskit-background {
  background: #f6f6f6;
  margin: 5px -10px 25px;
  padding: 10px;
}
.amskit-toolbar-content .amskit-cell {
  word-break: break-word;
  word-wrap: break-word;
}
.amskit-toolbar-content .amskit-cell.-indent {
  padding-left: 35px;
}
.amskit-toolbar-content .amskit-description {
  color: #adadad;
  font-size: 12px;
}
.amskit-toolbar-content .amskit-description.-headings {
  padding-left: 25px;
}
.amskit-toolbar-content .amskit-icon {
  padding-left: 25px;
  position: relative;
}
.amskit-toolbar-content .amskit-icon:before {
  content: '';
  display: inline-block;
  height: 18px;
  left: 0;
  position: absolute;
  width: 18px;
}
.amskit-toolbar-content .amskit-icon.-warning:before {
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxOCIgaGVpZ2h0PSIxOCIgZmlsbD0ibm9uZSI+PGNpcmNsZSBjeD0iOSIgY3k9IjkiIHI9IjkiIGZpbGw9IiNFQjU3NTciLz48cGF0aCBzdHJva2U9IiNmZmYiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLXdpZHRoPSIyIiBkPSJNOSA0djYuNSIvPjxjaXJjbGUgY3g9IjkiIGN5PSIxNCIgcj0iMSIgZmlsbD0iI2ZmZiIvPjwvc3ZnPg==) no-repeat center;
}
.amskit-toolbar-content .amskit-icon.-normal:before {
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxOCIgaGVpZ2h0PSIxOCIgZmlsbD0ibm9uZSI+PGNpcmNsZSBjeD0iOSIgY3k9IjkiIHI9IjkiIGZpbGw9IiMxNzg3RTAiLz48cGF0aCBzdHJva2U9IiNmZmYiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgc3Ryb2tlLXdpZHRoPSIyIiBkPSJNNS41IDlsMy4xMjUgM0wxMi41IDciLz48L3N2Zz4=) no-repeat center;
}
.amskit-headings-wrap {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.amskit-headings-wrap > .amskit-item {
  margin-bottom: 5px;
  margin-left: 8px;
  text-align: center;
}
.amskit-headings-wrap .amskit-head {
  text-transform: uppercase;
}
.amskit-page-links {
  list-style: none;
  margin: 0;
  padding: 0;
}
.amskit-page-links > .amskit-item {
  padding-left: 10px;
  position: relative;
}
.amskit-page-links > .amskit-item:before {
  background: 55b 4ff;
  border-radius: 50%;
  content: '';
  display: inline-block;
  height: 5px;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 5px;
}
.amskit-page-links .amskit-label {
  display: inline-block;
  width: 80%;
}
.amskit-separator-wrap {
  background: #c4c4c4;
  height: 1px;
  margin: 15px 0;
  position: relative;
}
.amskit-separator-wrap ~ .amskit-url {
  display: none;
}
.amskit-separator-wrap > .amskit-button {
  background: #ffffff;
  border: 1px solid #c4c4c4;
  border-radius: 20px;
  color: #c4c4c4;
  cursor: pointer;
  font-size: 10px;
  height: 20px;
  left: 50%;
  line-height: 20px;
  -ms-transform: translate(-50%, -50%);
  padding: 0 10px;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -webkit-transition: all .3s ease;
  transform: translate(-50%, -50%);
  transition: all .3s ease;
}
.amskit-separator-wrap > .amskit-button:hover {
  border-color: #1787e0;
  color: #1787e0;
}
@media (min-width: 480px) {
  .amskit-toolbar-wrap.-open {
    width: 450px;
  }
  .amskit-page-links .amskit-label {
    width: 55%;
  }
}
.ambase-word-break,
.amslider .swiper-slide .ambrands-label,
.amslider .slide .category-item-title,
.amslider .swiper-slide .swiper-category-item {
  word-wrap: break-word;
  word-break: break-word;
}
.ie11 .ambase-word-break,
.ie11 .amslider .swiper-slide .ambrands-label,
.ie11 .amslider .slide .category-item-title,
.ie11 .amslider .swiper-slide .swiper-category-item {
  word-break: break-all;
}
.columns .column.main {
  max-width: 100%;
}
.icon .brand-label {
  float: left;
}
.amshopby-morefrom .products-grid .product-item {
  width: auto;
}
.amshopby-morefrom .product-image-container {
  min-width: auto;
}
.ambrands-menu-item.parent .ambrands-link.level-top:after {
  content: '';
}
.ui-tooltip.ui-widget {
  padding: 5px 10px;
  max-width: 250px;
  border: 1px solid #cccccc;
  background: #fff;
  box-shadow: 1px 0 3px #cccccc;
  word-wrap: break-word;
}
.ui-tooltip .arrow {
  position: absolute;
  bottom: -15px;
  width: 20px;
  height: 15px;
}
.ui-tooltip .arrow:after {
  position: absolute;
  border-top: 10px solid #cccccc;
  content: '';
}
.ui-tooltip .arrow:before {
  position: absolute;
  top: -1px;
  z-index: 9;
  border-top: 9px solid #fff;
  content: '';
}
.ui-tooltip .arrow.top {
  top: -15px;
  transform: scale(1, -1);
}
.ui-tooltip .arrow.left {
  left: 15px;
}
.ui-tooltip .arrow.left:before {
  left: 1px;
  border-right: 19px solid transparent;
}
.ui-tooltip .arrow.left:after {
  border-right: 20px solid transparent;
}
.ui-tooltip .arrow.right {
  right: 15px;
}
.ui-tooltip .arrow.right:before {
  right: 1px;
  border-left: 19px solid transparent;
}
.ui-tooltip .arrow.right:after {
  border-left: 20px solid transparent;
}
.ui-tooltip .am-brand-small_image {
  display: block;
  margin: auto;
  max-width: 150px;
}
.ui-tooltip .am-brand-image {
  display: block;
  margin: auto;
  max-width: 400px;
}
.ui-tooltip .ui-tooltip-content h3 {
  margin: 5px 0;
}
.amslider * {
  margin: 0;
  padding: 0;
}
.amslider {
  position: relative;
  margin: 30px auto;
}
.amslider .swiper-pagination {
  position: static;
  padding-bottom: 35px;
}
.amslider .swiper-container > .wrapper {
  text-align: center;
}
.amslider .swiper-container {
  overflow: hidden;
}
.amslider .swiper-slide .ambrands-label {
  margin-top: 10px;
  min-height: 40px;
  color: #333333;
  font-weight: 600;
  font-size: 14px;
  line-height: 19px;
}
.amslider .swiper-pagination-bullet {
  margin: 0 6px;
  width: 6px;
  height: 6px;
  background: #333333;
}
.amslider .swiper-pagination-bullet-active {
  background: #1979c2;
}
.amslider .swiper-slide {
  text-align: center;
  font-size: 18px;
}
.amslider .category-item .category-item-title {
  margin: auto;
}
.amslider .slide .category-item-title,
.amslider .swiper-slide .swiper-category-item {
  font-size: 15px;
  line-height: 1.2;
}
.amslider .wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.amslider .ambrands-empty {
  margin: auto;
}
.amslider .swiper-button-next,
.amslider .swiper-button-prev {
  top: calc(50% - (40px / 2));
  z-index: 2;
  margin-top: 0;
  width: 40px;
  height: 40px;
  border: none;
  border-radius: 50%;
  background-color: #1979c2;
  background-position: center;
  background-size: 20px;
  background-repeat: no-repeat;
  box-shadow: none;
}
.amslider .swiper-button-next:hover,
.amslider .swiper-button-prev:hover {
  background-color: #006bb4;
}
.amslider .swiper-button-next:after,
.amslider .swiper-button-prev:after {
  content: '';
}
.amslider .swiper-button-next:active,
.amslider .swiper-button-prev:active {
  background-color: #95b5d7;
}
.amslider .swiper-button-next.swiper-button-disabled,
.amslider .swiper-button-prev.swiper-button-disabled {
  background-color: #ececec;
  opacity: 1;
}
.amslider .swiper-button-next {
  right: -40px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTE1LjQ1NCA5Ljg3N0w3LjEwOC45MDkgNS42NSAyLjM1bDcuMDA4IDcuNTI4LTcuMjA1IDcuNzc0IDEuNDE3IDEuNDQgOC4xMS04LjY4LjQ3My0uNTM0eiIgZmlsbD0iI2ZmZiIvPjwvc3ZnPg==);
}
.amslider .swiper-button-prev {
  left: -40px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTQuNTQ2IDEwLjEyM2w4LjM0NiA4Ljk2OCAxLjQ1Ny0xLjQ0LTcuMDA4LTcuNTI4IDcuMjA1LTcuNzc0LTEuNDE3LTEuNDQtOC4xMSA4LjY4LS40NzMuNTM0eiIgZmlsbD0iI2ZmZiIvPjwvc3ZnPg==);
}
.amslider-header-container {
  padding: 40px 10px 0;
  color: #333333;
  text-align: center;
  font-weight: 700;
  font-style: normal;
  font-size: 22px;
  line-height: 1.4;
}
.children-category .amslider {
  position: relative;
  left: inherit;
  display: block;
  margin: 0 50px;
  width: 100%;
  transform: inherit;
}
.amslider.ambrands-slider {
  margin-top: 20px;
  padding: 0;
  max-width: 100%;
}
.amslider.ambrands-slider .ambrands-inner {
  position: relative;
  padding-bottom: 10px;
}
.amslider.ambrands-slider .ambrands-swiper-brand {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.amslider.ambrands-slider .ambrands-image-block {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-grow: 1;
  margin: 0 auto;
}
.amslider.ambrands-slider .ambrands-image-block .ambrands-image {
  max-width: 100%;
  max-height: 100%;
  width: auto;
}
.amslider.ambrands-slider .slide {
  align-items: stretch;
}
.amslider.ambrands-slider .slide .ambrands-image-block {
  overflow: hidden;
  margin-bottom: 10px;
}
.amslider.ambrands-slider .swiper-slide {
  display: flex;
  align-items: stretch;
  padding: 0;
  height: auto;
}
.amslider .slide {
  display: flex;
  align-items: flex-start;
  flex-basis: 30%;
  justify-content: center;
  margin: 0 9px 20px 0;
  max-width: 30%;
  color: #333333;
  text-align: center;
}
.amslider .slide .category-item {
  position: relative;
  padding: 10px;
  width: 100%;
  border: 1px solid #fff;
}
.amslider .slide .category-item:hover,
.amslider .slide .category-item.active {
  position: relative;
  z-index: 2;
  padding: 10px;
  border-color: #bbb;
  box-shadow: 3px 3px 4px 0 rgba(0, 0, 0, 0.3);
}
.amslider .slide .category-item.category-item-label img {
  margin-bottom: 25px;
}
.amslider .slide .ambrands-swiper-brand .ambrands-image {
  height: auto;
}
.children-category-container.swiper-container {
  margin: auto;
  width: calc(100% - 2 * 40px);
}
.children-category-container .swiper-wrapper {
  align-items: baseline;
}
.amslider .swiper-slide {
  box-sizing: border-box;
  padding: 10px;
  color: #333333;
}
.amslider .swiper-slide .swiper-category-item {
  padding: 10px 0;
  border: 1px solid #fff;
}
.amslider .swiper-slide .swiper-category-item img {
  height: auto;
}
.amslider .swiper-slide .swiper-category-item.category-item-label img {
  margin-bottom: 25px;
}
.amslider .swiper-slide .swiper-category-item:hover,
.amslider .swiper-slide .swiper-category-item.active {
  margin: 0;
  border: 1px solid #bbb;
  background: #fff;
  box-shadow: 3px 3px 4px 0 rgba(0, 0, 0, 0.3);
}
.amslider .swiper-slide .ambrands-swiper-brand .ambrands-empty {
  display: inline-block;
  margin: 0 auto;
  color: #e2e2e2;
}
.amslider .swiper-slide:hover,
.amslider .slide:hover {
  text-decoration: none;
}
#category-carousel .swiper-button-next {
  right: 0;
}
#category-carousel .swiper-button-prev {
  left: 0;
}
#category-carousel .swiper-button-next,
#category-carousel .swiper-button-prev {
  top: 50%;
  margin: 0;
  transform: translateY(-50%);
}
#category-carousel .swiper-button-next:hover,
#category-carousel .swiper-button-prev:hover {
  opacity: 1;
  transition: all .3s ease;
}
.amslider .swiper-slide .swiper-category-item:not(:root:root),
.amslider .swiper-slide .ambrands-swiper-brand:not(:root:root),
.amslider .slide .category-item:not(:root:root) {
  padding: 10px;
}
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .ambrands-swiper-brand {
    width: 100%;
  }
  .ambrands-swiper-brand .ambrands-empty {
    width: 100%;
  }
}
.am-visually-hidden {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 0;
  margin: 0;
  opacity: 0;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 0;
}
.am-word-break {
  word-break: break-word;
  word-wrap: break-word;
}
.ie11 .am-word-break {
  word-break: break-all;
}
.ui-tooltip .arrow {
  left: 8px;
  width: 15px;
}
.ui-tooltip .arrow:after {
  border-right: 15px solid transparent;
}
.ui-tooltip .arrow:before {
  border-right: 14px solid transparent;
}
.amslider-container {
  margin: auto;
  margin-bottom: 15px;
  width: 100%;
}
.am-rating-up {
  font-size: smaller;
}
.amshopby-highlighted {
  background-color: #ffff00;
}
.amshopby-item .filter-value {
  margin-left: 5px;
}
.amshopby-filter-tooltip {
  display: inline-block;
  margin-left: 6px;
  max-height: 16px;
  max-width: 16px;
  vertical-align: top;
}
.amshopby-filter-value .swatch-option.image,
.amshopby-filter-value .swatch-attribute.size .swatch-option,
.amshopby-filter-value .swatch-attribute.manufacturer .swatch-option {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.filter-options-item .filter-options-title:after {
  font-size: 14px;
}
.range.am-fromto-widget .am-filter-go {
  margin: 0 10px;
  vertical-align: top;
}
.amshopby-button {
  word-break: break-word;
  word-wrap: break-word;
  background: #1979c3;
  border-radius: 3px;
  color: #fff;
  font-size: 16px;
  letter-spacing: -.015em;
  line-height: 22px;
  min-height: 40px;
  text-align: center;
  transition: background 0.2s ease-in-out, border-color 0.2s ease-in-out;
}
.ie11 .amshopby-button {
  word-break: break-all;
}
.ie11 .amshopby-button {
  word-break: break-all;
}
.ie11 .amshopby-button {
  word-break: break-all;
}
.ie11 .amshopby-button {
  word-break: break-all;
}
.amshopby-button:not(.primary) {
  border-radius: 3px;
}
.amshopby-button:not(.primary),
.amshopby-button:not(.primary):active {
  box-shadow: none;
}
.amshopby-button:hover {
  background: #399ae6;
  border-color: #399ae6;
}
.amshopby-button:active,
.amshopby-button:focus {
  background: #135d96;
  border-color: #135d96;
}
.am-filter-go {
  word-break: break-word;
  word-wrap: break-word;
  background: #1979c3;
  border-radius: 3px;
  color: #fff;
  font-size: 16px;
  letter-spacing: -.015em;
  line-height: 22px;
  min-height: 40px;
  text-align: center;
  transition: background 0.2s ease-in-out, border-color 0.2s ease-in-out;
  margin: 15px 0 0;
  width: 25%;
}
.ie11 .am-filter-go {
  word-break: break-all;
}
.ie11 .am-filter-go {
  word-break: break-all;
}
.ie11 .am-filter-go {
  word-break: break-all;
}
.ie11 .am-filter-go {
  word-break: break-all;
}
.am-filter-go:not(.primary) {
  border-radius: 3px;
}
.am-filter-go:not(.primary),
.am-filter-go:not(.primary):active {
  box-shadow: none;
}
.am-filter-go:hover {
  background: #399ae6;
  border-color: #399ae6;
}
.am-filter-go:active,
.am-filter-go:focus {
  background: #135d96;
  border-color: #135d96;
}
input[type='text'].am-filter-price.-to.right {
  float: right;
}
.am-swatch-options {
  display: flex;
  flex-direction: column;
}
.am-swatch-options .swatch-option {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  margin: 0 10px 0 0;
}
.am-swatch-options > .item {
  padding-bottom: 4px;
}
.am-swatch-options > .item:hover {
  background-color: transparent;
}
.am-swatch-options .am-shopby-swatch-label {
  display: inline-block;
  max-width: 70%;
  vertical-align: middle;
  word-wrap: break-word;
}
.filter-options .am-swatch-wrapper {
  line-height: initial;
  margin: 0 0 5px !important;
}
.filter-options .am-swatch-wrapper.-amshopby-hidden {
  opacity: 0;
  position: absolute;
  visibility: hidden;
}
.catalog-topnav .filter-options {
  flex-wrap: wrap;
  min-height: 40px;
}
.catalog-topnav .filter-options .filter-options-item {
  border: 0;
  display: inline-block;
}
.catalog-topnav .filter-options .filter-options-content {
  background-color: #ffffff;
  border: 1px solid transparent;
  border-radius: 6px;
  box-shadow: 0 4px 8px rgba(190, 199, 219, 0.21), 0 6px 25px rgba(190, 199, 219, 0.28);
  margin-top: 12px;
  min-width: 100px;
  position: absolute;
  z-index: 9999;
}
.catalog-topnav .filter-options .am-filter-items-rating li {
  margin: 0 0 10px;
}
.catalog-topnav .filter-options .am-filter-items-rating li:last-child {
  margin: 0;
}
.catalog-topnav .block-actions {
  display: none;
}
.catalog-topnav {
  display: none;
}
.filter-options .chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
  right: 8px;
  top: 5px;
}
.page-layout-1column .filter-options-item.active .filter-options-content {
  padding: 10px 15px;
}
.page-layout-1column .filter-options-content li.item {
  padding: 0;
}
.filter [data-role='collapsible']:not([data-collapsible='true']) [data-role='content'] {
  display: none;
}
div.swatch-option-tooltip {
  z-index: 9999;
}
.swatch-option-tooltip .image,
.swatch-option-tooltip-layered .image {
  background-size: contain !important;
}
.filter-options .am-labels-folding .item {
  position: relative;
}
.filter-options .ui-menu {
  display: block;
  list-style: none;
  margin: 0;
  outline: 0;
  padding: 0;
}
.filter-options .ui-menu .ui-menu {
  position: absolute;
}
.filter-options .ui-menu .ui-menu-item {
  cursor: pointer;
  list-style: none;
  margin: 0;
}
.filter-options .ui-menu .ui-menu-item-wrapper {
  padding: 3px 1em 3px .4em;
  position: relative;
}
.filter-options .ui-menu .ui-menu-divider {
  border-width: 1px 0 0;
  font-size: 0;
  height: 0;
  line-height: 0;
  margin: 5px 0;
}
.filter-options-content .am-swatch-wrapper {
  display: inline-block;
}
.filter-options-content .am-swatch-wrapper:hover .am-swatch-link {
  background: none;
}
.filter-options-content .am-swatch-wrapper > .input.-hidden {
  display: none;
}
.am-filter-items-attr_price {
  max-width: 350px;
  min-width: 130px;
}
.am-filter-items-attr_color .swatch-option.text {
  padding: 1px 2px;
  width: 30px;
}
.amasty-catalog-topnav.block.filter {
  flex-basis: auto;
}
.amasty-catalog-topnav .filter-options .item:last-child {
  margin-bottom: 0;
}
.amshopby-category-dropdown {
  background-color: #ffffff;
  border: 1px solid #adadad;
  cursor: pointer;
  display: block;
  font-weight: 400;
  min-height: 3.2rem;
  overflow: hidden;
  padding-right: 3.6rem;
  text-align: left;
  text-overflow: ellipsis;
  white-space: normal;
}
.amshopby-category-dropdown:after {
  border-color: #000000 transparent transparent;
  border-style: solid;
  border-width: .5rem .4rem 0;
  box-sizing: border-box;
  content: '';
  height: 0;
  margin-top: -.2rem;
  position: absolute;
  right: 1.2rem;
  top: 50%;
  transition: all .2s linear;
  width: 0;
}
.amshopby-category-dropdown:before {
  background-color: #e3e3e3;
  border: 1px solid #adadad;
  bottom: 0;
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  width: 3.2rem;
}
.am-category-wrapper {
  display: block;
  position: relative;
  user-select: none;
}
.am-category-wrapper.-active .amshopby-category-dropdown:after {
  transform: rotate(180deg);
}
.am-category-wrapper .amshopby-checkbox,
.am-category-wrapper .amshopby-radio {
  margin-left: 20px;
}
.am-category-wrapper .amshopby-filter-parent {
  padding-left: 0;
}
.am-category-wrapper .am-multiselect-crumb {
  background-color: #f5f5f5;
  border: 1px solid #a79d95;
  border-radius: 1px;
  display: inline-block;
  font-size: 1.2rem;
  margin: .3rem 0 .3rem .3rem;
  padding: .3rem 2.4rem .4rem 1rem;
  position: relative;
  transition: border-color 0.1s linear;
}
.am-category-wrapper .am-multiselect-crumb .action-close {
  background-color: transparent;
  border: none;
  border-radius: 0;
  bottom: 0;
  box-shadow: none;
  color: #514943;
  font-size: .5em;
  height: auto;
  line-height: 1;
  margin: 0;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 2rem;
}
.am-category-wrapper .am-multiselect-crumb .action-close:before {
  content: 'x';
  font-size: 10px;
  transition: color .1s linear;
}
.am-category-wrapper .am-multiselect-crumb .action-close > span {
  clip: rect(0, 0, 0, 0);
  display: none;
  overflow: hidden;
  position: absolute;
  visibility: hidden;
}
.filter-options .am-labels-folding .item {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 0 0 0 20px;
  position: relative;
}
.filter-options .am-labels-folding .item .am-input,
.filter-options [class*='am-filter-items-'].am-labels-folding .item:not(.swatch-option-link-layered) input[type='radio'],
.filter-options .amshopby-category-dropdown + form .item input[type='radio'],
.filter-options [class*='am-filter-items-'].am-labels-folding .item:not(.swatch-option-link-layered) input[type='checkbox'],
.filter-options .amshopby-category-dropdown + form .item input[type='checkbox'] {
  left: 0;
  margin: 0 5px 0 0;
  position: absolute;
  top: 4px;
}
.filter-options .am-labels-folding .item .am-collapse-icon ~ .am-input {
  left: 20px;
}
.filter-options .am-labels-folding .item .am-collapse-icon ~ [class*='am-filter-item-'] {
  padding-left: 20px;
}
.filter-options .amshopby-category-dropdown + form .item {
  flex-wrap: wrap;
}
.filter-options [class*='am-filter-items-'].am-labels-folding .item:not(.swatch-option-link-layered),
.filter-options .amshopby-category-dropdown + form .item {
  display: block;
  position: relative;
}
.filter-options [class*='am-filter-items-'].am-labels-folding .item:not(.swatch-option-link-layered) .am-collapse-icon ~ .am-input,
.filter-options .amshopby-category-dropdown + form .item .am-collapse-icon ~ .am-input,
.filter-options [class*='am-filter-items-'].am-labels-folding .item:not(.swatch-option-link-layered) .am-collapse-icon ~ input[type='radio'],
.filter-options .amshopby-category-dropdown + form .item .am-collapse-icon ~ input[type='radio'],
.filter-options [class*='am-filter-items-'].am-labels-folding .item:not(.swatch-option-link-layered) .am-collapse-icon ~ input[type='checkbox'],
.filter-options .amshopby-category-dropdown + form .item .am-collapse-icon ~ input[type='checkbox'],
.filter-options [class*='am-filter-items-'].am-labels-folding .item:not(.swatch-option-link-layered) .am-collapse-icon ~ input[type='checkbox'] + .amshopby-choice,
.filter-options .amshopby-category-dropdown + form .item .am-collapse-icon ~ input[type='checkbox'] + .amshopby-choice {
  left: 20px;
}
.filter-options .amshopby-category-dropdown + form .items.-am-multiselect .item .items-children.-folding {
  padding-left: 20px;
}
.am-labels-folding .am-collapse-icon,
.filter-options .amshopby-category-dropdown + form .items.-am-multiselect .item .am-collapse-icon {
  display: flex;
  align-items: center;
  align-self: flex-start;
  left: 0;
  top: 0;
}
.am-labels-folding .am-collapse-icon:after,
.filter-options .amshopby-category-dropdown + form .items.-am-multiselect .item .am-collapse-icon:after,
.am-labels-folding .am-show-more:before {
  margin: 0;
  position: static;
}
.am-collapse-icon {
  -webkit-font-smoothing: antialiased;
  border-radius: 50%;
  box-sizing: border-box;
  cursor: pointer;
  font-style: normal;
  font-weight: 400;
  height: 20px;
  line-height: 1;
  position: absolute;
  width: 20px;
}
.am-collapse-icon:after,
.am-show-more:before {
  background: url("../Amasty_Shopby/images/svg/arrow-bottom.svg") no-repeat 100% / contain;
  content: '';
  height: 20px;
  position: absolute;
  right: 0;
  width: 12px;
}
.am-collapse-icon.-active:after {
  content: '';
  transform: rotate(180deg);
}
.amshopby-option-link {
  clear: both;
  display: inline-block;
  margin-right: 5px;
}
.amshopby-option-link img {
  float: left;
  margin: 0 5px 5px 0;
}
.amshopby-option-link img:not([src*='/resized']) {
  max-height: 30px;
  max-width: 30px;
}
.amshopby-item-removed {
  text-decoration: none;
}
.am-category-image {
  vertical-align: middle;
}
.amshopby-filter-current .filter-label {
  vertical-align: middle;
}
.amshopby-filter-current .amshopby-items {
  padding: 0 0 0 10px;
}
.amshopby-filter-current .amshopby-item.item {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 0 0 0 20px;
  position: relative;
}
.amshopby-filter-current .amshopby-filter-name {
  display: flex;
  font-weight: 600;
  padding: 0 5px 0 0;
}
.amshopby-filter-current .amshopby-filter-name:after {
  content: ':';
}
.ie11 .amshopby-filter-current .amshopby-filter-name:after {
  padding-left: 1px;
}
.amshopby-filter-current .amshopby-filter-value {
  flex-grow: 1;
}
.amshopby-filter-current .am-swatch-link {
  display: flex;
  align-items: center;
}
.amshopby-filter-current .amshopby-filter-value .am-swatch-options .swatch-option {
  margin: 0;
}
.amshopby-filter-current .amshopby-remove {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 12px;
  left: 0;
  position: absolute;
  width: 12px;
}
.ie11 .amshopby-filter-current .amshopby-remove {
  top: calc(50% - (12px / 2));
}
.amshopby-filter-current .amshopby-remove:hover:after,
.amshopby-filter-current .amshopby-remove:hover:before {
  background-color: #494949;
}
.amshopby-filter-current .amshopby-remove:hover ~ * {
  opacity: .5;
}
.amshopby-filter-current .amshopby-remove:after,
.amshopby-filter-current .amshopby-remove:before {
  background-color: #c7c7c7;
  content: '';
  height: 1px;
  position: absolute;
  width: 100%;
}
.amshopby-filter-current .amshopby-remove:after {
  transform: rotate(45deg);
}
.amshopby-filter-current .amshopby-remove:before {
  transform: rotate(-45deg);
}
.amshopby-filter-current .am-shopby-swatch-label {
  margin-left: 10px;
}
.amshopby-filter-current .swatch-option-link-layered {
  display: flex;
  align-items: center;
  flex-basis: 100%;
}
.amshopby-filter-current .item {
  padding-bottom: 0;
}
.am-dropdown .am-select,
.am-dropdown .chosen-container .chosen-choices {
  background-color: #ffffff;
  border-color: #cccccc;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 14px;
  min-height: 32px;
}
.am-dropdown .chosen-container .chosen-choices {
  background-image: none;
}
.am-dropdown .chosen-container-multi .chosen-choices li.search-field input[type='text'] {
  color: #000000;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  min-width: 100px;
}
.filter-options-content [class*='am-filter-items-'] .label {
  word-break: break-word;
}
.am-porto-cmtb .amshopby-filter-current.filter-current .amshopby-item.item {
  display: flex;
  align-items: center;
  padding: 0 0 10px 20px;
}
.am-porto-cmtb .amshopby-filter-current.filter-current .items {
  padding: 15px;
}
.am-porto-cmtb .amshopby-filter-current.filter-current .am-show-more {
  padding: 12px 25px 0 0;
}
.am-porto-cmtb .amshopby-filter-current.filter-current .category-image .image {
  display: block;
  max-width: 100%;
  width: auto;
  height: auto;
}
.am-porto-cmtb .filter-options-content .swatch-option {
  min-width: 22px;
  width: 22px;
  height: 22px;
  border: none;
  background-position: center center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
}
.am-porto-cmtb .page-wrapper > .page-header {
  z-index: 900;
}
.am-porto-cmtb .page-main {
  z-index: 9;
}
.am-porto-cmtb .am-show-more:hover {
  color: #006bb4 !important;
}
.filter-options-item .filter-options-content .amshopby-slider-wrapper {
  margin: 0 10px;
}
.amasty-catalog-topnav .filter-options-item .filter-options-content .amshopby-slider-wrapper,
.filter-options-item .filter-options-content .amshopby-slider-wrapper > .items:not(.items-children):not(.am-category-view),
.filter-options-item .filter-options-content .amshopby-slider-wrapper .amshopby-fromto-wrap {
  margin: 0;
}
.amshopby-slider-container {
  margin: 10px 0 5px;
}
.amshopby-slider-container .ui-slider-range {
  position: absolute;
  z-index: 2;
}
.amshopby-slider-container .am-slider:not(.-loaded) {
  opacity: 0;
  visibility: hidden;
}
.amshopby-slider-container .am-slider:before,
.amshopby-slider-container .am-slider:after {
  border-radius: 20px;
  content: '';
  position: absolute;
  z-index: 1;
}
.amshopby-slider-container .am-slider .ui-slider-handle {
  cursor: pointer;
  display: flex;
  justify-content: center;
  margin: 0;
  overflow: inherit;
  padding: 0;
}
.amshopby-slider-container .amshopby-slider-display {
  margin: 10px 0 0;
  text-align: center;
}
.amshopby-slider-container .ui-slider-handle.ui-state-hover ~ .ui-slider-handle,
.amshopby-slider-container .ui-slider-handle.ui-state-active ~ .ui-slider-handle {
  pointer-events: none;
  user-select: none;
}
.amshopby-slider-container .amshopby-slider-tooltip {
  border: 1px solid #ffffff;
  border-radius: 2px;
  bottom: calc(100% + 7px);
  box-sizing: border-box;
  display: flex;
  font-size: 12px;
  justify-content: center;
  letter-spacing: .03em;
  line-height: 1;
  padding: 3px;
  position: absolute;
  transition: none;
  z-index: 1;
}
.amshopby-slider-container .ui-slider-handle .amshopby-slider-corner {
  position: absolute;
  top: -12px;
  width: 8px;
  z-index: 2;
}
.amshopby-slider-container .ui-slider-handle .amshopby-slider-corner:before,
.amshopby-slider-container .ui-slider-handle .amshopby-slider-corner:after {
  border: 1px solid;
  border-color: inherit;
  box-sizing: content-box;
  clip-path: polygon(100% 0%, 0% 100%, 100% 100%);
  content: '';
  display: block;
  height: 6px;
  position: absolute;
  transform: rotate(45deg);
  width: 6px;
}
.amshopby-slider-container .ui-slider-handle .amshopby-slider-corner:after {
  background: inherit;
}
.amshopby-slider-container.-default .am-slider {
  background: #dadada;
  height: 10px;
  margin: 0 8px;
}
.amshopby-slider-container.-default .am-slider:before,
.amshopby-slider-container.-default .am-slider:after {
  height: 10px;
  width: 16px;
}
.amshopby-slider-container.-default .am-slider:before {
  left: -8px;
}
.amshopby-slider-container.-default .am-slider:after {
  right: -8px;
}
.amshopby-slider-container.-default .ui-slider-range {
  background: #b6b6b6;
  height: 10px;
}
.amshopby-slider-container.-default .am-slider .ui-slider-handle {
  border-radius: 50%;
  height: 16px;
  transform: translate(-8px, -3px);
  width: 16px;
}
.filter-options-item .filter-options-content .amshopby-fromto-wrap .am-fromto-widget {
  flex-wrap: wrap;
  margin-top: 10px;
}
.filter-options-item .filter-options-content .amshopby-slider-wrapper .amshopby-fromto-wrap .am-fromto-widget {
  margin-top: 25px;
}
.filter-options-item .filter-options-content .amshopby-slider-wrapper.-volumetric .amshopby-fromto-wrap .am-fromto-widget {
  margin-top: 35px;
}
.amasty-catalog-topnav .amshopby-fromto-wrap .am-fromto-widget {
  max-width: 210px;
}
.amshopby-fromto-wrap .am-fromto-widget > .amshopby-input-wrapper {
  max-width: 50%;
  position: relative;
  width: calc(50% - 7px);
}
.amshopby-fromto-wrap .am-fromto-widget .am-filter-price {
  background-clip: padding-box;
  border: 1px solid #dfdedd;
  color: #494949;
  font-size: 14px;
  height: 40px;
  letter-spacing: .03em;
  text-align: center;
  width: 100%;
}
.amshopby-fromto-wrap .am-fromto-widget > .delimiter {
  line-height: 40px;
  margin: 0;
  width: 14px;
}
.amshopby-fromto-wrap .am-fromto-widget > .am-filter-go {
  margin: 15px 0 0;
  width: 100%;
}
.amshopby-fromto-wrap .am-fromto-widget > .am-filter-go:not(.primary),
.amshopby-fromto-wrap .am-fromto-widget > .am-filter-go:active {
  box-shadow: none;
}
.amshopby-input-wrapper .amshopby-currency {
  background: #ffffff;
  bottom: calc(100% - 10px);
  color: #494949;
  font-size: 14px;
  left: 4px;
  letter-spacing: .03em;
  line-height: 16px;
  padding: 2px;
  position: absolute;
}
.amshopby-slider-tooltip {
  color: #ffffff;
}
.ui-slider-handle:not(.ui-state-hover):not(.ui-state-active) .amshopby-slider-corner,
.ui-slider-handle:not(.ui-state-hover):not(.ui-state-active) .amshopby-slider-tooltip {
  opacity: 0;
  visibility: hidden;
}
.amshopby-slider-container.-improved {
  margin-top: 30px;
}
.amshopby-slider-container.-improved .am-slider {
  background: #dfdedd;
  height: 4px;
  margin: 0 8px;
}
.amshopby-slider-container.-improved .am-slider:before,
.amshopby-slider-container.-improved .am-slider:after {
  background: #dfdedd;
  height: 4px;
  width: 16px;
}
.amshopby-slider-container.-improved .am-slider:before {
  left: -8px;
}
.amshopby-slider-container.-improved .am-slider:after {
  right: -8px;
}
.amshopby-slider-container.-improved .ui-slider-range {
  height: 4px;
}
.amshopby-slider-container.-improved .am-slider .ui-slider-handle {
  border-radius: 50%;
  height: 16px;
  top: -6px;
  transform: translateX(-8px);
  width: 16px;
}
.amshopby-slider-container.-volumetric {
  margin-top: 20px;
}
.amshopby-slider-container.-volumetric .am-slider {
  background: #dfdedd;
  border-radius: 20px;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.25);
  height: 4px;
  margin: 0 4px;
}
.amshopby-slider-container.-volumetric .am-slider:before,
.amshopby-slider-container.-volumetric .am-slider:after {
  display: none;
}
.amshopby-slider-container.-volumetric .ui-slider-range {
  border-radius: 20px;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.25);
  height: 4px;
}
.amshopby-slider-container.-volumetric .am-slider .ui-slider-handle {
  border-radius: 2px;
  height: 12px;
  transform: translate(-4px, 10px);
  width: 8px;
}
.amshopby-slider-container.-volumetric .am-slider .ui-slider-handle:before {
  background: inherit;
  bottom: calc(100% - 4px);
  clip-path: polygon(100% 0%, 0% 100%, 100% 100%);
  content: '';
  display: block;
  height: 6px;
  left: calc(50% - 3px);
  position: absolute;
  transform: rotate(-135deg);
  width: 6px;
}
.amshopby-slider-container.-volumetric .amshopby-slider-tooltip {
  border-radius: 3px;
  bottom: calc(100% + 17px);
}
.amshopby-slider-container.-volumetric .amshopby-slider-corner {
  top: -23px;
}
.amshopby-slider-container.-volumetric .amshopby-slider-display {
  margin-top: 20px;
}
.amshopby-slider-container.-light {
  margin-top: 30px;
}
.amshopby-slider-container.-light .am-slider {
  background: #dfdedd;
  height: 1px;
  margin: 0 8px;
}
.amshopby-slider-container.-light .am-slider:before,
.amshopby-slider-container.-light .am-slider:after {
  background: #dfdedd;
  height: 1px;
  width: 16px;
}
.amshopby-slider-container.-light .am-slider:before {
  left: -8px;
}
.amshopby-slider-container.-light .am-slider:after {
  right: -8px;
}
.amshopby-slider-container.-light .ui-slider-range {
  height: 1px;
}
.amshopby-slider-container.-light .am-slider .ui-slider-handle {
  background: #ffffff;
  border: 1px solid #dfdedd;
  border-radius: 50%;
  box-sizing: border-box;
  height: 16px;
  top: -8px;
  transform: translateX(-8px);
  width: 16px;
}
.amshopby-slider-container.-light .amshopby-slider-corner {
  background: #ffffff;
  border-color: #dfdedd;
}
.amshopby-slider-container.-light .amshopby-slider-tooltip {
  border-color: #dfdedd;
}
.amshopby-slider-container.-dark {
  margin-top: 30px;
}
.amshopby-slider-container.-dark .am-slider {
  background: #4a4948;
  height: 3px;
  margin: 0 5px;
}
.amshopby-slider-container.-dark .am-slider:before,
.amshopby-slider-container.-dark .am-slider:after {
  height: 3px;
  width: 10px;
}
.amshopby-slider-container.-dark .am-slider:before {
  left: -5px;
}
.amshopby-slider-container.-dark .am-slider:after {
  right: -5px;
}
.amshopby-slider-container.-dark .ui-slider-range {
  height: 3px;
}
.amshopby-slider-container.-dark .am-slider .ui-slider-handle {
  border-radius: 2px;
  height: 15px;
  top: -6px;
  transform: translateX(-5px);
  width: 10px;
}
.filter-options-item .filter-options-content {
  padding-bottom: 5px;
}
.filter-options-item .filter-options-content .am-swatch-wrapper .swatch-option.image,
.filter-options-item .filter-options-content .swatch-attribute.size .swatch-option.selected,
.filter-options-item .filter-options-content .swatch-attribute.manufacturer .swatch-option.selected {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.filter-options-item .filter-options-content .range {
  align-items: center;
  display: flex;
  margin-top: 15px;
  text-align: center;
}
.filter-options-item .filter-options-content .items:not(.items-children):not(.am-category-view),
.filter-options-item .filter-options-content .am-category-wrapper,
.filter-options-item .filter-options-content .amshopby-fromto-wrap {
  margin: 0 10px;
}
.filter-options-item .filter-options-content .am-shopby-form {
  margin: 0 7px;
}
.filter-options-item .filter-options-content .items [class*='am-filter-item'] {
  margin-left: 0;
  padding: 0;
}
.filter-options-item .filter-options-content .count {
  display: inline-flex;
  padding-left: 0;
}
.filter-options-item .filter-options-content .am-shopby-swatch-label .count {
  margin: 0;
  padding: 0;
}
.filter-options-item .filter-options-content .am-shopby-swatch-label .label {
  margin-right: 5px;
}
.filter-options-item .filter-options-content .am-shopby-form {
  margin-bottom: -15px;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 3px;
}
.filter-options-item .filter-options-content .am-shopby-form .swatch-attribute .swatch-option-link-layered:hover {
  background-color: unset;
}
.amasty-catalog-topnav .filter-options-item .filter-options-content {
  padding-bottom: 10px;
}
.amasty-catalog-topnav .filter-options-item .filter-options-content .items:not(.items-children):not(.am-category-view),
.amasty-catalog-topnav .filter-options-item .filter-options-content .am-shopby-form,
.amasty-catalog-topnav .filter-options-item .filter-options-content .am-category-wrapper,
.amasty-catalog-topnav .filter-options-item .filter-options-content .amshopby-fromto-wrap {
  margin: 0;
}
.filter-options .item.-is-collapsible.-is-by-click.-folded .-folding {
  display: none;
}
.filter-options .items.-am-overflow {
  overflow-x: hidden;
  overflow-y: auto;
}
.filter-options .items .items-children.-folding {
  list-style: none;
  padding-left: 20px;
  width: 100%;
}
.filter-options .items.-am-singleselect .item.-is-by-click .items-children.-folding .item .amshopby-filter-parent {
  padding-left: 20px;
}
.filter-options .items.-am-multiselect .item.-is-expanded .items-children.-folding {
  padding-left: 0;
}
.filter-options .items .items-children.-folding .item {
  margin: 5px 0;
}
.filter-options .item.-empty-value {
  opacity: .5;
  pointer-events: none;
  user-select: none;
}
.filter-options .ui-widget-overlay {
  background: #aaaaaa;
  opacity: .3;
}
.filter-options .ui-widget-shadow {
  box-shadow: 0 0 5px #666666;
}
.filter-options .am-category-view {
  background-color: #ffffff;
  border: 1px solid #cccccc;
  box-sizing: border-box;
  display: none;
  margin: 0;
  max-height: 300px;
  overflow-y: auto;
  padding: 10px;
  position: absolute;
  white-space: nowrap;
  width: 100%;
  z-index: 9;
}
.filter-options .items.am-category-view,
.filter-options .am-category-view ol.items {
  margin: 0;
}
.filter-options .am-category-view.-am-singleselect .am-collapse-icon {
  top: 0;
}
.filter-options .am-category-view.-am-singleselect .am-collapse-icon:after,
.filter-options .am-category-view.-am-singleselect .am-show-more:before {
  left: 0;
  right: inherit;
}
.filter-options .am-category-view .item a.amshopby-filter-parent {
  padding-left: 20px;
}
.filter-options .am-category-view.-am-multiselect .item > .am-collapse-icon ~ a.amshopby-filter-parent {
  padding-left: 40px;
}
.filter-options .am-category-view [class*='am-filter-item'] {
  display: inline-block;
  white-space: initial;
}
.filter-options .filter-options-content .rating-summary {
  display: inline-block;
  vertical-align: sub;
}
.filter-options .amshopby-search-box {
  margin: 0 0 15px;
}
.filter-options .am-labels-folding.-am-singleselect .item .am-input,
.filter-options [class*='am-filter-items-'].am-labels-folding.-am-singleselect .item:not(.swatch-option-link-layered) input[type='radio'],
.filter-options .amshopby-category-dropdown + form .-am-singleselect .item input[type='radio'],
.filter-options .am-category-view input[type='radio'] {
  display: none;
}
.filter-options .am-labels-folding.-am-singleselect .item {
  padding: 0;
}
.filter-options .am-category-wrapper .items.-am-multiselect .item.-filter-parent:not(.-is-collapsible),
.filter-options .items:not(.items-children):has(.item.-is-by-click.-filter-parent) > .item.-is-expanded {
  margin-left: 20px;
}
.filter-options-content .am-ranges .items.-am-multiselect .item {
  position: relative;
}
.filter-options-content .am-ranges .items.-am-multiselect .item [class*='am-filter-item'] {
  padding-left: 20px;
}
.filter-actions .filter-clear {
  color: #1979c3;
  font-size: 14px;
  line-height: 19px;
}
.filter-actions .filter-clear:hover {
  color: #399ae6;
  text-decoration: none;
}
.filter-actions .filter-clear:focus,
.filter-actions .filter-clear:active {
  color: #135d96;
}
.filter-options-content .item a:hover {
  background-color: transparent;
  color: #1979c3;
}
.filter-options-content .item a:hover .count {
  color: #1979c3;
}
.filter-options-content .item a:active,
.filter-options-content .item a:active .count {
  color: #135d96;
  text-decoration: none;
}
.filter-options-content .item:first-child {
  margin-top: 0;
}
.filter-options-content .item:last-child {
  margin-bottom: 0;
}
.filter-options-content .item > a {
  display: block;
}
.filter-options-content .items.-am-singleselect .item > input[type='radio'] {
  display: none;
}
.filter-options-content .items.-am-singleselect .amshopby-link-selected,
.filter-options-content .swatch-option.selected + .am-shopby-swatch-label {
  color: #1979c3;
}
.filter-options-content .items.-am-singleselect .amshopby-link-selected .count,
.filter-options-content .swatch-option.selected + .am-shopby-swatch-label .count {
  color: #1979c3;
}
.am-show-more,
.filter-options-content .am-show-more {
  background: transparent;
  border: 0;
  color: #070605;
  cursor: pointer;
  display: none;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: .03em;
  line-height: 20px;
  margin: 10px 0 0;
  padding: 0 22px 0 0;
  position: relative;
}
.amasty-catalog-topnav .filter-options-content .am-show-more {
  padding-left: 0;
}
.filter-options-content .am-show-more {
  padding-left: 10px;
}
.am-show-more:hover,
.filter-options-content .am-show-more:hover {
  background-color: transparent;
  color: #838382;
  text-decoration: none;
}
.am-show-more:active,
.filter-options-content .am-show-more:active {
  box-shadow: none;
  color: #070605;
}
.am-show-more:before {
  top: 0;
}
.am-show-more.-active {
  align-items: center;
  display: inline-flex;
}
.am-show-more .am-counter {
  display: inline-block;
  margin: 0 2px;
  opacity: .5;
}
.am-show-more[data-is-hide='false']:before {
  transform: rotate(180deg);
}
.amshopby-link-selected {
  color: #1979c3;
}
.items[class*='category_ids']:not(.items-children) > .item > a {
  font-weight: 700;
}
.filter-options .items:not(.items-children).-am-multiselect > .item.-is-by-click .items-children.-folding {
  padding-left: 0;
}
.filter-options .items:not(.items-children).-am-multiselect > .item.-is-by-click .items-children.-folding .item.-is-expanded {
  margin-left: 20px;
}
.am-filter-items-stock .amshopby-link-selected,
.am-filter-items-rating .amshopby-link-selected {
  text-decoration: none;
}
.filter-content [class*='am-filter-item']:hover ~ .amshopby-choice:before {
  border-color: #1979c3;
}
.filter-content .items.-am-multiselect [class*='am-filter-item']:hover {
  color: inherit;
}
.filter-content .items.-am-multiselect [class*='am-filter-item']:hover .count {
  color: #757575;
}
.amshopby-fly-out-view.ui-menu,
.amshopby-flyout-block .items.amshopby-fly-out-view .item .items-children {
  position: relative;
  padding: 13px 0;
  border-radius: 3px;
  background: #fff;
  box-shadow: 0 4px 8px rgba(190, 199, 219, 0.21), 0 6px 25px rgba(190, 199, 219, 0.28);
}
.amshopby-fly-out-view .ui-menu {
  width: 100%;
}
.amshopby-fly-out-view .items-children:not(.ui-menu) {
  display: none;
}
.amshopby-fly-out-view .am-input {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 0;
  margin: 0;
  opacity: 0;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 0;
}
.amshopby-fly-out-view .am-input[type='radio'] + .amshopby-choice {
  display: none;
}
.amshopby-flyout-block .items.amshopby-fly-out-view .item {
  position: relative;
  display: flex;
  align-items: flex-start;
  flex-direction: row-reverse;
  margin: 0;
  padding: 4px 20px;
  font-size: 14px;
  line-height: 18px;
}
.amshopby-flyout-block .items.amshopby-fly-out-view .item:hover {
  background-color: #f8f8f9;
}
.amshopby-flyout-block .items.amshopby-fly-out-view .item .items-children {
  position: absolute;
  z-index: 995;
}
.amshopby-flyout-block .items.amshopby-fly-out-view .item > .amshopby-choice {
  position: relative;
  top: inherit;
  left: inherit;
  margin: 3px 0;
  padding-left: 22px;
}
.amshopby-flyout-block .items.amshopby-fly-out-view .item [class*='am-filter-item-'] {
  display: inline-block;
  width: 100%;
}
.amshopby-flyout-block .items.amshopby-fly-out-view .item [class*='am-filter-item-']:hover {
  background-color: transparent;
  color: inherit;
}
.amshopby-flyout-block .items.amshopby-fly-out-view .item [class*='am-filter-item-']:hover > .count {
  color: #757575;
}
.amshopby-flyout-block .items.amshopby-fly-out-view .item .amshopby-choice:hover:before,
.amshopby-flyout-block .items.amshopby-fly-out-view .item [class*='am-filter-item-']:hover ~ .amshopby-choice:before {
  border-color: #e3e3e3;
}
.am_shopby_apply_filters {
  position: fixed;
  bottom: -80px;
  z-index: 999;
  width: 100%;
  transition: left 0.2s ease-in-out;
}
.am_shopby_apply_filters.visible {
  bottom: 0;
}
.am-show-button {
  z-index: 211;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 15px 0;
  width: 100%;
  border-top: 1px solid #cccccc;
  background: #ffffff;
  text-align: center;
}
.am-show-button > .am-items {
  margin: 0;
  padding: 0 10px;
  color: #070605;
  font-size: 14px;
  line-height: 22px;
}
.am-show-button > .am-items.-loading {
  display: inline-block;
  width: 30px;
  height: 30px;
  background: url('../Amasty_Shopby/images/svg/loader.svg') center / 30px no-repeat;
  vertical-align: middle;
}
.am-show-button > .amshopby-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 10px;
  min-width: 90px;
  line-height: 1;
}
.ie11 .am-show-button > .amshopby-button {
  padding: 10px;
}
#amasty-shopby-product-list {
  z-index: 1;
}
#amasty-shopby-product-list .products.wrapper {
  position: relative;
}
.amshopby-overlay-block {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 230;
  display: none;
  width: 100%;
  background: rgba(255, 255, 255, 0.5);
}
.amshopby-overlay-block > .amshopby-loader {
  position: absolute;
  top: 10%;
  left: 50%;
  display: block;
  width: 100px;
  height: 100px;
  background: url('../Amasty_Shopby/images/svg/loader.svg') center / 100px no-repeat;
  transform: translate(-50%, -10%);
}
.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.amshopby-slider-settings {
  list-style: none;
}
.amshopby-slider-settings.-style {
  max-width: 214px;
}
.amshopby-slider-settings.-style .amshopby-slider-container.-default .amshopby-label {
  padding-bottom: 15px;
}
.amshopby-slider-settings.-style .am-slider {
  z-index: 0;
  margin: 0;
}
.amshopby-slider-settings.-style .amshopby-label {
  display: flex;
  align-items: center;
  padding-bottom: 45px;
}
.amshopby-slider-settings.-style .amshopby-input {
  display: flex;
  align-items: center;
  justify-content: center;
}
.amshopby-slider-settings.-style .amshopby-input:checked {
  background: #007bdb;
}
.amshopby-slider-settings.-style .amshopby-input:checked:after {
  position: initial;
  margin: 0;
  width: 6px;
  height: 6px;
  background: #fff;
}
.amshopby-slider-settings.-style .amshopby-title {
  padding-left: 7px;
}
.amshopby-slider-settings.-style .amshopby-slider-tooltip {
  visibility: visible;
  opacity: 1;
  transition: none;
}
.ambrands-word-break {
  word-wrap: break-word;
  word-break: break-word;
}
.ie11 .ambrands-word-break {
  word-break: break-all;
}
.amrelated-grid-wrapper .amshopby-option-link {
  margin-bottom: 10px;
}
.amshopby-brand-title-link {
  font-weight: bold;
}
.amshopby-brand-tooltip.-no-double ~ .amshopby-brand-tooltip.-no-double {
  visibility: hidden;
  opacity: 0;
}
.ambrands-letters-filter {
  display: flex;
  flex-wrap: wrap;
}
.ambrands-letters-filter .ambrands-letter {
  align-items: center;
  background: #ffffff;
  border: 1px solid #cccccc;
  border-radius: 6px;
  box-sizing: border-box;
  color: #333333;
  cursor: pointer;
  display: flex;
  font-size: 14px;
  font-weight: 400;
  justify-content: center;
  line-height: 1.2;
  margin: 0 12px 12px 0;
  min-height: 34px;
  min-width: 34px;
  padding: 6px;
  text-align: center;
}
.ambrands-letters-filter .ambrands-letter:hover {
  background: #ffffff;
  border-color: #006bb4;
  text-decoration: none;
}
.ambrands-letters-filter .ambrands-letter.-disabled {
  background: #ececec;
  border-color: #ececec;
  box-shadow: none;
  color: #575757;
  pointer-events: none;
}
.ambrands-letters-filter .ambrands-letter.hide {
  display: none;
}
.ambrands-letters-filter .ambrands-letter.-active {
  background: #dff1ff;
  border-color: #006bb4;
  color: #006bb4;
}
.ambrands-letters-filter .ambrands-letter.-letter-all {
  padding: 6px 11px;
}
.ambrands-filters-block {
  display: inline-block;
  margin: 20px 0 53px;
  width: 100%;
}
.ambrands-search-wrapper {
  margin-bottom: 30px;
  max-width: 460px;
}
.ambrands-search-block {
  display: block;
  position: relative;
}
.ambrands-search-block:before {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0wIDcuNjkyYTcuNjkyIDcuNjkyIDAgMTAxNS4zODUgMEE3LjY5MiA3LjY5MiAwIDAwMCA3LjY5MnptMS41MzggMGE2LjE1NCA2LjE1NCAwIDExMTIuMzA4IDAgNi4xNTQgNi4xNTQgMCAwMS0xMi4zMDggMHoiIGZpbGw9IiNDN0M3QzciLz48cGF0aCBkPSJNMTkuMjMyIDIwYS43Ni43NiAwIDAxLS41NDQtLjIyNmwtNi42MzYtNi42NDZhLjc3Ljc3IDAgMTExLjA3Ny0xLjA5N2w2LjY0NyA2LjY0NmMuMy4zLjMuNzg3IDAgMS4wODdhLjc2Ljc2IDAgMDEtLjU0NC4yMzZ6IiBmaWxsPSIjQzdDN0M3Ii8+PC9zdmc+) center no-repeat;
  content: '';
  display: flex;
  height: 20px;
  left: 15px;
  min-width: 20px;
  pointer-events: none;
  position: absolute;
  top: calc(50% - 20px / 2);
  width: 20px;
}
.ambrands-search-block .ambrands-clear {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik00LjIzIDQuMjNhLjc4My43ODMgMCAwMTEuMTA2IDBMMTAgOC44OTJsNC42NjQtNC42NjRhLjc4My43ODMgMCAwMTEuMTA3IDEuMTA3TDExLjEwNyAxMGw0LjY2NCA0LjY2NGEuNzgzLjc4MyAwIDAxLTEuMTA3IDEuMTA3TDEwIDExLjEwNyA1LjMzNiAxNS43N2EuNzgzLjc4MyAwIDAxLTEuMTA3LTEuMTA3TDguODkzIDEwIDQuMjMgNS4zMzZhLjc4My43ODMgMCAwMTAtMS4xMDd6IiBmaWxsPSIjMzMzIi8+PC9zdmc+) center no-repeat;
  border: 0;
  border-radius: 0 6px 6px 0;
  cursor: pointer;
  display: block;
  height: 40px;
  padding: 10px;
  position: absolute;
  right: 0;
  top: 0;
  width: 40px;
}
.ambrands-search-block .ambrands-clear:not(.-active) {
  display: none;
}
.ambrands-search-block .ambrands-input {
  background: #ffffff;
  border: 1px solid #cccccc;
  border-radius: 6px;
  box-sizing: border-box;
  color: #333333;
  display: block;
  font-size: 14px;
  font-weight: 400;
  height: 40px;
  line-height: 20px;
  margin: 0 0 10px;
  max-width: 100%;
  padding: 10px 40px;
}
.ambrands-search-block .ambrands-input::-webkit-input-placeholder {
  color: #575757;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
}
.ambrands-search-block .ambrands-input:-moz-placeholder {
  color: #575757;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  opacity: 1;
}
.ambrands-search-block .ambrands-input::-moz-placeholder {
  color: #575757;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  opacity: 1;
}
.ambrands-search-block .ambrands-input:-ms-input-placeholder {
  color: #575757;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
}
.ambrands-search-block .ambrands-input:focus::-webkit-input-placeholder {
  color: #c7c7c7;
}
.ambrands-search-block .ambrands-input:focus:-moz-placeholder {
  color: #c7c7c7;
}
.ambrands-search-block .ambrands-input:focus::-moz-placeholder {
  color: #c7c7c7;
}
.ambrands-search-block .ambrands-input:focus:-ms-input-placeholder {
  color: #c7c7c7;
}
.ambrands-search-block .ambrands-input:hover,
.ambrands-search-block .ambrands-input:focus {
  border-color: #006bb4;
}
._keyfocus .ambrands-search-block .ambrands-input:focus,
.ambrands-search-block .ambrands-input:not([disabled]):focus {
  box-shadow: none;
}
.ambrands-livesearch-block {
  background-color: #ffffff;
  border: 1px solid transparent;
  border-radius: 6px;
  box-shadow: 0 4px 8px rgba(190, 199, 219, 0.21), 0 6px 25px rgba(190, 199, 219, 0.28);
  box-sizing: border-box;
  display: block;
  max-height: 250px;
  max-width: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  position: absolute;
  width: 460px;
  z-index: 99;
}
.ambrands-livesearch-block:not(.-active) {
  display: none;
}
.ambrands-livesearch-block > .ambrands-item {
  box-sizing: border-box;
  color: #000000;
  display: block;
  float: left;
  padding: 5px 10px;
  width: 100%;
}
.ambrands-livesearch-block > .ambrands-item:hover {
  background-color: #e8e8e8;
  text-decoration: none;
}
.ambrands-livesearch-block > .ambrands-item.active {
  background-color: #e8e8e8;
}
@supports (-webkit-touch-callout: none) {
  ._keyfocus .ambrands-search-block .ambrands-input:not(:focus),
  .ambrands-search-block .ambrands-input:not(:focus) {
    border-top-width: .5px;
  }
}
.ambrands-letters-list .ambrands-letter {
  box-sizing: border-box;
  margin-bottom: 40px;
  vertical-align: top;
  width: 100%;
}
.ambrands-letters-list .ambrands-letter .ambrands-content {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -8px;
  padding: 0;
}
.ambrands-letters-list .ambrands-letter .ambrands-title {
  align-items: center;
  color: #333333;
  display: flex;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  margin: 0 0 20px;
}
.ambrands-letter .ambrands-brand-item {
  margin: 0 8px 16px;
  min-width: 100px;
  position: relative;
}
.ambrands-letter .ambrands-brand-item.-no-logo {
  max-width: calc(50% - (8px * 2));
  width: 100%;
}
.ambrands-letter .ambrands-brand-item.-no-logo .ambrands-label {
  padding-top: 10px;
}
.ambrands-letter .ambrands-brand-item .ambrands-inner {
  align-items: center;
  background: #ffffff;
  border: 1px solid transparent;
  border-radius: 6px;
  box-shadow: 0 2px 5px rgba(74, 83, 94, 0.03), 0 4px 10px rgba(104, 118, 139, 0.13);
  color: #333333;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: flex-start;
  overflow: hidden;
}
.ambrands-letter .ambrands-brand-item .ambrands-inner:hover,
.ambrands-letter .ambrands-brand-item .ambrands-inner:focus {
  border-color: #006bb4;
  text-decoration: none;
}
.ambrands-letter .ambrands-brand-item .ambrands-inner:active {
  background: rgba(65, 173, 255, 0.19);
  border-color: #006bb4;
}
.ambrands-letter .ambrands-brand-item .ambrands-empty {
  color: #8c8c8c;
}
.ambrands-letter .ambrands-brand-item .ambrands-count {
  color: #757575;
}
.ambrands-letter .ambrands-brand-item .ambrands-count:before {
  content: '(';
}
.ambrands-letter .ambrands-brand-item .ambrands-count:after {
  content: ')';
}
.ambrands-letter .ambrands-brand-item .ambrands-label {
  word-wrap: break-word;
  word-break: break-word;
  box-sizing: border-box;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 19px;
  margin: auto;
  padding: 0 10px 10px;
  width: 100%;
}
.ie11 .ambrands-letter .ambrands-brand-item .ambrands-label {
  word-break: break-all;
}
.ambrands-brand-item .ambrands-image-block {
  align-items: center;
  box-sizing: border-box;
  display: flex;
  padding: 10px;
}
.ambrands-brand-item .ambrands-image-block > .ambrands-image {
  max-height: 100%;
  max-width: 100%;
}
.ambrands-letter .ambrands-image {
  display: block;
  margin: 0 auto;
  pointer-events: none;
}
.ambrands-letters-list .ambrands-brand-item {
  list-style-type: none;
  text-align: center;
}
.ambrands-list-popup,
.ambrands-menu-item .ambrands-arrow {
  display: none;
}
.ambrands-slider.amslider .ambrands-slide-link {
  display: flex;
  width: 100%;
}
.ambrands-slider.amslider .ambrands-slide-link:hover {
  text-decoration: none;
}
.ambrands-slider.amslider .brand-swiper-slide.swiper-slide {
  padding: .4rem;
}
.ambrands-slider.amslider .brand-swiper-slide.swiper-slide .ambrands-empty {
  color: #8c8c8c;
}
.ambrands-slider.amslider .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: .8rem 1rem;
}
.ambrands-slider.amslider .swiper-button-prev,
.ambrands-slider.amslider .swiper-button-next {
  background-color: #68a8e0;
}
.ambrands-slider.amslider .swiper-button-prev:focus,
.ambrands-slider.amslider .swiper-button-next:focus {
  box-shadow: 0 0 4px 3px #68a8e0;
}
.amlocator-main-container {
  color: #000000;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.42857143;
  min-width: 50vw;
  text-align: left;
}
.amlocator-main-container .amlocator-button {
  background: #1979c3;
  border: 1px solid #1979c3;
  border-radius: 2px;
  box-sizing: border-box;
  color: #ffffff;
  font-weight: inherit;
  min-height: 40px;
}
.amlocator-main-container .amlocator-select {
  cursor: pointer;
}
.amlocator-main-container .amlocator-block.-separator {
  box-sizing: border-box;
  margin: 20px 0;
}
.amlocator-main-container .amlocator-block.-separator > .hr {
  border-top: 1px solid #e7e7e7;
  margin: 0;
}
.amlocator-main-container .amlocator-wrapper .amlocator-schedule-container strong {
  line-height: 1.42857143;
  margin-bottom: 0;
  margin-top: 0;
}
.amlocator-search-container {
  background: #f8f8f8;
  box-sizing: border-box;
  margin-bottom: 10px;
  padding: 5px 15px;
  width: 100%;
}
.amlocator-search-container .amlocator-title {
  display: inline-block;
  margin-bottom: 5px;
}
.amlocator-search-container .amlocator-block {
  margin-bottom: 15px;
  width: 100%;
}
.amlocator-search-container .amlocator-block.-search {
  margin-bottom: 0;
}
.amlocator-search-container .amlocator-text,
.amlocator-search-container .amlocator-select {
  -ms-flex: 1;
  -webkit-box-flex: 1;
  flex: 1;
  width: initial;
}
.amlocator-search-container .amlocator-select {
  height: 40px;
}
.amlocator-search-container .amlocator-select.-measurement {
  background-color: #f8f8f8;
  border: none;
  height: inherit;
  line-height: 1;
  min-width: inherit;
}
.amlocator-search-container .amlocator-button.-nearby {
  margin-left: auto;
  width: 100%;
}
.amlocator-current-location .amlocator-search {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGNpcmNsZSBjeD0iOC41IiBjeT0iOC41IiByPSI3LjUiIHN0cm9rZT0iI0Q3RDdENyIgc3Ryb2tlLXdpZHRoPSIyIi8+PHBhdGggZmlsbD0iI0Q3RDdENyIgZD0iTTEzIDE1LjEyMUwxNS4xMiAxM2w4LjY3NSA4LjY3NS0yLjEyMSAyLjEyeiIvPjwvc3ZnPg==) no-repeat center;
  background-size: contain;
  border: none;
  cursor: pointer;
  height: 23px;
  position: absolute;
  right: 8px;
  top: 8px;
  width: 23px;
}
.amlocator-current-location .amlocator-wrapper {
  -ms-flex: 1;
  -webkit-box-flex: 1;
  flex: 1;
  margin-top: 5px;
  position: relative;
}
.amlocator-current-location .amlocator-text {
  border: 1px solid #d7d7d7;
  border-radius: 2px;
  box-sizing: border-box;
  height: 40px;
  padding-right: 40px;
  width: 100%;
}
.amlocator-current-location .amlocator-text:focus {
  border: 1px solid #1979c3;
  box-shadow: none;
}
.amlocator-current-location .amlocator-text:focus + .amlocator-search,
.amlocator-current-location .amlocator-search:hover {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGNpcmNsZSBjeD0iOC41IiBjeT0iOC41IiByPSI3LjUiIHN0cm9rZT0iIzE5NzlDMyIgc3Ryb2tlLXdpZHRoPSIyIi8+PHBhdGggZmlsbD0iIzE5NzlDMyIgZD0iTTEzIDE1LjEyMUwxNS4xMiAxM2w4LjY3NSA4LjY3NS0yLjEyMSAyLjEyeiIvPjwvc3ZnPg==) no-repeat center;
  background-size: contain;
}
.amlocator-current-location .amlocator-reset {
  background: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjIiIGhlaWdodD0iMjIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0wIDIwLjU0N0wyMC41NDcgMCAyMiAxLjQ1MyAxLjQ1MyAyMiAwIDIwLjU0N3oiIGZpbGw9IiNFQjU3NTciLz48cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTIyIDIwLjU0N0wxLjQ1MyAwIDAgMS40NTMgMjAuNTQ3IDIyIDIyIDIwLjU0N3oiIGZpbGw9IiNFQjU3NTciLz48L3N2Zz4=') no-repeat center;
  border: none;
  cursor: pointer;
  height: 22px;
  position: absolute;
  right: 8px;
  top: 8px;
  width: 22px;
}
.amlocator-current-location .amlocator-search.-hidden,
.amlocator-current-location .amlocator-reset.-hidden {
  display: none;
}
.amlocator-search-radius .amlocator-radio {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  height: 0;
  margin: 0;
  opacity: 0;
  position: absolute;
  width: 0;
}
.amlocator-search-radius .amlocator-radio:checked + .amlocator-label {
  background: #1979c3;
  /* phpcs:ignore Magento2.Less.ZeroUnits.ZeroUnitFound */
  box-shadow: 0 2px 4px rgba(45, 147, 226, 0.1);
  color: #ffffff;
}
.amlocator-search-radius .amlocator-radio:focus + .amlocator-label {
  box-shadow: 0 0 3px 1px #00699d;
}
.amlocator-search-radius .amlocator-wrapper {
  -ms-flex: 1;
  -webkit-box-flex: 1;
  -webkit-align-items: flex-end;
  -ms-align-items: flex-end;
  align-items: flex-end;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  flex: 1;
  position: relative;
}
.amlocator-search-radius .amlocator-select {
  min-width: 215px;
}
.amlocator-range-slider {
  background: #deedf8;
  border-radius: 10px;
  cursor: pointer;
  height: 10px;
  width: 100%;
}
.amlocator-range-slider .ui-slider-range {
  background: #1979c3;
  border-bottom-left-radius: 12px;
  border-top-left-radius: 12px;
  height: 100%;
}
.amlocator-range-slider .amlocator-handle {
  background: #1979c3;
  border-radius: 12px;
  /* phpcs:ignore Magento2.Less.ZeroUnits.ZeroUnitFound */
  box-shadow: 0 2px 3px rgba(20, 72, 112, 0.5);
  cursor: pointer;
  height: 14px;
  margin: 0 0 0 -7px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 14px;
}
.amlocator-range-slider .amlocator-handle:hover,
.amlocator-range-slider .amlocator-handle:focus,
.amlocator-range-slider .amlocator-handle:active {
  background: #4da1e2;
}
.amlocator-range-slider .amlocator-handle:focus {
  box-shadow: 0 0 3px 1px #68a8e0;
}
.amlocator-range-slider .amlocator-tooltip {
  background: #1979c3;
  border-radius: 2px;
  color: #ffffff;
  font-size: 12px;
  left: 50%;
  padding: 2px 5px;
  position: absolute;
  top: -7px;
  transform: translate(-50%, -100%);
  white-space: nowrap;
}
.amlocator-range-slider .amlocator-tooltip:after {
  background: #1979c3;
  bottom: 0;
  content: '';
  height: 6px;
  left: 50%;
  position: absolute;
  transform: translate(-50%, 50%) rotate(45deg);
  width: 6px;
}
.amlocator-filters-container {
  background: #f8f8f8;
  margin-bottom: 10px;
}
.amlocator-filters-container .amlocator-title {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  color: #000000;
  cursor: pointer;
  font-size: 16px;
  font-weight: 600;
  padding: 5px 15px;
}
.amlocator-filters-container .amlocator-content {
  transition: all .3s ease;
}
.amlocator-filters-container .amlocator-hidden-filter {
  display: none;
}
.amlocator-filters-container .amlocator-actions {
  -ms-flex-pack: end;
  -webkit-box-pack: end;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 12px;
  justify-content: flex-end;
  padding: 5px 15px;
}
.amlocator-filters-container .amlocator-clear {
  background: none;
  border: none;
  color: #006bb4;
  cursor: pointer;
}
.amlocator-filters-container .amlocator-button {
  border: none;
  line-height: unset;
  margin-left: 25px;
  min-height: 25px;
  padding: 0 20px;
}
.amlocator-filters-container .amlocator-button:hover {
  background: #1979c3;
  border: none;
  color: #ffffff;
}
.amlocator-attribute-wrapper {
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 8px 15px;
}
.amlocator-attribute-wrapper:nth-of-type(even) {
  background: #e7e7e7;
}
.amlocator-attribute-wrapper .amlocator-label {
  box-sizing: border-box;
  padding-right: 5px;
  width: 40%;
  word-wrap: break-word;
}
.amlocator-attribute-wrapper .amlocator-input {
  -webkit-flex-grow: 1;
  flex-grow: 1;
  width: 60%;
}
.amlocator-attribute-wrapper .amlocator-input .chosen-container {
  width: 100% !important;
}
.amlocator-attribute-wrapper .amlocator-input .chosen-container .amlocator-chosen-search-label {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.amlocator-attribute-wrapper .amlocator-select,
.amlocator-attribute-wrapper .chosen-choices {
  border-color: #cccccc;
  height: inherit;
  line-height: 1;
  max-height: 80px;
  padding: 9px 25px 9px 10px;
}
.amlocator-attribute-wrapper .chosen-container {
  font-size: inherit;
  height: inherit;
}
.amlocator-attribute-wrapper .chosen-container .chosen-choices {
  height: inherit;
  min-height: 35px;
  overflow: auto;
  padding: 5px;
}
.amlocator-attribute-wrapper .chosen-container .chosen-results li.highlighted {
  background: #1979c3;
}
.amlocator-attribute-wrapper .chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNSIgaGVpZ2h0PSI1IiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNNC41OTYuMzU0YS41LjUgMCAwIDAtLjcwNyAwTDIuNTk2IDEuNjQ3IDEuMzAzLjM1NGEuNS41IDAgMSAwLS43MDcuNzA3bDEuMjkzIDEuMjkzTC4zNTMgMy44ODlhLjUuNSAwIDEgMCAuNzA4LjcwN2wxLjUzNS0xLjUzNSAxLjUzNiAxLjUzNWEuNS41IDAgMCAwIC43MDctLjcwN0wzLjMwMyAyLjM1NCA0LjU5NiAxLjA2YS41LjUgMCAwIDAgMC0uNzA3eiIgZmlsbD0iI2ZmZiIvPjwvc3ZnPg==) no-repeat center !important;
  background-size: contain !important;
  height: 8px;
  margin: 0 5px 0 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}
.amlocator-attribute-wrapper .chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover {
  background-position: initial;
}
.amlocator-attribute-wrapper .chosen-container-multi .chosen-choices li.search-field input[type=text] {
  height: inherit;
  margin: 3px 0;
}
.amlocator-attribute-wrapper .chosen-container-multi .chosen-choices li.search-choice {
  background: #1979c3;
  border: none;
  box-shadow: none;
  color: #ffffff;
  margin: 0 5px 0 0;
  padding: 5px 18px 5px 5px;
}
.amlocator-map-container {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  flex-direction: column;
}
.amlocator-map-container > .amlocator-block {
  width: 100%;
}
.amlocator-map-container .amlocator-map {
  height: 300px;
  width: 100%;
}
.amlocator-map-pin {
  display: none;
}
.amlocator-arrow {
  display: inline-block;
  height: 8px;
  margin-left: auto;
  min-width: 14px;
  position: relative;
  width: 14px;
}
.amlocator-arrow:before,
.amlocator-arrow:after {
  background-color: #363636;
  content: '';
  display: inline-block;
  height: 2px;
  position: absolute;
  top: 3px;
  transition: all .2s ease;
  width: 9px;
}
.amlocator-arrow:before {
  left: 0;
}
.amlocator-arrow:after {
  right: 0;
}
.amlocator-arrow:after,
.amlocator-arrow.-down:before {
  transform: rotate(45deg);
}
.amlocator-arrow:before,
.amlocator-arrow.-down:after {
  transform: rotate(-45deg);
}
.amlocator-store-list {
  order: 1;
  overflow: auto;
}
.amlocator-store-list .amlocator-wrapper {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  height: 100%;
  max-height: 500px;
}
.amlocator-stores-wrapper {
  margin-bottom: 10px;
}
.amlocator-store-desc {
  background: #f6f6f6;
  cursor: pointer;
  display: block;
  font-size: 14px;
}
.amlocator-store-desc:not(:first-of-type) {
  margin-top: 15px;
}
.amlocator-store-desc .amlocator-title {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
}
.amlocator-store-desc .amlocator-title .amlocator-link {
  color: #000000;
  word-break: break-all;
  word-wrap: break-word;
}
.amlocator-store-desc .amlocator-title .amlocator-map-pin {
  display: inline-block;
  margin-left: 1rem;
  vertical-align: middle;
}
.amlocator-store-desc .amlocator-block {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 15px;
}
.amlocator-store-desc .amlocator-image {
  background-position: center;
  background-size: cover;
  height: 150px;
  margin-right: 15px;
  min-width: 150px;
  width: 150px;
}
.amlocator-store-container {
  margin-bottom: 1.5rem;
}
.amlocator-store-container.-active .amlocator-store-desc,
.amlocator-store-container.-active .amlocator-week-container {
  background: #1979c3;
  color: #ffffff;
}
.amlocator-store-container.-active .amlocator-store-desc .amlocator-title .amlocator-link,
.amlocator-store-container.-active .amlocator-week-container .amlocator-title .amlocator-link {
  color: #ffffff;
}
.amlocator-store-container.-active .amlocator-today {
  background: #9dd4ff;
  color: #000000;
}
.amlocator-store-container .amlocator-week-container {
  background: #f6f6f6;
  display: none;
}
.amlocator-store-container .amlocator-schedule-container:hover {
  cursor: pointer;
}
.amlocator-store-container .amlocator-schedule-container .amlocator-week {
  display: block;
}
.amlocator-description {
  word-break: break-word;
}
.amlocator-schedule-container .amlocator-today {
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background: #dfdfdf;
  justify-content: space-between;
  padding: 5px 15px 5px 35px;
  position: relative;
}
.amlocator-schedule-container .amlocator-today:before {
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI1MTIiIGhlaWdodD0iNTEyIiB2aWV3Qm94PSIwIDAgOTcuMTYgOTcuMTYiPjxwYXRoIGQ9Ik00OC41OCAwQzIxLjc5MyAwIDAgMjEuNzkzIDAgNDguNThzMjEuNzkzIDQ4LjU4IDQ4LjU4IDQ4LjU4IDQ4LjU4LTIxLjc5MyA0OC41OC00OC41OFM3NS4zNjcgMCA0OC41OCAwem0wIDg2LjgyM2MtMjEuMDg3IDAtMzguMjQ0LTE3LjE1NS0zOC4yNDQtMzguMjQzUzI3LjQ5MyAxMC4zMzcgNDguNTggMTAuMzM3IDg2LjgyNCAyNy40OTIgODYuODI0IDQ4LjU4IDY5LjY2NyA4Ni44MjMgNDguNTggODYuODIzeiIgZGF0YS1vcmlnaW5hbD0iIzAwMDAwMCIgY2xhc3M9ImFjdGl2ZS1wYXRoIiBkYXRhLW9sZF9jb2xvcj0iIzAwN0FGRiIgZmlsbD0iIzE5NzlDMyIvPjxwYXRoIGQ9Ik03My44OTggNDcuMDhINTIuMDY2VjIwLjgzYTQgNCAwIDAgMC04IDB2MzAuMjVhNCA0IDAgMCAwIDQgNGgyNS44MzJhNCA0IDAgMCAwIDAtOHoiIGRhdGEtb3JpZ2luYWw9IiMwMDAwMDAiIGNsYXNzPSJhY3RpdmUtcGF0aCIgZGF0YS1vbGRfY29sb3I9IiMwMDdBRkYiIGZpbGw9IiMxOTc5QzMiLz48L3N2Zz4=) no-repeat center;
  background-size: contain;
  content: '';
  height: 14px;
  left: 15px;
  position: absolute;
  top: 8px;
  width: 14px;
}
.amlocator-schedule-container .amlocator-today .amlocator-time {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  white-space: nowrap;
}
.amlocator-schedule-container .amlocator-arrow {
  margin: 6px 0 0 15px;
}
.amlocator-schedule-container .amlocator-week {
  display: none;
  margin: 0 20px;
}
.amlocator-schedule-container.active .amlocator-week-container {
  min-height: 10rem;
  position: relative;
}
.amlocator-schedule-container.active .amlocator-arrow:after {
  transform: rotate(45deg);
}
.amlocator-schedule-container.active .amlocator-arrow:before {
  transform: rotate(-45deg);
}
.amlocator-schedule-table {
  display: flex;
  flex-direction: column;
}
.amlocator-schedule-table .amlocator-row {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 15px;
}
.amlocator-schedule-table .amlocator-cell {
  box-sizing: border-box;
  width: 50%;
}
.amlocator-schedule-table .amlocator-cell.-day {
  padding-left: 15px;
}
.amlocator-schedule-table .amlocator-cell.-time {
  padding-right: 8%;
  text-align: right;
  white-space: nowrap;
}
.amlocator-pager-container {
  margin-top: auto;
}
.amlocator-pager-container .pages {
  text-align: right;
}
.amlocator-pager-container .items {
  padding: 0 1.5rem .2rem;
}
.amlocator-pager-container .items .action:focus {
  box-shadow: 0 0 3px 1px #68a8e0;
}
.amlocator-pager-container .pages .page {
  background: #f8f8f8;
  color: #000000;
  font-weight: normal;
  line-height: 1;
  padding: 8px 10px;
}
.amlocator-pager-container .pages a.page {
  color: #000000;
}
.amlocator-pager-container .pages .item {
  margin: 0;
  position: relative;
}
.amlocator-pager-container .pages .item:not(:last-of-type) {
  margin-right: 10px;
}
.amlocator-pager-container .pages .current .page,
.amlocator-pager-container .pages .page:hover {
  background: #1979c3;
  color: #ffffff;
}
.amlocator-pager-container .pages a.action {
  background: #f8f8f8;
  border: none;
  border-radius: 0;
  box-shadow: none;
  margin: 0;
}
.amlocator-pager-container .pages a.action:hover {
  background: #1979c3;
}
.amlocator-pager-container .pages .items a.action:before {
  color: #000000;
  font-size: 14px;
}
.amlocator-pager-container .pages .items a.action:hover:before {
  color: #ffffff;
}
.amlocator-pager-container .pages > .label {
  position: relative;
}
.amlocator-map .amlocator-image img {
  max-width: 150px;
}
.amlocator-info-popup {
  width: 250px;
}
.amlocator-info-popup .amlocator-name {
  margin-top: 5px;
}
.amlocator-info-popup .amlocator-image {
  clear: both;
  display: block;
  margin-bottom: 10px;
  width: 100px;
}
.amlocator-index-index {
  overflow-x: hidden;
}
.amstars-rating-container {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzMiIGhlaWdodD0iMjciIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbD0ibm9uZSIgZD0iTTAgMGgzM3YyN0gweiIvPjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNMTcuMzA1IDEwLjMxM0wxNCAwbC0zLjMwNSAxMC4zMTNIMGw4LjY1MiA2LjM3NEw1LjM0OCAyNyAxNCAyMC42MjYgMjIuNjUyIDI3bC0zLjMwNS0xMC4zMTNMMjggMTAuMzEzSDE3LjMwNXptNC42NTQgMS45OWgtNi4wOEwxNCA2LjQ0bC0xLjg3OSA1Ljg2M2gtNi4wOGw0LjkxOSAzLjYyNC0xLjg4IDUuODYzTDE0IDE4LjE2Nmw0LjkyIDMuNjI0LTEuODgtNS44NjMgNC45Mi0zLjYyNHoiIGZpbGw9IiNCMUFFQUUiLz48L3N2Zz4=);
  height: 27px;
  margin-bottom: 5px;
  overflow: hidden;
  width: 160px;
}
.amstars-rating-container.-small {
  width: 107px;
  height: 18px;
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjIiIGhlaWdodD0iMTgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbD0ibm9uZSIgZD0iTTAgMGgyMnYxOEgweiIvPjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNMTEuNzQzIDYuODc1TDkuNSAwIDcuMjU3IDYuODc1SDBsNS44NzEgNC4yNUwzLjYzIDE4IDkuNSAxMy43NSAxNS4zNzEgMThsLTIuMjQyLTYuODc1TDE5IDYuODc1aC03LjI1N3pNMTQuOSA4LjIwMmgtNC4xMjZMOS41IDQuMjkzbC0xLjI3NSAzLjkxSDQuMDk5bDMuMzM4IDIuNDE1LTEuMjc1IDMuOTA5TDkuNSAxMi4xMWwzLjMzOCAyLjQxNi0xLjI3NS0zLjkxIDMuMzM4LTIuNDE1eiIgZmlsbD0iI0IxQUVBRSIvPjwvc3ZnPg==);
}
.amstars-rating-container.-small .amstars-stars {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjIiIGhlaWdodD0iMTgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbD0ibm9uZSIgZD0iTTAgMGgyMnYxOEgweiIvPjxwYXRoIGQ9Ik05LjUgMGwyLjI0MyA2Ljg3NUgxOWwtNS44NzEgNC4yNUwxNS4zNyAxOCA5LjUgMTMuNzUgMy42MjkgMThsMi4yNDItNi44NzVMMCA2Ljg3NWg3LjI1N0w5LjUgMHoiIGZpbGw9IiNFRDlEMDAiLz48L3N2Zz4=);
}
.amstars-rating-container.-main-page {
  margin: 0 10px;
}
.amstars-rating-container .amstars-stars {
  height: 100%;
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzMiIGhlaWdodD0iMjciIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbD0ibm9uZSIgZD0iTTAgMGgzM3YyN0gweiIvPjxwYXRoIGQ9Ik0xNCAwbDMuMzA1IDEwLjMxM0gyOGwtOC42NTIgNi4zNzRMMjIuNjUyIDI3IDE0IDIwLjYyNiA1LjM0OCAyN2wzLjMwNC0xMC4zMTNMMCAxMC4zMTNoMTAuNjk1TDE0IDB6IiBmaWxsPSIjRUQ5RDAwIi8+PC9zdmc+);
}
/* phpcs:ignoreFile */
.amlocator-description-grey {
  background: #fbfbfb;
  padding: 0 15px;
  word-break: break-word;
}
.amlocator-location-container {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.amlocator-location-container .amlocator-column,
.amlocator-location-container .amlocator-block {
  box-sizing: border-box;
  width: 100%;
}
.amlocator-location-container .amlocator-column > .amlocator-block {
  padding: 0 15px;
}
.amlocator-location-container .amlocator-block.-route {
  padding: 20px 15px 25px;
}
.amlocator-location-container .amlocator-block.-map {
  height: 170px;
  margin-bottom: 15px;
}
.amlocator-location-container .amlocator-block.-separator {
  box-sizing: border-box;
  margin: 15px 0;
}
.amlocator-location-container .amlocator-block.-separator > .hr {
  border-top: 1px solid #d2dde5;
  margin: 0;
}
.amlocator-location-container .amlocator-block > .amlocator-title {
  display: block;
  font-weight: bold;
  margin-bottom: 15px;
}
.amlocator-location-container .amlocator-directions-container {
  max-height: 500px;
  overflow: auto !important;
}
.amlocator-location-container .amlocator-text.-bold {
  font-weight: 600;
}
.amlocator-location-container .amlocator-button {
  background: #1979c3;
  border: 1px solid #1979c3;
  border-radius: 2px;
  box-sizing: border-box;
  color: #ffffff;
  font-weight: inherit;
  min-height: 40px;
}
.amlocator-location-container .amlocator-button:hover {
  background-color: #1c87da;
}
.amlocator-route-creator {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background: #1979c3;
  box-sizing: border-box;
}
.amlocator-route-creator .amlocator-modes {
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
}
.amlocator-route-creator .amlocator-travel-mode {
  background-color: transparent;
  background-position: center;
  background-repeat: no-repeat;
  border: none;
  border-radius: 3.5rem;
  height: 3.5rem;
  opacity: .6;
  transition: all .3s ease;
  width: 3.5rem;
}
.amlocator-route-creator .amlocator-travel-mode:not(:last-of-type) {
  margin-right: 5px;
}
.amlocator-route-creator .amlocator-travel-mode:focus {
  border: 1px solid #ffffff;
}
.amlocator-route-creator .amlocator-travel-mode.radio-checked,
.amlocator-route-creator .amlocator-travel-mode:focus,
.amlocator-route-creator .amlocator-travel-mode:hover {
  background-color: #2d93e2;
  opacity: 1;
}
.amlocator-route-creator .amlocator-travel-mode.-driving {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTciIGhlaWdodD0iMTUiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTMuODE1IDExLjY5N0gxLjEyN3YuOTdjMCAuNTM5IDAgMS4wNzguMDI1IDEuNjE2LjAxNy40OTEuMjE2LjcwNS42NS43MTJoMS40NmEuNDYuNDYgMCAwIDAgLjM5LS4xMjcuNDkyLjQ5MiAwIDAgMCAuMTUtLjM5M2MuMDI0LS4yODEuMDM1LS41NjUuMDM1LS44NDggMC0uNjEgMC0xLjIyLS4wMTUtMS44MjktLjAwNC0uMDIzLS4wMDYtLjA2NC0uMDA3LS4xek0xNi45OSA5LjA3MVY3LjEyOWExLjU0NCAxLjU0NCAwIDAgMC0uMjQyLS44NGMtLjIxLS4zNC0uNDEyLS42ODctLjU5NC0xLjA0M2wtLjAyNC0uMDQ4YS41NTEuNTUxIDAgMCAwIC4wNzEtLjA0My42MjguNjI4IDAgMCAwIC4yMjYtLjU2M2wtLjExOS0uNjhhLjQxMi40MTIgMCAwIDAtLjE0OC0uMjQ1LjM4OC4zODggMCAwIDAtLjI2OS0uMDgybC0uNDc3LjAzNmMtLjI1LS41ODItLjQ4NS0xLjE4LS43MTgtMS43NzZhMTcuMjUyIDE3LjI1MiAwIDAgMC0uNTEzLTEuMTg4Ljk5Mi45OTIgMCAwIDAtLjMwNS0uMzg0Ljk1Ljk1IDAgMCAwLS40NDctLjE4NSA1LjY2MSA1LjY2MSAwIDAgMC0uODY4LS4wOGMtLjg3NiAwLTEuNzUuMDMtMi42My4wMzYtLjcwNyAwLTEuNDE0IDAtMi4xMjItLjAxMkw1LjQ1LjAxMmExMi4wNTQgMTIuMDU0IDAgMCAwLTEuODE5LjA1NWMtLjE5LjAxNi0uMzc0LjA4Mi0uNTMzLjE5Mi0uMTU5LjExLS4yODguMjYtLjM3Ni40MzUtLjAzOC4wNzYtLjA4LjE1LS4xMS4yMjctLjI3NS43LS41NDQgMS40MDYtLjgyNCAyLjEwNC0uMDcxLjIwMi0uMTQ5LjQwMS0uMjMxLjU5NmwtLjUxMy0uMDQ4YS4zODguMzg4IDAgMCAwLS4yNjkuMDgzLjQxMi40MTIgMCAwIDAtLjE0OC4yNDVsLS4xMi42OTFhLjYyOC42MjggMCAwIDAgLjIxNS41NjMuNjYuNjYgMCAwIDAgLjExNy4wNjJjLS4yMDkuNDExLS40NDEuODEtLjY5NSAxLjE5MmEuODkzLjg5MyAwIDAgMC0uMTMuNDA2QzAgNy4wNzkgMCA3LjM0NSAwIDcuNjFjMCAuNjA1LjAwNSAxLjIxMi4wMTUgMS44MTkgMCAuMzQ3IDAgLjY5NS4wMTkgMS4wNGEuNzMuNzMgMCAwIDAgLjE1My40MzQuNjkuNjkgMCAwIDAgLjM3Ny4yNDhjLjMyMy4wOTcuNjU4LjE0NC45OTQuMTQxLjc1MS4wMTQgMS41MTYuMDE0IDIuMjc1LjAxNGg4LjQwM2MxLjE5NCAwIDIuMzg5LjA2MiAzLjU4Mi0uMDM3YTMuMTEgMy4xMSAwIDAgMCAuNjktLjE1LjY0OC42NDggMCAwIDAgLjMwOS0uMjEyYy4wOC0uMTAxLjEzMS0uMjI0LjE0NS0uMzU0LjAyMi0uMTE4LjAzNS0uMjM4LjAzOC0uMzU3LjAwMi0uMzczLS4wMS0uNzUyLS4wMS0xLjEyNnptLTE0LjUyOC4wNGMtLjI2IDAtLjUxNS0uMDgtLjczMS0uMjI5YTEuMzUgMS4zNSAwIDAgMS0uNDg1LS42MSAxLjQgMS40IDAgMCAxLS4wNzQtLjc4NWMuMDUtLjI2My4xNzYtLjUwNS4zNi0uNjk1LjE4My0uMTkuNDE4LS4zMi42NzMtLjM3Mi4yNTUtLjA1My41Mi0uMDI2Ljc2LjA3N3MuNDQ2LjI3Ny41OS41YTEuMzkxIDEuMzkxIDAgMCAxIC4xMjIgMS4yNzYgMS4zNjMgMS4zNjMgMCAwIDEtLjI4NS40NDIgMS4zMTMgMS4zMTMgMCAwIDEtLjQyNy4yOTVjLS4xNi4wNjgtLjMzLjEwMy0uNTAzLjEwM3YtLjAwMnptLS4yOTUtMy45MzdjLjAwOS0uMDM1LjAxMy0uMDU0LjAyLS4wNzFMMy43IDEuNTAyYy4wMTctLjA0My4wNC0uMDg0LjA2LS4xMjNhLjI2MS4yNjEgMCAwIDEgLjEtLjExNy4yNS4yNSAwIDAgMSAuMTQ4LS4wMzhoOC45MzdhLjI4Ny4yODcgMCAwIDEgLjE5NS4wNDljLjA1OC4wMzkuMS4wOTguMTIuMTY2LjE1OC4zODkuMzIuNzc3LjQ4MyAxLjE2NWwxLjAwNCAyLjQyOWMuMDEzLjAzLjAyNC4wNjQuMDQzLjExbC0xMi42MjMuMDMxem0xMi4zMzUgMy45NGExLjI4NiAxLjI4NiAwIDAgMS0uNzI5LS4yMzYgMS4zNTEgMS4zNTEgMCAwIDEtLjQ3OS0uNjE1IDEuNCAxLjQgMCAwIDEtLjA2OC0uNzg2Yy4wNTMtLjI2My4xOC0uNTA0LjM2Ni0uNjkyYTEuMjc2IDEuMjc2IDAgMCAxIDEuNDM2LS4yOGMuMjQuMTA0LjQ0NC4yOC41ODcuNTA2YTEuMzkyIDEuMzkyIDAgMCAxLS4xOCAxLjcxMyAxLjI5MyAxLjI5MyAwIDAgMS0uOTMzLjM5em0tMS4zMTUgMi42MTZ2MS41ODljMCAuMzM1LjAxNy42NzMuMDQgMS4wMDkuMDMuNDM0LjE5OS42MzguNTYzLjY0OGEzMC44NyAzMC44NyAwIDAgMCAxLjU4NCAwIC40MTMuNDEzIDAgMCAwIC4zLS4xMDEuNDQuNDQgMCAwIDAgLjE0OC0uMjg3Yy4wMzQtLjE1Mi4wNTMtLjMwNy4wNTYtLjQ2MnYtMi4zMThhLjc1NS43NTUgMCAwIDAgMC0uMDhoLTIuNjgxbC0uMDEuMDAyeiIgZmlsbD0iI2ZmZiIvPjwvc3ZnPg==);
}
.amlocator-route-creator .amlocator-travel-mode.-transit {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTUiIGhlaWdodD0iMTgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTE0LjMxOCA5VjIuNzdhLjY5OC42OTggMCAwIDAtLjItLjQ5LjY3Ny42NzcgMCAwIDAtLjQ4Mi0uMjAzVjBIMS4zNjR2Mi4wNzdhLjY3Ny42NzcgMCAwIDAtLjQ4Mi4yMDMuNjk4LjY5OCAwIDAgMC0uMi40OVY5SDB2NS41MzloMS4zNjR2Mi40MjNjMCAuMjc1LjEwNy41NC4zLjczNC4xOTEuMTk1LjQ1MS4zMDQuNzIyLjMwNGguNjgyYy4yNzEgMCAuNTMyLS4xMS43MjMtLjMwNC4xOTItLjE5NS4zLS40NTkuMy0uNzM1VjE0LjU0aDYuODE4djIuNDIzYzAgLjI3NS4xMDguNTQuMy43MzQuMTkxLjE5NS40NTIuMzA0LjcyMy4zMDRoLjY4MmMuMjcgMCAuNTMxLS4xMS43MjMtLjMwNC4xOTItLjE5NS4zLS40NTkuMy0uNzM1VjE0LjU0SDE1VjloLS42ODJ6bS0xLjE5MyAyLjc3YzAgLjIwNS0uMDYuNDA1LS4xNzIuNTc2LS4xMTMuMTctLjI3Mi4zMDQtLjQ2LjM4M2ExLjAwOCAxLjAwOCAwIDAgMS0xLjExNC0uMjI1IDEuMDQ0IDEuMDQ0IDAgMCAxLS4yMjItMS4xMzJjLjA3OC0uMTkuMjA5LS4zNTIuMzc3LS40NjZhMS4wMTIgMS4wMTIgMCAwIDEgMS4yOTEuMTI5Yy4xOTIuMTk1LjMuNDU5LjMuNzM0em0tOS4yMDUgMGMwIC4yMDUtLjA2LjQwNS0uMTcyLjU3NmExLjAwOCAxLjAwOCAwIDAgMS0xLjU3NC4xNTcgMS4wNDMgMS4wNDMgMCAwIDEtLjIyMS0xLjEzMWMuMDc3LS4xOS4yMDgtLjM1Mi4zNzctLjQ2NmExLjAxMiAxLjAxMiAwIDAgMSAxLjI5LjEyOWMuMTkzLjE5NS4zLjQ1OS4zLjczNHpNOC4xODIgOVYzLjQ2Mmg0Ljc3MlY5SDguMTgyek0yLjA0NSAzLjQ2Mmg0Ljc3M1Y5SDIuMDQ1VjMuNDYyeiIgZmlsbD0iI2ZmZiIvPjwvc3ZnPg==);
}
.amlocator-route-creator .amlocator-travel-mode.-walking {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iMjAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTkuMjM4IDEwLjY2Nkw3LjM0NSA4LjA2bC0uMzcxIDIuMzUuOTAzIDEuMjQzYS44NC44NCAwIDAgMCAxLjE3NS4xODcuODQuODQgMCAwIDAgLjE4Ni0xLjE3NXpNNy4zMjMgMi40NGExLjY4MiAxLjY4MiAwIDEgMS0zLjM2NSAwIDEuNjgyIDEuNjgyIDAgMCAxIDMuMzY1IDB6TTQuMTU4IDE0LjQzNWwtMi4xODggMy4wM2ExLjAyOCAxLjAyOCAwIDEgMCAxLjY2NyAxLjIwNGwxLjc5LTIuNDc4LTEuMjY5LTEuNzU2eiIgZmlsbD0iI2ZmZiIvPjxwYXRoIGQ9Ik05LjgwNSAxNy40NjVsLTMuODYtNS4zNDUuNzk3LTUuMDMzYTIuMDU1IDIuMDU1IDAgMCAwLTEuNzEtMi4zNTJjLS42Ny0uMTA2LTEuMjUzLjE5OC0xLjc2NC41NjlMLjg0NCA3LjA2NWEuODQxLjg0MSAwIDAgMC0uMzM3LjU1TC4wMSAxMC43NTJhLjg0MS44NDEgMCAwIDAgMS42NjIuMjYzbC40NDMtMi43OTUgMS4xNzYtLjg1NS0uNDg1IDMuMDczYy0uMDg0LjUyOC4wMzcuODk4LjI4MSAxLjIzNmw1LjA1MSA2Ljk5NGExLjAyNyAxLjAyNyAwIDEgMCAxLjY2Ny0xLjIwNHoiIGZpbGw9IiNmZmYiLz48L3N2Zz4=);
}
.amlocator-route-creator .amlocator-travel-mode.-bicycling {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTkiIGhlaWdodD0iMTkiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEyLjEzNCA0LjI3NmExLjYzMSAxLjYzMSAwIDEgMC0yLjUyOC0yLjA2MiAxLjYzMSAxLjYzMSAwIDAgMCAyLjUyOCAyLjA2MnpNMTAuMDMxIDcuMDUzbDIuOTA3IDMuMDkyYS42Ni42NiAwIDAgMCAuOTM1LjAyOS42NjIuNjYyIDAgMCAwIC4wMjktLjkzNWwtMy42OTgtMy45MzVhLjY1LjY1IDAgMCAwLS4wODUtLjA3M2MtLjAxLS4wMS0uMDE4LS4wMi0uMDI5LS4wMjktLjUxNy0uNDM1LTEuNTI5LS41MzQtMi4zNy4zMDctMS4xNTMgMS4xNjItMS42OTkgMi4wMi0yLjI3MSAzLjY0LS4zMjkgMS4yMTguMzc3IDEuNzA1IDEuMDE1IDIuMDA3LjE2Ny4wOC4zMTIuMTQyLjQ0Mi4xNzQuMDM1LjAxMy4wNjguMDI4LjEwNS4wMzdsMi4zNjcuNTcyLS45MzggMy43MTFhLjg4Mi44ODIgMCAwIDAgMS43MS40MzNsMS4xNTctNC41NzZhLjg4Mi44ODIgMCAwIDAtLjY0OC0xLjA3NGwtMi41My0uNjFjLjQ5Ny0xLjAwMyAxLjI2NC0xLjkzOCAxLjgtMi42NDYuMDM2LS4wNC4wNy0uMDgxLjEwMi0uMTI0eiIgZmlsbD0iI2ZmZiIvPjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNMTkgMTUuMmEzLjggMy44IDAgMSAxLTcuNiAwIDMuOCAzLjggMCAwIDEgNy42IDB6bS0zLjggMS45YTEuOSAxLjkgMCAxIDAgMC0zLjggMS45IDEuOSAwIDAgMCAwIDMuOHpNNy42IDE1LjJhMy44IDMuOCAwIDEgMS03LjYgMCAzLjggMy44IDAgMCAxIDcuNiAwem0tMy44IDEuOWExLjkgMS45IDAgMSAwIDAtMy44IDEuOSAxLjkgMCAwIDAgMCAzLjh6IiBmaWxsPSIjZmZmIi8+PC9zdmc+);
}
.amlocator-route-creator .amlocator-addresses {
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
}
.amlocator-route-creator .amlocator-inputs {
  flex: 1;
  margin: 0 25px;
}
.amlocator-route-creator .amlocator-address {
  border: none;
  height: 35px;
}
.amlocator-route-creator .amlocator-address:focus {
  box-shadow: 0 0 3px 1px #ffffff;
}
.amlocator-route-creator .amlocator-address.-end {
  background: #f2f2f2;
  color: #494949;
}
.amlocator-route-creator .amlocator-address:not(:last-of-type) {
  margin-bottom: 15px;
}
.amlocator-route-creator .amlocator-swap {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMzIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTcgMTZhMSAxIDAgMSAwIDIgMEg3ek04LjcwNy4yOTNhMSAxIDAgMCAwLTEuNDE0IDBMLjkyOSA2LjY1N0ExIDEgMCAwIDAgMi4zNDMgOC4wN0w4IDIuNDE0bDUuNjU3IDUuNjU3YTEgMSAwIDEgMCAxLjQxNC0xLjQxNEw4LjcwNy4yOTN6TTkgMTZWMUg3djE1aDJ6TTE0IDE2YTEgMSAwIDEgMC0yIDBoMnptLTEuNzA3IDE1LjcwN2ExIDEgMCAwIDAgMS40MTQgMGw2LjM2NC02LjM2NGExIDEgMCAwIDAtMS40MTQtMS40MTRMMTMgMjkuNTg2bC01LjY1Ny01LjY1N2ExIDEgMCAwIDAtMS40MTQgMS40MTRsNi4zNjQgNi4zNjR6TTEyIDE2djE1aDJWMTZoLTJ6IiBmaWxsPSIjZmZmZmZmIi8+PC9zdmc+);
  background-color: transparent;
  background-position: center;
  background-repeat: no-repeat;
  border: none;
  height: 33px;
  opacity: .6;
  padding: 0;
  transition: all .3s ease;
  width: 20px;
}
.amlocator-route-creator .amlocator-swap:hover,
.amlocator-route-creator .amlocator-swap:focus {
  opacity: 1;
}
.amlocator-route-creator .amlocator-swap:focus {
  box-shadow: 0 0 3px 1px #ffffff;
}
.amlocator-route-icon {
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 65px;
  justify-content: space-between;
  width: 13px;
}
.amlocator-route-icon .amlocator-icon {
  box-sizing: border-box;
}
.amlocator-route-icon .amlocator-icon.-start {
  border: 3px solid #ffffff;
  border-radius: 10px;
  height: 12px;
  width: 12px;
}
.amlocator-route-icon .amlocator-icon.-dot {
  background: #2d93e2;
  border-radius: 10px;
  height: 4px;
  width: 4px;
}
.amlocator-route-icon .amlocator-icon.-end {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTMiIGhlaWdodD0iMTgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik02Ljc1IDE4UzEzIDExLjc0NyAxMyA2YzAtNC0zLTYtNi41LTZTMCAyIDAgNmMwIDUuNzQ3IDYuNzUgMTIgNi43NSAxMnpNNi41IDlhMi41IDIuNSAwIDEgMCAwLTUgMi41IDIuNSAwIDAgMCAwIDV6IiBmaWxsPSIjZmZmIi8+PC9zdmc+) no-repeat center;
  height: 18px;
  width: 13px;
}
.amlocator-collapse-title {
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  box-sizing: border-box;
  color: #000000;
  cursor: pointer;
  font-size: 16px;
  font-weight: 600;
  padding: 5px 0 10px 0;
}
.amlocator-directions-container table.adp-placemark {
  background: #1978c3;
  color: #ffffff;
}
.amlocator-directions-container td.adp-text {
  font-weight: 600;
  vertical-align: middle;
}
.amlocator-location-info {
  box-sizing: border-box;
  padding: 15px;
}
.amlocator-location-info .amlocator-block {
  margin-bottom: 10px;
}
.amlocator-location-info .amlocator-link {
  color: #000000;
  cursor: pointer;
}
.amlocator-location-info .amlocator-icon {
  background-color: #1979c3;
  border-radius: 10px;
  display: inline-block;
  height: 20px;
  margin-right: 15px;
  vertical-align: middle;
  width: 20px;
}
.amlocator-location-info .amlocator-icon.-website {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTYgMGE2IDYgMCAxIDEgMCAxMkE2IDYgMCAwIDEgNiAwem00LjQwOCAyLjg1NGMtLjQ2MS4zMDktLjk1My41NjktMS40NjguNzc2LjIyMi42Ny4zNSAxLjM2Ny4zOCAyLjA3MWgyLjA4N2E1LjQxIDUuNDEgMCAwIDAtMS0yLjg0N3ptLTguODEzIDBBNS40IDUuNCAwIDAgMCAuNiA1LjcwMmgyLjA4Yy4wMy0uNzA1LjE1OC0xLjQwMi4zOC0yLjA3MmE3Ljk5NiA3Ljk5NiAwIDAgMS0xLjQ2Ni0uNzc2em04LjgxMyA2LjI5MmE1LjQgNS40IDAgMCAwIDEtMi44NDdIOS4zMjJhNy41OSA3LjU5IDAgMCAxLS4zNiAyLjA3N2MuNTA3LjIwNy45OS40NjUgMS40NDUuNzd6TS42IDYuMjk2YTUuNDA3IDUuNDA3IDAgMCAwIDEgMi44NSA3Ljk5MyA3Ljk5MyAwIDAgMSAxLjQ0NC0uNzcgNy41OTQgNy41OTQgMCAwIDEtLjM2Ni0yLjA4SC42em01LjEwNyAxLjUxMnYtMS41MUgzLjI3NGMtLjAzNC4zMzQuMTkgMS42MjIuMzI2IDEuODc4YTcuODk3IDcuODk3IDAgMCAxIDIuMTAyLS4zNjZsLjAwNS0uMDAyem0zLjAyOS0xLjUxSDYuMjk5VjcuODFhNy45MiA3LjkyIDAgMCAxIDIuMTAxLjM2OGMuMTk3LS42MDguMzEtMS4yNC4zMzYtMS44OHptLTMuMDMyLS42VjQuMTlhNy45MyA3LjkzIDAgMCAxLTIuMDg0LS4zNmMtLjE1OC4zNC0uMzkzIDEuNjQzLS4zNCAxLjg3NWgyLjQyNHYtLjAwNnptMi42ODMtMS44NzFhNy45NDMgNy45NDMgMCAwIDEtMi4wODguMzZ2MS41MTVoMi40MzVhNy4wNCA3LjA0IDAgMCAwLS4zNDctMS44NzV6TTMuOCA4LjczNGE3LjA0NSA3LjA0NSAwIDAgMCAxLjkwMiAyLjYyVjguNGMtLjM2OC0uMDI0LTEuNTMyLjE3OS0xLjkwMi4zMzR6bTIuNDk4IDIuNjIyYTcuMDU3IDcuMDU3IDAgMCAwIDEuOTA0LTIuNjI3QTcuMzggNy4zOCAwIDAgMCA2LjI5OCA4LjR2Mi45NTZ6TTMuODIyIDMuMjc0Yy40MjguMTYgMS41OTIuMzYgMS44OC4zMjJWLjcwNmE3LjA1MiA3LjA1MiAwIDAgMC0xLjg4IDIuNTY4em00LjM2IDBBNy4wNTIgNy4wNTIgMCAwIDAgNi4yOTkuNzA2VjMuNmE3LjM5NyA3LjM5NyAwIDAgMCAxLjg4My0uMzIzdi0uMDAzem0tNC45MTQtLjE5NUE3LjcyMiA3LjcyMiAwIDAgMSA0LjgyNC43MiA1LjM4OCA1LjM4OCAwIDAgMCAxLjk2MiAyLjRjLjQxMS4yNy44NDkuNDk4IDEuMzA2LjY4ek03LjE3OC43MmE3Ljc0OCA3Ljc0OCAwIDAgMSAxLjU2IDIuMzYgNy4yMTYgNy4yMTYgMCAwIDAgMS4zMDUtLjY4NkE1LjQgNS40IDAgMCAwIDcuMTc3Ljcyem0uMDggMTAuNTRhNS4zNjQgNS4zNjQgMCAwIDAgMi43ODEtMS42NTNBNy4yMjUgNy4yMjUgMCAwIDAgOC43NiA4LjkzYTcuODQyIDcuODQyIDAgMCAxLTEuNTAxIDIuMzN6TTEuOTYzIDkuNjA3YTUuMzcxIDUuMzcxIDAgMCAwIDIuNzgyIDEuNjUzIDcuODI4IDcuODI4IDAgMCAxLTEuNDk4LTIuMzNjLS40NS4xODItLjg4LjQxLTEuMjg0LjY3N3oiIGZpbGw9IiNmZmYiLz48L3N2Zz4=);
  background-position: center;
  background-repeat: no-repeat;
}
.amlocator-location-info .amlocator-icon.-phone {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTEiIGhlaWdodD0iMTQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0uNzUgMS45NjZsMS4xMTgtLjc0M2MuMzY3LS4yNDUuNzUyLS4xNTQuOTU0LjI1NWwuOTU1IDEuOTM1LS43NjUuODZjLS4yNTMuMjkzLS40NDMuNTcyLS4yNjkuOTg5LjY4NyAxLjY0OCAyLjI4MiAzLjU4IDMuNzcgNC41NjcuMzc3LjI1LjY4Ny4xMTYgMS4wMjItLjA3N2wuOTktLjU4OCAxLjcyIDEuMzA0Yy4zNjMuMjc2LjM3OS42NzEuMDY5Ljk4NmwtLjk0Mi45NTVDNy4yMDcgMTQuNjA2LTEuODQzIDMuNjM2Ljc1MSAxLjk2N3oiIGZpbGw9IiNmZmYiLz48L3N2Zz4=);
  background-position: center;
  background-repeat: no-repeat;
}
.amlocator-location-info .amlocator-icon.-email {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iOCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMTAuNDQzIDFIMS41NTdDMS4yNSAxIDEgMS4yMTcgMSAxLjQ4NHY1LjAzMmMwIC4yNjcuMjUuNDg0LjU1Ny40ODRoOC44ODZjLjMwNyAwIC41NTctLjIxNy41NTctLjQ4NFYxLjQ4NGMwLS4yNjctLjI1LS40ODQtLjU1Ny0uNDg0em0tOC44ODYuMjUyaDguODg2Yy4xNDMgMCAuMjYuMDk5LjI2Ni4yMjJMNi4yMjYgNC42NzFhLjQyOC40MjggMCAwIDEtLjQ1MiAwTDEuMjkxIDEuNDc0Yy4wMDYtLjEyMy4xMjMtLjIyMi4yNjYtLjIyMnpNMS4yOSAxLjhMNC4zNzUgNCAxLjI5IDYuMlYxLjh6bTkuMTUzIDQuOTQ4SDEuNTU3Yy0uMTQzIDAtLjI2LS4wOTktLjI2Ni0uMjIybDMuMzEzLTIuMzYzLjk4Ni43MDNBLjcxMS43MTEgMCAwIDAgNiA0Ljk5YS43MTIuNzEyIDAgMCAwIC40MS0uMTIzbC45ODYtLjcwMyAzLjMxMyAyLjM2M2MtLjAwNi4xMjMtLjEyMy4yMjItLjI2Ni4yMjJ6bS4yNjYtLjU0OEw3LjYyNSA0bDMuMDg0LTIuMnY0LjR6IiBmaWxsPSIjZmZmIiBzdHJva2U9IiNmZmYiIHN0cm9rZS13aWR0aD0iLjQiLz48L3N2Zz4=);
  background-position: center;
  background-repeat: no-repeat;
}
.amlocator-location-container .amlocator-schedule-container .amlocator-today {
  background: none;
  cursor: pointer;
  padding-left: 30px;
  padding-right: 0;
}
.amlocator-location-container .amlocator-schedule-container .amlocator-today:before {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEwIDBDNC40ODggMCAwIDQuNDg4IDAgMTBzNC40ODggMTAgMTAgMTAgMTAtNC40ODggMTAtMTBTMTUuNTEyIDAgMTAgMHoiIGZpbGw9IiMxOTc5QzMiLz48cGF0aCBkPSJNMTAuMDk5IDRIOXY2LjEzNkwxMy4zNCAxM2wuNjYtLjcyNy0zLjkwMS0yLjU5MVY0eiIgZmlsbD0iI2ZmZiIvPjwvc3ZnPg==) no-repeat center;
  height: 20px;
  left: 0;
  top: 5px;
  width: 20px;
}
.amlocator-location-container .amlocator-schedule-table .amlocator-cell.-day {
  padding-left: 10px;
}
.amlocator-location-container .amlocator-schedule-table .amlocator-cell.-time {
  padding-right: 8px;
}
.amlocator-location-gallery {
  padding: 0 15px;
}
.amlocator-location-gallery > .amlocator-wrapper {
  height: 80px;
  padding: 0 25px;
}
.amlocator-location-gallery .slick-slide {
  margin: .2rem;
}
.amlocator-location-gallery .amlocator-link {
  height: 80px;
  text-align: center;
}
.amlocator-location-gallery .amlocator-image {
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.amlocator-location-gallery .amlocator-wrapper .slick-list .slick-track .slick-slide {
  display: inline-block;
}
.amlocator-location-gallery .slick-arrow:focus {
  box-shadow: 0 0 3px 1px #68a8e0;
}
.fancybox-button,
.fancybox-button:hover {
  box-shadow: none !important;
}
.amlocator-location-reviews {
  max-height: 500px;
  overflow: auto;
}
.amlocator-location-reviews .amlocator-items {
  list-style: none none;
  margin: 0;
  padding: 0;
}
.amlocator-reviews-general {
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.amlocator-reviews-general .amlocator-value {
  font-size: 50px;
  font-weight: 400;
  margin-right: 10px;
}
.amlocator-reviews-general .amlocator-wrapper {
  margin-right: 20px;
}
.amlocator-location-review {
  padding: 10px 0 0;
}
.amlocator-location-review .amlocator-name {
  font-weight: bold;
}
.amlocator-location-review .amlocator-message {
  margin-top: 10px;
  max-height: 1000px;
  overflow: auto;
  transition: all .3s ease;
  word-break: break-word;
  word-wrap: break-word;
}
.amlocator-location-review .amlocator-message.-collapsed {
  max-height: 60px;
  overflow: hidden;
}
.amlocator-location-review .amlocator-footer {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.amlocator-location-review .amlocator-link.-full,
.amlocator-location-review .amlocator-link.-full:visited,
.amlocator-location-review .amlocator-link.-full:active,
.amlocator-location-review .amlocator-link.-full:hover {
  color: #6b8fab;
  cursor: pointer;
  font-size: 12px;
  margin-right: 14px;
  position: relative;
}
.amlocator-location-review .amlocator-date {
  color: #555555;
  font-size: 12px;
  margin-left: auto;
  margin-right: 5px;
}
.amlocator-attributes-container {
  display: none;
  padding: 30px 20px;
}
.amlocator-location-attribute:not(:first-of-type) {
  margin-top: 25px;
}
.amlocator-location-attribute .amlocator-values {
  display: inline-block;
}
.amlocator-location-attribute .amlocator-value {
  border-radius: 2px;
  /* phpcs:ignore Magento2.Less.ZeroUnits.ZeroUnitFound */
  box-shadow: 0 2px 4px rgba(45, 147, 226, 0.1);
  display: inline-block;
  margin: 0 10px 5px 0;
  padding: 5px 10px;
}
.amlocator-location-attribute .amlocator-value.-multiselect {
  background: #ffffff;
  color: #363636;
}
.hidden {
  display: none;
}
.loading-mask {
  z-index: 100001 !important;
}
.amlocator-review-popup {
  align-items: center;
  display: flex;
  justify-content: center;
}
.amlocator-review-popup-content {
  padding-bottom: 30px;
}
.amlocator-review-popup .modal-inner-wrap {
  border-radius: 10px;
  max-width: 500px;
  min-width: 330px;
  width: 30%;
}
.amlocator-review-popup .modal-inner-wrap .modal-header {
  padding-top: 2rem;
}
.amlocator-review-popup .modal-inner-wrap .modal-header .action-close {
  padding: 12px;
}
.amlocator-review-popup .modal-inner-wrap .modal-header .action-close:hover:before {
  color: #1979c3;
}
.amlocator-review-popup .modal-inner-wrap .modal-header .action-close:focus:before {
  color: #1979c3;
}
.amlocator-review-popup .modal-inner-wrap .modal-footer {
  padding-top: 0;
}
.amlocator-review-popup .modal-inner-wrap .amlocator-header {
  font-size: 16px;
  margin-bottom: 10px;
}
.amlocator-review-popup .modal-inner-wrap .amlocator-name {
  font-weight: 600;
  word-break: break-all;
  word-wrap: break-word;
}
.amlocator-review-popup .modal-inner-wrap .review-control-vote:focus-within:before {
  background: url(data:image/svg+xml;base64,PCEtLSBzYW1wbGUgcmVjdGFuZ2xlIC0tPgo8c3ZnIHdpZHRoPSIzMyIgaGVpZ2h0PSIyNyIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBmaWxsPSJub25lIiBkPSJNMCAwaDMzdjI3SDB6Ii8+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xNy4zMDUgMTAuMzEzTDE0IDBsLTMuMzA1IDEwLjMxM0gwbDguNjUyIDYuMzc0TDUuMzQ4IDI3IDE0IDIwLjYyNiAyMi42NTIgMjdsLTMuMzA1LTEwLjMxM0wyOCAxMC4zMTNIMTcuMzA1em00LjY1NCAxLjk5aC02LjA4TDE0IDYuNDRsLTEuODc5IDUuODYzaC02LjA4bDQuOTE5IDMuNjI0LTEuODggNS44NjNMMTQgMTguMTY2bDQuOTIgMy42MjQtMS44OC01Ljg2MyA0LjkyLTMuNjI0eiIgZmlsbD0iIzAwNmJiNCIvPjwvc3ZnPg==);
}
.amlocator-review-form .review-field-rating .control {
  margin: 5px 0 40px;
}
.amlocator-review-form .review-field-rating .label {
  color: #3f3f3f;
  font-weight: 400;
}
.amlocator-review-form .review-control-vote:before {
  content: '';
  width: 165px;
  height: 27px;
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzMiIGhlaWdodD0iMjciIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbD0ibm9uZSIgZD0iTTAgMGgzM3YyN0gweiIvPjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNMTcuMzA1IDEwLjMxM0wxNCAwbC0zLjMwNSAxMC4zMTNIMGw4LjY1MiA2LjM3NEw1LjM0OCAyNyAxNCAyMC42MjYgMjIuNjUyIDI3bC0zLjMwNS0xMC4zMTNMMjggMTAuMzEzSDE3LjMwNXptNC42NTQgMS45OWgtNi4wOEwxNCA2LjQ0bC0xLjg3OSA1Ljg2M2gtNi4wOGw0LjkxOSAzLjYyNC0xLjg4IDUuODYzTDE0IDE4LjE2Nmw0LjkyIDMuNjI0LTEuODgtNS44NjMgNC45Mi0zLjYyNHoiIGZpbGw9IiNCMUFFQUUiLz48L3N2Zz4=);
}
.amlocator-review-form .review-control-vote label:before {
  content: '';
  display: inline-block;
  height: 27px;
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzMiIGhlaWdodD0iMjciIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbD0ibm9uZSIgZD0iTTAgMGgzM3YyN0gweiIvPjxwYXRoIGQ9Ik0xNCAwbDMuMzA1IDEwLjMxM0gyOGwtOC42NTIgNi4zNzRMMjIuNjUyIDI3IDE0IDIwLjYyNiA1LjM0OCAyN2wzLjMwNC0xMC4zMTNMMCAxMC4zMTNoMTAuNjk1TDE0IDB6IiBmaWxsPSIjRUQ5RDAwIi8+PC9zdmc+);
}
.amlocator-review-form .review-control-vote input[type='radio']:not(:checked) + label:hover:before {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzMiIGhlaWdodD0iMjciIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbD0ibm9uZSIgZD0iTTAgMGgzM3YyN0gweiIvPjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNMTcuMzA1IDEwLjMxM0wxNCAwbC0zLjMwNSAxMC4zMTNIMGw4LjY1MiA2LjM3NEw1LjM0OCAyNyAxNCAyMC42MjYgMjIuNjUyIDI3bC0zLjMwNS0xMC4zMTNMMjggMTAuMzEzSDE3LjMwNXptNC42NTQgMS45OWgtNi4wOEwxNCA2LjQ0bC0xLjg3OSA1Ljg2M2gtNi4wOGw0LjkxOSAzLjYyNC0xLjg4IDUuODYzTDE0IDE4LjE2Nmw0LjkyIDMuNjI0LTEuODgtNS44NjMgNC45Mi0zLjYyNHoiIGZpbGw9IiNFRDlEMDAiLz48L3N2Zz4=);
  cursor: pointer;
  opacity: 1;
}
.amlocator-review-form .review-control-vote {
  /* phpcs:ignore Magento2.Less.BracesFormatting.SpacingBeforeOpen,Magento2.Less.BracesFormatting.SpacingBeforeClose  */
  /* phpcs:ignore Magento2.Less.BracesFormatting.SpacingBeforeOpen,Magento2.Less.BracesFormatting.SpacingBeforeClose  */
  /* phpcs:ignore Magento2.Less.BracesFormatting.SpacingBeforeOpen,Magento2.Less.BracesFormatting.SpacingBeforeClose  */
  /* phpcs:ignore Magento2.Less.BracesFormatting.SpacingBeforeOpen,Magento2.Less.BracesFormatting.SpacingBeforeClose  */
  /* phpcs:ignore Magento2.Less.BracesFormatting.SpacingBeforeOpen,Magento2.Less.BracesFormatting.SpacingBeforeClose  */
}
.amlocator-review-form .review-control-vote .rating-5:before {
  width: 165px;
}
.amlocator-review-form .review-control-vote .rating-4:before {
  width: 132px;
}
.amlocator-review-form .review-control-vote .rating-3:before {
  width: 99px;
}
.amlocator-review-form .review-control-vote .rating-2:before {
  width: 66px;
}
.amlocator-review-form .review-control-vote .rating-1:before {
  width: 33px;
}
.amlocator-review-form.review-form .action.submit.primary {
  background: #1979c3;
  border: 0;
  border-radius: 0;
  color: #ffffff;
  min-height: 40px;
  width: inherit;
}
.amlocator-review-form.review-form .action.submit.primary:hover {
  background: #1c87da;
}
.amlocator-review-form .label-gdpr.amreview-checboxlabel span {
  color: #e02b27;
  font-size: 1.2rem;
  margin: 0 0 0 5px;
}
.amlocator-review-form .field.review-field-ratings .label {
  margin: 10px 15px 0 0;
  vertical-align: top;
}
.amlocator-review-form .field.review-field-ratings .control {
  display: inline-block;
  vertical-align: top;
  width: 100%;
}
.am-word-break {
  word-break: break-word;
  word-wrap: break-word;
}
.ie11 .am-word-break {
  word-break: break-all;
}
.amsearch-form-block {
  align-items: center;
  box-sizing: border-box;
  display: flex;
  justify-content: flex-end;
  position: relative;
  transition: .3s;
}
.amsearch-form-block.-opened {
  z-index: 98;
}
.header.content {
  flex-wrap: wrap;
}
.amsearch-loader-block {
  background: url(data:image/gif;base64,R0lGODlhEAALAPQAAP///wAAANra2tDQ0Orq6gYGBgAAAC4uLoKCgmBgYLq6uiIiIkpKSoqKimRkZL6+viYmJgQEBE5OTubm5tjY2PT09Dg4ONzc3PLy8ra2tqCgoMrKyu7u7gAAAAAAAAAAACH/C05FVFNDQVBFMi4wAwEAAAAh/hpDcmVhdGVkIHdpdGggYWpheGxvYWQuaW5mbwAh+QQJCwAAACwAAAAAEAALAAAFLSAgjmRpnqSgCuLKAq5AEIM4zDVw03ve27ifDgfkEYe04kDIDC5zrtYKRa2WQgAh+QQJCwAAACwAAAAAEAALAAAFJGBhGAVgnqhpHIeRvsDawqns0qeN5+y967tYLyicBYE7EYkYAgAh+QQJCwAAACwAAAAAEAALAAAFNiAgjothLOOIJAkiGgxjpGKiKMkbz7SN6zIawJcDwIK9W/HISxGBzdHTuBNOmcJVCyoUlk7CEAAh+QQJCwAAACwAAAAAEAALAAAFNSAgjqQIRRFUAo3jNGIkSdHqPI8Tz3V55zuaDacDyIQ+YrBH+hWPzJFzOQQaeavWi7oqnVIhACH5BAkLAAAALAAAAAAQAAsAAAUyICCOZGme1rJY5kRRk7hI0mJSVUXJtF3iOl7tltsBZsNfUegjAY3I5sgFY55KqdX1GgIAIfkECQsAAAAsAAAAABAACwAABTcgII5kaZ4kcV2EqLJipmnZhWGXaOOitm2aXQ4g7P2Ct2ER4AMul00kj5g0Al8tADY2y6C+4FIIACH5BAkLAAAALAAAAAAQAAsAAAUvICCOZGme5ERRk6iy7qpyHCVStA3gNa/7txxwlwv2isSacYUc+l4tADQGQ1mvpBAAIfkECQsAAAAsAAAAABAACwAABS8gII5kaZ7kRFGTqLLuqnIcJVK0DeA1r/u3HHCXC/aKxJpxhRz6Xi0ANAZDWa+kEAA7AAAAAAAAAAAA) no-repeat center;
  bottom: 0;
  height: 11px;
  margin: auto 5px auto 0;
  position: absolute;
  right: 40px;
  top: 0;
  width: 16px;
  z-index: 1000;
}
.amsearch-message-block {
  align-items: center;
  background: #fafafa;
  display: flex;
  font-size: 18px;
  justify-content: center;
  line-height: 25px;
  margin: 20px;
  padding: 20px;
  text-align: center;
  width: 100%;
}
.amsearch-message-block b {
  padding: 0 0 0 5px;
}
.amsearch-link {
  color: #1979c2;
  text-decoration: none;
}
.amsearch-link:hover {
  color: #006bb4;
  text-decoration: underline;
}
.amsearch-link:active {
  color: #004c80;
}
.amsearch-wrapper-block {
  box-sizing: border-box;
  display: inline-block;
  margin: 10px 0 0 0;
  order: 1;
  padding: 20px 0;
  position: relative;
  width: 100%;
}
.amsearch-wrapper-block .focusable-trap:focus {
  box-shadow: none;
}
.nav-sections .navigation {
  z-index: 2;
}
.page-header .amsearch-wrapper-block:before {
  background: #cccccc;
  content: '';
  height: 1px;
  margin: 0 -15px;
  position: absolute;
  top: 0;
  width: calc(100% + 15px * 2);
}
.amsearch-emptysearch-cms {
  background: #fbfcfe;
  color: #1f1b1b;
  padding: 30px;
}
.amsearch-emptysearch-cms > .amsearch-content {
  word-break: break-word;
  word-wrap: break-word;
}
.ie11 .amsearch-emptysearch-cms > .amsearch-content {
  word-break: break-all;
}
.ie11 .amsearch-emptysearch-cms > .amsearch-content {
  word-break: break-all;
}
.ie11 .amsearch-emptysearch-cms > .amsearch-content {
  word-break: break-all;
}
.ie11 .amsearch-emptysearch-cms > .amsearch-content {
  word-break: break-all;
}
.amsearch-emptysearch-cms .amsearch-content > .amsearch-title {
  font-size: 38px;
  font-weight: 800;
  margin: 0 0 20px;
}
.amsearch-emptysearch-cms .amsearch-text {
  font-size: 20px;
  font-weight: 300;
  line-height: 28px;
}
.amsearch-emptysearch-cms .amsearch-contacts-block {
  font-size: 14px;
  margin-top: 30px;
}
.amsearch-emptysearch-cms .amsearch-image-block {
  margin-top: 30px;
}
.amsearch-emptysearch-cms .amsearch-contacts-block > .amsearch-title {
  margin-bottom: 5px;
}
.amsearch-highlight {
  color: var(--amsearch-color-highlight, #1a624f);
  font-weight: 700;
}
@-webkit-keyframes amsearch-animation__fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes amsearch-animation__fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-ms-keyframes amsearch-animation__fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes amsearch-animation__fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes amsearch-animation__fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.amsearch-button {
  cursor: pointer;
  display: inline-block;
  transition: .3s;
}
.amsearch-button.-icon {
  background-position: center;
  background-repeat: no-repeat;
  background-size: 13px;
}
.amsearch-button.-icon:hover,
.amsearch-button.-icon:focus {
  filter: brightness(0.5);
}
.amsearch-button.-clear {
  background-color: transparent;
  border: none;
  box-shadow: none;
  padding: 0;
}
.amsearch-button.-clear:active,
.amsearch-button.-clear:hover,
.amsearch-button.-clear:focus {
  border: none;
  box-shadow: none;
}
.amsearch-button.-close {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEgMWwxMCAxMG0wLTEwTDEgMTEiIHN0cm9rZT0iI0IyQjJCMiIgc3Ryb2tlLXdpZHRoPSIxLjUiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIvPjwvc3ZnPg==);
  border: 0;
  padding: 16px;
}
.amsearch-button.-loupe {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA1Ni45NjYgNTYuOTY2Ij48cGF0aCBkPSJNNTUuMTQ2IDUxLjg4N0w0MS41ODggMzcuNzg2QTIyLjkyNiAyMi45MjYgMCAwIDAgNDYuOTg0IDIzYzAtMTIuNjgyLTEwLjMxOC0yMy0yMy0yM3MtMjMgMTAuMzE4LTIzIDIzIDEwLjMxOCAyMyAyMyAyM2M0Ljc2MSAwIDkuMjk4LTEuNDM2IDEzLjE3Ny00LjE2MmwxMy42NjEgMTQuMjA4Yy41NzEuNTkzIDEuMzM5LjkyIDIuMTYyLjkyLjc3OSAwIDEuNTE4LS4yOTcgMi4wNzktLjgzN2EzLjAwNCAzLjAwNCAwIDAgMCAuMDgzLTQuMjQyek0yMy45ODQgNmM5LjM3NCAwIDE3IDcuNjI2IDE3IDE3cy03LjYyNiAxNy0xNyAxNy0xNy03LjYyNi0xNy0xNyA3LjYyNi0xNyAxNy0xN3oiIGZpbGw9IiNhOWE5YTkiLz48L3N2Zz4=);
  border: 0;
  box-shadow: none;
  height: 20px;
  padding: 0;
  width: 20px;
}
.amsearch-button.-wishlist,
.amsearch-button.-compare {
  background-size: 18px;
}
.amsearch-button.-wishlist {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMTciIHZpZXdCb3g9IjAgMCAyMCAxNyIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTE3LjA2MTIgMC40NzczMUMxNS43NjIgLTAuMTAzNzYzIDE0LjQ0OTcgLTAuMTU0MjkxIDEzLjEyNDUgMC4zMjU3MjZDMTEuNzk5MiAwLjc4MDQ3OSAxMC44Mzc3IDEuNjM5NDYgMTAuMjQwMSAyLjkwMjY2QzEwLjE4ODEgMy4wMDM3MiAxMC4xMzYxIDMuMTA0NzcgMTAuMDg0MiAzLjIwNTgzQzEwLjA1ODIgMy4zMDY4OCAxMC4wMzIyIDMuNDIwNTcgMTAuMDA2MiAzLjU0Njg5QzkuOTgwMjMgMy40MjA1NyA5Ljk0MTI1IDMuMzA2ODggOS44ODkyOCAzLjIwNTgzQzkuODYzMyAzLjEwNDc3IDkuODI0MzIgMy4wMDM3MiA5Ljc3MjM1IDIuOTAyNjZDOS4xNzQ2OCAxLjYzOTQ2IDguMjEzMjMgMC43ODA0NzkgNi44ODc5NyAwLjMyNTcyNkM1LjU2MjcyIC0wLjE1NDI5MSA0LjI1MDQ2IC0wLjEwMzc2MyAyLjk1MTE5IDAuNDc3MzFDMS42Nzc5MSAxLjA4MzY1IDAuNzk0NDA5IDIuMDQzNjggMC4zMDA2ODggMy4zNTc0MUMtMC4xNjcwNDkgNC42NzExNCAtMC4wODkwOTI2IDUuOTU5NjEgMC41MzQ1NTYgNy4yMjI4MUMwLjgyMDM5NSA3Ljg1NDQxIDEuNDcwMDMgOC43MjYwMiAyLjQ4MzQ2IDkuODM3NjRDMy41MjI4NyAxMC45MjQgNC42MDEyNiAxMS45OTc3IDUuNzE4NjMgMTMuMDU4OEM2LjgzNiAxNC4xMTk5IDcuODIzNDUgMTUuMDQyIDguNjgwOTYgMTUuODI1MkM5LjU2NDQ2IDE2LjYwODQgMTAuMDA2MiAxNyAxMC4wMDYyIDE3QzEwLjAwNjIgMTcgMTAuMDA2MiAxNi45ODc0IDEwLjAwNjIgMTYuOTYyMUMxMC4wMDYyIDE2Ljk4NzQgMTAuMDA2MiAxNyAxMC4wMDYyIDE3QzEwLjAwNjIgMTcgMTAuNDM1IDE2LjYwODQgMTEuMjkyNSAxNS44MjUyQzEyLjE3NiAxNS4wNDIgMTMuMTc2NCAxNC4xMTk5IDE0LjI5MzggMTMuMDU4OEMxNS40MTEyIDExLjk5NzcgMTYuNDc2NiAxMC45MjQgMTcuNDkgOS44Mzc2NEMxOC41Mjk0IDguNzI2MDIgMTkuMTkyIDcuODU0NDEgMTkuNDc3OSA3LjIyMjgxQzIwLjEwMTUgNS45NTk2MSAyMC4xNjY1IDQuNjcxMTQgMTkuNjcyOCAzLjM1NzQxQzE5LjIwNSAyLjA0MzY4IDE4LjMzNDUgMS4wODM2NSAxNy4wNjEyIDAuNDc3MzFaIiBmaWxsPSIjNkU3MTZFIi8+Cjwvc3ZnPgo=);
  height: 20px;
  width: 20px;
}
.amsearch-button.-compare {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMTQiIHZpZXdCb3g9IjAgMCAyMCAxNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTUgMTRWOS4zNjk3OUgwVjE0SDVaTTEyLjQ2MDkgMEg3LjVWMTRIMTIuNDYwOVYwWk0yMCA0LjcwMzEySDE1VjE0SDIwVjQuNzAzMTJaIiBmaWxsPSIjNkU3MTZFIi8+Cjwvc3ZnPgo=);
  height: 20px;
  width: 20px;
}
.amsearch-button.-disabled {
  opacity: .7;
  pointer-events: none;
}
.amsearch-button.-primary {
  background: #1979c2;
  border: 1px solid #1979c2;
  border-radius: 0;
  color: #1979c2;
  letter-spacing: -.015em;
  transition: .3s;
}
.amsearch-button.-primary:hover {
  background: #1979c2;
}
.amsearch-button.-primary:active {
  background: #1979c2;
}
.amsearch-button.-search {
  background-color: var(--amsearch-color-search_button, #1979c2);
  border-color: var(--amsearch-color-search_button, #1979c2);
  color: var(--amsearch-color-search_button_text, #ffffff);
}
.amsearch-button.-search:hover {
  background: var(--amsearch-color-search_button-hover, #166bab);
  border-color: var(--amsearch-color-search_button-hover, #166bab);
}
.amsearch-button.-search:active {
  background: var(--amsearch-color-search_button-focus, #135d95);
  border-color: var(--amsearch-color-search_button-focus, #135d95);
}
.amsearch-button.-full-close {
  align-items: center;
  background-color: #f5f5f5;
  border-color: #f5f5f5;
  border-radius: 50%;
  display: flex;
  font-size: 10px;
  height: 32px;
  justify-content: center;
  padding: 0;
  width: 32px;
}
.amsearch-button.-full-close:after {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEgMWwxMCAxMG0wLTEwTDEgMTEiIHN0cm9rZT0iI0IyQjJCMiIgc3Ryb2tlLXdpZHRoPSIxLjUiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIvPjwvc3ZnPg==);
  background-repeat: no-repeat;
  content: '';
  display: inline-block;
  height: 12px;
  width: 12px;
}
.amsearch-button.-full-close:hover {
  background-color: #e8e8e8;
}
.amsearch-button.-full-close:active {
  background-color: #dcdcdc;
}
.amsearch-slider-section {
  box-sizing: border-box;
  display: flex;
}
.amsearch-slider-section .amsearch-item:hover,
.amsearch-slider-section .amsearch-item.selected {
  background-color: transparent;
}
.amsearch-slider-section .amsearch-item .amsearch-image {
  display: block;
  pointer-events: auto;
  width: 100%;
}
.amsearch-slider-section.slick-slider {
  padding: 0;
}
.amsearch-slider-section .slick-dots {
  background: inherit;
  border: none;
  top: 100%;
}
.amsearch-slider-section .slick-dots > li[role='presentation'] {
  align-items: center;
  border: none;
  display: inline-flex;
  height: 6px;
  justify-content: center;
  margin: 0 6px;
  padding: 0;
  text-align: inherit;
  white-space: inherit;
  width: 6px;
}
.amsearch-slider-section .slick-dots > li[role='presentation']:hover,
.amsearch-slider-section .slick-dots > li[role='presentation'].selected {
  background: inherit;
}
.amsearch-slider-section .slick-dots > li[role='presentation'].slick-active button,
.amsearch-slider-section .slick-dots > li[role='presentation'].slick-active .cart.table-wrapper .actions-toolbar > .action,
.amsearch-slider-section .slick-dots > li[role='presentation'].slick-active .action-gift {
  background: #ff5502;
  border-color: #ff5502;
}
.amsearch-slider-section .slick-dots > li[role='presentation'] button,
.amsearch-slider-section .slick-dots > li[role='presentation'] .cart.table-wrapper .actions-toolbar > .action,
.amsearch-slider-section .slick-dots > li[role='presentation'] .action-gift {
  background: #ffffff;
  border: 1px solid #cccccc;
  border-radius: 100%;
  height: 100%;
  padding: 0;
  width: 100%;
}
.amsearch-slider-section .slick-dots > li[role='presentation'] button:before,
.amsearch-slider-section .slick-dots > li[role='presentation'] .cart.table-wrapper .actions-toolbar > .action:before,
.amsearch-slider-section .slick-dots > li[role='presentation'] .action-gift:before {
  content: none;
}
.amsearch-slider-section button.slick-arrow,
.amsearch-slider-section .cart.table-wrapper .actions-toolbar > .action.slick-arrow,
.amsearch-slider-section .action-gift.slick-arrow {
  background: #ffffff url('data:image/svg+xml;base64, PHN2ZyB3aWR0aD0iMTEiIGhlaWdodD0iMTkiIHZpZXdCb3g9IjAgMCAxMSAxOSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEwLjU0NTQgOS4zNzY2OEwyLjE5ODk1IDAuNDA5MThMMC43NDIyNjEgMS44NDg5Mkw3Ljc1MDEzIDkuMzc2NjhMMC41NDU0MSAxNy4xNTEzTDEuOTYyNzMgMTguNTkxTDEwLjA3MyA5LjkxMTQ0TDEwLjU0NTQgOS4zNzY2OFoiIGZpbGw9IiM5OTk5OTkiLz4KPC9zdmc+Cg==') center no-repeat !important;
  border-radius: 0;
  bottom: 0;
  height: 40px;
  margin: auto 0;
  top: 0;
  width: 40px;
  z-index: 2;
}
.amsearch-slider-section button.slick-arrow:focus,
.amsearch-slider-section .cart.table-wrapper .actions-toolbar > .action.slick-arrow:focus,
.amsearch-slider-section .action-gift.slick-arrow:focus {
  box-shadow: 0 0 3px 1px #00699d;
}
/* phpcs:ignore Magento2.Less.AvoidId.IdSelectorUsage */
#amasty-shopby-product-list {
  max-width: 100%;
  order: 10;
}
.amsearch-products-section {
  align-content: flex-start;
  border-left: none;
  border-top: 1px solid #cccccc;
  box-sizing: border-box;
  padding: 20px 0 0;
  position: relative;
  transition: .1s;
  width: 100%;
  /* phpcs:ignore Magento2.Less.TypeSelectors.UpperCaseSelector */
}
.amsearch-products-section .amsearch-sku-block {
  padding: 0 0 10px;
}
.amsearch-products-section .amsearch-link {
  color: var(--amsearch-color-text, #1a624f);
}
.amsearch-products-section .amsearch-link:hover {
  color: var(--amsearch-color-hover_text, #1a624f);
}
.amsearch-products-section .amsearch-block-header {
  padding: 0 20px 25px;
}
.amsearch-products-section .amsearch-item .item-description {
  word-break: keep-all;
}
.amsearch-products-section .amsearch-item .product-item-description {
  word-break: break-all;
}
.amsearch-products-section .product-item-description {
  color: #666666;
  font-size: 1.2rem;
  margin: 0;
  padding: 0 0 10px;
}
.amsearch-products-section .amsearch-product-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  width: 100%;
}
.amsearch-products-section .amsearch-item {
  align-content: flex-start;
  box-sizing: border-box;
  display: flex;
  margin: 0;
  padding: 20px;
  position: relative;
}
.amsearch-products-section .amsearch-item:hover {
  background: var(--amsearch-color-hover, #bfdcec);
  z-index: 8;
}
.amsearch-products-section .amsearch-item:not(:hover) .dropdown {
  display: none;
}
.amsearch-products-section .product-item-details {
  display: flex;
  flex-direction: column;
  max-width: 100%;
  min-height: 100px;
}
.amsearch-products-section .amsearch-wrapper-inner {
  align-items: flex-end;
  display: flex;
  flex-wrap: wrap;
}
.amsearch-products-section .product-item-link {
  padding: 0 0 10px;
  word-break: keep-all;
}
.amsearch-products-section .action.tocart {
  word-break: break-word;
  word-wrap: break-word;
  border-radius: 0;
  font-size: 1.2rem;
  line-height: 1.2;
  min-height: 35px;
  padding: 10px;
  white-space: inherit;
}
.ie11 .amsearch-products-section .action.tocart {
  word-break: break-all;
}
.ie11 .amsearch-products-section .action.tocart {
  word-break: break-all;
}
.ie11 .amsearch-products-section .action.tocart {
  word-break: break-all;
}
.ie11 .amsearch-products-section .action.tocart {
  word-break: break-all;
}
.amsearch-products-section .product-item [data-role='priceBox'] {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  font-size: 16px;
  font-weight: 700;
  margin: 0;
  padding: 0 0 10px;
}
.amsearch-products-section .product-item [data-role='priceBox'] p,
.amsearch-products-section .product-item [data-role='priceBox'] span {
  flex-basis: 100%;
  padding: 0 0 5px;
}
.amsearch-products-section .product-reviews-summary {
  margin: 0;
  padding: 0 0 10px;
}
.amsearch-products-section .actions-secondary {
  align-items: center;
  display: flex;
  padding: 5px;
}
.amsearch-products-section .actions-secondary .amsearch-button.-icon {
  margin: 5px;
}
.amsearch-products-section .actions-secondary > .action {
  flex-grow: inherit;
  line-height: normal;
  margin-right: 5px;
}
.amsearch-products-section.-list .amsearch-item {
  width: 100%;
}
.amsearch-products-section.-list .amsearch-image {
  max-width: 132px;
  width: 40%;
}
.amsearch-products-section.-list .actions-secondary {
  padding: 0 0 0 5px;
}
.amsearch-products-section.-list .amsearch-description {
  padding-left: 10px;
}
.amsearch-products-section.-grid .amsearch-image {
  padding-bottom: 10px;
  width: 100%;
}
.amsearch-products-section.-grid .amsearch-image .amsearch-product-image-container {
  display: inline-block;
  max-width: 100%;
}
.amsearch-products-section.-grid:not(.-slider) .amsearch-item {
  flex-wrap: wrap;
  max-width: 50%;
}
.amsearch-collapsible-section[data-collapsible].-opened .amsearch-collapsible-title:after {
  transform: rotate(225deg) translate(-5px, 0);
}
.amsearch-collapsible-section[data-collapsible] .amsearch-collapsible-title {
  align-items: center;
  cursor: pointer;
  display: flex;
}
.amsearch-collapsible-section[data-collapsible] .amsearch-collapsible-title:after {
  border-bottom: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
  content: '';
  display: inline-block;
  height: 10px;
  transform: rotate(45deg) translate(0, -5px);
  transition: .3s all;
  width: 10px;
}
.amsearch-block-header {
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  margin-bottom: 0;
  padding: 0 20px 2px;
  width: 100%;
}
.amsearch-block-header .amsearch-title {
  font-size: 1.8rem;
  font-weight: 700;
  text-transform: capitalize;
  word-break: break-word;
  word-wrap: break-word;
}
.amsearch-block-header .amsearch-link {
  line-height: 26px;
  min-width: 90px;
}
.amsearch-block-header .amsearch-link.-view-all .amsearch-count {
  font-weight: inherit;
}
.amsearch-block-header .amsearch-link .amsearch-count:before {
  content: '(+';
}
.amsearch-block-header .amsearch-count {
  font-weight: 300;
}
.amsearch-block-header .amsearch-count:before {
  content: '(';
}
.amsearch-block-header .amsearch-count:after {
  content: ')';
}
.amsearch-category-tab .amsearch-item {
  font-size: 1.6rem;
  margin-bottom: 10px;
}
.amsearch-category-tab .amsearch-item .am-item-link:not(:last-of-type):after {
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI1MTIiIGhlaWdodD0iNTEyIiB2aWV3Qm94PSIwIDAgNDUxLjg0NiA0NTEuODQ3Ij48cGF0aCBkPSJNMzQ1LjQ0MSAyNDguMjkyTDE1MS4xNTQgNDQyLjU3M2MtMTIuMzU5IDEyLjM2NS0zMi4zOTcgMTIuMzY1LTQ0Ljc1IDAtMTIuMzU0LTEyLjM1NC0xMi4zNTQtMzIuMzkxIDAtNDQuNzQ0TDI3OC4zMTggMjI1LjkyIDEwNi40MDkgNTQuMDE3Yy0xMi4zNTQtMTIuMzU5LTEyLjM1NC0zMi4zOTQgMC00NC43NDggMTIuMzU0LTEyLjM1OSAzMi4zOTEtMTIuMzU5IDQ0Ljc1IDBsMTk0LjI4NyAxOTQuMjg0YzYuMTc3IDYuMTggOS4yNjIgMTQuMjcxIDkuMjYyIDIyLjM2NiAwIDguMDk5LTMuMDkxIDE2LjE5Ni05LjI2NyAyMi4zNzN6IiBkYXRhLW9yaWdpbmFsPSIjMDAwMDAwIiBjbGFzcz0iYWN0aXZlLXBhdGgiIGRhdGEtb2xkX2NvbG9yPSIjYTNhM2EzIiBmaWxsPSIjYTNhM2EzIi8+PC9zdmc+) no-repeat center;
  background-size: contain;
  content: '';
  display: inline-block;
  height: 10px;
  margin: 0 10px;
  width: 10px;
}
.amsearch-result-tabs {
  margin-top: 5px;
  z-index: initial;
}
.amsearch-result-tabs > .data.item.content:not([aria-hidden='false']) {
  display: none;
}
.amsearch-result-tabs .title {
  box-sizing: border-box;
  position: relative;
}
.amsearch-result-tabs .title.active .amsearch-results-count {
  display: none;
}
.amsearch-result-tabs .title.active .switch {
  padding-bottom: 1px;
}
.amsearch-result-tabs .data.content {
  display: none;
}
.amsearch-result-tabs .data.content[aria-hidden='false'] {
  display: block;
}
.amsearch-result-tabs .data.title {
  margin-right: 5px;
}
.amsearch-result-tabs .data.title.active {
  background: #d8d8d8;
  box-sizing: border-box;
}
.amsearch-result-tabs .data.title.last {
  margin-bottom: 8px;
}
.page-header:not(.amsearch-full-width) .amsearch-result-section {
  /* phpcs:ignore Magento2.Less.ClassNaming.NotAllowedSymbol */
  -webkit-animation: amsearch-animation__fadeIn 0.3s forwards;
  animation: amsearch-animation__fadeIn 0.3s forwards;
}
.page-header .amsearch-result-section {
  right: 0;
}
.amsearch-result-section {
  overflow: hidden;
  overflow-y: auto;
  scrollbar-color: #adadad rgba(255, 255, 255, 0.2);
  scrollbar-width: thin;
  background-color: var(--amsearch-color-background, #ffffff);
  border: 1px solid;
  border-color: var(--amsearch-color-border, transparent);
  border-radius: 3px;
  box-shadow: 0 2px 4px rgba(84, 95, 125, 0.12), 0 5px 8px rgba(155, 159, 174, 0.1);
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  margin: 5px 0;
  max-height: 90vh;
  position: absolute;
  top: 100%;
  transition: .3s;
  width: 100%;
  z-index: 99;
}
.amsearch-result-section::-webkit-scrollbar {
  background: #f0f0f0;
}
.amsearch-result-section::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background: #adadad;
  cursor: pointer;
}
.amsearch-result-section ::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px #ffffff;
}
.amsearch-result-section::-webkit-scrollbar {
  width: 4px;
}
.amsearch-result-section::-webkit-scrollbar-thumb {
  width: 4px;
}
.amsearch-result-section ::-webkit-scrollbar-track {
  width: 4px;
}
.amsearch-result-section:empty {
  display: none;
}
.amsearch-result-section .amsearch-result-block {
  box-sizing: border-box;
  max-width: 100%;
  width: 100%;
}
.amsearch-result-section .amsearch-result-block:empty {
  display: none;
}
.amsearch-result-block.-preload {
  display: flex;
  flex-wrap: wrap;
}
.amsearch-result-block.-preload:empty {
  display: none;
}
.amsearch-result-block.-preload .amsearch-item:first-child:last-child {
  max-width: 100%;
  width: 100%;
}
.amsearch-result-block.-preload .amsearch-slider-section {
  width: 100%;
}
.amsearch-result-block.-preload .amsearch-products-list {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.page-header .amsearch-input-wrapper {
  width: 100%;
}
.amsearch-input-wrapper {
  max-width: 100%;
  position: relative;
  transition: .3s;
}
.amsearch-input-wrapper.-typed .amsearch-button.-loupe {
  left: 10px;
  right: auto;
}
.amsearch-input-wrapper.-typed .amsearch-input {
  padding-left: 33px;
  padding-right: 33px;
}
.amsearch-input-wrapper .amsearch-input {
  border: 1px solid #ccc;
  padding: 5px 10px;
  transition: .3s;
}
.amsearch-input-wrapper .amsearch-input:focus {
  border: 1px solid #1979c2;
  box-shadow: none;
}
.amsearch-input-wrapper .amsearch-input:focus::placeholder,
.amsearch-input-wrapper .amsearch-input:focus::-webkit-input-placeholder {
  color: transparent;
}
.amsearch-input-wrapper .amsearch-input::placeholder,
.amsearch-input-wrapper .amsearch-input::-webkit-input-placeholder {
  color: #999;
}
.amsearch-input-wrapper .amsearch-button.-close {
  bottom: 0;
  font-size: 1rem;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
}
.amsearch-input-wrapper .amsearch-button.-loupe {
  border: 0;
  bottom: 0;
  margin: auto;
  position: absolute;
  right: 5px;
  top: 0;
}
body.-amsearch-overlay-opened .logo,
body.-amsearch-overlay-opened .nav-sections {
  z-index: 0;
}
.page-header.amsearch-full-width.-opened {
  z-index: 12;
}
.amsearch-overlay-block {
  background: rgba(0, 0, 0, 0.19);
  bottom: 0;
  display: none;
  height: 100%;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 11;
}
.amsearch-overlay-block .amsearch-overlay {
  bottom: 0;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}
.amsearch-items-section {
  padding: 25px 0 0 0;
  width: 100%;
}
.amsearch-items-section:empty {
  display: none;
}
.amsearch-item-container {
  flex-basis: 100%;
  padding: 0 0 20px;
  position: relative;
}
.amsearch-item-container.-opened {
  padding: 0 0 32px;
}
.amsearch-item-container.-page a.amsearch-link {
  color: var(--amsearch-color-hover_text, #1a624f);
  font-weight: 600;
}
.amsearch-item-container.-recent_searches:not(.-closed) .amsearch-block-header {
  padding: 0 20px 15px;
}
.amsearch-item-container.-recent_searches .amsearch-tab-items {
  padding: 0 20px;
}
.amsearch-item-container.-recent_searches .amsearch-item {
  background: #f5f5f5;
  border: 1px solid transparent;
  border-radius: 25px;
  box-sizing: border-box;
  display: inline-block;
  margin: 0 8px 10px 0;
  order: 1;
  text-decoration: none;
}
.amsearch-item-container.-recent_searches .amsearch-item.-match {
  background-color: var(--amsearch-color-hover, #bfdcec);
}
.amsearch-item-container.-recent_searches .amsearch-item .amsearch-link {
  padding: 6px 15px;
}
.amsearch-item-container.-recent_searches .amasty-xsearch-num-results {
  display: none;
}
.amsearch-item-container.-popular_searches .amasty-xsearch-num-results {
  display: none;
  font-size: 12px;
}
.amsearch-item-container.-browsing_history .amasty-xsearch-num-results {
  display: none;
}
.amsearch-item-container.-brands .amasty-xsearch-num-results {
  color: #cccccc;
  display: inline-block;
  float: none;
}
.amsearch-item-container .amsearch-tab-items {
  list-style: none;
  margin: 0;
  padding: 0;
}
.amsearch-item-container .amsearch-description {
  padding: 8px 20px;
}
.amsearch-item-container .amsearch-item {
  cursor: pointer;
  margin: 0;
  overflow: hidden;
  text-transform: capitalize;
}
.amsearch-item-container .amsearch-item .amsearch-link {
  color: var(--amsearch-color-text, #1a624f);
  display: block;
  font-size: 1.4rem;
  font-weight: 400;
  outline: none;
  padding: 8px 20px;
  text-decoration: none;
}
.amsearch-item-container .amsearch-item .amsearch-link:hover {
  background: var(--amsearch-color-hover, #bfdcec);
  color: var(--amsearch-color-hover_text, #1a624f);
}
.amsearch-item-container .amsearch-item .amsearch-link:focus {
  background: var(--amsearch-color-hover-focus, #bfdcec);
  color: var(--amsearch-color-text-focus, #1a624f);
}
.amsearch-related-terms {
  display: flex;
  flex-wrap: wrap;
  margin: 20px 0;
}
.amsearch-related-terms > .amsearch-title {
  font-weight: 700;
  margin: 0 0 15px 0;
  width: 100%;
}
.amsearch-related-terms > .amsearch-item {
  background: #d8eeff;
  border-radius: 20px;
  color: #252525;
  font-size: 12px;
  line-height: 1.3;
  margin: 0 15px 10px 0;
  padding: 5px 15px;
  transition: .1s;
}
.amsearch-related-terms > .amsearch-item:hover {
  background: #b7e0ff;
}
.amsearch-related-terms > .amsearch-item:hover,
.amsearch-related-terms > .amsearch-item:active {
  text-decoration: none;
}
.amsearch-related-terms .amsearch-count {
  color: #757575;
}
.amsearch-button.-full-close {
  display: none;
}
.page-header .amsearch-button.-loupe-trigger {
  background-size: 20px;
  filter: brightness(75%);
  float: right;
  height: 20px;
  margin: 14px;
  width: 20px;
}
.page-header.amsearch-full-width .header.content {
  transition: none;
}
.page-header.amsearch-full-width .amsearch-full_width-title {
  flex-basis: 100%;
  font-size: 2.6rem;
  font-weight: 300;
  margin: 0;
  padding: 0 0 20px 0;
  z-index: 15;
}
.page-header.amsearch-full-width .amsearch-input-wrapper {
  flex-grow: 10;
  width: initial;
}
.page-header.amsearch-full-width .amsearch-button.-search {
  flex-grow: 1;
}
.page-header.amsearch-full-width .amsearch-wrapper-block {
  display: none;
}
.page-header.amsearch-full-width .amsearch-form-block {
  flex-wrap: wrap;
  height: auto;
  justify-content: flex-start;
  min-width: 100%;
  padding: 20px 15px;
  transition: none;
}
.page-header.amsearch-full-width .amsearch-button.-full-close {
  bottom: 0;
  margin: 20px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 98;
}
.page-header.amsearch-full-width .amsearch-result-section {
  border-radius: 0;
  border-top: 1px solid #cccccc;
  margin: 0;
  transition: none;
  width: 100%;
}
.page-header.amsearch-full-width .amsearch-slider-section {
  max-width: none;
  width: 100%;
}
.page-header.amsearch-full-width .amsearch-wrapper-block {
  background: #f5f5f5;
  height: 100%;
  padding: 0;
  margin: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 14;
}
.page-header.amsearch-full-width.-opened {
  height: 134px;
  transition: .1s;
}
.page-header.amsearch-full-width.-opened .panel.wrapper {
  display: none;
}
.page-header.amsearch-full-width.-opened .header.content {
  align-content: center;
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: center;
  max-width: 100%;
  padding: 0;
}
.page-header.amsearch-full-width.-opened .minicart-wrapper {
  display: none;
}
.page-header.amsearch-full-width.-opened .amsearch-wrapper-block {
  display: inline-block;
}
.page-header.amsearch-full-width.-opened .amsearch-button.-full-close {
  display: inline-flex;
}
img {
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
}
.maagebees-add ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.maagebees-add:before,
.maagebees-add:after,
.mageb-patn-inner:before,
.mageb-patn-inner:after {
  content: '';
  clear: both;
  display: block;
}
.mageb-patterns {
  max-width: 1200px;
}
.mageb-patterns.mageb-pattern1,
.mageb-patterns.mageb-pattern1.full-width {
  max-width: 100%;
}
.mageb-patterns.mageb-pattern1.boxed {
  max-width: 1200px;
}
.mageb-pattern1 li {
  width: 100%;
}
.mageb-effects {
  overflow: hidden;
}
.mageb-effects img {
  display: block;
}
/* Onhover Caption*/
.mageb-pattern-list {
  position: relative;
}
.mageb-pattern-list .mageb-caption {
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 0;
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 9;
  text-align: center;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.mageb-pattern-list:hover .mageb-caption {
  opacity: 1;
  filter: alpha(opacity=100);
  color: #fff;
}
.mageb-full-caption {
  display: inline-block;
  padding: 0;
}
.mageb-full-caption h4 {
  font-size: 22px;
  margin: 0 0 10px;
  padding: 0 10px;
}
.mageb-caption.v-top .mageb-full-caption {
  position: absolute;
  left: 0;
  top: 20px;
  width: 100%;
  text-align: center;
}
.mageb-caption.v-middle .mageb-full-caption {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  margin-top: -30px;
  text-align: center;
}
.mageb-caption.v-bottom .mageb-full-caption {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  margin-bottom: 20px;
  text-align: center;
}
.mageb-pattern1 .mageb-caption.v-middle .mageb-full-caption {
  margin-top: -40px;
}
.mageb-pattern-list .mageb-caption.mageb-on-load-caption {
  opacity: 1;
  filter: alpha(opacity=100);
  color: #fff;
  background-color: rgba(0, 0, 0, 0.1);
}
.mageb-pattern-list li {
  margin-bottom: 20px;
}
.mageb-pattern-list .button {
  background-image: none;
  background: #eeeeee;
  border: 0 none;
  color: #333333;
  cursor: pointer;
  display: inline-block;
  font-weight: 600;
  margin: 0;
  padding: 7px 15px;
  font-size: 1.4rem;
  line-height: 1.6rem;
  box-sizing: border-box;
  vertical-align: middle;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  text-decoration: none;
}
.mageb-pattern-list .button:hover {
  background: #ccc;
  opacity: 0.8;
}
/* Pattern Grid ====== */
.mageb-pattern2 li,
.mageb-pattern4 li {
  width: 49.166666666666664%;
  float: left;
  margin-right: 1.6666666666666667%;
}
.mageb-pattern2 li:nth-child(2n),
.mageb-pattern4 li:nth-child(2n) {
  margin-right: 0;
}
.mageb-pattern3 li {
  margin-bottom: 1.6666666666666667%;
}
.mageb-pattern5 li {
  width: 28.333333333333332%;
  float: left;
  margin-right: 1.6666666666666667%;
}
.mageb-pattern5 li:last-of-type {
  width: 70%;
  margin-right: 0;
}
.mageb-pattern6 li {
  width: 28.333333333333332%;
  float: left;
  margin-right: 1.6666666666666667%;
}
.mageb-pattern6 li:nth-child(2n) {
  width: 40%;
}
.mageb-pattern6 li:last-of-type {
  margin-right: 0;
}
.mageb-pattern7 li {
  width: 28.333333333333332%;
  float: left;
  margin-right: 1.6666666666666667%;
}
.mageb-pattern7 li:nth-child(2n) {
  width: 40%;
}
.mageb-pattern7 li:last-of-type {
  margin-right: 0;
}
.mageb-pattern8 li {
  width: 22.5%;
  float: left;
  margin-right: 1.6666666666666667%;
}
.mageb-pattern8 li:nth-child(2n) {
  width: 51.66666666666667%;
}
.mageb-pattern8 li:last-of-type {
  margin-right: 0;
}
.mageb-pattern9 li {
  width: 75.83333333333333%;
  float: left;
  margin-right: 1.6666666666666667%;
}
.mageb-pattern9 li:nth-child(2n),
.mageb-pattern9 li:nth-child(3n) {
  width: 22.5%;
  margin-bottom: 1.6666666666666667%;
  margin-right: 0;
}
.mageb-pattern9 li:last-of-type {
  margin-right: 0;
}
.mageb-pattern10 li {
  width: 49.166666666666664%;
  float: left;
  margin-right: 1.6666666666666667%;
  margin-bottom: 1.6666666666666667%;
}
.mageb-pattern10 li:nth-child(2n) {
  margin-right: 0;
}
.mageb-pattern10 li:nth-child(3n) {
  width: 100%;
  margin-right: 0;
  clear: left;
}
.mageb-pattern10 li:last-of-type {
  margin-right: 0;
}
.mageb-pattern11 li {
  width: 23.75%;
  float: left;
  margin-right: 1.6666666666666667%;
  margin-bottom: 1.6666666666666667%;
}
.mageb-pattern11 li:last-of-type {
  margin-right: 0;
}
.mageb-pattern12 li {
  width: 49%;
  float: left;
  margin-right: 1.6666666666666667%;
  margin-bottom: 1.6666666666666667%;
}
.mageb-pattern12 li:last-of-type,
.mageb-pattern12 li:nth-child(2n) {
  margin-right: 0;
}
/* Custom Grid ---------------------- */
.mageb-three-col .mageb-grid {
  float: left;
  margin-bottom: 1.6666666666666667%;
}
.mageb-three-col .mageb-grid .mageb-sub-grid {
  margin-bottom: 3%;
}
.mageb-pattern13.mageb-three-col .mageb-three-col-1 {
  width: 50%;
  margin-right: 1.6666666666666667%;
}
.mageb-pattern13.mageb-three-col .mageb-three-col-2 {
  width: 23.333333333333332%;
  margin-right: 1.6666666666666667%;
}
.mageb-pattern13.mageb-three-col .mageb-three-col-3 {
  width: 23.333333333333332%;
}
.mageb-pattern14.mageb-three-col .mageb-three-col-1 {
  width: 23.333333333333332%;
  margin-right: 1.6666666666666667%;
}
.mageb-pattern14.mageb-three-col .mageb-three-col-2 {
  width: 50%;
  margin-right: 1.6666666666666667%;
}
.mageb-pattern14.mageb-three-col .mageb-three-col-3 {
  width: 23.333333333333332%;
}
.mageb-two-col .mageb-grid,
.mageb-two-col .mageb-sub-grid {
  float: left;
}
.mageb-pattern16.mageb-two-col .mageb-two-col-1 {
  float: left;
  width: 48.7%;
  margin-right: 1.6666666666666667%;
}
.mageb-pattern16.mageb-two-col .mageb-two-col-2 {
  float: left;
  width: 49.6%;
  margin-right: 0;
}
.mageb-pattern16.mageb-two-col .mageb-two-col-2 .mageb-two-col-2-1 {
  margin-bottom: 3.36%;
}
.mageb-pattern16.mageb-two-col .mageb-two-col-2 .mageb-two-col-2-2,
.mageb-pattern16.mageb-two-col .mageb-two-col-2 .mageb-two-col-2-3 {
  width: 48.25%;
  float: left;
  margin-right: 3.5%;
}
.mageb-pattern16.mageb-two-col .mageb-two-col-2 .mageb-two-col-2-3 {
  margin-right: 0;
}
.mageb-pattern17.mageb-two-col .mageb-two-col-1 {
  width: 23.333333333333332%;
  margin-right: 1.6666666666666667%;
}
.mageb-pattern17.mageb-two-col .mageb-two-col-2 {
  width: 75%;
  float: left;
}
.mageb-pattern17.mageb-two-col .mageb-two-col-2-1,
.mageb-pattern17.mageb-two-col .mageb-two-col-2-2 {
  margin-bottom: 2.272727272727273%;
}
.mageb-pattern17.mageb-two-col .mageb-two-col-2-1 {
  width: 66.6%;
  margin-right: 2.272727272727273%;
}
.mageb-pattern17.mageb-two-col .mageb-two-col-2-3 {
  width: 31%;
  margin-right: 2.272727272727273%;
}
.mageb-pattern17.mageb-two-col .mageb-two-col-2-2 {
  width: 31%;
}
.mageb-pattern17.mageb-two-col .mageb-two-col-2-4 {
  width: 66.6%;
}
.page-layout-2columns-left .mageb-pattern17.mageb-two-col .mageb-two-col-2-2,
.page-layout-2columns-right .mageb-pattern17.mageb-two-col .mageb-two-col-2-2 {
  width: 30.8%;
  margin-right: 0;
}
.page-layout-2columns-left .mageb-pattern17.mageb-two-col .mageb-two-col-2-3,
.page-layout-2columns-right .mageb-pattern17.mageb-two-col .mageb-two-col-2-3 {
  width: 31%;
  margin-right: 2.5%;
}
.page-layout-2columns-left .mageb-pattern17.mageb-two-col .mageb-two-col-2-1,
.page-layout-2columns-right .mageb-pattern17.mageb-two-col .mageb-two-col-2-1 {
  width: 66.5%;
  margin-right: 2.667%;
}
.page-layout-2columns-left .mageb-pattern17.mageb-two-col .mageb-two-col-2-4,
.page-layout-2columns-right .mageb-pattern17.mageb-two-col .mageb-two-col-2-4 {
  width: 66.5%;
  margin-right: 0;
}
.mageb-pattern21.mageb-three-col .mageb-two-col-1 {
  width: 49.2%;
  margin-right: 1.6666666666666667%;
}
.mageb-pattern21.mageb-three-col .mageb-two-col-1 .mageb-sub-grid {
  float: left;
  width: 48.32%;
  margin-right: 3.3333333333333335%;
}
.mageb-pattern21.mageb-three-col .mageb-two-col-1 .mageb-sub-grid:nth-child(2n) {
  margin-right: 0;
}
.mageb-pattern21.mageb-three-col .mageb-two-col-2 {
  float: left;
  width: 23.7%;
  margin-right: 1.6666666666666667%;
}
.mageb-pattern21.mageb-three-col .mageb-three-col-3 {
  float: left;
  width: 23.7%;
}
.mageb-pattern26.mageb-three-col .mageb-three-col-1 {
  width: 33.2%;
  margin-right: 1.6666666666666667%;
}
.mageb-pattern26.mageb-three-col .mageb-three-col-1 .mageb-sub-grid.mageb-three-col-1-1 {
  margin-bottom: 5%;
}
.mageb-pattern26.mageb-three-col .mageb-three-col-1 .mageb-sub-grid.mageb-three-col-1-2 {
  margin-bottom: 0;
}
.mageb-pattern26.mageb-three-col .mageb-three-col-2 {
  width: 30%;
  margin-right: 1.6666666666666667%;
}
.mageb-pattern26.mageb-three-col .mageb-three-col-3 {
  width: 33.33333333333333%;
}
.mageb-pattern26.mageb-three-col .mageb-three-col-3 .mageb-sub-grid.mageb-three-col-1-4 {
  margin-bottom: 5%;
}
/* End Custom Grid ---------------- */
.mageb-pattern15 li {
  width: 23.333333333333332%;
  float: left;
  margin-right: 1.6666666666666667%;
  margin-bottom: 1.6666666666666667%;
}
.mageb-pattern15 li:nth-child(2) {
  width: 50%;
}
.mageb-pattern15 li:nth-child(3) {
  margin-right: 0;
}
.mageb-pattern15 li:last-of-type {
  margin-right: 0;
  clear: left;
  width: 100%;
}
.mageb-pattern18 li {
  width: 23.75%;
  float: left;
  margin-right: 1.6666666666666667%;
  margin-bottom: 1.6666666666666667%;
}
.mageb-pattern18 li:nth-child(4) {
  margin-right: 0;
}
.mageb-pattern18 li:last-of-type {
  margin-right: 0;
  clear: left;
  width: 100%;
}
.mageb-pattern19 li {
  width: 23.333333333333332%;
  float: left;
  margin-right: 1.6666666666666667%;
  margin-bottom: 1.6666666666666667%;
}
.mageb-pattern19 li:nth-child(1),
.mageb-pattern19 li:nth-child(6) {
  width: 50%;
}
.mageb-pattern19 li:nth-child(3),
.mageb-pattern19 li:last-of-type {
  margin-right: 0;
}
.mageb-pattern19 li:nth-child(4) {
  clear: left;
}
.mageb-pattern20 li {
  width: 23.75%;
  float: left;
  margin-right: 1.6666666666666667%;
  margin-bottom: 1.6666666666666667%;
}
.mageb-pattern20 li:nth-child(5) {
  width: 49.166666666666664%;
  margin-right: 1.6666666666666667%;
}
.mageb-pattern20 li:nth-child(6) {
  width: 49.166666666666664%;
}
.mageb-pattern20 li:nth-child(4),
.mageb-pattern20 li:nth-child(6),
.mageb-pattern20 li:last-of-type {
  margin-right: 0;
}
.mageb-pattern22 li {
  width: 23.75%;
  float: left;
  margin-right: 1.6666666666666667%;
  margin-bottom: 1.6666666666666667%;
}
.mageb-pattern22 li:nth-child(4n) {
  margin-right: 0;
}
.mageb-pattern23 li {
  width: 23.75%;
  float: left;
  margin-right: 1.6666666666666667%;
  margin-bottom: 1.6666666666666667%;
}
.mageb-pattern23 li:nth-child(4n) {
  margin-right: 0;
}
.mageb-pattern24 li {
  width: 32.083333333333336%;
  float: left;
  margin-right: 1.6666666666666667%;
  margin-bottom: 1.6666666666666667%;
}
.mageb-pattern24 li:nth-child(3n) {
  margin-right: 0;
}
.mageb-pattern25 li:nth-child(1),
.mageb-pattern25 li:nth-child(2) {
  width: 49.166666666666664%;
  float: left;
  margin-right: 1.6666666666666667%;
  margin-bottom: 1.6666666666666667%;
}
.mageb-pattern25 li:nth-child(2) {
  margin-right: 0;
}
.mageb-pattern25 li {
  width: 23.75%;
  float: left;
  margin-right: 1.6666666666666667%;
  margin-bottom: 1.6666666666666667%;
}
.mageb-pattern25 li:nth-child(6) {
  margin-right: 0;
}
/* zoom in effect */
.mageb-zoomin a img,
.mageb-pattern-list.mageb-zoomin a img {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.mageb-zoomin a:hover img,
.mageb-pattern-list:hover.mageb-zoomin a img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
/* Zoom Out #1 */
.mageb-zoomout a img,
.mageb-pattern-list.mageb-zoomout a img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.mageb-zoomout a:hover img,
.mageb-pattern-list:hover.mageb-zoomout a img {
  -webkit-transform: scale(1);
  transform: scale(1);
}
/* Slide */
.mageb-slide a img,
.mageb-pattern-list.mageb-slide a img {
  margin-left: 30px;
  -webkit-transform: scale(1.3);
  transform: scale(1.3);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.mageb-slide a:hover img,
.mageb-pattern-list:hover.mageb-slide a img {
  margin-left: 0;
}
/* Rotate */
.mageb-rotate a img,
.mageb-pattern-list.mageb-rotate a img {
  -webkit-transform: rotate(15deg) scale(1.4);
  transform: rotate(15deg) scale(1.4);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.mageb-rotate a:hover img,
.mageb-pattern-list:hover.mageb-rotate a img {
  -webkit-transform: rotate(0) scale(1);
  transform: rotate(0) scale(1);
}
/* Opacity #1 */
.mageb-opacity a img {
  opacity: 1;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.mageb-opacity a:hover img {
  opacity: .5;
}
/* Flashing */
.mageb-flashing a:hover img {
  opacity: 1;
  -webkit-animation: flash 1.5s;
  animation: flash 1.5s;
}
@-webkit-keyframes flash {
  0% {
    opacity: .4;
  }
  100% {
    opacity: 1;
  }
}
@keyframes flash {
  0% {
    opacity: .4;
  }
  100% {
    opacity: 1;
  }
}
/* Shine */
.mageb-shine a {
  position: relative;
}
.mageb-shine a::before {
  position: absolute;
  top: 0;
  left: -75%;
  z-index: 2;
  display: block;
  content: '';
  width: 50%;
  height: 100%;
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  -webkit-transform: skewX(-25deg);
  transform: skewX(-25deg);
}
.mageb-shine a:hover::before {
  -webkit-animation: shine .75s;
  animation: shine .75s;
}
@-webkit-keyframes shine {
  100% {
    left: 125%;
  }
}
@keyframes shine {
  100% {
    left: 125%;
  }
}
/* Circle */
.mageb-circle a {
  position: relative;
}
.mageb-circle a::before {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  display: block;
  content: '';
  width: 0;
  height: 0;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 100%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0;
}
.mageb-circle a:hover::before {
  -webkit-animation: circle .75s;
  animation: circle .75s;
}
@-webkit-keyframes circle {
  0% {
    opacity: 1;
  }
  40% {
    opacity: 1;
  }
  100% {
    width: 200%;
    height: 200%;
    opacity: 0;
  }
}
@keyframes circle {
  0% {
    opacity: 1;
  }
  40% {
    opacity: 1;
  }
  100% {
    width: 200%;
    height: 200%;
    opacity: 0;
  }
}
/* Media Query ======================================================================== */
@media only screen and (max-width: 999px) {
  .mageb-caption.v-middle .mageb-full-caption {
    top: 40%;
  }
  .mageb-pattern1 .mageb-caption.v-middle .mageb-full-caption h4 {
    font-size: 18px !important;
  }
  .mageb-pattern1 .mageb-caption.v-middle .mageb-full-caption {
    margin-top: -33px;
  }
  .mageb-pattern22 li .mageb-full-caption h4,
  .mageb-pattern23 li .mageb-full-caption h4 {
    font-size: 15px !important;
  }
  .mageb-pattern20 .mageb-full-caption p,
  .mageb-pattern20 .mageb-pattern-list .button,
  .mageb-pattern22 .mageb-full-caption p,
  .mageb-pattern22 .mageb-pattern-list .button {
    display: none;
  }
  .mageb-pattern20 .mageb-full-caption h4 {
    font-size: 16px !important;
  }
}
@media only screen and (max-width: 767px) {
  .mageb-pattern-list .mageb-caption,
  .mageb-pattern-list:hover .mageb-caption {
    color: #fff;
    opacity: 1;
    background-color: inherit;
  }
  .mageb-full-caption h4 {
    font-size: 18px !important;
  }
}
@media only screen and (max-width: 640px) {
  .mageb-full-caption h4 {
    font-size: 17px !important;
  }
  .mageb-full-caption p,
  .mageb-pattern-list .button {
    display: none;
  }
  .mageb-pattern-list .mageb-caption.v-middle .mageb-full-caption,
  .mageb-pattern3 .mageb-pattern-list .mageb-caption.v-middle .mageb-full-caption,
  .mageb-pattern5 .mageb-pattern-list .mageb-caption.v-middle .mageb-full-caption {
    margin-top: -10px;
  }
  .mageb-pattern22 li .mageb-full-caption,
  .mageb-pattern20 li .mageb-full-caption,
  .mageb-pattern21 .mageb-full-caption,
  .mageb-pattern23 .mageb-full-caption,
  .mageb-pattern11 .mageb-caption,
  .mageb-pattern13 .mageb-three-col-2 .mageb-caption,
  .mageb-pattern13 .mageb-three-col-3 .mageb-caption {
    display: none;
  }
}
@media only screen and (max-width: 480px) {
  .mageb-full-caption h4 {
    font-size: 14px !important;
  }
  .mageb-pattern2 li,
  .mageb-pattern4 li {
    width: 100%;
    margin: 0 0 20px;
  }
  .mageb-pattern6 li .mageb-full-caption h4,
  .mageb-pattern7 li .mageb-full-caption h4 {
    font-size: 11px !important;
  }
  .mageb-pattern6 li:nth-child(1n) .mageb-caption,
  .mageb-pattern6 li:nth-child(3n) .mageb-caption,
  .mageb-pattern9 li:nth-child(2n) .mageb-caption,
  .mageb-pattern9 li:nth-child(3n) .mageb-caption,
  .mageb-pattern10 li .mageb-caption,
  .mageb-pattern13.mageb-three-col .mageb-three-col-3 .mageb-caption,
  .mageb-pattern24 .mageb-caption,
  .mageb-pattern25 li:nth-child(3) .mageb-caption,
  .mageb-pattern25 li:nth-child(4) .mageb-caption,
  .mageb-pattern25 li:nth-child(5) .mageb-caption,
  .mageb-pattern25 li:nth-child(6) .mageb-caption,
  .mageb-pattern26 .mageb-caption {
    display: none;
  }
  .mageb-pattern13 .mageb-three-col-1-1 .mageb-full-caption h4,
  .mageb-pattern13 .mageb-three-col-1-2 .mageb-full-caption h4,
  .mageb-pattern25 li:nth-child(1) .mageb-full-caption h4,
  .mageb-pattern25 li:nth-child(2) .mageb-full-caption h4 {
    font-size: 14px !important;
  }
  .mageb-pattern-list .mageb-caption.v-middle .mageb-full-caption {
    margin-top: -5px;
  }
}
.amcheckout-delivery-date .field {
  float: left;
  box-sizing: border-box;
  padding-top: 4px;
  width: 100%;
}
.amcheckout-delivery-date .field.comment {
  width: 100%;
}
.amcheckout-delivery-date .field.datepicker,
.amcheckout-delivery-date .field.timepicker {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.amcheckout-delivery-date .field.datepicker .control,
.amcheckout-delivery-date .field.timepicker .control {
  flex: none;
  width: 60%;
}
.amcheckout-delivery-date .field.datepicker .control .ui-datepicker-trigger {
  margin-left: 7px;
}
.amcheckout-delivery-date .field .label {
  display: block;
  margin: 12px 0;
}
.amcheckout-delivery-date .clearer {
  clear: both;
}
.amcheckout-delivery-date .field._required > .label:after {
  margin: 0 0 0 5px;
  color: #e02b27;
  content: '*';
  font-size: 1.2rem;
}
.page-main .block.block-order-details .delivery {
  float: right;
  font-weight: 600;
}
.page-main .block.block-order-details .delivery .delivery-field {
  float: left;
  margin-left: 12px;
}
.column .block-addbysku .fieldset {
  margin: 0;
}
.column .block-addbysku .fieldset .fields {
  position: relative;
}
.column .block-addbysku .fieldset .fields .field {
  display: inline-block;
  margin-bottom: 10px;
  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: 10px;
}
.column .block-addbysku .qty .qty + .mage-error {
  width: 80px;
}
.column .block-addbysku .block-content .actions-toolbar {
  clear: both;
  margin: 0 0 20px;
  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 5px 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: 10px 0;
}
.column .block-addbysku .note {
  display: block;
  margin: 0 0 20px;
}
.block-cart-failed {
  margin-top: 40px;
}
.block-cart-failed .block-title {
  font-size: 2.6rem;
}
.block-cart-failed .block-title strong {
  font-weight: 300;
}
.block-cart-failed .actions {
  text-align: center;
}
.block-cart-failed .actions .action {
  margin-bottom: 10px;
}
.bundle-options-container {
  clear: both;
  margin-bottom: 40px;
}
.bundle-options-container .legend.title {
  font-weight: 300;
  line-height: 1.1;
  font-size: 2.6rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.bundle-options-container .product-add-form {
  display: none;
}
.bundle-options-container .product-options-wrapper {
  margin-bottom: 30px;
}
.bundle-options-container .action.back {
  margin-bottom: 30px;
}
.bundle-options-container .price-box .price {
  font-size: 18px;
  font-weight: 700;
}
.bundle-options-container .block-bundle-summary {
  background: #e8e8e8;
  padding: 10px 20px;
}
.bundle-options-container .block-bundle-summary > .title > strong {
  font-weight: 300;
  line-height: 1.1;
  font-size: 2.6rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.bundle-options-container .block-bundle-summary .bundle-summary {
  margin-top: 30px;
}
.bundle-options-container .block-bundle-summary .bundle-summary.empty {
  display: none;
}
.bundle-options-container .block-bundle-summary .bundle-summary > .subtitle {
  font-weight: 300;
  line-height: 1.1;
  font-size: 1.8rem;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
  display: block;
}
.bundle-options-container .block-bundle-summary .bundle.items > li {
  margin-bottom: 10px;
}
.bundle-options-container .block-bundle-summary .box-tocart .actions {
  display: inline-block;
  margin-bottom: 10px;
}
.bundle-options-container .block-bundle-summary .product-addto-links > .action {
  vertical-align: top;
}
.bundle-options-container .nested .field.qty {
  margin-top: 20px;
}
.bundle-options-container .nested .field.qty .label {
  font-weight: 700;
  margin: 0 0 5px;
  display: inline-block;
}
.bundle-options-container p.required {
  color: #e02b27;
}
.bundle-options-container .product-options-bottom {
  clear: left;
}
.products {
  margin: 30px 0;
}
.product-items {
  font-size: 0;
}
.product-item {
  font-size: 1.4rem;
  vertical-align: top;
}
.products-grid .product-item {
  display: inline-block;
  margin-left: 2%;
  padding: 0;
  width: calc((100% - 2%) / 2);
}
.product-item:nth-child(2n + 1) {
  margin-left: 0;
}
.product-item-name {
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -webkit-hyphens: auto;
  display: block;
  hyphens: auto;
  margin: 5px 0;
  word-wrap: break-word;
}
.product-item-info {
  max-width: 100%;
  width: 152px;
}
.page-products .product-item-info {
  width: 240px;
}
.product-item-actions {
  font-size: 0;
}
.product-item-actions > * {
  font-size: 1.4rem;
}
.product-item-actions .actions-secondary {
  display: inline-block;
  font-size: 1.4rem;
  vertical-align: middle;
  white-space: nowrap;
}
.product-item-actions .actions-secondary > button.action,
.product-item-actions .actions-secondary > .cart.table-wrapper .actions-toolbar > .action.action,
.product-item-actions .actions-secondary > .action-gift.action {
  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;
}
.product-item-actions .actions-secondary > button.action:focus,
.product-item-actions .actions-secondary > button.action:active,
.product-item-actions .actions-secondary > .cart.table-wrapper .actions-toolbar > .action.action:focus,
.product-item-actions .actions-secondary > .cart.table-wrapper .actions-toolbar > .action.action:active,
.product-item-actions .actions-secondary > .action-gift.action:focus,
.product-item-actions .actions-secondary > .action-gift.action:active {
  background: none;
  border: none;
}
.product-item-actions .actions-secondary > button.action:hover,
.product-item-actions .actions-secondary > .cart.table-wrapper .actions-toolbar > .action.action:hover,
.product-item-actions .actions-secondary > .action-gift.action:hover {
  background: none;
  border: none;
}
.product-item-actions .actions-secondary > button.action.disabled,
.product-item-actions .actions-secondary > button.action[disabled],
fieldset[disabled] .product-item-actions .actions-secondary > button.action,
.product-item-actions .actions-secondary > .cart.table-wrapper .actions-toolbar > .action.action.disabled,
.product-item-actions .actions-secondary > .cart.table-wrapper .actions-toolbar > .action.action[disabled],
fieldset[disabled] .product-item-actions .actions-secondary > .cart.table-wrapper .actions-toolbar > .action.action,
.product-item-actions .actions-secondary > .action-gift.action.disabled,
.product-item-actions .actions-secondary > .action-gift.action[disabled],
fieldset[disabled] .product-item-actions .actions-secondary > .action-gift.action {
  pointer-events: none;
  opacity: 0.5;
}
.product-item-actions .actions-secondary > .action {
  line-height: 35px;
  text-align: center;
  width: 35px;
}
.product-item-actions .actions-secondary > .action:before {
  margin: 0;
}
.product-item-actions .actions-primary {
  display: inline-block;
  vertical-align: middle;
}
.product-item-description {
  margin: 20px 0;
}
.product-item .product-reviews-summary .rating-summary {
  margin: 0 4px 0 0;
}
.product-item .product-reviews-summary .reviews-actions {
  font-size: 12px;
  margin-top: 5px;
}
.product-item .price-box {
  margin: 10px 0 20px;
}
.product-item .price-box .price {
  font-size: 1.4rem;
  font-weight: 700;
  white-space: nowrap;
}
.product-item .price-box .price-label {
  font-size: 12px;
}
.product-item .price-box .price-label:after {
  content: ':';
}
.product-item .special-price .price,
.product-item .minimal-price .price {
  font-size: 1.4rem;
  font-weight: 700;
}
.product-item .special-price .price-wrapper,
.product-item .minimal-price .price-wrapper {
  display: inline-block;
}
.product-item .special-price .price-including-tax + .price-excluding-tax,
.product-item .minimal-price .price-including-tax + .price-excluding-tax {
  display: block;
}
.product-item .special-price {
  display: block;
}
.product-item .old-price .price {
  font-weight: 400;
}
.product-item .regular-price .price-label {
  display: none;
}
.product-item .minimal-price .price-container {
  display: block;
}
.product-item .minimal-price-link {
  margin-top: 5px;
}
.product-item .minimal-price-link .price-label {
  color: #1979c3;
  font-size: 1.4rem;
}
.product-item .minimal-price-link .price {
  font-weight: 400;
}
.product-item .minimal-price-link,
.product-item .price-excluding-tax,
.product-item .price-including-tax {
  display: block;
  white-space: nowrap;
}
.product-item .price-from,
.product-item .price-to {
  margin: 0;
}
.product-item .tocompare:before {
  content: '\e61f';
}
.product-item .tocart {
  white-space: nowrap;
}
.price-container .price {
  font-size: 1.4rem;
}
.price-container .price-including-tax + .price-excluding-tax,
.price-container .weee {
  margin-top: 5px;
}
.price-container .price-including-tax + .price-excluding-tax,
.price-container .weee,
.price-container .price-including-tax + .price-excluding-tax .price,
.price-container .weee .price,
.price-container .weee + .price-excluding-tax:before,
.price-container .weee + .price-excluding-tax .price {
  font-size: 1.1rem;
}
.price-container .weee:before {
  content: '(' attr(data-label) ': ';
}
.price-container .weee:after {
  content: ')';
}
.price-container .weee + .price-excluding-tax:before {
  content: attr(data-label) ': ';
}
.products-list .product-item {
  display: table;
  width: 100%;
}
.products-list .product-item-info {
  display: table-row;
}
.products-list .product-item-photo {
  display: table-cell;
  padding: 0 30px 30px 0;
  vertical-align: top;
  width: 1%;
}
.products-list .product-item-details {
  display: table-cell;
  vertical-align: top;
}
.page-products .columns {
  position: relative;
  z-index: 1;
}
.toolbar-amount {
  display: block;
  line-height: 26px;
  margin: 0;
  padding: 8px 0 0;
  vertical-align: middle;
}
.products.wrapper ~ .toolbar .toolbar-amount {
  display: none;
}
.toolbar-products {
  margin-bottom: 40px;
  padding: 0 10px;
  text-align: center;
}
.toolbar-products .pages {
  display: none;
}
.products.wrapper ~ .toolbar-products .pages {
  display: block;
}
.toolbar-products .limiter .control {
  display: inline-block;
}
.sorter {
  padding: 4px 0 0;
}
.products.wrapper ~ .toolbar .sorter {
  display: none;
}
.sorter .sorter-action {
  position: relative;
  top: -2px;
}
.sorter-options {
  margin: 0 0 0 7px;
  width: auto;
}
.sorter-action {
  vertical-align: top;
  display: inline-block;
  text-decoration: none;
}
.sorter-action > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.sorter-action:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 28px;
  line-height: 32px;
  color: #8f8f8f;
  content: '\e613';
  font-family: 'icons-blank-theme';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.sorter-action:hover:before {
  color: #333333;
}
.sorter .sort-desc:before {
  content: '\e614';
}
.modes {
  display: none;
}
.limiter-options {
  margin: 0 5px 0 7px;
  width: auto;
}
.limiter-label {
  font-weight: 400;
}
.page-products .toolbar .limiter {
  display: none;
}
.old-price,
.old.price {
  text-decoration: line-through;
}
.prices-tier .price-container .price-including-tax + .price-excluding-tax:before {
  content: '(' attr(data-label) ': ';
}
.prices-tier .price-container .price-including-tax + .price-excluding-tax:last-child:after {
  content: ')';
}
.prices-tier .price-container .weee[data-label] {
  display: inline;
}
.prices-tier .price-container .weee[data-label] .price {
  font-size: 1.1rem;
}
.prices-tier .price-container .weee[data-label]:before {
  content: ' +' attr(data-label) ': ';
}
.actual-price {
  font-weight: 700;
}
.category-image .image {
  display: block;
  height: auto;
  max-width: 100%;
}
.category-image,
.category-description {
  margin-bottom: 20px;
}
.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: 10px 0;
}
.product.media .product.thumbs {
  margin: 20px 0 30px;
}
.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 5px 10px 5px;
}
.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 30px 10px 0;
}
.product-info-main .page-title-wrapper .page-title {
  line-height: 1.42857143;
  margin-bottom: 10px;
}
.product-info-main .stock.available,
.product-info-main .stock.unavailable {
  display: inline-block;
  font-weight: 700;
  margin-right: 20px;
  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: 5px;
}
.product-info-main .product.attribute.overview {
  margin: 20px 0;
}
.product-info-main .product.alert {
  margin: 10px 0;
}
.product-info-main .price-box {
  margin-top: 10px;
}
.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 5px;
  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: 10px;
}
.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 5px;
}
.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: 5px;
}
.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: 10px 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: 20px 0;
}
.product-info-main .box-tocart .field.qty,
.product-options-bottom .box-tocart .field.qty {
  padding-right: 15px;
}
.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: 20px 0;
}
.product-info-main .action.tocompare,
.product-options-bottom .action.tocompare {
  vertical-align: top;
}
.prices-tier {
  background: #f5f5f5;
  margin: 10px 0;
  padding: 10px 15px;
}
.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.42857143;
  margin: 0;
  padding: 0;
  color: #1979c3;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
}
.ui-dialog-titlebar-close:visited {
  color: #1979c3;
  text-decoration: none;
}
.ui-dialog-titlebar-close:hover {
  color: #006bb4;
  text-decoration: underline;
}
.ui-dialog-titlebar-close:active {
  color: #ff5501;
  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: #1979c3;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
.block.related .action.select {
  margin: 0 5px;
}
.sidebar .product-items .product-item {
  margin-bottom: 20px;
  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: 10px;
}
.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: -5px;
}
.sidebar .product-items-images .product-item {
  float: left;
  padding-left: 5px;
}
.sidebar .product-items-names .product-item {
  display: flex;
  margin-bottom: 10px;
}
.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 #d1d1d1;
}
.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 #d1d1d1;
}
.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: 5px 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: 10px;
}
.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: 10px 0 15px;
  text-align: center;
}
.block-category-event.block:last-child {
  margin-bottom: 10px;
}
.block-category-event .block-title {
  margin: 0 0 10px;
}
.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: 40px;
  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 #d1d1d1;
  clear: both;
  margin: 0 -15px -1px;
  padding: 0 15px;
}
.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: 5px 40px 5px 10px;
  position: relative;
  text-align: left;
  white-space: normal;
}
.search-autocomplete ul li:not(:empty) {
  border-top: 0;
  border: 1px solid #c2c2c2;
  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: 5px;
}
.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 {
  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: 10px;
}
.cart-summary {
  background: #f5f5f5;
  margin-bottom: 20px;
  padding: 1px 15px 20px;
}
.cart-summary > .title {
  display: block;
  font-weight: 300;
  line-height: 1.1;
  font-size: 1.8rem;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}
.cart-summary .block {
  margin-bottom: 0;
}
.cart-summary .block .item-options {
  margin-left: 0;
}
.cart-summary .block .fieldset {
  margin: 15px 0 20px 5px;
}
.cart-summary .block .fieldset .field {
  margin: 0 0 10px;
}
.cart-summary .block .fieldset .field.note {
  font-size: 12px;
}
.cart-summary .block .fieldset .methods .field > .label {
  display: inline;
}
.cart-totals {
  border-top: 1px solid #d1d1d1;
  padding-top: 10px;
}
.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 #d1d1d1;
}
.cart.table-wrapper .items > .item {
  border-bottom: 1px solid #d1d1d1;
  position: relative;
}
.cart.table-wrapper .col {
  padding-top: 20px;
}
.cart.table-wrapper .col.qty .input-text {
  margin-top: -5px;
}
.cart.table-wrapper .item-actions td {
  padding-bottom: 10px;
  text-align: center;
  white-space: normal;
}
.cart.table-wrapper .item .col.item {
  display: block;
  min-height: 75px;
  padding: 20px 0 10px 75px;
  position: relative;
}
.cart.table-wrapper .actions-toolbar > .action,
.action-gift {
  display: inline-block;
  text-decoration: none;
  margin-bottom: 10px;
  margin-right: 10px;
}
.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: 10px;
}
.cart.table-wrapper .product-item-name + .item-options {
  margin-top: 10px;
}
.cart.table-wrapper .action.configure {
  display: inline-block;
  margin: 0 0 20px;
}
.cart-container .checkout-methods-items {
  margin-top: 20px;
  text-align: center;
}
.cart-container .checkout-methods-items .action.primary,
.cart-container .checkout-methods-items .amshopby-button,
.cart-container .checkout-methods-items .am-filter-go {
  width: 100%;
}
.cart-container .checkout-methods-items .item + .item {
  margin-top: 20px;
}
.cart-products-toolbar .toolbar-amount {
  margin: 20px 0 15px;
  padding: 0;
  text-align: center;
}
.cart-products-toolbar .pages {
  margin: 0 0 20px;
  text-align: center;
}
.cart-products-toolbar .pages .items > .item {
  border-bottom: 0;
}
.cart-products-toolbar-top {
  border-bottom: 1px solid #d1d1d1;
}
.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 10px;
}
.block-minicart .items-total .count {
  font-weight: 700;
}
.block-minicart .subtotal {
  margin: 0 10px 10px;
  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: 30px 0 20px;
  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 10px 15px;
}
.block-minicart .block-content > .actions > .primary .action.primary,
.block-minicart .block-content > .actions > .primary .amshopby-button,
.block-minicart .block-content > .actions > .primary .am-filter-go {
  display: block;
  margin-bottom: 15px;
  width: 100%;
}
.block-minicart .block-content > .actions > .primary .action.primary:last-child,
.block-minicart .block-content > .actions > .primary .amshopby-button:last-child,
.block-minicart .block-content > .actions > .primary .am-filter-go:last-child {
  margin-bottom: 0;
}
.block-minicart .block-category-link,
.block-minicart .block-product-link,
.block-minicart .block-cms-link,
.block-minicart .block-banners {
  margin: 15px 0 0;
  text-align: center;
}
.minicart-wrapper {
  display: inline-block;
  position: relative;
  float: right;
}
.minicart-wrapper:before,
.minicart-wrapper:after {
  content: '';
  display: table;
}
.minicart-wrapper:after {
  clear: both;
}
.minicart-wrapper .action.showcart {
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
}
.minicart-wrapper .action.showcart:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 35px;
  line-height: 33px;
  color: #8f8f8f;
  content: '\e611';
  font-family: 'icons-blank-theme';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.minicart-wrapper .action.showcart:hover:before {
  color: #333333;
}
.minicart-wrapper .action.showcart:active:before {
  color: #8f8f8f;
}
.minicart-wrapper .action.showcart.active {
  display: inline-block;
  text-decoration: none;
}
.minicart-wrapper .action.showcart.active:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 35px;
  line-height: 33px;
  color: #8f8f8f;
  content: '\e611';
  font-family: 'icons-blank-theme';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.minicart-wrapper .action.showcart.active:hover:before {
  color: #333333;
}
.minicart-wrapper .action.showcart.active:active:before {
  color: #8f8f8f;
}
.minicart-wrapper .block-minicart {
  margin: 0;
  padding: 0;
  list-style: none none;
  background: #ffffff;
  border: 1px solid #bbbbbb;
  margin-top: 4px;
  min-width: 100%;
  width: 320px;
  z-index: 101;
  box-sizing: border-box;
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
}
.minicart-wrapper .block-minicart li {
  margin: 0;
}
.minicart-wrapper .block-minicart li:hover {
  cursor: pointer;
}
.minicart-wrapper .block-minicart:before,
.minicart-wrapper .block-minicart:after {
  border-bottom-style: solid;
  content: '';
  display: block;
  height: 0;
  position: absolute;
  width: 0;
}
.minicart-wrapper .block-minicart:before {
  border: 6px solid;
  border-color: transparent transparent #ffffff transparent;
  z-index: 99;
}
.minicart-wrapper .block-minicart:after {
  border: 7px solid;
  border-color: transparent transparent #bbbbbb transparent;
  z-index: 98;
}
.minicart-wrapper .block-minicart:before {
  right: 26px;
  top: -12px;
}
.minicart-wrapper .block-minicart:after {
  right: 25px;
  top: -14px;
}
.minicart-wrapper.active {
  overflow: visible;
}
.minicart-wrapper.active .block-minicart {
  display: block;
}
.minicart-wrapper .block-minicart {
  padding: 25px 20px;
}
.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 -20px;
  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: 20px 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: 5px;
}
.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: 20px;
  top: 0;
}
.minicart-items .product.active > .toggle:after {
  content: '\e621';
}
.minicart-items .product-item-name {
  font-weight: 400;
  margin: 0 0 10px;
}
.minicart-items .product-item-name a {
  color: #1979c3;
}
.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: 5px 0 0;
}
.minicart-items .product-item-details .weee[data-label] {
  font-size: 1.1rem;
}
.minicart-items .product-item-details .details-qty {
  margin-top: 10px;
}
.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 20px;
}
.opc-wrapper {
  margin: 0 0 20px;
}
.opc-wrapper .step-content {
  margin: 0 0 40px;
}
.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 5px;
}
.opc-estimated-wrapper .minicart-wrapper .action.showcart:before {
  color: #333333;
}
.opc-estimated-wrapper .minicart-wrapper .action.showcart:hover:before {
  color: #555555;
}
.opc-progress-bar {
  margin: 0 0 20px;
  counter-reset: i;
  font-size: 0;
}
.opc-progress-bar-item {
  margin: 0 0 10px;
  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: 10px;
  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: 20px;
}
.opc-wrapper .form-login .fieldset .note,
.opc-wrapper .form-shipping-address .fieldset .note {
  font-size: 14px;
  margin-top: 10px;
}
.opc-wrapper .shipping-address-items {
  font-size: 0;
}
.opc-wrapper .shipping-address-item {
  border: 2px solid transparent;
  line-height: 30px;
  margin: 0 0 20px;
  padding: 20px 35px 20px 20px;
  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 20px;
}
.opc-wrapper .action-show-popup > span:before {
  content: '+';
  padding-right: 5px;
}
.opc-wrapper .action-select-shipping-item {
  float: right;
  margin: 20px 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: 20px 0;
}
.methods-shipping .actions-toolbar .action.primary,
.methods-shipping .actions-toolbar .amshopby-button,
.methods-shipping .actions-toolbar .am-filter-go {
  margin: 20px 0 0;
}
.table-checkout-shipping-method thead th {
  display: none;
}
.table-checkout-shipping-method tbody td {
  border-top: 1px solid #cccccc;
  padding-bottom: 20px;
  padding-top: 20px;
}
.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: 10px;
  padding-top: 0;
}
.checkout-shipping-method {
  position: relative;
}
.shipping-policy-block.field-tooltip {
  top: 12px;
}
.shipping-policy-block.field-tooltip .field-tooltip-action {
  color: #1979c3;
  cursor: pointer;
}
.shipping-policy-block.field-tooltip .field-tooltip-action:before {
  display: none;
}
.shipping-policy-block.field-tooltip .field-tooltip-content {
  width: 420px;
  top: 30px;
}
.opc-block-shipping-information {
  padding: 0 30px;
}
.opc-block-shipping-information .shipping-information-title {
  border-bottom: 1px solid #cccccc;
  margin: 0 0 20px;
  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 20px;
}
.opc-block-summary {
  background: #f5f5f5;
  padding: 22px 30px;
  margin: 0 0 20px;
}
.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 #d1d1d1;
  padding: 10px 40px 10px 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: 10px;
}
.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 10px;
  width: 100%;
}
.opc-block-summary .product-item .product-item-name-block {
  display: table-cell;
  padding-right: 5px;
  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 #d1d1d1;
  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: 20px;
}
.authentication-wrapper {
  float: right;
  margin-top: -60px;
  max-width: 50%;
  position: relative;
  z-index: 1;
}
._has-auth-shown .authentication-wrapper {
  z-index: 900;
}
.block-authentication .block-title {
  font-size: 1.8rem;
  border-bottom: 0;
  margin-bottom: 20px;
}
.block-authentication .block-title strong {
  font-weight: 300;
}
.block-authentication .field .label {
  font-weight: 400;
}
.block-authentication .actions-toolbar {
  margin-bottom: 5px;
}
.block-authentication .actions-toolbar > .secondary {
  padding-top: 20px;
  text-align: left;
}
.block-authentication .block[class] {
  margin: 0;
}
.block-authentication .block[class] ul {
  list-style: none;
  padding-left: 10px;
}
.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: 40px;
  padding-top: 40px;
  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: 20px 0;
  margin: 0;
}
.checkout-payment-method .payment-method-title .payment-icon {
  display: inline-block;
  margin-right: 5px;
  vertical-align: middle;
}
.checkout-payment-method .payment-method-title .action-help {
  display: inline-block;
  margin-left: 5px;
}
.checkout-payment-method .payment-method-content {
  display: none;
  padding: 0 0 20px 22px;
}
.checkout-payment-method .payment-method-content .fieldset:not(:last-child) {
  margin: 0 0 20px;
}
.checkout-payment-method .payment-group + .payment-group .step-title {
  margin: 20px 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 10px;
}
.checkout-payment-method .checkout-billing-address {
  margin: 0 0 20px;
}
.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: 20px;
}
.checkout-payment-method .payment-method-iframe {
  background-color: transparent;
  display: none;
  width: 100%;
}
.checkout-payment-method .no-payments-block {
  margin: 20px 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: 20px 0;
}
.checkout-payment-method .payment-option-title .action-toggle {
  color: #1979c3;
  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 20px 22px;
}
.checkout-payment-method .payment-option-inner {
  margin: 0 0 20px;
}
.checkout-payment-method .credit-card-types {
  padding: 0;
}
.checkout-payment-method .credit-card-types .item {
  display: inline-block;
  list-style: none;
  margin: 0 5px 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: 5px;
}
.checkout-payment-method .ccard .fields .select {
  padding-left: 5px;
  padding-right: 5px;
}
.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: 20px;
  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: 20px;
}
.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: 30px;
}
.checkout-agreements-items .checkout-agreements-item {
  margin-bottom: 20px;
}
.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: 10px 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: 20px;
}
.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: 5px 18px 5px 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: 10px 1.8rem;
}
.column.main .block:last-child {
  margin-bottom: 0;
}
.block .title {
  margin-bottom: 10px;
}
.block .title strong {
  font-weight: 700;
  line-height: 1.1;
  font-size: 1.4rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.column.main .block .title strong {
  font-size: 18px;
}
.block p:last-child {
  margin: 0;
}
.block .box-actions {
  margin-top: 5px;
}
.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: 32px;
  line-height: 32px;
  padding: 0 9px;
  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: 10px;
}
.control.captcha-image .captcha-img {
  vertical-align: middle;
}
.downloadable.samples {
  margin-bottom: 20px;
}
.downloadable.samples dd {
  margin: 0 0 10px;
}
.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: 20px;
}
.page-product-downloadable .product-options-bottom .field.qty {
  display: none !important;
}
.cart-summary .block.giftcard .action.check {
  line-height: 1.2rem;
  padding: 5px 8px;
  font-size: 1.1rem;
  margin-top: 20px;
}
.page-product-giftcard .giftcard-amount {
  margin-bottom: 0;
  text-align: left;
}
.page-product-giftcard .giftcard-amount .field:last-child {
  padding-bottom: 20px;
}
.page-product-giftcard .product-options-wrapper .field:first-of-type {
  margin-top: 20px;
}
.giftcard-account .please-wait {
  display: none;
}
.giftcard-account .form-giftcard-redeem .giftcard.info {
  margin-bottom: 30px;
}
.opc-wrapper .form-giftcard-account {
  max-width: 500px;
}
.opc-wrapper .form-giftcard-account .field {
  margin: 0 0 20px;
}
.opc-wrapper .giftcard-account-info {
  margin: 0 0 20px;
}
.opc-wrapper .giftcard-account-info .giftcard-account-number {
  margin: 0 0 10px;
}
.gift-message .field {
  margin-bottom: 20px;
}
.gift-message .field .label {
  color: #666666;
  font-weight: 400;
}
.gift-options .actions-toolbar .action-cancel {
  display: none;
}
.gift-options-title {
  margin: 0 0 20px;
}
.gift-options-content .fieldset {
  margin: 0 0 20px;
}
.gift-summary .actions-toolbar > .secondary {
  float: none;
}
.gift-summary .actions-toolbar > .secondary .action {
  margin: 10px 20px 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: 10px 0 20px;
  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 {
  border-radius: 3px;
  background-image: none;
  background: #f2f2f2;
  border: 1px solid #cdcdcd;
  color: #333333;
  cursor: pointer;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 700;
  margin: 20px 0 0;
  padding: 7px 15px;
  font-size: 1.4rem;
  line-height: 1.6rem;
  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: #e2e2e2;
  border: 1px solid #cdcdcd;
  color: #333333;
}
.gift-item-block .title:hover {
  background: #e2e2e2;
  border: 1px solid #cdcdcd;
  color: #555555;
}
.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: 10px 10px 20px;
  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: 10px 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: 20px;
  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 #d1d1d1;
  padding-top: 10px;
}
.form-giftregistry-share .actions-toolbar:not(:last-child),
.form-giftregistry-edit .actions-toolbar:not(:last-child) {
  margin-bottom: 40px;
}
.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: 10px;
}
.cart-summary .form.giftregistry .fieldset {
  margin: 25px 0 5px;
}
.cart-summary .form.giftregistry .fieldset .field {
  margin: 0 0 10px;
}
.cart-summary .form.giftregistry .fieldset .field .control {
  float: none;
  width: auto;
}
.cart-summary .form.giftregistry .fieldset .action.primary,
.cart-summary .form.giftregistry .fieldset .amshopby-button,
.cart-summary .form.giftregistry .fieldset .am-filter-go {
  margin-bottom: 0;
}
.form-giftregistry-search {
  margin-bottom: 60px;
}
.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 20px;
}
.block-giftregistry-shared-items .item {
  border-bottom: 1px solid #d1d1d1;
}
.block-giftregistry-shared-items .col {
  padding: 20px 8px 10px;
}
.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: 10px 0;
}
.block-giftregistry-shared-items .product-item-name {
  display: block;
  margin: 0 0 5px;
}
.gift-wrapping .label {
  margin: 0 0 5px;
  display: inline-block;
}
.gift-wrapping .field {
  margin-bottom: 10px;
}
.gift-wrapping-info {
  font-weight: 300;
  font-size: 18px;
  margin: 20px 0;
}
.gift-wrapping-list {
  list-style: none;
  margin: 20px 0 10px;
  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 10px 10px 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: 10px 0;
}
.gift-wrapping-title .action-remove {
  margin-left: 5px;
}
.gift-options-content .fieldset > .field {
  margin: 0 0 5px;
}
.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: 20px 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 10px 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: 20px;
}
.order-options .product {
  margin-bottom: 10px;
}
.order-options .product-image-container {
  float: left;
  padding-right: 10px;
}
.order-options .gift-wrapping {
  margin-bottom: 10px;
}
.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 #d1d1d1;
}
.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 #d1d1d1;
}
.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: 40px;
}
.block.filter .filter-title {
  margin-bottom: 20px;
}
.block.filter .filter-title strong {
  font-size: 18px;
}
.block-subtitle {
  display: inline-block;
  margin-bottom: 10px;
}
.filter-current .item {
  margin-bottom: 10px;
}
.filter-current .filter-label {
  display: block;
  font-weight: 700;
}
.filter-current .filter-label:after {
  content: ':';
}
.filter-current + .filter-actions {
  margin-bottom: 30px;
}
.filter-options {
  margin: 0;
}
.filter-options .filter-options-title {
  font-weight: 700;
  line-height: 1.1;
  font-size: 1.4rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
  margin: 0 0 10px;
  word-break: break-all;
}
.filter-options .filter-options-content {
  margin: 0 0 20px;
}
.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: 10px;
}
.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: 10px;
  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 {
  font-weight: 300;
  line-height: 1.1;
  font-size: 1.8rem;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}
.map-popup .popup-content {
  margin: 10px 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: 10px;
  top: 10px;
}
.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 20px;
}
.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: 10px;
}
.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.42857143;
  margin: 0;
  padding: 0;
  color: #1979c3;
  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: #1979c3;
  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: #006bb4;
  text-decoration: underline;
}
button.map-show-info:active,
.cart.table-wrapper .actions-toolbar > .action.map-show-info:active,
.action-gift.map-show-info:active {
  color: #ff5501;
  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: #1979c3;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
.wishlist.split.button {
  display: inline-block;
  position: relative;
  vertical-align: middle;
}
.wishlist.split.button:before,
.wishlist.split.button:after {
  content: '';
  display: table;
}
.wishlist.split.button:after {
  clear: both;
}
.wishlist.split.button .action.split {
  float: left;
  margin: 0;
}
.wishlist.split.button .action.toggle {
  float: right;
  margin: 0;
}
.wishlist.split.button button.action.split,
.wishlist.split.button .cart.table-wrapper .actions-toolbar > .action.action.split,
.wishlist.split.button .action-gift.action.split {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.wishlist.split.button button + .action.toggle,
.wishlist.split.button .cart.table-wrapper .actions-toolbar > .action + .action.toggle,
.wishlist.split.button .action-gift + .action.toggle {
  border-bottom-left-radius: 0;
  border-left: 0;
  border-top-left-radius: 0;
}
.wishlist.split.button .action.toggle {
  display: inline-block;
  text-decoration: none;
}
.wishlist.split.button .action.toggle > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.wishlist.split.button .action.toggle:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: 22px;
  color: #7d7d7d;
  content: '\e622';
  font-family: 'icons-blank-theme';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.wishlist.split.button .action.toggle:hover:after {
  color: #333333;
}
.wishlist.split.button .action.toggle:active:after {
  color: inherit;
}
.wishlist.split.button .action.toggle.active {
  display: inline-block;
  text-decoration: none;
}
.wishlist.split.button .action.toggle.active > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.wishlist.split.button .action.toggle.active:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: 22px;
  color: #7d7d7d;
  content: '\e621';
  font-family: 'icons-blank-theme';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.wishlist.split.button .action.toggle.active:hover:after {
  color: #333333;
}
.wishlist.split.button .action.toggle.active:active:after {
  color: inherit;
}
.wishlist.split.button .items {
  margin: 0;
  padding: 0;
  list-style: none none;
  background: #ffffff;
  border: 1px solid #bbbbbb;
  margin-top: 4px;
  min-width: 200px;
  z-index: 100;
  box-sizing: border-box;
  display: none;
  position: absolute;
  top: 100%;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
}
.wishlist.split.button .items li {
  margin: 0;
  padding: 5px 5px 5px 23px;
}
.wishlist.split.button .items li:hover {
  background: #e8e8e8;
  cursor: pointer;
}
.wishlist.split.button .items:before,
.wishlist.split.button .items:after {
  border-bottom-style: solid;
  content: '';
  display: block;
  height: 0;
  position: absolute;
  width: 0;
}
.wishlist.split.button .items:before {
  border: 6px solid;
  border-color: transparent transparent #ffffff transparent;
  z-index: 99;
}
.wishlist.split.button .items:after {
  border: 7px solid;
  border-color: transparent transparent #bbbbbb transparent;
  z-index: 98;
}
.wishlist.split.button .items:before {
  left: 10px;
  top: -12px;
}
.wishlist.split.button .items:after {
  left: 9px;
  top: -14px;
}
.wishlist.split.button.active {
  overflow: visible;
}
.wishlist.split.button.active .items {
  display: block;
}
.wishlist.split.button .items {
  text-align: left;
}
.wishlist.split.button .items .item > span {
  display: block;
  padding: 5px 5px 5px 23px;
}
.wishlist.split.button .items .item:last-child:hover {
  background: #e8e8e8;
}
.wishlist.split.button .items li {
  padding: 0;
}
.table-comparison .wishlist.split.button > .action.split:before,
.product-items .wishlist.split.button > .action.split:before {
  content: '\e601';
}
.table-comparison .wishlist.split.button > .action:active,
.product-items .wishlist.split.button > .action:active,
.table-comparison .wishlist.split.button > .action:focus,
.product-items .wishlist.split.button > .action:focus,
.table-comparison .wishlist.split.button > .action:hover,
.product-items .wishlist.split.button > .action:hover {
  color: #333333;
}
.table-comparison .wishlist.split.button > .action.toggle:before,
.product-items .wishlist.split.button > .action.toggle:before {
  border-left: 1px solid #c9c9c9;
  content: '';
  float: left;
  height: 15px;
  margin-top: 3px;
}
.product-info-main .wishlist.split.button .action.split,
.block-bundle-summary .wishlist.split.button .action.split,
.product-add-form .wishlist.split.button .action.split,
.product-info-main .wishlist.split.button .action.toggle,
.block-bundle-summary .wishlist.split.button .action.toggle,
.product-add-form .wishlist.split.button .action.toggle {
  line-height: 1.2rem;
  padding: 5px 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: 10px;
}
.cart.table-wrapper .wishlist.split.button > .action.toggle {
  padding: 4px 5px;
}
.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 {
  font-weight: 300;
  line-height: 1.1;
  font-size: 1.8rem;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}
.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: 10px;
  top: 10px;
}
.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: 10px;
}
.block-wishlist-management .wishlist-title strong {
  font-weight: 300;
  margin-right: 10px;
}
.block-wishlist-management .wishlist-notice {
  color: #7d7d7d;
  display: inline-block;
  margin-right: 20px;
}
.block-wishlist-management .wishlist-toolbar-select,
.block-wishlist-management .wishlist-toolbar-actions {
  display: inline-block;
}
.block-wishlist-management .wishlist-toolbar-select {
  margin-right: 20px;
}
.block-wishlist-management .wishlist-dropdown.move {
  margin-right: 20px;
}
.block-wishlist-search-form .form-wishlist-search {
  margin-bottom: 60px;
  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: 20px;
}
.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: 20px;
}
.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 10px;
}
.block-wishlist-info-items .split {
  clear: both;
  padding: 10px 0;
}
.block-wishlist-info-items .action.towishlist {
  padding: 10px 0;
}
.block-wishlist-info-items .input-text.qty {
  margin-right: 10px;
}
.multicheckout.results h3,
.multicheckout.success h3 {
  font-size: 1.6rem;
  margin-bottom: 20px;
  margin-top: 30px;
}
.multicheckout.results h3 a,
.multicheckout.success h3 a {
  color: #333333;
}
.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: 20px;
  padding-left: 16px;
}
.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: 10px;
}
.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: 10px;
}
.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: 30px;
}
.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: 10px;
}
.multicheckout:not(.address) .table-wrapper .product-item-name {
  margin: 0;
}
.multicheckout > .actions-toolbar {
  margin-top: 40px;
}
.multicheckout .actions-toolbar > .secondary {
  display: block;
}
.multicheckout .actions-toolbar > .secondary .action {
  margin-bottom: 20px;
}
.multicheckout .actions-toolbar > .secondary .action.back {
  display: block;
  margin-left: 0;
}
.multicheckout .actions-toolbar > .primary {
  margin-right: 10px;
}
.multicheckout .item-options {
  margin: 10px 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 #d1d1d1;
  padding-bottom: 10px;
}
.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: 40px;
}
.multicheckout.order-review .error-description {
  color: #e02b27;
  font-weight: 400;
  margin-bottom: 10px;
  margin-top: -10px;
}
.multicheckout .box-title span {
  margin-right: 10px;
}
.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 5px;
}
.multicheckout .checkout-review .grand.totals {
  font-size: 2.1rem;
  margin-bottom: 40px;
}
.multicheckout .checkout-review .grand.totals .mark {
  font-weight: 400;
}
[class^='multishipping-'] .logo {
  margin-left: 0;
}
.multishipping-checkout-success .nav-sections {
  display: block;
}
.block.newsletter {
  margin-bottom: 40px;
}
.block.newsletter .form.subscribe {
  display: table;
  width: 100%;
}
.block.newsletter .fieldset {
  display: table-cell;
  margin: 0;
  padding: 0;
  vertical-align: top;
}
.block.newsletter .field {
  margin: 0;
}
.block.newsletter .field .control {
  display: inline-block;
  text-decoration: none;
  display: block;
}
.block.newsletter .field .control:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 35px;
  line-height: 33px;
  color: #c2c2c2;
  content: '\e61d';
  font-family: 'icons-blank-theme';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.block.newsletter .field .control:before {
  position: absolute;
}
.block.newsletter input {
  margin-right: 35px;
  padding: 0 0 0 35px;
}
.block.newsletter .title {
  display: none;
}
.block.newsletter .actions {
  display: table-cell;
  vertical-align: top;
  width: 1%;
}
.block.newsletter .action.subscribe {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  margin-left: -1px;
}
.payment-method-content .pay-later-message {
  margin-bottom: 10px;
  margin-top: 10px;
}
.paypal.after:before {
  content: '- ' attr(data-label) ' -';
  display: block;
  margin: 5px 5px 10px;
  text-transform: uppercase;
}
.paypal.before:before {
  content: '- ' attr(data-label) ' -';
  display: block;
  margin: 10px 5px;
  text-align: center;
  text-transform: uppercase;
}
.paypal.acceptance {
  display: block;
  margin: 0 0 20px;
}
.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 {
  font-weight: 300;
  line-height: 1.1;
  font-size: 1.8rem;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
  display: inline-block;
}
.paypal-review .items-qty .item {
  white-space: nowrap;
}
.paypal-review .items-qty .title:after {
  content: ': ';
}
.paypal-review .paypal-review-title > strong {
  font-weight: 300;
  line-height: 1.1;
  font-size: 1.8rem;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
  display: inline-block;
}
.paypal-review .actions-toolbar {
  margin-top: 10px;
}
.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 #d1d1d1;
  margin: 20px 0;
}
.paypal-review-discount .block {
  margin-bottom: 0;
}
.paypal-review-discount .block .fieldset {
  padding: 10px 0 20px;
}
.fotorama-video-container:after {
  background: url('../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('../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: 100px;
  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: #c7c7c7;
  font-family: 'icons-blank-theme';
  font-size: 28px;
  height: 28px;
  letter-spacing: -10px;
  line-height: 28px;
  content: '\e605' '\e605' '\e605' '\e605' '\e605';
  display: block;
  font-style: normal;
  font-weight: normal;
  speak: none;
}
.rating-summary .rating-result > span {
  display: block;
  overflow: hidden;
}
.rating-summary .rating-result > span:before {
  position: relative;
  z-index: 2;
  -webkit-font-smoothing: antialiased;
  color: #ff5501;
  font-family: 'icons-blank-theme';
  font-size: 28px;
  height: 28px;
  letter-spacing: -10px;
  line-height: 28px;
  content: '\e605' '\e605' '\e605' '\e605' '\e605';
  display: block;
  font-style: normal;
  font-weight: normal;
  speak: none;
}
.rating-summary .rating-result > span span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.rating-summary .rating-result {
  margin-left: -5px;
}
.product-reviews-summary .rating-summary .label,
.table-reviews .rating-summary .label {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.review-control-vote {
  overflow: hidden;
}
.review-control-vote:before {
  color: #c7c7c7;
  font-family: 'icons-blank-theme';
  font-size: 28px;
  height: 28px;
  letter-spacing: -10px;
  line-height: 28px;
  font-style: normal;
  font-weight: normal;
  speak: none;
  vertical-align: top;
  -webkit-font-smoothing: antialiased;
  content: '\e605' '\e605' '\e605' '\e605' '\e605';
  display: block;
  position: absolute;
  z-index: 1;
}
.review-control-vote input[type="radio"] {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.review-control-vote input[type="radio"]:hover + label:before,
.review-control-vote input[type="radio"]:checked + label:before {
  opacity: 1;
}
.review-control-vote label {
  cursor: pointer;
  display: block;
  position: absolute;
}
.review-control-vote label span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.review-control-vote label:before {
  color: #ff5501;
  font-family: 'icons-blank-theme';
  font-size: 28px;
  height: 28px;
  letter-spacing: -10px;
  line-height: 28px;
  font-style: normal;
  font-weight: normal;
  speak: none;
  vertical-align: top;
  -webkit-font-smoothing: antialiased;
  opacity: 0;
}
.review-control-vote label:hover:before {
  opacity: 1;
}
.review-control-vote label:hover ~ label:before {
  opacity: 0;
}
.review-control-vote .rating-5 {
  z-index: 2;
}
.review-control-vote .rating-5:before {
  content: '\e605' '\e605' '\e605' '\e605' '\e605';
}
.review-control-vote .rating-4 {
  z-index: 3;
}
.review-control-vote .rating-4:before {
  content: '\e605' '\e605' '\e605' '\e605';
}
.review-control-vote .rating-3 {
  z-index: 4;
}
.review-control-vote .rating-3:before {
  content: '\e605' '\e605' '\e605';
}
.review-control-vote .rating-2 {
  z-index: 5;
}
.review-control-vote .rating-2:before {
  content: '\e605' '\e605';
}
.review-control-vote .rating-1 {
  z-index: 6;
}
.review-control-vote .rating-1:before {
  content: '\e605';
}
.block.add.review {
  margin-bottom: 40px;
}
.block.add.review > .title {
  font-weight: 300;
  line-height: 1.1;
  font-size: 2.6rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.block.add.review .legend {
  font-weight: 300;
  line-height: 1.1;
  font-size: 1.8rem;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
  margin: 0 0 20px;
}
.block.add.review .field.rating {
  display: table-row;
}
.block.add.review .field.rating .label {
  display: table-cell;
  padding: 5px 0;
  vertical-align: middle;
}
.block.add.review .field.rating .control {
  display: table-cell;
  vertical-align: top;
}
.block.reviews.list > .title {
  font-weight: 300;
  line-height: 1.1;
  font-size: 2.6rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.block.reviews.list .review.item {
  margin-bottom: 40px;
}
.block.reviews.list .review.title {
  font-weight: 300;
  line-height: 1.1;
  font-size: 1.8rem;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}
.data.table.reviews .rating-summary {
  margin-top: -4px;
}
.customer-review.view {
  margin-bottom: 20px;
}
.customer-review.view .review.title,
.customer-review.view .ratings-summary,
.customer-review.view .product-details {
  margin-bottom: 20px;
}
.product-reviews-summary {
  display: table;
  margin: 10px 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: -5px;
  position: relative;
  text-align: left;
  vertical-align: middle;
}
.product-reviews-summary .reviews-actions {
  display: table-cell;
  line-height: 28px;
  vertical-align: middle;
}
.product-reviews-summary .reviews-actions a {
  margin-right: 5px;
}
.customer-review .product-details {
  margin-bottom: 40px;
}
.customer-review .product-media {
  float: left;
  margin-right: 3%;
  max-width: 285px;
  width: 30%;
}
.customer-review .review-details .customer-review-rating {
  margin-bottom: 20px;
}
.customer-review .review-details .customer-review-rating .item {
  margin-bottom: 10px;
}
.customer-review .review-details .customer-review-rating .item:last-child {
  margin-bottom: 0;
}
.customer-review .review-details .review-title {
  font-weight: 300;
  line-height: 1.1;
  font-size: 1.8rem;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
  font-weight: 600;
  margin-bottom: 20px;
}
.customer-review .review-details .review-content {
  margin-bottom: 20px;
}
.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: 10px;
  vertical-align: top;
}
.review-field-ratings .review-field-rating .label {
  padding-right: 10px;
  padding-top: 6px;
}
.review-field-ratings .review-field-rating .control {
  padding-top: 2px;
}
.review-toolbar {
  border-top: 1px solid #c9c9c9;
  margin: 0 0 20px;
  text-align: center;
}
.review-toolbar:first-child {
  display: none;
}
.review-toolbar .pages {
  border-bottom: 1px solid #c9c9c9;
  display: block;
  padding: 20px 0;
  text-align: center;
}
.review-toolbar .limiter {
  display: none;
}
.review-add .block-title {
  display: none;
}
.review-form .action.submit.primary {
  background: #f2f2f2;
  border: 1px solid #cdcdcd;
  color: #333333;
}
.review-form .action.submit.primary:focus,
.review-form .action.submit.primary:active {
  background: #e2e2e2;
  border: 1px solid #cdcdcd;
  color: #333333;
}
.review-form .action.submit.primary:hover {
  background: #e2e2e2;
  border: 1px solid #cdcdcd;
  color: #555555;
}
.fieldset .review-legend.legend {
  margin-bottom: 20px;
}
.fieldset .review-legend.legend strong {
  display: block;
  margin-left: 0;
}
.review-field-rating .control {
  margin-bottom: 48px;
  margin-top: 10px;
}
.review-list {
  margin-bottom: 30px;
}
.review-list .block-title strong {
  font-weight: 300;
  line-height: 1.1;
  font-size: 2.6rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.review-item {
  border-bottom: 1px solid #c9c9c9;
  margin: 0;
  padding: 20px 0;
}
.review-item:after {
  clear: both;
  content: '';
  display: table;
}
.review-item:last-child {
  border-width: 0;
}
.review-ratings {
  display: table;
  margin-bottom: 10px;
  max-width: 100%;
}
.review-author {
  display: inline;
}
.review-title {
  font-weight: 300;
  line-height: 1.1;
  font-size: 1.8rem;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
  margin: 0 0 20px;
}
.review-content {
  margin-bottom: 20px;
}
.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: 20px;
}
.block-reward-info .reward-rates .title,
.block-reward-info .reward-limit .title,
.block-reward-info .reward-expiring .title {
  display: inline-block;
  margin-bottom: 10px;
}
.form-create-return .field .control > span,
.form-create-return .field address {
  display: inline-block;
  padding-top: 6px;
}
.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: 20px;
}
.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 #d1d1d1;
  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 #d1d1d1;
  margin-bottom: 20px;
  padding-bottom: 10px;
}
.order-details-items .order-title > strong {
  font-weight: 300;
  line-height: 1.1;
  font-size: 1.8rem;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
  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 #d1d1d1;
}
.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 20px;
}
.account .page-title-wrapper .page-title,
[class^='sales-guest-'] .page-title-wrapper .page-title,
.sales-guest-view .page-title-wrapper .page-title {
  margin-right: 20px;
}
.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 #d1d1d1;
  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: 10px;
}
.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: 10px 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: 10px;
  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 10px 5px 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: 0 0 3px 1px #68a8e0;
}
.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('../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: 5px;
  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: 20px 0;
}
.swatch-opt-listing {
  margin-bottom: 10px;
}
.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: 10px 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 #d1d1d1;
  margin-bottom: 20px;
}
.header.content {
  padding-top: 10px;
  position: relative;
}
.logo {
  float: left;
  margin: 0 0 10px 40px;
  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: 30px;
}
.action.skip:focus {
  background: #f0f0f0;
  padding: 10px;
  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 10px;
  padding: 10px 20px;
  display: block;
  line-height: 1.2em;
  font-size: 1.3rem;
  background: #ffee9c;
  border-color: #d6ca8e;
  color: #333333;
  margin: 0;
}
.message.global.noscript a,
.message.global.cookie a {
  color: #1979c3;
}
.message.global.noscript a:hover,
.message.global.cookie a:hover {
  color: #006bb4;
}
.message.global.noscript a:active,
.message.global.cookie a:active {
  color: #ff5501;
}
.message.global.cookie {
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  z-index: 3;
}
.message.global.cookie .actions {
  margin-top: 10px;
}
.message.global.demo {
  margin: 0 0 10px;
  padding: 10px 20px;
  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: #1979c3;
}
.message.global.demo a:hover {
  color: #006bb4;
}
.message.global.demo a:active {
  color: #ff5501;
}
.page-footer {
  margin-top: auto;
}
.footer.content {
  border-top: 1px solid #d1d1d1;
  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 #bbbbbb;
  margin-top: 4px;
  min-width: 160px;
  z-index: 100;
  box-sizing: border-box;
  display: none;
  position: absolute;
  top: 100%;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
}
.page-header .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 #bbbbbb 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: 20px 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.42857143;
  margin: 0;
  padding: 0;
  color: #1979c3;
  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: #1979c3;
  text-decoration: none;
}
.my-credit-cards .action.delete:hover {
  color: #006bb4;
  text-decoration: underline;
}
.my-credit-cards .action.delete:active {
  color: #ff5501;
  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: #1979c3;
  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.42857143;
  margin: 0;
  padding: 0;
  color: #1979c3;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
  margin-right: 20px;
}
.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: #1979c3;
  text-decoration: none;
}
.my-credit-cards-popup .action.secondary:hover {
  color: #006bb4;
  text-decoration: underline;
}
.my-credit-cards-popup .action.secondary:active {
  color: #ff5501;
  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: #1979c3;
  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 #d1d1d1;
}
.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 #d1d1d1;
}
.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 #d1d1d1;
}
.account .table-wrapper .data.table.wishlist .product.name {
  display: inline-block;
  margin-bottom: 10px;
}
.account .table-wrapper .data.table.wishlist .box-tocart {
  margin: 10px 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: 10px 0;
}
.account .table-wrapper .data.table.wishlist .input-text.qty {
  margin-bottom: 10px;
}
.account .table-wrapper .data.table.wishlist .action.primary,
.account .table-wrapper .data.table.wishlist .amshopby-button,
.account .table-wrapper .data.table.wishlist .am-filter-go {
  vertical-align: top;
}
.account .table-wrapper .data.table.wishlist .price {
  font-weight: 700;
}
.block-wishlist .product-item-name {
  margin-right: 20px;
}
.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: 10px;
}
.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: 10px 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;
}
.stop-scrolling {
  height: 100%;
  overflow: hidden;
}
#loadingLayer {
  display: none;
  height: 100%;
  width: 100%;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.4);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
}
#loadingLayer > div {
  padding-top: 15%;
}
#loadingLayer img {
  max-width: 200px;
}
.page-products .columns {
  z-index: 0 !important;
}
.page-with-filter .logo {
  z-index: 0;
}
.filter-options-item {
  padding-bottom: 12px;
}
.filter-options-item .tooltip {
  vertical-align: middle;
}
.filter-options-item .filter-options-content > :last-child {
  margin-bottom: 10px;
}
.filter-options-item li {
  margin: 0;
}
.filter-options-item li input[type="radio"],
.filter-options-item li input[type="checkbox"] {
  float: left;
  margin: 10px 0 0 5px;
}
.filter-options-item li a {
  color: #494949;
  margin: 0;
  padding: 7px;
  display: block;
}
.filter-options-item li a.active {
  color: #1979c3;
  font-weight: 700;
}
.filter-options-item li input[type="radio"] + a,
.filter-options-item li input[type="checkbox"] + a {
  padding-left: 20px;
}
.filter-options-item li span.img {
  display: inline-block;
  width: 20px;
  height: 20px;
  vertical-align: top;
}
.filter-options-item button,
.filter-options-item .cart.table-wrapper .actions-toolbar > .action,
.filter-options-item .action-gift {
  margin-top: 8px;
}
.filter-options-title {
  padding: 10px 30px 10px 10px;
  background-color: #f5f5f5;
  position: relative;
  cursor: pointer;
}
#layered-filter-block .collapsible:after {
  content: '';
  font-size: 0;
  width: 16px;
  height: 16px;
  position: absolute;
  top: 10px;
  right: 10px;
  opacity: 0.5;
  background: url(../images/plus-minus-icons.png) no-repeat 0 0;
}
#layered-filter-block .collapsible.active:after {
  background-position: -16px 0;
}
.filter-options-title:not(.collapsible):after {
  display: none;
}
.sidebar .filter-options-title {
  border-bottom: 1px solid #ddd;
}
/** ===== Blank Theme CSS ======= ***/
#layered-filter-block-top .filter-options-title:after {
  content: '';
  background: url(../images/arrow-d.png) no-repeat 0 -13px;
  width: 17px;
  height: 12px;
  display: block;
  position: absolute;
  top: 14px;
  right: 5px;
}
#layered-filter-block-top .filter-options-title.active:after {
  background-position: 0 0;
}
.filter-options-item .searchList {
  margin: 0;
  padding: 5px;
  background-color: #ddd;
}
.filter-options-item .searchbox {
  padding: 8px;
  width: 100%;
  display: block;
  max-width: inherit;
  background: url(../images/search-ico.png) no-repeat 97% 47% #ffffff;
  border: 1px solid #ddd;
}
#layered-filter-block .filter-current .filter-subtitle {
  border-bottom: 1px solid #ccc;
  display: block;
  padding-bottom: 10px;
}
#layered-filter-block .filter-current .action.remove span {
  display: none;
}
#layered-filter-block .filter-current .action.remove:before {
  content: '';
  background: url(../images/close.gif) no-repeat 0 0;
  width: 11px;
  height: 11px;
  display: block;
  float: right;
  margin-top: 5px;
}
#layered-filter-block .filter-current .filter-options-title:after {
  display: none;
}
#layered-filter-block .filter-current li.item {
  padding: 0;
  position: relative;
}
#layered-filter-block .filter-current .action.remove {
  left: inherit;
  right: 0;
}
#layered-filter-block .block-actions {
  text-align: right;
}
/** ===== Shop by Price ======= ***/
.filter-options-item input.priceFromTo {
  color: #f6931f;
  font-weight: 700;
  text-align: center;
  border: 0 none !important;
}
.filter-options-item .ui-slider {
  margin: 0 7px;
}
.filter-options-item .ui-slider-handle {
  width: 15px;
  height: 15px;
  padding: 0;
  top: -3px;
  margin-left: -7px;
}
.priceRange {
  padding-top: 10px;
}
.priceRange span {
  display: inline-block;
  width: 60px;
  margin-right: 3px;
}
.priceRange button,
.priceRange .cart.table-wrapper .actions-toolbar > .action,
.priceRange .action-gift {
  margin: 0;
}
/** ===== Shop by Rattings ======= ***/
.filter-options-item .filter-options-content li.item {
  margin: 0 !important;
}
.filter-options-item .rating-summary {
  vertical-align: middle;
}
/** ===== Shop by Categories ======= ***/
.category-filter li {
  clear: both;
}
.category-filter li button,
.category-filter li .cart.table-wrapper .actions-toolbar > .action,
.category-filter li .action-gift {
  font-size: 0;
  float: left;
  width: 16px;
  height: 16px;
  padding: 0;
  margin: 9px 0 0 5px;
  background: url(../images/plus-minus-icons.png) no-repeat 0 0;
  border: 0 none;
  opacity: 0.5;
  box-shadow: none;
}
.category-filter li button.active,
.category-filter li .cart.table-wrapper .actions-toolbar > .action.active,
.category-filter li .action-gift.active {
  background-position: -16px 0;
}
.category-filter li button + a,
.category-filter li .cart.table-wrapper .actions-toolbar > .action + a,
.category-filter li .action-gift + a {
  padding-left: 25px;
}
.category-filter li.level_3 a {
  padding-left: 27px;
}
.category-filter.advanced li.level_3 a {
  padding-left: 15px;
}
.category-filter.advanced li.level_4 a {
  padding-left: 30px;
}
.category-filter.advanced li.level_5 a {
  padding-left: 45px;
}
.filter-options-item .items li:hover.magebees_filter_item {
  background-color: #e8e8e8;
}
.filter-options-item .items li.magebees_filter_item a {
  display: inline-block;
}
.filter-options-item .items li.magebees_filter_item img {
  vertical-align: middle;
}
/** ===== Brand sliders ======= ***/
/*****---- All Brand Slider ------*******/
.allBrandsLayer {
  padding: 15px 0;
}
.allBrandsLayer .resultInfoLoadingImg {
  display: block;
  margin: auto;
  display: none;
}
.allBrandsLayer .title {
  font-size: 30px;
  margin-bottom: 15px;
}
.allBrandsLayer .letter {
  clear: both;
  font-size: 16px;
  padding: 7px 10px;
  background-color: #eee;
}
.allBrandsLayer ul.logoList {
  margin: 0;
  padding: 0;
}
.allBrandsLayer ul.logoList li,
.resultInfo li {
  width: 13%;
  display: inline-block;
  vertical-align: middle;
  padding: 10px;
  margin: 0 1% 10px 0;
  text-align: center;
  position: relative;
  background-color: #fff;
  border: 1px solid #ccc;
}
.allBrandsLayer ul.logoList li a img,
.resultInfo li a img {
  max-height: 70px;
}
.allBrandsLayer ul.logoList li a:hover img {
  opacity: 0.8;
}
.std .allBrandsLayer ul.logoList li {
  list-style: none;
}
.alphaBetsLayer {
  padding: 7px;
  background-color: #eee;
}
.alphaBetsLayer button.alpha,
.alphaBetsLayer .cart.table-wrapper .actions-toolbar > .action.alpha,
.alphaBetsLayer .action-gift.alpha {
  color: #333;
  font-size: 14px;
  padding: 5px 8px;
  margin-right: 3px;
  background-color: #fff;
  border: 0 none;
  border-radius: 4px;
}
.alphaBetsLayer button.alpha:hover,
.alphaBetsLayer .cart.table-wrapper .actions-toolbar > .action.alpha:hover,
.alphaBetsLayer .action-gift.alpha:hover {
  color: #000;
  background-color: #ccc;
}
.alphaBetsLayer button.alpha.active,
.alphaBetsLayer .cart.table-wrapper .actions-toolbar > .action.alpha.active,
.alphaBetsLayer .action-gift.alpha.active {
  color: #fff;
  background-color: #444;
}
.allbrand span {
  vertical-align: bottom;
  position: fixed;
}
.resultInfo {
  padding: 10px;
  border: 5px solid #eee;
  border-top: 0 none;
}
.resultInfo ul {
  list-style: none;
  border: none;
  margin: 0;
  padding: 0;
}
.resultInfo ul li a span {
  position: fixed;
}
.resultInfo li {
  display: inline-block;
  vertical-align: middle;
  padding: 10px;
  margin: 0 10px 10px 0;
  text-align: center;
  position: relative;
  background-color: #fff;
  border: 1px solid #ccc;
  list-style: none;
  margin-left: 0 !important;
}
.resultInfo li a {
  display: block;
}
.note {
  color: #09F;
  font-size: 12px;
}
.brandlogoSliderLayer {
  position: relative;
  margin: 30px auto;
}
.brandlogoSliderLayer img {
  max-width: 100%;
  margin: auto;
  max-height: 70px;
}
.brandlogoSliderLayer .title {
  color: #1a2a40;
  font-size: 24px;
  padding: 20px 0 10px;
  position: relative;
  text-transform: uppercase;
  font-weight: 600;
}
.brandlogoSliderLayer .container {
  position: relative;
}
.logoSliderLayer {
  position: relative;
  overflow: hidden;
  z-index: 1;
  margin: 0 22px;
}
.jcarousel-wrapper {
  margin: 0 auto;
  position: relative;
}
.logoSliderLayer ul {
  width: 2000em;
  position: relative;
  z-index: 1;
  margin: 0;
}
.std .logoSliderLayer ul {
  margin-bottom: 0.5em;
  list-style: none;
}
.std .logoSliderLayer ul li {
  margin-left: 0.5em;
}
.logoSliderLayer ul li {
  float: left;
  display: table;
  width: 200px;
  position: relative;
  list-style: none;
  margin: 0 10px 0 0;
}
.logoSliderLayer ul li a {
  display: table-cell;
  width: 100%;
  text-align: center;
  vertical-align: middle;
  padding: 10px;
  background-color: #fff;
  border: 1px solid #d5d5d5;
  height: 70px;
}
.brandlogoSliderLayer .logoSliderLayer-prev,
.brandlogoSliderLayer .logoSliderLayer-next {
  display: block;
  width: 16px;
  height: 16px;
  padding: 6px;
  margin-top: -11px;
  background-color: #efefef;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  cursor: pointer;
  opacity: 1;
}
.brandlogoSliderLayer .logoSliderLayer-prev:after,
.brandlogoSliderLayer .logoSliderLayer-next:after {
  content: " ";
  display: block;
  width: 16px;
  height: 16px;
  background: url(../images/arrow.png) no-repeat 0 -16px;
}
.brandlogoSliderLayer .logoSliderLayer-prev {
  left: 0;
}
.brandlogoSliderLayer .logoSliderLayer-next {
  right: 0;
}
.brandlogoSliderLayer .logoSliderLayer-next:after {
  background-position: -16px -16px;
}
.brandlogoSliderLayer .logoSliderLayer-prev:hover,
.brandlogoSliderLayer .logoSliderLayer-next:hover {
  opacity: 0.5;
}
/** ===== Filters in content section ======= ***/
#layered-filter-block-top .filter-options:not(.ddFilter) .filter-options-item {
  display: inline-block;
  vertical-align: top;
  width: 230px;
  padding: 0;
  border: 1px solid #ccc;
  margin: 10px 5px 0 0;
}
.filter .block-subtitle {
  border-top: 0 none !important;
}
@media only screen and (min-width: 767px) {
  .ddFilter {
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #ccc;
  }
  .ddFilter:after {
    content: " ";
    display: block;
    clear: both;
    height: 0;
  }
  .ddFilter .filter-options-item {
    float: left;
    padding: 0;
    border: 0 none;
    position: relative;
    z-index: 10;
  }
  .ddFilter .filter-options-item .filter-options-title {
    padding: 10px 25px 10px 15px;
    border-right: 1px solid #ccc;
    margin: 0;
  }
  .ddFilter .filter-options-item .filter-options-title:after {
    right: 9px;
    display: block;
  }
  .ddFilter .filter-options-content {
    width: 230px;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 99;
    background-color: #fff;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.3);
  }
}
@media only screen and (max-width: 767px) {
  #layered-filter-block-top {
    display: none;
  }
  .filter-current,
  #layered-filter-block-top.filter.active {
    display: block;
  }
  .filter-active #layered-filter-block-top,
  .filter-active .filter-current {
    display: none;
  }
  #layered-filter-block .filter-current .filter-subtitle {
    position: relative;
    cursor: pointer;
  }
  #layered-filter-block.filter div.block-subtitle:before {
    content: '';
    background: url(../images/arrow.png) no-repeat 0 0;
    width: 17px;
    height: 12px;
    display: block;
    position: absolute;
    top: 14px;
    right: 5px;
  }
  #layered-filter-block.filter .filter-current.active div.block-subtitle:before {
    background-position: -17px 0;
  }
  .filter-active #layered-filter-block.filter .block-subtitle:after {
    display: none;
  }
  body.filter-active .page-wrapper {
    visibility: visible;
  }
  #loadingLayer {
    z-index: 999999;
  }
  #layered-filter-block.block.filter .filter-title {
    margin: 0 !important;
    text-align: center;
  }
  #layered-filter-block.block.filter .filter-title strong {
    font-size: 15px;
    font-weight: 600;
    padding: 8px 15px;
    display: block;
  }
  #layered-filter-block .filter.active {
    position: relative;
    visibility: visible;
    z-index: 99;
  }
  #layered-filter-block.filter .filter-options,
  #layered-filter-block.filter strong.block-subtitle {
    display: none;
  }
  .filter-active #layered-filter-block.filter.active .filter-options,
  .filter-active #layered-filter-block.filter.active strong.block-subtitle {
    display: block;
  }
  #layered-filter-block.filter .filter-current .items,
  #layered-filter-block.filter .filter-current + .block-actions {
    display: none;
  }
  #layered-filter-block.filter .filter-current.active .items,
  #layered-filter-block.filter .filter-current.active + .block-actions {
    display: block;
  }
  .mb-layerslider .columns {
    display: block;
  }
}
.mp-stop-scrolling {
  height: 100%;
  overflow: hidden;
}
#mp_scroll_loading {
  display: none;
  height: 100%;
  width: 100%;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.4);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
}
#mp_scroll_loading > div {
  padding-top: 15%;
}
#mp_scroll_loading img {
  max-width: 200px;
}
.cwsMostviewed .title {
  text-align: center;
  margin: 20px 0;
}
.cwsMostviewed .title:after {
  content: '';
  width: 160px;
  border-bottom: 4px double #ccc;
  margin: 0 auto;
  display: block;
}
.cwsMostviewed .title h3 {
  font-size: 3.4rem;
  font-weight: 300;
  text-transform: uppercase;
}
/* Mostviewed Products Simple Grid CSS */
.cwsMostviewed {
  position: relative;
  flex: 0;
  margin-bottom: 25px;
}
.cwsMostviewed .product-item-info {
  width: auto;
}
.cwsMostviewed .products-grid.grid1 .product-item {
  width: 100%;
}
.cwsMostviewed .products-grid.grid2 .product-item {
  width: 50%;
}
.cwsMostviewed .products-grid.grid3 .product-item {
  width: 33.33%;
}
.cwsMostviewed .products-grid.grid4 .product-item {
  width: 25%;
}
.cwsMostviewed .products-grid.grid5 .product-item {
  width: 20%;
}
.cwsMostviewed .products-grid.grid6 .product-item {
  width: 16.66%;
}
.page-layout-1column .mage-mostviewed-slider.products-grid .product-item,
.page-layout-2columns-left .mage-mostviewed-slider.products-grid .product-item,
.page-layout-2columns-right .mage-mostviewed-slider.products-grid .product-item {
  width: 100%;
}
.mage-mostviewed-slider .owl-stage-outer {
  padding: 20px 0 35px 0;
}
.column.main .mage-mostviewed-slider .product-item {
  padding: 5px 18px;
  text-align: center;
}
.mageMostviewedToolbar .pages,
.mageMostviewedToolbar .limiter {
  display: inline-block;
}
.mageMostviewedToolbar .toolbar-amount {
  display: inline !important;
}
.mageMostviewedToolbar {
  border-top: 4px double #ccc;
  padding-top: 20px;
  margin-top: 20px;
}
.mageMostviewedToolbar .pages strong.page,
.mageMostviewedToolbar .pages a.page {
  color: #7d7d7d;
  background: #f0f0f0;
  border: 1px solid #ccc;
  border-radius: 3px;
  -wevkit-border-radius: 3px;
  box-shadow: 0 1px 0 0 #ffffff inset, 0 -1px 0 0 rgba(204, 204, 204, 0.3) inset;
  -webkit-box-shadow: 0 1px 0 0 #ffffff inset, 0 -1px 0 0 rgba(204, 204, 204, 0.3) inset;
  padding: 0 10px;
}
.mageMostviewedToolbar .pages strong.page {
  color: #fff;
  background: #1979c3;
  border: 1px solid #1979c3;
  box-shadow: 0 1px 0 0 #5cb5fa inset, 0 -1px 0 0 #5cb5fa inset;
  -webkit-box-shadow: 0 1px 0 0 #5cb5fa inset, 0 -1px 0 0 #5cb5fa inset;
}
.mageMostviewedToolbar .pages .items {
  margin-left: 325px !important;
}
.mageMostviewedToolbar .pages a:hover.page {
  background: #dedede;
}
.mageMostviewedToolbar .toolbar-amount {
  font-weight: bold;
}
/* ============================================ *
 * Owl Carousel Mostviewed Product Slider
 * ============================================ */
.mage-mostviewed-slider .owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  position: relative;
  z-index: 1;
}
.mage-mostviewed-slider .owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
}
.mage-mostviewed-slider .owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.mage-mostviewed-slider .owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.mage-mostviewed-slider .owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}
.mage-mostviewed-slider .owl-carousel .owl-item img {
  display: block;
  width: 100%;
  -webkit-transform-style: preserve-3d;
}
/* Next / Previous Arrow */
.mage-mostviewed-slider .owl-carousel .owl-nav {
  position: absolute;
  top: 50%;
  width: 100%;
  margin-top: -40px;
}
.mage-mostviewed-slider .owl-carousel .owl-nav.disabled,
.mage-mostviewed-slider .owl-carousel .owl-dots.disabled {
  display: none;
}
.mage-mostviewed-slider .owl-carousel .owl-nav .owl-prev,
.mage-mostviewed-slider .owl-carousel .owl-nav .owl-next {
  background: #f0f0f0;
  border: 1px solid #ccc;
  color: #7d7d7d;
  box-shadow: inset 0 1px 0 0 #ffffff, inset 0 -1px 0 0 rgba(204, 204, 204, 0.3);
  -webkit-box-shadow: inset 0 1px 0 0 #ffffff, inset 0 -1px 0 0 rgba(204, 204, 204, 0.3);
  border-radius: 3px;
  -webkit-border-radius: 3px;
  padding: 0;
  display: inline-block;
  text-decoration: none;
  width: 35px;
  height: 35px;
  overflow: hidden;
  line-height: 35px;
  text-align: center;
  position: absolute;
  text-indent: -9999em;
  text-align: left;
}
.mage-mostviewed-slider .owl-carousel .owl-nav .owl-prev:hover,
.mage-mostviewed-slider .owl-carousel .owl-nav .owl-next:hover {
  background: #f6f6f6;
}
.mage-mostviewed-slider .owl-carousel .owl-nav .owl-next {
  right: 0;
}
.mage-mostviewed-slider .owl-carousel .owl-nav .owl-next:before,
.mage-mostviewed-slider .owl-carousel .owl-nav .owl-prev:before {
  left: 15px;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(0, 0, 0, 0);
  border-left-color: #7d7d7d;
  border-width: 6px;
  margin-top: -6px;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.mage-mostviewed-slider .owl-carousel .owl-nav .owl-prev:before {
  border-right-color: #7d7d7d;
  border-left-color: transparent;
  left: 8px;
}
.mage-mostviewed-slider .owl-carousel .owl-nav .owl-prev,
.mage-mostviewed-slider .owl-carousel .owl-nav .owl-next,
.mage-mostviewed-slider .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;
}
/* Nav Dots */
.mage-mostviewed-slider .owl-dots {
  text-align: center;
  display: inline-block;
  zoom: 1;
  width: 100%;
}
.mage-mostviewed-slider .owl-dot {
  display: inline-block;
}
.mage-mostviewed-slider .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #ddd;
  display: block;
  border-radius: 30px;
  -webkit-border-radius: 30px;
}
.mage-mostviewed-slider .owl-dot.active span,
.mage-mostviewed-slider .owl-dot:hover span {
  background: #2f2f2f;
}
.mage-mostviewed-slider .owl-carousel.owl-loaded {
  display: block;
}
.mage-mostviewed-slider .owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.mage-mostviewed-slider .owl-carousel.owl-hidden {
  opacity: 0;
}
.mage-mostviewed-slider .owl-carousel.owl-refresh .owl-item {
  display: none;
}
.mage-mostviewed-slider .owl-carousel.owl-drag .owl-item {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.mage-mostviewed-slider .owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}
/* No Js */
.no-js .owl-carousel {
  display: block;
}
/** Owl Carousel - Auto Height Plugin */
.mage-mostviewed-slider .owl-height {
  transition: height 500ms ease-in-out;
}
/** Owl Carousel - Lazy Load Plugin */
.mage-mostviewed-slider .owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease;
}
.mage-mostviewed-slider .owl-carousel .owl-item img.owl-lazy {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
/**Add for solve issue for slider design in responsive view **/
.cwsMostviewed .products-grid.grid3 .product-item {
  padding: 10px;
  margin-bottom: 45px;
  text-align: center;
}
.product-item-actions .actions-primary {
  display: inline-block;
}
.product-item-actions .actions-primary + .actions-secondary {
  display: inline-block;
  width: auto;
}
.column.main .mage-mostviewed-slider .product-item {
  padding: 5px 18px;
  text-align: center;
}
.listMostviewed .title h3 {
  font-size: 18px;
  text-align: left;
}
.listMostviewed .title:after {
  display: none;
}
.listMostviewed .toolbar-amount {
  font-size: 1.2rem;
  font-weight: normal;
}
.listMostviewed .pages {
  display: inherit;
  text-align: left;
  clear: both;
}
.listMostviewed .toolbar {
  text-align: left;
  border: none;
}
.listMostviewed .pages .items {
  margin-left: 0 !important;
}
.listMostviewed .pages .item {
  margin: 0;
}
.listMostviewed .pages .items li .page {
  display: none;
}
.listMostviewed .pages .action.next {
  margin-left: 0;
}
@media only screen and (max-width: 1200px) {
  .cwsMostviewed .products-grid.grid6 .product-item {
    width: 20%;
  }
  .column.main .product-items {
    margin-left: 0;
  }
  .cwsMostviewed .toolbar-amount {
    position: absolute;
    top: 60px;
  }
  .cwsMostviewed .products {
    margin: 50px 0 30px 0;
  }
  .listMostviewed .toolbar-amount {
    top: inherit;
    position: inherit;
  }
}
@media only screen and (max-width: 999px) {
  .cwsMostviewed .products-grid.grid5 .product-item,
  .cwsMostviewed .products-grid.grid6 .product-item {
    width: 25%;
  }
  .mageMostviewedToolbar .pages .items {
    margin-left: 220px;
  }
}
@media only screen and (max-width: 768px) {
  .cwsMostviewed .products-grid.grid4 .product-item,
  .cwsMostviewed .products-grid.grid5 .product-item,
  .cwsMostviewed .products-grid.grid6 .product-item {
    width: 33.33%;
  }
  .cwsMostviewed .title {
    text-align: center;
    width: 100%;
    display: inline-block;
    clear: both;
  }
  .mageMostviewedToolbar .pages .items {
    margin-left: 120px;
  }
  .columns {
    display: block;
  }
  .cwsMostviewed .toolbar-amount {
    top: 110px;
  }
  .listMostviewed .pages .items li .page {
    display: block;
  }
  .listMostviewed .pages .items {
    margin: 0;
  }
  .listMostviewed .pages .item {
    margin: 0 8px 0 0;
  }
  .listMostviewed .pages strong.page {
    background: #e5e5e5;
    font-size: 12px;
    padding: 0 5px;
    color: #333;
    border: none;
    border-radius: 0;
    box-shadow: none;
  }
  .listMostviewed .pages a.page,
  .listMostviewed .pages a.page:hover {
    background: none;
    border: none;
    box-shadow: none;
    font-size: 12px;
    padding: 0 5px;
    color: #333;
  }
  .listMostviewed .pages .action.next {
    margin-left: 8px;
  }
}
@media only screen and (max-width: 640px) {
  .cwsMostviewed .products-grid.grid3 .product-item,
  .cwsMostviewed .products-grid.grid4 .product-item,
  .cwsMostviewed .products-grid.grid5 .product-item,
  .cwsMostviewed .products-grid.grid6 .product-item {
    width: 50%;
  }
  .mageMostviewedToolbar .pages .items {
    margin-left: 0 !important;
  }
  .listMostviewed .pages .items {
    margin-left: 0 !important;
  }
  .listMostviewed .pages .item {
    margin: 0 8px 0 0;
  }
  .listMostviewed .pages .items li .page {
    display: block;
  }
  .listMostviewed .pages .action.next {
    margin-left: 0;
  }
  .listMostviewed .pages {
    margin-top: 10px;
  }
  .listMostviewed .pages-item-next {
    position: inherit;
    right: inherit;
  }
}
@media only screen and (max-width: 480px) {
  .mageMostviewedToolbar .pages .items {
    margin-left: 0 !important;
  }
  .cwsMostviewed .title {
    margin-top: 25px 0 0 0;
  }
  .cwsMostviewed .title h3 {
    font-size: 2rem;
  }
  .cwsMostviewed .toolbar-amount {
    top: 95px;
  }
}
/***************************************************************************
 Extension Name	: Magento Navigation Menu Pro - Responsive Mega Menu / Accordion Menu / Smart Expand Menu
 Extension URL	: http://www.magebees.com/magento-navigation-menu-pro-responsive-mega-menu-accordion-menu-smart-expand.html
 Copyright		: Copyright (c) 2015 MageBees, http://www.magebees.com
 Support Email	: support@magebees.com 
 ***************************************************************************/
/**** Deault reset class ***/
.nav-sections-item-content > .cwsMenuOuter {
  display: block !important;
}
.cwsMenuOuter * {
  box-sizing: border-box;
  outline: none;
  -webkit-transition: all 0.3s ease-in-ou;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
nav {
  display: block;
}
.cwsMenu span.arw {
  display: none;
}
.cwsMenuOuter ul.cwsMenu,
.cwsMenuOuter ul.cwsMenu li {
  list-style: none;
  margin: 0;
  padding: 0;
}
.cwsMenu li {
  position: relative;
  text-align: left;
}
.cwsMenu a,
.cwsMenu a:hover {
  display: block;
  line-height: 1.3em;
  text-decoration: none;
  position: relative;
}
.cwsMenu a > span.arw {
  color: #fff;
  font: bold 17px Arial;
  display: none;
  width: 34px;
  height: 100%;
  text-align: center;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0.15);
}
.cwsMenu a > span.arw:after {
  display: inline-block;
  width: 18px;
  height: 18px;
  margin: -9px 0 0 -9px;
  position: absolute;
  top: 50%;
  left: 50%;
  cursor: pointer;
}
.cwsMenu a > span.plush:after {
  content: "+";
}
.cwsMenu a > span.minus:after {
  content: "-";
  font-size: 20px;
  line-height: 16px;
}
.cwsMenu span.img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}
.cwsMenu span.img img {
  max-width: 100%;
  max-height: 100%;
}
.cwsMenu li > ul {
  padding: 0;
  margin: 0;
  transition: none;
}
/* Menu Outer */
.navigation.cwsMenuOuter {
  position: static;
}
.cwsMenuOuter:after,
.cwsMenu:after {
  content: ' ';
  display: block;
  clear: both;
  width: 0;
  height: 0;
  overflow: hidden;
}
.cwsMenu {
  position: relative;
}
.cwsMenuOuter .menuTitle {
  font-size: 18px;
  padding: 10px;
  margin: 0;
}
/* right to left align setting */
.cwsMenuOuter.rtl,
.rtl {
  direction: rtl;
}
.cwsMenuOuter.rtl .cwsMenu li {
  text-align: right;
}
.cwsMenuOuter.rtl .cwsMenu span.img {
  margin-left: 5px;
  margin-right: 0;
}
.cwsMenuOuter.rtl .smart-expand a > span.arw {
  left: 0;
  right: inherit;
}
.cwsMenu.mega-menu li > ul.subMenu,
.cwsMenu.mega-menu li > div.subMenu {
  position: absolute;
  z-index: 999;
}
.cwsMenu.mega-menu li > div.subMenu ul.subMenu {
  position: relative;
}
.cwsMenu.mega-menu li.Level1 li:first-child {
  border: 0 none !important;
}
.cwsMenu .menulbl {
  display: inline-block;
  padding: 2px;
  margin: 0 0 0 4px;
  vertical-align: top;
  border-radius: 3px;
}
/* Mega Menu Seting */
.cwsMenu li.megamenu ul:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  width: 0;
  overflow: hidden;
}
.cwsMenu li.megamenu.column-2 > ul.subMenu {
  width: 460px;
}
/* 2Column */
.cwsMenu li.megamenu.column-3 > ul.subMenu {
  width: 700px;
}
/* 3Column */
.cwsMenu li.megamenu.column-4 > ul.subMenu {
  width: 900px;
}
/* 4Column */
.cwsMenu li.megamenu.column-5 > ul.subMenu {
  width: 960px;
}
/* 5Column */
.cwsMenu li.megamenu.column-6 > ul.subMenu,
.cwsMenu li.megamenu.column-7 > ul.subMenu,
.cwsMenu li.megamenu.column-8 > ul.subMenu {
  width: 1000px;
}
/* 6,7,8 Column */
.cwsMenu li.megamenu ul li.Level1 {
  float: left;
  width: 100%;
}
/* Mega Menu Sub Column width Seting */
.cwsMenu li.megamenu.column-2 li.Level1.column-1 {
  width: 50%;
}
.cwsMenu li.megamenu.column-3 li.Level1.column-1 {
  width: 33.33%;
}
.cwsMenu li.megamenu.column-3 li.Level1.column-2 {
  width: 60.66%;
}
.cwsMenu li.megamenu.column-4 li.Level1.column-1 {
  width: 25%;
}
.cwsMenu li.megamenu.column-4 li.Level1.column-2 {
  width: 50%;
}
.cwsMenu li.megamenu.column-4 li.Level1.column-3 {
  width: 75%;
}
.cwsMenu li.megamenu.column-5 li.Level1.column-1 {
  width: 20%;
}
.cwsMenu li.megamenu.column-5 li.Level1.column-2 {
  width: 40%;
}
.cwsMenu li.megamenu.column-5 li.Level1.column-3 {
  width: 60%;
}
.cwsMenu li.megamenu.column-5 li.Level1.column-4 {
  width: 80%;
}
.cwsMenu li.megamenu.column-6 li.Level1.column-1 {
  width: 16.66%;
}
.cwsMenu li.megamenu.column-6 li.Level1.column-2 {
  width: 33.33%;
}
.cwsMenu li.megamenu.column-6 li.Level1.column-3 {
  width: 49.98%;
}
.cwsMenu li.megamenu.column-6 li.Level1.column-4 {
  width: 66.64%;
}
.cwsMenu li.megamenu.column-6 li.Level1.column-5 {
  width: 83.3%;
}
.cwsMenu li.megamenu.column-7 li.Level1.column-1 {
  width: 14.28%;
}
.cwsMenu li.megamenu.column-7 li.Level1.column-2 {
  width: 28.56%;
}
.cwsMenu li.megamenu.column-7 li.Level1.column-3 {
  width: 42.84%;
}
.cwsMenu li.megamenu.column-7 li.Level1.column-4 {
  width: 57.12%;
}
.cwsMenu li.megamenu.column-7 li.Level1.column-5 {
  width: 71.4%;
}
.cwsMenu li.megamenu.column-7 li.Level1.column-6 {
  width: 85.68%;
}
.cwsMenu li.megamenu.column-8 li.Level1.column-1 {
  width: 12.5%;
}
.cwsMenu li.megamenu.column-8 li.Level1.column-2 {
  width: 25%;
}
.cwsMenu li.megamenu.column-8 li.Level1.column-3 {
  width: 37.5%;
}
.cwsMenu li.megamenu.column-8 li.Level1.column-4 {
  width: 50%;
}
.cwsMenu li.megamenu.column-8 li.Level1.column-5 {
  width: 62.5%;
}
.cwsMenu li.megamenu.column-8 li.Level1.column-6 {
  width: 75%;
}
.cwsMenu li.megamenu.column-8 li.Level1.column-7 {
  width: 87.5%;
}
/* Horizontal Mega Menu Full Width*/
.cwsMenu.horizontal > li.megamenu.full-width,
.cwsMenu.horizontal > li.megamenu.full-width-mouse-hover {
  position: static;
}
.cwsMenu.horizontal > li.megamenu.full-width > ul.subMenu {
  width: 100%;
}
/***** hide column Title ****/
.cwsMenu li.megamenu ul li.hideTitle li.Level1 {
  float: none !important;
  width: auto !important;
}
.cwsMenu li.megamenu ul li.hideTitle > a.Level1 {
  display: none;
}
.cwsMenu.smart-expand > li ul {
  opacity: 1;
  visibility: visible;
  transition: none;
  -webkit-transition: none;
  -moz-transition: none;
}
.cwsMenu.horizontal li.column-1 ul li > ul {
  display: none;
}
/* iPad in portrait & landscape */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  .cwsMenu li.parent > a > span.arw {
    margin-left: 14px !important;
  }
}
/* iPad in landscape */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  .cwsMenu li.parent > a > span.arw {
    margin-left: 14px !important;
  }
}
/*iPad in portrait*/
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  .cwsMenu li.parent > a > span.arw {
    margin-left: 14px !important;
  }
}
@media only screen and (min-width: 320px) and (max-width: 999px) {
  .cwsMenu > li > a.Level0,
  .cwsMenu > li > a > span.arw,
  .cwsMenu > li:not(.megamenu) ul,
  .cwsMenu > li.megamenu > ul,
  .cwsMenu.mega-menu li > ul {
    transition: none;
    -webkit-transition: none;
    -moz-transition: none;
  }
}
.cwsMenu.mega-menu ul.Level0.subMenu {
  display: none;
}
/* New Products Simple Grid CSS */
/* ============================================ *
 * Owl Carousel New Product Slider
 * ============================================ */
/* Next / Previous Arrow */
/* Nav Dots */
/* No Js */
/** Owl Carousel - Auto Height Plugin */
/** Owl Carousel - Lazy Load Plugin */
.np-stop-scrolling {
  height: 100%;
  overflow: hidden;
}
#np_scroll_loading {
  display: none;
  height: 100%;
  width: 100%;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.4);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
}
#np_scroll_loading > div {
  padding-top: 15%;
}
#np_scroll_loading img {
  max-width: 200px;
}
.cwsNew {
  position: relative;
  flex: 0;
  margin-bottom: 25px;
}
.cwsNew .product-item-info {
  width: auto;
}
.cwsNew .products-grid.grid1 .product-item {
  width: 100%;
}
.cwsNew .products-grid.grid2 .product-item {
  width: 50%;
}
.cwsNew .products-grid.grid3 .product-item {
  width: 33.33%;
}
.cwsNew .products-grid.grid4 .product-item {
  width: 25%;
}
.cwsNew .products-grid.grid5 .product-item {
  width: 20%;
}
.cwsNew .products-grid.grid6 .product-item {
  width: 16.66%;
}
.page-layout-1column .mage-new-slider.products-grid .product-item {
  width: 100%;
}
.page-layout-2columns-left .mage-new-slider.products-grid .product-item {
  width: 100%;
}
.page-layout-2columns-right .mage-new-slider.products-grid .product-item {
  width: 100%;
}
.column.main .mage-new-slider .product-item {
  padding: 5px 18px;
}
.mageNewToolbar {
  border-top: 4px double #ccc;
  padding-top: 20px;
  margin-top: 20px;
}
.mageNewToolbar .pages {
  display: inline-block;
}
.mageNewToolbar .pages strong.page {
  color: #7d7d7d;
  background: #f0f0f0;
  border: 1px solid #ccc;
  border-radius: 3px;
  -wevkit-border-radius: 3px;
  box-shadow: 0 1px 0 0 #ffffff inset, 0 -1px 0 0 rgba(204, 204, 204, 0.3) inset;
  -webkit-box-shadow: 0 1px 0 0 #ffffff inset, 0 -1px 0 0 rgba(204, 204, 204, 0.3) inset;
  padding: 0 10px;
  color: #ffffff;
  background: #1979c3;
  border: 1px solid #1979c3;
  box-shadow: 0 1px 0 0 #5cb5fa inset, 0 -1px 0 0 #5cb5fa inset;
  -webkit-box-shadow: 0 1px 0 0 #5cb5fa inset, 0 -1px 0 0 #5cb5fa inset;
}
.mageNewToolbar .pages a.page {
  color: #7d7d7d;
  background: #f0f0f0;
  border: 1px solid #ccc;
  border-radius: 3px;
  -wevkit-border-radius: 3px;
  box-shadow: 0 1px 0 0 #ffffff inset, 0 -1px 0 0 rgba(204, 204, 204, 0.3) inset;
  -webkit-box-shadow: 0 1px 0 0 #ffffff inset, 0 -1px 0 0 rgba(204, 204, 204, 0.3) inset;
  padding: 0 10px;
}
.mageNewToolbar .pages .items {
  margin-left: 325px;
}
.mageNewToolbar .pages a:hover.page {
  background: #dedede;
}
.mageNewToolbar .limiter {
  display: inline-block;
}
.mageNewToolbar .toolbar-amount {
  display: inline !important;
  font-weight: bold;
}
.no-js .owl-carousel {
  display: block;
}
@media only screen and (max-width: 1200px) {
  .cwsNew .products-grid.grid6 .product-item {
    width: 20%;
  }
}
@media only screen and (max-width: 999px) {
  .cwsNew .products-grid.grid5 .product-item {
    width: 25%;
  }
  .cwsNew .products-grid.grid6 .product-item {
    width: 25%;
  }
}
@media only screen and (max-width: 768px) {
  .cwsNew .products-grid.grid4 .product-item {
    width: 33.33%;
  }
  .cwsNew .products-grid.grid5 .product-item {
    width: 33.33%;
  }
  .cwsNew .products-grid.grid6 .product-item {
    width: 33.33%;
  }
}
@media only screen and (max-width: 640px) {
  .cwsNew .products-grid.grid3 .product-item {
    width: 50%;
  }
  .cwsNew .products-grid.grid4 .product-item {
    width: 50%;
  }
  .cwsNew .products-grid.grid5 .product-item {
    width: 50%;
  }
  .cwsNew .products-grid.grid6 .product-item {
    width: 50%;
  }
}
.prodLabelOuter {
  position: relative;
}
.prodLabel {
  display: table;
  position: absolute;
  z-index: 4;
  cursor: pointer;
}
.fotorama--fullscreen .prodLabel {
  display: none;
}
.prodLabel > div {
  display: table-cell;
  line-height: normal;
  vertical-align: middle;
  text-align: center;
  width: 100%;
  height: 100%;
  background-size: 100% 100%;
}
.prodLabel .productlabel-txt {
  font-size: 0.9em;
  font-weight: bold;
  display: block;
  letter-spacing: 0.01px;
  text-decoration: none;
  color: #fff;
}
.product-item .prodLabel {
  visibility: hidden;
}
.product-item .product-item-photo .prodLabel {
  visibility: visible;
}
.product-item-photo {
  position: relative;
  display: block;
  text-align: center;
  z-index: 1;
}
.top-center {
  top: 0;
  left: 50%;
}
.top-left {
  top: 0;
  left: 0;
}
.top-right {
  top: 0;
  right: 0;
}
.middle-left {
  top: 50%;
  left: 0;
}
.middle-center {
  top: 50%;
  left: 50%;
}
.middle-right {
  top: 50%;
  right: 0;
}
.bottom-left {
  bottom: 0;
  left: 0;
}
.bottom-center {
  bottom: 0;
  left: 50%;
}
.bottom-right {
  bottom: 0;
  right: 0;
}
@font-face {
  font-family: 'cws-arrow';
  src: url('../fonts/cwsarw.eot');
  src: url('../fonts/cwsarw.eot?#iefix') format('embedded-opentype'), url('../fonts/cwsarw.woff') format('woff'), url('../fonts/cwsarw.ttf') format('truetype'), url('../fonts/cwsarw.svg#cws-arrow') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
.cwsSlider * {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
.cwsSlider img {
  max-width: 100%;
  display: block;
  margin: 0 auto;
}
.cwsSlider a {
  text-decoration: none;
  cursor: pointer;
  outline: none;
}
.std .cwsSlider ul,
.std .cwsSlider ul li,
.std .cwsSlider ol,
.std .cwsSlider ol li,
.cwsSlider ul,
.cwsSlider ul li,
.cwsSlider ol,
.cwsSlider ol li {
  list-style: none !important;
  margin: 0;
  padding: 0;
}
.cwsSlider .slides {
  zoom: 1;
}
.hideArw {
  display: none;
}
/* Clearfix for the .slides element */
.loading {
  min-height: 450px;
  background: url('../../../../../frontend/Magebees/poshautoparts/en_AU/Magebees_Responsivebannerslider/css/loading.gif') no-repeat center center;
}
.slides:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
html[xmlns] .slides {
  display: block;
}
* html .slides {
  height: 1%;
}
.cws-arw a,
.cws-pager,
.cws-viewport,
ul.slides li {
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
.cwsSlider .loading {
  max-height: 450px;
  overflow: hidden;
}
/**** Theme styles ****/
.cwsSlider {
  position: relative;
  margin: 0 auto 30px;
}
.page-products .cwsSlider,
.catalog-product-view .cwsSlider,
.cms-page-view .cwsSlider {
  margin: 0 auto 55px;
}
.cwsRwdSlider {
  position: relative;
}
.cwsRwdSlider .slides li {
  position: relative;
}
.cwsRwdSlider .slides li.video iframe {
  width: 100%;
}
.sliderdecs {
  color: #fff;
  width: 45%;
  position: absolute;
  top: 30px;
  right: 50px;
  padding: 20px;
  border-left: 5px solid rgba(255, 255, 255, 0.5);
}
.sliderdecs h3 {
  color: #fff;
  margin: 0;
}
video {
  width: 100% !important;
  height: auto !important;
}
.videoWrapper {
  position: relative;
  padding-bottom: 44.0%;
  padding-top: 0;
  height: 0;
}
.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* Crousel style */
.rwdCarousel {
  position: relative;
}
.rwdCarousel .cws-viewport {
  position: relative;
  overflow: hidden;
}
.rwdCarousel ul.slides li {
  flex: left;
  margin-right: 15px;
}
.defaultTheme .rwdCarousel ul.slides li {
  width: 100px;
  padding: 7px;
  border: 1px solid #ddd;
}
.dropShadow .rwdCarousel ul.slides {
  padding: 3px;
}
.dropShadow .rwdCarousel ul.slides li {
  width: 100px;
  padding: 7px;
  box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.4);
}
.emboss .rwdCarousel ul.slides {
  padding: 4px 4px 20px;
}
.emboss .rwdCarousel ul.slides li {
  position: relative;
  padding: 2px;
  box-shadow: 0px 0px 4px 0 rgba(0, 0, 0, 0.4);
}
.emboss .rwdCarousel ul.slides li:after {
  content: ' ';
  display: block;
  width: 100%;
  height: 20px;
  position: absolute;
  bottom: -20px;
  left: 0;
  overflow: hidden;
  background: url(bottom-shadow.png) no-repeat 50% 0.95% 30px;
}
.emboss .rwdCarousel ul.slides li img {
  border: 1px solid #ddd;
  padding: 4px;
  box-shadow: inset 0 0 4px 0 rgba(0, 0, 0, 0.2);
}
/* Slider and Crousel style */
.rwdSlideCrousel ul.slides li {
  float: left;
  margin-right: 10px;
  opacity: 1;
  cursor: pointer;
}
.rwdSlideCrousel ul.slides li.video img {
  width: 150px !important;
}
.rwdSlideCrousel ul.slides li:hover,
.rwdSlideCrousel ul.slides li.cws-active-slide {
  opacity: 0.6;
  cursor: default;
}
.blankTheme .cwsRwdSlider {
  margin-bottom: 10px;
}
.slideNcrosel .slider {
  position: relative;
}
.slideNcrosel.defaultTheme .slider {
  padding: 10px;
  border: 2px solid #DDDDDD;
}
.slideNcrosel.defaultTheme .slider:last-child {
  border-top: 0 none;
}
.verticalSlider.defaultTheme .cwsRwdSlider {
  border: 2px solid #ddd;
  padding: 10px;
}
.verticalSlider.basSlider.defaultTheme ul.slides {
  border: 0 none;
  padding: 0;
}
.slideNcrosel.dropShadow .cwsRwdSlider {
  margin-bottom: 15px;
  box-shadow: 1px 3px 6px 0 rgba(0, 0, 0, 0.5);
}
.slideNcrosel.dropShadow .rwdSlideCrousel ul.slides li {
  margin-right: 15px;
  box-shadow: 1px 2px 4px 0 rgba(0, 0, 0, 0.5);
}
.slideNcrosel.emboss {
  padding-bottom: 35px;
  background: url(bottom-shadow.png) no-repeat 50% 1% 36px;
}
.slideNcrosel.emboss .slider {
  border: 2px solid #fff;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
}
.slideNcrosel.emboss .cwsRwdSlider,
.slideNcrosel.emboss .rwdSlideCrousel {
  padding: 8px;
  background-color: #fff;
  box-shadow: inset 0 0 7px 0 rgba(0, 0, 0, 0.25);
}
/* Direction Nav */
.cws-arw {
  *height: 0;
}
.cws-arw a {
  display: block;
  width: 35px;
  height: 35px;
  margin-top: -17px;
  position: absolute;
  top: 50%;
  z-index: 10;
  overflow: hidden;
  opacity: 0;
  cursor: pointer;
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
}
.cws-arw .cws-prev {
  left: 0;
}
.cws-arw .cws-next {
  right: 0;
}
.cws-arw a:before {
  font-family: "cws-arrow";
  font-size: 34px;
  line-height: 34px;
  text-align: center;
  height: 34px;
  width: 34px;
  display: inline-block;
}
.cws-arw.angle a.cws-prev:before {
  content: "\69";
}
.cws-arw.angle a.cws-next:before {
  content: "\6a";
}
.cws-arw.angle_small a.cws-prev:before {
  content: "\6d";
}
.cws-arw.angle_small a.cws-next:before {
  content: "\6e";
}
.cws-arw.angle_circle a.cws-prev:before {
  content: "\37";
}
.cws-arw.angle_circle a.cws-next:before {
  content: "\38";
}
.cws-arw.angle_square a.cws-prev:before {
  content: "\21";
}
.cws-arw.angle_square a.cws-next:before {
  content: "\23";
}
.cws-arw.arrow a.cws-prev:before {
  content: "\6b";
}
.cws-arw.arrow a.cws-next:before {
  content: "\6c";
}
.cws-arw.arrow_circle a.cws-prev:before {
  content: "\6f";
}
.cws-arw.arrow_circle a.cws-next:before {
  content: "\70";
}
.cws-arw.caret a.cws-prev:before {
  content: "\65";
}
.cws-arw.caret a.cws-next:before {
  content: "\66";
}
.cws-arw.chevron a.cws-prev:before {
  content: "\77";
}
.cws-arw.chevron a.cws-next:before {
  content: "\78";
}
.cws-arw.chevron_smooth a.cws-prev:before {
  content: "\71";
}
.cws-arw.chevron_smooth a.cws-next:before {
  content: "\72";
}
.cws-arw.chevron_circle a.cws-prev:before {
  content: "\33";
}
.cws-arw.chevron_circle a.cws-next:before {
  content: "\34";
}
.cws-arw.chevron_square a.cws-prev:before {
  content: "\39";
}
.cws-arw.chevron_square a.cws-next:before {
  content: "\30";
}
.NavArwOnHover:hover .cws-arw .cws-prev,
.alwaysNavArw .cws-arw .cws-prev {
  opacity: 0.6;
  left: 10px;
}
.NavArwOnHover:hover .cws-arw .cws-next,
.alwaysNavArw .cws-arw .cws-next {
  opacity: 0.6;
  right: 10px;
}
.cwsRwdSlider:hover .cws-next:hover,
.cwsRwdSlider:hover .cws-prev:hover {
  opacity: 1;
}
.navArwOutside.NavArwOnHover:hover .cws-arw .cws-prev,
.navArwOutside.alwaysNavArw .cws-arw .cws-prev {
  left: -40px;
}
.navArwOutside.NavArwOnHover:hover .cws-arw .cws-next,
.navArwOutside.alwaysNavArw .cws-arw .cws-next {
  right: -40px;
}
.navArwInLeft .cws-arw .cws-prev,
.navArwInLeft .cws-arw .cws-next,
.navArwInRight .cws-arw .cws-prev,
.navArwInRight .cws-arw .cws-next {
  bottom: 10px;
  top: inherit;
  margin: 0;
}
.navArwInLeft .cws-arw .cws-prev {
  left: 10px;
}
.navArwInLeft .cws-arw .cws-next {
  left: 50px;
}
.navArwInRight .cws-arw .cws-prev,
.navArwInRight.NavArwOnHover:hover .cws-arw .cws-prev {
  left: inherit;
  right: 50px;
}
.navArwInRight .cws-arw .cws-next {
  right: 10px;
}
/* Pager style */
.cws-pager {
  position: absolute;
  z-index: 99;
  opacity: 0;
}
.cws-pager li {
  margin: 0 3px;
  display: inline-block;
}
.cws-pager li a {
  display: block;
  width: 12px;
  height: 12px;
  text-indent: -999em;
  border-radius: 50%;
  border: 2px solid #fff;
  box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.4);
  margin: 0 2px;
}
.cws-pager.squared li a,
.cws-pager.squ-bar li a {
  border-radius: 0;
}
.cws-pager.cir-bar,
.cws-pager.squ-bar {
  padding: 10px 10px 0 !important;
}
.alwaysPaging .cws-pager,
.pagingOnHover:hover .cws-pager {
  opacity: 1;
}
.alwaysPaging:hover .cws-pager.cir-bar,
.alwaysPaging:hover .cws-pager.squ-bar,
.pagingOnHover:hover .cws-pager.cir-bar,
.pagingOnHover:hover .cws-pager.squ-bar {
  opacity: 0.9;
}
.pagerBelow .cws-pager {
  bottom: -40px;
  left: auto;
  width: 100%;
  text-align: center;
  margin: 0 auto;
}
.pagerBelow .cws-pager.cir-bar,
.pagerBelow .cws-pager.squ-bar {
  bottom: -35px;
}
.pagerAbove .cws-pager {
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
}
.pagerAbove .cws-pager.cir-bar,
.pagerAbove .cws-pager.squ-bar {
  top: -35px;
}
.pagerInTop .cws-pager {
  top: 10px;
  left: 45%;
}
.pagerInBottom .cws-pager {
  bottom: 10px;
  left: 45%;
}
.pagerInBottomleft .cws-pager {
  bottom: 10px;
  left: 20px;
}
.pagerInBottomright .cws-pager {
  bottom: 10px;
  right: 20px;
}
.navArwInLeft.pagerInBottomleft .cws-pager {
  bottom: 22px;
  left: 92px;
}
.navArwInRight.pagerInBottomright .cws-pager {
  bottom: 22px;
  right: 92px;
}
.navArwInLeft.pagerInBottomleft .cws-pager.cir-bar,
.navArwInRight.pagerInBottomleft .cws-pager.cir-bar,
.navArwInLeft.pagerInBottomright .cws-pager.squ-bar,
.navArwInRight.pagerInBottomright .cws-pager.squ-bar {
  bottom: 13px;
}
/****** Slider Theme setting style ******/
/* Default Theme */
.basSlider.defaultTheme .cwsRwdSlider {
  padding: 10px;
  border: 2px solid #ddd;
}
.defaultTheme .pagerBelow .cws-pager {
  bottom: -30px;
}
.defaultTheme .pagerAbove .cws-pager {
  top: -23px;
}
.defaultTheme .pagerBelow .cws-pager.cir-bar,
.defaultTheme .pagerBelow .cws-pager.squ-bar {
  bottom: -34px;
}
.pagerBelow .cws-pager.cir-bar,
.pagerBelow .cws-pager.squ-bar,
.pagerAbove .cws-pager.cir-bar,
.pagerAbove .cws-pager.squ-bar {
  left: -2px;
  width: 100.3%;
}
.defaultTheme .pagerAbove .cws-pager.cir-bar,
.defaultTheme .pagerAbove .cws-pager.squ-bar {
  top: -34px;
  text-align: center;
}
.basSlider.dropShadow {
  position: relative;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}
.basSlider.dropShadow:before,
.basSlider.dropShadow:after {
  content: "";
  position: absolute;
  z-index: -1;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
  -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
  top: 0;
  bottom: 0;
  left: 10px;
  right: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.basSlider.dropShadow:after {
  right: 10px;
  left: auto;
  -webkit-transform: skew(8deg) rotate(3deg);
  -moz-transform: skew(8deg) rotate(3deg);
  -ms-transform: skew(8deg) rotate(3deg);
  -o-transform: skew(8deg) rotate(3deg);
  transform: skew(8deg) rotate(3deg);
}
.basSlider.emboss {
  padding-bottom: 35px;
  background: url(bottom-shadow.png) no-repeat 50% 1% 36px;
}
.basSlider.emboss .slider {
  border: 2px solid #fff;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
}
.basSlider.emboss .cwsRwdSlider {
  padding: 8px;
  background-color: #fff;
  box-shadow: inset 0 0 7px 0 rgba(0, 0, 0, 0.25);
}
.basSlider.emboss .cws-pager.squ-bar {
  bottom: -65px;
}
.emboss .rwdCarousel ul.slides:after {
  content: " ";
  display: block;
  clear: both;
  height: 0;
  width: 0;
  overflow: hidden;
}
@media only screen and (max-width: 1320px) {
  .navArwOutside.NavArwOnHover:hover .cws-arw .cws-prev,
  .navArwOutside.alwaysNavArw .cws-arw .cws-prev {
    left: 0;
  }
  .navArwOutside.NavArwOnHover:hover .cws-arw .cws-next,
  .navArwOutside.alwaysNavArw .cws-arw .cws-next {
    right: 0;
  }
}
@media only screen and (max-width: 768px) {
  .cws-arw .cws-next {
    right: 2px;
  }
  .cws-arw .cws-prev {
    left: 2px;
  }
  .pagerBelow .cws-pager.cir-bar,
  .pagerBelow .cws-pager.squ-bar {
    width: 101%;
  }
  .columns .column.main {
    max-width: 100%;
  }
  .column > link:first-child + .cwsSlider {
    order: -2;
    width: 100%;
  }
}
@media only screen and (max-width: 480px) {
  .pagerAbove .cws-pager,
  .pagerInTop .cws-pager,
  .pagerInBottom .cws-pager {
    left: 37%;
  }
}
@media only screen and (max-width: 380px) {
  .pagerBelow .cws-pager.cir-bar,
  .pagerBelow .cws-pager.squ-bar {
    width: 101.5%;
  }
}
.su-youtube {
  margin: 0;
}
.su-responsive-media-yes {
  height: 0;
  overflow: hidden;
  padding-bottom: 41.25%;
  position: relative;
}
.su-youtube iframe {
  border: medium none !important;
  border: 0 none;
}
.su-responsive-media-yes iframe,
.su-responsive-media-yes object,
.su-responsive-media-yes embed {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
/**
 * Mageplaza
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Mageplaza.com license that is
 * available through the world-wide-web at this URL:
 * https://www.mageplaza.com/LICENSE.txt
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade this extension to newer
 * version in the future.
 *
 * @category    Mageplaza
 * @package     Mageplaza_BetterPopup
 * @copyright   Copyright (c) Mageplaza (https://www.mageplaza.com/)
 * @license     https://www.mageplaza.com/LICENSE.txt
 */
#mageplaza-betterpopup-block {
  position: relative;
}
.mp-better-popup-click-trigger {
  position: fixed;
  bottom: 0;
  z-index: 999;
}
.click-trigger {
  background-color: #31B0D5;
  color: white;
  padding: 10px 25px;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  border-color: #46b8da;
}
.click-trigger:hover {
  background-color: #31B0D5;
  color: white;
  border: 1px solid #31B0D5;
}
div#bio_ep_close {
  position: absolute;
  right: 15px;
  top: 15px;
  z-index: 99;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  cursor: pointer;
  width: 30px;
  height: 30px;
}
div#bio_ep_close > img {
  display: none;
}
div#bio_ep_close:before {
  content: "\e646";
  font-family: 'themify';
  display: block;
  font-size: 30px;
  font-weight: normal;
}
#bio_ep {
  text-align: center;
  box-shadow: none !important;
}
.child-label {
  display: block;
  font-size: 25px;
  margin: 20px;
}
#bio_ep_content {
  position: relative;
  width: 100%;
  display: table-cell;
  vertical-align: middle;
}
.better-popup-input-email {
  width: 70% !important;
  height: 35px !important;
}
input.better-popup-input-email::placeholder {
  opacity: 0.5;
}
.better-popup-btn-submit {
  width: 70%;
  margin: 10px 0 0 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  height: 35px;
}
.mageplaza-betterpopup-content {
  width: 100%;
  height: 100%;
  display: table;
}
.success-title {
  font-size: 22px;
}
.mp-popup-coupon-code {
  width: 70%;
  margin: 0 auto;
}
#mp-coupon-code {
  text-align: center;
  max-width: 100%;
  border: 1px dashed #c1bebe;
  background: 0 0;
  font-size: 25px;
  color: #FFF;
  margin-top: 15px;
  height: 50px;
}
button.btn-copy.primary,
.cart.table-wrapper .actions-toolbar > .action.btn-copy.primary,
.action-gift.btn-copy.primary {
  width: 100%;
  margin: 5px 0 15px 0;
  color: #fff;
  background-color: #006bb4;
  border: none;
  height: 35px;
}
button.btn-copy.primary:hover,
.cart.table-wrapper .actions-toolbar > .action.btn-copy.primary:hover,
.action-gift.btn-copy.primary:hover {
  background: #006bb4;
  border: 1px solid #006bb4;
  color: #ffffff;
}
#status {
  color: #e02b27;
  visibility: visible;
  font-size: 13px !important;
}
span.success-lable {
  border: none !important;
  font-size: 16px !important;
}
canvas {
  position: fixed;
  z-index: 10002;
  opacity: 0.5;
  display: none;
  top: 0;
  left: 0;
}
.popup-loader {
  display: none;
  /*position: absolute;
  width: 100%;
  padding-top: 15px;*/
  position: absolute;
  width: auto;
  padding-top: 0px;
  right: 10px;
  bottom: 0px;
}
img.loader {
  width: 30px;
  height: 30px;
}
.tmp3-img-content {
  float: left;
}
.better-popup-content > div,
#mp-popup-template3 {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.tmp3-text-content {
  background-color: transparent;
  font-family: sans-serif;
  float: left;
  /*width: calc(~"100% - 460px");*/
  width: 53%;
  height: auto !important;
  padding: 30px;
  padding-right: 60px;
  z-index: 1;
}
.tmp3-title {
  color: #e48c2d;
  font-size: 62px;
  margin-top: 25px;
  text-transform: uppercase;
  font-weight: 900;
  display: block;
  height: auto;
  line-height: 1;
  font-family: Gotham;
  font-style: italic;
  padding: 0px 30px;
  text-align: left;
}
.tmp3-sub-title {
  color: #ffffff;
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
  margin: 15px 0px;
  font-family: Gotham;
  padding: 0px 30px;
  text-align: left;
}
.tmp3-text {
  color: #ffffff;
  font-size: 16px;
  width: 100%;
  margin: 0 auto;
  line-height: 1.2;
  margin-top: 25px;
  font-weight: 300;
  text-align: left;
  padding: 0px 30px;
}
.tmp3-form {
  position: relative;
  margin-top: 30px;
}
.tmp3_field_newsletter.farlf {
  width: 48%;
  float: left;
  margin-right: 2%;
}
.tmp3_field_newsletter.farlf.right {
  width: 48%;
  float: right;
  margin-right: 0%;
  margin-left: 2%;
}
.tmp3-input {
  border: none !important;
  border-radius: 5px !important;
  background-color: #fff !important;
  height: 42px !important;
  font-family: sans-serif !important;
}
.tmp3_field_newsletter {
  width: 100%;
  margin: 0 auto;
  margin-bottom: 10px;
}
/*.tmp3-button {
  position: absolute;
  top: 0;
  right: 40px;
  border-radius: 17.5px;
  height: 35px;
}*/
.tmp3-button {
  position: relative;
  left: 0px;
  right: 0px;
  margin-top: 10px;
}
.tmp3-text-content .action.primary.tmp3-button,
.tmp3-text-content .amshopby-button.tmp3-button,
.tmp3-text-content .am-filter-go.tmp3-button {
  display: inline-block;
  background: #e48c2d;
  border-radius: 5px;
  padding: 12px 20px;
  height: auto;
  line-height: 1;
  font-size: 20px;
  font-family: Gotham;
  width: 100%;
  text-transform: none;
  vertical-align: middle;
  border-radius: 0px;
}
.tmp3-text-content .action.primary.tmp3-button img,
.tmp3-text-content .amshopby-button.tmp3-button img,
.tmp3-text-content .am-filter-go.tmp3-button img {
  max-width: 18px;
  display: inline-block;
  vertical-align: middle;
}
@media (max-width: 767.98px) {
  .tmp3-text-content .action.primary.tmp3-button,
  .tmp3-text-content .amshopby-button.tmp3-button,
  .tmp3-text-content .am-filter-go.tmp3-button {
    font-size: 16px;
  }
}
#popup-success-content .tmp3-text-content {
  width: 100%;
  text-align: center;
  position: relative;
}
#popup-success-content #mp-popup-template3 {
  width: 70%;
}
@media (max-width: 680px) {
  #popup-success-content #mp-popup-template3 {
    width: 100%;
    background: #0b0b0b;
  }
}
#popup-success-content .tmp3-title,
#popup-success-content .tmp3-text {
  text-align: center;
}
#popup-success-content .tmp3-text-content .action.primary.tmp3-button,
#popup-success-content .tmp3-text-content .amshopby-button.tmp3-button,
#popup-success-content .tmp3-text-content .am-filter-go.tmp3-button {
  width: 50%;
  font-weight: normal;
  min-width: 240px;
  text-align: center;
  position: absolute;
  bottom: 80px;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 767.98px) {
  #popup-success-content .tmp3-text-content .action.primary.tmp3-button,
  #popup-success-content .tmp3-text-content .amshopby-button.tmp3-button,
  #popup-success-content .tmp3-text-content .am-filter-go.tmp3-button {
    bottom: 20px;
  }
}
@media (max-width: 767.98px) {
  .popup-success-wrapper .tmp3-content-img {
    height: 320px !important;
  }
}
::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #a2a2a2 !important;
  font-size: 14px !important;
  font-style: italic;
  padding-left: 5px;
}
.tm1-popup-loader {
  margin-top: 10px;
}
.tm1-loader {
  width: 7%;
}
#mp-popup-template4 {
  width: 105%;
  height: 105%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.tmp4-text-content {
  width: 50%;
  background-color: #FFFFFF;
  font-family: sans-serif;
  float: left;
  margin: 25px 0 0 35px;
}
.tmp4-img-content {
  position: absolute;
  top: 40px;
  right: 10px;
}
.tmp4-title {
  font-size: 50px;
  color: #0083d0;
  line-height: 1.066;
  text-align: left;
}
.tmp4-sub-title {
  font-size: 14px;
  color: #222222;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1.8;
  text-align: left;
}
.tmp4-text {
  font-size: 14px;
  color: #222222;
  line-height: 1.714;
  text-align: left;
  width: 75%;
  margin-top: 20px;
}
.tmp4-form {
  width: 75%;
  margin-left: 9px;
  text-align: left;
}
.tmp4_field_newsletter {
  padding-right: 10%;
}
.tmp4-input {
  background-color: #e5e5e5 !important;
  margin-top: 30px;
  margin-left: 25px;
  border: none !important;
  height: 35px !important;
  font-family: sans-serif !important;
}
.tmp4-input::-webkit-input-placeholder {
  font-size: 14px !important;
  font-style: italic;
  padding-left: 15px;
  color: #a2a2a2 !important;
  line-height: 1.714;
  text-align: left;
}
.tmp4-button {
  background-color: #ff5a15 !important;
  width: 130px;
  height: 30px;
  border-radius: 10px;
  border: none !important;
  font-size: 10px !important;
  font-weight: bold !important;
  padding: 0 !important;
  margin: 15px 0 0 25px;
}
.tmp5-img-content {
  position: absolute;
  z-index: 20;
  bottom: 0;
  left: 35px;
}
.tmp5-img-cap {
  position: absolute;
  z-index: 10;
  bottom: 0;
  left: 0;
}
#mp-popup-template5 img {
  max-height: initial;
}
.tmp5-text-content {
  font-family: sans-serif;
  position: absolute;
  z-index: 40;
  top: -55px;
  left: 65px;
  width: 65%;
}
.tmp5-title {
  font-size: 40px;
  color: #0083d0;
  line-height: 1.2;
  text-align: center;
}
.tmp5-sub-title {
  font-size: 12px;
  color: #222222;
  font-weight: bold;
  text-align: center;
}
.tmp5-text {
  font-size: 14px;
  color: #222222;
  line-height: 1.286;
  text-align: center;
  margin-top: 15px;
}
.tmp5-form {
  width: 100%;
  position: absolute;
  z-index: 30;
  left: 0;
  bottom: 0;
}
.tmp5-img-email {
  position: absolute;
  z-index: 20;
  bottom: 0;
  left: 0;
  pointer-events: none;
}
.tmp5_field_newsletter {
  position: absolute;
  z-index: 10;
  top: -158px;
  left: 80px;
}
.tmp5-input {
  background-color: #e5e5e5 !important;
  width: 200px !important;
  height: 35px !important;
  border: none !important;
  font-family: sans-serif !important;
  padding-left: 30px !important;
}
.tmp5-input::-webkit-input-placeholder {
  font-size: 14px !important;
  font-style: italic;
  color: #a2a2a2 !important;
  line-height: 1.714;
  text-align: center;
  padding-right: 25px;
}
.tmp5-button {
  position: absolute;
  z-index: 30;
  background-color: #ff5a15 !important;
  width: 130px;
  height: 20px;
  border-radius: 10px;
  border: none !important;
  font-size: 10px !important;
  font-weight: bold !important;
  padding: 0 !important;
  margin-top: 10px;
  top: -125px;
  left: 115px;
}
.tmp5-msg-error {
  margin-top: 30px;
  position: absolute;
  z-index: 60;
  width: 100%;
}
.tmp5_field_newsletter #mp-newsletter-error {
  position: absolute;
}
.tmp5-form .popup-loader {
  position: absolute;
  width: 100%;
  padding-top: 15px;
  top: -100px;
  left: 0;
  z-index: 100;
}
.tmp5-form .popup-loader .loader {
  width: 6%;
}
#mp-popup-template6 {
  font-family: sans-serif;
  height: fit-content;
  width: fit-content;
  margin: auto;
}
.tmp6-left-title {
  width: 350px;
  background-color: #0083d0;
  height: 250px;
  float: left;
}
.tmp6-left-title ul {
  list-style-type: none;
  margin-top: 35px;
}
.tmp6-left-title ul li {
  margin-bottom: -5px;
}
.tmp6-left-title ul li:nth-child(1) {
  font-size: 36px;
  color: #ffffff;
  font-weight: bold;
  text-align: left;
}
.tmp6-left-title ul li:nth-child(2) {
  font-size: 36px;
  color: #ffffff;
  text-align: left;
}
.tmp6-left-title ul li:nth-child(3) {
  font-size: 36px;
  color: #51f5ff;
  text-align: left;
}
.tmp6-text-content {
  background-color: #FFFFFF;
  width: 450px;
  height: 250px;
  float: left;
}
.tmp6-text {
  padding-top: 35px;
  width: 85%;
  margin: 0 auto;
  font-size: 20px;
  color: #222222;
  line-height: 1.4;
  text-align: center;
}
.tmp6-form {
  width: 85%;
  margin: 0 auto;
  padding-top: 20px;
  position: relative;
}
.tmp6-input {
  background: #e5e5e5 !important;
  height: 42px !important;
}
.tmp6-input::-webkit-input-placeholder {
  font-size: 14px !important;
  font-style: italic;
  color: #a2a2a2 !important;
  line-height: 1.714;
  text-align: center;
}
.tmp6-button {
  background-color: #ff5a15 !important;
  width: 130px;
  height: 20px;
  border-radius: 10px;
  border: none !important;
  font-size: 10px !important;
  font-weight: bold !important;
  padding: 0 !important;
  margin-top: 20px;
}
.tmp6_field_newsletter #mp-newsletter-error {
  position: absolute;
  top: 57px;
  display: block;
  width: 100%;
}
.tmp6-text-content .popup-loader {
  position: absolute;
  width: 100%;
  padding-top: 15px;
  bottom: 18px;
}
@media (max-width: 910.98px) {
  #bio_ep {
    width: 92% !important;
    transform: translateX(-50%) translateY(-50%) !important;
  }
  .tmp3-img-content {
    width: 44%;
  }
}
@media (max-width: 767.98px) {
  #bio_ep {
    height: auto !important;
  }
  .better-popup-content > div {
    display: flex;
    align-items: center;
    overflow: hidden;
    position: relative;
  }
  .tmp3-img-content {
    float: left;
    width: 25%;
    max-height: 320px;
  }
  .tmp3-img-content img {
    max-height: 320px;
  }
  .tmp3-text-content {
    background-color: transparent;
    float: left;
    height: 100% !important;
    padding: 20px;
    width: 75%;
    z-index: 1;
  }
  .tmp3-title {
    font-size: 42px;
  }
  .tmp3-text {
    font-size: 16px;
  }
  .tmp3_field_newsletter {
    margin-bottom: 10px;
  }
}
@media (max-width: 639.98px) {
  .tmp3-img-content {
    float: left;
    width: 0px;
    max-height: 320px;
  }
  .tmp3-text-content {
    background-color: transparent;
    z-index: 1;
    min-height: 320px;
    padding: 20px 20px;
    width: 100%;
  }
}
.sidebar .block-addbysku .fieldset {
  margin: 0;
}
.sidebar .block-addbysku .fieldset .fields {
  position: relative;
}
.sidebar .block-addbysku .fieldset .fields .field {
  display: inline-block;
  margin-bottom: 10px;
  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: 20px;
}
.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: 20px 0 0;
}
.sidebar .block-addbysku .action.reset {
  display: block;
  margin: 10px 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: 20px;
}
.block-banners .banner-item-content img,
.block-banners-inline .banner-item-content img {
  display: block;
  margin: 0 auto;
}
.block-product-link.widget,
.block-category-link.widget {
  display: block;
  margin-bottom: 20px;
}
.block-product-link-inline.widget {
  margin: 0;
}
.block.widget .products-grid .product-item {
  margin-left: 2%;
  width: calc((100% - 2%) / 2);
}
.block.widget .products-grid .product-item:nth-child(2n + 1) {
  margin-left: 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;
}
.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 10px;
}
.block-event .slider-panel .slider .item .box-event .box-title {
  display: block;
  font-weight: 300;
  margin: 10px 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: #1979c3;
  border: 1px solid #1979c3;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 700;
  padding: 7px 15px;
  font-size: 1.4rem;
  box-sizing: border-box;
  vertical-align: middle;
  margin-top: 15px;
}
.block-event .slider-panel .slider .item .action.event:focus,
.block-event .slider-panel .slider .item .action.event:active {
  background: #006bb4;
  border: 1px solid #006bb4;
  color: #ffffff;
}
.block-event .slider-panel .slider .item .action.event:hover {
  background: #006bb4;
  border: 1px solid #006bb4;
  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: 20px;
}
.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: 20px 0 0;
}
.block-cms-hierarchy-link.widget {
  display: block;
  margin-bottom: 20px;
}
.block-cms-hierarchy-link-inline.widget {
  margin: 0;
}
@media only screen and (max-width: 769px) {
  .field-tooltip .field-tooltip-content {
    right: -10px;
    top: 40px;
    left: auto;
  }
}
@media only screen and (max-width: 768px) {
  .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 #d1d1d1;
    border-top: 1px solid #d1d1d1;
    cursor: pointer;
    margin-bottom: 0;
    padding: 10px 40px 10px 15px;
    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: 10px;
    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: 20px;
  }
  .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 10px;
  }
  .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: -10px;
    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: 10px;
    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: 15px;
    padding-right: 15px;
  }
  .account .page-main,
  .cms-privacy-policy .page-main {
    padding-top: 41px;
    position: relative;
  }
  .navigation {
    padding: 0;
  }
  .navigation .parent .level-top {
    position: relative;
    display: block;
    text-decoration: none;
  }
  .navigation .parent .level-top:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 42px;
    line-height: inherit;
    color: inherit;
    content: '\e622';
    font-family: 'icons-blank-theme';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .navigation .parent .level-top:after {
    position: absolute;
    right: 7px;
    top: -8px;
  }
  .navigation .parent .level-top.ui-state-active:after {
    content: '\e621';
  }
  .nav-sections {
    -webkit-overflow-scrolling: touch;
    -webkit-transition: left 0.3s;
    -moz-transition: left 0.3s;
    -ms-transition: left 0.3s;
    transition: left 0.3s;
    height: 100%;
    left: -80%;
    left: calc(-1 * (100% - 54px));
    overflow: auto;
    position: fixed;
    top: 0;
    width: 80%;
    width: calc(100% - 54px);
  }
  .nav-sections .switcher {
    border-top: 1px solid #d1d1d1;
    font-size: 1.6rem;
    font-weight: 700;
    margin: 0;
    padding: .8rem 3.5rem .8rem 2rem;
  }
  .nav-sections .switcher .label {
    display: block;
    margin-bottom: 5px;
  }
  .nav-sections .switcher:last-child {
    border-bottom: 1px solid #d1d1d1;
  }
  .nav-sections .switcher-trigger strong {
    position: relative;
    display: block;
    text-decoration: none;
  }
  .nav-sections .switcher-trigger strong:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 42px;
    line-height: inherit;
    color: inherit;
    content: '\e622';
    font-family: 'icons-blank-theme';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .nav-sections .switcher-trigger strong:after {
    position: absolute;
    right: -40px;
    top: -16px;
  }
  .nav-sections .switcher-trigger.active strong:after {
    content: '\e621';
  }
  .nav-sections .switcher-dropdown {
    margin: 0;
    padding: 0;
    list-style: none none;
    padding: 10px 0;
  }
  .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 20px;
  }
  .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 20px;
  }
  .nav-sections .header.links .header.links {
    border: 0;
  }
  .nav-before-open {
    height: 100%;
    overflow-x: hidden;
    width: 100%;
  }
  .nav-before-open .page-wrapper {
    -webkit-transition: left 0.3s;
    -moz-transition: left 0.3s;
    -ms-transition: left 0.3s;
    transition: left 0.3s;
    height: 100%;
    left: 0;
    overflow: hidden;
    position: relative;
  }
  .nav-before-open body {
    height: 100%;
    overflow: hidden;
    position: relative;
    width: 100%;
  }
  .nav-open .page-wrapper {
    left: 80%;
    left: calc(100% - 54px);
  }
  .nav-open .nav-sections {
    -webkit-box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.75);
    -moz-box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.75);
    -ms-box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.75);
    box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.75);
    left: 0;
    z-index: 99;
  }
  .nav-open .nav-toggle:after {
    background: rgba(0, 0, 0, 0.5);
    content: '';
    display: block;
    height: 100%;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 1;
  }
  .nav-sections-items {
    position: relative;
    z-index: 1;
  }
  .nav-sections-items:before,
  .nav-sections-items:after {
    content: '';
    display: table;
  }
  .nav-sections-items:after {
    clear: both;
  }
  .nav-sections-item-title {
    background: #e8e8e8;
    border: solid #dbdbdb;
    border-width: 0 0 1px 1px;
    box-sizing: border-box;
    float: left;
    height: 71px;
    padding-top: 24px;
    text-align: center;
    width: 33.33%;
  }
  .nav-sections-item-title.active {
    background: transparent;
    border-bottom: 0;
  }
  .nav-sections-item-title .nav-sections-item-switch:hover {
    text-decoration: none;
  }
  .nav-sections-item-content {
    box-sizing: border-box;
    float: right;
    margin-left: -100%;
    margin-top: 71px;
    width: 100%;
    padding: 20px 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: 10px;
    padding-right: 0;
    padding-bottom: 10px;
    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 40px 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 {
    margin: 0 0 5px;
  }
  .product.data.items > .item.title > .switch {
    background: #f0f0f0;
    border-bottom: 1px solid #d1d1d1;
    border-left: 1px solid #d1d1d1;
    border-right: 1px solid #d1d1d1;
    border-top: 1px solid #d1d1d1;
    height: 40px;
    padding: 5px 20px 5px 20px;
    font-weight: 600;
    line-height: 40px;
    font-size: 1.8rem;
    color: #7d7d7d;
    text-decoration: none;
  }
  .product.data.items > .item.title > .switch:visited {
    color: #7d7d7d;
    text-decoration: none;
  }
  .product.data.items > .item.title > .switch:hover {
    color: #7d7d7d;
    text-decoration: none;
  }
  .product.data.items > .item.title > .switch:active {
    color: #333333;
    text-decoration: none;
  }
  .product.data.items > .item.title:not(.disabled) > .switch:focus,
  .product.data.items > .item.title:not(.disabled) > .switch:hover {
    background: #fcfcfc;
  }
  .product.data.items > .item.title:not(.disabled) > .switch:active,
  .product.data.items > .item.title.active > .switch,
  .product.data.items > .item.title.active > .switch:focus,
  .product.data.items > .item.title.active > .switch:hover {
    background: #ffffff;
    color: #333333;
    text-decoration: none;
    padding-bottom: 5px;
  }
  .product.data.items > .item.content {
    background: #ffffff;
    border: 1px solid #d1d1d1;
    margin: 0 0 5px;
    padding: 20px 20px 20px 20px;
  }
  .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: 44px;
    z-index: 900;
  }
  .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: 90vh;
    /** iOS webkit fix height problem when added long content **/
  }
  .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: 44px;
    z-index: 900;
  }
  .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;
  }
  .amcart-minipage-wrap .amcart-confirm-buttons .am-btn-left {
    background: none;
    box-shadow: none;
    color: #a4a4a4;
    margin-top: 10px;
    padding: 0;
  }
  .am-checkout .product-item .product-item-inner {
    flex-direction: column;
  }
  form:not(.linear-theme) .amcform-title-wrap {
    display: none;
    max-width: 50%;
  }
  form:not(.linear-theme) .amcform-title-wrap:not(:last-child):after,
  form:not(.linear-theme) .amcform-title-wrap:before {
    content: '';
    width: 50%;
  }
  form:not(.linear-theme) .amcform-title-wrap:first-child:before {
    content: none;
  }
  form:not(.linear-theme) .amcform-title-wrap:after {
    background: linear-gradient(90deg, #e3e3e3 16.87%, #ffffff 107.36%);
  }
  form:not(.linear-theme) .amcform-title-wrap.ui-state-active ~ form:not(.linear-theme) .amcform-title-wrap:nth-last-child(2) {
    display: none;
  }
  form:not(.linear-theme) .amcform-title-wrap.ui-state-active,
  form:not(.linear-theme) .amcform-title-wrap.ui-state-active + .amcform-title-wrap,
  form:not(.linear-theme) .amcform-title-wrap.ui-state-active + form:not(.linear-theme) .amcform-title-wrap:nth-last-child(2),
  form:not(.linear-theme) .amcform-title-wrap.-done:nth-last-child(2) {
    display: block;
  }
  form:not(.linear-theme) .amcform-title-wrap.ui-state-active:not(:last-child):before,
  form:not(.linear-theme) .amcform-title-wrap.-done:not(:last-child):before {
    background: linear-gradient(270deg, #92b0ff 11.11%, rgba(146, 176, 255, 0) 100%);
  }
  form:not(.linear-theme) .amcform-title-wrap.ui-state-active + form:not(.linear-theme) .amcform-title-wrap:not(.-disabled):after {
    background: linear-gradient(270deg, rgba(146, 176, 255, 0) 11.1%, #92b0ff 100%);
  }
  form:not(.linear-theme) .amcform-title-wrap.ui-state-active:after,
  form:not(.linear-theme) .amcform-title-wrap.ui-state-active + .amcform-title-wrap:before,
  form:not(.linear-theme) .amcform-title-wrap.-done:nth-last-child(2):after {
    background: #92b0ff;
  }
  .linear-theme .amcform-page-titles {
    padding: 0 15px;
  }
  .linear-theme .amcform-title-wrap {
    display: block;
    min-width: 50%;
    max-width: 100%;
  }
  .linear-theme .amcform-title-wrap.ui-state-active ~ .linear-theme .amcform-title-wrap:nth-last-child(2) {
    display: block;
  }
  .linear-theme .fields {
    margin: 0 -15px;
    padding: 0 15px;
  }
  .linear-theme.rendered-form .fieldset > .field.form-group,
  .linear-theme.rendered-form .fieldset > .fields > .field.form-group {
    padding: 0 15px;
  }
  .linear-theme.rendered-form .fieldset > .field.form-group.amform-layout-two,
  .linear-theme.rendered-form .fieldset > .fields > .field.form-group.amform-layout-two,
  .linear-theme.rendered-form .fieldset > .field.form-group.amform-layout-three,
  .linear-theme.rendered-form .fieldset > .fields > .field.form-group.amform-layout-three {
    max-width: 100%;
  }
  .circle-theme .amcform-page-titles {
    align-items: stretch;
  }
  .circle-theme .amcform-title {
    display: block;
    margin: 0;
  }
  .circle-theme .amcform-label {
    display: block;
    padding: 10px 0;
  }
  .circle-theme .amcform-title-wrap {
    margin: 0;
    border-bottom: 4px solid #92b0ff;
  }
  .circle-theme .amcform-title-wrap:after,
  .circle-theme .amcform-title-wrap:before {
    display: none;
  }
  .circle-theme .amcform-title-wrap + .amcform-title-wrap {
    margin: 0;
  }
  .circle-theme .amcform-title-wrap.ui-state-active {
    border-color: #3f6ad8;
  }
  .circle-theme .amcform-title-wrap.-disabled {
    border-color: #e3e3e3;
  }
  .circle-theme .amcform-title-wrap.-error {
    border-color: #eb5757;
  }
  .amcform-table-block,
  .amcform-table-block tbody,
  .amcform-table-block .amcform-tr,
  .amcform-table-block .amcform-th,
  .amcform-table-block .amcform-td {
    display: block;
    box-sizing: border-box;
    width: 100%;
  }
  .amcform-table-block .amcform-th {
    padding-bottom: 0;
  }
  .amcform-table-block .amcform-td {
    padding-top: 5px;
  }
  .amscroll-backtotop-block.-mobile-arrow {
    padding: 0;
    width: 50px;
    height: 50px;
    border-radius: 100px;
  }
  .amscroll-backtotop-block.-mobile-arrow:before {
    border-radius: 100px;
  }
  .amscroll-backtotop-block.-mobile-arrow:after {
    width: 14px;
    height: 28px;
    background: url('../Amasty_Scroll/images/arrow.svg');
  }
  .amscroll-backtotop-block.-mobile-arrow .amscroll-text {
    display: none;
  }
  .amscroll-backtotop-block.-mobile-text {
    padding-right: 7px;
    border-radius: 100px;
    transform: rotate(-90deg) translate(60px, 60px);
  }
  .amscroll-backtotop-block.-mobile-text:before {
    border-radius: 100px;
  }
  .amscroll-backtotop-block.-mobile-text:after {
    width: 24px;
    height: 24px;
    background: url('../Amasty_Scroll/images/chevron.svg');
  }
  .am-porto-cmtb .filter.active .filter-current.filter-current.amshopby-filter-current + .block-actions {
    top: 187px;
    border: none;
    border-radius: inherit;
    background: #fff;
    box-shadow: none;
  }
  .am-porto-cmtb .filter.active .filter-current.amshopby-filter-current {
    padding: 17px 30px;
    height: 140px;
  }
  .am-porto-cmtb .filter.active .filter-current.amshopby-filter-current ~ .filter-options {
    top: 221px;
  }
  .am-porto-cmtb .filter.active .filter-current.amshopby-filter-current .items {
    padding: 15px;
    border-width: 1px;
  }
  .am-porto-cmtb .filter.active .filter-current.amshopby-filter-current .filter-current-subtitle {
    display: block;
    padding: 10px 15px;
  }
  .am-porto-cmtb .filter.active .block-category-list .block-title,
  .am-porto-cmtb .filter.active .filter-options-title,
  .am-porto-cmtb .filter.active .filter .filter-current-subtitle,
  .am-porto-cmtb .filter.active .block-category-list .block-content,
  .am-porto-cmtb .filter.active .filter-options-content {
    padding-left: 15px;
    padding-right: 15px;
  }
  .am-porto-cmtb .filter.active .filter-options-title:after {
    right: 15px;
  }
  .filter-options-content .am-ranges .items.-am-multiselect .item [class*='am-filter-item'] {
    padding-left: 35px;
  }
  .filter-options .am-labels-folding .item .am-collapse-icon ~ [class*='am-filter-item-'],
  .filter-options .am-labels-folding .item {
    padding-left: 35px;
  }
  .filter-options .items:not(.items-children).-am-multiselect > .item.-is-by-click .items-children.-folding .item.-is-expanded,
  .filter-options .am-category-wrapper .items.-am-multiselect .item.-filter-parent:not(.-is-collapsible),
  .filter-options .items:not(.items-children):has(.item.-is-by-click.-filter-parent) > .item.-is-expanded {
    margin-left: 35px;
  }
  .filter-options-item .filter-options-content .items [class*='am-filter-item'] {
    padding: 7px 0;
  }
  .am-labels-folding .am-collapse-icon,
  .filter-options .amshopby-category-dropdown + form .items.-am-multiselect .item .am-collapse-icon,
  .filter-options .amshopby-category-dropdown + form .items.-am-multiselect .item .am-collapse-icon {
    margin: 7px 0;
  }
  .filter-options [class*='am-filter-items-'].am-labels-folding .item:not(.swatch-option-link-layered) .am-collapse-icon ~ .am-input,
  .filter-options .amshopby-category-dropdown + form .item .am-collapse-icon ~ .am-input,
  .filter-options [class*='am-filter-items-'].am-labels-folding .item:not(.swatch-option-link-layered) .am-collapse-icon ~ input[type='radio'],
  .filter-options .amshopby-category-dropdown + form .item .am-collapse-icon ~ input[type='radio'],
  .filter-options [class*='am-filter-items-'].am-labels-folding .item:not(.swatch-option-link-layered) .am-collapse-icon ~ input[type='checkbox'],
  .filter-options .amshopby-category-dropdown + form .item .am-collapse-icon ~ input[type='checkbox'],
  .filter-options [class*='am-filter-items-'].am-labels-folding .item:not(.swatch-option-link-layered) .am-collapse-icon ~ input[type='checkbox'] + .amshopby-choice,
  .filter-options .amshopby-category-dropdown + form .item .am-collapse-icon ~ input[type='checkbox'] + .amshopby-choice {
    left: 35px;
  }
  .filter-options .items.-am-singleselect .item.-is-by-click .items-children.-folding .item .amshopby-filter-parent,
  .filter-options .amshopby-category-dropdown + form .items.-am-multiselect .item .items-children.-folding,
  .filter-options .am-category-wrapper .items .items-children.-folding,
  .filter-options .am-category-view .item a.amshopby-filter-parent {
    padding-left: 35px;
  }
  .filter-options .am-category-view.-am-multiselect .item > .am-collapse-icon ~ a.amshopby-filter-parent {
    padding-left: 70px;
  }
  .filter-options .am-category-view.-am-singleselect .am-collapse-icon {
    margin: 7px 0;
  }
  .am-collapse-icon:after,
  .am-show-more:before {
    width: 20px;
  }
  .filter-content .active .am-show-more:before {
    width: 12px;
  }
  .filter-content .active .am-show-more.-active {
    margin-bottom: 10px;
  }
  .amshopby-flyout-block {
    margin: 10px 0 25px;
  }
  .amshopby-flyout-block .items.amshopby-fly-out-view .item > .amshopby-choice {
    padding-left: 35px;
  }
  .filter-options input[type='checkbox'] {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 0;
    margin: 0;
    opacity: 0;
    overflow: hidden;
    padding: 0;
    width: 0;
    position: absolute;
  }
  .filter-options input[type='checkbox'] + .amshopby-choice {
    word-break: break-word;
    word-wrap: break-word;
    position: absolute;
    top: 5px;
    left: 0;
    display: block;
    margin: 0;
    padding: 0 0 0 35px;
    min-height: 25px;
    line-height: 1.2;
    cursor: pointer;
  }
  .ie11 .filter-options input[type='checkbox'] + .amshopby-choice {
    word-break: break-all;
  }
  .ie11 .filter-options input[type='checkbox'] + .amshopby-choice {
    word-break: break-all;
  }
  .ie11 .filter-options input[type='checkbox'] + .amshopby-choice {
    word-break: break-all;
  }
  .ie11 .filter-options input[type='checkbox'] + .amshopby-choice {
    word-break: break-all;
  }
  .filter-options input[type='checkbox'] + .amshopby-choice:before,
  .filter-options input[type='checkbox'] + .amshopby-choice:after {
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    box-sizing: border-box;
    width: 25px;
    height: 25px;
    border-radius: 2px;
    content: '';
  }
  .filter-options input[type='checkbox'] + .amshopby-choice:before {
    border: 1px solid #e3e3e3;
    background: #ffffff;
  }
  .filter-options input[type='checkbox'] + .amshopby-choice:after {
    background: #1979c3 url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGZpbGw9Im5vbmUiIHZpZXdCb3g9IjAgMCAxNSAxNSI+CiAgPGRlZnMvPgogIDxwYXRoIGZpbGw9IiNmZmYiIGQ9Ik0xMS42NjkzIDMuNTAwNjFjLS4yMDc4LjAwNjk1LS40MDQ4LjA5ODg1LS41NDkzLjI1NjItMS45NTcwMyAyLjA2NDE1LTMuNDM4ODMgMy43NzY1NS01LjI4MDQxIDUuNzQ3ODNMMy44MTczIDcuNzA0NzRjLS4wNzk5Mi0uMDcxNi0uMTcyNDUtLjEyNTk1LS4yNzIzMy0uMTU5OTItLjA5OTg3LS4wMzM5Ny0uMjA1MTItLjA0NjktLjMwOTc0LS4wMzgwNi0uMTA0NjIuMDA4ODUtLjIwNjU2LjAzOTI5LS4zLjA4OTYtLjA5MzQ1LjA1MDMtLjE3NjU2LjExOTQ4LS4yNDQ1OS4yMDM2LS4wNjgwNC4wODQxMS0uMTE5NjYuMTgxNTEtLjE1MTkzLjI4NjYyLS4wMzIyNy4xMDUxMS0uMDQ0NTUuMjE1ODgtLjAzNjE1LjMyNTk4LjAwODQxLjExMDExLjAzNzM0LjIxNzQuMDg1MTUuMzE1NzQuMDQ3ODEuMDk4MzMuMTEzNTUuMTg1NzkuMTkzNDguMjU3MzlMNS4zNzc3MSAxMS4yOThjLjE1MzE1LjEzNzkuMzUwMTkuMjA5OC41NTE2LjIwMTMuMjAxNDEtLjAwODYuMzkyMzEtLjA5NjkuNTM0NDQtLjI0NzNDOC42MTA3NCA4Ljk4NzU3IDEwLjE0MiA3LjE3NTQ0IDEyLjI1NiA0Ljk0NTc4Yy4xMTY1LS4xMTgzNy4xOTYtLjI3MTIuMjI4MS0uNDM4MjMuMDMyMS0uMTY3MDMuMDE1My0uMzQwMzgtLjA0ODQtLjQ5NzA5LS4wNjM2LS4xNTY3MS0uMTcwOS0uMjg5MzctLjMwNzgtLjM4MDQyLS4xMzY5LS4wOTEwNS0uMjk2OC0uMTM2MTktLjQ1ODYtLjEyOTQzeiIvPgo8L3N2Zz4K) center / 25px;
    content: none;
  }
  .filter-options input[type='checkbox'] + .amshopby-choice:hover:before,
  .filter-options input[type='checkbox']:checked + .amshopby-choice:before {
    border-color: #1979c3;
  }
  .filter-options input[type='checkbox']:checked + .amshopby-choice:after {
    content: '';
  }
  ._keyfocus .filter-options input[type='checkbox']:active + .amshopby-choice:before,
  ._keyfocus .filter-options input[type='checkbox']:focus + .amshopby-choice:before,
  .filter-options input[type='checkbox']:active + .amshopby-choice:before,
  .filter-options input[type='checkbox']:focus + .amshopby-choice:before {
    border-color: #1979c3;
  }
  .filter-options input[type='checkbox']:not(:checked).mage-error + .amshopby-choice:before {
    border-color: #f23b3b;
  }
  .amlocator-pager-container .pages {
    display: flex;
    justify-content: flex-end;
  }
  .amlocator-pager-container .pages > .label {
    align-self: center;
    height: auto;
    overflow: visible;
    width: auto;
  }
  .amlocator-pager-container .pages > .items {
    padding: .2rem 2rem 0;
  }
  .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: 5px 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: 10px;
  }
  .cart.table-wrapper .col.msrp {
    white-space: normal;
  }
  .cart.table-wrapper .item .col.item {
    padding-bottom: 0;
  }
  .field-tooltip .field-tooltip-content {
    right: -10px;
    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 20px;
  }
  .checkout-payment-method .checkout-billing-address .action-cancel {
    margin-top: 10px;
  }
  .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 20px;
  }
  .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: 10px;
    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: -10px;
  }
  .gift-wrapping {
    border-bottom: 1px solid #c1c1c1;
    margin-bottom: 20px;
    padding-bottom: 10px;
  }
  .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: 20px;
  }
  .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: 10px;
  }
  .block-wishlist-management {
    clear: both;
    margin-top: -21px;
  }
  .block-wishlist-management .wishlist-select {
    margin: 0 -15px 20px;
  }
  .block-wishlist-management .wishlist-select-items {
    border-bottom: 1px solid #d1d1d1;
    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: 5px 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: 20px;
  }
  .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: 40px;
  }
  .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: 10px 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 #d1d1d1;
    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: 30px;
    margin-right: 0;
  }
  .products-grid.wishlist .product-item {
    padding: 20px 0 20px 0;
    position: relative;
  }
  .products-grid.wishlist .product-item-photo {
    float: left;
    margin-right: 20px;
  }
  .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: 20px;
  }
  .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;
  }
  .sidebar .block-viewed-products-grid .products-grid .product-item {
    margin-left: 2%;
    width: calc((100% - 2%) / 2);
  }
  .sidebar .block-viewed-products-grid .products-grid .product-item:nth-child(2n + 1) {
    margin-left: 0;
  }
  .sidebar .block-viewed-products-grid .products-grid .product-item-photo {
    display: block;
    position: relative;
  }
  .sidebar .block-viewed-products-grid .products-grid .product-item-details {
    margin: 0;
  }
  .sidebar .block-viewed-products-grid .products-grid .product-item-info {
    text-align: center;
  }
  .braintree-applepay-container-product {
    display: block;
  }
  .braintree-applepay-container-product .braintree-apple-pay-button {
    width: 100%;
  }
}
@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 #d1d1d1;
  }
  .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: 10px;
  }
  .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: 20px;
  }
  .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: 5px 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: 10px;
    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: 20px;
  }
  .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) tbody > tr > td:last-child {
    padding-bottom: 20px;
  }
  .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison).additional-attributes tbody td:last-child {
    border: none;
    padding: 0 0 5px;
  }
  .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: 20px;
  }
  .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;
  }
  .catalogsearch-result-index .amsearch-pagebuilder-carousel .product-item-info {
    margin: 0 auto;
    width: 240px;
  }
  .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;
  }
  .products-list .product-item {
    table-layout: fixed;
  }
  .products-list .product-item-photo {
    padding: 0 10px 10px 0;
    width: 30%;
  }
  .block-search {
    margin-top: 10px;
  }
  .minicart-wrapper {
    margin-top: 10px;
  }
  .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 35px 15px 18px;
    border-bottom-width: 2px;
  }
  .opc-wrapper .shipping-address-item.selected-item .edit-address-link {
    right: 39px;
  }
  .opc-wrapper .form-login,
  .opc-wrapper .form-shipping-address {
    margin-top: 28px;
  }
  .opc-wrapper .action-select-shipping-item {
    float: none;
    margin-top: 10px;
    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: 20px;
    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 #d1d1d1;
    margin-bottom: 20px;
  }
  .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: 5px;
  }
  .multicheckout .product-item-name,
  .multicheckout .price-including-tax,
  .multicheckout .price-excluding-tax {
    display: inline-block;
  }
  .multicheckout .block-content .box:not(:last-child) {
    margin-bottom: 40px;
  }
  .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: 20px;
  }
  .multicheckout .actions-toolbar > .primary {
    margin-bottom: 20px;
    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;
  }
  .amrelated-summary-content {
    justify-content: space-between;
    padding: 15px;
  }
  .amrelated-price-wrapper {
    margin: 0;
    padding: 15px 0;
  }
  .amrelated-tocart-wrapper {
    margin: 0;
  }
  .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;
  }
  .amcart-minipage-wrap .amcart-message-box {
    margin: 0 auto;
    max-width: initial;
    padding-bottom: 13px;
    position: relative;
    width: 400px;
  }
  .amcart-minipage-wrap .ampage-top-info {
    margin-top: 15px;
  }
  .amcart-product-notice {
    border-radius: 0 0 7px 7px;
  }
  .checkout-index-index .modal-popup.modal-slide:not(.agreements-modal):not(.popup-authentication) .modal-inner-wrap {
    width: 500px;
  }
  .checkout-payment-method .amcheckout-trust-seal {
    font-size: inherit;
  }
  .amrelated-popup-container .amrelated-bundle-popup {
    margin: 0 auto;
    max-width: initial;
    padding: 0 0 13px;
    width: 400px;
  }
  .amrelated-popup-container .amrelated-info.-top {
    margin-top: 15px;
  }
  .checkout-index-index .opc-wrapper.am-opc-wrapper .amcheckout-delivery-date .field {
    display: block;
    width: 50%;
  }
  .checkout-index-index .opc-wrapper.am-opc-wrapper .amcheckout-delivery-date .field:nth-child(2n) {
    padding-left: 7px;
  }
  .checkout-index-index .opc-wrapper.am-opc-wrapper .amcheckout-delivery-date .field.datepicker .control,
  .checkout-index-index .opc-wrapper.am-opc-wrapper .amcheckout-delivery-date .field.timepicker .control,
  .checkout-index-index .opc-wrapper.am-opc-wrapper .amcheckout-delivery-date .field.comment {
    width: 100%;
  }
  .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.42857143;
    margin: 0;
    padding: 0;
    color: #1979c3;
    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: #1979c3;
    text-decoration: none;
  }
  .column .block-addbysku .action.remove:hover {
    color: #006bb4;
    text-decoration: underline;
  }
  .column .block-addbysku .action.remove:active {
    color: #ff5501;
    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: #1979c3;
    opacity: 0.5;
    cursor: default;
    pointer-events: none;
    text-decoration: underline;
  }
  .products-grid .product-item {
    margin-bottom: 30px;
  }
  .product-item-actions {
    display: block;
  }
  .products-grid .product-item-actions {
    margin: 10px 0;
  }
  .product-item-actions .actions-primary + .actions-secondary > * {
    white-space: normal;
  }
  .products-grid .product-item {
    width: 33.33333333%;
  }
  .page-products .products-grid .product-item,
  .page-layout-1column .products-grid .product-item,
  .page-layout-3columns .products-grid .product-item,
  .page-products.page-layout-1column .products-grid .product-item,
  .page-products.page-layout-3columns .products-grid .product-item {
    margin-left: 2%;
    padding: 0;
    width: calc((100% - 4%) / 3);
  }
  .page-products .products-grid .product-item:nth-child(3n + 1),
  .page-layout-1column .products-grid .product-item:nth-child(3n + 1),
  .page-layout-3columns .products-grid .product-item:nth-child(3n + 1),
  .page-products.page-layout-1column .products-grid .product-item:nth-child(3n + 1),
  .page-products.page-layout-3columns .products-grid .product-item:nth-child(3n + 1) {
    margin-left: 0;
  }
  .multicheckout .actions-toolbar .secondary {
    float: none;
    margin-top: 11px;
    text-align: right;
  }
  .multicheckout .actions-toolbar .secondary .action {
    margin-left: 10px;
  }
  .multicheckout .actions-toolbar .secondary .action.back {
    display: block;
    float: left;
  }
  .multicheckout .item-options {
    margin: 20px 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: 20px;
    padding-right: 20px;
    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: 20px;
    width: 50%;
  }
  .multicheckout.form.address .table-wrapper .applicable {
    margin: 7px 0 0;
  }
  .multicheckout.order-review .box-items {
    clear: left;
    float: none;
    padding-top: 40px;
    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: 240px;
  }
  .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: 20px;
  }
  .wishlist-index-index .products-grid .product-item-actions {
    margin: 0;
  }
  .block.widget .products-grid .product-item,
  .page-layout-1column .block.widget .products-grid .product-item,
  .page-layout-3columns .block.widget .products-grid .product-item {
    width: 33.33333333%;
  }
  .page-layout-1column .block.widget .products-grid .product-item {
    margin-left: 2%;
    width: calc((100% - 4%) / 3);
  }
  .page-layout-1column .block.widget .products-grid .product-item:nth-child(3n + 1) {
    margin-left: 0;
  }
}
#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 10px;
}
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: 10px;
}
.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: 10px 10px 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: 'Open Sans', '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: 10px;
  right: 30px;
}
#braintree_cc_number {
  padding-left: 68px;
}
/* Common SCSS */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
html {
  -ms-transition: none !important;
  -webkit-transition: none !important;
  transition: none !important;
}
a {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
a,
:hover,
a img,
button,
:hover:before,
.cart.table-wrapper .actions-toolbar > .action,
.action-gift {
  -ms-transition: all ease-out 0.4s;
  -webkit-transition: all ease-out 0.4s;
  transition: all ease-out 0.4s;
}
button,
a.action.primary,
.cart.table-wrapper .actions-toolbar > .action,
.action-gift,
a.amshopby-button,
a.am-filter-go,
.cart.table-wrapper .actions-toolbar > .action,
.action-gift,
.action-gift {
  font-size: 14px;
  border-radius: 0;
  -webkit-border-radius: 0;
  font-weight: 600;
  line-height: normal;
  padding: 7px 12px;
}
.no-display {
  display: none !important;
}
.action.secondary,
.action.primary,
.amshopby-button,
.am-filter-go {
  font-weight: 600;
}
.cart.table-wrapper .actions-toolbar > .action,
.action-gift,
.action-gift {
  text-transform: uppercase;
  font-weight: normal;
}
:focus,
:active {
  outline: 0;
}
select:focus,
select:active,
input:focus,
input:active,
textarea:focus,
textarea:active {
  outline: 0;
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
}
select {
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  text-overflow: '';
  padding-right: 26px;
  padding-left: 5px;
  border: 1px solid #e5e5e5;
  background: url(../images/select-arw.png) no-repeat 98% center #ffffff;
}
body .modal-overlay {
  background: #000000 !important;
}
.posh-auto-parts-style-2 .modal-box {
  border-radius: 0;
  box-shadow: none;
  border: 0;
}
.loading-mask {
  background: rgba(255, 255, 255, 0.88);
}
.column.main .toolbar-products .sorter-options {
  background-color: #fff !important;
}
.column.main .toolbar-products .modes {
  display: inline-block;
  padding-right: 15px;
}
.column.main .toolbar-products .modes .modes-mode:before {
  vertical-align: middle;
}
.column.main .toolbar-products .modes .modes-mode span {
  display: none;
}
.column.main .toolbar-products .modes .modes-label {
  display: none;
}
.clear {
  clear: both;
}
.container:after,
.container-full:after,
.clearfix:after,
.container:before,
.container-full:before,
.clearfix:before {
  content: "";
  display: block;
  clear: both;
}
.f-left {
  float: left;
}
.f-right {
  float: right;
}
.container-full,
.container-fluid {
  max-width: 100%;
  margin: 0 40px;
}
.note {
  color: #0DC000 !important;
}
.col2-set {
  width: 100%;
}
.col2-set:before,
.col2-set:after {
  content: '';
  clear: both;
  display: block;
}
.col2-set .col-1,
.col2-set .col-2 {
  width: 50%;
  padding: 20px 15px;
}
.col2-set .col-1 {
  float: left;
  padding-left: 0;
}
.col2-set .col-2 {
  float: right;
  padding-right: 0;
}
.col3-set {
  width: 100%;
}
.col3-set:before,
.col3-set:after {
  content: '';
  clear: both;
  display: block;
}
.col3-set .coll {
  float: left;
  width: 33.33%;
  padding: 15px;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .page-wrapper,
  .columns {
    display: block !important;
  }
  .page-wrapper {
    height: inherit !important;
  }
}
.ie10 .page-wrapper,
.ie11 .page-wrapper {
  height: inherit !important;
}
.display-flex {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -o-align-items: center;
  align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
}
.d-flex {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.f-item,
.flex-1 {
  flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
}
.align-item-center,
.alc {
  -ms-flex-align: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -o-align-items: center;
  align-items: center;
}
.ats {
  align-items: stretch;
  -webkit-align-items: stretch;
  -ms-align-items: stretch;
}
.flr {
  flex-direction: row;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
}
.flc {
  flex-direction: column;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
}
.justify-content-center,
.jcc {
  justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
}
.justify-content-start,
.jcs {
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  -ms-justify-content: flex-start;
}
.justify-content-end,
.jce {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  -ms-justify-content: flex-end;
}
.justify-space-between,
.jcb {
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
}
.w-100 {
  width: 100% !important;
}
.w-50 {
  width: 50% !important;
}
.w-25 {
  width: 25% !important;
}
.w-75 {
  width: 75% !important;
}
.tc {
  text-align: center !important;
}
.tl {
  text-align: left !important;
}
.tr {
  text-align: right !important;
}
.display-table {
  display: table;
  width: 100%;
  margin: 0 !important;
}
.display-table-cell {
  float: none !important;
  display: table-cell;
  vertical-align: middle;
  padding: 0;
}
.modals-overlay {
  background-color: rgba(51, 51, 51, 0.7) !important;
}
/* Blockquote Dafualt */
blockquote {
  display: block;
  padding: 15px 20px 15px 55px;
  margin: 0 0 30px;
  position: relative;
  font-size: 14px;
  background-color: #efefef !important;
  /*Borders - (Optional)*/
  border-left-style: solid;
  border-left-width: 15px;
  border-right-style: solid;
  border-right-width: 2px;
}
blockquote:before {
  content: "\201C";
  font-family: Georgia, serif;
  font-size: 60px;
  font-weight: bold;
  position: absolute;
  left: 10px;
  top: 5px;
}
blockquote h2 {
  font-weight: normal !important;
  margin-top: 10px !important;
}
blockquote a {
  text-decoration: none;
  cursor: pointer;
  padding: 0 3px;
}
blockquote em {
  font-style: italic;
}
/* Blockquote Dafualt */
input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
  background-color: #fff !important;
}
p {
  margin: 0 0 2rem;
}
/* Succes - Error Messages Style */
.message.error {
  margin: 20px auto !important;
  padding: 10px 20px 10px 40px !important;
  display: block;
  line-height: 1.2em;
  font-size: 13px;
  background: #fae5e5;
  color: #e02b27;
  position: relative;
  border: solid 2px #d77373;
}
.message.error > :first-child:before {
  content: "\f071";
  font-family: "FontAwesome";
  font-size: 16px;
  vertical-align: middle;
  display: inline-block;
  width: 40px;
  text-align: center;
  position: absolute;
  left: 0;
  top: 18px;
  margin: -14px 0 0;
}
.message.success {
  margin: 20px auto;
  padding: 10px 20px 10px 40px;
  display: block;
  line-height: 1.2em;
  font-size: 14px;
  background: #e5efe5;
  color: #006400;
  position: relative;
  border: solid 2px #7ba77b;
}
.message.success > :first-child:before {
  content: "\e64c";
  font-family: 'themify';
  color: #006400;
  font-size: 16px;
  vertical-align: middle;
  display: inline-block;
  width: 40px;
  text-align: center;
  position: absolute;
  left: 0;
  top: 18px;
  margin: -14px 0 0;
}
.message.info {
  margin: 0 auto 10px;
  padding: 10px 20px 10px 40px;
  display: block;
  line-height: 1.2em;
  font-size: 14px;
  background: #fdf0d5;
  color: #6f4400;
  position: relative;
}
.message.info > :first-child:before {
  content: "\e717";
  font-family: 'themify';
  color: #c07600;
  font-size: 16px;
  vertical-align: middle;
  display: inline-block;
  width: 40px;
  text-align: center;
  position: absolute;
  left: 0;
  top: 18px;
  margin: -14px 0 0;
}
/* End Succes - Error Messages Style */
.container {
  margin: 0 auto;
}
.row--table {
  display: table;
  width: 100%;
}
.row--table > .grid--item {
  float: none !important;
  display: table-cell;
  vertical-align: middle;
}
.w8 {
  width: 8%;
}
.w10 {
  width: 10%;
}
.w15 {
  width: 15%;
}
.w20 {
  width: 20%;
}
.w25 {
  width: 25%;
}
.w30 {
  width: 30%;
}
.w35 {
  width: 35%;
}
.w40 {
  width: 40%;
}
.w45 {
  width: 45%;
}
.w49 {
  width: 49%;
}
.w50 {
  width: 50%;
}
.w55 {
  width: 55%;
}
.w60 {
  width: 60%;
}
.w70 {
  width: 70%;
}
.w75 {
  width: 77%;
}
.w80 {
  width: 80%;
}
.w100 {
  width: 100%;
}
.action.primary,
.amshopby-button,
.am-filter-go {
  border-radius: 0;
  -webkit-border-radius: 0;
  border: 0;
  text-transform: uppercase;
}
.action.primary:focus,
.action.primary:active,
.action.primary:hover,
.amshopby-button:focus,
.amshopby-button:active,
.amshopby-button:hover,
.am-filter-go:focus,
.am-filter-go:active,
.am-filter-go:hover {
  border: 0;
}
.page-header .switcher .options .action.toggle:after,
.page-footer .switcher .options .action.toggle:after {
  content: "\f107";
  font-family: 'FontAwesome';
  font-size: 14px;
  line-height: 22px;
  color: inherit;
  text-align: center;
  margin: 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
}
.page-header .switcher .options .action.toggle.active:after,
.page-footer .switcher .options .action.toggle.active:after {
  content: "\f106";
  font-family: 'FontAwesome';
  font-size: 14px;
  line-height: 22px;
  color: inherit;
  text-align: center;
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
}
.page-header .switcher strong,
.page-footer .switcher strong {
  padding-left: 20px;
  background-position: left center;
}
.page-header .switcher-language.language .options ul.dropdown li a {
  background-position: 10px center;
}
.page-header .switcher .options ul.dropdown li,
.page-footer .switcher .options ul.dropdown li {
  text-align: left;
}
#notification_slider {
  background-image: url(../images/prm-bg.png);
  background-repeat: repeat;
}
#notification_slider .bxslider > li {
  padding: 18px !important;
  background-image: url(../images/prm-bg.png);
  background-repeat: repeat;
}
#notification_slider a#close_notification {
  background: none;
  opacity: 1;
  right: 20px;
  top: 6px;
}
#notification_slider a#close_notification .lbl {
  display: none;
}
#notification_slider a#close_notification:before {
  content: "\e646";
  font-size: 11px;
  font-family: 'themify';
  color: #fff;
}
#notification_slider .button {
  display: inline-block;
  padding: 5px 10px;
  margin-left: 5px;
  text-transform: uppercase;
  text-decoration: none;
  line-height: normal;
}
.mageb-effects img {
  margin: 0 auto;
}
.page-products .cwsSlider,
.catalog-product-view .cwsSlider,
.cms-page-view .cwsSlider {
  margin: 0 !important;
}
/* Table Defualt Style */
.data-table,
.cart.items.data.table,
.data.table {
  border-collapse: collapse;
}
.data-table thead th,
.cart.items.data.table thead th,
.data.table thead th {
  font-weight: 500;
  font-size: 15px;
  padding: 8px 10px;
  text-transform: uppercase;
}
.cart.items.data.table thead th {
  font-weight: 400;
  font-size: 15px;
  padding: 8px 10px;
  text-transform: none;
}
table > tbody > tr > th,
table > tfoot > tr > th,
table > tbody > tr > td,
table > tfoot > tr > td {
  vertical-align: middle;
}
/* End Table Defualt Style */
a.close {
  background-image: none !important;
  display: block;
  color: #000;
}
a.close:before {
  content: "\e646";
  font-family: 'themify';
  display: block;
  font-size: 11px;
  text-align: center;
}
a.close:hover:before {
  opacity: 0.8;
}
.fieldset > .field > .label,
.fieldset > .fields > .field > .label {
  font-weight: 600 !important;
}
/* Page Title */
.page-title-wrap {
  padding: 40px 0;
  text-align: center;
}
.page-title-wrap .page-title-wrapper {
  margin: 0 auto;
}
.page-title-wrap .page-title {
  font-size: 3.3rem;
  font-weight: 700;
  margin-bottom: 0;
}
.page-title-wrap .breadcrumbs {
  text-align: center;
  padding: 10px 0 0;
}
.page-title-wrap .breadcrumbs .container {
  max-width: 100% !important;
  padding-right: 0;
  padding-left: 0;
}
.mageb-checkout-title h1 {
  font-size: 3rem;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 20px;
}
/* Breadcrums */
.breadcrumbs {
  max-width: 100%;
  font-size: 13px;
  background-color: #efefef;
  margin-bottom: 0;
  text-align: left;
  padding: 10px;
  max-width: 100% !important;
}
.breadcrumbs a {
  text-decoration: none !important;
}
.breadcrumbs .item:not(:last-child):after {
  content: "\e649";
  font-family: 'themify';
  font-size: 10px;
  display: inline-block;
  padding: 0 5px;
  vertical-align: middle;
  line-height: normal;
}
/* End Breadcrums */
#maincontent {
  padding-top: 30px;
  padding-bottom: 40px;
}
.cms-index-index #maincontent {
  padding-top: 0;
  padding-bottom: 0;
}
.cms-index-index #maincontent.page-main {
  max-width: 100% !important;
  padding-left: 0;
  padding-right: 0;
}
.products-grid .product-items:before,
.products-grid .product-items:after {
  content: "";
  clear: both;
  display: block;
}
.column.main #scroll_loading,
.column.main .mageb-no-more-load {
  margin: 30px 0;
}
/* End Horizontal Product Slider Common */
.disc {
  margin-left: 15px;
}
.disc li {
  margin-bottom: 2px;
}
/* ------------------------------------------------------------
   YMM Finder Dropdown   --------------------------------------
--------------------------------------------------------------- */
.cms-posh-auto-parts-style-2 .finderProducts {
  background-color: #333;
  padding: 25px;
  margin: 0;
}
.cms-posh-auto-parts-style-2 .finderProducts h3.finder_header {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  padding-right: 10px;
  margin-bottom: 0;
}
.cms-posh-auto-parts-style-2 .finderProducts ul {
  padding: 0 10px;
}
.cms-posh-auto-parts-style-2 .finderProducts ul li {
  margin-bottom: 0;
}
.cms-posh-auto-parts-style-2 .finderProducts .button-set {
  padding-left: 10px;
}
.cms-posh-auto-parts-style-2 .finderProducts .button-set .subscribe {
  margin-right: 10px;
}
.cms-posh-auto-parts-style-2 .finderProducts .button-set button,
.cms-posh-auto-parts-style-2 .finderProducts .button-set .cart.table-wrapper .actions-toolbar > .action,
.cms-posh-auto-parts-style-2 .finderProducts .button-set .action-gift {
  padding: 11px 15px 12px 15px;
}
.finderProducts.vertical select,
.finderProducts.horizontal select {
  -ms-appearance: none;
  -webkit-appearance: none;
}
.finderProducts.vertical select::-ms-expand,
.finderProducts.horizontal select::-ms-expand {
  display: none;
}
/* ------------------------------------------------------------
   End YMM Finder Dropdown   ----------------------------------
--------------------------------------------------------------- */
/* ------------------------------------------------------------
   Product With Tabs   ----------------------------------------
--------------------------------------------------------------- */
.page-products.page-layout-1column .mage-ajaxpro-page.product-tabs-slider .products-grid .product-item {
  width: 100%;
}
.product-tabs-slider .section-title .sort-detail,
.product-tabs-grid .section-title .sort-detail {
  margin-bottom: 0;
}
.product-tabs-slider .products-grid .product-item .product-item-inner,
.product-tabs-grid .products-grid .product-item .product-item-inner {
  overflow: visible;
}
.product-tabs-slider.mage-ajaxpro-page .products-grid .product-item,
.product-tabs-grid.mage-ajaxpro-page .products-grid .product-item {
  padding: 0 !important;
}
.product-tabs-slider.mage-ajaxpro-page .products-grid .product-item .price-box,
.product-tabs-grid.mage-ajaxpro-page .products-grid .product-item .price-box {
  margin: 5px 0 10px;
}
.product-tabs-slider.mage-ajaxpro-page .owl-carousel .owl-stage-outer,
.product-tabs-grid.mage-ajaxpro-page .owl-carousel .owl-stage-outer {
  padding: 30px 0 0;
}
.product-tabs-slider.mage-ajaxpro-page .owl-carousel .owl-dots,
.product-tabs-grid.mage-ajaxpro-page .owl-carousel .owl-dots {
  text-align: center;
  padding-top: 0;
}
.product-tabs-slider.mage-ajaxpro-page .owl-carousel .owl-dots .owl-dot,
.product-tabs-grid.mage-ajaxpro-page .owl-carousel .owl-dots .owl-dot {
  margin: 0 3px;
  cursor: pointer;
}
.product-tabs-slider.mage-ajaxpro-page .owl-carousel .owl-nav,
.product-tabs-grid.mage-ajaxpro-page .owl-carousel .owl-nav {
  opacity: 1;
  visibility: visible;
  width: 100%;
  position: absolute;
  top: 50%;
  margin-top: 0;
}
.product-tabs-slider.mage-ajaxpro-page .owl-carousel .owl-nav > div,
.product-tabs-grid.mage-ajaxpro-page .owl-carousel .owl-nav > div {
  padding: 0;
  margin: 0;
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 50%;
  margin: 0 5px;
  outline: none;
  position: absolute;
  z-index: 9;
  transition: all 300ms ease-in 0s;
  -moz-transition: all 300ms ease-in 0s;
  -webkit-transition: all 300ms ease-in 0s;
  cursor: pointer;
}
.product-tabs-slider.mage-ajaxpro-page .owl-carousel .owl-nav > div.owl-prev,
.product-tabs-grid.mage-ajaxpro-page .owl-carousel .owl-nav > div.owl-prev {
  left: -60px;
}
.product-tabs-slider.mage-ajaxpro-page .owl-carousel .owl-nav > div.owl-prev:before,
.product-tabs-grid.mage-ajaxpro-page .owl-carousel .owl-nav > div.owl-prev:before {
  content: "\e64a";
  font-family: 'themify';
  color: #ffffff;
  font-size: 13px;
  line-height: 30px;
}
.product-tabs-slider.mage-ajaxpro-page .owl-carousel .owl-nav > div.owl-next,
.product-tabs-grid.mage-ajaxpro-page .owl-carousel .owl-nav > div.owl-next {
  right: -60px;
}
.product-tabs-slider.mage-ajaxpro-page .owl-carousel .owl-nav > div.owl-next:before,
.product-tabs-grid.mage-ajaxpro-page .owl-carousel .owl-nav > div.owl-next:before {
  content: "\e649";
  font-family: 'themify';
  color: #ffffff;
  font-size: 13px;
  line-height: 30px;
}
.product-tabs-slider.mage-ajaxpro-page .products,
.product-tabs-grid.mage-ajaxpro-page .products {
  margin: 0;
}
.product-tabs-slider.mage-ajaxpro-page .sidebar-shopby .block-title,
.product-tabs-grid.mage-ajaxpro-page .sidebar-shopby .block-title {
  background-color: inherit;
  text-align: center;
  position: relative;
  display: block;
  text-transform: uppercase;
  padding: 0;
}
.product-tabs-slider.mage-ajaxpro-page .sidebar-shopby .block-title strong,
.product-tabs-grid.mage-ajaxpro-page .sidebar-shopby .block-title strong {
  font-size: 30px;
  line-height: 34px;
  font-weight: 700;
  display: inline-block;
}
.product-tabs-slider.mage-ajaxpro-page .sidebar-shopby .block-content,
.product-tabs-grid.mage-ajaxpro-page .sidebar-shopby .block-content {
  background-color: inherit;
  padding: 10px 0;
}
.product-tabs-slider.mage-ajaxpro-page .sidebar-shopby .block-content ol,
.product-tabs-grid.mage-ajaxpro-page .sidebar-shopby .block-content ol {
  text-align: center;
}
.product-tabs-slider.mage-ajaxpro-page .sidebar-shopby .block-content ol li,
.product-tabs-grid.mage-ajaxpro-page .sidebar-shopby .block-content ol li {
  width: inherit;
  padding: 0 10px;
  float: none;
  display: inline-block;
}
.product-tabs-slider.mage-ajaxpro-page .sidebar-shopby .block-content ol li.cat-active a,
.product-tabs-grid.mage-ajaxpro-page .sidebar-shopby .block-content ol li.cat-active a {
  font-weight: 600;
}
.product-tabs-slider.mage-ajaxpro-page .sidebar-shopby .block-content ol li a,
.product-tabs-grid.mage-ajaxpro-page .sidebar-shopby .block-content ol li a {
  font-size: 14px;
  padding: 0;
  border-bottom: solid 1px transparent;
  text-transform: uppercase;
  font-weight: 600;
}
.product-tabs-slider.mage-ajaxpro-page .sidebar-shopby .block-content ol li:before,
.product-tabs-grid.mage-ajaxpro-page .sidebar-shopby .block-content ol li:before {
  display: none;
}
.product-tabs-slider.mage-ajaxpro-page .sidebar-shopby .block-content ol li:nth-child(4n+1),
.product-tabs-grid.mage-ajaxpro-page .sidebar-shopby .block-content ol li:nth-child(4n+1) {
  clear: none;
}
.mage-ajaxpro-page.left-sidebar .sidebar-shopby {
  width: 25% !important;
  text-align: left;
}
.mage-ajaxpro-page.left-sidebar .sidebar-shopby .section-title {
  text-align: left;
}
.mage-ajaxpro-page.left-sidebar .sidebar-shopby .section-title .title {
  font-size: 24px;
  line-height: 30px;
}
.mage-ajaxpro-page.left-sidebar .sidebar-shopby .section-title .title:before,
.mage-ajaxpro-page.left-sidebar .sidebar-shopby .section-title .title:after {
  display: none;
}
.mage-ajaxpro-page.left-sidebar .sidebar-shopby .section-title .sort-detail {
  text-align: left;
}
.mage-ajaxpro-page.left-sidebar .sidebar-shopby .block-content {
  padding: 15px 0 !important;
}
.mage-ajaxpro-page.left-sidebar .sidebar-shopby .category-filter {
  margin: 0 !important;
}
.mage-ajaxpro-page.left-sidebar .category-product-filter {
  width: 75% !important;
  float: left;
}
.mage-ajaxpro-page.left-sidebar .category-product-filter .product-items {
  margin: 0 !important;
}
.mage-ajaxpro-page.left-sidebar .category-product-filter .products-grid .product-item {
  width: 32% !important;
  margin: 0 2% 20px 0 !important;
}
.mage-ajaxpro-page.left-sidebar .category-product-filter .products-grid .product-item:nth-child(3n) {
  margin-right: 0 !important;
}
.mage-ajaxpro-page.left-sidebar .category-product-filter .products-grid .product-item:nth-child(3n+1) {
  clear: left;
}
.mage-ajaxpro-page.product-tabs-slider .sidebar-shopby .block-content ol {
  margin: 0 !important;
}
.page-products.page-layout-1column .product-tabs-grid.mage-ajaxpro-page .sidebar-shopby .block-content {
  padding-bottom: 0;
  padding-top: 15px;
}
.page-products.page-layout-1column .product-tabs-grid.mage-ajaxpro-page .load-more-text a {
  padding: 13px 35px;
  letter-spacing: 1px;
  font-size: 14px;
  font-weight: 400;
}
.page-products.page-layout-1column .product-tabs-grid.mage-ajaxpro-page .done-msg {
  color: #ECA009;
  background: #fff9ea;
  padding: 10px;
  margin-top: 30px;
  letter-spacing: 0.5px;
  border: 1px solid #ffdb8c;
}
.page-products.page-layout-1column .product-tabs-grid.mage-ajaxpro-page .products-grid .product-item {
  width: 23.5%;
  margin-right: 2%;
  margin-top: 2%;
}
.page-products.page-layout-1column .product-tabs-grid.mage-ajaxpro-page .products-grid .product-item:nth-child(4n) {
  margin-right: 0;
}
.page-products.page-layout-1column .product-tabs-grid.mage-ajaxpro-page .products-grid .product-item:nth-child(4n+1) {
  clear: left;
}
.product-tabs-slider .sidebar-shopby {
  display: table;
  width: 100%;
}
.product-tabs-slider .sidebar-shopby:before,
.product-tabs-slider .sidebar-shopby:after {
  content: '';
  clear: both;
  display: block;
}
.product-tabs-slider .sidebar-shopby .block-content,
.product-tabs-slider .sidebar-shopby .section-title {
  display: table-cell;
  vertical-align: middle;
  text-align: right;
}
.product-tabs-slider .sidebar-shopby .section-title .title,
.product-tabs-slider .sidebar-shopby .sort-detail {
  text-align: left;
}
.product-tabs-slider .sidebar-shopby .block-content ol {
  text-align: right !important;
}
.product-tabs-slider .sidebar-shopby .block-content ol li.cat-active a,
.product-tabs-slider .sidebar-shopby .block-content ol li a {
  font-weight: normal !important;
  text-transform: none !important;
}
.product-tabs-slider .owl-carousel .owl-item img {
  width: auto !important;
}
/* ------------------------------------------------------------
   End Product With Tabs   ------------------------------------
--------------------------------------------------------------- */
/* ------------------------------------------------------------
   Small Banner Static Block   --------------------------------
--------------------------------------------------------------- */
#maincontent .widget.block block-static-block {
  margin-bottom: 0 !important;
}
.small-bnr-with-text .widget.block.block-static-block {
  margin-bottom: 0 !important;
}
.small-banner-block.sections-spacing {
  padding-top: 0 !important;
}
.small-banner-block ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.small-banner-block ul > li {
  width: 31.6%;
  float: left;
  margin-right: 2.564102564102564%;
}
.small-banner-block ul > li:last-child {
  margin-right: 0;
}
.small-banner-block .classic-item .animate-scale {
  position: relative;
  display: block;
  overflow: hidden;
}
.small-banner-block .classic-item .animate-scale img {
  display: block;
  width: 100%;
}
.small-banner-block .classic-item .item-img {
  margin: 0 0 30px;
}
.small-banner-block .classic-item.small-banner-2 .item-img {
  margin: 30px 0 0;
}
.small-banner-block .classic-item.small-banner-3 {
  border: solid 2px #333;
  padding: 25% 0;
  margin-top: 16%;
}
.small-banner-block .classic-item.small-banner-3 p {
  margin: 20px 0;
}
.small-banner-block .classic-item.small-banner-3 .action {
  line-height: normal;
  font-size: 14px;
  padding: 10px 25px;
}
.small-banner-block .classic-item .item-content {
  padding: 0 35px;
  text-align: center;
}
.small-banner-block .classic-item .item-content h3 {
  font-size: 20px;
  text-transform: uppercase;
  margin: 0 0 13px;
  letter-spacing: 0.2px;
}
.small-banner-block .classic-item .item-content .btn {
  background-color: transparent;
  color: #000;
  border: none;
  border-bottom: 1px solid;
  padding: 0 0 5px;
  text-transform: uppercase;
}
.small-banner-block .classic-item .item-content .btn:hover {
  border-bottom: 0;
}
.small-banner-block .zoom {
  position: relative;
}
overflow:hidden .small-banner-block .zoom:before,
.small-banner-block .zoom:after {
  content: '';
  background: rgba(255, 255, 255, 0.2) none repeat scroll 0 0;
  opacity: 1;
  position: absolute;
  -webkit-transition: all 700ms ease-in 0s;
  transition: all 700ms ease-in 0s;
  pointer-events: none;
}
.small-banner-block .zoom:before {
  bottom: 0;
  left: 50%;
  right: 51%;
  top: 0;
}
.small-banner-block .zoom:after {
  bottom: 50%;
  left: 0;
  right: 0;
  top: 50%;
}
.small-banner-block .zoom:hover:before {
  left: 0;
  right: 0;
  opacity: 0;
}
.small-banner-block .zoom:hover:after {
  bottom: 0;
  top: 0;
  opacity: 0;
}
.small-banner-block .animate-scale {
  position: relative;
  display: block;
  overflow: hidden;
}
.small-banner-block .animate-scale:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  overflow: hidden;
  opacity: 0;
  z-index: 2;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.small-banner-block .animate-scale .collection-grid-item__overlay,
.small-banner-block .animate-scale img {
  -webkit-transition: all 0.7s ease;
  -moz-transition: all 0.7s ease;
  -ms-transition: all 0.7s ease;
  -o-transition: all 0.7s ease;
  transition: all 0.7s ease;
}
.small-banner-block .animate-scale:hover::before {
  overflow: visible;
  opacity: 1;
}
.small-banner-block .animate-scale:hover .collection-grid-item__overlay,
.small-banner-block .animate-scale:hover img {
  opacity: 1;
  -moz-transform: scale3d(1.1, 1.1, 1);
  -o-transform: scale3d(1.1, 1.1, 1);
  -ms-transform: scale3d(1.1, 1.1, 1);
  -webkit-transform: scale3d(1.1, 1.1, 1);
  transform: scale3d(1.1, 1.1, 1);
}
/* ------------------------------------------------------------
   End Small Banner Static Block   ----------------------------
--------------------------------------------------------------- */
/* ------------------------------------------------------------
   Category With Image Home Section   -------------------------
--------------------------------------------------------------- */
.category-images .container-full {
  margin-left: 0;
  margin-right: 0;
}
.category-images .category-thumbnail {
  margin-bottom: 15px;
}
.category-images .category-thumbnail a {
  display: block;
  position: relative;
}
.category-images .category-thumbnail a:before {
  content: '';
  background-color: rgba(0, 0, 0, 0.12);
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  z-index: 10;
}
.category-images .section-title .title {
  margin: 0 0 5px;
}
.category-images .category-thumbnail {
  overflow: hidden;
}
.category-images .category-thumbnail img {
  display: block;
  transition: transform .5s ease;
  -webkit-transition: transform .5s ease;
  -o-transition: transform .5s ease;
}
.category-images .category-thumbnail:hover img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
}
.category-images .category-image-list:before,
.category-images .category-image-list:after {
  content: '';
  clear: both;
  display: block;
}
.category-images .category-item {
  float: left;
  width: 32%;
  margin-right: 2%;
  margin-bottom: 3%;
  position: relative;
}
.category-images .category-item:nth-child(3n) {
  margin-right: 0;
}
.category-images .category-item:nth-child(3n+1) {
  clear: left;
}
.category-images .category-item .category-title .title {
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  text-transform: none;
  margin: 0;
}
.category-images .category-item .category-onhover {
  opacity: 1;
  visibility: visible;
  overflow: hidden;
  position: absolute;
  left: 20px;
  bottom: 20px;
  right: 20px;
  z-index: 10;
  background-color: rgba(255, 255, 255, 0.85);
  text-align: center;
  padding: 10px 20px 10px;
  height: 40px;
  transition: .5s ease;
  -webkit-transition: .5s ease;
  -ms-transition: .5s ease;
}
.category-images .category-item:hover .category-onhover {
  opacity: 1;
  visibility: visible;
  height: 91%;
  padding: 40px 20px;
}
.category-images.category-images-style1 .category-btn {
  text-align: center;
}
.category-images.category-images-style1 .category-btn .action {
  padding: 7px 12px !important;
}
.category-images.category-images-style1 .category-item .category-title .title {
  font-size: 20px;
  line-height: 32px;
  font-weight: 400;
  text-transform: none;
  margin: 0;
}
.category-images.category-images-style1 .category-item .category-onhover {
  height: auto;
  background-color: rgba(0, 0, 0, 0.85);
}
.category-images.category-images-style1 .category-item:hover .category-onhover {
  height: auto;
  opacity: 1;
  visibility: visible;
  padding: 13px 20px 10px;
}
.category-images .category-items-2 .category-item {
  width: 49%;
}
.category-images .category-items-2 .category-item:nth-child(3n) {
  margin-right: 2%;
}
.category-images .category-items-2 .category-item:nth-child(2n) {
  margin-right: 0;
}
.category-images .category-items-2 .category-item:nth-child(3n+1) {
  clear: none;
}
.category-images .category-items-2 .category-item .category-thumbnail img {
  width: 100%;
}
.category-images .category-items-3 .category-item {
  width: 32%;
}
.category-images .category-items-4 .category-item {
  width: 23.5%;
}
.category-images .category-items-4 .category-item:nth-child(4n) {
  margin-right: 0;
}
.category-images .category-items-4 .category-item:nth-child(3n) {
  margin-right: 2%;
}
.category-images .category-items-4 .category-item:nth-child(3n+1) {
  clear: none;
}
.category-images .category-items-4 .sort-detail {
  font-size: 13px;
}
.category-images .category-items-5 .category-item {
  width: 18.4%;
}
.category-images .category-items-5 .category-item:nth-child(3n) {
  margin-right: 2%;
}
.category-images .category-items-5 .category-item:nth-child(5n) {
  margin-right: 0;
}
.category-images .category-items-5 .category-item:nth-child(3n+1) {
  clear: none;
}
.category-images .category-items-5 .category-item .category-onhover {
  left: 15px;
  bottom: 15px;
  right: 15px;
}
.category-images .category-items-5 .category-item:hover .category-onhover {
  padding: 13px;
}
.category-images .category-items-5 .category-item .sort-detail {
  font-size: 13px;
  margin-bottom: 10px;
}
.category-images .category-items-5 .category-item .category-title .title {
  font-size: 20px;
  margin-bottom: 10px;
}
.category-images .category-items-6 .category-item {
  width: 15%;
}
.category-images .category-items-6 .category-item:nth-child(3n) {
  margin-right: 2%;
}
.category-images .category-items-6 .category-item:nth-child(6n) {
  margin-right: 0;
}
.category-images .category-items-6 .category-item:nth-child(3n+1) {
  clear: none;
}
.category-images .category-item .sort-detail {
  padding-top: 10px;
  line-height: 18px;
}
.category-images .category-btn {
  display: block;
  margin-top: 20px;
}
.category-images .category-btn .action {
  font-size: 12px;
  line-height: normal;
  text-transform: uppercase;
  font-weight: normal;
  padding: 7px 12px;
  display: inline-block;
}
.category-images .owl-carousel .owl-item .category-item {
  width: 100%;
  margin-right: 0;
  margin-bottom: 0;
  overflow: hidden;
}
.category-images .owl-carousel .owl-nav {
  opacity: 1;
  visibility: visible;
  width: 100%;
  position: absolute;
  top: 50%;
  margin-top: -10px;
}
.category-images .owl-carousel .owl-nav > div {
  padding: 0;
  margin: 0;
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 50%;
  margin: 0 5px;
  outline: none;
  position: absolute;
  z-index: 9;
  transition: all 300ms ease-in 0s;
  -moz-transition: all 300ms ease-in 0s;
  -webkit-transition: all 300ms ease-in 0s;
  cursor: pointer;
}
.category-images .owl-carousel .owl-nav > div.owl-prev {
  left: -60px;
}
.category-images .owl-carousel .owl-nav > div.owl-prev:before {
  content: "\e64a";
  font-family: 'themify';
  color: #ffffff;
  font-size: 13px;
  line-height: 30px;
}
.category-images .owl-carousel .owl-nav > div.owl-next {
  right: -60px;
}
.category-images .owl-carousel .owl-nav > div.owl-next:before {
  content: "\e649";
  font-family: 'themify';
  color: #ffffff;
  font-size: 13px;
  line-height: 30px;
}
.category-images .owl-carousel:hover .owl-nav {
  opacity: 1;
  visibility: visible;
}
.cms-posh-auto-parts-style-3 .category-images .category-item:nth-child(3n+1) {
  clear: none;
}
.cms-posh-auto-parts-style-3 .category-images-style1 .container-full {
  margin: 0 auto;
}
.cms-posh-auto-parts-style-3 .category-images-style1.category-images .category-items-4 .category-item:nth-child(3n+1),
.cms-posh-auto-parts-style-3 .category-images-style1.category-images .category-item:nth-child(3n+1) {
  clear: none;
}
.cms-posh-auto-parts-style-3 .category-images-style1.category-images .category-item {
  margin-bottom: 1.5%;
}
.cms-posh-auto-parts-style-3 .category-images-style1.category-images .category-item .category-onhover {
  bottom: 20px;
}
.cms-posh-auto-parts-style-3 .category-images-style1.category-images .category-item .category-title .title {
  text-transform: uppercase;
}
.cms-posh-auto-parts-style-3 .category-images-style1.category-images .category-item .category-btn .action {
  padding: 5px 20px !important;
}
.cms-posh-auto-parts-style-3 .category-images-style1.category-images .category-item .category-thumbnail {
  margin-bottom: 0;
}
/* ------------------------------------------------------------
   End Category With Image Home Section   ---------------------
--------------------------------------------------------------- */
/* ------------------------------------------------------------
   Parallax Section   -----------------------------------------
--------------------------------------------------------------- */
.parallax-section:before,
.parallax-section:after {
  content: '';
  clear: both;
  display: block;
}
.parallax-section .parallax-img {
  position: relative;
  width: 100% !important;
}
.parallax-section .parallax-img:before {
  content: '';
  background-color: rgba(0, 0, 0, 0.55);
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
}
.parallax-section .section-title .title {
  color: #fff;
  font-size: 40px;
  line-height: normal;
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 10px;
}
.parallax-section .section-title .section-subtitle {
  font-weight: 400;
  margin: 0 0 15px;
  color: #fff;
  font-size: 20px;
  line-height: normal;
}
.parallax-section .section-title p {
  color: #fff;
  font-size: 18px;
  line-height: normal;
  margin-bottom: 30px;
}
.parallax-section .section-title .button {
  padding: 10px 25px !important;
  display: inline-block;
  text-transform: uppercase;
  font-size: 14px !important;
  letter-spacing: 1px;
}
.parallax-section .feature-details.container {
  padding-left: 0;
  padding-right: 0;
}
.parallax-section .half-col {
  width: 50%;
  float: left;
}
.parallax-section .parallax-img-left {
  float: left;
}
.parallax-section .parallax-img-left .img_parallax {
  background-position: top left;
  background-repeat: no-repeat;
  background-size: contain;
}
.parallax-section .parallax-img-right {
  float: right;
  order: 1;
}
.parallax-section .parallax-img-right .img_parallax {
  background-position: top right;
  background-repeat: no-repeat;
  background-size: contain;
}
.parallax-section .parallax-text-right {
  float: left;
  order: 0;
}
.parallax-section .img_parallax {
  background-attachment: fixed;
  width: 100%;
}
.parallax-section .zoom:before {
  bottom: 0;
  left: 50%;
  right: 51%;
  top: 0;
}
.parallax-section .zoom:after {
  bottom: 50%;
  left: 0;
  right: 0;
  top: 50%;
}
.parallax-section .parallax-product {
  width: 100%;
  padding: 40px;
  position: relative;
}
.parallax-section .parallax-product .product-items {
  margin: 20px 0 !important;
}
.parallax-section .parallax-product .product-items .product-item {
  width: 23.5%;
  margin: 0 2% 0 0;
  background: #fff;
}
.parallax-section .parallax-product .product-items .product-item:last-of-type {
  margin-right: 0;
}
.parallax-section .view-more {
  text-align: center;
  margin: 20px 0 0;
  display: block;
}
@media (min-width: 999px) {
  .parallax-section .half-col {
    background-image: none !important;
  }
}
.posh-home-page-style-1 .parallax-section .products-grid .product-item,
.posh-home-page-style-2 .parallax-section .products-grid .product-item,
.posh-home-page-style-3 .parallax-section .products-grid .product-item,
.page-products.page-layout-1column .parallax-section .products-grid .product-item {
  background-color: #fff;
  width: 48%;
  padding: 0 !important;
  margin-right: 4%;
  margin-bottom: 0;
}
.posh-home-page-style-1 .parallax-section .products-grid .product-item:nth-child(2n),
.posh-home-page-style-2 .parallax-section .products-grid .product-item:nth-child(2n),
.posh-home-page-style-3 .parallax-section .products-grid .product-item:nth-child(2n),
.page-products.page-layout-1column .parallax-section .products-grid .product-item:nth-child(2n) {
  margin-right: 0;
  margin-left: 0;
}
.posh-home-page-style-1 .parallax-section .products-grid .product-image-container,
.posh-home-page-style-2 .parallax-section .products-grid .product-image-container,
.posh-home-page-style-3 .parallax-section .products-grid .product-image-container,
.page-products.page-layout-1column .parallax-section .products-grid .product-image-container {
  padding-top: 0;
}
.posh-auto-parts-style-2 .parallax-section .parallax-img {
  width: 100% !important;
}
/* ------------------------------------------------------------
   End Parallax Section   -------------------------------------
--------------------------------------------------------------- */
/* ------------------------------------------------------------
   Testimonial & latest Post Home Section   -------------------
--------------------------------------------------------------- */
.testimonial-home {
  float: left;
  width: 50%;
  padding-right: 15px;
}
.testimonial-home .container {
  padding: 0 !important;
}
.posh-auto-parts-style-2 .testimonial-outer .owl-carousel .owl-dots {
  margin: 0;
}
.posh-auto-parts-style-2 .testimonial-outer .mageTmClient .clientPic {
  display: inline-block;
  vertical-align: middle;
  border-radius: 100%;
  -webkit-border-radius: 100%;
}
.posh-auto-parts-style-2 .testimonial-outer .mageTmClient .clientPic img {
  border-radius: 100%;
  -webkit-border-radius: 100%;
  display: block !important;
}
.posh-auto-parts-style-2 .testimonial-outer .mageTmClient .clientDetails {
  display: inline-block;
  vertical-align: middle;
  padding-left: 10px;
}
.sidebar-main .mageTestimonials .owl-carousel .owl-item .mageTmRating img,
.sidebar-main .mageTestimonials .owl-carousel .owl-item .mageTmClient .clientPic img {
  width: auto !important;
  height: auto !important;
}
.mageTmClient .clientPic {
  max-width: 80px !important;
  max-height: 80px !important;
}
#testimonial_slider_sidebar .mageTmClient .clientPic {
  max-width: 60px !important;
  max-height: 60px !important;
}
.testimonial-outer .block.mageTestimonials {
  margin-bottom: 0 !important;
}
.testimonial-outer .mageTestimonials .button-set {
  text-align: center;
  margin-top: 30px;
}
.testimonial-outer .mageTestimonials .button-set .action {
  padding: 15px 30px;
}
.testimonial-outer .mageTmRating {
  text-align: center;
  padding-bottom: 20px;
}
.testimonial-outer .mageTmClient .clientname b {
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  display: block;
}
.testimonial-outer .mageTmClient .clientname .mageTmComp {
  letter-spacing: 1px;
}
.testimonial-outer .mageTmClient .mageTmEmail:before {
  content: "\e75a";
  font-family: 'themify';
  font-size: 14px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 3px;
}
.testimonial-outer .mageTmClient .mageTmEmail i {
  display: none;
}
.testimonial-outer .mageTmClient .mageTmDate:before {
  content: "\e6b6";
  font-family: 'themify';
  font-size: 14px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 3px;
}
.testimonial-outer .mageTmClient .mageTmDate i {
  display: none;
}
.testimonial-outer .mageTmClient .mageTmRating img {
  display: inline-block;
}
.testimonial-outer .mageTmClient .clientPic {
  background-color: #fff;
  box-shadow: none;
  -webkit-box-shadow: none;
  border: 1px solid #ddd;
}
.testimonial-outer .mageTmClient .clientPic img {
  width: 75px !important;
  height: 75px;
}
.testimonial-outer .magetmQuotes {
  line-height: 22px;
  padding: 30px 30px 30px 70px;
  text-align: left;
  letter-spacing: 0;
  background-color: #ededed;
  border-radius: 3px;
  font-weight: 400;
  margin-bottom: 20px;
}
.testimonial-outer .magetmQuotes:before {
  content: "\e67f";
  font-family: 'themify';
  font-size: 30px;
  display: inline-block;
  width: inherit;
  height: inherit;
  position: absolute;
  top: 33px;
  left: 20px;
  margin-top: 0;
  background: none;
}
.testimonial-outer .magetmQuotes:after {
  top: 100%;
  left: 35px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(237, 237, 237, 0);
  border-top-color: #ededed;
  border-width: 10px;
  margin-left: -10px;
  right: auto;
  background-image: none;
  margin-top: 0;
}
.testimonial-outer .mageTmClient {
  text-align: left;
}
.testimonial-outer .owl-carousel .owl-dots {
  text-align: center;
  margin: 50px 0 20px 0;
}
.testimonial-outer .owl-carousel .owl-dots .owl-dot {
  width: 10px;
  height: 10px;
  margin: 0 5px;
  cursor: pointer;
}
.testimonial-outer .owl-carousel .owl-dots .owl-dot span {
  display: none;
}
.testimonial-outer .owl-carousel .owl-nav {
  text-align: center;
  display: block;
  margin: 20px 0;
}
.testimonial-outer .owl-carousel .owl-nav:before,
.testimonial-outer .owl-carousel .owl-nav:after {
  content: '';
  clear: both;
  display: block;
}
.testimonial-outer .owl-carousel .owl-nav.disabled {
  display: none;
}
.testimonial-outer .owl-carousel .owl-nav > div {
  padding: 0;
  margin: 0;
  width: 35px;
  height: 35px;
  line-height: 33px;
  border-radius: 50%;
  background-color: #000;
  margin: 0 5px;
  outline: none;
  position: absolute;
  z-index: 9;
  transition: all 300ms ease-in 0s;
  -moz-transition: all 300ms ease-in 0s;
  -webkit-transition: all 300ms ease-in 0s;
  cursor: pointer;
}
.testimonial-outer .owl-carousel .owl-nav > div.owl-next {
  left: 50px;
}
.testimonial-outer .owl-carousel .owl-nav > div.owl-next:before {
  content: "\e649";
  font-family: 'themify';
  color: #ffffff;
  font-size: 13px;
  line-height: 35px;
}
.testimonial-outer .owl-carousel .owl-nav > div.owl-prev {
  left: 0;
}
.testimonial-outer .owl-carousel .owl-nav > div.owl-prev:before {
  content: "\e64a";
  font-family: 'themify';
  color: #ffffff;
  font-size: 13px;
  line-height: 35px;
}
.testimonial-outer .owl-carousel .owl-item img {
  width: inherit;
}
.mageTestimonialstyle1 #testimonial_slider .owl-nav > div:before {
  line-height: 20px;
}
.mageTestimonialstyle1 #testimonial_slider .owl-nav.disabled,
.mageTestimonialstyle1 #testimonial_slider .owl-dots.disabled {
  display: none;
}
.mageTestimonials.mageTestimonialSidebar #testimonial_slider_sidebar .owl-nav > div:before {
  line-height: 20px;
}
.mageTestimonials.mageTestimonialSidebar .block-title strong {
  font-size: 20px;
}
.mageTestimonials.mageTestimonialSidebar .block-title:after {
  display: none;
}
/* -- Latest Post Section  */
.latestpost-home {
  float: left;
  width: 50%;
  padding-left: 15px;
}
.home-blog-post .sort-detail,
.home-blog-post-style-2 .sort-detail {
  margin-bottom: 40px;
}
.home-blog-post .view-more,
.home-blog-post-style-2 .view-more {
  display: block;
  text-align: center;
  margin: 30px 0 20px;
}
.home-blog-post .view-more .readMore,
.home-blog-post-style-2 .view-more .readMore {
  padding: 15px 30px;
}
.home-blog-post .post-image,
.home-blog-post-style-2 .post-image {
  float: left;
  width: 50%;
  padding-right: 15px;
}
.home-blog-post .detail,
.home-blog-post-style-2 .detail {
  float: left;
  width: 50%;
  padding-left: 15px;
}
.home-blog-post .post-title,
.home-blog-post-style-2 .post-title {
  font-size: 16px;
  margin: 5px 0;
  line-height: normal;
  min-height: auto !important;
}
.home-blog-post .post-title a,
.home-blog-post-style-2 .post-title a {
  color: #000;
}
.home-blog-post .post-title a:hover,
.home-blog-post-style-2 .post-title a:hover {
  opacity: 0.8;
}
.home-blog-post .post-date,
.home-blog-post-style-2 .post-date {
  color: #bbbbbb;
  font-size: 13px;
}
.home-blog-post .read-more,
.home-blog-post-style-2 .read-more {
  color: #000;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 13px;
  margin-top: 5px;
  display: block;
}
.home-blog-post .read-more:hover,
.home-blog-post-style-2 .read-more:hover {
  opacity: 0.6;
}
.home-blog-post .post-user,
.home-blog-post-style-2 .post-user {
  font-size: 12px;
  display: block;
  margin-bottom: 10px;
}
.home-blog-post .owl-carousel .owl-stage-outer,
.home-blog-post-style-2 .owl-carousel .owl-stage-outer {
  clear: both;
  padding-top: 5px;
  margin-bottom: 30px;
}
.home-blog-post .owl-dots,
.home-blog-post-style-2 .owl-dots {
  text-align: center;
}
.home-blog-post .owl-dots .owl-dot,
.home-blog-post-style-2 .owl-dots .owl-dot {
  text-align: center;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  cursor: pointer;
}
.home-blog-post .owl-nav.disabled,
.home-blog-post-style-2 .owl-nav.disabled {
  display: none;
}
.home-blog-post .homepost-listing,
.home-blog-post-style-2 .homepost-listing {
  padding: 0;
  margin: 0;
  list-style: none;
}
.home-blog-post .homepost-listing:before,
.home-blog-post-style-2 .homepost-listing:before,
.home-blog-post .homepost-listing:after,
.home-blog-post-style-2 .homepost-listing:after {
  content: '';
  clear: both;
  display: block;
}
.home-blog-post .homepost-listing li,
.home-blog-post-style-2 .homepost-listing li {
  margin-bottom: 0;
}
.home-blog-post .homepost-listing li.item,
.home-blog-post-style-2 .homepost-listing li.item {
  float: left;
  width: 100%;
}
.home-blog-post .homepost-listing li.item .detail,
.home-blog-post-style-2 .homepost-listing li.item .detail {
  width: 90%;
  margin: 0 auto;
  display: block;
  vertical-align: middle;
  padding: 20px;
  position: relative;
  background-color: #fff;
}
.home-blog-post .homepost-listing li.item .detail h3,
.home-blog-post-style-2 .homepost-listing li.item .detail h3 {
  font-size: 18px;
  line-height: normal;
  font-weight: 600;
  margin: 0 0 10px;
}
.home-blog-post .homepost-listing li.item .detail .sort-details,
.home-blog-post-style-2 .homepost-listing li.item .detail .sort-details {
  border-top: 1px solid #ccc;
  margin-top: 0;
  margin-bottom: 20px;
  padding-top: 10px;
  display: block;
}
.home-blog-post .homepost-listing li.item .detail .readMore,
.home-blog-post-style-2 .homepost-listing li.item .detail .readMore {
  font-weight: normal;
  padding: 6px 10px;
  text-transform: uppercase;
  font-size: 11px;
  margin-right: 20px;
}
.home-blog-post .homepost-listing li.item .post-detail,
.home-blog-post-style-2 .homepost-listing li.item .post-detail {
  font-size: 12px;
}
.home-blog-post .homepost-listing li.item .post-detail.post-date:after,
.home-blog-post-style-2 .homepost-listing li.item .post-detail.post-date:after {
  content: '|';
  padding: 0 5px;
}
.home-blog-post .homepost-listing li.item .post-image,
.home-blog-post-style-2 .homepost-listing li.item .post-image {
  overflow: hidden;
  display: block !important;
  vertical-align: middle;
}
.home-blog-post .homepost-listing li.item .post-image img,
.home-blog-post-style-2 .homepost-listing li.item .post-image img {
  max-height: 100%;
  width: 100%;
  display: block;
  margin: 0 auto;
}
.home-blog-post .homepost-listing li.item:hover img,
.home-blog-post-style-2 .homepost-listing li.item:hover img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.home-blog-post-style-1 .homepost-listing .item {
  float: left;
  width: 49%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -o-align-items: center;
  align-items: center;
}
.home-blog-post-style-1 .homepost-listing .item:nth-of-type(2n) {
  margin-right: 0;
}
.home-blog-post-style-1 .homepost-listing .item .detail {
  width: 62%;
  margin-left: -70px;
  background-color: rgba(255, 255, 255, 0.92);
}
.home-blog-post-style-1 .homepost-listing .item .post-image {
  padding-right: 0;
}
.home-blog-post-style-1 .homepost-listing .item h3 {
  line-height: 24px !important;
  font-weight: 400 !important;
  text-transform: uppercase;
}
.home-blog-post-style-1 .homepost-listing .item .mb-post-excerpt {
  font-size: 13px;
  line-height: 20px;
  margin: 10px 0;
}
.home-blog-post-style-1 .homepost-listing .item .post-detail,
.home-blog-post-style-1 .homepost-listing .item .mb-post-meta {
  margin: 0;
}
.home-blog-post-style-1 .homepost-listing .item .mb-post-meta .meta-item .label {
  display: inline-block;
}
.home-blog-post-style-1 .homepost-listing.post-listing-3 .item {
  margin-bottom: 20px;
}
.home-blog-post-style-1 .homepost-listing.post-listing-3 .item:nth-of-type(3n+1) {
  clear: left;
}
.home-blog-post-style-1 .homepost-listing.post-listing-3 .item:nth-of-type(2n+1) {
  clear: none;
}
.home-blog-post-style-1 .homepost-listing.post-listing-4 .item {
  margin-bottom: 20px;
}
.home-blog-post-style-1 .homepost-listing.post-listing-4 .item:nth-of-type(3n) {
  margin-right: 2%;
}
.home-blog-post-style-1 .homepost-listing.post-listing-4 .item:nth-of-type(2n+1) {
  clear: left;
}
.home-blog-post-style-1 .homepost-listing.post-listing-4 .item:nth-of-type(3n+1) {
  clear: none;
}
.home-blog-post-style-1 .homepost-listing .post-date,
.home-blog-post-style-1 .homepost-listing .post-user {
  display: inline-block;
}
.home-blog-post-style-1 .view-more .readMore {
  font-weight: 400;
  padding: 15px 35px;
  width: auto;
  height: inherit;
  line-height: normal;
  letter-spacing: 0.5px;
}
.home-blog-post-style-2 .post-image {
  width: 50%;
  padding: 0;
}
.home-blog-post-style-2 .homepost-listing li.item {
  width: 32%;
  margin-right: 2%;
}
.home-blog-post-style-2 .homepost-listing li.item:nth-child(3n) {
  margin-right: 0;
}
.home-blog-post-style-2 .homepost-listing li.item .detail {
  padding: 0;
  width: 100%;
  margin: 0 auto;
}
.home-blog-post-style-2 .homepost-listing.post-listing-2 li.item {
  width: 49%;
  margin-right: 2%;
}
.home-blog-post-style-2 .homepost-listing.post-listing-2 li.item:nth-child(2n) {
  margin-right: 0;
}
.home-blog-post-style-3 .homepost-listing li.item,
.home-blog-post-style-3.post-listing-2 li.item,
.home-blog-post-style-3.post-listing-3 li.item,
.home-blog-post-style-3.post-listing-4 li.item,
.home-blog-post-style-3.post-listing-5 li.item,
.home-blog-post-style-3.post-listing-6 li.item {
  position: relative;
  width: 48.5%;
  margin-right: 1%;
  margin-bottom: 1%;
}
.home-blog-post-style-3 .homepost-listing li.item:nth-of-type(2n),
.home-blog-post-style-3.post-listing-2 li.item:nth-of-type(2n),
.home-blog-post-style-3.post-listing-3 li.item:nth-of-type(2n),
.home-blog-post-style-3.post-listing-4 li.item:nth-of-type(2n),
.home-blog-post-style-3.post-listing-5 li.item:nth-of-type(2n),
.home-blog-post-style-3.post-listing-6 li.item:nth-of-type(2n) {
  margin-right: 0;
}
.home-blog-post-style-3 .homepost-listing li.item .post-detail,
.home-blog-post-style-3.post-listing-2 li.item .post-detail,
.home-blog-post-style-3.post-listing-3 li.item .post-detail,
.home-blog-post-style-3.post-listing-4 li.item .post-detail,
.home-blog-post-style-3.post-listing-5 li.item .post-detail,
.home-blog-post-style-3.post-listing-6 li.item .post-detail {
  display: inline-block;
}
.home-blog-post-style-3 .homepost-listing li.item .post-image,
.home-blog-post-style-3.post-listing-2 li.item .post-image,
.home-blog-post-style-3.post-listing-3 li.item .post-image,
.home-blog-post-style-3.post-listing-4 li.item .post-image,
.home-blog-post-style-3.post-listing-5 li.item .post-image,
.home-blog-post-style-3.post-listing-6 li.item .post-image {
  width: 100%;
  padding-right: 0;
}
.home-blog-post-style-3 .homepost-listing li.item .detail,
.home-blog-post-style-3.post-listing-2 li.item .detail,
.home-blog-post-style-3.post-listing-3 li.item .detail,
.home-blog-post-style-3.post-listing-4 li.item .detail,
.home-blog-post-style-3.post-listing-5 li.item .detail,
.home-blog-post-style-3.post-listing-6 li.item .detail {
  position: absolute;
  bottom: 40px;
  right: 0;
  left: 0;
  padding: 30px;
  box-shadow: 0 8px 10px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 8px 10px rgba(0, 0, 0, 0.1);
  background-color: rgba(255, 255, 255, 0.88);
  width: 85%;
  margin: 0 auto;
}
.home-blog-post-style-3 .homepost-listing.post-listing-2 li.item,
.home-blog-post-style-3.post-listing-2.post-listing-2 li.item,
.home-blog-post-style-3.post-listing-3.post-listing-2 li.item,
.home-blog-post-style-3.post-listing-4.post-listing-2 li.item,
.home-blog-post-style-3.post-listing-5.post-listing-2 li.item,
.home-blog-post-style-3.post-listing-6.post-listing-2 li.item {
  width: 49%;
  margin-right: 2%;
}
.home-blog-post-style-3 .homepost-listing.post-listing-2 li.item:nth-child(2n),
.home-blog-post-style-3.post-listing-2.post-listing-2 li.item:nth-child(2n),
.home-blog-post-style-3.post-listing-3.post-listing-2 li.item:nth-child(2n),
.home-blog-post-style-3.post-listing-4.post-listing-2 li.item:nth-child(2n),
.home-blog-post-style-3.post-listing-5.post-listing-2 li.item:nth-child(2n),
.home-blog-post-style-3.post-listing-6.post-listing-2 li.item:nth-child(2n) {
  margin-right: 0;
}
.home-blog-post-style-4 .container {
  padding-left: 15px;
  padding-right: 15px;
}
.home-blog-post-style-4 .homepost-listing .post-image {
  width: auto;
  padding-right: 0;
}
.home-blog-post-style-4 .homepost-listing.post-listing-2 li.item {
  width: 48.7%;
}
.home-blog-post-style-4 .homepost-listing.post-listing-2 li.item:nth-of-type(2n) {
  margin-right: 0;
}
.home-blog-post-style-4 .homepost-listing.post-listing-2 li.item .post-image {
  width: 100%;
}
.home-blog-post-style-4 .homepost-listing.post-listing-2 li.item .post-image a {
  display: block;
}
.home-blog-post-style-4 .homepost-listing.post-listing-2 li.item .post-image a img {
  width: 100%;
  display: block;
}
.home-blog-post-style-4 .homepost-listing.post-listing-4 li.item {
  width: 23%;
}
.home-blog-post-style-4 .homepost-listing.post-listing-4 li.item:nth-of-type(4n) {
  margin-right: 0;
}
.home-blog-post-style-4 .homepost-listing.post-listing-4 li.item .post-image {
  width: 100%;
}
.home-blog-post-style-4 .homepost-listing.post-listing-4 li.item .post-image a {
  display: block;
}
.home-blog-post-style-4 .homepost-listing.post-listing-4 li.item .post-image a img {
  width: 100%;
  display: block;
}
.home-blog-post-style-4 .homepost-listing.post-listing-5 li.item,
.home-blog-post-style-4 .homepost-listing.post-listing-6 li.item {
  width: 31.65%;
  margin-bottom: 2.5%;
}
.home-blog-post-style-4 .homepost-listing.post-listing-5 li.item:nth-of-type(3n),
.home-blog-post-style-4 .homepost-listing.post-listing-6 li.item:nth-of-type(3n) {
  margin-right: 0;
}
.home-blog-post-style-4 .homepost-listing li.item {
  width: 31.65%;
  margin-right: 2.5%;
  position: relative;
  overflow: hidden;
}
.home-blog-post-style-4 .homepost-listing li.item:last-child {
  margin-right: 0;
}
.home-blog-post-style-4 .homepost-listing li.item .post-image img {
  width: auto;
}
.home-blog-post-style-4 .homepost-listing li.item .detail {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 20px;
  border-radius: 7px;
  -webkit-border-radius: 7px;
}
.home-blog-post-style-4 .homepost-listing li.item .detail h3 {
  font-weight: normal;
}
.home-blog-post-style-4 .homepost-listing li.item .post-date {
  color: #727272;
  padding-right: 10px;
  text-transform: none;
  letter-spacing: 0;
}
.home-blog-post-style-4 .homepost-listing li.item .post-date:after {
  display: none;
}
.home-blog-post-style-4 .homepost-listing li.item .post-user {
  display: inline-block;
  color: #727272;
  margin-bottom: 5px;
}
.home-blog-post-style-4 .homepost-listing li.item .post-user:before {
  margin: 0 2px 0 0;
}
.home-blog-post-style-4 .homepost-listing li.item .post-user .label {
  display: none;
}
.home-blog-post-style-4 .homepost-listing li.item .post-user a {
  color: #727272;
}
.cms-posh-auto-parts-style-2 .home-blog-post-style-3 .container,
.cms-posh-auto-parts-style-2 .home-blog-post-style-4 .container {
  padding-right: 0;
  padding-left: 0;
}
.cms-posh-auto-parts-style-2 .home-blog-post.home-blog-post-style-3 .homepost-listing li.item .detail {
  position: static;
  width: 100%;
  padding: 20px;
}
.cms-posh-auto-parts-style-2 .home-blog-post.home-blog-post-style-3 .homepost-listing li.item .detail .btn-outer,
.cms-posh-auto-parts-style-2 .home-blog-post.home-blog-post-style-3 .homepost-listing li.item .detail .sort-details {
  display: none;
}
.cms-posh-auto-parts-style-2 .home-blog-post.home-blog-post-style-4 .heading-section {
  margin-bottom: 20px;
}
.cms-posh-auto-parts-style-2 .home-blog-post.home-blog-post-style-4 .homepost-listing li.item {
  width: 48.5%;
  margin-right: 3%;
  margin-bottom: 20px;
}
.cms-posh-auto-parts-style-2 .home-blog-post.home-blog-post-style-4 .homepost-listing li.item:nth-of-type(2n) {
  margin-right: 0;
}
.cms-posh-auto-parts-style-2 .home-blog-post.home-blog-post-style-4 .homepost-listing li.item .post-image {
  width: 100%;
  padding-right: 0;
}
/* - End Latest Post Section */
/* ------------------------------------------------------------
   End Testimonial & latest Post Home Section   ---------------
--------------------------------------------------------------- */
/* ------------------------------------------------------------
   Homepage Demo1 ---------------------------------------------
--------------------------------------------------------------- */
.posh-auto-parts-style-1 .heading-section {
  display: table;
  width: 100%;
  padding-bottom: 30px;
}
.posh-auto-parts-style-1 .heading-section:before,
.posh-auto-parts-style-1 .heading-section:after {
  content: '';
  clear: both;
  display: block;
}
.posh-auto-parts-style-1 .heading-section .section-title {
  display: table-cell;
  vertical-align: middle;
  text-align: left;
}
.posh-auto-parts-style-1 .heading-section .section-title .title,
.posh-auto-parts-style-1 .heading-section .section-title .sort-detail {
  text-align: left;
  max-width: 100%;
  margin: 0;
}
.posh-auto-parts-style-1 .heading-section .section-title .title {
  margin: 0 0 5px;
}
.posh-auto-parts-style-1 .heading-section .view-more {
  display: table-cell;
  vertical-align: middle;
  text-align: right;
}
.posh-auto-parts-style-1 .heading-section .view-more .readMore,
.posh-auto-parts-style-1 .heading-section .view-more .action.primary,
.posh-auto-parts-style-1 .heading-section .view-more .amshopby-button,
.posh-auto-parts-style-1 .heading-section .view-more .am-filter-go {
  float: right;
  font-weight: normal;
  padding: 0 40px;
  height: 57px;
  line-height: 57px;
  text-align: center;
}
/* ------------------------------------------------------------
   End Homepage Demo1 -----------------------------------------
--------------------------------------------------------------- */
/* ------------------------------------------------------------
   Brand Slider   ---------------------------------------------
--------------------------------------------------------------- */
.posh-auto-parts-style-2 .brand .logoSliderLayer ul li {
  margin-right: 14px;
}
.brand.brand-slider-style1 .container {
  padding-top: 0;
  padding-bottom: 0;
}
.brand.brand-slider-style1 .section-title {
  display: table;
  width: 100%;
  text-align: left;
  padding-bottom: 20px;
}
.brand.brand-slider-style1 .section-title .title-in,
.brand.brand-slider-style1 .section-title .brand-nav-arrow {
  display: table-cell;
  vertical-align: middle;
}
.brand.brand-slider-style1 .section-title .brand-nav-arrow {
  text-align: right;
}
.brand.brand-slider-style1 .section-title .title {
  text-align: left;
  margin: 0;
}
.brand.brand-slider-style1 .section-title .sort-detail {
  max-width: 100%;
  text-align: left !important;
  margin: 0;
}
.brand.brand-slider-style1 .nav-arrow {
  padding: 0;
  position: static;
  margin-top: 0;
  width: 39px;
  height: 39px;
  line-height: 39px;
  text-align: center;
  display: inline-block;
  cursor: pointer;
  margin-left: 10px;
  border-radius: 100%;
  -webkit-border-radius: 100%;
}
.brand.brand-slider-style1 .brandlogoSliderLayer {
  margin-top: 0;
  margin-bottom: 0;
}
.brand.brand-slider-style2 .brandlogoSliderLayer {
  margin: 0;
}
.brand.brand-slider-style2 .nav-arrow.nav-arrow-next {
  right: -10px;
}
.brand.brand-slider-style2 .nav-arrow.nav-arrow-prev {
  left: -10px;
}
.brand.brand-slider-style2 .sort-detail {
  margin: 0 auto 20px;
}
.brand .brandlogoSliderLayer img {
  max-height: inherit;
  display: block;
}
.brand .logoSliderLayer {
  margin: 0;
}
.brand .logoSliderLayer ul li {
  margin-right: 14px;
}
.brand .logoSliderLayer ul li a {
  padding: 1px;
}
.brand .nav-arrow {
  position: absolute;
  top: 50%;
  z-index: 10;
  padding: 5px;
  display: block;
  margin-top: -15px;
}
.brand .nav-arrow.nav-arrow-prev {
  left: -30px;
}
.brand .nav-arrow.nav-arrow-prev:before {
  content: "\e64a";
  font-family: 'themify';
  display: block;
}
.brand .nav-arrow.nav-arrow-next {
  right: -30px;
}
.brand .nav-arrow.nav-arrow-next:before {
  content: "\e649";
  font-family: 'themify';
  display: block;
}
/* ------------------------------------------------------------
   End Brand Slider   -----------------------------------------
--------------------------------------------------------------- */
/* ------------------------------------------------------------
   Instagram Section   ----------------------------------------
--------------------------------------------------------------- */
.instagram-outer {
  padding-top: 0 !important;
  /* Instagram Image List */
  /* End Instagram Image List */
}
.instagram-outer .instagram-in {
  position: relative;
}
.instagram-outer .view-gallery-btn {
  text-align: center;
  margin-top: -20px;
  margin-left: -80px;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 99;
}
.instagram-outer .view-gallery-btn .action.primary,
.instagram-outer .view-gallery-btn .amshopby-button,
.instagram-outer .view-gallery-btn .am-filter-go {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: normal;
  padding: 10px 30px;
  letter-spacing: 1px;
}
.instagram-outer .owl-carousel .owl-dots {
  display: none;
}
.instagram-outer .owl-carousel .owl-stage-outer {
  margin: 0;
  padding: 0;
}
.instagram-outer .owl-carousel .owl-nav {
  position: absolute;
  top: 50%;
  width: 100%;
  margin-top: -14px;
  opacity: 0;
  visibility: hidden;
}
.instagram-outer .owl-carousel .owl-nav > div {
  overflow: visible;
  margin: 0;
}
.instagram-outer .owl-carousel .owl-nav .owl-next,
.instagram-outer .owl-carousel .owl-nav .owl-prev {
  left: 0;
  width: 35px !important;
  height: 36px !important;
  position: absolute;
  text-indent: -999em;
  font-size: 0;
  cursor: pointer;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  transition: all 300ms ease-in 0s;
  -webkit-transition: all 300ms ease-in 0s;
  -o-transition: all 300ms ease-in 0s;
}
.instagram-outer .owl-carousel .owl-nav .owl-next:before,
.instagram-outer .owl-carousel .owl-nav .owl-prev:before {
  font-size: 22px;
  font-weight: normal !important;
  width: auto;
  height: auto;
  margin-top: 0;
  color: #fff;
  left: 50%;
  margin-left: -4px;
  opacity: 1;
  line-height: 33px;
}
.instagram-outer .owl-carousel .owl-nav .owl-next {
  left: auto !important;
  right: 0;
}
.instagram-outer .owl-carousel:hover .owl-nav {
  opacity: 1;
  visibility: visible;
  transition: all 300ms ease-in 0s;
  -webkit-transition: all 300ms ease-in 0s;
  -o-transition: all 300ms ease-in 0s;
}
.instagram-outer .owl-carousel:hover .owl-nav .owl-next {
  right: 10px;
}
.instagram-outer .owl-carousel:hover .owl-nav .owl-next:hover {
  opacity: 0.8;
}
.instagram-outer .owl-carousel:hover .owl-nav .owl-prev {
  left: 10px;
}
.instagram-outer .owl-carousel:hover .owl-nav .owl-prev:hover {
  opacity: 0.8;
}
.instagram-outer #magebees-instagram:before,
.instagram-outer #magebees-instagram:after {
  content: '';
  clear: both;
  display: block;
}
.instagram-outer #magebees-instagram .item a {
  display: block;
  position: relative;
}
.instagram-outer #magebees-instagram .item a:before {
  content: "";
  transition: .3s;
  -webkit-transition: .3s;
  -o-transition: .3s;
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
  opacity: 0;
  visibility: hidden;
  z-index: 99;
}
.instagram-outer #magebees-instagram .item a:hover:before {
  opacity: 1;
  visibility: visible;
  background-color: rgba(0, 0, 0, 0.7);
}
.instagram-outer #magebees-instagram .item a:hover .instaOverlay {
  opacity: 1;
  visibility: visible;
}
.instagram-outer #magebees-instagram .item a .instaOverlay {
  color: #fff;
  font-size: 18px;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  z-index: 99;
  transition: .2s;
  -webkit-transition: .2s;
  -o-transition: .2s;
}
.instagram-outer #magebees-instagram .item a .instaOverlay .icon-set {
  display: inline-block;
  padding: 5px 10px;
}
.instagram-outer #magebees-instagram .item a .instaOverlay .icon {
  padding-right: 10px;
  font-size: 24px;
  vertical-align: middle;
}
.instagram-outer #magebees-instagram.in-image-3 .item {
  float: left;
  width: 33%;
}
.instagram-outer #magebees-instagram.in-image-3 .item img {
  display: block;
}
.instagram-outer #magebees-instagram.in-image-6 .item {
  float: left;
  width: 20%;
}
.instagram-outer #magebees-instagram.in-image-6 .item img {
  display: block;
}
.instagram-outer #magebees-instagram.in-image-8 .item {
  float: left;
  width: 12.5%;
}
.instagram-outer #magebees-instagram.in-image-8 .item img {
  display: block;
  width: 100%;
}
.instagram-outer #magebees-instagram.in-image-8 .item a .instaOverlay {
  font-size: 15px;
}
.instagram-outer #magebees-instagram.in-image-8 .item a .instaOverlay .icon {
  font-size: 18px;
}
.widget.mage-products .block-title {
  margin-bottom: 20px !important;
}
/* ------------------------------------------------------------
   End Instagram Section   ------------------------------------
--------------------------------------------------------------- */
/* ------------------------------------------------------------
   Store Feature Styles   -------------------------------------
--------------------------------------------------------------- */
.store-feature {
  padding: 30px 0;
}
.store-feature:before,
.store-feature:after {
  content: "";
  display: block;
  clear: both;
}
.store-feature.store-feature-style1 .info-area .info-icon {
  padding-right: 5px;
}
.store-feature.store-feature-style1 .info-area .info-details {
  text-align: left;
}
.store-feature.store-feature-style2 .store-features-home li {
  text-align: center;
}
.store-feature.store-feature-style2 .display-table,
.store-feature.store-feature-style2 .display-table-cell {
  display: block !important;
}
.store-feature.store-feature-style2 .info-area {
  display: block;
}
.store-feature.store-feature-style2 .info-area .info-icon {
  margin-bottom: 5px;
}
.store-feature.store-feature-style2 h3 {
  font-size: 14px;
}
.store-feature.store-feature-style3 {
  border-top: 0;
}
.store-feature.store-feature-style3 .store-features-home li {
  background-color: #f6f7f8;
  padding: 20px;
  width: 23.5%;
  margin-right: 2%;
}
.store-feature.store-feature-style3 .store-features-home li:last-of-type {
  margin-right: 0;
}
.store-feature.store-feature-style3 .store-features-home li .info-area {
  display: block;
  text-align: center;
  border: 1px solid #cfcfcf;
  padding: 20px 15px;
  -webkit-transition: all 0.3s ease-in 0s;
  -o-transition: all 0.3s ease-in 0s;
  transition: all 0.3s ease-in 0s;
}
.store-feature.store-feature-style3 .store-features-home li .info-area .info-icon {
  margin-bottom: 5px;
}
.store-feature.store-feature-style3 .store-features-home li .display-table,
.store-feature.store-feature-style3 .store-features-home li .display-table-cell {
  display: block !important;
}
.store-feature.store-feature-style4 {
  padding: 70px 0;
}
.store-feature.store-feature-style4 li {
  border-right: 1px solid #afafaf;
}
.store-feature.store-feature-style4 li:last-of-type {
  border-right: none;
}
.store-feature.store-feature-style4 .info-icon {
  text-align: center;
}
.store-feature.store-feature-style4 .info-icon i {
  color: #fdb818;
  font-size: 40px;
}
.store-feature.store-feature-style4 .info-details {
  text-align: left;
  padding-left: 20px;
}
.store-feature.store-feature-style4 .info-details h3 {
  font-size: 16px;
  font-weight: bold;
  text-transform: none;
  margin-bottom: 2px;
}
.store-feature.store-feature-style4 .info-details p {
  font-size: 13px;
}
.store-feature ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.store-feature h3 {
  font-size: 15px;
  margin: 0;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.store-feature p {
  margin: 0;
  font-size: 12px;
}
.store-feature .icon {
  font-size: 40px;
}
.store-feature li {
  float: left;
  width: 25%;
  text-align: center;
  padding: 0 1%;
  margin-bottom: 0;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.posh-home-page-style-3 .store-feature {
  padding-bottom: 0;
}
/* ------------------------------------------------------------
   End Store Feature Styles   ---------------------------------
--------------------------------------------------------------- */
/* ------------------------------------------------------------
   Newsletter Popup   -----------------------------------------
--------------------------------------------------------------- */
.newsletter-in {
  display: table;
  width: 100%;
}
.newsletter-in:before,
.newsletter-in:after {
  content: '';
  clear: both;
  display: block;
}
.newsletter-in .newsletter-form {
  display: table-cell;
  vertical-align: middle;
  width: 60%;
  padding: 0 60px;
  text-align: center;
}
.newsletter-in .newsletter-img {
  width: 40%;
  display: table-cell;
  vertical-align: middle;
}
.newsletter-in .newsletter-img img {
  display: block;
}
.newsletter-in .block.newsletter {
  width: 100%;
  max-width: 100%;
}
.newsletter-in .block.newsletter .title {
  font-size: 20px;
  letter-spacing: 0.9px;
  display: block;
  position: relative;
  text-transform: uppercase;
  font-weight: 700;
}
.newsletter-in .block.newsletter .title:after {
  content: '';
  width: 50px;
  height: 2px;
  display: block;
  margin: 10px auto 15px;
  background: #000;
}
.newsletter-in .block.newsletter .detail {
  line-height: normal;
  letter-spacing: 0.2px;
}
.newsletter-in .block.newsletter form {
  position: relative;
}
.newsletter-in .block.newsletter .control {
  margin-bottom: 10px;
}
.newsletter-in .block.newsletter .control:before {
  display: none;
}
.newsletter-in .block.newsletter input {
  border-color: #000 !important;
  height: 40px;
  padding-left: 10px;
  padding-right: 45px;
}
.newsletter-in .block.newsletter .actions {
  width: inherit;
  position: absolute;
  right: 10px;
  top: 7px;
}
.newsletter-in .block.newsletter .actions .subscribe.primary {
  color: #000;
  background-color: transparent;
  border-radius: 0;
  padding: 0;
}
.newsletter-in .block.newsletter .actions .subscribe.primary:before {
  content: "\f178";
  font-family: 'FontAwesome';
  display: block;
  font-size: 24px;
  font-weight: normal;
}
.newsletter-in .block.newsletter .actions .subscribe.primary:hover {
  opacity: 0.8;
}
.newsletter-in .block.newsletter .actions .subscribe.primary span {
  display: none;
}
.newsletter-in .social-icons {
  text-align: center;
}
.newsletter-in .social-icons h6 {
  font-size: 13px;
  text-transform: uppercase;
  position: relative;
  display: inline-block;
  padding-bottom: 5px;
}
.newsletter-in .social-icons h6:after {
  content: '';
  display: block;
  background: #000;
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: 0;
}
.newsletter-in .social-icons li {
  display: inline-block;
  padding: 0 8px;
}
.newsletter-in .social-icons li a {
  font-size: 16px;
}
#popup.modal-box {
  margin: -200px auto 0 !important;
  border: 0;
  box-shadow: none;
  -webkit-box-shadow: none;
  border-radius: 0;
  -webkit-border-radius: 0;
}
#popup .bxslider > li {
  padding: 0 !important;
}
#popup a.close {
  border-radius: 0 !important;
}
#popup.modal-box footer,
#popup.modal-box .modal-footer {
  font-size: 12px;
  border-top: 0;
  background: #fff;
  text-align: right;
  padding: 7px;
  margin-top: 0;
}
#popup #dontShowPopup {
  vertical-align: inherit;
}
/* ------------------------------------------------------------
   End Newsletter Popup   -------------------------------------
--------------------------------------------------------------- */
/* ------------------------------------------------------------
   Advertisement Demo2 Pattern 16   ---------------------------
--------------------------------------------------------------- */
.advertisement-block .mageb-patterns {
  padding-left: 0;
  padding-right: 0;
}
.mageb-patn-inner .mageb-pattern16 .mageb-full-caption h4 {
  background-color: transparent;
  padding: 0;
}
/* ------------------------------------------------------------
   End Advertisement Demo2 Pattern 16   -----------------------
--------------------------------------------------------------- */
.cms-index-index .columns .column.main {
  padding-bottom: 0;
}
.page-layout-2columns-left .column.main,
.page-layout-2columns-right .column.main,
.account.page-layout-2columns-left .column.main,
.account.page-layout-2columns-right .column.main {
  width: 74.35897436% !important;
}
@media (max-width: 910px) {
  .page-layout-2columns-left .column.main,
  .page-layout-2columns-right .column.main,
  .account.page-layout-2columns-left .column.main,
  .account.page-layout-2columns-right .column.main {
    width: 100% !important;
  }
}
.page-layout-2columns-left .sidebar.sidebar-main,
.page-layout-2columns-right .sidebar.sidebar-main,
.account.page-layout-2columns-left .sidebar.sidebar-main,
.account.page-layout-2columns-right .sidebar.sidebar-main,
.page-layout-2columns-left .sidebar.sidebar-additional,
.page-layout-2columns-right .sidebar.sidebar-additional,
.account.page-layout-2columns-left .sidebar.sidebar-additional,
.account.page-layout-2columns-right .sidebar.sidebar-additional {
  width: 25.64102564% !important;
  padding-right: 2.56410256%;
}
@media (max-width: 910px) {
  .page-layout-2columns-left .sidebar.sidebar-main,
  .page-layout-2columns-right .sidebar.sidebar-main,
  .account.page-layout-2columns-left .sidebar.sidebar-main,
  .account.page-layout-2columns-right .sidebar.sidebar-main,
  .page-layout-2columns-left .sidebar.sidebar-additional,
  .page-layout-2columns-right .sidebar.sidebar-additional,
  .account.page-layout-2columns-left .sidebar.sidebar-additional,
  .account.page-layout-2columns-right .sidebar.sidebar-additional {
    width: 100% !important;
    padding-right: 0;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    flex-basis: 100%;
    -webkit-flex-basis: 100%;
    -ms-flex-basis: 100%;
  }
}
.page-layout-2columns-left .block.account-nav,
.page-layout-2columns-right .block.account-nav,
.account.page-layout-2columns-left .block.account-nav,
.account.page-layout-2columns-right .block.account-nav {
  width: 100%;
}
@media (min-width: 911px), print {
  .rtl-layout-posh .page-layout-2columns-left .column.main,
  .rtl-layout-posh .page-layout-2columns-right .column.main,
  .rtl-layout-posh.account.page-layout-2columns-left .column.main,
  .rtl-layout-posh.account.page-layout-2columns-right .column.main {
    width: 74.35897436% !important;
  }
  .rtl-layout-posh .page-layout-2columns-left .sidebar.sidebar-main,
  .rtl-layout-posh .page-layout-2columns-right .sidebar.sidebar-main,
  .rtl-layout-posh.account.page-layout-2columns-left .sidebar.sidebar-main,
  .rtl-layout-posh.account.page-layout-2columns-right .sidebar.sidebar-main,
  .rtl-layout-posh .page-layout-2columns-left .sidebar.sidebar-additional,
  .rtl-layout-posh .page-layout-2columns-right .sidebar.sidebar-additional,
  .rtl-layout-posh.account.page-layout-2columns-left .sidebar.sidebar-additional,
  .rtl-layout-posh.account.page-layout-2columns-right .sidebar.sidebar-additional {
    width: 25.64102564% !important;
    padding-right: 0 !important;
    padding-left: 2.56410256% !important;
  }
}
.cwsMenuOuter *,
.cwsMenuOuter {
  transition: none;
  -ms-transition: none;
  -o-transition: none;
  -moz-transition: none;
  -webkit-transition: none;
}
.cwsMenu li.megamenu .hide-title > .Level1.parent {
  display: none !important;
}
.cwsMenu a {
  -webkit-transition: all 0.3s ease-in-ou;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.cwsMenu a > span.plush:after {
  content: "\e61a" !important;
  color: #000000;
  font-family: 'themify';
  font-size: 12px !important;
  display: inline-block;
}
.cwsMenu a > span.minus:after {
  content: "\e622" !important;
  color: #000000;
  font-family: 'themify';
  font-size: 12px !important;
  display: inline-block;
}
.cwsMenu .menulbl {
  border-radius: 0 !important;
  -webkit-border-radius: 0 !important;
  padding: 3px 5px 2px 5px !important;
  font-weight: normal;
  position: absolute;
  left: 50%;
  top: -5px;
  z-index: 99;
  margin-left: -20px !important;
}
.cwsMenu .subMenu .menulbl {
  position: relative;
  top: 0;
  left: 0;
  margin-left: 10px !important;
  /*&:after { content: " "; display: block; width: 0; height: 0; position: absolute; bottom: 3px; left: -7px; border: 4px solid transparent; border-right-color: #d0a306; } */
}
.cwsMenu > li > a {
  transition: none;
  -ms-transition: none;
  -o-transition: none;
  -moz-transition: none;
  -webkit-transition: none;
}
.cwsMenuOuter.rtl {
  direction: rtl;
}
.cwsMenuOuter.rtl .cwsMenu.horizontal > li {
  float: right !important;
}
.cwsMenuOuter.rtl .cwsMenu li.parent > a > span.arw {
  margin-right: 3px;
  margin-left: 0;
}
.cwsMenuOuter.rtl .cwsMenu li.megamenu ul li.Level1 {
  float: right;
}
.cwsMenuOuter.rtl .cwsMenu.mega-menu > li.column-1:not(.megamenu) li.parent > a > span.arw {
  left: 5px;
  right: auto !important;
}
.cwsMenuOuter.rtl .cwsMenu.horizontal li.column-1 ul li > ul {
  left: auto;
  right: 100%;
}
.section-title {
  text-align: center;
  position: relative;
}
.section-title .title {
  font-size: 22px;
  line-height: normal;
  font-weight: 700;
  display: block;
  text-transform: uppercase;
  margin: 0 0 5px;
}
.section-title .sort-detail {
  max-width: 520px;
  margin: 0 auto 30px;
}
.section-subtitle {
  font-size: 18px;
  line-height: 26px;
  font-weight: 400;
  margin: 10px 0 30px;
  text-align: center;
}
.posh-auto-parts-style-1.cms-index-index .section-title,
.catalog-product-view .column.main .block.related .section-title,
.catalog-product-view .column.main .horizonal-pro-slider .section-title,
.catalog-product-view .column.main .block-viewed-products-grid .section-title {
  text-align: left;
}
.posh-auto-parts-style-1.cms-index-index .section-title .title,
.catalog-product-view .column.main .block.related .section-title .title,
.catalog-product-view .column.main .horizonal-pro-slider .section-title .title,
.catalog-product-view .column.main .block-viewed-products-grid .section-title .title {
  text-align: left;
  font-weight: 700;
  text-transform: none;
}
.posh-auto-parts-style-1.cms-index-index .section-title .sort-detail,
.catalog-product-view .column.main .block.related .section-title .sort-detail,
.catalog-product-view .column.main .horizonal-pro-slider .section-title .sort-detail,
.catalog-product-view .column.main .block-viewed-products-grid .section-title .sort-detail {
  max-width: 100%;
  text-align: left;
}
/* ------------------------------------------------------------
   Homepage Slider Styles  ------------------------------------
--------------------------------------------------------------- */
.slider-style1 .basSlider.defaultTheme .cwsRwdSlider,
.slider-style2 .basSlider.defaultTheme .cwsRwdSlider,
.slider-style3 .basSlider.defaultTheme .cwsRwdSlider {
  padding: 0;
  border: 0;
}
.slider-style1 .cwsSlider {
  margin-bottom: 0;
}
.slider-style1 .container {
  position: relative;
}
.slider-style1 .finderProducts {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10;
  padding: 30px;
  background-color: rgba(51, 51, 51, 0.85);
}
.slider-style1 .finderProducts.vertical {
  max-width: 370px;
}
.slider-style1 .finderProducts.vertical select {
  border: 0 !important;
  padding-left: 10px;
}
.slider-style1 .finderProducts .display-table,
.slider-style1 .finderProducts .display-table-cell {
  display: block;
}
.slider-style1 .finderProducts .container {
  padding: 0;
  text-align: center;
}
.slider-style1 .finderProducts h3 {
  color: #fff;
  font-weight: normal;
  font-size: 24px;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.slider-style1 .finderProducts .finderDropdowns li.column2,
.slider-style1 .finderProducts .finderDropdowns li.column3,
.slider-style1 .finderProducts .finderDropdowns li.column4,
.slider-style1 .finderProducts .finderDropdowns li.column5 {
  margin-bottom: 20px !important;
}
.slider-style1 .finderProducts .button-set .subscribe.primary,
.slider-style1 .finderProducts .button-set .button {
  width: 49%;
  height: 45px;
  padding-top: 0;
  padding-bottom: 0;
  margin: 0 2% 0 0;
  float: left;
}
.slider-style1 .finderProducts .button-set .subscribe.primary {
  margin-left: 0;
}
.slider-style1 .finderProducts .button-set .button {
  margin-right: 0;
  font-size: 14px !important;
}
.slider-style3 {
  margin-top: 30px;
}
.slider-style3 .cwsSlider {
  margin-bottom: 0 !important;
}
.slider-style3 .slider-left {
  width: 75%;
  float: left;
}
.slider-style3 .slider-right {
  width: 25%;
  float: left;
  padding-left: 2%;
}
.slider-style3 .slider-right .sml-banner {
  overflow: hidden;
  position: relative;
}
.slider-style3 .slider-right .sml-banner:first-of-type {
  margin-bottom: 8%;
}
.slider-style3 .slider-right .sml-banner img {
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  display: block;
}
.slider-style3 .slider-right .sml-banner:hover img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
}
/* ------------------------------------------------------------
   Welcome Text Section  --------------------------------------
--------------------------------------------------------------- */
.welcome-content .section-title {
  text-align: center;
}
.welcome-content .section-title .title {
  text-align: center;
}
.welcome-content .section-title .sort-detail {
  margin-bottom: 20px;
  text-align: center;
}
.welcome-content .container {
  display: -webkit-flex;
  display: -webkit-box;
  display: -moz-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: stretch;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  -ms-align-items: stretch;
  -o-align-items: stretch;
  align-items: stretch;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.welcome-content:before,
.welcome-content:after {
  content: '';
  clear: both;
  display: block;
}
.welcome-content .content_section h1 {
  font-weight: 700;
}
.welcome-content .content_section h4 {
  font-size: 20px;
  margin-bottom: 15px;
  margin-top: 0;
  font-weight: 400;
}
.welcome-content .content_section .w-description {
  margin-bottom: 20px;
}
.welcome-content .content_section .read-more-btn .button {
  padding: 5px 15px;
  display: inline-block;
}
.welcome-content .list-items ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.welcome-content .list-items .item {
  float: left;
  width: 50%;
  text-align: center;
  padding: 0 10px;
  margin: 0 0 20px;
}
.welcome-content .list-items .item:nth-child(2n+1) {
  clear: left;
}
.welcome-content .list-items .item img {
  margin-bottom: 10px;
}
.welcome-content .list-items .item h5 {
  font-size: 20px;
  font-weight: normal;
  margin: 0 0 10px;
}
.welcome-content .list-items .item p {
  line-height: 24px;
}
.welcome-content .left {
  float: left;
  width: 50%;
  padding-right: 1%;
  -ms-flex-item-align: center;
  -webkit-align-self: center;
  align-self: center;
  text-align: center;
  -webkit-flex: 0 0 auto;
  -moz-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  z-index: 10;
}
.welcome-content .right {
  float: right;
  width: 50%;
  padding-left: 1%;
  -ms-flex-item-align: center;
  -webkit-align-self: center;
  align-self: center;
  text-align: center;
  -webkit-flex: 0 0 auto;
  -moz-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  order: 1;
  -ms-order: 1;
  -moz-order: 1;
  -webkit-order: 1;
  z-index: 10;
}
.welcome-content .image_section {
  width: 50%;
  float: left;
}
.welcome-content .image_section img {
  display: block;
}
.welcome-content .image_section a {
  display: block;
  position: relative;
  -ms-transition: none;
  -webkit-transition: none;
  transition: none;
}
.welcome-content .image_section a:hover:before {
  background-color: rgba(0, 0, 0, 0.38);
  -ms-transition: all ease-out 0.4s;
  -webkit-transition: all ease-out 0.4s;
  transition: all ease-out 0.4s;
}
.welcome-content .image_section a:before {
  content: '';
  background-color: rgba(0, 0, 0, 0.3);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 110;
}
.welcome-content .image_section a:after {
  content: '';
  background-image: url(../images/play-icon1.png);
  background-repeat: no-repeat;
  width: 74px;
  height: 76px;
  display: block;
  position: absolute;
  bottom: 30px;
  right: 30px;
  z-index: 1000;
}
.full-width-layout-posh .welcome-content #image_section img {
  width: 100%;
}
.fullwidth-section.about-text-section {
  padding: 0 !important;
}
.posh-auto-parts-style-2 .welcome-content {
  line-height: 22px;
}
.posh-auto-parts-style-2 .welcome-content.section-bottom-spacing {
  margin-bottom: 0 !important;
}
.posh-auto-parts-style-2 .welcome-content .section-title .title {
  text-align: left;
  color: #fff;
  font-size: 26px;
}
.posh-auto-parts-style-2 .welcome-content .right {
  order: 0;
  -ms-order: 0;
  -moz-order: 0;
  -webkit-order: 0;
  padding-left: 0;
  padding-right: 3%;
  text-align: left;
  width: 59%;
}
.posh-auto-parts-style-2 .welcome-content .left {
  width: 41%;
  order: 1;
  -ms-order: 1;
  -moz-order: 1;
  -webkit-order: 1;
  padding-right: 0;
}
.posh-auto-parts-style-2 .welcome-content .image_section img {
  width: 100%;
}
.posh-auto-parts-style-2 .welcome-content .image_section a:after {
  background-image: url(../images/play-icon2.png);
  width: 52px;
  height: 52px;
  bottom: auto;
  top: 50%;
  left: 0;
  right: 0;
  text-align: center;
  display: inline-block;
  background-color: rgba(0, 0, 0, 0.2);
  margin: -20px auto 0;
}
.about-text-section {
  color: #fff;
}
.about-text-section h1 {
  color: #fff;
  font-size: 26px;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0 0 15px;
  letter-spacing: 1px;
}
.about-text-section .action.primary,
.about-text-section .amshopby-button,
.about-text-section .am-filter-go {
  font-size: 12px;
  font-weight: 400;
  background-color: #4d4d4d;
}
.about-text-section .img-video-popup a {
  display: block;
  position: relative;
}
.about-text-section .img-video-popup a:hover:before {
  opacity: 0.8;
}
/* ------------------------------------------------------------
   End Welcome Text Section  ----------------------------------
--------------------------------------------------------------- */
/* ------------------------------------------------------------
   Advertisement pattern  -------------------------------------
--------------------------------------------------------------- */
.mageb-patn-inner {
  max-width: 1200px;
  margin: 0 auto;
}
.mageb-patn-inner .mageb-full-caption h4 {
  background-color: #fff;
  display: inline-block;
  margin-bottom: 5px;
  padding: 7px 10px;
}
.mageb-patn-inner .mageb-full-caption .sort-text {
  margin-bottom: 5px;
  display: block;
}
.mageb-patn-inner .mageb-full-caption .button {
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: normal;
  border-radius: 0;
  -webkit-border-radius: 0;
}
.mageb-patn-inner .mageb-full-caption .button:hover {
  opacity: 0.8;
}
.mageb-patn-inner .mageb-caption.v-middle .mageb-full-caption {
  margin-top: -45px;
}
@media (min-width: 639px) {
  .mageb-patn-inner .mageb-pattern19 li:nth-child(4),
  .mageb-patn-inner .mageb-pattern19 li:nth-child(5),
  .mageb-patn-inner .mageb-pattern19 li:nth-child(6) {
    margin-bottom: 0;
  }
}
/* ------------------------------------------------------------
   End Advertisement pattern  ---------------------------------
--------------------------------------------------------------- */
/* ------------------------------------------------------------
   Featured/New Product  --------------------------------------
--------------------------------------------------------------- */
.cwsFeatured .section-title + .view-more-btn,
.cwsNewProducts .section-title + .view-more-btn,
.cwsFeatured .products + .view-more-btn,
.cwsNewProducts .products + .view-more-btn {
  padding-bottom: 20px;
  text-align: center;
  display: block;
}
.cwsFeatured .title,
.cwsNewProducts .title {
  margin: 0 0 5px !important;
}
.cwsFeatured .title h3,
.cwsNewProducts .title h3 {
  text-transform: none !important;
}
.cwsFeatured .title:after,
.cwsNewProducts .title:after {
  display: none !important;
}
.cwsFeatured .product-items,
.cwsNewProducts .product-items {
  margin: 0 !important;
}
.cwsFeatured .products-grid,
.cwsNewProducts .products-grid {
  margin: 0 !important;
}
.cwsFeatured .products-grid .product-item.item,
.cwsNewProducts .products-grid .product-item.item {
  margin-left: 0;
  margin-right: 2%;
  border: 0;
  text-align: center;
}
.cwsFeatured .products-grid .product-item.item .product-image-wrapper,
.cwsNewProducts .products-grid .product-item.item .product-image-wrapper {
  background-color: #fff;
}
.cwsFeatured .products-grid .product-item.item .product-image-container,
.cwsNewProducts .products-grid .product-item.item .product-image-container {
  width: 100% !important;
  padding-top: 0 !important;
}
.cwsFeatured .products-grid .product-item.item .product-item-inner.style4 ul > li,
.cwsNewProducts .products-grid .product-item.item .product-item-inner.style4 ul > li {
  padding: 0 2px;
}
.cwsFeatured .products-grid .product-item.item .product-item-inner.style4 .magebees_quickview,
.cwsNewProducts .products-grid .product-item.item .product-item-inner.style4 .magebees_quickview,
.cwsFeatured .products-grid .product-item.item .product-item-inner.style4 .action.tocart.primary,
.cwsNewProducts .products-grid .product-item.item .product-item-inner.style4 .action.tocart.primary,
.cwsFeatured .products-grid .product-item.item .product-item-inner.style4 .action.towishlist,
.cwsNewProducts .products-grid .product-item.item .product-item-inner.style4 .action.towishlist,
.cwsFeatured .products-grid .product-item.item .product-item-inner.style4 .action.tocompare,
.cwsNewProducts .products-grid .product-item.item .product-item-inner.style4 .action.tocompare,
.cwsFeatured .products-grid .product-item.item .product-item-inner.style4 .stock,
.cwsNewProducts .products-grid .product-item.item .product-item-inner.style4 .stock {
  width: 35px;
  height: 35px;
  line-height: 35px;
}
.cwsFeatured .products-grid .product-item.item .product-item-inner.style4 .magebees_quickview:before,
.cwsNewProducts .products-grid .product-item.item .product-item-inner.style4 .magebees_quickview:before,
.cwsFeatured .products-grid .product-item.item .product-item-inner.style4 .action.tocart.primary:before,
.cwsNewProducts .products-grid .product-item.item .product-item-inner.style4 .action.tocart.primary:before,
.cwsFeatured .products-grid .product-item.item .product-item-inner.style4 .action.towishlist:before,
.cwsNewProducts .products-grid .product-item.item .product-item-inner.style4 .action.towishlist:before,
.cwsFeatured .products-grid .product-item.item .product-item-inner.style4 .action.tocompare:before,
.cwsNewProducts .products-grid .product-item.item .product-item-inner.style4 .action.tocompare:before,
.cwsFeatured .products-grid .product-item.item .product-item-inner.style4 .stock:before,
.cwsNewProducts .products-grid .product-item.item .product-item-inner.style4 .stock:before {
  font-size: 16px;
  height: 35px;
  line-height: 35px;
}
.cwsFeatured .products-grid.grid1 .product-item.item,
.cwsNewProducts .products-grid.grid1 .product-item.item {
  width: 100%;
  margin-right: 0;
}
.cwsFeatured .products-grid.grid1 .product-item.item .product-item-photo img,
.cwsNewProducts .products-grid.grid1 .product-item.item .product-item-photo img {
  width: 100%;
}
.cwsFeatured .products-grid.grid2 .product-item.item,
.cwsNewProducts .products-grid.grid2 .product-item.item {
  width: 49%;
}
.cwsFeatured .products-grid.grid2 .product-item.item:nth-child(2n),
.cwsNewProducts .products-grid.grid2 .product-item.item:nth-child(2n) {
  margin-right: 0;
}
.cwsFeatured .products-grid.grid2 .product-item.item .product-item-photo img,
.cwsNewProducts .products-grid.grid2 .product-item.item .product-item-photo img {
  width: 100%;
}
.cwsFeatured .products-grid.grid3 .product-item.item,
.cwsNewProducts .products-grid.grid3 .product-item.item {
  width: 32%;
}
.cwsFeatured .products-grid.grid3 .product-item.item:nth-child(3n),
.cwsNewProducts .products-grid.grid3 .product-item.item:nth-child(3n) {
  margin-right: 0;
}
.cwsFeatured .products-grid.grid4 .product-item.item,
.cwsNewProducts .products-grid.grid4 .product-item.item {
  width: 23.5%;
}
.cwsFeatured .products-grid.grid4 .product-item.item:nth-child(4n),
.cwsNewProducts .products-grid.grid4 .product-item.item:nth-child(4n) {
  margin-right: 0;
}
.cwsFeatured .products-grid.grid5 .product-item.item,
.cwsNewProducts .products-grid.grid5 .product-item.item {
  width: 18.4%;
}
.cwsFeatured .products-grid.grid5 .product-item.item:nth-child(5n),
.cwsNewProducts .products-grid.grid5 .product-item.item:nth-child(5n) {
  margin-right: 0;
}
.cwsFeatured .products-grid.grid5 .product-item.item .product-item-inner.style4 .magebees_quickview,
.cwsNewProducts .products-grid.grid5 .product-item.item .product-item-inner.style4 .magebees_quickview,
.cwsFeatured .products-grid.grid5 .product-item.item .product-item-inner.style4 .action.tocart.primary,
.cwsNewProducts .products-grid.grid5 .product-item.item .product-item-inner.style4 .action.tocart.primary,
.cwsFeatured .products-grid.grid5 .product-item.item .product-item-inner.style4 .action.towishlist,
.cwsNewProducts .products-grid.grid5 .product-item.item .product-item-inner.style4 .action.towishlist,
.cwsFeatured .products-grid.grid5 .product-item.item .product-item-inner.style4 .action.tocompare,
.cwsNewProducts .products-grid.grid5 .product-item.item .product-item-inner.style4 .action.tocompare,
.cwsFeatured .products-grid.grid5 .product-item.item .product-item-inner.style4 .stock,
.cwsNewProducts .products-grid.grid5 .product-item.item .product-item-inner.style4 .stock {
  width: 30px;
  height: 30px;
  line-height: 30px;
}
.cwsFeatured .products-grid.grid5 .product-item.item .product-item-inner.style4 .magebees_quickview:before,
.cwsNewProducts .products-grid.grid5 .product-item.item .product-item-inner.style4 .magebees_quickview:before,
.cwsFeatured .products-grid.grid5 .product-item.item .product-item-inner.style4 .action.tocart.primary:before,
.cwsNewProducts .products-grid.grid5 .product-item.item .product-item-inner.style4 .action.tocart.primary:before,
.cwsFeatured .products-grid.grid5 .product-item.item .product-item-inner.style4 .action.towishlist:before,
.cwsNewProducts .products-grid.grid5 .product-item.item .product-item-inner.style4 .action.towishlist:before,
.cwsFeatured .products-grid.grid5 .product-item.item .product-item-inner.style4 .action.tocompare:before,
.cwsNewProducts .products-grid.grid5 .product-item.item .product-item-inner.style4 .action.tocompare:before,
.cwsFeatured .products-grid.grid5 .product-item.item .product-item-inner.style4 .stock:before,
.cwsNewProducts .products-grid.grid5 .product-item.item .product-item-inner.style4 .stock:before {
  font-size: 15px;
  height: 30px;
  line-height: 30px;
}
.cwsFeatured .products-grid.grid5 .timer-product #timer-countbox .countdown-section,
.cwsNewProducts .products-grid.grid5 .timer-product #timer-countbox .countdown-section {
  width: 45px;
  padding: 4px 0 !important;
  line-height: 16px;
}
.cwsFeatured .products-grid.grid5 .timer-product #timer-countbox .countdown-section .countdown-amount,
.cwsNewProducts .products-grid.grid5 .timer-product #timer-countbox .countdown-section .countdown-amount {
  font-size: 12px;
}
.cwsFeatured .products-grid.grid5 .timer-product #timer-countbox .countdown-section .countdown-period,
.cwsNewProducts .products-grid.grid5 .timer-product #timer-countbox .countdown-section .countdown-period {
  font-size: 11px;
}
.cwsFeatured .products-grid.grid6 .product-item.item,
.cwsNewProducts .products-grid.grid6 .product-item.item {
  width: 15%;
}
.cwsFeatured .products-grid.grid6 .product-item.item:nth-child(6n),
.cwsNewProducts .products-grid.grid6 .product-item.item:nth-child(6n) {
  margin-right: 0;
}
.cwsFeatured .products-grid.grid6 .product-item.item .product-item-inner.style4 ul,
.cwsNewProducts .products-grid.grid6 .product-item.item .product-item-inner.style4 ul {
  padding: 0;
}
.cwsFeatured .products-grid.grid6 .product-item.item .product-item-inner.style4 .magebees_quickview,
.cwsNewProducts .products-grid.grid6 .product-item.item .product-item-inner.style4 .magebees_quickview,
.cwsFeatured .products-grid.grid6 .product-item.item .product-item-inner.style4 .action.tocart.primary,
.cwsNewProducts .products-grid.grid6 .product-item.item .product-item-inner.style4 .action.tocart.primary,
.cwsFeatured .products-grid.grid6 .product-item.item .product-item-inner.style4 .action.towishlist,
.cwsNewProducts .products-grid.grid6 .product-item.item .product-item-inner.style4 .action.towishlist,
.cwsFeatured .products-grid.grid6 .product-item.item .product-item-inner.style4 .action.tocompare,
.cwsNewProducts .products-grid.grid6 .product-item.item .product-item-inner.style4 .action.tocompare,
.cwsFeatured .products-grid.grid6 .product-item.item .product-item-inner.style4 .stock,
.cwsNewProducts .products-grid.grid6 .product-item.item .product-item-inner.style4 .stock {
  width: 30px;
  height: 30px;
  line-height: 30px;
}
.cwsFeatured .products-grid.grid6 .product-item.item .product-item-inner.style4 .magebees_quickview:before,
.cwsNewProducts .products-grid.grid6 .product-item.item .product-item-inner.style4 .magebees_quickview:before,
.cwsFeatured .products-grid.grid6 .product-item.item .product-item-inner.style4 .action.tocart.primary:before,
.cwsNewProducts .products-grid.grid6 .product-item.item .product-item-inner.style4 .action.tocart.primary:before,
.cwsFeatured .products-grid.grid6 .product-item.item .product-item-inner.style4 .action.towishlist:before,
.cwsNewProducts .products-grid.grid6 .product-item.item .product-item-inner.style4 .action.towishlist:before,
.cwsFeatured .products-grid.grid6 .product-item.item .product-item-inner.style4 .action.tocompare:before,
.cwsNewProducts .products-grid.grid6 .product-item.item .product-item-inner.style4 .action.tocompare:before,
.cwsFeatured .products-grid.grid6 .product-item.item .product-item-inner.style4 .stock:before,
.cwsNewProducts .products-grid.grid6 .product-item.item .product-item-inner.style4 .stock:before {
  font-size: 15px;
  height: 30px;
  line-height: 30px;
}
.cwsFeatured .products-grid.grid6 .product-item.item .product-item-inner.style5 ul > li,
.cwsNewProducts .products-grid.grid6 .product-item.item .product-item-inner.style5 ul > li {
  max-width: 110px;
}
.cwsFeatured .products-grid.grid6 .product-item.item .product-item-inner.style5 ul > li .action.towishlist,
.cwsNewProducts .products-grid.grid6 .product-item.item .product-item-inner.style5 ul > li .action.towishlist,
.cwsFeatured .products-grid.grid6 .product-item.item .product-item-inner.style5 ul > li .magebees_quickview,
.cwsNewProducts .products-grid.grid6 .product-item.item .product-item-inner.style5 ul > li .magebees_quickview,
.cwsFeatured .products-grid.grid6 .product-item.item .product-item-inner.style5 ul > li .action.tocompare,
.cwsNewProducts .products-grid.grid6 .product-item.item .product-item-inner.style5 ul > li .action.tocompare {
  font-size: 12px;
  padding: 5px !important;
}
.cwsFeatured .products-grid.grid6 .timer-product #timer-countbox .countdown-section,
.cwsNewProducts .products-grid.grid6 .timer-product #timer-countbox .countdown-section {
  width: 45px;
  padding: 4px 0 !important;
  line-height: 16px;
}
.cwsFeatured .products-grid.grid6 .timer-product #timer-countbox .countdown-section .countdown-amount,
.cwsNewProducts .products-grid.grid6 .timer-product #timer-countbox .countdown-section .countdown-amount {
  font-size: 12px;
}
.cwsFeatured .products-grid.grid6 .timer-product #timer-countbox .countdown-section .countdown-period,
.cwsNewProducts .products-grid.grid6 .timer-product #timer-countbox .countdown-section .countdown-period {
  font-size: 11px;
}
.cwsFeatured .mage-featured-slider .product-items .product-item,
.cwsNewProducts .mage-featured-slider .product-items .product-item,
.cwsFeatured .mage-new-slider .product-items .product-item,
.cwsNewProducts .mage-new-slider .product-items .product-item {
  width: 100% !important;
  margin: 0 !important;
}
.cwsFeatured .mage-featured-slider .owl-carousel .owl-item img,
.cwsNewProducts .mage-featured-slider .owl-carousel .owl-item img,
.cwsFeatured .mage-new-slider .owl-carousel .owl-item img,
.cwsNewProducts .mage-new-slider .owl-carousel .owl-item img {
  width: auto;
}
.cwsFeatured .mage-featured-slider .owl-carousel .owl-stage-outer,
.cwsNewProducts .mage-featured-slider .owl-carousel .owl-stage-outer,
.cwsFeatured .mage-new-slider .owl-carousel .owl-stage-outer,
.cwsNewProducts .mage-new-slider .owl-carousel .owl-stage-outer {
  padding: 0;
}
.cwsFeatured .mage-featured-slider .owl-carousel .owl-dots,
.cwsNewProducts .mage-featured-slider .owl-carousel .owl-dots,
.cwsFeatured .mage-new-slider .owl-carousel .owl-dots,
.cwsNewProducts .mage-new-slider .owl-carousel .owl-dots {
  text-align: center;
  padding-top: 10px;
}
.cwsFeatured .mage-featured-slider .owl-carousel .owl-dots .owl-dot,
.cwsNewProducts .mage-featured-slider .owl-carousel .owl-dots .owl-dot,
.cwsFeatured .mage-new-slider .owl-carousel .owl-dots .owl-dot,
.cwsNewProducts .mage-new-slider .owl-carousel .owl-dots .owl-dot {
  margin: 0 3px;
  cursor: pointer;
}
.cwsFeatured .mage-featured-slider .owl-carousel .owl-nav,
.cwsNewProducts .mage-featured-slider .owl-carousel .owl-nav,
.cwsFeatured .mage-new-slider .owl-carousel .owl-nav,
.cwsNewProducts .mage-new-slider .owl-carousel .owl-nav {
  width: 100%;
  position: absolute;
  top: 50%;
  margin-top: -40px;
}
.cwsFeatured .mage-featured-slider .owl-carousel .owl-nav > div,
.cwsNewProducts .mage-featured-slider .owl-carousel .owl-nav > div,
.cwsFeatured .mage-new-slider .owl-carousel .owl-nav > div,
.cwsNewProducts .mage-new-slider .owl-carousel .owl-nav > div {
  padding: 0;
  margin: 0;
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 50%;
  margin: 0 5px;
  outline: none;
  position: absolute;
  z-index: 9;
  transition: all 300ms ease-in 0s;
  -moz-transition: all 300ms ease-in 0s;
  -webkit-transition: all 300ms ease-in 0s;
  cursor: pointer;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 0;
}
.cwsFeatured .mage-featured-slider .owl-carousel .owl-nav > div.owl-prev,
.cwsNewProducts .mage-featured-slider .owl-carousel .owl-nav > div.owl-prev,
.cwsFeatured .mage-new-slider .owl-carousel .owl-nav > div.owl-prev,
.cwsNewProducts .mage-new-slider .owl-carousel .owl-nav > div.owl-prev {
  left: -30px;
}
.cwsFeatured .mage-featured-slider .owl-carousel .owl-nav > div.owl-prev:before,
.cwsNewProducts .mage-featured-slider .owl-carousel .owl-nav > div.owl-prev:before,
.cwsFeatured .mage-new-slider .owl-carousel .owl-nav > div.owl-prev:before,
.cwsNewProducts .mage-new-slider .owl-carousel .owl-nav > div.owl-prev:before {
  content: "\e64a";
  font-family: 'themify';
  color: #ffffff;
  font-size: 16px;
  border: 0;
  width: 30px;
  height: 30px;
  line-height: 30px;
  left: 0;
  top: 0;
  margin: 0;
}
.cwsFeatured .mage-featured-slider .owl-carousel .owl-nav > div.owl-next,
.cwsNewProducts .mage-featured-slider .owl-carousel .owl-nav > div.owl-next,
.cwsFeatured .mage-new-slider .owl-carousel .owl-nav > div.owl-next,
.cwsNewProducts .mage-new-slider .owl-carousel .owl-nav > div.owl-next {
  right: -30px;
}
.cwsFeatured .mage-featured-slider .owl-carousel .owl-nav > div.owl-next:before,
.cwsNewProducts .mage-featured-slider .owl-carousel .owl-nav > div.owl-next:before,
.cwsFeatured .mage-new-slider .owl-carousel .owl-nav > div.owl-next:before,
.cwsNewProducts .mage-new-slider .owl-carousel .owl-nav > div.owl-next:before {
  content: "\e649";
  font-family: 'themify';
  color: #ffffff;
  font-size: 16px;
  border: 0;
  width: 30px;
  height: 30px;
  line-height: 30px;
  left: 0;
  top: 0;
  margin: 0;
}
.cwsFeatured .mageNewToolbar,
.cwsNewProducts .mageNewToolbar,
.cwsFeatured .mageFeaturedToolbar,
.cwsNewProducts .mageFeaturedToolbar {
  font-size: 13px;
  text-transform: uppercase;
  padding: 10px 20px;
  border: 0;
  background-color: #efefef;
}
.cwsFeatured .mageNewToolbar .toolbar-amount,
.cwsNewProducts .mageNewToolbar .toolbar-amount,
.cwsFeatured .mageFeaturedToolbar .toolbar-amount,
.cwsNewProducts .mageFeaturedToolbar .toolbar-amount {
  font-weight: normal;
  line-height: 31px;
  padding: 0;
}
.cwsFeatured .mageNewToolbar .limiter-options,
.cwsNewProducts .mageNewToolbar .limiter-options,
.cwsFeatured .mageFeaturedToolbar .limiter-options,
.cwsNewProducts .mageFeaturedToolbar .limiter-options {
  height: 32px;
  line-height: 30px;
}
.cwsFeatured .mageNewToolbar .pager,
.cwsNewProducts .mageNewToolbar .pager,
.cwsFeatured .mageFeaturedToolbar .pager,
.cwsNewProducts .mageFeaturedToolbar .pager {
  text-align: center;
}
.cwsFeatured .mageNewToolbar .pager .toolbar .pages,
.cwsNewProducts .mageNewToolbar .pager .toolbar .pages,
.cwsFeatured .mageFeaturedToolbar .pager .toolbar .pages,
.cwsNewProducts .mageFeaturedToolbar .pager .toolbar .pages {
  display: inline-block;
}
.cwsFeatured .mageNewToolbar .pages,
.cwsNewProducts .mageNewToolbar .pages,
.cwsFeatured .mageFeaturedToolbar .pages,
.cwsNewProducts .mageFeaturedToolbar .pages,
.cwsFeatured .mageNewToolbar .limiter,
.cwsNewProducts .mageNewToolbar .limiter,
.cwsFeatured .mageFeaturedToolbar .limiter,
.cwsNewProducts .mageFeaturedToolbar .limiter {
  vertical-align: middle;
}
.cwsFeatured .mageNewToolbar .limiter,
.cwsNewProducts .mageNewToolbar .limiter,
.cwsFeatured .mageFeaturedToolbar .limiter,
.cwsNewProducts .mageFeaturedToolbar .limiter {
  float: right;
}
.cwsFeatured .mageNewToolbar .toolbar-amount,
.cwsNewProducts .mageNewToolbar .toolbar-amount,
.cwsFeatured .mageFeaturedToolbar .toolbar-amount,
.cwsNewProducts .mageFeaturedToolbar .toolbar-amount {
  position: static !important;
  vertical-align: middle !important;
}
.cwsFeatured .mageNewToolbar .pages,
.cwsNewProducts .mageNewToolbar .pages,
.cwsFeatured .mageFeaturedToolbar .pages,
.cwsNewProducts .mageFeaturedToolbar .pages {
  vertical-align: middle;
}
.cwsFeatured .mageNewToolbar .pages .items,
.cwsNewProducts .mageNewToolbar .pages .items,
.cwsFeatured .mageFeaturedToolbar .pages .items,
.cwsNewProducts .mageFeaturedToolbar .pages .items {
  margin: 0 !important;
}
.cwsFeatured .mageNewToolbar .pages .item,
.cwsNewProducts .mageNewToolbar .pages .item,
.cwsFeatured .mageFeaturedToolbar .pages .item,
.cwsNewProducts .mageFeaturedToolbar .pages .item {
  margin-bottom: 0 !important;
  vertical-align: middle;
}
.cwsFeatured .mageNewToolbar .pages .item .action,
.cwsNewProducts .mageNewToolbar .pages .item .action,
.cwsFeatured .mageFeaturedToolbar .pages .item .action,
.cwsNewProducts .mageFeaturedToolbar .pages .item .action {
  width: 32px;
  border: 0;
  border-radius: 0;
  -webkit-border-radius: 0;
}
.cwsFeatured .mageNewToolbar .pages .item .action.next,
.cwsNewProducts .mageNewToolbar .pages .item .action.next,
.cwsFeatured .mageFeaturedToolbar .pages .item .action.next,
.cwsNewProducts .mageFeaturedToolbar .pages .item .action.next {
  margin-left: 10px;
}
.cwsFeatured .mageNewToolbar .pages .item .action.next:before,
.cwsNewProducts .mageNewToolbar .pages .item .action.next:before,
.cwsFeatured .mageFeaturedToolbar .pages .item .action.next:before,
.cwsNewProducts .mageFeaturedToolbar .pages .item .action.next:before {
  content: "\e649";
  font-family: 'themify';
  font-size: 11px;
  line-height: inherit;
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.cwsFeatured .mageNewToolbar .pages .item .action.previous,
.cwsNewProducts .mageNewToolbar .pages .item .action.previous,
.cwsFeatured .mageFeaturedToolbar .pages .item .action.previous,
.cwsNewProducts .mageFeaturedToolbar .pages .item .action.previous {
  margin-right: 10px;
}
.cwsFeatured .mageNewToolbar .pages .item .action.previous:before,
.cwsNewProducts .mageNewToolbar .pages .item .action.previous:before,
.cwsFeatured .mageFeaturedToolbar .pages .item .action.previous:before,
.cwsNewProducts .mageFeaturedToolbar .pages .item .action.previous:before {
  content: "\e64a";
  font-family: 'themify';
  font-size: 11px;
  line-height: inherit;
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.cwsFeatured .mageNewToolbar .pages .item a.page,
.cwsNewProducts .mageNewToolbar .pages .item a.page,
.cwsFeatured .mageFeaturedToolbar .pages .item a.page,
.cwsNewProducts .mageFeaturedToolbar .pages .item a.page {
  border: 0;
  background: #f5f5f5;
  font-weight: normal;
  padding: 0;
  width: 30px;
  line-height: 30px;
  border-radius: 0;
  -webkit-border-radius: 0;
  box-shadow: none;
  -webkit-box-shadow: none;
}
.cwsFeatured .mageNewToolbar .pages .item.current strong.page,
.cwsNewProducts .mageNewToolbar .pages .item.current strong.page,
.cwsFeatured .mageFeaturedToolbar .pages .item.current strong.page,
.cwsNewProducts .mageFeaturedToolbar .pages .item.current strong.page {
  padding: 0;
  width: 30px;
  line-height: 30px;
  border: 0;
  box-shadow: none;
  -webkit-box-shadow: none;
  border-radius: 0;
  -webkit-border-radius: 0;
  font-weight: normal;
}
.cwsNew.listNewProduct .title,
.cwsFeatured.listcwsFeatured .title,
.cwsBestSeller.listBestSeller .title,
.cwsMostviewed.listMostviewed .title,
.cwsNew.listNewProduct .blockTtl,
.cwsFeatured.listcwsFeatured .blockTtl,
.cwsBestSeller.listBestSeller .blockTtl,
.cwsMostviewed.listMostviewed .blockTtl {
  text-align: left;
}
.cwsNew.listNewProduct .title h3,
.cwsFeatured.listcwsFeatured .title h3,
.cwsBestSeller.listBestSeller .title h3,
.cwsMostviewed.listMostviewed .title h3,
.cwsNew.listNewProduct .blockTtl h3,
.cwsFeatured.listcwsFeatured .blockTtl h3,
.cwsBestSeller.listBestSeller .blockTtl h3,
.cwsMostviewed.listMostviewed .blockTtl h3 {
  margin-top: 0;
  font-size: 26px;
  font-weight: 600;
  line-height: normal;
}
.cwsNew.listNewProduct .title:after,
.cwsFeatured.listcwsFeatured .title:after,
.cwsBestSeller.listBestSeller .title:after,
.cwsMostviewed.listMostviewed .title:after,
.cwsNew.listNewProduct .blockTtl:after,
.cwsFeatured.listcwsFeatured .blockTtl:after,
.cwsBestSeller.listBestSeller .blockTtl:after,
.cwsMostviewed.listMostviewed .blockTtl:after {
  display: none;
}
.cwsNew.listNewProduct .product-items .product-item,
.cwsFeatured.listcwsFeatured .product-items .product-item,
.cwsBestSeller.listBestSeller .product-items .product-item,
.cwsMostviewed.listMostviewed .product-items .product-item {
  border-bottom: solid 1px #ddd;
  padding: 10px 0;
  margin-bottom: 0;
}
.cwsNew.listNewProduct .product-items .product-item:before,
.cwsFeatured.listcwsFeatured .product-items .product-item:before,
.cwsBestSeller.listBestSeller .product-items .product-item:before,
.cwsMostviewed.listMostviewed .product-items .product-item:before,
.cwsNew.listNewProduct .product-items .product-item:after,
.cwsFeatured.listcwsFeatured .product-items .product-item:after,
.cwsBestSeller.listBestSeller .product-items .product-item:after,
.cwsMostviewed.listMostviewed .product-items .product-item:after {
  content: '';
  clear: both;
  display: block;
}
.cwsNew.listNewProduct .product-items .product-item:last-of-type,
.cwsFeatured.listcwsFeatured .product-items .product-item:last-of-type,
.cwsBestSeller.listBestSeller .product-items .product-item:last-of-type,
.cwsMostviewed.listMostviewed .product-items .product-item:last-of-type {
  border-bottom: 0;
}
.cwsNew.listNewProduct .product-items .product-item-photo,
.cwsFeatured.listcwsFeatured .product-items .product-item-photo,
.cwsBestSeller.listBestSeller .product-items .product-item-photo,
.cwsMostviewed.listMostviewed .product-items .product-item-photo {
  float: left;
}
.cwsNew.listNewProduct .product-items .product-image-container,
.cwsFeatured.listcwsFeatured .product-items .product-image-container,
.cwsBestSeller.listBestSeller .product-items .product-image-container,
.cwsMostviewed.listMostviewed .product-items .product-image-container {
  width: 70px !important;
  display: block;
}
.cwsNew.listNewProduct .product-items .price-box,
.cwsFeatured.listcwsFeatured .product-items .price-box,
.cwsBestSeller.listBestSeller .product-items .price-box,
.cwsMostviewed.listMostviewed .product-items .price-box {
  margin: 10px 0;
}
.cwsNew.listNewProduct .product-items .product-detail,
.cwsFeatured.listcwsFeatured .product-items .product-detail,
.cwsBestSeller.listBestSeller .product-items .product-detail,
.cwsMostviewed.listMostviewed .product-items .product-detail,
.cwsNew.listNewProduct .product-items .product-item-details,
.cwsFeatured.listcwsFeatured .product-items .product-item-details,
.cwsBestSeller.listBestSeller .product-items .product-item-details,
.cwsMostviewed.listMostviewed .product-items .product-item-details {
  margin-left: 80px;
}
.cwsNew.listNewProduct .product-items .product-detail .action.primary,
.cwsFeatured.listcwsFeatured .product-items .product-detail .action.primary,
.cwsBestSeller.listBestSeller .product-items .product-detail .action.primary,
.cwsMostviewed.listMostviewed .product-items .product-detail .action.primary,
.cwsNew.listNewProduct .product-items .product-item-details .action.primary,
.cwsFeatured.listcwsFeatured .product-items .product-item-details .action.primary,
.cwsBestSeller.listBestSeller .product-items .product-item-details .action.primary,
.cwsMostviewed.listMostviewed .product-items .product-item-details .action.primary,
.cwsNew.listNewProduct .product-items .product-detail .amshopby-button,
.cwsFeatured.listcwsFeatured .product-items .product-detail .amshopby-button,
.cwsBestSeller.listBestSeller .product-items .product-detail .amshopby-button,
.cwsMostviewed.listMostviewed .product-items .product-detail .amshopby-button,
.cwsNew.listNewProduct .product-items .product-item-details .amshopby-button,
.cwsFeatured.listcwsFeatured .product-items .product-item-details .amshopby-button,
.cwsBestSeller.listBestSeller .product-items .product-item-details .amshopby-button,
.cwsMostviewed.listMostviewed .product-items .product-item-details .amshopby-button,
.cwsNew.listNewProduct .product-items .product-detail .am-filter-go,
.cwsFeatured.listcwsFeatured .product-items .product-detail .am-filter-go,
.cwsBestSeller.listBestSeller .product-items .product-detail .am-filter-go,
.cwsMostviewed.listMostviewed .product-items .product-detail .am-filter-go,
.cwsNew.listNewProduct .product-items .product-item-details .am-filter-go,
.cwsFeatured.listcwsFeatured .product-items .product-item-details .am-filter-go,
.cwsBestSeller.listBestSeller .product-items .product-item-details .am-filter-go,
.cwsMostviewed.listMostviewed .product-items .product-item-details .am-filter-go {
  font-size: 12px;
  padding: 5px 10px;
}
.cwsNew.listNewProduct .product-items .product-item-name,
.cwsFeatured.listcwsFeatured .product-items .product-item-name,
.cwsBestSeller.listBestSeller .product-items .product-item-name,
.cwsMostviewed.listMostviewed .product-items .product-item-name {
  margin-top: 0;
  line-height: normal;
}
.cwsNew.listNewProduct .product-items .product-item-name .product-item-link,
.cwsFeatured.listcwsFeatured .product-items .product-item-name .product-item-link,
.cwsBestSeller.listBestSeller .product-items .product-item-name .product-item-link,
.cwsMostviewed.listMostviewed .product-items .product-item-name .product-item-link {
  font-weight: 500;
}
.sidebar .cwsNew.listNewProduct .title h3,
.sidebar .cwsFeatured.listcwsFeatured .title h3,
.sidebar .cwsBestSeller.listBestSeller .title h3,
.sidebar .cwsMostviewed.listMostviewed .title h3,
.sidebar .cwsNew.listNewProduct .blockTtl h3,
.sidebar .cwsFeatured.listcwsFeatured .blockTtl h3,
.sidebar .cwsBestSeller.listBestSeller .blockTtl h3,
.sidebar .cwsMostviewed.listMostviewed .blockTtl h3 {
  font-size: 17px;
}
/* ------------------------------------------------------------
   End Featured/New Product  ----------------------------------
--------------------------------------------------------------- */
/* ------------------------------------------------------------
   Newproduct Slider With Grid Styles  ------------------------
--------------------------------------------------------------- */
.newproduct-section .cwsNew {
  margin-bottom: 0;
}
.newproduct-section .section-title .sort-detail {
  margin-bottom: 20px;
}
.newproduct-section .products-grid .product-item {
  background-color: #fff;
  padding: 0 !important;
  border: 1px solid #ddd;
}
.newproduct-section .owl-carousel .owl-item img {
  width: auto;
}
.newproduct-section .owl-carousel .owl-stage-outer {
  padding: 10px 0;
}
.newproduct-section .owl-carousel .owl-dots {
  text-align: center;
  padding-top: 10px;
}
.newproduct-section .owl-carousel .owl-dots .owl-dot {
  margin: 0 3px;
  cursor: pointer;
}
.newproduct-section .owl-carousel .owl-nav {
  opacity: 1;
  visibility: visible;
  width: 100%;
  position: absolute;
  top: 50%;
  margin-top: -40px;
}
.newproduct-section .owl-carousel .owl-nav > div {
  padding: 0;
  margin: 0;
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 50%;
  margin: 0 5px;
  outline: none;
  position: absolute;
  z-index: 9;
  transition: all 300ms ease-in 0s;
  -moz-transition: all 300ms ease-in 0s;
  -webkit-transition: all 300ms ease-in 0s;
  cursor: pointer;
}
.newproduct-section .owl-carousel .owl-nav > div.owl-prev {
  left: -60px;
}
.newproduct-section .owl-carousel .owl-nav > div.owl-prev:before {
  content: "\e64a";
  font-family: 'themify';
  color: #ffffff;
  font-size: 13px;
  line-height: 30px;
}
.newproduct-section .owl-carousel .owl-nav > div.owl-next {
  right: -60px;
}
.newproduct-section .owl-carousel .owl-nav > div.owl-next:before {
  content: "\e649";
  font-family: 'themify';
  color: #ffffff;
  font-size: 13px;
  line-height: 30px;
}
.newproduct-section .owl-carousel:hover .owl-nav {
  opacity: 1;
  visibility: visible;
}
.newproduct-section .products {
  margin: 0 !important;
}
.newproduct-section .product-name {
  margin: 10px 0 0;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -webkit-hyphens: auto;
  display: block;
  hyphens: auto;
  word-wrap: break-word;
}
.newproduct-section.newproduct-listmode .product-items .product-item {
  float: left;
  width: 32%;
  border: solid 1px #ddd;
  padding: 10px;
  margin-right: 2%;
  margin-bottom: 20px;
}
.newproduct-section.newproduct-listmode .product-items .product-item:hover {
  border-color: #6f6f6f;
}
.newproduct-section.newproduct-listmode .product-items .product-item:nth-child(3n) {
  margin-right: 0;
}
.newproduct-section.newproduct-listmode .product-items .product-item:nth-child(3n+1) {
  clear: left;
}
.newproduct-section.newproduct-listmode .product-items .product-item-photo {
  float: left;
}
.newproduct-section.newproduct-listmode .product-items .price-box {
  margin: 10px 0;
}
.newproduct-section.newproduct-listmode .product-items .product-detail,
.newproduct-section.newproduct-listmode .product-items .product-item-details {
  margin-left: 150px;
}
.newproduct-section.newproduct-listmode .product-items .product-detail .action.primary,
.newproduct-section.newproduct-listmode .product-items .product-item-details .action.primary,
.newproduct-section.newproduct-listmode .product-items .product-detail .amshopby-button,
.newproduct-section.newproduct-listmode .product-items .product-item-details .amshopby-button,
.newproduct-section.newproduct-listmode .product-items .product-detail .am-filter-go,
.newproduct-section.newproduct-listmode .product-items .product-item-details .am-filter-go {
  font-size: 12px;
  padding: 5px 10px;
}
.newproduct-section.newproduct-listmode .product-items .product-item-name {
  margin-top: 0;
  line-height: normal;
}
.newproduct-section.newproduct-listmode .product-items .product-item-name .product-item-link {
  font-weight: 500;
}
.newproduct-section .view-more-btn {
  text-align: center;
  margin-top: 25px;
  display: block;
}
.newproduct-section .view-more-btn .btn {
  padding: 10px 30px;
  font-weight: 400;
}
.newproduct-section .cwsNew .products-grid .item {
  margin-left: 0;
  margin-right: 2%;
  border: 0;
  text-align: center;
}
.newproduct-section .cwsNew .products-grid.grid2 .item {
  width: 49%;
}
.newproduct-section .cwsNew .products-grid.grid2 .item:nth-child(2n) {
  margin-right: 0;
}
.newproduct-section .cwsNew .products-grid.grid3 .item {
  width: 32%;
}
.newproduct-section .cwsNew .products-grid.grid3 .item:nth-child(3n) {
  margin-right: 0;
}
.newproduct-section .cwsNew .products-grid.grid4 .item {
  width: 23.5%;
}
.newproduct-section .cwsNew .products-grid.grid4 .item:nth-child(4n) {
  margin-right: 0;
}
.newproduct-section .cwsNew .products-grid.grid5 .item {
  width: 18.4%;
}
.newproduct-section .cwsNew .products-grid.grid5 .item:nth-child(5n) {
  margin-right: 0;
}
.newproduct-section .cwsNew .products-grid.grid6 .item {
  width: 15%;
}
.newproduct-section .cwsNew .products-grid.grid6 .item:nth-child(6n) {
  margin-right: 0;
}
.newproduct-section .cwsNew .products-grid .product-item {
  border: 0;
}
.newproduct-section .cwsNew .products-grid .product-item .product-name a,
.newproduct-section .cwsNew .products-grid .product-item .product-item-name a {
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 0.4px;
}
.newproduct-section .cwsNew .products-grid .product-item .pro-hover {
  border: 1px solid #ddd;
}
.newproduct-section .cwsNew .products-grid .product-item .product-details {
  padding: 10px;
}
.newproduct-section .cwsNew .products-grid .product-item .product-image-container {
  padding-top: 0;
  display: block;
  margin: 0 auto;
}
.newproduct-section .cwsNew .products-grid .product-item .product-item-description .action {
  font-size: 13px;
  text-transform: uppercase;
  font-weight: normal;
  display: inline-block;
  padding: 7px 14px !important;
  margin-bottom: 20px;
}
/* ------------------------------------------------------------
   End Newproduct Slider With Grid Styles  --------------------
--------------------------------------------------------------- */
/* ------------------------------------------------------------
   MostViewd Slider With Grid Styles  -------------------------
--------------------------------------------------------------- */
.mostviewd-section .section-title + .view-more-btn {
  margin-bottom: 20px;
  text-align: center;
  display: block;
}
.mostviewd-section .cwsMostviewed {
  margin-bottom: 0 !important;
}
.mostviewd-section .cwsMostviewed .title {
  margin-top: 0;
}
.mostviewd-section .cwsMostviewed .products {
  margin: 0 !important;
}
.mostviewd-section .cwsMostviewed .products-grid .product-item {
  margin-bottom: 2.5%;
  margin-left: 0;
  margin-right: 2%;
}
.mostviewd-section .cwsMostviewed .products-grid .product-item .product.description {
  text-align: center;
}
.mostviewd-section .cwsMostviewed .products-grid .product-item .product-image-wrapper {
  background-color: #fff;
}
.mostviewd-section .cwsMostviewed .products-grid.grid1 .product-item.item {
  width: 100%;
  margin-right: 0;
}
.mostviewd-section .cwsMostviewed .products-grid.grid1 .product-item.item:nth-child(1n) {
  margin-right: 0;
}
.mostviewd-section .cwsMostviewed .products-grid.grid1 .product-item.item:nth-child(1n+1) {
  clear: left;
}
.mostviewd-section .cwsMostviewed .products-grid.grid2 .product-item.item {
  width: 48.75%;
}
.mostviewd-section .cwsMostviewed .products-grid.grid2 .product-item.item:nth-child(2n) {
  margin-right: 0;
}
.mostviewd-section .cwsMostviewed .products-grid.grid2 .product-item.item:nth-child(2n+1) {
  clear: left;
}
.mostviewd-section .cwsMostviewed .products-grid.grid3 .product-item.item {
  width: 31.6%;
}
.mostviewd-section .cwsMostviewed .products-grid.grid3 .product-item.item:nth-child(3n) {
  margin-right: 0;
}
.mostviewd-section .cwsMostviewed .products-grid.grid3 .product-item.item:nth-child(3n+1) {
  clear: left;
}
.mostviewd-section .cwsMostviewed .products-grid.grid4 .product-item.item {
  width: 23.5%;
}
.mostviewd-section .cwsMostviewed .products-grid.grid4 .product-item.item:nth-child(4n) {
  margin-right: 0;
}
.mostviewd-section .cwsMostviewed .products-grid.grid4 .product-item.item:nth-child(4n+1) {
  clear: left;
}
.mostviewd-section .cwsMostviewed .products-grid.grid4 .timer-product #timer-countbox .countdown-section {
  width: 45px;
  padding: 4px 0 !important;
  line-height: 16px;
}
.mostviewd-section .cwsMostviewed .products-grid.grid4 .timer-product #timer-countbox .countdown-section .countdown-amount {
  font-size: 12px;
}
.mostviewd-section .cwsMostviewed .products-grid.grid4 .timer-product #timer-countbox .countdown-section .countdown-period {
  font-size: 11px;
}
.mostviewd-section .cwsMostviewed .products-grid.grid5 .product-item.item {
  width: 18.4%;
}
.mostviewd-section .cwsMostviewed .products-grid.grid5 .product-item.item:nth-child(5n) {
  margin-right: 0;
}
.mostviewd-section .cwsMostviewed .products-grid.grid5 .product-item.item:nth-child(5n+1) {
  clear: left;
}
.mostviewd-section .cwsMostviewed .products-grid.grid5 .product-item.item .product-item-inner.style4 .magebees_quickview,
.mostviewd-section .cwsMostviewed .products-grid.grid5 .product-item.item .product-item-inner.style4 .action.tocart.primary,
.mostviewd-section .cwsMostviewed .products-grid.grid5 .product-item.item .product-item-inner.style4 .action.towishlist,
.mostviewd-section .cwsMostviewed .products-grid.grid5 .product-item.item .product-item-inner.style4 .action.tocompare,
.mostviewd-section .cwsMostviewed .products-grid.grid5 .product-item.item .product-item-inner.style4 .stock {
  width: 30px;
  height: 30px;
  line-height: 30px;
}
.mostviewd-section .cwsMostviewed .products-grid.grid5 .product-item.item .product-item-inner.style4 .magebees_quickview:before,
.mostviewd-section .cwsMostviewed .products-grid.grid5 .product-item.item .product-item-inner.style4 .action.tocart.primary:before,
.mostviewd-section .cwsMostviewed .products-grid.grid5 .product-item.item .product-item-inner.style4 .action.towishlist:before,
.mostviewd-section .cwsMostviewed .products-grid.grid5 .product-item.item .product-item-inner.style4 .action.tocompare:before,
.mostviewd-section .cwsMostviewed .products-grid.grid5 .product-item.item .product-item-inner.style4 .stock:before {
  font-size: 15px;
  height: 30px;
  line-height: 30px;
}
.mostviewd-section .cwsMostviewed .products-grid.grid5 .timer-product #timer-countbox .countdown-section {
  width: 45px;
  padding: 4px 0 !important;
  line-height: 16px;
}
.mostviewd-section .cwsMostviewed .products-grid.grid5 .timer-product #timer-countbox .countdown-section .countdown-amount {
  font-size: 12px;
}
.mostviewd-section .cwsMostviewed .products-grid.grid5 .timer-product #timer-countbox .countdown-section .countdown-period {
  font-size: 11px;
}
.mostviewd-section .cwsMostviewed .products-grid.grid6 .product-item.item {
  width: 15%;
}
.mostviewd-section .cwsMostviewed .products-grid.grid6 .product-item.item:nth-child(6n) {
  margin-right: 0;
}
.mostviewd-section .cwsMostviewed .products-grid.grid6 .product-item.item:nth-child(6n+1) {
  clear: left;
}
.mostviewd-section .cwsMostviewed .products-grid.grid6 .product-item.item .product-item-inner.style4 .magebees_quickview,
.mostviewd-section .cwsMostviewed .products-grid.grid6 .product-item.item .product-item-inner.style4 .action.tocart.primary,
.mostviewd-section .cwsMostviewed .products-grid.grid6 .product-item.item .product-item-inner.style4 .action.towishlist,
.mostviewd-section .cwsMostviewed .products-grid.grid6 .product-item.item .product-item-inner.style4 .action.tocompare,
.mostviewd-section .cwsMostviewed .products-grid.grid6 .product-item.item .product-item-inner.style4 .stock {
  width: 30px;
  height: 30px;
  line-height: 30px;
}
.mostviewd-section .cwsMostviewed .products-grid.grid6 .product-item.item .product-item-inner.style4 .magebees_quickview:before,
.mostviewd-section .cwsMostviewed .products-grid.grid6 .product-item.item .product-item-inner.style4 .action.tocart.primary:before,
.mostviewd-section .cwsMostviewed .products-grid.grid6 .product-item.item .product-item-inner.style4 .action.towishlist:before,
.mostviewd-section .cwsMostviewed .products-grid.grid6 .product-item.item .product-item-inner.style4 .action.tocompare:before,
.mostviewd-section .cwsMostviewed .products-grid.grid6 .product-item.item .product-item-inner.style4 .stock:before {
  font-size: 15px;
  height: 30px;
  line-height: 30px;
}
.mostviewd-section .cwsMostviewed .products-grid.grid6 .timer-product #timer-countbox .countdown-section {
  width: 45px;
  padding: 4px 0 !important;
  line-height: 16px;
}
.mostviewd-section .cwsMostviewed .products-grid.grid6 .timer-product #timer-countbox .countdown-section .countdown-amount {
  font-size: 12px;
}
.mostviewd-section .cwsMostviewed .products-grid.grid6 .timer-product #timer-countbox .countdown-section .countdown-period {
  font-size: 11px;
}
.mostviewd-section .mageb-no-more-load {
  margin-top: 20px;
}
.mostviewd-section .product-item-description .action {
  margin: 10px 0;
  display: inline-block;
}
.mostviewd-section .prodLabel .productlabel-txt {
  font-weight: normal;
}
.mostviewd-section .prodLabel.top-left {
  top: 10px;
  left: 10px;
}
.mostviewd-section .prodLabel.top-right {
  top: 10px;
  right: 10px;
}
.mostviewd-section .prodLabel.bottom-left {
  bottom: 10px;
  left: 10px;
}
.mostviewd-section .prodLabel.bottom-right {
  bottom: 10px;
  right: 10px;
}
.mostviewd-section .done-msg {
  color: #ECA009;
  background: #fff9ea;
  padding: 10px;
  margin-top: 30px;
  letter-spacing: 0.5px;
  border: 1px solid #ffdb8c;
}
.mostviewd-section .mage-mostviewed-slider .owl-carousel .product-item {
  width: 100% !important;
}
.mostviewd-section .mage-mostviewed-slider .owl-carousel .owl-item img {
  width: auto;
}
.mostviewd-section .mage-mostviewed-slider .owl-carousel .owl-stage-outer {
  padding: 0;
}
.mostviewd-section .mage-mostviewed-slider .owl-carousel .owl-dots {
  text-align: center;
  padding-top: 10px;
}
.mostviewd-section .mage-mostviewed-slider .owl-carousel .owl-dots .owl-dot {
  margin: 0 3px;
  cursor: pointer;
}
.mostviewd-section .mage-mostviewed-slider .owl-carousel .owl-nav {
  width: 100%;
  position: absolute;
  top: 50%;
  margin-top: -40px;
}
.mostviewd-section .mage-mostviewed-slider .owl-carousel .owl-nav > div {
  padding: 0;
  margin: 0;
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 50%;
  margin: 0 5px;
  outline: none;
  position: absolute;
  z-index: 9;
  transition: all 300ms ease-in 0s;
  -moz-transition: all 300ms ease-in 0s;
  -webkit-transition: all 300ms ease-in 0s;
  cursor: pointer;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 0;
}
.mostviewd-section .mage-mostviewed-slider .owl-carousel .owl-nav > div.owl-prev {
  left: -30px;
}
.mostviewd-section .mage-mostviewed-slider .owl-carousel .owl-nav > div.owl-prev:before {
  content: "\e64a";
  font-family: 'themify';
  color: #ffffff;
  font-size: 16px;
  border: 0;
  width: 30px;
  height: 30px;
  line-height: 42px;
  left: 0;
  top: 0;
}
.mostviewd-section .mage-mostviewed-slider .owl-carousel .owl-nav > div.owl-next {
  right: -30px;
}
.mostviewd-section .mage-mostviewed-slider .owl-carousel .owl-nav > div.owl-next:before {
  content: "\e649";
  font-family: 'themify';
  color: #ffffff;
  font-size: 16px;
  border: 0;
  width: 30px;
  height: 30px;
  line-height: 42px;
  left: 0;
  top: 0;
}
.mostviewd-section .load-more-text {
  text-align: center;
}
.mostviewd-section .mageMostviewedToolbar {
  font-size: 13px;
  text-transform: uppercase;
  padding: 10px 20px;
  border: 0;
  background-color: #efefef;
}
.mostviewd-section .mageMostviewedToolbar .toolbar-amount {
  font-weight: normal;
  line-height: 31px;
  padding: 0;
}
.mostviewd-section .mageMostviewedToolbar .limiter-options {
  height: 32px;
  line-height: 30px;
}
.mostviewd-section .mageMostviewedToolbar .pager {
  text-align: center;
}
.mostviewd-section .mageMostviewedToolbar .pager .toolbar .pages {
  display: inline-block;
}
.mostviewd-section .mageMostviewedToolbar .pages,
.mostviewd-section .mageMostviewedToolbar .limiter {
  vertical-align: middle;
}
.mostviewd-section .mageMostviewedToolbar .limiter {
  float: right;
}
.mostviewd-section .mageMostviewedToolbar .toolbar-amount {
  position: static !important;
  vertical-align: middle !important;
}
.mostviewd-section .mageMostviewedToolbar .pages {
  vertical-align: middle;
}
.mostviewd-section .mageMostviewedToolbar .pages .items {
  margin: 0 !important;
}
.mostviewd-section .mageMostviewedToolbar .pages .item {
  margin-bottom: 0 !important;
  vertical-align: middle;
}
.mostviewd-section .mageMostviewedToolbar .pages .item .action {
  width: 32px;
  border: 0;
  border-radius: 0;
  -webkit-border-radius: 0;
}
.mostviewd-section .mageMostviewedToolbar .pages .item .action.next {
  margin-left: 10px;
}
.mostviewd-section .mageMostviewedToolbar .pages .item .action.next:before {
  content: "\e649";
  font-family: 'themify';
  font-size: 11px;
  line-height: inherit;
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.mostviewd-section .mageMostviewedToolbar .pages .item .action.previous {
  margin-right: 10px;
}
.mostviewd-section .mageMostviewedToolbar .pages .item .action.previous:before {
  content: "\e64a";
  font-family: 'themify';
  font-size: 11px;
  line-height: inherit;
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.mostviewd-section .mageMostviewedToolbar .pages .item a.page {
  border: 0;
  background: #f5f5f5;
  font-weight: normal;
  padding: 0;
  width: 30px;
  line-height: 30px;
  border-radius: 0;
  -webkit-border-radius: 0;
  box-shadow: none;
  -webkit-box-shadow: none;
}
.mostviewd-section .mageMostviewedToolbar .pages .item.current strong.page {
  padding: 0;
  width: 30px;
  line-height: 30px;
  border: 0;
  box-shadow: none;
  -webkit-box-shadow: none;
  border-radius: 0;
  -webkit-border-radius: 0;
  font-weight: normal;
}
/* ------------------------------------------------------------
   End MostViewd Slider With Grid Styles  ---------------------
--------------------------------------------------------------- */
/* ------------------------------------------------------------
   Today Deal Product  ----------------------------------------
--------------------------------------------------------------- */
.page-layout-1column .today-deal-timer .product.media {
  width: 50%;
}
.page-layout-1column .today-deal-timer .product-info-main {
  width: 50%;
  padding-left: 30px;
}
.today-deal-timer .product-image-container {
  display: block;
}
.today-deal-timer .product-image-container .product-image-photo {
  position: relative;
}
.today-deal-timer .product-item-inner ul {
  list-style: none;
  margin: 0;
}
.today-deal-timer .product-item-inner ul > li {
  list-style: none;
  padding: 0;
  margin: 0;
  float: left;
  width: 49%;
  margin-right: 2%;
}
.today-deal-timer .product-item-inner ul > li:nth-child(2n) {
  margin-right: 0;
}
.today-deal-timer .product-item-inner ul > li .magebees_quickview,
.today-deal-timer .product-item-inner ul > li .action {
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
  width: 100%;
  display: block;
  padding: 10px 15px;
  text-transform: uppercase;
  letter-spacing: 1px;
  border: 0;
  text-align: center;
}
.today-deal-timer .product-item-inner ul > li .magebees_quickview:focus,
.today-deal-timer .product-item-inner ul > li .action:focus,
.today-deal-timer .product-item-inner ul > li .magebees_quickview:active,
.today-deal-timer .product-item-inner ul > li .action:active,
.today-deal-timer .product-item-inner ul > li .magebees_quickview:hover,
.today-deal-timer .product-item-inner ul > li .action:hover {
  border: 0;
}
.today-deal-timer .product-item-inner ul > li .magebees_quickview:focus,
.today-deal-timer .product-item-inner ul > li .magebees_quickview:active,
.today-deal-timer .product-item-inner ul > li .magebees_quickview:hover {
  opacity: 0.8;
}
.today-deal-timer .product-item-inner ul > li.wishlist-btn {
  clear: left;
}
.today-deal-timer .product-item-inner ul > li.wishlist-btn,
.today-deal-timer .product-item-inner ul > li.compare-btn {
  width: 23.5%;
  margin-top: 10px;
}
.today-deal-timer .product-item-inner ul > li .action.towishlist,
.today-deal-timer .product-item-inner ul > li .action.tocompare,
.today-deal-timer .product-item-inner ul > li .action.available,
.today-deal-timer .product-item-inner ul > li .action.unavailable {
  width: 100%;
  display: block;
}
.today-deal-timer .product-item-inner ul > li .action.towishlist:before,
.today-deal-timer .product-item-inner ul > li .action.tocompare:before,
.today-deal-timer .product-item-inner ul > li .action.available:before,
.today-deal-timer .product-item-inner ul > li .action.unavailable:before {
  content: "\e634";
  font-family: 'themify';
  font-size: 15px;
  font-weight: normal;
  width: 100%;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
}
.today-deal-timer .product-item-inner ul > li .action.towishlist span,
.today-deal-timer .product-item-inner ul > li .action.tocompare span,
.today-deal-timer .product-item-inner ul > li .action.available span,
.today-deal-timer .product-item-inner ul > li .action.unavailable span {
  display: none;
}
.today-deal-timer .product-item-inner ul > li .action.tocompare:before {
  content: "\e619";
  font-family: 'themify';
}
.today-deal-timer .product-item-inner ul > li .action.available:before {
  content: "\e64c";
  font-family: 'themify';
}
.today-deal-timer .product-item-inner ul > li .action.unavailable:before {
  content: "\e620";
  font-family: 'themify';
}
.today-deal-timer .product-item-inner.style3 ul > li:nth-child(2n) {
  margin-right: 2%;
}
.today-deal-timer .product-item-inner.style3 .btn-full .action.tocart.primary {
  width: 49%;
  font-weight: normal;
  padding: 10px 15px 9px 15px;
}
.today-deal-timer .product-info-main .price-box .price-wrapper .price-label {
  font-size: 14px;
}
.today-deal-timer .product-info-main .price-box .price-wrapper .price {
  font-size: 3rem;
  font-weight: 600;
}
.today-deal-timer .product-info-main .sku b {
  font-weight: 600;
}
.today-deal-timer .product-info-main .stock.available span {
  font-weight: 400;
  margin-top: 5px;
}
.today-deal-timer .product-info-main .stock.available:before {
  padding-right: 5px;
}
.today-deal-timer .product-title {
  font-size: 20px;
  margin: 0 0 10px;
  font-weight: 400;
}
.today-deal-timer .deal-timer .title {
  font-size: 18px;
  text-transform: uppercase;
  margin: 0 0 10px;
  font-weight: 600;
  letter-spacing: 0;
}
.today-deal-timer .description ul {
  list-style: none;
  padding: 0;
  margin: 0 0 10px;
}
.today-deal-timer .description ul > li {
  position: relative;
  padding-left: 20px;
  margin: 0;
}
.today-deal-timer .description ul > li:before {
  content: "\f00c";
  font-family: 'FontAwesome';
  font-size: 13px;
  display: inline-block;
  position: absolute;
  left: 0;
}
.today-deal-timer .deal-timer {
  margin: 10px 0 20px;
}
.today-deal-timer .deal-timer:before,
.today-deal-timer .deal-timer:after {
  content: '';
  clear: both;
  display: block;
}
.today-deal-timer .product-reviews-summary .reviews-actions .view:after {
  display: none;
}
#timer-countbox .countdown-section {
  color: #fff !important;
  width: 90px;
  min-width: inherit !important;
  float: left;
  text-align: center;
  margin-left: 0 !important;
  margin-right: 2px !important;
  border-radius: 0;
  line-height: 20px;
  padding: 5px 0;
  -webkit-border-radius: 0;
}
#timer-countbox .countdown-section:last-of-type {
  margin-right: 0 !important;
}
#timer-countbox .countdown-section .countdown-amount {
  font-size: 16px;
  padding: 0 !important;
}
#timer-countbox .countdown-section .countdown-period {
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 0;
  padding: 0 !important;
}
.today-deal-timer-style-2.today-deal-timer .section-title .title {
  margin-bottom: 30px;
}
.today-deal-timer-style-2.today-deal-timer .today-deal-detail {
  background-color: #fff;
  padding: 20px 20px 0;
}
.today-deal-timer-style-2.today-deal-timer .today-deal-detail:before,
.today-deal-timer-style-2.today-deal-timer .today-deal-detail:after {
  content: '';
  clear: both;
  display: block;
}
.today-deal-timer-style-2.today-deal-timer .product.media {
  border: 0;
  margin-bottom: 0;
}
.today-deal-timer-style-2.today-deal-timer .product.media #vertical-timer {
  float: left;
  width: 18%;
}
.today-deal-timer-style-2.today-deal-timer .product.media #vertical-timer .deal-caption-o {
  position: relative;
}
.today-deal-timer-style-2.today-deal-timer .product.media #vertical-timer .deal-caption {
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  text-transform: uppercase;
  border-radius: 0 40px 40px 0;
  -webkit-border-radius: 0 40px 40px 0;
  padding: 15px 30px 15px 20px;
  position: absolute;
  left: -20px;
  top: -20px;
  z-index: 9;
  min-width: 410px;
}
.today-deal-timer-style-2.today-deal-timer .product.media .timer-product {
  margin-left: -20px;
}
.today-deal-timer-style-2.today-deal-timer .product.media .today-product-photo {
  float: left;
  width: 75.1%;
}
.today-deal-timer-style-2.today-deal-timer #timer-countbox .countdown-section {
  color: #fff !important;
  width: 100%;
  text-align: center;
  margin-left: 0 !important;
  float: left;
  padding: 55px 0;
}
.today-deal-timer-style-2.today-deal-timer #timer-countbox .countdown-section .countdown-amount {
  color: #fff !important;
  font-size: 30px;
  padding: 10px !important;
  display: block;
  padding: 0;
}
.today-deal-timer-style-2.today-deal-timer #timer-countbox .countdown-section .countdown-period {
  color: #fff !important;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 1px;
  display: block;
}
.mage-deal-slider .owl-dot span {
  display: none !important;
}
.mage-deal-slider .owl-dots {
  margin-top: 20px;
}
.mage-deal-slider .owl-dot {
  margin-bottom: 0;
}
.mage-deal-slider-sidebar .owl-carousel .owl-nav {
  margin-top: 20px;
}
.mage-deal-slider-sidebar .owl-carousel .owl-nav > div {
  margin-top: 0;
  margin-bottom: 0;
  cursor: pointer;
}
.mage-deal-slider-sidebar .owl-carousel .owl-nav > div:hover {
  color: #000;
}
.mage-deal-slider-sidebar.mage-products .timer-product {
  float: left;
  margin-bottom: 20px;
}
.deal-description {
  padding-bottom: 0 !important;
}
.page-layout-1column .block.widget.mage-deal-slider .products-grid .product-item,
.mage-deal-slider .products-grid .product-item {
  width: 100% !important;
}
.mage-deal-slider .owl-carousel .owl-stage-outer {
  padding: 10px 0 !important;
}
/* ------------------------------------------------------------
   End Today Deal Product  ------------------------------------
--------------------------------------------------------------- */
/* ------------------------------------------------------------
   Image With Text  -------------------------------------------
--------------------------------------------------------------- */
.posh-home-page-style-2 .welcome-content #image_section img {
  width: 100%;
}
.posh-home-page-style-2 .welcome-content #content_section.right {
  position: relative;
  left: -100px;
  padding: 30px;
  background-color: #fff;
  text-align: left;
}
.posh-home-page-style-2 .welcome-content #content_section.left {
  position: relative;
  right: -100px;
  padding: 30px;
  background-color: #fff;
  text-align: right;
}
/* ------------------------------------------------------------
   End Image With Text  ---------------------------------------
--------------------------------------------------------------- */
/* ------------------------------------------------------------
   Newsletter Home Section ------------------------------------
--------------------------------------------------------------- */
.newsletter-section .content {
  max-width: 850px;
  margin: 0 auto;
}
.newsletter-section .form.subscribe {
  position: relative;
}
.newsletter-section .form.subscribe input[type="email"] {
  height: 80px;
  padding: 0 70px 0 25px;
  font-size: 18px;
  border-radius: 0;
  background-color: #f2f2f2;
  outline: none;
  border: 0 !important;
}
.newsletter-section .form.subscribe .action {
  font-size: 35px;
  display: block;
  background: none;
  border: 0 none;
  padding: 0;
  position: absolute;
  top: 0;
  right: 0;
  color: #4e4e4e;
  width: 80px;
  height: 80px;
}
.newsletter-section .form.subscribe .action span {
  display: none;
}
.newsletter-section .form.subscribe .action:hover {
  opacity: 0.8;
}
/* ------------------------------------------------------------
   End Newsletter Home Section --------------------------------
--------------------------------------------------------------- */
/* ------------------------------------------------------------
   Sidebar ----------------------------------------------------
--------------------------------------------------------------- */
.sidebar .product-items .product-item-name {
  line-height: normal;
}
.sidebar .product-items .product-item {
  padding-bottom: 15px;
  margin-bottom: 10px;
}
.sidebar .product-items .product-item:last-child {
  border-bottom: 0;
}
.sidebar .product-items .product-item:before,
.sidebar .product-items .product-item:after {
  content: "";
  clear: both;
  display: block;
}
.sidebar .product-items .product-item-actions {
  clear: none !important;
}
.sidebar .product-items .product-item-actions .actions-primary .action.primary,
.sidebar .product-items .product-item-actions .actions-primary .amshopby-button,
.sidebar .product-items .product-item-actions .actions-primary .am-filter-go {
  font-size: 11px;
  padding: 5px 10px;
}
.sidebar .product-items .product-item-details {
  margin-left: 0 !important;
  display: block;
  padding-left: 90px;
}
.sidebar .product-items .price-box {
  margin: 5px 0;
}
.sidebar .block-reorder .product-item {
  padding-left: 0;
}
.sidebar .block-reorder .product-item .checkbox {
  top: 0px;
}
.sidebar .block-reorder .actions-toolbar {
  max-width: 100%;
  margin: 5px 0;
}
.sidebar .block-reorder .product-items .product-item-name a {
  font-weight: normal;
}
.sidebar .actions-toolbar .action {
  font-size: 13px;
  text-transform: uppercase;
  padding: 4px 8px;
}
.sidebar .filter-options-title:last-of-type {
  border-bottom: 0 !important;
}
/* ------------------------------------------------------------
   End Sidebar ------------------------------------------------
--------------------------------------------------------------- */
/* ------------------------------------------------------------
   Bestseller Products Section --------------------------------
--------------------------------------------------------------- */
.bestseller-product .section-title .sort-detail {
  margin-bottom: 30px;
}
.bestseller-product .products-grid .product-item {
  background-color: #fff;
  padding: 0 !important;
  border: 1px solid #ddd;
}
.bestseller-product .mage-bestseller-slider .owl-carousel .owl-item img {
  width: auto;
}
.bestseller-product .mage-bestseller-slider .owl-carousel .owl-stage-outer {
  padding: 10px 0 0;
}
.bestseller-product .mage-bestseller-slider .owl-carousel .owl-dots {
  text-align: center;
  padding-top: 10px;
}
.bestseller-product .mage-bestseller-slider .owl-carousel .owl-dots .owl-dot {
  margin: 0 3px;
  cursor: pointer;
}
.bestseller-product .mage-bestseller-slider .owl-carousel .owl-nav {
  opacity: 1;
  visibility: visible;
  width: 100%;
  position: absolute;
  top: 50%;
  margin-top: 0;
}
.bestseller-product .mage-bestseller-slider .owl-carousel .owl-nav > div {
  padding: 0;
  margin: 0;
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 50%;
  margin: 0 5px;
  outline: none;
  position: absolute;
  z-index: 9;
  transition: all 300ms ease-in 0s;
  -moz-transition: all 300ms ease-in 0s;
  -webkit-transition: all 300ms ease-in 0s;
  cursor: pointer;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 0;
}
.bestseller-product .mage-bestseller-slider .owl-carousel .owl-nav > div.owl-prev {
  left: -60px;
}
.bestseller-product .mage-bestseller-slider .owl-carousel .owl-nav > div.owl-prev:before {
  content: "\e64a";
  font-family: 'themify';
  color: #ffffff;
  font-size: 13px;
  border: 0;
  width: 30px;
  height: 30px;
  line-height: 42px;
  left: 0;
  top: 0;
}
.bestseller-product .mage-bestseller-slider .owl-carousel .owl-nav > div.owl-next {
  right: -60px;
}
.bestseller-product .mage-bestseller-slider .owl-carousel .owl-nav > div.owl-next:before {
  content: "\e649";
  font-family: 'themify';
  color: #ffffff;
  font-size: 13px;
  border: 0;
  width: 30px;
  height: 30px;
  line-height: 42px;
  left: 0;
  top: 0;
}
.bestseller-product .mage-bestseller-slider .owl-carousel:hover .owl-nav {
  opacity: 1;
  visibility: visible;
}
.bestseller-product .products {
  margin: 0 !important;
}
.bestseller-product .view-more-btn {
  text-align: center;
  margin-top: 25px;
  display: block;
}
.bestseller-product .view-more-btn .btn {
  padding: 10px 30px;
  font-weight: 400;
}
.bestseller-product.cwsBestSeller .products-grid .item {
  margin-right: 2%;
  margin-left: 0;
  border: 0;
  text-align: center;
}
.bestseller-product.cwsBestSeller .products-grid.grid2 .item {
  width: 49%;
}
.bestseller-product.cwsBestSeller .products-grid.grid2 .item:nth-child(2n) {
  margin-right: 0;
}
.bestseller-product.cwsBestSeller .products-grid.grid3 .item {
  width: 32%;
}
.bestseller-product.cwsBestSeller .products-grid.grid3 .item:nth-child(3n) {
  margin-right: 0;
}
.bestseller-product.cwsBestSeller .products-grid.grid4 .item {
  width: 23.5%;
}
.bestseller-product.cwsBestSeller .products-grid.grid4 .item:nth-child(4n) {
  margin-right: 0;
}
.bestseller-product.cwsBestSeller .products-grid.grid5 .item {
  width: 18.4%;
}
.bestseller-product.cwsBestSeller .products-grid.grid5 .item:nth-child(5n) {
  margin-right: 0;
}
.bestseller-product.cwsBestSeller .products-grid.grid6 .item {
  width: 15%;
}
.bestseller-product.cwsBestSeller .products-grid.grid6 .item:nth-child(6n) {
  margin-right: 0;
}
.bestseller-product.cwsBestSeller .products-grid .product-item {
  border: 0;
}
.bestseller-product.cwsBestSeller .products-grid .product-item .product-detail,
.bestseller-product.cwsBestSeller .products-grid .product-item .product-item-details {
  padding: 10px;
}
.bestseller-product.cwsBestSeller .products-grid .product-item .product-image-container {
  padding-top: 0;
  display: block;
  margin: 0 auto;
  width: 100% !important;
}
.bestseller-product.cwsBestSeller .products-grid .product-item .product-item-description .action {
  font-size: 13px;
  text-transform: uppercase;
  font-weight: normal;
  display: inline-block;
  padding: 7px 14px;
  margin-bottom: 20px;
}
.bestseller-product .mageBestsellerToolbar {
  font-size: 13px;
  text-transform: uppercase;
  padding: 10px 20px;
  border: 0;
  background-color: #efefef;
}
.bestseller-product .mageBestsellerToolbar .toolbar-amount {
  font-weight: normal;
  line-height: 31px;
  padding: 0;
}
.bestseller-product .mageBestsellerToolbar .limiter-options {
  height: 32px;
  line-height: 30px;
}
.bestseller-product .mageBestsellerToolbar .pager {
  text-align: center;
}
.bestseller-product .mageBestsellerToolbar .pager .toolbar .pages {
  display: inline-block;
}
.bestseller-product .mageBestsellerToolbar .pages .items {
  margin-left: 0 !important;
}
.bestseller-product .mageBestsellerToolbar .pages .item .action {
  width: 32px;
  border: 0;
  border-radius: 100px;
  -webkit-border-radius: 100px;
}
.bestseller-product .mageBestsellerToolbar .pages .item .action.next {
  margin-left: 10px;
}
.bestseller-product .mageBestsellerToolbar .pages .item .action.next:before {
  content: "\e649";
  font-family: 'themify';
  font-size: 11px;
  line-height: inherit;
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.bestseller-product .mageBestsellerToolbar .pages .item .action.previous {
  margin-right: 10px;
}
.bestseller-product .mageBestsellerToolbar .pages .item .action.previous:before {
  content: "\e64a";
  font-family: 'themify';
  font-size: 11px;
  line-height: inherit;
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.bestseller-product .mageBestsellerToolbar .pages .item a.page {
  border: 0;
  background: #f5f5f5;
  font-weight: normal;
  padding: 0;
  width: 30px;
  line-height: 30px;
  border-radius: 100px;
  -webkit-border-radius: 100px;
  box-shadow: none;
  -webkit-box-shadow: none;
}
.bestseller-product .mageBestsellerToolbar .pages .item.current strong.page {
  padding: 0;
  width: 30px;
  line-height: 30px;
  border: 0;
  box-shadow: none;
  -webkit-box-shadow: none;
  border-radius: 100px;
  -webkit-border-radius: 100px;
  font-weight: normal;
}
/* ------------------------------------------------------------
   End Bestseller Products Section ----------------------------
--------------------------------------------------------------- */
/* ------------------------------------------------------------
   Common Pages  ----------------------------------------------
--------------------------------------------------------------- */
/* Subcategories Listing */
.catalog-category-view .category-view:before,
.catalog-category-view .category-view:after {
  content: '';
  clear: both;
  display: block;
}
.catalog-category-view .category-view .subcategory-grid {
  margin: 0;
  display: -webkit-flex;
  display: -webkit-box;
  display: -moz-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -o-align-items: center;
  align-items: center;
}
.catalog-category-view .category-view .subcategory-grid:before,
.catalog-category-view .category-view .subcategory-grid:after {
  content: '';
  clear: both;
  display: block;
}
.catalog-category-view .category-view .subcategory-grid > li {
  float: left;
  width: 23.5%;
  margin-right: 2%;
  margin-bottom: 2%;
  position: relative;
  overflow: hidden;
}
.catalog-category-view .category-view .subcategory-grid > li:nth-child(4n) {
  margin-right: 0;
}
.catalog-category-view .category-view .subcategory-grid > li .block-promo {
  margin-bottom: 0;
}
.catalog-category-view .category-view .subcategory-grid > li .product-item-name {
  font-size: 15px;
  font-weight: 500;
  text-transform: uppercase;
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
  z-index: 89;
  width: 90%;
  margin: 0 auto;
  background: rgba(255, 255, 255, 0.89);
  display: block;
  text-align: center;
}
.catalog-category-view .category-view .subcategory-grid > li .product-item-name a {
  line-height: normal;
  padding: 10px;
  display: block;
  font-weight: 500;
}
.catalog-category-view .category-view .subcategory-grid > li img {
  display: block;
}
.catalog-category-view .category-view .subcategory-grid > li:hover .block-promo img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
/* End Subcategories Listing */
/* Category Page */
.posh-auto-parts-style-1.page-layout-2columns-left .column.main,
.posh-auto-parts-style-2.page-layout-2columns-left .column.main,
.posh-auto-parts-style-3.page-layout-2columns-left .column.main,
.posh-auto-parts-style-4.page-layout-2columns-left .column.main,
.posh-auto-parts-style-5.page-layout-2columns-left .column.main,
.posh-auto-parts-style-1.page-layout-2columns-right .column.main,
.posh-auto-parts-style-2.page-layout-2columns-right .column.main,
.posh-auto-parts-style-3.page-layout-2columns-right .column.main,
.posh-auto-parts-style-4.page-layout-2columns-right .column.main,
.posh-auto-parts-style-5.page-layout-2columns-right .column.main,
.posh-auto-parts-style-1.page-with-filter .column.main,
.posh-auto-parts-style-2.page-with-filter .column.main,
.posh-auto-parts-style-3.page-with-filter .column.main,
.posh-auto-parts-style-4.page-with-filter .column.main,
.posh-auto-parts-style-5.page-with-filter .column.main {
  width: 74.35897436%;
  padding-bottom: 0;
}
.posh-auto-parts-style-1.page-layout-2columns-left .category-description h3,
.posh-auto-parts-style-2.page-layout-2columns-left .category-description h3,
.posh-auto-parts-style-3.page-layout-2columns-left .category-description h3,
.posh-auto-parts-style-4.page-layout-2columns-left .category-description h3,
.posh-auto-parts-style-5.page-layout-2columns-left .category-description h3,
.posh-auto-parts-style-1.page-layout-2columns-right .category-description h3,
.posh-auto-parts-style-2.page-layout-2columns-right .category-description h3,
.posh-auto-parts-style-3.page-layout-2columns-right .category-description h3,
.posh-auto-parts-style-4.page-layout-2columns-right .category-description h3,
.posh-auto-parts-style-5.page-layout-2columns-right .category-description h3,
.posh-auto-parts-style-1.page-with-filter .category-description h3,
.posh-auto-parts-style-2.page-with-filter .category-description h3,
.posh-auto-parts-style-3.page-with-filter .category-description h3,
.posh-auto-parts-style-4.page-with-filter .category-description h3,
.posh-auto-parts-style-5.page-with-filter .category-description h3 {
  font-weight: 700;
  margin: 20px 0;
}
.posh-auto-parts-style-1.page-layout-2columns-left .category-description ul,
.posh-auto-parts-style-2.page-layout-2columns-left .category-description ul,
.posh-auto-parts-style-3.page-layout-2columns-left .category-description ul,
.posh-auto-parts-style-4.page-layout-2columns-left .category-description ul,
.posh-auto-parts-style-5.page-layout-2columns-left .category-description ul,
.posh-auto-parts-style-1.page-layout-2columns-right .category-description ul,
.posh-auto-parts-style-2.page-layout-2columns-right .category-description ul,
.posh-auto-parts-style-3.page-layout-2columns-right .category-description ul,
.posh-auto-parts-style-4.page-layout-2columns-right .category-description ul,
.posh-auto-parts-style-5.page-layout-2columns-right .category-description ul,
.posh-auto-parts-style-1.page-with-filter .category-description ul,
.posh-auto-parts-style-2.page-with-filter .category-description ul,
.posh-auto-parts-style-3.page-with-filter .category-description ul,
.posh-auto-parts-style-4.page-with-filter .category-description ul,
.posh-auto-parts-style-5.page-with-filter .category-description ul {
  list-style: none;
  padding: 0;
  margin: 0 0 10px;
}
.posh-auto-parts-style-1.page-layout-2columns-left .category-description ul > li,
.posh-auto-parts-style-2.page-layout-2columns-left .category-description ul > li,
.posh-auto-parts-style-3.page-layout-2columns-left .category-description ul > li,
.posh-auto-parts-style-4.page-layout-2columns-left .category-description ul > li,
.posh-auto-parts-style-5.page-layout-2columns-left .category-description ul > li,
.posh-auto-parts-style-1.page-layout-2columns-right .category-description ul > li,
.posh-auto-parts-style-2.page-layout-2columns-right .category-description ul > li,
.posh-auto-parts-style-3.page-layout-2columns-right .category-description ul > li,
.posh-auto-parts-style-4.page-layout-2columns-right .category-description ul > li,
.posh-auto-parts-style-5.page-layout-2columns-right .category-description ul > li,
.posh-auto-parts-style-1.page-with-filter .category-description ul > li,
.posh-auto-parts-style-2.page-with-filter .category-description ul > li,
.posh-auto-parts-style-3.page-with-filter .category-description ul > li,
.posh-auto-parts-style-4.page-with-filter .category-description ul > li,
.posh-auto-parts-style-5.page-with-filter .category-description ul > li {
  position: relative;
  padding-left: 20px;
  margin: 0 0 5px;
  line-height: normal;
}
.posh-auto-parts-style-1.page-layout-2columns-left .category-description ul > li:before,
.posh-auto-parts-style-2.page-layout-2columns-left .category-description ul > li:before,
.posh-auto-parts-style-3.page-layout-2columns-left .category-description ul > li:before,
.posh-auto-parts-style-4.page-layout-2columns-left .category-description ul > li:before,
.posh-auto-parts-style-5.page-layout-2columns-left .category-description ul > li:before,
.posh-auto-parts-style-1.page-layout-2columns-right .category-description ul > li:before,
.posh-auto-parts-style-2.page-layout-2columns-right .category-description ul > li:before,
.posh-auto-parts-style-3.page-layout-2columns-right .category-description ul > li:before,
.posh-auto-parts-style-4.page-layout-2columns-right .category-description ul > li:before,
.posh-auto-parts-style-5.page-layout-2columns-right .category-description ul > li:before,
.posh-auto-parts-style-1.page-with-filter .category-description ul > li:before,
.posh-auto-parts-style-2.page-with-filter .category-description ul > li:before,
.posh-auto-parts-style-3.page-with-filter .category-description ul > li:before,
.posh-auto-parts-style-4.page-with-filter .category-description ul > li:before,
.posh-auto-parts-style-5.page-with-filter .category-description ul > li:before {
  content: "\f00c";
  font-family: 'FontAwesome';
  font-size: 13px;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 1px;
}
.posh-auto-parts-style-1.page-layout-2columns-left .sidebar,
.posh-auto-parts-style-2.page-layout-2columns-left .sidebar,
.posh-auto-parts-style-3.page-layout-2columns-left .sidebar,
.posh-auto-parts-style-4.page-layout-2columns-left .sidebar,
.posh-auto-parts-style-5.page-layout-2columns-left .sidebar,
.posh-auto-parts-style-1.page-layout-2columns-right .sidebar,
.posh-auto-parts-style-2.page-layout-2columns-right .sidebar,
.posh-auto-parts-style-3.page-layout-2columns-right .sidebar,
.posh-auto-parts-style-4.page-layout-2columns-right .sidebar,
.posh-auto-parts-style-5.page-layout-2columns-right .sidebar,
.posh-auto-parts-style-1.page-with-filter .sidebar,
.posh-auto-parts-style-2.page-with-filter .sidebar,
.posh-auto-parts-style-3.page-with-filter .sidebar,
.posh-auto-parts-style-4.page-with-filter .sidebar,
.posh-auto-parts-style-5.page-with-filter .sidebar {
  width: 25.64102564%;
  padding-right: 2.56410256%;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -o-flex;
  display: flex;
  -ms-flex-align: center;
  flex-wrap: wrap;
}
.posh-auto-parts-style-1.page-layout-2columns-left .sidebar .cwsMostviewed .title,
.posh-auto-parts-style-2.page-layout-2columns-left .sidebar .cwsMostviewed .title,
.posh-auto-parts-style-3.page-layout-2columns-left .sidebar .cwsMostviewed .title,
.posh-auto-parts-style-4.page-layout-2columns-left .sidebar .cwsMostviewed .title,
.posh-auto-parts-style-5.page-layout-2columns-left .sidebar .cwsMostviewed .title,
.posh-auto-parts-style-1.page-layout-2columns-right .sidebar .cwsMostviewed .title,
.posh-auto-parts-style-2.page-layout-2columns-right .sidebar .cwsMostviewed .title,
.posh-auto-parts-style-3.page-layout-2columns-right .sidebar .cwsMostviewed .title,
.posh-auto-parts-style-4.page-layout-2columns-right .sidebar .cwsMostviewed .title,
.posh-auto-parts-style-5.page-layout-2columns-right .sidebar .cwsMostviewed .title,
.posh-auto-parts-style-1.page-with-filter .sidebar .cwsMostviewed .title,
.posh-auto-parts-style-2.page-with-filter .sidebar .cwsMostviewed .title,
.posh-auto-parts-style-3.page-with-filter .sidebar .cwsMostviewed .title,
.posh-auto-parts-style-4.page-with-filter .sidebar .cwsMostviewed .title,
.posh-auto-parts-style-5.page-with-filter .sidebar .cwsMostviewed .title {
  margin: 0;
}
.posh-auto-parts-style-1.page-layout-2columns-left .sidebar .listMostviewed .title h3,
.posh-auto-parts-style-2.page-layout-2columns-left .sidebar .listMostviewed .title h3,
.posh-auto-parts-style-3.page-layout-2columns-left .sidebar .listMostviewed .title h3,
.posh-auto-parts-style-4.page-layout-2columns-left .sidebar .listMostviewed .title h3,
.posh-auto-parts-style-5.page-layout-2columns-left .sidebar .listMostviewed .title h3,
.posh-auto-parts-style-1.page-layout-2columns-right .sidebar .listMostviewed .title h3,
.posh-auto-parts-style-2.page-layout-2columns-right .sidebar .listMostviewed .title h3,
.posh-auto-parts-style-3.page-layout-2columns-right .sidebar .listMostviewed .title h3,
.posh-auto-parts-style-4.page-layout-2columns-right .sidebar .listMostviewed .title h3,
.posh-auto-parts-style-5.page-layout-2columns-right .sidebar .listMostviewed .title h3,
.posh-auto-parts-style-1.page-with-filter .sidebar .listMostviewed .title h3,
.posh-auto-parts-style-2.page-with-filter .sidebar .listMostviewed .title h3,
.posh-auto-parts-style-3.page-with-filter .sidebar .listMostviewed .title h3,
.posh-auto-parts-style-4.page-with-filter .sidebar .listMostviewed .title h3,
.posh-auto-parts-style-5.page-with-filter .sidebar .listMostviewed .title h3 {
  font-weight: 500;
}
.posh-auto-parts-style-1.page-layout-2columns-left .sidebar .product-items .product-image-container,
.posh-auto-parts-style-2.page-layout-2columns-left .sidebar .product-items .product-image-container,
.posh-auto-parts-style-3.page-layout-2columns-left .sidebar .product-items .product-image-container,
.posh-auto-parts-style-4.page-layout-2columns-left .sidebar .product-items .product-image-container,
.posh-auto-parts-style-5.page-layout-2columns-left .sidebar .product-items .product-image-container,
.posh-auto-parts-style-1.page-layout-2columns-right .sidebar .product-items .product-image-container,
.posh-auto-parts-style-2.page-layout-2columns-right .sidebar .product-items .product-image-container,
.posh-auto-parts-style-3.page-layout-2columns-right .sidebar .product-items .product-image-container,
.posh-auto-parts-style-4.page-layout-2columns-right .sidebar .product-items .product-image-container,
.posh-auto-parts-style-5.page-layout-2columns-right .sidebar .product-items .product-image-container,
.posh-auto-parts-style-1.page-with-filter .sidebar .product-items .product-image-container,
.posh-auto-parts-style-2.page-with-filter .sidebar .product-items .product-image-container,
.posh-auto-parts-style-3.page-with-filter .sidebar .product-items .product-image-container,
.posh-auto-parts-style-4.page-with-filter .sidebar .product-items .product-image-container,
.posh-auto-parts-style-5.page-with-filter .sidebar .product-items .product-image-container {
  display: block;
  width: 70px !important;
}
.posh-auto-parts-style-1.page-layout-2columns-left .sidebar .product-items .product-item,
.posh-auto-parts-style-2.page-layout-2columns-left .sidebar .product-items .product-item,
.posh-auto-parts-style-3.page-layout-2columns-left .sidebar .product-items .product-item,
.posh-auto-parts-style-4.page-layout-2columns-left .sidebar .product-items .product-item,
.posh-auto-parts-style-5.page-layout-2columns-left .sidebar .product-items .product-item,
.posh-auto-parts-style-1.page-layout-2columns-right .sidebar .product-items .product-item,
.posh-auto-parts-style-2.page-layout-2columns-right .sidebar .product-items .product-item,
.posh-auto-parts-style-3.page-layout-2columns-right .sidebar .product-items .product-item,
.posh-auto-parts-style-4.page-layout-2columns-right .sidebar .product-items .product-item,
.posh-auto-parts-style-5.page-layout-2columns-right .sidebar .product-items .product-item,
.posh-auto-parts-style-1.page-with-filter .sidebar .product-items .product-item,
.posh-auto-parts-style-2.page-with-filter .sidebar .product-items .product-item,
.posh-auto-parts-style-3.page-with-filter .sidebar .product-items .product-item,
.posh-auto-parts-style-4.page-with-filter .sidebar .product-items .product-item,
.posh-auto-parts-style-5.page-with-filter .sidebar .product-items .product-item {
  padding-bottom: 5px;
  margin-bottom: 10px;
  border-bottom: 0 !important;
}
.posh-auto-parts-style-1.page-layout-2columns-left .sidebar .product-items .product-item:before,
.posh-auto-parts-style-2.page-layout-2columns-left .sidebar .product-items .product-item:before,
.posh-auto-parts-style-3.page-layout-2columns-left .sidebar .product-items .product-item:before,
.posh-auto-parts-style-4.page-layout-2columns-left .sidebar .product-items .product-item:before,
.posh-auto-parts-style-5.page-layout-2columns-left .sidebar .product-items .product-item:before,
.posh-auto-parts-style-1.page-layout-2columns-right .sidebar .product-items .product-item:before,
.posh-auto-parts-style-2.page-layout-2columns-right .sidebar .product-items .product-item:before,
.posh-auto-parts-style-3.page-layout-2columns-right .sidebar .product-items .product-item:before,
.posh-auto-parts-style-4.page-layout-2columns-right .sidebar .product-items .product-item:before,
.posh-auto-parts-style-5.page-layout-2columns-right .sidebar .product-items .product-item:before,
.posh-auto-parts-style-1.page-with-filter .sidebar .product-items .product-item:before,
.posh-auto-parts-style-2.page-with-filter .sidebar .product-items .product-item:before,
.posh-auto-parts-style-3.page-with-filter .sidebar .product-items .product-item:before,
.posh-auto-parts-style-4.page-with-filter .sidebar .product-items .product-item:before,
.posh-auto-parts-style-5.page-with-filter .sidebar .product-items .product-item:before,
.posh-auto-parts-style-1.page-layout-2columns-left .sidebar .product-items .product-item:after,
.posh-auto-parts-style-2.page-layout-2columns-left .sidebar .product-items .product-item:after,
.posh-auto-parts-style-3.page-layout-2columns-left .sidebar .product-items .product-item:after,
.posh-auto-parts-style-4.page-layout-2columns-left .sidebar .product-items .product-item:after,
.posh-auto-parts-style-5.page-layout-2columns-left .sidebar .product-items .product-item:after,
.posh-auto-parts-style-1.page-layout-2columns-right .sidebar .product-items .product-item:after,
.posh-auto-parts-style-2.page-layout-2columns-right .sidebar .product-items .product-item:after,
.posh-auto-parts-style-3.page-layout-2columns-right .sidebar .product-items .product-item:after,
.posh-auto-parts-style-4.page-layout-2columns-right .sidebar .product-items .product-item:after,
.posh-auto-parts-style-5.page-layout-2columns-right .sidebar .product-items .product-item:after,
.posh-auto-parts-style-1.page-with-filter .sidebar .product-items .product-item:after,
.posh-auto-parts-style-2.page-with-filter .sidebar .product-items .product-item:after,
.posh-auto-parts-style-3.page-with-filter .sidebar .product-items .product-item:after,
.posh-auto-parts-style-4.page-with-filter .sidebar .product-items .product-item:after,
.posh-auto-parts-style-5.page-with-filter .sidebar .product-items .product-item:after {
  content: '';
  clear: both;
  display: block;
}
.posh-auto-parts-style-1.page-layout-2columns-left .sidebar .product-items .product-item-info .product-item-photo,
.posh-auto-parts-style-2.page-layout-2columns-left .sidebar .product-items .product-item-info .product-item-photo,
.posh-auto-parts-style-3.page-layout-2columns-left .sidebar .product-items .product-item-info .product-item-photo,
.posh-auto-parts-style-4.page-layout-2columns-left .sidebar .product-items .product-item-info .product-item-photo,
.posh-auto-parts-style-5.page-layout-2columns-left .sidebar .product-items .product-item-info .product-item-photo,
.posh-auto-parts-style-1.page-layout-2columns-right .sidebar .product-items .product-item-info .product-item-photo,
.posh-auto-parts-style-2.page-layout-2columns-right .sidebar .product-items .product-item-info .product-item-photo,
.posh-auto-parts-style-3.page-layout-2columns-right .sidebar .product-items .product-item-info .product-item-photo,
.posh-auto-parts-style-4.page-layout-2columns-right .sidebar .product-items .product-item-info .product-item-photo,
.posh-auto-parts-style-5.page-layout-2columns-right .sidebar .product-items .product-item-info .product-item-photo,
.posh-auto-parts-style-1.page-with-filter .sidebar .product-items .product-item-info .product-item-photo,
.posh-auto-parts-style-2.page-with-filter .sidebar .product-items .product-item-info .product-item-photo,
.posh-auto-parts-style-3.page-with-filter .sidebar .product-items .product-item-info .product-item-photo,
.posh-auto-parts-style-4.page-with-filter .sidebar .product-items .product-item-info .product-item-photo,
.posh-auto-parts-style-5.page-with-filter .sidebar .product-items .product-item-info .product-item-photo {
  border: 1px solid #cdcdcd;
  position: static;
  float: left;
}
.posh-auto-parts-style-1.page-layout-2columns-left .sidebar .product-items .product-item-actions,
.posh-auto-parts-style-2.page-layout-2columns-left .sidebar .product-items .product-item-actions,
.posh-auto-parts-style-3.page-layout-2columns-left .sidebar .product-items .product-item-actions,
.posh-auto-parts-style-4.page-layout-2columns-left .sidebar .product-items .product-item-actions,
.posh-auto-parts-style-5.page-layout-2columns-left .sidebar .product-items .product-item-actions,
.posh-auto-parts-style-1.page-layout-2columns-right .sidebar .product-items .product-item-actions,
.posh-auto-parts-style-2.page-layout-2columns-right .sidebar .product-items .product-item-actions,
.posh-auto-parts-style-3.page-layout-2columns-right .sidebar .product-items .product-item-actions,
.posh-auto-parts-style-4.page-layout-2columns-right .sidebar .product-items .product-item-actions,
.posh-auto-parts-style-5.page-layout-2columns-right .sidebar .product-items .product-item-actions,
.posh-auto-parts-style-1.page-with-filter .sidebar .product-items .product-item-actions,
.posh-auto-parts-style-2.page-with-filter .sidebar .product-items .product-item-actions,
.posh-auto-parts-style-3.page-with-filter .sidebar .product-items .product-item-actions,
.posh-auto-parts-style-4.page-with-filter .sidebar .product-items .product-item-actions,
.posh-auto-parts-style-5.page-with-filter .sidebar .product-items .product-item-actions {
  margin-top: 0;
}
.posh-auto-parts-style-1.page-layout-2columns-left .sidebar .product-items .product-item-details .price-box,
.posh-auto-parts-style-2.page-layout-2columns-left .sidebar .product-items .product-item-details .price-box,
.posh-auto-parts-style-3.page-layout-2columns-left .sidebar .product-items .product-item-details .price-box,
.posh-auto-parts-style-4.page-layout-2columns-left .sidebar .product-items .product-item-details .price-box,
.posh-auto-parts-style-5.page-layout-2columns-left .sidebar .product-items .product-item-details .price-box,
.posh-auto-parts-style-1.page-layout-2columns-right .sidebar .product-items .product-item-details .price-box,
.posh-auto-parts-style-2.page-layout-2columns-right .sidebar .product-items .product-item-details .price-box,
.posh-auto-parts-style-3.page-layout-2columns-right .sidebar .product-items .product-item-details .price-box,
.posh-auto-parts-style-4.page-layout-2columns-right .sidebar .product-items .product-item-details .price-box,
.posh-auto-parts-style-5.page-layout-2columns-right .sidebar .product-items .product-item-details .price-box,
.posh-auto-parts-style-1.page-with-filter .sidebar .product-items .product-item-details .price-box,
.posh-auto-parts-style-2.page-with-filter .sidebar .product-items .product-item-details .price-box,
.posh-auto-parts-style-3.page-with-filter .sidebar .product-items .product-item-details .price-box,
.posh-auto-parts-style-4.page-with-filter .sidebar .product-items .product-item-details .price-box,
.posh-auto-parts-style-5.page-with-filter .sidebar .product-items .product-item-details .price-box {
  margin: 0;
}
.posh-auto-parts-style-1.page-layout-2columns-left .sidebar .product-items .product-item-details .price-box .price-label,
.posh-auto-parts-style-2.page-layout-2columns-left .sidebar .product-items .product-item-details .price-box .price-label,
.posh-auto-parts-style-3.page-layout-2columns-left .sidebar .product-items .product-item-details .price-box .price-label,
.posh-auto-parts-style-4.page-layout-2columns-left .sidebar .product-items .product-item-details .price-box .price-label,
.posh-auto-parts-style-5.page-layout-2columns-left .sidebar .product-items .product-item-details .price-box .price-label,
.posh-auto-parts-style-1.page-layout-2columns-right .sidebar .product-items .product-item-details .price-box .price-label,
.posh-auto-parts-style-2.page-layout-2columns-right .sidebar .product-items .product-item-details .price-box .price-label,
.posh-auto-parts-style-3.page-layout-2columns-right .sidebar .product-items .product-item-details .price-box .price-label,
.posh-auto-parts-style-4.page-layout-2columns-right .sidebar .product-items .product-item-details .price-box .price-label,
.posh-auto-parts-style-5.page-layout-2columns-right .sidebar .product-items .product-item-details .price-box .price-label,
.posh-auto-parts-style-1.page-with-filter .sidebar .product-items .product-item-details .price-box .price-label,
.posh-auto-parts-style-2.page-with-filter .sidebar .product-items .product-item-details .price-box .price-label,
.posh-auto-parts-style-3.page-with-filter .sidebar .product-items .product-item-details .price-box .price-label,
.posh-auto-parts-style-4.page-with-filter .sidebar .product-items .product-item-details .price-box .price-label,
.posh-auto-parts-style-5.page-with-filter .sidebar .product-items .product-item-details .price-box .price-label {
  display: none;
}
.posh-auto-parts-style-1.page-layout-2columns-left .sidebar .product-items .product-item-details .price-box .price,
.posh-auto-parts-style-2.page-layout-2columns-left .sidebar .product-items .product-item-details .price-box .price,
.posh-auto-parts-style-3.page-layout-2columns-left .sidebar .product-items .product-item-details .price-box .price,
.posh-auto-parts-style-4.page-layout-2columns-left .sidebar .product-items .product-item-details .price-box .price,
.posh-auto-parts-style-5.page-layout-2columns-left .sidebar .product-items .product-item-details .price-box .price,
.posh-auto-parts-style-1.page-layout-2columns-right .sidebar .product-items .product-item-details .price-box .price,
.posh-auto-parts-style-2.page-layout-2columns-right .sidebar .product-items .product-item-details .price-box .price,
.posh-auto-parts-style-3.page-layout-2columns-right .sidebar .product-items .product-item-details .price-box .price,
.posh-auto-parts-style-4.page-layout-2columns-right .sidebar .product-items .product-item-details .price-box .price,
.posh-auto-parts-style-5.page-layout-2columns-right .sidebar .product-items .product-item-details .price-box .price,
.posh-auto-parts-style-1.page-with-filter .sidebar .product-items .product-item-details .price-box .price,
.posh-auto-parts-style-2.page-with-filter .sidebar .product-items .product-item-details .price-box .price,
.posh-auto-parts-style-3.page-with-filter .sidebar .product-items .product-item-details .price-box .price,
.posh-auto-parts-style-4.page-with-filter .sidebar .product-items .product-item-details .price-box .price,
.posh-auto-parts-style-5.page-with-filter .sidebar .product-items .product-item-details .price-box .price {
  font-weight: 400;
}
.posh-auto-parts-style-1.page-layout-2columns-left .sidebar .finderProducts.vertical,
.posh-auto-parts-style-2.page-layout-2columns-left .sidebar .finderProducts.vertical,
.posh-auto-parts-style-3.page-layout-2columns-left .sidebar .finderProducts.vertical,
.posh-auto-parts-style-4.page-layout-2columns-left .sidebar .finderProducts.vertical,
.posh-auto-parts-style-5.page-layout-2columns-left .sidebar .finderProducts.vertical,
.posh-auto-parts-style-1.page-layout-2columns-right .sidebar .finderProducts.vertical,
.posh-auto-parts-style-2.page-layout-2columns-right .sidebar .finderProducts.vertical,
.posh-auto-parts-style-3.page-layout-2columns-right .sidebar .finderProducts.vertical,
.posh-auto-parts-style-4.page-layout-2columns-right .sidebar .finderProducts.vertical,
.posh-auto-parts-style-5.page-layout-2columns-right .sidebar .finderProducts.vertical,
.posh-auto-parts-style-1.page-with-filter .sidebar .finderProducts.vertical,
.posh-auto-parts-style-2.page-with-filter .sidebar .finderProducts.vertical,
.posh-auto-parts-style-3.page-with-filter .sidebar .finderProducts.vertical,
.posh-auto-parts-style-4.page-with-filter .sidebar .finderProducts.vertical,
.posh-auto-parts-style-5.page-with-filter .sidebar .finderProducts.vertical {
  max-width: 100%;
  margin-bottom: 40px;
}
.posh-auto-parts-style-1.page-layout-2columns-left .sidebar .finderProducts.vertical .container,
.posh-auto-parts-style-2.page-layout-2columns-left .sidebar .finderProducts.vertical .container,
.posh-auto-parts-style-3.page-layout-2columns-left .sidebar .finderProducts.vertical .container,
.posh-auto-parts-style-4.page-layout-2columns-left .sidebar .finderProducts.vertical .container,
.posh-auto-parts-style-5.page-layout-2columns-left .sidebar .finderProducts.vertical .container,
.posh-auto-parts-style-1.page-layout-2columns-right .sidebar .finderProducts.vertical .container,
.posh-auto-parts-style-2.page-layout-2columns-right .sidebar .finderProducts.vertical .container,
.posh-auto-parts-style-3.page-layout-2columns-right .sidebar .finderProducts.vertical .container,
.posh-auto-parts-style-4.page-layout-2columns-right .sidebar .finderProducts.vertical .container,
.posh-auto-parts-style-5.page-layout-2columns-right .sidebar .finderProducts.vertical .container,
.posh-auto-parts-style-1.page-with-filter .sidebar .finderProducts.vertical .container,
.posh-auto-parts-style-2.page-with-filter .sidebar .finderProducts.vertical .container,
.posh-auto-parts-style-3.page-with-filter .sidebar .finderProducts.vertical .container,
.posh-auto-parts-style-4.page-with-filter .sidebar .finderProducts.vertical .container,
.posh-auto-parts-style-5.page-with-filter .sidebar .finderProducts.vertical .container {
  padding-left: 0;
  padding-right: 0;
}
.posh-auto-parts-style-1.page-layout-2columns-left .sidebar .finderProducts.vertical h3,
.posh-auto-parts-style-2.page-layout-2columns-left .sidebar .finderProducts.vertical h3,
.posh-auto-parts-style-3.page-layout-2columns-left .sidebar .finderProducts.vertical h3,
.posh-auto-parts-style-4.page-layout-2columns-left .sidebar .finderProducts.vertical h3,
.posh-auto-parts-style-5.page-layout-2columns-left .sidebar .finderProducts.vertical h3,
.posh-auto-parts-style-1.page-layout-2columns-right .sidebar .finderProducts.vertical h3,
.posh-auto-parts-style-2.page-layout-2columns-right .sidebar .finderProducts.vertical h3,
.posh-auto-parts-style-3.page-layout-2columns-right .sidebar .finderProducts.vertical h3,
.posh-auto-parts-style-4.page-layout-2columns-right .sidebar .finderProducts.vertical h3,
.posh-auto-parts-style-5.page-layout-2columns-right .sidebar .finderProducts.vertical h3,
.posh-auto-parts-style-1.page-with-filter .sidebar .finderProducts.vertical h3,
.posh-auto-parts-style-2.page-with-filter .sidebar .finderProducts.vertical h3,
.posh-auto-parts-style-3.page-with-filter .sidebar .finderProducts.vertical h3,
.posh-auto-parts-style-4.page-with-filter .sidebar .finderProducts.vertical h3,
.posh-auto-parts-style-5.page-with-filter .sidebar .finderProducts.vertical h3 {
  font-size: 20px;
  font-weight: 400;
  display: block;
  margin-bottom: 15px;
  text-align: center;
}
.posh-auto-parts-style-1.page-layout-2columns-left .sidebar .finderProducts.vertical .button-set,
.posh-auto-parts-style-2.page-layout-2columns-left .sidebar .finderProducts.vertical .button-set,
.posh-auto-parts-style-3.page-layout-2columns-left .sidebar .finderProducts.vertical .button-set,
.posh-auto-parts-style-4.page-layout-2columns-left .sidebar .finderProducts.vertical .button-set,
.posh-auto-parts-style-5.page-layout-2columns-left .sidebar .finderProducts.vertical .button-set,
.posh-auto-parts-style-1.page-layout-2columns-right .sidebar .finderProducts.vertical .button-set,
.posh-auto-parts-style-2.page-layout-2columns-right .sidebar .finderProducts.vertical .button-set,
.posh-auto-parts-style-3.page-layout-2columns-right .sidebar .finderProducts.vertical .button-set,
.posh-auto-parts-style-4.page-layout-2columns-right .sidebar .finderProducts.vertical .button-set,
.posh-auto-parts-style-5.page-layout-2columns-right .sidebar .finderProducts.vertical .button-set,
.posh-auto-parts-style-1.page-with-filter .sidebar .finderProducts.vertical .button-set,
.posh-auto-parts-style-2.page-with-filter .sidebar .finderProducts.vertical .button-set,
.posh-auto-parts-style-3.page-with-filter .sidebar .finderProducts.vertical .button-set,
.posh-auto-parts-style-4.page-with-filter .sidebar .finderProducts.vertical .button-set,
.posh-auto-parts-style-5.page-with-filter .sidebar .finderProducts.vertical .button-set,
.posh-auto-parts-style-1.page-layout-2columns-left .sidebar .finderProducts.vertical ul,
.posh-auto-parts-style-2.page-layout-2columns-left .sidebar .finderProducts.vertical ul,
.posh-auto-parts-style-3.page-layout-2columns-left .sidebar .finderProducts.vertical ul,
.posh-auto-parts-style-4.page-layout-2columns-left .sidebar .finderProducts.vertical ul,
.posh-auto-parts-style-5.page-layout-2columns-left .sidebar .finderProducts.vertical ul,
.posh-auto-parts-style-1.page-layout-2columns-right .sidebar .finderProducts.vertical ul,
.posh-auto-parts-style-2.page-layout-2columns-right .sidebar .finderProducts.vertical ul,
.posh-auto-parts-style-3.page-layout-2columns-right .sidebar .finderProducts.vertical ul,
.posh-auto-parts-style-4.page-layout-2columns-right .sidebar .finderProducts.vertical ul,
.posh-auto-parts-style-5.page-layout-2columns-right .sidebar .finderProducts.vertical ul,
.posh-auto-parts-style-1.page-with-filter .sidebar .finderProducts.vertical ul,
.posh-auto-parts-style-2.page-with-filter .sidebar .finderProducts.vertical ul,
.posh-auto-parts-style-3.page-with-filter .sidebar .finderProducts.vertical ul,
.posh-auto-parts-style-4.page-with-filter .sidebar .finderProducts.vertical ul,
.posh-auto-parts-style-5.page-with-filter .sidebar .finderProducts.vertical ul {
  display: block;
}
.posh-auto-parts-style-1.page-layout-2columns-left .sidebar .finderProducts.vertical select,
.posh-auto-parts-style-2.page-layout-2columns-left .sidebar .finderProducts.vertical select,
.posh-auto-parts-style-3.page-layout-2columns-left .sidebar .finderProducts.vertical select,
.posh-auto-parts-style-4.page-layout-2columns-left .sidebar .finderProducts.vertical select,
.posh-auto-parts-style-5.page-layout-2columns-left .sidebar .finderProducts.vertical select,
.posh-auto-parts-style-1.page-layout-2columns-right .sidebar .finderProducts.vertical select,
.posh-auto-parts-style-2.page-layout-2columns-right .sidebar .finderProducts.vertical select,
.posh-auto-parts-style-3.page-layout-2columns-right .sidebar .finderProducts.vertical select,
.posh-auto-parts-style-4.page-layout-2columns-right .sidebar .finderProducts.vertical select,
.posh-auto-parts-style-5.page-layout-2columns-right .sidebar .finderProducts.vertical select,
.posh-auto-parts-style-1.page-with-filter .sidebar .finderProducts.vertical select,
.posh-auto-parts-style-2.page-with-filter .sidebar .finderProducts.vertical select,
.posh-auto-parts-style-3.page-with-filter .sidebar .finderProducts.vertical select,
.posh-auto-parts-style-4.page-with-filter .sidebar .finderProducts.vertical select,
.posh-auto-parts-style-5.page-with-filter .sidebar .finderProducts.vertical select {
  padding-left: 10px;
  height: 45px;
  line-height: 45px;
  background-image: url(../images/select-arw-g.png);
  border: 0 !important;
}
.posh-auto-parts-style-1.page-layout-2columns-left .sidebar .finderProducts.vertical .finderDropdowns li,
.posh-auto-parts-style-2.page-layout-2columns-left .sidebar .finderProducts.vertical .finderDropdowns li,
.posh-auto-parts-style-3.page-layout-2columns-left .sidebar .finderProducts.vertical .finderDropdowns li,
.posh-auto-parts-style-4.page-layout-2columns-left .sidebar .finderProducts.vertical .finderDropdowns li,
.posh-auto-parts-style-5.page-layout-2columns-left .sidebar .finderProducts.vertical .finderDropdowns li,
.posh-auto-parts-style-1.page-layout-2columns-right .sidebar .finderProducts.vertical .finderDropdowns li,
.posh-auto-parts-style-2.page-layout-2columns-right .sidebar .finderProducts.vertical .finderDropdowns li,
.posh-auto-parts-style-3.page-layout-2columns-right .sidebar .finderProducts.vertical .finderDropdowns li,
.posh-auto-parts-style-4.page-layout-2columns-right .sidebar .finderProducts.vertical .finderDropdowns li,
.posh-auto-parts-style-5.page-layout-2columns-right .sidebar .finderProducts.vertical .finderDropdowns li,
.posh-auto-parts-style-1.page-with-filter .sidebar .finderProducts.vertical .finderDropdowns li,
.posh-auto-parts-style-2.page-with-filter .sidebar .finderProducts.vertical .finderDropdowns li,
.posh-auto-parts-style-3.page-with-filter .sidebar .finderProducts.vertical .finderDropdowns li,
.posh-auto-parts-style-4.page-with-filter .sidebar .finderProducts.vertical .finderDropdowns li,
.posh-auto-parts-style-5.page-with-filter .sidebar .finderProducts.vertical .finderDropdowns li {
  margin-bottom: 15px;
}
.posh-auto-parts-style-1.page-layout-2columns-left .sidebar .finderProducts.vertical button,
.posh-auto-parts-style-2.page-layout-2columns-left .sidebar .finderProducts.vertical button,
.posh-auto-parts-style-3.page-layout-2columns-left .sidebar .finderProducts.vertical button,
.posh-auto-parts-style-4.page-layout-2columns-left .sidebar .finderProducts.vertical button,
.posh-auto-parts-style-5.page-layout-2columns-left .sidebar .finderProducts.vertical button,
.posh-auto-parts-style-1.page-layout-2columns-right .sidebar .finderProducts.vertical button,
.posh-auto-parts-style-2.page-layout-2columns-right .sidebar .finderProducts.vertical button,
.posh-auto-parts-style-3.page-layout-2columns-right .sidebar .finderProducts.vertical button,
.posh-auto-parts-style-4.page-layout-2columns-right .sidebar .finderProducts.vertical button,
.posh-auto-parts-style-5.page-layout-2columns-right .sidebar .finderProducts.vertical button,
.posh-auto-parts-style-1.page-with-filter .sidebar .finderProducts.vertical button,
.posh-auto-parts-style-2.page-with-filter .sidebar .finderProducts.vertical button,
.posh-auto-parts-style-3.page-with-filter .sidebar .finderProducts.vertical button,
.posh-auto-parts-style-4.page-with-filter .sidebar .finderProducts.vertical button,
.posh-auto-parts-style-5.page-with-filter .sidebar .finderProducts.vertical button,
.posh-auto-parts-style-1.page-layout-2columns-left .sidebar .finderProducts.vertical .cart.table-wrapper .actions-toolbar > .action,
.posh-auto-parts-style-2.page-layout-2columns-left .sidebar .finderProducts.vertical .cart.table-wrapper .actions-toolbar > .action,
.posh-auto-parts-style-3.page-layout-2columns-left .sidebar .finderProducts.vertical .cart.table-wrapper .actions-toolbar > .action,
.posh-auto-parts-style-4.page-layout-2columns-left .sidebar .finderProducts.vertical .cart.table-wrapper .actions-toolbar > .action,
.posh-auto-parts-style-5.page-layout-2columns-left .sidebar .finderProducts.vertical .cart.table-wrapper .actions-toolbar > .action,
.posh-auto-parts-style-1.page-layout-2columns-right .sidebar .finderProducts.vertical .cart.table-wrapper .actions-toolbar > .action,
.posh-auto-parts-style-2.page-layout-2columns-right .sidebar .finderProducts.vertical .cart.table-wrapper .actions-toolbar > .action,
.posh-auto-parts-style-3.page-layout-2columns-right .sidebar .finderProducts.vertical .cart.table-wrapper .actions-toolbar > .action,
.posh-auto-parts-style-4.page-layout-2columns-right .sidebar .finderProducts.vertical .cart.table-wrapper .actions-toolbar > .action,
.posh-auto-parts-style-5.page-layout-2columns-right .sidebar .finderProducts.vertical .cart.table-wrapper .actions-toolbar > .action,
.posh-auto-parts-style-1.page-with-filter .sidebar .finderProducts.vertical .cart.table-wrapper .actions-toolbar > .action,
.posh-auto-parts-style-2.page-with-filter .sidebar .finderProducts.vertical .cart.table-wrapper .actions-toolbar > .action,
.posh-auto-parts-style-3.page-with-filter .sidebar .finderProducts.vertical .cart.table-wrapper .actions-toolbar > .action,
.posh-auto-parts-style-4.page-with-filter .sidebar .finderProducts.vertical .cart.table-wrapper .actions-toolbar > .action,
.posh-auto-parts-style-5.page-with-filter .sidebar .finderProducts.vertical .cart.table-wrapper .actions-toolbar > .action,
.posh-auto-parts-style-1.page-layout-2columns-left .sidebar .finderProducts.vertical .action-gift,
.posh-auto-parts-style-2.page-layout-2columns-left .sidebar .finderProducts.vertical .action-gift,
.posh-auto-parts-style-3.page-layout-2columns-left .sidebar .finderProducts.vertical .action-gift,
.posh-auto-parts-style-4.page-layout-2columns-left .sidebar .finderProducts.vertical .action-gift,
.posh-auto-parts-style-5.page-layout-2columns-left .sidebar .finderProducts.vertical .action-gift,
.posh-auto-parts-style-1.page-layout-2columns-right .sidebar .finderProducts.vertical .action-gift,
.posh-auto-parts-style-2.page-layout-2columns-right .sidebar .finderProducts.vertical .action-gift,
.posh-auto-parts-style-3.page-layout-2columns-right .sidebar .finderProducts.vertical .action-gift,
.posh-auto-parts-style-4.page-layout-2columns-right .sidebar .finderProducts.vertical .action-gift,
.posh-auto-parts-style-5.page-layout-2columns-right .sidebar .finderProducts.vertical .action-gift,
.posh-auto-parts-style-1.page-with-filter .sidebar .finderProducts.vertical .action-gift,
.posh-auto-parts-style-2.page-with-filter .sidebar .finderProducts.vertical .action-gift,
.posh-auto-parts-style-3.page-with-filter .sidebar .finderProducts.vertical .action-gift,
.posh-auto-parts-style-4.page-with-filter .sidebar .finderProducts.vertical .action-gift,
.posh-auto-parts-style-5.page-with-filter .sidebar .finderProducts.vertical .action-gift {
  height: 45px;
  line-height: 45px;
  padding-top: 0;
  padding-bottom: 0;
  width: 47.5%;
  float: left;
}
.posh-auto-parts-style-1.page-layout-2columns-left .sidebar .finderProducts.vertical button.primary,
.posh-auto-parts-style-2.page-layout-2columns-left .sidebar .finderProducts.vertical button.primary,
.posh-auto-parts-style-3.page-layout-2columns-left .sidebar .finderProducts.vertical button.primary,
.posh-auto-parts-style-4.page-layout-2columns-left .sidebar .finderProducts.vertical button.primary,
.posh-auto-parts-style-5.page-layout-2columns-left .sidebar .finderProducts.vertical button.primary,
.posh-auto-parts-style-1.page-layout-2columns-right .sidebar .finderProducts.vertical button.primary,
.posh-auto-parts-style-2.page-layout-2columns-right .sidebar .finderProducts.vertical button.primary,
.posh-auto-parts-style-3.page-layout-2columns-right .sidebar .finderProducts.vertical button.primary,
.posh-auto-parts-style-4.page-layout-2columns-right .sidebar .finderProducts.vertical button.primary,
.posh-auto-parts-style-5.page-layout-2columns-right .sidebar .finderProducts.vertical button.primary,
.posh-auto-parts-style-1.page-with-filter .sidebar .finderProducts.vertical button.primary,
.posh-auto-parts-style-2.page-with-filter .sidebar .finderProducts.vertical button.primary,
.posh-auto-parts-style-3.page-with-filter .sidebar .finderProducts.vertical button.primary,
.posh-auto-parts-style-4.page-with-filter .sidebar .finderProducts.vertical button.primary,
.posh-auto-parts-style-5.page-with-filter .sidebar .finderProducts.vertical button.primary,
.posh-auto-parts-style-1.page-layout-2columns-left .sidebar .finderProducts.vertical .cart.table-wrapper .actions-toolbar > .action.primary,
.posh-auto-parts-style-2.page-layout-2columns-left .sidebar .finderProducts.vertical .cart.table-wrapper .actions-toolbar > .action.primary,
.posh-auto-parts-style-3.page-layout-2columns-left .sidebar .finderProducts.vertical .cart.table-wrapper .actions-toolbar > .action.primary,
.posh-auto-parts-style-4.page-layout-2columns-left .sidebar .finderProducts.vertical .cart.table-wrapper .actions-toolbar > .action.primary,
.posh-auto-parts-style-5.page-layout-2columns-left .sidebar .finderProducts.vertical .cart.table-wrapper .actions-toolbar > .action.primary,
.posh-auto-parts-style-1.page-layout-2columns-right .sidebar .finderProducts.vertical .cart.table-wrapper .actions-toolbar > .action.primary,
.posh-auto-parts-style-2.page-layout-2columns-right .sidebar .finderProducts.vertical .cart.table-wrapper .actions-toolbar > .action.primary,
.posh-auto-parts-style-3.page-layout-2columns-right .sidebar .finderProducts.vertical .cart.table-wrapper .actions-toolbar > .action.primary,
.posh-auto-parts-style-4.page-layout-2columns-right .sidebar .finderProducts.vertical .cart.table-wrapper .actions-toolbar > .action.primary,
.posh-auto-parts-style-5.page-layout-2columns-right .sidebar .finderProducts.vertical .cart.table-wrapper .actions-toolbar > .action.primary,
.posh-auto-parts-style-1.page-with-filter .sidebar .finderProducts.vertical .cart.table-wrapper .actions-toolbar > .action.primary,
.posh-auto-parts-style-2.page-with-filter .sidebar .finderProducts.vertical .cart.table-wrapper .actions-toolbar > .action.primary,
.posh-auto-parts-style-3.page-with-filter .sidebar .finderProducts.vertical .cart.table-wrapper .actions-toolbar > .action.primary,
.posh-auto-parts-style-4.page-with-filter .sidebar .finderProducts.vertical .cart.table-wrapper .actions-toolbar > .action.primary,
.posh-auto-parts-style-5.page-with-filter .sidebar .finderProducts.vertical .cart.table-wrapper .actions-toolbar > .action.primary,
.posh-auto-parts-style-1.page-layout-2columns-left .sidebar .finderProducts.vertical .action-gift.primary,
.posh-auto-parts-style-2.page-layout-2columns-left .sidebar .finderProducts.vertical .action-gift.primary,
.posh-auto-parts-style-3.page-layout-2columns-left .sidebar .finderProducts.vertical .action-gift.primary,
.posh-auto-parts-style-4.page-layout-2columns-left .sidebar .finderProducts.vertical .action-gift.primary,
.posh-auto-parts-style-5.page-layout-2columns-left .sidebar .finderProducts.vertical .action-gift.primary,
.posh-auto-parts-style-1.page-layout-2columns-right .sidebar .finderProducts.vertical .action-gift.primary,
.posh-auto-parts-style-2.page-layout-2columns-right .sidebar .finderProducts.vertical .action-gift.primary,
.posh-auto-parts-style-3.page-layout-2columns-right .sidebar .finderProducts.vertical .action-gift.primary,
.posh-auto-parts-style-4.page-layout-2columns-right .sidebar .finderProducts.vertical .action-gift.primary,
.posh-auto-parts-style-5.page-layout-2columns-right .sidebar .finderProducts.vertical .action-gift.primary,
.posh-auto-parts-style-1.page-with-filter .sidebar .finderProducts.vertical .action-gift.primary,
.posh-auto-parts-style-2.page-with-filter .sidebar .finderProducts.vertical .action-gift.primary,
.posh-auto-parts-style-3.page-with-filter .sidebar .finderProducts.vertical .action-gift.primary,
.posh-auto-parts-style-4.page-with-filter .sidebar .finderProducts.vertical .action-gift.primary,
.posh-auto-parts-style-5.page-with-filter .sidebar .finderProducts.vertical .action-gift.primary {
  margin-right: 2%;
}
.posh-auto-parts-style-1.page-layout-2columns-left .sidebar .finderProducts.vertical button.button,
.posh-auto-parts-style-2.page-layout-2columns-left .sidebar .finderProducts.vertical button.button,
.posh-auto-parts-style-3.page-layout-2columns-left .sidebar .finderProducts.vertical button.button,
.posh-auto-parts-style-4.page-layout-2columns-left .sidebar .finderProducts.vertical button.button,
.posh-auto-parts-style-5.page-layout-2columns-left .sidebar .finderProducts.vertical button.button,
.posh-auto-parts-style-1.page-layout-2columns-right .sidebar .finderProducts.vertical button.button,
.posh-auto-parts-style-2.page-layout-2columns-right .sidebar .finderProducts.vertical button.button,
.posh-auto-parts-style-3.page-layout-2columns-right .sidebar .finderProducts.vertical button.button,
.posh-auto-parts-style-4.page-layout-2columns-right .sidebar .finderProducts.vertical button.button,
.posh-auto-parts-style-5.page-layout-2columns-right .sidebar .finderProducts.vertical button.button,
.posh-auto-parts-style-1.page-with-filter .sidebar .finderProducts.vertical button.button,
.posh-auto-parts-style-2.page-with-filter .sidebar .finderProducts.vertical button.button,
.posh-auto-parts-style-3.page-with-filter .sidebar .finderProducts.vertical button.button,
.posh-auto-parts-style-4.page-with-filter .sidebar .finderProducts.vertical button.button,
.posh-auto-parts-style-5.page-with-filter .sidebar .finderProducts.vertical button.button,
.posh-auto-parts-style-1.page-layout-2columns-left .sidebar .finderProducts.vertical .cart.table-wrapper .actions-toolbar > .action.button,
.posh-auto-parts-style-2.page-layout-2columns-left .sidebar .finderProducts.vertical .cart.table-wrapper .actions-toolbar > .action.button,
.posh-auto-parts-style-3.page-layout-2columns-left .sidebar .finderProducts.vertical .cart.table-wrapper .actions-toolbar > .action.button,
.posh-auto-parts-style-4.page-layout-2columns-left .sidebar .finderProducts.vertical .cart.table-wrapper .actions-toolbar > .action.button,
.posh-auto-parts-style-5.page-layout-2columns-left .sidebar .finderProducts.vertical .cart.table-wrapper .actions-toolbar > .action.button,
.posh-auto-parts-style-1.page-layout-2columns-right .sidebar .finderProducts.vertical .cart.table-wrapper .actions-toolbar > .action.button,
.posh-auto-parts-style-2.page-layout-2columns-right .sidebar .finderProducts.vertical .cart.table-wrapper .actions-toolbar > .action.button,
.posh-auto-parts-style-3.page-layout-2columns-right .sidebar .finderProducts.vertical .cart.table-wrapper .actions-toolbar > .action.button,
.posh-auto-parts-style-4.page-layout-2columns-right .sidebar .finderProducts.vertical .cart.table-wrapper .actions-toolbar > .action.button,
.posh-auto-parts-style-5.page-layout-2columns-right .sidebar .finderProducts.vertical .cart.table-wrapper .actions-toolbar > .action.button,
.posh-auto-parts-style-1.page-with-filter .sidebar .finderProducts.vertical .cart.table-wrapper .actions-toolbar > .action.button,
.posh-auto-parts-style-2.page-with-filter .sidebar .finderProducts.vertical .cart.table-wrapper .actions-toolbar > .action.button,
.posh-auto-parts-style-3.page-with-filter .sidebar .finderProducts.vertical .cart.table-wrapper .actions-toolbar > .action.button,
.posh-auto-parts-style-4.page-with-filter .sidebar .finderProducts.vertical .cart.table-wrapper .actions-toolbar > .action.button,
.posh-auto-parts-style-5.page-with-filter .sidebar .finderProducts.vertical .cart.table-wrapper .actions-toolbar > .action.button,
.posh-auto-parts-style-1.page-layout-2columns-left .sidebar .finderProducts.vertical .action-gift.button,
.posh-auto-parts-style-2.page-layout-2columns-left .sidebar .finderProducts.vertical .action-gift.button,
.posh-auto-parts-style-3.page-layout-2columns-left .sidebar .finderProducts.vertical .action-gift.button,
.posh-auto-parts-style-4.page-layout-2columns-left .sidebar .finderProducts.vertical .action-gift.button,
.posh-auto-parts-style-5.page-layout-2columns-left .sidebar .finderProducts.vertical .action-gift.button,
.posh-auto-parts-style-1.page-layout-2columns-right .sidebar .finderProducts.vertical .action-gift.button,
.posh-auto-parts-style-2.page-layout-2columns-right .sidebar .finderProducts.vertical .action-gift.button,
.posh-auto-parts-style-3.page-layout-2columns-right .sidebar .finderProducts.vertical .action-gift.button,
.posh-auto-parts-style-4.page-layout-2columns-right .sidebar .finderProducts.vertical .action-gift.button,
.posh-auto-parts-style-5.page-layout-2columns-right .sidebar .finderProducts.vertical .action-gift.button,
.posh-auto-parts-style-1.page-with-filter .sidebar .finderProducts.vertical .action-gift.button,
.posh-auto-parts-style-2.page-with-filter .sidebar .finderProducts.vertical .action-gift.button,
.posh-auto-parts-style-3.page-with-filter .sidebar .finderProducts.vertical .action-gift.button,
.posh-auto-parts-style-4.page-with-filter .sidebar .finderProducts.vertical .action-gift.button,
.posh-auto-parts-style-5.page-with-filter .sidebar .finderProducts.vertical .action-gift.button {
  font-size: 14px;
  padding-bottom: 0;
  padding-top: 0;
  line-height: normal;
  margin-left: 2%;
}
.posh-auto-parts-style-1.page-layout-2columns-left .sidebar .finderProducts.vertical button.button span,
.posh-auto-parts-style-2.page-layout-2columns-left .sidebar .finderProducts.vertical button.button span,
.posh-auto-parts-style-3.page-layout-2columns-left .sidebar .finderProducts.vertical button.button span,
.posh-auto-parts-style-4.page-layout-2columns-left .sidebar .finderProducts.vertical button.button span,
.posh-auto-parts-style-5.page-layout-2columns-left .sidebar .finderProducts.vertical button.button span,
.posh-auto-parts-style-1.page-layout-2columns-right .sidebar .finderProducts.vertical button.button span,
.posh-auto-parts-style-2.page-layout-2columns-right .sidebar .finderProducts.vertical button.button span,
.posh-auto-parts-style-3.page-layout-2columns-right .sidebar .finderProducts.vertical button.button span,
.posh-auto-parts-style-4.page-layout-2columns-right .sidebar .finderProducts.vertical button.button span,
.posh-auto-parts-style-5.page-layout-2columns-right .sidebar .finderProducts.vertical button.button span,
.posh-auto-parts-style-1.page-with-filter .sidebar .finderProducts.vertical button.button span,
.posh-auto-parts-style-2.page-with-filter .sidebar .finderProducts.vertical button.button span,
.posh-auto-parts-style-3.page-with-filter .sidebar .finderProducts.vertical button.button span,
.posh-auto-parts-style-4.page-with-filter .sidebar .finderProducts.vertical button.button span,
.posh-auto-parts-style-5.page-with-filter .sidebar .finderProducts.vertical button.button span,
.posh-auto-parts-style-1.page-layout-2columns-left .sidebar .finderProducts.vertical .cart.table-wrapper .actions-toolbar > .action.button span,
.posh-auto-parts-style-2.page-layout-2columns-left .sidebar .finderProducts.vertical .cart.table-wrapper .actions-toolbar > .action.button span,
.posh-auto-parts-style-3.page-layout-2columns-left .sidebar .finderProducts.vertical .cart.table-wrapper .actions-toolbar > .action.button span,
.posh-auto-parts-style-4.page-layout-2columns-left .sidebar .finderProducts.vertical .cart.table-wrapper .actions-toolbar > .action.button span,
.posh-auto-parts-style-5.page-layout-2columns-left .sidebar .finderProducts.vertical .cart.table-wrapper .actions-toolbar > .action.button span,
.posh-auto-parts-style-1.page-layout-2columns-right .sidebar .finderProducts.vertical .cart.table-wrapper .actions-toolbar > .action.button span,
.posh-auto-parts-style-2.page-layout-2columns-right .sidebar .finderProducts.vertical .cart.table-wrapper .actions-toolbar > .action.button span,
.posh-auto-parts-style-3.page-layout-2columns-right .sidebar .finderProducts.vertical .cart.table-wrapper .actions-toolbar > .action.button span,
.posh-auto-parts-style-4.page-layout-2columns-right .sidebar .finderProducts.vertical .cart.table-wrapper .actions-toolbar > .action.button span,
.posh-auto-parts-style-5.page-layout-2columns-right .sidebar .finderProducts.vertical .cart.table-wrapper .actions-toolbar > .action.button span,
.posh-auto-parts-style-1.page-with-filter .sidebar .finderProducts.vertical .cart.table-wrapper .actions-toolbar > .action.button span,
.posh-auto-parts-style-2.page-with-filter .sidebar .finderProducts.vertical .cart.table-wrapper .actions-toolbar > .action.button span,
.posh-auto-parts-style-3.page-with-filter .sidebar .finderProducts.vertical .cart.table-wrapper .actions-toolbar > .action.button span,
.posh-auto-parts-style-4.page-with-filter .sidebar .finderProducts.vertical .cart.table-wrapper .actions-toolbar > .action.button span,
.posh-auto-parts-style-5.page-with-filter .sidebar .finderProducts.vertical .cart.table-wrapper .actions-toolbar > .action.button span,
.posh-auto-parts-style-1.page-layout-2columns-left .sidebar .finderProducts.vertical .action-gift.button span,
.posh-auto-parts-style-2.page-layout-2columns-left .sidebar .finderProducts.vertical .action-gift.button span,
.posh-auto-parts-style-3.page-layout-2columns-left .sidebar .finderProducts.vertical .action-gift.button span,
.posh-auto-parts-style-4.page-layout-2columns-left .sidebar .finderProducts.vertical .action-gift.button span,
.posh-auto-parts-style-5.page-layout-2columns-left .sidebar .finderProducts.vertical .action-gift.button span,
.posh-auto-parts-style-1.page-layout-2columns-right .sidebar .finderProducts.vertical .action-gift.button span,
.posh-auto-parts-style-2.page-layout-2columns-right .sidebar .finderProducts.vertical .action-gift.button span,
.posh-auto-parts-style-3.page-layout-2columns-right .sidebar .finderProducts.vertical .action-gift.button span,
.posh-auto-parts-style-4.page-layout-2columns-right .sidebar .finderProducts.vertical .action-gift.button span,
.posh-auto-parts-style-5.page-layout-2columns-right .sidebar .finderProducts.vertical .action-gift.button span,
.posh-auto-parts-style-1.page-with-filter .sidebar .finderProducts.vertical .action-gift.button span,
.posh-auto-parts-style-2.page-with-filter .sidebar .finderProducts.vertical .action-gift.button span,
.posh-auto-parts-style-3.page-with-filter .sidebar .finderProducts.vertical .action-gift.button span,
.posh-auto-parts-style-4.page-with-filter .sidebar .finderProducts.vertical .action-gift.button span,
.posh-auto-parts-style-5.page-with-filter .sidebar .finderProducts.vertical .action-gift.button span {
  font-size: 14px;
  line-height: normal;
}
.posh-auto-parts-style-1.page-layout-2columns-left .sidebar .cwsMostviewed,
.posh-auto-parts-style-2.page-layout-2columns-left .sidebar .cwsMostviewed,
.posh-auto-parts-style-3.page-layout-2columns-left .sidebar .cwsMostviewed,
.posh-auto-parts-style-4.page-layout-2columns-left .sidebar .cwsMostviewed,
.posh-auto-parts-style-5.page-layout-2columns-left .sidebar .cwsMostviewed,
.posh-auto-parts-style-1.page-layout-2columns-right .sidebar .cwsMostviewed,
.posh-auto-parts-style-2.page-layout-2columns-right .sidebar .cwsMostviewed,
.posh-auto-parts-style-3.page-layout-2columns-right .sidebar .cwsMostviewed,
.posh-auto-parts-style-4.page-layout-2columns-right .sidebar .cwsMostviewed,
.posh-auto-parts-style-5.page-layout-2columns-right .sidebar .cwsMostviewed,
.posh-auto-parts-style-1.page-with-filter .sidebar .cwsMostviewed,
.posh-auto-parts-style-2.page-with-filter .sidebar .cwsMostviewed,
.posh-auto-parts-style-3.page-with-filter .sidebar .cwsMostviewed,
.posh-auto-parts-style-4.page-with-filter .sidebar .cwsMostviewed,
.posh-auto-parts-style-5.page-with-filter .sidebar .cwsMostviewed {
  flex: inherit;
  -ms-flex: inherit;
  -webkit-flex: inherit;
}
.posh-auto-parts-style-1.page-layout-2columns-left .sidebar .block.filter,
.posh-auto-parts-style-2.page-layout-2columns-left .sidebar .block.filter,
.posh-auto-parts-style-3.page-layout-2columns-left .sidebar .block.filter,
.posh-auto-parts-style-4.page-layout-2columns-left .sidebar .block.filter,
.posh-auto-parts-style-5.page-layout-2columns-left .sidebar .block.filter,
.posh-auto-parts-style-1.page-layout-2columns-right .sidebar .block.filter,
.posh-auto-parts-style-2.page-layout-2columns-right .sidebar .block.filter,
.posh-auto-parts-style-3.page-layout-2columns-right .sidebar .block.filter,
.posh-auto-parts-style-4.page-layout-2columns-right .sidebar .block.filter,
.posh-auto-parts-style-5.page-layout-2columns-right .sidebar .block.filter,
.posh-auto-parts-style-1.page-with-filter .sidebar .block.filter,
.posh-auto-parts-style-2.page-with-filter .sidebar .block.filter,
.posh-auto-parts-style-3.page-with-filter .sidebar .block.filter,
.posh-auto-parts-style-4.page-with-filter .sidebar .block.filter,
.posh-auto-parts-style-5.page-with-filter .sidebar .block.filter {
  padding: 15px;
  margin-bottom: 30px;
  order: 1;
  -webkit-order: 1;
  -ms-order: 1;
  width: 100%;
}
.posh-auto-parts-style-1.page-layout-2columns-left .sidebar .block.filter .filter-options .filter-options-content,
.posh-auto-parts-style-2.page-layout-2columns-left .sidebar .block.filter .filter-options .filter-options-content,
.posh-auto-parts-style-3.page-layout-2columns-left .sidebar .block.filter .filter-options .filter-options-content,
.posh-auto-parts-style-4.page-layout-2columns-left .sidebar .block.filter .filter-options .filter-options-content,
.posh-auto-parts-style-5.page-layout-2columns-left .sidebar .block.filter .filter-options .filter-options-content,
.posh-auto-parts-style-1.page-layout-2columns-right .sidebar .block.filter .filter-options .filter-options-content,
.posh-auto-parts-style-2.page-layout-2columns-right .sidebar .block.filter .filter-options .filter-options-content,
.posh-auto-parts-style-3.page-layout-2columns-right .sidebar .block.filter .filter-options .filter-options-content,
.posh-auto-parts-style-4.page-layout-2columns-right .sidebar .block.filter .filter-options .filter-options-content,
.posh-auto-parts-style-5.page-layout-2columns-right .sidebar .block.filter .filter-options .filter-options-content,
.posh-auto-parts-style-1.page-with-filter .sidebar .block.filter .filter-options .filter-options-content,
.posh-auto-parts-style-2.page-with-filter .sidebar .block.filter .filter-options .filter-options-content,
.posh-auto-parts-style-3.page-with-filter .sidebar .block.filter .filter-options .filter-options-content,
.posh-auto-parts-style-4.page-with-filter .sidebar .block.filter .filter-options .filter-options-content,
.posh-auto-parts-style-5.page-with-filter .sidebar .block.filter .filter-options .filter-options-content {
  padding-left: 0;
  padding-right: 0;
}
.posh-auto-parts-style-1.page-layout-2columns-left .sidebar .block.filter .filter-options .filter-options-content .priceFromTo,
.posh-auto-parts-style-2.page-layout-2columns-left .sidebar .block.filter .filter-options .filter-options-content .priceFromTo,
.posh-auto-parts-style-3.page-layout-2columns-left .sidebar .block.filter .filter-options .filter-options-content .priceFromTo,
.posh-auto-parts-style-4.page-layout-2columns-left .sidebar .block.filter .filter-options .filter-options-content .priceFromTo,
.posh-auto-parts-style-5.page-layout-2columns-left .sidebar .block.filter .filter-options .filter-options-content .priceFromTo,
.posh-auto-parts-style-1.page-layout-2columns-right .sidebar .block.filter .filter-options .filter-options-content .priceFromTo,
.posh-auto-parts-style-2.page-layout-2columns-right .sidebar .block.filter .filter-options .filter-options-content .priceFromTo,
.posh-auto-parts-style-3.page-layout-2columns-right .sidebar .block.filter .filter-options .filter-options-content .priceFromTo,
.posh-auto-parts-style-4.page-layout-2columns-right .sidebar .block.filter .filter-options .filter-options-content .priceFromTo,
.posh-auto-parts-style-5.page-layout-2columns-right .sidebar .block.filter .filter-options .filter-options-content .priceFromTo,
.posh-auto-parts-style-1.page-with-filter .sidebar .block.filter .filter-options .filter-options-content .priceFromTo,
.posh-auto-parts-style-2.page-with-filter .sidebar .block.filter .filter-options .filter-options-content .priceFromTo,
.posh-auto-parts-style-3.page-with-filter .sidebar .block.filter .filter-options .filter-options-content .priceFromTo,
.posh-auto-parts-style-4.page-with-filter .sidebar .block.filter .filter-options .filter-options-content .priceFromTo,
.posh-auto-parts-style-5.page-with-filter .sidebar .block.filter .filter-options .filter-options-content .priceFromTo {
  border: 0 !important;
}
.posh-auto-parts-style-1.page-layout-2columns-left .sidebar .block.filter .filter-options .filter-options-content .priceFromTo + div,
.posh-auto-parts-style-2.page-layout-2columns-left .sidebar .block.filter .filter-options .filter-options-content .priceFromTo + div,
.posh-auto-parts-style-3.page-layout-2columns-left .sidebar .block.filter .filter-options .filter-options-content .priceFromTo + div,
.posh-auto-parts-style-4.page-layout-2columns-left .sidebar .block.filter .filter-options .filter-options-content .priceFromTo + div,
.posh-auto-parts-style-5.page-layout-2columns-left .sidebar .block.filter .filter-options .filter-options-content .priceFromTo + div,
.posh-auto-parts-style-1.page-layout-2columns-right .sidebar .block.filter .filter-options .filter-options-content .priceFromTo + div,
.posh-auto-parts-style-2.page-layout-2columns-right .sidebar .block.filter .filter-options .filter-options-content .priceFromTo + div,
.posh-auto-parts-style-3.page-layout-2columns-right .sidebar .block.filter .filter-options .filter-options-content .priceFromTo + div,
.posh-auto-parts-style-4.page-layout-2columns-right .sidebar .block.filter .filter-options .filter-options-content .priceFromTo + div,
.posh-auto-parts-style-5.page-layout-2columns-right .sidebar .block.filter .filter-options .filter-options-content .priceFromTo + div,
.posh-auto-parts-style-1.page-with-filter .sidebar .block.filter .filter-options .filter-options-content .priceFromTo + div,
.posh-auto-parts-style-2.page-with-filter .sidebar .block.filter .filter-options .filter-options-content .priceFromTo + div,
.posh-auto-parts-style-3.page-with-filter .sidebar .block.filter .filter-options .filter-options-content .priceFromTo + div,
.posh-auto-parts-style-4.page-with-filter .sidebar .block.filter .filter-options .filter-options-content .priceFromTo + div,
.posh-auto-parts-style-5.page-with-filter .sidebar .block.filter .filter-options .filter-options-content .priceFromTo + div {
  padding-left: 10px;
  padding-right: 10px;
}
.posh-auto-parts-style-1.page-layout-2columns-left .sidebar .block.filter .filter-options .filter-options-content .ui-slider-horizontal,
.posh-auto-parts-style-2.page-layout-2columns-left .sidebar .block.filter .filter-options .filter-options-content .ui-slider-horizontal,
.posh-auto-parts-style-3.page-layout-2columns-left .sidebar .block.filter .filter-options .filter-options-content .ui-slider-horizontal,
.posh-auto-parts-style-4.page-layout-2columns-left .sidebar .block.filter .filter-options .filter-options-content .ui-slider-horizontal,
.posh-auto-parts-style-5.page-layout-2columns-left .sidebar .block.filter .filter-options .filter-options-content .ui-slider-horizontal,
.posh-auto-parts-style-1.page-layout-2columns-right .sidebar .block.filter .filter-options .filter-options-content .ui-slider-horizontal,
.posh-auto-parts-style-2.page-layout-2columns-right .sidebar .block.filter .filter-options .filter-options-content .ui-slider-horizontal,
.posh-auto-parts-style-3.page-layout-2columns-right .sidebar .block.filter .filter-options .filter-options-content .ui-slider-horizontal,
.posh-auto-parts-style-4.page-layout-2columns-right .sidebar .block.filter .filter-options .filter-options-content .ui-slider-horizontal,
.posh-auto-parts-style-5.page-layout-2columns-right .sidebar .block.filter .filter-options .filter-options-content .ui-slider-horizontal,
.posh-auto-parts-style-1.page-with-filter .sidebar .block.filter .filter-options .filter-options-content .ui-slider-horizontal,
.posh-auto-parts-style-2.page-with-filter .sidebar .block.filter .filter-options .filter-options-content .ui-slider-horizontal,
.posh-auto-parts-style-3.page-with-filter .sidebar .block.filter .filter-options .filter-options-content .ui-slider-horizontal,
.posh-auto-parts-style-4.page-with-filter .sidebar .block.filter .filter-options .filter-options-content .ui-slider-horizontal,
.posh-auto-parts-style-5.page-with-filter .sidebar .block.filter .filter-options .filter-options-content .ui-slider-horizontal {
  height: 5px !important;
}
.posh-auto-parts-style-1.page-layout-2columns-left .sidebar .block.filter .filter-options .filter-options-content .ui-slider-handle,
.posh-auto-parts-style-2.page-layout-2columns-left .sidebar .block.filter .filter-options .filter-options-content .ui-slider-handle,
.posh-auto-parts-style-3.page-layout-2columns-left .sidebar .block.filter .filter-options .filter-options-content .ui-slider-handle,
.posh-auto-parts-style-4.page-layout-2columns-left .sidebar .block.filter .filter-options .filter-options-content .ui-slider-handle,
.posh-auto-parts-style-5.page-layout-2columns-left .sidebar .block.filter .filter-options .filter-options-content .ui-slider-handle,
.posh-auto-parts-style-1.page-layout-2columns-right .sidebar .block.filter .filter-options .filter-options-content .ui-slider-handle,
.posh-auto-parts-style-2.page-layout-2columns-right .sidebar .block.filter .filter-options .filter-options-content .ui-slider-handle,
.posh-auto-parts-style-3.page-layout-2columns-right .sidebar .block.filter .filter-options .filter-options-content .ui-slider-handle,
.posh-auto-parts-style-4.page-layout-2columns-right .sidebar .block.filter .filter-options .filter-options-content .ui-slider-handle,
.posh-auto-parts-style-5.page-layout-2columns-right .sidebar .block.filter .filter-options .filter-options-content .ui-slider-handle,
.posh-auto-parts-style-1.page-with-filter .sidebar .block.filter .filter-options .filter-options-content .ui-slider-handle,
.posh-auto-parts-style-2.page-with-filter .sidebar .block.filter .filter-options .filter-options-content .ui-slider-handle,
.posh-auto-parts-style-3.page-with-filter .sidebar .block.filter .filter-options .filter-options-content .ui-slider-handle,
.posh-auto-parts-style-4.page-with-filter .sidebar .block.filter .filter-options .filter-options-content .ui-slider-handle,
.posh-auto-parts-style-5.page-with-filter .sidebar .block.filter .filter-options .filter-options-content .ui-slider-handle {
  top: -4px !important;
  cursor: pointer;
}
.posh-auto-parts-style-1.page-layout-2columns-left .sidebar .block.filter .filter-options .filter-options-content .ui-slider-horizontal .ui-slider-handle,
.posh-auto-parts-style-2.page-layout-2columns-left .sidebar .block.filter .filter-options .filter-options-content .ui-slider-horizontal .ui-slider-handle,
.posh-auto-parts-style-3.page-layout-2columns-left .sidebar .block.filter .filter-options .filter-options-content .ui-slider-horizontal .ui-slider-handle,
.posh-auto-parts-style-4.page-layout-2columns-left .sidebar .block.filter .filter-options .filter-options-content .ui-slider-horizontal .ui-slider-handle,
.posh-auto-parts-style-5.page-layout-2columns-left .sidebar .block.filter .filter-options .filter-options-content .ui-slider-horizontal .ui-slider-handle,
.posh-auto-parts-style-1.page-layout-2columns-right .sidebar .block.filter .filter-options .filter-options-content .ui-slider-horizontal .ui-slider-handle,
.posh-auto-parts-style-2.page-layout-2columns-right .sidebar .block.filter .filter-options .filter-options-content .ui-slider-horizontal .ui-slider-handle,
.posh-auto-parts-style-3.page-layout-2columns-right .sidebar .block.filter .filter-options .filter-options-content .ui-slider-horizontal .ui-slider-handle,
.posh-auto-parts-style-4.page-layout-2columns-right .sidebar .block.filter .filter-options .filter-options-content .ui-slider-horizontal .ui-slider-handle,
.posh-auto-parts-style-5.page-layout-2columns-right .sidebar .block.filter .filter-options .filter-options-content .ui-slider-horizontal .ui-slider-handle,
.posh-auto-parts-style-1.page-with-filter .sidebar .block.filter .filter-options .filter-options-content .ui-slider-horizontal .ui-slider-handle,
.posh-auto-parts-style-2.page-with-filter .sidebar .block.filter .filter-options .filter-options-content .ui-slider-horizontal .ui-slider-handle,
.posh-auto-parts-style-3.page-with-filter .sidebar .block.filter .filter-options .filter-options-content .ui-slider-horizontal .ui-slider-handle,
.posh-auto-parts-style-4.page-with-filter .sidebar .block.filter .filter-options .filter-options-content .ui-slider-horizontal .ui-slider-handle,
.posh-auto-parts-style-5.page-with-filter .sidebar .block.filter .filter-options .filter-options-content .ui-slider-horizontal .ui-slider-handle {
  margin-left: 0 !important;
}
.posh-auto-parts-style-1.page-layout-2columns-left .sidebar .block.filter .filter-options .filter-options-content .ui-slider-horizontal .ui-slider-handle + .ui-slider-handle,
.posh-auto-parts-style-2.page-layout-2columns-left .sidebar .block.filter .filter-options .filter-options-content .ui-slider-horizontal .ui-slider-handle + .ui-slider-handle,
.posh-auto-parts-style-3.page-layout-2columns-left .sidebar .block.filter .filter-options .filter-options-content .ui-slider-horizontal .ui-slider-handle + .ui-slider-handle,
.posh-auto-parts-style-4.page-layout-2columns-left .sidebar .block.filter .filter-options .filter-options-content .ui-slider-horizontal .ui-slider-handle + .ui-slider-handle,
.posh-auto-parts-style-5.page-layout-2columns-left .sidebar .block.filter .filter-options .filter-options-content .ui-slider-horizontal .ui-slider-handle + .ui-slider-handle,
.posh-auto-parts-style-1.page-layout-2columns-right .sidebar .block.filter .filter-options .filter-options-content .ui-slider-horizontal .ui-slider-handle + .ui-slider-handle,
.posh-auto-parts-style-2.page-layout-2columns-right .sidebar .block.filter .filter-options .filter-options-content .ui-slider-horizontal .ui-slider-handle + .ui-slider-handle,
.posh-auto-parts-style-3.page-layout-2columns-right .sidebar .block.filter .filter-options .filter-options-content .ui-slider-horizontal .ui-slider-handle + .ui-slider-handle,
.posh-auto-parts-style-4.page-layout-2columns-right .sidebar .block.filter .filter-options .filter-options-content .ui-slider-horizontal .ui-slider-handle + .ui-slider-handle,
.posh-auto-parts-style-5.page-layout-2columns-right .sidebar .block.filter .filter-options .filter-options-content .ui-slider-horizontal .ui-slider-handle + .ui-slider-handle,
.posh-auto-parts-style-1.page-with-filter .sidebar .block.filter .filter-options .filter-options-content .ui-slider-horizontal .ui-slider-handle + .ui-slider-handle,
.posh-auto-parts-style-2.page-with-filter .sidebar .block.filter .filter-options .filter-options-content .ui-slider-horizontal .ui-slider-handle + .ui-slider-handle,
.posh-auto-parts-style-3.page-with-filter .sidebar .block.filter .filter-options .filter-options-content .ui-slider-horizontal .ui-slider-handle + .ui-slider-handle,
.posh-auto-parts-style-4.page-with-filter .sidebar .block.filter .filter-options .filter-options-content .ui-slider-horizontal .ui-slider-handle + .ui-slider-handle,
.posh-auto-parts-style-5.page-with-filter .sidebar .block.filter .filter-options .filter-options-content .ui-slider-horizontal .ui-slider-handle + .ui-slider-handle {
  margin-left: -10px !important;
}
.posh-auto-parts-style-1.page-layout-2columns-left .sidebar .block .block-title,
.posh-auto-parts-style-2.page-layout-2columns-left .sidebar .block .block-title,
.posh-auto-parts-style-3.page-layout-2columns-left .sidebar .block .block-title,
.posh-auto-parts-style-4.page-layout-2columns-left .sidebar .block .block-title,
.posh-auto-parts-style-5.page-layout-2columns-left .sidebar .block .block-title,
.posh-auto-parts-style-1.page-layout-2columns-right .sidebar .block .block-title,
.posh-auto-parts-style-2.page-layout-2columns-right .sidebar .block .block-title,
.posh-auto-parts-style-3.page-layout-2columns-right .sidebar .block .block-title,
.posh-auto-parts-style-4.page-layout-2columns-right .sidebar .block .block-title,
.posh-auto-parts-style-5.page-layout-2columns-right .sidebar .block .block-title,
.posh-auto-parts-style-1.page-with-filter .sidebar .block .block-title,
.posh-auto-parts-style-2.page-with-filter .sidebar .block .block-title,
.posh-auto-parts-style-3.page-with-filter .sidebar .block .block-title,
.posh-auto-parts-style-4.page-with-filter .sidebar .block .block-title,
.posh-auto-parts-style-5.page-with-filter .sidebar .block .block-title {
  text-transform: uppercase;
  display: block;
  padding: 0;
  margin-bottom: 10px;
}
.posh-auto-parts-style-1.page-layout-2columns-left .sidebar .block .block-title strong,
.posh-auto-parts-style-2.page-layout-2columns-left .sidebar .block .block-title strong,
.posh-auto-parts-style-3.page-layout-2columns-left .sidebar .block .block-title strong,
.posh-auto-parts-style-4.page-layout-2columns-left .sidebar .block .block-title strong,
.posh-auto-parts-style-5.page-layout-2columns-left .sidebar .block .block-title strong,
.posh-auto-parts-style-1.page-layout-2columns-right .sidebar .block .block-title strong,
.posh-auto-parts-style-2.page-layout-2columns-right .sidebar .block .block-title strong,
.posh-auto-parts-style-3.page-layout-2columns-right .sidebar .block .block-title strong,
.posh-auto-parts-style-4.page-layout-2columns-right .sidebar .block .block-title strong,
.posh-auto-parts-style-5.page-layout-2columns-right .sidebar .block .block-title strong,
.posh-auto-parts-style-1.page-with-filter .sidebar .block .block-title strong,
.posh-auto-parts-style-2.page-with-filter .sidebar .block .block-title strong,
.posh-auto-parts-style-3.page-with-filter .sidebar .block .block-title strong,
.posh-auto-parts-style-4.page-with-filter .sidebar .block .block-title strong,
.posh-auto-parts-style-5.page-with-filter .sidebar .block .block-title strong {
  font-size: 16px;
  font-weight: 500;
  line-height: normal;
  margin: 0;
}
.posh-auto-parts-style-1.page-layout-2columns-left .sidebar .block .block-title.filter-title,
.posh-auto-parts-style-2.page-layout-2columns-left .sidebar .block .block-title.filter-title,
.posh-auto-parts-style-3.page-layout-2columns-left .sidebar .block .block-title.filter-title,
.posh-auto-parts-style-4.page-layout-2columns-left .sidebar .block .block-title.filter-title,
.posh-auto-parts-style-5.page-layout-2columns-left .sidebar .block .block-title.filter-title,
.posh-auto-parts-style-1.page-layout-2columns-right .sidebar .block .block-title.filter-title,
.posh-auto-parts-style-2.page-layout-2columns-right .sidebar .block .block-title.filter-title,
.posh-auto-parts-style-3.page-layout-2columns-right .sidebar .block .block-title.filter-title,
.posh-auto-parts-style-4.page-layout-2columns-right .sidebar .block .block-title.filter-title,
.posh-auto-parts-style-5.page-layout-2columns-right .sidebar .block .block-title.filter-title,
.posh-auto-parts-style-1.page-with-filter .sidebar .block .block-title.filter-title,
.posh-auto-parts-style-2.page-with-filter .sidebar .block .block-title.filter-title,
.posh-auto-parts-style-3.page-with-filter .sidebar .block .block-title.filter-title,
.posh-auto-parts-style-4.page-with-filter .sidebar .block .block-title.filter-title,
.posh-auto-parts-style-5.page-with-filter .sidebar .block .block-title.filter-title {
  padding: 0 15px 10px;
  margin: 0 -15px;
}
.posh-auto-parts-style-1.page-layout-2columns-left .sidebar .block .block-title.filter-title strong,
.posh-auto-parts-style-2.page-layout-2columns-left .sidebar .block .block-title.filter-title strong,
.posh-auto-parts-style-3.page-layout-2columns-left .sidebar .block .block-title.filter-title strong,
.posh-auto-parts-style-4.page-layout-2columns-left .sidebar .block .block-title.filter-title strong,
.posh-auto-parts-style-5.page-layout-2columns-left .sidebar .block .block-title.filter-title strong,
.posh-auto-parts-style-1.page-layout-2columns-right .sidebar .block .block-title.filter-title strong,
.posh-auto-parts-style-2.page-layout-2columns-right .sidebar .block .block-title.filter-title strong,
.posh-auto-parts-style-3.page-layout-2columns-right .sidebar .block .block-title.filter-title strong,
.posh-auto-parts-style-4.page-layout-2columns-right .sidebar .block .block-title.filter-title strong,
.posh-auto-parts-style-5.page-layout-2columns-right .sidebar .block .block-title.filter-title strong,
.posh-auto-parts-style-1.page-with-filter .sidebar .block .block-title.filter-title strong,
.posh-auto-parts-style-2.page-with-filter .sidebar .block .block-title.filter-title strong,
.posh-auto-parts-style-3.page-with-filter .sidebar .block .block-title.filter-title strong,
.posh-auto-parts-style-4.page-with-filter .sidebar .block .block-title.filter-title strong,
.posh-auto-parts-style-5.page-with-filter .sidebar .block .block-title.filter-title strong {
  font-size: 2rem;
  font-weight: 700;
  line-height: normal;
}
.posh-auto-parts-style-1.page-layout-2columns-left .sidebar .block .empty,
.posh-auto-parts-style-2.page-layout-2columns-left .sidebar .block .empty,
.posh-auto-parts-style-3.page-layout-2columns-left .sidebar .block .empty,
.posh-auto-parts-style-4.page-layout-2columns-left .sidebar .block .empty,
.posh-auto-parts-style-5.page-layout-2columns-left .sidebar .block .empty,
.posh-auto-parts-style-1.page-layout-2columns-right .sidebar .block .empty,
.posh-auto-parts-style-2.page-layout-2columns-right .sidebar .block .empty,
.posh-auto-parts-style-3.page-layout-2columns-right .sidebar .block .empty,
.posh-auto-parts-style-4.page-layout-2columns-right .sidebar .block .empty,
.posh-auto-parts-style-5.page-layout-2columns-right .sidebar .block .empty,
.posh-auto-parts-style-1.page-with-filter .sidebar .block .empty,
.posh-auto-parts-style-2.page-with-filter .sidebar .block .empty,
.posh-auto-parts-style-3.page-with-filter .sidebar .block .empty,
.posh-auto-parts-style-4.page-with-filter .sidebar .block .empty,
.posh-auto-parts-style-5.page-with-filter .sidebar .block .empty {
  font-size: 13px;
}
.posh-auto-parts-style-1.page-layout-2columns-left .sidebar .filter-active .filter-current,
.posh-auto-parts-style-2.page-layout-2columns-left .sidebar .filter-active .filter-current,
.posh-auto-parts-style-3.page-layout-2columns-left .sidebar .filter-active .filter-current,
.posh-auto-parts-style-4.page-layout-2columns-left .sidebar .filter-active .filter-current,
.posh-auto-parts-style-5.page-layout-2columns-left .sidebar .filter-active .filter-current,
.posh-auto-parts-style-1.page-layout-2columns-right .sidebar .filter-active .filter-current,
.posh-auto-parts-style-2.page-layout-2columns-right .sidebar .filter-active .filter-current,
.posh-auto-parts-style-3.page-layout-2columns-right .sidebar .filter-active .filter-current,
.posh-auto-parts-style-4.page-layout-2columns-right .sidebar .filter-active .filter-current,
.posh-auto-parts-style-5.page-layout-2columns-right .sidebar .filter-active .filter-current,
.posh-auto-parts-style-1.page-with-filter .sidebar .filter-active .filter-current,
.posh-auto-parts-style-2.page-with-filter .sidebar .filter-active .filter-current,
.posh-auto-parts-style-3.page-with-filter .sidebar .filter-active .filter-current,
.posh-auto-parts-style-4.page-with-filter .sidebar .filter-active .filter-current,
.posh-auto-parts-style-5.page-with-filter .sidebar .filter-active .filter-current {
  display: block;
}
.posh-auto-parts-style-1.page-layout-2columns-left .sidebar .filter-content .filter-current,
.posh-auto-parts-style-2.page-layout-2columns-left .sidebar .filter-content .filter-current,
.posh-auto-parts-style-3.page-layout-2columns-left .sidebar .filter-content .filter-current,
.posh-auto-parts-style-4.page-layout-2columns-left .sidebar .filter-content .filter-current,
.posh-auto-parts-style-5.page-layout-2columns-left .sidebar .filter-content .filter-current,
.posh-auto-parts-style-1.page-layout-2columns-right .sidebar .filter-content .filter-current,
.posh-auto-parts-style-2.page-layout-2columns-right .sidebar .filter-content .filter-current,
.posh-auto-parts-style-3.page-layout-2columns-right .sidebar .filter-content .filter-current,
.posh-auto-parts-style-4.page-layout-2columns-right .sidebar .filter-content .filter-current,
.posh-auto-parts-style-5.page-layout-2columns-right .sidebar .filter-content .filter-current,
.posh-auto-parts-style-1.page-with-filter .sidebar .filter-content .filter-current,
.posh-auto-parts-style-2.page-with-filter .sidebar .filter-content .filter-current,
.posh-auto-parts-style-3.page-with-filter .sidebar .filter-content .filter-current,
.posh-auto-parts-style-4.page-with-filter .sidebar .filter-content .filter-current,
.posh-auto-parts-style-5.page-with-filter .sidebar .filter-content .filter-current {
  padding: 10px 5px;
}
.posh-auto-parts-style-1.page-layout-2columns-left .sidebar .filter-content .filter-current .filter-subtitle,
.posh-auto-parts-style-2.page-layout-2columns-left .sidebar .filter-content .filter-current .filter-subtitle,
.posh-auto-parts-style-3.page-layout-2columns-left .sidebar .filter-content .filter-current .filter-subtitle,
.posh-auto-parts-style-4.page-layout-2columns-left .sidebar .filter-content .filter-current .filter-subtitle,
.posh-auto-parts-style-5.page-layout-2columns-left .sidebar .filter-content .filter-current .filter-subtitle,
.posh-auto-parts-style-1.page-layout-2columns-right .sidebar .filter-content .filter-current .filter-subtitle,
.posh-auto-parts-style-2.page-layout-2columns-right .sidebar .filter-content .filter-current .filter-subtitle,
.posh-auto-parts-style-3.page-layout-2columns-right .sidebar .filter-content .filter-current .filter-subtitle,
.posh-auto-parts-style-4.page-layout-2columns-right .sidebar .filter-content .filter-current .filter-subtitle,
.posh-auto-parts-style-5.page-layout-2columns-right .sidebar .filter-content .filter-current .filter-subtitle,
.posh-auto-parts-style-1.page-with-filter .sidebar .filter-content .filter-current .filter-subtitle,
.posh-auto-parts-style-2.page-with-filter .sidebar .filter-content .filter-current .filter-subtitle,
.posh-auto-parts-style-3.page-with-filter .sidebar .filter-content .filter-current .filter-subtitle,
.posh-auto-parts-style-4.page-with-filter .sidebar .filter-content .filter-current .filter-subtitle,
.posh-auto-parts-style-5.page-with-filter .sidebar .filter-content .filter-current .filter-subtitle {
  font-size: 16px;
  border-bottom: 1px solid #c7c7c7 !important;
  text-transform: uppercase;
  font-weight: 500;
  display: block !important;
}
.posh-auto-parts-style-1.page-layout-2columns-left .sidebar .filter-content .block-subtitle,
.posh-auto-parts-style-2.page-layout-2columns-left .sidebar .filter-content .block-subtitle,
.posh-auto-parts-style-3.page-layout-2columns-left .sidebar .filter-content .block-subtitle,
.posh-auto-parts-style-4.page-layout-2columns-left .sidebar .filter-content .block-subtitle,
.posh-auto-parts-style-5.page-layout-2columns-left .sidebar .filter-content .block-subtitle,
.posh-auto-parts-style-1.page-layout-2columns-right .sidebar .filter-content .block-subtitle,
.posh-auto-parts-style-2.page-layout-2columns-right .sidebar .filter-content .block-subtitle,
.posh-auto-parts-style-3.page-layout-2columns-right .sidebar .filter-content .block-subtitle,
.posh-auto-parts-style-4.page-layout-2columns-right .sidebar .filter-content .block-subtitle,
.posh-auto-parts-style-5.page-layout-2columns-right .sidebar .filter-content .block-subtitle,
.posh-auto-parts-style-1.page-with-filter .sidebar .filter-content .block-subtitle,
.posh-auto-parts-style-2.page-with-filter .sidebar .filter-content .block-subtitle,
.posh-auto-parts-style-3.page-with-filter .sidebar .filter-content .block-subtitle,
.posh-auto-parts-style-4.page-with-filter .sidebar .filter-content .block-subtitle,
.posh-auto-parts-style-5.page-with-filter .sidebar .filter-content .block-subtitle {
  display: none;
}
.posh-auto-parts-style-1.page-layout-2columns-left .sidebar .filter-content .filter-options-item,
.posh-auto-parts-style-2.page-layout-2columns-left .sidebar .filter-content .filter-options-item,
.posh-auto-parts-style-3.page-layout-2columns-left .sidebar .filter-content .filter-options-item,
.posh-auto-parts-style-4.page-layout-2columns-left .sidebar .filter-content .filter-options-item,
.posh-auto-parts-style-5.page-layout-2columns-left .sidebar .filter-content .filter-options-item,
.posh-auto-parts-style-1.page-layout-2columns-right .sidebar .filter-content .filter-options-item,
.posh-auto-parts-style-2.page-layout-2columns-right .sidebar .filter-content .filter-options-item,
.posh-auto-parts-style-3.page-layout-2columns-right .sidebar .filter-content .filter-options-item,
.posh-auto-parts-style-4.page-layout-2columns-right .sidebar .filter-content .filter-options-item,
.posh-auto-parts-style-5.page-layout-2columns-right .sidebar .filter-content .filter-options-item,
.posh-auto-parts-style-1.page-with-filter .sidebar .filter-content .filter-options-item,
.posh-auto-parts-style-2.page-with-filter .sidebar .filter-content .filter-options-item,
.posh-auto-parts-style-3.page-with-filter .sidebar .filter-content .filter-options-item,
.posh-auto-parts-style-4.page-with-filter .sidebar .filter-content .filter-options-item,
.posh-auto-parts-style-5.page-with-filter .sidebar .filter-content .filter-options-item {
  margin-bottom: 0;
  padding-bottom: 0;
}
.posh-auto-parts-style-1.page-layout-2columns-left .sidebar .filter-content .filter-options-item:last-of-type .filter-options-title,
.posh-auto-parts-style-2.page-layout-2columns-left .sidebar .filter-content .filter-options-item:last-of-type .filter-options-title,
.posh-auto-parts-style-3.page-layout-2columns-left .sidebar .filter-content .filter-options-item:last-of-type .filter-options-title,
.posh-auto-parts-style-4.page-layout-2columns-left .sidebar .filter-content .filter-options-item:last-of-type .filter-options-title,
.posh-auto-parts-style-5.page-layout-2columns-left .sidebar .filter-content .filter-options-item:last-of-type .filter-options-title,
.posh-auto-parts-style-1.page-layout-2columns-right .sidebar .filter-content .filter-options-item:last-of-type .filter-options-title,
.posh-auto-parts-style-2.page-layout-2columns-right .sidebar .filter-content .filter-options-item:last-of-type .filter-options-title,
.posh-auto-parts-style-3.page-layout-2columns-right .sidebar .filter-content .filter-options-item:last-of-type .filter-options-title,
.posh-auto-parts-style-4.page-layout-2columns-right .sidebar .filter-content .filter-options-item:last-of-type .filter-options-title,
.posh-auto-parts-style-5.page-layout-2columns-right .sidebar .filter-content .filter-options-item:last-of-type .filter-options-title,
.posh-auto-parts-style-1.page-with-filter .sidebar .filter-content .filter-options-item:last-of-type .filter-options-title,
.posh-auto-parts-style-2.page-with-filter .sidebar .filter-content .filter-options-item:last-of-type .filter-options-title,
.posh-auto-parts-style-3.page-with-filter .sidebar .filter-content .filter-options-item:last-of-type .filter-options-title,
.posh-auto-parts-style-4.page-with-filter .sidebar .filter-content .filter-options-item:last-of-type .filter-options-title,
.posh-auto-parts-style-5.page-with-filter .sidebar .filter-content .filter-options-item:last-of-type .filter-options-title {
  border-bottom: 0 !important;
}
.posh-auto-parts-style-1.page-layout-2columns-left .sidebar .filter-content .filter-options-item li a,
.posh-auto-parts-style-2.page-layout-2columns-left .sidebar .filter-content .filter-options-item li a,
.posh-auto-parts-style-3.page-layout-2columns-left .sidebar .filter-content .filter-options-item li a,
.posh-auto-parts-style-4.page-layout-2columns-left .sidebar .filter-content .filter-options-item li a,
.posh-auto-parts-style-5.page-layout-2columns-left .sidebar .filter-content .filter-options-item li a,
.posh-auto-parts-style-1.page-layout-2columns-right .sidebar .filter-content .filter-options-item li a,
.posh-auto-parts-style-2.page-layout-2columns-right .sidebar .filter-content .filter-options-item li a,
.posh-auto-parts-style-3.page-layout-2columns-right .sidebar .filter-content .filter-options-item li a,
.posh-auto-parts-style-4.page-layout-2columns-right .sidebar .filter-content .filter-options-item li a,
.posh-auto-parts-style-5.page-layout-2columns-right .sidebar .filter-content .filter-options-item li a,
.posh-auto-parts-style-1.page-with-filter .sidebar .filter-content .filter-options-item li a,
.posh-auto-parts-style-2.page-with-filter .sidebar .filter-content .filter-options-item li a,
.posh-auto-parts-style-3.page-with-filter .sidebar .filter-content .filter-options-item li a,
.posh-auto-parts-style-4.page-with-filter .sidebar .filter-content .filter-options-item li a,
.posh-auto-parts-style-5.page-with-filter .sidebar .filter-content .filter-options-item li a {
  text-decoration: none;
  padding: 3px 0;
}
.posh-auto-parts-style-1.page-layout-2columns-left .sidebar .filter-content .filter-options-item #filter-options-content_icPre,
.posh-auto-parts-style-2.page-layout-2columns-left .sidebar .filter-content .filter-options-item #filter-options-content_icPre,
.posh-auto-parts-style-3.page-layout-2columns-left .sidebar .filter-content .filter-options-item #filter-options-content_icPre,
.posh-auto-parts-style-4.page-layout-2columns-left .sidebar .filter-content .filter-options-item #filter-options-content_icPre,
.posh-auto-parts-style-5.page-layout-2columns-left .sidebar .filter-content .filter-options-item #filter-options-content_icPre,
.posh-auto-parts-style-1.page-layout-2columns-right .sidebar .filter-content .filter-options-item #filter-options-content_icPre,
.posh-auto-parts-style-2.page-layout-2columns-right .sidebar .filter-content .filter-options-item #filter-options-content_icPre,
.posh-auto-parts-style-3.page-layout-2columns-right .sidebar .filter-content .filter-options-item #filter-options-content_icPre,
.posh-auto-parts-style-4.page-layout-2columns-right .sidebar .filter-content .filter-options-item #filter-options-content_icPre,
.posh-auto-parts-style-5.page-layout-2columns-right .sidebar .filter-content .filter-options-item #filter-options-content_icPre,
.posh-auto-parts-style-1.page-with-filter .sidebar .filter-content .filter-options-item #filter-options-content_icPre,
.posh-auto-parts-style-2.page-with-filter .sidebar .filter-content .filter-options-item #filter-options-content_icPre,
.posh-auto-parts-style-3.page-with-filter .sidebar .filter-content .filter-options-item #filter-options-content_icPre,
.posh-auto-parts-style-4.page-with-filter .sidebar .filter-content .filter-options-item #filter-options-content_icPre,
.posh-auto-parts-style-5.page-with-filter .sidebar .filter-content .filter-options-item #filter-options-content_icPre {
  height: 70px;
  overflow: auto;
}
.posh-auto-parts-style-1.page-layout-2columns-left .sidebar .filter-content .filter-options-item .ui-slider,
.posh-auto-parts-style-2.page-layout-2columns-left .sidebar .filter-content .filter-options-item .ui-slider,
.posh-auto-parts-style-3.page-layout-2columns-left .sidebar .filter-content .filter-options-item .ui-slider,
.posh-auto-parts-style-4.page-layout-2columns-left .sidebar .filter-content .filter-options-item .ui-slider,
.posh-auto-parts-style-5.page-layout-2columns-left .sidebar .filter-content .filter-options-item .ui-slider,
.posh-auto-parts-style-1.page-layout-2columns-right .sidebar .filter-content .filter-options-item .ui-slider,
.posh-auto-parts-style-2.page-layout-2columns-right .sidebar .filter-content .filter-options-item .ui-slider,
.posh-auto-parts-style-3.page-layout-2columns-right .sidebar .filter-content .filter-options-item .ui-slider,
.posh-auto-parts-style-4.page-layout-2columns-right .sidebar .filter-content .filter-options-item .ui-slider,
.posh-auto-parts-style-5.page-layout-2columns-right .sidebar .filter-content .filter-options-item .ui-slider,
.posh-auto-parts-style-1.page-with-filter .sidebar .filter-content .filter-options-item .ui-slider,
.posh-auto-parts-style-2.page-with-filter .sidebar .filter-content .filter-options-item .ui-slider,
.posh-auto-parts-style-3.page-with-filter .sidebar .filter-content .filter-options-item .ui-slider,
.posh-auto-parts-style-4.page-with-filter .sidebar .filter-content .filter-options-item .ui-slider,
.posh-auto-parts-style-5.page-with-filter .sidebar .filter-content .filter-options-item .ui-slider {
  height: 2px;
  background: #d6d6d6;
  margin: 0 10px;
}
.posh-auto-parts-style-1.page-layout-2columns-left .sidebar .filter-content .filter-options-item .ui-slider-handle,
.posh-auto-parts-style-2.page-layout-2columns-left .sidebar .filter-content .filter-options-item .ui-slider-handle,
.posh-auto-parts-style-3.page-layout-2columns-left .sidebar .filter-content .filter-options-item .ui-slider-handle,
.posh-auto-parts-style-4.page-layout-2columns-left .sidebar .filter-content .filter-options-item .ui-slider-handle,
.posh-auto-parts-style-5.page-layout-2columns-left .sidebar .filter-content .filter-options-item .ui-slider-handle,
.posh-auto-parts-style-1.page-layout-2columns-right .sidebar .filter-content .filter-options-item .ui-slider-handle,
.posh-auto-parts-style-2.page-layout-2columns-right .sidebar .filter-content .filter-options-item .ui-slider-handle,
.posh-auto-parts-style-3.page-layout-2columns-right .sidebar .filter-content .filter-options-item .ui-slider-handle,
.posh-auto-parts-style-4.page-layout-2columns-right .sidebar .filter-content .filter-options-item .ui-slider-handle,
.posh-auto-parts-style-5.page-layout-2columns-right .sidebar .filter-content .filter-options-item .ui-slider-handle,
.posh-auto-parts-style-1.page-with-filter .sidebar .filter-content .filter-options-item .ui-slider-handle,
.posh-auto-parts-style-2.page-with-filter .sidebar .filter-content .filter-options-item .ui-slider-handle,
.posh-auto-parts-style-3.page-with-filter .sidebar .filter-content .filter-options-item .ui-slider-handle,
.posh-auto-parts-style-4.page-with-filter .sidebar .filter-content .filter-options-item .ui-slider-handle,
.posh-auto-parts-style-5.page-with-filter .sidebar .filter-content .filter-options-item .ui-slider-handle {
  top: -6px;
  margin-left: -10px;
  width: 12px;
  height: 12px;
}
.posh-auto-parts-style-1.page-layout-2columns-left .sidebar .filter-content .filter-options-item input.priceFromTo,
.posh-auto-parts-style-2.page-layout-2columns-left .sidebar .filter-content .filter-options-item input.priceFromTo,
.posh-auto-parts-style-3.page-layout-2columns-left .sidebar .filter-content .filter-options-item input.priceFromTo,
.posh-auto-parts-style-4.page-layout-2columns-left .sidebar .filter-content .filter-options-item input.priceFromTo,
.posh-auto-parts-style-5.page-layout-2columns-left .sidebar .filter-content .filter-options-item input.priceFromTo,
.posh-auto-parts-style-1.page-layout-2columns-right .sidebar .filter-content .filter-options-item input.priceFromTo,
.posh-auto-parts-style-2.page-layout-2columns-right .sidebar .filter-content .filter-options-item input.priceFromTo,
.posh-auto-parts-style-3.page-layout-2columns-right .sidebar .filter-content .filter-options-item input.priceFromTo,
.posh-auto-parts-style-4.page-layout-2columns-right .sidebar .filter-content .filter-options-item input.priceFromTo,
.posh-auto-parts-style-5.page-layout-2columns-right .sidebar .filter-content .filter-options-item input.priceFromTo,
.posh-auto-parts-style-1.page-with-filter .sidebar .filter-content .filter-options-item input.priceFromTo,
.posh-auto-parts-style-2.page-with-filter .sidebar .filter-content .filter-options-item input.priceFromTo,
.posh-auto-parts-style-3.page-with-filter .sidebar .filter-content .filter-options-item input.priceFromTo,
.posh-auto-parts-style-4.page-with-filter .sidebar .filter-content .filter-options-item input.priceFromTo,
.posh-auto-parts-style-5.page-with-filter .sidebar .filter-content .filter-options-item input.priceFromTo {
  font-weight: 400;
  font-size: 14px;
}
.posh-auto-parts-style-1.page-layout-2columns-left .sidebar .filter-content .swatch-layered .swatch-option-link-layered,
.posh-auto-parts-style-2.page-layout-2columns-left .sidebar .filter-content .swatch-layered .swatch-option-link-layered,
.posh-auto-parts-style-3.page-layout-2columns-left .sidebar .filter-content .swatch-layered .swatch-option-link-layered,
.posh-auto-parts-style-4.page-layout-2columns-left .sidebar .filter-content .swatch-layered .swatch-option-link-layered,
.posh-auto-parts-style-5.page-layout-2columns-left .sidebar .filter-content .swatch-layered .swatch-option-link-layered,
.posh-auto-parts-style-1.page-layout-2columns-right .sidebar .filter-content .swatch-layered .swatch-option-link-layered,
.posh-auto-parts-style-2.page-layout-2columns-right .sidebar .filter-content .swatch-layered .swatch-option-link-layered,
.posh-auto-parts-style-3.page-layout-2columns-right .sidebar .filter-content .swatch-layered .swatch-option-link-layered,
.posh-auto-parts-style-4.page-layout-2columns-right .sidebar .filter-content .swatch-layered .swatch-option-link-layered,
.posh-auto-parts-style-5.page-layout-2columns-right .sidebar .filter-content .swatch-layered .swatch-option-link-layered,
.posh-auto-parts-style-1.page-with-filter .sidebar .filter-content .swatch-layered .swatch-option-link-layered,
.posh-auto-parts-style-2.page-with-filter .sidebar .filter-content .swatch-layered .swatch-option-link-layered,
.posh-auto-parts-style-3.page-with-filter .sidebar .filter-content .swatch-layered .swatch-option-link-layered,
.posh-auto-parts-style-4.page-with-filter .sidebar .filter-content .swatch-layered .swatch-option-link-layered,
.posh-auto-parts-style-5.page-with-filter .sidebar .filter-content .swatch-layered .swatch-option-link-layered,
.posh-auto-parts-style-1.page-layout-2columns-left .sidebar .filter-content .size .swatch-option-link-layered,
.posh-auto-parts-style-2.page-layout-2columns-left .sidebar .filter-content .size .swatch-option-link-layered,
.posh-auto-parts-style-3.page-layout-2columns-left .sidebar .filter-content .size .swatch-option-link-layered,
.posh-auto-parts-style-4.page-layout-2columns-left .sidebar .filter-content .size .swatch-option-link-layered,
.posh-auto-parts-style-5.page-layout-2columns-left .sidebar .filter-content .size .swatch-option-link-layered,
.posh-auto-parts-style-1.page-layout-2columns-right .sidebar .filter-content .size .swatch-option-link-layered,
.posh-auto-parts-style-2.page-layout-2columns-right .sidebar .filter-content .size .swatch-option-link-layered,
.posh-auto-parts-style-3.page-layout-2columns-right .sidebar .filter-content .size .swatch-option-link-layered,
.posh-auto-parts-style-4.page-layout-2columns-right .sidebar .filter-content .size .swatch-option-link-layered,
.posh-auto-parts-style-5.page-layout-2columns-right .sidebar .filter-content .size .swatch-option-link-layered,
.posh-auto-parts-style-1.page-with-filter .sidebar .filter-content .size .swatch-option-link-layered,
.posh-auto-parts-style-2.page-with-filter .sidebar .filter-content .size .swatch-option-link-layered,
.posh-auto-parts-style-3.page-with-filter .sidebar .filter-content .size .swatch-option-link-layered,
.posh-auto-parts-style-4.page-with-filter .sidebar .filter-content .size .swatch-option-link-layered,
.posh-auto-parts-style-5.page-with-filter .sidebar .filter-content .size .swatch-option-link-layered {
  border-width: 1px;
  border-style: solid;
  display: block;
  margin: 0 3px 8px !important;
  float: left;
}
.posh-auto-parts-style-1.page-layout-2columns-left .sidebar .filter-content .swatch-layered .swatch-option-link-layered .swatch-option,
.posh-auto-parts-style-2.page-layout-2columns-left .sidebar .filter-content .swatch-layered .swatch-option-link-layered .swatch-option,
.posh-auto-parts-style-3.page-layout-2columns-left .sidebar .filter-content .swatch-layered .swatch-option-link-layered .swatch-option,
.posh-auto-parts-style-4.page-layout-2columns-left .sidebar .filter-content .swatch-layered .swatch-option-link-layered .swatch-option,
.posh-auto-parts-style-5.page-layout-2columns-left .sidebar .filter-content .swatch-layered .swatch-option-link-layered .swatch-option,
.posh-auto-parts-style-1.page-layout-2columns-right .sidebar .filter-content .swatch-layered .swatch-option-link-layered .swatch-option,
.posh-auto-parts-style-2.page-layout-2columns-right .sidebar .filter-content .swatch-layered .swatch-option-link-layered .swatch-option,
.posh-auto-parts-style-3.page-layout-2columns-right .sidebar .filter-content .swatch-layered .swatch-option-link-layered .swatch-option,
.posh-auto-parts-style-4.page-layout-2columns-right .sidebar .filter-content .swatch-layered .swatch-option-link-layered .swatch-option,
.posh-auto-parts-style-5.page-layout-2columns-right .sidebar .filter-content .swatch-layered .swatch-option-link-layered .swatch-option,
.posh-auto-parts-style-1.page-with-filter .sidebar .filter-content .swatch-layered .swatch-option-link-layered .swatch-option,
.posh-auto-parts-style-2.page-with-filter .sidebar .filter-content .swatch-layered .swatch-option-link-layered .swatch-option,
.posh-auto-parts-style-3.page-with-filter .sidebar .filter-content .swatch-layered .swatch-option-link-layered .swatch-option,
.posh-auto-parts-style-4.page-with-filter .sidebar .filter-content .swatch-layered .swatch-option-link-layered .swatch-option,
.posh-auto-parts-style-5.page-with-filter .sidebar .filter-content .swatch-layered .swatch-option-link-layered .swatch-option,
.posh-auto-parts-style-1.page-layout-2columns-left .sidebar .filter-content .size .swatch-option-link-layered .swatch-option,
.posh-auto-parts-style-2.page-layout-2columns-left .sidebar .filter-content .size .swatch-option-link-layered .swatch-option,
.posh-auto-parts-style-3.page-layout-2columns-left .sidebar .filter-content .size .swatch-option-link-layered .swatch-option,
.posh-auto-parts-style-4.page-layout-2columns-left .sidebar .filter-content .size .swatch-option-link-layered .swatch-option,
.posh-auto-parts-style-5.page-layout-2columns-left .sidebar .filter-content .size .swatch-option-link-layered .swatch-option,
.posh-auto-parts-style-1.page-layout-2columns-right .sidebar .filter-content .size .swatch-option-link-layered .swatch-option,
.posh-auto-parts-style-2.page-layout-2columns-right .sidebar .filter-content .size .swatch-option-link-layered .swatch-option,
.posh-auto-parts-style-3.page-layout-2columns-right .sidebar .filter-content .size .swatch-option-link-layered .swatch-option,
.posh-auto-parts-style-4.page-layout-2columns-right .sidebar .filter-content .size .swatch-option-link-layered .swatch-option,
.posh-auto-parts-style-5.page-layout-2columns-right .sidebar .filter-content .size .swatch-option-link-layered .swatch-option,
.posh-auto-parts-style-1.page-with-filter .sidebar .filter-content .size .swatch-option-link-layered .swatch-option,
.posh-auto-parts-style-2.page-with-filter .sidebar .filter-content .size .swatch-option-link-layered .swatch-option,
.posh-auto-parts-style-3.page-with-filter .sidebar .filter-content .size .swatch-option-link-layered .swatch-option,
.posh-auto-parts-style-4.page-with-filter .sidebar .filter-content .size .swatch-option-link-layered .swatch-option,
.posh-auto-parts-style-5.page-with-filter .sidebar .filter-content .size .swatch-option-link-layered .swatch-option {
  width: 25px;
  height: 25px;
  min-width: 24px;
  border: 2px solid #fff;
  margin: 0;
  padding: 0;
}
.posh-auto-parts-style-1.page-layout-2columns-left .sidebar .filter-content .swatch-layered.color .swatch-option-link-layered:nth-child(7n+1),
.posh-auto-parts-style-2.page-layout-2columns-left .sidebar .filter-content .swatch-layered.color .swatch-option-link-layered:nth-child(7n+1),
.posh-auto-parts-style-3.page-layout-2columns-left .sidebar .filter-content .swatch-layered.color .swatch-option-link-layered:nth-child(7n+1),
.posh-auto-parts-style-4.page-layout-2columns-left .sidebar .filter-content .swatch-layered.color .swatch-option-link-layered:nth-child(7n+1),
.posh-auto-parts-style-5.page-layout-2columns-left .sidebar .filter-content .swatch-layered.color .swatch-option-link-layered:nth-child(7n+1),
.posh-auto-parts-style-1.page-layout-2columns-right .sidebar .filter-content .swatch-layered.color .swatch-option-link-layered:nth-child(7n+1),
.posh-auto-parts-style-2.page-layout-2columns-right .sidebar .filter-content .swatch-layered.color .swatch-option-link-layered:nth-child(7n+1),
.posh-auto-parts-style-3.page-layout-2columns-right .sidebar .filter-content .swatch-layered.color .swatch-option-link-layered:nth-child(7n+1),
.posh-auto-parts-style-4.page-layout-2columns-right .sidebar .filter-content .swatch-layered.color .swatch-option-link-layered:nth-child(7n+1),
.posh-auto-parts-style-5.page-layout-2columns-right .sidebar .filter-content .swatch-layered.color .swatch-option-link-layered:nth-child(7n+1),
.posh-auto-parts-style-1.page-with-filter .sidebar .filter-content .swatch-layered.color .swatch-option-link-layered:nth-child(7n+1),
.posh-auto-parts-style-2.page-with-filter .sidebar .filter-content .swatch-layered.color .swatch-option-link-layered:nth-child(7n+1),
.posh-auto-parts-style-3.page-with-filter .sidebar .filter-content .swatch-layered.color .swatch-option-link-layered:nth-child(7n+1),
.posh-auto-parts-style-4.page-with-filter .sidebar .filter-content .swatch-layered.color .swatch-option-link-layered:nth-child(7n+1),
.posh-auto-parts-style-5.page-with-filter .sidebar .filter-content .swatch-layered.color .swatch-option-link-layered:nth-child(7n+1) {
  clear: left;
}
.posh-auto-parts-style-1.page-layout-2columns-left .sidebar .filter-content .size .swatch-option,
.posh-auto-parts-style-2.page-layout-2columns-left .sidebar .filter-content .size .swatch-option,
.posh-auto-parts-style-3.page-layout-2columns-left .sidebar .filter-content .size .swatch-option,
.posh-auto-parts-style-4.page-layout-2columns-left .sidebar .filter-content .size .swatch-option,
.posh-auto-parts-style-5.page-layout-2columns-left .sidebar .filter-content .size .swatch-option,
.posh-auto-parts-style-1.page-layout-2columns-right .sidebar .filter-content .size .swatch-option,
.posh-auto-parts-style-2.page-layout-2columns-right .sidebar .filter-content .size .swatch-option,
.posh-auto-parts-style-3.page-layout-2columns-right .sidebar .filter-content .size .swatch-option,
.posh-auto-parts-style-4.page-layout-2columns-right .sidebar .filter-content .size .swatch-option,
.posh-auto-parts-style-5.page-layout-2columns-right .sidebar .filter-content .size .swatch-option,
.posh-auto-parts-style-1.page-with-filter .sidebar .filter-content .size .swatch-option,
.posh-auto-parts-style-2.page-with-filter .sidebar .filter-content .size .swatch-option,
.posh-auto-parts-style-3.page-with-filter .sidebar .filter-content .size .swatch-option,
.posh-auto-parts-style-4.page-with-filter .sidebar .filter-content .size .swatch-option,
.posh-auto-parts-style-5.page-with-filter .sidebar .filter-content .size .swatch-option {
  color: #333 !important;
  background-color: transparent !important;
}
.posh-auto-parts-style-1.page-layout-2columns-left .sidebar .filter-content .size .swatch-option.text,
.posh-auto-parts-style-2.page-layout-2columns-left .sidebar .filter-content .size .swatch-option.text,
.posh-auto-parts-style-3.page-layout-2columns-left .sidebar .filter-content .size .swatch-option.text,
.posh-auto-parts-style-4.page-layout-2columns-left .sidebar .filter-content .size .swatch-option.text,
.posh-auto-parts-style-5.page-layout-2columns-left .sidebar .filter-content .size .swatch-option.text,
.posh-auto-parts-style-1.page-layout-2columns-right .sidebar .filter-content .size .swatch-option.text,
.posh-auto-parts-style-2.page-layout-2columns-right .sidebar .filter-content .size .swatch-option.text,
.posh-auto-parts-style-3.page-layout-2columns-right .sidebar .filter-content .size .swatch-option.text,
.posh-auto-parts-style-4.page-layout-2columns-right .sidebar .filter-content .size .swatch-option.text,
.posh-auto-parts-style-5.page-layout-2columns-right .sidebar .filter-content .size .swatch-option.text,
.posh-auto-parts-style-1.page-with-filter .sidebar .filter-content .size .swatch-option.text,
.posh-auto-parts-style-2.page-with-filter .sidebar .filter-content .size .swatch-option.text,
.posh-auto-parts-style-3.page-with-filter .sidebar .filter-content .size .swatch-option.text,
.posh-auto-parts-style-4.page-with-filter .sidebar .filter-content .size .swatch-option.text,
.posh-auto-parts-style-5.page-with-filter .sidebar .filter-content .size .swatch-option.text {
  width: 30px;
  height: 30px;
  min-width: 30px;
  font-size: 12px;
  line-height: 29px;
  font-weight: 400;
}
.posh-auto-parts-style-1.page-layout-2columns-left .sidebar .filter-options-title,
.posh-auto-parts-style-2.page-layout-2columns-left .sidebar .filter-options-title,
.posh-auto-parts-style-3.page-layout-2columns-left .sidebar .filter-options-title,
.posh-auto-parts-style-4.page-layout-2columns-left .sidebar .filter-options-title,
.posh-auto-parts-style-5.page-layout-2columns-left .sidebar .filter-options-title,
.posh-auto-parts-style-1.page-layout-2columns-right .sidebar .filter-options-title,
.posh-auto-parts-style-2.page-layout-2columns-right .sidebar .filter-options-title,
.posh-auto-parts-style-3.page-layout-2columns-right .sidebar .filter-options-title,
.posh-auto-parts-style-4.page-layout-2columns-right .sidebar .filter-options-title,
.posh-auto-parts-style-5.page-layout-2columns-right .sidebar .filter-options-title,
.posh-auto-parts-style-1.page-with-filter .sidebar .filter-options-title,
.posh-auto-parts-style-2.page-with-filter .sidebar .filter-options-title,
.posh-auto-parts-style-3.page-with-filter .sidebar .filter-options-title,
.posh-auto-parts-style-4.page-with-filter .sidebar .filter-options-title,
.posh-auto-parts-style-5.page-with-filter .sidebar .filter-options-title {
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 500;
  padding: 15px 0;
  margin: 0;
}
.posh-auto-parts-style-1.page-layout-2columns-left .sidebar #layered-filter-block .collapsible:after,
.posh-auto-parts-style-2.page-layout-2columns-left .sidebar #layered-filter-block .collapsible:after,
.posh-auto-parts-style-3.page-layout-2columns-left .sidebar #layered-filter-block .collapsible:after,
.posh-auto-parts-style-4.page-layout-2columns-left .sidebar #layered-filter-block .collapsible:after,
.posh-auto-parts-style-5.page-layout-2columns-left .sidebar #layered-filter-block .collapsible:after,
.posh-auto-parts-style-1.page-layout-2columns-right .sidebar #layered-filter-block .collapsible:after,
.posh-auto-parts-style-2.page-layout-2columns-right .sidebar #layered-filter-block .collapsible:after,
.posh-auto-parts-style-3.page-layout-2columns-right .sidebar #layered-filter-block .collapsible:after,
.posh-auto-parts-style-4.page-layout-2columns-right .sidebar #layered-filter-block .collapsible:after,
.posh-auto-parts-style-5.page-layout-2columns-right .sidebar #layered-filter-block .collapsible:after,
.posh-auto-parts-style-1.page-with-filter .sidebar #layered-filter-block .collapsible:after,
.posh-auto-parts-style-2.page-with-filter .sidebar #layered-filter-block .collapsible:after,
.posh-auto-parts-style-3.page-with-filter .sidebar #layered-filter-block .collapsible:after,
.posh-auto-parts-style-4.page-with-filter .sidebar #layered-filter-block .collapsible:after,
.posh-auto-parts-style-5.page-with-filter .sidebar #layered-filter-block .collapsible:after {
  content: "\e61a";
  font-family: 'themify';
  font-size: 12px;
  display: inline-block;
  background: none;
  top: 18px;
  right: 0px;
  opacity: 1;
  font-weight: normal;
}
.posh-auto-parts-style-1.page-layout-2columns-left .sidebar #layered-filter-block .collapsible.active:after,
.posh-auto-parts-style-2.page-layout-2columns-left .sidebar #layered-filter-block .collapsible.active:after,
.posh-auto-parts-style-3.page-layout-2columns-left .sidebar #layered-filter-block .collapsible.active:after,
.posh-auto-parts-style-4.page-layout-2columns-left .sidebar #layered-filter-block .collapsible.active:after,
.posh-auto-parts-style-5.page-layout-2columns-left .sidebar #layered-filter-block .collapsible.active:after,
.posh-auto-parts-style-1.page-layout-2columns-right .sidebar #layered-filter-block .collapsible.active:after,
.posh-auto-parts-style-2.page-layout-2columns-right .sidebar #layered-filter-block .collapsible.active:after,
.posh-auto-parts-style-3.page-layout-2columns-right .sidebar #layered-filter-block .collapsible.active:after,
.posh-auto-parts-style-4.page-layout-2columns-right .sidebar #layered-filter-block .collapsible.active:after,
.posh-auto-parts-style-5.page-layout-2columns-right .sidebar #layered-filter-block .collapsible.active:after,
.posh-auto-parts-style-1.page-with-filter .sidebar #layered-filter-block .collapsible.active:after,
.posh-auto-parts-style-2.page-with-filter .sidebar #layered-filter-block .collapsible.active:after,
.posh-auto-parts-style-3.page-with-filter .sidebar #layered-filter-block .collapsible.active:after,
.posh-auto-parts-style-4.page-with-filter .sidebar #layered-filter-block .collapsible.active:after,
.posh-auto-parts-style-5.page-with-filter .sidebar #layered-filter-block .collapsible.active:after {
  content: "\e622";
  opacity: 1;
}
.posh-auto-parts-style-1.page-layout-2columns-left #layered-filter-block-top .swatch-option.text,
.posh-auto-parts-style-2.page-layout-2columns-left #layered-filter-block-top .swatch-option.text,
.posh-auto-parts-style-3.page-layout-2columns-left #layered-filter-block-top .swatch-option.text,
.posh-auto-parts-style-4.page-layout-2columns-left #layered-filter-block-top .swatch-option.text,
.posh-auto-parts-style-5.page-layout-2columns-left #layered-filter-block-top .swatch-option.text,
.posh-auto-parts-style-1.page-layout-2columns-right #layered-filter-block-top .swatch-option.text,
.posh-auto-parts-style-2.page-layout-2columns-right #layered-filter-block-top .swatch-option.text,
.posh-auto-parts-style-3.page-layout-2columns-right #layered-filter-block-top .swatch-option.text,
.posh-auto-parts-style-4.page-layout-2columns-right #layered-filter-block-top .swatch-option.text,
.posh-auto-parts-style-5.page-layout-2columns-right #layered-filter-block-top .swatch-option.text,
.posh-auto-parts-style-1.page-with-filter #layered-filter-block-top .swatch-option.text,
.posh-auto-parts-style-2.page-with-filter #layered-filter-block-top .swatch-option.text,
.posh-auto-parts-style-3.page-with-filter #layered-filter-block-top .swatch-option.text,
.posh-auto-parts-style-4.page-with-filter #layered-filter-block-top .swatch-option.text,
.posh-auto-parts-style-5.page-with-filter #layered-filter-block-top .swatch-option.text {
  height: 28px;
}
.posh-auto-parts-style-1.page-layout-2columns-right .sidebar-main,
.posh-auto-parts-style-2.page-layout-2columns-right .sidebar-main,
.posh-auto-parts-style-3.page-layout-2columns-right .sidebar-main,
.posh-auto-parts-style-4.page-layout-2columns-right .sidebar-main,
.posh-auto-parts-style-5.page-layout-2columns-right .sidebar-main,
.posh-auto-parts-style-1.page-layout-2columns-right .sidebar-additional,
.posh-auto-parts-style-2.page-layout-2columns-right .sidebar-additional,
.posh-auto-parts-style-3.page-layout-2columns-right .sidebar-additional,
.posh-auto-parts-style-4.page-layout-2columns-right .sidebar-additional,
.posh-auto-parts-style-5.page-layout-2columns-right .sidebar-additional {
  padding-left: 2.56410256%;
  padding-right: 0;
}
.posh-auto-parts-style-1.page-with-filter.page-layout-1column .column.main,
.posh-auto-parts-style-2.page-with-filter.page-layout-1column .column.main,
.posh-auto-parts-style-3.page-with-filter.page-layout-1column .column.main,
.posh-auto-parts-style-4.page-with-filter.page-layout-1column .column.main,
.posh-auto-parts-style-5.page-with-filter.page-layout-1column .column.main {
  width: 100%;
}
.page-layout-1column.catalog-category-view .category-description h3,
.catalogsearch-result-index .category-description h3 {
  font-weight: 700;
  margin: 20px 0;
}
.page-layout-1column.catalog-category-view .category-description ul,
.catalogsearch-result-index .category-description ul {
  list-style: none;
  padding: 0;
  margin: 0 0 10px;
}
.page-layout-1column.catalog-category-view .category-description ul > li,
.catalogsearch-result-index .category-description ul > li {
  position: relative;
  padding-left: 20px;
  margin: 0 0 5px;
  line-height: normal;
}
.page-layout-1column.catalog-category-view .category-description ul > li:before,
.catalogsearch-result-index .category-description ul > li:before {
  content: "\f00c";
  font-family: 'FontAwesome';
  font-size: 13px;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 1px;
}
.page-layout-1column.catalog-category-view .category-description ol,
.catalogsearch-result-index .category-description ol {
  margin: 0 0 10px 15px;
}
.page-layout-1column.catalog-category-view .category-description ol li,
.catalogsearch-result-index .category-description ol li {
  margin-bottom: 3px;
}
.page-layout-1column.catalog-category-view #layered-filter-block .block-title.filter-title,
.catalogsearch-result-index #layered-filter-block .block-title.filter-title,
.page-layout-1column.catalog-category-view #layered-filter-block .block-subtitle.filter-subtitle,
.catalogsearch-result-index #layered-filter-block .block-subtitle.filter-subtitle,
.page-layout-1column.catalog-category-view #layered-filter-block .filter-options,
.catalogsearch-result-index #layered-filter-block .filter-options {
  display: block;
}
.page-layout-1column.catalog-category-view #layered-filter-block-top .swatch-option.text,
.catalogsearch-result-index #layered-filter-block-top .swatch-option.text {
  height: 28px;
}
.page-layout-1column .block.widget.mage-deal-slider .products-grid .product-item,
.page-layout-1column .mage-deal-slider .products-grid .product-item {
  width: 100%;
}
/* End Category Page */
.abs-product-link > a,
.product-item-name > a,
.product-name > a,
.product.name a > a,
.product-item-name > a,
.product.name a > a {
  font-weight: 500;
}
.abs-product-link > a:hover,
.product-item-name > a:hover,
.product-name > a:hover,
.product.name a > a:hover,
.product-item-name > a:hover,
.product.name a > a:hover {
  text-decoration: none;
}
.actions-toolbar .secondary a.action {
  margin-top: 0 !important;
}
.account .page-main,
.cms-privacy-policy .page-main {
  padding-top: 0;
}
.minicart-wrapper .minicart-items-wrapper {
  padding: 10px 0;
  margin: 0;
  height: auto !important;
  min-height: inherit !important;
}
.minicart-wrapper .product-item-details {
  padding-left: 78px;
}
.minicart-wrapper .product-item-details .details-qty {
  margin-bottom: 5px;
}
.minicart-wrapper .product-item-details .price-including-tax,
.minicart-wrapper .product-item-details .price-excluding-tax {
  margin-top: 0;
}
.minicart-wrapper .minicart-items {
  max-height: 250px;
  overflow-y: auto;
}
.minicart-wrapper .minicart-items:not(:first-child) {
  border-top: dotted 1px #ccc;
}
.minicart-wrapper .minicart-items .product-image-photo {
  float: left;
  width: 60px !important;
  height: 60px !important;
  object-fit: contain;
}
.minicart-wrapper .minicart-items .product-item {
  padding: 15px 0;
  border-color: #e5e5e5;
}
.minicart-wrapper .minicart-items .item-qty {
  width: 32px;
  height: 30px;
  line-height: 30px;
  font-size: 11px;
  margin-right: 0 !important;
  padding: 0 2px;
}
.minicart-wrapper .minicart-items .product-item-details .price {
  font-size: 13px;
  font-weight: normal;
}
.minicart-wrapper .minicart-items .action.delete:before {
  content: "\e646";
  font-family: 'themify';
  font-size: 11px;
  line-height: 17px;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.minicart-wrapper .minicart-items .action.edit {
  margin-right: 10px;
}
.minicart-wrapper .minicart-items .action.edit:before {
  content: "\e61d";
  font-family: 'themify';
  font-size: 12px;
  line-height: 17px;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.minicart-wrapper .product-item-pricing .label {
  width: 30px;
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
}
.minicart-wrapper .product .actions {
  margin: -30px 0 0;
}
.minicart-wrapper .block-minicart .items-total {
  float: none;
}
.minicart-wrapper .block-minicart .subtotal {
  text-align: left;
}
.minicart-wrapper .action.viewcart {
  padding: 5px 10px;
  text-transform: uppercase;
}
.minicart-wrapper .update-cart-item {
  padding: 7px 9px !important;
}
.minicart-wrapper .action.close:before {
  content: "\e646";
  font-family: 'themify';
  display: inline-block;
  font-size: 12px;
  line-height: 32px;
  color: inherit;
  margin: 0;
  vertical-align: top;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.mageb-summary table td.oscProductImage {
  text-align: center;
}
.mageb-osc .fieldset .field label,
.mageb-osc .fieldset .field .label,
.mageb-osc label.label.magebees-additional-block-code-label {
  display: block !important;
  width: 100% !important;
  text-align: left !important;
}
.mageb-osc .fieldset > .field:not(.choice) > .control {
  width: 100% !important;
}
.mageb-osc .two-fields {
  margin-right: 3%;
}
.mageb-osc .fieldset > .field.choice:before,
.mageb-osc .fieldset > .field.no-label:before {
  display: none !important;
}
/* Ajax add to cart Popup */
.cartBox .pname {
  font-size: 20px;
  font-weight: 400;
  padding-right: 30px;
  margin-bottom: 20px;
}
.cartBox .modal-content .action {
  font-size: 12px;
  font-weight: normal;
}
.cartBox.cartDetails .modal-inner-wrap {
  max-width: 450px;
}
.cartBox.cartDetails .block .title strong {
  font-size: 20px;
}
.cartBox.cartDetails .block .title strong:after {
  display: none;
}
.cartBox.cartDetails .products-grid .product-item {
  width: 32.5% !important;
  float: left;
}
.cartBox.cartDetails .products-grid .product-item .product-item-name {
  line-height: normal;
}
.cartBox.cartDetails .products-grid .product-item .price-box .price {
  font-size: 16px;
  font-weight: 600;
}
.cartBox.cartDetails .related,
.cartBox.cartDetails .upsell,
.cartBox.cartDetails .block.crosssell {
  border-top: 0;
}
/* End Ajax add to cart Popup */
.column.main {
  width: 74.35897436%;
  /* Category Image */
  /* Top Paging */
  /* Horizontal Filter */
  /* End Horizontal Filter */
}
.column.main #scroll_loading,
.column.main .mageb-no-more-load {
  clear: both;
}
.column.main #scroll_loading:before,
.column.main .mageb-no-more-load:before,
.column.main #scroll_loading:after,
.column.main .mageb-no-more-load:after {
  content: "";
  clear: both;
  display: block;
}
.column.main .category-image {
  text-align: center;
  margin-bottom: 30px;
}
.column.main .category-image .image {
  margin: 0 auto;
}
.column.main .sorter {
  padding: 0;
}
.column.main .toolbar-products {
  padding: 0;
  margin-bottom: 30px;
}
.column.main .toolbar-products ~ .toolbar-products {
  display: block;
  background-color: inherit;
  padding: 0;
  margin: 0 0 30px;
  border: 0;
}
.column.main .toolbar-products ~ .toolbar-products .toolbar-amount,
.column.main .toolbar-products ~ .toolbar-products .limiter,
.column.main .toolbar-products ~ .toolbar-products .modes {
  display: none;
}
.column.main .toolbar-products ~ .toolbar-products .pages {
  float: none;
}
.column.main .toolbar-products .sorter-options {
  font-size: 14px;
  height: 35px;
  line-height: normal;
  background-color: #f1f1f1;
  cursor: pointer;
  padding-left: 10px;
}
.column.main .toolbar-products .sorter-action {
  cursor: pointer;
  vertical-align: middle;
  width: 25px;
}
.column.main .toolbar-products .sorter-action:focus {
  outline: 0;
}
.column.main .toolbar-products .sorter-action:before {
  color: #202020;
  content: "\e627";
  font-family: 'themify';
  font-size: 13px;
  line-height: normal;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
}
.column.main .toolbar-products .sorter-action.sort-desc:before {
  content: "\e62a";
}
.column.main .toolbar-products .modes .modes-mode {
  border: 0;
  padding: 8px;
  margin-right: 0;
}
.column.main .toolbar-products .modes .modes-mode:before {
  content: "\e669";
  font-family: 'themify';
  font-size: 14px;
  display: inline-block;
}
.column.main .toolbar-products .modes .modes-mode.mode-list:before {
  content: "\e667";
}
.column.main .pages .item {
  margin: 0 4px 0 0;
}
.column.main .pages .action.next:before {
  content: "\e649";
  font-family: 'themify';
  font-size: 12px;
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
}
.column.main .pages .action.previous:before {
  content: "\e64a";
  font-family: 'themify';
  font-size: 12px;
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
}
.column.main .pages strong.page,
.column.main .pages a.page {
  padding: 0 12px;
}
.column.main .pages .action.next {
  margin-left: 5px;
}
.column.main .pages .action.previous {
  margin-right: 5px;
}
.column.main .pager .toolbar-amount {
  padding-top: 0;
  vertical-align: inherit;
}
.column.main .pager .pages .item a.page,
.column.main .pager .pages .item .action,
.column.main .pager .pages .item strong.page {
  border: solid 1px #ddd;
  padding: 0 12px;
  border-radius: 0 !important;
  -webkit-border-radius: 0 !important;
  width: inherit;
}
.column.main .pager .pages .action.next {
  margin-left: 5px;
  padding: 0 15px;
}
.column.main .pager .pages .action.next:before {
  content: "\f105";
  font-family: "FontAwesome";
  font-size: 20px;
  line-height: inherit;
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.column.main .pager .pages .action.previous {
  margin-right: 5px;
  padding: 0 15px;
}
.column.main .pager .pages .action.previous:before {
  content: "\f104";
  font-family: "FontAwesome";
  font-size: 20px;
  line-height: inherit;
  vertical-align: top;
  margin: 0;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.column.main #layered-filter-block-top {
  margin: 0 0 30px !important;
  display: block;
}
.column.main #layered-filter-block-top .filter-subtitle {
  padding: 10px 15px;
  margin: 0;
  font-size: 18px;
  letter-spacing: 0.3px;
  font-weight: 500;
  line-height: normal;
  display: block;
  text-transform: uppercase;
}
.column.main #layered-filter-block-top .ddFilter {
  border: 0;
}
.column.main #layered-filter-block-top .filter-options .filter-options-title {
  text-transform: none;
  font-size: 14px;
  font-weight: 400;
  padding: 10px 30px 10px 20px;
}
.column.main #layered-filter-block-top .filter-options .filter-options-title:after {
  top: 12px;
}
.column.main #layered-filter-block-top .filter-options-item button,
.column.main #layered-filter-block-top .filter-options-item .cart.table-wrapper .actions-toolbar > .action,
.column.main #layered-filter-block-top .filter-options-item .action-gift {
  margin-left: 10px;
}
.page-layout-1column.catalog-category-view .column.main .block.filter#layered-filter-block .filter-content .block-actions,
.catalogsearch-result-index .column.main .block.filter#layered-filter-block .filter-content .block-actions {
  text-align: left;
  margin-bottom: 10px;
}
.page-layout-1column.catalog-category-view .column.main .block.filter#layered-filter-block .filter-content .block-actions .action,
.catalogsearch-result-index .column.main .block.filter#layered-filter-block .filter-content .block-actions .action {
  text-transform: uppercase;
  font-size: 13px;
}
.loading-btn {
  margin: 20px 0 40px !important;
  text-align: center;
}
.loading-btn button,
.loading-btn .cart.table-wrapper .actions-toolbar > .action,
.loading-btn .action-gift {
  padding: 16px 30px !important;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 400;
  display: inline-block;
  border-radius: 5px !important;
  -webkit-border-radius: 5px !important;
}
.loading-btn button:hover,
.loading-btn .cart.table-wrapper .actions-toolbar > .action:hover,
.loading-btn .action-gift:hover {
  opacity: 0.8 !important;
}
.posh-auto-parts-style-1 .loading-btn button,
.posh-auto-parts-style-1 .loading-btn .cart.table-wrapper .actions-toolbar > .action,
.posh-auto-parts-style-1 .loading-btn .action-gift {
  border-radius: 5px !important;
  -webkit-border-radius: 5px !important;
}
/* Default Filter */
.filter .filter-options .filter-options-content {
  padding: 5px 5px 0;
}
.fieldset > .field {
  margin-bottom: 20px !important;
}
.fieldset > .legend {
  font-size: 1.8rem;
  font-weight: 500;
}
.login-container .block .block-title {
  padding: 15px;
  text-transform: uppercase;
}
.login-container .block .block-title strong {
  font-size: 18px;
  font-weight: 600;
}
.login-container .block .block-content {
  padding: 10px 20px;
  min-height: 280px;
}
.login-container .block .fieldset > .field {
  margin-bottom: 15px;
}
.login-container .block .fieldset > .field > .control {
  width: 74%;
}
.login-container .block .fieldset:after {
  margin-top: 10px;
  display: none;
}
.login-container .block .note {
  font-size: 14px;
}
.login-container .block .actions-toolbar .primary a,
.login-container .block .actions-toolbar .secondary a,
.login-container .block .actions-toolbar .primary .action,
.login-container .block .actions-toolbar .secondary .action {
  font-size: 13px;
  font-weight: normal;
  line-height: normal;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  padding: 8px 15px !important;
}
.login-container .block .actions-toolbar .secondary {
  float: none;
  padding-left: 20px;
}
.account .sidebar-additional {
  margin-top: 0;
}
.account .column .block .block-title {
  padding: 10px;
}
.account .column .block .block-title > strong {
  font-size: 18px !important;
  font-weight: 500 !important;
  text-transform: uppercase;
  line-height: normal !important;
}
.account .column .block .block-title .action {
  float: right;
}
.account .column .block .block-content .box .box-title {
  display: block !important;
  text-transform: uppercase;
  padding-bottom: 5px;
}
.account .column .block .block-content .box .box-title > span {
  font-size: 14px !important;
  font-weight: 500 !important;
}
.account .column .block.block-dashboard-info .block-content .box .box-actions .action.edit {
  text-align: left;
  padding-right: 10px;
}
.account .column .block.block-dashboard-info .block-content .box .box-actions .action.edit span {
  display: none;
}
.account .column .block.block-dashboard-info .block-content .box .box-actions .action.edit:before {
  content: "\f044";
  font-family: 'FontAwesome';
  font-size: 15px;
  display: inline-block;
  line-height: normal;
  vertical-align: middle;
}
.account .column .block.block-dashboard-info .block-content .box .box-actions .action.change-password:before {
  content: "\f13e";
  font-family: 'FontAwesome';
  font-size: 15px;
  display: inline-block;
  line-height: normal;
  vertical-align: middle;
}
.create.account.form-create-account .fieldset > .field:not(.choice) > .label {
  width: 180px;
}
.create.account.form-create-account .fieldset > .legend:after {
  content: '';
  width: 50px;
  height: 2px;
  display: block;
  margin: 10px 0;
}
.create.account.form-create-account .fieldset.create.info {
  padding-bottom: 20px;
}
.create.account .fieldset.create.account {
  margin-bottom: 20px;
}
.sidebar .product-items-names .product-item {
  padding-bottom: 10px;
}
.block-wishlist .block-title,
.block-compare .block-title {
  position: relative;
}
.block-wishlist .block-title .counter,
.block-compare .block-title .counter,
.block-wishlist .block-title .counter.qty,
.block-compare .block-title .counter.qty {
  font-size: 11px;
  position: absolute;
  top: 2px;
  right: 0px;
  padding: 0;
}
.block.block-compare {
  margin-bottom: 0 !important;
}
.block-compare .action.delete {
  top: -4px;
}
/* Compare Page ----------------- */
.catalog-product-compare-index #maincontent .action.print {
  padding: 5px 10px;
  float: left;
  margin: 10px 0;
}
.table-comparison .product-image-container {
  width: 120px !important;
}
.table-comparison tr,
.table-comparison td {
  vertical-align: top;
}
.table-comparison .cell:first-of-type.label {
  background-color: transparent;
}
.table-comparison .cell.remove {
  padding-top: 5px;
  padding-bottom: 5px;
}
.table-comparison .product-item-actions > .actions-primary + .actions-secondary {
  margin-top: 0;
  vertical-align: inherit;
}
.table-comparison .product-item-photo {
  border: 1px solid #ddd;
}
/* End Compare Page ----------------- */
/* ------------------------------------------------------------
   End Common Pages  ------------------------------------------
--------------------------------------------------------------- */
/* ------------------------------------------------------------
   Products Listing Style  ------------------------------------
--------------------------------------------------------------- */
.products-grid {
  margin: 0;
  /* 2 Products in Row */
  /* End 2 Products in Row */
  /* 3 Products in Row */
  /* End 3 Products in Row */
  /* 4 Products Grid Row */
  /* End 4 Products Grid Row */
  /* 5 Products Grid Row */
  /* End 5 Products Grid Row */
}
.products-grid .mageb-paging {
  display: none;
}
.products-grid .timer-product {
  text-align: center;
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 0;
  z-index: 999;
  width: 100%;
}
.products-grid .timer-product #timer-countbox .countdown-section {
  color: #000000 !important;
  width: 48px;
  min-width: inherit !important;
  text-align: center;
  margin-left: 0 !important;
  display: inline-block;
  float: none !important;
  padding: 4px 0 !important;
  background-color: #eeeeee !important;
  border: 0 !important;
  line-height: 20px;
  margin-bottom: 5px;
}
.products-grid .timer-product #timer-countbox .countdown-section .countdown-amount {
  color: #000000 !important;
  background-color: #eeeeee !important;
  font-size: 14px;
  padding: 10px !important;
  display: block;
  float: none !important;
  padding: 0 !important;
  border: 0 !important;
  font-weight: 500;
}
.products-grid .timer-product #timer-countbox .countdown-section .countdown-period {
  color: #000000 !important;
  background-color: #eeeeee !important;
  font-size: 11px;
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 0;
  display: block;
  float: none !important;
  padding: 0 !important;
  border: 0 !important;
}
.products-grid .product-items-2.product-items .product-item {
  width: 48.5%;
  margin-right: 3%;
  margin-left: 0;
}
.products-grid .product-items-2.product-items .product-item:nth-child(2n) {
  margin-right: 0;
}
.products-grid .product-items-2.product-items .product-item .product-item-info {
  width: 100%;
}
.products-grid .product-items-3.product-items .product-item {
  width: 31.15%;
  margin-right: 3%;
  margin-left: 0;
}
.products-grid .product-items-3.product-items .product-item:nth-of-type(3n+1):not(div) {
  clear: left;
}
.products-grid .product-items-3.product-items .product-item:nth-of-type(3n):not(div) {
  margin-right: 0;
  margin-left: 0;
}
.products-grid .product-items-3.product-items .product-item .product-item-info {
  width: 100%;
}
.products-grid .product-items-4.product-items .product-item {
  width: 23.9%;
  margin-right: 1%;
  margin-left: 0;
  margin-bottom: 15px;
}
.products-grid .product-items-4.product-items .product-item:nth-of-type(4n+1):not(div) {
  clear: left;
}
.products-grid .product-items-4.product-items .product-item:nth-of-type(4n):not(div) {
  margin-right: 0;
}
.products-grid .product-items-4.product-items .product-item .product-item-name a {
  font-size: 14px;
}
.products-grid .product-items-4.product-items .product-item .product-item-inner.style4 ul > li {
  padding: 0 2px;
}
.products-grid .product-items-4.product-items .product-item .product-item-inner.style4 .magebees_quickview,
.products-grid .product-items-4.product-items .product-item .product-item-inner.style4 .action.tocart.primary,
.products-grid .product-items-4.product-items .product-item .product-item-inner.style4 .action.towishlist,
.products-grid .product-items-4.product-items .product-item .product-item-inner.style4 .action.tocompare,
.products-grid .product-items-4.product-items .product-item .product-item-inner.style4 .stock {
  width: 35px;
  height: 35px;
  line-height: 35px;
}
.products-grid .product-items-4.product-items .product-item .product-item-inner.style4 .magebees_quickview:before,
.products-grid .product-items-4.product-items .product-item .product-item-inner.style4 .action.tocart.primary:before,
.products-grid .product-items-4.product-items .product-item .product-item-inner.style4 .action.towishlist:before,
.products-grid .product-items-4.product-items .product-item .product-item-inner.style4 .action.tocompare:before,
.products-grid .product-items-4.product-items .product-item .product-item-inner.style4 .stock:before {
  height: 35px;
  line-height: 35px;
  width: auto;
}
.products-grid .product-items-4.product-items .product-item .move-action-disabled.product-item-inner {
  padding-bottom: 0;
}
.products-grid .product-items-4.product-items .product-item .move-action-disabled .quick-view-btn .magebees_quickview {
  font-size: 14px;
  min-width: 128px;
}
.products-grid .product-items-4.product-items .product-item .move-action-disabled .quick-view-btn .magebees_quickview:before {
  font-size: 16px;
  width: 26px;
  line-height: 36px;
}
.products-grid .product-items-4.product-items .product-item .move-action-disabled .swatch-attribute .swatch-option.text {
  height: 25px;
  width: 25px;
  line-height: 25px;
  font-size: 11px;
}
.products-grid .product-items-4.product-items .product-item .move-action-disabled .swatch-attribute .swatch-option {
  width: 25px;
  height: 25px;
}
.products-grid .product-items-4.product-items .product-item .move-action-disabled .actions-primary .action.tocart.primary {
  margin-bottom: 10px;
  font-size: 14px;
}
.products-grid .product-items-4.product-items .product-item .move-action-disabled .actions-primary .action.tocart.primary:before {
  width: 30px;
}
.products-grid .product-items-4.product-items .product-item .actions-secondary .action.towishlist:before,
.products-grid .product-items-4.product-items .product-item .actions-secondary .action.tocompare:before {
  font-size: 16px;
  width: 35px;
  height: 35px;
  line-height: 36px;
}
.products-grid .product-items-4.product-items .product-item .swatch-attribute .swatch-option.text {
  font-size: 11px;
  height: 25px;
  width: 25px;
  line-height: 25px;
}
.products-grid .product-items-4.product-items .product-item .swatch-attribute .swatch-option {
  width: 16px;
  height: 16px;
}
.products-grid .product-items-4.product-items .product-item .learn-more .secondary {
  font-size: 12px;
  padding: 5px 10px !important;
  font-weight: normal;
  line-height: normal;
}
.products-grid .product-items-5.product-items .product-item {
  width: 19.2%;
  margin-right: 1%;
  margin-left: 0;
  margin-bottom: 15px;
}
.products-grid .product-items-5.product-items .product-item:nth-of-type(5n+1):not(div) {
  clear: left;
}
.products-grid .product-items-5.product-items .product-item:nth-of-type(5n):not(div) {
  margin-right: 0;
}
.products-grid .product-items-5.product-items .product-item .product-item-name a {
  font-size: 14px;
}
.products-grid .product-items-5.product-items .product-item .product-item-inner.style4 ul > li {
  padding: 0 2px;
}
.products-grid .product-items-5.product-items .product-item .product-item-inner.style4 .magebees_quickview,
.products-grid .product-items-5.product-items .product-item .product-item-inner.style4 .action.tocart.primary,
.products-grid .product-items-5.product-items .product-item .product-item-inner.style4 .action.towishlist,
.products-grid .product-items-5.product-items .product-item .product-item-inner.style4 .action.tocompare,
.products-grid .product-items-5.product-items .product-item .product-item-inner.style4 .stock {
  width: 35px;
  height: 35px;
  line-height: 35px;
}
.products-grid .product-items-5.product-items .product-item .product-item-inner.style4 .magebees_quickview:before,
.products-grid .product-items-5.product-items .product-item .product-item-inner.style4 .action.tocart.primary:before,
.products-grid .product-items-5.product-items .product-item .product-item-inner.style4 .action.towishlist:before,
.products-grid .product-items-5.product-items .product-item .product-item-inner.style4 .action.tocompare:before,
.products-grid .product-items-5.product-items .product-item .product-item-inner.style4 .stock:before {
  height: 35px;
  line-height: 35px;
  width: auto;
}
.products-grid .product-items-5.product-items .product-item .move-action-disabled.product-item-inner {
  padding-bottom: 0;
}
.products-grid .product-items-5.product-items .product-item .move-action-disabled .quick-view-btn .magebees_quickview {
  font-size: 14px;
  min-width: 128px;
}
.products-grid .product-items-5.product-items .product-item .move-action-disabled .quick-view-btn .magebees_quickview:before {
  font-size: 16px;
  width: 26px;
  line-height: 36px;
}
.products-grid .product-items-5.product-items .product-item .move-action-disabled .swatch-attribute .swatch-option.text {
  height: 25px;
  width: 25px;
  line-height: 25px;
  font-size: 11px;
}
.products-grid .product-items-5.product-items .product-item .move-action-disabled .swatch-attribute .swatch-option {
  width: 25px;
  height: 25px;
}
.products-grid .product-items-5.product-items .product-item .move-action-disabled .actions-primary .action.tocart.primary {
  margin-bottom: 10px;
  font-size: 14px;
}
.products-grid .product-items-5.product-items .product-item .move-action-disabled .actions-primary .action.tocart.primary:before {
  width: 30px;
}
.products-grid .product-items-5.product-items .product-item .actions-secondary .action.towishlist:before,
.products-grid .product-items-5.product-items .product-item .actions-secondary .action.tocompare:before {
  font-size: 16px;
  width: 35px;
  height: 35px;
  line-height: 36px;
}
.products-grid .product-items-5.product-items .product-item .swatch-attribute .swatch-option.text {
  font-size: 11px;
  height: 25px;
  width: 25px;
  line-height: 25px;
}
.products-grid .product-items-5.product-items .product-item .swatch-attribute .swatch-option {
  width: 16px;
  height: 16px;
}
.products-grid .product-items-5.product-items .product-item .learn-more .secondary {
  font-size: 12px;
  padding: 5px 10px !important;
  font-weight: normal;
  line-height: normal;
}
.products-grid .product-item {
  text-align: center;
  transition: 0.5s ease-in-out;
  -webkit-transition: 0.5s ease-in-out;
  -ms-transition: 0.5s ease-in-out;
  padding: 0 0 10px !important;
  /* Rating */
  /* Add To Cart Button Styles */
  /* Quick View Button Style */
  /* Wishlist & Compare Button Style */
  /* ENd Move Action */
}
.products-grid .product-item:hover {
  transition: 0.5s ease-in-out;
  -webkit-transition: 0.5s ease-in-out;
  -ms-transition: 0.5s ease-in-out;
}
.products-grid .product-item:hover .timer-product {
  display: none;
}
.products-grid .product-item .product-image-container {
  padding-top: 10px;
}
.products-grid .product-item .product-item-photo a {
  display: block;
}
.products-grid .product-item .product-detail,
.products-grid .product-item .product-item-details {
  padding: 0 10px;
}
.products-grid .product-item .product-detail .mageb-quick-outr,
.products-grid .product-item .product-item-details .mageb-quick-outr {
  display: none;
}
.products-grid .product-item .product-item-description {
  padding: 10px 0 0 0;
  font-size: 12px;
  line-height: 15px;
  text-align: left;
  margin: 0;
}
.products-grid .product-item .product-item-description p {
  margin: 10px 0 0;
}
.products-grid .product-item .product-item-description ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.products-grid .product-item .product-image-photo.default_image {
  position: relative;
  z-index: 2;
}
.products-grid .product-item .product-item-photo {
  border-radius: 0;
  border: 0;
  padding: 0;
  display: block;
  top: 0;
  left: 0;
  margin: auto;
  height: auto;
  width: auto;
}
.products-grid .product-item .actions-primary + .actions-secondary {
  width: auto !important;
  display: inline-block !important;
}
.products-grid .product-item .swatch-attribute .swatch-option {
  display: inline-block;
  float: none;
  min-width: inherit;
  font-size: 13px;
  height: 18px;
  margin-right: 5px;
  width: 18px;
  padding: 0;
  line-height: 20px;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
}
.products-grid .product-item .swatch-attribute .swatch-option.color {
  border-radius: 0;
  -webkit-border-radius: 0;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
}
.products-grid .product-item .swatch-attribute .swatch-option.image {
  width: 38px !important;
  height: 38px !important;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
}
.products-grid .product-item .swatch-attribute .swatch-attribute-options {
  margin-top: 0;
}
.products-grid .product-item .swatch-attribute .swatch-option.text {
  min-width: inherit;
  font-size: 11px;
  font-weight: 400;
  height: 25px;
  margin-right: 3px;
  width: 25px;
  padding: 0;
  line-height: 25px;
}
.products-grid .product-item .product-item-inner {
  margin: 0 !important;
}
.products-grid .product-item .product-item-info {
  width: 100%;
}
.products-grid .product-item .product-item-info:hover .magebees_quickview {
  position: static !important;
  padding: 0 !important;
  display: inline-block;
}
.products-grid .product-item .magebees_quickview {
  padding: 0 !important;
  display: inline-block !important;
}
.products-grid .product-item .price-box {
  margin: 10px 0 5px;
}
.products-grid .product-item .price-box .price-label {
  display: none;
}
.products-grid .product-item .learn-more {
  display: block;
  margin: 10px 0 0;
}
.products-grid .product-item .learn-more .secondary {
  padding: 3px 10px !important;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: normal;
  text-decoration: none;
  display: inline-block;
}
.products-grid .product-item .product-reviews-summary {
  display: block;
  margin: 0 auto;
}
.products-grid .product-item .product-reviews-summary .rating-summary {
  display: inline-block;
  left: 0;
  margin: 0;
}
.products-grid .product-item .product-reviews-summary .reviews-actions {
  margin-top: 0;
  font-size: 13px;
  display: none;
  vertical-align: middle;
  text-transform: none;
}
.products-grid .product-item .magebees_quickview,
.products-grid .product-item .product-item-actions,
.products-grid .product-item .quick-view-btn {
  display: inline-block;
  vertical-align: middle;
}
.products-grid .product-item .product-item-actions {
  margin: 0;
}
.products-grid .product-item .product-item-actions .actions-primary + .actions-secondary {
  padding-left: 0;
}
.products-grid .product-item .action.tocart.primary {
  padding: 0;
  width: 100%;
}
.products-grid .product-item .action.tocart.primary:before {
  content: "\e60d";
  font-family: 'themify';
  font-size: 17px;
  font-weight: normal;
  line-height: 44px;
  width: 100%;
  height: 45px;
  display: block;
  text-align: center;
}
.products-grid .product-item .action.tocart.primary span {
  display: none;
}
.products-grid .product-item .magebees_quickview {
  padding: 0;
}
.products-grid .product-item .magebees_quickview:before {
  content: "\e611";
  font-family: 'themify';
  font-size: 17px;
  font-weight: normal;
  line-height: 44px;
  width: 100%;
  height: 45px;
  display: block;
  text-align: center;
}
.products-grid .product-item .magebees_quickview span {
  display: none;
}
.products-grid .product-item .magebees_quickview:hover {
  opacity: 1;
}
.products-grid .product-item .product-item-inner .action {
  vertical-align: middle;
}
.products-grid .product-item .product-item-inner .action.towishlist,
.products-grid .product-item .product-item-inner .action.tocompare,
.products-grid .product-item .product-item-inner .action.available,
.products-grid .product-item .product-item-inner .action.unavailable {
  width: 100%;
  display: block;
}
.products-grid .product-item .product-item-inner .action.towishlist:before,
.products-grid .product-item .product-item-inner .action.tocompare:before,
.products-grid .product-item .product-item-inner .action.available:before,
.products-grid .product-item .product-item-inner .action.unavailable:before {
  content: "\e634";
  font-family: 'themify';
  font-size: 17px;
  font-weight: normal;
  line-height: 44px;
  width: 100%;
  height: 45px;
  display: block;
  text-align: center;
}
.products-grid .product-item .product-item-inner .action.towishlist span,
.products-grid .product-item .product-item-inner .action.tocompare span,
.products-grid .product-item .product-item-inner .action.available span,
.products-grid .product-item .product-item-inner .action.unavailable span {
  display: none;
}
.products-grid .product-item .product-item-inner .action.tocompare:before {
  content: "\e619";
  font-family: 'themify';
}
.products-grid .product-item .product-item-inner .action.available:before {
  content: "\e64c";
  font-family: 'themify';
}
.products-grid .product-item .product-item-inner .action.unavailable:before {
  content: "\e620";
  font-family: 'themify';
}
.products-grid .product-item .product-item-inner.style3 .stock.available,
.products-grid .product-item .product-item-inner.style3 .stock.unavailable {
  text-transform: uppercase;
  padding: 8px 10px 5px 10px;
}
.products-grid .product-item .product-item-inner.style3 .stock.available:before,
.products-grid .product-item .product-item-inner.style3 .stock.unavailable:before {
  display: none;
}
.products-grid .product-item .product-name,
.products-grid .product-item .product-item-name {
  padding: 0 5px;
  font-size: 14px;
  margin: 10px 0;
}
.products-grid .product-item .product-name a,
.products-grid .product-item .product-item-name a {
  text-decoration: none;
  font-weight: 700;
}
.products-grid .product-item .price-box .price {
  font-size: 16px;
  font-weight: 400;
}
.products-grid .product-item:hover .product-item-inner.move-quick-btn {
  opacity: 1;
}
/* Today Deal Page Listing */
.page-layout-1column:not(.rtl-layout-posh) .block.widget .products-grid .product-items .product-item:nth-of-type(4n):not(div),
.page-layout-1column:not(.rtl-layout-posh) .block.widget .products-grid .product-items .product-item:nth-child(3n+1):not(div) {
  margin-left: 0;
}
.page-layout-1column:not(.rtl-layout-posh) .block.widget .products-grid .product-item:nth-child(4n+1) {
  margin-left: 0;
}
.page-layout-1column .block.widget .products-grid .product-items .product-item {
  width: 22.7%;
  margin-right: 3%;
  margin-left: 0;
}
.page-layout-1column .block.widget .products-grid .product-items .product-item:nth-of-type(4n+1):not(div) {
  clear: left;
}
.page-layout-1column .block.widget .products-grid .product-items .product-item:nth-of-type(4n):not(div) {
  margin-right: 0;
}
.page-layout-1column .block.widget .products-grid .product-items .product-item .product-item-name a {
  font-size: 14px;
}
.page-layout-1column .block.widget .products-grid .product-items .product-item .quick-view-btn,
.page-layout-1column .block.widget .products-grid .product-items .product-item .actions-secondary .action,
.page-layout-1column .block.widget .products-grid .product-items .product-item .actions-primary {
  margin-right: 3px;
}
.page-layout-1column .block.widget .products-grid .product-items .product-item .actions-primary .action.tocart.primary:before {
  font-size: 16px;
  width: 35px;
  height: 40px;
  line-height: 40px;
}
.page-layout-1column .block.widget .products-grid .product-items .product-item .magebees_quickview:before {
  font-size: 16px;
  width: 35px;
  height: 35px;
  line-height: 35px;
}
.page-layout-1column .block.widget .products-grid .product-items .product-item .actions-secondary .action.towishlist:before,
.page-layout-1column .block.widget .products-grid .product-items .product-item .actions-secondary .action.tocompare:before {
  font-size: 16px;
  width: 35px;
  height: 40x;
  line-height: 40px;
}
.page-layout-1column .block.widget .products-grid .product-items .product-item .swatch-attribute .swatch-option.text {
  font-size: 11px;
  height: 25px;
  width: 25px;
  line-height: 25px;
}
.page-layout-1column .block.widget .products-grid .product-items .product-item .swatch-attribute .swatch-option {
  width: 20px;
  height: 20px;
}
.page-layout-1column .block.widget .products-grid .product-items .product-item .learn-more .secondary {
  font-size: 12px;
  padding: 5px 10px;
}
/* End Today Deal Page Listing */
.product-item-photo img {
  width: auto;
}
.swatch-option-tooltip {
  z-index: 999999 !important;
}
.page-products:not(.rtl-layout-posh) .products-grid .product-item:nth-child(3n+1) {
  margin-left: 0 !important;
}
/* 	Product On Hover Styles */
.products-grid .product-item .pro-hover {
  position: relative;
  overflow: hidden;
}
.products-grid .product-item .product-image-container {
  display: block;
  margin: 0 auto;
  padding: 10px;
}
.products-grid .product-item .product-item-inner {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 99;
  padding: 0;
  width: 100%;
  overflow: hidden;
  -ms-transition: all ease-out 0.3s;
  -webkit-transition: all ease-out 0.3s;
  transition: all ease-out 0.3s;
}
.products-grid .product-item .product-item-inner ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: table;
  width: 100%;
  padding: 0 20px;
}
.products-grid .product-item .product-item-inner ul > li {
  display: table-cell;
  vertical-align: middle;
  margin: 0;
}
.products-grid .product-item .product-item-inner .magebees_quickview:before,
.products-grid .product-item .product-item-inner .action.tocart.primary:before,
.products-grid .product-item .product-item-inner .action.towishlist:before,
.products-grid .product-item .product-item-inner .action.tocompare:before,
.products-grid .product-item .product-item-inner .stock.available:before,
.products-grid .product-item .product-item-inner .stock.unavailable:before {
  font-size: 15px;
  height: 40px;
  line-height: 40px;
}
.products-grid .product-item .product-item-inner.style1 {
  bottom: -20px;
}
.products-grid .product-item .product-item-inner.style1 ul {
  padding: 0;
  margin: 0;
}
.products-grid .product-item .product-item-inner.style1 ul > li {
  position: relative;
}
.products-grid .product-item .product-item-inner.style1 .action.towishlist,
.products-grid .product-item .product-item-inner.style1 .action.tocompare,
.products-grid .product-item .product-item-inner.style1 .stock,
.products-grid .product-item .product-item-inner.style1 .magebees_quickview {
  width: 101%;
  border-radius: 0 !important;
  -webkit-border-radius: 0 !important;
}
.products-grid .product-item .product-item-inner.style1 .magebees_quickview,
.products-grid .product-item .product-item-inner.style1 .action.tocart.primary {
  border-radius: 0 !important;
  -webkit-border-radius: 0 !important;
}
.products-grid .product-item .product-item-inner.style1 .magebees_quickview::before {
  font-size: 17px !important;
  line-height: 40px !important;
  width: 100% !important;
  height: 100% !important;
}
.products-grid .product-item .product-item-inner.style2 {
  width: 100%;
  bottom: 0;
  top: 50%;
  left: 0;
  right: 0;
  text-align: center;
  display: block;
  margin: -70px auto 0 !important;
}
.products-grid .product-item .product-item-inner.style2 ul {
  display: inline-block;
  margin: 0;
}
.products-grid .product-item .product-item-inner.style2 ul > li {
  display: block;
  max-width: 160px;
  margin: 0 auto 2px;
}
.products-grid .product-item .product-item-inner.style2 ul > li .magebees_quickview,
.products-grid .product-item .product-item-inner.style2 ul > li .action.tocart.primary,
.products-grid .product-item .product-item-inner.style2 ul > li .action.towishlist,
.products-grid .product-item .product-item-inner.style2 ul > li .action.tocompare,
.products-grid .product-item .product-item-inner.style2 ul > li .stock {
  min-width: 120px;
  font-size: 12px;
  letter-spacing: 1px;
  font-weight: normal;
  padding: 10px !important;
  line-height: normal;
  border-radius: 0 !important;
  -webkit-border-radius: 0 !important;
}
.products-grid .product-item .product-item-inner.style2 ul > li .magebees_quickview span,
.products-grid .product-item .product-item-inner.style2 ul > li .action.tocart.primary span,
.products-grid .product-item .product-item-inner.style2 ul > li .action.towishlist span,
.products-grid .product-item .product-item-inner.style2 ul > li .action.tocompare span,
.products-grid .product-item .product-item-inner.style2 ul > li .stock span {
  display: block;
  text-transform: uppercase;
}
.products-grid .product-item .product-item-inner.style2 ul > li .magebees_quickview a,
.products-grid .product-item .product-item-inner.style2 ul > li .action.tocart.primary a,
.products-grid .product-item .product-item-inner.style2 ul > li .action.towishlist a,
.products-grid .product-item .product-item-inner.style2 ul > li .action.tocompare a,
.products-grid .product-item .product-item-inner.style2 ul > li .stock a {
  font-size: 13px;
  font-weight: normal;
}
.products-grid .product-item .product-item-inner.style2 ul > li .magebees_quickview:before,
.products-grid .product-item .product-item-inner.style2 ul > li .action.tocart.primary:before,
.products-grid .product-item .product-item-inner.style2 ul > li .action.towishlist:before,
.products-grid .product-item .product-item-inner.style2 ul > li .action.tocompare:before,
.products-grid .product-item .product-item-inner.style2 ul > li .stock:before {
  display: none;
}
.products-grid .product-item .product-item-inner.style2 ul > li .action.towishlist > span {
  border: 0;
  clip: inherit;
  height: inherit;
  margin: inherit;
  overflow: inherit;
  padding: 0;
  position: inherit;
  width: inherit;
}
.products-grid .product-item .product-item-inner.style3 {
  opacity: 1;
  visibility: visible;
  position: static;
}
.products-grid .product-item .product-item-inner.style3 .btn-full {
  width: 100%;
  position: absolute;
  bottom: -30px;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  -ms-transition: all ease-out 0.3s;
  -webkit-transition: all ease-out 0.3s;
  transition: all ease-out 0.3s;
}
.products-grid .product-item .product-item-inner.style3 .btn-full span {
  display: inline-block;
}
.products-grid .product-item .product-item-inner.style3 .btn-full .action.primary,
.products-grid .product-item .product-item-inner.style3 .btn-full .amshopby-button,
.products-grid .product-item .product-item-inner.style3 .btn-full .am-filter-go {
  font-weight: normal;
  padding: 13px;
  border-radius: 0 !important;
  -webkit-border-radius: 0 !important;
}
.products-grid .product-item .product-item-inner.style3 .btn-full .action.primary:before,
.products-grid .product-item .product-item-inner.style3 .btn-full .amshopby-button:before,
.products-grid .product-item .product-item-inner.style3 .btn-full .am-filter-go:before {
  display: none;
}
.products-grid .product-item .product-item-inner.style3 .btn-full .magebees_quickview,
.products-grid .product-item .product-item-inner.style3 .btn-full .action.tocart.primary {
  border-radius: 0 !important;
  -webkit-border-radius: 0 !important;
}
.products-grid .product-item .product-item-inner.style3 .btn-vertical {
  position: absolute;
  top: 0;
  right: -30px;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  -ms-transition: all ease-out 0.3s;
  -webkit-transition: all ease-out 0.3s;
  transition: all ease-out 0.3s;
}
.products-grid .product-item .product-item-inner.style3 .btn-vertical ul > li {
  display: block;
  width: 40px;
  margin-bottom: 2px;
}
.products-grid .product-item .product-item-inner.style3 .btn-vertical .magebees_quickview,
.products-grid .product-item .product-item-inner.style3 .btn-vertical .action.tocart.primary {
  border-radius: 0 !important;
  -webkit-border-radius: 0 !important;
}
.products-grid .product-item .product-item-inner.style4 {
  overflow: visible;
}
.products-grid .product-item .product-item-inner.style4 ul {
  width: auto;
  margin: 0 auto;
}
.products-grid .product-item .product-item-inner.style4 ul > li {
  padding: 0 2px;
  position: relative;
}
.products-grid .product-item .product-item-inner.style4 .magebees_quickview {
  display: block !important;
}
.products-grid .product-item .product-item-inner.style4 .magebees_quickview,
.products-grid .product-item .product-item-inner.style4 .action.tocart.primary,
.products-grid .product-item .product-item-inner.style4 .action.towishlist,
.products-grid .product-item .product-item-inner.style4 .action.tocompare,
.products-grid .product-item .product-item-inner.style4 .stock {
  width: 35px;
  height: 35px;
  line-height: 35px;
  border-radius: 100% !important;
  -webkit-border-radius: 100% !important;
}
.products-grid .product-item .product-item-inner.style4 .magebees_quickview:before,
.products-grid .product-item .product-item-inner.style4 .action.tocart.primary:before,
.products-grid .product-item .product-item-inner.style4 .action.towishlist:before,
.products-grid .product-item .product-item-inner.style4 .action.tocompare:before,
.products-grid .product-item .product-item-inner.style4 .stock:before {
  font-size: 16px;
  height: 35px;
  line-height: 35px;
}
.products-grid .product-item .product-item-inner.style4 .magebees_quickview:hover .tooltip-icon,
.products-grid .product-item .product-item-inner.style4 .action.tocart.primary:hover .tooltip-icon,
.products-grid .product-item .product-item-inner.style4 .action.towishlist:hover .tooltip-icon,
.products-grid .product-item .product-item-inner.style4 .action.tocompare:hover .tooltip-icon,
.products-grid .product-item .product-item-inner.style4 .stock:hover .tooltip-icon {
  opacity: 1;
  visibility: visible;
}
.products-grid .product-item .product-item-inner.style4 .magebees_quickview .tooltip-icon,
.products-grid .product-item .product-item-inner.style4 .action.tocart.primary .tooltip-icon,
.products-grid .product-item .product-item-inner.style4 .action.towishlist .tooltip-icon,
.products-grid .product-item .product-item-inner.style4 .action.tocompare .tooltip-icon,
.products-grid .product-item .product-item-inner.style4 .stock .tooltip-icon {
  width: 85px;
  visibility: hidden;
  position: absolute;
  bottom: 125%;
  left: 0;
  right: 0;
  margin-left: -22px;
  color: #fff;
  text-align: center;
  padding: 5px 10px 7px 10px;
  border-radius: 3px;
  z-index: 10;
  opacity: 0;
  transition: opacity .6s;
  -webkit-transition: opacity .6s;
  font-size: 10px;
  line-height: 14px;
  font-weight: normal;
  text-transform: uppercase;
}
.products-grid .product-item .product-item-inner.style4 .magebees_quickview .tooltip-icon:after,
.products-grid .product-item .product-item-inner.style4 .action.tocart.primary .tooltip-icon:after,
.products-grid .product-item .product-item-inner.style4 .action.towishlist .tooltip-icon:after,
.products-grid .product-item .product-item-inner.style4 .action.tocompare .tooltip-icon:after,
.products-grid .product-item .product-item-inner.style4 .stock .tooltip-icon:after {
  content: "";
  width: 0;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  text-align: center;
  margin: 0 auto;
  border-width: 5px;
  border-style: solid;
  border-color: #000 transparent transparent transparent;
}
.products-grid .product-item .product-item-inner.style5 {
  width: 100%;
  bottom: 0;
  top: 50%;
  left: 0;
  right: 0;
  text-align: center;
  display: block;
  margin: -65px auto 0 !important;
}
.products-grid .product-item .product-item-inner.style5 ul {
  display: inline-block;
  margin: 0;
}
.products-grid .product-item .product-item-inner.style5 ul > li {
  display: block;
  max-width: 160px;
  margin: 0 auto 2px !important;
}
.products-grid .product-item .product-item-inner.style5 ul > li .magebees_quickview,
.products-grid .product-item .product-item-inner.style5 ul > li .action.tocart.primary,
.products-grid .product-item .product-item-inner.style5 ul > li .action.towishlist,
.products-grid .product-item .product-item-inner.style5 ul > li .action.tocompare,
.products-grid .product-item .product-item-inner.style5 ul > li .stock {
  min-width: 120px;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.5px;
  font-weight: normal;
  padding: 10px !important;
  line-height: normal;
  border-radius: 50px !important;
  -webkit-border-radius: 50px !important;
}
.products-grid .product-item .product-item-inner.style5 ul > li .magebees_quickview span,
.products-grid .product-item .product-item-inner.style5 ul > li .action.tocart.primary span,
.products-grid .product-item .product-item-inner.style5 ul > li .action.towishlist span,
.products-grid .product-item .product-item-inner.style5 ul > li .action.tocompare span,
.products-grid .product-item .product-item-inner.style5 ul > li .stock span {
  display: block;
  text-transform: uppercase;
}
.products-grid .product-item .product-item-inner.style5 ul > li .magebees_quickview a,
.products-grid .product-item .product-item-inner.style5 ul > li .action.tocart.primary a,
.products-grid .product-item .product-item-inner.style5 ul > li .action.towishlist a,
.products-grid .product-item .product-item-inner.style5 ul > li .action.tocompare a,
.products-grid .product-item .product-item-inner.style5 ul > li .stock a {
  font-size: 13px;
  font-weight: normal;
}
.products-grid .product-item .product-item-inner.style5 ul > li .magebees_quickview:before,
.products-grid .product-item .product-item-inner.style5 ul > li .action.tocart.primary:before,
.products-grid .product-item .product-item-inner.style5 ul > li .action.towishlist:before,
.products-grid .product-item .product-item-inner.style5 ul > li .action.tocompare:before,
.products-grid .product-item .product-item-inner.style5 ul > li .stock:before {
  display: none;
}
.products-grid .product-item .product-item-inner.style5 ul > li .action.towishlist > span {
  border: 0;
  clip: inherit;
  height: inherit;
  margin: inherit;
  overflow: inherit;
  padding: 0;
  position: inherit;
  width: inherit;
}
.products-grid .product-item .product-item-inner.style6 {
  opacity: 1;
  visibility: visible;
  position: static;
}
.products-grid .product-item .product-item-inner.style6 ul {
  padding: 0;
  margin: 0;
}
.products-grid .product-item .product-item-inner.style6 .quick-view-btn {
  width: 35px;
  height: 35px;
  position: absolute;
  top: 5px;
  left: 5px;
  z-index: 10;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  -ms-transition: all ease-out 0.3s;
  -webkit-transition: all ease-out 0.3s;
  transition: all ease-out 0.3s;
}
.products-grid .product-item .product-item-inner.style6 .quick-view-btn span {
  display: none;
}
.products-grid .product-item .product-item-inner.style6 .quick-view-btn .magebees_quickview {
  font-weight: normal;
  padding: 13px;
  border-radius: 0 !important;
  -webkit-border-radius: 0 !important;
}
.products-grid .product-item .product-item-inner.style6 .quick-view-btn .magebees_quickview:before {
  height: 35px;
  line-height: 35px;
}
.products-grid .product-item .product-item-inner.style6 .quick-view-btn .magebees_quickview,
.products-grid .product-item .product-item-inner.style6 .quick-view-btn .action.tocart.primary {
  border-radius: 0 !important;
  -webkit-border-radius: 0 !important;
}
.products-grid .product-item .product-item-inner.style6 .btn-horizontal {
  position: absolute;
  bottom: -40px;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  -ms-transition: all ease-out 0.3s;
  -webkit-transition: all ease-out 0.3s;
  transition: all ease-out 0.3s;
}
.products-grid .product-item .product-item-inner.style6 .btn-horizontal .magebees_quickview,
.products-grid .product-item .product-item-inner.style6 .btn-horizontal .action.tocart.primary {
  border-radius: 0 !important;
  -webkit-border-radius: 0 !important;
}
.products-grid .product-item:hover .product-item-inner {
  opacity: 1;
  visibility: visible;
  bottom: 15px;
}
.products-grid .product-item:hover .product-item-inner.style1,
.products-grid .product-item:hover .product-item-inner.style2 {
  bottom: 0;
}
.products-grid .product-item:hover .product-item-inner.style3 {
  opacity: 1;
  visibility: visible;
  bottom: 0;
}
.products-grid .product-item:hover .product-item-inner.style3 .btn-full {
  opacity: 1;
  visibility: visible;
  bottom: 0;
}
.products-grid .product-item:hover .product-item-inner.style3 .btn-vertical {
  opacity: 1;
  visibility: visible;
  right: -20px;
}
.products-grid .product-item:hover .product-item-inner.style6 {
  opacity: 1;
  visibility: visible;
  bottom: 0;
}
.products-grid .product-item:hover .product-item-inner.style6 .quick-view-btn {
  opacity: 1;
  visibility: visible;
  top: 5px;
}
.products-grid .product-item:hover .product-item-inner.style6 .btn-horizontal {
  opacity: 1;
  visibility: visible;
  bottom: 0;
}
/* Custom Hover Style5 */
.product-items.hover-style5 .detail-left {
  display: table-cell;
  vertical-align: top;
  padding-right: 10px;
  width: 84%;
  text-align: left;
}
.product-items.hover-style5 .product-item .product-item-photo:before {
  content: ' ';
  background-color: rgba(0, 0, 0, 0.45);
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 10;
  opacity: 0;
  visibility: hidden;
}
.product-items.hover-style5 .product-item:hover .product-item-photo:before {
  opacity: 1;
  visibility: visible;
}
.product-items.hover-style5 .detail-left + .actions-primary {
  margin-top: 10px;
}
.product-items.hover-style5 .detail-left + .actions-primary .action.tocart.primary {
  font-size: 24px;
  padding: 0 10px;
  border-radius: 0 !important;
  -webkit-border-radius: 0 !important;
}
.product-items.hover-style5 .detail-left + .actions-primary .action.tocart.primary:before {
  font-size: 24px;
}
.products-grid .hover-style5 .product-item .product-image-container {
  padding: 0;
  display: block;
}
.products-grid .hover-style5 .product-item .product-item-details {
  padding: 10px;
  display: table;
  width: 100%;
}
.products-grid .hover-style5 .product-item .product-item-details:before,
.products-grid .hover-style5 .product-item .product-item-details:after {
  content: '';
  clear: both;
  display: table;
}
.products-grid .hover-style5 .product-item .product-name,
.products-grid .hover-style5 .product-item .product-item-name {
  padding: 0;
  margin: 0 0 5px;
}
.products-grid .hover-style5 .product-item .actions-primary {
  display: table-cell;
  vertical-align: top;
}
.products-list .product-items.hover-style8 .product-item .product-item-details {
  padding-left: 20px;
}
.products-list .product-items.hover-style5 .product-item-details {
  vertical-align: middle;
}
.products-list .product-items.hover-style5 .product-item .product-item-photo:before {
  display: none;
}
.products-list .product-items.hover-style5 .detail-left + .actions-primary .action.tocart.primary {
  padding: 1px 20px 5px;
  border-radius: 40px !important;
  -webkit-border-radius: 40px !important;
}
.products-list .product-items.hover-style5 .detail-left + .actions-primary .action.tocart.primary:before {
  font-size: 17px;
}
/* Custom Hover Style5 */
/* Custom Hover Style7 */
.product-items.hover-style7 .owl-carousel .owl-nav {
  margin-top: -10px !important;
}
.product-items.hover-style7 .product-item {
  padding-bottom: 0 !important;
}
.product-items.hover-style7 .product-item .product-image-container {
  padding: 0;
}
.product-items.hover-style7 .product-item .product-item-description {
  text-align: center;
  color: #fff;
  display: none;
}
.product-items.hover-style7 .product-item .learn-more {
  margin: 10px 0;
}
.product-items.hover-style7 .product-item .product-item-name {
  font-weight: normal !important;
  min-height: 0 !important;
  margin-top: 0;
  line-height: normal;
  text-align: center;
}
.product-items.hover-style7 .product-item .product-item-name a {
  color: #fff !important;
  font-size: 16px !important;
  font-weight: normal !important;
}
.product-items.hover-style7 .product-item .product-item-name a:hover {
  opacity: 0.7 !important;
}
.product-items.hover-style7 .product-item .price-box {
  margin-bottom: 10px;
}
.product-items.hover-style7 .product-item .price-box .price-wrapper .price {
  color: #fff !important;
  font-size: 16px !important;
}
.product-items.hover-style7 .product-item .product-item-info {
  position: relative;
}
.product-items.hover-style7 .product-item .product-image-wrapper {
  padding-bottom: 98% !important;
}
.product-items.hover-style7 .product-item .product-item .quick-view-btn {
  margin-right: 0;
}
.product-items.hover-style7 .product-item .product-item-inner.style7 {
  position: static;
  text-align: center;
}
.product-items.hover-style7 .product-item .product-item-inner.style7 ul {
  padding: 0;
  margin: 0;
  display: block;
}
.product-items.hover-style7 .product-item .product-item-inner.style7 ul li {
  width: 35px;
  height: 35px;
  display: inline-block;
  margin: 0 2px;
}
.product-items.hover-style7 .product-item .product-item-inner.style7 ul li .magebees_quickview,
.product-items.hover-style7 .product-item .product-item-inner.style7 ul li .action.tocart.primary,
.product-items.hover-style7 .product-item .product-item-inner.style7 ul li .action.towishlist,
.product-items.hover-style7 .product-item .product-item-inner.style7 ul li .action.tocompare,
.product-items.hover-style7 .product-item .product-item-inner.style7 ul li .stock.available,
.product-items.hover-style7 .product-item .product-item-inner.style7 ul li .stock.unavailable {
  margin: 0;
  border-radius: 0 !important;
  -webkit-border-radius: 0 !important;
}
.product-items.hover-style7 .product-item .product-item-inner.style7 ul li .magebees_quickview:before,
.product-items.hover-style7 .product-item .product-item-inner.style7 ul li .action.tocart.primary:before,
.product-items.hover-style7 .product-item .product-item-inner.style7 ul li .action.towishlist:before,
.product-items.hover-style7 .product-item .product-item-inner.style7 ul li .action.tocompare:before,
.product-items.hover-style7 .product-item .product-item-inner.style7 ul li .stock.available:before,
.product-items.hover-style7 .product-item .product-item-inner.style7 ul li .stock.unavailable:before {
  font-size: 15px !important;
  width: 35px !important;
  height: 35px !important;
  line-height: 35px !important;
}
.product-items.hover-style7 .product-item .product-item-inner.style7 ul li .magebees_quickview,
.product-items.hover-style7 .product-item .product-item-inner.style7 ul li .action.tocart.primary,
.product-items.hover-style7 .product-item .product-item-inner.style7 ul li .action.towishlist,
.product-items.hover-style7 .product-item .product-item-inner.style7 ul li .action.tocompare {
  color: #000 !important;
  background-color: #fff !important;
}
.product-items.hover-style7 .product-item .product-item-inner.style7 ul li .magebees_quickview:before,
.product-items.hover-style7 .product-item .product-item-inner.style7 ul li .action.tocart.primary:before,
.product-items.hover-style7 .product-item .product-item-inner.style7 ul li .action.towishlist:before,
.product-items.hover-style7 .product-item .product-item-inner.style7 ul li .action.tocompare:before {
  color: #000 !important;
}
.product-items.hover-style7 .product-item .product-item-inner.style7 ul li .magebees_quickview:focus,
.product-items.hover-style7 .product-item .product-item-inner.style7 ul li .action.tocart.primary:focus,
.product-items.hover-style7 .product-item .product-item-inner.style7 ul li .action.towishlist:focus,
.product-items.hover-style7 .product-item .product-item-inner.style7 ul li .action.tocompare:focus,
.product-items.hover-style7 .product-item .product-item-inner.style7 ul li .magebees_quickview:hover,
.product-items.hover-style7 .product-item .product-item-inner.style7 ul li .action.tocart.primary:hover,
.product-items.hover-style7 .product-item .product-item-inner.style7 ul li .action.towishlist:hover,
.product-items.hover-style7 .product-item .product-item-inner.style7 ul li .action.tocompare:hover,
.product-items.hover-style7 .product-item .product-item-inner.style7 ul li .magebees_quickview:active,
.product-items.hover-style7 .product-item .product-item-inner.style7 ul li .action.tocart.primary:active,
.product-items.hover-style7 .product-item .product-item-inner.style7 ul li .action.towishlist:active,
.product-items.hover-style7 .product-item .product-item-inner.style7 ul li .action.tocompare:active {
  color: #fff !important;
  background-color: #000 !important;
}
.product-items.hover-style7 .product-item .product-item-inner.style7 ul li .magebees_quickview:focus:before,
.product-items.hover-style7 .product-item .product-item-inner.style7 ul li .action.tocart.primary:focus:before,
.product-items.hover-style7 .product-item .product-item-inner.style7 ul li .action.towishlist:focus:before,
.product-items.hover-style7 .product-item .product-item-inner.style7 ul li .action.tocompare:focus:before,
.product-items.hover-style7 .product-item .product-item-inner.style7 ul li .magebees_quickview:hover:before,
.product-items.hover-style7 .product-item .product-item-inner.style7 ul li .action.tocart.primary:hover:before,
.product-items.hover-style7 .product-item .product-item-inner.style7 ul li .action.towishlist:hover:before,
.product-items.hover-style7 .product-item .product-item-inner.style7 ul li .action.tocompare:hover:before,
.product-items.hover-style7 .product-item .product-item-inner.style7 ul li .magebees_quickview:active:before,
.product-items.hover-style7 .product-item .product-item-inner.style7 ul li .action.tocart.primary:active:before,
.product-items.hover-style7 .product-item .product-item-inner.style7 ul li .action.towishlist:active:before,
.product-items.hover-style7 .product-item .product-item-inner.style7 ul li .action.tocompare:active:before {
  color: #fff !important;
}
.product-items.hover-style7 .product-item .product-item-details {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10;
  width: 100%;
  height: 0;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.55);
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -o-align-items: center;
  align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  flex-direction: column;
  -webkit-flex-direction: column;
}
.product-items.hover-style7 .product-item:hover .product-item-details {
  opacity: 1;
  visibility: visible;
  height: 100%;
}
.products-list .product-item .product-item-inner.style1 .action.tocart.primary,
.products-list .product-item .product-item-inner.style2 .action.tocart.primary,
.products-list .product-item .product-item-inner.style4 .action.tocart.primary,
.products-list .product-item .product-item-inner.style1 .action.towishlist,
.products-list .product-item .product-item-inner.style2 .action.towishlist,
.products-list .product-item .product-item-inner.style4 .action.towishlist,
.products-list .product-item .product-item-inner.style1 .action.tocompare,
.products-list .product-item .product-item-inner.style2 .action.tocompare,
.products-list .product-item .product-item-inner.style4 .action.tocompare,
.products-list .product-item .product-item-inner.style1 .stock.available,
.products-list .product-item .product-item-inner.style2 .stock.available,
.products-list .product-item .product-item-inner.style4 .stock.available,
.products-list .product-item .product-item-inner.style1 .stock.unavailable,
.products-list .product-item .product-item-inner.style2 .stock.unavailable,
.products-list .product-item .product-item-inner.style4 .stock.unavailable,
.products-list .product-item .product-item-inner.style1 .magebees_quickview,
.products-list .product-item .product-item-inner.style2 .magebees_quickview,
.products-list .product-item .product-item-inner.style4 .magebees_quickview {
  border-radius: 0 !important;
  -webkit-border-radius: 0 !important;
}
.products-list .product-item .product-item-inner.style1 .action.tocart.primary,
.products-list .product-item .product-item-inner.style2 .action.tocart.primary,
.products-list .product-item .product-item-inner.style4 .action.tocart.primary {
  width: 100%;
}
.products-list .product-item .product-item-inner.style4 {
  position: static !important;
  width: 100%;
}
.products-list .product-item .product-item-inner.style4 .action.tocart.primary,
.products-list .product-item .product-item-inner.style4 .action.towishlist,
.products-list .product-item .product-item-inner.style4 .action.tocompare,
.products-list .product-item .product-item-inner.style4 .stock.available,
.products-list .product-item .product-item-inner.style4 .stock.unavailable,
.products-list .product-item .product-item-inner.style4 .magebees_quickview {
  width: 100% !important;
}
.products-list .product-item .product-item-inner.style3 .action.tocart.primary,
.products-list .product-item .product-item-inner.style3 .action.towishlist,
.products-list .product-item .product-item-inner.style3 .action.tocompare,
.products-list .product-item .product-item-inner.style3 .stock.available,
.products-list .product-item .product-item-inner.style3 .stock.unavailable,
.products-list .product-item .product-item-inner.style3 .magebees_quickview {
  border-radius: 0 !important;
  -webkit-border-radius: 0 !important;
}
.products-list .product-item .product-item-inner.style3 .action.tocart.primary {
  width: 100%;
}
.products-list .product-items.hover-style7 .product-item {
  padding-bottom: 30px !important;
}
.products-list .product-items.hover-style7 .product-item .product-item-info {
  display: table;
  width: 100%;
}
.products-list .product-items.hover-style7 .product-item .product-item-name {
  text-align: left;
}
.products-list .product-items.hover-style7 .product-item .product-item-name a {
  color: #000 !important;
  font-size: 16px !important;
  font-weight: normal !important;
}
.products-list .product-items.hover-style7 .product-item .product-item-name a:hover {
  opacity: 0.7 !important;
}
.products-list .product-items.hover-style7 .product-item .product-item-inner.style7 {
  text-align: left;
}
.products-list .product-items.hover-style7 .product-item .product-item-inner.style7 .magebees_quickview {
  border-radius: 0 !important;
  -webkit-border-radius: 0 !important;
}
.products-list .product-items.hover-style7 .product-item .price-box .price-wrapper .price {
  color: #000 !important;
  font-size: 16px !important;
}
.products-list .product-items.hover-style7 .product-item .product-item-details {
  opacity: 1;
  visibility: visible;
  position: static;
  display: table-cell;
  overflow: visible;
  height: auto;
  background-color: transparent;
}
.products-list .product-items.hover-style7 .product-item .product-image-wrapper {
  padding-bottom: 0 !important;
}
.products-list .product-items.hover-style7 .product-item .product-item-inner.style7 ul li {
  margin: 0;
  width: auto;
  height: auto;
  padding: 0;
}
.products-list .product-items.hover-style7 .product-item .product-item-inner.style7 ul li .action.tocart.primary,
.products-list .product-items.hover-style7 .product-item .product-item-inner.style7 ul li .action.towishlist,
.products-list .product-items.hover-style7 .product-item .product-item-inner.style7 ul li .action.tocompare,
.products-list .product-items.hover-style7 .product-item .product-item-inner.style7 ul li .stock.available,
.products-list .product-items.hover-style7 .product-item .product-item-inner.style7 ul li .stock.unavailable,
.products-list .product-items.hover-style7 .product-item .product-item-inner.style7 ul li .magebees_quickview {
  width: 40px !important;
  height: 40px !important;
  line-height: 40px;
  margin: 0 10px 0 0;
  border-radius: 0 !important;
  -webkit-border-radius: 0 !important;
}
.products-list .product-items.hover-style7 .product-item .product-item-inner.style7 ul li .action.tocart.primary:before,
.products-list .product-items.hover-style7 .product-item .product-item-inner.style7 ul li .action.towishlist:before,
.products-list .product-items.hover-style7 .product-item .product-item-inner.style7 ul li .action.tocompare:before,
.products-list .product-items.hover-style7 .product-item .product-item-inner.style7 ul li .stock.available:before,
.products-list .product-items.hover-style7 .product-item .product-item-inner.style7 ul li .stock.unavailable:before,
.products-list .product-items.hover-style7 .product-item .product-item-inner.style7 ul li .magebees_quickview:before {
  width: 100% !important;
  height: 40px !important;
  line-height: 40px !important;
}
.products-list .product-items.hover-style7 .product-item .product-item-inner.style7 ul li .action.tocart.primary {
  border-radius: 0 !important;
  -webkit-border-radius: 0 !important;
}
.products-list .product-items.hover-style7 .product-item:hover .product-item-details {
  opacity: 1;
  visibility: visible;
}
/* End Custom Hover Style7 */
/* Custom Hover Style8 */
.product-items.hover-style8 .products-grid .product-item .actions-primary {
  float: none !important;
}
.product-items.hover-style8 .product-item .action.tocart.primary {
  padding: 8px 15px;
  width: auto;
}
.product-items.hover-style8 .product-item .action.tocart.primary:before {
  width: auto;
  padding-right: 3px;
  vertical-align: middle;
  line-height: normal;
  height: auto;
  display: inline-block;
}
.product-items.hover-style8 .product-item .action.tocart.primary span {
  display: inline-block;
  vertical-align: middle;
}
.product-items.hover-style8 .product-item .product-item-details {
  padding: 0 0 10px;
}
.product-items.hover-style8 .product-item .product-item-inner.style8 {
  bottom: -20px;
}
.product-items.hover-style8 .product-item .product-item-inner.style8 ul {
  padding: 0;
  margin: 0;
}
.product-items.hover-style8 .product-item .product-item-inner.style8 ul > li {
  padding: 0 0.5px;
}
.product-items.hover-style8 .product-item .product-item-inner.style8 .magebees_quickview:before,
.product-items.hover-style8 .product-item .product-item-inner.style8 .action.tocart.primary:before,
.product-items.hover-style8 .product-item .product-item-inner.style8 .action.towishlist:before,
.product-items.hover-style8 .product-item .product-item-inner.style8 .action.tocompare:before {
  font-size: 16px;
}
.product-items.hover-style8 .product-item:hover .product-item-inner.style8 {
  bottom: 0;
}
/* End Custom Hover Style8 */
.posh-home-page-style-1 .prodLabel.top-left,
.posh-home-page-style-1 .prodLabel.top-right {
  top: 10px;
}
.posh-home-page-style-1 .mage-ajaxpro-page .load-more-text a {
  padding: 15px 35px;
  letter-spacing: 0.5px;
  font-weight: 400;
}
/* 	End Product On Hover Styles */
.cartBox .modal-inner-wrap .action {
  font-size: 13px;
}
.text-label {
  position: absolute;
}
.text-label:before {
  position: absolute;
  content: '';
  display: inline-block;
  width: 0;
  height: 0;
}
.text-label.top-right:before,
.text-label.middle-right:before {
  bottom: -5px;
  left: 10px;
}
.text-label.top-left:before,
.text-label.middle-left:before {
  bottom: -5px;
  left: auto;
  right: 10px;
}
.text-label.bottom-left:before {
  top: -5px;
  left: auto;
  right: 10px;
}
.text-label.bottom-right:before {
  top: -5px;
  left: 10px;
}
.text-label .product-icon {
  font-weight: 600;
}
/* ------------------------------------------------------------
   End Products Listing Style  --------------------------------
--------------------------------------------------------------- */
.swatch-option.selected {
  outline: none !important;
  border: solid 1px #000 !important;
}
/* Products Listing Style -------------------------------------- */
.products-list .tooltip-icon,
.products-list .product-item-details .mageb-quick-outr,
.products-list .magebees_page.mageb-paging {
  display: none;
}
.products-list .product-items {
  margin-left: 0 !important;
}
.products-list .product-image-container {
  width: 220px !important;
  display: block;
}
.products-list .product-item-details {
  vertical-align: middle;
  font-size: 13px;
}
.products-list .product-item-details p {
  font-size: 13px;
  margin-bottom: 10px;
}
.products-list .product-item-details ul {
  margin-left: 15px;
  list-style: disc;
}
.products-list .product-item-details ul li {
  font-size: 13px;
  margin-bottom: 5px;
  line-height: normal;
}
.products-list .product-item {
  padding: 10px;
  margin-bottom: 30px;
  width: 100% !important;
  /* Add To Cart Button Styles */
  /* Rating */
  /* Quick View Button Style */
}
.products-list .product-item:before,
.products-list .product-item:after {
  content: "";
  clear: both;
  display: block;
}
.products-list .product-item .product-item-name {
  margin-top: 0;
  margin-bottom: 10px;
}
.products-list .product-item .prodLabel.top-left {
  top: 0;
  left: 0;
}
.products-list .product-item .prodLabel.top-right {
  top: 0;
  right: 0;
}
.products-list .product-item .timer-product {
  position: static;
  z-index: 10;
  text-align: center;
  margin-top: 10px;
}
.products-list .product-item .timer-product #timer-countbox .countdown-section {
  width: 32.5%;
  padding: 5px !important;
  border-radius: 5px;
  -webkit-border-radius: 5px;
}
.products-list .product-item .timer-product #timer-countbox .countdown-section .countdown-amount {
  font-size: 14px;
}
.products-list .product-item .product-image-photo.default_image {
  position: relative;
  z-index: 2;
}
.products-list .product-item .product-item-photo {
  width: inherit;
  padding: 0;
}
.products-list .product-item .product-item-name,
.products-list .product-item .product.name a {
  font-size: 18px;
  font-weight: 500;
  text-decoration: none;
}
.products-list .product-item .product-item-inner {
  padding: 0;
  position: static;
  margin-top: 10px;
  /* Wishlist & Compare Button Style */
  /* Quickview Button Styles */
}
.products-list .product-item .product-item-inner.move-quick-btn {
  text-align: center;
}
.products-list .product-item .product-item-inner ul {
  display: table;
  width: 100%;
}
.products-list .product-item .product-item-inner ul > li {
  display: table-cell;
  vertical-align: middle;
  margin: 0;
  padding: 0 4px;
}
.products-list .product-item .product-item-inner ul > li .magebees_quickview,
.products-list .product-item .product-item-inner ul > li .action.tocart.primary,
.products-list .product-item .product-item-inner ul > li .btn,
.products-list .product-item .product-item-inner ul > li .action.towishlist,
.products-list .product-item .product-item-inner ul > li .action.tocompare,
.products-list .product-item .product-item-inner ul > li .stock.unavailable,
.products-list .product-item .product-item-inner ul > li .stock.available {
  display: block;
  text-align: center;
  padding: 0;
}
.products-list .product-item .product-item-inner ul > li .magebees_quickview:before,
.products-list .product-item .product-item-inner ul > li .action.tocart.primary:before,
.products-list .product-item .product-item-inner ul > li .btn:before,
.products-list .product-item .product-item-inner ul > li .action.towishlist:before,
.products-list .product-item .product-item-inner ul > li .action.tocompare:before,
.products-list .product-item .product-item-inner ul > li .stock.unavailable:before,
.products-list .product-item .product-item-inner ul > li .stock.available:before {
  font-size: 15px;
  width: 100%;
  height: 100%;
  line-height: 40px;
  display: block;
  font-weight: normal;
  overflow: hidden;
  vertical-align: middle;
}
.products-list .product-item .product-item-inner ul > li .magebees_quickview span,
.products-list .product-item .product-item-inner ul > li .action.tocart.primary span,
.products-list .product-item .product-item-inner ul > li .btn span,
.products-list .product-item .product-item-inner ul > li .action.towishlist span,
.products-list .product-item .product-item-inner ul > li .action.tocompare span,
.products-list .product-item .product-item-inner ul > li .stock.unavailable span,
.products-list .product-item .product-item-inner ul > li .stock.available span {
  display: none;
}
.products-list .product-item .product-item-inner.style4 {
  position: absolute;
  bottom: 0;
  z-index: 10;
}
.products-list .product-item .product-item-inner.style4 .magebees_quickview,
.products-list .product-item .product-item-inner.style4 .action.tocart.primary,
.products-list .product-item .product-item-inner.style4 .action.towishlist,
.products-list .product-item .product-item-inner.style4 .action.tocompare,
.products-list .product-item .product-item-inner.style4 .stock {
  border-radius: 100%;
  -webkit-border-radius: 100%;
}
.products-list .product-item .product-item-inner.style5 .magebees_quickview,
.products-list .product-item .product-item-inner.style5 .action.tocart.primary,
.products-list .product-item .product-item-inner.style5 .action.towishlist,
.products-list .product-item .product-item-inner.style5 .action.tocompare,
.products-list .product-item .product-item-inner.style5 .stock {
  border-radius: 30px;
  -webkit-border-radius: 30px;
}
.products-list .product-item .product-item-inner.style2 .action.tocart.primary,
.products-list .product-item .product-item-inner.style1 .action.tocart.primary {
  padding: 0;
}
.products-list .product-item .product-item-inner.style6 {
  opacity: 1;
  visibility: visible;
  position: static;
}
.products-list .product-item .product-item-inner.style6 ul {
  padding: 0;
}
.products-list .product-item .product-item-inner.style6 ul > li {
  padding: 0;
}
.products-list .product-item .product-item-inner.style6 .quick-view-btn {
  width: 35px;
  height: 35px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  opacity: 1;
  visibility: visible;
  overflow: hidden;
  -ms-transition: all ease-out 0.3s;
  -webkit-transition: all ease-out 0.3s;
  transition: all ease-out 0.3s;
}
.products-list .product-item .product-item-inner.style6 .quick-view-btn span {
  display: none;
}
.products-list .product-item .product-item-inner.style6 .quick-view-btn .magebees_quickview {
  display: block;
  font-weight: normal;
  padding: 0;
  border-radius: 0 !important;
  -webkit-border-radius: 0 !important;
}
.products-list .product-item .product-item-inner.style6 .quick-view-btn .magebees_quickview:before {
  height: 35px;
  line-height: 35px;
}
.products-list .product-item .product-item-inner.style6 .quick-view-btn .magebees_quickview,
.products-list .product-item .product-item-inner.style6 .quick-view-btn .action.tocart.primary {
  border-radius: 0 !important;
  -webkit-border-radius: 0 !important;
  width: 100%;
}
.products-list .product-item .product-item-inner.style6 .action.tocart.primary {
  width: 100%;
}
.products-list .product-item .product-item-inner.style6 .btn-horizontal {
  position: static;
  opacity: 1;
  visibility: visible;
  overflow: hidden;
  -ms-transition: all ease-out 0.3s;
  -webkit-transition: all ease-out 0.3s;
  transition: all ease-out 0.3s;
}
.products-list .product-item .product-item-inner.style6 .btn-horizontal .magebees_quickview,
.products-list .product-item .product-item-inner.style6 .btn-horizontal .action.tocart.primary {
  border-radius: 0 !important;
  -webkit-border-radius: 0 !important;
}
.products-list .product-item .product-item-inner .action.towishlist:before,
.products-list .product-item .product-item-inner .action.tocompare:before,
.products-list .product-item .product-item-inner .action.available:before {
  content: "\e634";
  font-family: 'themify';
  text-align: center;
}
.products-list .product-item .product-item-inner .action.towishlist span,
.products-list .product-item .product-item-inner .action.tocompare span,
.products-list .product-item .product-item-inner .action.available span {
  display: none;
}
.products-list .product-item .product-item-inner .action.tocompare:before {
  content: "\e619";
  font-family: 'themify';
}
.products-list .product-item .product-item-inner .action.available:before {
  content: "\e64c";
  font-family: 'themify';
}
.products-list .product-item .product-item-inner .action.unavailable {
  width: 60px;
  margin: 0 auto;
}
.products-list .product-item .product-item-inner .action.unavailable:before {
  content: "\e620";
  font-family: 'themify';
}
.products-list .product-item .product-item-inner .action.unavailable span {
  display: inline-block;
}
.products-list .product-item .product-item-inner .magebees_quickview {
  text-transform: uppercase;
}
.products-list .product-item .product-item-inner .magebees_quickview:before {
  content: "\e611";
  font-family: 'themify';
  font-size: 15px;
  display: block;
  text-align: center;
}
.products-list .product-item .action.tocart.primary {
  padding: 10px 25px;
}
.products-list .product-item .action.tocart.primary:before {
  content: "\e60d";
  font-family: 'themify';
  font-size: 15px;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
}
.products-list .product-item .action.tocart.primary span {
  font-size: 14px;
  font-weight: normal;
  vertical-align: middle;
}
.products-list .product-item .actions-primary .stock.unavailable {
  background-color: #e60000;
  color: #fff;
  text-transform: uppercase;
  display: inline-block;
  padding: 10px 25px;
  border-radius: 30px;
  -webkit-border-radius: 30px;
}
.products-list .product-item .price-box {
  margin: 10px 0;
}
.products-list .product-item .price-box .price-label {
  display: none;
}
.products-list .product-item .price-box .price {
  font-size: 15px;
  font-weight: 600;
}
.products-list .product-item .pro-hover {
  display: table-cell;
  width: 15%;
  position: relative;
}
.products-list .product-item .product-item-details {
  padding-left: 20px;
}
.products-list .product-item .learn-more {
  display: block;
  margin: 10px 0 20px;
}
.products-list .product-item .learn-more .action.secondary {
  border-radius: 30px;
  -webkit-border-radius: 30px;
  padding: 5px 15px !important;
  text-transform: uppercase;
  font-size: 12px;
  text-decoration: none;
  display: inline-block;
}
.products-list .product-item .product-item-description {
  margin: 10px 0 15px;
}
.products-list .product-item .product-item-description ul {
  list-style: disc;
  padding: 0;
  margin: 0 0 0 15px;
}
.products-list .product-item .product-item-description ul li {
  margin-bottom: 0;
}
.products-list .product-item .product-reviews-summary {
  display: block;
  margin: 0 auto 10px !important;
}
.products-list .product-item .product-reviews-summary .rating-summary {
  display: inline-block;
  left: 0;
  margin: 0;
  padding-right: 0;
}
.products-list .product-item .product-reviews-summary .reviews-actions {
  display: none;
}
.products-list .product-item .swatch-attribute.size .swatch-option.text {
  height: 30px;
  width: 30px;
}
.products-list .product-item .swatch-attribute .swatch-option {
  display: inline-block;
  float: none;
  min-width: 20px;
  height: 20px;
  border-radius: 0;
  -webkit-border-radius: 0;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
  margin-right: 5px;
}
.products-list .product-item .swatch-attribute .swatch-attribute-options {
  margin: 0;
}
.products-list .product-item .swatch-attribute .swatch-option.text {
  min-width: 30px;
  font-size: 11px;
  height: 30px;
  margin-right: 5px;
}
.products-list .product-item .swatch-attribute.size .swatch-option.text {
  font-weight: normal;
  background-color: transparent;
  color: #333;
}
.products-list .product-item .product-item-info:hover .magebees_quickview {
  position: static !important;
  margin-top: 0 !important;
  width: 100% !important;
}
.products-list .product-item:hover .magebees_quickview {
  position: static !important;
  margin-top: 0 !important;
  width: 100% !important;
}
.products-list #timer-countbox .countdown-section {
  color: #fff !important;
  width: 60px;
  min-width: inherit !important;
  text-align: center;
  margin-left: 0 !important;
  display: inline-block;
  float: none !important;
  padding: 4px 0 !important;
  background-color: #000 !important;
  border: 0 !important;
  line-height: 20px;
  margin-bottom: 5px;
}
.products-list #timer-countbox .countdown-section .countdown-amount {
  color: #fff !important;
  background-color: #000 !important;
  font-size: 14px;
  padding: 10px !important;
  display: block;
  float: none !important;
  padding: 0 !important;
  border: 0 !important;
  font-weight: 500;
}
.products-list #timer-countbox .countdown-section .countdown-period {
  color: #fff !important;
  background-color: #000000 !important;
  font-size: 11px;
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 0;
  display: block;
  float: none !important;
  padding: 0 !important;
  border: 0 !important;
}
.products-list + .pager {
  text-align: center;
}
.page-layout-1column .products-list .product-items-5.product-items .product-item .product-item-inner.style4 .magebees_quickview:before,
.page-layout-1column .products-list .product-items-5.product-items .product-item .product-item-inner.style4 .magebees_quickview:before,
.page-layout-1column .products-list .product-items-5.product-items .product-item .product-item-inner.style4 .action.tocart.primary:before,
.page-layout-1column .products-list .product-items-5.product-items .product-item .product-item-inner.style4 .action.tocart.primary:before,
.page-layout-1column .products-list .product-items-5.product-items .product-item .product-item-inner.style4 .action.towishlist:before,
.page-layout-1column .products-list .product-items-5.product-items .product-item .product-item-inner.style4 .action.towishlist:before,
.page-layout-1column .products-list .product-items-5.product-items .product-item .product-item-inner.style4 .action.tocompare:before,
.page-layout-1column .products-list .product-items-5.product-items .product-item .product-item-inner.style4 .action.tocompare:before {
  width: 100%;
  height: 35px;
  line-height: 35px;
}
.page-layout-1column .products-list .product-items-5.product-items .product-item .swatch-attribute .swatch-option.text {
  height: 30px !important;
  width: 34px !important;
  font-size: 12px !important;
}
.products-list .product-item .product-item-inner.style3 .btn-vertical {
  margin-bottom: 2px;
}
.products-list .product-item .product-item-inner.style3 ul > li {
  padding: 0;
}
.products-list .product-item .product-item-inner.style3 ul > li .magebees_quickview:before,
.products-list .product-item .product-item-inner.style3 ul > li .action.towishlist:before,
.products-list .product-item .product-item-inner.style3 ul > li .action.tocompare:before {
  width: 100%;
}
.price-box .price-label {
  display: none !important;
}
.price-box .old-price,
.price-box .special-price {
  display: inline-block;
  padding-right: 10px;
  vertical-align: middle;
}
.price-box .old-price .price-label,
.price-box .special-price .price-label {
  display: none !important;
}
.price-box .old-price,
.price-box .old.price {
  text-decoration: none;
}
.price-box .old-price .price-wrapper .price,
.price-box .old.price .price-wrapper .price {
  text-decoration: line-through;
}
.swatch-option-loading {
  content: url(../images/../../../../../frontend/Magebees/poshautoparts/en_AU/Magebees_Responsivebannerslider/css/loading.gif) !important;
}
/* End Products Listing Style ---------------------------------- */
/* Rating Star Style ------------------------------------------- */
.rating-summary .rating-result {
  margin-left: 0;
  width: auto;
}
.rating-summary .rating-result:before {
  content: "\f006 " "\f006" "\f006" "\f006" "\f006";
  font-family: "FontAwesome";
  font-size: 12px;
  letter-spacing: 3px;
  color: #fcc100;
  font-style: normal;
  font-weight: normal;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
  height: 28px;
  display: block;
}
.rating-summary .rating-result > span:before {
  color: #fcc100;
  content: "\f005" "\f005" "\f005" "\f005" "\f005";
  font-family: "FontAwesome";
  font-size: 12px;
  letter-spacing: 3px;
  position: relative;
  z-index: 2;
  height: 28px;
  line-height: 28px;
  font-style: normal;
  font-weight: normal;
}
.review-control-vote label:before {
  color: #fd9800;
}
.review-form {
  max-width: 100%;
}
/* .review-control-vote {
	&:before {
		content: "\f005" "\f005" "\f005" "\f005" "\f005";
		font-family: "FontAwesome";
		font-size: 15px;
		letter-spacing: 3px;
		color: #c7c7c7;
	}
	
	.rating-1 {
		&:before {
			content: "\f005";
		}
	}
	.rating-2 {
		&:before {
			content: "\f005" "\f005";
		}
	}
	.rating-3 {
		&:before {
			content: "\f005" "\f005" "\f005";
		}
	}
	.rating-4 {
		&:before {
			content: "\f005" "\f005" "\f005" "\f005";
		}
	}
	.rating-5 {
		&:before {
			content: "\f005" "\f005" "\f005" "\f005" "\f005";
		}
	}
} */
/* End Rating Star Style --------------------------------------- */
/* Onepage Category layout  ------------------------------------ */
.page-with-filter.page-layout-1column .page-main > .page-title-wrapper .page-title,
.page-products.page-layout-1column .page-main > .page-title-wrapper .page-title {
  display: block;
  margin-top: 20px;
}
.page-layout-1column.catalog-category-view .column.main,
.catalogsearch-result-index .column.main {
  /* 3 Products Grid Row */
  /* End 4 Products Grid Row */
  /* 4 Products Grid Row */
  /* End 4 Products Grid Row */
  /* 5 Products Grid Row */
  /* End 5 Products Grid Row */
}
.page-layout-1column.catalog-category-view .column.main .block .block-title,
.catalogsearch-result-index .column.main .block .block-title {
  text-transform: uppercase;
  display: none;
  padding: 10px;
}
.page-layout-1column.catalog-category-view .column.main .block .block-title.filter-title,
.catalogsearch-result-index .column.main .block .block-title.filter-title {
  padding: 8px 13px 10px;
  margin: 0;
}
.page-layout-1column.catalog-category-view .column.main .block .block-title.filter-title strong,
.catalogsearch-result-index .column.main .block .block-title.filter-title strong {
  font-size: 2.2rem;
  font-weight: 600;
  line-height: normal;
}
.page-layout-1column.catalog-category-view .column.main .block .block-title strong,
.catalogsearch-result-index .column.main .block .block-title strong {
  font-size: 1.8rem;
  font-weight: 600;
  line-height: normal;
}
.page-layout-1column.catalog-category-view .column.main .block.filter#layered-filter-block,
.catalogsearch-result-index .column.main .block.filter#layered-filter-block {
  margin: 0 !important;
  margin-bottom: 20px;
  /*.collapsible {
				&:after {
					content: "\e61a";	
					font-family: 'themify';
					font-size: 13px;
					display: inline-block;
					background: none;
					top: 12px;
					right: 5px;
					opacity: 1;
					font-size: 14px;
					font-weight: normal;
				}
				&.active {
					&:after {
						content: "\e622";
						opacity: 1;
					}
				}
			} */
}
.page-layout-1column.catalog-category-view .column.main .block.filter#layered-filter-block .filter-title,
.catalogsearch-result-index .column.main .block.filter#layered-filter-block .filter-title {
  position: relative;
  display: block;
  cursor: pointer;
}
.page-layout-1column.catalog-category-view .column.main .block.filter#layered-filter-block .filter-title strong,
.catalogsearch-result-index .column.main .block.filter#layered-filter-block .filter-title strong {
  display: block;
}
.page-layout-1column.catalog-category-view .column.main .block.filter#layered-filter-block .filter-title:after,
.catalogsearch-result-index .column.main .block.filter#layered-filter-block .filter-title:after {
  content: "\e64b";
  font-family: 'themify';
  font-size: 14px;
  position: absolute;
  right: 15px;
  top: 15px;
}
.page-layout-1column.catalog-category-view .column.main .block.filter#layered-filter-block.active .filter-title:after,
.catalogsearch-result-index .column.main .block.filter#layered-filter-block.active .filter-title:after {
  content: "\e648";
}
.page-layout-1column.catalog-category-view .column.main .block.filter#layered-filter-block .filter-active .filter-current,
.catalogsearch-result-index .column.main .block.filter#layered-filter-block .filter-active .filter-current {
  display: block;
}
.page-layout-1column.catalog-category-view .column.main .block.filter#layered-filter-block .filter-content,
.catalogsearch-result-index .column.main .block.filter#layered-filter-block .filter-content {
  display: block;
  /*.block-subtitle {
					display: none;
				} */
}
.page-layout-1column.catalog-category-view .column.main .block.filter#layered-filter-block .filter-content .filter-current .filter-subtitle,
.catalogsearch-result-index .column.main .block.filter#layered-filter-block .filter-content .filter-current .filter-subtitle {
  font-size: 18px;
  border-bottom: dotted 1px #ddd !important;
  text-transform: uppercase;
  font-weight: 500;
  display: block !important;
}
.page-layout-1column.catalog-category-view .column.main .block.filter#layered-filter-block .filter-content .filter-label,
.catalogsearch-result-index .column.main .block.filter#layered-filter-block .filter-content .filter-label {
  font-weight: 500;
  text-transform: uppercase;
}
.page-layout-1column.catalog-category-view .column.main .block.filter#layered-filter-block .filter-content .filter-options-item,
.catalogsearch-result-index .column.main .block.filter#layered-filter-block .filter-content .filter-options-item {
  margin-bottom: 0;
}
.page-layout-1column.catalog-category-view .column.main .block.filter#layered-filter-block .filter-content .filter-options-item li a,
.catalogsearch-result-index .column.main .block.filter#layered-filter-block .filter-content .filter-options-item li a {
  text-decoration: none;
  padding: 3px 0;
}
.page-layout-1column.catalog-category-view .column.main .block.filter#layered-filter-block .filter-content .swatch-layered .swatch-option-link-layered,
.catalogsearch-result-index .column.main .block.filter#layered-filter-block .filter-content .swatch-layered .swatch-option-link-layered,
.page-layout-1column.catalog-category-view .column.main .block.filter#layered-filter-block .filter-content .size .swatch-option-link-layered,
.catalogsearch-result-index .column.main .block.filter#layered-filter-block .filter-content .size .swatch-option-link-layered {
  border-width: 1px;
  border-style: solid;
  display: block;
  margin: 0 3px 5px!important;
  float: left;
}
.page-layout-1column.catalog-category-view .column.main .block.filter#layered-filter-block .filter-content .swatch-layered .swatch-option-link-layered .swatch-option,
.catalogsearch-result-index .column.main .block.filter#layered-filter-block .filter-content .swatch-layered .swatch-option-link-layered .swatch-option,
.page-layout-1column.catalog-category-view .column.main .block.filter#layered-filter-block .filter-content .size .swatch-option-link-layered .swatch-option,
.catalogsearch-result-index .column.main .block.filter#layered-filter-block .filter-content .size .swatch-option-link-layered .swatch-option {
  width: 18px;
  height: 18px;
  border: 2px solid #fff;
  margin: 0;
  padding: 0;
}
.page-layout-1column.catalog-category-view .column.main .block.filter#layered-filter-block .filter-content .size .swatch-option,
.catalogsearch-result-index .column.main .block.filter#layered-filter-block .filter-content .size .swatch-option {
  color: #333 !important;
  background-color: transparent !important;
}
.page-layout-1column.catalog-category-view .column.main .block.filter#layered-filter-block .filter-content .size .swatch-option.text,
.catalogsearch-result-index .column.main .block.filter#layered-filter-block .filter-content .size .swatch-option.text {
  width: 18px;
  height: 18px;
  font-size: 12px;
  line-height: 18px;
}
.page-layout-1column.catalog-category-view .column.main .block.filter#layered-filter-block.active .filter-content,
.catalogsearch-result-index .column.main .block.filter#layered-filter-block.active .filter-content {
  display: block;
}
.page-layout-1column.catalog-category-view .column.main .block.filter#layered-filter-block .filter-options-title,
.catalogsearch-result-index .column.main .block.filter#layered-filter-block .filter-options-title {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 600;
  padding: 10px 30px 10px 20px;
  margin: 0;
}
.page-layout-1column.catalog-category-view .column.main .category-description,
.catalogsearch-result-index .column.main .category-description {
  margin-bottom: 40px;
}
.page-layout-1column.catalog-category-view .column.main .product-items-3.product-items .product-item,
.catalogsearch-result-index .column.main .product-items-3.product-items .product-item {
  width: 31.2%;
  margin-right: 3%;
  margin-left: 0;
}
.page-layout-1column.catalog-category-view .column.main .product-items-3.product-items .product-item:nth-of-type(3n+1):not(div),
.catalogsearch-result-index .column.main .product-items-3.product-items .product-item:nth-of-type(3n+1):not(div) {
  clear: left;
}
.page-layout-1column.catalog-category-view .column.main .product-items-3.product-items .product-item:nth-of-type(3n):not(div),
.catalogsearch-result-index .column.main .product-items-3.product-items .product-item:nth-of-type(3n):not(div) {
  margin-right: 0;
}
.page-layout-1column.catalog-category-view .column.main .product-items-4.product-items .product-item,
.catalogsearch-result-index .column.main .product-items-4.product-items .product-item {
  width: 23.9%;
  margin-right: 1%;
  margin-left: 0;
}
.page-layout-1column.catalog-category-view .column.main .product-items-4.product-items .product-item:nth-of-type(3n):not(div),
.catalogsearch-result-index .column.main .product-items-4.product-items .product-item:nth-of-type(3n):not(div) {
  margin-right: 1%;
}
.page-layout-1column.catalog-category-view .column.main .product-items-4.product-items .product-item:nth-of-type(4n+1):not(div),
.catalogsearch-result-index .column.main .product-items-4.product-items .product-item:nth-of-type(4n+1):not(div) {
  clear: left;
}
.page-layout-1column.catalog-category-view .column.main .product-items-4.product-items .product-item:nth-of-type(4n):not(div),
.catalogsearch-result-index .column.main .product-items-4.product-items .product-item:nth-of-type(4n):not(div) {
  margin-right: 0;
}
.page-layout-1column.catalog-category-view .column.main .product-items-4.product-items .product-item .product-item-inner.style4 ul > li,
.catalogsearch-result-index .column.main .product-items-4.product-items .product-item .product-item-inner.style4 ul > li {
  padding: 0 2px;
}
.page-layout-1column.catalog-category-view .column.main .product-items-4.product-items .product-item .product-item-inner.style4 .magebees_quickview,
.catalogsearch-result-index .column.main .product-items-4.product-items .product-item .product-item-inner.style4 .magebees_quickview,
.page-layout-1column.catalog-category-view .column.main .product-items-4.product-items .product-item .product-item-inner.style4 .action.tocart.primary,
.catalogsearch-result-index .column.main .product-items-4.product-items .product-item .product-item-inner.style4 .action.tocart.primary,
.page-layout-1column.catalog-category-view .column.main .product-items-4.product-items .product-item .product-item-inner.style4 .action.towishlist,
.catalogsearch-result-index .column.main .product-items-4.product-items .product-item .product-item-inner.style4 .action.towishlist,
.page-layout-1column.catalog-category-view .column.main .product-items-4.product-items .product-item .product-item-inner.style4 .action.tocompare,
.catalogsearch-result-index .column.main .product-items-4.product-items .product-item .product-item-inner.style4 .action.tocompare,
.page-layout-1column.catalog-category-view .column.main .product-items-4.product-items .product-item .product-item-inner.style4 .stock,
.catalogsearch-result-index .column.main .product-items-4.product-items .product-item .product-item-inner.style4 .stock {
  width: 35px;
  height: 35px;
  line-height: 35px;
}
.page-layout-1column.catalog-category-view .column.main .product-items-4.product-items .product-item .product-item-inner.style4 .magebees_quickview:before,
.catalogsearch-result-index .column.main .product-items-4.product-items .product-item .product-item-inner.style4 .magebees_quickview:before,
.page-layout-1column.catalog-category-view .column.main .product-items-4.product-items .product-item .product-item-inner.style4 .action.tocart.primary:before,
.catalogsearch-result-index .column.main .product-items-4.product-items .product-item .product-item-inner.style4 .action.tocart.primary:before,
.page-layout-1column.catalog-category-view .column.main .product-items-4.product-items .product-item .product-item-inner.style4 .action.towishlist:before,
.catalogsearch-result-index .column.main .product-items-4.product-items .product-item .product-item-inner.style4 .action.towishlist:before,
.page-layout-1column.catalog-category-view .column.main .product-items-4.product-items .product-item .product-item-inner.style4 .action.tocompare:before,
.catalogsearch-result-index .column.main .product-items-4.product-items .product-item .product-item-inner.style4 .action.tocompare:before,
.page-layout-1column.catalog-category-view .column.main .product-items-4.product-items .product-item .product-item-inner.style4 .stock:before,
.catalogsearch-result-index .column.main .product-items-4.product-items .product-item .product-item-inner.style4 .stock:before {
  font-size: 14px;
  height: 35px;
  line-height: 35px;
}
.page-layout-1column.catalog-category-view .column.main .product-items-4.product-items .product-item .product-item-inner.style4 .magebees_quickview .tooltip-icon,
.catalogsearch-result-index .column.main .product-items-4.product-items .product-item .product-item-inner.style4 .magebees_quickview .tooltip-icon,
.page-layout-1column.catalog-category-view .column.main .product-items-4.product-items .product-item .product-item-inner.style4 .action.tocart.primary .tooltip-icon,
.catalogsearch-result-index .column.main .product-items-4.product-items .product-item .product-item-inner.style4 .action.tocart.primary .tooltip-icon,
.page-layout-1column.catalog-category-view .column.main .product-items-4.product-items .product-item .product-item-inner.style4 .action.towishlist .tooltip-icon,
.catalogsearch-result-index .column.main .product-items-4.product-items .product-item .product-item-inner.style4 .action.towishlist .tooltip-icon,
.page-layout-1column.catalog-category-view .column.main .product-items-4.product-items .product-item .product-item-inner.style4 .action.tocompare .tooltip-icon,
.catalogsearch-result-index .column.main .product-items-4.product-items .product-item .product-item-inner.style4 .action.tocompare .tooltip-icon,
.page-layout-1column.catalog-category-view .column.main .product-items-4.product-items .product-item .product-item-inner.style4 .stock .tooltip-icon,
.catalogsearch-result-index .column.main .product-items-4.product-items .product-item .product-item-inner.style4 .stock .tooltip-icon {
  margin-left: -22px;
}
.page-layout-1column.catalog-category-view .column.main .product-items-4.product-items .product-item .move-action-disabled .magebees_quickview,
.catalogsearch-result-index .column.main .product-items-4.product-items .product-item .move-action-disabled .magebees_quickview {
  font-size: 12px;
}
.page-layout-1column.catalog-category-view .column.main .product-items-4.product-items .product-item .move-action-disabled .magebees_quickview:before,
.catalogsearch-result-index .column.main .product-items-4.product-items .product-item .move-action-disabled .magebees_quickview:before {
  line-height: 33px;
  text-align: center;
}
.page-layout-1column.catalog-category-view .column.main .product-items-4.product-items .product-item .move-action-disabled .actions-primary .action.tocart.primary:before,
.catalogsearch-result-index .column.main .product-items-4.product-items .product-item .move-action-disabled .actions-primary .action.tocart.primary:before {
  font-size: 19px;
  width: 35px;
  height: 35px;
  line-height: 33px;
  top: 2px;
}
.page-layout-1column.catalog-category-view .column.main .product-items-4.product-items .product-item .move-action-disabled .actions-primary .action.tocart.primary,
.catalogsearch-result-index .column.main .product-items-4.product-items .product-item .move-action-disabled .actions-primary .action.tocart.primary {
  margin-bottom: 0;
}
.page-layout-1column.catalog-category-view .column.main .product-items-5.product-items .product-item,
.catalogsearch-result-index .column.main .product-items-5.product-items .product-item {
  width: 17.88%;
  margin-right: 2.564102564102564%;
  margin-left: 0;
}
.page-layout-1column.catalog-category-view .column.main .product-items-5.product-items .product-item:nth-of-type(5n+1):not(div),
.catalogsearch-result-index .column.main .product-items-5.product-items .product-item:nth-of-type(5n+1):not(div) {
  clear: left;
}
.page-layout-1column.catalog-category-view .column.main .product-items-5.product-items .product-item:nth-of-type(5n):not(div),
.catalogsearch-result-index .column.main .product-items-5.product-items .product-item:nth-of-type(5n):not(div) {
  margin-right: 0;
}
.page-layout-1column.catalog-category-view .column.main .product-items-5.product-items .product-item .product-item-inner.style4 ul > li,
.catalogsearch-result-index .column.main .product-items-5.product-items .product-item .product-item-inner.style4 ul > li {
  padding: 0 2px;
}
.page-layout-1column.catalog-category-view .column.main .product-items-5.product-items .product-item .product-item-inner.style4 .magebees_quickview,
.catalogsearch-result-index .column.main .product-items-5.product-items .product-item .product-item-inner.style4 .magebees_quickview,
.page-layout-1column.catalog-category-view .column.main .product-items-5.product-items .product-item .product-item-inner.style4 .action.tocart.primary,
.catalogsearch-result-index .column.main .product-items-5.product-items .product-item .product-item-inner.style4 .action.tocart.primary,
.page-layout-1column.catalog-category-view .column.main .product-items-5.product-items .product-item .product-item-inner.style4 .action.towishlist,
.catalogsearch-result-index .column.main .product-items-5.product-items .product-item .product-item-inner.style4 .action.towishlist,
.page-layout-1column.catalog-category-view .column.main .product-items-5.product-items .product-item .product-item-inner.style4 .action.tocompare,
.catalogsearch-result-index .column.main .product-items-5.product-items .product-item .product-item-inner.style4 .action.tocompare,
.page-layout-1column.catalog-category-view .column.main .product-items-5.product-items .product-item .product-item-inner.style4 .stock,
.catalogsearch-result-index .column.main .product-items-5.product-items .product-item .product-item-inner.style4 .stock {
  width: 35px;
  height: 35px;
  line-height: 35px;
}
.page-layout-1column.catalog-category-view .column.main .product-items-5.product-items .product-item .product-item-inner.style4 .magebees_quickview:before,
.catalogsearch-result-index .column.main .product-items-5.product-items .product-item .product-item-inner.style4 .magebees_quickview:before,
.page-layout-1column.catalog-category-view .column.main .product-items-5.product-items .product-item .product-item-inner.style4 .action.tocart.primary:before,
.catalogsearch-result-index .column.main .product-items-5.product-items .product-item .product-item-inner.style4 .action.tocart.primary:before,
.page-layout-1column.catalog-category-view .column.main .product-items-5.product-items .product-item .product-item-inner.style4 .action.towishlist:before,
.catalogsearch-result-index .column.main .product-items-5.product-items .product-item .product-item-inner.style4 .action.towishlist:before,
.page-layout-1column.catalog-category-view .column.main .product-items-5.product-items .product-item .product-item-inner.style4 .action.tocompare:before,
.catalogsearch-result-index .column.main .product-items-5.product-items .product-item .product-item-inner.style4 .action.tocompare:before,
.page-layout-1column.catalog-category-view .column.main .product-items-5.product-items .product-item .product-item-inner.style4 .stock:before,
.catalogsearch-result-index .column.main .product-items-5.product-items .product-item .product-item-inner.style4 .stock:before {
  font-size: 14px;
  height: 35px;
  line-height: 35px;
}
.page-layout-1column.catalog-category-view .column.main .product-items-5.product-items .product-item .product-item-inner.style4 .magebees_quickview .tooltip-icon,
.catalogsearch-result-index .column.main .product-items-5.product-items .product-item .product-item-inner.style4 .magebees_quickview .tooltip-icon,
.page-layout-1column.catalog-category-view .column.main .product-items-5.product-items .product-item .product-item-inner.style4 .action.tocart.primary .tooltip-icon,
.catalogsearch-result-index .column.main .product-items-5.product-items .product-item .product-item-inner.style4 .action.tocart.primary .tooltip-icon,
.page-layout-1column.catalog-category-view .column.main .product-items-5.product-items .product-item .product-item-inner.style4 .action.towishlist .tooltip-icon,
.catalogsearch-result-index .column.main .product-items-5.product-items .product-item .product-item-inner.style4 .action.towishlist .tooltip-icon,
.page-layout-1column.catalog-category-view .column.main .product-items-5.product-items .product-item .product-item-inner.style4 .action.tocompare .tooltip-icon,
.catalogsearch-result-index .column.main .product-items-5.product-items .product-item .product-item-inner.style4 .action.tocompare .tooltip-icon,
.page-layout-1column.catalog-category-view .column.main .product-items-5.product-items .product-item .product-item-inner.style4 .stock .tooltip-icon,
.catalogsearch-result-index .column.main .product-items-5.product-items .product-item .product-item-inner.style4 .stock .tooltip-icon {
  margin-left: -22px;
}
.page-layout-1column.catalog-category-view .column.main .product-items-5.product-items .product-item .move-action-disabled .actions-primary .action.tocart.primary,
.catalogsearch-result-index .column.main .product-items-5.product-items .product-item .move-action-disabled .actions-primary .action.tocart.primary {
  margin-bottom: 10px;
}
.page-layout-1column.catalog-category-view .column.main .product-items-5.product-items .product-item .swatch-attribute .swatch-option,
.catalogsearch-result-index .column.main .product-items-5.product-items .product-item .swatch-attribute .swatch-option {
  min-width: 10px;
  height: 20px;
  width: 20px;
  margin-right: 5px;
}
.page-layout-1column.catalog-category-view .column.main .product-items-5.product-items .product-item .swatch-attribute .swatch-option.text,
.catalogsearch-result-index .column.main .product-items-5.product-items .product-item .swatch-attribute .swatch-option.text {
  line-height: 20px;
  min-width: 8px;
  height: 20px;
  width: 20px;
  font-size: 10px;
}
.page-layout-1column.catalog-category-view .column.main .product-items-5.product-items .product-item .learn-more .secondary,
.catalogsearch-result-index .column.main .product-items-5.product-items .product-item .learn-more .secondary {
  padding: 6px 10px;
  font-size: 13px;
}
.page-layout-1column.catalog-category-view .column.main .products-list .product-items .product-item,
.catalogsearch-result-index .column.main .products-list .product-items .product-item {
  width: 100%;
  margin-right: 0;
}
.catalogsearch-result-index #layered-filter-block-top {
  display: block;
}
/* Products Flex Grid ----------------------------------------- */
.products-flex-grid {
  margin-bottom: 30px;
}
.products-flex-grid:before,
.products-flex-grid:after {
  content: "";
  clear: both;
  display: block;
}
.products-flex-grid.products-grid .product-items-2.product-items .product-item {
  width: 50%;
  float: left;
  margin: 0 !important;
  border-right-style: solid;
  border-bottom-style: solid;
  border-right-width: 1px;
  border-bottom-width: 1px;
}
.products-flex-grid.products-grid .product-items-2.product-items .product-item:nth-of-type(2n+1):not(div) {
  clear: left;
}
.products-flex-grid.products-grid .product-items-2.product-items .product-item:nth-of-type(2n):not(div) {
  border-right: 0;
}
.products-flex-grid.products-grid .product-items-3.product-items .product-item {
  width: 33.33%;
  float: left;
  margin: 0 !important;
  border-right-style: solid;
  border-bottom-style: solid;
  border-right-width: 1px;
  border-bottom-width: 1px;
}
.products-flex-grid.products-grid .product-items-3.product-items .product-item:nth-of-type(3n+1):not(div) {
  clear: left;
}
.products-flex-grid.products-grid .product-items-3.product-items .product-item:nth-of-type(3n):not(div) {
  border-right: 0;
}
.products-flex-grid.products-grid .product-items-4.product-items .product-item {
  width: 25%;
  float: left;
  margin: 0 !important;
  border-right-style: solid;
  border-bottom-style: solid;
  border-right-width: 1px;
  border-bottom-width: 1px;
}
.products-flex-grid.products-grid .product-items-4.product-items .product-item:nth-of-type(4n+1):not(div) {
  clear: left;
}
.products-flex-grid.products-grid .product-items-4.product-items .product-item:nth-of-type(4n):not(div) {
  border-right: 0;
}
.products-flex-grid.products-grid .product-items-4.product-items .product-item .product-image-wrapper {
  padding-bottom: 95.091% !important;
}
.products-flex-grid.products-grid .product-items-4.product-items .product-item .product-image-photo {
  max-width: 80%;
}
.products-flex-grid.products-grid .product-items-4.product-items .product-item .product-item-inner.style4 ul > li {
  padding: 0 2px;
}
.products-flex-grid.products-grid .product-items-4.product-items .product-item .product-item-inner.style4 .magebees_quickview,
.products-flex-grid.products-grid .product-items-4.product-items .product-item .product-item-inner.style4 .action.tocart.primary,
.products-flex-grid.products-grid .product-items-4.product-items .product-item .product-item-inner.style4 .action.towishlist,
.products-flex-grid.products-grid .product-items-4.product-items .product-item .product-item-inner.style4 .action.tocompare,
.products-flex-grid.products-grid .product-items-4.product-items .product-item .product-item-inner.style4 .stock {
  width: 35px;
  height: 35px;
  line-height: 35px;
}
.products-flex-grid.products-grid .product-items-4.product-items .product-item .product-item-inner.style4 .magebees_quickview:before,
.products-flex-grid.products-grid .product-items-4.product-items .product-item .product-item-inner.style4 .action.tocart.primary:before,
.products-flex-grid.products-grid .product-items-4.product-items .product-item .product-item-inner.style4 .action.towishlist:before,
.products-flex-grid.products-grid .product-items-4.product-items .product-item .product-item-inner.style4 .action.tocompare:before,
.products-flex-grid.products-grid .product-items-4.product-items .product-item .product-item-inner.style4 .stock:before {
  height: 35px;
  line-height: 35px;
  width: auto;
}
.products-flex-grid.products-grid .product-items-5.product-items .product-item {
  width: 25%;
  float: left;
  margin: 0 !important;
  border-right-style: solid;
  border-bottom-style: solid;
  border-right-width: 1px;
  border-bottom-width: 1px;
}
.products-flex-grid.products-grid .product-items-5.product-items .product-item:nth-of-type(4n+1):not(div) {
  clear: left;
}
.products-flex-grid.products-grid .product-items-5.product-items .product-item:nth-of-type(4n):not(div) {
  border-right: 0;
}
.products-flex-grid.products-grid .product-items-5.product-items .product-item .product-image-wrapper {
  padding-bottom: 95.091% !important;
}
.products-flex-grid.products-grid .product-items-5.product-items .product-item .product-image-photo {
  max-width: 80%;
}
.products-flex-grid.products-grid .product-items-5.product-items .product-item .product-item-inner.style4 ul > li {
  padding: 0 2px;
}
.products-flex-grid.products-grid .product-items-5.product-items .product-item .product-item-inner.style4 .magebees_quickview,
.products-flex-grid.products-grid .product-items-5.product-items .product-item .product-item-inner.style4 .action.tocart.primary,
.products-flex-grid.products-grid .product-items-5.product-items .product-item .product-item-inner.style4 .action.towishlist,
.products-flex-grid.products-grid .product-items-5.product-items .product-item .product-item-inner.style4 .action.tocompare,
.products-flex-grid.products-grid .product-items-5.product-items .product-item .product-item-inner.style4 .stock {
  width: 35px;
  height: 35px;
  line-height: 35px;
}
.products-flex-grid.products-grid .product-items-5.product-items .product-item .product-item-inner.style4 .magebees_quickview:before,
.products-flex-grid.products-grid .product-items-5.product-items .product-item .product-item-inner.style4 .action.tocart.primary:before,
.products-flex-grid.products-grid .product-items-5.product-items .product-item .product-item-inner.style4 .action.towishlist:before,
.products-flex-grid.products-grid .product-items-5.product-items .product-item .product-item-inner.style4 .action.tocompare:before,
.products-flex-grid.products-grid .product-items-5.product-items .product-item .product-item-inner.style4 .stock:before {
  height: 35px;
  line-height: 35px;
  width: auto;
}
.page-layout-1column.catalog-category-view .column.main .products-flex-grid:before,
.page-layout-1column.catalog-category-view .column.main .products-flex-grid:after {
  content: "";
  clear: both;
  display: block;
}
.page-layout-1column.catalog-category-view .column.main .products-flex-grid.products-grid .move-action-disabled .actions-primary .action.tocart.primary {
  margin-bottom: 0 !important;
}
.page-layout-1column.catalog-category-view .column.main .products-flex-grid.products-grid .product-items-3.product-items .product-item {
  width: 33.15%;
  float: left;
  margin: 0 !important;
  border-right-style: solid;
  border-bottom-style: solid;
  border-right-width: 1px;
  border-bottom-width: 1px;
}
.page-layout-1column.catalog-category-view .column.main .products-flex-grid.products-grid .product-items-3.product-items .product-item:nth-of-type(3n+1):not(div) {
  clear: left;
}
.page-layout-1column.catalog-category-view .column.main .products-flex-grid.products-grid .product-items-3.product-items .product-item:nth-of-type(3n):not(div) {
  border-right: 0;
}
.page-layout-1column.catalog-category-view .column.main .products-flex-grid.products-grid .product-items-4.product-items .product-item {
  width: 25%;
  margin: 0 !important;
  border-right-style: solid;
  border-bottom-style: solid;
  border-right-width: 1px;
  border-bottom-width: 1px;
}
.page-layout-1column.catalog-category-view .column.main .products-flex-grid.products-grid .product-items-4.product-items .product-item:nth-of-type(4n+1):not(div) {
  clear: left;
}
.page-layout-1column.catalog-category-view .column.main .products-flex-grid.products-grid .product-items-4.product-items .product-item:nth-of-type(4n):not(div) {
  border-right: 0;
}
.page-layout-1column.catalog-category-view .column.main .products-flex-grid.products-grid .product-items-4.product-items .product-item .product-item-inner.style4 ul > li {
  padding: 0 2px;
}
.page-layout-1column.catalog-category-view .column.main .products-flex-grid.products-grid .product-items-4.product-items .product-item .product-item-inner.style4 .magebees_quickview,
.page-layout-1column.catalog-category-view .column.main .products-flex-grid.products-grid .product-items-4.product-items .product-item .product-item-inner.style4 .action.tocart.primary,
.page-layout-1column.catalog-category-view .column.main .products-flex-grid.products-grid .product-items-4.product-items .product-item .product-item-inner.style4 .action.towishlist,
.page-layout-1column.catalog-category-view .column.main .products-flex-grid.products-grid .product-items-4.product-items .product-item .product-item-inner.style4 .action.tocompare,
.page-layout-1column.catalog-category-view .column.main .products-flex-grid.products-grid .product-items-4.product-items .product-item .product-item-inner.style4 .stock {
  width: 35px;
  height: 35px;
  line-height: 35px;
}
.page-layout-1column.catalog-category-view .column.main .products-flex-grid.products-grid .product-items-4.product-items .product-item .product-item-inner.style4 .magebees_quickview:before,
.page-layout-1column.catalog-category-view .column.main .products-flex-grid.products-grid .product-items-4.product-items .product-item .product-item-inner.style4 .action.tocart.primary:before,
.page-layout-1column.catalog-category-view .column.main .products-flex-grid.products-grid .product-items-4.product-items .product-item .product-item-inner.style4 .action.towishlist:before,
.page-layout-1column.catalog-category-view .column.main .products-flex-grid.products-grid .product-items-4.product-items .product-item .product-item-inner.style4 .action.tocompare:before,
.page-layout-1column.catalog-category-view .column.main .products-flex-grid.products-grid .product-items-4.product-items .product-item .product-item-inner.style4 .stock:before {
  height: 35px;
  line-height: 35px;
}
.page-layout-1column.catalog-category-view .column.main .products-flex-grid.products-grid .product-items-5.product-items .product-item {
  width: 20%;
  float: left;
  margin: 0 !important;
  border-right-style: solid;
  border-bottom-style: solid;
  border-right-width: 1px;
  border-bottom-width: 1px;
}
.page-layout-1column.catalog-category-view .column.main .products-flex-grid.products-grid .product-items-5.product-items .product-item:nth-of-type(5n+1):not(div) {
  clear: left;
}
.page-layout-1column.catalog-category-view .column.main .products-flex-grid.products-grid .product-items-5.product-items .product-item:nth-of-type(5n):not(div) {
  border-right: 0;
}
.page-layout-1column.catalog-category-view .column.main .products-flex-grid.products-grid .product-items-5.product-items .product-item .move-action-disabled .quick-view-btn .magebees_quickview {
  font-size: 13px;
  min-width: 120px;
}
.page-layout-1column.catalog-category-view .column.main .products-flex-grid.products-grid .product-items-5.product-items .product-item .move-action-disabled .quick-view-btn .magebees_quickview:before {
  width: 25px;
}
.page-layout-1column.catalog-category-view .column.main .products-flex-grid.products-grid .product-items-5.product-items .product-item .swatch-attribute .swatch-option.text {
  font-size: 11px;
  width: 30px;
  height: 30px;
  line-height: 30px;
}
.page-layout-1column.catalog-category-view .column.main .products-flex-grid.products-grid .product-items-5.product-items .product-item .swatch-attribute .swatch-option {
  width: 25px;
  height: 25px;
}
.page-layout-1column.catalog-category-view .column.main .products-flex-grid.products-grid .product-items-5.product-items .product-item .quick-view-btn,
.page-layout-1column.catalog-category-view .column.main .products-flex-grid.products-grid .product-items-5.product-items .product-item .actions-secondary .action,
.page-layout-1column.catalog-category-view .column.main .products-flex-grid.products-grid .product-items-5.product-items .product-item .actions-primary {
  margin-right: 3px;
}
.page-layout-1column.catalog-category-view .column.main .products-flex-grid.products-grid .product-items-5.product-items .product-item .actions-primary .action.tocart.primary {
  font-size: 14px;
}
.page-layout-1column.catalog-category-view .column.main .products-flex-grid.products-grid .product-items-5.product-items .product-item .actions-primary .action.tocart.primary:before {
  font-size: 15px;
  width: 30px;
  height: 30px;
  line-height: 30px;
}
.page-layout-1column.catalog-category-view .column.main .products-flex-grid.products-grid .product-items-5.product-items .product-item .magebees_quickview:before {
  font-size: 15px;
  width: 30px;
  height: 30px;
  line-height: 30px;
}
.page-layout-1column.catalog-category-view .column.main .products-flex-grid.products-grid .product-items-5.product-items .product-item .learn-more .secondary {
  padding: 5px 10px;
  font-size: 13px;
}
.page-layout-1column.catalog-category-view .column.main .products-flex-grid.products-grid .product-items-5.product-items .product-item .actions-secondary .action.towishlist:before,
.page-layout-1column.catalog-category-view .column.main .products-flex-grid.products-grid .product-items-5.product-items .product-item .actions-secondary .action.tocompare:before {
  font-size: 15px;
  width: 30px;
  height: 30px;
  line-height: 30px;
}
/* End Products Flex Grid ------------------------------------- */
/* ------------------------------------------------------------
   Product Detail Page ---------------------------------------- 
--------------------------------------------------------------- */
.catalog-product-view.posh-auto-parts-style-1 .sidebar,
.catalog-product-view.posh-auto-parts-style-2 .sidebar {
  display: block;
}
.catalog-product-view.page-layout-1column .columns .column.main {
  padding-bottom: 0;
}
.catalog-product-view.page-layout-1column .product.media {
  width: 50%;
  margin-bottom: 0;
  position: relative;
}
.catalog-product-view.page-layout-1column .product.media .fotorama__nav--thumbs .fotorama__nav__frame {
  margin-right: 7px;
}
.catalog-product-view.page-layout-1column .product.media .store-feature.store-feature-style4 li {
  border-right: 0;
  width: 33%;
  padding: 0 10px;
}
.catalog-product-view.page-layout-1column .product.media .store-feature.store-feature-style4 li:nth-of-type(2n+1) {
  clear: none;
}
.catalog-product-view.page-layout-1column .product.media .store-feature.store-feature-style4 li:nth-of-type(3n+1) {
  clear: left;
}
.catalog-product-view.page-layout-1column .product.media .store-feature.store-feature-style4 .info-details h3 {
  font-size: 16px;
  margin-bottom: 5px;
}
.catalog-product-view.page-layout-1column .product.media .store-feature.store-feature-style4 p {
  font-size: 14px;
}
.catalog-product-view.page-layout-1column .product-info-main {
  width: 50%;
  padding-left: 2%;
}
.catalog-product-view.page-layout-1column .product-add-form .box-tocart .actions,
.catalog-product-view.page-layout-1column .product-add-form .update .actions {
  width: 30%;
}
.catalog-product-view .product-info-main .rating-summary .rating-result:before,
.catalog-product-view .product-info-main .rating-summary .rating-result > span:before {
  font-size: 13px;
}
.catalog-product-view .product-info-main .product.info.detailed #reviews .block.review-add {
  width: 100%;
}
.product.media .gallery-list:before,
.product.media .gallery-list:after {
  content: '';
  clear: both;
  display: table;
}
.product.media .gallery-list .item-image {
  float: left;
  width: 49%;
  margin-bottom: 10px;
  border: 1px solid #ddd;
}
.product.media .gallery-list .item-image:hover {
  border-color: #333;
}
.product.media .gallery-list .item-image:nth-of-type(1n) {
  margin-right: 2%;
}
.product.media .gallery-list .item-image:nth-of-type(2n) {
  margin-right: 0;
}
.product.media .gallery-list .item-image img {
  display: block;
  padding: 10px;
}
.product.media .store-feature {
  background-color: transparent !important;
}
.product.media .store-feature li {
  padding: 0 0 15px;
  width: 50%;
}
.product.media .store-feature h3,
.product.media .store-feature p {
  line-height: normal;
}
.product.media .store-feature.store-feature-style1 {
  padding: 30px 0 0;
}
.product.media .store-feature.store-feature-style1 .container {
  padding: 0;
}
.product.media .store-feature.store-feature-style1 .info-icon {
  width: 40px;
  height: 50px;
  background-color: transparent !important;
  vertical-align: top;
}
.product.media .store-feature.store-feature-style1 .info-details {
  padding-left: 10px;
  padding-right: 5px;
  vertical-align: top;
}
.product.media .store-feature.store-feature-style1 .info-details h3 {
  font-size: 14px;
  font-weight: 500;
  text-transform: none;
  margin-bottom: 2px;
  line-height: normal;
}
.product.media .store-feature.store-feature-style1 .info-details p {
  line-height: normal;
}
.product.media .store-feature.store-feature-style2 .container {
  padding: 0;
}
.product.media .store-feature.store-feature-style2 .store-feature li {
  padding: 0 10px 10px;
}
.product.media .store-feature.store-feature-style2 h3 {
  font-size: 15px;
}
.product.media .store-feature.store-feature-style2 .info-area .info-icon {
  margin-bottom: 0;
}
.product.media .store-feature.store-feature-style4 {
  padding: 40px 0 0;
}
.product.media .store-feature.store-feature-style4 li {
  margin-bottom: 15px;
  padding: 0 20px;
}
.product.media .store-feature.store-feature-style4 li:nth-of-type(2n) {
  border-right: 0;
}
.product.media .store-feature.store-feature-style4 li:nth-of-type(2n+1) {
  clear: left;
}
.product.media .store-feature.store-feature-style4 .container {
  padding: 0;
}
.product.media .store-feature.store-feature-style4 .jcc {
  justify-content: start;
  -webkit-justify-content: start;
  -ms-justify-content: start;
}
.product.media .store-feature.store-feature-style4 .info-icon i {
  font-size: 30px;
}
.product.media .store-feature.store-feature-style4 .info-details {
  padding-left: 10px;
}
.product.media .store-feature.store-feature-style4 .info-details h3 {
  font-size: 14px;
}
.product.media {
  position: relative;
}
.posh-home-page-style-1.page-layout-2columns-left .product.media,
.posh-home-page-style-2.page-layout-2columns-left .product.media,
.posh-home-page-style-3.page-layout-2columns-left .product.media,
.posh-auto-parts-style-4.page-layout-2columns-left .product.media,
.posh-auto-parts-style-5.page-layout-2columns-left .product.media,
.posh-home-page-style-1.page-layout-2columns-right .product.media,
.posh-home-page-style-2.page-layout-2columns-right .product.media,
.posh-home-page-style-3.page-layout-2columns-right .product.media,
.posh-auto-parts-style-4.page-layout-2columns-right .product.media,
.posh-auto-parts-style-5.page-layout-2columns-right .product.media,
.posh-home-page-style-1.page-layout-3columns .product.media,
.posh-home-page-style-2.page-layout-3columns .product.media,
.posh-home-page-style-3.page-layout-3columns .product.media,
.posh-auto-parts-style-4.page-layout-3columns .product.media,
.posh-auto-parts-style-5.page-layout-3columns .product.media {
  width: 49%;
}
.product-add-form .swatch-attribute.size .swatch-option,
.product-add-form .swatch-attribute.manufacturer .swatch-option {
  background: #fff;
  font-size: 14px;
  line-height: 27px;
  font-weight: 400;
  height: 35px;
}
.product-add-form .swatch-option.image {
  width: 40px !important;
  height: 40px !important;
}
.product-add-form .product-options-wrapper .swatch-attribute.size .swatch-option,
.product-add-form .product-options-wrapper .swatch-attribute.manufacturer .swatch-option {
  min-width: 40px;
}
.guaranteed-safe-checkout {
  text-align: center;
  border: 1px solid #e6e6e6;
  padding: 0 10px 10px;
  margin: 25px 0 10px;
  max-width: 100%;
}
.guaranteed-safe-checkout h4 {
  font-size: 18px;
  display: inline-block;
  background-color: #fff;
  padding: 5px 10px;
  margin: 0;
  position: relative;
  top: -14px;
}
.guaranteed-safe-checkout img {
  display: block;
  margin: 0 auto;
  padding: 0 10px 10px;
}
.product-info-main {
  margin-bottom: 10px;
}
.product-info-main .detail-page-timer {
  margin: 10px 0 20px;
}
.product-info-main .detail-page-timer:before,
.product-info-main .detail-page-timer:after {
  content: '';
  clear: both;
  display: block;
}
.product-info-main .detail-page-timer .title {
  color: #000000;
  font-size: 16px;
  font-weight: 500;
  text-transform: none;
  text-align: left;
  margin-bottom: 10px;
}
.product-info-main .timer-product {
  text-align: center;
  width: 100%;
}
.product-info-main .timer-product #timer-countbox .countdown-section {
  color: #000000 !important;
  width: 23.80%;
  text-align: center;
  padding: 10px 0 !important;
  background-color: #eeeeee !important;
  margin-right: 1.5% !important;
}
.product-info-main .timer-product #timer-countbox .countdown-section:last-of-type {
  margin-right: 0 !important;
}
.product-info-main .timer-product #timer-countbox .countdown-section .countdown-amount {
  color: #000000 !important;
  background-color: #eeeeee !important;
  font-size: 24px;
  padding: 5px 0 !important;
}
.product-info-main .timer-product #timer-countbox .countdown-section .countdown-period {
  color: #000000 !important;
  background-color: #eeeeee !important;
  font-size: 14px;
}
.product-info-main .page-title-wrapper .page-title {
  font-size: 22px;
  line-height: normal;
  text-transform: none;
  margin: 0 0 10px !important;
}
.product-info-main .stock.available {
  width: 50%;
  display: inline-block;
  margin: 0 0 5px;
  padding-right: 20px;
}
.product-info-main .stock.available span {
  color: #447900;
  line-height: normal;
  font-weight: 500;
  padding: 3px 15px 3px 0;
  display: inline-block;
  letter-spacing: 0.5px;
}
.product-info-main .stock.unavailable {
  display: block;
  margin: 0 0 5px;
}
.product-info-main .stock.unavailable span {
  color: #ba0000;
  line-height: normal;
  font-weight: 500;
  padding: 3px 15px 3px 0;
  display: inline-block;
  letter-spacing: 0.5px;
}
.product-info-main .product.attribute.overview ul {
  list-style: none;
  padding: 0;
  margin: 0 0 10px;
}
.product-info-main .product.attribute.overview ul > li {
  position: relative;
  padding-left: 20px;
  margin: 0 0 5px;
  line-height: normal;
}
.product-info-main .product.attribute.overview ul > li:before {
  content: "\f00c";
  font-family: 'FontAwesome';
  font-size: 13px;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 1px;
}
.product-info-main .price-box {
  margin: 0 0 10px;
  display: block;
}
.product-info-main .price-box .price-container {
  line-height: 1;
}
.product-info-main .price-box .old-price .price-wrapper .price,
.product-info-main .price-box .old.price .price-wrapper .price {
  font-size: 2rem;
}
.product-info-main .price-box .price-wrapper .price {
  font-size: 2.5rem;
  font-weight: 700;
}
.product-info-main .product.attribute.sku .type {
  margin-right: 0;
  font-weight: 600;
  text-transform: uppercase;
}
.product-info-main .product.attribute.overview {
  margin: 20px 0;
}
.product-info-main .addthis_inline_share_toolbox_hkd5 {
  display: block;
  margin-bottom: 10px;
}
.product-options-wrapper .swatch-opt {
  margin: 10px 0;
  padding: 0;
}
.product-options-wrapper .swatch-option.text {
  height: 30px;
}
.product-options-wrapper .swatch-option.color {
  height: 30px;
}
.product-options-wrapper input.input-text,
.product-options-wrapper select {
  height: 38px;
}
.product-options-wrapper .field {
  margin-bottom: 10px !important;
}
.product-info-main .swatch-attribute-options,
.product-options-bottom .swatch-attribute-options {
  margin: 0 0 10px;
}
.product-info-main label,
.product-options-bottom label,
.product-info-main .swatch-attribute-label,
.product-options-bottom .swatch-attribute-label {
  font-size: 14px;
  font-weight: 400 !important;
}
.product-info-main .update,
.product-options-bottom .update,
.product-info-main .box-tocart,
.product-options-bottom .box-tocart {
  margin: 10px 0;
  width: 100%;
}
.product-info-main .update .input-text.qty,
.product-options-bottom .update .input-text.qty,
.product-info-main .box-tocart .input-text.qty,
.product-options-bottom .box-tocart .input-text.qty {
  width: 80px;
  height: 45px;
  margin-left: 5px;
  text-align: left;
  padding-right: 30px;
}
.product-info-main .update label,
.product-options-bottom .update label,
.product-info-main .box-tocart label,
.product-options-bottom .box-tocart label {
  text-transform: uppercase;
}
.product-add-form .box-tocart,
.product-add-form .update {
  padding: 15px 0;
  margin: 20px 0;
}
.product-add-form .box-tocart .fieldset:last-child,
.product-add-form .update .fieldset:last-child {
  margin-bottom: 0;
}
.product-add-form .box-tocart .field.qty,
.product-add-form .update .field.qty {
  float: left;
  margin-bottom: 0 !important;
}
.product-add-form .box-tocart .field.qty .control-qty,
.product-add-form .update .field.qty .control-qty {
  right: -6px !important;
  margin: 0 !important;
}
.product-add-form .box-tocart .field.qty .input-text.qty,
.product-add-form .update .field.qty .input-text.qty {
  float: left;
  height: 45px !important;
  width: 50px;
  text-align: center;
  padding-left: 10px;
  padding-right: 10px;
  margin-left: 0;
}
.product-add-form .box-tocart .field.qty .label,
.product-add-form .update .field.qty .label {
  display: none;
}
.product-add-form .box-tocart .field.qty .quantity-controls,
.product-add-form .update .field.qty .quantity-controls {
  color: #000000;
  font-size: 13px;
  float: left;
  background-color: #fff;
  position: static;
  height: 45px;
  width: 30px;
  line-height: 45px;
  border: 1px solid #ddd;
  margin: 0;
  text-align: center;
  cursor: pointer;
}
.product-add-form .box-tocart .field.qty .quantity-controls.quantity-plus,
.product-add-form .update .field.qty .quantity-controls.quantity-plus {
  margin-left: -1px;
}
.product-add-form .box-tocart .field.qty .quantity-controls.quantity-minus,
.product-add-form .update .field.qty .quantity-controls.quantity-minus {
  margin-right: -1px;
}
.product-add-form .box-tocart .actions,
.product-add-form .update .actions {
  padding-top: 0 !important;
  vertical-align: middle !important;
  width: 50%;
}
.product-add-form .box-tocart .actions .action.primary,
.product-add-form .update .actions .action.primary,
.product-add-form .box-tocart .actions .amshopby-button,
.product-add-form .update .actions .amshopby-button,
.product-add-form .box-tocart .actions .am-filter-go,
.product-add-form .update .actions .am-filter-go {
  padding: 8px 25px;
  font-size: 17px;
  font-weight: 400;
  height: 45px;
  vertical-align: middle;
  width: 100%;
  display: block;
}
.product-add-form .box-tocart .actions .action.primary span,
.product-add-form .update .actions .action.primary span,
.product-add-form .box-tocart .actions .amshopby-button span,
.product-add-form .update .actions .amshopby-button span,
.product-add-form .box-tocart .actions .am-filter-go span,
.product-add-form .update .actions .am-filter-go span {
  vertical-align: middle;
}
.product-add-form .update .field.qty {
  vertical-align: middle;
}
.product-add-form .update .label,
.product-add-form .update .control {
  float: left !important;
}
.product-add-form .update .label {
  margin: 10px 5px 0 0 !important;
}
.product-social-links {
  margin-bottom: 0;
}
.product-social-links .product-addto-links {
  margin: 0;
  display: inline-block;
}
.product-social-links .product-addto-links .action.towishlist,
.product-social-links .product-addto-links .action.tocompare {
  padding: 0 !important;
  border: 0;
  border-radius: 0;
  -webkit-border-radius: 0;
  margin-right: 15px;
  display: inline-block;
  width: auto;
  vertical-align: middle;
  letter-spacing: 0;
  font-size: 14px;
  text-transform: none;
}
.product-social-links .product-addto-links .action.towishlist:before,
.product-social-links .product-addto-links .action.tocompare:before {
  content: "\e634";
  font-family: 'themify';
  font-weight: normal;
  display: inline-block;
  text-align: center;
  font-size: 14px;
  line-height: inherit;
  width: auto;
  vertical-align: middle;
  height: auto;
  padding-right: 8px;
}
.product-social-links .product-addto-links .action.tocompare:before {
  content: "\e619";
  font-family: 'themify';
}
.product-social-links .action.mailto {
  display: inline-block;
  vertical-align: middle;
  margin: 0 !important;
  font-size: 14px;
  letter-spacing: 0;
}
.product-social-links .action.mailto span {
  line-height: inherit;
  vertical-align: middle;
}
.product-social-links .action.mailto:before {
  content: "\e75a";
  font-family: 'themify';
  font-size: 14px;
  font-weight: normal;
  width: auto;
  height: auto;
  display: inline-block;
  text-align: center;
  padding-right: 8px;
  vertical-align: middle;
}
.addthis_inline_share_toolbox_fymt {
  padding-top: 20px;
}
.product-reviews-summary {
  margin: 5px 0 5px;
}
.product-reviews-summary .reviews-actions .view:after {
  content: '|';
  display: inline-block;
  padding-left: 5px;
}
.product-reviews-summary .rating-summary {
  left: 0;
  padding-right: 5px;
}
.prev-next-products {
  float: right;
  margin-left: 20px;
  margin-top: 2px;
}
.prev-next-products > div {
  float: left;
  margin: 0 0 0 5px;
  position: relative;
  border-radius: 100%;
  -webkit-border-radius: 100%;
}
.prev-next-products > div a {
  position: relative;
  float: left;
  text-align: center;
  margin: 0;
  color: #9d9d9d;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  width: 30px;
  height: 30px;
  overflow: hidden;
}
.prev-next-products > div a:hover:before {
  color: #555;
}
.prev-next-products > div a:before {
  content: "\e64a";
  font-family: 'themify';
  font-size: 11px;
  font-weight: normal;
  line-height: 31px;
  width: 30px;
  height: 30px;
  display: inline-block;
  text-align: center;
}
.prev-next-products > div a.next-arrw:before {
  content: "\e649";
}
.prev-next-products > div .pn-product-detail {
  background: #fff;
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.3);
  min-width: 260px;
  position: absolute;
  top: 60px;
  right: 0;
  -moz-transition: all .3s ease 0s;
  -webkit-transition: all .3s ease 0s;
  -o-transition: all .3s ease 0s;
  transition: all .3s ease 0s;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  opacity: 0;
  visibility: hidden;
  z-index: 32;
  padding: 10px;
}
.prev-next-products > div .pn-product-detail .product-image {
  float: left;
  max-width: 60px;
}
.prev-next-products > div .pn-product-detail .product-name {
  display: block;
  padding-left: 70px;
  font-size: 14px;
  font-weight: 500;
  line-height: normal;
  margin: 0 0 5px;
}
.prev-next-products > div .pn-product-detail .price-box .price-from {
  margin: 0;
}
.prev-next-products > div .pn-product-detail .price-box .price-to,
.prev-next-products > div .pn-product-detail .price-box .price-from {
  margin-right: 0;
}
.prev-next-products > div .pn-product-detail .price-box {
  padding-left: 70px;
  margin: 0;
}
.prev-next-products > div .pn-product-detail .price-box .price-wrapper .price {
  font-size: 15px;
}
.prev-next-products > div .pn-product-detail .price-box .special-price {
  margin: 0;
}
.prev-next-products > div:hover .pn-product-detail {
  opacity: 1;
  visibility: visible;
  top: 40px;
}
/* Product Gallery */
.fotorama__stage {
  width: 99% !important;
  margin-right: 20px;
  margin-bottom: 20px;
}
.posh-auto-parts-style-3.page-layout-1column .vertical-thumb-slider .fotorama__stage {
  width: 85% !important;
}
.page-layout-1column .quickViewDetails .vertical-thumb-slider .fotorama__stage {
  width: 77% !important;
}
.page-layout-1column .vertical-thumb-slider .fotorama__stage {
  width: 82.5% !important;
}
@media (max-width: 1120px) {
  .page-layout-1column .vertical-thumb-slider .fotorama__stage {
    width: 77% !important;
  }
}
@media (max-width: 999px) {
  .page-layout-1column .vertical-thumb-slider .fotorama__stage {
    width: 88% !important;
  }
}
@media (max-width: 767px) {
  .page-layout-1column .vertical-thumb-slider .fotorama__stage {
    width: 100% !important;
  }
}
.page-layout-1column .fotorama--fullscreen .fotorama__stage {
  width: 100% !important;
}
.page-layout-1column .fotorama--fullscreen .fotorama__fullscreen-icon:focus {
  outline: 0;
}
.page-layout-1column .fotorama--fullscreen .prodLabel {
  display: none !important;
}
.page-layout-1column .fotorama--fullscreen .fotorama__nav--thumbs {
  margin: 0 auto;
  text-align: center;
}
.page-layout-1column .fotorama--fullscreen .fotorama__wrap--css3 .fotorama__spinner {
  height: 124px;
  width: 124px;
}
.page-layout-1column .fotorama__arr.fotorama__arr--next {
  right: 0 !important;
}
@media (max-width: 1120px) {
  .page-layout-1column .fotorama__stage__frame.fotorama_vertical_ratio {
    width: 94.5% !important;
  }
}
.fotorama-inner {
  position: relative;
}
.fotorama__spinner {
  height: 124px !important;
  width: 124px !important;
}
.fotorama__caption__wrap {
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.4);
}
@media (min-width: 999px) {
  .fotorama__caption {
    display: none !important;
  }
}
.fotorama__stage,
.fotorama__nav {
  overflow: visible;
}
.fotorama__nav {
  margin: 0 !important;
}
.fotorama__stage.fotorama__shadows--right:after,
.fotorama__nav.fotorama__shadows--right:after {
  display: none;
}
/*.fotorama__nav__shaft { height: 15px; } */
.fotorama__nav--dots .fotorama__dot {
  width: 12px !important;
  height: 12px !important;
  margin: 0 4px !important;
  border-radius: 0 !important;
  -webkit-border-radius: 0 !important;
  cursor: pointer;
  left: 0;
}
.fotorama__nav--dots .fotorama__nav__frame {
  width: 12px !important;
  display: inline-block;
  margin: 0 4px;
}
body .fotorama--fullscreen {
  z-index: 999999 !important;
}
.fotorama__thumb__arr {
  transition: none !important;
  -webkit-transition: none !important;
}
.fotorama__thumb__arr--right .fotorama__thumb--icon,
.fotorama__thumb__arr--left .fotorama__thumb--icon {
  display: none;
}
.fotorama__thumb-border {
  background: none;
  border-width: 1px;
  margin-top: 0;
  background-image: none;
  display: none;
}
.fotorama__nav--thumbs .fotorama__nav__frame {
  margin-right: 9px;
  cursor: pointer;
}
.page-layout-2columns-left .fotorama__nav--thumbs .fotorama__nav__frame,
.page-layout-2columns-right .fotorama__nav--thumbs .fotorama__nav__frame {
  margin-right: 22px;
}
.fotorama__nav-wrap--horizontal .fotorama__thumb__arr--left,
.fotorama__nav-wrap--horizontal .fotorama__thumb__arr--right {
  width: 25px !important;
  height: 25px !important;
  line-height: 25px;
  text-align: center;
  position: absolute;
  top: 50% !important;
  margin-top: -14px;
  background-color: rgba(255, 255, 255, 0.8) !important;
}
.fotorama__nav-wrap--horizontal .fotorama__thumb__arr--left .fotorama__thumb__arr,
.fotorama__nav-wrap--horizontal .fotorama__thumb__arr--right .fotorama__thumb__arr {
  display: none;
}
.fotorama__nav-wrap--horizontal .fotorama__thumb__arr--right {
  right: 10px !important;
}
.fotorama__nav-wrap--horizontal .fotorama__thumb__arr--right:before {
  content: '\f105';
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  font-synthesis: weight style;
  font-stretch: normal;
  font-size-adjust: none;
  font-language-override: normal;
  font-kerning: auto;
  font-feature-settings: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  font-size: 18px;
  line-height: 24px;
}
.fotorama__nav-wrap--horizontal .fotorama__thumb__arr--left {
  left: 10px !important;
}
.fotorama__nav-wrap--horizontal .fotorama__thumb__arr--left:before {
  content: '\f104';
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  font-synthesis: weight style;
  font-stretch: normal;
  font-size-adjust: none;
  font-language-override: normal;
  font-kerning: auto;
  font-feature-settings: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  font-size: 18px;
  line-height: 24px;
}
.fotorama__nav-wrap--vertical .fotorama__thumb__arr--right,
.fotorama__nav-wrap--horizontal .fotorama__thumb__arr--right,
.fotorama__nav-wrap--vertical .fotorama__thumb__arr--left,
.fotorama__nav-wrap--horizontal .fotorama__thumb__arr--left {
  text-align: center;
}
.fotorama__thumb__arr:hover {
  background-color: #fff !important;
}
.vertical-thumb-slider .fotorama__stage {
  margin-left: 10px;
  margin-right: 0;
  border: 0;
}
.vertical-thumb-slider .fotorama__thumb {
  width: 98%;
}
@media (min-width: 768px) {
  .vertical-thumb-slider .fotorama__stage {
    width: 76.5% !important;
  }
}
.vertical-thumb-slider .fotorama__arr--next {
  right: 0 !important;
}
.fotorama__nav-wrap--vertical .fotorama__nav__shaft {
  top: -11px;
}
.fotorama__nav-wrap--vertical .fotorama__nav__shaft .fotorama__nav__frame--thumb {
  padding: 11px 10px 10px 0 !important;
  margin-right: 0;
}
.fotorama__nav-wrap--vertical .fotorama__nav__shaft .fotorama__nav__frame--thumb:first-of-type {
  padding-top: 0 !important;
}
.fotorama__nav-wrap--vertical .fotorama__thumb__arr--right {
  text-align: center;
}
.fotorama__nav-wrap--vertical .fotorama__thumb__arr--right:before {
  content: '\f107';
  display: inline-block;
  font-family: "FontAwesome";
  font-weight: normal;
  text-align: center;
  font-size: 25px;
  line-height: 30px;
}
.fotorama__nav-wrap--vertical .fotorama__thumb__arr--left:before {
  content: '\f106';
  display: inline-block;
  font-family: "FontAwesome";
  font-style: normal;
  font-weight: normal;
  text-align: center;
  font-size: 25px;
  line-height: 30px;
}
.page-layout-1column .fotorama__nav-wrap--vertical .fotorama__nav__shaft {
  top: -22px;
}
.page-layout-1column .fotorama__nav-wrap--vertical .fotorama__nav__shaft .fotorama__nav__frame--thumb {
  padding: 24px 10px 0 0 !important;
}
.page-layout-1column .fotorama__stage__frame.fotorama_vertical_ratio {
  width: 97% !important;
  height: 99.6% !important;
}
.fotorama__arr {
  width: 60px;
}
.fotorama__arr--next .fotorama__arr__arr {
  background: none !important;
  text-align: center;
}
.fotorama__arr--next .fotorama__arr__arr:before {
  content: "\f105";
  font-family: 'FontAwesome';
  font-size: 25px;
  line-height: 80px;
  display: inline-block;
  color: #000;
}
.fotorama__arr--next .fotorama__arr__arr:hover:before {
  color: #555;
}
.fotorama__arr--prev .fotorama__arr__arr {
  background: none !important;
  text-align: center;
}
.fotorama__arr--prev .fotorama__arr__arr:before {
  content: "\f104";
  font-family: 'FontAwesome';
  font-size: 25px;
  line-height: 80px;
  display: inline-block;
  color: #000;
}
.fotorama__arr--prev .fotorama__arr__arr:hover:before {
  color: #555;
}
.fotorama__fullscreen-icon {
  background: none !important;
  text-align: center;
}
.fotorama__fullscreen-icon:before {
  content: "\e646";
  font-family: 'themify';
  font-size: 30px;
  line-height: 80px;
  display: inline-block;
  color: #888;
}
/* End Product Gallery */
.html-block .block-title {
  margin-bottom: 10px;
}
/* Sticky Product Page */
.sticky-product {
  width: 100%;
  background-color: rgba(255, 255, 255, 0.89);
  padding: 10px 0;
  position: fixed;
  z-index: 10;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}
.sticky-product .container {
  position: relative;
}
.sticky-product.hide {
  display: none;
}
.sticky-product .sticky-close-i {
  color: #333;
  padding: 0;
  border-radius: 100%;
  width: 20px;
  height: 20px;
  text-align: center;
  display: block;
  margin-top: 0;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  position: absolute;
  right: 0;
  top: 50%;
}
.sticky-product .sticky-close-i:hover {
  opacity: 0.8;
}
.sticky-product .sticky-image {
  display: inline-block;
  vertical-align: middle;
  margin-right: 20px;
}
.sticky-product .sticky-image .product-image-photo {
  position: static;
}
.sticky-product .sticky-price {
  display: inline-block;
  vertical-align: middle;
  margin-right: 2%;
}
.sticky-product .sticky-cart-btn {
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  top: 50%;
  right: 60px;
  margin-top: -18px;
}
.sticky-product .sticky-detail {
  display: inline-block;
  vertical-align: middle;
  margin-right: 2%;
}
.sticky-product .sticky-detail .product-name {
  margin: 0 0 10px;
  font-size: 14px;
  font-weight: 500;
}
.sticky-product .sticky-detail .product-sku-area .product-sku {
  font-size: 14px;
  margin: 0;
}
.sticky-product .product-info-price .stock.available {
  display: block;
  color: #669600;
  margin: 0 0 5px;
}
.sticky-product .product-info-price .stock.available span {
  color: #5a7b13;
  font-size: 13px;
  line-height: normal;
  font-weight: 500;
  display: inline-block;
  text-transform: uppercase;
}
.sticky-product .product-info-price .stock.unavailable {
  display: block;
  color: #ba0000;
  margin: 0 0 5px;
}
.sticky-product .product-info-price .stock.unavailable span {
  color: #ba0000;
  font-size: 13px;
  line-height: normal;
  font-weight: 500;
  display: inline-block;
  text-transform: uppercase;
}
.sticky-product .product-info-price .price-box .price-from,
.sticky-product .product-info-price .price-box .price-to {
  margin-bottom: 0;
}
.sticky-product .product.attribute.sku .value,
.sticky-product .product.attribute.sku .type {
  display: inline-block;
}
.sticky-product .price-box .price-container .price {
  font-size: 15px;
  font-weight: 600;
}
.product.info.detailed {
  padding-top: 20px;
  width: 100%;
  /* Vertical Tab Section */
  /* Accordian Tab Section */
}
.product.info.detailed.vertical {
  width: 100%;
}
.product.info.detailed.vertical .product.data.items > .item.title {
  float: none;
  max-width: 200px;
  text-align: right;
  display: block;
}
.product.info.detailed.vertical .product.data.items > .item.title .switch {
  padding: 10px 25px;
  margin: 0;
}
.product.info.detailed.vertical .product.data.items > .item.title.active .switch:after {
  left: 100% !important;
  top: 50% !important;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(136, 183, 213, 0);
  border-width: 9px;
  margin-top: -9px !important;
  margin-left: 0 !important;
}
.product.info.detailed.vertical .product.data.items .item.content {
  position: absolute;
  float: none;
  margin: 0;
  right: 1px;
  top: 0;
  min-height: 180px;
  padding: 20px;
}
.product.info.detailed.accordion .product.data.items > .item.title {
  float: none;
  margin-bottom: 10px;
  display: block;
  text-align: left;
}
.product.info.detailed.accordion .product.data.items > .item.title .switch {
  padding: 12px;
  margin: 0;
}
.product.info.detailed.accordion .product.data.items > .item.title .switch:after {
  display: none;
}
.product.info.detailed.accordion .product.data.items > .item.title .switch:before {
  content: "\e61a";
  display: inline-block;
  font-family: 'themify';
  text-align: center;
  font-size: 14px;
  position: absolute;
  right: 12px;
  top: 12px;
  font-weight: normal;
}
.product.info.detailed.accordion .product.data.items > .item.title.active .switch:after {
  display: none;
}
.product.info.detailed.accordion .product.data.items > .item.title.active .switch:before {
  content: "\e622";
}
.product.info.detailed.accordion .product.data.items .item.content {
  float: none;
  margin-left: 0;
  margin-top: 0;
  border: 0 !important;
  padding: 10px 0;
}
.product.info.detailed .product.data.items {
  text-align: center;
}
.product.info.detailed .product.data.items > .item.title {
  display: inline-block;
  text-align: center;
  float: none;
  border: 0;
}
.product.info.detailed .product.data.items > .item.title .switch {
  font-size: 14px;
  letter-spacing: 0;
  text-transform: uppercase;
  display: block;
  padding: 12px 0;
  margin: 0 13px;
  height: auto;
  font-weight: 600;
  border: 0;
}
.product.info.detailed .product.data.items > .item.title .switch .counter {
  display: none;
}
.product.info.detailed .product.data.items > .item.title.active .switch {
  border: 0;
}
.product.info.detailed .product.data.items > .item.title.active .switch:after {
  display: none;
  top: 100%;
  left: 50%;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border: solid transparent;
  border-color: rgba(0, 0, 0, 0);
  border-width: 9px;
  margin-left: -9px;
  margin-top: 0;
}
.product.info.detailed .product.data.items > .item.content {
  margin-top: 45px;
  padding: 20px 0;
  text-align: left;
}
.product.info.detailed .product.data.items > .item.content h2,
.product.info.detailed .product.data.items > .item.content h3,
.product.info.detailed .product.data.items > .item.content h4,
.product.info.detailed .product.data.items > .item.content h5 {
  margin: 10px 0 20px;
  font-weight: 500;
}
.product.info.detailed .product.data.items > .item.content h2 {
  font-size: 24px;
}
.product.info.detailed .product.data.items > .item.content h3 {
  font-size: 20px;
}
.product.info.detailed .product.data.items > .item.content h4 {
  font-size: 18px;
}
.product.info.detailed .product.data.items > .item.content .description ul {
  margin-left: 0;
  padding-left: 25px;
}
.product.info.detailed .product.data.items > .item.content .description ol {
  margin: 0 0 20px 15px;
}
.product.info.detailed .product.data.items > .item.content .description ol li {
  margin-bottom: 3px;
}
.product.info.detailed .product.data.items .data.table.additional-attributes {
  width: 100%;
}
.product.info.detailed .product.data.items .data.table.additional-attributes th.label,
.product.info.detailed .product.data.items .data.table.additional-attributes td.data {
  width: 50%;
  padding: 5px 10px;
}
.product.info.detailed #reviews:before,
.product.info.detailed #reviews:after {
  content: "";
  clear: both;
  display: block;
}
.product.info.detailed #reviews #product-review-container {
  float: left;
  width: 51.5%;
  margin-right: 3%;
}
.product.info.detailed #reviews #product-review-container .review-ratings .rating-summary {
  display: inline-block;
  padding-right: 10px;
}
.product.info.detailed #reviews .review-list .block-title strong {
  font-size: 18px;
  font-weight: 500;
  text-transform: none;
  display: block;
  margin: 0 0 10px;
}
.product.info.detailed #reviews .review-list .review-item .review-ratings {
  max-width: inherit;
  display: block;
  float: none;
}
.product.info.detailed #reviews .review-list .review-item .rating-summary .rating-label {
  text-transform: uppercase;
  font-weight: 500;
  margin-right: 5px;
  font-size: 13px;
}
.product.info.detailed #reviews .review-list .review-item .review-content {
  font-size: 13px;
  margin-bottom: 15px;
  line-height: 1.3;
}
.product.info.detailed #reviews .review-list .review-item .review-details {
  font-size: 12px;
  line-height: 18px;
  color: #888;
}
.product.info.detailed #reviews .review-list .review-item .review-details p {
  display: inline-block;
  vertical-align: middle;
  padding-right: 20px;
  margin: 0;
}
.product.info.detailed #reviews .review-list .review-toolbar {
  border: 0;
  margin: 0 0 20px;
}
.product.info.detailed #reviews .review-item {
  padding: 10px 0;
}
.product.info.detailed #reviews .review-title {
  font-size: 18px;
  line-height: 1.4;
  font-weight: 400;
  margin-bottom: 10px;
}
.product.info.detailed #reviews .review-ratings ~ .review-content,
.product.info.detailed #reviews .review-ratings ~ .review-details {
  margin-left: 0;
}
.product.info.detailed #reviews .review-ratings ~ .review-details {
  font-size: 13px;
}
.product.info.detailed #reviews .block.review-add {
  float: left;
  width: 45.5%;
}
.product.info.detailed #reviews .review-add .block-title {
  display: block;
}
.product.info.detailed #reviews .review-add .block-title strong {
  font-size: 18px;
  font-weight: 600;
  display: block;
  margin: 0 0 20px;
  text-transform: none;
}
.product.info.detailed #reviews .review-add .block-content {
  padding: 20px;
}
.product.info.detailed #reviews #review-form .review-field-ratings .label {
  padding: 5px 0;
  text-transform: none;
  font-weight: 600;
}
.product.info.detailed #reviews #review-form .review-field-ratings legend {
  display: none;
}
.product.info.detailed #reviews #review-form .label {
  width: 100%;
  text-align: left;
  padding: 0;
}
.product.info.detailed #reviews #review-form .review-legend.legend {
  margin-bottom: 10px;
}
.product.info.detailed #reviews #review-form .review-field-rating .control {
  padding-top: 0;
}
.product.info.detailed #reviews #review-form .fieldset {
  margin-bottom: 10px;
}
.product.info.detailed #reviews #review-form .fieldset > .legend {
  text-transform: none;
}
.product.info.detailed #reviews #review-form .fieldset > .field:not(.choice) > .control {
  width: 100%;
}
.product.info.detailed #reviews #review-form .fieldset > .field {
  margin: 0 0 10px !important;
}
.product.info.detailed #reviews #review-form .fieldset > .field.review-field-text {
  margin: 0 !important;
}
.product.info.detailed #reviews #review-form .actions-toolbar {
  margin-left: 0 !important;
  margin-top: 20px;
}
.product.info.detailed #reviews #review-form .actions-toolbar .action.primary,
.product.info.detailed #reviews #review-form .actions-toolbar .amshopby-button,
.product.info.detailed #reviews #review-form .actions-toolbar .am-filter-go {
  padding: 10px 15px;
  font-size: 15px;
  font-weight: normal;
}
.product.info.detailed #reviews #review-form .review-legend.legend span {
  font-size: 17px;
}
.product.info.detailed #reviews #review-form .review-legend.legend strong {
  display: inline-block;
  font-size: 17px;
  margin-left: 5px;
  font-weight: 500;
}
.product.info.detailed .description ul {
  list-style: none;
  padding: 0 !important;
  margin: 0 0 20px;
}
.product.info.detailed .description ul > li {
  position: relative;
  padding-left: 20px;
  margin: 0;
}
.product.info.detailed .description ul > li:before {
  content: "\f00c";
  font-family: 'FontAwesome';
  font-size: 13px;
  display: inline-block;
  position: absolute;
  left: 0;
}
.product.info.detailed .description ol {
  margin: 0 0 10px 15px;
}
.product.info.detailed .description ol li {
  margin-bottom: 3px;
}
.product.info.detailed .description table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 20px;
}
.product.info.detailed .description table th {
  padding: 10px;
  text-align: left;
}
.product.info.detailed .description table td {
  padding: 10px;
}
.catalog-product-view .column.main .block.related,
.catalog-product-view .column.main .horizonal-pro-slider,
.catalog-product-view .column.main .block-viewed-products-grid {
  padding-top: 10px;
  clear: both;
  width: 100%;
}
.catalog-product-view .column.main .block.related .section-title,
.catalog-product-view .column.main .horizonal-pro-slider .section-title,
.catalog-product-view .column.main .block-viewed-products-grid .section-title {
  text-align: left;
  margin-bottom: 30px;
  padding-right: 100px;
}
.catalog-product-view .column.main .block.related .section-title .title,
.catalog-product-view .column.main .horizonal-pro-slider .section-title .title,
.catalog-product-view .column.main .block-viewed-products-grid .section-title .title,
.catalog-product-view .column.main .block.related .section-title .block-actions,
.catalog-product-view .column.main .horizonal-pro-slider .section-title .block-actions,
.catalog-product-view .column.main .block-viewed-products-grid .section-title .block-actions {
  text-align: left;
}
.catalog-product-view .column.main .block.related .section-title .block-actions .action,
.catalog-product-view .column.main .horizonal-pro-slider .section-title .block-actions .action,
.catalog-product-view .column.main .block-viewed-products-grid .section-title .block-actions .action {
  font-size: 11px;
  font-weight: normal;
  padding: 3px 8px;
  line-height: normal;
}
.catalog-product-view .column.main .block.related .block-content,
.catalog-product-view .column.main .horizonal-pro-slider .block-content,
.catalog-product-view .column.main .block-viewed-products-grid .block-content {
  padding-top: 20px;
}
.catalog-product-view .column.main .block.related .product-item .actions-primary + .actions-secondary,
.catalog-product-view .column.main .horizonal-pro-slider .product-item .actions-primary + .actions-secondary,
.catalog-product-view .column.main .block-viewed-products-grid .product-item .actions-primary + .actions-secondary {
  display: table-cell !important;
  vertical-align: middle;
}
.catalog-product-view .column.main .block.related .product-item .product-item-inner .action.towishlist,
.catalog-product-view .column.main .horizonal-pro-slider .product-item .product-item-inner .action.towishlist,
.catalog-product-view .column.main .block-viewed-products-grid .product-item .product-item-inner .action.towishlist,
.catalog-product-view .column.main .block.related .product-item .product-item-inner .action.tocompare,
.catalog-product-view .column.main .horizonal-pro-slider .product-item .product-item-inner .action.tocompare,
.catalog-product-view .column.main .block-viewed-products-grid .product-item .product-item-inner .action.tocompare {
  display: block;
}
.catalog-product-view .column.main .horizonal-pro-slider .product-item .product-name,
.catalog-product-view .column.main .horizonal-pro-slider .product-item .product-item-name {
  line-height: normal;
}
.catalog-product-view .column.main .horizonal-pro-slider .product-items {
  margin: 0;
}
.catalog-product-view .column.main .horizonal-pro-slider .owl-carousel .owl-stage-outer {
  padding: 0;
}
.catalog-product-view .column.main .horizonal-pro-slider .owl-carousel .owl-nav {
  opacity: 1;
  visibility: visible;
  top: -66px;
  right: 47px;
  margin-top: 0;
  width: auto;
}
.catalog-product-view .column.main .horizonal-pro-slider .owl-carousel .owl-nav > div.owl-next {
  right: -50px;
}
.catalog-product-view .column.main .horizonal-pro-slider .owl-carousel .owl-nav > div.owl-prev {
  left: -40px;
}
.catalog-product-view .column.main .block.related .block-content,
.catalog-product-view .column.main .horizonal-pro-slider .block-content {
  padding-top: 0;
}
.catalog-product-view .column.main .block.widget.block-viewed-products-grid .product-item .actions-secondary .action.towishlist:before,
.catalog-product-view .column.main .block.widget.block-viewed-products-grid .product-item .actions-secondary .action.tocompare:before,
.catalog-product-view .column.main .block.widget.block-viewed-products-grid .product-item .actions-primary .action.tocart.primary:before {
  width: 100%;
}
.catalog-product-view .column.main .block.related .products-grid .product-item .product-item-inner .cart-btn,
.catalog-product-view .column.main .block.related .products-grid .product-item .product-item-inner .btn-full {
  display: none;
}
.catalog-product-view .column.main .block.widget .products-grid .product-items .product-item .quick-view-btn,
.catalog-product-view .column.main .block.widget .products-grid .product-items .product-item .actions-secondary .action,
.catalog-product-view .column.main .block.widget .products-grid .product-items .product-item .actions-primary {
  margin-right: 0;
}
.catalog-product-view .column.main .block.widget .products-grid .product-items .product-item .magebees_quickview:before {
  width: 100%;
}
.page-layout-2columns-right.catalog-product-view .column.main .block.related .products-grid .product-item .product-item-inner.style1 ul > li,
.page-layout-2columns-left.catalog-product-view .column.main .block.related .products-grid .product-item .product-item-inner.style1 ul > li,
.page-layout-2columns-right.catalog-product-view .column.main .horizonal-pro-slider .products-grid .product-item .product-item-inner.style1 ul > li,
.page-layout-2columns-left.catalog-product-view .column.main .horizonal-pro-slider .products-grid .product-item .product-item-inner.style1 ul > li,
.page-layout-2columns-right.catalog-product-view .column.main .block-viewed-products-grid .products-grid .product-item .product-item-inner.style1 ul > li,
.page-layout-2columns-left.catalog-product-view .column.main .block-viewed-products-grid .products-grid .product-item .product-item-inner.style1 ul > li {
  padding: 0;
}
.page-layout-2columns-right.catalog-product-view .column.main .block.related .products-grid .product-item .product-item-inner.style1 ul > li .magebees_quickview:before,
.page-layout-2columns-left.catalog-product-view .column.main .block.related .products-grid .product-item .product-item-inner.style1 ul > li .magebees_quickview:before,
.page-layout-2columns-right.catalog-product-view .column.main .horizonal-pro-slider .products-grid .product-item .product-item-inner.style1 ul > li .magebees_quickview:before,
.page-layout-2columns-left.catalog-product-view .column.main .horizonal-pro-slider .products-grid .product-item .product-item-inner.style1 ul > li .magebees_quickview:before,
.page-layout-2columns-right.catalog-product-view .column.main .block-viewed-products-grid .products-grid .product-item .product-item-inner.style1 ul > li .magebees_quickview:before,
.page-layout-2columns-left.catalog-product-view .column.main .block-viewed-products-grid .products-grid .product-item .product-item-inner.style1 ul > li .magebees_quickview:before,
.page-layout-2columns-right.catalog-product-view .column.main .block.related .products-grid .product-item .product-item-inner.style1 ul > li .action.tocart.primary:before,
.page-layout-2columns-left.catalog-product-view .column.main .block.related .products-grid .product-item .product-item-inner.style1 ul > li .action.tocart.primary:before,
.page-layout-2columns-right.catalog-product-view .column.main .horizonal-pro-slider .products-grid .product-item .product-item-inner.style1 ul > li .action.tocart.primary:before,
.page-layout-2columns-left.catalog-product-view .column.main .horizonal-pro-slider .products-grid .product-item .product-item-inner.style1 ul > li .action.tocart.primary:before,
.page-layout-2columns-right.catalog-product-view .column.main .block-viewed-products-grid .products-grid .product-item .product-item-inner.style1 ul > li .action.tocart.primary:before,
.page-layout-2columns-left.catalog-product-view .column.main .block-viewed-products-grid .products-grid .product-item .product-item-inner.style1 ul > li .action.tocart.primary:before,
.page-layout-2columns-right.catalog-product-view .column.main .block.related .products-grid .product-item .product-item-inner.style1 ul > li .action.towishlist:before,
.page-layout-2columns-left.catalog-product-view .column.main .block.related .products-grid .product-item .product-item-inner.style1 ul > li .action.towishlist:before,
.page-layout-2columns-right.catalog-product-view .column.main .horizonal-pro-slider .products-grid .product-item .product-item-inner.style1 ul > li .action.towishlist:before,
.page-layout-2columns-left.catalog-product-view .column.main .horizonal-pro-slider .products-grid .product-item .product-item-inner.style1 ul > li .action.towishlist:before,
.page-layout-2columns-right.catalog-product-view .column.main .block-viewed-products-grid .products-grid .product-item .product-item-inner.style1 ul > li .action.towishlist:before,
.page-layout-2columns-left.catalog-product-view .column.main .block-viewed-products-grid .products-grid .product-item .product-item-inner.style1 ul > li .action.towishlist:before,
.page-layout-2columns-right.catalog-product-view .column.main .block.related .products-grid .product-item .product-item-inner.style1 ul > li .action.tocompare:before,
.page-layout-2columns-left.catalog-product-view .column.main .block.related .products-grid .product-item .product-item-inner.style1 ul > li .action.tocompare:before,
.page-layout-2columns-right.catalog-product-view .column.main .horizonal-pro-slider .products-grid .product-item .product-item-inner.style1 ul > li .action.tocompare:before,
.page-layout-2columns-left.catalog-product-view .column.main .horizonal-pro-slider .products-grid .product-item .product-item-inner.style1 ul > li .action.tocompare:before,
.page-layout-2columns-right.catalog-product-view .column.main .block-viewed-products-grid .products-grid .product-item .product-item-inner.style1 ul > li .action.tocompare:before,
.page-layout-2columns-left.catalog-product-view .column.main .block-viewed-products-grid .products-grid .product-item .product-item-inner.style1 ul > li .action.tocompare:before,
.page-layout-2columns-right.catalog-product-view .column.main .block.related .products-grid .product-item .product-item-inner.style1 ul > li .stock:before,
.page-layout-2columns-left.catalog-product-view .column.main .block.related .products-grid .product-item .product-item-inner.style1 ul > li .stock:before,
.page-layout-2columns-right.catalog-product-view .column.main .horizonal-pro-slider .products-grid .product-item .product-item-inner.style1 ul > li .stock:before,
.page-layout-2columns-left.catalog-product-view .column.main .horizonal-pro-slider .products-grid .product-item .product-item-inner.style1 ul > li .stock:before,
.page-layout-2columns-right.catalog-product-view .column.main .block-viewed-products-grid .products-grid .product-item .product-item-inner.style1 ul > li .stock:before,
.page-layout-2columns-left.catalog-product-view .column.main .block-viewed-products-grid .products-grid .product-item .product-item-inner.style1 ul > li .stock:before {
  font-size: 15px;
}
.page-layout-2columns-right.catalog-product-view .column.main .block.related .products-grid .product-item .product-item-inner.style4 .magebees_quickview,
.page-layout-2columns-left.catalog-product-view .column.main .block.related .products-grid .product-item .product-item-inner.style4 .magebees_quickview,
.page-layout-2columns-right.catalog-product-view .column.main .horizonal-pro-slider .products-grid .product-item .product-item-inner.style4 .magebees_quickview,
.page-layout-2columns-left.catalog-product-view .column.main .horizonal-pro-slider .products-grid .product-item .product-item-inner.style4 .magebees_quickview,
.page-layout-2columns-right.catalog-product-view .column.main .block-viewed-products-grid .products-grid .product-item .product-item-inner.style4 .magebees_quickview,
.page-layout-2columns-left.catalog-product-view .column.main .block-viewed-products-grid .products-grid .product-item .product-item-inner.style4 .magebees_quickview,
.page-layout-2columns-right.catalog-product-view .column.main .block.related .products-grid .product-item .product-item-inner.style4 .action.tocart.primary,
.page-layout-2columns-left.catalog-product-view .column.main .block.related .products-grid .product-item .product-item-inner.style4 .action.tocart.primary,
.page-layout-2columns-right.catalog-product-view .column.main .horizonal-pro-slider .products-grid .product-item .product-item-inner.style4 .action.tocart.primary,
.page-layout-2columns-left.catalog-product-view .column.main .horizonal-pro-slider .products-grid .product-item .product-item-inner.style4 .action.tocart.primary,
.page-layout-2columns-right.catalog-product-view .column.main .block-viewed-products-grid .products-grid .product-item .product-item-inner.style4 .action.tocart.primary,
.page-layout-2columns-left.catalog-product-view .column.main .block-viewed-products-grid .products-grid .product-item .product-item-inner.style4 .action.tocart.primary,
.page-layout-2columns-right.catalog-product-view .column.main .block.related .products-grid .product-item .product-item-inner.style4 .action.towishlist,
.page-layout-2columns-left.catalog-product-view .column.main .block.related .products-grid .product-item .product-item-inner.style4 .action.towishlist,
.page-layout-2columns-right.catalog-product-view .column.main .horizonal-pro-slider .products-grid .product-item .product-item-inner.style4 .action.towishlist,
.page-layout-2columns-left.catalog-product-view .column.main .horizonal-pro-slider .products-grid .product-item .product-item-inner.style4 .action.towishlist,
.page-layout-2columns-right.catalog-product-view .column.main .block-viewed-products-grid .products-grid .product-item .product-item-inner.style4 .action.towishlist,
.page-layout-2columns-left.catalog-product-view .column.main .block-viewed-products-grid .products-grid .product-item .product-item-inner.style4 .action.towishlist,
.page-layout-2columns-right.catalog-product-view .column.main .block.related .products-grid .product-item .product-item-inner.style4 .action.tocompare,
.page-layout-2columns-left.catalog-product-view .column.main .block.related .products-grid .product-item .product-item-inner.style4 .action.tocompare,
.page-layout-2columns-right.catalog-product-view .column.main .horizonal-pro-slider .products-grid .product-item .product-item-inner.style4 .action.tocompare,
.page-layout-2columns-left.catalog-product-view .column.main .horizonal-pro-slider .products-grid .product-item .product-item-inner.style4 .action.tocompare,
.page-layout-2columns-right.catalog-product-view .column.main .block-viewed-products-grid .products-grid .product-item .product-item-inner.style4 .action.tocompare,
.page-layout-2columns-left.catalog-product-view .column.main .block-viewed-products-grid .products-grid .product-item .product-item-inner.style4 .action.tocompare,
.page-layout-2columns-right.catalog-product-view .column.main .block.related .products-grid .product-item .product-item-inner.style4 .stock,
.page-layout-2columns-left.catalog-product-view .column.main .block.related .products-grid .product-item .product-item-inner.style4 .stock,
.page-layout-2columns-right.catalog-product-view .column.main .horizonal-pro-slider .products-grid .product-item .product-item-inner.style4 .stock,
.page-layout-2columns-left.catalog-product-view .column.main .horizonal-pro-slider .products-grid .product-item .product-item-inner.style4 .stock,
.page-layout-2columns-right.catalog-product-view .column.main .block-viewed-products-grid .products-grid .product-item .product-item-inner.style4 .stock,
.page-layout-2columns-left.catalog-product-view .column.main .block-viewed-products-grid .products-grid .product-item .product-item-inner.style4 .stock {
  width: 32px;
  height: 32px;
  line-height: 32px;
}
.page-layout-2columns-right.catalog-product-view .column.main .block.related .products-grid .product-item .product-item-inner.style4 .magebees_quickview:before,
.page-layout-2columns-left.catalog-product-view .column.main .block.related .products-grid .product-item .product-item-inner.style4 .magebees_quickview:before,
.page-layout-2columns-right.catalog-product-view .column.main .horizonal-pro-slider .products-grid .product-item .product-item-inner.style4 .magebees_quickview:before,
.page-layout-2columns-left.catalog-product-view .column.main .horizonal-pro-slider .products-grid .product-item .product-item-inner.style4 .magebees_quickview:before,
.page-layout-2columns-right.catalog-product-view .column.main .block-viewed-products-grid .products-grid .product-item .product-item-inner.style4 .magebees_quickview:before,
.page-layout-2columns-left.catalog-product-view .column.main .block-viewed-products-grid .products-grid .product-item .product-item-inner.style4 .magebees_quickview:before,
.page-layout-2columns-right.catalog-product-view .column.main .block.related .products-grid .product-item .product-item-inner.style4 .action.tocart.primary:before,
.page-layout-2columns-left.catalog-product-view .column.main .block.related .products-grid .product-item .product-item-inner.style4 .action.tocart.primary:before,
.page-layout-2columns-right.catalog-product-view .column.main .horizonal-pro-slider .products-grid .product-item .product-item-inner.style4 .action.tocart.primary:before,
.page-layout-2columns-left.catalog-product-view .column.main .horizonal-pro-slider .products-grid .product-item .product-item-inner.style4 .action.tocart.primary:before,
.page-layout-2columns-right.catalog-product-view .column.main .block-viewed-products-grid .products-grid .product-item .product-item-inner.style4 .action.tocart.primary:before,
.page-layout-2columns-left.catalog-product-view .column.main .block-viewed-products-grid .products-grid .product-item .product-item-inner.style4 .action.tocart.primary:before,
.page-layout-2columns-right.catalog-product-view .column.main .block.related .products-grid .product-item .product-item-inner.style4 .action.towishlist:before,
.page-layout-2columns-left.catalog-product-view .column.main .block.related .products-grid .product-item .product-item-inner.style4 .action.towishlist:before,
.page-layout-2columns-right.catalog-product-view .column.main .horizonal-pro-slider .products-grid .product-item .product-item-inner.style4 .action.towishlist:before,
.page-layout-2columns-left.catalog-product-view .column.main .horizonal-pro-slider .products-grid .product-item .product-item-inner.style4 .action.towishlist:before,
.page-layout-2columns-right.catalog-product-view .column.main .block-viewed-products-grid .products-grid .product-item .product-item-inner.style4 .action.towishlist:before,
.page-layout-2columns-left.catalog-product-view .column.main .block-viewed-products-grid .products-grid .product-item .product-item-inner.style4 .action.towishlist:before,
.page-layout-2columns-right.catalog-product-view .column.main .block.related .products-grid .product-item .product-item-inner.style4 .action.tocompare:before,
.page-layout-2columns-left.catalog-product-view .column.main .block.related .products-grid .product-item .product-item-inner.style4 .action.tocompare:before,
.page-layout-2columns-right.catalog-product-view .column.main .horizonal-pro-slider .products-grid .product-item .product-item-inner.style4 .action.tocompare:before,
.page-layout-2columns-left.catalog-product-view .column.main .horizonal-pro-slider .products-grid .product-item .product-item-inner.style4 .action.tocompare:before,
.page-layout-2columns-right.catalog-product-view .column.main .block-viewed-products-grid .products-grid .product-item .product-item-inner.style4 .action.tocompare:before,
.page-layout-2columns-left.catalog-product-view .column.main .block-viewed-products-grid .products-grid .product-item .product-item-inner.style4 .action.tocompare:before,
.page-layout-2columns-right.catalog-product-view .column.main .block.related .products-grid .product-item .product-item-inner.style4 .stock:before,
.page-layout-2columns-left.catalog-product-view .column.main .block.related .products-grid .product-item .product-item-inner.style4 .stock:before,
.page-layout-2columns-right.catalog-product-view .column.main .horizonal-pro-slider .products-grid .product-item .product-item-inner.style4 .stock:before,
.page-layout-2columns-left.catalog-product-view .column.main .horizonal-pro-slider .products-grid .product-item .product-item-inner.style4 .stock:before,
.page-layout-2columns-right.catalog-product-view .column.main .block-viewed-products-grid .products-grid .product-item .product-item-inner.style4 .stock:before,
.page-layout-2columns-left.catalog-product-view .column.main .block-viewed-products-grid .products-grid .product-item .product-item-inner.style4 .stock:before {
  font-size: 14px;
  height: 32px;
  line-height: 32px;
}
.page-layout-2columns-right.catalog-product-view .column.main .block.related .products-grid .product-item .product-item-inner.style4 .magebees_quickview .tooltip-icon,
.page-layout-2columns-left.catalog-product-view .column.main .block.related .products-grid .product-item .product-item-inner.style4 .magebees_quickview .tooltip-icon,
.page-layout-2columns-right.catalog-product-view .column.main .horizonal-pro-slider .products-grid .product-item .product-item-inner.style4 .magebees_quickview .tooltip-icon,
.page-layout-2columns-left.catalog-product-view .column.main .horizonal-pro-slider .products-grid .product-item .product-item-inner.style4 .magebees_quickview .tooltip-icon,
.page-layout-2columns-right.catalog-product-view .column.main .block-viewed-products-grid .products-grid .product-item .product-item-inner.style4 .magebees_quickview .tooltip-icon,
.page-layout-2columns-left.catalog-product-view .column.main .block-viewed-products-grid .products-grid .product-item .product-item-inner.style4 .magebees_quickview .tooltip-icon,
.page-layout-2columns-right.catalog-product-view .column.main .block.related .products-grid .product-item .product-item-inner.style4 .action.tocart.primary .tooltip-icon,
.page-layout-2columns-left.catalog-product-view .column.main .block.related .products-grid .product-item .product-item-inner.style4 .action.tocart.primary .tooltip-icon,
.page-layout-2columns-right.catalog-product-view .column.main .horizonal-pro-slider .products-grid .product-item .product-item-inner.style4 .action.tocart.primary .tooltip-icon,
.page-layout-2columns-left.catalog-product-view .column.main .horizonal-pro-slider .products-grid .product-item .product-item-inner.style4 .action.tocart.primary .tooltip-icon,
.page-layout-2columns-right.catalog-product-view .column.main .block-viewed-products-grid .products-grid .product-item .product-item-inner.style4 .action.tocart.primary .tooltip-icon,
.page-layout-2columns-left.catalog-product-view .column.main .block-viewed-products-grid .products-grid .product-item .product-item-inner.style4 .action.tocart.primary .tooltip-icon,
.page-layout-2columns-right.catalog-product-view .column.main .block.related .products-grid .product-item .product-item-inner.style4 .action.towishlist .tooltip-icon,
.page-layout-2columns-left.catalog-product-view .column.main .block.related .products-grid .product-item .product-item-inner.style4 .action.towishlist .tooltip-icon,
.page-layout-2columns-right.catalog-product-view .column.main .horizonal-pro-slider .products-grid .product-item .product-item-inner.style4 .action.towishlist .tooltip-icon,
.page-layout-2columns-left.catalog-product-view .column.main .horizonal-pro-slider .products-grid .product-item .product-item-inner.style4 .action.towishlist .tooltip-icon,
.page-layout-2columns-right.catalog-product-view .column.main .block-viewed-products-grid .products-grid .product-item .product-item-inner.style4 .action.towishlist .tooltip-icon,
.page-layout-2columns-left.catalog-product-view .column.main .block-viewed-products-grid .products-grid .product-item .product-item-inner.style4 .action.towishlist .tooltip-icon,
.page-layout-2columns-right.catalog-product-view .column.main .block.related .products-grid .product-item .product-item-inner.style4 .action.tocompare .tooltip-icon,
.page-layout-2columns-left.catalog-product-view .column.main .block.related .products-grid .product-item .product-item-inner.style4 .action.tocompare .tooltip-icon,
.page-layout-2columns-right.catalog-product-view .column.main .horizonal-pro-slider .products-grid .product-item .product-item-inner.style4 .action.tocompare .tooltip-icon,
.page-layout-2columns-left.catalog-product-view .column.main .horizonal-pro-slider .products-grid .product-item .product-item-inner.style4 .action.tocompare .tooltip-icon,
.page-layout-2columns-right.catalog-product-view .column.main .block-viewed-products-grid .products-grid .product-item .product-item-inner.style4 .action.tocompare .tooltip-icon,
.page-layout-2columns-left.catalog-product-view .column.main .block-viewed-products-grid .products-grid .product-item .product-item-inner.style4 .action.tocompare .tooltip-icon,
.page-layout-2columns-right.catalog-product-view .column.main .block.related .products-grid .product-item .product-item-inner.style4 .stock .tooltip-icon,
.page-layout-2columns-left.catalog-product-view .column.main .block.related .products-grid .product-item .product-item-inner.style4 .stock .tooltip-icon,
.page-layout-2columns-right.catalog-product-view .column.main .horizonal-pro-slider .products-grid .product-item .product-item-inner.style4 .stock .tooltip-icon,
.page-layout-2columns-left.catalog-product-view .column.main .horizonal-pro-slider .products-grid .product-item .product-item-inner.style4 .stock .tooltip-icon,
.page-layout-2columns-right.catalog-product-view .column.main .block-viewed-products-grid .products-grid .product-item .product-item-inner.style4 .stock .tooltip-icon,
.page-layout-2columns-left.catalog-product-view .column.main .block-viewed-products-grid .products-grid .product-item .product-item-inner.style4 .stock .tooltip-icon {
  margin-left: -22px;
}
.magebees-timecountdown-container:before,
.magebees-timecountdown-container:after {
  content: "";
  clear: both;
  display: block;
}
/* Horizontal Product Slider Common */
.horizonal-pro-slider .product-items {
  margin-left: 0 !important;
}
.horizonal-pro-slider .product-items .product-item .field.choice.related {
  font-size: 13px;
  letter-spacing: 0.5px;
  padding: 5px 10px;
  text-transform: uppercase;
  font-weight: 400;
  display: none;
}
.horizonal-pro-slider .owl-carousel .owl-item img {
  width: auto;
}
.horizonal-pro-slider .owl-carousel .owl-stage-outer {
  padding: 10px 0;
}
.horizonal-pro-slider .owl-carousel .owl-dots {
  text-align: center;
  padding-top: 10px;
}
.horizonal-pro-slider .owl-carousel .owl-dots .owl-dot {
  margin: 0 3px;
  cursor: pointer;
}
.horizonal-pro-slider .owl-carousel .owl-nav {
  opacity: 1;
  visibility: visible;
  width: 100%;
  position: absolute;
  top: 50%;
  margin-top: -40px;
}
.horizonal-pro-slider .owl-carousel .owl-nav > div {
  padding: 0;
  margin: 0;
  width: 30px;
  height: 30px;
  line-height: 30px;
  margin: 0 5px;
  outline: none;
  position: absolute;
  z-index: 9;
  transition: all 300ms ease-in 0s;
  -moz-transition: all 300ms ease-in 0s;
  -webkit-transition: all 300ms ease-in 0s;
  cursor: pointer;
}
.horizonal-pro-slider .owl-carousel .owl-nav > div.owl-prev {
  left: -60px;
}
.horizonal-pro-slider .owl-carousel .owl-nav > div.owl-prev:before {
  content: "\e64a";
  font-family: 'themify';
  color: #ffffff;
  font-size: 13px;
  line-height: 30px;
}
.horizonal-pro-slider .owl-carousel .owl-nav > div.owl-next {
  right: -60px;
}
.horizonal-pro-slider .owl-carousel .owl-nav > div.owl-next:before {
  content: "\e649";
  font-family: 'themify';
  color: #ffffff;
  font-size: 13px;
  line-height: 30px;
}
.horizonal-pro-slider .owl-carousel:hover .owl-nav {
  opacity: 1;
  visibility: visible;
}
.column.main .horizonal-pro-slider.block .block-title {
  text-align: center;
}
.column.main .horizonal-pro-slider.block .block-title strong {
  font-size: 3rem;
  font-weight: 600;
  text-transform: uppercase;
}
.column.main .horizonal-pro-slider .products-grid .product-item {
  width: 100%;
}
.column.main .horizonal-pro-slider .block-actions {
  text-align: center;
}
.column.main .block.widget.block-viewed-products-grid .block-title {
  text-align: center;
  margin-bottom: 20px;
}
.column.main .block.widget.block-viewed-products-grid .block-title strong {
  font-size: 3rem;
  font-weight: 600;
  text-transform: uppercase;
}
.page-layout-1column .column.main .block.widget.block-viewed-products-grid .product-item {
  margin-left: 0;
}
/* Product Type */
.bundle-options-container .legend.title {
  margin-top: 0;
  margin-bottom: 10px;
  font-weight: 600;
  text-transform: none;
}
.bundle-options-container .action.back {
  margin-bottom: 10px;
}
.bundle-options-container .nested .field.qty {
  margin-top: 10px;
}
.bundle-options-container .nested .field.qty .control,
.bundle-options-container .nested .field.qty .label {
  display: inline-block;
}
.bundle-options-container .block-bundle-summary {
  padding: 0 10px;
  width: 50% !important;
}
.bundle-options-container .block-bundle-summary > .title {
  margin-bottom: 10px;
}
.bundle-options-container .block-bundle-summary > .title > strong {
  font-weight: 600;
}
.bundle-options-container .block-bundle-summary .box-tocart .actions {
  width: 55% !important;
}
.bundle-options-container .block-bundle-summary .product-image-container {
  width: 110px !important;
  float: left;
  margin-right: 15px;
}
.bundle-options-container .block-bundle-summary .product-details {
  padding-left: 120px;
  display: block;
}
.bundle-options-container .block-bundle-summary .product-details .available {
  margin-bottom: 5px;
}
.bundle-options-container .block-bundle-summary .box-tocart {
  margin: 0 !important;
  padding: 5px 0 !important;
  border: 0 !important;
}
.bundle-options-container .block-bundle-summary .box-tocart .field.qty {
  margin-right: 15px !important;
  margin-bottom: 5px !important;
  vertical-align: middle;
}
.bundle-options-container .block-bundle-summary .box-tocart .field.qty .input-text.qty {
  width: 50px !important;
  text-align: center;
}
.bundle-options-container .block-bundle-summary .box-tocart .field.qty .control-qty {
  right: 0;
}
.bundle-options-container .block-bundle-summary .box-tocart .actions {
  margin-bottom: 0 !important;
}
.bundle-options-container .block-bundle-summary .box-tocart .action.primary,
.bundle-options-container .block-bundle-summary .box-tocart .amshopby-button,
.bundle-options-container .block-bundle-summary .box-tocart .am-filter-go {
  line-height: normal;
  font-size: 1.7rem;
  padding: 9px 14px;
}
.bundle-options-container .block-bundle-summary .box-tocart .available.stock {
  margin-bottom: 0;
}
.bundle-options-container .block-bundle-summary .bundle-summary > .subtitle {
  font-weight: 600;
}
.bundle-options-container .bundle-options-wrapper {
  width: 50% !important;
}
.bundle-options-container .product-options-wrapper {
  width: auto !important;
}
.table-wrapper.grouped #super-product-table {
  border: solid 1px #ddd;
}
.table-wrapper.grouped #super-product-table td,
.table-wrapper.grouped #super-product-table th {
  padding: 5px 10px;
}
.table-wrapper.grouped td,
.table-wrapper.grouped th {
  padding: 5px 10px;
}
.table-wrapper.grouped .price-box .price-wrapper .price {
  font-size: 1.6rem;
}
.table.grouped .price-box .price {
  font-size: 15px !important;
}
.product-info-main .product-social-links {
  text-align: left;
}
.product-info-main .bundle-actions {
  margin: 20px 0 30px;
}
.product-info-main .bundle-actions .action.primary,
.product-info-main .bundle-actions .amshopby-button,
.product-info-main .bundle-actions .am-filter-go {
  line-height: normal;
  padding: 10px 27px;
  font-size: 15px;
  font-weight: normal;
}
.page-product-bundle .bundle-options-container .product-add-form {
  background-color: #f3f3f3;
  padding: 20px;
}
.page-product-bundle .bundle-options-container .product-add-form:before,
.page-product-bundle .bundle-options-container .product-add-form:after {
  content: '';
  clear: both;
  display: block;
}
.page-product-bundle .bundle-options-container:before,
.page-product-bundle .bundle-options-container:after {
  content: '';
  clear: both;
  display: block;
}
.page-product-bundle .bundle-options-container .legend.title,
.page-product-bundle .bundle-options-container .block-bundle-summary > .title > strong {
  font-size: 2rem;
  font-weight: 600;
  text-transform: uppercase;
}
.page-product-bundle .bundle-options-container .block-bundle-summary {
  background-color: #f3f3f3;
}
.page-product-bundle .product-info-main .price-box .price-wrapper .price {
  font-size: 18px;
}
.page-product-bundle .product-info-main .price-box .price-to,
.page-product-bundle .product-info-main .price-box .price-from {
  display: inline-block;
  margin-right: 10px;
}
.page-product-downloadable .product-options-bottom {
  float: right;
  width: 47.5% !important;
}
.page-product-downloadable .product-options-wrapper {
  float: left;
  width: 49% !important;
}
.page-product-downloadable .items.samples dd {
  display: inline-block;
  padding-right: 5px;
}
/* ------------------------------------------------------------
   End Product Detail Page ------------------------------------ 
--------------------------------------------------------------- */
/* ------------------------------------------------------------
   Cart Page Common  ------------------------------------------ 
--------------------------------------------------------------- */
.cart.table-wrapper {
  margin-bottom: 0;
}
.cart.table-wrapper .cart.item .price-including-tax .price,
.cart.table-wrapper .cart.item .price-excluding-tax .price {
  font-weight: 400 !important;
}
.cart.table-wrapper .item-actions .actions-toolbar {
  margin-left: 0 !important;
}
.cart.table-wrapper .col {
  padding-top: 0;
}
.cart.table-wrapper .col.price,
.cart.table-wrapper .col.qty,
.cart.table-wrapper .col.subtotal {
  text-align: center;
}
.cart.table-wrapper .items thead + .item {
  border-top: 0;
  border-bottom: 0;
}
.cart.table-wrapper .item .col.item {
  border: 0 !important;
  padding: 10px !important;
}
.cart.table-wrapper .cart.item tr.item-actions {
  background-color: transparent !important;
}
.cart.table-wrapper .product-item-name {
  margin-top: 0;
}
.cart.table-wrapper .product-item-name a {
  font-weight: 400;
}
.cart.table-wrapper .product-item-name + .item-options {
  margin-top: 0;
}
.cart.table-wrapper .item-options dt,
.cart.table-wrapper .item-options dd {
  margin-bottom: 0;
  font-weight: 400;
}
.cart.table-wrapper .item-options dt {
  margin-right: 5px;
}
.cart.table-wrapper .product-item-details {
  vertical-align: middle !important;
}
.cart.table-wrapper .actions-toolbar .action,
.cart.table-wrapper .actions-toolbar .action-gift {
  margin-bottom: 0;
}
.cart.table-wrapper .actions-toolbar .action {
  width: 30px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  border: 0;
}
.cart.table-wrapper .actions-toolbar .action.action-edit {
  padding: 0 !important;
}
.cart.table-wrapper .actions-toolbar .action.action-edit:before {
  content: "\e61c";
  font-family: 'themify';
  font-size: 14px;
  font-weight: normal;
  display: block;
  text-align: center;
}
.cart.table-wrapper .actions-toolbar .action.action-towishlist {
  padding: 0 !important;
}
.cart.table-wrapper .actions-toolbar .action.action-towishlist:before {
  content: "\e634";
  font-family: 'themify';
  font-size: 13px;
  font-weight: normal;
  display: block;
  text-align: center;
}
.cart.table-wrapper .actions-toolbar .action.action-delete {
  padding: 0 !important;
}
.cart.table-wrapper .actions-toolbar .action.action-delete:before {
  content: "\e646";
  font-family: 'themify';
  font-size: 13px;
  font-weight: normal;
  display: block;
  text-align: center;
}
.cart.table-wrapper .actions-toolbar .action span {
  display: none;
}
.cart.table-wrapper .col.qty .input-text {
  width: 70px;
  text-align: left;
}
.cart.table-wrapper .col.qty .field.qty {
  text-align: center;
  display: inline-block;
  margin: 0 auto !important;
}
.cart.table-wrapper .col.qty .field.qty .control-qty {
  right: -6px !important;
  margin: 0 !important;
}
.cart.table-wrapper .col.qty .field.qty .input-text.qty {
  float: left;
  height: 35px !important;
  width: 50px;
  text-align: center;
  padding-left: 10px;
  padding-right: 10px;
  margin-left: 0;
  margin-top: 0;
}
.cart.table-wrapper .col.qty .field.qty .label {
  display: none;
}
.cart.table-wrapper .col.qty .field.qty .quantity-controls {
  color: #000000;
  font-size: 13px;
  float: left;
  background-color: #fff;
  position: static;
  height: 35px;
  width: 30px;
  line-height: 35px;
  border: 1px solid #ddd;
  margin: 0;
  text-align: center;
  cursor: pointer;
}
.cart.table-wrapper .col.qty .field.qty .less {
  margin-right: -1px;
}
.cart.table-wrapper .col.qty .field.qty .more {
  margin-left: -1px;
}
.cart.table-wrapper .cart.item .price-including-tax .price,
.cart.table-wrapper .cart.item .price-excluding-tax .price {
  font-weight: 600;
}
.cart.table-wrapper .col.subtotal .price-including-tax,
.cart.table-wrapper .col.subtotal .price-excluding-tax {
  font-weight: 600;
}
.cart.main.actions {
  padding: 12px;
}
.cart.main.actions .action {
  margin-bottom: 0;
}
.cart.main.actions .action:before {
  display: none;
}
.abs-shopping-cart-items .action.update,
.block-cart-failed .action.update,
.cart-container .form-cart .action.update .cart-container .form-cart .action.continue,
.block-cart-failed .action.continue,
.block-cart-failed .action.update,
.cart-container .form-cart .action.update {
  padding: 5px 10px;
  font-weight: normal;
}
.abs-shopping-cart-items .action.update:before,
.block-cart-failed .action.update:before,
.cart-container .form-cart .action.update .cart-container .form-cart .action.continue:before,
.block-cart-failed .action.continue:before,
.block-cart-failed .action.update:before,
.cart-container .form-cart .action.update:before {
  display: none;
}
.block-cart-failed .action.continue,
.cart-container .actions .action.continue,
.cart-container .actions .action.clear,
.cart-container .actions .action.update {
  padding: 7px 15px !important;
  font-size: 13px;
  border: 0;
  border-radius: 0;
  -webkit-border-radius: 0;
  text-transform: uppercase;
  font-weight: normal;
  line-height: normal;
}
.block-cart-failed .action.continue:focus,
.cart-container .actions .action.continue:focus,
.cart-container .actions .action.clear:focus,
.cart-container .actions .action.update:focus,
.block-cart-failed .action.continue:active,
.cart-container .actions .action.continue:active,
.cart-container .actions .action.clear:active,
.cart-container .actions .action.update:active,
.block-cart-failed .action.continue:hover,
.cart-container .actions .action.continue:hover,
.cart-container .actions .action.clear:hover,
.cart-container .actions .action.update:hover {
  border: 0;
}
.cart-container .cart-totals {
  padding-bottom: 10px;
  border: 0;
}
.cart-container .cart-summary {
  padding: 0;
  width: 24%;
  margin-left: 3%;
}
.cart-container .cart-summary > .title {
  margin-top: 0;
  text-transform: uppercase;
  font-weight: 500;
  border: 0;
}
.cart-container .cart-summary .block > .title {
  margin-bottom: 10px;
}
.cart-container .cart-summary .block > .title strong {
  font-weight: 400 !important;
  text-transform: none;
}
.cart-container .cart-summary .data.table.totals {
  border: 0 !important;
}
.cart-container .cart-summary .data.table.totals th,
.cart-container .cart-summary .data.table.totals td {
  border: 0 !important;
  padding: 5px 0;
}
.cart-container .cart-summary .data.table.totals tbody th,
.cart-container .cart-summary .data.table.totals tbody td {
  border: 0 !important;
  padding: 5px 0;
}
.cart-container .cart-summary .data.table.totals tbody tr:nth-of-type(even) {
  background-color: inherit !important;
}
.cart-container .cart-summary .block .fieldset .field {
  margin-bottom: 10px !important;
}
.cart-container .cart-summary .block .fieldset .field:not(.choice) > .label {
  font-weight: normal;
}
.cart-summary .block > .title,
.paypal-review-discount .block > .title {
  padding: 8px 30px 8px 0;
  border: 0;
  text-transform: uppercase;
}
.cart-summary .block > .title:after,
.paypal-review-discount .block > .title:after {
  content: "\e64b";
  font-family: 'themify';
  font-size: 11px;
  right: 10px;
  top: 8px;
}
.cart-summary .block.active > .title:after,
.paypal-review-discount .block.active > .title:after {
  content: "\e648";
}
.cart-summary {
  background: transparent;
}
.cart-summary > .title {
  padding: 10px;
}
.cart-summary .block {
  margin-bottom: 0 !important;
}
.cart-summary .block .fieldset {
  margin: 5px 0 10px 0;
}
.checkout-cart-index .columns .column.main {
  padding-bottom: 0;
}
.column.main .cart-container .paypal-review-discount .block > .title strong,
.column.main .cart-container .block > .title strong {
  font-size: 1.5rem;
  font-weight: 600;
  text-transform: uppercase;
}
.column.main .cart-container .block.discount .actions-toolbar {
  margin-left: 0 !important;
}
.column.main .cart-container .block.discount .actions-toolbar .action {
  font-size: 13px;
  font-weight: normal;
}
.column.main .block.crosssell {
  margin-top: 40px;
  padding-top: 40px;
  margin-bottom: 0 !important;
  /* Action Button */
}
.column.main .block.crosssell .title {
  text-align: center;
}
.column.main .block.crosssell .title strong {
  font-size: 3rem;
  font-weight: 600;
  text-transform: uppercase;
  margin: 0;
}
.column.main .block.crosssell .products-grid .product-item {
  width: 23.5%;
  margin-right: 2%;
  margin-left: 0;
}
.column.main .block.crosssell .products-grid .product-item:nth-child(4n) {
  margin-right: 0;
}
.column.main .block.crosssell .products-grid .product-item .product-item-details {
  padding-bottom: 20px;
}
.column.main .block.crosssell .actions-primary {
  vertical-align: middle;
  margin-right: 3px;
}
.column.main .block.crosssell .actions-primary .action.tocart.primary {
  border-radius: 100%;
  -webkit-border-radius: 100%;
}
.column.main .block.crosssell .actions-primary .action.tocart.primary:before {
  font-size: 16px;
  width: 35px;
  height: 35px;
  line-height: 36px;
}
.column.main .block.crosssell .actions-secondary .action {
  line-height: 33px;
  border-radius: 100%;
  -webkit-border-radius: 100%;
}
.column.main .block.crosssell .actions-secondary .action.towishlist:before,
.column.main .block.crosssell .actions-secondary .action.tocompare:before {
  content: "\e634";
  font-family: 'themify';
  text-align: center;
  font-size: 15px;
  width: 35px;
  height: 35px;
  line-height: 36px;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
}
.column.main .block.crosssell .actions-secondary .action.towishlist span,
.column.main .block.crosssell .actions-secondary .action.tocompare span {
  display: none;
}
.column.main .block.crosssell .actions-secondary .action.tocompare:before {
  content: "\e619";
  font-family: 'themify';
}
.checkout-cart-index .minicart-wrapper .minicart-items-wrapper {
  height: auto !important;
}
/* ------------------------------------------------------------
   End Cart Page Common  --------------------------------------
--------------------------------------------------------------- */
/* ------------------------------------------------------------
   One page checkout   ----------------------------------------
--------------------------------------------------------------- */
.opc-wrapper .form-login,
.opc-wrapper .form-shipping-address {
  margin: 0;
}
.opc-wrapper .fieldset .field.required,
.opc-wrapper .fieldset .field._required {
  margin-bottom: 5px !important;
}
.mageb-osc .magebees-discount-code-wrapper .payment-option-content .actions-toolbar {
  margin-left: 0 !important;
}
.checkout-index-index .column:not(.sidebar-main) form .actions-toolbar,
.checkout-index-index .column:not(.sidebar-additional) form .actions-toolbar {
  margin-left: 0 !important;
}
.mageb-success-page h2,
.mageb-success-page h3,
.mageb-success-page h4,
.mageb-success-page h3.product-name,
.sucess-col .sub-title,
.sucess-col .left-success .sub-title {
  font-weight: 600;
}
.opc-wrapper .form-discount {
  max-width: 100%;
}
.checkout-shipping-method .actions-toolbar > .primary {
  float: left !important;
}
.checkout-index-index .nav-sections {
  display: block;
}
#popup-login h1 {
  font-weight: 600;
}
.magebees-onepage-checkout .modal-popup .actions-toolbar {
  display: inline-block;
  margin-bottom: 0 !important;
  vertical-align: middle;
}
.magebees-onepage-checkout .modal-popup .secondary {
  display: inline-block;
  vertical-align: middle;
  padding-left: 20px;
}
@media (min-width: 768px) {
  .form.form-login .actions-toolbar .primary,
  .magebees-onepage-checkout .modal-popup .actions-toolbar {
    margin-left: 26%;
  }
  .form.form-login .actions-toolbar .primary {
    margin-left: 0;
  }
}
.form.form-login .actions-toolbar .primary .action.primary,
.form.form-login .actions-toolbar .primary .amshopby-button,
.form.form-login .actions-toolbar .primary .am-filter-go {
  padding: 5px 10px;
}
/* ------------------------------------------------------------
   End One page checkout   ------------------------------------
--------------------------------------------------------------- */
/* ------------------------------------------------------------
   Quickview Modal Popup  -------------------------------------
--------------------------------------------------------------- */
.quickViewDetails {
  max-width: 970px;
  margin: 0 auto;
}
.quickViewDetails.modal-popup._inner-scroll .modal-inner-wrap {
  width: 100%;
}
.quickViewDetails .modal-header,
.quickViewDetails .modal-content,
.quickViewDetails .modal-footer {
  padding-left: 20px;
  padding-right: 20px;
}
.quickViewDetails .modal-header {
  padding-bottom: 0;
  padding-top: 20px;
}
.quickViewDetails .modal-custom .action-close,
.quickViewDetails .action-close,
.quickViewDetails .modal-slide .action-close {
  width: 23px;
  height: 23px;
  padding: 0;
  right: -10px;
  top: -10px;
  letter-spacing: 0;
}
.quickViewDetails .modal-custom .action-close:before,
.quickViewDetails .action-close:before,
.quickViewDetails .modal-slide .action-close:before {
  content: "\e646" !important;
  font-family: 'themify' !important;
  font-size: 11px;
  line-height: 22px !important;
  display: block !important;
  background-image: none !important;
}
.quickViewDetails .product.info.detailed #reviews .review-add .block-title {
  background-color: transparent;
}
.quickViewDetails .mageb-qv-popup .info-detail-container {
  width: 50%;
  padding-left: 1%;
}
.quickViewDetails .mageb-qv-popup .image-box-detail {
  width: 50%;
  padding-right: 1%;
}
.quickViewDetails .mageb-qv-popup .quantity-plus {
  top: 0 !important;
}
.quickViewDetails .mageb-qv-popup .quantity-minus {
  top: 22px !important;
}
.quickViewDetails .product-info-main .product-info-price .price-label {
  display: none !important;
}
.quickViewDetails .product-info-main .product-info-price {
  border-bottom: 0 !important;
  margin-bottom: 0 !important;
}
.quickViewDetails .quickview-product-name h3 {
  font-size: 25px !important;
  font-weight: 400 !important;
  margin-bottom: 15px !important;
}
.quickViewDetails .product-options-wrapper .swatch-opt {
  border-top: dotted 1px #ddd !important;
  padding-top: 10px !important;
  margin-top: 0 !important;
}
.quickViewDetails .product-options-wrapper .swatch-option.color {
  border: 0 !important;
}
.quickViewDetails .product-options-wrapper .swatch-option.text {
  height: auto !important;
}
.quickViewDetails .product-info-main label,
.quickViewDetails .product-options-bottom label,
.quickViewDetails .product-info-main .swatch-attribute-label label,
.quickViewDetails .product-options-bottom .swatch-attribute-label label {
  font-size: 14px !important;
}
.quickViewDetails .product-info-main .product.attribute.overview {
  margin: 10px 0;
}
.quickViewDetails .product-info-main .product.attribute.overview ul {
  list-style: none;
  padding: 0;
  margin: 0 0 10px;
}
.quickViewDetails .product-info-main .product.attribute.overview ul > li {
  position: relative;
  padding-left: 20px;
  margin: 0 0 5px;
  line-height: normal;
}
.quickViewDetails .product-info-main .product.attribute.overview ul > li:before {
  content: "\f00c";
  font-family: 'FontAwesome';
  font-size: 14px;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 1px;
}
.quickViewDetails .product-reviews-summary .reviews-actions .view:after {
  display: none;
}
.quickViewDetails .product-reviews-summary .reviews-actions .action.add {
  display: none;
}
.quickViewDetails .product-reviews-summary .reviews-actions a {
  pointer-events: none;
}
.quickViewDetails .fotorama__stage {
  width: 100% !important;
  margin-bottom: 10px;
}
.quickViewDetails .product-add-form .fieldset:last-child {
  margin-bottom: 0 !important;
}
.quickViewDetails .product-add-form .box-tocart {
  background-color: transparent;
  padding: 10px 0;
  border: 0 !important;
  margin-bottom: 0 !important;
}
.quickViewDetails .product-add-form .box-tocart:before,
.quickViewDetails .product-add-form .box-tocart:after {
  content: '';
  clear: both;
  display: block;
}
.quickViewDetails .product-add-form .box-tocart .actions {
  float: left;
  width: 72%;
}
.quickViewDetails .product-add-form .box-tocart .action.ajaxproduct {
  width: 100%;
}
.quickViewDetails .product-add-form .box-tocart .field.qty {
  float: left;
  margin-bottom: 0 !important;
}
.quickViewDetails .product-add-form .box-tocart .field.qty .control-qty {
  right: -6px !important;
  margin: 0 !important;
}
.quickViewDetails .product-add-form .box-tocart .field.qty .input-text.qty {
  float: left;
  height: 45px !important;
  width: 50px;
  text-align: center;
  padding-left: 10px;
  padding-right: 10px;
  margin-left: 0;
}
.quickViewDetails .product-add-form .box-tocart .field.qty .label {
  display: none;
}
.quickViewDetails .product-add-form .box-tocart .field.qty .quantity-controls {
  color: #000;
  font-size: 13px;
  float: left;
  background-color: #fff;
  position: static;
  height: 45px;
  width: 30px;
  line-height: 45px;
  border: 1px solid #ddd;
  margin: 0;
}
.quickViewDetails .product-add-form .box-tocart .field.qty .quantity-controls.quantity-plus {
  margin-left: -1px;
}
.quickViewDetails .product-add-form .box-tocart .field.qty .quantity-controls.quantity-minus {
  margin-right: -1px;
}
.quickViewDetails .product-add-form .box-tocart .action.ajaxproduct {
  font-size: 17px !important;
  font-weight: 400 !important;
  line-height: normal !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  width: 100% !important;
}
.quickViewDetails .product-add-form .box-tocart .action.ajaxproduct:before {
  margin-right: 2px;
  display: none;
}
.quickViewDetails .fotorama__stage__frame.fotorama_vertical_ratio {
  width: 100% !important;
  height: 100% !important;
}
.quickViewDetails .product-info-main .box-tocart .field.qty,
.quickViewDetails .product-options-bottom .box-tocart .field.qty {
  display: inline-block !important;
}
.quickViewDetails #quickview-product-review-container {
  float: left;
  width: 52%;
  margin-right: 2.5%;
}
.quickViewDetails .review-form {
  max-width: 100%;
}
.quickViewDetails .block {
  padding-top: 20px;
  margin-top: 20px;
}
.quickViewDetails .block .title strong {
  border-bottom: 0 !important;
  font-weight: 600 !important;
}
.quickViewDetails .block .product-item-photo img {
  max-width: 240px;
}
.quickViewDetails .block.related .block-title {
  text-align: center;
}
.quickViewDetails .block.related .block-actions {
  text-align: center;
}
.quickViewDetails .block.related .block-actions .action {
  font-size: 12px;
  font-weight: normal;
  padding: 3px 8px;
  line-height: normal;
}
.quickViewDetails .product-info-main .product-social-links .product-addto-links .action.towishlist,
.quickViewDetails .product-info-main .product-social-links .product-addto-links .action.tocompare {
  margin-right: 0;
  padding-right: 15px !important;
}
.quickViewDetails .product-info-main .product-social-links .product-addto-links .action.towishlist,
.quickViewDetails .product-info-main .product-social-links .product-addto-links .action.tocompare,
.quickViewDetails .product-info-main .product-social-links .action.mailto {
  width: auto;
  vertical-align: middle;
  font-size: 13px;
  text-transform: uppercase;
}
.quickViewDetails .product-info-main .product-social-links .product-addto-links .action.towishlist span,
.quickViewDetails .product-info-main .product-social-links .product-addto-links .action.tocompare span,
.quickViewDetails .product-info-main .product-social-links .action.mailto span {
  display: inline-block;
  vertical-align: middle;
}
.quickViewDetails .product-info-main .product-social-links .product-addto-links .action.towishlist:before,
.quickViewDetails .product-info-main .product-social-links .product-addto-links .action.tocompare:before,
.quickViewDetails .product-info-main .product-social-links .action.mailto:before {
  font-size: 14px;
  line-height: inherit;
  width: auto;
  vertical-align: middle;
  height: auto;
  padding-right: 8px;
}
.quickViewDetails .product-info-main .product-social-links .action.mailto {
  font-size: 13px;
  letter-spacing: 0.8px;
  text-transform: uppercase;
}
.quickViewDetails .product-info-main .product-social-links .action.mailto span {
  line-height: inherit;
}
.quickViewDetails .product-info-main .stock.available {
  width: 50%;
}
.quickViewDetails .product-info-main .stock.available span {
  background-color: transparent;
  padding-left: 0;
}
.quickViewDetails .product-info-main .product-info-price .price-box,
.quickViewDetails .product-info-main .product-info-stock-sku {
  float: none !important;
}
.quickViewDetails .product-info-main .product.attribute.sku,
.quickViewDetails .product-info-main .product-info-stock-sku .stock.available {
  display: inline-block !important;
  padding-right: 10px;
  width: 49%;
}
.quickViewDetails .product-info-main .items .item {
  display: inline-block;
  padding-right: 10px;
}
.quickViewDetails .product-add-form .product-options-wrapper .fieldset > .legend.links-title {
  display: none;
}
.quickViewDetails .product-reviews-summary {
  display: block;
}
.quickViewDetails.modal-popup .product-options-bottom .price-box,
.quickViewDetails.modal-popup .product-info-price .price-box {
  padding: 5px 0 0 !important;
}
.quickViewDetails.modal-popup .product-options-bottom .price-box .old-price .price-container .price,
.quickViewDetails.modal-popup .product-info-price .price-box .old-price .price-container .price {
  font-size: 16px !important;
  line-height: 16px !important;
}
.quickViewDetails.modal-popup .product-options-bottom .price-box .price-container .price,
.quickViewDetails.modal-popup .product-info-price .price-box .price-container .price {
  font-size: 25px !important;
  line-height: 25px !important;
  font-weight: 400;
}
.quickViewDetails.modal-popup .products-grid .product-item {
  width: 18.4% !important;
  float: left;
  margin-right: 2%;
  margin-left: 0;
}
.quickViewDetails.modal-popup .products-grid .product-item:nth-child(5n) {
  margin-right: 0;
  margin-left: 0;
}
.quickViewDetails.modal-popup .products-grid .product-item .field.choice.related {
  padding: 5px 10px;
  text-transform: uppercase;
  font-weight: 600;
  display: inline-block;
}
.quickViewDetails.modal-popup .products-grid .product-detail,
.quickViewDetails.modal-popup .products-grid .product-item-details {
  text-align: center !important;
}
.quickViewDetails.modal-popup .products-grid .product-item-inner .actions-primary {
  display: inline-block;
}
.catalog-product-view.page-layout-1column .quickViewDetails .product-add-form .box-tocart .actions {
  width: 72%;
}
.quickViewDetails.modal-popup .product-info-main .box-tocart .actions,
.quickViewDetails.modal-popup .product-options-bottom .box-tocart .actions {
  display: inline-block !important;
}
.swatch-attribute-selected-option {
  font-weight: 600 !important;
  text-transform: uppercase !important;
}
/* ------------------------------------------------------------
   End Quickview Modal Popup  ---------------------------------
--------------------------------------------------------------- */
/* ------------------------------------------------------------
   Cart Detail Modal Popup on Products Listing  ---------------
--------------------------------------------------------------- */
#loadingImage,
#loadingLayer {
  display: none;
  height: 100%;
  width: 100%;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.4);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
}
#loadingImage > div,
#loadingLayer > div {
  padding-top: 0 !important;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  text-align: center;
  margin: -70px auto 0;
}
#loadingImage img,
#loadingLayer img {
  max-width: 200px;
}
.cartDetails .modal-header,
.cartDetails .modal-content,
.cartDetails .modal-footer {
  padding-left: 20px;
  padding-right: 20px;
}
.cartDetails .modal-header {
  padding-bottom: 0;
  padding-top: 20px;
}
.cartDetails .modal-custom .action-close,
.cartDetails .action-close,
.cartDetails .modal-slide .action-close {
  width: 23px;
  height: 23px;
  padding: 0;
  right: -10px;
  top: -10px;
  letter-spacing: 0;
  padding: 0 !important;
}
.cartDetails .modal-custom .action-close:before,
.cartDetails .action-close:before,
.cartDetails .modal-slide .action-close:before {
  content: "\e646" !important;
  font-family: 'themify' !important;
  font-size: 11px;
  line-height: 22px !important;
  display: block !important;
  background-image: none !important;
  overflow: visible !important;
}
.cartDetails .price-box .price-label {
  display: none !important;
}
.cartDetails .pImageBox {
  width: 40% !important;
}
.cartDetails .pName,
.cartDetails .product-add-form {
  width: 55% !important;
}
.cartDetails .pName {
  font-size: 18px;
  font-weight: 400;
}
.cartDetails .product-add-form .box-tocart {
  background-color: transparent;
  padding-left: 0;
  padding-right: 0;
}
.cartDetails .product-add-form .box-tocart .field.qty .label {
  display: none;
}
.cartDetails .product-options-wrapper {
  margin-bottom: 20px;
}
.cartDetails .swatch-attribute-label {
  font-size: 14px !important;
  font-weight: normal !important;
}
.cartDetails .product-add-form .box-tocart {
  background-color: transparent;
  padding: 10px 0;
  border: 0 !important;
  margin: 0 !important;
}
.cartDetails .product-add-form .box-tocart:before,
.cartDetails .product-add-form .box-tocart:after {
  content: '';
  clear: both;
  display: block;
}
.cartDetails .product-add-form .box-tocart .actions {
  float: left;
  width: 65%;
}
.cartDetails .product-add-form .box-tocart .action.ajaxproduct {
  width: 100%;
}
.cartDetails .product-add-form .box-tocart .field.qty {
  float: left;
  margin-bottom: 0 !important;
}
.cartDetails .product-add-form .box-tocart .field.qty .control-qty {
  right: -6px !important;
  margin: 0 !important;
}
.cartDetails .product-add-form .box-tocart .field.qty .input-text.qty {
  float: left;
  height: 45px !important;
  width: 50px;
  text-align: center;
  padding-left: 10px;
  padding-right: 10px;
  margin-left: 0;
}
.cartDetails .product-add-form .box-tocart .field.qty .label {
  display: none;
}
.cartDetails .product-add-form .box-tocart .field.qty .quantity-controls {
  color: #000000;
  font-size: 13px;
  float: left;
  background-color: #fff;
  position: static;
  height: 45px;
  width: 30px;
  line-height: 45px;
  border: 1px solid #ddd;
  margin: 0;
}
.cartDetails .product-add-form .box-tocart .field.qty .quantity-controls.quantity-plus {
  margin-left: -1px;
}
.cartDetails .product-add-form .box-tocart .field.qty .quantity-controls.quantity-minus {
  margin-right: -1px;
}
.cartDetails .product-add-form .box-tocart .action.ajaxproduct {
  font-size: 17px !important;
  font-weight: 400 !important;
  line-height: normal !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  width: 100% !important;
}
.cartDetails .product-add-form .box-tocart .action.ajaxproduct:before {
  margin-right: 2px;
  display: none;
}
.cartDetails .fieldset {
  margin-bottom: 0 !important;
}
.multishipping-checkout-address-newshipping form.form-address-edit .fieldset > .legend,
.multishipping-checkout-address-newshipping .form.form-edit-account .fieldset > .legend,
.multishipping-checkout-address-newshipping .form.form-newsletter-manage .fieldset > .legend {
  background-color: inherit;
}
/* ------------------------------------------------------------
   End Cart Detail Modal Popup on Products Listing  -----------
--------------------------------------------------------------- */
/* ------------------------------------------------------------
   Blog Wordpress  --------------------------------------------
--------------------------------------------------------------- */
.is-blog .page-title {
  font-weight: 600;
  text-transform: uppercase;
}
.is-blog.wordpress-post-view .page-title {
  font-weight: 600;
  text-transform: none;
}
.sidebar .finderProducts.vertical,
.sidebar .finderProducts.vertical ul {
  width: 100%;
}
.sidebar .instagram-outer .container {
  padding-right: 0;
  padding-left: 0;
}
.sidebar .instagram-outer .section-title {
  text-align: left;
  margin-bottom: 15px;
}
.sidebar .instagram-outer .section-title .title {
  font-size: 17px;
  font-weight: 400;
  line-height: normal;
  margin: 0;
  text-align: left;
}
.sidebar .instagram-outer #magebees-instagram.in-image-3 .item {
  padding: 1px;
}
.sidebar .instagram-outer #magebees-instagram .item a .instaOverlay .icon {
  font-size: 16px;
}
.sidebar .instagram-outer #magebees-instagram .item a .instaOverlay {
  font-size: 13px;
}
.sidebar .block {
  width: 100%;
}
.sidebar .block.mageTestimonials {
  padding: 20px;
  margin-bottom: 40px !important;
}
.sidebar .block.mageTestimonials .block-title {
  background-color: transparent;
  margin-top: 0;
}
.sidebar .block.mageTestimonials .owl-carousel .owl-item img {
  width: auto;
}
.sidebar .block.mageTestimonials .owl-carousel .mageTmRating img {
  width: 13px !important;
}
.sidebar .block.mageTestimonials .clientname b {
  margin-bottom: 5px;
}
.sidebar .block.mageTestimonials .magetmQuotes {
  line-height: 22px;
  margin-bottom: 20px;
  position: relative;
  text-align: left;
  background: url(../images/quote-bg.jpg) no-repeat right bottom;
}
.sidebar .block.mageTestimonials .mageTmClient:before,
.sidebar .block.mageTestimonials .mageTmClient:after {
  content: '';
  clear: both;
  display: block;
}
.sidebar .block.mageTestimonials .mageTmClient .clientPic {
  float: left;
  margin-right: 0;
  max-width: 60px;
  max-height: 60px;
  margin: 0 0 0 4px;
}
.sidebar .block.mageTestimonials .mageTmClient .clientDetails {
  margin-left: 80px;
  line-height: normal;
  display: block;
}
.sidebar .block.mageTestimonials .mageTmClient .clientDetails b {
  display: block;
  line-height: normal;
  text-transform: uppercase;
}
.sidebar .block.mageTestimonials .mageTmClient .clientDetails .mageTmEmail {
  word-break: break-all;
}
.sidebar .block.mageTestimonials .owl-nav.disabled {
  display: none;
}
.sidebar .block.mageTestimonials .owl-nav,
.sidebar .block.mageTestimonials .owl-dots {
  text-align: center;
}
.sidebar .block.mageTestimonials .owl-nav > div {
  padding: 5px 0;
  margin: 0;
}
.sidebar .block.mageTestimonials .owl-dots {
  margin-top: 10px;
}
.sidebar .block.mageTestimonials .owl-dots .owl-dot {
  margin-bottom: 0;
  cursor: pointer;
}
.sidebar .block-recent-posts .block-content .item {
  display: table;
  width: 100%;
}
.sidebar .block-recent-posts .block-content .item .post-image {
  width: 30%;
  padding-right: 10px;
}
.sidebar .block-recent-posts .block-content .item .post-image,
.sidebar .block-recent-posts .block-content .item .detail {
  display: table-cell;
  vertical-align: top;
}
.sidebar .block-recent-posts .block-content .item .post-date {
  color: #888888;
  font-size: 12px;
}
.sidebar .block-recent-posts .block-content .item .post-date:before {
  display: none;
}
.sidebar .block-recent-posts .block-content .item .detail a {
  line-height: normal;
}
.sidebar .block-blog-search {
  margin-bottom: 30px !important;
}
.sidebar .block-blog-search .blog-search {
  position: relative;
}
.sidebar .block-blog-search .block-title {
  display: none !important;
}
.sidebar .block-blog-search .block-content {
  padding: 0 !important;
}
.sidebar .block-blog-search .block-content .button {
  font-weight: normal;
}
.sidebar .block-blog-search .button {
  color: #8c8c8c;
  position: absolute;
  right: 0;
  top: 6px;
  background-color: transparent;
  border: 0;
}
.sidebar .block-blog-search .button:before {
  content: "\e610";
  font-family: 'themify';
  font-size: 16px;
  display: inline-block;
}
.sidebar .block-blog-search .button:hover {
  color: #333333;
}
.sidebar .block-blog-search .button span {
  display: none;
}
.sidebar .block-blog-search .input-text {
  margin-bottom: 10px;
  padding-right: 40px;
}
.sidebar .block-blog .block-title {
  border-bottom: 0;
}
.sidebar .block-blog .block-content ul {
  margin: 0;
  padding-left: 0;
  list-style: none;
}
.sidebar .block-blog .block-content .item {
  padding-bottom: 8px;
  margin-bottom: 8px;
}
.sidebar .block-blog .block-content .item a {
  position: relative;
  display: block;
}
.sidebar .block-blog-cloud .tags-list li {
  display: inline-block;
}
.sidebar .block-blog-cloud .tags-list li a {
  margin: 0 2px 10px;
  padding: 5px 15px;
  display: inline-block;
  border-radius: 50px;
}
.block,
.sidebar .widget.block:not(:last-child),
.sidebar .widget:not(:last-child),
.block-banners,
.block-banners-inline {
  margin-bottom: 40px !important;
}
.wordpress-post-view .post-meta {
  padding: 10px 0;
  font-size: 12px;
}
.wordpress-post-view .post-meta strong {
  font-weight: 600;
  text-transform: uppercase;
}
.wordpress-post-view .post-meta .post-meta-item {
  margin-bottom: 0;
}
.wordpress-post-view .post-image {
  float: none;
  display: block;
  margin-right: 0;
  text-align: center;
  margin-bottom: 20px;
  overflow: hidden;
}
.wordpress-post-view .post-detail-page h2 {
  font-size: 2.8rem;
  font-weight: 600;
}
.wordpress-post-view .post-detail-page h3 {
  font-size: 2.4rem;
  font-weight: 600;
}
.wordpress-post-view .post-detail-page h4 {
  font-size: 2rem;
  font-weight: 600;
}
.wordpress-post-view .post-detail-page p {
  margin-bottom: 20px;
}
.wordpress-post-view .post-detail-page ul {
  list-style: none;
  padding: 0;
  margin: 0 0 10px;
}
.wordpress-post-view .post-detail-page ul > li {
  position: relative;
  padding-left: 20px;
  margin: 0;
}
.wordpress-post-view .post-detail-page ul > li:before {
  content: "\f00c";
  font-family: 'FontAwesome';
  font-size: 13px;
  display: inline-block;
  position: absolute;
  left: 0;
}
.post-list-wrapper .post-list:before,
.post-list-wrapper .post-list:after {
  content: '';
  clear: both;
  display: block;
}
.post-list-wrapper .post-list .item {
  margin-bottom: 20px;
  padding-bottom: 0;
  width: 48.5%;
  margin-right: 3%;
  float: left;
}
.post-list-wrapper .post-list .item:nth-child(2n) {
  margin-right: 0;
}
.post-list-wrapper .post-list .item:hover .post-image img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.post-list-wrapper .post-list .item .post-title {
  margin-top: 0;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 10px;
}
.post-list-wrapper .post-list .item .post-meta {
  margin-bottom: 15px;
}
.post-list-wrapper .post-list .item .post-date {
  margin-bottom: 0;
}
.post-list-wrapper .post-list .item .post-name {
  font-size: 2rem;
  font-weight: 600;
}
.post-list-wrapper .post-list .item .read-more-text {
  font-size: 13px;
  text-transform: uppercase;
  display: block;
}
.post-list-wrapper .post-list .item .read-more-text:after {
  content: "\f178";
  font-family: "FontAwesome";
  display: inline-block;
  padding-left: 5px;
  vertical-align: inherit;
}
.post-list-wrapper .post-list .item .post-readmore .action.secondary {
  text-transform: uppercase;
  font-size: 12px;
  line-height: normal;
  padding: 5px 10px;
  display: inline-block;
  font-weight: normal;
}
.post-list-wrapper .post-list .item .post-image {
  margin-bottom: 15px;
  margin-right: 0;
  max-height: inherit;
  overflow: hidden;
}
.post-list-wrapper .post-list .item .post-image a,
.post-list-wrapper .post-list .item .post-image img {
  display: block;
  width: 100%;
}
.post-list-wrapper .post-list .item .post-meta .post-meta-item {
  color: #555;
}
.post-list-wrapper .post-list .item .post-meta .post-meta-item strong {
  display: none;
}
.post-list-wrapper .post-list .item .post-meta .post-meta-item.post-user {
  padding-left: 10px;
}
.post-list-wrapper .post-list .item .post-excerpt {
  margin-bottom: 10px;
}
.post-list-wrapper .post-list .item .post-meta .post-meta-item {
  font-size: 12px;
}
.post-list-wrapper .post-list .item .post-meta .post-meta-item strong {
  font-weight: 600;
  text-transform: uppercase;
}
.post-list-wrapper .pager {
  clear: both;
  padding: 10px;
  margin-bottom: 20px;
  display: block;
  text-align: center;
}
.post-list-wrapper .pager:before,
.post-list-wrapper .pager:after {
  content: '';
  display: block;
  clear: both;
}
.post-list-wrapper .pager .toolbar-amount {
  font-size: 12px !important;
  display: inline-block;
  padding-right: 20px;
  float: none;
}
.post-list-wrapper .pager .pages {
  display: inline-block;
}
.post-list-wrapper .pager .pages a.page,
.post-list-wrapper .pager .pages strong.page {
  width: 30px;
  font-weight: 400;
  padding: 0 15px !important;
  margin-right: 0;
  font-size: 13px;
  line-height: 40px;
  margin: 0;
}
.post-list-wrapper .pager .pages .items {
  font-weight: 400;
  margin: 0;
  display: inline-flex;
}
.post-list-wrapper .pager .pages .item {
  margin: 0;
}
.post-list-wrapper .pager .pages .action {
  width: 30px;
  margin-left: 0 !important;
  line-height: 40px;
  border: 0 !important;
}
.post-list-wrapper .pager .pages .action.next {
  margin-left: 0;
}
.post-list-wrapper .pager .pages .action.next:before {
  content: "\f178" !important;
  font-family: "FontAwesome";
  font-size: 14px !important;
  margin: 0;
}
.post-list-wrapper .pager .pages .action.previous {
  margin-right: 5px;
}
.post-list-wrapper .pager .pages .action.previous:before {
  content: "\f177" !important;
  font-family: "FontAwesome";
  font-size: 14px !important;
  margin: 0;
}
.comments-wrapper .fieldset {
  margin-bottom: 20px !important;
  margin-top: 40px;
}
.comments-wrapper .fieldset .legend {
  font-size: 3rem;
  font-weight: 600;
}
.comments-wrapper .fieldset .field:not(.choice) > .label {
  display: block;
  width: 100%;
  text-align: left;
}
.comments-wrapper .fieldset .field:not(.choice) > .control {
  width: 100%;
}
.comments-wrapper .fieldset textarea {
  height: 100px;
}
.comments-wrapper .fieldset .feild {
  display: block;
  margin-bottom: 15px !important;
}
.comments-wrapper .fieldset .textarea {
  margin-bottom: 0 !important;
}
.comments-wrapper .fieldset .feilds {
  padding-bottom: 15px;
}
.comments-wrapper .fieldset .feilds:before,
.comments-wrapper .fieldset .feilds:after {
  content: '';
  clear: both;
  display: block;
}
.comments-wrapper .fieldset .feilds .field {
  float: left;
  width: 50%;
  padding-right: 15px;
}
.comments-wrapper .fieldset .feilds .field.last {
  padding-right: 0;
  padding-left: 15px;
}
.comments-wrapper .actions-toolbar .primary .action {
  padding: 15px 25px;
  font-size: 16px;
}
.comments-wrapper .comment-image img {
  border-radius: 50%;
}
.comments-wrapper .comment-author .comment-url {
  font-weight: 600;
}
.comments-wrapper .comment-meta {
  margin-left: 90px;
}
.comments-wrapper .comment-entry {
  clear: none;
  margin-left: 90px;
  font-size: 13px;
}
.comments-wrapper > h2 {
  font-size: 2rem;
  text-transform: uppercase;
  font-weight: 600;
}
.comments-wrapper .comment-date .comment-when {
  font-size: 13px;
  margin-bottom: 10px;
  display: inline-block;
}
.comments-wrapper .reply .comment-reply-link {
  text-transform: uppercase;
}
.column:not(.sidebar-main) .comments-wrapper form .actions-toolbar,
.column:not(.sidebar-additional) .comments-wrapper form .actions-toolbar {
  margin-left: 0 !important;
}
.column:not(.sidebar-main) .comments-wrapper form .actions-toolbar > .primary,
.column:not(.sidebar-additional) .comments-wrapper form .actions-toolbar > .primary {
  margin-left: 0;
}
.post-categories:before {
  content: "\f0c1";
  font-family: "FontAwesome";
  margin: 0 5px 0 0;
}
.post-tags:before {
  content: "\f02c";
  font-family: "FontAwesome";
  margin: 0 5px 0 0;
}
.post-date:before {
  content: "\e6b6";
  font-family: 'themify';
  margin: 0 5px 0 0;
}
.post-comment:before {
  content: "\e643";
  font-family: 'themify';
  margin: 0 5px 0 0;
}
.post-user:before {
  content: "\f2c0";
  font-family: "FontAwesome";
  margin: 0 5px 0 0;
}
/* ------------------------------------------------------------
   End Blog Wordpress  ----------------------------------------
--------------------------------------------------------------- */
/* ------------------------------------------------------------
   My Account  ------------------------------------------------
--------------------------------------------------------------- */
.customer-review .product-info .product-name {
  font-weight: 600;
}
.customer-review .product-reviews-summary {
  display: block;
}
.customer-review .product-reviews-summary .rating-summary,
.customer-review .product-reviews-summary .reviews-actions {
  display: inline-block;
}
.customer-review .product-media {
  border: solid 1px #ddd;
}
.customer-review .product-media .product-image-photo.lazyloaded {
  width: auto;
}
@media (min-width: 768px) {
  .form.password.reset,
  .form.send.confirmation,
  .form.password.forget,
  .form.create.account {
    min-width: inherit !important;
    max-width: 720px !important;
    width: 100% !important;
    margin: 0 auto;
  }
}
.sendfriend-product-send .form.send.friend .fieldset {
  margin-bottom: 20px !important;
}
.sendfriend-product-send .form.send.friend .fieldset > .field:not(.choice) > .label {
  width: 135px;
}
.sendfriend-product-send .form.send.friend .fieldset > .field.choice:before,
.sendfriend-product-send .form.send.friend .fieldset > .field.no-label:before {
  width: 135px;
}
.sendfriend-product-send .form.send.friend .actions-toolbar .secondary .action.add {
  margin-top: 0 !important;
}
.sendfriend-product-send .column:not(.sidebar-main) form .actions-toolbar,
.sendfriend-product-send .column:not(.sidebar-additional) form .actions-toolbar {
  margin-left: 135px !important;
}
.account .column.main .toolbar .limiter-options {
  height: 30px;
  line-height: 30px;
}
.items.order-links {
  display: none;
}
.order-details-items .order-title > strong {
  font-weight: 600;
  text-transform: uppercase;
  font-size: 2.4rem;
}
.order-items .price-including-tax,
.order-items .price-excluding-tax {
  font-size: 14px;
  font-weight: normal;
}
.account.wishlist-index-index .pager:before,
.account.wishlist-index-index .pager:after {
  content: '';
  clear: both;
  display: block;
}
.account.wishlist-index-index .column.main .pager .toolbar-amount {
  padding-top: 7px;
}
.account.wishlist-index-index .products-grid .product-item {
  position: relative;
  width: 32% !important;
  margin-right: 2%;
  margin-left: 0 !important;
  padding: 0 !important;
}
.account.wishlist-index-index .products-grid .product-item:nth-child(3n) {
  margin-right: 0;
}
.account.wishlist-index-index .products-grid .product-item .price-box .price {
  margin: 0 !important;
  display: inline-block;
}
.account.wishlist-index-index .products-grid .product-item .price-box p {
  margin-bottom: 0;
}
.account.wishlist-index-index .products-grid .product-item:hover .product-item-inner,
.account.wishlist-index-index .products-grid .product-item .product-item-inner {
  opacity: 1;
  visibility: visible;
  position: static;
  padding: 10px !important;
  width: auto;
}
.account.wishlist-index-index .products-grid .product-item .fieldset {
  margin-bottom: 10px !important;
}
.account.wishlist-index-index .products-grid .product-item .fieldset .field.qty {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 0 !important;
}
.account.wishlist-index-index .products-grid .product-item .fieldset .field.qty .label {
  width: auto !important;
  display: none;
}
.account.wishlist-index-index .products-grid .product-item .box-tocart input.qty {
  height: 40px;
}
.account.wishlist-index-index .products-grid .product-item .fieldset > .field:not(.choice) > .control {
  width: auto !important;
}
.account.wishlist-index-index .products-grid .product-item .product-item-actions {
  margin: 0;
}
.account.wishlist-index-index .products-grid .product-item .actions-primary .action.tocart.primary:before {
  line-height: 39px;
  width: 40px;
  height: 40px;
}
.account.wishlist-index-index .products-grid .product-item .product-item-actions .action.edit:before {
  content: "\f044";
  font-family: "FontAwesome";
  font-size: 15px;
  font-weight: normal;
  display: inline-block;
  text-align: center;
}
.account.wishlist-index-index .products-grid .product-item .product-item-actions .action.edit span {
  display: none;
}
.account.wishlist-index-index .products-grid .product-item .product-item-actions .action.delete:before {
  content: "\e646";
  font-family: 'themify';
  font-size: 11px;
  font-weight: normal;
  display: inline-block;
  text-align: center;
}
.account.wishlist-index-index .products-grid .product-item .product-item-actions .action.delete span {
  display: none;
}
.account.wishlist-index-index .sidebar .actions-toolbar {
  padding: 10px 0;
  margin-top: 10px;
}
.account.wishlist-index-index .column:not(.sidebar-main) form .actions-toolbar,
.account.wishlist-index-index .column:not(.sidebar-additional) form .actions-toolbar {
  margin-left: 0 !important;
  padding-left: 0;
}
.abs-margin-for-forms-desktop,
.fieldset .legend,
.column:not(.sidebar-main) form .actions-toolbar,
.column:not(.sidebar-additional) form .actions-toolbar,
.login-container .fieldset:after {
  margin-left: 0 !important;
}
.account .fieldset > .field:not(.choice) > .label {
  width: 135px;
}
.account .fieldset > .field.choice:before,
.account .fieldset > .field.no-label:before {
  width: 135px;
}
.account .form.form-newsletter-manage .fieldset > .field.choice:before {
  width: inherit;
}
.account .form.form-newsletter-manage .fieldset > .legend {
  float: none;
  display: block;
  padding: 10px;
  width: 100%;
  font-size: 1.6rem;
  font-weight: 600;
}
.account .form.form-newsletter-manage .actions-toolbar {
  margin-left: 0 !important;
}
.account form.form-address-edit .fieldset > .legend,
.account .form.form-edit-account .fieldset > .legend {
  float: none;
  display: block;
  padding: 10px;
  width: 100%;
  font-size: 1.8rem;
  font-weight: 500;
}
.account form.form-address-edit .fieldset,
.account .form.form-edit-account .fieldset {
  margin-bottom: 20px;
}
.account form.form-address-edit .actions-toolbar .primary,
.account .form.form-edit-account .actions-toolbar .primary {
  margin-left: 68px;
}
.account .column:not(.sidebar-main) form.form-address-edit .actions-toolbar,
.account .column:not(.sidebar-additional) form.form-address-edit .actions-toolbar,
.account .column:not(.sidebar-main) .form.form-edit-account .actions-toolbar,
.account .column:not(.sidebar-additional) .form.form-edit-account .actions-toolbar {
  margin-left: 0 !important;
}
.fieldset > .field > .label,
.fieldset > .fields > .field > .label {
  font-weight: 600;
}
/* ------------------------------------------------------------
   End My Account  --------------------------------------------
--------------------------------------------------------------- */
/* ------------------------------------------------------------
   Full Width layout Option  ----------------------------------
--------------------------------------------------------------- */
.full-width-layout-posh .main-nav .sticky .minicart-wrapper {
  right: 20px;
}
.full-width-layout-posh .NavArwOnHover:hover .cws-arw .cws-prev,
.full-width-layout-posh .alwaysNavArw .cws-arw .cws-prev {
  left: 3%;
}
.full-width-layout-posh .NavArwOnHover:hover .cws-arw .cws-next,
.full-width-layout-posh .alwaysNavArw .cws-arw .cws-next {
  right: 3%;
}
.full-width-layout-posh .mageb-effects img {
  width: 100%;
}
.full-width-layout-posh .cwsSlider img,
.full-width-layout-posh .posh-home-page-style-1 .owl-carousel .owl-item img {
  width: 100%;
}
/* ------------------------------------------------------------
   End Full Width layout Option  ------------------------------
--------------------------------------------------------------- */
/* ------------------------------------------------------------
   CMS Page  --------------------------------------------------
--------------------------------------------------------------- */
.cms-content-important {
  margin-left: 0 !important;
  margin-right: 0 !important;
  line-height: 1.6;
  font-size: 1.6rem;
}
.cms-content ul > li {
  position: relative;
  padding-left: 20px;
  margin: 0 !important;
  list-style: none;
}
.cms-content ul > li:before {
  content: "\f00c";
  font-family: 'FontAwesome';
  font-size: 13px;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 2px;
}
.cms-content .block-collapsible-nav-title {
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 600;
}
.cms-content .block-collapsible-content ul > li {
  position: relative;
  padding-left: 15px;
  margin: 0 0 3px !important;
  list-style: none;
}
.cms-content .block-collapsible-content ul > li:before {
  content: "\f0da";
  font-family: 'FontAwesome';
  font-size: 13px;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
}
.cms-page-view h2,
.cms-page-view h3,
.cms-page-view h4,
.cms-page-view h5,
.cms-page-view h6 {
  margin-top: 0;
  font-weight: 600;
  line-height: normal;
}
.content-about-us:before,
.content-about-us:after {
  content: '';
  clear: both;
  display: block;
}
.content-about-us .image-about-us {
  float: left;
  margin: 0 20px 20px 0;
}
.content-about-us .des-about-us {
  display: block;
  font-size: 16px;
}
.contact-info-left {
  float: left;
  width: 38%;
  padding-right: 4%;
  margin-top: 20px;
}
.contact-info-left .detail-col {
  margin-bottom: 30px;
  padding: 0 10px 30px 75px;
  position: relative;
}
.contact-info-left .detail-col p {
  margin-bottom: 0;
}
.contact-info-left .detail-col h4 {
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 500;
}
.contact-info-left .detail-col:before {
  position: absolute;
  left: 0;
  top: -3px;
  font-family: 'themify';
  font-size: 30px;
  line-height: 60px;
  width: 60px;
  height: 60px;
  display: inline-block;
  text-align: center;
  border: solid 1px #ccc;
  border-radius: 100%;
  -webkit-border-radius: 100%;
}
.contact-info-left .detail-col.store-cp:before {
  content: "\e69b";
}
.contact-info-left .detail-col.email-cp:before {
  content: "\e75a";
}
.contact-info-left .detail-col.phone-cp:before {
  content: "\e621";
}
.contact-info-left .detail-col.address-cp:before {
  content: "\e693";
}
.contact-index-index .columns .column.main {
  padding-bottom: 0 !important;
}
.contact-index-index #maincontent {
  padding-bottom: 0;
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
}
.contact-index-index .contact-form-page {
  padding: 30px;
  float: left;
  width: 62%;
  margin-bottom: 30px;
}
.contact-index-index .contact-form-page .form.contact {
  width: 100% !important;
}
.contact-index-index .contact-form-page .actions-toolbar {
  margin-left: 25.8% !important;
}
.contact-index-index .contact-form-page .actions-toolbar .action.primary,
.contact-index-index .contact-form-page .actions-toolbar .amshopby-button,
.contact-index-index .contact-form-page .actions-toolbar .am-filter-go {
  padding: 10px 20px 8px;
}
.contact-index-index .fieldset {
  margin-bottom: 0 !important;
}
.contact-index-index .fieldset .legend {
  font-size: 22px;
  display: block;
  width: 100%;
  padding: 0 !important;
  font-weight: 500;
  margin-bottom: 10px;
}
.contact-index-index .fieldset > .field:not(.choice) > .label {
  text-align: left;
}
.contact-index-index .fieldset > .field {
  margin-bottom: 10px !important;
}
.contact-index-index .fieldset > .field:not(.choice) > .label {
  width: 100%;
  padding: 0;
}
.contact-index-index .fieldset > .field:not(.choice) > .control {
  width: 100%;
}
.contact-index-index .fieldset .field.no-label:before,
.contact-index-index .fieldset .field.no-label:after {
  display: none;
}
.contact-index-index .actions-toolbar {
  margin-top: 10px;
}
.contact-index-index .column:not(.sidebar-main) form .actions-toolbar,
.contact-index-index .column:not(.sidebar-additional) form .actions-toolbar {
  margin-left: 0 !important;
}
.contact-index-index .google-map {
  margin: 30px 0 0;
  clear: both;
}
.contact-index-index .google-map iframe {
  display: block;
  width: 100%;
}
@media (min-width: 768px) {
  .column:not(.sidebar-main) .form.contact,
  .column:not(.sidebar-additional) .form.contact {
    float: none;
    width: 100%;
  }
  .column:not(.sidebar-main) form .actions-toolbar,
  .column:not(.sidebar-additional) form .actions-toolbar {
    margin-left: 25.8% !important;
  }
}
/* ------------------------------------------------------------
   End CMS Page  ----------------------------------------------
--------------------------------------------------------------- */
/* ------------------------------------------------------------
   404 Error Page  --------------------------------------------
--------------------------------------------------------------- */
.cms-noroute-index #maincontent {
  padding: 60px 0;
}
.cms-noroute-index .disc {
  padding-left: 20px;
}
.error-img {
  float: left;
  width: 50%;
}
.error-detail {
  display: block;
  padding-left: 53%;
}
.error-detail h1 {
  font-weight: 700;
}
.error-detail h1 span {
  font-weight: 300;
}
/* ------------------------------------------------------------
   End 404 Error Page  ----------------------------------------
--------------------------------------------------------------- */
.aboutus-page {
  margin-bottom: 30px;
}
.aboutus-page h3 {
  text-align: center;
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 10px;
}
.aboutus-page .description {
  text-align: center;
  margin-bottom: 40px;
}
.aboutus-page .grid-services {
  margin-left: -15px;
  margin-right: -15px;
}
.aboutus-page .grid-services .item {
  width: 33.33333%;
  float: left;
  padding: 0 15px;
  margin-bottom: 35px;
}
.aboutus-page .grid-services .item:nth-child(3n+1) {
  clear: both;
}
.aboutus-page .grid-services .item .service-icon {
  float: left;
  width: 90px;
}
.aboutus-page .grid-services .item .service-info {
  margin-left: 90px;
}
.aboutus-page .grid-services .item .service-info h4 {
  font-size: 20px;
  color: #333;
  font-weight: 500;
  margin-bottom: 15px;
  padding-bottom: 14px;
  position: relative;
}
.aboutus-page .grid-services .item .service-info h4:before {
  content: "";
  display: block;
  width: 30px;
  height: 2px;
  background-color: #555;
  position: absolute;
  bottom: 0;
  left: 0;
}
.prodLabel .productlabel-txt {
  font-weight: normal !important;
}
.prodLabel.top-left {
  top: 10px;
  left: 10px;
}
.prodLabel.top-right {
  top: 10px;
  right: 10px;
}
.prodLabel.bottom-left {
  bottom: 10px;
  left: 10px;
}
.prodLabel.bottom-right {
  bottom: 10px;
  right: 10px;
}
/* Safari Browser Hack CSS */
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  ::i-block-chrome,
  .cart.table-wrapper .items {
    width: 100% !important;
    min-width: inherit !important;
  }
}
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}
@-webkit-keyframes fadeInDown {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    opacity: 1;
    transform: translateZ(0);
  }
}
@keyframes fadeInDown {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    opacity: 1;
    transform: translateZ(0);
  }
}
/* ------------------------------------------------------------
   Demo1 - Styles  --------------------------------------------
--------------------------------------------------------------- */
.posh-auto-parts-style-1.cms-index-index .welcome-content .section-title,
.posh-auto-parts-style-1.cms-index-index .welcome-content .section-title .title,
.posh-auto-parts-style-1.cms-index-index .welcome-content .section-title .sort-detail {
  text-align: center;
}
.posh-auto-parts-style-1 .category-images.category-images-style1 .container {
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
}
.posh-auto-parts-style-1 .mostviewd-section .cwsMostviewed .title:after {
  display: none;
}
.posh-auto-parts-style-1 .mostviewd-section .section-title + .view-more-btn {
  height: 57px;
  line-height: 57px;
}
.posh-auto-parts-style-1 .store-feature.store-feature-style1 h3 {
  font-weight: 500;
}
.posh-auto-parts-style-1 .store-feature.store-feature-style1 .info-icon {
  line-height: 17px;
  width: 63px;
  height: 63px;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  text-align: center;
  padding-right: 0;
}
.posh-auto-parts-style-1 .store-feature.store-feature-style1 .info-details {
  text-align: left;
  padding-left: 15px;
}
/* ------------------------------------------------------------
   Demo1 End - Styles  ----------------------------------------
--------------------------------------------------------------- */
/* ------------------------------------------------------------
   Demo2 - Styles  --------------------------------------------
--------------------------------------------------------------- */
.posh-auto-parts-style-2.cms-index-index .home-blog-post-style-2 .post-image {
  width: 50%;
}
.posh-auto-parts-style-2.cms-index-index .home-blog-post-style-2 .detail h3 {
  font-size: 18px;
}
.posh-auto-parts-style-2 .sidebar .finderProducts.vertical .action.primary,
.posh-auto-parts-style-2 .sidebar .finderProducts.vertical .amshopby-button,
.posh-auto-parts-style-2 .sidebar .finderProducts.vertical .am-filter-go {
  font-size: 14px !important;
  line-height: normal;
}
.posh-auto-parts-style-2 .sidebar .finderProducts.vertical h3 {
  font-weight: 600;
}
.posh-auto-parts-style-2.page-layout-2columns-left .sidebar .filter-options-title,
.posh-auto-parts-style-2.page-layout-2columns-right .sidebar .filter-options-title {
  font-weight: 500;
  font-size: 16px;
}
.posh-auto-parts-style-2 .page-title-wrap .page-title {
  text-transform: uppercase;
}
.posh-auto-parts-style-2 .product-info-main .detail-page-timer .title {
  font-size: 18px;
  text-transform: uppercase;
}
.posh-auto-parts-style-2 .product-info-main .price-box .price-wrapper .price {
  font-weight: 700;
}
.posh-auto-parts-style-2 .guaranteed-safe-checkout h4 {
  font-size: 17px;
  text-transform: uppercase;
}
.posh-auto-parts-style-2 .products-list .product-item .product-item-inner.style1 ul > li {
  padding: 0 1px 0 0;
}
.posh-auto-parts-style-2 .products-list .product-item .product-item-inner.style1 ul > li .magebees_quickview,
.posh-auto-parts-style-2 .products-list .product-item .product-item-inner.style1 ul > li .action.tocart.primary,
.posh-auto-parts-style-2 .products-list .product-item .product-item-inner.style1 ul > li .btn,
.posh-auto-parts-style-2 .products-list .product-item .product-item-inner.style1 ul > li .action.towishlist,
.posh-auto-parts-style-2 .products-list .product-item .product-item-inner.style1 ul > li .action.tocompare,
.posh-auto-parts-style-2 .products-list .product-item .product-item-inner.style1 ul > li .stock {
  width: 100%;
}
.posh-auto-parts-style-2 .products-list .product-item .product-item-inner.style1 ul > li .magebees_quickview:before,
.posh-auto-parts-style-2 .products-list .product-item .product-item-inner.style1 ul > li .action.tocart.primary:before,
.posh-auto-parts-style-2 .products-list .product-item .product-item-inner.style1 ul > li .btn:before,
.posh-auto-parts-style-2 .products-list .product-item .product-item-inner.style1 ul > li .action.towishlist:before,
.posh-auto-parts-style-2 .products-list .product-item .product-item-inner.style1 ul > li .action.tocompare:before,
.posh-auto-parts-style-2 .products-list .product-item .product-item-inner.style1 ul > li .stock:before {
  width: 100%;
}
.posh-auto-parts-style-2 .category-images .category-item .category-title .title {
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.posh-auto-parts-style-2 .products-grid .product-item .product-name a,
.posh-auto-parts-style-2 .products-grid .product-item .product-item-name a {
  font-weight: 600;
}
.posh-auto-parts-style-2 .products-grid .timer-product #timer-countbox .countdown-section .countdown-amount {
  font-weight: 700;
}
.posh-auto-parts-style-2 .product-info-main .stock.available span {
  font-weight: 700;
}
.posh-auto-parts-style-2 .product-add-form .box-tocart .actions .action.primary,
.posh-auto-parts-style-2 .product-add-form .update .actions .action.primary,
.posh-auto-parts-style-2 .product-add-form .box-tocart .actions .amshopby-button,
.posh-auto-parts-style-2 .product-add-form .update .actions .amshopby-button,
.posh-auto-parts-style-2 .product-add-form .box-tocart .actions .am-filter-go,
.posh-auto-parts-style-2 .product-add-form .update .actions .am-filter-go {
  font-size: 18px;
  padding: 0 30px 5px;
}
.posh-auto-parts-style-2 .product-add-form .box-tocart .actions .action.primary span,
.posh-auto-parts-style-2 .product-add-form .update .actions .action.primary span,
.posh-auto-parts-style-2 .product-add-form .box-tocart .actions .amshopby-button span,
.posh-auto-parts-style-2 .product-add-form .update .actions .amshopby-button span,
.posh-auto-parts-style-2 .product-add-form .box-tocart .actions .am-filter-go span,
.posh-auto-parts-style-2 .product-add-form .update .actions .am-filter-go span {
  vertical-align: inherit;
}
.posh-auto-parts-style-2 .product-info-main .product.attribute.overview ul > li:before {
  top: 4px;
}
.posh-auto-parts-style-2 .product.info.detailed table th,
.posh-auto-parts-style-2 .product.info.detailed .product.data.items > .item.title .switch,
.posh-auto-parts-style-2 .product.info.detailed #reviews .review-add .block-title strong {
  font-weight: 600;
  text-transform: uppercase;
}
.posh-auto-parts-style-2.account .column .block .block-title > strong,
.posh-auto-parts-style-2.account .column .block .block-content .box .box-title,
.posh-auto-parts-style-2 .product.info.detailed #reviews #review-form .review-legend.legend strong {
  font-weight: 600;
}
.posh-auto-parts-style-2 .product.info.detailed .product.data.items > .item.title .switch {
  font-size: 14px;
}
.posh-auto-parts-style-2 .product.media .store-feature.store-feature-style2 h3 {
  font-weight: 700;
  letter-spacing: 0;
}
.posh-auto-parts-style-2.page-layout-1column.catalog-product-view .store-feature.store-feature-style2 .display-table,
.posh-auto-parts-style-2.page-layout-1column.catalog-product-view .store-feature.store-feature-style2 .display-table-cell {
  display: table-cell !important;
}
.posh-auto-parts-style-2.page-layout-1column.catalog-product-view .product.media .store-feature.store-feature-style2 .info-area .info-icon {
  padding-right: 15px;
}
.posh-auto-parts-style-2.page-layout-1column.catalog-product-view .store-feature.store-feature-style2 .info-area {
  text-align: left;
}
.posh-auto-parts-style-2 .product-info-main .product.attribute.overview ul {
  margin-bottom: 25px;
}
.posh-auto-parts-style-2 .login-container .block .block-title strong {
  font-weight: 600;
}
/* ------------------------------------------------------------
   End Demo2 - Styles  ----------------------------------------
--------------------------------------------------------------- */
/* ------------------------------------------------------------
   Demo3 - Styles  --------------------------------------------
--------------------------------------------------------------- */
.posh-auto-parts-style-3 .brand-slider-style1 .section-title .title:before,
.posh-auto-parts-style-3 .brand-slider-style1 .section-title .title:after {
  display: none;
}
.posh-auto-parts-style-3 .bestseller-product .mage-bestseller-slider .owl-carousel .owl-nav > div.owl-prev,
.posh-auto-parts-style-3 .newproduct-section .owl-carousel .owl-nav > div.owl-prev,
.posh-auto-parts-style-3 .cwsNewProducts .mage-new-slider .owl-carousel .owl-nav > div.owl-prev,
.posh-auto-parts-style-3 .cwsFeatured .mage-new-slider .owl-carousel .owl-nav > div.owl-prev {
  left: 10px;
}
.posh-auto-parts-style-3 .bestseller-product .mage-bestseller-slider .owl-carousel .owl-nav > div.owl-next,
.posh-auto-parts-style-3 .newproduct-section .owl-carousel .owl-nav > div.owl-next,
.posh-auto-parts-style-3 .cwsNewProducts .mage-new-slider .owl-carousel .owl-nav > div.owl-next,
.posh-auto-parts-style-3 .cwsFeatured .mage-new-slider .owl-carousel .owl-nav > div.owl-next {
  right: 10px;
}
.posh-auto-parts-style-3 .cwsNewProducts .mage-new-slider .owl-carousel .owl-nav,
.posh-auto-parts-style-3 .cwsFeatured .mage-new-slider .owl-carousel .owl-nav {
  opacity: 0;
  visibility: hidden;
}
.posh-auto-parts-style-3 .cwsNewProducts .mage-new-slider .owl-carousel:hover .owl-nav,
.posh-auto-parts-style-3 .cwsFeatured .mage-new-slider .owl-carousel:hover .owl-nav {
  opacity: 1;
  visibility: visible;
}
.posh-auto-parts-style-3 .section-title .title {
  display: inline-block;
  position: relative;
  width: inherit;
}
.posh-auto-parts-style-3 .section-title .title:before {
  content: '';
  height: 2px;
  width: 30px;
  display: inline-block;
  position: absolute;
  left: -40px;
  top: 50%;
}
.posh-auto-parts-style-3 .section-title .title:after {
  content: '';
  height: 2px;
  width: 30px;
  display: inline-block;
  position: absolute;
  right: -40px;
  top: 50%;
}
.posh-auto-parts-style-3 .column.main .block.crosssell .title {
  display: block;
}
.posh-auto-parts-style-3 .column.main .block.crosssell .title strong {
  position: relative;
}
.posh-auto-parts-style-3 .column.main .block.crosssell .title strong:before {
  content: '';
  height: 2px;
  width: 30px;
  display: inline-block;
  position: absolute;
  left: -40px;
  top: 50%;
}
.posh-auto-parts-style-3 .column.main .block.crosssell .title strong:after {
  content: '';
  height: 2px;
  width: 30px;
  display: inline-block;
  position: absolute;
  right: -40px;
  top: 50%;
}
.posh-auto-parts-style-3 .breadcrumbs .items > li {
  text-transform: uppercase;
}
.posh-auto-parts-style-3.page-layout-2columns-right .sidebar .finderProducts.vertical,
.posh-auto-parts-style-3.page-layout-2columns-left .sidebar .finderProducts.vertical {
  padding: 25px;
}
.posh-auto-parts-style-3.page-layout-2columns-right .sidebar .finderProducts.vertical h3,
.posh-auto-parts-style-3.page-layout-2columns-left .sidebar .finderProducts.vertical h3 {
  font-size: 22px;
  font-weight: 600;
}
.posh-auto-parts-style-3.page-layout-2columns-right .sidebar .finderProducts.vertical select,
.posh-auto-parts-style-3.page-layout-2columns-left .sidebar .finderProducts.vertical select {
  text-transform: uppercase;
}
.posh-auto-parts-style-3.page-layout-2columns-right .sidebar .listMostviewed .title h3,
.posh-auto-parts-style-3.page-layout-2columns-left .sidebar .listMostviewed .title h3,
.posh-auto-parts-style-3.page-layout-2columns-right .sidebar .block .block-title strong,
.posh-auto-parts-style-3.page-layout-2columns-left .sidebar .block .block-title strong {
  font-size: 18px;
  font-weight: 700;
}
.posh-auto-parts-style-3.page-layout-2columns-right .sidebar .instagram-outer .section-title .title,
.posh-auto-parts-style-3.page-layout-2columns-left .sidebar .instagram-outer .section-title .title {
  font-size: 18px;
  font-weight: 700;
}
.posh-auto-parts-style-3.page-layout-2columns-right .sidebar .instagram-outer .section-title .title:after,
.posh-auto-parts-style-3.page-layout-2columns-left .sidebar .instagram-outer .section-title .title:after,
.posh-auto-parts-style-3.page-layout-2columns-right .sidebar .instagram-outer .section-title .title:before,
.posh-auto-parts-style-3.page-layout-2columns-left .sidebar .instagram-outer .section-title .title:before {
  display: none;
}
.posh-auto-parts-style-3.page-with-filter .sidebar .block .block-title strong,
.posh-auto-parts-style-3.page-with-filter .sidebar .listMostviewed .title h3 {
  font-weight: 700;
}
.posh-auto-parts-style-3.page-with-filter .sidebar .filter-options-title {
  font-size: 16px;
  font-weight: 600;
}
.posh-auto-parts-style-3 .products-grid .product-item .product-name a,
.posh-auto-parts-style-3 .products-grid .product-item .product-item-name a {
  font-weight: 600;
}
.posh-auto-parts-style-3 .products-grid .timer-product #timer-countbox .countdown-section .countdown-amount {
  font-weight: 700;
}
.posh-auto-parts-style-3 .product-info-main .stock.available span {
  font-weight: 700;
}
.posh-auto-parts-style-3 .product-info-main .price-box .price-wrapper .price {
  font-weight: 700;
}
.posh-auto-parts-style-3 .product-info-main .detail-page-timer .title {
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 700;
}
.posh-auto-parts-style-3 .product-add-form .box-tocart .actions .action.primary,
.posh-auto-parts-style-3 .product-add-form .update .actions .action.primary,
.posh-auto-parts-style-3 .product-add-form .box-tocart .actions .amshopby-button,
.posh-auto-parts-style-3 .product-add-form .update .actions .amshopby-button,
.posh-auto-parts-style-3 .product-add-form .box-tocart .actions .am-filter-go,
.posh-auto-parts-style-3 .product-add-form .update .actions .am-filter-go {
  font-size: 20px;
  padding: 0 30px;
  line-height: 45px;
}
.posh-auto-parts-style-3 .product-add-form .box-tocart .actions .action.primary span,
.posh-auto-parts-style-3 .product-add-form .update .actions .action.primary span,
.posh-auto-parts-style-3 .product-add-form .box-tocart .actions .amshopby-button span,
.posh-auto-parts-style-3 .product-add-form .update .actions .amshopby-button span,
.posh-auto-parts-style-3 .product-add-form .box-tocart .actions .am-filter-go span,
.posh-auto-parts-style-3 .product-add-form .update .actions .am-filter-go span {
  vertical-align: inherit;
}
.posh-auto-parts-style-3 .sidebar.sidebar-main .block .block-title,
.posh-auto-parts-style-3 .sidebar.sidebar-additional .block .block-title {
  font-weight: bold;
}
.posh-auto-parts-style-3 .guaranteed-safe-checkout h4 {
  text-transform: uppercase;
}
.posh-auto-parts-style-3.catalog-product-view .column.main .block.related .section-title,
.posh-auto-parts-style-3.catalog-product-view .column.main .horizonal-pro-slider .section-title,
.posh-auto-parts-style-3.catalog-product-view .column.main .block-viewed-products-grid .section-title {
  padding-right: 0;
  text-align: center;
}
.posh-auto-parts-style-3.catalog-product-view .column.main .block.related .section-title .title,
.posh-auto-parts-style-3.catalog-product-view .column.main .horizonal-pro-slider .section-title .title,
.posh-auto-parts-style-3.catalog-product-view .column.main .block-viewed-products-grid .section-title .title {
  font-size: 30px;
  text-transform: uppercase;
}
.posh-auto-parts-style-3.catalog-product-view .column.main .block.related .section-title .block-actions,
.posh-auto-parts-style-3.catalog-product-view .column.main .horizonal-pro-slider .section-title .block-actions,
.posh-auto-parts-style-3.catalog-product-view .column.main .block-viewed-products-grid .section-title .block-actions {
  text-align: center;
}
.posh-auto-parts-style-3.catalog-product-view .column.main .block.related .sort-detail,
.posh-auto-parts-style-3.catalog-product-view .column.main .horizonal-pro-slider .sort-detail,
.posh-auto-parts-style-3.catalog-product-view .column.main .block-viewed-products-grid .sort-detail {
  text-align: center;
}
.posh-auto-parts-style-3.catalog-product-view .column.main .horizonal-pro-slider .owl-carousel .owl-nav {
  width: 100%;
  top: 50%;
  margin-top: -20px;
}
.posh-auto-parts-style-3.catalog-product-view .column.main .horizonal-pro-slider .owl-carousel .owl-nav > div.owl-prev {
  left: 50px;
}
.posh-auto-parts-style-3.catalog-product-view .column.main .horizonal-pro-slider .owl-carousel .owl-nav > div.owl-next {
  right: -45px;
}
.posh-auto-parts-style-3.page-layout-2columns-right.catalog-product-view .column.main .block.related .products-grid .product-item .product-item-inner ul > li,
.posh-auto-parts-style-3.page-layout-2columns-left.catalog-product-view .column.main .block.related .products-grid .product-item .product-item-inner ul > li,
.posh-auto-parts-style-3.page-layout-2columns-right.catalog-product-view .column.main .horizonal-pro-slider .products-grid .product-item .product-item-inner ul > li,
.posh-auto-parts-style-3.page-layout-2columns-left.catalog-product-view .column.main .horizonal-pro-slider .products-grid .product-item .product-item-inner ul > li,
.posh-auto-parts-style-3.page-layout-2columns-right.catalog-product-view .column.main .block-viewed-products-grid .products-grid .product-item .product-item-inner ul > li,
.posh-auto-parts-style-3.page-layout-2columns-left.catalog-product-view .column.main .block-viewed-products-grid .products-grid .product-item .product-item-inner ul > li {
  padding: 0;
}
.posh-auto-parts-style-3 .product.info.detailed .product.data.items > .item.title .switch {
  font-size: 16px;
  font-weight: 700;
}
.posh-auto-parts-style-3 .column.main #layered-filter-block-top .filter-subtitle {
  font-weight: bold;
}
.posh-auto-parts-style-3 .product.info.detailed #reviews .review-add .block-title strong,
.posh-auto-parts-style-3 .product.info.detailed #reviews .review-list .block-title strong {
  font-weight: bold;
}
.posh-auto-parts-style-3 .cartBox .pname {
  font-size: 24px;
}
.posh-auto-parts-style-3 .post-list-wrapper .post-list .item .post-title {
  font-size: 20px;
  font-weight: 700;
  clear: both;
}
.posh-auto-parts-style-3 .create.account.form-create-account .fieldset.create.info .legend span,
.posh-auto-parts-style-3 .create.account .fieldset.create.account .legend,
.posh-auto-parts-style-3 .login-container .block .block-title strong {
  font-weight: 700;
}
.posh-auto-parts-style-3 .column.main .category-image .image {
  width: 100%;
}
/* ------------------------------------------------------------
   End Demo3 - Styles  --------------------------------------------
--------------------------------------------------------------- */
.opc-wrapper .step-title,
.opc-block-shipping-information .shipping-information-title,
.opc-block-summary > .title,
.checkout-agreements-items .checkout-agreements-item-title {
  border-bottom: 0;
  padding-bottom: 20px;
}
.opc-wrapper .form-login,
.opc-wrapper .form-shipping-address {
  max-width: 100% !important;
}
.opc-payment-additional.discount-code {
  padding: 20px;
  background-color: #efefef;
}
.checkout-payment-method .payment-option-title {
  border: 0;
  padding: 0 !important;
  position: relative;
}
.checkout-payment-method .payment-option-title .action-toggle {
  display: block;
  color: #000000;
  font-size: 18px;
  text-transform: uppercase;
}
.checkout-payment-method .payment-option-title .action-toggle:after {
  content: "\e61a";
  font-family: 'themify';
  font-size: 13px;
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  top: 5px;
  right: 0;
}
.checkout-payment-method .payment-option._active .payment-option-title .action-toggle:after {
  content: "\e646";
}
.checkout-payment-method .payment-option-content {
  padding: 10px 0 0;
}
.checkout-payment-method .payment-option-inner {
  margin-bottom: 10px;
}
.opc-block-shipping-information {
  padding: 0;
}
.opc-block-shipping-information .shipping-information-title .action-edit {
  top: -5px;
}
.checkout-success {
  text-align: center;
}
.checkout-success .actions-toolbar .primary {
  float: none;
}
.mageTestList .mageTmClient .clientPic {
  max-width: 90px;
  max-height: 90px;
}
.mageTestList .mageTmClient .clientPic img {
  display: block;
  width: auto;
  height: auto;
}
.column.main .mageTestitoolbar .toolbar-amount {
  font-weight: normal;
}
.column.main .mageTestitoolbar .pages .item {
  margin-right: 5px;
}
.column.main .mageTestitoolbar .pages .item a.page,
.column.main .mageTestitoolbar .pages .item .action,
.column.main .mageTestitoolbar .pages .item strong.page {
  padding: 0 12px;
  box-shadow: none;
  -webkit-box-shadow: none;
}
.column.main .mageTestitoolbar .pager {
  text-align: center;
}
.column.main .mageTestitoolbar .pager .pages .action {
  padding: 0 12px;
}
.column.main .mageTestitoolbar .toolbar-amount {
  float: left;
}
.column.main .mageTestitoolbar .limiter {
  float: right;
}
.mageTestForm .testimonial label {
  display: block;
}
.mageTestForm .fieldset > .field:not(.choice) > .control,
.mageTestForm textarea {
  width: 100% !important;
}
.mageTestForm .captcha img {
  margin-right: 10px;
}
.account.wishlist-index-index .products-grid .product-item:hover .product-item-inner,
.account.wishlist-index-index .products-grid .product-item .product-item-inner {
  padding: 0 10px !important;
  width: 100%;
}
.products-grid.wishlist .product-item .product-item-info .magebees_quickview,
.products-grid.wishlist .product-item .product-item-info:hover .magebees_quickview {
  text-align: center;
  width: 100% !important;
  height: 40px !important;
  margin: 0 0 10px !important;
  line-height: 40px !important;
}
.products-grid.wishlist .product-item .product-item-info .magebees_quickview:before,
.products-grid.wishlist .product-item .product-item-info:hover .magebees_quickview:before {
  height: 40px;
  line-height: 40px;
}
.page-header .switcher .options ul.dropdown li {
  margin: 0;
  padding: 5px;
}
.page-header .switcher a,
.nav-sections .switcher a {
  font-size: 13px;
}
.page-layout-2columns-left .main {
  padding-left: 0 !important;
}
.page-layout-2columns-left .sidebar .block.filter,
.page-layout-2columns-right .sidebar .block.filter {
  border: 1px solid #d0d0d0;
}
.finder-index-index .finderDropdowns {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -o-align-items: center;
  align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
}
.finder-index-index .finderProducts ul {
  flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
}
.finder-index-index .finderDropdowns li.column3 {
  margin-bottom: 0;
}
.finder-index-index .finderDropdowns .button-set {
  padding-left: 10px;
}
.page-layout-2columns-left .bundle-options-container .bundle-options-wrapper,
.page-layout-2columns-left .bundle-options-container .block-bundle-summary,
.page-layout-2columns-right .bundle-options-container .bundle-options-wrapper,
.page-layout-2columns-right .bundle-options-container .block-bundle-summary,
.page-layout-3columns .bundle-options-container .bundle-options-wrapper,
.page-layout-3columns .bundle-options-container .block-bundle-summary {
  width: 100% !important;
}
.product-bundle-product .product-info-main .price-box .old-price {
  vertical-align: top;
  padding-left: 10px;
}
.megamenu-small-banners ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.megamenu-small-banners ul > li {
  float: left;
  width: 49%;
  margin-right: 2% !important;
}
.megamenu-small-banners ul > li img {
  width: 100%;
}
.megamenu-small-banners ul > li:nth-of-type(2),
.megamenu-small-banners ul > li:nth-of-type(3),
.megamenu-small-banners ul > li:last-of-type {
  margin-right: 0 !important;
}
.toolbar.wishlist-toolbar {
  padding: 5px 15px;
  font-size: 13px;
}
.toolbar.wishlist-toolbar br {
  display: none;
}
.toolbar.wishlist-toolbar select {
  font-size: 13px;
}
.page-title-wrapper .order-date .label {
  color: #999 !important;
}
.order-actions-toolbar .action.print {
  display: inline-block !important;
  float: none !important;
}
.order-actions-toolbar {
  margin-bottom: 0 !important;
}
.cwsBestSeller .toolbar-amount {
  position: static !important;
}
.cwsSlider {
  margin-bottom: 0 !important;
}
.cwsSlider .cwsRwdSlider {
  border: 0 !important;
  padding: 0 !important;
}
.cws-pager li a {
  margin: 0 5px !important;
  border: 0 !important;
}
.slider-style4 .finderProducts,
.posh-auto-parts-style-4 .finderProducts.horizontal {
  color: #fff;
  background-color: #212529;
  padding: 35px;
}
.slider-style4 .finderProducts h3,
.posh-auto-parts-style-4 .finderProducts.horizontal h3 {
  margin: 0;
  text-transform: none;
  font-size: 22px;
  font-weight: bold;
}
.slider-style4 .finderProducts ul,
.posh-auto-parts-style-4 .finderProducts.horizontal ul {
  padding: 0 20px;
}
.slider-style4 .finderProducts ul li,
.posh-auto-parts-style-4 .finderProducts.horizontal ul li {
  margin-bottom: 0;
}
.slider-style4 .finderProducts ul select,
.posh-auto-parts-style-4 .finderProducts.horizontal ul select {
  height: 65px;
  border: 0;
}
.slider-style4 .finderProducts .action.primary[disabled],
.posh-auto-parts-style-4 .finderProducts.horizontal .action.primary[disabled],
.slider-style4 .finderProducts .amshopby-button[disabled],
.posh-auto-parts-style-4 .finderProducts.horizontal .amshopby-button[disabled],
.slider-style4 .finderProducts .am-filter-go[disabled],
.posh-auto-parts-style-4 .finderProducts.horizontal .am-filter-go[disabled] {
  opacity: 0.8;
}
.slider-style4 .finderProducts .button-set button,
.posh-auto-parts-style-4 .finderProducts.horizontal .button-set button,
.slider-style4 .finderProducts .button-set .cart.table-wrapper .actions-toolbar > .action,
.posh-auto-parts-style-4 .finderProducts.horizontal .button-set .cart.table-wrapper .actions-toolbar > .action,
.slider-style4 .finderProducts .button-set .action-gift,
.posh-auto-parts-style-4 .finderProducts.horizontal .button-set .action-gift {
  padding: 24px 20px;
  margin: 0 10px;
  font-weight: 500;
}
.slider-style4 .finderProducts .button,
.posh-auto-parts-style-4 .finderProducts.horizontal .button {
  color: #fff;
  background-color: #000;
}
.slider-style4 .finderProducts .button:hover,
.posh-auto-parts-style-4 .finderProducts.horizontal .button:hover {
  color: #000;
  background-color: #eca605;
}
.slider-style4 .finderProducts {
  margin: 20px 0 0 !important;
}
.posh-auto-parts-style-4 .finderProducts.horizontal {
  margin: 0 0 30px;
}
.finderProducts.vertical .d-flex {
  flex-direction: column;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  max-width: 100%;
  width: 100%;
}
.cwsBestSeller {
  margin-bottom: 0 !important;
}
/* Demo4 Styles */
.posh-auto-parts-style-4 .section-title {
  margin-bottom: 20px;
}
.posh-auto-parts-style-4 .action.primary,
.posh-auto-parts-style-4 button,
.posh-auto-parts-style-4 .amshopby-button,
.posh-auto-parts-style-4 .am-filter-go,
.posh-auto-parts-style-4 .cart.table-wrapper .actions-toolbar > .action,
.posh-auto-parts-style-4 .action-gift {
  font-weight: 500;
}
.posh-auto-parts-style-4 button,
.posh-auto-parts-style-4 a.action.primary,
.posh-auto-parts-style-4 .cart.table-wrapper .actions-toolbar > .action,
.posh-auto-parts-style-4 .action-gift,
.posh-auto-parts-style-4 .cart.table-wrapper .actions-toolbar > .action,
.posh-auto-parts-style-4 .action-gift,
.posh-auto-parts-style-4 .action-gift,
.posh-auto-parts-style-4 .cartBox .modal-inner-wrap .action.primary.shopcontinue,
.posh-auto-parts-style-4 a.amshopby-button,
.posh-auto-parts-style-4 .cartBox .modal-inner-wrap .amshopby-button.shopcontinue,
.posh-auto-parts-style-4 a.am-filter-go,
.posh-auto-parts-style-4 .cartBox .modal-inner-wrap .am-filter-go.shopcontinue,
.posh-auto-parts-style-4 .cart.table-wrapper .actions-toolbar > .action,
.posh-auto-parts-style-4 .action-gift,
.posh-auto-parts-style-4 .action-gift,
.posh-auto-parts-style-4 .action-gift {
  padding: 10px 15px;
  letter-spacing: 0;
}
.posh-auto-parts-style-4 .products-grid:not(.products-flex-grid) .product-item:hover,
.posh-auto-parts-style-4 .products-list:not(.products-flex-grid) .product-item:hover {
  border-color: #212529 !important;
}
.posh-auto-parts-style-4 .product-items.hover-style8 .product-item .product-item-details {
  padding: 20px 10px 20px;
}
.posh-auto-parts-style-4 .testimonial-outer .container {
  background-color: #f7f7f7;
  padding-top: 50px;
  padding-bottom: 50px;
  max-width: 1600px;
}
.posh-auto-parts-style-4 .testimonial-outer .magetmQuotes {
  background-color: transparent;
  border-radius: 0;
  font-size: 20px;
  line-height: 36px;
  text-align: center;
}
.posh-auto-parts-style-4 .testimonial-outer .magetmQuotes:after,
.posh-auto-parts-style-4 .testimonial-outer .magetmQuotes:before {
  display: none;
}
.posh-auto-parts-style-4 .testimonial-outer .magetmQuotes {
  padding: 30px;
}
.posh-auto-parts-style-4 .testimonial-outer .mageTestimonials {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 150px;
}
.posh-auto-parts-style-4 .testimonial-outer .mageTestimonials .owl-carousel {
  overflow: visible;
}
.posh-auto-parts-style-4 .testimonial-outer .mageTestimonials .owl-carousel .owl-item .mageTmClient .clientPic img {
  display: block;
}
.posh-auto-parts-style-4 .testimonial-outer .mageTmClient .clientPic {
  border-color: #fff;
}
.posh-auto-parts-style-4 .testimonial-outer .mageTmClient {
  display: flex;
  display: -webkit-flex;
  display: -ms-flex;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
}
.posh-auto-parts-style-4 .testimonial-outer .owl-carousel .owl-nav > div {
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  background: transparent !important;
  margin: 0;
}
.posh-auto-parts-style-4 .testimonial-outer .owl-carousel .owl-nav > div:hover {
  background: transparent !important;
}
.posh-auto-parts-style-4 .testimonial-outer .owl-carousel .owl-nav > div:before {
  font-size: 22px;
  color: #333;
}
.posh-auto-parts-style-4 .testimonial-outer .owl-carousel .owl-nav {
  margin: 0;
}
.posh-auto-parts-style-4 .testimonial-outer .owl-carousel .owl-nav > div.owl-next {
  right: -80px;
  left: auto;
}
.posh-auto-parts-style-4 .testimonial-outer .owl-carousel .owl-nav > div.owl-prev {
  left: -50px;
}
.posh-auto-parts-style-4 .testimonial-outer .mageTmClient {
  text-align: center;
}
.posh-auto-parts-style-4 .testimonial-outer .owl-dots.disabled {
  margin: 0;
}
.posh-auto-parts-style-4 .brandlogoSliderLayer .container {
  max-width: 1230px;
}
.posh-auto-parts-style-4 .brand .logoSliderLayer ul li {
  margin-right: 29px;
}
.posh-auto-parts-style-4 .home-blog-post-style-4 .homepost-listing li.item .detail {
  border-radius: 0;
  -webkit-border-radius: 0;
}
.posh-auto-parts-style-4 .finderProducts.vertical {
  padding: 30px;
}
.finderProducts.vertical .button-set {
  width: 100%;
}
.finderProducts.vertical .button-set button,
.finderProducts.vertical .button-set .cart.table-wrapper .actions-toolbar > .action,
.finderProducts.vertical .button-set .action-gift {
  width: 48%;
}
.static-banner-block ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.static-banner-block ul li {
  float: left;
  width: 50%;
  background-color: #f7f7f7;
  margin: 0;
}
.static-banner-block ul li:hover .sml-banner-img img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.static-banner-block ul li .sml-banner-img {
  flex: 1;
  -ms-flex: 1;
  -webkit-flex: 1;
  overflow: hidden;
}
.static-banner-block ul li .sml-banner-img img {
  display: block;
  width: 100%;
  transition: transform .5s ease;
  -webkit-transition: transform .5s ease;
  -o-transition: transform .5s ease;
  -ms-transition: transform .5s ease;
}
.static-banner-block ul li .sml-banner-detail {
  text-align: center;
  flex: 1;
  -ms-flex: 1;
  -webkit-flex: 1;
}
.static-banner-block ul li .sml-banner-detail .action.secondary {
  font-size: 14px;
  font-weight: 600;
  padding: 10px 20px !important;
}
.static-banner-block ul li .sml-banner-detail h3 {
  font-size: 20px;
  margin: 0 0 20px;
  display: block;
  padding: 0 10px;
  font-weight: 700;
}
.mage-deal-products-style2 .content_section {
  background-color: #eaeaea;
}
.mage-deal-products-style2 .content_section.left {
  order: 0;
  -webkit-order: 0;
  -ms-order: 0;
}
.mage-deal-products-style2 .image_section.right {
  order: 1;
  -webkit-order: 1;
  -ms-order: 1;
}
.mage-deal-products-style2 .content_section.right {
  order: 1;
  -webkit-order: 1;
  -ms-order: 1;
}
.mage-deal-products-style2 .image_section.left {
  order: 0;
  -webkit-order: 0;
  -ms-order: 0;
}
.mage-deal-products-style2 .f-text {
  padding: 20px;
}
.mage-deal-products-style2 .section-title .title {
  margin-bottom: 20px;
}
.mage-deal-products-style2 .sort-detail {
  max-width: 100%;
  font-size: 25px;
  font-weight: 500;
}
.mage-deal-products-style2 .deal-timer {
  margin-bottom: 20px;
}
.mage-deal-products-style2 .timer-product {
  float: none;
  display: block;
}
.mage-deal-products-style2 #timer-countbox .countdown-section .countdown-amount {
  font-weight: bold;
  font-size: 28px;
  margin-bottom: 15px;
}
.mage-deal-products-style2 #timer-countbox .countdown-section {
  padding: 15px 0;
  margin-right: 10px !important;
}
.mage-deal-products-style2 #timer-countbox .countdown-section .countdown-period {
  line-height: normal;
}
.mage-deal-products-style2 .product-title {
  font-size: 28px;
  font-weight: 500;
}
.mage-deal-products-style2 .price-box {
  margin-bottom: 20px;
}
.mage-deal-products-style2 .price-box .price {
  font-size: 22px;
}
.mage-deal-products-style2 .primary {
  padding: 12px 25px;
  font-size: 16px;
}
.pagerInBottom .cws-pager {
  left: 50% !important;
  bottom: 0;
  transform: translate(-50%);
  -webkit-transform: translate(-50%);
  -ms-transform: translate(-50%);
}
.page-main-full-width {
  padding: 30px;
}
.page-layout-category-full-width .page-main,
.page-layout-product-full-width .page-main,
.product-full-width-section,
.page-layout-product-full-width .page-main-details {
  max-width: 100%;
  padding-left: 30px;
  padding-right: 30px;
}
.page-layout-category-full-width .category-view {
  padding: 30px 30px 0;
}
.page-layout-category-full-width #maincontent {
  padding-top: 10px;
}
.mfp-arrow:hover,
.mfp-arrow:focus {
  background: transparent;
  border: 0;
}
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  background: transparent;
  border: 0;
}
.products-grid + .pager {
  text-align: center;
}
#notification_slider a#close_notification {
  top: 50%;
  right: 0;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  margin-top: -2px;
  width: 20px;
  height: 20px;
  text-align: center;
  padding: 0;
}
.posh-auto-parts-style-5 #notification_slider,
.posh-auto-parts-style-5 #notification_slider .bxslider > li {
  background-image: url(../images/promotionbar-bg.png);
  background-repeat: no-repeat;
  background-position: right top;
}
.posh-auto-parts-style-5 #notification_slider .bxslider > li {
  padding: 9px !important;
}
.posh-auto-parts-style-5 .header-4 #header-content {
  padding-top: 0;
  padding-bottom: 0;
}
.posh-auto-parts-style-5.cms-index-index #maincontent {
  padding: 0;
}
.posh-auto-parts-style-5 .grayBgSection {
  background-color: #f5f5f5;
  padding-top: 40px;
}
.posh-auto-parts-style-5 .section-title .sort-detail {
  max-width: 770px;
  font-size: 15px;
}
.posh-auto-parts-style-5 .section-title .title,
.posh-auto-parts-style-5 .category-images .section-title .title {
  margin-bottom: 20px;
}
.posh-auto-parts-style-5 .category-images-style1 .category-item {
  margin-bottom: 10px;
}
.posh-auto-parts-style-5 .category-images-style1 .category-thumbnail {
  margin: 0;
}
.posh-auto-parts-style-5 .category-images-style1 .category-item .category-onhover {
  position: static;
}
.posh-auto-parts-style-5 .category-images-style1 .category-item .category-onhover,
.posh-auto-parts-style-5 .category-images-style1 .category-item:hover .category-onhover {
  padding: 10px 0;
}
.posh-auto-parts-style-5 .category-images-style1 .category-item .category-title .title {
  font-size: 16px;
  font-weight: 500;
  line-height: normal;
}
.posh-auto-parts-style-5 .category-images-style1 .category-items-5 .category-item {
  background-color: #fff;
  padding: 10px;
  margin-bottom: 20px;
}
.posh-auto-parts-style-5 .category-images-style1 .category-items-5 .category-item .category-onhover,
.posh-auto-parts-style-5 .category-images-style1 .category-items-5 .category-item:hover .category-onhover {
  padding: 10px 0 0;
}
.posh-auto-parts-style-5 .mageb-three-col .mageb-grid,
.posh-auto-parts-style-5 .mageb-three-col .mageb-grid .mageb-sub-grid {
  margin-bottom: 0;
}
.posh-auto-parts-style-5 .mageb-patn-inner .mageb-full-caption h4 {
  background-color: transparent;
  padding-left: 0;
  padding-right: 0;
  font-weight: bold;
}
.posh-auto-parts-style-5 .mageb-patn-inner .mageb-full-caption .button {
  -webkit-border-radius: 3px;
  border-radius: 3px;
  letter-spacing: 0.2px;
}
.posh-auto-parts-style-5 .mageb-patn-inner .mageb-full-caption .sort-text {
  margin-bottom: 10px;
  line-height: 1.3;
}
.posh-auto-parts-style-5 .mageb-patn-inner .mageb-pattern2 .mageb-full-caption {
  text-align: left !important;
  padding: 20px;
  margin-bottom: 0 !important;
}
.posh-auto-parts-style-5 .patrnHome2col .mageb-pattern2 .mageb-full-caption {
  text-align: center !important;
}
.posh-auto-parts-style-5 .mageb-pattern2 .v-middle .mageb-full-caption {
  text-align: center !important;
  margin-top: 0;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  left: 50%;
}
.posh-auto-parts-style-5 .testimonial-outer .container {
  padding-left: 0;
  padding-right: 0;
}
.posh-auto-parts-style-5 .testimonial-outer .magetmQuotes {
  background-color: transparent;
  border-radius: 0;
  font-size: 18px;
  line-height: 30px;
  text-align: center;
}
.posh-auto-parts-style-5 .testimonial-outer .magetmQuotes:after {
  display: none;
}
.posh-auto-parts-style-5 .testimonial-outer .magetmQuotes:before {
  position: static;
  display: block;
  color: #414141;
  font-size: 50px;
  margin-bottom: 25px;
}
.posh-auto-parts-style-5 .testimonial-outer .magetmQuotes {
  padding: 10px;
}
.posh-auto-parts-style-5 .testimonial-outer .mageTestimonials {
  margin: 0 auto;
  padding: 40px 90px;
  background-color: #f4f4f4;
}
.posh-auto-parts-style-5 .testimonial-outer .mageTestimonials .owl-carousel {
  overflow: visible;
}
.posh-auto-parts-style-5 .testimonial-outer .mageTestimonials .owl-carousel .owl-item .mageTmClient .clientPic img {
  display: block;
}
.posh-auto-parts-style-5 .testimonial-outer .mageTmRating {
  text-align: left;
  padding-bottom: 5px;
}
.posh-auto-parts-style-5 .testimonial-outer .mageTmClient .clientname b {
  text-transform: none;
}
.posh-auto-parts-style-5 .testimonial-outer .mageTmClient .clientDetails #ratings {
  margin: 0;
}
.posh-auto-parts-style-5 .testimonial-outer .mageTmClient .clientDetails #ratings img {
  max-width: 14px;
}
.posh-auto-parts-style-5 .testimonial-outer .mageTmClient .clientPic {
  border-color: #fff;
}
.posh-auto-parts-style-5 .testimonial-outer .mageTmClient {
  display: flex;
  display: -webkit-flex;
  display: -ms-flex;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
}
.posh-auto-parts-style-5 .testimonial-outer .owl-carousel .owl-nav > div {
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  background: transparent !important;
  margin: 0;
}
.posh-auto-parts-style-5 .testimonial-outer .owl-carousel .owl-nav > div:hover {
  background: transparent !important;
}
.posh-auto-parts-style-5 .testimonial-outer .owl-carousel .owl-nav > div:before {
  font-size: 22px;
  color: #333;
}
.posh-auto-parts-style-5 .testimonial-outer .owl-carousel .owl-nav {
  margin: 0;
}
.posh-auto-parts-style-5 .testimonial-outer .owl-carousel .owl-nav > div.owl-next {
  right: -60px;
  left: auto;
}
.posh-auto-parts-style-5 .testimonial-outer .owl-carousel .owl-nav > div.owl-prev {
  left: -20px;
}
.posh-auto-parts-style-5 .testimonial-outer .mageTmClient {
  text-align: center;
}
.posh-auto-parts-style-5 .testimonial-outer .owl-dots.disabled {
  margin: 0;
}
.posh-auto-parts-style-5 .sidebar .product-items .product-item-actions .actions-primary .action.primary,
.posh-auto-parts-style-5 .sidebar .finderProducts.vertical button.button,
.posh-auto-parts-style-5 .products-grid .product-item .detail-left + .actions-primary .action.tocart.primary,
.posh-auto-parts-style-5 .minicart .action.viewcart,
.posh-auto-parts-style-5 .abs-shopping-cart-items-desktop .action.clear,
.posh-auto-parts-style-5 .abs-shopping-cart-items-desktop .action.update,
.posh-auto-parts-style-5 .block-cart-failed .action.clear,
.posh-auto-parts-style-5 .block-cart-failed .action.update,
.posh-auto-parts-style-5 .cart-container .form-cart .action.clear,
.posh-auto-parts-style-5 .cart-container .form-cart .action.update,
.posh-auto-parts-style-5 .cart-container .cart-gift-item .action.clear,
.posh-auto-parts-style-5 .cart-container .cart-gift-item .action.update,
.posh-auto-parts-style-5 .cart-container .form-cart .action.continue,
.posh-auto-parts-style-5 button,
.posh-auto-parts-style-5 a.action.primary,
.posh-auto-parts-style-5 .cart.table-wrapper .actions-toolbar > .action,
.posh-auto-parts-style-5 .action-gift,
.posh-auto-parts-style-5 .cart.table-wrapper .actions-toolbar > .action,
.posh-auto-parts-style-5 .action-gift,
.posh-auto-parts-style-5 .action-gift,
.posh-auto-parts-style-5 .block-compare .action.compare,
.posh-auto-parts-style-5 .cart-summary .actions-toolbar > .primary button,
.posh-auto-parts-style-5 .cart-summary .form.giftregistry .fieldset .action.primary,
.posh-auto-parts-style-5 .paypal-review .block .actions-toolbar .action.primary,
.posh-auto-parts-style-5 .cart-summary .actions-toolbar > .primary .cart.table-wrapper .actions-toolbar > .action,
.posh-auto-parts-style-5 .cart-summary .actions-toolbar > .primary .action-gift,
.posh-auto-parts-style-5 .action.primary,
.posh-auto-parts-style-5 .review-form .action.submit.primary,
.posh-auto-parts-style-5 .mageb-button,
.posh-auto-parts-style-5 a.mageb-button,
.posh-auto-parts-style-5 button,
.posh-auto-parts-style-5 .magebees_Onepagecheckout_small_button.active,
.posh-auto-parts-style-5 .magebees_Onepagecheckout_button.active,
.posh-auto-parts-style-5 .read-more-btn .button,
.posh-auto-parts-style-5 .slider-style1 .button-set .subscribe.primary,
.posh-auto-parts-style-5 .category-images.category-images-style1 .category-btn .action,
.posh-auto-parts-style-5 .sidebar .product-items .product-item-actions .actions-primary .amshopby-button,
.posh-auto-parts-style-5 a.amshopby-button,
.posh-auto-parts-style-5 .cart-summary .form.giftregistry .fieldset .amshopby-button,
.posh-auto-parts-style-5 .paypal-review .block .actions-toolbar .amshopby-button,
.posh-auto-parts-style-5 .amshopby-button,
.posh-auto-parts-style-5 .sidebar .product-items .product-item-actions .actions-primary .am-filter-go,
.posh-auto-parts-style-5 a.am-filter-go,
.posh-auto-parts-style-5 .cart-summary .form.giftregistry .fieldset .am-filter-go,
.posh-auto-parts-style-5 .paypal-review .block .actions-toolbar .am-filter-go,
.posh-auto-parts-style-5 .am-filter-go,
.posh-auto-parts-style-5 .sidebar .finderProducts.vertical .cart.table-wrapper .actions-toolbar > .action.button,
.posh-auto-parts-style-5 .cart.table-wrapper .actions-toolbar > .action,
.posh-auto-parts-style-5 .cart-summary .actions-toolbar > .primary .cart.table-wrapper .actions-toolbar > .action,
.posh-auto-parts-style-5 .cart.table-wrapper .actions-toolbar > .action,
.posh-auto-parts-style-5 .action-gift,
.posh-auto-parts-style-5 .action-gift,
.posh-auto-parts-style-5 .cart-summary .actions-toolbar > .primary .action-gift,
.posh-auto-parts-style-5 .sidebar .finderProducts.vertical .action-gift.button,
.posh-auto-parts-style-5 .action-gift,
.posh-auto-parts-style-5 .cart-summary .actions-toolbar > .primary .action-gift,
.posh-auto-parts-style-5 .action-gift {
  border-radius: 5px;
  -webkit-border-radius: 5px;
}
.posh-auto-parts-style-5.cms-index-index .store-feature.store-feature-style1 .info-area .info-icon {
  padding-right: 0;
  width: 63px;
  height: 63px;
}
.posh-auto-parts-style-5.cms-index-index .store-feature.store-feature-style1 .info-area .info-details {
  padding-left: 10px;
}
.posh-auto-parts-style-5 .store-feature.store-feature-style1 .store-feature h3 {
  font-size: 14px;
}
.slider-style5 {
  position: relative;
}
.slider-style5 .finderProducts.horizontal {
  width: 100%;
  padding: 0;
  background-color: transparent;
  position: absolute;
  top: 50%;
  left: 50%;
  right: 0;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.slider-style5 .finderProducts.horizontal h3 {
  font-size: 47px;
  font-weight: bold;
  color: #fff;
  display: block;
  text-align: center;
  margin: 0 0 20px;
}
.slider-style5 .finderProducts.horizontal .finderDropdowns.d-flex {
  display: block;
}
.slider-style5 .finderProducts.horizontal ul {
  float: left;
  width: 75%;
  margin-right: 2%;
}
.slider-style5 .finderProducts.horizontal ul li {
  margin-bottom: 0;
}
.slider-style5 .finderProducts.horizontal select {
  font-size: 16px;
  border: 0 !important;
  height: 58px;
  border-radius: 5px !important;
  -webkit-border-radius: 5px !important;
}
.slider-style5 .finderProducts.horizontal .button-set {
  float: left;
  width: 23%;
}
.slider-style5 .finderProducts.horizontal .button-set button,
.slider-style5 .finderProducts.horizontal .button-set .cart.table-wrapper .actions-toolbar > .action,
.slider-style5 .finderProducts.horizontal .button-set .action-gift {
  font-size: 15px;
  font-weight: bold;
  float: left;
  width: 46%;
  height: 58px;
  line-height: 58px !important;
  border-radius: 5px !important;
  -webkit-border-radius: 5px !important;
  padding: 0 !important;
}
.slider-style5 .finderProducts.horizontal .button-set button.primary,
.slider-style5 .finderProducts.horizontal .button-set .cart.table-wrapper .actions-toolbar > .action.primary,
.slider-style5 .finderProducts.horizontal .button-set .action-gift.primary {
  margin-right: 8%;
  opacity: 1 !important;
}
.static-feature-block ul {
  list-style: none;
  padding: 30px 0 60px 0;
  margin: 0;
}
.static-feature-block li {
  background-color: #fff;
  float: left;
  width: 18.4%;
  margin-right: 2%;
  padding: 55px 15px 15px;
  margin-bottom: 0;
  position: relative;
}
.static-feature-block li:last-child {
  margin-right: 0;
}
.static-feature-block li .img {
  position: absolute;
  top: -35px;
}
.static-feature-block li .title {
  font-size: 16px;
  margin: 0 0 5px;
  font-weight: bold;
}
.static-feature-block li p {
  font-size: 14px;
  line-height: normal;
  margin: 0;
}
.static-feature-block li .detail-in {
  flex: 30;
  -webkit-flex: 30;
  -ms-flex: 30;
}
.static-feature-block li .icon {
  color: #000;
  font-size: 27px;
  flex: 5;
  -webkit-flex: 5;
  -ms-flex: 5;
  display: block;
  text-align: center;
}
.static-feature-block li .icon:hover {
  opacity: 0.8;
}
.posh-auto-parts-style-5:not(.cms-posh-auto-parts-style-5) .page-footer {
  border-top: 1px solid #ddd;
}
.page-layout-category-full-width .sidebar .finderProducts.vertical,
.page-layout-category-full-width .sidebar .finderProducts.vertical ul {
  width: 100%;
}
.finder-index-index .finderProducts.horizontal h3 {
  margin-bottom: 0;
  padding-right: 10px;
}
.posh-about-text-block .aboutTextBlock .menuTitle {
  display: none !important;
}
.mageb-patn-inner .mageb-full-caption h4 {
  display: block;
}
.mbAutoSearch #mageb-search-auto-inner {
  max-width: 100% !important;
}
.mbAutoSearch #search_autocomplete_first {
  width: 25% !important;
}
.search-drawer .mbAjaxSearch #search_autocomplete_second {
  width: 75% !important;
}
.block.widget.block-products-list .widget-product-grid .product-item {
  text-align: center;
}
.block.widget.block-products-list .widget-product-grid .product-item .product-item-inner .action.towishlist,
.block.widget.block-products-list .widget-product-grid .product-item .product-item-inner .action.tocompare {
  width: auto;
  display: block;
  float: left;
  margin: 0 3px;
}
.block.widget.block-products-list .widget-product-grid .product-item .actions-primary .action.tocart.primary {
  display: inline-block;
  width: auto;
}
.block.widget.block-products-list .widget-product-grid .product-item .product-item-inner {
  opacity: 1;
  visibility: visible;
  position: static;
}
.block.widget.block-products-list .widget-product-grid .product-item .product-item-actions {
  display: block;
  width: 100%;
}
.block.widget.block-products-list .widget-product-grid .product-item button,
.block.widget.block-products-list .widget-product-grid .product-item .cart.table-wrapper .actions-toolbar > .action,
.block.widget.block-products-list .widget-product-grid .product-item .action-gift {
  border-radius: 0 !important;
  -webkit-border-radius: 0 !important;
}
.block.widget.block-products-list .widget-product-grid .product-item .product-reviews-summary .reviews-actions,
.block.widget.block-products-list .widget-product-grid .product-item .product-reviews-summary .reviews-actions .view:after {
  display: none;
}
.widget-product-carousel .product-item .product-reviews-summary .reviews-actions,
.widget-product-carousel .product-item .product-reviews-summary .reviews-actions .view:after {
  display: none !important;
}
.slick-prev:before,
.slick-next:before,
.slick-prev:after,
.slick-next:after {
  font-size: 23px;
}
.slick-prev,
.slick-next {
  width: 35px;
  height: 35px;
}
.slick-next {
  right: 0;
}
.slick-prev {
  left: 0;
}
.page-product-downloadable .product-options-wrapper {
  float: none;
  width: 100% !important;
}
.page-product-downloadable .product-options-bottom {
  float: none;
  width: 100% !important;
}
.page-product-downloadable .product-info-main .box-tocart .actions,
.page-product-downloadable .product-options-bottom .box-tocart .actions {
  width: 100%;
  display: block;
}
.page-header .quickcart-wrapper .block-quickcart .block-content-quickcart .quickcart-items-wrapper {
  height: calc(100% - 285px) !important;
}
.page-header {
  transition: transform 0.25s ease-in-out;
  -webkit-transition: transform 0.25s ease-in-out;
  z-index: 99;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.25);
  margin-bottom: 10px;
}
.page-header .cwsMenu.horizontal > li {
  border-right: 0 !important;
  margin-right: 1px;
}
.page-header.sticky-header {
  position: sticky;
  position: -webkit-sticky;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  -webkit-transition: .3s;
  transition: .3s;
  /*-webkit-animation: 700ms ease-in-out 0s normal none 1 running fadeInDown; 
        animation: 700ms ease-in-out 0s normal none 1 running fadeInDown; */
}
.page-header .switcher-language.language {
  text-transform: uppercase;
}
.page-header .switcher-language.language .options ul.dropdown li a {
  padding-left: 35px !important;
}
.cms-index-index .page-header:not(.sticky-header) {
  box-shadow: none;
  -webkit-box-shadow: none;
  margin-bottom: 0;
}
.cms-index-index .header-8.page-header {
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.25);
}
.search-drawer {
  padding: 40px 0;
  background-color: #fff;
  opacity: 0;
  visibility: hidden;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  transform: translate(0px, -100%);
  -webkit-transform: translate(0px, -100%);
  -ms-transform: translate(0px, -100%);
  -o-transform: translate(0px, -100%);
  transition: all .3s ease 0s;
  -webkit-transition: all .3s ease 0s;
  -ms-transition: all .3s ease 0s;
  -o-transition: all .3s ease 0s;
  width: 100%;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
}
.search-drawer.search-drawer-open {
  opacity: 1;
  transform: translate(0px, 0px);
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  -o-transform: translate(0px, 0px);
  visibility: visible;
}
.search-drawer .container {
  position: relative;
  max-width: 1700px;
}
.search-drawer .container-fluid {
  position: relative;
}
.search-drawer .container-fluid .close {
  right: 10px;
}
.search-drawer .title {
  font-size: 16px;
  text-transform: uppercase;
  margin: 0 0 35px;
  font-weight: bold;
}
.search-drawer .ajaxSearch.block-search {
  width: 100%;
  float: left;
  padding: 0;
  margin: 0 !important;
}
.search-drawer .mbAjaxSearch .searchTags .titleRow,
.search-drawer .mbAjaxSearch .searchTags .searchTag {
  border: 0;
}
.search-drawer .mbAjaxSearch .mbSecTitle {
  font-weight: 600;
  letter-spacing: 0.7px;
  text-transform: uppercase;
  padding: 7px 10px 10px 10px;
}
.search-drawer .mbAjaxSearch #search_autocomplete_second {
  width: 932px;
}
.search-drawer .mbAjaxSearch #search {
  height: 41px;
  font-size: 20px;
  font-weight: normal;
  padding: 10px 40px 10px 15px;
  border: 0 !important;
  border-bottom: solid 1px #ddd !important;
}
.search-drawer .mbAjaxSearch #search ::-webkit-input-placeholder {
  color: #000;
  font-weight: normal;
  opacity: 1;
}
.search-drawer .mbAjaxSearch #search ::-moz-placeholder {
  color: #000;
  font-weight: normal;
  opacity: 1;
}
.search-drawer .mbAjaxSearch #search :-ms-input-placeholder {
  color: #000;
  font-weight: normal;
  opacity: 1;
}
.search-drawer .mbAjaxSearch #search :-moz-placeholder {
  color: #000;
  font-weight: normal;
  opacity: 1;
}
.search-drawer .mbAjaxSearch .select-wrapper {
  height: 41px;
}
.search-drawer .mbAjaxSearch .select-wrapper .holder {
  border-bottom: 1px solid #ddd !important;
}
.search-drawer .mbAjaxSearch #no_record {
  background: #fff1f1;
  border: 0;
}
.search-drawer .mbAjaxSearch ul#ajax_ul li {
  float: left;
  border: 0;
}
.search-drawer .mbAjaxSearch ul#ajax_ul li .action.primary,
.search-drawer .mbAjaxSearch ul#ajax_ul li .amshopby-button,
.search-drawer .mbAjaxSearch ul#ajax_ul li .am-filter-go {
  padding: 5px 10px;
  font-size: 12px;
}
.search-drawer .mbAjaxSearch ul#ajax_ul li .ajxSku b,
.search-drawer .mbAjaxSearch ul#ajax_ul li .product-name {
  font-weight: 500;
}
.search-drawer .mbAjaxSearch .search-autocomplete .titleRow {
  border: 0 !important;
}
.search-drawer .mbAjaxSearch .search-autocomplete .ajxRightDetails > p {
  line-height: normal;
}
.search-drawer .block-search .action.search:before {
  content: "\e610";
  font-size: 22px;
  font-family: 'themify';
  display: block;
}
.search-drawer .block-search .action.search:hover:before {
  opacity: 0.8;
}
.search-drawer .block-search .nested {
  display: none;
}
.search-drawer .block-search .control {
  padding: 0;
}
.search-drawer .block-search .block-content {
  margin: 0 !important;
}
.search-drawer .close {
  position: absolute;
  right: 30px;
  top: 0;
  cursor: pointer;
  display: block;
  font-size: 11px;
  background: #efefef;
  padding: 5px;
}
.search-drawer .close:hover {
  opacity: 0.8;
}
.mask-overlay {
  content: "";
  position: fixed;
  background-color: #000000;
  opacity: 0.77;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 998;
}
.search-style4 .mbAjaxSearch .searchTags .titleRow,
.search-style4 .mbAjaxSearch .searchTags .searchTag {
  border: 0;
}
.search-style4 .mbAjaxSearch .mbSecTitle {
  font-weight: 600;
  letter-spacing: 0.7px;
  text-transform: uppercase;
  padding: 7px 10px 10px 10px;
}
.search-style4 .mbAjaxSearch #search_autocomplete_second {
  width: 75%;
}
.search-style4 .mbAjaxSearch .mbAutoSearch.right .search-autocomplete {
  left: 0 !important;
}
.search-style4 .mbAjaxSearch .mbAutoSearch ul#ajax_ul li {
  width: 100%;
}
.search-style4 .mbAjaxSearch .select-wrapper {
  height: auto;
  line-height: 36px;
}
.search-style4 .mbAjaxSearch .select-wrapper .holder {
  border: 2px solid #ddd !important;
  border-right: 0 !important;
}
.search-style4 .mbAjaxSearch #no_record {
  background: #fff1f1;
  border: 0;
}
.search-style4 .mbAjaxSearch ul#ajax_ul li {
  float: left;
  border: 0;
}
.search-style4 .mbAjaxSearch ul#ajax_ul li .action.primary,
.search-style4 .mbAjaxSearch ul#ajax_ul li .amshopby-button,
.search-style4 .mbAjaxSearch ul#ajax_ul li .am-filter-go {
  padding: 5px 10px;
  font-size: 12px;
}
.search-style4 .mbAjaxSearch ul#ajax_ul li .ajxSku b,
.search-style4 .mbAjaxSearch ul#ajax_ul li .product-name {
  font-weight: 500;
}
.search-style4 .mbAjaxSearch .search-autocomplete .titleRow {
  border: 0 !important;
}
.search-style4 .mbAjaxSearch .search-autocomplete .ajxRightDetails > p {
  line-height: normal;
}
.sticky .nav-sections {
  background: transparent !important;
}
/* Header Style 1 */
.whilist-link a {
  position: relative;
}
.whilist-link a .counter.qty,
.whilist-link a .counter.qty.empty {
  color: #fff;
  font-size: 11px;
  font-weight: 400;
  display: block;
  position: absolute;
  top: -6px;
  left: -7px;
  text-align: center;
  margin-top: 0;
  width: 18px;
  height: 18px;
  line-height: 18px;
  padding: 0;
  border-radius: 50%;
  -webkit-border-radius: 50%;
}
.minicart-wrapper .action.showcart {
  position: relative;
}
.header-1 {
  position: relative;
  /* MiniCart Sidebar */
  /* End MiniCart Sidebar */
  /* Search Bar */
}
.header-1.header-fluid {
  margin-bottom: 0;
}
.header-1.header-fluid > .container {
  padding: 0 20px;
}
.header-1.header-fluid.page-header {
  box-shadow: none;
  -webkit-box-shadow: none;
}
@media (min-width: 998px) {
  .header-1.header-fluid .cwsMenu.horizontal > li {
    margin-right: 2px;
  }
}
.header-1.header-fluid .minicart .minicart-wrapper .action.showcart .counter.qty,
.header-1.header-fluid .minicart .minicart-wrapper .action.showcart .counter.qty.empty {
  top: -10px;
  left: 0;
}
.header-1 .top-header {
  width: 100%;
  font-size: 13px;
  padding: 10px 30px;
}
.header-1 .top-header:before,
.header-1 .top-header:after {
  content: "";
  clear: both;
  display: block;
}
.header-1 .top-header .user-links {
  float: none;
}
.header-1 .top-header .user-links .links {
  float: none;
}
.header-1 .top-header .phone-no {
  margin-left: 0;
}
.header-1 .top-header .phone-no .icon {
  font-size: 15px;
}
.header-1 .top-header .shipping-msg {
  padding: 0;
  display: inline-block;
  vertical-align: middle;
  text-transform: uppercase;
  text-decoration: underline;
}
.header-1 .top-header .currency-grid,
.header-1 .top-header .language-grid {
  float: right;
  position: relative;
  min-height: inherit;
  padding: 0;
}
.header-1 .top-header .currency-grid .switcher,
.header-1 .top-header .language-grid .switcher {
  margin-right: 0;
}
.header-1 .top-header .currency-grid .switcher .label,
.header-1 .top-header .language-grid .switcher .label {
  display: none;
}
.header-1 .top-header .currency-grid .switcher .switcher-trigger,
.header-1 .top-header .language-grid .switcher .switcher-trigger {
  padding: 0 10px;
  margin: 0;
  text-transform: uppercase;
}
.header-1 .top-header .currency-grid .switcher .switcher-trigger.active,
.header-1 .top-header .language-grid .switcher .switcher-trigger.active {
  background-color: #efefef;
}
.header-1 .top-header .currency-grid .switcher .switcher-options.active .switcher-dropdown,
.header-1 .top-header .language-grid .switcher .switcher-options.active .switcher-dropdown {
  display: block !important;
}
.header-1 .top-header .currency-grid .switcher .options ul.dropdown,
.header-1 .top-header .language-grid .switcher .options ul.dropdown {
  position: absolute;
  display: none !important;
  margin: 0;
}
.header-1 .top-header .currency-grid .switcher .options ul.dropdown li:hover,
.header-1 .top-header .language-grid .switcher .options ul.dropdown li:hover {
  background: transparent;
}
.header-1 .top-header .currency-grid .switcher .options ul.dropdown li a,
.header-1 .top-header .language-grid .switcher .options ul.dropdown li a {
  padding: 0 5px;
}
.header-1 .top-header .language-grid .switcher-language.switcher ul.dropdown li a {
  background-position: 0 !important;
  padding-left: 25px !important;
}
.header-1 .nav-sections {
  margin-bottom: 0;
}
.header-1 .icon {
  font-size: 22px;
  vertical-align: middle;
}
.header-1 .header.content {
  position: static;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 0;
  padding-right: 0;
  width: 100%;
  max-width: 100%;
}
.header-1 .logo {
  margin: 0;
  float: none;
  display: block;
  max-width: 100%;
}
.header-1 .logo img {
  margin: 0 auto;
}
.header-1 .nav-sections .cwsMenuOuter {
  padding: 0 !important;
}
.header-1 .cwsMenu a,
.header-1 .cwsMenu a:hover {
  line-height: normal !important;
}
.header-1 .setting-links,
.header-1 .search-toggle {
  float: right;
  padding-right: 20px;
  cursor: pointer;
}
.header-1 .setting-links {
  position: relative;
}
.header-1 .setting-links .setting-icon {
  font-size: 22px;
  vertical-align: middle;
}
.header-1 .setting-links .setting-dropdown {
  display: none;
  position: absolute;
  top: 100%;
  right: 5px;
  background-color: #fff;
  padding: 20px;
  z-index: 99;
  margin-top: 18px;
  box-shadow: 1px 2px 2px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 1px 2px 2px rgba(0, 0, 0, 0.25);
  cursor: default;
}
.header-1 .setting-links .setting-dropdown .setting-dropdown-in {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
}
.header-1 .setting-links .setting-dropdown:before {
  bottom: 100%;
  right: 17px;
  border: solid transparent;
  border-color: rgba(239, 239, 239, 0);
  border-bottom-color: #9c9c9c;
  border-width: 9px;
  margin-left: -9px;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.header-1 .setting-links .setting-dropdown:after {
  display: none;
}
.header-1.sticky-header .setting-links .setting-dropdown {
  margin-top: 21px;
}
.header-1 .links-cols {
  float: left;
  width: 160px;
}
.header-1 .links-cols .title {
  font-size: 14px;
  font-weight: 700;
  margin: 0 0 8px;
  text-transform: uppercase;
}
.header-1 .links-cols b,
.header-1 .links-cols strong {
  font-weight: 500;
}
.header-1 .links-cols ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.header-1 .links-cols ul li {
  list-style: none;
  margin: 0;
}
.header-1 .currency-grid {
  padding: 0 0 0 30px;
  min-height: 100px;
}
.header-1 .currency-grid .switcher .label {
  clip: inherit;
  height: inherit;
  margin: 0;
  overflow: inherit;
  padding: 0;
  position: static;
  width: auto;
}
.header-1 .currency-grid .switcher .options .action.toggle:after {
  display: none;
}
.header-1 .currency-grid .switcher .options ul.dropdown {
  position: static;
  display: block;
  border: 0;
  box-shadow: none;
}
.header-1 .currency-grid .switcher .options ul.dropdown:before,
.header-1 .currency-grid .switcher .options ul.dropdown:after {
  display: none;
}
.header-1 .language-grid .switcher-language {
  text-transform: none;
  display: block;
}
.header-1 .language-grid .switcher-language .label {
  clip: inherit;
  height: inherit;
  margin: 0;
  overflow: inherit;
  padding: 0;
  position: static;
  width: auto;
}
.header-1 .language-grid .switcher-language .switcher-dropdown,
.header-1 .language-grid .switcher-language .mage-dropdown-dialog {
  display: block !important;
}
.header-1 .language-grid .switcher-language .options ul.dropdown {
  position: static;
  display: block;
  border: 0;
  box-shadow: none;
}
.header-1 .language-grid .switcher-language .options ul.dropdown:before,
.header-1 .language-grid .switcher-language .options ul.dropdown:after {
  display: none;
}
.header-1 .language-grid .switcher-language .switcher-dropdown strong,
.header-1 .language-grid .switcher-language .switcher-dropdown li a {
  padding-left: 25px;
  background-position: left center;
}
.header-1 .user-account {
  padding-left: 30px;
}
.header-1 .user-account .top-links ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.header-1 .user-account .top-links li {
  display: block;
  margin: 0;
}
.header-1 .user-account .top-links li a {
  display: block;
  padding: 0;
}
.header-1.sticky-header .quickcart-wrapper .block-quickcart {
  height: 100vh;
}
.header-1 .minicart {
  width: 25px;
  float: right;
}
.header-1 .minicart .minicart-wrapper {
  margin-right: 0;
}
.header-1 .minicart .minicart-wrapper .action.close {
  color: #000;
  width: 30px;
  height: 30px;
}
.header-1 .minicart .minicart-wrapper .action.close:hover {
  opacity: 0.8;
}
.header-1 .minicart .minicart-wrapper .action.showcart .counter.qty,
.header-1 .minicart .minicart-wrapper .action.showcart .counter.qty.empty {
  color: #fff !important;
  font-size: 11px;
  font-weight: 400;
  display: block;
  background: inherit;
  position: absolute;
  top: -6px;
  left: -7px;
  text-align: center;
  margin-top: 0;
  width: 18px;
  height: 18px;
  line-height: 18px;
  padding: 0;
  border-radius: 50%;
  -webkit-border-radius: 50%;
}
.header-1 .minicart .minicart-wrapper .action.showcart:before {
  content: '';
}
.header-1 .minicart-wrapper .product-item-details {
  padding-right: 40px;
  position: relative;
}
.header-1 .minicart-wrapper .product .actions {
  position: absolute;
  right: 0;
  top: 25px;
}
.header-1 .minicart-wrapper .minicart-items .product-item-name {
  line-height: 18px;
  margin-bottom: 5px;
}
.header-1 .minicart-wrapper .minicart-items {
  max-height: inherit;
  overflow-y: inherit;
}
.header-1 .minicart-wrapper.active {
  overflow: visible;
}
.header-1 .minicart-wrapper .block-minicart {
  right: -15px;
  width: 320px;
  z-index: 1001;
}
.header-1 .minicart-wrapper .block-minicart .subtitle.empty {
  font-weight: normal;
}
.header-1 .quickcart-wrapper .block-quickcart {
  border-top: 0 none;
  border-bottom: 0 none;
  height: 100%;
  min-width: inherit;
  overflow: hidden;
  padding: 0;
  position: fixed !important;
  right: 0 !important;
  top: -4px;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
  opacity: 0;
  visibility: hidden;
}
.header-1 .minicart .mage-dropdown-dialog {
  display: block !important;
}
.header-1 .quickcart-wrapper.active .block-quickcart {
  right: 0 !important;
  opacity: 1;
  visibility: visible;
}
.header-1 .quickcart-wrapper .block-quickcart .block-content-quickcart,
.header-1 .quickcart-wrapper .block-quickcart .quickcart-content-wrapper {
  width: 100%;
}
.header-1 .quickcart-wrapper .block-quickcart .block-content-quickcart .quickcart-top {
  text-transform: uppercase;
  min-height: 30px;
  top: 0;
  width: 100%;
  z-index: 1;
  padding: 0 20px;
  background: #fff;
  color: #000;
  height: 50px;
  line-height: 50px;
  font-size: 18px;
  font-weight: 600;
  border-bottom: 1px solid #ddd;
}
.header-1 .quickcart-wrapper .quickcart-top button.close,
.header-1 .quickcart-wrapper .quickcart-top .cart.table-wrapper .actions-toolbar > .action.close,
.header-1 .quickcart-wrapper .quickcart-top .action-gift.close {
  font-size: 12px;
  min-height: 30px;
  min-width: 54px;
  right: 0;
  top: 10px;
  margin: 0;
  padding: 0;
}
.header-1 .quickcart-wrapper .quickcart-top button.close span,
.header-1 .quickcart-wrapper .quickcart-top .cart.table-wrapper .actions-toolbar > .action.close span,
.header-1 .quickcart-wrapper .quickcart-top .action-gift.close span {
  position: relative;
  color: #fff;
  display: none;
}
.header-1 .quickcart-wrapper .quickcart-items-wrapper {
  padding: 10px 20px;
  border: 0 none;
  margin: 0;
  z-index: 1001;
  position: absolute;
  overflow-y: auto;
  width: 100%;
  max-height: inherit;
}
.header-1 .quickcart-wrapper .quickcart-bottom-container {
  bottom: 0;
  position: absolute;
  width: 100%;
}
.header-1 .quickcart-wrapper .quickcart-bottom-container .items-total {
  display: none;
}
.header-1 .quickcart-wrapper .quickcart-bottom-container .subtotal {
  background: #fff;
  color: #000000;
  margin: 0 20px 20px;
  padding: 15px 0;
  border-bottom: solid 1px #e5e5e5;
  border-top: solid 1px #e5e5e5;
}
.header-1 .quickcart-wrapper .quickcart-bottom-container .subtotal:before,
.header-1 .quickcart-wrapper .quickcart-bottom-container .subtotal:after {
  content: '';
  clear: both;
  display: block;
}
.header-1 .quickcart-wrapper .quickcart-bottom-container .subtotal span.label {
  float: left;
}
.header-1 .quickcart-wrapper .quickcart-bottom-container .subtotal span.label span {
  font-size: 16px;
  font-weight: 700;
  text-transform: none;
}
.header-1 .quickcart-wrapper .quickcart-bottom-container .subtotal .amount {
  float: right;
}
.header-1 .quickcart-wrapper .quickcart-bottom-container .actions {
  text-align: center;
  margin: 10px 20px;
}
.header-1 .quickcart-wrapper .quickcart-bottom-container .actions .secondary .viewcart {
  display: block;
  padding: 10px !important;
  font-size: 15px;
  letter-spacing: 0.5px;
}
.header-1 .quickcart-wrapper .quickcart-bottom-container .actions .primary .checkout {
  font-size: 15px;
  letter-spacing: 0.5px;
  width: 100%;
  padding: 12px 25px 12px 25px;
  display: block;
}
.header-1 .quickcart-wrapper .quickcart-bottom-container .subtotal .price-container span.price {
  font-size: 16px;
  font-weight: 400;
}
.header-1 .quickcart-wrapper .quickcart-bottom-container .minicart-widgets {
  padding: 0;
  margin: 0;
}
.header-1 .phone-no {
  display: inline-block;
  padding: 0 0 0 15px;
  margin-left: 15px;
}
.header-1 .phone-no a {
  display: inline-block;
}
.header-1 .top-header {
  text-align: center;
}
.header-1 .top-header:before,
.header-1 .top-header:after {
  content: "";
  clear: both;
  display: block;
}
.header-1 .top-header .social-header {
  display: inline-block;
  vertical-align: middle;
  padding: 0;
  margin-right: 10px;
  float: left;
}
.header-1 .top-header .social-header ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.header-1 .top-header .social-header ul li {
  float: left;
  margin-right: 10px;
  margin-bottom: 0;
}
.header-1 .top-header .social-header ul li a {
  font-size: 16px;
}
.header-1 .top-header .social-header ul li a .icon-social {
  vertical-align: middle;
}
.header-1 .top-header .social-header ul li .name-social {
  display: none;
}
.header-1 .top-header .phone-no {
  float: right;
}
.header-1.page-header .header.panel {
  padding: 0;
}
.header-1 .user-links.panel.header {
  display: block;
  float: left !important;
}
.header-1 .user-links.panel.header .links {
  list-style: none;
  padding: 0;
  margin: 0;
}
.header-1 .user-links.panel.header .links > li {
  float: left;
  margin: 0 15px 0 0;
  margin-bottom: 0;
  padding: 0;
  font-size: 13px;
}
.header-1 .user-links.panel.header .links > li.compare {
  display: none;
}
.header-1 .user-links.panel.header .links > li a {
  text-transform: uppercase;
}
.header-1 .mbAjaxSearch .searchTags .titleRow {
  margin: -10px -11px 10px;
}
.header-1 .mbAjaxSearch .searchTags .searchTag > a,
.header-1 .mbAjaxSearch .searchTags .searchTag {
  border: 0;
}
.header-1 .mbAjaxSearch .search-autocomplete {
  margin-top: 0;
}
.header-1 .mbAjaxSearch .select-wrapper .holder {
  margin-right: -3px;
}
.header-1 .mbAjaxSearch .ajxRightDetails .action.tocart.primary {
  padding: 5px 10px;
  font-size: 12px;
}
.header-1 .mbAjaxSearch #search_autocomplete {
  max-height: 300px;
  overflow-y: auto;
}
.header-1 .block-search,
.header-1 .block.block-search.ajaxSearch {
  float: right;
  position: relative;
  margin-right: 4%;
  margin-bottom: 0 !important;
  width: 100%;
  z-index: 4;
}
.header-1 .block-search .block-title,
.header-1 .block.block-search.ajaxSearch .block-title {
  display: none;
}
.header-1 .block-search .block.block-content,
.header-1 .block.block-search.ajaxSearch .block.block-content {
  margin-bottom: 0 !important;
}
.header-1 .block-search .mbAjaxSearch #search,
.header-1 .block.block-search.ajaxSearch .mbAjaxSearch #search {
  border-color: #e7e7e7;
  border-width: 2px;
  padding: 5px 35px 5px 10px;
  line-height: normal;
}
.header-1 .block-search .label,
.header-1 .block.block-search.ajaxSearch .label {
  display: none;
}
.header-1 .block-search .control,
.header-1 .block.block-search.ajaxSearch .control {
  border-top: 0;
  margin: 0;
  padding: 0;
}
.header-1 .block-search .nested,
.header-1 .block.block-search.ajaxSearch .nested {
  display: none;
}
.header-1 .block-search input,
.header-1 .block.block-search.ajaxSearch input {
  margin: 0;
  padding: 5px 35px 5px 10px;
  position: static;
  border-color: #e7e7e7;
  border-width: 2px;
}
.header-1 .block-search input::-webkit-input-placeholder,
.header-1 .block.block-search.ajaxSearch input::-webkit-input-placeholder {
  color: #c2c2c2;
}
.header-1 .block-search input:-moz-placeholder,
.header-1 .block.block-search.ajaxSearch input:-moz-placeholder {
  color: #c2c2c2;
}
.header-1 .block-search input::-moz-placeholder,
.header-1 .block.block-search.ajaxSearch input::-moz-placeholder {
  color: #c2c2c2;
}
.header-1 .block-search input:-ms-input-placeholder,
.header-1 .block.block-search.ajaxSearch input:-ms-input-placeholder {
  color: #c2c2c2;
}
.header-1 .block-search .action.search,
.header-1 .block.block-search.ajaxSearch .action.search {
  display: inline-block;
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-decoration: none;
  text-shadow: none;
  font-weight: 400;
  padding: 5px 0;
  position: absolute;
  right: 10px;
  top: 3px;
  z-index: 1;
}
.header-1 .block-search .action.search:focus,
.header-1 .block.block-search.ajaxSearch .action.search:focus,
.header-1 .block-search .action.search:active,
.header-1 .block.block-search.ajaxSearch .action.search:active {
  background: none;
  border: none;
}
.header-1 .block-search .action.search:hover,
.header-1 .block.block-search.ajaxSearch .action.search:hover {
  background: none;
  border: none;
}
.header-1 .block-search .action.search.disabled,
.header-1 .block.block-search.ajaxSearch .action.search.disabled,
.header-1 .block-search .action.search[disabled],
.header-1 .block.block-search.ajaxSearch .action.search[disabled],
fieldset[disabled] .header-1 .block-search .action.search,
fieldset[disabled] .header-1 .block.block-search.ajaxSearch .action.search {
  pointer-events: none;
  opacity: 0.5;
}
.header-1 .block-search .action.search > span,
.header-1 .block.block-search.ajaxSearch .action.search > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.header-1 .block-search .action.search:before,
.header-1 .block.block-search.ajaxSearch .action.search:before {
  content: "\e610";
  font-family: 'themify';
  font-size: 19px;
  line-height: 25px;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
}
.header-1 .block-search .action.search:focus,
.header-1 .block.block-search.ajaxSearch .action.search:focus {
  outline: 0 none;
}
.boxed-layout-posh .search-drawer .close {
  right: 20px;
}
.boxed-layout-posh .header-3 .w20 {
  width: 10%;
}
.boxed-layout-posh .header-3 .w60 {
  width: 50%;
}
.boxed-layout-posh .header-3 .header-right.w20 {
  width: 40%;
}
.boxed-layout-posh .header-4 .main-nav {
  margin-bottom: 10px;
}
.boxed-layout-posh .header-4 .w60 {
  width: 50%;
}
.boxed-layout-posh .header-4 .w20 {
  width: 20%;
}
.boxed-layout-posh .header-4 .w20.header-right {
  width: 30%;
}
.boxed-layout-posh .header-6 .main-nav {
  margin-bottom: 10px;
}
.boxed-layout-posh .header-6 .cwsMenu.mega-menu {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.boxed-layout-posh .header-7 .logo-grid,
.boxed-layout-posh .header-7 .header-right {
  -webkit-flex: 1;
  flex: 1;
  -ms-flex: 1;
}
.boxed-layout-posh .header-7 .main-nav {
  -webkit-flex: 2;
  flex: 2;
  -ms-flex: 2;
}
.boxed-layout-posh .header-8.page-header {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.boxed-layout-posh .header-8 .container-fluid {
  margin: 0;
}
.boxed-layout-posh .header-8 .header-right,
.boxed-layout-posh .header-8 .main-nav {
  flex: 2;
  -webkit-flex: 2;
  -ms-flex: 2;
}
.boxed-layout-posh .header-8 .logo-grid {
  flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
}
.boxed-layout-posh .header-8-store-feature {
  margin-bottom: 10px;
}
.boxed-layout-posh .header-8-store-feature li {
  position: relative;
}
.cms-home-demo1-winebeer .page-header.header-1 {
  border-bottom: 0;
}
/* End Header Style1 */
/* Header Style2 */
.header-2 {
  /* MiniCart Sidebar */
  /* End MiniCart Sidebar */
}
.header-2 .nav-sections {
  margin-bottom: 0 !important;
}
.header-2 .icon {
  font-size: 22px;
  vertical-align: middle;
}
.header-2 #header-content {
  padding-top: 15px;
  padding-bottom: 15px;
  width: 100%;
}
.header-2 .logo {
  margin: 0;
  float: none;
  display: block;
  max-width: 100%;
}
.header-2 .logo img {
  margin: 0 auto;
}
.header-2 .currency-grid,
.header-2 .search-toggle,
.header-2 .language-grid {
  float: right;
  padding-right: 20px;
}
.header-2 .currency-grid .switcher strong {
  padding-left: 0;
}
.header-2 .language-grid .switcher .options ul.dropdown li {
  padding: 5px;
  font-size: 13px;
  margin: 0;
}
.header-2 .user-account {
  position: relative;
  float: left;
  padding-right: 20px;
}
.header-2 .user-account .top-links {
  position: absolute;
  top: 100%;
  left: -5px;
  background-color: #fff;
  width: 190px;
  padding: 10px;
  z-index: 99;
  margin-top: 10px;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
}
.header-2 .user-account .top-links:after,
.header-2 .user-account .top-links:before {
  bottom: 100%;
  left: 17px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.header-2 .user-account .top-links:after {
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: #fff;
  border-width: 7px;
  margin-left: -8px;
}
.header-2 .user-account .top-links:before {
  border-color: rgba(239, 239, 239, 0);
  border-bottom-color: #9c9c9c;
  border-width: 7px;
  margin-left: -8px;
}
.header-2 .user-account .top-links ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.header-2 .user-account .top-links li {
  border-bottom: dotted 1px #ddd;
  display: block;
  margin: 0;
}
.header-2 .user-account .top-links li:last-child {
  border-bottom: none;
}
.header-2 .user-account .top-links li a {
  display: block;
  padding: 2px 5px;
}
.header-2 .user-account .top-links li a:hover {
  background-color: #efefef;
}
.header-2.sticky-header .quickcart-wrapper .block-quickcart {
  height: 100vh;
}
.header-2 .minicart {
  width: 25px;
  float: right;
}
.header-2 .minicart .minicart-wrapper {
  margin-right: 0;
}
.header-2 .minicart .minicart-wrapper .block-minicart {
  width: 360px;
  right: -10px;
  padding: 10px;
  margin-top: 10px;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
  -ms-transition: all 0.45s cubic-bezier(0.29, 0.63, 0.44, 1);
  -webkit-transition: all 0.45s cubic-bezier(0.29, 0.63, 0.44, 1);
  transition: all 0.45s cubic-bezier(0.29, 0.63, 0.44, 1);
}
.header-2 .minicart .minicart-wrapper .block-minicart .subtitle.empty {
  font-weight: 400;
  padding: 20px 0 10px;
}
.header-2 .minicart .minicart-wrapper .block-minicart:after,
.header-2 .minicart .minicart-wrapper .block-minicart:before {
  bottom: 100%;
  right: 15px;
  top: auto;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  z-index: 999;
}
.header-2 .minicart .minicart-wrapper .block-minicart:after {
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: #fff;
  border-width: 7px;
  margin-left: -7px;
}
.header-2 .minicart .minicart-wrapper .block-minicart:before {
  border-color: rgba(239, 239, 239, 0);
  border-bottom-color: #9c9c9c;
  border-width: 7px;
  margin-left: -8px;
}
.header-2 .minicart .minicart-wrapper .action.close {
  color: #000;
  width: 30px;
  height: 30px;
}
.header-2 .minicart .minicart-wrapper .action.close:hover {
  opacity: 0.8;
}
.header-2 .minicart .minicart-wrapper .action.showcart .counter.qty,
.header-2 .minicart .minicart-wrapper .action.showcart .counter.qty.empty {
  color: #fff;
  font-size: 11px;
  font-weight: 400;
  display: block;
  background: inherit;
  position: absolute;
  top: -5px;
  left: -5px;
  text-align: center;
  margin-top: 0;
  width: 18px;
  height: 18px;
  line-height: 18px;
  padding: 0;
  border-radius: 50%;
  -webkit-border-radius: 50%;
}
.header-2 .minicart .minicart-wrapper .action.showcart:before {
  content: '';
}
.header-2 .minicart-wrapper .product-item-details {
  padding-right: 40px;
  position: relative;
}
.header-2 .minicart-wrapper .product .actions {
  position: absolute;
  right: 0;
  top: 25px;
}
.header-2 .minicart-wrapper .minicart-items {
  max-height: inherit;
  overflow-y: inherit;
}
.header-2 .minicart-wrapper .minicart-items .product-image-photo {
  width: auto !important;
  height: auto !important;
}
.header-2 .minicart-wrapper .minicart-items .product-item-name {
  line-height: 18px;
  margin-bottom: 5px;
}
.header-2 .minicart-wrapper .product-item-details {
  padding-left: 90px;
}
.header-2 .minicart-wrapper.active {
  overflow: visible;
}
.header-2 .minicart-wrapper .block-minicart {
  right: -15px;
  width: 320px;
  z-index: 1001;
}
.header-2 .minicart-wrapper .block-minicart .subtitle.empty {
  font-weight: normal;
}
.header-2 .quickcart-wrapper .block-quickcart {
  border-top: 0 none;
  border-bottom: 0 none;
  height: 100%;
  min-width: inherit;
  overflow: hidden;
  padding: 0;
  position: fixed !important;
  right: 0 !important;
  top: -10px;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
  opacity: 0;
  visibility: hidden;
}
.header-2 .minicart .mage-dropdown-dialog {
  display: block !important;
}
.header-2 .quickcart-wrapper.active .block-quickcart {
  right: 0 !important;
  opacity: 1;
  visibility: visible;
}
.header-2 .quickcart-wrapper .block-quickcart .block-content-quickcart,
.header-2 .quickcart-wrapper .block-quickcart .quickcart-content-wrapper {
  width: 100%;
}
.header-2 .quickcart-wrapper .block-quickcart .block-content-quickcart .quickcart-top {
  text-transform: none;
  min-height: 30px;
  top: 0;
  width: 100%;
  z-index: 1;
  padding: 0 20px;
  background: #fff;
  color: #000;
  height: 50px;
  line-height: 50px;
  font-size: 18px;
  font-weight: 600;
  border-bottom: 1px solid #ddd;
}
.header-2 .quickcart-wrapper .quickcart-top button.close,
.header-2 .quickcart-wrapper .quickcart-top .cart.table-wrapper .actions-toolbar > .action.close,
.header-2 .quickcart-wrapper .quickcart-top .action-gift.close {
  font-size: 12px;
  min-height: 30px;
  min-width: 54px;
  right: 0;
  top: 10px;
  margin: 0;
  padding: 0;
}
.header-2 .quickcart-wrapper .quickcart-top button.close span,
.header-2 .quickcart-wrapper .quickcart-top .cart.table-wrapper .actions-toolbar > .action.close span,
.header-2 .quickcart-wrapper .quickcart-top .action-gift.close span {
  position: relative;
  color: #fff;
  display: none;
}
.header-2 .quickcart-wrapper .quickcart-items-wrapper {
  padding: 10px 20px;
  border: 0 none;
  margin: 0;
  z-index: 1001;
  position: absolute;
  overflow-y: auto;
  width: 100%;
  max-height: inherit;
}
.header-2 .quickcart-wrapper .quickcart-bottom-container {
  bottom: 0;
  position: absolute;
  width: 100%;
}
.header-2 .quickcart-wrapper .quickcart-bottom-container .items-total {
  display: none;
}
.header-2 .quickcart-wrapper .quickcart-bottom-container .subtotal {
  background: #fff;
  color: #000000;
  margin: 0 20px 20px;
  padding: 15px 0;
  border-bottom: solid 1px #e5e5e5;
  border-top: solid 1px #e5e5e5;
}
.header-2 .quickcart-wrapper .quickcart-bottom-container .subtotal:before,
.header-2 .quickcart-wrapper .quickcart-bottom-container .subtotal:after {
  content: '';
  clear: both;
  display: block;
}
.header-2 .quickcart-wrapper .quickcart-bottom-container .subtotal span.label {
  float: left;
}
.header-2 .quickcart-wrapper .quickcart-bottom-container .subtotal span.label span {
  font-size: 16px;
  font-weight: 700;
  text-transform: none;
}
.header-2 .quickcart-wrapper .quickcart-bottom-container .subtotal .amount {
  float: right;
}
.header-2 .quickcart-wrapper .quickcart-bottom-container .actions {
  text-align: center;
  margin: 15px 20px;
}
.header-2 .quickcart-wrapper .quickcart-bottom-container .actions .secondary .viewcart {
  display: block;
  padding: 10px !important;
  font-size: 15px;
  letter-spacing: 0.5px;
}
.header-2 .quickcart-wrapper .quickcart-bottom-container .actions .primary .checkout {
  font-size: 15px;
  letter-spacing: 0.5px;
  width: 100%;
  padding: 12px 25px 12px 25px;
  display: block;
}
.header-2 .quickcart-wrapper .quickcart-bottom-container .subtotal .price-container span.price {
  font-size: 16px;
  font-weight: 400;
}
.header-2 .quickcart-wrapper .quickcart-bottom-container .minicart-widgets {
  padding: 0;
  margin: 0;
}
.header-2 .switcher-currency {
  float: right;
  border-left: 0;
  margin-right: 0;
}
.header-2 .phone-no {
  display: inline-block;
  padding: 10px 0 10px 15px;
  margin-left: 15px;
}
.header-2 .phone-no a {
  display: inline-block;
}
.header-2 .top-header {
  text-align: center;
  padding: 10px 0;
}
.header-2 .top-header:before,
.header-2 .top-header:after {
  content: "";
  clear: both;
  display: block;
}
.header-2 .top-header .shipping-msg {
  display: inline-block;
}
.header-2 .top-header .social-header {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  float: left;
}
.header-2 .top-header .social-header ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.header-2 .top-header .social-header ul li {
  float: left;
  margin-right: 10px;
  margin-bottom: 0;
}
.header-2 .top-header .social-header ul li a {
  font-size: 16px;
}
.header-2 .top-header .social-header ul li a .icon-social {
  vertical-align: middle;
}
.header-2 .top-header .social-header ul li .name-social {
  display: none;
}
.header-2 .top-header .phone-no {
  float: right;
  padding: 0;
}
.header-2 .main-nav {
  border-top: solid 1px #ddd;
  position: relative;
}
.header-2 .main-nav .cwsMenu {
  text-align: center;
}
.header-2 .main-nav .cwsMenu.mega-menu {
  max-width: 100% !important;
}
.header-2 .main-nav .cwsMenu.horizontal > li {
  display: inline-block;
  float: none !important;
}
/* End Header Style2 */
/* Header Style3 */
@media (min-width: 1200px) {
  .header-3 {
    position: relative;
  }
  .header-3 .main-nav .cwsMenu.horizontal > li {
    margin-right: 1px;
  }
}
@media (max-width: 1440px) {
  .header-3 .main-nav .cwsMenu.horizontal > li > a {
    padding-left: 5px !important;
    padding-right: 5px !important;
  }
}
@media (max-width: 1200px) {
  .header-3 .main-nav .cwsMenu.horizontal > li > a {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
  .header-3 .main-nav .cwsMenu.horizontal > li {
    margin-right: 0;
  }
}
.header-3 {
  /* MiniCart Sidebar */
  /* End MiniCart Sidebar */
  /* Search Bar */
}
.header-3 #header-content {
  padding-top: 20px;
  padding-bottom: 20px;
  width: 100%;
}
.header-3 .nav-sections {
  margin: 0;
  -webkit-flex-shrink: inherit;
  flex-shrink: inherit;
  -webkit-flex-basis: inherit;
  flex-basis: inherit;
}
.header-3 .nav-sections .nav-sections-items {
  z-index: 99999;
}
.header-3 .main-nav {
  padding: 0 2%;
}
.header-3 .main-nav .cwsMenu {
  text-align: center;
}
.header-3 .main-nav .cwsMenu.mega-menu {
  max-width: 100% !important;
}
.header-3 .main-nav .cwsMenu.horizontal > li {
  display: inline-block;
  float: none !important;
}
.header-3 .cwsMenuOuter {
  background-color: transparent !important;
}
.header-3 .icon {
  font-size: 22px;
  vertical-align: middle;
}
.header-3 .logo {
  margin: 0;
  float: none;
  display: inline-block;
  max-width: 100%;
  text-align: center;
  vertical-align: middle;
}
.header-3 .nav-sections .cwsMenuOuter {
  padding: 0 !important;
}
.header-3 .currency-grid,
.header-3 .search-toggle,
.header-3 .language-grid {
  float: right;
  padding-right: 20px;
}
.header-3 .currency-grid {
  padding-right: 10px;
}
.header-3 .language-grid {
  padding-right: 20px;
}
.header-3 .user-account {
  position: relative;
  float: right;
  padding-right: 20px;
  padding-left: 12px;
}
.header-3 .user-account .top-links {
  position: absolute;
  top: 100%;
  right: 5px;
  background-color: #fff;
  width: 190px;
  padding: 10px;
  z-index: 99;
  margin-top: 10px;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
}
.header-3 .user-account .top-links:after,
.header-3 .user-account .top-links:before {
  bottom: 100%;
  right: 17px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.header-3 .user-account .top-links:after {
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: #fff;
  border-width: 7px;
  margin-left: -7px;
}
.header-3 .user-account .top-links:before {
  border-color: rgba(239, 239, 239, 0);
  border-bottom-color: #9c9c9c;
  border-width: 7px;
  margin-left: -8px;
}
.header-3 .user-account .top-links ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.header-3 .user-account .top-links li {
  border-bottom: dotted 1px #ddd;
  display: block;
  margin: 0;
}
.header-3 .user-account .top-links li:last-child {
  border-bottom: none;
}
.header-3 .user-account .top-links li a {
  display: block;
  padding: 2px 5px;
}
.header-3.sticky-header .quickcart-wrapper .block-quickcart {
  height: 100vh;
}
.header-3 .minicart {
  width: 25px;
  float: right;
}
.header-3 .minicart .minicart-wrapper {
  margin-right: 0;
}
.header-3 .minicart .minicart-wrapper .action.close {
  color: #000;
  width: 30px;
  height: 30px;
}
.header-3 .minicart .minicart-wrapper .action.close:hover {
  opacity: 0.8;
}
.header-3 .minicart .minicart-wrapper .action.showcart .counter.qty,
.header-3 .minicart .minicart-wrapper .action.showcart .counter.qty.empty {
  color: #fff;
  font-size: 11px;
  font-weight: 400;
  display: block;
  background: inherit;
  position: absolute;
  top: -6px;
  left: -7px;
  text-align: center;
  margin-top: 0;
  width: 18px;
  height: 18px;
  line-height: 18px;
  padding: 0;
  border-radius: 50%;
  -webkit-border-radius: 50%;
}
.header-3 .minicart .minicart-wrapper .action.showcart:before {
  content: '';
}
.header-3 .minicart-wrapper .product-item-details {
  padding-right: 40px;
  position: relative;
}
.header-3 .minicart-wrapper .product .actions {
  position: absolute;
  right: 0;
  top: 25px;
}
.header-3 .minicart-wrapper .minicart-items {
  max-height: inherit !important;
  overflow-y: inherit !important;
}
.header-3 .minicart-wrapper .minicart-items .product-item-name {
  line-height: 18px;
  margin-bottom: 5px;
}
.header-3 .minicart-wrapper.active {
  overflow: visible;
}
.header-3 .minicart-wrapper .block-minicart {
  right: -15px;
  width: 300px;
  z-index: 1001;
}
.header-3 .minicart-wrapper .block-minicart .subtitle.empty {
  font-weight: normal;
  padding: 20px;
}
.header-3 .quickcart-wrapper .block-quickcart {
  border-top: 0 none;
  border-bottom: 0 none;
  height: 100%;
  min-width: inherit;
  overflow: hidden;
  padding: 0;
  position: fixed !important;
  right: 0 !important;
  top: -4px;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
  opacity: 0;
  visibility: hidden;
}
.header-3 .minicart .mage-dropdown-dialog {
  display: block !important;
}
.header-3 .quickcart-wrapper.active .block-quickcart {
  right: 0 !important;
  opacity: 1;
  visibility: visible;
}
.header-3 .quickcart-wrapper .block-quickcart .block-content-quickcart,
.header-3 .quickcart-wrapper .block-quickcart .quickcart-content-wrapper {
  width: 100%;
}
.header-3 .quickcart-wrapper .block-quickcart .block-content-quickcart .quickcart-top {
  text-transform: none;
  min-height: 30px;
  top: 0;
  width: 100%;
  z-index: 1;
  padding: 0 20px;
  background: #fff;
  color: #000;
  height: 50px;
  line-height: 50px;
  font-size: 20px;
  font-weight: 700;
  border-bottom: 1px solid #ddd;
}
.header-3 .quickcart-wrapper .quickcart-top button.close,
.header-3 .quickcart-wrapper .quickcart-top .cart.table-wrapper .actions-toolbar > .action.close,
.header-3 .quickcart-wrapper .quickcart-top .action-gift.close {
  font-size: 12px;
  min-height: 30px;
  min-width: 54px;
  right: 0;
  top: 10px;
  margin: 0;
  padding: 0;
}
.header-3 .quickcart-wrapper .quickcart-top button.close span,
.header-3 .quickcart-wrapper .quickcart-top .cart.table-wrapper .actions-toolbar > .action.close span,
.header-3 .quickcart-wrapper .quickcart-top .action-gift.close span {
  position: relative;
  color: #fff;
  display: none;
}
.header-3 .quickcart-wrapper .quickcart-items-wrapper {
  padding: 10px 20px;
  border: 0 none;
  margin: 0;
  z-index: 1001;
  position: absolute;
  overflow-y: auto;
  width: 100%;
  max-height: inherit;
  text-align: left;
}
.header-3 .quickcart-wrapper .quickcart-bottom-container {
  bottom: 0;
  position: absolute;
  width: 100%;
}
.header-3 .quickcart-wrapper .quickcart-bottom-container .items-total {
  display: none;
}
.header-3 .quickcart-wrapper .quickcart-bottom-container .subtotal {
  background: #fff;
  color: #000000;
  margin: 0 20px 20px;
  padding: 15px 0;
  border-bottom: solid 1px #e5e5e5;
  border-top: solid 1px #e5e5e5;
}
.header-3 .quickcart-wrapper .quickcart-bottom-container .subtotal:before,
.header-3 .quickcart-wrapper .quickcart-bottom-container .subtotal:after {
  content: '';
  clear: both;
  display: block;
}
.header-3 .quickcart-wrapper .quickcart-bottom-container .subtotal span.label {
  float: left;
}
.header-3 .quickcart-wrapper .quickcart-bottom-container .subtotal span.label span {
  font-size: 16px;
  font-weight: 700;
  text-transform: none;
}
.header-3 .quickcart-wrapper .quickcart-bottom-container .subtotal .amount {
  float: right;
}
.header-3 .quickcart-wrapper .quickcart-bottom-container .actions {
  text-align: center;
  margin: 10px 20px;
}
.header-3 .quickcart-wrapper .quickcart-bottom-container .actions .secondary .viewcart {
  display: block;
  padding: 10px !important;
  font-size: 15px;
  letter-spacing: 0.5px;
}
.header-3 .quickcart-wrapper .quickcart-bottom-container .actions .primary .checkout {
  font-size: 15px;
  letter-spacing: 0.5px;
  width: 100%;
  padding: 12px 25px 12px 25px;
  display: block;
}
.header-3 .quickcart-wrapper .quickcart-bottom-container .subtotal .price-container span.price {
  font-size: 16px;
  font-weight: 400;
}
.header-3 .quickcart-wrapper .quickcart-bottom-container .minicart-widgets {
  padding: 0;
  margin: 0;
}
.header-3 .switcher-currency {
  float: right;
  border-left: 0;
  margin-right: 0;
  font-size: 13px;
}
.header-3 .currency-grid .switcher strong {
  padding-left: 0;
}
.header-3 .phone-no {
  display: inline-block;
  padding: 0 0 0 10px;
  font-size: 13px;
}
.header-3 .phone-no .icon {
  font-size: 17px;
}
.header-3 .phone-no a {
  display: inline-block;
}
.header-3 .top-header {
  padding: 6px 0;
  text-align: center;
}
.header-3 .top-header:before,
.header-3 .top-header:after {
  content: "";
  clear: both;
  display: block;
}
.header-3 .top-header .user-links.panel.header {
  text-transform: uppercase;
  width: auto;
}
.header-3 .top-header .shipping-msg {
  display: inline-block;
  text-transform: uppercase;
  font-size: 12px;
  border-left: 1px solid #ccc;
  padding-left: 10px;
  margin-right: 10px;
  vertical-align: middle;
}
.header-3 .top-header .social-header {
  display: inline-block;
  vertical-align: middle;
  padding: 0;
  margin-right: 10px;
  float: left;
}
.header-3 .top-header .social-header ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.header-3 .top-header .social-header ul li {
  float: left;
  margin-right: 10px;
  margin-bottom: 0;
}
.header-3 .top-header .social-header ul li a {
  font-size: 14px;
}
.header-3 .top-header .social-header ul li a .icon-social {
  vertical-align: middle;
}
.header-3 .top-header .social-header ul li .name-social {
  display: none;
}
.header-3 .top-header .phone-no {
  float: right;
}
.header-3.page-header .header.panel {
  padding: 0;
}
.header-3 .user-links.panel.header {
  display: inline-block;
  vertical-align: middle;
}
.header-3 .user-links.panel.header .links {
  list-style: none;
  padding: 0;
  margin: 0;
  float: none;
  vertical-align: middle;
}
.header-3 .user-links.panel.header .links > li {
  float: left;
  margin: 0 10px 0 0;
  margin-bottom: 0;
  padding: 0;
  font-size: 12px;
}
.header-3 .user-links.panel.header .links > li.compare {
  display: none;
}
.header-3 .user-links.panel.header .links > li a {
  text-transform: uppercase;
}
.header-3 .mbAjaxSearch .searchTags .titleRow {
  margin: -10px -11px 10px;
}
.header-3 .mbAjaxSearch .searchTags .searchTag > a,
.header-3 .mbAjaxSearch .searchTags .searchTag {
  border: 0;
}
.header-3 .mbAjaxSearch .search-autocomplete {
  margin-top: 0;
}
.header-3 .mbAjaxSearch .select-wrapper .holder {
  margin-right: -3px;
}
.header-3 .mbAjaxSearch .ajxRightDetails .action.tocart.primary {
  padding: 5px 10px;
  font-size: 12px;
}
.header-3 .mbAjaxSearch #search_autocomplete {
  max-height: 300px;
  overflow-y: auto;
}
.header-3 .block-search,
.header-3 .block.block-search.ajaxSearch {
  float: right;
  position: relative;
  margin-right: 4%;
  margin-bottom: 0 !important;
  width: 100%;
  z-index: 4;
}
.header-3 .block-search .block-title,
.header-3 .block.block-search.ajaxSearch .block-title {
  display: none;
}
.header-3 .block-search .block.block-content,
.header-3 .block.block-search.ajaxSearch .block.block-content {
  margin-bottom: 0 !important;
}
.header-3 .block-search .mbAjaxSearch #search,
.header-3 .block.block-search.ajaxSearch .mbAjaxSearch #search {
  border-color: #e7e7e7;
  border-width: 2px;
  padding: 5px 35px 5px 10px;
  line-height: normal;
}
.header-3 .block-search .label,
.header-3 .block.block-search.ajaxSearch .label {
  display: none;
}
.header-3 .block-search .control,
.header-3 .block.block-search.ajaxSearch .control {
  border-top: 0;
  margin: 0;
  padding: 0;
}
.header-3 .block-search .nested,
.header-3 .block.block-search.ajaxSearch .nested {
  display: none;
}
.header-3 .block-search input,
.header-3 .block.block-search.ajaxSearch input {
  margin: 0;
  padding: 5px 35px 5px 10px;
  position: static;
  border-color: #e7e7e7;
  border-width: 2px;
}
.header-3 .block-search input::-webkit-input-placeholder,
.header-3 .block.block-search.ajaxSearch input::-webkit-input-placeholder {
  color: #c2c2c2;
}
.header-3 .block-search input:-moz-placeholder,
.header-3 .block.block-search.ajaxSearch input:-moz-placeholder {
  color: #c2c2c2;
}
.header-3 .block-search input::-moz-placeholder,
.header-3 .block.block-search.ajaxSearch input::-moz-placeholder {
  color: #c2c2c2;
}
.header-3 .block-search input:-ms-input-placeholder,
.header-3 .block.block-search.ajaxSearch input:-ms-input-placeholder {
  color: #c2c2c2;
}
.header-3 .block-search .action.search,
.header-3 .block.block-search.ajaxSearch .action.search {
  display: inline-block;
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-decoration: none;
  text-shadow: none;
  font-weight: 400;
  padding: 5px 0;
  position: absolute;
  right: 10px;
  top: 3px;
  z-index: 1;
}
.header-3 .block-search .action.search:focus,
.header-3 .block.block-search.ajaxSearch .action.search:focus,
.header-3 .block-search .action.search:active,
.header-3 .block.block-search.ajaxSearch .action.search:active {
  background: none;
  border: none;
}
.header-3 .block-search .action.search:hover,
.header-3 .block.block-search.ajaxSearch .action.search:hover {
  background: none;
  border: none;
}
.header-3 .block-search .action.search.disabled,
.header-3 .block.block-search.ajaxSearch .action.search.disabled,
.header-3 .block-search .action.search[disabled],
.header-3 .block.block-search.ajaxSearch .action.search[disabled],
fieldset[disabled] .header-3 .block-search .action.search,
fieldset[disabled] .header-3 .block.block-search.ajaxSearch .action.search {
  pointer-events: none;
  opacity: 0.5;
}
.header-3 .block-search .action.search > span,
.header-3 .block.block-search.ajaxSearch .action.search > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.header-3 .block-search .action.search:before,
.header-3 .block.block-search.ajaxSearch .action.search:before {
  content: "\e610";
  font-family: 'themify';
  font-size: 19px;
  line-height: 25px;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
}
.header-3 .block-search .action.search:focus,
.header-3 .block.block-search.ajaxSearch .action.search:focus {
  outline: 0 none;
}
/* End Header Style3 */
/* Header Style4 */
.header-4 {
  position: relative;
  /* Search Bar */
  /* End Search Bar */
  /* MiniCart Sidebar */
  /* End MiniCart Sidebar */
}
.header-4 .cwsMenu .menulbl {
  z-index: 9;
}
.header-4 .nav-sections {
  margin-bottom: 0 !important;
}
.header-4 .ajaxSearch.block-search {
  width: 100%;
  margin-bottom: 0 !important;
}
.header-4 .block-search {
  z-index: 10;
}
.header-4 .block-search .control {
  padding-bottom: 0;
}
.header-4 .block-search .nested {
  display: none;
}
.header-4 .block-search .block-content {
  margin-bottom: 0 !important;
}
.header-4 .block-search input {
  border-width: 1px !important;
  border-color: #757575 !important;
  border-radius: 5px !important;
  padding: 8px 35px 8px 15px !important;
  height: 45px !important;
}
.header-4 .block-search input::-webkit-input-placeholder {
  color: #000;
}
.header-4 .block-search input:-ms-input-placeholder {
  color: #000;
}
.header-4 .block-search input::placeholder {
  color: #000;
}
.header-4 .mbAjaxSearch #search {
  padding: 5px 35px 5px 5px;
}
.header-4 .block-search .action.search,
.header-4 .block.block-search.ajaxSearch .action.search {
  display: inline-block;
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  text-decoration: none;
  text-shadow: none;
  font-weight: 400;
  padding: 5px 0;
  position: absolute;
  right: 0;
  top: 2px;
  z-index: 1;
  padding: 0;
  width: 40px;
  height: 40px;
  text-align: center;
}
.header-4 .block-search .action.search:focus,
.header-4 .block.block-search.ajaxSearch .action.search:focus,
.header-4 .block-search .action.search:active,
.header-4 .block.block-search.ajaxSearch .action.search:active {
  background: none;
  border: none;
}
.header-4 .block-search .action.search:hover,
.header-4 .block.block-search.ajaxSearch .action.search:hover {
  background: none;
  border: none;
}
.header-4 .block-search .action.search.disabled,
.header-4 .block.block-search.ajaxSearch .action.search.disabled,
.header-4 .block-search .action.search[disabled],
.header-4 .block.block-search.ajaxSearch .action.search[disabled],
fieldset[disabled] .header-4 .block-search .action.search,
fieldset[disabled] .header-4 .block.block-search.ajaxSearch .action.search {
  pointer-events: none;
  opacity: 0.5;
}
.header-4 .block-search .action.search > span,
.header-4 .block.block-search.ajaxSearch .action.search > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.header-4 .block-search .action.search:before,
.header-4 .block.block-search.ajaxSearch .action.search:before {
  content: "\e610";
  font-family: 'themify';
  font-size: 19px;
  line-height: 25px;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
}
.header-4 .block-search .action.search:focus,
.header-4 .block.block-search.ajaxSearch .action.search:focus {
  outline: 0 none;
}
.header-4 .main-nav {
  border-top: solid 1px #dddddd;
}
.header-4 .main-nav .cwsMenu {
  text-align: center;
}
.header-4 .main-nav .cwsMenu.mega-menu {
  max-width: 100% !important;
}
.header-4 .main-nav .cwsMenu.horizontal > li {
  display: inline-block;
  float: none !important;
}
.header-4 .icon {
  font-size: 22px;
  vertical-align: middle;
}
.header-4 #header-content {
  padding-top: 20px;
  padding-bottom: 20px;
  width: 100%;
}
.header-4 .user-account {
  position: relative;
  padding-right: 20px;
}
.header-4 .user-account .top-links {
  position: absolute;
  top: 100%;
  right: 5px;
  background-color: #fff;
  width: 190px;
  padding: 10px;
  z-index: 99;
  margin-top: 10px;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
}
.header-4 .user-account .top-links:after,
.header-4 .user-account .top-links:before {
  bottom: 100%;
  right: 17px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.header-4 .user-account .top-links:after {
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: #fff;
  border-width: 7px;
  margin-left: -8px;
}
.header-4 .user-account .top-links:before {
  border-color: rgba(239, 239, 239, 0);
  border-bottom-color: #9c9c9c;
  border-width: 7px;
  margin-left: -8px;
}
.header-4 .user-account .top-links ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.header-4 .user-account .top-links li {
  border-bottom: dotted 1px #ddd;
  display: block;
  margin: 0;
}
.header-4 .user-account .top-links li:last-child {
  border-bottom: none;
}
.header-4 .user-account .top-links li a {
  display: block;
  padding: 2px 5px;
}
.header-4 .user-account .top-links li a:hover {
  background-color: #efefef;
}
.header-4 .user-links.panel.header {
  display: inline-block;
  vertical-align: middle;
}
.header-4 .user-links.panel.header .links {
  list-style: none;
  padding: 0;
  margin: 0;
}
.header-4 .user-links.panel.header .links > li {
  float: left;
  margin: 0 15px 0 0;
  margin-bottom: 0;
  padding: 0;
  font-size: 13px;
}
.header-4 .user-links.panel.header .links > li.compare {
  display: none;
}
.header-4 .user-links.panel.header .links > li a {
  text-transform: uppercase;
}
.header-4.sticky-header .quickcart-wrapper .block-quickcart {
  height: 100vh;
}
.header-4 .minicart {
  width: 25px;
  float: right;
}
.header-4 .minicart .minicart-wrapper {
  margin-right: 0;
}
.header-4 .minicart .minicart-wrapper .action.close {
  color: #000;
  width: 30px;
  height: 30px;
}
.header-4 .minicart .minicart-wrapper .action.close:hover {
  opacity: 0.8;
}
.header-4 .minicart .minicart-wrapper .action.showcart .counter.qty,
.header-4 .minicart .minicart-wrapper .action.showcart .counter.qty.empty {
  color: #fff;
  font-size: 11px;
  font-weight: 400;
  display: block;
  background: inherit;
  position: absolute;
  top: -12px;
  left: 2px;
  text-align: center;
  margin-top: 0;
  width: 18px;
  height: 18px;
  line-height: 19px;
  padding: 0;
  border-radius: 50%;
  -webkit-border-radius: 50%;
}
.header-4 .minicart .minicart-wrapper .action.showcart:before {
  content: '';
}
.header-4 .minicart-wrapper .product-item-details {
  padding-right: 40px;
  position: relative;
}
.header-4 .minicart-wrapper .product .actions {
  position: absolute;
  right: 0;
  top: 25px;
}
.header-4 .minicart-wrapper .minicart-items .product-item-name {
  line-height: 18px;
  margin-bottom: 5px;
}
.header-4 .minicart-wrapper .minicart-items {
  max-height: inherit;
  overflow-y: inherit;
}
.header-4 .minicart-wrapper.active {
  overflow: visible;
}
.header-4 .minicart-wrapper .block-minicart {
  right: -15px;
  width: 320px;
  z-index: 1001;
}
.header-4 .minicart-wrapper .block-minicart .subtitle.empty {
  font-weight: normal;
}
.header-4 .quickcart-wrapper .block-quickcart {
  border-top: 0 none;
  border-bottom: 0 none;
  height: 100%;
  min-width: inherit;
  overflow: hidden;
  padding: 0;
  position: fixed !important;
  right: 0 !important;
  top: -4px;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
  opacity: 0;
  visibility: hidden;
}
.header-4 .minicart .mage-dropdown-dialog {
  display: block !important;
}
.header-4 .quickcart-wrapper.active .block-quickcart {
  right: 0 !important;
  opacity: 1;
  visibility: visible;
}
.header-4 .quickcart-wrapper .block-quickcart .block-content-quickcart,
.header-4 .quickcart-wrapper .block-quickcart .quickcart-content-wrapper {
  width: 100%;
}
.header-4 .quickcart-wrapper .block-quickcart .block-content-quickcart .quickcart-top {
  text-transform: none;
  min-height: 30px;
  top: 0;
  width: 100%;
  z-index: 1;
  padding: 0 20px;
  background: #fff;
  color: #000;
  height: 50px;
  line-height: 50px;
  font-size: 18px;
  font-weight: 600;
  border-bottom: 1px solid #ddd;
}
.header-4 .quickcart-wrapper .quickcart-top button.close,
.header-4 .quickcart-wrapper .quickcart-top .cart.table-wrapper .actions-toolbar > .action.close,
.header-4 .quickcart-wrapper .quickcart-top .action-gift.close {
  font-size: 12px;
  min-height: 30px;
  min-width: 54px;
  right: 0;
  top: 10px;
  margin: 0;
  padding: 0;
}
.header-4 .quickcart-wrapper .quickcart-top button.close span,
.header-4 .quickcart-wrapper .quickcart-top .cart.table-wrapper .actions-toolbar > .action.close span,
.header-4 .quickcart-wrapper .quickcart-top .action-gift.close span {
  position: relative;
  color: #fff;
  display: none;
}
.header-4 .quickcart-wrapper .quickcart-items-wrapper {
  padding: 10px 20px;
  border: 0 none;
  margin: 0;
  z-index: 1001;
  position: absolute;
  overflow-y: auto;
  width: 100%;
  max-height: inherit;
}
.header-4 .quickcart-wrapper .quickcart-bottom-container {
  bottom: 0;
  position: absolute;
  width: 100%;
}
.header-4 .quickcart-wrapper .quickcart-bottom-container .items-total {
  display: none;
}
.header-4 .quickcart-wrapper .quickcart-bottom-container .subtotal {
  background: #fff;
  color: #000000;
  margin: 0 20px 20px;
  padding: 15px 0;
  border-bottom: solid 1px #e5e5e5;
  border-top: solid 1px #e5e5e5;
}
.header-4 .quickcart-wrapper .quickcart-bottom-container .subtotal:before,
.header-4 .quickcart-wrapper .quickcart-bottom-container .subtotal:after {
  content: '';
  clear: both;
  display: block;
}
.header-4 .quickcart-wrapper .quickcart-bottom-container .subtotal span.label {
  float: left;
}
.header-4 .quickcart-wrapper .quickcart-bottom-container .subtotal span.label span {
  font-size: 16px;
  font-weight: 700;
  text-transform: none;
}
.header-4 .quickcart-wrapper .quickcart-bottom-container .subtotal .amount {
  float: right;
}
.header-4 .quickcart-wrapper .quickcart-bottom-container .actions {
  text-align: center;
  margin: 10px 20px;
}
.header-4 .quickcart-wrapper .quickcart-bottom-container .actions .secondary .viewcart {
  display: block;
  padding: 10px !important;
  font-size: 15px;
  letter-spacing: 0.5px;
}
.header-4 .quickcart-wrapper .quickcart-bottom-container .actions .primary .checkout {
  font-size: 15px;
  letter-spacing: 0.5px;
  width: 100%;
  padding: 12px 25px 12px 25px;
  display: block;
}
.header-4 .quickcart-wrapper .quickcart-bottom-container .subtotal .price-container span.price {
  font-size: 16px;
  font-weight: 400;
}
.header-4 .quickcart-wrapper .quickcart-bottom-container .minicart-widgets {
  padding: 0;
  margin: 0;
}
.header-4 .currency-grid {
  padding-right: 20px;
}
.header-4 .currency-grid .switcher strong {
  padding-left: 0;
}
.header-4 .switcher-currency {
  float: right;
  border-left: 0;
  margin-right: 0;
}
.header-4 .language-grid {
  float: right;
  padding-right: 15px;
}
.header-4 .phone-no {
  display: inline-block;
  padding: 10px 0 10px 15px;
  margin-left: 15px;
}
.header-4 .phone-no a {
  display: inline-block;
}
.header-4 .logo {
  margin: 0;
  float: left;
  display: block;
  max-width: 100%;
  text-align: left;
}
.header-4 .nav-sections .cwsMenuOuter {
  padding: 0 !important;
}
.header-4 .top-header {
  text-align: center;
}
.header-4 .top-header:before,
.header-4 .top-header:after {
  content: "";
  clear: both;
  display: block;
}
.header-4 .top-header .social-header {
  display: inline-block;
  vertical-align: middle;
  padding: 8px 0;
  margin-right: 10px;
  float: left;
}
.header-4 .top-header .social-header ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.header-4 .top-header .social-header ul li {
  float: left;
  margin-right: 10px;
  margin-bottom: 0;
}
.header-4 .top-header .social-header ul li a {
  font-size: 16px;
}
.header-4 .top-header .social-header ul li a .icon-social {
  vertical-align: middle;
}
.header-4 .top-header .social-header ul li .name-social {
  display: none;
}
.header-4 .top-header .phone-no {
  float: right;
}
/* End Header Style4 */
/* Header Style5 */
.header-5 {
  /* MiniCart */
  /* End MiniCart Sidebar */
  /* The side navigation menu */
}
.header-5 .icon {
  font-size: 22px;
  vertical-align: middle;
}
.header-5 #header-content {
  padding-top: 20px;
  padding-bottom: 20px;
  width: 100%;
}
.header-5 .logo {
  margin: 0;
  float: none;
  display: block;
  max-width: 100%;
}
.header-5 .logo img {
  margin: 0 auto;
}
.header-5 .currency-grid,
.header-5 .search-toggle,
.header-5 .language-grid {
  float: right;
  padding-right: 20px;
}
.header-5 .language-grid {
  padding-right: 20px;
}
.header-5 .language-grid .language {
  margin-right: 0;
  text-transform: uppercase;
}
.header-5 .user-account {
  position: relative;
  float: right;
  padding-right: 20px;
}
.header-5 .user-account .top-links {
  position: absolute;
  top: 100%;
  right: 5px;
  background-color: #fff;
  width: 190px;
  padding: 10px;
  z-index: 99;
  margin-top: 10px;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
}
.header-5 .user-account .top-links:after,
.header-5 .user-account .top-links:before {
  bottom: 100%;
  right: 17px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.header-5 .user-account .top-links:after {
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: #fff;
  border-width: 7px;
  margin-left: -7px;
}
.header-5 .user-account .top-links:before {
  border-color: rgba(239, 239, 239, 0);
  border-bottom-color: #9c9c9c;
  border-width: 7px;
  margin-left: -8px;
}
.header-5 .user-account .top-links ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.header-5 .user-account .top-links li {
  border-bottom: dotted 1px #ddd;
  display: block;
  margin: 0;
}
.header-5 .user-account .top-links li:last-child {
  border-bottom: none;
}
.header-5 .user-account .top-links li a {
  display: block;
  padding: 2px 5px;
}
.header-5 .user-account .top-links li a:hover {
  background-color: #efefef;
}
.header-5 .user-links.panel.header {
  display: inline-block;
  vertical-align: middle;
  padding: 0;
}
.header-5 .user-links.panel.header .links {
  list-style: none;
  padding: 0;
  margin: 0;
}
.header-5 .user-links.panel.header .links > li {
  float: left;
  margin: 0 15px 0 0;
  margin-bottom: 0;
  padding: 0;
  font-size: 13px;
}
.header-5 .user-links.panel.header .links > li.compare {
  display: none;
}
.header-5 .user-links.panel.header .links > li a {
  text-transform: uppercase;
}
.header-5.sticky-header .quickcart-wrapper .block-quickcart {
  height: 100vh;
}
.header-5 .minicart {
  width: 25px;
  float: right;
}
.header-5 .minicart .minicart-wrapper {
  margin-right: 0;
}
.header-5 .minicart .minicart-wrapper .block-minicart {
  width: 310px;
  right: -10px;
  padding: 10px;
  margin-top: 10px;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
  -ms-transition: all 0.45s cubic-bezier(0.29, 0.63, 0.44, 1);
  -webkit-transition: all 0.45s cubic-bezier(0.29, 0.63, 0.44, 1);
  transition: all 0.45s cubic-bezier(0.29, 0.63, 0.44, 1);
}
.header-5 .minicart .minicart-wrapper .block-minicart .subtitle.empty {
  font-weight: 400;
  padding: 20px 0 10px;
}
.header-5 .minicart .minicart-wrapper .block-minicart:after,
.header-5 .minicart .minicart-wrapper .block-minicart:before {
  bottom: 100%;
  right: 15px;
  top: auto;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  z-index: 999;
}
.header-5 .minicart .minicart-wrapper .block-minicart:after {
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: #fff;
  border-width: 7px;
  margin-left: -7px;
}
.header-5 .minicart .minicart-wrapper .block-minicart:before {
  border-color: rgba(239, 239, 239, 0);
  border-bottom-color: #9c9c9c;
  border-width: 7px;
  margin-left: -8px;
}
.header-5 .minicart .minicart-wrapper .action.close {
  color: #000;
  width: 30px;
  height: 30px;
}
.header-5 .minicart .minicart-wrapper .action.close:hover {
  opacity: 0.8;
}
.header-5 .minicart .minicart-wrapper .action.showcart .counter.qty,
.header-5 .minicart .minicart-wrapper .action.showcart .counter.qty.empty {
  color: #fff;
  font-size: 11px;
  font-weight: 400;
  display: block;
  background: inherit;
  position: absolute;
  top: -11px;
  left: 3px;
  text-align: center;
  margin-top: 0;
  width: 18px;
  height: 18px;
  line-height: 18px;
  padding: 0;
  border-radius: 50%;
  -webkit-border-radius: 50%;
}
.header-5 .minicart .minicart-wrapper .action.showcart:before {
  content: '';
}
.header-5 .minicart-wrapper .product-item-details {
  padding-right: 40px;
  position: relative;
}
.header-5 .minicart-wrapper .product .actions {
  position: absolute;
  right: 0;
  top: 25px;
}
.header-5 .minicart-wrapper .minicart-items .product-item-name {
  line-height: 18px;
  margin-bottom: 5px;
}
.header-5 .minicart-wrapper .minicart-items {
  max-height: inherit;
  overflow-y: inherit;
}
.header-5 .minicart-wrapper.active {
  overflow: visible;
}
.header-5 .minicart-wrapper .block-minicart {
  right: -15px;
  width: 320px;
  z-index: 1001;
}
.header-5 .minicart-wrapper .block-minicart .subtitle.empty {
  font-weight: normal;
}
.header-5 .quickcart-wrapper .block-quickcart {
  border-top: 0 none;
  border-bottom: 0 none;
  height: 100%;
  min-width: inherit;
  overflow: hidden;
  padding: 0;
  position: fixed !important;
  right: 0 !important;
  top: -10px;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
  opacity: 0;
  visibility: hidden;
}
.header-5 .minicart .mage-dropdown-dialog {
  display: block !important;
}
.header-5 .quickcart-wrapper.active .block-quickcart {
  right: 0 !important;
  opacity: 1;
  visibility: visible;
}
.header-5 .quickcart-wrapper .block-quickcart .block-content-quickcart,
.header-5 .quickcart-wrapper .block-quickcart .quickcart-content-wrapper {
  width: 100%;
}
.header-5 .quickcart-wrapper .block-quickcart .block-content-quickcart .quickcart-top {
  text-transform: none;
  min-height: 30px;
  top: 0;
  width: 100%;
  z-index: 1;
  padding: 0 10px;
  background: #fff;
  color: #000;
  height: 50px;
  line-height: 40px;
  font-size: 18px;
  font-weight: 600;
  border-bottom: 1px solid #ddd;
}
.header-5 .quickcart-wrapper .quickcart-top button.close,
.header-5 .quickcart-wrapper .quickcart-top .cart.table-wrapper .actions-toolbar > .action.close,
.header-5 .quickcart-wrapper .quickcart-top .action-gift.close {
  font-size: 12px;
  min-height: 30px;
  min-width: 54px;
  right: 0;
  top: 15px;
  margin: 0;
  padding: 0;
}
.header-5 .quickcart-wrapper .quickcart-top button.close span,
.header-5 .quickcart-wrapper .quickcart-top .cart.table-wrapper .actions-toolbar > .action.close span,
.header-5 .quickcart-wrapper .quickcart-top .action-gift.close span {
  position: relative;
  color: #fff;
  display: none;
}
.header-5 .quickcart-wrapper .quickcart-items-wrapper {
  padding: 10px 0;
  border: 0 none;
  margin: 0;
  z-index: 1001;
  position: absolute;
  overflow-y: auto;
  width: 94%;
  max-height: inherit;
}
.header-5 .quickcart-wrapper .quickcart-bottom-container {
  bottom: 0;
  position: absolute;
  width: 100%;
  left: 0;
}
.header-5 .quickcart-wrapper .quickcart-bottom-container .items-total {
  display: none;
}
.header-5 .quickcart-wrapper .quickcart-bottom-container .subtotal {
  background: #fff;
  color: #000000;
  margin: 0 20px 20px;
  padding: 15px 0;
  border-bottom: solid 1px #e5e5e5;
  border-top: solid 1px #e5e5e5;
}
.header-5 .quickcart-wrapper .quickcart-bottom-container .subtotal:before,
.header-5 .quickcart-wrapper .quickcart-bottom-container .subtotal:after {
  content: '';
  clear: both;
  display: block;
}
.header-5 .quickcart-wrapper .quickcart-bottom-container .subtotal span.label {
  float: left;
}
.header-5 .quickcart-wrapper .quickcart-bottom-container .subtotal span.label span {
  font-size: 16px;
  font-weight: 700;
  text-transform: none;
}
.header-5 .quickcart-wrapper .quickcart-bottom-container .subtotal .amount {
  float: right;
}
.header-5 .quickcart-wrapper .quickcart-bottom-container .actions {
  text-align: center;
  margin: 10px;
}
.header-5 .quickcart-wrapper .quickcart-bottom-container .actions .secondary .viewcart {
  display: block;
  padding: 10px !important;
  font-size: 15px;
  letter-spacing: 0.5px;
}
.header-5 .quickcart-wrapper .quickcart-bottom-container .actions .primary .checkout {
  font-size: 15px;
  letter-spacing: 0.5px;
  width: 100%;
  padding: 12px 25px 12px 25px;
  display: block;
}
.header-5 .quickcart-wrapper .quickcart-bottom-container .subtotal .price-container span.price {
  font-size: 16px;
  font-weight: 400;
}
.header-5 .quickcart-wrapper .quickcart-bottom-container .minicart-widgets {
  padding: 0;
  margin: 0;
}
.header-5 .switcher-currency {
  float: right;
  border-left: 0;
  margin-right: 0;
}
.header-5 .phone-no {
  display: inline-block;
  padding: 10px 0 10px 15px;
  margin-left: 15px;
}
.header-5 .phone-no a {
  display: inline-block;
}
.header-5 .top-header {
  text-align: center;
  padding: 10px 0;
}
.header-5 .top-header:before,
.header-5 .top-header:after {
  content: "";
  clear: both;
  display: block;
}
.header-5 .top-header .shipping-msg {
  display: inline-block;
}
.header-5 .top-header .social-header {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  float: left;
}
.header-5 .top-header .social-header ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.header-5 .top-header .social-header ul li {
  float: left;
  margin-right: 10px;
  margin-bottom: 0;
}
.header-5 .top-header .social-header ul li a {
  font-size: 16px;
}
.header-5 .top-header .social-header ul li a .icon-social {
  vertical-align: middle;
}
.header-5 .top-header .social-header ul li .name-social {
  display: none;
}
.header-5 .top-header .phone-no {
  float: right;
  padding: 0;
}
.header-5 .main-nav {
  border-top: solid 1px #ddd;
}
.header-5 .main-nav .cwsMenu {
  text-align: center;
}
.header-5 .main-nav .cwsMenu.mega-menu {
  max-width: 100% !important;
}
.header-5 .main-nav .cwsMenu.horizontal > li {
  display: inline-block;
  float: none !important;
}
.header-5 .menu-icon {
  cursor: pointer;
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  display: inline-block;
  background-color: #e7e7e7;
  padding: 7px 10px;
}
.header-5 .menu-icon .icon {
  font-size: 18px;
}
.header-5 .menu-icon .menu-text {
  vertical-align: middle;
  letter-spacing: 1px;
  display: inline-block;
}
/* End Header Style5 */
@media (min-width: 1200px) {
  .side-menu {
    height: 100%;
    width: 250px;
    padding-top: 64px;
    position: fixed;
    z-index: 99999;
    top: 0;
    left: -250px;
    right: auto;
    transition: .5s;
    -ms-transition: .5s;
    -webkit-transition: .5s;
    overflow-x: hidden;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  }
  .side-menu .closebtn {
    white-space: nowrap;
    font-weight: 600;
    text-transform: uppercase;
    display: block;
    position: absolute;
    top: 20px;
    right: -20px;
    width: 100%;
    font-size: 15px;
    padding: 0;
  }
  .side-menu .closebtn:before,
  .side-menu .closebtn:after {
    content: '';
    clear: both;
    display: block;
  }
  .side-menu .closebtn .close {
    float: right;
    position: relative;
    right: 35px;
    font-size: 13px;
    top: 3px;
  }
  .side-menu .nav-sections {
    border-top: 1px solid #ddd;
  }
  .side-menu .cwsMenuOuter ul.cwsMenu li.parent a {
    padding-right: 37px !important;
  }
  .side-menu .cwsMenuOuter * {
    transition: none;
    -ms-transition: none;
    -o-transition: none;
    -moz-transition: none;
    -webkit-transition: none;
  }
  .side-menu .cwsMenu.horizontal > li {
    display: block !important;
    float: none !important;
  }
}
/* Header Style6 */
.header-6 {
  /* MiniCart Sidebar */
  /* End MiniCart Sidebar */
  /* Search Bar */
}
.header-6 .cwsMenu .menulbl {
  z-index: 1;
}
.header-6 #header-content .container {
  padding-top: 15px;
  padding-bottom: 15px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -o-align-items: center;
  align-items: center;
}
.header-6 #header-content .container > ul {
  width: 100%;
}
.header-6 .cwsMenu.mega-menu li > div.subMenu .container {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.header-6 .logo {
  margin: 0;
}
.header-6 .w20 {
  width: auto;
  flex-basis: 20%;
  -ms-flex-basis: 20%;
  -webkit-flex-basis: 20%;
}
.header-6 .header-center {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-basis: 55%;
  -ms-flex-basis: 55%;
  -webkit-flex-basis: 55%;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -o-align-items: center;
  align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
}
.header-6 .header-right {
  flex-basis: 25%;
  -ms-flex-basis: 25%;
  -webkit-flex-basis: 25%;
}
.header-6 .user-account {
  position: relative;
  padding-right: 20px;
  float: right;
}
.header-6 .user-account .top-links {
  position: absolute;
  top: 100%;
  right: 5px;
  background-color: #fff;
  width: 210px;
  padding: 15px;
  z-index: 99;
  margin-top: 10px;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
}
.header-6 .user-account .top-links:after,
.header-6 .user-account .top-links:before {
  bottom: 100%;
  right: 17px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.header-6 .user-account .top-links:after {
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: #fff;
  border-width: 7px;
  margin-left: -8px;
}
.header-6 .user-account .top-links:before {
  border-color: rgba(239, 239, 239, 0);
  border-bottom-color: #9c9c9c;
  border-width: 7px;
  margin-left: -8px;
}
.header-6 .user-account .top-links ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.header-6 .user-account .top-links li {
  border-bottom: dotted 1px #ddd;
  display: block;
  margin: 0;
}
.header-6 .user-account .top-links li:last-child {
  border-bottom: none;
}
.header-6 .user-account .top-links li a {
  display: block;
  padding: 5px 0;
}
.header-6 .user-links.panel.header {
  display: inline-block;
  vertical-align: middle;
}
.header-6 .user-links.panel.header .links {
  list-style: none;
  padding: 0;
  margin: 0;
}
.header-6 .user-links.panel.header .links > li {
  float: left;
  margin: 0 15px 0 0;
  margin-bottom: 0;
  padding: 0;
  font-size: 13px;
}
.header-6 .user-links.panel.header .links > li.compare {
  display: none;
}
.header-6 .user-links.panel.header .links > li a {
  text-transform: uppercase;
}
.header-6 .currency-grid,
.header-6 .language-grid {
  float: right;
  padding-right: 20px;
}
.header-6 .cwsMenu.mega-menu > li.megamenu div.subMenu {
  margin-top: 0px !important;
}
.header-6 .ymm-header {
  display: inline-block;
}
.header-6 .ymm-header .ymm-title h2 {
  margin: 0;
  padding: 10px;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
}
.header-6 .ymm-header .ymm-title h2:after {
  content: "\f107";
  font-family: "FontAwesome";
  display: inline-block;
  font-size: 14px;
  padding-left: 5px;
}
.header-6 .ymm-header .ymm-title.active h2:after {
  content: "\f106";
}
.header-6 .ymm-header .ymm_fields {
  display: none;
  position: absolute;
  left: 0;
  width: 100%;
  max-width: 100%;
  z-index: 100;
}
.header-6 .ymm-header .finderProducts.horizontal {
  max-width: 100%;
  background-color: #ffffff;
  padding: 20px 20px 30px;
}
.header-6 .ymm-header .finderProducts.horizontal .display-table-cell {
  display: block;
  margin-top: 10px;
}
.header-6 .ymm-header .finderProducts.horizontal h3 {
  font-size: 24px;
  margin-bottom: 15px;
}
.header-6 .ymm-header .finderProducts.horizontal .finderDropdowns li {
  width: 33.3%;
  padding-right: 20px;
  margin-right: 0 !important;
}
.header-6 .ymm-header .finderProducts.horizontal .finderDropdowns li:last-child {
  padding-right: 0;
}
.header-6 .ymm-header .finderProducts.horizontal .finderDropdowns li select {
  padding-left: 10px;
  text-transform: uppercase;
}
.header-6 .ymm-header .finderProducts.horizontal .button-set button,
.header-6 .ymm-header .finderProducts.horizontal .button-set .cart.table-wrapper .actions-toolbar > .action,
.header-6 .ymm-header .finderProducts.horizontal .button-set .action-gift {
  font-size: 16px;
  padding: 10px 30px;
  float: left;
  margin-right: 20px;
}
.header-6 .icon {
  font-size: 22px;
  vertical-align: middle;
}
@media (min-width: 1200px) {
  .header-6 .nav-sections {
    margin-bottom: 0;
    position: relative;
  }
}
.header-6.sticky-header .quickcart-wrapper .block-quickcart {
  height: 100vh;
}
.header-6 .minicart {
  width: 25px;
  float: right;
}
.header-6 .minicart .minicart-wrapper {
  margin-right: 0;
}
.header-6 .minicart .minicart-wrapper .action.close {
  color: #000;
  width: 30px;
  height: 30px;
}
.header-6 .minicart .minicart-wrapper .action.close:hover {
  opacity: 0.8;
}
.header-6 .minicart .minicart-wrapper .action.showcart .counter.qty,
.header-6 .minicart .minicart-wrapper .action.showcart .counter.qty.empty {
  color: #fff;
  font-size: 11px;
  font-weight: 400;
  display: block;
  position: absolute;
  top: -4px;
  left: -6px;
  text-align: center;
  margin-top: 0;
  width: 18px;
  height: 18px;
  line-height: 18px;
  padding: 0;
  border-radius: 50%;
  -webkit-border-radius: 50%;
}
.header-6 .minicart .minicart-wrapper .action.showcart:before {
  content: '';
}
.header-6 .minicart-wrapper .product-item-details {
  padding-right: 40px;
  position: relative;
}
.header-6 .minicart-wrapper .product .actions {
  position: absolute;
  right: 0;
  top: 25px;
}
.header-6 .minicart-wrapper .minicart-items .product-item-name {
  line-height: 18px;
  margin-bottom: 5px;
}
.header-6 .minicart-wrapper .minicart-items {
  max-height: inherit;
  overflow-y: inherit;
}
.header-6 .minicart-wrapper.active {
  overflow: visible;
}
.header-6 .minicart-wrapper .block-minicart {
  right: -15px;
  width: 320px;
  z-index: 1001;
  border: 0;
}
.header-6 .minicart-wrapper .block-minicart .subtitle.empty {
  font-weight: normal;
}
.header-6 .quickcart-wrapper .block-quickcart {
  border-top: 0 none;
  border-bottom: 0 none;
  height: 100%;
  min-width: inherit;
  overflow: hidden;
  padding: 0;
  position: fixed !important;
  right: 0 !important;
  top: -4px;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
  opacity: 0;
  visibility: hidden;
}
.header-6 .minicart .mage-dropdown-dialog {
  display: block !important;
}
.header-6 .quickcart-wrapper.active .block-quickcart {
  right: -1px !important;
  opacity: 1;
  visibility: visible;
}
.header-6 .quickcart-wrapper .block-quickcart .block-content-quickcart,
.header-6 .quickcart-wrapper .block-quickcart .quickcart-content-wrapper {
  width: 100%;
}
.header-6 .quickcart-wrapper .block-quickcart .block-content-quickcart .quickcart-top {
  text-transform: none;
  min-height: 30px;
  top: 0;
  width: 100%;
  z-index: 1;
  padding: 0 20px;
  background: #fff;
  color: #000;
  height: 50px;
  line-height: 50px;
  font-size: 18px;
  font-weight: 600;
  border-bottom: 1px solid #ddd;
}
.header-6 .quickcart-wrapper .quickcart-top button.close,
.header-6 .quickcart-wrapper .quickcart-top .cart.table-wrapper .actions-toolbar > .action.close,
.header-6 .quickcart-wrapper .quickcart-top .action-gift.close {
  font-size: 12px;
  min-height: 30px;
  min-width: 54px;
  right: 0;
  top: 10px;
  margin: 0;
  padding: 0;
}
.header-6 .quickcart-wrapper .quickcart-top button.close span,
.header-6 .quickcart-wrapper .quickcart-top .cart.table-wrapper .actions-toolbar > .action.close span,
.header-6 .quickcart-wrapper .quickcart-top .action-gift.close span {
  position: relative;
  color: #fff;
  display: none;
}
.header-6 .quickcart-wrapper .quickcart-items-wrapper {
  padding: 10px 20px;
  border: 0 none;
  margin: 0;
  z-index: 1001;
  position: absolute;
  overflow-y: auto;
  width: 100%;
  max-height: inherit;
}
.header-6 .quickcart-wrapper .quickcart-bottom-container {
  bottom: 0;
  position: absolute;
  width: 100%;
}
.header-6 .quickcart-wrapper .quickcart-bottom-container .items-total {
  display: none;
}
.header-6 .quickcart-wrapper .quickcart-bottom-container .subtotal {
  background: #fff;
  color: #000000;
  margin: 0 20px 20px;
  padding: 15px 0;
  border-bottom: solid 1px #e5e5e5;
  border-top: solid 1px #e5e5e5;
}
.header-6 .quickcart-wrapper .quickcart-bottom-container .subtotal:before,
.header-6 .quickcart-wrapper .quickcart-bottom-container .subtotal:after {
  content: '';
  clear: both;
  display: block;
}
.header-6 .quickcart-wrapper .quickcart-bottom-container .subtotal span.label {
  float: left;
}
.header-6 .quickcart-wrapper .quickcart-bottom-container .subtotal span.label span {
  font-size: 16px;
  font-weight: 700;
  text-transform: none;
}
.header-6 .quickcart-wrapper .quickcart-bottom-container .subtotal .amount {
  float: right;
}
.header-6 .quickcart-wrapper .quickcart-bottom-container .actions {
  text-align: center;
  margin: 10px 20px;
}
.header-6 .quickcart-wrapper .quickcart-bottom-container .actions .secondary .viewcart {
  display: block;
  padding: 10px !important;
  font-size: 15px;
  letter-spacing: 0.5px;
}
.header-6 .quickcart-wrapper .quickcart-bottom-container .actions .primary .checkout {
  font-size: 15px;
  letter-spacing: 0.5px;
  width: 100%;
  padding: 12px 25px 12px 25px;
  display: block;
}
.header-6 .quickcart-wrapper .quickcart-bottom-container .subtotal .price-container span.price {
  font-size: 16px;
  font-weight: 400;
}
.header-6 .quickcart-wrapper .quickcart-bottom-container .minicart-widgets {
  padding: 0;
  margin: 0;
}
.header-6 .mbAjaxSearch .searchTags .titleRow {
  margin: -10px -11px 10px;
}
.header-6 .mbAjaxSearch .searchTags .searchTag > a,
.header-6 .mbAjaxSearch .searchTags .searchTag {
  border: 0;
}
.header-6 .mbAjaxSearch .search-autocomplete {
  margin-top: 0;
}
.header-6 .mbAjaxSearch .select-wrapper .holder {
  margin-right: -3px;
}
.header-6 .mbAjaxSearch .ajxRightDetails .action.tocart.primary {
  padding: 5px 10px;
  font-size: 12px;
}
.header-6 .mbAjaxSearch #search_autocomplete {
  max-height: 300px;
  overflow-y: auto;
}
.header-6 .block-search,
.header-6 .block.block-search.ajaxSearch {
  display: inline-block;
  vertical-align: middle;
  float: none;
  width: 70%;
  position: relative;
  margin-bottom: 0 !important;
  z-index: 4;
}
.header-6 .block-search .block-title,
.header-6 .block.block-search.ajaxSearch .block-title {
  display: none;
}
.header-6 .block-search .block.block-content,
.header-6 .block.block-search.ajaxSearch .block.block-content {
  margin-bottom: 0 !important;
}
.header-6 .block-search .mbAjaxSearch #search,
.header-6 .block.block-search.ajaxSearch .mbAjaxSearch #search {
  border-color: #e7e7e7;
  border-width: 2px;
  padding: 5px 35px 5px 10px;
  line-height: normal;
}
.header-6 .block-search .label,
.header-6 .block.block-search.ajaxSearch .label {
  display: none;
}
.header-6 .block-search .control,
.header-6 .block.block-search.ajaxSearch .control {
  border-top: 0;
  margin: 0;
  padding: 0;
}
.header-6 .block-search .nested,
.header-6 .block.block-search.ajaxSearch .nested {
  display: none;
}
.header-6 .block-search input,
.header-6 .block.block-search.ajaxSearch input {
  margin: 0;
  padding: 5px 35px 5px 10px;
  position: static;
  border-color: #e7e7e7;
  border-width: 2px;
}
.header-6 .block-search input::-webkit-input-placeholder,
.header-6 .block.block-search.ajaxSearch input::-webkit-input-placeholder {
  color: #c2c2c2;
}
.header-6 .block-search input:-moz-placeholder,
.header-6 .block.block-search.ajaxSearch input:-moz-placeholder {
  color: #c2c2c2;
}
.header-6 .block-search input::-moz-placeholder,
.header-6 .block.block-search.ajaxSearch input::-moz-placeholder {
  color: #c2c2c2;
}
.header-6 .block-search input:-ms-input-placeholder,
.header-6 .block.block-search.ajaxSearch input:-ms-input-placeholder {
  color: #c2c2c2;
}
.header-6 .block-search .action.search,
.header-6 .block.block-search.ajaxSearch .action.search {
  display: inline-block;
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-decoration: none;
  text-shadow: none;
  font-weight: 400;
  padding: 5px 0;
  position: absolute;
  right: 10px;
  top: 3px;
  z-index: 1;
}
.header-6 .block-search .action.search:focus,
.header-6 .block.block-search.ajaxSearch .action.search:focus,
.header-6 .block-search .action.search:active,
.header-6 .block.block-search.ajaxSearch .action.search:active {
  background: none;
  border: none;
}
.header-6 .block-search .action.search:hover,
.header-6 .block.block-search.ajaxSearch .action.search:hover {
  background: none;
  border: none;
}
.header-6 .block-search .action.search.disabled,
.header-6 .block.block-search.ajaxSearch .action.search.disabled,
.header-6 .block-search .action.search[disabled],
.header-6 .block.block-search.ajaxSearch .action.search[disabled],
fieldset[disabled] .header-6 .block-search .action.search,
fieldset[disabled] .header-6 .block.block-search.ajaxSearch .action.search {
  pointer-events: none;
  opacity: 0.5;
}
.header-6 .block-search .action.search > span,
.header-6 .block.block-search.ajaxSearch .action.search > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.header-6 .block-search .action.search:before,
.header-6 .block.block-search.ajaxSearch .action.search:before {
  content: "\e610";
  font-family: 'themify';
  font-size: 19px;
  line-height: 25px;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
}
.header-6 .block-search .action.search:focus,
.header-6 .block.block-search.ajaxSearch .action.search:focus {
  outline: 0 none;
}
.header-6.page-header.sticky #header-content {
  padding-bottom: 0;
  padding-top: 0;
}
.header-6 .sticky_menu_button .menu-icon {
  cursor: pointer;
}
.header-6 .sticky_menu_button .menu-icon .icon {
  font-size: 17px;
}
.header-6 .sticky_menu_button .menu-icon .menu-text {
  text-transform: uppercase;
  vertical-align: middle;
  font-size: 15px;
  font-weight: 600;
  line-height: normal;
}
.header-6 .top-header {
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
}
.header-6 .top-header:before,
.header-6 .top-header:after {
  content: "";
  clear: both;
  display: block;
}
.header-6 .top-header .user-links.panel.header {
  padding: 0;
}
.header-6 .top-header .shipping-msg {
  display: inline-block;
  font-size: 13px;
  border-left: 1px solid #cccc;
  padding-left: 10px;
  margin-right: 10px;
}
.header-6 .top-header .social-header {
  display: inline-block;
  vertical-align: middle;
  padding: 0;
  margin-right: 10px;
  float: left;
}
.header-6 .top-header .social-header ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.header-6 .top-header .social-header ul li {
  float: left;
  margin-right: 10px;
  margin-bottom: 0;
}
.header-6 .top-header .social-header ul li a {
  font-size: 16px;
}
.header-6 .top-header .social-header ul li a .icon-social {
  vertical-align: middle;
}
.header-6 .top-header .social-header ul li .name-social {
  display: none;
}
.header-6 .top-header .phone-no {
  float: right;
  line-height: normal;
}
/* End Header Style6 */
/* Header Style 7*/
.header-7 {
  position: relative;
  /* MiniCart Sidebar */
  /* End MiniCart Sidebar */
  /* Search Bar */
}
.header-7 > .container {
  max-width: 100%;
  padding: 0 40px;
}
.header-7.header-fluid {
  margin-bottom: 0;
}
.header-7.header-fluid > .container {
  padding: 0 20px;
}
.header-7.header-fluid.page-header {
  box-shadow: none;
  -webkit-box-shadow: none;
}
@media (min-width: 998px) {
  .header-7.header-fluid .cwsMenu.horizontal > li {
    margin-right: 2px;
  }
}
.header-7.header-fluid .minicart .minicart-wrapper .action.showcart .counter.qty,
.header-7.header-fluid .minicart .minicart-wrapper .action.showcart .counter.qty.empty {
  top: -10px;
  left: 0;
}
.header-7 .logo-grid,
.header-7 .header-right {
  flex: 1;
  -ms-flex: 1;
  -webkit-flex: 1;
}
.header-7 .main-nav {
  flex: 3;
  -ms-flex: 3;
  -webkit-flex: 3;
}
.header-7 .top-header {
  width: 100%;
  font-size: 13px;
  padding: 10px 40px;
  text-align: center;
}
.header-7 .top-header:before,
.header-7 .top-header:after {
  content: "";
  clear: both;
  display: block;
}
.header-7 .top-header .phone-no {
  margin-left: 0;
}
.header-7 .top-header .phone-no .icon {
  font-size: 15px;
}
.header-7 .top-header .shipping-msg {
  display: inline-block;
  vertical-align: middle;
  border-left: 1px solid #cccc;
  padding-left: 10px;
  margin-right: 10px;
}
.header-7 .top-header .currency-grid,
.header-7 .top-header .language-grid {
  float: right;
  position: relative;
  min-height: inherit;
  padding: 0;
}
.header-7 .top-header .currency-grid .switcher .label,
.header-7 .top-header .language-grid .switcher .label {
  display: none;
}
.header-7 .top-header .currency-grid .switcher .switcher-trigger,
.header-7 .top-header .language-grid .switcher .switcher-trigger {
  padding: 0 10px;
  margin: 0;
  text-transform: uppercase;
}
.header-7 .top-header .currency-grid .switcher .switcher-trigger.active,
.header-7 .top-header .language-grid .switcher .switcher-trigger.active {
  background-color: #efefef;
}
.header-7 .top-header .currency-grid .switcher .switcher-options.active .switcher-dropdown,
.header-7 .top-header .language-grid .switcher .switcher-options.active .switcher-dropdown {
  display: block !important;
}
.header-7 .top-header .currency-grid .switcher .options ul.dropdown,
.header-7 .top-header .language-grid .switcher .options ul.dropdown {
  position: absolute;
  display: none !important;
  margin: 0;
}
.header-7 .top-header .currency-grid .switcher .options ul.dropdown li,
.header-7 .top-header .language-grid .switcher .options ul.dropdown li {
  margin: 0;
}
.header-7 .top-header .currency-grid .switcher .options ul.dropdown li:hover,
.header-7 .top-header .language-grid .switcher .options ul.dropdown li:hover {
  background: transparent;
}
.header-7 .top-header .currency-grid .switcher .options ul.dropdown li a,
.header-7 .top-header .language-grid .switcher .options ul.dropdown li a {
  padding: 0 5px;
}
.header-7 .top-header .language-grid .switcher-language.switcher ul.dropdown li a {
  background-position: 0 !important;
  padding-left: 25px !important;
}
.header-7 .top-header .social-header {
  display: inline-block;
  vertical-align: middle;
  padding: 0;
  margin-right: 10px;
  float: left;
}
.header-7 .top-header .social-header ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.header-7 .top-header .social-header ul li {
  float: left;
  margin-right: 10px;
  margin-bottom: 0;
}
.header-7 .top-header .social-header ul li a {
  font-size: 16px;
}
.header-7 .top-header .social-header ul li a .icon-social {
  vertical-align: middle;
}
.header-7 .top-header .social-header ul li .name-social {
  display: none;
}
.header-7 .top-header .phone-no {
  float: right;
}
.header-7 .nav-sections {
  margin-bottom: 0;
}
.header-7 .icon {
  font-size: 22px;
  vertical-align: middle;
}
.header-7 .header.content {
  position: static;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 0;
  padding-right: 0;
  width: 100%;
  max-width: 100%;
}
.header-7 .logo {
  margin: 0;
  display: block;
  max-width: 100%;
}
.header-7 .logo img {
  margin: 0 auto;
}
.header-7 .nav-sections .cwsMenuOuter {
  padding: 0 !important;
}
.header-7 .cwsMenu a,
.header-7 .cwsMenu a:hover {
  line-height: normal !important;
}
.header-7 .cwsMenuOuter ul.cwsMenu {
  text-align: center;
}
.header-7 .cwsMenu.horizontal > li {
  float: none !important;
  display: inline-block !important;
}
.header-7 .setting-links,
.header-7 .search-toggle {
  float: right;
  padding-right: 20px;
  cursor: pointer;
}
.header-7 .setting-links {
  position: relative;
}
.header-7 .setting-links .setting-icon {
  font-size: 22px;
  vertical-align: middle;
}
.header-7 .setting-links .setting-dropdown {
  display: none;
  position: absolute;
  top: 100%;
  right: 5px;
  background-color: #fff;
  width: 230px;
  padding: 20px;
  z-index: 99;
  margin-top: 20px;
  box-shadow: 1px 2px 2px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 1px 2px 2px rgba(0, 0, 0, 0.25);
}
.header-7 .setting-links .setting-dropdown:before {
  bottom: 100%;
  right: 17px;
  border: solid transparent;
  border-color: rgba(239, 239, 239, 0);
  border-bottom-color: #9c9c9c;
  border-width: 9px;
  margin-left: -9px;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.header-7 .setting-links .setting-dropdown:after {
  display: none;
}
.header-7.sticky-header .setting-links .setting-dropdown {
  margin-top: 21px;
}
.header-7 .switcher {
  display: block;
  margin-right: 0;
}
.header-7 .links-cols {
  border-bottom: 1px solid #cbcbcb;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.header-7 .links-cols:last-of-type {
  border-bottom: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}
.header-7 .links-cols .title {
  font-size: 14px;
  font-weight: 600;
  margin: 0 0 5px;
  text-transform: uppercase;
}
.header-7 .links-cols b,
.header-7 .links-cols strong {
  font-weight: 500;
}
.header-7 .links-cols ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.header-7 .links-cols ul li {
  list-style: none;
  margin: 0;
}
.header-7 .currency-grid .switcher {
  margin: 0 !important;
}
.header-7 .currency-grid .switcher .label {
  clip: inherit;
  height: inherit;
  margin: 0;
  overflow: inherit;
  padding: 0;
  position: static;
  width: auto;
}
.header-7 .currency-grid .switcher .options .action.toggle:after {
  display: none;
}
.header-7 .currency-grid .switcher .options ul.dropdown {
  position: static;
  display: block;
  border: 0;
  box-shadow: none;
}
.header-7 .currency-grid .switcher .options ul.dropdown:before,
.header-7 .currency-grid .switcher .options ul.dropdown:after {
  display: none;
}
.header-7 .currency-grid .switcher .options ul.dropdown li {
  margin: 0;
}
.header-7 .language-grid .switcher-language {
  margin: 0 !important;
  text-transform: none;
  display: block;
}
.header-7 .language-grid .switcher-language .label {
  clip: inherit;
  height: inherit;
  margin: 0;
  overflow: inherit;
  padding: 0;
  position: static;
  width: auto;
}
.header-7 .language-grid .switcher-language .switcher-dropdown,
.header-7 .language-grid .switcher-language .mage-dropdown-dialog {
  display: block !important;
}
.header-7 .language-grid .switcher-language .options ul.dropdown {
  position: static;
  display: block;
  border: 0;
  box-shadow: none;
}
.header-7 .language-grid .switcher-language .options ul.dropdown:before,
.header-7 .language-grid .switcher-language .options ul.dropdown:after {
  display: none;
}
.header-7 .language-grid .switcher-language .switcher-dropdown li {
  margin: 0;
}
.header-7 .language-grid .switcher-language .switcher-dropdown strong,
.header-7 .language-grid .switcher-language .switcher-dropdown li a {
  padding-left: 25px;
  background-position: left center;
}
.header-7 .user-account .top-links ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.header-7 .user-account .top-links li {
  display: block;
  margin: 0;
  border-bottom: 0 !important;
}
.header-7 .user-account .top-links li a {
  display: block;
  padding: 0;
}
.header-7.sticky-header .quickcart-wrapper .block-quickcart {
  height: 100vh;
}
.header-7 .minicart {
  width: 25px;
  float: right;
}
.header-7 .minicart .minicart-wrapper {
  margin-right: 0;
}
.header-7 .minicart .minicart-wrapper .action.close {
  color: #000;
  width: 30px;
  height: 30px;
}
.header-7 .minicart .minicart-wrapper .action.close:hover {
  opacity: 0.8;
}
.header-7 .minicart .minicart-wrapper .action.showcart .counter.qty,
.header-7 .minicart .minicart-wrapper .action.showcart .counter.qty.empty {
  color: #fff;
  font-size: 11px;
  font-weight: 400;
  display: block;
  background: inherit;
  position: absolute;
  top: -10px;
  left: 2px;
  text-align: center;
  margin-top: 0;
  width: 18px;
  height: 18px;
  line-height: 18px;
  padding: 0;
  border-radius: 50%;
  -webkit-border-radius: 50%;
}
.header-7 .minicart .minicart-wrapper .action.showcart:before {
  content: '';
}
.header-7 .minicart-wrapper .product-item-details {
  padding-right: 40px;
  position: relative;
}
.header-7 .minicart-wrapper .product .actions {
  position: absolute;
  right: 0;
  top: 25px;
}
.header-7 .minicart-wrapper .minicart-items .product-item-name {
  line-height: 18px;
  margin-bottom: 5px;
}
.header-7 .minicart-wrapper .minicart-items {
  max-height: inherit;
  overflow-y: inherit;
}
.header-7 .minicart-wrapper.active {
  overflow: visible;
}
.header-7 .minicart-wrapper .block-minicart {
  right: -15px;
  width: 320px;
  z-index: 1001;
}
.header-7 .minicart-wrapper .block-minicart .subtitle.empty {
  font-weight: normal;
}
.header-7 .quickcart-wrapper .block-quickcart {
  border-top: 0 none;
  border-bottom: 0 none;
  height: 100%;
  min-width: inherit;
  overflow: hidden;
  padding: 0;
  position: fixed !important;
  right: 0 !important;
  top: -4px;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
  opacity: 0;
  visibility: hidden;
}
.header-7 .minicart .mage-dropdown-dialog {
  display: block !important;
}
.header-7 .quickcart-wrapper.active .block-quickcart {
  right: 0 !important;
  opacity: 1;
  visibility: visible;
}
.header-7 .quickcart-wrapper .block-quickcart .block-content-quickcart,
.header-7 .quickcart-wrapper .block-quickcart .quickcart-content-wrapper {
  width: 100%;
}
.header-7 .quickcart-wrapper .block-quickcart .block-content-quickcart .quickcart-top {
  text-transform: none;
  min-height: 30px;
  top: 0;
  width: 100%;
  z-index: 1;
  padding: 0 20px;
  background: #fff;
  color: #000;
  height: 50px;
  line-height: 50px;
  font-size: 18px;
  font-weight: 600;
  border-bottom: 1px solid #ddd;
}
.header-7 .quickcart-wrapper .quickcart-top button.close,
.header-7 .quickcart-wrapper .quickcart-top .cart.table-wrapper .actions-toolbar > .action.close,
.header-7 .quickcart-wrapper .quickcart-top .action-gift.close {
  font-size: 12px;
  min-height: 30px;
  min-width: 54px;
  right: 0;
  top: 10px;
  margin: 0;
  padding: 0;
}
.header-7 .quickcart-wrapper .quickcart-top button.close span,
.header-7 .quickcart-wrapper .quickcart-top .cart.table-wrapper .actions-toolbar > .action.close span,
.header-7 .quickcart-wrapper .quickcart-top .action-gift.close span {
  position: relative;
  color: #fff;
  display: none;
}
.header-7 .quickcart-wrapper .quickcart-items-wrapper {
  padding: 10px 20px;
  border: 0 none;
  margin: 0;
  z-index: 1001;
  position: absolute;
  overflow-y: auto;
  width: 100%;
  max-height: inherit;
}
.header-7 .quickcart-wrapper .quickcart-bottom-container {
  bottom: 0;
  position: absolute;
  width: 100%;
}
.header-7 .quickcart-wrapper .quickcart-bottom-container .items-total {
  display: none;
}
.header-7 .quickcart-wrapper .quickcart-bottom-container .subtotal {
  background: #fff;
  color: #000000;
  margin: 0 20px 20px;
  padding: 15px 0;
  border-bottom: solid 1px #e5e5e5;
  border-top: solid 1px #e5e5e5;
}
.header-7 .quickcart-wrapper .quickcart-bottom-container .subtotal:before,
.header-7 .quickcart-wrapper .quickcart-bottom-container .subtotal:after {
  content: '';
  clear: both;
  display: block;
}
.header-7 .quickcart-wrapper .quickcart-bottom-container .subtotal span.label {
  float: left;
}
.header-7 .quickcart-wrapper .quickcart-bottom-container .subtotal span.label span {
  font-size: 16px;
  font-weight: 700;
  text-transform: none;
}
.header-7 .quickcart-wrapper .quickcart-bottom-container .subtotal .amount {
  float: right;
}
.header-7 .quickcart-wrapper .quickcart-bottom-container .actions {
  text-align: center;
  margin: 10px 20px;
}
.header-7 .quickcart-wrapper .quickcart-bottom-container .actions .secondary .viewcart,
.header-7 .quickcart-wrapper .quickcart-bottom-container .actions .primary .checkout {
  font-size: 17px;
  line-height: normal;
  width: 100%;
  padding: 12px 25px !important;
  display: block;
}
.header-7 .quickcart-wrapper .quickcart-bottom-container .subtotal .price-container span.price {
  font-size: 16px;
  font-weight: 400;
}
.header-7 .quickcart-wrapper .quickcart-bottom-container .minicart-widgets {
  padding: 0;
  margin: 0;
}
.header-7 .phone-no {
  display: inline-block;
  padding: 0 0 0 15px;
  margin-left: 15px;
}
.header-7 .phone-no a {
  display: inline-block;
}
.header-7.page-header .header.panel {
  padding: 0;
}
.header-7 .user-links.panel.header {
  display: inline-block;
  vertical-align: middle;
}
.header-7 .user-links.panel.header .links {
  list-style: none;
  padding: 0;
  margin: 0;
}
.header-7 .user-links.panel.header .links > li {
  float: left;
  margin: 0 15px 0 0;
  margin-bottom: 0;
  padding: 0;
  font-size: 13px;
}
.header-7 .user-links.panel.header .links > li.compare {
  display: none;
}
.header-7 .user-links.panel.header .links > li a {
  text-transform: uppercase;
}
.header-7 .mbAjaxSearch .searchTags .titleRow {
  margin: -10px -11px 10px;
}
.header-7 .mbAjaxSearch .searchTags .searchTag > a,
.header-7 .mbAjaxSearch .searchTags .searchTag {
  border: 0;
}
.header-7 .mbAjaxSearch .search-autocomplete {
  margin-top: 0;
}
.header-7 .mbAjaxSearch .select-wrapper .holder {
  margin-right: -3px;
}
.header-7 .mbAjaxSearch .ajxRightDetails .action.tocart.primary {
  padding: 5px 10px;
  font-size: 12px;
}
.header-7 .mbAjaxSearch #search_autocomplete {
  max-height: 300px;
  overflow-y: auto;
}
.header-7 .block-search,
.header-7 .block.block-search.ajaxSearch {
  float: right;
  position: relative;
  margin-right: 4%;
  margin-bottom: 0 !important;
  width: 100%;
  z-index: 4;
}
.header-7 .block-search .block-title,
.header-7 .block.block-search.ajaxSearch .block-title {
  display: none;
}
.header-7 .block-search .block.block-content,
.header-7 .block.block-search.ajaxSearch .block.block-content {
  margin-bottom: 0 !important;
}
.header-7 .block-search .mbAjaxSearch #search,
.header-7 .block.block-search.ajaxSearch .mbAjaxSearch #search {
  border-color: #e7e7e7;
  border-width: 2px;
  padding: 5px 35px 5px 10px;
  line-height: normal;
}
.header-7 .block-search .label,
.header-7 .block.block-search.ajaxSearch .label {
  display: none;
}
.header-7 .block-search .control,
.header-7 .block.block-search.ajaxSearch .control {
  border-top: 0;
  margin: 0;
  padding: 0;
}
.header-7 .block-search .nested,
.header-7 .block.block-search.ajaxSearch .nested {
  display: none;
}
.header-7 .block-search input,
.header-7 .block.block-search.ajaxSearch input {
  margin: 0;
  padding: 5px 35px 5px 10px;
  position: static;
  border-color: #e7e7e7;
  border-width: 2px;
}
.header-7 .block-search input::-webkit-input-placeholder,
.header-7 .block.block-search.ajaxSearch input::-webkit-input-placeholder {
  color: #c2c2c2;
}
.header-7 .block-search input:-moz-placeholder,
.header-7 .block.block-search.ajaxSearch input:-moz-placeholder {
  color: #c2c2c2;
}
.header-7 .block-search input::-moz-placeholder,
.header-7 .block.block-search.ajaxSearch input::-moz-placeholder {
  color: #c2c2c2;
}
.header-7 .block-search input:-ms-input-placeholder,
.header-7 .block.block-search.ajaxSearch input:-ms-input-placeholder {
  color: #c2c2c2;
}
.header-7 .block-search .action.search,
.header-7 .block.block-search.ajaxSearch .action.search {
  display: inline-block;
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-decoration: none;
  text-shadow: none;
  font-weight: 400;
  padding: 5px 0;
  position: absolute;
  right: 10px;
  top: 3px;
  z-index: 1;
}
.header-7 .block-search .action.search:focus,
.header-7 .block.block-search.ajaxSearch .action.search:focus,
.header-7 .block-search .action.search:active,
.header-7 .block.block-search.ajaxSearch .action.search:active {
  background: none;
  border: none;
}
.header-7 .block-search .action.search:hover,
.header-7 .block.block-search.ajaxSearch .action.search:hover {
  background: none;
  border: none;
}
.header-7 .block-search .action.search.disabled,
.header-7 .block.block-search.ajaxSearch .action.search.disabled,
.header-7 .block-search .action.search[disabled],
.header-7 .block.block-search.ajaxSearch .action.search[disabled],
fieldset[disabled] .header-7 .block-search .action.search,
fieldset[disabled] .header-7 .block.block-search.ajaxSearch .action.search {
  pointer-events: none;
  opacity: 0.5;
}
.header-7 .block-search .action.search > span,
.header-7 .block.block-search.ajaxSearch .action.search > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.header-7 .block-search .action.search:before,
.header-7 .block.block-search.ajaxSearch .action.search:before {
  content: "\e610";
  font-family: 'themify';
  font-size: 19px;
  line-height: 25px;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
}
.header-7 .block-search .action.search:focus,
.header-7 .block.block-search.ajaxSearch .action.search:focus {
  outline: 0 none;
}
/* End Header Style7 */
/* Header Style8 */
.header-8 {
  position: relative;
  /* MiniCart Sidebar */
  /* End MiniCart Sidebar */
  /* Search Bar */
}
.header-8 .logo-grid {
  max-width: 180px;
}
.header-8 .logo-grid,
.header-8 .main-nav,
.header-8 .header-right {
  flex: 1;
  -webkit-flex: 1;
}
.header-8 .cwsMenu.mega-menu .container {
  padding-left: 0;
  padding-right: 0;
}
.header-8 .top-header {
  width: 100%;
  font-size: 13px;
  padding: 10px 0;
  text-align: center;
}
.header-8 .top-header:before,
.header-8 .top-header:after {
  content: "";
  clear: both;
  display: block;
}
.header-8 .top-header .phone-no {
  margin-left: 0;
}
.header-8 .top-header .phone-no .icon {
  font-size: 15px;
}
.header-8 .top-header .shipping-msg {
  display: inline-block;
  vertical-align: middle;
  border-left: 1px solid #cccc;
  padding-left: 10px;
  margin-right: 10px;
}
.header-8 .top-header .currency-grid,
.header-8 .top-header .language-grid {
  float: right;
  position: relative;
  min-height: inherit;
  padding: 0;
}
.header-8 .top-header .currency-grid .switcher,
.header-8 .top-header .language-grid .switcher {
  margin-right: 0;
}
.header-8 .top-header .currency-grid .switcher .label,
.header-8 .top-header .language-grid .switcher .label {
  display: none;
}
.header-8 .top-header .currency-grid .switcher .switcher-trigger,
.header-8 .top-header .language-grid .switcher .switcher-trigger {
  padding: 0 10px;
  margin: 0;
  text-transform: uppercase;
}
.header-8 .top-header .currency-grid .switcher .switcher-trigger.active,
.header-8 .top-header .language-grid .switcher .switcher-trigger.active {
  background-color: #efefef;
}
.header-8 .top-header .currency-grid .switcher .switcher-options.active .switcher-dropdown,
.header-8 .top-header .language-grid .switcher .switcher-options.active .switcher-dropdown {
  display: block !important;
}
.header-8 .top-header .currency-grid .switcher .options ul.dropdown,
.header-8 .top-header .language-grid .switcher .options ul.dropdown {
  position: absolute;
  display: none !important;
  margin: 0;
}
.header-8 .top-header .currency-grid .switcher .options ul.dropdown li:hover,
.header-8 .top-header .language-grid .switcher .options ul.dropdown li:hover {
  background: transparent;
}
.header-8 .top-header .currency-grid .switcher .options ul.dropdown li a,
.header-8 .top-header .language-grid .switcher .options ul.dropdown li a {
  padding: 0 5px;
}
.header-8 .top-header .language-grid .switcher-language.switcher ul.dropdown li a {
  background-position: 0 !important;
  padding-left: 25px !important;
}
.header-8 .top-header .social-header {
  display: inline-block;
  vertical-align: middle;
  padding: 0;
  margin-right: 10px;
  float: left;
}
.header-8 .top-header .social-header ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.header-8 .top-header .social-header ul li {
  float: left;
  margin-right: 10px;
  margin-bottom: 0;
}
.header-8 .top-header .social-header ul li a {
  font-size: 16px;
}
.header-8 .top-header .social-header ul li a .icon-social {
  vertical-align: middle;
}
.header-8 .top-header .social-header ul li .name-social {
  display: none;
}
.header-8 .top-header .phone-no {
  float: right;
}
.header-8 .phone-no {
  display: inline-block;
  padding: 0 0 0 15px;
  margin-left: 15px;
}
.header-8 .phone-no a {
  display: inline-block;
}
.header-8 .nav-sections {
  margin-bottom: 0;
}
.header-8 .icon {
  font-size: 24px;
  vertical-align: middle;
}
.header-8 .header.content {
  position: static;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 0;
  padding-right: 0;
  width: 100%;
  max-width: 100%;
}
.header-8 .logo {
  margin: 0;
  display: block;
  max-width: 100%;
}
.header-8 .logo img {
  margin: 0 auto;
}
.header-8 .nav-sections .cwsMenuOuter {
  padding: 0 !important;
}
.header-8 .cwsMenu a,
.header-8 .cwsMenu a:hover {
  line-height: normal !important;
}
.header-8 .switcher {
  display: block;
  margin-right: 0;
}
.header-8 .links-cols {
  border-bottom: 1px solid #cbcbcb;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.header-8 .links-cols:last-of-type {
  border-bottom: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}
.header-8 .links-cols .title {
  font-size: 14px;
  font-weight: 600;
  margin: 0 0 5px;
  text-transform: uppercase;
}
.header-8 .links-cols b,
.header-8 .links-cols strong {
  font-weight: 500;
}
.header-8 .links-cols ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.header-8 .links-cols ul li {
  list-style: none;
}
.header-8 .language-grid {
  margin-top: 15px;
  padding-top: 15px;
}
.header-8 .language-grid .switcher-language {
  text-transform: none;
  display: block;
  margin-left: 0 !important;
}
.header-8 .language-grid .switcher-language .label {
  clip: inherit;
  height: inherit;
  margin: 0;
  overflow: inherit;
  padding: 0;
  position: static;
  width: auto;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 15px;
}
.header-8 .language-grid .switcher-language .switcher-dropdown,
.header-8 .language-grid .switcher-language .mage-dropdown-dialog {
  display: block !important;
}
.header-8 .language-grid .switcher-language .options .action.toggle::after {
  display: none !important;
}
.header-8 .language-grid .switcher-language .options ul.dropdown {
  position: static;
  display: block !important;
  background: inherit !important;
  border: 0 !important;
  box-shadow: none !important;
  padding: 0 !important;
  margin: 0;
}
.header-8 .language-grid .switcher-language .options ul.dropdown:before,
.header-8 .language-grid .switcher-language .options ul.dropdown:after {
  display: none;
}
.header-8 .language-grid .switcher-language .options ul.dropdown li {
  border-bottom: 0 !important;
  margin-bottom: 0;
  padding: 0;
}
.header-8 .language-grid .switcher-language .options ul.dropdown li:hover {
  background: transparent !important;
}
.header-8 .language-grid .switcher-language .options ul.dropdown li a {
  padding-left: 22px !important;
  background-position: 0 center !important;
}
.header-8 .language-grid .switcher-language .options ul.dropdown .switcher strong {
  font-weight: 600;
}
.header-8 .language-grid .switcher-language .switcher-dropdown strong,
.header-8 .language-grid .switcher-language .switcher-dropdown li a {
  padding-left: 25px;
  background-position: left center;
}
.header-8 .user-account {
  position: relative;
  float: right;
  margin-left: 25px;
  padding: 10px 5px;
}
.header-8 .user-account .setting-links ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.header-8 .user-account .setting-links li {
  display: block;
  margin: 0 0 5px;
  border-bottom: 0 !important;
  font--size: 14px;
}
.header-8 .user-account .setting-links li a {
  display: block;
  padding: 0;
  text-transform: uppercase;
}
.header-8 .user-account .currency-grid {
  margin-top: 15px;
  padding-top: 15px;
}
.header-8 .user-account .currency-grid .switcher {
  display: block !important;
}
.header-8 .user-account .currency-grid .switcher .label {
  clip: inherit;
  height: inherit;
  margin: 0;
  overflow: inherit;
  padding: 0;
  position: static;
  width: auto;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 15px;
}
.header-8 .user-account .currency-grid .switcher .options {
  display: block;
}
.header-8 .user-account .currency-grid .switcher .options .action.toggle:after {
  display: none;
}
.header-8 .user-account .currency-grid .switcher .options ul.dropdown {
  position: static;
  display: block;
  border: 0;
  box-shadow: none;
  padding: 0 !important;
  background-color: transparent !important;
  width: 100%;
}
.header-8 .user-account .currency-grid .switcher .options ul.dropdown:before,
.header-8 .user-account .currency-grid .switcher .options ul.dropdown:after {
  display: none;
}
.header-8 .user-account .currency-grid .switcher .options ul.dropdown li {
  background: transparent !important;
  padding: 0;
}
.header-8 .user-account .currency-grid .switcher .options ul.dropdown li:hover {
  background: transparent !important;
}
.header-8 .user-account .currency-grid .switcher .options ul.dropdown li a {
  padding: 0;
  background: transparent !important;
}
.header-8 .user-account .currency-grid .switcher .options ul.dropdown li a:hover {
  opacity: 0.8;
  background: transparent !important;
}
.header-8 .user-account .user-account-dropdown {
  display: none;
  position: absolute;
  top: 100%;
  right: -10px;
  background-color: #fff;
  width: 250px;
  padding: 30px;
  z-index: 99;
  margin-top: 15px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.25);
}
.header-8 .user-account .user-account-dropdown:before {
  bottom: 100%;
  right: 17px;
  border: solid transparent;
  border-color: rgba(239, 239, 239, 0);
  border-bottom-color: #9c9c9c;
  border-width: 7px;
  margin-left: -7px;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.header-8.sticky-header .quickcart-wrapper .block-quickcart {
  height: 100vh;
}
.header-8 .minicart {
  width: 32px;
  float: right;
  margin-left: 25px;
  padding: 10px 5px;
}
.header-8 .minicart .minicart-wrapper {
  margin-right: 0;
}
.header-8 .minicart .minicart-wrapper .action.close {
  color: #000;
  width: 30px;
  height: 30px;
}
.header-8 .minicart .minicart-wrapper .action.close:hover {
  opacity: 0.8;
}
.header-8 .minicart .minicart-wrapper .action.showcart .counter.qty,
.header-8 .minicart .minicart-wrapper .action.showcart .counter.qty.empty {
  color: #fff;
  font-size: 11px;
  font-weight: 400;
  display: block;
  background: inherit;
  position: absolute;
  top: -10px;
  left: 3px;
  text-align: center;
  margin-top: 0;
  width: 18px;
  height: 18px;
  line-height: 18px;
  padding: 0;
  border-radius: 50%;
  -webkit-border-radius: 50%;
}
.header-8 .minicart .minicart-wrapper .action.showcart:before {
  content: '';
}
.header-8 .minicart-wrapper .product-item-details {
  padding-right: 40px;
  position: relative;
}
.header-8 .minicart-wrapper .product .actions {
  position: absolute;
  right: 0;
  top: 25px;
}
.header-8 .minicart-wrapper .minicart-items {
  max-height: inherit;
  overflow-y: inherit;
}
.header-8 .minicart-wrapper.active {
  overflow: visible;
}
.header-8 .minicart-wrapper .minicart-items .product-item-name {
  line-height: 18px;
  margin-bottom: 5px;
}
.header-8 .minicart .minicart-wrapper .block-minicart {
  color: #000000 !important;
}
.header-8 .minicart-wrapper .block-minicart {
  right: -15px;
  width: 320px;
  z-index: 1001;
}
.header-8 .minicart-wrapper .block-minicart .subtitle.empty {
  font-weight: normal;
}
.header-8 .quickcart-wrapper .block-quickcart {
  border-top: 0 none;
  border-bottom: 0 none;
  height: 100%;
  min-width: inherit;
  overflow: hidden;
  padding: 0;
  position: fixed !important;
  right: 0 !important;
  top: -4px;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
  opacity: 0;
  visibility: hidden;
}
.header-8 .minicart .mage-dropdown-dialog {
  display: block !important;
}
.header-8 .quickcart-wrapper.active .block-quickcart {
  right: 0 !important;
  opacity: 1;
  visibility: visible;
}
.header-8 .quickcart-wrapper .block-quickcart .block-content-quickcart,
.header-8 .quickcart-wrapper .block-quickcart .quickcart-content-wrapper {
  width: 100%;
}
.header-8 .quickcart-wrapper .block-quickcart .block-content-quickcart .quickcart-top {
  text-transform: none;
  min-height: 30px;
  top: 0;
  width: 100%;
  z-index: 1;
  padding: 0 20px;
  background: #fff;
  color: #000;
  height: 50px;
  line-height: 50px;
  font-size: 18px;
  font-weight: 600;
  border-bottom: 1px solid #ddd;
}
.header-8 .quickcart-wrapper .quickcart-top button.close,
.header-8 .quickcart-wrapper .quickcart-top .cart.table-wrapper .actions-toolbar > .action.close,
.header-8 .quickcart-wrapper .quickcart-top .action-gift.close {
  font-size: 12px;
  min-height: 30px;
  min-width: 54px;
  right: 0;
  top: 10px;
  margin: 0;
  padding: 0;
}
.header-8 .quickcart-wrapper .quickcart-top button.close span,
.header-8 .quickcart-wrapper .quickcart-top .cart.table-wrapper .actions-toolbar > .action.close span,
.header-8 .quickcart-wrapper .quickcart-top .action-gift.close span {
  position: relative;
  color: #fff;
  display: none;
}
.header-8 .quickcart-wrapper .quickcart-items-wrapper {
  padding: 10px 20px;
  border: 0 none;
  margin: 0;
  z-index: 1001;
  position: absolute;
  overflow-y: auto;
  width: 100%;
  max-height: inherit;
}
.header-8 .quickcart-wrapper .quickcart-bottom-container {
  bottom: 0;
  position: absolute;
  width: 100%;
}
.header-8 .quickcart-wrapper .quickcart-bottom-container .items-total {
  display: none;
}
.header-8 .quickcart-wrapper .quickcart-bottom-container .subtotal {
  background: #fff;
  color: #000000;
  margin: 0 20px 20px;
  padding: 15px 0;
  border-bottom: solid 1px #e5e5e5;
  border-top: solid 1px #e5e5e5;
}
.header-8 .quickcart-wrapper .quickcart-bottom-container .subtotal:before,
.header-8 .quickcart-wrapper .quickcart-bottom-container .subtotal:after {
  content: '';
  clear: both;
  display: block;
}
.header-8 .quickcart-wrapper .quickcart-bottom-container .subtotal span.label {
  float: left;
}
.header-8 .quickcart-wrapper .quickcart-bottom-container .subtotal span.label span {
  font-size: 20px;
  font-weight: 700;
  text-transform: none;
}
.header-8 .quickcart-wrapper .quickcart-bottom-container .subtotal .amount {
  float: right;
}
.header-8 .quickcart-wrapper .quickcart-bottom-container .actions {
  text-align: center;
  margin: 10px 20px;
}
.header-8 .quickcart-wrapper .quickcart-bottom-container .actions .secondary .viewcart,
.header-8 .quickcart-wrapper .quickcart-bottom-container .actions .primary .checkout {
  font-size: 15px;
  line-height: normal;
  width: 100%;
  padding: 12px 25px !important;
  display: block;
}
.header-8 .quickcart-wrapper .quickcart-bottom-container .subtotal .price-container span.price {
  font-size: 20px;
  font-weight: 700;
}
.header-8 .quickcart-wrapper .quickcart-bottom-container .minicart-widgets {
  padding: 0;
  margin: 0;
}
.header-8.page-header .header.panel {
  padding: 0;
}
.header-8 .user-links.panel.header {
  display: inline-block;
  vertical-align: middle;
}
.header-8 .user-links.panel.header .links {
  list-style: none;
  padding: 0;
  margin: 0;
}
.header-8 .user-links.panel.header .links > li {
  float: left;
  margin: 0 15px 0 0;
  margin-bottom: 0;
  padding: 0;
  font-size: 13px;
}
.header-8 .user-links.panel.header .links > li.compare {
  display: none;
}
.header-8 .user-links.panel.header .links > li a {
  text-transform: uppercase;
}
.header-8 .mbAjaxSearch .searchTags .titleRow {
  margin: -10px -11px 10px;
}
.header-8 .mbAjaxSearch .searchTags .searchTag > a,
.header-8 .mbAjaxSearch .searchTags .searchTag {
  border: 0;
}
.header-8 .mbAjaxSearch .search-autocomplete {
  margin-top: 0;
}
.header-8 .mbAjaxSearch .select-wrapper .holder {
  margin-right: 0;
  padding: 0 5px;
}
.header-8 .mbAjaxSearch .ajxRightDetails .action.tocart.primary {
  padding: 5px 10px;
  font-size: 12px;
}
.header-8 .mbAjaxSearch #search_autocomplete {
  max-height: 300px;
  overflow-y: auto;
}
.header-8 .block-search,
.header-8 .block.block-search.ajaxSearch {
  float: right;
  position: relative;
  margin-bottom: 0 !important;
  width: 100%;
  z-index: 4;
  max-width: 325px;
  padding-left: 0;
}
.header-8 .block-search .block-title,
.header-8 .block.block-search.ajaxSearch .block-title {
  display: none;
}
.header-8 .block-search .block.block-content,
.header-8 .block.block-search.ajaxSearch .block.block-content {
  margin-bottom: 0 !important;
}
.header-8 .block-search .mbAjaxSearch .control,
.header-8 .block.block-search.ajaxSearch .mbAjaxSearch .control {
  border-bottom: 1px solid #545454;
}
.header-8 .block-search .mbAjaxSearch #search,
.header-8 .block.block-search.ajaxSearch .mbAjaxSearch #search {
  padding: 5px 35px 5px 0;
  line-height: normal;
  border: 0 !important;
}
.header-8 .block-search .mbAjaxSearch #search::placeholder,
.header-8 .block.block-search.ajaxSearch .mbAjaxSearch #search::placeholder {
  opacity: 1;
  color: #000;
}
.header-8 .block-search .mbAjaxSearch #search::-moz-input-placeholder,
.header-8 .block.block-search.ajaxSearch .mbAjaxSearch #search::-moz-input-placeholder {
  opacity: 1;
  color: #000;
}
.header-8 .block-search .mbAjaxSearch #search::-webkit-input-placeholder,
.header-8 .block.block-search.ajaxSearch .mbAjaxSearch #search::-webkit-input-placeholder {
  opacity: 1;
  color: #000;
}
.header-8 .block-search .mbAjaxSearch .select-wrapper .holder,
.header-8 .block.block-search.ajaxSearch .mbAjaxSearch .select-wrapper .holder {
  font-size: 13px;
  background-color: transparent !important;
}
.header-8 .block-search .action.search[disabled],
.header-8 .block.block-search.ajaxSearch .action.search[disabled] {
  opacity: 1 !important;
}
.header-8 .block-search .label,
.header-8 .block.block-search.ajaxSearch .label {
  display: none;
}
.header-8 .block-search .control,
.header-8 .block.block-search.ajaxSearch .control {
  border-top: 0;
  margin: 0;
  padding: 0;
}
.header-8 .block-search .nested,
.header-8 .block.block-search.ajaxSearch .nested {
  display: none;
}
.header-8 .block-search input,
.header-8 .block.block-search.ajaxSearch input {
  margin: 0;
  padding: 5px 35px 5px 0;
  position: static;
  border-color: #e7e7e7;
  border-width: 2px;
  font-size: 13px;
}
.header-8 .block-search input::-webkit-input-placeholder,
.header-8 .block.block-search.ajaxSearch input::-webkit-input-placeholder {
  color: #c2c2c2;
}
.header-8 .block-search input:-moz-placeholder,
.header-8 .block.block-search.ajaxSearch input:-moz-placeholder {
  color: #c2c2c2;
}
.header-8 .block-search input::-moz-placeholder,
.header-8 .block.block-search.ajaxSearch input::-moz-placeholder {
  color: #c2c2c2;
}
.header-8 .block-search input:-ms-input-placeholder,
.header-8 .block.block-search.ajaxSearch input:-ms-input-placeholder {
  color: #c2c2c2;
}
.header-8 .block-search .action.search,
.header-8 .block.block-search.ajaxSearch .action.search {
  display: inline-block;
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-decoration: none;
  text-shadow: none;
  font-weight: 400;
  padding: 8px 0;
  position: absolute;
  right: 10px;
  top: 3px;
  z-index: 1;
}
.header-8 .block-search .action.search:focus,
.header-8 .block.block-search.ajaxSearch .action.search:focus,
.header-8 .block-search .action.search:active,
.header-8 .block.block-search.ajaxSearch .action.search:active {
  background: none;
  border: none;
}
.header-8 .block-search .action.search:hover,
.header-8 .block.block-search.ajaxSearch .action.search:hover {
  background: none;
  border: none;
}
.header-8 .block-search .action.search.disabled,
.header-8 .block.block-search.ajaxSearch .action.search.disabled,
.header-8 .block-search .action.search[disabled],
.header-8 .block.block-search.ajaxSearch .action.search[disabled],
fieldset[disabled] .header-8 .block-search .action.search,
fieldset[disabled] .header-8 .block.block-search.ajaxSearch .action.search {
  pointer-events: none;
  opacity: 0.5;
}
.header-8 .block-search .action.search > span,
.header-8 .block.block-search.ajaxSearch .action.search > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.header-8 .block-search .action.search:before,
.header-8 .block.block-search.ajaxSearch .action.search:before {
  content: "\e610";
  font-family: 'themify';
  font-size: 17px;
  line-height: 25px;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: visible;
}
.header-8 .block-search .action.search:focus,
.header-8 .block.block-search.ajaxSearch .action.search:focus {
  outline: 0 none;
}
/* End Header Style8 */
.header-8-store-feature.store-feature {
  padding: 0;
}
.header-8-store-feature.store-feature .container {
  max-width: 100%;
}
.header-8-store-feature.store-feature .store-features-home:before,
.header-8-store-feature.store-feature .store-features-home:after {
  content: '';
  clear: both;
  display: block;
}
.header-8-store-feature.store-feature p {
  font-size: 14px;
  text-transform: uppercase;
}
.header-8-store-feature.store-feature p span {
  font-size: 22px;
  vertical-align: middle;
  margin-top: -3px;
  display: inline-block;
}
.header-8-store-feature.store-feature li {
  padding: 10px 1%;
}
.header-8-store-feature.store-feature.store-feature-style3 .store-features-home li {
  color: #aaaaaa;
  background-color: transparent;
  width: 33.33%;
  text-align: center;
  margin-right: 0;
  padding: 10px;
}
.header-8-store-feature.store-feature.store-feature-style3 .store-features-home li .icon {
  color: #aaaaaa;
  font-size: 22px;
  vertical-align: middle;
}
.header-8-store-feature.store-feature.store-feature-style3 .store-features-home li .info {
  vertical-align: middle;
}
/* Header Style9 */
.header-9 {
  /* MiniCart Sidebar */
  /* End MiniCart Sidebar */
}
.header-9 .cwsMenu .menulbl {
  z-index: 1;
}
.header-9 .mbAjaxSearch .select-wrapper {
  display: none;
}
.header-9 .switcher .options ul.dropdown {
  right: -6px !important;
}
.header-9 #header-content {
  padding-top: 20px;
  padding-bottom: 20px;
}
.header-9 .logo {
  margin: 0;
  float: none;
  text-align: center;
  display: inline-block;
}
.header-9 .logo img {
  margin: 0 auto;
  height: auto;
}
.header-9 .cwsMenuOuter ul.cwsMenu {
  text-align: center;
}
.header-9 .cwsMenu.horizontal > li {
  float: none !important;
  display: inline-block !important;
}
.header-9 .header.content {
  position: static;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 0;
  padding-right: 0;
  width: 100%;
  max-width: 100%;
}
.header-9 .user-links.panel.header {
  float: right;
  padding: 0;
  width: auto;
}
.header-9 .user-links.panel.header .links {
  list-style: none;
  padding: 0;
  margin: 0;
  float: none;
  display: block;
}
.header-9 .user-links.panel.header .links > li {
  float: left;
  margin: 0 10px 0 0;
  margin-bottom: 0;
  padding: 0;
  font-size: 13px;
}
.header-9 .user-links.panel.header .links > li:last-of-type {
  margin-right: 0;
}
.header-9 .top-header {
  text-align: center;
  line-height: normal;
}
.header-9 .top-header:before,
.header-9 .top-header:after {
  content: "";
  clear: both;
  display: block;
}
.header-9 .top-header .container {
  padding-top: 10px;
  padding-bottom: 10px;
}
.header-9 .top-header .shipping-msg {
  display: inline-block;
  font-size: 13px;
}
.header-9 .top-header .social-header {
  display: inline-block;
  vertical-align: middle;
  padding: 0;
  margin-right: 10px;
  float: left;
}
.header-9 .top-header .social-header ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.header-9 .top-header .social-header ul li {
  float: left;
  margin-right: 10px;
  margin-bottom: 0;
}
.header-9 .top-header .social-header ul li a {
  font-size: 14px;
}
.header-9 .top-header .social-header ul li a .icon-social {
  vertical-align: middle;
}
.header-9 .top-header .social-header ul li .name-social {
  display: none;
}
.header-9 .top-header .email-address {
  float: left;
  font-size: 13px;
}
.header-9 .top-header .email-address .icon {
  font-size: 13px;
  vertical-align: middle;
}
.header-9 .top-header .phone-no {
  float: left;
  padding: 0 20px 0 0;
  font-size: 13px;
}
.header-9 .top-header .phone-no .icon {
  font-size: 13px;
  vertical-align: middle;
}
.header-9 .top-header .phone-no a {
  display: inline-block;
}
.header-9 .user-account {
  position: relative;
  float: right;
  padding-left: 20px;
}
.header-9 .user-account .icon {
  font-size: 20px;
}
.header-9 .user-account .top-links {
  position: absolute;
  top: 100%;
  right: -15px;
  background-color: #fff;
  width: 190px;
  padding: 10px;
  z-index: 99;
  margin-top: 10px;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
}
.header-9 .user-account .top-links:after,
.header-9 .user-account .top-links:before {
  bottom: 100%;
  right: 17px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.header-9 .user-account .top-links:after {
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: #fff;
  border-width: 7px;
  margin-left: -7px;
}
.header-9 .user-account .top-links:before {
  border-color: rgba(239, 239, 239, 0);
  border-bottom-color: #9c9c9c;
  border-width: 7px;
  margin-left: -8px;
}
.header-9 .user-account .top-links ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.header-9 .user-account .top-links li {
  border-bottom: dotted 1px #ddd;
  display: block;
  margin: 0;
}
.header-9 .user-account .top-links li:last-child {
  border-bottom: none;
}
.header-9 .user-account .top-links li a {
  display: block;
  padding: 2px 5px;
}
.header-9 .language-grid {
  margin-left: 3%;
}
.header-9 .currency-grid .currency.switcher-currency,
.header-9 .language-grid .switcher-language.language {
  border: 1px solid #d0d0d0;
  padding: 2px 5px 0;
}
.header-9.page-header .switcher .options ul.dropdown {
  margin: 0;
}
.header-9 .ajaxSearch.block-search {
  width: 100%;
  max-width: 270px;
}
.header-9 .block-search {
  margin: 0 !important;
  padding: 0;
}
.header-9 .block-search .block-content {
  margin: 0 !important;
}
.header-9 .block-search .nested {
  display: none !important;
}
.header-9 .block-search .control {
  padding: 0;
}
.header-9 .block-search .mbAjaxSearch #search {
  color: #000;
  font-size: 14px;
  border: 1px solid #d0d0d0 !important;
  padding: 10px 40px 10px 10px;
}
.header-9 .block-search .mbAjaxSearch #search::-webkit-input-placeholder {
  color: #000;
  font-weight: normal;
  opacity: 1;
}
.header-9 .block-search .mbAjaxSearch #search::-moz-placeholder {
  color: #000;
  font-weight: normal;
  opacity: 1;
}
.header-9 .block-search .mbAjaxSearch #search:-ms-input-placeholder {
  color: #000;
  font-weight: normal;
  opacity: 1;
}
.header-9 .block-search .mbAjaxSearch #search:-moz-placeholder {
  color: #000;
  font-weight: normal;
  opacity: 1;
}
.header-9 .block-search .action.search {
  width: 40px;
  height: 30px;
  text-align: center;
  padding: 0;
  right: 0;
}
.header-9 .block-search .action.search:before {
  content: "\e610";
  font-size: 20px;
  font-family: 'themify';
  display: block;
  color: #000;
}
.header-9 .block-search .action.search:hover:before {
  opacity: 0.8;
}
.header-9 .mbAjaxSearch .mbAutoSearch.right .search-autocomplete {
  left: 0;
  right: auto;
}
.header-9.sticky-header .quickcart-wrapper .block-quickcart {
  height: 100vh;
}
.header-9 .minicart {
  width: 25px;
  float: right;
  margin-left: 20px;
}
.header-9 .minicart .icon {
  font-size: 24px;
}
.header-9 .minicart .minicart-wrapper {
  margin-right: 0;
}
.header-9 .minicart .minicart-wrapper .action.close {
  color: #000;
  width: 30px;
  height: 30px;
}
.header-9 .minicart .minicart-wrapper .action.close:hover {
  opacity: 0.8;
}
.header-9 .minicart .minicart-wrapper .action.showcart .counter.qty,
.header-9 .minicart .minicart-wrapper .action.showcart .counter.qty.empty {
  color: #fff !important;
  font-size: 11px;
  font-weight: 400;
  display: block;
  background: inherit;
  position: absolute;
  top: -12px;
  left: 15px;
  text-align: center;
  margin-top: 0;
  width: 18px;
  height: 18px;
  line-height: 17px;
  padding: 0;
  border-radius: 50%;
  -webkit-border-radius: 50%;
}
.header-9 .minicart .minicart-wrapper .action.showcart:before {
  content: '';
}
.header-9 .minicart-wrapper .block-minicart .subtitle.empty {
  color: #000;
}
.header-9 .minicart-wrapper .product-item-details {
  padding-right: 40px;
  position: relative;
}
.header-9 .minicart-wrapper .product .actions {
  position: absolute;
  right: 0;
  top: 25px;
}
.header-9 .minicart-wrapper .minicart-items {
  max-height: inherit !important;
  overflow-y: inherit !important;
}
.header-9 .minicart-wrapper .minicart-items .product-item-name {
  line-height: 18px;
  margin-bottom: 5px;
}
.header-9 .minicart-wrapper.active {
  overflow: visible;
}
.header-9 .minicart-wrapper .block-minicart {
  right: -15px;
  width: 320px;
  z-index: 1001;
}
.header-9 .minicart-wrapper .block-minicart .subtitle.empty {
  font-weight: normal;
  padding: 20px;
}
.header-9 .quickcart-wrapper .block-quickcart {
  border-top: 0 none;
  border-bottom: 0 none;
  height: 100%;
  min-width: inherit;
  overflow: hidden;
  padding: 0;
  position: fixed !important;
  right: 0 !important;
  top: -4px;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
  opacity: 0;
  visibility: hidden;
}
.header-9 .minicart .mage-dropdown-dialog {
  display: block !important;
}
.header-9 .quickcart-wrapper.active .block-quickcart {
  right: 0 !important;
  opacity: 1;
  visibility: visible;
}
.header-9 .quickcart-wrapper .block-quickcart .block-content-quickcart,
.header-9 .quickcart-wrapper .block-quickcart .quickcart-content-wrapper {
  width: 100%;
}
.header-9 .quickcart-wrapper .block-quickcart .block-content-quickcart .quickcart-top {
  text-transform: none;
  min-height: 30px;
  top: 0;
  width: 100%;
  z-index: 1;
  padding: 0 20px;
  background: #fff;
  color: #000;
  height: 50px;
  line-height: 50px;
  font-size: 18px;
  font-weight: 600;
  border-bottom: 1px solid #ddd;
}
.header-9 .quickcart-wrapper .quickcart-top button.close,
.header-9 .quickcart-wrapper .quickcart-top .cart.table-wrapper .actions-toolbar > .action.close,
.header-9 .quickcart-wrapper .quickcart-top .action-gift.close {
  font-size: 12px;
  min-height: 30px;
  min-width: 54px;
  right: 0;
  top: 10px;
  margin: 0;
  padding: 0;
}
.header-9 .quickcart-wrapper .quickcart-top button.close span,
.header-9 .quickcart-wrapper .quickcart-top .cart.table-wrapper .actions-toolbar > .action.close span,
.header-9 .quickcart-wrapper .quickcart-top .action-gift.close span {
  position: relative;
  color: #fff;
  display: none;
}
.header-9 .quickcart-wrapper .quickcart-items-wrapper {
  padding: 10px 20px;
  border: 0 none;
  margin: 0;
  z-index: 1001;
  position: absolute;
  overflow-y: auto;
  width: 100%;
  max-height: inherit;
  text-align: left;
}
.header-9 .quickcart-wrapper .quickcart-bottom-container {
  bottom: 0;
  position: absolute;
  width: 100%;
}
.header-9 .quickcart-wrapper .quickcart-bottom-container .items-total {
  display: none;
}
.header-9 .quickcart-wrapper .quickcart-bottom-container .subtotal {
  background: #fff;
  color: #000000;
  margin: 0 20px 20px;
  padding: 15px 0;
  border-bottom: solid 1px #e5e5e5;
  border-top: solid 1px #e5e5e5;
}
.header-9 .quickcart-wrapper .quickcart-bottom-container .subtotal:before,
.header-9 .quickcart-wrapper .quickcart-bottom-container .subtotal:after {
  content: '';
  clear: both;
  display: block;
}
.header-9 .quickcart-wrapper .quickcart-bottom-container .subtotal span.label {
  float: left;
}
.header-9 .quickcart-wrapper .quickcart-bottom-container .subtotal span.label span {
  font-size: 16px;
  font-weight: 700;
  text-transform: none;
}
.header-9 .quickcart-wrapper .quickcart-bottom-container .subtotal .amount {
  float: right;
}
.header-9 .quickcart-wrapper .quickcart-bottom-container .actions {
  text-align: center;
  margin: 10px 20px;
}
.header-9 .quickcart-wrapper .quickcart-bottom-container .actions .secondary .viewcart {
  display: block;
  padding: 10px !important;
  font-size: 15px;
  letter-spacing: 0.5px;
}
.header-9 .quickcart-wrapper .quickcart-bottom-container .actions .primary .checkout {
  font-size: 15px;
  letter-spacing: 0.5px;
  width: 100%;
  padding: 12px 25px 12px 25px;
  display: block;
}
.header-9 .quickcart-wrapper .quickcart-bottom-container .subtotal .price-container span.price {
  font-size: 16px;
  font-weight: 400;
}
.header-9 .quickcart-wrapper .quickcart-bottom-container .minicart-widgets {
  padding: 0;
  margin: 0;
}
/* End Header Style9 */
.posh-home-page-style-2 .search-drawer .title {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 20px;
}
.posh-home-page-style-2 .header-7 .cwsMenuOuter {
  background-color: transparent !important;
}
.posh-home-page-style-2 .header-7 .cwsMenu.mega-menu {
  text-align: center;
}
.posh-home-page-style-2 .header-7 .cwsMenu.horizontal > li {
  float: none !important;
  display: inline-block;
  margin-right: 5px;
}
/* Search Bar */
.search-autocomplete {
  margin-top: 0;
  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: 5px 40px 5px 10px;
  position: relative;
  text-align: left;
  white-space: normal;
}
.search-autocomplete ul li:not(:empty) {
  border-top: 0;
  border: 1px solid #c2c2c2;
  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: 5px;
}
.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: 10px;
}
.page-header .switcher strong {
  font-size: 13px;
}
.page-header .currency.switcher strong,
.page-footer .currency.switcher strong {
  padding-left: 0;
}
@media (min-width: 1200px), print {
  .section-item-content.nav-sections-item-content.active {
    display: block !important;
  }
}
.posh-home-page-style-1,
.posh-home-page-style-2,
.posh-home-page-style-3 {
  /* Main Navigation */
  /* Language & Currency */
}
.posh-home-page-style-1 .main-nav,
.posh-home-page-style-2 .main-nav,
.posh-home-page-style-3 .main-nav {
  height: auto !important;
}
.posh-home-page-style-1 .main-nav .nav-sections,
.posh-home-page-style-2 .main-nav .nav-sections,
.posh-home-page-style-3 .main-nav .nav-sections {
  margin-bottom: 0;
  background-color: inherit;
}
.posh-home-page-style-1 .main-nav .nav-sections .nav-sections-item-content .switcher.language,
.posh-home-page-style-2 .main-nav .nav-sections .nav-sections-item-content .switcher.language,
.posh-home-page-style-3 .main-nav .nav-sections .nav-sections-item-content .switcher.language,
.posh-home-page-style-1 .main-nav .nav-sections .nav-sections-item-content .switcher.switcher-currency,
.posh-home-page-style-2 .main-nav .nav-sections .nav-sections-item-content .switcher.switcher-currency,
.posh-home-page-style-3 .main-nav .nav-sections .nav-sections-item-content .switcher.switcher-currency {
  display: none !important;
}
.posh-home-page-style-1 .page-header .switcher.switcher-language,
.posh-home-page-style-2 .page-header .switcher.switcher-language,
.posh-home-page-style-3 .page-header .switcher.switcher-language {
  margin-left: 15px;
}
.posh-home-page-style-1 .page-header .switcher-language .switcher-trigger strong,
.posh-home-page-style-2 .page-header .switcher-language .switcher-trigger strong,
.posh-home-page-style-3 .page-header .switcher-language .switcher-trigger strong {
  padding-left: 20px;
  background-position: 0 center;
}
.posh-home-page-style-1 .page-header .switcher .options .action.toggle:after,
.posh-home-page-style-2 .page-header .switcher .options .action.toggle:after,
.posh-home-page-style-3 .page-header .switcher .options .action.toggle:after,
.posh-home-page-style-1 .page-header .switcher .options .action.toggle:after,
.posh-home-page-style-2 .page-header .switcher .options .action.toggle:after,
.posh-home-page-style-3 .page-header .switcher .options .action.toggle:after {
  content: "\e64b";
  font-family: 'themify';
  font-size: 9px;
  margin-left: 5px;
  line-height: 25px;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
}
.posh-home-page-style-1 .page-header .switcher .options .action.toggle.active:after,
.posh-home-page-style-2 .page-header .switcher .options .action.toggle.active:after,
.posh-home-page-style-3 .page-header .switcher .options .action.toggle.active:after,
.posh-home-page-style-1 .page-header .switcher .options .action.toggle.active:after,
.posh-home-page-style-2 .page-header .switcher .options .action.toggle.active:after,
.posh-home-page-style-3 .page-header .switcher .options .action.toggle.active:after {
  content: "\e648";
  font-family: 'themify';
  font-size: 9px;
  margin-left: 5px;
  line-height: 25px;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
}
.posh-home-page-style-1 .page-header .switcher .options ul.dropdown,
.posh-home-page-style-2 .page-header .switcher .options ul.dropdown,
.posh-home-page-style-3 .page-header .switcher .options ul.dropdown,
.posh-home-page-style-1 .page-header .switcher .options ul.dropdown,
.posh-home-page-style-2 .page-header .switcher .options ul.dropdown,
.posh-home-page-style-3 .page-header .switcher .options ul.dropdown {
  padding: 10px;
  border: 0;
  right: 0;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}
.posh-home-page-style-1 .page-header .switcher .options ul.dropdown:after,
.posh-home-page-style-2 .page-header .switcher .options ul.dropdown:after,
.posh-home-page-style-3 .page-header .switcher .options ul.dropdown:after,
.posh-home-page-style-1 .page-header .switcher .options ul.dropdown:after,
.posh-home-page-style-2 .page-header .switcher .options ul.dropdown:after,
.posh-home-page-style-3 .page-header .switcher .options ul.dropdown:after,
.posh-home-page-style-1 .page-header .switcher .options ul.dropdown:before,
.posh-home-page-style-2 .page-header .switcher .options ul.dropdown:before,
.posh-home-page-style-3 .page-header .switcher .options ul.dropdown:before,
.posh-home-page-style-1 .page-header .switcher .options ul.dropdown:before,
.posh-home-page-style-2 .page-header .switcher .options ul.dropdown:before,
.posh-home-page-style-3 .page-header .switcher .options ul.dropdown:before {
  bottom: 100%;
  right: 15px;
  top: auto;
  left: auto;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  z-index: 999;
}
.posh-home-page-style-1 .page-header .switcher .options ul.dropdown:after,
.posh-home-page-style-2 .page-header .switcher .options ul.dropdown:after,
.posh-home-page-style-3 .page-header .switcher .options ul.dropdown:after,
.posh-home-page-style-1 .page-header .switcher .options ul.dropdown:after,
.posh-home-page-style-2 .page-header .switcher .options ul.dropdown:after,
.posh-home-page-style-3 .page-header .switcher .options ul.dropdown:after {
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: #fff;
  border-width: 7px;
  margin-left: -7px;
}
.posh-home-page-style-1 .page-header .switcher .options ul.dropdown:before,
.posh-home-page-style-2 .page-header .switcher .options ul.dropdown:before,
.posh-home-page-style-3 .page-header .switcher .options ul.dropdown:before,
.posh-home-page-style-1 .page-header .switcher .options ul.dropdown:before,
.posh-home-page-style-2 .page-header .switcher .options ul.dropdown:before,
.posh-home-page-style-3 .page-header .switcher .options ul.dropdown:before {
  border-color: rgba(239, 239, 239, 0);
  border-bottom-color: #9c9c9c;
  border-width: 7px;
  margin-left: -8px;
}
.posh-home-page-style-1 .page-header .switcher .options ul.dropdown li,
.posh-home-page-style-2 .page-header .switcher .options ul.dropdown li,
.posh-home-page-style-3 .page-header .switcher .options ul.dropdown li,
.posh-home-page-style-1 .page-header .switcher .options ul.dropdown li,
.posh-home-page-style-2 .page-header .switcher .options ul.dropdown li,
.posh-home-page-style-3 .page-header .switcher .options ul.dropdown li {
  font-size: 13px;
  border-bottom: 1px dotted #ddd;
  padding-bottom: 5px;
}
.posh-home-page-style-1 .page-header .switcher .options ul.dropdown li:last-of-type,
.posh-home-page-style-2 .page-header .switcher .options ul.dropdown li:last-of-type,
.posh-home-page-style-3 .page-header .switcher .options ul.dropdown li:last-of-type,
.posh-home-page-style-1 .page-header .switcher .options ul.dropdown li:last-of-type,
.posh-home-page-style-2 .page-header .switcher .options ul.dropdown li:last-of-type,
.posh-home-page-style-3 .page-header .switcher .options ul.dropdown li:last-of-type {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}
.posh-home-page-style-1 .page-header .switcher .options ul.dropdown li a,
.posh-home-page-style-2 .page-header .switcher .options ul.dropdown li a,
.posh-home-page-style-3 .page-header .switcher .options ul.dropdown li a,
.posh-home-page-style-1 .page-header .switcher .options ul.dropdown li a,
.posh-home-page-style-2 .page-header .switcher .options ul.dropdown li a,
.posh-home-page-style-3 .page-header .switcher .options ul.dropdown li a {
  padding: 5px;
}
.posh-home-page-style-3.cms-index-index .page-header:not(.sticky) {
  border: 0 !important;
}
@media (min-width: 1200px) {
  .posh-home-page-style-3.cms-index-index .cwsMenu.horizontal > li {
    border: 0 !important;
  }
}
.posh-home-page-style-3.cms-index-index .cwsMenu.horizontal > li,
.posh-home-page-style-3.cms-index-index .cwsMenuOuter {
  background-color: transparent !important;
}
.main-nav:before,
.main-nav:after {
  content: '';
  clear: both;
  display: block;
}
.page-header .cwsMenu {
  position: static !important;
}
.page-header .cwsMenu li.parent > a > span.arw {
  margin-top: 0;
}
.header-fluid {
  margin: 0 auto;
  max-width: 1700px;
  width: 100%;
}
.header-fluid.page-header.sticky {
  max-width: 1700px;
}
.header-fluid.page-header.sticky .quickcart-wrapper.active .block-quickcart {
  right: -101px !important;
}
.header-fluid .cwsMenu .container {
  max-width: 100%;
}
.header-2 .cwsMenu.mega-menu > li.megamenu div.subMenu,
.header-4 .cwsMenu.mega-menu > li.megamenu div.subMenu,
.header-2 .cwsMenu.horizontal > li.full-width-mouse-hover.megamenu > ul.subMenu,
.header-4 .cwsMenu.horizontal > li.full-width-mouse-hover.megamenu > ul.subMenu {
  margin-top: 0 !important;
}
.cwsMenu.mega-menu > li.megamenu div.subMenu {
  width: 100%;
}
.cwsMenu.mega-menu > li.megamenu div.subMenu .container:before,
.cwsMenu.mega-menu > li.megamenu div.subMenu .container:after {
  content: '';
  clear: both;
  display: block;
}
@media (min-width: 1200px) {
  .page-header .nav-sections-items .switcher {
    display: none;
  }
  .header-3 .nav-sections {
    background: transparent;
  }
}
.posh-home-page-style-2 .search-drawer .mbAjaxSearch .select-wrapper .holder {
  background-color: transparent !important;
}
.mbAjaxSearch .mbAutoSearch .search-autocomplete ul {
  border-bottom: 1px solid #c2c2c2;
}
.mbAjaxSearch .searchTags .titleRow {
  margin: -10px -10px 10px !important;
}
.mbAjaxSearch .mbSecTitle {
  font-weight: bold;
}
.search-autocomplete ul li:not(:empty) {
  border: 0;
}
.mbAjaxSearch .mbAutoSearch .ajxRightDetails .price-box .price-wrapper .price {
  font-size: 15px;
}
.mbAjaxSearch .mbAutoSearch ul#ajax_ul li {
  border: 0 !important;
  margin-bottom: 6px;
}
.mbAjaxSearch .search-autocomplete .ajxRightDetails > p {
  line-height: normal;
  font-weight: normal;
}
.mbAjaxSearch .search-autocomplete .ajxRightDetails > p {
  line-height: normal;
}
.boxed-layout-posh .header-2 {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.boxed-layout-posh .header-2 .container {
  padding-left: 15px;
  padding-right: 15px;
}
.boxed-layout-posh .header-2 .main-nav {
  border: 0;
  margin-bottom: 10px;
}
.boxed-layout-posh .header-2 .cwsMenu > li > a {
  padding: 12px 10px 12px 10px !important;
}
.boxed-layout-posh .sticky-header {
  box-shadow: none;
  -webkit-box-shadow: none;
}
.boxed-layout-posh .search-drawer .title {
  margin-bottom: 20px;
}
.boxed-layout-posh .page-header.sticky-header {
  position: sticky;
  position: -webkit-sticky;
}
@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translatey(-10px);
    -moz-transform: translatey(-10px);
    -o-transform: translatey(-10px);
    transform: translatey(-10px);
  }
  to {
    opacity: 1;
    -webkit-transform: translatey(0);
    -moz-transform: translatey(0);
    -o-transform: translatey(0);
    transform: translatey(0);
  }
}
@-moz-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translatey(-10px);
    -moz-transform: translatey(-10px);
    -o-transform: translatey(-10px);
    transform: translatey(-10px);
  }
  to {
    opacity: 1;
    -webkit-transform: translatey(0);
    -moz-transform: translatey(0);
    -o-transform: translatey(0);
    transform: translatey(0);
  }
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translatey(-10px);
    -moz-transform: translatey(-10px);
    -o-transform: translatey(-10px);
    transform: translatey(-10px);
  }
  to {
    opacity: 1;
    -webkit-transform: translatey(0);
    -moz-transform: translatey(0);
    -o-transform: translatey(0);
    transform: translatey(0);
  }
}
.page-header .switcher .label {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.page-header .switcher .options,
.page-footer .switcher .options {
  display: inline-block;
  position: relative;
}
.page-header .switcher .options.active,
.page-footer .switcher .options.active {
  overflow: visible;
}
.page-header .switcher .options.active ul.dropdown,
.page-footer .switcher .options.active ul.dropdown {
  display: block;
}
.page-header .switcher .options .action.toggle,
.page-footer .switcher .options .action.toggle {
  cursor: pointer;
}
.page-header .switcher strong {
  font-weight: normal;
}
.page-header .switcher .options ul.dropdown,
.page-footer .switcher .options ul.dropdown {
  margin: 0;
  padding: 0;
  list-style: none;
  background: #fff;
  border: 1px solid #ddd;
  margin-top: 4px;
  min-width: 160px;
  z-index: 100;
  box-sizing: border-box;
  display: none;
  position: absolute;
  top: 100%;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
}
.quickcart-wrapper .block-quickcart .block-content-quickcart .items-total,
.quickcart-wrapper .block-quickcart .block-content-quickcart .subtotal {
  display: none !important;
}
.quickcart-wrapper .product-image-container {
  width: auto !important;
}
.nav-sections {
  margin-bottom: 0 !important;
}
.block.newsletter input {
  margin-right: 0 !important;
}
.boxed-layout-posh .footer-8 .footer-top {
  padding: 25px;
}
.boxed-layout-posh .footer-8 .menuTitle {
  margin: 0 0 10px;
}
.boxed-layout-posh .footer-8 .footer-bottom {
  padding: 40px 0;
}
.boxed-layout-posh .footer-8 .footer-newsletter .block.newsletter {
  width: 68.167%;
}
.boxed-layout-posh .footer-8 .footer-newsletter .block.newsletter .title-section:before {
  content: "\e75a";
  font-family: 'themify';
}
.boxed-layout-posh .footer-8 .footer-newsletter .block.newsletter p {
  font-size: 15px;
}
.boxed-layout-posh .footer-8 .footer-newsletter .block.newsletter .content {
  flex: 0 0 58%;
  -ms-flex: 0 0 58%;
  -webkit-flex: 0 0 58%;
}
.boxed-layout-posh .footer-8 .footer-newsletter .block.newsletter .field {
  padding-left: 5px;
}
.boxed-layout-posh .footer-8 .footer-newsletter .block.newsletter .actions .action.subscribe:before {
  content: "\e628";
  font-family: 'themify';
  font-size: 18px;
}
.footer-9 .footer-top {
  padding: 75px 0;
}
.footer-9 .footer-top:before,
.footer-9 .footer-top:after {
  content: '';
  clear: both;
  display: table;
}
.footer-9 .footer-top .footer-row .d-flex {
  flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex-direction: column;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
}
.footer-9 .footer-top .footer-link {
  width: 100%;
  display: block;
  text-align: center;
}
.footer-9 .footer-top .footer-link ul > li {
  display: inline-block;
  padding: 0 10px 0 0;
}
.footer-9 .footer-top .footer-link ul > li:after {
  content: "|";
  display: inline-block;
  padding-left: 15px;
}
.footer-9 .footer-top .footer-link ul > li:last-child:after {
  content: "";
}
.footer-9 .footer-top .footer-link .menuTitle,
.footer-9 .footer-top .footer-col .title {
  font-size: 18px;
  margin-top: 0;
  text-align: center;
  font-weight: 600;
  text-transform: uppercase;
}
.footer-9 .footer-top .menuTitle {
  display: none !important;
}
.footer-9 .footer-top .footer-middle-col {
  padding: 0 20px;
}
.footer-9 .logo {
  margin: 0 0 20px;
  float: none;
}
.footer-9 .footer-contact {
  text-align: center;
  padding-right: 20px;
}
.footer-9 .footer-contact .ftr-logo {
  display: block;
  margin-bottom: 30px;
}
.footer-9 .footer-contact .ftr-logo .logo {
  float: none;
  margin: 0;
}
.footer-9 .footer-contact .address {
  display: block;
  padding-left: 0;
  margin-bottom: 15px;
  position: relative;
}
.footer-9 .footer-contact .address:before {
  content: "\e693";
  font-family: 'themify';
  font-size: 18px;
  display: inline-block;
  padding-right: 5px;
}
.footer-9 .footer-contact .phone-no {
  display: block;
  margin-bottom: 15px;
  padding-left: 0;
  position: relative;
}
.footer-9 .footer-contact .phone-no:before {
  content: "\f095";
  font-family: 'FontAwesome';
  font-size: 18px;
  display: inline-block;
  padding-right: 5px;
  vertical-align: middle;
}
.footer-9 .footer-contact .email-address {
  display: block;
  padding-left: 0;
  margin-bottom: 15px;
  position: relative;
}
.footer-9 .footer-contact .email-address:before {
  content: "\e75a";
  font-family: 'themify';
  font-size: 18px;
  display: inline-block;
  padding-right: 5px;
  vertical-align: middle;
}
.footer-9 .footer-contact .footer-social {
  display: block;
  margin-top: 30px;
}
.footer-9 .footer-contact .footer-social:before,
.footer-9 .footer-contact .footer-social:after {
  content: '';
  clear: both;
  display: table;
}
.footer-9 .footer-contact .footer-social li {
  float: left;
  margin-right: 20px;
}
.footer-9 .footer-contact .footer-social li a {
  font-size: 20px;
}
.footer-9 .footer-newsletter {
  width: 100%;
  padding: 0 15%;
}
.footer-9 .footer-newsletter .block.newsletter {
  width: 100%;
  max-width: 100%;
  margin: 0 0 20px !important;
}
.footer-9 .footer-newsletter .block.newsletter .title {
  display: block;
  text-align: center;
}
.footer-9 .footer-newsletter .block.newsletter .actions {
  width: auto;
}
.footer-9 .footer-newsletter .block.newsletter .content {
  position: relative;
}
.footer-9 .footer-newsletter .block.newsletter .field .control {
  position: relative;
  margin-right: 0;
}
.footer-9 .footer-newsletter .block.newsletter .field .control:before {
  display: none;
}
.footer-9 .footer-newsletter .block.newsletter .field {
  position: relative;
  margin: 0;
}
.footer-9 .footer-newsletter .block.newsletter input {
  color: #000;
  padding-left: 10px;
  padding-right: 120px;
  border: 0 !important;
  height: 50px;
  line-height: 50px;
}
.footer-9 .footer-newsletter .block.newsletter input::placeholder {
  color: #000;
  opacity: 1;
}
.footer-9 .footer-newsletter .block.newsletter input::-moz-placeholder {
  color: #000;
  opacity: 1;
}
.footer-9 .footer-newsletter .block.newsletter input:-ms-input-placeholder {
  color: #000;
  opacity: 1;
}
.footer-9 .footer-newsletter .block.newsletter input:-moz-placeholder {
  color: #000;
  opacity: 1;
}
.footer-9 .footer-newsletter .block.newsletter .action.subscribe.primary {
  position: absolute;
  right: 7px;
  top: 7px;
  height: 36px;
  border-radius: 0;
  -webkit-border-radius: 0;
}
.footer-9 .footer-newsletter .block.newsletter .action.subscribe.primary:hover {
  opacity: 0.7;
}
.footer-9 .footer-newsletter .title-section p {
  margin-bottom: 20px;
  text-align: center;
}
.footer-9 .footer-social {
  margin-bottom: 15px;
}
.footer-9 .footer-social li {
  display: inline-block;
  padding: 0 3px;
}
.footer-9 .footer-social li a {
  width: 30px;
  height: 30px;
  line-height: 33px;
  text-align: center;
  display: block;
  border-radius: 100%;
  -webkit-border-radius: 100%;
}
.footer-9 .footer-top .payment-option {
  text-align: center;
  font-size: 28px;
  margin-top: 10px;
  opacity: 0.48;
}
.footer-9 .copytext {
  padding: 25px 0;
  text-align: center;
}
.footer-9 .switcher {
  margin-top: 20px;
}
.footer-9 .switcher .options {
  padding: 5px 10px;
}
.footer-9 .switcher .options .action.toggle.active:after {
  vertical-align: middle;
}
.footer-8 .switcher .options {
  padding: 5px 10px !important;
}
.footer-8 .footer-top {
  padding: 35px 0;
}
.footer-8 .footer-newsletter .block.newsletter {
  float: left;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -o-align-items: center;
  align-items: center;
  flex-direction: row;
  -webkit-flex-direction: row;
  width: 72.166667%;
  margin: 0 !important;
  max-width: 100%;
}
.footer-8 .footer-newsletter .block.newsletter .title-section {
  position: relative;
  padding-left: 60px;
  flex: 1;
}
.footer-8 .footer-newsletter .block.newsletter .title-section:before {
  content: "\f2b7";
  font-family: "FontAwesome";
  font-size: 50px;
  display: block;
  position: absolute;
  left: 0;
  top: 15px;
}
.footer-8 .footer-newsletter .block.newsletter .title {
  font-size: 35px;
  font-weight: bold;
  text-transform: uppercase;
  display: block;
  margin: 0;
  letter-spacing: 0.5px;
}
.footer-8 .footer-newsletter .block.newsletter .content {
  flex: 0 0 65%;
}
.footer-8 .footer-newsletter .block.newsletter .content div.mage-error[generated] {
  position: absolute;
  margin-top: 0;
}
.footer-8 .footer-newsletter .block.newsletter p {
  font-size: 16px;
  line-height: normal;
  margin: 0;
}
.footer-8 .footer-newsletter .block.newsletter .field {
  position: relative;
}
.footer-8 .footer-newsletter .block.newsletter .field .control:before {
  display: none;
}
.footer-8 .footer-newsletter .block.newsletter input#newsletter {
  border: 0 !important;
  padding: 0 50px 0 10px;
  height: 50px;
  margin-right: 0 !important;
}
.footer-8 .footer-newsletter .block.newsletter .actions {
  position: absolute;
  right: 10px;
  top: 10px;
  width: auto;
}
.footer-8 .footer-newsletter .block.newsletter .actions .action.subscribe {
  border-radius: 0;
  background-color: transparent;
  padding: 0;
}
.footer-8 .footer-newsletter .block.newsletter .actions .action.subscribe:before {
  content: "\f1d9";
  font-family: "FontAwesome";
  font-size: 17px;
  display: block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
}
.footer-8 .footer-newsletter .block.newsletter .actions .action.subscribe span {
  display: none;
}
.footer-8 .footer-social {
  float: right;
  padding-top: 20px;
}
.footer-8 .footer-social ul li {
  display: inline-block;
  padding-left: 15px;
}
.footer-8 .footer-social ul li a {
  font-size: 18px;
}
.footer-8 .footer-bottom {
  padding: 50px 0;
}
.footer-8 .footer-col {
  float: left;
  width: 17.2%;
  padding-right: 10px;
}
.footer-8 .menuTitle {
  font-size: 20px;
  font-weight: bold;
  text-transform: uppercase;
}
.footer-8 .footer-menu li {
  margin-bottom: 3px;
}
.footer-8 .footer-contact {
  width: 30.833333333333336%;
  padding-right: 20px;
}
.footer-8 .footer-contact .logo {
  display: block;
  margin: 0 0 20px;
  float: none;
}
.footer-8 .footer-contact .address {
  position: relative;
  margin-bottom: 15px;
  padding-left: 35px;
}
.footer-8 .footer-contact .address:before {
  content: "\e693";
  font-family: 'themify';
  font-size: 22px;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
}
.footer-8 .footer-contact .phone-no {
  position: relative;
  margin-bottom: 15px;
  padding-left: 35px;
}
.footer-8 .footer-contact .phone-no:before {
  content: "\f095";
  font-family: 'FontAwesome';
  font-size: 22px;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
}
.footer-8 .footer-contact .email-address {
  position: relative;
  margin-bottom: 10px;
  padding-left: 35px;
}
.footer-8 .footer-contact .email-address:before {
  content: "\e75a";
  font-family: 'themify';
  font-size: 22px;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
}
.footer-8 .copytext-outer {
  padding: 25px 0;
}
.footer-8 .copytext-outer .payment-option {
  float: right;
  font-size: 24px;
}
.footer-7 {
  padding-top: 40px;
}
.footer-7 .logo img {
  height: auto;
}
.footer-7 .footer-row .f-item:first-of-type {
  flex: 3;
  -webkit-flex: 3;
  -ms-flex: 3;
}
.footer-7 .footer-row .f-item:nth-of-type(2n) {
  flex: 6;
  -webkit-flex: 6;
  -ms-flex: 6;
}
.footer-7 .footer-row .f-item:last-of-type {
  flex: 3;
  -webkit-flex: 3;
  -ms-flex: 3;
  padding-left: 20px;
}
.footer-7 .footer-newsletter-row .block.newsletter {
  width: 100%;
  max-width: 100%;
  margin: 0 !important;
  display: table;
}
.footer-7 .footer-newsletter-row .block.newsletter .title-section {
  display: table-cell;
  vertical-align: middle;
  padding-right: 25px;
}
.footer-7 .footer-newsletter-row .block.newsletter .content {
  display: table-cell;
  vertical-align: middle;
}
.footer-7 .footer-newsletter-row .block.newsletter .title {
  color: #fff;
  font-size: 17px;
  font-weight: 600;
  display: block;
  margin: 0;
  text-transform: uppercase;
}
.footer-7 .footer-newsletter-row .block.newsletter p {
  color: #fff;
  font-size: 13px;
  text-transform: uppercase;
  margin-bottom: 0;
  letter-spacing: 0.4px;
}
.footer-7 .footer-newsletter-row .block.newsletter .field {
  position: relative;
  margin-right: 0;
}
.footer-7 .footer-newsletter-row .block.newsletter .form.subscribe {
  display: block;
  position: relative;
}
.footer-7 .footer-newsletter-row .block.newsletter .field .control:before {
  display: none;
}
.footer-7 .footer-newsletter-row .block.newsletter input {
  color: #fff;
  padding-left: 0;
  background: transparent;
  border: 0 !important;
  margin-right: 0 !important;
  width: 230px;
  padding-right: 30px;
}
.footer-7 .footer-newsletter-row .block.newsletter input::placeholder {
  color: #fff;
  opacity: 1;
}
.footer-7 .footer-newsletter-row .block.newsletter input::-webkit-input-placeholder {
  color: #fff;
  opacity: 1;
}
.footer-7 .footer-newsletter-row .block.newsletter input::-ms-input-placeholder {
  color: #fff;
  opacity: 1;
}
.footer-7 .footer-newsletter-row .block.newsletter .actions {
  display: block;
  position: absolute;
  top: 5px;
  right: 0;
  width: 25px;
  text-align: center;
}
.footer-7 .footer-newsletter-row .block.newsletter .actions .subscribe.primary {
  color: #fff;
  background: transparent;
  margin-left: 0;
  padding-left: 0;
  padding-right: 0;
}
.footer-7 .footer-newsletter-row .block.newsletter .actions .subscribe.primary span {
  display: none;
}
.footer-7 .footer-newsletter-row .block.newsletter .actions .subscribe.primary:hover {
  background: transparent;
}
.footer-7 .footer-newsletter-row .block.newsletter .actions .subscribe.primary:after {
  content: "\e628";
  font-family: 'themify';
  font-size: 15px;
  display: inline-block;
}
.footer-7 .footer-top .footer-row {
  padding: 40px 0;
}
.footer-7 .footer-top .logo {
  margin: 0;
}
.footer-7 .footer-top .footer-link {
  text-align: left;
}
.footer-7 .footer-top .footer-link .menuTitle {
  display: none !important;
}
.footer-7 .footer-top .footer-link li {
  display: inline-block;
  margin-right: 15px;
}
.footer-7 .footer-top .footer-link li:last-child {
  margin-right: 0;
}
.footer-7 .footer-top .footer-link li a {
  text-transform: uppercase;
}
.footer-7 .footer-top .footer-social ul li {
  display: inline-block;
}
.footer-7 .footer-top .footer-social ul li a {
  display: block;
  width: 28px;
  height: 28px;
  line-height: 28px;
  text-align: center;
  border-radius: 100%;
  -webkit-border-radius: 100%;
}
.footer-7 .copytext {
  font-size: 13px;
}
.footer-7 .copytext .copy-text {
  flex: 7;
  -webkit-flex: 7;
  -ms-flex: 7;
  padding-right: 0;
}
.footer-7 .copytext .footer-link {
  flex: 6;
  -webkit-flex: 6;
  -ms-flex: 6;
}
.footer-7 .copytext .container {
  text-align: center;
}
.footer-7 #switcher-store {
  padding-bottom: 30px;
}
.page-footer .footer-7 .switcher {
  text-align: center;
}
.page-footer .footer-7 .switcher .options {
  font-size: 13px;
  text-transform: uppercase;
  padding: 3px 8px !important;
}
.footer-6 {
  padding-top: 60px;
}
.footer-6 .container {
  max-width: 1700px;
}
.footer-6 .switcher.switcher-store {
  font-size: 13px;
}
.footer-6 .switcher .options {
  padding: 5px 10px !important;
}
.footer-6 .footer-top {
  padding-bottom: 60px;
}
.footer-6 .footer-top:before,
.footer-6 .footer-top:after {
  content: '';
  clear: both;
  display: table;
}
.footer-6 .footer-col {
  float: left;
  width: 16.16766467065868%;
}
.footer-6 .footer-col .menuTitle,
.footer-6 .footer-col .block.newsletter .title {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 20px;
}
.footer-6 .footer-col ul li {
  margin-bottom: 8px;
}
.footer-6 .footer-contact {
  font-size: 15px;
  width: 26.34730538922156%;
}
.footer-6 .footer-contact .ftr-logo {
  display: block;
  margin-bottom: 30px;
}
.footer-6 .footer-contact .ftr-logo .logo {
  float: none;
  margin: 0;
}
.footer-6 .footer-contact .address {
  display: block;
  padding-left: 40px;
  margin-bottom: 20px;
  position: relative;
}
.footer-6 .footer-contact .address:before {
  content: "\e693";
  font-family: 'themify';
  font-size: 28px;
  display: inline-block;
  position: absolute;
  left: 0;
}
.footer-6 .footer-contact .phone-no {
  display: block;
  margin-bottom: 20px;
  padding-left: 40px;
  position: relative;
}
.footer-6 .footer-contact .phone-no:before {
  content: "\f095";
  font-family: 'FontAwesome';
  font-size: 28px;
  display: inline-block;
  position: absolute;
  left: 0;
}
.footer-6 .footer-contact .email-address {
  display: block;
  padding-left: 40px;
  margin-bottom: 20px;
  position: relative;
}
.footer-6 .footer-contact .email-address:before {
  content: "\e75a";
  font-family: 'themify';
  font-size: 28px;
  display: inline-block;
  position: absolute;
  left: 0;
}
.footer-6 .footer-contact .footer-social {
  display: block;
  margin-top: 30px;
}
.footer-6 .footer-contact .footer-social:before,
.footer-6 .footer-contact .footer-social:after {
  content: '';
  clear: both;
  display: table;
}
.footer-6 .footer-contact .footer-social li {
  float: left;
  margin-right: 20px;
}
.footer-6 .footer-contact .footer-social li a {
  font-size: 20px;
}
.footer-6 .footer-newsletter {
  width: 25%;
}
.footer-6 .footer-newsletter .block.newsletter {
  width: 100%;
  max-width: 100%;
}
.footer-6 .footer-newsletter .block.newsletter .title {
  display: block;
}
.footer-6 .footer-newsletter .block.newsletter .field .control {
  position: relative;
}
.footer-6 .footer-newsletter .block.newsletter .field .control:before {
  display: none;
}
.footer-6 .footer-newsletter .block.newsletter .field {
  position: relative;
}
.footer-6 .footer-newsletter .block.newsletter input {
  color: #fff;
  padding-left: 20px;
  padding-right: 50px;
  background-color: transparent;
  border: 1px solid #8a8a8a;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  height: 50px;
  line-height: 50px;
}
.footer-6 .footer-newsletter .block.newsletter input::placeholder {
  color: #aaaaaa;
  opacity: 1;
}
.footer-6 .footer-newsletter .block.newsletter input::-moz-placeholder {
  color: #aaaaaa;
  opacity: 1;
}
.footer-6 .footer-newsletter .block.newsletter input:-ms-input-placeholder {
  color: #aaaaaa;
  opacity: 1;
}
.footer-6 .footer-newsletter .block.newsletter input:-moz-placeholder {
  color: #aaaaaa;
  opacity: 1;
}
.footer-6 .footer-newsletter .block.newsletter .action.subscribe.primary {
  background: transparent;
  position: absolute;
  right: 5px;
  top: 7px;
}
.footer-6 .footer-newsletter .block.newsletter .action.subscribe.primary:before {
  content: "\f1d9";
  font-family: "FontAwesome";
  font-size: 18px;
  display: inline-block;
}
.footer-6 .footer-newsletter .block.newsletter .action.subscribe.primary:hover {
  opacity: 0.7;
}
.footer-6 .footer-newsletter .block.newsletter .action.subscribe.primary span {
  display: none;
}
.footer-6 .footer-newsletter .title-section p {
  margin-bottom: 20px;
}
.footer-6 .footer-bottom {
  padding: 40px 0;
  font-size: 14px;
}
.footer-6 .payment-option {
  float: right;
  font-size: 28px;
}
.footer-4 {
  padding: 40px 0 0;
}
.footer-4:before,
.footer-4:after {
  content: '';
  clear: both;
  display: block;
}
.footer-4 .posh-about-text-block {
  float: left;
  width: 22.5%;
}
.footer-4 .posh-about-text-block .cmsbk > a {
  display: none;
}
.footer-4 .footer-logo .logo {
  display: block;
  float: none;
  margin: 0 0 15px;
}
.footer-4 .aboutTextBlock {
  line-height: 18px;
}
.footer-4 .footer-right {
  float: right;
  width: 75.5%;
  margin-left: 2%;
  padding-left: 25px;
}
.footer-4 .footer-col {
  float: left;
  width: 25%;
  padding-right: 10px;
  padding-bottom: 10px;
}
.footer-4 .footer-col .menuTitle,
.footer-4 .footer-col .title {
  font-size: 20px;
  margin-top: 0;
  font-weight: 400;
}
.footer-4 .footer-col.footer-contact {
  padding-right: 10px;
}
.footer-4 .footer-contact .address {
  padding-left: 20px;
  position: relative;
  margin-bottom: 10px;
}
.footer-4 .footer-contact .address:before {
  content: "\e693";
  font-family: 'themify';
  font-size: 14px;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
}
.footer-4 .footer-contact .phone-no {
  padding-left: 20px;
  position: relative;
  margin-bottom: 10px;
}
.footer-4 .footer-contact .phone-no:before {
  content: "\f095";
  font-family: 'FontAwesome';
  font-size: 14px;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
}
.footer-4 .footer-contact .email-address {
  padding-left: 20px;
  position: relative;
  margin-bottom: 10px;
}
.footer-4 .footer-contact .email-address:before {
  content: "\e75a";
  font-family: 'themify';
  font-size: 14px;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
}
.footer-4 .footer-newsletter {
  width: 100%;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.footer-4 .footer-newsletter .block.newsletter {
  width: 100%;
  max-width: 100%;
  display: table;
  margin: 0 !important;
}
.footer-4 .footer-newsletter .block.newsletter .title-section {
  width: 43%;
  display: table-cell;
  vertical-align: middle;
}
.footer-4 .footer-newsletter .block.newsletter .title-section p {
  font-size: 20px;
  line-height: 30px;
}
.footer-4 .footer-newsletter .block.newsletter .form.subscribe {
  position: relative;
}
.footer-4 .footer-newsletter .block.newsletter .content {
  display: table-cell;
  vertical-align: middle;
}
.footer-4 .footer-newsletter .block.newsletter .control:before {
  display: none;
}
.footer-4 .footer-newsletter .block.newsletter input {
  padding: 0 50px 0 10px;
  background-color: transparent;
  height: 53px;
  line-height: 50px;
  margin-right: 0;
}
.footer-4 .footer-newsletter .block.newsletter .actions {
  position: absolute;
  right: 8px;
  top: 11px;
  width: auto;
}
.footer-4 .footer-newsletter .block.newsletter .actions .subscribe.primary {
  padding: 0;
  width: 50px;
  height: 30px;
  display: block;
  background-color: transparent;
}
.footer-4 .footer-newsletter .block.newsletter .actions .subscribe.primary:hover {
  opacity: 0.8;
  background-color: transparent;
}
.footer-4 .footer-newsletter .block.newsletter .actions .subscribe.primary:before {
  content: "\f1d9";
  font-family: "FontAwesome";
  display: block;
  font-size: 20px;
}
.footer-4 .footer-newsletter .block.newsletter .actions .subscribe.primary span {
  display: none;
}
.footer-4 .footer-social {
  margin-top: 30px;
}
.footer-4 .footer-social li {
  display: inline-block;
  padding-right: 5px;
  padding-bottom: 5px;
}
.footer-4 .footer-social li a {
  width: 35px;
  height: 35px;
  text-align: center;
  line-height: 38px;
  display: block;
  font-size: 16px;
  border-radius: 100%;
  -webkit-border-radius: 100%;
}
.footer-4 .footer-bottom {
  margin-top: 40px;
}
.footer-4 .footer-bottom .container {
  padding-top: 25px;
  padding-bottom: 25px;
  text-align: center;
}
.footer-4 .payment-option {
  float: right;
  font-size: 25px;
}
.footer-4 .copytext {
  float: left;
}
.footer-4 .switcher {
  display: inline-block;
  font-size: 13px;
  text-transform: uppercase;
  margin-top: 15px;
}
.footer-4 .switcher strong {
  padding-left: 0;
}
.footer-4 .switcher .options {
  padding: 3px 10px !important;
}
.footer-4 .switcher .options .action.toggle.active:after {
  margin-left: 5px;
}
.footer-4 .switcher .options .action.toggle:after {
  margin-left: 5px;
}
.footer-5 .footer-top:before,
.footer-5 .footer-bottom:before,
.footer-5 .footer-top:after,
.footer-5 .footer-bottom:after {
  content: '';
  clear: both;
  display: block;
}
.footer-5 .footer-top {
  padding-top: 50px;
  padding-bottom: 50px;
}
.footer-5 .footer-logo .logo {
  display: block;
  float: none;
  margin: 0 auto;
}
.footer-5 .footer-col {
  float: left;
  width: 19.094%;
  padding-right: 50px;
}
.footer-5 .footer-col .menuTitle,
.footer-5 .footer-col .title {
  font-size: 16px;
  text-transform: uppercase;
  margin-top: 0;
  font-weight: 600;
}
.footer-5 .ftr-newsletter {
  width: 38.188%;
}
.footer-5 .footer-contact {
  width: 23%;
  padding-right: 0;
}
.footer-5 .footer-newsletter .title-section {
  font-size: 16px;
  line-height: normal;
  text-transform: uppercase;
  margin: 0 0 20px;
  font-weight: 600;
}
.footer-5 .footer-newsletter .block.newsletter {
  margin-bottom: 0 !important;
  width: 100%;
  max-width: 100%;
}
.footer-5 .footer-newsletter .block.newsletter .form.subscribe {
  position: relative;
}
.footer-5 .footer-newsletter .block.newsletter .control:before {
  display: none;
}
.footer-5 .footer-newsletter .block.newsletter .field {
  margin-right: 0;
}
.footer-5 .footer-newsletter .block.newsletter input {
  padding-left: 0;
  padding-right: 40px;
  background-color: transparent !important;
  margin-right: 0 !important;
}
.footer-5 .footer-newsletter .block.newsletter .actions {
  position: absolute;
  top: 5px;
  right: 0;
  width: auto;
}
.footer-5 .footer-newsletter .block.newsletter .actions .subscribe.primary {
  font-weight: 600;
  background-color: transparent;
  padding: 0;
  width: 30px;
  height: 30px;
  text-align: center;
  margin: 0;
}
.footer-5 .footer-newsletter .block.newsletter .actions .subscribe.primary span {
  display: none;
}
.footer-5 .footer-newsletter .block.newsletter .actions .subscribe.primary:after {
  content: "\f178";
  font-family: 'FontAwesome';
  font-size: 20px;
  vertical-align: middle;
  display: inline-block;
  padding-left: 0;
}
.footer-5 .footer-newsletter .block.newsletter .actions .subscribe.primary:hover {
  opacity: 0.8;
}
.footer-5 .footer-contact .address {
  padding-left: 20px;
  position: relative;
  margin-bottom: 10px;
}
.footer-5 .footer-contact .address:before {
  content: "\e693";
  font-family: 'themify';
  font-size: 14px;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
}
.footer-5 .footer-contact .phone-no {
  padding-left: 20px;
  position: relative;
  margin-bottom: 10px;
}
.footer-5 .footer-contact .phone-no:before {
  content: "\f095";
  font-family: 'FontAwesome';
  font-size: 14px;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
}
.footer-5 .footer-contact .email-address {
  padding-left: 20px;
  position: relative;
  margin-bottom: 10px;
}
.footer-5 .footer-contact .email-address:before {
  content: "\e75a";
  font-family: 'themify';
  font-size: 14px;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
}
.footer-5 .footer-bottom .container {
  display: table;
  width: 100%;
  padding-top: 25px;
  padding-bottom: 25px;
}
.footer-5 .footer-bottom .footer-social {
  display: table-cell;
  vertical-align: middle;
  width: 33.33%;
}
.footer-5 .footer-bottom .footer-social ul li {
  float: left;
  display: inline-block;
}
.footer-5 .footer-bottom .footer-social ul li a {
  font-size: 16px;
  width: 35px;
  height: 35px;
  line-height: 38px;
  display: block;
  text-align: center;
  margin-right: 8px;
  border-radius: 100%;
  -webkit-border-radius: 100%;
}
.footer-5 .footer-bottom .footer-logo {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  width: 33.33%;
}
.footer-5 .footer-bottom .footer-logo .logo img {
  margin: 0 auto;
}
.footer-5 .footer-bottom .payment-option {
  display: table-cell;
  vertical-align: middle;
  text-align: right;
  font-size: 26px;
  width: 33.33%;
}
.footer-5 .copyright-section {
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
}
.footer-5 .copyright-section .copytext {
  display: inline-block;
  vertical-align: middle;
}
.footer-5 .switcher {
  clear: none;
  float: right;
}
.footer-5 .switcher .options {
  padding: 3px 10px !important;
  background-color: #eaeaea;
  border: 0;
}
.footer-5 .switcher strong {
  padding-left: 0;
  text-transform: uppercase;
  font-size: 12px;
  padding-right: 3px;
}
.page-footer .switcher .options ul.dropdown {
  top: auto;
  left: auto !important;
  right: 0;
  bottom: 40px;
}
.page-footer .switcher .options ul.dropdown:before {
  top: auto;
  bottom: -11px;
  left: auto;
  right: 10px;
  border-color: #ffffff transparent transparent transparent;
}
.page-footer .switcher .options ul.dropdown:after {
  top: auto;
  left: auto;
  right: 9px;
  bottom: -14px;
  border-color: #bbbbbb transparent transparent transparent;
}
.page-footer {
  clear: both;
}
.page-footer ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.page-footer ul li {
  margin-bottom: 0;
  padding: 0;
}
.page-footer .switcher {
  clear: both;
  padding: 0;
  margin-right: 0;
}
.page-footer .switcher .options {
  display: inline-block;
  position: relative;
  padding: 5px 5px 5px 10px;
}
.page-footer .switcher .options.active ul.dropdown {
  display: block !important;
}
.page-footer .switcher .options ul.dropdown {
  text-align: left;
  left: 0;
  display: none !important;
}
.page-footer .switcher .options ul.dropdown a {
  padding: 5px;
}
.block.newsletter .field.newsletter {
  max-width: 100% !important;
}
.footer-1 .footer-top {
  padding: 35px 0;
}
.footer-1 .footer-top:before,
.footer-1 .footer-top:after {
  content: '';
  clear: both;
  display: block;
}
.footer-1 .footer-col {
  float: left;
  width: 25%;
  padding-right: 2%;
}
.footer-1 .footer-col:last-of-type {
  padding-right: 0;
}
.footer-1 .footer-col .title,
.footer-1 .footer-col .title strong,
.footer-1 .footer-col .menuTitle {
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0 0 10px;
  letter-spacing: 0;
}
.footer-1 .footer-col.footer-newsletter .block.newsletter {
  margin-bottom: 20px !important;
}
.footer-1 .footer-col.footer-newsletter .title-section p {
  font-size: 13px;
  margin-bottom: 15px;
}
.footer-1 .footer-col.footer-contact > div {
  padding-bottom: 5px;
}
.footer-1 .footer-col.footer-contact .address {
  padding-left: 25px;
  position: relative;
}
.footer-1 .footer-col.footer-contact .address:before {
  content: "\e6a8";
  font-family: 'themify';
  display: inline-block;
  position: absolute;
  left: 0;
}
.footer-1 .footer-col.footer-contact .phone-no {
  padding-left: 25px;
  position: relative;
}
.footer-1 .footer-col.footer-contact .phone-no:before {
  content: "\f095";
  font-family: 'FontAwesome';
  display: inline-block;
  position: absolute;
  left: 0;
}
.footer-1 .footer-col.footer-contact .email-address {
  padding-left: 25px;
  position: relative;
}
.footer-1 .footer-col.footer-contact .email-address:before {
  content: "\e75a";
  font-family: 'themify';
  display: inline-block;
  position: absolute;
  left: 0;
}
.footer-1 .footer-col.footer-menu li a {
  display: inline-block;
  padding: 2px 0 1px;
}
.footer-1 .footer-col.footer-newsletter {
  padding-right: 0;
}
.footer-1 .footer-col.footer-newsletter .block.newsletter {
  width: 100%;
  max-width: 100%;
}
.footer-1 .footer-col.footer-newsletter .block.newsletter .title {
  display: block;
}
.footer-1 .footer-col.footer-newsletter .block.newsletter .content {
  position: relative;
}
.footer-1 .footer-col.footer-newsletter .block.newsletter .control:before {
  display: none;
}
.footer-1 .footer-col.footer-newsletter .block.newsletter .field {
  margin: 0;
}
.footer-1 .footer-col.footer-newsletter .block.newsletter input {
  border: 0 !important;
  box-shadow: none;
  -webkit-box-shadow: none;
  padding: 8px 40px 8px 10px;
  width: 100%;
  display: block;
  height: 50px;
  line-height: 50px;
}
.footer-1 .footer-col.footer-newsletter .block.newsletter .actions {
  position: absolute;
  right: 5px;
  top: 7px;
  z-index: 99;
  width: 35px;
  height: 35px;
  display: block;
}
.footer-1 .footer-col.footer-newsletter .block.newsletter .action.subscribe {
  border-radius: 0;
  background-color: transparent;
  padding: 0;
  font-weight: normal;
  margin-left: 0;
  width: 35px;
  height: 35px;
}
.footer-1 .footer-col.footer-newsletter .block.newsletter .action.subscribe:before {
  content: "\e628";
  font-family: 'themify';
  display: inline-block;
  font-size: 14px;
}
.footer-1 .footer-col.footer-newsletter .block.newsletter .action.subscribe span {
  display: none;
}
.footer-1 .footer-col .footer-social {
  margin-top: 20px;
}
.footer-1 .footer-col .footer-social li {
  display: inline-block;
  padding-right: 10px;
  padding-bottom: 5px;
}
.footer-1 .footer-col .footer-social li a .icon-social {
  font-size: 14px;
}
.footer-1 .footer-bottom .container {
  padding-top: 20px;
  padding-bottom: 20px;
}
.footer-1 .footer-bottom .copytext {
  float: left;
}
.footer-1 .footer-bottom .payment-option {
  float: right;
  font-size: 25px;
}
.footer-2 .switcher {
  display: block;
  margin: 0 auto;
  text-align: center;
  padding: 0 0 30px 0;
}
.footer-2 .footer-top {
  padding: 50px 0 20px;
}
.footer-2 .footer-top:before,
.footer-2 .footer-top:after {
  content: '';
  clear: both;
  display: block;
}
.footer-2 .footer-col {
  float: left;
  width: 17.5%;
  padding-right: 2%;
}
.footer-2 .footer-col:last-of-type {
  padding-right: 0;
}
.footer-2 .footer-col .title,
.footer-2 .footer-col .title strong,
.footer-2 .footer-col .menuTitle {
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0 0 10px;
}
.footer-2 .footer-col.footer-about-col {
  width: 40%;
  padding-right: 5%;
  line-height: normal;
}
.footer-2 .footer-col.footer-about-col li.first > a {
  display: none;
}
.footer-2 .footer-col.footer-menu.last {
  padding-right: 0;
}
.footer-2 .footer-col.footer-contact {
  width: 25%;
}
.footer-2 .footer-col.footer-contact > div {
  padding-bottom: 5px;
}
.footer-2 .footer-col.footer-contact .address {
  padding-left: 25px;
  position: relative;
}
.footer-2 .footer-col.footer-contact .address:before {
  content: "\e6a8";
  font-family: 'themify';
  display: inline-block;
  position: absolute;
  left: 0;
}
.footer-2 .footer-col.footer-contact .phone-no {
  padding-left: 25px;
  position: relative;
}
.footer-2 .footer-col.footer-contact .phone-no:before {
  content: "\f095";
  font-family: 'FontAwesome';
  display: inline-block;
  position: absolute;
  left: 0;
}
.footer-2 .footer-col.footer-contact .email-address {
  padding-left: 25px;
  position: relative;
}
.footer-2 .footer-col.footer-contact .email-address:before {
  content: "\e75a";
  font-family: 'themify';
  display: inline-block;
  position: absolute;
  left: 0;
}
.footer-2 .footer-col.footer-menu li a {
  display: block;
  padding: 2px 0 1px;
}
.footer-2 .footer-col .footer-social {
  margin-top: 20px;
}
.footer-2 .footer-col .footer-social li {
  display: inline-block;
  padding-right: 13px;
  padding-bottom: 5px;
}
.footer-2 .footer-col .footer-social li a .icon-social {
  font-size: 16px;
}
.footer-2 .footer-newsletter-row {
  padding: 30px 0;
}
.footer-2 .footer-newsletter-row:before,
.footer-2 .footer-newsletter-row:after {
  content: '';
  clear: both;
  display: block;
}
.footer-2 .footer-newsletter-row.footer-newsletter .block.newsletter {
  width: 88%;
  display: table;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 0 !important;
  max-width: 100%;
}
.footer-2 .footer-newsletter-row.footer-newsletter .block.newsletter .title {
  display: block;
  font-size: 26px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 5px;
}
.footer-2 .footer-newsletter-row.footer-newsletter .block.newsletter .title-section {
  display: table-cell !important;
  vertical-align: middle;
  text-align: left;
}
.footer-2 .footer-newsletter-row.footer-newsletter .block.newsletter .title-section p {
  font-size: 14px;
  line-height: normal;
}
.footer-2 .footer-newsletter-row.footer-newsletter .block.newsletter .title-section p br {
  display: none;
}
.footer-2 .footer-newsletter-row.footer-newsletter .block.newsletter .content {
  position: relative;
  display: table-cell;
  vertical-align: middle;
  width: 59%;
}
.footer-2 .footer-newsletter-row.footer-newsletter .block.newsletter .control:before {
  display: none;
}
.footer-2 .footer-newsletter-row.footer-newsletter .block.newsletter .field {
  margin: 0;
}
.footer-2 .footer-newsletter-row.footer-newsletter .block.newsletter input {
  border: 0 !important;
  box-shadow: none;
  -webkit-box-shadow: none;
  padding: 8px 40px 8px 15px;
  width: 100%;
  display: block;
  height: 60px;
  line-height: 60px;
}
.footer-2 .footer-newsletter-row.footer-newsletter .block.newsletter .actions {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 99;
  width: 50px;
  height: 45px;
  line-height: 65px;
  display: block;
}
.footer-2 .footer-newsletter-row.footer-newsletter .block.newsletter .action.subscribe {
  border-radius: 0;
  background-color: transparent;
  padding: 0;
  font-weight: normal;
}
.footer-2 .footer-newsletter-row.footer-newsletter .block.newsletter .action.subscribe:before {
  content: "\f1d9";
  font-family: 'FontAwesome';
  display: inline-block;
  font-size: 20px;
}
.footer-2 .footer-newsletter-row.footer-newsletter .block.newsletter .action.subscribe span {
  display: none;
}
.footer-2 .footer-bottom .container {
  padding-top: 20px;
  padding-bottom: 20px;
}
.footer-2 .footer-bottom .copytext {
  float: left;
}
.footer-2 .footer-bottom .payment-option {
  float: right;
  font-size: 25px;
}
.footer-3 {
  text-align: center;
  padding: 70px 0;
}
.footer-3 ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer-3 .menuTitle {
  display: none;
}
.footer-3 .ltr {
  padding-bottom: 10px;
}
.footer-3 .ltr li {
  display: inline-block;
  margin: 0 30px;
  position: relative;
  text-transform: uppercase;
}
.footer-3 .ltr li:after {
  content: "|";
  margin: 0 -30px 0 0;
  position: absolute;
  top: 0;
  left: auto;
  right: 0;
}
.footer-3 .ltr li:last-of-type:after {
  display: none;
}
.footer-3 .ltr li a:hover {
  margin-left: 0;
}
.footer-3 .footer-row {
  padding: 20px 0;
}
.footer-3 .footer-row:before,
.footer-3 .footer-row:after {
  content: '';
  clear: both;
  display: block;
}
.footer-3 .footer-social {
  display: inline-block;
  vertical-align: middle;
  margin-right: 15px;
  padding-right: 15px;
}
.footer-3 .footer-social li {
  display: inline-block;
  margin: 0;
  padding: 0 10px;
}
.footer-3 .footer-social li .name-social {
  display: none;
}
.footer-3 .footer-social li .icon-social {
  font-size: 22px;
}
.footer-3 .paymentOptions {
  display: inline-block;
  vertical-align: middle;
}
.footer-3 .paymentOptions i {
  padding: 0 2px;
  font-size: 22px;
}
.footer-3 .switcher {
  float: none;
  margin: 10px 0 15px 0;
}
.footer-3 .switcher .options {
  padding: 5px 10px;
}
.footer-3 .switcher .options ul.dropdown {
  border: 0;
  top: auto;
  bottom: 30px;
}
.footer-3 .switcher .options ul.dropdown:before,
.footer-3 .switcher .options ul.dropdown:after {
  display: none;
}
.footer-3 .switcher .options .action.toggle:after {
  content: "\e64b";
  font-family: 'themify';
  font-size: 10px;
  vertical-align: middle;
  margin-left: 3px;
}
.footer-3 .switcher .options .action.toggle.active:after {
  content: "\e648";
  font-family: 'themify';
  font-size: 10px;
  vertical-align: middle;
  margin-left: 3px;
}
.footer-3 .copytext {
  padding-top: 10px;
}
.cookie {
  color: #fff;
  padding: 20px;
  z-index: 1000;
  max-width: 100%;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  position: fixed;
}
.cookie .cookie-text {
  display: inline;
  padding-right: 10px;
  margin-bottom: 10px;
  line-height: 24px;
}
.cookie .action.primary,
.cookie .amshopby-button,
.cookie .am-filter-go {
  font-size: 13px;
  padding: 5px 10px;
  font-weight: 400;
  vertical-align: middle;
  margin-left: 5px;
}
.cookie .action.primary:hover,
.cookie .amshopby-button:hover,
.cookie .am-filter-go:hover {
  opacity: 0.8;
}
.cookie #close_cookie_bar:after {
  content: "\e64c";
  font-family: 'themify';
  display: inline-block;
}
/* Scroll Top Arrow Common CSS */
.scroll-top {
  cursor: pointer;
  display: none;
  padding: 3px;
  position: fixed;
  bottom: 20px;
  text-align: center;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  z-index: 10;
}
.scroll-top a {
  padding: 0;
  background-color: #333;
  color: #fff;
  font-size: 14px;
  line-height: 34px;
  width: 35px;
  height: 35px;
  display: block;
  text-decoration: none;
  border-radius: 100% !important;
  -webkit-border-radius: 100% !important;
  padding: 0 !important;
}
.scroll-top a:before {
  content: "\e627";
  font-family: 'themify';
}
.scroll-top a span {
  display: none;
}
.scroll-top a:focus,
.scroll-top a:visited,
.scroll-top a:visited,
.scroll-top .alink:visited {
  color: #fff;
}
.posh-home-page-style-3 .scroll-top a {
  border-radius: 0 !important;
  -webkit-border-radius: 0 !important;
}
.page-footer .switcher .options .action.toggle.active:after {
  vertical-align: middle !important;
}
.rtl-layout-posh {
  direction: rtl;
  /* Posh Style 1 --------------------------------------- */
  /* Subcategories Listing */
  /* Products Flex Grid ----------------------------------------- */
  /* End Products Flex Grid ------------------------------------- */
  /* Product Detail ---------------------------------------- */
  /* Cart page */
  /* Onepage checkout */
  /* My Account */
}
.rtl-layout-posh .f-right {
  float: left;
}
.rtl-layout-posh .f-left {
  float: right;
}
.rtl-layout-posh select {
  background-position: 10px center;
}
.rtl-layout-posh .disc {
  margin-left: 0;
  margin-right: 15px;
}
.rtl-layout-posh .slider-style4 .finderProducts ul li,
.rtl-layout-posh .posh-auto-parts-style-4 .finderProducts.horizontal ul li {
  float: right;
  margin-left: 2%;
  margin-right: 0;
}
.rtl-layout-posh .finderDropdowns li:nth-child(3n).column3 {
  margin-right: 0;
  margin-left: 0;
}
.rtl-layout-posh .store-feature.store-feature-style4 li {
  border-right: 0;
  border-left: 1px solid #afafaf;
}
.rtl-layout-posh .store-feature.store-feature-style4 li:last-of-type {
  border-left: 0;
}
.rtl-layout-posh.posh-auto-parts-style-4 .testimonial-outer .magetmQuotes {
  padding: 30px;
  text-align: center;
}
.rtl-layout-posh .mageTmClient .clientDetails {
  text-align: right;
}
.rtl-layout-posh .footer-9 .footer-newsletter .block.newsletter input {
  padding-left: 120px;
  padding-right: 10px;
}
.rtl-layout-posh .footer-9 .footer-newsletter .block.newsletter .action.subscribe.primary {
  left: 7px;
  right: auto;
}
.rtl-layout-posh.posh-auto-parts-style-1.page-layout-2columns-left .sidebar .product-items .product-item-info .product-item-photo,
.rtl-layout-posh.posh-auto-parts-style-2.page-layout-2columns-left .sidebar .product-items .product-item-info .product-item-photo,
.rtl-layout-posh.posh-auto-parts-style-3.page-layout-2columns-left .sidebar .product-items .product-item-info .product-item-photo,
.rtl-layout-posh.posh-auto-parts-style-4.page-layout-2columns-left .sidebar .product-items .product-item-info .product-item-photo,
.rtl-layout-posh.posh-auto-parts-style-5.page-layout-2columns-left .sidebar .product-items .product-item-info .product-item-photo,
.rtl-layout-posh.posh-auto-parts-style-1.page-layout-2columns-right .sidebar .product-items .product-item-info .product-item-photo,
.rtl-layout-posh.posh-auto-parts-style-2.page-layout-2columns-right .sidebar .product-items .product-item-info .product-item-photo,
.rtl-layout-posh.posh-auto-parts-style-3.page-layout-2columns-right .sidebar .product-items .product-item-info .product-item-photo,
.rtl-layout-posh.posh-auto-parts-style-4.page-layout-2columns-right .sidebar .product-items .product-item-info .product-item-photo,
.rtl-layout-posh.posh-auto-parts-style-5.page-layout-2columns-right .sidebar .product-items .product-item-info .product-item-photo,
.rtl-layout-posh.posh-auto-parts-style-1.page-with-filter .sidebar .product-items .product-item-info .product-item-photo,
.rtl-layout-posh.posh-auto-parts-style-2.page-with-filter .sidebar .product-items .product-item-info .product-item-photo,
.rtl-layout-posh.posh-auto-parts-style-3.page-with-filter .sidebar .product-items .product-item-info .product-item-photo,
.rtl-layout-posh.posh-auto-parts-style-4.page-with-filter .sidebar .product-items .product-item-info .product-item-photo,
.rtl-layout-posh.posh-auto-parts-style-5.page-with-filter .sidebar .product-items .product-item-info .product-item-photo {
  float: right;
}
.rtl-layout-posh .product.media .store-feature.store-feature-style4 li {
  border-left: 0;
}
.rtl-layout-posh .sidebar .mageTestimonials .block-title {
  text-align: right;
}
.rtl-layout-posh .sidebar .block.mageTestimonials .magetmQuotes {
  background-position: left bottom;
  text-align: right;
}
.rtl-layout-posh .sidebar .block.mageTestimonials .mageTmClient .clientPic {
  float: right;
}
.rtl-layout-posh .message.error,
.rtl-layout-posh .message.info,
.rtl-layout-posh .message.success {
  padding: 10px 40px 10px 20px !important;
}
.rtl-layout-posh .message.error > :first-child:before,
.rtl-layout-posh .message.info > :first-child::before,
.rtl-layout-posh .message.success > :first-child::before {
  left: auto;
  right: 0;
}
.rtl-layout-posh .mbAjaxSearch .mbSecTitle span {
  float: left;
}
.rtl-layout-posh .header-4 .logo {
  float: right;
}
.rtl-layout-posh .header-4 .block-search input {
  padding: 8px 15px 8px 35px !important;
}
.rtl-layout-posh .header-4 .block-search .action.search {
  left: 0;
}
.rtl-layout-posh .slider-style5 .finderProducts.horizontal {
  right: auto;
}
.rtl-layout-posh .slider-style5 .finderProducts.horizontal ul {
  float: right;
  margin-right: 0;
  margin-left: 2%;
}
.rtl-layout-posh .slider-style5 .finderProducts ul li {
  float: right;
  margin-right: 0;
  margin-left: 2%;
}
.rtl-layout-posh .slider-style5 .finderProducts.horizontal .button-set button,
.rtl-layout-posh .slider-style5 .finderProducts.horizontal .button-set .cart.table-wrapper .actions-toolbar > .action,
.rtl-layout-posh .slider-style5 .finderProducts.horizontal .button-set .action-gift {
  float: right;
}
.rtl-layout-posh .slider-style5 .finderProducts.horizontal .button-set button.primary,
.rtl-layout-posh .slider-style5 .finderProducts.horizontal .button-set .cart.table-wrapper .actions-toolbar > .action.primary,
.rtl-layout-posh .slider-style5 .finderProducts.horizontal .button-set .action-gift.primary {
  margin-left: 8%;
  margin-right: 0;
}
.rtl-layout-posh .slider-style5 .finderProducts.horizontal select {
  padding: 0 10px 0 30px;
}
.rtl-layout-posh.posh-auto-parts-style-5 .mageb-patn-inner .mageb-pattern2 .mageb-full-caption {
  text-align: right !important;
}
.rtl-layout-posh .cwsMenu .subMenu .menulbl {
  margin-right: 10px;
  margin-left: 0 !important;
}
.rtl-layout-posh .products-list .product-item .product-item-inner.style6 .quick-view-btn,
.rtl-layout-posh .products-grid .product-item .product-item-inner.style6 .quick-view-btn {
  left: auto;
  right: 5px;
}
.rtl-layout-posh .product.media .store-feature.store-feature-style1 .info-details {
  padding-left: 5px;
  padding-right: 10px;
}
.rtl-layout-posh .product.media .gallery-list .item-image {
  float: right;
  margin-left: 2%;
  margin-right: 0;
}
.rtl-layout-posh .product.media .gallery-list .item-image:nth-of-type(2n) {
  margin-left: 0;
}
.rtl-layout-posh .bundle-options-container .bundle-options-wrapper,
.rtl-layout-posh .bundle-options-container .product-options-wrapper {
  float: right;
}
.rtl-layout-posh .bundle-options-container .block-bundle-summary {
  float: left;
}
.rtl-layout-posh .bundle-options-container .block-bundle-summary .product-image-container {
  float: right;
  margin-right: 0;
  margin-left: 15px;
}
.rtl-layout-posh .bundle-options-container .block-bundle-summary .product-details {
  padding-left: 0;
  padding-right: 120px;
}
.rtl-layout-posh .bundle-options-container .block-bundle-summary .box-tocart .field.qty {
  margin-right: 0 !important;
  margin-left: 15px !important;
}
.rtl-layout-posh .product.info.detailed .product.data.items > .item.content .description ol {
  margin: 0 15px 10px 0;
}
.rtl-layout-posh .sidebar .action.delete {
  right: auto;
  top: -4px;
  left: -12px;
}
.rtl-layout-posh .sidebar .block.mageTestimonials .mageTmClient .clientDetails {
  margin-left: 0;
  margin-right: 80px;
}
.rtl-layout-posh .footer-4 .footer-social li {
  padding-right: 0;
  padding-left: 5px;
}
.rtl-layout-posh.posh-auto-parts-style-5 .testimonial-outer .magetmQuotes {
  padding: 30px;
  text-align: center;
}
.rtl-layout-posh #notification_slider a#close_notification {
  right: auto;
  left: 15px;
}
.rtl-layout-posh .home-blog-post .post-image,
.rtl-layout-posh .home-blog-post-style-2 .post-image {
  float: right;
}
.rtl-layout-posh .home-blog-post .detail,
.rtl-layout-posh .home-blog-post-style-2 .detail {
  padding-left: 0;
  padding-right: 15px;
}
.rtl-layout-posh .mb-block-recent-comments .mb-author {
  background-position: right center;
  padding: 5px 20px 0 0;
}
.rtl-layout-posh .search-drawer .mbAjaxSearch #search {
  padding: 10px 15px 10px 40px;
}
.rtl-layout-posh .cwsNew.listNewProduct .title,
.rtl-layout-posh .cwsFeatured.listcwsFeatured .title,
.rtl-layout-posh .cwsBestSeller.listBestSeller .title,
.rtl-layout-posh .cwsMostviewed.listMostviewed .title,
.rtl-layout-posh .cwsNew.listNewProduct .blockTtl,
.rtl-layout-posh .cwsFeatured.listcwsFeatured .blockTtl,
.rtl-layout-posh .cwsBestSeller.listBestSeller .blockTtl,
.rtl-layout-posh .cwsMostviewed.listMostviewed .blockTtl {
  text-align: right;
}
.rtl-layout-posh .cwsNew.listNewProduct .product-items .product-item-details,
.rtl-layout-posh .cwsFeatured.listcwsFeatured .product-items .product-item-details,
.rtl-layout-posh .cwsBestSeller.listBestSeller .product-items .product-item-details,
.rtl-layout-posh .cwsMostviewed.listMostviewed .product-items .product-item-details {
  margin-left: 0;
}
.rtl-layout-posh .cwsNew.listNewProduct .product-items .product-item-photo,
.rtl-layout-posh .cwsFeatured.listcwsFeatured .product-items .product-item-photo,
.rtl-layout-posh .cwsBestSeller.listBestSeller .product-items .product-item-photo,
.rtl-layout-posh .cwsMostviewed.listMostviewed .product-items .product-item-photo {
  float: right;
}
.rtl-layout-posh .parallax-section .parallax-product .product-items .product-item {
  margin-left: 2%;
  margin-right: 0;
}
.rtl-layout-posh .parallax-section .parallax-product .product-items .product-item:last-of-type {
  margin-left: 0;
}
.rtl-layout-posh .header-1 .user-account {
  padding: 0 30px 0 0 !important;
}
.rtl-layout-posh .header-1 .currency-grid {
  padding: 0 30px 0 !important;
}
.rtl-layout-posh .header-4 .block-search .action.search,
.rtl-layout-posh .header-4 .block.block-search.ajaxSearch .action.search {
  right: inherit;
}
.rtl-layout-posh .cwsMenu.horizontal li > ul.subMenu {
  left: auto !important;
}
.rtl-layout-posh .cwsMenuOuter.ltr {
  direction: rtl !important;
}
@media (min-width: 1200px) {
  .rtl-layout-posh .cwsMenu.horizontal > li {
    float: right !important;
  }
}
.rtl-layout-posh .error-img {
  float: right;
}
.rtl-layout-posh .error-detail {
  padding-left: 0;
  padding-right: 53%;
}
.rtl-layout-posh .mb-post-gridview .item {
  float: right;
  margin-right: 0;
  margin-left: 2.5%;
}
.rtl-layout-posh .mb-post-gridview .item:nth-of-type(2n+1) {
  clear: right;
}
.rtl-layout-posh .mb-post-gridview .item:nth-of-type(2n) {
  margin-left: 0;
}
.rtl-layout-posh.blog-post-view .page-title-wrapper {
  text-align: right;
}
.rtl-layout-posh .header-3 .top-header .social-header {
  float: right;
  margin-right: 0;
  margin-left: 10px;
}
.rtl-layout-posh .header-3 .top-header .social-header ul li {
  float: right;
}
.rtl-layout-posh .header-3 .language-grid {
  padding-left: 0 !important;
  padding-right: 0px !important;
}
.rtl-layout-posh .header-3.page-header .switcher-language.switcher ul.dropdown li a {
  background-position: 100% center !important;
  padding-left: 0px !important;
  padding-right: 20px !important;
}
.rtl-layout-posh .page-header .switcher .options ul.dropdown li,
.rtl-layout-posh .page-footer .switcher .options ul.dropdown li {
  text-align: right;
}
.rtl-layout-posh .header-7 .top-header .shipping-msg,
.rtl-layout-posh .header-8 .top-header .shipping-msg,
.rtl-layout-posh .header-3 .top-header .shipping-msg {
  border-right: 1px solid #cccc;
  border-left: 0;
  padding-left: 0;
  padding-right: 10px;
  margin-left: 10px;
}
.rtl-layout-posh .header-7 .user-links.panel.header .links > li,
.rtl-layout-posh .header-8 .user-links.panel.header .links > li,
.rtl-layout-posh .header-3 .user-links.panel.header .links > li {
  float: right;
}
.rtl-layout-posh .header-7 .user-links.panel.header .links > li:last-of-type,
.rtl-layout-posh .header-8 .user-links.panel.header .links > li:last-of-type,
.rtl-layout-posh .header-3 .user-links.panel.header .links > li:last-of-type {
  margin-left: 0;
}
.rtl-layout-posh .header-7.page-header .switcher.switcher-language {
  float: none;
}
.rtl-layout-posh .header-7 .language-grid .switcher-language .switcher-dropdown strong,
.rtl-layout-posh .header-7 .language-grid .switcher-language .switcher-dropdown li a {
  padding-left: 0;
  padding-right: 22px;
  background-position: right center;
}
.rtl-layout-posh .header-8 .language-grid .switcher-language .options ul.dropdown li a {
  background-position: 100% center !important;
}
.rtl-layout-posh .header-8.page-header .switcher.switcher-currency,
.rtl-layout-posh .header-8.page-header .switcher.switcher-language {
  float: none !important;
}
.rtl-layout-posh .header-9.page-header .currency-grid,
.rtl-layout-posh .header-9.page-header .language-grid {
  padding-left: 20px;
}
.rtl-layout-posh .header-9 .cwsMenuOuter.rtl .cwsMenu.horizontal > li {
  float: none !important;
}
.rtl-layout-posh .header-9 .block-search .mbAjaxSearch #search {
  padding-left: 40px;
  padding-right: 10px;
}
.rtl-layout-posh .header-9 .search-toggle {
  margin-left: 0;
  margin-right: 15px;
}
.rtl-layout-posh .header-9 .minicart {
  margin-left: 0;
}
.rtl-layout-posh .footer-9 .footer-contact .phone-no:before,
.rtl-layout-posh .footer-9 .footer-contact .address:before,
.rtl-layout-posh .footer-9 .footer-contact .email-address:before {
  padding-right: 0;
  padding-left: 5px;
  vertical-align: middle;
}
.rtl-layout-posh .footer-9 .footer-top .footer-link ul > li {
  padding: 0 0 0 10px;
}
.rtl-layout-posh .footer-9 .footer-top .footer-link ul > li:after {
  padding-right: 10px;
  padding-left: 0;
}
.rtl-layout-posh.posh-home-page-style-2.cms-index-index .store-feature.store-feature-style1 li {
  margin-right: 0;
}
.rtl-layout-posh.posh-home-page-style-2.cms-index-index .store-feature.store-feature-style1 li .icon {
  border-right: 0;
  border-left: 1px solid #d2d2d2;
  margin-right: 0;
  margin-left: 20px;
  padding: 0;
}
.rtl-layout-posh .mageTestList .items .magetmQuotes {
  text-align: right;
  padding: 15px 57px 15px 15px;
}
.rtl-layout-posh .mageTestList .items .magetmQuotes:before {
  left: auto;
  right: 10px;
  background-position: 0 -30px;
}
.rtl-layout-posh .sidebar .store-feature p {
  padding-left: 0;
  padding-right: 45px;
}
.rtl-layout-posh .cartBox .products-grid .product-item {
  float: right;
  margin: 0 0 10px 2% !important;
}
.rtl-layout-posh .cartBox .products-grid .product-item:nth-child(3n) {
  margin-left: 0 !important;
}
.rtl-layout-posh .cartBox .products-grid .product-item:nth-child(3n+1) {
  clear: right;
}
.rtl-layout-posh .block.filter .filter-content .filter-options-item input.priceFromTo {
  text-align: right;
}
.rtl-layout-posh .filter-options-item li input[type="radio"],
.rtl-layout-posh .filter-options-item li input[type="checkbox"] {
  float: right;
  margin: 7px 5px 0 8px !important;
}
.rtl-layout-posh .quickViewDetails .fotorama__stage {
  width: 99% !important;
}
.rtl-layout-posh .mageb-success-row .sucess-col {
  float: right;
}
.rtl-layout-posh .mageb-success-row #mockRight {
  padding-right: 1.3%;
  padding-left: 0;
}
.rtl-layout-posh .mageb-success-row #mockLeft {
  padding-right: 0;
  padding-left: 1.3%;
}
.rtl-layout-posh .mageb-success-page .col-set,
.rtl-layout-posh .mageb-success-page .create.account.form-create-account,
.rtl-layout-posh #mockRight.sucess-col {
  text-align: right;
}
.rtl-layout-posh #notification_slider a#close_notification {
  right: auto;
  left: 10px;
}
.rtl-layout-posh.page-layout-1column .block.widget .products-grid .product-items .product-item {
  margin-right: 0 !important;
  margin-left: 2%;
}
.rtl-layout-posh.page-layout-1column .block.widget .products-grid .product-items .product-item:nth-of-type(4n):not(div) {
  margin-left: 0;
}
.rtl-layout-posh.page-layout-1column .block.widget .products-grid .product-items .product-item:nth-of-type(4n+1):not(div) {
  margin-left: 2%;
}
.rtl-layout-posh .filter-options-title {
  padding: 10px 10px 10px 30px;
}
.rtl-layout-posh .mage-ajaxpro-page.left-sidebar .sidebar-shopby {
  width: 25% !important;
  float: right;
  padding-right: 0;
  padding-left: 30px;
  text-align: right;
}
.rtl-layout-posh .mage-ajaxpro-page.left-sidebar .sidebar-shopby .section-title {
  text-align: right;
}
.rtl-layout-posh .mage-ajaxpro-page.left-sidebar .sidebar-shopby .section-title .sort-detail {
  text-align: right;
}
.rtl-layout-posh .mage-ajaxpro-page.left-sidebar .category-product-filter {
  width: 75% !important;
  float: right;
}
.rtl-layout-posh .mage-ajaxpro-page.left-sidebar .category-product-filter .products-grid .product-item {
  width: 32% !important;
  margin: 0 0 20px 2% !important;
}
.rtl-layout-posh .mage-ajaxpro-page.left-sidebar .category-product-filter .products-grid .product-item:nth-child(3n) {
  margin-left: 0 !important;
}
.rtl-layout-posh .mage-ajaxpro-page.left-sidebar .category-product-filter .products-grid .product-item:nth-child(3n+1) {
  clear: right;
}
.rtl-layout-posh.posh-home-page-style-3 .product.media .store-feature.store-feature-style1 li:nth-child(2n) {
  margin-left: 0 !important;
}
.rtl-layout-posh .mageTestimonials .mageTmClient .clientPic {
  margin-right: 0;
  margin-left: 15px;
}
.rtl-layout-posh .mageTestimonials.mageTestimonialstyle1 .item .magetmQuotes:after {
  right: 35px;
  left: auto;
}
.rtl-layout-posh .mageTestimonials.mageTestimonialstyle1 .item .mageTmClient .clientDetails .mageTmEmail,
.rtl-layout-posh .mageTestimonials.mageTestimonialstyle1 .item .mageTmClient .clientDetails .mageTmAddress {
  padding-right: 0;
  padding-left: 0;
}
.rtl-layout-posh .mageTestimonials.mageTestimonialstyle1 .item .mageTmClient .clientDetails .mageTmEmail i,
.rtl-layout-posh .mageTestimonials.mageTestimonialstyle1 .item .mageTmClient .clientDetails .mageTmAddress i {
  right: 0;
  left: auto;
}
.rtl-layout-posh .mageTestimonials.mageTestimonialstyle1 .item .mageTmClient .clientPic {
  margin-right: 0;
  margin-left: 15px;
}
.rtl-layout-posh .mageTestimonials.mageTestimonialSidebar .mageTmClient .clientDetails .mageTmEmail,
.rtl-layout-posh .mageTestimonials.mageTestimonialSidebar .mageTmClient .clientDetails .mageTmAddress {
  padding-right: 0;
  padding-left: 0;
}
.rtl-layout-posh .mageTestimonials.mageTestimonialSidebar .mageTmClient .clientDetails .mageTmEmail i,
.rtl-layout-posh .mageTestimonials.mageTestimonialSidebar .mageTmClient .clientDetails .mageTmAddress i {
  right: 0;
  left: auto;
}
.rtl-layout-posh .mageTestimonials.mageTestimonialSidebar .mageTmClient .clientPic {
  margin-right: 0;
  margin-left: 15px;
}
.rtl-layout-posh .mageTestList .items .clientDetails .mageTmEmail,
.rtl-layout-posh .mageTestList .items .clientDetails .mageTmAddress {
  padding-right: 22px;
  padding-left: 0;
}
.rtl-layout-posh .mageTestList .items .clientDetails .mageTmEmail i,
.rtl-layout-posh .mageTestList .items .clientDetails .mageTmAddress i {
  right: 0;
  left: auto;
}
.rtl-layout-posh .mageTestList .items .mageTmClient .clientPic {
  margin-right: 0;
  margin-left: 15px;
}
.rtl-layout-posh .testimonial-outer .mageTmClient .clientDetails .mageTmEmail,
.rtl-layout-posh .testimonial-outer .mageTmClient .clientDetails .mageTmAddress {
  padding-left: 0;
  padding-right: 22px;
}
.rtl-layout-posh .testimonial-outer .mageTmClient .clientDetails .mageTmEmail i,
.rtl-layout-posh .testimonial-outer .mageTmClient .clientDetails .mageTmAddress i {
  left: auto;
  right: 0;
}
.rtl-layout-posh .testimonial-outer .mageTmClient .mageTmRating {
  text-align: right;
}
.rtl-layout-posh .testimonial-outer .magetmQuotes:after {
  left: auto;
  right: 35px;
}
.rtl-layout-posh .sidebar .mage-products .timer-product {
  float: right !important;
}
.rtl-layout-posh .sidebar .mage-products .product-items .product-item-details {
  padding-right: 0;
}
.rtl-layout-posh .mage-deal-products.widget.mage-products.mage-deal-products-style1 #timer-countbox .countdown-section {
  margin-left: 0 !important;
}
.rtl-layout-posh .mage-deal-products.widget.mage-products.mage-deal-products-style2 .block-title {
  text-align: right;
}
.rtl-layout-posh .mage-products .timer-product {
  float: left;
}
.rtl-layout-posh .block.mage-products.mage-deal-slider-sidebar .timer-product {
  float: right;
}
.rtl-layout-posh.page-layout-1column .block.widget .products-grid .product-items .product-item {
  margin-right: 0;
  margin-left: 3%;
}
.rtl-layout-posh.page-layout-1column .block.widget .products-grid .product-items .product-item:nth-of-type(4n+1):not(div) {
  clear: right;
  margin-right: 0;
  margin-left: 3%;
}
.rtl-layout-posh.page-layout-1column .block.widget .products-grid .product-items .product-item:nth-of-type(4n):not(div) {
  margin-right: 0;
}
.rtl-layout-posh.page-layout-1column .block.widget .products-grid .product-items .product-item:nth-child(3n+1):not(div) {
  margin-right: 0;
}
.rtl-layout-posh .mage-deal-slider .owl-carousel .owl-nav .owl-prev {
  left: 0;
}
.rtl-layout-posh .sidebar .cwsFeatured .title,
.rtl-layout-posh .sidebar .cwsBestSeller .title,
.rtl-layout-posh .sidebar .listBestSeller .title,
.rtl-layout-posh .sidebar .cwsNewProducts .title,
.rtl-layout-posh .sidebar .cwsMostviewed .title,
.rtl-layout-posh .sidebar .listNewProduct .title,
.rtl-layout-posh .sidebar .cwsFeatured .blockTtl,
.rtl-layout-posh .sidebar .cwsBestSeller .blockTtl,
.rtl-layout-posh .sidebar .listBestSeller .blockTtl,
.rtl-layout-posh .sidebar .cwsNewProducts .blockTtl,
.rtl-layout-posh .sidebar .cwsMostviewed .blockTtl,
.rtl-layout-posh .sidebar .listNewProduct .blockTtl,
.rtl-layout-posh .sidebar .cwsFeatured .title h3,
.rtl-layout-posh .sidebar .cwsBestSeller .title h3,
.rtl-layout-posh .sidebar .listBestSeller .title h3,
.rtl-layout-posh .sidebar .cwsNewProducts .title h3,
.rtl-layout-posh .sidebar .cwsMostviewed .title h3,
.rtl-layout-posh .sidebar .listNewProduct .title h3 {
  text-align: right;
}
.rtl-layout-posh .sidebar .store-feature p {
  text-align: right;
}
.rtl-layout-posh .cwsFeatured .products-grid,
.rtl-layout-posh .cwsNewProducts .products-grid,
.rtl-layout-posh .mostviewd-section .cwsMostviewed .products-grid {
  margin: 0 !important;
}
.rtl-layout-posh .cwsFeatured .products-grid .product-item.item,
.rtl-layout-posh .cwsNewProducts .products-grid .product-item.item,
.rtl-layout-posh .mostviewd-section .cwsMostviewed .products-grid .product-item.item {
  margin-right: 0;
  margin-left: 2%;
}
.rtl-layout-posh .cwsFeatured .products-grid.grid1 .product-item.item,
.rtl-layout-posh .cwsNewProducts .products-grid.grid1 .product-item.item,
.rtl-layout-posh .mostviewd-section .cwsMostviewed .products-grid.grid1 .product-item.item {
  width: 100%;
  margin-left: 0;
}
.rtl-layout-posh .cwsFeatured .products-grid.grid1 .product-item.item .product-item-photo img,
.rtl-layout-posh .cwsNewProducts .products-grid.grid1 .product-item.item .product-item-photo img,
.rtl-layout-posh .mostviewd-section .cwsMostviewed .products-grid.grid1 .product-item.item .product-item-photo img {
  width: 100%;
}
.rtl-layout-posh .cwsFeatured .products-grid.grid2 .product-item.item,
.rtl-layout-posh .cwsNewProducts .products-grid.grid2 .product-item.item,
.rtl-layout-posh .mostviewd-section .cwsMostviewed .products-grid.grid2 .product-item.item {
  width: 49%;
}
.rtl-layout-posh .cwsFeatured .products-grid.grid2 .product-item.item:nth-child(2n),
.rtl-layout-posh .cwsNewProducts .products-grid.grid2 .product-item.item:nth-child(2n),
.rtl-layout-posh .mostviewd-section .cwsMostviewed .products-grid.grid2 .product-item.item:nth-child(2n) {
  margin-left: 0;
}
.rtl-layout-posh .cwsFeatured .products-grid.grid2 .product-item.item .product-item-photo img,
.rtl-layout-posh .cwsNewProducts .products-grid.grid2 .product-item.item .product-item-photo img,
.rtl-layout-posh .mostviewd-section .cwsMostviewed .products-grid.grid2 .product-item.item .product-item-photo img {
  width: 100%;
}
.rtl-layout-posh .cwsFeatured .products-grid.grid3 .product-item.item,
.rtl-layout-posh .cwsNewProducts .products-grid.grid3 .product-item.item,
.rtl-layout-posh .mostviewd-section .cwsMostviewed .products-grid.grid3 .product-item.item {
  width: 32%;
}
.rtl-layout-posh .cwsFeatured .products-grid.grid3 .product-item.item:nth-child(3n),
.rtl-layout-posh .cwsNewProducts .products-grid.grid3 .product-item.item:nth-child(3n),
.rtl-layout-posh .mostviewd-section .cwsMostviewed .products-grid.grid3 .product-item.item:nth-child(3n) {
  margin-left: 0;
}
.rtl-layout-posh .cwsFeatured .products-grid.grid4 .product-item.item,
.rtl-layout-posh .cwsNewProducts .products-grid.grid4 .product-item.item,
.rtl-layout-posh .mostviewd-section .cwsMostviewed .products-grid.grid4 .product-item.item {
  width: 23.5%;
}
.rtl-layout-posh .cwsFeatured .products-grid.grid4 .product-item.item:nth-child(4n),
.rtl-layout-posh .cwsNewProducts .products-grid.grid4 .product-item.item:nth-child(4n),
.rtl-layout-posh .mostviewd-section .cwsMostviewed .products-grid.grid4 .product-item.item:nth-child(4n) {
  margin-left: 0;
}
.rtl-layout-posh .cwsFeatured .products-grid.grid5 .product-item.item,
.rtl-layout-posh .cwsNewProducts .products-grid.grid5 .product-item.item,
.rtl-layout-posh .mostviewd-section .cwsMostviewed .products-grid.grid5 .product-item.item {
  width: 18.4%;
}
.rtl-layout-posh .cwsFeatured .products-grid.grid5 .product-item.item:nth-child(5n),
.rtl-layout-posh .cwsNewProducts .products-grid.grid5 .product-item.item:nth-child(5n),
.rtl-layout-posh .mostviewd-section .cwsMostviewed .products-grid.grid5 .product-item.item:nth-child(5n) {
  margin-left: 0;
}
.rtl-layout-posh .cwsFeatured .products-grid.grid6 .product-item.item,
.rtl-layout-posh .cwsNewProducts .products-grid.grid6 .product-item.item,
.rtl-layout-posh .mostviewd-section .cwsMostviewed .products-grid.grid6 .product-item.item {
  width: 15%;
}
.rtl-layout-posh .cwsFeatured .products-grid.grid6 .product-item.item:nth-child(6n),
.rtl-layout-posh .cwsNewProducts .products-grid.grid6 .product-item.item:nth-child(6n),
.rtl-layout-posh .mostviewd-section .cwsMostviewed .products-grid.grid6 .product-item.item:nth-child(6n) {
  margin-left: 0;
}
.rtl-layout-posh .bestseller-product.cwsBestSeller .products-grid .item {
  margin-left: 2%;
  margin-right: 0;
  border: 0;
  text-align: center;
}
.rtl-layout-posh .bestseller-product.cwsBestSeller .products-grid .item .product-item-inner.style4 ul > li {
  padding: 0 2px;
}
.rtl-layout-posh .bestseller-product.cwsBestSeller .products-grid .item .product-item-inner.style4 .magebees_quickview,
.rtl-layout-posh .bestseller-product.cwsBestSeller .products-grid .item .product-item-inner.style4 .action.tocart.primary,
.rtl-layout-posh .bestseller-product.cwsBestSeller .products-grid .item .product-item-inner.style4 .action.towishlist,
.rtl-layout-posh .bestseller-product.cwsBestSeller .products-grid .item .product-item-inner.style4 .action.tocompare,
.rtl-layout-posh .bestseller-product.cwsBestSeller .products-grid .item .product-item-inner.style4 .stock {
  width: 35px;
  height: 35px;
  line-height: 35px;
}
.rtl-layout-posh .bestseller-product.cwsBestSeller .products-grid .item .product-item-inner.style4 .magebees_quickview .tooltip-icon,
.rtl-layout-posh .bestseller-product.cwsBestSeller .products-grid .item .product-item-inner.style4 .action.tocart.primary .tooltip-icon,
.rtl-layout-posh .bestseller-product.cwsBestSeller .products-grid .item .product-item-inner.style4 .action.towishlist .tooltip-icon,
.rtl-layout-posh .bestseller-product.cwsBestSeller .products-grid .item .product-item-inner.style4 .action.tocompare .tooltip-icon,
.rtl-layout-posh .bestseller-product.cwsBestSeller .products-grid .item .product-item-inner.style4 .stock .tooltip-icon {
  margin-left: -27px;
}
.rtl-layout-posh .bestseller-product.cwsBestSeller .products-grid .item .product-item-inner.style4 .magebees_quickview:before,
.rtl-layout-posh .bestseller-product.cwsBestSeller .products-grid .item .product-item-inner.style4 .action.tocart.primary:before,
.rtl-layout-posh .bestseller-product.cwsBestSeller .products-grid .item .product-item-inner.style4 .action.towishlist:before,
.rtl-layout-posh .bestseller-product.cwsBestSeller .products-grid .item .product-item-inner.style4 .action.tocompare:before,
.rtl-layout-posh .bestseller-product.cwsBestSeller .products-grid .item .product-item-inner.style4 .stock:before {
  font-size: 16px;
  height: 35px;
  line-height: 35px;
}
.rtl-layout-posh .bestseller-product.cwsBestSeller .products-grid.grid2 .product-item.item {
  width: 49%;
}
.rtl-layout-posh .bestseller-product.cwsBestSeller .products-grid.grid2 .product-item.item:nth-child(2n) {
  margin-left: 0;
}
.rtl-layout-posh .bestseller-product.cwsBestSeller .products-grid.grid3 .product-item.item {
  width: 32%;
}
.rtl-layout-posh .bestseller-product.cwsBestSeller .products-grid.grid3 .product-item.item:nth-child(3n) {
  margin-left: 0;
}
.rtl-layout-posh .bestseller-product.cwsBestSeller .products-grid.grid4 .product-item.item {
  width: 23.5%;
}
.rtl-layout-posh .bestseller-product.cwsBestSeller .products-grid.grid4 .product-item.item:nth-child(4n) {
  margin-left: 0;
}
.rtl-layout-posh .bestseller-product.cwsBestSeller .products-grid.grid5 .product-item.item {
  width: 18.4%;
}
.rtl-layout-posh .bestseller-product.cwsBestSeller .products-grid.grid5 .product-item.item:nth-child(5n) {
  margin-left: 0;
}
.rtl-layout-posh .bestseller-product.cwsBestSeller .products-grid.grid5 .timer-product #timer-countbox .countdown-section {
  width: 45px;
  padding: 4px 0 !important;
  line-height: 16px;
}
.rtl-layout-posh .bestseller-product.cwsBestSeller .products-grid.grid5 .timer-product #timer-countbox .countdown-section .countdown-amount {
  font-size: 12px;
}
.rtl-layout-posh .bestseller-product.cwsBestSeller .products-grid.grid5 .timer-product #timer-countbox .countdown-section .countdown-period {
  font-size: 11px;
}
.rtl-layout-posh .bestseller-product.cwsBestSeller .products-grid.grid6 .product-item.item {
  width: 15%;
}
.rtl-layout-posh .bestseller-product.cwsBestSeller .products-grid.grid6 .product-item.item:nth-child(6n) {
  margin-left: 0;
}
.rtl-layout-posh .bestseller-product.cwsBestSeller .products-grid.grid6 .product-item.item .product-item-inner.style4 ul {
  padding: 0;
}
.rtl-layout-posh .bestseller-product.cwsBestSeller .products-grid.grid6 .product-item.item .product-item-inner.style4 .magebees_quickview,
.rtl-layout-posh .bestseller-product.cwsBestSeller .products-grid.grid6 .product-item.item .product-item-inner.style4 .action.tocart.primary,
.rtl-layout-posh .bestseller-product.cwsBestSeller .products-grid.grid6 .product-item.item .product-item-inner.style4 .action.towishlist,
.rtl-layout-posh .bestseller-product.cwsBestSeller .products-grid.grid6 .product-item.item .product-item-inner.style4 .action.tocompare,
.rtl-layout-posh .bestseller-product.cwsBestSeller .products-grid.grid6 .product-item.item .product-item-inner.style4 .stock {
  width: 30px;
  height: 30px;
  line-height: 30px;
}
.rtl-layout-posh .bestseller-product.cwsBestSeller .products-grid.grid6 .product-item.item .product-item-inner.style4 .magebees_quickview:before,
.rtl-layout-posh .bestseller-product.cwsBestSeller .products-grid.grid6 .product-item.item .product-item-inner.style4 .action.tocart.primary:before,
.rtl-layout-posh .bestseller-product.cwsBestSeller .products-grid.grid6 .product-item.item .product-item-inner.style4 .action.towishlist:before,
.rtl-layout-posh .bestseller-product.cwsBestSeller .products-grid.grid6 .product-item.item .product-item-inner.style4 .action.tocompare:before,
.rtl-layout-posh .bestseller-product.cwsBestSeller .products-grid.grid6 .product-item.item .product-item-inner.style4 .stock:before {
  font-size: 14px;
  height: 30px;
  line-height: 30px;
}
.rtl-layout-posh .bestseller-product.cwsBestSeller .products-grid.grid6 .product-item.item .timer-product #timer-countbox .countdown-section {
  width: 45px;
  padding: 4px 0 !important;
  line-height: 16px;
}
.rtl-layout-posh .bestseller-product.cwsBestSeller .products-grid.grid6 .product-item.item .timer-product #timer-countbox .countdown-section .countdown-amount {
  font-size: 12px;
}
.rtl-layout-posh .bestseller-product.cwsBestSeller .products-grid.grid6 .product-item.item .timer-product #timer-countbox .countdown-section .countdown-period {
  font-size: 11px;
}
.rtl-layout-posh .mb-recent-post .mb-thumb {
  padding-right: 0;
  padding-left: 14px;
}
.rtl-layout-posh .mb-postview-pagination .mb-prev a {
  float: left;
}
.rtl-layout-posh .mb-postview-footer .mgblog-post-vote .amblog-vote {
  padding-right: 0;
  padding-left: 15px;
}
.rtl-layout-posh .mb-post-viewpage .mb-post-content ul {
  margin: 0 20px 15px 0;
}
.rtl-layout-posh .mb-comment-form-popup .fieldset > .field {
  clear: both;
}
.rtl-layout-posh .mb-comment-form .fieldset > .field:not(.choice) > .label {
  text-align: right !important;
}
.rtl-layout-posh .checkout-payment-method .payment-method-content {
  padding-left: 0;
}
.rtl-layout-posh.posh-home-page-style-2.cms-index-index .store-feature.store-feature-style4 li {
  margin-right: 0;
  margin-left: 2%;
  text-align: right;
}
.rtl-layout-posh.posh-home-page-style-2.cms-index-index .store-feature.store-feature-style4 li:last-child {
  margin-left: 0;
}
.rtl-layout-posh.posh-home-page-style-2.cms-index-index .store-feature.store-feature-style4 li .icon {
  border-right: 0;
  border-left: 1px solid #d2d2d2;
  margin-right: 0;
  margin-left: 20px;
}
.rtl-layout-posh.posh-home-page-style-2.cms-index-index .brand .logoSliderLayer {
  margin: 0 10px 0 0;
}
.rtl-layout-posh.posh-home-page-style-2.cms-index-index .brand.brand-slider-style1 ul li {
  margin: 0 0 0 21px;
}
.rtl-layout-posh .footer-7 .footer-newsletter-row .block.newsletter .title-section {
  padding-right: 0;
  padding-left: 25px;
}
.rtl-layout-posh .footer-7 .footer-row .f-item:last-of-type {
  padding-right: 20px;
  padding-left: 0;
}
.rtl-layout-posh .footer-7 .copytext .copy-text {
  padding-right: 10px;
  padding-left: 0;
}
.rtl-layout-posh .footer-7 .footer-top .footer-link {
  text-align: right;
}
.rtl-layout-posh .footer-7 .footer-newsletter-row .block.newsletter input {
  padding-right: 0;
  padding-left: 30px;
}
.rtl-layout-posh .products-grid .product-item .product-item-description {
  text-align: center;
}
.rtl-layout-posh .account-nav .item > strong {
  border-left: 0;
  border-right-width: 3px;
  border-right-style: solid;
}
.rtl-layout-posh .account-nav .item a {
  border-right-color: transparent;
}
.rtl-layout-posh .sidebar .store-feature p span {
  right: 0;
  left: auto;
}
.rtl-layout-posh .mb-block-tags .tags-title {
  float: right;
  margin-right: 0;
  margin-left: 5px;
}
.rtl-layout-posh .footer-5 .footer-contact .address,
.rtl-layout-posh .footer-5 .footer-contact .phone-no,
.rtl-layout-posh .footer-5 .footer-contact .email-address {
  padding-left: 0;
  padding-right: 20px;
}
.rtl-layout-posh .footer-5 .footer-contact .address:before,
.rtl-layout-posh .footer-5 .footer-contact .phone-no:before,
.rtl-layout-posh .footer-5 .footer-contact .email-address:before {
  left: auto;
  right: 0;
}
.rtl-layout-posh.posh-home-page-style-1.catalog-product-view .page-title-wrapper {
  text-align: right;
}
.rtl-layout-posh.posh-home-page-style-1 .static-banners-block ul li {
  float: right;
  margin-right: 0;
  margin-left: 1.9543973941368076%;
}
.rtl-layout-posh.posh-home-page-style-1 .static-banners-block ul li:last-of-type {
  margin-left: 0;
}
.rtl-layout-posh.posh-home-page-style-1 .mage-deal-products #timer-countbox .countdown-section {
  margin-left: 0 !important;
}
.rtl-layout-posh.posh-home-page-style-1 .heading-section .section-title .sort-detail {
  text-align: center !important;
}
.rtl-layout-posh .logoSliderLayer ul li {
  float: right;
}
.rtl-layout-posh .brandlogoSliderLayer .logoSliderLayer ul li {
  margin-left: 25px;
  margin-right: 0;
}
.rtl-layout-posh .header-8-store-feature.store-feature .store-features-home li {
  margin-left: 0 !important;
  text-align: center !important;
}
.rtl-layout-posh .mbAjaxSearch .mbAutoSearch .product-image {
  float: right;
}
.rtl-layout-posh .mbAjaxSearch .mbAutoSearch .ajxRightDetails {
  margin-left: 0;
  margin-right: 85px;
}
.rtl-layout-posh .search-drawer .mbAjaxSearch ul#ajax_ul li {
  float: right;
}
.rtl-layout-posh.catalog-product-view #product-addtocart-button {
  float: right !important;
}
.rtl-layout-posh .products-list .product-item-details ul {
  margin: 0 15px 0 0;
}
.rtl-layout-posh .header-4 .block-search .action.search,
.rtl-layout-posh .header-4 .block.block-search.ajaxSearch .action.search {
  right: inherit;
}
.rtl-layout-posh .cwsMenu.horizontal li > ul.subMenu {
  left: auto !important;
}
.rtl-layout-posh.posh-home-page-style-3 .page-header .switcher.switcher-language {
  margin-left: 0;
}
.rtl-layout-posh.posh-home-page-style-3 .page-header .switcher .options .action.toggle::after {
  margin-left: 0;
  margin-right: 5px;
}
.rtl-layout-posh.posh-home-page-style-3 .brand.brand-slider-style1 .section-title .title,
.rtl-layout-posh.posh-home-page-style-3 .brand.brand-slider-style1 .section-title .sort-detail {
  text-align: center !important;
}
.rtl-layout-posh.posh-home-page-style-3 .brand .logoSliderLayer ul li {
  margin-left: 20px;
}
.rtl-layout-posh.posh-home-page-style-3 .brand.brand-slider-style1 .nav-arrows .nav-arrow.nav-arrow-next {
  right: -25px;
}
.rtl-layout-posh .store-feature ul {
  margin: 0 !important;
  padding: 0 !important;
}
.rtl-layout-posh .store-feature.store-feature-style1 li {
  margin-right: 0;
  text-align: right;
}
.rtl-layout-posh .store-feature.store-feature-style1 li:nth-child(3n) {
  margin-left: 0 !important;
}
.rtl-layout-posh .store-feature.store-feature-style1 li .icon {
  padding-right: 0;
  padding-left: 20px;
}
.rtl-layout-posh .store-feature.store-feature-style2 li .icon {
  padding-left: 10px;
}
.rtl-layout-posh .store-feature.store-feature-style2 li .justify-content-center {
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
}
.rtl-layout-posh .store-feature.store-feature-style2 .store-features-home li {
  text-align: center !important;
}
.rtl-layout-posh .minicart .minicart-wrapper .action.showcart .counter.qty,
.rtl-layout-posh .minicart .minicart-wrapper .action.showcart .counter.qty.empty {
  left: -7px;
}
.rtl-layout-posh .minicart-wrapper .product .actions {
  left: 0;
  right: auto;
}
.rtl-layout-posh .category-images .category-item {
  float: right;
  margin-right: 0 !important;
  margin-left: 2%;
}
.rtl-layout-posh .category-images .category-items-2 .category-item:nth-child(3n) {
  margin-left: 2%;
}
.rtl-layout-posh .category-images .category-items-2 .category-item:nth-child(2n) {
  margin-left: 0;
}
.rtl-layout-posh .category-images .category-items-3 .category-item:nth-child(3n+1) {
  clear: right;
}
.rtl-layout-posh .category-images .category-items-3 .category-item:nth-child(3n) {
  margin-left: 0;
}
.rtl-layout-posh .category-images .category-items-4 .category-item:nth-child(3n) {
  margin-left: 2%;
}
.rtl-layout-posh .category-images .category-items-4 .category-item:nth-child(3n+1) {
  clear: none;
}
.rtl-layout-posh .category-images .category-items-4 .category-item:nth-child(4n+1) {
  clear: right;
}
.rtl-layout-posh .category-images .category-items-4 .category-item:nth-child(4n) {
  margin-left: 0;
}
.rtl-layout-posh .category-images .category-items-5 .category-item:nth-child(3n) {
  margin-left: 2%;
}
.rtl-layout-posh .category-images .category-items-5 .category-item:nth-child(3n+1) {
  clear: none;
}
.rtl-layout-posh .category-images .category-items-5 .category-item:nth-child(5n+1) {
  clear: right;
}
.rtl-layout-posh .category-images .category-items-5 .category-item:nth-child(5n) {
  margin-left: 0;
}
.rtl-layout-posh .category-images .category-items-6 .category-item:nth-child(6n) {
  margin-left: 0;
}
.rtl-layout-posh .quickcart-wrapper .block-quickcart {
  left: 0 !important;
  right: auto !important;
  opacity: 0;
  visibility: hidden;
}
.rtl-layout-posh .quickcart-wrapper.active .block-quickcart {
  left: 0 !important;
  right: auto !important;
  opacity: 1;
  visibility: visible;
}
.rtl-layout-posh .header-1 .minicart,
.rtl-layout-posh .header-1 .user-account,
.rtl-layout-posh .header-1 .currency-grid,
.rtl-layout-posh .header-1 .search-toggle,
.rtl-layout-posh .header-1 .language-grid,
.rtl-layout-posh .header-1 .setting-links {
  float: left;
}
.rtl-layout-posh .header-1 .currency-grid,
.rtl-layout-posh .header-1 .search-toggle,
.rtl-layout-posh .header-1 .user-account,
.rtl-layout-posh .header-1 .language-grid,
.rtl-layout-posh .header-1 .setting-links {
  padding-right: 0;
  padding-left: 20px;
}
.rtl-layout-posh .header-1 .language-grid .switcher-language .switcher-dropdown strong,
.rtl-layout-posh .header-1 .language-grid .switcher-language .switcher-dropdown li a {
  padding-right: 25px;
  background-position: right center;
}
.rtl-layout-posh .header-1 .quickcart-wrapper .quickcart-top button.close,
.rtl-layout-posh .header-1 .quickcart-wrapper .quickcart-top .cart.table-wrapper .actions-toolbar > .action.close,
.rtl-layout-posh .header-1 .quickcart-wrapper .quickcart-top .action-gift.close,
.rtl-layout-posh .header-1 .quickcart-wrapper .quickcart-top .cart.table-wrapper .actions-toolbar > .action.close,
.rtl-layout-posh .header-1 .quickcart-wrapper .quickcart-top .action-gift.close,
.rtl-layout-posh .header-1 .quickcart-wrapper .quickcart-top .action-gift.close {
  right: auto;
}
.rtl-layout-posh .header-1 .setting-links .setting-dropdown {
  right: auto;
  left: 5px;
}
.rtl-layout-posh .header-1 .setting-links .setting-dropdown:before {
  right: auto;
  left: 25px;
}
.rtl-layout-posh .header-1 .top-header .header-top-left {
  float: right;
}
.rtl-layout-posh .header-1 .top-header .header-top-right {
  float: left;
}
.rtl-layout-posh .header-1 .social-header {
  margin-right: 0;
  margin-left: 15px;
}
.rtl-layout-posh .header-1 .social-header ul li {
  float: right;
  margin-right: 0;
  margin-left: 15px;
}
.rtl-layout-posh .header-1 .user-links.panel.header .links > li {
  float: right;
  margin-right: 0;
  margin-left: 15px;
}
.rtl-layout-posh .header-1 .phone-no {
  float: left;
  margin-left: 0;
  padding-right: 10px;
}
.rtl-layout-posh .header-1 .phone-no a {
  background-position: right center;
  padding-right: 30px;
  padding-left: 0;
}
.rtl-layout-posh .header-1 .block-search,
.rtl-layout-posh .header-1 .block.block-search.ajaxSearch {
  float: left;
  margin-left: 4%;
  margin-right: 0;
}
.rtl-layout-posh .header-1 .block.block-search.ajaxSearch .mbAjaxSearch #search,
.rtl-layout-posh .header-1 .block-search .mbAjaxSearch #search {
  padding: 5px 10px 5px 35px;
}
.rtl-layout-posh .header-1 .block-search .action.search,
.rtl-layout-posh .header-1 .block.block-search.ajaxSearch .action.search {
  right: auto;
  left: 10px;
}
.rtl-layout-posh .header-2 .user-account {
  float: right;
  padding-left: 20px;
  padding-right: 0;
}
.rtl-layout-posh .header-2 .user-account .top-links {
  right: -10px;
  left: auto;
}
.rtl-layout-posh .header-2 .user-account .top-links:before,
.rtl-layout-posh .header-2 .user-account .top-links:after {
  right: 11px;
  left: auto;
}
.rtl-layout-posh .header-2 .currency-grid,
.rtl-layout-posh .header-2 .search-toggle,
.rtl-layout-posh .header-2 .minicart,
.rtl-layout-posh .header-2 .language-grid {
  float: left;
  padding-right: 0;
  padding-left: 20px;
}
.rtl-layout-posh .header-3 .currency-grid,
.rtl-layout-posh .header-4 .currency-grid,
.rtl-layout-posh .header-3 .search-toggle,
.rtl-layout-posh .header-4 .search-toggle,
.rtl-layout-posh .header-3 .language-grid,
.rtl-layout-posh .header-4 .language-grid,
.rtl-layout-posh .header-3 .minicart,
.rtl-layout-posh .header-4 .minicart,
.rtl-layout-posh .header-3 .user-account,
.rtl-layout-posh .header-4 .user-account {
  padding-left: 20px;
  padding-right: 0;
  float: left;
}
.rtl-layout-posh .header-3 .mbAjaxSearch #search,
.rtl-layout-posh .header-4 .mbAjaxSearch #search {
  padding: 5px 5px 5px 35px;
}
.rtl-layout-posh .header-3 .search-style4 .mbAjaxSearch .select-wrapper .holder,
.rtl-layout-posh .header-4 .search-style4 .mbAjaxSearch .select-wrapper .holder {
  border-right: 2px solid #ddd !important;
  border-left: 0 !important;
  padding: 0 20px 0 15px;
}
.rtl-layout-posh .header-3 .search-style4 .mbAjaxSearch .select-wrapper .holder:after,
.rtl-layout-posh .header-4 .search-style4 .mbAjaxSearch .select-wrapper .holder:after {
  right: 0;
  top: 13px;
}
.rtl-layout-posh .header-5 .currency-grid,
.rtl-layout-posh .header-5 .search-toggle,
.rtl-layout-posh .header-5 .minicart,
.rtl-layout-posh .header-5 .user-account,
.rtl-layout-posh .header-5 .language-grid {
  padding-left: 20px;
  padding-right: 0;
  float: left;
}
.rtl-layout-posh .header-6 .w20 {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  -ms-justify-content: flex-start;
}
.rtl-layout-posh .header-6 .header-right {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  -ms-justify-content: flex-end;
}
.rtl-layout-posh .header-6 .block-search,
.rtl-layout-posh .header-6 .header-6 .block.block-search.ajaxSearch {
  padding-left: 0;
  padding-right: 15px;
}
.rtl-layout-posh .header-6 .ymm-header .ymm-title h2:after {
  padding-right: 5px;
  padding-left: 0;
}
.rtl-layout-posh .header-6 .user-account {
  padding-right: 0;
  padding-left: 20px;
  order: 2;
  -webkit-order: 2;
  -ms-order: 2;
}
.rtl-layout-posh .header-6 .currency-grid {
  padding-right: 0;
  padding-left: 20px;
  order: 1;
  -webkit-order: 1;
  -ms-order: 1;
}
.rtl-layout-posh .header-6 .currency-grid .switcher .options ul.dropdown {
  left: 0;
  right: auto;
}
.rtl-layout-posh .header-6 .minicart {
  order: 3;
  -webkit-order: 3;
  -ms-order: 3;
}
.rtl-layout-posh .header-6 .mbAjaxSearch .select-wrapper .holder {
  margin-right: 0;
}
.rtl-layout-posh .header-6 .ymm-header .finderProducts.horizontal .finderDropdowns li select {
  padding-right: 10px;
  padding-left: 25px;
}
.rtl-layout-posh .header-6 .mbAjaxSearch .control .select-wrapper .holder:after {
  right: -1px;
}
.rtl-layout-posh .header-6 .minicart .minicart-wrapper .action.showcart .counter.qty,
.rtl-layout-posh .header-6 .minicart .minicart-wrapper .action.showcart .counter.qty.empty {
  left: -10px;
}
.rtl-layout-posh .block-wishlist .block-title .counter,
.rtl-layout-posh .block-compare .block-title .counter,
.rtl-layout-posh .block-wishlist .block-title .counter.qty,
.rtl-layout-posh .block-compare .block-title .counter.qty {
  right: auto;
  left: 0;
}
.rtl-layout-posh .block-wishlist .product-item-name {
  margin-right: 0;
  margin-left: 10px;
}
.rtl-layout-posh .actions-toolbar .primary .action {
  margin-right: 0;
}
.rtl-layout-posh .sidebar .block-reorder .product-item {
  padding-left: 0;
}
.rtl-layout-posh .block-reorder .product-item .checkbox {
  top: 0;
  margin: 2px 0 0 5px;
}
.rtl-layout-posh .slider-style3 .cwsSlider {
  float: right;
  margin-right: 0;
  margin-left: 2%;
}
.rtl-layout-posh .slider-style3 .home-slider-right {
  float: right;
}
.rtl-layout-posh .brand .logoSliderLayer ul li {
  float: right;
  margin: 0 6px;
}
.rtl-layout-posh.cms-posh-auto-parts-style-2 .brand .logoSliderLayer ul li {
  margin: 0 0 0 14px;
}
.rtl-layout-posh .brand.brand-slider-style2 ul li {
  margin: 0 7px;
}
.rtl-layout-posh.cms-posh-auto-parts-style-4 .brand.brand-slider-style2 ul li {
  margin: 0 12px;
}
.rtl-layout-posh.posh-auto-parts-style-5 .brand.brand-slider-style2 ul li {
  margin: 0 6px;
}
.rtl-layout-posh.posh-auto-parts-style-3.catalog-product-view .column.main .block.related .section-title,
.rtl-layout-posh.posh-auto-parts-style-3.catalog-product-view .column.main .horizonal-pro-slider .section-title {
  text-align: center;
  padding-left: 0;
}
.rtl-layout-posh.posh-auto-parts-style-3.catalog-product-view .column.main .block.related .section-title .block-actions,
.rtl-layout-posh.posh-auto-parts-style-3.catalog-product-view .column.main .horizonal-pro-slider .section-title .block-actions,
.rtl-layout-posh.posh-auto-parts-style-3.catalog-product-view .column.main .block.related .section-title .sort-detail,
.rtl-layout-posh.posh-auto-parts-style-3.catalog-product-view .column.main .horizonal-pro-slider .section-title .sort-detail {
  text-align: center;
}
.rtl-layout-posh.posh-auto-parts-style-3.catalog-product-view .column.main .horizonal-pro-slider .owl-carousel .owl-nav > div.owl-prev {
  left: -25px;
}
.rtl-layout-posh.posh-auto-parts-style-3.catalog-product-view .column.main .horizonal-pro-slider .owl-carousel .owl-nav > div.owl-next {
  right: 40px;
}
.rtl-layout-posh .header-3.top-header .user-links.panel.header {
  float: right;
}
.rtl-layout-posh .header-3 .currency-grid,
.rtl-layout-posh .header-3 .search-toggle,
.rtl-layout-posh .header-3 .language-grid,
.rtl-layout-posh .header-3 .top-header .phone-no {
  float: left;
}
.rtl-layout-posh .header-3 .user-links.panel.header .links > li {
  margin-right: 0;
  margin-left: 10px;
}
.rtl-layout-posh .header-3 .phone-no {
  padding: 0 10px 0 0;
}
.rtl-layout-posh .header-3 .currency-grid {
  padding-right: 0;
  padding-left: 10px;
}
.rtl-layout-posh .header-3 .minicart {
  float: left;
}
.rtl-layout-posh .header-3 .currency-grid,
.rtl-layout-posh .header-3 .search-toggle,
.rtl-layout-posh .header-3 .language-grid {
  padding-right: 0;
  padding-left: 20px;
}
.rtl-layout-posh .header-3.page-header .switcher .options ul.dropdown,
.rtl-layout-posh .header-3.page-footer .switcher .options ul.dropdown {
  right: auto;
  left: 0;
}
.rtl-layout-posh .header-3.page-header .switcher strong,
.rtl-layout-posh .header-3.page-footer .switcher strong {
  background-position: right center;
  padding-left: 0;
  padding-right: 20px;
}
.rtl-layout-posh .header-3 .quickcart-wrapper .block-quickcart {
  right: auto !important;
  opacity: 0;
  visibility: hidden;
}
.rtl-layout-posh .header-3 .quickcart-wrapper.active .block-quickcart {
  right: auto !important;
  left: 0 !important;
  opacity: 1;
  visibility: visible;
}
.rtl-layout-posh .sidebar .finderProducts.vertical select {
  background-position: 8px center;
  padding: 0 10px 0 40px;
}
.rtl-layout-posh .sidebar .finderProducts.vertical button,
.rtl-layout-posh .sidebar .finderProducts.vertical .cart.table-wrapper .actions-toolbar > .action,
.rtl-layout-posh .sidebar .finderProducts.vertical .action-gift {
  width: 47.5%;
  float: right;
}
.rtl-layout-posh .sidebar .finderProducts.vertical .action.subscribe.primary {
  margin-left: 4%;
  margin-right: 0;
  float: right;
}
.rtl-layout-posh .sidebar .finderProducts.vertical button.button,
.rtl-layout-posh .sidebar .finderProducts.vertical .cart.table-wrapper .actions-toolbar > .action.button,
.rtl-layout-posh .sidebar .finderProducts.vertical .action-gift.button {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.rtl-layout-posh .side-menu {
  left: auto !important;
  right: -250px;
}
.rtl-layout-posh .side-menu .closebtn {
  right: 20px;
  left: 0;
  margin-left: 20px;
}
.rtl-layout-posh .side-menu .closebtn .close {
  float: left;
  right: -35px;
}
.rtl-layout-posh .side-menu .cwsMenuOuter ul.cwsMenu li.parent a {
  padding-left: 37px !important;
  padding-right: 15px !important;
}
.rtl-layout-posh .cwsMenu li.parent > a > span.arw {
  margin-right: 3px;
  margin-left: 0;
}
.rtl-layout-posh .search-drawer .close {
  right: auto;
  left: 20px;
}
.rtl-layout-posh .search-drawer .ajaxSearch.block-search {
  float: right;
}
.rtl-layout-posh .block-search .action.search {
  right: auto;
  left: 10px;
}
.rtl-layout-posh .user-account .top-links {
  right: auto;
  left: 5px;
}
.rtl-layout-posh .user-account .top-links:after,
.rtl-layout-posh .user-account .top-links:before {
  right: auto;
  left: 26px;
}
.rtl-layout-posh .user-account .top-links:after {
  margin-left: -8px;
}
.rtl-layout-posh .minicart .minicart-wrapper .action.showcart .counter.qty,
.rtl-layout-posh .minicart .minicart-wrapper .action.showcart .counter.qty.empty {
  left: 0;
}
.rtl-layout-posh .slider-style1 .finderProducts {
  left: 0;
  right: auto;
}
.rtl-layout-posh .slider-style1 .finderProducts select {
  padding: 0 10px 0 25px;
  background-position: 7px center;
}
.rtl-layout-posh .slider-style1 .finderProducts .button-set .subscribe.primary,
.rtl-layout-posh .slider-style1 .finderProducts .button-set .button {
  float: right;
}
.rtl-layout-posh .slider-style1 .finderProducts .button-set .subscribe.primary {
  margin-right: 0;
  margin-left: 2%;
}
.rtl-layout-posh .product-tabs-slider .sidebar-shopby .section-title .title,
.rtl-layout-posh .product-tabs-slider .sidebar-shopby .sort-detail {
  text-align: right;
}
.rtl-layout-posh .product-tabs-slider .sidebar-shopby .sort-detail {
  margin: 0;
}
.rtl-layout-posh .product-tabs-slider .sidebar-shopby .block-content ol {
  text-align: left !important;
}
.rtl-layout-posh .product-reviews-summary .rating-summary {
  padding-right: 0;
  padding-left: 5px;
}
.rtl-layout-posh .product-info-main .stock.available {
  padding-right: 0;
}
.rtl-layout-posh .product-info-main .stock.available span {
  padding: 3px 0 3px 15px;
}
.rtl-layout-posh .product-info-main .detail-page-timer .title {
  text-align: right;
}
.rtl-layout-posh .product-info-main .timer-product #timer-countbox .countdown-section {
  margin-right: 0 !important;
}
.rtl-layout-posh.catalog-product-view .column.main .block.related .section-title,
.rtl-layout-posh.catalog-product-view .column.main .horizonal-pro-slider .section-title,
.rtl-layout-posh.catalog-product-view .column.main .block-viewed-products-grid .section-title {
  padding-right: 0;
  padding-left: 100px;
}
.rtl-layout-posh.catalog-product-view .column.main .block.related .section-title .title,
.rtl-layout-posh.catalog-product-view .column.main .horizonal-pro-slider .section-title .title,
.rtl-layout-posh.catalog-product-view .column.main .block-viewed-products-grid .section-title .title,
.rtl-layout-posh.catalog-product-view .column.main .block.related .section-title .block-actions,
.rtl-layout-posh.catalog-product-view .column.main .horizonal-pro-slider .section-title .block-actions,
.rtl-layout-posh.catalog-product-view .column.main .block-viewed-products-grid .section-title .block-actions {
  text-align: right;
}
.rtl-layout-posh.catalog-product-view .column.main .horizonal-pro-slider .owl-carousel .owl-nav {
  right: auto;
  left: 35px;
}
.rtl-layout-posh .quickViewDetails .modal-custom .action-close,
.rtl-layout-posh .quickViewDetails .action-close,
.rtl-layout-posh .quickViewDetails .modal-slide .action-close {
  left: -10px !important;
}
.rtl-layout-posh .quickViewDetails.modal-popup .box-tocart .field.qty {
  padding-left: 0;
}
.rtl-layout-posh.cms-posh-auto-parts-style-1 .section-title .sort-detail,
.rtl-layout-posh.catalog-product-view .column.main .block.related .section-title .sort-detail,
.rtl-layout-posh.catalog-product-view .column.main .horizonal-pro-slider .section-title .sort-detail,
.rtl-layout-posh.catalog-product-view .column.main .block-viewed-products-grid .section-title .sort-detail,
.rtl-layout-posh.posh-auto-parts-style-1 .heading-section .section-title .title,
.rtl-layout-posh.posh-auto-parts-style-1 .heading-section .section-title .sort-detail {
  text-align: right;
}
.rtl-layout-posh .horizonal-pro-slider .product-items .product-item .field.choice.related input[type="checkbox"] {
  margin: 2px 0 0 5px;
}
.rtl-layout-posh.posh-auto-parts-style-1 .heading-section .view-more .readMore,
.rtl-layout-posh.posh-auto-parts-style-1 .heading-section .view-more .action.primary,
.rtl-layout-posh.posh-auto-parts-style-1 .heading-section .view-more .amshopby-button,
.rtl-layout-posh.posh-auto-parts-style-1 .heading-section .view-more .am-filter-go {
  float: left;
}
.rtl-layout-posh .quickViewDetails .product-info-main .product-social-links .product-addto-links .action.towishlist,
.rtl-layout-posh .quickViewDetails .product-info-main .product-social-links .product-addto-links .action.tocompare {
  padding-right: 0 !important;
}
.rtl-layout-posh.posh-auto-parts-style-1 .mostviewd-section .products-grid.grid4 .product-item {
  margin-left: 2%;
  margin-right: 0;
}
.rtl-layout-posh.posh-auto-parts-style-1 .mostviewd-section .products-grid.grid4 .product-item:nth-child(4n) {
  margin-left: 0;
}
.rtl-layout-posh .products-grid .product-item .product-item-inner .action {
  margin-right: 0;
  margin-left: 0;
}
.rtl-layout-posh .welcome-content .section-title .sort-detail {
  text-align: center;
}
.rtl-layout-posh .welcome-content .right {
  float: left;
  padding-left: 0;
  padding-right: 1%;
}
.rtl-layout-posh .welcome-content .left {
  padding-left: 1%;
  padding-right: 0;
}
.rtl-layout-posh .welcome-content .image_section a:after {
  left: 30px;
  right: auto;
}
.rtl-layout-posh .welcome-content #content_section.left {
  padding-right: 0;
  padding-left: 3%;
}
.rtl-layout-posh .welcome-content #content_section.right {
  padding-left: 0;
  padding-right: 3%;
  right: -100px;
  left: auto;
  text-align: right;
  z-index: 8;
}
.rtl-layout-posh .store-feature li {
  float: right;
}
.rtl-layout-posh .store-feature.store-feature-style3 .store-features-home li {
  margin-right: 0;
  margin-left: 2%;
}
.rtl-layout-posh .store-feature.store-feature-style3 .store-features-home li:last-of-type {
  margin-left: 0;
}
.rtl-layout-posh .newproduct-section .cwsNew .products-grid .item {
  margin-right: 0;
  margin-left: 2%;
}
.rtl-layout-posh .newproduct-section .cwsNew .products-grid .item:nth-child(3n) {
  margin-left: 0;
}
.rtl-layout-posh .newproduct-section.newproduct-listmode .product-items .product-item {
  margin-right: 0;
  margin-left: 2%;
}
.rtl-layout-posh .newproduct-section.newproduct-listmode .product-items .product-item:nth-child(3n) {
  margin-left: 0;
}
.rtl-layout-posh .today-deal-timer-style-2.today-deal-timer .product.media #vertical-timer {
  float: right;
  margin-right: -20px;
}
.rtl-layout-posh .today-deal-timer-style-2.today-deal-timer .product.media #vertical-timer .deal-caption {
  left: auto;
  right: 0;
  border-radius: 40px 0 0 40px;
  -webkit-border-radius: 40px 0 0 40px;
}
.rtl-layout-posh .bestseller-product .mage-bestseller-slider .owl-carousel .owl-nav > div {
  text-align: right;
}
.rtl-layout-posh .products-grid .product-item .product-item-inner.style4 .magebees_quickview .tooltip-icon,
.rtl-layout-posh .products-grid .product-item .product-item-inner.style4 .action.tocart.primary .tooltip-icon,
.rtl-layout-posh .products-grid .product-item .product-item-inner.style4 .action.towishlist .tooltip-icon,
.rtl-layout-posh .products-grid .product-item .product-item-inner.style4 .action.tocompare .tooltip-icon {
  margin-right: -20px;
  margin-left: 0;
}
.rtl-layout-posh.catalog-category-view .category-view .subcategory-grid > li {
  margin-right: 0;
  margin-left: 2%;
}
.rtl-layout-posh.catalog-category-view .category-view .subcategory-grid > li:nth-child(4n) {
  margin-left: 0;
}
.rtl-layout-posh .instagram-outer #magebees-instagram.in-image-6 .item {
  float: right;
}
.rtl-layout-posh .product.info.detailed.vertical .product.data.items .item.content {
  right: auto;
  left: 0;
}
.rtl-layout-posh .product.info.detailed.vertical .product.data.items > .item.title.active .switch:after {
  right: 100% !important;
  left: 0 !important;
}
.rtl-layout-posh.posh-home-page-style-1 .page-header .switcher .options .action.toggle:after {
  float: left;
  margin-left: 0;
  margin-right: 5px;
  left: 10px;
  right: auto;
}
.rtl-layout-posh.posh-home-page-style-1 .page-header .switcher.switcher-language {
  margin-left: 0;
}
.rtl-layout-posh.posh-home-page-style-1 .page-header .switcher.switcher-language .switcher-trigger strong {
  background-position: right center;
  padding-right: 20px;
  padding-left: 0;
}
.rtl-layout-posh.posh-home-page-style-1 .posh1-home-section .maagebees-add ul li {
  float: right;
  margin-left: 1.6666666666666667%;
  margin-right: 0;
}
.rtl-layout-posh.posh-home-page-style-1 .posh1-home-section .maagebees-add ul li:nth-child(2n) {
  margin-left: 0;
}
.rtl-layout-posh.posh-home-page-style-1 .mageb-pattern2 li:nth-child(2n),
.rtl-layout-posh.posh-home-page-style-1 .mageb-pattern4 li:nth-child(2n) {
  margin-left: 0;
}
.rtl-layout-posh.posh-home-page-style-1 .slider-section-home .left {
  float: right;
}
.rtl-layout-posh.posh-home-page-style-1 .slider-section-home .right {
  float: left;
}
.rtl-layout-posh.posh-home-page-style-1 .main-nav .cwsMenu.horizontal > li.buy-menu {
  float: left !important;
}
.rtl-layout-posh.posh-home-page-style-1 .main-nav .sticky .cwsMenu.horizontal > li.buy-menu {
  float: none !important;
}
.rtl-layout-posh.posh-home-page-style-1 .main-nav .sticky .logo {
  float: right;
}
.rtl-layout-posh.posh-home-page-style-1 .main-nav .sticky .minicart-wrapper {
  right: auto;
  left: 0;
  margin-right: 15px;
  margin-left: 0;
}
.rtl-layout-posh.posh-home-page-style-1 .main-nav .sticky .minicart-wrapper .block-minicart {
  right: auto !important;
  left: -10px;
}
.rtl-layout-posh.posh-home-page-style-1 .main-nav .sticky .minicart-wrapper .block-minicart:before {
  right: auto;
  left: 30px;
}
.rtl-layout-posh.posh-home-page-style-1 .page-header .switcher-language.switcher ul.dropdown li a {
  padding-right: 35px;
  background-position: 95% center;
}
.rtl-layout-posh.posh-home-page-style-1 #popup .left {
  float: right;
}
.rtl-layout-posh.posh-home-page-style-1 #popup .right {
  float: left;
}
.rtl-layout-posh.posh-home-page-style-1 .modal-box footer,
.rtl-layout-posh.posh-home-page-style-1 .modal-box .modal-footer {
  text-align: left;
}
.rtl-layout-posh.posh-home-page-style-1 a.close {
  right: auto;
  left: -10px;
}
.rtl-layout-posh.posh-home-page-style-1 .store-features-home li {
  float: right;
}
.rtl-layout-posh.posh-home-page-style-1 .latest-blog-home .month-date {
  margin-right: 0;
  margin-left: 15px;
}
.rtl-layout-posh.posh-home-page-style-1 .latest-blog-home .month-date .month {
  left: auto;
  right: -10px;
}
.rtl-layout-posh.posh-home-page-style-1 .latest-blog-home .month-date .date {
  left: auto;
  right: 0;
  padding: 0 38px 0 0;
}
.rtl-layout-posh.posh-home-page-style-1 .latest-blog-home .item {
  float: right;
  padding-right: 0;
  padding-left: 2%;
}
.rtl-layout-posh.posh-home-page-style-1 .latest-blog-home .item:last-of-type {
  padding-left: 0;
}
.rtl-layout-posh.posh-home-page-style-1 .latest-blog-home .item h3 {
  float: right;
  padding-left: 0;
  padding-right: 100px;
}
.rtl-layout-posh.posh-home-page-style-1 .posh1-home-section .products-grid .product-item .quick-view-btn {
  margin-right: 0;
}
.rtl-layout-posh.posh-home-page-style-1 .posh1-home-section .products-grid .product-item .actions-secondary .action:last-of-type {
  margin-right: 8px;
}
.rtl-layout-posh .mageb-pattern16.mageb-two-col .mageb-two-col-1 {
  float: right;
  margin-right: 0;
  margin-left: 1.6666666666666667%;
}
.rtl-layout-posh .mageb-pattern16.mageb-two-col .mageb-two-col-2 {
  float: right;
  margin-left: 0;
}
.rtl-layout-posh .mbAjaxSearch .control {
  text-align: right;
}
.rtl-layout-posh .mbAjaxSearch .control .select-wrapper select {
  padding: 0 5px 0 10px;
}
.rtl-layout-posh .mbAjaxSearch .control .select-wrapper .holder:after {
  margin: 3px 5px 0 0;
  position: absolute;
  right: -5px;
  top: 15px;
}
.rtl-layout-posh .page-header .switcher.switcher-currency {
  float: left;
}
.rtl-layout-posh .page-header .switcher.switcher-language {
  float: left;
}
.rtl-layout-posh .minicart .minicart-wrapper .block-minicart {
  left: -10px;
  right: auto;
}
.rtl-layout-posh .minicart .minicart-wrapper .block-minicart:before {
  right: auto;
  left: 22px;
}
.rtl-layout-posh .minicart .minicart-wrapper .block-minicart:after {
  right: auto;
  left: 21px;
}
.rtl-layout-posh .block-minicart .items-total {
  margin: 0;
}
.rtl-layout-posh .minicart-wrapper .action.close {
  right: auto !important;
  left: 5px;
}
.rtl-layout-posh .minicart-wrapper .minicart-items .action.edit {
  margin-right: 0;
  margin-left: 10px;
}
.rtl-layout-posh .minicart-wrapper .block-minicart .subtotal {
  text-align: right;
}
.rtl-layout-posh .minicart-items .product > .product-item-photo,
.rtl-layout-posh .minicart-items .product > .product-image-container {
  float: right;
}
.rtl-layout-posh .minicart-items .product-image-container {
  display: inline;
}
.rtl-layout-posh .minicart-wrapper .product-item-details {
  padding-left: 40px;
  padding-right: 75px;
  text-align: right;
}
.rtl-layout-posh .minicart-wrapper .product .actions {
  float: left;
  text-align: left;
}
.rtl-layout-posh .minicart-items .item-qty {
  margin-right: 0;
}
.rtl-layout-posh .cwsSlider {
  direction: ltr;
  overflow: hidden;
}
.rtl-layout-posh .search-autocomplete ul li {
  text-align: right;
}
.rtl-layout-posh .block.newsletter input {
  padding-left: 0;
  padding-right: 35px;
}
.rtl-layout-posh .column.main #layered-filter-block-top .filter-options .filter-options-title {
  padding: 10px 20px 10px 30px;
}
.rtl-layout-posh .ddFilter .filter-options-item {
  float: right;
}
.rtl-layout-posh .ddFilter .filter-options-item .filter-options-title {
  padding: 10px 15px 10px 25px;
}
.rtl-layout-posh .ddFilter .filter-options-content {
  right: 0;
  left: auto;
}
.rtl-layout-posh #layered-filter-block-top .filter-options-title:after {
  right: auto;
  left: 5px;
}
.rtl-layout-posh .cart-summary .block > .title,
.rtl-layout-posh .paypal-review-discount .block > .title {
  padding: 8px 10px 8px 30px;
}
.rtl-layout-posh .cart-summary .block > .title:before,
.rtl-layout-posh .paypal-review-discount .block > .title:before {
  right: auto;
  left: 10px;
}
.rtl-layout-posh .product-info-main .product.attribute.overview ul > li {
  padding-left: 0;
  padding-right: 20px;
}
.rtl-layout-posh .product-info-main .product.attribute.overview ul > li:before {
  left: auto;
  right: 0;
}
.rtl-layout-posh .swatch-option {
  float: right;
  margin: 0 0 3px 5px;
}
.rtl-layout-posh .swatch-option.text {
  margin-right: 0;
  margin-left: 5px;
}
.rtl-layout-posh .products-grid .timer-product #timer-countbox .countdown-section {
  margin-left: 1px !important;
}
.rtl-layout-posh.page-products.page-layout-1column .product-tabs-grid.mage-ajaxpro-page .products-grid .product-item {
  margin-right: 0;
  margin-left: 2%;
}
.rtl-layout-posh.page-products.page-layout-1column .product-tabs-grid.mage-ajaxpro-page .products-grid .product-item:nth-child(4n) {
  margin-left: 0;
}
.rtl-layout-posh .home-slider-style2 .home-slider-left {
  float: right;
}
.rtl-layout-posh .home-slider-style2 .home-slider-right {
  float: right;
  padding-left: 0;
  padding-right: 30px;
}
.rtl-layout-posh.page-layout-1column .today-deal-timer .product-info-main {
  padding-left: 0;
  padding-right: 30px;
}
.rtl-layout-posh #timer-countbox .countdown-section {
  float: right;
  margin: 0 0 0 1px !important;
}
.rtl-layout-posh #timer-countbox .countdown-section:last-of-type {
  margin-left: 0;
}
.rtl-layout-posh .today-deal-timer .description ul > li {
  padding-left: 0;
  padding-right: 20px;
}
.rtl-layout-posh .today-deal-timer .description ul > li:before {
  left: auto;
  right: 0;
}
.rtl-layout-posh .today-deal-timer .product-item-inner ul > li {
  float: right;
  margin-right: 0 !important;
  margin-left: 2%;
}
.rtl-layout-posh .today-deal-timer .product-item-inner ul > li.wishlist-btn {
  clear: right;
}
.rtl-layout-posh.page-layout-2columns-left .sidebar-main #layered-filter-block .collapsible:after,
.rtl-layout-posh.page-layout-2columns-right .sidebar-main #layered-filter-block .collapsible:after,
.rtl-layout-posh.page-layout-2columns-left .sidebar-additional #layered-filter-block .collapsible:after,
.rtl-layout-posh.page-layout-2columns-right .sidebar-additional #layered-filter-block .collapsible:after {
  right: auto !important;
  left: 7px !important;
}
.rtl-layout-posh.page-layout-2columns-left .sidebar-main,
.rtl-layout-posh.page-layout-2columns-left .sidebar-additional {
  float: right;
  padding-left: 2%;
  padding-right: 0 !important;
}
.rtl-layout-posh.page-layout-2columns-left .column.main {
  float: left;
}
.rtl-layout-posh.page-layout-2columns-left .sidebar-additional {
  float: right;
  clear: right;
}
.rtl-layout-posh.page-layout-2columns-left .product-info-main,
.rtl-layout-posh.page-layout-2columns-right .product-info-main,
.rtl-layout-posh.page-layout-3columns .product-info-main {
  position: relative;
  overflow: hidden;
}
.rtl-layout-posh.page-layout-2columns-right .sidebar-main,
.rtl-layout-posh.page-layout-2columns-right .sidebar-additional {
  float: left;
  padding-right: 2%;
  padding-left: 0;
}
.rtl-layout-posh.page-layout-2columns-right .column.main {
  float: right;
}
.rtl-layout-posh.page-layout-2columns-right .sidebar-additional {
  float: left;
  clear: left;
}
.rtl-layout-posh .column.main .toolbar-products .modes {
  padding-right: 0;
}
.rtl-layout-posh .products-grid .product-items-3.product-items .product-item {
  margin-left: 3%;
  margin-right: 0;
}
.rtl-layout-posh .products-grid .product-items-2.product-items .product-item {
  margin-left: 3%;
  margin-right: 0;
}
.rtl-layout-posh .products-grid .product-items-2.product-items .product-item:nth-child(2n) {
  margin-left: 0;
}
.rtl-layout-posh .products-grid .product-items-4.product-items .product-item {
  margin-right: 0;
  margin-left: 3%;
}
.rtl-layout-posh .products-grid .product-items-4.product-items .product-item:nth-of-type(4n):not(div) {
  margin-left: 0;
  margin-right: 0;
}
.rtl-layout-posh .products-grid .product-item .actions-secondary .action:last-of-type {
  margin-right: 8px;
}
.rtl-layout-posh .modes {
  float: right;
  margin-right: 0;
  margin-left: 20px;
}
.rtl-layout-posh .sorter {
  float: left;
}
.rtl-layout-posh .product-info-main .box-tocart .field.qty,
.rtl-layout-posh .product-options-bottom .box-tocart .field.qty {
  padding-left: 15px;
  padding-right: 0;
}
.rtl-layout-posh .product-social-links,
.rtl-layout-posh .quickViewDetails .product-social-links {
  text-align: right;
}
.rtl-layout-posh .product-social-links .product-addto-links .action.towishlist,
.rtl-layout-posh .product-social-links .product-addto-links .action.tocompare {
  margin-right: 0;
  margin-left: 10px;
}
.rtl-layout-posh .quickViewDetails .mageb-qv-popup .image-box-detail {
  float: right;
  padding-right: 0;
  padding-left: 0;
}
.rtl-layout-posh .quickViewDetails .mageb-qv-popup .info-detail-container {
  padding-left: 0;
  padding-right: 1%;
}
.rtl-layout-posh .quickViewDetails #quickview-product-review-container {
  float: right;
  margin-left: 2.5%;
  margin-right: 0;
}
.rtl-layout-posh .product.data.items .item.title {
  float: right;
}
.rtl-layout-posh .product.data.items .item.content {
  float: left;
  margin-right: 0;
  margin-left: 0;
}
.rtl-layout-posh .product.info.detailed.accordion .product.data.items > .item.title .switch:before {
  left: 15px;
  right: auto;
}
.rtl-layout-posh .modal-custom .action-close,
.rtl-layout-posh .modal-popup .action-close,
.rtl-layout-posh .modal-slide .action-close {
  right: auto;
  left: 0;
}
.rtl-layout-posh .product.info.detailed.accordion .product.data.items > .item.title {
  text-align: right;
}
.rtl-layout-posh .listMostviewed .title h3 {
  text-align: right;
}
.rtl-layout-posh.posh-auto-parts-style-1.page-layout-2columns-left .sidebar .product-items .product-item-info .product-item-photo,
.rtl-layout-posh.posh-auto-parts-style-2.page-layout-2columns-left .sidebar .product-items .product-item-info .product-item-photo,
.rtl-layout-posh.posh-auto-parts-style-3.page-layout-2columns-left .sidebar .product-items .product-item-info .product-item-photo,
.rtl-layout-posh.posh-auto-parts-style-1.page-layout-2columns-right .sidebar .product-items .product-item-info .product-item-photo,
.rtl-layout-posh.posh-auto-parts-style-2.page-layout-2columns-right .sidebar .product-items .product-item-info .product-item-photo,
.rtl-layout-posh.posh-auto-parts-style-3.page-layout-2columns-right .sidebar .product-items .product-item-info .product-item-photo,
.rtl-layout-posh.posh-auto-parts-style-1.page-with-filter .sidebar .product-items .product-item-info .product-item-photo,
.rtl-layout-posh.posh-auto-parts-style-2.page-with-filter .sidebar .product-items .product-item-info .product-item-photo,
.rtl-layout-posh.posh-auto-parts-style-3.page-with-filter .sidebar .product-items .product-item-info .product-item-photo {
  float: right;
}
.rtl-layout-posh .product.info.detailed #reviews .block.review-add {
  float: left;
}
.rtl-layout-posh .product.info.detailed #reviews #review-form .review-field-ratings .label {
  padding-left: 15px;
}
.rtl-layout-posh .product.info.detailed #reviews #review-form .label {
  text-align: right;
}
.rtl-layout-posh .actions-toolbar .primary,
.rtl-layout-posh .fieldset > .legend {
  float: right;
}
.rtl-layout-posh.page-layout-1column.catalog-category-view .column.main .block.filter#layered-filter-block .filter-title:after {
  right: auto;
  left: 15px;
}
.rtl-layout-posh.page-layout-1column.catalog-category-view .column.main .block.filter#layered-filter-block .collapsible:after {
  right: auto;
  left: 10px;
}
.rtl-layout-posh.page-layout-1column.catalog-category-view .column.main .products-grid .product-items-3.product-items .product-item {
  margin-right: 0;
  margin-left: 3%;
}
.rtl-layout-posh.page-layout-1column.catalog-category-view .column.main .products-grid .product-items-3.product-items .product-item:nth-of-type(3n):not(div) {
  margin-right: 0;
  margin-left: 0;
}
.rtl-layout-posh.page-layout-1column.catalog-category-view .column.main .products-grid .product-items-4.product-items .product-item {
  margin-right: 0;
  margin-left: 3%;
}
.rtl-layout-posh.page-layout-1column.catalog-category-view .column.main .products-grid .product-items-4.product-items .product-item:nth-of-type(3n):not(div) {
  margin-right: 0;
}
.rtl-layout-posh.page-layout-1column.catalog-category-view .column.main .products-grid .product-items-4.product-items .product-item:nth-of-type(4n):not(div) {
  margin-right: 0;
  margin-left: 0;
}
.rtl-layout-posh.page-layout-1column.catalog-category-view .column.main .products-grid .product-items-4.product-items .product-item:nth-of-type(4n+1):not(div) {
  clear: right;
}
.rtl-layout-posh.page-layout-1column.catalog-category-view .column.main .products-grid .product-items-5.product-items .product-item {
  margin-left: 3%;
  margin-right: 0;
}
.rtl-layout-posh.page-layout-1column.catalog-category-view .column.main .products-grid .product-items-5.product-items .product-item:nth-of-type(5n):not(div) {
  margin-left: 0;
}
.rtl-layout-posh.page-layout-1column.catalog-category-view .column.main .products-grid .product-items-5.product-items .product-item:nth-of-type(5n+1):not(div) {
  clear: right;
}
.rtl-layout-posh.posh-home-page-style-1.page-layout-2columns-left .sidebar-main .filter-content .swatch-layered .swatch-option-link-layered,
.rtl-layout-posh.posh-home-page-style-1.page-layout-2columns-right .sidebar-main .filter-content .swatch-layered .swatch-option-link-layered,
.rtl-layout-posh.posh-home-page-style-1.page-layout-2columns-left .sidebar-additional .filter-content .swatch-layered .swatch-option-link-layered,
.rtl-layout-posh.posh-home-page-style-1.page-layout-2columns-right .sidebar-additional .filter-content .swatch-layered .swatch-option-link-layered,
.rtl-layout-posh.posh-home-page-style-1.page-layout-2columns-left .sidebar-main .filter-content .size .swatch-option-link-layered,
.rtl-layout-posh.posh-home-page-style-1.page-layout-2columns-right .sidebar-main .filter-content .size .swatch-option-link-layered,
.rtl-layout-posh.posh-home-page-style-1.page-layout-2columns-left .sidebar-additional .filter-content .size .swatch-option-link-layered,
.rtl-layout-posh.posh-home-page-style-1.page-layout-2columns-right .sidebar-additional .filter-content .size .swatch-option-link-layered,
.rtl-layout-posh.page-layout-1column.catalog-category-view .column.main .block.filter#layered-filter-block .filter-content .swatch-layered .swatch-option-link-layered,
.rtl-layout-posh.page-layout-1column.catalog-category-view .column.main .block.filter#layered-filter-block .filter-content .size .swatch-option-link-layered {
  float: right;
}
.rtl-layout-posh .sidebar .product-items .product-item-details {
  padding-right: 90px;
  padding-left: 0;
}
.rtl-layout-posh .sidebar .product-items .product-item-info .product-item-photo {
  left: auto !important;
  right: 0;
}
.rtl-layout-posh .products-flex-grid.products-grid .product-items-2.product-items .product-item {
  float: right;
  border-left-style: solid;
  border-left-width: 1px;
  border-right-style: none;
  border-right-width: 0;
}
.rtl-layout-posh .products-flex-grid.products-grid .product-items-2.product-items .product-item:nth-of-type(2n+1):not(div) {
  clear: right;
}
.rtl-layout-posh .products-flex-grid.products-grid .product-items-2.product-items .product-item:nth-of-type(2n):not(div) {
  border-left: 0;
}
.rtl-layout-posh .products-flex-grid.products-grid .product-items-3.product-items .product-item {
  float: right;
  border-left-style: solid;
  border-left-width: 1px;
  border-right-style: none;
  border-right-width: 0;
}
.rtl-layout-posh .products-flex-grid.products-grid .product-items-3.product-items .product-item:nth-of-type(3n+1):not(div) {
  clear: right;
}
.rtl-layout-posh .products-flex-grid.products-grid .product-items-3.product-items .product-item:nth-of-type(3n):not(div) {
  border-left: 0;
}
.rtl-layout-posh .products-flex-grid.products-grid .product-items-4.product-items .product-item {
  float: right;
  border-left-style: solid;
  border-left-width: 1px;
  border-right-style: none;
  border-right-width: 0;
}
.rtl-layout-posh .products-flex-grid.products-grid .product-items-4.product-items .product-item:nth-of-type(4n+1):not(div) {
  clear: right;
}
.rtl-layout-posh .products-flex-grid.products-grid .product-items-4.product-items .product-item:nth-of-type(4n):not(div) {
  border-left: 0;
}
.rtl-layout-posh.page-layout-1column.catalog-category-view .column.main .products-flex-grid.products-grid .product-items-3.product-items .product-item {
  float: right;
  border-left-style: solid;
  border-left-width: 1px;
  border-right-style: none;
  border-right-width: 0;
}
.rtl-layout-posh.page-layout-1column.catalog-category-view .column.main .products-flex-grid.products-grid .product-items-3.product-items .product-item:nth-of-type(3n+1):not(div) {
  clear: right;
}
.rtl-layout-posh.page-layout-1column.catalog-category-view .column.main .products-flex-grid.products-grid .product-items-3.product-items .product-item:nth-of-type(3n):not(div) {
  border-left-style: none;
  border-left-width: 0;
}
.rtl-layout-posh.page-layout-1column.catalog-category-view .column.main .products-flex-grid.products-grid .product-items-4.product-items .product-item {
  border-left-style: solid;
  border-left-width: 1px;
  border-right-style: none;
  border-right-width: 0;
}
.rtl-layout-posh.page-layout-1column.catalog-category-view .column.main .products-flex-grid.products-grid .product-items-4.product-items .product-item:nth-of-type(4n+1):not(div) {
  clear: right;
}
.rtl-layout-posh.page-layout-1column.catalog-category-view .column.main .products-flex-grid.products-grid .product-items-4.product-items .product-item:nth-of-type(4n):not(div) {
  border-left-style: none;
  border-left-width: 0;
}
.rtl-layout-posh.page-layout-1column.catalog-category-view .column.main .products-flex-grid.products-grid .product-items-5.product-items .product-item {
  float: right;
  border-left-style: solid;
  border-left-width: 1px;
  border-right-style: none;
  border-right-width: 0;
}
.rtl-layout-posh.page-layout-1column.catalog-category-view .column.main .products-flex-grid.products-grid .product-items-5.product-items .product-item:nth-of-type(5n+1):not(div) {
  clear: right;
}
.rtl-layout-posh.page-layout-1column.catalog-category-view .column.main .products-flex-grid.products-grid .product-items-5.product-items .product-item:nth-of-type(5n):not(div) {
  border-left-style: none;
  border-left-width: 0;
}
.rtl-layout-posh .products-list .product-item .actions-secondary .action {
  margin-right: 5px;
}
.rtl-layout-posh .products-list .product-item .actions-secondary .action:last-of-type {
  margin-right: 5px;
}
.rtl-layout-posh .products-list .product-item .product-item-details {
  padding-left: 0;
  padding-right: 20px;
}
.rtl-layout-posh select {
  padding: 0 5px 0 30px;
}
.rtl-layout-posh .column.main .block.crosssell .actions-primary {
  margin-right: 0;
  margin-left: 10px;
}
.rtl-layout-posh .product.media {
  float: right;
}
.rtl-layout-posh .product-info-main {
  float: left;
}
.rtl-layout-posh.catalog-product-view.page-layout-1column .product-info-main {
  padding-right: 2%;
  padding-left: 0;
  position: relative;
  overflow: hidden;
}
.rtl-layout-posh .prev-next-products {
  float: left;
  margin-right: 20px;
  margin-left: 0;
}
.rtl-layout-posh .prev-next-products > div {
  float: right;
}
.rtl-layout-posh .prev-next-products > div .pn-product-detail .product-image {
  float: right;
}
.rtl-layout-posh .prev-next-products > div .pn-product-detail .price-box,
.rtl-layout-posh .prev-next-products > div .pn-product-detail .product-name {
  padding-right: 70px;
  padding-left: 0;
}
.rtl-layout-posh .prev-next-products > div .pn-product-detail {
  left: 0;
  right: auto;
}
.rtl-layout-posh .product-add-form .box-tocart .field.qty .control-qty {
  right: auto;
  left: 15px;
}
.rtl-layout-posh .product-info-main .box-tocart .input-text.qty,
.rtl-layout-posh .product-options-bottom .box-tocart .input-text.qty {
  padding-left: 40px;
  margin-left: 0;
  text-align: right;
}
.rtl-layout-posh .product-add-form .box-tocart .field.qty,
.rtl-layout-posh .product-add-form .update .field.qty {
  float: right;
}
.rtl-layout-posh .product-social-links .product-addto-links .action.towishlist:before,
.rtl-layout-posh .product-social-links .product-addto-links .action.tocompare:before,
.rtl-layout-posh .product-social-links .action.mailto:before {
  padding-right: 0;
  padding-left: 8px;
}
.rtl-layout-posh .magebees-timecountdown-container #timer-countbox .countdown-section {
  float: right;
}
.rtl-layout-posh .product.info.detailed #reviews #product-review-container {
  float: right;
  margin-right: 0;
  margin-left: 3%;
}
.rtl-layout-posh .product.media .store-feature.store-feature-style4 .info-details {
  padding-right: 10px;
  padding-left: 0;
}
.rtl-layout-posh .product.info.detailed .product.data.items > .item.content,
.rtl-layout-posh .product.info.detailed .description table th {
  margin: 0;
  text-align: right;
}
.rtl-layout-posh .product.info.detailed .description ul > li {
  padding-left: 0;
  padding-right: 20px;
}
.rtl-layout-posh .product.info.detailed .description ul > li:before {
  left: auto;
  right: 0;
}
.rtl-layout-posh .col2-set .col-1 {
  float: right;
  padding-right: 0;
  padding-left: 15px;
}
.rtl-layout-posh .col2-set .col-2 {
  float: left;
  padding-left: 0;
  padding-right: 15px;
}
.rtl-layout-posh.posh-auto-parts-style-1.page-layout-2columns-left .sidebar .finderProducts.vertical select,
.rtl-layout-posh.posh-auto-parts-style-1.page-layout-2columns-right .sidebar .finderProducts.vertical select {
  padding: 0 10px 0 30px;
  background-position: 7px center;
}
.rtl-layout-posh.posh-auto-parts-style-1.page-layout-2columns-left .sidebar .finderProducts.vertical button.button,
.rtl-layout-posh.posh-auto-parts-style-2.page-layout-2columns-left .sidebar .finderProducts.vertical button.button,
.rtl-layout-posh.posh-auto-parts-style-1.page-layout-2columns-right .sidebar .finderProducts.vertical button.button,
.rtl-layout-posh.posh-auto-parts-style-2.page-layout-2columns-right .sidebar .finderProducts.vertical button.button,
.rtl-layout-posh.posh-auto-parts-style-1.page-layout-2columns-left .sidebar .finderProducts.vertical .cart.table-wrapper .actions-toolbar > .action.button,
.rtl-layout-posh.posh-auto-parts-style-2.page-layout-2columns-left .sidebar .finderProducts.vertical .cart.table-wrapper .actions-toolbar > .action.button,
.rtl-layout-posh.posh-auto-parts-style-1.page-layout-2columns-right .sidebar .finderProducts.vertical .cart.table-wrapper .actions-toolbar > .action.button,
.rtl-layout-posh.posh-auto-parts-style-2.page-layout-2columns-right .sidebar .finderProducts.vertical .cart.table-wrapper .actions-toolbar > .action.button,
.rtl-layout-posh.posh-auto-parts-style-1.page-layout-2columns-left .sidebar .finderProducts.vertical .action-gift.button,
.rtl-layout-posh.posh-auto-parts-style-2.page-layout-2columns-left .sidebar .finderProducts.vertical .action-gift.button,
.rtl-layout-posh.posh-auto-parts-style-1.page-layout-2columns-right .sidebar .finderProducts.vertical .action-gift.button,
.rtl-layout-posh.posh-auto-parts-style-2.page-layout-2columns-right .sidebar .finderProducts.vertical .action-gift.button {
  margin-right: 0;
  margin-left: 2.5%;
  float: right;
  width: 47.5%;
}
.rtl-layout-posh .sidebar .instagram-outer .section-title .title,
.rtl-layout-posh .sidebar .instagram-outer .section-title {
  text-align: right;
}
.rtl-layout-posh .product-reviews-summary .reviews-actions .view:after {
  padding: 0 5px;
}
.rtl-layout-posh .fotorama__nav-wrap--vertical.fotorama__nav-wrap {
  left: auto;
  right: 0;
}
.rtl-layout-posh .sticky-product .sticky-close-i {
  left: 20px;
  right: auto;
}
.rtl-layout-posh .sticky-product .sticky-detail {
  margin-left: 0;
  margin-right: 0;
  padding-right: 0;
  padding-left: 20px;
}
.rtl-layout-posh .sticky-product .sticky-price {
  padding-right: 0;
  padding-left: 20px;
}
.rtl-layout-posh .sticky-product .sticky-cart-btn {
  right: auto;
  left: 60px;
}
.rtl-layout-posh .sticky-product .sticky-image {
  margin-right: 0;
  margin-left: 20px;
}
.rtl-layout-posh .cart-container .cart-summary {
  float: left;
  margin-left: 0;
  margin-right: 3%;
}
.rtl-layout-posh .cart.table-wrapper .col.qty .control.qty .quantity-controls {
  right: auto;
  left: 0;
}
.rtl-layout-posh .cart.table-wrapper .col.qty .input-text {
  text-align: right;
  padding: 0px 10px 0px 20px;
}
.rtl-layout-posh .cart.table-wrapper .item-actions .actions-toolbar {
  text-align: right;
}
.rtl-layout-posh .cart.table-wrapper .item-options dd,
.rtl-layout-posh .opc-block-summary .items-in-cart .product .item-options dd,
.rtl-layout-posh .block-giftregistry-shared-items .product .item-options dd,
.rtl-layout-posh .multicheckout .item-options dd,
.rtl-layout-posh .cart.table-wrapper .item-options dt,
.rtl-layout-posh .opc-block-summary .items-in-cart .product .item-options dt,
.rtl-layout-posh .block-giftregistry-shared-items .product .item-options dt,
.rtl-layout-posh .multicheckout .item-options dt {
  float: right;
}
.rtl-layout-posh .cart-container .item-options dd,
.rtl-layout-posh .cart-container .block-giftregistry-shared-items .product .item-options dd,
.rtl-layout-posh .cart-container .multicheckout .item-options dd {
  margin-right: 0 !important;
  margin-left: 10px !important;
}
.rtl-layout-posh .block-cart-failed .action.continue,
.rtl-layout-posh .cart-container .form-cart .action.continue,
.rtl-layout-posh .cart-container .cart-gift-item .action.continue {
  float: right;
}
.rtl-layout-posh .abs-shopping-cart-items-desktop .actions,
.rtl-layout-posh .block-cart-failed .actions,
.rtl-layout-posh .cart-container .form-cart .actions,
.rtl-layout-posh .cart-container .cart-gift-item .actions {
  text-align: left;
}
.rtl-layout-posh .cart-container .actions .action.update {
  margin-left: 0 !important;
}
.rtl-layout-posh .cart-summary .block .item-options {
  margin-right: 0;
}
.rtl-layout-posh table th {
  text-align: right;
}
.rtl-layout-posh .cart.items.data.table {
  margin-bottom: 20px;
}
.rtl-layout-posh .contact-info-left .detail-col {
  padding: 0 75px 30px 10px;
}
.rtl-layout-posh .contact-info-left .detail-col:before {
  left: auto;
  right: 0;
}
.rtl-layout-posh .contact-info-left {
  float: right;
  padding-right: 0;
  padding-left: 4%;
}
.rtl-layout-posh.contact-index-index .fieldset > .field:not(.choice) > .label {
  text-align: right;
}
.rtl-layout-posh .cms-content ul > li {
  padding-left: 0;
  padding-right: 20px;
}
.rtl-layout-posh .cms-content ul > li:before {
  right: 0;
  left: auto;
  top: 0px;
}
.rtl-layout-posh .cms-content table {
  margin-bottom: 40px;
}
.rtl-layout-posh .newsletter-in .block.newsletter .field {
  margin-right: 0;
}
.rtl-layout-posh .newsletter-in .block.newsletter input {
  padding-right: 10px;
  padding-left: 45px;
}
.rtl-layout-posh .newsletter-in .block.newsletter .actions {
  right: auto;
  left: 10px;
}
.rtl-layout-posh .mageb-osc .opc-wrapper ol > li {
  float: right;
  padding-left: 20px;
  padding-right: 0;
}
.rtl-layout-posh .field .control._with-tooltip input {
  margin-right: 0;
  margin-left: 10px;
}
.rtl-layout-posh .mageb-osc .field-tooltip {
  left: 10px;
  right: auto;
}
.rtl-layout-posh .mageb-osc .fieldset .field label,
.rtl-layout-posh .mageb-osc .fieldset .field .label,
.rtl-layout-posh .mageb-osc label.label.magebees-additional-block-code-label {
  text-align: right !important;
}
.rtl-layout-posh .mageb-osc .mageb-summary .step-title,
.rtl-layout-posh .mageb-osc .magebees-checkout-payment-method .step-title,
.rtl-layout-posh #Onepagecheckout-shipping .step-title,
.rtl-layout-posh .mageb-osc .magebees-Onepagecheckout-shipping-method .step-title {
  padding-right: 65px;
  padding-left: 0;
  background-position: right center;
}
.rtl-layout-posh .mageb-osc .opc-wrapper .step-title {
  text-align: right;
}
.rtl-layout-posh .mageb-osc .payment-option._active span.action-toggle:after,
.rtl-layout-posh .mageb-osc .payment-option span.action-toggle:after {
  float: left;
}
.rtl-layout-posh .mageb-osc input[type="checkbox"],
.rtl-layout-posh .mageb-osc input[type="radio"] {
  float: right;
  margin: 2px 0 0 5px;
}
.rtl-layout-posh .opc-wrapper .fieldset > .field.required > label,
.rtl-layout-posh .opc-wrapper .fieldset > .field._required > label {
  padding-left: 25px;
  padding-right: 0;
}
.rtl-layout-posh .column:not(.sidebar-main) form .actions-toolbar,
.rtl-layout-posh .column:not(.sidebar-additional) form .actions-toolbar {
  margin-left: 0;
}
.rtl-layout-posh .fieldset > .field:not(.choice) > .label {
  padding: 6px 0 0 15px;
  float: right;
}
.rtl-layout-posh #opcReviewTable .qty-wrap {
  width: 64px;
}
.rtl-layout-posh .mageb-osc .actions-toolbar-trigger {
  float: left;
}
.rtl-layout-posh .mageb-osc .mbOpc-terms {
  float: right;
}
.rtl-layout-posh .mageb-osc .opc-wrapper ol > li#oscSummaryLi {
  width: 66.5%;
  clear: left;
  float: left;
  padding-left: 0;
}
.rtl-layout-posh .column.main .block.crosssell .products-grid .product-item {
  margin-left: 2%;
  margin-right: 0;
}
.rtl-layout-posh .column.main .block.crosssell .products-grid .product-item:nth-child(4n) {
  margin-left: 0;
}
.rtl-layout-posh .login-container .block .actions-toolbar .secondary .remind:before {
  padding-right: 0;
  padding-left: 5px;
}
.rtl-layout-posh .fieldset > .field:not(.choice) > .control {
  float: right;
}
.rtl-layout-posh .login-container .block:nth-child(2n+1),
.rtl-layout-posh .account .column.main .block:not(.widget) .block-content .box:nth-child(2n+1),
.rtl-layout-posh .magento-rma-guest-returns .column.main .block:not(.widget) .block-content .box:nth-child(2n+1),
.rtl-layout-posh [class^="sales-guest-"] .column.main .block:not(.widget) .block-content .box:nth-child(2n+1),
.rtl-layout-posh .sales-guest-view .column.main .block:not(.widget) .block-content .box:nth-child(2n+1) {
  clear: right;
  float: right;
}
.rtl-layout-posh .login-container .block:nth-child(2n),
.rtl-layout-posh .account .column.main .block:not(.widget) .block-content .box:nth-child(2n),
.rtl-layout-posh .magento-rma-guest-returns .column.main .block:not(.widget) .block-content .box:nth-child(2n),
.rtl-layout-posh [class^="sales-guest-"] .column.main .block:not(.widget) .block-content .box:nth-child(2n),
.rtl-layout-posh .sales-guest-view .column.main .block:not(.widget) .block-content .box:nth-child(2n) {
  float: left;
}
.rtl-layout-posh .login-container .block .actions-toolbar .secondary {
  padding-left: 0;
}
.rtl-layout-posh .actions-toolbar .secondary {
  float: left;
}
.rtl-layout-posh .column:not(.sidebar-main) form .actions-toolbar,
.rtl-layout-posh .column:not(.sidebar-additional) form .actions-toolbar {
  margin-left: 0 !important;
}
.rtl-layout-posh.wishlist-index-index .products-grid .product-items {
  padding: 10px 0;
}
.rtl-layout-posh.wishlist-index-index .products-grid .product-item {
  margin-left: 2% !important;
  margin-right: 0;
}
.rtl-layout-posh.wishlist-index-index .products-grid .product-item:nth-child(3n) {
  margin-left: 0 !important;
}
.rtl-layout-posh .products-grid.wishlist .product-item .fieldset .field.qty {
  padding-left: 10px;
  padding-right: 0;
}
.rtl-layout-posh .products-grid .product-item .product-item-inner.style3 .btn-vertical {
  right: auto;
  left: -30px;
}
.rtl-layout-posh .products-grid .product-item:hover .product-item-inner.style3 .btn-vertical {
  right: auto;
  left: -20px;
}
.rtl-layout-posh .advertisement-block .mageb-pattern19 li {
  float: right;
  margin-right: 0;
  margin-left: 1.6666666666666667%;
}
.rtl-layout-posh .advertisement-block .mageb-pattern19 li:nth-child(3),
.rtl-layout-posh .advertisement-block .mageb-pattern19 li:last-of-type {
  margin-left: 0;
}
.rtl-layout-posh .advertisement-block .mageb-pattern19 li:nth-child(4) {
  clear: right;
}
.rtl-layout-posh.page-products.page-layout-1column .parallax-section .products-grid .product-item {
  margin-left: 4%;
  margin-right: 0;
}
.rtl-layout-posh.page-products.page-layout-1column .parallax-section .products-grid .product-item:nth-child(2n) {
  margin-left: 0;
}
.rtl-layout-posh .parallax-section .parallax-img-left {
  float: right;
}
.rtl-layout-posh .parallax-section .parallax-img-left .img_parallax {
  background-position: top right;
}
.rtl-layout-posh .parallax-section .parallax-img-right {
  float: left;
}
.rtl-layout-posh .parallax-section .parallax-img-right .img_parallax {
  background-position: top left;
}
.rtl-layout-posh .parallax-section .parallax-text-right {
  float: right;
}
.rtl-layout-posh .parallax-section .parallax-text-left {
  float: left;
}
.rtl-layout-posh .home-blog-post .homepost-listing li.item,
.rtl-layout-posh .home-blog-post-style-2 .homepost-listing li.item,
.rtl-layout-posh .home-blog-post .homepost-listing li.item,
.rtl-layout-posh .home-blog-post-style-2 .homepost-listing li.item {
  float: right;
  margin-right: 0;
  margin-left: 2%;
}
.rtl-layout-posh .home-blog-post .homepost-listing li.item:nth-child(2n),
.rtl-layout-posh .home-blog-post-style-2 .homepost-listing li.item:nth-child(2n),
.rtl-layout-posh .home-blog-post .homepost-listing li.item:nth-child(2n),
.rtl-layout-posh .home-blog-post-style-2 .homepost-listing li.item:nth-child(2n) {
  margin-left: 0;
}
.rtl-layout-posh .home-blog-post-style-4 .homepost-listing li.item {
  margin-left: 2.5%;
}
.rtl-layout-posh .home-blog-post-style-4 .homepost-listing li.item:nth-child(2n) {
  margin-left: 2.5%;
}
.rtl-layout-posh .home-blog-post-style-4 .homepost-listing li.item:last-child {
  margin-left: 0;
}
.rtl-layout-posh .home-blog-post-style-4 .homepost-listing li.item .post-date {
  padding-right: 0;
  padding-left: 10px;
}
.rtl-layout-posh .store-feature.store-feature-style1 .info-area .info-details {
  text-align: right;
}
.rtl-layout-posh .store-feature.store-feature-style1 .info-area .info-icon {
  padding-right: 0;
  padding-left: 0;
  text-align: center;
}
.rtl-layout-posh.posh-auto-parts-style-5.cms-index-index .store-feature.store-feature-style1 .info-area .info-details {
  padding-left: 0;
  padding-right: 10px;
}
.rtl-layout-posh.posh-auto-parts-style-1 .store-feature.store-feature-style1 .info-details {
  padding-left: 0;
  padding-right: 15px;
}
.rtl-layout-posh .store-feature.store-feature-style4 .info-details {
  text-align: right;
  padding-left: 0;
  padding-right: 15px;
}
.rtl-layout-posh .brand.brand-slider-style1 .section-title .sort-detail,
.rtl-layout-posh .brand.brand-slider-style1 .section-title .title {
  text-align: right !important;
}
.rtl-layout-posh .brand.brand-slider-style1 .section-title .brand-nav-arrow {
  text-align: left;
}
.rtl-layout-posh .footer-4 .footer-col,
.rtl-layout-posh .footer-4 .footer-col.footer-contact {
  padding-right: 0;
  padding-left: 10px;
}
.rtl-layout-posh .footer-4 .posh-about-text-block {
  float: right;
}
.rtl-layout-posh .footer-4 .footer-right {
  float: left;
  margin-left: 0;
  padding-left: 0;
  margin-right: 2%;
  padding-right: 25px;
}
.rtl-layout-posh .footer-4 .footer-newsletter .block.newsletter input {
  padding: 0 10px 0 70px;
}
.rtl-layout-posh .footer-4 .footer-contact .phone-no,
.rtl-layout-posh .footer-4 .footer-contact .address,
.rtl-layout-posh .footer-4 .footer-contact .email-address {
  padding-right: 20px;
  padding-left: 0;
}
.rtl-layout-posh .footer-4 .footer-contact .phone-no:before,
.rtl-layout-posh .footer-4 .footer-contact .address:before,
.rtl-layout-posh .footer-4 .footer-contact .email-address:before {
  left: auto;
  right: 0;
}
.rtl-layout-posh .footer-4 .payment-option {
  float: left;
}
.rtl-layout-posh .footer-4 .copytext {
  float: right;
}
.rtl-layout-posh .footer-4 .footer-newsletter .block.newsletter .actions {
  right: auto;
  left: 8px;
}
.rtl-layout-posh .footer-2 .footer-col {
  float: right;
  padding-right: 0;
  padding-left: 2%;
}
.rtl-layout-posh .footer-2 .footer-col.footer-contact .phone-no,
.rtl-layout-posh .footer-2 .footer-col.footer-contact .address,
.rtl-layout-posh .footer-2 .footer-col.footer-contact .email-address {
  padding-right: 25px;
  padding-left: 0;
}
.rtl-layout-posh .footer-2 .footer-col.footer-contact .phone-no:before,
.rtl-layout-posh .footer-2 .footer-col.footer-contact .address:before,
.rtl-layout-posh .footer-2 .footer-col.footer-contact .email-address:before {
  right: 0;
  left: auto;
}
.rtl-layout-posh .footer-2 .footer-newsletter-row.footer-newsletter .block.newsletter .title-section {
  text-align: right;
}
.rtl-layout-posh .footer-2 .footer-newsletter-row.footer-newsletter .block.newsletter input {
  padding: 8px 15px 8px 40px;
}
.rtl-layout-posh .footer-2 .footer-newsletter-row.footer-newsletter .block.newsletter .actions {
  right: auto;
  left: 13px;
}
.rtl-layout-posh .footer-2 .footer-bottom .copytext {
  float: right;
}
.rtl-layout-posh .footer-2 .footer-bottom .payment-option {
  float: left;
}
.rtl-layout-posh .footer-1 .footer-col {
  float: right;
  padding-right: 0;
  padding-left: 2%;
}
.rtl-layout-posh .footer-1 .footer-col:last-of-type {
  padding-left: 0;
}
.rtl-layout-posh .footer-1 .footer-col.footer-contact .phone-no,
.rtl-layout-posh .footer-1 .footer-col.footer-contact .address,
.rtl-layout-posh .footer-1 .footer-col.footer-contact .email-address {
  padding-right: 25px;
  padding-left: 0;
}
.rtl-layout-posh .footer-1 .footer-col.footer-contact .phone-no:before,
.rtl-layout-posh .footer-1 .footer-col.footer-contact .address:before,
.rtl-layout-posh .footer-1 .footer-col.footer-contact .email-address:before {
  right: 0;
  left: auto;
}
.rtl-layout-posh .footer-1 .footer-col.footer-newsletter .block.newsletter input {
  padding: 8px 10px 8px 40px;
}
.rtl-layout-posh .footer-1 .footer-col.footer-newsletter .block.newsletter .actions {
  right: auto;
  left: 7px;
}
.rtl-layout-posh .footer-1 .footer-col .footer-social li {
  padding-right: 0;
  padding-left: 10px;
}
.rtl-layout-posh .footer-1 .footer-bottom .copytext {
  float: right;
}
.rtl-layout-posh .footer-1 .footer-bottom .payment-option {
  float: left;
}
.rtl-layout-posh .footer-3 .ltr li:after {
  content: "|";
  margin: 0 0 0 -40px;
  left: 0;
  right: auto;
}
.rtl-layout-posh .footer-3 .footer-social {
  margin-right: 0;
  padding-right: 0;
  margin-left: 15px;
  padding-left: 15px;
}
.rtl-layout-posh .form.form-login .actions-toolbar .primary .action.primary,
.rtl-layout-posh .form.form-login .actions-toolbar .primary .amshopby-button,
.rtl-layout-posh .form.form-login .actions-toolbar .primary .am-filter-go {
  margin: 0 0 0 10px;
}
.rtl-layout-posh .fieldset > .field:not(.choice) > .label {
  text-align: left;
}
.rtl-layout-posh.account .column .block .block-title .action {
  float: left;
}
.rtl-layout-posh.account .column .block.block-dashboard-info .block-content .box .box-actions .action.edit {
  padding-right: 0;
  padding-left: 10px;
}
.rtl-layout-posh .comment-image {
  float: right;
  margin: 0 0 10px 10px;
}
.rtl-layout-posh .comments-wrapper .comment-meta {
  margin-left: 0;
  margin-right: 90px;
}
.rtl-layout-posh.wordpress-post-view .post-detail-page ul > li {
  padding-left: 0;
  padding-right: 20px;
}
.rtl-layout-posh.wordpress-post-view .post-detail-page ul > li:before {
  left: auto;
  right: 0;
}
.rtl-layout-posh .sidebar .block-blog .block-content .item a {
  padding-left: 0;
  padding-right: 0;
}
.rtl-layout-posh .comments-wrapper .fieldset > .field:not(.choice) > .label,
.rtl-layout-posh .comments-wrapper .fieldset .field:not(.choice) > .label {
  text-align: right;
}
.rtl-layout-posh .sidebar .block-blog-search .input-text {
  padding-left: 40px;
  padding-right: 10px;
}
.rtl-layout-posh .sidebar .block-blog-search .button {
  right: auto;
  left: 0;
}
.rtl-layout-posh .post-list-wrapper .post-list .item .read-more-text:after {
  content: "\f177";
  font-family: "FontAwesome";
  padding-right: 5px;
}
.rtl-layout-posh .post-meta {
  text-align: right;
}
.rtl-layout-posh .post-list-wrapper .post-list .item .post-image {
  float: right;
  margin-right: 0;
  margin-left: 0;
}
.rtl-layout-posh .cart-summary .block > .title:after,
.rtl-layout-posh .paypal-review-discount .block > .title:after {
  right: auto;
  left: 10px;
}
.rtl-layout-posh .cartDetails .block .title strong:after {
  display: none;
}
.rtl-layout-posh .cartDetails .block .block-actions {
  text-align: center;
}
.rtl-layout-posh.checkout-index-index .mageb-osc .field .control._with-tooltip input {
  padding-right: 10px;
  padding-left: 30px;
}
.rtl-layout-posh #opcReviewTable .qty-wrap .button.btnInc {
  left: 51px;
}
.rtl-layout-posh #opcReviewTable .qty-wrap .button.btnDec {
  left: -7px;
}
.rtl-layout-posh .mageb-summary table#opcTotalTable > tbody > tr > td {
  width: auto;
}
.rtl-layout-posh .mageb-osc .payment-option-title {
  padding: 10px 45px 10px 10px;
  background-position: 98% center;
}
.rtl-layout-posh .mageb-osc .discount-code.magebees-discount-code-wrapper .payment-option-title {
  padding-left: 10px;
  background-position: 98% center;
}
.rtl-layout-posh .mageb-osc .magebees-checkout-payment-method .payment-method .payment-method-title .label {
  padding-left: 0;
  padding-right: 20px;
}
.rtl-layout-posh .mageb-osc .magebees-checkout-payment-method .payment-method .payment-method-title input[type="radio"] {
  margin: 3px 0 0 5px;
}
.rtl-layout-posh .mageb-osc .checkout-payment-method .fieldset .payment-method-content .billing-address-same-as-shipping-block label {
  padding-left: 0;
  padding-right: 20px;
}
.rtl-layout-posh .mageb-osc .opc-wrapper .magebees-checkout-payment-method {
  padding-left: 0;
}
.rtl-layout-posh .products-grid .product-item .product-item-inner .action {
  margin-right: 0;
}
.rtl-layout-posh .products-grid .product-item .product-item-inner .box-tocart .action {
  margin-right: 0;
  margin-left: 0;
}
.rtl-layout-posh .content-about-us .image-about-us {
  float: right;
  margin: 0 0 20px 20px;
}
.rtl-layout-posh .aboutus-page .grid-services .item {
  float: right;
}
.rtl-layout-posh .aboutus-page .grid-services .item .service-icon {
  float: right;
}
.rtl-layout-posh .aboutus-page .grid-services .item .service-info {
  margin-right: 90px;
  margin-left: 0;
}
.rtl-layout-posh .aboutus-page .grid-services .item .service-info h4:before {
  left: auto;
  right: 0;
}
.rtl-layout-posh blockquote {
  border-right-width: 15px;
  border-left-width: 2px;
}
.rtl-layout-posh .footer-5 .footer-col {
  float: right;
}
.rtl-layout-posh .footer-5 .footer-col1,
.rtl-layout-posh .footer-5 .footer-col2 {
  float: right;
}
.rtl-layout-posh .footer-5 .footer-col1 {
  padding-left: 80px;
  padding-right: 0;
}
.rtl-layout-posh .footer-5 .footer-col2 {
  padding-left: 0;
}
.rtl-layout-posh .footer-5 .footer-newsletter .block.newsletter input {
  padding-right: 0;
  padding-left: 40px;
}
.rtl-layout-posh .footer-5 .footer-newsletter .block.newsletter .actions {
  right: auto;
  left: 0;
}
.rtl-layout-posh .footer-5 .footer-bottom .footer-social ul li {
  float: right;
}
.rtl-layout-posh .footer-5 .footer-bottom .payment-option {
  text-align: left;
}
.rtl-layout-posh.cms-posh-auto-parts-style-2 .finderProducts ul li select {
  background-position: 9px center;
  padding: 0 10px 0 40px;
}
.rtl-layout-posh.cms-posh-auto-parts-style-2 .finderProducts .finderDropdowns li.column3 {
  float: right;
  margin-right: 0;
  margin-left: 2%;
}
.rtl-layout-posh.cms-posh-auto-parts-style-2 .finderProducts ul li:nth-child(3n).column3 {
  margin-left: 0;
}
.rtl-layout-posh .small-banner-block ul > li {
  float: right;
  margin-left: 2.564102564102564%;
  margin-right: 0;
}
.rtl-layout-posh .small-banner-block ul > li:last-child {
  margin-left: 0;
}
.rtl-layout-posh.posh-auto-parts-style-2 .welcome-content .left {
  padding-left: 0;
  padding-right: 1%;
}
.rtl-layout-posh.posh-auto-parts-style-2 .welcome-content .right {
  padding-right: 0;
  padding-left: 1%;
}
.rtl-layout-posh.posh-auto-parts-style-2 .welcome-content .image_section a:after {
  left: 50%;
  margin-left: -10px;
}
.rtl-layout-posh .testimonial-outer .mageTmClient,
.rtl-layout-posh .testimonial-outer .magetmQuotes {
  text-align: right;
}
.rtl-layout-posh.posh-auto-parts-style-2 .testimonial-outer .mageTmClient .clientDetails {
  padding-right: 10px;
  padding-left: 0;
}
.rtl-layout-posh .testimonial-outer .magetmQuotes {
  padding: 30px 70px 30px 30px;
}
.rtl-layout-posh .testimonial-outer .magetmQuotes:before {
  left: auto;
  right: 20px;
}
.rtl-layout-posh.cms-posh-auto-parts-style-2 .home-blog-post .post-image,
.rtl-layout-posh.cms-posh-auto-parts-style-2 .home-blog-post-style-2 .post-image {
  float: right;
  padding-left: 15px;
  padding-right: 0;
}
/* End RTL */
/* ------------------------------------------------------------
   Media Query RTL  -------------------------------------------
--------------------------------------------------------------- */
@media (max-width: 1240px) {
  .rtl-layout-posh .brand.brand-slider-style2 ul li {
    margin: 0 7px !important;
  }
  .rtl-layout-posh .category-images .category-items-4 .category-item:nth-child(4n) {
    margin-left: 2%;
  }
  .rtl-layout-posh .category-images .category-items-4 .category-item:nth-child(3n) {
    margin-left: 0;
  }
  .rtl-layout-posh .category-images .category-items-4 .category-item:nth-child(4n+1) {
    clear: none;
  }
  .rtl-layout-posh .category-images .category-items-4 .category-item:nth-child(3n+1) {
    clear: right;
  }
  .rtl-layout-posh .category-images .category-items-5 .category-item:nth-child(5n) {
    margin-left: 2%;
  }
  .rtl-layout-posh .category-images .category-items-5 .category-item:nth-child(4n) {
    margin-left: 0;
  }
  .rtl-layout-posh .category-images .category-items-5 .category-item:nth-child(4n+1) {
    clear: right;
  }
  .rtl-layout-posh .category-images .category-items-5 .category-item:nth-child(5n+1),
  .rtl-layout-posh .category-images .category-items-5 .category-item:nth-child(3n+1) {
    clear: none;
  }
  .rtl-layout-posh .header-1 .user-links.panel.header .links > li {
    margin-left: 10px;
  }
  .rtl-layout-posh.posh-home-page-style-1 .main-nav .sticky .minicart-wrapper {
    margin-left: 13px;
  }
  .rtl-layout-posh .products-grid .product-items-4.product-items .product-item:nth-of-type(3n):not(div) {
    margin-left: 0;
    margin-right: 0;
  }
  .rtl-layout-posh .products-grid .product-items-4.product-items .product-item:nth-of-type(4n):not(div) {
    margin-left: 3%;
  }
  .rtl-layout-posh .products-grid .product-items-4.product-items .product-item .actions-secondary .action:last-of-type {
    margin-right: 3px;
  }
  .rtl-layout-posh .posh1-home-section.left .products-grid .product-item .actions-primary .action.tocart.primary,
  .rtl-layout-posh .posh1-home-section.right .products-grid .product-item .actions-primary .action.tocart.primary,
  .rtl-layout-posh .posh1-home-section.left .products-grid .product-item .actions-secondary .action.towishlist,
  .rtl-layout-posh .posh1-home-section.right .products-grid .product-item .actions-secondary .action.towishlist,
  .rtl-layout-posh .posh1-home-section.left .products-grid .product-item .actions-secondary .action.tocompare,
  .rtl-layout-posh .posh1-home-section.right .products-grid .product-item .actions-secondary .action.tocompare,
  .rtl-layout-posh .posh1-home-section.left .products-grid .product-item .stock.available,
  .rtl-layout-posh .posh1-home-section.right .products-grid .product-item .stock.available,
  .rtl-layout-posh .posh1-home-section.left .products-grid .product-item .stock.unavailable,
  .rtl-layout-posh .posh1-home-section.right .products-grid .product-item .stock.unavailable,
  .rtl-layout-posh .posh1-home-section.left .products-grid .product-item .magebees_quickview,
  .rtl-layout-posh .posh1-home-section.right .products-grid .product-item .magebees_quickview {
    margin-right: 3px;
  }
  .rtl-layout-posh .posh1-home-section.left .products-grid .product-item .actions-primary .action.tocart.primary:before,
  .rtl-layout-posh .posh1-home-section.right .products-grid .product-item .actions-primary .action.tocart.primary:before,
  .rtl-layout-posh .posh1-home-section.left .products-grid .product-item .actions-secondary .action.towishlist:before,
  .rtl-layout-posh .posh1-home-section.right .products-grid .product-item .actions-secondary .action.towishlist:before,
  .rtl-layout-posh .posh1-home-section.left .products-grid .product-item .actions-secondary .action.tocompare:before,
  .rtl-layout-posh .posh1-home-section.right .products-grid .product-item .actions-secondary .action.tocompare:before,
  .rtl-layout-posh .posh1-home-section.left .products-grid .product-item .stock.available:before,
  .rtl-layout-posh .posh1-home-section.right .products-grid .product-item .stock.available:before,
  .rtl-layout-posh .posh1-home-section.left .products-grid .product-item .stock.unavailable:before,
  .rtl-layout-posh .posh1-home-section.right .products-grid .product-item .stock.unavailable:before,
  .rtl-layout-posh .posh1-home-section.left .products-grid .product-item .magebees_quickview:before,
  .rtl-layout-posh .posh1-home-section.right .products-grid .product-item .magebees_quickview:before {
    font-size: 16px;
    line-height: 35px;
    width: 35px;
    height: 35px;
  }
  .rtl-layout-posh .products-flex-grid.products-grid .product-items-4.product-items .product-item:nth-of-type(3n):not(div) {
    border-left: 0;
  }
  .rtl-layout-posh .products-flex-grid.products-grid .product-items-4.product-items .product-item:nth-of-type(4n+1):not(div) {
    clear: none;
  }
  .rtl-layout-posh .products-flex-grid.products-grid .product-items-4.product-items .product-item:nth-of-type(4n):not(div) {
    border-right-style: none;
    border-left-style: none;
  }
  .rtl-layout-posh .mageb-osc .opc-wrapper ol > li#oscSummaryLi {
    width: 100%;
  }
  .rtl-layout-posh .form.form-login .actions-toolbar .primary {
    margin-left: 0 !important;
  }
  .rtl-layout-posh .form.form-login .actions-toolbar .primary .action.primary,
  .rtl-layout-posh .form.form-login .actions-toolbar .primary .amshopby-button,
  .rtl-layout-posh .form.form-login .actions-toolbar .primary .am-filter-go {
    margin: 0 0 0 10px !important;
  }
  .rtl-layout-posh .mageb-osc .payment-option-title,
  .rtl-layout-posh .mageb-osc .discount-code.magebees-discount-code-wrapper .payment-option-title {
    background-position: 99% center;
  }
  .rtl-layout-posh .mageb-osc .magebees-discount-code-wrapper {
    padding-left: 0;
  }
}
@media (max-width: 1069px) {
  .rtl-layout-posh .mageb-osc .opc-wrapper .magebees-Onepagecheckout-shipping-method {
    padding-left: 0;
  }
  .rtl-layout-posh .mageb-osc .opc-wrapper .magebees-checkout-shipping-address {
    padding-left: 10px;
  }
  .rtl-layout-posh .mageb-osc .opc-wrapper ol > li#oscSummaryLi {
    width: 50%;
  }
}
@media (max-width: 1200px) {
  .rtl-layout-posh .nav-sections {
    display: none;
  }
  .nav-open .rtl-layout-posh .nav-sections {
    display: block;
  }
  .rtl-layout-posh .side-menu .nav-sections .switcher-trigger strong {
    background-position: 100% center;
    padding-right: 22px;
  }
  .rtl-layout-posh .header-7 .cwsMenuOuter ul.cwsMenu {
    text-align: right;
  }
  .rtl-layout-posh .header-7 .cwsMenu.horizontal > li {
    float: none !important;
    display: block !important;
  }
  .rtl-layout-posh .side-menu .nav-sections .switcher-trigger:after {
    right: auto;
    left: 0;
  }
  .rtl-layout-posh .nav-sections .switcher .label {
    display: none;
  }
  .rtl-layout-posh .nav-sections .switcher {
    font-size: 13px;
    cursor: pointer;
  }
  .rtl-layout-posh .cwsMenu li.parent > a > span.arw {
    margin-left: 0 !important;
  }
  .rtl-layout-posh .header-8 .nav-toggle {
    float: right;
    padding: 5px 5px 5px 20px;
  }
  .rtl-layout-posh .header-8-store-feature.store-feature p {
    padding-left: 0;
    padding-right: 40px !important;
    text-align: right;
  }
  .rtl-layout-posh .header-8-store-feature.store-feature span {
    right: 0;
    left: auto;
  }
  .rtl-layout-posh .cwsMenu li {
    text-align: right;
  }
  .rtl-layout-posh .header-1 .nav-toggle,
  .rtl-layout-posh .header-2 .nav-toggle,
  .rtl-layout-posh .header-3 .nav-toggle,
  .rtl-layout-posh .header-4 .nav-toggle,
  .rtl-layout-posh .header-5 .nav-toggle,
  .rtl-layout-posh .header-6 .nav-toggle,
  .rtl-layout-posh .header-7 .nav-toggle,
  .rtl-layout-posh .header-8 .nav-toggle,
  .rtl-layout-posh .header-9 .nav-toggle {
    padding: 0 0 0 5px;
  }
  .rtl-layout-posh .header-3 .currency-grid,
  .rtl-layout-posh .header-3 .search-toggle,
  .rtl-layout-posh .header-3 .language-grid {
    padding-left: 10px;
  }
  .rtl-layout-posh .header-1 .social-header {
    border-left: 0 !important;
  }
  .rtl-layout-posh .header-1 .phone-no {
    border-right: 0 !important;
  }
  .rtl-layout-posh .header-1 .nav-toggle {
    left: auto;
    padding-right: 0;
  }
  .rtl-layout-posh .header-1 .header.content.sticky-mobile .nav-toggle {
    right: 20px;
    left: auto;
  }
  .rtl-layout-posh .header-1 .header.content.sticky-mobile .minicart {
    float: left !important;
  }
  .rtl-layout-posh .header-1 .header.content.sticky-mobile .minicart .minicart-wrapper .block-minicart:before {
    left: 20px;
    right: auto;
  }
  .rtl-layout-posh .page-header .switcher .options .action.toggle:after,
  .rtl-layout-posh .page-header .switcher .options .action.toggle.active:after {
    right: auto;
    left: 5px;
  }
  .rtl-layout-posh .page-header .switcher .options ul.dropdown li,
  .rtl-layout-posh .page-footer .switcher .options ul.dropdown li {
    text-align: right;
  }
  .rtl-layout-posh .page-header .switcher strong {
    padding-right: 20px;
    padding-left: 0;
    background-position: right center;
  }
  .rtl-layout-posh .page-header .switcher-language.language .options ul.dropdown li a {
    padding-left: 35px !important;
    padding-right: 20px !important;
    background-position: right center;
  }
  .rtl-layout-posh .header-2 .nav-toggle {
    float: right;
    margin-left: 20px;
    margin-right: 0;
  }
  .rtl-layout-posh .header-4 .nav-toggle {
    float: right;
    margin-right: 0;
    margin-left: 20px;
  }
  .rtl-layout-posh .header-4 .logo-grid.w20 .logo {
    float: right;
    text-align: right;
  }
  .rtl-layout-posh .header-4 .ajaxSearch.block-search .label {
    float: left;
    padding-left: 15px;
  }
  .rtl-layout-posh .header-6 .nav-toggle {
    margin-right: 0;
    margin-left: 20px;
  }
  .rtl-layout-posh .page-header .cwsMenu.mega-menu > li > a {
    padding: 8px 15px 8px 40px !important;
  }
  .rtl-layout-posh .cwsMenuOuter.rtl .cwsMenu.horizontal > li {
    float: none !important;
  }
  .rtl-layout-posh .page-header .cwsMenu .menulbl {
    left: 50px;
    right: auto;
  }
  .rtl-layout-posh .cwsMenu.mega-menu li a > span.arw,
  .rtl-layout-posh .cwsMenuOuter.rtl .cwsMenu.mega-menu > li.column-1:not(.megamenu) li.parent > a > span.arw {
    left: 0;
    right: auto !important;
    margin-left: 0 !important;
    margin-right: 14px !important;
  }
}
@media (max-width: 999px) {
  .rtl-layout-posh {
    /* Product Flex Grid */
    /* Product Flex Grid */
  }
  .rtl-layout-posh .sticky-product .sticky-cart-btn {
    left: 40px;
  }
  .rtl-layout-posh .slider-style4 .finderProducts .container,
  .rtl-layout-posh .posh-auto-parts-style-4 .finderProducts.horizontal .container {
    padding-left: 0;
    padding-right: 0;
  }
  .rtl-layout-posh .column.main .product-items.widget-new-grid {
    overflow: visible;
  }
  .rtl-layout-posh.page-layout-1column .block.widget .products-grid .product-items .product-item:nth-of-type(3n):not(div) {
    margin-left: 0;
  }
  .rtl-layout-posh.page-layout-1column .block.widget .products-grid .product-items .product-item:nth-of-type(4n):not(div) {
    margin-left: 3%;
  }
  .rtl-layout-posh.posh-home-page-style-2.cms-index-index .store-feature.store-feature-style1 li .icon {
    border-left: 0;
    margin-left: 0;
  }
  .rtl-layout-posh.page-layout-1column.catalog-category-view .column.main .products-grid .product-items-3.product-items .product-item {
    margin-right: 0;
    margin-left: 2.564102564102564%;
  }
  .rtl-layout-posh.page-layout-1column.catalog-category-view .column.main .products-grid .product-items-3.product-items .product-item:nth-of-type(3n):not(div) {
    margin-left: 2%;
  }
  .rtl-layout-posh.page-layout-1column.catalog-category-view .column.main .products-grid .product-items-3.product-items .product-item:nth-of-type(2n):not(div) {
    margin-left: 0;
  }
  .rtl-layout-posh.page-layout-1column.catalog-category-view .column.main .products-grid .product-items-4.product-items .product-item {
    margin-right: 0;
    margin-left: 2.564102564102564%;
  }
  .rtl-layout-posh.page-layout-1column.catalog-category-view .column.main .products-grid .product-items-4.product-items .product-item:nth-of-type(3n):not(div) {
    margin-right: 0;
  }
  .rtl-layout-posh.page-layout-1column.catalog-category-view .column.main .products-grid .product-items-4.product-items .product-item:nth-of-type(4n):not(div) {
    margin-right: 0;
    margin-left: 0;
  }
  .rtl-layout-posh.page-layout-1column.catalog-category-view .column.main .products-grid .product-items-4.product-items .product-item:nth-of-type(4n+1):not(div) {
    clear: none;
  }
  .rtl-layout-posh.page-layout-1column.catalog-category-view .column.main .products-grid .product-items-4.product-items .product-item:nth-of-type(3n+1):not(div) {
    clear: right;
  }
  .rtl-layout-posh.page-layout-1column.catalog-category-view .column.main .products-grid .product-items-5.product-items .product-item {
    width: 23%;
  }
  .rtl-layout-posh.page-layout-1column.catalog-category-view .column.main .products-grid .product-items-5.product-items .product-item:nth-of-type(5n):not(div) {
    margin-left: 2.564102564102564%;
  }
  .rtl-layout-posh.page-layout-1column.catalog-category-view .column.main .products-grid .product-items-5.product-items .product-item:nth-of-type(4n):not(div) {
    margin-left: 0;
  }
  .rtl-layout-posh.page-layout-1column.catalog-category-view .column.main .products-grid .product-items-5.product-items .product-item:nth-of-type(4n+1):not(div) {
    clear: right;
  }
  .rtl-layout-posh.page-layout-1column.catalog-category-view .column.main .products-grid .product-items-5.product-items .product-item:nth-of-type(5n+1):not(div) {
    clear: none;
  }
  .rtl-layout-posh .cwsFeatured .products-grid .product-item.item,
  .rtl-layout-posh .cwsNewProducts .products-grid .product-item.item,
  .rtl-layout-posh .mostviewd-section .cwsMostviewed .products-grid .product-item.item,
  .rtl-layout-posh .bestseller-product.cwsBestSeller .products-grid .product-item.item {
    margin-right: 0 !important;
  }
  .rtl-layout-posh .cwsFeatured .products-grid.grid6 .product-item.item,
  .rtl-layout-posh .cwsNewProducts .products-grid.grid6 .product-item.item,
  .rtl-layout-posh .mostviewd-section .cwsMostviewed .products-grid.grid6 .product-item.item,
  .rtl-layout-posh .bestseller-product.cwsBestSeller .products-grid.grid6 .product-item.item {
    width: 32%;
    margin-left: 2%;
    margin-right: 0;
    margin-top: 2%;
  }
  .rtl-layout-posh .cwsFeatured .products-grid.grid6 .product-item.item:nth-child(6n),
  .rtl-layout-posh .cwsNewProducts .products-grid.grid6 .product-item.item:nth-child(6n),
  .rtl-layout-posh .mostviewd-section .cwsMostviewed .products-grid.grid6 .product-item.item:nth-child(6n),
  .rtl-layout-posh .bestseller-product.cwsBestSeller .products-grid.grid6 .product-item.item:nth-child(6n) {
    margin-left: 2%;
  }
  .rtl-layout-posh .cwsFeatured .products-grid.grid6 .product-item.item:nth-child(3n),
  .rtl-layout-posh .cwsNewProducts .products-grid.grid6 .product-item.item:nth-child(3n),
  .rtl-layout-posh .mostviewd-section .cwsMostviewed .products-grid.grid6 .product-item.item:nth-child(3n),
  .rtl-layout-posh .bestseller-product.cwsBestSeller .products-grid.grid6 .product-item.item:nth-child(3n) {
    margin-left: 0;
  }
  .rtl-layout-posh .cwsFeatured .products-grid.grid6 .product-item.item:nth-child(6n+1),
  .rtl-layout-posh .cwsNewProducts .products-grid.grid6 .product-item.item:nth-child(6n+1),
  .rtl-layout-posh .mostviewd-section .cwsMostviewed .products-grid.grid6 .product-item.item:nth-child(6n+1),
  .rtl-layout-posh .bestseller-product.cwsBestSeller .products-grid.grid6 .product-item.item:nth-child(6n+1) {
    clear: none;
  }
  .rtl-layout-posh .cwsFeatured .products-grid.grid6 .product-item.item:nth-child(3n+1),
  .rtl-layout-posh .cwsNewProducts .products-grid.grid6 .product-item.item:nth-child(3n+1),
  .rtl-layout-posh .mostviewd-section .cwsMostviewed .products-grid.grid6 .product-item.item:nth-child(3n+1),
  .rtl-layout-posh .bestseller-product.cwsBestSeller .products-grid.grid6 .product-item.item:nth-child(3n+1) {
    clear: right;
  }
  .rtl-layout-posh .cwsFeatured .products-grid.grid5 .product-item.item,
  .rtl-layout-posh .cwsNewProducts .products-grid.grid5 .product-item.item,
  .rtl-layout-posh .mostviewd-section .cwsMostviewed .products-grid.grid5 .product-item.item,
  .rtl-layout-posh .bestseller-product.cwsBestSeller .products-grid.grid5 .product-item.item {
    width: 32%;
    margin-left: 2%;
    margin-right: 0;
    margin-top: 2%;
  }
  .rtl-layout-posh .cwsFeatured .products-grid.grid5 .product-item.item:nth-child(5n),
  .rtl-layout-posh .cwsNewProducts .products-grid.grid5 .product-item.item:nth-child(5n),
  .rtl-layout-posh .mostviewd-section .cwsMostviewed .products-grid.grid5 .product-item.item:nth-child(5n),
  .rtl-layout-posh .bestseller-product.cwsBestSeller .products-grid.grid5 .product-item.item:nth-child(5n) {
    margin-left: 2%;
  }
  .rtl-layout-posh .cwsFeatured .products-grid.grid5 .product-item.item:nth-child(3n),
  .rtl-layout-posh .cwsNewProducts .products-grid.grid5 .product-item.item:nth-child(3n),
  .rtl-layout-posh .mostviewd-section .cwsMostviewed .products-grid.grid5 .product-item.item:nth-child(3n),
  .rtl-layout-posh .bestseller-product.cwsBestSeller .products-grid.grid5 .product-item.item:nth-child(3n) {
    margin-left: 0;
  }
  .rtl-layout-posh .cwsFeatured .products-grid.grid5 .product-item.item:nth-child(5n+1),
  .rtl-layout-posh .cwsNewProducts .products-grid.grid5 .product-item.item:nth-child(5n+1),
  .rtl-layout-posh .mostviewd-section .cwsMostviewed .products-grid.grid5 .product-item.item:nth-child(5n+1),
  .rtl-layout-posh .bestseller-product.cwsBestSeller .products-grid.grid5 .product-item.item:nth-child(5n+1) {
    clear: none;
  }
  .rtl-layout-posh .cwsFeatured .products-grid.grid5 .product-item.item:nth-child(3n+1),
  .rtl-layout-posh .cwsNewProducts .products-grid.grid5 .product-item.item:nth-child(3n+1),
  .rtl-layout-posh .mostviewd-section .cwsMostviewed .products-grid.grid5 .product-item.item:nth-child(3n+1),
  .rtl-layout-posh .bestseller-product.cwsBestSeller .products-grid.grid5 .product-item.item:nth-child(3n+1) {
    clear: right;
  }
  .rtl-layout-posh .cwsFeatured .products-grid.grid4 .product-item.item,
  .rtl-layout-posh .cwsNewProducts .products-grid.grid4 .product-item.item,
  .rtl-layout-posh .mostviewd-section .cwsMostviewed .products-grid.grid4 .product-item.item,
  .rtl-layout-posh .bestseller-product.cwsBestSeller .products-grid.grid4 .product-item.item {
    width: 32%;
    margin-left: 2%;
    margin-top: 2%;
    margin-right: 0;
  }
  .rtl-layout-posh .cwsFeatured .products-grid.grid4 .product-item.item:nth-child(4n),
  .rtl-layout-posh .cwsNewProducts .products-grid.grid4 .product-item.item:nth-child(4n),
  .rtl-layout-posh .mostviewd-section .cwsMostviewed .products-grid.grid4 .product-item.item:nth-child(4n),
  .rtl-layout-posh .bestseller-product.cwsBestSeller .products-grid.grid4 .product-item.item:nth-child(4n) {
    margin-left: 2%;
  }
  .rtl-layout-posh .cwsFeatured .products-grid.grid4 .product-item.item:nth-child(3n),
  .rtl-layout-posh .cwsNewProducts .products-grid.grid4 .product-item.item:nth-child(3n),
  .rtl-layout-posh .mostviewd-section .cwsMostviewed .products-grid.grid4 .product-item.item:nth-child(3n),
  .rtl-layout-posh .bestseller-product.cwsBestSeller .products-grid.grid4 .product-item.item:nth-child(3n) {
    margin-left: 0;
  }
  .rtl-layout-posh .cwsFeatured .products-grid.grid4 .product-item.item:nth-child(4n+1),
  .rtl-layout-posh .cwsNewProducts .products-grid.grid4 .product-item.item:nth-child(4n+1),
  .rtl-layout-posh .mostviewd-section .cwsMostviewed .products-grid.grid4 .product-item.item:nth-child(4n+1),
  .rtl-layout-posh .bestseller-product.cwsBestSeller .products-grid.grid4 .product-item.item:nth-child(4n+1) {
    clear: none;
  }
  .rtl-layout-posh .cwsFeatured .products-grid.grid4 .product-item.item:nth-child(3n+1),
  .rtl-layout-posh .cwsNewProducts .products-grid.grid4 .product-item.item:nth-child(3n+1),
  .rtl-layout-posh .mostviewd-section .cwsMostviewed .products-grid.grid4 .product-item.item:nth-child(3n+1),
  .rtl-layout-posh .bestseller-product.cwsBestSeller .products-grid.grid4 .product-item.item:nth-child(3n+1) {
    clear: right;
  }
  .rtl-layout-posh.posh-home-page-style-2.cms-index-index .store-feature.store-feature-style4 li .icon {
    border-left: 0;
    margin-left: 0;
  }
  .rtl-layout-posh.posh-home-page-style-2.cms-index-index .store-feature.store-feature-style4 li .info h5 {
    font-size: 15px;
    margin-bottom: 0;
  }
  .rtl-layout-posh.posh-home-page-style-1 .home-blog-post-style-1 .homepost-listing .item {
    margin-left: 0;
  }
  .rtl-layout-posh .footer-8 .copytext-outer .payment-option,
  .rtl-layout-posh .footer-8 .footer-social,
  .rtl-layout-posh .footer-8 .copytext {
    float: none;
    text-align: center;
    padding-left: 0;
  }
  .rtl-layout-posh .footer-8 .footer-menu .menuTitle:after .copytext-outer .payment-option {
    padding-bottom: 10px;
  }
  .rtl-layout-posh.posh-home-page-style-1 .page-header .switcher .options .action.toggle:after,
  .rtl-layout-posh.posh-home-page-style-2 .page-header .switcher .options .action.toggle:after,
  .rtl-layout-posh.posh-home-page-style-3 .page-header .switcher .options .action.toggle:after,
  .rtl-layout-posh.posh-home-page-style-1 .nav-sections .switcher .options .action.toggle:after,
  .rtl-layout-posh.posh-home-page-style-2 .nav-sections .switcher .options .action.toggle:after,
  .rtl-layout-posh.posh-home-page-style-3 .nav-sections .switcher .options .action.toggle:after {
    right: auto;
    left: 0;
  }
  .rtl-layout-posh .today-deal-timer-style-2.today-deal-timer .product.media #vertical-timer {
    margin-right: 0;
  }
  .rtl-layout-posh .today-deal-timer-style-2.today-deal-timer .product.media #vertical-timer .deal-caption {
    border-radius: 0 0 0 0;
    -webkit-border-radius: 0 0 0 0;
  }
  .rtl-layout-posh .welcome-content .left {
    padding-right: 0;
    padding-left: 0;
    margin-top: 30px;
  }
  .rtl-layout-posh .welcome-content .right {
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 30px;
  }
  .rtl-layout-posh .column.main .product-items {
    overflow: hidden;
  }
  .rtl-layout-posh.page-products.page-layout-1column .product-tabs-grid.mage-ajaxpro-page .products-grid .product-item {
    margin-left: 2%;
    margin-right: 0 !important;
  }
  .rtl-layout-posh.page-products.page-layout-1column .product-tabs-grid.mage-ajaxpro-page .products-grid .product-item:nth-child(3n) {
    margin-left: 0;
    margin-right: 0 !important;
  }
  .rtl-layout-posh.page-products.page-layout-1column .product-tabs-grid.mage-ajaxpro-page .products-grid .product-item:nth-child(4n) {
    margin-left: 2%;
  }
  .rtl-layout-posh.page-products.page-layout-1column .product-tabs-grid.mage-ajaxpro-page .products-grid .product-item:nth-child(4n+1) {
    clear: none;
  }
  .rtl-layout-posh.page-products.page-layout-1column .product-tabs-grid.mage-ajaxpro-page .products-grid .product-item:nth-child(3n+1) {
    clear: right;
  }
  .rtl-layout-posh.posh-auto-parts-style-1 .mostviewd-section .products-grid.grid4 .product-item {
    width: 31.55%;
    margin-right: 0 !important;
  }
  .rtl-layout-posh.posh-auto-parts-style-1 .mostviewd-section .products-grid.grid4 .product-item:nth-child(3n+1) {
    clear: right;
  }
  .rtl-layout-posh.posh-auto-parts-style-1 .mostviewd-section .products-grid.grid4 .product-item:nth-child(3n) {
    margin-left: 0;
    margin-right: 0 !important;
  }
  .rtl-layout-posh.posh-auto-parts-style-1 .mostviewd-section .products-grid.grid4 .product-item:nth-child(4n) {
    margin-right: 0;
    margin-left: 2.5%;
  }
  .rtl-layout-posh.posh-home-page-style-1 .cwsMenu li.Level1 > a,
  .rtl-layout-posh.posh-home-page-style-1 .cwsMenu li.Level2 > a,
  .rtl-layout-posh.posh-home-page-style-1 .cwsMenu.mega-menu > li > a {
    padding: 10px 15px 10px 40px !important;
  }
  .rtl-layout-posh.posh-home-page-style-1 .main-nav .cwsMenu.horizontal > li.buy-menu {
    float: none !important;
  }
  .rtl-layout-posh.posh-home-page-style-1 .instagram-outer .posh1-home-section .owl-carousel .owl-nav .owl-next {
    right: 0;
  }
  .rtl-layout-posh.posh-home-page-style-1 .instagram-outer .posh1-home-section .owl-carousel .owl-nav .owl-prev {
    left: 0;
  }
  .rtl-layout-posh .products-grid {
    /* 3 Products Grid Row */
    /* End 3 Products Grid Row */
  }
  .rtl-layout-posh .products-grid .product-items-3.product-items .product-item:nth-of-type(3n+1):not(div) {
    clear: none;
  }
  .rtl-layout-posh .products-grid .product-items-3.product-items .product-item:nth-of-type(3n):not(div) {
    margin-left: 3%;
    margin-right: 0;
  }
  .rtl-layout-posh .products-grid .product-items-3.product-items .product-item:nth-of-type(2n):not(div) {
    margin-left: 0;
    margin-right: 0;
  }
  .rtl-layout-posh .products-grid .product-items-4.product-items .product-item:nth-of-type(3n):not(div) {
    margin-left: 0;
    margin-right: 0;
  }
  .rtl-layout-posh.page-layout-1column.catalog-category-view .column.main .product-items-5.product-items .product-item:nth-of-type(4n):not(div) {
    margin-left: 0;
  }
  .rtl-layout-posh .products-flex-grid.products-grid .product-items-3.product-items .product-item {
    margin-right: 0;
  }
  .rtl-layout-posh .products-flex-grid.products-grid .product-items-3.product-items .product-item:nth-of-type(3n):not(div) {
    border-left-width: 1px;
    border-left-style: solid;
    border-right-width: 0;
    margin-right: 0;
  }
  .rtl-layout-posh .products-flex-grid.products-grid .product-items-3.product-items .product-item:nth-of-type(3n+1):not(div) {
    clear: none;
  }
  .rtl-layout-posh .products-flex-grid.products-grid .product-items-3.product-items .product-item:nth-of-type(2n):not(div) {
    border-left-width: 0;
  }
  .rtl-layout-posh.page-layout-1column.catalog-category-view .column.main .products-flex-grid.products-grid .product-items-2.product-items .product-item {
    border-left-style: solid;
    border-left-width: 1px;
    border-right-style: none;
    border-right-width: 0;
  }
  .rtl-layout-posh.page-layout-1column.catalog-category-view .column.main .products-flex-grid.products-grid .product-items-2.product-items .product-item:nth-of-type(2n+1):not(div) {
    clear: right;
  }
  .rtl-layout-posh.page-layout-1column.catalog-category-view .column.main .products-flex-grid.products-grid .product-items-2.product-items .product-item:nth-of-type(2n):not(div) {
    border-left-width: 0;
  }
  .rtl-layout-posh.page-layout-1column.catalog-category-view .column.main .products-flex-grid.products-grid .product-items-3.product-items .product-item {
    border-left-style: solid;
    border-left-width: 1px;
    border-right-style: none;
    border-right-width: 0;
  }
  .rtl-layout-posh.page-layout-1column.catalog-category-view .column.main .products-flex-grid.products-grid .product-items-3.product-items .product-item:nth-of-type(3n+1):not(div) {
    clear: right;
  }
  .rtl-layout-posh.page-layout-1column.catalog-category-view .column.main .products-flex-grid.products-grid .product-items-3.product-items .product-item:nth-of-type(3n):not(div) {
    border-left-width: 0;
    border-left-style: none;
    border-right-style: none;
    border-right-width: 0;
  }
  .rtl-layout-posh.page-layout-1column.catalog-category-view .column.main .products-flex-grid.products-grid .product-items-4.product-items .product-item {
    width: 33.15%;
    border-left-style: solid;
    border-left-width: 1px;
    border-right-style: none;
    border-right-width: 0;
  }
  .rtl-layout-posh.page-layout-1column.catalog-category-view .column.main .products-flex-grid.products-grid .product-items-4.product-items .product-item:nth-of-type(4n):not(div) {
    border-left-width: 1px;
    border-left-style: solid;
    border-right-style: none;
    border-right-width: 0;
  }
  .rtl-layout-posh.page-layout-1column.catalog-category-view .column.main .products-flex-grid.products-grid .product-items-4.product-items .product-item:nth-of-type(3n):not(div) {
    border-left-width: 0;
    border-left-style: none;
    border-right-style: none;
    border-right-width: 0;
  }
  .rtl-layout-posh.page-layout-1column.catalog-category-view .column.main .products-flex-grid.products-grid .product-items-4.product-items .product-item:nth-of-type(4n+1):not(div) {
    clear: none;
  }
  .rtl-layout-posh.page-layout-1column.catalog-category-view .column.main .products-flex-grid.products-grid .product-items-4.product-items .product-item:nth-of-type(3n+1):not(div) {
    clear: right;
  }
  .rtl-layout-posh.page-layout-1column.catalog-category-view .column.main .products-flex-grid.products-grid .product-items-5.product-items .product-item {
    border-left-style: solid;
    border-left-width: 1px;
    border-right-style: none;
    border-right-width: 0;
  }
  .rtl-layout-posh.page-layout-1column.catalog-category-view .column.main .products-flex-grid.products-grid .product-items-5.product-items .product-item:nth-of-type(5n+1):not(div) {
    clear: none;
  }
  .rtl-layout-posh.page-layout-1column.catalog-category-view .column.main .products-flex-grid.products-grid .product-items-5.product-items .product-item:nth-of-type(4n+1):not(div) {
    clear: right;
  }
  .rtl-layout-posh.page-layout-1column.catalog-category-view .column.main .products-flex-grid.products-grid .product-items-5.product-items .product-item:nth-of-type(4n):not(div) {
    border-left-width: 0;
  }
  .rtl-layout-posh.page-layout-1column.catalog-category-view .column.main .products-flex-grid.products-grid .product-items-5.product-items .product-item:nth-of-type(5n):not(div) {
    border-left-width: 1px;
    border-left-style: solid;
    border-right-style: none;
    border-right-width: 0;
  }
  .rtl-layout-posh .column.main .products-flex-grid .product-items {
    overflow: hidden;
  }
  .rtl-layout-posh #opcReviewTable .input-text.reviewQty {
    min-width: inherit;
    width: 50px;
  }
  .rtl-layout-posh #opcReviewTable .qty-wrap .button.btnInc {
    left: 56px;
  }
  .rtl-layout-posh #opcReviewTable .qty-wrap .button.btnDec {
    left: -13px;
  }
  .rtl-layout-posh .column.main .block.crosssell .products-grid .product-item {
    margin-left: 2%;
    margin-right: 0;
  }
  .rtl-layout-posh .column.main .block.crosssell .products-grid .product-item:nth-child(2n) {
    margin-left: 0;
  }
  .rtl-layout-posh .welcome-content .left {
    padding-right: 0;
    padding-left: 0;
  }
  .rtl-layout-posh .welcome-content .right {
    padding-right: 0;
    right: 0;
  }
  .rtl-layout-posh .mageb-osc .opc-wrapper .magebees-Onepagecheckout-shipping-method {
    padding-left: 0;
  }
  .rtl-layout-posh .footer-1 .footer-bottom .copytext,
  .rtl-layout-posh .footer-2 .footer-bottom .copytext,
  .rtl-layout-posh .footer-1 .footer-bottom .payment-option,
  .rtl-layout-posh .footer-2 .footer-bottom .payment-option {
    float: none;
  }
  .rtl-layout-posh .footer-3 .ltr li {
    margin: 0 20px;
  }
  .rtl-layout-posh .footer-3 .ltr li:after {
    margin: 0 0 0 -20px;
  }
  .rtl-layout-posh .column:not(.sidebar-main) form .actions-toolbar,
  .rtl-layout-posh .column:not(.sidebar-additional) form .actions-toolbar {
    margin-left: 0;
    margin-right: 0;
  }
  .rtl-layout-posh .footer-4 .payment-option {
    float: none;
  }
}
@media (max-width: 767px) {
  .rtl-layout-posh {
    /* Subcategories Listing */
  }
  .rtl-layout-posh .bundle-options-container .block-bundle-summary .product-details {
    padding-right: 90px;
  }
  .rtl-layout-posh .product-add-form .box-tocart .field.qty .label {
    display: none !important;
  }
  .rtl-layout-posh .fieldset > .field:not(.choice) > .label {
    width: 100% !important;
    display: block;
    text-align: right;
  }
  .rtl-layout-posh .slider-style5 .finderProducts.horizontal ul {
    margin-left: 0;
  }
  .rtl-layout-posh .slider-style5 .finderProducts ul li {
    margin-bottom: 10px;
  }
  .rtl-layout-posh .slider-style5 .finderProducts.horizontal .button-set button.primary,
  .rtl-layout-posh .slider-style5 .finderProducts.horizontal .button-set .cart.table-wrapper .actions-toolbar > .action.primary,
  .rtl-layout-posh .slider-style5 .finderProducts.horizontal .button-set .action-gift.primary {
    margin-left: 2%;
  }
  .rtl-layout-posh .finderDropdowns li:nth-child(2n).column3,
  .rtl-layout-posh .finderDropdowns li:nth-child(2n).column4 {
    margin-left: 0 !important;
  }
  .rtl-layout-posh .search-drawer .close {
    right: auto !important;
    left: 20px;
  }
  .rtl-layout-posh .search-drawer .block.block-search.ajaxSearch .mbAjaxSearch .action.search {
    right: auto !important;
    left: 5px;
  }
  .rtl-layout-posh .search-drawer .mbAjaxSearch #search {
    padding: 10px 10px 10px 40px !important;
  }
  .rtl-layout-posh .store-feature.store-feature-style4 li:nth-child(2n) {
    border-left: 0;
  }
  .rtl-layout-posh .store-feature.store-feature-style4 li:nth-child(2n+1) {
    clear: right;
  }
  .rtl-layout-posh .slider-style4 .finderProducts .primary {
    margin-right: 0 !important;
    margin-left: 20px !important;
  }
  .rtl-layout-posh .slider-style4 .finderProducts,
  .rtl-layout-posh .posh-auto-parts-style-4 .finderProducts.horizontal {
    padding: 25px;
  }
  .rtl-layout-posh .widget.mage-products .block-title strong {
    display: block;
  }
  .rtl-layout-posh .mage-products .timer-product {
    float: none;
    display: inline-block;
  }
  .rtl-layout-posh .mage-deal-products.widget.mage-products.mage-deal-products-style2 .block-title {
    text-align: center;
  }
  .rtl-layout-posh.page-layout-1column .block.widget .products-grid .product-items .product-item:nth-of-type(3n):not(div) {
    margin-left: 3%;
  }
  .rtl-layout-posh .widget.mage-products.mage-deal-slider-sidebar .deal-description,
  .rtl-layout-posh .widget.mage-products.mage-deal-slider-sidebar .block-title {
    text-align: right;
  }
  .rtl-layout-posh.posh-auto-parts-style-1 .search-drawer .block.block-search.ajaxSearch .mbAjaxSearch #search,
  .rtl-layout-posh.posh-auto-parts-style-2 .search-drawer .block.block-search.ajaxSearch .mbAjaxSearch #search,
  .rtl-layout-posh.posh-auto-parts-style-3 .search-drawer .block.block-search.ajaxSearch .mbAjaxSearch #search,
  .rtl-layout-posh.posh-auto-parts-style-1 .search-drawer .block-search .mbAjaxSearch #search,
  .rtl-layout-posh.posh-auto-parts-style-2 .search-drawer .block-search .mbAjaxSearch #search,
  .rtl-layout-posh.posh-auto-parts-style-3 .search-drawer .block-search .mbAjaxSearch #search {
    padding-right: 0;
  }
  .rtl-layout-posh.posh-auto-parts-style-1 .search-drawer .block.block-search.ajaxSearch .mbAjaxSearch .action.search,
  .rtl-layout-posh.posh-auto-parts-style-2 .search-drawer .block.block-search.ajaxSearch .mbAjaxSearch .action.search,
  .rtl-layout-posh.posh-auto-parts-style-3 .search-drawer .block.block-search.ajaxSearch .mbAjaxSearch .action.search,
  .rtl-layout-posh.posh-auto-parts-style-1 .search-drawer .block-search .mbAjaxSearch .action.search,
  .rtl-layout-posh.posh-auto-parts-style-2 .search-drawer .block-search .mbAjaxSearch .action.search,
  .rtl-layout-posh.posh-auto-parts-style-3 .search-drawer .block-search .mbAjaxSearch .action.search {
    right: auto;
  }
  .rtl-layout-posh .nav-sections .switcher.switcher-language .switcher-dropdown > li a {
    border: 0;
  }
  .rtl-layout-posh.page-layout-2columns-left .sidebar-main .block.filter .block-title.filter-title strong::before,
  .rtl-layout-posh.page-layout-2columns-left .sidebar-main .block.filter .block-title.filter-title strong::before,
  .rtl-layout-posh.page-layout-2columns-left .sidebar-main .block.filter .block-title.filter-title strong::before,
  .rtl-layout-posh.page-layout-2columns-right .sidebar-main .block.filter .block-title.filter-title strong::before,
  .rtl-layout-posh.page-layout-2columns-right .sidebar-main .block.filter .block-title.filter-title strong::before,
  .rtl-layout-posh.page-layout-2columns-right .sidebar-main .block.filter .block-title.filter-title strong::before,
  .rtl-layout-posh.page-layout-2columns-left .sidebar-additional .block.filter .block-title.filter-title strong::before,
  .rtl-layout-posh.page-layout-2columns-left .sidebar-additional .block.filter .block-title.filter-title strong::before,
  .rtl-layout-posh.page-layout-2columns-left .sidebar-additional .block.filter .block-title.filter-title strong::before,
  .rtl-layout-posh.page-layout-2columns-right .sidebar-additional .block.filter .block-title.filter-title strong::before,
  .rtl-layout-posh.page-layout-2columns-right .sidebar-additional .block.filter .block-title.filter-title strong::before,
  .rtl-layout-posh.page-layout-2columns-right .sidebar-additional .block.filter .block-title.filter-title strong::before {
    right: auto !important;
    left: 3px;
  }
  .rtl-layout-posh .header-1 .minicart .minicart-wrapper,
  .rtl-layout-posh .header-2 .minicart .minicart-wrapper {
    margin-left: 0;
  }
  .rtl-layout-posh .header-6 .block.block-search.ajaxSearch {
    padding-left: 0;
  }
  .rtl-layout-posh .home-blog-post-style-1 .homepost-listing .item .detail {
    margin-top: 0;
  }
  .rtl-layout-posh.posh-home-page-style-2.cms-index-index .store-feature.store-feature-style1 li {
    text-align: right;
  }
  .rtl-layout-posh.posh-home-page-style-2.cms-index-index .store-feature.store-feature-style1 li:nth-of-type(2n) {
    margin-left: 0 !important;
  }
  .rtl-layout-posh.posh-home-page-style-2.cms-index-index .store-feature.store-feature-style1 li .info {
    text-align: right;
  }
  .rtl-layout-posh.page-layout-1column.catalog-category-view .column.main .products-grid .product-items-3.product-items .product-item:nth-of-type(3n):not(div) {
    margin-left: 2.564102564102564%;
  }
  .rtl-layout-posh.page-layout-1column.catalog-category-view .column.main .products-grid .product-items-3.product-items .product-item:nth-of-type(2n):not(div) {
    margin-left: 0;
  }
  .rtl-layout-posh.page-layout-1column.catalog-category-view .column.main .products-grid .product-items-4.product-items .product-item {
    margin-left: 2.564102564102564%;
  }
  .rtl-layout-posh.page-layout-1column.catalog-category-view .column.main .products-grid .product-items-4.product-items .product-item:nth-of-type(2):not(div) {
    margin-right: 0;
  }
  .rtl-layout-posh.page-layout-1column.catalog-category-view .column.main .products-grid .product-items-4.product-items .product-item:nth-of-type(3n+1):not(div) {
    clear: none;
  }
  .rtl-layout-posh.page-layout-1column.catalog-category-view .column.main .products-grid .product-items-4.product-items .product-item:nth-of-type(2n+1):not(div) {
    clear: right;
  }
  .rtl-layout-posh.page-layout-1column.catalog-category-view .column.main .products-grid .product-items-5.product-items .product-item {
    width: 48.65%;
  }
  .rtl-layout-posh.page-layout-1column.catalog-category-view .column.main .products-grid .product-items-5.product-items .product-item:nth-of-type(2n):not(div) {
    margin-left: 0;
  }
  .rtl-layout-posh.page-layout-1column.catalog-category-view .column.main .products-grid .product-items-5.product-items .product-item:nth-of-type(4n):not(div) {
    margin-left: 0;
  }
  .rtl-layout-posh.page-layout-1column.catalog-category-view .column.main .products-grid .product-items-5.product-items .product-item:nth-of-type(2n+1):not(div) {
    clear: right;
  }
  .rtl-layout-posh.page-layout-1column.catalog-category-view .column.main .products-grid .product-items-5.product-items .product-item:nth-of-type(4n+1):not(div) {
    clear: none;
  }
  .rtl-layout-posh.page-layout-1column.catalog-category-view .column.main .products-grid .product-items-5.product-items .product-item:nth-of-type(5n+1):not(div) {
    clear: none;
  }
  .rtl-layout-posh .mage-ajaxpro-page.left-sidebar .sidebar-shopby {
    width: 100% !important;
    float: none;
    padding-right: 0;
    padding-left: 0;
    text-align: center;
  }
  .rtl-layout-posh .mage-ajaxpro-page.left-sidebar .sidebar-shopby .section-title .sort-detail {
    text-align: center;
  }
  .rtl-layout-posh .mage-ajaxpro-page.left-sidebar .category-product-filter {
    width: 100% !important;
    float: right;
  }
  .rtl-layout-posh .mage-ajaxpro-page.left-sidebar .category-product-filter .products-grid .product-item {
    width: 49% !important;
  }
  .rtl-layout-posh .mage-ajaxpro-page.left-sidebar .category-product-filter .products-grid .product-item:nth-child(3n) {
    margin-left: 2% !important;
  }
  .rtl-layout-posh .mage-ajaxpro-page.left-sidebar .category-product-filter .products-grid .product-item:nth-child(2n) {
    margin-left: 0 !important;
  }
  .rtl-layout-posh .mage-ajaxpro-page.left-sidebar .category-product-filter .products-grid .product-item:nth-child(3n+1) {
    clear: none;
  }
  .rtl-layout-posh .mage-ajaxpro-page.left-sidebar .category-product-filter .products-grid .product-item:nth-child(2n+1) {
    clear: right;
  }
  .rtl-layout-posh .home-blog-post .homepost-listing li.item .post-image {
    width: 100%;
  }
  .rtl-layout-posh .home-blog-post-style-2 .homepost-listing.post-listing-2 li.item,
  .rtl-layout-posh .home-blog-post-style-3 .homepost-listing.post-listing-2 li.item,
  .rtl-layout-posh .home-blog-post-style-2 .homepost-listing.post-listing-3 li.item,
  .rtl-layout-posh .home-blog-post-style-3 .homepost-listing.post-listing-3 li.item,
  .rtl-layout-posh .home-blog-post-style-2 .homepost-listing.post-listing-4 li.item,
  .rtl-layout-posh .home-blog-post-style-3 .homepost-listing.post-listing-4 li.item,
  .rtl-layout-posh .home-blog-post-style-2 .homepost-listing.post-listing-5 li.item,
  .rtl-layout-posh .home-blog-post-style-3 .homepost-listing.post-listing-5 li.item,
  .rtl-layout-posh .home-blog-post-style-2 .homepost-listing.post-listing-6 li.item,
  .rtl-layout-posh .home-blog-post-style-3 .homepost-listing.post-listing-6 li.item {
    margin-right: 0 !important;
  }
  .rtl-layout-posh .home-blog-post-style-2 .homepost-listing.post-listing-2 li.item:nth-child(3n),
  .rtl-layout-posh .home-blog-post-style-3 .homepost-listing.post-listing-2 li.item:nth-child(3n),
  .rtl-layout-posh .home-blog-post-style-2 .homepost-listing.post-listing-3 li.item:nth-child(3n),
  .rtl-layout-posh .home-blog-post-style-3 .homepost-listing.post-listing-3 li.item:nth-child(3n),
  .rtl-layout-posh .home-blog-post-style-2 .homepost-listing.post-listing-4 li.item:nth-child(3n),
  .rtl-layout-posh .home-blog-post-style-3 .homepost-listing.post-listing-4 li.item:nth-child(3n),
  .rtl-layout-posh .home-blog-post-style-2 .homepost-listing.post-listing-5 li.item:nth-child(3n),
  .rtl-layout-posh .home-blog-post-style-3 .homepost-listing.post-listing-5 li.item:nth-child(3n),
  .rtl-layout-posh .home-blog-post-style-2 .homepost-listing.post-listing-6 li.item:nth-child(3n),
  .rtl-layout-posh .home-blog-post-style-3 .homepost-listing.post-listing-6 li.item:nth-child(3n) {
    margin-left: 2%;
  }
  .rtl-layout-posh .home-blog-post-style-2 .homepost-listing.post-listing-2 li.item:nth-child(2n),
  .rtl-layout-posh .home-blog-post-style-3 .homepost-listing.post-listing-2 li.item:nth-child(2n),
  .rtl-layout-posh .home-blog-post-style-2 .homepost-listing.post-listing-3 li.item:nth-child(2n),
  .rtl-layout-posh .home-blog-post-style-3 .homepost-listing.post-listing-3 li.item:nth-child(2n),
  .rtl-layout-posh .home-blog-post-style-2 .homepost-listing.post-listing-4 li.item:nth-child(2n),
  .rtl-layout-posh .home-blog-post-style-3 .homepost-listing.post-listing-4 li.item:nth-child(2n),
  .rtl-layout-posh .home-blog-post-style-2 .homepost-listing.post-listing-5 li.item:nth-child(2n),
  .rtl-layout-posh .home-blog-post-style-3 .homepost-listing.post-listing-5 li.item:nth-child(2n),
  .rtl-layout-posh .home-blog-post-style-2 .homepost-listing.post-listing-6 li.item:nth-child(2n),
  .rtl-layout-posh .home-blog-post-style-3 .homepost-listing.post-listing-6 li.item:nth-child(2n) {
    margin-left: 0;
  }
  .rtl-layout-posh .home-blog-post-style-1 li.item:nth-of-type(2n) {
    margin-left: 0;
  }
  .rtl-layout-posh .home-blog-post-style-1 li.item .detail {
    margin-right: 0 !important;
    margin-left: 0 !important;
    width: 100%;
  }
  .rtl-layout-posh .widget.mage-products .block-title {
    padding: 5px;
  }
  .rtl-layout-posh.page-layout-1column .block.widget .products-grid .product-items .product-item:nth-of-type(2n):not(div) {
    margin-left: 0;
  }
  .rtl-layout-posh .cwsFeatured .products-grid.grid5 .product-item.item:nth-child(5n),
  .rtl-layout-posh .cwsNewProducts .products-grid.grid5 .product-item.item:nth-child(5n),
  .rtl-layout-posh .mostviewd-section .cwsMostviewed .products-grid.grid5 .product-item.item:nth-child(5n),
  .rtl-layout-posh .bestseller-product.cwsBestSeller .products-grid.grid5 .product-item.item:nth-child(5n) {
    margin-left: 2%;
  }
  .rtl-layout-posh .cwsFeatured .products-grid.grid6 .product-item.item,
  .rtl-layout-posh .cwsNewProducts .products-grid.grid6 .product-item.item,
  .rtl-layout-posh .mostviewd-section .cwsMostviewed .products-grid.grid6 .product-item.item,
  .rtl-layout-posh .bestseller-product.cwsBestSeller .products-grid.grid6 .product-item.item,
  .rtl-layout-posh .cwsFeatured .products-grid.grid5 .product-item.item,
  .rtl-layout-posh .cwsNewProducts .products-grid.grid5 .product-item.item,
  .rtl-layout-posh .mostviewd-section .cwsMostviewed .products-grid.grid5 .product-item.item,
  .rtl-layout-posh .bestseller-product.cwsBestSeller .products-grid.grid5 .product-item.item,
  .rtl-layout-posh .cwsFeatured .products-grid.grid4 .product-item.item,
  .rtl-layout-posh .cwsNewProducts .products-grid.grid4 .product-item.item,
  .rtl-layout-posh .mostviewd-section .cwsMostviewed .products-grid.grid4 .product-item.item,
  .rtl-layout-posh .bestseller-product.cwsBestSeller .products-grid.grid4 .product-item.item,
  .rtl-layout-posh .cwsFeatured .products-grid.grid3 .product-item.item,
  .rtl-layout-posh .cwsNewProducts .products-grid.grid3 .product-item.item,
  .rtl-layout-posh .mostviewd-section .cwsMostviewed .products-grid.grid3 .product-item.item,
  .rtl-layout-posh .bestseller-product.cwsBestSeller .products-grid.grid3 .product-item.item {
    width: 49%;
    margin-left: 2%;
    margin-right: 0;
  }
  .rtl-layout-posh .cwsFeatured .products-grid.grid6 .product-item.item:nth-child(3n),
  .rtl-layout-posh .cwsNewProducts .products-grid.grid6 .product-item.item:nth-child(3n),
  .rtl-layout-posh .mostviewd-section .cwsMostviewed .products-grid.grid6 .product-item.item:nth-child(3n),
  .rtl-layout-posh .bestseller-product.cwsBestSeller .products-grid.grid6 .product-item.item:nth-child(3n),
  .rtl-layout-posh .cwsFeatured .products-grid.grid5 .product-item.item:nth-child(3n),
  .rtl-layout-posh .cwsNewProducts .products-grid.grid5 .product-item.item:nth-child(3n),
  .rtl-layout-posh .mostviewd-section .cwsMostviewed .products-grid.grid5 .product-item.item:nth-child(3n),
  .rtl-layout-posh .bestseller-product.cwsBestSeller .products-grid.grid5 .product-item.item:nth-child(3n),
  .rtl-layout-posh .cwsFeatured .products-grid.grid4 .product-item.item:nth-child(3n),
  .rtl-layout-posh .cwsNewProducts .products-grid.grid4 .product-item.item:nth-child(3n),
  .rtl-layout-posh .mostviewd-section .cwsMostviewed .products-grid.grid4 .product-item.item:nth-child(3n),
  .rtl-layout-posh .bestseller-product.cwsBestSeller .products-grid.grid4 .product-item.item:nth-child(3n),
  .rtl-layout-posh .cwsFeatured .products-grid.grid3 .product-item.item:nth-child(3n),
  .rtl-layout-posh .cwsNewProducts .products-grid.grid3 .product-item.item:nth-child(3n),
  .rtl-layout-posh .mostviewd-section .cwsMostviewed .products-grid.grid3 .product-item.item:nth-child(3n),
  .rtl-layout-posh .bestseller-product.cwsBestSeller .products-grid.grid3 .product-item.item:nth-child(3n) {
    margin-left: 2%;
  }
  .rtl-layout-posh .cwsFeatured .products-grid.grid6 .product-item.item:nth-child(2n),
  .rtl-layout-posh .cwsNewProducts .products-grid.grid6 .product-item.item:nth-child(2n),
  .rtl-layout-posh .mostviewd-section .cwsMostviewed .products-grid.grid6 .product-item.item:nth-child(2n),
  .rtl-layout-posh .bestseller-product.cwsBestSeller .products-grid.grid6 .product-item.item:nth-child(2n),
  .rtl-layout-posh .cwsFeatured .products-grid.grid5 .product-item.item:nth-child(2n),
  .rtl-layout-posh .cwsNewProducts .products-grid.grid5 .product-item.item:nth-child(2n),
  .rtl-layout-posh .mostviewd-section .cwsMostviewed .products-grid.grid5 .product-item.item:nth-child(2n),
  .rtl-layout-posh .bestseller-product.cwsBestSeller .products-grid.grid5 .product-item.item:nth-child(2n),
  .rtl-layout-posh .cwsFeatured .products-grid.grid4 .product-item.item:nth-child(2n),
  .rtl-layout-posh .cwsNewProducts .products-grid.grid4 .product-item.item:nth-child(2n),
  .rtl-layout-posh .mostviewd-section .cwsMostviewed .products-grid.grid4 .product-item.item:nth-child(2n),
  .rtl-layout-posh .bestseller-product.cwsBestSeller .products-grid.grid4 .product-item.item:nth-child(2n),
  .rtl-layout-posh .cwsFeatured .products-grid.grid3 .product-item.item:nth-child(2n),
  .rtl-layout-posh .cwsNewProducts .products-grid.grid3 .product-item.item:nth-child(2n),
  .rtl-layout-posh .mostviewd-section .cwsMostviewed .products-grid.grid3 .product-item.item:nth-child(2n),
  .rtl-layout-posh .bestseller-product.cwsBestSeller .products-grid.grid3 .product-item.item:nth-child(2n) {
    margin-left: 0;
  }
  .rtl-layout-posh .cwsFeatured .products-grid.grid6 .product-item.item:nth-child(3n+1),
  .rtl-layout-posh .cwsNewProducts .products-grid.grid6 .product-item.item:nth-child(3n+1),
  .rtl-layout-posh .mostviewd-section .cwsMostviewed .products-grid.grid6 .product-item.item:nth-child(3n+1),
  .rtl-layout-posh .bestseller-product.cwsBestSeller .products-grid.grid6 .product-item.item:nth-child(3n+1),
  .rtl-layout-posh .cwsFeatured .products-grid.grid5 .product-item.item:nth-child(3n+1),
  .rtl-layout-posh .cwsNewProducts .products-grid.grid5 .product-item.item:nth-child(3n+1),
  .rtl-layout-posh .mostviewd-section .cwsMostviewed .products-grid.grid5 .product-item.item:nth-child(3n+1),
  .rtl-layout-posh .bestseller-product.cwsBestSeller .products-grid.grid5 .product-item.item:nth-child(3n+1),
  .rtl-layout-posh .cwsFeatured .products-grid.grid4 .product-item.item:nth-child(3n+1),
  .rtl-layout-posh .cwsNewProducts .products-grid.grid4 .product-item.item:nth-child(3n+1),
  .rtl-layout-posh .mostviewd-section .cwsMostviewed .products-grid.grid4 .product-item.item:nth-child(3n+1),
  .rtl-layout-posh .bestseller-product.cwsBestSeller .products-grid.grid4 .product-item.item:nth-child(3n+1),
  .rtl-layout-posh .cwsFeatured .products-grid.grid3 .product-item.item:nth-child(3n+1),
  .rtl-layout-posh .cwsNewProducts .products-grid.grid3 .product-item.item:nth-child(3n+1),
  .rtl-layout-posh .mostviewd-section .cwsMostviewed .products-grid.grid3 .product-item.item:nth-child(3n+1),
  .rtl-layout-posh .bestseller-product.cwsBestSeller .products-grid.grid3 .product-item.item:nth-child(3n+1) {
    clear: none;
  }
  .rtl-layout-posh .cwsFeatured .products-grid.grid6 .product-item.item:nth-child(2n+1),
  .rtl-layout-posh .cwsNewProducts .products-grid.grid6 .product-item.item:nth-child(2n+1),
  .rtl-layout-posh .mostviewd-section .cwsMostviewed .products-grid.grid6 .product-item.item:nth-child(2n+1),
  .rtl-layout-posh .bestseller-product.cwsBestSeller .products-grid.grid6 .product-item.item:nth-child(2n+1),
  .rtl-layout-posh .cwsFeatured .products-grid.grid5 .product-item.item:nth-child(2n+1),
  .rtl-layout-posh .cwsNewProducts .products-grid.grid5 .product-item.item:nth-child(2n+1),
  .rtl-layout-posh .mostviewd-section .cwsMostviewed .products-grid.grid5 .product-item.item:nth-child(2n+1),
  .rtl-layout-posh .bestseller-product.cwsBestSeller .products-grid.grid5 .product-item.item:nth-child(2n+1),
  .rtl-layout-posh .cwsFeatured .products-grid.grid4 .product-item.item:nth-child(2n+1),
  .rtl-layout-posh .cwsNewProducts .products-grid.grid4 .product-item.item:nth-child(2n+1),
  .rtl-layout-posh .mostviewd-section .cwsMostviewed .products-grid.grid4 .product-item.item:nth-child(2n+1),
  .rtl-layout-posh .bestseller-product.cwsBestSeller .products-grid.grid4 .product-item.item:nth-child(2n+1),
  .rtl-layout-posh .cwsFeatured .products-grid.grid3 .product-item.item:nth-child(2n+1),
  .rtl-layout-posh .cwsNewProducts .products-grid.grid3 .product-item.item:nth-child(2n+1),
  .rtl-layout-posh .mostviewd-section .cwsMostviewed .products-grid.grid3 .product-item.item:nth-child(2n+1),
  .rtl-layout-posh .bestseller-product.cwsBestSeller .products-grid.grid3 .product-item.item:nth-child(2n+1) {
    clear: right;
  }
  .rtl-layout-posh.account.wishlist-index-index .actions-toolbar .primary {
    float: none;
  }
  .rtl-layout-posh.account.wishlist-index-index .actions-toolbar .primary .action {
    margin-bottom: 10px;
  }
  .rtl-layout-posh.account.wishlist-index-index .column.main .products-grid .product-item:nth-child(2n) {
    margin-left: 0 !important;
  }
  .rtl-layout-posh.account.wishlist-index-index .column.main .products-grid .product-item:nth-child(3n) {
    margin-left: 2% !important;
    margin-right: 0;
  }
  .rtl-layout-posh.posh-home-page-style-2 .store-feature.store-feature-style4 li:nth-of-type(2n) {
    margin-left: 0;
  }
  .rtl-layout-posh.posh-home-page-style-2.cms-index-index .store-feature.store-feature-style4 li .info {
    text-align: right;
  }
  .rtl-layout-posh .home-blog-post .homepost-listing.post-listing-3 li.item:nth-child(2n),
  .rtl-layout-posh .home-blog-post-style-2 .homepost-listing.post-listing-3 li.item:nth-child(2n) {
    margin-left: 0;
  }
  .rtl-layout-posh .mageb-osc .opc-wrapper ol > li#oscSummaryLi {
    width: 100%;
  }
  .rtl-layout-posh .mageb-osc .opc-wrapper ol > li#oscSummaryLi,
  .rtl-layout-posh .mageb-osc .opc-wrapper .magebees-checkout-payment-method,
  .rtl-layout-posh .mageb-osc .opc-wrapper .magebees-Onepagecheckout-shipping-method {
    padding-right: 0;
  }
  .rtl-layout-posh .mageb-osc .opc-wrapper .magebees-checkout-shipping-address {
    padding-left: 0;
  }
  .rtl-layout-posh .footer-5 .footer-col {
    float: right;
    padding-right: 0;
    padding-left: 30px;
  }
  .rtl-layout-posh .footer-5 .footer-col.footer-col4 {
    clear: right;
  }
  .rtl-layout-posh .category-images .category-item:nth-child(3n) {
    margin-left: 2%;
  }
  .rtl-layout-posh .category-images .category-item:nth-child(2n) {
    margin-left: 0;
  }
  .rtl-layout-posh .category-images .category-item:nth-child(3n+1) {
    clear: none;
  }
  .rtl-layout-posh .category-images .category-items-3 .category-item:nth-child(3n) {
    margin-left: 2%;
  }
  .rtl-layout-posh .category-images .category-items-3 .category-item:nth-child(2n) {
    margin-left: 0;
  }
  .rtl-layout-posh .category-images .category-items-3 .category-item:nth-child(3n+1) {
    clear: none;
  }
  .rtl-layout-posh .category-images .category-items-4 .category-item:nth-child(3n) {
    margin-left: 2%;
  }
  .rtl-layout-posh .category-images .category-items-4 .category-item:nth-child(2n) {
    margin-left: 0;
  }
  .rtl-layout-posh .category-images .category-items-4 .category-item:nth-child(2n+1) {
    clear: right;
  }
  .rtl-layout-posh .category-images .category-items-4 .category-item:nth-child(3n+1) {
    clear: none;
  }
  .rtl-layout-posh .category-images .category-items-5 .category-item:nth-child(2n),
  .rtl-layout-posh .category-images .category-items-5 .category-item:nth-child(4n) {
    margin-left: 2%;
  }
  .rtl-layout-posh .category-images .category-items-5 .category-item:nth-child(3n) {
    margin-left: 0;
  }
  .rtl-layout-posh .category-images .category-items-5 .category-item:nth-child(3n+1) {
    clear: right;
  }
  .rtl-layout-posh .category-images .category-items-5 .category-item:nth-child(4n+1) {
    clear: none;
  }
  .rtl-layout-posh .category-images .category-items-6 .category-item:nth-child(2n) {
    margin-left: 2%;
  }
  .rtl-layout-posh .category-images .category-items-6 .category-item:nth-child(4n) {
    margin-left: 0;
  }
  .rtl-layout-posh .category-images .category-items-6 .category-item:nth-child(4n+1) {
    clear: right;
  }
  .rtl-layout-posh .home-blog-post-style-3 .homepost-listing.post-listing-2 li.item,
  .rtl-layout-posh .home-blog-post-style-3 .homepost-listing.post-listing-3 li.item {
    width: 49%;
    margin-bottom: 20px;
    margin-right: 0;
    margin-left: 2%;
  }
  .rtl-layout-posh .home-blog-post-style-3 .homepost-listing.post-listing-2 li.item:nth-child(2n),
  .rtl-layout-posh .home-blog-post-style-3 .homepost-listing.post-listing-3 li.item:nth-child(2n) {
    margin-left: 0;
  }
  .rtl-layout-posh .mb-product-related-posts .item:nth-of-type(2n+1),
  .rtl-layout-posh .mb-widget-post-grid .item:nth-of-type(2n+1) {
    clear: right;
  }
  .rtl-layout-posh .product.info.detailed.vertical .product.data.items > .item.title {
    text-align: right;
  }
  .rtl-layout-posh .header-8 .minicart {
    margin-right: 0;
  }
  .rtl-layout-posh .header-8 .store-feature.store-feature-style3 .store-features-home li {
    text-align: right;
    padding-left: 0;
    padding-right: 30px;
  }
  .rtl-layout-posh .header-8 .store-feature.store-feature-style3 .store-features-home li .icon {
    left: auto;
    right: 0;
  }
  .rtl-layout-posh.posh-home-page-style-2.rtl-layout-posh .store-feature.store-feature-style2 .store-features-home li:nth-child(2n) {
    border-left: 0 !important;
  }
  .rtl-layout-posh .footer-6 .footer-col {
    padding-left: 10px;
  }
  .rtl-layout-posh .mageb-osc .opc-wrapper.mageb-onecolumn-layout .mageb-review-2col {
    padding-right: 0;
  }
  .rtl-layout-posh .mageb-osc .opc-wrapper.mageb-onecolumn-layout #checkoutSteps {
    padding-left: 0;
  }
  .rtl-layout-posh .scroll-top[style="right: 40px; display: block;"] {
    left: 10px !important;
    right: auto !important;
  }
  .rtl-layout-posh .header-1 .minicart {
    float: left !important;
  }
  .rtl-layout-posh .header-1 .nav-toggle {
    left: 80px;
  }
  .rtl-layout-posh .header-1 .header.content.sticky-mobile .minicart .minicart-wrapper {
    margin-right: 0;
  }
  .rtl-layout-posh .header-4 .block-search .mbAjaxSearch #search {
    padding: 5px 5px 5px 30px;
  }
  .rtl-layout-posh .header-3 .search-style4 .mbAjaxSearch .select-wrapper .holder,
  .rtl-layout-posh .header-4 .search-style4 .mbAjaxSearch .select-wrapper .holder {
    border-left: 2px solid #ddd !important;
  }
  .rtl-layout-posh .footer-5 .footer-bottom .payment-option {
    text-align: center;
  }
  .rtl-layout-posh .footer-5 .footer-bottom .footer-social ul li {
    float: none;
  }
  .rtl-layout-posh .logo-grid {
    text-align: center;
  }
  .rtl-layout-posh .nav-sections .switcher-trigger strong:after {
    display: none !important;
  }
  .rtl-layout-posh .store-feature.store-feature-style3 .store-features-home li:nth-child(2n) {
    margin-left: 0;
  }
  .rtl-layout-posh .newproduct-section .cwsNew .products-grid.grid3 .item:nth-child(3n) {
    margin-left: 2%;
    margin-right: 0;
  }
  .rtl-layout-posh .newproduct-section .cwsNew .products-grid.grid3 .item:nth-child(2n) {
    margin-left: 0;
  }
  .rtl-layout-posh .small-banner-block ul > li:nth-child(2n) {
    margin-left: 0;
  }
  .rtl-layout-posh .nav-sections .switcher.switcher-language .switcher-dropdown > li a,
  .rtl-layout-posh .nav-sections .switcher.switcher-language .view-default {
    background-position: right center;
    padding: 5px 31px 5px 5px;
  }
  .rtl-layout-posh .nav-sections .switcher-trigger strong:after {
    left: 0;
    right: auto;
  }
  .rtl-layout-posh.posh-auto-parts-style-1 .search-drawer .close,
  .rtl-layout-posh.posh-auto-parts-style-2 .search-drawer .close,
  .rtl-layout-posh.posh-auto-parts-style-3 .search-drawer .close {
    right: auto;
    left: 0;
  }
  .rtl-layout-posh.posh-auto-parts-style-1.page-layout-2columns-left .sidebar-main .block.filter .filter-title strong:after,
  .rtl-layout-posh.posh-auto-parts-style-2.page-layout-2columns-left .sidebar-main .block.filter .filter-title strong:after,
  .rtl-layout-posh.posh-auto-parts-style-3.page-layout-2columns-left .sidebar-main .block.filter .filter-title strong:after,
  .rtl-layout-posh.posh-auto-parts-style-1.page-layout-2columns-right .sidebar-main .block.filter .filter-title strong:after,
  .rtl-layout-posh.posh-auto-parts-style-2.page-layout-2columns-right .sidebar-main .block.filter .filter-title strong:after,
  .rtl-layout-posh.posh-auto-parts-style-3.page-layout-2columns-right .sidebar-main .block.filter .filter-title strong:after,
  .rtl-layout-posh.posh-auto-parts-style-1.page-layout-2columns-left .sidebar-additional .block.filter .filter-title strong:after,
  .rtl-layout-posh.posh-auto-parts-style-2.page-layout-2columns-left .sidebar-additional .block.filter .filter-title strong:after,
  .rtl-layout-posh.posh-auto-parts-style-3.page-layout-2columns-left .sidebar-additional .block.filter .filter-title strong:after,
  .rtl-layout-posh.posh-auto-parts-style-1.page-layout-2columns-right .sidebar-additional .block.filter .filter-title strong:after,
  .rtl-layout-posh.posh-auto-parts-style-2.page-layout-2columns-right .sidebar-additional .block.filter .filter-title strong:after,
  .rtl-layout-posh.posh-auto-parts-style-3.page-layout-2columns-right .sidebar-additional .block.filter .filter-title strong:after {
    left: 5px;
    top: 6px;
    right: auto;
  }
  .rtl-layout-posh .products-list .product-item .product-image-container {
    width: 120px !important;
  }
  .rtl-layout-posh.catalog-category-view .category-view .subcategory-grid > li:nth-child(2n) {
    margin-left: 0;
  }
  .rtl-layout-posh.posh-home-page-style-1.page-layout-2columns-left .sidebar-main .block.filter .filter-title strong:after,
  .rtl-layout-posh.posh-home-page-style-1.page-layout-2columns-right .sidebar-main .block.filter .filter-title strong:after,
  .rtl-layout-posh.posh-home-page-style-1.page-layout-2columns-left .sidebar-additional .block.filter .filter-title strong:after,
  .rtl-layout-posh.posh-home-page-style-1.page-layout-2columns-right .sidebar-additional .block.filter .filter-title strong:after {
    right: auto;
    left: 0;
  }
  .rtl-layout-posh.catalog-product-view .column.main .block.related .section-title .title,
  .rtl-layout-posh.catalog-product-view .column.main .horizonal-pro-slider .section-title .title,
  .rtl-layout-posh.catalog-product-view .column.main .block-viewed-products-grid .section-title .title,
  .rtl-layout-posh.catalog-product-view .column.main .block.related .section-title .block-actions,
  .rtl-layout-posh.catalog-product-view .column.main .horizonal-pro-slider .section-title .block-actions,
  .rtl-layout-posh.catalog-product-view .column.main .block-viewed-products-grid .section-title .block-actions,
  .rtl-layout-posh.catalog-product-view .column.main .horizonal-pro-slider .section-title .sort-detail {
    text-align: center;
  }
  .rtl-layout-posh .product.info.detailed .product.data.items > .item.title {
    text-align: right;
  }
  .rtl-layout-posh.catalog-product-view .column.main .block.related .section-title,
  .rtl-layout-posh.catalog-product-view .column.main .horizonal-pro-slider .section-title,
  .rtl-layout-posh.catalog-product-view .column.main .block-viewed-products-grid .section-title {
    padding-left: 0;
  }
  .rtl-layout-posh.catalog-product-view .column.main .horizonal-pro-slider .owl-carousel .owl-nav {
    margin-top: -30px;
    width: 100%;
    top: 50%;
  }
  .rtl-layout-posh.catalog-product-view .column.main .horizonal-pro-slider .owl-carousel .owl-nav > div.owl-next {
    right: 40px;
  }
  .rtl-layout-posh.catalog-product-view .column.main .horizonal-pro-slider .owl-carousel .owl-nav > div.owl-prev {
    left: -30px;
  }
  .rtl-layout-posh .mageb-osc .field-tooltip,
  .rtl-layout-posh .mageb-osc .form-login .field-tooltip {
    top: 9px;
  }
  .rtl-layout-posh .product.info.detailed.accordion .product.data.items > .item.title .switch:before {
    top: 10px;
    left: 10px;
  }
  .rtl-layout-posh .column.main #layered-filter-block-top .ddFilter:before,
  .rtl-layout-posh .column.main #layered-filter-block-top .ddFilter:after {
    content: '';
    clear: both;
    display: block;
  }
  .rtl-layout-posh .column.main .toolbar-products {
    clear: both;
  }
  .rtl-layout-posh .fieldset > .field:not(.choice) > .label {
    width: auto;
  }
  .rtl-layout-posh.posh-home-page-style-1 .mbAjaxSearch div.select-wrapper,
  .rtl-layout-posh.posh-home-page-style-1 .mbAjaxSearch .searchField {
    display: block;
  }
  .rtl-layout-posh.page-products.page-layout-1column .product-tabs-grid.mage-ajaxpro-page .products-grid .product-item {
    margin-right: 0;
    margin-left: 3%;
  }
  .rtl-layout-posh.page-products.page-layout-1column .product-tabs-grid.mage-ajaxpro-page .products-grid .product-item:nth-child(3n) {
    margin-left: 3%;
  }
  .rtl-layout-posh.page-products.page-layout-1column .product-tabs-grid.mage-ajaxpro-page .products-grid .product-item:nth-child(2n) {
    margin-left: 0;
  }
  .rtl-layout-posh.page-products.page-layout-1column .product-tabs-grid.mage-ajaxpro-page .products-grid .product-item:nth-child(3n+1) {
    clear: none;
  }
  .rtl-layout-posh.page-products.page-layout-1column .product-tabs-grid.mage-ajaxpro-page .products-grid .product-item:nth-child(2n+1) {
    clear: right;
  }
  .rtl-layout-posh.posh-auto-parts-style-1 .mostviewd-section .products-grid.grid4 .product-item {
    width: 31.55%;
  }
  .rtl-layout-posh.posh-auto-parts-style-1 .mostviewd-section .products-grid.grid4 .product-item:nth-child(3n+1) {
    clear: right;
  }
  .rtl-layout-posh.posh-auto-parts-style-1 .mostviewd-section .products-grid.grid4 .product-item:nth-child(3n) {
    margin-left: 0;
    margin-right: 0;
  }
  .rtl-layout-posh.posh-auto-parts-style-1 .mostviewd-section .products-grid.grid4 .product-item:nth-child(4n) {
    margin-right: 0;
    margin-left: 2.5%;
  }
  .rtl-layout-posh.posh-auto-parts-style-1 .mostviewd-section .products-grid.grid5 .product-item:nth-child(3n),
  .rtl-layout-posh.posh-auto-parts-style-1 .mostviewd-section .products-grid.grid6 .product-item:nth-child(3n) {
    margin-left: 2.5%;
    margin-right: 0;
  }
  .rtl-layout-posh .brand.brand-slider-style1 .section-title .brand-nav-arrow,
  .rtl-layout-posh .brand.brand-slider-style1 .section-title .sort-detail,
  .rtl-layout-posh .brand.brand-slider-style1 .section-title .title,
  .rtl-layout-posh.posh-auto-parts-style-1 .heading-section .section-title .title {
    text-align: center !important;
  }
  .rtl-layout-posh.posh-auto-parts-style-1 .heading-section .view-more .readMore,
  .rtl-layout-posh.posh-auto-parts-style-1 .heading-section .view-more .action.primary,
  .rtl-layout-posh.posh-auto-parts-style-1 .heading-section .view-more .amshopby-button,
  .rtl-layout-posh.posh-auto-parts-style-1 .heading-section .view-more .am-filter-go {
    float: none;
  }
  .rtl-layout-posh.page-layout-2columns-left .sidebar-main #layered-filter-block.block.filter .filter-title,
  .rtl-layout-posh.page-layout-2columns-right .sidebar-main #layered-filter-block.block.filter .filter-title,
  .rtl-layout-posh.page-layout-2columns-left .sidebar-additional #layered-filter-block.block.filter .filter-title,
  .rtl-layout-posh.page-layout-2columns-right .sidebar-additional #layered-filter-block.block.filter .filter-title {
    text-align: right;
  }
  .rtl-layout-posh.page-layout-2columns-left .sidebar-main #layered-filter-block.block.filter .filter-title:after,
  .rtl-layout-posh.page-layout-2columns-right .sidebar-main #layered-filter-block.block.filter .filter-title:after,
  .rtl-layout-posh.page-layout-2columns-left .sidebar-additional #layered-filter-block.block.filter .filter-title:after,
  .rtl-layout-posh.page-layout-2columns-right .sidebar-additional #layered-filter-block.block.filter .filter-title:after {
    right: auto;
    left: 12px;
  }
  .rtl-layout-posh .product-tabs-slider .sidebar-shopby .block-content ol {
    text-align: center !important;
  }
  .rtl-layout-posh .home-blog-post-style-4 .homepost-listing li.item:nth-child(2n) {
    margin-left: 0;
  }
  .rtl-layout-posh.page-layout-1column.catalog-category-view .column.main .block.filter#layered-filter-block .filter-title,
  .rtl-layout-posh.catalogsearch-result-index .column.main .block.filter#layered-filter-block .filter-title {
    text-align: right;
  }
  .rtl-layout-posh.page-layout-1column.catalog-category-view .column.main .products-grid .product-items-4.product-items .product-item:nth-of-type(2n):not(div),
  .rtl-layout-posh.catalogsearch-result-index .column.main .products-grid .product-items-4.product-items .product-item:nth-of-type(2n):not(div) {
    margin-left: 0;
  }
  .rtl-layout-posh.page-layout-1column.catalog-category-view .column.main .products-grid .product-items-4.product-items .product-items-5.product-items .product-item:nth-of-type(4n):not(div),
  .rtl-layout-posh.catalogsearch-result-index .column.main .products-grid .product-items-4.product-items .product-items-5.product-items .product-item:nth-of-type(4n):not(div),
  .rtl-layout-posh.page-layout-1column.catalog-category-view .column.main .products-grid .product-items-4.product-items .product-items-5.product-items .product-item:nth-of-type(5n):not(div),
  .rtl-layout-posh.catalogsearch-result-index .column.main .products-grid .product-items-4.product-items .product-items-5.product-items .product-item:nth-of-type(5n):not(div) {
    margin-right: 0;
    margin-left: 3%;
  }
  .rtl-layout-posh.page-layout-1column.catalog-category-view .column.main .products-grid .product-items-4.product-items .product-items-5.product-items .product-item:nth-of-type(3n):not(div),
  .rtl-layout-posh.catalogsearch-result-index .column.main .products-grid .product-items-4.product-items .product-items-5.product-items .product-item:nth-of-type(3n):not(div) {
    margin-left: 0;
  }
  .rtl-layout-posh.page-layout-1column.catalog-category-view .column.main .products-flex-grid.products-grid .product-items-5.product-items .product-item:nth-of-type(4n+1):not(div),
  .rtl-layout-posh.catalogsearch-result-index .column.main .products-flex-grid.products-grid .product-items-5.product-items .product-item:nth-of-type(4n+1):not(div) {
    clear: none;
  }
  .rtl-layout-posh.page-layout-1column.catalog-category-view .column.main .products-flex-grid.products-grid .product-items-5.product-items .product-item:nth-of-type(2n):not(div),
  .rtl-layout-posh.catalogsearch-result-index .column.main .products-flex-grid.products-grid .product-items-5.product-items .product-item:nth-of-type(2n):not(div) {
    border-left-style: solid;
    border-left-width: 1px;
    border-right-style: none;
    border-right-width: 0;
  }
  .rtl-layout-posh.page-layout-1column.catalog-category-view .column.main .products-flex-grid.products-grid .product-items-5.product-items .product-item:nth-of-type(3n+1):not(div),
  .rtl-layout-posh.catalogsearch-result-index .column.main .products-flex-grid.products-grid .product-items-5.product-items .product-item:nth-of-type(3n+1):not(div) {
    clear: none;
  }
  .rtl-layout-posh.page-layout-1column.catalog-category-view .column.main .products-flex-grid.products-grid .product-items-5.product-items .product-item:nth-of-type(3n):not(div),
  .rtl-layout-posh.catalogsearch-result-index .column.main .products-flex-grid.products-grid .product-items-5.product-items .product-item:nth-of-type(3n):not(div) {
    border-left-style: none;
    border-left-width: 0;
    border-right-style: none;
    border-right-width: 0;
  }
  .rtl-layout-posh.page-layout-1column.catalog-category-view .column.main .products-flex-grid.products-grid .product-items-4:nth-of-type(2n):not(div),
  .rtl-layout-posh.catalogsearch-result-index .column.main .products-flex-grid.products-grid .product-items-4:nth-of-type(2n):not(div) {
    border-left-style: none;
    border-left-width: 0;
  }
  .rtl-layout-posh.page-layout-1column.catalog-category-view .column.main .products-flex-grid.products-grid .product-items-4:nth-of-type(3n):not(div),
  .rtl-layout-posh.catalogsearch-result-index .column.main .products-flex-grid.products-grid .product-items-4:nth-of-type(3n):not(div) {
    border-left-style: solid;
    border-left-width: 1px;
    border-right-style: none;
    border-right-width: 0;
  }
  .rtl-layout-posh.page-layout-1column.catalog-category-view .column.main .products-flex-grid.products-grid .product-items-3.product-items .product-item:nth-of-type(3n+1):not(div),
  .rtl-layout-posh.catalogsearch-result-index .column.main .products-flex-grid.products-grid .product-items-3.product-items .product-item:nth-of-type(3n+1):not(div) {
    clear: none;
  }
  .rtl-layout-posh.page-layout-1column.catalog-category-view .column.main .products-flex-grid.products-grid .product-items-3.product-items .product-item:nth-of-type(3n):not(div),
  .rtl-layout-posh.catalogsearch-result-index .column.main .products-flex-grid.products-grid .product-items-3.product-items .product-item:nth-of-type(3n):not(div) {
    border-left-style: solid;
    border-left-width: 1px;
    border-right-style: none;
    border-right-width: 0;
  }
  .rtl-layout-posh.page-layout-1column.catalog-category-view .column.main .products-flex-grid.products-grid .product-items-3.product-items .product-item:nth-of-type(2n):not(div),
  .rtl-layout-posh.catalogsearch-result-index .column.main .products-flex-grid.products-grid .product-items-3.product-items .product-item:nth-of-type(2n):not(div) {
    border-left-style: none;
    border-left-width: 0;
  }
  .rtl-layout-posh .product.data.items .item.content {
    margin-right: 0;
  }
  .rtl-layout-posh .product.info.detailed .product.data.items > .item.title .switch:before {
    right: auto;
    left: 5px;
  }
  .rtl-layout-posh .product.data.items .item.content {
    float: none;
  }
  .rtl-layout-posh .sticky-product .sticky-detail,
  .rtl-layout-posh .sticky-product .sticky-price {
    padding-right: 60px;
  }
  .rtl-layout-posh .sticky-product .sticky-detail {
    padding-left: 0;
  }
  .rtl-layout-posh .cart.table-wrapper .product-item-photo {
    left: auto;
    right: 0;
  }
  .rtl-layout-posh .cart-container .product-item-details {
    padding-right: 70px;
    padding-left: 0;
  }
  .rtl-layout-posh .mageb-osc .opc-wrapper ol > li {
    padding-left: 0;
  }
  .rtl-layout-posh .mageb-osc .field-tooltip {
    margin-top: 35px;
  }
  .rtl-layout-posh .mageb-osc .field ._with-tooltip .field-tooltip._active .field-tooltip-content,
  .rtl-layout-posh .mageb-osc form.form.form-login .field-tooltip._active .field-tooltip-content {
    left: 0;
    right: auto;
    margin-left: 30px;
    margin-right: 0;
  }
  .rtl-layout-posh .login-container .block .block-content:before,
  .rtl-layout-posh .column:not(.sidebar-main) form .actions-toolbar:before,
  .rtl-layout-posh .column:not(.sidebar-additional) form .actions-toolbar:before,
  .rtl-layout-posh .login-container .block .fieldset > .field:before,
  .rtl-layout-posh .login-container .block .block-content:after,
  .rtl-layout-posh .column:not(.sidebar-main) form .actions-toolbar:after,
  .rtl-layout-posh .column:not(.sidebar-additional) form .actions-toolbar:after,
  .rtl-layout-posh .login-container .block .fieldset > .field:after {
    content: '';
    clear: both;
    display: block;
  }
  .rtl-layout-posh .fieldset > .field:not(.choice) > .control {
    float: none;
    display: block;
  }
  .rtl-layout-posh .login-container .block:nth-child(2n+1),
  .rtl-layout-posh .account .column.main .block:not(.widget) .block-content .box:nth-child(2n+1),
  .rtl-layout-posh .magento-rma-guest-returns .column.main .block:not(.widget) .block-content .box:nth-child(2n+1),
  .rtl-layout-posh [class^="sales-guest-"] .column.main .block:not(.widget) .block-content .box:nth-child(2n+1),
  .rtl-layout-posh .sales-guest-view .column.main .block:not(.widget) .block-content .box:nth-child(2n+1) {
    width: 100%;
  }
  .rtl-layout-posh .actions-toolbar .secondary a.action,
  .rtl-layout-posh .actions-toolbar .primary a.action {
    display: inline-block;
  }
  .rtl-layout-posh.account.wishlist-index-index .products-grid .product-item {
    width: 49% !important;
  }
  .rtl-layout-posh.account.wishlist-index-index .products-grid .product-item:nth-child(2n) {
    margin-left: 0 !important;
  }
  .rtl-layout-posh.account.wishlist-index-index .products-grid .product-item:hover {
    box-shadow: none;
    -webkit-box-shadow: none;
  }
  .rtl-layout-posh.account.wishlist-index-index .products-grid .product-item .fieldset .field.qty {
    padding-right: 0;
    padding-left: 10px;
  }
  .rtl-layout-posh.account.wishlist-index-index .products-grid .product-item .product-item-inner {
    padding: 10px !important;
  }
  .rtl-layout-posh .actions-toolbar > .primary,
  .rtl-layout-posh .actions-toolbar > .secondary,
  .rtl-layout-posh .actions-toolbar > .primary .action,
  .rtl-layout-posh .actions-toolbar > .secondary .action {
    margin-bottom: 0;
  }
  .rtl-layout-posh .post-list-wrapper .post-list .item .post-title {
    font-size: 16px;
  }
  .rtl-layout-posh .checkout-payment-method .payment-method-content {
    padding-left: 0;
    padding-right: 0;
  }
  .rtl-layout-posh .aboutus-page .grid-services .item {
    width: 100%;
  }
  .rtl-layout-posh .footer-4 .footer-right {
    margin-right: 0;
    padding-right: 0;
  }
  .rtl-layout-posh .footer-5 .footer-col1 {
    padding-left: 0;
  }
}
@media (max-width: 639px) {
  .rtl-layout-posh {
    /* Flex Grid */
  }
  .rtl-layout-posh .parallax-section .parallax-product .product-items .product-item:nth-of-type(2n) {
    margin-left: 0;
  }
  .rtl-layout-posh .mageTestimonials.mageTestimonialstyle1 .item .mageTmClient .clientDetails {
    text-align: right;
  }
  .rtl-layout-posh .home-blog-post-style-3 .homepost-listing.post-listing-2 li.item,
  .rtl-layout-posh .home-blog-post-style-2 .homepost-listing.post-listing-2 li.item,
  .rtl-layout-posh .home-blog-post-style-3 .homepost-listing.post-listing-2 li.item,
  .rtl-layout-posh .home-blog-post-style-3 .homepost-listing.post-listing-3 li.item {
    width: 100%;
    margin-left: 0;
  }
  .rtl-layout-posh .mageb-osc .opc-wrapper .form-shipping-address,
  .rtl-layout-posh .mageb-osc .opc-wrapper .methods-shipping {
    padding-left: 0;
    padding-right: 0;
  }
  .rtl-layout-posh.cms-posh-auto-parts-style-2 .finderProducts ul {
    padding-left: 0;
  }
  .rtl-layout-posh .footer-5 .footer-col2 {
    padding-right: 0;
  }
  .rtl-layout-posh .footer-5 .footer-col .menuTitle:after {
    right: auto;
    left: 10px;
  }
  .rtl-layout-posh .products-grid .product-item .actions-secondary .action {
    margin-right: 3px;
  }
  .rtl-layout-posh .footer-5 .footer-col {
    padding-left: 0;
  }
  .rtl-layout-posh.posh-home-page-style-1 .home-blog-post-style-1 .homepost-listing .item .detail {
    width: 100%;
    margin-right: 0;
  }
  .rtl-layout-posh .ddFilter .filter-options-item {
    width: 100%;
  }
  .rtl-layout-posh .footer-8 .footer-menu .menuTitle:after {
    right: auto;
    left: 5px;
  }
  .rtl-layout-posh .footer-7 .footer-newsletter-row .block.newsletter input {
    padding-left: 40px;
  }
  .rtl-layout-posh .footer-5 .footer-col2 {
    padding-right: 0;
  }
  .rtl-layout-posh .footer-5 .footer-col .menuTitle:after {
    right: auto;
    left: 10px;
  }
  .rtl-layout-posh .products-grid .product-item .actions-secondary .action {
    margin-right: 3px;
  }
  .rtl-layout-posh .products-grid .product-items-4.product-items .product-item:nth-of-type(3n):not(div) {
    margin-left: 3%;
    margin-right: 0;
  }
  .rtl-layout-posh .products-grid .product-items-4.product-items .product-item:nth-of-type(2n):not(div) {
    margin-right: 0;
    margin-left: 0;
  }
  .rtl-layout-posh.page-layout-1column .today-deal-timer .product-info-main {
    padding-right: 0;
  }
  .rtl-layout-posh .footer-1 .footer-top .footer-col .menuTitle:after {
    right: auto;
    left: 10px;
  }
  .rtl-layout-posh .products-grid .product-item .product-item-inner.style4 ul {
    padding: 0;
  }
  .rtl-layout-posh.posh-auto-parts-style-1 .mostviewd-section .products-grid .product-item {
    width: 48.5%;
  }
  .rtl-layout-posh.posh-auto-parts-style-1 .mostviewd-section .products-grid.grid4 .product-item {
    width: 48.5%;
  }
  .rtl-layout-posh.posh-auto-parts-style-1 .mostviewd-section .products-grid.grid4 .product-item:nth-child(3n) {
    margin-left: 2.5%;
  }
  .rtl-layout-posh.posh-auto-parts-style-1 .mostviewd-section .products-grid.grid4 .product-item:nth-child(2n) {
    margin-left: 0;
  }
  .rtl-layout-posh.posh-auto-parts-style-1 .mostviewd-section .products-grid.grid5 .product-item:nth-child(3n),
  .rtl-layout-posh.posh-auto-parts-style-1 .mostviewd-section .products-grid.grid6 .product-item:nth-child(3n) {
    margin-left: 2.5%;
    margin-right: 0;
  }
  .rtl-layout-posh.page-layout-1column.catalog-category-view .column.main .products-grid .product-items-3.product-items .product-item,
  .rtl-layout-posh.catalogsearch-result-index .column.main .products-grid .product-items-3.product-items .product-item {
    width: 48.5%;
  }
  .rtl-layout-posh.page-layout-1column.catalog-category-view .column.main .products-grid .product-items-3.product-items .product-item:nth-of-type(3n+1):not(div),
  .rtl-layout-posh.catalogsearch-result-index .column.main .products-grid .product-items-3.product-items .product-item:nth-of-type(3n+1):not(div) {
    clear: right;
  }
  .rtl-layout-posh.page-layout-1column.catalog-category-view .column.main .products-grid .product-items-3.product-items .product-item:nth-of-type(3n):not(div),
  .rtl-layout-posh.catalogsearch-result-index .column.main .products-grid .product-items-3.product-items .product-item:nth-of-type(3n):not(div) {
    margin-left: 3%;
  }
  .rtl-layout-posh.page-layout-1column.catalog-category-view .column.main .products-grid .product-items-3.product-items .product-item:nth-of-type(2n):not(div),
  .rtl-layout-posh.catalogsearch-result-index .column.main .products-grid .product-items-3.product-items .product-item:nth-of-type(2n):not(div) {
    margin-left: 0;
  }
  .rtl-layout-posh.page-layout-1column.catalog-category-view .column.main .products-grid .product-items-5.product-items .product-item:nth-of-type(3n):not(div),
  .rtl-layout-posh.catalogsearch-result-index .column.main .products-grid .product-items-5.product-items .product-item:nth-of-type(3n):not(div) {
    margin-left: 3%;
    margin-right: 0;
  }
  .rtl-layout-posh.page-layout-1column.catalog-category-view .column.main .products-grid .product-items-5.product-items .product-item:nth-of-type(2n):not(div),
  .rtl-layout-posh.catalogsearch-result-index .column.main .products-grid .product-items-5.product-items .product-item:nth-of-type(2n):not(div) {
    margin-left: 0;
  }
  .rtl-layout-posh .products-flex-grid.products-grid .product-items-4.product-items .product-item {
    width: 50%;
    margin-right: 0 !important;
  }
  .rtl-layout-posh .products-flex-grid.products-grid .product-items-4.product-items .product-item:nth-of-type(3n):not(div) {
    margin-right: 0;
    border-left-style: solid;
    border-left-width: 1px;
    border-right-style: none;
    border-right-width: 0;
  }
  .rtl-layout-posh .products-flex-grid.products-grid .product-items-4.product-items .product-item:nth-of-type(3n+1):not(div) {
    clear: none;
  }
  .rtl-layout-posh .products-flex-grid.products-grid .product-items-4.product-items .product-item:nth-of-type(2n):not(div) {
    border-left-style: none;
    border-left-width: 0;
  }
  .rtl-layout-posh.page-layout-1column.catalog-category-view .column.main .products-flex-grid.products-grid .product-items-3.product-items .product-item:nth-of-type(3n):not(div),
  .rtl-layout-posh.catalogsearch-result-index .column.main .products-flex-grid.products-grid .product-items-3.product-items .product-item:nth-of-type(3n):not(div) {
    border-left-style: solid;
    border-left-width: 1px;
    border-right-style: none;
    border-right-width: 0;
  }
  .rtl-layout-posh.page-layout-1column.catalog-category-view .column.main .products-flex-grid.products-grid .product-items-3.product-items .product-item:nth-of-type(2n):not(div),
  .rtl-layout-posh.catalogsearch-result-index .column.main .products-flex-grid.products-grid .product-items-3.product-items .product-item:nth-of-type(2n):not(div) {
    border-left-width: 0;
  }
  .rtl-layout-posh.page-layout-1column.catalog-category-view .column.main .products-flex-grid.products-grid .product-items-3.product-items .product-item:nth-of-type(3n+1):not(div),
  .rtl-layout-posh.catalogsearch-result-index .column.main .products-flex-grid.products-grid .product-items-3.product-items .product-item:nth-of-type(3n+1):not(div) {
    clear: none;
  }
  .rtl-layout-posh.page-layout-1column.catalog-category-view .column.main .products-flex-grid.products-grid .product-items-4.product-items .product-item,
  .rtl-layout-posh.catalogsearch-result-index .column.main .products-flex-grid.products-grid .product-items-4.product-items .product-item {
    width: 50%;
    vertical-align: top;
  }
  .rtl-layout-posh.page-layout-1column.catalog-category-view .column.main .products-flex-grid.products-grid .product-items-4.product-items .product-item:nth-of-type(2n+1):not(div),
  .rtl-layout-posh.catalogsearch-result-index .column.main .products-flex-grid.products-grid .product-items-4.product-items .product-item:nth-of-type(2n+1):not(div) {
    clear: right;
  }
  .rtl-layout-posh.page-layout-1column.catalog-category-view .column.main .products-flex-grid.products-grid .product-items-4.product-items .product-item:nth-of-type(3n+1):not(div),
  .rtl-layout-posh.catalogsearch-result-index .column.main .products-flex-grid.products-grid .product-items-4.product-items .product-item:nth-of-type(3n+1):not(div) {
    clear: none;
  }
  .rtl-layout-posh.page-layout-1column.catalog-category-view .column.main .products-flex-grid.products-grid .product-items-4.product-items .product-item:nth-of-type(2n):not(div),
  .rtl-layout-posh.catalogsearch-result-index .column.main .products-flex-grid.products-grid .product-items-4.product-items .product-item:nth-of-type(2n):not(div) {
    border-left-style: solid;
    border-left-width: 1px;
    border-right-style: none;
    border-right-width: 0;
  }
  .rtl-layout-posh.page-layout-1column.catalog-category-view .column.main .products-flex-grid.products-grid .product-items-4.product-items .product-item:nth-of-type(3n):not(div),
  .rtl-layout-posh.catalogsearch-result-index .column.main .products-flex-grid.products-grid .product-items-4.product-items .product-item:nth-of-type(3n):not(div) {
    border-left-style: solid;
    border-left-width: 1px;
    border-right-style: none;
    border-right-width: 0;
  }
  .rtl-layout-posh.page-layout-1column.catalog-category-view .column.main .products-flex-grid.products-grid .product-items-4.product-items .product-item:nth-of-type(2n):not(div),
  .rtl-layout-posh.catalogsearch-result-index .column.main .products-flex-grid.products-grid .product-items-4.product-items .product-item:nth-of-type(2n):not(div) {
    border-left-width: 0;
  }
  .rtl-layout-posh.page-layout-1column.catalog-category-view .column.main .products-flex-grid.products-grid .product-items-4.product-items .product-item:nth-of-type(4n):not(div),
  .rtl-layout-posh.catalogsearch-result-index .column.main .products-flex-grid.products-grid .product-items-4.product-items .product-item:nth-of-type(4n):not(div) {
    border-left-width: 0;
  }
  .rtl-layout-posh.page-layout-1column.catalog-category-view .column.main .products-flex-grid.products-grid .product-items-5.product-items .product-item,
  .rtl-layout-posh.catalogsearch-result-index .column.main .products-flex-grid.products-grid .product-items-5.product-items .product-item {
    width: 50%;
  }
  .rtl-layout-posh.page-layout-1column.catalog-category-view .column.main .products-flex-grid.products-grid .product-items-5.product-items .product-item:nth-of-type(3n+1):not(div),
  .rtl-layout-posh.catalogsearch-result-index .column.main .products-flex-grid.products-grid .product-items-5.product-items .product-item:nth-of-type(3n+1):not(div) {
    clear: none;
  }
  .rtl-layout-posh.page-layout-1column.catalog-category-view .column.main .products-flex-grid.products-grid .product-items-5.product-items .product-item:nth-of-type(3n):not(div),
  .rtl-layout-posh.catalogsearch-result-index .column.main .products-flex-grid.products-grid .product-items-5.product-items .product-item:nth-of-type(3n):not(div) {
    border-left-style: solid;
    border-left-width: 1px;
    border-right-style: none;
    border-right-width: 0;
  }
  .rtl-layout-posh.page-layout-1column.catalog-category-view .column.main .products-flex-grid.products-grid .product-items-5.product-items .product-item:nth-of-type(2n):not(div),
  .rtl-layout-posh.catalogsearch-result-index .column.main .products-flex-grid.products-grid .product-items-5.product-items .product-item:nth-of-type(2n):not(div) {
    border-left-style: none;
    border-left-width: 0;
  }
  .rtl-layout-posh .sticky-product .sticky-image {
    float: right;
  }
  .rtl-layout-posh .actions-toolbar > .primary,
  .rtl-layout-posh .actions-toolbar > .secondary,
  .rtl-layout-posh .actions-toolbar > .primary .action,
  .rtl-layout-posh .actions-toolbar > .secondary .action {
    margin-bottom: 10px;
  }
  .rtl-layout-posh .footer-4 .footer-col .menuTitle:after {
    right: auto;
    left: 5px;
  }
  .rtl-layout-posh .footer-1 .footer-top .footer-col .menuTitle:after,
  .rtl-layout-posh .footer-2 .footer-top .footer-col .menuTitle:after {
    right: auto;
    left: 10px;
  }
  .rtl-layout-posh .footer-3 .footer-social {
    display: block;
    border-left: 0 !important;
    padding-left: 0;
    margin-right: 0;
  }
  .rtl-layout-posh .footer-3 .footer-social li {
    padding: 0 5px;
  }
  .rtl-layout-posh .footer-3 .paymentOptions {
    display: block;
    margin-top: 10px;
  }
  .rtl-layout-posh .footer-3 .ltr li {
    margin: 0 10px;
  }
  .rtl-layout-posh .footer-3 .ltr li:after {
    margin: 0 0 0 -10px;
  }
}
@media (max-width: 480px) {
  .rtl-layout-posh.catalog-product-view #product-addtocart-button {
    margin-bottom: 10px;
  }
  .rtl-layout-posh .category-images .category-items-5 .category-item:nth-child(3n) {
    margin-left: 2%;
  }
  .rtl-layout-posh .category-images .category-items-5 .category-item:nth-child(2n) {
    margin-left: 0;
  }
  .rtl-layout-posh .category-images .category-items-5 .category-item:nth-child(2n+1) {
    clear: right;
  }
  .rtl-layout-posh .category-images .category-items-5 .category-item:nth-child(3n+1) {
    clear: none;
  }
  .rtl-layout-posh .category-images .category-items-6 .category-item:nth-child(1n) {
    margin-left: 2%;
  }
  .rtl-layout-posh .category-images .category-items-6 .category-item:nth-child(3n) {
    margin-left: 0;
  }
  .rtl-layout-posh .category-images .category-items-6 .category-item:nth-child(4n+1) {
    clear: none;
  }
  .rtl-layout-posh .category-images .category-items-6 .category-item:nth-child(3n+1) {
    clear: right;
  }
  .rtl-layout-posh .store-feature.store-feature-style4 li {
    border-left: 0;
  }
  .rtl-layout-posh .header-3 .minicart .minicart-wrapper .action.showcart .counter.qty,
  .rtl-layout-posh .header-3 .minicart .minicart-wrapper .action.showcart .counter.qty.empty {
    left: auto;
    right: 10px;
  }
  .rtl-layout-posh .header-2 .minicart .minicart-wrapper .action.showcart .counter.qty,
  .rtl-layout-posh .header-2 .minicart .minicart-wrapper .action.showcart .counter.qty.empty {
    left: auto;
    right: 10px;
  }
  .rtl-layout-posh .header-8-store-feature.store-feature p {
    padding-right: 27px !important;
  }
  .rtl-layout-posh .home-blog-post .homepost-listing.post-listing-3 li.item,
  .rtl-layout-posh .home-blog-post-style-2 .homepost-listing.post-listing-3 li.item {
    margin-left: 0;
  }
  .rtl-layout-posh.boxed-layout-posh .header-2 .search-toggle {
    padding-right: 0;
  }
  .rtl-layout-posh .header-2 .currency-grid,
  .rtl-layout-posh .header-2 .search-toggle,
  .rtl-layout-posh .header-2 .minicart,
  .rtl-layout-posh .header-2 .language-grid {
    padding-left: 15px;
  }
  .rtl-layout-posh.boxed-layout-posh .header-2 .nav-toggle {
    margin-right: 0;
    margin-left: 15px;
  }
  .rtl-layout-posh .product-info-main .product-reviews-summary .reviews-actions {
    font-size: 13px;
  }
  .rtl-layout-posh.page-layout-2columns-right.catalog-product-view .product-add-form .box-tocart .buynow-button,
  .rtl-layout-posh.page-layout-2columns-left.catalog-product-view .product-add-form .box-tocart .buynow-button {
    padding-right: 0;
  }
  .rtl-layout-posh .header-1 .minicart .minicart-wrapper .block-minicart {
    right: auto;
    left: -10px;
  }
  .rtl-layout-posh .header-1 .minicart .minicart-wrapper .block-minicart:before {
    right: auto;
    left: 22px;
  }
  .rtl-layout-posh .header-1 .nav-toggle {
    left: 60px;
  }
  .rtl-layout-posh .header-1 .phone-no a {
    padding-left: 0;
    padding-right: 0;
  }
  .rtl-layout-posh .header-4 .minicart .minicart-wrapper .block-minicart {
    right: auto;
  }
  .rtl-layout-posh .search-drawer .block.block-search.ajaxSearch .mbAjaxSearch .action.search,
  .rtl-layout-posh .search-drawer .block-search .mbAjaxSearch .action.search {
    right: auto;
    left: 20px;
  }
  .rtl-layout-posh.posh-auto-parts-style-1 .search-drawer .close,
  .rtl-layout-posh.posh-auto-parts-style-2 .search-drawer .close,
  .rtl-layout-posh.posh-auto-parts-style-3 .search-drawer .close {
    right: auto;
    left: 20px;
  }
  .rtl-layout-posh .search-drawer .ajaxSearch.block-search {
    width: 100%;
  }
  .rtl-layout-posh .mbAjaxSearch span.select-wrapper {
    float: right;
  }
  .rtl-layout-posh .products-list .product-item .product-item-details {
    padding-right: 0;
  }
  .rtl-layout-posh .sticky-product .sticky-cart-btn {
    left: 20px;
  }
  .rtl-layout-posh .sticky-product .sticky-cart-btn {
    margin-right: 70px;
    position: static;
    margin-top: 0;
  }
  .rtl-layout-posh .sticky-product .action.primary,
  .rtl-layout-posh .sticky-product .amshopby-button,
  .rtl-layout-posh .sticky-product .am-filter-go {
    padding: 5px 8px;
    font-size: 11px;
  }
  .rtl-layout-posh .sticky-product .sticky-detail .product-name {
    font-size: 14px;
    margin: 0;
  }
  .rtl-layout-posh .today-deal-timer .product-item-inner.style3 ul > li.compare-btn {
    margin-left: 0;
  }
  .rtl-layout-posh .block-cart-failed .action.continue,
  .rtl-layout-posh .cart-container .form-cart .action.continue,
  .rtl-layout-posh .cart-container .cart-gift-item .action.continue {
    width: 100%;
    text-align: center;
  }
  .rtl-layout-posh .cart-container .form-cart .action.update,
  .rtl-layout-posh .cart-container .form-cart .action.clear {
    width: 100%;
    display: block;
  }
  .rtl-layout-posh .newsletter-in .block.newsletter .actions .action.primary,
  .rtl-layout-posh .newsletter-in .block.newsletter .actions .amshopby-button,
  .rtl-layout-posh .newsletter-in .block.newsletter .actions .am-filter-go {
    padding: 0 !important;
  }
  .rtl-layout-posh .advertisement-block .mageb-pattern19 li {
    margin-left: 4.5%;
  }
  .rtl-layout-posh .advertisement-block .mageb-pattern19 li:nth-child(3),
  .rtl-layout-posh .advertisement-block .mageb-pattern19 li:nth-child(5) {
    margin-left: 0;
    width: 47.5%;
  }
}
@media (max-width: 1630px) {
  .posh-auto-parts-style-4 .brand.brand-slider-style2 .nav-arrow.nav-arrow-prev {
    left: 0;
  }
  .posh-auto-parts-style-4 .brand.brand-slider-style2 .nav-arrow.nav-arrow-next {
    right: 0;
  }
}
@media (max-width: 1440px) {
  .container-full,
  .container-fluid {
    margin: 0 20px;
  }
  .header-8 .block-search,
  .header-8 .block.block-search.ajaxSearch {
    max-width: 275px;
  }
  .header-8 .container-fluid {
    margin: 0 20px;
  }
  .header-1 .container {
    padding: 0 20px;
  }
  .page-products.page-layout-1column .product-tabs-slider .products-grid .product-items {
    margin-left: 0;
  }
  .home-blog-post-style-3 .homepost-listing.post-listing-3 li.item .detail {
    position: static;
    width: 100%;
  }
  .footer-2 .footer-newsletter-row.footer-newsletter .block.newsletter {
    width: 85%;
  }
  .quickViewDetails.modal-popup .products-grid .product-item {
    width: 31.4% !important;
  }
  .quickViewDetails.modal-popup .products-grid .product-item:nth-child(3n) {
    margin-right: 0;
    margin-left: 0 !important;
  }
  .quickViewDetails .block .product-item-photo img {
    max-width: 100%;
  }
  .product-tabs-slider.mage-ajaxpro-page .owl-carousel .owl-nav > div.owl-prev,
  .product-tabs-grid.mage-ajaxpro-page .owl-carousel .owl-nav > div.owl-prev {
    left: 0px;
  }
  .product-tabs-slider.mage-ajaxpro-page .owl-carousel .owl-nav > div.owl-next,
  .product-tabs-grid.mage-ajaxpro-page .owl-carousel .owl-nav > div.owl-next {
    right: 0px;
  }
}
@media (max-width: 1240px) {
  .posh-auto-parts-style-3.page-layout-1column .vertical-thumb-slider .fotorama__stage {
    width: 80% !important;
  }
  .brand.brand-slider-style2 .nav-arrow.nav-arrow-next {
    right: 0;
  }
  .brand.brand-slider-style2 .nav-arrow.nav-arrow-prev {
    left: 0;
  }
  .container-full,
  .container-fluid {
    margin: 0 20px;
  }
  .catalog-product-view.page-layout-1column .product.media .store-feature.store-feature-style4 li {
    width: 50%;
  }
  .catalog-product-view.page-layout-1column .product.media .store-feature.store-feature-style4 li:nth-of-type(3n+1) {
    clear: none;
  }
  .catalog-product-view.page-layout-1column .product.media .store-feature.store-feature-style4 li:nth-of-type(2n+1) {
    clear: left;
  }
  .posh-auto-parts-style-4 .brand .logoSliderLayer ul li {
    margin-right: 14px;
  }
  .static-banner-block ul li .sml-banner-detail h3 {
    font-size: 23px;
  }
  .mage-deal-products-style2 .section-title .title,
  .mage-deal-products-style2 .price-box,
  .mage-deal-products-style2 .deal-timer {
    margin-bottom: 15px;
  }
  /* Header Style --------------------------------- */
  .header-1 .container {
    padding: 0 15px;
  }
  .header-1 .cwsMenu > li > a {
    padding: 10px !important;
  }
  .header-1 .user-links.panel.header .links > li {
    margin-right: 10px;
  }
  .header-1 .phone-no {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
  }
  .header-1 .social-header {
    margin-right: 10px;
  }
  .header-8 .logo-grid {
    max-width: 140px;
  }
  .header-8 .user-account {
    margin-left: 15px;
  }
  .header-8 .minicart {
    margin-left: 20px;
  }
  .header-8 .block-search,
  .header-8 .block.block-search.ajaxSearch {
    max-width: 273px;
  }
  .header-8-store-feature.store-feature p {
    font-size: 13px;
    line-height: normal;
  }
  .header-8-store-feature.store-feature p span {
    font-size: 20px;
  }
  /* End Header Style --------------------------------- */
  .mac-os .header-1 .logo-grid {
    width: 9%;
  }
  .posh-home-page-style-1 .page-header .switcher.switcher-language {
    margin-left: 0;
  }
  /* End Header Style 1 ------------------------------- */
  .brand .brandlogoSliderLayer .container {
    padding: 0 15px;
  }
  .brand .logoSliderLayer ul li {
    margin-right: 20px;
  }
  .brand .nav-arrow.nav-arrow-next {
    right: 15px;
  }
  .brand .nav-arrow.nav-arrow-prev {
    left: 15px;
  }
  .posh-home-page-style-2 .main-nav .nav-sections {
    background-color: #fff;
  }
  .posh-home-page-style-2 .home-slider-style2 .home-slider-right .sml-banner:first-of-type {
    margin-bottom: 25px;
  }
  /* Category With Image Home Section ---------------- */
  .category-images .category-item .category-title .title {
    margin-bottom: 20px;
  }
  .category-images .category-item .sort-detail {
    margin-bottom: 10px;
    line-height: normal;
  }
  .category-images .category-item:hover .category-onhover {
    padding: 20px;
  }
  .category-images .category-items-4 .category-thumbnail img {
    width: 100%;
  }
  .category-images .category-items-4 .category-item {
    width: 49%;
  }
  .category-images .category-items-4 .category-item:nth-child(2n) {
    margin-right: 0;
  }
  .category-images .category-items-5 .category-item {
    width: 23.5%;
  }
  .category-images .category-items-5 .category-item:nth-child(5n) {
    margin-right: 2%;
  }
  .category-images .category-items-5 .category-item:nth-child(4n) {
    margin-right: 0;
  }
  .posh-auto-parts-style-2 .category-images .category-item .category-title .title {
    margin-bottom: 0;
  }
  /* End Category With Image Home Section ------------ */
  .testimonial-outer {
    background-size: cover !important;
  }
  /* Products Grid */
  .products-grid .product-item .move-action-disabled .quick-view-btn .magebees_quickview {
    font-size: 15px;
    min-width: 138px;
    top: auto;
    bottom: 0;
  }
  .products-grid .product-item .move-action-disabled .quick-view-btn .magebees_quickview:before {
    width: auto;
    font-size: 16px;
    text-align: left;
    margin-right: 5px;
  }
  .products-grid .product-item .move-action-disabled .actions-primary {
    margin-bottom: 5px;
  }
  .products-grid .product-items-4.product-items .product-item {
    width: 33.1%;
    margin-right: 1%;
    margin-left: 0;
  }
  .products-grid .product-items-4.product-items .product-item:nth-of-type(4n+1):not(div) {
    clear: none;
  }
  .products-grid .product-items-4.product-items .product-item:nth-of-type(4n):not(div) {
    margin-right: 1%;
  }
  .products-grid .product-items-4.product-items .product-item:nth-of-type(3n+1):not(div) {
    clear: left;
  }
  .products-grid .product-items-4.product-items .product-item:nth-of-type(3n):not(div) {
    margin-right: 0;
  }
  .products-grid .product-items-4.product-items .move-action-disabled .actions-primary {
    display: block;
  }
  .products-grid .product-items-5.product-items .product-item {
    width: 24.2%;
    margin-right: 1%;
    margin-left: 0;
  }
  .products-grid .product-items-5.product-items .product-item:nth-of-type(5n+1):not(div) {
    clear: none;
  }
  .products-grid .product-items-5.product-items .product-item:nth-of-type(5n):not(div) {
    margin-right: 1%;
  }
  .products-grid .product-items-5.product-items .product-item:nth-of-type(4n+1):not(div) {
    clear: left;
  }
  .products-grid .product-items-5.product-items .product-item:nth-of-type(4n):not(div) {
    margin-right: 0;
  }
  .products-grid .product-items-5.product-items .move-action-disabled .actions-primary {
    display: block;
  }
  /* Product Flex Grid */
  .products-flex-grid.products-grid .product-items-3.product-items .product-item {
    margin: 0 !important;
  }
  .products-flex-grid.products-grid .product-items-3.product-items .product-item .product-item-inner {
    padding: 0;
  }
  .products-flex-grid.products-grid .product-items-4.product-items .product-item {
    width: 33.15%;
    margin: 0 !important;
  }
  .products-flex-grid.products-grid .product-items-4.product-items .product-item:nth-of-type(3n+1):not(div) {
    clear: left;
  }
  .products-flex-grid.products-grid .product-items-4.product-items .product-item:nth-of-type(3n):not(div) {
    border-right: 0;
  }
  .products-flex-grid.products-grid .product-items-4.product-items .product-item:nth-of-type(4n+1):not(div) {
    clear: none;
  }
  .products-flex-grid.products-grid .product-items-4.product-items .product-item:nth-of-type(4n):not(div) {
    border-right: 1px solid #e8e8e8;
  }
  .products-flex-grid.products-grid .product-items-5.product-items .product-item {
    width: 24.15%;
    margin: 0 !important;
  }
  .products-flex-grid.products-grid .product-items-5.product-items .product-item:nth-of-type(4n+1):not(div) {
    clear: left;
  }
  .products-flex-grid.products-grid .product-items-5.product-items .product-item:nth-of-type(4n):not(div) {
    border-right: 0;
  }
  .products-flex-grid.products-grid .product-items-5.product-items .product-item:nth-of-type(5n+1):not(div) {
    clear: none;
  }
  .products-flex-grid.products-grid .product-items-5.product-items .product-item:nth-of-type(5n):not(div) {
    border-right: 1px solid #e8e8e8;
  }
  .product.info.detailed.vertical #reviews #product-review-container,
  .product.info.detailed.vertical #reviews .block.review-add {
    width: 100%;
  }
  .quickViewDetails.modal-popup .product-items .product-item .actions-primary .action.tocart.primary:before {
    font-size: 15px;
    width: 30px;
    height: 30px;
    line-height: 30px;
  }
  .quickViewDetails.modal-popup .product-items .product-item .actions-secondary .action.towishlist:before,
  .quickViewDetails.modal-popup .product-items .product-item .actions-secondary .action.tocompare:before {
    font-size: 15px;
    width: 30px;
    height: 30px;
    line-height: 30px;
  }
  .footer-2 .footer-newsletter-row.footer-newsletter .block.newsletter {
    width: 80%;
  }
  .footer-2 .footer-newsletter-row.footer-newsletter .actions {
    top: 20px;
  }
}
@media (max-width: 1200px) {
  /* Header Style */
  .header-1,
  .header-2,
  .header-3,
  .header-4,
  .header-5,
  .header-6,
  .header-7,
  .header-8,
  .header-9 {
    /* Mobile Sticky Header --------------------------------------- */
  }
  .header-1.page-header,
  .header-2.page-header,
  .header-3.page-header,
  .header-4.page-header,
  .header-5.page-header,
  .header-6.page-header,
  .header-7.page-header,
  .header-8.page-header,
  .header-9.page-header {
    border-bottom: 0;
    margin-bottom: 2px;
  }
  .header-1 .main-nav .cwsMenu.horizontal > li,
  .header-2 .main-nav .cwsMenu.horizontal > li,
  .header-3 .main-nav .cwsMenu.horizontal > li,
  .header-4 .main-nav .cwsMenu.horizontal > li,
  .header-5 .main-nav .cwsMenu.horizontal > li,
  .header-6 .main-nav .cwsMenu.horizontal > li,
  .header-7 .main-nav .cwsMenu.horizontal > li,
  .header-8 .main-nav .cwsMenu.horizontal > li,
  .header-9 .main-nav .cwsMenu.horizontal > li {
    display: block;
  }
  .header-1 .nav-toggle,
  .header-2 .nav-toggle,
  .header-3 .nav-toggle,
  .header-4 .nav-toggle,
  .header-5 .nav-toggle,
  .header-6 .nav-toggle,
  .header-7 .nav-toggle,
  .header-8 .nav-toggle,
  .header-9 .nav-toggle {
    display: inline-block;
    padding: 0;
    cursor: pointer;
    font-size: 0;
    position: static;
    padding: 0 5px 0 0;
  }
  .header-1 .nav-toggle > span,
  .header-2 .nav-toggle > span,
  .header-3 .nav-toggle > span,
  .header-4 .nav-toggle > span,
  .header-5 .nav-toggle > span,
  .header-6 .nav-toggle > span,
  .header-7 .nav-toggle > span,
  .header-8 .nav-toggle > span,
  .header-9 .nav-toggle > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .header-1 .nav-toggle:before,
  .header-2 .nav-toggle:before,
  .header-3 .nav-toggle:before,
  .header-4 .nav-toggle:before,
  .header-5 .nav-toggle:before,
  .header-6 .nav-toggle:before,
  .header-7 .nav-toggle:before,
  .header-8 .nav-toggle:before,
  .header-9 .nav-toggle:before {
    content: "\e68e";
    font-family: 'themify';
    font-size: 20px;
    vertical-align: middle;
    display: inline-block;
    line-height: inherit;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .header-1 .logo-grid.w10,
  .header-2 .logo-grid.w10,
  .header-3 .logo-grid.w10,
  .header-4 .logo-grid.w10,
  .header-5 .logo-grid.w10,
  .header-6 .logo-grid.w10,
  .header-7 .logo-grid.w10,
  .header-8 .logo-grid.w10,
  .header-9 .logo-grid.w10 {
    width: 15%;
  }
  .header-1 .w45,
  .header-2 .w45,
  .header-3 .w45,
  .header-4 .w45,
  .header-5 .w45,
  .header-6 .w45,
  .header-7 .w45,
  .header-8 .w45,
  .header-9 .w45 {
    width: 42%;
  }
  .header-1 .user-account,
  .header-2 .user-account,
  .header-3 .user-account,
  .header-4 .user-account,
  .header-5 .user-account,
  .header-6 .user-account,
  .header-7 .user-account,
  .header-8 .user-account,
  .header-9 .user-account,
  .header-1 .currency-grid,
  .header-2 .currency-grid,
  .header-3 .currency-grid,
  .header-4 .currency-grid,
  .header-5 .currency-grid,
  .header-6 .currency-grid,
  .header-7 .currency-grid,
  .header-8 .currency-grid,
  .header-9 .currency-grid {
    display: none;
  }
  .header-1 .user-links.panel.header,
  .header-2 .user-links.panel.header,
  .header-3 .user-links.panel.header,
  .header-4 .user-links.panel.header,
  .header-5 .user-links.panel.header,
  .header-6 .user-links.panel.header,
  .header-7 .user-links.panel.header,
  .header-8 .user-links.panel.header,
  .header-9 .user-links.panel.header {
    display: none;
  }
  .header-1 .social-header,
  .header-2 .social-header,
  .header-3 .social-header,
  .header-4 .social-header,
  .header-5 .social-header,
  .header-6 .social-header,
  .header-7 .social-header,
  .header-8 .social-header,
  .header-9 .social-header {
    border-right: 0;
  }
  .header-1 .social-header ul li,
  .header-2 .social-header ul li,
  .header-3 .social-header ul li,
  .header-4 .social-header ul li,
  .header-5 .social-header ul li,
  .header-6 .social-header ul li,
  .header-7 .social-header ul li,
  .header-8 .social-header ul li,
  .header-9 .social-header ul li {
    margin-right: 15px;
  }
  .header-1 #user-links,
  .header-2 #user-links,
  .header-3 #user-links,
  .header-4 #user-links,
  .header-5 #user-links,
  .header-6 #user-links,
  .header-7 #user-links,
  .header-8 #user-links,
  .header-9 #user-links {
    padding: 0;
    margin: 0;
    list-style: none;
  }
  .header-1 #user-links li,
  .header-2 #user-links li,
  .header-3 #user-links li,
  .header-4 #user-links li,
  .header-5 #user-links li,
  .header-6 #user-links li,
  .header-7 #user-links li,
  .header-8 #user-links li,
  .header-9 #user-links li {
    display: block;
    margin: 0;
    padding: 0;
  }
  .header-1 #user-links li a,
  .header-2 #user-links li a,
  .header-3 #user-links li a,
  .header-4 #user-links li a,
  .header-5 #user-links li a,
  .header-6 #user-links li a,
  .header-7 #user-links li a,
  .header-8 #user-links li a,
  .header-9 #user-links li a {
    display: block;
    padding: 5px 10px;
  }
  .header-1 .minicart-wrapper,
  .header-2 .minicart-wrapper,
  .header-3 .minicart-wrapper,
  .header-4 .minicart-wrapper,
  .header-5 .minicart-wrapper,
  .header-6 .minicart-wrapper,
  .header-7 .minicart-wrapper,
  .header-8 .minicart-wrapper,
  .header-9 .minicart-wrapper {
    margin-top: 0;
  }
  .header-1 .top-header .shipping-msg,
  .header-2 .top-header .shipping-msg,
  .header-3 .top-header .shipping-msg,
  .header-4 .top-header .shipping-msg,
  .header-5 .top-header .shipping-msg,
  .header-6 .top-header .shipping-msg,
  .header-7 .top-header .shipping-msg,
  .header-8 .top-header .shipping-msg,
  .header-9 .top-header .shipping-msg {
    display: none;
  }
  .header-1 .top-header .header-top-right .switcher,
  .header-2 .top-header .header-top-right .switcher,
  .header-3 .top-header .header-top-right .switcher,
  .header-4 .top-header .header-top-right .switcher,
  .header-5 .top-header .header-top-right .switcher,
  .header-6 .top-header .header-top-right .switcher,
  .header-7 .top-header .header-top-right .switcher,
  .header-8 .top-header .header-top-right .switcher,
  .header-9 .top-header .header-top-right .switcher {
    display: none;
  }
  .header-1 .block-search .action.search,
  .header-2 .block-search .action.search,
  .header-3 .block-search .action.search,
  .header-4 .block-search .action.search,
  .header-5 .block-search .action.search,
  .header-6 .block-search .action.search,
  .header-7 .block-search .action.search,
  .header-8 .block-search .action.search,
  .header-9 .block-search .action.search,
  .header-1 .block.block-search.ajaxSearch .action.search,
  .header-2 .block.block-search.ajaxSearch .action.search,
  .header-3 .block.block-search.ajaxSearch .action.search,
  .header-4 .block.block-search.ajaxSearch .action.search,
  .header-5 .block.block-search.ajaxSearch .action.search,
  .header-6 .block.block-search.ajaxSearch .action.search,
  .header-7 .block.block-search.ajaxSearch .action.search,
  .header-8 .block.block-search.ajaxSearch .action.search,
  .header-9 .block.block-search.ajaxSearch .action.search {
    top: 0;
  }
  .header-1 .header.content.sticky-mobile,
  .header-2 .header.content.sticky-mobile,
  .header-3 .header.content.sticky-mobile,
  .header-4 .header.content.sticky-mobile,
  .header-5 .header.content.sticky-mobile,
  .header-6 .header.content.sticky-mobile,
  .header-7 .header.content.sticky-mobile,
  .header-8 .header.content.sticky-mobile,
  .header-9 .header.content.sticky-mobile {
    position: fixed;
    top: 0;
    z-index: 999;
    width: 100%;
    padding: 10px 0;
    background-color: rgba(255, 255, 255, 0.89);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    opacity: 1;
    animation: slide-down 0.7s;
    -webkit-animation: slide-down 0.7s;
    -moz-animation: slide-down 0.7s;
    -ms-animation: slide-down 0.7s;
    -ms-transition: none;
    -webkit-transition: none;
    transition: none;
  }
  .header-1 .header.content.sticky-mobile .nav-toggle,
  .header-2 .header.content.sticky-mobile .nav-toggle,
  .header-3 .header.content.sticky-mobile .nav-toggle,
  .header-4 .header.content.sticky-mobile .nav-toggle,
  .header-5 .header.content.sticky-mobile .nav-toggle,
  .header-6 .header.content.sticky-mobile .nav-toggle,
  .header-7 .header.content.sticky-mobile .nav-toggle,
  .header-8 .header.content.sticky-mobile .nav-toggle,
  .header-9 .header.content.sticky-mobile .nav-toggle {
    top: 8px;
  }
  .header-1 .header.content.sticky-mobile .nav-toggle:before,
  .header-2 .header.content.sticky-mobile .nav-toggle:before,
  .header-3 .header.content.sticky-mobile .nav-toggle:before,
  .header-4 .header.content.sticky-mobile .nav-toggle:before,
  .header-5 .header.content.sticky-mobile .nav-toggle:before,
  .header-6 .header.content.sticky-mobile .nav-toggle:before,
  .header-7 .header.content.sticky-mobile .nav-toggle:before,
  .header-8 .header.content.sticky-mobile .nav-toggle:before,
  .header-9 .header.content.sticky-mobile .nav-toggle:before {
    font-size: 21px;
  }
  .header-1 .header.content.sticky-mobile .logo,
  .header-2 .header.content.sticky-mobile .logo,
  .header-3 .header.content.sticky-mobile .logo,
  .header-4 .header.content.sticky-mobile .logo,
  .header-5 .header.content.sticky-mobile .logo,
  .header-6 .header.content.sticky-mobile .logo,
  .header-7 .header.content.sticky-mobile .logo,
  .header-8 .header.content.sticky-mobile .logo,
  .header-9 .header.content.sticky-mobile .logo {
    max-width: 80px;
    position: absolute;
    top: 6px;
    left: 0;
    text-align: center;
    right: 0;
    width: 100%;
    margin: 0 auto;
  }
  .header-1 .header.content.sticky-mobile .header-search,
  .header-2 .header.content.sticky-mobile .header-search,
  .header-3 .header.content.sticky-mobile .header-search,
  .header-4 .header.content.sticky-mobile .header-search,
  .header-5 .header.content.sticky-mobile .header-search,
  .header-6 .header.content.sticky-mobile .header-search,
  .header-7 .header.content.sticky-mobile .header-search,
  .header-8 .header.content.sticky-mobile .header-search,
  .header-9 .header.content.sticky-mobile .header-search {
    display: none;
    margin-top: 2px;
    margin-right: 20px;
  }
  .header-1 .header.content.sticky-mobile .header-search .block.block-search.ajaxSearch .mbAjaxSearch .label,
  .header-2 .header.content.sticky-mobile .header-search .block.block-search.ajaxSearch .mbAjaxSearch .label,
  .header-3 .header.content.sticky-mobile .header-search .block.block-search.ajaxSearch .mbAjaxSearch .label,
  .header-4 .header.content.sticky-mobile .header-search .block.block-search.ajaxSearch .mbAjaxSearch .label,
  .header-5 .header.content.sticky-mobile .header-search .block.block-search.ajaxSearch .mbAjaxSearch .label,
  .header-6 .header.content.sticky-mobile .header-search .block.block-search.ajaxSearch .mbAjaxSearch .label,
  .header-7 .header.content.sticky-mobile .header-search .block.block-search.ajaxSearch .mbAjaxSearch .label,
  .header-8 .header.content.sticky-mobile .header-search .block.block-search.ajaxSearch .mbAjaxSearch .label,
  .header-9 .header.content.sticky-mobile .header-search .block.block-search.ajaxSearch .mbAjaxSearch .label,
  .header-1 .header.content.sticky-mobile .header-search .block-search .mbAjaxSearch .label,
  .header-2 .header.content.sticky-mobile .header-search .block-search .mbAjaxSearch .label,
  .header-3 .header.content.sticky-mobile .header-search .block-search .mbAjaxSearch .label,
  .header-4 .header.content.sticky-mobile .header-search .block-search .mbAjaxSearch .label,
  .header-5 .header.content.sticky-mobile .header-search .block-search .mbAjaxSearch .label,
  .header-6 .header.content.sticky-mobile .header-search .block-search .mbAjaxSearch .label,
  .header-7 .header.content.sticky-mobile .header-search .block-search .mbAjaxSearch .label,
  .header-8 .header.content.sticky-mobile .header-search .block-search .mbAjaxSearch .label,
  .header-9 .header.content.sticky-mobile .header-search .block-search .mbAjaxSearch .label {
    font-size: 15px;
    line-height: 29px;
  }
  .header-1 .header.content.sticky-mobile .header-search .block.block-search.ajaxSearch .mbAjaxSearch .label:before,
  .header-2 .header.content.sticky-mobile .header-search .block.block-search.ajaxSearch .mbAjaxSearch .label:before,
  .header-3 .header.content.sticky-mobile .header-search .block.block-search.ajaxSearch .mbAjaxSearch .label:before,
  .header-4 .header.content.sticky-mobile .header-search .block.block-search.ajaxSearch .mbAjaxSearch .label:before,
  .header-5 .header.content.sticky-mobile .header-search .block.block-search.ajaxSearch .mbAjaxSearch .label:before,
  .header-6 .header.content.sticky-mobile .header-search .block.block-search.ajaxSearch .mbAjaxSearch .label:before,
  .header-7 .header.content.sticky-mobile .header-search .block.block-search.ajaxSearch .mbAjaxSearch .label:before,
  .header-8 .header.content.sticky-mobile .header-search .block.block-search.ajaxSearch .mbAjaxSearch .label:before,
  .header-9 .header.content.sticky-mobile .header-search .block.block-search.ajaxSearch .mbAjaxSearch .label:before,
  .header-1 .header.content.sticky-mobile .header-search .block-search .mbAjaxSearch .label:before,
  .header-2 .header.content.sticky-mobile .header-search .block-search .mbAjaxSearch .label:before,
  .header-3 .header.content.sticky-mobile .header-search .block-search .mbAjaxSearch .label:before,
  .header-4 .header.content.sticky-mobile .header-search .block-search .mbAjaxSearch .label:before,
  .header-5 .header.content.sticky-mobile .header-search .block-search .mbAjaxSearch .label:before,
  .header-6 .header.content.sticky-mobile .header-search .block-search .mbAjaxSearch .label:before,
  .header-7 .header.content.sticky-mobile .header-search .block-search .mbAjaxSearch .label:before,
  .header-8 .header.content.sticky-mobile .header-search .block-search .mbAjaxSearch .label:before,
  .header-9 .header.content.sticky-mobile .header-search .block-search .mbAjaxSearch .label:before {
    width: 30px;
    height: 30px;
  }
  .header-1 .header.content.sticky-mobile .minicart,
  .header-2 .header.content.sticky-mobile .minicart,
  .header-3 .header.content.sticky-mobile .minicart,
  .header-4 .header.content.sticky-mobile .minicart,
  .header-5 .header.content.sticky-mobile .minicart,
  .header-6 .header.content.sticky-mobile .minicart,
  .header-7 .header.content.sticky-mobile .minicart,
  .header-8 .header.content.sticky-mobile .minicart,
  .header-9 .header.content.sticky-mobile .minicart {
    float: right !important;
  }
  .header-1 .header.content.sticky-mobile .minicart .minicart-wrapper .block-minicart:before,
  .header-2 .header.content.sticky-mobile .minicart .minicart-wrapper .block-minicart:before,
  .header-3 .header.content.sticky-mobile .minicart .minicart-wrapper .block-minicart:before,
  .header-4 .header.content.sticky-mobile .minicart .minicart-wrapper .block-minicart:before,
  .header-5 .header.content.sticky-mobile .minicart .minicart-wrapper .block-minicart:before,
  .header-6 .header.content.sticky-mobile .minicart .minicart-wrapper .block-minicart:before,
  .header-7 .header.content.sticky-mobile .minicart .minicart-wrapper .block-minicart:before,
  .header-8 .header.content.sticky-mobile .minicart .minicart-wrapper .block-minicart:before,
  .header-9 .header.content.sticky-mobile .minicart .minicart-wrapper .block-minicart:before {
    right: 19px;
  }
  .header-1 .header.content.sticky-mobile .minicart .minicart-wrapper .action.showcart:before,
  .header-2 .header.content.sticky-mobile .minicart .minicart-wrapper .action.showcart:before,
  .header-3 .header.content.sticky-mobile .minicart .minicart-wrapper .action.showcart:before,
  .header-4 .header.content.sticky-mobile .minicart .minicart-wrapper .action.showcart:before,
  .header-5 .header.content.sticky-mobile .minicart .minicart-wrapper .action.showcart:before,
  .header-6 .header.content.sticky-mobile .minicart .minicart-wrapper .action.showcart:before,
  .header-7 .header.content.sticky-mobile .minicart .minicart-wrapper .action.showcart:before,
  .header-8 .header.content.sticky-mobile .minicart .minicart-wrapper .action.showcart:before,
  .header-9 .header.content.sticky-mobile .minicart .minicart-wrapper .action.showcart:before {
    width: 30px;
    height: 29px;
    font-size: 28px;
  }
  .header-1 .header.content.sticky-mobile .minicart .minicart-wrapper .action.showcart .counter.qty,
  .header-2 .header.content.sticky-mobile .minicart .minicart-wrapper .action.showcart .counter.qty,
  .header-3 .header.content.sticky-mobile .minicart .minicart-wrapper .action.showcart .counter.qty,
  .header-4 .header.content.sticky-mobile .minicart .minicart-wrapper .action.showcart .counter.qty,
  .header-5 .header.content.sticky-mobile .minicart .minicart-wrapper .action.showcart .counter.qty,
  .header-6 .header.content.sticky-mobile .minicart .minicart-wrapper .action.showcart .counter.qty,
  .header-7 .header.content.sticky-mobile .minicart .minicart-wrapper .action.showcart .counter.qty,
  .header-8 .header.content.sticky-mobile .minicart .minicart-wrapper .action.showcart .counter.qty,
  .header-9 .header.content.sticky-mobile .minicart .minicart-wrapper .action.showcart .counter.qty,
  .header-1 .header.content.sticky-mobile .minicart .minicart-wrapper .action.showcart .counter.qty.empty,
  .header-2 .header.content.sticky-mobile .minicart .minicart-wrapper .action.showcart .counter.qty.empty,
  .header-3 .header.content.sticky-mobile .minicart .minicart-wrapper .action.showcart .counter.qty.empty,
  .header-4 .header.content.sticky-mobile .minicart .minicart-wrapper .action.showcart .counter.qty.empty,
  .header-5 .header.content.sticky-mobile .minicart .minicart-wrapper .action.showcart .counter.qty.empty,
  .header-6 .header.content.sticky-mobile .minicart .minicart-wrapper .action.showcart .counter.qty.empty,
  .header-7 .header.content.sticky-mobile .minicart .minicart-wrapper .action.showcart .counter.qty.empty,
  .header-8 .header.content.sticky-mobile .minicart .minicart-wrapper .action.showcart .counter.qty.empty,
  .header-9 .header.content.sticky-mobile .minicart .minicart-wrapper .action.showcart .counter.qty.empty {
    font-size: 11px;
    top: 2px;
    left: 4px;
  }
  .header-6 {
    margin-bottom: 0 !important;
  }
  .header-6 .w20 {
    flex-basis: calc(77% - 95px);
    -ms-flex-basis: calc(77% - 95px);
    -webkit-flex-basis: calc(77% - 95px);
  }
  .header-6 .header-center {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: flex-end;
    -webkit-justify-content: flex-end;
    -ms-justify-content: flex-end;
    flex-basis: 23%;
    -ms-flex-basis: 23%;
    -webkit-flex-basis: 23%;
  }
  .header-6 .header-right {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: flex-end;
    -webkit-justify-content: flex-end;
    -ms-justify-content: flex-end;
    padding-left: 10px;
    flex-basis: 95px;
    -ms-flex-basis: 95px;
    -webkit-flex-basis: 95px;
  }
  .header-6 .nav-toggle {
    cursor: pointer;
    padding: 5px 8px;
    margin-right: 20px;
    float: left;
  }
  .header-6 .nav-toggle:before {
    color: #000000;
  }
  .header-6 .ymm-header .ymm-title h2 {
    font-size: 16px;
  }
  .header-6 .block-search,
  .header-6 .block.block-search.ajaxSearch {
    width: inherit;
    position: static;
  }
  .header-6 .block-search .label,
  .header-6 .block.block-search.ajaxSearch .label {
    display: block !important;
    clip: inherit !important;
    height: inherit !important;
    margin: 0 !important;
    overflow: inherit !important;
    padding: 0 !important;
    position: static !important;
    width: inherit !important;
    cursor: pointer;
  }
  .header-6 .block-search .label:before,
  .header-6 .block.block-search.ajaxSearch .label:before {
    content: "\e610";
    font-family: 'themify';
    font-size: 19px;
    line-height: 25px;
    vertical-align: top;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
  }
  .header-6 .block-search .label + .control,
  .header-6 .block.block-search.ajaxSearch .label + .control {
    /*display: none;*/
    position: absolute;
    left: -100%;
    top: 100%;
    width: 100%;
    background-color: #ffffff;
    padding: 20px;
    box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.35);
  }
  .header-6 #header-content {
    position: relative;
  }
  .header-6 .block-search .label.active + .control,
  .header-6 .block.block-search.ajaxSearch .label.active + .control {
    display: block;
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    background-color: #ffffff;
    padding: 20px !important;
  }
  .header-6 .block.block-search.ajaxSearch #search {
    margin-bottom: 0;
  }
  .header-6 .sticky_menu_button {
    display: none !important;
  }
  .header-6.page-header.sticky #header-content {
    padding-top: 0;
    padding-bottom: 0;
  }
  .header-3 {
    position: static;
  }
  .header-1 .nav-toggle {
    display: block;
    padding: 5px;
  }
  .header-7 .logo-grid {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    -webkit-justify-content: center;
    -ms-justify-content: center;
  }
  .header-7 .nav-toggle {
    flex: 1;
    -webkit-flex: 1;
  }
  .header-7 .main-nav {
    flex: 0;
    -webkit-flex: 0;
  }
  .header-8.page-header {
    margin-bottom: 0;
  }
  .header-8 .nav-toggle {
    float: left;
    padding: 5px 20px 5px 5px;
  }
  .header-8 .logo-grid {
    max-width: 160px;
  }
  .header-8 .user-account {
    display: none;
  }
  .header-8 .block-search,
  .header-8 .block.block-search.ajaxSearch {
    max-width: 340px;
  }
  .header-8 .main-nav {
    flex: inherit;
  }
  .header-8-store-feature.store-feature.store-feature.store-feature-style3 .store-features-home li {
    line-height: normal;
    padding: 10px;
    margin-bottom: 0 !important;
  }
  .header-9 .cwsMenu.horizontal > li {
    display: block !important;
  }
  .header-9 .top-header .email-address {
    float: right;
  }
  .header-9 .block-search .mbAjaxSearch .action.search {
    top: 4px !important;
  }
  .header-9 .search-toggle {
    margin-left: 15px;
  }
  .header-7 .header.content {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .page-header {
    will-change: inherit;
  }
  .page-header .language-grid {
    display: none;
  }
  .page-header .cwsMenu.mega-menu > li {
    border-top: 1px solid #d1d1d1 !important;
  }
  .page-header .cwsMenu.mega-menu > li:first-of-type {
    border-top: 0 !important;
  }
  .page-header .cwsMenu.mega-menu > li > a {
    padding: 8px 40px 8px 15px !important;
  }
  .page-header .cwsMenu li.Level1 > a,
  .page-header .cwsMenu li.Level2 > a {
    padding: 8px 20px 8px 20px !important;
  }
  .page-header .cwsMenu .megamenu li.Level1 > a {
    border-bottom: 0 !important;
  }
  .page-header .cwsMenu .menulbl {
    left: auto;
    top: 10px;
    margin-left: 0 !important;
    right: 44px;
  }
  .cwsMenu.mega-menu > li.megamenu div.subMenu {
    transition: none;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    -ms-transition: none;
  }
  .page-header .switcher {
    padding: 10px !important;
  }
  .page-header .switcher,
  .page-header .switcher .options,
  .page-header .switcher .options .action.toggle {
    display: block;
    width: 100%;
  }
  .page-header .switcher .options .action.toggle:after {
    font-size: 16px;
    right: 5px;
    top: 5px;
  }
  .page-header .switcher .options .action.toggle.active:after {
    font-size: 16px;
    right: 5px;
    top: 5px;
  }
  .page-header .switcher .options ul.dropdown {
    position: static;
    box-shadow: none;
    -webkit-box-shadow: none;
    border: 0;
  }
  .page-header .switcher .options ul.dropdown:before,
  .page-header .switcher .options ul.dropdown:after {
    display: none;
  }
  /* Navigation Common -------------------------------------- */
  .nav-before-open {
    height: 100%;
    overflow-x: hidden;
    width: 100%;
  }
  .nav-before-open .page-wrapper {
    -webkit-transition: left 0.3s;
    -moz-transition: left 0.3s;
    -ms-transition: left 0.3s;
    transition: left 0.3s;
    height: 100%;
    left: 0;
    overflow: hidden;
    position: relative;
  }
  .nav-before-open body {
    height: 100%;
    overflow: hidden;
    position: relative;
    width: 100%;
  }
  .nav-open .page-wrapper {
    left: 80%;
    left: calc(100% - 54px);
  }
  .nav-open .nav-sections {
    -webkit-box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.75);
    -moz-box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.75);
    -ms-box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.75);
    box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.75);
    left: 0;
    z-index: 9999;
  }
  .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;
  }
  .navigation {
    padding: 0;
  }
  .navigation .parent .level-top {
    position: relative;
    display: block;
    text-decoration: none;
  }
  .navigation .parent .level-top:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 42px;
    line-height: inherit;
    color: inherit;
    content: '\e622';
    font-family: 'icons-blank-theme';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .navigation .parent .level-top:after {
    position: absolute;
    right: 7px;
    top: -8px;
  }
  .navigation .parent .level-top.ui-state-active:after {
    content: '\e621';
  }
  .nav-sections {
    -webkit-overflow-scrolling: touch;
    -webkit-transition: left 0.3s;
    -moz-transition: left 0.3s;
    -ms-transition: left 0.3s;
    transition: left 0.3s;
    height: 100%;
    left: -80%;
    left: calc(-1 * (100% - 54px));
    overflow: auto;
    position: fixed;
    top: 0;
    width: 80%;
    width: calc(100% - 54px);
  }
  .nav-sections .nav-sections-item-content {
    padding: 0;
  }
  .nav-sections .switcher {
    border-bottom: 1px solid #d1d1d1;
    border-top: 0;
    font-size: 14px;
    font-weight: 400;
    margin: 0;
    padding: 5px 10px 15px;
  }
  .nav-sections .switcher .label {
    display: block;
    margin-bottom: 5px;
  }
  .nav-sections .switcher:last-child {
    border-bottom: 0;
  }
  .nav-sections .switcher.switcher-language .view-default {
    background-position: 6px center;
    background-color: #efefef;
    padding: 5px 5px 5px 31px;
  }
  .nav-sections .switcher.switcher-language .switcher-dropdown {
    padding: 0;
  }
  .nav-sections .switcher.switcher-language .switcher-dropdown > li {
    margin: 0;
  }
  .nav-sections .switcher.switcher-language .switcher-dropdown > li a {
    padding-left: 21px;
    background-position: 6px center;
    border-bottom: 1px solid #efefef;
    padding: 5px 5px 5px 31px;
    display: block;
  }
  .nav-sections .switcher.switcher-currency .switcher-trigger strong {
    padding: 5px;
  }
  .nav-sections .switcher.switcher-currency .switcher-dropdown {
    padding: 0;
  }
  .nav-sections .switcher.switcher-currency .switcher-dropdown > li {
    margin: 0;
  }
  .nav-sections .switcher.switcher-currency .switcher-dropdown > li a {
    border-bottom: 1px solid #efefef;
    padding: 5px;
    display: block;
  }
  .nav-sections .switcher.switcher-currency .switcher-options .switcher-dropdown {
    display: none;
  }
  .nav-sections .switcher.switcher-currency .switcher-options.active .switcher-dropdown {
    display: block;
  }
  .nav-sections .switcher-trigger {
    position: relative;
  }
  .nav-sections .switcher-trigger strong {
    font-weight: normal;
  }
  .nav-sections .switcher-trigger:after {
    position: absolute;
    right: -3px;
    top: -14px;
    content: "\e64b";
    font-family: 'themify';
    font-size: 9px;
    margin-left: 5px;
    line-height: 25px;
    vertical-align: top;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
  }
  .nav-sections .switcher-trigger.active:after {
    content: "\e648";
    font-family: 'themify';
    font-size: 9px;
    margin-left: 5px;
    line-height: 25px;
    vertical-align: top;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
  }
  .nav-sections .switcher-dropdown {
    margin: 0;
    padding: 0;
    list-style: none none;
    padding: 10px 0;
  }
  .nav-sections .header.links {
    margin: 0;
    padding: 0;
    list-style: none none;
    border-bottom: 0;
  }
  .nav-sections .header.links li {
    font-size: 14px;
    margin: 0;
  }
  .nav-sections .header.links li.greet.welcome {
    border-bottom: 1px solid #d1d1d1;
    border-top: 0;
    font-weight: 400;
    padding: 0.8rem 20px;
  }
  .nav-sections .header.links li > a {
    border-bottom: 1px solid #d1d1d1;
    border-top: 0;
  }
  .nav-sections .header.links a,
  .nav-sections .header.links a:hover {
    color: #575757;
    text-decoration: none;
    display: block;
    font-weight: 400;
    padding: 5px 15px;
  }
  .nav-sections .header.links .header.links {
    border: 0;
  }
  .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%;
    text-transform: uppercase;
    font-weight: 600;
    cursor: pointer;
  }
  .nav-sections-item-title:first-of-type {
    border-left: 0;
  }
  .nav-sections-item-title.active {
    background: #fff;
    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: 10px 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;
  }
  .nav-sections-item-title {
    display: inline-block !important;
  }
  .nav-sections-item-title + .nav-sections-item-content {
    display: none !important;
  }
  .nav-sections-item-title.active + .nav-sections-item-content,
  .nav-sections-item-content > * {
    display: block !important;
  }
  .nav-sections-item-content > script {
    display: none !important;
  }
  .cwsMenu.mega-menu > li.megamenu div.subMenu .cmsbk {
    display: none;
  }
  .nav-before-open .header-1 .nav-toggle:before,
  .nav-before-open .header-2 .nav-toggle:before,
  .nav-before-open .header-3 .nav-toggle:before,
  .nav-before-open .header-4 .nav-toggle:before,
  .nav-before-open .header-5 .nav-toggle:before,
  .nav-before-open .header-6 .nav-toggle:before,
  .nav-before-open .header-7 .nav-toggle:before,
  .nav-before-open .header-8 .nav-toggle:before,
  .nav-before-open .header-9 .nav-toggle:before {
    content: "\e646";
    font-family: 'themify';
    color: #fff !important;
    position: relative;
    z-index: 100;
  }
  .header-1.page-header {
    margin-bottom: 0;
  }
  .header-2 .main-nav {
    border: 0;
  }
  .header-2 .nav-toggle {
    float: left;
    margin-right: 20px;
  }
  .header-3 .top-header {
    display: none;
  }
  .header-3 .switcher-currency {
    float: none;
  }
  .header-3 .logo-grid.w25,
  .header-3 .header-right.w25 {
    width: 30%;
  }
  .header-3 .main-nav {
    width: initial;
    padding: 0;
  }
  .header-3 .nav-toggle {
    float: left;
    width: 40%;
    display: block;
  }
  .header-4 .logo {
    float: left;
  }
  .header-4 .nav-toggle {
    float: left;
    display: block;
    margin-right: 20px;
    margin-top: 26px;
  }
  .header-5 .nav-toggle:before {
    font-size: 20px;
  }
  .header-5 .menu-icon {
    display: none;
  }
  .side-menu .closebtn,
  .language-grid {
    display: none;
  }
  .side-menu .nav-sections .switcher-trigger strong {
    padding-left: 20px;
    background-position: left center;
  }
  .side-menu .nav-sections .switcher-trigger strong:after {
    display: none;
  }
  .side-menu .nav-sections .switcher-trigger:after {
    right: 0;
    top: 0;
    font-size: 11px;
  }
  .nav-sections {
    background: #fff;
  }
  .nav-sections #user-links {
    padding: 0;
    margin: 0;
    list-style: none;
  }
  .nav-sections #user-links li {
    display: block;
    margin: 0;
    padding: 0;
  }
  .nav-sections #user-links li a {
    display: block;
    padding: 5px 10px;
  }
  .cwsMenu.mega-menu > li.megamenu > ul.subMenu {
    margin-top: 0 !important;
  }
  .page-header .switcher.switcher-language {
    margin-left: 0;
  }
  .header-1 .setting-links {
    display: none;
  }
  .page-header .switcher .options ul.dropdown li {
    padding: 0;
  }
  .page-header .switcher-language.language .options ul.dropdown li a {
    padding-left: 21px !important;
    background-position: 0 center;
  }
  .nav-sections .switcher .label {
    display: none !important;
  }
  .nav-sections .switcher.switcher-currency .switcher-dropdown > li a,
  .nav-sections .switcher.switcher-language .switcher-dropdown > li a {
    border-bottom: 0 !important;
  }
  .slider-style3 {
    margin-top: 0;
  }
}
@media (max-width: 1024px) {
  .footer-4 .posh-about-text-block {
    width: 100%;
  }
  .footer-4 .footer-right {
    float: right;
    width: 100%;
    border-left: 0 !important;
    margin-left: 0;
    padding-left: 0;
    margin-bottom: 30px;
  }
  .search-drawer .block-search .control {
    display: block;
  }
  .store-feature li {
    width: 50%;
  }
  .store-feature li:nth-child(1n),
  .store-feature li:nth-child(2n) {
    margin-bottom: 10px;
  }
  .mage-deal-slider .owl-carousel .owl-nav .owl-prev {
    left: 0 !important;
  }
  /* Header Style 1 */
  .header-1 .social-header ul li {
    margin-right: 10px;
  }
  .header-1 .social-header ul li a {
    font-size: 16px;
  }
  .category-images .owl-carousel .owl-nav,
  .category-images .owl-carousel:hover .owl-nav,
  .bestseller-product .mage-bestseller-slider .owl-carousel .owl-nav,
  .bestseller-product .mage-bestseller-slider .owl-carousel:hover .owl-nav,
  .newproduct-section .owl-carousel .owl-nav,
  .newproduct-section .owl-carousel:hover .owl-nav {
    opacity: 1;
    visibility: visible;
  }
  .newproduct-section .owl-carousel .owl-nav {
    margin-top: -100px;
  }
  .posh-auto-parts-style-3 .bestseller-product .mage-bestseller-slider .owl-carousel .owl-nav,
  .posh-auto-parts-style-3 .newproduct-section .owl-carousel .owl-nav {
    margin-top: -70px;
  }
  .product.media .store-feature li {
    width: 100%;
  }
  .products-grid .product-items-5.product-items .product-item {
    width: 32.35%;
    margin-right: 1%;
    margin-left: 0;
  }
  .products-grid .product-items-5.product-items .product-item:nth-of-type(4n+1):not(div) {
    clear: none;
  }
  .products-grid .product-items-5.product-items .product-item:nth-of-type(4n):not(div) {
    margin-right: 1%;
  }
  .products-grid .product-items-5.product-items .product-item:nth-of-type(3n+1):not(div) {
    clear: left;
  }
  .products-grid .product-items-5.product-items .product-item:nth-of-type(3n):not(div) {
    margin-right: 0;
  }
}
@media (max-width: 999px) {
  .header-4 .nav-toggle {
    margin-top: 16px;
  }
  .products-grid .product-item .product-item-inner.style4 .magebees_quickview {
    position: static !important;
  }
  .bundle-options-container {
    width: 100%;
  }
  .bundle-options-container .bundle-options-wrapper {
    width: 100% !important;
  }
  .bundle-options-container .block-bundle-summary {
    width: 100% !important;
    float: none;
    clear: both;
    padding: 0;
  }
  .posh-auto-parts-style-5 .testimonial-outer .magetmQuotes {
    font-size: 16px;
    line-height: 26px;
  }
  .static-feature-block li {
    width: 31.4%;
  }
  .static-feature-block li:nth-of-type(3n) {
    margin-right: 0;
  }
  .static-feature-block li:nth-of-type(4n),
  .static-feature-block li:nth-of-type(5n) {
    margin-top: 60px;
  }
  .posh-auto-parts-style-5 .category-images-style1 .category-item .category-title .title {
    font-size: 14px;
  }
  .slider-style5 .finderProducts.horizontal {
    position: static;
    -webkit-transform: none;
    transform: none;
    -ms-transform: none;
    background-color: #000;
    padding: 20px 10px;
    margin-bottom: 0;
  }
  .slider-style5 .finderProducts.horizontal h3 {
    font-size: 30px;
  }
  .header-4 .block.block-search.ajaxSearch .action.search {
    top: 3px !important;
  }
  .header-4 .logo-grid .logo img {
    max-width: 100px;
  }
  .slider-style4 .finderProducts h3,
  .posh-auto-parts-style-4 .finderProducts.horizontal h3 {
    margin-bottom: 10px;
  }
  .slider-style4 .finderProducts ul,
  .posh-auto-parts-style-4 .finderProducts.horizontal ul {
    padding: 0;
  }
  .fotorama__stage {
    width: 100% !important;
  }
  .finderProducts.vertical ul {
    width: 100%;
  }
  .slider-style1 .finderProducts .button-set .button {
    width: 49%;
  }
  .posh-auto-parts-style-4 .testimonial-outer .mageTestimonials {
    padding: 0 60px;
  }
  .posh-auto-parts-style-4 .testimonial-outer .magetmQuotes {
    font-size: 18px;
    line-height: 32px;
  }
  .slider-style4 .finderProducts {
    padding: 35px 15px;
  }
  .slider-style4 .finderDropdowns {
    flex-direction: column;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
  }
  .slider-style4 .finderProducts ul {
    padding: 0;
    margin-bottom: 15px;
    width: 100%;
  }
  .slider-style4 .finderProducts .button-set button,
  .slider-style4 .finderProducts .button-set .cart.table-wrapper .actions-toolbar > .action,
  .slider-style4 .finderProducts .button-set .action-gift {
    margin: 0 5px;
  }
  .slider-style4 .finderProducts h3 {
    margin: 0 0 10px;
  }
  .slider-style4 .finderProducts ul {
    display: flex;
    display: -webkit-flex;
    display: -ms-flex;
  }
  .slider-style4 .finderProducts ul li {
    width: 33%;
    margin-right: 15px;
  }
  .mage-deal-products-style2 .d-flex {
    flex-direction: column;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
  }
  .mage-deal-products-style2 .deal-timer.d-flex {
    flex-direction: row;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
  }
  .mage-deal-products-style2 .f-text {
    padding: 50px 20px;
  }
  .mage-deal-products-style2 .sort-detail {
    font-size: 20px;
  }
  .mage-deal-products-style2 .product-title {
    font-size: 24px;
  }
  .static-banner-block ul li .sml-banner-detail h3 {
    font-size: 20px;
  }
  .static-banner-block ul li .sml-banner-detail .action.secondary {
    font-size: 13px;
    padding: 8px 15px !important;
  }
  .home-blog-post-style-4 .homepost-listing.post-listing-4 li.item {
    width: 31.6%;
    margin-bottom: 2.5%;
  }
  .home-blog-post-style-4 .homepost-listing.post-listing-4 li.item:nth-of-type(3n) {
    margin-right: 0;
  }
  .home-blog-post-style-4 .homepost-listing.post-listing-4 li.item:nth-of-type(4n) {
    margin-right: 2.5%;
  }
  .posh-auto-parts-style-1 .mageb-patn-inner .mageb-pattern16 .mageb-full-caption h4 {
    font-size: 24px !important;
  }
  .boxed-layout-posh .header-3 .logo-grid.w20 {
    text-align: center;
    width: 60%;
  }
  .boxed-layout-posh .header-3 .nav-toggle {
    width: 20%;
  }
  .boxed-layout-posh .header-3 .w60 {
    width: auto;
  }
  .boxed-layout-posh .header-3 .header-right.w20 {
    width: 20%;
  }
  .boxed-layout-posh .header-4 .logo-grid.w20 {
    width: 22%;
  }
  .boxed-layout-posh .header-4 .search-style4.w60 {
    width: 57%;
  }
  .boxed-layout-posh .header-4 .w20.header-right {
    width: 20%;
  }
  .boxed-layout-posh .header-6 .w20 {
    -webkit-flex-basis: auto;
    flex-basis: auto;
    -ms-flex-basis: auto;
    flex: 10;
    -webkit-flex: 10;
    -ms-flex: 10;
  }
  .boxed-layout-posh .header-6 .header-center,
  .boxed-layout-posh .header-6 .header-right {
    flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
  }
  .boxed-layout-posh .header-6 .main-nav {
    margin-bottom: 0;
  }
  .boxed-layout-posh .header-7 .nav-toggle {
    -webkit-flex: 3;
    flex: 3;
    -ms-flex: 3;
  }
  .boxed-layout-posh .header-8 .main-nav {
    -webkit-flex: 0;
    flex: 0;
    -ms-flex: 0;
  }
  .boxed-layout-posh .header-8 .header-right {
    -webkit-flex: 3;
    flex: 3;
    -ms-flex: 3;
  }
  .header-8-store-feature.store-feature p {
    position: relative;
    padding-left: 30px;
    text-align: left;
    line-height: 18px;
  }
  .header-8-store-feature.store-feature span {
    position: absolute;
    left: 0;
    top: 3px;
  }
  .header-1.header-fluid,
  .header-7 {
    overflow: hidden;
  }
  .boxed-layout-posh .footer-8 .footer-newsletter .block.newsletter {
    width: 100%;
  }
  .footer-8 .footer-newsletter .block.newsletter {
    width: 100%;
  }
  .footer-8 .footer-social {
    float: none;
    clear: both;
    text-align: center;
    padding-top: 30px;
  }
  .footer-8 .copytext-outer .payment-option {
    padding-left: 20px;
  }
  .footer-9 .footer-social li {
    padding: 0 2px;
    margin-bottom: 10px;
  }
  .footer-9 .footer-top .payment-option {
    font-size: 25px;
  }
  .header-7 .top-header {
    padding: 10px 20px;
  }
  .header-7 .cwsMenuOuter ul.cwsMenu {
    text-align: left;
  }
  .header-7 .cwsMenu.horizontal > li {
    float: none !important;
    display: block !important;
  }
  .header-7 .logo-grid {
    margin-left: 20px;
  }
  .header-7 .setting-links {
    display: none;
  }
  .header-7 > .container {
    padding-left: 15px;
    padding-right: 15px;
  }
  .table-wrapper.comparison {
    max-width: 880px;
    overflow-x: scroll;
  }
  .table-wrapper.comparison .cell {
    padding: 10px;
    min-width: 250px;
    width: inherit;
  }
  .table-comparison {
    table-layout: inherit;
  }
  .cms-posh-auto-parts-style-3 .header-6 {
    margin-bottom: 0 !important;
  }
  .page-title-wrap {
    padding: 30px 0;
  }
  #maincontent {
    padding-top: 20px;
  }
  .cms-posh-auto-parts-style-2 .finderProducts {
    padding: 20px 0;
  }
  .latestpost-home,
  .testimonial-home {
    width: 100%;
    padding-right: 0;
    padding-left: 0;
  }
  .testimonial-home {
    border-bottom: solid 2px #ddd;
    padding-bottom: 30px;
    margin-bottom: 30px;
  }
  .home-blog-post .view-more,
  .home-blog-post-style-2 .view-more,
  .testimonial-outer .mageTestimonials .button-set {
    margin-bottom: 20px;
  }
  .footer-5 .footer-col .menuTitle,
  .footer-5 .footer-newsletter .title-section {
    font-size: 18px;
  }
  .footer-5 .switcher {
    float: none;
    clear: both;
    margin-top: 10px;
  }
  .quickViewDetails {
    margin: 0 50px;
  }
  .quickViewDetails .product-add-form .box-tocart .actions {
    width: 60%;
  }
  .slider-style1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
  }
  .slider-style1 > .container {
    order: 1;
    -webkit-order: 1;
    max-width: 100%;
    padding: 0;
    width: 100%;
  }
  .slider-style1 .cwsSlider {
    order: 0;
    -webkit-order: 0;
  }
  .slider-style1 .finderProducts.vertical {
    position: static;
    max-width: 100%;
    margin: 0;
  }
  .slider-style3 {
    margin-top: 0;
  }
  .style1 {
    position: relative;
    clear: both;
    overflow: hidden;
  }
  .checkout-index-index .nav-sections,
  .checkout-index-index .nav-toggle {
    display: block !important;
  }
  .cms-posh-home-page-style-2 .header-4 {
    margin-bottom: 20px !important;
  }
  /* Product With Tabs -------------------------------------------- */
  .mage-ajaxpro-page.left-sidebar .sidebar-shopby {
    width: 100% !important;
    text-align: center;
  }
  .mage-ajaxpro-page.left-sidebar .sidebar-shopby .section-title {
    text-align: center;
  }
  .mage-ajaxpro-page.left-sidebar .sidebar-shopby .section-title .sort-detail {
    text-align: center;
  }
  .mage-ajaxpro-page.left-sidebar .sidebar-shopby .block-content ol li {
    display: inline-block !important;
  }
  .mage-ajaxpro-page.left-sidebar .category-product-filter {
    width: 100% !important;
  }
  .product-tabs-slider.mage-ajaxpro-page .sidebar-shopby .block-title strong {
    font-size: 25px;
    line-height: 28px;
  }
  .page-products.page-layout-1column .product-tabs-grid.mage-ajaxpro-page .products-grid .product-item {
    width: 32%;
    margin-right: 2%;
    margin-top: 2%;
  }
  .page-products.page-layout-1column .product-tabs-grid.mage-ajaxpro-page .products-grid .product-item:nth-child(4n) {
    margin-right: 2%;
  }
  .page-products.page-layout-1column .product-tabs-grid.mage-ajaxpro-page .products-grid .product-item:nth-child(3n) {
    margin-right: 0;
  }
  .page-products.page-layout-1column .product-tabs-grid.mage-ajaxpro-page .products-grid .product-item:nth-child(4n+1) {
    clear: none;
  }
  .page-products.page-layout-1column .product-tabs-grid.mage-ajaxpro-page .products-grid .product-item:nth-child(3n+1) {
    clear: left;
  }
  /* End Product With Tabs --------------------------------------- */
  /* MostViewd With Grid Styles  -------------------------- */
  .cwsFeatured .products-grid.grid6 .product-item.item,
  .cwsNewProducts .products-grid.grid6 .product-item.item,
  .mostviewd-section .cwsMostviewed .products-grid.grid6 .product-item.item,
  .bestseller-product.cwsBestSeller .products-grid.grid6 .product-item.item {
    width: 32%;
    margin-right: 2%;
    margin-top: 2%;
  }
  .cwsFeatured .products-grid.grid6 .product-item.item:nth-child(6n),
  .cwsNewProducts .products-grid.grid6 .product-item.item:nth-child(6n),
  .mostviewd-section .cwsMostviewed .products-grid.grid6 .product-item.item:nth-child(6n),
  .bestseller-product.cwsBestSeller .products-grid.grid6 .product-item.item:nth-child(6n) {
    margin-right: 2%;
  }
  .cwsFeatured .products-grid.grid6 .product-item.item:nth-child(3n),
  .cwsNewProducts .products-grid.grid6 .product-item.item:nth-child(3n),
  .mostviewd-section .cwsMostviewed .products-grid.grid6 .product-item.item:nth-child(3n),
  .bestseller-product.cwsBestSeller .products-grid.grid6 .product-item.item:nth-child(3n) {
    margin-right: 0;
  }
  .cwsFeatured .products-grid.grid6 .product-item.item:nth-child(6n+1),
  .cwsNewProducts .products-grid.grid6 .product-item.item:nth-child(6n+1),
  .mostviewd-section .cwsMostviewed .products-grid.grid6 .product-item.item:nth-child(6n+1),
  .bestseller-product.cwsBestSeller .products-grid.grid6 .product-item.item:nth-child(6n+1) {
    clear: none;
  }
  .cwsFeatured .products-grid.grid6 .product-item.item:nth-child(3n+1),
  .cwsNewProducts .products-grid.grid6 .product-item.item:nth-child(3n+1),
  .mostviewd-section .cwsMostviewed .products-grid.grid6 .product-item.item:nth-child(3n+1),
  .bestseller-product.cwsBestSeller .products-grid.grid6 .product-item.item:nth-child(3n+1) {
    clear: left;
  }
  .cwsFeatured .products-grid.grid5 .product-item.item,
  .cwsNewProducts .products-grid.grid5 .product-item.item,
  .mostviewd-section .cwsMostviewed .products-grid.grid5 .product-item.item,
  .bestseller-product.cwsBestSeller .products-grid.grid5 .product-item.item {
    width: 32%;
    margin-right: 2%;
    margin-top: 2%;
  }
  .cwsFeatured .products-grid.grid5 .product-item.item:nth-child(5n),
  .cwsNewProducts .products-grid.grid5 .product-item.item:nth-child(5n),
  .mostviewd-section .cwsMostviewed .products-grid.grid5 .product-item.item:nth-child(5n),
  .bestseller-product.cwsBestSeller .products-grid.grid5 .product-item.item:nth-child(5n) {
    margin-right: 2%;
  }
  .cwsFeatured .products-grid.grid5 .product-item.item:nth-child(3n),
  .cwsNewProducts .products-grid.grid5 .product-item.item:nth-child(3n),
  .mostviewd-section .cwsMostviewed .products-grid.grid5 .product-item.item:nth-child(3n),
  .bestseller-product.cwsBestSeller .products-grid.grid5 .product-item.item:nth-child(3n) {
    margin-right: 0;
  }
  .cwsFeatured .products-grid.grid5 .product-item.item:nth-child(5n+1),
  .cwsNewProducts .products-grid.grid5 .product-item.item:nth-child(5n+1),
  .mostviewd-section .cwsMostviewed .products-grid.grid5 .product-item.item:nth-child(5n+1),
  .bestseller-product.cwsBestSeller .products-grid.grid5 .product-item.item:nth-child(5n+1) {
    clear: none;
  }
  .cwsFeatured .products-grid.grid5 .product-item.item:nth-child(3n+1),
  .cwsNewProducts .products-grid.grid5 .product-item.item:nth-child(3n+1),
  .mostviewd-section .cwsMostviewed .products-grid.grid5 .product-item.item:nth-child(3n+1),
  .bestseller-product.cwsBestSeller .products-grid.grid5 .product-item.item:nth-child(3n+1) {
    clear: left;
  }
  .cwsFeatured .products-grid.grid4 .product-item.item,
  .cwsNewProducts .products-grid.grid4 .product-item.item,
  .mostviewd-section .cwsMostviewed .products-grid.grid4 .product-item.item,
  .bestseller-product.cwsBestSeller .products-grid.grid4 .product-item.item {
    width: 32%;
    margin-right: 2%;
    margin-top: 2%;
  }
  .cwsFeatured .products-grid.grid4 .product-item.item:nth-child(4n),
  .cwsNewProducts .products-grid.grid4 .product-item.item:nth-child(4n),
  .mostviewd-section .cwsMostviewed .products-grid.grid4 .product-item.item:nth-child(4n),
  .bestseller-product.cwsBestSeller .products-grid.grid4 .product-item.item:nth-child(4n) {
    margin-right: 2%;
  }
  .cwsFeatured .products-grid.grid4 .product-item.item:nth-child(3n),
  .cwsNewProducts .products-grid.grid4 .product-item.item:nth-child(3n),
  .mostviewd-section .cwsMostviewed .products-grid.grid4 .product-item.item:nth-child(3n),
  .bestseller-product.cwsBestSeller .products-grid.grid4 .product-item.item:nth-child(3n) {
    margin-right: 0;
  }
  .cwsFeatured .products-grid.grid4 .product-item.item:nth-child(4n+1),
  .cwsNewProducts .products-grid.grid4 .product-item.item:nth-child(4n+1),
  .mostviewd-section .cwsMostviewed .products-grid.grid4 .product-item.item:nth-child(4n+1),
  .bestseller-product.cwsBestSeller .products-grid.grid4 .product-item.item:nth-child(4n+1) {
    clear: none;
  }
  .cwsFeatured .products-grid.grid4 .product-item.item:nth-child(3n+1),
  .cwsNewProducts .products-grid.grid4 .product-item.item:nth-child(3n+1),
  .mostviewd-section .cwsMostviewed .products-grid.grid4 .product-item.item:nth-child(3n+1),
  .bestseller-product.cwsBestSeller .products-grid.grid4 .product-item.item:nth-child(3n+1) {
    clear: left;
  }
  .cwsFeatured .owl-carousel .owl-nav,
  .cwsNewProducts .owl-carousel .owl-nav,
  .mostviewd-section .cwsMostviewed .owl-carousel .owl-nav,
  .bestseller-product.cwsBestSeller .owl-carousel .owl-nav {
    opacity: 1;
    visibility: visible;
  }
  /* End MostViewd / Featured Slider With Grid Styles  ---------------------- */
  /* Parallax Section -------------------------------------------- */
  .parallax-section .section-title .title {
    margin-top: 0;
  }
  .parallax-section .half-col {
    width: 100%;
    background-size: cover;
    background-position: center;
  }
  .parallax-section .parallax-product {
    padding: 40px;
    margin: 0;
  }
  .parallax-section .parallax-product .product-item .product-item-name {
    line-height: normal;
  }
  .parallax-section .parallax-product .product-item .product-item-inner {
    display: none;
  }
  /* End Parallax Section ---------------------------------------- */
  .posh-home-page-style-2 .welcome-content .right {
    left: 0;
    padding: 0;
    margin-top: 0;
    margin-bottom: 30px;
  }
  .posh-home-page-style-2 .welcome-content .left {
    right: 0;
    padding: 0;
    margin-top: 30px;
    margin-bottom: 0;
  }
  .today-deal-timer-style-2.today-deal-timer .today-deal-detail {
    padding: 15px;
  }
  .today-deal-timer-style-2.today-deal-timer .product.media {
    width: 100%;
  }
  .today-deal-timer-style-2.today-deal-timer .product.media #vertical-timer {
    width: 100%;
  }
  .today-deal-timer-style-2.today-deal-timer .product.media #vertical-timer .deal-caption-o {
    border-bottom: solid 1px #333;
  }
  .today-deal-timer-style-2.today-deal-timer .product.media #vertical-timer .deal-caption {
    position: static;
    min-width: 100%;
    text-align: center;
    border-radius: 0;
    -webkit-border-radius: 0;
    margin: 0;
    line-height: normal;
  }
  .today-deal-timer-style-2.today-deal-timer .product.media #vertical-timer .timer-product {
    margin-left: 0;
  }
  .today-deal-timer-style-2.today-deal-timer .product.media .product-image-container {
    margin: 0 auto;
  }
  .today-deal-timer-style-2.today-deal-timer .product.media .today-product-photo {
    width: 100%;
  }
  .today-deal-timer-style-2.today-deal-timer .product-info-main {
    width: 100%;
    padding-left: 0;
  }
  .today-deal-timer-style-2.today-deal-timer #timer-countbox .countdown-section {
    padding: 0;
  }
  /* Newproduct Slider With Grid Styles  ------------------------ */
  .newproduct-section.newproduct-listmode .product-items .product-item-photo {
    width: 80px;
  }
  .newproduct-section.newproduct-listmode .product-items .product-item-details {
    margin-left: 95px;
  }
  .newproduct-section .cwsNew .products-grid .item .product-item-inner {
    padding: 0 !important;
  }
  /* End Newproduct Slider With Grid Styles  ---------------------- */
  /* Category With Image Home Section ---------------- */
  .category-images .category-item .category-title .title {
    font-size: 20px;
  }
  .category-images .category-item:hover .category-onhover {
    height: 45px;
    padding: 10px;
  }
  /* End Category With Image Home Section ------------ */
  .loading-btn {
    margin: 20px 0 !important;
  }
  /* Products Listing Style -------------------------------------- */
  .posh-home-page-style-2 .products-grid .product-item .timer-product {
    bottom: 48px;
  }
  .products-grid {
    /* 3 Products Grid Row */
    /* End 3 Products Grid Row */
  }
  .products-grid .timer-product {
    bottom: 48px;
  }
  .products-grid .product-items.hover-style7 .timer-product {
    bottom: 10px;
  }
  .products-grid .product-item {
    margin-bottom: 20px;
  }
  .products-grid .product-item:hover .timer-product {
    display: block;
  }
  .products-grid .product-item .move-action-disabled.move-quick-btn {
    opacity: 1;
    top: auto;
    bottom: 0;
  }
  .products-grid .product-item .move-action-disabled.move-quick-btn .magebees_quickview:before {
    width: auto !important;
  }
  .products-grid .product-item .actions-primary .action.tocart.primary:before {
    font-size: 18px;
  }
  .products-grid .product-item .magebees_quickview:before {
    font-size: 18px;
  }
  .products-grid .product-item .actions-secondary .action.towishlist:before,
  .products-grid .product-item .actions-secondary .action.tocompare:before {
    font-size: 18px;
  }
  .products-grid .product-item .product-item-inner {
    opacity: 1 !important;
    padding: 0 !important;
    visibility: visible !important;
    position: static !important;
  }
  .products-grid .product-item .product-item-inner.style2 {
    opacity: 0 !important;
    padding: 0 !important;
    visibility: hidden !important;
    position: absolute !important;
  }
  .products-grid .product-item .product-item-inner.style4 {
    padding-top: 10px !important;
  }
  .products-grid .product-item .product-item-inner.style4 ul {
    padding: 0 10px;
  }
  .products-grid .product-item .product-item-inner.style4 .magebees_quickview,
  .products-grid .product-item .product-item-inner.style4 .action.tocart.primary,
  .products-grid .product-item .product-item-inner.style4 .action.towishlist,
  .products-grid .product-item .product-item-inner.style4 .action.tocompare,
  .products-grid .product-item .product-item-inner.style4 .stock.available,
  .products-grid .product-item .product-item-inner.style4 .stock.unavailable,
  .products-grid .product-item .product-item-inner.style4 .stock {
    width: 35px;
    height: 35px;
    line-height: 35px;
  }
  .products-grid .product-item .product-item-inner.style4 .magebees_quickview:before,
  .products-grid .product-item .product-item-inner.style4 .action.tocart.primary:before,
  .products-grid .product-item .product-item-inner.style4 .action.towishlist:before,
  .products-grid .product-item .product-item-inner.style4 .action.tocompare:before,
  .products-grid .product-item .product-item-inner.style4 .stock.available:before,
  .products-grid .product-item .product-item-inner.style4 .stock.unavailable:before,
  .products-grid .product-item .product-item-inner.style4 .stock:before {
    font-size: 16px;
    height: 35px;
    line-height: 35px;
  }
  .products-grid .product-item .product-item-inner.style4 .magebees_quickview .tooltip-icon,
  .products-grid .product-item .product-item-inner.style4 .action.tocart.primary .tooltip-icon,
  .products-grid .product-item .product-item-inner.style4 .action.towishlist .tooltip-icon,
  .products-grid .product-item .product-item-inner.style4 .action.tocompare .tooltip-icon,
  .products-grid .product-item .product-item-inner.style4 .stock.available .tooltip-icon,
  .products-grid .product-item .product-item-inner.style4 .stock.unavailable .tooltip-icon,
  .products-grid .product-item .product-item-inner.style4 .stock .tooltip-icon {
    margin-left: -28px;
  }
  .products-grid .product-item .product-item-inner.style6 .btn-horizontal,
  .products-grid .product-item .product-item-inner.style6 .quick-view-btn {
    opacity: 1;
    visibility: visible;
  }
  .products-grid .product-item .product-item-inner.style6 .btn-horizontal {
    bottom: 0;
    position: static;
  }
  .products-grid .product-item:hover .product-item-inner {
    opacity: 1 !important;
    visibility: visible !important;
    position: static !important;
  }
  .products-grid .product-item:hover .product-item-inner.style2 {
    position: absolute !important;
  }
  .products-grid .prodLabel.text-label {
    width: 35px !important;
    height: 20px !important;
  }
  .products-grid .product-items-3.product-items .product-item {
    width: 48.3%;
  }
  .products-grid .product-items-3.product-items .product-item:nth-of-type(3n+1):not(div) {
    clear: none;
  }
  .products-grid .product-items-3.product-items .product-item:nth-of-type(3n):not(div) {
    margin-right: 3%;
  }
  .products-grid .product-items-3.product-items .product-item:nth-of-type(2n):not(div) {
    margin-right: 0;
  }
  .loading-btn button,
  .loading-btn .cart.table-wrapper .actions-toolbar > .action,
  .loading-btn .action-gift,
  .loading-btn .cart.table-wrapper .actions-toolbar > .action,
  .loading-btn .action-gift,
  .loading-btn .action-gift {
    padding: 10px 20px !important;
  }
  /* End Products Listing Style -------------------------------------- */
  .sections-spacing,
  .fullwidth-section {
    padding: 40px 0 !important;
  }
  .section-bottom-spacing {
    margin-bottom: 40px !important;
  }
  .posh-home-page-style-3 .store-feature {
    padding-top: 40px !important;
  }
  .today-deal-timer-style-2.today-deal-timer .product.media .product-image-container {
    width: 100% !important;
    max-width: 400px;
  }
  .welcome-content .right + .left,
  .welcome-content .left + .right {
    margin-top: 30px;
  }
  .welcome-content .container {
    display: block;
  }
  .welcome-content .content_section h4 {
    font-size: 17px;
  }
  .welcome-content .left {
    float: none;
    width: 100%;
    padding-right: 0;
    margin-bottom: 0;
  }
  .welcome-content .right {
    float: none;
    width: 100%;
    padding-left: 0;
    margin-bottom: 0;
  }
  .welcome-content .image_section {
    width: 100%;
    text-align: center;
    display: block;
    float: none;
    clear: both;
  }
  .welcome-content .image_section img {
    margin: 0 auto;
    width: 100%;
  }
  .posh-auto-parts-style-2 .welcome-content .right {
    margin-top: 0;
  }
  .posh-auto-parts-style-2 .welcome-content .left {
    margin-bottom: 0;
  }
  .posh-auto-parts-style-2 .welcome-content .container {
    display: -webkit-flex;
    display: -webkit-box;
    display: -moz-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  /* Posh Home Style-1 ----------------------------------------------- */
  .posh-home-page-style-1 .prodLabel > div,
  .posh-home-page-style-2 .prodLabel > div,
  .posh-home-page-style-3 .prodLabel > div {
    background-size: inherit !important;
  }
  .posh-home-page-style-1 .page-header .switcher#switcher-currency,
  .posh-home-page-style-2 .page-header .switcher#switcher-currency,
  .posh-home-page-style-3 .page-header .switcher#switcher-currency,
  .posh-home-page-style-1 .nav-sections .switcher#switcher-currency,
  .posh-home-page-style-2 .nav-sections .switcher#switcher-currency,
  .posh-home-page-style-3 .nav-sections .switcher#switcher-currency {
    display: none;
  }
  .posh-home-page-style-1 .main-nav .nav-sections .nav-sections-item-content .switcher.switcher-currency,
  .posh-home-page-style-2 .main-nav .nav-sections .nav-sections-item-content .switcher.switcher-currency,
  .posh-home-page-style-3 .main-nav .nav-sections .nav-sections-item-content .switcher.switcher-currency,
  .posh-home-page-style-1 .main-nav .nav-sections .nav-sections-item-content .switcher.language,
  .posh-home-page-style-2 .main-nav .nav-sections .nav-sections-item-content .switcher.language,
  .posh-home-page-style-3 .main-nav .nav-sections .nav-sections-item-content .switcher.language {
    display: block !important;
    float: none;
  }
  .posh-home-page-style-1 .page-header .switcher .options ul.dropdown,
  .posh-home-page-style-2 .page-header .switcher .options ul.dropdown,
  .posh-home-page-style-3 .page-header .switcher .options ul.dropdown {
    position: static;
    min-width: inherit;
    width: 100%;
    background: none;
    padding: 0;
    margin: 0;
  }
  .posh-home-page-style-1 .page-header .switcher .options .action.toggle:after,
  .posh-home-page-style-2 .page-header .switcher .options .action.toggle:after,
  .posh-home-page-style-3 .page-header .switcher .options .action.toggle:after,
  .posh-home-page-style-1 .nav-sections .switcher .options .action.toggle:after,
  .posh-home-page-style-2 .nav-sections .switcher .options .action.toggle:after,
  .posh-home-page-style-3 .nav-sections .switcher .options .action.toggle:after {
    position: absolute;
    right: 5px;
    top: 0px;
  }
  .posh-home-page-style-1 .nav-sections .switcher,
  .posh-home-page-style-2 .nav-sections .switcher,
  .posh-home-page-style-3 .nav-sections .switcher {
    padding: 10px 5px;
  }
  .posh-home-page-style-1 .nav-sections .switcher.switcher-language .view-default,
  .posh-home-page-style-2 .nav-sections .switcher.switcher-language .view-default,
  .posh-home-page-style-3 .nav-sections .switcher.switcher-language .view-default {
    background-color: inherit;
  }
  .posh-home-page-style-1 .nav-sections .switcher.switcher-currency .switcher-trigger strong,
  .posh-home-page-style-2 .nav-sections .switcher.switcher-currency .switcher-trigger strong,
  .posh-home-page-style-3 .nav-sections .switcher.switcher-currency .switcher-trigger strong {
    background-color: inherit;
    cursor: pointer;
  }
  .posh-home-page-style-1 .nav-sections .switcher-trigger strong:after,
  .posh-home-page-style-2 .nav-sections .switcher-trigger strong:after,
  .posh-home-page-style-3 .nav-sections .switcher-trigger strong:after {
    display: none !important;
  }
  .posh-home-page-style-1 .nav-sections .switcher .label,
  .posh-home-page-style-2 .nav-sections .switcher .label,
  .posh-home-page-style-3 .nav-sections .switcher .label {
    display: none;
  }
  .posh-home-page-style-1 .page-header .switcher .options ul.dropdown,
  .posh-home-page-style-2 .page-header .switcher .options ul.dropdown,
  .posh-home-page-style-3 .page-header .switcher .options ul.dropdown,
  .posh-home-page-style-1 .page-header .switcher .options ul.dropdown,
  .posh-home-page-style-2 .page-header .switcher .options ul.dropdown,
  .posh-home-page-style-3 .page-header .switcher .options ul.dropdown {
    box-shadow: none;
    -webkit-box-shadow: none;
  }
  .posh-home-page-style-1 .page-header .switcher .options ul.dropdown:before,
  .posh-home-page-style-2 .page-header .switcher .options ul.dropdown:before,
  .posh-home-page-style-3 .page-header .switcher .options ul.dropdown:before,
  .posh-home-page-style-1 .page-header .switcher .options ul.dropdown:before,
  .posh-home-page-style-2 .page-header .switcher .options ul.dropdown:before,
  .posh-home-page-style-3 .page-header .switcher .options ul.dropdown:before {
    display: none;
  }
  .posh-home-page-style-1 .page-header .switcher .options .action.toggle,
  .posh-home-page-style-2 .page-header .switcher .options .action.toggle,
  .posh-home-page-style-3 .page-header .switcher .options .action.toggle,
  .posh-home-page-style-1 .page-header .switcher .options,
  .posh-home-page-style-2 .page-header .switcher .options,
  .posh-home-page-style-3 .page-header .switcher .options {
    display: block;
    padding: 0;
  }
  .posh-home-page-style-1 .nav-sections .switcher.switcher-currency .switcher-options.active .switcher-dropdown,
  .posh-home-page-style-2 .nav-sections .switcher.switcher-currency .switcher-options.active .switcher-dropdown,
  .posh-home-page-style-3 .nav-sections .switcher.switcher-currency .switcher-options.active .switcher-dropdown {
    width: 100%;
    padding: 0;
  }
  .posh-home-page-style-1 .main-nav .nav-sections,
  .posh-home-page-style-2 .main-nav .nav-sections,
  .posh-home-page-style-3 .main-nav .nav-sections {
    background-color: #fff;
  }
  .posh-home-page-style-1 .page-header .switcher,
  .posh-home-page-style-2 .page-header .switcher,
  .posh-home-page-style-3 .page-header .switcher {
    padding: 10px;
    display: inline-block;
  }
  .posh-home-page-style-1 .vertical-thumb-slider .fotorama-inner .fotorama__stage__frame.fotorama_vertical_ratio,
  .posh-home-page-style-2 .vertical-thumb-slider .fotorama-inner .fotorama__stage__frame.fotorama_vertical_ratio,
  .posh-home-page-style-3 .vertical-thumb-slider .fotorama-inner .fotorama__stage__frame.fotorama_vertical_ratio {
    border-color: transparent !important;
  }
  .posh-home-page-style-1 .fotorama,
  .posh-home-page-style-2 .fotorama,
  .posh-home-page-style-3 .fotorama {
    overflow: visible;
  }
  .posh-home-page-style-1.page-layout-1column .posh-home-page-style-1.page-layout-2columns-left .product.media,
  .posh-home-page-style-1.page-layout-1column .posh-home-page-style-2.page-layout-2columns-left .product.media,
  .posh-home-page-style-1.page-layout-1column .posh-home-page-style-3.page-layout-2columns-left .product.media,
  .posh-home-page-style-2.page-layout-1column .posh-home-page-style-1.page-layout-2columns-left .product.media,
  .posh-home-page-style-2.page-layout-1column .posh-home-page-style-2.page-layout-2columns-left .product.media,
  .posh-home-page-style-2.page-layout-1column .posh-home-page-style-3.page-layout-2columns-left .product.media,
  .posh-home-page-style-3.page-layout-1column .posh-home-page-style-1.page-layout-2columns-left .product.media,
  .posh-home-page-style-3.page-layout-1column .posh-home-page-style-2.page-layout-2columns-left .product.media,
  .posh-home-page-style-3.page-layout-1column .posh-home-page-style-3.page-layout-2columns-left .product.media,
  .posh-home-page-style-1.page-layout-2columns-right .product.media,
  .posh-home-page-style-2.page-layout-2columns-right .product.media,
  .posh-home-page-style-3.page-layout-2columns-right .product.media,
  .posh-home-page-style-1.page-layout-3columns .product.media,
  .posh-home-page-style-2.page-layout-3columns .product.media,
  .posh-home-page-style-3.page-layout-3columns .product.media,
  .posh-home-page-style-1.page-layout-1column .posh-home-page-style-1.page-layout-2columns-left .product-info-main,
  .posh-home-page-style-1.page-layout-1column .posh-home-page-style-2.page-layout-2columns-left .product-info-main,
  .posh-home-page-style-1.page-layout-1column .posh-home-page-style-3.page-layout-2columns-left .product-info-main,
  .posh-home-page-style-2.page-layout-1column .posh-home-page-style-1.page-layout-2columns-left .product-info-main,
  .posh-home-page-style-2.page-layout-1column .posh-home-page-style-2.page-layout-2columns-left .product-info-main,
  .posh-home-page-style-2.page-layout-1column .posh-home-page-style-3.page-layout-2columns-left .product-info-main,
  .posh-home-page-style-3.page-layout-1column .posh-home-page-style-1.page-layout-2columns-left .product-info-main,
  .posh-home-page-style-3.page-layout-1column .posh-home-page-style-2.page-layout-2columns-left .product-info-main,
  .posh-home-page-style-3.page-layout-1column .posh-home-page-style-3.page-layout-2columns-left .product-info-main,
  .posh-home-page-style-1.page-layout-2columns-right .product-info-main,
  .posh-home-page-style-2.page-layout-2columns-right .product-info-main,
  .posh-home-page-style-3.page-layout-2columns-right .product-info-main,
  .posh-home-page-style-1.page-layout-3columns .product-info-main,
  .posh-home-page-style-2.page-layout-3columns .product-info-main,
  .posh-home-page-style-3.page-layout-3columns .product-info-main {
    width: 100%;
  }
  .posh-home-page-style-1 .page-title,
  .posh-home-page-style-2 .page-title,
  .posh-home-page-style-3 .page-title {
    font-size: 2.4rem;
  }
  .posh-home-page-style-1 #notification_slider .bxslider > li,
  .posh-home-page-style-2 #notification_slider .bxslider > li,
  .posh-home-page-style-3 #notification_slider .bxslider > li {
    font-size: 12px;
    padding: 5px 30px;
  }
  .posh-home-page-style-1 #notification_slider a#close_notification,
  .posh-home-page-style-2 #notification_slider a#close_notification,
  .posh-home-page-style-3 #notification_slider a#close_notification {
    right: 10px;
    width: auto;
  }
  .posh-home-page-style-1 #notification_slider .button,
  .posh-home-page-style-2 #notification_slider .button,
  .posh-home-page-style-3 #notification_slider .button {
    margin-left: 10px;
  }
  .posh-home-page-style-1 .products-grid .product-item .product-item-inner.move-action-disabled,
  .posh-home-page-style-2 .products-grid .product-item .product-item-inner.move-action-disabled,
  .posh-home-page-style-3 .products-grid .product-item .product-item-inner.move-action-disabled {
    display: none;
  }
  .page-layout-1column.catalog-category-view .column.main,
  .catalogsearch-result-index .column.main {
    /* 5 Products Grid Row */
  }
  .page-layout-1column.catalog-category-view .column.main .product-items .product-item-inner,
  .catalogsearch-result-index .column.main .product-items .product-item-inner {
    position: static;
  }
  .page-layout-1column.catalog-category-view .column.main .product-items-4.product-items .product-item,
  .catalogsearch-result-index .column.main .product-items-4.product-items .product-item {
    width: 22.7%;
    margin-right: 3%;
    margin-left: 0;
  }
  .page-layout-1column.catalog-category-view .column.main .product-items-4.product-items .product-item:nth-of-type(3n):not(div),
  .catalogsearch-result-index .column.main .product-items-4.product-items .product-item:nth-of-type(3n):not(div) {
    margin-right: 3%;
  }
  .page-layout-1column.catalog-category-view .column.main .product-items-4.product-items .product-item .prodLabel.text-label,
  .catalogsearch-result-index .column.main .product-items-4.product-items .product-item .prodLabel.text-label {
    width: 35px !important;
    height: 20px !important;
  }
  .page-layout-1column.catalog-category-view .column.main .product-items-5.product-items .product-item,
  .catalogsearch-result-index .column.main .product-items-5.product-items .product-item {
    width: 22.6%;
    margin-right: 3%;
    margin-left: 0;
  }
  .page-layout-1column.catalog-category-view .column.main .product-items-5.product-items .product-item:nth-of-type(5n+1):not(div),
  .catalogsearch-result-index .column.main .product-items-5.product-items .product-item:nth-of-type(5n+1):not(div) {
    clear: none;
  }
  .page-layout-1column.catalog-category-view .column.main .product-items-5.product-items .product-item:nth-of-type(5n):not(div),
  .catalogsearch-result-index .column.main .product-items-5.product-items .product-item:nth-of-type(5n):not(div) {
    margin-right: 3%;
  }
  .page-layout-1column.catalog-category-view .column.main .product-items-5.product-items .product-item:nth-of-type(4n+1):not(div),
  .catalogsearch-result-index .column.main .product-items-5.product-items .product-item:nth-of-type(4n+1):not(div) {
    clear: left;
  }
  .page-layout-1column.catalog-category-view .column.main .product-items-5.product-items .product-item:nth-of-type(4n):not(div),
  .catalogsearch-result-index .column.main .product-items-5.product-items .product-item:nth-of-type(4n):not(div) {
    margin-right: 0;
  }
  .page-layout-1column.catalog-category-view .column.main .products-list .product-items .product-item,
  .catalogsearch-result-index .column.main .products-list .product-items .product-item {
    width: 100%;
    margin-right: 0 !important;
  }
  .home-blog-post-style-3 .homepost-listing li.item .detail {
    position: static;
    bottom: 100%;
    width: 100%;
  }
  /* Product Flex Grid */
  .products-flex-grid.products-grid .product-items-3.product-items .product-item {
    width: 48.5%;
    margin-right: 0;
  }
  .products-flex-grid.products-grid .product-items-3.product-items .product-item:nth-of-type(3n):not(div) {
    margin-right: 0;
    border-right-style: solid;
    border-right-width: 1px;
  }
  .products-flex-grid.products-grid .product-items-3.product-items .product-item:nth-of-type(3n+1):not(div) {
    clear: none;
  }
  .products-flex-grid.products-grid .product-items-3.product-items .product-item:nth-of-type(2n):not(div) {
    border-right: 0;
  }
  .page-layout-1column.catalog-category-view .column.main .products-flex-grid.products-grid .product-item .actions-primary .action.tocart.primary:before,
  .catalogsearch-result-index .column.main .products-flex-grid.products-grid .product-item .actions-primary .action.tocart.primary:before,
  .page-layout-1column.catalog-category-view .column.main .products-flex-grid.products-grid .product-item .magebees_quickview:before,
  .catalogsearch-result-index .column.main .products-flex-grid.products-grid .product-item .magebees_quickview:before,
  .page-layout-1column.catalog-category-view .column.main .products-flex-grid.products-grid .product-item .actions-secondary .action.towishlist:before,
  .catalogsearch-result-index .column.main .products-flex-grid.products-grid .product-item .actions-secondary .action.towishlist:before,
  .page-layout-1column.catalog-category-view .column.main .products-flex-grid.products-grid .product-item .actions-secondary .action.tocompare:before,
  .catalogsearch-result-index .column.main .products-flex-grid.products-grid .product-item .actions-secondary .action.tocompare:before,
  .page-layout-1column.catalog-category-view .column.main .products-flex-grid.products-grid .product-item .actions-secondary .stock.available:before,
  .catalogsearch-result-index .column.main .products-flex-grid.products-grid .product-item .actions-secondary .stock.available:before,
  .page-layout-1column.catalog-category-view .column.main .products-flex-grid.products-grid .product-item .actions-secondary .stock.unavailable:before,
  .catalogsearch-result-index .column.main .products-flex-grid.products-grid .product-item .actions-secondary .stock.unavailable:before {
    font-size: 20px;
    width: 45px;
    height: 45px;
    line-height: 45px;
  }
  .page-layout-1column.catalog-category-view .column.main .products-flex-grid.products-grid .product-items-2.product-items .product-item,
  .catalogsearch-result-index .column.main .products-flex-grid.products-grid .product-items-2.product-items .product-item {
    width: 50%;
    margin: 0 !important;
    border-right-style: solid;
    border-right-width: 1px;
    border-bottom-style: solid;
    border-bottom-width: 1px;
  }
  .page-layout-1column.catalog-category-view .column.main .products-flex-grid.products-grid .product-items-2.product-items .product-item:nth-of-type(2n+1):not(div),
  .catalogsearch-result-index .column.main .products-flex-grid.products-grid .product-items-2.product-items .product-item:nth-of-type(2n+1):not(div) {
    clear: left;
  }
  .page-layout-1column.catalog-category-view .column.main .products-flex-grid.products-grid .product-items-2.product-items .product-item:nth-of-type(2n):not(div),
  .catalogsearch-result-index .column.main .products-flex-grid.products-grid .product-items-2.product-items .product-item:nth-of-type(2n):not(div) {
    border-right-style: none;
    border-right-width: 0;
  }
  .page-layout-1column.catalog-category-view .column.main .products-flex-grid.products-grid .product-items-3.product-items .product-item,
  .catalogsearch-result-index .column.main .products-flex-grid.products-grid .product-items-3.product-items .product-item {
    width: 33.15%;
    margin: 0 !important;
    border-right-style: solid;
    border-right-width: 1px;
    border-bottom-style: solid;
    border-bottom-width: 1px;
  }
  .page-layout-1column.catalog-category-view .column.main .products-flex-grid.products-grid .product-items-3.product-items .product-item:nth-of-type(3n+1):not(div),
  .catalogsearch-result-index .column.main .products-flex-grid.products-grid .product-items-3.product-items .product-item:nth-of-type(3n+1):not(div) {
    clear: left;
  }
  .page-layout-1column.catalog-category-view .column.main .products-flex-grid.products-grid .product-items-3.product-items .product-item:nth-of-type(3n):not(div),
  .catalogsearch-result-index .column.main .products-flex-grid.products-grid .product-items-3.product-items .product-item:nth-of-type(3n):not(div) {
    border-right-style: none;
    border-right-width: 0;
  }
  .page-layout-1column.catalog-category-view .column.main .products-flex-grid.products-grid .product-items-4.product-items .product-item,
  .catalogsearch-result-index .column.main .products-flex-grid.products-grid .product-items-4.product-items .product-item {
    width: 33.15%;
    margin: 0 !important;
    border-right-style: solid;
    border-right-width: 1px;
    border-bottom-style: solid;
    border-bottom-width: 1px;
  }
  .page-layout-1column.catalog-category-view .column.main .products-flex-grid.products-grid .product-items-4.product-items .product-item:nth-of-type(3n+1):not(div),
  .catalogsearch-result-index .column.main .products-flex-grid.products-grid .product-items-4.product-items .product-item:nth-of-type(3n+1):not(div) {
    clear: left;
  }
  .page-layout-1column.catalog-category-view .column.main .products-flex-grid.products-grid .product-items-4.product-items .product-item:nth-of-type(3n):not(div),
  .catalogsearch-result-index .column.main .products-flex-grid.products-grid .product-items-4.product-items .product-item:nth-of-type(3n):not(div) {
    border-right-style: none;
    border-right-width: 0;
  }
  .page-layout-1column.catalog-category-view .column.main .products-flex-grid.products-grid .product-items-4.product-items .product-item:nth-of-type(4n):not(div),
  .catalogsearch-result-index .column.main .products-flex-grid.products-grid .product-items-4.product-items .product-item:nth-of-type(4n):not(div) {
    border-right-style: solid;
    border-right-width: 1px;
  }
  .page-layout-1column.catalog-category-view .column.main .products-flex-grid.products-grid .product-items-5.product-items .product-item,
  .catalogsearch-result-index .column.main .products-flex-grid.products-grid .product-items-5.product-items .product-item {
    width: 24.15%;
    margin: 0 !important;
    border-right-style: solid;
    border-right-width: 1px;
    border-bottom-style: solid;
    border-bottom-width: 1px;
  }
  .page-layout-1column.catalog-category-view .column.main .products-flex-grid.products-grid .product-items-5.product-items .product-item:nth-of-type(5n+1):not(div),
  .catalogsearch-result-index .column.main .products-flex-grid.products-grid .product-items-5.product-items .product-item:nth-of-type(5n+1):not(div) {
    clear: none;
  }
  .page-layout-1column.catalog-category-view .column.main .products-flex-grid.products-grid .product-items-5.product-items .product-item:nth-of-type(4n+1):not(div),
  .catalogsearch-result-index .column.main .products-flex-grid.products-grid .product-items-5.product-items .product-item:nth-of-type(4n+1):not(div) {
    clear: left;
  }
  .page-layout-1column.catalog-category-view .column.main .products-flex-grid.products-grid .product-items-5.product-items .product-item:nth-of-type(4n):not(div),
  .catalogsearch-result-index .column.main .products-flex-grid.products-grid .product-items-5.product-items .product-item:nth-of-type(4n):not(div) {
    border-right-style: none;
    border-right-width: 0;
  }
  .page-layout-1column.catalog-category-view .column.main .products-flex-grid.products-grid .product-items-5.product-items .product-item:nth-of-type(5n):not(div),
  .catalogsearch-result-index .column.main .products-flex-grid.products-grid .product-items-5.product-items .product-item:nth-of-type(5n):not(div) {
    border-right-style: solid;
    border-right-width: 1px;
  }
  /* End Posh Flex Grid */
  .posh-home-page-style-1 #popup .bxslider > li {
    width: 100% !important;
  }
  .posh-home-page-style-2 .home-slider-style2 .home-slider-right {
    padding-left: 28px;
  }
  .cartDetails .product-info-main .box-tocart .qty-outer,
  .cartDetails .product-options-bottom .box-tocart .qty-outer,
  .cartDetails .product-info-main .box-tocart .field.qty,
  .cartDetails .product-options-bottom .box-tocart .field.qty {
    margin-bottom: 10px !important;
  }
  .cart.main.actions .action.clear {
    margin-bottom: 10px;
  }
  .cart.table-wrapper .product-item-photo {
    padding-right: 5px;
  }
  .cart.table-wrapper .col.qty {
    min-width: 130px;
  }
  /* Today Deal Page Listing */
  .page-layout-1column .block.widget .products-grid .product-items .product-item {
    width: 31%;
    margin-right: 3%;
    margin-left: 0;
  }
  .page-layout-1column .block.widget .products-grid .product-items .product-item:nth-of-type(4n):not(div) {
    margin-right: 3%;
  }
  .page-layout-1column .block.widget .products-grid .product-items .product-item:nth-of-type(3n):not(div) {
    margin-right: 0;
  }
  /* Product Detail page ------------------------------------------- */
  .product.media {
    margin-bottom: 0;
  }
  .product.media .store-feature li {
    width: 50%;
  }
  .product.media .store-feature.store-feature-style4 {
    padding-bottom: 0;
  }
  .page-layout-2columns-left .product.media,
  .page-layout-2columns-right .product.media,
  .page-layout-3columns .product.media,
  .page-layout-2columns-left .product-info-main,
  .page-layout-2columns-right .product-info-main,
  .page-layout-3columns .product-info-main {
    width: 100% !important;
    float: left !important;
  }
  .catalog-product-view.page-layout-1column .product-add-form .box-tocart .actions,
  .catalog-product-view.page-layout-1column .product-add-form .update .actions {
    width: 10%;
  }
  .catalog-product-view.page-layout-2columns-left .column.main,
  .catalog-product-view.page-layout-2columns-right .column.main,
  .catalog-product-view.page-layout-3columns .column.main {
    display: flex;
    display: -webkit-flex;
    flex-basis: 100%;
    flex-wrap: wrap;
    flex-grow: 1;
  }
  .catalog-product-view.page-layout-2columns-left .product.media,
  .catalog-product-view.page-layout-2columns-right .product.media,
  .catalog-product-view.page-layout-3columns .product.media,
  .catalog-product-view.page-layout-2columns-left .product-info-main,
  .catalog-product-view.page-layout-2columns-right .product-info-main,
  .catalog-product-view.page-layout-3columns .product-info-main {
    width: 100%;
    padding-left: 0;
    -ms-flex-order: 0;
    -webkit-order: 0;
    order: 0;
  }
  .catalog-product-view.page-layout-2columns-left .product.media,
  .catalog-product-view.page-layout-2columns-right .product.media,
  .catalog-product-view.page-layout-3columns .product.media {
    -ms-flex-order: -1;
    -webkit-order: -1;
    order: -1;
  }
  .horizonal-pro-slider .product-items .product-item .product-item-inner {
    opacity: 1;
    position: static;
    visibility: visible;
  }
  .horizonal-pro-slider .owl-carousel .owl-nav {
    display: block;
  }
  .column.main .block.widget.block-viewed-products-grid .product-item .product-item-inner {
    opacity: 1;
    position: static;
    visibility: visible;
  }
  /* 1 Column style */
  .catalog-product-view.page-layout-1column .column.main {
    display: flex;
    display: -webkit-flex;
    flex-basis: 100%;
    flex-wrap: wrap;
    flex-grow: 1;
  }
  .catalog-product-view.page-layout-1column .product.media,
  .catalog-product-view.page-layout-1column .product-info-main {
    width: 100%;
    padding-left: 0;
    -ms-flex-order: 0;
    -webkit-order: 0;
    order: 0;
  }
  .catalog-product-view.page-layout-1column .product.media {
    -ms-flex-order: -1;
    -webkit-order: -1;
    order: -1;
  }
  .catalog-product-view .column.main .block-viewed-products-grid .product-items .product-item {
    width: 31.333%;
    margin-right: 2%;
  }
  .catalog-product-view .column.main .block-viewed-products-grid .product-items .product-item:nth-child(3n) {
    margin-right: 0;
  }
  .page-layout-1column .column.main .block.widget.block-viewed-products-grid .product-item {
    width: 32%;
  }
  .bundle-options-container .block-bundle-summary .legend.title,
  .bundle-options-container .block-bundle-summary > .title > strong {
    font-size: 2.4rem;
  }
  .bundle-options-container .block-bundle-summary .product-image-container {
    width: 70px !important;
  }
  .bundle-options-container .block-bundle-summary .product-details {
    padding-left: 80px;
  }
  .page-layout-1column .fotorama__stage__frame.fotorama_vertical_ratio {
    width: 100% !important;
  }
  .product.media .prodLabel > div {
    background-size: auto !important;
  }
  /* End Product Detail page -------------------------------------- */
  /* ------------------------------------------------------------
   		Cart Page Common  -----------------------------------------
	   ------------------------------------------------------------ */
  .cart-container .cart-summary {
    width: 30%;
    top: 0 !important;
  }
  .checkout-cart-index .abs-shopping-cart-items-desktop,
  .checkout-cart-index .block-cart-failed,
  .checkout-cart-index .cart-container .form-cart,
  .checkout-cart-index .cart-container .cart-gift-item {
    width: 67%;
  }
  .column.main .block.crosssell .products-grid .product-item {
    width: 49%;
  }
  .column.main .block.crosssell .products-grid .product-item:nth-child(2n) {
    margin-right: 0;
  }
  .column.main .block.crosssell .products-grid .product-item:hover {
    box-shadow: none;
    -webkit-box-shadow: none;
    -ms-box-shadow: none;
  }
  /* ------------------------------------------------------------
   		End Cart Page Common  -------------------------------------
	  ------------------------------------------------------------- */
  .quickViewDetails.modal-popup .box-tocart .field.qty {
    margin-bottom: 10px !important;
  }
  .quickViewDetails .product.info.detailed #reviews .block.review-add,
  .quickViewDetails #quickview-product-review-container {
    width: 100%;
    margin-right: 0;
  }
  /* Footer ---------------------------------- */
  .footer-1#footer .switcher {
    float: none;
    display: block;
    text-align: center;
    padding-bottom: 10px;
  }
  .footer-1#footer .switcher ul {
    text-align: left;
  }
  .footer-1 .footer-top .footer-col {
    width: 33%;
  }
  .footer-1 .footer-top .footer-col.footer-newsletter {
    width: 100%;
    padding-top: 20px;
  }
  .footer-1 .footer-top .footer-col.footer-newsletter .block.newsletter {
    margin-bottom: 20px !important;
  }
  .footer-1 .footer-top .footer-col.footer-menu li a {
    padding: 0;
  }
  .footer-1 .cmsbk {
    line-height: normal;
  }
  .footer-1 .footer-col ul li {
    margin-bottom: 3px;
  }
  .footer-1 .footer-copyright {
    text-align: center;
  }
  .footer-1 .footer-bottom {
    text-align: center;
  }
  .footer-1 .footer-bottom .payment-option {
    float: none;
    display: block;
    margin-bottom: 8px;
  }
  .footer-1 .footer-bottom .copytext {
    float: none;
    display: block;
  }
  .footer-1 .footer-social {
    margin-top: 20px;
  }
  .footer-2 .footer-top {
    padding: 40px 0 20px;
  }
  .footer-2 .footer-col {
    width: 29.5%;
  }
  .footer-2 .footer-col.footer-about-col {
    width: 100%;
    padding-right: 0;
    margin-bottom: 20px;
  }
  .footer-2 .footer-col.footer-contact {
    width: 41%;
  }
  .footer-2 .footer-newsletter-row.footer-newsletter .block.newsletter {
    width: 100%;
  }
  .footer-2 .footer-newsletter-row.footer-newsletter .block.newsletter .content {
    width: 50%;
  }
  .footer-2 .footer-bottom {
    text-align: center;
  }
  .footer-2 .footer-bottom .payment-option {
    float: none;
    display: block;
    margin-bottom: 8px;
  }
  .footer-2 .footer-bottom .copytext {
    float: none;
    display: block;
  }
  .footer-4 .copytext {
    float: none;
  }
  .footer-4 .payment-option {
    float: none;
    margin-bottom: 10px;
  }
  .footer-4 .footer-right {
    margin-bottom: 0;
  }
  /* End Footer ---------------------------------- */
  .login-container .block .actions-toolbar .secondary {
    float: left;
    clear: left;
    margin-top: 10px;
    padding-left: 0;
  }
  .home-blog-post-style-4 .homepost-listing li.item .detail {
    padding: 15px;
  }
  .home-blog-post-style-4 .homepost-listing li.item .detail h3 {
    font-size: 16px;
  }
  .home-blog-post-style-4 .homepost-listing li.item .detail h3 a {
    line-height: normal;
  }
  /* ------------------------------------------------------------
	   404 Error Page  --------------------------------------------
	--------------------------------------------------------------- */
  .error-img {
    float: left;
    width: 100%;
    margin-bottom: 20px;
    text-align: center;
  }
  .error-detail {
    display: block;
    padding-left: 0;
    width: 100%;
  }
  /* ------------------------------------------------------------
	   End 404 Error Page  ----------------------------------------
	--------------------------------------------------------------- */
  .aboutus-page .grid-services .item {
    width: 50%;
  }
  .aboutus-page .grid-services .item:nth-child(3n+1) {
    clear: none;
  }
  .aboutus-page .grid-services .item:nth-child(2n+1) {
    clear: both;
  }
  .catalog-category-view .category-view .subcategory-grid > li .product-item-name {
    font-size: 16px;
  }
  .footer-9 .footer-top {
    padding: 40px 0;
  }
  .footer-9 .footer-row.d-flex {
    flex-direction: column;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
  }
  .footer-9 .footer-top .footer-middle-col {
    margin: 20px 0;
    padding: 20px 0;
  }
  .footer-9 .footer-contact {
    padding-right: 0;
  }
  .footer-9 .footer-top .footer-row .d-flex {
    width: 100%;
  }
  .footer-9 .footer-newsletter {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .slider-style5 .finderProducts.horizontal ul li {
    margin-bottom: 10px;
  }
  .page-layout-1column .block.widget .products-grid .product-items .product-item .actions-secondary .action.tocompare:before {
    line-height: 35px !important;
  }
  .page-layout-1column .block.widget .products-grid .product-items .product-item .actions-primary .action.tocart.primary:before {
    line-height: 35px !important;
    height: 35px;
  }
  .toolbar.wishlist-toolbar {
    margin-bottom: 20px !important;
  }
  .toolbar.wishlist-toolbar .limiter,
  .toolbar.wishlist-toolbar .pager .toolbar-amount {
    margin: 0 !important;
  }
  .slider-style5 .finderProducts.horizontal ul {
    margin-right: 0;
  }
  .search-drawer .mbAjaxSearch #search_autocomplete_second,
  .mbAutoSearch #search_autocomplete_first {
    width: 100% !important;
  }
  .mbAjaxSearch #search_autocomplete {
    max-height: 300px;
    overflow-y: auto;
  }
  .block-search .mbAjaxSearch .action.search {
    color: #222 !important;
  }
  .cms-posh-auto-parts-style-2 .finderProducts .button-set .subscribe {
    margin-right: 2%;
  }
  .finder-index-index .finderProducts.horizontal h3 {
    margin-bottom: 10px;
  }
  .posh-auto-parts-style-5 .category-images-style1 .category-item .category-title .title {
    font-size: 14px !important;
    line-height: 20px !important;
  }
  .category-images .category-items-6 .category-item {
    width: 23.5%;
  }
  .category-images .category-items-6 .category-item:nth-child(2n) {
    margin-right: 2%;
  }
  .category-images .category-items-6 .category-item:nth-child(4n) {
    margin-right: 0;
  }
  .category-images .category-items-6 .category-item:nth-child(4n+1) {
    clear: left;
  }
  .posh-auto-parts-style-5 .mageb-patn-inner .mageb-full-caption h4 {
    font-size: 20px !important;
    display: block;
  }
  .posh-auto-parts-style-5 .mageb-patn-inner .mageb-full-caption .button {
    display: inline-block;
  }
  .slider-style5 .finderProducts.horizontal ul {
    width: 100%;
    margin-right: 0;
    float: none;
  }
  .slider-style5 .finderProducts.horizontal .button-set {
    float: none;
    width: 100%;
  }
  .slider-style5 .finderProducts.horizontal .button-set button,
  .slider-style5 .finderProducts.horizontal .button-set .cart.table-wrapper .actions-toolbar > .action,
  .slider-style5 .finderProducts.horizontal .button-set .action-gift {
    width: 49%;
    height: 45px;
    line-height: 45px !important;
  }
  .slider-style5 .finderProducts.horizontal .button-set button.primary,
  .slider-style5 .finderProducts.horizontal .button-set .cart.table-wrapper .actions-toolbar > .action.primary,
  .slider-style5 .finderProducts.horizontal .button-set .action-gift.primary {
    margin-right: 2%;
  }
  .slider-style5 .finderProducts.horizontal select {
    height: 45px;
    font-size: 14px;
  }
  .slider-style5 .finderProducts.horizontal h3 {
    font-size: 25px;
  }
  .slider-style4 .finderProducts ul li,
  .posh-auto-parts-style-4 .finderProducts.horizontal ul li {
    margin-bottom: 10px;
  }
  .slider-style4 .finderProducts .button-set button,
  .posh-auto-parts-style-4 .finderProducts.horizontal .button-set button,
  .slider-style4 .finderProducts .button-set .cart.table-wrapper .actions-toolbar > .action,
  .posh-auto-parts-style-4 .finderProducts.horizontal .button-set .cart.table-wrapper .actions-toolbar > .action,
  .slider-style4 .finderProducts .button-set .action-gift,
  .posh-auto-parts-style-4 .finderProducts.horizontal .button-set .action-gift {
    margin: 0;
  }
  .cart-container {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
  }
  .cart-container .cart-summary {
    order: 1;
    -ms-order: 1;
    -webkit-order: 1;
    margin-top: 30px;
  }
  .slider-style4 .finderProducts {
    padding: 35px 15px;
  }
  .slider-style4 .finderProducts ul {
    display: block;
  }
  .slider-style4 .finderProducts ul li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 3%;
  }
  .slider-style4 .finderProducts ul li:last-of-type {
    margin-bottom: 0;
  }
  .slider-style4 .button-set {
    display: flex;
    display: -webkit-flex;
    display: -ms-flex;
    width: 100%;
  }
  .slider-style4 .finderProducts .button-set button,
  .slider-style4 .finderProducts .button-set .cart.table-wrapper .actions-toolbar > .action,
  .slider-style4 .finderProducts .button-set .action-gift {
    margin: 0;
    width: 50%;
  }
  .slider-style4 .finderProducts .primary {
    margin-right: 20px !important;
  }
  .slider-style4 .finderProducts ul select {
    height: 55px;
  }
  .store-feature.store-feature-style4 li {
    padding: 0 20px;
  }
  .store-feature.store-feature-style4 li:nth-child(2n) {
    border-right: 0;
  }
  .store-feature.store-feature-style4 li:nth-child(2n+1) {
    clear: left;
  }
  .mage-deal-products-style2 .f-text {
    padding: 30px 20px;
  }
  .mage-deal-products-style2 #timer-countbox .countdown-section .countdown-amount {
    font-size: 24px;
  }
  .mage-deal-products-style2 #timer-countbox .countdown-section {
    width: 80px;
    margin-right: 2px !important;
  }
  .mage-deal-products-style2 #timer-countbox .countdown-section .countdown-period {
    font-size: 12px;
  }
  .static-banner-block ul li {
    width: 100%;
  }
  .posh-auto-parts-style-1 .mageb-patn-inner .mageb-pattern16 .mageb-full-caption h4 {
    font-size: 20px !important;
  }
  .posh-auto-parts-style-1 .mageb-patn-inner .mageb-pattern16 .mageb-full-caption .button {
    display: inline-block;
    font-size: 11px !important;
  }
  .footer-4 .footer-logo .logo {
    margin: 0 auto 15px;
    max-width: 100%;
    text-align: center;
  }
  .footer-4 .logo img {
    display: block;
    margin: 0 auto;
  }
  .widget.mage-products.mage-deal-slider-sidebar .deal-description,
  .widget.mage-products.mage-deal-slider-sidebar .block-title {
    text-align: left;
    line-height: normal;
  }
  .home-blog-post-style-4 .homepost-listing.post-listing-4 li.item,
  .home-blog-post-style-4 .homepost-listing.post-listing-5 li.item,
  .home-blog-post-style-4 .homepost-listing.post-listing-6 li.item {
    width: 48.65%;
  }
  .home-blog-post-style-4 .homepost-listing.post-listing-4 li.item:nth-of-type(2n),
  .home-blog-post-style-4 .homepost-listing.post-listing-5 li.item:nth-of-type(2n),
  .home-blog-post-style-4 .homepost-listing.post-listing-6 li.item:nth-of-type(2n) {
    margin-right: 0;
  }
  .home-blog-post-style-4 .homepost-listing.post-listing-4 li.item:nth-of-type(3n),
  .home-blog-post-style-4 .homepost-listing.post-listing-5 li.item:nth-of-type(3n),
  .home-blog-post-style-4 .homepost-listing.post-listing-6 li.item:nth-of-type(3n) {
    margin-right: 2.5%;
  }
  .sidebar-main .block-collapsible-nav {
    position: static;
    margin-bottom: 20px !important;
  }
  .sidebar-main .block-collapsible-nav .title::after {
    top: 10px;
  }
  .finder-index-index .finderProducts h3 {
    display: block;
  }
  .finder-index-index .finderDropdowns li.column3 {
    margin-bottom: 10px;
  }
  .finder-index-index .finderProducts .container {
    padding-left: 0;
    padding-right: 0;
  }
  .finder-index-index .finderProducts ul {
    display: block;
    width: 100%;
    flex: auto;
    -webkit-flex: auto;
    -ms-flex: auto;
  }
  .finder-index-index .finderDropdowns .button-set {
    padding-left: 0;
  }
  .products-list .product-item .product-item-info .magebees_quickview,
  .products-list .product-item .product-item-info:hover .magebees_quickview {
    position: static;
    margin-top: 0;
  }
  .category-images.category-images-style1 .category-item .category-title .title {
    font-size: 16px;
    line-height: 22px;
  }
  .posh-auto-parts-style-3 .cwsNewProducts .mage-new-slider .owl-carousel .owl-nav,
  .posh-auto-parts-style-3 .cwsFeatured .mage-new-slider .owl-carousel .owl-nav {
    opacity: 1;
    visibility: visible;
  }
  .products-grid .product-item .product-item-inner.style1 .magebees_quickview::before {
    font-size: 15px !important;
    line-height: 35px !important;
  }
  .cwsFeatured .products-grid .product-item.item .product-item-inner.style4 ul > li,
  .cwsNewProducts .products-grid .product-item.item .product-item-inner.style4 ul > li,
  .mostviewd-section .cwsMostviewed .products-grid .product-item.item .product-item-inner.style4 ul > li,
  .bestseller-product.cwsBestSeller .products-grid .product-item.item .product-item-inner.style4 ul > li {
    padding: 0 1px;
  }
  .cwsFeatured .products-grid .product-item.item .product-item-inner.style4 .magebees_quickview,
  .cwsNewProducts .products-grid .product-item.item .product-item-inner.style4 .magebees_quickview,
  .mostviewd-section .cwsMostviewed .products-grid .product-item.item .product-item-inner.style4 .magebees_quickview,
  .bestseller-product.cwsBestSeller .products-grid .product-item.item .product-item-inner.style4 .magebees_quickview,
  .cwsFeatured .products-grid .product-item.item .product-item-inner.style4 .action.tocart.primary,
  .cwsNewProducts .products-grid .product-item.item .product-item-inner.style4 .action.tocart.primary,
  .mostviewd-section .cwsMostviewed .products-grid .product-item.item .product-item-inner.style4 .action.tocart.primary,
  .bestseller-product.cwsBestSeller .products-grid .product-item.item .product-item-inner.style4 .action.tocart.primary,
  .cwsFeatured .products-grid .product-item.item .product-item-inner.style4 .action.towishlist,
  .cwsNewProducts .products-grid .product-item.item .product-item-inner.style4 .action.towishlist,
  .mostviewd-section .cwsMostviewed .products-grid .product-item.item .product-item-inner.style4 .action.towishlist,
  .bestseller-product.cwsBestSeller .products-grid .product-item.item .product-item-inner.style4 .action.towishlist,
  .cwsFeatured .products-grid .product-item.item .product-item-inner.style4 .action.tocompare,
  .cwsNewProducts .products-grid .product-item.item .product-item-inner.style4 .action.tocompare,
  .mostviewd-section .cwsMostviewed .products-grid .product-item.item .product-item-inner.style4 .action.tocompare,
  .bestseller-product.cwsBestSeller .products-grid .product-item.item .product-item-inner.style4 .action.tocompare,
  .cwsFeatured .products-grid .product-item.item .product-item-inner.style4 .stock,
  .cwsNewProducts .products-grid .product-item.item .product-item-inner.style4 .stock,
  .mostviewd-section .cwsMostviewed .products-grid .product-item.item .product-item-inner.style4 .stock,
  .bestseller-product.cwsBestSeller .products-grid .product-item.item .product-item-inner.style4 .stock {
    width: 30px;
    height: 30px;
    line-height: 30px;
  }
  .cwsFeatured .products-grid .product-item.item .product-item-inner.style4 .magebees_quickview:before,
  .cwsNewProducts .products-grid .product-item.item .product-item-inner.style4 .magebees_quickview:before,
  .mostviewd-section .cwsMostviewed .products-grid .product-item.item .product-item-inner.style4 .magebees_quickview:before,
  .bestseller-product.cwsBestSeller .products-grid .product-item.item .product-item-inner.style4 .magebees_quickview:before,
  .cwsFeatured .products-grid .product-item.item .product-item-inner.style4 .action.tocart.primary:before,
  .cwsNewProducts .products-grid .product-item.item .product-item-inner.style4 .action.tocart.primary:before,
  .mostviewd-section .cwsMostviewed .products-grid .product-item.item .product-item-inner.style4 .action.tocart.primary:before,
  .bestseller-product.cwsBestSeller .products-grid .product-item.item .product-item-inner.style4 .action.tocart.primary:before,
  .cwsFeatured .products-grid .product-item.item .product-item-inner.style4 .action.towishlist:before,
  .cwsNewProducts .products-grid .product-item.item .product-item-inner.style4 .action.towishlist:before,
  .mostviewd-section .cwsMostviewed .products-grid .product-item.item .product-item-inner.style4 .action.towishlist:before,
  .bestseller-product.cwsBestSeller .products-grid .product-item.item .product-item-inner.style4 .action.towishlist:before,
  .cwsFeatured .products-grid .product-item.item .product-item-inner.style4 .action.tocompare:before,
  .cwsNewProducts .products-grid .product-item.item .product-item-inner.style4 .action.tocompare:before,
  .mostviewd-section .cwsMostviewed .products-grid .product-item.item .product-item-inner.style4 .action.tocompare:before,
  .bestseller-product.cwsBestSeller .products-grid .product-item.item .product-item-inner.style4 .action.tocompare:before,
  .cwsFeatured .products-grid .product-item.item .product-item-inner.style4 .stock:before,
  .cwsNewProducts .products-grid .product-item.item .product-item-inner.style4 .stock:before,
  .mostviewd-section .cwsMostviewed .products-grid .product-item.item .product-item-inner.style4 .stock:before,
  .bestseller-product.cwsBestSeller .products-grid .product-item.item .product-item-inner.style4 .stock:before {
    font-size: 14px;
    height: 30px;
    line-height: 30px;
  }
  .cwsFeatured .products-grid.grid5 .product-item.item:nth-child(5n),
  .cwsNewProducts .products-grid.grid5 .product-item.item:nth-child(5n),
  .mostviewd-section .cwsMostviewed .products-grid.grid5 .product-item.item:nth-child(5n),
  .bestseller-product.cwsBestSeller .products-grid.grid5 .product-item.item:nth-child(5n) {
    margin-right: 2%;
  }
  .cwsFeatured .products-grid.grid6 .product-item.item,
  .cwsNewProducts .products-grid.grid6 .product-item.item,
  .mostviewd-section .cwsMostviewed .products-grid.grid6 .product-item.item,
  .bestseller-product.cwsBestSeller .products-grid.grid6 .product-item.item,
  .cwsFeatured .products-grid.grid5 .product-item.item,
  .cwsNewProducts .products-grid.grid5 .product-item.item,
  .mostviewd-section .cwsMostviewed .products-grid.grid5 .product-item.item,
  .bestseller-product.cwsBestSeller .products-grid.grid5 .product-item.item,
  .cwsFeatured .products-grid.grid4 .product-item.item,
  .cwsNewProducts .products-grid.grid4 .product-item.item,
  .mostviewd-section .cwsMostviewed .products-grid.grid4 .product-item.item,
  .bestseller-product.cwsBestSeller .products-grid.grid4 .product-item.item,
  .cwsFeatured .products-grid.grid3 .product-item.item,
  .cwsNewProducts .products-grid.grid3 .product-item.item,
  .mostviewd-section .cwsMostviewed .products-grid.grid3 .product-item.item,
  .bestseller-product.cwsBestSeller .products-grid.grid3 .product-item.item {
    width: 49%;
    margin-right: 2%;
  }
  .cwsFeatured .products-grid.grid6 .product-item.item:nth-child(3n),
  .cwsNewProducts .products-grid.grid6 .product-item.item:nth-child(3n),
  .mostviewd-section .cwsMostviewed .products-grid.grid6 .product-item.item:nth-child(3n),
  .bestseller-product.cwsBestSeller .products-grid.grid6 .product-item.item:nth-child(3n),
  .cwsFeatured .products-grid.grid5 .product-item.item:nth-child(3n),
  .cwsNewProducts .products-grid.grid5 .product-item.item:nth-child(3n),
  .mostviewd-section .cwsMostviewed .products-grid.grid5 .product-item.item:nth-child(3n),
  .bestseller-product.cwsBestSeller .products-grid.grid5 .product-item.item:nth-child(3n),
  .cwsFeatured .products-grid.grid4 .product-item.item:nth-child(3n),
  .cwsNewProducts .products-grid.grid4 .product-item.item:nth-child(3n),
  .mostviewd-section .cwsMostviewed .products-grid.grid4 .product-item.item:nth-child(3n),
  .bestseller-product.cwsBestSeller .products-grid.grid4 .product-item.item:nth-child(3n),
  .cwsFeatured .products-grid.grid3 .product-item.item:nth-child(3n),
  .cwsNewProducts .products-grid.grid3 .product-item.item:nth-child(3n),
  .mostviewd-section .cwsMostviewed .products-grid.grid3 .product-item.item:nth-child(3n),
  .bestseller-product.cwsBestSeller .products-grid.grid3 .product-item.item:nth-child(3n) {
    margin-right: 2%;
  }
  .cwsFeatured .products-grid.grid6 .product-item.item:nth-child(2n),
  .cwsNewProducts .products-grid.grid6 .product-item.item:nth-child(2n),
  .mostviewd-section .cwsMostviewed .products-grid.grid6 .product-item.item:nth-child(2n),
  .bestseller-product.cwsBestSeller .products-grid.grid6 .product-item.item:nth-child(2n),
  .cwsFeatured .products-grid.grid5 .product-item.item:nth-child(2n),
  .cwsNewProducts .products-grid.grid5 .product-item.item:nth-child(2n),
  .mostviewd-section .cwsMostviewed .products-grid.grid5 .product-item.item:nth-child(2n),
  .bestseller-product.cwsBestSeller .products-grid.grid5 .product-item.item:nth-child(2n),
  .cwsFeatured .products-grid.grid4 .product-item.item:nth-child(2n),
  .cwsNewProducts .products-grid.grid4 .product-item.item:nth-child(2n),
  .mostviewd-section .cwsMostviewed .products-grid.grid4 .product-item.item:nth-child(2n),
  .bestseller-product.cwsBestSeller .products-grid.grid4 .product-item.item:nth-child(2n),
  .cwsFeatured .products-grid.grid3 .product-item.item:nth-child(2n),
  .cwsNewProducts .products-grid.grid3 .product-item.item:nth-child(2n),
  .mostviewd-section .cwsMostviewed .products-grid.grid3 .product-item.item:nth-child(2n),
  .bestseller-product.cwsBestSeller .products-grid.grid3 .product-item.item:nth-child(2n) {
    margin-right: 0;
  }
  .cwsFeatured .products-grid.grid6 .product-item.item:nth-child(3n+1),
  .cwsNewProducts .products-grid.grid6 .product-item.item:nth-child(3n+1),
  .mostviewd-section .cwsMostviewed .products-grid.grid6 .product-item.item:nth-child(3n+1),
  .bestseller-product.cwsBestSeller .products-grid.grid6 .product-item.item:nth-child(3n+1),
  .cwsFeatured .products-grid.grid5 .product-item.item:nth-child(3n+1),
  .cwsNewProducts .products-grid.grid5 .product-item.item:nth-child(3n+1),
  .mostviewd-section .cwsMostviewed .products-grid.grid5 .product-item.item:nth-child(3n+1),
  .bestseller-product.cwsBestSeller .products-grid.grid5 .product-item.item:nth-child(3n+1),
  .cwsFeatured .products-grid.grid4 .product-item.item:nth-child(3n+1),
  .cwsNewProducts .products-grid.grid4 .product-item.item:nth-child(3n+1),
  .mostviewd-section .cwsMostviewed .products-grid.grid4 .product-item.item:nth-child(3n+1),
  .bestseller-product.cwsBestSeller .products-grid.grid4 .product-item.item:nth-child(3n+1),
  .cwsFeatured .products-grid.grid3 .product-item.item:nth-child(3n+1),
  .cwsNewProducts .products-grid.grid3 .product-item.item:nth-child(3n+1),
  .mostviewd-section .cwsMostviewed .products-grid.grid3 .product-item.item:nth-child(3n+1),
  .bestseller-product.cwsBestSeller .products-grid.grid3 .product-item.item:nth-child(3n+1) {
    clear: none;
  }
  .cwsFeatured .products-grid.grid6 .product-item.item:nth-child(2n+1),
  .cwsNewProducts .products-grid.grid6 .product-item.item:nth-child(2n+1),
  .mostviewd-section .cwsMostviewed .products-grid.grid6 .product-item.item:nth-child(2n+1),
  .bestseller-product.cwsBestSeller .products-grid.grid6 .product-item.item:nth-child(2n+1),
  .cwsFeatured .products-grid.grid5 .product-item.item:nth-child(2n+1),
  .cwsNewProducts .products-grid.grid5 .product-item.item:nth-child(2n+1),
  .mostviewd-section .cwsMostviewed .products-grid.grid5 .product-item.item:nth-child(2n+1),
  .bestseller-product.cwsBestSeller .products-grid.grid5 .product-item.item:nth-child(2n+1),
  .cwsFeatured .products-grid.grid4 .product-item.item:nth-child(2n+1),
  .cwsNewProducts .products-grid.grid4 .product-item.item:nth-child(2n+1),
  .mostviewd-section .cwsMostviewed .products-grid.grid4 .product-item.item:nth-child(2n+1),
  .bestseller-product.cwsBestSeller .products-grid.grid4 .product-item.item:nth-child(2n+1),
  .cwsFeatured .products-grid.grid3 .product-item.item:nth-child(2n+1),
  .cwsNewProducts .products-grid.grid3 .product-item.item:nth-child(2n+1),
  .mostviewd-section .cwsMostviewed .products-grid.grid3 .product-item.item:nth-child(2n+1),
  .bestseller-product.cwsBestSeller .products-grid.grid3 .product-item.item:nth-child(2n+1) {
    clear: left;
  }
  .cwsFeatured .mageNewToolbar .pages,
  .cwsNewProducts .mageNewToolbar .pages,
  .mostviewd-section .cwsMostviewed .mageNewToolbar .pages,
  .bestseller-product.cwsBestSeller .mageNewToolbar .pages,
  .cwsFeatured .mageFeaturedToolbar .pages,
  .cwsNewProducts .mageFeaturedToolbar .pages,
  .mostviewd-section .cwsMostviewed .mageFeaturedToolbar .pages,
  .bestseller-product.cwsBestSeller .mageFeaturedToolbar .pages,
  .cwsFeatured .mageBestsellerToolbar .pages,
  .cwsNewProducts .mageBestsellerToolbar .pages,
  .mostviewd-section .cwsMostviewed .mageBestsellerToolbar .pages,
  .bestseller-product.cwsBestSeller .mageBestsellerToolbar .pages,
  .cwsFeatured .mageMostviewedToolbar .pages,
  .cwsNewProducts .mageMostviewedToolbar .pages,
  .mostviewd-section .cwsMostviewed .mageMostviewedToolbar .pages,
  .bestseller-product.cwsBestSeller .mageMostviewedToolbar .pages,
  .cwsFeatured .mageNewToolbar .limiter,
  .cwsNewProducts .mageNewToolbar .limiter,
  .mostviewd-section .cwsMostviewed .mageNewToolbar .limiter,
  .bestseller-product.cwsBestSeller .mageNewToolbar .limiter,
  .cwsFeatured .mageFeaturedToolbar .limiter,
  .cwsNewProducts .mageFeaturedToolbar .limiter,
  .mostviewd-section .cwsMostviewed .mageFeaturedToolbar .limiter,
  .bestseller-product.cwsBestSeller .mageFeaturedToolbar .limiter,
  .cwsFeatured .mageBestsellerToolbar .limiter,
  .cwsNewProducts .mageBestsellerToolbar .limiter,
  .mostviewd-section .cwsMostviewed .mageBestsellerToolbar .limiter,
  .bestseller-product.cwsBestSeller .mageBestsellerToolbar .limiter,
  .cwsFeatured .mageMostviewedToolbar .limiter,
  .cwsNewProducts .mageMostviewedToolbar .limiter,
  .mostviewd-section .cwsMostviewed .mageMostviewedToolbar .limiter,
  .bestseller-product.cwsBestSeller .mageMostviewedToolbar .limiter,
  .cwsFeatured .mageNewToolbar .toolbar-amount,
  .cwsNewProducts .mageNewToolbar .toolbar-amount,
  .mostviewd-section .cwsMostviewed .mageNewToolbar .toolbar-amount,
  .bestseller-product.cwsBestSeller .mageNewToolbar .toolbar-amount,
  .cwsFeatured .mageFeaturedToolbar .toolbar-amount,
  .cwsNewProducts .mageFeaturedToolbar .toolbar-amount,
  .mostviewd-section .cwsMostviewed .mageFeaturedToolbar .toolbar-amount,
  .bestseller-product.cwsBestSeller .mageFeaturedToolbar .toolbar-amount,
  .cwsFeatured .mageBestsellerToolbar .toolbar-amount,
  .cwsNewProducts .mageBestsellerToolbar .toolbar-amount,
  .mostviewd-section .cwsMostviewed .mageBestsellerToolbar .toolbar-amount,
  .bestseller-product.cwsBestSeller .mageBestsellerToolbar .toolbar-amount,
  .cwsFeatured .mageMostviewedToolbar .toolbar-amount,
  .cwsNewProducts .mageMostviewedToolbar .toolbar-amount,
  .mostviewd-section .cwsMostviewed .mageMostviewedToolbar .toolbar-amount,
  .bestseller-product.cwsBestSeller .mageMostviewedToolbar .toolbar-amount {
    display: block !important;
    float: none !important;
  }
  .cwsFeatured .mageNewToolbar .pages,
  .cwsNewProducts .mageNewToolbar .pages,
  .mostviewd-section .cwsMostviewed .mageNewToolbar .pages,
  .bestseller-product.cwsBestSeller .mageNewToolbar .pages,
  .cwsFeatured .mageFeaturedToolbar .pages,
  .cwsNewProducts .mageFeaturedToolbar .pages,
  .mostviewd-section .cwsMostviewed .mageFeaturedToolbar .pages,
  .bestseller-product.cwsBestSeller .mageFeaturedToolbar .pages,
  .cwsFeatured .mageBestsellerToolbar .pages,
  .cwsNewProducts .mageBestsellerToolbar .pages,
  .mostviewd-section .cwsMostviewed .mageBestsellerToolbar .pages,
  .bestseller-product.cwsBestSeller .mageBestsellerToolbar .pages,
  .cwsFeatured .mageMostviewedToolbar .pages,
  .cwsNewProducts .mageMostviewedToolbar .pages,
  .mostviewd-section .cwsMostviewed .mageMostviewedToolbar .pages,
  .bestseller-product.cwsBestSeller .mageMostviewedToolbar .pages {
    margin: 5px 0;
  }
  .header-3 #header-content {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .mage-ajaxpro-page.left-sidebar .sidebar-shopby {
    width: 100% !important;
    text-align: center;
  }
  .mage-ajaxpro-page.left-sidebar .sidebar-shopby .section-title {
    text-align: center;
  }
  .mage-ajaxpro-page.left-sidebar .sidebar-shopby .section-title .sort-detail {
    text-align: center;
  }
  .mage-ajaxpro-page.left-sidebar .sidebar-shopby .block-content ol li {
    display: inline-block !important;
  }
  .mage-ajaxpro-page.left-sidebar .category-product-filter .products-grid .product-item {
    width: 49% !important;
  }
  .mage-ajaxpro-page.left-sidebar .category-product-filter .products-grid .product-item:nth-child(3n) {
    margin-right: 2% !important;
  }
  .mage-ajaxpro-page.left-sidebar .category-product-filter .products-grid .product-item:nth-child(2n) {
    margin-right: 0 !important;
  }
  .mage-ajaxpro-page.left-sidebar .category-product-filter .products-grid .product-item:nth-child(3n+1) {
    clear: none;
  }
  .mage-ajaxpro-page.left-sidebar .category-product-filter .products-grid .product-item:nth-child(2n+1) {
    clear: left;
  }
  .instagram-outer .instagram_feed .instagram_gallery a:after {
    font-size: 15px;
  }
  .home-blog-post-style-1 .homepost-listing .item .post-image {
    width: 100%;
  }
  .home-blog-post-style-1 .homepost-listing .item .detail {
    width: 100%;
    margin-left: 0;
  }
  .mage-deal-products.widget.mage-products.mage-deal-products-style2 .block-title {
    text-align: center;
  }
  /* Today Deal Page Listing */
  .page-layout-1column .block.widget .products-grid .product-items .product-item {
    width: 48.5%;
    margin-right: 3%;
    margin-left: 0;
  }
  .page-layout-1column .block.widget .products-grid .product-items .product-item:nth-of-type(3n):not(div) {
    margin-right: 3%;
  }
  .page-layout-1column .block.widget .products-grid .product-items .product-item:nth-of-type(2n):not(div) {
    margin-right: 0;
  }
  .page-layout-1column .block.widget.mage-deal-slider-sidebar .products-grid .product-items .product-item {
    width: 100%;
    margin-right: 0;
  }
  .home-blog-post-style-2 .homepost-listing.post-listing-2 li.item,
  .home-blog-post-style-3 .homepost-listing.post-listing-2 li.item,
  .home-blog-post-style-2 .homepost-listing.post-listing-3 li.item,
  .home-blog-post-style-3 .homepost-listing.post-listing-3 li.item,
  .home-blog-post-style-2 .homepost-listing.post-listing-4 li.item,
  .home-blog-post-style-3 .homepost-listing.post-listing-4 li.item,
  .home-blog-post-style-2 .homepost-listing.post-listing-5 li.item,
  .home-blog-post-style-3 .homepost-listing.post-listing-5 li.item,
  .home-blog-post-style-2 .homepost-listing.post-listing-6 li.item,
  .home-blog-post-style-3 .homepost-listing.post-listing-6 li.item {
    width: 49%;
    margin-right: 2%;
  }
  .home-blog-post-style-2 .homepost-listing.post-listing-2 li.item:nth-child(3n),
  .home-blog-post-style-3 .homepost-listing.post-listing-2 li.item:nth-child(3n),
  .home-blog-post-style-2 .homepost-listing.post-listing-3 li.item:nth-child(3n),
  .home-blog-post-style-3 .homepost-listing.post-listing-3 li.item:nth-child(3n),
  .home-blog-post-style-2 .homepost-listing.post-listing-4 li.item:nth-child(3n),
  .home-blog-post-style-3 .homepost-listing.post-listing-4 li.item:nth-child(3n),
  .home-blog-post-style-2 .homepost-listing.post-listing-5 li.item:nth-child(3n),
  .home-blog-post-style-3 .homepost-listing.post-listing-5 li.item:nth-child(3n),
  .home-blog-post-style-2 .homepost-listing.post-listing-6 li.item:nth-child(3n),
  .home-blog-post-style-3 .homepost-listing.post-listing-6 li.item:nth-child(3n) {
    margin-right: 2%;
  }
  .home-blog-post-style-2 .homepost-listing.post-listing-2 li.item:nth-child(2n),
  .home-blog-post-style-3 .homepost-listing.post-listing-2 li.item:nth-child(2n),
  .home-blog-post-style-2 .homepost-listing.post-listing-3 li.item:nth-child(2n),
  .home-blog-post-style-3 .homepost-listing.post-listing-3 li.item:nth-child(2n),
  .home-blog-post-style-2 .homepost-listing.post-listing-4 li.item:nth-child(2n),
  .home-blog-post-style-3 .homepost-listing.post-listing-4 li.item:nth-child(2n),
  .home-blog-post-style-2 .homepost-listing.post-listing-5 li.item:nth-child(2n),
  .home-blog-post-style-3 .homepost-listing.post-listing-5 li.item:nth-child(2n),
  .home-blog-post-style-2 .homepost-listing.post-listing-6 li.item:nth-child(2n),
  .home-blog-post-style-3 .homepost-listing.post-listing-6 li.item:nth-child(2n) {
    margin-right: 0;
  }
  .home-blog-post-style-2 .homepost-listing.post-listing-2 li.item:nth-of-type(3n+1),
  .home-blog-post-style-3 .homepost-listing.post-listing-2 li.item:nth-of-type(3n+1),
  .home-blog-post-style-2 .homepost-listing.post-listing-3 li.item:nth-of-type(3n+1),
  .home-blog-post-style-3 .homepost-listing.post-listing-3 li.item:nth-of-type(3n+1),
  .home-blog-post-style-2 .homepost-listing.post-listing-4 li.item:nth-of-type(3n+1),
  .home-blog-post-style-3 .homepost-listing.post-listing-4 li.item:nth-of-type(3n+1),
  .home-blog-post-style-2 .homepost-listing.post-listing-5 li.item:nth-of-type(3n+1),
  .home-blog-post-style-3 .homepost-listing.post-listing-5 li.item:nth-of-type(3n+1),
  .home-blog-post-style-2 .homepost-listing.post-listing-6 li.item:nth-of-type(3n+1),
  .home-blog-post-style-3 .homepost-listing.post-listing-6 li.item:nth-of-type(3n+1) {
    clear: none;
  }
  .product.info.detailed #reviews #review-form .fieldset > .field {
    clear: both;
  }
  .boxed-layout-posh .header-4 #header-content {
    justify-content: space-between;
    -webkit-justify-content: space-between;
    -ms-justify-content: space-between;
  }
  .boxed-layout-posh .header-4 .logo-grid.w20 {
    flex: 10;
    -ms-flex: 10;
    -webkit-flex: 10;
  }
  .boxed-layout-posh .header-4 .w20.header-right,
  .boxed-layout-posh .header-4 .search-style4.w60 {
    flex: 1;
    -ms-flex: 1;
    -webkit-flex: 1;
  }
  .product-items.hover-style8 .product-item .product-item-inner.style8 .magebees_quickview,
  .product-items.hover-style8 .product-item .product-item-inner.style8 .action.towishlist,
  .product-items.hover-style8 .product-item .product-item-inner.style8 .action.tocompare,
  .product-items.hover-style8 .product-item .product-item-inner.style8 .stock.available,
  .product-items.hover-style8 .product-item .product-item-inner.style8 .stock.unavailable {
    width: 100%;
  }
  .product-items.hover-style8 .product-item .product-item-inner.style8 .magebees_quickview:before,
  .product-items.hover-style8 .product-item .product-item-inner.style8 .action.towishlist:before,
  .product-items.hover-style8 .product-item .product-item-inner.style8 .action.tocompare:before,
  .product-items.hover-style8 .product-item .product-item-inner.style8 .stock.available:before,
  .product-items.hover-style8 .product-item .product-item-inner.style8 .stock.unavailable:before {
    width: 100%;
  }
  .posh-home-page-style-2.cms-index-index .store-feature.store-feature-style1 li {
    width: 49%;
  }
  .posh-home-page-style-2.cms-index-index .store-feature.store-feature-style1 li .info h5 {
    line-height: 20px;
    margin-bottom: 5px;
  }
  .posh-home-page-style-3 .store-feature.store-feature-style1 li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 5px !important;
  }
  .posh-home-page-style-3 .page-title-wrap {
    padding: 20px 0;
  }
  .posh-home-page-style-3 .page-title-wrap .page-title-wrapper .page-title {
    font-size: 24px;
    margin-bottom: 5px;
  }
  .posh-home-page-style-3.page-layout-2columns-right .sidebar-main .block.filter .filter-title strong:after {
    top: 2px !important;
  }
  .catalog-category-view .category-view .subcategory-grid > li .product-item-name a {
    font-size: 14px;
    padding: 5px 10px;
  }
  .posh-home-page-style-2 .header-3 .logo img {
    max-width: 90px;
    height: auto;
  }
  .posh-home-page-style-2 .header-3 .icon {
    font-size: 18px;
  }
  .posh-home-page-style-2 .header-3 .currency-grid,
  .posh-home-page-style-2 .header-3 .search-toggle,
  .header-3 .language-grid {
    padding-right: 10px;
  }
  .header-8 .mbAjaxSearch .searchField {
    display: block !important;
  }
  .header-8-store-feature.store-feature li:nth-child(1),
  .header-8-store-feature.store-feature li:nth-child(2) {
    margin-bottom: 5px !important;
    padding-bottom: 0;
  }
  .header-8-store-feature.store-feature p {
    font-size: 12px;
    line-height: 16px;
  }
  .header-8-store-feature.store-feature p span {
    margin-top: 0;
    top: -2px;
  }
  .header-9 #header-content {
    position: relative;
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .header-9 .ajaxSearch.block-search {
    width: auto;
    max-width: inherit;
  }
  .header-9 .ajaxSearch.block-search .label {
    display: inline-block !important;
    cursor: pointer;
  }
  .header-9 .ajaxSearch.block-search .label:before {
    content: "\e610";
    font-size: 20px;
    font-family: 'themify';
    display: block;
    color: #000;
  }
  .header-9 .ajaxSearch.block-search .label:hover:before {
    opacity: 0.8;
  }
  .header-9 .block-search .mbAjaxSearch .control,
  .header-9 .block-search .control,
  .header-9 .mbAjaxSearch .control {
    display: none !important;
  }
  .header-9 .block-search .mbAjaxSearch .label.active + .control,
  .header-9 .block-search .label.active + .control,
  .header-9 .mbAjaxSearch .label.active + .control {
    display: block !important;
    position: absolute !important;
    left: 0;
    top: 100%;
    background-color: #fff;
    padding: 15px !important;
    z-index: 1000;
  }
  .header-9 .block-search .mbAjaxSearch input,
  .header-9 .block-search input,
  .header-9 .mbAjaxSearch input {
    margin: 0 !important;
  }
  .header-9 .block-search .mbAjaxSearch .action.search,
  .header-9 .block-search .action.search,
  .header-9 .mbAjaxSearch .action.search {
    display: inline-block !important;
    position: absolute;
    background: transparent;
  }
  .header-9 .block-search .mbAjaxSearch .action.search span,
  .header-9 .block-search .action.search span,
  .header-9 .mbAjaxSearch .action.search span {
    display: none !important;
  }
  .header-9 .block-search .mbAjaxSearch .searchField,
  .header-9 .block-search .searchField,
  .header-9 .mbAjaxSearch .searchField {
    display: block !important;
  }
  .header-9 .block-search .mbAjaxSearch .search-autocomplete,
  .header-9 .block-search .search-autocomplete,
  .header-9 .mbAjaxSearch .search-autocomplete {
    margin-top: 0 !important;
  }
  .header-9 .minicart .icon {
    font-size: 20px;
  }
  .header-9 .logo-grid {
    flex: 3;
    -webkit-flex: 3;
    -ms-flex: 3;
  }
  .footer-7 .footer-top .footer-row {
    flex-direction: column;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    padding: 20px 0;
  }
  .footer-7 .footer-top .footer-row .f-item:first-of-type {
    flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    margin-bottom: 10px;
  }
  .footer-7 .footer-top .footer-row .f-item:nth-of-type(2n) {
    flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    margin-bottom: 20px;
  }
  .footer-7 .footer-top .footer-row .f-item:last-of-type {
    flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    padding-left: 0;
  }
  .footer-7 .footer-top .footer-row .logo {
    float: none;
    max-width: 100%;
  }
  .footer-7 .footer-top .footer-row .footer-link {
    text-align: center;
  }
  .footer-7 .copytext .copy-text {
    padding-right: 0;
    order: 1;
    ms-order: 1;
    -webkit-order: 1;
    padding-top: 10px;
    text-align: center;
  }
  .footer-8 .footer-newsletter .block.newsletter {
    display: block;
    text-align: center;
  }
  .footer-8 .footer-newsletter .block.newsletter .title-section {
    text-align: left;
    display: inline-block;
    margin-bottom: 10px;
  }
  .footer-8 .footer-col {
    width: 25%;
    margin-bottom: 20px;
  }
  .footer-8 .footer-col.footer-menu:nth-of-type(4n) {
    clear: left;
  }
  .footer-8 .footer-contact {
    width: 50%;
  }
  .footer-8 .footer-bottom {
    padding: 30px 0;
  }
  .footer-8 .copytext-outer {
    text-align: center;
    line-height: normal;
  }
  .footer-8 .copytext-outer .payment-option {
    float: none;
    padding-left: 0;
    padding-bottom: 10px;
  }
  .header-8 + .store-feature {
    display: none !important;
  }
  .header-8 .logo-grid {
    max-width: 60%;
  }
  .header-8 .header-right {
    max-width: 40%;
  }
  .header-8 .header.content {
    position: relative;
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .header-8 .block-search,
  .header-8 .block.block-search.ajaxSearch {
    max-width: 40px;
    position: static;
    margin-top: 0 !important;
  }
  .header-8 .block-search .mbAjaxSearch #search,
  .header-8 .block.block-search.ajaxSearch .mbAjaxSearch #search {
    margin-bottom: 0;
  }
  .header-8 .block-search .label,
  .header-8 .block.block-search.ajaxSearch .label {
    display: inline-block !important;
    padding: 7px 5px;
    cursor: pointer;
  }
  .header-8 .block-search .label.active + .control,
  .header-8 .block.block-search.ajaxSearch .label.active + .control {
    display: block;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 10;
    width: 100%;
    background: #fff;
    padding: 10px;
  }
  .header-8 .block-search .mbAjaxSearch .label:before,
  .header-8 .block.block-search.ajaxSearch .mbAjaxSearch .label:before {
    content: "\e610";
    font-family: 'themify';
    font-size: 22px;
    line-height: 25px;
    vertical-align: top;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
  }
  .header-8 .block-search .mbAjaxSearch .control,
  .header-8 .block.block-search.ajaxSearch .mbAjaxSearch .control {
    display: none !important;
  }
  .header-8 .block-search .mbAjaxSearch .label.active + .control,
  .header-8 .block.block-search.ajaxSearch .mbAjaxSearch .label.active + .control {
    display: block !important;
  }
  .header-8-store-feature.store-feature {
    padding: 0 0 5px;
  }
  .header-8-store-feature.store-feature.store-feature-style3 .store-features-home li {
    position: relative;
    padding-left: 30px;
    text-align: left;
  }
  .header-8-store-feature.store-feature.store-feature-style3 .store-features-home li .icon {
    font-size: 20px;
    position: absolute;
    left: 0;
  }
  .header-8-store-feature.store-feature.store-feature-style3 .store-features-home li .info {
    padding-left: 20px;
    display: block;
  }
  #popup.modal-box {
    width: 85%;
  }
  .newsletter-in {
    display: block;
  }
  .newsletter-in .newsletter-form {
    display: block;
    padding: 15px 15px 0;
    width: inherit;
  }
  .newsletter-in .newsletter-img {
    display: none !important;
  }
  #popup.modal-box footer,
  #popup.modal-box .modal-footer {
    padding: 10px;
    margin: 0;
    text-align: center;
  }
  .comments-wrapper .fieldset .textarea {
    margin-bottom: 15px !important;
  }
  .comments-wrapper .fieldset .feilds .field,
  .comments-wrapper .fieldset .feilds .field.last {
    width: 100%;
    padding-right: 0;
    padding-left: 0;
  }
  .cartDetails,
  .quickViewDetails {
    margin: 0;
  }
  .cartDetails.modal-popup._inner-scroll .modal-inner-wrap,
  .quickViewDetails.modal-popup._inner-scroll .modal-inner-wrap {
    max-height: 90%;
  }
  .cartDetails .modal-custom .action-close,
  .quickViewDetails .modal-custom .action-close,
  .cartDetails .action-close,
  .quickViewDetails .action-close,
  .cartDetails .modal-slide .action-close,
  .quickViewDetails .modal-slide .action-close {
    right: 0;
    top: 0;
  }
  .cartDetails.modal-popup .box-tocart .field.qty,
  .quickViewDetails.modal-popup .box-tocart .field.qty {
    margin-bottom: 0 !important;
  }
  .cartDetails.modal-popup .product-info-main .box-tocart .actions,
  .quickViewDetails.modal-popup .product-info-main .box-tocart .actions,
  .cartDetails.modal-popup .product-options-bottom .box-tocart .actions,
  .quickViewDetails.modal-popup .product-options-bottom .box-tocart .actions {
    margin: 0 0 15px;
  }
  .cms-posh-auto-parts-style-2 .finderProducts {
    padding: 15px 0;
  }
  .cms-posh-auto-parts-style-2 .finderProducts .finderDropdowns.d-flex {
    flex-direction: column;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
  }
  .cms-posh-auto-parts-style-2 .finderProducts h3.finder_header {
    cursor: pointer;
    text-align: left;
    position: relative;
    font-size: 17px;
    margin-bottom: 10px;
    padding: 0;
  }
  .cms-posh-auto-parts-style-2 .finderProducts ul {
    width: 100%;
    padding: 0;
  }
  .cms-posh-auto-parts-style-2 .finderProducts ul li {
    margin-bottom: 10px;
  }
  .cms-posh-auto-parts-style-2 .finderProducts .button-set {
    padding: 0;
    width: 100%;
  }
  .cms-posh-auto-parts-style-2 .finderProducts .button-set .button-set .subscribe {
    margin-right: 2%;
  }
  .cms-posh-auto-parts-style-2 .finderProducts .button-set button,
  .cms-posh-auto-parts-style-2 .finderProducts .button-set .cart.table-wrapper .actions-toolbar > .action,
  .cms-posh-auto-parts-style-2 .finderProducts .button-set .action-gift {
    width: 49%;
    float: left;
  }
  /* Small Banner Static Block */
  .small-banner-block ul > li {
    width: 48.6%;
    text-align: center;
  }
  .small-banner-block ul > li:nth-child(2n) {
    margin-right: 0;
  }
  .small-banner-block ul > li:last-child {
    width: 100%;
    margin-top: 20px;
  }
  .small-banner-block .classic-item .item-content {
    padding: 0 10px;
    font-size: 13px;
    line-height: normal;
  }
  .small-banner-block .classic-item.small-banner-3 {
    margin-top: 0;
    padding: 30px 0;
  }
  .small-banner-block .classic-item.small-banner-3 .action {
    font-size: 13px;
  }
  .small-banner-block .classic-item .item-content h3 {
    font-size: 16px;
  }
  /* End Small Banner Static Block */
  /* Parallax Section -------------------------------------------- */
  .parallax-section .section-title .title {
    font-size: 28px !important;
  }
  .parallax-section .section-title .section-subtitle {
    font-size: 22px;
  }
  .parallax-section .parallax-product {
    padding: 30px;
  }
  /* End Parallax Section ---------------------------------------- */
  .product-tabs-slider .sidebar-shopby {
    display: table;
  }
  .product-tabs-slider .sidebar-shopby .block-content,
  .product-tabs-slider .sidebar-shopby .section-title,
  .brand.brand-slider-style1 .section-title .title-in,
  .brand.brand-slider-style1 .section-title,
  .brand.brand-slider-style1 .section-title .brand-nav-arrow,
  .cms-posh-auto-parts-style-1 .section-title .title {
    display: block;
    text-align: center;
  }
  .product-tabs-slider .sidebar-shopby .section-title,
  .brand.brand-slider-style1 .section-title .title-in {
    margin-bottom: 15px;
  }
  .brand.brand-slider-style1 .section-title .title,
  .brand.brand-slider-style1 .section-title .sort-detail,
  .product-tabs-slider .sidebar-shopby .block-content ol,
  .product-tabs-slider .sidebar-shopby .section-title .title,
  .product-tabs-slider .sidebar-shopby .sort-detail,
  .cms-posh-auto-parts-style-1 .section-title .sort-detail {
    text-align: center !important;
  }
  .product-tabs-slider.mage-ajaxpro-page .owl-carousel .owl-stage-outer,
  .product-tabs-grid.mage-ajaxpro-page .owl-carousel .owl-stage-outer {
    padding: 10px 0;
  }
  .products-grid .product-item .product-item-inner.style4 .magebees_quickview {
    position: static !important;
  }
  .products-grid .product-item .product-item-inner.style4 ul > li {
    padding: 0 3px;
  }
  .products-grid .product-item .product-item-inner.style4 .magebees_quickview,
  .products-grid .product-item .product-item-inner.style4 .action.tocart.primary,
  .products-grid .product-item .product-item-inner.style4 .action.towishlist,
  .products-grid .product-item .product-item-inner.style4 .action.tocompare,
  .products-grid .product-item .product-item-inner.style4 .stock.available,
  .products-grid .product-item .product-item-inner.style4 .stock.unavailable {
    width: 35px;
    height: 35px;
    line-height: 35px;
  }
  .products-grid .product-item .product-item-inner.style4 .magebees_quickview::before,
  .products-grid .product-item .product-item-inner.style4 .action.tocart.primary::before,
  .products-grid .product-item .product-item-inner.style4 .action.towishlist::before,
  .products-grid .product-item .product-item-inner.style4 .action.tocompare::before,
  .products-grid .product-item .product-item-inner.style4 .stock.available:before .products-grid .product-item .product-item-inner.style4 .stock.unavailable:before {
    font-size: 14px;
    height: 35px;
    line-height: 35px;
  }
  #maincontent {
    padding-top: 20px;
  }
  .cms-index-index #maincontent {
    padding-top: 0;
  }
  .cws-pager {
    z-index: 19;
  }
  .columns {
    display: flex;
  }
  .page-with-filter #maincontent .columns {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .sidebar .wp-sidebar {
    width: 100%;
    padding-top: 30px;
  }
  .sidebar .block-recent-posts .block-content .item .post-image {
    width: 19%;
  }
  .hidden-s {
    display: none !important;
  }
  .account .page.messages {
    margin: 0;
  }
  .account .columns {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
  .account .columns .column.main {
    margin-bottom: 20px;
  }
  .account .columns .sidebar.sidebar-main {
    -webkit-flex-grow: 0;
    flex-grow: 0;
    -ms-flex-order: 0;
    -webkit-order: 0;
    order: 0;
  }
  .posh-home-page-style-1 .page-title,
  .posh-home-page-style-2 .page-title,
  .posh-home-page-style-3 .page-title {
    font-size: 2.2rem;
  }
  /* Header Style 1 ------------------------------------------------- */
  .header-1,
  .header-2 {
    /* Mobile Sticky Header --------------------------------------- */
    /* End Mobile Sticky Header ------------------------------------ */
  }
  .header-1 .header.content,
  .header-2 .header.content {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .header-1 .main-nav.w45,
  .header-2 .main-nav.w45 {
    width: 33%;
  }
  .header-1 .logo-grid.w10,
  .header-2 .logo-grid.w10 {
    width: 34%;
  }
  .header-1 .logo-grid.w10 .logo,
  .header-2 .logo-grid.w10 .logo {
    margin: 0 auto;
    max-width: 120px;
  }
  .header-1 .w45,
  .header-2 .w45 {
    width: 33%;
  }
  .header-1 .header.content,
  .header-2 .header.content {
    width: auto;
  }
  .header-1 .header.content.sticky-mobile .minicart .minicart-wrapper,
  .header-2 .header.content.sticky-mobile .minicart .minicart-wrapper {
    margin-right: 15px;
  }
  .header-1 .minicart .minicart-wrapper,
  .header-2 .minicart .minicart-wrapper {
    margin-left: 20px;
    margin-top: 0;
  }
  .header-1 .nav-toggle,
  .header-2 .nav-toggle {
    top: 25px;
  }
  .header-1 .header.content.sticky-mobile .minicart,
  .header-2 .header.content.sticky-mobile .minicart {
    margin-top: 0;
  }
  .header-1 .header.content.sticky-mobile .block.block-search.ajaxSearch .mbAjaxSearch .label.active + .control,
  .header-2 .header.content.sticky-mobile .block.block-search.ajaxSearch .mbAjaxSearch .label.active + .control,
  .header-1 .header.content.sticky-mobile .block-search .mbAjaxSearch .label.active + .control,
  .header-2 .header.content.sticky-mobile .block-search .mbAjaxSearch .label.active + .control {
    top: 54px;
  }
  .header-1 .header.content.sticky-mobile .nav-toggle,
  .header-2 .header.content.sticky-mobile .nav-toggle {
    top: 10px;
  }
  .header-4 #header-content {
    position: relative;
  }
  .header-4 .header-right {
    width: auto;
  }
  .header-4 .mbAjaxSearch .mbAutoSearch.right .search-autocomplete {
    left: 0;
  }
  .header-4 .logo-grid {
    width: 45%;
  }
  .header-4 .search-style4 {
    width: 50%;
    padding-right: 0;
  }
  .header-4 .search-style4 .mbAjaxSearch #search_autocomplete_second {
    width: 100%;
  }
  .header-4 .search-style4 .mbAjaxSearch ul#ajax_ul li {
    border-bottom: solid 1px #ddd;
  }
  .header-4 .search-style4 .ajaxSearch.block-search {
    margin-top: 0 !important;
  }
  .header-4 .search-style4 .ajaxSearch.block-search .mbAjaxSearch div.select-wrapper,
  .header-4 .search-style4 .ajaxSearch.block-search .mbAjaxSearch .searchField {
    display: block !important;
  }
  .header-4 .search-style4 .ajaxSearch.block-search .mbAjaxSearch .control {
    display: none !important;
  }
  .header-4 .search-style4 .ajaxSearch.block-search .label {
    display: inline-block !important;
    padding-right: 20px;
  }
  .header-4 .search-style4 .ajaxSearch.block-search .label:before {
    content: "\e610";
    font-family: 'themify';
    font-size: 19px;
    line-height: 25px;
    vertical-align: top;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    cursor: pointer;
  }
  .header-4 .search-style4 .ajaxSearch.block-search .label.active + .control {
    display: block !important;
    border: 0 !important;
    margin: 0 !important;
    position: absolute;
    top: 100%;
    z-index: 99;
    background-color: #fff;
    padding: 20px 20px 10px !important;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
  }
  .header-4 .search-style4 .block-search.ajaxSearch .mbAjaxSearch #search {
    padding: 5px 30px 5px 5px;
  }
  .header-4 .search-style4 .block-search .action.search:before {
    line-height: 30px;
  }
  .header-6 .w20 {
    flex-basis: calc(75% - 87px);
    -ms-flex-basis: calc(75% - 87px);
    -webkit-flex-basis: calc(75% - 87px);
  }
  .header-6 .header-center {
    flex-basis: 25%;
    -ms-flex-basis: 25%;
    -webkit-flex-basis: 25%;
  }
  .header-6 .header-right {
    flex-basis: 87px;
    -ms-flex-basis: 87px;
    -webkit-flex-basis: 87px;
  }
  .header-6 .block.block-search.ajaxSearch {
    padding-left: 15px;
  }
  .header-6 .block-search .label + .control,
  .header-6 .block.block-search.ajaxSearch .label + .control {
    /*display: none !important;*/
    left: -100%;
  }
  .header-6 .block-search .label.active + .control,
  .header-6 .block.block-search.ajaxSearch .label.active + .control {
    display: block !important;
  }
  .search-drawer .mbAjaxSearch .mbAutoSearch.right .search-autocomplete {
    left: 0;
  }
  .search-drawer .mbAjaxSearch #search_autocomplete_second {
    width: 100%;
  }
  .search-style4 .mbAjaxSearch .select-wrapper {
    width: 100%;
  }
  .search-style4 .mbAjaxSearch .select-wrapper .holder {
    border: 2px solid #ddd !important;
    border-right: 2px solid #ddd !important;
    border-bottom: 0 !important;
  }
  .ajaxSearch.block-search .label {
    display: none !important;
  }
  .mbAjaxSearch .control,
  .block-search .mbAjaxSearch .label.active + .control {
    display: block !important;
    padding-top: 0 !important;
    margin: 0;
    border-top: 0;
  }
  .mbAjaxSearch div.select-wrapper,
  .mbAjaxSearch .searchField {
    display: table-cell;
  }
  .search-drawer .close {
    right: 20px;
  }
  .search-drawer .mbAjaxSearch #search {
    position: static;
  }
  .nav-sections .switcher {
    cursor: pointer;
  }
  /* End Header Style 1 --------------------------------------------- */
  .posh-home-page-style-2 .home-slider-style2 .home-slider-right {
    padding-left: 25px;
  }
  .posh-home-page-style-3 .columns .column.main,
  .posh-home-page-style-3 .columns .sidebar-additional {
    width: 100%;
    flex-basis: 100%;
    -webkit-flex-basis: 100%;
    -ms-flex-basis: 100%;
  }
  /* Product With Tabs ---------------------------------------------- */
  .page-products.page-layout-1column .product-tabs-grid.mage-ajaxpro-page .products-grid .product-item {
    width: 48%;
    margin-right: 3%;
    margin-top: 3%;
  }
  .page-products.page-layout-1column .product-tabs-grid.mage-ajaxpro-page .products-grid .product-item:nth-child(3n) {
    margin-right: 3%;
  }
  .page-products.page-layout-1column .product-tabs-grid.mage-ajaxpro-page .products-grid .product-item:nth-child(2n) {
    margin-right: 0;
  }
  .page-products.page-layout-1column .product-tabs-grid.mage-ajaxpro-page .products-grid .product-item:nth-child(3n+1) {
    clear: none;
  }
  .page-products.page-layout-1column .product-tabs-grid.mage-ajaxpro-page .products-grid .product-item:nth-child(2n+1) {
    clear: left;
  }
  /* End Product With Tabs ------------------------------------------- */
  /* MostViewd With Grid Styles  -------------------------- */
  .posh-auto-parts-style-1 .mostviewd-section .products-grid.grid6 .product-item,
  .posh-auto-parts-style-1 .mostviewd-section .products-grid.grid5 .product-item,
  .posh-auto-parts-style-1 .mostviewd-section .products-grid.grid4 .product-item,
  .posh-auto-parts-style-1 .mostviewd-section .products-grid.grid3 .product-item {
    width: 48.5%;
    margin-right: 2.5%;
  }
  .posh-auto-parts-style-1 .mostviewd-section .products-grid.grid6 .product-item:nth-child(3n),
  .posh-auto-parts-style-1 .mostviewd-section .products-grid.grid5 .product-item:nth-child(3n),
  .posh-auto-parts-style-1 .mostviewd-section .products-grid.grid4 .product-item:nth-child(3n),
  .posh-auto-parts-style-1 .mostviewd-section .products-grid.grid3 .product-item:nth-child(3n) {
    margin-right: 2.5%;
  }
  .posh-auto-parts-style-1 .mostviewd-section .products-grid.grid6 .product-item:nth-child(2n),
  .posh-auto-parts-style-1 .mostviewd-section .products-grid.grid5 .product-item:nth-child(2n),
  .posh-auto-parts-style-1 .mostviewd-section .products-grid.grid4 .product-item:nth-child(2n),
  .posh-auto-parts-style-1 .mostviewd-section .products-grid.grid3 .product-item:nth-child(2n) {
    margin-right: 0;
  }
  .posh-auto-parts-style-1 .mostviewd-section .products-grid.grid6 .product-item:nth-child(3n+1),
  .posh-auto-parts-style-1 .mostviewd-section .products-grid.grid5 .product-item:nth-child(3n+1),
  .posh-auto-parts-style-1 .mostviewd-section .products-grid.grid4 .product-item:nth-child(3n+1),
  .posh-auto-parts-style-1 .mostviewd-section .products-grid.grid3 .product-item:nth-child(3n+1) {
    clear: none;
  }
  .posh-auto-parts-style-1 .mostviewd-section .products-grid.grid6 .product-item:nth-child(2n+1),
  .posh-auto-parts-style-1 .mostviewd-section .products-grid.grid5 .product-item:nth-child(2n+1),
  .posh-auto-parts-style-1 .mostviewd-section .products-grid.grid4 .product-item:nth-child(2n+1),
  .posh-auto-parts-style-1 .mostviewd-section .products-grid.grid3 .product-item:nth-child(2n+1) {
    clear: left;
  }
  .posh-auto-parts-style-1 .mostviewd-section .products-grid.grid5 .product-item:nth-child(5n) {
    margin-right: 2.5%;
  }
  /* End MostViewd With Grid Styles  ---------------------- */
  .testimonial-outer {
    background-position: left !important;
  }
  /* Instagram Section ------------------------------------------- */
  .instagram-outer {
    /* Instagram Image List */
  }
  .instagram-outer .view-gallery-btn {
    margin-left: -60px;
  }
  .instagram-outer #magebees-instagram .item a .instaOverlay {
    font-size: 15px;
  }
  .instagram-outer #magebees-instagram .item a .instaOverlay .icon-set {
    display: block;
    padding: 5px 10px;
  }
  .instagram-outer #magebees-instagram .item a .instaOverlay .icon {
    font-size: 18px;
  }
  .instagram-outer #magebees-instagram.in-image-8 .item {
    width: 14.2%;
  }
  /* End Instagram Section --------------------------------------- */
  /* Store Feature Styles ---------------------------------------- */
  .store-feature .store-features-home li {
    width: 50%;
  }
  .store-feature .store-features-home li:nth-child(1),
  .store-feature .store-features-home li:nth-child(2) {
    margin-bottom: 20px;
  }
  .store-feature.store-feature-style3 .store-features-home li {
    width: 48.5%;
    margin-right: 3%;
  }
  .store-feature.store-feature-style3 .store-features-home li:nth-child(2n) {
    margin-right: 0;
  }
  /* End Store Feature Styles ------------------------------------ */
  /* Newproduct Slider With Grid Styles -------------------------- */
  .newproduct-section.newproduct-listmode .product-items .product-item {
    width: 49%;
  }
  .newproduct-section.newproduct-listmode .product-items .product-item:nth-child(3n) {
    margin-right: 2%;
  }
  .newproduct-section.newproduct-listmode .product-items .product-item:nth-child(3n+1) {
    clear: none;
  }
  .newproduct-section.newproduct-listmode .product-items .product-item:nth-child(2n) {
    margin-right: 0;
  }
  .newproduct-section.newproduct-listmode .product-items .product-item:nth-child(2n+1) {
    clear: left;
  }
  .newproduct-section.newproduct-listmode .product-items .product-item .product-item-photo {
    width: 100px;
  }
  .newproduct-section.newproduct-listmode .product-items .product-item .product-item-details {
    margin-left: 115px;
  }
  .newproduct-section .cwsNew .products-grid.grid3 .item {
    width: 49%;
  }
  .newproduct-section .cwsNew .products-grid.grid3 .item:nth-child(3n) {
    margin-right: 2%;
  }
  .newproduct-section .cwsNew .products-grid.grid3 .item:nth-child(2n) {
    margin-right: 0;
  }
  .newproduct-section .cwsNew .products-grid.grid4 .item {
    width: 32%;
  }
  .newproduct-section .cwsNew .products-grid.grid4 .item:nth-child(4n) {
    margin-right: 2%;
  }
  .newproduct-section .cwsNew .products-grid.grid4 .item:nth-child(3n) {
    margin-right: 0%;
  }
  .newproduct-section .cwsNew .products-grid.grid5 .item {
    width: 32%;
  }
  .newproduct-section .cwsNew .products-grid.grid5 .item:nth-child(4n) {
    margin-right: 2%;
  }
  .newproduct-section .cwsNew .products-grid.grid5 .item:nth-child(3n) {
    margin-right: 0;
  }
  .newproduct-section .cwsNew .products-grid.grid6 .item {
    width: 32%;
  }
  .newproduct-section .cwsNew .products-grid.grid6 .item:nth-child(4n) {
    margin-right: 2%;
  }
  .newproduct-section .cwsNew .products-grid.grid6 .item:nth-child(3n) {
    margin-right: 0;
  }
  /* End Newproduct Slider With Grid Styles ------------------------- */
  /* Today Deal Product --------------------------------------------- */
  .page-layout-1column .today-deal-timer .product.media {
    width: 100%;
  }
  .page-layout-1column .today-deal-timer .product-info-main {
    width: 100%;
    padding-left: 0;
  }
  .today-deal-timer .deal-timer .countdown-section {
    margin-left: 0 !important;
  }
  .today-deal-timer .deal-timer .countdown-section .countdown-amount {
    font-size: 18px;
  }
  .today-deal-timer .deal-timer .countdown-section .countdown-period {
    font-size: 14px;
  }
  /* End Today Deal Product ----------------------------------------- */
  /* Category With Image Home Section ---------------- */
  .category-images .category-item {
    width: 49%;
  }
  .category-images .category-item:nth-child(3n) {
    margin-right: 2%;
  }
  .category-images .category-item:nth-child(2n) {
    margin-right: 0;
  }
  .category-images .category-item:nth-child(3n+1) {
    clear: none;
  }
  .category-images .category-items-3 .category-item {
    width: 49%;
  }
  .category-images .category-items-3 .category-item:nth-child(3n) {
    margin-right: 2%;
  }
  .category-images .category-items-3 .category-item:nth-child(2n) {
    margin-right: 0;
  }
  .category-images .category-items-5 .category-item {
    width: 32%;
  }
  .category-images .category-items-5 .category-item:nth-child(2n),
  .category-images .category-items-5 .category-item:nth-child(4n) {
    margin-right: 2%;
  }
  .category-images .category-items-5 .category-item:nth-child(3n) {
    margin-right: 0;
  }
  .category-images .category-items-5 .category-item:nth-child(3n+1) {
    clear: left;
  }
  /* End Category With Image Home Section ------------ */
  /* Bestseller Products Section --------------------- */
  .bestseller-product.cwsBestSeller .products-grid.grid3 .item {
    width: 49%;
  }
  .bestseller-product.cwsBestSeller .products-grid.grid3 .item:nth-child(3n) {
    margin-right: 2%;
  }
  .bestseller-product.cwsBestSeller .products-grid.grid3 .item:nth-child(2n) {
    margin-right: 0;
  }
  .bestseller-product.cwsBestSeller .products-grid.grid4 .item {
    width: 32%;
  }
  .bestseller-product.cwsBestSeller .products-grid.grid4 .item:nth-child(4n) {
    margin-right: 2%;
  }
  .bestseller-product.cwsBestSeller .products-grid.grid4 .item:nth-child(3n) {
    margin-right: 0%;
  }
  .bestseller-product.cwsBestSeller .products-grid.grid5 .item {
    width: 32%;
  }
  .bestseller-product.cwsBestSeller .products-grid.grid5 .item:nth-child(4n) {
    margin-right: 2%;
  }
  .bestseller-product.cwsBestSeller .products-grid.grid5 .item:nth-child(3n) {
    margin-right: 0;
  }
  .bestseller-product.cwsBestSeller .products-grid.grid6 .item {
    width: 32%;
  }
  .bestseller-product.cwsBestSeller .products-grid.grid6 .item:nth-child(4n) {
    margin-right: 2%;
  }
  .bestseller-product.cwsBestSeller .products-grid.grid6 .item:nth-child(3n) {
    margin-right: 0;
  }
  /* End Bestseller Products Section -------------------- */
  /* Homepage Demo1 ------------------------------------- */
  .posh-auto-parts-style-1 .header-search,
  .posh-auto-parts-style-2 .header-search,
  .posh-auto-parts-style-3 .header-search,
  .posh-auto-parts-style-4 .header-search,
  .posh-auto-parts-style-5 .header-search {
    margin-left: 20px;
  }
  .posh-auto-parts-style-1 .mbAjaxSearch div.select-wrapper,
  .posh-auto-parts-style-2 .mbAjaxSearch div.select-wrapper,
  .posh-auto-parts-style-3 .mbAjaxSearch div.select-wrapper,
  .posh-auto-parts-style-4 .mbAjaxSearch div.select-wrapper,
  .posh-auto-parts-style-5 .mbAjaxSearch div.select-wrapper,
  .posh-auto-parts-style-1 .mbAjaxSearch .searchField,
  .posh-auto-parts-style-2 .mbAjaxSearch .searchField,
  .posh-auto-parts-style-3 .mbAjaxSearch .searchField,
  .posh-auto-parts-style-4 .mbAjaxSearch .searchField,
  .posh-auto-parts-style-5 .mbAjaxSearch .searchField {
    display: block;
  }
  .posh-auto-parts-style-1 .search-drawer,
  .posh-auto-parts-style-2 .search-drawer,
  .posh-auto-parts-style-3 .search-drawer,
  .posh-auto-parts-style-4 .search-drawer,
  .posh-auto-parts-style-5 .search-drawer {
    padding: 25px 0 10px 0;
  }
  .posh-auto-parts-style-1 .search-drawer .close,
  .posh-auto-parts-style-2 .search-drawer .close,
  .posh-auto-parts-style-3 .search-drawer .close,
  .posh-auto-parts-style-4 .search-drawer .close,
  .posh-auto-parts-style-5 .search-drawer .close {
    right: 25px;
  }
  .posh-auto-parts-style-1 .search-drawer .block.block-search.ajaxSearch,
  .posh-auto-parts-style-2 .search-drawer .block.block-search.ajaxSearch,
  .posh-auto-parts-style-3 .search-drawer .block.block-search.ajaxSearch,
  .posh-auto-parts-style-4 .search-drawer .block.block-search.ajaxSearch,
  .posh-auto-parts-style-5 .search-drawer .block.block-search.ajaxSearch,
  .posh-auto-parts-style-1 .search-drawer .block-search,
  .posh-auto-parts-style-2 .search-drawer .block-search,
  .posh-auto-parts-style-3 .search-drawer .block-search,
  .posh-auto-parts-style-4 .search-drawer .block-search,
  .posh-auto-parts-style-5 .search-drawer .block-search {
    position: inherit;
    margin-right: 0;
    margin-top: 0;
  }
  .posh-auto-parts-style-1 .search-drawer .block.block-search.ajaxSearch .mbAjaxSearch #search,
  .posh-auto-parts-style-2 .search-drawer .block.block-search.ajaxSearch .mbAjaxSearch #search,
  .posh-auto-parts-style-3 .search-drawer .block.block-search.ajaxSearch .mbAjaxSearch #search,
  .posh-auto-parts-style-4 .search-drawer .block.block-search.ajaxSearch .mbAjaxSearch #search,
  .posh-auto-parts-style-5 .search-drawer .block.block-search.ajaxSearch .mbAjaxSearch #search,
  .posh-auto-parts-style-1 .search-drawer .block-search .mbAjaxSearch #search,
  .posh-auto-parts-style-2 .search-drawer .block-search .mbAjaxSearch #search,
  .posh-auto-parts-style-3 .search-drawer .block-search .mbAjaxSearch #search,
  .posh-auto-parts-style-4 .search-drawer .block-search .mbAjaxSearch #search,
  .posh-auto-parts-style-5 .search-drawer .block-search .mbAjaxSearch #search {
    font-size: 16px;
    padding-right: 35px;
    margin-bottom: 15px;
  }
  .posh-auto-parts-style-1 .search-drawer .block.block-search.ajaxSearch .mbAjaxSearch input,
  .posh-auto-parts-style-2 .search-drawer .block.block-search.ajaxSearch .mbAjaxSearch input,
  .posh-auto-parts-style-3 .search-drawer .block.block-search.ajaxSearch .mbAjaxSearch input,
  .posh-auto-parts-style-4 .search-drawer .block.block-search.ajaxSearch .mbAjaxSearch input,
  .posh-auto-parts-style-5 .search-drawer .block.block-search.ajaxSearch .mbAjaxSearch input,
  .posh-auto-parts-style-1 .search-drawer .block-search .mbAjaxSearch input,
  .posh-auto-parts-style-2 .search-drawer .block-search .mbAjaxSearch input,
  .posh-auto-parts-style-3 .search-drawer .block-search .mbAjaxSearch input,
  .posh-auto-parts-style-4 .search-drawer .block-search .mbAjaxSearch input,
  .posh-auto-parts-style-5 .search-drawer .block-search .mbAjaxSearch input {
    position: static !important;
  }
  .posh-auto-parts-style-1 .search-drawer .block.block-search.ajaxSearch .mbAjaxSearch .control,
  .posh-auto-parts-style-2 .search-drawer .block.block-search.ajaxSearch .mbAjaxSearch .control,
  .posh-auto-parts-style-3 .search-drawer .block.block-search.ajaxSearch .mbAjaxSearch .control,
  .posh-auto-parts-style-4 .search-drawer .block.block-search.ajaxSearch .mbAjaxSearch .control,
  .posh-auto-parts-style-5 .search-drawer .block.block-search.ajaxSearch .mbAjaxSearch .control,
  .posh-auto-parts-style-1 .search-drawer .block-search .mbAjaxSearch .control,
  .posh-auto-parts-style-2 .search-drawer .block-search .mbAjaxSearch .control,
  .posh-auto-parts-style-3 .search-drawer .block-search .mbAjaxSearch .control,
  .posh-auto-parts-style-4 .search-drawer .block-search .mbAjaxSearch .control,
  .posh-auto-parts-style-5 .search-drawer .block-search .mbAjaxSearch .control {
    border-top: 0;
    margin: 0;
    padding: 0;
    display: block !important;
  }
  .posh-auto-parts-style-1 .search-drawer .block.block-search.ajaxSearch .mbAjaxSearch .label,
  .posh-auto-parts-style-2 .search-drawer .block.block-search.ajaxSearch .mbAjaxSearch .label,
  .posh-auto-parts-style-3 .search-drawer .block.block-search.ajaxSearch .mbAjaxSearch .label,
  .posh-auto-parts-style-4 .search-drawer .block.block-search.ajaxSearch .mbAjaxSearch .label,
  .posh-auto-parts-style-5 .search-drawer .block.block-search.ajaxSearch .mbAjaxSearch .label,
  .posh-auto-parts-style-1 .search-drawer .block-search .mbAjaxSearch .label,
  .posh-auto-parts-style-2 .search-drawer .block-search .mbAjaxSearch .label,
  .posh-auto-parts-style-3 .search-drawer .block-search .mbAjaxSearch .label,
  .posh-auto-parts-style-4 .search-drawer .block-search .mbAjaxSearch .label,
  .posh-auto-parts-style-5 .search-drawer .block-search .mbAjaxSearch .label {
    text-align: center;
    display: none !important;
    cursor: pointer;
  }
  .posh-auto-parts-style-1 .search-drawer .block.block-search.ajaxSearch .mbAjaxSearch .label.active + .control,
  .posh-auto-parts-style-2 .search-drawer .block.block-search.ajaxSearch .mbAjaxSearch .label.active + .control,
  .posh-auto-parts-style-3 .search-drawer .block.block-search.ajaxSearch .mbAjaxSearch .label.active + .control,
  .posh-auto-parts-style-4 .search-drawer .block.block-search.ajaxSearch .mbAjaxSearch .label.active + .control,
  .posh-auto-parts-style-5 .search-drawer .block.block-search.ajaxSearch .mbAjaxSearch .label.active + .control,
  .posh-auto-parts-style-1 .search-drawer .block-search .mbAjaxSearch .label.active + .control,
  .posh-auto-parts-style-2 .search-drawer .block-search .mbAjaxSearch .label.active + .control,
  .posh-auto-parts-style-3 .search-drawer .block-search .mbAjaxSearch .label.active + .control,
  .posh-auto-parts-style-4 .search-drawer .block-search .mbAjaxSearch .label.active + .control,
  .posh-auto-parts-style-5 .search-drawer .block-search .mbAjaxSearch .label.active + .control {
    display: block !important;
  }
  .posh-auto-parts-style-1 .search-drawer .block.block-search.ajaxSearch .mbAjaxSearch .action.search,
  .posh-auto-parts-style-2 .search-drawer .block.block-search.ajaxSearch .mbAjaxSearch .action.search,
  .posh-auto-parts-style-3 .search-drawer .block.block-search.ajaxSearch .mbAjaxSearch .action.search,
  .posh-auto-parts-style-4 .search-drawer .block.block-search.ajaxSearch .mbAjaxSearch .action.search,
  .posh-auto-parts-style-5 .search-drawer .block.block-search.ajaxSearch .mbAjaxSearch .action.search,
  .posh-auto-parts-style-1 .search-drawer .block-search .mbAjaxSearch .action.search,
  .posh-auto-parts-style-2 .search-drawer .block-search .mbAjaxSearch .action.search,
  .posh-auto-parts-style-3 .search-drawer .block-search .mbAjaxSearch .action.search,
  .posh-auto-parts-style-4 .search-drawer .block-search .mbAjaxSearch .action.search,
  .posh-auto-parts-style-5 .search-drawer .block-search .mbAjaxSearch .action.search {
    display: block !important;
    position: absolute;
    right: 0px;
    top: 10px;
    padding: 0;
    font-weight: normal;
    background-color: inherit;
  }
  .posh-auto-parts-style-1 .search-drawer .block.block-search.ajaxSearch .mbAjaxSearch .action.search span,
  .posh-auto-parts-style-2 .search-drawer .block.block-search.ajaxSearch .mbAjaxSearch .action.search span,
  .posh-auto-parts-style-3 .search-drawer .block.block-search.ajaxSearch .mbAjaxSearch .action.search span,
  .posh-auto-parts-style-4 .search-drawer .block.block-search.ajaxSearch .mbAjaxSearch .action.search span,
  .posh-auto-parts-style-5 .search-drawer .block.block-search.ajaxSearch .mbAjaxSearch .action.search span,
  .posh-auto-parts-style-1 .search-drawer .block-search .mbAjaxSearch .action.search span,
  .posh-auto-parts-style-2 .search-drawer .block-search .mbAjaxSearch .action.search span,
  .posh-auto-parts-style-3 .search-drawer .block-search .mbAjaxSearch .action.search span,
  .posh-auto-parts-style-4 .search-drawer .block-search .mbAjaxSearch .action.search span,
  .posh-auto-parts-style-5 .search-drawer .block-search .mbAjaxSearch .action.search span {
    display: none !important;
  }
  .posh-auto-parts-style-1 .latest-blog-home ul .item,
  .posh-auto-parts-style-2 .latest-blog-home ul .item,
  .posh-auto-parts-style-3 .latest-blog-home ul .item,
  .posh-auto-parts-style-4 .latest-blog-home ul .item,
  .posh-auto-parts-style-5 .latest-blog-home ul .item {
    float: left;
    width: 100%;
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
    margin-bottom: 15px;
  }
  .posh-auto-parts-style-1 .latest-blog-home ul .item:last-of-type,
  .posh-auto-parts-style-2 .latest-blog-home ul .item:last-of-type,
  .posh-auto-parts-style-3 .latest-blog-home ul .item:last-of-type,
  .posh-auto-parts-style-4 .latest-blog-home ul .item:last-of-type,
  .posh-auto-parts-style-5 .latest-blog-home ul .item:last-of-type {
    border-bottom: 0;
    margin-bottom: 0;
  }
  .posh-auto-parts-style-1 .latest-blog-home ul .item h3,
  .posh-auto-parts-style-2 .latest-blog-home ul .item h3,
  .posh-auto-parts-style-3 .latest-blog-home ul .item h3,
  .posh-auto-parts-style-4 .latest-blog-home ul .item h3,
  .posh-auto-parts-style-5 .latest-blog-home ul .item h3 {
    float: left;
    padding-left: 90px;
  }
  .posh-auto-parts-style-1 .latest-blog-home ul .item .month-date,
  .posh-auto-parts-style-2 .latest-blog-home ul .item .month-date,
  .posh-auto-parts-style-3 .latest-blog-home ul .item .month-date,
  .posh-auto-parts-style-4 .latest-blog-home ul .item .month-date,
  .posh-auto-parts-style-5 .latest-blog-home ul .item .month-date {
    width: 72px;
    margin-bottom: 10px;
  }
  .posh-auto-parts-style-1 .latest-blog-home ul .item .month-date .date,
  .posh-auto-parts-style-2 .latest-blog-home ul .item .month-date .date,
  .posh-auto-parts-style-3 .latest-blog-home ul .item .month-date .date,
  .posh-auto-parts-style-4 .latest-blog-home ul .item .month-date .date,
  .posh-auto-parts-style-5 .latest-blog-home ul .item .month-date .date {
    font-size: 24px;
    left: 0;
  }
  .posh-auto-parts-style-1 .latest-blog-home .title-details,
  .posh-auto-parts-style-2 .latest-blog-home .title-details,
  .posh-auto-parts-style-3 .latest-blog-home .title-details,
  .posh-auto-parts-style-4 .latest-blog-home .title-details,
  .posh-auto-parts-style-5 .latest-blog-home .title-details {
    min-height: inherit;
  }
  .posh-auto-parts-style-1.page-layout-2columns-left .column.main,
  .posh-auto-parts-style-2.page-layout-2columns-left .column.main,
  .posh-auto-parts-style-3.page-layout-2columns-left .column.main,
  .posh-auto-parts-style-4.page-layout-2columns-left .column.main,
  .posh-auto-parts-style-5.page-layout-2columns-left .column.main,
  .posh-auto-parts-style-1.page-layout-2columns-right .column.main,
  .posh-auto-parts-style-2.page-layout-2columns-right .column.main,
  .posh-auto-parts-style-3.page-layout-2columns-right .column.main,
  .posh-auto-parts-style-4.page-layout-2columns-right .column.main,
  .posh-auto-parts-style-5.page-layout-2columns-right .column.main {
    width: 100%;
  }
  .posh-auto-parts-style-1.page-layout-2columns-left .sidebar-main,
  .posh-auto-parts-style-2.page-layout-2columns-left .sidebar-main,
  .posh-auto-parts-style-3.page-layout-2columns-left .sidebar-main,
  .posh-auto-parts-style-4.page-layout-2columns-left .sidebar-main,
  .posh-auto-parts-style-5.page-layout-2columns-left .sidebar-main,
  .posh-auto-parts-style-1.page-layout-2columns-right .sidebar-main,
  .posh-auto-parts-style-2.page-layout-2columns-right .sidebar-main,
  .posh-auto-parts-style-3.page-layout-2columns-right .sidebar-main,
  .posh-auto-parts-style-4.page-layout-2columns-right .sidebar-main,
  .posh-auto-parts-style-5.page-layout-2columns-right .sidebar-main,
  .posh-auto-parts-style-1.page-layout-2columns-left .sidebar-additional,
  .posh-auto-parts-style-2.page-layout-2columns-left .sidebar-additional,
  .posh-auto-parts-style-3.page-layout-2columns-left .sidebar-additional,
  .posh-auto-parts-style-4.page-layout-2columns-left .sidebar-additional,
  .posh-auto-parts-style-5.page-layout-2columns-left .sidebar-additional,
  .posh-auto-parts-style-1.page-layout-2columns-right .sidebar-additional,
  .posh-auto-parts-style-2.page-layout-2columns-right .sidebar-additional,
  .posh-auto-parts-style-3.page-layout-2columns-right .sidebar-additional,
  .posh-auto-parts-style-4.page-layout-2columns-right .sidebar-additional,
  .posh-auto-parts-style-5.page-layout-2columns-right .sidebar-additional {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    flex-basis: 100%;
    -webkit-flex-basis: 100%;
    -ms-flex-basis: 100%;
  }
  .posh-auto-parts-style-1.page-layout-2columns-left .sidebar-main .block.banner-block,
  .posh-auto-parts-style-2.page-layout-2columns-left .sidebar-main .block.banner-block,
  .posh-auto-parts-style-3.page-layout-2columns-left .sidebar-main .block.banner-block,
  .posh-auto-parts-style-4.page-layout-2columns-left .sidebar-main .block.banner-block,
  .posh-auto-parts-style-5.page-layout-2columns-left .sidebar-main .block.banner-block,
  .posh-auto-parts-style-1.page-layout-2columns-right .sidebar-main .block.banner-block,
  .posh-auto-parts-style-2.page-layout-2columns-right .sidebar-main .block.banner-block,
  .posh-auto-parts-style-3.page-layout-2columns-right .sidebar-main .block.banner-block,
  .posh-auto-parts-style-4.page-layout-2columns-right .sidebar-main .block.banner-block,
  .posh-auto-parts-style-5.page-layout-2columns-right .sidebar-main .block.banner-block,
  .posh-auto-parts-style-1.page-layout-2columns-left .sidebar-additional .block.banner-block,
  .posh-auto-parts-style-2.page-layout-2columns-left .sidebar-additional .block.banner-block,
  .posh-auto-parts-style-3.page-layout-2columns-left .sidebar-additional .block.banner-block,
  .posh-auto-parts-style-4.page-layout-2columns-left .sidebar-additional .block.banner-block,
  .posh-auto-parts-style-5.page-layout-2columns-left .sidebar-additional .block.banner-block,
  .posh-auto-parts-style-1.page-layout-2columns-right .sidebar-additional .block.banner-block,
  .posh-auto-parts-style-2.page-layout-2columns-right .sidebar-additional .block.banner-block,
  .posh-auto-parts-style-3.page-layout-2columns-right .sidebar-additional .block.banner-block,
  .posh-auto-parts-style-4.page-layout-2columns-right .sidebar-additional .block.banner-block,
  .posh-auto-parts-style-5.page-layout-2columns-right .sidebar-additional .block.banner-block {
    text-align: center;
  }
  .posh-auto-parts-style-1.page-layout-2columns-left .sidebar-main #layered-filter-block.block.filter .filter-title,
  .posh-auto-parts-style-2.page-layout-2columns-left .sidebar-main #layered-filter-block.block.filter .filter-title,
  .posh-auto-parts-style-3.page-layout-2columns-left .sidebar-main #layered-filter-block.block.filter .filter-title,
  .posh-auto-parts-style-4.page-layout-2columns-left .sidebar-main #layered-filter-block.block.filter .filter-title,
  .posh-auto-parts-style-5.page-layout-2columns-left .sidebar-main #layered-filter-block.block.filter .filter-title,
  .posh-auto-parts-style-1.page-layout-2columns-right .sidebar-main #layered-filter-block.block.filter .filter-title,
  .posh-auto-parts-style-2.page-layout-2columns-right .sidebar-main #layered-filter-block.block.filter .filter-title,
  .posh-auto-parts-style-3.page-layout-2columns-right .sidebar-main #layered-filter-block.block.filter .filter-title,
  .posh-auto-parts-style-4.page-layout-2columns-right .sidebar-main #layered-filter-block.block.filter .filter-title,
  .posh-auto-parts-style-5.page-layout-2columns-right .sidebar-main #layered-filter-block.block.filter .filter-title,
  .posh-auto-parts-style-1.page-layout-2columns-left .sidebar-additional #layered-filter-block.block.filter .filter-title,
  .posh-auto-parts-style-2.page-layout-2columns-left .sidebar-additional #layered-filter-block.block.filter .filter-title,
  .posh-auto-parts-style-3.page-layout-2columns-left .sidebar-additional #layered-filter-block.block.filter .filter-title,
  .posh-auto-parts-style-4.page-layout-2columns-left .sidebar-additional #layered-filter-block.block.filter .filter-title,
  .posh-auto-parts-style-5.page-layout-2columns-left .sidebar-additional #layered-filter-block.block.filter .filter-title,
  .posh-auto-parts-style-1.page-layout-2columns-right .sidebar-additional #layered-filter-block.block.filter .filter-title,
  .posh-auto-parts-style-2.page-layout-2columns-right .sidebar-additional #layered-filter-block.block.filter .filter-title,
  .posh-auto-parts-style-3.page-layout-2columns-right .sidebar-additional #layered-filter-block.block.filter .filter-title,
  .posh-auto-parts-style-4.page-layout-2columns-right .sidebar-additional #layered-filter-block.block.filter .filter-title,
  .posh-auto-parts-style-5.page-layout-2columns-right .sidebar-additional #layered-filter-block.block.filter .filter-title {
    text-align: left;
    cursor: pointer;
    padding: 0;
  }
  .posh-auto-parts-style-1.page-layout-2columns-left .sidebar-main #layered-filter-block.block.filter .filter-title strong,
  .posh-auto-parts-style-2.page-layout-2columns-left .sidebar-main #layered-filter-block.block.filter .filter-title strong,
  .posh-auto-parts-style-3.page-layout-2columns-left .sidebar-main #layered-filter-block.block.filter .filter-title strong,
  .posh-auto-parts-style-4.page-layout-2columns-left .sidebar-main #layered-filter-block.block.filter .filter-title strong,
  .posh-auto-parts-style-5.page-layout-2columns-left .sidebar-main #layered-filter-block.block.filter .filter-title strong,
  .posh-auto-parts-style-1.page-layout-2columns-right .sidebar-main #layered-filter-block.block.filter .filter-title strong,
  .posh-auto-parts-style-2.page-layout-2columns-right .sidebar-main #layered-filter-block.block.filter .filter-title strong,
  .posh-auto-parts-style-3.page-layout-2columns-right .sidebar-main #layered-filter-block.block.filter .filter-title strong,
  .posh-auto-parts-style-4.page-layout-2columns-right .sidebar-main #layered-filter-block.block.filter .filter-title strong,
  .posh-auto-parts-style-5.page-layout-2columns-right .sidebar-main #layered-filter-block.block.filter .filter-title strong,
  .posh-auto-parts-style-1.page-layout-2columns-left .sidebar-additional #layered-filter-block.block.filter .filter-title strong,
  .posh-auto-parts-style-2.page-layout-2columns-left .sidebar-additional #layered-filter-block.block.filter .filter-title strong,
  .posh-auto-parts-style-3.page-layout-2columns-left .sidebar-additional #layered-filter-block.block.filter .filter-title strong,
  .posh-auto-parts-style-4.page-layout-2columns-left .sidebar-additional #layered-filter-block.block.filter .filter-title strong,
  .posh-auto-parts-style-5.page-layout-2columns-left .sidebar-additional #layered-filter-block.block.filter .filter-title strong,
  .posh-auto-parts-style-1.page-layout-2columns-right .sidebar-additional #layered-filter-block.block.filter .filter-title strong,
  .posh-auto-parts-style-2.page-layout-2columns-right .sidebar-additional #layered-filter-block.block.filter .filter-title strong,
  .posh-auto-parts-style-3.page-layout-2columns-right .sidebar-additional #layered-filter-block.block.filter .filter-title strong,
  .posh-auto-parts-style-4.page-layout-2columns-right .sidebar-additional #layered-filter-block.block.filter .filter-title strong,
  .posh-auto-parts-style-5.page-layout-2columns-right .sidebar-additional #layered-filter-block.block.filter .filter-title strong {
    font-size: 2rem;
    font-weight: 600;
    padding: 0;
  }
  .posh-auto-parts-style-1.page-layout-2columns-left .sidebar-main #layered-filter-block.block.filter .filter-content .block-subtitle,
  .posh-auto-parts-style-2.page-layout-2columns-left .sidebar-main #layered-filter-block.block.filter .filter-content .block-subtitle,
  .posh-auto-parts-style-3.page-layout-2columns-left .sidebar-main #layered-filter-block.block.filter .filter-content .block-subtitle,
  .posh-auto-parts-style-4.page-layout-2columns-left .sidebar-main #layered-filter-block.block.filter .filter-content .block-subtitle,
  .posh-auto-parts-style-5.page-layout-2columns-left .sidebar-main #layered-filter-block.block.filter .filter-content .block-subtitle,
  .posh-auto-parts-style-1.page-layout-2columns-right .sidebar-main #layered-filter-block.block.filter .filter-content .block-subtitle,
  .posh-auto-parts-style-2.page-layout-2columns-right .sidebar-main #layered-filter-block.block.filter .filter-content .block-subtitle,
  .posh-auto-parts-style-3.page-layout-2columns-right .sidebar-main #layered-filter-block.block.filter .filter-content .block-subtitle,
  .posh-auto-parts-style-4.page-layout-2columns-right .sidebar-main #layered-filter-block.block.filter .filter-content .block-subtitle,
  .posh-auto-parts-style-5.page-layout-2columns-right .sidebar-main #layered-filter-block.block.filter .filter-content .block-subtitle,
  .posh-auto-parts-style-1.page-layout-2columns-left .sidebar-additional #layered-filter-block.block.filter .filter-content .block-subtitle,
  .posh-auto-parts-style-2.page-layout-2columns-left .sidebar-additional #layered-filter-block.block.filter .filter-content .block-subtitle,
  .posh-auto-parts-style-3.page-layout-2columns-left .sidebar-additional #layered-filter-block.block.filter .filter-content .block-subtitle,
  .posh-auto-parts-style-4.page-layout-2columns-left .sidebar-additional #layered-filter-block.block.filter .filter-content .block-subtitle,
  .posh-auto-parts-style-5.page-layout-2columns-left .sidebar-additional #layered-filter-block.block.filter .filter-content .block-subtitle,
  .posh-auto-parts-style-1.page-layout-2columns-right .sidebar-additional #layered-filter-block.block.filter .filter-content .block-subtitle,
  .posh-auto-parts-style-2.page-layout-2columns-right .sidebar-additional #layered-filter-block.block.filter .filter-content .block-subtitle,
  .posh-auto-parts-style-3.page-layout-2columns-right .sidebar-additional #layered-filter-block.block.filter .filter-content .block-subtitle,
  .posh-auto-parts-style-4.page-layout-2columns-right .sidebar-additional #layered-filter-block.block.filter .filter-content .block-subtitle,
  .posh-auto-parts-style-5.page-layout-2columns-right .sidebar-additional #layered-filter-block.block.filter .filter-content .block-subtitle {
    display: none;
  }
  .posh-auto-parts-style-1.page-layout-2columns-left .sidebar-main #layered-filter-block.block.filter.active .filter-content,
  .posh-auto-parts-style-2.page-layout-2columns-left .sidebar-main #layered-filter-block.block.filter.active .filter-content,
  .posh-auto-parts-style-3.page-layout-2columns-left .sidebar-main #layered-filter-block.block.filter.active .filter-content,
  .posh-auto-parts-style-4.page-layout-2columns-left .sidebar-main #layered-filter-block.block.filter.active .filter-content,
  .posh-auto-parts-style-5.page-layout-2columns-left .sidebar-main #layered-filter-block.block.filter.active .filter-content,
  .posh-auto-parts-style-1.page-layout-2columns-right .sidebar-main #layered-filter-block.block.filter.active .filter-content,
  .posh-auto-parts-style-2.page-layout-2columns-right .sidebar-main #layered-filter-block.block.filter.active .filter-content,
  .posh-auto-parts-style-3.page-layout-2columns-right .sidebar-main #layered-filter-block.block.filter.active .filter-content,
  .posh-auto-parts-style-4.page-layout-2columns-right .sidebar-main #layered-filter-block.block.filter.active .filter-content,
  .posh-auto-parts-style-5.page-layout-2columns-right .sidebar-main #layered-filter-block.block.filter.active .filter-content,
  .posh-auto-parts-style-1.page-layout-2columns-left .sidebar-additional #layered-filter-block.block.filter.active .filter-content,
  .posh-auto-parts-style-2.page-layout-2columns-left .sidebar-additional #layered-filter-block.block.filter.active .filter-content,
  .posh-auto-parts-style-3.page-layout-2columns-left .sidebar-additional #layered-filter-block.block.filter.active .filter-content,
  .posh-auto-parts-style-4.page-layout-2columns-left .sidebar-additional #layered-filter-block.block.filter.active .filter-content,
  .posh-auto-parts-style-5.page-layout-2columns-left .sidebar-additional #layered-filter-block.block.filter.active .filter-content,
  .posh-auto-parts-style-1.page-layout-2columns-right .sidebar-additional #layered-filter-block.block.filter.active .filter-content,
  .posh-auto-parts-style-2.page-layout-2columns-right .sidebar-additional #layered-filter-block.block.filter.active .filter-content,
  .posh-auto-parts-style-3.page-layout-2columns-right .sidebar-additional #layered-filter-block.block.filter.active .filter-content,
  .posh-auto-parts-style-4.page-layout-2columns-right .sidebar-additional #layered-filter-block.block.filter.active .filter-content,
  .posh-auto-parts-style-5.page-layout-2columns-right .sidebar-additional #layered-filter-block.block.filter.active .filter-content {
    margin-top: 10px;
  }
  .posh-auto-parts-style-1.page-layout-2columns-left .sidebar-main .block.filter,
  .posh-auto-parts-style-2.page-layout-2columns-left .sidebar-main .block.filter,
  .posh-auto-parts-style-3.page-layout-2columns-left .sidebar-main .block.filter,
  .posh-auto-parts-style-4.page-layout-2columns-left .sidebar-main .block.filter,
  .posh-auto-parts-style-5.page-layout-2columns-left .sidebar-main .block.filter,
  .posh-auto-parts-style-1.page-layout-2columns-right .sidebar-main .block.filter,
  .posh-auto-parts-style-2.page-layout-2columns-right .sidebar-main .block.filter,
  .posh-auto-parts-style-3.page-layout-2columns-right .sidebar-main .block.filter,
  .posh-auto-parts-style-4.page-layout-2columns-right .sidebar-main .block.filter,
  .posh-auto-parts-style-5.page-layout-2columns-right .sidebar-main .block.filter,
  .posh-auto-parts-style-1.page-layout-2columns-left .sidebar-additional .block.filter,
  .posh-auto-parts-style-2.page-layout-2columns-left .sidebar-additional .block.filter,
  .posh-auto-parts-style-3.page-layout-2columns-left .sidebar-additional .block.filter,
  .posh-auto-parts-style-4.page-layout-2columns-left .sidebar-additional .block.filter,
  .posh-auto-parts-style-5.page-layout-2columns-left .sidebar-additional .block.filter,
  .posh-auto-parts-style-1.page-layout-2columns-right .sidebar-additional .block.filter,
  .posh-auto-parts-style-2.page-layout-2columns-right .sidebar-additional .block.filter,
  .posh-auto-parts-style-3.page-layout-2columns-right .sidebar-additional .block.filter,
  .posh-auto-parts-style-4.page-layout-2columns-right .sidebar-additional .block.filter,
  .posh-auto-parts-style-5.page-layout-2columns-right .sidebar-additional .block.filter {
    padding: 10px;
  }
  .posh-auto-parts-style-1.page-layout-2columns-left .sidebar-main .block.filter .filter-title strong,
  .posh-auto-parts-style-2.page-layout-2columns-left .sidebar-main .block.filter .filter-title strong,
  .posh-auto-parts-style-3.page-layout-2columns-left .sidebar-main .block.filter .filter-title strong,
  .posh-auto-parts-style-4.page-layout-2columns-left .sidebar-main .block.filter .filter-title strong,
  .posh-auto-parts-style-5.page-layout-2columns-left .sidebar-main .block.filter .filter-title strong,
  .posh-auto-parts-style-1.page-layout-2columns-right .sidebar-main .block.filter .filter-title strong,
  .posh-auto-parts-style-2.page-layout-2columns-right .sidebar-main .block.filter .filter-title strong,
  .posh-auto-parts-style-3.page-layout-2columns-right .sidebar-main .block.filter .filter-title strong,
  .posh-auto-parts-style-4.page-layout-2columns-right .sidebar-main .block.filter .filter-title strong,
  .posh-auto-parts-style-5.page-layout-2columns-right .sidebar-main .block.filter .filter-title strong,
  .posh-auto-parts-style-1.page-layout-2columns-left .sidebar-additional .block.filter .filter-title strong,
  .posh-auto-parts-style-2.page-layout-2columns-left .sidebar-additional .block.filter .filter-title strong,
  .posh-auto-parts-style-3.page-layout-2columns-left .sidebar-additional .block.filter .filter-title strong,
  .posh-auto-parts-style-4.page-layout-2columns-left .sidebar-additional .block.filter .filter-title strong,
  .posh-auto-parts-style-5.page-layout-2columns-left .sidebar-additional .block.filter .filter-title strong,
  .posh-auto-parts-style-1.page-layout-2columns-right .sidebar-additional .block.filter .filter-title strong,
  .posh-auto-parts-style-2.page-layout-2columns-right .sidebar-additional .block.filter .filter-title strong,
  .posh-auto-parts-style-3.page-layout-2columns-right .sidebar-additional .block.filter .filter-title strong,
  .posh-auto-parts-style-4.page-layout-2columns-right .sidebar-additional .block.filter .filter-title strong,
  .posh-auto-parts-style-5.page-layout-2columns-right .sidebar-additional .block.filter .filter-title strong {
    position: relative;
  }
  .posh-auto-parts-style-1.page-layout-2columns-left .sidebar-main .block.filter .filter-title strong:after,
  .posh-auto-parts-style-2.page-layout-2columns-left .sidebar-main .block.filter .filter-title strong:after,
  .posh-auto-parts-style-3.page-layout-2columns-left .sidebar-main .block.filter .filter-title strong:after,
  .posh-auto-parts-style-4.page-layout-2columns-left .sidebar-main .block.filter .filter-title strong:after,
  .posh-auto-parts-style-5.page-layout-2columns-left .sidebar-main .block.filter .filter-title strong:after,
  .posh-auto-parts-style-1.page-layout-2columns-right .sidebar-main .block.filter .filter-title strong:after,
  .posh-auto-parts-style-2.page-layout-2columns-right .sidebar-main .block.filter .filter-title strong:after,
  .posh-auto-parts-style-3.page-layout-2columns-right .sidebar-main .block.filter .filter-title strong:after,
  .posh-auto-parts-style-4.page-layout-2columns-right .sidebar-main .block.filter .filter-title strong:after,
  .posh-auto-parts-style-5.page-layout-2columns-right .sidebar-main .block.filter .filter-title strong:after,
  .posh-auto-parts-style-1.page-layout-2columns-left .sidebar-additional .block.filter .filter-title strong:after,
  .posh-auto-parts-style-2.page-layout-2columns-left .sidebar-additional .block.filter .filter-title strong:after,
  .posh-auto-parts-style-3.page-layout-2columns-left .sidebar-additional .block.filter .filter-title strong:after,
  .posh-auto-parts-style-4.page-layout-2columns-left .sidebar-additional .block.filter .filter-title strong:after,
  .posh-auto-parts-style-5.page-layout-2columns-left .sidebar-additional .block.filter .filter-title strong:after,
  .posh-auto-parts-style-1.page-layout-2columns-right .sidebar-additional .block.filter .filter-title strong:after,
  .posh-auto-parts-style-2.page-layout-2columns-right .sidebar-additional .block.filter .filter-title strong:after,
  .posh-auto-parts-style-3.page-layout-2columns-right .sidebar-additional .block.filter .filter-title strong:after,
  .posh-auto-parts-style-4.page-layout-2columns-right .sidebar-additional .block.filter .filter-title strong:after,
  .posh-auto-parts-style-5.page-layout-2columns-right .sidebar-additional .block.filter .filter-title strong:after {
    content: "\e64b";
    font-family: 'themify';
    font-size: 13px;
    font-weight: 400;
    position: absolute;
    right: 0;
    top: 6px;
  }
  .posh-auto-parts-style-1.page-layout-2columns-left .sidebar-main .block.filter.active .filter-title strong:after,
  .posh-auto-parts-style-2.page-layout-2columns-left .sidebar-main .block.filter.active .filter-title strong:after,
  .posh-auto-parts-style-3.page-layout-2columns-left .sidebar-main .block.filter.active .filter-title strong:after,
  .posh-auto-parts-style-4.page-layout-2columns-left .sidebar-main .block.filter.active .filter-title strong:after,
  .posh-auto-parts-style-5.page-layout-2columns-left .sidebar-main .block.filter.active .filter-title strong:after,
  .posh-auto-parts-style-1.page-layout-2columns-right .sidebar-main .block.filter.active .filter-title strong:after,
  .posh-auto-parts-style-2.page-layout-2columns-right .sidebar-main .block.filter.active .filter-title strong:after,
  .posh-auto-parts-style-3.page-layout-2columns-right .sidebar-main .block.filter.active .filter-title strong:after,
  .posh-auto-parts-style-4.page-layout-2columns-right .sidebar-main .block.filter.active .filter-title strong:after,
  .posh-auto-parts-style-5.page-layout-2columns-right .sidebar-main .block.filter.active .filter-title strong:after,
  .posh-auto-parts-style-1.page-layout-2columns-left .sidebar-additional .block.filter.active .filter-title strong:after,
  .posh-auto-parts-style-2.page-layout-2columns-left .sidebar-additional .block.filter.active .filter-title strong:after,
  .posh-auto-parts-style-3.page-layout-2columns-left .sidebar-additional .block.filter.active .filter-title strong:after,
  .posh-auto-parts-style-4.page-layout-2columns-left .sidebar-additional .block.filter.active .filter-title strong:after,
  .posh-auto-parts-style-5.page-layout-2columns-left .sidebar-additional .block.filter.active .filter-title strong:after,
  .posh-auto-parts-style-1.page-layout-2columns-right .sidebar-additional .block.filter.active .filter-title strong:after,
  .posh-auto-parts-style-2.page-layout-2columns-right .sidebar-additional .block.filter.active .filter-title strong:after,
  .posh-auto-parts-style-3.page-layout-2columns-right .sidebar-additional .block.filter.active .filter-title strong:after,
  .posh-auto-parts-style-4.page-layout-2columns-right .sidebar-additional .block.filter.active .filter-title strong:after,
  .posh-auto-parts-style-5.page-layout-2columns-right .sidebar-additional .block.filter.active .filter-title strong:after {
    content: "\e648";
  }
  .posh-auto-parts-style-1 #layered-filter-block.filter div.filter-subtitle.block-subtitle:before,
  .posh-auto-parts-style-2 #layered-filter-block.filter div.filter-subtitle.block-subtitle:before,
  .posh-auto-parts-style-3 #layered-filter-block.filter div.filter-subtitle.block-subtitle:before,
  .posh-auto-parts-style-4 #layered-filter-block.filter div.filter-subtitle.block-subtitle:before,
  .posh-auto-parts-style-5 #layered-filter-block.filter div.filter-subtitle.block-subtitle:before {
    content: "\e64b";
    font-family: 'themify';
    font-size: 11px;
    font-weight: 400;
    top: 2px;
    right: 0;
    background: none;
  }
  .posh-auto-parts-style-1 #layered-filter-block.filter .filter-current.active div.block-subtitle:before,
  .posh-auto-parts-style-2 #layered-filter-block.filter .filter-current.active div.block-subtitle:before,
  .posh-auto-parts-style-3 #layered-filter-block.filter .filter-current.active div.block-subtitle:before,
  .posh-auto-parts-style-4 #layered-filter-block.filter .filter-current.active div.block-subtitle:before,
  .posh-auto-parts-style-5 #layered-filter-block.filter .filter-current.active div.block-subtitle:before {
    content: "\e648";
    font-family: 'themify';
    font-size: 11px;
    font-weight: 400;
  }
  .page-layout-1column .product.media .store-feature {
    display: none;
  }
  .posh-auto-parts-style-3.page-layout-1column .vertical-thumb-slider .fotorama__stage {
    width: 100% !important;
  }
  .cms-posh-auto-parts-style-3 .home-blog-post-style-3 .homepost-listing.post-listing-2 li.item {
    margin-bottom: 30px;
  }
  .cms-posh-auto-parts-style-3 .home-blog-post-style-3 .homepost-listing li.item .detail {
    padding: 10px 20px 20px;
  }
  .posh-auto-parts-style-1 .testimonial-outer {
    padding: 30px 0;
    margin: 10px 0;
  }
  .page-layout-1column.catalog-category-view .column.main .product-items-3 .product-item .product-item-inner.style4 ul > li,
  .catalogsearch-result-index .column.main .product-items-3 .product-item .product-item-inner.style4 ul > li,
  .page-layout-1column.catalog-category-view .column.main .product-items-4 .product-item .product-item-inner.style4 ul > li,
  .catalogsearch-result-index .column.main .product-items-4 .product-item .product-item-inner.style4 ul > li,
  .page-layout-1column.catalog-category-view .column.main .product-items-5 .product-item .product-item-inner.style4 ul > li,
  .catalogsearch-result-index .column.main .product-items-5 .product-item .product-item-inner.style4 ul > li {
    padding: 0 2px;
  }
  .page-layout-1column.catalog-category-view .column.main .product-items-3 .product-item .product-item-inner.style4 .magebees_quickview,
  .catalogsearch-result-index .column.main .product-items-3 .product-item .product-item-inner.style4 .magebees_quickview,
  .page-layout-1column.catalog-category-view .column.main .product-items-4 .product-item .product-item-inner.style4 .magebees_quickview,
  .catalogsearch-result-index .column.main .product-items-4 .product-item .product-item-inner.style4 .magebees_quickview,
  .page-layout-1column.catalog-category-view .column.main .product-items-5 .product-item .product-item-inner.style4 .magebees_quickview,
  .catalogsearch-result-index .column.main .product-items-5 .product-item .product-item-inner.style4 .magebees_quickview,
  .page-layout-1column.catalog-category-view .column.main .product-items-3 .product-item .product-item-inner.style4 .action.tocart.primary,
  .catalogsearch-result-index .column.main .product-items-3 .product-item .product-item-inner.style4 .action.tocart.primary,
  .page-layout-1column.catalog-category-view .column.main .product-items-4 .product-item .product-item-inner.style4 .action.tocart.primary,
  .catalogsearch-result-index .column.main .product-items-4 .product-item .product-item-inner.style4 .action.tocart.primary,
  .page-layout-1column.catalog-category-view .column.main .product-items-5 .product-item .product-item-inner.style4 .action.tocart.primary,
  .catalogsearch-result-index .column.main .product-items-5 .product-item .product-item-inner.style4 .action.tocart.primary,
  .page-layout-1column.catalog-category-view .column.main .product-items-3 .product-item .product-item-inner.style4 .action.towishlist,
  .catalogsearch-result-index .column.main .product-items-3 .product-item .product-item-inner.style4 .action.towishlist,
  .page-layout-1column.catalog-category-view .column.main .product-items-4 .product-item .product-item-inner.style4 .action.towishlist,
  .catalogsearch-result-index .column.main .product-items-4 .product-item .product-item-inner.style4 .action.towishlist,
  .page-layout-1column.catalog-category-view .column.main .product-items-5 .product-item .product-item-inner.style4 .action.towishlist,
  .catalogsearch-result-index .column.main .product-items-5 .product-item .product-item-inner.style4 .action.towishlist,
  .page-layout-1column.catalog-category-view .column.main .product-items-3 .product-item .product-item-inner.style4 .action.tocompare,
  .catalogsearch-result-index .column.main .product-items-3 .product-item .product-item-inner.style4 .action.tocompare,
  .page-layout-1column.catalog-category-view .column.main .product-items-4 .product-item .product-item-inner.style4 .action.tocompare,
  .catalogsearch-result-index .column.main .product-items-4 .product-item .product-item-inner.style4 .action.tocompare,
  .page-layout-1column.catalog-category-view .column.main .product-items-5 .product-item .product-item-inner.style4 .action.tocompare,
  .catalogsearch-result-index .column.main .product-items-5 .product-item .product-item-inner.style4 .action.tocompare,
  .page-layout-1column.catalog-category-view .column.main .product-items-3 .product-item .product-item-inner.style4 .stock.available,
  .catalogsearch-result-index .column.main .product-items-3 .product-item .product-item-inner.style4 .stock.available,
  .page-layout-1column.catalog-category-view .column.main .product-items-4 .product-item .product-item-inner.style4 .stock.available,
  .catalogsearch-result-index .column.main .product-items-4 .product-item .product-item-inner.style4 .stock.available,
  .page-layout-1column.catalog-category-view .column.main .product-items-5 .product-item .product-item-inner.style4 .stock.available,
  .catalogsearch-result-index .column.main .product-items-5 .product-item .product-item-inner.style4 .stock.available,
  .page-layout-1column.catalog-category-view .column.main .product-items-3 .product-item .product-item-inner.style4 .stock.unavailable,
  .catalogsearch-result-index .column.main .product-items-3 .product-item .product-item-inner.style4 .stock.unavailable,
  .page-layout-1column.catalog-category-view .column.main .product-items-4 .product-item .product-item-inner.style4 .stock.unavailable,
  .catalogsearch-result-index .column.main .product-items-4 .product-item .product-item-inner.style4 .stock.unavailable,
  .page-layout-1column.catalog-category-view .column.main .product-items-5 .product-item .product-item-inner.style4 .stock.unavailable,
  .catalogsearch-result-index .column.main .product-items-5 .product-item .product-item-inner.style4 .stock.unavailable {
    width: 28px !important;
    height: 28px !important;
    line-height: 28px !important;
  }
  .page-layout-1column.catalog-category-view .column.main .product-items-3 .product-item .product-item-inner.style4 .magebees_quickview:before,
  .catalogsearch-result-index .column.main .product-items-3 .product-item .product-item-inner.style4 .magebees_quickview:before,
  .page-layout-1column.catalog-category-view .column.main .product-items-4 .product-item .product-item-inner.style4 .magebees_quickview:before,
  .catalogsearch-result-index .column.main .product-items-4 .product-item .product-item-inner.style4 .magebees_quickview:before,
  .page-layout-1column.catalog-category-view .column.main .product-items-5 .product-item .product-item-inner.style4 .magebees_quickview:before,
  .catalogsearch-result-index .column.main .product-items-5 .product-item .product-item-inner.style4 .magebees_quickview:before,
  .page-layout-1column.catalog-category-view .column.main .product-items-3 .product-item .product-item-inner.style4 .action.tocart.primary:before,
  .catalogsearch-result-index .column.main .product-items-3 .product-item .product-item-inner.style4 .action.tocart.primary:before,
  .page-layout-1column.catalog-category-view .column.main .product-items-4 .product-item .product-item-inner.style4 .action.tocart.primary:before,
  .catalogsearch-result-index .column.main .product-items-4 .product-item .product-item-inner.style4 .action.tocart.primary:before,
  .page-layout-1column.catalog-category-view .column.main .product-items-5 .product-item .product-item-inner.style4 .action.tocart.primary:before,
  .catalogsearch-result-index .column.main .product-items-5 .product-item .product-item-inner.style4 .action.tocart.primary:before,
  .page-layout-1column.catalog-category-view .column.main .product-items-3 .product-item .product-item-inner.style4 .action.towishlist:before,
  .catalogsearch-result-index .column.main .product-items-3 .product-item .product-item-inner.style4 .action.towishlist:before,
  .page-layout-1column.catalog-category-view .column.main .product-items-4 .product-item .product-item-inner.style4 .action.towishlist:before,
  .catalogsearch-result-index .column.main .product-items-4 .product-item .product-item-inner.style4 .action.towishlist:before,
  .page-layout-1column.catalog-category-view .column.main .product-items-5 .product-item .product-item-inner.style4 .action.towishlist:before,
  .catalogsearch-result-index .column.main .product-items-5 .product-item .product-item-inner.style4 .action.towishlist:before,
  .page-layout-1column.catalog-category-view .column.main .product-items-3 .product-item .product-item-inner.style4 .action.tocompare:before,
  .catalogsearch-result-index .column.main .product-items-3 .product-item .product-item-inner.style4 .action.tocompare:before,
  .page-layout-1column.catalog-category-view .column.main .product-items-4 .product-item .product-item-inner.style4 .action.tocompare:before,
  .catalogsearch-result-index .column.main .product-items-4 .product-item .product-item-inner.style4 .action.tocompare:before,
  .page-layout-1column.catalog-category-view .column.main .product-items-5 .product-item .product-item-inner.style4 .action.tocompare:before,
  .catalogsearch-result-index .column.main .product-items-5 .product-item .product-item-inner.style4 .action.tocompare:before,
  .page-layout-1column.catalog-category-view .column.main .product-items-3 .product-item .product-item-inner.style4 .stock.available:before,
  .catalogsearch-result-index .column.main .product-items-3 .product-item .product-item-inner.style4 .stock.available:before,
  .page-layout-1column.catalog-category-view .column.main .product-items-4 .product-item .product-item-inner.style4 .stock.available:before,
  .catalogsearch-result-index .column.main .product-items-4 .product-item .product-item-inner.style4 .stock.available:before,
  .page-layout-1column.catalog-category-view .column.main .product-items-5 .product-item .product-item-inner.style4 .stock.available:before,
  .catalogsearch-result-index .column.main .product-items-5 .product-item .product-item-inner.style4 .stock.available:before,
  .page-layout-1column.catalog-category-view .column.main .product-items-3 .product-item .product-item-inner.style4 .stock.unavailable:before,
  .catalogsearch-result-index .column.main .product-items-3 .product-item .product-item-inner.style4 .stock.unavailable:before,
  .page-layout-1column.catalog-category-view .column.main .product-items-4 .product-item .product-item-inner.style4 .stock.unavailable:before,
  .catalogsearch-result-index .column.main .product-items-4 .product-item .product-item-inner.style4 .stock.unavailable:before,
  .page-layout-1column.catalog-category-view .column.main .product-items-5 .product-item .product-item-inner.style4 .stock.unavailable:before,
  .catalogsearch-result-index .column.main .product-items-5 .product-item .product-item-inner.style4 .stock.unavailable:before {
    font-size: 13px !important;
    height: 28px !important;
    line-height: 28px !important;
    width: auto;
  }
  .page-layout-1column.catalog-category-view .column.main .product-items-3 .product-item .product-item-inner.style4 .magebees_quickview .tooltip-icon,
  .catalogsearch-result-index .column.main .product-items-3 .product-item .product-item-inner.style4 .magebees_quickview .tooltip-icon,
  .page-layout-1column.catalog-category-view .column.main .product-items-4 .product-item .product-item-inner.style4 .magebees_quickview .tooltip-icon,
  .catalogsearch-result-index .column.main .product-items-4 .product-item .product-item-inner.style4 .magebees_quickview .tooltip-icon,
  .page-layout-1column.catalog-category-view .column.main .product-items-5 .product-item .product-item-inner.style4 .magebees_quickview .tooltip-icon,
  .catalogsearch-result-index .column.main .product-items-5 .product-item .product-item-inner.style4 .magebees_quickview .tooltip-icon,
  .page-layout-1column.catalog-category-view .column.main .product-items-3 .product-item .product-item-inner.style4 .action.tocart.primary .tooltip-icon,
  .catalogsearch-result-index .column.main .product-items-3 .product-item .product-item-inner.style4 .action.tocart.primary .tooltip-icon,
  .page-layout-1column.catalog-category-view .column.main .product-items-4 .product-item .product-item-inner.style4 .action.tocart.primary .tooltip-icon,
  .catalogsearch-result-index .column.main .product-items-4 .product-item .product-item-inner.style4 .action.tocart.primary .tooltip-icon,
  .page-layout-1column.catalog-category-view .column.main .product-items-5 .product-item .product-item-inner.style4 .action.tocart.primary .tooltip-icon,
  .catalogsearch-result-index .column.main .product-items-5 .product-item .product-item-inner.style4 .action.tocart.primary .tooltip-icon,
  .page-layout-1column.catalog-category-view .column.main .product-items-3 .product-item .product-item-inner.style4 .action.towishlist .tooltip-icon,
  .catalogsearch-result-index .column.main .product-items-3 .product-item .product-item-inner.style4 .action.towishlist .tooltip-icon,
  .page-layout-1column.catalog-category-view .column.main .product-items-4 .product-item .product-item-inner.style4 .action.towishlist .tooltip-icon,
  .catalogsearch-result-index .column.main .product-items-4 .product-item .product-item-inner.style4 .action.towishlist .tooltip-icon,
  .page-layout-1column.catalog-category-view .column.main .product-items-5 .product-item .product-item-inner.style4 .action.towishlist .tooltip-icon,
  .catalogsearch-result-index .column.main .product-items-5 .product-item .product-item-inner.style4 .action.towishlist .tooltip-icon,
  .page-layout-1column.catalog-category-view .column.main .product-items-3 .product-item .product-item-inner.style4 .action.tocompare .tooltip-icon,
  .catalogsearch-result-index .column.main .product-items-3 .product-item .product-item-inner.style4 .action.tocompare .tooltip-icon,
  .page-layout-1column.catalog-category-view .column.main .product-items-4 .product-item .product-item-inner.style4 .action.tocompare .tooltip-icon,
  .catalogsearch-result-index .column.main .product-items-4 .product-item .product-item-inner.style4 .action.tocompare .tooltip-icon,
  .page-layout-1column.catalog-category-view .column.main .product-items-5 .product-item .product-item-inner.style4 .action.tocompare .tooltip-icon,
  .catalogsearch-result-index .column.main .product-items-5 .product-item .product-item-inner.style4 .action.tocompare .tooltip-icon,
  .page-layout-1column.catalog-category-view .column.main .product-items-3 .product-item .product-item-inner.style4 .stock.available .tooltip-icon,
  .catalogsearch-result-index .column.main .product-items-3 .product-item .product-item-inner.style4 .stock.available .tooltip-icon,
  .page-layout-1column.catalog-category-view .column.main .product-items-4 .product-item .product-item-inner.style4 .stock.available .tooltip-icon,
  .catalogsearch-result-index .column.main .product-items-4 .product-item .product-item-inner.style4 .stock.available .tooltip-icon,
  .page-layout-1column.catalog-category-view .column.main .product-items-5 .product-item .product-item-inner.style4 .stock.available .tooltip-icon,
  .catalogsearch-result-index .column.main .product-items-5 .product-item .product-item-inner.style4 .stock.available .tooltip-icon,
  .page-layout-1column.catalog-category-view .column.main .product-items-3 .product-item .product-item-inner.style4 .stock.unavailable .tooltip-icon,
  .catalogsearch-result-index .column.main .product-items-3 .product-item .product-item-inner.style4 .stock.unavailable .tooltip-icon,
  .page-layout-1column.catalog-category-view .column.main .product-items-4 .product-item .product-item-inner.style4 .stock.unavailable .tooltip-icon,
  .catalogsearch-result-index .column.main .product-items-4 .product-item .product-item-inner.style4 .stock.unavailable .tooltip-icon,
  .page-layout-1column.catalog-category-view .column.main .product-items-5 .product-item .product-item-inner.style4 .stock.unavailable .tooltip-icon,
  .catalogsearch-result-index .column.main .product-items-5 .product-item .product-item-inner.style4 .stock.unavailable .tooltip-icon {
    margin-left: -29px;
  }
  .page-layout-1column.catalog-category-view .column.main .block.filter#layered-filter-block .filter-title,
  .catalogsearch-result-index .column.main .block.filter#layered-filter-block .filter-title {
    text-align: left;
    padding: 0;
  }
  .page-layout-1column.catalog-category-view .column.main .block.filter#layered-filter-block .filter-title strong,
  .catalogsearch-result-index .column.main .block.filter#layered-filter-block .filter-title strong {
    font-size: 2rem;
  }
  .page-layout-1column.catalog-category-view .column.main .block.filter#layered-filter-block .filter-title:after,
  .catalogsearch-result-index .column.main .block.filter#layered-filter-block .filter-title:after {
    right: 13px;
    top: 12px;
  }
  .catalog-product-view.page-layout-1column .product-add-form .box-tocart .actions,
  .catalog-product-view.page-layout-1column .product-add-form .update .actions {
    width: 70%;
  }
  .page-layout-1column.catalog-category-view .column.main,
  .catalogsearch-result-index .column.main {
    /* 3 Products Grid Row */
    /* End 3 Products Grid Row */
  }
  .page-layout-1column.catalog-category-view .column.main .product-items-3.product-items .product-item,
  .catalogsearch-result-index .column.main .product-items-3.product-items .product-item {
    width: 48.3%;
  }
  .page-layout-1column.catalog-category-view .column.main .product-items-3.product-items .product-item:nth-of-type(3n+1):not(div),
  .catalogsearch-result-index .column.main .product-items-3.product-items .product-item:nth-of-type(3n+1):not(div) {
    clear: none;
  }
  .page-layout-1column.catalog-category-view .column.main .product-items-3.product-items .product-item:nth-of-type(3n):not(div),
  .catalogsearch-result-index .column.main .product-items-3.product-items .product-item:nth-of-type(3n):not(div) {
    margin-right: 3%;
  }
  .page-layout-1column.catalog-category-view .column.main .product-items-3.product-items .product-item:nth-of-type(2n):not(div),
  .catalogsearch-result-index .column.main .product-items-3.product-items .product-item:nth-of-type(2n):not(div) {
    margin-right: 0;
  }
  .page-layout-1column.catalog-category-view .column.main .product-items-3.product-items .swatch-attribute .swatch-option.color,
  .catalogsearch-result-index .column.main .product-items-3.product-items .swatch-attribute .swatch-option.color {
    height: 10px;
    width: 10px;
  }
  .posh-auto-parts-style-1 .heading-section {
    padding-bottom: 20px;
    text-align: center;
  }
  .posh-auto-parts-style-1 .heading-section .section-title {
    display: block;
    text-align: center;
    margin-bottom: 20px;
  }
  .posh-auto-parts-style-1 .heading-section .section-title .title,
  .posh-auto-parts-style-1 .heading-section .section-title .sort-detail {
    text-align: center;
  }
  .posh-auto-parts-style-1 .heading-section .view-more {
    display: block;
    text-align: center;
  }
  .posh-auto-parts-style-1 .heading-section .view-more .action.primary,
  .posh-auto-parts-style-1 .heading-section .view-more .readMore,
  .posh-auto-parts-style-1 .heading-section .view-more .amshopby-button,
  .posh-auto-parts-style-1 .heading-section .view-more .am-filter-go {
    float: none;
    font-size: 13px !important;
    height: 45px;
    line-height: 45px;
  }
  /* End Homepage Demo1 - Posh Auto Parts ---------------------------- */
  .page-layout-2columns-left .column.main,
  .page-layout-2columns-right .column.main {
    padding-right: 0;
    width: 100%;
  }
  .page-layout-2columns-left .sidebar,
  .page-layout-2columns-right .sidebar {
    padding-right: 0;
    width: 100%;
  }
  .page-layout-2columns-left .sidebar .finderProducts.vertical,
  .page-layout-2columns-right .sidebar .finderProducts.vertical {
    width: 100%;
  }
  /* End Homepage Demo1 - Posh Auto Parts ------------------------ */
  /* Products Listing Style ----------------------------------------- */
  .products-grid .timer-product {
    bottom: 38px;
  }
  .products-grid .product-item .magebees_quickview {
    position: static;
    display: inline-block;
  }
  .products-grid .product-item .product-item-inner .action.tocart.primary:before,
  .products-grid .product-item .product-item-inner .action.towishlist:before,
  .products-grid .product-item .product-item-inner .action.tocompare:before,
  .products-grid .product-item .product-item-inner .magebees_quickview:before,
  .products-grid .product-item .product-item-inner .stock.available:before,
  .products-grid .product-item .product-item-inner .stock.unavailable:before {
    font-size: 15px;
    height: 35px;
    line-height: 35px;
  }
  .products-grid .product-item .swatch-attribute .swatch-option.image {
    width: 25px !important;
    height: 25px !important;
    margin-right: 3px;
  }
  .products-grid .product-item .move-action-disabled.move-quick-btn .magebees_quickview {
    min-width: 43px !important;
  }
  .products-grid .product-item .move-action-disabled.move-quick-btn .magebees_quickview:before {
    margin-right: 0;
  }
  .products-grid .product-item .move-action-disabled.move-quick-btn .magebees_quickview span {
    display: none;
  }
  .products-grid .product-item .product-item-info:hover .magebees_quickview {
    position: static;
    display: inline-block;
  }
  .products-grid .product-items-4.product-items .product-item .move-action-disabled .actions-primary .action.tocart.primary {
    margin-bottom: 0;
  }
  .products-list .product-item .actions-secondary .action {
    margin-right: 0;
  }
  .products-list .product-item .product-item-inner ul > li .magebees_quickview,
  .products-list .product-item .product-item-inner ul > li .action.tocart.primary,
  .products-list .product-item .product-item-inner ul > li .btn,
  .products-list .product-item .product-item-inner ul > li .action.towishlist,
  .products-list .product-item .product-item-inner ul > li .action.tocompare,
  .products-list .product-item .product-item-inner ul > li .stock.available,
  .products-list .product-item .product-item-inner ul > li .stock.unavailable {
    width: 30px;
    height: 30px;
    line-height: 30px;
  }
  .products-list .product-item .product-item-inner ul > li .magebees_quickview:before,
  .products-list .product-item .product-item-inner ul > li .action.tocart.primary:before,
  .products-list .product-item .product-item-inner ul > li .btn:before,
  .products-list .product-item .product-item-inner ul > li .action.towishlist:before,
  .products-list .product-item .product-item-inner ul > li .action.tocompare:before,
  .products-list .product-item .product-item-inner ul > li .stock.available:before,
  .products-list .product-item .product-item-inner ul > li .stock.unavailable:before {
    font-size: 14px;
    width: 30px;
    height: 30px;
    line-height: 30px;
  }
  .products-list .product-item .product-item-inner.style3 ul > li {
    padding: 0;
  }
  .products-list .product-item .product-item-inner.style3 ul > li .magebees_quickview,
  .products-list .product-item .product-item-inner.style3 ul > li .action.towishlist,
  .products-list .product-item .product-item-inner.style3 ul > li .action.tocompare,
  .products-list .product-item .product-item-inner.style3 ul > li .stock.available,
  .products-list .product-item .product-item-inner.style3 ul > li .stock.unavailable {
    width: 100%;
  }
  .products-list .product-item .product-item-inner.style3 .cart-btn .action.primary,
  .products-list .product-item .product-item-inner.style3 .cart-btn .amshopby-button,
  .products-list .product-item .product-item-inner.style3 .cart-btn .am-filter-go {
    padding: 5px 10px;
  }
  .page-layout-1column.catalog-category-view .column.main,
  .catalogsearch-result-index .column.main {
    /* 5 Products Grid Row */
  }
  .page-layout-1column.catalog-category-view .column.main .product-items .product-item-inner.move-action-disabled.move-quick-btn,
  .catalogsearch-result-index .column.main .product-items .product-item-inner.move-action-disabled.move-quick-btn {
    display: none;
  }
  .page-layout-1column.catalog-category-view .column.main .product-items .product-item-inner.move-action-disabled .actions-primary .action.tocart.primary,
  .catalogsearch-result-index .column.main .product-items .product-item-inner.move-action-disabled .actions-primary .action.tocart.primary {
    padding: 0;
  }
  .page-layout-1column.catalog-category-view .column.main .product-items .product-item-inner.move-action-disabled .actions-primary .action.tocart.primary:before,
  .catalogsearch-result-index .column.main .product-items .product-item-inner.move-action-disabled .actions-primary .action.tocart.primary:before {
    font-size: 20px;
    width: 45px;
    height: 45px;
    line-height: 45px !important;
  }
  .page-layout-1column.catalog-category-view .column.main .product-items .product-item-inner.move-action-disabled .actions-primary .action.tocart.primary span,
  .catalogsearch-result-index .column.main .product-items .product-item-inner.move-action-disabled .actions-primary .action.tocart.primary span {
    display: none;
  }
  .page-layout-1column.catalog-category-view .column.main .product-items .product-item-inner.move-action-disabled .actions-secondary .action.tocompare:before,
  .catalogsearch-result-index .column.main .product-items .product-item-inner.move-action-disabled .actions-secondary .action.tocompare:before {
    font-size: 20px;
    width: 45px;
    height: 45px;
    line-height: 45px;
  }
  .page-layout-1column.catalog-category-view .column.main .product-items-4.product-items .product-item,
  .catalogsearch-result-index .column.main .product-items-4.product-items .product-item {
    width: 48.5%;
    margin-right: 3%;
    margin-left: 0;
  }
  .page-layout-1column.catalog-category-view .column.main .product-items-4.product-items .product-item:nth-of-type(3n+1):not(div),
  .catalogsearch-result-index .column.main .product-items-4.product-items .product-item:nth-of-type(3n+1):not(div) {
    clear: none;
  }
  .page-layout-1column.catalog-category-view .column.main .product-items-4.product-items .product-item:nth-of-type(3n):not(div),
  .catalogsearch-result-index .column.main .product-items-4.product-items .product-item:nth-of-type(3n):not(div) {
    margin-right: 3%;
  }
  .page-layout-1column.catalog-category-view .column.main .product-items-4.product-items .product-item:nth-of-type(1n+1):not(div),
  .catalogsearch-result-index .column.main .product-items-4.product-items .product-item:nth-of-type(1n+1):not(div) {
    clear: left;
  }
  .page-layout-1column.catalog-category-view .column.main .product-items-4.product-items .product-item:nth-of-type(2n):not(div),
  .catalogsearch-result-index .column.main .product-items-4.product-items .product-item:nth-of-type(2n):not(div) {
    margin-right: 0%;
  }
  .page-layout-1column.catalog-category-view .column.main .product-items-5.product-items .product-item,
  .catalogsearch-result-index .column.main .product-items-5.product-items .product-item {
    width: 30.1%;
    margin-right: 3%;
    margin-left: 0;
  }
  .page-layout-1column.catalog-category-view .column.main .product-items-5.product-items .product-item:nth-of-type(4n+1):not(div),
  .catalogsearch-result-index .column.main .product-items-5.product-items .product-item:nth-of-type(4n+1):not(div) {
    clear: none;
  }
  .page-layout-1column.catalog-category-view .column.main .product-items-5.product-items .product-item:nth-of-type(4n):not(div),
  .catalogsearch-result-index .column.main .product-items-5.product-items .product-item:nth-of-type(4n):not(div) {
    margin-right: 3%;
  }
  .page-layout-1column.catalog-category-view .column.main .product-items-5.product-items .product-item:nth-of-type(3n+1):not(div),
  .catalogsearch-result-index .column.main .product-items-5.product-items .product-item:nth-of-type(3n+1):not(div) {
    clear: left;
  }
  .page-layout-1column.catalog-category-view .column.main .product-items-5.product-items .product-item:nth-of-type(3n):not(div),
  .catalogsearch-result-index .column.main .product-items-5.product-items .product-item:nth-of-type(3n):not(div) {
    margin-right: 0;
  }
  .page-layout-1column.catalog-category-view .column.main .products-list .product-items .product-item,
  .catalogsearch-result-index .column.main .products-list .product-items .product-item {
    width: 100%;
    margin-right: 0;
  }
  .column.main .toolbar-products .modes {
    vertical-align: middle;
  }
  .column.main .toolbar-products .modes .modes-mode {
    padding: 0;
    float: left;
    width: 32px;
    height: 30px;
    line-height: 28px;
    display: inline-block;
  }
  .column.main #layered-filter-block-top {
    display: block;
    margin: 10px 0 20px !important;
  }
  .column.main #layered-filter-block-top .filter-options-item {
    padding-bottom: 0;
  }
  .column.main #layered-filter-block-top .filter-options .filter-options-title {
    margin-bottom: 1px;
    padding: 10px 30px 10px 10px;
  }
  .column.main .toolbar-products .modes .modes-mode.active::before {
    font-size: 14px;
  }
  .column.main .sorter {
    display: inline-block;
  }
  /* End Products Listing Style ------------------------------------- */
  /* Product Flex Grid */
  .products-flex-grid.products-grid .move-action-disabled .actions-secondary .action {
    margin-right: 0;
  }
  .products-flex-grid.products-grid .move-action-disabled .actions-primary .action.tocart.primary {
    padding: 0;
  }
  .products-flex-grid.products-grid .move-action-disabled .actions-primary .action.tocart.primary:before {
    font-size: 20px;
  }
  .products-flex-grid.products-grid .move-action-disabled .actions-primary .action.tocart.primary span {
    display: none !important;
  }
  .products-flex-grid.products-grid .product-items-3.product-items .product-item {
    width: 50%;
    margin-right: 0;
  }
  .products-flex-grid.products-grid .product-items-3.product-items .product-item .learn-more .secondary {
    padding: 6px 10px;
    font-size: 13px;
  }
  .page-layout-1column.catalog-category-view .column.main .products-flex-grid.products-grid .magebees_quickview:before,
  .catalogsearch-result-index .column.main .products-flex-grid.products-grid .magebees_quickview:before {
    margin-right: 0 !important;
  }
  .page-layout-1column.catalog-category-view .column.main .products-flex-grid.products-grid .product-items-3.product-items .product-item,
  .catalogsearch-result-index .column.main .products-flex-grid.products-grid .product-items-3.product-items .product-item {
    width: 50%;
  }
  .page-layout-1column.catalog-category-view .column.main .products-flex-grid.products-grid .product-items-3.product-items .product-item:nth-of-type(3n):not(div),
  .catalogsearch-result-index .column.main .products-flex-grid.products-grid .product-items-3.product-items .product-item:nth-of-type(3n):not(div) {
    border-right-style: solid;
    border-right-width: 1px;
  }
  .page-layout-1column.catalog-category-view .column.main .products-flex-grid.products-grid .product-items-3.product-items .product-item:nth-of-type(2n):not(div),
  .catalogsearch-result-index .column.main .products-flex-grid.products-grid .product-items-3.product-items .product-item:nth-of-type(2n):not(div) {
    border-right-width: 0;
  }
  .page-layout-1column.catalog-category-view .column.main .products-flex-grid.products-grid .product-items-3.product-items .product-item:nth-of-type(3n+1):not(div),
  .catalogsearch-result-index .column.main .products-flex-grid.products-grid .product-items-3.product-items .product-item:nth-of-type(3n+1):not(div) {
    clear: none;
  }
  .page-layout-1column.catalog-category-view .column.main .products-flex-grid.products-grid .product-items-4.product-items .product-item,
  .catalogsearch-result-index .column.main .products-flex-grid.products-grid .product-items-4.product-items .product-item {
    width: 50%;
    vertical-align: top;
  }
  .page-layout-1column.catalog-category-view .column.main .products-flex-grid.products-grid .product-items-4.product-items .product-item:nth-of-type(3n):not(div),
  .catalogsearch-result-index .column.main .products-flex-grid.products-grid .product-items-4.product-items .product-item:nth-of-type(3n):not(div) {
    border-right-style: solid;
    border-right-width: 1px;
  }
  .page-layout-1column.catalog-category-view .column.main .products-flex-grid.products-grid .product-items-4.product-items .product-item:nth-of-type(2n):not(div),
  .catalogsearch-result-index .column.main .products-flex-grid.products-grid .product-items-4.product-items .product-item:nth-of-type(2n):not(div) {
    border-right-width: 0;
  }
  .page-layout-1column.catalog-category-view .column.main .products-flex-grid.products-grid .product-items-4.product-items .product-item:nth-of-type(4n):not(div),
  .catalogsearch-result-index .column.main .products-flex-grid.products-grid .product-items-4.product-items .product-item:nth-of-type(4n):not(div) {
    border-right-width: 0;
  }
  .page-layout-1column.catalog-category-view .column.main .products-flex-grid.products-grid .product-items-5.product-items .product-item,
  .catalogsearch-result-index .column.main .products-flex-grid.products-grid .product-items-5.product-items .product-item {
    width: 50%;
  }
  .page-layout-1column.catalog-category-view .column.main .products-flex-grid.products-grid .product-items-5.product-items .product-item:nth-of-type(4n+1):not(div),
  .catalogsearch-result-index .column.main .products-flex-grid.products-grid .product-items-5.product-items .product-item:nth-of-type(4n+1):not(div) {
    clear: none;
  }
  .page-layout-1column.catalog-category-view .column.main .products-flex-grid.products-grid .product-items-5.product-items .product-item:nth-of-type(3n+1):not(div),
  .catalogsearch-result-index .column.main .products-flex-grid.products-grid .product-items-5.product-items .product-item:nth-of-type(3n+1):not(div) {
    clear: left;
  }
  .page-layout-1column.catalog-category-view .column.main .products-flex-grid.products-grid .product-items-5.product-items .product-item:nth-of-type(4n):not(div),
  .catalogsearch-result-index .column.main .products-flex-grid.products-grid .product-items-5.product-items .product-item:nth-of-type(4n):not(div) {
    border-right-style: solid;
    border-right-width: 1px;
  }
  .page-layout-1column.catalog-category-view .column.main .products-flex-grid.products-grid .product-items-5.product-items .product-item:nth-of-type(3n):not(div),
  .catalogsearch-result-index .column.main .products-flex-grid.products-grid .product-items-5.product-items .product-item:nth-of-type(3n):not(div) {
    border-right-width: 0;
  }
  .page-layout-1column.catalog-category-view .column.main .products-flex-grid.products-grid .product-items-5.product-items .product-item .move-action-disabled.move-quick-btn .magebees_quickview,
  .catalogsearch-result-index .column.main .products-flex-grid.products-grid .product-items-5.product-items .product-item .move-action-disabled.move-quick-btn .magebees_quickview {
    padding-top: 10px !important;
  }
  /* End Product Flex Grid */
  /* Product Detail page ------------------------------------------- */
  .product.media .store-feature .store-features-home li:nth-child(1),
  .product.media .store-feature .store-features-home li:nth-child(2) {
    margin-bottom: 0;
  }
  .product.media .store-feature.store-feature-style4 li:nth-child(1),
  .product.media .store-feature.store-feature-style4 li:nth-child(2) {
    margin-bottom: 10px;
  }
  .product-options-bottom,
  .product-info-main {
    margin-top: 10px;
  }
  .product-options-bottom #timer-countbox.timer-countbox .countdown-section,
  .product-info-main #timer-countbox.timer-countbox .countdown-section {
    min-width: inherit;
  }
  .product-options-bottom #timer-countbox.timer-countbox .countdown-section .countdown-amount,
  .product-info-main #timer-countbox.timer-countbox .countdown-section .countdown-amount {
    font-size: 20px;
  }
  .product-options-bottom #timer-countbox.timer-countbox .countdown-section .countdown-period,
  .product-info-main #timer-countbox.timer-countbox .countdown-section .countdown-period {
    font-size: 14px;
  }
  .product-options-bottom .product-add-form .box-tocart .field.qty .fieldset > .field,
  .product-info-main .product-add-form .box-tocart .field.qty .fieldset > .field {
    margin-bottom: 0 !important;
  }
  .product-options-bottom .fieldset > .field,
  .product-info-main .fieldset > .field {
    margin-bottom: 0 !important;
  }
  .product-options-bottom .actions,
  .product-info-main .actions {
    display: inline-block;
  }
  .fotorama__nav--dots .fotorama__nav__frame {
    height: 10px !important;
  }
  .fotorama__nav--dots .fotorama__dot {
    top: 0;
  }
  .product.info.detailed .product.data.items > .item.title {
    text-align: left;
    border-bottom: 1px solid #dddd;
  }
  .product.info.detailed .product.data.items > .item.title .switch {
    line-height: normal;
    padding: 15px 0;
    position: relative;
    height: auto;
    margin: 0;
  }
  .product.info.detailed .product.data.items > .item.title .switch:before {
    content: "\e61a";
    display: inline-block;
    font-family: 'themify';
    text-align: center;
    font-size: 12px;
    position: absolute;
    right: 10px;
    top: 10px;
    font-weight: normal;
    width: 20px;
    height: 20px;
    line-height: 20px;
  }
  .product.info.detailed .product.data.items > .item.title.active .switch:after {
    display: none;
  }
  .product.info.detailed .product.data.items > .item.title.active .switch:before {
    content: "\e622";
    top: 15px;
  }
  .product.info.detailed .product.data.items > .item.content {
    margin-top: 0;
    padding: 10px 0;
    border: 0 !important;
  }
  .product.info.detailed.vertical .product.data.items > .item.title .switch::before,
  .product.info.detailed.vertical .product.data.items > .item.title.active .switch:before {
    top: 8px;
  }
  .product.info.detailed.vertical .product.data.items > .item.title {
    border-bottom: 0;
    margin: 0 0 2px;
  }
  .product.info.detailed #reviews .block.review-add {
    width: 100%;
  }
  .product.info.detailed #reviews .review-form {
    max-width: 100%;
  }
  .product.info.detailed #reviews .actions-toolbar .action.primary,
  .product.info.detailed #reviews .actions-toolbar .amshopby-button,
  .product.info.detailed #reviews .actions-toolbar .am-filter-go {
    width: auto;
    text-align: left !important;
  }
  .product.info.detailed #reviews #product-review-container {
    width: 100%;
    margin-right: 0;
  }
  .product-options-wrapper .fieldset > .field {
    margin-bottom: 10px !important;
  }
  .block.related .action.select {
    display: inline-block;
  }
  .catalog-product-view .column.main .block.related .block-title strong {
    font-size: 2.6rem;
  }
  .catalog-product-view .column.main .block-viewed-products-grid .product-items .product-item {
    width: 48.5%;
    margin-right: 3%;
  }
  .catalog-product-view .column.main .block-viewed-products-grid .product-items .product-item:nth-child(3n) {
    margin-right: 3%;
  }
  .catalog-product-view .column.main .block-viewed-products-grid .product-items .product-item:nth-child(2n) {
    margin-right: 0;
  }
  .posh-home-page-style-1.page-layout-2columns-left .product.media,
  .posh-home-page-style-2.page-layout-2columns-left .product.media,
  .posh-home-page-style-3.page-layout-2columns-left .product.media,
  .posh-home-page-style-1.page-layout-2columns-right .product.media,
  .posh-home-page-style-2.page-layout-2columns-right .product.media,
  .posh-home-page-style-3.page-layout-2columns-right .product.media,
  .posh-home-page-style-1.page-layout-3columns .product.media,
  .posh-home-page-style-2.page-layout-3columns .product.media,
  .posh-home-page-style-3.page-layout-3columns .product.media {
    width: 100%;
  }
  .columns .sidebar-main,
  .columns .sidebar-additional {
    -webkit-flex-basis: inherit !important;
    flex-basis: inherit !important;
  }
  .columns .sidebar-main .block,
  .columns .sidebar-additional .block,
  .columns .sidebar-main .cwsMostviewed,
  .columns .sidebar-additional .cwsMostviewed {
    width: 100%;
    max-width: 100%;
  }
  .page-layout-1column .column.main .block.widget.block-viewed-products-grid .product-item {
    width: 48%;
  }
  .fotorama__nav--dots .fotorama__nav__frame {
    height: 15px !important;
  }
  .product-info-main .timer-product .countdown-section {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .catalog-product-view .column.main .block-viewed-products-grid .product-items .product-item:nth-child(2n):not(div) {
    margin-right: 0;
  }
  .catalog-product-view .column.main .block-viewed-products-grid .product-items .product-item:nth-child(3n):not(div) {
    margin-right: 3%;
  }
  .product.info.detailed .product.data.items > .item.title .switch:before {
    top: 15px;
  }
  .product.info.detailed.vertical .product.data.items > .item.title {
    max-width: inherit;
    text-align: left;
  }
  .product.info.detailed.vertical .product.data.items > .item.title .switch {
    padding: 10px;
  }
  .product.info.detailed.vertical .product.data.items .item.content {
    width: 100% !important;
    position: static;
    padding: 10px 0 20px 0;
  }
  .product.info.detailed.accordion .product.data.items > .item.title.active .switch::before {
    top: 10px;
  }
  .page-product-bundle .product-options-bottom,
  .page-product-bundle .product-info-main {
    margin-top: 0;
  }
  .bundle-options-container .bundle-options-wrapper {
    width: 100% !important;
  }
  .bundle-options-container .fieldset {
    margin-bottom: 15px;
  }
  .vertical-thumb-slider .fotorama__stage {
    margin-left: 0;
  }
  /* End Product Detail Page ---------------------------------------- */
  .cartDetails .product-info-main .box-tocart .qty-outer,
  .cartDetails .product-options-bottom .box-tocart .qty-outer,
  .cartDetails .product-info-main .box-tocart .field.qty,
  .cartDetails .product-options-bottom .box-tocart .field.qty {
    margin-bottom: 0 !important;
  }
  .column.main .block.crosssell .title strong {
    font-size: 24px;
  }
  .cart.main.actions .action {
    margin-bottom: 10px;
    display: block;
  }
  .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 {
    padding-bottom: 5px;
  }
  .cart.items.data.table {
    margin-bottom: 10px;
  }
  .cart.items.data.table {
    border: 0 !important;
  }
  /* ------------------------------------------------------------
   		Cart Page Common  -----------------------------------------
	   ------------------------------------------------------------ */
  .cart-container .cart-summary {
    width: 100%;
    top: 0 !important;
    margin-left: 0;
  }
  .cart-container .product-item-details {
    display: block;
    padding-left: 70px;
  }
  .cart-container .item-options dt,
  .cart-container .block-giftregistry-shared-items .product .item-options dt,
  .cart-container .multicheckout .item-options dt {
    clear: none !important;
  }
  .cart-container .item-options dd,
  .cart-container .block-giftregistry-shared-items .product .item-options dd,
  .cart-container .multicheckout .item-options dd {
    margin-right: 10px !important;
  }
  .cart-container .cart.items.data.table thead tr th.col.item {
    text-align: center;
  }
  .cart-container .cart.items.data.table tbody tr td {
    border: 0;
  }
  .cart-container .form-cart .action.update,
  .cart-container .form-cart .action.clear {
    display: inline-block;
  }
  .cart.table-wrapper .col.qty .input-text {
    width: 60px;
  }
  .checkout-cart-index .abs-shopping-cart-items-desktop,
  .checkout-cart-index .block-cart-failed,
  .checkout-cart-index .cart-container .form-cart,
  .checkout-cart-index .cart-container .cart-gift-item {
    width: 100%;
  }
  /* ------------------------------------------------------------
   		End Cart Page Common  -------------------------------------
	   ------------------------------------------------------------ */
  .quickViewDetails .mageb-qv-popup .info-detail-container,
  .quickViewDetails .mageb-qv-popup .image-box-detail {
    width: 100%;
    margin-right: 0;
  }
  .quickViewDetails.modal-popup .product-info-main .product.attribute.overview {
    display: none;
  }
  .quickViewDetails.modal-popup .fotorama__stage__shaft {
    background-color: #fff;
  }
  .quickViewDetails.modal-popup .fotorama__stage {
    margin-bottom: 10px;
  }
  .quickViewDetails.modal-popup .product.info.detailed .product.data.items > .item.content {
    padding: 10px;
  }
  .posh-home-page-style-1 .page-title,
  .posh-home-page-style-1 .mageb-checkout-title h1 {
    font-size: 2.6rem;
  }
  .sidebar .block-reorder .actions-toolbar:before,
  .sidebar .block-reorder .actions-toolbar:after {
    content: "";
    clear: both;
    display: block;
  }
  .posh-auto-parts-style-2 .welcome-content .right {
    margin-top: 0;
    width: 100%;
    padding-right: 0;
    margin-bottom: 20px;
  }
  .posh-auto-parts-style-2 .welcome-content .left {
    margin-bottom: 0;
    width: 100%;
  }
  .posh-auto-parts-style-2 .welcome-content .container {
    display: block;
  }
  /* My Account --------------------- */
  .account.wishlist-index-index .products-grid .product-item-name,
  .account.wishlist-index-index .products-grid .product-item-description,
  .account.wishlist-index-index .products-grid .product-item .price-box,
  .account.wishlist-index-index .products-grid .product-item-tooltip {
    margin-left: 0;
  }
  .account.wishlist-index-index .products-grid .product-item-photo {
    float: none;
  }
  .account.wishlist-index-index .products-grid .product-item .fieldset .field.qty {
    padding-right: 10px;
  }
  .account.wishlist-index-index .products-grid .product-item .fieldset .field.qty .label {
    display: none;
  }
  .account.wishlist-index-index .products-grid .product-item .box-tocart {
    float: none;
    margin-right: 0;
  }
  .account.wishlist-index-index .products-grid .product-image-container {
    max-width: 100%;
  }
  .actions-toolbar > .primary,
  .actions-toolbar > .secondary {
    display: inline-block;
  }
  .actions-toolbar > .primary .action,
  .actions-toolbar > .secondary .action {
    width: auto;
  }
  .actions-toolbar > .secondary {
    float: right;
  }
  .account form.form-address-edit .actions-toolbar .primary,
  .account .form.form-edit-account .actions-toolbar .primary {
    margin-left: 0;
  }
  .account .page-title-wrapper .page-title,
  [class^="sales-guest-"] .page-title-wrapper .page-title,
  .sales-guest-view .page-title-wrapper .page-title {
    margin-right: 0;
  }
  /* End My Account --------------------- */
  /* Blog Section ----------------------- */
  .post-list-wrapper .pager .pages {
    float: none;
  }
  .comments-wrapper .actions-toolbar {
    margin-bottom: 20px;
  }
  .comments-wrapper .actions-toolbar .primary {
    margin-left: 0 !important;
  }
  .comments-wrapper .fieldset {
    margin-bottom: 0 !important;
  }
  /* End Blog Section ------------------- */
  .fieldset > .field {
    margin-bottom: 10px !important;
  }
  blockquote h2 {
    font-size: 2rem;
  }
  blockquote code {
    display: none;
  }
  .contact-index-index .contact-form-page {
    width: 100%;
    padding: 20px;
  }
  .contact-form-page,
  .contact-info-left {
    width: 100%;
    padding-right: 0;
  }
  /* Footer Style 1 ------------------------------------------------- */
  .footer-1 .footer-top {
    padding: 30px 0;
  }
  .footer-1 .footer-social ul li {
    padding-right: 5px;
  }
  .footer-1 .footer-social ul li .fa {
    font-size: 26px;
  }
  .footer-2 .footer-top {
    padding-bottom: 10px;
  }
  .footer-2 .footer-col .footer-social li {
    padding-right: 8px;
  }
  .footer-2 .footer-newsletter-row {
    padding: 20px 0 30px;
  }
  .footer-2 .footer-newsletter-row.footer-newsletter .block.newsletter .title-section {
    display: block !important;
    text-align: center;
    margin-bottom: 10px;
  }
  .footer-2 .footer-newsletter-row.footer-newsletter .block.newsletter .content {
    display: block;
    width: 100%;
  }
  .footer-5 .footer-top {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .footer-5 .footer-col1 {
    width: 100%;
    padding: 0 0 30px;
  }
  .footer-5 .footer-col2,
  .footer-5 .footer-col3 {
    width: 50%;
    padding: 0 0 30px;
  }
  .footer-5 .footer-col3 {
    padding-right: 0;
  }
  .footer-5 .footer-contact {
    clear: left;
    width: 50%;
  }
  .footer-5 .footer-bottom .container {
    display: block;
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .footer-5 .footer-bottom .footer-social,
  .footer-5 .footer-bottom .footer-logo,
  .footer-5 .footer-bottom .payment-option {
    display: block;
    text-align: center;
    width: 100%;
  }
  .footer-5 .footer-bottom .footer-social {
    margin-bottom: 15px;
  }
  .footer-5 .footer-bottom .footer-social ul li {
    float: none;
  }
  .footer-5 .footer-bottom .footer-social ul li a {
    margin-right: 2px;
  }
  .footer-5 .footer-bottom .footer-logo .logo {
    margin-bottom: 15px;
    display: block;
    max-width: 100%;
    text-align: center;
  }
  .footer-5 .footer-bottom .footer-logo .logo img {
    margin: 0 auto;
  }
  .footer-4 .posh-about-text-block {
    width: 100%;
    text-align: center;
  }
  .footer-4 .posh-about-text-block p {
    margin-bottom: 15px;
  }
  .footer-4 .footer-right {
    padding-top: 20px;
    clear: both;
    float: none;
    width: 100%;
    border-left: 0 !important;
    margin-left: 0;
    padding-left: 0;
  }
  .footer-4 .footer-newsletter {
    padding-top: 20px;
  }
  .footer-4 .footer-newsletter .block.newsletter {
    display: block;
  }
  .footer-4 .footer-newsletter .block.newsletter .title-section {
    width: 100%;
    display: block;
    text-align: center;
    margin-bottom: 10px;
  }
  .footer-4 .footer-newsletter .block.newsletter .content {
    width: 100%;
    display: block;
  }
  .footer-4 .footer-bottom {
    margin-top: 20px;
  }
  /* End Footer Style 1 --------------------------------------------- */
  .login-container .block .block-content {
    min-height: inherit;
    padding-bottom: 20px;
  }
  .login-container .block .actions-toolbar .secondary {
    float: none;
    clear: none;
    margin-top: 0;
    padding-left: 10px;
  }
  .login-container .block .fieldset > .field > .control {
    width: 100%;
  }
  .scroll-top[style="right: 40px; display: block;"] {
    right: 10px !important;
  }
  .sticky-product .sticky-detail,
  .sticky-product .sticky-price {
    padding-left: 0;
  }
  .sticky-product .sticky-detail {
    padding-right: 0;
  }
  .cart.table-wrapper {
    clear: both;
  }
  .magebees-payment-option-content .payment-option-content:before,
  .magebees-payment-option-content .payment-option-content:after {
    content: "";
    display: block;
    clear: both;
  }
  .column.main #layered-filter-block-top {
    display: none;
  }
  .column.main #layered-filter-block-top .ddFilter:before,
  .column.main #layered-filter-block-top .ddFilter:after {
    content: '';
    clear: both;
    display: block;
  }
  .column.main .toolbar-products {
    clear: both;
  }
  /* Latest Post Section ----------------------------------------- */
  .home-blog-post .homepost-listing li.item,
  .home-blog-post-style-2 .homepost-listing li.item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 30px;
  }
  .home-blog-post .homepost-listing li.item:last-child,
  .home-blog-post-style-2 .homepost-listing li.item:last-child {
    margin-bottom: 0;
  }
  .home-blog-post .view-more,
  .home-blog-post-style-2 .view-more {
    margin-top: 30px;
    margin-bottom: 0;
  }
  .home-blog-post .homepost-listing.post-listing-2 li.item,
  .home-blog-post-style-2 .homepost-listing.post-listing-2 li.item {
    width: 100%;
    margin-right: 0;
  }
  .home-blog-post .homepost-listing li.item,
  .home-blog-post-style-2 .homepost-listing li.item {
    width: 49%;
    margin-bottom: 20px;
  }
  .home-blog-post .homepost-listing li.item:nth-child(2n),
  .home-blog-post-style-2 .homepost-listing li.item:nth-child(2n) {
    margin-right: 0;
  }
  .home-blog-post-style-4 .homepost-listing li.item {
    width: 48.5%;
    margin-right: 2.5%;
  }
  /* End Latest Post Section ------------------------------------- */
  .widget.mage-products .block-title strong {
    margin-top: 0;
    display: inline-block;
  }
  .mage-products .timer-product {
    float: right;
  }
  .page-title-wrap .page-title {
    font-size: 3rem;
  }
  .section-title .title {
    font-size: 24px !important;
    line-height: 34px;
  }
  .sidebar .instagram-outer .section-title .title {
    font-size: 17px !important;
  }
  .cms-posh-auto-parts-style-1 .section-title .title {
    font-size: 28px !important;
    line-height: 36px;
    padding-bottom: 0;
  }
  .mageb-patn-inner .mageb-caption.v-middle .mageb-full-caption {
    margin-top: 0;
  }
  .mageb-patn-inner .mageb-full-caption h4 {
    font-size: 15px !important;
  }
  .mageb-patn-inner .mageb-full-caption .button,
  .mageb-patn-inner .mageb-full-caption .sort-text {
    display: none;
  }
  .catalog-category-view .category-view .subcategory-grid > li {
    width: 49%;
  }
  .catalog-category-view .category-view .subcategory-grid > li:nth-child(2n) {
    margin-right: 0;
  }
  .quickViewDetails .block .product-item-photo img {
    max-width: 100%;
  }
  .quickViewDetails.modal-popup .products-grid .product-item {
    width: 49% !important;
  }
  .quickViewDetails.modal-popup .products-grid .product-item:nth-child(3n),
  .quickViewDetails.modal-popup .products-grid .product-item:nth-child(5n) {
    margin-right: 2%;
  }
  .quickViewDetails.modal-popup .products-grid .product-item:nth-child(2n) {
    margin-right: 0;
  }
  /* Ajax add to cart Popup */
  .cartDetails.modal-popup .modal-header,
  .cartDetails.modal-popup .modal-content,
  .cartDetails.modal-popup .modal-footer {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .cartDetails .pImageBox {
    width: 100% !important;
  }
  .cartDetails .pName,
  .cartDetails .product-add-form {
    width: 100% !important;
  }
  .cartDetails .cartBox .pname {
    paddint-right: 20px;
  }
  .cartDetails .action {
    width: 100%;
    display: block;
    margin-bottom: 5px;
  }
  .cartDetails .block.upsell,
  .cartDetails .block.related,
  .cartDetails .block.crosssell {
    display: none;
  }
  .cartDetails .product-info-main .box-tocart .actions .action.primary,
  .cartDetails .product-options-bottom .box-tocart .actions .action.primary,
  .cartDetails .product-info-main .box-tocart .actions .amshopby-button,
  .cartDetails .product-options-bottom .box-tocart .actions .amshopby-button,
  .cartDetails .product-info-main .box-tocart .actions .am-filter-go,
  .cartDetails .product-options-bottom .box-tocart .actions .am-filter-go {
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 0;
    font-size: 14px;
  }
  .cartDetails .product-info-main .box-tocart .input-text.qty,
  .cartDetails .product-options-bottom .box-tocart .input-text.qty {
    width: 80px;
    padding: 0 10px;
    text-align: left;
    margin-left: 0;
  }
  .cartDetails .product-add-form .box-tocart .field.qty .control-qty,
  .cartDetails .product-add-form .update .field.qty .control-qty {
    right: 9px;
  }
  .cartDetails .fieldset .qty-holder .control {
    margin-right: 0;
  }
  .cartDetails .fieldset .qty .label {
    display: none;
  }
  .cartDetails .product-info-main label,
  .cartDetails .product-options-bottom label,
  .cartDetails .product-info-main .swatch-attribute-label,
  .cartDetails .product-options-bottom .swatch-attribute-label {
    font-size: 12px;
  }
  .cartDetails .product-info-main .box-tocart .field.qty,
  .cartDetails .product-options-bottom .box-tocart .field.qty {
    padding-right: 10px;
  }
  .cartDetails .product-add-form .box-tocart,
  .cartDetails .product-add-form .update {
    padding: 10px 0;
    margin: 10px 0;
  }
  /* End Ajax add to cart Popup */
  .aboutus-page .grid-services .item {
    width: 100%;
  }
  .aboutus-page .grid-services .item:nth-child(2n+1) {
    clear: none;
  }
  .newproduct-section .owl-carousel .owl-nav {
    margin-top: -80px;
  }
  .page-layout-1column .column.main #layered-filter-block-top {
    display: block;
    margin: 20px 0 !important;
  }
  .page-layout-1column .column.main #layered-filter-block-top .filter-subtitle {
    font-size: 1.8rem;
  }
  .account.wishlist-index-index .products-grid .product-item .product-item-actions {
    float: none;
  }
}
@media (max-width: 639px) {
  .store-feature li {
    width: 100%;
    margin-bottom: 10px;
  }
  .store-feature li:last-of-type {
    margin-bottom: 0;
  }
  .posh-auto-parts-style-1 .mageb-pattern16.mageb-two-col .mageb-two-col-1 {
    float: none;
    width: 100%;
    margin-right: 0;
    margin-bottom: 3%;
  }
  .posh-auto-parts-style-1 .mageb-pattern16.mageb-two-col .mageb-two-col-2 {
    float: none;
    width: 100%;
  }
  .posh-auto-parts-style-5 .testimonial-outer .mageTestimonials {
    padding: 30px 40px;
  }
  .posh-auto-parts-style-5 .testimonial-outer .magetmQuotes {
    padding: 0;
    font-size: 14px;
    line-height: 24px;
  }
  .testimonial-outer .mageTestimonials .button-set .action {
    padding: 15px 20px;
  }
  .footer-1 .footer-top .footer-col.footer-newsletter {
    border: 0;
    padding-top: 0;
  }
  .catalog-category-view .category-view .subcategory-grid {
    margin-bottom: 20px;
  }
  .posh-auto-parts-style-4 .testimonial-outer .mageTmClient .clientPic {
    margin-right: 10px;
  }
  .posh-auto-parts-style-4 .finderProducts.vertical {
    padding: 20px;
  }
  .static-banner-block ul li .sml-banner-detail h3 {
    font-size: 16px;
  }
  .static-banner-block ul li .sml-banner-detail .action.secondary {
    font-size: 12px;
  }
  .posh-auto-parts-style-1 .mageb-patn-inner .mageb-pattern16 .mageb-full-caption h4 {
    font-size: 16px !important;
  }
  .mage-products .timer-product {
    display: inline-block !important;
  }
  .home-blog-post-style-2 .homepost-listing.post-listing-2 li.item,
  .home-blog-post-style-3 .homepost-listing.post-listing-2 li.item,
  .home-blog-post-style-2 .homepost-listing.post-listing-3 li.item,
  .home-blog-post-style-3 .homepost-listing.post-listing-3 li.item,
  .home-blog-post-style-2 .homepost-listing.post-listing-4 li.item,
  .home-blog-post-style-3 .homepost-listing.post-listing-4 li.item,
  .home-blog-post-style-2 .homepost-listing.post-listing-5 li.item,
  .home-blog-post-style-3 .homepost-listing.post-listing-5 li.item,
  .home-blog-post-style-2 .homepost-listing.post-listing-6 li.item,
  .home-blog-post-style-3 .homepost-listing.post-listing-6 li.item {
    width: 100%;
    margin-right: 0;
  }
  .slider-style3 .slider-left {
    width: 100%;
    margin-bottom: 3%;
  }
  .slider-style3 .slider-right {
    width: 100%;
    padding-left: 0;
  }
  .slider-style3 .slider-right .sml-banner {
    width: 48.5%;
    float: left;
    margin-bottom: 0;
    margin-right: 3%;
  }
  .slider-style3 .slider-right .sml-banner:first-of-type {
    margin-bottom: 0;
  }
  .slider-style3 .slider-right .sml-banner:last-of-type {
    margin-right: 0;
  }
  .slider-style3 .slider-right .sml-banner img {
    display: block;
  }
  .footer-8 .footer-bottom {
    padding: 30px 0 10px;
  }
  .footer-8 .footer-col,
  .footer-8 .footer-contact {
    width: 100% !important;
    padding-right: 0 !important;
    margin-bottom: 0;
  }
  .footer-8 .footer-contact {
    margin-bottom: 20px;
  }
  .footer-8 .footer-col.footer-menu ul {
    display: none;
  }
  .footer-8 .footer-col.footer-menu ul .subMenu {
    display: block !important;
  }
  .footer-8 .footer-menu .menuTitle {
    position: relative;
    cursor: pointer;
    margin: 15px 0;
  }
  .footer-8 .footer-menu .menuTitle:after {
    content: "\e64b";
    font-family: 'themify';
    font-size: 11px;
    position: absolute;
    right: 10px;
    top: 5px;
  }
  .footer-8 .footer-menu .menuTitle.active:after {
    content: "\e648";
  }
  .mageTestList .items .magetmQuotes {
    padding: 15px;
  }
  .header-8 .top-header .social-header {
    display: none;
  }
  .header-8 .top-header .phone-no {
    float: none;
    padding: 0;
  }
  .mageTestimonials.mageTestimonialstyle1 .item .mageTmClient .clientPic {
    text-align: left;
    margin-right: 15px;
  }
  .mageTestimonials.mageTestimonialstyle1 .item .mageTmClient .clientDetails {
    text-align: left;
  }
  .mageTestimonials.mageTestimonialstyle1 .item .magetmQuotes::after {
    display: block;
  }
  .mageTestimonials.mageTestimonialstyle1 .item .mageTmClient .clientDetails i {
    display: inline-block;
  }
  .mageTestimonials.mageTestimonialstyle1 .item .mageTmClient .clientPic {
    max-width: 50px;
    min-height: 50px;
    max-height: 50px;
    flex: 50px;
    -webkit-flex: 50px;
    -ms-flex: 50px;
  }
  .mageTmClient .clientDetails {
    text-align: left;
  }
  .mageTmClient .clientDetails i {
    display: inline-block;
  }
  .testimonial-outer .magetmQuotes {
    padding: 20px 20px 20px 50px;
  }
  .testimonial-outer .magetmQuotes:before {
    font-size: 20px;
    top: 15px;
    left: 15px;
  }
  .testimonial-outer .mageTmClient .clientPic {
    max-width: 50px;
    min-height: 50px;
    max-height: 50px;
  }
  .mageTestimonials.mageTestimonialSidebar .mageTmClient .clientPic {
    max-width: 50px;
    min-height: 50px;
    max-height: 50px;
    display: inline-block;
  }
  .mageTestimonials.mageTestimonialSidebar .mageTmClient .clientPic {
    text-align: left;
    margin-right: 15px;
  }
  .mageTestimonials.mageTestimonialSidebar .mageTmClient .clientDetails {
    text-align: left;
  }
  .mageTestimonials.mageTestimonialSidebar .mageTmClient .clientDetails i {
    display: inline-block;
  }
  .mage-deal-products.widget.mage-products.mage-deal-products-style2 .block-title {
    text-align: center;
  }
  .mage-deal-products.widget.mage-products.mage-deal-products-style2 .timer-product {
    display: inline-block;
    text-align: center;
  }
  .posh-home-page-style-2.cms-index-index .store-feature.store-feature-style1 li {
    width: 100%;
    margin-right: 0;
    padding: 10px;
  }
  .posh-home-page-style-2.cms-index-index .store-feature.store-feature-style1 li .info h5 {
    font-size: 15px;
    margin-bottom: 0;
  }
  .boxed-layout-posh .footer-8 .footer-top {
    padding: 15px;
  }
  .boxed-layout-posh .footer-8 .footer-newsletter .block.newsletter .title {
    font-size: 28px;
  }
  .boxed-layout-posh .footer-8 .footer-newsletter .block.newsletter p {
    font-size: 14px;
  }
  .boxed-layout-posh .footer-8 .footer-col.footer-menu ul {
    margin-bottom: 10px;
  }
  .boxed-layout-posh .footer-8 .footer-bottom {
    padding-bottom: 20px;
  }
  .boxed-layout-posh .header-7 .nav-toggle {
    flex: 4;
    -webkit-flex: 4;
    -ms-flex: 4;
  }
  .boxed-layout-posh .header-7 .logo-grid,
  .boxed-layout-posh .header-7 .header-right {
    flex: 3;
    -webkit-flex: 3;
    -ms-flex: 3;
  }
  .header-8-store-feature.store-feature.store-feature-style3 .store-features-home li {
    font-size: 14px;
  }
  .column.main .mageTestitoolbar .toolbar-amount,
  .column.main .mageTestitoolbar .limiter {
    display: none;
  }
  .search-drawer .title {
    font-size: 17px;
  }
  .cms-posh-auto-parts-style-2 .finderProducts ul li {
    width: 100%;
    margin-right: 0;
  }
  .cms-posh-auto-parts-style-2 .finderProducts ul li select {
    background-position: 98.5% center;
  }
  .posh-auto-parts-style-3.catalog-product-view .column.main .horizonal-pro-slider .owl-carousel .owl-nav {
    margin-top: -60px;
  }
  /* Parallax Section -------------------------------------------- */
  .parallax-section .section-title .title {
    font-size: 24px !important;
  }
  .parallax-section .section-title .section-subtitle {
    font-size: 20px;
  }
  .parallax-section .parallax-product {
    padding: 25px;
  }
  .parallax-section .parallax-product .product-items .product-item {
    width: 49%;
    margin-bottom: 2%;
  }
  .parallax-section .parallax-product .product-items .product-item:nth-of-type(2n) {
    margin-right: 0;
  }
  /* End Parallax Section ---------------------------------------- */
  .welcome-content .right {
    clear: both;
    margin-bottom: 30px;
  }
  .welcome-content .list-items .item {
    width: 100%;
    float: none;
    clear: both;
    margin-bottom: 10px;
  }
  .welcome-content .list-items .item p {
    margin: 0 0 5px;
  }
  .welcome-content .list-items .item img {
    margin-bottom: 5px;
  }
  .testimonial-outer .mageTmClient .clientPic {
    margin: 0;
  }
  .testimonial-outer .magetmQuotes::after {
    display: block;
  }
  .home-blog-post .detail,
  .home-blog-post-style-2 .detail,
  .home-blog-post .post-image,
  .home-blog-post-style-2 .post-image {
    width: 100%;
    padding-right: 0;
    padding-left: 0;
    min-height: auto !important;
  }
  .home-blog-post .post-image,
  .home-blog-post-style-2 .post-image {
    margin-bottom: 15px;
  }
  .cwsSlider {
    margin-bottom: 10px;
  }
  .header-4 #header-content {
    flex-flow: inherit;
    -ms-flex-flow: inherit;
    -webkit-flex-flow: inherit;
  }
  .header-4 .logo-grid {
    width: 60%;
  }
  .header-4 .search-style4 {
    width: 35%;
  }
  .header-5 .w40 {
    width: 25%;
  }
  .header-5 .logo-grid.w20 {
    width: 50%;
  }
  .header-5 .header-right.w40 {
    width: 25%;
  }
  .header-6 .w20 {
    flex-basis: 50%;
    -ms-flex-basis: 50%;
    -webkit-flex-basis: 50%;
  }
  .header-6 .header-center {
    flex-basis: calc(50% - 92px);
    -ms-flex-basis: calc(50% - 92px);
    -webkit-flex-basis: calc(50% - 92px);
  }
  .header-6 .header-right {
    flex-basis: 90px;
    -ms-flex-basis: 90px;
    -webkit-flex-basis: 90px;
  }
  .header-6 .block-search {
    margin-top: 0;
  }
  .header-6 .minicart-wrapper .block-minicart {
    width: 320px;
  }
  .mbAutoSearch #mageb-search-auto-inner {
    display: block;
  }
  .mbAutoSearch #search_autocomplete_first {
    order: inherit;
  }
  .mbAutoSearch #mageb-search-auto-inner,
  .mbAjaxSearch .mbAutoSearch .search-autocomplete {
    max-height: 300px;
    overflow-y: scroll;
  }
  .posh-home-page-style-3 .page-header:not(.sticky) {
    position: static;
  }
  .block-minicart .block-content > .actions > .primary {
    margin-left: 0;
    margin-right: 0;
  }
  .posh-home-page-style-1 .cws-arw a,
  .posh-home-page-style-2 .cws-arw a,
  .posh-home-page-style-3 .cws-arw a {
    width: 25px !important;
    height: 25px !important;
  }
  .posh-home-page-style-1 .cws-arw a::before,
  .posh-home-page-style-2 .cws-arw a::before,
  .posh-home-page-style-3 .cws-arw a::before {
    font-size: 17px !important;
    line-height: 23px !important;
    height: 25px !important;
    width: 25px !important;
  }
  .posh-home-page-style-1 .defaultTheme .pagerBelow .cws-pager,
  .posh-home-page-style-2 .defaultTheme .pagerBelow .cws-pager,
  .posh-home-page-style-3 .defaultTheme .pagerBelow .cws-pager {
    bottom: 0;
  }
  .cms-posh-home-page-style-2 .header-4 {
    margin-bottom: 10px !important;
  }
  /* Posh Home Style-1 ---------------------------------------------- */
  .posh-home-page-style-1 .page-title {
    font-size: 3rem;
  }
  .posh-home-page-style-1 .posh1-home-section .title .title-text {
    font-size: 24px !important;
  }
  .posh-home-page-style-1 .posh1-home-section .owl-carousel .owl-nav .owl-next:before,
  .posh-home-page-style-1 .posh1-home-section .owl-carousel .owl-nav .owl-prev:before {
    font-size: 40px;
  }
  .posh-home-page-style-1 .posh1-home-section.brands-slider-home {
    padding-top: 15px;
  }
  .posh-home-page-style-1 .posh1-home-section .brandlogoSliderLayer .logoSliderLayer-prev,
  .posh-home-page-style-1 .posh1-home-section .brandlogoSliderLayer .logoSliderLayer-next {
    width: 14px;
    height: 25px;
    line-height: 25px;
  }
  .posh-home-page-style-1 .posh1-home-section .brandlogoSliderLayer .logoSliderLayer-prev:after,
  .posh-home-page-style-1 .posh1-home-section .brandlogoSliderLayer .logoSliderLayer-next:after {
    font-size: 35px;
  }
  .posh-home-page-style-1 .instagram-outer .posh1-home-section .owl-carousel .owl-nav .owl-next,
  .posh-home-page-style-1 .instagram-outer .posh1-home-section .owl-carousel .owl-nav .owl-prev {
    width: 30px !important;
    height: 30px !important;
  }
  .posh-home-page-style-1 .instagram-outer .posh1-home-section .owl-carousel .owl-nav .owl-next:before,
  .posh-home-page-style-1 .instagram-outer .posh1-home-section .owl-carousel .owl-nav .owl-prev:before {
    font-size: 20px;
    line-height: 29px;
    margin-left: -3px;
  }
  .posh-home-page-style-1 #popup .block.newsletter .title strong {
    font-size: 2.2rem;
  }
  .posh-home-page-style-1 #popup .left {
    width: 92%;
  }
  /* End Posh Home Style-1 ----------------------------------------- */
  /* Instagram Section ------------------------------------------- */
  .instagram-outer {
    /* Instagram Image List */
  }
  .instagram-outer #magebees-instagram.in-image-6 .item,
  .instagram-outer #magebees-instagram.in-image-8 .item {
    width: 20%;
  }
  .instagram-outer #magebees-instagram.in-image-6 .item a .instaOverlay .icon-set,
  .instagram-outer #magebees-instagram.in-image-8 .item a .instaOverlay .icon-set {
    padding: 5px 5px 0;
  }
  .instagram-outer #magebees-instagram.in-image-6 .item a .instaOverlay .icon,
  .instagram-outer #magebees-instagram.in-image-8 .item a .instaOverlay .icon {
    font-size: 16px;
  }
  /* End Instagram Section --------------------------------------- */
  /* Store Feature Styles ---------------------------------------- */
  .store-feature.store-feature-style1 .info-area .info-icon {
    padding-right: 10px;
  }
  /* End Store Feature Styles ------------------------------------ */
  /* Products Listing Style -------------------------------------- */
  .products-grid .product-item {
    vertical-align: top;
  }
  .products-grid .product-item .actions-primary,
  .products-grid .product-item .quick-view-btn {
    margin-right: 5px;
  }
  .products-grid .product-item .swatch-attribute .swatch-option {
    min-width: 10px;
    height: 20px;
    width: 20px;
    margin-right: 5px;
  }
  .products-grid .product-item .swatch-attribute .swatch-option.text {
    line-height: 20px;
    min-width: 8px;
    height: 20px;
    width: 20px;
    font-size: 10px;
  }
  .products-grid .product-item .learn-more {
    margin-bottom: 0;
  }
  .products-grid .product-item .learn-more .secondary {
    font-size: 13px;
    padding: 5px 10px;
  }
  .products-grid .product-item .product-item-inner.style2 ul > li {
    max-width: 130px;
    margin: 0 auto 1px;
  }
  .products-grid .product-item .product-item-inner.style2 ul > li .magebees_quickview,
  .products-grid .product-item .product-item-inner.style2 ul > li .action.tocart.primary,
  .products-grid .product-item .product-item-inner.style2 ul > li .action.towishlist,
  .products-grid .product-item .product-item-inner.style2 ul > li .action.tocompare,
  .products-grid .product-item .product-item-inner.style2 ul > li .stock.available,
  .products-grid .product-item .product-item-inner.style2 ul > li .stock.unavailable {
    font-size: 11px;
    max-width: 130px;
    letter-spacing: 0.5px;
  }
  .products-grid .product-item .product-item-inner.style3 .btn-full .action.primary,
  .products-grid .product-item .product-item-inner.style3 .btn-full .amshopby-button,
  .products-grid .product-item .product-item-inner.style3 .btn-full .am-filter-go {
    padding: 8px 5px;
    font-size: 13px;
  }
  .products-grid .product-item .product-item-inner.style3 .btn-vertical ul > li {
    width: 35px;
  }
  .products-grid .product-item .product-item-photo .product-image-container {
    width: 140px !important;
  }
  .products-grid .product-item .product-item-photo img {
    width: auto;
  }
  .products-grid .product-item .product-item-name a {
    font-size: 14px;
  }
  .products-grid .product-item .price-box {
    margin: 5px 0;
  }
  .products-grid .product-items-4.product-items .product-item {
    width: 48.5%;
    margin-right: 3%;
    margin-left: 0;
  }
  .products-grid .product-items-4.product-items .product-item:nth-of-type(3n+1):not(div) {
    clear: none;
  }
  .products-grid .product-items-4.product-items .product-item:nth-of-type(3n):not(div) {
    margin-right: 3%;
  }
  .products-grid .product-items-4.product-items .product-item:nth-of-type(2n):not(div) {
    margin-right: 0%;
  }
  .products-grid .product-items-4.product-items .product-item .product-item-info {
    width: 100%;
  }
  .products-grid .product-items-5.product-items .product-item {
    width: calc(50% - 3px);
    margin-right: 6px;
    margin-left: 0;
  }
  .products-grid .product-items-5.product-items .product-item:nth-of-type(5n):not(div) {
    margin-right: 6px;
  }
  .products-grid .product-items-5.product-items .product-item:nth-of-type(3n+1):not(div) {
    clear: none;
  }
  .products-grid .product-items-5.product-items .product-item:nth-of-type(3n):not(div) {
    margin-right: 6px;
  }
  .products-grid .product-items-5.product-items .product-item:nth-of-type(2n):not(div) {
    margin-right: 0%;
  }
  .posh-home-page-style-1 .posh1-home-section .products-grid .product-item .actions-primary .action.tocart.primary:before,
  .posh-home-page-style-1 .posh1-home-section .products-grid .product-item .actions-secondary .action.towishlist:before,
  .posh-home-page-style-1 .posh1-home-section .products-grid .product-item .magebees_quickview:before {
    font-size: 16px;
    line-height: 35px;
    width: 35px;
    height: 35px;
  }
  .newproduct-section.newproduct-listmode .product-items .product-item .product-item-photo {
    width: 80px;
  }
  .newproduct-section.newproduct-listmode .product-items .product-item .product-item-details {
    margin-left: 95px;
  }
  /* Today Deal Product --------------------------------------------- */
  .today-deal-timer .deal-timer .countdown-section {
    margin: 0 !important;
  }
  .today-deal-timer .deal-timer .countdown-section .countdown-amount {
    font-size: 18px !important;
  }
  .today-deal-timer .deal-timer .countdown-section .countdown-period {
    font-size: 14px !important;
  }
  /* End Today Deal Product ----------------------------------------- */
  /* Today Deal Page Listing */
  .page-layout-1column .block.widget .products-grid .product-items .product-item {
    width: 48%;
    margin-right: 3%;
    margin-left: 0;
  }
  .page-layout-1column .block.widget .products-grid .product-items .product-item:nth-of-type(3n):not(div) {
    margin-right: 3%;
  }
  .page-layout-1column .block.widget .products-grid .product-items .product-item:nth-of-type(2n):not(div) {
    margin-right: 0;
  }
  /* End Products Listing Style -------------------------------------- */
  .home-blog-post-style-4 .homepost-listing li.item {
    margin-bottom: 10px;
  }
  .home-blog-post-style-4 .homepost-listing .post-image {
    margin-bottom: 0;
  }
  .page-layout-1column.catalog-category-view .column.main,
  .catalogsearch-result-index .column.main {
    /* 5 Products Grid Row */
  }
  .page-layout-1column.catalog-category-view .column.main .product-items-5.product-items .product-item,
  .catalogsearch-result-index .column.main .product-items-5.product-items .product-item {
    width: calc(50% - 3px);
    margin-right: 6px;
    margin-left: 0;
  }
  .page-layout-1column.catalog-category-view .column.main .product-items-5.product-items .product-item:nth-of-type(3n+1):not(div),
  .catalogsearch-result-index .column.main .product-items-5.product-items .product-item:nth-of-type(3n+1):not(div) {
    clear: none;
  }
  .page-layout-1column.catalog-category-view .column.main .product-items-5.product-items .product-item:nth-of-type(3n):not(div),
  .catalogsearch-result-index .column.main .product-items-5.product-items .product-item:nth-of-type(3n):not(div) {
    margin-right: 6px;
  }
  .page-layout-1column.catalog-category-view .column.main .product-items-5.product-items .product-item:nth-of-type(2n+1):not(div),
  .catalogsearch-result-index .column.main .product-items-5.product-items .product-item:nth-of-type(2n+1):not(div) {
    clear: left;
  }
  .page-layout-1column.catalog-category-view .column.main .product-items-5.product-items .product-item:nth-of-type(2n):not(div),
  .catalogsearch-result-index .column.main .product-items-5.product-items .product-item:nth-of-type(2n):not(div) {
    margin-right: 0;
  }
  .page-layout-1column.catalog-category-view .column.main .products-list .product-items .product-item,
  .catalogsearch-result-index .column.main .products-list .product-items .product-item {
    width: 100%;
    margin-right: 0;
  }
  .page-layout-2columns-left .sidebar .finderProducts.vertical,
  .page-layout-2columns-left .sidebar .finderProducts.vertical,
  .page-layout-2columns-right .sidebar .finderProducts.vertical,
  .page-layout-2columns-right .sidebar .finderProducts.vertical,
  .page-layout-2columns-left .sidebar .block.filter,
  .page-layout-2columns-right .sidebar .block.filter {
    margin-bottom: 20px !important;
  }
  .home-blog-post-style-3 .homepost-listing.post-listing-2 li.item,
  .home-blog-post-style-3 .homepost-listing.post-listing-3 li.item {
    width: 100%;
    margin-right: 0;
  }
  /* Flex Grid */
  .products-flex-grid.products-grid .product-items-3.product-items .product-item:nth-of-type(2n+1):not(div) {
    clear: left;
  }
  .products-flex-grid.products-grid .product-items-4.product-items .product-item {
    width: 50%;
    margin-right: 0 !important;
  }
  .products-flex-grid.products-grid .product-items-4.product-items .product-item:nth-of-type(3n):not(div) {
    border-right-style: solid;
    border-right-width: 1px;
    margin-right: 0;
  }
  .products-flex-grid.products-grid .product-items-4.product-items .product-item:nth-of-type(3n+1):not(div) {
    clear: none;
  }
  .products-flex-grid.products-grid .product-items-4.product-items .product-item:nth-of-type(2n):not(div) {
    border-right: 0;
  }
  .products-flex-grid.products-grid .product-items-5.product-items .product-item {
    width: 33%;
    margin-right: 0 !important;
  }
  .products-flex-grid.products-grid .product-items-5.product-items .product-item:nth-of-type(4n):not(div) {
    border-right-style: solid;
    border-right-width: 1px;
    margin-right: 0;
  }
  .products-flex-grid.products-grid .product-items-5.product-items .product-item:nth-of-type(4n+1):not(div) {
    clear: none;
  }
  .products-flex-grid.products-grid .product-items-5.product-items .product-item:nth-of-type(3n):not(div) {
    border-right: 0;
  }
  .page-layout-1column.catalog-category-view .column.main .products-flex-grid.products-grid .product-items-5.product-items .product-item,
  .catalogsearch-result-index .column.main .products-flex-grid.products-grid .product-items-5.product-items .product-item {
    width: 50%;
  }
  .page-layout-1column.catalog-category-view .column.main .products-flex-grid.products-grid .product-items-5.product-items .product-item:nth-of-type(3n+1):not(div),
  .catalogsearch-result-index .column.main .products-flex-grid.products-grid .product-items-5.product-items .product-item:nth-of-type(3n+1):not(div) {
    clear: none;
  }
  .page-layout-1column.catalog-category-view .column.main .products-flex-grid.products-grid .product-items-5.product-items .product-item:nth-of-type(3n):not(div),
  .catalogsearch-result-index .column.main .products-flex-grid.products-grid .product-items-5.product-items .product-item:nth-of-type(3n):not(div) {
    border-right-style: solid;
    border-right-width: 1px;
  }
  .page-layout-1column.catalog-category-view .column.main .products-flex-grid.products-grid .product-items-5.product-items .product-item:nth-of-type(2n):not(div),
  .catalogsearch-result-index .column.main .products-flex-grid.products-grid .product-items-5.product-items .product-item:nth-of-type(2n):not(div) {
    border-right: 0;
  }
  /* Sticky Product Page */
  .sticky-product .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .sticky-product .sticky-image {
    max-width: 50px;
    margin-right: 10px;
    float: left;
  }
  .sticky-product .sticky-detail {
    display: block;
    padding-left: 60px;
    padding-right: 20px;
  }
  .sticky-product .sticky-detail .product-name {
    margin: 0 0 5px;
    font-size: 15px;
  }
  .sticky-product .sticky-price {
    display: block;
    padding-left: 60px;
    padding-right: 20px;
  }
  .sticky-product .sticky-price .product-info-stock-sku {
    font-size: 13px;
  }
  .sticky-product .product-info-price .stock.available {
    margin-bottom: 0;
  }
  .page-product-downloadable .product-options-bottom {
    float: left;
    width: 100% !important;
  }
  .page-product-downloadable .product-options-wrapper {
    float: left;
    width: 100% !important;
  }
  .quickViewDetails.modal-popup .product-info-main .product-info-stock-sku {
    float: none;
  }
  .quickViewDetails.modal-popup .product-info-main .product-info-price {
    margin-bottom: 0;
  }
  .quickViewDetails.modal-popup .block.related,
  .quickViewDetails.modal-popup .block.upsell,
  .quickViewDetails.modal-popup .block.crosssell {
    display: none;
  }
  .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 {
    padding: 5px 10px;
  }
  .account.wishlist-index-index .products-grid .product-item {
    width: 49% !important;
    border-width: 2px !important;
    margin-bottom: 20px;
  }
  .account.wishlist-index-index .products-grid .product-item:nth-child(3n) {
    margin-right: 2%;
  }
  .account.wishlist-index-index .products-grid .product-item:nth-child(2n) {
    margin-right: 0;
  }
  .account.wishlist-index-index .actions-toolbar > .primary,
  .account.wishlist-index-index .actions-toolbar > .secondary {
    display: block;
  }
  .account.wishlist-index-index .actions-toolbar > .primary .action,
  .account.wishlist-index-index .actions-toolbar > .secondary .action {
    width: 100%;
  }
  .account.wishlist-index-index .column:not(.sidebar-main) form .actions-toolbar,
  .account.wishlist-index-index .column:not(.sidebar-additional) form .actions-toolbar {
    padding: 0;
  }
  /* Blog Section ----------------------- */
  /* End Blog Section ------------------- */
  .instagram-outer .view-gallery-btn {
    position: static;
    margin-left: 0;
    margin-top: 20px;
  }
  .content-about-us .image-about-us {
    float: none;
    margin-right: 0;
  }
  /* Footer Style 1 ------------------------------------------------- */
  .posh-auto-parts-style-3 .footer-1 .footer-top .footer-col .menuTitle:after {
    top: 5px;
  }
  .posh-auto-parts-style-3 .section-title .title:before {
    width: 20px;
    left: -25px;
  }
  .posh-auto-parts-style-3 .section-title .title:after {
    width: 20px;
    right: -25px;
  }
  .footer-1 .footer-bottom .copytext,
  .footer-2 .footer-bottom .copytext {
    font-size: 13px;
    line-height: 1.3;
  }
  .footer-1 .footer-top .footer-col,
  .footer-2 .footer-top .footer-col {
    width: 100%;
    padding-right: 0;
    margin-bottom: 10px;
  }
  .footer-1 .footer-top .footer-col .ltr,
  .footer-2 .footer-top .footer-col .ltr {
    padding-bottom: 5px;
    margin-bottom: 5px;
  }
  .footer-1 .footer-top .footer-col ul,
  .footer-2 .footer-top .footer-col ul {
    display: none;
  }
  .footer-1 .footer-top .footer-col ul .subMenu,
  .footer-2 .footer-top .footer-col ul .subMenu {
    display: block !important;
  }
  .footer-1 .footer-top .footer-col .menuTitle,
  .footer-2 .footer-top .footer-col .menuTitle {
    position: relative;
    cursor: pointer;
  }
  .footer-1 .footer-top .footer-col .menuTitle:after,
  .footer-2 .footer-top .footer-col .menuTitle:after {
    content: "\e64b";
    font-family: 'themify';
    font-size: 13px;
    position: absolute;
    right: 10px;
    top: 0;
  }
  .footer-1 .footer-top .footer-col .menuTitle.active:after,
  .footer-2 .footer-top .footer-col .menuTitle.active:after {
    content: "\e648";
  }
  .footer-1 .footer-top .footer-col.footer-about-col .menuTitle:after,
  .footer-2 .footer-top .footer-col.footer-about-col .menuTitle:after {
    display: none;
  }
  .footer-1 .footer-top .footer-col.footer-about-col ul,
  .footer-2 .footer-top .footer-col.footer-about-col ul {
    display: block !important;
  }
  .footer-1 .footer-top .footer-newsletter-row.footer-newsletter .block.newsletter,
  .footer-2 .footer-top .footer-newsletter-row.footer-newsletter .block.newsletter {
    padding: 10px 0 20px;
  }
  .footer-1 .footer-top .footer-newsletter-row.footer-newsletter .block.newsletter .title,
  .footer-2 .footer-top .footer-newsletter-row.footer-newsletter .block.newsletter .title {
    font-size: 22px;
  }
  .footer-3 .footer-social {
    border-right: 0 !important;
    margin-bottom: 20px;
    margin-right: 0;
    padding-right: 0;
  }
  .footer-3 .ltr li {
    margin: 0 20px;
  }
  .footer-3 .ltr li:after {
    margin: 0 -20px 0 0;
  }
  /* End Footer Style 1 --------------------------------------------- */
  /* Common CSS ----------------------------------------------------- */
  .scroll-top a {
    font-size: 11px;
    line-height: 25px;
    height: 25px;
    width: 25px;
  }
  /* End Common CSS ------------------------------------------------ */
  .sidebar .block.mageTestimonials .mageTmClient .clientDetails {
    text-align: left;
  }
  .col2-set .col-1 {
    float: none;
    clear: both;
    width: 100%;
    padding: 20px 0 0 0!important;
  }
  .col2-set .col-2 {
    float: none;
    clear: both;
    width: 100%;
    padding: 20px 0 !important;
  }
  .product.info.detailed .description table,
  .tabel-data {
    font-size: 13px;
    width: 300px;
    overflow-x: scroll;
    display: block;
  }
  .widget.mage-products .block-title strong {
    display: block;
  }
  .mage-products .timer-product {
    float: none;
    display: block;
  }
  .posh-home-page-style-1 .mage-deal-slider .owl-carousel .owl-nav .owl-next {
    right: 0;
  }
  .posh-home-page-style-1 .mage-deal-slider .owl-carousel .owl-nav .owl-prev {
    left: 0;
  }
  .footer-1 .footer-col .footer-social ul {
    display: block !important;
  }
  .newsletter-section .form.subscribe input[type="email"] {
    font-size: 15px;
    padding: 0 50px 0 15px;
  }
  .newsletter-section .form.subscribe .action {
    font-size: 25px;
    width: 60px;
  }
  .products-grid .timer-product {
    bottom: 33px;
  }
  .products-grid .timer-product #timer-countbox .countdown-section {
    width: 35px;
    line-height: 16px;
    padding: 2px 0 !important;
  }
  .products-grid .timer-product #timer-countbox .countdown-section .countdown-amount {
    font-size: 12px;
    line-height: 16px;
    margin-bottom: 0;
    padding: 0 !important;
  }
  .products-grid .timer-product #timer-countbox .countdown-section .countdown-period {
    font-size: 10px;
    line-height: 16px;
  }
  .footer-4 .footer-col {
    width: 100%;
    padding: 5px 0;
    margin-bottom: 5px;
  }
  .footer-4 .footer-col .menuTitle,
  .footer-4 .footer-col .title {
    font-size: 18px;
  }
  .footer-4 .footer-col .menuTitle {
    position: relative;
    cursor: pointer;
  }
  .footer-4 .footer-col .menuTitle:after {
    content: "\e64b";
    font-family: 'themify';
    font-size: 13px;
    position: absolute;
    right: 10px;
    top: 6px;
  }
  .footer-4 .footer-col .menuTitle.active:after {
    content: "\e648";
  }
  .footer-4 .footer-col ul {
    display: none;
  }
  .footer-4 .footer-bottom {
    margin-top: 0;
  }
  .footer-4 .footer-newsletter {
    padding-bottom: 10px;
  }
  .footer-4 .footer-newsletter .block.newsletter .title-section p {
    font-size: 18px;
    line-height: 27px;
  }
  .footer-5 .footer-newsletter .block.newsletter .actions .subscribe.primary {
    font-size: 12px;
  }
  .footer-5 .footer-col2 {
    padding-bottom: 0;
  }
  .footer-5 .footer-col {
    width: 100%;
    padding: 10px 0;
    margin-bottom: 10px;
  }
  .footer-5 .footer-col .menuTitle {
    position: relative;
    cursor: pointer;
  }
  .footer-5 .footer-col .menuTitle:after {
    content: "\e64b";
    font-family: 'themify';
    font-size: 13px;
    position: absolute;
    right: 10px;
    top: 0;
  }
  .footer-5 .footer-col .menuTitle.active:after {
    content: "\e648";
  }
  .footer-5 .footer-col ul {
    display: none;
  }
}
@media (max-width: 480px) {
  .magebees-onepage-checkout .modal-popup .secondary {
    padding-left: 0 !important;
    margin-top: 10px;
  }
  .slider-style4 .finderProducts,
  .posh-auto-parts-style-4 .finderProducts.horizontal {
    padding: 25px;
  }
  .block.widget.block-products-list .widget-product-grid .product-item .product-item-inner .action.towishlist,
  .block.widget.block-products-list .widget-product-grid .product-item .product-item-inner .action.tocompare {
    margin: 0 1px;
  }
  .page-layout-1column .block.widget .products-grid .product-items .product-item .actions-primary {
    margin-right: 0px;
  }
  .bundle-options-container .block-bundle-summary .box-tocart .actions {
    width: 100% !important;
  }
  .static-feature-block li {
    width: 100%;
    margin-right: 0 !important;
    margin-top: 50px !important;
  }
  .static-feature-block li:nth-of-type(1) {
    margin-top: 0 !important;
  }
  .static-feature-block li p {
    font-size: 13px;
  }
  .static-feature-block li .title {
    font-size: 14px;
  }
  .category-images .category-items-6 .category-item {
    width: 32%;
  }
  .category-images .category-items-6 .category-item:nth-child(4n) {
    margin-right: 2%;
  }
  .category-images .category-items-6 .category-item:nth-child(3n) {
    margin-right: 0;
  }
  .category-images .category-items-6 .category-item:nth-child(4n+1) {
    clear: none;
  }
  .category-images .category-items-6 .category-item:nth-child(3n+1) {
    clear: left;
  }
  #notification_slider .bxslider > li span {
    font-size: 13px !important;
  }
  .slider-style4 .finderProducts .container,
  .posh-auto-parts-style-4 .finderProducts.horizontal .container {
    padding: 0 !important;
  }
  .product-reviews-summary .rating-summary,
  .product-reviews-summary .reviews-actions {
    display: block;
    line-height: normal;
  }
  .product.media .store-feature.store-feature-style4 {
    display: none !important;
  }
  .posh-auto-parts-style-4 .testimonial-outer .magetmQuotes {
    padding: 20px 0;
    font-size: 16px;
    line-height: 26px;
  }
  .posh-auto-parts-style-4 .testimonial-outer .mageTestimonials {
    padding: 0 40px;
  }
  .posh-auto-parts-style-4 .testimonial-outer .owl-carousel .owl-nav > div.owl-prev {
    left: -30px;
  }
  .posh-auto-parts-style-4 .testimonial-outer .owl-carousel .owl-nav > div.owl-next {
    right: -65px;
  }
  .posh-auto-parts-style-4 .page-title-wrap .page-title {
    font-size: 22px !important;
  }
  .store-feature.store-feature-style4 {
    padding: 40px 0;
  }
  .store-feature.store-feature-style4 li {
    border-right: 0;
    border-bottom: 1px solid #e8e8e8;
    padding-bottom: 20px !important;
  }
  .store-feature.store-feature-style4 li:last-of-type {
    border-bottom: 0;
    padding-bottom: 0 !important;
  }
  .store-feature.store-feature-style4 li .info-area {
    -webkit-justify-content: start;
    -ms-justify-content: start;
    justify-content: start;
  }
  .posh-auto-parts-style-2.cms-index-index .home-blog-post-style-2 .post-image {
    width: 100%;
  }
  .store-feature.store-feature-style1 .info-area .info-icon {
    padding-right: 0;
  }
  .logo {
    max-width: 100%;
  }
  .page-layout-1column .block.widget .products-grid .product-items .product-item .magebees_quickview::before {
    font-size: 14px;
    width: 30px;
    height: 30px;
    line-height: 30px;
  }
  .home-blog-post-style-4 .homepost-listing.post-listing-4 li.item,
  .home-blog-post-style-4 .homepost-listing.post-listing-5 li.item,
  .home-blog-post-style-4 .homepost-listing.post-listing-6 li.item {
    width: 100%;
    margin-right: 0;
  }
  .g-recaptcha > div {
    width: 244px !important;
  }
  .g-recaptcha > div iframe {
    width: 100%;
  }
  .header-7 .top-header .social-header {
    display: none;
  }
  .header-7 .top-header .phone-no {
    float: none;
    text-align: center;
  }
  .products-grid .timer-product #timer-countbox .countdown-section {
    width: 38px;
    line-height: 14px;
    padding-top: 4px !important;
  }
  .cwsFeatured .products-grid.grid2 .product-item.item .product-item-inner.style4 ul,
  .cwsNewProducts .products-grid.grid2 .product-item.item .product-item-inner.style4 ul,
  .mostviewd-section .cwsMostviewed .products-grid.grid2 .product-item.item .product-item-inner.style4 ul,
  .bestseller-product.cwsBestSeller .products-grid.grid2 .product-item.item .product-item-inner.style4 ul,
  .cwsFeatured .products-grid.grid3 .product-item.item .product-item-inner.style4 ul,
  .cwsNewProducts .products-grid.grid3 .product-item.item .product-item-inner.style4 ul,
  .mostviewd-section .cwsMostviewed .products-grid.grid3 .product-item.item .product-item-inner.style4 ul,
  .bestseller-product.cwsBestSeller .products-grid.grid3 .product-item.item .product-item-inner.style4 ul,
  .cwsFeatured .products-grid.grid4 .product-item.item .product-item-inner.style4 ul,
  .cwsNewProducts .products-grid.grid4 .product-item.item .product-item-inner.style4 ul,
  .mostviewd-section .cwsMostviewed .products-grid.grid4 .product-item.item .product-item-inner.style4 ul,
  .bestseller-product.cwsBestSeller .products-grid.grid4 .product-item.item .product-item-inner.style4 ul,
  .cwsFeatured .products-grid.grid5 .product-item.item .product-item-inner.style4 ul,
  .cwsNewProducts .products-grid.grid5 .product-item.item .product-item-inner.style4 ul,
  .mostviewd-section .cwsMostviewed .products-grid.grid5 .product-item.item .product-item-inner.style4 ul,
  .bestseller-product.cwsBestSeller .products-grid.grid5 .product-item.item .product-item-inner.style4 ul,
  .cwsFeatured .products-grid.grid6 .product-item.item .product-item-inner.style4 ul,
  .cwsNewProducts .products-grid.grid6 .product-item.item .product-item-inner.style4 ul,
  .mostviewd-section .cwsMostviewed .products-grid.grid6 .product-item.item .product-item-inner.style4 ul,
  .bestseller-product.cwsBestSeller .products-grid.grid6 .product-item.item .product-item-inner.style4 ul {
    padding: 0 5px;
  }
  .cwsFeatured .products-grid.grid2 .product-item.item .product-item-inner.style4 ul > li,
  .cwsNewProducts .products-grid.grid2 .product-item.item .product-item-inner.style4 ul > li,
  .mostviewd-section .cwsMostviewed .products-grid.grid2 .product-item.item .product-item-inner.style4 ul > li,
  .bestseller-product.cwsBestSeller .products-grid.grid2 .product-item.item .product-item-inner.style4 ul > li,
  .cwsFeatured .products-grid.grid3 .product-item.item .product-item-inner.style4 ul > li,
  .cwsNewProducts .products-grid.grid3 .product-item.item .product-item-inner.style4 ul > li,
  .mostviewd-section .cwsMostviewed .products-grid.grid3 .product-item.item .product-item-inner.style4 ul > li,
  .bestseller-product.cwsBestSeller .products-grid.grid3 .product-item.item .product-item-inner.style4 ul > li,
  .cwsFeatured .products-grid.grid4 .product-item.item .product-item-inner.style4 ul > li,
  .cwsNewProducts .products-grid.grid4 .product-item.item .product-item-inner.style4 ul > li,
  .mostviewd-section .cwsMostviewed .products-grid.grid4 .product-item.item .product-item-inner.style4 ul > li,
  .bestseller-product.cwsBestSeller .products-grid.grid4 .product-item.item .product-item-inner.style4 ul > li,
  .cwsFeatured .products-grid.grid5 .product-item.item .product-item-inner.style4 ul > li,
  .cwsNewProducts .products-grid.grid5 .product-item.item .product-item-inner.style4 ul > li,
  .mostviewd-section .cwsMostviewed .products-grid.grid5 .product-item.item .product-item-inner.style4 ul > li,
  .bestseller-product.cwsBestSeller .products-grid.grid5 .product-item.item .product-item-inner.style4 ul > li,
  .cwsFeatured .products-grid.grid6 .product-item.item .product-item-inner.style4 ul > li,
  .cwsNewProducts .products-grid.grid6 .product-item.item .product-item-inner.style4 ul > li,
  .mostviewd-section .cwsMostviewed .products-grid.grid6 .product-item.item .product-item-inner.style4 ul > li,
  .bestseller-product.cwsBestSeller .products-grid.grid6 .product-item.item .product-item-inner.style4 ul > li {
    padding: 0 1px;
  }
  .cwsFeatured .products-grid.grid2 .product-item.item .product-item-inner.style4 .magebees_quickview,
  .cwsNewProducts .products-grid.grid2 .product-item.item .product-item-inner.style4 .magebees_quickview,
  .mostviewd-section .cwsMostviewed .products-grid.grid2 .product-item.item .product-item-inner.style4 .magebees_quickview,
  .bestseller-product.cwsBestSeller .products-grid.grid2 .product-item.item .product-item-inner.style4 .magebees_quickview,
  .cwsFeatured .products-grid.grid3 .product-item.item .product-item-inner.style4 .magebees_quickview,
  .cwsNewProducts .products-grid.grid3 .product-item.item .product-item-inner.style4 .magebees_quickview,
  .mostviewd-section .cwsMostviewed .products-grid.grid3 .product-item.item .product-item-inner.style4 .magebees_quickview,
  .bestseller-product.cwsBestSeller .products-grid.grid3 .product-item.item .product-item-inner.style4 .magebees_quickview,
  .cwsFeatured .products-grid.grid4 .product-item.item .product-item-inner.style4 .magebees_quickview,
  .cwsNewProducts .products-grid.grid4 .product-item.item .product-item-inner.style4 .magebees_quickview,
  .mostviewd-section .cwsMostviewed .products-grid.grid4 .product-item.item .product-item-inner.style4 .magebees_quickview,
  .bestseller-product.cwsBestSeller .products-grid.grid4 .product-item.item .product-item-inner.style4 .magebees_quickview,
  .cwsFeatured .products-grid.grid5 .product-item.item .product-item-inner.style4 .magebees_quickview,
  .cwsNewProducts .products-grid.grid5 .product-item.item .product-item-inner.style4 .magebees_quickview,
  .mostviewd-section .cwsMostviewed .products-grid.grid5 .product-item.item .product-item-inner.style4 .magebees_quickview,
  .bestseller-product.cwsBestSeller .products-grid.grid5 .product-item.item .product-item-inner.style4 .magebees_quickview,
  .cwsFeatured .products-grid.grid6 .product-item.item .product-item-inner.style4 .magebees_quickview,
  .cwsNewProducts .products-grid.grid6 .product-item.item .product-item-inner.style4 .magebees_quickview,
  .mostviewd-section .cwsMostviewed .products-grid.grid6 .product-item.item .product-item-inner.style4 .magebees_quickview,
  .bestseller-product.cwsBestSeller .products-grid.grid6 .product-item.item .product-item-inner.style4 .magebees_quickview,
  .cwsFeatured .products-grid.grid2 .product-item.item .product-item-inner.style4 .action.tocart.primary,
  .cwsNewProducts .products-grid.grid2 .product-item.item .product-item-inner.style4 .action.tocart.primary,
  .mostviewd-section .cwsMostviewed .products-grid.grid2 .product-item.item .product-item-inner.style4 .action.tocart.primary,
  .bestseller-product.cwsBestSeller .products-grid.grid2 .product-item.item .product-item-inner.style4 .action.tocart.primary,
  .cwsFeatured .products-grid.grid3 .product-item.item .product-item-inner.style4 .action.tocart.primary,
  .cwsNewProducts .products-grid.grid3 .product-item.item .product-item-inner.style4 .action.tocart.primary,
  .mostviewd-section .cwsMostviewed .products-grid.grid3 .product-item.item .product-item-inner.style4 .action.tocart.primary,
  .bestseller-product.cwsBestSeller .products-grid.grid3 .product-item.item .product-item-inner.style4 .action.tocart.primary,
  .cwsFeatured .products-grid.grid4 .product-item.item .product-item-inner.style4 .action.tocart.primary,
  .cwsNewProducts .products-grid.grid4 .product-item.item .product-item-inner.style4 .action.tocart.primary,
  .mostviewd-section .cwsMostviewed .products-grid.grid4 .product-item.item .product-item-inner.style4 .action.tocart.primary,
  .bestseller-product.cwsBestSeller .products-grid.grid4 .product-item.item .product-item-inner.style4 .action.tocart.primary,
  .cwsFeatured .products-grid.grid5 .product-item.item .product-item-inner.style4 .action.tocart.primary,
  .cwsNewProducts .products-grid.grid5 .product-item.item .product-item-inner.style4 .action.tocart.primary,
  .mostviewd-section .cwsMostviewed .products-grid.grid5 .product-item.item .product-item-inner.style4 .action.tocart.primary,
  .bestseller-product.cwsBestSeller .products-grid.grid5 .product-item.item .product-item-inner.style4 .action.tocart.primary,
  .cwsFeatured .products-grid.grid6 .product-item.item .product-item-inner.style4 .action.tocart.primary,
  .cwsNewProducts .products-grid.grid6 .product-item.item .product-item-inner.style4 .action.tocart.primary,
  .mostviewd-section .cwsMostviewed .products-grid.grid6 .product-item.item .product-item-inner.style4 .action.tocart.primary,
  .bestseller-product.cwsBestSeller .products-grid.grid6 .product-item.item .product-item-inner.style4 .action.tocart.primary,
  .cwsFeatured .products-grid.grid2 .product-item.item .product-item-inner.style4 .action.towishlist,
  .cwsNewProducts .products-grid.grid2 .product-item.item .product-item-inner.style4 .action.towishlist,
  .mostviewd-section .cwsMostviewed .products-grid.grid2 .product-item.item .product-item-inner.style4 .action.towishlist,
  .bestseller-product.cwsBestSeller .products-grid.grid2 .product-item.item .product-item-inner.style4 .action.towishlist,
  .cwsFeatured .products-grid.grid3 .product-item.item .product-item-inner.style4 .action.towishlist,
  .cwsNewProducts .products-grid.grid3 .product-item.item .product-item-inner.style4 .action.towishlist,
  .mostviewd-section .cwsMostviewed .products-grid.grid3 .product-item.item .product-item-inner.style4 .action.towishlist,
  .bestseller-product.cwsBestSeller .products-grid.grid3 .product-item.item .product-item-inner.style4 .action.towishlist,
  .cwsFeatured .products-grid.grid4 .product-item.item .product-item-inner.style4 .action.towishlist,
  .cwsNewProducts .products-grid.grid4 .product-item.item .product-item-inner.style4 .action.towishlist,
  .mostviewd-section .cwsMostviewed .products-grid.grid4 .product-item.item .product-item-inner.style4 .action.towishlist,
  .bestseller-product.cwsBestSeller .products-grid.grid4 .product-item.item .product-item-inner.style4 .action.towishlist,
  .cwsFeatured .products-grid.grid5 .product-item.item .product-item-inner.style4 .action.towishlist,
  .cwsNewProducts .products-grid.grid5 .product-item.item .product-item-inner.style4 .action.towishlist,
  .mostviewd-section .cwsMostviewed .products-grid.grid5 .product-item.item .product-item-inner.style4 .action.towishlist,
  .bestseller-product.cwsBestSeller .products-grid.grid5 .product-item.item .product-item-inner.style4 .action.towishlist,
  .cwsFeatured .products-grid.grid6 .product-item.item .product-item-inner.style4 .action.towishlist,
  .cwsNewProducts .products-grid.grid6 .product-item.item .product-item-inner.style4 .action.towishlist,
  .mostviewd-section .cwsMostviewed .products-grid.grid6 .product-item.item .product-item-inner.style4 .action.towishlist,
  .bestseller-product.cwsBestSeller .products-grid.grid6 .product-item.item .product-item-inner.style4 .action.towishlist,
  .cwsFeatured .products-grid.grid2 .product-item.item .product-item-inner.style4 .action.tocompare,
  .cwsNewProducts .products-grid.grid2 .product-item.item .product-item-inner.style4 .action.tocompare,
  .mostviewd-section .cwsMostviewed .products-grid.grid2 .product-item.item .product-item-inner.style4 .action.tocompare,
  .bestseller-product.cwsBestSeller .products-grid.grid2 .product-item.item .product-item-inner.style4 .action.tocompare,
  .cwsFeatured .products-grid.grid3 .product-item.item .product-item-inner.style4 .action.tocompare,
  .cwsNewProducts .products-grid.grid3 .product-item.item .product-item-inner.style4 .action.tocompare,
  .mostviewd-section .cwsMostviewed .products-grid.grid3 .product-item.item .product-item-inner.style4 .action.tocompare,
  .bestseller-product.cwsBestSeller .products-grid.grid3 .product-item.item .product-item-inner.style4 .action.tocompare,
  .cwsFeatured .products-grid.grid4 .product-item.item .product-item-inner.style4 .action.tocompare,
  .cwsNewProducts .products-grid.grid4 .product-item.item .product-item-inner.style4 .action.tocompare,
  .mostviewd-section .cwsMostviewed .products-grid.grid4 .product-item.item .product-item-inner.style4 .action.tocompare,
  .bestseller-product.cwsBestSeller .products-grid.grid4 .product-item.item .product-item-inner.style4 .action.tocompare,
  .cwsFeatured .products-grid.grid5 .product-item.item .product-item-inner.style4 .action.tocompare,
  .cwsNewProducts .products-grid.grid5 .product-item.item .product-item-inner.style4 .action.tocompare,
  .mostviewd-section .cwsMostviewed .products-grid.grid5 .product-item.item .product-item-inner.style4 .action.tocompare,
  .bestseller-product.cwsBestSeller .products-grid.grid5 .product-item.item .product-item-inner.style4 .action.tocompare,
  .cwsFeatured .products-grid.grid6 .product-item.item .product-item-inner.style4 .action.tocompare,
  .cwsNewProducts .products-grid.grid6 .product-item.item .product-item-inner.style4 .action.tocompare,
  .mostviewd-section .cwsMostviewed .products-grid.grid6 .product-item.item .product-item-inner.style4 .action.tocompare,
  .bestseller-product.cwsBestSeller .products-grid.grid6 .product-item.item .product-item-inner.style4 .action.tocompare,
  .cwsFeatured .products-grid.grid2 .product-item.item .product-item-inner.style4 .stock,
  .cwsNewProducts .products-grid.grid2 .product-item.item .product-item-inner.style4 .stock,
  .mostviewd-section .cwsMostviewed .products-grid.grid2 .product-item.item .product-item-inner.style4 .stock,
  .bestseller-product.cwsBestSeller .products-grid.grid2 .product-item.item .product-item-inner.style4 .stock,
  .cwsFeatured .products-grid.grid3 .product-item.item .product-item-inner.style4 .stock,
  .cwsNewProducts .products-grid.grid3 .product-item.item .product-item-inner.style4 .stock,
  .mostviewd-section .cwsMostviewed .products-grid.grid3 .product-item.item .product-item-inner.style4 .stock,
  .bestseller-product.cwsBestSeller .products-grid.grid3 .product-item.item .product-item-inner.style4 .stock,
  .cwsFeatured .products-grid.grid4 .product-item.item .product-item-inner.style4 .stock,
  .cwsNewProducts .products-grid.grid4 .product-item.item .product-item-inner.style4 .stock,
  .mostviewd-section .cwsMostviewed .products-grid.grid4 .product-item.item .product-item-inner.style4 .stock,
  .bestseller-product.cwsBestSeller .products-grid.grid4 .product-item.item .product-item-inner.style4 .stock,
  .cwsFeatured .products-grid.grid5 .product-item.item .product-item-inner.style4 .stock,
  .cwsNewProducts .products-grid.grid5 .product-item.item .product-item-inner.style4 .stock,
  .mostviewd-section .cwsMostviewed .products-grid.grid5 .product-item.item .product-item-inner.style4 .stock,
  .bestseller-product.cwsBestSeller .products-grid.grid5 .product-item.item .product-item-inner.style4 .stock,
  .cwsFeatured .products-grid.grid6 .product-item.item .product-item-inner.style4 .stock,
  .cwsNewProducts .products-grid.grid6 .product-item.item .product-item-inner.style4 .stock,
  .mostviewd-section .cwsMostviewed .products-grid.grid6 .product-item.item .product-item-inner.style4 .stock,
  .bestseller-product.cwsBestSeller .products-grid.grid6 .product-item.item .product-item-inner.style4 .stock {
    width: 25px;
    height: 25px;
    line-height: 25px;
  }
  .cwsFeatured .products-grid.grid2 .product-item.item .product-item-inner.style4 .magebees_quickview:before,
  .cwsNewProducts .products-grid.grid2 .product-item.item .product-item-inner.style4 .magebees_quickview:before,
  .mostviewd-section .cwsMostviewed .products-grid.grid2 .product-item.item .product-item-inner.style4 .magebees_quickview:before,
  .bestseller-product.cwsBestSeller .products-grid.grid2 .product-item.item .product-item-inner.style4 .magebees_quickview:before,
  .cwsFeatured .products-grid.grid3 .product-item.item .product-item-inner.style4 .magebees_quickview:before,
  .cwsNewProducts .products-grid.grid3 .product-item.item .product-item-inner.style4 .magebees_quickview:before,
  .mostviewd-section .cwsMostviewed .products-grid.grid3 .product-item.item .product-item-inner.style4 .magebees_quickview:before,
  .bestseller-product.cwsBestSeller .products-grid.grid3 .product-item.item .product-item-inner.style4 .magebees_quickview:before,
  .cwsFeatured .products-grid.grid4 .product-item.item .product-item-inner.style4 .magebees_quickview:before,
  .cwsNewProducts .products-grid.grid4 .product-item.item .product-item-inner.style4 .magebees_quickview:before,
  .mostviewd-section .cwsMostviewed .products-grid.grid4 .product-item.item .product-item-inner.style4 .magebees_quickview:before,
  .bestseller-product.cwsBestSeller .products-grid.grid4 .product-item.item .product-item-inner.style4 .magebees_quickview:before,
  .cwsFeatured .products-grid.grid5 .product-item.item .product-item-inner.style4 .magebees_quickview:before,
  .cwsNewProducts .products-grid.grid5 .product-item.item .product-item-inner.style4 .magebees_quickview:before,
  .mostviewd-section .cwsMostviewed .products-grid.grid5 .product-item.item .product-item-inner.style4 .magebees_quickview:before,
  .bestseller-product.cwsBestSeller .products-grid.grid5 .product-item.item .product-item-inner.style4 .magebees_quickview:before,
  .cwsFeatured .products-grid.grid6 .product-item.item .product-item-inner.style4 .magebees_quickview:before,
  .cwsNewProducts .products-grid.grid6 .product-item.item .product-item-inner.style4 .magebees_quickview:before,
  .mostviewd-section .cwsMostviewed .products-grid.grid6 .product-item.item .product-item-inner.style4 .magebees_quickview:before,
  .bestseller-product.cwsBestSeller .products-grid.grid6 .product-item.item .product-item-inner.style4 .magebees_quickview:before,
  .cwsFeatured .products-grid.grid2 .product-item.item .product-item-inner.style4 .action.tocart.primary:before,
  .cwsNewProducts .products-grid.grid2 .product-item.item .product-item-inner.style4 .action.tocart.primary:before,
  .mostviewd-section .cwsMostviewed .products-grid.grid2 .product-item.item .product-item-inner.style4 .action.tocart.primary:before,
  .bestseller-product.cwsBestSeller .products-grid.grid2 .product-item.item .product-item-inner.style4 .action.tocart.primary:before,
  .cwsFeatured .products-grid.grid3 .product-item.item .product-item-inner.style4 .action.tocart.primary:before,
  .cwsNewProducts .products-grid.grid3 .product-item.item .product-item-inner.style4 .action.tocart.primary:before,
  .mostviewd-section .cwsMostviewed .products-grid.grid3 .product-item.item .product-item-inner.style4 .action.tocart.primary:before,
  .bestseller-product.cwsBestSeller .products-grid.grid3 .product-item.item .product-item-inner.style4 .action.tocart.primary:before,
  .cwsFeatured .products-grid.grid4 .product-item.item .product-item-inner.style4 .action.tocart.primary:before,
  .cwsNewProducts .products-grid.grid4 .product-item.item .product-item-inner.style4 .action.tocart.primary:before,
  .mostviewd-section .cwsMostviewed .products-grid.grid4 .product-item.item .product-item-inner.style4 .action.tocart.primary:before,
  .bestseller-product.cwsBestSeller .products-grid.grid4 .product-item.item .product-item-inner.style4 .action.tocart.primary:before,
  .cwsFeatured .products-grid.grid5 .product-item.item .product-item-inner.style4 .action.tocart.primary:before,
  .cwsNewProducts .products-grid.grid5 .product-item.item .product-item-inner.style4 .action.tocart.primary:before,
  .mostviewd-section .cwsMostviewed .products-grid.grid5 .product-item.item .product-item-inner.style4 .action.tocart.primary:before,
  .bestseller-product.cwsBestSeller .products-grid.grid5 .product-item.item .product-item-inner.style4 .action.tocart.primary:before,
  .cwsFeatured .products-grid.grid6 .product-item.item .product-item-inner.style4 .action.tocart.primary:before,
  .cwsNewProducts .products-grid.grid6 .product-item.item .product-item-inner.style4 .action.tocart.primary:before,
  .mostviewd-section .cwsMostviewed .products-grid.grid6 .product-item.item .product-item-inner.style4 .action.tocart.primary:before,
  .bestseller-product.cwsBestSeller .products-grid.grid6 .product-item.item .product-item-inner.style4 .action.tocart.primary:before,
  .cwsFeatured .products-grid.grid2 .product-item.item .product-item-inner.style4 .action.towishlist:before,
  .cwsNewProducts .products-grid.grid2 .product-item.item .product-item-inner.style4 .action.towishlist:before,
  .mostviewd-section .cwsMostviewed .products-grid.grid2 .product-item.item .product-item-inner.style4 .action.towishlist:before,
  .bestseller-product.cwsBestSeller .products-grid.grid2 .product-item.item .product-item-inner.style4 .action.towishlist:before,
  .cwsFeatured .products-grid.grid3 .product-item.item .product-item-inner.style4 .action.towishlist:before,
  .cwsNewProducts .products-grid.grid3 .product-item.item .product-item-inner.style4 .action.towishlist:before,
  .mostviewd-section .cwsMostviewed .products-grid.grid3 .product-item.item .product-item-inner.style4 .action.towishlist:before,
  .bestseller-product.cwsBestSeller .products-grid.grid3 .product-item.item .product-item-inner.style4 .action.towishlist:before,
  .cwsFeatured .products-grid.grid4 .product-item.item .product-item-inner.style4 .action.towishlist:before,
  .cwsNewProducts .products-grid.grid4 .product-item.item .product-item-inner.style4 .action.towishlist:before,
  .mostviewd-section .cwsMostviewed .products-grid.grid4 .product-item.item .product-item-inner.style4 .action.towishlist:before,
  .bestseller-product.cwsBestSeller .products-grid.grid4 .product-item.item .product-item-inner.style4 .action.towishlist:before,
  .cwsFeatured .products-grid.grid5 .product-item.item .product-item-inner.style4 .action.towishlist:before,
  .cwsNewProducts .products-grid.grid5 .product-item.item .product-item-inner.style4 .action.towishlist:before,
  .mostviewd-section .cwsMostviewed .products-grid.grid5 .product-item.item .product-item-inner.style4 .action.towishlist:before,
  .bestseller-product.cwsBestSeller .products-grid.grid5 .product-item.item .product-item-inner.style4 .action.towishlist:before,
  .cwsFeatured .products-grid.grid6 .product-item.item .product-item-inner.style4 .action.towishlist:before,
  .cwsNewProducts .products-grid.grid6 .product-item.item .product-item-inner.style4 .action.towishlist:before,
  .mostviewd-section .cwsMostviewed .products-grid.grid6 .product-item.item .product-item-inner.style4 .action.towishlist:before,
  .bestseller-product.cwsBestSeller .products-grid.grid6 .product-item.item .product-item-inner.style4 .action.towishlist:before,
  .cwsFeatured .products-grid.grid2 .product-item.item .product-item-inner.style4 .action.tocompare:before,
  .cwsNewProducts .products-grid.grid2 .product-item.item .product-item-inner.style4 .action.tocompare:before,
  .mostviewd-section .cwsMostviewed .products-grid.grid2 .product-item.item .product-item-inner.style4 .action.tocompare:before,
  .bestseller-product.cwsBestSeller .products-grid.grid2 .product-item.item .product-item-inner.style4 .action.tocompare:before,
  .cwsFeatured .products-grid.grid3 .product-item.item .product-item-inner.style4 .action.tocompare:before,
  .cwsNewProducts .products-grid.grid3 .product-item.item .product-item-inner.style4 .action.tocompare:before,
  .mostviewd-section .cwsMostviewed .products-grid.grid3 .product-item.item .product-item-inner.style4 .action.tocompare:before,
  .bestseller-product.cwsBestSeller .products-grid.grid3 .product-item.item .product-item-inner.style4 .action.tocompare:before,
  .cwsFeatured .products-grid.grid4 .product-item.item .product-item-inner.style4 .action.tocompare:before,
  .cwsNewProducts .products-grid.grid4 .product-item.item .product-item-inner.style4 .action.tocompare:before,
  .mostviewd-section .cwsMostviewed .products-grid.grid4 .product-item.item .product-item-inner.style4 .action.tocompare:before,
  .bestseller-product.cwsBestSeller .products-grid.grid4 .product-item.item .product-item-inner.style4 .action.tocompare:before,
  .cwsFeatured .products-grid.grid5 .product-item.item .product-item-inner.style4 .action.tocompare:before,
  .cwsNewProducts .products-grid.grid5 .product-item.item .product-item-inner.style4 .action.tocompare:before,
  .mostviewd-section .cwsMostviewed .products-grid.grid5 .product-item.item .product-item-inner.style4 .action.tocompare:before,
  .bestseller-product.cwsBestSeller .products-grid.grid5 .product-item.item .product-item-inner.style4 .action.tocompare:before,
  .cwsFeatured .products-grid.grid6 .product-item.item .product-item-inner.style4 .action.tocompare:before,
  .cwsNewProducts .products-grid.grid6 .product-item.item .product-item-inner.style4 .action.tocompare:before,
  .mostviewd-section .cwsMostviewed .products-grid.grid6 .product-item.item .product-item-inner.style4 .action.tocompare:before,
  .bestseller-product.cwsBestSeller .products-grid.grid6 .product-item.item .product-item-inner.style4 .action.tocompare:before,
  .cwsFeatured .products-grid.grid2 .product-item.item .product-item-inner.style4 .stock:before,
  .cwsNewProducts .products-grid.grid2 .product-item.item .product-item-inner.style4 .stock:before,
  .mostviewd-section .cwsMostviewed .products-grid.grid2 .product-item.item .product-item-inner.style4 .stock:before,
  .bestseller-product.cwsBestSeller .products-grid.grid2 .product-item.item .product-item-inner.style4 .stock:before,
  .cwsFeatured .products-grid.grid3 .product-item.item .product-item-inner.style4 .stock:before,
  .cwsNewProducts .products-grid.grid3 .product-item.item .product-item-inner.style4 .stock:before,
  .mostviewd-section .cwsMostviewed .products-grid.grid3 .product-item.item .product-item-inner.style4 .stock:before,
  .bestseller-product.cwsBestSeller .products-grid.grid3 .product-item.item .product-item-inner.style4 .stock:before,
  .cwsFeatured .products-grid.grid4 .product-item.item .product-item-inner.style4 .stock:before,
  .cwsNewProducts .products-grid.grid4 .product-item.item .product-item-inner.style4 .stock:before,
  .mostviewd-section .cwsMostviewed .products-grid.grid4 .product-item.item .product-item-inner.style4 .stock:before,
  .bestseller-product.cwsBestSeller .products-grid.grid4 .product-item.item .product-item-inner.style4 .stock:before,
  .cwsFeatured .products-grid.grid5 .product-item.item .product-item-inner.style4 .stock:before,
  .cwsNewProducts .products-grid.grid5 .product-item.item .product-item-inner.style4 .stock:before,
  .mostviewd-section .cwsMostviewed .products-grid.grid5 .product-item.item .product-item-inner.style4 .stock:before,
  .bestseller-product.cwsBestSeller .products-grid.grid5 .product-item.item .product-item-inner.style4 .stock:before,
  .cwsFeatured .products-grid.grid6 .product-item.item .product-item-inner.style4 .stock:before,
  .cwsNewProducts .products-grid.grid6 .product-item.item .product-item-inner.style4 .stock:before,
  .mostviewd-section .cwsMostviewed .products-grid.grid6 .product-item.item .product-item-inner.style4 .stock:before,
  .bestseller-product.cwsBestSeller .products-grid.grid6 .product-item.item .product-item-inner.style4 .stock:before {
    font-size: 14px;
    height: 25px;
    line-height: 25px;
  }
  .cwsFeatured .products-grid.grid2 .product-item.item .timer-product #timer-countbox .countdown-section,
  .cwsNewProducts .products-grid.grid2 .product-item.item .timer-product #timer-countbox .countdown-section,
  .mostviewd-section .cwsMostviewed .products-grid.grid2 .product-item.item .timer-product #timer-countbox .countdown-section,
  .bestseller-product.cwsBestSeller .products-grid.grid2 .product-item.item .timer-product #timer-countbox .countdown-section,
  .cwsFeatured .products-grid.grid3 .product-item.item .timer-product #timer-countbox .countdown-section,
  .cwsNewProducts .products-grid.grid3 .product-item.item .timer-product #timer-countbox .countdown-section,
  .mostviewd-section .cwsMostviewed .products-grid.grid3 .product-item.item .timer-product #timer-countbox .countdown-section,
  .bestseller-product.cwsBestSeller .products-grid.grid3 .product-item.item .timer-product #timer-countbox .countdown-section,
  .cwsFeatured .products-grid.grid4 .product-item.item .timer-product #timer-countbox .countdown-section,
  .cwsNewProducts .products-grid.grid4 .product-item.item .timer-product #timer-countbox .countdown-section,
  .mostviewd-section .cwsMostviewed .products-grid.grid4 .product-item.item .timer-product #timer-countbox .countdown-section,
  .bestseller-product.cwsBestSeller .products-grid.grid4 .product-item.item .timer-product #timer-countbox .countdown-section,
  .cwsFeatured .products-grid.grid5 .product-item.item .timer-product #timer-countbox .countdown-section,
  .cwsNewProducts .products-grid.grid5 .product-item.item .timer-product #timer-countbox .countdown-section,
  .mostviewd-section .cwsMostviewed .products-grid.grid5 .product-item.item .timer-product #timer-countbox .countdown-section,
  .bestseller-product.cwsBestSeller .products-grid.grid5 .product-item.item .timer-product #timer-countbox .countdown-section,
  .cwsFeatured .products-grid.grid6 .product-item.item .timer-product #timer-countbox .countdown-section,
  .cwsNewProducts .products-grid.grid6 .product-item.item .timer-product #timer-countbox .countdown-section,
  .mostviewd-section .cwsMostviewed .products-grid.grid6 .product-item.item .timer-product #timer-countbox .countdown-section,
  .bestseller-product.cwsBestSeller .products-grid.grid6 .product-item.item .timer-product #timer-countbox .countdown-section {
    width: 35px;
    padding: 4px 0 !important;
    line-height: 16px;
  }
  .cwsFeatured .products-grid.grid2 .product-item.item .timer-product #timer-countbox .countdown-section .countdown-amount,
  .cwsNewProducts .products-grid.grid2 .product-item.item .timer-product #timer-countbox .countdown-section .countdown-amount,
  .mostviewd-section .cwsMostviewed .products-grid.grid2 .product-item.item .timer-product #timer-countbox .countdown-section .countdown-amount,
  .bestseller-product.cwsBestSeller .products-grid.grid2 .product-item.item .timer-product #timer-countbox .countdown-section .countdown-amount,
  .cwsFeatured .products-grid.grid3 .product-item.item .timer-product #timer-countbox .countdown-section .countdown-amount,
  .cwsNewProducts .products-grid.grid3 .product-item.item .timer-product #timer-countbox .countdown-section .countdown-amount,
  .mostviewd-section .cwsMostviewed .products-grid.grid3 .product-item.item .timer-product #timer-countbox .countdown-section .countdown-amount,
  .bestseller-product.cwsBestSeller .products-grid.grid3 .product-item.item .timer-product #timer-countbox .countdown-section .countdown-amount,
  .cwsFeatured .products-grid.grid4 .product-item.item .timer-product #timer-countbox .countdown-section .countdown-amount,
  .cwsNewProducts .products-grid.grid4 .product-item.item .timer-product #timer-countbox .countdown-section .countdown-amount,
  .mostviewd-section .cwsMostviewed .products-grid.grid4 .product-item.item .timer-product #timer-countbox .countdown-section .countdown-amount,
  .bestseller-product.cwsBestSeller .products-grid.grid4 .product-item.item .timer-product #timer-countbox .countdown-section .countdown-amount,
  .cwsFeatured .products-grid.grid5 .product-item.item .timer-product #timer-countbox .countdown-section .countdown-amount,
  .cwsNewProducts .products-grid.grid5 .product-item.item .timer-product #timer-countbox .countdown-section .countdown-amount,
  .mostviewd-section .cwsMostviewed .products-grid.grid5 .product-item.item .timer-product #timer-countbox .countdown-section .countdown-amount,
  .bestseller-product.cwsBestSeller .products-grid.grid5 .product-item.item .timer-product #timer-countbox .countdown-section .countdown-amount,
  .cwsFeatured .products-grid.grid6 .product-item.item .timer-product #timer-countbox .countdown-section .countdown-amount,
  .cwsNewProducts .products-grid.grid6 .product-item.item .timer-product #timer-countbox .countdown-section .countdown-amount,
  .mostviewd-section .cwsMostviewed .products-grid.grid6 .product-item.item .timer-product #timer-countbox .countdown-section .countdown-amount,
  .bestseller-product.cwsBestSeller .products-grid.grid6 .product-item.item .timer-product #timer-countbox .countdown-section .countdown-amount {
    font-size: 11px;
  }
  .cwsFeatured .products-grid.grid2 .product-item.item .timer-product #timer-countbox .countdown-section .countdown-period,
  .cwsNewProducts .products-grid.grid2 .product-item.item .timer-product #timer-countbox .countdown-section .countdown-period,
  .mostviewd-section .cwsMostviewed .products-grid.grid2 .product-item.item .timer-product #timer-countbox .countdown-section .countdown-period,
  .bestseller-product.cwsBestSeller .products-grid.grid2 .product-item.item .timer-product #timer-countbox .countdown-section .countdown-period,
  .cwsFeatured .products-grid.grid3 .product-item.item .timer-product #timer-countbox .countdown-section .countdown-period,
  .cwsNewProducts .products-grid.grid3 .product-item.item .timer-product #timer-countbox .countdown-section .countdown-period,
  .mostviewd-section .cwsMostviewed .products-grid.grid3 .product-item.item .timer-product #timer-countbox .countdown-section .countdown-period,
  .bestseller-product.cwsBestSeller .products-grid.grid3 .product-item.item .timer-product #timer-countbox .countdown-section .countdown-period,
  .cwsFeatured .products-grid.grid4 .product-item.item .timer-product #timer-countbox .countdown-section .countdown-period,
  .cwsNewProducts .products-grid.grid4 .product-item.item .timer-product #timer-countbox .countdown-section .countdown-period,
  .mostviewd-section .cwsMostviewed .products-grid.grid4 .product-item.item .timer-product #timer-countbox .countdown-section .countdown-period,
  .bestseller-product.cwsBestSeller .products-grid.grid4 .product-item.item .timer-product #timer-countbox .countdown-section .countdown-period,
  .cwsFeatured .products-grid.grid5 .product-item.item .timer-product #timer-countbox .countdown-section .countdown-period,
  .cwsNewProducts .products-grid.grid5 .product-item.item .timer-product #timer-countbox .countdown-section .countdown-period,
  .mostviewd-section .cwsMostviewed .products-grid.grid5 .product-item.item .timer-product #timer-countbox .countdown-section .countdown-period,
  .bestseller-product.cwsBestSeller .products-grid.grid5 .product-item.item .timer-product #timer-countbox .countdown-section .countdown-period,
  .cwsFeatured .products-grid.grid6 .product-item.item .timer-product #timer-countbox .countdown-section .countdown-period,
  .cwsNewProducts .products-grid.grid6 .product-item.item .timer-product #timer-countbox .countdown-section .countdown-period,
  .mostviewd-section .cwsMostviewed .products-grid.grid6 .product-item.item .timer-product #timer-countbox .countdown-section .countdown-period,
  .bestseller-product.cwsBestSeller .products-grid.grid6 .product-item.item .timer-product #timer-countbox .countdown-section .countdown-period {
    font-size: 11px;
  }
  .guaranteed-safe-checkout h4 {
    font-size: 14px;
  }
  .boxed-layout-posh {
    padding: 0 15px;
  }
  .boxed-layout-posh .header-1.header-fluid > .container,
  .boxed-layout-posh .header-2 .container {
    padding-left: 0;
    padding-right: 0;
  }
  .boxed-layout-posh .header-2 .nav-toggle {
    margin-right: 10px;
  }
  .boxed-layout-posh .header-2 .search-toggle {
    padding-right: 15px;
  }
  .boxed-layout-posh .page-wrapper {
    padding: 0 15px !important;
  }
  .boxed-layout-posh .header-3 .logo-grid.w20 {
    width: 40%;
  }
  .boxed-layout-posh .header-3 .nav-toggle {
    width: 30%;
  }
  .boxed-layout-posh .header-3 .header-right.w20 {
    width: 30%;
  }
  .boxed-layout-posh .header-3 .search-toggle {
    padding-right: 10px;
  }
  .boxed-layout-posh .header-8 .logo-grid {
    -webkit-flex: 3;
    flex: 3;
    -ms-flex: 3;
  }
  .boxed-layout-posh .header-8 .header-right {
    max-width: 37%;
  }
  .product-items.hover-style8 .product-item .action.tocart.primary:before {
    padding-right: 0;
  }
  .product-items.hover-style8 .product-item .action.tocart.primary span {
    display: none;
  }
  .header-9 .logo {
    max-width: 100px;
  }
  .header-9 .top-header .phone-no,
  .header-9 .top-header .email-address {
    font-size: 12px;
  }
  .footer-7 .footer-newsletter-row {
    padding: 20px 0;
  }
  .footer-7 .footer-newsletter-row .block.newsletter {
    display: block;
  }
  .footer-7 .footer-newsletter-row .block.newsletter .title-section {
    display: block;
    text-align: center;
  }
  .footer-7 .footer-newsletter-row .block.newsletter .content {
    display: block;
  }
  .header-8 .header.content {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .header-8-store-feature.store-feature li {
    width: 50% !important;
    margin-bottom: 0 !important;
    padding: 6px !important;
  }
  .header-8-store-feature.store-feature li:nth-of-type(3),
  .header-8-store-feature.store-feature li:nth-of-type(4) {
    padding-top: 0 !important;
  }
  .header-8-store-feature.store-feature p span {
    margin-top: 0;
    top: 0;
  }
  .product-add-form .box-tocart .actions .action.primary,
  .product-add-form .box-tocart .actions .amshopby-button,
  .product-add-form .box-tocart .actions .am-filter-go {
    width: 100%;
  }
  .cartDetails .product-add-form .box-tocart .action.ajaxproduct,
  .cartDetails .product-add-form .box-tocart .buynow-button {
    width: 100% !important;
    margin-bottom: 10px !important;
  }
  .cartDetails .product-info-main .box-tocart .actions .action.primary,
  .cartDetails .product-options-bottom .box-tocart .actions .action.primary,
  .cartDetails .product-info-main .box-tocart .buynow-button .action.secondary,
  .cartDetails .product-options-bottom .box-tocart .buynow-button .action.secondary,
  .cartDetails .product-info-main .box-tocart .actions .amshopby-button,
  .cartDetails .product-options-bottom .box-tocart .actions .amshopby-button,
  .cartDetails .product-info-main .box-tocart .actions .am-filter-go,
  .cartDetails .product-options-bottom .box-tocart .actions .am-filter-go {
    font-size: 18px;
  }
  .products-grid .product-item {
    margin-bottom: 10px;
  }
  .header-7 .top-header .social-header {
    display: none;
  }
  .header-7 .top-header .phone-no {
    float: none;
    text-align: center;
  }
  .hidden-xs {
    display: none !important;
  }
  .category-images .category-thumbnail {
    margin-bottom: 10px;
  }
  .slider-style1 .finderProducts {
    padding: 20px;
  }
  .slider-style1 .finderProducts .button-set .subscribe.primary,
  .slider-style1 .finderProducts .button-set .button {
    width: 100%;
    margin: 0;
  }
  .slider-style1 .finderProducts .button-set .subscribe.primary {
    margin-bottom: 10px;
  }
  .slider-style1 .finderProducts .finderDropdowns li.column2,
  .slider-style1 .finderProducts .finderDropdowns li.column3,
  .slider-style1 .finderProducts .finderDropdowns li.column4,
  .slider-style1 .finderProducts .finderDropdowns li.column5 {
    margin-bottom: 10px !important;
  }
  .bxslider > li {
    padding: 10px 30px !important;
  }
  .products-grid .product-item:hover .product-item-inner.style3 .btn-vertical {
    right: 0;
  }
  .cms-index-index #maincontent {
    padding-top: 0;
  }
  .posh-auto-parts-style-3.catalog-product-view .column.main .horizonal-pro-slider .owl-carousel .owl-nav > div.owl-prev {
    left: 0;
  }
  .posh-auto-parts-style-3.catalog-product-view .column.main .horizonal-pro-slider .owl-carousel .owl-nav > div.owl-next {
    right: 0;
  }
  /* Header Style ------------------------------------------------ */
  .header-1 .setting-links,
  .header-1 .search-toggle {
    padding-right: 10px;
  }
  .header-1 .top-header {
    padding: 10px 15px;
  }
  .header-1,
  .header-2,
  .header-3 {
    /* Mobile Sticky Header */
    /* End Mobile Sticky Header  */
  }
  .header-1 .header.content,
  .header-2 .header.content,
  .header-3 .header.content {
    padding: 10px 0;
  }
  .header-1 .logo-grid.w10,
  .header-2 .logo-grid.w10,
  .header-3 .logo-grid.w10 {
    width: 38%;
  }
  .header-1 .logo,
  .header-2 .logo,
  .header-3 .logo {
    max-width: 110px;
  }
  .header-1 .w45,
  .header-2 .w45,
  .header-3 .w45 {
    width: 29%;
  }
  .header-1 .phone-no,
  .header-2 .phone-no,
  .header-3 .phone-no {
    padding: 0;
  }
  .header-1 .phone-no .number,
  .header-2 .phone-no .number,
  .header-3 .phone-no .number {
    display: none;
  }
  .header-1 .social-header ul li,
  .header-2 .social-header ul li,
  .header-3 .social-header ul li {
    margin-right: 10px;
  }
  .header-1 .nav-toggle,
  .header-2 .nav-toggle,
  .header-3 .nav-toggle {
    top: 17px;
  }
  .header-1 .nav-toggle:before,
  .header-2 .nav-toggle:before,
  .header-3 .nav-toggle:before {
    font-size: 20px;
  }
  .header-1 .minicart .minicart-wrapper .action.showcart,
  .header-2 .minicart .minicart-wrapper .action.showcart,
  .header-3 .minicart .minicart-wrapper .action.showcart {
    white-space: normal;
  }
  .header-1 .minicart .minicart-wrapper .block-minicart,
  .header-2 .minicart .minicart-wrapper .block-minicart,
  .header-3 .minicart .minicart-wrapper .block-minicart {
    right: -10px;
    width: 295px;
  }
  .header-1 .minicart .minicart-wrapper .action.showcart:before,
  .header-2 .minicart .minicart-wrapper .action.showcart:before,
  .header-3 .minicart .minicart-wrapper .action.showcart:before {
    display: none;
  }
  .header-1 .minicart .minicart-wrapper .action.showcart .counter.qty,
  .header-2 .minicart .minicart-wrapper .action.showcart .counter.qty,
  .header-3 .minicart .minicart-wrapper .action.showcart .counter.qty {
    left: 0;
  }
  .header-1 .header-search,
  .header-2 .header-search,
  .header-3 .header-search {
    margin-left: 10px;
  }
  .header-1 .block.block-search.ajaxSearch .mbAjaxSearch .label,
  .header-2 .block.block-search.ajaxSearch .mbAjaxSearch .label,
  .header-3 .block.block-search.ajaxSearch .mbAjaxSearch .label,
  .header-1 .block-search .mbAjaxSearch .label,
  .header-2 .block-search .mbAjaxSearch .label,
  .header-3 .block-search .mbAjaxSearch .label {
    font-size: 16px;
    line-height: 34px;
    cursor: pointer;
  }
  .header-1 .block.block-search.ajaxSearch .mbAjaxSearch .label:before,
  .header-2 .block.block-search.ajaxSearch .mbAjaxSearch .label:before,
  .header-3 .block.block-search.ajaxSearch .mbAjaxSearch .label:before,
  .header-1 .block-search .mbAjaxSearch .label:before,
  .header-2 .block-search .mbAjaxSearch .label:before,
  .header-3 .block-search .mbAjaxSearch .label:before {
    width: 35px;
    height: 35px;
    line-height: 34px;
  }
  .header-1 .block.block-search.ajaxSearch .mbAjaxSearch .label.active + .control,
  .header-2 .block.block-search.ajaxSearch .mbAjaxSearch .label.active + .control,
  .header-3 .block.block-search.ajaxSearch .mbAjaxSearch .label.active + .control,
  .header-1 .block-search .mbAjaxSearch .label.active + .control,
  .header-2 .block-search .mbAjaxSearch .label.active + .control,
  .header-3 .block-search .mbAjaxSearch .label.active + .control {
    width: auto;
  }
  .header-1 .mbAjaxSearch div.select-wrapper,
  .header-2 .mbAjaxSearch div.select-wrapper,
  .header-3 .mbAjaxSearch div.select-wrapper,
  .header-1 .mbAjaxSearch .searchField,
  .header-2 .mbAjaxSearch .searchField,
  .header-3 .mbAjaxSearch .searchField {
    display: block;
  }
  .header-1 .mbAjaxSearch span.select-wrapper,
  .header-2 .mbAjaxSearch span.select-wrapper,
  .header-3 .mbAjaxSearch span.select-wrapper {
    width: 100%;
  }
  .header-1 .minicart .minicart-wrapper .action.showcart .counter.qty.empty,
  .header-2 .minicart .minicart-wrapper .action.showcart .counter.qty.empty,
  .header-3 .minicart .minicart-wrapper .action.showcart .counter.qty.empty {
    left: 0;
  }
  .header-1 .minicart .minicart-wrapper .action.showcart:before,
  .header-2 .minicart .minicart-wrapper .action.showcart:before,
  .header-3 .minicart .minicart-wrapper .action.showcart:before {
    width: 40px;
    font-size: 38px;
  }
  .header-1 .header.content.sticky-mobile .minicart .minicart-wrapper .block-minicart,
  .header-2 .header.content.sticky-mobile .minicart .minicart-wrapper .block-minicart,
  .header-3 .header.content.sticky-mobile .minicart .minicart-wrapper .block-minicart {
    right: 0;
  }
  .header-1 .header.content.sticky-mobile .minicart .minicart-wrapper .block-minicart:before,
  .header-2 .header.content.sticky-mobile .minicart .minicart-wrapper .block-minicart:before,
  .header-3 .header.content.sticky-mobile .minicart .minicart-wrapper .block-minicart:before {
    right: 9px;
  }
  .header-3 .logo-grid.w25,
  .header-3 .header-right.w25 {
    width: 42%;
  }
  .header-3 .nav-toggle {
    width: 15%;
  }
  .header-6 .phone-no .number {
    display: none;
  }
  .header-4 .phone-no .number {
    display: none;
  }
  .header-4 .block-search .mbAjaxSearch .label.active + .control {
    padding: 15px 15px 10px;
  }
  .header-4 .minicart .minicart-wrapper .action.showcart {
    white-space: normal;
  }
  .header-4 .minicart .minicart-wrapper .block-minicart {
    right: -10px;
    width: 295px;
  }
  .header-4 .minicart .minicart-wrapper .action.showcart:before {
    display: none;
  }
  .header-4 .minicart .minicart-wrapper .action.showcart .counter.qty {
    left: 0;
  }
  .header-2 .nav-toggle {
    margin-right: 15px;
  }
  .header-5 .header.content {
    padding: 10px 0;
  }
  .header-5 .top-header .phone-no .number {
    display: none;
  }
  .header-5 .top-header .social-header ul li {
    margin-right: 10px;
  }
  .header-5 .minicart .minicart-wrapper .action.showcart {
    white-space: normal;
  }
  .header-5 .minicart .minicart-wrapper .block-minicart {
    right: -10px;
    width: 295px;
  }
  .header-5 .minicart .minicart-wrapper .action.showcart:before {
    display: none;
  }
  .header-5 .minicart .minicart-wrapper .action.showcart .counter.qty {
    left: 0;
  }
  .header-6 .w20 {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -o-align-items: center;
    align-items: center;
    flex-basis: 56%;
    -ms-flex-basis: 56%;
    -webkit-flex-basis: 56%;
  }
  .header-6 .logo-grid.w20 {
    padding-left: 50px;
  }
  .header-6 .header-center {
    flex-basis: calc(44% - 92px);
    -ms-flex-basis: calc(44% - 92px);
    -webkit-flex-basis: calc(44% - 92px);
  }
  .header-6 .block.block-search.ajaxSearch {
    padding-left: 15px;
  }
  .header-6 .ymm-header .ymm-title h2 {
    font-size: 13px;
    padding: 6px;
  }
  .header-6 .nav-toggle {
    margin-right: 10px;
  }
  .header-6 .nav-toggle:before {
    font-size: 17px;
  }
  .header-6 .ymm-header .finderProducts.horizontal {
    padding: 20px;
  }
  .header-6 .ymm-header .finderProducts.horizontal .container {
    padding-left: 0;
    padding-right: 0;
  }
  .header-6 .ymm-header .finderProducts.horizontal .display-table-cell {
    margin-top: 0;
  }
  .header-6 .ymm-header .finderProducts.horizontal h3 {
    margin-bottom: 10px;
  }
  .header-6 .ymm-header .finderProducts.horizontal .finderDropdowns li {
    width: 100%;
    padding-right: 0;
  }
  #notification_slider .bxslider > li {
    padding: 7px 20px !important;
  }
  .mbAjaxSearch div.select-wrapper,
  .mbAjaxSearch .searchField {
    display: block;
  }
  .search-drawer .mbAjaxSearch #search {
    font-size: 16px;
  }
  .mbAjaxSearch span.select-wrapper {
    width: 100%;
  }
  .search-drawer .close {
    right: 12px;
  }
  /* End Header Style -------------------------------------------- */
  .page-title-wrap {
    padding: 15px 0;
  }
  .page-title-wrap .page-title {
    font-size: 2.6rem;
  }
  .page-title-wrap .breadcrumbs {
    padding: 5px 0 0;
  }
  .cms-posh-home-page-style-3.topbar-visible .cwsSlider {
    padding-top: 105px;
  }
  .cms-posh-home-page-style-3 .cwsSlider {
    padding-top: 65px;
  }
  .store-feature .store-features-home h3 {
    font-size: 15px;
  }
  .store-feature .icon {
    font-size: 30px;
  }
  /* Posh Home Style-1 --------------------------------------------- */
  .posh-auto-parts-style-1.page-layout-2columns-left .sidebar .finderProducts.vertical button,
  .posh-auto-parts-style-1.page-layout-2columns-left .sidebar .finderProducts.vertical .cart.table-wrapper .actions-toolbar > .action,
  .posh-auto-parts-style-1.page-layout-2columns-left .sidebar .finderProducts.vertical .action-gift {
    width: 47%;
  }
  .posh-auto-parts-style-1 .search-drawer .block-search,
  .posh-auto-parts-style-2 .search-drawer .block-search,
  .posh-auto-parts-style-3 .search-drawer .block-search,
  .posh-auto-parts-style-4 .search-drawer .block-search,
  .posh-auto-parts-style-5 .search-drawer .block-search {
    width: 100%;
  }
  .posh-auto-parts-style-1 .mbAjaxSearch div.select-wrapper,
  .posh-auto-parts-style-2 .mbAjaxSearch div.select-wrapper,
  .posh-auto-parts-style-3 .mbAjaxSearch div.select-wrapper,
  .posh-auto-parts-style-4 .mbAjaxSearch div.select-wrapper,
  .posh-auto-parts-style-5 .mbAjaxSearch div.select-wrapper,
  .posh-auto-parts-style-1 .mbAjaxSearch .searchField,
  .posh-auto-parts-style-2 .mbAjaxSearch .searchField,
  .posh-auto-parts-style-3 .mbAjaxSearch .searchField,
  .posh-auto-parts-style-4 .mbAjaxSearch .searchField,
  .posh-auto-parts-style-5 .mbAjaxSearch .searchField {
    display: block;
  }
  .posh-auto-parts-style-1 .mbAjaxSearch span.select-wrapper,
  .posh-auto-parts-style-2 .mbAjaxSearch span.select-wrapper,
  .posh-auto-parts-style-3 .mbAjaxSearch span.select-wrapper,
  .posh-auto-parts-style-4 .mbAjaxSearch span.select-wrapper,
  .posh-auto-parts-style-5 .mbAjaxSearch span.select-wrapper {
    width: 100%;
  }
  .posh-auto-parts-style-1 .mbAjaxSearch span.select-wrapper .holder:after,
  .posh-auto-parts-style-2 .mbAjaxSearch span.select-wrapper .holder:after,
  .posh-auto-parts-style-3 .mbAjaxSearch span.select-wrapper .holder:after,
  .posh-auto-parts-style-4 .mbAjaxSearch span.select-wrapper .holder:after,
  .posh-auto-parts-style-5 .mbAjaxSearch span.select-wrapper .holder:after {
    position: absolute;
    right: 10px;
    z-index: 999;
    top: 15px;
  }
  .posh-auto-parts-style-1 .search-drawer .mbAjaxSearch #search,
  .posh-auto-parts-style-2 .search-drawer .mbAjaxSearch #search,
  .posh-auto-parts-style-3 .search-drawer .mbAjaxSearch #search,
  .posh-auto-parts-style-4 .search-drawer .mbAjaxSearch #search,
  .posh-auto-parts-style-5 .search-drawer .mbAjaxSearch #search {
    margin-bottom: 15px;
    font-size: 14px;
    padding-left: 5px;
  }
  .posh-auto-parts-style-1 .search-drawer .close,
  .posh-auto-parts-style-2 .search-drawer .close,
  .posh-auto-parts-style-3 .search-drawer .close,
  .posh-auto-parts-style-4 .search-drawer .close,
  .posh-auto-parts-style-5 .search-drawer .close {
    right: 0;
    padding: 5px;
  }
  .posh-auto-parts-style-1 .posh1-home-section.brands-slider-home .owl-carousel .owl-stage-outer,
  .posh-auto-parts-style-2 .posh1-home-section.brands-slider-home .owl-carousel .owl-stage-outer,
  .posh-auto-parts-style-3 .posh1-home-section.brands-slider-home .owl-carousel .owl-stage-outer,
  .posh-auto-parts-style-4 .posh1-home-section.brands-slider-home .owl-carousel .owl-stage-outer,
  .posh-auto-parts-style-5 .posh1-home-section.brands-slider-home .owl-carousel .owl-stage-outer {
    margin: 0;
  }
  .posh-auto-parts-style-1 .posh1-home-section.brands-slider-home .owl-carousel .owl-item,
  .posh-auto-parts-style-2 .posh1-home-section.brands-slider-home .owl-carousel .owl-item,
  .posh-auto-parts-style-3 .posh1-home-section.brands-slider-home .owl-carousel .owl-item,
  .posh-auto-parts-style-4 .posh1-home-section.brands-slider-home .owl-carousel .owl-item,
  .posh-auto-parts-style-5 .posh1-home-section.brands-slider-home .owl-carousel .owl-item {
    text-align: center;
  }
  .posh-auto-parts-style-1 .slider-section-home .posh1-home-section .owl-carousel .owl-nav .owl-prev,
  .posh-auto-parts-style-2 .slider-section-home .posh1-home-section .owl-carousel .owl-nav .owl-prev,
  .posh-auto-parts-style-3 .slider-section-home .posh1-home-section .owl-carousel .owl-nav .owl-prev,
  .posh-auto-parts-style-4 .slider-section-home .posh1-home-section .owl-carousel .owl-nav .owl-prev,
  .posh-auto-parts-style-5 .slider-section-home .posh1-home-section .owl-carousel .owl-nav .owl-prev {
    left: 0;
  }
  .posh-auto-parts-style-1 .slider-section-home .posh1-home-section .owl-carousel .owl-nav .owl-next,
  .posh-auto-parts-style-2 .slider-section-home .posh1-home-section .owl-carousel .owl-nav .owl-next,
  .posh-auto-parts-style-3 .slider-section-home .posh1-home-section .owl-carousel .owl-nav .owl-next,
  .posh-auto-parts-style-4 .slider-section-home .posh1-home-section .owl-carousel .owl-nav .owl-next,
  .posh-auto-parts-style-5 .slider-section-home .posh1-home-section .owl-carousel .owl-nav .owl-next {
    right: 0;
  }
  .posh-auto-parts-style-1 .cwsSlider.defaultTheme .pagerBelow .cws-pager,
  .posh-auto-parts-style-2 .cwsSlider.defaultTheme .pagerBelow .cws-pager,
  .posh-auto-parts-style-3 .cwsSlider.defaultTheme .pagerBelow .cws-pager,
  .posh-auto-parts-style-4 .cwsSlider.defaultTheme .pagerBelow .cws-pager,
  .posh-auto-parts-style-5 .cwsSlider.defaultTheme .pagerBelow .cws-pager {
    bottom: 0;
  }
  .posh-auto-parts-style-1 .cws-arw a,
  .posh-auto-parts-style-2 .cws-arw a,
  .posh-auto-parts-style-3 .cws-arw a,
  .posh-auto-parts-style-4 .cws-arw a,
  .posh-auto-parts-style-5 .cws-arw a {
    height: 30px;
    width: 20px;
  }
  .posh-auto-parts-style-1 .cws-arw a:before,
  .posh-auto-parts-style-2 .cws-arw a:before,
  .posh-auto-parts-style-3 .cws-arw a:before,
  .posh-auto-parts-style-4 .cws-arw a:before,
  .posh-auto-parts-style-5 .cws-arw a:before {
    font-size: 20px;
    line-height: 38px;
    height: 20px;
    width: 20px;
  }
  .posh-auto-parts-style-1 .maagebees-add ul li,
  .posh-auto-parts-style-2 .maagebees-add ul li,
  .posh-auto-parts-style-3 .maagebees-add ul li,
  .posh-auto-parts-style-4 .maagebees-add ul li,
  .posh-auto-parts-style-5 .maagebees-add ul li {
    margin-bottom: 20px;
  }
  .posh-auto-parts-style-1 .slider-section-home .right,
  .posh-auto-parts-style-2 .slider-section-home .right,
  .posh-auto-parts-style-3 .slider-section-home .right,
  .posh-auto-parts-style-4 .slider-section-home .right,
  .posh-auto-parts-style-5 .slider-section-home .right,
  .posh-auto-parts-style-1 .slider-section-home .left,
  .posh-auto-parts-style-2 .slider-section-home .left,
  .posh-auto-parts-style-3 .slider-section-home .left,
  .posh-auto-parts-style-4 .slider-section-home .left,
  .posh-auto-parts-style-5 .slider-section-home .left {
    width: 100%;
  }
  .posh-auto-parts-style-1 .instagram-outer .view-gallery-btn .action.primary,
  .posh-auto-parts-style-2 .instagram-outer .view-gallery-btn .action.primary,
  .posh-auto-parts-style-3 .instagram-outer .view-gallery-btn .action.primary,
  .posh-auto-parts-style-4 .instagram-outer .view-gallery-btn .action.primary,
  .posh-auto-parts-style-5 .instagram-outer .view-gallery-btn .action.primary,
  .posh-auto-parts-style-1 .instagram-outer .view-gallery-btn .amshopby-button,
  .posh-auto-parts-style-2 .instagram-outer .view-gallery-btn .amshopby-button,
  .posh-auto-parts-style-3 .instagram-outer .view-gallery-btn .amshopby-button,
  .posh-auto-parts-style-4 .instagram-outer .view-gallery-btn .amshopby-button,
  .posh-auto-parts-style-5 .instagram-outer .view-gallery-btn .amshopby-button,
  .posh-auto-parts-style-1 .instagram-outer .view-gallery-btn .am-filter-go,
  .posh-auto-parts-style-2 .instagram-outer .view-gallery-btn .am-filter-go,
  .posh-auto-parts-style-3 .instagram-outer .view-gallery-btn .am-filter-go,
  .posh-auto-parts-style-4 .instagram-outer .view-gallery-btn .am-filter-go,
  .posh-auto-parts-style-5 .instagram-outer .view-gallery-btn .am-filter-go {
    padding: 6px 15px;
    font-size: 14px;
  }
  .posh-auto-parts-style-1 .store-features-home .fa,
  .posh-auto-parts-style-2 .store-features-home .fa,
  .posh-auto-parts-style-3 .store-features-home .fa,
  .posh-auto-parts-style-4 .store-features-home .fa,
  .posh-auto-parts-style-5 .store-features-home .fa {
    font-size: 50px;
  }
  .posh-auto-parts-style-1 .store-features-home h3,
  .posh-auto-parts-style-2 .store-features-home h3,
  .posh-auto-parts-style-3 .store-features-home h3,
  .posh-auto-parts-style-4 .store-features-home h3,
  .posh-auto-parts-style-5 .store-features-home h3 {
    font-size: 1.8rem;
  }
  .posh-auto-parts-style-1 #popup .block.newsletter .field,
  .posh-auto-parts-style-2 #popup .block.newsletter .field,
  .posh-auto-parts-style-3 #popup .block.newsletter .field,
  .posh-auto-parts-style-4 #popup .block.newsletter .field,
  .posh-auto-parts-style-5 #popup .block.newsletter .field,
  .posh-auto-parts-style-1 #popup .block.newsletter .title,
  .posh-auto-parts-style-2 #popup .block.newsletter .title,
  .posh-auto-parts-style-3 #popup .block.newsletter .title,
  .posh-auto-parts-style-4 #popup .block.newsletter .title,
  .posh-auto-parts-style-5 #popup .block.newsletter .title {
    margin-bottom: 10px;
  }
  .posh-auto-parts-style-1 #popup .block.newsletter .detail,
  .posh-auto-parts-style-2 #popup .block.newsletter .detail,
  .posh-auto-parts-style-3 #popup .block.newsletter .detail,
  .posh-auto-parts-style-4 #popup .block.newsletter .detail,
  .posh-auto-parts-style-5 #popup .block.newsletter .detail {
    font-size: 14px;
  }
  .posh-auto-parts-style-1 #popup .block.newsletter .action.primary,
  .posh-auto-parts-style-2 #popup .block.newsletter .action.primary,
  .posh-auto-parts-style-3 #popup .block.newsletter .action.primary,
  .posh-auto-parts-style-4 #popup .block.newsletter .action.primary,
  .posh-auto-parts-style-5 #popup .block.newsletter .action.primary,
  .posh-auto-parts-style-1 #popup .block.newsletter .amshopby-button,
  .posh-auto-parts-style-2 #popup .block.newsletter .amshopby-button,
  .posh-auto-parts-style-3 #popup .block.newsletter .amshopby-button,
  .posh-auto-parts-style-4 #popup .block.newsletter .amshopby-button,
  .posh-auto-parts-style-5 #popup .block.newsletter .amshopby-button,
  .posh-auto-parts-style-1 #popup .block.newsletter .am-filter-go,
  .posh-auto-parts-style-2 #popup .block.newsletter .am-filter-go,
  .posh-auto-parts-style-3 #popup .block.newsletter .am-filter-go,
  .posh-auto-parts-style-4 #popup .block.newsletter .am-filter-go,
  .posh-auto-parts-style-5 #popup .block.newsletter .am-filter-go {
    font-size: 14px;
    padding: 0;
  }
  .posh-auto-parts-style-1 #popup .block.newsletter .actions,
  .posh-auto-parts-style-2 #popup .block.newsletter .actions,
  .posh-auto-parts-style-3 #popup .block.newsletter .actions,
  .posh-auto-parts-style-4 #popup .block.newsletter .actions,
  .posh-auto-parts-style-5 #popup .block.newsletter .actions {
    top: 6px;
  }
  .posh-auto-parts-style-1 #popup .social-icons,
  .posh-auto-parts-style-2 #popup .social-icons,
  .posh-auto-parts-style-3 #popup .social-icons,
  .posh-auto-parts-style-4 #popup .social-icons,
  .posh-auto-parts-style-5 #popup .social-icons {
    margin-top: 0;
    padding-top: 0;
  }
  .posh-auto-parts-style-1 #popup .left,
  .posh-auto-parts-style-2 #popup .left,
  .posh-auto-parts-style-3 #popup .left,
  .posh-auto-parts-style-4 #popup .left,
  .posh-auto-parts-style-5 #popup .left {
    width: 88%;
  }
  .posh-home-page-style-2 .home-slider-style2 .home-slider-right .sml-banner:first-of-type {
    margin-bottom: 15px;
  }
  .posh-home-page-style-2 .home-slider-style2 .home-slider-right {
    padding-left: 13px;
  }
  /* End Posh Home Style-1 ------------------------------------------*/
  .brand.brand-slider-style1 .nav-arrow {
    font-size: 11px;
    width: 29px;
    height: 29px;
    line-height: 31px;
    margin-left: 5px;
  }
  .brand .nav-arrow.nav-arrow-next {
    right: 5px;
  }
  .brand .nav-arrow.nav-arrow-prev {
    left: 0;
  }
  .posh-auto-parts-style-2 .brand .logoSliderLayer ul li {
    margin-right: 15px;
  }
  .product-info-main .update .actions,
  .product-options-bottom .update .actions,
  .product-info-main .box-tocart .actions,
  .product-options-bottom .box-tocart .actions {
    display: block;
    margin-top: 10px;
    width: 100%;
  }
  .product-info-main .update .actions .action.primary,
  .product-options-bottom .update .actions .action.primary,
  .product-info-main .box-tocart .actions .action.primary,
  .product-options-bottom .box-tocart .actions .action.primary,
  .product-info-main .update .actions .amshopby-button,
  .product-options-bottom .update .actions .amshopby-button,
  .product-info-main .box-tocart .actions .amshopby-button,
  .product-options-bottom .box-tocart .actions .amshopby-button,
  .product-info-main .update .actions .am-filter-go,
  .product-options-bottom .update .actions .am-filter-go,
  .product-info-main .box-tocart .actions .am-filter-go,
  .product-options-bottom .box-tocart .actions .am-filter-go {
    width: 100%;
  }
  /* Product With Tabs --------------------------------------------- */
  .product-tabs-slider.mage-ajaxpro-page .load-more-text,
  .product-tabs-grid.mage-ajaxpro-page .load-more-text {
    margin-top: 25px;
  }
  .product-tabs-slider.mage-ajaxpro-page .sidebar-shopby .block-content ol li,
  .product-tabs-grid.mage-ajaxpro-page .sidebar-shopby .block-content ol li {
    padding: 0 5px;
  }
  .product-tabs-slider.mage-ajaxpro-page .sidebar-shopby .block-content ol li a,
  .product-tabs-grid.mage-ajaxpro-page .sidebar-shopby .block-content ol li a {
    font-size: 13px;
  }
  /* End Product With Tabs ----------------------------------------- */
  /* Blog Section ----------------------- */
  .post-list-wrapper .post-list .item {
    margin-bottom: 10px;
  }
  /* Products Listing Style -------------------------------------- */
  .products-grid .product-items-4.product-items .product-item .product-item-inner ul,
  .products-grid .product-item .product-item-inner ul {
    padding: 0;
  }
  .products-grid .product-items-4.product-items .product-item .product-item-inner.style4 ul > li,
  .products-grid .product-item .product-item-inner.style4 ul > li {
    padding: 0 1px;
  }
  .products-grid .product-items-4.product-items .product-item .product-item-inner.style4 .magebees_quickview,
  .products-grid .product-item .product-item-inner.style4 .magebees_quickview,
  .products-grid .product-items-4.product-items .product-item .product-item-inner.style4 .action.tocart.primary,
  .products-grid .product-item .product-item-inner.style4 .action.tocart.primary,
  .products-grid .product-items-4.product-items .product-item .product-item-inner.style4 .action.towishlist,
  .products-grid .product-item .product-item-inner.style4 .action.towishlist,
  .products-grid .product-items-4.product-items .product-item .product-item-inner.style4 .action.tocompare,
  .products-grid .product-item .product-item-inner.style4 .action.tocompare,
  .products-grid .product-items-4.product-items .product-item .product-item-inner.style4 .stock.available,
  .products-grid .product-item .product-item-inner.style4 .stock.available,
  .products-grid .product-items-4.product-items .product-item .product-item-inner.style4 .stock.unavailable,
  .products-grid .product-item .product-item-inner.style4 .stock.unavailable {
    width: 30px;
    height: 30px;
    line-height: 30px;
  }
  .products-grid .product-items-4.product-items .product-item .product-item-inner.style4 .magebees_quickview:before,
  .products-grid .product-item .product-item-inner.style4 .magebees_quickview:before,
  .products-grid .product-items-4.product-items .product-item .product-item-inner.style4 .action.tocart.primary:before,
  .products-grid .product-item .product-item-inner.style4 .action.tocart.primary:before,
  .products-grid .product-items-4.product-items .product-item .product-item-inner.style4 .action.towishlist:before,
  .products-grid .product-item .product-item-inner.style4 .action.towishlist:before,
  .products-grid .product-items-4.product-items .product-item .product-item-inner.style4 .action.tocompare:before,
  .products-grid .product-item .product-item-inner.style4 .action.tocompare:before,
  .products-grid .product-items-4.product-items .product-item .product-item-inner.style4 .stock.available:before,
  .products-grid .product-item .product-item-inner.style4 .stock.available:before,
  .products-grid .product-items-4.product-items .product-item .product-item-inner.style4 .stock.unavailable:before,
  .products-grid .product-item .product-item-inner.style4 .stock.unavailable:before {
    font-size: 14px;
    height: 30px;
    line-height: 30px;
  }
  .products-grid .product-items-4.product-items .product-item .price-box .price,
  .products-grid .product-item .price-box .price {
    font-size: 1.7rem;
  }
  .products-list .product-item {
    padding: 10px;
  }
  .products-list .product-item .product-item-details {
    padding-left: 10px;
  }
  .products-list .product-item .product-item-inner ul > li {
    padding: 0 1px;
  }
  .products-list .product-item .timer-product #timer-countbox .countdown-section {
    width: 40px;
    padding: 2px !important;
    line-height: normal;
  }
  .products-list .product-item .timer-product #timer-countbox .countdown-section .countdown-amount {
    font-size: 11px;
    line-height: normal;
  }
  .products-list .product-item .timer-product #timer-countbox .countdown-section .countdown-period {
    font-size: 10px;
  }
  .products-list .product-item .learn-more {
    margin-bottom: 0;
  }
  .products-list .product-item .product-image-container {
    width: 140px !important;
  }
  .products-list .product-item .product-image-photo {
    display: block;
  }
  .products-list .product-item .product-item-name,
  .products-list .product-item .product.name a {
    line-height: normal;
  }
  .products-list .product-item .swatch-attribute .swatch-option {
    margin-right: 5px;
  }
  .products-list .product-item .swatch-attribute .swatch-option.image {
    width: 30px !important;
    height: 30px !important;
  }
  .products-flex-grid.products-grid .product-items-4.product-items .product-item:nth-of-type(2n+1):not(div) {
    clear: left;
  }
  .products-flex-grid.products-grid .product-items-4.product-items .product-item .product-item-inner.style4 ul > li {
    padding: 0 1px;
  }
  .products-flex-grid.products-grid .product-items-4.product-items .product-item .product-item-inner.style4 .magebees_quickview,
  .products-flex-grid.products-grid .product-items-4.product-items .product-item .product-item-inner.style4 .action.tocart.primary,
  .products-flex-grid.products-grid .product-items-4.product-items .product-item .product-item-inner.style4 .action.towishlist,
  .products-flex-grid.products-grid .product-items-4.product-items .product-item .product-item-inner.style4 .action.tocompare,
  .products-flex-grid.products-grid .product-items-4.product-items .product-item .product-item-inner.style4 .stock.available,
  .products-flex-grid.products-grid .product-items-4.product-items .product-item .product-item-inner.style4 .stock.unavailable {
    width: 30px;
    height: 30px;
    line-height: 30px;
  }
  .products-flex-grid.products-grid .product-items-4.product-items .product-item .product-item-inner.style4 .magebees_quickview:before,
  .products-flex-grid.products-grid .product-items-4.product-items .product-item .product-item-inner.style4 .action.tocart.primary:before,
  .products-flex-grid.products-grid .product-items-4.product-items .product-item .product-item-inner.style4 .action.towishlist:before,
  .products-flex-grid.products-grid .product-items-4.product-items .product-item .product-item-inner.style4 .action.tocompare:before,
  .products-flex-grid.products-grid .product-items-4.product-items .product-item .product-item-inner.style4 .stock.available:before,
  .products-flex-grid.products-grid .product-items-4.product-items .product-item .product-item-inner.style4 .stock.unavailable:before {
    font-size: 14px;
    height: 30px;
    line-height: 30px;
  }
  /* End Products Listing Style ------------------------------------- */
  /* Store Feature Styles ---------------------------------------- */
  .store-feature.store-feature-style1 .info-area .info-icon {
    width: 60px;
  }
  .store-feature .store-features-home h3 {
    font-size: 15px;
  }
  .store-feature .store-features-home li {
    width: 100%;
    margin-bottom: 10px;
    padding: 0;
  }
  .store-feature .store-features-home li:last-of-type {
    margin-bottom: 0;
  }
  .store-feature.store-feature-style3 .store-features-home li {
    width: 100%;
    margin-right: 0;
    padding: 15px;
  }
  /* End Store Feature Styles ------------------------------------ */
  /* Newproduct Slider With Grid Styles -------------------------- */
  .newproduct-section.newproduct-listmode .product-items .product-item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
  }
  .newproduct-section.newproduct-listmode .product-items .product-item .product-item-photo {
    width: 80px;
  }
  .newproduct-section.newproduct-listmode .product-items .product-item .product-item-details {
    margin-left: 95px;
  }
  .newproduct-section .cwsNew .products-grid.grid4 .item {
    width: 49%;
  }
  .newproduct-section .cwsNew .products-grid.grid4 .item:nth-child(3n) {
    margin-right: 2%;
  }
  .newproduct-section .cwsNew .products-grid.grid4 .item:nth-child(2n) {
    margin-right: 0;
  }
  .newproduct-section .cwsNew .products-grid.grid5 .item {
    width: 49%;
  }
  .newproduct-section .cwsNew .products-grid.grid5 .item:nth-child(3n) {
    margin-right: 2%;
  }
  .newproduct-section .cwsNew .products-grid.grid5 .item:nth-child(2n) {
    margin-right: 0;
  }
  .newproduct-section .cwsNew .products-grid.grid6 .item {
    width: 49%;
  }
  .newproduct-section .cwsNew .products-grid.grid6 .item:nth-child(3n) {
    margin-right: 2%;
  }
  .newproduct-section .cwsNew .products-grid.grid6 .item:nth-child(2n) {
    margin-right: 0;
  }
  /* End Newproduct Slider With Grid Styles ----------------------- */
  /* Category With Image Home Section ----------------------------- */
  .category-images .category-item:hover .category-onhover,
  .category-images .category-item .category-onhover {
    height: auto;
    padding: 5px;
  }
  .category-images .category-item .category-title .title {
    font-size: 14px;
    line-height: normal;
  }
  .category-images .category-item .sort-detail,
  .category-images .category-item .category-btn {
    display: none;
  }
  .category-images.category-images-style1 .category-item .category-title .title {
    font-size: 14px;
    line-height: 20px;
  }
  .category-images .category-items-5 .category-item {
    width: 49%;
  }
  .category-images .category-items-5 .category-item:nth-child(3n) {
    margin-right: 2%;
  }
  .category-images .category-items-5 .category-item:nth-child(2n) {
    margin-right: 0;
  }
  .category-images .category-items-5 .category-item:nth-child(2n+1) {
    clear: left;
  }
  .category-images .category-items-5 .category-item:nth-child(3n+1) {
    clear: none;
  }
  .category-images .category-items-5 .category-item:hover .category-onhover,
  .category-images .category-items-5 .category-item .category-onhover {
    height: auto;
    padding: 5px;
  }
  .category-images .category-items-5 .category-item .category-title .title {
    font-size: 14px;
    line-height: normal;
  }
  /* End Category With Image Home Section ------------ */
  /* End Category With Image Home Section ------------ */
  .bestseller-product.cwsBestSeller .products-grid.grid4 .item {
    width: 49%;
  }
  .bestseller-product.cwsBestSeller .products-grid.grid4 .item:nth-child(3n) {
    margin-right: 2%;
  }
  .bestseller-product.cwsBestSeller .products-grid.grid4 .item:nth-child(2n) {
    margin-right: 0;
  }
  .bestseller-product.cwsBestSeller .products-grid.grid5 .item {
    width: 49%;
  }
  .bestseller-product.cwsBestSeller .products-grid.grid5 .item:nth-child(3n) {
    margin-right: 2%;
  }
  .bestseller-product.cwsBestSeller .products-grid.grid5 .item:nth-child(2n) {
    margin-right: 0;
  }
  .bestseller-product.cwsBestSeller .products-grid.grid6 .item {
    width: 49%;
  }
  .bestseller-product.cwsBestSeller .products-grid.grid6 .item:nth-child(3n) {
    margin-right: 2%;
  }
  .bestseller-product.cwsBestSeller .products-grid.grid6 .item:nth-child(2n) {
    margin-right: 0;
  }
  /* End Category With Image Home Section ------------ */
  .catalog-product-view .column.main .block.related .section-title,
  .catalog-product-view .column.main .horizonal-pro-slider .section-title,
  .catalog-product-view .column.main .block-viewed-products-grid .section-title {
    margin-bottom: 20px;
    text-align: center;
    padding-right: 0;
  }
  .catalog-product-view .column.main .block.related .section-title .title,
  .catalog-product-view .column.main .horizonal-pro-slider .section-title .title,
  .catalog-product-view .column.main .block-viewed-products-grid .section-title .title {
    margin-bottom: 0;
    text-align: center;
  }
  .catalog-product-view .column.main .block.related .section-title .block-actions,
  .catalog-product-view .column.main .horizonal-pro-slider .section-title .block-actions,
  .catalog-product-view .column.main .block-viewed-products-grid .section-title .block-actions,
  .catalog-product-view .column.main .block.related .section-title .sort-detail,
  .catalog-product-view .column.main .horizonal-pro-slider .section-title .sort-detail,
  .catalog-product-view .column.main .block-viewed-products-grid .section-title .sort-detail {
    text-align: center;
  }
  .catalog-product-view .column.main .horizonal-pro-slider .owl-carousel .owl-nav {
    width: 100%;
    top: 50%;
    right: auto;
    margin-top: -20px;
    opacity: 0.7;
  }
  .catalog-product-view .column.main .horizonal-pro-slider .owl-carousel .owl-nav > div.owl-next {
    right: 0;
  }
  .catalog-product-view .column.main .horizonal-pro-slider .owl-carousel .owl-nav > div.owl-prev {
    left: 0;
  }
  .page-layout-1column.catalog-category-view .products-list .product-item .product-item-inner,
  .catalogsearch-result-index .products-list .product-item .product-item-inner {
    width: 100%;
  }
  .login-container .block .block-title {
    padding: 10px 20px;
    margin-bottom: 10px;
  }
  .login-container .block .block-title strong {
    font-size: 1.8rem;
  }
  .login-container .block .block-content {
    padding-top: 0;
  }
  .login-container .fieldset:after {
    margin-top: 15px;
  }
  .column.main .toolbar-products .sorter-options {
    font-size: 12px;
  }
  .column.main .toolbar-products .modes {
    padding-right: 10px;
  }
  /* Product Detail Page */
  .catalog-product-view.page-layout-1column .product-add-form .box-tocart .actions,
  .catalog-product-view.page-layout-1column .product-add-form .update .actions {
    width: 100%;
  }
  .page-layout-1column .product.media .store-feature li {
    width: 100%;
    padding-bottom: 0;
    margin-bottom: 10px !important;
  }
  .page-layout-1column .product.media .store-feature.store-feature-style4 .info-icon {
    width: 30px;
  }
  .page-layout-1column .product.media .store-feature.store-feature-style4 .info-details h3 {
    font-size: 15px;
  }
  .product-info-main .box-tocart .actions .action.primary,
  .product-options-bottom .box-tocart .actions .action.primary,
  .product-info-main .box-tocart .actions .amshopby-button,
  .product-options-bottom .box-tocart .actions .amshopby-button,
  .product-info-main .box-tocart .actions .am-filter-go,
  .product-options-bottom .box-tocart .actions .am-filter-go {
    padding: 10px 14px;
    font-size: 1.6rem;
  }
  .product-info-main .box-tocart .input-text.qty,
  .product-options-bottom .box-tocart .input-text.qty {
    width: 70px;
  }
  .product-info-main label,
  .product-options-bottom label,
  .product-info-main .swatch-attribute-label,
  .product-options-bottom .swatch-attribute-label {
    font-size: 14px;
  }
  .catalog-product-view .column.main .block.related .block-title strong {
    font-size: 2.2rem;
  }
  .product-reviews-summary .reviews-actions a {
    margin-right: 0;
  }
  .product-reviews-summary .reviews-actions .view:after {
    padding-left: 0;
  }
  .product.info.detailed #reviews #review-form .fieldset .review-field-ratings {
    position: relative;
    float: left;
  }
  .product.info.detailed #reviews #review-form .fieldset .review-control-vote:before {
    left: 50px;
  }
  .product.info.detailed #reviews #review-form .review-legend.legend strong {
    margin-left: 0;
  }
  /* Sticky Product Page */
  .sticky-product .sticky-cart-btn {
    position: static;
    margin-top: 0;
    margin-left: 60px;
  }
  .sticky-product .action.primary,
  .sticky-product .amshopby-button,
  .sticky-product .am-filter-go {
    padding: 3px 6px;
    font-size: 12px;
  }
  .sticky-product .sticky-detail .product-name {
    margin: 0;
    font-size: 14px;
  }
  .sticky-product .sticky-price .product-info-stock-sku {
    font-size: 12px;
  }
  .block-cart-failed .action.continue,
  .cart-container .actions .action.continue,
  .cart-container .actions .action.clear,
  .cart-container .actions .action.update {
    width: 100%;
    display: block;
  }
  /* One Page Checkout */
  .magebees-onepage-checkout .modal-popup .secondary {
    display: block;
  }
  .posh-home-page-style-1 .page-title,
  .posh-home-page-style-1 .mageb-checkout-title h1 {
    font-size: 2.2rem;
  }
  .mageb-success-page .data-table td,
  .mageb-success-page .data-table th {
    border: 0;
  }
  /* End One Page Checkout */
  .login-container .block .actions-toolbar .secondary {
    padding-left: 0;
  }
  .login-container .block .actions-toolbar > .primary,
  .login-container .block .actions-toolbar > .secondary {
    padding-left: 0;
  }
  .login-container .fieldset:after {
    text-align: left;
  }
  .mageb-patn-inner .mageb-pattern19 li {
    width: 47.5%;
    margin-right: 5%;
  }
  .mageb-patn-inner .mageb-pattern19 li:nth-child(1),
  .mageb-patn-inner .mageb-pattern19 li:nth-child(6) {
    width: 100%;
    margin-right: 0;
  }
  .mageb-patn-inner .mageb-pattern19 li:nth-child(3),
  .mageb-patn-inner .mageb-pattern19 li:nth-child(5) {
    margin-right: 0;
  }
  .posh-home-page-style-1 #popup.modal-box a.close,
  .posh-home-page-style-2 #popup.modal-box a.close,
  .posh-home-page-style-3 #popup.modal-box a.close {
    right: -5px;
  }
  .posh-home-page-style-1 #popup.modal-box .newsletter-form,
  .posh-home-page-style-2 #popup.modal-box .newsletter-form,
  .posh-home-page-style-3 #popup.modal-box .newsletter-form {
    padding: 10px;
  }
  .posh-home-page-style-1 #popup.modal-box .block.newsletter input,
  .posh-home-page-style-2 #popup.modal-box .block.newsletter input,
  .posh-home-page-style-3 #popup.modal-box .block.newsletter input {
    font-size: 13px;
    height: 38px;
  }
  .posh-home-page-style-1 #popup.modal-box .block.newsletter .action.primary,
  .posh-home-page-style-2 #popup.modal-box .block.newsletter .action.primary,
  .posh-home-page-style-3 #popup.modal-box .block.newsletter .action.primary,
  .posh-home-page-style-1 #popup.modal-box .block.newsletter .amshopby-button,
  .posh-home-page-style-2 #popup.modal-box .block.newsletter .amshopby-button,
  .posh-home-page-style-3 #popup.modal-box .block.newsletter .amshopby-button,
  .posh-home-page-style-1 #popup.modal-box .block.newsletter .am-filter-go,
  .posh-home-page-style-2 #popup.modal-box .block.newsletter .am-filter-go,
  .posh-home-page-style-3 #popup.modal-box .block.newsletter .am-filter-go {
    font-size: 13px;
    height: 38px;
  }
  .posh-home-page-style-1 #popup.modal-box .social-icons li a,
  .posh-home-page-style-2 #popup.modal-box .social-icons li a,
  .posh-home-page-style-3 #popup.modal-box .social-icons li a {
    font-size: 13px;
    width: 30px;
    height: 30px;
    line-height: 30px;
  }
  .posh-home-page-style-2 .section-title .title {
    font-size: 20px !important;
    line-height: 30px;
  }
  .posh-home-page-style-2 .mageb-patn-inner .mageb-full-caption h4 {
    font-size: 13px !important;
  }
  /* Today Deal Product --------------------------------------------- */
  .today-deal-timer .product-item-inner ul > li .magebees_quickview,
  .today-deal-timer .product-item-inner ul > li .action {
    font-size: 13px;
  }
  .today-deal-timer .product-item-inner ul > li.wishlist-btn,
  .today-deal-timer .product-item-inner ul > li.compare-btn {
    width: 49%;
  }
  .today-deal-timer .product-item-inner.style3 ul > li.wishlist-btn,
  .today-deal-timer .product-item-inner.style3 ul > li.compare-btn {
    width: 49%;
  }
  .today-deal-timer .product-item-inner.style3 ul > li.compare-btn {
    margin-right: 0;
  }
  .today-deal-timer .product-item-inner.style3 .btn-full .action.tocart.primary {
    font-size: 13px;
  }
  .today-deal-timer .product-item-inner .deal-timer #timer-countbox .countdown-section {
    width: 32% !important;
    min-width: inherit !important;
  }
  .today-deal-timer .product-item-inner .deal-timer #timer-countbox .countdown-section .countdown-amount {
    font-size: 20px !important;
  }
  .today-deal-timer .product-item-inner .deal-timer #timer-countbox .countdown-section .countdown-period {
    font-size: 14px !important;
  }
  /* End Today Deal Product ----------------------------------------- */
  .product-info-main .box-tocart .input-text.qty,
  .product-options-bottom .box-tocart .input-text.qty {
    margin-bottom: 10px;
  }
  .home-blog-post-style-4 .homepost-listing li.item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 15px;
  }
  .home-blog-post-style-4 .homepost-listing li.item .post-image {
    width: 100%;
  }
  .home-blog-post-style-4 .homepost-listing li.item .post-image img {
    width: 100%;
  }
  /* Footer Style 1 ------------------------------------------------- */
  .page-footer .footer-1 .switcher {
    float: right;
  }
  .footer-1 .footer-social ul li .fa {
    font-size: 24px;
  }
  .footer-2 .footer-newsletter-row.footer-newsletter .block.newsletter .title {
    font-size: 23px;
  }
  .footer-3 .footer-social li {
    padding: 0 7px;
  }
  .footer-3 .footer-social li .icon-social {
    font-size: 18px;
  }
  .footer-3 .ltr li {
    margin: 0 10px;
  }
  .footer-3 .ltr li:after {
    margin: 0 -10px 0 0;
  }
  /* End Footer Style 1 --------------------------------------------- */
  .newsletter-in .block.newsletter {
    margin-bottom: 20px !important;
  }
  .cookie .cookie-text {
    line-height: 20px;
  }
  .cart-container .checkout-methods-items .action.primary,
  .cart-container .checkout-methods-items .amshopby-button,
  .cart-container .checkout-methods-items .am-filter-go {
    font-size: 15px;
  }
  .catalog-category-view .category-view .subcategory-grid > li .product-item-name {
    font-size: 14px;
    bottom: 10px;
  }
  .post-list-wrapper .post-list .item .post-meta .sep {
    display: none;
  }
  .post-list-wrapper .post-list .item .post-meta .post-meta-item {
    display: block;
  }
  .post-list-wrapper .post-list .item .post-meta .post-meta-item.post-user {
    padding-left: 0;
  }
}
