@-webkit-keyframes loader {
  0% {
    border-width: 3px;
  }
  15% {
    opacity: 1;
  }
  100% {
    border-width: 3px;
    opacity: 0;
    width: 50px;
    height: 50px;
  }
}
@-moz-keyframes loader {
  0% {
    border-width: 3px;
  }
  15% {
    opacity: 1;
  }
  100% {
    border-width: 3px;
    opacity: 0;
    width: 50px;
    height: 50px;
  }
}
@keyframes loader {
  0% {
    border-width: 3px;
  }
  15% {
    opacity: 1;
  }
  100% {
    border-width: 3px;
    opacity: 0;
    width: 50px;
    height: 50px;
  }
}
* {
  margin: 0;
  outline: 0;
  padding: 0;
  text-decoration: none;
  box-sizing: border-box;
}

html {
  margin: 0 !important;
  -webkit-text-size-adjust: none;
}
ul {
  list-style: none;
}
a img {
  border: none;
}
button::-moz-focus-inner {
  margin: 0;
  border: 0;
  padding: 0;
}
input[type="text"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
input::-moz-placeholder {
  opacity: 1;
}
input:-webkit-autofill {
  -webkit-box-shadow: inset 0 0 0 1000px #fff;
}
script {
  display: none !important;
}

body {
  max-width: 100%;
  overflow-x: hidden;
  background-color: #fff;
  font:
    12px Roboto,
    sans-serif;
  color: #000;
}
p {
  line-height: 20px;
}
a {
  color: inherit;
}
img {
  max-width: 100%;
}
a img {
  opacity: 0.99;
}
input[type="text"],
select {
  height: 45px;
  border: 1px solid #e7e7e7;
  border-radius: 3px;
  padding: 0 20px;
  vertical-align: middle;
  font-size: 15px;
  color: #8c8c8c;
  font-family: Roboto, sans-serif;
}
input:-webkit-autofill,
select:-webkit-autofill {
  color: #8c8c8c !important;
}
input[type="text"]::-webkit-input-placeholder {
  color: #8c8c8c;
}
input[type="text"]::-moz-input-placeholder {
  color: #8c8c8c;
}
input[type="text"]::-ms-input-placeholder {
  color: #8c8c8c;
}
select {
  min-width: 50px;
  padding: 0 6px;
}
select::-ms-expand {
  display: none;
}
input[type="radio"] {
  position: absolute;
  left: -9999px;
}
input[type="radio"],
input[type="radio"] + * {
  vertical-align: middle;
}
input[type="radio"] + label {
  font-weight: 300;
  color: #8c8c8c;
}
input[type="radio"] + label:before {
  content: "";
  display: inline-block;
  margin-right: 10px;
  width: 17px;
  height: 17px;
  border-radius: 50%;
  border: 1px solid #e7e7e7;
  vertical-align: text-top;
  background-color: #fff;
}
input[type="radio"]:checked + label:before {
  margin-left: 1px;
  margin-top: 1px;
  width: 16px;
  height: 16px;
  box-shadow: 0 0 0 1px #e7e7e7;
  border: 3px solid #fff;
  background-color: #e67e23;
}
label,
label + * {
  vertical-align: middle;
}
.master-wrapper-content {
  overflow: hidden;
  padding: 10px 10px 80px;
}
.master-column-wrapper:after {
  content: "";
  display: block;
  clear: both;
}
.center-2 {
  margin: 0 0 50px;
}
.page {
  min-height: 200px;
  text-align: center;
}
.page-title {
  padding: 0 10px;
  margin: 0 0 25px;
  text-align: center;
}
.page-title h1 {
  font-size: 26px;
  color: #444;
}
.page-body:after,
.page-title:after,
.page:after {
  content: "";
  display: block;
  clear: both;
}
.category-description p {
  margin: 10px 0;
  line-height: 1.5;
  font-size: 15px;
  color: #8c8c8c;
  font-weight: 400;
}
.button-1 {
  border: none;
  height: 45px;
  padding: 0 25px;
  border-radius: 3px;
  background-color: #444;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 14px;
}
.ajax-loading-block-window {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1030;
  width: 100% !important;
  height: 100% !important;
  background-color: rgba(255, 255, 255, 0.7);
}
.ajax-loading-block-window:after,
.ajax-loading-block-window:before {
  content: "";
  position: fixed;
  display: inline-block;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 0;
  height: 0;
  border: 0 solid #e67e23;
  border-radius: 50%;
  -webkit-animation: 1.6s cubic-bezier(0, 0, 0.09, 0.99) infinite loader;
  -moz-animation: 1.6s cubic-bezier(0, 0, 0.09, 0.99) infinite loader;
  animation: 1.6s cubic-bezier(0, 0, 0.09, 0.99) infinite loader;
}
.ajax-loading-block-window:after {
  animation-delay: 0.8s;
}
.scroll-back-button {
  display: none !important;
  position: fixed;
  bottom: 20px;
  right: 6vw;
  width: 50px;
  height: 50px;
  border: 1px solid #e67e23;
  border-radius: 3px;
  text-align: center;
  background: rgba(255, 255, 255, 0.6);
}
.scroll-back-button:before {
  content: "\77";
  display: inline-block;
  position: absolute;
  color: #e67e23;
  font-size: 14px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(180deg);
  -ms-transform: translate(-50%, -50%) rotate(180deg);
  transform: translate(-50%, -50%) rotate(180deg);
}
.header {
  margin: 0 auto;
  text-align: center;
}
.header:after {
  content: "";
  display: block;
  clear: both;
}
.header-logo a {
  display: inline-block;
  max-width: 100%;
  line-height: 0;
}
.header-logo a img {
  max-width: 100%;
  max-height: 45px;
}
.header-links-wrapper {
  position: relative;
  margin: 0 0 20px;
}
.personal-button {
  position: relative;
}
.profile-menu-box {
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  margin-top: 25px;
  width: 150px;
  padding: 10px 0;
  border-radius: 3px;
  background: #fff;
  font-size: 14px;
  opacity: 0;
  visibility: hidden;
  text-align: left;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.16);
  z-index: 1020;
}
.profile-menu-box:after {
  content: " ";
  bottom: 100%;
  left: 50%;
  border: solid transparent;
  height: 0;
  width: 0;
  position: absolute;
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: #fff;
  border-width: 8px;
  margin-left: -8px;
}
.header-form-holder > a {
  display: block !important;
  padding: 10px 17px;
  color: #444;
}
.profile-menu-box a:before,
.profile-menu-box span:before {
  display: inline-block !important;
  color: #8e8e8e;
  font-size: 17px;
  vertical-align: middle;
  margin-right: 10px;
  min-width: 20px;
  font-weight: 400;
  text-transform: none;
}
.close-side-menu {
  display: none;
}
a.ico-cart {
  display: inline-block;
  font-size: 13px;
  color: #8c8c8c;
}
a.ico-cart:before {
  display: block;
  margin-bottom: 4px;
  font-size: 26px;
  color: #8e8e8e;
}
.mini-shopping-cart .flyout-cart-scroll-area {
  position: relative;
  width: 100%;
  padding: 20px 0 0;
  background-color: #fff;
}
.mini-shopping-cart:after {
  content: "";
  display: block;
  clear: both;
}
.flyout-cart-scroll-area > p {
  padding: 0 20px 20px;
  font-size: 14px;
  color: #8c8c8c;
  text-align: center;
}
.header-links ul {
  display: inline-block;
  font-size: 0;
}
.ico-wishlist:before {
  content: "\63";
}
.ico-cart:before {
  content: "\64";
}
.ico-account:before,
.personal-button > span:before {
  content: "\61";
}
.ico-login:before {
  content: "\78";
}
.ico-register:before {
  content: "\79";
}
.search-box {
  position: relative;
}
.search-box form {
  position: relative;
}
.search-box form:after {
  content: "";
  display: block;
  clear: both;
}
.search-box input.search-box-text {
  float: left;
  height: 45px;
  border: 1px solid #eee;
  border-right: 0;
  font-size: 14px;
  color: #959595;
  border-radius: 3px 0 0 3px;
}
.search-box input.search-box-text::-webkit-input-placeholder {
  color: #959595;
}
.search-box input.search-box-text::-moz-placeholder {
  color: #959595;
}
.search-box input.search-box-text:-ms-input-placeholder {
  color: #959595;
}
.search-box input.search-box-text:-moz-placeholder {
  color: #959595;
}
.search-box .search-box-button {
  float: left;
  width: 45px;
  height: 45px;
  padding: 0;
  border: none;
  background: url("/Themes/Emporium/Content/img/search-button.png") center
    no-repeat #ccc;
  font-size: 0;
  border: 1px solid #eee;
  border-left: 0;
  border-radius: 0 3px 3px 0;
}
.header-selectors-wrapper {
  font-size: 0;
}
.header-selectors-wrapper > div {
  display: inline-block;
  margin: 0 5px 10px;
  vertical-align: middle;
}
.newsletter-validation .please-wait {
  display: none !important;
}
.breadcrumb {
  margin: 0 20px 5px;
  text-align: center;
}
.breadcrumb ul {
  font-size: 0;
}
.breadcrumb li {
  display: inline-block;
  font-size: 14px;
  line-height: 1.5;
  color: #a9a9a9;
}
.breadcrumb li:last-child span {
  display: none;
}
.breadcrumb li > a,
.breadcrumb li > span,
.breadcrumb li > strong {
  margin: 0 3px;
}
.breadcrumb strong {
  font-weight: 400;
}
.breadcrumb .delimiter {
  display: inline-block;
  margin-right: 5px;
  font-size: 0;
}
.breadcrumb .delimiter:before {
  content: "\6a";
  display: block;
  font-size: 7px;
}
.category-description {
  margin: 0 0 40px;
}
.category-faq-link {
  margin: 20px 0;
  padding: 12px 20px;
  background-color: #f8f9fa;
  border: 1px solid #e1e4e8;
  border-radius: 6px;
  text-align: center;
}
.btn-faq-link {
  display: inline-block;
  color: #586069;
  text-decoration: none;
  font-size: 14px;
  font-weight: 400;
}
.btn-faq-link i {
  margin-right: 6px;
  font-size: 14px;
  opacity: 0.7;
}
@media all and (min-width: 1025px) {
  .mobile {
    display: none !important;
  }
  .category-description {
    margin: 0 0 30px;
  }
  .center-2 {
    margin: 0 0 50px;
    float: right;
    width: 70%;
  }
  .header {
    position: relative;
    z-index: 1020;
    margin: 0 auto;
    text-align: left;
  }
  .header-upper {
    background-color: #444;
    text-align: right;
  }
  .header-selectors-wrapper:after {
    content: "";
    display: block;
    clear: both;
  }
  .header-selectors-wrapper select {
    padding: 0 15px 0 0;
    background: 0 0;
    border: none;
    color: #ababab;
    height: 30px;
    font-size: 13px;
    min-width: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
  }
  .shipping-country-selector.desktop,
  .tax-display-type-selector {
    position: relative;
  }
  .shipping-country-selector.desktop:before,
  .tax-display-type-selector:before {
    content: "\6b";
    position: absolute;
    top: 50%;
    left: auto;
    right: 0;
    transform: translateY(-50%) rotate(-90deg);
    display: inline-block;
    font-family: emporium-icons;
    font-size: 7px;
    color: #ababab;
  }
  .shipping-country-selector.desktop label {
    display: inline-block;
    margin-right: 8px;
    font-size: 13px;
    color: #ababab;
    font-weight: 400;
  }
  .header-lower,
  .header-selectors-wrapper {
    width: calc(100% - 110px);
    margin: 0 auto;
  }
  .header-menu {
    padding: 0 55px;
  }
  .header-menu:after {
    content: "";
    display: block;
    clear: both;
  }
  .header-menu > ul {
    float: right;
  }
  .header-menu-parent {
    font-size: 0;
  }
  .header-lower {
    padding: 20px 0 18px;
    text-align: center;
    font-size: 0;
  }
  .header-lower:after {
    content: "";
    display: block;
    clear: both;
  }
  .header-logo {
    float: left;
    width: 25%;
    text-align: left;
    padding-right: 10px;
  }
  .header-links-wrapper {
    float: right;
    width: 35%;
    margin-bottom: 0;
    text-align: right;
  }
  .header-links {
    display: table;
    width: 100%;
  }
  .header-links ul {
    font-size: 0;
    padding-left: 10px;
    display: inline-table;
  }
  .header-links li {
    position: relative;
    display: table-cell;
    text-align: center;
    vertical-align: top;
  }
  .header-links li + li {
    padding-left: 10px;
  }
  .header-links a {
    display: inline-block;
    font-size: 13px;
    color: #8c8c8c;
  }
  .header-links .profile-menu-box a:before,
  .header-links .profile-menu-box span:before {
    font-size: 17px;
    margin: 0 7px 0 0;
  }
  .header-links a:before,
  .header-links span:before {
    display: block;
    margin-bottom: 4px;
    font-family: emporium-icons;
    font-size: 24px;
    color: #8e8e8e;
  }
  .header-links a.ico-cart:before {
    font-size: 26px;
  }
  .ico-cart .cart-qty,
  .ico-wishlist .wishlist-qty {
    position: absolute;
    display: inline-block;
    top: -5px;
    left: 50%;
    -webkit-transform: translateX(-50%) translateX(25px);
    -ms-transform: translateX(-50%) translateX(25px);
    transform: translateX(-50%) translateX(25px);
    background-color: #e67e23;
    font-size: 10px;
    height: auto;
    padding: 0 3px;
    width: auto;
    min-width: 15px;
    min-height: 15px;
    line-height: 15px;
    border-radius: 20px;
    color: #fff;
    text-align: center;
  }
  .ico-cart .cart-label {
    font-weight: 700;
    display: inline-block;
    height: 15px;
    white-space: nowrap;
  }
  .search-box {
    display: inline-block;
    font-size: 0;
  }
  .header-lower .search-box {
    float: left;
    width: 40%;
  }
  .search-box .search-box-button {
    width: 47px;
    height: 47px;
    border: none;
    background: url(Themes/Emporium/Content/img/search-button-desktop.png)
      center no-repeat #e67e23;
  }
  .search-box form {
    display: block;
  }
  .search-box input.search-box-text {
    height: 47px;
    color: #8c8c8c;
    width: calc(100% - 47px);
  }
  .mobile-flyout-wrapper {
    position: relative;
    display: table-cell;
    width: 1%;
    vertical-align: top;
    text-align: center;
    padding-left: 10px;
    z-index: 1200;
  }
  .mini-shopping-cart {
    display: none;
    position: absolute;
    top: 98%;
    right: 0;
    padding-top: 8px;
    z-index: 1030;
  }
  .mini-shopping-cart > div:before {
    content: " ";
    position: absolute;
    bottom: 100%;
    left: auto;
    right: 17px;
    border: solid transparent;
    height: 0;
    width: 0;
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: #fff;
    border-width: 8px;
    margin-left: -8px;
  }
  .mini-shopping-cart .flyout-cart-scroll-area {
    border-radius: 3px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
    width: 430px;
  }
  .header-selectors-wrapper > div {
    margin: 0 10px;
  }
  .responsive-nav-wrapper-parent {
    display: none;
  }
  .close-menu,
  .menu-title {
    display: none;
  }
  .overlayOffCanvas {
    display: none !important;
  }
  .header-menu {
    text-align: left;
    position: relative;
    z-index: 1010;
    margin: 0 0 3px;
    background-color: #f6f6f6;
  }
  .header-menu > ul {
    margin: 0 auto;
    font-size: 0;
  }
  .header-menu > ul > li {
    display: inline-block;
    vertical-align: middle;
  }
  .header-menu > ul > li > a {
    display: block;
    padding: 0 15px;
    height: 50px;
    line-height: 50px;
    font-size: 13px;
    text-transform: uppercase;
    color: #8c8c8c;
    font-weight: 700;
  }
  .category-description,
  .center-2 .page-title {
    text-align: left;
  }
  .breadcrumb {
    text-align: left;
    margin: 0 0 15px;
  }
  .breadcrumb li * {
    line-height: normal;
  }
  .page-title h1 {
    font-size: 30px;
  }
  .center-2 .page-title {
    padding: 0;
  }
  .search-box .search-box-button {
    background-color: #444;
  }
  .header-menu > ul {
    float: none !important;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
  }
  .mega-menu > li {
    margin-right: 10px;
  }
  .mega-menu > li:last-child,
  .mega-menu > li:nth-last-child(2),
  .mega-menu > li:nth-last-child(3) {
    margin-right: 0;
  }
  .mega-menu > li:nth-last-child(3) {
    margin-left: auto;
  }
  .mega-menu > li:last-child,
  .mega-menu > li:nth-last-child(2) {
    margin-left: 10px;
  }
  .mega-menu > li.menu-button-style > a {
    background-color: #e67e23;
    color: #fff !important;
    padding: 6px 18px !important;
    border-radius: 4px;
    font-weight: 700;
    text-transform: uppercase;
    box-shadow: 0 2px 8px rgba(230, 126, 35, 0.3);
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    line-height: 1 !important;
    height: auto !important;
    position: relative !important;
    transform: translateY(12px) !important;
  }
  .mega-menu > li.menu-button-style > a:after {
    display: none !important;
  }
}
@media all and (min-width: 1281px) {
  .master-wrapper-content {
    max-width: 1440px;
    margin: 0 auto;
    padding: 30px 86px 70px;
  }
  .header-lower,
  .header-selectors-wrapper {
    width: 88%;
  }
  .header-menu {
    padding: 0 6vw;
  }
  .header-logo {
    padding-right: 20px;
  }
  .header-links li + li {
    padding-left: 20px;
  }
  .center-2 {
    width: 73%;
  }
  .breadcrumb li > a,
  .breadcrumb li > span,
  .breadcrumb li > strong {
    margin: 0 6px 0 0;
  }
  .breadcrumb .delimiter {
    margin-right: 10px;
  }
}
@media all and (min-width: 768px) {
  .master-wrapper-content {
    padding: 30px 20px 60px;
  }
  .page {
    clear: both;
    text-align: left;
  }
  .center-2 {
    margin: 0 0 50px;
  }
  .breadcrumb {
    margin: 0 0 5px;
  }
  .category-description,
  .page-title {
    text-align: center;
  }
}
@media all and (max-width: 1024px) {
  .mega-menu-responsive li {
    margin: 0 !important;
  }
  .header-upper .header-selectors-wrapper {
    display: none;
  }
  .desktop {
    display: none !important;
  }
  .responsive-nav-wrapper-parent {
    position: fixed;
    top: 0;
    z-index: 1020;
    width: 100%;
    background-color: #fff;
    border-bottom: 3px solid #eee;
  }
  .header {
    margin-top: 65px;
  }
  .mobile-selector {
    overflow: hidden;
  }
  .header-selectors-wrapper > div {
    margin: 0;
    display: block;
    position: relative;
  }
  .selector-title {
    display: block;
    padding: 15px 20px;
    line-height: 18px;
    font-size: 13px;
    color: #8c8c8c;
    font-weight: 700;
    background-color: #f6f6f6;
    border-top: 3px solid #fff;
    text-transform: uppercase;
  }
  .selector-title:after {
    content: "\6a";
    display: inline-block;
    float: right;
    font-size: 9px;
    font-family: emporium-icons;
    transform: rotate(90deg);
    text-transform: none;
    color: #8c8c8c;
  }
  .mobile-collapse {
    display: none;
    background-color: #efefef;
    padding: 10px 0;
  }
  .header-selectors-wrapper > div input[type="radio"] {
    display: none;
  }
  .header-selectors-wrapper > div label {
    display: block;
    padding: 10px 38px;
    line-height: 18px;
    font-size: 14px;
    font-weight: 400;
  }
  .header-selectors-wrapper > div input[type="radio"]:checked + label {
    color: #e67e23;
  }
  .header-selectors-wrapper > div input[type="radio"] + label:before {
    content: none;
    display: none;
  }
  .responsive-nav-wrapper {
    position: relative;
    padding: 11px 0;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    width: calc(100% - 20px);
    margin: 0 auto;
    contain: layout style;
    min-height: 62px;
  }
  .header-logo {
    display: none;
  }
  .mobile-logo {
    flex: 1;
    text-align: center;
    max-width: calc(100% - 160px);
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .mobile-logo .logo {
    display: block;
    max-width: 100%;
    height: 40px;
    width: 200px;
    margin: 0 auto;
  }
  .mobile-logo img {
    display: block;
    max-width: 100%;
    max-height: 100%;
    height: auto;
    width: auto;
    object-fit: contain;
  }
  .responsive-nav-wrapper > div {
    flex-shrink: 0;
    width: 40px;
    height: 40px;
  }
  .responsive-nav-wrapper > div > a,
  .responsive-nav-wrapper > div > span {
    display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 0;
    text-align: center;
  }
  .responsive-nav-wrapper > div > a:before,
  .responsive-nav-wrapper > div > span:before {
    display: inline-block;
    font-family: emporium-icons;
    font-size: 18px;
    color: #8e8e8e;
    width: 18px;
    height: 18px;
  }
  .responsive-nav-wrapper .menu-title span:before {
    content: "\67";
  }
  .responsive-nav-wrapper .search-wrap span:before {
    content: "\65";
  }
  .responsive-nav-wrapper .personal-button span:before {
    content: "\66";
  }
  .responsive-nav-wrapper .menu-title,
  .responsive-nav-wrapper .search-wrap {
    order: 1;
  }
  .mobile-logo {
    order: 2;
  }
  .responsive-nav-wrapper .personal-button,
  .responsive-nav-wrapper .shopping-cart-link {
    order: 3;
  }
  .overlayOffCanvas {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1060;
    background-color: rgba(0, 0, 0, 0);
  }
  .header-menu,
  .profile-menu-box,
  .store-search-box {
    position: fixed;
    top: 0;
    left: -100%;
    width: 320px;
    max-width: 100%;
    height: 100%;
    overflow: hidden;
    background-color: #fff;
    text-align: left;
    margin-top: 0 !important;
    opacity: 1;
    padding: 0;
    border-radius: 0;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    box-shadow: none;
    z-index: 1070 !important;
  }
  .store-search-box {
    width: 400px;
  }
  .close-side-menu,
  .header-menu .close-menu,
  .mobile-flyout-wrapper .close-side-menu {
    display: block;
    padding: 15px 20px;
    background-color: #e67e23;
    color: #fff;
  }
  .close-menu span,
  .close-side-menu span {
    display: inline-block;
    line-height: 17px;
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
  }
  .close-menu .close-menu-text,
  .close-side-menu .close-side-menu-text {
    font-weight: 700;
    letter-spacing: 1px;
  }
  .close-menu .close-menu-btn,
  .close-side-menu-btn {
    float: right;
    font-size: 0 !important;
  }
  .close-menu-text:before,
  .close-side-menu-text:before {
    content: "\67";
    display: inline-block;
    margin-right: 15px;
    font-family: emporium-icons;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 0;
    color: #fff !important;
    text-transform: none;
    vertical-align: bottom;
  }
  .profile-menu-box .close-side-menu-text:before {
    content: "\61";
  }
  .store-search-box .close-side-menu-text:before {
    content: "\65";
  }
  .close-menu-btn:before,
  .close-side-menu-btn:before {
    content: "\7a";
    display: inline-block;
    margin: 0 !important;
    font-family: emporium-icons;
    text-transform: none;
    font-size: 16px;
    color: #fff !important;
    vertical-align: bottom;
  }
  .header-menu > ul li:after {
    content: "";
    display: block;
    clear: both;
  }
  .header-form-holder > a,
  .header-menu > ul li > a {
    display: block;
    position: relative;
    z-index: 0;
    padding: 16px 18px !important;
    font-size: 13px;
    line-height: 17px;
    color: #8c8c8c;
    font-weight: 700;
    text-transform: uppercase;
  }
  .header-menu > ul li {
    border-bottom: 3px solid #fff;
  }
  .header-menu > ul li:last-child {
    border-bottom: 0;
  }
  .ico-wishlist {
    display: block;
    padding: 15px 20px;
    line-height: 18px;
    font-size: 13px;
    font-weight: 700;
    color: #8c8c8c;
    background-color: #f6f6f6;
    border-top: 3px solid #fff;
    text-transform: uppercase;
  }
  .ico-wishlist:before {
    display: inline-block;
    font-family: emporium-icons;
    margin-right: 10px;
    font-size: 17px;
    color: #8e8e8e;
    font-weight: 400;
    text-transform: none;
    vertical-align: bottom;
  }
  .personal-button {
    position: static !important;
  }
  .wishlist-qty {
    display: none;
  }
  .header-menu {
    overflow-y: auto;
  }
  .mobile-flyout-wrapper .close-side-menu-text:before {
    content: "\64";
  }
  .mobile-flyout-wrapper .flyout-cart-scroll-area {
    max-height: calc(100vh - 97px);
    overflow-y: scroll;
  }
  .mobile-flyout-wrapper {
    position: fixed;
    top: 0;
    left: -100%;
    width: 400px;
    max-width: 100%;
    height: 100%;
    overflow: hidden;
    background-color: #fff;
    text-align: left;
    margin-top: 0 !important;
    opacity: 1;
    padding: 0;
    border-radius: 0;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    box-shadow: none;
    z-index: 1070 !important;
  }
  .mobile-flyout-wrapper .close-side-menu {
    display: block;
  }
  .search-box form {
    padding: 20px;
  }
  .search-box input.search-box-text {
    width: calc(100% - 45px);
    padding: 0 5px 0 15px;
  }
  #topcartlink {
    display: none;
  }
  .header-links-wrapper .header-links > ul {
    display: none;
  }
  .header-links-wrapper {
    margin-bottom: 0;
  }
  .mega-menu {
    display: none !important;
  }
  .header-menu .mega-menu-responsive > li {
    border-bottom: 0;
  }
}
@media all and (min-width: 1601px) {
  .header-lower .search-box {
    width: 50%;
  }
  .header-links-wrapper {
    width: 30%;
  }
  .header-logo {
    width: 20%;
  }
  .center-2 {
    width: 78%;
  }
}
@media all and (min-width: 1025px) {
  .mega-menu-responsive,
  .menu-title {
    display: none !important;
  }
}
.profile-menu-box {
  min-width: 180px;
}
#typesense-search-form {
  position: relative;
}
#typesense-search-form .search-box-button {
  display: none !important;
}
#typesense-searchbox {
  width: 100%;
  padding: 8px 12px;
  border: 1px solid #ddd;
  border-radius: 4px;
  font-size: 14px;
}
:root {
  --swiper-theme-color: #007aff;
}
:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}
:root {
  --swiper-navigation-size: 44px;
}
