/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.form-discount .g-recaptcha {
  margin-top: 50px !important;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.login-container .g-recaptcha,
.form-login .g-recaptcha,
.form-edit-account .g-recaptcha {
  margin-bottom: 10px !important;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.required-captcha.checkbox {
  position: absolute;
  display: block;
  visibility: visible;
  overflow: hidden;
  opacity: 0;
  width: 1px;
  height: 1px;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.block.newsletter .field-recaptcha .field .control:before {
  content: none;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.review-form .field-recaptcha {
  margin-bottom: 10px;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.form.send.friend .g-recaptcha {
  margin-top: 40px;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.form.wishlist.share .g-recaptcha {
  margin-bottom: 40px;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.product-info-stock-sku .configurable-variation-qty {
  display: none;
}
@keyframes loading {
  0% {
    transform: translate(-50%, -50%) rotate(0);
  }
  100% {
    transform: translate(-50%, -50%) rotate(359.9deg);
  }
}
.-am-blocked {
  pointer-events: none;
}
._amcheckout-selectable-container {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  justify-content: space-between;
}
._amcheckout-selectable-item {
  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) {
  margin-bottom: 15px;
}
._amcheckout-selectable-item:hover {
  box-shadow: 0 2px 8px rgba(56, 77, 108, 0.4);
}
._amcheckout-selectable-item.-selected {
  border-color: #1979c3;
}
@media all and (min-width: 768px) {
  ._amcheckout-selectable-item {
    width: 48%;
  }
  ._amcheckout-selectable-item:nth-last-child(-n + 2) {
    margin-bottom: 0;
  }
}
@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;
}
@media print {
  .amfaq-social-buttons {
    display: none;
  }
}
.am-word-break {
  word-wrap: break-word;
  word-break: break-word;
}
.ie11 .am-word-break {
  word-break: break-all;
}
._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;
}
.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-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);
}
.ambase-word-break {
  word-wrap: break-word;
  word-break: break-word;
}
.ie11 .ambase-word-break {
  word-break: break-all;
}
.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;
}
.ambrands-word-break {
  word-wrap: break-word;
  word-break: break-word;
}
.ie11 .ambrands-word-break {
  word-break: break-all;
}
/* phpcs:ignoreFile */
.am-word-break {
  word-break: break-word;
  word-wrap: break-word;
}
.ie11 .am-word-break {
  word-break: break-all;
}
@-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;
  }
}
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;
  }
}
@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;
  }
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
*/
@media only screen and (min-device-width: 320px) and (max-device-width: 780px) and (orientation: landscape) {
  .product-video {
    height: 100%;
    width: 81%;
  }
}
.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 {
  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 {
  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 {
  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 {
  background-position: -16px 0;
}
.category-filter li button + 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 {
  color: #333;
  font-size: 14px;
  padding: 5px 8px;
  margin-right: 3px;
  background-color: #fff;
  border: 0 none;
  border-radius: 4px;
}
.alphaBetsLayer button.alpha:hover {
  color: #000;
  background-color: #ccc;
}
.alphaBetsLayer button.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 {
  width: 100%;
  margin: 5px 0 15px 0;
  color: #fff;
  background-color: #006bb4;
  border: none;
  height: 35px;
}
button.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 {
  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 {
  max-width: 18px;
  display: inline-block;
  vertical-align: middle;
}
@media (max-width: 767.98px) {
  .tmp3-text-content .action.primary.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 {
  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 {
    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%;
  }
}
@media all and (min-width: 769px), print {
  .abs-product-options-list-desktop dt,
  .block-giftregistry-shared .item-options dt {
    clear: left;
    float: left;
    margin: 0 10px 5px 0;
  }
  .abs-product-options-list-desktop dt:after,
  .block-giftregistry-shared .item-options dt:after {
    content: ': ';
  }
  .abs-product-options-list-desktop dd,
  .block-giftregistry-shared .item-options dd {
    display: inline-block;
    float: left;
    margin: 0 0 5px;
    word-break: break-all;
  }
  .abs-button-desktop {
    width: auto;
  }
  .abs-blocks-2columns,
  .column .block-addbysku .block-content .box,
  .login-container .block,
  .account .column.main .block:not(.widget) .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 {
    width: 48.8%;
  }
  .abs-blocks-2columns:nth-child(odd),
  .column .block-addbysku .block-content .box:nth-child(odd),
  .login-container .block:nth-child(odd),
  .account .column.main .block:not(.widget) .block-content .box:nth-child(odd),
  .magento-rma-guest-returns .column.main .block:not(.widget) .block-content .box:nth-child(odd),
  [class^='sales-guest-'] .column.main .block:not(.widget) .block-content .box:nth-child(odd),
  .sales-guest-view .column.main .block:not(.widget) .block-content .box:nth-child(odd) {
    clear: left;
    float: left;
  }
  .abs-blocks-2columns:nth-child(even),
  .column .block-addbysku .block-content .box:nth-child(even),
  .login-container .block:nth-child(even),
  .account .column.main .block:not(.widget) .block-content .box:nth-child(even),
  .magento-rma-guest-returns .column.main .block:not(.widget) .block-content .box:nth-child(even),
  [class^='sales-guest-'] .column.main .block:not(.widget) .block-content .box:nth-child(even),
  .sales-guest-view .column.main .block:not(.widget) .block-content .box:nth-child(even) {
    float: right;
  }
  .abs-reset-left-margin-desktop,
  .bundle-options-container .legend.title,
  .column.main .cart-summary .actions-toolbar,
  .cart.table-wrapper .item-actions .actions-toolbar,
  .gift-summary .actions-toolbar,
  .cart.table-wrapper .gift-summary .actions-toolbar,
  .column.main .block-giftregistry-shared-items .actions-toolbar,
  .form-new-agreement .fieldset .legend,
  .form-new-agreement .actions-toolbar,
  .column.main .paypal-review .actions-toolbar,
  .wishlist-index-index .main .form-wishlist-items .actions-toolbar {
    margin-left: 0;
  }
  .abs-action-remove-desktop,
  .abs-add-fields-desktop .fieldset .additional .action.remove,
  .form-giftregistry-share .fieldset .additional .action.remove,
  .form-giftregistry-edit .fieldset .additional .action.remove,
  .form-add-invitations .fieldset .additional .action.remove,
  .form-create-return .fieldset .additional .action.remove,
  .form.send.friend .fieldset .additional .action.remove {
    margin-left: 75.8%;
    top: 6px;
  }
  .abs-add-fields-desktop .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: 50%;
  }
  .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: 25.8%;
  }
  .abs-visually-hidden-desktop,
  .modes-label,
  .block-search .label,
  .dashboard-welcome-toggler,
  .block-collapsible-nav .title {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .abs-add-clearfix-desktop:before,
  .abs-add-clearfix-desktop:after,
  .abs-pager-toolbar:before,
  .abs-pager-toolbar:after,
  .block-cart-failed .block-content:before,
  .block-cart-failed .block-content:after,
  .column .block-addbysku .block-content:before,
  .column .block-addbysku .block-content:after,
  .cart-container:before,
  .cart-container:after,
  .login-container:before,
  .login-container:after,
  .account .column.main .block:not(.widget) .block-content:before,
  .account .column.main .block:not(.widget) .block-content:after,
  .block-addresses-list .items.addresses:before,
  .block-addresses-list .items.addresses:after,
  .block-giftregistry-shared .item-options:before,
  .block-giftregistry-shared .item-options:after,
  .gift-wrapping .nested:before,
  .gift-wrapping .nested:after,
  .table .gift-wrapping .content:before,
  .table .gift-wrapping .content:after,
  .block-wishlist-management:before,
  .block-wishlist-management:after,
  .paypal-review .block-content:before,
  .paypal-review .block-content:after,
  .magento-rma-guest-returns .column.main .block:not(.widget) .block-content:before,
  .magento-rma-guest-returns .column.main .block:not(.widget) .block-content:after,
  [class^='sales-guest-'] .column.main .block:not(.widget) .block-content:before,
  [class^='sales-guest-'] .column.main .block:not(.widget) .block-content:after,
  .sales-guest-view .column.main .block:not(.widget) .block-content:before,
  .sales-guest-view .column.main .block:not(.widget) .block-content:after,
  .header.content:before,
  .header.content:after,
  .page-header .header.panel:before,
  .page-header .header.panel:after,
  .account .toolbar:before,
  .account .toolbar:after,
  .toolbar-giftregistry-results:before,
  .toolbar-giftregistry-results:after,
  .toolbar-wishlist-results:before,
  .toolbar-wishlist-results:after {
    content: '';
    display: table;
  }
  .abs-add-clearfix-desktop:after,
  .abs-pager-toolbar:after,
  .block-cart-failed .block-content:after,
  .column .block-addbysku .block-content:after,
  .cart-container:after,
  .login-container:after,
  .account .column.main .block:not(.widget) .block-content:after,
  .block-addresses-list .items.addresses:after,
  .block-giftregistry-shared .item-options:after,
  .gift-wrapping .nested:after,
  .table .gift-wrapping .content:after,
  .block-wishlist-management:after,
  .paypal-review .block-content:after,
  .magento-rma-guest-returns .column.main .block:not(.widget) .block-content:after,
  [class^='sales-guest-'] .column.main .block:not(.widget) .block-content:after,
  .sales-guest-view .column.main .block:not(.widget) .block-content:after,
  .header.content:after,
  .page-header .header.panel:after,
  .account .toolbar:after,
  .toolbar-giftregistry-results:after,
  .toolbar-wishlist-results:after {
    clear: both;
  }
  .abs-add-box-sizing-desktop,
  .column.main,
  .sidebar-main,
  .sidebar-additional {
    box-sizing: border-box;
  }
  .abs-add-box-sizing-desktop-m,
  .opc-wrapper {
    box-sizing: border-box;
  }
  .abs-revert-field-type-desktop .fieldset > .field,
  .abs-revert-field-type-desktop .fieldset .fields > .field,
  .product-add-form .fieldset > .field,
  .product-add-form .fieldset .fields > .field {
    margin: 0 0 20px;
  }
  .abs-revert-field-type-desktop .fieldset > .field:not(.choice) > .label,
  .abs-revert-field-type-desktop .fieldset .fields > .field:not(.choice) > .label,
  .product-add-form .fieldset > .field:not(.choice) > .label,
  .product-add-form .fieldset .fields > .field:not(.choice) > .label {
    box-sizing: content-box;
    float: none;
    width: auto;
    text-align: left;
    padding: 0;
  }
  .abs-revert-field-type-desktop .fieldset > .field:not(.choice) > .control,
  .abs-revert-field-type-desktop .fieldset .fields > .field:not(.choice) > .control,
  .product-add-form .fieldset > .field:not(.choice) > .control,
  .product-add-form .fieldset .fields > .field:not(.choice) > .control {
    float: none;
    width: auto;
  }
  .abs-revert-field-type-desktop .fieldset > .field > .label,
  .abs-revert-field-type-desktop .fieldset .fields > .field > .label,
  .product-add-form .fieldset > .field > .label,
  .product-add-form .fieldset .fields > .field > .label {
    margin: 0 0 5px;
    display: inline-block;
  }
  .abs-revert-field-type-desktop .fieldset > .field.choice:before,
  .abs-revert-field-type-desktop .fieldset .fields > .field.choice:before,
  .abs-revert-field-type-desktop .fieldset > .field.no-label:before,
  .abs-revert-field-type-desktop .fieldset .fields > .field.no-label:before,
  .product-add-form .fieldset > .field.choice:before,
  .product-add-form .fieldset .fields > .field.choice:before,
  .product-add-form .fieldset > .field.no-label:before,
  .product-add-form .fieldset .fields > .field.no-label:before {
    display: none;
  }
  .abs-revert-field-type-desktop .fieldset > .field:not(:first-child):last-of-type,
  .abs-revert-field-type-desktop .fieldset .fields > .field:not(:first-child):last-of-type,
  .product-add-form .fieldset > .field:not(:first-child):last-of-type,
  .product-add-form .fieldset .fields > .field:not(:first-child):last-of-type {
    margin-bottom: 0;
  }
  .abs-no-display-desktop,
  .opc-estimated-wrapper,
  .sidebar .block.widget .pager .item:not(.pages-item-next):not(.pages-item-previous) {
    display: none;
  }
  .abs-pager-toolbar,
  .account .toolbar,
  .toolbar-giftregistry-results,
  .toolbar-wishlist-results {
    margin-bottom: 20px;
    position: relative;
  }
  .abs-pager-toolbar .limiter,
  .account .toolbar .limiter,
  .toolbar-giftregistry-results .limiter,
  .toolbar-wishlist-results .limiter {
    float: right;
    position: relative;
    z-index: 1;
  }
  .abs-pager-toolbar .toolbar-amount,
  .account .toolbar .toolbar-amount,
  .toolbar-giftregistry-results .toolbar-amount,
  .toolbar-wishlist-results .toolbar-amount {
    float: left;
    line-height: normal;
    padding: 7px 0 0;
    position: relative;
    z-index: 1;
  }
  .abs-pager-toolbar .pages,
  .account .toolbar .pages,
  .toolbar-giftregistry-results .pages,
  .toolbar-wishlist-results .pages {
    position: absolute;
    width: 100%;
    z-index: 0;
  }
  .abs-shopping-cart-items-desktop,
  .block-cart-failed,
  .cart-container .form-cart,
  .cart-container .cart-gift-item {
    float: left;
    position: relative;
    width: 73%;
  }
  .abs-shopping-cart-items-desktop .actions,
  .block-cart-failed .actions,
  .cart-container .form-cart .actions,
  .cart-container .cart-gift-item .actions {
    text-align: right;
  }
  .abs-shopping-cart-items-desktop .action.clear,
  .abs-shopping-cart-items-desktop .action.update,
  .block-cart-failed .action.clear,
  .block-cart-failed .action.update,
  .cart-container .form-cart .action.clear,
  .cart-container .form-cart .action.update,
  .cart-container .cart-gift-item .action.clear,
  .cart-container .cart-gift-item .action.update {
    margin-left: 10px;
  }
  .abs-shopping-cart-items-desktop .action.continue,
  .block-cart-failed .action.continue,
  .cart-container .form-cart .action.continue,
  .cart-container .cart-gift-item .action.continue {
    float: left;
  }
  h1 {
    font-size: 40px;
    margin-bottom: 40px;
  }
  .navigation,
  .breadcrumbs,
  .page-header .header.panel,
  .header.content,
  .footer.content,
  .page-wrapper > .widget,
  .page-wrapper > .page-bottom,
  .block.category.event,
  .top-container,
  .page-main {
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    max-width: 1280px;
    padding-left: 20px;
    padding-right: 20px;
    width: auto;
  }
  .page-main {
    width: 100%;
  }
  .columns {
    display: block;
  }
  .column.main {
    min-height: 300px;
  }
  .page-layout-1column .column.main {
    width: 100%;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-3columns .column.main {
    width: 66.66666667%;
    display: inline-block;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-2columns-left .column.main {
    width: 83.33333333%;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-2columns-right .column.main {
    width: 83.33333333%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .sidebar-main {
    padding-right: 2%;
  }
  .page-layout-3columns .sidebar-main {
    width: 16.66666667%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .page-layout-2columns-left .sidebar-main {
    width: 16.66666667%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .page-layout-2columns-right .sidebar-main {
    width: 16.66666667%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .page-layout-2columns-right .sidebar-main {
    padding-left: 2%;
    padding-right: 0;
  }
  .sidebar-additional {
    clear: right;
    padding-left: 2%;
  }
  .page-layout-3columns .sidebar-additional {
    width: 16.66666667%;
    float: right;
    -ms-flex-order: 3;
    -webkit-order: 3;
    order: 3;
  }
  .page-layout-2columns-left .sidebar-additional {
    width: 16.66666667%;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-2columns-right .sidebar-additional {
    width: 16.66666667%;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-2columns-left .main {
    padding-left: 2%;
  }
  .page-layout-2columns-left .sidebar-additional {
    clear: left;
    float: left;
    padding-left: 0;
  }
  .panel.header {
    padding: 10px 20px;
  }
  .nav-toggle {
    display: none;
  }
  .nav-sections {
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    margin-bottom: 25px;
  }
  .nav-sections-item-title {
    display: none;
  }
  .nav-sections-item-content > * {
    display: none;
  }
  .nav-sections-item-content > .navigation {
    display: block;
  }
  .navigation {
    background: #f5f5f5;
    font-weight: 700;
    height: inherit;
    left: auto;
    overflow: inherit;
    padding: 0;
    position: relative;
    top: 0;
    width: 100%;
    z-index: 3;
  }
  .navigation:empty {
    display: none;
  }
  .navigation ul {
    margin-top: 0;
    margin-bottom: 0;
    padding: 0;
    position: relative;
  }
  .navigation li.level0 {
    border-top: none;
  }
  .navigation li.level1 {
    position: relative;
  }
  .navigation .level0 {
    margin: 0 10px 0 0;
    display: inline-block;
    position: relative;
  }
  .navigation .level0:last-child {
    margin-right: 0;
    padding-right: 0;
  }
  .navigation .level0:hover:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 100%;
    width: 10px;
    height: calc(100% + 3px);
    z-index: 1;
  }
  .navigation .level0 > .level-top {
    color: #575757;
    line-height: 53px;
    padding: 0 12px;
    text-decoration: none;
    box-sizing: border-box;
    position: relative;
    display: inline-block;
  }
  .navigation .level0 > .level-top:hover,
  .navigation .level0 > .level-top.ui-state-focus {
    color: #333333;
    text-decoration: none;
  }
  .navigation .level0.active > .level-top,
  .navigation .level0.has-active > .level-top {
    border-color: #ff5501;
    border-style: solid;
    border-width: 0 0 3px;
    color: #333333;
    text-decoration: none;
    display: inline-block;
  }
  .navigation .level0.parent:hover > .submenu {
    overflow: visible !important;
  }
  .navigation .level0.parent > .level-top {
    padding-right: 20px;
  }
  .navigation .level0.parent > .level-top > .ui-menu-icon {
    position: absolute;
    right: 0;
    display: inline-block;
    text-decoration: none;
  }
  .navigation .level0.parent > .level-top > .ui-menu-icon > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .navigation .level0.parent > .level-top > .ui-menu-icon:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 12px;
    line-height: 20px;
    color: inherit;
    content: '\e622';
    font-family: 'icons-blank-theme';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .navigation .level0 .submenu {
    background: #ffffff;
    border: 1px solid #d1d1d1;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.19);
    font-weight: 700;
    min-width: 230px;
    padding: 0;
    display: none;
    left: 0;
    margin: 0 !important;
    position: absolute;
    z-index: 1;
    margin-top: 11px;
  }
  .navigation .level0 .submenu > ul {
    margin-top: 11px;
  }
  .navigation .level0 .submenu > ul:before,
  .navigation .level0 .submenu > ul:after {
    content: '';
    display: block;
    overflow: hidden;
    position: absolute;
  }
  .navigation .level0 .submenu > ul:before {
    color: #ffffff;
    left: 20px;
    top: -20px;
    border: 10px solid transparent;
    height: 0;
    width: 0;
    border-bottom-color: #ffffff;
    z-index: 4;
  }
  .navigation .level0 .submenu > ul:after {
    border: 11px solid transparent;
    height: 0;
    width: 0;
    border-bottom-color: #d1d1d1;
    color: #d1d1d1;
    left: 19px;
    top: -22px;
    z-index: 3;
  }
  .navigation .level0 .submenu:before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 4px;
    left: 0;
    top: -4px;
    z-index: 1;
  }
  .navigation .level0 .submenu a {
    display: block;
    line-height: inherit;
    color: #575757;
    padding: 8px 20px;
  }
  .navigation .level0 .submenu a:hover,
  .navigation .level0 .submenu a.ui-state-focus {
    background: #e8e8e8;
    color: #333333;
    text-decoration: none;
  }
  .navigation .level0 .submenu .active > a {
    border-color: #ff5501;
    border-style: solid;
    border-width: 0 0 0 3px;
  }
  .navigation .level0 .submenu .submenu {
    top: -1px !important;
    left: 100% !important;
  }
  .navigation .level0 .submenu .submenu-reverse {
    left: auto !important;
    right: 100%;
  }
  .navigation .level0 .submenu li {
    margin: 0;
    position: relative;
  }
  .navigation .level0 .submenu li.parent > a > .ui-menu-icon {
    position: absolute;
    right: 3px;
    display: inline-block;
    text-decoration: none;
  }
  .navigation .level0 .submenu li.parent > a > .ui-menu-icon > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .navigation .level0 .submenu li.parent > a > .ui-menu-icon:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 12px;
    line-height: 20px;
    color: inherit;
    content: '\e608';
    font-family: 'icons-blank-theme';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .navigation .level0.more {
    position: relative;
    display: inline-block;
    text-decoration: none;
  }
  .navigation .level0.more:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 26px;
    line-height: inherit;
    color: inherit;
    content: '\e607';
    font-family: 'icons-blank-theme';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .navigation .level0.more:before {
    display: none;
  }
  .navigation .level0.more:after {
    cursor: pointer;
    padding: 8px 12px;
    position: relative;
    z-index: 1;
  }
  .navigation .level0.more:hover > .submenu {
    overflow: visible !important;
  }
  .navigation .level0.more li {
    display: block;
  }
  .panel.header .links,
  .panel.header .switcher {
    display: inline-block;
  }
  .fieldset > .field {
    margin: 0 0 20px;
    box-sizing: border-box;
    margin: 0 0 29px;
  }
  .fieldset > .field > .label {
    margin: 0;
  }
  .fieldset > .field:before,
  .fieldset > .field:after {
    content: '';
    display: table;
  }
  .fieldset > .field:after {
    clear: both;
  }
  .fieldset > .field.choice:before,
  .fieldset > .field.no-label:before {
    padding: 6px 15px 0 0;
    width: 25.8%;
    box-sizing: border-box;
    content: ' ';
    float: left;
    height: 1px;
  }
  .fieldset > .field .description {
    padding: 6px 15px 0 0;
    text-align: right;
    width: 25.8%;
    box-sizing: border-box;
    float: left;
  }
  .fieldset > .field:not(.choice) > .label {
    padding: 6px 15px 0 0;
    text-align: right;
    width: 25.8%;
    box-sizing: border-box;
    float: left;
  }
  .fieldset > .field:not(.choice) > .control {
    width: 74.2%;
    float: left;
  }
  .product.data.items {
    position: relative;
    z-index: 1;
  }
  .product.data.items:before,
  .product.data.items:after {
    content: '';
    display: table;
  }
  .product.data.items:after {
    clear: both;
  }
  .product.data.items > .item.title {
    float: left;
    width: auto;
  }
  .product.data.items > .item.title > .switch {
    height: 20px;
    display: block;
    position: relative;
    z-index: 2;
  }
  .product.data.items > .item.content {
    margin-top: 20px;
    box-sizing: border-box;
    float: right;
    margin-left: -100%;
    width: 100%;
  }
  .product.data.items > .item.content:before,
  .product.data.items > .item.content:after {
    content: '';
    display: table;
  }
  .product.data.items > .item.content:after {
    clear: both;
  }
  .product.data.items > .item.content.active {
    display: block;
  }
  .product.data.items > .item.title {
    margin: 0 5px 0 0;
  }
  .product.data.items > .item.title > .switch {
    font-weight: 600;
    line-height: 20px;
    font-size: 1.4rem;
    color: #7d7d7d;
    text-decoration: none;
    background: #f0f0f0;
    border: 1px solid #d1d1d1;
    border-bottom: none;
    height: 20px;
    padding: 5px 20px 5px 20px;
  }
  .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;
  }
  .product.data.items > .item.title.active > .switch,
  .product.data.items > .item.title.active > .switch:focus,
  .product.data.items > .item.title.active > .switch:hover {
    padding-bottom: 6px;
  }
  .product.data.items > .item.content {
    background: #ffffff;
    margin-top: 31px;
    padding: 20px 20px 20px 20px;
    border: 0;
    border-top: 1px solid #d1d1d1;
  }
  .actions-toolbar:before,
  .actions-toolbar:after {
    content: '';
    display: table;
  }
  .actions-toolbar:after {
    clear: both;
  }
  .actions-toolbar .primary {
    float: left;
  }
  .actions-toolbar .secondary {
    float: right;
  }
  .actions-toolbar .primary,
  .actions-toolbar .secondary {
    display: inline-block;
  }
  .actions-toolbar .primary a.action,
  .actions-toolbar .secondary a.action {
    display: inline-block;
  }
  .actions-toolbar .primary .action {
    margin: 0 5px 0 0;
  }
  .actions-toolbar .secondary a.action {
    margin-top: 6px;
  }
  .actions-toolbar > .primary,
  .actions-toolbar > .secondary {
    margin-bottom: 0;
  }
  .actions-toolbar > .primary .action,
  .actions-toolbar > .secondary .action {
    margin-bottom: 0;
    width: auto;
  }
  .modal-popup.modal-slide .modal-footer {
    border-top: 1px solid #c1c1c1;
    text-align: right;
  }
  /**
     * @codingStandardsIgnoreStart
     */
  #store-selector .form-continue .actions-toolbar > .primary {
    float: right;
  }
  #store-selector .form-continue .actions-toolbar .action.primary {
    margin: 0;
  }
  .amcart-message-box,
  .amcart-message-box .related {
    width: 462px;
  }
  .am-related-box,
  .am-related-box .related {
    width: 462px;
  }
  .amcart-confirm-block {
    max-height: 90vh;
  }
  .amcart-confirm-block .products-grid .product-item-actions {
    margin-top: 0;
  }
  .amcart-confirm-overlay.am-center {
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    justify-content: center;
  }
  .amcart-confirm-overlay.am-right {
    -ms-flex-pack: end;
    -webkit-box-pack: end;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    justify-content: flex-end;
    padding-right: 230px;
  }
  .amcart-confirm-overlay.am-left {
    -ms-flex-pack: start;
    -webkit-box-pack: start;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    justify-content: flex-start;
    padding-left: 230px;
  }
  .amcart-confirm-overlay.am-top-right {
    -ms-flex-pack: end;
    -webkit-box-pack: end;
    -webkit-align-items: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
    justify-content: flex-end;
    padding: 130px 230px 0 0;
  }
  .amcart-confirm-overlay.am-top-left {
    -ms-flex-pack: start;
    -webkit-box-pack: start;
    -webkit-align-items: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 130px 0 0 230px;
  }
  .amcart-confirm-overlay.am-top {
    justify-content: center;
    padding-top: 130px;
    -webkit-align-items: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
  }
  .amcart-message-box .products .product-item {
    margin: 0;
    width: 60%;
  }
  .am-related-box .related .products .item.product:hover .am-actions-wrapper {
    top: 0;
  }
  .am-related-box .related .products .product-item {
    margin: 0;
    padding: 0;
    width: 60%;
  }
  .am-related-box .related .products .product-item-actions .secondary-addto-links {
    display: none;
  }
  .am-related-box .related .products .product-item-actions .secondary-addto-links.am-actions-wrapper {
    display: block;
  }
  .amcart-confirm-buttons .button {
    width: 42%;
  }
  .amcart-confirm-buttons .am-btn-left {
    margin-right: 20px;
  }
  .amcart-confirm-buttons .timer {
    display: inline;
  }
  .am-slider.owl-carousel .owl-prev {
    margin-left: 10px;
  }
  .am-slider.owl-carousel .owl-next {
    margin-right: 10px;
  }
  .amcart-minipage-wrap .amcart-message-box {
    min-width: 700px;
  }
  .amcart-minipage-wrap .product-item-info {
    margin-top: 20px;
    min-height: 450px;
  }
  .amcart-minipage-wrap .am-photo-container {
    border: 0;
    box-sizing: border-box;
    left: 0;
    margin: 0;
    padding: 0 25px;
    position: absolute;
    width: 50%;
  }
  .amcart-minipage-wrap .am-photo-container > .product-item-photo {
    border: 0;
    width: 100%;
  }
  .amcart-minipage-wrap .am-photo-container .product-image-container {
    border: 1px solid #b2b2b2;
  }
  .amcart-minipage-wrap .amcart-confirm-buttons {
    -ms-flex-pack: space-between;
    -webkit-justify-content: space-between;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    clear: both;
    justify-content: space-between;
    margin: 0 25px 40px;
  }
  .amcart-minipage-wrap .amcart-confirm-buttons .button {
    height: 70px;
    margin: 0;
    max-width: 305px;
  }
  .amcart-product-notice {
    font-size: 14px;
    padding: 20px 35px;
    width: initial;
  }
  .ampage-top-info {
    float: right;
    margin: 0;
    width: 50%;
  }
  .ampage-bottom-info {
    clear: both;
    float: right;
    margin-bottom: 20px;
    width: 50%;
  }
  .ampage-top-info,
  .ampage-bottom-info {
    box-sizing: border-box;
    padding: 0 20px 0 0;
  }
  .ampage-bottom-info .am-description {
    margin: 0;
  }
  .ampage-bottom-info .product-info-main {
    width: 100% !important;
  }
  .ampage-bottom-info .product-add-form {
    margin: 0;
    padding: 0;
  }
  .ampage-top-info .am-title {
    font-size: 24px;
    margin-bottom: 10px;
  }
  .ampage-top-info .product-reviews-summary {
    margin-bottom: 10px;
  }
  .ampage-top-info .product-reviews-summary .action {
    margin-left: 10px;
  }
  .ampage-bottom-info .am-description {
    font-size: 14px;
    margin-top: 5px;
  }
  .ampage-bottom-info .product-add-form {
    padding: 0;
  }
  .amcart-qty-wrap {
    margin: 0 0 0 25px;
  }
  .amcart-qty-wrap > .amcart-label {
    position: static;
    transform: none;
  }
  .amcart-qty-wrap > .amcart-refresh {
    margin-left: 15px;
  }
  .checkout-index-index .amcheckout-trust-badges {
    justify-content: flex-end;
  }
  .am-checkout.-modern .amcheckout-trust-badges {
    justify-content: flex-end;
  }
  .amcform-title-wrap {
    flex-grow: unset;
    max-width: initial;
    min-width: 30%;
  }
  .amcform-title-wrap .amcform-title {
    max-width: 174px;
  }
  .amcform-title-wrap:nth-child(3n + 1):before {
    content: none;
  }
  .amcform-title-wrap:nth-child(3n + 1):last-child:before {
    background: linear-gradient(270deg, #e3e3e3 4.63%, rgba(227, 227, 227, 0) 83.33%);
    content: '';
    width: 50%;
  }
  .amcform-title-wrap:nth-child(3n + 1).ui-state-active:last-child:before {
    background: linear-gradient(270deg, #92b0ff 4.63%, rgba(227, 227, 227, 0) 83.33%);
  }
  .amcform-popup-block .amcform-header {
    font-size: 22px;
  }
  .amcform-popup-block .amcform-toolbar {
    flex-direction: row;
  }
  .amcform-popup-block .amcform-toolbar .amcform-button {
    width: auto;
  }
  .amcform-popup-block .amcform-toolbar .amcform-button:not(:first-of-type) {
    margin-top: 0;
  }
  .product.data.items {
    z-index: unset;
  }
  .circle-theme .amcform-title-wrap {
    min-width: 24%;
  }
  .amelsearch-further-section {
    display: block;
  }
  .am-widget-categories-3 .am-widget-category {
    width: 50%;
  }
  .amrelated-cart-bundle {
    padding: 0;
    width: 73%;
  }
  .amrelated-pack-wrapper .amrelated-content-wrapper {
    background: #ffffff;
    flex-wrap: nowrap;
    margin-top: 15px;
    padding-top: 0;
    position: unset;
  }
  .amrelated-pack-wrapper .amrelated-content-wrapper .amrelated-pack-item:not(:last-child) {
    border-bottom: none;
  }
  .amrelated-pack-wrapper .amrelated-content-wrapper .amrelated-photo-container .amrelated-discount {
    font-size: 12px;
  }
  .amrelated-pack-wrapper .amrelated-content-wrapper .amrelated-photo-container .amrelated-discount .price {
    font-weight: 400;
  }
  .amrelated-pack-wrapper .amrelated-content-wrapper .amrelated-plus,
  .amrelated-pack-wrapper .amrelated-content-wrapper .amrelated-equal {
    display: flex;
    font-size: 50px;
    line-height: 100px;
    padding: 10px 5px;
    text-align: center;
  }
  .amrelated-pack-wrapper .amrelated-content-wrapper .amrelated-plus {
    color: #1979c3;
  }
  .amrelated-pack-wrapper .amrelated-content-wrapper .amrelated-equal {
    color: #e9f6ff;
  }
  .amrelated-pack-wrapper .amrelated-title:after {
    content: none !important;
  }
  .amrelated-content-wrapper .amrelated-pack-list {
    max-width: 79%;
    width: unset;
  }
  .amrelated-content-wrapper .amrelated-pack-list .amrelated-pack-item.-main {
    display: block;
  }
  .amrelated-pack-list.-wide {
    flex-wrap: nowrap;
    justify-content: space-between;
  }
  .amrelated-pack-list.-wide .amrelated-pack-items {
    flex-wrap: nowrap;
    justify-content: space-around;
  }
  .amrelated-pack-list.-narrow .amrelated-plus,
  .amrelated-pack-list.-narrow + .amrelated-equal {
    display: block;
    line-height: 100px;
  }
  .amrelated-equal.-second-row {
    align-self: center;
    margin-bottom: 18px;
  }
  .amrelated-pack-list.-second-row {
    border-right: 3px solid #e9f6ff;
  }
  .amrelated-pack-item .amrelated-details {
    display: block;
  }
  .amrelated-pack-item.-wide,
  .amrelated-pack-item.-narrow {
    min-width: 120px;
    padding: 10px;
    text-align: center;
    width: 14%;
  }
  .amrelated-pack-item.-wide .amrelated-info,
  .amrelated-pack-item.-narrow .amrelated-info {
    display: block;
  }
  .amrelated-pack-item.-wide .amrelated-details,
  .amrelated-pack-item.-narrow .amrelated-details {
    margin-left: 0;
  }
  .amrelated-pack-item.-wide .amrelated-photo-container,
  .amrelated-pack-item.-narrow .amrelated-photo-container {
    margin: 0 auto 10px;
  }
  .amrelated-pack-item.-main {
    background: transparent;
  }
  .amrelated-content-wrapper .amrelated-summary-content {
    display: block;
    margin-top: 16px;
    padding: 0;
    position: relative;
    width: 180px;
  }
  .amrelated-content-wrapper .amrelated-summary-content .amrelated-discount {
    padding: 5px;
    right: unset;
  }
  .amrelated-content-wrapper .amrelated-summary-content .amrelated-price-wrapper {
    border: 3px dashed #e9f6ff;
    border-bottom: none;
    box-sizing: border-box;
    height: 95px;
    margin: 0;
    width: 100%;
  }
  .amrelated-content-wrapper .amrelated-summary-content .amrelated-tocart-wrapper {
    margin-right: 0;
  }
  .amrelated-content-wrapper .amrelated-summary-content .amrelated-tocart-wrapper .action {
    width: 100%;
  }
  .amrelated-summary-content.-second-row {
    align-self: center;
  }
  .amrelated-pack-list.-wide .amrelated-pack-items {
    position: relative;
  }
  .amrelated-pack-list.-wide .amrelated-pack-items .amrelated-background {
    background: #e9f6ff;
    box-shadow: 0 20px 0 -10px #f9f9f9;
    display: block;
    height: 100%;
    left: 0;
    opacity: 1;
    position: absolute;
    top: 0;
    transition: all .3s ease;
    width: 0;
    z-index: 2;
  }
  .amrelated-pack-list.-wide .amrelated-pack-items .amrelated-background.rtl {
    left: unset;
    right: 0;
  }
  .amrelated-pack-list.-wide .amrelated-pack-items .amrelated-info,
  .amrelated-pack-list.-wide .amrelated-pack-items .amrelated-plus,
  .amrelated-pack-list.-wide .amrelated-pack-items .amrelated-pack-item {
    z-index: 2;
  }
  .amrelated-pack-item.-wide {
    padding: 30px 0;
  }
  .amrelated-pack-list.-wide .amrelated-pack-items.-selected .amrelated-background {
    opacity: 1;
    width: 100%;
  }
  .amrelated-popup-container .amrelated-bundle-popup {
    max-width: initial;
    min-width: 700px;
  }
  .amrelated-popup-container .amrelated-bundle-popup .amrelated-product-info {
    margin-top: 60px;
    min-height: 450px;
  }
  .amrelated-product-info .amrelated-info.-top {
    float: right;
    margin: 0;
    width: 50%;
  }
  .amrelated-product-info .amrelated-info.-bottom {
    clear: both;
    float: right;
    margin-bottom: 20px;
    width: 50%;
  }
  .amrelated-product-info .amrelated-info.-top,
  .amrelated-product-info .amrelated-info.-bottom {
    box-sizing: border-box;
    padding: 0 20px 0 0;
  }
  .amrelated-info.-top .amrelated-title {
    font-size: 24px;
    margin-bottom: 10px;
  }
  .amrelated-info.-top .product-reviews-summary {
    margin-bottom: 10px;
  }
  .amrelated-info.-top .product-reviews-summary .action {
    margin-left: 10px;
  }
  .amrelated-info.-bottom .amrelated-description {
    font-size: 14px;
    margin: 5px 0 0;
  }
  .amrelated-info.-bottom .product-add-form {
    margin: 0;
    padding: 0;
  }
  .amrelated-product-info .amrelated-image-container {
    border: 0;
    box-sizing: border-box;
    left: 0;
    margin: 0;
    padding: 0 25px;
    position: absolute;
    width: 50%;
  }
  .amrelated-product-info .amrelated-image-container > .product-item-photo {
    border: 0;
    width: 100%;
  }
  .amrelated-product-info .amrelated-image-container .product-image-container {
    border: 1px solid #b2b2b2;
  }
  .amrelated-products-block {
    margin-left: 27px;
    margin-right: 27px;
  }
  .amprot-input-block {
    max-width: 80%;
  }
  .amscroll-backtotop-block.-desktop-arrow {
    padding: 0;
    width: 50px;
    height: 50px;
    border-radius: 100px;
  }
  .amscroll-backtotop-block.-desktop-arrow:before {
    border-radius: 100px;
  }
  .amscroll-backtotop-block.-desktop-arrow:after {
    width: 14px;
    height: 28px;
    background: url('../Amasty_Scroll/images/arrow.svg');
  }
  .amscroll-backtotop-block.-desktop-arrow .amscroll-text {
    display: none;
  }
  .amscroll-backtotop-block.-desktop-text {
    padding-right: 7px;
    border-radius: 100px;
    transform: rotate(-90deg) translate(60px, 60px);
  }
  .amscroll-backtotop-block.-desktop-text:before {
    border-radius: 100px;
  }
  .amscroll-backtotop-block.-desktop-text:after {
    width: 24px;
    height: 24px;
    background: url('../Amasty_Scroll/images/chevron.svg');
  }
  .amscroll-backtotop-block.-desktop-edge {
    right: 0;
    padding: 4px 26px 4px 20px;
    border-radius: 20px 20px 0 0;
    transform: rotate(-90deg) translate(71px, 72px);
  }
  .amscroll-backtotop-block.-desktop-edge .amscroll-text {
    margin-right: 20px;
  }
  .amscroll-backtotop-block.-desktop-edge:before {
    border-radius: 20px 20px 0 0;
  }
  .amscroll-backtotop-block.-desktop-edge:after {
    width: 14px;
    height: 28px;
    background: url('../Amasty_Scroll/images/arrow.svg');
    transform: rotate(90deg) translateX(2px);
  }
  .amskit-toolbar-wrap {
    bottom: 25px;
    left: 25px;
  }
  .amskit-toolbar-wrap.-open {
    width: 500px;
  }
  .amskit-toolbar-content {
    max-height: 650px;
  }
  .amskit-headings-wrap {
    -webkit-flex-wrap: initial;
    -ms-flex-wrap: initial;
    flex-wrap: initial;
  }
  .amskit-page-links .amskit-label {
    width: 45%;
  }
  .am-brands-fullwidth {
    width: 100% !important;
  }
  .ui-tooltip.ui-widget {
    max-width: 450px;
  }
  .filter-options-content a:hover {
    text-decoration: none;
  }
  .catalog-topnav {
    display: block;
  }
  .page-layout-1column .toolbar-products {
    position: inherit !important;
  }
  .filter-options-content .am-filter-price {
    width: 40%;
  }
  .sidebar > .block-category-list {
    margin-bottom: 14px;
  }
  .amasty-catalog-topnav {
    margin-top: 3px;
  }
  .amasty-catalog-topnav.catalog-topnav .filter-options .filter-options-content {
    min-width: 200px;
    z-index: 1001;
  }
  .amasty-catalog-topnav .filter-options {
    margin-bottom: 20px;
    padding: 3px 0;
  }
  .amasty-catalog-topnav .filter-subtitle {
    display: none;
  }
  .amasty-catalog-topnav .amshopby-category-dropdown {
    min-width: 200px;
  }
  .amasty-catalog-topnav .filter-options-item {
    margin-bottom: 0;
  }
  .amasty-catalog-topnav .filter-options-item:first-child .filter-options-title {
    padding-left: 0;
  }
  .amasty-catalog-topnav .filter-options-title {
    padding-right: 5px;
  }
  .amasty-catalog-topnav .filter-options-title:after {
    display: inline-block;
    margin: 0 0 0 15px;
    position: static;
    transform: translateY(-2px);
  }
  .sidebar.sidebar-main.-amshopby-sticky {
    background: #ffffff;
    position: sticky;
    top: 0;
    z-index: 10;
  }
  .sidebar.sidebar-main.-amshopby-sticky .filter-options {
    overflow-y: auto;
    scrollbar-width: thin;
  }
  .sidebar.sidebar-main.-amshopby-sticky .filter-options:hover {
    scrollbar-color: #adadad rgba(173, 173, 173, 0.2);
  }
  .sidebar.sidebar-main.-amshopby-sticky .filter-options:hover::-webkit-scrollbar {
    background: #f0f0f0;
  }
  .sidebar.sidebar-main.-amshopby-sticky .filter-options:hover::-webkit-scrollbar-thumb {
    background: #adadad;
    border-radius: 6px;
    cursor: pointer;
  }
  .sidebar.sidebar-main.-amshopby-sticky .filter-options:hover::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px #ffffff;
  }
  .sidebar.sidebar-main.-amshopby-sticky .filter-options::-webkit-scrollbar {
    height: 12px;
    width: 6px;
  }
  .sidebar.sidebar-main.-amshopby-sticky .filter-options::-webkit-scrollbar-thumb {
    height: 6px;
    width: 6px;
  }
  .sidebar.sidebar-main.-amshopby-sticky .filter-options ::-webkit-scrollbar-track {
    height: 6px;
    width: 6px;
  }
  .amasty-catalog-topnav .filter-options-item .filter-options-content .amshopby-flyout-block .items.amshopby-fly-out-view {
    margin: -11px;
    box-shadow: none;
  }
  .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 22px;
    min-height: 12px;
    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: 12px;
    height: 12px;
    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 / 12px;
    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;
  }
  .am_shopby_apply_filters {
    position: absolute;
    bottom: inherit;
    z-index: 212;
    display: none;
    visibility: hidden;
    padding: 0;
    width: inherit;
  }
  .am_shopby_apply_filters.visible {
    bottom: inherit;
    visibility: visible;
  }
  .am_shopby_apply_filters.-fixed {
    position: fixed;
  }
  .am_shopby_apply_filters.-fixed .am-show-button:before {
    display: none;
  }
  .am-show-button {
    position: relative;
    justify-content: space-between;
    margin: 0 0 10px;
    padding: 12px 10px;
    min-width: 180px;
    width: inherit;
    border: none;
    border-radius: 6px;
    box-shadow: 0 4px 8px rgba(190, 199, 219, 0.21), 0 6px 25px rgba(190, 199, 219, 0.28);
  }
  .am-show-button > .am-items {
    margin: 0 auto;
  }
  .am-show-button:before {
    position: absolute;
    width: 10px;
    height: 10px;
    background: #ffffff;
    content: '';
    transform: rotate(45deg);
  }
  .am-show-button.-vertical:before {
    top: calc(50% - (10px / 2));
    right: calc(100% - (10px / 2));
  }
  .am-show-button.-horizontal:before {
    top: calc(100% - (10px / 2));
    left: calc(50% - (10px / 2));
  }
  #amasty-shopby-product-list .amshopby-overlay-block > .amshopby-loader {
    top: 30%;
    transform: translate(-50%, -30%);
  }
  .ambrands-letters-list {
    display: flex;
  }
  .ambrands-letters-list .ambrands-letter .ambrands-content {
    margin: 0 -10px;
  }
  .ambrands-letters-list .ambrands-brand-item {
    margin: 0 10px 20px;
  }
  .ambrands-letters-list .ambrands-brand-item.-no-logo {
    max-width: 156px;
  }
  .ambrands-letters-list .ambrands-letter {
    padding-right: 10px;
    width: inherit;
  }
  .amlocator-main-container .amlocator-search-container {
    width: 33%;
  }
  .amlocator-main-container .amlocator-search-container .amlocator-block {
    margin-bottom: 0;
    margin-bottom: 5px;
    text-align: center;
  }
  .amlocator-main-container .amlocator-search-container .amlocator-button.-nearby {
    background: #ffffff;
    color: #1979c3;
    margin-left: auto;
    margin-top: 10px;
    width: 100%;
  }
  .amlocator-main-container .amlocator-search-container .amlocator-button.-nearby:hover,
  .amlocator-main-container .amlocator-search-container .amlocator-button.-nearby:focus {
    background: #1979c3;
    color: #ffffff;
  }
  .amlocator-main-container .amlocator-search-container .amlocator-block.-separator {
    display: none;
  }
  .amlocator-main-container .amlocator-map-container {
    height: 100vh;
    max-height: 800px;
  }
  .amlocator-main-container .amlocator-map-container .amlocator-block.-filter {
    width: 33%;
  }
  .amlocator-main-container .amlocator-map-container .amlocator-block.-map {
    height: 80vh;
    max-height: 800px;
    padding-left: 15px;
    width: 67%;
  }
  .amlocator-main-container .amlocator-map-container .amlocator-block.-storelist {
    -ms-flex: 1;
    -webkit-box-flex: 1;
    flex: 1;
    order: inherit;
    width: 33%;
  }
  .amlocator-main-container .amlocator-map-container .amlocator-map {
    height: 100%;
  }
  .amlocator-main-container .amlocator-map-container .amlocator-map button {
    right: 0 !important;
    top: 0 !important;
  }
  .amlocator-main-container .amlocator-store-list .amlocator-wrapper {
    max-height: inherit;
  }
  .amlocator-main-container .amlocator-filters-container .amlocator-content {
    display: block;
  }
  .amlocator-main-container .amlocator-filters-container .amlocator-hidden-filter {
    display: none;
  }
  .amlocator-location-main .amlocator-location-container {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .amlocator-location-main .amlocator-location-container > .amlocator-column.-left,
  .amlocator-location-main .amlocator-location-container .amlocator-block.-grey {
    background: #fbfbfb;
  }
  .amlocator-location-main .amlocator-location-container > .amlocator-column.-left {
    width: 33%;
  }
  .amlocator-location-main .amlocator-location-container > .amlocator-column.-right {
    display: block;
    padding-left: 15px;
    width: 67%;
  }
  .amlocator-location-main .amlocator-location-container .amlocator-block.-map {
    height: 60vh;
  }
  .amlocator-location-main .amlocator-location-container .amlocator-location-reviews .amlocator-wrapper {
    margin-right: auto;
  }
  .amlocator-location-main .amlocator-location-container .amlocator-attributes-wrapper .amlocator-collapse-title {
    display: none;
  }
  .amlocator-location-main .amlocator-location-attribute {
    margin-bottom: 10px;
    width: 50%;
  }
  .amlocator-location-main .amlocator-location-attribute:not(:first-of-type) {
    margin-top: 0;
  }
  .amlocator-location-main .amlocator-location-attribute:nth-of-type(odd) {
    float: left;
  }
  .amlocator-location-main .amlocator-location-attribute:nth-of-type(even) {
    float: right;
  }
  .amlocator-attributes-container {
    display: block;
  }
  .amlocator-review-popup .field.review-field-ratings .control {
    width: inherit;
  }
  .action.compare {
    padding: 0 10px;
  }
  .amsearch-wrapper-block {
    order: initial;
    width: auto;
  }
  .page-header .amsearch-wrapper-block {
    float: right;
    margin: 0;
    padding: 0;
    width: auto;
  }
  .page-header .amsearch-wrapper-block:before {
    content: none;
  }
  .amsearch-loader-block {
    right: 30px;
  }
  .amsearch-emptysearch-cms {
    padding: 40px;
  }
  .amsearch-emptysearch-cms .amsearch-content > .amsearch-title {
    font-size: 54px;
  }
  .amsearch-emptysearch-cms .amsearch-text {
    font-size: 22px;
  }
  .amsearch-button.-close:hover,
  .amsearch-button.-close:hover {
    filter: brightness(0%);
  }
  .amsearch-slider-section {
    max-width: 575px;
  }
  .amsearch-slider-section.slick-slider {
    padding: 0 40px;
  }
  .amsearch-products-section {
    border-top: none;
    display: flex;
    flex-wrap: wrap;
  }
  .amsearch-products-section:not(:first-child) {
    border-color: var(--amsearch-color-border, #cccccc);
    border-left: 1px solid;
  }
  .amsearch-products-section .amsearch-description {
    width: auto;
  }
  .amsearch-products-section.-list .amsearch-image {
    max-width: 125px;
  }
  .amsearch-products-section.-list .product-item-actions {
    align-content: flex-start;
    display: flex;
  }
  .amsearch-products-section.-list .amsearch-description {
    padding-left: 20px;
  }
  .amsearch-products-section.-grid:not(.-slider) .amsearch-item {
    max-width: calc(33.33333333%);
  }
  .amsearch-result-tabs .title:hover:before,
  .amsearch-result-tabs .title.active:before {
    background: #ffffff;
    bottom: -1px;
    content: '';
    height: 2px;
    left: 1px;
    position: absolute;
    width: calc(100% - 2px);
  }
  .amsearch-result-tabs.product.data.items .item.title.active .switch {
    padding-bottom: 1px;
  }
  .amsearch-result-section {
    min-width: 100%;
    width: inherit;
  }
  .amsearch-result-section:not(.-small) {
    flex-wrap: nowrap;
  }
  .amsearch-result-block.-preload {
    flex-wrap: nowrap;
  }
  .amsearch-result-block.-preload .amsearch-products-list:not(:first-child) {
    border-left: 1px solid #cccccc;
    width: calc(100% - 283px);
  }
  .page-header:not(.amsearch-full-width) .amsearch-input-wrapper.-dynamic-width {
    width: 100%;
  }
  .page-header .amsearch-input-wrapper {
    min-width: 283px;
    width: auto;
  }
  .amsearch-item-container {
    padding: 0 0 25px;
  }
  .amsearch-item-container .amsearch-link {
    padding: 5px 20px;
  }
  .amsearch-items-section {
    padding: 25px 0;
  }
  .amsearch-items-section:not(:first-child:last-child) {
    max-width: 283px;
    width: 100%;
  }
  .amsearch-full_width-title {
    display: none;
  }
  .page-header.amsearch-full-width.-opened .ammenu-logo,
  .page-header.amsearch-full-width.-opened .logo {
    margin: 0 auto 0 4vw;
    z-index: 11;
  }
  .page-header.amsearch-full-width.-opened .amsearch-wrapper-block {
    z-index: 10;
  }
  .page-header.amsearch-full-width.-opened .amsearch-button.-full-close {
    right: 4vw;
  }
  .page-header.amsearch-full-width .amsearch-input-wrapper {
    flex-grow: initial;
  }
  .page-header.amsearch-full-width .amsearch-button.-search {
    flex-grow: initial;
  }
  .page-header.amsearch-full-width .amsearch-wrapper-block {
    background: #fff;
    display: inline-block;
  }
  .page-header.amsearch-full-width:not(.-opened) .amsearch-wrapper-block {
    position: static;
    width: auto;
  }
  .page-header.amsearch-full-width .amsearch-form-block {
    height: 100%;
    justify-content: center;
    padding: 0;
  }
  .page-header.amsearch-full-width .amsearch-result-section {
    padding: 0 calc(4vw - 15px);
  }
  .page-header.amsearch-full-width .amsearch-products-section.-grid:not(.-slider) .amsearch-item {
    max-width: calc(25%);
  }
  .page-header.amsearch-full-width .amsearch-products-section.-list .amsearch-item {
    width: 50%;
  }
  .page-header.amsearch-full-width .amsearch-button.-full-close {
    margin: auto;
  }
  .page-header .amsearch-button.-loupe-trigger {
    display: none;
  }
  .amsearch-search-page.page-products .columns {
    z-index: 0;
  }
  .block-cart-failed .actions {
    text-align: left;
  }
  .block-cart-failed .actions.primary {
    float: right;
  }
  .bundle-options-container .bundle-options-wrapper,
  .bundle-options-container .product-options-wrapper {
    float: left;
    width: 57%;
  }
  .bundle-options-container .block-bundle-summary {
    float: right;
    position: relative;
    width: 40%;
  }
  .page-layout-2columns-left .bundle-options-container .bundle-options-wrapper,
  .page-layout-2columns-left .bundle-options-container .block-bundle-summary,
  .page-layout-2columns-right .bundle-options-container .bundle-options-wrapper,
  .page-layout-2columns-right .bundle-options-container .block-bundle-summary,
  .page-layout-3columns .bundle-options-container .bundle-options-wrapper,
  .page-layout-3columns .bundle-options-container .block-bundle-summary {
    width: 48%;
  }
  .page-products .products-grid .product-item {
    margin-left: 2%;
    padding: 0;
    width: calc((100% - 4%) / 3);
  }
  .page-products .products-grid .product-item:nth-child(3n + 1) {
    margin-left: 0;
  }
  .page-products.page-layout-1column .products-grid .product-item {
    width: 25%;
  }
  .page-products.page-layout-3columns .products-grid .product-item {
    width: 50%;
  }
  .page-products .columns {
    padding-top: 0;
    position: relative;
    z-index: 1;
  }
  .products.wrapper ~ .toolbar .pages {
    float: left;
  }
  .toolbar-amount {
    float: left;
  }
  .sorter {
    float: right;
  }
  .modes {
    display: inline-block;
    float: left;
    margin-right: 20px;
  }
  .products.wrapper ~ .toolbar .modes {
    display: none;
  }
  .modes-mode {
    color: #7d7d7d;
    border: 1px solid #d1d1d1;
    border-right: 0;
    float: left;
    font-weight: 400;
    line-height: 1;
    padding: 7px 10px;
    text-align: center;
    display: inline-block;
    text-decoration: none;
  }
  .modes-mode:not(.active):hover {
    color: #7d7d7d;
    background: #dedede;
  }
  .modes-mode:last-child {
    border-right: 1px solid #d1d1d1;
  }
  .modes-mode.active {
    color: #a6a6a6;
  }
  .modes-mode > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .modes-mode:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 24px;
    line-height: inherit;
    color: #7d7d7d;
    content: '\e60d';
    font-family: 'icons-blank-theme';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .modes-mode:hover:before {
    color: #7d7d7d;
  }
  .mode-list:before {
    content: '\e60b';
  }
  .products.wrapper ~ .toolbar .limiter {
    display: block;
    float: right;
  }
  .product-info-main .box-tocart,
  .product-options-bottom .box-tocart {
    display: table;
  }
  .product-info-main .box-tocart .field.qty,
  .product-options-bottom .box-tocart .field.qty {
    display: table-cell;
  }
  .product-info-main .box-tocart .actions,
  .product-options-bottom .box-tocart .actions {
    display: table-cell;
    padding-top: 25px;
    text-align: center;
    vertical-align: bottom;
  }
  .product-info-main .page-title-wrapper .page-title {
    margin-top: -13px;
  }
  .sidebar .product-items .product-item-info .product-item-photo {
    float: left;
    left: auto;
    margin: 0 10px 10px 0;
    position: relative;
    top: auto;
  }
  .sidebar .product-items .product-item-details {
    margin: 0;
  }
  .sidebar .product-items .product-item-actions {
    clear: left;
  }
  .product-info-main {
    float: right;
  }
  .product.media {
    float: left;
    margin-bottom: 25px;
  }
  .page-layout-1column .product-info-main {
    width: 40%;
  }
  .page-layout-1column .product.media {
    width: 57%;
  }
  .page-layout-2columns-left .product-info-main,
  .page-layout-2columns-right .product-info-main,
  .page-layout-3columns .product-info-main {
    width: 48%;
  }
  .page-layout-2columns-left .product.media,
  .page-layout-2columns-right .product.media,
  .page-layout-3columns .product.media {
    width: 50%;
  }
  .block-category-event.block:last-child {
    margin-bottom: 30px;
    padding: 10px 0 30px;
  }
  .block-category-event .block-title {
    margin: 0;
  }
  .block-category-event .block-title strong {
    font-size: 2.4rem;
  }
  .block-category-event .ticker li {
    display: none;
    margin: 0 50px;
  }
  .block-category-event .ticker .value {
    font-size: 6rem;
  }
  .block-category-event .ticker .label {
    font-size: 1.4rem;
    text-transform: none;
  }
  .block-category-event .dates .date {
    font-size: 5rem;
  }
  .block-category-event .dates .start {
    padding-right: 50px;
  }
  .block-category-event .dates .start:after {
    font-size: 5rem;
    right: 10px;
  }
  .block-search {
    float: right;
    padding-left: 15px;
    position: relative;
    width: 250px;
    z-index: 4;
  }
  .block-search .control {
    border-top: 0;
    margin: 0;
    padding: 0 0 25px;
  }
  .block-search .nested {
    display: block;
    padding-top: 5px;
    position: absolute;
  }
  .block-search input {
    margin: 0;
    padding-right: 35px;
    position: static;
  }
  .block-search input::-webkit-input-placeholder {
    color: #c2c2c2;
  }
  .block-search input:-moz-placeholder {
    color: #c2c2c2;
  }
  .block-search input::-moz-placeholder {
    color: #c2c2c2;
  }
  .block-search input:-ms-input-placeholder {
    color: #c2c2c2;
  }
  .block-search .action.search {
    display: inline-block;
    background-image: none;
    background: none;
    -moz-box-sizing: content-box;
    border: 0;
    box-shadow: none;
    line-height: inherit;
    margin: 0;
    padding: 0;
    text-decoration: none;
    text-shadow: none;
    font-weight: 400;
    padding: 5px 0;
    position: absolute;
    right: 10px;
    top: 0;
    z-index: 1;
  }
  .block-search .action.search > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .block-search .action.search:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 22px;
    line-height: 22px;
    color: #8f8f8f;
    content: '\e615';
    font-family: 'icons-blank-theme';
    margin: 0;
    vertical-align: top;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .block-search .action.search:hover:before {
    color: inherit;
  }
  .block-search .action.search:active:before {
    color: inherit;
  }
  .block-search .action.search:focus,
  .block-search .action.search:active {
    background: none;
    border: none;
  }
  .block-search .action.search:hover {
    background: none;
    border: none;
  }
  .block-search .action.search.disabled,
  .block-search .action.search[disabled],
  fieldset[disabled] .block-search .action.search {
    pointer-events: none;
    opacity: 0.5;
  }
  .block-search .action.search:focus:before {
    color: #333333;
  }
  .search-autocomplete {
    margin-top: 0;
  }
  .cart-container .widget {
    float: left;
  }
  .cart-container .widget.block {
    margin-bottom: 20px;
  }
  .cart-summary {
    float: right;
    position: relative;
    width: 23%;
  }
  .column.main .cart-summary .actions-toolbar > .secondary {
    float: none;
  }
  .cart-summary .block .fieldset .field {
    margin: 0 0 20px;
    margin: 0 0 10px;
  }
  .cart-summary .block .fieldset .field:not(.choice) > .label {
    box-sizing: content-box;
    float: none;
    width: auto;
    text-align: left;
    padding: 0;
  }
  .cart-summary .block .fieldset .field:not(.choice) > .control {
    float: none;
    width: auto;
  }
  .cart-summary .block .fieldset .field > .label {
    margin: 0 0 5px;
    display: inline-block;
  }
  .cart-summary .block .fieldset .field.choice:before,
  .cart-summary .block .fieldset .field.no-label:before {
    display: none;
  }
  .cart.table-wrapper .items {
    min-width: 100%;
    width: auto;
  }
  .cart.table-wrapper .item .col.item {
    padding: 27px 8px 10px;
  }
  .cart.table-wrapper .item-actions td {
    text-align: right;
  }
  .cart.table-wrapper .product-item-photo {
    display: table-cell;
    max-width: 100%;
    padding-right: 20px;
    position: static;
    vertical-align: top;
    width: 1%;
  }
  .cart.table-wrapper .product-item-details {
    display: table-cell;
    vertical-align: top;
    white-space: normal;
    width: 99%;
  }
  .cart.table-wrapper .item-actions .actions-toolbar {
    text-align: left;
  }
  .cart .action {
    margin-bottom: 10px;
  }
  .cart-products-toolbar .toolbar-amount {
    line-height: 30px;
    margin: 0;
  }
  .cart-products-toolbar .pages {
    float: right;
    margin: 0 0 1px;
  }
  .cart-products-toolbar .pages .item:last-child {
    margin-right: 0;
  }
  .cart.table-wrapper .cart-products-toolbar + .cart thead tr th.col {
    padding-bottom: 7px;
    padding-top: 8px;
  }
  .cart.table-wrapper .cart + .cart-products-toolbar {
    margin-top: 25px;
  }
  .minicart-wrapper {
    margin-left: 13px;
  }
  .minicart-wrapper .block-minicart {
    right: -15px;
    width: 390px;
  }
  .opc-wrapper {
    width: 66.66666667%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    padding-right: 30px;
  }
  .checkout-onepage-success .print {
    display: block;
    float: right;
    margin: 22px 0 0;
  }
  .opc-progress-bar-item {
    width: 185px;
  }
  .checkout-index-index .modal-popup .form-shipping-address {
    max-width: 600px;
  }
  .checkout-index-index .modal-popup .modal-footer .action-save-address {
    float: right;
    margin: 0 0 0 10px;
  }
  .checkout-shipping-method .actions-toolbar > .primary {
    float: right;
  }
  .checkout-shipping-method .actions-toolbar .action.primary {
    margin: 0;
  }
  .opc-wrapper .form-login,
  .opc-wrapper .form-shipping-address {
    max-width: 600px;
  }
  .table-checkout-shipping-method {
    width: auto;
  }
  .opc-sidebar {
    margin: 46px 0 20px;
    width: 33.33333333%;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .opc-summary-wrapper .modal-header .action-close {
    display: none;
  }
  .authentication-dropdown {
    background-color: #ffffff;
    border: 1px solid #aeaeae;
    -webkit-transform: scale(1, 0);
    -webkit-transform-origin: 0 0;
    -webkit-transition: -webkit-transform linear 0.1s, visibility 0s linear 0.1s;
    position: absolute;
    text-align: left;
    top: 100%;
    transform: scale(1, 0);
    transform-origin: 0 0;
    transition: transform linear .1s, visibility 0s linear .1s;
    visibility: hidden;
    width: 100%;
  }
  .authentication-dropdown._show {
    z-index: 100;
    -webkit-transform: scale(1, 1);
    -webkit-transition: -webkit-transform linear 0.1s, visibility 0s linear 0s;
    transform: scale(1, 1);
    transition: transform linear .1s, visibility 0s linear 0s;
    visibility: visible;
  }
  .authentication-wrapper {
    width: 33.33333333%;
    text-align: right;
  }
  .block-authentication .block-title {
    font-size: 2.6rem;
    border-bottom: 0;
    margin-bottom: 25px;
  }
  .block-authentication .actions-toolbar > .primary {
    display: inline;
    float: right;
    margin-right: 0;
  }
  .block-authentication .actions-toolbar > .primary .action {
    margin-right: 0;
  }
  .block-authentication .actions-toolbar > .secondary {
    float: left;
    margin-right: 2rem;
    padding-top: 1rem;
  }
  .popup-authentication .modal-inner-wrap {
    min-width: 768px;
    width: 60%;
  }
  .popup-authentication .block-authentication {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    border-top: 1px solid #c1c1c1;
  }
  .popup-authentication .block[class],
  .popup-authentication .form-login,
  .popup-authentication .fieldset,
  .popup-authentication .block-content {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-grow: 1;
    flex-grow: 1;
  }
  .popup-authentication .block[class] {
    box-sizing: border-box;
    float: left;
    padding: 10px 30px 0 0;
    width: 50%;
  }
  .popup-authentication .block[class] + .block {
    border-left: 1px solid #c1c1c1;
    border-top: 0;
    margin: 0;
    padding: 10px 0 0 40px;
  }
  .popup-authentication .block[class] + .block:before {
    left: 0;
    top: 50%;
  }
  .popup-authentication .actions-toolbar {
    margin-bottom: 0;
    margin-top: auto;
  }
  .checkout-payment-method .actions-toolbar .primary {
    float: right;
    margin: 0;
  }
  .checkout-payment-method .fieldset > .field-select-billing > .control {
    float: none;
    width: 100%;
  }
  .checkout-payment-method .payment-method-content .fieldset > .field {
    margin: 0 0 20px;
  }
  .checkout-payment-method .payment-method-content .fieldset > .field.choice:before {
    padding: 0;
    width: 0;
  }
  .checkout-payment-method .payment-method-content .fieldset > .field.type .control {
    margin-left: 25.8%;
  }
  .checkout-payment-method .payment-method-content .fieldset > .field.type.no-detection .control {
    margin-left: 0;
  }
  .checkout-billing-address .action-update {
    float: right;
  }
  .checkout-billing-address .actions-toolbar .action-cancel {
    margin: 6px 20px 0 0;
  }
  .checkout-payment-method .payment-option-title {
    padding-left: 22px;
  }
  .checkout-payment-method .payment-option-content .payment-option-inner + .actions-toolbar {
    margin-left: 0;
  }
  .contact-index-index .column:not(.sidebar-additional) .form.contact {
    min-width: 600px;
  }
  .login-container .block .login .actions-toolbar > .primary {
    margin-bottom: 0;
    margin-right: 30px;
  }
  .login-container .block .login .actions-toolbar > .secondary {
    float: left;
  }
  .fieldset .fullname .field .label {
    padding: 6px 15px 0 0;
    text-align: right;
    width: 25.8%;
    box-sizing: border-box;
    float: left;
  }
  .fieldset .fullname .field .control {
    width: 74.2%;
    float: left;
  }
  .form.password.reset,
  .form.send.confirmation,
  .form.password.forget,
  .form.create.account,
  .form.search.advanced,
  .form.form-orders-search {
    min-width: 600px;
    width: 50%;
  }
  .account.page-layout-2columns-left .sidebar-main,
  .account.page-layout-2columns-left .sidebar-additional {
    width: 22.3%;
  }
  .account.page-layout-2columns-left .column.main {
    width: 77.7%;
  }
  .block-addresses-list .items.addresses {
    font-size: 0;
  }
  .block-addresses-list .items.addresses > .item {
    display: inline-block;
    font-size: 14px;
    margin-bottom: 20px;
    vertical-align: top;
    width: 48.8%;
  }
  .block-addresses-list .items.addresses > .item:nth-last-child(1),
  .block-addresses-list .items.addresses > .item:nth-last-child(2) {
    margin-bottom: 0;
  }
  .block-addresses-list .items.addresses > .item:nth-child(even) {
    margin-left: 2.4%;
  }
  .control.captcha-image .captcha-img {
    margin: 0 10px 10px 0;
  }
  .page-product-downloadable .product-options-wrapper {
    float: left;
    width: 55%;
  }
  .page-product-downloadable .product-options-bottom {
    float: right;
    width: 40%;
  }
  .page-product-downloadable .product-options-bottom .field.qty + .actions {
    padding-top: 0;
  }
  .gift-message .field {
    margin-bottom: 20px;
  }
  .gift-options {
    position: relative;
    z-index: 1;
  }
  .gift-options .actions-toolbar {
    clear: both;
    float: right;
    position: static;
  }
  .gift-options .actions-toolbar .secondary {
    float: right;
  }
  .gift-options .actions-toolbar .secondary .action {
    float: right;
    margin-left: 20px;
  }
  .gift-options .actions-toolbar .secondary .action-cancel {
    display: block;
    float: left;
    margin-top: 6px;
  }
  .gift-options .actions-toolbar:nth-child(3):before {
    border-left: 1px solid #c1c1c1;
    bottom: 5rem;
    content: '';
    display: block;
    left: 50%;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 0;
  }
  .gift-options-title {
    font-weight: 300;
    font-size: 1.8rem;
  }
  .cart.table-wrapper .action-gift {
    float: left;
  }
  .order-options .gift-wrapping,
  .table-order-review .gift-wrapping {
    max-width: 50%;
  }
  .form-giftregistry-search .fieldset {
    margin-bottom: 29px;
  }
  .form-giftregistry-search .fieldset > .fields-specific-options > .field {
    margin: 0 0 20px;
    box-sizing: border-box;
  }
  .form-giftregistry-search .fieldset > .fields-specific-options > .field > .label {
    margin: 0;
  }
  .form-giftregistry-search .fieldset > .fields-specific-options > .field:before,
  .form-giftregistry-search .fieldset > .fields-specific-options > .field:after {
    content: '';
    display: table;
  }
  .form-giftregistry-search .fieldset > .fields-specific-options > .field:after {
    clear: both;
  }
  .form-giftregistry-search .fieldset > .fields-specific-options > .field.choice:before,
  .form-giftregistry-search .fieldset > .fields-specific-options > .field.no-label:before {
    padding: 6px 15px 0 0;
    width: 25.8%;
    box-sizing: border-box;
    content: ' ';
    float: left;
    height: 1px;
  }
  .form-giftregistry-search .fieldset > .fields-specific-options > .field .description {
    padding: 6px 15px 0 0;
    text-align: right;
    width: 25.8%;
    box-sizing: border-box;
    float: left;
  }
  .form-giftregistry-search .fieldset > .fields-specific-options > .field:not(.choice) > .label {
    padding: 6px 15px 0 0;
    text-align: right;
    width: 25.8%;
    box-sizing: border-box;
    float: left;
  }
  .form-giftregistry-search .fieldset > .fields-specific-options > .field:not(.choice) > .control {
    width: 74.2%;
    float: left;
  }
  .block-giftregistry-shared-items .product-item-photo {
    display: table-cell;
    max-width: 100%;
    padding: 0 20px 0 0;
    vertical-align: top;
    width: 1%;
  }
  .block-giftregistry-shared-items .product-item-details {
    display: table-cell;
    vertical-align: top;
    width: 99%;
    word-break: normal;
  }
  .block-giftregistry-shared-items .col.product {
    width: 48%;
  }
  .block-giftregistry-shared-items .col:not(.product) {
    text-align: center;
  }
  .block-giftregistry-shared-items .col.price {
    padding-top: 17px;
  }
  .block-giftregistry-shared-items .input-text.qty {
    margin-top: -4px;
  }
  .gift-options-cart-item .gift-wrapping,
  .cart-gift-item .gift-wrapping {
    box-sizing: border-box;
    float: left;
    padding-right: 20px;
    width: 50%;
  }
  .gift-options-cart-item .gift-wrapping + .gift-message,
  .cart-gift-item .gift-wrapping + .gift-message {
    border-left: 1px solid #c1c1c1;
    box-sizing: border-box;
    float: left;
    padding-left: 4.5rem;
    width: 50%;
  }
  .form-add-invitations .additional,
  .form-add-invitations .field.text {
    margin-top: 29px;
  }
  .table-invitations .col {
    width: 50%;
  }
  .wishlist.window.popup {
    bottom: auto;
    top: 20%;
    left: 50%;
    margin-left: -212px;
    width: 380px;
    right: auto;
  }
  .wishlist.window.popup .field {
    margin: 0 0 20px;
  }
  .wishlist.window.popup .field:not(.choice) > .label {
    box-sizing: content-box;
    float: none;
    width: auto;
    text-align: left;
    padding: 0;
  }
  .wishlist.window.popup .field:not(.choice) > .control {
    float: none;
    width: auto;
  }
  .wishlist.window.popup .field > .label {
    margin: 0 0 5px;
    display: inline-block;
  }
  .wishlist.window.popup .field.choice:before,
  .wishlist.window.popup .field.no-label:before {
    display: none;
  }
  .block-wishlist-management {
    margin-bottom: 20px;
  }
  .block-wishlist-management .wishlist-select {
    border-bottom: 1px solid #e8e8e8;
    display: table;
    margin-bottom: 15px;
    width: 100%;
  }
  .block-wishlist-management .wishlist-select .wishlist-name {
    display: table-cell;
    margin-right: 10px;
    padding: 5px 10px 10px;
    vertical-align: top;
    white-space: nowrap;
    width: 5%;
  }
  .block-wishlist-management .wishlist-select-items {
    display: table-cell;
    padding-right: 160px;
    vertical-align: top;
  }
  .block-wishlist-management .wishlist-select-items .item {
    display: inline-block;
    margin-right: 10px;
    padding: 5px 10px 10px;
  }
  .block-wishlist-management .wishlist-select-items .item:last-child {
    margin-right: 0;
  }
  .block-wishlist-management .wishlist-select-items .current {
    border-bottom: 3px solid #ff5501;
    font-weight: 600;
  }
  .block-wishlist-management .wishlist-select .wishlist-name-current {
    display: none;
  }
  .block-wishlist-management .wishlist-add.item {
    position: absolute;
    right: 0;
    top: 0;
  }
  .block-wishlist-management .wishlist-title strong {
    font-size: 4rem;
  }
  .block-wishlist-management .wishlist-info {
    float: left;
  }
  .block-wishlist-management .wishlist-toolbar {
    float: right;
  }
  .block-wishlist-info-items .product-item-photo {
    margin-left: 0;
  }
  .products-grid.wishlist .product-item-checkbox {
    float: left;
  }
  .products-grid.wishlist .product-item-checkbox + .product-item-name {
    margin-left: 25px;
  }
  .block.newsletter {
    max-width: 44%;
    width: max-content;
  }
  .block.newsletter .field {
    margin-right: 5px;
  }
  .block.newsletter .field.newsletter {
    max-width: 220px;
  }
  .block.newsletter .field .control {
    width: 100%;
  }
  .block.newsletter .action.subscribe {
    border-radius: 3px;
  }
  .paypal-review .paypal-review-title {
    border-bottom: 1px solid #d1d1d1;
  }
  .paypal-review .block-content .box-order-shipping-address,
  .paypal-review .block-content .box-order-shipping-method,
  .paypal-review .block-content .box-order-shipping-method + .box-order-billing-address {
    box-sizing: border-box;
    float: left;
    width: 33%;
  }
  .paypal-review .block-content .box-order-shipping-address {
    padding: 0 5%;
    width: 34%;
  }
  .paypal-review .col.subtotal,
  .paypal-review .mark,
  .paypal-review .amount {
    text-align: right;
  }
  .products.wrapper.list .product-reviews-summary {
    margin: 0;
  }
  .reward-settings + .actions-toolbar {
    margin-top: -32px;
  }
  .form-create-return .additional .field:last-child {
    margin-top: 29px;
  }
  .magento-rma-guest-returns .column.main .block:not(.widget) .block-content .box {
    margin-bottom: 20px;
  }
  .block-returns-tracking .block-title .action {
    margin: 0 0 0 30px;
  }
  .block-returns-tracking .block-title .actions-track {
    float: right;
    margin-top: 12px;
  }
  .table-order-items .subtotal,
  .table-order-items .amount {
    text-align: right;
  }
  .table-order-items.creditmemo .col.qty,
  .table-order-items.creditmemo .col.discount,
  .table-order-items.creditmemo .col.subtotal {
    text-align: center;
  }
  .table-order-items.creditmemo .col.total {
    text-align: right;
  }
  .order-pager-wrapper .order-pager-wrapper-top {
    padding-left: 0;
    padding-right: 0;
  }
  .order-pager-wrapper .pages {
    float: right;
  }
  .order-actions-toolbar .action.print {
    display: block;
    float: right;
  }
  .page-title-wrapper .order-date {
    margin-top: -20px;
  }
  [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;
  }
  .page-wrapper > .breadcrumbs,
  .page-wrapper > .top-container,
  .page-wrapper > .widget {
    box-sizing: border-box;
    width: 100%;
  }
  .navigation ul {
    padding: 0 8px;
  }
  .header.panel > .header.links {
    float: right;
    font-size: 0;
    margin: 0;
    padding: 0;
    list-style: none none;
    margin-left: auto;
  }
  .header.panel > .header.links > li {
    display: inline-block;
    vertical-align: top;
  }
  .header.panel > .header.links > li {
    font-size: 14px;
    margin: 0 0 0 15px;
  }
  .header.panel > .header.links > li.welcome,
  .header.panel > .header.links > li a {
    line-height: 1.4;
  }
  .header.panel > .header.links > li.welcome a {
    padding-left: 5px;
  }
  .header.content {
    padding: 30px 20px 0;
  }
  .page-header {
    border: 0;
    margin-bottom: 0;
  }
  .page-header .panel.wrapper {
    border-bottom: 1px solid #e8e8e8;
  }
  .page-header .header.panel {
    padding-bottom: 10px;
    padding-top: 10px;
  }
  .page-header .switcher {
    display: inline-block;
  }
  .page-main > .page-title-wrapper .page-title {
    display: inline-block;
  }
  .page-main > .page-title-wrapper .page-title + .action {
    float: right;
    margin-top: 20px;
  }
  .logo {
    margin: 0 auto 25px 0;
  }
  .logo img {
    max-height: inherit;
  }
  .footer.content .block {
    float: right;
  }
  .footer.content .links {
    display: inline-block;
    margin-bottom: 20px;
    padding: 0 50px 0 0;
    vertical-align: top;
  }
  .footer.content .switcher.store {
    display: inline-block;
    padding-right: 50px;
    vertical-align: top;
  }
  .my-credit-cards .card-type img {
    display: block;
  }
  .products-grid.wishlist .product-item-tooltip {
    display: inline-block;
  }
  .products-grid.wishlist .product-item-actions {
    margin: 10px 0 0;
  }
  .products-grid.wishlist .product-item .fieldset .field.qty {
    margin-bottom: 10px;
    padding-right: 10px;
  }
  .products-grid.wishlist .product-item .fieldset .field.qty .label {
    width: auto;
  }
  .products-grid.wishlist .product-item .box-tocart .actions-primary {
    margin: 0;
  }
  .products-grid.wishlist .product-item .box-tocart .stock {
    margin: 20px 0 0;
  }
  .wishlist-index-index .product-item-info {
    width: 240px;
  }
  .block.widget .products-grid .product-item {
    width: 33.33333333%;
  }
  .sidebar .block.widget .products-grid .product-item {
    margin-left: 0;
    width: 100%;
  }
  .sidebar .block.widget .products-grid .product-item .actions-secondary {
    display: block;
    padding: 10px 0;
  }
  .page-layout-1column .block.widget .products-grid .product-item {
    margin-left: 2%;
    width: calc((100% - 6%) / 4);
  }
  .page-layout-1column .block.widget .products-grid .product-item:nth-child(3n + 1) {
    margin-left: 2%;
  }
  .page-layout-1column .block.widget .products-grid .product-item:nth-child(4n + 1) {
    margin-left: 0;
  }
  .page-layout-3columns .block.widget .products-grid .product-item {
    width: 50%;
  }
  .sidebar .block.widget .pager .pages-item-next {
    padding: 0;
  }
  .sidebar .block.widget .pager .pages-item-next .action {
    margin: 0;
  }
}
@media all and (min-width: 1024px), print {
  .amcart-minipage-wrap .amcart-message-box {
    width: 820px;
  }
  .amcart-minipage-wrap .amcart-confirm-buttons {
    margin: 0 35px 40px;
  }
  .amcart-minipage-wrap .amcart-confirm-buttons .button {
    max-width: 355px;
  }
  .amcart-minipage-wrap .am-photo-container {
    padding: 0 25px 0 35px;
  }
  .amcart-minipage-wrap .am-photo-container > .product-item-photo {
    text-align: left;
  }
  .ampage-top-info,
  .ampage-bottom-info {
    padding: 0 35px 0 0;
  }
  .checkout-index-index .opc-wrapper.am-opc-wrapper .shipping-address-item {
    width: 50%;
  }
  /* phpcs:ignore Magento2.Less.AvoidId.IdSelectorUsage */
  #checkout.am-checkout.-modern.-layout-1column .authentication-wrapper {
    min-width: 300px;
  }
  .amcheckout-main-container.-modern .amcheckout-step-container .amcheckout-form-login .amcheckout-email .amcheckout-wrapper {
    flex: inherit;
    width: calc(50% - 7px);
  }
  .amcheckout-main-container.-modern .amcheckout-step-container .amcheckout-delivery-date .field.date,
  .amcheckout-main-container.-modern .amcheckout-step-container .amcheckout-delivery-date .field.timepicker {
    width: 50%;
  }
  .amcheckout-main-container.-modern .amcheckout-step-container .amcheckout-delivery-date .field.date {
    padding-right: 10px;
  }
  .amcheckout-main-container.-modern .amcheckout-step-container .amcheckout-delivery-date .field.timepicker {
    padding-left: 10px;
  }
  .amcheckout-main-container.-modern .amcheckout-step-container .amcheckout-summary-container .amcheckout-title {
    background: #eeeeee;
    color: #363636;
  }
  .amcheckout-main-container.-modern .amcheckout-step-container .amcheckout-summary-container .amcheckout-title > .amcheckout-icon {
    background: none;
  }
  .amcheckout-main-container.-modern .amcheckout-step-container .amcheckout-summary-container .subtotal {
    width: 15%;
  }
  .amcheckout-main-container.-modern .amcheckout-step-container .amcheckout-summary-container .table-totals {
    margin-left: auto;
    width: 40%;
  }
  .amcheckout-main-container.-modern .amcheckout-step-container .checkout-payment-method .payment-option-title {
    border: none;
  }
  .checkout-index-index:not(.amasty-jet-theme) .amcheckout-main-container.-modern.-layout-1column .amcheckout-summary-container .details-qty {
    max-width: 20%;
  }
  .checkout-index-index:not(.amasty-jet-theme) .amcheckout-main-container.-modern.-layout-1column .amcheckout-additional-options .amcheckout-checkboxes,
  .checkout-index-index:not(.amasty-jet-theme) .amcheckout-main-container.-modern.-layout-1column .amcheckout-additional-options .amcheckout-comment {
    display: inline-block;
    vertical-align: top;
  }
  .checkout-index-index:not(.amasty-jet-theme) .amcheckout-main-container.-modern.-layout-1column .amcheckout-additional-options .amcheckout-checkboxes {
    box-sizing: border-box;
    padding-right: 10px;
    width: 45%;
  }
  .checkout-index-index:not(.amasty-jet-theme) .amcheckout-main-container.-modern.-layout-1column .amcheckout-additional-options .amcheckout-comment {
    width: 55%;
  }
  .amcheckout-main-container.-modern.-layout-2columns {
    position: relative;
  }
  .amcheckout-main-container.-modern.-layout-2columns .amcheckout-column {
    margin: 0;
  }
  .amcheckout-main-container.-modern.-layout-2columns .amcheckout-column.-main {
    float: left;
    width: calc(100% - (380px + 60px));
  }
  .amcheckout-main-container.-modern.-layout-2columns .amcheckout-column.-sidebar {
    float: right;
    transition: all .3s ease;
    width: 380px;
  }
  .amcheckout-main-container.-modern.-layout-2columns .amcheckout-column.-sidebar.-sticky {
    max-height: 100vh;
    overflow: auto;
  }
  .amcheckout-main-container.-modern.-layout-2columns .amcheckout-column.-sidebar .amcheckout-trust-badges {
    justify-content: center;
    margin: 0 0 15px;
  }
  .amcheckout-main-container.-modern.-layout-2columns .amcheckout-column.-sidebar .amcheckout-trust-seal {
    font-size: 12px;
    max-width: 265px;
    text-align: center;
  }
  .amcheckout-main-container.-modern.-layout-2columns .amcheckout-step-container.-summary,
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container.-summary {
    background: #ffffff;
    border: 1px solid #d4d4d4;
  }
  .amcheckout-main-container.-modern.-layout-2columns .amcheckout-step-container.-summary > .checkout-payment-method .actions-toolbar,
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container.-summary > .checkout-payment-method .actions-toolbar {
    margin-bottom: 20px;
    text-align: center;
  }
  .amcheckout-main-container.-modern.-layout-2columns .amcheckout-step-container.-summary > .checkout-payment-method .actions-toolbar .amasty.checkout,
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container.-summary > .checkout-payment-method .actions-toolbar .amasty.checkout {
    float: none;
    width: 70%;
  }
  .amcheckout-main-container.-modern.-layout-2columns .amcheckout-step-container .amcheckout-summary-container,
  .amcheckout-main-container.-modern.-layout-2columns .amcheckout-step-container .amcheckout-summary-container .amcheckout-title,
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-summary-container,
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-summary-container .amcheckout-title,
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-additional-options,
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-additional-options .amcheckout-title {
    background: #f9f9f9;
    cursor: default;
  }
  .amcheckout-main-container.-modern.-layout-2columns .amcheckout-step-container .amcheckout-summary-container .product-item-name,
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-summary-container .product-item-name,
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-additional-options .product-item-name {
    width: 100%;
  }
  .amcheckout-main-container.-modern.-layout-2columns .amcheckout-step-container .amcheckout-summary-container .subtotal,
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-summary-container .subtotal,
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-additional-options .subtotal {
    width: auto;
  }
  .amcheckout-main-container.-modern.-layout-2columns .amcheckout-step-container .amcheckout-summary-container .table-totals,
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-summary-container .table-totals,
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-additional-options .table-totals {
    margin-left: 0;
    width: 100%;
  }
  .amcheckout-main-container.-modern.-layout-2columns .amcheckout-step-container .amcheckout-additional-options {
    background: #ffffff;
  }
  .amcheckout-main-container.-modern.-layout-2columns .amcheckout-step-container .amcheckout-additional-options .amcheckout-checkboxes,
  .amcheckout-main-container.-modern.-layout-2columns .amcheckout-step-container .amcheckout-additional-options .amcheckout-comment {
    display: block;
    width: 100%;
  }
  .amcheckout-sticky-stopper {
    display: block;
    height: 0;
    margin: 0;
    padding: 0;
    visibility: hidden;
    width: 100%;
  }
  .amcheckout-main-container.-modern.-layout-3columns {
    display: flex;
    justify-content: space-between;
  }
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-column {
    width: 32%;
  }
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container.-summary .amcheckout-trust-badges {
    justify-content: center;
    margin: 0 0 15px;
  }
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container.-summary .amcheckout-trust-seal {
    font-size: 12px;
    margin: auto;
    max-width: 66%;
    text-align: center;
  }
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-title {
    cursor: default;
  }
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-form-login .amcheckout-email .amcheckout-wrapper,
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .form-login .amcheckout-email .amcheckout-wrapper {
    flex: auto;
    width: inherit;
  }
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-form-login .amcheckout-password,
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .form-login .amcheckout-password {
    width: 100%;
  }
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-shipping-address .shipping-address-item,
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-shipping-address .shipping-address-details {
    width: 100%;
  }
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-shipping-address .shipping-address-item:not(:last-of-type),
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-shipping-address .shipping-address-details:not(:last-of-type) {
    margin-bottom: 10px;
  }
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-shipping-methods {
    min-width: inherit;
  }
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-shipping-methods .amcheckout-method {
    width: 100%;
  }
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-shipping-methods .amcheckout-method:not(:last-of-type) {
    margin-bottom: 10px;
  }
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .billing-address-details {
    width: 100%;
  }
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-payment-methods .payment-method:not(:last-of-type) {
    margin-bottom: 10px;
  }
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-delivery-date .field.date .control {
    position: relative;
  }
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-delivery-date .field.date .input-text._has-datepicker {
    width: 100%;
  }
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-delivery-date .field.date ._has-datepicker ~ .ui-datepicker-trigger {
    margin: 0;
    position: absolute;
    right: 7px;
    top: 7px;
  }
  .amcheckout-main-container.-modern.-layout-3columns .checkout-payment-method .amcheckout-trust-seal {
    max-width: 66%;
  }
  .amfaq-social-buttons {
    float: right;
    padding-top: 0;
  }
  .am-widget-categories-2 .am-widget-category {
    width: 50%;
  }
  .am-widget-categories-3 .am-widget-category {
    width: 33.3333%;
  }
  .amrelated-pack-wrapper .amrelated-content-wrapper .amrelated-plus,
  .amrelated-pack-wrapper .amrelated-content-wrapper .amrelated-equal {
    font-size: 90px;
    padding: 10px;
  }
  .amrelated-pack-item.-narrow .product-reviews-summary {
    margin: 0 auto 5px;
  }
  .amrelated-popup-container .amrelated-bundle-popup {
    width: 820px;
  }
  .amrelated-product-info .amrelated-info.-top,
  .amrelated-product-info .amrelated-info.-bottom {
    padding: 0 35px 0 0;
  }
  .amrelated-product-info .amrelated-image-container .amrelated-image-container {
    padding: 0 25px 0 35px;
  }
  .amrelated-product-info .amrelated-image-container > .product-item-photo {
    text-align: left;
  }
  .amslider .slide {
    flex-basis: auto;
    margin: 0 20px 20px 0;
    max-width: 32%;
  }
  .filter-options-content .am-filter-price {
    width: 43%;
  }
  .amslider-container.am-swiper-slider {
    width: 85%;
  }
  .ambrands-letters-filter .ambrands-letter {
    margin: 0 7px 7px 0;
  }
  .ambrands-letters-list .ambrands-letter {
    padding-right: 30px;
    width: inherit;
  }
  .ambrands-list-popup {
    position: absolute;
    width: 600px;
    height: 415px;
    border-radius: 3px;
    background: #fff;
    box-shadow: 0 2px 7px rgba(131, 136, 141, 0.13), 0 10px 15px rgba(131, 136, 141, 0.13);
    opacity: 0;
    transition: all .5s ease;
    pointer-events: none;
  }
  .ambrands-menu-item:hover .ambrands-list-popup,
  .ammenu-item:hover .ambrands-list-popup {
    display: block;
    opacity: 1;
    pointer-events: auto;
  }
  .ambrands-list-container {
    display: flex;
    height: 100%;
    font-size: 0;
  }
  .ambrands-list-popup .ambrands-letters-filter {
    display: block;
    overflow: auto;
    box-sizing: border-box;
    padding: 20px 14px 0;
    min-width: calc(((34px + 12px) * 4) + (14px * 2));
    width: calc(((34px + 12px) * 4) + (14px * 2));
    height: 100%;
    background: #fbfbfb;
    font-size: 0;
  }
  .ambrands-list-popup .ambrands-letters-filter .ambrands-letter {
    display: inline-flex;
    margin: 0 6px 12px;
  }
  .ambrands-list-popup .ambrands-letters-filter .ambrands-letter.-letter-all {
    margin-bottom: 30px;
    width: calc(100% - 12px);
  }
  .ambrands-popup-items {
    display: inline-block;
    overflow: auto;
    box-sizing: border-box;
    padding: 20px;
    width: 100%;
    height: 100%;
    font-size: 14px;
  }
  .ambrands-popup-items .ambrands-letters-list {
    width: 100%;
  }
  .ambrands-popup-items .ambrands-letters-list .ambrands-letter {
    margin-bottom: 30px;
    padding-right: 0;
  }
  .ambrands-popup-items .ambrands-letters-list:last-child .ambrands-letter {
    margin-bottom: 0;
  }
  .ambrands-popup-items .ambrands-letters-list .ambrands-brand-item {
    min-width: 100px;
  }
  .ambrands-popup-items .ambrands-letters-list .ambrands-brand-item {
    min-width: 100px;
  }
  .ambrands-popup-items .ambrands-letters-list .ambrands-brand-item .ambrands-label {
    max-width: 130px;
  }
  .ambrands-popup-items .ambrands-letters-list .ambrands-brand-item.-no-logo {
    max-width: 102px;
  }
  .ambrands-popup-items .ambrands-letter .ambrands-brand-item .ambrands-empty {
    font-weight: 400;
    font-size: 40px;
  }
  .amsearch-emptysearch-cms {
    align-items: center;
    display: flex;
    justify-content: space-between;
    padding: 40px 70px;
  }
  .amsearch-emptysearch-cms > .amsearch-item {
    max-width: 50%;
  }
  .amsearch-emptysearch-cms > .amsearch-content {
    padding-right: 10px;
  }
  .amsearch-emptysearch-cms .amsearch-content > .amsearch-title {
    font-size: 72px;
    margin: 0 0 20px;
  }
  .amsearch-emptysearch-cms .amsearch-text {
    font-size: 28px;
    line-height: 33px;
  }
  .amsearch-emptysearch-cms .amsearch-contacts-block {
    font-size: 22px;
    margin-top: 45px;
  }
  .amsearch-emptysearch-cms .amsearch-image-block {
    margin-top: 0;
  }
  .amsearch-emptysearch-cms .amsearch-contacts-block > .amsearch-title {
    margin-bottom: 10px;
  }
  .amsearch-result-block:not(.-preload) .amsearch-products-section {
    width: calc(100% - 283px);
  }
  .amsearch-products-section.-grid:not(.-slider) .amsearch-item {
    max-width: calc(25%);
  }
  .page-header.amsearch-full-width .amsearch-products-section.-grid:not(.-slider) .amsearch-item {
    max-width: calc(20%);
  }
  .products-grid .product-item {
    width: 20%;
  }
  .page-layout-1column .products-grid .product-item {
    width: 16.66666667%;
  }
  .page-layout-3columns .products-grid .product-item {
    width: 25%;
  }
  .page-products .products-grid .product-items {
    margin: 0;
  }
  .page-products .products-grid .product-item {
    margin-left: 2%;
    padding: 0;
    width: calc((100% - 6%) / 4);
  }
  .page-products .products-grid .product-item:nth-child(3n + 1) {
    margin-left: 2%;
  }
  .page-products .products-grid .product-item:nth-child(4n + 1) {
    margin-left: 0;
  }
  .page-products.page-layout-1column .products-grid .product-item {
    margin-left: 0;
    width: 20%;
  }
  .page-products.page-layout-3columns .products-grid .product-item {
    margin-left: 1%;
    width: 32.667%;
  }
  .page-products.page-layout-3columns .products-grid .product-item:nth-child(3n) {
    margin-left: 1%;
  }
  .page-products.page-layout-3columns .products-grid .product-item:nth-child(3n + 1) {
    margin-left: 0;
  }
  .checkout-index-index .modal-popup .modal-inner-wrap {
    margin-left: -400px;
    width: 800px;
    left: 50%;
  }
  .opc-wrapper .shipping-address-item {
    width: 33.33333333%;
  }
  .opc-wrapper .shipping-address-item:before {
    background: #cccccc;
    height: calc(100% - 20px);
    content: '';
    left: 0;
    position: absolute;
    top: 0;
    width: 1px;
  }
  .opc-wrapper .shipping-address-item:nth-child(3n + 1):before {
    display: none;
  }
  .opc-wrapper .shipping-address-item.selected-item:before {
    display: none;
  }
  .opc-wrapper .shipping-address-item.selected-item + .shipping-address-item:before {
    display: none;
  }
  .table-checkout-shipping-method {
    min-width: 500px;
  }
  .wishlist-index-index .products-grid .product-items {
    margin: 0;
  }
  .wishlist-index-index .products-grid .product-item {
    margin-left: calc((100% - 4 * 24.439%) / 3);
    padding: 0;
    width: 24.439%;
  }
  .wishlist-index-index .products-grid .product-item:nth-child(4n + 1) {
    margin-left: 0;
  }
  .block.widget .products-grid .product-item {
    width: 20%;
  }
  .page-layout-1column .block.widget .products-grid .product-item {
    margin-left: 2%;
    width: calc((100% - 8%) / 5);
  }
  .page-layout-1column .block.widget .products-grid .product-item:nth-child(4n + 1) {
    margin-left: 2%;
  }
  .page-layout-1column .block.widget .products-grid .product-item:nth-child(5n + 1) {
    margin-left: 0;
  }
  .page-layout-3columns .block.widget .products-grid .product-item {
    width: 25%;
  }
  .block.widget .products-grid .product-items {
    margin: 0;
  }
  .block.widget .products-grid .product-item {
    margin-left: calc((100% - 4 * 24.439%) / 3);
    padding: 0;
    width: 24.439%;
  }
  .block.widget .products-grid .product-item:nth-child(4n + 1) {
    margin-left: 0;
  }
}
@media all and (min-width: 1440px), print {
  .amrelated-pack-list.-wide .amrelated-pack-item.-main {
    display: flex;
  }
  .amrelated-pack-list.-wide .amrelated-pack-items {
    flex-wrap: nowrap;
    max-width: 66%;
    position: relative;
    width: unset;
  }
  .amrelated-pack-list.-wide .amrelated-plus,
  .amrelated-pack-list.-wide .amrelated-equal {
    line-height: unset;
  }
  .amrelated-pack-item.-wide {
    padding: 30px;
    width: 270px;
  }
  .amrelated-pack-item.-wide.-main {
    padding-left: 0;
    width: 270px;
  }
  .amrelated-pack-item.-wide .amrelated-info {
    display: flex;
    text-align: left;
  }
  .amrelated-pack-item.-wide .amrelated-details {
    margin-left: 20px;
  }
  .amrelated-pack-item.-wide .amrelated-photo-container {
    margin: 0;
  }
  .amslider .wrapper {
    justify-content: center;
  }
  .amlocator-schedule-table .amlocator-cell.-time {
    padding-right: 7%;
    text-align: right;
  }
  .sidebar .product-items .product-item-info .product-item-photo {
    float: none;
    left: 0;
    margin: 0;
    position: absolute;
    top: 0;
  }
  .sidebar .product-items .product-item-details {
    margin-left: 85px;
  }
}
