.no-js:not(html),
.no-js-inline,
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 {
  outline: none;
}

button:focus {
  outline: none;
}

.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;
}

html {
  padding-bottom: 0 !important;
  position: relative;
  -webkit-font-smoothing: antialiased;
}

html,
body {
  font-size: 12px;
  color: #232323;
}

body {
  background-color: #ffffff;
  margin: 0 auto;
  font-family: "Poppins", "Arial", "sans-serif";
  line-height: 22px;
  letter-spacing: normal;
  opacity: 1 !important;
  visibility: visible !important;
}

img {
  max-width: 100%;
  height: auto;
  border: none;
}

.hide,
.hidden {
  display: none !important;
}

.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;
}

svg {
  fill: currentColor;
  stroke: currentColor;
  width: 20px;
  height: 20px;
}

.close svg {
  width: 17px;
  height: 17px;
}

fieldset,
legend {
  border: none;
}

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 40px white 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-outer-spin-button,
input::-webkit-inner-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 #dbdbdb;
  width: 15px;
  height: 15px;
  background-color: transparent;
  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 #ffffff;
  border-top: none;
  border-right: none;
  background: rgba(255, 255, 255, 0);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: all 0.1s;
  transition: all 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: all 50ms ease-out;
  transition: all 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: all 50ms ease-out;
  transition: all 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;
}

/* Hide arrow Firefox */
input[type="number"] {
  -moz-appearance: textfield !important;
}

blockquote {
  border: none;
  background-color: #fafafa;
  color: #3c3c3c;
  font-size: 12px;
  line-height: 22px;
  font-style: normal;
  margin: 0;
  padding: 20px 35px;
}

input[type="image"] {
  width: auto;
}

textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"] {
  margin: 0;
  border-radius: 0px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"] {
  padding: 11px 12px 10px;
  line-height: 22px;
}

input[type="checkbox"],
.custom-radio input[type="radio"] {
  vertical-align: top;
  margin-right: 10px;
  display: none;
}

input[type="checkbox"] + label {
  padding-left: 26px;
  cursor: pointer;
  margin-bottom: 9px;
  position: relative;
}

input[type="checkbox"] + label:before {
  position: absolute;
  content: "";
  top: 2.5px;
  left: 0;
  border: 1px solid #d0d0d0;
  width: 14px;
  height: 14px;
  background-color: #fff;
}

input[type="checkbox"] + label:after {
  content: "";
  width: 9px;
  height: 5px;
  position: absolute;
  top: 6px;
  left: 3px;
  border: 2px solid #232323;
  border-top: none;
  border-right: none;
  background: rgba(255, 255, 255, 0);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
}

input[type="checkbox"]:not(:checked) + label:after {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transform: scale(0) rotate(-45deg);
  transform: scale(0) rotate(-45deg);
}

input[type="checkbox"]:checked + label:after {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=100)";
  filter: alpha(opacity=100);
  -webkit-transform: scale(1) rotate(-45deg);
  transform: scale(1) rotate(-45deg);
}

select {
  border-radius: 0;
  border: 1px solid #cbcbcb;
  display: block;
  width: 100%;
  padding: 7px 32px 5px 12px;
  line-height: 22px;
  outline: none;
  position: relative;
  background-color: rgba(255, 255, 255, 0);
  z-index: 2;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  min-height: 36px;
}

select * {
  outline: none;
  background: #fff;
  color: #3c3c3c;
  border: none;
}

select + .icon-dropdown {
  width: 30px;
  position: absolute;
  bottom: 0;
  right: 2px;
  background-color: rgba(255, 255, 255, 0);
  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 {
  font-size: 12px;
  font-weight: 500;
  line-height: 22px;
  color: #232323;
  letter-spacing: 0.02em;
}

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;
}

.form-label,
.field__label {
  display: block;
  width: 100%;
  padding: 0;
  margin: 0 0 6px;
}

.form-input,
.field__input {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: block;
  width: 100%;
  height: auto;
  font-size: 12px;
  font-weight: normal;
  letter-spacing: 0.02em;
  line-height: 22px;
  text-align: left;
  border: 1px solid #cbcbcb;
  color: #232323;
  background-color: #ffffff;
  -webkit-box-shadow: unset !important;
  box-shadow: unset !important;
  outline: none !important;
  padding-left: 15px;
  padding-right: 15px;
  margin: 0;
  overflow: hidden;
  border-radius: 0px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

ul,
ol {
  padding: 0;
  list-style: none;
  margin-bottom: 20px;
}

ul li,
ol li {
  margin-bottom: 0.25em;
}

a {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

a:hover {
  color: #232323;
  outline: none;
  text-decoration: none;
}

.errors ul {
  padding-left: 0;
}

.form-success {
  border: 1px solid #ebebeb;
  margin-bottom: 20px;
  padding: 5px 20px 5px 30px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  line-height: 1.25em;
  margin: 0;
  padding: 0;
}

h2 {
  font-size: 2em;
  margin-bottom: 1em;
}

h3 {
  font-size: 20px;
  margin-bottom: 1.25em;
}

h4 {
  font-size: 17px;
  margin-bottom: 1.5em;
}

h5 {
  font-size: 15px;
  margin-bottom: 1.5em;
}

h6 {
  font-size: 1em;
  margin-bottom: 1.5em;
}

p:last-child,
p:last-of-type {
  margin-bottom: 0;
}

small {
  font-size: 12px;
}

table {
  border: 1px solid #ebebeb;
  min-width: 100%;
}

table td,
table th {
  border-bottom: 1px solid #ebebeb;
  padding: 9px 15px;
}

table th {
  font-size: 11px;
  text-transform: uppercase;
  font-weight: 700;
}

button[aria-disabled="true"],
button:disabled,
button[disabled],
button.disabled,
.button:disabled,
.button[disabled],
.button[aria-disabled="true"],
.button.disabled {
  opacity: 0.6;
  cursor: default !important;
}

.button {
  display: inline-block;
  vertical-align: middle;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 20px;
  outline: none;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  border-radius: 0;
  border: 1px solid transparent;
  min-width: 160px;
  max-width: 100%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  padding: 12px 15px 11px;
  font-size: 14px;
  letter-spacing: 0.05em;
  cursor: pointer;
  text-align: center;
}

.button.button-1 {
  background-color: #232323;
  border-color: #232323;
  color: #ffffff;
}

.button.button-1:hover {
  background-color: #ffffff;
  border-color: #232323;
  color: #232323;
}

.button.button-2 {
  background-color: #ffffff;
  border-color: #727272;
  color: #232323;
}

.button.button-2:hover {
  background-color: #232323;
  border-color: #232323;
  color: #ffffff;
}

.button.button-3 {
  background-color: transparent;
  border-color: #ffffff;
  color: #ffffff;
  width: 270px;
  height: 50px;
}

.button.button-3:hover {
  background-color: #232323;
  border-color: #232323;
  color: #ffffff;
}

.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: 50%;
  left: 0;
  z-index: 1;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  padding: 15px;
  margin: 0 auto;
  width: 100%;
}

.content-box--full {
  max-width: 100% !important;
}

br:empty,
hr:empty,
iframe:empty,
path:empty,
line:empty,
circle:empty,
use:empty,
img:empty,
input:empty,
rect:empty,
textarea:empty,
.display-empty:empty,
shopify-payment-terms:empty,
shopify-installments-modal:empty,
model-viewer:empty,
polyline:empty {
  display: block;
}

a {
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
  color: #232323;
  cursor: pointer;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  text-decoration: none;
}

.link {
  display: inline-block;
  vertical-align: top;
  font-size: 12px;
  font-weight: 400;
  line-height: 22px;
}

.link .icon {
  fill: #232323;
}

.link-underline .text {
  -webkit-transition: -webkit-text-decoration 100ms ease;
  transition: -webkit-text-decoration 100ms ease;
  transition: text-decoration 100ms ease;
  transition:
    text-decoration 100ms ease,
    -webkit-text-decoration 100ms ease;
}

.link-underline:hover .text {
  text-decoration: underline;
  text-underline-offset: 0.2rem;
}

.text-underline .text {
  text-decoration: underline;
  text-underline-offset: 0.2rem;
}

.image-adapt {
  display: block;
  max-width: 100%;
  margin: 0 auto;
  position: relative;
}

.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;
}

hr {
  border: none;
  height: 0.1rem;
  display: block;
  margin: 5rem 0;
  background-color: #ebebeb;
}

details > * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.break {
  word-break: break-word;
}

.visibility-hidden {
  visibility: hidden;
}

/* START: Scrollbar */
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;
}

/* END: Scrollbar */
/* START: Focus */
/* Focus ring - default (with offset) */
*:focus-visible {
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

*:focus {
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

*:focus:not(:focus-visible) {
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* Focus ring - inset */
.focus-inset:focus-visible {
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* Fallback */
.focus-inset:focus {
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.focus-inset:focus:not(:focus-visible) {
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* Dangerous for a11y - Use with care */
.focus-none {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  outline: 0 !important;
}

/* END: Focus */
/* START: SVG Icon */
svg {
  display: inline-block;
  vertical-align: middle;
  fill: currentColor;
  stroke: currentColor;
  width: 1rem;
  height: 1rem;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}

.icon {
  fill: #232323;
  stroke: transparent;
}

/* END: SVG Icon */
/* START: Layout */
.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.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;
}

.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 {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.row {
  margin-left: -5px;
  margin-right: -5px;
  padding: 0px;
}

.row > * {
  padding: 0;
  margin: 0;
}

.row.column-5 .halo-row-item {
  width: 50%;
  padding-left: 5px;
  padding-right: 5px;
}

.row .halo-item {
  padding: 0 5px;
}

.row .halo-row-item {
  position: relative;
  padding: 0px 5px;
}

.product-carousel .product-item {
  padding: 0px 5px;
}

.col5 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
}

.desc {
  font-size: 12px;
  line-height: 2;
  letter-spacing: 0.02em;
  color: #232323;
  margin: 0px;
  font-weight: 400;
}

/* END: Layout */
/* START: Container */
.container {
  display: block;
  width: 100%;
  position: relative;
  max-width: 100%;
  padding: 0 15px;
  margin: 0 auto;
}

.container.container-full {
  max-width: 100%;
  padding-left: 0 !important;
  padding-right: 0 !important;
  overflow-x: hidden;
}

.container-1920 {
  max-width: 1920px;
  padding-left: 0;
  padding-right: 0;
}

/* END: Container */
/* START: Banner Image */
.img-box .image {
  display: block;
  overflow: hidden;
  position: relative;
}

.img-box--mobile .image {
  display: none;
}

.fullwidth-banner .img-box {
  position: relative;
}

.img-box--mobile .image + .image {
  display: block;
}

[data-banner-carousel] .row:not(.slick-slider) {
  overflow: hidden;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

/* END: Banner Image */
/* START: Page Title */
.page {
  padding-bottom: 50px;
}

.page-header {
  position: relative;
}

.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: #ffffff;
  padding: 18px 0px 0px;
  margin: 0;
  letter-spacing: 0.02em;
}

.page-header .content-box--absolute .breadcrumb .separate svg {
  color: #ffffff;
  fill: #ffffff;
}

.page-header .content-box--absolute .breadcrumb a {
  color: #ffffff;
}

.page-header .content-box--absolute .page-title {
  color: #ffffff;
  padding: 12px 0px;
}

.breadcrumb {
  color: #999999;
  padding-top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0;
  padding: 18px 0px 11px;
}

.breadcrumb a {
  font-size: 12px;
  line-height: 24px;
  letter-spacing: 0.02em;
  color: #999999;
}

.breadcrumb a:hover {
  color: #232323;
}

.breadcrumb .separate {
  display: block;
  position: relative;
  padding: 0 7px;
}

.breadcrumb .separate svg {
  width: 9px;
  height: 10px;
  position: relative;
  top: -1px;
  color: #999999;
  fill: #999999;
}

.breadcrumb.position-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

/* END: Page Title */
/* START: Form */
.contact-form .form-field + .form-field {
  margin-top: 17px;
}

.form-label,
.field__label {
  display: block;
  width: 100%;
  padding: 0;
  margin: 0 0 9px;
}

label {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 20px;
  text-transform: capitalize;
  text-align: left;
  color: #232323;
}

.contact-form .form-input {
  padding-top: 10px;
  padding-bottom: 10px;
}

.form-input,
.field__input {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: block;
  width: 100%;
  height: auto;
  font-size: 12px;
  font-weight: normal;
  letter-spacing: 0.02em;
  line-height: 22px;
  text-align: left;
  border: 1px solid #c7c7c7;
  color: #232323;
  background-color: #ffffff;
  -webkit-box-shadow: unset !important;
  box-shadow: unset !important;
  outline: none !important;
  padding-left: 15px;
  padding-right: 15px;
  margin: 0;
  overflow: hidden;
  border-radius: 0px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.red-asterisk {
  color: #f1152f;
  margin-left: 3px;
}

/* END: Form */
/* START: Slick Slider */
.slick-arrow {
  width: 35px;
  height: 35px;
  padding: 0;
  background-color: #ffffff;
  border: 1px solid #cfcfcf;
  color: #323232;
  position: absolute;
  cursor: pointer;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 9;
  outline: none;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  border-radius: 50%;
  padding: 9px !important;
}

.slick-arrow:hover {
  background-color: #323232;
  color: #ffffff;
  border-color: #232323;
}

.slick-arrow:hover svg {
  fill: #ffffff;
  color: #ffffff;
}

.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-arrow.slick-disabled {
  opacity: 0.4;
}

.slick-dots {
  display: block;
  padding: 0;
  margin: 0;
  margin-bottom: 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: none;
  cursor: pointer;
}

.slick-slider img {
  visibility: visible !important;
}

/* END: Slick Slider */
/* START: Block Header */
.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: white;
}

.halo-block-header .view_all {
  display: inline-block;
  border-bottom: 1px solid !important;
  line-height: 16px;
  line-height: 16px;
  color: #232323;
  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;
}

/* END: Block Header */
.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: all ease 0.5s;
  transition: all ease 0.5s;
}

/* START: pagination list */
.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 .pagination-arrow.disabled {
  opacity: 0.4;
}

.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: none;
  -webkit-transition: all ease 0.3s;
  transition: all ease 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: #ffffff;
  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: all ease 0.05s;
  transition: all ease 0.05s;
}

.pagination__list .pagination-num .pagination__item:hover,
.pagination__list .pagination-num .pagination__item.active {
  background-color: #f8f8f8;
  color: #3c3c3c;
  font-weight: 600;
}

/* END: pagination list */
/* START: Product Card */
.halo-product-block {
  margin-top: 35px;
}

.halo-product-block .halo-block-header {
  margin-bottom: 15px !important;
}

.halo-product-block .product-infinite-scroll {
  margin: 25px 0px 70px;
}

.halo-product-block .product-infinite-scroll .button {
  max-width: 300px;
  width: 100%;
}

/* END: Product Card */
/* START: Banner Video */
.halo-block-video {
  position: relative;
}

.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: all ease 0.5s;
  transition: all ease 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: #ffffff;
  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: 0px !important;
  bottom: 0px;
  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: #ffffff;
  -webkit-animation: zoom-animation 1.4s ease-in-out infinite;
  animation: zoom-animation 1.4s ease-in-out infinite;
}

/* END: Banner Video */
@media (max-width: 1200px) {
  .slick-arrow.slick-next {
    right: 10px;
  }
  .slick-arrow.slick-prev {
    left: 10px;
  }
}

@media (max-width: 1024px) {
  .slick-arrow.slick-next svg {
    position: relative;
    top: -3px;
    left: 2px;
  }
  .halo-block-video .video_icon {
    right: 15px;
    bottom: 15px;
  }
  .halo-block-video .video-banner.fixed_video {
    bottom: 60px;
    max-width: 300px;
    max-height: 200px;
    z-index: 99999;
    right: 0 !important;
  }
}

@media (max-width: 992px) {
  .halo-row--swipe {
    white-space: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    padding: 0 15px 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;
  }
}

@media (max-width: 551px) {
  .halo-row--swipe .halo-row-item {
    width: 300px;
  }
}

@media (min-width: 768px) {
  .img-box--mobile .image {
    display: block;
  }
  .img-box--mobile .image + .image {
    display: none;
  }
  .content-box--absolute {
    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;
  }
  .row .halo-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;
  }
  .product-carousel .product-item,
  [data-banner-text-carousel] .product-item {
    padding: 0px 5px;
  }
  .row .halo-row-item {
    padding: 0px 10px;
  }
  .halo-block-header {
    margin-bottom: 45px;
  }
}

@media (min-width: 1025px) {
  .animate-scale {
    position: relative;
    display: block;
    overflow: hidden;
  }
  .animate-scale img {
    -webkit-transition: all 0.7s ease;
    transition: all 0.7s ease;
  }
  .animate-scale:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  .animate-scale:hover::before {
    overflow: visible;
    opacity: 0.3;
    filter: alpha(opacity=30);
  }
  .animate-overlay {
    position: relative;
  }
  .animate-overlay .image:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #ffffffb3;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: opacity 0.7s ease;
    transition: opacity 0.7s ease;
    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: all 0.5s ease;
    transition: all 0.5s ease;
  }
  .view-abs .view {
    width: 40px;
    height: 40px;
    border: 1px solid #232323;
    position: relative;
    display: block;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  .view-abs .view::before,
  .view-abs .view::after {
    position: absolute;
    content: "";
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-color: #000;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }
  .view-abs .view::before {
    width: 2px;
    height: 20px;
  }
  .view-abs .view::after {
    width: 20px;
    height: 2px;
  }
  .animate-border {
    position: relative;
  }
  .animate-border::before,
  .animate-border::after {
    content: "";
    position: absolute;
    background: rgba(255, 255, 255, 0.1);
    width: 0;
    height: 0;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    visibility: hidden;
    z-index: 5;
  }
  .animate-border::before {
    top: 0;
    left: 0;
  }
  .animate-border::after {
    bottom: 0;
    right: 0;
  }
  .animate-border:hover::before,
  .animate-border:hover::after {
    width: 100%;
    height: 100%;
    visibility: visible;
  }
  .img-box:hover .view-abs {
    opacity: 1;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  .row {
    margin-left: -15px;
    margin-right: -15px;
  }
  .row .halo-item {
    padding: 0 15px;
  }
  .row.column-5 .halo-row-item {
    width: 20%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .row .halo-row-item {
    padding: 0px 15px;
  }
  .row {
    margin-left: -15px;
    margin-right: -15px;
  }
  .row .halo-item {
    padding: 0 15px;
  }
  .product-carousel .product-item {
    padding: 0px 5px;
  }
  .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;
  }
}

@media (min-width: 1200px) {
  .container.container-1170 {
    max-width: 1200px !important;
  }
  /* END: Container */
  .slick-arrow.slick-prev {
    left: 5px;
  }
  .slick-arrow.slick-next {
    right: 5px;
  }
}

@media (min-width: 1400px) {
  /* START: Container */
  .container.container-1370 {
    max-width: 1400px !important;
  }
  /* END: Container */
}

@media (min-width: 1500px) {
  /* START: Container */
  .container.container-1470 {
    max-width: 1500px !important;
  }
}

@media (min-width: 1600px) {
  /* START: Container */
  .container.container-1570 {
    max-width: 1600px !important;
  }
  /* END: Container */
  .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) {
  /* START: Container */
  .container.container-1860 {
    padding-left: calc((100% - 1860px) / 2);
    padding-right: calc((100% - 1860px) / 2);
  }
  /* END: Container */
}

/* ===  Header Styles === */
/* START: Announcement */
.announcement-bar {
  background-color: #ffe8e8;
  color: #b05d5d;
}

.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: 15px;
  -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 a {
  color: #b05d5d;
}

.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);
}

.header .animate {
  -webkit-transition: -webkit-transform 0.15s ease-out;
  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] {
  z-index: 20;
  will-change: transform;
}

.has-stickyHeader [data-header-sticky].sticky-up {
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}

.has-stickyHeader .header-default .header-top {
  display: none;
}

.has-stickyHeader .header-default .menu-lv-1 .label {
  display: none;
}

.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-log-fixed,
.has-stickyHeader .header-default .header-bottom .Header-icon-fixed {
  display: block;
}

.has-stickyHeader .header-default .header-bottom .header-nav {
  width: calc(100% - 224px);
  padding-left: 50px;
}

.header-default .header-bottom .container {
  position: initial;
}

.header-default .header-bottom .header-log-fixed {
  display: none;
  padding-left: 15px;
}

.header-default .header-bottom .header-log-fixed img {
  max-width: 50px;
}

.header-default .header-bottom .Header-icon-fixed {
  display: none;
}

.header-default .header-bottom .Header-icon-fixed .header__icon-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding-right: 15px;
}

.header-default .header-bottom .Header-icon-fixed .header__icon {
  position: relative;
  border-left: 1px solid rgba(255, 255, 255, 0.15);
  padding-top: 9px;
  padding-bottom: 9px;
  width: 50px;
  height: 50px;
  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;
}

.header-default .header-bottom .Header-icon-fixed .header__icon svg {
  width: 22px;
  height: 22px;
  fill: #ffffff;
}

.header-default .header-bottom .Header-icon-fixed .cart-count-bubble {
  position: absolute;
  right: 2px;
  top: 7px;
  margin: 0;
  background-color: #ffe5e8;
  color: #323232;
  min-width: 23px;
  min-height: 23px;
  text-align: center;
  border-radius: 50%;
  font-size: 12px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0.02em;
  display: inline-block !important;
  vertical-align: middle;
}

/* START: Header Top */
.header-top {
  display: none;
  background: #ffffff;
  padding: 15px 0px 16px;
}

.header-top .header-top--wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.header-top-right-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 15px;
}

.header-top-right-group .customer-service-text {
  color: #323232;
  font-size: 12px;
  margin-right: 13px;
  letter-spacing: 0.02em;
}

.header-top--right .free-shipping-text {
  color: #232323;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.05em;
  margin-bottom: 14px;
}

.header__iconItem {
  display: inline-block;
  vertical-align: middle;
}

.header__iconItem .header__icon {
  display: inline-block;
  vertical-align: middle;
  font-size: 0;
  letter-spacing: 0;
  line-height: 1;
  width: auto;
  position: relative;
}

.header__iconItem .header__icon span {
  font-size: 12px;
  letter-spacing: 0.02em;
  display: inline-block !important;
  vertical-align: middle;
  color: #323232;
}

.header__iconItem .header__icon svg {
  fill: #232323;
  color: #232323;
}

.header__iconItem .header__icon--cart svg {
  width: 20px;
  height: 20px;
  margin-right: 8px;
  position: relative;
  top: -2px;
}

.header__iconItem .header__icon--cart .cart-count-bubble {
  position: relative;
  background-color: #ffe5e8;
  color: #323232;
  margin-left: 8px;
  min-width: 23px;
  min-height: 23px;
  text-align: center;
  border-radius: 50%;
  font-size: 12px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0.02em;
  display: inline-block !important;
  vertical-align: middle;
}

.header__iconItem .header__icon--cart .cart-count-bubble .text-count {
  position: relative;
  top: -1px;
  left: 0;
}

.header__iconItem .header__icon--wishlist {
  margin-left: 25px;
}

.header__iconItem .header__icon--wishlist svg {
  width: 19px;
  height: 18px;
  margin-right: 8px;
}

.header__iconItem .customer-links {
  margin-left: 25px;
  display: inline-block;
  vertical-align: middle;
  padding-top: 0;
  padding-bottom: 0;
}

.header__icon:hover svg {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

/* START: Header Language and Currency */
.header-language_currency .halo-currency {
  margin-left: 5px;
}

.header-language_currency .halo-currency .text + svg {
  position: relative;
  top: 0px;
}

.header-language_currency .halo-currency .btn-group .icon {
  position: relative;
  top: 2px;
}

.header-language_currency .halo-currency .currency-menu {
  padding: 9px 0;
  min-width: 100px;
  outline: 0;
  background: #ffffff;
  max-height: 300px;
  overflow: auto;
}

.header-language_currency .halo-currency .currency-menu .icon {
  width: 22px;
  height: 22px;
  margin-right: 4px;
}

.header-language_currency .halo-currency .currency-menu .icon svg {
  width: 100%;
  height: 100%;
  stroke: initial;
  vertical-align: top;
}

.header-language_currency .halo-currency .currency-item {
  font-size: 12px;
  font-weight: 500;
  color: #232323;
  line-height: 22px;
  letter-spacing: 0.02em;
  padding: 7px 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header-language_currency .halo-currency .currency-item .text {
  position: relative;
  color: #232323;
}

.header-language_currency .halo-currency .currency-item.active {
  text-decoration: underline;
  text-underline-offset: 2px;
}

.header-language_currency .halo-currency .currency-item:hover {
  text-decoration: underline;
  text-underline-offset: 2px;
}

.header-language_currency .halo-currency .dropdown-toggle {
  cursor: pointer;
}

.header-language_currency .halo-language .div {
  min-width: 100px;
}

.header-language_currency .halo-language .div .disclosure__list {
  padding: 8px 0;
  margin: 0;
}

.header-language_currency .halo-language .div .disclosure__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 7px 15px;
  text-decoration: none;
  line-height: 1.8;
}

.header-language_currency .halo-language .div .disclosure__link .icon {
  width: 22px;
  height: 22px;
  margin-right: 6px;
}

.header-language_currency .halo-language .div .disclosure__link .icon svg {
  width: 22px;
  height: 22px;
}

.header-language_currency
  .halo-language
  .div
  .disclosure__link.disclosure__link--active {
  text-decoration: underline;
  text-underline-offset: 2px;
}

.header-language_currency .halo-language .div .disclosure__link:hover {
  text-decoration: underline;
  text-underline-offset: 2px;
}

.header-language_currency .halo-language,
.header-language_currency .halo-currency {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

.header-language_currency .dropdown-language,
.header-language_currency .dropdown-currency {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  background: #ffffff;
  position: absolute;
  right: 0;
  top: 10px;
  opacity: 0;
  z-index: -1;
  overflow: hidden;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15);
}

.header-language_currency .dropdown-language.show,
.header-language_currency .dropdown-currency.show {
  top: calc(100% + 10px);
  opacity: 1;
  z-index: 9;
  overflow: visible;
}

.header-language_currency .disclosure {
  position: relative;
}

.header-language_currency .disclosure__list {
  z-index: 2;
  background: #ffffff;
}

.header-language_currency .disclosure__button {
  border: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: transparent;
}

.header-language_currency .icon {
  width: 16px;
  height: 16px;
}

.header-language_currency .icon svg {
  width: 16px;
  height: 16px;
  stroke: initial;
  vertical-align: top;
}

.header-language_currency .text {
  color: #232323;
  text-transform: uppercase;
  font-weight: 500;
  margin-left: 5px;
  margin-right: 5px;
  font-size: 12px;
}

.header-language_currency .text + svg {
  width: 10px;
  height: 9px;
}

.header-language_currency .dropdown-toggle::after {
  display: none;
}

/* START: Header Search */
.header-search {
  /* max-width: 160px; */
  width: 500px;
  margin-left: 20px;
  padding-right: 10px;
  position: relative;
}

.header-search .search-bar {
  background-color: #fafafa;
  border-bottom: 1px solid #e7e7e7;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header-search .search-bar .input-group-field {
  color: #323232;
  padding: 5px 11px 5px;
  width: calc(100% - 30px);
  border: none;
  background-color: #fff0;
  margin: 0;
  font-size: 12px;
  line-height: 20px;
}

.header-search .search-bar .icon-search {
  background: rgba(255, 255, 255, 0);
  min-width: 30px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 8px 10px 8px;
}

.quickSearchResultsWrap {
  position: absolute;
  top: calc(100% - 30px);
  right: 0px;
  left: auto;
  width: 570px;
  z-index: -1;
  opacity: 0;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15);
  background-color: #ffffff;
  padding: 18px 30px 0;
  max-height: calc(80vh - 150px);
  overflow-x: hidden;
  overflow-y: auto;
  visibility: hidden;
  -webkit-transition: all ease 0.7s;
  transition: all ease 0.7s;
}

.quickSearchResultsWrap.show {
  top: calc(100% + 5px);
  z-index: 5;
  opacity: 1;
  visibility: visible;
}

.quickSearchResultsWrap .search-block-title {
  line-height: 22px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #232323;
  position: relative;
  margin: 0 0 15px;
  padding-bottom: 8px;
  border-bottom: 1px solid #e8e8e8;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.quickSearchResultsWrap .search-block-title .text {
  font-size: 12px;
  font-weight: 700;
  display: inline-block;
  vertical-align: top;
  width: auto;
  padding: 0 28px 0 0;
  position: relative;
  z-index: 2;
  background-color: #ffffff;
}

.quickSearchResultsWrap .search-block-title .halo-search-close svg {
  width: 16px;
  height: 16px;
  position: relative;
  top: -2px;
}

.quickSearchResultsWrap .list-item {
  display: block;
  font-size: 0;
  letter-spacing: 0;
  margin: 0 -5px;
  text-align: left;
}

.quickSearchResultsWrap .list-item .item {
  display: inline-block;
  vertical-align: top;
  padding: 0 5px;
  margin: 0 0 10px;
}

.quickSearchResultsWrap .list-item .item .link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 6px 10px 6px 7px;
  text-transform: lowercase;
  background-color: #f7f7f7;
  color: #868686;
  text-decoration: unset;
}

.quickSearchResultsWrap .list-item .item .link .text {
  display: block;
  margin: 0 0 0 4px;
}

.quickSearchResultsWrap .list-item .item .link svg {
  width: 20px;
  height: 20px;
  padding: 2px;
  fill: #232323;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.quickSearchResultsWrap .list-item .item .link:hover {
  color: #232323;
  background-color: #e5e5e5;
  border-color: #e5e5e5;
}

.quickSearchResultsWrap .quickSearchProduct {
  margin-top: 13px;
}

.quickSearchResultsWrap .quickSearchProduct .halo-product-block {
  margin-top: 20px;
}

/* START: Header Buttom */
.header-bottom {
  display: none;
  background: #232323;
}

.main-menu {
  position: static;
}

.main-menu > .container {
  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.has-megamenu {
  position: static;
}

.menu-lv-item > a {
  display: block;
  position: relative;
}

.menu-lv-item .site-nav-list-dropdown > a {
  display: block;
  position: relative;
}

.menu-lv-1__action {
  color: #ffffff;
  padding: 11px 20px 12px;
}

.menu-lv-1__action,
.menu--mobile-lv-1__action {
  font-size: 14px;
  font-weight: 700;
  line-height: 22px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.menu-lv-item .text {
  -webkit-transition: -webkit-text-decoration 100ms ease;
  transition: -webkit-text-decoration 100ms ease;
  transition: text-decoration 100ms ease;
  transition:
    text-decoration 100ms ease,
    -webkit-text-decoration 100ms ease;
}

.menu-lv-item .icon {
  display: block;
  position: absolute;
  height: 12px;
  width: 12px;
  top: 50%;
  right: 0px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  fill: #232323;
  stroke: transparent;
}

.menu-lv-1__action .text {
  text-decoration-thickness: 1px !important;
}

.menu-lv-1:hover > a:hover {
  color: #ffffff;
}

.menu-lv-item:hover > a > .text {
  text-decoration: underline;
  text-underline-offset: 0.3rem;
}

.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: #ffffff;
  background-color: #ffbb49;
}

.menu-lv-1 .label.hot-label::before {
  border-bottom-color: #ffbb49;
}

.menu-lv-1 .label.sale-label {
  color: #ffffff;
  background-color: #ef6454;
}

.menu-lv-1 .label.sale-label::before {
  border-bottom-color: #ef6454;
}

.menu-lv-1 .label.new-label {
  color: #ffffff;
  background-color: #06bfe2;
}

.menu-lv-1 .label.new-label::before {
  border-bottom-color: #06bfe2;
}

.list-menu--disclosure {
  width: 200px;
  background: #ffffff;
  -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 0px 5px;
  position: absolute;
  top: calc(100% + 20px);
  visibility: visible;
  pointer-events: none;
  z-index: -1;
  opacity: 0;
  -webkit-transition:
    visibility 350ms ease,
    -webkit-transform 350ms ease;
  transition:
    visibility 350ms ease,
    -webkit-transform 350ms ease;
  transition:
    transform 350ms ease,
    visibility 350ms ease;
  transition:
    transform 350ms ease,
    visibility 350ms ease,
    -webkit-transform 350ms ease;
  webkit-transition: all 350ms ease;
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
}

.list-menu--disclosure li {
  padding: 0px 20px;
  width: 100%;
}

.list-menu--disclosure li a {
  padding: 10px 0 10px;
  color: #232323;
  font-size: 12px;
  letter-spacing: 0.02em;
}

.list-menu--disclosure li + li > a {
  border-top: 1px solid #ebebeb;
}

.list-menu--disclosure-2 {
  right: calc(-100% + 30px);
  top: 0px !important;
}

.megamenu-custom-product-width-banner {
  position: relative;
  padding: 40px 0px;
  bottom: -17px;
}

.megamenu-custom-product-width-banner::before {
  content: " ";
  width: calc(100% + 200%);
  height: 100%;
  position: absolute;
  left: -100%;
  bottom: 0;
  z-index: -1;
  background: #ffffff;
}

.megamenu-custom-product-width-banner .product-card .card-action {
  visibility: hidden;
}

.megamenu-custom-product-width-banner .product-card .product-card-bottom {
  padding: 0 !important;
}

.megamenu-custom-product-width-banner .product-card .card-vendor-title {
  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: 3px;
  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: 0px;
}

.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 .row {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.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;
}

.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%;
  z-index: -1;
  overflow-x: hidden;
  overflow-y: auto;
  max-height: 70vh;
  text-align: left;
  margin-top: 20px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -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: #ffffff;
  padding: 24px 0 34px;
  -webkit-transition:
    visibility 350ms ease,
    -webkit-transform 350ms ease;
  transition:
    visibility 350ms ease,
    -webkit-transform 350ms ease;
  transition:
    transform 350ms ease,
    visibility 350ms ease;
  transition:
    transform 350ms ease,
    visibility 350ms ease,
    -webkit-transform 350ms ease;
  webkit-transition: all 350ms ease;
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
}

