@font-face {
  font-family: "NT VALENTINO Regular";
  font-style: normal;
  font-weight: normal;
  src: local("NT VALENTINO Regular"),
    url("../../font/NT VALENTINO.woff") format("woff");
}
@font-face {
  font-family: "NT VALENTINO Italic";
  font-style: normal;
  font-weight: normal;
  src: local("NT VALENTINO Italic"),
    url("../../font/NT VALENTINO Italic.woff") format("woff");
}
.font-family-valentino {
  font-family: "NT VALENTINO Regular" !important;
}
/*@import url(https://db.onlinewebfonts.com/c/5e4df315bceb4e9c81342f0cfbc7dbf8?family=WT+Monarch+Nova+Roman);*/
@import url("./font/NT VALENTINO.woff");

body:has(.scroll-nav.active) {
  overflow: hidden !important;
}

::-webkit-input-placeholder {
  color: #616161;
}
.placeholder {
  color: #616161 !important;
}
select {
  -webkit-appearance: menulist-button;
  color: #000000;
}

select:invalid {
  color: #616161;
}
input[type="date"]:invalid::-webkit-datetime-edit {
  color: #616161;
}

option:first-child.active,
option:first-child:focus {
  color: #616161;
}

fieldset,
img,
legend {
  border: none;
}

blockquote,
body,
select {
  line-height: 22px;
}

.button,
img {
  max-width: 100%;
}

a,
a:hover {
  text-decoration: none;
}

.icon,
.link .icon {
  fill: #000000;
}

.button,
label {
  line-height: 20px;
}

.slick-slider img,
body {
  visibility: visible !important;
}

.button,
svg {
  vertical-align: middle;
}

.button,
.header-language_currency .text,
table th {
  text-transform: capitalize;
}

.product-card .product-card-information .card-title,
.product-card .product-card-information .card-vendor {
  white-space: normal;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  letter-spacing: 0.02em;
  font-size: 12px;
}

.break,
.card__badge .badge {
  word-break: break-word;
}

.link-underline:hover .text,
.product-card-menu .shop-now .text,
.text-underline .text {
  text-underline-offset: 0.2rem;
}

.hidden,
.hide,
.no-js-inline,
.no-js:not(html),
html.no-js .no-js-hidden {
  display: none !important;
}

html.no-js .no-js:not(html) {
  display: block !important;
}

html.no-js .no-js-inline {
  display: inline-block !important;
}

:focus,
button:focus {
  outline: 0;
}

.wrapper-overlay {
  position: fixed;
  background-color: rgba(35, 35, 35, 0.8);
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  cursor: pointer;
  display: none;
  z-index: 100;
}

.button,
.link,
svg {
  display: inline-block;
}
body {
  overflow-x: hidden;
  background-color: rgb(0, 0, 0);
}

/*html {*/
/*	padding-bottom: 0 !important;*/
/*	position: relative;*/
/*	-webkit-font-smoothing: antialiased*/
/*}*/

body,
html {
  font-size: 15px;
  color: #fff !important;
}

body {
  /*background-color: #ffffff;*/
  margin: 0 auto;

  letter-spacing: normal;
  opacity: 1 !important;
}
.font-family-valentino {
  font-family: "NT VALENTINO Regular";
}
img {
  height: auto;
}

.visually-hidden {
  position: absolute !important;
  overflow: hidden !important;
  width: 1px !important;
  height: 1px !important;
  margin: -1px !important;
  padding: 0 !important;
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  word-wrap: normal !important;
}

.overflow-hidden {
  overflow: hidden;
}

.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.close svg {
  width: 17px;
  height: 17px;
}

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 40px #fff inset;
  -webkit-text-fill-color: #232323;
}

input::-ms-clear,
select::-ms-expand {
  display: none;
}

input[type="search"]::-webkit-search-cancel-button {
  display: none;
}

input::-webkit-inner-spin-button,
input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: textfield;
}

input[type="checkbox"],
input[type="radio"] {
  display: none;
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

input[type="checkbox"] + .form-label--checkbox,
input[type="radio"] + .form-label--radio {
  display: block;
  width: 100%;
  position: relative;
  padding: 0 0 0 23px;
  margin: 0;
  pointer-events: auto;
  cursor: pointer;
}

input[type="checkbox"] + .form-label--checkbox:before {
  content: "";
  position: absolute;
  top: 3px;
  left: 0;
  border: 1px solid #aaaaaa;
  width: 15px;
  height: 15px;
  border-radius: 0;
}

input[type="checkbox"] + .form-label--checkbox:after {
  content: "";
  width: 9px;
  height: 5px;
  position: absolute;
  opacity: 0;
  top: 6px;
  left: 3px;
  border: 2px solid #fff;
  border-top: none;
  border-right: none;
  background: rgba(255, 255, 255, 0);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: 0.1s;
  transition: 0.1s;
  -webkit-appearance: none;
}
/* 
input[type=checkbox]:checked+.form-label--checkbox:before {
	background-color: #000;
	border-color: #000
} */

input[type="checkbox"]:checked + .form-label--checkbox:after {
  opacity: 1;
}

input[type="radio"] + .form-label--radio:before {
  content: "";
  display: block;
  position: absolute;
  top: 2px;
  left: 0;
  -webkit-transition: 50ms ease-out;
  transition: 50ms ease-out;
  background-color: transparent;
  border: 1px solid #e6e6e6;
  width: 16px;
  height: 16px;
  border-radius: 50%;
}

input[type="radio"]:checked + .form-label--radio:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

input[type="radio"] + .form-label--radio:after {
  content: "";
  display: block;
  position: absolute;
  top: 6px;
  left: 4px;
  -webkit-transition: 50ms ease-out;
  transition: 50ms ease-out;
  width: 0;
  height: 0;
  border: 4px solid #000;
  background-color: #000;
  border-radius: 50%;
  -webkit-transform: scale(0);
  transform: scale(0);
  opacity: 0;
}

input[type="number"] {
  -moz-appearance: textfield !important;
}

blockquote {
  border: none;
  background-color: #fafafa;
  color: #3c3c3c;
  font-size: 12px;
  font-style: normal;
  margin: 0;
  padding: 20px 35px;
}

select,
select + .icon-dropdown {
  background-color: rgba(255, 255, 255, 0);
}

input[type="image"] {
  width: auto;
}

input[type="color"],
input[type="file"],
input[type="date"],
input[type="datetime-local"],
input[type="datetime"],
input[type="email"],
input[type="month"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="time"],
input[type="url"],
input[type="week"],
textarea {
  margin: 0;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.field__input,
.form-input,
select {
  -webkit-appearance: none;
  -moz-appearance: none;
}

input[type="color"],
input[type="date"],
input[type="datetime-local"],
input[type="datetime"],
input[type="email"],
input[type="month"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="file"],
input[type="time"],
input[type="url"],
input[type="week"] {
  padding: 13px 12px 13px 16px;
  line-height: 22px;
  /* border-radius: 12px; */
}

.custom-radio input[type="radio"],
input[type="checkbox"] {
  vertical-align: top;
  margin-right: 10px;
  display: none;
}

input[type="checkbox"] + label {
  padding-left: 26px;
  cursor: pointer;
  margin-bottom: 0px !important;
  position: relative;
}

input[type="checkbox"] + label:before {
  position: absolute;
  content: "";
  top: 2.5px;
  left: 0;
  border: 1px solid #a1a1a1;
  width: 14px;
  height: 14px;
  background: #1a1a1a;
}

input[type="checkbox"] + label:after {
  content: "";
  width: 9px;
  height: 5px;
  position: absolute;
  top: 6px;
  left: 3px;
  border: 2px solid #fff;
  border-top: none;
  border-right: none;
  background: rgba(255, 255, 255, 0);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: 0.1s;
  transition: 0.1s;
}

input[type="checkbox"]:not(:checked) + label:after {
  opacity: 0;
  -webkit-transform: scale(0) rotate(-45deg);
  transform: scale(0) rotate(-45deg);
}

input[type="checkbox"]:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1) rotate(-45deg);
  transform: scale(1) rotate(-45deg);
}

select {
  border-radius: 0;
  border: 1px solid #ffffff45 !important;

  display: block;
  width: 100%;
  padding: 13px 12px 13px 16px !important;
  outline: 0;
  position: relative;
  z-index: 2;
  appearance: none;
  font-size: 16px;
  color: #fff;
  background-color: transparent;
  min-height: 36px;
}
.delivery-contents select{
/* border: none !important;*/
    margin-bottom: 0 !important;
}
/* .delivery-contents .select-dropdown{
border: 1px solid rgba(117, 117, 117, 0.2) !important;
} */
.form-success,
table {
  border: 1px solid #ffffff1c;
}

/* select * {
  outline: 0;
  background: #fff;
  color: #3c3c3c;
  border: none;
} */

