/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.rma-rma-view .fieldset > .field:not(.choice) > .control textarea {
  background: #fff;
  border: 1px solid #ccc;
}
.fieldset.rmaReturnMsg .field:not(.choice) label {
  position: relative;
  top: 10px;
  text-align: left;
}
nav.menu {
  position: relative;
}
.menu > ul {
  margin: 0 auto;
  width: 1300px;
  display: table;
  padding: 0;
}
@media (min-width: 1025px) {
  .menu > ul {
    display: flex;
    justify-content: center;
  }
}
.menu > ul > li {
  list-style: none;
  display: table-cell;
  line-height: 28px;
  padding: 0 0px;
  text-align: center;
}
.menu > ul > li > a {
  text-decoration: none;
  color: #000000;
  display: block;
  padding: 7px 20px;
  text-transform: uppercase;
  /*border-bottom: solid 2px #fff;*/
  letter-spacing: 0.1em;
  padding-top: 7px;
  line-height: 18px;
}
.menu > ul > li > a:hover {
  color: #ffffff;
  /*border-bottom: solid 2px #000;*/
  background-color: #000;
  transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
}
.menu > ul li.sale a {
  color: #ce0e25;
}
.xs-menu li {
  color: #ffffff;
  padding: 14px 30px;
  border-bottom: 1px solid #ccc;
  background: #FF7F50;
}
.xs-menu li a {
  text-decoration: none;
  color: #000000;
  display: block;
  padding: 0px 4px;
  text-transform: uppercase;
  border-bottom: solid 2px #fff;
}
.xs-menu a {
  text-decoration: none;
}
.displaynone {
  display: none;
}
.xs-menu-cont {
  display: none;
}
.xs-menu-cont > a {
  background: none repeat scroll 0 0 #ff7f50;
  border-radius: 3px;
  padding: 3px 6px;
  display: block;
  border-bottom: 1px solid #E67248;
  box-shadow: 0 1px 2px #e67248;
  -webkit-box-shadow: 0 1px 2px #e67248;
  -moz-box-shadow: 0 1px 2px #e67248;
}
.xs-menu-cont > a:hover {
  cursor: pointer;
}
.mega-menu {
  background: none repeat scroll 0 0 #fff;
  left: 0;
  position: absolute;
  width: 100%;
  padding: 15px;
  display: none;
  transition-duration: 0.9s;
  text-align: left;
  z-index: 999;
  min-height: 440px;
  max-height: 500px;
  border-top: 2px solid #222;
  border-bottom: 2px solid #222;
}
.mega-menu > .container .mm-column:first-child .categories-list > ul {
  padding-left: 0;
}
#menutoggle i {
  color: #ffffff;
  font-size: 33px;
  margin: 0;
  padding: 0;
}
.mm-column {
  float: left;
  position: relative;
  width: 170px;
  padding-right: 30px;
}
.mm-column:after {
  content: "";
  display: table;
  clear: both;
}
.mm-column:before {
  content: "";
  display: table;
  clear: both;
}
.mm-wrapper {
  width: 1480px;
  margin: 0 auto;
}
.mm-column.right-images {
  float: right;
  width: 300px;
  padding-right: 0;
  line-height: normal;
}
.mm-column.right-images img {
  margin-bottom: 10px;
}
.mm-column.right-images h6 {
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 5px;
}
.categories-list li {
  display: block;
  line-height: normal;
  margin: 0;
  padding: 5px 0;
}
.categories-list li a {
  font-weight: 300;
  position: relative;
  padding-bottom: 8px;
  letter-spacing: 0.025em;
  line-height: 20px;
}
.categories-list li a:hover {
  color: #858585;
}
.categories-list li a:hover:before {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  transition: opacity 0.2s, -webkit-transform 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: transform 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275), opacity 0.2s;
  transition: transform 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275), opacity 0.2s, -webkit-transform 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.categories-list li a:hover:after {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  transition: opacity 0s 0.2s, -webkit-transform 0s 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: transform 0s 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275), opacity 0s 0.2s;
  transition: transform 0s 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275), opacity 0s 0.2s, -webkit-transform 0s 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.categories-list li a:before {
  content: '';
  position: absolute;
  bottom: 2px;
  left: 0;
  right: 0;
  height: 1px;
  background-color: #000000;
  opacity: 0;
  -webkit-transform: translateY(-8px);
  transform: translateY(-8px);
  transition: opacity 0s, -webkit-transform 0s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: transform 0s cubic-bezier(0.175, 0.885, 0.32, 1.275), opacity 0s;
  transition: transform 0s cubic-bezier(0.175, 0.885, 0.32, 1.275), opacity 0s, -webkit-transform 0s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  display: none;
}
.categories-list li a:after {
  content: '';
  position: absolute;
  bottom: 2px;
  left: 0;
  right: 0;
  height: 1px;
  background-color: #000000;
  opacity: 0;
  -webkit-transform: translateY(4px);
  transform: translateY(4px);
  transition: opacity 0.2s, -webkit-transform 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: transform 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275), opacity 0.2s;
  transition: transform 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275), opacity 0.2s, -webkit-transform 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  display: none;
}
.categories-list li a:focus:before {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  transition: opacity 0.2s, -webkit-transform 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: transform 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275), opacity 0.2s;
  transition: transform 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275), opacity 0.2s, -webkit-transform 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.categories-list li a:focus:after {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  transition: opacity 0s 0.2s, -webkit-transform 0s 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: transform 0s 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275), opacity 0s 0.2s;
  transition: transform 0s 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275), opacity 0s 0.2s, -webkit-transform 0s 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.categories-list h5 {
  font-weight: 700;
  padding-bottom: 5px;
  margin-bottom: 5px;
  text-transform: uppercase;
  line-height: normal;
  letter-spacing: 0.1em;
  border-bottom: solid 0px #eeeeee;
  font-size: 1em;
}
.display-on {
  display: block;
  transition-duration: 0.9s;
}
@media (max-width: 1025px) {
  .menu {
    display: block;
  }
  .xs-menu li a {
    padding: 0px;
  }
  .xs-menu-cont {
    display: block;
  }
}
@media (max-width: 991px) {
  .menu {
    display: none;
  }
}
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
@media (max-width: 1440px) {
  .menu > ul {
    width: 100%;
  }
}
.new-in .mm-column .categories-list h5 {
  font-weight: 600;
  color: #333;
  padding: 10px 0;
  border-bottom: none;
  /* font-family: 'FuturaLTProHeavy';*/
  font-size: 12px;
  line-height: 18px;
  font-family: 'FuturaLTProBook';
}
.categories-list h5 {
  font-weight: 700 !important;
  font-family: 'FuturaLTProBook';
  font-size: 12px;
}
/*.new-in .mm-column {
    display: block;
    width: 12.5%;
    padding-right: 15px;
    position: relative;
    clear: both;
    top: 0;
    z-index: 10;
    clear: both;
}*/
.new-in .mm-column:has(~ .menubannerimg) {
  display: block;
  width: 12.5%;
  padding-right: 15px;
  position: relative;
  top: 0;
  z-index: 10;
  clear: both;
}
.new-in .mm-column.right-images {
  width: 300px;
  clear: initial;
  top: -100px;
}
.new-in .container {
  display: block;
  /*display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    height: 400px;*/
}
.new-in .mm-column.menubannerimg {
  /*    flex-basis: 100%;    width: auto;
    clear: left;    margin-left: auto;max-width: 400px;*/
  clear: left;
  margin-left: auto;
  max-width: max-content;
  width: auto;
  display: inline-flex;
  float: none;
  flex-direction: column;
}
.new-in .banner-description {
  width: 90%;
}
.banner-description .linkdisc {
  color: #222;
}
.banner-description .linkdisc:hover {
  color: #888;
}
.banner-description {
  transform: translateY(-20px) !important;
}
.sm_menu_outer .mobile_menu .mm-column.menubannerimg a {
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
@-webkit-keyframes slide-down {
  0% {
    right: -100%;
  }
  100% {
    opacity: 1;
    right: 0;
  }
}
@-moz-keyframes slide-down {
  0% {
    opacity: 0;
    -moz-transform: translateY(-5%);
  }
  100% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
}
.new-in .mm-column {
  clear: both;
}
@media (max-width: 767px) {
  .sm_menu_outer .mobile_menu .submenu {
    display: none;
  }
  .sm_menu_outer .mobile_menu li.active > .submenu {
    display: block;
    -webkit-animation: slide-down 250ms ease-out;
    -moz-animation: slide-down 250ms ease-out;
  }
  .mm-column.menubannerimg img {
    height: auto !important;
  }
  .sm_menu_outer .mobile_menu .submenu li.banner-img {
    padding-bottom: 80px;
  }
}
button {
  outline: none;
  border: 0;
}
button:hover {
  outline: none;
  border: 0;
}
button:focus {
  outline: none;
  border: 0;
}
.button-1 {
  color: #ffffff !important;
  box-shadow: #333333 0 0px 0px 40px inset;
  -webkit-transition: all 200ms cubic-bezier(0.39, 0.5, 0.15, 1.36);
  -moz-transition: all 200ms cubic-bezier(0.39, 0.5, 0.15, 1.36);
  -ms-transition: all 200ms cubic-bezier(0.39, 0.5, 0.15, 1.36);
  -o-transition: all 200ms cubic-bezier(0.39, 0.5, 0.15, 1.36);
  transition: all 200ms cubic-bezier(0.39, 0.5, 0.15, 1.36);
  display: block;
  min-width: 180px;
  max-width: 200px;
  text-decoration: none;
  text-align: center;
  text-transform: uppercase;
  font-size: 1.111em;
  font-weight: 600;
  letter-spacing: 1.3px;
  cursor: pointer;
  height: 40px;
}
.button-1:hover {
  box-shadow: #000000 0 0px 0px 40px inset;
}
a.button-1 {
  line-height: 45px;
}
.button-3 {
  background: #ffffff !important;
  color: #000 !important;
  box-shadow: #000000 0 0px 0px 2px inset;
  -webkit-transition: all 200ms cubic-bezier(0.39, 0.5, 0.15, 1.36);
  -moz-transition: all 200ms cubic-bezier(0.39, 0.5, 0.15, 1.36);
  -ms-transition: all 200ms cubic-bezier(0.39, 0.5, 0.15, 1.36);
  -o-transition: all 200ms cubic-bezier(0.39, 0.5, 0.15, 1.36);
  transition: all 200ms cubic-bezier(0.39, 0.5, 0.15, 1.36);
  display: block;
  min-width: 180px;
  max-width: 200px;
  text-decoration: none;
  text-align: center;
  text-transform: uppercase;
  font-size: 1.111em;
  font-weight: 600;
  letter-spacing: 1.3px;
  cursor: pointer;
  height: 40px;
}
a.button-3 {
  line-height: 45px;
}
.button-2 {
  position: relative;
  padding-bottom: 8px;
}
.button-2:before {
  content: '';
  position: absolute;
  bottom: 2px;
  left: 0;
  right: 0;
  height: 1px;
  background-color: #000000;
  opacity: 0;
  -webkit-transform: translateY(-8px);
  transform: translateY(-8px);
  transition: opacity 0s, -webkit-transform 0s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: transform 0s cubic-bezier(0.175, 0.885, 0.32, 1.275), opacity 0s;
  transition: transform 0s cubic-bezier(0.175, 0.885, 0.32, 1.275), opacity 0s, -webkit-transform 0s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.button-2:after {
  content: '';
  position: absolute;
  bottom: 2px;
  left: 0;
  right: 0;
  height: 1px;
  background-color: #000000;
  opacity: 0;
  -webkit-transform: translateY(4px);
  transform: translateY(4px);
  transition: opacity 0.2s, -webkit-transform 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: transform 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275), opacity 0.2s;
  transition: transform 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275), opacity 0.2s, -webkit-transform 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
@media (min-width: 1024px) {
  .button-2 {
    /*&:focus {
            &:before {
                opacity: 1;
                -webkit-transform: translateY(0);
                transform: translateY(0);
                transition: opacity 0.2s, -webkit-transform 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275);
                transition: transform 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275), opacity 0.2s;
                transition: transform 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275), opacity 0.2s, -webkit-transform 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275);
            }
            &:after {
                opacity: 1;
                -webkit-transform: translateY(0);
                transform: translateY(0);
                transition: opacity 0s 0.2s, -webkit-transform 0s 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275);
                transition: transform 0s 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275), opacity 0s 0.2s;
                transition: transform 0s 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275), opacity 0s 0.2s, -webkit-transform 0s 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275);
            }
        }*/
  }
  .button-2:hover {
    /*            &:before {
                opacity: 1;
                -webkit-transform: translateY(0);
                transform: translateY(0);
                transition: opacity 0.2s, -webkit-transform 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275);
                transition: transform 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275), opacity 0.2s;
                transition: transform 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275), opacity 0.2s, -webkit-transform 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275);
            }
            &:after {
                opacity: 1;
                -webkit-transform: translateY(0);
                transform: translateY(0);
                transition: opacity 0s 0.2s, -webkit-transform 0s 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275);
                transition: transform 0s 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275), opacity 0s 0.2s;
                transition: transform 0s 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275), opacity 0s 0.2s, -webkit-transform 0s 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275);
            }*/
    color: #222222;
  }
}
@media (max-width: 767px) {
  .breadcrumbs {
    display: none;
  }
}
.slick-dots,
.slick-next,
.slick-prev {
  position: absolute;
  display: block;
  padding: 0;
}
.slick-loading .slick-list {
  background: none;
}
@font-face {
  font-family: slick;
  font-weight: 400;
  font-style: normal;
  src: url(fonts/slick.eot);
  src: url(fonts/slick.eot?#iefix) format('embedded-opentype'), url(fonts/slick.woff) format('woff'), url(fonts/slick.ttf) format('truetype'), url(fonts/slick.svg#slick) format('svg');
}
.slick-next,
.slick-prev {
  font-size: 0;
  line-height: 0;
  top: 50%;
  width: 20px;
  height: 20px;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: 0;
  background: 0 0;
}
.slick-next.slick-disabled:before,
.slick-prev.slick-disabled:before {
  opacity: .25;
}
.slick-prev {
  left: -25px;
}
[dir=rtl] .slick-prev {
  right: -25px;
  left: auto;
}
.slick-next {
  right: -25px;
}
[dir=rtl] .slick-next {
  right: auto;
  left: -25px;
}
.slick-dots {
  bottom: 10px;
  width: 100%;
  margin: 0;
  list-style: none;
  text-align: center;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
  opacity: 0.5;
}
.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 10px;
  height: 10px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: 0;
  background: #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.slick-dots li button:before {
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: '•';
  text-align: center;
  opacity: .25;
  color: #000;
}
.slick-dots li.slick-active {
  opacity: 1;
}
.slick-list,
.slick-slider,
.slick-track {
  position: relative;
  display: block;
}
.slick-loading .slick-slide,
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slider {
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: 0;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-list,
.slick-slider .slick-track {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  top: 0;
  left: 0;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:after,
.slick-track:before {
  display: table;
  content: '';
}
.slick-track:after {
  clear: both;
}
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
.slick-arrow {
  width: 14px;
  height: 36px;
  background: none;
  background-image: url(../images/sprite.png);
  text-indent: -999em;
  cursor: pointer;
  position: absolute;
  z-index: 8;
  top: 50%;
  margin-top: -18px;
}
.slick-prev {
  background-position: 0 0;
  left: 25px;
}
@media (max-width: 480px) {
  .slick-prev {
    left: 0;
  }
}
.slick-next {
  background-position: -14px 0;
  right: 25px;
}
@media (max-width: 480px) {
  .slick-next {
    right: 0;
  }
}
.product-slider .slick-prev {
  left: -15px;
}
@media (max-width: 480px) {
  .product-slider .slick-prev {
    left: -20px;
  }
}
.product-slider .slick-next {
  right: -15px;
}
@media (max-width: 480px) {
  .product-slider .slick-next {
    right: -20px;
  }
}
* {
  box-sizing: border-box;
}
.page-header .widget.block,
.page-footer .widget.block {
  margin: 0px 0!important;
}
.radio-wrapper .radio label {
  cursor: pointer;
}
.sub-head {
  font-family: 'FuturaLTProBook';
  font-size: 13px;
  border-bottom: 1px solid #000;
  padding: 0px 10px 10px 10px;
  color: #222;
  letter-spacing: .325px;
  margin-top: 30px;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  position: relative;
  min-height: 40px;
  background-repeat: no-repeat, repeat;
  background-position: right 0.7em top 50%, 0 0;
  background-size: 12px;
  background-image: url(../images/downar.svg);
}
@font-face {
  font-family: 'SaolDisplay-Regular';
  font-style: normal;
  font-weight: normal;
  src: url('../fonts/SaolDisplay-Regular.ttf') format('truetype');
}
@font-face {
  font-family: 'FuturaLT-Heavy';
  font-style: normal;
  font-weight: normal;
  src: url('../fonts/FuturaLT-Heavy.ttf') format('truetype');
}
@font-face {
  font-family: 'FuturaLTProHeavy';
  font-style: normal;
  font-weight: normal;
  src: url('../fonts/FuturaLTProHeavy.otf') format('opentype');
}
@font-face {
  font-family: 'FuturaLTProBold';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/FuturaW02-Bold.woff2') format('woff2');
}
@font-face {
  font-family: 'FuturaW02-Bold';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/FuturaW02-Bold.woff2') format('woff2');
}
@font-face {
  font-family: 'FuturaLTProBook';
  font-style: normal;
  font-weight: normal;
  src: url('../fonts/FuturaLTPro-Book.otf') format('opentype');
}
@font-face {
  font-family: 'FuturaStdBook';
  font-style: normal;
  font-weight: normal;
  src: url('../fonts/FuturaLTPro-Book.ttf') format('truetype');
}
@font-face {
  font-family: "Futura Book";
  font-style: normal;
  font-weight: normal;
  src: url('../fonts/FuturaLTPro-Book.ttf') format('truetype');
}
#minicart-content-wrapper .price-including-tax .minicart-price .price .currency-img {
  width: 10px !important;
  height: 10px !important;
  fill: black;
  margin-right: -1px !important;
  top: 1px !important;
}
@media screen and (max-width: 767px) {
  .show-mobile.checkout-price .price-wrapper .currency-img {
    margin-right: 4px !important;
    margin-top: 1px !important;
    vertical-align: text-bottom !important;
    max-width: 11px !important;
    max-height: 11px !important;
  }
}
.whats-new-section .currency-logo-container {
  vertical-align: inherit;
  margin-right: 3px !important;
}
.trending-col-1 .currency-logo-container {
  margin-right: 3px !important;
}
.details-qty.price_section .value .currency-img {
  width: 10px !important;
  height: 10px !important;
  margin-right: 3px !important;
}
.page-with-filter .currency-logo-container {
  margin-right: -1px !important;
  display: inline-block;
  vertical-align: middle;
}
.cart-summary .currency-img {
  width: 14px !important;
  height: 14px !important;
  vertical-align: top;
  margin-right: 3px !important;
}
.checkout-index-index .currency-img {
  width: 14px !important;
  height: 14px !important;
  vertical-align: top;
  margin-right: 3px !important;
}
.product-info-main .currency-img {
  width: 12px !important;
  height: 12px !important;
  vertical-align: top;
  margin-right: 0px;
}
.currency-img {
  width: 10px !important;
  height: 10px !important;
  margin-right: 5px;
}
.price-with-logo .currency-logo-container {
  margin-right: 3px !important;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: 0.7px !important;
}
.currency-logo-container svg {
  width: 16px !important;
  height: 16px !important;
}
.algoliasearch-autocomplete-price .currency-img {
  margin-right: 2px !important;
}
.page-with-filter .currency-img {
  margin-top: 0px !important;
  margin-right: 5px !important;
}
.result-sub-content .after_special {
  margin-right: 2px !important;
  margin-left: -4px !important;
}
.before_special .currency-img {
  vertical-align: text-top;
  margin-right: 2px !important;
}
.price-wrapper .currency-img {
  margin-right: 3px !important;
  margin-top: 0.5px !important;
  position: relative;
  top: -0.3px !important;
}
.checkout-cart-index .orignal-price .currency-img {
  vertical-align: middle;
  position: relative;
  top: -1.0px !important;
  margin-right: 3px !important;
}
.checkout-cart-index .discount_price .currency-img {
  vertical-align: middle;
  height: 9px !important;
  width: 9px !important;
  position: relative;
  top: -0.5px !important;
}
.checkout-cart-index .discount_price {
  position: relative;
  top: -1px !important;
}
.minicart-price .currency-img {
  margin-right: 4px !important;
  top: 1px !important;
}
.checkout-cart-index .product-info .currency-img {
  margin-right: 3px !important;
  vertical-align: middle !important;
}
.cms-home .price-box .currency-img {
  position: relative;
  top: 0.7px;
  margin-right: 1px !important;
}
.page-product-configurable .minicart-price .currency-img {
  position: relative;
  top: 0.7px !important;
  vertical-align: baseline;
}
.page-products .page-with-filter .currency-img {
  margin-top: 0 !important;
  margin-right: 3px !important;
  vertical-align: text-top;
}
.page-products .before_special .currency-img {
  vertical-align: text-top;
  margin-right: 4px !important;
}
.page-product-configurable .minicart-price .currency-img {
  position: relative;
  top: 0.7px !important;
  vertical-align: baseline;
}
.page-products .page-with-filter .currency-img {
  margin-top: 0 !important;
  margin-right: 3px !important;
  vertical-align: text-top;
}
.page-products .before_special .currency-img {
  vertical-align: text-top;
  margin-right: 4px !important;
}
.price-hover:hover {
  color: #888 !important;
}
/*plp page imahes*/
.simple-config {
  margin-bottom: 15px;
}
.simple-config .image {
  width: 40px;
  height: 40px;
  display: inline-block;
  position: relative;
  margin: 1px;
}
.simple-config .image img {
  width: 40px;
  height: 40px;
  margin: 0px;
  object-fit: contain;
}
.simple-config .image.active img {
  border: 2px solid #000;
}
/*end plp page images*/
.menu > ul li.sale a {
  color: #000 !important;
}
.menu > ul li.sale a:hover {
  color: #fff !important;
}
.fotorama__arr--prev .fotorama__arr__arr {
  position: relative;
  background-image: none !important;
}
.custom-sort.active:after {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  top: -2px !important;
}
.custom-sort:after {
  position: absolute;
  right: 24px;
  margin-top: -2px !important;
  background-image: url(../images/chevron-down.svg);
  content: "";
  width: 16px;
  height: 16px;
  left: auto;
  background-repeat: no-repeat;
  background-size: 100%;
}
.fotorama__arr--prev .fotorama__arr__arr:before {
  position: absolute;
  left: 0;
  top: 4px;
  background-image: url(../images/preva.svg);
  content: "";
  width: 40px;
  height: 40px;
}
.fotorama--fullscreen .fotorama__arr--prev .fotorama__arr__arr,
.fotorama--fullscreen .fotorama__arr--next .fotorama__arr__arr {
  width: 20px;
  height: 40px;
}
.fotorama--fullscreen .fotorama__arr--prev .fotorama__arr__arr:hover,
.fotorama--fullscreen .fotorama__arr--next .fotorama__arr__arr:hover {
  opacity: 0.8;
}
.fotorama__arr .fotorama__arr__arr {
  z-index: 9999999999999;
}
.fotorama--fullscreen.fotorama-item {
  z-index: 99999 !important;
}
.fotorama--fullscreen .fotorama__arr--prev .fotorama__arr__arr:before {
  position: absolute;
  left: 0;
  top: 4px;
  background-image: url(../images/leftslick.svg);
  content: "";
  width: 20px;
  height: 40px;
  background-repeat: no-repeat;
  z-index: 9999999999999;
}
.fotorama--fullscreen .fotorama__arr--next .fotorama__arr__arr:before {
  position: absolute;
  z-index: 9999999999999;
  right: 0;
  top: 4px;
  background-image: url(../images/rightslick.svg);
  content: "";
  width: 20px;
  height: 40px;
  background-repeat: no-repeat;
}
.fotorama__nav.fotorama__nav--thumbs .fotorama__nav__frame {
  margin: 0 5px!important;
}
.fotorama__arr--next .fotorama__arr__arr {
  position: relative;
  background-image: none !important;
}
.fotorama__arr--next .fotorama__arr__arr:before {
  position: absolute;
  right: 0;
  top: 4px;
  background-image: url(../images/nexta.svg);
  content: "";
  width: 30px;
  height: 40px;
}
.fotorama--fullscreen .fotorama__nav.fotorama__nav--thumbs .fotorama__nav__frame {
  margin: 0 5px!important;
  min-width: 120px;
}
.fotorama--fullscreen .fotorama__thumb {
  min-width: 120px;
  display: flex;
  justify-content: center;
}
.fotorama--fullscreen .fotorama__nav-wrap .fotorama_vertical_ratio .fotorama__img {
  width: auto;
}
.fotorama__fullscreen-icon {
  background-image: none !important;
  margin-top: 30px;
  margin-right: 50px;
  background-position: initial !important;
}
.fotorama__fullscreen-icon:after,
.fotorama__fullscreen-icon:focus:after {
  content: "✕" !important;
  font-size: 22px;
  padding-left: 20px;
  color: #000;
  position: static !important;
  box-shadow: none !important;
}
.fotorama__fullscreen-icon:before {
  content: "CLOSE";
  font-size: 14px;
  padding-left: 20px;
  color: #000;
  vertical-align: top;
  line-height: 23px;
}
.fotorama__fullscreen-icon:focus:after {
  position: static;
  box-shadow: none;
}
.fotorama__stage {
  max-height: 500px;
}
.fotorama--fullscreen .fotorama__stage {
  max-height: 750px;
}
.fotorama--fullscreen .fotorama__nav.fotorama__nav--thumbs {
  height: 140px !important;
}
.fotorama--fullscreen .fotorama__nav.fotorama__nav--thumbs .fotorama__thumb-border {
  height: 140px !important;
  width: 120px !important;
}
.fotorama--fullscreen .fotorama__nav.fotorama__nav--thumbs .fotorama__nav__frame {
  margin: 0 5px !important;
  min-width: 120px;
  height: 140px !important;
  width: 120px !important;
}
.fotorama--fullscreen .fotorama__thumb {
  min-width: 120px;
  display: flex;
  justify-content: center;
}
.fotorama--fullscreen .fotorama__fullscreen-icon {
  background-color: transparent !important;
}
body {
  letter-spacing: .025em;
}
.cc-banner .cc-message {
  -ms-flex: 1;
  flex: 1;
  font-size: 16px;
  font-family: 'FuturaStdBook' !important;
}
.message.global.noscript,
.message.global.cookie {
  background-color: #000 !important;
  font-size: 16px;
  background: #333 !important;
  border-radius: 5px;
  padding: 10px 30px;
  width: 100%;
  color: #fff;
  font-family: 'FuturaStdBook' !important;
}
.message.global p {
  margin: 0;
  float: left !important;
  line-height: 38px;
}
.message.global.cookie .actions {
  margin-top: 0px !important;
}
#btn-cookie-allow {
  background: #fff !important;
  color: #000 !important;
  font-size: 13px !important;
  font-weight: 400 !important;
  border: 0px !important;
  /*margin-bottom: 40px;*/
  border-radius: 5px;
  float: right;
  text-transform: uppercase;
}
.cc-banner.cc-bottom .cc-btn:last-child {
  background: #fff !important;
  color: #000 !important;
  font-size: 13px !important;
  font-weight: 400 !important;
  border: 0px !important;
  /* margin-bottom: 40px; */
  border-radius: 5px;
  float: right;
  text-transform: uppercase;
}
.opc-sidebar .discount-code .message-error.error {
  line-height: 30px !important;
  padding: 10px 0 10px!important;
  background: #333 !important;
}
.login-register-wrapper .block-customer-register .fieldset > .field .label[for="subscribed"] span {
  padding-left: 25px;
}
.form-create-account .fieldset .field .label[for="subscribed"] span {
  padding-left: 25px;
}
.customer-account-create .page-title {
  font-size: 18px;
  line-height: 24px;
  border-bottom: 2px solid #000;
  text-align: left;
  padding: 0 0 8px;
  margin-top: 40px;
  max-width: 600px;
  margin: 40px auto;
  width: 100%;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
* {
  box-sizing: border-box;
}
a,
a:hover,
a:focus {
  text-decoration: none;
  outline: none;
}
button,
button:hover,
button:focus {
  outline: none;
  border: 0;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
  border: 0;
  margin: 0;
  padding: 0;
  font-family: 'FuturaStdBook';
  color: #333333;
  font-size: 12px;
}
@media (max-width: 1024px) {
  body {
    font-size: 11px;
  }
}
.breadcrumbs .item {
  margin-bottom: 8px;
}
h1,
h2,
h3,
h4,
h5,
h6,
ul,
li,
p {
  margin: 0;
  padding: 0;
  font-size: 1em;
}
ol,
ul {
  list-style: none;
  padding: 0;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
a {
  color: #000;
}
.container {
  max-width: 1400px;
  margin: 0 auto;
}
.container::before {
  content: '';
  display: table;
  clear: both;
}
.container::after {
  content: '';
  display: table;
  clear: both;
}
.container-fix {
  max-width: 1050px;
  margin: 0 auto;
}
.container-fix::before {
  content: '';
  display: table;
  clear: both;
}
.container-fix::after {
  content: '';
  display: table;
  clear: both;
}
.row::before {
  content: '';
  display: table;
  clear: both;
}
.row::after {
  content: '';
  display: table;
  clear: both;
}
.clearfix::before {
  content: '';
  display: table;
  clear: both;
}
.clearfix::after {
  content: '';
  display: table;
  clear: both;
}
.container-fluid {
  width: 100%;
}
.container-fluid::before {
  content: '';
  display: table;
  clear: both;
}
.container-fluid::after {
  content: '';
  display: table;
  clear: both;
}
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
/*page messages common*/
.page.messages {
  position: absolute;
  font-family: 'FuturaLTProBook';
  background: #333;
  width: 100%;
  top: 197px;
  left: 50%;
  text-align: center;
  border-bottom: 0;
  z-index: 10;
  margin: 0 auto;
  display: inline-block;
  transform: translateX(-50%);
}
@media (max-width: 1024px) {
  .page.messages {
    top: 65px;
  }
}
@media (max-width: 767px) {
  .page.messages {
    width: 100%;
    z-index: 1000;
  }
}
.page.messages .message {
  font-size: 16px;
  background: #333;
  border-radius: 5px;
  /*border: 1px solid;*/
  padding: 10px 30px;
  width: 90%;
  color: #fff;
}
@media (max-width: 767px) {
  .page.messages .message {
    background: transparent;
  }
}
/*for radio button start*/
.radio-wrapper .radio {
  margin-bottom: 15px;
  position: relative;
}
.radio-wrapper .radio input[type="radio"] {
  position: absolute;
  top: 0;
  left: 0;
  cursor: pointer;
  opacity: 0;
  z-index: 1;
}
.radio-wrapper .radio label {
  font-size: 14px;
  padding-left: 25px;
  position: relative;
  line-height: 16px;
  min-height: 16px;
  display: inline-block;
  vertical-align: top;
}
.radio-wrapper .radio label:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 14px;
  height: 14px;
  border: 1px solid #000;
  border-radius: 50%;
}
.radio-wrapper .radio label:after {
  content: '';
  position: absolute;
  top: 4px;
  left: 4px;
  width: 8px;
  height: 8px;
  background: #000;
  border-radius: 50%;
  opacity: 0;
  transition: all 0.4s;
}
.radio-wrapper .radio label span.name {
  text-transform: uppercase;
  font-weight: 600;
  color: #000;
  display: inline-block;
  vertical-align: top;
  font-size: 12px;
  line-height: 18px;
}
.radio-wrapper .radio label span.location {
  color: #666;
  display: inline-block;
  vertical-align: top;
  padding-right: 15px;
}
.radio-wrapper .radio label span.location:after {
  content: "\e913";
  font-family: 'mycustomfont';
  font-size: 18px;
  color: #000;
  position: absolute;
}
.radio-wrapper .radio input[type="radio"]:checked + label:after {
  opacity: 1;
  transition: all 0.4s;
}
/*for radio button end*/
.effect-15 {
  background: transparent;
  position: relative;
  border: none;
  padding: 10px;
}
.effect-15 ~ .focus-bg:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 0;
  height: 0;
  background-color: #ededed;
  transition: 0.3s;
  z-index: -1;
}
.effect-15 ~ .focus-bg:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 0;
  height: 0;
  background-color: #ededed;
  transition: 0.3s;
  z-index: -1;
  left: auto;
  right: 50%;
  top: auto;
  bottom: 50%;
}
.effect-15:focus ~ .focus-bg:before {
  transition: 0.3s;
  width: 50%;
  left: 0;
  top: 0;
  height: 100%;
}
.effect-15:focus ~ .focus-bg:after {
  transition: 0.3s;
  width: 50%;
  height: 100%;
  bottom: 0;
  right: 0;
}
/* Custom dropdown */
.custom-dropdown {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 100%;
}
.custom-dropdown select {
  background-color: #ffffff;
  color: #000000;
  padding: 0 12px;
  border: 0;
  margin: 0;
  text-indent: 0.01px;
  text-overflow: '';
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border: solid 1px #999999;
  padding-right: 23px;
  width: 100%;
  font-size: 12px;
  height: 39px;
  line-height: 36px;
}
.custom-dropdown select:focus {
  outline: none;
}
.custom-dropdown select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000;
}
.custom-dropdown select::-ms-expand {
  display: none;
}
.custom-dropdown:after,
.custom-dropdown:before {
  top: 17px;
  right: 12px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.custom-dropdown:after {
  border-color: rgba(255, 255, 255, 0);
  border-top-color: #ffffff;
  border-width: 5px;
  margin-right: -3px;
}
.custom-dropdown:before {
  border-color: rgba(51, 51, 51, 0);
  border-top-color: #333333;
  border-width: 6px;
  margin-right: -4px;
}
.custom-dropdown::after {
  color: rgba(0, 0, 0, 0.6);
}
.custom-dropdown select[disabled] {
  color: rgba(0, 0, 0, 0.25);
}
/* Custom Checkbox */
input[type=checkbox] {
  position: absolute;
  z-index: -1000;
  left: -1000px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}
input[type=checkbox] + label {
  padding-left: 25px;
  height: 16px;
  display: inline-block;
  line-height: 16px;
  background-repeat: no-repeat;
  background-position: 0 0;
  font-size: 30px;
  vertical-align: middle;
  cursor: pointer;
  position: relative;
}
input[type=checkbox] + label:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 12px;
  height: 12px;
  border: 1px solid #333333;
  content: '';
}
input[type=checkbox] + label:after {
  position: absolute;
  top: 3px;
  left: 3px;
  width: 8px;
  height: 8px;
  background: #000;
  opacity: 0;
  transition: all 0.4s;
  content: '';
}
input[type=checkbox]:checked + label:before {
  border: 1px solid #000;
}
input[type=checkbox]:checked + label:after {
  opacity: 1;
  transition: all 0.4s;
}
.custom-select-wrapper {
  position: relative;
  display: inline-block;
  user-select: none;
}
.custom-select-wrapper select {
  display: none;
}
.custom-select {
  position: relative;
  display: inline-block;
}
.custom-select-trigger {
  position: relative;
  display: block;
  padding: 6px 25px 6px 0;
  color: #333333;
  cursor: pointer;
}
.custom-select-trigger:after {
  position: absolute;
  display: block;
  content: '';
  width: 6px;
  height: 6px;
  top: 50%;
  right: 5px;
  margin-top: -2px;
  border-bottom: 1px solid #9b9b9b;
  border-right: 1px solid #9b9b9b;
  transform: rotate(45deg) translateY(-50%);
  transition: all 0.4s ease-in-out;
  transform-origin: 50% 0;
}
.custom-select.opened .custom-select-trigger:after {
  margin-top: 3px;
  transform: rotate(-135deg) translateY(-50%);
}
.custom-select.opened .custom-options {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
  transform: translateY(0);
  z-index: 2;
}
.custom-options {
  position: absolute;
  display: block;
  top: 100%;
  left: 0;
  right: 0;
  min-width: 130px;
  margin: 5px 0;
  border: 1px solid #b5b5b5;
  box-sizing: border-box;
  background: #fff;
  transition: all 0.4s ease-in-out;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(-15px);
}
.custom-options:before {
  position: absolute;
  display: block;
  content: '';
  bottom: 100%;
  left: 10px;
  width: 7px;
  height: 7px;
  margin-bottom: -4px;
  border-top: 1px solid #b5b5b5;
  border-left: 1px solid #b5b5b5;
  background: #fff;
  transform: rotate(45deg);
  transition: all 0.4s ease-in-out;
}
.option-hover:before {
  background: #f9f9f9;
}
.custom-option {
  position: relative;
  display: block;
  padding: 0 10px;
  border-bottom: 1px solid #b5b5b5;
  line-height: 30px;
  cursor: pointer;
  transition: all 0.4s ease-in-out;
}
.custom-option:hover {
  background: #f9f9f9;
}
.custom-option.selection {
  background: #f9f9f9;
}
.cms-noroute-index .sidebar-additional {
  display: none;
}
.cms-noroute-index .page-not-found {
  margin: 55px auto;
  width: 700px;
  text-align: center;
}
@media (max-width: 700px) {
  .cms-noroute-index .page-not-found {
    width: 90%;
  }
}
.cms-noroute-index .page-not-found img {
  margin-bottom: 25px;
}
.cms-noroute-index .page-not-found h3 {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 18px;
}
@media (max-width: 700px) {
  .cms-noroute-index .page-not-found h3 {
    line-height: 25px;
  }
}
.cms-noroute-index .page-not-found p {
  font-size: 15px;
  margin-bottom: 30px;
}
@media (max-width: 700px) {
  .cms-noroute-index .page-not-found p {
    line-height: 25px;
  }
}
.cms-noroute-index .page-not-found a {
  margin: 0 auto;
}
.back-to-top {
  width: 50px;
  height: 50px;
  position: fixed;
  right: 50px;
  bottom: 50px;
  display: none;
  cursor: pointer;
  background: url(../images/Back_to_top.svg);
  z-index: 99;
}
@media (max-width: 480px) {
  .back-to-top {
    width: 40px;
    height: 40px;
    right: 20px;
  }
}
@media (max-width: 360px) {
  .back-to-top {
    width: 35px;
    height: 35px;
  }
}
.catalog-product-view .breadcrumbs {
  display: block;
}
/*Order Success page start*/
.checkout-onepage-success > .main-page-div > .main-wrapper,
.hyperpay-index-status > .main-page-div > .main-wrapper {
  max-width: 1490px;
  margin: 0 auto;
  padding: 80px 10px;
  text-align: center;
}
.checkout-onepage-success > .main-page-div > .main-wrapper .page-title-wrapper,
.hyperpay-index-status > .main-page-div > .main-wrapper .page-title-wrapper {
  display: none;
}
.checkout-onepage-success > .main-page-div > .main-wrapper .columns .column.main,
.hyperpay-index-status > .main-page-div > .main-wrapper .columns .column.main {
  min-height: inherit;
}
.checkout-success {
  text-align: center;
}
.checkout-success h2 {
  margin: 0 0 15px;
  color: #333333;
  font-size: 21px;
  line-height: 24px;
  text-transform: uppercase;
  font-weight: 400;
}
.checkout-success .custom-msg {
  font-weight: bold;
}
.checkout-success p {
  font-size: 18px;
  line-height: 24px;
  color: #333;
  margin: 10px 0 10px;
}
.checkout-success p .order-number,
.checkout-success p span {
  text-decoration: none;
  outline: none;
  color: inherit;
  font-size: 14px;
  font-weight: bold;
}
.checkout-success p .order-number:hover,
.checkout-success p span:hover {
  text-decoration: none;
  outline: none;
  color: inherit;
}
.checkout-success .actions-toolbar {
  margin: 15px 0 0;
  display: inline-block;
  vertical-align: top;
}
.checkout-success .actions-toolbar .button-3 {
  margin: 0;
  height: 48px;
  line-height: 48px;
  padding: 0 15px;
  border: 0;
  min-width: 300px;
  font-weight: 600;
}
.guest-success {
  margin-top: 40px;
  border-top: 1px solid #e9e9e9;
  padding-top: 40px;
}
.guest-success p {
  margin-bottom: 4px;
}
.guest-success .btn-wrapper {
  margin: 25px 0 0;
  display: inline-block;
  vertical-align: top;
}
.guest-success .btn-wrapper .button-1 {
  text-decoration: none;
  outline: none;
  margin: 0;
  height: 40px;
  line-height: 40px;
  padding: 0 15px;
  border: 0;
  min-width: auto;
  text-transform: uppercase;
  font-weight: 600;
  margin-right: 0;
  font-size: 1.111em;
}
.guest-success .btn-wrapper .button-1:hover {
  text-decoration: none;
  outline: none;
  border: 0;
}
/*Order Success page end*/
footer {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  display: block;
  /*background: #323433;*/
  padding-top: 60px;
}
footer .footer_links {
  margin: 0 0 30px 0;
  padding-top: 30px;
}
@media (max-width: 767px) {
  footer .footer_links {
    padding-top: 0;
  }
}
footer .footer_links > li {
  float: left;
  width: 20%;
  padding-right: 30px;
}
footer .footer_links > li h6 {
  color: #333333;
  text-transform: uppercase;
  font-weight: 400;
  margin-bottom: 23px;
  letter-spacing: 1.6px;
  font-size: 13px;
}
footer .footer_links > li ul {
  margin: 0;
  padding: 0;
}
footer .footer_links > li ul li {
  margin-bottom: 10px;
  font-size: 1.083em;
}
footer .footer_links > li ul li a {
  position: relative;
  padding-bottom: 5px;
  color: #333333;
  /*font-size: 1em;
						letter-spacing: 0.26px;*/
  letter-spacing: .325px;
  line-height: 30px;
  font-size: 13px;
}
footer .footer_links > li ul li a:before {
  content: '';
  position: absolute;
  bottom: 2px;
  left: 0;
  right: 0;
  height: 1px;
  background-color: #999999;
  opacity: 0;
  -webkit-transform: translateY(-8px);
  transform: translateY(-8px);
  transition: opacity 0s, -webkit-transform 0s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: transform 0s cubic-bezier(0.175, 0.885, 0.32, 1.275), opacity 0s;
  transition: transform 0s cubic-bezier(0.175, 0.885, 0.32, 1.275), opacity 0s, -webkit-transform 0s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  display: none;
}
footer .footer_links > li ul li a:after {
  content: '';
  position: absolute;
  bottom: 2px;
  left: 0;
  right: 0;
  height: 1px;
  background-color: #999999;
  opacity: 0;
  -webkit-transform: translateY(4px);
  transform: translateY(4px);
  transition: opacity 0.2s, -webkit-transform 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: transform 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275), opacity 0.2s;
  transition: transform 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275), opacity 0.2s, -webkit-transform 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  display: none;
}
footer .footer_links > li ul li a:hover {
  color: #858585;
}
footer .footer_links > li ul li a:hover:before {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  transition: opacity 0.2s, -webkit-transform 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: transform 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275), opacity 0.2s;
  transition: transform 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275), opacity 0.2s, -webkit-transform 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
footer .footer_links > li ul li a:hover:after {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  transition: opacity 0s 0.2s, -webkit-transform 0s 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: transform 0s 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275), opacity 0s 0.2s;
  transition: transform 0s 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275), opacity 0s 0.2s, -webkit-transform 0s 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
footer .footer_links > li ul li a:focus:before {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  transition: opacity 0.2s, -webkit-transform 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: transform 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275), opacity 0.2s;
  transition: transform 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275), opacity 0.2s, -webkit-transform 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
footer .footer_links > li ul li a:focus:after {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  transition: opacity 0s 0.2s, -webkit-transform 0s 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: transform 0s 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275), opacity 0s 0.2s;
  transition: transform 0s 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275), opacity 0s 0.2s, -webkit-transform 0s 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
footer .footer_links > li ul li > p {
  color: #333333;
  margin-bottom: 15px;
  line-height: 17px;
}
footer .footer_links > li ul li > span {
  color: #333333;
  display: block;
  margin-bottom: 10px;
  padding-left: 30px;
  position: relative;
  line-height: 18px;
}
footer .footer_links > li ul li > span:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 16px;
  font-family: 'mycustomfont';
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #7f8080;
}
footer .footer_links > li ul li > span.call:before {
  content: "\e908";
  height: 15px;
  font-size: 18px;
  color: #000000;
}
footer .footer_links > li ul li > span.email {
  line-height: 12px;
}
footer .footer_links > li ul li > span.email:before {
  content: "\e909";
  height: 12px;
  font-size: 16px;
  color: #000000;
}
footer ul.social-links {
  margin-top: 20px;
}
@media (max-width: 1024px) {
  footer ul.social-links {
    padding-left: 15px;
    padding-right: 15px;
  }
}
footer ul.social-links li {
  margin-bottom: 0;
  display: inline-block;
  vertical-align: top;
  width: 35px;
}
footer ul.social-links li a {
  height: 16px;
  position: relative;
  display: block;
  font-size: 16px;
}
footer ul.social-links li a:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  font-family: 'mycustomfont';
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  opacity: 1;
  height: 16px;
  background-color: transparent;
  transform: translateY(0px);
  speak: none;
  color: #222222;
  -o-transition: .5s;
  -ms-transition: .5s;
  -moz-transition: .5s;
  -webkit-transition: .5s;
  transition: .5s;
}
footer ul.social-links li a:hover:before {
  color: #222222;
}
footer ul.social-links li a.instagram:before {
  width: 16px;
  content: "\e901";
}
footer ul.social-links li a.facebook:before {
  width: 7px;
  content: "\e903";
}
footer ul.social-links li a.pintrest:before {
  width: 12px;
  content: "\e900";
}
footer ul.social-links li a.youtube:before {
  width: 16px;
  content: "\e907";
}
footer ul.social-links li a.twitter:before {
  width: 16px;
  content: "\e902";
  font-size: 18px;
}
footer .copyright {
  /*text-align: center;*/
  padding: 20px 0;
  color: #333333;
  letter-spacing: 0.4px;
  font-size: 10px;
  /*border-top: solid 1px #3e4140;*/
}
footer .bg-gray {
  background-color: #EBEBEB;
}
@media (max-width: 640px) {
  footer .bg-gray {
    background-color: transparent;
  }
}
footer .bg-gray .container {
  display: flex;
  justify-content: space-between;
  padding: 20px 0;
}
@media (max-width: 1440px) {
  footer .bg-gray .container {
    padding: 20px;
  }
}
@media (max-width: 1025px) {
  footer .bg-gray .container {
    padding-left: 20px;
    padding-right: 20px;
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  footer .bg-gray .container {
    padding: 0px;
    flex-direction: column;
    align-items: center;
  }
}
@media (max-width: 640px) {
  footer .bg-gray .container {
    flex-direction: column;
  }
}
footer .bg-gray .container .action-btn-div {
  border: 1px solid #3A3A3A;
  font-size: 1.18em;
  line-height: 1.4em;
}
footer .bg-gray .container .action-btn-div a {
  display: block;
  padding: 10px 20px;
}
footer .bg-gray .container .alfa-rewards {
  position: relative;
  padding-left: 95px;
  align-self: center;
}
@media (max-width: 1024px) {
  footer .bg-gray .container .alfa-rewards {
    flex: 0 0 40%;
  }
}
@media (max-width: 768px) {
  footer .bg-gray .container .alfa-rewards {
    display: block;
  }
}
@media (max-width: 767px) {
  footer .bg-gray .container .alfa-rewards {
    background: #EBEBEB;
    margin-top: 20px;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-right: 15px;
    padding-left: 100px;
  }
}
@media (max-width: 640px) {
  footer .bg-gray .container .alfa-rewards {
    width: 100%;
  }
}
footer .bg-gray .container .alfa-rewards:before {
  content: "";
  position: absolute;
  width: 77px;
  height: 50px;
  background: url(../images/sprite.png) -123px 0;
  left: 0;
  top: 50%;
  margin-top: -25px;
}
@media (max-width: 767px) {
  footer .bg-gray .container .alfa-rewards:before {
    left: 14px;
  }
}
footer .bg-gray .container .alfa-rewards h5 {
  width: 100%;
  text-transform: uppercase;
  font-weight: normal;
  color: #222;
  font-size: 1.167em;
  margin-bottom: 5px;
  letter-spacing: 1.4px;
}
footer .bg-gray .container .alfa-rewards p {
  font-size: 1.13em;
  color: #222;
  line-height: 20px;
}
@media (max-width: 767px) {
  footer .bg-gray .container .alfa-rewards p {
    font-size: 9px;
    line-height: 1.35em;
  }
}
footer .bg-gray .container .alfa-rewards a.button-2 {
  text-decoration: underline;
}
footer .bg-gray .container .newsletter-footer {
  margin-right: auto;
}
@media (max-width: 1024px) {
  footer .bg-gray .container .newsletter-footer {
    flex: 0 0 40%;
  }
}
@media (max-width: 768px) {
  footer .bg-gray .container .newsletter-footer {
    /*flex: 0 0 100%;*/
  }
}
@media (max-width: 640px) {
  footer .bg-gray .container .newsletter-footer {
    flex: 0 0 100%;
  }
}
footer .bg-gray .container .newsletter-footer .form.subscribe {
  display: flex;
  align-items: flex-end;
}
@media (max-width: 640px) {
  footer .bg-gray .container .newsletter-footer .form.subscribe {
    flex-wrap: wrap;
  }
}
@media (max-width: 640px) {
  footer .bg-gray .container .newsletter-footer .form.subscribe .newsletter {
    width: 100%;
  }
}
footer .bg-gray .container .newsletter-footer .form.subscribe .newsletter .label {
  font-size: 14px;
  margin-bottom: 20px;
  display: block;
}
footer .bg-gray .container .newsletter-footer .form.subscribe .newsletter .control {
  position: relative;
}
footer .bg-gray .container .newsletter-footer .form.subscribe .newsletter .control input[type="email"] {
  border: 1px solid #000;
  padding: 9.4px;
  font-size: 13px;
  height: 40px;
  color: #000;
}
footer .bg-gray .container .newsletter-footer .form.subscribe .newsletter .control div.mage-error[generated] {
  position: absolute;
  background: transparent;
  padding: 0;
}
@media (max-width: 640px) {
  footer .bg-gray .container .newsletter-footer .form.subscribe .actions {
    width: 100%;
    margin-top: 30px;
  }
  footer .bg-gray .container .newsletter-footer .form.subscribe .actions .subscribe {
    width: 100%;
    max-width: inherit;
    min-width: inherit;
  }
}
header {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  display: block;
}
header .header-mid-section {
  padding: 20px 0;
}
@media (max-width: 1400px) {
  header .header-mid-section {
    padding: 27px 25px;
  }
}
header .header-search-wrapper-mobile {
  display: none;
}
@media (max-width: 1024px) {
  header .header-search-wrapper-mobile {
    display: block;
  }
}
header .header-search-wrapper-mobile div.header-search {
  border-top: solid 1px #dadada;
}
header .header-search-wrapper-mobile div.header-search input[type=text] {
  border: none;
  outline: none;
  padding: 10px;
  font-size: 1.167em;
  width: 90%;
  float: left;
  line-height: normal;
  font-weight: 400;
}
@media (max-width: 768px) {
  header .header-search-wrapper-mobile div.header-search input[type=text] {
    padding: 8px 15px;
  }
}
header .header-search-wrapper-mobile div.header-search button {
  background: none;
  border: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding: 4px 10px;
  font-size: 17px;
  float: right;
  cursor: pointer;
  line-height: normal;
  color: #727272;
  height: 37px;
  font-weight: 400;
  width: 10%;
}
header .header-search-wrapper-mobile div.header-search button:before {
  font-family: 'mycustomfont';
  content: "\e905";
}
header .header-search-wrapper-mobile.hide {
  display: none;
}
.header-mid-section {
  display: flex;
  justify-content: space-between;
}
.header-mid-section .col {
  display: flex;
  justify-content: flex-start !important;
  flex-direction: column;
}
.header-mid-section .col:nth-child(1) {
  width: 35%;
}
.header-mid-section .col:nth-child(2) {
  text-align: center;
  width: 30%;
}
@media (max-width: 767px) {
  .header-mid-section .col:nth-child(2) {
    margin-top: 5px;
  }
}
.header-mid-section .col:nth-child(3) {
  width: 35%;
  padding-top: 14px;
}
.header-mid-section .col.wishlist-div {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  padding-top: 16px;
}
.header-mid-section .col.wishlist-div .header-user-links {
  margin-left: 0;
}
@media (max-width: 1024px) {
  .header-mid-section .col.wishlist-div .header-user-links {
    display: none;
  }
}
.header-mid-section .col.wishlist-div .header-user-links > li {
  padding: 5px 0 !important;
  margin-left: 40px;
}
.header-mid-section .col.wishlist-div .language-wrapper li:nth-child(2) {
  padding-top: 5px;
}
@media (max-width: 1024px) {
  .header-mid-section .col.wishlist-div .nav-search-wrapper {
    display: none;
  }
}
.header-mid-section .nav-search-wrapper {
  display: none;
}
.header-mid-section .nav-search-wrapper.show {
  display: block;
}
.header-mid-section .language-wrapper {
  margin: 0;
  padding: 0;
  list-style: none;
}
.header-mid-section .language-wrapper li {
  float: left;
  margin-right: 20px;
  margin: 0;
}
.header-mid-section .language-wrapper li:nth-child(2) {
  padding-left: 20px !important;
  /*border-left: solid 1px #cccccc;*/
}
.header-mid-section .language-wrapper li.country-code .custom-select-trigger {
  padding-left: 20px;
  position: relative;
}
.header-mid-section .language-wrapper li.country-code .custom-select-trigger:before {
  position: absolute;
  left: 0;
  top: 4px;
  background-image: url(../images/sprite.png);
  content: "";
  width: 16px;
  height: 16px;
}
.header-mid-section .language-wrapper li.country-code .custom-select-trigger.SAR:before {
  background-position: -38px 0;
}
.header-mid-section .language-wrapper li.country-code .custom-select-trigger.UAE:before {
  background-position: -38px 0;
}
.header-mid-section .language-wrapper li.default {
  padding: 6px 20px 6px 0;
  color: #333333;
  margin-right: 0;
}
.header-mid-section .language-wrapper li.default.sar {
  padding-left: 20px;
  position: relative;
}
.header-mid-section .language-wrapper li.default.sar:before {
  position: absolute;
  left: 0;
  top: 4px;
  background-image: url(../images/sprite.png);
  content: "";
  width: 16px;
  height: 16px;
  background-position: -38px 0;
}
.header-mid-section .link.wishlist {
  padding: 4px 0;
}
.header-mid-section .link.wishlist a {
  display: block;
  line-height: normal;
  padding: 0;
}
.header-mid-section .link.wishlist a.wishlist-icon::before {
  content: "\e906";
  left: 0;
  top: 0;
  font-family: 'mycustomfont';
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 14px;
  color: #000;
  -o-transition: .5s;
  -ms-transition: .5s;
  -moz-transition: .5s;
  -webkit-transition: .5s;
  transition: .5s;
}
.header-mid-section .header-user-links {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-left: auto;
}
.header-mid-section .header-user-links > li {
  margin-left: 20px;
  margin-bottom: 0;
  float: left;
}
@media (max-width: 1400px) {
  .header-mid-section .header-user-links > li {
    margin-left: 10px;
  }
}
.header-mid-section .header-user-links > li.header-search-wrapper {
  margin-left: 0;
}
.header-mid-section .header-user-links > li.header-user-wrapper {
  padding: 7px 0;
  border-right: none;
  margin-top: 0;
  position: relative;
  cursor: pointer;
}
.header-mid-section .header-user-links > li.header-user-wrapper a {
  display: inline-block;
}
.header-mid-section .header-user-links > li.header-user-wrapper a .user-icon {
  display: inline-block;
}
.header-mid-section .header-user-links > li.header-user-wrapper .customer-name {
  display: inline-block;
  padding-left: 5px;
  text-transform: capitalize;
}
.header-mid-section .header-user-links > li.header-user-wrapper .customer-name > span {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  max-width: 90px;
}
.header-mid-section .header-user-links > li.header-user-wrapper .customer-menu {
  right: -15px;
  width: 200px;
  background: #ffffff;
  border: 1px solid #bbbbbb;
  z-index: 9999;
  top: 100%;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
  position: absolute;
  margin-top: 4px;
  display: none;
}
.header-mid-section .header-user-links > li.header-user-wrapper .customer-menu:before {
  border-bottom-style: solid;
  content: '';
  display: block;
  height: 0;
  position: absolute;
  width: 0;
  border: 6px solid;
  border-color: transparent transparent #ffffff transparent;
  z-index: 99;
  right: 26px;
  top: -12px;
}
.header-mid-section .header-user-links > li.header-user-wrapper .customer-menu:after {
  border-bottom-style: solid;
  content: '';
  display: block;
  height: 0;
  position: absolute;
  width: 0;
  border: 7px solid;
  border-color: transparent transparent #bbbbbb transparent;
  z-index: 98;
  right: 25px;
  top: -14px;
}
.header-mid-section .header-user-links > li.header-user-wrapper .customer-menu.active {
  display: block;
}
.header-mid-section .header-user-links > li.header-user-wrapper .customer-menu li {
  margin: 0;
  float: none;
  display: block;
}
.header-mid-section .header-user-links > li.header-user-wrapper .customer-menu li a {
  display: block;
  padding: 10px;
  border-bottom: solid 1px #e2e2e2;
}
.header-mid-section .header-user-links > li.header-user-wrapper .customer-menu li a:before {
  display: none;
}
.header-mid-section .header-user-links > li.header-user-wrapper .customer-menu li a .counter {
  display: none;
}
.header-mid-section .header-user-links > li.link.wishlist {
  padding: 4px 0;
}
.header-mid-section .header-user-links > li.minicart-wrapper {
  padding: 7px 0;
  margin-left: 20px;
}
@media (max-width: 800px) {
  .header-mid-section .header-user-links > li.minicart-wrapper {
    margin-top: 0;
  }
}
.header-mid-section .header-user-links > li > a {
  display: block;
  line-height: normal;
  padding: 0;
}
.header-mid-section .header-user-links > li > a:before {
  content: "";
  left: 0;
  top: 0;
  font-family: 'mycustomfont';
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 14px;
  color: #000000;
  -o-transition: .5s;
  -ms-transition: .5s;
  -moz-transition: .5s;
  -webkit-transition: .5s;
  transition: .5s;
}
.header-mid-section .header-user-links > li a.user-icon:before {
  content: "\e907";
}
.header-mid-section .header-user-links > li a.wishlist-icon:before {
  content: "\e906";
}
.header-mid-section .header-user-links > li a.wishlist-icon.active:before {
  content: "\e911";
}
.header-mid-section .header-user-links > li a.cart-icon:before {
  content: "\e904";
}
.header-mid-section .header-user-links > li a.cart-icon span.empty {
  /*display:none;*/
}
.header-mid-section .header-user-links > li div.header-search {
  overflow: hidden;
}
.header-mid-section .header-user-links > li div.header-search input[type=text] {
  border: none;
  outline: none;
  padding: 5px 0 5px 10px;
  font-size: 1.167em;
  width: 232px;
  float: left;
  line-height: normal;
  font-weight: 400;
  border-bottom: solid 1px #222222;
}
.header-mid-section .header-user-links > li div.header-search input[type=text]::-webkit-input-placeholder {
  color: #222;
}
.header-mid-section .header-user-links > li div.header-search input[type=text]::-moz-placeholder {
  /* Firefox 19+ */
  color: #222;
}
.header-mid-section .header-user-links > li div.header-search input[type=text]:-ms-input-placeholder {
  /* IE 10+ */
  color: #222;
}
.header-mid-section .header-user-links > li div.header-search input[type=text]:-moz-placeholder {
  /* Firefox 18- */
  color: #222;
}
.header-mid-section .header-user-links > li div.header-search button {
  background: none;
  border: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding: 4px 10px;
  font-size: 17px;
  float: right;
  cursor: pointer;
  line-height: normal;
  color: #727272;
  height: 27px;
  font-weight: 400;
}
.header-mid-section .header-user-links > li div.header-search button:before {
  font-family: 'mycustomfont';
  content: "\e905";
}
header.fixed-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;
  z-index: 9999;
  transition: all 0.5s ease;
}
header.fixed-header .header-mid-section {
  padding: 7px 20px;
}
header.fixed-header nav {
  border-bottom: solid 1px #e5e5e5;
}
.top-band {
  /*background: #323433;*/
  background: #000;
  color: #FFFFFF;
  text-align: center;
  text-transform: uppercase;
  font-weight: 400;
  padding: 10px 0;
  font-size: 1.000em;
  letter-spacing: 0.26px;
}
@media (max-width: 1024px) {
  .top-band {
    display: none;
  }
}
.select-wrapper {
  position: relative;
}
.select-wrapper::after {
  font-family: 'mycustomfont' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e903";
  position: absolute;
  top: 0;
  right: 20px;
  color: #333333;
  font-size: 7px;
}
.select-wrapper select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  padding-right: 30px;
  outline: none;
}
.select-wrapper select::-ms-expand {
  display: none;
}
/*Mobile Menu*/
body.mmactive {
  overflow: hidden;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.mobile_menu {
  display: none;
  position: relative;
}
.sm_menu_outer.active {
  opacity: 1;
  z-index: 9999;
}
.sm_menu_outer.active .mobile_menu {
  display: block;
  padding-bottom: 40px;
}
.sm_menu_outer {
  /*height: calc(~'100% - 60px');*/
  height: 100vh;
  overflow-y: scroll;
  overflow-x: hidden;
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: -9;
  width: 85%;
  opacity: 0;
  background-color: #ffffff;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  transition: opacity 0.2s;
  top: 112px;
}
.sm_menu_outer .mobile_menu li.back {
  border-bottom: 1px solid #000000;
}
.sm_menu_outer .mobile_menu li.back a {
  padding: 18px 15px;
  font-weight: 600 !important;
  font-size: 1.083em;
  text-align: center;
  position: relative;
}
.sm_menu_outer .mobile_menu li.back a:before {
  content: "";
  left: 15px;
  top: 43%;
  background-image: url(../images/sprite.png);
  background-position: -89px 0;
  position: absolute;
  width: 1px;
  height: 1px;
  margin-top: -4px;
  border: solid #222;
  border-width: 0 1px 1px 0;
  display: inline-block;
  padding: 4px;
  margin: 0 5px;
  -ms-flex-item-align: center;
  align-self: center;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  background-image: none !important;
  font-size: 13px;
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}
.sm_menu_outer .mobile_menu a {
  color: #000000;
  padding: 15px 35px 15px 15px;
  text-decoration: none;
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  padding: 10px 40px 10px 20px;
  line-height: 25px;
  text-align: left;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #333;
  border: 0;
  border-bottom: 1px solid #f0f0f0;
  font-size: 13px;
}
.sm_menu_outer .mobile_menu a > span {
  float: right;
  color: #333333;
  font-size: 11px;
  padding-left: 20px;
  position: relative;
}
.sm_menu_outer .mobile_menu a > span.sar:before {
  position: absolute;
  left: 0;
  top: 3px;
  background-image: url(../images/sprite.png);
  content: "";
  width: 16px;
  height: 16px;
  background-position: -38px 0;
}
.sm_menu_outer .mobile_menu .submenu {
  background-color: #ffffff;
  height: 100%;
  position: absolute;
  right: -100%;
  top: 0;
  transition: all 0.5s ease 0s;
  width: 100%;
  z-index: 999;
}
.sm_menu_outer .mobile_menu .submenu li {
  transition: all 0.5s ease 0s;
}
.sm_menu_outer .mobile_menu .submenu li > a {
  font-weight: 500;
  font-size: 13px;
}
.sm_menu_outer .mobile_menu .submenu li > a.toggle {
  position: relative;
}
.sm_menu_outer .mobile_menu .submenu li > a.toggle:before {
  content: "";
  right: 15px;
  top: 43%;
  background-image: url(../images/sprite.png);
  background-position: -91px -23px;
  position: absolute;
  width: 1px;
  height: 1px;
  margin-top: -3px;
  border: solid #222;
  border-width: 0 1px 1px 0;
  display: inline-block;
  padding: 4px;
  margin: 0 5px;
  -ms-flex-item-align: center;
  align-self: center;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  background-image: none !important;
  font-size: 13px;
}
.sm_menu_outer .mobile_menu .submenu li.active {
  transition: all 0.5s ease 0s;
}
.sm_menu_outer .mobile_menu .submenu li.active > a.toggle:before {
  /*	transform: rotateZ(-180deg);*/
  transform: rotateZ(227deg);
}
.sm_menu_outer .mobile_menu li.active > .submenu {
  right: 0;
}
.sm_menu_outer .mobile_menu li {
  list-style-type: none;
  border-bottom: 1px solid #eeeeee;
  color: #ffffff;
  margin: 0;
}
.sm_menu_outer .mobile_menu li.btn {
  border-bottom: none;
  padding: 0 10px 10px 10px;
  padding: 24px;
}
.sm_menu_outer .mobile_menu li.btn a {
  min-width: 100%;
  padding: 0;
  font-size: 1em;
  line-height: 35px;
  height: 35px;
  padding-left: 10px;
}
@media (max-width: 767px) {
  .sm_menu_outer .mobile_menu li.btn a {
    width: -webkit-fill-available;
    position: relative;
    overflow: hidden;
    padding: 9px 16px 12px 16px;
    margin: 1px;
    height: 40px;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: .4px;
    background-color: #fff;
    box-shadow: none;
    color: #222 !important;
    border: solid 1px #222;
    text-transform: capitalize;
  }
}
.sm_menu_outer .mobile_menu li.user-name {
  border-bottom: none;
}
.sm_menu_outer .mobile_menu li.user-name a {
  position: relative;
}
.sm_menu_outer .mobile_menu li.user-name a:before {
  content: "";
  left: 0;
  top: 0;
  font-family: 'mycustomfont';
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  color: #000000;
  -o-transition: .5s;
  -ms-transition: .5s;
  -moz-transition: .5s;
  -webkit-transition: .5s;
  transition: .5s;
  content: "\e906";
  margin-right: 10px;
}
.sm_menu_outer .mobile_menu li.sale a {
  color: #cd1026;
}
.sm_menu_outer .mobile_menu li.hasChild > a {
  position: relative;
}
.sm_menu_outer .mobile_menu li.hasChild > a:before {
  content: "";
  right: 15px;
  top: 40%;
  background-image: url(../images/sprite.png);
  background-position: -97px 0;
  position: absolute;
  width: 1px;
  height: 1px;
  margin-top: -4px;
  border: solid #222;
  border-width: 0 1px 1px 0;
  display: inline-block;
  padding: 4px;
  margin: 0 5px;
  -ms-flex-item-align: center;
  align-self: center;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  background-image: none !important;
  font-size: 13px;
}
.sm_menu_outer .mobile_menu a.level-top.sale {
  color: #E11F27;
  font-weight: 700;
}
#sm_menu_ham {
  cursor: pointer;
  float: left;
  height: 23px;
  position: fixed;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
  width: 19px;
  top: 16px;
  left: 13px;
  z-index: 9999;
}
@media (max-width: 480px) {
  #sm_menu_ham {
    right: 20px;
    top: 45px;
  }
}
@media (max-width: 380px) {
  #sm_menu_ham {
    top: 44px;
  }
}
@media (max-width: 320px) {
  #sm_menu_ham {
    right: 15px;
  }
}
#sm_menu_ham span {
  background-color: #000000;
  border-radius: 5px;
  display: block;
  height: 2px;
  left: 0;
  opacity: 1;
  position: absolute;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: all 0.25s ease-in-out 0s;
  -moz-transition: all 0.25s ease-in-out 0s;
  -o-transition: all 0.25s ease-in-out 0s;
  transition: all 0.25s ease-in-out 0s;
  width: 20px;
}
#sm_menu_ham span:nth-child(1) {
  top: 0;
}
#sm_menu_ham span:nth-child(2) {
  top: 9px;
}
#sm_menu_ham span:nth-child(3) {
  top: 9px;
}
#sm_menu_ham span:nth-child(4) {
  top: 18px;
}
#sm_menu_ham.open span:nth-child(1) {
  left: 50%;
  top: 18px;
  width: 0;
}
#sm_menu_ham.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
}
#sm_menu_ham.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#sm_menu_ham.open span:nth-child(4) {
  left: 50%;
  top: 18px;
  width: 0;
}
.sm_menu_outer .mobile_menu .inner {
  display: none;
}
.sm_menu_outer .mobile_menu .inner li {
  border-bottom: none;
}
.sm_menu_outer .mobile_menu .inner li a {
  padding: 12px 15px;
  text-transform: capitalize;
  font-weight: 600;
}
/*Store Locator page start*/
.store_locator {
  margin: 40px auto;
  max-width: 1490px;
  padding: 0 10px;
}
.store_locator .data-wrapper .data-title {
  padding-bottom: 15px;
  border-bottom: 1px solid #999999;
}
.store_locator .data-wrapper .data-title h2 {
  font-size: 21px;
  font-weight: bold;
  color: #333333;
  margin: 0;
}
.store_locator .data-wrapper .data-content {
  margin-top: 30px;
}
.store_locator .data-wrapper .data-content .content-row:before,
.store_locator .data-wrapper .data-content .content-row:after {
  content: '';
  display: table;
  clear: both;
}
.store_locator .data-wrapper .data-content .content-row .store-set {
  float: left;
  width: 33.33%;
  padding: 0 40px;
}
@media (max-width: 767px) {
  .store_locator .data-wrapper .data-content .content-row .store-set .image {
    text-align: center;
  }
}
.store_locator .data-wrapper .data-content .content-row .store-set .description {
  margin: -20px 55px 55px;
  background: #fff;
  border-bottom: 1px solid #e5e5e5;
  position: relative;
  z-index: 2;
  padding: 15px 0;
  min-height: 60px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.store_locator .data-wrapper .data-content .content-row .store-set .description:hover h4.name:before {
  left: 8px;
  transition: all 0.5s;
}
.store_locator .data-wrapper .data-content .content-row .store-set .description:hover h4.name:after {
  right: 10px;
  transition: all 0.5s;
}
.store_locator .data-wrapper .data-content .content-row .store-set .description h4.name {
  margin: 0;
  font-size: 12px;
  margin-bottom: 4px;
  color: #333;
  font-weight: bold;
  position: relative;
}
.store_locator .data-wrapper .data-content .content-row .store-set .description h4.name:before {
  content: '';
  position: absolute;
  top: 7px;
  left: 0;
  width: calc(100% - 20px);
  height: 1px;
  background: #000;
  transition: all 0.5s;
}
.store_locator .data-wrapper .data-content .content-row .store-set .description h4.name:after {
  content: '\e901';
  right: 18px;
  top: 4px;
  font-family: 'mycustomfont';
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 7px;
  color: #000;
  position: absolute;
  transform: rotate(-90deg);
  transition: all 0.5s;
}
.store_locator .data-wrapper .data-content .content-row .store-set .description h4.name a {
  display: inline-block;
  vertical-align: top;
  text-decoration: none;
  outline: none;
  color: #333;
  padding-left: 15px;
  padding-right: 30px;
  background: #fff;
  position: relative;
  z-index: 2;
}
.store_locator .data-wrapper .data-content .content-row .store-set .description span.place {
  margin: 0;
  font-size: 12px;
  color: #333;
  position: relative;
  display: block;
}
.store_locator .data-wrapper .data-content .content-row .store-set .description span.place a {
  display: inline-block;
  vertical-align: top;
  text-decoration: none;
  outline: none;
  color: #333;
  padding-left: 15px;
  padding-right: 30px;
  background: #fff;
  position: relative;
  z-index: 2;
}
/*Store Locator page end*/
/*Store details page start*/
.store-details {
  margin: 45px auto;
  max-width: 1490px;
  padding: 0 10px;
}
.store-details .data-title h2 {
  font-size: 18px;
  color: #333;
  margin: 0 0 25px;
  text-align: center;
  font-weight: bold;
}
.store-details .store-info .tab-wrapper .tab-names {
  text-align: center;
}
.store-details .store-info .tab-wrapper .tab-names ul {
  padding: 0;
  margin: 0;
  font-size: 0;
}
.store-details .store-info .tab-wrapper .tab-names ul li {
  display: inline-block;
  vertical-align: top;
  position: relative;
  padding: 0 20px;
  font-size: 14px;
  font-weight: 600;
  color: #999999;
  margin-bottom: 20px;
  text-transform: uppercase;
  transition: all 0.5s;
}
.store-details .store-info .tab-wrapper .tab-names ul li a {
  color: inherit;
  text-decoration: none;
  outline: none;
}
.store-details .store-info .tab-wrapper .tab-names ul li:hover,
.store-details .store-info .tab-wrapper .tab-names ul li.active {
  color: #333;
  transition: all 0.5s;
}
.store-details .store-info .tab-wrapper .tab-names ul li:after {
  position: absolute;
  top: 0;
  right: 0;
  content: "|";
  color: #999999;
}
.store-details .store-info .tab-wrapper .tab-names ul li:first-child {
  padding-left: 0;
}
.store-details .store-info .tab-wrapper .tab-names ul li:last-child {
  padding-right: 0;
}
.store-details .store-info .tab-wrapper .tab-names ul li:last-child:after {
  content: none;
}
.store-details .store-info .tab-wrapper .tab-data .tab-content {
  display: none;
  border-top: 1px solid #999999;
  padding-top: 20px;
  text-align: center;
}
.store-details .store-info .tab-wrapper .tab-data .tab-content.active {
  display: block;
}
.store-details .store-info .tab-wrapper .tab-data .tab-content .store-slider-wrapper {
  max-width: 1344px;
  margin: 0 auto;
  padding: 0 20px;
  max-height: 500px;
  overflow: hidden;
}
.store-details .store-info .tab-wrapper .tab-data .tab-content .store-slider-wrapper .slick-prev {
  left: -35px;
}
.store-details .store-info .tab-wrapper .tab-data .tab-content .store-slider-wrapper .slick-next {
  right: -35px;
}
.store-details .store-info .tab-wrapper .tab-data .tab-content .store-slider-wrapper .slick-dots {
  position: relative;
  top: 0px;
}
.store-details .store-info .tab-wrapper .tab-data .tab-content .store-slider-wrapper .slick-dots li {
  width: auto;
  height: inherit;
  opacity: 1;
  margin: 0;
}
.store-details .store-info .tab-wrapper .tab-data .tab-content .store-slider-wrapper .slick-dots li button {
  width: 20px;
  height: 4px;
  background: #cbcbcb;
  padding: 0;
  border-radius: 0;
  margin: 0 5px;
}
.store-details .store-info .tab-wrapper .tab-data .tab-content .store-slider-wrapper .slick-dots li button:before,
.store-details .store-info .tab-wrapper .tab-data .tab-content .store-slider-wrapper .slick-dots li button:after {
  content: none;
}
.store-details .store-info .tab-wrapper .tab-data .tab-content .store-slider-wrapper .slick-dots li.slick-active button {
  background: #000000;
}
.store-details .store-info .tab-wrapper .tab-data .tab-content .timings-main {
  border-top: 1px solid #999999;
  margin-top: 15px;
}
.store-details .store-info .tab-wrapper .tab-data .tab-content .timings-map-wrapper {
  padding-top: 40px;
  text-align: left;
  max-width: 1304px;
  margin: 0 auto;
}
.store-details .store-info .tab-wrapper .tab-data .tab-content .timings-map-wrapper:after {
  content: '';
  display: table;
  clear: both;
}
.store-details .store-info .tab-wrapper .tab-data .tab-content .timings-map-wrapper .timings-map {
  text-align: left;
  float: left;
  width: calc(100% - 700px);
  padding-right: 30px;
}
.store-details .store-info .tab-wrapper .tab-data .tab-content .timings-map-wrapper .timings-map .store-address {
  padding-bottom: 30px;
  border-bottom: 1px solid #cbcbcb;
  margin-bottom: 20px;
}
.store-details .store-info .tab-wrapper .tab-data .tab-content .timings-map-wrapper .timings-map .timings h2 {
  margin-bottom: 4px;
}
.store-details .store-info .tab-wrapper .tab-data .tab-content .timings-map-wrapper .timings-map .timings table {
  width: auto;
}
.store-details .store-info .tab-wrapper .tab-data .tab-content .timings-map-wrapper .timings-map .timings table tr td {
  padding: 5px 15px;
  font-size: 14px;
  color: #000;
  line-height: 22px;
}
.store-details .store-info .tab-wrapper .tab-data .tab-content .timings-map-wrapper .timings-map .timings table tr td:first-child {
  padding-left: 0px;
}
.store-details .store-info .tab-wrapper .tab-data .tab-content .timings-map-wrapper .timings-map .timings table tr td:last-child {
  padding-right: 0px;
}
.store-details .store-info .tab-wrapper .tab-data .tab-content .timings-map-wrapper .timings-map h4 {
  font-size: 16px;
  line-height: 22px;
  font-weight: bold;
  color: #333;
  margin: 4px 0 15px;
}
.store-details .store-info .tab-wrapper .tab-data .tab-content .timings-map-wrapper .timings-map p {
  font-size: 14px;
  line-height: 18px;
  color: #000;
  margin-bottom: 8px;
}
.store-details .store-info .tab-wrapper .tab-data .tab-content .timings-map-wrapper .timings-map a {
  font-size: 12px;
  line-height: 18px;
  color: #333;
  text-decoration: underline;
}
.store-details .store-info .tab-wrapper .tab-data .tab-content .timings-map-wrapper .timings-map .share-direction a {
  display: inline-block;
  vertical-align: top;
  margin-top: 4px;
  position: relative;
  padding-left: 23px;
  margin-right: 25px;
}
.store-details .store-info .tab-wrapper .tab-data .tab-content .timings-map-wrapper .timings-map .share-direction a:before {
  position: absolute;
  content: "\e920";
  left: 0;
  top: 0;
  font-family: 'mycustomfont';
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  color: #000;
  transition: all 0.5s;
}
.store-details .store-info .tab-wrapper .tab-data .tab-content .timings-map-wrapper .timings-map .share-direction .share:before {
  content: "\e91f";
  font-size: 14px;
}
.store-details .store-info .tab-wrapper .tab-data .tab-content .timings-map-wrapper .map {
  float: left;
  width: 700px;
}
/*customer-account-logoutsuccess*/
.customer-account-logoutsuccess > .main-page-div > .main-wrapper {
  max-width: 1490px;
  margin: 0 auto;
  padding: 80px 10px;
}
.customer-account-logoutsuccess .page-title-wrapper {
  margin: 0;
  padding: 0 0 20px;
  border-bottom: 1px solid #000;
}
.customer-account-logoutsuccess .page-title-wrapper h1 {
  font-size: 21px;
  margin: 0;
}
.customer-account-logoutsuccess .column.main p {
  color: #000;
  font-size: 16px;
  line-height: 24px;
  margin: 25px 0;
}
/*Store details page end*/
/*Brand Page Start*/
.brand-list-page {
  margin: 0 auto;
  max-width: 1490px;
  padding: 40px 10px;
  padding-top: 0;
}
.brand-list-page .cpage-title h2 {
  color: #222222;
  font-size: 18px;
  line-height: 24px;
  margin: 0 0 28px;
  text-align: center;
  letter-spacing: 1.1px;
}
.brand-list-page .banner-wrapper {
  position: relative;
  margin-bottom: 155px;
}
.common-banner-data {
  background: #ffffff;
  left: 0;
  margin: auto;
  padding: 30px 60px;
  position: absolute;
  right: 0;
  top: calc(100% - 50px);
  width: 80%;
  z-index: 1;
}
.common-banner-data h3 {
  color: #222222;
  font-size: 16px;
  letter-spacing: 1.1px;
  line-height: 24px;
  margin: 0 0 18px;
  text-transform: uppercase;
}
.common-banner-data p {
  color: #222222;
  font-size: 13px;
  letter-spacing: 1px;
  line-height: 18px;
  margin: 0 0 15px;
}
.common-banner-data .show-more {
  color: #222222;
  font-size: 10px;
  font-weight: bold;
  text-transform: uppercase;
  cursor: pointer;
}
.common-banner-data .hidden-data {
  display: none;
}
.brand-list-row {
  margin: 0 -10px;
  display: flex;
  flex-wrap: wrap;
}
.brand-list-row .reduce-opacity.open-item {
  opacity: 0.2;
  transition: all 0.4s;
}
.brand-list-row .reduce-opacity.open-item .common-banner-data:after {
  content: '';
  background: transparent;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 4;
}
.brand-list-row .col-half {
  flex: 0 0 50%;
  max-width: 50%;
  position: relative;
  min-height: 1px;
  padding: 0 15px;
  margin-bottom: 155px;
  transition: all 0.4s;
}
.brand-list-row .col-half .common-banner-data {
  padding: 25px 40px;
}
.brand-benheart-layout {
  margin: 0 auto;
  max-width: 1490px;
  padding: 0 10px;
}
.brand-benheart-layout .brand-logo {
  padding: 20px 0;
  text-align: center;
}
.brand-benheart-layout .brand-logo a {
  display: inline-block;
  vertical-align: top;
}
.brand-benheart-layout .product-types {
  padding: 30px 0;
  border-bottom: 1px solid #000;
}
.brand-benheart-layout .product-types .row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}
.brand-benheart-layout .product-types .row .col-3 {
  max-width: 33.33%;
  flex: 0 0 33.33%;
  padding: 0 10px;
}
.brand-benheart-layout .product-types .data-wrapper {
  position: relative;
  margin-bottom: -80px;
}
.brand-benheart-layout .product-types .data-wrapper .data {
  background: #fff;
  width: 85%;
  padding: 20px 20px 35px;
  position: relative;
  top: -80px;
  text-align: center;
  margin: 0 auto;
}
.brand-benheart-layout .product-types .data-wrapper .data h3 {
  font-size: 30px;
  font-weight: 600;
  color: #000;
  line-height: 32px;
  text-transform: uppercase;
  margin: 0 0 12px;
}
.brand-benheart-layout .product-types .data-wrapper .data p {
  font-size: 16px;
  line-height: 24px;
  color: #333;
  margin: 0 0 12px;
}
.brand-benheart-layout .product-types .data-wrapper .data .button-2 {
  color: #000;
  font-size: 10px;
  font-weight: bold;
  text-transform: uppercase;
  opacity: 0;
  position: absolute;
  width: 80px;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  transition: all 0.4s;
}
.brand-benheart-layout .product-types .data-wrapper .data:hover .button-2 {
  bottom: 20px;
  opacity: 1;
  transition: all 0.4s;
}
.brand-benheart-layout .top-picks {
  margin: 25px 0 60px;
}
.brand-benheart-layout .top-picks .section-title h3 {
  font-size: 30px;
  line-height: 36px;
  margin: 0 0 18px;
  text-align: center;
  font-weight: bold;
}
.brand-benheart-layout .top-picks .picks-slider {
  /* the parent */
}
.brand-benheart-layout .top-picks .picks-slider .title {
  padding: 20px 5px 0;
  font-size: 15px;
  color: #333;
  text-transform: uppercase;
}
.brand-benheart-layout .top-picks .picks-slider .slick-slide {
  margin: 0 10px;
}
.brand-benheart-layout .top-picks .picks-slider .slick-list {
  margin: 0 -10px;
}
.brand-eic-layout {
  margin: 0 auto;
  max-width: 1490px;
  padding: 0 10px;
}
.brand-eic-layout .brand-logo {
  padding: 20px 0;
  text-align: center;
}
.brand-eic-layout .brand-logo a {
  display: inline-block;
  vertical-align: top;
}
.brand-eic-layout .eic-banner-slider {
  position: relative;
  margin-bottom: 80px;
}
.brand-eic-layout .eic-banner-slider .slide-data {
  width: 360px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 8%;
  text-align: center;
}
.brand-eic-layout .eic-banner-slider .slide-data h3 {
  font-size: 36px;
  line-height: 38px;
  color: #fff;
  font-weight: 600;
  margin: 0 0 24px;
  text-transform: uppercase;
}
.brand-eic-layout .eic-banner-slider .slide-data p {
  font-size: 24px;
  line-height: 32px;
  color: #fff;
  margin: 0 0 20px;
}
.brand-eic-layout .eic-banner-slider .slide-data .shop-btn {
  height: 48px;
  line-height: 48px;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 600;
  color: #000;
  padding: 0 30px;
  background: #fff;
  display: inline-block;
  vertical-align: top;
}
.brand-eic-layout .product-row {
  margin: 0 -23px;
  display: flex;
  flex-wrap: wrap;
  padding: 0 20px;
}
.brand-eic-layout .product-row .col-3 {
  max-width: 33.33%;
  flex: 0 0 33.33%;
  padding: 0 23px;
  margin: 0 0 80px;
  text-align: center;
}
.brand-eic-layout .product-row .col-3 .wrapper-product {
  position: relative;
  display: inline-block;
  vertical-align: top;
}
.brand-eic-layout .product-row .col-3 .wrapper-product .image {
  position: relative;
}
.brand-eic-layout .product-row .col-3 .wrapper-product .image:before {
  content: '';
  width: 100px;
  height: 200px;
  background: #000;
  position: absolute;
  top: -20px;
  left: -20px;
  z-index: 1;
}
.brand-eic-layout .product-row .col-3 .wrapper-product .image img {
  position: relative;
  z-index: 2;
}
.brand-eic-layout .product-row .col-3 .wrapper-product .absolute-data {
  position: absolute;
  top: 50%;
  margin-top: -20px;
  width: 100%;
  text-align: center;
  z-index: 2;
}
.brand-eic-layout .product-row .col-3 .wrapper-product .absolute-data h3 {
  font-size: 30px;
  font-weight: 600;
  text-transform: uppercase;
  color: #fff;
  display: inline-block;
  vertical-align: top;
  line-height: 36px;
  padding-bottom: 15px;
  border-bottom: 5px solid #fff;
  margin: 0 0 18px;
}
.brand-eic-layout .product-row .col-3 .wrapper-product .absolute-data .button-2 {
  color: #fff;
  font-size: 10px;
  font-weight: bold;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  width: 52px;
  bottom: -40px;
  opacity: 0;
  transition: all 0.4s;
}
.brand-eic-layout .product-row .col-3 .wrapper-product .absolute-data .button-2:before,
.brand-eic-layout .product-row .col-3 .wrapper-product .absolute-data .button-2:after {
  background-color: #fff;
}
.brand-eic-layout .product-row .col-3 .wrapper-product:hover .absolute-data .button-2 {
  bottom: -25px;
  opacity: 1;
  transition: all 0.4s;
}
.brand-eic-layout .product-row .col-3:nth-child(2) .wrapper-product .image:before,
.brand-eic-layout .product-row .col-3:nth-child(5) .wrapper-product .image:before {
  top: auto;
  bottom: -20px;
}
.brand-eic-layout .gift-section {
  padding: 25px 50px;
  border-top: 1px solid #000;
}
.brand-eic-layout .gift-section .title-data {
  max-width: 745px;
  margin: 0 auto;
  text-align: center;
}
.brand-eic-layout .gift-section .title-data h3 {
  font-size: 30px;
  line-height: 38px;
  font-weight: bold;
  margin: 0 0 8px;
}
.brand-eic-layout .gift-section .title-data p {
  font-size: 16px;
  line-height: 24px;
  color: #333;
  margin: 0 0 25px;
}
.brand-eic-layout .gift-section .gift-row {
  margin: 0 -35px;
  display: flex;
  flex-wrap: wrap;
}
.brand-eic-layout .gift-section .gift-row .col-half {
  max-width: 50%;
  flex: 0 0 50%;
  padding: 0 35px;
}
.brand-eic-layout .gift-section .gift-row .col-half .wrap-relative {
  position: relative;
}
.brand-eic-layout .gift-section .gift-row .col-half .wrap-relative .data-title {
  margin-top: 20px;
  position: relative;
}
.brand-eic-layout .gift-section .gift-row .col-half .wrap-relative .data-title:before {
  content: '';
  position: absolute;
  top: 50%;
  width: 100%;
  height: 1px;
  background: #000;
}
.brand-eic-layout .gift-section .gift-row .col-half .wrap-relative .data-title .button-1 {
  padding: 0 15px;
  max-width: 170px;
  min-width: 170px;
  height: 48px;
  line-height: 48px;
  position: absolute;
  top: 0;
  right: 0;
}
.brand-eic-layout .gift-section .gift-row .col-half .wrap-relative .data-title h4 {
  line-height: 48px;
  font-size: 21px;
  color: #000;
  font-weight: bold;
  background: #fff;
  padding-right: 15px;
  position: relative;
  z-index: 2;
  display: inline-block;
  vertical-align: top;
}
.brand-gentleman-tonic-layout {
  margin: 0 auto;
  max-width: 1490px;
  padding: 0 10px;
}
.brand-gentleman-tonic-layout .brand-logo {
  padding: 20px 0;
  text-align: center;
}
.brand-gentleman-tonic-layout .brand-logo a {
  display: inline-block;
  vertical-align: top;
}
.brand-gentleman-tonic-layout .main-product-container {
  padding: 0 5px;
  margin: 0 -5px;
  margin-bottom: 30px;
}
.brand-gentleman-tonic-layout .main-product-container .main-product-row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}
.brand-gentleman-tonic-layout .main-product-container .main-product-row .col-half {
  max-width: 50%;
  flex: 0 0 50%;
  padding: 0 15px;
  text-align: center;
}
.brand-gentleman-tonic-layout .main-product-container .main-product-row .col-half .product-wrapper {
  position: relative;
  display: inline-block;
  vertical-align: top;
}
.brand-gentleman-tonic-layout .main-product-container .main-product-row .col-half .product-wrapper .title-name {
  position: absolute;
  right: 0;
  padding: 20px;
  background: #fff;
  z-index: 1;
  bottom: 20px;
}
.brand-gentleman-tonic-layout .main-product-container .main-product-row .col-half .product-wrapper .title-name h2 {
  color: #17233d;
  margin: 0;
  padding: 0;
  font-size: 27px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.brand-gentleman-tonic-layout .best-sellers {
  padding: 0 60px;
  margin-bottom: 25px;
  padding-bottom: 55px;
  border-bottom: 1px solid #000;
}
.brand-gentleman-tonic-layout .best-sellers .title h2 {
  font-size: 30px;
  line-height: 32px;
  font-weight: bold;
  margin: 0 0 28px;
  text-align: center;
}
.brand-gentleman-tonic-layout .best-product-slider .slick-track {
  display: flex;
}
.brand-gentleman-tonic-layout .best-product-slider .slick-slide {
  position: relative;
  padding-bottom: 52px;
  height: auto;
}
.brand-gentleman-tonic-layout .best-product-slider .slick-prev {
  left: -25px;
}
.brand-gentleman-tonic-layout .best-product-slider .slick-next {
  right: -25px;
}
.brand-gentleman-tonic-layout .best-product-slider .item a {
  display: block;
  height: 100%;
}
.brand-gentleman-tonic-layout .best-product-slider .item a .image {
  display: block;
  border: 1px solid transparent;
  min-height: 100%;
  position: relative;
  text-align: center;
  transition: all 0.5s;
}
.brand-gentleman-tonic-layout .best-product-slider .item a .image img {
  display: inline-block;
  vertical-align: top;
  position: relative;
  max-width: 100%;
  height: auto;
  top: 158px;
  transform: translateY(-50%);
}
.brand-gentleman-tonic-layout .best-product-slider .item a .description {
  display: block;
  text-align: left;
  margin-top: 12px;
  position: absolute;
  bottom: 0;
}
.brand-gentleman-tonic-layout .best-product-slider .item a .description .pname,
.brand-gentleman-tonic-layout .best-product-slider .item a .description .psize,
.brand-gentleman-tonic-layout .best-product-slider .item a .description .price {
  display: inline-block;
  vertical-align: top;
  color: #333;
  font-size: 13px;
  letter-spacing: 1px;
  line-height: 21px;
}
.brand-gentleman-tonic-layout .best-product-slider .item a .description .psize {
  margin-left: 10px;
}
.brand-gentleman-tonic-layout .best-product-slider .item a .description .price {
  display: block;
  font-weight: 600;
  color: #000;
}
.brand-gentleman-tonic-layout .best-product-slider .item a .description .dpercent {
  display: inline-block;
  vertical-align: bottom;
  font-size: 10px;
  line-height: 15px;
}
.brand-gentleman-tonic-layout .best-product-slider .item a:hover .image {
  border: 1px solid #ebebeb;
  transition: all 0.5s;
}
.brand-gentleman-tonic-layout .collage-products {
  padding: 0 5px;
  margin: 0 -5px;
}
.brand-gentleman-tonic-layout .collage-products .collage-products-row {
  margin: 0 -15px;
  display: flex;
  flex-wrap: wrap;
}
.brand-gentleman-tonic-layout .collage-products .collage-products-row .col-4 {
  flex: 0 0 33.33%;
  max-width: 33.33%;
  min-height: 1px;
  padding: 0 15px;
}
.brand-gentleman-tonic-layout .collage-products .collage-products-row .col-4 .image {
  margin-bottom: 30px;
}
.brand-gentleman-tonic-layout .collage-products .collage-products-row .col-4 .product-collage {
  position: relative;
}
.brand-gentleman-tonic-layout .collage-products .collage-products-row .col-4 .product-collage .collage-data {
  position: absolute;
  top: 20px;
  left: 20px;
  width: calc(100% - 40px);
  height: calc(100% - 40px);
  border: 1px solid transparent;
  transition: all 0.5s;
}
.brand-gentleman-tonic-layout .collage-products .collage-products-row .col-4 .product-collage .collage-data:hover {
  border: 1px solid #555b60;
  transition: all 0.5s;
}
.brand-gentleman-tonic-layout .collage-products .collage-products-row .col-4 .product-collage .collage-data:hover .explore-btn {
  opacity: 1;
}
.brand-gentleman-tonic-layout .collage-products .collage-products-row .col-4 .product-collage .collage-data h2 {
  font-size: 21px;
  line-height: 13px;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
}
.brand-gentleman-tonic-layout .collage-products .collage-products-row .col-4 .product-collage .collage-data .explore-btn {
  display: inline-block;
  padding: 15px 20px;
  font-size: 10px;
  font-weight: 600;
  text-transform: uppercase;
  color: #000;
  line-height: 16px;
  text-decoration: underline;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 50%;
  max-width: 116px;
  transform: translateY(-50%);
  background: rgba(255, 255, 255, 0.89);
  opacity: 0;
  text-align: center;
}
.brand-gentleman-tonic-layout .world-locations {
  border-top: 1px solid #000;
  padding: 30px 5px;
}
.brand-gentleman-tonic-layout .world-locations .title h2 {
  font-size: 30px;
  line-height: 32px;
  font-weight: bold;
  color: #000;
  margin: 0 0 25px;
  text-align: center;
}
.brand-gentleman-tonic-layout .world-locations .location-row {
  margin: 0 -10px;
  display: flex;
  flex-wrap: wrap;
}
.brand-gentleman-tonic-layout .world-locations .location-row .col-8 {
  max-width: 12.5%;
  flex: 0 0 12.5%;
  padding: 0 5px;
  margin-bottom: 10px;
}
.brand-gentleman-tonic-layout .world-locations .location-row .col-8 .title h4 {
  font-size: 12px;
  font-weight: 600;
  color: #000;
  margin: 8px 0 0;
  text-align: center;
  text-transform: uppercase;
}
.brand-boggi-layout {
  margin: 0 auto;
  max-width: 1490px;
  padding: 0 10px;
}
.brand-boggi-layout .brand-logo {
  padding: 20px 0 12px;
  text-align: center;
}
.brand-boggi-layout .brand-logo a {
  display: inline-block;
  vertical-align: top;
}
.brand-boggi-layout .milano-banner-slider {
  margin-bottom: 35px;
}
.brand-boggi-layout .season-products .title h2 {
  font-size: 30px;
  line-height: 32px;
  color: #061d3b;
  margin: 0 0 25px;
  font-weight: bold;
  text-transform: capitalize;
  text-align: center;
}
.brand-boggi-layout .season-products .season-products-row {
  margin: 0 -35px;
  display: flex;
  flex-wrap: wrap;
}
.brand-boggi-layout .season-products .season-products-row .col-half {
  max-width: 50%;
  flex: 0 0 50%;
  padding: 0 35px;
}
.brand-boggi-layout .season-products .season-products-row .col-half .season-product-wrapper {
  margin: 0 0 17px;
}
.brand-boggi-layout .season-products .season-products-row .col-half .season-product-wrapper .data {
  margin: -50px 35px 0;
  background: #fff;
  position: relative;
  z-index: 1;
  padding: 30px 35px;
}
.brand-boggi-layout .season-products .season-products-row .col-half .season-product-wrapper .data h2 {
  font-size: 30px;
  line-height: 30px;
  font-weight: 600;
  text-transform: uppercase;
  margin: 0 0 15px;
  color: #17233d;
}
.brand-boggi-layout .season-products .season-products-row .col-half .season-product-wrapper .data p {
  font-size: 16px;
  line-height: 22px;
  color: #333;
  margin: 0 0 14px;
}
.brand-boggi-layout .season-products .season-products-row .col-half .season-product-wrapper .data .button-2 {
  font-size: 10px;
  font-weight: bold;
  color: #000;
  display: inline-block;
  vertical-align: top;
}
.brand-boggi-layout .summer-collection {
  margin-top: 25px;
  border-top: 1px solid #000;
  padding: 40px 0;
}
.brand-boggi-layout .summer-collection .product-wrapper {
  position: relative;
}
.brand-boggi-layout .summer-collection .product-wrapper .image {
  position: relative;
}
.brand-boggi-layout .summer-collection .product-wrapper .image .playicon {
  position: absolute;
  top: 50%;
  left: 75%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
.brand-boggi-layout .summer-collection .product-wrapper .data {
  position: absolute;
  top: 0;
  left: 0;
  width: 45%;
  background: #17233d;
  height: 100%;
  z-index: 1;
  border-right: 7px solid #fff;
}
.brand-boggi-layout .summer-collection .product-wrapper .data h2 {
  font-size: 66px;
  font-weight: bold;
  line-height: 84px;
  color: #ffffff;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  margin: auto;
  padding-left: 60px;
}
.brand-boggi-layout .summer-collection .product-wrapper .data h2 span {
  font-weight: normal;
}
.brand-boggi-layout .multi-product {
  margin-bottom: 50px;
}
.brand-boggi-layout .multi-product .multi-product-row {
  margin: 0 -10px;
  display: flex;
  flex-wrap: wrap;
}
.brand-boggi-layout .multi-product .multi-product-row .col-3 {
  max-width: 25%;
  flex: 0 0 25%;
  padding: 0 10px;
}
.brand-boggi-layout .multi-product .multi-product-row .col-3 .pwrapper {
  position: relative;
}
.brand-boggi-layout .multi-product .multi-product-row .col-3 .pwrapper .data {
  position: absolute;
  left: 0;
  width: 165px;
  top: 50%;
  transform: translateY(-50%);
  padding: 15px 20px;
  z-index: 1;
  background: #fff;
  transition: all 0.5s;
}
.brand-boggi-layout .multi-product .multi-product-row .col-3 .pwrapper .data h2 {
  font-size: 21px;
  line-height: 21px;
  text-transform: uppercase;
  font-weight: bold;
  color: #000;
  margin: 0 0 4px;
  transition: all 0.5s;
}
.brand-boggi-layout .multi-product .multi-product-row .col-3 .pwrapper .data a {
  font-size: 10px;
  color: #000;
  font-weight: 600;
  display: inline-block;
  vertical-align: top;
  text-decoration: underline;
  text-transform: uppercase;
  transition: all 0.5s;
}
.brand-boggi-layout .multi-product .multi-product-row .col-3 .pwrapper .data:hover {
  background: #17233d;
  transition: all 0.5s;
}
.brand-boggi-layout .multi-product .multi-product-row .col-3 .pwrapper .data:hover h2,
.brand-boggi-layout .multi-product .multi-product-row .col-3 .pwrapper .data:hover a {
  color: #fff;
  transition: all 0.5s;
}
.brand-boggi-layout .multi-product .multi-product-row .col-3:nth-child(even) .pwrapper .data {
  top: auto;
  bottom: 45px;
  transform: none;
}
.cpopup-overlay {
  position: fixed;
  z-index: 11;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  left: 0;
  top: 0;
  display: none;
}
.cpopup {
  position: fixed;
  margin: 40px 0;
  max-width: 1470px;
  padding: 25px;
  background: #fff;
  z-index: 12;
  display: none;
  left: 50%;
  top: 0;
  width: 100%;
  transform: translateX(-50%);
}
.cpopup iframe {
  width: 100%;
  height: 60vh;
}
.cpopup .cclose-icon {
  display: inline-block;
  vertical-align: top;
  margin: 8px;
  padding: 4px;
  position: absolute;
  top: -10px;
  right: -40px;
}
.cpopup .cclose-icon:before {
  content: "\e918";
  font-size: 20px;
  line-height: 20px;
  color: #fff;
  font-family: 'mycustomfont';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
body.hide-overflow {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
/*Brand Page Start*/
/*About Us page*/
.aboutus-layout {
  max-width: 1490px;
  padding: 30px 10px 50px;
  margin: 0 auto;
}
.aboutus-layout .about-banner {
  margin-bottom: 30px;
}
.aboutus-layout .about-data {
  margin: 0 40px 40px;
}
.aboutus-layout .our-team {
  margin: 0 60px;
}
.aboutus-layout .our-team .row {
  display: flex;
  flex-wrap: wrap;
}
.aboutus-layout .our-team .row .team-thumb {
  flex: 0 0 60%;
  max-width: 60%;
}
.aboutus-layout .our-team .row .team-thumb .image {
  position: relative;
  background: #e8e8e8;
  padding: 48px 0 26px 67px;
}
.aboutus-layout .our-team .row .team-thumb .image:before {
  content: '';
  height: 100%;
  width: 150px;
  top: 0;
  right: 0;
  background: #fff;
  position: absolute;
}
.aboutus-layout .our-team .row .team-thumb .image img {
  position: relative;
}
.aboutus-layout .our-team .row .team-data {
  flex: 0 0 40%;
  max-width: 40%;
  padding: 95px 20px 0 70px;
}
.aboutus-layout .title h2 {
  font-size: 16px;
  color: #222222;
  font-weight: 700;
  margin: 0 0 18px;
  line-height: 24px;
  letter-spacing: 1.51px;
  text-transform: uppercase;
}
.aboutus-layout .data {
  padding: 20px;
}
@media (max-width: 767px) {
  .aboutus-layout .data {
    padding-left: 0;
    padding-right: 0;
  }
}
.aboutus-layout .data p {
  font-size: 13px;
  letter-spacing: 0.39px;
  color: #222222;
  line-height: 21px;
  margin: 0 0 0px!important;
}
/*Contact Us*/
.contact-us-layout {
  max-width: 1240px;
  padding: 0px 10px 50px;
  margin: 0 auto;
}
.contact-us-layout .contact-row {
  display: flex;
  flex-wrap: wrap;
}
.contact-us-layout .contact-row .contact-wrapper {
  flex: 0 0 calc(100% - 540px);
  max-width: calc(100% - 540px);
  padding-right: 15%;
  padding-top: 20px;
}
.contact-us-layout .contact-row .contact-wrapper .title h2 {
  font-size: 16px;
  line-height: 24px;
  color: #222222;
  margin: 0 0 12px;
}
.contact-us-layout .contact-row .contact-wrapper .data p {
  font-size: 13px;
  color: #333333;
  letter-spacing: 1px;
  line-height: 22px;
  margin: 0;
}
.contact-us-layout .contact-row .contact-wrapper .data h4 {
  font-size: 16px;
  color: #000;
  letter-spacing: 1px;
  line-height: 22px;
  margin: 0;
  font-weight: 600;
}
.contact-us-layout .contact-row .contact-wrapper .timing {
  margin-bottom: 22px;
}
.contact-us-layout .contact-row .contact-wrapper .phone-email-wrapper {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 22px;
}
.contact-us-layout .contact-row .contact-wrapper .phone-email-wrapper .phone {
  display: inline-block;
  vertical-align: top;
  padding: 5px 35px 5px 0;
  border-right: 1px solid #cecece;
  margin-right: 50px;
}
.contact-us-layout .contact-row .contact-wrapper .phone-email-wrapper .email {
  display: inline-block;
  vertical-align: top;
  padding: 5px 0;
}
.contact-us-layout .contact-row .contact-wrapper .phone-email-wrapper h3 {
  font-size: 18px;
  font-weight: 600;
  color: #222222;
  line-height: 24px;
  margin: 0 0 2px;
  letter-spacing: 0.26px;
}
.contact-us-layout .contact-row .contact-wrapper .phone-email-wrapper p {
  font-size: 14px;
  letter-spacing: 0.28px;
  color: #333333;
  line-height: 22px;
}
.contact-us-layout .contact-row .contact-wrapper .phone-email-wrapper p a {
  font-size: 14px;
  color: #222222;
  letter-spacing: 0.28px;
  line-height: 22px;
}
.contact-us-layout .contact-row .contact-wrapper .phone-email-wrapper p a.tel {
  font-size: 14px;
}
.contact-us-layout .contact-row .map-wrapper {
  flex: 0 0 540px;
  max-width: 540px;
}
/*Business Page*/
.business-layout {
  max-width: 1490px;
  padding: 30px 10px 45px;
  margin: 0 auto;
}
.business-layout .business-data-wrapper {
  max-width: 80%;
  margin: -100px auto 0;
  background: #fff;
  position: relative;
  z-index: 1;
  padding: 40px 60px;
}
.business-layout .business-data-wrapper > .data {
  margin-bottom: 50px;
}
.business-layout .business-data-wrapper .retail-food-wrapper {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -30px;
}
.business-layout .business-data-wrapper .retail-food-wrapper .retail,
.business-layout .business-data-wrapper .retail-food-wrapper .food {
  flex: 0 0 50%;
  padding: 0 30px;
  max-width: 50%;
}
.business-layout .business-data-wrapper .retail-food-wrapper .retail .title h2,
.business-layout .business-data-wrapper .retail-food-wrapper .food .title h2 {
  font-size: 18px;
  font-weight: 600;
  color: #000;
}
.business-layout .business-data-wrapper .retail-food-wrapper .food .data p {
  margin: 0 0 20px;
}
.business-layout .our-service {
  border-top: 1px solid #999999;
  padding-top: 70px;
}
.business-layout .our-service .row {
  display: flex;
  flex-wrap: wrap;
}
.business-layout .our-service .row .service-thumb {
  flex: 0 0 60%;
  max-width: 60%;
}
.business-layout .our-service .row .service-thumb .image {
  position: relative;
  background: #ededed;
  padding: 80px 0 26px 55px;
}
.business-layout .our-service .row .service-thumb .image:before {
  content: '';
  height: 100%;
  width: 110px;
  top: 0;
  right: 0;
  background: #fff;
  position: absolute;
}
.business-layout .our-service .row .service-thumb .image img {
  position: relative;
}
.business-layout .our-service .row .service-data {
  flex: 0 0 40%;
  max-width: 40%;
  padding: 75px 20px 0 70px;
}
.business-layout .title h2 {
  font-size: 18px;
  line-height: 24px;
  color: #222222;
  margin: 0 0 12px;
  font-weight: 700;
}
.business-layout .data p {
  font-size: 14px;
  line-height: 22px;
  color: #222222;
  margin: 0;
  letter-spacing: 1px;
}
body.account .language-wrapper {
  margin: inherit;
}
.cc-banner.cc-bottom {
  background: #000 !important;
}
.cc-banner.cc-bottom .cc-btn:last-child {
  background: #fff !important;
  color: #000 !important;
  box-shadow: #000 0 0px 0px 2px inset;
  -webkit-transition: all 200ms cubic-bezier(0.39, 0.5, 0.15, 1.36);
  -moz-transition: all 200ms cubic-bezier(0.39, 0.5, 0.15, 1.36);
  -ms-transition: all 200ms cubic-bezier(0.39, 0.5, 0.15, 1.36);
  -o-transition: all 200ms cubic-bezier(0.39, 0.5, 0.15, 1.36);
  transition: all 200ms cubic-bezier(0.39, 0.5, 0.15, 1.36);
  display: block;
  min-width: 180px;
  max-width: 200px;
  text-decoration: none;
  text-align: center;
  text-transform: uppercase;
  font-size: 1.333em;
  font-weight: 600;
  letter-spacing: 1.5px;
  cursor: pointer;
  height: 45px;
  padding: 0 15px;
  line-height: 45px;
  border: 0;
}
.cc-animate.cc-revoke.cc-bottom {
  display: none !important;
}
.cc-revoke.cc-bottom {
  font-size: 12px !important;
}
.customer-account-forgotpassword .page-title-wrapper {
  display: none;
}
.job-index-apply .career-wrapper h2 {
  padding: 20px;
}
.customer-account-createpassword .column.main {
  max-width: 1480px;
  margin: 0 auto;
  padding-top: 30px;
}
.customer-account-createpassword .column.main .page-title {
  text-transform: uppercase;
  color: #000000;
  font-weight: 700;
  font-size: 1.333em;
  margin-bottom: 15px;
}
.customer-account-createpassword .column.main .fieldset > .field {
  margin: 0 0 20px;
}
.customer-account-createpassword .column.main .fieldset > .field:not(.choice) > .label {
  display: block;
  width: 100%;
  padding: 0;
  float: none;
  margin-bottom: 3px;
  font-weight: 400;
  font-size: 1.167em;
  text-align: left;
  font-weight: normal;
}
.customer-account-createpassword .column.main .fieldset > .field:not(.choice) .control .input-text {
  border: solid 1px #e4e4e4;
}
.customer-account-createpassword .column.main .actions-toolbar {
  margin: 0 0 20px 0 !important;
}
.customer-account-createpassword .column.main .actions-toolbar .primary {
  width: 100%;
}
.customer-account-createpassword .column.main .actions-toolbar .action.submit.primary {
  color: #ffffff !important;
  box-shadow: #000000 0 0px 0px 40px inset;
  -webkit-transition: all 200ms cubic-bezier(0.39, 0.5, 0.15, 1.36);
  -moz-transition: all 200ms cubic-bezier(0.39, 0.5, 0.15, 1.36);
  -ms-transition: all 200ms cubic-bezier(0.39, 0.5, 0.15, 1.36);
  -o-transition: all 200ms cubic-bezier(0.39, 0.5, 0.15, 1.36);
  transition: all 200ms cubic-bezier(0.39, 0.5, 0.15, 1.36);
  display: block;
  min-width: 180px;
  /*max-width: 200px;*/
  max-width: 100%;
  width: 100%;
  text-decoration: none;
  text-align: center;
  text-transform: uppercase;
  font-size: 1.111em;
  font-weight: 600;
  letter-spacing: 1.3px;
  cursor: pointer;
  height: 40px;
  border: 0;
}
.customer-account-createpassword .forget-password-wrapper {
  margin-top: 0;
}
.mpbrand-index-index .brand-mix-container .product-item-link {
  display: inline-block;
}
@media (min-width: 1024px) {
  #sm_menu_ham {
    display: none;
  }
  .sm_menu_outer {
    display: none;
  }
}
@media (max-width: 1440px) {
  .brand-boggi-layout .season-products .season-products-row {
    margin: 0;
  }
  .brand-boggi-layout .season-products .season-products-row .col-half:nth-child(odd) {
    padding-left: 0px;
  }
  .brand-boggi-layout .season-products .season-products-row .col-half:nth-child(even) {
    padding-right: 0px;
  }
  .cpopup {
    width: 80%;
  }
  .brand-gentleman-tonic-layout .main-product-container,
  .brand-gentleman-tonic-layout .collage-products {
    padding: 0;
    margin: 0;
  }
  .brand-gentleman-tonic-layout .main-product-container .main-product-row,
  .brand-gentleman-tonic-layout .collage-products .collage-products-row {
    margin: 0;
  }
  .brand-eic-layout .product-row {
    margin: 0 -10px;
    padding: 0 10px;
  }
  .brand-gentleman-tonic-layout .main-product-container {
    margin-bottom: 30px;
  }
  .container {
    max-width: 100%;
    padding: 0 20px;
  }
  .store-details .store-info .tab-wrapper .tab-data .tab-content .store-slider-wrapper .slick-prev {
    left: -20px;
  }
  .store-details .store-info .tab-wrapper .tab-data .tab-content .store-slider-wrapper .slick-next {
    right: -20px;
  }
}
@media (max-width: 1366px) {
  .brand-boggi-layout .summer-collection .product-wrapper .data h2 {
    font-size: 54px;
    line-height: 72px;
  }
  .brand-list-row .col-half .common-banner-data {
    padding: 25px 30px;
  }
  .brand-list-row .col-half .common-banner-data br {
    display: none;
  }
}
@media (max-width: 1286px) {
  .header-mid-section .header-user-links li div.header-search input[type=text] {
    width: 200px;
  }
}
@media (max-width: 1024px) {
  .contact-us-layout .contact-row .contact-wrapper {
    padding-right: 15px;
  }
  .contact-us-layout .contact-row .contact-wrapper .phone-email-wrapper .phone {
    padding: 5px 15px 5px 0;
    margin-right: 20px;
  }
  .brand-boggi-layout .summer-collection .product-wrapper .data h2 {
    font-size: 45px;
    line-height: 56px;
  }
  .brand-gentleman-tonic-layout .collage-products .collage-products-row .col-4 .product-collage .collage-data h2 {
    font-size: 14px;
    line-height: 11px;
  }
  .brand-gentleman-tonic-layout .collage-products .collage-products-row .col-4 .product-collage .collage-data {
    border-color: #555b60;
  }
  .brand-gentleman-tonic-layout .collage-products .collage-products-row .col-4 .product-collage .collage-data .explore-btn {
    opacity: 1;
  }
  .common-banner-data {
    width: 90%;
    padding: 30px 45px;
  }
  .brand-list-row .col-half {
    margin-bottom: 175px;
  }
  .store-details .store-info .tab-wrapper .tab-data .tab-content .timings-map-wrapper .timings-map p {
    line-height: 22px;
  }
  .store_locator .data-wrapper .data-content .content-row .store-set .description h4.name:before,
  .store_locator .data-wrapper .data-content .content-row .store-set .description h4.name:after {
    content: none;
  }
  footer {
    padding-top: 0;
  }
  footer .container {
    max-width: 100%;
    padding: 0;
  }
  footer .footer_links {
    margin-bottom: 0;
  }
  footer .footer_links > li {
    width: 100%;
    padding-right: 0;
    margin-bottom: 0;
  }
  footer .footer_links > li h6 {
    margin-bottom: 0;
    padding: 20px 15px;
    border-top: solid 1px #ebebeb;
    position: relative;
    text-transform: uppercase;
    letter-spacing: 1.3px;
    font-size: 13px;
  }
  footer .footer_links > li h6:before {
    /*	position: absolute;
					    content: "+";
					    right: 15px;
					    top: 10px;
					    font-size: 30px;
					    color:#666666;*/
    margin-left: auto;
    content: " ";
    width: 15px;
    height: 1px;
    background: #888;
    position: absolute;
    right: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  footer .footer_links > li h6:after {
    content: " ";
    height: 15px;
    width: 1.5px;
    background: #888;
    position: absolute;
    right: calc(26.75px);
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  footer .footer_links > li h6.open_foot:before {
    /*content: "-";
						    font-size: 40px;
						    top:2px;
						    right:20px;*/
  }
  footer .footer_links > li h6.open_foot:after {
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    transform: translateY(-50%) rotate(90deg);
    background: #222;
  }
  footer .footer_links > li ul {
    display: none;
    padding: 5px 15px;
  }
  footer .footer_links > li ul li ul.social-links {
    display: block;
    margin-top: 10px;
    padding-left: 0;
  }
  footer .footer_links > li ul li ul.social-links li {
    width: 40px;
  }
  footer .footer_links > li:first-child h6 {
    border-top: none;
  }
  footer .copyright {
    padding: 15px 0 45px;
  }
  header .header-mid-section {
    padding: 10px 20px;
  }
  header .header-mid-section .language-wrapper {
    display: none;
  }
  header .header-mid-section .header-user-links .header-search-wrapper {
    /*display:none;*/
  }
  header .header-mid-section .header-user-links .header-user-wrapper {
    display: none;
  }
  header .header-mid-section .header-user-links li a:before {
    font-size: 18px;
  }
  header .header-mid-section .nav-search-wrapper {
    margin: 0;
    padding: 0;
    list-style: none;
    display: block;
  }
  header .header-mid-section .nav-search-wrapper li {
    float: left;
    margin: 0 0 0 40px;
  }
  header .header-mid-section .nav-search-wrapper li a {
    display: block;
    line-height: normal;
    padding: 0;
  }
  header .header-mid-section .nav-search-wrapper li a:before {
    content: "";
    left: 0;
    top: 0;
    font-family: 'mycustomfont';
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 22px;
    color: #000000;
    -o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s;
  }
  header .header-mid-section .nav-search-wrapper li a.search-icon-mobile:before {
    content: "\e905";
    font-size: 18px;
  }
  header .header-mid-section .nav-search-wrapper li a#menutoggle:before {
    content: "\e912";
  }
  .header-mid-section .col:nth-child(1) {
    width: 33.33%;
  }
  .header-mid-section .col:nth-child(2) {
    width: 33.33%;
  }
  .header-mid-section .col:nth-child(3) {
    width: 33.33%;
  }
  header {
    position: fixed;
    top: 24px;
    width: 100%;
    z-index: 9999;
    background: #ffffff;
    box-shadow: none;
  }
  body {
    padding-top: 88px;
  }
}
@media (max-width: 1024px) and (max-width: 767px) {
  footer .copyright {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 1024px) and (max-width: 480px) {
  header .header-mid-section {
    padding: 10px 15px;
  }
}
@media (max-width: 1024px) and (max-width: 320px) {
  header .header-mid-section {
    padding: 10px 10px;
  }
}
@media (max-width: 1024px) and (max-width: 767px) {
  .header-mid-section .col:nth-child(2) {
    width: 80%;
  }
}
/*header animation test*/
@media (min-width: 1025px) {
  .header-mid-section .col:nth-child(2) {
    width: 30%;
    min-width: 30%;
    text-align: center;
  }
  .header-mid-section .col:nth-child(2) strong,
  .header-mid-section .col:nth-child(2) a {
    display: inline-block;
    vertical-align: top;
    position: relative;
    width: 100%;
    min-width: 147px;
    margin: 0 auto;
    transition: all 0.5s ease;
  }
  .fixed-header .header-mid-section .col:nth-child(2) strong,
  .fixed-header .header-mid-section .col:nth-child(2) a {
    width: 100%;
    min-width: 36px;
    position: relative;
    overflow: visible;
    transition: all 0.5s ease;
    /*min-height: 32px;*/
    margin: 0 auto;
  }
  .fixed-header .header-mid-section .col:nth-child(2) img {
    /*position: absolute;*/
    /*top: 0;*/
    /*left: 0;*/
    /*min-width: 147px;*/
  }
  ul.nav-search-wrapper.clearfix li {
    margin: 0;
  }
}
@media (min-width: 1025px) and (max-width: 767px) {
  .header-mid-section .col:nth-child(2) {
    width: 80%;
  }
}
@media (max-width: 991px) {
  .business-layout .business-data-wrapper {
    max-width: 90%;
    padding: 25px;
    margin: -30px auto 0;
  }
  .business-layout .business-data-wrapper > .data {
    margin-bottom: 30px;
  }
  .business-layout .our-service .row .service-data {
    padding: 10px 0 10px 10px;
  }
  .contact-us-layout .contact-row .contact-wrapper,
  .contact-us-layout .contact-row .map-wrapper {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .contact-us-layout .contact-row .map-wrapper {
    margin-top: 20px;
  }
  .aboutus-layout .our-team .row .team-data {
    flex: 0 0 40%;
    padding: 20px 0 0 20px;
  }
  .brand-boggi-layout .season-products .season-products-row .col-half:nth-child(odd) {
    padding-right: 10px;
  }
  .brand-boggi-layout .season-products .season-products-row .col-half:nth-child(even) {
    padding-left: 10px;
  }
  .brand-boggi-layout .season-products .season-products-row .col-half .season-product-wrapper .data {
    margin: -50px 15px 0;
    padding: 25px;
  }
  .brand-boggi-layout .summer-collection .product-wrapper .data h2 {
    font-size: 35px;
    line-height: 48px;
    padding-left: 25px;
  }
  .brand-gentleman-tonic-layout .main-product-container .main-product-row .col-half .product-wrapper .title-name {
    padding: 15px;
    bottom: 10px;
  }
  .brand-gentleman-tonic-layout .main-product-container .main-product-row .col-half .product-wrapper .title-name h2 {
    font-size: 18px;
  }
  .brand-gentleman-tonic-layout .best-product-slider .item a .image {
    border-color: #ebebeb;
  }
  .brand-gentleman-tonic-layout .collage-products .collage-products-row .col-4 .product-collage .collage-data {
    top: 10px;
    left: 10px;
    width: calc(100% - 20px);
    height: calc(100% - 20px);
  }
  .brand-gentleman-tonic-layout .collage-products .collage-products-row .col-4 .product-collage .collage-data h2 {
    font-size: 12px;
    line-height: 10px;
  }
  .brand-gentleman-tonic-layout .collage-products .collage-products-row .col-4 {
    padding: 0 5px;
  }
  .brand-gentleman-tonic-layout .collage-products .collage-products-row .col-4 .image {
    margin-bottom: 15px;
  }
  .brand-gentleman-tonic-layout .world-locations .location-row .col-8 .title h4 {
    font-size: 9px;
  }
  .brand-eic-layout .eic-banner-slider .slide-data {
    width: 240px;
  }
  .brand-eic-layout .eic-banner-slider .slide-data h3 {
    font-size: 24px;
    line-height: 30px;
    margin: 0 0 12px;
  }
  .brand-eic-layout .eic-banner-slider .slide-data p {
    font-size: 16px;
    line-height: 24px;
    margin: 0 0 12px;
  }
  .brand-eic-layout .product-row .col-3 .wrapper-product .absolute-data h3 {
    font-size: 21px;
    line-height: 24px;
    padding-bottom: 12px;
  }
  .brand-eic-layout .product-row .col-3 .wrapper-product .absolute-data .button-2 {
    opacity: 1;
    bottom: -25px;
  }
  .brand-eic-layout .gift-section .gift-row .col-half .wrap-relative .data-title h4 {
    font-size: 13px;
    line-height: 35px;
  }
  .brand-eic-layout .gift-section .gift-row .col-half .wrap-relative .data-title .button-1 {
    height: 35px;
    line-height: 35px;
    max-width: 120px;
    min-width: 120px;
    font-size: 12px;
  }
  .common-banner-data {
    padding: 20px 30px;
  }
  .common-banner-data h3 {
    margin: 0 0 12px;
    font-size: 16px;
    line-height: 20px;
  }
  .brand-list-row .col-half .common-banner-data {
    padding: 15px 25px;
  }
  .store_locator .data-wrapper .data-content .content-row .store-set {
    width: 50%;
  }
  .store-details .store-info .tab-wrapper .tab-data .tab-content .timings-map-wrapper .timings-map,
  .store-details .store-info .tab-wrapper .tab-data .tab-content .timings-map-wrapper .map {
    width: 100%;
  }
  .store-details .store-info .tab-wrapper .tab-data .tab-content .timings-map-wrapper .map {
    margin-top: 30px;
  }
  .brand-benheart-layout .product-types .data-wrapper {
    margin-bottom: -45px;
  }
  .brand-benheart-layout .product-types .data-wrapper .data {
    top: -45px;
  }
  .brand-benheart-layout .product-types .data-wrapper .data h3 {
    font-size: 20px;
    line-height: 22px;
    margin: 0 0 4px;
  }
  .brand-benheart-layout .product-types .data-wrapper .data .button-2 {
    opacity: 1;
    bottom: 20px;
  }
}
@media (max-width: 767px) {
  #algolia_instant_selector #refine-toggle:before {
    /*       width: 18px;
    height: 18px;
    font-family: 'mycustomfont';
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 13px;
    color: #666;
    display: block;
    content: "\e90a";
    right: 10px;
    top: 50%;
    margin-top: -9px;
    position: absolute;*/
    position: absolute;
    right: 20px;
    top: 14px !important;
    background-image: url(../images/chevron-right-light.svg);
    content: "";
    width: 16px;
    height: 16px;
    left: auto;
    background-repeat: no-repeat;
    background-size: 100%;
  }
  .fotorama__nav--dots .fotorama__nav__frame {
    margin: 5px;
  }
  .fotorama--fullscreen .fotorama__stage__frame .fotorama__img--full {
    max-width: 80% !important;
  }
  .fotorama__wrap {
    padding: 0 0px!important;
  }
  .header-mid-section .header-user-links > li > a.action.cart-icon {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .page-with-filter.show-filters .top_bar.responsive_display {
    display: none;
  }
  .control.captcha-image .captcha-img {
    display: inline-block !important;
  }
  .business-layout .business-data-wrapper {
    padding: 0;
    margin: 10px auto 0;
    max-width: 100%;
  }
  .business-layout .title h2 {
    font-size: 16px;
    line-height: 22px;
    margin: 0 0 4px;
  }
  .business-layout .data p {
    font-size: 13px;
    line-height: 18px;
  }
  .business-layout .business-data-wrapper > .data {
    margin-bottom: 15px;
  }
  .business-layout .business-data-wrapper .retail-food-wrapper {
    margin: 0;
  }
  .business-layout .business-data-wrapper .retail-food-wrapper .retail,
  .business-layout .business-data-wrapper .retail-food-wrapper .food {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0;
  }
  .business-layout .business-data-wrapper .retail-food-wrapper .food .data p {
    margin: 0 0 4px;
  }
  .business-layout .business-data-wrapper .retail-food-wrapper .food {
    margin: 15px 0;
  }
  .business-layout .our-service {
    padding-top: 20px;
  }
  .business-layout .our-service .row .service-thumb,
  .business-layout .our-service .row .service-data {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0;
    margin-bottom: 8px;
  }
  .business-layout .our-service .row .service-thumb .image {
    padding: 10px;
  }
  .business-layout {
    padding: 20px 10px 25px;
  }
  .contact-us-layout .contact-row .contact-wrapper {
    padding: 0;
  }
  .contact-us-layout {
    padding: 20px 10px 30px;
  }
  .contact-us-layout .contact-row .contact-wrapper .title h2 {
    font-size: 16px;
    line-height: 22px;
    color: #000;
    margin: 0 0 8px;
  }
  .contact-us-layout .contact-row .contact-wrapper .data p {
    font-size: 13px;
    line-height: 18px;
  }
  .contact-us-layout .contact-row .contact-wrapper .phone-email-wrapper .phone,
  .contact-us-layout .contact-row .contact-wrapper .phone-email-wrapper .email {
    padding: 5px 0;
    display: block;
    margin-right: 0;
    border-right: 0;
  }
  .contact-us-layout .contact-row .contact-wrapper .phone-email-wrapper h3 {
    font-size: 14px;
    line-height: 20px;
  }
  .contact-us-layout .contact-row .map-wrapper iframe {
    height: 240px;
  }
  .contact-us-layout .contact-row .contact-wrapper .timing,
  .contact-us-layout .contact-row .contact-wrapper .phone-email-wrapper {
    margin-bottom: 12px;
  }
  .contact-us-layout .contact-row .contact-wrapper .data h4 {
    font-size: 14px;
    line-height: 20px;
  }
  .contact-us-layout .contact-row .contact-wrapper .phone-email-wrapper p,
  .contact-us-layout .contact-row .contact-wrapper .phone-email-wrapper p a {
    font-size: 13px;
    line-height: 19px;
  }
  .contact-us-layout .contact-row .contact-wrapper .phone-email-wrapper p a.tel {
    font-size: 12px;
  }
  .aboutus-layout .about-data {
    margin: 0 0 20px;
  }
  .aboutus-layout .our-team {
    margin: 0;
  }
  .aboutus-layout .our-team .row .team-thumb {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .aboutus-layout .our-team .row .team-thumb .image {
    padding: 10px;
  }
  .aboutus-layout .our-team .row .team-data {
    max-width: 100%;
    flex: 0 0 100%;
    padding: 10px 0;
  }
  .aboutus-layout .title h2 {
    font-size: 16px;
    margin: 0 0 8px;
    line-height: 22px;
  }
  .aboutus-layout .data p {
    font-size: 13px;
    line-height: 18px;
    margin: 0 0 12px;
  }
  .aboutus-layout {
    padding: 20px 10px 10px;
  }
  .aboutus-layout .about-banner {
    margin-bottom: 15px;
  }
  .brand-boggi-layout .milano-banner-slider {
    margin-bottom: 20px;
  }
  .brand-boggi-layout .milano-banner-slider .slick-arrow {
    margin-top: 0;
  }
  .brand-boggi-layout .season-products .season-products-row .col-half .season-product-wrapper .data {
    margin: -25px 10px 0;
    padding: 15px;
  }
  .brand-boggi-layout .season-products .season-products-row .col-half .season-product-wrapper .data h2 {
    font-size: 16px;
    line-height: 18px;
    margin: 0 0 8px;
  }
  .brand-boggi-layout .season-products .season-products-row .col-half .season-product-wrapper .data p {
    font-size: 13px;
    line-height: 18px;
    margin: 0 0 10px;
  }
  .brand-boggi-layout .season-products .season-products-row .col-half .season-product-wrapper {
    margin: 0 0 8px;
  }
  .brand-boggi-layout .summer-collection {
    margin-top: 0px;
    padding: 20px 0;
  }
  .brand-boggi-layout .summer-collection .product-wrapper .data {
    position: static;
    transform: none;
    padding: 10px;
    width: 100%;
    border: 0;
  }
  .brand-boggi-layout .summer-collection .product-wrapper .data h2 {
    position: static;
    transform: none;
    font-size: 16px;
    line-height: 24px;
    padding: 0;
  }
  .brand-boggi-layout .summer-collection .product-wrapper .image .playicon {
    left: 50%;
  }
  .brand-boggi-layout .multi-product {
    margin-bottom: 25px;
  }
  .brand-boggi-layout .multi-product .multi-product-row {
    margin: 0;
  }
  .brand-boggi-layout .multi-product .multi-product-row .col-3 {
    padding: 0;
    max-width: 100%;
    flex: 0 0 100%;
    margin-bottom: 10px;
  }
  .cpopup {
    width: 80%;
    padding: 10px;
  }
  .cpopup iframe {
    height: 200px;
  }
  .brand-boggi-layout .season-products .title h2 {
    font-size: 16px;
    line-height: 22px;
    margin: 0 0 12px;
  }
  .brand-boggi-layout .season-products .season-products-row .col-half:nth-child(odd),
  .brand-boggi-layout .season-products .season-products-row .col-half:nth-child(even) {
    padding: 0;
    max-width: 100%;
    flex: 0 0 100%;
  }
  .brand-gentleman-tonic-layout .main-product-container .main-product-row .col-half {
    max-width: 100%;
    flex: 0 0 100%;
    margin-bottom: 10px;
    padding: 0;
  }
  .brand-gentleman-tonic-layout .main-product-container .main-product-row .col-half .product-wrapper .title-name {
    display: none;
  }
  .brand-gentleman-tonic-layout .main-product-container .main-product-row .col-half:last-child {
    margin-bottom: 0;
  }
  .brand-gentleman-tonic-layout .best-sellers {
    padding: 0 0 10px;
  }
  .brand-gentleman-tonic-layout .best-sellers {
    margin-bottom: 20px;
  }
  .brand-gentleman-tonic-layout .best-sellers .title h2 {
    font-size: 18px;
    line-height: 24px;
    margin: 0 0 12px;
  }
  .brand-gentleman-tonic-layout .collage-products .collage-products-row .col-4 {
    padding: 0;
    max-width: 100%;
    flex: 0 0 100%;
    margin-bottom: 10px;
  }
  .brand-gentleman-tonic-layout .collage-products .collage-products-row .col-4:last-child {
    margin-bottom: 0;
  }
  .brand-gentleman-tonic-layout .best-product-slider .slick-next {
    right: 25px;
  }
  .brand-gentleman-tonic-layout .best-product-slider .slick-prev {
    left: 25px;
  }
  .brand-gentleman-tonic-layout .collage-products .collage-products-row .col-4 .image {
    margin-bottom: 0;
  }
  .brand-gentleman-tonic-layout .collage-products .collage-products-row .col-4 .product-collage + .product-collage {
    margin-top: 10px;
  }
  .brand-gentleman-tonic-layout .world-locations {
    padding: 25px 5px;
  }
  .brand-gentleman-tonic-layout .world-locations .title h2 {
    font-size: 18px;
    line-height: 24px;
    margin: 0 0 12px;
  }
  .brand-gentleman-tonic-layout .world-locations .location-row .col-8 {
    max-width: 50%;
    flex: 0 0 50%;
  }
  .brand-gentleman-tonic-layout .world-locations .location-row .col-8 .title h4 {
    font-size: 12px;
  }
  .brand-eic-layout .product-row {
    margin: 0;
    padding: 0 20px;
  }
  .brand-eic-layout .product-row .col-3 {
    padding: 0;
    margin: 0 0 40px;
  }
  .brand-eic-layout .product-row .col-3 {
    max-width: 100%;
    flex: 0 0 100%;
  }
  .brand-eic-layout .gift-section {
    padding: 25px 0;
  }
  .brand-eic-layout .gift-section .gift-row {
    margin: 0;
  }
  .brand-eic-layout .gift-section .gift-row .col-half {
    padding: 0;
    max-width: 100%;
    flex: 0 0 100%;
    margin-bottom: 20px;
  }
  .brand-eic-layout .gift-section .title-data h3 {
    font-size: 21px;
    line-height: 24px;
  }
  .brand-eic-layout .eic-banner-slider .slide-data {
    position: relative;
    width: 100%;
    top: 0;
    right: 0;
    transform: none;
    margin-top: 10px;
    background: #000;
    padding: 10px;
  }
  .brand-eic-layout .eic-banner-slider {
    margin-bottom: 50px;
  }
  .brand-eic-layout .eic-banner-slider .slide-data .shop-btn {
    height: 35px;
    line-height: 35px;
    font-size: 12px;
  }
  .benheart-banner-slider .slick-arrow {
    margin-top: 0;
  }
  .benheart-banner-slider .slick-prev {
    left: 5px;
  }
  .benheart-banner-slider .slick-next {
    right: 5px;
  }
  .brand-benheart-layout .product-types {
    padding: 15px 0;
  }
  .brand-benheart-layout .product-types .row {
    margin: 0;
  }
  .brand-benheart-layout .product-types .row .col-3 {
    padding: 0;
    max-width: 100%;
    flex: 0 0 100%;
  }
  .brand-benheart-layout .top-picks {
    margin-bottom: 35px;
  }
  .brand-benheart-layout .top-picks .section-title h3 {
    font-size: 18px;
    line-height: 24px;
    margin: 0 0 10px;
  }
  .brand-benheart-layout .top-picks .picks-slider .title {
    padding: 12px 5px 0;
    font-size: 14px;
  }
  .common-banner-data h3 {
    font-size: 12px;
    line-height: 16px;
    margin: 0 0 4px;
  }
  .common-banner-data p {
    font-size: 12px;
  }
  .common-banner-data,
  .brand-list-row .col-half .common-banner-data {
    padding: 10px 15px;
    position: relative;
    bottom: auto;
    top: -20px;
  }
  .brand-list-row {
    margin: 0;
  }
  .brand-list-row .col-half {
    max-width: 100%;
    flex: 0 0 100%;
    margin-bottom: 0px;
    padding: 0px;
  }
  .brand-list-page {
    padding: 25px 10px;
  }
  .brand-list-page .banner-wrapper {
    margin-bottom: 0px;
  }
  .brand-list-page .cpage-title h2 {
    font-size: 16px;
    line-height: 20px;
    margin: 0 0 12px;
  }
  .store-details .store-info .tab-wrapper .tab-names ul li {
    display: block;
    padding: 5px 0;
    margin-bottom: 5px;
  }
  .store-details .store-info .tab-wrapper .tab-names ul li:after {
    content: none;
  }
  .store-details .store-info .tab-wrapper .tab-data .tab-content .store-slider-wrapper {
    max-height: 200px;
  }
  .store-details .store-info .tab-wrapper .tab-data .tab-content .timings-map-wrapper {
    padding-top: 20px;
  }
  .store-details .store-info .tab-wrapper .tab-data .tab-content .timings-map-wrapper .map {
    margin-top: 10px;
  }
  .store-details .store-info .tab-wrapper .tab-data .tab-content .timings-map-wrapper .map iframe {
    width: 100%;
    height: 280px;
  }
  .store-details {
    margin: 30px auto;
  }
  .checkout-onepage-success > .main-page-div > .main-wrapper,
  .hyperpay-index-status > .main-page-div > .main-wrapper {
    padding: 40px 10px;
  }
  /*customer-account-logoutsuccess*/
  .customer-account-logoutsuccess > .main-page-div > .main-wrapper {
    max-width: 1490px;
    margin: 0 auto;
    padding: 40px 10px;
  }
  .customer-account-logoutsuccess .page-title-wrapper {
    margin: 0;
  }
  .customer-account-logoutsuccess .page-title-wrapper h1 {
    font-size: 18px;
    margin: 0;
  }
  .customer-account-logoutsuccess .column.main p {
    font-size: 14px;
    line-height: 20px;
  }
  .checkout-success h2 {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 12px;
  }
  .checkout-success .custom-title + p {
    font-size: 16px;
    line-height: 21px;
  }
  .checkout-success .custom-title + p .order-number,
  .checkout-success .custom-title + p span {
    font-size: 13px;
  }
  .checkout-success .custom-title {
    margin-bottom: 25px;
  }
  .checkout-success p {
    font-size: 12px;
    line-height: 21px;
    margin-bottom: 4px;
  }
  .checkout-success .actions-toolbar {
    margin-top: 10px;
  }
  .checkout-success .actions-toolbar .button-3 {
    height: 35px;
    line-height: 35px;
    font-size: 12px;
  }
  .guest-success {
    margin-top: 30px;
    padding-top: 30px;
  }
  .guest-success p {
    font-size: 12px;
    line-height: 21px;
    margin-bottom: 2px;
  }
  .guest-success .btn-wrapper {
    margin-top: 12px;
  }
  .guest-success .btn-wrapper .button-1 {
    height: 35px;
    line-height: 35px;
    font-size: 12px;
  }
  .store_locator {
    margin: 30px auto;
  }
  .store_locator .data-wrapper .data-title {
    padding-bottom: 10px;
    border-bottom: 1px solid #999999;
  }
  .store_locator .data-wrapper .data-title h2 {
    font-size: 14px;
  }
  .store_locator .data-wrapper .data-content {
    margin-top: 20px;
  }
  .store_locator .data-wrapper .data-content .content-row .store-set {
    width: 100%;
    padding: 0;
  }
  .store_locator .data-wrapper .data-content .content-row .store-set .description {
    margin: -20px 55px 20px;
  }
  .cc-banner.cc-bottom .cc-btn:last-child {
    height: 35px;
    line-height: 35px;
    font-size: 14px;
    font-weight: normal;
    width: 120px;
    min-width: 120px;
    max-width: 120px;
  }
}
@media (max-width: 640px) {
  header .header-mid-section .header-user-links li a:before {
    font-size: 14px;
  }
}
@media (max-width: 320px) {
  .header-mid-section .header-user-links > li {
    margin-left: 15px;
  }
}
.navBrandsImgContainer {
  float: right;
}
.page-not-found .goTotHome {
  display: inline-block;
  margin: 20px 0;
}
/*chirag award css 13-02-2020*/
.award-list-page .w-100 {
  width: 100%;
}
.award-list-page .banner-wrapper {
  margin-bottom: 190px;
}
.award-list-page h3 {
  font-size: 21px;
  color: #000;
}
.award-list-page p {
  font-size: 14px;
  color: #333;
  line-height: 21px;
}
.award-list-page .cpage-title {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 15px;
}
.award-list-page .cpage-title h3 {
  font-size: 21px;
  font-weight: 400;
  margin-top: 10px;
}
.award-list-page .common-banner-data {
  padding-top: 30px;
  padding-bottom: 30px;
}
.award-list-page .common-banner-data h3 {
  position: relative;
}
.award-list-page .common-banner-data h3:before {
  content: "";
  position: absolute;
  top: -31px;
  left: 0;
  height: 21px;
  width: 3px;
  background: #000;
}
.award-list-page .black-banner {
  background: #000;
  display: flex;
  flex-direction: column;
  padding: 20px;
  align-items: center;
}
.award-list-page .black-banner h3 {
  font-size: 21px;
  color: #fff;
  text-transform: uppercase;
}
.award-list-page .black-banner h2 {
  font-size: 34px;
  color: #fff;
  margin-top: 20px;
  font-weight: 500;
  text-transform: uppercase;
}
.award-list-page .reward-program {
  display: flex;
  width: 80%;
  margin: 0 auto;
}
.award-list-page .reward-program .list {
  width: 50%;
  display: flex;
  padding: 50px 25px;
  align-items: center;
}
.award-list-page .reward-program .list .number {
  font-size: 39px;
  color: #000;
  font-style: italic;
  font-weight: 700;
  margin-right: 40px;
}
.award-list-page .reward-program .list p {
  font-size: 14px;
  line-height: 21px;
  color: #333;
  width: 80%;
}
.award-list-page .reward-program .list p.w-55 {
  width: 65%;
}
.award-list-page .tiers-benefit {
  margin-top: 20px;
  padding-top: 40px;
  border-top: 1px solid #ccc;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}
.award-list-page .tiers-benefit .center {
  text-align: center;
}
.award-list-page .tiers-benefit h3 {
  margin-bottom: 10px;
}
.award-list-page .tiers-benefit .flex {
  display: flex;
  margin-top: 30px;
  margin-bottom: 0px;
  align-items: center;
}
.award-list-page .tiers-benefit .flex .media {
  width: 50%;
  text-align: center;
  padding-left: 40px;
  padding-right: 40px;
}
.award-list-page .tiers-benefit .flex .desc {
  width: 50%;
}
.award-list-page .tiers-benefit .flex .desc li {
  margin-bottom: 25px;
}
.award-list-page .tiers-benefit .flex .desc h4 {
  font-size: 18px;
  color: #000;
  margin-bottom: 5px;
}
.award-list-page .tiers-benefit .flex .desc p strong {
  color: #000;
  font-weight: 400;
}
.award-list-page .center {
  text-align: center;
}
.award-list-page .additional-privileges {
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px solid #ccc;
}
.award-list-page .additional-privileges h3 {
  margin-bottom: 10px;
}
.award-list-page .additional-privileges .privileges-list {
  display: flex;
  justify-content: space-between;
  margin-top: 15px;
  margin-bottom: 15px;
}
.award-list-page .additional-privileges .privileges-list li {
  width: 24%;
  display: flex;
  padding: 15px;
  background-color: #f7f7f7;
}
.award-list-page .additional-privileges .privileges-list li img {
  margin-right: 30px;
}
.award-list-page .additional-privileges .privileges-list li h4 {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 700;
  color: #000;
  line-height: 21px;
}
.award-list-page .additional-privileges .banner-wrapper {
  margin-top: 40px;
  padding-top: 35px;
  border-top: 1px solid #ccc;
}
.award-list-page .participate-store {
  border-top: 1px solid #ccc;
  padding-top: 10px;
}
.award-list-page .participate-store .logos {
  display: flex;
  justify-content: center;
  align-items: center;
}
.award-list-page .participate-store .logos li {
  padding: 20px 40px;
}
.award-list-page .register-award {
  display: flex;
  padding: 20px 0px 20px;
  border-top: 1px solid #000;
  margin-top: 30px;
}
.award-list-page .register-award .media {
  margin-right: 20px;
}
.award-list-page .register-award h4 {
  color: #000;
  font-size: 16px;
}
.award-list-page .register-award p {
  font-size: 16px;
  margin-top: 5px;
}
.award-list-page .register-award p strong {
  text-transform: uppercase;
}
.award-list-page .register-award p a {
  text-decoration: underline;
}
.award-list-page .register-award .b-left {
  position: relative;
}
.award-list-page .register-award .b-left:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0px;
  background: #cbcbcb;
  width: 1px;
  height: 100%;
}
.award-list-page .register-award .form {
  position: relative;
}
.award-list-page .register-award .field input {
  border: 1px solid #999999;
  text-transform: uppercase;
  padding-right: 180px;
}
.award-list-page .register-award .field input::-webkit-input-placeholder {
  font-weight: 300;
}
.award-list-page .register-award .field input:-ms-input-placeholder {
  font-weight: 300;
}
.award-list-page .register-award .field input::placeholder {
  font-weight: 300;
}
.award-list-page .register-award .label {
  margin-bottom: 10px;
}
.award-list-page .register-award .actions {
  position: absolute;
  bottom: 0;
  right: 0;
  height: 39px;
}
.award-list-page .col-50 {
  width: 50%;
  padding-left: 30px;
  padding-right: 30px;
}
.award-list-page .flex {
  display: flex;
}
@media screen and (max-width: 1280px) {
  .brand-list-page.award-list-page {
    width: 100%;
  }
  .award-list-page .black-banner h2 {
    font-size: 28px;
  }
  .award-list-page .black-banner h3 {
    font-size: 18px;
  }
  .award-list-page .reward-program {
    width: 100%;
  }
  .award-list-page .reward-program .list {
    padding: 30px;
  }
  .award-list-page .reward-program .list p.w-55 {
    width: 100%;
  }
  .award-list-page .tiers-benefit {
    width: 100%;
  }
  .award-list-page .additional-privileges .privileges-list li h4 {
    font-size: 16px;
    line-height: 18px;
  }
  .award-list-page .register-award h4 {
    font-size: 14px;
  }
  .award-list-page .register-award p {
    font-size: 14px;
  }
  .award-list-page .cpage-title h3 {
    font-size: 18px;
    line-height: 18px;
  }
  .award-list-page h3 {
    font-size: 18px;
  }
}
@media screen and (max-width: 1024px) {
  .award-list-page .common-banner-data {
    width: 90%;
    padding-left: 30px;
    padding-right: 30px;
  }
  .award-list-page .black-banner h2 {
    font-size: 24px;
  }
  .award-list-page .reward-program .list {
    padding: 30px 15px 20px;
  }
  .award-list-page .black-banner h3 {
    font-size: 16px;
  }
}
@media screen and (max-width: 992px) {
  .award-list-page .reward-program .list .number {
    margin-right: 15px;
  }
  .award-list-page .additional-privileges .privileges-list li {
    padding: 15px 10px;
    align-items: center;
  }
  .award-list-page .additional-privileges .privileges-list li img {
    margin-right: 10px;
  }
  .award-list-page .additional-privileges .privileges-list li h4 {
    font-size: 14px;
  }
  .award-list-page .col-50 {
    width: 100%;
    padding-bottom: 20px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .award-list-page .register-award {
    flex-wrap: wrap;
  }
  .award-list-page .register-award .b-left:before {
    display: none;
  }
  .award-list-page .cpage-title h3 {
    font-size: 16px;
  }
  .award-list-page h3 {
    font-size: 16px;
  }
  .award-list-page .black-banner h2 {
    font-size: 21px;
    margin-top: 10px;
  }
  .award-list-page .reward-program .list .number {
    font-size: 30px;
  }
  .award-list-page .additional-privileges .banner-wrapper {
    margin-bottom: 140px;
  }
}
@media screen and (max-width: 767px) {
  .fotorama__stage {
    max-height: 600px;
  }
  .fotorama--fullscreen .fotorama__thumb {
    min-width: auto;
  }
  .fotorama--fullscreen .fotorama__nav-wrap .fotorama_vertical_ratio .fotorama__img {
    min-width: auto;
  }
  .fotorama__nav--dots .fotorama__nav__frame--thumb {
    display: inline-block !important;
  }
  .award-list-page .banner-wrapper {
    margin-bottom: 00px;
  }
  .award-list-page .common-banner-data {
    padding-left: 15px;
    padding-right: 15px;
  }
  .award-list-page .black-banner h2 {
    font-size: 18px;
    margin-top: 10px;
    text-align: center;
  }
  .award-list-page .award-list-page h3 {
    /*font-size: 14px;*/
  }
  .award-list-page .reward-program {
    flex-wrap: wrap;
  }
  .award-list-page .reward-program .list {
    width: 100%;
    padding: 15px 0px 10px;
  }
  .award-list-page .reward-program .list .number {
    font-size: 26px;
  }
  .award-list-page .tiers-benefit {
    padding-top: 20px;
  }
  .award-list-page .tiers-benefit .flex {
    flex-wrap: wrap;
  }
  .award-list-page .tiers-benefit .flex .media {
    width: 100%;
    margin-bottom: 20px;
  }
  .award-list-page .tiers-benefit .flex .desc {
    width: 100%;
  }
  .award-list-page .tiers-benefit .flex .desc h4 {
    font-size: 16px;
  }
  .award-list-page .additional-privileges .privileges-list {
    flex-wrap: wrap;
  }
  .award-list-page .additional-privileges .privileges-list li {
    width: calc(45%);
    margin-bottom: 5px;
    margin-top: 5px;
  }
  .award-list-page .additional-privileges .banner-wrapper {
    margin-bottom: 0px;
  }
  .award-list-page .participate-store .logos li {
    padding-left: 15px;
    padding-right: 15px;
  }
  .award-list-page .register-award .field .action {
    position: relative;
    margin-top: 10px;
  }
  .award-list-page .register-award .field input {
    padding-right: 15px;
  }
  .award-list-page .register-award .actions {
    position: relative;
    top: 15px;
  }
  .award-list-page .additional-privileges .banner-wrapper {
    margin-bottom: 0;
  }
  .award-list-page .black-banner h3 {
    font-size: 14px;
  }
}
@media screen and (max-width: 560px) {
  .award-list-page .banner-wrapper {
    margin-bottom: 260px;
  }
}
@media screen and (max-width: 480px) {
  .award-list-page .banner-wrapper {
    margin-bottom: 00px;
  }
  .award-list-page .black-banner h2 {
    font-size: 16px;
  }
  .award-list-page .additional-privileges .privileges-list li h4 {
    font-size: 12px;
  }
  .award-list-page a.button-1 {
    line-height: 40px;
  }
  .award-list-page .additional-privileges .banner-wrapper {
    margin-bottom: 00px;
  }
}
@media screen and (max-width: 370px) {
  .award-list-page .banner-wrapper {
    margin-bottom: 00px;
  }
}
/*14/02/2020*/
.aramex-trackingshipment-index .columns .main form {
  margin-top: 20px;
  width: 400px;
}
@media screen and (max-width: 767px) {
  .aramex-trackingshipment-index .columns .main form {
    width: 100%;
  }
}
.sales-order-invoice .page-title-wrapper .order-date {
  margin-top: 0;
}
.order-links .item {
  padding: 8px 10px;
}
.order-links .item.current {
  background: #d3d3d3bd;
}
.order-details-items .order-title > strong {
  margin-right: 10px;
}
.order-details-items .order-title a {
  text-decoration: underline;
}
.order-details-items.shipments .actions-toolbar {
  padding-left: 10px;
  padding-top: 10px;
}
.order-details-items.shipments .actions-toolbar .action {
  padding-right: 15px;
  text-decoration: underline;
}
.order-details-items.shipments .allTracks {
  padding: 10px;
}
.order-details-items.shipments .allTracks .active {
  padding: 15px;
  box-shadow: 2px 1px 6px #ccc;
}
@media (max-width: 767px) {
  .order-details-items.shipments .allTracks .active {
    width: 100%;
  }
}
.order-details-items.shipments .allTracks .active div {
  padding: 10px 0;
  font-weight: 700;
}
.order-details-items.shipments .allTracks .active div span {
  font-weight: 400;
  display: inline-block;
  padding-right: 5px;
}
@media (min-width: 767px) {
  .order-details-items.shipments .allTracks .active div span {
    min-width: 130px;
  }
}
/*17-02-2020*/
.loyalty-page .table-repsonsive {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}
.toyalty-table table th {
  background: #f0f0f0;
  height: 41px;
  vertical-align: middle;
  border-top: 1px solid #999999;
  border-bottom: 1px solid #999999;
  border-right: 1px solid #cbcbcb;
  text-transform: uppercase;
  font-size: 16px;
}
.toyalty-table table th:not(:first-child),
.toyalty-table table td:not(:first-child) {
  text-align: center;
}
.toyalty-table table td {
  border-bottom: 1px solid #cbcbcb;
  border-right: 1px solid #cbcbcb;
  vertical-align: middle;
  height: 41px;
  color: #222222;
  font-size: 14px;
  line-height: 18px;
}
.toyalty-table table th:last-child,
.toyalty-table table td:last-child {
  border-right: 0;
}
.toyalty-table table td .correct {
  color: #cccccc;
  font-size: 20px;
}
.toyalty-table.tair_1 tr td:nth-child(2) .correct,
.toyalty-table.tair_2 tr td:nth-child(3) .correct,
.toyalty-table.tair_3 tr td:nth-child(4) .correct,
.toyalty-table.tair_4 tr td:nth-child(5) .correct {
  color: #333;
}
.toyalty-table.tair_1 tr th:nth-child(2) {
  background: #333;
  color: #fff;
}
.tier_title {
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 16px;
}
.tier_msg_title {
  padding-top: 10px;
  padding-bottom: 10px;
  border-top: 1px solid #999999;
  font-size: 16px;
}
.tier_msg_title strong {
  font-weight: 600;
}
/*17/02/2020*/
.loyalty-page .media {
  display: flex;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 10px;
}
.loyalty-page .media p {
  margin: 5px;
  margin-left: 15px;
  font-size: 14px;
  line-height: 1.03em;
}
.loyalty-page .product.data.items > .item.title {
  margin-right: 0;
}
.loyalty-page .product.data.items > .item.title .switch {
  padding-left: 25px !important;
  padding-right: 25px !important;
  font-size: 16px;
  line-height: 18px;
  color: #666666;
  font-weight: 500;
  text-align: center;
  background: #fff;
  letter-spacing: 1px;
}
.loyalty-page .product.data.items > .item.title.active > .switch,
.loyalty-page .product.data.items > .item.title.active > .switch:focus,
.loyalty-page .product.data.items > .item.title.active > .switch:hover {
  font-size: 16px;
  line-height: 18px;
  color: #ffffff;
  background: #000;
  border-color: #000;
  position: relative;
}
.loyalty-page .product.data.items > .item.title.active > .switch:before {
  position: absolute;
  content: "";
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #000;
  bottom: -8px;
  left: 50%;
  margin-left: -3px;
}
.loyalty-page .icon {
  display: inline-block;
}
.loyalty-page .bg-beauty_dept {
  width: 35px;
  height: 35px;
  background: url('../images/css_sprites.png') -10px -10px;
}
.loyalty-page .bg-discount {
  width: 35px;
  height: 35px;
  background: url('../images/css_sprites.png') -65px -10px;
}
.loyalty-page .bg-express_aleration {
  width: 35px;
  height: 35px;
  background: url('../images/css_sprites.png') -10px -65px;
}
.loyalty-page .bg-foodhall {
  width: 35px;
  height: 35px;
  background: url('../images/css_sprites.png') -65px -65px;
}
.loyalty-page .bg-makeover {
  width: 35px;
  height: 35px;
  background: url('../images/css_sprites.png') -120px -10px;
}
.loyalty-page .bg-sale_access {
  width: 35px;
  height: 35px;
  background: url('../images/css_sprites.png') -120px -65px;
}
.loyalty-page .bg-sales_preview {
  width: 35px;
  height: 35px;
  background: url('../images/css_sprites.png') -10px -120px;
}
.loyalty-page .bg-upgrade_gift {
  width: 35px;
  height: 35px;
  background: url('../images/css_sprites.png') -65px -120px;
}
.loyalty-page .bg-vip {
  width: 35px;
  height: 35px;
  background: url('../images/css_sprites.png') -120px -120px;
}
.loyalty-page .my-benefit {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.loyalty-page .col-50 {
  width: 48%;
}
.loyalty-page .my-benefit .current-benefit-div {
  border: 1px solid #dadada;
  padding: 20px;
}
.loyalty-page .my-benefit .current-benefit-div h3 {
  font-size: 16px;
  text-align: center;
  color: #222222;
  line-height: 24px;
  font-weight: 800;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.loyalty-page .my-benefit .current-benefit-div h4 {
  font-size: 18px;
  text-align: center;
  font-weight: 400;
}
.loyalty-page .my-benefit .tier_list {
  display: flex;
  align-items: center;
  margin: 50px 0;
  justify-content: space-evenly;
}
.loyalty-page .my-benefit .tier_list li {
  /*margin-right: 60px;*/
  padding: 5px;
  background: #fff;
  position: relative;
  border-radius: 50%;
}
.loyalty-page .my-benefit .tier_list .item {
  background: #dadada;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.loyalty-page .my-benefit .tier_list .item:after {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  height: 3px;
  width: 70px;
  background: #e4e4e4;
  right: -75px;
}
.loyalty-page .my-benefit .tier_list .item:before {
  content: '';
  width: 105%;
  height: 105%;
  border: 2px solid #dadada;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
}
.loyalty-page .my-benefit .tier_list .active .item {
  width: 62px;
  height: 62px;
  background: #878787;
}
.loyalty-page .my-benefit .tier_list .active .item:before {
  border-color: #878787;
}
.loyalty-page .my-benefit .tier_list .active .item span {
  color: #fff;
  font-size: 14px;
}
.loyalty-page .my-benefit .tier_list .item span {
  color: #999999;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
}
.loyalty-page .my-benefit .tier_list li:last-child {
  margin-right: 0;
}
.loyalty-page .my-benefit .tier_list li:last-child .item:after {
  display: none;
}
.loyalty-page .my-benefit .title {
  font-size: 14px;
  line-height: 18px;
  color: #222222;
  text-align: center;
  font-weight: 800;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: solid 1px #e5e5e5;
}
.loyalty-page .my-benefit .benefit_list {
  margin-top: 15px;
  margin-bottom: 20px;
}
.loyalty-page .my-benefit .benefit_list li {
  display: flex;
  align-items: center;
  padding: 10px 0;
  border-bottom: 1px solid #dadada;
}
.loyalty-page .my-benefit .benefit_list li:last-child {
  border-bottom: 0;
}
.loyalty-page .my-benefit .benefit_list li .icon {
  margin-right: 15px;
}
.loyalty-page .my-benefit .current-benefit-div.bg {
  background: #f3f3f3;
  border: 0;
}
.loyalty-page .my-benefit .current-benefit-div.bg h4 {
  color: #000;
}
.loyalty-page .my-benefit .tier-status {
  display: flex;
  margin-top: 12px;
  margin-bottom: 15px;
  border-top: 1px solid #dadada;
  border-bottom: 1px solid #dadada;
}
.loyalty-page .my-benefit .tier-status li {
  display: flex;
  flex-direction: column;
  padding: 10px;
  flex: 1 auto;
  border-right: 1px solid #dadada;
  justify-content: center;
  align-items: center;
}
.loyalty-page .my-benefit .tier-status li span {
  font-size: 16px;
}
.loyalty-page .my-benefit .tier-status li small {
  font-size: 14px;
  color: #000;
}
.loyalty-page .my-benefit .tier-status li:last-child {
  border-right: 0;
}
.loyalty-page .my-benefit .spend-circle {
  width: 142px;
  height: 142px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 50%;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  text-align: center;
  margin-bottom: 30px;
}
.loyalty-page .my-benefit .spend-circle p {
  font-size: 16px;
  line-height: 25px;
}
.loyalty-page .my-benefit .spend-circle p span.total_to_purchase,
.loyalty-page .my-benefit .spend-circle p span.next_tier {
  display: inline-block;
  color: #000000;
}
.loyalty-page .my-benefit .current-benefit-div.bg .benefit_list {
  margin-top: 15px;
  padding-left: 10px;
  padding-right: 10px;
}
.loyalty-page .my-benefit .current-benefit-div.bg .benefit_list li {
  display: flex;
  align-items: center;
  margin-bottom: 5px;
  padding: 0;
  border-bottom: 0;
}
.loyalty-page .my-benefit .current-benefit-div.bg .benefit_list li .icon {
  margin-right: 15px;
}
.loyalty-page .my-benefit .current-benefit-div.bg .benefit_list li span,
.loyalty-page .my-benefit .benefit_list li span {
  width: 80%;
}
.loyalty-page .product.data.items > .item.content {
  margin-top: 35px;
  border-top: 2px solid #000;
  padding-left: 0;
  padding-right: 0;
  padding-top: 30px;
}
/*media css*/
@media screen and (min-width: 990px) {
  .toyalty-table tr th:nth-child(1) {
    min-width: 400px;
  }
}
@media screen and (min-width: 1024px) {
  .toyalty-table tr th:nth-child(1) {
    min-width: 600px;
  }
}
@media screen and (max-width: 1280px) {
  .tier_title {
    font-size: 20px;
  }
  .tier_msg_title {
    font-size: 20px;
  }
  .loyalty-page .my-benefit .current-benefit-div h3 {
    font-size: 18px;
    line-height: 21px;
  }
  .loyalty-page .my-benefit .current-benefit-div h4 {
    font-size: 16px;
  }
  .loyalty-page .my-benefit .spend-circle p {
    font-size: 14px;
  }
  .loyalty-page .my-benefit .spend-circle p strong {
    font-size: 16px;
  }
  .loyalty-page .my-benefit .title {
    font-size: 14px;
  }
  .loyalty-page .my-benefit .tier_list .item:after {
    width: 60px;
    right: -65px;
  }
}
@media screen and (max-width: 767px) {
  .tier_title {
    font-size: 18px;
  }
  .tier_msg_title {
    font-size: 18px;
  }
  .toyalty-table table th {
    font-size: 14px;
  }
  .toyalty-table table td {
    font-size: 13px;
  }
  .toyalty-table tr th:nth-child(1) {
    min-width: 300px;
  }
  .loyalty-page .my-benefit .current-benefit-div h3 {
    font-size: 16px;
  }
  .loyalty-page .col-50 {
    width: 100%;
  }
  .loyalty-page .my-benefit .tier_list {
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
  }
  .loyalty-page .product.data.items > .item.title.active > .switch,
  .loyalty-page .product.data.items > .item.title.active > .switch:focus,
  .loyalty-page .product.data.items > .item.title.active > .switch:hover {
    font-size: 14px;
  }
  .loyalty-page .product.data.items > .item.title .switch {
    padding-left: 15px !important;
    padding-right: 15px !important;
    font-size: 14px;
  }
  .loyalty-page .my-benefit .current-benefit-div {
    padding: 15px;
    margin-bottom: 15px;
  }
  .loyalty-page .my-benefit .current-benefit-div.bg .benefit_list {
    padding-left: 0;
    padding-right: 0;
  }
  .loyalty-page .my-benefit .benefit_list li .icon {
    margin-right: 10px;
  }
  .loyalty-page .my-benefit .current-benefit-div.bg .benefit_list li .icon {
    margin-right: 10px;
  }
}
@media screen and (max-width: 450px) {
  .toyalty-table tr th:nth-child(1) {
    min-width: 200px;
  }
}
.aramex-index-display .main-wrapper .tracking-width {
  margin-top: 10px;
  width: 400px;
  padding-left: 10px;
  padding-right: 10px;
}
@media (max-width: 990px) {
  .aramex-index-display .main-wrapper .tracking-width {
    width: 100%;
  }
}
.aramex-index-display .main-wrapper .tracking-width form {
  margin-top: 10px;
}
.loyalty-page .benefits_list {
  text-align: left;
  list-style: disc;
  padding-left: 20px;
}
.loyalty-page .benefits_list li {
  line-height: 30px;
}
.loyalty-page .benefits_list li img {
  width: 50px;
  display: none;
}
.loyalty-page .benefits_list li span {
  display: block;
  font-size: 14px;
}
.product-slider .slick-dots {
  bottom: -40px;
}
@media (max-width: 767px) {
  .product-slider .slick-dots {
    bottom: -40px;
  }
}
.product-slider .slick-dots li {
  margin: 0 5px !important;
}
.product-slider .slick-dots li button {
  background: #333333;
}
.product-slider .slick-dots li button:before {
  display: none;
}
.career-wrapper .career-title h2 {
  color: #333333;
  letter-spacing: 1.5px;
  font-weight: 400;
}
.career-wrapper .career-banner {
  background-color: transparent;
}
.career-wrapper .career-banner .data-wrapper h4 {
  font-size: 18px;
  color: #222222;
}
.career-wrapper .career-banner .data-wrapper h3 {
  font-size: 16px;
  color: #222222;
  font-weight: 800;
}
.career-wrapper .career-banner .data-wrapper p {
  font-size: 14px;
  color: #222222;
}
.career-wrapper .career-banner .relative-wrapper {
  position: relative !important;
  width: 100%;
}
.career-wrapper .career-banner .relative-wrapper .data-wrapper {
  position: static !important;
  transform: none;
  width: 100%;
  max-width: 100%;
}
.career-wrapper .join-team {
  padding: 20px;
}
.career-wrapper .join-team h4 {
  font-size: 18px;
  color: #222222;
}
.career-wrapper .join-team p {
  color: #222222;
  font-size: 13px;
}
.career-wrapper .job-list th {
  background-color: #333333;
  font-size: 14px;
  letter-spacing: 1px;
}
.career-wrapper .job-list td {
  color: #333333;
}
.career-wrapper .job-list td > span {
  color: #222222;
}
.career-wrapper .job-list table tr:nth-child(odd) td .arrow:after {
  content: '\e90a' !important;
}
.cms-layout .contact-row .contact-wrapper .title h2 {
  font-weight: 600;
  font-size: 18px;
  color: #222222;
}
.cms-layout .contact-row .contact-wrapper .phone-email-wrapper {
  flex-direction: column;
}
.cms-layout .contact-row .contact-wrapper .phone-email-wrapper .phone {
  border-right: 0;
  margin-right: 0;
}
.cms-layout .contact-row .contact-wrapper .phone-email-wrapper h3 {
  font-size: 14px;
  letter-spacing: 1.1px;
}
.cms-layout .contact-row .contact-wrapper .data p {
  margin-bottom: 15px;
}
.cms-layout .contact-row .contact-wrapper .con-data p {
  margin-bottom: 3px;
}
.cms-layout .subtitle {
  margin-bottom: 10px;
  margin-top: 15px;
}
.cms-layout .subtitle h3 {
  border-bottom: 2px solid #222222;
  font-size: 16px;
  color: #222222;
  font-weight: 800;
  padding-bottom: 8px;
  letter-spacing: 1.5px;
}
.cms-layout .title h2 {
  font-weight: 600;
  font-size: 18px;
  color: #222222;
}
.cms-layout .our-address h5 {
  font-weight: 800;
  margin-bottom: 10px;
  letter-spacing: 1.5px;
  padding-top: 10px;
}
.cms-layout address {
  line-height: 1.5em;
  letter-spacing: 0.5px;
}
.cms-layout .cms-list {
  list-style-type: disc;
  padding-left: 20px;
  margin-bottom: 20px;
}
.cms-layout .cms-list li {
  line-height: 1.4em;
  font-size: 13px;
}
.aboutus-layout.cms-layout .about-data strong {
  font-weight: 700;
}
body.account .columns .column.main .page-title-wrapper .page-title {
  font-weight: 600;
  border-bottom: 2px solid #CCCCCC;
  text-transform: uppercase;
  padding: 0 0 10px;
}
body.account .main-wrapper .column.main .block-title {
  border-bottom: none;
  padding-top: 10px;
}
.customer-address-index .block.block-addresses-list {
  border-top: 2px solid #CCCCCC;
  padding-top: 10px;
}
.account .form-edit-account.row-info .col-account-info .legend-title {
  border-bottom: none;
  margin-bottom: 5px;
}
.form-edit-account.row-info .bottom-form .legend-title {
  border-bottom: 0;
  border-top: 1px solid #ccc;
  padding-top: 15px;
  margin-bottom: 5px;
}
body.account .form-edit-account.row-info .col-account-info .currency-wrapper span.legend-title {
  border-top: 1px solid #ccc;
  padding-top: 15px;
}
.customer-account-edit .form-edit-account.row-info .col-change-passwd .data-wrapper .legend-title {
  border-top: 1px solid #ccc;
  padding-top: 15px;
  border-bottom: 0px;
  margin-bottom: 5px;
}
.form-edit-account.row-info .col-change-passwd .legend-title {
  border-bottom: none;
}
.account.wishlist-index-index .products-grid.wishlist .product-item .product-item-inner .box-tocart .fieldset .actions-primary button.action.primary.tocart {
  padding: 2px 5px;
  font-size: 14px;
}
.products-grid.wishlist .product-item .product-item-inner .box-tocart .product-item-actions .actions-primary button.action.primary.tocart {
  font-size: 14px;
}
.products-grid.wishlist .product-item .product-item-inner .box-tocart .product-item-actions .actions-primary button.action.primary.tocart span {
  padding: 2px 5px;
}
@media (max-width: 991px) {
  body.account .columns .column.main .page-title-wrapper {
    display: block;
    padding: 10px 10px 0px;
  }
}
@media (max-width: 767px) {
  footer .bg-gray .container .newsletter-footer {
    margin-right: initial;
  }
}
@media (min-width: 1025px) {
  footer .footer_links > li {
    float: left;
    width: 16%;
    padding-right: 30px;
  }
}
.email-subscribe {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  padding: 0;
  margin: 0 auto;
}
.email-subscribe__container.email-subscribe__container--flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
  padding: 40px 20px 100px;
  position: relative;
}
.email-subscribe__container.email-subscribe__container--max-width-medium {
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
}
h2.email-subscribe__title {
  width: 100%;
  margin: 0 0 20px;
  font-size: 17px;
  text-transform: uppercase;
}
ul.email-subscribe__list {
  margin: 20px 0 20px 21px;
  list-style: outside;
}
li.email-subscribe__list-item {
  margin: 0 0 7px;
  font-size: 16px;
  line-height: 1.2;
}
form.email-subscribe-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  margin: 20px auto 0;
}
.form-details {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
}
.form-name {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
}
.form-name__item.form-name__item--title {
  -webkit-flex-basis: 40%;
  flex-basis: 40%;
}
.form-name__item {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.custom-select {
  position: relative;
  display: block;
}
.custom-input__label {
  display: block;
  margin: 15px 0 10px;
  font-size: 12px;
  line-height: 1;
  text-transform: none;
}
span.custom-select__container {
  position: relative;
  display: block;
}
select.custom-select__select.custom-select__select--no-border-right {
  width: 100%;
  height: 40px;
  padding: 0 10px;
  font-family: 'FuturaStdBook';
  color: #333;
  border: 1px solid #ccc;
  border-radius: 0;
  background-color: #fff;
  -webkit-appearance: none;
  display: block;
}
.custom-input__label {
  display: block;
  margin: 15px 0 10px;
  font-size: 12px;
  line-height: 1;
  text-transform: none;
}
input.custom-input__input.custom-input__input--validation-error {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 40px;
  padding: 5px 10px;
  font-family: 'FuturaStdBook';
  color: #333;
  border: 1px solid #ccc;
  border-radius: 0;
  -webkit-appearance: none;
}
.email-subscribe__image {
  display: block;
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
  width: 100%;
  height: -webkit-calc(-40vh);
  height: calc(-40vh);
  min-height: 100%;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat !important;
}
.email-subscribe__container.email-subscribe__container--image {
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
}
.form-details span.custom-select-trigger.SAR {
  display: none;
}
.custom-select.extion {
  display: block;
}
.custom-select-wrapper {
  position: relative;
  display: block;
}
.form-name__item--firstname {
  -webkit-flex-basis: 60%;
  flex-basis: 60%;
}
label.custom-select__label {
  display: block;
  margin: 15px 0 10px;
  font-size: 12px;
  line-height: 1;
  text-transform: none;
}
button.email-subscribe-form__button.bttn {
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 40px;
  padding: 0;
  font-size: 13px;
  line-height: 40px;
  cursor: pointer;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  border: 1px solid transparent;
  border-radius: 0;
  font-weight: 100;
}
button.email-subscribe-form__button.bttn {
  width: 100%;
  margin: 35px 0 20px;
}
a.email-subscribe-form__link {
  color: #888;
  text-decoration: underline;
}
p.email-subscribe-form__text {
  font-size: 14px;
}
.subscribe-index-index .breadcrumbs {
  display: none;
}
.subscribe-index-index .page-title-wrapper {
  display: none;
}
.subscribe-index-index .page-footer {
  padding: 0;
}
.custom-select.extion {
  display: block !important;
}
.form-details__item {
  width: 100%;
}
div#amstockstatus-stockalert {
  display: none;
}
.sub_thankyou_section {
  height: 90vh;
}
.subscribe-index-thankyou .page-footer {
  padding: 0;
}
.subscribe-index-thankyou .page-title-wrapper {
  display: none;
}
.subscribe-index-thankyou .breadcrumbs {
  display: none;
}
.subscribe-index-thankyou p.email-subscribe__title {
  font-size: 14px;
  line-height: 1.8;
}
.subscribe-index-thankyou h3.email-subscribe__title {
  font-size: 17px;
  margin-bottom: 30px;
}
.subscribe-index-thankyou a.email-subscribe__link.link.link--button.link--grey-3 {
  color: #fff;
  background-color: #333;
  width: 100%;
  display: block;
  text-align: center;
  box-sizing: border-box;
  height: 40px;
  padding: 0;
  font-size: 13px;
  line-height: 40px;
  cursor: pointer;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  border: 1px solid transparent;
  border-radius: 0;
  font-weight: 100;
  margin: 35px 0 20px;
}
.subscribe-index-thankyou a.email-subscribe__link.link.link--button.link--grey-3:hover {
  background-color: #000;
}
@media (max-width: 767px) {
  .email-subscribe {
    display: block;
  }
  .email-subscribe__container.email-subscribe__container--image {
    display: none;
  }
  .email-subscribe__container.email-subscribe__container--flex {
    flex-basis: 100%;
    padding: 70px 20px 20px;
    position: relative;
  }
  .sub_thankyou_section {
    height: auto;
    margin-top: 10px;
  }
}
body.rma-rma-list .column.main .page-title-wrapper {
  float: none;
}
.message.error a {
  color: #fff;
  text-decoration: underline;
}
.message.success a {
  color: #fff !important;
  text-decoration: underline;
}
span#addtocartclose {
  position: absolute;
  top: 5px;
  right: 0;
  font-size: 20px;
  border: 1px solid #fff;
  border-radius: 50%;
  width: 30px;
  height: 30px;
}
span.customClose {
  position: absolute;
  top: 5px;
  right: 0;
  font-size: 20px;
  border: 1px solid #fff;
  border-radius: 50%;
  width: 30px;
  height: 30px;
}
.click-to-top.selected {
  margin-bottom: 20px;
}
.checkout-container .message.error {
  position: absolute !important;
  background: #333;
  width: 100% !important;
  top: 109px !important;
  left: 50%;
  text-align: center;
  border-bottom: 0;
  z-index: 10;
  margin: 0 auto;
  display: inline-block;
  transform: translateX(-50%);
  color: #fff !important;
  font-size: 16px !important;
}
@media (max-width: 767px) {
  .header-mid-section .header-user-links > li > a .counter {
    margin-left: 5px;
    margin-top: 5px;
  }
  .checkout-container .message.error {
    top: 74px !important;
  }
  .page.messages {
    top: 114px;
    position: static;
    width: 100%;
    transform: none;
    margin-top: -60px !important;
    margin-bottom: 30px;
  }
}
@media (max-width: 361px) {
  header .header-search-wrapper-mobile div.header-search input[type=text] {
    padding: 9px 15px;
  }
}
@media (min-width: 768px) and (max-width: 900px) {
  #sm_menu_ham {
    top: 36px;
  }
  header .header-search-wrapper-mobile.hide {
    display: block;
  }
  header.page-header {
    border-bottom: 1px solid #000;
  }
  header .header-search-wrapper-mobile div.header-search {
    border-top: solid 1px #000;
    text-align: center;
  }
  header .header-search-wrapper-mobile div.header-search input[type=text] {
    width: 100%;
    float: left;
    line-height: normal;
    font-weight: 400;
    text-align: center;
  }
  header .header-search-wrapper-mobile div.header-search button {
    text-align: left;
    position: absolute;
    left: 330px;
  }
  .top-filter-wrapper .parent-category-link {
    border-bottom: none;
  }
  .page-footer {
    margin: 0 12px;
    margin-top: auto;
  }
  .checkout-cart-index .column.main .cart-container .form-cart {
    width: 100%;
  }
  .checkout-cart-index .column.main .cart-summary {
    width: 100%;
  }
  .checkout-cart-index .cart.table-wrapper .product-item-details .product-short-description {
    width: 100%;
  }
  .checkout-cart-index .cart-container {
    display: block;
  }
  .wrap-details a.map_point:after {
    left: auto;
    top: -20px;
    right: -10px;
  }
  .wrap-details span.location_map {
    width: 100%;
  }
  footer .bg-gray .container .newsletter-footer {
    flex: 0 0 40%;
  }
  footer .bg-gray .container .alfa-rewards {
    flex: 0 0 50%;
  }
  #algolia_instant_selector .result .result-title {
    width: 80%;
  }
  footer .bg-gray .container {
    align-items: center;
  }
  .catalog-product-view .columns .column.main .product-info-main .product-info-price .product-subtile .value {
    width: 99%;
  }
  .catalog-product-view .main-page-div .breadcrumbs {
    padding: 30px 15px 10px;
  }
  .hero-banner img {
    top: 20px;
  }
  .catalog-category-view .category-heading {
    margin: 48px 0 14px;
  }
  .jqTransformSelectWrapper > div > span {
    width: 100% !important;
  }
  .catalog-product-view .columns .column.main .product-info-main .product-add-form .swatch-opt .swatch-attribute .swatch-attribute-options {
    margin-right: 0px;
  }
  .catalog-product-view .columns .column.main .product-info-main .product-add-form .swatch-opt .swatch-attribute-options .custom-dropdown {
    margin-right: 0px;
  }
  .cart-container .checkout-methods-items {
    width: 100%;
  }
  #algolia_instant_selector .result .result-description {
    width: 95%;
  }
}
@media (min-width: 768px) and (max-width: 800px) {
  .sm_menu_outer {
    top: 118px;
  }
}
@media (min-width: 801px) and (max-width: 900px) {
  .sm_menu_outer {
    top: 124px;
  }
}
@media only screen and (max-width: 361px) {
  .actions-toolbar.pickup a.map_point:after {
    right: -8px;
    top: -18px;
  }
}
@media (min-width: 768px) and (max-width: 900px) {
  .cms-dashboardlanding .account-dashboard .col-3 {
    float: left;
    width: 50%;
    margin-bottom: 20px;
    padding: 0 20px;
  }
  .CovidModelPopUp header.modal-header {
    top: 0;
  }
  .CovidModelPopUp .modal-inner-wrap {
    top: 60px;
  }
}
@media (min-width: 800px) and (max-width: 900px) {
  header .header-search-wrapper-mobile div.header-search button {
    text-align: left;
    position: absolute;
    left: 350px;
    top: 0;
  }
  form#search_mini_form_mbl {
    position: relative;
  }
  .prod_qty_sec select#pdp_qty {
    line-height: 1;
  }
}
@media (min-width: 1000px) and (max-width: 1190px) {
  .top-filter-wrapper.fixed-filter {
    top: 100px;
  }
}
@media (max-width: 1024px) {
  header .header-search-wrapper-mobile {
    /* display: none !important;*/
  }
  .header-mid-section .header-user-links li div.header-search input[type=text] {
    display: none !important;
  }
}
.header-mid-section .header-user-links > li > a .counter {
  margin-left: 0px;
}
.field-error {
  font-size: 12px;
}
.mpbrand-index-index .brand-mix-container .flex-brand .product-list-container .brand-list-content ol li a {
  text-transform: uppercase;
}
.checkout-cart-index .modal-popup .action-close:before,
.checkout-cart-index .modal-slide .action-close:before {
  font-family: 'mycustomfont';
  content: "\e90c";
  background-image: url(../images/modal-close.svg);
  content: "";
  height: 16px;
  font-size: 0;
  background-size: contain;
  width: 16px;
  background-repeat: no-repeat;
  position: absolute;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
  vertical-align: top;
}
.header.search-header:before {
  position: absolute;
  left: auto;
  top: 0px;
  background-image: url(../images/searchbarlogo.svg);
  content: "";
  width: 138px;
  height: 22px;
}
.header.search-header {
  text-align: left;
  font-size: 24px;
  padding: 11px;
  padding-top: 11px;
  padding-bottom: 11px;
  background-color: #fff;
  border-bottom: 1px solid #000;
  padding-bottom: 23px;
  line-height: 0px;
  box-shadow: none !important;
  width: 138px;
  margin: auto;
}
.block-search {
  padding-left: 0px !important;
  margin-top: 0px !important;
}
.aa-Form {
  width: 103%;
}
.aa-InputWrapper {
  margin-left: 0px !important;
  padding: 15px 24px;
  width: 100%;
  border-bottom: solid 2px #000;
  border-top: solid 1px #000;
  margin-bottom: 40px;
  height: 66px;
  padding-left: 45px !important;
  font-size: 16px !important;
}
#algoliaAutocomplete > * {
  box-shadow: none !important;
}
.block-search input {
  padding: 0px !important;
  margin: 0px !important;
  padding-left: 14px !important;
  height: 32px;
  border-bottom: 0px !important;
  font-size: 16px !important;
  width: 100%;
  line-height: 22px;
  color: #222;
  letter-spacing: 1.2px;
}
.aa-Panel {
  left: 0px !important;
  align-items: flex-end;
  justify-content: flex-end;
  width: 100% !important;
  right: auto !important;
}
#algoliaAutocomplete .aa-SubmitButton {
  display: block !important;
  top: 23px !important;
  left: 26px !important;
  position: absolute;
  right: 0px;
  /* margin: auto; */
  height: 7px;
  font-weight: 400;
  width: 20px;
}
#algoliaAutocomplete .aa-SubmitButton::before {
  font-size: 0px;
  position: absolute;
  left: auto;
  top: 0px;
  background-image: url(../images/search.svg);
  content: "";
  width: 16px;
  height: 16px;
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: 0px;
}
#algoliaAutocomplete .close-button {
  z-index: 99999;
  width: 20px;
  font-size: 0px !important;
  margin-top: 24px !important;
}
.close-button::before {
  font-size: 0px;
  position: absolute;
  left: auto;
  top: 14px;
  background-image: url(../images/close.svg);
  content: "";
  width: 16px;
  height: 16px;
  background-size: contain;
}
#algoliaAutocomplete .header {
  text-align: left !important;
  font-size: 24px;
  padding: 10px;
  background-color: #fff !important;
  border-bottom: 1px solid #ccc;
  width: 158px !important;
  position: relative !important;
}
.search-icon {
  position: relative;
  font-size: 0px;
}
.search-icon::before {
  font-size: 0px;
  position: absolute;
  left: -25px;
  top: 7px;
  background-image: url(../images/search.svg);
  content: "";
  width: 16px;
  height: 16px;
  background-size: contain;
  cursor: pointer;
  background-repeat: no-repeat;
}
.search-container {
  display: flex;
  max-width: 160px;
}
#autocomplete-0-input::placeholder {
  opacity: 0.1 !important;
  text-align: left;
}
.search-input::placeholder {
  opacity: 1;
  color: #000;
  font-size: 12px;
  letter-spacing: .4px;
}
.search-input {
  min-width: 113px !important;
  border-bottom: 1px solid #000!important;
  text-align: left;
  font-size: 12px;
  text-transform: none;
  cursor: pointer;
  font-weight: 400;
  padding: 0px !important;
  height: 23px !important;
}
.sb-search-open .r-modal-backdrop {
  position: fixed;
  top: 100px;
  left: 0;
  right: 0;
  bottom: 0;
  background: #000;
  z-index: 99999;
  opacity: .7;
  display: block;
}
#algoliaAutocomplete .header {
  border-radius: 0px;
  background-color: transparent;
  border-bottom: 0px;
}
.aa-Panel.productColumn1 .aa-PanelLayout section:nth-child(1) {
  min-height: 200px;
  padding-left: 10px;
}
.catalog-product-view .slick-lightbox .slick-lightbox-close:before {
  line-height: 21px;
}
@media (max-width: 767px) {
  .catalog-product-view .slick-lightbox .slick-lightbox-close:before {
    line-height: 1;
  }
  .aa-Panel.productColumn1 .aa-PanelLayout section:nth-child(1) {
    min-height: auto;
    padding-bottom: 10px;
  }
  .header-mid-section .col:nth-child(2) {
    margin-top: 10px !important;
  }
  header .header-mid-section {
    padding: 20px 25px !important;
    padding-bottom: 15px !important;
  }
  .header-mid-section .col:nth-child(3) {
    padding-top: 5px;
  }
  .aa-Panel.productColumn1 {
    top: 94px !important;
    height: 100vh;
    overflow-y: auto;
    padding-bottom: 100px;
  }
  .aa-InputWrapper {
    margin-bottom: 20px;
  }
  #autocomplete-0-input::placeholder {
    opacity: 0.1 !important;
    text-align: left !important;
  }
  .block-search input {
    padding-left: 28px !important;
  }
  #algoliaAutocomplete .aa-SubmitButton {
    left: 21px !important;
  }
  .sb-search-open #sm_menu_ham {
    z-index: 0;
  }
  .sb-search-open #algoliaAutocomplete {
    z-index: 999999;
    height: 100vh;
  }
  .sb-search-open .r-modal-backdrop {
    background: transparent;
  }
  .aa-Input {
    padding-left: 45px !important;
  }
  .search-input {
    display: none;
  }
  .search-icon::before {
    left: 4px;
    top: 10px;
  }
  .page-with-filter .search-icon::before {
    left: 12px;
    top: 10px;
  }
  #algoliaAutocomplete .aa-InputWrapperPrefix {
    margin-left: 0px;
  }
  .block.block-search.algolia-search-block.algolia-search-input {
    /*	display: inline-block!important;*/
  }
  #algoliaAutocomplete .aa-SubmitButton::before {
    font-size: 0px !important;
  }
  #algoliaAutocomplete .aa-InputWrapperPrefix {
    margin-left: 0px !important;
  }
}
/*css for pdp zoom*/
.product-container .notorama .notorama-carousel .slick-item img {
  width: 50px;
  object-fit: contain;
  position: relative;
  cursor: pointer;
}
.product-container .notorama .notorama-carousel .slick-item {
  border: 0px;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 67px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  max-width: 75px;
  padding: .35714rem;
  position: relative;
  width: auto !important;
}
.notorama-carousel .slick-list.draggable .slick-track {
  max-width: 492px;
  margin: 0px auto;
  display: flex;
  justify-content: center;
  transform: none !important;
}
.product-container .notorama .notorama-carousel .slick-item img {
  opacity: 0.7 !important;
}
.product-container .notorama .notorama-carousel .slick-item.slick-current img {
  opacity: 1 !important;
}
.catalog-product-view .slick-lightbox .slick-lightbox-slick-thumbs .slick-track {
  text-align: center;
  transform: translate3d(0px, 0px, 0px) !important;
  max-width: 650px;
  margin: 0px auto;
  display: flex;
  justify-content: center;
  transform: none !important;
}
.catalog-product-view .slick-lightbox .slick-lightbox-slick-thumbs .slick-track img {
  min-width: 120px;
  max-width: 120px;
  cursor: pointer;
}
.slick-lightbox-slick-item-inner {
  display: inline-block;
  vertical-align: middle;
  max-width: 100% !important;
  max-height: 90%;
  margin: 0 5px!important;
  width: 90%;
}
.slick-lightbox-close::before {
  content: "CLOSE" !important;
  font-size: 14px !important;
  padding-left: 20px;
  color: #000;
  vertical-align: top;
  line-height: 19px;
  font-family: 'FuturaStdBook', 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
  font-weight: 400;
}
.slick-lightbox-close::after,
.slick-lightbox-close:focus::after {
  content: "✕" !important;
  font-size: 22px;
  padding-left: 20px;
  color: #000;
  box-shadow: none !important;
  padding-top: 11px;
  position: absolute;
  font-weight: 400 !important;
  font-family: initial;
}
.slick-lightbox-close {
  background-image: none !important;
  margin-top: 30px;
  margin-right: 50px;
  background-position: initial !important;
  background-position: 0 0;
  height: 15px !important;
  right: 10px !important;
  top: -80px !important;
  width: 80px !important;
  z-index: 1000;
}
.thumbs .slick-slider .slick-list {
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  width: 100%;
  background-color: transparent;
  overflow-y: auto;
  bottom: 0px;
}
.catalog-product-view .slick-lightbox .slick-lightbox-slick .slick-list.draggable {
  border-top: solid 1px #000;
  margin-top: 80px;
}
.slick-lightbox-inner {
  position: relative !important;
}
.slick-lightbox-inner:before {
  left: 0;
  top: 4px;
  background-image: url(../images/svglogo.svg);
  content: "";
  width: 365px;
  height: 58px;
  position: absolute;
  display: block;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, -72px);
  background-repeat: no-repeat;
}
.product-container .notorama .notorama-carousel .slick-item img {
  border: 0px;
}
.catalog-product-view .product-container .notorama .gallery-placeholder .slick-arrow {
  cursor: auto;
}
.product-container .notorama .gallery-placeholder .notorama-view-wrapper .notorama-gallery-view .slick-item img {
  cursor: crosshair;
  max-height: 65vh;
  width: auto;
  margin: 0 auto;
  max-width: 70vw;
}
.slick-lightbox-slick-item-inner .slick-lightbox-slick-img {
  padding-bottom: 240px;
  width: 65%;
}
.thumbs .slick-lightbox-slick-item-inner .slick-lightbox-slick-img {
  padding-bottom: 0px;
}
.catalog-product-view .slick-lightbox .slick-lightbox-close:before {
  line-height: 21px;
}
@media (max-width: 767px) {
  .product-container .notorama .gallery-placeholder .notorama-view-wrapper .notorama-gallery-view .slick-item img {
    pointer-events: none;
    min-width: 263px;
  }
  .slick-lightbox-inner {
    padding-bottom: 50px;
    margin-top: 0px;
    top: 43px !important;
    overflow-y: auto;
  }
  .slick-lightbox-close {
    right: 0px !important;
    top: -66px !important;
    margin-top: 28px;
  }
  .slick-lightbox-slick-item-inner {
    width: 99%;
  }
  .slick-lightbox {
    /*overflow-y: auto;*/
  }
  .catalog-product-view .slick-lightbox .slick-lightbox-slick {
    height: auto !important;
  }
  .slick-lightbox-slick-item {
    text-align: center;
    overflow: hidden;
  }
  .slick-dots {
    display: none !important;
  }
  .slick-lightbox-slick-item-inner .slick-lightbox-slick-img {
    padding-bottom: 0px;
    width: 100%;
  }
  .catalog-product-view .slick-lightbox .slick-arrow {
    display: none !important;
  }
  .catalog-product-view .slick-lightbox .slick-lightbox-slick .slick-list.draggable {
    padding: 0px 0px!important;
    border-top: 0px;
    margin-top: 0px;
    overflow: hidden !important;
  }
  .notorama-zoom {
    background: none !important;
    background-image: url(../images/plusic.svg) !important;
    width: 32px !important;
    height: 32px !important;
    background-repeat: no-repeat !important;
    background-size: 100% !important;
  }
  .slick-lightbox-inner:before {
    display: none;
  }
  .slick-lightbox-close::after,
  .slick-lightbox-close:focus::after {
    padding-top: 7px;
  }
  .catalog-product-view .slick-lightbox .thumbs {
    display: inline-block !important;
  }
  .catalog-product-view .slick-lightbox .slick-lightbox-slick-thumbs .slick-track {
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    bottom: 0px;
    width: 100%;
    background-color: #fff;
    overflow-y: auto;
    max-width: fit-content;
  }
  .thumbs .slick-slider .slick-list {
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    bottom: 0px;
    width: 100%;
    background-color: #fff;
    overflow-y: auto;
    padding: 0px !important;
  }
  .catalog-product-view .slick-lightbox .slick-lightbox-slick-thumbs {
    width: 90% !important;
    margin: 0 auto;
  }
  #notorama-dots .slick-dots {
    display: none !important;
  }
  .notorama-carousel .slick-arrow {
    display: none !important;
  }
  .notorama-carousel .slick-list.draggable .slick-track {
    max-width: 250px;
  }
  .notorama-carousel.slick-slider {
    display: inline-block !important;
    margin-top: 30px;
  }
  .catalog-product-view .slick-lightbox .thumbs {
    display: inline-block;
    position: static !important;
    padding-top: 0px;
  }
  .slick-lightbox-close {
    position: fixed !important;
    top: 0px !important;
  }
}
/**code for menu banner*/
.mm-column.menubannerimg {
  width: auto;
}
.mm-column.menubannerimg img {
  display: block;
  height: 205px;
  width: 100%;
  min-width: 140px;
  -o-object-fit: cover;
  object-fit: cover;
}
.banner-description {
  text-align: center;
  padding: 15px 20px 0;
  -webkit-transform: translateY(-30px);
  transform: translateY(-30px);
  max-width: 90%;
  margin: auto;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.banner-description .heading-5 {
  font-size: 14px;
  letter-spacing: .1em;
  text-transform: uppercase;
  display: block;
  padding: 2px 0;
  line-height: 18px;
}
.banner-description .linkdisc {
  font-size: 13px;
  text-decoration: underline;
  letter-spacing: .4px;
  font-weight: 400;
}
.header-mid-section .col:nth-child(2) img {
  display: none;
}
.header-mid-section .col:nth-child(2) {
  position: relative;
}
.header-mid-section .col:nth-child(2) a:before {
  font-size: 0px;
  position: absolute;
  left: 6px;
  top: 14px;
  background-image: url(../images/afalogo.svg);
  content: "";
  width: 340px;
  height: 38px;
  background-size: contain;
  cursor: pointer;
  background-repeat: no-repeat;
}
.header-mid-section .col:nth-child(2) strong:before {
  font-size: 0px;
  position: absolute;
  left: 6px;
  top: 14px;
  background-image: url(../images/afalogo.svg);
  content: "";
  width: 340px;
  height: 38px;
  background-size: contain;
  cursor: pointer;
  background-repeat: no-repeat;
}
@media (max-width: 767px) {
  .header-mid-section .col:nth-child(2) img {
    display: none;
  }
  .header-mid-section .col:nth-child(2) {
    position: relative;
  }
  .header-mid-section .col:nth-child(2) a:before {
    font-size: 0px;
    position: absolute;
    left: 0px;
    top: 5px;
    background-image: url(../images/afalogo.svg);
    content: "";
    width: 170px;
    height: 22px;
    background-size: contain;
    cursor: pointer;
    background-repeat: no-repeat;
  }
  .header-mid-section .col:nth-child(2) strong:before {
    font-size: 0px;
    position: absolute;
    left: 0px;
    top: 5px;
    background-image: url(../images/afalogo.svg);
    content: "";
    width: 170px;
    height: 22px;
    background-size: contain;
    cursor: pointer;
    background-repeat: no-repeat;
  }
  .mm-column.menubannerimg {
    width: auto;
    padding: 20px 20px 0 20px;
    text-align: center;
    float: none;
  }
  .sm_menu_outer .mobile_menu .mm-column.menubannerimg a {
    width: auto;
    padding: 0px;
    text-align: center;
    text-transform: none;
    border-bottom: 0px;
  }
}
/***/
.best-sellers-section .slick-arrow.slick-prev,
.new-products-section .slick-arrow.slick-prev {
  width: 20px;
  height: 40px;
  background: none;
  background-image: url(../images/previc.svg);
  text-indent: -999em;
  cursor: pointer;
  position: absolute;
  z-index: 8;
  top: 50%;
  margin-top: -18px;
  background-size: cover;
  background-size: contain;
  background-repeat: no-repeat;
}
.best-sellers-section .slick-arrow.slick-next,
.new-products-section .slick-arrow.slick-next {
  width: 20px;
  height: 40px;
  background: none;
  background-image: url(../images/nextic.svg);
  text-indent: -1005em;
  cursor: pointer;
  position: absolute;
  z-index: 8;
  top: 50%;
  margin-top: -18px;
  background-size: contain;
  background-repeat: no-repeat;
}
/*12 may 26 design issue new css start*/
.header-user-links {
  display: flex;
}
.header-mid-section .header-user-links > li.minicart-wrapper {
  order: 2;
  margin-left: 55px !important;
}
.minicart-items .product-image-container {
  /*display: none;*/
  display: block;
  min-width: 70px;
  height: auto !important;
}
.block.block-search.algolia-search-block.algolia-search-input {
  width: 180px;
  z-index: 4;
}
.aa-Form {
  position: relative;
  width: 180px;
  display: flex;
  flex-direction: row-reverse;
}
.catalog-product-view .columns .column.main .product-container .product-info-main {
  margin-top: 0px !important;
}
.header-mid-section .header-user-links > li div.header-search {
  overflow: hidden;
  display: flex;
  /* max-width: 160px;*/
}
.block-search input {
  position: static !important;
  width: 100%;
  font-size: 12px;
  letter-spacing: .4px;
  border: none;
  outline: none;
  padding: 0px 0 0px 0px;
  float: left;
  line-height: normal;
  font-weight: 400;
  border-bottom: solid 1px #222;
  line-height: 20px;
  margin-top: 0px !important;
}
.header-mid-section .header-user-links > li div.header-search button {
  float: left !important;
}
.header-mid-section .header-user-links > li > a.action.cart-icon {
  height: 20px;
}
.header-mid-section .header-user-links > li div.header-search input[type=text] {
  display: flex;
  max-width: 160px;
}
.header-mid-section .header-user-links > li div.header-search button:before {
  font-size: 0px;
  position: absolute;
  left: 0px;
  top: 7px;
  background-image: url(../images/search.svg);
  content: "";
  width: 16px;
  height: 16px;
  background-size: contain;
  cursor: pointer;
  background-repeat: no-repeat;
}
.header-mid-section .header-user-links > li div.header-search button {
  position: relative;
  font-size: 0px;
}
.header-user-links {
  display: flex;
}
.filter-options-item.active .filter-options-title::after {
  content: '';
  width: 14px;
  height: 1px;
  background-color: #222;
  position: absolute;
  right: 10px;
  top: 20px;
  transition: background-color 0.5s cubic-bezier(0.52, 0.01, 0.16, 1), transform 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.filter-options-item .filter-options-title::after {
  content: '';
  width: 14px;
  height: 1px;
  background-color: #222;
  position: absolute;
  right: 10px;
  top: 20px;
  transition: background-color 0.5s cubic-bezier(0.52, 0.01, 0.16, 1), transform 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.filter-options-item .filter-options-title::before {
  content: '';
  width: 14px;
  height: 1px;
  background-color: #222;
  position: absolute;
  right: 10px;
  top: 20px;
  transition: background-color 0.5s cubic-bezier(0.52, 0.01, 0.16, 1), transform 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  transform: rotateZ(270deg) translate3d(0, 0, 0);
}
.filter-options-item.active .filter-options-title::before {
  content: '';
  background: transparent;
}
.catalog-category-view.page-layout-2columns-left .column.main .page-title-wrapper {
  display: none;
}
/*.counter-number{
	margin-left: 5px;
}*/
/* 12 may 26 design issue new css end */
/**
 * 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;
}
.block-minicart .block-content > .actions .smart-buttons {
  margin-top: 15px;
}
.pay-later-message {
  margin-top: 10px;
}
.smart-buttons > div > div {
  vertical-align: bottom;
}
.apple-pay {
  margin-top: 14px;
}
.cart-summary .apple-pay {
  margin-top: 11px;
}
.google-pay {
  margin-top: 14px;
}
.google-pay button {
  background-origin: content-box;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  border: 0;
}
.cart-summary .google-pay {
  margin-bottom: 14px;
}
.slick-dots {
  margin: 1.5rem 0;
  padding: 0;
  list-style: none none;
  display: flex;
  justify-content: center;
  align-items: center;
}
.slick-dots > li {
  margin: 0 0.4rem;
}
.slick-dots button {
  display: block;
  width: 1.6rem;
  height: 1.6rem;
  padding: 0;
  border-radius: 50%;
  border: 2px solid #999999;
  background-color: transparent;
  box-shadow: none;
  text-indent: -100vw;
  overflow: hidden;
}
.slick-dots .slick-active button {
  border-color: #ff5501;
  background-color: #ff5501;
}
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
@media (max-width: 768px) {
  .mst-rma-box {
    width: 100%;
    margin-left: 0 !important;
  }
  .mst-rma-box._half {
    max-width: 100%;
  }
}
.rma-rma-view .mst-rma-badge {
  margin: 0 !important;
}
@media (max-width: 480px) {
  .rma-rma-view .status-branch-yellow {
    display: block;
    margin-top: 10px;
  }
}
.rma-rma-view .field.attachFileSec {
  clear: both;
}
.rma-rma-list .mst-rma-list__actions a {
  background: #333;
  color: #fff;
  display: inline-block;
  font-size: 13px;
  padding: 4px 15px;
  border-radius: 20px;
}
.rma-rma-list .mst-rma-list__actions a:hover {
  background: #000;
}
.rma-rma-list .mst-rma-status.status-branch-yellow {
  background: #ccc;
  color: #000;
  font-size: 13px;
}
@media print {
  .rma-rma-print .order-date {
    display: block;
    width: 100%;
  }
  .rma-rma-print .order-details-items {
    border-bottom: 1px solid #d1d1d1;
    margin-bottom: 20px;
    padding-bottom: 10px;
  }
  .rma-rma-print * {
    -webkit-filter: none !important;
    background: transparent !important;
    color: #000000 !important;
    filter: none !important;
    text-shadow: none !important;
  }
  .rma-rma-print a,
  .rma-rma-print a:visited {
    text-decoration: underline !important;
  }
  .rma-rma-print pre,
  .rma-rma-print blockquote {
    border: 1px solid #999999;
    page-break-inside: avoid;
  }
  .rma-rma-print thead {
    display: table-header-group;
  }
  .rma-rma-print .table-wrapper table {
    width: 100%;
    table-layout: fixed;
  }
  .rma-rma-print .table-wrapper table td {
    width: auto;
  }
  .rma-rma-print .table-wrapper table > tfoot > tr:first-child {
    border-top: 1px solid #999999;
  }
  .rma-rma-print .box,
  .rma-rma-print tr,
  .rma-rma-print img {
    page-break-inside: avoid;
  }
  .rma-rma-print img {
    max-width: 100% !important;
  }
  @page {
    margin: 1cm;
  }
  .rma-rma-print .block-content,
  .rma-rma-print p,
  .rma-rma-print h2,
  .rma-rma-print h3 {
    orphans: 3;
    widows: 3;
  }
  .rma-rma-print .block-content {
    page-break-before: avoid;
    display: inline-block;
    width: 100%;
  }
  .rma-rma-print .block-title,
  .rma-rma-print h2,
  .rma-rma-print h3 {
    page-break-after: avoid;
  }
  .rma-rma-print .nav-toggle {
    display: none !important;
  }
  .rma-rma-print .sidebar,
  .rma-rma-print .nav-sections,
  .rma-rma-print .header.content > *[class],
  .rma-rma-print .panel.wrapper > *[class],
  .rma-rma-print .footer.content > *[class] {
    display: none;
  }
  .rma-rma-print .logo,
  .rma-rma-print .footer .copyright {
    display: block !important;
    margin: 10px 0;
  }
  .rma-rma-print .order-details-items .order-items .order-gift-message:not(.expanded-content) {
    height: auto;
    visibility: visible;
  }
  .rma-rma-print .column.main {
    float: none !important;
    width: 100% !important;
  }
  .rma-rma-print .breadcrumbs {
    margin: 0 auto;
    text-align: right;
  }
  .rma-rma-print .footer.content {
    padding: 0;
  }
  .rma-rma-print .box {
    padding: 0;
    border: 0;
    float: left;
    width: 48.8%;
    margin-bottom: 20px;
    min-height: auto;
  }
  .rma-rma-print table.table thead {
    border-top: 0;
  }
  .rma-rma-print .page-main {
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    max-width: 1280px;
    padding: 0px;
    padding-left: 20px;
    padding-right: 20px;
    width: auto;
    box-shadow: none;
  }
  .rma-rma-print .table:not(.cart):not(.totals) > thead > tr > th,
  .rma-rma-print .table:not(.cart):not(.totals) > tbody > tr > td {
    border: none;
  }
  .rma-rma-print .hdmx__contact-button,
  .rma-rma-print #hdmx__contact-button {
    display: none;
  }
}
.mst-rma-create__add-order {
  display: flex;
  justify-content: center;
}
.mst-rma-create__add-order button {
  margin: 1rem;
}
.mst-rma-create__order-selector .field {
  display: flex;
  flex-wrap: wrap;
}
.mst-rma-create__order-selector .field select {
  max-width: 40rem;
}
@media (max-width: 767px) {
  .mst-rma-create__order-selector .field select {
    max-width: 100%;
    margin-bottom: 10px;
  }
}
.mst-rma-create__order-selector .field button {
  margin-left: 1rem;
}
.mst-rma-create__order-selector .mst-rma-buttons-delimiter-text {
  line-height: 32px;
  margin-left: 1rem;
}
.mst-rma-create__order {
  border: 2px solid #e8e8e8;
  padding: 2rem;
  margin-bottom: 1rem;
  align-items: center;
}
.mst-rma-create__order .mst-rma-create__order-header {
  display: flex;
  margin-bottom: 2rem;
}
.mst-rma-create__order .mst-rma-create__order-header .increment-id {
  font-weight: 600;
  font-size: 1.8rem;
}
.mst-rma-create__order .mst-rma-create__order-header .remove {
  color: #000;
  margin-left: auto;
  text-decoration: underline;
  cursor: pointer;
}
.mst-rma-create__order .mst-rma-create__order-header .remove:hover {
  text-decoration: none;
}
#rma-new-form .actions-toolbar {
  margin-top: 10px;
  overflow: hidden;
}
#rma-new-form .actions-toolbar.secondary.ui-remove-item-button-container {
  float: left;
}
.init-rma-container .fieldset .label {
  text-align: left;
}
#algoliaAutocomplete {
  transition: all 0.3s ease;
  display: none !important;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;
  z-index: 999999;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}
#algoliaAutocomplete.algolia-search-popup {
  display: block !important;
}
#algoliaAutocomplete.search-initial-state,
#algoliaAutocomplete.search-compact-state {
  height: 119px;
  overflow: hidden;
}
#algoliaAutocomplete.search-initial-state .aa-Panel,
#algoliaAutocomplete.search-compact-state .aa-Panel,
#algoliaAutocomplete.search-initial-state .aa-Source,
#algoliaAutocomplete.search-compact-state .aa-Source,
#algoliaAutocomplete.search-initial-state .aa-PanelLayout,
#algoliaAutocomplete.search-compact-state .aa-PanelLayout,
#algoliaAutocomplete.search-initial-state .aa-PanelSections,
#algoliaAutocomplete.search-compact-state .aa-PanelSections {
  display: none !important;
}
#algoliaAutocomplete.search-expanded-state {
  height: auto;
  max-height: 520px;
  overflow-y: auto;
}
#algoliaAutocomplete.search-expanded-state .aa-Panel {
  display: block;
}
#algoliaAutocomplete .search-header {
  text-align: center;
  padding: 15px 0;
  font-size: 20px;
  letter-spacing: 2px;
  font-weight: 300;
  text-transform: uppercase;
  color: #000;
}
#algoliaAutocomplete .close-button {
  position: absolute;
  top: 15px;
  right: 20px;
  background: none;
  border: none;
  font-size: 20px;
  cursor: pointer;
  z-index: 10;
  color: #333;
}
.r-modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0);
  z-index: 999998;
}
.aa-Autocomplete {
  width: 100%;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
.aa-Form {
  display: flex;
  align-items: center;
  padding: 0 0px;
  height: 68px;
  width: 100%;
  box-sizing: border-box;
  border-bottom: 1px solid #eee;
}
.aa-InputWrapper {
  flex: 1;
  margin: 0 0px;
}
.aa-Input {
  width: 100%;
  border: none !important;
  font-size: 20px;
  padding: 10px 0;
  outline: none;
  color: #333;
}
.aa-Input::placeholder {
  color: #999;
}
.aa-Panel {
  background: #fff;
}
.autocomplete-wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
}
.col3 {
  width: 21%;
  padding: 53px 35px 163px 20px;
  margin-right: 25px;
  box-sizing: border-box;
  border-right: 1px solid #b8afaf;
}
.col9 {
  width: 75%;
  padding: 20px;
  box-sizing: border-box;
  padding-left: 0px !important;
}
.aa-SourceHeader {
  margin-bottom: 15px;
  border-bottom: 1px solid #eee;
  padding-bottom: 5px;
}
.aa-SourceHeader .aa-SourceHeaderTitle {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 13px;
  color: #000;
}
.aa-List {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
}
.aa-dataset-products .aa-Item {
  width: 40%;
  /* 2 products per row */
  padding: 10px;
  box-sizing: border-box;
}
.aa-dataset-products .aa-Item .aa-ItemLink {
  display: block;
  text-decoration: none;
  color: inherit;
}
.aa-dataset-products .aa-Item .aa-ItemContent {
  display: flex;
  align-items: flex-start;
}
.aa-dataset-products .aa-Item .aa-ItemIcon {
  width: 70px;
  height: 70px;
  margin-right: 15px;
  flex-shrink: 0;
}
.aa-dataset-products .aa-Item .aa-ItemIcon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.aa-dataset-products .aa-Item .aa-ItemContentBody {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.aa-dataset-products .aa-Item .aa-ItemContentTitle {
  font-weight: 400;
  font-size: 14px;
  margin-bottom: 3px;
  line-height: 1.2;
  color: #000;
}
.aa-dataset-products .aa-Item .aa-ItemContentSubtitle {
  font-size: 12px;
  color: #777;
  margin-bottom: 5px;
}
.aa-dataset-products .aa-Item .aa-ItemContentPrice {
  font-size: 13px;
  font-weight: 600;
  color: #000;
}
.aa-dataset-categories .aa-Item,
.aa-dataset-brands .aa-Item {
  width: 100%;
  padding: 5px 0;
}
.aa-dataset-categories .aa-Item .aa-ItemLink,
.aa-dataset-brands .aa-Item .aa-ItemLink {
  font-size: 14px;
  color: #333;
  text-decoration: none;
}
.aa-dataset-categories .aa-Item .aa-ItemLink:hover,
.aa-dataset-brands .aa-Item .aa-ItemLink:hover {
  color: #000;
  text-decoration: underline;
}
.aa-SourceFooter {
  padding: 20px;
  text-align: center;
  width: 100%;
}
.aa-SourceFooter a {
  color: #000;
  font-weight: 400;
  text-decoration: none;
  font-size: 13px;
  border-bottom: 1px solid #000;
}
.aa-SourceFooter a:hover {
  color: #777;
  border-bottom-color: #777;
}
.aa-SubmitButton {
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
}
.aa-ClearButton {
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  display: none;
}
.search-icon-svg::before {
  content: "\e615";
  font-family: 'luma-icons';
  font-size: 20px;
}
.clear-icon-svg::before {
  content: "\e616";
  font-family: 'luma-icons';
  font-size: 20px;
}
/* Responsive */
@media (max-width: 767px) {
  #algoliaAutocomplete.search-expanded-state {
    max-height: 100vh;
  }
  .col3,
  .col9 {
    width: 100%;
    border-right: none;
  }
  .col3 {
    order: 2;
  }
  .col9 {
    order: 1;
    border-bottom: 1px solid #eee;
  }
  .aa-dataset-products .aa-Item {
    width: 100%;
  }
  .aa-Input {
    font-size: 16px;
  }
}
/**
 * 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_Shopbybrand
 * @copyright   Copyright (c) Mageplaza (https://www.mageplaza.com/)
 * @license     https://www.mageplaza.com/LICENSE.txt
 */
.product-brand-logo img {
  max-width: 30px;
  max-height: 30px;
}
.product-list-container {
  border-top: solid 1px #dfdfdf;
  padding-top: 20px;
}
.phone-input-wrapper {
  display: flex;
  align-items: center;
}
.country-code-select {
  width: 80px;
  margin-right: 10px;
}
#phone {
  flex: 1;
}
.popup-terms {
  margin-top: 20px;
}
.resend-code {
  margin-top: 20px;
}
.resend-code a {
  color: #fff;
  text-decoration: underline;
}
.sticky-button {
  position: fixed;
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1000;
  width: 50px;
  height: 190px;
  background-color: #000;
  color: #fff;
  text-align: center;
  padding: 10px;
  font-size: 14px;
  writing-mode: vertical-rl;
  letter-spacing: 2px;
  font-weight: bold;
  cursor: pointer;
  transition: background-color 0.3s;
  animation: slide-in 0.5s forwards;
  -webkit-animation: slide-in 0.5s forwards;
}
.sticky-button.open {
  animation: slide-out 0.5s forwards;
  -webkit-animation: slide-out 0.5s forwards;
}
#sticky-discount-button button {
  font-size: 18px;
  color: #ffffff;
  font-family: Helvetica, Arial, sans-serif;
  font-weight: 400;
  padding: 3px;
}
.popup-terms {
  margin-top: 20px;
}
.resend-code {
  margin-top: 20px;
}
.resend-code a {
  color: #fff;
  text-decoration: underline;
}
.complete-the-look-section {
  padding: 20px 0;
  text-align: center;
  max-width: 1460px;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 30px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .complete-the-look-section {
    max-width: 90%;
  }
}
.complete-the-look-section .section-title {
  font-size: 1.3em;
  letter-spacing: 1.34px;
  color: #222;
  text-transform: uppercase;
  font-weight: normal;
  position: relative;
  margin-bottom: 0;
  text-align: center;
  margin-bottom: 15px;
  margin-top: 20px;
}
.complete-the-look-section .section-title:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  height: 1px;
  width: 100%;
  background: #222222;
  top: 50%;
}
.complete-the-look-section .section-title span {
  display: inline-block;
  padding: 10px 20px;
  position: relative;
  z-index: 1;
  background: #fff;
  /* letter-spacing: 1.8px; */
  letter-spacing: 1.6px;
  font-size: 16px;
}
.complete-the-look-section .complete-the-look-images {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 25px;
  max-width: 1033px;
  margin: auto;
}
.complete-the-look-section .complete-the-look-images .image-wrapper,
.complete-the-look-section .complete-the-look-images .related-product-wrapper {
  width: 33%;
}
.complete-the-look-section .complete-the-look-images .image-wrapper img,
.complete-the-look-section .complete-the-look-images .related-product-wrapper img {
  max-width: 100%;
  height: auto;
  display: block;
  border: 0px solid #e0e0e0;
  margin-bottom: 5px;
  width: 100%;
}
.complete-the-look-section .complete-the-look-images .image-wrapper p,
.complete-the-look-section .complete-the-look-images .related-product-wrapper p {
  font-size: 16px;
  margin: 0;
  text-align: center;
}
/**
 * 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%;
  }
}
.giftCarFormContent {
  /*background:#eee;*/
  position: relative;
  margin-bottom: 40px;
  word-break: break-all;
}
@media (max-width: 480px) {
  .giftCarFormContent {
    padding-bottom: 40px;
    margin-bottom: 0;
  }
}
.giftCarFormContent .gift-info,
.giftCarFormContent .giftCardBottomInfo {
  position: absolute;
  left: 0;
  z-index: 1;
  width: 100%;
  max-width: 100%;
  text-align: center;
  font-size: 20px;
  color: #333;
  text-transform: uppercase;
  line-height: 2;
  letter-spacing: 1px;
}
@media (max-width: 1366px) {
  .giftCarFormContent .gift-info,
  .giftCarFormContent .giftCardBottomInfo {
    font-size: 16px;
  }
}
@media (max-width: 1024px) {
  .giftCarFormContent .gift-info,
  .giftCarFormContent .giftCardBottomInfo {
    font-size: 16px;
  }
}
@media (max-width: 480px) {
  .giftCarFormContent .gift-info,
  .giftCarFormContent .giftCardBottomInfo {
    line-height: 1.5;
  }
}
@media (max-width: 320px) {
  .giftCarFormContent .gift-info,
  .giftCarFormContent .giftCardBottomInfo {
    font-size: 14px;
  }
}
.giftCarFormContent .gift-info {
  top: 0;
  padding-top: 40px;
}
@media (max-width: 1366px) {
  .giftCarFormContent .gift-info {
    padding-top: 20px;
  }
}
@media (max-width: 1024px) {
  .giftCarFormContent .gift-info {
    padding-top: 50px;
  }
}
@media (max-width: 480px) {
  .giftCarFormContent .gift-info {
    padding-top: 30px;
  }
}
@media (max-width: 320px) {
  .giftCarFormContent .gift-info {
    padding-top: 10px;
  }
}
.giftCarFormContent .gift-info .giftCardTitle {
  font-weight: 700;
  color: #000;
  font-style: italic;
}
.giftCarFormContent .giftCardBottomInfo {
  top: 60%;
  padding-top: 30px;
}
@media (max-width: 1366px) {
  .giftCarFormContent .giftCardBottomInfo {
    top: 50%;
    padding-top: 20px;
  }
}
@media (max-width: 1024px) {
  .giftCarFormContent .giftCardBottomInfo {
    top: 72%;
  }
}
@media (max-width: 480px) {
  .giftCarFormContent .giftCardBottomInfo {
    top: 60%;
  }
}
.giftCarFormContent .giftCardBottomInfo .giftCardCurrency {
  line-height: 1.5;
}
.giftCarFormContent .giftCardBottomInfo .giftCardCurrency .giftCardSar {
  font-size: 60px;
}
@media (max-width: 1366px) {
  .giftCarFormContent .giftCardBottomInfo .giftCardCurrency .giftCardSar {
    font-size: 30px;
  }
}
@media (max-width: 480px) {
  .giftCarFormContent .giftCardBottomInfo .giftCardCurrency .giftCardSar {
    font-size: 30px;
  }
}
.giftCarFormContent .giftCardBottomInfo .giftCardCurrency .giftCardValue {
  font-size: 60px;
  color: #000;
  font-weight: 600;
}
@media (max-width: 1366px) {
  .giftCarFormContent .giftCardBottomInfo .giftCardCurrency .giftCardValue {
    font-size: 30px;
  }
}
@media (max-width: 480px) {
  .giftCarFormContent .giftCardBottomInfo .giftCardCurrency .giftCardValue {
    font-size: 30px;
  }
}
.giftCarFormContent .giftCardBottomInfo .giftCardMsg {
  font-size: 13px;
  line-height: 1;
  letter-spacing: .5px;
  padding: 0 10px;
  text-transform: capitalize;
}
@media (max-width: 1366px) {
  .giftCarFormContent .fotorama__stage__frame .fotorama__img {
    /*left: unset;*/
    /*max-width:55%;*/
    /*max-width:100%;*/
  }
}
@media (max-width: 1024px) {
  .giftCarFormContent .fotorama__stage__frame .fotorama__img {
    /*left: unset;*/
    /*max-width:100%;*/
  }
}
/*.page-layout-customgiftcard{
    .fotorama__stage{
        @media(max-width:1440px){
            height:auto !important;
        }
    }
}*/
@media (max-width: 1980px) {
  .product-e-gift-card .giftCarFormContent .fotorama__stage__frame .fotorama__img {
    max-width: 60%;
  }
}
@media (max-width: 1366px) {
  .product-e-gift-card .giftCarFormContent .fotorama__stage__frame .fotorama__img {
    left: unset;
    max-width: 55%;
  }
}
@media (max-width: 1024px) {
  .product-e-gift-card .giftCarFormContent .fotorama__stage__frame .fotorama__img {
    left: unset;
    max-width: 80%;
  }
}
.product-e-gift-card .page-title-wrapper {
  padding: 10px 0 0;
}
.product-e-gift-card .columns .column.main .page-title {
  font-size: 40px;
}
@media (max-width: 1366px) {
  .product-e-gift-card .columns .column.main .page-title {
    font-size: 34px;
  }
}
@media (max-width: 1024px) {
  .product-e-gift-card .columns .column.main .page-title {
    font-size: 30px;
  }
}
@media (max-width: 480px) {
  .product-e-gift-card .columns .column.main .page-title {
    font-size: 26px;
  }
}
.giftcard-index-index .columns .column.main h1.page-title,
.product-physical-gift-card .columns .column.main h1.page-title,
.product-e-gift-card .columns .column.main h1.page-title {
  font-size: 36px;
  letter-spacing: .01em;
}
@media (max-width: 1366px) {
  .giftcard-index-index .columns .column.main h1.page-title,
  .product-physical-gift-card .columns .column.main h1.page-title,
  .product-e-gift-card .columns .column.main h1.page-title {
    font-size: 30px;
  }
}
@media (max-width: 1024px) {
  .giftcard-index-index .columns .column.main h1.page-title,
  .product-physical-gift-card .columns .column.main h1.page-title,
  .product-e-gift-card .columns .column.main h1.page-title {
    font-size: 20px;
  }
}
.giftcard-index-index .columns .column.main .page-title span,
.product-physical-gift-card .columns .column.main .page-title span,
.product-e-gift-card .columns .column.main .page-title span {
  font-size: unset !important;
}
.product-e-gift-card .fotorama__stage,
.product-physical-gift-card .fotorama__stage {
  left: 0 !important;
}
.product-e-gift-card .fotorama__stage__shaft {
  max-width: unset !important;
}
.product-e-gift-card .fotorama__stage__frame .fotorama__img {
  -webkit-transform: unset;
  -ms-transform: unset;
  -o-transform: unset;
  transform: unset;
  transition-duration: unset;
  transition-property: unset;
  position: static;
}
.giftcard-index-index .columns .column.main,
.product-physical-gift-card .columns .column.main,
.product-e-gift-card .columns .column.main {
  max-width: 1460px;
  margin: 20px auto;
  padding: 0 10px;
  color: #000;
}
.giftcard-index-index .columns .column.main .page-title,
.product-physical-gift-card .columns .column.main .page-title,
.product-e-gift-card .columns .column.main .page-title {
  margin-bottom: 15px;
  display: block;
}
.giftcard-index-index .columns .column.main .page-title span,
.product-physical-gift-card .columns .column.main .page-title span,
.product-e-gift-card .columns .column.main .page-title span {
  display: block;
  font-weight: 700;
  font-size: 1.8em;
  color: #000;
}
.giftcard-index-index .columns .column.main .giftcard-tabs,
.product-physical-gift-card .columns .column.main .giftcard-tabs,
.product-e-gift-card .columns .column.main .giftcard-tabs {
  margin: 30px 0;
}
@media (max-width: 1366px) {
  .giftcard-index-index .columns .column.main .giftcard-tabs,
  .product-physical-gift-card .columns .column.main .giftcard-tabs,
  .product-e-gift-card .columns .column.main .giftcard-tabs {
    margin: 20px 0;
  }
}
.giftcard-index-index .columns .column.main .giftcard-tabs span,
.product-physical-gift-card .columns .column.main .giftcard-tabs span,
.product-e-gift-card .columns .column.main .giftcard-tabs span {
  width: 33.33%;
  border: solid 1px #cccccc;
  display: block;
  float: left;
  position: relative;
}
.giftcard-index-index .columns .column.main .giftcard-tabs span:nth-child(1),
.product-physical-gift-card .columns .column.main .giftcard-tabs span:nth-child(1),
.product-e-gift-card .columns .column.main .giftcard-tabs span:nth-child(1) {
  border-right: none;
}
.giftcard-index-index .columns .column.main .giftcard-tabs span:nth-child(2),
.product-physical-gift-card .columns .column.main .giftcard-tabs span:nth-child(2),
.product-e-gift-card .columns .column.main .giftcard-tabs span:nth-child(2) {
  border-right: none;
}
.giftcard-index-index .columns .column.main .giftcard-tabs span a,
.product-physical-gift-card .columns .column.main .giftcard-tabs span a,
.product-e-gift-card .columns .column.main .giftcard-tabs span a {
  font-size: 1.25em;
  text-transform: uppercase;
  font-weight: 600;
  padding: 17px;
  display: block;
  text-align: center;
}
@media (max-width: 1366px) {
  .giftcard-index-index .columns .column.main .giftcard-tabs span a,
  .product-physical-gift-card .columns .column.main .giftcard-tabs span a,
  .product-e-gift-card .columns .column.main .giftcard-tabs span a {
    padding: 12px 17px 10px;
    font-size: 1.15em;
  }
}
@media (max-width: 320px) {
  .giftcard-index-index .columns .column.main .giftcard-tabs span a,
  .product-physical-gift-card .columns .column.main .giftcard-tabs span a,
  .product-e-gift-card .columns .column.main .giftcard-tabs span a {
    font-size: 1em;
  }
}
.giftcard-index-index .columns .column.main .giftcard-tabs span.active,
.product-physical-gift-card .columns .column.main .giftcard-tabs span.active,
.product-e-gift-card .columns .column.main .giftcard-tabs span.active {
  border: solid 1px #000;
}
.giftcard-index-index .columns .column.main .giftcard-tabs span.active:after,
.product-physical-gift-card .columns .column.main .giftcard-tabs span.active:after,
.product-e-gift-card .columns .column.main .giftcard-tabs span.active:after,
.giftcard-index-index .columns .column.main .giftcard-tabs span.active:before,
.product-physical-gift-card .columns .column.main .giftcard-tabs span.active:before,
.product-e-gift-card .columns .column.main .giftcard-tabs span.active:before {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.giftcard-index-index .columns .column.main .giftcard-tabs span.active:after,
.product-physical-gift-card .columns .column.main .giftcard-tabs span.active:after,
.product-e-gift-card .columns .column.main .giftcard-tabs span.active:after {
  border-color: rgba(255, 255, 255, 0);
  border-top-color: #fff;
  border-width: 11px;
  margin-left: -11px;
}
.giftcard-index-index .columns .column.main .giftcard-tabs span.active:before,
.product-physical-gift-card .columns .column.main .giftcard-tabs span.active:before,
.product-e-gift-card .columns .column.main .giftcard-tabs span.active:before {
  border-color: rgba(0, 0, 0, 0);
  border-top-color: #000;
  border-width: 12px;
  margin-left: -12px;
}
.giftcard-index-index .columns .column.main .amgiftcard-apply-code .gift-card-image-wrapper,
.product-physical-gift-card .columns .column.main .amgiftcard-apply-code .gift-card-image-wrapper,
.product-e-gift-card .columns .column.main .amgiftcard-apply-code .gift-card-image-wrapper {
  float: left;
  width: 720px;
}
.giftcard-index-index .columns .column.main .amgiftcard-apply-code .block.discount.gift,
.product-physical-gift-card .columns .column.main .amgiftcard-apply-code .block.discount.gift,
.product-e-gift-card .columns .column.main .amgiftcard-apply-code .block.discount.gift {
  overflow: hidden;
  margin: 0;
  padding: 15px 0 0 75px;
  background: transparent;
}
.giftcard-index-index .columns .column.main .amgiftcard-apply-code .block.discount.gift .title,
.product-physical-gift-card .columns .column.main .amgiftcard-apply-code .block.discount.gift .title,
.product-e-gift-card .columns .column.main .amgiftcard-apply-code .block.discount.gift .title {
  margin-bottom: 20px;
}
.giftcard-index-index .columns .column.main .amgiftcard-apply-code .block.discount.gift .title strong,
.product-physical-gift-card .columns .column.main .amgiftcard-apply-code .block.discount.gift .title strong,
.product-e-gift-card .columns .column.main .amgiftcard-apply-code .block.discount.gift .title strong {
  font-size: 2.0833em;
  text-transform: uppercase;
  font-weight: normal;
}
.giftcard-index-index .columns .column.main .amgiftcard-apply-code .block.discount.gift .error > div,
.product-physical-gift-card .columns .column.main .amgiftcard-apply-code .block.discount.gift .error > div,
.product-e-gift-card .columns .column.main .amgiftcard-apply-code .block.discount.gift .error > div {
  margin-bottom: 10px;
}
.giftcard-index-index .columns .column.main .amgiftcard-apply-code .block.discount.gift .error .amgiftcard-info,
.product-physical-gift-card .columns .column.main .amgiftcard-apply-code .block.discount.gift .error .amgiftcard-info,
.product-e-gift-card .columns .column.main .amgiftcard-apply-code .block.discount.gift .error .amgiftcard-info {
  margin-top: 30px;
  padding-top: 15px;
  border-top: solid 1px #000;
}
.giftcard-index-index .columns .column.main .amgiftcard-apply-code .block.discount.gift .error .amgiftcard-info .title,
.product-physical-gift-card .columns .column.main .amgiftcard-apply-code .block.discount.gift .error .amgiftcard-info .title,
.product-e-gift-card .columns .column.main .amgiftcard-apply-code .block.discount.gift .error .amgiftcard-info .title {
  margin-bottom: 10px;
}
.giftcard-index-index .columns .column.main .amgiftcard-apply-code .block.discount.gift .error .amgiftcard-info .details,
.product-physical-gift-card .columns .column.main .amgiftcard-apply-code .block.discount.gift .error .amgiftcard-info .details,
.product-e-gift-card .columns .column.main .amgiftcard-apply-code .block.discount.gift .error .amgiftcard-info .details {
  margin-bottom: 10px;
  font-size: 15px;
}
.giftcard-index-index .columns .column.main .amgiftcard-apply-code .block.discount.gift .error .amgiftcard-info .details strong,
.product-physical-gift-card .columns .column.main .amgiftcard-apply-code .block.discount.gift .error .amgiftcard-info .details strong,
.product-e-gift-card .columns .column.main .amgiftcard-apply-code .block.discount.gift .error .amgiftcard-info .details strong {
  font-weight: 200;
}
.giftcard-index-index .columns .column.main .amgiftcard-apply-code .block.discount.gift .amgiftcard-form,
.product-physical-gift-card .columns .column.main .amgiftcard-apply-code .block.discount.gift .amgiftcard-form,
.product-e-gift-card .columns .column.main .amgiftcard-apply-code .block.discount.gift .amgiftcard-form {
  margin-bottom: 0;
}
.giftcard-index-index .columns .column.main .amgiftcard-apply-code .block.discount.gift .amgiftcard-form .fieldset,
.product-physical-gift-card .columns .column.main .amgiftcard-apply-code .block.discount.gift .amgiftcard-form .fieldset,
.product-e-gift-card .columns .column.main .amgiftcard-apply-code .block.discount.gift .amgiftcard-form .fieldset {
  margin-bottom: 20px;
}
.giftcard-index-index .columns .column.main .amgiftcard-apply-code .block.discount.gift .amgiftcard-form .fieldset .field,
.product-physical-gift-card .columns .column.main .amgiftcard-apply-code .block.discount.gift .amgiftcard-form .fieldset .field,
.product-e-gift-card .columns .column.main .amgiftcard-apply-code .block.discount.gift .amgiftcard-form .fieldset .field {
  width: 100%;
}
.giftcard-index-index .columns .column.main .amgiftcard-apply-code .block.discount.gift .amgiftcard-form .fieldset .field .label,
.product-physical-gift-card .columns .column.main .amgiftcard-apply-code .block.discount.gift .amgiftcard-form .fieldset .field .label,
.product-e-gift-card .columns .column.main .amgiftcard-apply-code .block.discount.gift .amgiftcard-form .fieldset .field .label {
  display: block;
  width: 100%;
  text-align: left;
  padding: 0;
  margin: 0 0 10px 0;
  float: none;
  font-size: 1.3333333333333333em;
  font-weight: normal;
}
.giftcard-index-index .columns .column.main .amgiftcard-apply-code .block.discount.gift .amgiftcard-form .fieldset .field .control,
.product-physical-gift-card .columns .column.main .amgiftcard-apply-code .block.discount.gift .amgiftcard-form .fieldset .field .control,
.product-e-gift-card .columns .column.main .amgiftcard-apply-code .block.discount.gift .amgiftcard-form .fieldset .field .control {
  width: 100%;
}
.giftcard-index-index .columns .column.main .amgiftcard-apply-code .block.discount.gift .amgiftcard-form .fieldset .field .control input,
.product-physical-gift-card .columns .column.main .amgiftcard-apply-code .block.discount.gift .amgiftcard-form .fieldset .field .control input,
.product-e-gift-card .columns .column.main .amgiftcard-apply-code .block.discount.gift .amgiftcard-form .fieldset .field .control input {
  border: solid 1px #dadada;
}
.giftcard-index-index .columns .column.main .amgiftcard-apply-code .block.discount.gift .amgiftcard-form .amactions-toolbar button,
.product-physical-gift-card .columns .column.main .amgiftcard-apply-code .block.discount.gift .amgiftcard-form .amactions-toolbar button,
.product-e-gift-card .columns .column.main .amgiftcard-apply-code .block.discount.gift .amgiftcard-form .amactions-toolbar button {
  display: inline-block;
  margin-right: 15px;
  max-width: 270px;
}
.giftcard-index-index .columns .column.main .product.media,
.product-physical-gift-card .columns .column.main .product.media,
.product-e-gift-card .columns .column.main .product.media {
  width: 720px;
  padding-right: 0;
  border: none;
}
@media (max-width: 1440px) {
  .giftcard-index-index .columns .column.main .product.media,
  .product-physical-gift-card .columns .column.main .product.media,
  .product-e-gift-card .columns .column.main .product.media {
    width: 50%;
  }
}
@media (max-width: 1024px) {
  .giftcard-index-index .columns .column.main .product.media,
  .product-physical-gift-card .columns .column.main .product.media,
  .product-e-gift-card .columns .column.main .product.media {
    width: 100%;
  }
}
.giftcard-index-index .columns .column.main .product-info-main,
.product-physical-gift-card .columns .column.main .product-info-main,
.product-e-gift-card .columns .column.main .product-info-main {
  width: auto;
  float: none;
  overflow: hidden;
  margin: 0px;
  padding: 15px 0px 0px 75px;
}
@media (max-width: 1366px) {
  .giftcard-index-index .columns .column.main .product-info-main,
  .product-physical-gift-card .columns .column.main .product-info-main,
  .product-e-gift-card .columns .column.main .product-info-main {
    padding: 10px 0px 0px 75px;
  }
}
@media (max-width: 1024px) {
  .giftcard-index-index .columns .column.main .product-info-main,
  .product-physical-gift-card .columns .column.main .product-info-main,
  .product-e-gift-card .columns .column.main .product-info-main {
    padding: 15px 0px 0px 0;
  }
}
.giftcard-index-index .columns .column.main .product-info-main .product-info-price,
.product-physical-gift-card .columns .column.main .product-info-main .product-info-price,
.product-e-gift-card .columns .column.main .product-info-main .product-info-price {
  display: none;
}
.giftcard-index-index .columns .column.main .product-info-main .product-add-form,
.product-physical-gift-card .columns .column.main .product-info-main .product-add-form,
.product-e-gift-card .columns .column.main .product-info-main .product-add-form {
  padding-top: 0;
  margin-top: 0;
  border-top: none;
}
.giftcard-index-index .columns .column.main .product-info-main .product-add-form .field,
.product-physical-gift-card .columns .column.main .product-info-main .product-add-form .field,
.product-e-gift-card .columns .column.main .product-info-main .product-add-form .field {
  margin-bottom: 25px;
}
@media (max-width: 1366px) {
  .giftcard-index-index .columns .column.main .product-info-main .product-add-form .field,
  .product-physical-gift-card .columns .column.main .product-info-main .product-add-form .field,
  .product-e-gift-card .columns .column.main .product-info-main .product-add-form .field {
    margin-bottom: 10px;
  }
}
@media (max-width: 480px) {
  .giftcard-index-index .columns .column.main .product-info-main .product-add-form .field,
  .product-physical-gift-card .columns .column.main .product-info-main .product-add-form .field,
  .product-e-gift-card .columns .column.main .product-info-main .product-add-form .field {
    margin-bottom: 10px !important;
  }
}
.giftcard-index-index .columns .column.main .product-info-main .product-add-form .field label,
.product-physical-gift-card .columns .column.main .product-info-main .product-add-form .field label,
.product-e-gift-card .columns .column.main .product-info-main .product-add-form .field label {
  display: block;
  width: 100%;
  text-align: left;
  float: none;
  font-size: 1.22em;
  font-weight: normal;
  padding: 0px;
  margin: 0px 0px 3px;
  text-transform: capitalize;
}
.giftcard-index-index .columns .column.main .product-info-main .product-add-form .field .input-box,
.product-physical-gift-card .columns .column.main .product-info-main .product-add-form .field .input-box,
.product-e-gift-card .columns .column.main .product-info-main .product-add-form .field .input-box {
  position: relative;
}
.giftcard-index-index .columns .column.main .product-info-main .product-add-form .field .input-box input,
.product-physical-gift-card .columns .column.main .product-info-main .product-add-form .field .input-box input,
.product-e-gift-card .columns .column.main .product-info-main .product-add-form .field .input-box input,
.giftcard-index-index .columns .column.main .product-info-main .product-add-form .field .input-box textarea,
.product-physical-gift-card .columns .column.main .product-info-main .product-add-form .field .input-box textarea,
.product-e-gift-card .columns .column.main .product-info-main .product-add-form .field .input-box textarea,
.giftcard-index-index .columns .column.main .product-info-main .product-add-form .field .input-box select,
.product-physical-gift-card .columns .column.main .product-info-main .product-add-form .field .input-box select,
.product-e-gift-card .columns .column.main .product-info-main .product-add-form .field .input-box select {
  border: solid 1px #dadada;
}
.giftcard-index-index .columns .column.main .product-info-main .product-add-form .fieldset > .field .control,
.product-physical-gift-card .columns .column.main .product-info-main .product-add-form .fieldset > .field .control,
.product-e-gift-card .columns .column.main .product-info-main .product-add-form .fieldset > .field .control {
  width: 100%;
  margin: 0;
}
.giftcard-index-index .columns .column.main .product-info-main .product-add-form .fieldset > .field .control .options-list,
.product-physical-gift-card .columns .column.main .product-info-main .product-add-form .fieldset > .field .control .options-list,
.product-e-gift-card .columns .column.main .product-info-main .product-add-form .fieldset > .field .control .options-list {
  display: inline-block;
  position: relative;
}
@media (max-width: 480px) {
  .giftcard-index-index .columns .column.main .product-info-main .product-add-form .fieldset > .field .control .options-list,
  .product-physical-gift-card .columns .column.main .product-info-main .product-add-form .fieldset > .field .control .options-list,
  .product-e-gift-card .columns .column.main .product-info-main .product-add-form .fieldset > .field .control .options-list {
    margin-bottom: 20px;
  }
}
.giftcard-index-index .columns .column.main .product-info-main .product-add-form .fieldset > .field .control .options-list .field,
.product-physical-gift-card .columns .column.main .product-info-main .product-add-form .fieldset > .field .control .options-list .field,
.product-e-gift-card .columns .column.main .product-info-main .product-add-form .fieldset > .field .control .options-list .field {
  margin-bottom: 0;
  display: inline-block;
  margin-right: 12px;
}
@media (max-width: 320px) {
  .giftcard-index-index .columns .column.main .product-info-main .product-add-form .fieldset > .field .control .options-list .field,
  .product-physical-gift-card .columns .column.main .product-info-main .product-add-form .fieldset > .field .control .options-list .field,
  .product-e-gift-card .columns .column.main .product-info-main .product-add-form .fieldset > .field .control .options-list .field {
    margin-right: 5px;
  }
}
.giftcard-index-index .columns .column.main .product-info-main .product-add-form .fieldset > .field .control .options-list .field.choice,
.product-physical-gift-card .columns .column.main .product-info-main .product-add-form .fieldset > .field .control .options-list .field.choice,
.product-e-gift-card .columns .column.main .product-info-main .product-add-form .fieldset > .field .control .options-list .field.choice {
  width: auto;
}
.giftcard-index-index .columns .column.main .product-info-main .product-add-form .product-options-bottom .field.qty,
.product-physical-gift-card .columns .column.main .product-info-main .product-add-form .product-options-bottom .field.qty,
.product-e-gift-card .columns .column.main .product-info-main .product-add-form .product-options-bottom .field.qty {
  display: none;
}
.giftcard-index-index .columns .column.main .product-info-main .product-add-form .product-options-bottom .box-tocart .actions .action.primary.black-btn,
.product-physical-gift-card .columns .column.main .product-info-main .product-add-form .product-options-bottom .box-tocart .actions .action.primary.black-btn,
.product-e-gift-card .columns .column.main .product-info-main .product-add-form .product-options-bottom .box-tocart .actions .action.primary.black-btn {
  /*width: 220px;*/
  /*min-width: 220px;*/
  /*max-width: 220px;*/
}
.giftcard-index-index .columns .column.main .product-info-main .product-add-form .field.qty,
.product-physical-gift-card .columns .column.main .product-info-main .product-add-form .field.qty,
.product-e-gift-card .columns .column.main .product-info-main .product-add-form .field.qty {
  display: none;
}
.giftcard-index-index .columns .column.main .product-info-main .product-add-form .actions .action.primary.black-btn,
.product-physical-gift-card .columns .column.main .product-info-main .product-add-form .actions .action.primary.black-btn,
.product-e-gift-card .columns .column.main .product-info-main .product-add-form .actions .action.primary.black-btn {
  /*width: 220px;*/
  /*min-width: 220px;*/
  /*max-width: 220px;*/
}
.giftcard-index-index .columns .column.main .product-info-main .product-add-form input[type="radio"],
.product-physical-gift-card .columns .column.main .product-info-main .product-add-form input[type="radio"],
.product-e-gift-card .columns .column.main .product-info-main .product-add-form input[type="radio"] {
  display: none;
}
.giftcard-index-index .columns .column.main .product-info-main .product-add-form input[type="radio"] + label,
.product-physical-gift-card .columns .column.main .product-info-main .product-add-form input[type="radio"] + label,
.product-e-gift-card .columns .column.main .product-info-main .product-add-form input[type="radio"] + label {
  display: inline-block;
  padding: 12px;
  border: 1px solid #cccccc;
  color: #cccccc;
  font-size: 1.1666666666666667em;
  margin-bottom: 0;
  cursor: pointer;
}
@media (max-width: 380px) {
  .giftcard-index-index .columns .column.main .product-info-main .product-add-form input[type="radio"] + label,
  .product-physical-gift-card .columns .column.main .product-info-main .product-add-form input[type="radio"] + label,
  .product-e-gift-card .columns .column.main .product-info-main .product-add-form input[type="radio"] + label {
    font-size: 1em;
    padding: 6px;
  }
}
.giftcard-index-index .columns .column.main .product-info-main .product-add-form input[type="radio"] + label .price-container .price,
.product-physical-gift-card .columns .column.main .product-info-main .product-add-form input[type="radio"] + label .price-container .price,
.product-e-gift-card .columns .column.main .product-info-main .product-add-form input[type="radio"] + label .price-container .price {
  font-size: 1.1666666666666667em;
}
.giftcard-index-index .columns .column.main .product-info-main .product-add-form input[type="radio"]:checked + label,
.product-physical-gift-card .columns .column.main .product-info-main .product-add-form input[type="radio"]:checked + label,
.product-e-gift-card .columns .column.main .product-info-main .product-add-form input[type="radio"]:checked + label {
  border-color: #000000;
  color: #000000;
  position: relative;
}
.giftcard-index-index .columns .column.main .product-info-main .product-add-form input[type="radio"]:checked + label:after,
.product-physical-gift-card .columns .column.main .product-info-main .product-add-form input[type="radio"]:checked + label:after,
.product-e-gift-card .columns .column.main .product-info-main .product-add-form input[type="radio"]:checked + label:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 10px;
  border-right-color: #000000;
  border-top-color: #000000;
}
.giftcard-index-index .columns .column.main .product.info.detailed,
.product-physical-gift-card .columns .column.main .product.info.detailed,
.product-e-gift-card .columns .column.main .product.info.detailed,
.giftcard-index-index .columns .column.main .product-social-links,
.product-physical-gift-card .columns .column.main .product-social-links,
.product-e-gift-card .columns .column.main .product-social-links {
  display: none;
}
.product-e-gift-card .fieldset > .field.required > .label:after,
.product-physical-gift-card .fieldset > .field.required > .label:after,
.amgiftcard-form .fieldset > .field.required > .label:after {
  margin: 0;
  position: relative;
  left: -4px;
}
/*.product-e-gift-card .giftCarFormContent,
.giftcard-index-index .giftCarFormContent,
.product-e-gift-card .giftCarFormContent{
    background: #eee !important;
}*/
@media (max-width: 1024px) {
  .giftcard-index-index .columns .column.main .page-title-wrapper {
    padding: 0;
  }
  .giftcard-index-index .columns .column.main .amgiftcard-apply-code .gift-card-image-wrapper {
    width: 100%;
    margin-bottom: 20px;
  }
  .giftcard-index-index .columns .column.main .amgiftcard-apply-code .gift-card-image-wrapper img {
    width: 100%;
  }
  .giftcard-index-index .columns .column.main .amgiftcard-apply-code .block.discount.gift {
    width: 100%;
    float: none;
    padding: 0;
  }
}
@media (max-width: 500px) {
  .giftcard-index-index .columns .column.main .giftcard-tabs span {
    line-height: 21px;
  }
  .giftcard-index-index .columns .column.main .amgiftcard-apply-code .block.discount.gift .amgiftcard-form .amactions-toolbar button {
    min-width: 100%;
    max-width: 100%;
    margin-bottom: 10px;
  }
}
.fotorama__wrap--css3 .fotorama__arr:not(:focus) {
  background-color: transparent;
}
/*20/12/2018*/
.listpage-products .row {
  margin: 0 -5px;
}
.listpage-products ol.product-items {
  margin: 5px 0;
}
.listpage-products ol.product-items li {
  padding: 5px;
  max-height: 360px;
}
.listpage-products ol.product-items li .product-item-info {
  position: relative;
  width: 100%;
  transition: all 0.4s;
  overflow: hidden;
}
.listpage-products ol.product-items li .product-item-info:after {
  content: '';
  display: table;
}
.listpage-products ol.product-items li .product-item-info a.product-item-photo {
  display: table;
  width: 100%;
  text-align: center;
}
.listpage-products ol.product-items li .product-item-info a.product-item-photo > span {
  display: table-cell;
  width: 100%;
  height: 250px;
  vertical-align: middle;
  text-align: center;
}
.listpage-products ol.product-items li .product-item-info a.product-item-photo > span span {
  display: inline-block;
  width: 90%;
}
.listpage-products ol.product-items li .product-item-info a.product-item-photo > span span img {
  max-height: 220px;
  display: inline-block;
  vertical-align: top;
  max-width: 100%;
  width: auto;
}
.listpage-products ol.product-items li .product-item-info .product-item-details {
  text-align: center;
}
.listpage-products ol.product-items li .product-item-info .product-item-details strong {
  font-weight: normal;
}
.listpage-products ol.product-items li .product-item-info .product-item-details strong a {
  font-size: 13px;
  color: #000;
  font-weight: 400;
  display: block;
  padding: 0 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.listpage-products ol.product-items li .product-item-info .product-item-details .special-price {
  display: inline;
}
.listpage-products ol.product-items li .product-item-info .product-item-details .special-price .price-wrapper > .price {
  font-size: 16px;
  color: #000;
  font-weight: 600;
  margin: 8px 0;
}
.listpage-products ol.product-items li .product-item-info .product-item-details .price-box {
  display: block;
  margin: 8px 0;
}
.listpage-products ol.product-items li .product-item-info .product-item-details .old-price .price-wrapper .price {
  font-size: 13px;
  color: #666;
  text-decoration: line-through;
  margin: 0 5px;
}
.listpage-products ol.product-items li .product-item-info .product-item-details .price-discount-percent {
  font-size: 13px;
  color: #382063;
  font-weight: 500;
}
.listpage-products .common-nav {
  display: inline-block;
}
.listpage-products ul.slick-dots {
  position: relative;
  bottom: 0;
  width: auto;
  display: inline-block !important;
}
.listpage-products ol.product-items .slick-dots li {
  margin: 0;
  padding: 0;
  vertical-align: top;
  width: auto;
  height: auto;
}
.listpage-products .slick-dots li button {
  position: relative;
  margin: 0px;
  padding: 0;
  width: 9px;
  height: 9px;
}
.listpage-products button.slick-arrow {
  bottom: 0;
  color: #000;
  top: auto;
  z-index: 2;
  position: relative;
  display: inline-block !important;
}
.listpage-products .slick-prev {
  left: auto;
  transform: rotateZ(180deg);
}
.listpage-products .slick-next {
  right: auto;
  float: right;
  transform: none;
}
.listpage-products .slick-next,
.listpage-products .slick-prev {
  height: 30px;
}
.listpage-products button.slick-arrow::before {
  opacity: 1;
  color: #000;
  line-height: 30px;
  font-size: 10px;
}
.listpage-products .slick-dots li button:before {
  content: '';
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #b3b3b3;
}
.listpage-products .slick-dots li.slick-active button:before {
  background: #382063;
}
.listpage-products button.slick-arrow.slick-prev:before {
  font-family: 'mycustomfont';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e904';
}
.listpage-products button:hover {
  border: none;
}
.listpage-products button.slick-arrow.slick-next:before {
  font-family: 'mycustomfont';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e904';
}
.listpage-products .slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  padding: 5px;
  margin: 0;
  cursor: pointer;
  vertical-align: top;
}
.listpage-products .common-nav-wrapper {
  background: #fff;
  margin: 0 2px 20px 5px;
  text-align: center;
}
/*product list common style*/
.product-item-details .product-item-inner .product-item-actions .actions-primary {
  position: absolute;
  bottom: -40px;
  left: 0;
  width: 100%;
  transition: all 0.4s;
}
.product-item-details .product-item-inner .product-item-actions .actions-primary.out-of-stock {
  top: 10px;
  left: 10px;
  bottom: auto;
  width: auto;
  padding: 5px 10px;
  background: #efefef;
  color: red;
  font-size: 12px;
  text-transform: uppercase;
  font-family: 'FuturaStdMedium';
  z-index: 2;
  border-radius: 4px;
}
.product-item-details .product-item-inner .product-item-actions .actions-primary button,
.product-item-details .product-item-inner .product-item-actions button.action.primary.tocart.buynow {
  width: 50%;
  padding: 10px;
  text-align: center;
  font-size: 11px;
  font-weight: 500;
  text-transform: uppercase;
  color: #333;
  background: transparent;
  border: 0;
  border-top: 1px solid #e7e7e7;
  float: left;
  cursor: pointer;
  transition: all 0.4s;
}
.product-item-details .product-item-inner .product-item-actions button.buynow.action.primary.tocart {
  border-left: 1px solid #e7e7e7;
}
.product-item-details .product-item-inner .product-item-actions .actions-secondary {
  position: absolute;
  top: 0;
  right: -25px;
  padding: 0;
  width: 22px;
  transition: all 0.4s;
  z-index: 9;
  display: none;
}
.product-item-details .product-item-inner .product-item-actions .actions-secondary a {
  display: block;
  font-size: 14px;
  color: #555;
  width: 22px;
  text-align: center;
  line-height: 20px;
  border: 1px solid #e5e5e5;
  margin-bottom: 5px;
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
  transition: all 0.4s;
}
.product-item-actions .actions-secondary > .action.tocompare:before {
  content: '\e900';
  font-size: 15px;
}
.product-item-actions .actions-secondary > .action.tocompare:hover:before {
  content: '\e921';
  color: #c40018;
}
.product-item-actions .actions-secondary > .action.towishlist:before {
  content: '\e90b';
  transition: all 0.4s;
  font-size: 15px !important;
}
.product-item-actions .actions-secondary > .action.towishlist:hover:before,
.product-item-actions .actions-secondary .bss-quickview:hover:before {
  color: #c40018 !important;
}
.product-item-actions .actions-secondary .bss-quickview:before {
  font-family: 'mycustomfont';
  content: '\e91b';
  font-size: 15px;
}
.listpage-products.products.wrapper.grid.products-grid {
  margin: 10px 0;
}
.pages .action {
  border: 0;
}
.pages .action.next {
  margin-left: 0;
}
.pages .action.next:before {
  font-size: 14px;
  content: '\e90a';
}
.pages .action.previous {
  margin-right: 0;
}
.pages .action.previous:before {
  content: '\e90a';
  font-size: 14px;
  transform: rotateY(180deg);
}
@media (min-width: 1025px) {
  .listpage-products ol.product-items li:hover .product-item-info {
    -webkit-box-shadow: 0 0 1px 2px #dcdcdc;
    -moz-box-shadow: 0 0 1px 2px #dcdcdc;
    box-shadow: 0 0 1px 2px #dcdcdc;
    transition: all 0.4s;
  }
  ol.product-items li:hover .product-item-details .product-item-inner .product-item-actions .actions-primary {
    bottom: 0;
    transition: all 0.4s;
  }
  ol.product-items li:hover .product-item-details .product-item-inner .product-item-actions .actions-primary.out-of-stock {
    bottom: auto;
    transition: all 0.4s;
  }
  ol.product-items li:hover .product-item-details .product-item-inner .product-item-actions .actions-secondary {
    right: 0;
    transition: all 0.4s;
    display: block;
  }
  .product-item-details .product-item-inner .product-item-actions .actions-secondary .towishlist:hover:before {
    content: '\e90e';
    transition: all 0.4s;
    color: #c40018;
  }
  .product-item-details .product-item-inner .product-item-actions button.action.primary.tocart.buynow:hover {
    color: #fff;
    background: #382063;
    border-left-color: transparent;
    transition: all 0.4s;
  }
  .product-item-details .product-item-inner .product-item-actions .actions-primary button.tocart:hover {
    color: #fff;
    background: #e8be21;
    transition: all 0.4s;
  }
  .product-item-details .product-item-inner .product-item-actions .actions-secondary a:hover {
    border-color: transparent;
    color: #c40018;
    background: #f0f0f0;
    transition: all 0.4s;
  }
  .product-item-actions .actions-secondary .bss-quickview:hover:before {
    content: '\e922';
    font-size: 10px;
  }
}
@media (max-width: 1024px) {
  .product-item-actions {
    display: block;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .listpage-products ol.product-items li {
    padding: 0;
    border-right: 1px solid #e7e7e7;
    margin-bottom: 1px;
  }
}
@media (max-width: 767px) {
  .page-title-wrapper {
    padding: 10px 10px 30px;
  }
  .page-title-wrapper .page-title {
    font-size: 16px;
    font-weight: 500;
    color: #000;
    margin-bottom: 0;
  }
  .listpage-products ol.product-items {
    margin: 0 -2px;
  }
  .listpage-products ol.product-items li {
    padding: 2px;
  }
  .listpage-products ol.product-items li .product-item-info a.product-item-photo > span {
    height: 225px;
  }
  .listpage-products ol.product-items li .product-item-info a.product-item-photo > span span {
    width: 80%;
  }
  .listpage-products ol.product-items li .product-item-info {
    min-height: 200px !important;
  }
  .listpage-products ol.product-items li .product-item-info .product-item-details strong a {
    font-size: 10px;
  }
  .listpage-products ol.product-items li .product-item-info .product-item-details .special-price .price-wrapper > .price {
    font-size: 13px;
  }
  .listpage-products ol.product-items li .product-item-info .product-item-details .price-box {
    margin: 0 0 8px 0;
  }
  .listpage-products ol.product-items li .product-item-info .product-item-details .old-price .price-wrapper .price,
  .listpage-products ol.product-items li .product-item-info .product-item-details .price-discount-percent {
    font-size: 10px;
  }
  .listpage-products ol.product-items li .product-item-info a.product-item-photo > span span img,
  .listpage-products ol.product-items li .product-item-info a.product-item-photo > span span {
    min-height: inherit;
  }
}
.swatch-option-tooltip,
.swatch-option-tooltip-layered {
  margin-top: 5px;
}
.swatch-option-tooltip .corner,
.swatch-option-tooltip-layered .corner {
  bottom: -5px;
}
.modal-popup.cantFindSizeContent .modal-inner-wrap {
  width: 520px;
  margin: 50px auto;
}
.modal-popup.cantFindSizeContent header {
  position: relative;
}
.modal-popup.cantFindSizeContent + aside .modal-inner-wrap {
  margin: 50px auto;
}
.modal-popup.cantFindSizeContent + aside header {
  position: relative;
}
.modal-popup .modal-header {
  padding: 15px 35px 15px 15px;
  background: #e4e4e4;
}
.modal-popup .modal-header .action-close {
  padding: 15px;
  color: #000000;
}
.modal-popup .modal-header .modal-title {
  font-weight: 700;
  font-size: 1.167em;
  text-transform: uppercase;
  border-bottom: none;
  padding-bottom: 0;
}
.modal-popup .modal-content {
  padding: 0 15px;
}
@media all and (max-width: 768px) {
  .modal-popup .modal-content {
    padding-top: 50px;
  }
}
.modal-popup .modal-content > div {
  font-size: 12px !important;
}
.modal-popup .modal-content #sizechart-modal {
  text-align: center;
}
@media (min-width: 767px) {
  .modal-popup .modal-content #sizechart-modal {
    height: 80vh;
  }
}
.modal-popup .modal-content .field {
  margin-bottom: 10px;
}
.modal-popup .modal-content .field .label {
  display: block;
  text-align: left;
  width: 100%;
  padding: 0;
  float: none;
  font-weight: 400;
  font-size: 1.167em;
}
.modal-popup .modal-content .field .control {
  position: relative;
}
.modal-popup .modal-content .field .control .input-text {
  border: solid 1px #e4e4e4;
  padding: 6px;
  font-size: 12px;
}
.modal-popup .modal-content button {
  padding: 8px 0;
  min-width: 100%;
}
.modal-popup .modal-content .special-text {
  margin: 10px 0;
}
.modal-popup .modal-content .special-text h5 {
  font-weight: 700;
  text-transform: uppercase;
}
.modal-popup .modal-content .special-text ul {
  list-style-type: square;
  list-style-position: inside;
}
.modal-popup .modal-content .special-text ul li {
  margin-bottom: 2px;
}
.modal-popup .modal-footer {
  display: none;
}
@media (max-width: 1400px) {
  .catalog-product-view .columns .column.main .product.info.detailed .product.data.items > .item.title > .switch {
    padding: 15px 12px;
  }
}
/*tooltip desktop media querry*/
@media (max-width: 1366px) {
  .catalog-product-view .columns .column.main .product-info-main .product-info-price .royalty-text .open-tooltip {
    width: 215px;
  }
}
@media (max-width: 1024px) {
  .catalog-product-view .columns .column.main .product-info-main .product-info-price .royalty-text .open-tooltip,
  .catalog-product-view .columns .column.main .product-info-main .product-info-price .royalty-text .show-tooltip {
    display: none;
  }
}
@media (max-width: 768px) {
  .cantFindSizeContent.modal-popup .modal-content {
    padding-top: 15px;
  }
  .cantFindSizeContent + aside.modal-popup .modal-content {
    padding-top: 15px;
  }
}
@media (max-width: 767px) {
  .fotorama__nav--dots .fotorama__nav__frame {
    display: none;
  }
  .catalog-product-view .columns .column.main .product.info.detailed .product.data.items > .item.title > .switch {
    padding: 15px 5px;
    font-size: 14px;
  }
  .catalog-product-view .columns .column.main .aw-arp-container .aw-arp-container__title {
    padding: 20px 0 18px;
  }
  .catalog-product-view .columns .column.main .aw-arp-container .slick-prev {
    left: 0;
  }
  .catalog-product-view .columns .column.main .aw-arp-container .slick-next {
    right: 0;
  }
  .catalog-product-view .columns .column.main .aw-arp-container .aw-arp-container__items .aw-arp-container__item {
    margin: 0 10px;
  }
  .catalog-product-view .columns .column.main .aw-arp-container .aw-arp-container__items .aw-arp-container__item img {
    max-width: 100%;
    height: inherit;
  }
  .catalog-product-view .columns .column.main .aw-arp-container .aw-arp-container__items .aw-arp-container__item a.product-item-photo {
    width: inherit;
    margin: 0 0 10px;
  }
  .catalog-product-view .columns .column.main .aw-arp-container .aw-arp-container__items .aw-arp-container__item .product-item-name {
    font-size: 11px;
  }
  .catalog-product-view .columns .column.main .aw-arp-container .aw-arp-container__items .aw-arp-container__item .product-description {
    font-size: 12px;
    line-height: 16px;
    margin-bottom: 4px;
  }
  .catalog-product-view .columns .column.main .aw-arp-container .aw-arp-container__items .aw-arp-container__item .price-box .price-container .price {
    font-size: 11px;
    margin: 0;
  }
  /*//.catalog-product-view .columns .column.main .aw-arp-container{
	//	margin-bottom: 20px;
	//}*/
}
.actions-toolbar.amxnotif_guest_action {
  margin-left: 0 !important;
  display: block;
}
@media (max-width: 767px) {
  .actions-toolbar.amxnotif_guest_action {
    max-width: 100%;
  }
}
.actions-toolbar.amxnotif_guest_action .action.primary {
  background: #000;
  border-color: #000;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 1px;
}
.gallery-placeholder .loading-mask {
  padding: 0 0 50%;
  position: static;
}
@media (min-width: 767px) {
  .gallery-placeholder .loading-mask .loader {
    flex: auto;
    width: 84%;
    height: 700px;
    float: right;
    display: flex;
    position: relative;
  }
}
@media (min-width: 1024px) {
  .gallery-placeholder .loading-mask .loader {
    width: 81%;
  }
}
.gallery-placeholder .loading-mask .loader > img {
  position: absolute;
}
@media (min-width: 767px) {
  .gallery-placeholder .loading-mask .loader > img {
    position: static;
  }
}
.description-two {
  margin-bottom: 15px;
  margin-top: 12px;
}
@media (max-width: 767px) {
  .description-two {
    margin-bottom: 0;
  }
}
.description-two .description-content {
  /*display: flex;*/
  /*flex-wrap: wrap;*/
}
.description-two .value {
  line-height: 20px;
  font-size: 13px;
  letter-spacing: 0.26px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  padding-right: 5px;
}
.description-two .value.active {
  display: block;
}
.description-two .read-more {
  color: #858585;
  text-decoration: underline;
  font-size: 13px;
  margin-top: 0;
  margin-left: 0px;
  display: inline-block;
  line-height: 1.5em;
}
.description-two .read-more.active {
  display: none;
}
/*05-02-2021*/
.catalog-product-view .slick-lightbox {
  background-color: #ffffff !important;
  z-index: 99999;
}
.catalog-product-view .slick-lightbox .slick-arrow {
  background: transparent;
  color: #858585;
  width: 70px;
  height: 80px;
}
@media (max-width: 767px) {
  .catalog-product-view .slick-lightbox .slick-arrow {
    display: none;
  }
}
.catalog-product-view .slick-lightbox .slick-arrow svg {
  display: none;
}
.catalog-product-view .slick-lightbox .slick-arrow.slick-prev:before {
  content: '\e90b';
  font-family: 'mycustomfont';
  font-size: 35px;
  color: #999999;
  font-weight: 500;
}
.catalog-product-view .slick-lightbox .slick-arrow.slick-prev:hover:before {
  color: #8c8c8c;
}
.catalog-product-view .slick-lightbox .slick-arrow.slick-next:before {
  content: '\e90a';
  font-family: 'mycustomfont';
  font-size: 35px;
  color: #999999;
  font-weight: 500;
}
.catalog-product-view .slick-lightbox .slick-arrow.slick-next:hover:before {
  color: #8c8c8c;
}
.catalog-product-view .slick-lightbox .slick-lightbox-close {
  background-color: #ffffff;
}
.catalog-product-view .slick-lightbox .slick-lightbox-close:before {
  content: '\e90c';
  color: #000000;
  font-size: 20px;
}
.catalog-product-view .slick-lightbox .slick-lightbox-slick {
  height: 100%;
}
.catalog-product-view .slick-lightbox .slick-lightbox-slick .slick-list.draggable {
  height: 100%;
  overflow: auto;
  padding: 0;
}
.catalog-product-view .slick-lightbox .slick-lightbox-slick .slick-dots li button {
  background: #333333;
}
.catalog-product-view .slick-lightbox .thumbs {
  position: fixed;
  bottom: 0;
  width: 100%;
  background-color: #ffffff;
  padding: 0px 0;
  padding-top: 20px;
}
@media (max-width: 767px) {
  .catalog-product-view .slick-lightbox .thumbs {
    display: none;
  }
}
.catalog-product-view .slick-lightbox .slick-lightbox-slick-thumbs {
  width: 50%;
  margin: 0 auto;
}
.catalog-product-view .slick-lightbox .slick-lightbox-slick-thumbs .slick-arrow {
  display: none !important;
}
.catalog-product-view .slick-lightbox .slick-lightbox-slick-thumbs .slick-track {
  text-align: center;
  transform: translate3d(0px, 0px, 0px) !important;
}
.catalog-product-view .product-container .notorama .gallery-placeholder .slick-arrow {
  background: transparent;
  width: 30px;
  height: 50px;
}
.catalog-product-view .product-container .notorama .gallery-placeholder .slick-arrow.slick-prev:before {
  content: '\e90b';
  font-family: 'mycustomfont';
  font-size: 35px;
  color: #999999;
  font-weight: 500;
}
.catalog-product-view .product-container .notorama .gallery-placeholder .slick-arrow.slick-prev:hover:before {
  color: #8c8c8c;
}
.catalog-product-view .product-container .notorama .gallery-placeholder .slick-arrow.slick-next:before {
  content: '\e90a';
  font-family: 'mycustomfont';
  font-size: 35px;
  color: #999999;
  font-weight: 500;
}
.catalog-product-view .product-container .notorama .gallery-placeholder .slick-arrow.slick-next:hover:before {
  color: #8c8c8c;
}
.catalog-product-view .product-container .notorama .gallery-placeholder .slick-arrow svg {
  display: none;
}
/*covid popup*/
.CovidModelPopUp .modal-inner-wrap {
  width: 55%;
}
.CovidModelPopUp .modal-inner-wrap .modal-header {
  min-height: 45px;
}
.CovidModelPopUp .modal-inner-wrap .modal-content .content {
  padding-top: 10px;
}
.CovidModelPopUp .modal-inner-wrap .modal-content .content span {
  padding: 10px 0 20px;
  line-height: 18px;
  display: block;
}
.product-info-main .size-guide-div .view-size-guide {
  display: block;
  line-height: 22px;
}
.product-info-main .size-guide-div .view-size-guide .button-2 {
  text-decoration: underline;
  font-size: 12px;
}
.product-info-main .size-guide-div .view-size-guide .button-2:before {
  content: "\e90e";
  font-family: 'mycustomfont';
  font-size: 8px;
  position: relative;
  opacity: 1;
  background: transparent;
  margin-right: 10px;
  top: 0;
}
.product-info-main .size-guide-div .view-size-guide .button-2:after {
  display: none;
}
.product-info-main .size-guide-div .view-size-guide .button-2:hover {
  color: #888;
}
.product-info-main .size-guide-div .need-help-link {
  display: block;
  line-height: 22px;
}
.product-info-main .size-guide-div .need-help-link .button-2 {
  text-decoration: none;
  font-size: 12px;
}
.product-info-main .size-guide-div .need-help-link .button-2:before {
  content: "\e909";
  font-family: 'mycustomfont';
  font-size: 12px;
  position: relative;
  opacity: 1;
  background: transparent;
  margin-right: 10px;
  top: 0;
}
.product-info-main .size-guide-div .need-help-link .button-2:after {
  display: none;
}
.product-info-main .size-guide-div .need-help-link .button-2:hover {
  color: #888;
}
/*loader gallery*/
.notorama.loading::after {
  width: 2.4rem;
  height: 2.4rem;
  border: 0.4rem solid #c5c5c5;
  border-top-color: #222222;
}
@media (max-width: 1024px) {
  .catalog-product-view .columns .column.main .product.media {
    margin-top: 10px;
  }
  .catalog-product-view .breadcrumbs {
    padding: 90px 15px 10px;
  }
}
.catalog-product-view .columns .column.main .product-info-main .product-add-form .swatch-attribute.size {
  margin-bottom: 0;
}
.catalog-product-view .columns .column.main .product-info-main .product-info-price .price-box .old-price.og-price .price-container .price {
  text-decoration: line-through;
  color: #000;
  /*font-size: 15px;*/
  font-size: 14px;
  letter-spacing: .325px;
}
.gift_card input {
  border: solid 1px #e4e4e4;
}
.gift_card .input-box {
  margin-bottom: 10px;
}
.catalog-product-view .columns .column.main .product-info-main .gift_card label.label {
  display: block;
  text-align: left;
  width: 100%;
  padding: 0;
  float: none;
  margin-bottom: 8px;
  font-weight: 400;
  font-size: 1.090em;
  letter-spacing: 0.26px;
}
.gift_card textarea#am_giftcard_message {
  border: solid 1px #e4e4e4;
}
.gift_card .options-list label.label.admin__field-label span.price {
  font-size: 14px;
}
.options-list input {
  position: absolute;
  margin-right: 10px;
}
.options-list label.label.admin__field-label {
  margin-left: 20px;
}
.product-gift.catalog-product-view .columns .column.main .product-info-main .product-info-price .price-box {
  display: none;
}
.catalog-product-view .columns .column.main .product-info-main .gift_card .fieldset .control {
  width: 100%;
}
.options-list .field {
  display: inline-block;
  float: left;
  width: auto;
  margin-right: 12px;
  margin-bottom: 5px;
}
.columns .column.main .product-info-main .product-add-form input[type="radio"] {
  display: none;
}
.options-list input {
  position: absolute;
  margin-right: 10px;
}
.catalog-product-view .columns .column.main .product-info-main .gift_card .options-list label.label.admin__field-label {
  display: inline-block;
  padding: 12px;
  border: 1px solid #cccccc;
  color: #cccccc;
  font-size: 13px;
  margin-bottom: 0;
  cursor: pointer;
  margin-left: 0;
  margin-right: 12px;
}
.catalog-product-view .columns .column.main .product-info-main .product-add-form .gift_card input[type="radio"]:checked + label,
.catalog-product-view .columns .column.main .product-info-main .product-add-form .gift_card input[type="radio"]:checked + label {
  border-color: #000000;
  color: #000000;
  position: relative;
}
.catalog-product-view .columns .column.main .product-info-main .gift_card .options-list label.label.admin__field-label {
  display: inline-block;
  padding: 12px;
  border: 1px solid #cccccc;
  color: #cccccc;
  font-size: 13px;
  margin-bottom: 0;
  cursor: pointer;
  margin-left: 0;
  margin-right: 12px;
  text-align: center;
}
.columns .column.main .product-info-main .product-add-form .gift_card input[type="radio"]:checked + label {
  border-color: #000000;
  color: #000000;
  position: relative;
}
.columns .column.main .product-info-main .product-add-form input[type="radio"]:checked + label:after,
.columns .column.main .product-info-main .product-add-form input[type="radio"]:checked + label:after {
  content: "";
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 10px;
  border-right-color: #000000;
  border-top-color: #000000;
}
.catalog-product-view .columns .column.main .product.info.detailed .product.data.items > .item.content .container .product.attribute.sku .value {
  margin-left: 0px;
  color: #999;
  margin-right: 20px;
}
.catalog-product-view .columns .column.main .product.info.detailed .product.data.items > .item.content .container .product.attribute.sku div {
  display: inline;
}
.catalog-product-view .columns .column.main .product.info.detailed .product.data.items > .item.content .container .product.attribute.sku .value {
  margin-right: 20px;
}
@media (max-width: 767px) {
  .page-product-configurable.catalog-product-view .columns .column.main .product-container .product-info-main .product-add-form .swatch-opt .swatch-attribute.size {
    margin-top: 0px !important;
  }
  .page-product-configurable.catalog-product-view .columns .column.main .product-container .product-info-main .product-add-form .swatch-opt .swatch-attribute {
    margin-bottom: 0px !important;
  }
  .catalog-product-view .columns .column.main .product.info.detailed .product.data.items > .item.content .container {
    width: 100% !important;
  }
  .catalog-product-view .columns .column.main .product.info.detailed .product.data.items > .item.content .container .product.attribute.sku .value {
    margin-left: 10px;
    color: #999;
    margin-right: 0px;
  }
  .catalog-product-view .columns .column.main .product.info.detailed .product.data.items > .item.content .container .product.attribute.sku div {
    display: contents;
  }
}
.catalog-product-view .columns .column.main .aw-arp-container .aw-arp-container__items .aw-arp-container__item .price-box span.normal-price.special-price span.price {
  color: #b44;
}
@media (min-width: 767px) {
  .catalog-product-view .columns .column.main .product-info-main .actions {
    width: 425px;
  }
}
.swatch-option-tooltip {
  border: 1px solid #dadada;
  color: #949494;
  display: none !important;
  max-height: 100%;
  max-width: 140px;
  min-height: 20px;
  min-width: 20px;
  padding: 5px;
  position: absolute;
  text-align: center;
  z-index: 999;
  background: #ffffff;
  top: 562px !important;
}
.swatch-option-tooltip .corner:before {
  position: absolute;
  top: -36px;
  left: 50%;
  display: block;
  width: 0;
  height: 0;
  margin-left: -7px;
  content: '';
  border-right: 8px solid transparent;
  border-bottom: 8px solid #999;
  border-left: 8px solid transparent;
  border-top: 1px solid transparent;
}
.swatch-option-tooltip .corner:after {
  position: absolute;
  top: -34px;
  left: 50%;
  display: block;
  width: 0;
  height: 0;
  margin-left: -6px;
  content: '';
  border-right: 7px solid transparent;
  border-bottom: 7px solid #fff;
  border-left: 7px solid transparent;
  border-width: 0 7.5px 7px 7.5px;
}
.catalog-product-view .columns .column.main .product-info-main .product-add-form .swatch-opt .swatch-attribute .swatch-attribute-options .swatch-option {
  position: relative;
}
@media (max-width: 767px) {
  .swatch-option-tooltip {
    top: 1028px !important;
  }
}
@media (max-width: 361px) {
  .swatch-option-tooltip {
    top: 986px !important;
  }
}
@media (max-width: 376px) {
  .swatch-option-tooltip {
    top: 1008px !important;
  }
}
.click-to-top .tooltip {
  background: #fff;
  top: 100%;
  color: #282828;
  display: block;
  /* left: -20px; */
  margin-bottom: 15px;
  opacity: 0;
  padding: 20px;
  pointer-events: none;
  position: absolute;
  max-width: 140px;
  max-height: 100%;
  max-width: 160px;
  min-height: 20px;
  min-width: 50px;
  padding: 5px;
  text-align: center;
  border: 1px solid #dadada;
}
/* This bridges the gap so you can mouse into the tooltip without it disappearing */
.click-to-top .tooltip:before {
  top: -20px;
  content: " ";
  display: block;
  position: absolute;
  width: 0;
  left: 0;
  bottom: 22px;
  border-left: solid transparent 10px;
  border-right: solid #adadad 10px;
  border-top: solid #fff 10px;
  border-color: #adadad transparent transparent transparent;
  left: 22%;
  rotate: 180deg;
}
/* CSS Triangles - see Trevor's post */
.click-to-top .tooltip:after {
  border-left: solid transparent 10px;
  border-right: solid transparent 10px;
  border-bottom: solid #fefbfb 10px;
  top: -10px;
  content: " ";
  height: 0;
  left: 50%;
  margin-left: -13px;
  position: absolute;
  width: 0;
}
.click-to-top:hover .tooltip {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
  transform: translateY(0px);
}
/* IE can just show/hide with no transition */
.lte8 .click-to-top .tooltip {
  display: none;
}
.lte8 .click-to-top:hover .tooltip {
  display: block;
}
.click-to-top {
  display: inline-block;
  margin: 0 10px 0 0;
  position: relative;
}
.catalog-product-view .columns .column.main .product-container .product-info-main .product-add-form .swatch-opt .swatch-attribute.size {
  margin-top: 40px;
}
.catalog-product-view .columns .column.main .product-info-main .product-add-form .swatch-opt .swatch-attribute.color.click-to-top {
  position: absolute;
  left: 0;
}
.catalog-product-view .columns .column.main .swatch-opt .click-to-top:first-child {
  order: 3;
  margin-left: 60px;
}
.catalog-product-view .columns .column.main .swatch-opt {
  margin: 0;
  position: relative;
}
.catalog-product-view .columns .column.main .product-info-main .product-add-form .swatch-opt .swatch-attribute .swatch-attribute-options {
  margin-top: 0px;
}
.catalog-product-view .columns .column.main .clickOut .click-to-top {
  position: relative !important;
  margin-left: 0px !important;
}
.click-to-top.selected {
  border: 2px solid;
}
/*.catalog-product-view .columns .column.main .product-container .product-info-main .product-info-price .price-box span.special-price span.price {
    color: #b44;
}

.catalog-product-view .columns .column.main .aw-arp-container .aw-arp-container__items .aw-arp-container__item .price-box span.special-price span.price {
	color: #b44;
}*/
.swatch-attribute-options .swatch-option.image {
  position: relative;
  overflow: initial;
  margin: 0 0 1px 1px;
}
.swatch-attribute-options .swatch-option:hover span.tooltip {
  display: block;
}
.swatch-attribute.beauty_color span.tooltip {
  max-height: 100%;
  max-width: max-content;
  min-height: 20px;
  min-width: fit-content;
  position: initial;
  border: 1px solid #dadada;
  color: #949494;
  padding: 5px 2px;
  position: absolute;
  text-align: center;
  background: #ffffff;
  top: 38px;
  display: none;
  color: #282828;
  opacity: 3;
  z-index: 999;
  left: 50%;
  width: max-content;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
span.tooltip {
  max-height: 100%;
  max-width: 91px;
  min-height: 20px;
  min-width: 10px;
  border: 1px solid #dadada;
  color: #949494;
  padding: 5px 2px;
  position: absolute;
  text-align: center;
  background: #ffffff;
  top: 68px;
  display: none;
  color: #282828;
  opacity: 3;
  z-index: 999;
  left: 10%;
  right: 10%;
}
span.tooltip:before {
  content: "";
  position: absolute;
  top: -7px;
  left: 50%;
  display: block;
  width: 0;
  height: 0;
  margin-left: -7px;
  content: '';
  border-right: 7px solid transparent;
  border-bottom: 7px solid #999;
  border-left: 7px solid transparent;
}
span.tooltip:after {
  content: "";
  position: absolute;
  top: -6px;
  left: 50%;
  display: block;
  width: 0;
  height: 0;
  margin-left: -6px;
  content: '';
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
  border-left: 6px solid transparent;
}
@media (max-width: 767px) {
  .catalog-product-view .columns .column.main .product-container .product-info-main .product-add-form .swatch-opt .swatch-attribute {
    margin-bottom: 40px !important;
  }
}
.catalog-product-view .columns .column.main .product.info.detailed .product.data.items > .item.content .size_fit .value {
  width: 85%;
  margin: 0 auto;
  display: block;
  flex-wrap: wrap;
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  padding-left: 40px;
}
.catalog-product-view .columns .column.main .product.info.detailed .product.data.items > .item.content .size_fit .value li {
  list-style: disc;
  padding-right: 10px;
  font-size: 14px;
  color: #222;
  letter-spacing: .3px;
  line-height: 21px;
}
.catalog-product-view .columns .column.main .product.info.detailed .product.data.items > .item.content .size_fit .value li::marker {
  font-size: 14px;
}
@media (max-width: 640px) {
  .catalog-product-view .columns .column.main .product.info.detailed .product.data.items > .item.content .size_fit .value {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
    padding-left: 0px;
    width: 95%;
  }
  .size_fit .value li {
    margin-right: 0px !important;
  }
}
.size_fit .value li {
  margin-right: 25px;
}
a.product-item-photo:hover span.product-image-container img.product-image-photo {
  position: relative !important;
}
a.product-item-photo:hover img.product-image-photo {
  display: block !important;
  position: absolute;
  width: 100%;
  top: 0;
}
ul.size_chart_sec li {
  font-size: 10px;
  list-style: none;
  cursor: pointer;
  letter-spacing: .1em;
  color: #000;
  margin-bottom: 10px;
  line-height: 20px;
}
ul.size_chart_sec {
  display: block;
  top: 0;
  width: 100%;
  position: absolute;
  z-index: 9;
  right: 0;
  width: 94px;
  padding: 6px;
  pointer-events: none;
  opacity: .9;
  background-color: #fff;
}
ul.size_chart_sec {
  display: none;
}
a.product-item-photo:hover ul.size_chart_sec {
  display: block;
}
img.product-image-photo.first_pdp_img {
  /* max-height: 318px; */
  top: 1px;
  /* position: absolute; */
  position: relative;
  width: auto;
  height: auto;
  left: 0;
  right: 0;
  margin: auto;
  opacity: 1;
  z-index: 1;
  /* max-width: calc(100% - 5px); */
  max-width: 100%;
  transition: all 0.5s ease;
}
a.product-item-photo:hover img.product-image-photo.first_pdp_img {
  /* display: block !important; */
  position: relative;
  width: 100%;
  /* top: 0; */
}
img.product-image-photo.second_pdp_img {
  position: absolute;
  top: 50.3%;
  transform: translateY(-52%) scale(1);
  opacity: 0;
  transition: all 0.5s ease;
  max-width: 100%;
}
a.product-item-photo:hover img.product-image-photo.second_pdp_img {
  /* display: block !important; */
  position: relative;
  /* top: 0; */
  opacity: 1;
  z-index: 2;
  margin: auto;
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: auto;
  top: 50.3%;
  transition: all 0.5s ease;
}
.catalog-product-view .columns .column.main .product.info.detailed .product.data.items > .item.content .container {
  width: 80% !important;
  padding-left: 0;
  padding-right: 0;
  margin-top: 15px;
}
.catalog-product-view .columns .column.main .product-info-main .actions {
  width: 100%;
}
.catalog-product-view .columns .column.main .product-info-main .product-add-form .swatch-opt .swatch-attribute.size .swatch-attribute-options .custom-dropdown {
  margin-right: 0px !important;
}
.swatch-attribute.size .jqTransformSelectWrapper > div > span {
  width: 100% !important;
}
.catalog-product-view .columns .column.main .aw-arp-container .aw-arp-container__items .aw-arp-container__item .price-box .price-container .price {
  font-size: 14px;
}
.catalog-product-view .columns .column.main .aw-arp-container .aw-arp-container__items .aw-arp-container__item h5 {
  font-size: 14px;
  letter-spacing: .1em;
}
@media all and (max-width: 767px) {
  .catalog-product-view .columns .column.main .product.info.detailed .product.data.items > .item.content .container .product.attribute.sku div {
    display: block !important;
    width: 100%;
    white-space: pre !important;
  }
  .catalog-product-view .columns .column.main .product.info.detailed .product.data.items > .item.content .container {
    width: 100% !important;
    padding-left: 0;
    padding-right: 0;
    margin-top: 15px;
  }
  .catalog-product-view .columns .column.main .product.info.detailed .product.data.items > .item.content .value {
    width: auto;
  }
  .catalog-product-view .columns .column.main .product.info.detailed .product.data.items > .item.content .container .product.attribute.sku div {
    display: inline !important;
  }
  .catalog-product-view .columns .column.main .product.info.detailed .product.data.items > .item.content .container .product.attribute.sku {
    display: flex !important;
    margin-bottom: 10px;
    flex-direction: column;
    width: 100%;
  }
  div#product-options-wrapper .custom-dropdown:after,
  div#product-options-wrapper .custom-dropdown:before {
    font-family: 'mycustomfont';
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 15px !important;
    color: #666;
    display: block;
    content: "\e90a";
    right: 6px !important;
    top: 50%;
    margin-top: -21px !important;
    position: absolute;
    font-weight: 400;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg) !important;
  }
  .custom-dropdown:after {
    margin-right: -4px !important;
    padding: 0px !important;
    border: solid 6px #fff!important;
  }
  footer ul.social-links li {
    display: flex !important;
    justify-content: center !important;
  }
  footer ul.social-links {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
  }
}
@media all and (max-width: 360px) {
  .catalog-product-view .columns .column.main .product.info.detailed .product.data.items > .item.content .container .product.attribute.sku div {
    display: flex !important;
    white-space: nowrap;
  }
  .catalog-product-view .columns .column.main .product-social-links .social-share-pdp li a {
    width: 24px;
    margin-left: 0px;
  }
}
.catalog-product-view .columns .column.main .product-info-main .product-info-price .product-subtile .value {
  line-height: 20px;
  font-size: 14px;
  letter-spacing: .4px;
  font-family: 'FuturaLTProBook';
  color: #222;
}
.catalog-product-view .columns .column.main .product-social-links .social-share-pdp li {
  font-size: 14px;
  margin-left: 0px !important;
}
.catalog-product-view .columns .column.main .product-container .product-info-main .product-info-price .price-box .price-container .price {
  color: #222 !important;
  letter-spacing: 0.35px;
  font-size: 14px !important;
}
/*set width*/
.cart.table-wrapper .col.qty {
  white-space: nowrap;
}
.opc-sidebar .discount-code .message-error.error {
  background: transparent;
  font-size: 1.2rem;
  line-height: 1;
  padding: 2px 0 4px;
}
/*cart footer*/
@media (max-width: 767px) {
  .cart-footer {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.cart-footer h4 {
  border-bottom: 2px solid #000000;
  font-size: 18px;
  color: #333333;
  letter-spacing: 0.36px;
  padding-bottom: 5px;
  margin-bottom: 20px;
  font-weight: 400;
}
.cart-footer .link {
  color: #000;
  font-size: 13px;
  letter-spacing: 0.26px;
  padding-bottom: 10px;
  display: inline-block;
}
.cart-footer .duration {
  padding-left: 10px;
  font-size: 13px;
  color: #222222;
}
#credit-form .discount h2 {
  border-bottom: 2px solid #000000;
  font-weight: 400;
  color: #000000;
  padding-bottom: 5px;
}
#credit-form .discount .buttons-set button {
  background: #333333;
}
#credit-form .discount .buttons-set span {
  font-weight: 400;
}
span.location_map {
  margin: 0px 0 0 40px;
  position: relative;
  display: inline-block;
  line-height: 16px;
  clear: both;
  width: 61%;
  cursor: default;
}
/* span.location_map:after {
    position: absolute;
    background: url(../images/mapicon.png);
    content: '';
    width: 14px;
    height: 20px;
    right: -345px;
    top: -6px;
}
*/
span.location_map:before {
  position: absolute;
  background: url(../images/Pickup.svg);
  width: 27px;
  content: '';
  height: 27px;
  top: -2px;
  background-repeat: no-repeat;
  left: -40px;
}
.cart.table-wrapper .item .col.price span {
  margin-left: 0px;
}
.cart.table-wrapper .item .col.price span.orignal-price {
  margin-left: 0px;
  color: #000;
  font-size: 12px;
  /*letter-spacing: 0.33px;*/
  font-family: 'FuturaLTProHeavy';
}
.checkout-index-index .page.messages {
  top: 112px;
}
@media only screen and (max-width: 767px) {
  .cart.table-wrapper .product-item-details .actions-toolbar {
    margin-top: 0px;
  }
  .cart-summary > .title {
    margin-bottom: 15px;
  }
  .cart.table-wrapper .item-options dd:last-child {
    padding-right: 0 !important;
    padding-left: 15px;
  }
  .checkout-index-index .main-wrapper {
    margin-top: 73px;
  }
  .checkout-cart-index.page-layout-1column .cart.table-wrapper .cart tbody tr td .field.qty label.label {
    font-size: 0;
  }
  .checkout-cart-index.page-layout-1column .cart.table-wrapper .cart tbody tr td .product-item-details .actions-toolbar .action-delete {
    float: right;
    text-align: right;
    padding-right: 0px;
    margin-top: 0px !important;
    padding-bottom: 0px !important;
    width: 100%;
    top: -56px;
    right: -15px;
  }
  span.actions-toolbar.pickup {
    position: relative;
    left: 0px;
    display: none;
  }
  span.location_map:before {
    height: 23px;
    top: 10px;
  }
  span.location_map:after {
    right: -20px;
  }
  span.location_map {
    font-size: 10px;
    margin: 0px 10px 0 35px;
  }
}
.cart-summary .cart-totals .grand .amount strong {
  /*font-weight: 400;*/
  text-transform: uppercase;
  font-weight: 100;
  color: #222;
  font-weight: 400;
  letter-spacing: .4px;
  text-shadow: none;
  font-size: 16px;
  margin-bottom: 11px;
  font-family: 'FuturaLTProHeavy';
}
a.tc_cart {
  font-size: 13px;
  color: #999999;
}
table.data.table.totals.order_pickup_stores {
  border-top: 0px solid #222222;
  margin-top: 0px;
}
strong.summary.title.order_pickup_title {
  /*font-weight: 600;
    font-size: 20px;*/
  line-height: 22px;
  color: #222222;
  border-bottom: 0;
  padding-bottom: 8px;
  margin: 0px;
  padding-top: 10px;
  text-align: left;
  font-size: 20px;
  margin-bottom: 0px;
  letter-spacing: 0;
  font-weight: 400;
  font-family: 'SaolDisplay-Regular';
}
tr.totals.totals-coupon.customsubtotal.excl th.mark {
  padding: 8px 0;
}
/*a.action.button-1.continue_shopping {display: none;}*/
.cart.table-wrapper .product-image-wrapper .product-image-photo {
  border: 0px solid #707070;
  width: 80px;
  height: 112px;
  display: block !important;
}
table.data.table.totals.order_pickup_stores td.amount {
  text-align: right;
}
table.data.table.totals.order_pickup_stores tr.totals.totals-coupon.customsubtotal.excl th.mark {
  padding: 12px 0 10px;
}
.cart.table-wrapper .product-item-details .actions-toolbar.pickup label {
  vertical-align: top;
  line-height: 26px;
}
@media only screen and (min-width: 768px) {
  .checkout_mobile {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .checkout_mobile {
    display: block;
    margin-top: 90px;
  }
  .checkout_mobile button.action.button-1.checkout {
    width: 100%;
    max-width: 100%;
  }
  .checkout-cart-index .widget.block.block-static-block {
    margin-bottom: 0;
  }
  .cart-container {
    padding-top: 8px;
  }
}
a.map_point {
  position: relative;
}
a.map_point:after {
  position: absolute;
  background: url(../images/mapicon.png);
  content: '';
  width: 14px;
  height: 20px;
  right: 0;
  top: -17px;
}
@media only screen and (max-width: 767px) {
  span.location_map {
    display: inline-flex;
    width: 61%;
    vertical-align: middle;
    margin-left: 26px;
  }
  span.location_map:before {
    left: -41px;
  }
  a.map_point:after {
    right: -10px;
    top: -6px;
  }
}
a.action.button-1.continue_shopping {
  background: #fff;
  color: #000 !important;
  box-shadow: none;
  -webkit-transition: all 200ms cubic-bezier(0.39, 0.5, 0.15, 1.36);
  -moz-transition: all 200ms cubic-bezier(0.39, 0.5, 0.15, 1.36);
  -ms-transition: all 200ms cubic-bezier(0.39, 0.5, 0.15, 1.36);
  -o-transition: all 200ms cubic-bezier(0.39, 0.5, 0.15, 1.36);
  border: 1px solid;
}
.cart.table-wrapper .item .col.price {
  /*display: grid;position: absolute; right: 0;*/
  text-align: left;
  position: static;
  margin-top: 30px;
  display: block;
}
.cart-container {
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  max-width: 1100px;
  margin: 0 auto;
  padding-top: 20px;
}
.checkout-cart-index .cart-container .form-cart {
  float: left;
  position: relative;
  width: 70%;
  margin-right: 50px;
}
.checkout-cart-index .cart-summary {
  width: 30%;
  float: right;
  /* border: 1px solid #ebebeb;*/
  padding: 15px 15px 10px;
  border: 0px solid #ebebeb;
  margin-top: 78px;
}
.cart.table-wrapper .items > .item .field .control {
  position: relative;
  position: absolute;
  /* left: -260px;*/
  left: 0px;
}
@media only screen and (max-width: 768px) {
  .checkout-cart-index .cart-summary {
    width: 100%;
  }
  .checkout-cart-index .cart-container .form-cart {
    float: left;
    position: relative;
    width: 100%;
    margin-right: 0px;
  }
  .cart-container {
    display: block;
  }
}
body.checkout-cart-index .container {
  max-width: 1110px;
}
.cart_continue_shopping {
  position: relative;
  padding-left: 16px;
  font-size: 1.111em;
  text-decoration: none;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.4px;
  cursor: pointer;
  height: 0px;
  margin-bottom: 40px;
  display: inline-block;
  color: #333;
  text-transform: capitalize;
}
.cart_continue_shopping:after {
  content: '';
  display: inline-block;
  width: 8px;
  height: 8px;
  border-top: 1px solid #222222;
  border-left: 1px solid #222222;
  transform: rotate(-45deg);
  position: absolute;
  left: 0;
  top: 2px;
  margin-right: 10px;
}
.message.error > *:first-child:before {
  color: transparent;
}
.cart.table-wrapper .product-item-photo {
  float: left;
  width: 25%;
}
.cart.table-wrapper .product-item-details {
  width: 70% !important;
}
.cart.table-wrapper .item-options {
  position: absolute;
  right: 0;
  top: 35px !important;
  padding-bottom: 5px;
  border-bottom: 1px solid;
}
.cart.table-wrapper .items > tbody.item {
  border-bottom: 0px solid #000000;
}
.cart.table-wrapper .items > tbody.item:before {
  content: "";
  display: block;
  height: 2px;
  background-image: url(../images/bb.svg);
  background-repeat: no-repeat;
  background-position: center bottom;
  width: 100%;
}
.cart-summary > .title {
  text-align: left;
  font-size: 20px;
  margin-bottom: 10px;
  letter-spacing: 0;
  font-weight: 500;
  font-family: 'SaolDisplay-Regular';
  line-height: 24px;
}
.cart.table-wrapper .product-item-details .item-options dd {
  font-family: 'FuturaLTProHeavy';
  line-height: 15px;
  padding-right: 10px;
  margin-right: 0px;
}
@media only screen and (max-width: 767px) {
  .cart-summary > .title {
    margin-bottom: 15px;
  }
  .checkout-cart-index.page-layout-1column .cart.table-wrapper {
    margin-bottom: 0;
  }
  .checkout-cart-index .cart-summary {
    margin-top: 0;
  }
  .cart.table-wrapper .product-item-photo {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.33333%;
    max-width: none;
    padding: 0;
    position: static;
  }
  .cart.table-wrapper .item-options dt {
    margin-right: 20px;
  }
  .cart.table-wrapper .item .col.price {
    margin-top: 0px;
    padding-top: 10px;
    padding-bottom: 35px;
    width: auto;
  }
  .checkout-cart-index.page-layout-1column .cart.table-wrapper .cart tbody tr td .show-mobile .field.qty {
    margin-top: 56px;
    margin-bottom: 0px;
  }
  .checkout-cart-index.page-layout-1column .cart.table-wrapper .cart tbody tr td .product-item-details .show-mobile .orignal-price,
  .checkout-cart-index.page-layout-1column .cart.table-wrapper .cart tbody tr td .product-item-details .show-mobile .discount_price {
    display: none !important;
  }
  .cart.table-wrapper .item-options {
    position: absolute;
    left: 0px;
    top: 43px !important;
    display: flex !important;
  }
  .removeic {
    /*  position: absolute;
    top: -57px;
    right: 11px;*/
  }
  .checkout-cart-index.page-layout-1column .cart.table-wrapper .cart tbody tr {
    position: relative;
    display: contents;
    width: 100%;
  }
  .cart.table-wrapper .product-item-details {
    /*   width: 100%!important;*/
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 66.66667% !important;
    position: relative;
  }
  .cart.table-wrapper .col.qty[data-th]:before,
  .cart.table-wrapper .col.price[data-th]:before,
  .cart.table-wrapper .col.price[data-th]:before,
  .cart.table-wrapper .col.msrp[data-th]:before {
    font-size: 0px;
    padding-bottom: 0px;
  }
  .cart.table-wrapper .items > .item .field .control {
    position: relative;
    position: absolute;
    left: 0;
    margin: -4px 0;
  }
  .checkout-cart-index.page-layout-1column .cart.table-wrapper .cart tbody tr td .product-item-details .show-mobile span.discount_price.special-price .price-including-tax .price {
    color: #b44;
  }
  .cart.table-wrapper .product-item-details .actions-toolbar.pickup label {
    vertical-align: middle;
    width: 50px;
    word-break: normal;
    position: static;
    display: inline-table;
  }
}
.cart.table-wrapper .product-item-details .product-item-name-new {
  width: 100% !important;
  display: block;
}
.cart.table-wrapper .product-item-details .product-short-description {
  width: 100% !important;
  display: block;
}
@media only screen and (max-width: 1024px) {
  .cart.table-wrapper .product-item-details .product-item-name-new {
    width: 100% !important;
    display: block;
  }
  .cart.table-wrapper .product-item-details .product-short-description {
    width: 100% !important;
    display: block;
  }
}
a.tc_cart {
  font-size: 12px !important;
  color: #333;
  letter-spacing: 0.3px !important;
  text-decoration: underline;
}
.checkout-cart-index .message.error {
  font-size: 14px;
}
.checkout-cart-index .page-footer {
  background-color: #fafafa;
  padding: 40px 97px;
}
.modal-popup.confirm .modal-inner-wrap {
  display: flex;
  position: relative;
  box-sizing: border-box;
  flex-direction: column;
  justify-content: center;
  width: 32em;
  max-width: 100%;
  padding: 1.25em;
  border: none;
  border-radius: 5px;
  background: #fff;
  background-color: #ffffff;
  font-family: inherit;
  font-size: 1rem;
  text-align: center;
}
.modal-popup.confirm .modal-content {
  padding: 0 15px;
  color: #b44;
  /*font-family: "Futura LT Pro Heavy";*/
  font-size: 14px;
  letter-spacing: 1.6px;
  text-transform: uppercase;
  font-family: 'FuturaLTProHeavy';
}
.modal-popup.confirm .modal-footer,
.modal-popup.confirm .modal-header {
  padding: 15px;
  background: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.modal-popup.confirm .modal-footer button {
  margin-bottom: 10px;
  width: 240px;
}
.action-secondary.action-dismiss {
  box-shadow: #333333 0 0px 0px 40px inset;
  -webkit-transition: all 200ms cubic-bezier(0.39, 0.5, 0.15, 1.36);
  -moz-transition: all 200ms cubic-bezier(0.39, 0.5, 0.15, 1.36);
  -ms-transition: all 200ms cubic-bezier(0.39, 0.5, 0.15, 1.36);
  -o-transition: all 200ms cubic-bezier(0.39, 0.5, 0.15, 1.36);
  transition: all 200ms cubic-bezier(0.39, 0.5, 0.15, 1.36);
  display: block;
  min-width: 180px;
  max-width: 240px;
  text-decoration: none;
  text-align: center;
  text-transform: uppercase;
  font-size: 1.111em;
  font-weight: 600;
  letter-spacing: 1.3px;
  cursor: pointer;
  height: 40px;
}
.action-secondary.action-dismiss:hover {
  box-shadow: #000 0 0px 0px 40px inset;
}
.action-primary.action-accept {
  background: #fff;
  color: #000 !important;
  box-shadow: none;
  -webkit-transition: all 200ms cubic-bezier(0.39, 0.5, 0.15, 1.36);
  -moz-transition: all 200ms cubic-bezier(0.39, 0.5, 0.15, 1.36);
  -ms-transition: all 200ms cubic-bezier(0.39, 0.5, 0.15, 1.36);
  -o-transition: all 200ms cubic-bezier(0.39, 0.5, 0.15, 1.36);
  border: 1px solid;
  width: 100%;
  height: 40px;
  line-height: 38px;
  padding: 0 15px !important;
  text-align: center;
  font-size: 14px;
  text-transform: uppercase;
  margin-bottom: 5px;
  max-width: 100%;
  font-weight: 600;
  letter-spacing: 1.4px;
  max-width: 240px;
}
.action-primary.action-accept:hover {
  border: 2px solid;
}
@media only screen and (max-width: 1024px) {
  .checkout-cart-index .page-footer {
    padding: 0px;
  }
}
.cart.table-wrapper .item-options:hover dd,
.cart.table-wrapper .item-options:hover dt {
  color: #888 !important;
  cursor: pointer;
}
.cart.table-wrapper .item-options:hover .cart-item-edit:after {
  opacity: 0.6;
}
.cart.table-wrapper .item-options:hover {
  color: #888 !important;
  cursor: pointer;
}
.removepopup .modals-overlay {
  background-color: rgba(255, 255, 255, 0.8) !important;
}
.removepopup .modal-popup._inner-scroll .modal-inner-wrap {
  position: relative;
  box-sizing: border-box;
  flex-direction: column;
  justify-content: center;
  width: 32em;
  max-width: 100%;
  padding: 0px;
  border: none;
  border-radius: 5px;
  background: transparent;
  font-family: inherit;
  font-size: 1rem;
  box-shadow: none;
  display: flex;
  align-items: center;
  height: 100vh;
  max-height: 100%;
  margin-top: 0px;
}
.checkout-cart-index.removepopup .modal-popup._inner-scroll .modal-content {
  padding: 1.25em;
  background: #fff;
}
#remove_popup h2 {
  color: #b44;
  font-size: 14px;
  letter-spacing: 1.6px;
  text-transform: uppercase;
  /* font-family: 'FuturaLTProHeavy';*/
  font-family: 'FuturaLT-Heavy';
}
#remove_product {
  background-color: #333;
  border: #333;
  color: #fff;
  border-radius: 0;
  text-transform: uppercase;
  font-size: 14px;
  padding: 10px;
  /* font-family: "Futura LT Pro Book"; */
  height: 40px;
  letter-spacing: 1.6px;
  border: 0;
  /* min-width: 160px; */
  font-family: 'FuturaLTProBook';
  width: 241px;
  margin-top: 30px;
}
#cancel_popup {
  border-radius: 0;
  text-transform: uppercase;
  font-size: 14px;
  padding: 10px;
  font-family: "Futura LT Pro Book";
  height: 40px;
  letter-spacing: 1.6px;
  border: 0;
  min-width: 160px;
  margin-bottom: 8px;
  font-family: 'FuturaLTProBook';
  margin-left: 0;
  color: #333;
  background-color: transparent;
  border: 1px solid #333;
  width: 241px;
  margin-top: 16px;
}
#remove_popup {
  text-align: center;
}
.cart-item-remove-footer {
  text-decoration: underline;
  color: #222;
  font-size: 14px;
  line-height: 21px;
  font-family: 'FuturaLTProBook';
  text-align: center;
  margin: 1.25em 0 0;
  padding: 0.5em 0 0;
  display: block;
  cursor: pointer;
}
.cart-item-remove-footer:hover {
  color: #888;
  text-decoration: underline;
}
.checkout-cart-index.removepopup .modal-popup .modal-header .action-close {
  display: none;
}
@media only screen and (max-width: 767px) {
  .removepopup .modal-popup.modal-slide._inner-scroll .modal-inner-wrap {
    background-color: transparent;
  }
}
li#shipping {
  padding-bottom: 20px;
}
.opc-wrapper .shipping-address-item.outerAddress {
  padding-top: 8px !important;
  padding-left: 44px !important;
  padding-bottom: 0px !important;
  border-bottom: 0px !important;
  margin-bottom: 0px !important;
  display: inline-block;
  line-height: 12px !important;
  margin-bottom: 10px !important;
}
.opc-wrapper .shipping-address-item {
  padding-left: 0px !important;
  padding-bottom: 0px !important;
  border-bottom: 0px !important;
  margin-bottom: 0px !important;
  padding-top: 7px !important;
}
@media (max-width: 767px) {
  .checkout-onepage-success .checkout-success {
    margin-top: 60px;
    text-align: center;
  }
  .checkout-index-index .opc-estimated-wrapper {
    margin-top: 27px !important;
  }
}
.minicart-items {
  margin-top: 0px !important;
}
@media (max-width: 800px) {
  .checkout-index-index .header-mid-section .col:nth-child(3) {
    width: 86px;
    margin-left: auto;
    margin-right: auto;
  }
  .opc-estimated-wrapper {
    border-bottom: 0;
    margin: 0 0 0;
    padding: 10px 5px 0;
    position: absolute;
    top: 100px;
    z-index: 8;
    width: calc(100% - 20px);
  }
  .opc-estimated-wrapper .estimated-block {
    font-weight: normal;
    font-size: 14px;
  }
  .opc-estimated-wrapper .estimated-price {
    font-weight: bold;
  }
  .minicart-wrapper {
    margin-top: 4px;
  }
  .minicart-wrapper .action.showcart {
    background: transparent;
    color: #333333;
    font-weight: normal;
    font-size: 14px;
    padding: 0;
  }
  .minicart-wrapper .action.showcart:hover,
  .minicart-wrapper .action.showcart:focus {
    background: transparent;
    color: #333333;
    font-weight: normal;
  }
  .minicart-wrapper .action.showcart:before {
    content: "\e904";
    color: #666;
    font-size: 18px;
    line-height: 30px;
  }
  .minicart-wrapper .action.showcart .counter.qty {
    background: transparent;
    color: #333333;
    margin: 5px 0 0;
    padding: 0;
    min-width: inherit;
  }
}
.hidden-fields .actions-toolbar {
  margin-left: 0 !important;
  margin-bottom: 20px;
}
.hidden-fields .actions-toolbar .primary button {
  background-image: none;
  background: #000000;
  border: 1px solid #000000;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-family: 'FuturaStdBook', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 700;
  margin: 0;
  padding: 7px 15px;
  font-size: 1.4rem;
  line-height: 1.6rem;
  box-sizing: border-box;
  vertical-align: middle;
}
.checkout-index-index .checkout-payment-method .payment-method-content > .actions-toolbar > .primary .action.primary {
  border: 0;
  box-shadow: none;
  outline: none;
  background: #000;
  height: 45px;
  line-height: 1 !important;
  color: #fff;
  text-decoration: none;
  text-align: center;
  text-transform: uppercase;
  font-size: 1.333em;
  font-weight: normal;
}
.checkout-container.guestcheckout [data-role="checkout-messages"] {
  text-align: center;
}
.payment-method-content iframe {
  height: 350px !important;
  margin-top: -25px;
}
.checkout-index-index .page-header {
  border-bottom: 2px solid #000000;
  padding: 5px 0;
}
.opc-block-summary .cart-totals .grand .amount strong,
.column.main .opc-block-summary .table-totals .grand .amount strong {
  font-weight: 400;
}
.checkout-index-index.page-layout-1column .widget.block.block-static-block {
  display: none;
}
@media (max-width: 767px) {
  .checkout-index-index .header-mid-section .col {
    width: 55% !important;
  }
  .checkout-index-index.page-layout-1column .widget.block.block-static-block {
    display: block;
  }
  .checkout-index-index .page-header .header-mid-section .col:nth-child(1) {
    height: 11px;
  }
  .checkout-container .modal-custom .action-close {
    top: 18px;
  }
  button.action.action-apply-gift {
    width: 100%;
    font-size: 12px;
  }
  .checkout-index-index .opc-progress-bar .opc-progress-bar-item > span {
    justify-content: center;
    padding: 0 10px !important;
    display: flex;
  }
}
.column.main .opc-block-summary .items-in-cart .product {
  margin-bottom: 10px !important;
}
@media screen and (max-width: 992px) {
  [name="customCheckoutForm.city_id"] {
    width: 100%;
    padding-right: 0;
  }
}
.shipping-information {
  border: none;
}
.opc-sidebar.opc-summary-wrapper.custom-slide .opc-block-shipping-information .shipping-information-title {
  border-bottom: none;
  margin: 0 0 20px;
  position: relative;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  margin-bottom: 10px;
  letter-spacing: .39px;
  color: #222;
}
.opc-block-shipping-information .shipping-information-title .action-edit span:after {
  content: '';
  position: absolute;
  background: url(../images/edit.png);
  width: 18px;
  height: 16px;
  margin: 0 1px;
}
.opc-block-shipping-information .shipping-information-title .action-edit span {
  position: relative;
}
.opc-block-shipping-information .shipping-information-title > button.action-edit {
  right: 10px;
}
.minicart-items .product-item-details .details-qty {
  margin-top: 20px;
  position: relative;
  left: 0;
  width: 100%;
  padding-left: 0px;
}
.qty_item_section {
  width: 100%;
  display: -webkit-inline-box;
}
.color_qty {
  display: flex;
  width: 90%;
}
.column.main .opc-block-summary .items-in-cart .product {
  margin-bottom: 5px;
}
.column.main .opc-block-summary .items-in-cart .product.options {
  margin-top: 10px;
  border-bottom: 0;
}
.minicart-items .product-item-details .details-qty.price_section {
  position: relative;
  margin-top: 0;
}
.minicart-items .product-item-details .details-qty.price_section span.value {
  position: absolute;
  right: 0;
  top: 12px;
}
.column.main .opc-block-summary .items-in-cart .product {
  position: relative;
  border-bottom: 1px solid #000;
  margin-bottom: 5px;
}
.column.main .opc-block-summary .items-in-cart .minicart-items .product-item:last-child {
  padding-bottom: 30px;
  border-bottom: none;
}
.content.minicart-items .product-item {
  border-bottom: 0;
}
.opc-block-summary .minicart-items .product-item:not(:first-child) {
  border-top: 1px solid transparent;
}
.checkout-payment-method .payment-method-title:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.checkout-payment-method .payment-method-title input + label.label {
  position: relative;
  display: block;
  float: left;
  width: calc(100% - 20px) !important;
}
.checkout-payment-method .payment-method-title label.label {
  width: 100%;
}
.checkout-payment-method .payment-method-title label.label:before {
  position: absolute;
  right: 0;
  top: 50%;
  content: "";
  background: url("../images/payment_sprites.png");
  transform: translateY(-50%);
}
.field.payment-method-title.choice input {
  margin-top: 0;
  float: left;
}
.checkout-payment-method .payment-method-title label.label[for="cashondelivery"]:before {
  width: 44px;
  height: 38px;
  background-position: -10px -10px;
}
.checkout-payment-method .payment-method-title label.label[for="HyperPay_Amex"]:before {
  width: 38px;
  height: 24px;
  background-position: -10px -68px;
}
.checkout-payment-method .payment-method-title label.label[for="HyperPay_Mada"]:before {
  width: 48px;
  height: 16px;
  background-position: -138px -10px;
}
.checkout-payment-method .payment-method-title label.label[for="checkmo"]:before {
  width: 44px;
  height: 26px;
  background-position: -74px -10px;
}
.checkout-payment-method .payment-method-title label.label[for="HyperPay_Master"]:before {
  width: 39px;
  height: 23px;
  background-position: -68px -68px;
}
.checkout-payment-method .payment-method-title label.label[for="HyperPay_Visa"]:before {
  width: 39px;
  height: 12px;
  background-position: -59px -112px;
}
.checkout-payment-method .payment-method-title label.label[for="git_card_input"]:before {
  width: 29px;
  height: 21px;
  background-position: -10px -112px;
}
.checkout-payment-method .payment-method-title label.label[for="block-discount-heading_input"]:before {
  width: 25px;
  height: 25px;
  background-position: -138px -46px;
}
.block-customer-register .fieldset .field #firstname {
  text-transform: capitalize;
}
.block-customer-register .fieldset .field #lastname {
  text-transform: capitalize;
}
.amgiftcard-account-index .amgiftcard .amgiftcard-form {
  margin-bottom: 30px;
}
.amgiftcard-account-index .amgiftcard .amgiftcard-form .fieldset {
  margin: 0 0 15px;
}
.amgiftcard-account-index .amgiftcard .amgiftcard-form .fieldset .legend {
  margin: 0 0 10px;
}
@media (max-width: 480px) {
  .amgiftcard-account-index .amgiftcard .amgiftcard-form .fieldset .legend {
    margin: 10px 0;
  }
}
.amgiftcard-account-index .amgiftcard .amgiftcard-form .fieldset > .field:not(.choice) > .control {
  width: 100%;
}
.amgiftcard-account-index .amgiftcard .amgiftcard-form .field .input-text {
  border: solid 1px #dadada;
}
.amgiftcard-account-index .amgiftcard .amgiftcard-info {
  margin-bottom: 10px;
  box-shadow: 3px 2px 10px #ccc;
  padding: 15px;
  float: left;
  margin-right: 10px;
}
@media (max-width: 480px) {
  .amgiftcard-account-index .amgiftcard .amgiftcard-info {
    width: 100%;
  }
}
.amgiftcard-account-index .amgiftcard .amgiftcard-info p {
  margin-bottom: 25px;
  font-size: 13px;
}
.amgiftcard-account-index .amgiftcard .amgiftcard-info p strong {
  font-weight: normal;
}
.amgiftcard-account-index .amgiftcard .amgiftcard-info a {
  text-decoration: underline;
}
.amgiftcard-account-index .amgiftcard .action.save {
  background: #000;
  padding: 12px 25px;
  border: 0;
}
@media (max-width: 1500px) {
  .customer-account-forgotpassword .forget-password-wrapper {
    padding: 0 40px;
  }
}
.item-description .ui-rma-item-checkbox {
  clip: unset !important;
  width: auto !important;
  height: auto !important;
  z-index: 1;
}
.login-register-wrapper .block-customer-login .fieldset .actions-toolbar .primary .action.login.button-1.signin {
  background: #000000;
  line-height: normal;
  font-weight: 400;
}
.account .actions-toolbar .primary .action.add {
  display: none;
}
.account .actions-toolbar .primary.custombtn .action.add {
  display: block;
}
.account .block-addresses-list.custom .actions-toolbar .primary .action.add {
  display: block;
}
.pages strong.page {
  line-height: 0px !important;
  font-size: 13px;
}
body.account .toolbar .pages .pages-item-next .next:before {
  font-size: 14px !important;
  content: '\e90a' !important;
}
.account.customer-address-index .block.block-addresses-list {
  margin-top: 30px;
}
.account .pages .item {
  line-height: 27px;
}
body.account .toolbar .pages .pages-item-next .action.next:after {
  display: none;
}
body.account .block.block-addresses-list.custom {
  display: block;
}
body.account .block.block-addresses-list {
  display: none;
}
.pages a.page {
  font-size: 13px !important;
}
@media (max-width: 767px) {
  .login-register-wrapper .login-tabs {
    margin-top: 60px;
  }
  .control.captcha-image {
    display: flex;
    align-items: flex-start;
  }
  .login-register-wrapper {
    margin: 30px auto 0px;
  }
  .page.messages {
    /* top: 114px;
    position: static;
    width: 100%;
    transform: none;
    margin-top: 47px;*/
    position: absolute !important;
    background: #333;
    width: 100% !important;
    top: 109px !important;
    left: 50%;
    text-align: center;
    border-bottom: 0;
    z-index: 10 !important;
    margin: 0 auto;
    display: inline-block;
    transform: translateX(-50%) !important;
    margin-top: 12px !important;
  }
  .login-register-wrapper .block-customer-register .fieldset > .field.register {
    margin-top: 22px;
  }
  .account.page-layout-2columns-left .sidebar-main,
  .account.page-layout-2columns-left .sidebar-additional {
    top: 0px !important;
    position: relative !important;
  }
  .account.page-layout-2columns-left .sidebar-main .block .content {
    display: none;
  }
  .account.page-layout-2columns-left .sidebar-main .block .content.active {
    display: block;
  }
  .account .columns {
    flex-wrap: wrap-reverse !important;
  }
}
@media (max-width: 360px) {
  .page-with-filter .header-mid-section .header-user-links > li > a.action.cart-icon {
    margin-left: 5px;
  }
  .login-register-wrapper .block-customer-register .fieldset > .field .col-1 {
    width: 33%;
  }
  .login-register-wrapper .block-customer-register .fieldset > .field .col-2 {
    width: 67%;
  }
  .login-register-wrapper .login-tabs li {
    padding: 15px 10px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
.custom-dropdown:before {
  display: none;
}
.custom-dropdown:after {
  width: 18px;
  height: 18px;
  font-family: 'mycustomfont';
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 13px;
  color: #666;
  display: block;
  content: "\e90a";
  right: 6px;
  top: 50%;
  margin-top: -12px;
  position: absolute;
  font-weight: 400;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
body.account .toolbar .pages .pages-item-previous .action.previous .previousSpan {
  position: static;
  width: auto;
  height: auto;
  font-size: 0px;
}
body.account .toolbar .pages .pages-item-previous .action.previous:after {
  font-size: 14px;
  line-height: 32px;
  color: #000;
  content: '\e90a';
  font-family: 'mycustomfont';
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
  position: absolute;
  top: 0;
  right: 5px;
  transform: rotateZ(180deg) !important;
  color: #7d7d7d !important;
}
body.account .toolbar .pages .pages-item-previous .action.previous {
  margin-right: 0px !important;
  padding: 0 0 0 15px!important;
}
.account.page-layout-2columns-left .sidebar-main .block .content ul li a,
.account.page-layout-2columns-left .sidebar-main .block .content ul li strong {
  letter-spacing: 0.3px;
  text-transform: capitalize !important;
  color: #222 !important;
  border-left: 0px;
}
.account.page-layout-2columns-left .sidebar-main .block .content ul li strong {
  font-weight: 800;
  font-family: 'FuturaLTProBook';
}
body.rma-rma-list .mst-rma-list__new-request {
  font-size: 16px;
  text-transform: uppercase;
}
body.rma-rma-list .mst-rma-list__new-request:hover {
  background: #000;
}
.login-register-wrapper .block-customer-login .fieldset > .field input[type=checkbox] + label {
  line-height: 15px;
}
.mCustomScrollbar {
  -ms-touch-action: pinch-zoom;
  touch-action: pinch-zoom;
}
.mCustomScrollbar > .mCustomScrollBox > .mCSB_scrollTools.mCSB_scrollTools_onDrag {
  opacity: 1;
  filter: "alpha(opacity=100)";
  -ms-filter: "alpha(opacity=100)";
}
 > .mCustomScrollBox.mCustomScrollbar ~ .mCSB_scrollTools.mCSB_scrollTools_onDrag {
  opacity: 1;
  filter: "alpha(opacity=100)";
  -ms-filter: "alpha(opacity=100)";
}
.mCustomScrollbar.mCS_no_scrollbar {
  -ms-touch-action: auto;
  touch-action: auto;
}
.mCustomScrollbar.mCS_touch_action {
  -ms-touch-action: auto;
  touch-action: auto;
}
.mCustomScrollBox {
  position: relative;
  overflow: hidden;
  height: 100%;
  max-width: 100%;
  outline: 0;
  direction: ltr;
}
.mCustomScrollBox:hover > .mCSB_scrollTools {
  opacity: 1;
  filter: "alpha(opacity=100)";
  -ms-filter: "alpha(opacity=100)";
}
.mCustomScrollBox:hover.mCustomScrollBox ~ .mCSB_scrollTools {
  opacity: 1;
  filter: "alpha(opacity=100)";
  -ms-filter: "alpha(opacity=100)";
}
.mCSB_container {
  overflow: hidden;
  width: auto;
  height: auto;
}
.mCSB_inside > .mCSB_container {
  margin-right: 30px;
}
.mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
  margin-right: 0;
}
.mCS-dir-rtl > .mCSB_inside > .mCSB_container {
  margin-right: 0;
  margin-left: 30px;
}
.mCS-dir-rtl > .mCSB_inside > .mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
  margin-left: 0;
}
.mCS-dir-rtl > .mCSB_inside > .mCSB_scrollTools {
  right: auto;
  left: 0;
}
.mCS-dir-rtl > .mCSB_inside > .mCSB_container_wrapper {
  margin-right: 0;
  margin-left: 30px;
}
 > .mCSB_outside.mCS-dir-rtl + .mCSB_scrollTools {
  right: auto;
  left: 0;
  left: -26px;
}
.mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  right: 0;
  left: 20px;
}
 > .mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden.mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside + .mCSB_scrollTools.mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside ~ .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  left: 0;
}
 > .mCSB_outside.mCS-dir-rtl + .mCS-minimal-dark.mCSB_scrollTools_vertical {
  left: 0;
  right: auto;
}
 > .mCSB_outside.mCS-dir-rtl + .mCS-minimal.mCSB_scrollTools_vertical {
  left: 0;
  right: auto;
}
.mCSB_scrollTools {
  position: absolute;
  width: 16px;
  height: auto;
  left: auto;
  top: 0;
  right: 0;
  bottom: 0;
  opacity: .75;
  filter: "alpha(opacity=75)";
  -ms-filter: "alpha(opacity=75)";
  -webkit-transition: opacity 0.2s ease-in-out, background-color 0.2s ease-in-out;
  -moz-transition: opacity 0.2s ease-in-out, background-color 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out, background-color 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out, background-color 0.2s ease-in-out;
}
.mCSB_scrollTools .mCSB_draggerContainer {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  height: auto;
}
a.mCSB_scrollTools + .mCSB_draggerContainer {
  margin: 20px 0;
}
.mCSB_scrollTools .mCSB_draggerRail {
  width: 6px;
  height: 100%;
  margin: 0 auto;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
  background-color: #000000;
  background-color: rgba(0, 0, 0, 0.4);
  filter: "alpha(opacity=40)";
  -ms-filter: "alpha(opacity=40)";
}
.mCSB_scrollTools .mCSB_dragger {
  cursor: pointer;
  width: 100%;
  height: 30px;
  z-index: 1;
}
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  position: relative;
  width: 4px;
  height: 100%;
  margin: 0 auto;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
  text-align: center;
  -webkit-transition: opacity 0.2s ease-in-out, background-color 0.2s ease-in-out;
  -moz-transition: opacity 0.2s ease-in-out, background-color 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out, background-color 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out, background-color 0.2s ease-in-out;
  background-color: #ffffff;
  background-color: rgba(255, 255, 255, 0.75);
  filter: "alpha(opacity=75)";
  -ms-filter: "alpha(opacity=75)";
}
.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #ffffff;
  background-color: rgba(255, 255, 255, 0.85);
  filter: "alpha(opacity=85)";
  -ms-filter: "alpha(opacity=85)";
}
.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #ffffff;
  background-color: rgba(255, 255, 255, 0.9);
  filter: "alpha(opacity=90)";
  -ms-filter: "alpha(opacity=90)";
}
.mCSB_scrollTools .mCSB_buttonDown {
  display: block;
  position: absolute;
  height: 20px;
  width: 100%;
  overflow: hidden;
  margin: 0 auto;
  cursor: pointer;
  bottom: 0;
  -webkit-transition: opacity 0.2s ease-in-out, background-color 0.2s ease-in-out;
  -moz-transition: opacity 0.2s ease-in-out, background-color 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out, background-color 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out, background-color 0.2s ease-in-out;
  background-image: url(mCSB_buttons.png);
  background-repeat: no-repeat;
  opacity: .4;
  filter: "alpha(opacity=40)";
  -ms-filter: "alpha(opacity=40)";
  background-position: 0 -20px;
}
.mCSB_scrollTools .mCSB_buttonDown:hover {
  opacity: .75;
  filter: "alpha(opacity=75)";
  -ms-filter: "alpha(opacity=75)";
}
.mCSB_scrollTools .mCSB_buttonDown:active {
  opacity: .9;
  filter: "alpha(opacity=90)";
  -ms-filter: "alpha(opacity=90)";
}
.mCSB_scrollTools .mCSB_buttonUp {
  display: block;
  position: absolute;
  height: 20px;
  width: 100%;
  overflow: hidden;
  margin: 0 auto;
  cursor: pointer;
  -webkit-transition: opacity 0.2s ease-in-out, background-color 0.2s ease-in-out;
  -moz-transition: opacity 0.2s ease-in-out, background-color 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out, background-color 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out, background-color 0.2s ease-in-out;
  background-image: url(mCSB_buttons.png);
  background-repeat: no-repeat;
  opacity: .4;
  filter: "alpha(opacity=40)";
  -ms-filter: "alpha(opacity=40)";
  background-position: 0 0;
}
.mCSB_scrollTools .mCSB_buttonUp:hover {
  opacity: .75;
  filter: "alpha(opacity=75)";
  -ms-filter: "alpha(opacity=75)";
}
.mCSB_scrollTools .mCSB_buttonUp:active {
  opacity: .9;
  filter: "alpha(opacity=90)";
  -ms-filter: "alpha(opacity=90)";
}
.mCSB_scrollTools .mCSB_buttonLeft {
  -webkit-transition: opacity 0.2s ease-in-out, background-color 0.2s ease-in-out;
  -moz-transition: opacity 0.2s ease-in-out, background-color 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out, background-color 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out, background-color 0.2s ease-in-out;
  background-image: url(mCSB_buttons.png);
  background-repeat: no-repeat;
  opacity: .4;
  filter: "alpha(opacity=40)";
  -ms-filter: "alpha(opacity=40)";
  background-position: 0 -40px;
}
.mCSB_scrollTools .mCSB_buttonLeft:hover {
  opacity: .75;
  filter: "alpha(opacity=75)";
  -ms-filter: "alpha(opacity=75)";
}
.mCSB_scrollTools .mCSB_buttonLeft:active {
  opacity: .9;
  filter: "alpha(opacity=90)";
  -ms-filter: "alpha(opacity=90)";
}
.mCSB_scrollTools .mCSB_buttonRight {
  -webkit-transition: opacity 0.2s ease-in-out, background-color 0.2s ease-in-out;
  -moz-transition: opacity 0.2s ease-in-out, background-color 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out, background-color 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out, background-color 0.2s ease-in-out;
  background-image: url(mCSB_buttons.png);
  background-repeat: no-repeat;
  opacity: .4;
  filter: "alpha(opacity=40)";
  -ms-filter: "alpha(opacity=40)";
  background-position: 0 -56px;
}
.mCSB_scrollTools .mCSB_buttonRight:hover {
  opacity: .75;
  filter: "alpha(opacity=75)";
  -ms-filter: "alpha(opacity=75)";
}
.mCSB_scrollTools .mCSB_buttonRight:active {
  opacity: .9;
  filter: "alpha(opacity=90)";
  -ms-filter: "alpha(opacity=90)";
}
.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #ffffff;
  background-color: rgba(255, 255, 255, 0.9);
  filter: "alpha(opacity=90)";
  -ms-filter: "alpha(opacity=90)";
}
.mCSB_outside + .mCSB_scrollTools {
  right: -26px;
}
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar {
  width: 12px;
}
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
  width: 12px;
}
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  width: 8px;
}
.mCSB_dragger.mCSB_dragger_onDrag_expanded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand + .mCSB_draggerRail {
  width: 8px;
}
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail {
  -webkit-transition: width 0.2s ease-out 0.2s, height 0.2s ease-out 0.2s, margin-left 0.2s ease-out 0.2s, margin-right 0.2s ease-out 0.2s, margin-top 0.2s ease-out 0.2s, margin-bottom 0.2s ease-out 0.2s, opacity 0.2s ease-in-out, background-color 0.2s ease-in-out;
  -moz-transition: width 0.2s ease-out 0.2s, height 0.2s ease-out 0.2s, margin-left 0.2s ease-out 0.2s, margin-right 0.2s ease-out 0.2s, margin-top 0.2s ease-out 0.2s, margin-bottom 0.2s ease-out 0.2s, opacity 0.2s ease-in-out, background-color 0.2s ease-in-out;
  -o-transition: width 0.2s ease-out 0.2s, height 0.2s ease-out 0.2s, margin-left 0.2s ease-out 0.2s, margin-right 0.2s ease-out 0.2s, margin-top 0.2s ease-out 0.2s, margin-bottom 0.2s ease-out 0.2s, opacity 0.2s ease-in-out, background-color 0.2s ease-in-out;
  transition: width 0.2s ease-out 0.2s, height 0.2s ease-out 0.2s, margin-left 0.2s ease-out 0.2s, margin-right 0.2s ease-out 0.2s, margin-top 0.2s ease-out 0.2s, margin-bottom 0.2s ease-out 0.2s, opacity 0.2s ease-in-out, background-color 0.2s ease-in-out;
}
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar {
  -webkit-transition: width 0.2s ease-out 0.2s, height 0.2s ease-out 0.2s, margin-left 0.2s ease-out 0.2s, margin-right 0.2s ease-out 0.2s, margin-top 0.2s ease-out 0.2s, margin-bottom 0.2s ease-out 0.2s, opacity 0.2s ease-in-out, background-color 0.2s ease-in-out;
  -moz-transition: width 0.2s ease-out 0.2s, height 0.2s ease-out 0.2s, margin-left 0.2s ease-out 0.2s, margin-right 0.2s ease-out 0.2s, margin-top 0.2s ease-out 0.2s, margin-bottom 0.2s ease-out 0.2s, opacity 0.2s ease-in-out, background-color 0.2s ease-in-out;
  -o-transition: width 0.2s ease-out 0.2s, height 0.2s ease-out 0.2s, margin-left 0.2s ease-out 0.2s, margin-right 0.2s ease-out 0.2s, margin-top 0.2s ease-out 0.2s, margin-bottom 0.2s ease-out 0.2s, opacity 0.2s ease-in-out, background-color 0.2s ease-in-out;
  transition: width 0.2s ease-out 0.2s, height 0.2s ease-out 0.2s, margin-left 0.2s ease-out 0.2s, margin-right 0.2s ease-out 0.2s, margin-top 0.2s ease-out 0.2s, margin-bottom 0.2s ease-out 0.2s, opacity 0.2s ease-in-out, background-color 0.2s ease-in-out;
}
.mCSB_horizontal.mCSB_inside > .mCSB_container {
  margin-right: 0;
  margin-bottom: 30px;
}
.mCSB_horizontal.mCSB_outside > .mCSB_container {
  min-height: 100%;
}
.mCSB_horizontal > .mCSB_container.mCS_no_scrollbar_x.mCS_x_hidden {
  margin-bottom: 0;
}
.mCSB_scrollTools.mCSB_scrollTools_horizontal {
  width: auto;
  height: 16px;
  top: auto;
  right: 0;
  bottom: 0;
  left: 0;
}
a.mCSB_scrollTools.mCSB_scrollTools_horizontal + .mCSB_draggerContainer {
  margin: 0 20px;
}
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 2px;
  margin: 7px 0;
}
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger {
  width: 30px;
  height: 100%;
  left: 0;
}
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 4px;
  margin: 6px auto;
}
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft {
  display: block;
  position: absolute;
  width: 20px;
  height: 100%;
  overflow: hidden;
  margin: 0 auto;
  cursor: pointer;
  left: 0;
}
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight {
  display: block;
  position: absolute;
  width: 20px;
  height: 100%;
  overflow: hidden;
  margin: 0 auto;
  cursor: pointer;
  right: 0;
}
.mCustomScrollBox + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  bottom: -26px;
}
.mCustomScrollBox + .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  bottom: -26px;
}
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar {
  height: 12px;
  margin: 2px auto;
}
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
  height: 12px;
  margin: 2px auto;
}
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  height: 8px;
  margin: 4px 0;
}
.mCSB_dragger.mCSB_dragger_onDrag_expanded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand + .mCSB_draggerRail {
  height: 8px;
  margin: 4px 0;
}
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail {
  -webkit-transition: width 0.2s ease-out 0.2s, height 0.2s ease-out 0.2s, margin-left 0.2s ease-out 0.2s, margin-right 0.2s ease-out 0.2s, margin-top 0.2s ease-out 0.2s, margin-bottom 0.2s ease-out 0.2s, opacity 0.2s ease-in-out, background-color 0.2s ease-in-out;
  -moz-transition: width 0.2s ease-out 0.2s, height 0.2s ease-out 0.2s, margin-left 0.2s ease-out 0.2s, margin-right 0.2s ease-out 0.2s, margin-top 0.2s ease-out 0.2s, margin-bottom 0.2s ease-out 0.2s, opacity 0.2s ease-in-out, background-color 0.2s ease-in-out;
  -o-transition: width 0.2s ease-out 0.2s, height 0.2s ease-out 0.2s, margin-left 0.2s ease-out 0.2s, margin-right 0.2s ease-out 0.2s, margin-top 0.2s ease-out 0.2s, margin-bottom 0.2s ease-out 0.2s, opacity 0.2s ease-in-out, background-color 0.2s ease-in-out;
  transition: width 0.2s ease-out 0.2s, height 0.2s ease-out 0.2s, margin-left 0.2s ease-out 0.2s, margin-right 0.2s ease-out 0.2s, margin-top 0.2s ease-out 0.2s, margin-bottom 0.2s ease-out 0.2s, opacity 0.2s ease-in-out, background-color 0.2s ease-in-out;
}
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar {
  -webkit-transition: width 0.2s ease-out 0.2s, height 0.2s ease-out 0.2s, margin-left 0.2s ease-out 0.2s, margin-right 0.2s ease-out 0.2s, margin-top 0.2s ease-out 0.2s, margin-bottom 0.2s ease-out 0.2s, opacity 0.2s ease-in-out, background-color 0.2s ease-in-out;
  -moz-transition: width 0.2s ease-out 0.2s, height 0.2s ease-out 0.2s, margin-left 0.2s ease-out 0.2s, margin-right 0.2s ease-out 0.2s, margin-top 0.2s ease-out 0.2s, margin-bottom 0.2s ease-out 0.2s, opacity 0.2s ease-in-out, background-color 0.2s ease-in-out;
  -o-transition: width 0.2s ease-out 0.2s, height 0.2s ease-out 0.2s, margin-left 0.2s ease-out 0.2s, margin-right 0.2s ease-out 0.2s, margin-top 0.2s ease-out 0.2s, margin-bottom 0.2s ease-out 0.2s, opacity 0.2s ease-in-out, background-color 0.2s ease-in-out;
  transition: width 0.2s ease-out 0.2s, height 0.2s ease-out 0.2s, margin-left 0.2s ease-out 0.2s, margin-right 0.2s ease-out 0.2s, margin-top 0.2s ease-out 0.2s, margin-bottom 0.2s ease-out 0.2s, opacity 0.2s ease-in-out, background-color 0.2s ease-in-out;
}
.mCSB_container_wrapper {
  position: absolute;
  height: auto;
  width: auto;
  overflow: hidden;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin-right: 30px;
  margin-bottom: 30px;
}
.mCSB_container_wrapper > .mCSB_container {
  padding-right: 30px;
  padding-bottom: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.mCSB_vertical_horizontal > .mCSB_scrollTools.mCSB_scrollTools_vertical {
  bottom: 20px;
}
.mCSB_vertical_horizontal > .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  right: 20px;
}
.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden + .mCSB_scrollTools.mCSB_scrollTools_vertical {
  bottom: 0;
}
.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden + .mCSB_scrollTools ~ .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  right: 0;
}
.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden > .mCSB_container {
  padding-right: 0;
}
.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden > .mCSB_container {
  padding-bottom: 0;
}
.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden {
  margin-right: 0;
  margin-left: 0;
}
.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden {
  margin-bottom: 0;
}
.mCS-autoHide > .mCustomScrollBox > .mCSB_scrollTools {
  opacity: 0;
  filter: "alpha(opacity=0)";
  -ms-filter: "alpha(opacity=0)";
}
 > .mCustomScrollBox.mCS-autoHide ~ .mCSB_scrollTools {
  opacity: 0;
  filter: "alpha(opacity=0)";
  -ms-filter: "alpha(opacity=0)";
}
.mCS-autoHide:hover > .mCustomScrollBox > .mCSB_scrollTools {
  opacity: 1;
  filter: "alpha(opacity=100)";
  -ms-filter: "alpha(opacity=100)";
}
 > .mCustomScrollBox.mCS-autoHide:hover ~ .mCSB_scrollTools {
  opacity: 1;
  filter: "alpha(opacity=100)";
  -ms-filter: "alpha(opacity=100)";
}
.mCS-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000000;
  background-color: rgba(0, 0, 0, 0.15);
}
.mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000000;
  background-color: rgba(0, 0, 0, 0.75);
}
.mCS-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: rgba(0, 0, 0, 0.85);
}
.mCS-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: rgba(0, 0, 0, 0.9);
}
.mCS-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: rgba(0, 0, 0, 0.9);
}
.mCS-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -80px 0;
}
.mCS-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -80px -20px;
}
.mCS-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -80px -40px;
}
.mCS-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -80px -56px;
}
.mCS-dark-2.mCSB_scrollTools .mCSB_draggerRail {
  width: 4px;
  background-color: #ffffff;
  background-color: rgba(255, 255, 255, 0.1);
  background-color: #000000;
  background-color: rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
}
.mCS-dark-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 4px;
  background-color: #ffffff;
  background-color: rgba(255, 255, 255, 0.75);
  background-color: #000000;
  background-color: rgba(0, 0, 0, 0.75);
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
}
.mCS-dark-2.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000000;
  background-color: rgba(0, 0, 0, 0.85);
}
.mCS-dark-2.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #000000;
  background-color: rgba(0, 0, 0, 0.9);
}
.mCS-dark-2.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #000000;
  background-color: rgba(0, 0, 0, 0.9);
}
.mCS-dark-2.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px 0;
}
.mCS-dark-2.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -20px;
}
.mCS-dark-2.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -40px;
}
.mCS-dark-2.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -56px;
}
.mCS-light-2.mCSB_scrollTools .mCSB_draggerRail {
  width: 4px;
  background-color: #ffffff;
  background-color: rgba(255, 255, 255, 0.1);
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
}
.mCS-light-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 4px;
  background-color: #ffffff;
  background-color: rgba(255, 255, 255, 0.75);
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
}
.mCS-light-2.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #ffffff;
  background-color: rgba(255, 255, 255, 0.85);
}
.mCS-light-2.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #ffffff;
  background-color: rgba(255, 255, 255, 0.9);
}
.mCS-light-2.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #ffffff;
  background-color: rgba(255, 255, 255, 0.9);
}
.mCS-light-2.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px 0;
}
.mCS-light-2.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -20px;
}
.mCS-light-2.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -40px;
}
.mCS-light-2.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -56px;
}
.mCS-dark-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 4px;
  margin: 6px auto;
}
.mCS-dark-2.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 4px;
  margin: 6px auto;
}
.mCS-light-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 4px;
  margin: 6px auto;
}
.mCS-light-2.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 4px;
  margin: 6px auto;
}
.mCS-dark-thick.mCSB_scrollTools .mCSB_draggerRail {
  width: 4px;
  background-color: #ffffff;
  background-color: rgba(255, 255, 255, 0.1);
  background-color: #000000;
  background-color: rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 6px;
  background-color: #ffffff;
  background-color: rgba(255, 255, 255, 0.75);
  background-color: #000000;
  background-color: rgba(0, 0, 0, 0.75);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000000;
  background-color: rgba(0, 0, 0, 0.85);
}
.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #000000;
  background-color: rgba(0, 0, 0, 0.9);
}
.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #000000;
  background-color: rgba(0, 0, 0, 0.9);
}
.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -96px 0;
}
.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -96px -20px;
}
.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -100px -40px;
}
.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -100px -56px;
}
.mCS-light-thick.mCSB_scrollTools .mCSB_draggerRail {
  width: 4px;
  background-color: #ffffff;
  background-color: rgba(255, 255, 255, 0.1);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.mCS-light-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 6px;
  background-color: #ffffff;
  background-color: rgba(255, 255, 255, 0.75);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.mCS-light-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #ffffff;
  background-color: rgba(255, 255, 255, 0.85);
}
.mCS-light-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #ffffff;
  background-color: rgba(255, 255, 255, 0.9);
}
.mCS-light-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #ffffff;
  background-color: rgba(255, 255, 255, 0.9);
}
.mCS-light-thick.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -16px 0;
}
.mCS-light-thick.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -16px -20px;
}
.mCS-light-thick.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -20px -40px;
}
.mCS-light-thick.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -20px -56px;
}
.mCS-dark-thick.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 4px;
  margin: 6px 0;
}
.mCS-dark-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 6px;
  margin: 5px auto;
}
.mCS-light-thick.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 4px;
  margin: 6px 0;
}
.mCS-light-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 6px;
  margin: 5px auto;
}
.mCS-light-thin.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #ffffff;
  background-color: rgba(255, 255, 255, 0.1);
}
.mCS-light-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 2px;
}
.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 2px;
  background-color: #000000;
  background-color: rgba(0, 0, 0, 0.75);
}
.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000000;
  background-color: rgba(0, 0, 0, 0.85);
}
.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #000000;
  background-color: rgba(0, 0, 0, 0.9);
}
.mCS-dark-thin.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000000;
  background-color: rgba(0, 0, 0, 0.15);
}
.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #000000;
  background-color: rgba(0, 0, 0, 0.9);
}
.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -80px 0;
}
.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -80px -20px;
}
.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -80px -40px;
}
.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -80px -56px;
}
.mCS-dark-thin.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
}
.mCS-dark-thin.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 2px;
  margin: 7px auto;
}
.mCS-light-thin.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
}
.mCS-light-thin.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 2px;
  margin: 7px auto;
}
.mCS-rounded.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #ffffff;
  background-color: rgba(255, 255, 255, 0.15);
}
.mCS-rounded.mCSB_scrollTools .mCSB_dragger {
  height: 14px;
}
.mCS-rounded.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 14px;
  margin: 0 1px;
}
.mCS-rounded.mCSB_scrollTools .mCSB_buttonUp {
  background-position: 0 -72px;
}
.mCS-rounded.mCSB_scrollTools .mCSB_buttonDown {
  background-position: 0 -92px;
}
.mCS-rounded.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: 0 -112px;
}
.mCS-rounded.mCSB_scrollTools .mCSB_buttonRight {
  background-position: 0 -128px;
}
.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger {
  height: 14px;
}
.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 14px;
  margin: 0 1px;
  background-color: #000000;
  background-color: rgba(0, 0, 0, 0.75);
}
.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000000;
  background-color: rgba(0, 0, 0, 0.85);
}
.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #000000;
  background-color: rgba(0, 0, 0, 0.9);
}
.mCS-rounded-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000000;
  background-color: rgba(0, 0, 0, 0.15);
}
.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #000000;
  background-color: rgba(0, 0, 0, 0.9);
}
.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -80px -72px;
}
.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -80px -92px;
}
.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -80px -112px;
}
.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -80px -128px;
}
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger {
  height: 14px;
}
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 14px;
  margin: 0 1px;
  background-color: #000000;
  background-color: rgba(0, 0, 0, 0.75);
}
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000000;
  background-color: rgba(0, 0, 0, 0.85);
}
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #000000;
  background-color: rgba(0, 0, 0, 0.9);
}
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #000000;
  background-color: rgba(0, 0, 0, 0.9);
}
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: transparent;
  background-position: center;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAANElEQVQYV2NkIAAYiVbw//9/Y6DiM1ANJoyMjGdBbLgJQAX/kU0DKgDLkaQAvxW4HEvQFwCRcxIJK1XznAAAAABJRU5ErkJggg==);
  background-repeat: repeat-y;
  opacity: .3;
  filter: "alpha(opacity=30)";
  -ms-filter: "alpha(opacity=30)";
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAALElEQVQYV2NkIAAYSVFgDFR8BqrBBEifBbGRTfiPZhpYjiQFBK3A6l6CvgAAE9kGCd1mvgEAAAAASUVORK5CYII=);
}
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -96px -72px;
}
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -96px -92px;
}
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -100px -112px;
}
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -100px -128px;
}
.mCS-rounded-dots.mCSB_scrollTools .mCSB_dragger {
  height: 14px;
}
.mCS-rounded-dots.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 14px;
  margin: 0 1px;
}
.mCS-rounded-dots.mCSB_scrollTools .mCSB_draggerRail {
  background-color: transparent;
  background-position: center;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAANElEQVQYV2NkIAAYiVbw//9/Y6DiM1ANJoyMjGdBbLgJQAX/kU0DKgDLkaQAvxW4HEvQFwCRcxIJK1XznAAAAABJRU5ErkJggg==);
  background-repeat: repeat-y;
  opacity: .3;
  filter: "alpha(opacity=30)";
  -ms-filter: "alpha(opacity=30)";
}
.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -16px -72px;
}
.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -16px -92px;
}
.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -20px -112px;
}
.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -20px -128px;
}
.mCS-rounded-dark.mCSB_scrollTools_horizontal .mCSB_dragger {
  width: 14px;
}
.mCS-rounded-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  height: 14px;
  margin: 1px 0;
}
.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_dragger {
  width: 14px;
}
.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  height: 14px;
  margin: 1px 0;
}
.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  background-color: transparent;
  background-position: center;
  height: 4px;
  margin: 6px 0;
  background-repeat: repeat-x;
}
.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_dragger {
  width: 14px;
}
.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  height: 14px;
  margin: 1px 0;
}
.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  background-color: transparent;
  background-position: center;
  height: 4px;
  margin: 6px 0;
  background-repeat: repeat-x;
}
.mCS-rounded.mCSB_scrollTools_horizontal .mCSB_dragger {
  width: 14px;
}
.mCS-rounded.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  height: 14px;
  margin: 1px 0;
}
.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar {
  width: 16px;
  height: 16px;
  margin: -1px 0;
}
.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
  width: 16px;
  height: 16px;
  margin: -1px 0;
}
.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  width: 4px;
}
.mCSB_dragger.mCSB_dragger_onDrag_expanded.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand + .mCSB_draggerRail {
  width: 4px;
}
.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar {
  width: 16px;
  height: 16px;
  margin: -1px 0;
}
.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
  width: 16px;
  height: 16px;
  margin: -1px 0;
}
.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  width: 4px;
}
.mCSB_dragger.mCSB_dragger_onDrag_expanded.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand + .mCSB_draggerRail {
  width: 4px;
}
.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar {
  height: 16px;
  width: 16px;
  margin: 0 -1px;
}
.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
  height: 16px;
  width: 16px;
  margin: 0 -1px;
}
.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  height: 4px;
  margin: 6px 0;
}
.mCSB_dragger.mCSB_dragger_onDrag_expanded.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand + .mCSB_draggerRail {
  height: 4px;
  margin: 6px 0;
}
.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar {
  height: 16px;
  width: 16px;
  margin: 0 -1px;
}
.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
  height: 16px;
  width: 16px;
  margin: 0 -1px;
}
.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  height: 4px;
  margin: 6px 0;
}
.mCSB_dragger.mCSB_dragger_onDrag_expanded.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand + .mCSB_draggerRail {
  height: 4px;
  margin: 6px 0;
}
.mCS-rounded-dots-dark.mCSB_scrollTools_vertical .mCSB_draggerRail {
  width: 4px;
}
.mCS-rounded-dots.mCSB_scrollTools_vertical .mCSB_draggerRail {
  width: 4px;
}
.mCS-3d-dark.mCSB_scrollTools {
  opacity: 1;
  filter: "alpha(opacity=30)";
  -ms-filter: "alpha(opacity=30)";
}
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-repeat: repeat-y;
  background-image: -moz-linear-gradient(left, rgba(255, 255, 255, 0.5) 0, rgba(255, 255, 255, 0) 100%);
  background-image: -webkit-gradient(linear, left top, right top, color-stop(0, rgba(255, 255, 255, 0.5)), color-stop(100%, rgba(255, 255, 255, 0)));
  background-image: -webkit-linear-gradient(left, rgba(255, 255, 255, 0.5) 0, rgba(255, 255, 255, 0) 100%);
  background-image: -o-linear-gradient(left, rgba(255, 255, 255, 0.5) 0, rgba(255, 255, 255, 0) 100%);
  background-image: -ms-linear-gradient(left, rgba(255, 255, 255, 0.5) 0, rgba(255, 255, 255, 0) 100%);
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0.5) 0, rgba(255, 255, 255, 0) 100%);
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
  background-color: #555555;
  width: 8px;
}
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #555555;
}
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #555555;
}
.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail {
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
  width: 8px;
  background-color: rgba(0, 0, 0, 0.2);
  box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0.5), inset -1px 0 1px rgba(255, 255, 255, 0.2);
  background-color: #000000;
  background-color: rgba(0, 0, 0, 0.1);
  box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0.1);
}
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #555555;
}
.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px -72px;
}
.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -92px;
}
.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -112px;
}
.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -128px;
}
.mCS-3d-thick-dark.mCSB_scrollTools {
  opacity: 1;
  filter: "alpha(opacity=30)";
  -ms-filter: "alpha(opacity=30)";
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  box-shadow: inset 0 0 14px rgba(0, 0, 0, 0.2);
}
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-repeat: repeat-y;
  background-image: -moz-linear-gradient(left, rgba(255, 255, 255, 0.5) 0, rgba(255, 255, 255, 0) 100%);
  background-image: -webkit-gradient(linear, left top, right top, color-stop(0, rgba(255, 255, 255, 0.5)), color-stop(100%, rgba(255, 255, 255, 0)));
  background-image: -webkit-linear-gradient(left, rgba(255, 255, 255, 0.5) 0, rgba(255, 255, 255, 0) 100%);
  background-image: -o-linear-gradient(left, rgba(255, 255, 255, 0.5) 0, rgba(255, 255, 255, 0) 100%);
  background-image: -ms-linear-gradient(left, rgba(255, 255, 255, 0.5) 0, rgba(255, 255, 255, 0) 100%);
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0.5) 0, rgba(255, 255, 255, 0) 100%);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.4);
  width: 12px;
  margin: 2px;
  position: absolute;
  height: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.4), inset -1px 0 0 rgba(0, 0, 0, 0.2);
  background-color: #777777;
}
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #777777;
}
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #777777;
}
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerContainer {
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  background-color: #ffffff;
  background-color: rgba(0, 0, 0, 0.05);
  box-shadow: inset 1px 1px 16px rgba(0, 0, 0, 0.1);
}
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #777777;
}
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: transparent;
}
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px -72px;
}
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -92px;
}
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -112px;
}
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -128px;
}
.mCS-3d-thick.mCSB_scrollTools {
  opacity: 1;
  filter: "alpha(opacity=30)";
  -ms-filter: "alpha(opacity=30)";
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
}
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-repeat: repeat-y;
  background-image: -moz-linear-gradient(left, rgba(255, 255, 255, 0.5) 0, rgba(255, 255, 255, 0) 100%);
  background-image: -webkit-gradient(linear, left top, right top, color-stop(0, rgba(255, 255, 255, 0.5)), color-stop(100%, rgba(255, 255, 255, 0)));
  background-image: -webkit-linear-gradient(left, rgba(255, 255, 255, 0.5) 0, rgba(255, 255, 255, 0) 100%);
  background-image: -o-linear-gradient(left, rgba(255, 255, 255, 0.5) 0, rgba(255, 255, 255, 0) 100%);
  background-image: -ms-linear-gradient(left, rgba(255, 255, 255, 0.5) 0, rgba(255, 255, 255, 0) 100%);
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0.5) 0, rgba(255, 255, 255, 0) 100%);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.4);
  width: 12px;
  margin: 2px;
  position: absolute;
  height: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #555555;
}
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #555555;
}
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #555555;
}
.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerContainer {
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  background-color: #000000;
  background-color: rgba(0, 0, 0, 0.05);
  box-shadow: inset 1px 1px 16px rgba(0, 0, 0, 0.1);
}
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #555555;
}
.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerRail {
  background-color: transparent;
}
.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px -72px;
}
.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -92px;
}
.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -112px;
}
.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -128px;
}
.mCS-3d.mCSB_scrollTools {
  opacity: 1;
  filter: "alpha(opacity=30)";
  -ms-filter: "alpha(opacity=30)";
}
.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-repeat: repeat-y;
  background-image: -moz-linear-gradient(left, rgba(255, 255, 255, 0.5) 0, rgba(255, 255, 255, 0) 100%);
  background-image: -webkit-gradient(linear, left top, right top, color-stop(0, rgba(255, 255, 255, 0.5)), color-stop(100%, rgba(255, 255, 255, 0)));
  background-image: -webkit-linear-gradient(left, rgba(255, 255, 255, 0.5) 0, rgba(255, 255, 255, 0) 100%);
  background-image: -o-linear-gradient(left, rgba(255, 255, 255, 0.5) 0, rgba(255, 255, 255, 0) 100%);
  background-image: -ms-linear-gradient(left, rgba(255, 255, 255, 0.5) 0, rgba(255, 255, 255, 0) 100%);
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0.5) 0, rgba(255, 255, 255, 0) 100%);
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
  background-color: #555555;
  width: 8px;
}
.mCS-3d.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #555555;
}
.mCS-3d.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #555555;
}
.mCS-3d.mCSB_scrollTools .mCSB_draggerRail {
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
  width: 8px;
  background-color: #000000;
  background-color: rgba(0, 0, 0, 0.2);
  box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0.5), inset -1px 0 1px rgba(255, 255, 255, 0.2);
}
.mCS-3d.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #555555;
}
.mCS-3d.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px -72px;
}
.mCS-3d.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -92px;
}
.mCS-3d.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -112px;
}
.mCS-3d.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -128px;
}
.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger {
  width: 70px;
}
.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  background-repeat: repeat-x;
  background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0.5) 0, rgba(255, 255, 255, 0) 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(255, 255, 255, 0.5)), color-stop(100%, rgba(255, 255, 255, 0)));
  background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.5) 0, rgba(255, 255, 255, 0) 100%);
  background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0.5) 0, rgba(255, 255, 255, 0) 100%);
  background-image: -ms-linear-gradient(top, rgba(255, 255, 255, 0.5) 0, rgba(255, 255, 255, 0) 100%);
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.5) 0, rgba(255, 255, 255, 0) 100%);
  width: 100%;
  height: 8px;
  margin: 4px auto;
}
.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 8px;
  margin: 4px 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.5), inset 0 -1px 1px rgba(255, 255, 255, 0.2);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
}
.mCS-3d-thick-dark.mCSB_scrollTools_horizontal {
  bottom: 1px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1), inset 0 0 14px rgba(0, 0, 0, 0.5);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1), inset 0 0 14px rgba(0, 0, 0, 0.2);
}
.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  background-repeat: repeat-x;
  background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0.5) 0, rgba(255, 255, 255, 0) 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(255, 255, 255, 0.5)), color-stop(100%, rgba(255, 255, 255, 0)));
  background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.5) 0, rgba(255, 255, 255, 0) 100%);
  background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0.5) 0, rgba(255, 255, 255, 0) 100%);
  background-image: -ms-linear-gradient(top, rgba(255, 255, 255, 0.5) 0, rgba(255, 255, 255, 0) 100%);
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.5) 0, rgba(255, 255, 255, 0) 100%);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4);
  height: 12px;
  width: auto;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), inset 0 -1px 0 rgba(0, 0, 0, 0.2);
}
.mCS-3d-thick.mCSB_scrollTools_horizontal {
  bottom: 1px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1), inset 0 0 14px rgba(0, 0, 0, 0.5);
}
.mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  background-repeat: repeat-x;
  background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0.5) 0, rgba(255, 255, 255, 0) 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(255, 255, 255, 0.5)), color-stop(100%, rgba(255, 255, 255, 0)));
  background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.5) 0, rgba(255, 255, 255, 0) 100%);
  background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0.5) 0, rgba(255, 255, 255, 0) 100%);
  background-image: -ms-linear-gradient(top, rgba(255, 255, 255, 0.5) 0, rgba(255, 255, 255, 0) 100%);
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.5) 0, rgba(255, 255, 255, 0) 100%);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4);
  height: 12px;
  width: auto;
}
.mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger {
  width: 70px;
}
.mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  background-repeat: repeat-x;
  background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0.5) 0, rgba(255, 255, 255, 0) 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(255, 255, 255, 0.5)), color-stop(100%, rgba(255, 255, 255, 0)));
  background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.5) 0, rgba(255, 255, 255, 0) 100%);
  background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0.5) 0, rgba(255, 255, 255, 0) 100%);
  background-image: -ms-linear-gradient(top, rgba(255, 255, 255, 0.5) 0, rgba(255, 255, 255, 0) 100%);
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.5) 0, rgba(255, 255, 255, 0) 100%);
  width: 100%;
  height: 8px;
  margin: 4px auto;
}
.mCS-3d.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 8px;
  margin: 4px 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.5), inset 0 -1px 1px rgba(255, 255, 255, 0.2);
}
.mCS-3d-dark.mCSB_scrollTools_vertical .mCSB_dragger {
  height: 70px;
}
.mCS-3d.mCSB_scrollTools_vertical .mCSB_dragger {
  height: 70px;
}
.mCSB_inside + .mCS-3d-thick-dark.mCSB_scrollTools_vertical {
  right: 1px;
}
.mCSB_inside + .mCS-3d-thick.mCSB_scrollTools_vertical {
  right: 1px;
}
.mCS-3d-thick-dark.mCSB_scrollTools_vertical {
  box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0.1), inset 0 0 14px rgba(0, 0, 0, 0.5);
}
.mCS-3d-thick.mCSB_scrollTools_vertical {
  box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0.1), inset 0 0 14px rgba(0, 0, 0, 0.5);
}
.mCS-minimal-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: transparent;
}
.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000000;
  background-color: rgba(0, 0, 0, 0.2);
  filter: "alpha(opacity=20)";
  -ms-filter: "alpha(opacity=20)";
}
.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #000000;
  background-color: rgba(0, 0, 0, 0.5);
  filter: "alpha(opacity=50)";
  -ms-filter: "alpha(opacity=50)";
}
.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #000000;
  background-color: rgba(0, 0, 0, 0.5);
  filter: "alpha(opacity=50)";
  -ms-filter: "alpha(opacity=50)";
}
.mCS-minimal.mCSB_scrollTools .mCSB_draggerRail {
  background-color: transparent;
}
.mCS-minimal.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #ffffff;
  background-color: rgba(255, 255, 255, 0.2);
  filter: "alpha(opacity=20)";
  -ms-filter: "alpha(opacity=20)";
}
.mCS-minimal.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #ffffff;
  background-color: rgba(255, 255, 255, 0.5);
  filter: "alpha(opacity=50)";
  -ms-filter: "alpha(opacity=50)";
}
.mCS-minimal.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #ffffff;
  background-color: rgba(255, 255, 255, 0.5);
  filter: "alpha(opacity=50)";
  -ms-filter: "alpha(opacity=50)";
}
.mCSB_outside + .mCS-minimal-dark.mCSB_scrollTools_vertical {
  right: 0;
  margin: 12px 0;
}
.mCSB_outside + .mCS-minimal.mCSB_scrollTools_vertical {
  right: 0;
  margin: 12px 0;
}
.mCustomScrollBox.mCS-minimal + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  bottom: 0;
  margin: 0 12px;
}
.mCustomScrollBox.mCS-minimal + .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  bottom: 0;
  margin: 0 12px;
}
.mCustomScrollBox.mCS-minimal-dark + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  bottom: 0;
  margin: 0 12px;
}
.mCustomScrollBox.mCS-minimal-dark + .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  bottom: 0;
  margin: 0 12px;
}
.mCS-minimal-dark.mCSB_scrollTools_vertical .mCSB_dragger {
  height: 50px;
}
.mCS-minimal.mCSB_scrollTools_vertical .mCSB_dragger {
  height: 50px;
}
.mCS-minimal-dark.mCSB_scrollTools_horizontal .mCSB_dragger {
  width: 50px;
}
.mCS-minimal.mCSB_scrollTools_horizontal .mCSB_dragger {
  width: 50px;
}
.mCS-dark-3.mCSB_scrollTools .mCSB_draggerRail {
  width: 6px;
  background-color: rgba(0, 0, 0, 0.2);
  background-color: #000000;
  background-color: rgba(0, 0, 0, 0.1);
}
.mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 6px;
  background-color: #000000;
  background-color: rgba(0, 0, 0, 0.75);
}
.mCS-dark-3.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000000;
  background-color: rgba(0, 0, 0, 0.85);
}
.mCS-dark-3.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #000000;
  background-color: rgba(0, 0, 0, 0.9);
}
.mCS-dark-3.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #000000;
  background-color: rgba(0, 0, 0, 0.9);
}
.mCS-dark-3.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px -72px;
}
.mCS-dark-3.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -92px;
}
.mCS-dark-3.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -112px;
}
.mCS-dark-3.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -128px;
}
.mCS-light-3.mCSB_scrollTools .mCSB_draggerRail {
  width: 6px;
  background-color: #000000;
  background-color: rgba(0, 0, 0, 0.2);
}
.mCS-light-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 6px;
}
.mCS-light-3.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px -72px;
}
.mCS-light-3.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -92px;
}
.mCS-light-3.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -112px;
}
.mCS-light-3.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -128px;
}
.mCS-dark-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 6px;
  margin: 5px 0;
}
.mCS-dark-3.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 6px;
  margin: 5px 0;
}
.mCS-light-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 6px;
  margin: 5px 0;
}
.mCS-light-3.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 6px;
  margin: 5px 0;
}
.mCSB_dragger.mCSB_dragger_onDrag_expanded.mCS-dark-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand + .mCSB_draggerRail {
  width: 12px;
}
.mCS-dark-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  width: 12px;
}
.mCSB_dragger.mCSB_dragger_onDrag_expanded.mCS-light-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand + .mCSB_draggerRail {
  width: 12px;
}
.mCS-light-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  width: 12px;
}
.mCSB_dragger.mCSB_dragger_onDrag_expanded.mCS-dark-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand + .mCSB_draggerRail {
  height: 12px;
  margin: 2px 0;
}
.mCS-dark-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  height: 12px;
  margin: 2px 0;
}
.mCSB_dragger.mCSB_dragger_onDrag_expanded.mCS-light-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand + .mCSB_draggerRail {
  height: 12px;
  margin: 2px 0;
}
.mCS-light-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  height: 12px;
  margin: 2px 0;
}
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail {
  width: 12px;
  background-color: rgba(0, 0, 0, 0.2);
  background-color: #000000;
  background-color: rgba(0, 0, 0, 0.1);
  background-color: transparent;
  border-width: 1px;
  border-style: solid;
  border-color: #ffffff;
  border-color: rgba(255, 255, 255, 0.2);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-color: #000000;
  border-color: rgba(0, 0, 0, 0.2);
}
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 6px;
  margin: 3px 5px;
  position: absolute;
  height: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #000000;
  background-color: rgba(0, 0, 0, 0.75);
}
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000000;
  background-color: rgba(0, 0, 0, 0.85);
}
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #000000;
  background-color: rgba(0, 0, 0, 0.9);
}
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #000000;
  background-color: rgba(0, 0, 0, 0.9);
}
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px -72px;
}
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -92px;
}
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -112px;
}
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -128px;
}
.mCS-inset-2.mCSB_scrollTools .mCSB_draggerRail {
  width: 12px;
  background-color: #000000;
  background-color: rgba(0, 0, 0, 0.2);
  background-color: transparent;
  border-width: 1px;
  border-style: solid;
  border-color: #ffffff;
  border-color: rgba(255, 255, 255, 0.2);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.mCS-inset-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 6px;
  margin: 3px 5px;
  position: absolute;
  height: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.mCS-inset-2.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px -72px;
}
.mCS-inset-2.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -92px;
}
.mCS-inset-2.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -112px;
}
.mCS-inset-2.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -128px;
}
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail {
  width: 12px;
  background-color: rgba(0, 0, 0, 0.2);
  background-color: rgba(0, 0, 0, 0.1);
  background-color: #000000;
  background-color: rgba(0, 0, 0, 0.6);
}
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 6px;
  margin: 3px 5px;
  position: absolute;
  height: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #000000;
  background-color: rgba(0, 0, 0, 0.75);
  background-color: #ffffff;
  background-color: rgba(255, 255, 255, 0.75);
}
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000000;
  background-color: rgba(0, 0, 0, 0.85);
  background-color: #ffffff;
  background-color: rgba(255, 255, 255, 0.85);
}
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #000000;
  background-color: rgba(0, 0, 0, 0.9);
  background-color: #ffffff;
  background-color: rgba(255, 255, 255, 0.9);
}
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #000000;
  background-color: rgba(0, 0, 0, 0.9);
  background-color: #ffffff;
  background-color: rgba(255, 255, 255, 0.9);
}
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px -72px;
}
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -92px;
}
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -112px;
}
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -128px;
}
.mCS-inset-3.mCSB_scrollTools .mCSB_draggerRail {
  width: 12px;
  background-color: #000000;
  background-color: rgba(0, 0, 0, 0.2);
  background-color: #ffffff;
  background-color: rgba(255, 255, 255, 0.6);
}
.mCS-inset-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 6px;
  margin: 3px 5px;
  position: absolute;
  height: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #000000;
  background-color: rgba(0, 0, 0, 0.75);
}
.mCS-inset-3.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000000;
  background-color: rgba(0, 0, 0, 0.85);
}
.mCS-inset-3.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #000000;
  background-color: rgba(0, 0, 0, 0.9);
}
.mCS-inset-3.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px -72px;
}
.mCS-inset-3.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -92px;
}
.mCS-inset-3.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -112px;
}
.mCS-inset-3.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -128px;
}
.mCS-inset-3.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #000000;
  background-color: rgba(0, 0, 0, 0.9);
}
.mCS-inset-dark.mCSB_scrollTools .mCSB_draggerRail {
  width: 12px;
  background-color: rgba(0, 0, 0, 0.2);
  background-color: #000000;
  background-color: rgba(0, 0, 0, 0.1);
}
.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 6px;
  margin: 3px 5px;
  position: absolute;
  height: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #000000;
  background-color: rgba(0, 0, 0, 0.75);
}
.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000000;
  background-color: rgba(0, 0, 0, 0.85);
}
.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #000000;
  background-color: rgba(0, 0, 0, 0.9);
}
.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #000000;
  background-color: rgba(0, 0, 0, 0.9);
}
.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px -72px;
}
.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -92px;
}
.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -112px;
}
.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -128px;
}
.mCS-inset.mCSB_scrollTools .mCSB_draggerRail {
  width: 12px;
  background-color: #000000;
  background-color: rgba(0, 0, 0, 0.2);
}
.mCS-inset.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 6px;
  margin: 3px 5px;
  position: absolute;
  height: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.mCS-inset.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px -72px;
}
.mCS-inset.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -92px;
}
.mCS-inset.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -112px;
}
.mCS-inset.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -128px;
}
.mCS-inset-2-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  height: 6px;
  margin: 5px 3px;
  position: absolute;
  width: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.mCS-inset-2-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 12px;
  margin: 2px 0;
}
.mCS-inset-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  height: 6px;
  margin: 5px 3px;
  position: absolute;
  width: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.mCS-inset-2.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 12px;
  margin: 2px 0;
}
.mCS-inset-3-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  height: 6px;
  margin: 5px 3px;
  position: absolute;
  width: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.mCS-inset-3-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 12px;
  margin: 2px 0;
}
.mCS-inset-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  height: 6px;
  margin: 5px 3px;
  position: absolute;
  width: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.mCS-inset-3.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 12px;
  margin: 2px 0;
}
.mCS-inset-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  height: 6px;
  margin: 5px 3px;
  position: absolute;
  width: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.mCS-inset-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 12px;
  margin: 2px 0;
}
.mCS-inset.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  height: 6px;
  margin: 5px 3px;
  position: absolute;
  width: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.mCS-inset.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 12px;
  margin: 2px 0;
}
@media (min-width: 1025px) {
  .feature-footer .row .col-3 .icon:hover span.icon-truck {
    -webkit-animation: passing 2s ease-in-out infinite;
    animation: passing 2s ease-in-out infinite;
  }
  .feature-footer .row .col-3 .icon:hover span.icon-easy-return {
    -webkit-animation: ring 2s ease-in-out infinite;
    animation: spin 2s ease-in-out infinite;
  }
  .feature-footer .row .col-3 .icon:hover span.icon-wallet,
  .feature-footer .row .col-3 .icon:hover span.icon-award {
    -webkit-animation: tada 2s ease-in-out infinite;
    animation: tada 2s ease-in-out infinite;
  }
  .bottom-footer .social-links ul li a:hover {
    color: #000000;
    transition: all 0.4s;
    text-decoration: none;
  }
  .middle-footer ul li a:hover {
    text-decoration: none;
    outline: none;
  }
  @-webkit-keyframes passing {
    0% {
      -webkit-transform: translateX(-50%);
      transform: translateX(-50%);
      opacity: 1;
    }
    100% {
      -webkit-transform: translateX(50%);
      transform: translateX(50%);
      opacity: 0;
    }
  }
  @keyframes passing {
    0% {
      -webkit-transform: translateX(-50%);
      transform: translateX(-50%);
      opacity: 1;
    }
    100% {
      -webkit-transform: translateX(50%);
      transform: translateX(50%);
      opacity: 0;
    }
  }
  @-webkit-keyframes tada {
    0% {
      -webkit-transform: scale(1);
      transform: scale(1);
    }
    10%,
    20% {
      -webkit-transform: scale(0.9) rotate(-8deg);
      transform: scale(0.9) rotate(-8deg);
    }
    30%,
    50%,
    70% {
      -webkit-transform: scale(1.3) rotate(8deg);
      transform: scale(1.3) rotate(8deg);
    }
    40%,
    60% {
      -webkit-transform: scale(1.3) rotate(-8deg);
      transform: scale(1.3) rotate(-8deg);
    }
    100%,
    80% {
      -webkit-transform: scale(1) rotate(0);
      transform: scale(1) rotate(0);
    }
  }
  @keyframes tada {
    0% {
      -webkit-transform: scale(1);
      transform: scale(1);
    }
    10%,
    20% {
      -webkit-transform: scale(0.9) rotate(-8deg);
      transform: scale(0.9) rotate(-8deg);
    }
    30%,
    50%,
    70% {
      -webkit-transform: scale(1.3) rotate(8deg);
      transform: scale(1.3) rotate(8deg);
    }
    40%,
    60% {
      -webkit-transform: scale(1.3) rotate(-8deg);
      transform: scale(1.3) rotate(-8deg);
    }
    100%,
    80% {
      -webkit-transform: scale(1) rotate(0);
      transform: scale(1) rotate(0);
    }
  }
  @-webkit-keyframes spin {
    0% {
      -webkit-transform: rotate(0);
      transform: rotate(0);
    }
    100% {
      -webkit-transform: rotate(359deg);
      transform: rotate(359deg);
    }
  }
}
@media (max-width: 1024px) and (min-width: 992px) {
  .authorization-link {
    padding: 0 15px;
  }
  .authorization-link a {
    padding-left: 15px;
  }
  .header.content .logo {
    max-width: 200px;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  header.page-header {
    top: 26px !important;
  }
  .feature-footer .col-3 {
    padding: 10px;
  }
  .feature-footer .row .col-3 .icon {
    margin-right: 8px;
  }
  .feature-footer .row .col-3 .data {
    width: calc(52%);
  }
  .middle-footer .contact-info,
  .middle-footer .site-logo {
    width: 25%;
  }
  .middle-footer .site-logo .image {
    padding: 50px 15px;
  }
  .middle-footer h4 {
    font-size: 13px;
  }
  .fullstore-directory .directory-wrapper .directory ul li ul li {
    width: 50%;
  }
  .fullstore-directory .directory-wrapper .directory ul li ul li:nth-child(3n +3) {
    padding-right: 0px;
  }
  .fullstore-directory .directory-wrapper .directory ul li ul li:nth-child(2n +2) {
    padding-right: 30px;
  }
  .feature-footer .row .col-3 .icon span.icon-truck {
    font-size: 38px;
  }
  .authorization-link {
    padding: 0 10px;
    margin-top: 0;
  }
  .authorization-link a {
    padding-left: 10px;
  }
  .header.content .logo {
    max-width: 150px;
  }
}
@media (max-width: 800px) {
  .page-header {
    margin-bottom: 0px;
    border-bottom: 1px solid #d7d7d7;
  }
}
@media (max-width: 767px) {
  .banner-top-mobile-links {
    margin-top: 14px !important;
  }
  header.page-header {
    top: 26px !important;
  }
  .container {
    padding: 0 10px;
  }
  .feature-footer .col-3 {
    padding: 0;
  }
  .feature-footer .row .col-3 .icon {
    width: 100%;
    padding: 10px 0;
    margin-right: 0px;
    border-right: 1px solid #e7e7e7;
    border-bottom: 1px solid #e7e7e7;
    display: block;
    line-height: 33px;
  }
  .feature-footer .row .col-3:last-child .icon {
    border-right: 1px solid transparent;
  }
  .feature-footer .row .col-3 .icon.active {
    border-bottom: 1px solid transparent;
  }
  .feature-footer .mobile-data-wrapper .data {
    display: none;
  }
  .feature-footer .mobile-data-wrapper .data.active {
    display: block;
  }
  .feature-footer .mobile-data-wrapper .data {
    padding: 12px 0;
  }
  .feature-footer .mobile-data-wrapper .data h5 {
    display: inline-block;
    font-size: 14px;
    color: #382063;
    font-weight: 600;
    line-height: 18px;
    text-transform: uppercase;
    margin: 0;
  }
  .feature-footer .mobile-data-wrapper .data p {
    display: inline-block;
    font-size: 12px;
    color: #333;
    margin-bottom: 0;
  }
  .feature-footer .col-3 {
    border: 0;
  }
  .middle-footer .container {
    padding: 0;
  }
  .middle-footer .site-logo {
    width: 100%;
    border-bottom: 1px solid #e7e7e7;
  }
  .middle-footer {
    padding: 0;
  }
  .middle-footer .site-logo .image {
    padding: 15px 10px;
  }
  .middle-footer .site-logo .image img {
    width: 120px;
  }
  .middle-footer .footer-links,
  .middle-footer .contact-info,
  .middle-footer .footer-links .col-half {
    width: 100%;
  }
  .middle-footer .footer-links {
    padding: 0;
  }
  .middle-footer h4 {
    margin: 0;
    position: relative;
    padding-right: 35px;
  }
  .middle-footer h4::before {
    position: absolute;
    top: 8px;
    right: 20px;
    font-size: 10px;
    font-family: 'mycustomfont';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: '\e904';
    transform: rotateZ(90deg);
    transition: all 0.4s;
  }
  .middle-footer .active h4::before {
    transform: rotateZ(-90deg);
    transition: all 0.4s;
  }
  .middle-footer .footer-links .col-half,
  .middle-footer .contact-info {
    padding: 10px;
    border-bottom: 1px solid #e7e7e7;
  }
  .middle-footer .data {
    display: none;
  }
  .middle-footer .contact-info p,
  .middle-footer .footer-links .col-half ul li {
    font-size: 12px;
  }
  .bottom-footer {
    border-top: 0;
  }
  .bottom-footer .copyrights,
  .bottom-footer .social-links {
    float: none;
  }
  .bottom-footer .social-links ul li a {
    padding: 0 12px;
  }
  .bottom-footer .social-links {
    margin-bottom: 20px;
  }
  .bottom-footer .social-links ul li:first-child a {
    padding-left: 0;
  }
  .bottom-footer .copyrights p {
    line-height: 18px;
  }
  .fullstore-directory .directory-wrapper .directory ul li ul li {
    width: 100%;
  }
  .fullstore-directory .directory-wrapper .directory ul li ul li:nth-child(3n +3) {
    padding-right: 0px;
  }
}
/*12-01-2021*/
@media (min-width: 768px) {
  .product-container {
    overflow: hidden;
    padding-left: 90px;
    padding-right: 90px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .product-container .fotorama__thumb {
    border: 0;
  }
  .product-container .fotorama__nav--thumbs {
    text-align: center;
    margin-top: 10px;
  }
  .product-container .fotorama__thumb-border {
    border-width: 0 !important;
    opacity: 0;
  }
  .product-container .fotorama__nav__frame {
    margin-left: 10px;
    margin-right: 10px;
  }
  .product-container .fotorama__nav__frame--thumb {
    opacity: 0.5;
  }
  .product-container .fotorama__nav__frame--thumb.fotorama__active {
    opacity: 1;
  }
  .product-container .product-options-bottom {
    display: block;
  }
  .product-container .notorama {
    width: calc(30vw + 60px);
    margin: 0 auto;
  }
  .product-container .notorama .gallery-placeholder .notorama-view-wrapper .slick-item img {
    width: auto;
  }
  .product-container .notorama .notorama-carousel {
    margin-top: 10px;
  }
  .product-container .notorama .notorama-carousel .slick-item img {
    border: 0;
    opacity: 0.7;
  }
  .product-container .notorama .notorama-carousel .slick-item.slick-current img {
    border: 0;
    opacity: 1;
  }
  .product-container .notorama .notorama-carousel .slick-arrow {
    display: none !important;
  }
  .product-container .notorama #notorama-dots {
    display: none;
  }
  .product-container .notorama .slick-arrow {
    /*width: 60px;*/
    /*height: 100px;*/
    /*color: #888;*/
  }
  .product-container .notorama .slick-arrow svg {
    display: none;
  }
  .product-container .notorama .slick-arrow {
    /*background: none;*/
  }
  .product-container .notorama .slick-arrow:hover {
    /*background-color:url(../images/sprite.png);*/
  }
  .product-container .notorama-zoom {
    display: none;
  }
  .catalog-product-view .columns .column.main {
    max-width: 100%;
    padding: 0;
  }
  .catalog-product-view .columns .column.main .product.media {
    border-right: 0;
  }
  .catalog-product-view .columns .column.main .product-container {
    max-width: 1460px;
    margin: 0 auto;
  }
  .catalog-product-view .columns .column.main .product-container .product.media {
    width: 60%;
  }
  .catalog-product-view .columns .column.main .product-container .product-info-main {
    width: 34%;
    /*padding-top: 70px;*/
    padding-left: 0;
    margin-top: 60px;
  }
  .catalog-product-view .columns .column.main .product-container .product-info-main .product-info-price .price-final_price {
    padding-bottom: 35px;
    padding-top: 10px;
  }
  .catalog-product-view .columns .column.main .product-container .product-info-main .product-info-price .product_brand {
    font-weight: 400;
    font-size: 22px;
    border-bottom: 2px solid #222222;
    padding-bottom: 5px;
    letter-spacing: 1.5px;
    /*padding-right: 30px;*/
  }
  .catalog-product-view .columns .column.main .product-container .product-info-main .product-info-price .product_brand a {
    color: #222;
    text-transform: uppercase;
  }
  .catalog-product-view .columns .column.main .product-container .product-info-main .product-info-price .product.attribute.name {
    font-size: 1.090em;
    margin-bottom: 15px;
  }
  .catalog-product-view .columns .column.main .product-container .product-info-main .product-info-price .product-info-stock-sku {
    display: none;
  }
  .catalog-product-view .columns .column.main .product-container .product-info-main .product-info-price .price-box .price-container .price {
    color: #000;
    letter-spacing: 0.35px;
    font-size: 16px;
  }
  .catalog-product-view .columns .column.main .product-container .product-info-main .product-info-price .royalty-text {
    font-size: 1.170em;
    line-height: 1.4em;
    font-weight: 100;
    color: #000;
    text-transform: uppercase;
    letter-spacing: 1.18px;
    margin-top: 5px;
  }
  .catalog-product-view .columns .column.main .product-container .product-info-main .product-info-price .pDpProductLabels {
    /*display: none;*/
  }
  .catalog-product-view .columns .column.main .product-container .product-info-main .product-add-form {
    border-top: 0;
    padding-top: 10px;
    margin-top: 7px;
  }
  .catalog-product-view .columns .column.main .product-container .product-info-main .product-add-form .swatch-opt .swatch-attribute.size {
    padding-top: 5px;
  }
  .catalog-product-view .columns .column.main .product-container .product-info-main .product-add-form .swatch-opt .swatch-attribute.size .swatch-attribute-options .custom-dropdown {
    width: 100%;
  }
  .catalog-product-view .columns .column.main .product-info-main .product-add-form .swatch-opt .swatch-attribute.size .swatch-attribute-options .view-size-guide,
  .catalog-product-view .columns .column.main .product-info-main .product-add-form .swatch-opt .swatch-attribute.size .swatch-attribute-options .cant-find-my-size {
    display: block;
    width: 100%;
  }
  .catalog-product-view .columns .column.main .product-info-main .product-add-form .swatch-opt .swatch-attribute.size .swatch-attribute-options .view-size-guide {
    margin-top: 10px;
  }
  .fotorama__nav.fotorama__nav--thumbs {
    text-align: center;
  }
  .fotorama__nav.fotorama__nav--thumbs .fotorama__thumb-border {
    border-width: 0 !important;
    opacity: 0;
  }
  .fotorama__nav.fotorama__nav--thumbs .fotorama__nav__frame {
    margin-left: 10px;
    margin-right: 10px;
  }
  .fotorama__nav.fotorama__nav--thumbs .fotorama__nav__frame {
    margin-left: 10px;
    margin-right: 10px;
  }
  .fotorama__nav.fotorama__nav--thumbs {
    /*opacity: 0.5;*/
  }
  .fotorama__nav.fotorama__nav--thumbs.fotorama__active {
    opacity: 1;
  }
  .fotorama__arr .fotorama__arr__arr {
    width: 40px;
    height: 20px;
  }
  .fotorama__arr--next .fotorama__arr__arr {
    background-position: -188px -110px;
  }
  .fotorama__arr--prev .fotorama__arr__arr {
    background-position: -80px -110px;
  }
}
@media (min-width: 768px) and (min-width: 992px) {
  .product-container .notorama .gallery-placeholder .notorama-view-wrapper .slick-item img {
    height: 65vh;
  }
}
@media (max-width: 1024px) and (min-width: 991px) {
  .product-container {
    padding-left: 30px;
    padding-right: 30px;
  }
  .catalog-product-view .columns .column.main .product-container .product.media {
    width: 60%;
    float: left;
  }
  .catalog-product-view .columns .column.main .product-container .product-info-main {
    float: right;
    width: 38%;
  }
  .catalog-product-view .columns .column.main .product-info-main .product-info-price .action.towishlist {
    top: -5px;
  }
}
@media (max-width: 990px) and (min-width: 767px) {
  .product-container {
    padding-left: 30px;
    padding-right: 30px;
  }
  .catalog-product-view .columns .column.main .product-container .product.media {
    width: 55%;
    float: left;
  }
  .catalog-product-view .columns .column.main .product-container .product-info-main {
    float: right;
    width: 36%;
  }
  .catalog-product-view .columns .column.main .product-info-main .product-info-price .action.towishlist {
    top: -5px;
  }
}
@media (max-width: 991px) {
  #algoliaAutocomplete .aa-SubmitButton {
    left: 0px;
  }
  .mmactive #sm_menu_ham::before {
    background-image: url(../images/closeic.svg);
    content: "";
    height: 56px;
    font-size: 0;
    background-size: contain;
    width: 56px;
    background-repeat: no-repeat;
    position: absolute;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
    vertical-align: top;
    border-radius: 50px;
  }
  .mmactive #sm_menu_ham {
    left: auto !important;
    padding-left: 10px;
    margin-left: 20px;
    top: 0px;
    margin-top: 17px;
    right: 10px !important;
    z-index: 999999;
    width: 70px;
    height: 50px;
  }
  .r-modal-backdrop {
    display: none;
  }
  .mmactive .r-modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #000;
    z-index: 999999 !important;
    opacity: .7;
    display: block;
  }
  .sm_menu_outer .mobile_menu li.btn a {
    width: -webkit-fill-available;
    position: relative;
    overflow: hidden;
    padding: 9px 16px 12px 16px;
    margin: 1px;
    height: 40px;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: .4px;
    background-color: #fff;
    box-shadow: none;
    color: #222 !important;
    border: solid 1px #222;
    text-transform: capitalize;
  }
  .sm_menu_outer .mobile_menu li.btn a::after {
    content: "";
    right: 0;
    top: 7px;
    font-family: 'mycustomfont';
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 16px;
    color: #000000;
    -o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s;
    content: "\e906";
    margin-right: 10px;
    content: "\e907";
    position: absolute;
    left: auto;
    font-weight: 400;
  }
  .sm_menu_outer.active {
    z-index: 999999 !important;
    top: 81px;
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    z-index: 999999;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: 0.4s -webkit-transform;
    transition: 0.4s -webkit-transform;
    transition: .4s transform;
    transition: 0.4s transform, 0.4s -webkit-transform;
    max-width: 75vw;
    width: 75vw;
    transform: translateX(0);
  }
}
@media (max-width: 767px) {
  .sm_menu_outer .mobile_menu li.btn a {
    position: relative;
  }
  .sm_menu_outer .mobile_menu li.btn a:after {
    content: "";
    right: 0;
    top: 7px;
    font-family: 'mycustomfont';
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 16px;
    color: #000000;
    -o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s;
    content: "\e906";
    margin-right: 10px;
    content: "\e907";
    position: absolute;
    left: auto;
    font-weight: 400;
  }
  .r-modal-backdrop {
    display: none;
  }
  .mmactive .r-modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #000;
    z-index: 999999;
    opacity: .7;
    display: block;
  }
  .mmactive #sm_menu_ham {
    left: auto !important;
    padding-left: 10px;
    margin-left: 20px;
    top: 0px;
    margin-top: 17px;
    right: 10px !important;
    z-index: 999999;
  }
  .mmactive #sm_menu_ham:before {
    background-image: url(../images/closeic.svg);
    content: "";
    height: 56px;
    font-size: 0;
    background-size: contain;
    width: 56px;
    background-repeat: no-repeat;
    position: absolute;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
    vertical-align: top;
    border-radius: 50px;
  }
  #sm_menu_ham:before {
    background-image: url(../images/hamburger.svg);
    content: "";
    height: 14px;
    font-size: 0;
    background-size: contain;
    width: 14px;
    background-repeat: no-repeat;
    position: absolute;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
    vertical-align: top;
  }
  #sm_menu_ham span {
    display: none !important;
  }
  .product-container .fotorama__active .fotorama__dot {
    background-color: #222222;
    border-color: #222222;
  }
  .product-container .fotorama__dot {
    width: 11px;
    height: 11px;
    background-color: #888888;
    border-color: #888888;
  }
  .product-container .product-options-bottom {
    display: none;
  }
  .catalog-product-view .columns .column.main .product-container {
    max-width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
    flex-wrap: wrap;
  }
  .catalog-product-view .columns .column.main .product-container .product-info-main {
    padding-top: 30px;
  }
  .catalog-product-view .columns .column.main .product-container .product-info-main .product-info-price .price-final_price {
    padding-bottom: 10px;
    padding-top: 5px;
  }
  .catalog-product-view .columns .column.main .product-container .product-info-main .product-info-price .product_brand {
    font-weight: 400;
    font-size: 22px;
    border-bottom: 2px solid #222222;
    padding-bottom: 5px;
    letter-spacing: 1.5px;
    color: #222;
    margin-bottom: 15px;
  }
  .catalog-product-view .columns .column.main .product-container .product-info-main .product-info-price .product.attribute.name {
    font-size: 1.1em;
    margin-bottom: 15px;
  }
  .catalog-product-view .columns .column.main .product-container .product-info-main .product-info-price .product-info-stock-sku {
    display: none;
  }
  .catalog-product-view .columns .column.main .product-container .product-info-main .product-info-price .price-box .price-container .price {
    color: #333333;
    letter-spacing: 0.35px;
    font-size: 1.2em;
  }
  .catalog-product-view .columns .column.main .product-container .product-info-main .product-info-price .royalty-text {
    font-size: 13px;
    line-height: 1.4em;
    font-weight: 100;
    color: #000;
    text-transform: uppercase;
    letter-spacing: 1.2px;
    margin-top: 15px;
  }
  .catalog-product-view .columns .column.main .product-container .product-info-main .product-info-price .pDpProductLabels {
    display: none;
  }
  .catalog-product-view .columns .column.main .product-container .product-info-main .product-add-form {
    border-top: 0;
    padding-top: 10px;
    margin-top: 10px;
  }
  .catalog-product-view .columns .column.main .product-container .product-info-main .product-add-form .swatch-opt .swatch-attribute {
    margin-bottom: 10px;
  }
  .catalog-product-view .columns .column.main .product-container .product-info-main .product-add-form .swatch-opt .swatch-attribute.size {
    padding-top: 5px;
  }
  .catalog-product-view .columns .column.main .product-container .product-info-main .product-add-form .swatch-opt .swatch-attribute .size .swatch-attribute-options .custom-dropdown {
    width: 100%;
  }
  .notorama-carousel {
    display: none !important;
  }
  #notorama-dots .slick-dots {
    bottom: 10px;
  }
  #notorama-dots .slick-dots li {
    margin: 0 5px !important;
  }
  #notorama-dots .slick-dots li button {
    background: #333333;
  }
}
.catalog-product-view .columns .column.main .product.info.detailed {
  background-color: #F0F0F0;
}
.catalog-product-view .columns .column.main .product.info.detailed .product.data.items {
  max-width: 1460px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  margin-top: 30px;
  margin-bottom: 0px;
}
@media (max-width: 767px) {
  .catalog-product-view .columns .column.main .product.info.detailed .product.data.items {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 30px;
  }
}
/*plp pages*/
@media (max-width: 1440px) and (min-width: 768px) {
  #algolia_instant_selector .ais-hits .ais-hits--item {
    width: 33.33%;
  }
}
@media (min-width: 992px) {
  #algolia-left-container {
    width: 20%;
  }
  #algolia-left-container.left-fixed-filter {
    position: fixed;
    top: 115px;
  }
  #algolia-right-container {
    width: 80%;
  }
}
#algolia_instant_selector .result-sub-content {
  margin-top: 0px;
}
#algolia_instant_selector .result .result-description {
  font-size: 1.090em;
  padding-bottom: 2px;
  color: #000 !important;
}
#algolia_instant_selector .result .wishlist-icon:before {
  width: 17px !important;
  height: 24px !important;
  font-size: 16px !important;
}
#algolia_instant_selector .result-sub-content .result-sub-content {
  margin-top: 0;
}
#algolia_instant_selector .result .price {
  color: #000 !important;
  line-height: 1.4em;
  font-size: 1.090em;
}
#algolia_instant_selector .result .price .after_special {
  color: #333;
}
#algolia_instant_selector .before_special {
  color: #000 !important;
}
#algolia_instant_selector .result:hover .result-thumbnail a:before,
#algolia_instant_selector .result:hover .result-thumbnail a:after {
  border-color: transparent;
}
#algolia_instant_selector .result .result-thumbnail img {
  width: 100%;
}
#algolia_instant_selector .ais-hits .ais-hits--item {
  padding-left: 18px;
  padding-right: 18px;
}
.algolia-instant-results-wrapper .top-filter-wrapper {
  border-top: 1px solid #ccc;
  border-bottom: 0;
  padding-top: 15px;
}
.custom-dropdown select {
  /*color: #888 !important;*/
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.top-filter-wrapper .custom-dropdown-wrapper {
  color: #888 !important;
  letter-spacing: 0.1em;
}
.top-filter-wrapper .container > ul {
  border-bottom: 1px solid #e8e8e8;
  padding-bottom: 15px;
}
.top-filter-wrapper.fixed-filter .container > ul {
  border-bottom: 0px solid #e8e8e8;
  padding-bottom: 0;
}
@media (max-width: 1024px) and (min-width: 768px) {
  #algolia_instant_selector .ais-hits .ais-hits--item {
    padding-left: 10px;
    padding-right: 10px;
  }
  #algolia_instant_selector .result {
    text-align: left;
  }
}
@media (min-width: 767px) {
  .top-filter-wrapper .custom-dropdown-wrapper {
    width: 260px;
  }
  #algolia_instant_selector .result .result-thumbnail a {
    margin-bottom: 15px;
  }
}
@media (max-width: 767px) {
  #algolia_instant_selector .result-sub-content {
    /*margin-top: -24px;*/
  }
  .top-filter-wrapper #algolia_instant_selector .result .result-description {
    padding-top: 2px;
    padding-bottom: 2px;
  }
  #algolia_instant_selector .ais-hits .ais-hits--item:nth-of-type(odd) {
    padding: 4% 2% 4% 4%;
  }
  #algolia_instant_selector .ais-hits .ais-hits--item:nth-of-type(even) {
    padding: 4% 4% 4% 2%;
  }
  #algolia_instant_selector .result .result-thumbnail a {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .fotorama__wrap {
    padding: 0 40px;
  }
}
/*pdp pages*/
.aw-arp-container {
  max-width: 1460px;
  padding: 0 10px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px;
}
.aw-arp-container .aw-arp-container__title {
  font-size: 1.3em;
  letter-spacing: 1.34px;
  color: #222;
  text-transform: uppercase;
  font-weight: normal;
  position: relative;
  margin-bottom: 0;
  text-align: center;
  margin-bottom: 15px;
}
.aw-arp-container .aw-arp-container__title:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  height: 1px;
  width: 100%;
  background: #222222;
  top: 50%;
  z-index: -1;
}
.aw-arp-container .aw-arp-container__title span {
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 0 20px;
  font-size: 16px;
  line-height: 28px;
  background: #fff;
}
.aw-arp-container .aw-arp-container__items {
  width: 800px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 992px) {
  .aw-arp-container .aw-arp-container__items {
    width: 90%;
  }
}
@media (max-width: 767px) {
  .aw-arp-container .aw-arp-container__items {
    width: 100%;
  }
}
.aw-arp-container .aw-arp-container__items .product-item {
  padding: 10px 0 40px;
}
@media (max-width: 767px) {
  .aw-arp-container .aw-arp-container__items .product-item {
    padding-bottom: 20px;
  }
}
.aw-arp-container .aw-arp-container__items .product-item .product-item-photo img {
  margin-bottom: 10px;
  width: 100%;
}
.aw-arp-container .aw-arp-container__items .product-item h5 {
  letter-spacing: 0.1em;
  margin: 0px 0 5px;
  line-height: 18px;
  font-size: 13px;
  text-transform: uppercase;
}
.aw-arp-container .aw-arp-container__items .product-item .price-box {
  margin: 5px 0 20px;
}
.aw-arp-container .aw-arp-container__items .product-item .price-box .price {
  font-size: 13px;
  letter-spacing: 0.26px;
  font-weight: 400;
  line-height: 1.3em;
}
.aw-arp-container .aw-arp-container__items .product-item .price-box #old-price-203 {
  text-decoration: line-through;
}
.aw-arp-container .aw-arp-container__items .product-item .new-tag {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.35px;
  color: #333;
  margin-bottom: 5px;
  display: block;
}
.aw-arp-container .aw-arp-container__items .product-item .product-item-name {
  line-height: 1.3em;
}
.aw-arp-container__items .slick-dots {
  bottom: -20px;
}
@media (max-width: 767px) {
  .aw-arp-container__items .slick-dots {
    bottom: -20px;
  }
}
.aw-arp-container__items .slick-dots li {
  margin: 0 5px !important;
}
.aw-arp-container__items .slick-dots li button {
  background: #333333;
}
.aw-arp-container__items .slick-dots li button:before {
  display: none;
}
.help-and-advice {
  max-width: 1460px;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 30px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .help-and-advice {
    padding-top: 10px;
  }
}
.help-and-advice .section-title {
  font-size: 1.3em;
  letter-spacing: 1.34px;
  color: #222;
  text-transform: uppercase;
  font-weight: normal;
  position: relative;
  margin-bottom: 0;
  text-align: center;
  margin-bottom: 15px;
}
.help-and-advice .section-title:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  height: 1px;
  width: 100%;
  background: #222222;
  top: 50%;
}
.help-and-advice .section-title span {
  display: inline-block;
  padding: 10px 20px;
  position: relative;
  z-index: 1;
  background: #fff;
  /*letter-spacing: 1.8px;*/
  letter-spacing: 1.6px;
  font-size: 16px;
}
.help-and-advice .section-title span span {
  display: none;
}
.help-and-advice .content .delivery {
  display: flex;
  justify-content: center;
}
@media (max-width: 767px) {
  .help-and-advice .content .delivery {
    flex-direction: column;
  }
}
.help-and-advice .content .delivery .delivery__section {
  flex: 1;
  padding: 20px;
  text-align: center;
}
.help-and-advice .content .delivery .delivery__section .delivery__title {
  font-size: 15px;
  text-transform: uppercase;
  /* color: #222;*/
  color: #000;
  /* letter-spacing: 1px;*/
  /*margin-bottom: 10px;*/
  line-height: 20px;
  margin: 10px 0;
}
.help-and-advice .content .delivery .delivery__section .delivery__text {
  font-size: 13px;
  /*letter-spacing: 0.55px;*/
  color: #000;
  margin-bottom: 10px;
  line-height: 1.3em;
}
.help-and-advice .content .delivery .delivery__section .link {
  cursor: pointer;
  /*text-decoration: underline;
                    color: #888;*/
  font-size: 13px;
  color: #595959;
  text-decoration: underline;
  letter-spacing: .325px;
  line-height: 20px;
}
@media only screen and (max-width: 767px) {
  #algoliaAutocomplete .aa-Autocomplete {
    width: 100%;
  }
  .aa-Form {
    display: block;
    float: none;
    text-align: left;
    width: 100%;
    margin-left: 0% !important;
  }
  #algoliaAutocomplete {
    margin-bottom: 10px;
    clear: both;
    margin-top: 0px;
    text-align: center;
    /*  display: flex!important;*/
    align-items: center;
    justify-content: center !important;
  }
  #algoliaAutocomplete.block-search input[type="search"]::placeholder {
    text-align: center;
  }
  #algoliaAutocomplete .aa-InputWrapperPrefix {
    text-align: center;
    display: flex;
    justify-content: center;
    margin-left: 42%;
    position: absolute;
  }
  #algoliaAutocomplete .aa-SubmitButton {
    height: 9px;
  }
}
.fotorama-item.fotorama.fotorama--fullscreen .fotorama__arr.fotorama__arr--next,
.fotorama__arr,
.fotorama__arr--next .fotorama__arr__arr {
  display: block !important;
}
.fotorama-item.fotorama.fotorama--fullscreen .fotorama__arr.fotorama__arr--prev,
.fotorama__arr--prev .fotorama__arr__arr {
  display: block !important;
}
.fotorama-item.fotorama.fotorama--fullscreen .fotorama__zoom-in.zoom-in-loaded {
  display: none;
}
.fotorama-item.fotorama.fotorama--fullscreen .fotorama__zoom-out.zoom-out-loaded {
  display: none;
}
.fotorama__nav.fotorama__nav--thumbs .fotorama__nav__frame {
  margin-left: 30px;
  margin-right: 30px;
}
#algolia_instant_selector .result .price span.after_special.promotion {
  color: #b44;
}
.catalog-product-view .columns .column.main .product-container .product-info-main .product-info-price .price-box span.normal-price.special-price span.price {
  color: #b44 !important;
}
.prod_qty_sec {
  display: flex;
}
.prod_qty_sec .box-tocart {
  height: -webkit-fill-available;
  width: initial;
  min-width: 120px;
  margin-right: 10px;
  height: 40px;
  margin-bottom: 10px;
  line-height: 40px;
  border: 1px solid #999;
}
.catalog-product-view .columns .column.main .product-info-main .prod_qty_sec .fieldset .control {
  margin-top: 0;
  width: 100%;
}
.catalog-product-view .columns .column.main .product-info-main .prod_qty_sec .fieldset .label {
  display: none;
}
.prod_qty_sec select#pdp_qty {
  border: none;
}
.column.main {
  min-height: auto !important;
}
@media (max-width: 767px) {
  .column.main {
    min-height: auto !important;
  }
  .checkout-cart-index .header-mid-section .col,
  .checkout-index-index .header-mid-section .col {
    width: 58%;
    /*padding-top: 10px;*/
  }
  .prod_qty_sec {
    display: inline;
  }
  .prod_qty_sec .box-tocart {
    margin-right: 0;
  }
}
html {
  height: auto !important;
}
@media only screen and (max-width: 1440px) {
  header .header-mid-section {
    padding: 20px 25px;
  }
  .container {
    max-width: 96% !important;
    WIDTH: 96% !important;
  }
  .catalog-category-view .main-wrapper,
  .catalogsearch-result-index .main-wrapper {
    width: 100%;
  }
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  header .header-mid-section {
    padding: 20px 25px!important;
  }
}
@media (max-width: 767px) {
  header .header-mid-section {
    padding-bottom: 15px !important;
  }
}
.cart-footer .link {
  color: #000 !important;
}
.mage-error {
  /* color: #bb4444;*/
  /* padding-top: 10px;*/
}
div.mage-error {
  color: #bb4444;
  padding-top: 10px;
  background: #fff;
}
.aa-InputWrapper {
  margin-left: 20px;
}
button.captcha-reload {
  background: transparent;
  font-size: 0px;
  position: relative;
  padding: 0px 0px;
  vertical-align: top;
}
button.captcha-reload:before {
  background-image: url(../images/refresh.svg);
  content: "";
  height: 56px;
  font-size: 0;
  background-size: contain;
  width: 56px;
  background-repeat: no-repeat;
  position: absolute;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
  vertical-align: top;
  border-radius: 50px;
  background-size: 60%;
  margin-top: 5px;
}
.subscribe_btn:hover {
  -webkit-box-shadow: inset 0 0 0 1px #000;
  box-shadow: inset 0 0 0 1px #000;
}
input[type="text"],
input[type="password"],
input[type="url"],
input[type="tel"],
input[type="search"],
input[type="number"],
input[type="datetime"],
input[type="email"] {
  line-height: 22px;
}
.modal-popup.confirm._show {
  z-index: 9999 !important;
}
.modal-popup.confirm .modal-footer,
.modal-popup.confirm .modal-header {
  padding-top: 6px !important;
}
.catalog-product-view .modal-popup.modal-slide._show {
  z-index: 999999 !important;
}
@media (max-width: 767px) {
  .modal-popup.modal-slide {
    left: 0px !important;
  }
  .checkout-index-index .page-header {
    z-index: 99 !important;
  }
}
.products-grid.wishlist .product-item .product-item-inner .box-tocart + .product-item-actions .action.edit {
  display: none;
}
@media only screen and (max-width: 768px) {
  .account.wishlist-index-index .wishlist-index-index .products-grid .product-items {
    margin: 0;
    display: flex;
    flex-wrap: wrap;
  }
  .account.wishlist-index-index .products-grid.wishlist .product-item-photo {
    width: 100px;
    float: none;
    margin-right: 0;
    margin: auto;
    display: block;
  }
  .account.wishlist-index-index .products-grid.wishlist .product-item-name {
    margin-left: 0px;
  }
  .account.wishlist-index-index .products-grid.wishlist .product-item .product-item-inner {
    margin-left: 0;
  }
  .account.wishlist-index-index .products-grid.wishlist .product-item .product-item-inner .box-tocart .fieldset .actions-primary button.action.primary.tocart {
    padding: 0px 5px;
    font-size: 14px;
    top: 0;
  }
  .account.wishlist-index-index .products-grid .product-items {
    margin: 0;
    display: flex;
    flex-wrap: wrap;
  }
  .account.wishlist-index-index .products-grid.wishlist .product-item .price-box {
    margin-left: 0px;
  }
  .products-grid.wishlist .product-item .product-item-inner .box-tocart + .product-item-actions {
    top: -230px;
  }
  .products-grid.wishlist .product-item .product-item-inner .box-tocart .fieldset .actions-primary,
  .products-grid.wishlist .product-item .product-item-inner .box-tocart .product-item-actions .actions-primary {
    width: 90%;
    margin: 15px auto auto;
  }
}
.products-grid.wishlist .product-item-brand {
  text-transform: uppercase;
}
@media only screen and (max-width: 767px) {
  .account.page-layout-2columns-left .sidebar-main .block .content {
    position: absolute;
    top: 39px;
    left: 0;
    width: 100%;
    z-index: 2;
    padding-bottom: 10px;
    border: 1px solid #e2e2e2;
    border-top: 0;
    background: #f6f6f6;
  }
  .account.wishlist-index-index .products-grid.wishlist .product-item .product-item-inner .box-tocart + .product-item-actions {
    top: 0px !important;
  }
  .account.wishlist-index-index .products-grid.wishlist .product-item .product-item-inner {
    position: static !important;
  }
  .products-grid.wishlist + .actions-toolbar .primary button.action.update.button-3,
  .products-grid.wishlist + .actions-toolbar .primary .cart.table-wrapper .actions-toolbar > .action.action.update.button-3,
  .products-grid.wishlist + .actions-toolbar .primary .action-gift.action.update.button-3,
  .products-grid.wishlist + .actions-toolbar .primary button.action.share.button-3,
  .products-grid.wishlist + .actions-toolbar .primary .cart.table-wrapper .actions-toolbar > .action.action.share.button-3,
  .products-grid.wishlist + .actions-toolbar .primary .action-gift.action.share.button-3 {
    width: 140px !important;
  }
  .account.wishlist-index-index .products-grid.wishlist .product-item-name {
    margin-left: 0px;
    min-height: 29px;
  }
  .products-grid.wishlist + .actions-toolbar .primary button.action.update.button-3 {
    width: 158px;
    height: 40px;
    font-size: 14px;
    margin-left: 30px;
    font-weight: 100;
    letter-spacing: 1.4px;
  }
  .products-grid.wishlist + .actions-toolbar .primary button.action.share.button-3 {
    width: 158px;
    height: 40px;
    float: right;
    font-size: 14px;
    margin-right: 30px;
    font-weight: 100;
    letter-spacing: 1.4px;
  }
  .products-grid.wishlist + .actions-toolbar .primary button.action.tocart.button-1 {
    width: 335px;
    margin: auto;
    clear: both;
    text-align: center;
    float: inherit;
    font-weight: 100;
    letter-spacing: 1.4px;
    font-size: 14px;
  }
}
.wishlist-index-index .toolbar.wishlist-toolbar {
  display: none;
}
.account .action.back {
  display: none;
}
.account .form.form-edit-account.row-info .field.date input {
  width: calc(100%);
}
@media all and (min-width: 768px), print {
  .abs-product-options-list-desktop dt,
  .block-giftregistry-shared .item-options dt {
    clear: left;
    float: left;
    margin: 0 10px 5px 0;
  }
  .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;
  }
  .abs-button-desktop {
    width: auto;
  }
  .abs-blocks-2columns,
  .column .block-addbysku .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,
  .login-container .block,
  .account .column.main .block:not(.widget) .block-content .box {
    width: 48.8%;
  }
  .column .block-addbysku .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),
  .login-container .block:nth-child(odd),
  .account .column.main .block:not(.widget) .block-content .box:nth-child(odd) {
    clear: left;
    float: left;
  }
  .column .block-addbysku .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),
  .login-container .block:nth-child(even),
  .account .column.main .block:not(.widget) .block-content .box:nth-child(even) {
    float: right;
  }
  .abs-reset-left-margin-desktop,
  .column.main .magento-payments-review .actions-toolbar,
  .bundle-options-container .legend.title,
  .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,
  .column.main .cart-summary .actions-toolbar,
  .cart.table-wrapper .item-actions .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;
  }
  .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,
  .block-search .label,
  .dashboard-welcome-toggler {
    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,
  .magento-payments-review .block-content:before,
  .magento-payments-review .block-content:after,
  .magento-payments-review-discount:before,
  .magento-payments-review-discount:after,
  .order-review-form:before,
  .order-review-form: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,
  .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,
  .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,
  .header.content:before,
  .header.content:after,
  .page-header .header.panel:before,
  .page-header .header.panel:after,
  .toolbar-giftregistry-results:before,
  .toolbar-giftregistry-results:after,
  .toolbar-wishlist-results:before,
  .toolbar-wishlist-results:after,
  .account .toolbar:before,
  .account .toolbar:after {
    content: '';
    display: table;
  }
  .abs-add-clearfix-desktop:after,
  .abs-pager-toolbar:after,
  .magento-payments-review .block-content:after,
  .magento-payments-review-discount:after,
  .order-review-form:after,
  .block-cart-failed .block-content:after,
  .column .block-addbysku .block-content: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,
  .cart-container:after,
  .login-container:after,
  .account .column.main .block:not(.widget) .block-content:after,
  .block-addresses-list .items.addresses:after,
  .header.content:after,
  .page-header .header.panel:after,
  .toolbar-giftregistry-results:after,
  .toolbar-wishlist-results:after,
  .account .toolbar: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 {
    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 {
    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 {
    float: none;
    width: auto;
  }
  .abs-revert-field-type-desktop .fieldset > .field > .label,
  .abs-revert-field-type-desktop .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 {
    display: none;
  }
  .abs-no-display-desktop {
    display: none;
  }
  .abs-pager-toolbar,
  .toolbar-giftregistry-results,
  .toolbar-wishlist-results,
  .account .toolbar {
    margin-bottom: 20px;
    position: relative;
  }
  .abs-pager-toolbar .limiter,
  .toolbar-giftregistry-results .limiter,
  .toolbar-wishlist-results .limiter,
  .account .toolbar .limiter {
    float: right;
    position: relative;
    z-index: 1;
  }
  .abs-pager-toolbar .toolbar-amount,
  .toolbar-giftregistry-results .toolbar-amount,
  .toolbar-wishlist-results .toolbar-amount,
  .account .toolbar .toolbar-amount {
    float: left;
    line-height: normal;
    padding: 7px 0 0;
    position: relative;
    z-index: 1;
  }
  .abs-pager-toolbar .pages,
  .toolbar-giftregistry-results .pages,
  .toolbar-wishlist-results .pages,
  .account .toolbar .pages {
    position: absolute;
    width: 100%;
    z-index: 0;
  }
  .abs-shopping-cart-items-desktop,
  .block-cart-failed,
  .cart-container .cart-gift-item,
  .cart-container .form-cart {
    float: left;
    position: relative;
    width: 73%;
  }
  .abs-shopping-cart-items-desktop .actions,
  .block-cart-failed .actions,
  .cart-container .cart-gift-item .actions,
  .cart-container .form-cart .actions {
    text-align: right;
  }
  .block-cart-failed .action.clear,
  .block-cart-failed .action.update,
  .cart-container .cart-gift-item .action.clear,
  .cart-container .cart-gift-item .action.update,
  .cart-container .form-cart .action.clear,
  .cart-container .form-cart .action.update {
    margin-left: 10px;
  }
  .block-cart-failed .action.continue,
  .cart-container .cart-gift-item .action.continue,
  .cart-container .form-cart .action.continue {
    float: left;
  }
  h1 {
    font-size: 40px;
    margin-bottom: 40px;
  }
  .newsletter .content,
  .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: 1480px;
    padding-left: 15px;
    padding-right: 15px;
    width: auto;
  }
  .page-main {
    width: 100%;
    position: relative;
  }
  .ie9 .page-main {
    width: auto;
  }
  .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 .sidebar-additional {
    clear: left;
    float: left;
    padding-left: 0;
    padding-right: 2%;
  }
  .panel.header {
    padding: 10px 20px;
  }
  .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 #888888;
    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 #888888;
  }
  .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;
  }
  .magento-payments-review .magento-payments-review-title {
    border-bottom: 1px solid #d1d1d1;
  }
  .magento-payments-review .block-content .box-order-shipping-address,
  .magento-payments-review .block-content .box-order-shipping-method,
  .magento-payments-review .block-content .box-order-shipping-method + .box-order-billing-address {
    box-sizing: border-box;
    float: left;
    width: 33%;
  }
  .magento-payments-review .block-content .box-order-shipping-address {
    padding: 0 5%;
    width: 34%;
  }
  .magento-payments-review .table-magento-payments-review-items .col.price,
  .magento-payments-review .table-magento-payments-review-items .col.qty {
    text-align: center;
  }
  .magento-payments-review .table-magento-payments-review-items .col.item {
    width: 60%;
  }
  .magento-payments-review .col.subtotal,
  .magento-payments-review .mark,
  .magento-payments-review .amount {
    text-align: right;
  }
  .magento-payments-review-discount {
    border-top: 1px solid #d1d1d1;
  }
  .magento-payments-review-discount .block {
    margin-bottom: 15px;
  }
  .magento-payments-review-discount .block .title:after {
    display: inline;
    margin-left: 10px;
    position: static;
  }
  .magento-payments-review-discount .block .content {
    padding-bottom: 0;
  }
  .order-review-form .actions-toolbar > .primary {
    float: right;
  }
  .order-review-form .action.primary {
    margin-right: 0;
  }
  .notorama-carousel {
    display: block;
  }
  .notorama-carousel .placeholder {
    display: flex;
    justify-content: space-evenly;
    width: 100%;
  }
  .notorama-carousel .loading {
    width: 100%;
  }
  .notorama-placeholder-thumb {
    width: 25%;
  }
  .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%;
  }
  .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: #656565;
  }
  .block-search input:-moz-placeholder {
    color: #656565;
  }
  .block-search input::-moz-placeholder {
    color: #656565;
  }
  .block-search input:-ms-input-placeholder {
    color: #656565;
  }
  .block-search .action.search {
    display: inline-block;
    background-image: none;
    background: none;
    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: #000000;
    content: '\e91f';
    font-family: 'mycustomfont';
    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: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: 1;
  }
  .block-search .action.search:focus:before {
    color: #333333;
  }
  .search-autocomplete {
    margin-top: 0;
  }
  .contact-index-index .column:not(.sidebar-additional) .form.contact {
    min-width: 600px;
  }
  .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 {
    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 #cccccc;
    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 #000000;
    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;
  }
  .my-credit-cards .card-type img {
    display: block;
  }
  .amgiftcard .fieldset {
    width: 48%;
  }
  .amgiftcard .fieldset.w-100 {
    width: 100%;
  }
  .filter-label {
    display: none;
  }
  .page-products .products-grid .product-item {
    width: 50%;
  }
  .page-products.page-layout-1column .products-grid .product-item {
    width: 25%;
  }
  .page-products.page-layout-3columns .products-grid .product-item {
    width: 50%;
  }
  .cart-container .widget {
    float: left;
  }
  .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 {
    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: 20px 8px @indent__s;*/
    padding: 40px 8px 90px;
  }
  .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: 140px;
  }
  .cart.table-wrapper .product-item-details {
    display: table-cell;
    vertical-align: top;
    white-space: normal;
    width: calc(100% - 110px);
  }
  .cart.table-wrapper .product-item-details .product-item-name-new {
    font-weight: 600;
    margin-bottom: 2px;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
  }
  .cart.table-wrapper .product-item-details .product-item-name-new a {
    text-transform: uppercase;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.67;
    letter-spacing: 1.6px;
    margin-bottom: 0;
    font-size: 12px;
    color: #222;
    font-family: 'FuturaLTProHeavy';
    font-weight: 400;
  }
  .cart.table-wrapper .product-item-details .product-short-description {
    display: block;
    margin-top: 8px;
    color: #222;
    font-size: 12px;
    width: 80%;
    letter-spacing: .3px;
    line-height: 14px;
    font-family: 'FuturaLTProBook';
  }
  .cart.table-wrapper .product-item-details .actions-toolbar {
    margin-left: 0;
    margin-top: 10px;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 4px;
  }
  .cart.table-wrapper .product-item-details .actions-toolbar.pickup {
    display: none;
  }
  .cart.table-wrapper .product-item-details .item-options dt,
  .cart.table-wrapper .product-item-details .item-options dd {
    clear: none;
    display: inline-block;
    vertical-align: top;
    margin-top: 8px;
    color: #333;
    margin-right: 0px;
    font-size: 12px;
  }
  .cart.table-wrapper .product-item-details .item-options dt.cart-item-edit,
  .cart.table-wrapper .product-item-details .item-options dd.cart-item-edit {
    font-family: 'FuturaStdBook';
    text-decoration: underline;
  }
  .cart.table-wrapper .product-item-details .item-options dt {
    color: #888;
    margin-right: 4px;
    font-weight: 600;
  }
  .cart.table-wrapper .product-item-details .item-options dt:after {
    content: ":";
  }
  .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: 360px;
  }
  .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-estimated-wrapper {
    display: none;
  }
  .opc-progress-bar-item {
    width: 20%;
  }
  .opc-wrapper .fieldset > .field.required,
  .opc-wrapper .fieldset > .field._required {
    position: relative;
  }
  .opc-wrapper .fieldset > .field.required > label,
  .opc-wrapper .fieldset > .field._required > label {
    padding-right: 25px;
  }
  .opc-wrapper .fieldset > .field.required > label:after,
  .opc-wrapper .fieldset > .field._required > label:after {
    margin-left: 0;
    position: absolute;
    top: 0px;
  }
  .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;
  }
  .billing-address-form > form .fieldset > .field .label {
    padding-right: 0;
  }
  .checkout-shipping-method .actions-toolbar > .primary {
    float: right;
  }
  .checkout-shipping-method .actions-toolbar .action.primary {
    margin: 0;
  }
  .table-checkout-shipping-method {
    width: auto;
  }
  .opc-wrapper .form-login,
  .opc-wrapper .form-shipping-address {
    margin-bottom: 0px;
    margin-top: 0;
  }
  .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 .actions-toolbar .primary .action:last-child {
    height: 40px;
    line-height: 40px;
    padding: 0 15px;
    margin: 0;
    font-weight: 400;
  }
  .checkout-payment-method .actions-toolbar .action-apply-gift {
    height: 40px;
    line-height: 40px;
    padding: 0 15px;
    margin: 0;
    font-weight: 400;
  }
  .checkout-payment-method .fieldset > .field-select-billing > .control {
    float: none;
    width: 100%;
  }
  .checkout-payment-method .payment-method-content .fieldset > .field {
    margin: 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;
  }
  .login-container .block.login .actions-toolbar > .primary {
    margin-bottom: 0;
    margin-right: 30px;
  }
  .login-container .block.login .actions-toolbar > .secondary {
    float: left;
  }
  .login-container .fieldset > .field > .control {
    width: 55%;
  }
  .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 {
    min-width: 600px;
    width: 50%;
  }
  .account.page-layout-2columns-left .sidebar-main,
  .account.page-layout-2columns-left .sidebar-additional {
    width: 200px;
  }
  .account.page-layout-2columns-left .column.main {
    width: calc(100% - 200px);
  }
  .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;
  }
  .nav-label {
    position: relative;
    background: #000000;
    min-width: 230px;
    display: inline-block;
    text-transform: uppercase;
    font-size: 17px;
    font-weight: 400;
    color: #ffffff;
    text-align: center;
    padding: 8px 0;
    cursor: pointer;
  }
  .nav-label:before {
    content: '\e91e';
    color: #ffffff;
    font-family: 'mycustomfont';
    position: absolute;
    left: 20px;
  }
  .nav-label:after {
    position: absolute;
    content: '\e904';
    color: #ffffff;
    font-family: 'mycustomfont';
    font-size: 12px;
    transform: rotate(90deg);
    margin-top: 5px;
    right: 20px;
  }
  .nav-label:hover ~ .ui-menu {
    display: block !important;
  }
  .nav-label ~ .ui-menu:hover {
    display: block !important;
  }
  .todays_deal_coll_toll {
    display: inline-block;
    width: calc(-136%);
  }
  .todays_deal_coll_toll .todayslink {
    min-width: 160px;
    display: inline-block;
    text-align: center;
  }
  .todays_deal_coll_toll .todayslink a {
    color: #000000;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
  }
  .todays_deal_coll_toll .todayslink a:hover {
    text-decoration: none;
  }
  .todays_deal_coll_toll .calltoll {
    float: right;
  }
  .todays_deal_coll_toll .calltoll a {
    color: #000000;
  }
  .todays_deal_coll_toll .calltoll a:hover {
    text-decoration: none;
  }
  .page-wrapper > .breadcrumbs,
  .page-wrapper > .top-container,
  .page-wrapper > .widget {
    box-sizing: border-box;
    width: 100%;
  }
  .ie10 .page-wrapper,
  .ie11 .page-wrapper {
    height: 100%;
  }
  .navigation ul {
    padding: 0;
    background: #ffffff;
    position: absolute;
    max-width: 230px;
    top: 40px;
    display: none;
    border: 1px solid #cdced1;
  }
  .navigation ul li {
    width: 100%;
  }
  .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: 20px 15px;
  }
  .page-header {
    border: 0;
    box-shadow: none;
    margin-bottom: 0;
    background: #ffffff;
    -moz-transition: all 5s ease;
    -webkit-transition: all 5s ease;
    transition: all 5s ease;
  }
  .page-header .panel.wrapper {
    display: none;
  }
  .page-header .header.panel {
    padding-bottom: 10px;
    padding-top: 10px;
  }
  .page-header .switcher {
    display: inline-block;
  }
  .catalog-category-view .fixed-header {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .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;
  }
  .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;
  }
  .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;
  }
  .braintree-express-paylater-message-container {
    order: 1;
  }
}
@media all and (min-width: 769px), print {
  .cart-summary {
    width: 23%;
    float: right;
    border: 1px solid #ebebeb;
    padding: 15px 15px 10px;
  }
}
@media all and (min-width: 1024px), print {
  .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: 0;
    padding: 0;
    width: 33.33%;
    border: 1px solid #e7e7e7;
    margin-left: 0;
  }
  .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: 65%;
  }
  .opc-wrapper .shipping-address-item:before {
    background: #cccccc;
    height: calc(100% - 20px);
    content: '';
    left: 0;
    position: absolute;
    top: 0;
    width: 1px;
    display: none;
  }
  .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;
    display: flex;
    flex-wrap: wrap;
  }
  .wishlist-index-index .products-grid .product-item {
    padding: 0;
    width: 25%;
    margin: 0 0 40px;
    float: left;
    padding: 0 10px 10px;
    flex: 0 0 25%;
    max-width: 25%;
    border: 1px solid transparent;
    position: relative;
  }
  .wishlist-index-index .products-grid .product-item:hover {
    border: 1px solid #eaeaea;
  }
  .wishlist-index-index .products-grid .product-item:hover .product-item-inner {
    /*padding: 15px;*/
    /*top: 100%;*/
    /*position: absolute;*/
    /*width: calc(~'100% + 2px');*/
    /*clip: unset;*/
    /*height: inherit;*/
    /*margin: 0;*/
  }
}
@media all and (min-width: 1025px), print {
  .page-products .products-grid .product-items .product-item {
    width: 25%;
  }
}
@media all and (max-width: 1024px) {
  .cart.table-wrapper .item .col.item,
  .cart.table-wrapper th.col.item {
    width: 400px;
  }
  .checkout-index-index header {
    position: static;
  }
  .checkout-index-index header .header-mid-section {
    justify-content: unset;
    display: flex;
    justify-content: space-between;
  }
  .checkout-index-index header .header-mid-section .customer-support-contact,
  .checkout-index-index header .header-mid-section .col:nth-child(2) {
    /*display: none;*/
    margin: 0 auto;
  }
  .account-dashboard .account-box .account-brief {
    padding: 0 5px;
  }
  .products-grid.wishlist .product-item .product-item-inner .box-tocart .fieldset .actions-primary,
  .products-grid.wishlist .product-item .product-item-inner .box-tocart .product-item-actions .actions-primary {
    margin-top: 15px;
  }
  .products-grid.wishlist .product-item .product-item-inner .box-tocart .fieldset .actions-primary button.action.primary.tocart,
  .products-grid.wishlist .product-item .product-item-inner .box-tocart .product-item-actions .actions-primary button.action.primary.tocart,
  .products-grid.wishlist .product-item .product-item-inner .box-tocart .fieldset .actions-primary .cart.table-wrapper .actions-toolbar > .action.action.primary.tocart,
  .products-grid.wishlist .product-item .product-item-inner .box-tocart .product-item-actions .actions-primary .cart.table-wrapper .actions-toolbar > .action.action.primary.tocart,
  .products-grid.wishlist .product-item .product-item-inner .box-tocart .fieldset .actions-primary .action-gift.action.primary.tocart,
  .products-grid.wishlist .product-item .product-item-inner .box-tocart .product-item-actions .actions-primary .action-gift.action.primary.tocart {
    position: relative;
    top: 0;
    right: 0;
  }
  .products-grid.wishlist + .actions-toolbar .primary .action.button-1,
  .products-grid.wishlist + .actions-toolbar .primary .action.button-3 {
    min-width: inherit;
  }
  .products-grid.wishlist + .actions-toolbar {
    margin-top: 0;
    padding-top: 0;
    border-top: 0;
  }
  .wishlist-index-index .products-grid .product-item {
    width: 50%;
    flex: 0 0 50%;
    max-width: 100%;
    padding: 0 5px 15px;
    margin: 0 0 15px;
    border: 0;
    border-bottom: 1px solid #e2e2e2;
  }
  .wishlist-index-index .product-item-info {
    width: auto;
  }
  .products-grid.wishlist .product-item-photo {
    height: inherit;
    max-height: inherit;
    display: inline-block;
    vertical-align: top;
    float: left;
    width: 20%;
    margin-right: 20px;
  }
  .products-grid.wishlist .product-item-photo img.product-image-photo {
    width: 100%;
    position: static;
  }
  .products-grid.wishlist .product-item .product-item-inner {
    border: 0;
    clip: unset;
    height: inherit;
    width: inherit;
    margin: 0;
    overflow: inherit;
    position: relative;
    left: 0;
  }
}
@media all and (max-width: 991px) {
  .checkout-index-index .opc-progress-bar {
    width: inherit;
  }
  .checkout-index-index .checkout-container .opc-wrapper {
    width: 100%;
    padding-right: 0;
  }
  .checkout-index-index .checkout-container .opc-sidebar {
    width: 100%;
    margin-top: 0;
    left: unset;
    right: 0;
  }
  .checkout-index-index .minicart-items .product-item-brand {
    display: block;
    margin-bottom: 4px;
  }
  .field-tooltip .field-tooltip-content {
    right: 0;
    top: 39px;
  }
  .field-tooltip .field-tooltip-content:before {
    border: 10px solid transparent;
    border-bottom-color: #fff;
    margin-top: -20px;
    left: auto;
    right: 8px;
    top: 0;
  }
  .account .main-wrapper {
    padding: 0;
    max-width: 100%;
  }
  .form-edit-account.row-info,
  .form.wishlist.share,
  .form-address-edit {
    margin: 0 -10px;
  }
  .form-edit-account.row-info .col-account-info,
  .form-edit-account.row-info .col-change-passwd,
  .form-edit-account.row-info .bottom-form,
  .form.wishlist.share .bottom-form,
  .form-address-edit .bottom-form {
    padding: 0 10px;
  }
  body.account .toolbar,
  body.account .block,
  body.account .sidebar .widget.block:not(:last-child),
  body.account .sidebar .widget:not(:last-child),
  body.account .block-banners,
  body.account .block-banners-inline {
    margin: 0;
  }
  body.account .page-header {
    border-bottom: 1px solid #dadada;
  }
  .account .main-wrapper {
    position: relative;
    margin: 80px auto 25px;
  }
  .account-dashboard .account-box {
    min-height: 180px;
    padding-bottom: 10px;
  }
  .account-dashboard .account-box .anchor-box {
    position: relative;
  }
  .account-dashboard .account-box .account-brief span.title {
    font-size: 16px;
  }
  .account-dashboard .account-box .account-brief span.description {
    /*display: none;*/
    font-size: 13px;
  }
  body.account .columns .column.main .block {
    margin: 20px 0;
  }
  body.account .columns .column.main .block .table-wrapper {
    margin: 0;
  }
  .account.page-layout-2columns-left .column.main {
    border: 0;
    width: 100%;
    padding: 0 10px;
    min-height: inherit;
  }
  .account.page-layout-2columns-left .sidebar-main,
  .account.page-layout-2columns-left .sidebar-additional {
    border: 0;
    width: 100%;
    padding: 0 10px;
    position: absolute;
    top: -50px;
  }
  .account.page-layout-2columns-left .sidebar-main .block.account-nav,
  .account.page-layout-2columns-left .sidebar-additional .block.account-nav {
    position: relative;
  }
  .account.page-layout-2columns-left .sidebar-main #account-nav,
  .account.page-layout-2columns-left .sidebar-additional #account-nav {
    display: none;
    position: absolute;
    top: 39px;
    left: 0;
    width: 100%;
    z-index: 2;
    padding-bottom: 10px;
    border: 1px solid #e2e2e2;
    border-top: 0;
    background: #f6f6f6;
  }
  .account.page-layout-2columns-left .sidebar-main .block .title {
    display: block;
    clip: unset;
    width: 100%;
    height: inherit;
    margin: 0;
  }
  .account.page-layout-2columns-left .sidebar-main .block .title strong {
    margin: 0;
    font-size: 18px;
    text-transform: uppercase;
    color: #222222;
    /*padding: 0 10px;*/
    display: block;
    height: 39px;
    line-height: 39px;
    border-bottom: 1px solid #e2e2e2;
    /*background: #f6f6f6;*/
    letter-spacing: 1.8px;
    font-weight: 600;
  }
  .account.page-layout-2columns-left .sidebar-main .block .title strong:after {
    position: absolute;
    content: "\e90a";
    right: 10px;
    top: 0;
    font-family: 'mycustomfont';
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 10px;
    color: #000;
    -o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s;
    transform: rotate(90deg);
  }
  .account.page-layout-2columns-left .sidebar-main .block .content ul li strong {
    border: 0;
    font-weight: 400;
    letter-spacing: 0;
    color: #666;
  }
  .account.page-layout-2columns-left .sidebar-main .block .content ul li a,
  .account.page-layout-2columns-left .sidebar-main .block .content ul li strong {
    padding: 0 10px;
    border: 0;
  }
  .account.page-layout-2columns-left .sidebar-main .block .content ul li a strong {
    padding: 0;
  }
  .account.page-layout-2columns-left .sidebar-main .block .content ul {
    border-top: 0;
  }
  .account.page-layout-2columns-left .sidebar-main .block .content ul li {
    border-bottom: 0;
    padding: 0;
  }
}
/* Styles for Filter Accordion - NEW */
.filter-options-item {
  border-bottom: 1px solid #ddd;
  /*padding: 10px 0;*/
}
.filter-options-title {
  padding: 15px 10px 15px 10px;
  font-weight: 400;
  color: #1f1f1f;
  text-align: left;
  text-transform: uppercase;
  font-size: 12px;
  position: relative;
  cursor: pointer;
  letter-spacing: 0.1em;
  border-bottom: 1px solid #EBEBEB;
  font-size: 1rem;
  font-size: 14px;
  letter-spacing: 1.3px;
  line-height: 21px;
  border-top: solid 1px #efefef;
}
.filter-options-title::after {
  /* content: '+';*/
  float: right;
}
.filter-options-item.active .filter-options-title::after {
  /*content: '-';*/
  float: right;
}
.filter-options-content {
  display: none;
  padding-bottom: 20px;
  padding-top: 0px;
  margin-top: 10px;
}
.department-heading {
  text-transform: uppercase;
  color: #333;
  font-size: 13px;
  letter-spacing: 1.3px;
  line-height: 20px;
  font-weight: 100;
  padding: 0 15px 13px;
}
/* Styles for Searchable Brand Filter */
.brand-live-search {
  width: 100%;
  padding: 8px;
  /* Updated padding */
  border: 1px solid #ccc;
  margin-bottom: 10px;
}
.filter-options-item[attribute-code="brand"] .filter-options-content {
  /* Parent should not create the scrollbar; child list handles scrolling */
  overflow: hidden;
}
/* Brand list scroll container (single scrollbar) */
.filter-options-item[attribute-code="brand"] .custom-brand-list {
  max-height: 300px;
  overflow-y: auto;
}
/* Moved from template inline styles to theme LESS */
.custom-brand-item {
  display: block;
  padding: 5px 0;
}
.brand-label {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}
.brand-checkbox {
  margin-right: 8px;
}
.brand-name {
  flex: 1;
}
.brand-count {
  color: #888;
  font-size: 13px;
}
/* Sort dropdown styling (make full-width, aligned, no floating box) */
.mobilesort {
  display: flex;
  align-items: center;
}
.sort-dropdown {
  position: relative;
  cursor: pointer;
  border: 0px solid #e5e5e5;
  padding: 8px 12px;
  min-width: 200px;
  background: #fff;
  display: flex;
  align-items: center;
  gap: 12px;
}
.sort-dropdown .sort-by-label {
  font-weight: normal;
  text-transform: uppercase;
}
.sort-dropdown .sort-current {
  flex: 1;
}
.sort-dropdown .custom-sort {
  display: block;
  position: relative;
  font-size: 14px;
}
.sort-list {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: #fff;
  border: 1px solid #e5e5e5;
  border-top: none;
  list-style: none;
  padding: 0;
  margin: 0;
  z-index: 1000;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
  max-height: 320px;
  overflow-y: auto;
}
.sort-list li {
  padding: 10px 15px;
  border-bottom: 1px solid #f5f5f5;
  cursor: pointer;
}
.sort-list li:hover {
  background-color: #f9f9f9;
}
.custom-sort.active:after {
  transform: rotate(180deg);
}
.custom-sort:after {
  position: absolute;
  right: 8px;
  margin-top: -2px;
  background-image: url('../images/chevron-down.svg');
  content: "";
  width: 16px;
  height: 16px;
  background-repeat: no-repeat;
  background-size: 100%;
}
.filter-options-item .item {
  padding-top: 0px;
  margin-top: 10px;
  padding-right: 25px;
  padding-left: 15px;
  line-height: 15px;
}
/* Price slider styles */
.filter-price-slider {
  padding: 12px 10px;
}
.filter-price-slider .price-range-labels {
  display: flex;
  justify-content: space-between;
  margin-bottom: 8px;
  font-weight: 600;
}
.filter-price-slider .price-range-controls {
  position: relative;
  height: 36px;
}
.filter-price-slider input[type="range"] {
  -webkit-appearance: none;
  appearance: none;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  height: 6px;
  background: transparent;
  margin: 0;
  pointer-events: none;
  /* Allow clicking through the track */
  z-index: 5;
}
/* Chrome/Safari */
.filter-price-slider input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #fff;
  border: 2px solid #333;
  cursor: pointer;
  pointer-events: auto;
  /* Thumbs remain clickable */
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  margin-top: -1px;
}
/* Firefox */
.filter-price-slider input[type="range"]::-moz-range-thumb {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #fff;
  border: 2px solid #333;
  cursor: pointer;
  pointer-events: auto;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  border: none;
}
.filter-price-slider .range-track {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 6px;
  background: #eee;
  border-radius: 4px;
  z-index: 1;
}
.filter-price-slider .range-fill {
  z-index: 2;
  position: absolute;
  top: 1px;
  height: 3px;
  background-color: #000000 !important;
}
.filter-price-slider .filter-actions {
  display: none;
}
/* Rheostat-like slider styles (scoped to the price slider) */
.filter-price-slider .rheostat {
  position: relative;
  width: 100%;
  height: 28px;
  margin: 6px 0;
  box-sizing: border-box;
}
.filter-price-slider .rheostat .rheostat-background {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  height: 6px;
  margin-top: -3px;
  background: #eee;
  /* light gray track */
  border-radius: 3px;
}
.filter-price-slider .rheostat .rheostat-progress {
  position: absolute;
  top: 50%;
  height: 6px;
  margin-top: -3px;
  border-radius: 3px;
  background: #2a9d8f;
  /* brand green */
  z-index: 2;
}
.filter-price-slider .rheostat .rheostat-handle {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  margin-left: -10px;
  background: #fff;
  border: 2px solid rgba(0, 0, 0, 0.12);
  border-radius: 50%;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.12);
  cursor: pointer;
  transition: box-shadow 0.12s ease, transform 0.12s ease;
  z-index: 3;
}
.filter-price-slider .rheostat .rheostat-handle:hover,
.filter-price-slider .rheostat .rheostat-handle:active {
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.18);
  transform: translateY(-50%) scale(1.06);
}
.filter-price-slider .rheostat .rheostat-handle-lower {
  z-index: 4;
}
.filter-price-slider .rheostat .rheostat-handle-upper {
  z-index: 5;
}
/* Keep labels aligned and readable */
.filter-price-slider .price-range-labels {
  margin-top: 8px;
  font-size: 13px;
  color: #333;
}
@media (max-width: 480px) {
  .filter-price-slider .rheostat {
    height: 26px;
  }
  .filter-price-slider .rheostat .rheostat-handle {
    width: 18px;
    height: 18px;
    margin-left: -9px;
  }
  .filter-price-slider .rheostat .rheostat-background,
  .filter-price-slider .rheostat .rheostat-progress {
    height: 5px;
    margin-top: -2.5px;
  }
}
.price-box.price-final_price {
  display: flex !important;
  align-items: center;
  gap: 8px;
  flex-wrap: nowrap;
  white-space: nowrap;
}
.price-box .special-price .price,
.price-box .final-price {
  color: #c40000 !important;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  display: inline-block !important;
}
.price-box .old-price .price,
.price-box .old-price-text {
  color: #000 !important;
  text-decoration: line-through !important;
  opacity: 1.8;
  font-size: 13px;
  margin-left: 4px;
  display: inline-block !important;
}
.price-box .old-price,
.price-box .special-price,
.price-box .price-container,
.price-box .price-wrapper {
  display: inline-block !important;
  vertical-align: middle;
}
.price-box span {
  margin: 0;
  padding: 0;
}
/**
 * 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.
 */