.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-size: 12px;
  font-weight: 600;
  font-style: normal;
  line-height: 22px;
  letter-spacing: 0.02em;
  margin: 0 0 5px;
  color: #232323;
  display: block;
}

.site-nav-link {
  font-size: 12px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0.02em;
  text-transform: capitalize;
  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 {
  padding: 0 !important;
}

.header .header-bottom .megamenu_style_4 .row {
  margin: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.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: 0px 15px;
}

.header .header-bottom .megamenu_style_5 .megamenu-product-custom {
  position: relative;
  bottom: -17px;
  margin-top: 11px;
  padding: 28px 0px 52px;
}

.header .header-bottom .megamenu_style_5 .megamenu-product-custom::before {
  content: " ";
  width: calc(100% + 200%);
  height: 100%;
  position: absolute;
  left: -100%;
  bottom: 0;
  z-index: -1;
  background: #ffffff;
}

.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 0px 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;
}

@media (min-width: 1025px) {
  .header-top {
    display: block;
  }
  .header-top .header-top--left {
    width: 90px;
    padding-bottom: 6px;
  }
  .header-top .header-top--right {
    width: calc(100% - 90px);
  }
  .header-bottom {
    display: block;
  }
  .list-menu.text-left {
    margin-left: -20px;
  }
  .menu-lv-item:hover > .header__submenu,
  .menu-lv-item.menu-lv-2.dropdown:hover
    .site-nav-list-dropdown
    > .header__submenu {
    z-index: 99;
    top: 100%;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }
  .menu-lv-item.has-megamenu:hover > .menu-dropdown {
    margin-top: 0px;
    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);
  }
}

.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--wrapper,
.header-mobile .header-mobile--item {
  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--wrapper.header-mobile--left,
.header-mobile .header-mobile--item.header-mobile--left {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.header-mobile .header-mobile--wrapper.header-mobile--right,
.header-mobile .header-mobile--item.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: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  display: block;
  color: #232323;
}

.header-mobile
  .header-mobile--icon
  .mobileMenu-toggle
  .mobileMenu-toggle__Icon {
  top: 50%;
  width: 100%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: background-color 10ms ease-in 0.1s;
  transition: background-color 10ms ease-in 0.1s;
  background-color: #232323;
  content: "";
  display: block;
  height: 2px;
  width: 100%;
  position: absolute;
  background-color: #232323;
  -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:
    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;
  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,
.header-mobile
  .header-mobile--icon
  .mobileMenu-toggle
  .mobileMenu-toggle__Icon::after {
  content: "";
  display: block;
  height: 2px;
  width: 100%;
  position: absolute;
  background-color: #232323;
  -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:
    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;
  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: 0px;
  padding-right: 0px;
}

.header-mobile .header-mobile--icon svg {
  width: 24px;
  height: 24px;
  fill: #232323;
}

.header-mobile .header-mobile--icon.item-mobile-logo .header__heading-link {
  max-width: 65px;
}

.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;
}

@media (min-width: 1025px) {
  .header-mobile {
    display: none;
  }
}

/* ===  Product Card Styles === */
.product-card .product-card-top {
  position: relative;
}

.product-card .product-card-top .product-card-media img + img {
  opacity: 0;
}

.product-card .product-card-top .product-card-media:hover img + img {
  opacity: 1;
  transition:
    opacity 0.5s,
    transform 2s cubic-bezier(0, 0, 0.44, 1.18),
    -webkit-transform 2s cubic-bezier(0, 0, 0.44, 1.18);
}

.product-card .product-card-bottom {
  padding: 13px 0px 10px;
}

.product-card .product-card-information .card-vendor {
  overflow: hidden;
  white-space: normal;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  font-size: 12px;
  font-weight: 400;
  color: #969696;
  line-height: 22px;
  letter-spacing: 0.02em;
  width: 100%;
  margin-bottom: 0;
}

.product-card .product-card-information .card-vendor a {
  font-size: inherit;
  font-weight: inherit;
  color: inherit;
  line-height: inherit;
  letter-spacing: inherit;
}

.product-card .product-card-information .card-title {
  font-size: 12px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0.02em;
  color: #232323;
  display: block;
  overflow: hidden;
  white-space: normal;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  margin-bottom: 3px;
}

.product-card .product-card-information .card-title [data-change-title] {
  text-transform: capitalize;
}

.product-card .card-swatch {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 13px 0px 0px;
}

.product-card .card-swatch .swatch {
  display: block;
  width: 100%;
  position: relative;
}

.product-card .card-swatch .item {
  display: inline-block;
  vertical-align: top;
  margin: 0 1.5px;
  position: relative;
}

.product-card .card-swatch .item:first-child {
  margin-left: 0;
}

.product-card .card-swatch .swatch-label {
  display: block;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  font-size: 0;
  letter-spacing: 0;
  width: 30px;
  height: 30px;
  margin: 0 auto;
  border: 1px solid #cbcbcb;
  background: transparent;
  cursor: pointer;
  padding: 2px;
}

.product-card .card-swatch .swatch-label .pattern {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.product-card .card-swatch .swatch-label:hover {
  border-color: #232323;
}

.product-card .card-swatch .swatch-label.is-active {
  border-color: #232323;
}

.product-card .card-product__group {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  position: absolute;
  z-index: 10;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.product-card .card-product__group.group-right {
  left: auto;
  right: 0px;
}

.product-card .card-product__group.group-left {
  left: 0px;
  right: auto;
}

.product-card .card-product__group .card-icon {
  display: block;
  text-align: center;
  position: relative;
  width: 36px;
  height: 36px;
  padding: 9px;
  line-height: 1;
  border-radius: 50%;
  font-size: 0;
  letter-spacing: 0;
  cursor: pointer;
  color: #232323;
  background: #ffffff;
}

.product-card .card-product__group .card-icon .text {
  padding: 0 15px 0 30px;
  color: #232323;
  background-color: #ffffff;
  text-transform: capitalize;
  display: none;
  white-space: nowrap;
  font-size: 12px;
  font-weight: 400;
  line-height: 22px;
  width: 0;
  opacity: 0;
  overflow: hidden;
  visibility: hidden;
  right: calc(100% - 30px);
  height: 36px;
  background: #ffffff;
  line-height: 36px;
  position: absolute;
  top: 50%;
  padding: 0 30px 0 15px;
  border-radius: 36px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
  -webkit-transition-duration: 350ms;
  transition-duration: 350ms;
  pointer-events: none;
}

.product-card .card-product__group .card-icon.wishlist-added {
  background: #232323;
}

.product-card .card-product__group .card-icon.wishlist-added .text {
  background: #232323;
  color: #ffffff;
}

.product-card .card-product__group .card-icon.wishlist-added svg {
  fill: #ffffff;
}

.product-card .card-product__group .card-product__group-item svg {
  width: 18px;
  height: 18px;
  line-height: 18px;
  vertical-align: top;
  position: relative;
  z-index: 5;
  background-color: transparent;
}

.product-card
  .card-product__group
  .card-product__group-item
  + .card-product__group-item {
  margin-top: 10px;
}

.product-card .card-action {
  position: relative;
  bottom: 0;
  width: 100%;
  padding: 0;
  background: transparent;
  z-index: 1;
  margin: 0;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  -webkit-transform: translate(0);
  transform: translate(0);
}

.product-card .card-action .button {
  background: #ffffff;
  color: #232323;
  border-color: #232323;
  width: 100%;
  min-width: auto;
}

.card-price {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.card-price .price-item .money {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  font-weight: 800;
  line-height: 22px;
  color: #232323;
}

.card-price.price__sale .price-item--regular {
  margin: 0 10px 0 0;
}

.card-price.price__sale .price-item--regular span {
  text-decoration: line-through;
  font-weight: 500;
  color: #5c5a5a;
}

.card-price.price__sale .price__last span {
  color: #e95144;
}

.card__badge {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.card__badge .badge {
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.02em;
  line-height: 20px;
  height: auto;
  padding: 0 8px;
  text-align: center;
  word-break: break-word;
  border-radius: 1px;
  text-transform: capitalize;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.card__badge .badge.custom-badge {
  color: #ffffff;
  background-color: #ffbb49;
}

.card__badge .badge.sale-badge {
  color: #ffffff;
  background-image: linear-gradient(to right, #e49708, #e49708, #e49708);
}
.card__badge .badge.sold-out-badge {
  color: #ffffff;
  background-color: #c1c1c1;
}

.card__badge .badge.new-badge {
  color: #0a6cdc;
  background-color: #d2e7ff;
}

.card__badge .badge + .badge {
  margin-top: 5px;
}

.card__badge.badge-left {
  left: 0px;
}

.card__badge.badge-right {
  right: 0px;
  text-align: right;
}

.product-item-custom .product-card-top {
  display: inline-block;
  vertical-align: top;
  width: 80px;
  height: 107px;
}

.product-item-custom .product-card-bottom {
  display: inline-block;
  vertical-align: top;
  width: calc(100% - 90px);
  padding: 0 25px 0 16px;
  position: relative;
  top: -6px;
}

.product-item-custom
  .product-card-bottom
  .product-card-information
  .card-price {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
}

.product-item-custom
  .product-card-bottom
  .product-card-information
  .card-swatch {
  text-align: left !important;
}

.product-item-custom
  .product-card-bottom
  .product-card-information
  .card-swatch
  .swatch {
  margin-bottom: 13px;
}

.product-card-menu {
  max-width: 175px;
  margin: 0 auto;
}

.product-card-menu .site-nav-title {
  margin-bottom: 12px;
  text-align: center;
}

.product-card-menu .product-card-top .product-card-media {
  max-width: 120px;
  margin: 0 auto;
}

.product-card-menu .product-card-bottom .product-card-information .text {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.product-card-menu .shop-now {
  width: 100%;
  margin-top: 4px;
}

.product-card-menu .shop-now .text {
  font-size: 12px;
  letter-spacing: 0.05em;
  font-weight: 700;
  line-height: 22px;
  text-decoration: underline;
  text-underline-offset: 0.2rem;
}

@media (max-width: 1024px) {
  .product-card .card-product__group {
    right: 10px;
    display: none;
  }
}

@media (min-width: 1025px) {
  .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% - 30px);
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    display: inline-block;
    width: auto;
  }
  .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;
    opacity: 0;
    visibility: hidden;
    bottom: -15px;
  }
  .product-card .card-action .button:hover {
    background: #232323;
    color: #ffffff;
  }
  .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;
    bottom: 0;
  }
}

/* ===  Footer Styles === */
.footer {
  background: #232323;
  clear: both;
  padding-bottom: 70px;
}

.footer .footer-top {
  padding: 37px 0 22px;
}

.footer .footer-block__heading {
  font-size: 14px;
  letter-spacing: 0.05em;
  font-weight: 600;
  padding-bottom: 12px;
  margin: 0;
  color: #ffffff;
  margin-bottom: 0;
}

.footer .footer-link,
.footer .desc {
  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: #cfcfcf;
  background-color: #232323;
  border: 1px solid #d3d3d3;
  width: 100%;
  padding-top: 11px;
  padding-bottom: 10px;
  line-height: 22px;
}

.newsletter-form .newsletter-form__field-wrapper .newsletter-form__button {
  color: #232323;
  border: 1px solid #ffffff;
  background-color: #ffffff;
  width: 124px;
  min-width: 124px;
  margin: 0;
}

.newsletter-form
  .newsletter-form__field-wrapper
  .newsletter-form__button:hover {
  color: #ffffff;
  border: 1px solid #ffffff;
  background-color: #232323;
}

.footer-block__list-social {
  margin-top: 35px;
}

.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: #ffffff;
  border: 1px solid #ffffff;
  padding: 9px;
}

.list-social .list-social__link:hover {
  -webkit-box-shadow: 0 0 0 2px #ffffff;
  box-shadow: 0 0 0 2px #ffffff;
}

.list-social .list-social__link:hover::before {
  -webkit-box-shadow: 0 0 0 2px #ffffff !important;
  box-shadow: 0 0 0 2px #ffffff !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;
  border-top: 1px solid #3b3b3b;
}

.footer-bottom .copyright__content {
  color: #cfcfcf;
  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: 0px;
  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;
}

@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: #ffffff;
    -webkit-transition:
      visibility 350ms ease,
      -webkit-transform 350ms ease;
    transition:
      visibility 350ms ease,
      -webkit-transform 350ms ease;
    transition:
      transform 350ms ease,
      visibility 350ms ease;
    transition:
      transform 350ms ease,
      visibility 350ms ease,
      -webkit-transform 350ms ease;
  }
  .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: 0;
  }
  .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: 0px;
    margin-right: 10px;
  }
}

@media (max-width: 551px) {
  .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: 0px 0px 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: center;
  }
}

@media (min-width: 1025px) {
  .footer {
    padding-bottom: 0;
  }
  .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:
      opacity 0.2s,
      -webkit-transform 0.2s;
    transition:
      transform 0.2s,
      opacity 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 #ffffff;
    box-shadow: 0 0 0 2px #ffffff;
  }
}

.halo-toolbar-bottom-mobile {
  background: #ffffff;
  padding: 10px 10px 5px;
  position: fixed;
  display: block;
  bottom: 0px;
  z-index: 9;
  -webkit-transition: -webkit-transform 0.6s;
  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 {
  position: relative;
}

.halo-toolbar-bottom-mobile .halo-toolbar-wrapper .halo-toolbar-item .link {
  text-align: center;
  position: relative;
}

.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
  .link.mobileSearch-toggle
  svg {
  padding: 0;
}

.halo-toolbar-bottom-mobile
  .halo-toolbar-wrapper
  .halo-toolbar-item
  [data-open-auth-sidebar]
  svg {
  padding: 0;
}

.halo-toolbar-bottom-mobile .halo-toolbar-wrapper .halo-toolbar-item .label {
  display: block;
  font-size: 12px;
  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: #ffe5e8;
  min-width: 23px;
  min-height: 23px;
  text-align: center;
  border-radius: 50%;
  font-size: 12px;
}

@media (min-width: 1025px) {
  .halo-toolbar-bottom-mobile {
    display: none;
  }
}

.skin-2 {
  font-family: "Jost", sans-serif;
  font-size: 16px;
  line-height: 28px;
  font-weight: 400;
  letter-spacing: 0;
  color: #000000;
}

.skin-2 .desc,
.skin-2 .link {
  font-size: 16px;
  line-height: 28px;
  color: #000000;
  font-weight: 400;
  letter-spacing: 0;
}

.skin-2 label {
  color: #000000;
  font-size: 16px;
  letter-spacing: 0;
}

.skin-2 input[type="text"],
.skin-2 input[type="email"] {
  padding: 13px 12px 12px;
  border-radius: 0;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 22px;
  font-weight: 400;
  color: #646464;
}

.skin-2 .icon {
  fill: #000000;
}

.skin-2 .link-underline:hover .text {
  text-underline-offset: 0.2rem;
}

.skin-2 .button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  letter-spacing: 0.05em;
  font-size: 16px;
  font-weight: 700;
  border-radius: 0;
  line-height: 28px;
  height: 55px;
}

.skin-2 .button.button-1 {
  background: #000000;
  border-color: #ffffff;
  color: #ffffff;
}

.skin-2 .button.button-1:hover {
  background: #e49708;
  border-color: #ffffff;
  color: #ffffff;
}

.skin-2 .button.button-2 {
  background: #ffffff;
  border-color: #000000;
  color: #000000;
}

.skin-2 .button.button-2:hover {
  background: #000000;
  border-color: #000000;
  color: #ffffff;
}

.skin-2 .button.button-3 {
  background: #000000;
  border-color: #000000;
  color: #ffffff;
}

.skin-2 .button.button-3:hover {
  background: #ffffff;
  border-color: #000000;
  color: #000000;
}

.skin-2 .halo-block-header {
  position: relative;
  margin-bottom: 18px;
}

.skin-2 .halo-block-header .title {
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0;
  color: #202020;
}

.skin-2 .halo-block-header .title::before {
  display: none;
}

.skin-2 .halo-block-header .title span {
  width: 100%;
  background: transparent;
}

.skin-2 .card__badge {
  bottom: 0;
  right: 0;
}

/* .skin-2 .card__badge .badge {
  font-size: 14px;
} */

.skin-2 .card__badge .badge.new-badge {
  color: #000000;
  background-color: #ffffff;
  border: 1px solid #ebebeb;
}

.skin-2 .card__badge .badge.Bundle-badge {
  color: #ffffff;
  background-color: #000000;
  border: 1px solid #000000;
}

.skin-2 .card-price .price-item--regular {
  font-size: 16px;
  line-height: 25px;
  font-weight: 600;
}

.skin-2 .product-card .product-card-information .card-vender {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 25px;
  color: #969696;
  margin-top: 2px;
}

.skin-2 .product-card .product-card-information .text {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0;
  color: #000000;
  line-height: 28px;
}

.skin-2 .product-card .product-card-information .card-price {
  margin-top: -3px;
  font-size: 16px;
  font-weight: 600;
}

.skin-2
  .product-card
  .product-card-information
  .card-price
  .price-item.price-item--regular
  .money {
  color: #d5d5d5;
  font-weight: 400;
}

.skin-2
  .product-card
  .product-card-information
  .card-price
  .price-item.price__last
  .money {
  color: #000000;
}

.skin-2 .product-card .product-card-information .card-price .price-item .money {
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
  font-weight: 600;
  line-height: 25px;
  color: #000000;
  letter-spacing: 0;
}

.skin-2 .product-card .product-card-information .card-swatch {
  margin-top: 16px;
}

.skin-2 .product-card .card-product__group .card-icon .text {
  font-size: 14px;
}

.skin-2 .product-card .product-card-bottom {
  padding: 11px 0px 10px;
}

.skin-2 .product-card .card-action {
  background-color: #ffffff;
}

.skin-2 .product-card .card-action .button {
  height: 45px;
}

.skin-2.quickSearchResult-show {
  overflow: hidden;
}

.skin-2.quickSearchResult-show .background-header-search {
  z-index: 1;
  opacity: 1;
  visibility: visible;
}

.skin-2 .halo-compare-color-popup .halo-popup-header .halo-popup-title {
  font-size: 20px;
  text-transform: capitalize;
}

.skin-2
  .halo-compare-color-popup
  .wrapper-content
  .halo-compareColors
  .halo-compareColors-text {
  font-size: 16px;
}

.skin-2 .halo-common-popup .halo-popup-header .halo-popup-title {
  font-size: 20px;
  text-transform: capitalize;
}

.skin-2 .halo-common-popup .wrapper-content .ask-an-expert .heading {
  font-size: 16px;
  text-transform: capitalize;
}

.skin-2 .halo-common-popup .wrapper-content .ask-an-expert .text {
  font-size: 16px;
}

.skin-2 .halo-common-popup .wrapper-content .ask-an-expert .intro {
  font-size: 16px;
}

.skin-2 .halo-common-popup .form-input,
.skin-2 .halo-common-popup .field__input {
  font-size: 16px;
}

.skin-2 .halo-common-popup label {
  font-size: 16px;
}

.skin-2 .halo-common-popup .button {
  height: 50px;
}

.skin-2 .slick-arrow {
  width: 40px;
  height: 40px;
  top: 50%;
}

.skin-2 .slick-arrow:hover svg {
  fill: #000000;
  stroke: #000000;
}

.skin-2 .slick-arrow svg {
  top: -5px;
  right: 2px;
}

.skin-2 .slick-arrow.slick-prev {
  left: -15px;
}

.skin-2 .slick-arrow.slick-next {
  right: -15px;
}

.skin-2
  .halo-recently-viewed-popup
  .recently-viewed-tab.recently-viewed-list
  .products-grid
  .no-products
  .text {
  font-size: 14px;
}

.skin-2 .productView-countDown .num {
  font-size: 16px;
}

.skin-2 .halo-accept-cookie-popup .desc,
.skin-2 .halo-accept-cookie-popup .group-action-links {
  font-size: 14px;
  line-height: 24px;
}

.skin-2 .header-language_currency .halo-language svg {
  position: relative;
  top: -1px;
}

.skin-2 .halo-auth-sidebar .halo-sidebar-header .title {
  font-size: 20px;
}

.skin-2 .halo-auth-sidebar .halo-sidebar-wrapper .form-field .form-input {
  font-size: 16px;
  padding: 16px 12px 15px;
}

.skin-2 .halo-auth-sidebar .halo-sidebar-wrapper .auth-actions .auth-link {
  font-size: 16px;
}

.skin-2 .halo-cart-sidebar .halo-sidebar-header .title {
  font-size: 20px;
}

.skin-2 .halo-cart-sidebar .slick-slider {
  position: static;
}