select + .icon-dropdown {
  width: 30px;
  position: absolute;
  bottom: 0;
  right: 2px;
  height: 36px;
  top: inherit;
  z-index: 1;
  display: -moz-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

select + .icon-dropdown .fa {
  font-size: 16px;
}

label em {
  color: #f1152f;
  font-weight: 500;
  font-style: italic;
}

label.hiddenLabel {
  display: none;
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.field__input,
.form-input {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  appearance: none;
}

ol,
ul {
  padding: 0;
  list-style: none;
  margin-bottom: 20px;
}

ol li,
ul li {
  margin-bottom: 0.25em;
}

a:hover {
  color: #a1a1a1;
  outline: 0;
}

.errors ul {
  padding-left: 0;
}

.form-success {
  margin-bottom: 20px;
  padding: 5px 20px 5px 30px;
}

h4,
h5,
h6 {
  margin-bottom: 1.5em;
}

h2 {
  font-size: 2em;
  margin-bottom: 1em;
}

h3 {
  font-size: 20px;
  margin-bottom: 1.25em;
}

h4 {
  font-size: 17px;
}

h5 {
  font-size: 15px;
}

h6 {
  font-size: 1em;
}

/* p:last-child,
p:last-of-type {
  margin-bottom: 0;
} */

small {
  font-size: 12px;
}

table {
  min-width: 100%;
}

table td,
table th {
  border: 1px solid #ffffff1c;
  padding: 9px 15px;
}

table th {
  font-size: 16px;
  font-weight: 500;
}

.button.disabled,
.button:disabled,
.button[aria-disabled="true"],
.button[disabled],
button.disabled,
button:disabled,
button[aria-disabled="true"],
button[disabled] {
  opacity: 0.6;
  cursor: default !important;
}

.pagination__list .pagination-arrow.disabled,
.slick-arrow.slick-disabled {
  opacity: 0.4;
}

.button {
  font-weight: 700;
  outline: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  border-radius: 5px !important;
  border: 1px solid transparent;
  min-width: 160px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  padding: 12px 15px 11px;
  font-size: 14px;
  letter-spacing: 0.05em;
  cursor: pointer;
  text-align: center;
  /* border-radius: 12px; */
}

.desc,
.link {
  font-weight: 400;
}

a,
hr {
  border: none;
}

.breadcrumb a,
.desc,
.link {
  font-size: 13px;
}

label {
  font-size: 12px;
}
.breadcrumb a,
.desc,
.field__input,
.form-input,
label {
  letter-spacing: 0.02em;
}

/* .button.button-1:hover {
  opacity: 0.8;
} */

.left,
.text-left {
  text-align: left;
}

.center,
.text-center {
  text-align: center;
}

.right,
.text-right {
  text-align: right;
}

.uppercase {
  text-transform: uppercase !important;
}

.lowercase {
  text-transform: lowercase !important;
}

.capitalize {
  text-transform: capitalize !important;
}

.content-box--absolute {
  position: absolute;
  top: 20%;
  left: 0;
  z-index: 1;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  padding: 15px;
  margin: 0 auto;
  width: 100%;
  line-height: 50px;
}
@media (max-width: 600px) {

  .center-contents {
    position: absolute !important;
    top: 40% !important;
    left: 0;
  }
  .content-box--absolute {
    line-height: 40px;
  }

  .tooltiptext1 .product-card .product-card-bottom,
  .tooltiptext .product-card .product-card-bottom {
    padding: 0px 0 0px !important;
  }

  .halo-row-item
    .product-card
    .product-card-top
    .product-card-media
    .image-adapt,
  .product-card .product-card-top .product-card-media .image-adapt,
  .product-card .product-card-top .product-card-media .image-height-adapt {
    padding-bottom: 40% !important;
  }
}
/* .halo-row-item .product-card .product-card-top .product-card-media .image-adapt,
.product-card .product-card-top .product-card-media .image-adapt,
.product-card .product-card-top .product-card-media .image-height-adapt {
  height: 120px !important;
  border-radius: 12px 12px 0px 0px;
  background-color: white;
} */
.content-box--absolute .expand-lenses-btn {
  background-color: #e31e2e;
  color: white;
  font-weight: 600;
  padding: 15px 30px;
  font-size: 13px !important;
  border-radius: 12px;
}
.product-card .product-card-bottom .link-underline {
  color: #fff !important;
}
.content-box--full {
  max-width: 100% !important;
}

.display-empty:empty,
br:empty,
circle:empty,
hr:empty,
iframe:empty,
img:empty,
input:empty,
line:empty,
model-viewer:empty,
path:empty,
polyline:empty,
rect:empty,
shopify-installments-modal:empty,
shopify-payment-terms:empty,
textarea:empty,
use:empty {
  display: block;
}

a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.link {
  vertical-align: top;
  line-height: 22px;
}

.link-underline .text,
.menu-lv-item .text {
  -webkit-transition: -webkit-text-decoration 0.1s;
  transition: text-decoration 0.1s;
  transition: text-decoration 0.1s, -webkit-text-decoration 0.1s;
}
.productView-wishlist button {
  background-color: transparent;
  border: none;
  margin-top: -10px;
}

.productView-wishlist button svg:active {
  fill: red;
}
.image-adapt {
  display: block;
  max-width: 100%;
  margin: 0 auto;
  position: relative;
}
.halo-block-content .banner-item .image-banner-radius .image-adapt img {
  border-radius: 0px !important;
}
.image-adapt img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  overflow: hidden;
  border-radius: 18px;
}
.image-height-adapt img {
  position: absolute;
  top: 25%;
  left: 0;
  width: 100%;

  z-index: 1;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  overflow: hidden;
  border-radius: 18px 18px 0px 0px;
}
.image-adapt-new img {
  width: 100%;
}
hr {
  height: 0.1rem;
  display: block;
  margin: 5rem 0;
  background-color: #ebebeb;
}

details > * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.megamenu-custom-product-width-banner .product-card .card-action,
.visibility-hidden {
  visibility: hidden;
}

body::-webkit-scrollbar {
  width: 10px;
}

body::-webkit-scrollbar-track {
  background-color: transparent;
}

body::-webkit-scrollbar-thumb {
  background-color: transparent;
  border-radius: 0;
}

body::-webkit-scrollbar-thumb:hover {
  background-color: #e0e0e0;
}

body:hover::-webkit-scrollbar-thumb {
  background-color: #aeaeae;
}

.disable-scrollbar::-webkit-scrollbar {
  display: none;
}

.disable-scrollbar::-webkit-scrollbar-track {
  display: none;
}

.disable-scrollbar::-webkit-scrollbar-thumb {
  display: none;
}

.disable-scrollbar::-webkit-scrollbar-thumb:hover {
  display: none;
}

.custom-scrollbar::-webkit-scrollbar-track {
  background-color: #f4f4f4;
}

.custom-scrollbar::-webkit-scrollbar {
  width: 5px;
  background-color: #f4f4f4;
}

.custom-scrollbar::-webkit-scrollbar-thumb {
  background-color: #aeaeae;
}

.custom-scrollbar-x::-webkit-scrollbar {
  height: 3px;
}

.custom-scrollbar-x::-webkit-scrollbar-track {
  background-color: #f4f4f4;
}

.custom-scrollbar-x::-webkit-scrollbar-thumb {
  background-color: #aeaeae;
}

:focus-visible {
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

:focus,
:focus:not(:focus-visible) {
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.focus-inset:focus-visible {
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.focus-inset:focus,
.focus-inset:focus:not(:focus-visible) {
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.focus-none {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  outline: 0 !important;
}

svg {
  fill: currentColor;
  stroke: currentColor;
  fill: currentColor;
  stroke: currentColor;
  width: 1rem;
  height: 1rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.halo-row-item .wrapper-item .icon svg {
  width: 2.5rem;
  height: 2.5rem;
}
.halo-row-item .wrapper-item .icon {
  text-align: center;
}
.icon {
  stroke: transparent;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.img-box .image {
  border-radius: 18px;
}
.container,
.img-box .image {
  display: block;
  position: relative;
}

.flex-wrap {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.flex-all-1 {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.justify-start {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.justify-end {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: end;
}

.breadcrumb.position-center,
.justify-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.justify-between {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.align-center,
.wrapper-mega-banner .halo-col-banner .row {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.row {
  margin-left: -5px;
  margin-right: -5px;
  padding: 0;
}

/*.row>* {*/
/*	padding: 0;*/
/*	margin: 0*/
/*}*/

.row.column-5 .halo-row-item {
  width: 50%;
  padding-left: 5px;
  padding-right: 5px;
}
/*
.product-carousel .product-item,
.row .halo-item {
	padding: 0 5px
}*/
.product-carousel .product-item {
  border-radius: 18px;
}
.row .halo-row-item {
  position: relative;
  padding: 0 5px;
}

.col5 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
}

.desc {
  line-height: 2;
  margin: 0;
}

.container {
  width: 100%;
  max-width: 100%;
  padding: 0 15px;
  margin: 0 auto;
}

.container.container-full {
  max-width: 100%;
  padding-left: 0 !important;
  padding-right: 0 !important;
  overflow: hidden;
}

.container-1920 {
  max-width: 1920px;
  padding-left: 0;
  padding-right: 0;
}

.img-box .image {
  overflow: hidden;
}

.has-stickyHeader .header-default .header-top,
.has-stickyHeader .header-default .menu-lv-1 .label,
.header-default .header-bottom .Header-icon-fixed,
.header-language_currency .dropdown-toggle::after,
.img-box--mobile .image {
  display: none;
}

.fullwidth-banner .img-box,
.halo-block-video,
.halo-toolbar-bottom-mobile .halo-toolbar-wrapper .halo-toolbar-item,
.header-language_currency .disclosure,
.page-header,
.product-card .product-card-top {
  position: relative;
}

.has-stickyHeader .header-default .header-bottom .Header-icon-fixed,
.has-stickyHeader .header-default .header-bottom .header-log-fixed,
.img-box--mobile .image + .image {
  display: block;
}

[data-banner-carousel] .row:not(.slick-slider) {
  overflow: hidden;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

/* .page {
  padding-bottom: 50px;
} */

.page-header .page-title {
  margin-bottom: 22px;
  font-size: 24px;
  letter-spacing: 0.05em;
  color: #232323;
}

.page-header .content-box--absolute .breadcrumb {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #000000;
  padding: 18px 0 0;
  margin: 0;
  letter-spacing: 0.02em;
}

.page-header .content-box--absolute .breadcrumb .separate svg {
  color: #fff;
  fill: #000000;
}

.menu-lv-1:hover > a:hover,
.page-header .content-box--absolute .breadcrumb a {
  color: #fff;
}

.page-header .content-box--absolute .page-title {
  color: #fff;
  padding: 12px 0;
}
.product-detail .breadcrumb {
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start !important;
  -webkit-box-align: center;
}
.breadcrumb {
  color: #000000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0;
  padding: 20px 0 15px;
}
.breadcrumb .bread-text:nth-child(1) {
  color: #999;
}
.breadcrumb a:hover {
  color: #999;
}
label {
  color: #000000;
  opacity: 0.9;
}

.breadcrumb a {
  line-height: 24px;
  color: #e31e2e !important;
}

.breadcrumb .separate {
  display: block;
  position: relative;
  padding: 0 7px;
}

.breadcrumb .separate svg {
  width: 9px;
  height: 10px;
  position: relative;
  top: -1px;
  color: #e31e2e;
  fill: #e31e2e;
}

.contact-form .form-field + .form-field {
  margin-top: 25px;
}

.field__label,
.form-label {
  display: block;
  width: 100%;
  padding: 0;
  margin: 0 0 9px;
  font-size: 15px;
}

label {
  font-weight: 500;
  text-align: left;
}

.contact-form .form-input {
  padding-top: 10px;
  padding-bottom: 10px;
}

.field__input,
.form-input {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: block;
  width: 100%;
  height: auto;
  font-size: 12px !important;
  font-weight: 400;
  line-height: 22px;
  text-align: left;
  /* border: 1px solid rgba(117, 117, 117, 0.2) !important;*/
 border: 1px solid #ffffff45 !important;
  color: #fff;
  background-color: transparent;
  transition: all 0.4s;
  -webkit-box-shadow: unset !important;
  box-shadow: unset !important;
  outline: 0 !important;
  padding-left: 15px;
  padding-right: 15px;
  margin: 0;
  overflow: hidden;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.red-asterisk {
  color: #f1152f;
  margin-left: 3px;
}

.slick-arrow {
  width: 35px;
  height: 35px;
  background-color: #fff;
  border: 1px solid #cfcfcf;
  color: #323232;
  position: absolute;
  cursor: pointer;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 9;
  outline: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border-radius: 50%;
  padding: 9px !important;
}

.slick-arrow:hover {
  background-color: #323232;
  color: #fff;
  border-color: #232323;
}

.slick-arrow:hover svg {
  fill: #ffffff;
  color: #fff;
}

.slick-arrow svg {
  width: 100%;
  height: 100%;
  color: #323232;
  fill: #323232;
  stroke: transparent;
}

.slick-arrow.slick-next {
  right: -10px;
}

.slick-arrow.slick-next svg {
  position: relative;
  top: -4px;
  left: 1px;
}

.slick-arrow.slick-prev {
  left: -10px;
}

.slick-arrow.slick-prev svg {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  position: relative;
  top: -4px;
  right: 1px;
}

.slick-dots {
  display: block;
  padding: 0;
  margin: 0 0 15px;
  text-align: center;
  letter-spacing: -0.33em;
  line-height: 0;
}

.slick-dots li {
  display: inline-block;
  font-size: 0px;
  margin: 0 7px;
  width: 12px;
  height: 12px;
  letter-spacing: normal;
}

.slick-dots li.slick-active button {
  background: rgba(255, 255, 255, 0);
  border-color: #505656;
}

.slick-dots button {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: 1px solid #707979;
  background: #707979;
  padding: 0;
  outline: 0;
  cursor: pointer;
}

.halo-block-header {
  margin-bottom: 20px;
}

.halo-block-header .title {
  color: #232323;
  position: relative;
  font-size: 20px;
  margin-top: 20px;
  margin-bottom: 7px;
  letter-spacing: 0.05em;
}

.halo-block-header .title .text {
  padding: 0 20px;
  display: inline-block;
  vertical-align: top;
  position: relative;
  z-index: 2;
  max-width: 100%;
  background: #fff;
}

.halo-block-header .view_all {
  display: inline-block;
  border-bottom: 1px solid !important;
  line-height: 16px;
  color: #ffffff;
  font-weight: 500;
  margin-bottom: 20px !important;
  font-size: 12px;
  letter-spacing: 0.02em;
}

.halo-block-header .title:before {
  content: "";
  display: block;
  position: absolute;
  top: calc(50% - 1px);
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #232323;
}

.background-overlay,
.background-overlay-popup {
  position: fixed;
  background-color: rgba(35, 35, 35, 0.8);
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  cursor: pointer;
  display: block;
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.pagination__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.pagination__list .pagination-arrow:first-child {
  margin-right: 10px;
}

.pagination__list li {
  min-width: 4rem;
}

.pagination__list .pagination-arrow {
  position: relative;
  width: 35px;
  min-width: 35px;
}

.pagination__list .pagination__item-arrow {
  color: #232323;
  background: #fff;
  border: 1px solid #232323;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 1;
  font-size: 0;
  letter-spacing: 0;
  cursor: pointer;
  position: absolute;
  top: 50%;
  padding: 10px;
  width: 35px;
  height: 35px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1;
  outline: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border-radius: 50%;
}

.pagination__list .pagination__item-arrow .icon {
  fill: #3c3c3c;
  width: 100%;
  height: 100%;
  color: #323232;
  stroke: transparent;
}

.pagination__list .pagination__item-arrow:hover {
  color: #fff;
  background: #232323;
}

.pagination__list .pagination__item-arrow:hover .icon {
  fill: #ffffff;
}

.pagination__list .pagination__item--prev .icon {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.pagination__list .pagination__item--next .icon {
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
}

.pagination__list .pagination-num .pagination__item {
  color: #707070;
  width: 35px;
  height: 35px;
  background-color: #fff;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: 0.05s;
  transition: 0.05s;
}

.pagination__list .pagination-num .pagination__item.active,
.pagination__list .pagination-num .pagination__item:hover {
  background-color: #f8f8f8;
  color: #3c3c3c;
  font-weight: 600;
}

.footer-block__list-social,
.halo-product-block {
  margin-top: 35px;
}

.halo-product-block .halo-block-header {
  margin-bottom: 15px !important;
}

.halo-product-block .product-infinite-scroll {
  margin: 25px 0 70px;
}

.halo-product-block .product-infinite-scroll .button {
  max-width: 300px;
  width: 100%;
}

.halo-block-video .video-banner {
  position: absolute;
  bottom: 40px;
  right: 40px;
  z-index: 9;
}

.halo-block-video .video-banner .halo-modal-close {
  position: absolute;
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  top: 60px;
  bottom: auto;
  right: 15px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.halo-block-video .video-banner .halo-modal-close svg {
  width: 28px;
  height: 28px;
  fill: #ffffff;
  border: 1px solid #fff;
  border-radius: 50%;
  padding: 5px;
  color: #fff;
  background: #232323;
}

.halo-block-video .video-banner .modal-content-video,
.halo-block-video .video-banner .modal-video-content,
.halo-block-video .video-banner .video {
  height: 100%;
}

.halo-block-video .video-banner.open_video {
  width: 100%;
  height: 100%;
  top: 0;
  right: 0 !important;
}

.halo-block-video .video-banner.open_video .halo-modal-close {
  top: 15px;
  z-index: 9;
  opacity: 1;
  visibility: visible;
}

.halo-block-video .video-banner.fixed_video {
  position: fixed;
  top: inherit !important;
  right: 0 !important;
  bottom: 0;
  max-width: 350px;
  max-height: 250px;
}

.halo-block-video .video-banner.fixed_video .halo-modal-close {
  top: 5px;
  right: 5px;
}

.halo-block-video .video-banner.fixed_video .halo-modal-close svg {
  width: 24px;
  height: 24px;
}

.video_icon {
  position: absolute;
  right: 64px;
  bottom: 48px;
  z-index: 9;
}

.video_icon svg {
  width: 40px;
  height: 40px;
  fill: #232323;
}

.video_icon::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  border-radius: 50%;
  opacity: 0.3;
  background-color: #fff;
  -webkit-animation: 1.4s ease-in-out infinite zoom-animation;
  animation: 1.4s ease-in-out infinite zoom-animation;
}

@media (max-width: 1200px) {
  .slick-arrow.slick-next {
    right: 10px;
  }

  .slick-arrow.slick-prev {
    left: 10px;
  }
}

@media (max-width: 992px) {
  .halo-row--swipe {
    overflow-x: auto;
    overflow-y: hidden;
    padding: 0 15px;
    margin-left: -15px;
    margin-right: -15px;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .halo-row--swipe .halo-row-item {
    margin-top: 0;
    padding-left: 0;
    padding-right: 0;
    margin-right: 15px;
    white-space: normal;
    width: 350px;
  }

  .halo-row--swipe .halo-row-item:last-child {
    margin-right: 0;
  }
}

@media (max-width: 768px) {
  .halo-row--swipe .halo-row-item {
    width: 330px;
  }
}
.halo-row-item .grid-items-space-lenses {
  margin: 15px 0px;
  background-color: #ffffffe8;
}
@media (min-width: 768px) {
  .img-box--mobile .image {
    display: block;
  }

  .img-box--mobile .image + .image {
    display: none;
  }
  .halo-row-item .grid-items-space {
    background-color: #ffffff;
  }
  .content-box--absolute {
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    padding-left: 0;
    padding-right: 0;
    max-width: 520px;
  }

  .content-box--left {
    left: 15px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  .content-box--center {
    left: 50%;
  }

  .content-box--bottom {
    top: inherit;
    bottom: 0;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }

  .content-box--right {
    left: inherit;
    right: 15px;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }

  .row {
    margin-left: -10px;
    margin-right: -10px;
  }

  /*	.product-carousel .product-item,*/
  .row .halo-item,
  .row .halo-row-item,
  [data-banner-text-carousel] .product-item {
    padding: 0 10px;
  }

  .row.column-5 .halo-row-item {
    width: 33.333333%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .product-carousel .row:not(.slick-slider),
  [data-banner-text-carousel] .row:not(.slick-slider) {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    overflow: hidden;
  }

  .product-carousel .row:not(.slick-slider) .slick-list,
  [data-banner-text-carousel] .row:not(.slick-slider) .slick-list {
    padding: 0;
  }

  .halo-block-header {
    margin-bottom: 45px;
  }
}

.header-default .header-bottom .Header-icon-fixed .cart-count-bubble,
.header__iconItem .header__icon--cart .cart-count-bubble {
  background-color: #ffe5e8;
  color: #323232;
  text-align: center;
  font-weight: 400;
  line-height: 22px;
  border-radius: 50%;
  min-width: 23px;
  min-height: 23px;
}

@media (min-width: 1200px) {
  .container.container-1170 {
    max-width: 1200px !important;
  }

  .slick-arrow.slick-prev {
    left: 5px;
  }

  .slick-arrow.slick-next {
    right: 5px;
  }
}

@media (min-width: 1000px) {
  .container.container-1070 {
    max-width: 1000px !important;
  }
  .container.container-670 {
    max-width: 300px !important;
  }
  .container.container-1000 {
    max-width: 500px !important;
  }
}

@media (min-width: 1400px) {
  .container.container-1370 {
    /*max-width: 1400px !important*/
    max-width: 1600px !important;
  }
}

@media (min-width: 1500px) {
  .container.container-1470 {
    max-width: 1500px;
  }
}

@media (min-width: 1600px) {
  .container.container-1570 {
    max-width: 1600px !important;
  }

  .slick-arrow.slick-prev {
    left: -2px;
  }

  .slick-arrow.slick-next {
    right: -2px;
  }
}

@media (min-width: 1800px) {
  .container.container-1770 {
    max-width: 1800px !important;
  }
}

@media (min-width: 1920px) {
  .container.container-1860 {
    padding-left: calc((100% - 1860px) / 2);
    padding-right: calc((100% - 1860px) / 2);
  }
}

.announcement-bar {
  background-color: white;
  color: #000000;
}

@media (max-width: 600px) {
  .announcement-bar .message {
    line-height: 15px !important;
  }
  .space-bottom {
    margin-bottom: 6% !important;
  }
  .space-top {
    padding-top: 5% !important;
  }
}
.announcement-bar .message {
  padding: 7px 15px;
  position: relative;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 22px;
  margin: 0;
}

.announcement-bar .announcement-close {
  display: block;
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  line-height: 1;
  font-size: 0;
  letter-spacing: 0;
}

.announcement-bar .announcement-close svg {
  width: 100%;
  height: 100%;
  stroke: transparent;
}
.announcement-bar .top-nav,
.announcement-bar .top-nav a {
  color: white;
}
.top-navbar {
  background-color: #000 !important;
}
.announcement-bar a {
  color: #000000;
  font-weight: 500;
  text-decoration: underline;
  opacity: 0.8;
}

.has-stickyHeader [data-header-sticky] {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.12);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.12);
  z-index: 20;
  will-change: transform;
}
.banner-item .content-align-center {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.header .animate {
  -webkit-transition: -webkit-transform 0.15s ease-out;
  transition: transform 0.15s ease-out;
  transition: transform 0.15s ease-out, -webkit-transform 0.15s ease-out;
}

.has-stickyHeader [data-header-sticky].sticky-up {
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}

.has-stickyHeader .header-default .header-bottom .header-bottom--wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.has-stickyHeader .header-default .header-bottom .header-nav {
  width: calc(100% - 224px);
  padding-left: 50px;
}

.main-menu,
.main-menu > .container,
.menu-lv-item.has-megamenu {
  position: static;
}

.header__inline-menu {
  display: block;
  grid-area: navigation;
}

.list-menu {
  display: block;
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 0;
  letter-spacing: 0;
}

.menu-lv-item {
  display: inline-block;
  vertical-align: top;
  position: relative;
}

.menu-lv-item .site-nav-list-dropdown > a,
.menu-lv-item > a {
  display: block;
  position: relative;
}

.menu-lv-1__action {
  color: #fff;
  padding: 11px 20px 12px;
}

.menu--mobile-lv-1__action,
.menu-lv-1__action {
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
  letter-spacing: 0.05em;
  text-transform: capitalize;
}

.list-menu--disclosure li a,
.site-nav-link,
.site-nav-title {
  font-size: 12px;
  letter-spacing: 0.02em;
}

.menu-lv-item .icon {
  display: block;
  position: absolute;
  height: 12px;
  width: 12px;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  fill: #232323;
  stroke: transparent;
}

.menu-lv-1__action .text {
  text-decoration-thickness: 1px !important;
}

.menu-lv-item:hover > a > .text {
  color: #6b6b6b !important;
}
.menu-lv-item:focus > a > .text {
  color: #ffffff;
}

.menu-lv-1 .label {
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  right: 7px;
  top: -9px;
  font-size: 10px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 17px;
  height: 17px;
  padding: 0 6px;
  text-transform: capitalize;
  text-align: center;
  border-radius: 1px;
}

.menu-lv-1 .label::before {
  content: "";
  position: absolute;
  opacity: auto;
  left: 50%;
  bottom: -9px;
  -webkit-transform: translate(-50%) rotate(180deg);
  transform: translate(-50%) rotate(180deg);
  border: 5px solid transparent;
}

.menu-lv-1 .label.hot-label {
  color: #fff;
  background-color: #ffbb49;
}

.menu-lv-1 .label.hot-label::before {
  border-bottom-color: #ffbb49;
}

.menu-lv-1 .label.sale-label {
  color: #fff;
  background-color: #ef6454;
}

.menu-lv-1 .label.sale-label::before {
  border-bottom-color: #ef6454;
}

.menu-lv-1 .label.new-label {
  color: #fff;
  background-color: #06bfe2;
}

.menu-lv-1 .label.new-label::before {
  border-bottom-color: #06bfe2;
}

.list-menu--disclosure {
  width: 200px;
  background: #fff;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15);
  padding: 7px 0 5px;
  position: absolute;
  top: calc(100% + 20px);
  visibility: visible;
  -webkit-transition: 350ms, _ 350ms;
  transition: 350ms, _ 350ms, _ 350ms;
}

.list-menu--disclosure li {
  padding: 0 20px;
  width: 100%;
}

.list-menu--disclosure li a {
  padding: 10px 0;
  color: #232323;
}
.list-menu--disclosure li a span:hover {
  color: #6b6b6b !important;
}
.list-menu--disclosure li + li > a {
  border-top: 1px solid #ebebeb;
}

.list-menu--disclosure-2 {
  right: calc(-100% + 30px);
  top: 0 !important;
}

.megamenu-custom-product-width-banner {
  position: relative;
  padding: 40px 0;
  bottom: -17px;
}

.header .header-bottom .megamenu_style_5 .megamenu-product-custom::before,
.megamenu-custom-product-width-banner::before {
  content: " ";
  width: calc(100% + 200%);
  height: 100%;
  position: absolute;
  left: -100%;
  bottom: 0;
  z-index: -1;
  background: #fff;
}

.header .header-bottom .megamenu_style_4,
.megamenu-custom-product-width-banner .product-card .card-vendor-title,
.megamenu-custom-product-width-banner .product-card .product-card-bottom {
  padding: 0 !important;
}

.megamenu-custom-product-width-banner .banner {
  padding-left: 23px;
}

.wrapper-mega-banner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  bottom: -17px;
  margin-top: -5px;
}

.wrapper-mega-banner::before {
  content: " ";
  width: calc(100% + 200%);
  height: 100%;
  position: absolute;
  left: -100%;
  bottom: 0;
  z-index: -1;
  background: #f2f2f2;
}

.wrapper-mega-banner .col-brands .title {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0;
  color: #00163a;
  margin-bottom: 15px;
}

.wrapper-mega-banner .col-brands .azbrandstable {
  list-style: none;
  margin: 0 !important;
  max-width: 320px;
  text-align: left;
}

.wrapper-mega-banner .col-brands .azbrandstable li {
  display: inline-block;
  width: 28px;
  text-align: left;
  margin-bottom: 0;
}

.wrapper-mega-banner .col-brands .azbrandstable li a {
  font-size: 14px;
  color: #00163a;
  font-weight: 400;
}

.wrapper-mega-banner .col-brands .azbrandstable li a:hover span {
  border-bottom: 1px solid;
}

.wrapper-mega-banner .col-brands .link-brands {
  font-size: 14px;
  color: #00163a;
  font-weight: 400;
  margin-top: 13px;
  display: block;
}

.wrapper-mega-banner .halo-col-banner .content-box .sub-title {
  font-size: 12px;
  font-weight: 900;
  color: #00163a;
  margin-bottom: 11px;
}

.wrapper-mega-banner .halo-col-banner .content-box .title {
  font-size: 26px;
  font-weight: 900;
  margin-bottom: 19px;
  text-transform: uppercase;
  font-style: italic;
}

.card__badge .badge,
.product-card .product-card-information .card-title [data-change-title],
.site-nav-link {
  text-transform: capitalize;
}

.wrapper-mega-banner .halo-col-banner .content-box .link {
  font-size: 14px;
  color: #00163a;
}

.header .menu-dropdown {
  position: absolute;
  top: auto;
  left: 0;
  width: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  max-height: 70vh;
  text-align: left;
  margin-top: 20px;
  visibility: hidden;
  -webkit-box-shadow: 0 3px 3px -3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 3px -3px rgba(0, 0, 0, 0.1);
  background-color: #fff;
  padding: 24px 0 34px;
  -webkit-transition: 350ms, _ 350ms;
  transition: 350ms, _ 350ms, _ 350ms;
}

.header .menu-dropdown .list-nav-title .site-nav-title {
  margin: 0 0 12px;
}

.header .menu-dropdown .list-nav-title .site-nav-title.sale {
  color: #e10600;
}

.site-nav-title {
  font-weight: 600;
  font-style: normal;
  line-height: 22px;
  margin: 0 0 5px;
  color: #232323;
  display: block;
}

.site-nav-link {
  font-weight: 400;
  line-height: 22px;
  margin: 0;
  padding: 4px 0;
  color: #3c3c3c;
}

.megamenu_style_2 .site-nav-banner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  font-size: 0;
  letter-spacing: 0;
  padding-top: 7px;
}

.megamenu_style_2 .site-nav-banner .site-nav-banner--item {
  width: 210px;
  padding: 0;
}

.megamenu_style_2 .site-nav-banner .col-left .banner + .banner {
  margin-top: 6px;
}

.megamenu_style_2 .site-nav-banner .col-right {
  margin-left: 6px;
}

.megamenu_style_2 .site-nav {
  margin-bottom: 23px;
}

.megamenu_style_2.custom-product .site-nav-banner {
  padding-top: 0;
}

.megamenu_style_2.custom-product .col-right {
  padding-top: 7px;
}

.megamenu_style_3 .site-nav-list .image {
  display: block;
  margin-top: 13px;
  margin-bottom: 10px;
}

.header .header-bottom .megamenu_style_4 .row {
  margin: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.halo-toolbar-bottom-mobile
  .halo-toolbar-wrapper
  .halo-toolbar-item
  .link.mobileSearch-toggle
  svg,
.halo-toolbar-bottom-mobile
  .halo-toolbar-wrapper
  .halo-toolbar-item
  [data-open-auth-sidebar]
  svg,
.header .header-bottom .megamenu_style_4 .halo-row-item {
  padding: 0;
}

.header .header-bottom .megamenu_style_4 .halo-row-item .site-banner .img-box {
  border-radius: 0;
}

.header .header-bottom .megamenu_style_4 .site-nav-list {
  text-align: center;
  padding: 0 15px;
}

.header .header-bottom .megamenu_style_5 .megamenu-product-custom {
  position: relative;
  bottom: -17px;
  margin-top: 11px;
  padding: 28px 0 52px;
}

.header
  .header-bottom
  .megamenu_style_5
  .megamenu-product-custom
  .halo-row-item
  .product-card
  .product-card-top {
  width: 200px;
  height: auto;
}

.header
  .header-bottom
  .megamenu_style_5
  .megamenu-product-custom
  .halo-row-item
  .product-card
  .card-vendor-title {
  line-height: 15px;
  padding: 7px 0 10px;
}

.header
  .header-bottom
  .megamenu_style_5
  .megamenu-product-custom
  .halo-row-item
  .product-card
  .card-vendor-title
  a {
  line-height: 15px;
}

.header
  .header-bottom
  .megamenu_style_5
  .megamenu-product-custom
  .halo-row-item
  .product-card
  .product-card-bottom {
  width: calc(100% - 200px);
  padding-left: 22px;
}

.header-default .header-language_currency .halo-currency .btn-group .text {
  margin-left: 1px;
}

.header-default .header-language_currency .halo-language .text-language {
  margin-right: 9px;
}

.header-mobile {
  background: #ffffff;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  display: block;
}

.header-mobile .header-mobile--item,
.header-mobile .header-mobile--wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.header-mobile .header-mobile--item.header-mobile--left,
.header-mobile .header-mobile--wrapper.header-mobile--left {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.header-mobile .header-mobile--item.header-mobile--right,
.header-mobile .header-mobile--wrapper.header-mobile--right {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.header-mobile .header-mobile--icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: auto;
  min-height: 50px;
}

.header-mobile .header-mobile--icon.item__mobile--hamburger {
  margin-right: 3px;
}

.header-mobile .header-mobile--icon .mobileMenu-toggle {
  width: 28px;
  height: 28px;
  font-size: 0;
  overflow: hidden;
  position: relative;
  top: -1px;
  z-index: 1;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  display: block;
  color: #232323;
}

.header-mobile
  .header-mobile--icon
  .mobileMenu-toggle
  .mobileMenu-toggle__Icon {
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: background-color 10ms ease-in 0.1s;
  transition: background-color 10ms ease-in 0.1s;
  content: "";
  display: block;
  height: 2px;
  width: 100%;
  position: absolute;
  background-color: #000000;
  -webkit-transform: rotate(0);
  transform: rotate(0);
  -webkit-transition: top 0.1s ease-in 0.15s, bottom 0.1s ease-in 0.15s,
    -webkit-transform 0.1s ease-in;
  transition: transform 0.1s ease-in, top 0.1s ease-in 0.15s,
    bottom 0.1s ease-in 0.15s, -webkit-transform 0.1s ease-in;
}

.header-mobile
  .header-mobile--icon
  .mobileMenu-toggle
  .mobileMenu-toggle__Icon::after,
.header-mobile
  .header-mobile--icon
  .mobileMenu-toggle
  .mobileMenu-toggle__Icon::before {
  content: "";
  display: block;
  height: 2px;
  width: 100%;
  position: absolute;
  background-color: #000000;
  -webkit-transform: rotate(0);
  transform: rotate(0);
  -webkit-transition: top 0.1s ease-in 0.15s, bottom 0.1s ease-in 0.15s,
    -webkit-transform 0.1s ease-in;
  transition: transform 0.1s ease-in, top 0.1s ease-in 0.15s,
    bottom 0.1s ease-in 0.15s, -webkit-transform 0.1s ease-in;
}

.header-mobile
  .header-mobile--icon
  .mobileMenu-toggle
  .mobileMenu-toggle__Icon::before {
  top: -8px;
}

.header-mobile
  .header-mobile--icon
  .mobileMenu-toggle
  .mobileMenu-toggle__Icon::after {
  bottom: -8px;
}

.header-mobile .header-mobile--icon + .header-mobile--icon {
  margin-left: 30px;
  padding-right: 10px;
}

.header-mobile .header-mobile--icon svg {
  width: 24px;
  height: 24px;
  fill: #232323;
}

.header-mobile .header-mobile--icon .header__icon--cart svg {
  margin: 0;
}

.header-mobile .header-mobile--icon .header__icon--cart .cart-count-bubble {
  position: absolute;
  right: -12px;
  top: -8px;
  margin: 0;
}

.header-mobile .header-mobile--icon .header__link--account svg {
  width: 30px;
  height: 30px;
}

.footer {
  clear: both;
  /* padding-bottom: 70px; */
}

.footer .footer-top {
  padding: 65px 0 65px;
}

.footer .footer-block__heading {
  font-size: 14px;
  letter-spacing: 0.05em;
  font-weight: 600;
  padding-bottom: 12px;
  margin: 0;
  color: #fff;
}

.footer .desc,
.footer .footer-link {
  display: inline-block;
  padding: 2px 0;
  line-height: 22px;
  color: #cfcfcf;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.02em;
}

.footer .footer-block__newsletter-form {
  max-width: 420px;
  padding: 0;
  width: 100%;
  margin-top: 14px;
  display: block;
}

.newsletter-form .newsletter-form__field-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  overflow: hidden;
  width: 100%;
}

.newsletter-form .newsletter-form__field-wrapper .field {
  margin-right: 10px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.newsletter-form .newsletter-form__field-wrapper .field__input {
  color: #000000;
  background-color: #232323;
  border: 1px solid #d3d3d3;
  width: 100%;
  padding-top: 11px;
  padding-bottom: 10px;
  line-height: 22px;
  border-radius: 8px;
}

.newsletter-form .newsletter-form__field-wrapper .newsletter-form__button {
  color: white;
  border: 1px solid #e31e2e;
  background-color: #e31e2e;
  width: 124px;
  min-width: 124px;
  margin: 0;
}

.newsletter-form
  .newsletter-form__field-wrapper
  .newsletter-form__button:hover {
  opacity: 0.8;
}

.list-social {
  display: block;
  font-size: 0;
  letter-spacing: 0;
}

.list-social .list-social__item {
  display: inline-block;
  vertical-align: top;
  margin: 0 15px 6px 0;
}

.list-social .list-social__link {
  display: block;
  position: relative;
  width: 100%;
  line-height: 1;
  font-size: 0;
  letter-spacing: 0;
  border-radius: 50%;
  color: #282828;
  background: #fff;
  border: 1px solid #fff;
  padding: 9px;
}

.list-social .list-social__link:hover {
  -webkit-box-shadow: 0 0 0 2px #fff;
  box-shadow: 0 0 0 2px #fff;
}

.list-social .list-social__link:hover::before {
  -webkit-box-shadow: 0 0 0 2px #fff !important;
  box-shadow: 0 0 0 2px #fff !important;
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}

.list-social .list-social__link svg {
  fill: #282828;
  width: 17px;
  height: 17px;
}

.footer-bottom {
  padding-top: 22px;
  padding-bottom: 40px;
}

.footer-bottom .copyright__content {
  color: #000000;
  font-size: 12px;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 0.02em;
}

.footer-bottom .footer__payment .list-payment {
  font-size: 0;
  letter-spacing: 0;
  margin: 0;
  padding-top: 5px;
}

.footer-bottom .footer__payment .list-payment .list-payment__item {
  display: inline-block;
  vertical-align: top;
  margin: 5px 0 5px 15px;
}

.footer-bottom .footer__payment .list-payment .list-payment__item svg {
  width: auto;
  height: 32px;
  fill: currentColor;
  stroke: transparent;
}

.SlickCarousel .product-card-bottom .veiw-product-details {
  display: flex;
  justify-content: center;
}
.product-card-bottom .veiw-product-details a:hover {
  background-color: black;
  border: 1px solid black;
  color: white !important;
}
@media (max-width: 768px) {
  .product-card-bottom .veiw-product-details a {
    display: block;
  }
  .card-action {
    display: none;
  }
}
@media (max-width: 767px) {
  .footer-top .footer-block__heading {
    border-bottom: 1px solid #c7c7c7;
    pointer-events: auto;
    padding-bottom: 17px !important;
    position: relative;
    margin-bottom: 20px !important;
    cursor: pointer;
  }

  .footer-top .footer-block__heading::after,
  .footer-top .footer-block__heading::before {
    content: "";
    position: absolute;
    top: calc(50% - 6.5px);
    z-index: 2;
    -webkit-transform: translateY(-50%) rotate(0);
    transform: translateY(-50%) rotate(0);
    background-color: #000000;
    -webkit-transition: visibility 350ms, -webkit-transform 350ms;
    transition: transform 350ms, visibility 350ms, -webkit-transform 350ms;
  }

  .footer-top .footer-block__heading::before {
    right: 5px;
    width: 2px;
    height: 12px;
  }

  .footer-top .footer-block__heading::after {
    right: 0;
    width: 12px;
    height: 2px;
  }

  .footer-top .footer-block__heading.is-clicked::before {
    -webkit-transform: translateY(-50%) rotate(90deg);
    transform: translateY(-50%) rotate(90deg);
  }

  .footer-top .list-unstyled {
    -webkit-transition: max-height 0.5s ease-out;
    transition: max-height 0.5s ease-out;
    max-height: 0;
    overflow: hidden;
    pointer-events: none;
    position: relative;
    margin-bottom: 10px;
  }

  .footer-block-newsletter .footer-block__heading {
    padding: 0;
    border-bottom: none;
  }

  .footer-block-newsletter .footer-block__heading::after,
  .footer-block-newsletter .footer-block__heading::before {
    display: none;
  }

  .footer .footer-block__newsletter-form {
    max-width: 100%;
  }

  .footer-bottom .halo-row-item {
    width: 100%;
  }

  .footer-bottom .footer__payment .list-payment {
    text-align: left;
  }

  .footer-bottom .footer__payment .list-payment .list-payment__item {
    margin-left: 0;
    margin-right: 10px;
  }
}

@media (max-width: 551px) {
  .halo-row--swipe .halo-row-item {
    width: 300px;
  }

  .footer-block__newsletter-form {
    max-width: 100% !important;
  }

  .newsletter-form .newsletter-form__field-wrapper {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .newsletter-form .newsletter-form__field-wrapper .field {
    -webkit-box-flex: initial;
    -ms-flex: initial;
    flex: initial;
    width: 100%;
    margin: 0 0 15px !important;
  }

  .newsletter-form .newsletter-form__field-wrapper .newsletter-form__button {
    max-width: 100% !important;
    width: 100% !important;
  }

  .newsletter-form .newsletter-form__field-wrapper .field__input {
    text-align: left;
  }
}
.halo-toolbar-item img {
  filter: invert(1);
}
.halo-toolbar-bottom-mobile {
  /* background: #0d0d0d; */
    background: rgb(6 6 6) !important;
    backdrop-filter: blur(20px);
  /* background: #e4002b; */
  /* background: #e42c4f; */
  /* border: 1px solid #333; */
  padding: 15px 10px 10px;
  position: fixed;
  display: block;
  bottom: 0;
  z-index: 9;
  -webkit-transition: -webkit-transform 0.6s;
  transition: transform 0.6s;
  transition: transform 0.6s, -webkit-transform 0.6s;
  width: 100%;
  -webkit-box-shadow: 0 0 9px rgba(0, 0, 0, 0.12);
  box-shadow: 0 0 9px rgba(0, 0, 0, 0.12);
}

.halo-toolbar-bottom-mobile .halo-toolbar-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.halo-toolbar-bottom-mobile .halo-toolbar-wrapper .halo-toolbar-item .link {
  text-align: center;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end !important;
  align-items: center;
}

.halo-toolbar-bottom-mobile .halo-toolbar-wrapper .halo-toolbar-item .link svg {
  width: 30px;
  height: 30px;
  fill: #232323;
  stroke: transparent;
  padding: 2px;
}

.halo-toolbar-bottom-mobile .halo-toolbar-wrapper .halo-toolbar-item .label {
  display: block;
  font-size: 11px;
  color: #fff;
  letter-spacing: 0.02em;
  font-weight: 500;
  line-height: 22px;
  padding-top: 2px;
}

.halo-toolbar-bottom-mobile
  .halo-toolbar-wrapper
  .halo-toolbar-item
  .icon--cart
  .cart-count-bubble {
  position: absolute;
  right: -8px;
  top: -4px;
  margin: 0;
  background-color: #e31e2e;
  min-width: 23px;
  color: rgb(255, 255, 255);
  min-height: 23px;
  text-align: center;
  border-radius: 50%;
  font-size: 12px;
}

@media (min-width: 1025px) {
  .animate-scale,
  .view-abs .view {
    position: relative;
    display: block;
  }

  .animate-scale {
    overflow: hidden;
    border-radius: 20px;
  }

  .animate-scale img {
    -webkit-transition: 0.7s;
    transition: 0.7s;
  }

  .animate-scale:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }

  .animate-scale:hover::before {
    overflow: visible;
    opacity: 0.3;
  }

  .animate-border,
  .animate-overlay {
    position: relative;
  }

  .animate-overlay .image:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #ffffffb3;
    opacity: 0;
    -webkit-transition: opacity 0.7s;
    transition: opacity 0.7s;
    z-index: 2;
  }

  .animate-overlay:hover .image:before {
    opacity: 1;
  }

  .view-abs {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 2;
    opacity: 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }

  .view-abs .view {
    width: 40px;
    height: 40px;
    border: 1px solid #232323;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }

  .view-abs .view::after,
  .view-abs .view::before {
    position: absolute;
    content: "";
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-color: #000;
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }

  .view-abs .view::before {
    width: 2px;
    height: 20px;
  }

  .view-abs .view::after {
    width: 20px;
    height: 2px;
  }

  .animate-border::after,
  .animate-border::before {
    content: "";
    position: absolute;
    background: rgba(255, 255, 255, 0.1);
    width: 0;
    height: 0;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    visibility: hidden;
    z-index: 5;
  }

  .animate-border::before {
    top: 0;
    left: 0;
  }

  .animate-border::after {
    bottom: 0;
    right: 0;
  }

  .animate-border:hover::after,
  .animate-border:hover::before {
    width: 100%;
    height: 100%;
    visibility: visible;
  }

  .img-box:hover .view-abs {
    opacity: 1;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }

  .row.column-5 .halo-row-item {
    width: 20%;
    padding-left: 15px;
    padding-right: 15px;
  }

  /*.product-carousel .product-item,*/
  .row .halo-item,
  .row .halo-row-item {
    padding: 20px 30px;
  }

  .row {
    margin-left: -15px;
    margin-right: -15px;
  }

  .halo-block-header .title .text {
    width: 420px;
  }

  .halo-product-block {
    margin-top: 55px;
  }

  .halo-product-block .product-item:nth-child(n + 5) {
    margin-top: 25px;
  }

  /* .page {
    padding-bottom: 80px;
  } */

  .header-bottom,
  .header-top {
    display: block;
  }

  .header-top .header-top--left {
    width: 90px;
    padding-bottom: 6px;
  }

  .header-top .header-top--right {
    width: calc(100% - 90px);
  }

  .list-menu.text-left {
    margin-left: -20px;
  }

  .menu-lv-item.menu-lv-2.dropdown:hover
    .site-nav-list-dropdown
    > .header__submenu,
  .menu-lv-item:hover > .header__submenu {
    z-index: 99;
    top: 100%;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }

  .menu-lv-item.has-megamenu:hover > .menu-dropdown {
    margin-top: 0;
    z-index: 99;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }

  .menu-lv-item.has-megamenu:hover
    > .menu-dropdown
    .megamenu-custom-product-width-banner
    .product-card
    .card-action {
    visibility: visible;
  }

  .menu-lv-item.menu-lv-2:hover .list-menu--disclosure-2 {
    right: calc(-100% + 10px);
  }

  .halo-toolbar-bottom-mobile,
  .header-mobile {
    display: none;
  }

  .product-card .card-action,
  .product-card .card-product__group {
    opacity: 0;
    visibility: hidden;
  }

  .product-card
    .card-product__group
    .card-product__group-item
    .card-icon:hover
    .text {
    left: auto;
    right: calc(100% - 35px);
    font-size: 13px;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    display: inline-block;
    width: auto;
  }
  .card-quickview #fav {
    border: none;
    background-color: transparent;
  }
  .product-card
    .card-product__group.group-left
    .card-product__group-item
    .card-icon:hover
    .text {
    left: calc(100% - 30px);
    right: auto;
    padding: 0 15px 0 30px;
  }

  .product-card .card-action {
    position: absolute;
    z-index: 10;
    bottom: -10px;
  }

  .product-card .card-action .button:hover {
    background: #e31e2e;
    color: #fff;
  }

  .product-card:hover .card-product__group {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    right: 10px;
  }

  .product-card:hover .card-product__group.group-left {
    left: 10px;
  }

  .product-card:hover .card-action {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }

  .footer {
     padding-bottom: 50px 0 30px;
  }

  .list-social__link:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    top: -7px;
    left: -7px;
    padding: 7px;
    pointer-events: none;
    -webkit-transition: opacity 0.2s, -webkit-transform 0.2s;
    transition: transform 0.2s, opacity 0.2s, -webkit-transform 0.2s;
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 0;
    -webkit-box-shadow: 0 0 0 2px #fff;
    box-shadow: 0 0 0 2px #fff;
  }
}

.marquee {
  display: flex;
  overflow: hidden;
  user-select: none;
  gap: var(--gap);
}
.wrapper-brands .marquee {
  background: #000000;
  padding: 25px 0px;
}

.wrapper-brands .marquee .marquee__group span {
  font-size: 24px !important;
  color: rgb(255, 255, 255) !important;
  font-weight: 600;
}

.wrapper-brands .marquee .marquee__group {
  gap: 80px;
}
.marquee__group {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: space-around;
  gap: var(--gap);
  min-width: 100%;
  animation: scroll-x var(--duration) linear infinite;
}

.marquee--vertical {
  --mask-direction: to bottom;
}

.marquee--vertical,
.marquee--vertical .marquee__group {
  flex-direction: column;
}

.marquee--vertical .marquee__group {
  animation-name: scroll-y;
}

.marquee--reverse .marquee__group {
  animation-direction: reverse;
  animation-delay: -3s;
}

@keyframes scroll-x {
  from {
    transform: translateX(var(--scroll-start));
  }
  to {
    transform: translateX(var(--scroll-end));
  }
}

@keyframes scroll-y {
  from {
    transform: translateY(var(--scroll-start));
  }
  to {
    transform: translateY(var(--scroll-end));
  }
}

/* Element styles */
.marquee img {
  display: grid;
  place-items: center;
  width: var(--size);
  fill: var(--color-text);
  background: var(--color-bg-accent);
}

.marquee--vertical img {
  width: calc(var(--size) / 1.5);
}

/* Parent wrapper */
.wrapper {
  display: flex;
  flex-direction: column;
  gap: var(--gap);
  margin: auto;
  max-width: 100vw;
}
.wrapper-brands {
  gap: 25px;
  margin-bottom: 6%;
  z-index: 1;
}
/* Toggle direction button */
.toggle {
  --size: 3rem;
  position: relative;
  position: fixed;
  top: 1rem;
  left: 1rem;
  width: var(--size);
  height: var(--size);

  text-align: center;
  cursor: pointer;
  outline: none;
  border: none;
  border-radius: 50%;
  color: inherit;
  background-color: var(--color-bg-accent);
  z-index: 1;
}

.toggle span {
  position: absolute;
  display: inline-block;
  top: 50%;
  left: calc(100% + 0.4em);
  width: fit-content;
  white-space: nowrap;
  transform: translateY(-50%);
  animation: fade 400ms 4s ease-out forwards;
  user-select: none;
}

.toggle img {
  --size: 1.5rem;
  position: absolute;
  top: 50%;
  left: 50%;
  width: var(--size);
  height: var(--size);
  fill: currentcolor;
  transform: translate(-50%, -50%);
  transition: transform 300ms cubic-bezier(0.25, 1, 0.5, 1);
}

.marquee__group {
  animation-play-state: running;
}

.wrapper:hover .marquee__group {
  animation-play-state: paused;
}
/* @media screen and (min-width:950px) and (max-width:1330px) {
	.header__heading-link img{
		width: 12vw !important;
	}
  }
  @media screen and (min-width:1330px) and (max-width:1440px) {
	.header__heading-link img{
		width: 12vw !important;
	}
  } */
@media screen and (max-width: 524px) {
  .header__heading-link img {
    width: 25vw !important;
    margin-left: -30px !important;
    height: 16px !important;
    width: 100%;
  }
}
@media screen and (min-width: 525px) and (max-width: 740px) {
  .header__heading-link img {
    width: 20vw !important;
    margin-left: -20px !important;
    height: 24px !important;
  }
}
@media screen and (min-width: 741px) and (max-width: 991px) {
  .header__heading-link img {
    width: 15vw !important;
    margin-left: -30px !important;
  }
}
@media screen and (min-width: 992px) and (max-width: 1025px) {
  .header__heading-link img {
    width: 12vw !important;
    margin-left: -30px !important;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1200px) {
  .header__heading-link img {
    width: 12vw !important;
    margin-left: -30px !important;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1440px) {
  .header__heading-link img {
    width: 12vw !important;
    margin-left: -30px !important;
  }
}

@media (max-width: 770px) {
  .wrapper-brands .marquee {
    padding: 20px 0px !important;
  }
  .wrapper-brands .marquee .marquee__group span {
    font-size: 18px !important;
  }
  .product-image-blur {
    padding: 5px 10px 0px 10px !important;
  }
  /* .header__heading-link img{
	width: 20vw !important;
} */
}
@media (min-width: 600px) {
  .product-image-blur .slick-slide {
    height: auto;
    width: 200px !important;
  }

  .space-lite-bottom {
    margin-bottom: 3%;
  }
  .owl-carousel .owl-item img {
    width: 100%;
  }
}
nav.header__inline-menu
  > ul
  > li
  .menu-dropdown
  .menu-dropdown__wrapper
  .site-nav
  .site-nav-list
  .site-nav-sub
  > ul
  > li
  a:hover {
  color: #969696;
}
.space-lite-bottom {
  margin-bottom: 7%;
  line-height: 20px;
}
.slick-slide {
  margin: 0 8px; /* Adjust the value as needed for the desired space */
}
.nav-tabs .nav-link.active {
  color: #e31e2e !important;
  background-color: transparent;
}

.error {
  font-size: 14px; /* Set the font size */
  padding-bottom: 20px !important;
}
/* Add CSS for fade effect */

/* Add CSS to hide the element */
.hide {
  opacity: 0;
  visibility: hidden;
}
.btn-cls {
  font-size: 10px !important;
}
/* .p-thumbnail{
	height: 100px !important;
} */

.owl-carousel.owl-drag .owl-item {
  display: flex !important;
  justify-content: space-evenly !important;
}
.owl-carousel .owl-item img {
  display: block !important;
  width: 50% !important;
}
.card {
  border-radius: 1rem 1rem !important;
  border: none;
}
.card .card-body {
  border-radius: 0px 0px 10px 10px;
}
.card-header {
  padding: 0px;
  border: none;
  background-color: transparent;
}
.card-header button#collapseBasiclense,
.card-header button#ChooseCoatings {
  /* background-image: url(../images/gold-package.png); */
  /* background-color: black; */
  border-radius: 18px 18px 0px 0px !important;
  color: #fff !important;
}
.card-header button#collapseAdvancelense {
  /* background-image: url(../images/silver-package.png); */
  border-radius: 18px 18px 0px 0px !important;
  background-color: #000000;
  color: #fff !important;
}
.card-header button#ChooseLense,
.card-header button#ChooseDesgin {
  /* background-image: url(../images/bronze-package.png); */
  border-radius: 18px 18px 0px 0px !important;
  /* background-color: black ; */
  color: #fff !important;
}

.card-header button#ChooseLense,
.card-header button#ChooseDesgin {
  /* Keep your existing styles */
  border-radius: 18px 18px 0px 0px !important;
  /* background-color: black; */
  color: #fff !important;
}

.card-header button#collapseBasiclense,
.card-header button#ChooseCoatings {
  /* Keep your existing styles */
  background-color: unset;
  border-radius: 18px 18px 0px 0px !important;
  /* color: black !important; */
}

.card-header button#collapseAdvancelense {
  /* Keep your existing styles */
  border-radius: 18px 18px 0px 0px !important;
  background-color: unset;
  color: #000000 !important;
}

/* .basic-lens{
	
	padding:15px 19px!important;
} */
/* .advance-lens{
	background-color: #9d999ab3;
	padding:15px 19px!important;

} */
.modal-backdrop {
  height: 0px !important;
}
.zerolenses .card .ccordion-button input {
  display: none;
}
.choose-l {
  background-color: #e6e6e6;
  padding: 10px 15px !important;
}
.choose-m {
  background-color: #e6e6e6;
  padding: 10px 15px !important;
}

.pop-up-border {
  border-radius: 8px;
  border: 1px solid #e31e2e;
}
.pop-up-border:hover {
  border: 1px solid #e31e2e;
  background-color: #f1f1f1;
}
.pop-up-border.active {
  border: 1px solid #e31e2e;
  background-color: #f1f1f1;
}

.title-card {
  border-top-left-radius: 8px !important;
  border-top-right-radius: 8px !important;
}
.card-btn {
  padding: 10px;
}

.switch {
  display: inline-block;
  height: 18px;
  position: relative;
  width: 35px !important;
}
.switch button {
  background-color: transparent;
  border: none;
  position: absolute;
  right: -6px;
  top: 0;
}
.switch input {
  display: none;
}

.slider {
  background-color: #1a1a1a;
  bottom: 0;
  cursor: pointer;
  left: 0;
  position: absolute;
  right: 0;
  top: -2px;
  transition: 0.4s;
}

.slider:before {
  background-color: #fff;
  bottom: 2px;
  content: "";
  height: 16px;
  left: 3px;
  position: absolute;
  transition: 0.4s;
  width: 16px;
}

input:checked + .slider {
  background-color: #e31e2e;
}

input:checked + .slider:before {
  transform: translateX(14px);
}

.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}
.card .card-header {
  font-weight: 600;
}
.card .card-body .card-text {
  line-height: 32px;
}
.card .card-body .card-text .header {
  font-size: 17px;
  font-weight: 500;
}

.card .card-footer {
  padding: 0px;
}
.card .card-footer .btn-continue {
  background-color: #e31e2e;
  border-color: #e31e2e;
  color: #fff;
  width: 100%;
  padding: 15px 10px;
  height: 100%;
  border-radius: 0px 0px 10px 10px;
  border: none;
}
[data-toggle="collapse"][data-parent="#accordion"] i {
  -webkit-transition: transform 150ms ease 0s;
  -moz-transition: transform 150ms ease 0s;
  -o-transition: transform 150ms ease 0s;
  -ms-transition: all 150ms ease 0s;
  transition: transform 150ms ease 0s;
}

.mm-survery-content .nav-tabs {
  border: 0;
  padding: 15px 0.7rem;
}

.mm-survery-content .card .nav-tabs {
  border-top-right-radius: 0.1875rem;
  border-top-left-radius: 0.1875rem;
}

.mm-survery-content .nav-tabs > .nav-item > .nav-link {
  color: #888888;
  margin: 0;
  margin-right: 5px;
  background-color: transparent;
  border-radius: 30px;
  font-size: 14px;
  padding: 11px 23px;
  line-height: 1.5;
}

.mm-survery-content .nav-tabs > .nav-item > .nav-link.active {
  background-color: #444;
  border-radius: 30px;
  color: #ffffff;
}
.navbar-dot {
  margin-top: 40px;
}
.mm-survery-content .navbar-dot {
  display: flex;
  justify-content: space-around;
}

.mm-survery-content .page-5 {
  display: flex;
  flex-direction: column;
  /* align-items: center; */
}

.mm-survery-content .nav_tabs ul {
  width: 100%;
  height: 95%;
  list-style: none;
  margin: 0px !important;
  background: white;
}
.mm-survery-content .page-5 .page5 {
  display: flex;
  width: 80%;
  list-style: none;
  margin: 0px !important;
  background: white;
  padding: 14px 10px 7px 10px;

  box-shadow: rgba(50, 50, 93, 0.25) 0px -3px 1px -7px,
    rgba(0, 0, 0, 0.3) 0px 3px 29px -11px;
}
.page-5 .accordion-button {
  padding: 0px;
}
.mm-survery-content .nav_tabs ul li {
  float: left;
}

.mm-survery-content .nav_tabs label {
  display: block;
  cursor: pointer;

  color: #000000;
  text-align: center;
}
.nav_tabs ul li label .accordion-button {
  width: 200px;
  /* padding: 20px 85px; */
  border: 1px solid black;
}

.nav_tabs ul li label .accordion-button label {
  display: flex;
  padding: 0px !important;
}
.rd_tabs {
  display: none;
}

.rd_tabs:checked ~ label {
  border-bottom: 2px solid rgb(255, 255, 255);
}

.container-tab {
  display: none;
  position: absolute;
  left: 0;
  width: 600px;
  height: 332px;
}

.rd_tabs:checked ~ .container-tab {
  display: block;
}

.nav_tabs article {
  padding: 1rem;
}

/* #welcomeDiv{
		display: flex!important;
    justify-content: space-between;
	  } */
#welcomeDiv .prescription-card {
  border: 1px solid black;
  padding: 20px;
  width: 450px;
  border-radius: 10px;
}
#welcomeDiv .prescription-card div {
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
}
#welcomeDiv .prescription-card div span {
  font-size: 15px;
  margin: 0px 0px 0px 10px;
}

#ImageDiv input {
  border: 1px solid silver;
}
.prescription-section,
.image-section {
  display: none;
}
.onclickdiv {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.card-product__group-item .fav {
  border: none !important;
  background: transparent;
}
.animate-scale img {
  height: auto;
}

.owl-carousel.owl-loaded {
  height: auto;
}

.accordion-body h3 span {
  height: auto !important;
  width: auto !important;
  border: none !important;
  font-size: 18px;
  font-family: apple-regular !important;
  letter-spacing: 0.1px;
  line-height: 23px;
  text-align: center;
  display: inline-block !important;
  float: none !important;
}
.accordion-body span h3 i {
  transform: rotate(360deg);
  /* float: right; */
  height: 30px;
  content: "Go" !important;
  width: 30px;
  background-color: #e31e2e;
  border-radius: 100%;
  margin-left: 5px;
  color: #fff;
  text-align: center;
  font-size: 18px !important;
  line-height: 31px !important;
}

.img-height {
  height: 100% !important;
}
.accordion-button::after {
  width: 0px !important;
}

.spr-icon-star-empty {
  color: #808080; /* Grey color for unselected stars */
}

.spr-icon-star-filled {
  color: #ffb300; /* Yellow color for selected stars */
}
.contact-form {
  line-height: 30px;
}

.contact-store .info-top,
.contact-store .info-bottom {
  display: flex;
}
.modal-content {
  border: none !important;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px !important;
}
.eye-btn {
  border: none;
}
.eye-download button {
  padding: 0px 15px;
}
.order-view .content-view .order-viewContent {
  display: flex;
  flex-direction: column;
  border-radius: 10px !important;
}
.order-view .content-view .order-viewContent .order-content {
  border-top: 1px dashed black;
}
.order-view .content-view .order-viewContent .order-list {
  padding-top: 20px;
  margin-top: 20px;
}
.order-view .content-view .order-viewContent .order-card .order-top {
  display: flex;
  width: 300px;
  justify-content: space-between;
}
.order-view .content-view .order-viewContent .order-card:hover {
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}
.order-view .content-view .order-viewContent .order-card {
  float: left;
  padding: 20px 30px;
  margin: 10px 12px 10px 0px;
  border-radius: 5px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px,
    rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
}

.order-view .content-view .order-viewContent .order-card a {
  color: white;
  border: 1px solid #e31e2e;
  background-color: #e31e2e;
  width: 124px;
  padding: 8px 10px;
  font-weight: 600;
  font-size: 14px;
  border-radius: 6px;
  margin: 0;
  text-align: center;
}
.pdf-download {
  display: flex;
  justify-content: end;
}
.pdf-download a {
  background-color: #e31e2e;
  color: white;
  padding: 10px 15px;
  border-radius: 5px;
}
.more-details {
  /* height: 35vh; */
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  line-height: 40px;
  box-shadow: rgba(17, 17, 26, 0.1) 0px 1px 0px;
}
.privacy-details {
  margin-bottom: 8rem;
}
.privacy-details p,
.privacy-details ul li {
  font-size: 16px ;
}
.header__heading-link img {
  width: 7vw;
}
.clear-button-top {
  margin-top: -17px !important;
}
.otp-submit {
  background-color: #e31e2e;
  color: white;
  border: none;
  margin-top: 20px;
  padding: 10px 30px 10px 30px;
  border-radius: 5px;
}

.otp-submit-cancel {
  border: 1px solid #e31e2e;
  color: #e31e2e;
  margin-top: 20px;
  padding: 10px 30px 10px 30px;
  border-radius: 5px;
}

@media (max-width: 768px) {
  .halo-notification-popup .halo-popup-content .product-image {
    max-width: 70px;
  }
  .owl-carousel .owl-item img {
    width: 100% !important;
  }
  .product-card .product-card-information .card-vendor a {
    font-size: 18px;
  }
  .template-full-width .page-header .content-box .page-heading .desc {
    line-height: 20px;
  }
  .toolbar .toolbar-dropdown .label-tab {
    border: none !important;
  }
  .toolbar .toolbar-item .icon-mode.active.grid-2:before {
    -webkit-box-shadow: 7px 0 0 #323232;
    box-shadow: 7px 0 0 #323232;
    position: absolute;
    left: 6px;
  }
  .toolbar .toolbar-item .icon-mode.grid-2 {
    width: 25px !important;
  }
  .toolbar .toolbar-item .icon-mode.grid-2:before {
    -webkit-box-shadow: 7px 0 0 #dfdfdf;
    box-shadow: 7px 0 0 #dfdfdf;
    position: absolute;
    left: 6px;
  }
  .container-color-change {
    padding: 0px 0px !important;
  }
}

#error-message {
  margin-top: -30px;
  text-align: center !important;
}

.wishlist-items {
  padding: 30px !important;
}
#orders-container {
  padding-left: 20px !important;
}

.button-4 {
  background-color: #e31e2e !important;
  border-color: #e31e2e;
  color: #fff;
  width: 100%;
  max-width: 220px;
  padding: 15px !important;
  font-weight: 700;
  outline: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 14px;
  letter-spacing: 0.05em;
  cursor: pointer;
  text-align: center;
  border-radius: 12px;
}
.tds__footer {
  color: #9c9c9c;
}
.header-5 .header-bottom {
  background: rgb(0, 0, 0) !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: white;
  top: -2px;
  position: relative;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 2px 0px;
}
.header-5 .header-bottom .list-menu .menu-lv-1 .menu-lv-1__action {
  font-size: 15px;
  letter-spacing: 0;
  text-transform: capitalize;
  padding: 11px 10px 23px 10px;
  color: #fff !important;
  filter: brightness(0.8);
  text-decoration: none;
}
.announcement-bar {
  background-color: #ffffff;
  color: #252525;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #ffffff1c;
}

.template-full-width .page-header .content-box {
  top: 10%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  padding: 0 15px;
  left: 50%;
  max-width: 550px;
}
@media (min-width: 1025px) {
  .page-sidebar.page-sidebar--horizontal
    .halo-sidebar-wrapper
    .filter-title
    span {
    font-size: 12px;
    letter-spacing: 0.02em;
    font-weight: 500;
    color: #fff !important;
    text-transform: uppercase;
    padding: 0 17px 0 5px;
  }
}
@media (min-width: 1025px) {
  .page-sidebar.page-sidebar--horizontal
    .halo-sidebar-wrapper
    .filter-title
    svg {
    width: 22px;
    height: 100%;
    fill: #fff !important;
  }
}
@media (min-width: 1025px) {
  .page-sidebar.page-sidebar--horizontal .sidebarBlock .sidebarBlock-heading {
    border: 1px solid #ffffff1c !important;
    font-size: 12px;
    letter-spacing: 0.02em;
    color: #fff !important;
    font-weight: 400;
    text-transform: capitalize;
    padding: 11px 15px 10px;
    margin: 0;
  }
}
.page-sidebar .sidebarBlock-heading .icon svg {
  fill: #fff !important;
  color: #232323;
}

/* shop gridcollection ui */

.shop-collection {
  background-color: rgb(0, 0, 0);
  position: relative;
  /*z-index: 1;*/
  padding: 2rem;
  /* min-height: 100vh; */
}

.collection-header {
  display: flex;
  justify-content: space-between;
  align-items: end;
  margin-bottom: 3rem;
}

.section__header {
  padding-top: calc(var(--gutter) * 1.6);
  padding-bottom: calc(var(--gutter) * 0.6);
  position: relative;
}

.h2.heading {
  font-size: 2rem;
  font-weight: bold;
  color: #fff;
  margin-bottom: 0.5rem;
  letter-spacing: 0.1em;
}

.mb-8 {
  margin-bottom: 2rem;
}

.description {
  font-size: 1rem;
  color: #666;
}

.filter-controls {
  display: flex;
  gap: 1rem;
  align-items: center;
}

.filter-btn {
  padding: 0.5rem 1rem;
  background: transparent;
  border: 1px solid #333;
  color: #fff;
  cursor: pointer;
  transition: all 0.3s ease;
  border-radius: 4px;
}

.filter-btn:hover {
  border-color: #fff;
  background-color: #fff;
  color: #000;
}

.filter-btn.active {
  background-color: #fff;
  color: #000;
}

@media only screen and (min-width: 767px) and (max-width: 1022px) {
  .products-grid {
    grid-template-columns: repeat(var(--items-per-row-tablet), 1fr);
  }
}

@media only screen and (max-width: 766px) {
  .products-grid {
    grid-template-columns: repeat(var(--items-per-row-mobile), 1fr) !important;
    margin-top: 0px !important;
  }

  .shop-collection {
    padding: 0rem;
  }

  .collection-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
  }
}

.product-card {
  position: relative;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  color: #fff;
  height: 100%;
  width: 100%;
  transition: all 0.4s ease-in-out;
  cursor: pointer;
}

.product-card:hover {
  transform: translateY(-8px);
}

.card-additionals {
  display: flex;
  gap: calc(var(--gutter) / 2);
  padding: calc(var(--gutter) / 2);
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}

@media only screen and (min-width: 1023px) {
  .card-additionals {
    padding: 24px;
  }
}

.product__badges {
  display: flex;
  gap: 0.5rem;
}

.badge {
  padding: 0.25rem 0.75rem;
  font-size: 0.75rem;
  font-weight: bold;
  text-transform: uppercase;
  border-radius: 0.25rem;
}

.badge.sale {
  background-color: #ffffff;
  color: #000000;
}

.badge.soldout {
  background-color: #111111;
  color: #ffffff;
}

.card-hover-images {
  position: relative;
  overflow: hidden;
  height: 100%;
}

.card-hover-images .media {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  margin: 0;
  background-color: #fff;
  position: relative;
}

.card-hover-images .media:first-child {
  opacity: 1;
  transition: opacity 0.4s ease-in-out;
}

.card-hover-images .media:last-child {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transition: opacity 0.4s ease-in-out;
}

.product-card:hover .card-hover-images .media:first-child {
  opacity: 0;
}

.product-card:hover .card-hover-images .media:last-child {
  opacity: 1;
}

.product-image {
  width: 100%;
  height: 100%;
  /* object-fit: cover; */
}

.card-body {
  padding: 1rem 1rem 1rem 1rem !important;
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}

.text-align-left {
  text-align: left;
}

.card-body__inner {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 0.8rem;
  text-decoration: none;
}

.card-title {
  font-weight: 400;
   font-size: 14px; 
  /* font-size: 22px; */
  line-height: 17px;
   /* letter-spacing:1px;*/
  word-break: break-word;
  color: #fff;
  text-decoration: none;
  margin: 0;
}

.card-price-collection {
  font-size: 1rem;
  font-weight: 500;
  color: #949494;
}

.price__container {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.price-item--regular {
  color: #a1a1a1;
}

.price-item--sale {
  color: #e74c3c;
  font-weight: bold;
}

.price--on-sale .price-item--regular {
  text-decoration: line-through;
  color: #666;
}

.price--sold-out {
  opacity: 0.6;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/* Quick view button */
.quick-view {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #fff;
  color: #000;
  border: none;
  padding: 0.5rem 1rem;
  cursor: pointer;
  opacity: 0;
  transition: opacity 0.3s ease;
  font-size: 0.875rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.product-card:hover .quick-view {
  opacity: 1;
}

/* Loading animation */
.products-grid.loading .product-card {
  opacity: 0.3;
}

/* Fade in animation */
.product-card {
  opacity: 0;
  transform: translateY(20px);
  animation: fadeInUp 0.6s ease forwards;
}

.product-card:nth-child(1) {
  animation-delay: 0.1s;
}
.product-card:nth-child(2) {
  animation-delay: 0.2s;
}
.product-card:nth-child(3) {
  animation-delay: 0.3s;
}
.product-card:nth-child(4) {
  animation-delay: 0.4s;
}
.product-card:nth-child(5) {
  animation-delay: 0.5s;
}
.product-card:nth-child(6) {
  animation-delay: 0.6s;
}
@media screen and (min-width: 1600px) {
  /* For grid-4 and grid-5: fix height but avoid overflow */
  .product-card.fixed-height .card-media {
    height: 614px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    background-color: #f0f0f0; /* fallback */
  }
}
.product-card.fixed-height .card-media img {
  max-height: 100%;
  max-width: 100%;
  width: auto;
  height: auto;
  object-fit: contain; /* or try scale-down */
}

@keyframes fadeInUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.header-top-center {
  margin-left: 210px !important;
}
/* .space-bottom {
  margin-bottom: 0px !important;
} */
.toolbar {
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  margin: 0;
  padding: 30px 0;
  border-top: none !important;
}
body,
html {
  position: relative;
  z-index: 0; /* Reset base stacking context */
}

.filter-container {
  background: #000;
  z-index: 98;
  padding: 30px 0px 0px 30px;
  transition: all 0.3s ease;
  position: relative;
}

.filter-inner {
  max-width: 1300px !important;
  margin: 0 auto;
  width: 100%;
}

.modern-refine-by {
  display: flex;
  /* align-items: center; */
  gap: 8px;
  font-size: 14px;
  font-weight: 500;
  color: #ccc;
  cursor: pointer;
  transition: all 0.3s ease;
  padding: 13px;
  border-radius: 6px;
}

/* .modern-refine-by:hover {
            background: #1a1a1a;
            color: #fff;
        } */

.modern-refine-by svg {
  width: 16px;
  height: 16px;
}

.modern-filters-row {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
  padding: 0 20px 0px;
}

.modern-filter-item {
  position: relative;
  display: inline-block;
}

.modern-filter-heading-wrapper {
  position: relative;
  background: #1a1a1a;
  border: 1px solid #333;
  /*border-radius: 8px;*/
  padding: 12px 40px 12px 16px;
  cursor: pointer;
  transition: all 0.3s ease;
  min-width: 150px;
}

.modern-filter-heading-wrapper:hover {
  background: #2a2a2a;
  border-color: #555;
}

.modern-filter-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 14px;
  font-weight: 500;
 /* color: #8B8B8B; */
 color: #d2d2d2;
  margin: 0;
}

.modern-filter-heading span:first-child {
  flex-grow: 1;
}

.modern-filter-count {
  background: #ff4444;
  color: #fff;
  border-radius: 12px;
  padding: 0px 0px;
  font-size: 10px;
  margin-left: 8px;
  min-width: 25px;
  text-align: center;
  display: none;
}

.modern-filter-count.active {
  display: inline-block;
}

.modern-filter-icon {
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  transition: transform 0.3s ease;
  width: 16px;
  height: 16px;
}

.modern-filter-icon svg {
  width: 100%;
  height: 100%;
  fill: #ccc;
  transition: fill 0.3s ease;
}

.modern-filter-item:hover .modern-filter-icon {
  transform: translateY(-50%) rotate(180deg);
}

.modern-filter-item:hover .modern-filter-icon svg {
  fill: #fff;
}

.modern-filter-content {
  position: absolute;
  top: 100%;
  left: -100px;
  right: auto;              /* was: right: 0; — this was locking width to the item */
  min-width: 330px;         /* never smaller than before */
  width: max-content;       /* grow to fit the longest label */
  max-width: 320px;         /* cap it so it doesn't get silly wide */
  background: #1a1a1a;
  border: 1px solid #333;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-10px);
  transition: all 0.3s ease;
  z-index: 100;
  padding: 12px;
}

.modern-filter-item:hover .modern-filter-content {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.modern-filter-list {
  list-style: none;
  margin: 0;
  max-height: 300px;
  overflow-y: auto;
}

.modern-filter-list.custom-scrollbar::-webkit-scrollbar {
  width: 6px;
}

.modern-filter-list.custom-scrollbar::-webkit-scrollbar-track {
  background: #2a2a2a;
}

.modern-filter-list.custom-scrollbar::-webkit-scrollbar-thumb {
  background: #555;
  border-radius: 3px;
}

.modern-filter-list.custom-scrollbar::-webkit-scrollbar-thumb:hover {
  background: #777;
}

.modern-filter-list-item {
  padding: 0;
}

.modern-filter-checkbox {
  display: none;
}

.modern-filter-label {
  display: flex;
  align-items: center;
  padding: 0px 0px 7px 12px;
  font-size: 14px;
  /* color: #8B8B8B; */
 color: #dfdfdf; 
  cursor: pointer;
  transition: all 0.2s ease;
  position: relative;
}

.modern-filter-label:before {
  content: "";
  width: 16px;
  height: 16px;
  border: 2px solid #555;
  border-radius: 3px;
  margin-right: 12px;
  transition: all 0.2s ease;
  flex-shrink: 0;
}

.modern-filter-label:hover {
  color: #fff;
}

.modern-filter-label:hover:before {
  border-color: #fff;
}

.modern-filter-checkbox:checked + .modern-filter-label {
  color: #fff;
}

.modern-filter-checkbox:checked + .modern-filter-label:before {
  background: #e4002b;
  border-color: #e4002b;
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='m13.854 3.646-7.5 7.5a.5.5 0 0 1-.708 0l-3.5-3.5a.5.5 0 1 1 .708-.708L6 10.293l7.146-7.147a.5.5 0 0 1 .708.708z'/%3e%3c/svg%3e");
  background-size: 12px;
  background-position: center;
  background-repeat: no-repeat;
}

/* .sidebar-refined-widgets {
  padding: 7px 0px 0px 0px;
} */
.sidebar-refined-widgets1 {
  padding: 0px;
}
.active-facets__button {
  background: #e4002b;
  border-color: #e4002b;
  color: #fff;
  border: none;
  padding: 10px 16px;
  border-radius: 5px;
  text-decoration: none;
  font-size: 14px;
  cursor: pointer;
  transition: all 0.3s ease;
}
/* Mobile only — Clear All button goes full width */
@media (max-width: 768px) {
  .active-facets__button {
    display: block;
    width: 100%;
    box-sizing: border-box;
    text-align: center;
  }
}
.active-facets__button:hover {
  opacity: 0.8;
  background-color: #d60027;
  border-color: #d60027;
  color: #fff;
}

.halo-page-sidebar-close {
  position: absolute;
  top: 20px;
  right: 20px;
  background: none;
  border: none;
  color: #ccc;
  cursor: pointer;
  padding: 8px;
  border-radius: 4px;
  transition: all 0.3s ease;
}

.halo-page-sidebar-close:hover {
  background: #2a2a2a;
  color: #fff;
}

.halo-page-sidebar-close svg {
  width: 24px;
  height: 24px;
  fill: currentColor;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/* .title {
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 20px;
  display: block;
} */

/* Mobile Sidebar Overlay */
.mobile-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.7);
  z-index: 998;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}

.mobile-overlay.active {
  opacity: 1;
  visibility: visible;
}

/* Mobile Sidebar */
.mobile-sidebar {
  position: fixed;
  top: 0;
  left: -100%;
  width: 85%;
  max-width: 400px;
  height: 100vh;
  background: #000;
  z-index: 999;
  transition: left 0.3s ease;
  overflow-y: auto;
  padding: 20px;
}

.mobile-sidebar.active {
  left: 0;
}

.mobile-sidebar .modern-filters-row {
  flex-direction: column;
  gap: 0;
  padding: 20px 0;
}

.mobile-sidebar .modern-filter-item {
  width: 100%;
  border-bottom: 1px solid #333;
}

.mobile-sidebar .modern-filter-heading-wrapper {
  width: 100%;
  min-width: auto;
  border: none;
  border-radius: 0;
  background: transparent;
  padding: 18px 0;
}

.mobile-sidebar .modern-filter-heading-wrapper:hover {
  background: transparent;
}

.mobile-sidebar .modern-filter-content {
  position: static;
  opacity: 1;
  visibility: visible;
  transform: none;
  background: transparent;
  border: none;
  border-radius: 0;
  padding: 0 0 0px 0;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
}

.mobile-sidebar .modern-filter-item.expanded .modern-filter-content {
  max-height: 300px;
}

.mobile-sidebar .modern-filter-icon {
  transform: translateY(-50%) rotate(0deg);
  transition: transform 0.3s ease;
}

.mobile-sidebar .modern-filter-item.expanded .modern-filter-icon {
  transform: translateY(-50%) rotate(180deg);
}

.mobile-sidebar .modern-filter-label {
  padding: 0px 22px 10px;
}

/* Desktop vs Mobile Display */
@media (max-width: 768px) {
  .sidebar-refined-widgets {
    display: none !important;
  }
  .modern-filters-row1 {
    display: none;
  }

  .modern-refine-by {
    display: flex;
  }

  .filter-container {
    padding: 20px 0px 0px 0px !important;
  }
}

@media (min-width: 769px) {
  .modern-filters-row {
    display: flex;
  }

  .mobile-sidebar,
  .mobile-overlay {
    display: none;
  }
}
/* Ensure parent has relative position */
/* Sticky wrapper always spans full width */
/*.filter-sticky-wrapper {*/
/*  position: relative;*/
/*  width: 100%;*/
/*  z-index: 1;*/
/*}*/

.filter-sticky-wrapper {
  position: relative;
  width: 100%;
  /* z-index: 1; */
}
/* .halo-collection-content {
  position: relative;
  z-index: 1;
} */
.filter-container {
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  background: #000;
  padding: 0px 0 0 30px;
  transition: all 0.3s ease;
}
.filter-inner {
  max-width: 1450px !important;
  margin: 0 auto;
  display: flex;
  width: 100%;
  align-items: center;
}

.filter-container.fixed {
  /* position: fixed; */
  left: 0;
  right: 0;
  margin: 0 auto;
  position: fixed;
  z-index: 9999;
  padding: 45px 0px 30px 30px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
  transition: top 0.3s ease, padding 0.3s ease;
}

@media (min-width: 1400px) {
  .page-sidebar.page-sidebar--horizontal .sidebar-refined-widgets {
    padding: 6px 15px 14px 10px !important;
  }
}
.preloader.hidden {
  opacity: 0;
  pointer-events: none;
}

.preloader {
  width: 100%;
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: #000;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  transition: all 0.6s ease-out;
}

.preloader__img {
  display: block;
  width: 305px;
  height: auto;
}

.preloader__indicator {
  margin-top: 50px;
  width: 450px;
  height: 3px;
  background: rgba(255, 255, 255, 0.2);
  overflow: hidden;
  position: relative;
}

.preloader__indicator::before {
  content: "";
  display: block;
  width: 0;
  height: 100%;
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  transition: all 0.3s ease-out;
  animation: animIndicator 5s forwards;
  animation-delay: 0.3s;
}

@keyframes animIndicator {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
.voh-dropdown .dropdown-item {
  padding: 3px 0px !important;
line-height:23px !important;
}
.border-bottom {
    border-bottom: 1px solid #ffffff45 !important;
}
.gift-card-container .button.button-2{
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  width: 75px !important;
    min-width: unset;
    height: 40px !important;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 20px;
    padding: 0;
    margin: unset !important;
    position: relative;
    overflow: unset;
}