.skin-2 .halo-cart-sidebar .slick-dots {
  position: absolute;
  top: 38px;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.skin-2 .halo-cart-sidebar .product-card .product-card-bottom {
  padding: 11px 0 10px 40px;
  margin-top: -10px;
}

.skin-2 .halo-cart-sidebar .previewCartItem-price {
  font-size: 18px;
  font-weight: 500;
}

.skin-2 .halo-cart-sidebar .previewCartCollection .previewCartTitle {
  font-size: 18px;
}

.skin-2 .halo-cart-sidebar .previewCartCarousel .halo-row-item {
  padding: 0;
}

.skin-2 .halo-cart-sidebar .previewCartCarousel .card-media {
  width: 100%;
}

.skin-2 .halo-cart-sidebar .previewCartCarousel .card-media img {
  width: 108px;
  max-width: 108px;
}

.skin-2 .halo-cart-sidebar .previewCartItem-image {
  width: 108px;
}

.skin-2 .halo-cart-sidebar .previewCartItem-name {
  font-size: 16px;
}

.skin-2 .halo-cart-sidebar .haloCalculatorShipping .message {
  font-size: 16px;
}

.skin-2 .halo-cart-sidebar .previewCartItem-options span {
  font-size: 16px;
}

.skin-2 .halo-cart-sidebar .previewCartInfo .item {
  font-size: 18px;
}

.skin-2 .halo-cart-sidebar .previewCartCheckbox input[type="checkbox"] + label {
  font-size: 16px;
}

.skin-2 .halo-cart-sidebar .previewCartCheckbox input[type="checkbox"] ~ a {
  font-size: 16px;
}

.skin-2 .halo-edit-cart-popup .halo-popup-header .halo-popup-title {
  font-size: 18px;
}

.skin-2 .halo-edit-cart-popup .add-more {
  font-size: 16px;
}

.skin-2 .halo-edit-cart-popup .productView-variants .form__label {
  font-size: 16px;
}

.skin-2 .halo-edit-cart-popup .productView-variants .product-form__label .text {
  font-size: 16px;
}

.skin-2 .halo-edit-cart-popup .product-edit-itemCenter .product-edit-title {
  font-size: 16px;
  font-weight: 500;
}

.skin-2
  .halo-edit-cart-popup
  .product-edit-itemCenter
  .product-edit-title-variant {
  font-size: 16px;
}

.skin-2 .halo-edit-cart-popup .card-price .price-item .money {
  font-size: 18px;
}

.skin-2.size-chart-show .background-overlay {
  z-index: 9999;
}

.skin-2.compare-color-show .background-overlay {
  z-index: 9999;
}

.skin-2.common-popup .background-overlay {
  z-index: 9999;
}

.skin-2.quick-view-show .background-overlay-popup {
  z-index: 99;
}

.skin-2 .background-overlay,
.skin-2 .background-overlay-popup,
.skin-2 .background-header-search {
  background-color: rgba(0, 0, 0, 0.4);
}

.skin-2 .background-header-search {
  position: fixed;
  bottom: 0;
  width: 100%;
  height: 25vh;
  cursor: pointer;
  display: block;
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.skin-2 .halo-sidebar_search .search-bar .input-group-field {
  font-size: 16px;
}

.skin-2 .halo-sidebar_search .halo-sidebar-header .title {
  font-size: 20px;
  text-transform: capitalize;
}

.skin-2 .halo-sidebar_search .quickSearchResultsWrap .search-block-title .text {
  font-size: 16px;
  text-transform: capitalize;
}

.skin-2
  .halo-toolbar-bottom-mobile
  .halo-toolbar-wrapper
  .halo-toolbar-item
  .icon--cart
  .cart-count-bubble {
  background-color: #000000;
  color: #ffffff;
  line-height: 22px;
}

.skin-2 .halo-quickshop-popup .previewCartItem-qty .quantity {
  padding: 16px 14px 15px 20px;
}

.skin-2 .halo-quickshop-popup .previewCartItem-qty .btn-quantity {
  height: 55px;
  top: 5px;
}

.skin-2 .halo-quickshop-popup .halo-productView-right .product-title {
  padding-bottom: 5px;
}

.skin-2 .halo-quick-view-popup input[type="text"] {
  padding: 16px 12px 15px;
}

.skin-2
  .halo-quick-view-popup
  .productView-information
  .share-button__fallback
  .button-copy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.skin-2
  .halo-quick-view-popup
  .productView-information
  .productView-share
  .share-button
  svg {
  position: relative;
  top: 2px;
}

.skin-2 .halo-quick-view-popup .productView-rating .spr-badge-caption {
  font-size: 16px;
}

.skin-2
  .halo-quick-view-popup
  .productView-variants
  .product-form__label
  .text {
  font-size: 16px;
}

.skin-2 .halo-quick-view-popup .productView-soldProduct .text {
  font-size: 16px;
}

.skin-2 .halo-quick-view-popup .productView-perks::-webkit-scrollbar {
  display: none;
}

.skin-2 .halo-quick-view-popup .productView-variants .form__label {
  font-size: 16px;
}

.skin-2
  .halo-quick-view-popup
  .productView-information
  .productView-subtotal
  .text,
.skin-2
  .halo-quick-view-popup
  .productView-information
  .productView-subtotal
  .money {
  font-size: 18px;
}

.skin-2
  .halo-quick-view-popup
  .previewCartCheckbox
  input[type="checkbox"]
  + label {
  font-size: 16px;
}

.skin-2 .halo-quick-view-popup .previewCartCheckbox input[type="checkbox"] ~ a {
  font-size: 16px;
}

.skin-2
  .halo-quick-view-popup
  .productView-information
  .productView-more
  .text {
  font-size: 16px;
}

.skin-2
  .halo-quick-view-popup
  .productView-information
  .previewCartAction
  .previewCartGroup
  .previewCartGroup-top
  .productView-wishlist
  a {
  width: 55px;
  height: 55px;
}

.skin-2
  .halo-quick-view-popup
  .productView-information
  .previewCartAction
  .previewCartGroup
  .previewCartGroup-top
  .productView-wishlist
  a
  svg {
  position: relative;
  top: -1px;
}

.skin-2
  .halo-quickshop-popup
  .halo-productView-right
  .productView-variants
  [data-header-option] {
  font-size: 16px;
}

.skin-2
  .halo-quickshop-popup
  .halo-productView-right
  .productView-variants
  .form__label {
  font-size: 16px;
}

.skin-2
  .halo-quickshop-popup
  .halo-productView-right
  .productView-variants
  .product-form__label
  .text {
  font-size: 16px;
}

.skin-2
  .halo-quickshop-popup
  .halo-productView-right
  .productView-variants
  .product-form__label.available
  .text {
  font-size: 16px;
}

.skin-2 .halo-sidebar_menu .halo-sidebar-header .title {
  font-size: 20px;
  text-transform: capitalize;
}

.skin-2
  .halo-sidebar_menu
  .site-nav-mobile.nav
  .menu-lv-item
  .menu-lv-1__action {
  font-size: 16px;
}

.skin-2 .halo-sidebar_menu .nav-currency-language .disclosure__list {
  font-size: 14px;
}

.skin-2
  .halo-sidebar_menu
  .nav-currency-language
  .disclosure__list
  .disclosure__item
  .disclosure__link
  .text {
  font-size: 16px;
}

.skin-2
  .halo-sidebar_menu
  .nav-currency-language
  .disclosure__list
  .disclosure__item
  .disclosure__link
  svg {
  position: relative;
  top: -5px;
}

.skin-2
  .halo-sidebar_menu
  .nav-currency-language
  .wrapper-currencies
  .currency-item
  .text {
  font-size: 16px;
}

.skin-2
  .halo-sidebar_menu
  .nav-currency-language
  .wrapper-currencies
  .currency-item
  svg {
  position: relative;
  top: -5px;
}

.skin-2
  .halo-toolbar-bottom-mobile
  .halo-toolbar-wrapper
  .halo-toolbar-item
  .label {
  font-size: 14px;
}

.skin-2 .live_help_group .title {
  font-size: 16px;
}

.skin-2 .live_help_group .desc {
  font-size: 16px;
  margin-bottom: 16px;
}

.skin-2 .live_help_group .text {
  font-size: 16px;
}

.skin-2 .halo-notification-popup .halo-popup-content .product-content {
  font-size: 16px;
}

.skin-2 .halo-block-product-tab .slick-arrow,
.skin-2 .halo-product .slick-arrow {
  top: 35% !important;
}

.skin-2 .halo-block-product-tab .slick-arrow svg,
.skin-2 .halo-product .slick-arrow svg {
  top: -5px;
}

.skin-2 .halo-block-product-tab .slick-arrow:hover svg,
.skin-2 .halo-product .slick-arrow:hover svg {
  fill: #ffffff;
  stroke: #ffffff;
}

@media (max-width: 1024px) {
  .skin-2 .slick-arrow {
    top: 35%;
  }

  .skin-2 .slick-arrow.slick-prev {
    left: -2px;
  }

  .skin-2 .slick-arrow.slick-next {
    right: -2px;
  }
}

@media (max-width: 992px) {
  .skin-2 .slick-arrow {
    top: 50%;
  }

  .skin-2 .halo-banner.style-2 .slick-arrow.slick-prev {
    left: 10px;
  }

  .skin-2 .halo-banner.style-2 .slick-arrow.slick-next {
    right: 10px;
  }
}

@media (max-width: 767px) {
  .skin-2 .product-card .text {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  .skin-2 .card__badge {
    bottom: 46px;
    right: 0;
  }
}

@media (min-width: 768px) {
  .skin-2 .row {
    margin-left: -5px;
    margin-right: -5px;
  }

  .skin-2 .container.container-1640 .row {
    margin-left: -10px;
    margin-right: -10px;
  }
}

@media (min-width: 1025px) {
  .skin-2 .custom-magamenu-1 .row {
    margin: 0 -15px !important;
  }

  .skin-2 .row {
    margin-left: 0;
    margin-right: 0;
  }

  .skin-2.quickSearchResult-show {
    padding-right: 10px;
  }

  .skin-2 .product-card .card-action {
    padding: 0px;
  }
}

@media (min-width: 1670px) {
  .skin-2 .container.container-1640 {
    max-width: 1670px !important;
  }

  .skin-2 .container.container-1640 .row {
    margin: 0 -15px;
  }
}

/*# sourceMappingURL=skin-2.css.map */
.halo-policies-block {
  margin-top: 15px;
  margin-bottom: 10px;
}

.halo-policies-block .halo-row-policies {
  background-color: #f9ede1;
}

.halo-policies-block .halo-row--swipe-policies {
  overflow-x: auto;
  overflow-y: hidden;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  padding: 0;
  margin: 0;
}

.halo-policies-block .wrapper-policies-content {
  padding: 23px 0 16px 0;
}

.halo-policies-block .wrapper-policies-content.before-border::before {
  content: "";
  width: 1px;
  height: 45px;
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: #000000;
}

.halo-policies-block .wrapper-policies-content .policies-content .title {
  font-size: 24px;
  line-height: 28px;
  font-weight: 600;
  letter-spacing: 0;
  color: #000000;
  margin-bottom: 5px;
}

.halo-policies-block.halo-policies-block-2 {
  margin-top: 10px;
  margin-bottom: 0;
}

.halo-policies-block.halo-policies-block-2 .row {
  background-color: #f2f2f2;
}

.halo-policies-block.halo-policies-block-2 .row .wrapper-policies-content {
  padding: 19px 0 13px 0;
}

.halo-policies-block.halo-policies-block-2
  .row
  .wrapper-policies-content.before-border::before {
  content: "";
  width: 1px;
  height: 25px;
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: #000000;
}

.halo-policies-block.halo-policies-block-2 .row .policies-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.halo-policies-block.halo-policies-block-2 .row .policies-content:hover .title {
  text-decoration: underline;
  text-underline-offset: 0.3rem;
}

.halo-policies-block.halo-policies-block-2 .row .policies-content svg {
  width: 26px;
  height: 23px;
  fill: #232323;
  stroke: #232323;
  margin-right: 12px;
  position: relative;
  top: -3px;
}

.halo-policies-block.halo-policies-block-2 .row .policies-content .title {
  font-size: 18px;
  color: #000000;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 28px;
}

.halo-block-slideshow {
  line-height: 1;
  font-size: 0;
}

.halo-block-slideshow .bannerCarousel-slide {
  line-height: 1;
}

.halo-block-slideshow .bannerCarousel-slide .sub-title {
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
  color: #ffffff;
  letter-spacing: -0.02em;
}

.halo-block-slideshow .bannerCarousel-slide .title {
  font-size: 60px;
  font-weight: 700;
  line-height: 28px;
  letter-spacing: 0;
  color: #ffffff;
  padding-top: 11px;
  margin-bottom: 40px;
}

.halo-block-slideshow .bannerCarousel-slide .desc {
  color: #ffffff;
  width: 100%;
  max-width: 360px;
  margin: 0 auto;
  padding-bottom: 46px;
}

.halo-block-slideshow .bannerCarousel-slide .wrapper-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.halo-block-slideshow .bannerCarousel-slide .button-1 {
  width: 100%;
  max-width: 210px;
}

.halo-block-slideshow:not(.slick-slider) {
  overflow: hidden;
}

.halo-block-slideshow:not(.slick-slider) .bannerCarousel-slide {
  display: none;
}

.halo-block-slideshow:not(.slick-slider) .bannerCarousel-slide:first-child {
  display: block;
}

.halo-block-slideshow .slick-dots {
  background-color: rgba(0, 0, 0, 0.2);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 4px 1px;
  border-radius: 6px;
  position: absolute;
  bottom: 25px;
  margin: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.halo-block-slideshow .slick-dots li {
  margin: 0 5px;
  width: 12px;
  height: 12px;
}

.halo-block-slideshow .slick-dots li:not(.slick-active) button {
  background-color: transparent;
}

.halo-block-slideshow .slick-dots li button {
  border: 1px solid #ffffff;
  background-color: #ffffff;
}

.halo-block-slideshow .slick-arrow {
  border: none;
  background-color: transparent;
  padding: 0 !important;
}

.halo-block-slideshow .slick-arrow.slick-prev {
  left: 41px;
}

.halo-block-slideshow .slick-arrow.slick-next {
  right: 41px;
}

.halo-banner {
  margin-top: 30px;
}

.halo-banner .halo-block-header {
  margin-top: 30px;
}

.halo-banner .halo-block-header .title {
  margin-bottom: 22px;
}

.halo-custom-text {
  margin-top: 60px;
}

.halo-custom-text .content:hover .desc {
  text-decoration: underline;
  text-underline-offset: 0.3rem;
}

.halo-custom-text .content .title {
  font-size: 40px;
  font-weight: 700;
  color: #000000;
  letter-spacing: 0;
  line-height: 28px;
  margin-bottom: 8px;
}

.halo-custom-text .content .title .text {
  position: relative;
}

.halo-custom-text .content .title .text::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 5px;
  height: 24px;
  left: 0;
  right: 0;
  width: calc(100% + 16px);
  margin-left: -8px;
  background-color: #f9e0ec;
  z-index: -1;
}

.halo-custom-text .content .title .text.desc-2::before {
  background-color: #f9ede1;
}

.halo-custom-text .content .title .text.desc-3::before {
  background-color: #fbded6;
}

.halo-custom-text .content .desc {
  line-height: 30px;
  letter-spacing: 0;
  color: #000000;
}

.halo-custom-text .button {
  height: 54px;
  margin: 0 auto;
  position: relative;
  top: 1px;
}

.halo-tab-category {
  margin: 65px 0 53px;
}

.halo-tab-category .row {
  margin: 0 -5px;
}

.halo-tab-category .row.column-5 .halo-row-item {
  padding-left: 5px;
  padding-right: 5px;
  margin-top: 10px;
}

.halo-tab-category .content {
  background-color: #f7f7f7;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.halo-tab-category .content:hover {
  -webkit-box-shadow: 5px 9px 20px #00000026;
  box-shadow: 5px 9px 20px #00000026;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.halo-tab-category .content .img-box {
  width: 100%;
}

.halo-tab-category .content .link {
  width: 100%;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0;
  color: #202020;
  padding: 15px;
  text-align: center;
  line-height: 22px;
}

.halo-spotlights {
  margin-top: 24px;
}

.halo-spotlights .halo-block-header .title {
  margin-top: 0;
}

.halo-spotlights .row {
  margin: 0 -15px;
}

.halo-spotlights .halo-block-header {
  margin-bottom: 23px;
}

.halo-block-instagram {
  line-height: 1;
  font-size: 0;
}

.halo-block-instagram .halo-block-header {
  margin-bottom: 28px;
}

.halo-block-instagram .halo-block-header .title {
  margin-top: 44px;
}

.halo-block-instagram .halo-block-content .row {
  margin: 0 -5px;
}

.halo-block-instagram .halo-block-content .row.column-5 .halo-row-item {
  width: 20%;
  padding-left: 5px;
  padding-right: 5px;
}

.halo-block-instagram .halo-block-navigation {
  width: 100%;
  padding-top: 45px;
  padding-bottom: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  place-items: center;
}

.halo-block-instagram .halo-block-navigation .nav {
  list-style-type: none;
  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;
  padding: 0;
  margin: 0 auto;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.halo-block-instagram .halo-block-navigation .nav .nav-item {
  position: relative;
  padding: 14px 23px 15px;
  background: #f9ede1;
  margin: 0px 5px 10px;
  border-radius: 30px;
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 0;
  color: #232323;
}

.halo-product .halo-block-header {
  margin-top: 30px;
  margin-bottom: 29px;
}

.halo-product .row {
  margin: 0 -5px;
}

.halo-product .row.column-5 .halo-row-item {
  width: 20%;
  padding-left: 5px;
  padding-right: 5px;
}

.halo-product .halo-row-item {
  padding: 0px 5px;
}

.halo-block-product-tab .tab-content > .tab-pane {
  display: block;
  height: 0;
  overflow: hidden;
}

.halo-block-product-tab .tab-content > .active {
  height: auto;
  overflow: visible;
}

.halo-block-product-tab .row {
  margin: 0 -5px;
}

.halo-block-product-tab .row.column-5 .halo-row-item {
  width: 20%;
  padding-left: 5px;
  padding-right: 5px;
}

.halo-block-product-tab .halo-row-item {
  padding: 0px 5px;
}

.halo-block-product-tab .nav-tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 10px;
  margin-bottom: 35px;
  margin-top: 10px;
  border: none;
}

.halo-block-product-tab .nav-tabs .nav-link {
  width: 100%;
  max-width: 226px;
  height: 55px;
  border-radius: 40px;
  font-size: 16px;
  font-weight: 600;
  line-height: 28px;
  letter-spacing: 0;
  padding: 12px 0;
  color: #232323;
  border: 1px solid #e6e6e6;
}

.halo-block-product-tab .nav-tabs .nav-link.active,
.halo-block-product-tab .nav-tabs .nav-link:hover {
  color: #ffffff;
  background-color: #000000;
  border-color: #000000;
}

@media (max-width: 1600px) and (min-width: 993px) {
  .halo-custom-text .content .title {
    font-size: 30px;
  }
  .halo-custom-text .content .title .text::before {
    bottom: 0px;
    height: 20px;
  }
  .slick-arrow.slick-prev {
    left: 5px !important;
  }
  .slick-arrow.slick-next {
    right: 5px !important;
  }
}

@media (max-width: 1200px) {
  .halo-tab-category .row.column-5 .halo-row-item {
    width: 33.33%;
  }
}

@media (max-width: 1024px) {
  .halo-tab-category .row {
    margin: 0 -10px;
  }
  .halo-block-slideshow .img-box .image {
    height: 100%;
    min-height: 550px;
  }
  .halo-block-slideshow .container {
    padding: 0 10px;
  }
  .halo-block-slideshow .slide-item .desc {
    max-width: 330px;
  }
  .halo-block-slideshow .slide-item .wrapper-button {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .halo-block-slideshow .slide-item .wrapper-button .button {
    max-width: 330px;
  }
  .halo-banner .container {
    padding: 0 10px;
  }
  .halo-spotlights .row {
    margin: 0px -15 px;
  }
  .halo-block-product-tab .container {
    padding: 0 10px;
  }
  .halo-block-product-tab .nav-tabs {
    white-space: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    display: inline-block;
    padding-bottom: 3px;
    width: 100%;
  }
  .halo-block-product-tab .nav-tabs .nav-link {
    display: inline-block;
  }
  .halo-product .row {
    margin: 0 -10px;
  }
  .halo-block-instagram .halo-block-content .row {
    margin: 0 -10px;
  }
  .halo-block-instagram .halo-block-navigation {
    margin: 0 -5px;
  }
  .halo-custom-text .col-left,
  .halo-custom-text .col-right {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
  }
  .halo-custom-text .slick-dots {
    margin: 15px 0px 20px;
  }
}

@media (max-width: 1024px) and (min-width: 768px) {
  .halo-policies-block.style-2 .row .policies-content .title {
    font-size: 14px;
    color: #000000;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 28px;
  }
}

@media (max-width: 992px) and (min-width: 768px) {
  .halo-block-slideshow .row {
    margin: 0 -5px;
  }
  .halo-block-slideshow .slide-item .title {
    font-size: 45px;
    padding-top: 0px;
    margin-bottom: 27px;
  }
  .halo-block-slideshow .slide-item .desc {
    max-width: 360px;
  }
  .halo-block-slideshow .slide-item .wrapper-button {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .halo-block-slideshow .slide-item .wrapper-button .button {
    max-width: 170px;
  }
  .halo-block-slideshow.style-1 .slick-dots {
    top: 0px;
  }
}

@media (max-width: 991px) {
  .halo-policies-block .row {
    margin: 0 -5px;
  }
  .halo-policies-block.style-2 .halo-row--swipe-policies {
    white-space: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    padding: 0 15px;
    margin-left: -5px;
    margin-right: -5px;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .halo-tab-category .row {
    margin: 0 -10px;
  }
  .halo-tab-category .row.column-5 .halo-row-item {
    width: 50%;
  }
  .halo-tab-category .content {
    width: 100%;
    max-width: 100%;
  }
  .halo-spotlights .row {
    white-space: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .halo-block-product-tab .nav-tabs .nav-link {
    max-width: 160px;
    padding: 6px 0;
    margin-right: 5px;
  }
  .halo-block-slideshow.halo-block-slideshow-2 .slick-dots {
    margin-top: 15px;
  }
  .halo-block-product-tab .slick-dots {
    margin-top: -10px;
  }
  .halo-block-instagram .slick-dots {
    margin-top: 20px;
  }
}

@media (max-width: 767px) {
  .halo-policies-block .halo-row--swipe-policies {
    padding: 0;
    margin-left: -5px;
    margin-right: -5px;
  }
  .halo-policies-block .wrapper-policies-content {
    text-align: left !important;
    padding: 15px;
    margin: 0 auto;
  }
  .halo-policies-block .wrapper-policies-content .policies-content .title {
    font-size: 16px;
    margin-bottom: 0;
  }
  .halo-policies-block .wrapper-policies-content .policies-content .desc {
    font-size: 13px;
  }
  .halo-policies-block.style-2 .halo-row--swipe-policies {
    margin-left: -5px;
    margin-right: -5px;
  }
  .halo-policies-block.halo-policies-block-2 .row .policies-content .title {
    font-size: 16px;
  }
  .halo-block-slideshow .slide-item .title {
    font-size: 50px;
    padding-top: 4px;
    margin-bottom: 28px;
  }
  .halo-block-slideshow .slide-item .desc {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    padding-bottom: 0;
  }
  .halo-block-slideshow .slide-item .wrapper-button {
    margin-top: 300px;
  }
  .halo-custom-text {
    margin-top: 30px;
  }
  .halo-tab-category {
    margin-top: 30px;
    margin-bottom: 20px;
  }
  .halo-tab-category .content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 200px;
  }
  .halo-tab-category .content .icon {
    width: 100%;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .halo-tab-category .row {
    margin: 0 -10px;
  }
  .halo-block-instagram {
    margin-top: 30px;
    margin-bottom: 20px;
  }
  .halo-block-instagram .halo-block-header .title {
    margin-top: 18px;
  }
  .halo-block-instagram .halo-block-content .row {
    margin: 0 -10px;
  }
  .halo-block-instagram .halo-block-navigation {
    padding-top: 15px;
    padding-bottom: 20px;
  }
  .halo-block-instagram .slick-dots {
    margin-top: 25px;
  }
  .halo-product .row {
    margin: 0px -10px;
  }
  .halo-block-product-tab .nav-tabs {
    margin-bottom: 22px;
    margin-top: 10px;
  }
  .halo-spotlights .row {
    margin: 0 -10px;
  }
  .quickSearchProduct .search-block-title {
    padding-left: 0 !important;
  }
  .halo-sidebar_menu .nav-currency-language .wrapper-currencies {
    font-size: 12px;
  }
}

@media (max-width: 340px) {
  .halo-custom-text .content .title {
    font-size: 35px;
  }
  .halo-policies-block.style-2 .row .policies-content .title {
    font-size: 15px;
  }
}

@media (min-width: 768px) {
  .halo-tab-category .content:hover {
    -webkit-box-shadow: 5px 9px 20px #00000026;
    box-shadow: 5px 9px 20px #00000026;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .halo-tab-category .content .img-box {
    width: 120px;
  }
  .halo-tab-category .content .link {
    width: calc(100% - 120px);
  }
  .halo-banner .halo-block-header {
    margin-top: 56px;
  }
  .halo-product .halo-block-header {
    margin-top: 56px;
  }
}

@media (min-width: 1025px) {
  .halo-block-slideshow .slick-dots {
    bottom: 48px;
  }
}
/*# sourceMappingURL=demo-2.css.map */
.header-2 {
  background: #ffffff;
}

.header-2 .header-top {
  background-color: #000000;
  padding: 0;
}

.header-2 .header-top .container {
  padding-right: 0;
  padding-left: 0;
}

.header-2 .header-top .header-language_currency {
  position: absolute;
  right: 40px;
  top: 35px;
  width: 100%;
  max-width: 212px;
  background-color: #ffffff;
  z-index: 99;
  padding-bottom: 2px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-box-shadow: 0 5px 7px rgba(0, 0, 0, 0.15);
  box-shadow: 0 5px 7px rgba(0, 0, 0, 0.15);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 0;
  margin: 0;
  display: block;
  cursor: pointer;
}

.header-2 .header-top .header-language_currency .down-icon svg {
  position: relative;
  top: -6px;
}

.header-2 .header-top .header-language_currency .text {
  font-size: 14px;
  letter-spacing: 0;
  font-weight: 500;
}

.header-2 .header-top .header-language_currency.open {
  display: block;
  top: 45px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  opacity: 1;
  visibility: visible;
}

.header-2 .header-top .header-language_currency .halo-language svg {
  width: 16px;
  height: 16px;
}

.header-2
  .header-top
  .header-language_currency
  .halo-language
  .localization-form
  .disclosure__link {
  padding: 0 6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 2px;
}

.header-2
  .header-top
  .header-language_currency
  .halo-language
  .localization-form
  .disclosure__link
  .icon {
  margin-right: 2px;
}

.header-2
  .header-top
  .header-language_currency
  .halo-language
  .dropdown-language {
  padding: 0 11px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.header-2
  .header-top
  .header-language_currency
  .halo-language
  .dropdown-language.show {
  top: 100%;
  left: 0;
}

.header-2
  .header-top
  .header-language_currency
  .halo-language
  .dropdown-language
  .currency-menu
  .currency-item.text {
  font-size: 14px;
  letter-spacing: 0.05em;
  font-weight: 500;
  padding-left: 0;
  margin-bottom: 6px;
}

.header-2
  .header-top
  .header-language_currency
  .halo-language
  .dropdown-language
  .currency-menu
  .currency-item
  .text {
  line-height: 21px;
}

.header-2 .header-top .header-language_currency .halo-language .disclosure {
  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;
  position: relative;
}

.header-2
  .header-top
  .header-language_currency
  .halo-language
  .disclosure::before {
  content: "";
  width: 1px;
  height: 15px;
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: #e6e6e6;
}

.header-2
  .header-top
  .header-language_currency
  .halo-language
  .disclosure
  .text {
  margin-right: 6px;
}

.header-2
  .header-top
  .header-language_currency
  .halo-language
  .disclosure
  .disclosure__list
  .disclosure__item.text {
  font-size: 14px;
  letter-spacing: 0.05em;
  font-weight: 500;
  padding-left: 0;
  margin-bottom: 6px;
}

.header-2
  .header-top
  .header-language_currency
  .halo-language
  .disclosure
  .disclosure__list
  .disclosure__item
  .disclosure__link
  .text {
  line-height: 21px;
}

.header-2
  .header-top
  .header-language_currency
  .halo-currency
  .btn-group
  .icon {
  top: 0;
}

.header-2 .header-top .header-language_currency .halo-currency .down-icon svg {
  position: relative;
  top: -5px;
}

.header-2
  .header-top
  .header-language_currency
  .halo-currency
  .currency-menu
  .icon {
  width: 18px;
  height: 18px;
  margin-right: 9px;
}

.header-2 .header-top .header-language_currency .halo-currency .currency-item {
  padding: 3px 15px;
}

.header-2 .header-top .header-language_currency .halo-currency .text {
  margin: 0 3px 0 0;
  position: relative;
  top: -1px;
}

.header-2 .header-top .header-language_currency .halo-currency .halo-dropdown {
  -webkit-box-shadow: 0 5px 7px #00000026;
  box-shadow: 0 5px 7px #00000026;
  width: calc(100% + 6px);
  margin-left: -5px;
}

.header-2
  .header-top
  .header-language_currency
  .halo-currency
  .halo-dropdown.show {
  top: 100%;
  left: 0;
}

.header-2
  .header-top
  .header-language_currency
  .halo-currency
  .wrapper-currency {
  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;
}

.header-2 .header-top .header-language_currency .halo-currency,
.header-2 .header-top .header-language_currency .halo-language {
  margin: 0;
  padding: 0;
  width: 100%;
  max-width: 103px;
}

.header-2 .header-top .header-top-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header-2 .header-top .header-top-wrapper .content-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header-2 .header-top .header-top-wrapper .content-left .header__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 0;
  font-size: 0;
}

.header-2
  .header-top
  .header-top-wrapper
  .content-left
  .header__list
  li.separation {
  display: block;
  width: 1px;
  height: 30px;
  line-height: 30px;
  padding: 0.5px;
  background-color: #4d4d4d;
}

.header-2
  .header-top
  .header-top-wrapper
  .content-left
  .header__list
  li.is-active {
  background: #ffffff;
}

.header-2 .header-top .header-top-wrapper .content-left .header__list li:hover {
  background: #ffffff;
}

.header-2
  .header-top
  .header-top-wrapper
  .content-left
  .header__list
  li:hover
  .text {
  color: #000000;
}

.header-2 .header-top .header-top-wrapper .content-left .link {
  font-size: 16px;
  font-weight: 700;
  color: #000000;
  letter-spacing: 0;
}

.header-2 .header-top .header-top-wrapper .content-left .link.gentleman {
  font-family: "Oswald", sans-serif;
}

.header-2 .header-top .header-top-wrapper .content-left .link.Bell-Doll {
  font-family: "Playfair Display", serif;
}

.header-2 .header-top .header-top-wrapper .content-left .link.logo {
  padding: 23px 24px 22px;
}

.header-2 .header-top .header-top-wrapper .content-left .link.logo img {
  max-width: 40px;
}

.header-2 .header-top .header-top-wrapper .content-left a {
  padding: 16px 24px;
}

.header-2 .header-top .header-top-wrapper .content-left a.logo-text {
  font-size: 20px;
  background-color: #ffffff;
  color: #000000;
  font-weight: 700;
  letter-spacing: 0;
}

.header-2 .header-top .header-top-wrapper .content-left .text {
  color: #ffffff;
  position: relative;
}

.header-2
  .header-top
  .header-top-wrapper
  .content-left
  .hidde-before
  .text::before {
  width: 0;
  height: 0;
}

.header-2 .header-top .header-top-wrapper .content-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  padding-right: 30px;
}

.header-2 .header-top .header-top-wrapper .content-right .customer-links svg,
.header-2 .header-top .header-top-wrapper .content-right .nav-wishlist svg,
.header-2 .header-top .header-top-wrapper .content-right .cart svg,
.header-2 .header-top .header-top-wrapper .content-right .live-help svg {
  width: 20px;
  height: 20px;
  margin-right: 20px;
  cursor: pointer;
  fill: #ffffff;
}

.header-2 .header-top .header-top-wrapper .content-right .cus-ser-text {
  font-size: 14px;
  font-weight: 400;
  margin-right: 68px;
}

.header-2 .header-top .header-top-wrapper .content-right .cus-ser-text a {
  color: #ffffff;
}

.header-2
  .header-top
  .header-top-wrapper
  .content-right
  .cus-ser-text
  .underline {
  text-decoration: underline;
  text-underline-offset: 0.2rem;
}

.header-2 .header-top .header-top-wrapper .content-right .nav-wishlist,
.header-2 .header-top .header-top-wrapper .content-right .cart {
  position: relative;
}

.header-2
  .header-top
  .header-top-wrapper
  .content-right
  .nav-wishlist
  .wishlist-quantity,
.header-2
  .header-top
  .header-top-wrapper
  .content-right
  .cart
  .wishlist-quantity {
  position: absolute;
  top: -7px;
  right: 7px;
  width: 22px;
  height: 22px;
  background-color: #ffffff;
  border-radius: 50%;
  z-index: 99;
  text-align: center;
  color: #000000;
}

.header-2
  .header-top
  .header-top-wrapper
  .content-right
  .cart
  .wishlist-quantity {
  right: 9px;
}

.header-2 .header-top .wishlist-quantity .text {
  position: relative;
  top: -3px;
  font-size: 14px;
}

.header-2 .header-top .global {
  cursor: pointer;
}

.header-2 .header-top .live-help .button-3 {
  text-transform: capitalize;
}

.header-2 .header-top .live-help .button-3 svg {
  margin-right: 14px !important;
}

.header-2 .header-top .live-help .button-3:hover svg {
  fill: #000000;
  stroke: #000000;
}

.header-2 .header-bottom {
  background-color: #ffffff;
  position: relative;
  -webkit-box-shadow: 0 1px 6px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 6px 1px rgba(0, 0, 0, 0.05);
}

.header-2 .header-bottom .header-bottom--wrapper {
  padding: 0px 15px;
}

.header-2 .header-bottom .menu-dropdown {
  border-top: 1px solid #e0e0e1;
  padding: 30px 0 2px;
}

.header-2 .header-bottom .menu-lv-1:hover > a:hover {
  color: #000000;
}

.header-2 .header-bottom .quickSearchProduct .search-block-title {
  padding-left: 135px;
}

.header-2 .header-bottom .product-card .product-card-bottom {
  padding: 11px 0px 0px;
}

.header-2 .header-bottom .product-card .card-swatch {
  margin: 4px 0;
}

.header-2 .header-bottom .product-card .card-swatch .swatch-label {
  width: 24px !important;
  height: 24px !important;
}

.header-2 .header-bottom .menu-lv-1__action {
  font-size: 14px !important;
}

.header-2 .header-bottom .custom-magamenu-1 .hola-row-item-left {
  padding-left: 160px;
  padding-top: 20px;
}

.header-2 .header-bottom .wrapper-mega-banner-style-2::before {
  content: " ";
  width: 300%;
  height: 100%;
  position: absolute;
  left: -100%;
  bottom: 0;
  z-index: -1;
  background-color: transparent;
  border-top: 1px solid #e6e6e6;
  margin-bottom: 1px;
}

.header-2 .header-bottom .header-bottom--wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
}

.header-2 .header-bottom .header__inline-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header-2 .header-bottom .menu-lv-1__action {
  color: #202020;
  padding: 21px 20px 21px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0;
}

.header-2 .header-bottom .megamenu_style_3 .wrapper-mega-banner .col-brands {
  padding-top: 9px;
}

.header-2
  .header-bottom
  .megamenu_style_3
  .wrapper-mega-banner
  .col-brands
  .title {
  font-size: 16px;
  font-weight: 400;
  color: #232323;
  margin-bottom: 12px;
  letter-spacing: 0.05em;
}

.header-2
  .header-bottom
  .megamenu_style_3
  .wrapper-mega-banner
  .col-brands
  .azbrandstable
  li {
  line-height: 0;
}

.header-2
  .header-bottom
  .megamenu_style_3
  .wrapper-mega-banner
  .col-brands
  .link-brands {
  margin-top: 3px;
  font-size: 14px;
  color: #202020;
}

.header-2
  .header-bottom
  .megamenu_style_3
  .wrapper-mega-banner
  .halo-col-product
  .text-center
  .sub-title {
  font-size: 16px;
}

.header-2
  .header-bottom
  .megamenu_style_3
  .wrapper-mega-banner
  .halo-col-product
  .text-center
  .link {
  font-size: 16px;
}

.header-2 .header-bottom .search-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header-2 .header-bottom .logo-home {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 52px;
}

.header-2 .header-bottom .logo-home .img-box {
  width: 68px;
}

.header-2 .header-bottom .logo-home .img-box img {
  width: 68px;
  height: auto;
}

.header-2 .header-bottom .header-search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  max-width: 270px;
  position: static;
}

.header-2 .header-bottom .header-search .product-card .card-price {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.header-2
  .header-bottom
  .header-search
  .quickSearchResultsWrap
  .search-block-title
  .text {
  font-weight: 600;
  letter-spacing: 0.02em;
  color: #202020;
  font-size: 18px;
}

.header-2
  .header-bottom
  .header-search
  .quickSearchResultsWrap
  .wrapper-quickSearchResult
  .row {
  margin: 0 -15px;
}

.header-2 .header-bottom .header-search .search-bar {
  border: none;
}

.header-2 .header-bottom .header-search .search-bar .input-group-field {
  color: #828282;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0;
  padding: 9px 0 9px 14px;
  width: 230px;
  background-color: #ffffff;
  border: 1px solid #ececec;
}

.header-2 .header-bottom .header-search .search-bar .icon-search {
  width: 40px;
  height: 40px;
  background-color: #202020;
  border: 1px solid #202020;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0;
}

.header-2 .header-bottom .header-search .search-bar .icon-search svg {
  width: 20px;
  height: 20px;
}

.header-2 .header-bottom .header-search .quickSearchResultsWrap {
  display: block;
  position: absolute;
  width: 100%;
  top: 0;
  padding: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  right: auto;
  visibility: hidden;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.header-2
  .header-bottom
  .header-search
  .quickSearchResultsWrap
  .header-search__trending {
  padding: 0 140px;
  position: relative;
}

.header-2
  .header-bottom
  .header-search
  .quickSearchResultsWrap
  .header-search__trending
  .title {
  font-size: 18px;
  letter-spacing: 0.02em;
  color: #202020;
  font-weight: 600;
  margin: 28px 0 16px 0;
}

.header-2
  .header-bottom
  .header-search
  .quickSearchResultsWrap
  .header-search__trending
  .title
  .halo-search-close {
  position: absolute;
  right: 0;
}

.header-2
  .header-bottom
  .header-search
  .quickSearchResultsWrap
  .header-search__trending
  .title
  .halo-search-close
  svg {
  width: 17px;
  height: 17px;
}

.header-2
  .header-bottom
  .header-search
  .quickSearchResultsWrap
  .header-search__trending
  .list-item
  .item {
  border: 1px solid #808080;
  background-color: #ffffff;
  margin-right: 16px;
}

.header-2
  .header-bottom
  .header-search
  .quickSearchResultsWrap
  .header-search__trending
  .list-item
  .item:hover {
  background-color: #f5f5f5;
}

.header-2
  .header-bottom
  .header-search
  .quickSearchResultsWrap
  .header-search__trending
  .list-item
  .item
  .link {
  background-color: #ffffff;
  padding: 8px 10px 8px 7px;
}

.header-2
  .header-bottom
  .header-search
  .quickSearchResultsWrap
  .header-search__trending
  .list-item
  .item
  .link:hover {
  background-color: #f5f5f5;
}

.header-2
  .header-bottom
  .header-search
  .quickSearchResultsWrap
  .header-search__trending
  .list-item
  .item
  .link
  .text {
  display: block;
  margin: 0 0 0 4px;
  color: #202020;
  font-weight: 400;
}

.header-2
  .header-bottom
  .header-search
  .quickSearchResultsWrap
  .header-search__trending
  .list-item
  .item
  .link
  svg {
  fill: #000000;
  stroke: #000000;
  margin-left: 14px;
}

.header-2
  .header-bottom
  .header-search
  .quickSearchResultsWrap
  .quickSearchResult {
  position: relative;
}

.header-2
  .header-bottom
  .header-search
  .quickSearchResultsWrap
  .quickSearchResult
  .halo-sidebar-close {
  position: absolute;
  top: -25px;
  right: 15px;
}

.header-2
  .header-bottom
  .header-search
  .quickSearchResultsWrap
  .quickSearchResult
  .halo-sidebar-close
  svg {
  position: relative;
  top: 5px;
  width: 20px;
  height: 20px;
  fill: #000000;
  margin-left: 5px;
}

.header-2
  .header-bottom
  .header-search
  .quickSearchResultsWrap
  .quickSearchProduct
  .halo-product-block {
  margin-top: 11px;
}

.header-2
  .header-bottom
  .header-search
  .quickSearchResultsWrap
  .search-block-title {
  border-bottom: none;
  padding-bottom: 0;
  margin: 42px 0 0 0;
  padding-left: 140px;
}

.header-2 .header-bottom .header-search .quickSearchResultsWrap.show {
  top: 65px;
  z-index: 9;
  visibility: visible;
  pointer-events: auto;
}

.header-2
  .header-bottom
  .header-search
  .quickSearchResultsWrap
  .search-keywords {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #f8f8f8;
  padding: 31px 0;
}

.header-2
  .header-bottom
  .header-search
  .quickSearchResultsWrap
  .search-keywords
  #keywords {
  border: 1px solid #f8f8f8;
  background-color: #f8f8f8;
  font-size: 30px;
  font-weight: 400;
  color: #bcbcbc;
  width: 705px;
}

.header-2
  .header-bottom
  .header-search
  .quickSearchResultsWrap
  .search-keywords
  .icon-search-keywords {
  border: 1px solid #f8f8f8;
  background-color: #f8f8f8;
}

.header-2
  .header-bottom
  .header-search
  .quickSearchResultsWrap
  .search-keywords
  .icon-search-keywords
  svg {
  fill: #202020;
  width: 30px;
  height: 30px;
}

.header-2 .header-bottom .header-search .product-item:nth-child(n + 5) {
  margin-top: 0;
}

.header-2 .header-bottom .product-card .card-swatch .swatch-label {
  width: 20px;
  height: 20px;
}

.header-2 .header-bottom .product-card .card-price {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
}

.header-2 .header-bottom .container-header-style-3 {
  margin-top: 35px;
}

.header-2 .header-bottom .container-header-style-3 .row {
  padding-right: 100px;
}

.header-2 .header-bottom .container-header-style-3 .product-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header-2 .header-bottom .container-header-style-3 .product-card img {
  width: 128px;
  height: auto;
  margin-right: 6px;
}

.header-2 .header-bottom .row-header-product {
  padding-top: 20px;
}

.header-2 .header-bottom .row-header-product .image-adapt img {
  width: 170px;
  height: 255px;
}

.header-2 .header-bottom .megamenu_style_2 .site-nav {
  margin-bottom: 0;
}

.header-2 .header-bottom .megamenu_style_2 .row-style_2 {
  margin: 0 10px;
  padding-right: 140px;
}

.header-2 .header-bottom .megamenu_style_2 .row-style_2 .banner-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.header-2 .header-bottom .megamenu_style_2 .img-box {
  position: relative;
}

.header-2 .header-bottom .megamenu_style_3 .custom-shop {
  margin-top: 24px;
  padding-top: 1px;
}

.header-2 .header-bottom .megamenu_style_3 .wrapper-mega-banner {
  bottom: -5px;
  display: block;
}

.header-2
  .header-bottom
  .megamenu_style_3
  .wrapper-mega-banner
  .halo-col-product {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header-2
  .header-bottom
  .megamenu_style_3
  .wrapper-mega-banner
  .halo-col-product
  .img-box {
  width: 100%;
  max-width: 192px;
}

.header-2
  .header-bottom
  .megamenu_style_3
  .wrapper-mega-banner
  .halo-col-product
  .text-center {
  width: 100%;
  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;
}

.header-2
  .header-bottom
  .megamenu_style_3
  .wrapper-mega-banner
  .halo-col-product
  .text-center
  .sub-title {
  font-size: 16px;
  font-weight: 400;
  color: #202020;
  margin-bottom: 10px;
}

.header-2
  .header-bottom
  .megamenu_style_3
  .wrapper-mega-banner
  .halo-col-product
  .text-center
  .line {
  width: 60px;
  height: 1px;
  background-color: #202020;
  margin: 0 auto;
}

.header-2
  .header-bottom
  .megamenu_style_3
  .wrapper-mega-banner
  .halo-col-product
  .text-center
  .title {
  font-size: 40px;
  line-height: 60px;
  letter-spacing: 0.1em;
  color: #202020;
  font-weight: 400;
  margin-top: 16px;
  margin-bottom: 5px;
}

.header-2
  .header-bottom
  .megamenu_style_3
  .wrapper-mega-banner
  .halo-col-product
  .text-center
  .link {
  font-size: 14px;
  font-weight: 400;
  color: #202020;
}

.header-2 .header-bottom .megamenu_style_3 .wrapper-mega-banner::before {
  background-color: transparent;
  border-top: 1px solid #e6e6e6;
  margin-bottom: 1px;
}

.header-2 .header-bottom .megamenu_style_3 .wrapper-mega-banner .row {
  margin: 0 -5px;
}

.header-2 .header-bottom .megamenu_style_3 .wrapper-mega-banner .col-brands {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 65px;
}

.header-2 .header-bottom .megamenu-3 .halo-row-item {
  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;
}

.header-2 .header-bottom .megamenu-style-menu4 .megamenu_style_2 .site-nav {
  margin-bottom: 0;
}

.header-2 .header-mobile .header-mobile--top {
  background: #000000;
}

.header-2 .header-mobile .header-mobile--top .header__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 0;
  font-size: 0;
  margin-right: 0px;
}

.header-2 .header-mobile .header-mobile--top .header__list li.separation {
  display: block;
  width: 1px;
  height: 30px;
  line-height: 30px;
  padding: 0.5px;
  background-color: #4d4d4d;
}

.header-2 .header-mobile .header-mobile--top .header__list li.is-active {
  background: #ffffff;
}

.header-2 .header-mobile .header-mobile--top .link {
  font-size: 16px;
  font-weight: 700;
  color: #000000;
  letter-spacing: 0;
}

.header-2 .header-mobile .header-mobile--top .link.gentleman {
  font-family: "Oswald", sans-serif;
}

.header-2 .header-mobile .header-mobile--top .link.Bell-Doll {
  font-family: "Playfair Display", serif;
}

.header-2 .header-mobile .header-mobile--top .link.logo {
  padding: 15px;
}

.header-2 .header-mobile .header-mobile--top .link.logo img {
  max-width: 40px;
}

.header-2 .header-mobile .header-mobile--top a {
  padding: 8px 24px 9px;
}

.header-2 .header-mobile .header-mobile--top a.logo-text {
  font-size: 20px;
  background-color: #ffffff;
  color: #000000;
  font-weight: 700;
  letter-spacing: 0;
}

.header-2 .header-mobile .header-mobile--top .text {
  color: #ffffff;
  position: relative;
}

.header-2 .header-mobile .header-mobile--wrapper {
  padding: 5px 0px;
}

.header-2
  .header-mobile
  .header__iconItem
  .header__icon--cart
  .cart-count-bubble {
  background-color: #000000;
}

@media (max-width: 1200px) {
  .header-2 .header-bottom .header-search__form {
    display: none;
  }
}

@media (max-width: 1024px) {
  .header-2 .header-top .content-right {
    display: none;
  }
  .header-2 .header-bottom {
    display: none;
  }
  .header-2 .header-mobile--center {
    margin-left: 35px;
  }
}

@media (max-width: 992px) {
  .header-2 .content-left .text.logo {
    position: relative;
    top: 1px;
  }
}

@media (max-width: 767px) {
  .header-2 .header-top .content-left {
    white-space: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: block;
  }
  .header-2 .header-top .content-left .text {
    display: inline-block;
  }
  .header-2 .header-top .content-left .text.logo {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    height: 65px;
  }
  .header-2 .header-mobile {
    width: 100%;
  }
  .header-2 .header-mobile .header-mobile--left {
    width: 50%;
  }
  .header-2 .header-mobile .header-mobile--right {
    width: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-evenly;
  }
}

@media (min-width: 1600px) {
  .header-2 .header-bottom .header-bottom--wrapper {
    padding: 0px 30px;
  }
}
/*# sourceMappingURL=header-2.css.map */
.footer-2 {
  background-color: #ffffff;
  color: #000000;
}

.footer-2 .halo-row-item {
  padding: 0;
}

.footer-2
  .newsletter-form
  .newsletter-form__field-wrapper
  .newsletter-form__button {
  height: 50px;
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 0;
}

.footer-2 .footer-top {
  background-color: #f7f7f7;
  padding: 57px 0 41px;
}

.footer-2 .footer-top .link {
  line-height: 34px;
}

.footer-2 .footer-top .contact-info .contact-store a {
  color: #000000 !important;
}

.footer-2 .footer-top .footer-block-newsletter {
  margin-left: 105px;
}

.footer-2 .footer-top .contact-address {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0;
  color: #000000;
  line-height: 24px;
}

.footer-2 .footer-top .contact-store {
  margin-top: -2px;
}

.footer-2 .footer-bottom {
  padding-top: 20px;
  padding-bottom: 38px;
  border-top: none;
}

.footer-2 .footer-bottom .col-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding-right: 40px;
}

.footer-2 .footer-bottom .halo-row-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-2 .footer-bottom .copyright__content {
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  color: #000000;
  letter-spacing: 0;
}

.footer-2 .footer-block__heading {
  font-size: 18px;
  letter-spacing: 0;
  font-weight: 800;
  padding-bottom: 6px;
  line-height: 28px;
  color: #000000;
}

.footer-2 .list-unstyled {
  margin-bottom: 5px;
}

.footer-2 .list-social {
  max-height: inherit;
  margin-top: 25px;
}

.footer-2 .desc {
  margin-top: 2px;
}

.footer-2 .footer-block__newsletter-form {
  margin-top: 6px;
  max-width: 100%;
}

.footer-2 .footer-block__newsletter-form .field__input {
  padding: 13px 18px;
  max-width: 320px;
  background: #ffffff;
  color: #646464;
  border: 1px solid #555555;
  height: 50px;
}

.footer-2 .newsletter-form .newsletter-form__field-wrapper {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
}

.footer-2
  .newsletter-form
  .newsletter-form__field-wrapper
  .newsletter-form__button {
  width: 126px;
  min-width: 126px;
}

.footer-2 .footer-block__list-social {
  margin-top: 8px;
}

.footer-2 .newsletter-form .newsletter-form__field-wrapper .field {
  margin-right: 5px;
  width: 320px;
  max-width: 320px;
}

.footer-2 .list-unstyled li {
  margin-bottom: 0;
}

.footer-2 .list-unstyled.list-social {
  margin-bottom: 34px;
}

.footer-2 .list-unstyled.list-social .list-social__link {
  background: none;
  border: none;
  padding: 0;
}

.footer-2 .list-unstyled.list-social .list-social__link::before {
  display: none;
}

.footer-2 .list-unstyled.list-social .list-social__link:hover {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.footer-2 .list-unstyled.list-social .list-social__link svg {
  width: 24px;
  height: 24px;
  margin-right: 13px;
}

.footer-2 #ContactFooter {
  width: 100%;
}

@media (max-width: 1024px) {
  .footer-2 .row {
    margin: 0 -2px;
  }
  .footer-2 .footer-top .footer-block-newsletter {
    margin-left: 0;
  }
}

@media (max-width: 992px) {
  .footer-2 .footer-bottom .col-left {
    padding-right: 0;
    padding-top: 10px;
  }
}

@media (max-width: 767px) {
  .footer-2 .footer-top .footer-block__heading::before,
  .footer-2 .footer-top .footer-block__heading::after {
    background-color: #000000;
  }
  .footer-2 .footer-top .footer-block__heading.block-heading_custom {
    margin-bottom: 0;
    padding-bottom: 0;
  }
  .footer-2 .footer-top .footer-col-left .row {
    margin: 0;
  }
  .footer-2 .footer-top .footer-block-newsletter .desc {
    margin-bottom: 10px;
    margin-top: 15px;
  }
  .footer-2 .footer-top .contact-address {
    line-height: 32px;
  }
  .footer-2 .footer-top .contact-store {
    margin-bottom: 15px;
  }
  .footer-2 .footer-block__list-social {
    margin-top: -16px;
  }
}

@media (max-width: 551px) {
  .footer-2 .newsletter-form .newsletter-form__field-wrapper .field {
    width: 100%;
    max-width: 100%;
  }
  .footer-2
    .newsletter-form
    .newsletter-form__field-wrapper
    .field
    .field__input {
    max-width: 100%;
  }
}
/*# sourceMappingURL=footer-2.css.map */
body.edit-cart-show .background-overlay-popup {
  background-color: rgba(35, 35, 35, 0.8) !important;
}

.page-cart {
  padding-bottom: 50px;
}

.page-cart .haloCalculatorShipping {
  padding: 0;
}

.page-cart .haloCalculatorShipping .progress-meter {
  background-color: #f44336 important;
}

.page-cart .haloCalculatorShipping .message {
  color: #3c3c3c;
}

.page-cart .cart-countdown {
  background-color: #fbf8e5;
  padding: 13px 15px;
  margin-top: 22px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.page-cart .cart-countdown .icon {
  display: block;
  width: 24px;
  height: 24px;
  margin: 0 10px 0 0;
  fill: currentColor;
  stroke: currentColor;
  color: #9d8766;
}

.page-cart .cart-countdown .count_down {
  color: #9d8766;
}

.page-cart .cart-countdown #time {
  font-weight: bold;
}

.page-cart .cart-page-wrapper {
  margin-top: 35px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: minmax(800px, 1fr) 1fr;
  grid-template-columns: minmax(800px, 1fr) 1fr;
  width: 100%;
}

.page-cart .cart-page-wrapper .cart-items .cart-rowHeading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #fafafa;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 16px 0 16px 18px;
}

.page-cart .cart-page-wrapper .cart-items .cart-rowHeading .cart-rowItem {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #232323;
  margin-bottom: 0;
  cursor: pointer;
}

.page-cart .cart-page-wrapper .cart-items .cart-rowHeading .cart-product {
  padding-right: 41.5%;
}

.page-cart .cart-page-wrapper .cart-items .cart-rowHeading .cart-price {
  padding-right: 14.45%;
}

.page-cart .cart-page-wrapper .cart-items .cart-rowHeading .cart-qty {
  padding-right: 12.8%;
}

.page-cart .cart-page-wrapper .cart-items .previewCartItem {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 15.125% 35.45% 14.125% 22.5% 7% auto;
  grid-template-columns: 15.125% 35.45% 14.125% 22.5% 7% auto;
  border: 1px solid #e6e6e6;
  padding: 25px;
  margin-top: 10px;
}

.page-cart .cart-page-wrapper .cart-items .previewWishlistItem {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 15.125% 35.45% 14.125% 22.5% 7% auto;
  grid-template-columns: auto;
  border: 1px solid #e6e6e6;
  padding: 25px;
  margin-top: 10px;
  width: 30%;
}

.page-cart
  .cart-page-wrapper
  .cart-items
  .previewCartItem
  .previewCartItem-image {
  width: 90px;
  height: 120px;
}

.page-cart
  .cart-page-wrapper
  .cart-items
  .previewCartItem
  .previewCartItem-image
  img {
  width: 100%;
  height: 100%;
}

.page-cart
  .cart-page-wrapper
  .cart-items
  .previewCartItem
  .previewCartItem-content {
  width: 100%;
  max-width: 210px;
  font-size: 12px;
  letter-spacing: 0.02em;
  line-height: 20px;
  font-weight: 400;
  padding-top: 5px;
}

.page-cart
  .cart-page-wrapper
  .cart-items
  .previewCartItem
  .previewCartItem-content
  a {
  color: #232323;
}

.page-cart
  .cart-page-wrapper
  .cart-items
  .previewCartItem
  .previewCartItem-content
  .previewCartItem-options {
  line-height: 25px;
  color: #969696;
  margin-top: 8px;
}

.page-cart
  .cart-page-wrapper
  .cart-items
  .previewCartItem
  .previewCartItem-content
  .previewCartItem-options
  svg {
  fill: #969696;
  width: 16px;
  height: 16px;
  margin-left: 8px;
  position: relative;
  top: -4px;
}

.page-cart
  .cart-page-wrapper
  .cart-items
  .previewCartItem
  .previewCartItem-content
  .previewCartItem-options
  svg:hover {
  fill: #232323;
}

.page-cart
  .cart-page-wrapper
  .cart-items
  .previewCartItem
  .previewCartItem-content
  .card-vendor {
  margin-top: 3px;
}

.page-cart
  .cart-page-wrapper
  .cart-items
  .previewCartItem
  .previewCartItem-content
  .card-vendor
  a {
  color: #969696;
}

.page-cart
  .cart-page-wrapper
  .cart-items
  .previewCartItem
  .previewCartItem-price {
  font-size: 14px;
  font-weight: 500;
  color: #232323;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.page-cart .cart-page-wrapper .cart-items .previewCartItem .quantity {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.page-cart
  .cart-page-wrapper
  .cart-items
  .previewCartItem
  .quantity
  .previewCartItem-qty {
  width: 110px;
  margin-top: 0;
}

.page-cart .cart-page-wrapper .cart-items .previewCartItem .previewCartTotals {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px;
  font-weight: 600;
}

.page-cart
  .cart-page-wrapper
  .cart-items
  .previewCartItem
  .previewCartItem-remove {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: 27px;
}

.page-cart
  .cart-page-wrapper
  .cart-items
  .previewCartItem
  .previewCartItem-remove
  svg {
  width: 16px;
  height: 16px;
}

.page-cart .cart-page-wrapper .cart-items .gift-card-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 26px;
}

.page-cart .cart-page-wrapper .cart-items .gift-card-container .gift-card {
  position: relative;
  top: -3px;
}

.page-cart .cart-page-wrapper .cart-items .gift-card-container .gift-card svg {
  width: 18px;
  height: 18px;
  margin-right: 12px;
}

.page-cart .cart-page-wrapper .cart-items .gift-card-container .button {
  padding: 5px 0px;
  text-align: center;
  min-width: 52px;
  font-weight: 600;
  letter-spacing: 0.02em;
}

.page-cart .cart-page-wrapper .cart-items .gift-card-container .content-gift {
  line-height: 25px;
  color: #464646;
  margin-right: 10px;
}

.page-cart
  .cart-page-wrapper
  .cart-items
  .gift-card-container
  .content-gift
  .only {
  font-weight: 600;
}

.page-cart .cart-page-wrapper .cart-items .cart-note {
  margin-top: 24px;
}

.page-cart .cart-page-wrapper .cart-items .cart-note label {
  font-weight: 600;
}

.page-cart .cart-page-wrapper .cart-items .cart-note .form-input,
.page-cart .cart-page-wrapper .cart-items .cart-note .field__input {
  max-width: 618px;
  min-height: 97px;
  border: none;
  -webkit-box-shadow: 0 0 0 0.1rem #c7c7c7 !important;
  box-shadow: 0 0 0 0.1rem #c7c7c7 !important;
  padding: 9px 0 0 11px;
}

.page-cart
  .cart-page-wrapper
  .cart-items
  .cart-note
  ::-webkit-input-placeholder {
  color: #3c3c3c;
}

.page-cart
  .cart-page-wrapper
  .cart-items
  .cart-securityImage
  .security-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 25px;
}

.page-cart
  .cart-page-wrapper
  .cart-items
  .cart-securityImage
  .security-content
  svg {
  width: 22px;
  height: 22px;
  margin-right: 4px;
}

.page-cart
  .cart-page-wrapper
  .cart-items
  .cart-securityImage
  .security-content
  .desc {
  color: #3c3c3c;
  line-height: 18px;
}

.page-cart .cart-page-wrapper .cart-items .cart-securityImage .list-unstyled {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 15px;
}

.page-cart
  .cart-page-wrapper
  .cart-items
  .cart-securityImage
  .list-unstyled
  li {
  margin-right: 20px;
}

.page-cart .cart-page-wrapper .cart-content-item.cart-total {
  margin-left: 30px;
}

.page-cart .cart-page-wrapper .shipping-wrapper .shipping-container {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 100%;
}

.page-cart .cart-page-wrapper .shipping-wrapper .dropdown-shipping {
  width: calc(100% + 2px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  background: #ffffff;
  position: absolute;
  top: 10px;
  left: -1px;
  opacity: 0;
  z-index: -1;
  overflow: hidden;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-box-shadow: 0 1px 4px #00000026;
  box-shadow: 0 1px 4px #00000026;
}

.page-cart .cart-page-wrapper .shipping-wrapper .dropdown-shipping.show {
  top: calc(100% + 10px);
  opacity: 1;
  z-index: 9;
  overflow: visible;
}

.page-cart
  .cart-page-wrapper
  .shipping-wrapper
  .dropdown-shipping
  .dropdown-item.active {
  background-color: #e9ecef;
  color: #232323;
}

.page-cart .cart-page-wrapper .shipping-wrapper .disclosure {
  position: relative;
}

.page-cart .cart-page-wrapper .shipping-wrapper .disclosure__list {
  width: 100%;
  z-index: 2;
  background: #ffffff;
}

.page-cart .cart-page-wrapper .shipping-wrapper .disclosure__button {
  border: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: transparent;
  width: 100%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 9px 12px;
}

.page-cart .cart-page-wrapper .shipping-wrapper .icon {
  width: 16px;
  height: 16px;
}

.page-cart .cart-page-wrapper .shipping-wrapper .icon svg {
  width: 16px;
  height: 16px;
  stroke: initial;
  vertical-align: top;
  fill: #3c3c3c;
}

.page-cart .cart-page-wrapper .shipping-wrapper .text {
  color: #3c3c3c;
  font-weight: 400;
  font-size: 12px;
  line-height: 22px;
  letter-spacing: 0.02em;
}

.page-cart .cart-page-wrapper .shipping-wrapper .text + svg {
  width: 10px;
  height: 10px;
}

.page-cart .cart-page-wrapper .shipping-wrapper .dropdown-toggle::after {
  display: none;
}

.page-cart .cart-page-wrapper .list-unstyled {
  margin-bottom: 14px;
}

.page-cart .cart-page-wrapper .list-unstyled .cart--totals-title {
  font-weight: 600;
  letter-spacing: 0.05em;
  padding: 7px 0;
  border-bottom: 2px solid #3c3c3c;
  text-transform: uppercase;
}

.page-cart .cart-page-wrapper .cart-total-subtotal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 30px 0 12px 0;
  border-bottom: 1px solid #e6e6e6;
}

.page-cart .cart-page-wrapper .cart-total-subtotal .previewCartTotals-label {
  font-weight: 600;
  font-size: 12px;
  line-height: 22px;
  color: #232323;
  letter-spacing: 0.02em;
}

.page-cart .cart-page-wrapper .cart-total-subtotal .money {
  font-size: 16px;
  font-weight: 600;
  color: #232323;
}

.page-cart .cart-page-wrapper .cart-total-subtotal .cart-total-label {
  font-weight: 600;
}

.page-cart .cart-page-wrapper .cart-total-subtotal .cart-total-value {
  font-size: 16px;
  font-weight: 600;
}

.page-cart .cart-page-wrapper .cart-total-shipping .cart-total-label {
  padding: 11px 0 14px 0;
}

.page-cart .cart-page-wrapper .cart-total-shipping .cart-total-label .desc {
  font-weight: 600;
}

.page-cart .cart-page-wrapper .cart-total-shipping .cart-nation {
  border: 1px solid #cbcbcb;
}

.page-cart .cart-page-wrapper .cart-total-shipping .cart-city {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 15px 0;
  width: 100%;
}

.page-cart
  .cart-page-wrapper
  .cart-total-shipping
  .cart-city
  .shipping-wrapper {
  border: 1px solid #cbcbcb;
}

.page-cart
  .cart-page-wrapper
  .cart-total-shipping
  .cart-city
  .shipping-wrapper
  .disclosure__button {
  width: 100%;
  min-width: 200px;
}

.page-cart
  .cart-page-wrapper
  .cart-total-shipping
  .cart-city
  input#address_zip {
  width: 100%;
}

.page-cart .cart-page-wrapper .cart-total-shipping .cart-city .form-group {
  margin-left: 15px;
}

.page-cart
  .cart-page-wrapper
  .cart-total-shipping
  .cart-city
  .form-group
  input {
  border: 1px solid #cbcbcb;
  background: #ffffff;
  color: #232323;
  padding: 10px 12px;
}

.page-cart
  .cart-page-wrapper
  .cart-total-shipping
  #get-rates-container
  .button {
  max-width: 100%;
  width: 100%;
}

.page-cart .cart-page-wrapper .cart-total-shipping .sub-shipping {
  margin-top: 15px;
}

.page-cart
  .cart-page-wrapper
  .cart-total-shipping
  .sub-shipping
  .message-shipping {
  background-color: #fbf8e5;
  padding: 20px;
}

.page-cart
  .cart-page-wrapper
  .cart-total-shipping
  .sub-shipping
  .message-shipping
  .desc {
  line-height: 22px;
  color: #8b714a;
}

.page-cart
  .cart-page-wrapper
  .cart-total-shipping
  .sub-shipping
  .message-shipping
  .standard {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 5px;
}

.page-cart
  .cart-page-wrapper
  .cart-total-shipping
  .sub-shipping
  .message-shipping
  .standard-item {
  font-size: 12px;
  font-weight: 500;
  color: #8b714a;
  letter-spacing: 0.02em;
}

.page-cart
  .cart-page-wrapper
  .cart-total-shipping
  .sub-shipping
  .message-shipping
  .doc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #8b714a;
  position: relative;
  top: 8px;
  margin-right: 8px;
}

.page-cart .cart-page-wrapper .cart-total-shipping .sub-shipping .coupon {
  margin-top: 24px;
  border-bottom: 1px solid #e6e6e6;
  border-top: 1px solid #e6e6e6;
}

.page-cart .cart-page-wrapper .cart-total-shipping .sub-shipping .coupon .desc {
  margin: 15px 0 8px 0;
  font-weight: 600;
}

.page-cart
  .cart-page-wrapper
  .cart-total-shipping
  .sub-shipping
  .coupon
  .sub-desc {
  margin: 8px 0 18px 0;
  color: #969696;
}

.page-cart .cart-page-wrapper .cart-total-grandtotal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: 1px solid #e6e6e6;
  padding: 18px 0 20px 0;
}

.page-cart .cart-page-wrapper .cart-total-grandtotal .previewCartTotals-label {
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0.02em;
  font-weight: 600;
  color: #232323;
}

.page-cart
  .cart-page-wrapper
  .cart-total-grandtotal
  .previewCartTotals-value
  .money {
  font-size: 16px;
  font-weight: 700;
  color: #232323;
}

.page-cart .cart-page-wrapper .cart-total-grandtotal .cart-total-label .text {
  font-size: 14px;
  font-weight: 600;
  line-height: 22px;
  letter-spacing: 0.02em;
}

.page-cart .cart-page-wrapper .cart-total-grandtotal .cart-total-value .money {
  font-size: 16px;
  font-weight: 700;
}

.page-cart .cart-page-wrapper .cart-actions .form-field .text-checkbox {
  font-weight: 400;
}

.page-cart .cart-page-wrapper .cart-actions .form-field .text {
  position: relative;
  top: -3px;
  margin-left: 3px;
  font-size: 12px;
  line-height: 25px;
  letter-spacing: 0.02em;
  color: #3c3c3c;
}

.page-cart .cart-page-wrapper .cart-actions .action-group .button {
  width: 100%;
  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;
}

.page-cart .cart-page-wrapper .cart-actions .action-group .button-proceed {
  margin: 2px 0 15px 0;
}

.page-cart .cart-page-product {
  margin-top: 15px;
  border-top: 1px solid #e6e6e6;
  margin-top: 58px;
}

.page-cart .cart-page-product .title-product-cart {
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.02em;
  color: #232323;
  margin: 34px 0;
}

@media (max-width: 1024px) {
  .page-cart .cart-page-wrapper {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .page-cart .cart-page-wrapper .cart-content-item .content-cart-right {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 50px;
  }
  .page-cart
    .cart-page-wrapper
    .cart-content-item
    .content-cart-right
    .previewCartAction {
    padding-top: 40px;
  }
  .page-cart .cart-page-wrapper .cart-content-item.cart-total {
    margin-left: 0;
  }
  .page-cart .cart-page-wrapper .cart-items .previewCartItem {
    -ms-grid-columns: 15.125% 33.45% 15.125% 20% 12% auto;
    grid-template-columns: 15.125% 33.45% 15.125% 20% 12% auto;
  }
  .page-cart
    .cart-page-wrapper
    .cart-total-shipping
    .cart-city
    .shipping-wrapper {
    width: 100%;
    max-width: 70%;
  }
  .page-cart .cart-page-wrapper .cart-total-shipping .cart-city .form-group {
    width: 100%;
    max-width: 30%;
  }
}

@media (max-width: 768px) {
  .page-cart .cart-countdown .icon-error {
    display: none !important;
  }
  .page-cart .cart-rowHeading {
    display: none !important;
  }
  .page-cart .cart-page-wrapper .cart-items .previewCartItem {
    -ms-grid-columns: 15.125% 35.45% 14.125% 22.5% 7% auto;
    grid-template-columns: 15.125% 35.45% 14.125% 22.5% 7% auto;
  }
  .page-cart .cart-page-wrapper .cart-content-item .content-cart-right {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 30px;
  }
}

@media (max-width: 767px) {
  .page-cart .cart-page-wrapper .cart-items .previewCartItem {
    -ms-grid-columns: 15% 50% auto;
    grid-template-columns: 15% 50% auto;
    padding: 15px;
  }
  .page-cart
    .cart-page-wrapper
    .cart-items
    .previewCartItem
    .previewCartItem-image {
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    grid-row: 1/4;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1/2;
  }
  .page-cart
    .cart-page-wrapper
    .cart-items
    .previewCartItem
    .previewCartItem-content {
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column: 2/3;
    margin-left: 20px;
    max-width: 210px;
  }
  .page-cart
    .cart-page-wrapper
    .cart-items
    .previewCartItem
    .previewCartItem-price {
    -ms-grid-column: 2;
    -ms-grid-column-span: 4;
    grid-column: 2/6;
    margin: 10px 0 14px 20px;
  }
  .page-cart .cart-page-wrapper .cart-items .previewCartItem .quantity {
    -ms-grid-column: 3;
    -ms-grid-column-span: 2;
    grid-column: 3 / span 2;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1/2;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
  }
  .page-cart
    .cart-page-wrapper
    .cart-items
    .previewCartItem
    .quantity
    .previewCartItem-qty {
    left: 20px;
  }
  .page-cart
    .cart-page-wrapper
    .cart-items
    .previewCartItem
    .quantity
    .previewCartItem-qty {
    left: 0;
  }
  .page-cart
    .cart-page-wrapper
    .cart-items
    .previewCartItem
    .previewCartTotals {
    display: none !important;
  }
  .page-cart
    .cart-page-wrapper
    .cart-items
    .previewCartItem
    .previewCartItem-remove {
    -ms-grid-column: 4;
    -ms-grid-column-span: 1;
    grid-column: 4/5;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1/2;
    position: relative;
  }
  .page-cart .cart-page-wrapper .cart-content-item .content-cart-right {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}

@media (max-width: 551px) {
  .page-cart .cart-page-wrapper .cart-items .previewCartItem {
    -ms-grid-columns: 110px 110px auto;
    grid-template-columns: 110px 110px auto;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }
  .page-cart
    .cart-page-wrapper
    .cart-items
    .previewCartItem
    .previewCartItem-image {
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    grid-row: 1/4;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1/2;
  }
  .page-cart
    .cart-page-wrapper
    .cart-items
    .previewCartItem
    .previewCartItem-content {
    -ms-grid-column: 2;
    -ms-grid-column-span: 4;
    grid-column: 2/6;
    margin-left: 0;
    max-width: 300px;
  }
  .page-cart
    .cart-page-wrapper
    .cart-items
    .previewCartItem
    .previewCartItem-price {
    -ms-grid-column: 2;
    -ms-grid-column-span: 4;
    grid-column: 2/6;
    margin-left: 0;
  }
  .page-cart .cart-page-wrapper .cart-items .previewCartItem .quantity {
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column: 2/3;
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    grid-row: 3/4;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
  }
  .page-cart
    .cart-page-wrapper
    .cart-items
    .previewCartItem
    .quantity
    .previewCartItem-qty {
    left: 0;
  }
  .page-cart
    .cart-page-wrapper
    .cart-items
    .previewCartItem
    .previewCartTotals {
    display: none !important;
  }
  .page-cart
    .cart-page-wrapper
    .cart-items
    .previewCartItem
    .previewCartItem-remove {
    -ms-grid-column: 3;
    -ms-grid-column-span: 1;
    grid-column: 3/4;
    -ms-grid-row: 3;
    -ms-grid-row-span: 2;
    grid-row: 3/5;
    margin-left: 20px;
    position: relative;
  }
}

@media (max-width: 440px) {
  .page-cart
    .cart-page-wrapper
    .cart-items
    .previewCartItem
    .previewCartItem-image {
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    grid-row: 1/4;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1/2;
  }
  .page-cart
    .cart-page-wrapper
    .cart-items
    .previewCartItem
    .previewCartItem-content
    .previewCartItem-name
    .text {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  .page-cart
    .cart-page-wrapper
    .cart-items
    .previewCartItem
    .previewCartItem-content
    .previewCartItem-options {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  .page-cart
    .cart-page-wrapper
    .cart-items
    .previewCartItem
    .previewCartItem-price {
    -ms-grid-column: 2;
    -ms-grid-column-span: 4;
    grid-column: 2/6;
    margin-left: 0;
  }
  .page-cart .cart-page-wrapper .cart-items .previewCartItem .quantity {
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column: 2/3;
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    grid-row: 3/4;
  }
  .page-cart
    .cart-page-wrapper
    .cart-items
    .previewCartItem
    .previewCartItem-remove {
    -ms-grid-column: 3;
    -ms-grid-column-span: 1;
    grid-column: 3/4;
    -ms-grid-row: 3;
    -ms-grid-row-span: 2;
    grid-row: 3/5;
    margin-left: 20px;
  }
}

@media (max-width: 320px) {
  .page-cart .cart-page-wrapper .cart-items .previewCartItem {
    -ms-grid-columns: 110px auto auto;
    grid-template-columns: 110px auto auto;
  }
  .page-cart
    .cart-page-wrapper
    .cart-items
    .previewCartItem
    .previewCartItem-remove {
    left: 0;
  }
}
/*# sourceMappingURL=page-cart.css.map */
.template-product .footer {
  padding-bottom: 70px;
}

.productView-variants .form__label {
  display: block;
  margin: 0;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 22px;
  text-transform: capitalize;
  text-align: left;
  color: #232323;
  margin-bottom: 4px;
}

.productView-variants .form__label [data-header-option] {
  color: #3c3c3c;
  font-weight: 400;
  margin-left: 2px;
}

.productView-variants .product-form__label {
  /* border-radius: 20px; */
  position: relative;
  font-size: 0;
  width: auto;
  min-width: 40px;
  height: 40px;
  line-height: 37px;
  border: 1px solid #cbcbcb;
  background: 0 0;
  cursor: pointer;
  padding: 0 10px;
  opacity: 1;
  margin: 5px 10px 14px 0;
}

.productView-variants .product-form__label:hover {
  border-color: #232323;
}

.productView-variants .product-form__label .text {
  display: block;
  font-size: 12px;
  font-weight: 400;
  text-transform: capitalize;
  color: #232323;
  text-align: center;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}

.productView-variants .product-form__label.soldout {
  opacity: 0.5;
}

.productView-variants .product-form__label.soldout::before {
  content: "";
  top: 50%;
  left: 0;
  height: 1px;
  opacity: 1;
  z-index: 1;
  border: none;
  position: absolute;
  visibility: visible;
  width: 100%;
  background-color: #e95144;
  -webkit-transform: translateY(-50%) rotate(-45deg);
  transform: translateY(-50%) rotate(-45deg);
}

.productView-variants .product-form__radio:checked + .product-form__label {
  border-color: #232323;
}

.productView-variants .product-form__swatch .product-form__label {
  border-radius: 50%;
  line-height: 40px;
  padding: 3px;
  margin-bottom: 3px;
}

.productView-variants .product-form__swatch .product-form__label .pattern {
  display: block;
  width: 100%;
  height: 100%;
  cursor: pointer;
  border-radius: 50%;
  text-align: center;
  font-size: 0;
  letter-spacing: 0;
  position: relative;
  background-size: cover;
}

/* END: Product Varint */
.productView-rating,
.review-rating {
  display: inline-block;
  vertical-align: bottom;
  margin-left: -2px;
}

.productView-rating .spr-badge-starrating,
.review-rating .spr-badge-starrating {
  font-size: 18px;
}

.productView-rating .spr-icon::before,
.review-rating .spr-icon::before {
  font-family: inherit;
  font-size: 18px;
  font-style: normal;
  width: auto;
  height: auto;
  font-weight: normal;
  display: inline-block;
  text-decoration: inherit;
  text-align: center;
  font-variant: normal;
  text-transform: none;
}

.productView-rating .spr-icon.spr-icon-star::before,
.review-rating .spr-icon.spr-icon-star::before {
  content: "\2605";
  color: #ffd900;
}

.productView-rating .spr-icon.spr-icon-star-empty::before,
.review-rating .spr-icon.spr-icon-star-empty::before {
  content: "\2605";
  color: #c8c8c8;
}

.productView-rating .spr-badge-caption,
.review-rating .spr-badge-caption {
  display: inline-block;
  vertical-align: middle;
  font-size: 12px;
  font-weight: 400;
  line-height: 22px;
  margin: 0 0 0 10px;
  text-transform: capitalize;
  letter-spacing: 0.02em;
}

/* END: Product Rating */
.productView-short-desc {
  font-size: 12px;
  line-height: 24px;
  color: #3c3c3c;
  padding: 14px 0px 0px;
}

/* END: Product Desc */
.productView-soldProduct {
  margin-left: 23px;
  display: inline-block;
  vertical-align: bottom;
}

.productView-soldProduct .text {
  display: inline-block;
  vertical-align: middle;
  font-size: 12px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0.02em;
  color: #e95144;
}

.productView-soldProduct .icon {
  width: 18px;
  height: 18px;
  position: relative;
  top: -2px;
  fill: #e95144;
  margin-right: 7px;
}

/* END: Product soldProduct */
.productView-countDown {
  margin-bottom: 19px;
  display: inline-block;
  vertical-align: top;
  font-size: 0;
  letter-spacing: 0;
  text-align: left;
}

.productView-countDown .num {
  display: inline-block;
  vertical-align: middle;
  border: 1px solid #232323;
  font-size: 16px;
  text-transform: uppercase;
  border-radius: 4px;
  padding: 13px 10px 10px;
  color: #232323;
  font-weight: 600;
  border-width: 2px;
  border-color: #f0f0f0;
  background-color: transparent;
  text-align: center;
  min-width: 55px;
  line-height: 1.6;
}

.productView-countDown .num span {
  color: #3c3c3c;
  font-weight: 400;
  font-size: 12px;
  display: block;
  text-transform: capitalize;
}

.productView-countDown .num + .num {
  margin-left: 5px;
}

.productView-countDown.style-2 .title-countDown {
  font-size: 15px;
  color: #000000;
  border-bottom: 1px solid;
  margin-right: 11px;
  position: relative;
  top: 5px;
}

.productView-countDown.style-2 .num {
  color: #000000;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0;
  display: inline-block;
  min-width: inherit;
  border: none;
  padding: 0;
}

.productView-countDown.style-2 .num span {
  color: #000000;
  font-size: 15px;
  font-weight: 500;
  display: inline-block;
}

.productView-countDown.style-3 {
  margin-bottom: 11px;
}

.productView-countDown.style-3 .num,
.productView-countDown.style-3 span {
  border: none;
  padding: 0;
  color: #e10600;
  font-size: 14px;
  font-weight: 600;
  display: inline-block;
  min-width: auto;
  text-transform: lowercase;
}

.productView-countDown.style-3 span {
  padding-left: 5px;
}

/* END: Product Countdown */
.product-quantity .form__label {
  display: block;
  font-weight: 500;
  color: #3c3c3c;
  letter-spacing: 0.02em;
}

/* END: Product Quantity */
.previewCartItem-qty {
  display: inline-block;
  vertical-align: middle;
  width: 94px;
  margin-top: 14px;
  position: relative;
}

.previewCartItem-qty .quantity {
  padding: 11px 14px 10px 20px;
  text-align: center;
}

.previewCartItem-qty .btn-quantity {
  width: 32px;
  height: 45px;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}

.previewCartItem-qty .btn-quantity::before {
  content: "";
  position: absolute;
  width: 12px;
  height: 1px;
  left: 10px;
  top: 22px;
  background: #5a5a5a;
}

.previewCartItem-qty .btn-quantity.plus {
  right: 0;
  left: auto;
}

.previewCartItem-qty .btn-quantity.plus::after {
  content: "";
  position: absolute;
  width: 12px;
  height: 1px;
  left: 10px;
  top: 22px;
  background: #5a5a5a;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

/* END: Product Quantity */
.productView-information {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.productView-information .halo-productView-left {
  width: 100%;
  position: relative;
  margin-bottom: 30px;
}

.productView-information .halo-productView-left .productView-images-wrapper {
  position: relative;
}

.productView-information .halo-productView-left .card__badge {
  top: 0;
}

.productView-information .halo-productView-left .card__badge.badge-left {
  left: 0;
}

.productView-information .halo-productView-left .card__badge.badge-right {
  right: 0;
}

.productView-information .halo-productView-left .productView-thumbnail-wrapper {
  margin: 8px 0 0;
  position: relative;
}

.productView-information
  .halo-productView-left
  .productView-thumbnail-wrapper
  .productView-for {
  position: relative;
  font-size: 0;
  letter-spacing: 0;
  padding: 0 35px;
}

.productView-information
  .halo-productView-left
  .productView-thumbnail-wrapper
  .productView-thumbnail {
  padding: 0 7.5px;
}

.productView-information
  .halo-productView-left
  .productView-thumbnail-wrapper
  .productView-thumbnail
  .productView-thumbnail-link {
  display: block;
  position: relative;
  overflow: hidden;
  width: 100%;
}

.productView-information
  .halo-productView-left
  .productView-thumbnail-wrapper
  .slick-current
  .productView-thumbnail-link
  img {
  opacity: 0.3;
}

.productView-information
  .halo-productView-left
  .productView-thumbnail-wrapper
  .slick-arrow {
  width: 30px;
  height: 30px;
  top: 50%;
  padding: 3px !important;
  border: none;
}

.productView-information
  .halo-productView-left
  .productView-thumbnail-wrapper
  .slick-arrow
  svg {
  width: 100%;
  height: 100%;
}

.productView-information
  .halo-productView-left
  .productView-thumbnail-wrapper
  .slick-arrow:hover {
  background: transparent;
}

.productView-information
  .halo-productView-left
  .productView-thumbnail-wrapper
  .slick-arrow:hover
  svg {
  fill: #cbcbcb;
}

.productView-information .halo-productView-right {
  width: 100%;
}

.productView-information .halo-productView-right .productView-title {
  display: block;
  font-size: 20px;
  font-weight: 600;
  text-transform: capitalize;
  letter-spacing: 0;
  color: #232323;
  margin: 0;
  line-height: 30px;
  position: relative;
  top: -7px;
  margin-bottom: 2px;
}

.productView-information .productView-info {
  margin: 13px 0px 16px;
}

.productView-information .productView-info .productView-info-item {
  padding-bottom: 2px;
}

.productView-information .productView-info .productView-info-item span {
  display: inline-block;
  vertical-align: top;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.02em;
}

.productView-information .card-price {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-bottom: 23px;
}

.productView-information .card-price .money {
  font-size: 18px;
}

.productView-information .quantity_selector {
  margin: 7px 0px 8px;
}

.productView-information .quantity_selector .quantity__label {
  display: block;
  width: 100%;
  padding: 0;
  margin: 0 0 7px;
  font-weight: 500;
}

.productView-information .quantity_selector .previewCartItem-qty {
  margin-top: 0;
  width: 110px;
}

.productView-information .productView-subtotal {
  margin: 8px 0px 10px;
}

.productView-information .productView-subtotal .text {
  color: #232323;
  font-size: 12px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0.02em;
}

.productView-information .productView-subtotal .money {
  color: #232323;
  font-size: 13px;
  font-weight: 500;
  line-height: 23px;
}

.productView-information .productView-perks {
  margin: 18px 0px 23px;
  display: block;
  white-space: nowrap;
  overflow-x: auto;
}

.productView-information .productView-perks .link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.productView-information .productView-perks .link .icon {
  fill: #232323;
  stroke: transparent;
  margin: 0 10px 0 0;
  position: relative;
  top: -1px;
}

.productView-information .productView-perks .link .text {
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0.02em;
  display: inline-block;
  vertical-align: middle;
}

.productView-information .productView-perks .productView-sizeChart {
  display: inline-block;
  vertical-align: middle;
  margin-left: 0;
}

.productView-information .productView-perks .productView-sizeChart .icon {
  width: 25px;
  height: 16px;
}

.productView-information .productView-perks .productView-compareColor {
  margin-left: 20px;
  display: inline-block;
  vertical-align: middle;
}

.productView-information .productView-perks .productView-compareColor .icon {
  width: 18px;
  height: 18px;
}

.productView-information .productView-perks .productView-askAnExpert {
  margin-left: 20px;
  display: inline-block;
  vertical-align: middle;
}

.productView-information .productView-perks .productView-askAnExpert .icon {
  width: 21px;
  height: 21px;
}

.productView-information .productView-share {
  display: inline-block;
  position: relative;
}

.productView-information .productView-share .share-button {
  display: inline-block;
  vertical-align: top;
  width: auto;
  border: none;
  min-width: auto;
  font-size: 0;
  padding: 14px 0 14px 15px;
  color: #232323;
  background-color: #ffffff;
}

.productView-information .productView-share .share-button .icon {
  width: 20px;
  height: 20px;
  vertical-align: top;
}

.productView-information .productView-share .share-button span {
  text-decoration: underline;
  text-underline-offset: 0.2rem;
  padding-left: 9px;
  font-size: 12px;
  letter-spacing: 0.02em;
  color: #3c3c3c;
  text-transform: capitalize;
  font-weight: 400;
}

.productView-information .productView-share .share-button:hover span {
  color: #e95144;
}

.productView-information .productView-share .share-button:hover svg {
  fill: #e95144;
}

.productView-information
  .previewCartAction
  .previewCartGroup
  .previewCartGroup-top {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding: 0;
}

.productView-information
  .previewCartAction
  .previewCartGroup
  .previewCartGroup-top
  .productView-action {
  width: 100%;
}

.productView-information
  .previewCartAction
  .previewCartGroup
  .previewCartGroup-top
  .productView-action
  .button {
  padding: 14px 15px;
  background-color: #000000;
  color: #ffffff;
}

.productView-information
  .previewCartAction
  .previewCartGroup
  .previewCartGroup-top
  .productView-wishlist {
  margin: 0 0 0 15px;
}

.productView-information
  .previewCartAction
  .previewCartGroup
  .previewCartGroup-top
  .productView-wishlist
  a {
  display: block;
  width: 50px;
  height: 50px;
  border: 1px solid #c7c7c7;
  background-color: #ffffff;
  text-align: center;
  overflow: hidden;
  padding: 12px;
  border-radius: 50%;
}

.productView-information
  .previewCartAction
  .previewCartGroup
  .previewCartGroup-top
  .productView-wishlist
  a
  svg {
  width: 100%;
  height: 100%;
  fill: #232323;
}

.productView-information
  .previewCartAction
  .previewCartGroup
  .previewCartGroup-top
  .productView-wishlist
  a:hover {
  border-color: #e95144;
}

.productView-information
  .previewCartAction
  .previewCartGroup
  .previewCartGroup-top
  .productView-wishlist
  a:hover
  svg {
  fill: #e95144;
}

.productView-information
  .previewCartAction
  .previewCartGroup
  .previewCartGroup-top
  .productView-wishlist
  a.wishlist-added {
  border-color: #e95144;
}

.productView-information
  .previewCartAction
  .previewCartGroup
  .previewCartGroup-top
  .productView-wishlist
  a.wishlist-added
  svg {
  fill: #e95144;
}

.productView-information .previewCartAction .previewCartCheckbox {
  margin: 14px 0px 12px;
}

.productView-information .previewCartAction .previewCartGroup-bottom .button {
  padding: 14px 15px;
  background: #4f8b7b;
  border-color: #ffffff;
  color: #ffffff;
}

.productView-information .share-button__fallback {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: absolute;
  left: auto;
  right: 0;
  padding: 2rem;
  top: 100%;
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  width: 300px;
  background: #ffffff;
  -webkit-box-shadow: 0 3px 7px #0003;
  box-shadow: 0 3px 7px #0003;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.productView-information .share-button__fallback.is-open {
  top: calc(100% + 15px);
  opacity: 1;
  z-index: 999;
  visibility: visible;
}

.productView-information .share-button__fallback .share-button__close {
  position: absolute;
  top: 14px;
  right: 22px;
  font-size: 0;
}

.productView-information .share-button__fallback .form-label {
  letter-spacing: 0.02em;
}

.productView-information .share-button__fallback .share-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.productView-information .share-button__fallback .form-field {
  width: calc(100% - 56px);
}

.productView-information .share-button__fallback .button {
  width: 46px;
  margin: 0 0 0 10px;
  min-width: auto;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-size: 0;
}

.productView-information .share-button__fallback .button svg {
  fill: #ffffff;
  height: auto;
}

.productView-information .productView-more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  white-space: nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 15px;
}

.productView-information .productView-more svg {
  width: 19px;
  height: 19px;
  margin: -2px 10px 0 0;
  fill: #232323;
}

.productView-information .productView-more .text {
  color: #3c3c3c;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.02em;
  line-height: 22px;
}

/* END: Product Infomation */
.productView-pickupAvailable {
  margin: 25px 0px 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.productView-pickupAvailable .icon {
  position: relative;
  top: -1px;
}

.productView-pickupAvailable .icon svg {
  margin-right: 15px;
  width: 17px;
  height: 17px;
  fill: #108043;
}

.productView-pickupAvailable span {
  display: block;
  font-size: 12px;
  letter-spacing: 0.02em;
  padding-bottom: 3px;
}

.productView-pickupAvailable a {
  margin-top: 10px;
  display: block;
}

/* END: Product pickupAvailable */
.productView-securityImage {
  margin: 28px 0px 20px;
}

.productView-securityImage ul {
  font-size: 0;
  letter-spacing: 0;
  overflow-x: auto;
  overflow-y: hidden;
  white-space: nowrap;
  margin: 0px;
}

.productView-securityImage ul li {
  display: inline-block;
  vertical-align: middle;
  margin-right: 15px;
  margin-bottom: 5px;
}

/* END: Product securityImage */
.productView-nextProducts {
  display: none;
}

/* END: Product nextProducts */
.frequently-bought-together-block {
  padding-bottom: 70px;
  padding-top: 36px;
  margin-top: 27px;
  background: #f8f8f8;
}

.frequently-bought-together-block .halo-block-header {
  margin: 0 0 35px;
}

.frequently-bought-together-block .halo-block-header .title {
  text-align: left;
  text-transform: capitalize;
  font-weight: 600;
  font-size: 18px;
  letter-spacing: 0.02em;
  color: #232323;
}

.frequently-bought-together-block .halo-block-header .title:before {
  display: none;
}

.frequently-bought-together-block .bundle-product-wrapper .slick-arrow {
  top: -51px;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  border: none;
  background: transparent;
  padding: 4px !important;
  width: 28px;
  height: 28px;
}

.frequently-bought-together-block
  .bundle-product-wrapper
  .slick-arrow.slick-next {
  right: 5px;
}

.frequently-bought-together-block
  .bundle-product-wrapper
  .slick-arrow.slick-prev {
  left: inherit;
  right: 42px;
}

.frequently-bought-together-block .bundle-product-wrapper .slick-arrow svg {
  top: -8px;
}

.frequently-bought-together-block
  .bundle-product-wrapper
  .slick-arrow:hover
  svg {
  fill: #232323;
}

.frequently-bought-together-block .bundle-product-wrapper .slick-dots {
  padding: 25px 0px 0px;
}

.frequently-bought-together-block
  .bundle-product-wrapper
  .slick-slide:first-child
  .bundlePdItem-wrapper::before {
  display: none;
}

.frequently-bought-together-block
  .bundle-product-wrapper
  .slick-active.slick-current
  .bundlePdItem
  .bundle-product-options {
  right: auto;
  left: 0;
}

.frequently-bought-together-block
  .bundle-product-wrapper
  .slick-active.slick-current
  .bundlePdItem.is-open
  .bundle-product-options {
  right: auto;
  left: 15px;
}

.frequently-bought-together-block .bundle-product-left {
  width: 100%;
}

.frequently-bought-together-block .bundle-product-left .bundlePdItem {
  padding-left: 15px;
  padding-right: 15px;
}

.frequently-bought-together-block
  .bundle-product-left
  .bundlePdItem
  .bundlePdItem-wrapper {
  padding: 10px;
  background-color: #fff;
  position: relative;
}

.frequently-bought-together-block
  .bundle-product-left
  .bundlePdItem
  .bundlePdItem-wrapper:before {
  content: "+";
  position: absolute;
  font-size: 24px;
  left: -15px;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #3e3e3e;
  z-index: 1;
}

.frequently-bought-together-block
  .bundle-product-left
  .bundlePdItem
  .bundle-product-content {
  padding: 20px 0 0;
  text-align: left;
}

.frequently-bought-together-block
  .bundle-product-left
  .bundlePdItem
  .bundle-product-content
  .bundle-product-checkbox {
  position: relative;
  width: 100%;
  padding-bottom: 7px;
}

.frequently-bought-together-block
  .bundle-product-left
  .bundlePdItem
  .bundle-product-content
  .product-title {
  overflow: hidden;
  white-space: normal;
  display: inline;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  font-weight: 400;
}

.frequently-bought-together-block
  .bundle-product-left
  .bundlePdItem
  .bundle-product-content
  .card-price {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding-bottom: 16px;
}

.frequently-bought-together-block
  .bundle-product-left
  .bundlePdItem
  .bundle-product-content
  .button {
  width: 100%;
  max-width: 100%;
  min-width: 100%;
  font-weight: 500;
  text-transform: capitalize;
  font-size: 12px;
}

.frequently-bought-together-block
  .bundle-product-left
  .bundlePdItem
  .bundle-product-options {
  max-width: 400px;
  position: absolute;
  width: 285px;
  position: absolute;
  left: auto;
  right: 0;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  -webkit-box-shadow: 0 3px 7px #0003;
  box-shadow: 0 3px 7px #0003;
  z-index: 9999;
}

.frequently-bought-together-block
  .bundle-product-left
  .bundlePdItem
  .bundle-product-options
  .halo-popup-header {
  background-color: #f5f5f5;
  padding: 0px 20px;
  margin: 0;
}

.frequently-bought-together-block
  .bundle-product-left
  .bundlePdItem
  .bundle-product-options
  .halo-popup-header
  .halo-popup-title {
  padding-top: 12px;
  padding-bottom: 10px;
  letter-spacing: 0.02em;
  text-align: left;
  font-size: 14px;
}

.frequently-bought-together-block
  .bundle-product-left
  .bundlePdItem
  .bundle-product-options
  .halo-popup-header
  .halo-popup-close {
  background: transparent;
}

.frequently-bought-together-block
  .bundle-product-left
  .bundlePdItem
  .bundle-product-options
  .halo-popup-wrapper {
  padding: 20px;
}

.frequently-bought-together-block
  .bundle-product-left
  .bundlePdItem.is-open
  .bundle-product-options {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  z-index: 101;
  right: 15px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.frequently-bought-together-block .bundle-product-right {
  background: #f8f8f8;
  display: block;
  width: 100%;
  margin: 0 auto;
  padding: 15px 0 0 15px;
  text-align: left;
}

.frequently-bought-together-block
  .bundle-product-right
  .bundle-product-totalPrice {
  display: block;
  letter-spacing: 0;
  font-size: 0;
  margin-bottom: 17px;
}

.frequently-bought-together-block
  .bundle-product-right
  .bundle-product-totalPrice
  .text {
  display: block;
  color: #3c3c3c;
  font-size: 12px;
  font-weight: 400;
  margin: 0 0 10px;
  letter-spacing: 0.02em;
}

.frequently-bought-together-block
  .bundle-product-right
  .bundle-product-totalPrice
  .old-price {
  display: inline-block;
  vertical-align: middle;
  font-size: 18px;
  font-weight: 500;
  color: #969696;
  margin: 0 10px 0 0;
  text-decoration: line-through;
}

.frequently-bought-together-block
  .bundle-product-right
  .bundle-product-totalPrice
  .bundle-price {
  display: inline-block;
  vertical-align: middle;
  font-size: 18px;
  font-weight: 600;
  color: #e95144;
}

.frequently-bought-together-block
  .bundle-product-right
  .bundle-product-action
  .button {
  max-width: 210px;
  width: 100%;
  min-width: 210px;
  margin: 0;
}

.frequently-bought-together-block .bundle-product-right .bundle-product-text {
  padding-top: 15px;
  max-width: 210px;
  margin: 0;
  line-height: 22px;
}

/* END: Product Bundle */
.productView-stickyCart {
  position: fixed;
  z-index: 9;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  width: 100%;
  left: 0;
  right: 0;
  background-color: #fff;
  padding: 10px 0;
  border-bottom: 1px solid #ededed;
}

.productView-stickyCart.show-sticky {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  top: auto;
  bottom: 69px;
}

.productView-stickyCart .sticky-product {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.productView-stickyCart .sticky-product .sticky-left {
  display: none;
  width: calc(100% - 650px);
}

.productView-stickyCart .sticky-product .sticky-left .sticky-image {
  display: inline-block;
  vertical-align: top;
  position: relative;
  width: 55px;
  overflow: hidden;
}

.productView-stickyCart .sticky-product .sticky-left .sticky-info {
  padding-left: 20px;
  width: calc(100% - 45px);
}

.productView-stickyCart
  .sticky-product
  .sticky-left
  .sticky-info
  .sticky-title {
  font-size: 12px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0.02em;
  text-transform: capitalize;
  color: #232323;
  overflow: hidden;
  white-space: normal;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  margin: 0;
}

.productView-stickyCart
  .sticky-product
  .sticky-left
  .sticky-info
  .sticky-price {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.02em;
  line-height: 22px;
  color: #232323;
}

.productView-stickyCart .sticky-product .sticky-right {
  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;
  width: 100%;
}

.productView-stickyCart .sticky-product .sticky-right .sticky-options {
  width: 100%;
  max-width: 250px;
  margin-bottom: 0;
  margin-right: 15px;
}

.productView-stickyCart
  .sticky-product
  .sticky-right
  .sticky-options
  .product-option {
  font-size: 12px;
  line-height: 1.5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  margin: 0 0 10px;
}

.productView-stickyCart
  .sticky-product
  .sticky-right
  .sticky-options
  .form__select {
  position: relative;
  background: #f5f5f5;
}

.productView-stickyCart
  .sticky-product
  .sticky-right
  .sticky-options
  .form__select
  .select__select {
  padding-top: 10px;
  padding-bottom: 11px;
  padding-right: 30px;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  background: transparent;
}

.productView-stickyCart
  .sticky-product
  .sticky-right
  .sticky-options
  .form__select
  .icon-dropdown {
  width: 45px;
  height: 45px;
  top: 0;
  bottom: inherit;
  right: 0;
  z-index: 1;
}

.productView-stickyCart .sticky-product .sticky-right .sticky-actions {
  padding-right: 0;
}

.productView-stickyCart .sticky-product .sticky-right .sticky-actions form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.productView-stickyCart
  .sticky-product
  .sticky-right
  .sticky-actions
  form
  .quantity_selector {
  margin: 0 15px 0 0;
}

.productView-stickyCart
  .sticky-product
  .sticky-right
  .sticky-actions
  form
  .quantity_selector
  .previewCartItem-qty {
  margin: 0;
  width: 100px;
}

.productView-stickyCart
  .sticky-product
  .sticky-right
  .sticky-actions
  form
  .quantity_selector
  .previewCartItem-qty
  a,
.productView-stickyCart
  .sticky-product
  .sticky-right
  .sticky-actions
  form
  .quantity_selector
  .previewCartItem-qty
  .quantity {
  background: #f5f5f5;
  border: 1px solid #f5f5f5;
}

.productView-stickyCart
  .sticky-product
  .sticky-right
  .sticky-actions
  form
  .product-form__submit {
  width: 210px;
}

.show-sticky-cart.notification-show .halo-notification-popup {
  bottom: 150px !important;
}

/* END: Product stickyCart */
.productView-notifyMe {
  padding: 30px 0 2px;
}

.productView-notifyMe .form-field {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.productView-notifyMe .form-label {
  color: #3c3c3c;
}

.productView-notifyMe .form-input {
  width: calc(100% - 185px);
}

.productView-notifyMe .button {
  width: 175px !important;
  margin: 0 0 0 10px;
}

/* END: Product NotifyMe */
.productView-tab .nav-tabs {
  text-align: center;
  margin: 32px 0 20px;
  border-bottom: 1px solid #e6e6e6;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: none;
}

.productView-tab .nav-tabs .nav-item {
  display: inline-block;
  vertical-align: middle;
  width: auto;
  margin: 0;
  position: relative;
  text-align: left;
}

.productView-tab .nav-tabs .nav-item .nav-link {
  font-size: 16px;
  font-weight: 600;
  text-transform: none;
  padding: 15px 0px 15px;
  margin: 0px 15px;
  overflow: visible;
  position: relative;
  border: none;
  display: block;
  letter-spacing: 0.02em;
  color: #000000;
}

.productView-tab .nav-tabs .nav-item .nav-link::after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 0;
  height: 3px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background: #000000;
}

.productView-tab .nav-tabs .nav-item .nav-link:hover::after {
  width: 100%;
}

.productView-tab .nav-tabs .nav-item .nav-link.active::after {
  width: 100%;
}

.productView-tab .tab-content {
  padding: 18px 0px 15px;
}

.productView-tab .tab-content .toggle-title {
  font-size: 16px;
  font-weight: 600;
  text-transform: none;
  padding: 18px 0px 16px;
  margin: 0;
  color: #000000;
  letter-spacing: 0.02em;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  display: block;
  position: relative;
  border-top: 1px solid #e6e6e6;
  cursor: pointer;
}

.productView-tab .tab-content .toggle-title::before,
.productView-tab .tab-content .toggle-title::after {
  content: "";
  position: absolute;
  top: 50%;
  z-index: 2;
  -webkit-transform: translateY(-50%) rotate(0);
  transform: translateY(-50%) rotate(0);
  background-color: #232323;
  transition:
    transform 350ms ease,
    visibility 350ms ease,
    -webkit-transform 350ms ease;
}

.productView-tab .tab-content .toggle-title::before {
  right: 5px;
  width: 2px;
  height: 12px;
}

.productView-tab .tab-content .toggle-title::after {
  right: 0;
  width: 12px;
  height: 2px;
}

.productView-tab .tab-content .toggle-title.is-clicked::before {
  -webkit-transform: translateY(-50%) rotate(90deg);
  transform: translateY(-50%) rotate(90deg);
}

.productView-tab .tab-content .toggle-content h4 {
  margin-top: 25px;
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: 0.02em;
  color: #232323;
}

.productView-tab .tab-content .toggle-content ul,
.productView-tab .tab-content .toggle-content ol {
  margin-left: 25px;
}

.productView-tab .tab-content .toggle-content ul li,
.productView-tab .tab-content .toggle-content ol li {
  padding-left: 2px;
  color: #3c3c3c;
  font-size: 12px;
  font-weight: 400;
  text-transform: none;
  list-style-type: disc;
}

.productView-tab .tab-content .toggle-content ul li + li,
.productView-tab .tab-content .toggle-content ol li + li {
  margin-top: 5px;
}

.productView-tab .tab-content .toggle-content ol li {
  list-style-type: auto;
  padding-left: 5px;
}

.productView-tab .tab-content .blockQuote {
  margin-top: 18px;
}

.productView-tab .tab-content .blockQuote .title {
  color: #3c3c3c;
  font-size: 14px;
  margin-top: 0;
  margin-bottom: 22px;
  letter-spacing: 0.02em;
}

.productView-tab .tab-content .blockQuote .blockQuote-content {
  color: #3c3c3c;
  font-size: 12px;
}

.productView-tab .tab-content .blockQuote .blockQuote-content.has-bg {
  padding: 30px 40px;
  background-color: #fafafa;
}

.productView-tab .tab-content .blockQuote + .blockQuote {
  margin-top: 40px;
}

.productView-tab .tab-content .blockQuote + .blockQuote .title {
  margin-bottom: 18px;
}

.productView-tab .tab-content .halo-custom-banner {
  margin: 25px 0px 0px;
}

.productView-tab .tab-content .halo-custom-banner > .row > .halo-row-item {
  padding-top: 15px;
  padding-bottom: 15px;
}

.productView-tab .tab-content .halo-custom-banner .halo-row-item .item {
  position: relative;
}

.productView-tab
  .tab-content
  .halo-custom-banner
  .halo-row-item
  .wrapper-content {
  border: 1px solid #232323;
  width: 100%;
  height: 100%;
}

.productView-tab .tab-content .halo-custom-banner .halo-row-item .banner-title {
  font-size: 30px;
  letter-spacing: 0.02em;
  margin-bottom: 20px;
}

.productView-tab .tab-content .halo-custom-banner .halo-row-item .desc {
  font-size: 12px;
  letter-spacing: 0.02em;
  color: #3c3c3c;
  line-height: 22px;
  margin: 0 auto 35px;
  max-width: 320px;
}

.productView-tab .tab-content .halo-custom-banner .halo-row-item .button {
  width: 100%;
  max-width: 217px;
}

.productView-tab .tab-content .custom-desc {
  margin-top: 30px;
}

.productView-tab .tab-content .custom-desc dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 6px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #cbcbcb;
  margin: 0;
  border-bottom: none;
}

.productView-tab .tab-content .custom-desc dl dt,
.productView-tab .tab-content .custom-desc dl dd {
  padding: 11px 10px 10px;
}

.productView-tab .tab-content .custom-desc dl dt {
  font-weight: 500;
  max-width: 400px;
  min-width: 150px;
  margin-right: 5px;
  color: #232323;
  letter-spacing: 0.02em;
  margin: 0;
}

.productView-tab .tab-content .custom-desc dl dd {
  border-left: 1px solid #cbcbcb;
  margin: 0;
  letter-spacing: 0.02em;
  color: #3c3c3c;
}

.productView-tab .tab-content .custom-desc dl:last-child {
  border-bottom: 1px solid #cbcbcb;
}

.productView-tab .tab-content .custom-desc.style-2 {
  margin: 0;
}

.productView-tab .tab-content .custom-desc.style-2 dl {
  border: none;
}

.productView-tab .tab-content .custom-desc.style-2 dl:nth-child(odd) {
  background: #f1f1f1;
}

.productView-tab .tab-content .custom-desc.style-2 dd {
  border: none;
}

.productView-tab .tab-content .custom-desc.style-2 p {
  margin-top: 25px;
}

.productView-tab .tab-content #tab-shipping-return h4 {
  margin-top: 0;
  letter-spacing: 0.02em;
  color: #232323;
  font-size: 14px;
  margin-bottom: 12px;
}

.productView-tab .tab-content #tab-shipping-return p {
  font-size: 12px;
  letter-spacing: 0.02em;
  line-height: 24px;
  color: #3c3c3c;
  margin-bottom: 23px;
}

.productView-tab.layout-vertical .tab-content .toggle-title {
  display: block;
}

.productView-tab.layout-vertical .tab-content > .tab-pane {
  display: block;
  opacity: 1;
}

.productView-tab.layout-vertical .tab-content .toggle-content {
  -webkit-transition: max-height 0.5s ease-out;
  transition: max-height 0.5s ease-out;
  max-height: 0;
  position: relative;
  overflow-y: hidden !important;
  overflow-x: hidden !important;
  border-bottom: 1px solid transparent;
}

.productView-tab.layout-vertical .tab-content .toggle-content .wrapper-content {
  padding: 15px 0px 30px;
}

.productView-tab.layout-vertical
  .tab-content
  .toggle-content
  .wrapper-content
  .custom-desc {
  margin: 0;
}

.productView-tab.layout-vertical
  .tab-content
  .toggle-content
  .wrapper-content
  .custom-desc
  dl
  dt {
  max-width: 170px;
}

/* END: Product View Tab */
#tab-review .productView-review .spr-header {
  margin-top: -10px;
}

#tab-review .productView-review .spr-summary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#tab-review .productView-review .spr-summary .spr-starrating {
  display: block;
  text-align: center;
  margin-right: 0;
  margin-bottom: 0px;
}

#tab-review .productView-review .spr-summary .spr-summary-caption {
  margin-bottom: 17px;
  letter-spacing: 0.02em;
}

#tab-review .productView-review .spr-summary .button {
  width: 100%;
  max-width: 218px;
  font-size: 14px;
}

#tab-review .spr-form {
  width: 100%;
  max-width: 570px;
}

#tab-review .spr-form .spr-form-title {
  display: block;
  text-align: left;
  text-transform: uppercase;
  margin: 42px 0 26px;
  font-size: 14px;
  letter-spacing: 0.05em;
}

#tab-review .spr-form .spr-form-contact-name,
#tab-review .spr-form .spr-form-contact-email,
#tab-review .spr-form .spr-form-contact-location,
#tab-review .spr-form .spr-form-review-rating,
#tab-review .spr-form .spr-form-review-title,
#tab-review .spr-form .spr-form-review-body {
  margin: 0 0 20px 0;
}

#tab-review .spr-form .spr-form-review-rating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#tab-review .spr-form .spr-form-review-rating .spr-form-label {
  width: 60px;
  margin: 0;
}

#tab-review .spr-form .spr-form-review-rating .spr-badge-starrating {
  font-size: 38px;
}

#tab-review
  .spr-form
  .spr-form-review-rating
  .spr-badge-starrating
  .spr-icon::before {
  font-size: 29px;
}

#tab-review .spr-form .spr-form-input-textarea {
  padding: 20px 17px;
}

#tab-review .spr-form .spr-form-actions {
  margin-top: 5px;
}

#tab-review .spr-form .spr-form-actions .button {
  width: 100%;
  max-width: 220px;
  padding-bottom: 14px;
  padding-top: 14px;
}

#tab-review .spr-reviews {
  margin: 35px 0 0 0;
}

#tab-review .spr-reviews .spr-review {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  margin-top: 15px;
  padding: 25px 30px 35px;
  border: 0;
  width: 100%;
  background-color: #ffffff;
  border: 1px solid #e6e6e6;
  position: relative;
}

#tab-review .spr-reviews .spr-review .spr-review-header-title {
  color: #232323;
  font-size: 14px;
  text-transform: capitalize;
  margin: 8px 0 9px;
  letter-spacing: 0.02em;
  font-weight: 600;
}

#tab-review .spr-reviews .spr-review .spr-review-header-byline {
  display: block;
  color: #999;
  margin: 0 0 12px;
  opacity: 1;
}

#tab-review .spr-reviews .spr-review .spr-review-header-byline strong {
  font-weight: 400;
  letter-spacing: 0.02em;
}

#tab-review .spr-reviews .spr-review .spr-review-content-body {
  color: #232323;
}

#tab-review .spr-reviews .spr-review .spr-review-footer {
  position: absolute;
  top: 55px;
  right: 35px;
}

#tab-review
  .spr-reviews
  .spr-review
  .spr-review-footer
  .spr-review-reportreview {
  display: inline-block;
  vertical-align: top;
  float: none;
  font-style: normal;
  text-decoration: underline;
  text-underline-offset: 0.3rem;
  font-size: var(--font-body-size);
  color: #e95144;
}

/* END: Product Tab Review */
.image-zoom {
  width: 100%;
  height: 100%;
  cursor: crosshair;
}

.image-zoom img {
  max-width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

@media (max-width: 1024px) {
  .productView-tab .tab-content .toggle-content {
    overflow-y: auto !important;
    overflow-x: hidden !important;
  }
}

@media (max-width: 992px) {
  .productView-soldProduct {
    display: block;
    margin-left: 0;
    margin-top: 10px;
  }
}

@media (max-width: 767px) {
  .halo-custom-banner .item {
    width: 100%;
    margin-bottom: 15px;
  }
  .halo-custom-banner .item .content-box {
    position: relative;
    padding: 35px 15px;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    top: 0;
  }
  .halo-custom-banner .item .content-box .button {
    margin-top: 0px;
  }
  .productView-tab .tab-content > .tab-pane {
    display: block;
    opacity: 1;
  }
  .productView-tab .tab-content .toggle-content {
    -webkit-transition: max-height 0.5s ease-out;
    transition: max-height 0.5s ease-out;
    max-height: 0;
    overflow: hidden;
    position: relative;
  }
  .productView-tab .tab-content .toggle-content .wrapper-content {
    padding: 15px 0px 30px;
  }
}

@media (max-width: 551px) {
  .productView-soldProduct {
    margin-left: 0;
    display: block;
    margin-top: 10px;
  }
  .frequently-bought-together-block .bundle-product-left .bundlePdItem {
    padding: 0;
  }
  .frequently-bought-together-block
    .bundle-product-left
    .bundlePdItem
    .bundlePdItem-wrapper::before {
    display: none;
  }
  .productView-stickyCart
    .sticky-product
    .sticky-right
    .sticky-actions
    form
    .quantity_selector {
    display: none;
  }
  .productView-stickyCart
    .sticky-product
    .sticky-right
    .sticky-actions
    form
    .product-form__submit {
    width: 160px;
  }
  .productView-tab .tab-content #tab-review .spr-reviews .spr-review {
    padding: 25px 20px 35px;
  }
  .productView-tab
    .tab-content
    #tab-review
    .spr-reviews
    .spr-review
    .spr-review-footer {
    position: relative;
    top: 0;
    right: 0;
    margin-top: 15px;
  }
}

@media (min-width: 768px) {
  .productView-information .halo-productView-left {
    width: 50%;
    margin-bottom: 0px;
    position: -webkit-sticky;
    position: sticky;
    top: 30px;
  }
  .productView-information .halo-productView-right {
    width: 50%;
    padding-left: 30px;
  }
  .frequently-bought-together-block
    .bundle-product-left
    .bundlePdItem
    .bundlePdItem-wrapper {
    padding: 15px;
  }
  .productView-tab .nav-tabs {
    display: block;
  }
  .productView-tab .tab-content .toggle-title {
    display: none;
  }
  .halo-custom-banner .halo-row-item.style-2 .row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
}

@media (min-width: 992px) {
  .productView-securityImage ul li {
    margin-right: 20px;
    margin-bottom: 20px;
  }
  .productView-tab .nav-tabs .nav-item .nav-link {
    margin: 0px 26px;
  }
  .productView-stickyCart .sticky-product .sticky-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .productView-stickyCart .sticky-product .sticky-right {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    width: 650px;
  }
}

@media (min-width: 1025px) {
  .productView-securityImage ul {
    overflow: visible;
  }
  .productView-nextProducts {
    display: block;
    position: absolute;
    right: 0;
    top: 20px;
    z-index: 4;
  }
  .productView-nextProducts .next-prev-icons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .productView-nextProducts .next-prev-icons .next-prev-icon.next-icon {
    margin-left: 24px;
  }
  .productView-nextProducts .next-prev-icons .next-prev-icon .icon {
    width: 15px;
    height: 15px;
  }
  .productView-nextProducts .next-prev-modal {
    position: absolute;
    top: calc(100% - 6px);
    left: auto;
    right: 0;
    z-index: 3;
    padding-top: 10px;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    -webkit-transform: translateY(15px);
    transform: translateY(15px);
    -webkit-transition: -webkit-transform 350ms ease;
    transition: -webkit-transform 350ms ease;
    transition: transform 350ms ease;
    transition:
      transform 350ms ease,
      -webkit-transform 350ms ease;
  }
  .productView-nextProducts .next-prev-modal .next-prev-content {
    display: none;
    width: 250px;
    background: #ffffff;
    padding: 10px 10px 8px 15px;
    -webkit-box-shadow: 0 3px 7px #0003;
    box-shadow: 0 3px 7px #0003;
  }
  .productView-nextProducts .next-prev-modal .next-prev-content.is-active {
    display: block;
  }
  .productView-nextProducts .next-prev-modal .card-information {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .productView-nextProducts
    .next-prev-modal
    .card-information
    .card-information__wrapper {
    display: inline-block;
    vertical-align: top;
    width: calc(100% - 60px);
    padding: 0 25px 0 0;
    position: relative;
    top: -6px;
  }
  .productView-nextProducts .next-prev-modal .card-information .card-vendor {
    margin: 0;
    overflow: hidden;
  }
  .productView-nextProducts .next-prev-modal .card-information .card-vendor a {
    white-space: normal;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    color: #969696;
    font-weight: 500;
    font-size: 12px;
    letter-spacing: 0.02em;
  }
  .productView-nextProducts .next-prev-modal .card-information .card-title {
    font-size: 11px;
    color: #232323;
    letter-spacing: 0.02em;
    overflow: hidden;
    white-space: normal;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
  }
  .productView-nextProducts .next-prev-modal .card-information .card-price {
    font-size: 13px;
    margin-top: 3px;
    color: #232323;
    letter-spacing: 0.02em;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .productView-nextProducts .next-prev-modal .card-media {
    display: inline-block;
    vertical-align: top;
    width: 60px;
    height: 90px;
    position: relative;
    z-index: 1;
  }
  .productView-nextProducts .next-prev-modal.is-show {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    -webkit-transform: translate(0);
    transform: translate(0);
  }
  .frequently-bought-together-block {
    clear: both;
  }
  .frequently-bought-together-block .bundle-product-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;
  }
  .frequently-bought-together-block .bundle-product-left {
    width: calc(100% - 240px);
  }
  .frequently-bought-together-block .bundle-product-right {
    width: 100%;
    max-width: 240px;
    position: relative;
    z-index: 1;
    text-align: center;
    padding: 15px 0 0 30px;
  }
  .frequently-bought-together-block
    .bundle-product-right
    .bundle-product-action
    .button {
    margin: 0 auto;
  }
  .frequently-bought-together-block .bundle-product-right .bundle-product-text {
    margin: 0 auto;
  }
  .productView-tab .tab-content .custom-desc dl dt,
  .productView-tab .tab-content .custom-desc dl dd {
    padding: 11px 20px 10px;
  }
  .productView-tab .tab-content .custom-desc dl dt {
    width: 100%;
  }
  .productView-stickyCart {
    -webkit-box-shadow: 0 1px 20px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 20px 0 rgba(0, 0, 0, 0.1);
    border: none;
  }
  .productView-stickyCart.show-sticky {
    bottom: 0px;
  }
}

@media (min-width: 1200px) {
  .productView-information .halo-productView-left {
    width: 470px;
  }
  .productView-information .halo-productView-right {
    width: calc(100% - 470px);
  }
}

/* END: Product Information */
/*# sourceMappingURL=component-product.css.map */
.halo-popup {
  display: block;
  position: fixed;
  top: 50%;
  left: 50%;
  height: auto;
  z-index: -1;
  width: 100%;
  max-width: calc(100% - 30px);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  background: #ffffff;
  -webkit-box-shadow: 0 6px 27px #0003;
  box-shadow: 0 6px 27px #0003;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  -webkit-transform: translate(calc(-50% - 25px), -50%);
  transform: translate(calc(-50% - 25px), -50%);
}

.halo-popup .halo-popup-wrapper {
  position: relative;
  padding: 30px;
}

.halo-popup .halo-popup-header {
  margin: 0 0 25px;
}

.halo-popup .halo-popup-header .halo-popup-title {
  font-size: 16px;
  font-weight: 700;
  overflow: hidden;
  white-space: normal;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  text-transform: uppercase;
  margin: 0;
  padding: 0;
  letter-spacing: 0.02em;
}

.halo-popup .halo-popup-header .halo-popup-close {
  display: block;
  position: absolute;
  top: -15px;
  right: -15px;
  width: 30px;
  height: 30px;
  line-height: 1;
  font-size: 0;
  letter-spacing: 0;
  text-align: center;
  padding: 7px;
  background: #232323;
  z-index: 9;
}

.halo-popup .halo-popup-header .halo-popup-close svg {
  width: 100%;
  height: 100%;
  fill: #ffffff;
  stroke: transparent;
}

.halo-popup .halo-popup-header .halo-popup-close:hover {
  background: #ef6454;
}

.halo-popup.customPopup-small .halo-popup-header .halo-popup-close {
  top: 10px;
  right: 10px;
  width: 18px;
  height: 18px;
  padding: 0;
  background: #ffffff;
}

.halo-popup.customPopup-small .halo-popup-header .halo-popup-close svg {
  fill: #5a5a5a;
  stroke: transparent;
}

.halo-popup.halo-popup-topDown {
  top: 0;
  -webkit-transform: translate(-50%, -100px);
  transform: translate(-50%, -100px);
}

body.compare-color-show {
  overflow: hidden;
}

body.compare-color-show .halo-compare-color-popup {
  pointer-events: auto;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 1;
  visibility: visible;
  z-index: 99999;
}

body.compare-color-show .background-overlay {
  z-index: 99999;
  opacity: 1;
  visibility: visible;
}

.halo-compare-color-popup {
  max-width: calc(100% - 40px);
}

.halo-compare-color-popup .halo-popup-wrapper {
  padding: 0;
}

.halo-compare-color-popup .halo-popup-header {
  border-bottom: 1px solid #e6e6e6;
  padding: 16px 30px 13px;
  margin-bottom: 0;
}

.halo-compare-color-popup .wrapper-content {
  padding: 15px 30px 15px;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  max-height: 80vh;
}

.halo-compare-color-popup .wrapper-content .halo-compareColors {
  padding: 15px 0;
}

.halo-compare-color-popup
  .wrapper-content
  .halo-compareColors
  .halo-compareColors-swatch {
  margin-bottom: 25px;
}

.halo-compare-color-popup
  .wrapper-content
  .halo-compareColors
  .compareColors-list
  .item {
  display: inline-block;
  vertical-align: top;
  margin: 0 10px 10px 0;
  position: relative;
}

.halo-compare-color-popup
  .wrapper-content
  .halo-compareColors
  .swatch-compare-color-option {
  display: none;
}

.halo-compare-color-popup
  .wrapper-content
  .halo-compareColors
  .swatch-compare-color-option:checked
  + .swatch-compare-color-label {
  border-color: #232323;
}

.halo-compare-color-popup
  .wrapper-content
  .halo-compareColors
  .swatch-compare-color-label {
  display: block;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  font-size: 0;
  letter-spacing: 0;
  width: 36px;
  height: 36px;
  margin: 0 auto;
  border: 2px solid #e6e6e6;
  background: 0 0;
  cursor: pointer;
  padding: 3px;
}

.halo-compare-color-popup
  .wrapper-content
  .halo-compareColors
  .swatch-compare-color-label::after,
.halo-compare-color-popup
  .wrapper-content
  .halo-compareColors
  .swatch-compare-color-label::before {
  display: none;
}

.halo-compare-color-popup
  .wrapper-content
  .halo-compareColors
  .swatch-compare-color-label
  .pattern {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.halo-compare-color-popup
  .wrapper-content
  .halo-compareColors
  .halo-compareColors-text {
  font-size: 12px;
  font-weight: 400;
  font-style: italic;
  color: #969696;
  text-transform: capitalize;
  letter-spacing: 0.02em;
}

.halo-compare-color-popup
  .wrapper-content
  .halo-compareColors
  .halo-compareColors-image {
  text-align: center;
}

.halo-compare-color-popup
  .wrapper-content
  .halo-compareColors
  .halo-compareColors-image
  .title {
  padding: 15px 0 25px;
  display: block;
}

@media (min-width: 1025px) {
  body.compare-color-show {
    padding-right: 10px;
  }
  .halo-compare-color-popup {
    max-width: 970px;
  }
}

body.newsletter-show {
  overflow: hidden;
}

body.newsletter-show .halo-newsletter-popup {
  pointer-events: auto;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 1;
  visibility: visible;
  z-index: 99;
}

body.newsletter-show .background-overlay-popup {
  z-index: 99;
  opacity: 1;
  visibility: visible;
}

.halo-newsletter-popup {
  max-width: 940px;
}

.halo-newsletter-popup .halo-popup-header {
  margin: 0;
}

.halo-newsletter-popup .halo-popup-wrapper {
  padding: 0;
}

.halo-newsletter-popup .wrapper-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.halo-newsletter-popup .halo-popup-banner {
  width: 470px;
  display: inline-block;
  max-height: 100%;
  overflow: hidden;
}

.halo-newsletter-popup .halo-popup-content {
  overflow-x: hidden;
  overflow-y: auto;
  max-height: 81vh;
  vertical-align: top;
  height: 100%;
  padding: 70px 30px 40px;
  width: calc(100% - 470px);
}

.halo-newsletter-popup .halo-popup-content .header-content {
  padding: 0;
  max-width: 270px;
  margin: 0 auto;
}

.halo-newsletter-popup
  .halo-popup-content
  .header-content
  .newsletter-popup-title {
  font-size: 20px;
  margin: 0 0 10px;
  letter-spacing: 0.05em;
}

.halo-newsletter-popup .halo-popup-content .header-content .desc {
  display: block;
  font-weight: 400;
  line-height: 22px;
  padding: 2px 0 22px;
}

.halo-newsletter-popup .halo-popup-content .newsletter {
  width: 100%;
  max-width: 270px;
  margin: 0 auto;
}

.halo-newsletter-popup
  .halo-popup-content
  .newsletter
  .newsletter-form
  .newsletter-form__field-wrapper {
  display: block;
}

.halo-newsletter-popup
  .halo-popup-content
  .newsletter
  .newsletter-form
  .newsletter-form__field-wrapper
  .field__input {
  background-color: transparent;
  text-align: center;
}

.halo-newsletter-popup
  .halo-popup-content
  .newsletter
  .newsletter-form
  .newsletter-form__field-wrapper
  .field {
  margin-right: 0;
}

.halo-newsletter-popup .halo-popup-content .newsletter .button {
  margin-top: 10px;
  max-width: 100%;
  width: 100%;
}

.halo-newsletter-popup .halo-popup-content .list-social {
  text-align: center;
  margin-top: 37px;
  margin-bottom: 10px;
}

.halo-newsletter-popup .halo-popup-content .list-social .list-social__item {
  margin-right: 0;
}

.halo-newsletter-popup
  .halo-popup-content
  .list-social
  .list-social__link::before {
  display: none;
}

.halo-newsletter-popup .halo-popup-content .list-social .list-social__link svg {
  width: 18px;
  height: 18px;
}

.halo-newsletter-popup .halo-popup-content .newsletter--checked {
  margin-top: 10px;
  display: inline-block !important;
  width: auto !important;
}

.halo-newsletter-popup .halo-popup-content .newsletter--checked label {
  text-align: center;
  font-weight: 400;
}

@media (max-width: 991px) {
  .halo-newsletter-popup {
    max-width: 420px;
  }
  .halo-newsletter-popup .halo-popup-banner {
    display: none;
  }
  .halo-newsletter-popup .halo-popup-content {
    width: 100%;
  }
}

@media (max-width: 551px) {
  .halo-newsletter-popup {
    max-width: calc(100% - 30px);
  }
}

@media (min-width: 1025px) {
  body.newsletter-show {
    padding-right: 10px;
  }
}

body.notification-show .halo-notification-popup {
  pointer-events: auto;
  opacity: 1;
  visibility: visible;
  z-index: 2;
  bottom: 50px;
}

body.notification-show .halo-notification-popup.halo-notification-left {
  bottom: 40px;
}

.halo-notification-popup {
  width: 100%;
  max-width: 367px;
  top: auto;
  left: auto;
  right: 50px;
  bottom: 80px;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transition: all ease 0.7s;
  transition: all ease 0.7s;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15);
}

.halo-notification-popup .halo-popup-header {
  margin: 0;
}

.halo-notification-popup .halo-popup-header .halo-popup-close {
  top: -14px;
  right: -13px;
  width: 27px;
  height: 27px;
}

.halo-notification-popup .halo-popup-wrapper {
  padding: 10px;
}

.halo-notification-popup .halo-popup-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.halo-notification-popup .halo-popup-content .product-image {
  max-width: 60px;
}

.halo-notification-popup .halo-popup-content .product-image img {
  width: 100%;
  height: 100%;
}

.halo-notification-popup .halo-popup-content .product-content {
  margin-left: 26px;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 0.02em;
  color: #969696;
  padding: 5px 0px;
}

.halo-notification-popup .halo-popup-content .product-content a {
  color: #323232;
}

.halo-notification-popup .halo-popup-content .product-content .info-ago {
  margin-top: 10px;
}

.halo-notification-popup.halo-notification-left {
  right: auto;
  left: 40px;
}

@media (max-width: 1024px) {
  body.notification-show .halo-notification-popup {
    bottom: 84px !important;
  }
  .halo-notification-popup {
    right: 15px !important;
  }
  .halo-notification-popup.halo-notification-left {
    left: 15px !important;
  }
}

@media (max-width: 551px) {
  body.notification-show .halo-notification-popup {
    bottom: 69px !important;
  }
  .halo-notification-popup {
    max-width: 100%;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-top: 1px solid #dadada;
    border-bottom: 1px solid #dadada;
    right: 0 !important;
    box-shadow: none !important;
  }
  .halo-notification-popup.halo-notification-left {
    left: 0px !important;
  }
  .halo-notification-popup.halo-popup {
    right: auto;
    left: 0;
    bottom: 80px;
  }
  .halo-notification-popup .halo-popup-header .halo-popup-close {
    top: 0;
    right: 0;
  }
  .halo-notification-popup .halo-popup-content .product-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: 20px;
  }
}

@media (max-width: 360px) {
  .halo-notification-popup .halo-popup-content .product-content .product-name,
  .halo-notification-popup .halo-popup-content .product-content .text {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
  }
  .halo-notification-popup .halo-popup-content .product-content .info-ago {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
  }
}

body.notify-me-show {
  overflow: hidden;
}

body.notify-me-show .halo-notify-popup {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 999;
}

body.notify-me-show .background-overlay-popup {
  z-index: 999;
  opacity: 1;
  visibility: visible;
}

.halo-notify-popup {
  max-width: 470px;
}

.halo-notify-popup .form-field .form-label {
  text-align: center;
  margin-bottom: 23px;
  letter-spacing: 0.02em;
  font-weight: 500;
}

.halo-notify-popup .form-field input {
  text-align: center;
}

.halo-notify-popup .button {
  width: 100%;
  margin-left: 0;
  margin-top: 10px;
}

@media (min-width: 1025px) {
  body.notify-me-show {
    padding-right: 10px;
  }
}

body.edit-cart-show {
  overflow: hidden;
}

body.edit-cart-show .halo-edit-cart-popup {
  pointer-events: auto;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 1;
  visibility: visible;
  z-index: 9999;
}

body.edit-cart-show .background-overlay-popup {
  z-index: 999;
  opacity: 1;
  visibility: visible;
  background: transparent;
}

.halo-edit-cart-popup {
  max-width: 840px;
}

.halo-edit-cart-popup .halo-popup-wrapper {
  padding: 0px;
}

.halo-edit-cart-popup .halo-popup-header {
  padding: 28px 30px 28px;
  margin: 0;
}

.halo-edit-cart-popup .cart-edit {
  padding: 0 50px;
}

.halo-edit-cart-popup .halo-product-block {
  margin: 0;
}

.halo-edit-cart-popup .product-edit-item {
  font-size: 0;
  letter-spacing: 0;
}

.halo-edit-cart-popup .product-edit-itemLeft {
  display: inline-block;
  vertical-align: top;
  width: 120px;
}

.halo-edit-cart-popup .product-edit-itemCenter {
  width: 265px;
  display: inline-block;
  vertical-align: top;
  padding: 0 30px;
}

.halo-edit-cart-popup .product-edit-itemCenter .product-edit-title {
  overflow: hidden;
  white-space: normal;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  font-size: 12px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0.02em;
  text-transform: capitalize;
  color: #232323;
  padding: 0 0 2px;
  margin-top: 0;
  margin-bottom: 0;
}

.halo-edit-cart-popup .product-edit-itemCenter .product-edit-title-variant {
  display: block;
  color: #969696;
  font-weight: 400;
  font-size: 12px;
  margin-top: 4px;
}

.halo-edit-cart-popup .product-edit-itemCenter .card-price {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-top: 9px;
}

.halo-edit-cart-popup .product-edit-itemCenter .product-quantity {
  margin-top: 9px;
}

.halo-edit-cart-popup
  .product-edit-itemCenter
  .product-quantity
  .previewCartItem-qty {
  margin-top: 10px;
}

.halo-edit-cart-popup .product-edit-itemRight {
  display: inline-block;
  vertical-align: top;
  width: calc(100% - 386px);
  text-align: left;
  position: relative;
}

.halo-edit-cart-popup .add-more {
  display: block;
  padding: 25px 0 27px 16px;
  border-top: 1px solid #e8e8e8;
  font-size: 12px;
  position: relative;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.02em;
  color: #232323;
  margin: 18px 0 0;
}

.halo-edit-cart-popup .add-more .text::before {
  top: 50%;
  content: "";
  width: 10px;
  height: 1px;
  line-height: 22px;
  left: 0;
  display: block;
  position: absolute;
  background-color: #232323;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.halo-edit-cart-popup .add-more .text::after {
  top: 50%;
  content: "";
  width: 1px;
  height: 10px;
  line-height: 22px;
  left: 4px;
  display: block;
  position: absolute;
  background-color: #232323;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.halo-edit-cart-popup .product-edit-action .button {
  width: 100%;
  max-width: 100%;
  position: relative;
  bottom: -1px;
}

.halo-edit-cart-popup .product-edit-action .button:hover {
  background-color: #232323;
  border-color: #232323;
  color: #ffffff;
}

@media (max-width: 991px) {
  .halo-edit-cart-popup {
    max-width: calc(100% - 30px);
  }
}

@media (max-width: 767px) {
  .halo-edit-cart-popup .cart-edit {
    padding: 0 40px;
  }
  .halo-edit-cart-popup .cart-edit .product-edit-itemLeft {
    display: none;
  }
  .halo-edit-cart-popup .cart-edit .product-edit-itemCenter {
    padding: 0 30px 0px 0px;
    width: 50%;
  }
  .halo-edit-cart-popup .cart-edit .product-edit-itemRight {
    width: 50%;
  }
}

@media (max-width: 551px) {
  .halo-edit-cart-popup .cart-edit .product-edit-itemLeft {
    display: none;
  }
  .halo-edit-cart-popup .cart-edit .product-edit-itemCenter {
    padding: 0;
    width: 100%;
  }
  .halo-edit-cart-popup .cart-edit .product-edit-itemRight {
    margin-top: 35px;
    width: 100%;
  }
}

@media (min-width: 1025px) {
  body.edit-cart-show {
    padding-right: 10px;
  }
}

body.quickshop-popup-show {
  overflow: hidden;
}

body.quickshop-popup-show .halo-quickshop-popup {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 999;
}

body.quickshop-popup-show .background-overlay-popup {
  z-index: 999;
  opacity: 1;
  visibility: visible;
}

.halo-quickshop-popup {
  max-width: calc(100% - 30px);
}

.halo-quickshop-popup .halo-popup-header {
  margin: 0;
}

.halo-quickshop-popup .halo-popup-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
}

.halo-quickshop-popup .halo-productView-left {
  width: 45%;
  padding-right: 30px;
  display: none;
}

.halo-quickshop-popup .halo-productView-right {
  width: 100%;
  margin-bottom: 0;
}

.halo-quickshop-popup .halo-productView-right .product-title {
  font-size: 16px;
  font-weight: 500;
  padding-bottom: 15px;
  display: block;
}

.halo-quickshop-popup .halo-productView-right .card-price {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding-bottom: 10px;
}

.halo-quickshop-popup .halo-productView-right .card-price .price-item .money {
  font-size: 16px;
  font-weight: 500;
}

.halo-quickshop-popup
  .halo-productView-right
  .productView-variants
  .form__label {
  font-size: 14px;
}

.halo-quickshop-popup
  .halo-productView-right
  .productView-variants
  [data-header-option] {
  font-size: 12px;
}

.halo-quickshop-popup
  .halo-productView-right
  .productView-variants
  .product-form__label {
  margin-bottom: 11px;
}

.halo-quickshop-popup
  .halo-productView-right
  .productView-variants
  .product-form__swatch
  .product-form__label {
  margin-bottom: 0;
}

.halo-quickshop-popup .halo-productView-right .wrapper-action {
  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;
  padding: 15px 0px 15px;
}

.halo-quickshop-popup
  .halo-productView-right
  .wrapper-action
  .previewCartItem-qty {
  margin-top: 0;
}

.halo-quickshop-popup .halo-productView-right .wrapper-action .btn-card-action {
  width: calc(100% - 110px);
}

.halo-quickshop-popup
  .halo-productView-right
  .wrapper-action
  .btn-card-action
  .button {
  width: 100%;
}

.halo-quickshop-popup .halo-productView-right .productView-notifyMe {
  padding: 5px 0 30px;
}

.halo-quickshop-popup .halo-productView-right .productView-see-details {
  padding-bottom: 15px;
}

.halo-quickshop-popup .halo-productView-right .productView-see-details .button {
  width: 100%;
}

@media (min-width: 551px) {
  .halo-quickshop-popup .halo-productView-left {
    display: block;
  }
  .halo-quickshop-popup .halo-productView-right {
    width: 55%;
  }
}

@media (min-width: 768px) {
  .halo-quickshop-popup {
    max-width: 680px;
  }
}

@media (min-width: 1025px) {
  body.quickshop-popup-show {
    padding-right: 10px;
  }
}

body.quick-view-show {
  overflow: hidden;
}

body.quick-view-show .halo-quick-view-popup {
  pointer-events: auto;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 1;
  visibility: visible;
  z-index: 999;
}

body.quick-view-show .background-overlay-popup {
  z-index: 999;
  opacity: 1;
  visibility: visible;
}

.halo-quick-view-popup {
  max-width: calc(100% - 30px);
}

.halo-quick-view-popup .halo-popup-wrapper {
  padding: 0;
}

.halo-quick-view-popup .halo-popup-wrapper .halo-popup-content {
  padding: 30px 20px;
}

.halo-quick-view-popup .halo-popup-header {
  margin: 0;
}

.halo-quick-view-popup .halo-popup-content {
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  max-height: 80vh;
}

@media (max-width: 767px) {
  .halo-quick-view-popup .productView-information .halo-productView-left {
    display: none;
  }
}

@media (min-width: 992px) {
  .halo-quick-view-popup {
    max-width: 1020px;
  }
  .halo-quick-view-popup .halo-popup-content {
    padding: 30px;
  }
  .halo-quick-view-popup .productView-information .halo-productView-left {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
  }
}

@media (min-width: 1025px) {
  body.quick-view-show {
    padding-right: 10px;
  }
}

@media (min-width: 1600px) {
  .halo-quick-view-popup .halo-popup-wrapper .halo-popup-content {
    padding: 50px;
  }
}

.halo-recently-viewed-popup {
  top: 50%;
  left: auto;
  right: 0;
  width: 40px;
  -webkit-box-shadow: 0 3px 7px #0003;
  box-shadow: 0 3px 7px #0003;
  z-index: 9;
  border-radius: 0 !important;
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.halo-recently-viewed-popup .recently-viewed-icon {
  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;
  position: relative;
  cursor: pointer;
  width: 40px;
  height: 40px;
  background-color: #ffffff;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}

.halo-recently-viewed-popup .recently-viewed-icon svg {
  position: relative;
  width: 20px;
  height: 20px;
  fill: #232323;
  stroke: #232323;
}

.halo-recently-viewed-popup .recently-viewed-icon + .recently-viewed-icon {
  border-top: 1px solid #cccccc;
}

.halo-recently-viewed-popup .recently-viewed-icon.social-media-icon svg {
  stroke: transparent;
}

.halo-recently-viewed-popup .recently-viewed-icon.is-open::before {
  content: "";
  display: block;
  background: #ffffff;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 100;
}

.halo-recently-viewed-popup .recently-viewed-icon.is-open svg {
  z-index: 100;
}

.halo-recently-viewed-popup .recently-viewed-icon.ask-icon {
  padding: 9px;
  opacity: 0.8;
}

.halo-recently-viewed-popup .recently-viewed-tab {
  position: fixed;
  top: 0;
  left: auto;
  right: 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #ffffff;
  -webkit-box-shadow: 0 3px 7px #0003;
  box-shadow: 0 3px 7px #0003;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  z-index: -1;
}

.halo-recently-viewed-popup .recently-viewed-tab.is-visible {
  right: 40px;
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  z-index: 1;
}

.halo-recently-viewed-popup .recently-viewed-tab.recently-viewed-list {
  width: 80px;
}

.halo-recently-viewed-popup
  .recently-viewed-tab.recently-viewed-list
  .products-grid {
  position: relative;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}

.halo-recently-viewed-popup
  .recently-viewed-tab.recently-viewed-list
  .products-grid
  .no-products {
  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;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 10px 0 20px;
}

.halo-recently-viewed-popup
  .recently-viewed-tab.recently-viewed-list
  .products-grid
  .no-products
  svg {
  width: 46px;
  height: 46px;
  opacity: 0.1;
  margin: 0 0 10px;
}

.halo-recently-viewed-popup
  .recently-viewed-tab.recently-viewed-list
  .products-grid
  .no-products
  .text {
  font-size: 11px;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 0.02em;
  padding: 0 10px;
}

.halo-recently-viewed-popup .recently-viewed-tab.recently-viewed-share {
  width: 60px;
}

.halo-recently-viewed-popup
  .recently-viewed-tab.recently-viewed-share
  .recently-viewed-title {
  padding-top: 16px;
}

.halo-recently-viewed-popup .recently-viewed-tab .recently-viewed-title {
  position: relative;
  font-size: 11px;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  padding: 8px 5px 5px;
  margin-top: 0;
  margin-bottom: 0;
}

.halo-recently-viewed-popup .recently-viewed-tab .recently-viewed-media {
  margin: 10px 0 0;
}

.halo-recently-viewed-popup .recently-viewed-tab .list-social__item {
  display: inline-block;
  vertical-align: top;
  margin: 0 15px 6px 0;
}

.halo-recently-viewed-popup .recently-viewed-tab .list-social__link {
  display: block;
  position: relative;
  width: 100%;
  line-height: 1;
  font-size: 0;
  letter-spacing: 0;
  border-radius: 50%;
  padding: 12px;
  background-color: #ffffff;
}

.halo-recently-viewed-popup .recently-viewed-tab .list-social__link svg {
  width: 18px;
  height: 18px;
  fill: #3c3c3c;
}

.halo-recently-viewed-popup .recently-viewed-tab .list-social-2 {
  position: relative;
}

.halo-recently-viewed-popup
  .recently-viewed-tab
  .list-social-2
  .list-social__item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 40px;
  margin: 0;
}

.halo-recently-viewed-popup
  .recently-viewed-tab
  .list-social-2
  .list-social__item:hover {
  -webkit-box-shadow: 0 3px 7px #0003;
  box-shadow: 0 3px 7px #0003;
}

.halo-recently-viewed-popup
  .recently-viewed-tab
  .list-social-2
  .list-social__link {
  width: auto;
  border: none;
  border-radius: 0;
  background-color: transparent !important;
  padding: 0;
}

.halo-recently-viewed-popup
  .recently-viewed-tab
  .list-social-2
  .list-social__link
  svg {
  width: 19px;
  height: 19px;
  fill: #3c3c3c !important;
}

.halo-recently-viewed-popup
  .recently-viewed-tab
  .list-social-2
  .list-social__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: auto;
  right: 40px;
  background: #ffffff;
  width: auto;
  height: 100%;
  padding: 4px 0 0 15px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  overflow: hidden;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.halo-recently-viewed-popup
  .recently-viewed-tab
  .list-social-2
  .list-social__info
  a {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1.2;
  text-transform: uppercase;
  color: #3c3c3c;
}

.halo-recently-viewed-popup
  .recently-viewed-tab
  .list-social-2
  .list-social__info
  a
  .text {
  -webkit-transition: -webkit-text-decoration 100ms ease;
  transition: -webkit-text-decoration 100ms ease;
  transition: text-decoration 100ms ease;
  transition:
    text-decoration 100ms ease,
    -webkit-text-decoration 100ms ease;
  text-underline-offset: 0.2rem;
}

@media (min-width: 551px) {
  .halo-recently-viewed-popup {
    right: 2px;
    border: none;
  }
}

@media (min-width: 1025px) {
  .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:
      opacity 0.2s,
      -webkit-transform 0.2s;
    transition:
      transform 0.2s,
      opacity 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 #0003;
    box-shadow: 0 0 0 2px #0003;
  }
  .list-social-2 .list-social__item:hover .list-social__info {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    right: 100%;
  }
  .recently-viewed-icon:hover {
    background-color: #e5e5e5;
  }
}

body.search-popup-show {
  overflow: hidden;
}

body.search-popup-show .halo-search-popup {
  pointer-events: auto;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  opacity: 1;
  visibility: visible;
  z-index: 99;
}

body.search-popup-show .background-overlay {
  z-index: 99;
  opacity: 1;
  visibility: visible;
}

.halo-search-popup {
  max-width: 100%;
}

.halo-search-popup .halo-popup-header {
  position: relative;
}

.halo-search-popup .halo-popup-header .halo-popup-close {
  top: -4px;
  right: 0;
  background: transparent !important;
  padding: 4px;
}

.halo-search-popup .halo-popup-header .halo-popup-close svg {
  fill: #00163a;
}

.halo-search-popup .halo-popup-content {
  max-width: 100%;
}

.halo-search-popup .halo-popup-content .search-bar {
  margin-bottom: 50px;
  background: transparent;
}

.halo-search-popup .halo-popup-content .input-group-field {
  color: #00163a;
  padding: 15px 0px 15px;
  font-size: 14px;
  width: calc(100% - 25px);
}

.halo-search-popup .halo-popup-content .icon-search {
  width: 23px;
  height: 23px;
  min-width: 23px;
  padding: 0;
}

.halo-search-popup .halo-popup-content .icon-search svg {
  width: 100%;
  height: 100%;
  fill: #00163a;
}

.halo-search-popup .quickSearchResultsWrap {
  position: relative;
  z-index: 9;
  opacity: 1;
  visibility: visible;
  -webkit-box-shadow: none;
  box-shadow: none;
  width: 100%;
  top: 0;
  padding: 0;
  max-height: calc(80vh - 50px);
}

.halo-search-popup .quickSearchResultsWrap .search-block-title .text {
  font-size: 14px;
  letter-spacing: 0;
  color: #00163a;
  font-style: italic;
  font-weight: 900;
}

.halo-search-popup .quickSearchResultsWrap .list-item .link {
  padding: 13px 20px 10px 12px;
  color: #00163a;
  font-size: 14px;
  background: #f2f2f2;
  border-radius: 4px;
}

.skin-1 .halo-search-popup {
  max-width: 1200px;
}

.skin-1 .halo-search-popup .halo-popup-header .halo-popup-close svg {
  fill: #232323;
}

.skin-1 .halo-search-popup .halo-popup-content {
  margin-left: 0;
}

.skin-1 .halo-search-popup .halo-popup-content .input-group-field {
  font-size: 12px;
  color: #323232;
}

.skin-1 .halo-search-popup .halo-popup-content .icon-search svg {
  fill: #232323;
}

.skin-1 .halo-search-popup .quickSearchResultsWrap .search-block-title .text {
  color: #232323;
  font-style: normal;
  font-weight: 600;
}

.skin-1 .halo-search-popup .quickSearchResultsWrap .list-item .link {
  padding: 6px 10px 6px 7px;
  text-transform: lowercase;
  background-color: #f7f7f7;
  color: #868686;
}

@media (min-width: 1025px) {
  body.search-popup-show {
    padding-right: 10px;
  }
}

body.size-chart-show {
  overflow: hidden;
}

body.size-chart-show .halo-size-chart-popup {
  pointer-events: auto;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 1;
  visibility: visible;
  z-index: 99999;
}

body.size-chart-show .background-overlay {
  z-index: 99999;
  opacity: 1;
  visibility: visible;
}

.halo-size-chart-popup {
  max-width: calc(100% - 30px);
}

.halo-size-chart-popup .halo-popup-wrapper {
  padding: 0;
}

.halo-size-chart-popup .halo-popup-header {
  border-bottom: 1px solid #e6e6e6;
  padding: 16px 15px 13px;
  margin-bottom: 0;
}

.halo-size-chart-popup .wrapper-content {
  padding: 20px;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  max-height: 80vh;
}

.halo-size-chart-popup .wrapper-content img {
  width: 100%;
}

@media (min-width: 768px) {
  .halo-size-chart-popup {
    max-width: 700px;
  }
  .halo-size-chart-popup .wrapper-content {
    padding: 30px 50px 30px;
  }
}

@media (min-width: 1025px) {
  body.size-chart-show {
    padding-right: 10px;
  }
}

body.common-popup {
  overflow: hidden;
}

body.common-popup .halo-common-popup {
  pointer-events: auto;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 1;
  visibility: visible;
  z-index: 99999;
}

body.common-popup .background-overlay {
  z-index: 99999;
  opacity: 1;
  visibility: visible;
}

.halo-common-popup {
  max-width: calc(100% - 30px);
}

.halo-common-popup .halo-popup-wrapper {
  padding: 0;
}

.halo-common-popup .halo-popup-header {
  border-bottom: 1px solid #e6e6e6;
  padding: 16px 15px 13px;
  margin-bottom: 0;
}

.halo-common-popup .wrapper-content {
  padding: 20px 20px 40px;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  max-height: 80vh;
}

.halo-common-popup .wrapper-content .ask-an-expert {
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
}

.halo-common-popup .wrapper-content .ask-an-expert .heading {
  display: block;
  margin: 0 auto;
  padding: 15px;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 0.02em;
}

.halo-common-popup .wrapper-content .ask-an-expert .text {
  display: block;
  font-size: 12px;
  font-weight: var(--font-weight-normal);
  color: #5a5a5a;
  line-height: 22px;
  letter-spacing: 0.02em;
  margin: 0 auto;
  padding: 2px 30px 0;
}

.halo-common-popup .wrapper-content .ask-an-expert .intro {
  font-size: 12px;
  font-weight: 500;
  color: #232323;
  line-height: 22px;
  letter-spacing: 0.02em;
  margin: 24px 0 0;
  padding: 22px 0 23px;
  border-top: 1px solid #e6e6e6;
}

.halo-common-popup .wrapper-content .ask-an-expert .form-field label {
  font-weight: 400;
}

.halo-common-popup .wrapper-content .ask-an-expert .form-field + .form-field {
  margin-top: 15px;
}

.halo-common-popup
  .wrapper-content
  .ask-an-expert
  .form-field
  + .form-field.form-field-radio {
  margin-top: 22px;
}

.halo-common-popup
  .wrapper-content
  .ask-an-expert
  .form-field.form-field-radio
  .form-label {
  display: inline-block;
  vertical-align: top;
  width: auto;
  margin: 0 25px 0 0;
}

.halo-common-popup
  .wrapper-content
  .ask-an-expert
  .form-field.form-field-radio-2
  .form-label:first-child {
  display: block;
  margin-right: 0;
  margin-bottom: 15px;
}

.halo-common-popup
  .wrapper-content
  .ask-an-expert
  .form-field.form-field-textarea {
  margin-top: 23px;
}

.halo-common-popup .wrapper-content .ask-an-expert .form-actions {
  margin-top: 23px;
}

.halo-common-popup .wrapper-content .ask-an-expert .form-actions .button {
  max-width: 100%;
  width: 100%;
}

@media (min-width: 768px) {
  .halo-common-popup {
    max-width: 700px;
  }
  .halo-common-popup .wrapper-content {
    padding: 30px 50px 50px;
  }
}

@media (min-width: 1025px) {
  body.common-popup {
    padding-right: 10px;
  }
}

.halo-accept-cookie-popup {
  position: fixed;
  bottom: 50px;
  left: 50px;
  width: 100%;
  max-width: 440px;
  background: #000000;
  padding: 20px 23px 24px;
  border-radius: 3px;
  z-index: 9;
}

.halo-accept-cookie-popup.is-hidden {
  opacity: 0;
  bottom: 45px;
  -webkit-transition: all ease 0.7s;
  transition: all ease 0.7s;
  z-index: -1;
  visibility: hidden;
}

.halo-accept-cookie-popup .desc {
  color: #ffffff;
  line-height: 26px;
  letter-spacing: 0.02em;
}

.halo-accept-cookie-popup .group-action-links {
  text-align: right;
  padding-top: 22px;
}

.halo-accept-cookie-popup .group-action-links .accept-cookie {
  color: #aaaaaa;
  font-size: 15px;
  line-height: 22px;
  font-weight: 400;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 0.02em;
}

.halo-accept-cookie-popup .group-action-links .accept-cookie:hover {
  color: #ffffff;
}

.halo-accept-cookie-popup .group-action-links .accept {
  margin-left: 30px;
  font-size: 15px;
  color: #ffffff;
  font-weight: 500;
  letter-spacing: 0.02em;
}

@media (max-width: 1024px) {
  .halo-accept-cookie-popup {
    bottom: 83px;
    left: 15px;
  }
}

@media (max-width: 551px) {
  .halo-accept-cookie-popup {
    max-width: 100%;
    bottom: 67px;
    left: 0;
    text-align: center;
  }
  .halo-accept-cookie-popup .desc {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  .halo-accept-cookie-popup .group-action-links {
    text-align: center;
  }
}

.live_help_group {
  position: absolute;
  top: 17px;
  width: 100%;
  max-width: 370px;
  right: -20px;
  opacity: 0;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  z-index: -3;
  visibility: hidden;
  background-color: #ffffff;
  padding: 30px;
  -webkit-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.1);
}

.live_help_group.open {
  display: block;
  top: 32px;
  opacity: 1;
  z-index: 99;
  overflow: visible;
  visibility: visible;
}

.live_help_group .title {
  font-size: 14px;
  font-weight: bold;
  line-height: 26px;
  color: #202020;
  margin-bottom: 5px;
}

.live_help_group .desc {
  font-size: 13px;
  line-height: 24px;
  font-weight: 400;
  color: #202020;
}

.live_help_group .button-1 {
  font-size: 14px;
  font-weight: 400;
  color: #ffffff;
  line-height: 26px;
  text-transform: capitalize;
  padding: 8px 0;
  width: 100%;
  max-width: 190px;
  text-align: left;
  padding-left: 28px;
  margin-top: 42px;
}

.live_help_group .button-1 svg {
  margin-right: 10px !important;
}

.live_help_group .button-1:hover svg {
  fill: #ffffff !important;
  stroke: #ffffff !important;
}

.live_help_group .text {
  font-size: 13px;
  line-height: 24px;
  font-weight: 400;
  color: #202020;
  margin: 14px 0 24px 0;
}

.live_help_group .text .underline {
  text-decoration: underline;
  text-underline-offset: 0.2rem;
}

.live_help_group .live-ask-an-expert {
  border-bottom: 1px solid #ececec;
}

.live_help_group .live-contact-us {
  margin-top: 22px;
}
/*# sourceMappingURL=popup.css.map */ /* ===  Sidebar === */
.halo-sidebar {
  position: fixed;
  top: 0;
  bottom: 0;
  padding: 0;
  height: 100%;
  z-index: 101;
  max-width: calc(100% - 40px);
  width: 100%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition:
    opacity 0.5s,
    visibility 350ms ease,
    -webkit-transform 350ms ease;
  transition:
    opacity 0.5s,
    visibility 350ms ease,
    -webkit-transform 350ms ease;
  transition:
    opacity 0.5s,
    transform 350ms ease,
    visibility 350ms ease;
  transition:
    opacity 0.5s,
    transform 350ms ease,
    visibility 350ms ease,
    -webkit-transform 350ms ease;
  background-color: #ffffff;
}

.halo-sidebar.halo-sidebar-right {
  right: 0;
  -webkit-transform: translate(101%);
  transform: translate(101%);
}

.halo-sidebar.halo-sidebar-left {
  left: 0;
  -webkit-transform: translate(-101%);
  transform: translate(-101%);
}

.halo-sidebar .halo-sidebar-header {
  position: relative;
  padding: 24px 20px 0;
  background-color: #fff;
}

.halo-sidebar .halo-sidebar-header .title {
  display: block;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  letter-spacing: 0.02em;
  line-height: 22px;
  color: #232323;
  text-transform: uppercase;
}

.halo-sidebar .halo-sidebar-header .halo-sidebar-close {
  position: absolute;
  top: 16px;
  right: 17px;
  width: 40px;
  height: 40px;
  font-size: 0;
  z-index: 10;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  pointer-events: auto;
  background-color: transparent;
}

.halo-sidebar .halo-sidebar-header .halo-sidebar-close svg {
  display: block;
  width: 18px;
  height: 18px;
  fill: #5a5a5a;
  stroke: transparent;
}

.halo-sidebar .halo-sidebar-wrapper {
  height: 100%;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0 0 70px;
}

@media (max-width: 767px) {
  .halo-sidebar .halo-sidebar-header {
    padding: 9px 20px 9px;
    border-bottom: 1px solid #e6e6e6;
  }
  .halo-sidebar .halo-sidebar-close {
    top: 0px !important;
    background: #232323 !important;
  }
  .halo-sidebar .halo-sidebar-close svg {
    fill: #ffffff !important;
  }
  .halo-sidebar.halo-sidebar-left .halo-sidebar-close {
    right: -40px !important;
  }
  .halo-sidebar.halo-sidebar-right .halo-sidebar-close {
    left: -40px !important;
  }
}

@media (min-width: 1025px) {
  .halo-sidebar .halo-sidebar-header {
    padding-left: 30px;
    padding-right: 30px;
  }
}

.page-sidebar {
  position: fixed;
  top: 0;
  bottom: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  z-index: 101;
  max-width: calc(100% - 40px);
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translate(-101%);
  transform: translate(-101%);
  -webkit-transition:
    opacity 0.5s,
    visibility 350ms ease,
    -webkit-transform 350ms ease;
  transition:
    opacity 0.5s,
    visibility 350ms ease,
    -webkit-transform 350ms ease;
  transition:
    opacity 0.5s,
    transform 350ms ease,
    visibility 350ms ease;
  transition:
    opacity 0.5s,
    transform 350ms ease,
    visibility 350ms ease,
    -webkit-transform 350ms ease;
  background-color: #ffffff;
}

.page-sidebar .halo-sidebar-wrapper {
  padding: 30px 15px;
  height: 100%;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  max-height: calc(100vh - 20px);
}

.page-sidebar .sidebarBlock {
  margin-bottom: 38px;
}

.page-sidebar .halo-sidebar-header {
  position: relative;
  padding: 24px 20px 0;
  background-color: #fff;
  padding: 9px 20px 9px;
  border-bottom: 1px solid #e6e6e6;
}

.page-sidebar .halo-sidebar-header .title {
  display: block;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  letter-spacing: 0.02em;
  line-height: 22px;
  color: #232323;
  text-transform: uppercase;
}

.page-sidebar .halo-sidebar-header .halo-page-sidebar-close {
  position: absolute;
  top: 0px;
  background: #232323;
  right: -40px;
  width: 40px;
  height: 40px;
  font-size: 0;
  z-index: 10;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  pointer-events: auto;
}

.page-sidebar .halo-sidebar-header .halo-page-sidebar-close svg {
  display: block;
  width: 18px;
  height: 18px;
  fill: #ffffff;
  stroke: transparent;
}

.page-sidebar .sidebarBlock-heading {
  font-size: 14px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 22px;
  color: #232323;
  border-bottom: 1px solid #e6e6e6;
  margin: 0;
  padding-bottom: 9px;
  margin-bottom: 13px;
  position: relative;
  cursor: pointer;
}

.page-sidebar .sidebarBlock-heading .icon {
  position: absolute;
  right: 0;
}

.page-sidebar .sidebarBlock-heading .icon svg {
  fill: #232323;
  color: #232323;
}

.page-sidebar .sidebarBlock-heading.is-clicked .icon svg {
  -webkit-transform: scale(1) rotate(-180deg);
  transform: scale(1) rotate(-180deg);
}

.page-sidebar .sidebarBlock-content {
  position: relative;
  overflow: hidden;
}

.page-sidebar .sidebarBlock-content .nav {
  margin: 0;
}

.page-sidebar .sidebarBlock-content .nav li {
  margin: 0;
  position: relative;
  padding-right: 22px;
  cursor: pointer;
  width: 100%;
}

.page-sidebar .sidebarBlock-content .nav li a {
  font-size: 13px;
  display: inline-block;
  font-weight: 500;
  color: #3c3c3c;
  padding: 7px 0 6px 0;
  line-height: 22px;
  position: relative;
  -webkit-transition: padding-left 0.5s linear;
  transition: padding-left 0.5s linear;
}

.page-sidebar .facets__list {
  margin: 19px -4px 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-height: 180px;
  overflow-y: auto;
}

.page-sidebar .facets__list .facets__item {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  margin: 0 0 10px;
  padding-right: 5px;
  padding-left: 5px;
}

.page-sidebar .facets__list .facet-checkbox {
  padding-left: 25px;
}

.page-sidebar .facets__list .facet-checkbox::before {
  top: 2px;
}

.page-sidebar .facets__list .facet-checkbox::after {
  top: 5px;
}

.page-sidebar .filter-color .facets__list .facets__item {
  padding-right: 4px !important;
  padding-left: 4px !important;
  margin-bottom: 6px !important;
  width: auto !important;
}

.page-sidebar
  .filter-color
  .facets__list
  .facets__item
  input:checked
  + .facet-checkbox {
  border-color: #3c3c3c;
  padding: 2px;
}

.page-sidebar .filter-color .facets__list .facet-checkbox {
  display: inline-block;
  vertical-align: top;
  cursor: pointer;
  margin: 0 0 3px;
  border-radius: 50%;
  position: relative;
  font-size: 0;
  width: 34px;
  height: 34px;
  border: 1px solid #cbcbcb;
  background: transparent;
  padding: 0;
  opacity: 1;
}

.page-sidebar .filter-color .facets__list .facet-checkbox::before {
  display: none;
}

.page-sidebar .filter-color .facets__list .facet-checkbox::after {
  top: 11px;
  left: 12px;
  z-index: 9;
  border-color: #3c3c3c;
}

.page-sidebar .filter-color .facets__list .facet-checkbox .pattern {
  display: block;
  width: 100%;
  height: 100%;
  cursor: pointer;
  border-radius: 50%;
  text-align: center;
  font-size: 0;
  letter-spacing: 0;
  position: relative;
  background-size: cover;
}

.page-sidebar .filter-size .facets__item--rectangle {
  margin-bottom: 0 !important;
  padding-right: 4px !important;
  padding-left: 4px !important;
  width: auto !important;
}

.page-sidebar
  .filter-size
  .facets__item--rectangle
  input:checked
  + .facet-checkbox
  .text {
  border-color: #232323;
}

.page-sidebar .filter-size .facet-checkbox {
  padding-left: 0 !important;
}

.page-sidebar .filter-size .facet-checkbox::before,
.page-sidebar .filter-size .facet-checkbox::after {
  display: none;
}

.page-sidebar .filter-size .facet-checkbox .text {
  display: block;
  width: auto;
  min-width: 45px;
  padding: 3px 10px;
  font-size: 12px;
  font-weight: 400;
  text-transform: capitalize;
  color: #232323;
  background-color: #ffffff;
  text-align: center;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
  border: 1px solid #dadada;
}

.page-sidebar .filter-prices {
  width: 100%;
}

.page-sidebar .filter-prices .sidebarBlock-content {
  padding-bottom: 7px;
}

.page-sidebar .filter-prices .price-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin: 14px 0px 18px;
}

.page-sidebar .filter-prices .price-container input {
  width: 100%;
  border: none;
  text-align: right;
  line-height: 45px;
}

.page-sidebar .filter-prices .price-container .price-wrap-1,
.page-sidebar .filter-prices .price-container .price-wrap-2 {
  border: 1px solid #dadada;
  padding: 0px 10px 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 0px;
  width: 85px;
  height: 40px;
  font-size: 12px;
  text-align: right;
  line-height: 40px;
}

.page-sidebar .filter-prices .price-container .price-wrap-1 label,
.page-sidebar .filter-prices .price-container .price-wrap-2 label {
  line-height: 40px;
}

.page-sidebar .filter-prices .price-container .slide_price--to {
  width: 50px;
  text-align: center;
  line-height: 40px;
}

.page-sidebar .filter-prices .apply__button {
  width: 100%;
  max-width: 100%;
  text-align: center;
  padding: 9px 15px 9px;
}

.page-sidebar .filter-prices .price-field {
  position: relative;
  width: 100%;
  height: 36px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 15px;
  padding-left: 0px;
}

.page-sidebar .filter-prices .price-field input[type="range"] {
  position: absolute;
  width: 100%;
  outline: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  pointer-events: none;
  -webkit-appearance: none;
}

.page-sidebar
  .filter-prices
  .price-field
  input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
}

.page-sidebar .filter-prices .price-field input[type="range"]:active,
.page-sidebar .filter-prices .price-field input[type="range"]:focus {
  outline: 0;
}

.page-sidebar .filter-prices .price-field input[type="range"]::-ms-track {
  width: 100%;
  height: 6px;
  cursor: pointer;
  background: #323232;
  border-radius: 0;
}

.page-sidebar
  .filter-prices
  .price-field
  input[type="range"]::-webkit-slider-thumb {
  position: relative;
  -webkit-appearance: none;
  margin: 0;
  border: 0;
  outline: 0;
  border-radius: 50%;
  height: 18px;
  width: 18px;
  border: 4px solid #232323;
  margin-top: -6px;
  background-color: #fff;
  cursor: pointer;
  cursor: pointer;
  pointer-events: all;
  z-index: 100;
}

.page-sidebar
  .filter-prices
  .price-field
  input[type="range"]::-moz-range-thumb {
  position: relative;
  -webkit-appearance: none;
  margin: 0;
  border: 0;
  outline: 0;
  border-radius: 50%;
  height: 18px;
  width: 18px;
  border: 4px solid #232323;
  margin-top: -6px;
  background-color: #fff;
  cursor: pointer;
  cursor: pointer;
  pointer-events: all;
  z-index: 100;
}

.page-sidebar .filter-prices .price-field input[type="range"]::-ms-thumb {
  position: relative;
  -webkit-appearance: none;
  margin: 0;
  border: 0;
  outline: 0;
  border-radius: 50%;
  height: 18px;
  width: 18px;
  border: 4px solid #232323;
  margin-top: -6px;
  background-color: #fff;
  cursor: pointer;
  cursor: pointer;
  pointer-events: all;
  z-index: 100;
}

.page-sidebar
  .filter-prices
  .price-field
  input[type="range"]::-webkit-slider-runnable-track {
  width: 100%;
  height: 6px;
  cursor: pointer;
  background: #323232;
  border-radius: 0;
}

.page-sidebar
  .filter-prices
  .price-field
  input[type="range"]::-moz-range-track {
  width: 100%;
  height: 6px;
  cursor: pointer;
  background: #323232;
  border-radius: 0;
}

.page-sidebar .filter-prices .price-field input[type="range"]::-ms-track {
  width: 100%;
  height: 6px;
  cursor: pointer;
  background: #323232;
  border-radius: 0;
}

.page-sidebar .filter-prices .price-field .price-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #242424;
  font-size: 14px;
  line-height: 1.2em;
  font-weight: 400;
  margin-bottom: 0px;
}

.page-sidebar .filter-prices .price-field .price-wrap .filter__price {
  width: 30px;
  text-align: right;
  margin: 0;
  padding: 0;
  margin-right: 2px;
  background: 0;
  border: 0;
  outline: 0;
  color: #242424;
  font-family: "Karla", "Arial", sans-serif;
  font-size: 14px;
  line-height: 1.2em;
  font-weight: 400;
}

.page-sidebar .filter-prices .price-field .price-wrap .label {
  text-align: right;
  margin-top: 6px;
  padding-left: 5px;
}

.page-sidebar .filter-prices .price-field .price-title {
  margin-right: 5px;
}

.page-sidebar .filter-prices .price-field .price-wrap_line {
  margin: 6px 0px 5px 5px;
}

.page-sidebar .recent-articles .article {
  padding-bottom: 16px;
}

.page-sidebar .recent-articles .article + .article {
  border-top: 1px solid #e6e6e6;
  padding-top: 15px;
}

.page-sidebar .recent-articles .article a {
  font-size: 12px;
  line-height: 22px;
  font-weight: 500;
}

.page-sidebar .recent-articles .article em {
  display: block;
  font-style: normal;
  color: #999999;
  font-size: 12px;
  line-height: 22px;
  font-weight: 400;
}

.page-sidebar .recent-articles .article:last-child {
  padding-bottom: 0;
}

.page-sidebar .sidebar-product .halo-product-block {
  margin: 30px auto 0px;
  width: 100%;
  max-width: 240px;
}

.page-sidebar .sidebar-product .halo-product-block .product-card-top {
  width: 100%;
  max-width: 140px;
  margin: 0 auto;
}

.page-sidebar
  .sidebar-product
  .halo-product-block
  .product-card-top
  .card__badge.badge-left {
  left: 0;
  top: 0;
}

.page-sidebar .sidebar-product .halo-product-block .slick-arrow {
  top: 85px;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  border: none;
  padding: 5px !important;
  background: transparent;
}

.page-sidebar .sidebar-product .halo-product-block .slick-arrow svg {
  fill: #232323;
}

.page-sidebar .sidebar-product .halo-product-block .product-card .card-action {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  bottom: 0;
  position: relative;
}

.page-sidebar .sidebar-banner {
  padding-bottom: 6px;
}

.page-sidebar .sidebar-banner .img-box + .img-box {
  margin-top: 30px;
}

.page-sidebar .sidebar-cms-custom .desc + .desc {
  margin-top: 24px;
}

.page-sidebar .sidebar-refined-widgets {
  padding: 20px 15px 10px;
  width: 100%;
}

.page-sidebar .sidebar-refined-widgets .facets__clear-all {
  vertical-align: middle;
  margin-right: 18px;
  font-size: 12px;
  color: #3c3c3c;
  letter-spacing: 0.02em;
  margin-bottom: 12px;
  text-transform: capitalize;
}

.page-sidebar .sidebar-refined-widgets .facets__list--refined {
  display: inline-block;
  vertical-align: middle;
  margin-top: 0;
  margin-bottom: 0;
  text-align: left;
}

.page-sidebar .sidebar-refined-widgets .facets__list--refined li {
  display: inline-block;
  vertical-align: middle;
  margin: 0 10px 10px 0;
}

.page-sidebar
  .sidebar-refined-widgets
  .facets__list--refined
  li
  .active-facets__button {
  display: block;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.02em;
  color: #232323;
  padding: 4px 12px;
  border-radius: 3px;
  background-color: #fafafa;
  cursor: pointer;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}

.page-sidebar
  .sidebar-refined-widgets
  .facets__list--refined
  li
  .active-facets__button
  svg {
  position: relative;
  top: -1px;
  margin-left: 3px;
}

.page-sidebar
  .sidebar-refined-widgets
  .facets__list--refined
  li
  .active-facets__button:hover {
  background: #707070;
  color: #ffffff;
}

.page-sidebar
  .sidebar-refined-widgets
  .facets__list--refined
  li
  .active-facets__button:hover
  svg {
  fill: #ffffff;
}

.page-sidebar .facets__count {
  width: 21px;
  height: 21px;
  background: #232323;
  color: #ffffff;
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  font-size: 12px;
  line-height: 21px;
  font-weight: 300;
  margin-left: 5px;
}

.page-sidebar.page-sidebar-left {
  left: 0;
  -webkit-transform: translate(-101%);
  transform: translate(-101%);
}

.page-sidebar.page-sidebar-right {
  right: 0;
  -webkit-transform: translate(101%);
  transform: translate(101%);
}

.page-sidebar.page-sidebar-right .halo-sidebar-header .halo-page-sidebar-close {
  right: inherit;
  left: -40px;
}

.page-sidebar.page-sidebar--vertical .sidebar-refined-widgets {
  padding: 0;
}

.page-sidebar.page-sidebar--vertical
  .sidebar-refined-widgets
  .sidebarBlock-heading {
  padding: 0;
  margin: 0;
  border: none;
}

.page-sidebar.page-sidebar--vertical
  .sidebar-refined-widgets
  .sidebarBlock-heading
  .facets__clear-all {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  margin: 0;
}

.page-sidebar.page-sidebar--vertical .sidebar-refined-widgets .results-count {
  padding: 7px 0px 10px;
}

.page-sidebar.page-sidebar--vertical
  .sidebar-refined-widgets
  .results-count
  .results {
  font-size: 12px;
  color: #707070;
}

.page-sidebar.page-sidebar--horizontal .halo-sidebar-wrapper {
  max-height: 80vh;
}

.sidebar-toogle {
  display: block;
  width: 40px;
  height: 40px;
  padding: 9px;
  background-color: #f5f5f5;
  margin: 0 0 15px;
}

.sidebar-toogle svg {
  width: 100%;
  height: 100%;
  stroke: transparent;
  fill: #808080;
}

body.open-mobile-sidebar {
  overflow: hidden;
}

body.open-mobile-sidebar .page-sidebar {
  -webkit-transform: translate(0);
  transform: translate(0);
  opacity: 1;
  visibility: visible;
}

body.open-mobile-sidebar .background-overlay {
  z-index: 99;
  opacity: 1;
  visibility: visible;
}

@media (min-width: 552px) {
  .halo-sidebar {
    max-width: 370px;
  }
  .page-sidebar {
    max-width: 300px;
  }
}

@media (min-width: 1025px) {
  .page-sidebar {
    position: -webkit-sticky;
    position: sticky;
    top: 30px;
    left: unset !important;
    right: unset !important;
    bottom: unset;
    height: auto;
    -webkit-transition: unset;
    transition: unset;
    -webkit-transform: unset !important;
    transform: unset !important;
    z-index: inherit;
    background-color: transparent;
    display: inline-block;
    vertical-align: top;
    width: 210px;
    -webkit-transform: translate(0);
    transform: translate(0);
    opacity: 1;
    visibility: visible;
    float: left;
  }
  .page-sidebar .halo-sidebar-wrapper {
    padding: 0;
    max-height: initial;
  }
  .page-sidebar .halo-sidebar-header {
    display: none;
  }
  .page-sidebar + .page-content {
    width: calc(100% - 210px);
    padding-left: 30px;
    float: left;
  }
  .page-sidebar.page-sidebar-right {
    float: right;
  }
  .page-sidebar.page-sidebar-right + .page-content {
    padding-left: 0;
    padding-right: 30px;
  }
  .sidebar-toogle {
    display: none;
    margin-bottom: 0;
  }
}

body.auth-sidebar-show {
  overflow: hidden;
}

body.auth-sidebar-show .halo-auth-sidebar {
  -webkit-transform: translate(0);
  transform: translate(0);
  opacity: 1;
  visibility: visible;
}

body.auth-sidebar-show .background-overlay {
  z-index: 99;
  opacity: 1;
  visibility: visible;
}

.auth-form {
  padding: 22px 20px;
}

.auth-form .form-field + .form-field {
  margin-top: 14px;
}

.auth-actions {
  margin: 15px 0 0;
}

.auth-actions .button {
  width: 100%;
}

.auth-actions .auth-link {
  font-size: 12px;
  margin: 14px 0 22px;
  color: #3c3c3c;
  text-decoration: underline;
  text-underline-offset: 0.2rem;
}

.auth-actions .auth-link:hover {
  color: #232323;
}

@media (min-width: 1025px) {
  .auth-form {
    padding-left: 30px;
    padding-right: 30px;
  }
  body.auth-sidebar-show {
    padding-right: 10px;
  }
}

body.before-you-leave-show {
  overflow: hidden;
}

body.before-you-leave-show .halo-leave-sidebar {
  -webkit-transform: translate(0);
  transform: translate(0);
  opacity: 1;
  visibility: visible;
  z-index: 999;
}

body.before-you-leave-show .background-overlay {
  z-index: 99;
  opacity: 1;
  visibility: visible;
}

.halo-leave-sidebar .halo-sidebar-close {
  position: absolute;
  top: 16px;
  right: 16px;
  height: 40px;
  font-size: 0;
  z-index: 10;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.halo-leave-sidebar .halo-sidebar-close svg {
  display: block;
  width: 18px;
  height: 18px;
  fill: #232323;
  stroke: transparent;
}

.halo-leave-sidebar .header-leave {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 15px 20px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #ffffff;
}

.halo-leave-sidebar .halo-sidebar-wrapper {
  background-color: #ffffff;
  max-height: 90vh;
  padding: 0;
}

.halo-leave-sidebar .halo-sidebar-wrapper .wrapper-banner {
  position: relative;
}

.halo-leave-sidebar .halo-sidebar-wrapper .wrapper-banner img {
  width: 100%;
}

.halo-leave-sidebar .halo-sidebar-wrapper .wrapper-banner .content {
  padding: 20px 30px;
  color: #ffffff;
}

.halo-leave-sidebar .halo-sidebar-wrapper .wrapper-banner .content .button {
  width: 100%;
}

.halo-leave-sidebar .halo-sidebar-wrapper .wrapper-banner .content .title {
  display: block;
  font-size: 30px;
  font-weight: 700;
  line-height: 22px;
  letter-spacing: 0.02em;
  color: #ffffff;
  margin: 0 0 12px;
}

.halo-leave-sidebar .halo-sidebar-wrapper .wrapper-banner .content .desc-1 {
  color: #ffffff;
  display: block;
  font-weight: 500;
  margin: 0 0 10px;
}

.halo-leave-sidebar .halo-sidebar-wrapper .wrapper-banner .content .desc-2 {
  color: #ffffff;
}

.halo-leave-sidebar
  .halo-sidebar-wrapper
  .wrapper-banner
  .content
  .heading-1
  .text {
  font-size: 24px;
  font-weight: 700;
  margin: 0 0 10px;
}

.halo-leave-sidebar .halo-sidebar-wrapper .wrapper-banner .content .heading-2 {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 22px;
  margin: 15px 0 13px;
}

.halo-leave-sidebar .halo-sidebar-wrapper .wrapper-banner .content .button {
  border-color: #ffffff;
}

.halo-leave-sidebar .halo-sidebar-wrapper .content-title {
  padding: 18px 20px 0px 30px;
  border-bottom: 1px solid #ebebeb;
  font-size: 0;
  letter-spacing: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.halo-leave-sidebar .halo-sidebar-wrapper .content-title .title {
  display: inline-block;
  vertical-align: top;
  position: relative;
  padding: 0 30px 0 0;
}

.halo-leave-sidebar .halo-sidebar-wrapper .content-title .text {
  font-size: 12px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0.02em;
  color: #232323;
}

.halo-leave-sidebar .halo-sidebar-wrapper .content-title .count {
  position: absolute;
  top: 50%;
  right: 0;
  min-width: 24px;
  min-height: 24px;
  text-align: center;
  border-radius: 50%;
  z-index: 2;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: calc(12px - 3px);
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.02em;
  background-color: #232323;
  color: #ffffff;
}

.halo-leave-sidebar .product-card {
  margin: 30px;
}

.halo-leave-sidebar .product-card .swatch.list-unstyled {
  overflow: hidden;
  white-space: normal;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
}

.halo-leave-sidebar .button-leave {
  text-align: center;
}

.halo-leave-sidebar .button-leave .button {
  width: calc(100% - 60px);
}

@media (max-width: 767px) {
  .halo-leave-sidebar.halo-leave-sidebar .halo-sidebar-close {
    right: auto !important;
    left: -41px !important;
    padding: 0 11px !important;
  }
}

@media (max-width: 410px) {
  .halo-leave-sidebar .product-card {
    margin: 15px;
  }
  .halo-leave-sidebar .header-leave {
    padding: 5px 0;
  }
  .halo-leave-sidebar .header-leave .img-box {
    height: 30px;
    width: auto;
  }
  .halo-leave-sidebar .header-leave .img-box img {
    width: 100%;
    height: 100%;
  }
  .halo-leave-sidebar .halo-sidebar-wrapper .wrapper-banner .content .title {
    font-size: 24px;
    line-height: 28px;
  }
  .halo-leave-sidebar .halo-sidebar-wrapper .wrapper-banner .content .desc-1 {
    margin: 0;
  }
  .halo-leave-sidebar
    .halo-sidebar-wrapper
    .wrapper-banner
    .content
    .heading-1 {
    margin-bottom: 0;
  }
  .halo-leave-sidebar
    .halo-sidebar-wrapper
    .wrapper-banner
    .content
    .heading-1
    .text {
    font-size: 18px;
  }
  .halo-leave-sidebar .halo-sidebar-wrapper .wrapper-banner .content .desc-2 {
    line-height: 18px;
    margin: 14px 0;
  }
  .halo-leave-sidebar
    .halo-sidebar-wrapper
    .wrapper-banner
    .content
    .heading-2 {
    font-size: 12px;
    font-weight: 700;
    margin: 0 0 4px;
  }
  .halo-leave-sidebar .halo-sidebar-wrapper .content-title {
    padding: 18px 20px 0px 15px;
  }
}

@media (min-width: 552px) {
  .halo-leave-sidebar {
    max-width: 420px;
  }
}

body.lang-currency-sidebar-show {
  overflow: hidden;
}

body.lang-currency-sidebar-show .halo-sidebar_language_currency {
  -webkit-transform: translate(0);
  transform: translate(0);
  opacity: 1;
  visibility: visible;
}

body.lang-currency-sidebar-show .background-overlay {
  z-index: 99;
  opacity: 1;
  visibility: visible;
}

.halo-sidebar_language_currency .halo-sidebar-header {
  padding: 0 !important;
}

.halo-sidebar_language_currency .halo-sidebar-header .halo-sidebar-close {
  top: 1px !important;
}

.halo-sidebar_language_currency .nav-currency-language .title {
  font-size: 14px;
  text-transform: uppercase;
  font-style: italic;
  font-weight: 900;
  color: #00163a;
  line-height: 22px;
  letter-spacing: 0.02em;
  padding: 10px 19px 22px;
  text-align: left;
  margin: 0;
  background: #f2f2f2;
  padding: 11px 20px 12px;
}

.halo-sidebar_language_currency .nav-currency-language .disclosure__list,
.halo-sidebar_language_currency .nav-currency-language .wrapper-currencies {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 12px 20px 11px;
}

.halo-sidebar_language_currency .nav-currency-language .disclosure__list {
  margin: 0;
}

.halo-sidebar_language_currency
  .nav-currency-language
  .disclosure__list
  .disclosure__item {
  width: 33.3333%;
  padding: 10px;
  margin: 0;
}

.halo-sidebar_language_currency
  .nav-currency-language
  .disclosure__list
  .disclosure__item
  .disclosure__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0;
}

.halo-sidebar_language_currency
  .nav-currency-language
  .disclosure__list
  .disclosure__item
  .disclosure__link
  .icon {
  width: 22px;
  height: 22px;
  margin-right: 6px;
}

.halo-sidebar_language_currency
  .nav-currency-language
  .disclosure__list
  .disclosure__item
  .disclosure__link
  .icon
  svg {
  width: 100%;
  height: 100%;
}

.halo-sidebar_language_currency
  .nav-currency-language
  .disclosure__list
  .disclosure__item
  .disclosure__link
  .text {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600;
  margin-left: 5px;
  margin-right: 5px;
  color: #00163a;
}

.halo-sidebar_language_currency
  .nav-currency-language
  .disclosure__list
  .disclosure__item
  .disclosure__link.disclosure__link--active {
  text-decoration: underline;
  text-underline-offset: 2px;
}

.halo-sidebar_language_currency
  .nav-currency-language
  .wrapper-currencies
  .currency-item {
  width: 33.3333%;
  padding: 10px;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.halo-sidebar_language_currency
  .nav-currency-language
  .wrapper-currencies
  .currency-item
  .icon {
  width: 22px;
  height: 22px;
  margin-right: 6px;
}

.halo-sidebar_language_currency
  .nav-currency-language
  .wrapper-currencies
  .currency-item
  .icon
  svg {
  width: 100%;
  height: 100%;
}

.halo-sidebar_language_currency
  .nav-currency-language
  .wrapper-currencies
  .currency-item
  .text {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600;
  margin-left: 5px;
  margin-right: 5px;
  color: #00163a;
}

.halo-sidebar_language_currency
  .nav-currency-language
  .wrapper-currencies
  .currency-item.active {
  text-decoration: underline;
  text-underline-offset: 2px;
}

@media (min-width: 1025px) {
  body.lang-currency-sidebar-show {
    padding-right: 10px;
  }
}

body.menu-sidebar_show {
  overflow: hidden;
}

body.menu-sidebar_show .halo-sidebar_menu {
  -webkit-transform: translate(0);
  transform: translate(0);
  opacity: 1;
  visibility: visible;
}

body.menu-sidebar_show .background-overlay {
  z-index: 99;
  opacity: 1;
  visibility: visible;
}

.halo-sidebar_menu .halo-sidebar-header {
  padding-left: 20px;
  padding-right: 20px;
}

.halo-sidebar_menu .halo-sidebar-header .halo-sidebar-close {
  right: 5px;
}

.halo-sidebar_menu .site-nav-mobile.nav .list-menu {
  width: 100%;
}

.halo-sidebar_menu .site-nav-mobile.nav .list-menu .menu-lv-item {
  width: 100%;
  border-bottom: 1px solid #e6e6e6;
  overflow: hidden;
  position: relative;
}

.halo-sidebar_menu .site-nav-mobile.nav .list-menu .menu-lv-item:last-child {
  border: none;
}

.halo-sidebar_menu .site-nav-mobile.nav .menu-lv-item {
  width: 100%;
}

.halo-sidebar_menu .site-nav-mobile.nav .menu-lv-item .menu-lv-1__action {
  font-size: 14px;
  font-weight: 500;
  text-transform: capitalize;
  color: #232323;
}

.halo-sidebar_menu .site-nav-mobile.nav .menu-lv-item .menu-lv-1__action span {
  margin-left: 10px;
  position: relative;
  z-index: -1;
}

.halo-sidebar_menu
  .site-nav-mobile.nav
  .menu-lv-item
  .menu-lv-1__action.menu-lv__flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
}

.halo-sidebar_menu .site-nav-mobile.nav .menu-lv-item .custom-icon {
  display: inline-block;
  vertical-align: middle;
  top: unset;
  width: 24px;
  height: 24px;
  overflow: hidden;
  position: relative;
  z-index: -1;
}

.halo-sidebar_menu
  .site-nav-mobile.nav
  .menu-lv-item
  .custom-icon.style-circle {
  border-radius: 50%;
}

.halo-sidebar_menu .site-nav-mobile.nav .menu-lv-item .custom-icon img {
  width: 100%;
  height: 100%;
}

.halo-sidebar_menu .site-nav-mobile.nav .menu-lv-item .menu-lv-2__action,
.halo-sidebar_menu .site-nav-mobile.nav .menu-lv-item .menu-lv-3__action {
  display: block;
  padding: 11px 30px 12px;
  width: 100%;
  font-weight: 400;
  letter-spacing: 0.02em;
}

.halo-sidebar_menu .site-nav-mobile.nav .menu-lv-item.dropdown .icon-dropdown {
  top: 0;
  right: 0;
  width: 45px;
  height: 45px;
  line-height: 45px !important;
  text-align: center;
  display: inline-block;
  position: absolute;
  -webkit-transform: none;
  transform: none;
  z-index: -1;
}

.halo-sidebar_menu
  .site-nav-mobile.nav
  .menu-lv-item.dropdown
  .icon-dropdown
  svg {
  left: 50%;
  right: inherit;
  width: 15px;
  height: 15px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  stroke: transparent;
}

.halo-sidebar_menu
  .site-nav-mobile.nav
  .menu-lv-item.dropdown
  .menu-lv__dropdownmenu
  .menu-lv__list
  .nav-title-mobile {
  margin: 0;
  background: #f8f8f8;
  padding: 11px 20px 12px;
  cursor: pointer;
}

.halo-sidebar_menu
  .site-nav-mobile.nav
  .menu-lv-item.dropdown
  .menu-lv__dropdownmenu
  .menu-lv__list
  .nav-title-mobile
  span {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600;
  color: #232323;
  line-height: 22px;
  letter-spacing: 0.02em;
  padding: 0;
  z-index: 1;
}

.halo-sidebar_menu
  .site-nav-mobile.nav
  .menu-lv-item.dropdown
  .menu-lv__dropdownmenu
  .menu-lv__list
  .nav-title-mobile
  .icon-dropdown {
  right: inherit;
  left: 6px;
}

.halo-sidebar_menu
  .site-nav-mobile.nav
  .menu-lv-item.dropdown
  .menu-lv__dropdownmenu
  .menu-lv__list
  .nav-title-mobile
  svg {
  width: 25px;
  height: 25px;
  -webkit-transform: none;
  transform: none;
}

.halo-sidebar_menu .site-nav-mobile.nav .menu-lv-item.is-open > .menu-dropdown {
  -webkit-transform: translate(0);
  transform: translate(0);
  opacity: 1;
  visibility: visible;
  position: relative;
}

.halo-sidebar_menu
  .site-nav-mobile.nav
  .menu-lv-item.is-open
  > .list-menu__item {
  display: none !important;
}

.halo-sidebar_menu .site-nav-mobile.nav .menu-lv-item.is-hidden {
  display: none !important;
  border-bottom: none;
}

.halo-sidebar_menu .site-nav-mobile.nav .menu-lv-item .menu-dropdown {
  position: fixed;
  top: 0;
  bottom: 0;
  padding: 0;
  height: 100%;
  z-index: 101;
  max-width: 100%;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  transition:
    opacity 0.5s,
    transform 350ms ease,
    visibility 350ms ease,
    -webkit-transform 350ms ease;
  background-color: #ffffff;
  left: 0;
  -webkit-transform: translate(-101%);
  transform: translate(-101%);
}

.halo-sidebar_menu .site-nav-mobile.nav .menu-lv-item .menu-lv__dropdownmenu-3 {
  right: unset;
  top: unset;
  position: relative;
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  height: auto;
}

.halo-sidebar_menu
  .site-nav-mobile.nav
  .menu-lv-item
  .menu-lv__dropdownmenu-3
  .grid-menu {
  padding: 5px 25px 20px;
}

.halo-sidebar_menu
  .site-nav-mobile.nav
  .menu-lv-item
  .menu-lv__dropdownmenu-3
  .grid-menu
  .menu-lv-item {
  display: inline-block;
  vertical-align: top;
  width: 33.33333% !important;
  border: none;
  padding-left: 5px;
  padding-right: 5px;
  margin-bottom: 10px;
  border-bottom: none !important;
  overflow: unset !important;
}

.halo-sidebar_menu
  .site-nav-mobile.nav
  .menu-lv-item
  .menu-lv__dropdownmenu-3
  .grid-menu
  .menu-lv-item
  .menu-lv-3__action {
  padding: 0;
}

.halo-sidebar_menu
  .site-nav-mobile.nav
  .menu-lv-item
  .menu-lv__dropdownmenu-3
  .grid-menu
  .custom-image
  + .text {
  display: block;
  margin-top: 5px;
}

.halo-sidebar_menu .nav-currency-language .title {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600;
  color: #232323;
  line-height: 22px;
  letter-spacing: 0.02em;
  padding: 10px 19px 22px;
  text-align: left;
  margin: 0;
  background: #f8f8f8;
  padding: 11px 20px 12px;
}

.halo-sidebar_menu .nav-currency-language .disclosure__list,
.halo-sidebar_menu .nav-currency-language .wrapper-currencies {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 12px 20px 11px;
}

.halo-sidebar_menu .nav-currency-language .disclosure__list {
  margin: 0;
}

.halo-sidebar_menu .nav-currency-language .disclosure__list .disclosure__item {
  width: 33.3333%;
  padding: 10px;
  margin: 0;
}

.halo-sidebar_menu
  .nav-currency-language
  .disclosure__list
  .disclosure__item
  .disclosure__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0;
}

.halo-sidebar_menu
  .nav-currency-language
  .disclosure__list
  .disclosure__item
  .disclosure__link
  .icon {
  width: 22px;
  height: 22px;
  margin-right: 6px;
}

.halo-sidebar_menu
  .nav-currency-language
  .disclosure__list
  .disclosure__item
  .disclosure__link
  .icon
  svg {
  width: 100%;
  height: 100%;
}

.halo-sidebar_menu
  .nav-currency-language
  .disclosure__list
  .disclosure__item
  .disclosure__link
  .text {
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 500;
  margin-left: 5px;
  margin-right: 5px;
  color: #232323;
}

.halo-sidebar_menu
  .nav-currency-language
  .disclosure__list
  .disclosure__item
  .disclosure__link.disclosure__link--active {
  text-decoration: underline;
  text-underline-offset: 2px;
}

.halo-sidebar_menu .nav-currency-language .wrapper-currencies .currency-item {
  width: 33.3333%;
  padding: 10px;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.halo-sidebar_menu
  .nav-currency-language
  .wrapper-currencies
  .currency-item
  .icon {
  width: 22px;
  height: 22px;
  margin-right: 6px;
}

.halo-sidebar_menu
  .nav-currency-language
  .wrapper-currencies
  .currency-item
  .icon
  svg {
  width: 100%;
  height: 100%;
}

.halo-sidebar_menu
  .nav-currency-language
  .wrapper-currencies
  .currency-item
  .text {
  font-family: 12px;
  text-transform: uppercase;
  font-weight: 500;
  margin-left: 5px;
  margin-right: 5px;
  color: #232323;
}

.halo-sidebar_menu
  .nav-currency-language
  .wrapper-currencies
  .currency-item.active {
  text-decoration: underline;
  text-underline-offset: 2px;
}

@media (min-width: 768px) {
  .site-nav-mobile.nav {
    margin-top: 20px;
  }
}

@media (min-width: 1025px) {
  body.menu-sidebar_show {
    padding-right: 10px;
  }
}

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 40px 0;
  }
}

@keyframes progress-bar-stripes {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 40px 0;
  }
}

body.cart-sidebar-show {
  overflow: hidden;
}

body.cart-sidebar-show .halo-cart-sidebar {
  -webkit-transform: translate(0);
  transform: translate(0);
  opacity: 1;
  visibility: visible;
}

body.cart-sidebar-show .background-overlay {
  z-index: 99;
  opacity: 1;
  visibility: visible;
}

.halo-cart-sidebar .halo-sidebar-header {
  padding: 0px 20px 0;
  border: none;
}

.halo-cart-sidebar .halo-sidebar-wrapper {
  overflow-x: inherit;
  overflow-y: inherit;
}

.halo-cart-sidebar .halo-sidebar-wrapper .CartItemDrop {
  overflow-x: inherit;
  overflow-y: inherit;
}

.previewCart-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  overflow: hidden;
  height: 100%;
}

.wrapper-cartCount {
  color: #727272;
  margin-top: 7px;
  margin-bottom: 13px;
}

.haloCalculatorShipping {
  position: relative;
  margin: 0 0 12px;
  min-height: 26px;
  padding: 0 20px;
}

.haloCalculatorShipping .progress {
  position: relative;
  margin: 0 0 10px;
  font-size: 0;
  letter-spacing: 0;
  border-radius: 0;
  background: transparent;
  display: block;
  height: auto;
}

.haloCalculatorShipping .progress_shipping {
  background: #a59f9f;
}

.haloCalculatorShipping .progress.progress-0 .progress-meter {
  background-color: #ff0000; /* Red */
}

.haloCalculatorShipping .progress.progress-25 .progress-meter {
  background-color: #ff7300; /* Orange */
}

.haloCalculatorShipping .progress.progress-50 .progress-meter {
  background-color: #ffcc00; /* Yellow */
}

.haloCalculatorShipping .progress.progress-75 .progress-meter {
  background-color: #b6ff00; /* Light Green */
}

.haloCalculatorShipping .progress.progress-100 .progress-meter {
  background-color: #00ff00; /* Green */
}

.haloCalculatorShipping .progress .progress-meter {
  -webkit-animation: 2s linear 0s infinite progress-bar-stripes;
  animation: 2s linear 0s infinite progress-bar-stripes;
  background-image: linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
  background-size: 40px 40px;
  -webkit-transition: 0.9s linear;
  transition: 0.9s linear;
  -webkit-transition-property: width, background-color;
  transition-property: width, background-color;
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  font-size: 11px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 17px;
  color: #ffffff;
  text-align: center;
}

.haloCalculatorShipping .progress .progress_shipping {
  height: 16px;
  border: 0;
}

.haloCalculatorShipping .message {
  font-weight: 400;
  letter-spacing: 0;
  line-height: 22px;
  color: #727272;
  letter-spacing: 0.02em;
}

.haloCalculatorShipping .message .money {
  margin-right: 3px;
}

.previewCartInfo {
  position: relative;
  padding: 5px 30px 50px;
}

.previewCartInfo .previewCartTotals {
  display: block;
  font-size: 0;
  letter-spacing: 0;
  padding-top: 18px;
  padding-bottom: 14px;
}

.previewCartInfo .item {
  display: inline-block;
  vertical-align: top;
  font-size: 12px;
  line-height: 22px;
  letter-spacing: 0.02em;
  font-weight: 600;
  color: #232323;
}

.previewCartInfo .previewCartTotals-label,
.previewCartInfo .previewCartShipping-label {
  width: 115px;
  text-align: left;
}

.previewCartInfo .previewCartTotals-value,
.previewCartInfo .previewCartShipping-text {
  width: calc(100% - 120px);
  font-size: 16px;
  text-align: right;
  letter-spacing: 0;
}

.previewCartInfo .previewCartShipping {
  padding-bottom: 33px;
}

.previewCart {
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding: 15px 20px 0 30px;
}

.halo-cart-sidebar .previewCartItem {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-size: 0;
  letter-spacing: 0;
  padding-bottom: 25px;
  border-bottom: 1px solid #e8e8e8;
}

.halo-cart-sidebar .previewCartItem:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.halo-cart-sidebar .previewCartItem + .previewCartItem {
  border-top: 0;
  margin-top: 23px;
}

.halo-cart-sidebar .previewCartItem-image {
  display: inline-block;
  vertical-align: top;
  width: 80px;
  text-align: center;
  position: relative;
  top: 6px;
}

.halo-cart-sidebar .previewCartItem-content {
  width: calc(100% - 80px);
  padding: 0 20px;
  position: relative;
  display: inline-block;
  vertical-align: top;
}

.halo-cart-sidebar .previewCartItem-name {
  overflow: hidden;
  white-space: normal;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.02em;
  color: #232323;
  text-transform: capitalize;
  margin: 0 0 8px;
}

.halo-cart-sidebar .previewCartItem-options {
  display: inline-block;
  vertical-align: top;
  position: relative;
  padding: 0 30px 0 0;
  margin: 0 0 7px;
}

.halo-cart-sidebar .previewCartItem-options span {
  display: block;
  font-size: 12px;
  font-weight: 400;
  color: #969696;
  text-transform: capitalize;
  letter-spacing: 0.02em;
  line-height: 22px;
}

.halo-cart-sidebar .previewCartItem-edit {
  display: inline-block;
  vertical-align: top;
  position: absolute;
  top: 50%;
  right: -2px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.halo-cart-sidebar .previewCartItem-edit svg {
  width: 16px;
  height: 16px;
  fill: #5a5a5a;
  position: relative;
  top: -2px;
}

.halo-cart-sidebar .previewCartItem-price {
  display: block;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 22px;
  color: #232323;
}

.halo-cart-sidebar .previewCartItem-remove {
  position: absolute;
  right: 8px;
  top: 50%;
}

.halo-cart-sidebar .previewCartItem-remove svg {
  fill: #5a5a5a;
  width: 18px;
  height: 18px;
  stroke: transparent;
}

.previewCartCheckbox input[type="checkbox"] + label {
  display: inline-block;
  vertical-align: top;
  width: auto;
  font-size: 12px;
  padding-left: 25px;
  line-height: 20px;
  font-weight: 400;
  color: #3c3c3c;
  text-transform: unset;
}

.previewCartCheckbox input[type="checkbox"] ~ a {
  display: inline-block;
  vertical-align: top;
  font-size: 12px;
  line-height: 20px;
  color: #3c3c3c;
  margin: 0 0 0 5px;
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(97%, transparent),
    color-stop(3%, #3c3c3c)
  );
  background-image: linear-gradient(transparent 97%, #3c3c3c 3%);
  background-repeat: repeat-x;
  background-position-y: -2px;
}

.previewCartCheckbox input[type="checkbox"] ~ a:hover {
  color: #232323;
}

.previewCartGroup {
  margin: 12px 0 0;
}

.previewCartGroup .button {
  width: 100%;
}

.previewCartGroup .button + .button {
  margin-top: 0px;
}

.previewCartCollection {
  padding: 35px 0 7px;
  position: relative;
  border-top: 1px solid #e8e8e8;
  border-bottom: 1px solid #e8e8e8;
}

.previewCartCollection .previewCartTitle {
  font-size: 16px;
  font-weight: 600;
  font-style: normal;
  line-height: 24px;
  letter-spacing: 0.02em;
  text-transform: unset;
  position: relative;
  margin: 0 0 22px;
}

.previewCartCollection .halo-product-block {
  margin-top: 0;
  padding-bottom: 25px;
}

.previewCartCollection .halo-product-block .row {
  margin: 0 !important;
}

.previewCartCollection .halo-product-block .row > * {
  padding: 0px;
}

.previewCartCollection .halo-product-block .row .slick-arrow {
  top: -54px;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.previewCartCollection .halo-product-block .row .slick-arrow.slick-prev {
  left: auto;
  right: 55px;
}

@media (min-width: 552px) {
  .halo-sidebar.halo-cart-sidebar {
    max-width: 420px;
  }
}

@media (min-width: 1025px) {
  .haloCalculatorShipping {
    padding: 0 30px;
  }
  body.cart-sidebar-show {
    padding-right: 10px;
  }
}

@media (min-width: 1600px) {
  .previewCartCollection .halo-product-block .row .slick-arrow.slick-prev {
    right: 43px;
  }
}

body.search_sidebar-show {
  overflow: hidden;
}

body.search_sidebar-show .halo-sidebar_search {
  -webkit-transform: translate(0);
  transform: translate(0);
  opacity: 1;
  visibility: visible;
}

body.search_sidebar-show .background-overlay {
  z-index: 99;
  opacity: 1;
  visibility: visible;
}

.halo-sidebar_search .header-search {
  max-width: 100%;
}

.halo-sidebar_search .header-search .header-search__form {
  padding: 0px 20px;
}

.halo-sidebar_search .halo-sidebar-wrapper {
  overflow-x: inherit;
  overflow-y: inherit;
  padding: 25px 0px 40px;
  margin: 0;
}

.halo-sidebar_search .halo-sidebar-wrapper .search-bar .input-group-field {
  padding: 10px 12px 10px;
}

.halo-sidebar_search .halo-sidebar-wrapper .search-bar .icon-search {
  padding: 10px;
  width: 40px;
  height: 40px;
}

.halo-sidebar_search .halo-sidebar-wrapper .search-bar .icon-search svg {
  width: 100%;
  height: 100%;
}

.halo-sidebar_search .halo-sidebar-wrapper .quickSearchResultsWrap {
  position: relative;
  top: 0;
  z-index: 1;
  opacity: 1;
  width: 100%;
  padding: 0px;
  -webkit-box-shadow: none;
  box-shadow: none;
  margin: 20px 0px;
  padding: 0px 20px;
  max-height: calc(100vh - 150px);
  visibility: visible;
}

.halo-sidebar_search
  .halo-sidebar-wrapper
  .quickSearchResultsWrap
  .halo-product-block
  .halo-row--swipe {
  overflow: auto;
  white-space: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  margin-left: -10px;
  margin-right: -10px;
}

.halo-sidebar_search
  .halo-sidebar-wrapper
  .quickSearchResultsWrap
  .halo-product-block
  .halo-row--swipe
  > * {
  padding: 0px 10px;
}

.halo-sidebar_search
  .halo-sidebar-wrapper
  .quickSearchResultsWrap
  .halo-product-block
  .product-item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 220px;
}

@media (min-width: 1025px) {
  body.search_sidebar-show {
    padding-right: 10px;
  }
}

body.edit-cart-show {
  overflow: hidden;
}

body.edit-cart-show .halo-edit-option-sidebar {
  -webkit-transform: translate(-500px);
  transform: translate(-500px);
  opacity: 1;
  visibility: visible;
}

body.edit-cart-show .background-overlay-popup {
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background-color: transparent;
}

.halo-edit-option-sidebar {
  background: #f5f5f5;
  z-index: 100;
}

.halo-edit-option-sidebar .halo-sidebar-header {
  background: #f5f5f5;
}

.halo-edit-option-sidebar .halo-sidebar-header .halo-popup-close {
  position: absolute;
  top: 16px;
  right: 17px;
  width: 40px;
  height: 40px;
  font-size: 0;
  z-index: 10;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  pointer-events: auto;
  background-color: transparent;
}

.halo-edit-option-sidebar .halo-sidebar-header .halo-popup-close svg {
  display: block;
  width: 18px;
  height: 18px;
  fill: #5a5a5a;
  stroke: transparent;
}

.halo-edit-option-sidebar .halo-sidebar-header .halo-popup-close:hover {
  background: #ef6454;
}

.halo-edit-option-sidebar .halo-sidebar-wrapper {
  padding: 41px 30px 70px;
}

.halo-edit-option-sidebar .product-edit-itemTop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding-bottom: 33px;
}

.halo-edit-option-sidebar .product-edit-itemTop .product-edit-itemImage {
  width: 120px;
  border-radius: 6px;
  overflow: hidden;
}

.halo-edit-option-sidebar .product-edit-itemTop .product-edit-itemInfomation {
  width: calc(100% - 120px);
  padding-left: 20px;
}

.halo-edit-option-sidebar
  .product-edit-itemTop
  .product-edit-itemInfomation
  .product-edit-title {
  font-size: 16px;
  letter-spacing: -0.02em;
  color: #202020;
}

.halo-edit-option-sidebar
  .product-edit-itemTop
  .product-edit-itemInfomation
  .product-edit-title-variant {
  display: block;
  font-size: 14px;
  letter-spacing: -0.02em;
  color: #505050;
  padding: 5px 0px 8px;
}

.halo-edit-option-sidebar
  .product-edit-itemTop
  .product-edit-itemInfomation
  .card-price {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.halo-edit-option-sidebar
  .product-edit-itemTop
  .product-edit-itemInfomation
  .card-price
  .price-item
  .money {
  font-weight: 700;
  font-size: 16px;
  color: #202020;
}

.halo-edit-option-sidebar
  .product-edit-itemButtom
  .productView-variants
  .product-form__input {
  padding-bottom: 22px;
}

.halo-edit-option-sidebar .halo-product-block {
  padding: 0;
}

.halo-edit-option-sidebar .product-edit-action .add-more {
  display: block;
  padding: 20px 0 36px;
  border-top: 1px solid #e6e6e6;
  font-size: 14px;
  color: #0a6cdc;
  position: relative;
  font-weight: 500;
  line-height: 1;
}

.halo-edit-option-sidebar .product-edit-action .add-more .text {
  position: relative;
  margin-left: 18px;
}

.halo-edit-option-sidebar .product-edit-action .add-more .text::before {
  top: 50%;
  content: "";
  width: 10px;
  height: 1px;
  line-height: 22px;
  left: -18px;
  display: block;
  position: absolute;
  background-color: #0a6cdc;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.halo-edit-option-sidebar .product-edit-action .add-more .text::after {
  top: 50%;
  content: "";
  width: 1px;
  height: 10px;
  line-height: 22px;
  left: -13.5px;
  display: block;
  position: absolute;
  background-color: #0a6cdc;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.halo-edit-option-sidebar .product-edit-action .button {
  width: 100%;
  max-width: 100%;
}

@media (max-width: 1024px) {
  body.edit-cart-show .halo-edit-option-sidebar {
    -webkit-transform: translate(0);
    transform: translate(0);
    opacity: 1;
    visibility: visible;
    z-index: 999;
  }
  body.edit-cart-show .background-overlay-popup {
    z-index: 110;
    opacity: 1;
    visibility: visible;
    background-color: transparent;
  }
}

@media (min-width: 552px) {
  .halo-edit-option-sidebar {
    max-width: 420px;
  }
}

@media (min-width: 1025px) {
  body.edit-cart-show {
    padding-right: 10px;
  }
  .halo-sidebar.halo-edit-option-sidebar {
    max-width: 500px;
  }
  .halo-sidebar.halo-edit-option-sidebar
    .halo-sidebar-header
    .halo-popup-close {
    top: 29px;
    right: 40px;
    background: #7f7f7f;
    border-radius: 8px;
    width: 30px;
    height: 30px;
    padding: 7px;
  }
  .halo-sidebar.halo-edit-option-sidebar
    .halo-sidebar-header
    .halo-popup-close
    svg {
    width: 100%;
    height: 100%;
    fill: #ffffff;
  }
  .halo-sidebar.halo-edit-option-sidebar .halo-sidebar-wrapper {
    padding: 41px 40px 70px;
  }
}

body.pickup-sidebar-show {
  overflow: hidden;
}

body.pickup-sidebar-show .halo-local-pick-up-sidebar {
  -webkit-transform: translate(0);
  transform: translate(0);
  opacity: 1;
  visibility: visible;
}

body.pickup-sidebar-show .background-overlay {
  z-index: 99;
  opacity: 1;
  visibility: visible;
}

.halo-local-pick-up-sidebar .halo-sidebar-wrapper {
  padding-left: 30px;
  padding-right: 30px;
}

.halo-local-pick-up-sidebar .halo-sidebar-header {
  border: none;
}

.halo-local-pick-up-sidebar .pickup-product-info {
  padding-top: 30px;
  padding-bottom: 18px;
}

.halo-local-pick-up-sidebar .pickup-product-info .pickup-product-title {
  font-size: 16px;
  font-weight: 600;
  color: #232323;
  line-height: 24px;
  padding-bottom: 10px;
  margin: 0;
}

.halo-local-pick-up-sidebar .pickup-product-info .pickup-product-variant span {
  display: block;
  font-size: 12px;
  font-weight: 400;
  color: #323232;
  text-transform: capitalize;
  letter-spacing: 0.02em;
  line-height: 22px;
}

.halo-local-pick-up-sidebar .pickup-list .pickup-list-item {
  padding: 22px 0px 10px;
  border-top: 1px solid #e5e5e5;
  margin: 0;
}

.halo-local-pick-up-sidebar .pickup-list .pickup-list-item .pickup-heading {
  font-size: 13px;
  font-weight: 600;
  line-height: 25px;
  text-transform: uppercase;
  color: #232323;
  margin: 0;
  padding-bottom: 6px;
}

.halo-local-pick-up-sidebar .pickup-list .pickup-list-item .pickup-preview {
  padding-bottom: 10px;
}

.halo-local-pick-up-sidebar
  .pickup-list
  .pickup-list-item
  .pickup-preview
  .icon {
  position: relative;
  top: -1px;
}

.halo-local-pick-up-sidebar
  .pickup-list
  .pickup-list-item
  .pickup-preview
  .icon
  svg {
  margin-right: 6px;
  width: 17px;
  height: 17px;
  fill: #108043;
}

.halo-local-pick-up-sidebar .pickup-list .pickup-list-item .pickup-address {
  line-height: 24px;
}

@media (min-width: 552px) {
  .halo-local-pick-up-sidebar {
    max-width: 410px;
  }
}

@media (min-width: 1025px) {
  body.pickup-sidebar-show {
    padding-right: 10px;
  }
}
/*# sourceMappingURL=sidebar.css.map */
.product-layout-right-vertical {
  padding: 0px 0px 36px;
}

.product-layout-right-vertical .breadcrumb {
  padding: 20px 0px 30px;
}

.product-layout-right-vertical .halo-productView-right .productView-title {
  margin: 0;
}

.product-layout-right-vertical
  .halo-productView-right
  .productView-rating
  .spr-badge-starrating {
  position: relative;
  top: 1px;
}

.product-layout-right-vertical .halo-product-block {
  clear: both;
  padding: 10px 0px 15px;
}

.product-layout-right-vertical .halo-product-block .product-header {
  padding: 17px 0px 0px;
}

.product-layout-right-vertical .halo-product-block .product-header .title {
  font-size: 18px;
  letter-spacing: 0.02em;
  font-weight: 600;
  color: #232323;
}

.product-layout-right-vertical .halo-product-block.related-products {
  background: #f8f8f8;
}

.product-layout-right-vertical
  .halo-product-block.related-products
  .product-header {
  padding: 30px 0px 12px;
}

.product-layout-right-vertical
  .halo-product-block.related-products
  .product-item
  .product-card {
  background: #ffffff;
  padding: 10px;
  padding-bottom: 0 !important;
}

.product-layout-right-vertical .custom-review {
  padding: 57px 0px 30px;
}

.product-layout-right-vertical .custom-review .review-title {
  font-size: 18px;
  letter-spacing: 0.02em;
  font-weight: 600;
  color: #232323;
  margin-bottom: 10px;
}

@media (min-width: 768px) {
  .product-layout-right-vertical .halo-product-block.related-products {
    padding: 26px 0px 58px;
  }
}

@media (min-width: 1025px) {
  .product-layout-right-vertical
    .productView-information
    .halo-productView-right {
    width: 500px;
    padding-left: 60px;
    padding-top: 15px;
  }
  .product-layout-right-vertical
    .productView-information
    .halo-productView-left {
    width: calc(100% - 515px);
    margin-right: 15px;
  }
  .product-layout-right-vertical
    .productView-information
    .halo-productView-left
    .productView-image
    img {
    width: 100%;
  }
  .product-layout-right-vertical .halo-product-block {
    margin-top: 0;
  }
  .product-layout-right-vertical .halo-product-block.related-products {
    margin-top: 40px;
  }
  .product-layout-right-vertical
    .halo-product-block.related-products
    .product-item
    .product-card {
    padding: 15px;
  }
  .product-layout-right-vertical .productView-securityImage {
    margin-bottom: 0;
  }
  .product-layout-right-vertical .halo-productView-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .product-layout-right-vertical
    .halo-productView-left
    .productView-images-wrapper {
    width: calc(100% - 80px);
    margin-right: 20px;
  }
  .product-layout-right-vertical
    .halo-productView-left
    .productView-thumbnail-wrapper {
    display: inline-block;
    vertical-align: top;
    width: 80px;
    padding: 0px;
    margin-top: 30px;
  }
  .product-layout-right-vertical
    .halo-productView-left
    .productView-thumbnail-wrapper
    .productView-for {
    padding: 0px;
  }
  .product-layout-right-vertical
    .halo-productView-left
    .productView-thumbnail-wrapper
    .productView-thumbnail {
    padding: 0px;
  }
  .product-layout-right-vertical
    .halo-productView-left
    .productView-thumbnail-wrapper
    .slick-arrow {
    background: transparent;
  }
  .product-layout-right-vertical
    .halo-productView-left
    .productView-thumbnail-wrapper
    .slick-arrow.slick-prev {
    top: -38px !important;
    left: 50% !important;
    -webkit-transform: translate(-50%) rotate(90deg);
    transform: translate(-50%) rotate(90deg);
  }
  .product-layout-right-vertical
    .halo-productView-left
    .productView-thumbnail-wrapper
    .slick-arrow.slick-next {
    top: auto !important;
    left: 50%;
    right: auto;
    bottom: -28px;
    -webkit-transform: translate(-50%) rotate(90deg);
    transform: translate(-50%) rotate(90deg);
  }
}
/*# sourceMappingURL=product-template-right-vertical.css.map */
