/** Shopify CDN: Minification failed

Line 399:2 Expected identifier but found "*"
Line 432:2 Expected identifier but found "*"
Line 513:2 Expected identifier but found "*"
Line 1113:27 Expected ")" to end URL token
Line 10393:2 "bacground" is not a known CSS property

**/
@keyframes box-shadow {
  0%, 100% {
    -webkit-box-shadow: 0 0 0 0;
    -moz-box-shadow: 0 0 0 0;
    box-shadow: 0 0 0 0;
  }
  50% {
    -webkit-box-shadow: 0 0 0 4px;
    -moz-box-shadow: 0 0 0 4px;
    box-shadow: 0 0 0 4px;
  }
}
@keyframes loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track, .slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
.slick-prev, .slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  z-index: 10;
}
.slick-prev svg, .slick-next svg {
  color: #959595;
  fill: #959595;
  stroke: #959595;
}
.slick-prev:hover, .slick-next:hover, .slick-prev:focus, .slick-next:focus {
  background: transparent;
  color: transparent;
}
.slick-prev.slick-disabled, .slick-next.slick-disabled {
  opacity: 0.5;
}
.slick-prev {
  left: 0px;
}
@media (min-width: 1300px) {
  .slick-prev {
    left: -1%;
  }
}
[dir="rtl"] .slick-prev {
  left: auto;
  right: 0px;
}
.slick-next {
  right: 0px;
}
@media (min-width: 1300px) {
  .slick-next {
    right: -1%;
  }
}
[dir="rtl"] .slick-next {
  left: 0px;
  right: auto;
}
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}
.slick-dots {
  margin: 0;
  padding: 0;
  left: 0;
  right: 0;
  bottom: -35px;
  display: block;
  list-style: none;
  text-align: center;
  position: absolute;
}
.slick-dots li {
  padding: 0;
  width: auto;
  height: auto;
  margin: 0 5px;
  display: inline-block;
  vertical-align: middle;
}
.slick-dots li button {
  width: 11px;
  height: 11px;
  padding: 0;
  opacity: 1;
  font-size: 0;
  border-radius: 50%;
  display: inline-block;
  vertical-align: middle;
  border: 1px solid #ddd;
  background-color: #ddd;
  transition: all 0.3s ease;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  opacity: 1;
  border-color: transparent;
  background-color: #323232;
  width: 13px;
  height: 13px;
}
.slick-dots li.slick-active button {
  border-color: #323232;
  background-color: transparent;
  width: 13px;
  height: 13px;
}
@media (min-width: 551px) {
  .slick-dots li {
    margin: 0 6px;
  }
  .slick-dots li button {
    width: 11px;
    height: 11px;
  }
}
*, *::before, *::after {
  box-sizing: border-box;
}
html * {
  outline: none !important;
}
body {
  margin: 0;
  padding: 0;
  font-weight: 400;
  line-height: 22px;
  position: relative;
  overflow-x: hidden;
  color: var(--color_body_text);
  font-size: var(--font_size);
  font-family: var(--font_stack_body);
  -wenkit-font-smoothing: subpixel-antialiased;
}
body.open_menu {
  overflow: hidden;
}
body .lang2 {
  display: none;
}
body .lang1 {
  display: inline-block;
}
body.lang1 *[data-translate] {
  visibility: visible;
}
body.lang1 .lang2 {
  display: none;
}
body.lang2 *[data-translate] {
  visibility: hidden;
}
body.lang2 .lang1 {
  display: none;
}
body.lang2 .lang2 {
  display: inline-block;
}
body.password-overlay:before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  background-color: rgba(0, 0, 0, 0.7);
  position: absolute;
  transition: all 0.3s ease;
  opacity: 1;
  z-index: 1;
  visibility: visible;
}
.site-header, .announcement-bar, .wrapper-navigation {
  font-family: var(--font_stack_header);
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}
body, input, textarea, button, select {
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
}
a {
  position: relative;
  outline: none;
  text-decoration: none;
  transition: all 0.3s ease;
  background-color: transparent;
  color: var(--color_url);
}
a.classic-link {
  text-decoration: underline;
}
a:hover {
  color: var(--color_url);
  outline: none;
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
  -moz-tap-highlight-color: transparent;
  -o-tap-highlight-color: transparent;
  tap-highlight-color: transparent;
}
@media (min-width: 1025px) {
  a:hover {
    color: var(--color_url_hover);
  }
}
a[href^="tel"] {
  color: inherit;
}
p {
  margin: 0 0 19.44444px;
}
p:last-child {
  margin-bottom: 0;
}
em {
  font-style: italic;
}
small {
  font-size: 80%;
}
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  max-width: 100%;
  border: 0;
}
button, input, optgroup, select, textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button[disabled], html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
input[type="search"], input[type="number"], input[type="email"], input[type="password"] {
  -webkit-appearance: none;
  -moz-appearance: none;
}
table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}
td, th {
  padding: 0;
}
textarea {
  overflow: auto;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.recommended_size {
  top: 50%;
  left: 50%;
  z-index: 1;
  font-size: 25px;
  letter-spacing: 0.15em;
  font-weight: 600;
  color: #2e3031;
  text-shadow: 0 1px 0 #ccc, 0 2px 0 #c9c9c9, 0 3px 0 #bbb, 0 4px 0 #b9b9b9, 0 5px 0 #aaa, 0 6px 1px rgba(0, 0, 0, 0.1), 0 0 5px rgba(0, 0, 0, 0.1), 0 1px 3px rgba(0, 0, 0, 0.3), 0 3px 5px rgba(0, 0, 0, 0.2), 0 5px 10px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.2), 0 20px 20px rgba(0, 0, 0, 0.15);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: absolute;
  z-index: 9;
}
.icons-svg-sprite {
  display: none;
}
a, button, [role="button"], input, label, select, textarea {
  touch-action: manipulation;
}
.grid {
  *zoom: 1;
  list-style: none;
  margin: 0;
  padding: 0;
}
.grid::after {
  content: '';
  display: table;
  clear: both;
}
.grid__item {
  float: none;
  padding-left: 0;
  width: 100%;
}
@media (max-width: 750px) {
  .grid__item {
    padding-left: 22px;
  }
}
.grid__item[class*="--push"] {
  position: relative;
}
.grid--rev {
  direction: rtl;
  text-align: left;
}
.grid--rev > .grid__item {
  direction: ltr;
  text-align: left;
  float: right;
}
.clearfix {
  *zoom: 1;
}
.clearfix::after {
  content: '';
  display: table;
  clear: both;
}
.visually-hidden, .icon__fallback-text {
  position: absolute !important;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}
.visibility-hidden {
  visibility: hidden;
}
.visually-hidden--inline {
  margin: 0;
  height: 1em;
}
.visually-hidden--static {
  position: static !important;
}
.js-focus-hidden:focus {
  outline: none;
}
.no-js:not(html) {
  display: none;
}
.no-js .no-js:not(html) {
  display: block;
}
.no-js .js {
  display: none;
}
.hide {
  display: none !important;
}
.skip-link:focus {
  clip: auto;
  width: auto;
  height: auto;
  margin: 0;
  color: var(--color_body_text);
  background-color: var(--color_body_bg);
  padding: 10px;
  opacity: 1;
  z-index: 10000;
  transition: none;
}
.box {
  background: no-repeat;
  background-color: #f7f7f7;
  background-size: contain;
}
.ratio-container {
  position: relative;
}
.ratio-container:after {
  content: '';
  display: block;
  height: 0;
  width: 100%;
  padding-bottom: 50%;
  content: "";
}
.ratio-container > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
body, html {
  background-color: var(--color_body_bg);
}
.page-width {
  *zoom: 1;
  max-width: 1200px;
  margin: 0 auto;
}
.page-width::after {
  content: '';
  display: table;
  clear: both;
}
.main-content {
  display: block;
  position: relative;
  background-color: var(--color_body_bg);
}
blockquote {
  font-size: calc(18 / var(--font_size) / var(--font_size) * 01 * 1em);
  font-style: normal;
  text-align: center;
  padding: 0 30px;
  margin: 0;
}
.rte blockquote {
  border-color: var(--color_border);
  border-width: 1px 0;
  border-style: solid;
  padding: 30px 0;
  margin-bottom: 27.5px;
}
blockquote p + cite {
  margin-top: 27.5px;
}
blockquote cite {
  display: block;
  font-size: 0.85em;
}
blockquote cite::before {
  content: '\2014 \0020';
}
code, pre {
  font-family: Consolas, monospace;
  font-size: 1em;
}
pre {
  overflow: auto;
}
body, input, textarea, button, select {
  font-size: var(--font_size);
  font-family: var(--font_stack_body);
  color: var(--color_body_text);
}
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  margin: 0 0 17.5px;
  font-family: var(--font_stack_body);
  line-height: 1.2;
  overflow-wrap: break-word;
  word-wrap: break-word;
  letter-spacing: 0;
  text-transform: uppercase;
  color: var(--color_heading_text);
}
h1 a, .h1 a, h2 a, .h2 a, h3 a, .h3 a, h4 a, .h4 a, h5 a, .h5 a, h6 a, .h6 a {
  color: inherit;
  text-decoration: none;
  font-weight: inherit;
}
h5, .h5 {
  font-size: calc(0 var(--font_size_time0_58) / 0 var(--font_size_time0_58) * 01 / var(--font_size) / var(--font_size) * 01 * 1em);
}
@media (max-width: 750px) {
  h5, .h5 {
    font-size: calc(0 var(--font_size_time0_58) * 0.90 / 0 var(--font_size_time0_58) * 0.90 * 01 / var(--font_size) / var(--font_size) * 01 * 1em);
  }
}
h6, .h6 {
  font-size: calc(0 var(--font_size_time0_54) / 0 var(--font_size_time0_54) * 01 / var(--font_size) / var(--font_size) * 01 * 1em);
}
@media (max-width: 750px) {
  h6, .h6 {
    font-size: calc(0 var(--font_size_time0_54) * 0.90 / 0 var(--font_size_time0_54) * 0.90 * 01 / var(--font_size) / var(--font_size) * 01 * 1em);
  }
}
label {
  font-size: var(--font_size);
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 20px;
  color: #323232;
  padding-bottom: 4px;
}
.rte {
  color: var(--color_body_text);
  margin-bottom: 35px;
  line-height: 24px;
}
.rte:last-child {
  margin-bottom: 0;
}
.rte h1, .rte .h1, .rte h2, .rte .h2, .rte h3, .rte .h3, .rte h4, .rte .h4, .rte h5, .rte .h5, .rte h6, .rte .h6 {
  margin-top: 55px;
  margin-bottom: 27.5px;
}
.rte h1:first-child, .rte .h1:first-child, .rte h2:first-child, .rte .h2:first-child, .rte h3:first-child, .rte .h3:first-child, .rte h4:first-child, .rte .h4:first-child, .rte h5:first-child, .rte .h5:first-child, .rte h6:first-child, .rte .h6:first-child {
  margin-top: 0;
}
.rte li {
  margin-bottom: 4px;
  list-style: inherit;
}
.rte li:last-child {
  margin-bottom: 0;
}
.rte-setting {
  margin-bottom: calc(35px / 1.8);
}
.rte-setting:last-child {
  margin-bottom: 0;
}
li {
  list-style: none;
}
.fine-print {
  font-size: calc(14 / var(--font_size) / var(--font_size) * 01 * 1em);
  font-style: italic;
}
.txt--minor {
  font-size: 80%;
}
.txt--emphasis {
  font-style: italic;
}
.address {
  margin-bottom: 55px;
}
.mega-title {
  font-weight: 700;
  margin-bottom: 8px;
}
.mega-title--large {
  font-size: calc(var(--font_size_plus8) / var(--font_size_plus8) * 01 / var(--font_size) / var(--font_size) * 01 * 1em);
  font-family: var(--font_stack_heading);
  text-transform: capitalize;
  letter-spacing: 0.04em;
  font-weight: 600;
}
@media (min-width: 768px) {
  .mega-title--large {
    font-size: 32px;
  }
}
@media (min-width: 993px) {
  .mega-title--large {
    font-size: 40px;
  }
}
@media (min-width: 993px) {
  .mega-subtitle {
    font-size: calc(var(--font_size_plus4) / var(--font_size_plus4) * 01 / var(--font_size) / var(--font_size) * 01 * 1em);
    margin: 0 auto;
  }
  .text-center .mega-subtitle {
    max-width: 75%;
  }
}
.mega-subtitle p {
  color: #fff;
}
.mega-subtitle a {
  color: #fff;
  border-bottom: 1px solid currentColor;
}
.mega-subtitle a:hover, .mega-subtitle a:focus {
  color: #fff;
}
.mega-subtitle--large {
  font-size: var(--font_size);
}
.is-transitioning {
  display: block !important;
  visibility: visible !important;
}
.icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  vertical-align: middle;
  fill: currentColor;
}
.no-svg .icon {
  display: none;
}
svg.icon:not(.icon--full-color) ellipse, symbol.icon:not(.icon--full-color) ellipse, svg.icon:not(.icon--full-color) g, symbol.icon:not(.icon--full-color) g, svg.icon:not(.icon--full-color) line, symbol.icon:not(.icon--full-color) line, svg.icon:not(.icon--full-color) path, symbol.icon:not(.icon--full-color) path, svg.icon:not(.icon--full-color) polyline, symbol.icon:not(.icon--full-color) polyline, svg.icon:not(.icon--full-color) rect, symbol.icon:not(.icon--full-color) rect {
  fill: inherit;
  stroke: inherit;
}
svg.icon:not(.icon--full-color) .icon-error__symbol, symbol.icon:not(.icon--full-color) .icon-error__symbol {
  fill: #fff;
}
.no-svg .icon__fallback-text {
  position: static !important;
  overflow: inherit;
  clip: none;
  height: auto;
  width: auto;
  margin: 0;
}
.payment-icons {
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  cursor: default;
}
@media (max-width: 750px) {
  .payment-icons {
    line-height: 40px;
  }
}
.payment-icons .icon {
  width: 38px;
  height: 24px;
  fill: inherit;
}
.social-icons .icon {
  width: 15px;
  height: 15px;
}
.social-icons .icon.icon--wide {
  width: 40px;
}
.icon-spinner {
  -moz-animation: spin 500ms infinite linear;
  -o-animation: spin 500ms infinite linear;
  -webkit-animation: spin 500ms infinite linear;
  animation: spin 500ms infinite linear;
}
ul, ol {
  margin: 0;
  padding: 0;
}
ol {
  list-style: decimal;
}
.list--inline {
  padding: 0;
  margin: 0;
}
.list--inline > li {
  display: inline-block;
  margin-bottom: 0;
  vertical-align: middle;
}
.rte img {
  height: auto;
}
.rte table {
  table-layout: fixed;
}
.rte ul, .rte ol {
  margin: 0 0 17.5px 35px;
}
.rte ul.list--inline, .rte ol.list--inline {
  margin-left: 0;
}
.rte ul {
  list-style: disc outside;
}
.rte ul ul {
  list-style: circle outside;
}
.rte ul ul ul {
  list-style: square outside;
}
.rte a:not(.btn) {
  border-bottom: 1px solid currentColor;
  padding-bottom: 1px;
}
.text-center.rte ul, .text-center .rte ul, .text-center.rte ol, .text-center .rte ol {
  margin-left: 0;
  list-style-position: inside;
}
.scrollable-wrapper {
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
@media (max-width: 750px) {
  .btn--small-wide {
    padding-left: 50px;
    padding-right: 50px;
  }
}
.btn--link {
  background-color: transparent;
  border: 0;
  margin: 0;
  color: var(--color_body_text);
  text-align: left;
}
.btn--link:not([disabled]):hover, .btn--link:focus {
  color: var(--color_url_hover);
  background-color: transparent;
}
.btn--link .icon {
  vertical-align: middle;
}
.btn--narrow {
  padding-left: 15px;
  padding-right: 15px;
}
.btn--has-icon-after .icon {
  margin-left: 10px;
}
.btn--has-icon-before .icon {
  margin-right: 10px;
}
.text-link {
  display: inline;
  border: 0 none;
  background: none;
  padding: 0;
  margin: 0;
}
.text-link--accent {
  color: var(--color_btn_primary);
  border-bottom: 1px solid currentColor;
  padding-bottom: 1px;
}
.text-link--accent:not([disabled]):hover, .text-link--accent:focus {
  color: var(--color_btn_primary_hover);
}
.return-link-wrapper {
  margin-top: 82.5px;
  margin-bottom: 0;
}
@media (max-width: 750px) {
  .return-link-wrapper {
    margin-top: 55px;
  }
}
.full-width-link {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
}
table {
  margin-bottom: 27.5px;
}
table a {
  border-bottom: 1px solid currentColor;
}
th {
  font-family: var(--font_stack_header);
}
th, td {
  text-align: left;
  border: 1px solid var(--color_border);
  padding: 10px 14px;
}
tbody th, tfoot th {
  font-weight: normal;
}
@media (max-width: 750px) {
  .responsive-table thead {
    display: none;
  }
  .responsive-table th, .responsive-table td {
    float: left;
    clear: left;
    width: 100%;
    text-align: right;
    padding: 27.5px;
    border: 0;
    margin: 0;
  }
  .responsive-table th::before, .responsive-table td::before {
    content: attr(data-label);
    float: left;
    text-align: center;
    font-size: 12px;
    padding-right: 10px;
    font-weight: normal;
  }
  .responsive-table__row + .responsive-table__row, tfoot > .responsive-table__row:first-child {
    position: relative;
    margin-top: 10px;
    padding-top: 55px;
  }
  .responsive-table__row + .responsive-table__row::after, tfoot > .responsive-table__row:first-child::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 27.5px;
    right: 27.5px;
    border-bottom: 1px solid var(--color_border);
  }
}
svg:not(:root) {
  overflow: hidden;
}
iframe {
  width: 100% !important;
}
.video-wrapper {
  position: relative;
  overflow: hidden;
  max-width: 100%;
  height: 0;
  height: auto;
}
.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
form {
  margin: 0;
}
fieldset {
  border: 1px solid var(--color_border_form);
  margin: 0 0 55px;
  padding: 27.5px;
}
legend {
  border: 0;
  padding: 0;
}
button {
  cursor: pointer;
}
input[type="submit"] {
  cursor: pointer;
}
label {
  display: block;
  margin-bottom: 5px;
}
[type="radio"] + label, [type="checkbox"] + label {
  display: inline-block;
  margin-bottom: 0;
}
label[for] {
  cursor: pointer;
}
input, textarea, select, input.form-control, textarea.form-control, select.form-control, .form-select.form-control {
  font-size: 12px;
  border: 1px solid #e0e0e0;
  background-color: var(--color_text_field);
  color: var(--color_text_field_text);
  border-radius: 0px;
  height: auto;
  max-width: 100%;
  line-height: 40px;
  padding: 0px 15px;
  max-height: 35px;
  background-clip: unset;
}
input:focus, textarea:focus, select:focus, input.form-control:focus, textarea.form-control:focus, select.form-control:focus, .form-select.form-control:focus {
  box-shadow: none;
  border-color: var(--color_border_form);
}
input[disabled], textarea[disabled], select[disabled], input.form-control[disabled], textarea.form-control[disabled], select.form-control[disabled], .form-select.form-control[disabled] {
  cursor: default;
  background-color: #f4f4f4;
  border-color: #f4f4f4;
}
input.input--error::-webkit-input-placeholder, textarea.input--error::-webkit-input-placeholder, select.input--error::-webkit-input-placeholder, input.form-control.input--error::-webkit-input-placeholder, textarea.form-control.input--error::-webkit-input-placeholder, select.form-control.input--error::-webkit-input-placeholder, .form-select.form-control.input--error::-webkit-input-placeholder {
  color: #d20000;
  opacity: 0.5;
}
input.input--error::-moz-placeholder, textarea.input--error::-moz-placeholder, select.input--error::-moz-placeholder, input.form-control.input--error::-moz-placeholder, textarea.form-control.input--error::-moz-placeholder, select.form-control.input--error::-moz-placeholder, .form-select.form-control.input--error::-moz-placeholder {
  color: #d20000;
  opacity: 0.5;
}
input.input--error:-ms-input-placeholder, textarea.input--error:-ms-input-placeholder, select.input--error:-ms-input-placeholder, input.form-control.input--error:-ms-input-placeholder, textarea.form-control.input--error:-ms-input-placeholder, select.form-control.input--error:-ms-input-placeholder, .form-select.form-control.input--error:-ms-input-placeholder {
  color: #d20000;
  opacity: 0.5;
}
input.input--error::-ms-input-placeholder, textarea.input--error::-ms-input-placeholder, select.input--error::-ms-input-placeholder, input.form-control.input--error::-ms-input-placeholder, textarea.form-control.input--error::-ms-input-placeholder, select.form-control.input--error::-ms-input-placeholder, .form-select.form-control.input--error::-ms-input-placeholder {
  color: #d20000;
  opacity: 1;
}
input.hidden-placeholder::-webkit-input-placeholder, textarea.hidden-placeholder::-webkit-input-placeholder, select.hidden-placeholder::-webkit-input-placeholder, input.form-control.hidden-placeholder::-webkit-input-placeholder, textarea.form-control.hidden-placeholder::-webkit-input-placeholder, select.form-control.hidden-placeholder::-webkit-input-placeholder, .form-select.form-control.hidden-placeholder::-webkit-input-placeholder {
  color: transparent;
}
input.hidden-placeholder::-moz-placeholder, textarea.hidden-placeholder::-moz-placeholder, select.hidden-placeholder::-moz-placeholder, input.form-control.hidden-placeholder::-moz-placeholder, textarea.form-control.hidden-placeholder::-moz-placeholder, select.form-control.hidden-placeholder::-moz-placeholder, .form-select.form-control.hidden-placeholder::-moz-placeholder {
  color: transparent;
}
input.hidden-placeholder:-ms-input-placeholder, textarea.hidden-placeholder:-ms-input-placeholder, select.hidden-placeholder:-ms-input-placeholder, input.form-control.hidden-placeholder:-ms-input-placeholder, textarea.form-control.hidden-placeholder:-ms-input-placeholder, select.form-control.hidden-placeholder:-ms-input-placeholder, .form-select.form-control.hidden-placeholder:-ms-input-placeholder {
  color: transparent;
}
input.hidden-placeholder::-ms-input-placeholder, textarea.hidden-placeholder::-ms-input-placeholder, select.hidden-placeholder::-ms-input-placeholder, input.form-control.hidden-placeholder::-ms-input-placeholder, textarea.form-control.hidden-placeholder::-ms-input-placeholder, select.form-control.hidden-placeholder::-ms-input-placeholder, .form-select.form-control.hidden-placeholder::-ms-input-placeholder {
  opacity: 1;
}
textarea, textarea.form-control {
  line-height: 22px;
  min-height: 100px;
  padding: 8px 15px;
}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #787878;
  left: 0;
  opacity: 1;
  visibility: visible;
  position: relative;
  transition: all 0.3s ease;
}
input::-moz-placeholder, textarea::-moz-placeholder {
  color: #787878;
  left: 0;
  opacity: 1;
  visibility: visible;
  position: relative;
  transition: all 0.3s ease;
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #787878;
  left: 0;
  opacity: 1;
  visibility: visible;
  position: relative;
  transition: all 0.3s ease;
}
input:-moz-placeholder, textarea:-moz-placeholder {
  color: #787878;
  left: 0;
  opacity: 1;
  visibility: visible;
  position: relative;
  transition: all 0.3s ease;
}
input:focus::-webkit-input-placeholder, textarea:focus::-webkit-input-placeholder {
  left: 5%;
  opacity: 0;
  visibility: hidden;
}
input:focus::-moz-placeholder, textarea:focus::-moz-placeholder {
  left: 5%;
  opacity: 0;
  visibility: hidden;
}
input:focus:-ms-input-placeholder, textarea:focus:-ms-input-placeholder {
  left: 5%;
  opacity: 0;
  visibility: hidden;
}
input:focus:-moz-placeholder, textarea:focus:-moz-placeholder {
  left: 5%;
  opacity: 0;
  visibility: hidden;
}
.breadcrumb .form-label {
  font-size: 12px;
  font-weight: 700;
  margin-bottom: 8px;
  font-family: var(--font_stack_body);
  color: var(--color_heading_text);
  text-transform: capitalize;
}
.breadcrumb .form-label em {
  color: #d20000;
  font-size: 11px;
  font-weight: 400;
}
input.input--error, select.input--error, textarea.input--error {
  border-color: #d20000;
  background-color: #fff8f8;
  color: #d20000 !important;
}
.input-error-message {
  display: block;
  width: 100%;
  color: #d20000;
  font-size: calc(var(--font_size_minus2) / var(--font_size_minus2) * 01 / var(--font_size) / var(--font_size) * 01 * 1em );
  margin-bottom: 11.66667px;
  text-align: center;
  font-size: 11px;
  letter-spacing: 0.04em;
}
@media (max-width: 750px) {
  .input-error-message {
    margin-bottom: 19.44444px;
  }
}
.input-error-message .icon {
  margin-right: 6px;
  width: 1em;
  height: 1em;
  margin-top: -0.3em;
}
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-position: right center;
  background-image: url(var(--svg_select_icon));
  background-repeat: no-repeat;
  background-position: right 10px center;
  line-height: 1.2;
  padding-right: 28px;
  text-indent: 0.01px;
  text-overflow: '';
  cursor: pointer;
  padding-top: 8px;
  padding-left: 15px;
  padding-bottom: 8px;
}
@media (min-width: 750px) {
  select {
    padding-top: 10px;
    padding-left: 18px;
    padding-bottom: 10px;
  }
}
.select-group {
  position: relative;
  z-index: 2;
}
.select-group select {
  background-image: none;
  background-color: transparent;
}
.select-group .icon {
  height: calc(8em / 16);
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: calc(8em / 16);
  z-index: -1;
}
.select-label {
  font-size: calc(12 / var(--font_size) / var(--font_size) * 01 * 1em);
  text-transform: uppercase;
}
option {
  color: var(--color_body_text);
  background-color: var(--color_body_bg);
}
select::-ms-expand {
  display: none;
}
.label--hidden {
  position: absolute;
  height: 0;
  width: 0;
  margin-bottom: 0;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
}
::-webkit-input-placeholder {
  color: var(--color_text_field_text);
  opacity: 0.6;
}
::-moz-placeholder {
  color: var(--color_text_field_text);
  opacity: 0.6;
}
:-ms-input-placeholder {
  color: var(--color_text_field_text);
  opacity: 0.6;
}
::-ms-input-placeholder {
  color: var(--color_text_field_text);
  opacity: 1;
}
.label--error {
  color: #d20000;
}
.form-vertical input, .form-vertical select, .form-vertical textarea {
  display: block;
  width: 100%;
  margin-bottom: 19.44444px;
}
.form-vertical input.input--error, .form-vertical select.input--error, .form-vertical textarea.input--error {
  margin-bottom: 11.66667px;
}
.form-vertical [type="radio"], .form-vertical [type="checkbox"] {
  width: auto;
  margin-bottom: 0;
  margin-right: 5px;
  display: inline-block;
  vertical-align: middle;
}
.form-vertical [type="submit"], .form-vertical .btn, .form-vertical .shopify-payment-button .shopify-payment-button__button--unbranded, .shopify-payment-button .form-vertical .shopify-payment-button__button--unbranded {
  display: inline-block;
  width: auto;
}
.form-single-field {
  margin: 0 auto;
  max-width: 35rem;
}
.form-single-field .input--error {
  margin-bottom: 0;
}
.note, .form-message {
  padding: 8px;
  margin: 0 0 27.5px;
  border-radius: 0px;
}
@media (min-width: 750px) {
  .note, .form-message {
    padding: 10px;
  }
}
.note {
  border: 1px solid var(--color_border_form);
  letter-spacing: 0.04em;
}
.form-message--success {
  border: 1px solid #1f873d;
  background-color: #f8fff9;
  color: #1f873d;
  display: block;
  width: 100%;
}
.form-message--error {
  border: 1px solid #d20000;
  background-color: #fff8f8;
  padding: 1rem 1.3rem;
  text-align: left;
  width: 100%;
}
.form-message--error li {
  list-style-type: disc;
  list-style-position: inside;
}
.form-message--error .form-message__title {
  font-size: 1.2em;
}
.form-message--error .form-message__link {
  display: inline-block;
  text-decoration: underline;
  text-decoration-skip-ink: auto;
  color: var(--color_body_text);
}
.form-message--error .form-message__link:hover {
  text-decoration: none;
  color: var(--color_body_text);
}
.form-message--warning {
  color: #886d48;
  border: 1px solid #f9ebd2;
  background-color: #fbf8e7;
  display: block;
  width: 100%;
}
.form-message.form-message--error .form-message__title {
  font-size: var(--font_size);
  font-weight: 600;
  letter-spacing: 0.04em;
  margin-bottom: 10px;
}
.form-message.form-message--error .form-message__title a {
  letter-spacing: 0.04em;
}
.input-group {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
}
.form-vertical .input-group {
  margin-bottom: 55px;
}
.form-vertical .input-group .input-group__field {
  margin: 0;
}
.input-group .input-group__field {
  flex-grow: 10;
  margin-bottom: 1rem;
  border-radius: 0px;
  text-align: left;
  min-height: 36px;
}
.input-group .input-group__field input {
  width: 100%;
  min-height: 36px;
}
.input-group .input-group__btn {
  flex-grow: 1;
}
.input-group .input-group__btn .btn, .input-group .input-group__btn .shopify-payment-button .shopify-payment-button__button--unbranded, .shopify-payment-button .input-group .input-group__btn .shopify-payment-button__button--unbranded {
  width: 100%;
  border-radius: 0;
  min-height: 36px;
}
@media (min-width: 370px) {
  .input-group .input-group__field {
    margin-bottom: 0;
  }
  .input-group .input-group__btn {
    margin-left: 15px;
  }
}
@media (min-width: 768px) {
  .input-group .input-group__field {
    min-height: 36px;
  }
  .input-group .input-group__field input {
    min-height: 36px;
  }
  .input-group .input-group__btn .btn, .input-group .input-group__btn .shopify-payment-button .shopify-payment-button__button--unbranded, .shopify-payment-button .input-group .input-group__btn .shopify-payment-button__button--unbranded {
    min-height: 36px;
  }
}
.input-error-message {
  display: block;
  width: 100%;
}
.input-group--error {
  margin-bottom: 11.66667px;
}
.page-width {
  padding-left: 55px;
  padding-right: 55px;
}
@media (max-width: 750px) {
  .page-width {
    padding-left: 22px;
    padding-right: 22px;
  }
}
.page-container {
  transition: var(--transition_drawer);
  position: relative;
  margin-top: -1px;
}
@media (max-width: 1024px) {
  .page-container {
    padding-bottom: 0 !important;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1200px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
hr {
  margin: 55px 0;
  border: 0;
  border-bottom: 1px solid var(--color_border);
}
.hr--small {
  padding: 10px 0;
  margin: 0;
}
.hr--invisible {
  border-bottom: 0;
}
.border-bottom {
  border-bottom: 1px solid var(--color_border);
}
.border-top {
  border-top: 1px solid var(--color_border);
}
.grid--table {
  display: table;
  table-layout: fixed;
  width: 100%;
}
.grid--table > .grid__item {
  float: none;
  display: table-cell;
  vertical-align: middle;
}
.grid--no-gutters {
  margin-left: 0;
}
.grid--no-gutters .grid__item {
  padding-left: 0;
}
.grid--half-gutters {
  margin-left: -15px;
}
.grid--half-gutters > .grid__item {
  padding-left: 15px;
}
.grid--double-gutters {
  margin-left: -60px;
}
.grid--double-gutters > .grid__item {
  padding-left: 60px;
}
.grid--flush-bottom {
  margin-bottom: - 55px;
  overflow: auto;
}
.grid--flush-bottom > .grid__item {
  margin-bottom: 55px;
}
@-webkit-keyframes spin {
  0% {
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes spin {
  0% {
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-ms-keyframes spin {
  0% {
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spin {
  0% {
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes placeholder-background-loading {
  0% {
    opacity: 0.02;
  }
  50% {
    opacity: 0.05;
  }
  100% {
    opacity: 0.02;
  }
}
@-moz-keyframes placeholder-background-loading {
  0% {
    opacity: 0.02;
  }
  50% {
    opacity: 0.05;
  }
  100% {
    opacity: 0.02;
  }
}
@-ms-keyframes placeholder-background-loading {
  0% {
    opacity: 0.02;
  }
  50% {
    opacity: 0.05;
  }
  100% {
    opacity: 0.02;
  }
}
@keyframes placeholder-background-loading {
  0% {
    opacity: 0.02;
  }
  50% {
    opacity: 0.05;
  }
  100% {
    opacity: 0.02;
  }
}
.drawer {
  display: none;
  position: absolute;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  z-index: 9;
  background-color: var(--color_body_bg);
  transition: var(--transition_drawer);
}
.drawer input[type="text"], .drawer textarea {
  background-color: var(--color_body_bg);
  color: var(--color_body_text);
}
.js-drawer-open {
  overflow: hidden;
}
.drawer--top {
  width: 100%;
}
.js-drawer-open-top .drawer--top {
  -ms-transform: translateY(100%);
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  display: block;
}
.drawer-page-content::after {
  visibility: hidden;
  opacity: 0;
  content: '';
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 8;
  transition: var(--transition_drawer);
}
.js-drawer-open .drawer-page-content::after {
  visibility: visible;
  opacity: 1;
}
.drawer__title, .drawer__close {
  display: table-cell;
  vertical-align: middle;
}
.drawer__close-button {
  background: none;
  border: 0 none;
  position: relative;
  right: -15px;
  height: 100%;
  width: 60px;
  padding: 0 20px;
  color: inherit;
  font-size: calc(18 / var(--font_size) / var(--font_size) * 01 * 1em);
}
.drawer__close-button:active, .drawer__close-button:focus {
  background-color: rgba(0, 0, 0, 0.6);
}
.grid--view-items {
  overflow: auto;
  margin-bottom: -35px;
}
.grid-view-item {
  margin: 0 auto 35px;
}
.custom__item .grid-view-item {
  margin-bottom: 0;
}
.grid-view-item__title {
  margin-bottom: 0;
  color: var(--color_body_text);
}
.grid-view-item__meta {
  margin-top: 8px;
}
@media (max-width: 750px) {
  .grid-view-item__title, .grid-view-item__meta {
    font-size:  calc(var(--font_size_minus1) / var(--font_size_minus1) * 01 / var(--font_size) / var(--font_size) * 01 * 1em);
  }
}
.grid-view-item__link {
  display: block;
}
.grid-view-item__vendor {
  margin-top: 4px;
  color: var(--color_body_text);
  font-size: calc(var(--font_size_minus2) / var(--font_size_minus2) * 01 / var(--font_size) / var(--font_size) * 01 * 1em);
  text-transform: uppercase;
}
@media (max-width: 750px) {
  .grid-view-item__vendor {
    font-size: calc(var(--font_size_minus3) / var(--font_size_minus3) * 01 / var(--font_size) / var(--font_size) * 01 * 1em);
  }
}
.grid-view-item__image-wrapper {
  margin: 0 auto 15px;
  position: relative;
  width: 100%;
}
.grid-view-item__image {
  display: block;
  margin: 0 auto;
  width: 100%;
}
.grid-view-item__image-wrapper .grid-view-item__image {
  position: absolute;
  top: 0;
}
.grid-view-item--sold-out .grid-view-item__image {
  opacity: 0.5;
}
.grid-view-item__image.lazyload {
  opacity: 0;
}
.list-view-item {
  margin-bottom: 22px;
}
.list-view-item:last-child {
  margin-bottom: 0;
}
@media (min-width: 750px) {
  .list-view-item {
    border-bottom: 1px solid var(--color_border);
    padding-bottom: 22px;
  }
  .list-view-item:last-child {
    padding-bottom: 0;
    border-bottom: 0;
  }
}
.list-view-item__link {
  display: table;
  table-layout: fixed;
  width: 100%;
}
.list-view-item__image {
  max-height: 95px;
}
.list-view-item__image-column {
  display: table-cell;
  vertical-align: middle;
  width: 130px;
}
@media (max-width: 750px) {
  .list-view-item__image-column {
    width: 85px;
  }
}
.list-view-item__image-wrapper {
  position: relative;
  margin-right: 35px;
}
@media (max-width: 750px) {
  .list-view-item__image-wrapper {
    margin-right: 17.5px;
  }
}
.list-view-item__title-column {
  display: table-cell;
  vertical-align: middle;
}
.list-view-item__title {
  color: var(--color_body_text);
  font-size: calc(var(--font_size_plus2) / var(--font_size_plus2) * 01 / var(--font_size) / var(--font_size) * 01 * 1em);
  min-width: 100px;
}
@media (max-width: 750px) {
  .list-view-item__title {
    font-size: calc(var(--font_size_minus1) / var(--font_size_minus1) * 01 / var(--font_size) / var(--font_size) * 01 * 1em);
  }
}
.list-view-item__sold-out {
  font-size: calc(var(--font_size_minus1) / var(--font_size_minus1) * 01 / var(--font_size) / var(--font_size) * 01 * 1em);
}
.list-view-item__on-sale {
  color: var(--color_body_text);
  font-size: calc(var(--font_size_minus1) / var(--font_size_minus1) * 01 / var(--font_size) / var(--font_size) * 01 * 1em);
}
@media (max-width: 750px) {
  .list-view-item__on-sale {
    display: none;
  }
}
.list-view-item__vendor-column {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  width: 20%;
}
.list-view-item__vendor {
  font-size: calc(var(--font_size_minus1) / var(--font_size_minus1) * 01 / var(--font_size) / var(--font_size) * 01 * 1em);
  font-style: italic;
}
@media (max-width: 750px) {
  .list-view-item__vendor {
    font-size: calc(var(--font_size_minus2) / var(--font_size_minus2) * 01 / var(--font_size) / var(--font_size) * 01 * 1em);
  }
}
.list-view-item__price-column {
  display: table-cell;
  text-align: right;
  vertical-align: middle;
  width: 20%;
  font-size: calc(var(--font_size_plus1) / var(--font_size_plus1) * 01 / var(--font_size) / var(--font_size) * 01 * 1em);
}
@media (max-width: 750px) {
  .list-view-item__price-column {
    font-size: calc(var(--font_size_plus1) / var(--font_size_plus1) * 01 / var(--font_size) / var(--font_size) * 01 * 1em);
  }
}
.list-view-item__price-column .price__vendor, .list-view-item__price-column .price-item__label {
  display: none;
}
.list-view-item__price-column .price__regular, .list-view-item__price-column .price__sale {
  flex-basis: 100%;
}
.list-view-item__price {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.list-view-item__price--reg {
  color: var(--color_body_text);
}
@media (max-width: 750px) {
  .list-view-item__price--reg {
    display: block;
  }
}
@media (max-width: 750px) {
  .list-view-item__price--sale {
    display: block;
  }
}
.slideshow__arrows .slick-dots {
  margin: 0 0.75rem;
}
.slideshow__arrows .slick-dots li {
  margin: 0;
  vertical-align: middle;
  width: 10px;
  height: 10px;
  margin-left: 6px;
}
.slideshow__arrows .slick-dots li:first-of-type {
  margin-left: 0;
}
@media (min-width: 750px) {
  .slideshow__arrows .slick-dots li {
    width: 12px;
    height: 12px;
    margin-left: 8px;
  }
}
.slideshow__arrows .slick-dots li button, .slideshow__arrows .slick-dots li a {
  position: relative;
  padding: 0;
  width: 10px;
  height: 10px;
}
@media (min-width: 750px) {
  .slideshow__arrows .slick-dots li button, .slideshow__arrows .slick-dots li a {
    width: 12px;
    height: 12px;
  }
}
.slideshow__arrows .slick-dots li button::before, .slideshow__arrows .slick-dots li a::before {
  text-indent: -9999px;
  background-color: transparent;
  border-radius: 100%;
  background-color: currentColor;
  width: 10px;
  height: 10px;
  opacity: 0.4;
  transition: all 0.2s;
}
@media (min-width: 750px) {
  .slideshow__arrows .slick-dots li button::before, .slideshow__arrows .slick-dots li a::before {
    width: 12px;
    height: 12px;
  }
}
.slideshow__arrows .slick-dots li.slick-active button::before, .slideshow__arrows .slick-dots li.slick-active a::before, .slideshow__arrows .slick-dots li.slick-active-mobile button::before, .slideshow__arrows .slick-dots li.slick-active-mobile a::before {
  opacity: 1;
}
.slideshow__arrows .slick-dots li button:active::before, .slideshow__arrows .slick-dots li .slick-active a::before, .slideshow__arrows .slick-dots li .slick-active-mobile a::before {
  opacity: 0.7;
}
.index-section {
  padding-top: 35px;
  padding-bottom: 35px;
}
@media (min-width: 750px) {
  .index-section {
    padding-top: 55px;
    padding-bottom: 55px;
  }
}
.index-section:first-child {
  padding-top: 0;
  border-top: 0;
}
.index-section:last-child {
  padding-bottom: 50px;
}
.index-section--flush + .index-section--flush {
  margin-top: -70px;
}
@media (min-width: 750px) {
  [class*="index-section--flush"] + [class*="index-section--flush"] {
    margin-top: -110px;
  }
}
@media (min-width: 750px) {
  [class*="index-section--flush"]:first-child {
    margin-top: - 55px;
  }
}
@media (min-width: 750px) {
  [class*="index-section--flush"]:last-child {
    margin-bottom: - 55px;
  }
}
@media (max-width: 750px) {
  .index-section--featured-product:first-child {
    margin-top: -12px;
  }
}
@media (max-width: 750px) {
  .index-section--slideshow + .index-section--flush {
    margin-top: 0.4rem;
  }
}
.placeholder-svg {
  display: block;
  fill: rgba(0, 0, 0, );
  background-color: rgba(0, 0, 0, );
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  border: 1px solid rgba(0, 0, 0, );
}
.placeholder-noblocks {
  padding: 40px;
  text-align: center;
}
.placeholder-background {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.placeholder-background .icon {
  border: 0;
}
.placeholder-background--animation {
  background-color: var(--color_body_text);
  -moz-animation: placeholder-background-loading 1.5s infinite linear;
  -o-animation: placeholder-background-loading 1.5s infinite linear;
  -webkit-animation: placeholder-background-loading 1.5s infinite linear;
  animation: placeholder-background-loading 1.5s infinite linear;
}
.no-js .placeholder-background--animation {
  display: none;
}
.image-bar__content .placeholder-svg {
  position: absolute;
  top: 0;
  left: 0;
}
.password-page {
  display: table;
  height: 100%;
  width: 100%;
  color: var(--color_body_text);
  background-color: var(--color_body_bg);
  background-size: cover;
}
.password-form-message {
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}
.password-header {
  height: 85px;
  display: table-row;
}
.password-header__inner {
  display: table-cell;
  vertical-align: middle;
}
.password-login {
  padding: 0 30px;
  text-align: right;
}
.password-logo .logo {
  color: var(--color_body_text);
  max-width: 100%;
}
.password-content {
  text-align: center;
}
.password-content--rte {
  margin-bottom: 35px;
}
.password-content__title {
  display: block;
  margin-bottom: 82.5px;
}
.password-main {
  display: table-row;
  width: 100%;
  height: 100%;
  margin: 0 auto;
}
.password-main__inner {
  display: table-cell;
  vertical-align: middle;
  padding: 0;
}
.password-message {
  max-width: 500px;
  margin: 82.5px auto 27.5px;
}
.password__form-heading {
  margin-bottom: 20px;
}
.password-powered-by {
  margin-top: 82.5px;
}
.password-social-sharing {
  margin-top: 82.5px;
}
.product-form__item--submit {
  -webkit-flex: 1 1 300px;
  -moz-flex: 1 1 300px;
  -ms-flex: 1 1 300px;
  flex: 1 1 300px;
}
.product-form__item--no-variants {
  max-width: 400px;
}
.product-form__item--payment-button {
  -ms-flex-preferred-size: 100%;
  -webkit-flex-basis: 100%;
  -moz-flex-basis: 100%;
  flex-basis: 100%;
}
@media (min-width: 990px) {
  .product-single--small-image .product-form__item--payment-button, .product-single--full-image .product-form__item--payment-button {
    display: inline-flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    -o-align-items: flex-start;
    align-items: flex-start;
  }
}
.product-form__item--payment-button.product-form__item--no-variants {
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: stretch;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  -ms-align-items: stretch;
  -o-align-items: stretch;
  align-items: stretch;
}
.product-form__variants {
  display: none;
}
.no-js .product-form__variants {
  display: block;
}
.product-form__item--quantity {
  -webkit-flex: 0 0 100px;
  -moz-flex: 0 0 100px;
  -ms-flex: 0 0 100px;
  flex: 0 0 100px;
}
.product-form__input {
  display: block;
  width: 100%;
}
.product-form__input.input--error {
  margin-bottom: 0;
}
.product-form__error-message-wrapper--hidden {
  display: none;
}
.icon-error {
  fill: #d20000;
  width: calc(var(--font_size_minus2) / var(--font_size_minus2) * 01 / var(--font_size) / var(--font_size) * 01 * 1em);
  height: calc(var(--font_size_minus2) / var(--font_size_minus2) * 01 / var(--font_size) / var(--font_size) * 01 * 1em);
  margin-top: 0.1em;
  flex-shrink: 0;
}
.product-form__cart-submit, .shopify-payment-button .shopify-payment-button__button--unbranded {
  display: block;
  width: 100%;
  line-height: 1.4;
  padding-left: 5px;
  padding-right: 5px;
  white-space: normal;
  margin-top: 0;
  min-height: 44px;
}
.product-single--small-image .product-form__cart-submit, .product-single--small-image .shopify-payment-button .shopify-payment-button__button--unbranded, .shopify-payment-button .product-single--small-image .shopify-payment-button__button--unbranded, .product-single--full-image .product-form__cart-submit, .product-single--full-image .shopify-payment-button .shopify-payment-button__button--unbranded, .shopify-payment-button .product-single--full-image .shopify-payment-button__button--unbranded {
  -webkit-flex: 50%;
  -moz-flex: 50%;
  -ms-flex: 50%;
  flex: 50%;
  margin-right: 10px;
}
.product-form__item--payment-button .product-form__cart-submit, .product-form__item--payment-button .shopify-payment-button .shopify-payment-button__button--unbranded, .shopify-payment-button .product-form__item--payment-button .shopify-payment-button__button--unbranded {
  margin-top: 10px;
}
.shopify-payment-button {
  transition: all 0.3s ease;
}
.product-single--small-image .shopify-payment-button, .product-single--full-image .shopify-payment-button {
  -webkit-flex: 50%;
  -moz-flex: 50%;
  -ms-flex: 50%;
  flex: 50%;
}
.shopify-payment-button .shopify-payment-button__button {
  margin-top: 15px;
}
.product-single--small-image .shopify-payment-button .shopify-payment-button__button, .product-single--full-image .shopify-payment-button .shopify-payment-button__button {
  margin-top: 15px;
}
.shopify-payment-button .shopify-payment-button__button--unbranded {
  max-width: 100% !important;
  margin: 0px;
  box-shadow: none !important;
  background: #505050;
  color: #fff;
  border-color: #505050;
}
.shopify-payment-button .shopify-payment-button__button--unbranded:hover, .shopify-payment-button .shopify-payment-button__button--unbranded:focus {
  background-color: #fff !important;
  border-color: #505050 !important;
  color: #b9babb !important;
}
.shopify-payment-button .shopify-payment-button__button--branded {
  border-radius: 0px;
  overflow: hidden;
}
.shopify-payment-button .shopify-payment-button__more-options {
  margin: 16px 0 10px;
  font-size: calc(var(--font_size_minus2) / var(--font_size_minus2) * 01 / var(--font_size) / var(--font_size) * 01 * 1em);
  text-decoration: underline;
}
.shopify-payment-button .shopify-payment-button__more-options:hover, .shopify-payment-button .shopify-payment-button__more-options:focus {
  opacity: 0.6;
}
.shopify-payment-button.disabled {
  opacity: 0.7;
  pointer-events: none;
}
@media (min-width: 750px) {
  .product-form__cart-submit--small {
    max-width: 300px;
  }
}
.product-single__description {
  margin-top: 30px;
}
.product__quantity-error .icon {
  margin-right: 1rem;
}
.product-featured-img {
  position: relative;
}
.zoomImg {
  background-color: var(--color_body_bg);
}
.collection-hero {
  position: relative;
  overflow: hidden;
  margin-top: -55px;
  margin-bottom: 22px;
}
@media (min-width: 750px) {
  .collection-hero {
    margin-bottom: 35px;
  }
}
input[type="checkbox"] + label:not(.no_affter):before {
  position: absolute;
  content: "";
  top: 2.5px;
  left: 0;
  border: 1px solid #d0d0d0;
  width: 14px;
  height: 14px;
  background-color: #fff;
}
input[type="checkbox"], .custom-radio input[type="radio"] {
  vertical-align: top;
  margin-right: 10px;
  display: none;
}
input[type="checkbox"] + label:not(.no_affter) {
  padding-left: 24px;
  cursor: pointer;
  margin-bottom: 9px;
  position: relative;
}
@media(max-width: 767px){
  input[type="checkbox"] + label:not(.no_affter) {
    padding-left: 0px;
  }
}
input[type="checkbox"]:not(:checked) + label:not(.no_affter):after {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=0)";
  filter: alpha(opacity=0);
  -moz-transform: scale(0) rotate(-45deg);
  -o-transform: scale(0) rotate(-45deg);
  -ms-transform: scale(0) rotate(-45deg);
  -webkit-transform: scale(0) rotate(-45deg);
  transform: scale(0) rotate(-45deg);
}
input[type="checkbox"]:checked + label:not(.no_affter):after {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=100)";
  filter: alpha(opacity=100);
  -moz-transform: scale(1) rotate(-45deg);
  -o-transform: scale(1) rotate(-45deg);
  -ms-transform: scale(1) rotate(-45deg);
  -webkit-transform: scale(1) rotate(-45deg);
  transform: scale(1) rotate(-45deg);
}
input[type="checkbox"] + label:not(.no_affter):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);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: all 0.1s;
  -moz-transition: all 0.1s;
  -ms-transition: all 0.1s;
  -o-transition: all 0.1s;
  transition: all 0.1s;
}
.template-blog .social-sharing {
  margin-bottom: 17.5px;
}
.blog-list-view .pagination {
  padding-top: 0;
}
.blog-filter {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
}
.blog-filter .icon-chevron-down {
  fill: var(--color_text_field_text);
  width: calc(10em / 16);
  height: calc(10em / 16);
  right: 1rem;
}
.blog-filter__label {
  margin: 0 1rem 0 0;
}
.cart-header {
  margin-bottom: 0.7rem;
  text-align: center;
}
@media (min-width: 750px) {
  .cart-header {
    margin-bottom: 1.7rem;
  }
}
.cart-header__title {
  margin-bottom: 0.5rem;
}
@media (min-width: 750px) {
  .cart-header__title {
    margin-bottom: 1rem;
  }
}
.cookie-message {
  display: none;
  padding-bottom: 25px;
}
.cart--no-cookies .cookie-message {
  display: block;
}
.additional-checkout-buttons {
  margin-top: 22px;
}
.additional-checkout-buttons input[type="image"] {
  padding: 0;
  border: 0;
  background: transparent;
}
@media (max-width: 500px) {
  .additional-checkout-buttons {
    margin-top: 10px;
  }
}
@media (min-width: 990px) {
  .myaccount__order-history {
    -webkit-flex: 1 0 66.66667%;
    -moz-flex: 1 0 66.66667%;
    -ms-flex: 1 0 66.66667%;
    flex: 1 0 66.66667%;
  }
}
@media (min-width: 990px) {
  .myaccount__account-details {
    -webkit-flex: 1 0 33.33333%;
    -moz-flex: 1 0 33.33333%;
    -ms-flex: 1 0 33.33333%;
    flex: 1 0 33.33333%;
  }
}
.order-table {
  border: 1px solid var(--color_border);
}
.order-table a {
  border-bottom: 1px solid currentColor;
}
.order-table th, .order-table td {
  border: 0;
}
.order-table tbody th, .order-table tfoot th {
  font-weight: normal;
  text-transform: none;
  letter-spacing: 0;
}
.order-table tbody tr + tr {
  border-top: 1px solid var(--color_border);
}
.order-table thead {
  border-bottom: 1px solid var(--color_body_text);
}
.order-table tfoot {
  border-top: 1px solid var(--color_body_text);
}
.order-table tfoot tr:first-child th, .order-table tfoot tr:first-child td {
  padding-top: 1.25em;
}
.order-table tfoot tr:nth-last-child(2) th, .order-table tfoot tr:nth-last-child(2) td {
  padding-bottom: 1.25em;
}
.order-table tfoot tr:last-child th, .order-table tfoot tr:last-child td {
  border-top: 1px solid var(--color_body_text);
  padding-top: 1.25em;
  padding-bottom: 1.25em;
  text-transform: uppercase;
}
@media (min-width: 750px) {
  .order-table thead th {
    text-transform: uppercase;
    padding-top: 1.25em;
    padding-bottom: 1.25em;
  }
  .order-table tbody tr th, .order-table tbody tr td {
    padding-top: 1.25em;
    padding-bottom: 1.25em;
  }
  .order-table tfoot tr td, .order-table tfoot tr th {
    vertical-align: bottom;
  }
}
@media (max-width: 750px) {
  .order-table {
    border: 0;
  }
  .order-table thead {
    display: none;
  }
  .order-table th, .order-table td {
    float: left;
    clear: left;
    width: 100%;
    text-align: right;
    padding: 0.5rem 0;
    border: 0;
    margin: 0;
  }
  .order-table th::before, .order-table td::before {
    content: attr(data-label);
    float: left;
    text-align: left;
    padding-right: 2em;
    max-width: 80%;
  }
  .order-table tbody tr th:first-child {
    padding-top: 1.25em;
  }
  .order-table tbody tr td:last-child {
    padding-bottom: 1.25em;
  }
}
@media (max-width: 750px) {
  .order-table__product {
    display: flex;
    justify-content: space-between;
  }
}
.order-discount {
  text-transform: uppercase;
  color: var(--color_body_text);
  display: block;
  line-height: 1.2em;
}
.order-discount .icon-saletag {
  fill: currentColor;
  width: 1em;
  height: 1em;
  margin-right: 0.4em;
}
.order-discount--title {
  word-break: break-word;
  padding-right: 1em;
}
.order-discount--list {
  margin: 0.8em 0 0 1.3em;
  list-style: none;
  padding: 0;
}
.order-discount__item {
  text-indent: -1.3em;
}
.order-discount__item + .order-discount__item {
  margin-top: 0.6em;
}
@media (max-width: 750px) {
  .order-discount-wrapper {
    display: flex;
    justify-content: space-between;
    width: 100%;
  }
}
.order-discount-card-wrapper {
  display: flex;
  justify-content: center;
}
@media (min-width: 750px) {
  .order-discount-card-wrapper {
    justify-content: flex-end;
  }
}
.order-discount--cart {
  font-size: calc(var(--font_size_minus1) / var(--font_size_minus1) * 01 / var(--font_size) / var(--font_size) * 01 * 1em);
  padding-right: 0;
}
@media (min-width: 750px) {
  .order-discount--cart {
    font-size: calc(var(--font_size_minus2) / var(--font_size_minus2) * 01 / var(--font_size) / var(--font_size) * 01 * 1em);
  }
}
.order-discount--cart-total {
  padding-left: 27.5px;
}
@media (min-width: 750px) {
  .order-discount--cart-total {
    padding-left: 55px;
    min-width: 150px;
  }
}
.page-sidebar .cms_block .sidebarBlock-content p {
  padding-bottom: 8px;
}
.page-sidebar .cms_block .sidebarBlock-content p:last-child {
  padding-bottom: 11px;
}
.page-sidebar .cms_block .button .btn:hover, .page-sidebar .cms_block .button .shopify-payment-button .shopify-payment-button__button--unbranded:hover, .shopify-payment-button .page-sidebar .cms_block .button .shopify-payment-button__button--unbranded:hover {
  background: #fff;
  color: #505050;
  border-color: #505050;
}
.grid--blog {
  margin-bottom: - 55px;
  overflow: auto;
}
.article__grid-tag {
  margin-right: 10px;
}
.article__grid-meta {
  margin-bottom: 55px;
}
@media (max-width: 750px) {
  .article__grid-meta--has-image {
    float: left;
    padding-left: 22px;
  }
}
.article__grid-excerpt {
  margin-bottom: 17.5px;
}
.article__grid-image-wrapper {
  margin: 0 auto;
  position: relative;
  width: 100%;
}
.article__grid-image-container {
  display: block;
  clear: both;
  position: relative;
  margin: 0 auto 27.5px 0;
  min-height: 1px;
  width: 100%;
  height: 100%;
}
@media (max-width: 750px) {
  .article__grid-image-container {
    float: left;
    margin: 0 0 55px 0;
  }
}
.article__grid-image-container img {
  display: block;
}
.article__grid-image {
  margin: 0 auto;
  width: 100%;
}
.js .article__grid-image {
  position: absolute;
  top: 0;
}
.article__list-image-container {
  display: block;
  clear: both;
  position: relative;
  min-height: 1px;
  width: 100%;
  height: 100%;
}
.article__list-image-wrapper {
  width: 100%;
  margin-bottom: 20px;
}
.article__list-image-container {
  display: block;
  clear: both;
  position: relative;
  min-height: 1px;
  width: 100%;
  height: 100%;
}
.article__list-image-wrapper {
  width: 100%;
  margin-bottom: 20px;
}
.article__list-image {
  margin: 0 auto;
  width: 100%;
  position: absolute;
  top: 0;
}
.sidebar {
  margin-top: 40px;
}
.sidebar__list {
  list-style: none;
  margin-bottom: 55px;
}
.sidebar__list li {
  margin-bottom: 10px;
}
.comment {
  margin-bottom: 30px;
}
.comment:last-child {
  margin-bottom: 0;
}
.comment__content {
  margin-bottom: 5px;
}
.comment__meta-item {
  margin-right: 10px;
  font-size: calc(12 / var(--font_size) / var(--font_size) * 01 * 1em);
}
.social-sharing {
  display: flex;
}
.template-password .social-sharing {
  justify-content: center;
}
.btn--share {
  background-color: transparent;
  border-color: var(--color_border);
  color: var(--color_body_text);
  margin-right: 5px;
  margin-bottom: 10px;
}
.btn--share:not([disabled]):hover, .btn--share:focus {
  background-color: transparent;
  border-color: #fafafa;
  color: var(--color_body_text);
}
.btn--share .icon {
  vertical-align: middle;
  width: 16px;
  height: 16px;
  margin-right: 4px;
}
.btn--share .icon-facebook {
  fill: #3b5998;
}
.btn--share .icon-twitter {
  fill: #00aced;
}
.btn--share .icon-pinterest {
  fill: #cb2027;
}
.share-title {
  display: inline-block;
  vertical-align: middle;
}
.modal {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  display: none;
  overflow: hidden;
  position: fixed;
  transition: all 0.3s ease;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 99999;
}
.modal#size_chart {
  z-index: 999999;
}
.modal-open .modal {
  padding: 0px !important;
}
.modal .close-modal {
  padding: 0;
  margin: 0;
  opacity: 1;
  top: 10px;
  right: 5px;
  z-index: 5;
  width: 30px;
  height: 30px;
  color: #000;
  font-size: 30px;
  text-align: center;
  border-radius: 50%;
  position: absolute;
  text-shadow: none;
  font-family: var(--font_stack_body);
}
.modal .modal-dialog {
  width: 90%;
  margin: 0 auto;
  max-width: 900px;
  background: transparent;
}
.modal .modal-content {
  border: none;
  border-radius: 0px;
  background: #fff;
  margin: 0 auto;
}
@media (max-width: 1199px) {
  .modal .modal-content {
    width: 90%;
  }
}
.modal .modal-header {
  display: block;
  position: relative;
  text-align: center;
  border-radius: 3px 3px 0 0;
  border-color: #f7f7f7;
  background-color: #f7f7f7;
  padding: 12px;
}
.modal .modal-header .modal-title {
  font-size: var(--font_size_plus1);
  font-weight: 600;
  letter-spacing: 0.15em;
  text-transform: capitalize;
  color: #000;
}
.modal .modal-header .remove-all {
  top: 50%;
  right: 30px;
  position: absolute;
  transform: translateY(-50%);
  font-size: var(--font_size);
  letter-spacing: 0.04em;
  color: #787878;
}
.modal .modal-header .remove-all span {
  border-bottom: 1px solid #b1b2b3;
}
.modal .modal-header .remove-all:hover {
  color: var(--color_url_hover);
}
.modal .modal-header .remove-all:hover span {
  border-color: var(--color_url_hover);
}
.modal .modal-body {
  padding: 15px;
  max-height: 80vh;
}
.modal .modal-body::-webkit-scrollbar-track {
  background-color: #f4f4f4;
}
.modal .modal-body::-webkit-scrollbar {
  width: 2px;
  background-color: #f4f4f4;
}
.modal .modal-body::-webkit-scrollbar-thumb {
  background-color: var(--color_heading_text);
}
.modal .modal-body iframe {
  width: 100%;
}
.modal.modal--is-active {
  display: block;
  overflow: visible;
  opacity: 1;
  transition: all 0.5s ease;
}
.modal.modal--is-active .modal-dialog {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
@media (min-width: 768px) {
  .modal .modal-header {
    padding: 15px;
  }
  .modal .modal-header .modal-title {
    font-size: var(--font_size_plus1);
    font-weight: 600;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: #000;
  }
  .modal .modal-body {
    padding: 30px;
  }
  .modal .close-modal {
    top: -9px;
    right: -58px;
    width: 40px;
    height: 40px;
    line-height: 36px;
    color: #fff;
    background-color: transparent;
    border: none;
    box-shadow: none;
  }
  .modal .close-modal svg {
    width: 16px;
    height: 16px;
    fill: #fff;
    margin-bottom: 3px;
  }
}
.modal-video .modal-content {
  background: transparent;
}
.price {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 0;
  margin-bottom: 0;
}
@media (max-width: 750px) {
  .price {
    font-size: calc(var(--font_size_minus1) / var(--font_size_minus1) * 01 / var(--font_size) / var(--font_size) * 01 * 1em);
  }
}
.price dl {
  margin-top: 0;
}
.price dd {
  margin: 0 0.5em 0 0;
}
.price--unavailable {
  visibility: hidden;
}
.price__regular {
  color: var(--color_body_text);
}
.price__sale {
  color: var(--color_body_text);
  display: none;
}
.price--on-sale .price__sale {
  display: block;
}
.price__vendor {
  color: var(--color_body_text);
  font-size: 0.9em;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin: 5px 0 10px;
  width: 100%;
  -ms-flex-preferred-size: 100%;
  -webkit-flex-basis: 100%;
  -moz-flex-basis: 100%;
  flex-basis: 100%;
}
.price__unit {
  -ms-flex-preferred-size: 100%;
  -webkit-flex-basis: 100%;
  -moz-flex-basis: 100%;
  flex-basis: 100%;
  display: none;
}
.price--unit-available .price__unit {
  display: block;
}
.price--on-sale .price-item--regular {
  text-decoration: line-through;
}
.price-unit-price {
  color: var(--color_body_text);
  font-size: 0.8em;
}
.price-item__label {
  display: inline-block;
  white-space: nowrap;
}
.feature-row {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
}
@media (max-width: 750px) {
  .feature-row {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.feature-row__item {
  -webkit-flex: 0 1 50%;
  -moz-flex: 0 1 50%;
  -ms-flex: 0 1 50%;
  flex: 0 1 50%;
}
@media (max-width: 750px) {
  .feature-row__item {
    -webkit-flex: 1 1 auto;
    -moz-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 100%;
    max-width: 100%;
  }
}
.feature-row__image-wrapper {
  margin: 0 auto calc(35px / 1.8);
  position: relative;
  width: 100%;
}
.feature-row__image {
  display: block;
  margin: 0 auto;
}
.feature-row__image-wrapper .feature-row__image {
  width: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 750px) {
  .feature-row__image {
    order: 1;
  }
}
.feature-row__text {
  padding-top: 35px;
  padding-bottom: 35px;
}
@media (max-width: 750px) {
  .feature-row__text {
    order: 2;
    padding-bottom: 0;
  }
}
@media (min-width: 750px) {
  .feature-row__text--left {
    padding-left: 35px;
  }
  .feature-row__text--right {
    padding-right: 35px;
  }
}
@media (min-width: 750px) { 
   .featured-row__subtext {
    font-size: calc(var(--font_size_plus2) / var(--font_size_plus2) * 01 / var(--font_size) / var(--font_size) * 01 * 1em);
  }
}
.quote-icon {
  display: block;
  margin: 0 auto 20px;
}
.quotes-slider__text {
  font-size: calc(var(--font_size_plus1_75) / var(--font_size_plus1_75) * 01 / var(--font_size) / var(--font_size) * 01 * 1em);
  padding: 0 15px;
}
.quotes-slider__text cite {
  font-size: calc(var(--font_size) / var(--font_size) * 01 / var(--font_size_plus4) / var(--font_size_plus4) * 01 * 1em);
  font-style: normal;
}
.quotes-slider__text p {
  margin-bottom: 30px;
}
.quotes-slider__text p + cite {
  margin-top: 0;
}
.slick-dotted.quotes-slider.slick-initialized {
  cursor: grab;
  cursor: -moz-grab;
  cursor: -webkit-grab;
}
.quotes-wrapper .slick-dots {
  position: relative;
  bottom: 0;
  margin-top: 55px;
}
.quotes-wrapper .slick-dots li button::before {
  color: var(--color_body_text);
  opacity: 0.2;
}
.quotes-wrapper .slick-slide[tabindex="0"] {
  outline: none;
}
.map-section {
  position: relative;
  width: 100%;
  overflow: hidden;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 750px) {
  .map-section {
    min-height: 500px;
  }
}
.map-section--load-error {
  height: auto;
}
.map-section__wrapper {
  height: 100%;
  flex-shrink: 0;
  flex-grow: 1;
  -ms-flex-preferred-size: 100%;
  -webkit-flex-basis: 100%;
  -moz-flex-basis: 100%;
  flex-basis: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}
.map-section__overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  z-index: 2;
}
.map-section__error {
  position: relative;
  z-index: 3;
}
@media (min-width: 750px) {
  .map-section__error {
    position: absolute;
    margin: 0 2rem;
    top: 50%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
.map-section__content-wrapper {
  position: relative;
  text-align: center;
  height: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-preferred-size: 100%;
  -webkit-flex-basis: 100%;
  -moz-flex-basis: 100%;
  flex-basis: 100%;
  flex-grow: 0;
}
@media (min-width: 750px) and (max-width: 990px) {
  .map-section__content-wrapper {
    -ms-flex-preferred-size: 50%;
    -webkit-flex-basis: 50%;
    -moz-flex-basis: 50%;
    flex-basis: 50%;
  }
}
@media (min-width: 990px) {
  .map-section__content-wrapper {
    -ms-flex-preferred-size: 33%;
    -webkit-flex-basis: 33%;
    -moz-flex-basis: 33%;
    flex-basis: 33%;
  }
}
.map-section__content {
  position: relative;
  display: inline-block;
  background-color: var(--color_bg_alt);
  padding: 35px;
  width: 100%;
  text-align: center;
  z-index: 3;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-content: center;
  -ms-align-content: center;
  align-content: center;
}
.map-section__content > * {
  width: 100%;
}
@media (min-width: 750px) {
  .map-section__content {
    background-color: var(--color_body_bg);
    margin: 55px 0;
    min-height: 300px;
  }
}
.map-section--load-error .map-section__content {
  position: static;
  transform: translateY(0);
}
.map-section__link {
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  max-width: none;
  width: 100%;
  height: 100%;
  z-index: 2;
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.map-section__container {
  max-width: none;
  width: 100%;
  height: 55vh;
  left: 0;
}
@media (min-width: 750px) {
  .map-section__container {
    position: absolute;
    height: 100%;
    top: 0;
    width: 130%;
  }
}
.map_section__directions-btn [class^="icon"] {
  height: 1em;
}
.map_section__directions-btn * {
  vertical-align: middle;
}
.map-section__background-wrapper {
  overflow: hidden;
  position: relative;
  -ms-flex-preferred-size: 100%;
  -webkit-flex-basis: 100%;
  -moz-flex-basis: 100%;
  flex-basis: 100%;
}
@media (min-width: 750px) {
  .map-section__background-wrapper {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
  }
}
.map-section--onboarding .map-section__background-wrapper {
  min-height: 55vh;
}
.map-section__image {
  height: 100%;
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  background-size: cover;
  background-position: center;
}
@media (min-width: 750px) {
  .map-section__image {
    position: absolute;
  }
}
.map-section--display-map .map-section__image {
  display: none !important;
}
.map-section--load-error .map-section__image {
  display: block !important;
}
.gm-style-cc, .gm-style-cc + div {
  visibility: hidden;
}
.customer-review {
  display: block;
}
.customer-review .image, .customer-review .content {
  display: block;
  vertical-align: top;
}
.customer-review .image {
  width: 100px;
}
.customer-review .image img {
  width: 100%;
  height: auto;
}
.customer-review .content {
  padding-top: 15px;
}
.customer-review .product-vendor {
  margin-bottom: 5px;
}
.customer-review .title {
  margin-bottom: 0px;
}
.customer-review .productreviews {
  margin-top: 22px;
}
.customer-review .productReview-title {
  font-size: 18px;
  font-weight: 700;
  font-family: var(--font_stack_body);
  text-transform: capitalize;
  margin: 0 15px 12px 0;
  display: inline-block;
  vertical-align: top;
  color: var(--color_url_hover);
}
.customer-review .productReview-author {
  margin: 0 0 17px 0;
  font-weight: 400;
  color: #8c8c8c;
}
.customer-review .product-reviews {
  margin: 0 0 7px 0;
  font-size: 0;
  line-height: 20px;
  display: inline-block;
  vertical-align: top;
}
.customer-review .productReview-body {
  font-style: italic;
  color: #484b51;
}
@media (min-width: 551px) {
  .customer-review {
    width: 100%;
    display: table;
  }
  .customer-review .image, .customer-review .content {
    display: table-cell;
    vertical-align: top;
  }
  .customer-review .image {
    width: 70px;
  }
  .customer-review .content {
    padding-top: 10px;
    padding-left: 15px;
  }
}
@media (min-width: 1025px) {
  .customer-review {
    width: 100%;
    max-width: none;
  }
  .customer-review .content {
    padding-left: 30px;
  }
}
.template-index .customer-review .product-vendor {
  margin-right: 5px;
  display: inline;
  text-transform: uppercase;
}
.template-index .halo-header-default .halo-header-PC :not(.is-sticky) .header-search .search-bar input {
  color: #fff;
}
.template-index .customer-review .product-title {
  display: inline;
}
.template-index .customer-review .product-title a {
  display: inline;
}
.template-index .customer-review .productReview-author {
  display: block;
  margin-right: 0;
  text-transform: capitalize;
}
.align--top-middle {
  text-align: center;
}
.align--top-right {
  text-align: right;
}
.align--middle-left {
  -ms-flex-item-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.align--center {
  -ms-flex-item-align: center;
  -webkit-align-self: center;
  align-self: center;
  text-align: center;
}
.align--middle-right {
  -ms-flex-item-align: center;
  -webkit-align-self: center;
  align-self: center;
  text-align: right;
}
.align--bottom-left {
  -ms-flex-item-align: flex-end;
  -webkit-align-self: flex-end;
  align-self: flex-end;
}
.align--bottom-middle {
  -ms-flex-item-align: flex-end;
  -webkit-align-self: flex-end;
  align-self: flex-end;
  text-align: center;
}
.align--bottom-right {
  -ms-flex-item-align: flex-end;
  -webkit-align-self: flex-end;
  align-self: flex-end;
  text-align: right;
}
.index-section--newsletter-background {
  background-color: var(--color_bg_alt);
}
.rich-text {
  display: block;
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.rich-text.rich-text-full {
  max-width: 100%;
}
.rich-text .title {
  font-size: inherit;
  margin: 0;
}
.rich-text .rich-text__heading--large {
  font-size: 36px;
}
.rich-text .rich-text__heading--medium {
  font-size: 24px;
}
.rich-text .rich-text__heading--small {
  font-size: 18px;
}
.rich-text .rich-text__text--large {
  font-size: calc(0 var(--font_size_time1_15) / 0 var(--font_size_time1_15) * 01 / var(--font_size) / var(--font_size) * 01 * 1em);
}
.rich-text .rich-text__text--medium {
  font-size: var(--font_size);
}
.rich-text .rich-text__text--small {
  font-size: calc(0 var(--font_size_time0_88) / 0 var(--font_size_time0_88) * 01 / var(--font_size) / var(--font_size) * 01 * 1em);
}
.rich-text .rich-text__heading + .rte-setting {
  margin-top: 17.5px;
}
@media (min-width: 768px) {
  .rich-text {
    max-width: 60%;
  }
}
.product-card {
  position: relative;
}
.product-card:hover .product-card__image-wrapper, .product-card:focus-within .product-card__image-wrapper {
  opacity: 0.8;
}
.product-card:hover .product-card__title, .product-card:focus-within .product-card__title {
  border-bottom-color: var(--color_body_text);
}
.product-card__image-with-placeholder-wrapper {
  position: relative;
}
.product-card__title {
  border-bottom: 1px solid transparent;
  display: inline;
}
@media (max-width: 750px) {
  .currency-selector {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    background-color: var(--color_body_text);
    padding: 12px 17px 12px 30px;
  }
}
.currency-selector__label {
  font-size: calc(12 / var(--font_size) / var(--font_size) * 01 * 1em);
  margin-bottom: 0;
  text-transform: uppercase;
}
.currency-selector__input-wrapper {
  margin-top: 4px;
}
@media (max-width: 750px) {
  .currency-selector__input-wrapper {
    margin-top: 0;
    width: 100%;
  }
}
.currency-selector__input-wrapper .icon {
  left: auto;
  height: 10px;
  margin: 0;
  width: 12px;
}
@media (min-width: 750px) {
  .currency-selector__input-wrapper .icon {
    height: calc(8em / 16);
    right: 5px;
    width: calc(8em / 16);
  }
}
.currency-selector__dropdown {
  border: none;
  color: var(--color_body_text);
  padding-left: 8px;
  padding-right: 17px;
}
@media (max-width: 750px) {
  .currency-selector__dropdown {
    font-size: calc(12 / var(--font_size) / var(--font_size) * 01 * 1em);
    width: 100%;
  }
}
[data-section-type="video-section"] {
  margin: 0 auto;
}
@media (max-width: 750px) {
  [data-section-type="video-section"] {
    transition: width 0.6s cubic-bezier(0.44, 0.13, 0.48, 0.87), height 0.6s cubic-bezier(0.44, 0.13, 0.48, 0.87), padding 0.6s cubic-bezier(0.44, 0.13, 0.48, 0.87);
  }
}
.video-section-wrapper {
  position: relative;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
@media (min-width: 750px) {
  .video-section-wrapper {
    overflow: hidden;
  }
}
@media (max-width: 750px) {
  .video-section-wrapper {
    overflow: visible !important;
  }
  .video-section-wrapper.video-is-playing {
    margin: 0;
  }
  .video-section-wrapper.video-is-loaded {
    transition: margin 0.6s cubic-bezier(0.44, 0.13, 0.48, 0.87);
  }
}
.video-section-wrapper--small.video-section-wrapper--min-height {
  min-height: 175px;
}
@media (min-width: 750px) {
  .video-section-wrapper--small.video-section-wrapper--min-height {
    min-height: 475px;
  }
}
.video-section-wrapper--medium.video-section-wrapper--min-height {
  min-height: 270px;
}
@media (min-width: 750px) {
  .video-section-wrapper--medium.video-section-wrapper--min-height {
    min-height: 650px;
  }
}
.video-section-wrapper--large.video-section-wrapper--min-height {
  min-height: 375px;
}
@media (min-width: 750px) {
  .video-section-wrapper--large.video-section-wrapper--min-height {
    min-height: 775px;
  }
}
.video-background-wrapper--no-overlay {
  background-color: rgba(61, 66, 70, 0.2);
}
.video__text-content {
  text-align: center;
  position: relative;
  width: 100%;
  top: 20px;
  opacity: 1;
  transition: all 0.6s cubic-bezier(0.44, 0.13, 0.48, 0.87);
  transition-delay: 0.3s;
  z-index: 3;
  padding: 40px 0;
}
.video-is-playing .video__text-content {
  display: none;
}
.video-is-loaded .video__text-content, .no-js .video__text-content {
  -ms-transform: translateY(-20px);
  -webkit-transform: translateY(-20px);
  transform: translateY(-20px);
}
.video-is-loaded .video__text-content::after, .no-js .video__text-content::after {
  opacity: 0;
  visibility: hidden;
  content: none;
}
.video__title {
  color: #fff;
}
.video-is-paused .video__title {
  display: none;
}
.video {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
}
.video--background {
  position: absolute;
  visibility: hidden;
  opacity: 0;
  transition: all 0.2s ease-in;
}
.autoplay .video-is-loaded .video--background {
  display: block;
  visibility: visible;
  opacity: 1;
}
.video--image_with_play {
  display: none;
  opacity: 0;
  visibility: none;
  width: 100%;
  height: 100%;
  transition: all 0.2s ease-in;
}
.video-is-playing .video--image_with_play, .video-is-paused .video--image_with_play {
  display: block;
  visibility: visible;
  opacity: 1;
}
.video-control {
  display: none;
  visibility: hidden;
  opacity: 0;
  position: absolute;
  z-index: 4;
  transition: all 0.1s ease-out;
}
.video-control__play-wrapper {
  display: none;
  height: 50px;
}
@media (min-width: 750px) {
  .video-control__play-wrapper {
    display: block;
  }
}
.video-control__play-wrapper-mobile {
  display: block;
  height: 50px;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 9;
}
@media (min-width: 750px) {
  .video-control__play-wrapper-mobile {
    display: none;
  }
}
.video-control__play-wrapper--with-text {
  margin-top: 30px;
}
.video-control__play {
  display: flex;
  justify-content: center;
  visibility: visible;
  opacity: 1;
  width: 50px;
  height: 50px;
  border-radius: 25px;
  position: relative;
  margin: 0 auto;
  padding: 5px;
  pointer-events: none;
}
.video-background-wrapper .video-control__play {
  top: 50%;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.video-control__play .icon {
  opacity: 0.5;
}
.video-is-loaded .video-control__play {
  pointer-events: auto;
}
.video-is-loaded .video-control__play .icon {
  opacity: 1;
}
.video-is-playing .video-control__play {
  display: none;
  visibility: hidden;
  opacity: 0;
}
.video-control__play::before {
  content: '';
  display: block;
  width: 2.875rem;
  height: 2.875rem;
  position: absolute;
  margin-left: - calc(2.875rem / 2);
  border-radius: 50%;
  border: 2px solid white;
  border-top-color: transparent;
  -moz-animation: spin 0.65s infinite linear;
  -o-animation: spin 0.65s infinite linear;
  -webkit-animation: spin 0.65s infinite linear;
  animation: spin 0.65s infinite linear;
  transition: all 0.1s ease-out 0.5s;
  z-index: 5;
  top: 1px;
  left: 50%;
  opacity: 0.5;
}
.video-is-loaded .video-control__play::before, .video-is-playing .video-control__play::before, .video-is-paused .video-control__play::before {
  content: none;
  display: none;
}
.video-control__close-wrapper {
  display: none;
  width: 50px;
  height: 50px;
  position: absolute;
  top: 0;
  right: 0;
  outline: none;
  z-index: 3;
}
.video-is-playing .video-control__close-wrapper, .video-is-paused .video-control__close-wrapper {
  display: block;
}
.video-control__close {
  position: relative;
  width: 30px;
  height: 30px;
  margin: 0 auto;
  font-size: 30px;
  line-height: 30px;
  border-radius: 15px;
  background-color: #fff;
  color: #000;
}
.video-control__close-wrapper:hover .video-control__close, .video-control__close-wrapper:focus .video-control__close {
  outline: auto 5px -webkit-focus-ring-color;
  opacity: 0.7;
}
.video-is-playing .video-control__close, .video-is-paused .video-control__close {
  display: inline-block;
  visibility: visible;
  opacity: 1;
}
.video-control__close .icon {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 auto;
  fill: #505050;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.video__pause {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 3;
  width: 50px;
  height: 50px;
  padding: 0;
  border: none;
  background-color: transparent;
}
@media (max-width: 750px) {
  .video__pause {
    display: none;
  }
}
.video-is-playing .video__pause {
  display: none;
}
.video__pause .icon {
  position: relative;
  color: rgba(255, 255, 255, 0.5);
}
.video__pause:hover, .video__pause:focus {
  outline: none;
}
.video__pause:hover .icon, .video__pause:focus .icon {
  color: #fff;
}
.video__pause .icon-pause {
  width: 12px;
  height: 12px;
  top: 11px;
}
.video__pause .icon-play {
  width: 16px;
  height: 16px;
  top: 9px;
}
.video__pause-resume, .video__pause-stop {
  height: 34px;
  width: 34px;
  margin: 0 auto;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.4);
}
.video__pause:hover .video__pause-resume, .video__pause:hover .video__pause-stop, .video__pause:focus .video__pause-resume, .video__pause:focus .video__pause-stop {
  background-color: rgba(0, 0, 0, 0.75);
}
.video__pause:focus .video__pause-resume, .video__pause:focus .video__pause-stop {
  outline: auto 5px -webkit-focus-ring-color;
}
.video__pause-stop {
  display: flex;
}
.is-paused .video__pause-stop {
  display: none;
}
.video__pause-resume {
  display: none;
}
.is-paused .video__pause-resume {
  display: flex;
}
.video__overlay::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #3d4246;
  opacity: var(--opacity_image_overlay);
  z-index: 3;
}
.video-is-playing .video__overlay {
  opacity: 0;
}
.video-is-playing .video__overlay:before {
  content: none;
}
.video__image {
  transition: opacity 0.8s cubic-bezier(0.44, 0.13, 0.48, 0.87);
  position: absolute;
  top: 0;
  left: 0;
  opacity: 1;
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  z-index: 1;
}
@media (min-width: 750px) {
  .video-background-wrapper .video__image {
    opacity: 0;
  }
}
.no-autoplay .video__image {
  opacity: 1;
}
.btn, .shopify-payment-button .shopify-payment-button__button--unbranded {
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0.15em;
  font-size: var(--font_size_plus1);
  outline: none;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 8px 15px 7px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  border: 1px solid transparent;
  max-width: 173px;
  width: 100%;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.btn:hover, .shopify-payment-button .shopify-payment-button__button--unbranded:hover, .btn:focus, .shopify-payment-button .shopify-payment-button__button--unbranded:focus {
  outline: none;
  box-shadow: none;
}
.btn.disabled, .shopify-payment-button .shopify-payment-button__button--unbranded.disabled {
  opacity: 0.7;
  pointer-events: none;
}
.btn[disabled], .shopify-payment-button .shopify-payment-button__button--unbranded[disabled], .btn[aria-disabled], .shopify-payment-button .shopify-payment-button__button--unbranded[aria-disabled] {
  cursor: default;
  opacity: 0.7;
  box-shadow: none;
  color: var(--color_btn_secondary_text_hover);
  border-color: var(--color_btn_secondary_border_hover);
  background-color: var(--color_btn_secondary_hover);
  pointer-events: none;
}
.btn[disabled], .shopify-payment-button .shopify-payment-button__button--unbranded[disabled] {
  background: var(--bg_sold_out) !important;
  border-color: var(--bg_sold_out) !important;
  color: var(--sold_out_text) !important;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=100)";
  filter: alpha(opacity=100);
}
.btn-one {
  background: var(--background_1);
  color: var(--color_1);
  border-color: var(--border_1);
}
.btn-two {
  background: var(--background_2);
  color: var(--color_2);
  border-color: var(--border_2);
}
.btn-three {
  background: var(--background_3);
  color: var(--color_3);
  border-color: var(--border_3);
}
.animation-scale {
  position: relative;
  overflow: hidden;
  display: block;
}
.animation-scale img {
  webkit-transition: -webkit-transform 0.5s;
  transition: transform 1s;
  margin: auto;
}
.animation-scale:hover img {
  ms-transform: scale3d(1.1, 1.1, 1);
  -webkit-transform: scale3d(1.1, 1.1, 1);
  -moz-transform: scale3d(1.1, 1.1, 1);
  transform: scale3d(1.1, 1.1, 1);
}
.animation-border {
  position: relative;
  overflow: hidden;
}
.animation-border:before {
  position: absolute;
  content: "";
  display: block;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border: 1px solid transparent;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: 99;
  pointer-events: none;
  -moz-border-radius: 1px;
  -webkit-border-radius: 1px;
  -ms-border-radius: 1px;
  -o-border-radius: 1px;
  border-radius: 1px;
}
.animation-border:hover:before {
  border-color: rgba(255, 255, 255, 0.8);
  left: 15px;
  top: 15px;
  bottom: 15px;
  right: 15px;
}
@media (min-width: 1025px) {
  body.open_menu .site-header {
    z-index: 101 !important;
  }
}
.halo-section-background-gray {
  background-color: var(--color_section_bg_gray);
}
.halo-section-border-top {
  border-top: 1px solid var(--color_section_border);
}
.halo-section-border-bottom {
  border-bottom: 1px solid var(--color_section_border);
}
.page {
  position: relative;
  padding-bottom: 50px;
}
.page:after, .page:before {
  display: table;
  content: " ";
}
.page:after {
  clear: both;
}
.page .page-content {
  width: 100%;
  float: left;
  padding: 0;
  position: relative;
}
.page .page-sidebar {
  top: 0;
  left: -101%;
  width: 337px;
  height: 100%;
  z-index: 101;
  position: fixed;
  max-width: calc(100% - 44px);
  transition: all 0.5s ease;
  background-color: #fff;
  box-shadow: rgba(50, 50, 50, .2) 0 0 10px 0;
}
.page .page-sidebar .sidebar_close {
  display: block;
  text-align: right;
  opacity: 0.6;
  font-weight: 700;
  padding: 13px 20px;
  text-transform: uppercase;
  color: var(--color_heading_text);
  font-family: var(--font_stack_body);
  background-color: #f5f5f5;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
}
.page .page-sidebar .sidebar_close .close {
  float: none;
  color: inherit;
  opacity: 1;
  font-size: 16px;
  text-shadow: none;
  display: inline-block;
}
.page .page-sidebar .sidebar_close .icon {
  width: auto;
  height: auto;
  font-size: 24px;
  font-weight: 400;
  font-family: var(--font_stack_body);
}
.page .page-sidebar .sidebar_content {
  height: 100%;
  overflow-y: auto;
  padding: 15px 15px 100px 15px;
}
.page .page-sidebar.is-open {
  left: 0;
}
.page.page-search .pagination-wrapper {
  margin-top: 50px;
}
.page.page-search .search-bar {
  margin-left: auto;
  margin-right: auto;
}
.page.page-collections {
  padding-bottom: 50px;
}
.page.page-product-detail {
  padding-bottom: 20px;
}
@media (min-width: 1025px) {
  .page {
    padding-bottom: 100px;
  }
  .page .page-sidebar {
    left: auto;
    z-index: 2;
    float: left;
    width: 280px;
    display: block;
    box-shadow: none;
    padding-right: 0px;
    background-color: transparent;
    max-width: none;
    position: -webkit-sticky;
    position: sticky;
    top: 100px;
  }
  .page .page-sidebar + .page-content {
    padding-left: 70px;
    width: calc(100% - 280px);
  }
  .page .page-sidebar .sidebar_close {
    display: none;
  }
  .page .page-sidebar .sidebar_content {
    padding: 0;
    overflow: visible;
  }
  .page .page-sidebar-right {
    float: right;
    padding-left: 15px;
    padding-right: 0;
  }
  .page .page-sidebar-right + .page-content {
    padding-left: 0;
    padding-right: 15px;
  }
  .page.page-product-detail {
    padding-bottom: 50px;
  }
}
.sidebarBlock-content.show-view-all .content {
  padding-bottom: 0px !important;
  margin-bottom: -8px;
}
.sidebarBlock-content.br-bt {
  border-bottom: 1px solid #ececec;
}
.sidebarBlock-content .all-categories-list {
  padding-bottom: 23px;
}
.sidebarBlock-content .all-categories-list .navPages-item {
  margin: 0;
  float: none;
  display: block;
  line-height: 22px;
  padding: 6px 0;
  position: relative;
}
.sidebarBlock-content .all-categories-list .navPages-item:first-child {
  border-top: 0;
}
.sidebarBlock-content .all-categories-list .navPages-item .navPages-action-wrapper {
  display: block;
  position: relative;
  cursor: pointer;
  margin-bottom: 0;
}
.sidebarBlock-content .all-categories-list .navPages-item .navPages-action-wrapper:hover > a:before {
  width: 100%;
}
.sidebarBlock-content .all-categories-list .navPages-item a {
  padding: 0;
  font-size: 12px;
  font-weight: 500;
  vertical-align: top;
  display: inline-block;
  text-transform: capitalize;
  letter-spacing: 0.04em;
  max-width: calc(100% - 30px);
  color: #5a5a5a;
}
.sidebarBlock-content .all-categories-list .navPages-item a:before {
  left: 0;
  width: 0;
  height: 1px;
  bottom: 2px;
  content: "";
  position: absolute;
  background-color: #5a5a5a;
  transition: all 0.3s ease;
}
.sidebarBlock-content .all-categories-list .navPages-item a:hover {
  color: #8b714a;
}
.sidebarBlock-content .all-categories-list .navPages-item a:hover:before {
  width: 100%;
  background: #cabfb0;
}
.sidebarBlock-content .all-categories-list .navPages-item .icon-arrow {
  top: 0;
  padding: 0 15px;
  right: -10px;
  width: 40px;
  height: 22px;
  display: block;
  cursor: pointer;
  line-height: 22px;
  position: absolute;
  pointer-events: none;
  transition: all 0.3s ease;
}
.sidebarBlock-content .all-categories-list .navPages-item .icon-arrow svg {
  display: block;
  width: 100%;
  height: 100%;
  opacity: 0.8;
  fill: #000;
  stroke: #000;
}
.sidebarBlock-content .all-categories-list .navPages-item .icon-arrow:hover, .sidebarBlock-content .all-categories-list .navPages-item .icon-arrow:focus, .sidebarBlock-content .all-categories-list .navPages-item .icon-arrow:active {
  -webkit-tap-highlight-color: transparent;
  -moz-tap-highlight-color: transparent;
  -o-tap-highlight-color: transparent;
  tap-highlight-color: transparent;
}
.sidebarBlock-content .all-categories-list .dropdown-category-list {
  margin: 0;
  display: none;
  list-style: none;
  overflow: hidden;
  padding-top: 5px;
  padding-left: 15px;
  padding-bottom: 5px;
}
.sidebarBlock-content .all-categories-list .dropdown-category-list .navPage-subMenu-item {
  width: 100%;
  float: none;
  display: block;
  position: relative;
  padding-left: 0;
  padding-right: 0;
  line-height: 30px;
  margin-bottom: 5px;
}
.sidebarBlock-content .all-categories-list .dropdown-category-list .navPage-subMenu-item a {
  margin: 0;
  width: auto;
  border: none;
  font-size: 12px;
}
.sidebarBlock-content .all-categories-list .dropdown-category-list .navPage-subMenu-item a:before {
  bottom: 7px;
}
.sidebarBlock-content .all-categories-list .dropdown-category-list .navPage-subMenu-item .icon-arrow {
  right: -5px;
  width: 30px;
  height: 30px;
  padding: 0 10px;
  line-height: 30px;
}
.sidebarBlock-content .all-categories-list .dropdown-category-list .navPage-subMenu-item:last-child {
  margin-bottom: 0;
}
.sidebarBlock-content .all-categories-list .dropdown-category-list .dropdown-category-list {
  padding-top: 10px;
  padding-bottom: 10px;
}
.sidebarBlock-content .all-categories-list .dropdown-category-list .dropdown-category-list a {
  font-weight: 400;
}
.sidebarBlock-content .all-categories-list .is-clicked > .navPages-action-wrapper > a {
  color: red;
}
.sidebarBlock-content .all-categories-list .is-clicked > .navPages-action-wrapper > a:before {
  width: 100%;
}
.sidebarBlock-content .all-categories-list .is-clicked > .navPages-action-wrapper > .icon-arrow {
  transform: rotate(90deg);
}
.sidebarBlock-content .recentPosts_List {
  padding-bottom: 18px;
}
.sidebarBlock-content .advertisement-image {
  padding: 3px 0px 33px;
}
.sidebarBlock-content .advertisement-image .image-top {
  padding-bottom: 30px;
}
.sidebarBlock {
  margin-bottom: 30px;
  border-radius: 0px;
}
.sidebarBlock.refined-widgets {
  padding-top: 12px;
}
.sidebarBlock.refined-widgets .sidebarBlock-content {
  padding-bottom: 32px !important;
}
.sidebarBlock.custom {
  border: none;
}
.sidebarBlock.custom .sidebarBlock-heading, .sidebarBlock.custom .sidebarBlock-content {
  padding: 0;
}
.sidebarBlock.custom .sidebarBlock-heading {
  border-bottom: none;
  margin-bottom: 15px;
}
.sidebarBlock .sidebarBlock-heading {
  cursor: pointer;
  margin: 0;
  font-size: var(--font_size_plus1);
  font-weight: 600;
  letter-spacing: 0.15em;
  padding: 12px 0px 7px 0px;
  color: #282828;
  text-transform: uppercase;
}
.sidebarBlock .sidebarBlock-heading .clear, .sidebarBlock .sidebarBlock-heading .clear-all {
  font-size: var(--font_size);
  font-weight: normal;
  letter-spacing: 0.02em;
  color: #b5b5b5;
  text-transform: capitalize;
  float: right;
}
.sidebarBlock .sidebarBlock-heading .clear:hover, .sidebarBlock .sidebarBlock-heading .clear-all:hover {
  color: #ed4f2d;
}
.sidebarBlock .sidebarBlock-heading .clear {
  display: none;
}
.sidebarBlock .sidebarBlock-heading .arrow {
  margin-right: 5px;
}
.sidebarBlock .sidebarBlock-heading .arrow .icon {
  width: 12px;
  height: 12px;
  position: relative;
  top: -1px;
  transition: all 0.3s ease;
}
.sidebarBlock .sidebarBlock-heading[data-toggle="collapse"] {
  cursor: pointer;
}
.sidebarBlock .sidebarBlock-heading.collapsed .arrow .icon {
  transform: rotate(-180deg);
}
.sidebarBlock > ul, .sidebarBlock .sidebarBlock-content {
  padding: 12px 0px 12px 0px;
  padding: 0;
}
.sidebarBlock > ul li label, .sidebarBlock .sidebarBlock-content li label {
  font-weight: 400 !important;
}
.sidebarBlock > ul > .content, .sidebarBlock .sidebarBlock-content > .content {
  padding: 19px 20px 29px 0px;
  max-height: 250px;
  overflow-y: auto;
}
.sidebarBlock > ul > .content::-webkit-scrollbar-track, .sidebarBlock .sidebarBlock-content > .content::-webkit-scrollbar-track {
  background-color: #fafafa;
  margin: 24px 0px 5px;
}
.sidebarBlock > ul > .content::-webkit-scrollbar, .sidebarBlock .sidebarBlock-content > .content::-webkit-scrollbar {
  width: 3px;
  background-color: #fafafa;
}
.sidebarBlock > ul > .content::-webkit-scrollbar-thumb, .sidebarBlock .sidebarBlock-content > .content::-webkit-scrollbar-thumb {
  background-color: #505050;
  margin-top: 35px;
}
.sidebarBlock > ul > .content li label, .sidebarBlock .sidebarBlock-content > .content li label {
  color: #787878;
  letter-spacing: 0.02em;
  font-size: var(--font_size);
  font-weight: normal;
}
.sidebarBlock > ul > .content.filter-size, .sidebarBlock .sidebarBlock-content > .content.filter-size {
  column-count: 2;
  column-fill: auto;
}
.sidebarBlock .sidebarBlock-content.filter-text .view-all a {
  font-size: var(--font_size);
  letter-spacing: 0.04em;
  color: #8b714a;
  padding: 16px 0px 38px;
  display: inherit;
}
.sidebarBlock .sidebarBlock-content.filter-text .view-all a span {
  border-bottom: 1px solid #cabfb0;
}
.sidebarBlock .sidebarBlock-content.filter-text .view-all a:hover {
  color: #ed4f2d;
}
.sidebarBlock .sidebarBlock-content.filter-text .view-all a:hover span {
  border-color: #ed4f2d;
}
.sidebarBlock .sidebarBlock-content .refined li {
  display: inline-block;
}
.sidebarBlock .sidebarBlock-content .refined li a {
  font-size: 12px;
  letter-spacing: 0.04em;
  color: #b5b5b5;
  background: #fafafa;
  padding: 3px 11px;
  display: inline-block;
  border-radius: 18px;
  margin-bottom: 10px;
}
.sidebarBlock .sidebarBlock-content .refined li a:hover {
  color: #ed4f2d;
}
.sidebarBlock .sidebarBlock-content p:last-child {
  margin-bottom: 0;
}
.sidebarBlock .advertisement-image {
  text-align: center;
  position: relative;
}
.sidebarBlock .advertisement-image a {
  display: inline-block;
}
.sidebarBlock .advertisement-image img {
  overflow: hidden;
  border-radius: 0px;
}
.sidebarBlock .filter-color .widget-content {
  margin-bottom: 35px;
}
.sidebarBlock .filter-color .list-tags {
  margin-left: -5px;
  margin-right: -5px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.sidebarBlock .filter-color .list-tags li {
  margin: 4px 0 5px;
  padding-left: 6px;
  padding-right: 5px;
  background-color: #fff;
}
.sidebarBlock .filter-color .list-tags li:last-child {
  padding-right: 0px;
}
.sidebarBlock .filter-color .list-tags li:first-child {
  padding-left: 5px;
}
.sidebarBlock .filter-color .list-tags li input[type="checkbox"]:checked + label span:after {
  position: absolute;
  top: -4px;
  left: -4px;
  content: "";
  width: 34px;
  height: 34px;
  border: 1px solid #ddd;
  z-index: 2;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=100)";
  filter: alpha(opacity=100);
  visibility: visible;
  -webkit-transition: opacity 0.2s linear;
  -moz-transition: opacity 0.2s linear;
  -ms-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}
.sidebarBlock .filter-color .list-tags span {
  display: inline-block;
  width: 28px;
  height: 28px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  border: 1px solid transparent;
  position: relative;
}
.sidebarBlock .filter-color .list-tags span img {
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  width: 28px;
  height: 28px;
  object-fit: cover;
}
.sidebarBlock .filter-color .list-tags span:after {
  position: absolute;
  top: -4px;
  left: -4px;
  content: "";
  width: 34px;
  height: 34px;
  border: 1px solid #ddd;
  z-index: 2;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=0)";
  filter: alpha(opacity=0);
  visibility: hidden;
  -webkit-transition: opacity 0.2s linear;
  -moz-transition: opacity 0.2s linear;
  -ms-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}
.sidebarBlock .filter-color .list-tags span:hover:after, .sidebarBlock .filter-color .list-tags span.active:after {
  visibility: visible;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=100)";
  filter: alpha(opacity=100);
}
.sidebarBlock .productCarousel {
  padding-bottom: 27px;
}
.sidebarBlock .productCarousel .slick-arrow {
  top: calc(50% - 120px);
}
.sidebarBlock .productCarousel .slick-arrow.slick-prev {
  left: 0px;
}
.sidebarBlock .productCarousel .slick-arrow.slick-next {
  right: 0px;
}
.sidebarBlock .productCarousel .slick-dots {
  bottom: -2px;
}
.sidebarBlock .productCarousel .slick-dots li button {
  background: #aeaeae;
  border-color: #aeaeae;
  width: 7px;
  height: 7px;
}
.sidebarBlock .productCarousel .slick-dots li.slick-active button {
  border-color: #aeaeae;
  background-color: transparent;
  width: 7px;
  height: 7px;
}
.sidebarBlock .productCarousel .slick-dots li:hover button {
  width: 7px;
  height: 7px;
}
.sidebarBlock.show_clear .sidebarBlock-heading .clear {
  display: block;
}
.sidebarBlock:last-child {
  margin-bottom: 0;
}
.sidebar_mobile_wrapper {
  display: block;
  margin-bottom: 30px;
}
.sidebar_mobile_wrapper .sidebar_mobile {
  display: inline-block;
  position: relative;
  z-index: 6;
  cursor: pointer;
  pointer-events: auto;
}
.sidebar_mobile_wrapper .sidebar_mobile > .text {
  margin: 2px 0 0 0;
  font-size: 12px;
  padding-right: 10px;
  min-width: 70px;
  font-weight: 700;
  vertical-align: middle;
  text-transform: uppercase;
}
.sidebar_mobile_wrapper .sidebar_mobile > .icon {
  width: 36px;
  height: 36px;
  padding: 10px;
  display: inline-block;
  vertical-align: middle;
  border: 1px solid #cccfd6;
  border-radius: 3px;
  fill: var(--color_heading_text);
}
@media (min-width: 551px) {
  .sidebar_mobile_wrapper .sidebar_mobile > .icon {
    width: 40px;
    height: 40px;
  }
}
@media (min-width: 1025px) {
  .sidebar_mobile_wrapper {
    display: none;
    margin-bottom: 0;
  }
}
.overlay_background {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  content: "";
  z-index: 99;
  pointer-events: auto;
  visibility: hidden;
  position: absolute;
  transition: opacity 0.5s ease;
  background-color: rgba(51, 51, 51, .95);
}
.open_Cart .overlay_background, .open_Search .overlay_background, .open_Sidebar .overlay_background, .open_Account .overlay_background, .open_Currency .overlay_background, .open_menu .overlay_background {
  opacity: 1;
  visibility: visible;
}
@media (min-width: 1025px) {
  .overlay_background_2 {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    content: "";
    z-index: 11;
    pointer-events: auto;
    visibility: hidden;
    position: absolute;
    transition: opacity 0.5s ease;
    background-color: rgba(51, 51, 51, .7);
  }
  .open_menu_pc .overlay_background_2 {
    opacity: 1;
    visibility: visible;
  }
}
.halo-row {
  font-size: 0;
  display: block;
  overflow: auto;
  white-space: nowrap;
  margin: 0 -15px;
  padding: 0 0 0 15px;
}
.halo-row .halo-item {
  padding: 0;
  margin-right: 15px;
  margin-bottom: 2px;
  white-space: normal;
  vertical-align: top;
  display: inline-block;
  font-size: var(--font_size);
}
.halo-row .halo-item .product-card {
  width: 170px;
}
.halo-row .halo-item-full {
  width: 100%;
  display: inline-block;
  font-size: var(--font_size);
}
.halo-row.slick-slider {
  padding: 0;
  margin-left: -8px;
  margin-right: -8px;
  overflow: visible;
}
.halo-row.slick-slider .halo-item {
  margin: 0;
  padding: 0 8px;
}
.halo-row.slick-slider .halo-item .product-card {
  width: 100%;
  max-width: none;
}
@media (min-width: 768px) {
  .halo-row .halo-item .product-card {
    width: 220px;
  }
  .halo-row.column-1 .halo-item {
    width: 100%;
  }
  .halo-row.column-1.collection-carousel .halo-item {
    width: auto;
  }
  .halo-row.column-2 .halo-item {
    width: 50%;
  }
  .halo-row.column-2.collection-carousel .halo-item {
    width: auto;
  }
}
@media (min-width: 1025px) {
  .halo-row {
    width: auto;
    padding: 0;
    min-width: 100%;
    margin-left: -15px;
    margin-right: -15px;
  }
  .halo-row .halo-item {
    width: 50%;
    margin-right: 0;
    margin-bottom: 0;
    padding-left: 15px;
    padding-right: 15px;
  }
  .halo-row .halo-item .product-card {
    width: auto;
  }
  .halo-row .halo-item-full {
    width: 100%;
  }
  .halo-row .halo-item-full > p {
    padding-left: 15px;
    padding-right: 15px;
  }
  .halo-row.column-1 .halo-item {
    width: 100%;
  }
  .halo-row.column-2 .halo-item {
    width: 50%;
  }
  .halo-row.column-3 .halo-item {
    width: 33.33333%;
  }
  .halo-row.column-4 .halo-item {
    width: 25%;
  }
  .halo-row.column-5 .halo-item {
    width: 20%;
  }
  .halo-row.halo-row-custom {
    display: block;
    overflow: visible;
    white-space: normal;
  }
  .halo-row.halo-row-custom .halo-item {
    margin: 30px 0 0 0;
  }
  .halo-row.halo-row-custom .halo-item:nth-child(-n+2) {
    margin-top: 0;
  }
  .halo-row.halo-row-custom.column-1 .halo-item {
    margin: 30px 0 0 0;
  }
  .halo-row.halo-row-custom.column-1 .halo-item:first-child {
    margin-top: 0;
  }
  .halo-row.halo-row-custom.column-3 .halo-item:nth-child(-n+3) {
    margin-top: 0;
  }
  .halo-row.halo-row-custom.column-4 .halo-item:nth-child(-n+4) {
    margin-top: 0;
  }
  .halo-row.halo-row-custom.column-5 .halo-item:nth-child(-n+5) {
    margin-top: 0;
  }
  .halo-row.halo-row-icon {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-align: top;
    -webkit-align-items: top;
    -moz-align-items: top;
    -ms-align-items: top;
    -o-align-items: top;
    align-items: top;
    -webkit-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
  }
  .halo-row[data-slick]:not(.slick-slider) {
    overflow: hidden;
    white-space: nowrap;
  }
  .halo-row[data-slick]:not(.slick-slider) .halo-item {
    margin: 0;
  }
  .halo-row.slick-slider {
    margin-left: -15px;
    margin-right: -15px;
  }
  .halo-row.slick-slider .halo-item {
    margin: 0;
    padding: 0 15px;
  }
}
.halo-column {
  font-size: 0;
  margin: 0 0px;
  list-style: none;
  text-align: left;
  display: block;
}
.halo-column .halo-item {
  width: 100%;
  padding: 0 8px;
  margin-bottom: 16px;
  white-space: normal;
  vertical-align: top;
  display: inline-block;
  font-size: var(--font_size);
}
.halo-column .halo-item-full {
  width: 100%;
  display: inline-block;
  font-size: var(--font_size);
}
.halo-column.halo-column-product .halo-item {
  width: 50%;
}
@media (min-width: 551px) {
  .halo-column.column-5 .halo-item, .halo-column.column-4 .halo-item, .halo-column.column-3 .halo-item, .halo-column.column-2 .halo-item {
    width: 50%;
  }
}
@media (min-width: 768px) {
  .halo-column.column-5 .halo-item, .halo-column.column-4 .halo-item, .halo-column.column-3 .halo-item {
    width: 33.33333%;
  }
}
@media (min-width: 1025px) {
  .halo-column {
    margin: 0 0px;
  }
  .halo-column .halo-item {
    padding: 0 15px;
    margin: 0px 0 0 0;
  }
  .halo-column .halo-item-full {
    width: 100%;
  }
  .halo-column .halo-item-full > p {
    padding-left: 15px;
    padding-right: 15px;
  }
  .halo-column.column-2 .halo-item {
    width: 50%;
  }
  .halo-column.column-2 .halo-item:nth-child(-n+2) {
    margin-top: 0;
  }
  .halo-column.column-3 .halo-item {
    width: 33.33333%;
  }
  .halo-column.column-3 .halo-item:nth-child(-n+3) {
    margin-top: 0;
  }
  .halo-column.column-4 .halo-item {
    width: 25%;
  }
  .halo-column.column-4 .halo-item:nth-child(-n+4) {
    margin-top: 0;
  }
  .halo-column.column-5 .halo-item {
    width: 20%;
  }
  .halo-column.column-5 .halo-item:nth-child(-n+5) {
    margin-top: 0;
  }
  .halo-column.halo-col-custom {
    column-count: 2;
    -webkit-column-count: 2;
  }
  .halo-column.halo-col-custom .halo-item {
    width: 100%;
    margin: 0 0 30px 0;
    break-inside: avoid-column;
  }
}
.halo-loading {
  text-align: center;
}
.pagination {
  display: block;
  text-align: center;
  list-style: none;
  font-size: var(--font_size);
  padding-top: 30px;
}
.pagination li {
  display: inline-block;
  vertical-align: middle;
}
.pagination li + li {
  margin-left: 10px;
}
.pagination .btn--narrow {
  font-size: var(--font_size);
  font-weight: 500;
  min-width: 40px;
  padding: 10px 5px 10px;
  box-shadow: none;
  color: #323232;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.pagination .btn--narrow svg {
  width: 24px;
  height: 24px;
}
.pagination .btn--narrow.btn--prev {
  margin-right: 5px;
}
.pagination .btn--narrow.btn--prev .icon_text {
  margin-left: 15px;
  line-height: 2;
}
.pagination .btn--narrow.btn--next {
  margin-left: 5px;
}
.pagination .btn--narrow.btn--next .icon_text {
  margin-right: 15px;
  line-height: 2;
}
.pagination .btn--narrow.btn--prev, .pagination .btn--narrow.btn--next {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
}
.pagination .btn--narrow[disabled] {
  color: #787878 !important;
  background: transparent !important;
  border-color: transparent !important;
}
.pagination .btn--narrow[disabled] .icon_text {
  border: none;
}
.pagination .btn--narrow[disabled] svg {
  fill: #787878;
}
.pagination .btn--narrow:hover .icon_text {
  border-bottom: 1px solid #b1b2b3;
}
.pagination .btn--narrow:hover[disabled] .icon_text {
  border: none;
}
.pagination .pagination-link {
  font-size: var(--font_size);
  font-weight: 500;
  color: var(--color_heading_text);
  display: inline-block;
  vertical-align: top;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  border-radius: 0px;
  transition: all 0.3s ease;
  border: 1px solid transparent;
  background-color: transparent;
  margin: 10px 10px;
}
.pagination .pagination-link.pagination--current {
  border-bottom: 1px solid #b1b2b3;
}
.pagination .pagination-link:hover {
  border-bottom: 1px solid #b1b2b3;
}
@media (min-width: 1025px) {
  .pagination {
    padding-top: 50px;
  }
}
.pagination-wrapper {
  border-top: 1px solid #ececec;
  padding-top: 26px;
  display: block;
}
.pagination-wrapper .page-total {
  display: block;
  text-align: center;
  margin-bottom: 20px;
  color: #787878;
  letter-spacing: 0.04em;
}
.pagination-wrapper .pagination {
  display: block;
  padding-top: 0;
  text-align: center;
  overflow: auto;
  white-space: nowrap;
}
@media (min-width: 768px) {
  .pagination-wrapper {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
  }
  .pagination-wrapper .page-total {
    text-align: left;
    margin-bottom: 0;
    display: inline-block;
  }
  .pagination-wrapper .pagination {
    text-align: right;
    display: inline-block;
    overflow: visible;
  }
}
.section-header {
  width: 100%;
  display: block;
  position: relative;
  margin-top: 0;
  margin-bottom: 25px;
  color: var(--color_heading_text);
}
.section-header h1, .section-header .h1, .section-header h2, .section-header .h2, .section-header h3, .section-header .h3, .section-header .title {
  margin: 0;
  color: inherit;
  line-height: 1.3;
  text-transform: uppercase;
  position: relative;
  font-size: var(--font_size);
  font-family: var(--font_stack_body);
}
.section-header a {
  color: inherit;
}
.section-header a.text-link-hover {
  color: var(--color_url_hover);
}
.section-header > i {
  font-size: 28px;
  margin-right: 5px;
  display: inline-block;
}
.section-header > i + h1, .section-header > i + .h1, .section-header > i + h2, .section-header > i + .h2, .section-header > i + h3, .section-header > i + .h3, .section-header > i + .title {
  display: inline-block;
  vertical-align: top;
}
.section-header .wrapper-link-description {
  top: 4px;
  right: 0px;
  margin: 0;
  position: absolute;
}
.section-header .wrapper-link-description .text-link {
  padding: 0;
  margin: 0;
  top: auto;
  right: auto;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.section-header .arrow-on-heading {
  display: none;
  top: 0;
  right: 0;
  margin: 0;
  z-index: 5;
  position: absolute;
}
.section-header .arrow-on-heading .btn-arrow {
  width: 24px;
  height: 24px;
  padding: 3px;
  cursor: pointer;
  display: inline-block;
}
.section-header .arrow-on-heading .btn-arrow .icon {
  width: 100%;
  height: 100%;
  fill: var(--color_heading_text);
}
.section-header .arrow-on-heading .btn-arrow + .btn-arrow {
  margin-left: 10px;
}
.section-header .arrow-on-heading .btn-arrow.disabled {
  pointer-events: none;
  opacity: 0.25;
}
.section-header .section-header-border {
  margin: 0;
  padding: 0;
  border: none;
  display: none;
}
.section-header.text-center > p {
  margin-left: auto;
  margin-right: auto;
}
.section-header.section-header-small h1, .section-header.section-header-small .h1, .section-header.section-header-small h2, .section-header.section-header-small .h2, .section-header.section-header-small h3, .section-header.section-header-small .h3, .section-header.section-header-small .title {
  font-size: 16px;
  line-height: 1;
}
.section-header.section-header-border {
  padding-bottom: 15px;
  border-bottom: 1px solid #eee;
}
@media (max-width: 550px) {
  .section-header.text-center {
    text-align: left !important;
  }
}
@media (max-width: 321px) {
  .section-header .text-link {
    max-width: 50px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
@media (min-width: 768px) {
  .section-header {
    margin-bottom: 30px;
  }
  .section-header .text-link {
    top: 4px;
    right: 0;
    margin: 0;
    position: absolute;
  }
}
@media (min-width: 1025px) {
  .section-header .arrow-on-heading {
    display: block;
  }
  .section-header .section-header-border {
    margin: 0;
    display: block;
    padding-top: 10px;
    border-bottom: 1px solid #e2e4e8;
  }
}
@media (min-width: 1281px) {
  .page-full-width .section-header.text-left h2, .page-full-width .section-header.text-left .h2 {
    display: inline-block;
  }
  .page-full-width .section-header.text-left .text-link {
    top: 0;
    margin-left: 10px;
    position: relative;
    display: inline-block;
  }
}
.halo-section-background-gray .section-header.section-header-product-carousel {
  margin-bottom: 0;
  padding: 12px 15px 10px 15px;
  background-color: #fff;
}
.halo-section-background-gray .section-header.section-header-product-carousel.text-transparent {
  background-color: transparent;
  padding: 0;
  margin-bottom: 20px;
}
.halo-section-background-gray .section-header.section-header-product-carousel.text-transparent .wrapper-link-description {
  right: 0;
  top: 4px;
}
.halo-section-background-gray .section-header.section-header-border {
  border-bottom: 1px solid #eee;
}
.halo-section-background-gray .section-header .wrapper-link-description {
  top: 14px;
  right: 15px;
}
@media (min-width: 768px) {
  .halo-section-background-gray .section-header .wrapper-link-description {
    top: 14px;
    right: 25px;
  }
}
@media (min-width: 1025px) {
  .halo-section-background-gray.section-header-product-carousel {
    margin-bottom: 0;
    padding: 12px 25px 10px 25px;
    background-color: #fff;
  }
}
.nav-tabs {
  width: 100%;
  border: none;
  text-align: left;
  margin-bottom: 30px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-align: top;
  -webkit-align-items: top;
  -moz-align-items: top;
  -ms-align-items: top;
  -o-align-items: top;
  align-items: top;
  overflow: auto;
}
.nav-tabs .nav-item {
  z-index: 1;
  padding: 0;
  float: none;
  width: auto;
  margin-right: 15px;
  margin-bottom: 3px;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
}
.nav-tabs .nav-link {
  color: #999;
  height: 40px;
  min-width: 90px;
  font-size: 16px;
  font-weight: 700;
  display: block;
  border: 1px solid #e2e4e8;
  background-color: #fff;
  overflow: hidden;
  padding: 9px 15px;
  white-space: nowrap;
  text-overflow: ellipsis;
  text-transform: uppercase;
  border-radius: 0px;
  background-color: transparent;
  font-family: var(--font_stack_body);
}
.nav-tabs .nav-link.active {
  color: var(--color_heading_text);
  border-color: var(--color_heading_text);
}
@media (min-width: 768px) {
  .nav-tabs {
    overflow: visible;
    padding-bottom: 1px;
    border-bottom: 1px solid #e2e4e8;
  }
  .nav-tabs .nav-item {
    width: auto;
    margin-bottom: 0;
    margin-right: 0px;
  }
  .nav-tabs .nav-item:first-child .nav-link {
    margin-left: 0;
  }
  .nav-tabs .nav-item:last-child .nav-link {
    margin-right: 0;
  }
  .nav-tabs .nav-link {
    padding: 0 0 12px;
    margin: 0 10px;
    height: auto;
    min-width: 0;
    line-height: 1;
    font-size: 16px;
    overflow: visible;
    border: none;
    background-color: transparent;
    white-space: nowrap;
  }
  .nav-tabs .nav-link:after {
    left: 0;
    bottom: -2px;
    content: "";
    width: 0;
    height: 2px;
    position: absolute;
    transition: all 0.3s ease;
    background-color: #999;
  }
  .nav-tabs .nav-link.active {
    background-color: transparent;
  }
  .nav-tabs .nav-link.active:after {
    width: 100%;
    background-color: var(--color_heading_text);
  }
  .nav-tabs.nav-tabs-large .nav-link {
    font-size: 16px;
  }
}
@media (min-width: 1025px) {
  .nav-tabs .nav-link {
    padding: 0 0 12px;
    margin: 0 15px;
  }
  .nav-tabs.nav-tabs-large .nav-link {
    font-size: 24px;
  }
}
.breadcrumb {
  margin: 0;
  line-height: normal;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  background-color: transparent;
  padding: 11px 0px 12px;
}
.breadcrumb a, .breadcrumb span {
  font-size: 12px;
  letter-spacing: 0.04em;
  color: #787878;
  text-transform: capitalize;
}
.breadcrumb .arrow {
  padding: 0px 8px;
  color: #bebebe;
}
.shopify-challenge__container {
  padding: 40px 0px;
}
.shopify-challenge__container .shopify-challenge__button {
  background: #323232;
  color: #fff;
  border-color: #323232;
}
.shopify-challenge__container .shopify-challenge__button:hover {
  border-color: #323232;
  background: #fff;
  color: #323232;
}
.main-content {
  display: block;
  min-height: 500px;
}
#back-to-top {
  bottom: 45%;
  right: 15px;
  z-index: 19;
  padding: 2px;
  font-size: 0;
  display: none;
  cursor: pointer;
  position: fixed;
  overflow: hidden;
  text-align: center;
  border-radius: 50%;
  line-height: 1;
  transition: all 0.3s ease;
  color: var(--color_btt);
  background-color: var(--color_bg_btt);
  border: 1px solid var(--color_border_btt);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}
#back-to-top a {
  display: block;
}
#back-to-top .icon {
  fill: var(--color_btt);
  width: 30px;
  height: 30px;
  padding: 9px;
  display: block;
}
#back-to-top.is-visible {
  display: block;
}
#back-to-top:hover {
  color: var(--color_bg_btt);
  background-color: var(--color_btt);
  border: 1px solid var(--color_btt);
}
#back-to-top:hover .icon {
  fill: var(--color_bg_btt);
}
@media (min-width: 1025px) {
  #back-to-top {
    right: 10px;
  }
}
@media (min-width: 1200px) {
  #back-to-top {
    right: 50px;
  }
}
@media (min-width: 1600px) {
  #back-to-top {
    right: 50px;
  }
}
.footbar-fixed {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
  line-height: 0;
  transition: all 0.3s ease;
}
.show_sticky .footbar-fixed {
  bottom: 72px;
}
.footbar-fixed .footbar-fixed-left, .footbar-fixed .footbar-fixed-right {
  line-height: 22px;
  display: inline-block;
}
@media (min-width: 551px) {
  .footbar-fixed {
    left: 15px;
    right: auto;
    bottom: 15px;
  }
  .show_sticky .footbar-fixed {
    bottom: 115px;
  }
  .footbar-fixed .footbar-fixed-right {
    margin-top: 15px;
  }
}
@media (min-width: 1025px) {
  .footbar-fixed {
    left: auto;
    right: auto;
    bottom: auto;
    position: static;
  }
}
.footbar-fixed-left {
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  z-index: 99;
  display: inline-block;
  vertical-align: top;
  transition: all 0.3s ease;
}
@media (min-width: 551px) {
  .footbar-fixed-left .product-notification + .cookieMessage {
    margin-top: 15px;
  }
}
@media (min-width: 1025px) {
  .footbar-fixed-left {
    position: fixed;
    right: auto;
    z-index: 99;
    width: auto;
    left: 10px;
    bottom: 50px;
  }
  .footbar-fixed-left .product-notification + .cookieMessage {
    margin-top: 20px;
  }
  .show_sticky .footbar-fixed-left {
    bottom: 140px;
  }
}
@media (min-width: 1200px) {
  .footbar-fixed-left {
    left: 50px;
    bottom: 50px;
  }
}
.footbar-fixed-right {
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99;
  display: inline-block;
  vertical-align: top;
  transition: all 0.3s ease;
}
@media (min-width: 551px) {
  .footbar-fixed-right .product-notification + .cookieMessage {
    margin-top: 15px;
  }
}
@media (min-width: 1025px) {
  .footbar-fixed-right {
    position: fixed;
    left: auto;
    z-index: 99;
    right: 10px;
    bottom: 50px;
  }
  .footbar-fixed-right .product-notification + .cookieMessage {
    margin-top: 20px;
  }
  .show_sticky .footbar-fixed-right {
    bottom: 140px;
  }
}
@media (min-width: 1200px) {
  .footbar-fixed-right {
    right: 50px;
    bottom: 50px;
  }
}
.cookieMessage {
  width: 100%;
  font-size: 12px;
  font-weight: 300;
  line-height: 22px;
  padding: 10px 15px;
  text-align: left;
  border-radius: 0;
  display: none;
  position: relative;
}
@media (max-width: 1199px) and (min-width: 420px) {
  .cookieMessage {
    margin-top: 15px;
  }
}
.cookieMessage .close {
  position: absolute;
  top: 6px;
  right: 15px;
  opacity: 1;
}
.cookieMessage .close svg {
  fill: var(--color_btn_close_gp);
  width: 13px;
  height: 13px;
}
.cookieMessage .close:hover svg {
  fill: var(--color_btn_bg_cookieMessage_hover);
}

@media (max-width: 767px) {
  .small--hide {
    display: none!important;
  }
  .cookieMessage .close {
    display: none;
  }
}
.cookieMessage .des {
  margin-bottom: 20px;
  color: var(--color_cookieMessage);
  font-weight: normal;
  letter-spacing: 0.02em;
  font-size: var(--font_size);
  line-height: 24px;
}
.cookieMessage .accept_cookies_link {
  max-width: 184px;
  text-transform: capitalize;
  padding: 8px 15px 8px;
  font-weight: 600;
  letter-spacing: 0.04em;
  font-size: var(--font_size);
  color: var(--color_btn_cookieMessage);
  background-color: var(--color_btn_bg_cookieMessage);
}
.cookieMessage.cookieMessage-mb {
  display: block;
}
@media (min-width: 551px) {
  .cookieMessage {
    width: 400px;
    padding: 15px 20px;
    text-align: left;
  }
  .cookieMessage .group-action-links {
    margin-top: 20px;
  }
}
@media (min-width: 993px) {
  .cookieMessage {
    display: block;
    width: 440px;
    padding: 24px 30px 34px;
    border-radius: 2px;
  }
}
@media (min-width: 1025px) {
  .cookieMessage .accept_cookies_link:hover {
    color: var(--color_btn_cookieMessage_hover);
    background-color: var(--color_btn_bg_cookieMessage_hover);
  }
}
.product-notification {
  display: none;
  width: 100%;
  z-index: 99;
  opacity: 0;
  overflow: hidden;
  border-radius: 0;
  position: relative;
  padding: 0px;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  transition: all 1s ease;
  -webkit-box-shadow: 3px 3px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 3px 3px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 3px 3px 0 rgba(0, 0, 0, 0.1);
  color: var(--color_notification2);
  background: var(--color_bg_notification2);
  letter-spacing: 0.02em;
}
.product-notification.product-notification-mb {
  display: block;
}
.product-notification.active {
  opacity: 1;
  visibility: visible;
}
.product-notification .close-notifi {
  top: 4px;
  right: 15px;
  float: none;
  position: absolute;
  text-shadow: none;
  opacity: 1;
}
.product-notification .close-notifi svg {
  fill: var(--color_button_close);
  width: 13px;
  height: 13px;
}
.product-notification .close-notifi svg:hover {
  fill: var(--color_url_hover);
}
.product-notification .product-suggest {
  display: block;
  font-size: 0;
  width: 100%;
}
.product-notification .product-suggest .product-image {
  font-size: var(--font_size);
  display: inline-block;
  width: 100px;
  vertical-align: top;
}
.product-notification .product-suggest .column-right {
  font-size: var(--font_size);
  display: inline-block;
  padding-left: 20px;
  width: calc(100% - 120px);
  vertical-align: top;
}
.product-notification .product-suggest .column-right .text {
  margin-bottom: 0px;
  padding-top: 14px;
}
.product-notification .product-suggest .column-right .product-name {
  color: var(--color_title_notification2);
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: block;
  letter-spacing: 0.02em;
}
.product-notification .product-suggest .column-right .product-name span {
  border-bottom: 1px solid var(--color_title_border);
}
.product-notification .product-suggest .column-right .product-name:hover {
  color: #947d5c;
}
.product-notification .product-suggest .column-right .product-name:hover span {
  border-color: #c6bcae;
}
.product-notification .product-suggest .column-right .info-ago {
  margin-top: 5px;
}
.product-notification .product-suggest .column-right .time-text {
  font-size: 11px;
}
@media (min-width: 551px) {
  .product-notification {
    width: 400px;
    text-align: left;
    padding: 0px;
  }
}
@media (min-width: 993px) {
  .product-notification {
    width: 400px;
    display: block;
    border-radius: 0px;
  }
}
#halo_newsletter {
  position: relative;
  z-index: 99999;
  display: none;
}
#halo_newsletter .popup-overlay {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  position: fixed;
  overflow: hidden;
  background: rgba(44, 44, 44, 0.65);
}
#halo_newsletter .newsletterPopup {
  top: 50%;
  left: 50%;
  z-index: 106;
  position: fixed;
  transform: translate(-50%, -50%);
}
.newsletterPopup {
  text-align: left;
  width: 95%;
  padding: 0;
  height: auto;
  max-height: 90%;
  overflow-y: auto;
  max-width: 1050px;
  border-radius: 0;
  color: var(--text_content_newsletter);
  background-color: var(--background_newsletter);
  text-align: center;
}
.newsletterPopup .newsletter-content {
  width: 100%;
  padding: 30px 15px;
}
.newsletterPopup .newsletter-image {
  display: none;
}
.newsletterPopup .newsletter-heading {
  font-size: var(--font_size_plus4);
  font-weight: 600;
  letter-spacing: 0.15em;
  color: var(--color_title_newsletter);
  margin: 0 0 10px 0;
  text-transform: uppercase;
}
.newsletterPopup .newsletter-sub-heading {
  font-weight: 500;
  letter-spacing: 0.05em;
  font-size: var(--font_size);
  color: var(--text_content_newsletter);
  line-height: 19px;
  margin-bottom: 33px;
}
.newsletterPopup .newsletter {
  margin-top: 15px;
  margin-bottom: 15px;
}
.newsletterPopup .newsletter .input-group {
  display: block;
}
.newsletterPopup .newsletter .input-group .form-control {
  width: 100%;
  text-align: left;
  margin: 0 0 15px 0;
  border-radius: 0px;
}
.newsletterPopup .newsletter .input-group .btn, .newsletterPopup .newsletter .input-group .shopify-payment-button .shopify-payment-button__button--unbranded, .shopify-payment-button .newsletterPopup .newsletter .input-group .shopify-payment-button__button--unbranded {
  width: 100%;
  max-width: 310px;
  margin: 10px auto 15px;
  background: var(--back_button_newsletter);
  color: var(--color_button_newlet);
  border-color: var(--back_button_newsletter);
  padding: 8px 15px 9px;
}
.newsletterPopup .newsletter .input-group .btn:hover, .newsletterPopup .newsletter .input-group .shopify-payment-button .shopify-payment-button__button--unbranded:hover, .shopify-payment-button .newsletterPopup .newsletter .input-group .shopify-payment-button__button--unbranded:hover {
  background: var(--color_button_newlet);
  color: var(--back_button_newsletter);
  border-color: var(--back_button_newsletter);
}
.newsletterPopup .newsletter-message {
  font-weight: 300;
  letter-spacing: 0.04em;
  font-size: var(--font_size);
  color: var(--text_content_newsletter);
  margin-top: 26px;
}
.newsletterPopup .social_list {
  margin-top: 20px;
}
.newsletterPopup .newsletter-show-again {
  width: 100%;
  max-width: 310px;
  border-top: 1px solid #ececec;
  padding-top: 23px;
  margin: 10px auto 0px;
}
.newsletterPopup .newsletter-show-again #dismiss {
  display: none;
}
.newsletterPopup .newsletter-show-again #dismiss + label {
  font-weight: 300;
  font-size: var(--font_size_minus1);
  padding-left: 23px;
  position: relative;
  letter-spacing: 0.04em;
}
.newsletterPopup .newsletter-show-again #dismiss + label:before {
  content: "";
  left: 0;
  top: 3px;
  width: 13px;
  height: 13px;
  position: absolute;
  border: 1px solid #dbdbdb;
  background-color: #fff;
}
.newsletterPopup .newsletter-show-again #dismiss + label:after {
  content: '';
  width: 9px;
  height: 5px;
  position: absolute;
  top: 6px;
  left: 2px;
  border: 2px solid #232323;
  border-top: none;
  border-right: none;
  background: rgba(255, 255, 255, 0);
  transform: rotate(-45deg);
  transition: all 0.1s;
}
.newsletterPopup .newsletter-show-again #dismiss:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0) rotate(-45deg);
}
.newsletterPopup .newsletter-show-again #dismiss:checked + label:after, .newsletterPopup .newsletter-show-again #dismiss + label:hover:after {
  opacity: 1;
  transform: scale(1) rotate(-45deg);
}
.newsletterPopup .modal-close {
  opacity: 1;
  top: 10px;
  right: 5px;
  z-index: 10;
  width: 30px;
  height: 30px;
  color: #000;
  line-height: 30px;
  position: absolute;
  transform: none;
  text-align: center;
  font-weight: 300;
  text-shadow: none;
}
@media (min-width: 551px) {
  .newsletterPopup .newsletter-heading {
    font-size: var(--font_size_plus6);
    margin: 0 0 25px 0;
  }
  .newsletterPopup .newsletter-icons, .newsletterPopup .newsletter-show-again {
    margin-top: 28px;
  }
  .newsletterPopup .social-icons {
    margin-top: 23px;
  }
  .newsletterPopup .newsletter-content {
    padding: 30px;
  }
  .newsletterPopup .newsletter-icons .socialLinks .socialLinks-item {
    margin: 0 10px 5px 0;
  }
  .newsletterPopup .newsletter {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .newsletterPopup .newsletter .input-group .form-control {
    width: 100%;
    max-width: 310px;
    margin: 10px auto 15px;
    text-align: center;
    letter-spacing: 0.04em;
    color: #787878;
    font-weight: 300;
    background: #fafafa;
    border: 1px solid #ececec;
  }
  .newsletterPopup .newsletter .input-group .btn, .newsletterPopup .newsletter .input-group .shopify-payment-button .shopify-payment-button__button--unbranded, .shopify-payment-button .newsletterPopup .newsletter .input-group .shopify-payment-button__button--unbranded {
    width: 100%;
    max-width: 310px;
    margin: 10px auto 15px;
    background: var(--back_button_newsletter);
    color: var(--color_button_newlet);
    border-color: var(--back_button_newsletter);
    padding: 8px 15px 9px;
  }
  .newsletterPopup .newsletter .input-group .btn:hover, .newsletterPopup .newsletter .input-group .shopify-payment-button .shopify-payment-button__button--unbranded:hover, .shopify-payment-button .newsletterPopup .newsletter .input-group .shopify-payment-button__button--unbranded:hover {
    background: var(--color_button_newlet);
    color: var(--back_button_newsletter);
    border-color: var(--back_button_newsletter);
  }
}
@media (min-width: 993px) {
  .newsletterPopup {
    display: flex;
  }
  .newsletterPopup .newsletter-content {
    width: -moz-calc(100% - 470px);
    width: -webkit-calc(100% - 470px);
    width: -ms-calc(100% - 470px);
    width: calc(100% - 470px);
    padding: 58px 65px;
    overflow: auto;
  }
  .newsletterPopup .newsletter-content::-webkit-scrollbar {
    width: 3px;
  }
  .newsletterPopup .newsletter-content::-webkit-scrollbar-track {
    background: #fff;
    margin: 5px 0px 5px;
  }
  .newsletterPopup .newsletter-content::-webkit-scrollbar-thumb {
    background: #505050;
  }
  .newsletterPopup .newsletter-content::-webkit-scrollbar-thumb:hover {
    background: #555;
  }
  .newsletterPopup .newsletter-image {
    width: 470px;
    display: inline-block;
    position: relative;
    overflow: hidden;
    border-radius: 0;
  }
  .newsletterPopup .newsletter-image img {
    top: 50%;
    left: 50%;
    position: absolute;
    min-height: 100%;
    height: auto;
    max-width: none;
    width: auto;
    min-width: 100%;
    transform: translate(-50%, -50%);
  }
  .newsletterPopup .newsletter-image img.lazyload, .newsletterPopup .newsletter-image img.lazyloading {
    width: auto;
    height: auto;
    min-width: 0;
    min-height: 0;
  }
}
@media (min-width: 1025px) {
  .newsletterPopup {
    overflow: visible;
  }
  .newsletterPopup .newsletter-content {
    padding: 59px 60px 53px;
  }
  .newsletterPopup .modal-close {
    top: -8px;
    right: -47px;
    font-size: 28px;
    width: 33px;
    height: 33px;
    line-height: 33px;
    color: #fff;
    border: none;
    background-color: transparent;
  }
  .newsletterPopup .modal-close svg {
    width: 22px;
    height: 22px;
    fill: #fff;
  }
  .newsletterPopup .modal-close:hover a {
    color: #ed4f2d;
    fill: #ed4f2d;
  }
}
@keyframes loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.loading-modal {
  top: 50%;
  left: 50%;
  width: 40px;
  height: 40px;
  display: none;
  border-radius: 0px;
  transform: translate(-50%, -50%);
  background-color: rgba(255, 255, 255, 0.8);
  box-shadow: 0 0px 5px 1px rgba(0, 0, 0, 0.1);
  z-index: 999999;
}
.loading-modal div {
  position: absolute;
  top: 4px;
  left: 4px;
  width: 30px;
  height: 30px;
  z-index: 999999;
  border: 1px solid #282828;
  border-radius: 50%;
  animation: loading 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #282828 transparent transparent transparent;
}
.loading-modal div:nth-child(1) {
  animation-delay: -0.45s;
}
.loading-modal div:nth-child(2) {
  animation-delay: -0.3s;
}
.loading-modal div:nth-child(3) {
  animation-delay: -0.15s;
}
@-webkit-keyframes zoom-animation {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.4, 1.4, 1);
    transform: scale3d(1.4, 1.4, 1);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.no-image {
  position: relative !important;
  background: #c7c7c7;
  width: 100%;
  display: block;
  text-align: center;
  letter-spacing: 1.5em;
  font-size: 18px;
  font-weight: 600;
  color: #2e3031;
  text-shadow: 0 1px 0 #ccc, 0 2px 0 #c9c9c9, 0 3px 0 #bbb, 0 4px 0 #b9b9b9, 0 5px 0 #aaa, 0 6px 1px rgba(0, 0, 0, 0.1), 0 0 5px rgba(0, 0, 0, 0.1), 0 1px 3px rgba(0, 0, 0, 0.3), 0 3px 5px rgba(0, 0, 0, 0.2), 0 5px 10px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.2), 0 20px 20px rgba(0, 0, 0, 0.15);
}
@media (max-width: 768px) {
  .no-image {
    font-size: 14px;
  }
}
.no-image span {
  letter-spacing: 0.15em;
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.customer-open body, .search-open body, .translate-overlay body, .sidebar-cart-open body {
  overflow-y: hidden;
}
.index-section {
  margin-top: 30px;
}
svg {
  width: 16px;
  height: 16px;
}
.wrapper-overlay, .wrapper-overlay-nav {
  position: fixed;
  background-color: rgba(44, 44, 44, 0.4);
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  cursor: pointer;
  display: none;
  z-index: 9999;
}
.lang_currency-dropdown {
  margin: 0;
  font-size: calc(var(--font_size_plus2) / var(--font_size_plus2) * 01 / var(--font_size) / var(--font_size) * 01 * 1em);
  font-weight: 400;
  display: block;
  font-family: var(--font_stack_body);
}
.lang_currency-dropdown .dropdown-label {
  margin-bottom: 0;
  line-height: 1;
  cursor: pointer;
}
.lang_currency-dropdown .dropdown-label .icon {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  overflow: hidden;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  margin-right: 4px;
}
.lang_currency-dropdown .dropdown-label .icon img {
  position: absolute;
  height: 100%;
  width: auto;
  left: 50%;
  transform: translateX(-50%);
}
.lang_currency-dropdown .dropdown-label .img-icon {
  width: 20px;
  height: 20px;
  display: inline-block;
  margin-right: 11px;
}
.lang_currency-dropdown .dropdown-label .img-icon img {
  height: 100%;
  width: 100%;
  border-radius: 50%;
}
.lang_currency-dropdown .dropdown-label .text {
  font-weight: 600;
  vertical-align: middle;
  text-transform: uppercase !important;
}
.lang_currency-dropdown .dropdown-label .icon-arrow {
  width: 11px;
  height: 11px;
  font-size: 10px;
  margin-left: 3px;
  display: inline-block;
  vertical-align: middle;
  margin-top: -1px;
}
.lang_currency-dropdown .dropdown-label .icon-arrow svg {
  width: 100%;
  height: 100%;
}
.lang_currency-dropdown .dropdown-label:after {
  content: none;
}
.lang_currency-dropdown .dropdown-menu {
  border: none;
  margin-top: 10px;
  min-width: 100px;
  font-size: inherit;
  border-radius: 0px;
  background-color: #fff;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15);
}
.lang_currency-dropdown .dropdown-menu .dropdown-item {
  padding: 5px 15px;
  max-width: 98%;
}
.lang_currency-dropdown .dropdown-menu .dropdown-item .img-icon {
  width: 17px;
  height: 17px;
  display: inline-block;
  margin-right: 15px;
}
.lang_currency-dropdown .dropdown-menu .dropdown-item .img-icon img {
  height: 100%;
  width: 100%;
  border-radius: 50%;
}
.lang_currency-dropdown .dropdown-menu .dropdown-item .icon {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  display: inline-block;
  margin-right: 4px;
  vertical-align: middle;
}
.lang_currency-dropdown .dropdown-menu .dropdown-item .icon img {
  position: absolute;
  height: 100%;
  width: auto;
  left: 50%;
  transform: translateX(-50%);
}
.lang_currency-dropdown .dropdown-menu .dropdown-item .text {
  vertical-align: middle;
  position: relative;
  font-weight: 400;
  text-transform: uppercase;
}
.lang_currency-dropdown .dropdown-menu .dropdown-item .text:before {
  content: "";
  left: 0;
  bottom: 0;
  width: 0;
  height: 1px;
  background-color: #383e47;
  position: absolute;
  z-index: 1;
  transition: all 0.3s ease;
}
.lang_currency-dropdown .dropdown-menu .dropdown-item .icon-arrow {
  display: none;
}
.lang_currency-dropdown .dropdown-menu .dropdown-item.active {
  color: inherit;
  background-color: inherit;
}
.lang_currency-dropdown .dropdown-menu .dropdown-item.active .text:before {
  width: 100%;
}
.navUser-currency .lang_currency-dropdown .dropdown-label .img-icon {
  display: none;
}
.halo-header-02 .site-nav-vertical-wrapper .site-nav-vertical {
  border-radius: 0;
  border: 1px solid var(--color_section_border);
  border-top: none;
}
.lang-currency-groups {
  margin-top: 20px;
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
  color: var(--color_dropdownmenu);
  border-top: 1px solid #ebebeb;
}
.lang-currency-groups .label-text {
  font-size: 13px;
  font-weight: 500;
  margin-bottom: 0;
  text-transform: uppercase;
  font-family: var(--font_stack_body);
  color: var(--color_dropdownmenu);
}
.lang-currency-groups .lang_currency-dropdown {
  display: inline-block;
  width: 100%;
}
.lang-currency-groups .lang_currency-dropdown .dropdown-label {
  display: none;
}
.lang-currency-groups .lang_currency-dropdown .dropdown-menu {
  display: block !important;
  top: auto;
  left: auto;
  position: relative;
  width: 100%;
  box-shadow: none;
  font-size: 0;
  padding: 0;
  margin: 5px 0 0 0;
}
.lang-currency-groups .lang_currency-dropdown .dropdown-menu .dropdown-item {
  width: 50%;
  font-size: 13px;
  font-weight: 500;
  display: inline-block;
  vertical-align: top;
  padding: 5px 0;
  margin: 0;
}
.lang-currency-groups .lang_currency-dropdown .dropdown-menu .dropdown-item .text {
  font-weight: 400;
}
@media (min-width: 1025px) {
  .lang-currency-groups {
    display: none;
  }
}
.announcement-bar-wrapper {
  background: var(--color_bg_announcement_bar);
}
.announcement-bar-wrapper .container {
  position: relative;
}
.announcement-bar-wrapper .container .announcement-bar {
  text-align: center;
  letter-spacing: 0.04em;
  color: var(--color_announcement_bar);
  padding: 9px 0px 9px;
}
.announcement-bar-wrapper .container .announcement-bar .announcement-bar-close {
  top: 50%;
  right: 15px;
  position: absolute;
  text-shadow: none;
  text-align: center;
  transform: translateY(-50%);
  color: var(--color_announcement_bar);
}
.announcement-bar-wrapper .container .announcement-bar .announcement-bar-close svg {
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0px;
}
.announcement-bar-wrapper .container .announcement-bar .announcement-bar-close:hover {
  color: #ed4f2d;
}
.halo-header-01 .halo-header-PC .header-middle {
  padding: 14px 0px;
  background: var(--color_bg_header_middle);
}
.halo-header-01 .halo-header-PC .header-middle .container {
  position: relative;
}
.halo-header-01 .halo-header-PC .header-middle .header-middle-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
}
.halo-header-01 .halo-header-PC .header-middle .header-middle-left .col-left .lang-currency-group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  padding-right: 15px;
}
.halo-header-01 .halo-header-PC .header-middle .header-middle-left .col-left .lang-currency-group .lang_currency-dropdown .dropdown-label .icon, .halo-header-01 .halo-header-PC .header-middle .header-middle-left .col-left .lang-currency-group .lang_currency-dropdown .dropdown-label .img-icon {
  width: 24px;
  height: 18px;
  border-radius: 0;
}
.halo-header-01 .halo-header-PC .header-middle .header-middle-left .col-left .lang-currency-group .lang_currency-dropdown .dropdown-label .icon img, .halo-header-01 .halo-header-PC .header-middle .header-middle-left .col-left .lang-currency-group .lang_currency-dropdown .dropdown-label .img-icon img {
  border-radius: 0;
}
.halo-header-01 .halo-header-PC .header-middle .header-middle-left .col-left .lang-currency-group .lang_currency-dropdown .dropdown-menu .dropdown-item .icon-down {
  display: none !important;
}
.halo-header-01 .halo-header-PC .header-middle .header-middle-left .col-left .lang-currency-group .lang_currency-dropdown .dropdown-menu .dropdown-item .text {
  font-size: var(--font_size);
  font-weight: 500;
  text-transform: uppercase;
}
.halo-header-01 .halo-header-PC .header-middle .header-middle-left .col-left .lang-currency-group .lang_currency-dropdown .dropdown-menu .dropdown-item .img-icon {
  width: 23px;
  height: 16px;
  margin-right: 5px;
}
.halo-header-01 .halo-header-PC .header-middle .header-middle-left .col-left .lang-currency-group .lang_currency-dropdown .dropdown-menu .dropdown-item .img-icon img {
  border-radius: 0;
}
.halo-header-01 .halo-header-PC .header-middle .header-middle-left .col-left .lang-currency-group .custom-currency .dropdown-label .lange_left {
  padding-left: 15px;
  border-left: 1px solid var(--color_bor_middle);
}
.halo-header-01 .halo-header-PC .header-middle .header-middle-left .col-left .lang-currency-group .custom-currency .dropdown-label .lange_left .icon-down {
  margin-left: 6px;
}
.halo-header-01 .halo-header-PC .header-middle .header-middle-left .col-left .lang-currency-group .custom-currency .dropdown-label .lange_left .icon-down svg {
  width: 9px;
  height: 9px;
  fill: var(--color_bor_middle);
}
.halo-header-01 .halo-header-PC .header-middle .header-middle-left .col-left .lang-currency-group .custom-currency .dropdown-label .lange_left .img-icon {
  display: none !important;
  margin-right: 5px;
  margin-left: 20px;
}
.halo-header-01 .halo-header-PC .header-middle .header-middle-left .col-left .lang-currency-group .customer-language .dropdown-label .img-icon img {
  margin-right: 5px;
}
.halo-header-01 .halo-header-PC .header-middle .header-middle-left .col-left .lang-currency-group .customer-language .dropdown-label .text {
  display: none !important;
}
.halo-header-01 .halo-header-PC .header-middle .header-middle-left .col-left .lang-currency-group .customer-language .dropdown-menu .dropdown-item .img-icon {
  margin-right: 9px;
}
.halo-header-01 .halo-header-PC .header-middle .header-middle-left .col-left .lang-currency-group .lange_right {
  display: none;
}
.halo-header-01 .halo-header-PC .header-middle .header-middle-left .col-left .lang-currency-group .lang_currency-dropdown .dropdown-label .text {
  font-size: var(--font_size);
  font-weight: 500;
  color: var(--color_header_middle);
  letter-spacing: 0.04em;
}
.halo-header-01 .halo-header-PC .header-middle .header-middle-left .col-right {
  border-left: 1px solid var(--color_bor_middle);
  color: var(--color_header_middle);
  font-size: var(--font_size);
  letter-spacing: 0.06em;
  text-transform: uppercase;
  line-height: 16px;
  font-weight: 500;
  padding: 10px 20px;
}
.halo-header-01 .halo-header-PC .header-middle .header-middle-logo {
  text-align: center;
  padding-top: 5px;
  position: relative;
}
.halo-header-01 .halo-header-PC .header-middle .header-middle-logo .logo-wrapper .site-header__logo-link {
  text-transform: uppercase;
  color: var(--color_logo);
  font-weight: 700;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
}
.halo-header-01 .halo-header-PC .header-middle .header-middle-logo .logo-wrapper .site-header__logo-link svg {
  fill: var(--color_logo);
}
.halo-header-01 .halo-header-PC .header-middle .header-middle-right {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
}
.halo-header-01 .halo-header-PC .header-middle .header-middle-right .item--quickSearch {
  width: 100%;
  max-width: 170px;
  min-width: 170px;
  border: 1px solid var(--color_bor_middle);
  padding: 13px 15px;
}
.halo-header-01 .halo-header-PC .header-middle .header-middle-right .item--quickSearch a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  letter-spacing: 0.04em;
}
.halo-header-01 .halo-header-PC .header-middle .header-middle-right .item--quickSearch a p {
  margin: 0px;
}
.halo-header-01 .halo-header-PC .header-middle .header-middle-right .item--quickSearch a .search-text {
  text-transform: uppercase;
  writing-mode: block;
  font-weight: 500;
  color: var(--color_header_middle);
}
.halo-header-01 .halo-header-PC .header-middle .header-middle-right .item--quickSearch a .search-icon {
  color: var(--color_header_middle);
}
.halo-header-01 .halo-header-PC .header-middle .header-middle-right .item--account {
  padding: 10px 19px 12px 15px;
}
.halo-header-01 .halo-header-PC .header-middle .header-middle-right .item--account a {
  text-transform: uppercase;
  color: var(--color_header_middle);
  letter-spacing: 0.04em;
  font-weight: 500;
}
.halo-header-01 .halo-header-PC .header-middle .header-middle-right .item--cart {
  border-left: 1px solid var(--color_bor_middle);
  padding: 14px 0px 12px 19px;
}
.halo-header-01 .halo-header-PC .header-middle .header-middle-right .item--cart a {
  text-transform: uppercase;
  color: var(--color_header_middle);
  letter-spacing: 0.04em;
  font-weight: 500;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}
.halo-header-01 .halo-header-PC .header-middle .header-middle-right .item--cart a .border_hover {
  padding-right: 6px;
}
.halo-header-01 .halo-header-PC .header-middle .header-middle-right .item--cart a .border_hover:before {
  bottom: 5px;
}
.halo-header-01 .halo-header-PC .header-middle .header-middle-right .item--cart .cart-wrapper {
  display: inline-block;
  position: relative;
  color: var(--color_header_middle);
  top: -5px;
}
.halo-header-01 .halo-header-PC .header-middle .header-middle-right .item--cart .cart-wrapper svg {
  fill: var(--color_bg_cart_countPill);
  width: 26px;
  height: 26px;
  stroke: none;
}
.halo-header-01 .halo-header-PC .header-middle .header-middle-right .item--cart .cart-wrapper .cart-quantity {
  position: absolute;
  top: 5px;
  left: 1px;
  width: 100%;
  font-size: var(--font_size);
  color: var(--color_cart_countPill);
  text-align: center;
}
.halo-header-01 .halo-header-PC .header-middle .header-middle-right .item--quickSearch .search-form {
  position: absolute;
  top: 1px;
  width: 30%;
  right: 100px;
  z-index: -1;
  opacity: 0;
  webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.halo-header-01 .halo-header-PC .header-middle .header-middle-right .item--quickSearch .search-form .search-bar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}
.halo-header-01 .halo-header-PC .header-middle .header-middle-right .item--quickSearch .search-form .search-bar .close-search {
  display: none;
}
.halo-header-01 .halo-header-PC .header-middle .header-middle-right .item--quickSearch .search-form .search-bar input {
  max-height: 50px;
}
.halo-header-01 .halo-header-PC .header-middle .header-middle-right .item--quickSearch .search-form .input-group-field {
  padding: 6px 15px 4px;
  width: -moz-calc(100% - 166px);
  width: -webkit-calc(100% - 166px);
  width: -ms-calc(100% - 166px);
  width: calc(100% - 166px);
  border: none;
}
.halo-header-01 .halo-header-PC .header-middle .header-middle-right .item--quickSearch .icon-search {
  padding: 7px 14px 6px;
  min-width: 137px;
  background: var(--color_bg_header_search);
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  color: var(--color_button_header);
  border: none;
}
.halo-header-01 .halo-header-PC .header-middle .header-middle-right .item--quickSearch .icon-search svg {
  display: none;
}
@media (min-width: 1025px) {
  .halo-header-01 .quickSearchResultsWrap .search__products .halo-item {
    width: 20%;
  }
  .halo-header-01 .quickSearchResultsWrap .search__products .halo-item .product-title:hover span {
    border: none;
  }
  .halo-header-01 .quickSearchResultsWrap .search__products .halo-item .product-vendor a {
    display: block;
  }
  .halo-header-01 .quickSearchResultsWrap .search__products .halo-item .product-card__variant {
    opacity: 1;
    line-height: 22px;
  }
}
@media (max-width: 1199px) {
  .body-default .wrapper-navigation .jas-mb-style .link-option {
    padding: 0px 0px 10px;
  }
  .body-default .wrapper-navigation .jas-mb-style .lang-currency-group {
    margin-top: 15px;
  }
  .body-default .wrapper-navigation .jas-mb-style .lang-currency-group .custom-currency .lange_left .icon-down {
    display: none !important;
  }
  .body-default .wrapper-navigation .jas-mb-style .lang-currency-group .lang_currency-dropdown .dropdown-label {
    color: #787878;
    font-weight: 400;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    padding: 12px 0px 10px;
  }
  .body-default .wrapper-navigation .jas-mb-style .lang-currency-group .lang_currency-dropdown .dropdown-menu {
    width: 100%;
    box-shadow: none;
    top: 70%;
  }
  .body-default .wrapper-navigation .jas-mb-style .lang-currency-group .lang_currency-dropdown .dropdown-menu .text {
    text-transform: uppercase;
    color: #787878;
  }
  .body-default .wrapper-navigation .jas-mb-style .lang-currency-group .lang_currency-dropdown .dropdown-menu .lange_right {
    display: none;
  }
}
@media (min-width: 1200px) {
.body-default .site-nav .mega-menu .style_1 .col-xl-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
    max-width: 30%;
    margin-right: 3px;
  }
  .body-default .site-nav .mega-menu .style_1 .col-xl-7 {
    webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .body-default .site-nav .mega-menu .style_1 .col-xl-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .body-default .site-nav .mega-menu .style_1 .product-item .product-image {
    width: 55%;
    margin: 0 auto;
  }
  .body-default .site-nav .mega-menu .style_1 .product-item .product-content {
    padding-top: 5px;
  }
  .body-default .site-nav .mega-menu .style_1 .product-item .product-content .product-vendor a {
    text-transform: uppercase;
    letter-spacing: 0.16em;
    color: #323232;
  }
  .body-default .site-nav .mega-menu .style_1 .group_button {
    margin: 18px 0px 11px;
  }
  .body-default .site-nav .mega-menu .style_1 .group_button .product-action .btn, .body-default .site-nav .mega-menu .style_1 .group_button .product-action .shopify-payment-button .shopify-payment-button__button--unbranded, .shopify-payment-button .body-default .site-nav .mega-menu .style_1 .group_button .product-action .shopify-payment-button__button--unbranded {
    margin: 0px auto;
    max-width: 210px;
    border-color: #787878;
    letter-spacing: 0.16em;
    color: #323232;
  }
  .body-default .site-nav .mega-menu .style_2 .col-left-st2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .body-default .site-nav .mega-menu .style_2 .col-right-st2 {
    border: none;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .body-default .site-nav .mega-menu .style_2 .featured_col .content-feature-mega {
    margin-left: 40px;
  }
  .body-default .site-nav .mega-menu .style_2 .inner {
    padding-bottom: 50px;
  }
  .body-default .site-nav .mega-menu .style_2 .mega-banner {
    margin-left: 10px;
  }
  .body-default .site-nav .mega-menu .mega-banner {
    border: none;
  }
  .body-default .site-nav .mega-menu .mega-banner .maga-banner-right > a {
    margin: 4px 0px 15px 12px;
  }
  .body-default .site-nav .mega-menu .mega-banner .mega-feature-product .slick-arrow {
    display: none !important;
  }
}

.page-search .halo-column-product .halo-item {
  margin-bottom: 30px;
}
.page-search .breadcrumb {
  padding: 34px 0px 32px;
}
.page-search .breadcrumb .container {
  padding-left: 0px;
  padding-right: 0px;
}
.page-search .header {
  text-align: center;
  margin-bottom: 60px;
}
.page-search .header .title {
  letter-spacing: 0.15em;
  font-size: 18px;
  color: #2e3031;
  font-weight: 600;
  text-transform: uppercase;
  padding: 20px 0px 18px;
}
.page-search .search-title {
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0.15em;
  color: #282828;
  margin: 0px;
  padding: 15px 0px 15px;
}
.page-search .header-search__form {
  text-align: center;
}
.page-search .header-search__form .search-bar {
  position: relative;
}
.page-search .header-search__form .input-group-field {
  border: none;
  border-bottom: 1px solid #787878 !important;
  width: 40%;
}
@media (max-width: 1199px) {
  .page-search .header-search__form .input-group-field {
    width: 90%;
  }
}
.page-search .header-search__form .btn-search {
  border: none;
  background: transparent;
}
.page-search .article .article-image .image-wrapper .image-container {
  margin: 0;
  position: relative;
  overflow: hidden;
}
.page-search .article .article-image .image-wrapper .image-container a {
  position: initial;
}
.page-search .article .article-image .image-wrapper .image-container a:before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  opacity: 0;
  content: '';
  position: absolute;
  visibility: hidden;
  transition: all 0.3s ease;
  background-color: rgba(0, 0, 0, 0.3);
}
.page-search .article .article-image .image-wrapper .image-container a img {
  transition: all 0.8s ease;
  width: 100%;
}
.page-search .article .article-image .image-wrapper .image-container:hover a:before {
  opacity: 1;
  visibility: visible;
}
.page-search .article .article-image .image-wrapper .image-container:hover img {
  transform: scale(1.1);
}
.page-search .article .article-content .title {
  font-size: 16px;
  line-height: 24px;
  padding: 22px 0px 6px;
  color: #282828;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: capitalize;
}
@media (min-width: 1200px) {
  .page-search .article .article-content .title {
    font-size: 18px;
  }
}
.page-search .article .article-content .excerpt {
  text-align: left;
  font-size: 12px;
  line-height: 24px;
  letter-spacing: 0.04em;
  color: #787878;
  margin-bottom: 22px;
}
.page-search .article .article-content .btn, .page-search .article .article-content .shopify-payment-button .shopify-payment-button__button--unbranded, .shopify-payment-button .page-search .article .article-content .shopify-payment-button__button--unbranded {
  color: #787878;
  border-color: #b9babb;
  text-transform: inherit;
  letter-spacing: 0.04em;
}
.page-search .article .article-content .btn:hover, .page-search .article .article-content .shopify-payment-button .shopify-payment-button__button--unbranded:hover, .shopify-payment-button .page-search .article .article-content .shopify-payment-button__button--unbranded:hover {
  background: #787878;
  border-color: #787878;
  color: #fff;
}
.nav-default .menu-lv-1 > .rlte a {
  letter-spacing: 0.25em !important;
}
.nav-default .menu-lv-1 .icon-label {
  top: 2px !important;
}
.nav-default .main-menu {
  background: var(--color_bg_header_middle_2) !important;
  padding: 0px 0px 16px;
}
.header-default .halo-header-PC .header-middle {
  padding: 27px 0px 12px;
  background: var(--color_bg_header_middle_2);
}
.header-default .halo-header-PC .header-middle .header-middle-logo {
  padding-top: 3px;
}
.header-default .halo-header-PC .header-middle .header-middle-logo .logo-wrapper .site-header__logo-image {
  width: max-content;
  margin: 0 auto;
  display: block;
}
.header-default .halo-header-PC .header-middle .header-middle-logo .logo-wrapper .site-header__logo-image.logo-hp {
  display: none;
}
.header-default .announcement-bar-wrapper {
  background: var(--color_bg_announcement_bar_2);
}
.header-default .announcement-bar-wrapper .announcement-bar {
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: var(--font_size);
  padding: 4px 0px 4px;
  color: var(--color_announcement_bar_2);
}
.header-default .announcement-bar-wrapper .announcement-bar-close {
  display: none;
}
.header-default .halo-header-default .header-middle-left .icon-menu {
  margin-right: 30px;
  padding-top: 2px;
}
.header-default .halo-header-default .header-middle-left .item--account {
  margin-right: 8px;
}
.header-default .halo-header-default .header-middle-left .item--account .navUser-text-wrapper a {
  color: var(--color_text) !important;
}
.header-default .halo-header-default .header-middle-left .item--account .navUser-text-wrapper a svg {
  height: 22px;
  width: 22px;
}
.header-default .halo-header-default .header-middle-left .col-right {
  border: none !important;
  letter-spacing: 0.04em !important;
  font-weight: normal !important;
  text-transform: inherit !important;
  color: var(--color_text) !important;
}
.header-default .halo-header-default .header-middle-left .icon-nav-pc {
  border: none;
  outline: none;
  padding: 0;
  display: block;
  width: 34px;
  height: 25px;
  position: relative;
}
.header-default .halo-header-default .header-middle-left .icon-nav-pc .icon-line {
  display: block;
  width: 34px;
  height: 2px;
  margin: 3px 0;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  background-color: var(--color_text);
}
.header-default .halo-header-default .header-middle-left .icon-nav-pc .icon-line:before, .header-default .halo-header-default .header-middle-left .icon-nav-pc .icon-line:after {
  background-color: var(--color_text);
  display: block;
  width: 34px;
  height: 2px;
  margin: 3px 0;
  position: absolute;
  left: 0;
  right: 0;
  content: "";
  -webkit-transition: transform 0.3s;
  -moz-transition: transform 0.3s;
  -ms-transition: transform 0.3s;
  -o-transition: transform 0.3s;
  transition: transform 0.3s;
  transition-delay: 0.2s;
  -moz-transition-delay: 0.2s;
  -webkit-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  -ms-transition-delay: 0.2s;
}
.header-default .halo-header-default .header-middle-left .icon-nav-pc .icon-line:before {
  top: 5px;
}
.header-default .halo-header-default .header-middle-left .icon-nav-pc .icon-line:after {
  top: 12px;
}
.header-default .halo-header-default .header-middle-right .quickSearchResultsWrap {
  right: 0;
  left: inherit;
  width: 500px;
  padding: 15px 20px;
  box-shadow: 0 3px 4px rgba(61, 61, 61, 0.64);
}
.header-default .halo-header-default .header-middle-right .wishlist_icon a, .header-default .halo-header-default .header-middle-right .item--cart a, .header-default .halo-header-default .header-middle-right .wishlist_icon svg, .header-default .halo-header-default .header-middle-right .item--cart svg, .header-default .halo-header-default .header-middle-right .wishlist_icon .cart-wrapper, .header-default .halo-header-default .header-middle-right .item--cart .cart-wrapper {
  fill: var(--color_text) !important;
  color: var(--color_text) !important;
}
.header-default .halo-header-default .header-middle-right .item--quickSearch {
  max-width: 197px !important;
  margin-right: 45px;
}
.header-default .halo-header-default .header-middle-right .item--quickSearch .container {
  padding: 0px;
}
.header-default .halo-header-default .header-middle-right .item--quickSearch .icon-search {
  min-width: auto !important;
  background: transparent !important;
  padding: 5px 0px 5px 10px !important;
  width: 30px !important;
  color: var(--color_text) !important;
}
.header-default .halo-header-default .header-middle-right .item--quickSearch .icon-search svg {
  display: block !important;
}
.header-default .halo-header-default .header-middle-right .item--quickSearch .icon-search span {
  display: none;
}
.header-default .halo-header-default .header-middle-right .item--quickSearch .search-form {
  position: relative !important;
  opacity: 1 !important;
  z-index: 2 !important;
  top: 0 !important;
  width: 100% !important;
  right: 0px !important;
}
.header-default .halo-header-default .header-middle-right .item--quickSearch .search-form .input-group-field {
  width: -moz-calc(100% - 30px) !important;
  width: -webkit-calc(100% - 30px) !important;
  width: -ms-calc(100% - 30px) !important;
  width: calc(100% - 30px) !important;
  background: transparent;
  border-bottom: 1px solid var(--color_text) !important;
  letter-spacing: 0.04em;
  padding: 6px 20px 4px !important;
  max-height: 30px !important;
  line-height: 30px;
}
.header-default .halo-header-default .header-middle-right .item--quickSearch .search-form .input-group-field::placeholder {
  color: var(--color_text);
}
.header-default .halo-header-default .header-middle-right .wishlist_icon {
  position: relative;
}
.header-default .halo-header-default .header-middle-right .wishlist_icon .wishlist-quantity {
  width: 23px;
  height: 23px;
  background: var(--background_count_item);
  padding: 0px;
  top: -8px !important;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
  position: absolute;
  left: 13px;
  color: var(--color_count_item);
}
.header-default .halo-header-default .header-middle-right .item--cart {
  padding: 16px 0px 0px 26px !important;
}
.header-default .halo-header-default .header-middle-right .item--cart .cart-wrapper svg {
  width: 20px !important;
  height: 20px !important;
}
.header-default .halo-header-default .header-middle-right .item--cart .cart-wrapper .cart-quantity {
  width: 23px;
  height: 23px;
  background: var(--background_count_item);
  padding: 0px;
  top: -8px !important;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  color: var(--color_count_item);
  position: relative;
}
.header-default .halo-header-default .header-middle-right .item--cart .cart-wrapper .cart-quantity span {
  color: var(--color_count_item);
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.halo-header .is-sticky {
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  z-index: 99;
  position: fixed !important;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
}
.nav-sticky.is-sticky {
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  z-index: 99;
  position: fixed !important;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
}
.halo-header .header-sticky.is-sticky .quickSearchResultsWrap {
  left: inherit !important;
}
.halo-header .header-sticky.is-sticky .header-middle {
  padding: 0;
  -webkit-box-shadow: 0 0 3px rgba(139, 113, 74, 0.12);
  -moz-box-shadow: 0 0 3px rgba(139, 113, 74, 0.12);
  box-shadow: 0 0 3px rgba(139, 113, 74, 0.12);
}
.halo-header .header-sticky.is-sticky .header-middle .header-middle-right .item--quickSearch .search-form {
  background: transparent !important;
  padding: inherit !important;
  box-shadow: none !important;
}
.halo-header .header-sticky.is-sticky .header-middle .header-middle-right .item--quickSearch .search-form .header-search .search-bar {
  border: none !important;
}
.halo-header .header-sticky.is-sticky .header-middle .header-middle-right .item--quickSearch .search-form .header-search .search-bar .close-search {
  display: none !important;
}
.halo-header .header-sticky.is-sticky .header-middle .header-middle-right .item--quickSearch .search-form .header-search .input-group-field {
  font-size: var(--font_size);
}
.halo-header .header-sticky.is-sticky .header-middle .header-middle-left .col-right, .halo-header .header-sticky.is-sticky .header-middle .header-middle-right .item--quickSearch .icon-search, .halo-header .header-sticky.is-sticky .header-middle .header-middle-right .wishlist_icon a, .halo-header .header-sticky.is-sticky .header-middle .header-middle-right .wishlist_icon svg, .halo-header .header-sticky.is-sticky .header-middle .header-middle-right .wishlist_icon .cart-wrapper, .halo-header .header-sticky.is-sticky .header-middle .header-middle-right .item--cart a, .halo-header .header-sticky.is-sticky .header-middle .header-middle-right .item--cart svg, .halo-header .header-sticky.is-sticky .header-middle .header-middle-right .item--cart .cart-wrapper, .halo-header .header-sticky.is-sticky .header-middle .header-middle-left .item--account .navUser-text-wrapper a, .halo-header .header-sticky.is-sticky .header-middle .header-middle-right .item--quickSearch .search-form .input-group-field {
  color: var(--color_text) !important;
  fill: var(--color_text) !important;
}
.halo-header .header-sticky.is-sticky .header-middle .header-middle-right .item--quickSearch .search-form .input-group-field::-webkit-input-placeholder {
  color: var(--color_text) !important;
}
.halo-header .header-sticky.is-sticky .header-middle .header-middle-right .item--quickSearch .search-form .input-group-field:-ms-input-placeholder {
  color: var(--color_text) !important;
}
.halo-header .header-sticky.is-sticky .header-middle .header-middle-right .item--quickSearch .search-form .input-group-field::placeholder {
  color: var(--color_text) !important;
}
.halo-header .header-sticky.is-sticky .header-middle .header-middle-right .item--quickSearch .search-form .input-group-field {
  border-color: var(--color_text) !important;
}
.halo-header .header-sticky.is-sticky .header-middle .header-middle-left .icon-nav-pc .icon-line, .halo-header .header-sticky.is-sticky .header-middle .header-middle-left .icon-nav-pc .icon-line:before, .halo-header .header-sticky.is-sticky .header-middle .header-middle-left .icon-nav-pc .icon-line:after {
  background: var(--color_text) !important;
}
.halo-header .header-sticky.is-sticky .header-middle .logo-wrapper .site-header__logo-image {
  display: block !important;
  padding: 6px 0px 9px;
}
.halo-header .header-sticky.is-sticky .header-middle .logo-wrapper .site-header__logo-image.logo-hp {
  display: none !important;
}
@media (min-width: 1025px) {
  .halo-header-default .quickSearchResultsWrap .search__products .halo-item {
    width: 33.33333%;
  }
}
.halo-header-default .halo-header-PC .header-middle .header-middle-right .item--cart {
  border: none;
}
.halo-header-default .halo-header-PC .header-middle .header-middle-right .item--cart .cart-wrapper svg {
  width: 22px !important;
  height: 22px !important;
  margin-right: 14px;
}
.halo-header-default .halo-header-PC .header-middle .header-middle-right .item--cart .cart-wrapper .cart-quantity {
  width: 23px !important;
  overflow: hidden;
  left: 13px;
}
.halo-header-default .halo-header-PC .header-middle .header-middle-right .item--quickSearch {
  max-width: 227px !important;
  margin-right: 30px;
  border: none;
}
.halo-header .is-sticky .halo-header-PC .header-middle .header-middle-right .item--quickSearch {
  padding: 13px 7px !important;
}
.progress {
  border-radius: 0 !important;
}
.cart__progress_bar {
  margin: 16px 0px 20px;
  position: relative;
}
.cart__progress_bar .progress_bar_shipping_message {
  font-size: var(--font_size);
  letter-spacing: 0.04em;
  font-style: inherit;
  padding-top: 2px;
}
.cart__progress_bar .progress_bar_shipping_message .money {
  font-weight: 600;
  color: #282828;
}
.cart__progress_bar.active-shipping .progress_bar_shipping_message {
  color: #406f8c;
  background: #eaf4f9;
  padding: 10px 50px 9px;
}
.cart__progress_bar.active-shipping:before {
  content: '';
  width: 16px;
  height: 9px;
  position: absolute;
  top: 36%;
  left: 20px;
  border: 2px solid #406f8c;
  border-top: none;
  border-right: none;
  background: rgba(255, 255, 255, 0);
  transform: rotate(-45deg);
}
.cart__progress_bar .progress_bar_shipping.success .progress {
  display: none !important;
}
.cart__progress_bar .progress .bg-danger {
  background-color: #ed4f2d !important;
}
.sidebar-cart .cart-quickview__progress_bar {
  margin: 4px 0px 13px;
}
.sidebar-cart .cart-quickview__progress_bar .progress_bar_shipping {
  width: 72%;
  margin: auto;
}
.sidebar-cart .cart-quickview__progress_bar .progress_bar_shipping_message {
  text-align: center;
  margin-top: 3px;
}
.sidebar-cart .cart-quickview__progress_bar.active-shipping:before {
  display: none;
}
.search-open .halo-header-01 .header-middle-right .item--quickSearch .search-form {
  width: 100% !important;
  right: 0 !important;
  z-index: 99999 !important;
  opacity: 1 !important;
}
.has_sticky .item--quickSearch .search-form {
  position: fixed !important;
  top: -130px !important;
  opacity: 1 !important;
  right: 0px !important;
  width: 100% !important;
  background: #fff;
  padding: 40px 0px 40px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.08);
}
.has_sticky .item--quickSearch .search-form .search-bar {
  max-width: 1170px;
  margin: 0 auto;
  padding-bottom: 5px;
  border-bottom: 1px solid #323232;
  position: relative;
}
.has_sticky .item--quickSearch .search-form .search-bar .close-search {
  display: block !important;
  position: absolute;
  right: 0px;
  padding: 0px !important;
  border: none !important;
  top: -35px;
}
.has_sticky .item--quickSearch .search-form .search-bar .close-search svg {
  width: 10px;
  height: 10px;
}
.has_sticky .item--quickSearch .search-form .search-bar .icon-search {
  padding: 0px !important;
  background: transparent !important;
  color: #323232 !important;
}
.has_sticky .item--quickSearch .search-form .search-bar .icon-search span {
  display: none;
}
.has_sticky .item--quickSearch .search-form .search-bar .icon-search svg {
  display: block !important;
  fill: #323232;
  float: right;
}
.has_sticky .item--quickSearch .search-form .search-bar .input-group-field {
  padding: 0px !important;
  width: -moz-calc(100% - 137px) !important;
  width: -webkit-calc(100% - 137px) !important;
  width: -ms-calc(100% - 137px) !important;
  width: calc(100% - 137px) !important;
  font-size: 18px;
}
.has_sticky .quickSearchResultsWrap {
  top: 100% !important;
  left: 0px !important;
  width: 100%;
  max-width: 1170px;
  margin: 0 auto;
}
.search-open .has_sticky .item--quickSearch .search-form {
  top: 0px !important;
}
.quickSearchResultsWrap {
  z-index: 999;
  top: 120%;
  right: 0;
  right: 0;
  left: 14px;
  width: 97.5%;
  padding: 15px 20px;
  position: absolute;
  background-color: #fff;
  border-radius: 0px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15);
}
.quickSearchResultsWrap .custom-scrollbar {
  max-height: calc(100vh - 150px);
  overflow-x: hidden;
  overflow-y: auto;
  webkit-overflow-scrolling: touch;
}
.quickSearchResultsWrap .custom-scrollbar::-webkit-scrollbar-track {
  background-color: #505050;
}
.quickSearchResultsWrap .custom-scrollbar::-webkit-scrollbar {
  width: 2px;
  background-color: #505050;
}
.quickSearchResultsWrap .custom-scrollbar::-webkit-scrollbar-thumb {
  background-color: #787878;
}
.quickSearchResultsWrap .header-search__trending {
  margin-bottom: 15px;
}
.quickSearchResultsWrap .title {
  font-size: var(--font_size_plus1);
  font-weight: 600;
  letter-spacing: 0.15em;
  border-bottom: 1px solid #efefef;
  padding-bottom: 8px;
  margin-bottom: 15px;
}
.quickSearchResultsWrap .list-tags {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -5px;
}
.quickSearchResultsWrap .list-tags .item-tag {
  padding: 0 5px;
  margin-bottom: 10px;
}
.quickSearchResultsWrap .list-tags .item-tag a {
  padding: 6px 9px 5px !important;
  letter-spacing: 0.02em !important;
  border: none !important;
}
.quickSearchResultsWrap .list-tags .highlight {
  display: block;
  color: #868686;
  background-color: #f7f7f7;
  padding: 7px 12px 5px;
  cursor: pointer;
  pointer-events: auto;
}
.quickSearchResultsWrap .list-tags .highlight .icon {
  pointer-events: none;
  margin-right: 4px;
  width: 13px;
  height: 13px;
  margin-top: -2px;
}
.quickSearchResultsWrap .list-tags .highlight span {
  pointer-events: none;
}
.quickSearchResultsWrap .list-tags .highlight:hover {
  background: var(--color_bg_header_search);
  color: var(--color_button_header);
}
.quickSearchResultsWrap .search__products .halo-row {
  padding-bottom: 10px;
  webkit-overflow-scrolling: touch;
}
.quickSearchResultsWrap .search__products .halo-row::-webkit-scrollbar-track {
  background-color: #f4f4f4;
}
.quickSearchResultsWrap .search__products .halo-row::-webkit-scrollbar {
  height: 5px;
  background-color: #f4f4f4;
}
.quickSearchResultsWrap .search__products .halo-row::-webkit-scrollbar-thumb {
  background-color: var(--color_heading_text);
}
.quickSearchResultsWrap .product-card .product-image {
  max-width: 120px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0px !important;
}
.quickSearchResultsWrap .product-card .product-action {
  display: none;
}
.quickSearchResultsWrap .product-card .product-image + .product-content {
  padding-top: 12px;
}
.quickSearchResultsWrap .text-results {
  display: block;
  font-weight: 400;
  padding: 6px 0 5px;
  color: var(--color_url_hover);
}
.quickSearchResultsWrap .text-results.header-search__see-more {
  margin-top: 15px;
  padding-top: 15px;
  padding-bottom: 0;
  border-top: 1px solid #e2e4e8;
  text-transform: capitalize;
}
.quickSearchResultsWrap .text-results.header-search__see-more .text {
  position: relative;
}
.quickSearchResultsWrap .text-results.header-search__see-more .text:before {
  left: 0;
  bottom: 0;
  content: "";
  position: absolute;
  z-index: 2;
  height: 1px;
  width: 0;
  transition: all 0.3s ease;
  background-color: var(--color_url_hover);
}
.quickSearchResultsWrap .text-results.header-search__see-more:hover .text:before {
  width: 100%;
}
.popup-sidebar {
  width: 100%;
  max-width: 430px;
  position: fixed;
  overflow: auto;
  top: 0px;
  background: #fff;
  height: 100vh;
  webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  z-index: 9999;
}
.popup-sidebar.sidebar-right {
  right: -430px;
}
@media (max-width: 768px) {
  .popup-sidebar.sidebar-right {
    right: -100%;
  }
}
.popup-sidebar.sidebar-left {
  left: -430px;
}
.popup-sidebar::-webkit-scrollbar {
  width: 4px;
}
.popup-sidebar::-webkit-scrollbar-track {
  background: #fff;
  margin: 5px 0px 5px;
}
.popup-sidebar::-webkit-scrollbar-thumb {
  background: #505050;
}
.popup-sidebar::-webkit-scrollbar-thumb:hover {
  background: #555;
}
.body-full .popup-sidebar {
  z-index: 99999;
}
.sidebar-cart input[type=number]::-webkit-inner-spin-button, .sidebar-cart input[type=number]::-webkit-outer-spin-button {
  opacity: 1;
}
.sidebar-cart .cart-quickview_product {
  padding: 32px 60px 100px;
}
.sidebar-cart .cart-quickview_product .halo-column {
  margin: 0px;
}
.sidebar-cart .cart-quickview_product .cart-quickview_product--header .cart-quickview_product--title {
  font-size: var(--font_size_plus2);
  font-weight: 600;
  letter-spacing: 0.15em;
  color: #282828;
}
.sidebar-cart .cart-quickview_product .product-card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 1199px) {
  .sidebar-cart .cart-quickview_product .product-card {
    margin-right: 15px;
  }
}
.sidebar-cart .cart-quickview_product .product-card .product-image {
  width: 100%;
  width: 72px;
  margin-top: 6px;
}
.sidebar-cart .cart-quickview_product .product-card .product-image .product_wishlist {
  display: none;
}
.sidebar-cart .cart-quickview_product .product-card .product-content {
  width: 100%;
  padding-top: 0px;
  width: -moz-calc(100% - 97px);
  width: -webkit-calc(100% - 97px);
  width: -ms-calc(100% - 97px);
  width: calc(100% - 97px);
}
.sidebar-cart .cart-quickview_product .product-card .product-content .product-vendor, .sidebar-cart .cart-quickview_product .product-card .product-content .product-title, .sidebar-cart .cart-quickview_product .product-card .product-content .item-swatch, .sidebar-cart .cart-quickview_product .product-card .product-content .product-price {
  text-align: left;
}
.sidebar-cart .cart-quickview_product .product-card .product-content .item-swatch {
  opacity: 1;
  padding: 9px 0px 5px;
}
.sidebar-cart .cart-quickview_product .product-card .product-content .product-action .btn, .sidebar-cart .cart-quickview_product .product-card .product-content .product-action .shopify-payment-button .shopify-payment-button__button--unbranded, .shopify-payment-button .sidebar-cart .cart-quickview_product .product-card .product-content .product-action .shopify-payment-button__button--unbranded {
  margin-top: 6px;
}
@media (max-width: 1199px) {
  .sidebar-cart .cart-quickview_product .product-card .product-content .product-action .btn, .sidebar-cart .cart-quickview_product .product-card .product-content .product-action .shopify-payment-button .shopify-payment-button__button--unbranded, .shopify-payment-button .sidebar-cart .cart-quickview_product .product-card .product-content .product-action .shopify-payment-button__button--unbranded {
    margin-top: 15px;
    max-width: 95%;
  }
}
.sidebar-cart .cart-quickview_product .slick-arrow {
  top: auto;
  bottom: -58px;
  width: 30px;
  height: 30px;
  transform: none;
}
@media (max-width: 1199px) {
  .sidebar-cart .cart-quickview_product .slick-arrow {
    display: none !important;
  }
}
.sidebar-cart .cart-quickview_product .slick-arrow svg {
  width: 100%;
  height: 100%;
  color: #999;
  fill: #999;
  stroke: #999;
}
.sidebar-cart .cart-quickview_product .slick-arrow.slick-prev {
  left: 0px;
}
.sidebar-cart .cart-quickview_product .slick-arrow.slick-next {
  right: 0px;
}
.sidebar-cart .cart-quickview_product .product-reviews, .sidebar-cart .cart-quickview_product .product_badges {
  display: none;
}
.sidebar-cart .cart-quickview_product .slick-dots {
  bottom: -27%;
}
@media (max-width: 1199px) {
  .sidebar-cart .cart-quickview_product .slick-dots {
    bottom: -55px;
  }
}
.sidebar-cart .cart-quickview_product .slick-dots li {
  margin: 0 4px;
}
.sidebar-cart .cart-quickview_product .slick-dots li button {
  width: 32px;
  height: 3px;
  border-radius: 0;
  border-color: #e0e0e0;
  background-color: #e0e0e0;
}
.sidebar-cart .cart-quickview_product .slick-dots li.slick-active button {
  border-color: #646464;
  background-color: #646464;
}

.sidebar-cart .cart-quickview_header {
  position: relative;
  padding: 71px 60px 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.sidebar-cart .cart-quickview_header .title {
  font-size: var(--font_size_plus2);
  font-weight: 600;
  letter-spacing: 0.15em;
  color: #282828;
  margin-bottom: 0px;
}
.sidebar-cart .cart-quickview_header .item {
  letter-spacing: 0.04em;
  color: #8c8c8c;
  margin-bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
}
.sidebar-cart .cart-quickview_header .item span:last-child {
  padding-left: 5px;
}
.sidebar-cart .cart-quickview_header .cart-quickview__close {
  position: absolute;
  top: 28px;
  right: 23px;
}
.sidebar-cart .cart-quickview_header .cart-quickview__close svg {
  width: 15px;
  height: 15px;
  fill: #747679;
}
.sidebar-cart .cart-quickview_header .cart-quickview__close:hover svg {
  fill: #ed4f2d;
}
.sidebar-cart .cart-quickview_content .no-items {
  padding: 0px 60px;
}
.sidebar-cart .cart-quickview_content .no-items .cart_empty {
  letter-spacing: 0.04em;
}
.sidebar-cart .cart-quickview_content .no-items .text-continue {
  padding-top: 15px;
}
.sidebar-cart .cart-quickview_content .no-items .text-continue .btn, .sidebar-cart .cart-quickview_content .no-items .text-continue .shopify-payment-button .shopify-payment-button__button--unbranded, .shopify-payment-button .sidebar-cart .cart-quickview_content .no-items .text-continue .shopify-payment-button__button--unbranded {
  max-width: 100%;
}
.sidebar-cart .cart-quickview_content .no-items .text-continue .btn:hover, .sidebar-cart .cart-quickview_content .no-items .text-continue .shopify-payment-button .shopify-payment-button__button--unbranded:hover, .shopify-payment-button .sidebar-cart .cart-quickview_content .no-items .text-continue .shopify-payment-button__button--unbranded:hover {
  background: var(--background_1);
  color: var(--color_1);
  border-color: var(--border_1);
}
.sidebar-cart .cart-quickview_content .has-items {
  padding: 20px 60px;
}
.sidebar-cart .cart-quickview_content .has-items .cart-quickview__table {
  max-height: 400px;
  overflow: auto;
}
.sidebar-cart .cart-quickview_content .has-items .cart-quickview__table::-webkit-scrollbar {
  width: 4px;
}
.sidebar-cart .cart-quickview_content .has-items .cart-quickview__table::-webkit-scrollbar-track {
  background: #fff;
  margin: 5px 0px 5px;
}
.sidebar-cart .cart-quickview_content .has-items .cart-quickview__table::-webkit-scrollbar-thumb {
  background: #505050;
}
.sidebar-cart .cart-quickview_content .has-items .cart-quickview__table::-webkit-scrollbar-thumb:hover {
  background: #555;
}
.sidebar-cart .cart-quickview_content .has-items .cart-quickview__table table {
  margin-bottom: 20px;
}
.sidebar-cart .cart-quickview_content .has-items .cart-quickview__table .cart__removed-product {
  line-height: 24px;
  letter-spacing: 0.04em;
}
.sidebar-cart .cart-quickview_content .has-items .cart-quickview__table .cart__product-information {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}
.sidebar-cart .cart-quickview_content .has-items .cart-quickview__table .cart__image-wrapper {
  flex: 90px 0 0;
  padding-right: 20px;
}
.sidebar-cart .cart-quickview_content .has-items .cart-quickview__table .cart__content-wrapper {
  padding-top: 0;
  margin-top: -5px;
  width: 100%;
}
.sidebar-cart .cart-quickview_content .has-items .cart-quickview__table .cart__content-wrapper .list-view-item__title {
  margin-bottom: 8px;
}
.sidebar-cart .cart-quickview_content .has-items .cart-quickview__table .cart__content-wrapper .list-view-item__title a {
  font-size: var(--font_size);
  line-height: 22px;
  letter-spacing: 0.04em;
  color: #282828;
}
.sidebar-cart .cart-quickview_content .has-items .cart-quickview__table .cart__content-wrapper .list-view-item__vendor .cart__product-vendor {
  font-size: var(--font_size);
  letter-spacing: 0.04em;
  color: #8c8c8c;
  font-weight: 500;
  font-style: initial;
}
.sidebar-cart .cart-quickview_content .has-items .cart-quickview__table a {
  border: none;
}
.sidebar-cart .cart-quickview_content .has-items .cart-quickview__table tr {
  border-bottom: 1px solid #ececec;
  padding: 24px 0px 19px;
  padding-right: 5px;
  display: block;
}
.sidebar-cart .cart-quickview_content .has-items .cart-quickview__table tr:first-child {
  padding-top: 0px;
}
.sidebar-cart .cart-quickview_content .has-items .cart-quickview__table tr:last-child {
  border: none;
  padding-bottom: 0px;
}
.sidebar-cart .cart-quickview_content .has-items .cart-quickview__table th, .sidebar-cart .cart-quickview_content .has-items .cart-quickview__table td {
  padding: 0px;
  border: none;
}
.sidebar-cart .cart-quickview_content .has-items .cart-quickview__table .product-details-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
}
.sidebar-cart .cart-quickview_content .has-items .cart-quickview__table .product-details-wrapper .product-details {
  margin: 0;
  display: inline-block;
  vertical-align: top;
}
.sidebar-cart .cart-quickview_content .has-items .cart-quickview__table .product-details-wrapper .product-details.hide + .product-details__edit {
  display: none;
}
.sidebar-cart .cart-quickview_content .has-items .cart-quickview__table .product-details-wrapper .product-details .product-details__item {
  line-height: 22px;
  vertical-align: top;
  display: inline-block;
  text-transform: capitalize;
  font-size: var(--font_size);
  letter-spacing: 0.04em;
  color: #8c8c8c;
  padding-bottom: 15px;
  font-style: italic;
}
.sidebar-cart .cart-quickview_content .has-items .cart-quickview__table .product-details-wrapper .product-details .product-details__item + .product-details__item:not(.product-details__item--last):before {
  content: "/";
  padding: 0 3px;
}
.sidebar-cart .cart-quickview_content .has-items .cart-quickview__table .product-details-wrapper .product-details__edit {
  border: none;
  color: #8c8c8c;
  display: inline-block;
  vertical-align: top;
  margin-left: 15px;
}
.sidebar-cart .cart-quickview_content .has-items .cart-quickview__table .product-details-wrapper .product-details__edit .icon {
  top: -3px;
  width: 16px;
  height: 16px;
  position: relative;
}
.sidebar-cart .cart-quickview_content .has-items .cart-quickview__table .product-details-wrapper .product-details__edit:hover {
  color: #ed4f2d;
}
.sidebar-cart .cart-quickview_content .has-items .cart-quickview__table .cart__qty {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  padding-bottom: 15px;
}
.sidebar-cart .cart-quickview_content .has-items .cart-quickview__table .cart__qty input {
  max-width: 96px;
  background: #f5f5f5;
  border: none;
  max-height: 40px;
  line-height: 20px;
  padding: 10px 5px 10px 20px;
}
.sidebar-cart .cart-quickview_content .has-items .cart-quickview__table .cart__qty .cart__remove a {
  font-size: var(--font_size);
  letter-spacing: 0.04em;
  color: #8c8c8c;
  border-bottom: 1px solid #dcdcdc;
}
.sidebar-cart .cart-quickview_content .has-items .cart-quickview__table .cart__qty .cart__remove a:hover {
  color: #ed4f2d;
  border-color: #ed4f2d;
}
.sidebar-cart .cart-quickview_content .has-items .cart-quickview__table .product-details-price {
  display: block;
  color: #282828;
  letter-spacing: 0.02em;
}
.sidebar-cart .cart-quickview_content .has-items .cart-quickview__table .product-details-price dl {
  margin-bottom: 0;
}
.sidebar-cart .cart-quickview_content .has-items .cart-quickview__table .product-details-price dd:last-of-type {
  margin-bottom: 0;
}
.sidebar-cart .cart-quickview_content .has-items .cart-quickview__footer {
  border-top: 1px solid #ececec;
  padding-top: 22px;
}
.sidebar-cart .cart-quickview_content .has-items .cart-quickview__footer .cart-subtotal {
  display: flex;
  justify-content: space-between;
  color: #282828;
  letter-spacing: 0.04em;
  margin-bottom: 8px;
  font-size: var(--font_size);
}
.sidebar-cart .cart-quickview_content .has-items .cart-quickview__footer .cart__buttons-container .product__terms-conditions label {
  font-size: var(--font_size);
  color: #787878;
  font-weight: normal;
  letter-spacing: 0.04em;
  margin: 10px 0px 17px;
}
.sidebar-cart .cart-quickview_content .has-items .cart-quickview__footer .cart__buttons-container .product__terms-conditions label span:before {
  content: "";
  left: 24px;
  bottom: 5px;
  background-color: #787878;
  width: 0;
  height: 1px;
  position: absolute;
  transition: all 0.3s ease;
}
@media (min-width: 1025px) {
  .sidebar-cart .cart-quickview_content .has-items .cart-quickview__footer .cart__buttons-container .product__terms-conditions:hover span:before {
    width: calc(100% - 22px);
  }
}
.sidebar-cart .cart-quickview_content .has-items .cart-quickview__footer .cart__buttons-container .cart-paypal {
  text-align: center;
  padding: 20px 0px 0px;
}
.sidebar-cart .cart-quickview_content .has-items .cart-quickview__footer .cart__buttons-container .cart__submit-controls .btn, .sidebar-cart .cart-quickview_content .has-items .cart-quickview__footer .cart__buttons-container .cart__submit-controls .shopify-payment-button .shopify-payment-button__button--unbranded, .shopify-payment-button .sidebar-cart .cart-quickview_content .has-items .cart-quickview__footer .cart__buttons-container .cart__submit-controls .shopify-payment-button__button--unbranded {
  max-width: 100%;
  border-color: #b9babb;
  color: #808284;
}
.sidebar-cart .cart-quickview_content .has-items .cart-quickview__footer .cart__buttons-container .cart__submit-controls .btn.cart__submit, .sidebar-cart .cart-quickview_content .has-items .cart-quickview__footer .cart__buttons-container .cart__submit-controls .shopify-payment-button .shopify-payment-button__button--unbranded.cart__submit, .shopify-payment-button .sidebar-cart .cart-quickview_content .has-items .cart-quickview__footer .cart__buttons-container .cart__submit-controls .shopify-payment-button__button--unbranded.cart__submit {
  border-color: #f4a884;
  background: #f4a884;
  color: #fff;
}
.sidebar-cart .cart-quickview_content .has-items .cart-quickview__footer .cart__buttons-container .cart__submit-controls .btn:hover, .sidebar-cart .cart-quickview_content .has-items .cart-quickview__footer .cart__buttons-container .cart__submit-controls .shopify-payment-button .shopify-payment-button__button--unbranded:hover, .shopify-payment-button .sidebar-cart .cart-quickview_content .has-items .cart-quickview__footer .cart__buttons-container .cart__submit-controls .shopify-payment-button__button--unbranded:hover {
  background: var(--background_1);
  color: var(--color_1);
  border-color: var(--border_1);
}
#dropdown-customer {
  position: relative;
  width: 100%;
  max-width: 430px;
  padding: 50px 60px;
  position: fixed;
  overflow: auto;
  top: 0px;
  right: -430px;
  z-index: 99999;
  background: #fff;
  height: 100vh;
  webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
#dropdown-customer .customer-title h5, #dropdown-customer .customer-title .h5 {
  padding-top: 25px;
  font-size: var(--font_size_plus2);
  letter-spacing: 0.15em;
  font-weight: 600;
  color: #282828;
  margin-bottom: 15px;
}
#dropdown-customer .customer-title .close-customer {
  position: absolute;
  top: 23px;
  right: 22px;
  color: #747679;
}
#dropdown-customer .customer-title .close-customer svg {
  width: 16px;
  height: 16px;
}
#dropdown-customer .customer-title .close-customer:hover {
  color: #282828;
}
#dropdown-customer .customer-note p {
  letter-spacing: 0.04em;
  font-size: var(--font_size);
  line-height: 18px;
  color: #787878;
  padding: 13px 0px 28px;
}
#dropdown-customer .customer-content .ct-login .form-group {
  margin-bottom: 19px;
}
#dropdown-customer .customer-content .ct-login label span {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.04em;
}
#dropdown-customer .customer-content .ct-login input {
  background-color: #fafafa;
  border-color: #ececec;
}
#dropdown-customer .customer-content .ct-login .action-btn .forgot-password {
  margin: 0px 0px 22px;
  display: inline-block;
}
#dropdown-customer .customer-content .ct-login .action-btn .forgot-password span {
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 0.04em;
  color: #8b714a;
  border-bottom: 1px solid #cabfb0;
}
#dropdown-customer .customer-content .ct-login .action-btn .forgot-password:hover span {
  color: #282828;
  border-color: #282828;
}
#dropdown-customer .customer-content .ct-login .action-btn .btn-login {
  max-width: 100%;
  border-color: #b9babb;
  background: transparent;
  color: #808284;
  max-height: 36px;
}
#dropdown-customer .customer-content .ct-login .action-btn .btn-login:hover {
  background: var(--background_2);
  color: var(--color_2);
  border-color: var(--border_2);
}
#dropdown-customer .customer-content .ct-register {
  border-top: 1px solid #ececec;
  margin: 35px 0px 0px;
}
#dropdown-customer .customer-content .ct-register .note_register {
  font-size: var(--font_size);
  letter-spacing: 0.03em;
  line-height: 22px;
  color: #787878;
  padding: 29px 0px 0px;
}
#dropdown-customer .customer-content .ct-register .btn-register {
  max-width: 100%;
}
#dropdown-customer .customer-content .ct-register .btn-register:hover {
  background: var(--background_1);
  color: var(--color_1);
  border-color: var(--border_1);
}
#dropdown-customer .customer-content .link-option {
  padding: 45px 0px 40px;
}
#dropdown-customer .customer-content .link-option .customer-wishlist a, #dropdown-customer .customer-content .link-option .customer-locator a {
  color: #787878;
  letter-spacing: 0.04em;
  padding: 12px 0px 10px;
  display: inline-block;
  opacity: 1;
}
#dropdown-customer .customer-content .link-option .customer-wishlist svg, #dropdown-customer .customer-content .link-option .customer-locator svg {
  margin-right: 8px;
}
#dropdown-customer .customer-content .link-option .customer-language .lang_currency-dropdown .dropdown-menu {
  width: 100%;
}
#dropdown-customer .customer-content .link-option .customer-language .lang_currency-dropdown .dropdown-label {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
}
#dropdown-customer .customer-content .link-option .customer-language .lang_currency-dropdown .dropdown-label .lange_right {
  display: block;
}
#dropdown-customer .customer-content .link-option .customer-language .lang_currency-dropdown .dropdown-label .icon {
  margin-right: 13px;
}
#dropdown-customer .customer-content .link-option .customer-language .lang_currency-dropdown .dropdown-label .text {
  color: #787878;
  font-weight: 300;
  text-transform: capitalize;
  letter-spacing: 0.04em;
  padding: 12px 0px 10px;
  display: inline-block;
}
#dropdown-customer .customer-content .link-option .customer-language .lang_currency-dropdown .text {
  font-size: 12px;
}
#dropdown-customer .customer-content .link-option .customer-language .lang_currency-dropdown .text.code {
  display: none !important;
}
#dropdown-customer .customer-content .link-option .customer-language .lang_currency-dropdown .lange_right {
  font-size: 12px;
  letter-spacing: 0.04em;
  display: none;
}
@media (min-width: 1200px) {
  .custom-login_default {
    left: -430px;
  }
  .customer-open .custom-login_default {
    left: 0px;
  }
}
.customer-open #dropdown-customer {
  right: 0px;
}
.social-icons .social-icon {
  color: #505050;
  padding-right: 15px;
  line-height: 30px;
}
.social-icons .social-icon:hover {
  color: #ed4f2d;
}
.social-icons .social-icon.youtube svg, .social-icons .social-icon.goofle-plus svg {
  width: 20px;
  height: 20px;
}
#dropdown-customer .is-customer {
  text-align: center;
}
#dropdown-customer .is-customer .btn, #dropdown-customer .is-customer .shopify-payment-button .shopify-payment-button__button--unbranded, .shopify-payment-button #dropdown-customer .is-customer .shopify-payment-button__button--unbranded {
  max-width: 100%;
  margin-top: 15px;
}
.border_hover {
  position: relative;
}
.border_hover:before {
  position: absolute;
  left: 0;
  width: 0;
  bottom: 0px;
  height: 1px;
  content: '';
  display: block;
  -webkit-transition: width 0.3s ease;
  -moz-transition: width 0.3s ease;
  -ms-transition: width 0.3s ease;
  -o-transition: width 0.3s ease;
  transition: width 0.3s ease;
  visibility: hidden;
  background: var(--color_bor_middle);
}
.border_hover:hover:before {
  width: 100%;
  visibility: visible;
}
.wrapper-header-cs {
  padding: 24px 0px 24px;
  background: #fafafa;
  margin-bottom: 30px;
  text-align: center;
}
.wrapper-header-cs .title {
  font-size: 40px;
  line-height: 32px;
  letter-spacing: 0.04em;
  color: #282828;
  font-weight: 600;
  font-family: var(--font_stack_heading);
  text-transform: capitalize;
  padding: 15px 0px 10px;
}
.wrapper-navigation .main-menu {
  background: var(--bg_menu);
}
.wrapper-navigation .main-menu .sub-menu-mobile {
  background: var(--bg_dropdown_menu);
}
.site-nav li {
  margin: 0;
}
.site-nav li a {
  position: relative;
  display: block;
}
.site-nav li a .icon-dropdown {
  right: 6px;
}
.site-nav .icon-dropdown {
  width: 20px;
  display: inline-block;
  font-size: 19px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: none !important;
}
.site-nav .menu-mb-title {
  font-size: var(--font_size);
  font-weight: 700;
  text-transform: uppercase;
  padding: 13px 20px 11px;
  position: relative;
  text-align: center;
  cursor: pointer;
}
.site-nav .menu-mb-title .icon-dropdown {
  left: 20px;
  text-align: left;
}
.site-nav .menu-lv-1 > .rlte {
  position: relative;
}
.site-nav .menu-lv-1 > .rlte > a {
  letter-spacing: 0.2em;
  font-size: var(--font_size_mnu_lv1);
  color: var(--color_menu_lv1);
  font-weight: 600;
  text-transform: uppercase;
  padding: 20px 0px 18px;
  margin: 0px 18px;
}
.site-nav .menu-lv-1 > .rlte > a:hover {
  color: var(--hover_color_mnu_lv1);
}
.site-nav .menu-lv-2 > .rlte > a {
  letter-spacing: 0.02em;
  text-transform: capitalize;
  padding: 0px 0px 13px;
  font-size: var(--font_size_mnu_lv2);
  color: var(--color_menu_lv2);
}
.site-nav .menu-lv-2 > .rlte > a:hover {
  color: var(--hover_color_mnu_lv2);
}
.site-nav .menu-lv-2 .site-nav-dropdown {
  margin: 13px 0;
}
.site-nav .menu-lv-3 > a {
  padding: 8px 0px 2px;
}
.site-nav .mega-menu .menu-lv-2 > .rlte {
  position: relative;
}
.site-nav .mega-menu .menu-lv-2 > .rlte > a {
  font-weight: 600;
  font-size: var(--font_size);
  text-transform: uppercase;
  letter-spacing: 0.15em;
}
.site-nav .mega-menu .menu-lv-2 > .rlte > a.col-image {
  padding: 0px;
}
.site-nav .mega-menu .menu-lv-2 > .rlte > a.col-image img {
  margin: 0px;
}
.site-nav .mega-menu .menu-lv-2 > .rlte > a.animation-border:hover:before {
  left: 10px;
  top: 10px;
  bottom: 10px;
  right: 10px;
}
.site-nav .mega-menu .mega_top_brand {
  background: #f6f8fa;
  padding: 30px 0px;
  width: 100%;
  position: absolute;
  bottom: 0px;
  left: 0px;
}
.site-nav .mega-menu .mega_top_brand .brand-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
}
.site-nav .mega-menu .mega_top_brand .brand-content .mega-brand-des .title {
  font-weight: bold;
  padding-bottom: 4px;
}
.site-nav .mega-menu .mega_top_brand .brand-content .mega-brand-image .items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
}
.site-nav .mega-menu .mega_top_brand .brand-content .mega-brand-image .items li {
  margin-right: 30px;
}
.site-nav .mega-menu .mega_top_brand .brand-content .mega-brand-image .items li:last-child {
  margin-right: 0px;
}
.site-nav .mega-menu .mega-banner {
  padding: 2px 10px !important;
  text-align: center;
}
.site-nav .mega-menu .mega-banner .title {
  font-size: var(--font_size);
  font-weight: 600;
  color: var(--color_menu_lv2);
  letter-spacing: 0.15em;
  margin-bottom: 10px;
  padding: 1px 0 8px;
}
.site-nav .mega-menu .mega-banner .col-left {
  margin-bottom: 18px;
}
.site-nav .mega-menu .mega-banner .col-right {
  padding-top: 12px;
}
.site-nav .mega-menu .mega-banner .maga-banner-right {
  margin-left: 17px;
}
.site-nav .mega-menu .mega-banner .maga-banner-right > a {
  margin: 4px 0px 30px;
}
.site-nav .mega-menu .product-item .product-bottom {
  text-align: center;
}
.site-nav .mega-menu .product-item .product-bottom .product-vendor {
  text-transform: uppercase;
  color: var(--color_product_vendor);
  padding: 10px 0px 7px;
  display: block;
  text-align: center;
  font-size: var(--font_size);
  letter-spacing: 0.04em;
  font-weight: 400;
}
.site-nav .mega-menu .product-item .product-bottom .product-title {
  font-weight: normal;
  color: #2d2d2d;
  margin-bottom: 6px;
}
.site-nav .mega-menu .product-item .product-bottom .spr-badge {
  margin-bottom: 8px;
}
.site-nav .mega-menu .product-item .product-bottom .spr-badge .spr-badge-caption {
  display: none;
}
.site-nav .mega-menu .product-item .product-top {
  max-width: 120px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.site-nav .mega-menu .product-item .product-image {
  margin-bottom: 15px;
}
.site-nav .mega-menu .product-item .price-box {
  margin-bottom: 12px;
}
.site-nav .mega-menu .style_2 .col-left-st2 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 65%;
  flex: 0 0 65%;
  max-width: 65%;
}
.site-nav .mega-menu .style_2 .col-right-st2 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 35%;
  flex: 0 0 35%;
  max-width: 35%;
  border-left: 1px solid #ececec;
  max-height: 230px;
  overflow: auto;
}
.site-nav .mega-menu .style_2 .inner {
  padding-bottom: 67px;
}
.site-nav .mega-menu .style_2 .inner.four-items {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}
.site-nav .mega-menu .style_2 .inner.no-active-row-4:last-child {
  display: none;
}
.site-nav .mega-menu .style_2 .mega-banner {
  padding-top: 18px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}
.site-nav .mega-menu .style_2 .mega-banner .col-right {
  margin-left: 6px;
}
.site-nav .mega-menu .style_2 .mega-banner .col-left > a {
  margin-bottom: 6px;
}
.site-nav .mega-menu .style_2 .mega-col {
  padding: 0;
  margin: 0;
}
.site-nav .mega-menu .style_2 .featured_col .mega-col {
  display: flex;
  justify-content: space-between;
}
.site-nav .mega-menu .style_2 .featured_col .image-feature {
  min-width: 185px;
}
.site-nav .mega-menu .style_2 .featured_col .content-feature-mega {
  margin-left: 54px;
  text-align: left;
}
.site-nav .mega-menu .style_2 .featured_col .content-feature-mega .title {
  margin-bottom: 12px !important;
}
.site-nav .mega-menu .style_2 .featured_col .content-feature-mega .title span {
  text-transform: uppercase;
  letter-spacing: 0.015em;
}
.site-nav .mega-menu .style_2 .featured_col .content-feature-mega .content {
  color: #646464;
  line-height: 22px;
  letter-spacing: 0.02em;
}
.site-nav .mega-menu .style_2 .featured_col .content-feature-mega .btn, .site-nav .mega-menu .style_2 .featured_col .content-feature-mega .shopify-payment-button .shopify-payment-button__button--unbranded, .shopify-payment-button .site-nav .mega-menu .style_2 .featured_col .content-feature-mega .shopify-payment-button__button--unbranded {
  margin-top: 27px;
}
.site-nav .mega-menu .style_2 .featured_col .content-feature-mega .btn:hover, .site-nav .mega-menu .style_2 .featured_col .content-feature-mega .shopify-payment-button .shopify-payment-button__button--unbranded:hover, .shopify-payment-button .site-nav .mega-menu .style_2 .featured_col .content-feature-mega .shopify-payment-button__button--unbranded:hover {
  background: var(--background_2) !important;
  color: var(--color_2) !important;
  border-color: var(--border_2) !important;
}
.site-nav .mega-menu .style_3 .menu-lv-2 > .rlte > a {
  margin-bottom: 10px;
}
.site-nav .mega-menu .style_3 .menu-lv-2 .sub-menu-mobile {
  padding: 6px 0px 10px;
}
.site-nav .mega-menu .style_3 .menu-lv-2 img {
  margin: 5px 0 5px;
}
.site-nav .mega-menu .style_3 .menu-lv-2.six-items {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 16.66667%;
  flex: 0 0 16.66667%;
  max-width: 16.66667%;
}
.site-nav .mega-menu .style_3 .menu-lv-2.six-items .col-image {
  margin-right: 20px;
}
.site-nav .mega-menu .style_3 .menu-lv-2.six-items .col-image img {
  width: 100%;
}
.site-nav .mega-menu .style_3 .menu-lv-2.six-items:last-child .col-image {
  margin-right: 0px;
}
.site-nav .mega-menu .style_3 .menu-lv-2.no-active-six-item:last-child {
  display: none;
}
.site-nav .mega-menu .style_5 .two-mega-banner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 10px -10px 12px;
}
.site-nav .mega-menu .style_5 .two-mega-banner .mega-col {
  padding: 0 10px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
.site-nav .mega-menu .mega-cms-block {
  margin-top: 5px;
}
.site-nav .mega-menu .mega-cms-block .title {
  font-size: var(--font_size);
  line-height: var(--font_size_plus8);
  text-transform: uppercase;
  letter-spacing: normal;
  font-weight: 600;
  margin-bottom: 8px;
}
.site-nav .mega-menu .mega-cms-block .rte-setting {
  line-height: var(--font_size_plus10);
  font-style: italic;
  font-size: var(--font_size);
  margin-bottom: 17px;
}
.site-nav .mega-menu .mega-cms-block .read-more {
  display: inline-block;
  line-height: var(--font_size_plus10);
  font-weight: 500;
}
.site-nav .mega-menu .mega-cms-block .read-more:before {
  width: 100%;
  visibility: visible;
  bottom: 1px;
}
.site-nav .mega-menu .mega-feature-product {
  text-align: center;
  width: 210px;
  margin: 0 auto;
  margin-bottom: 30px;
  position: relative;
}
.site-nav .mega-menu .mega-feature-product .product-link img {
  position: relative;
}
.site-nav .mega-menu .mega-feature-product .product-link:before {
  display: none;
}
.site-nav .mega-menu .mega-feature-product .product-detail .product-vendor {
  color: #8c8c8c;
}
.site-nav .mega-menu .mega-feature-product .product-detail .product-price {
  padding: 10px 0px 14px;
}
.site-nav .mega-menu .mega-feature-product .group_button .product-action .btn, .site-nav .mega-menu .mega-feature-product .group_button .product-action .shopify-payment-button .shopify-payment-button__button--unbranded, .shopify-payment-button .site-nav .mega-menu .mega-feature-product .group_button .product-action .shopify-payment-button__button--unbranded {
  max-width: 173px;
  background: #fff;
  border-color: #ac9a7e;
  color: #8b714a;
  margin: 20px auto 4px;
}
.site-nav .mega-menu .mega-feature-product .group_button .product-action .btn:hover, .site-nav .mega-menu .mega-feature-product .group_button .product-action .shopify-payment-button .shopify-payment-button__button--unbranded:hover, .shopify-payment-button .site-nav .mega-menu .mega-feature-product .group_button .product-action .shopify-payment-button__button--unbranded:hover {
  background: #8b714a;
  color: #fff;
  border-color: #8b714a;
}
.site-nav .mega-menu .mega-feature-product .slick-arrow {
  position: absolute !important;
  top: 25%;
}
.site-nav .mega-menu .mega-feature-product .slick-arrow svg {
  width: 20px;
  height: 20px;
}
.site-nav .mega-menu .mega-feature-product .slick-arrow.slick-prev {
  left: 0px;
}
.site-nav .mega-menu .mega-feature-product .slick-arrow.slick-next {
  right: 0px;
}
.site-nav .mega-menu .mega-feature-product .slick-dots li button {
  width: 7px;
  height: 7px;
  background: #adadad;
  border-color: #adadad;
  margin: 0px 6px;
}
.site-nav .mega-menu .mega-feature-product .slick-dots li.slick-active button {
  border-color: #adadad;
  background-color: transparent;
  width: 7px;
  height: 7px;
}
.site-nav .mega-menu .mega-text {
  text-align: center;
  width: 100%;
  font-size: var(--font_size);
  line-height: normal;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  font-weight: 600;
  padding: 9px 0px;
  position: absolute;
  bottom: 0px;
  left: 0px;
}
.site-nav .icon-label {
  font-size: var(--font_size_minus2);
  font-weight: 500;
  letter-spacing: normal;
  margin: 0 0 0 10px;
  line-height: 1em;
  padding: 4px 9px 3px;
  text-transform: capitalize;
  position: relative;
  text-align: center;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
}
.site-nav .icon-label.icon_sale {
  background: var(--bg_lb_sale);
  color: var(--color_lb_sale);
}
.site-nav .icon-label.icon_new {
  background: var(--bg_lb_new);
  color: var(--color_lb_new);
}
.site-nav .icon-label.icon_hot {
  background: var(--bg_lb_hot);
  color: var(--color_lb_hot);
}
.wrapper-navigation .logo-fixed, .wrapper-navigation .fixed-right-menu {
  display: none;
}
.is-sticky .fixed-right-menu .search-fixed, .is-sticky .fixed-right-menu .cart-fixed {
  width: 51px;
  height: 50px;
  padding: 9px 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  border-left: 1px solid #ececec;
}
.is-sticky .site-nav .icon-label {
  display: none;
}
.is-sticky .search-fixed .icon-search {
  width: 100%;
  text-align: center;
  display: inline-block;
}
.wrapper-navigation.is-sticky {
  width: 100% !important;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: stretch;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  -ms-align-items: stretch;
  -o-align-items: stretch;
  align-items: stretch;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.12);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.12);
}
.wrapper-navigation.is-sticky .logo-fixed, .wrapper-navigation.is-sticky .fixed-right-menu {
  display: block;
  padding: 0px 15px;
}
.wrapper-navigation.is-sticky .logo-fixed {
  width: 12%;
}
.wrapper-navigation.is-sticky .logo-fixed a {
  line-height: 46px;
}
.wrapper-navigation.is-sticky .logo-fixed img {
  max-height: 26px;
}
.wrapper-navigation.is-sticky .main-menu {
  width: 78%;
}
.wrapper-navigation.is-sticky .fixed-right-menu {
  width: 10%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
  line-height: 46px;
}
.wrapper-navigation.is-sticky .fixed-right-menu .search-fixed .icon-search {
  color: var(--color_bg_cart_countPill);
}
.wrapper-navigation.is-sticky .fixed-right-menu .cart-fixed {
  position: relative;
}
.wrapper-navigation.is-sticky .fixed-right-menu .cart-fixed a {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.wrapper-navigation.is-sticky .fixed-right-menu .cart-fixed svg {
  fill: var(--color_bg_cart_countPill);
  width: 26px;
  height: 26px;
  stroke: none;
}
.wrapper-navigation.is-sticky .fixed-right-menu .cart-fixed .cartCount {
  position: absolute;
  top: 5px;
  left: 50%;
  transform: translateX(-50%);
  font-size: var(--font_size);
  color: var(--color_cart_countPill);
}

.halo-footer-top .footer-links .link-title svg {
  display: none;
  bottom: 10px;
}
@media (min-width: 1200px) {
  .style_1 .col-xl-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 35%;
    flex: 0 0 35%;
    max-width: 35%;
  }
  .style_1 .col-xl-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 65%;
    flex: 0 0 65%;
    max-width: 65%;
  }
  .style_1 .mega-banner {
    padding: 2px 0px !important;
  }
  .style_1 .inner.four-items {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .style_1 .inner.no-item-four:last-child {
    display: none;
  }
  .nav-default .site-nav .menu-lv-1:hover > .rlte > a > span:not(.icon-dropdown):before {
    display: none;
  }
  .nav-default .site-nav .menu-lv-1.dropdown > .rlte a {
    position: relative;
  }
  .nav-default .site-nav .menu-lv-1.dropdown > .rlte a:before {
    border-left: solid transparent 7px;
    border-right: solid transparent 7px;
    border-bottom: solid #fff 7px;
    bottom: 2px;
    content: " ";
    height: 0;
    left: 39%;
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    position: absolute;
    width: 0;
    opacity: 0;
    -webkit-transition: transform 0.35s linear;
    -moz-transition: transform 0.35s linear;
    -ms-transition: transform 0.35s linear;
    -o-transition: transform 0.35s linear;
    transition: transform 0.35s linear;
    -ms-transform: translateY(30px);
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
  }
  .nav-default .site-nav .menu-lv-1.dropdown:hover > .rlte a:before {
    opacity: 1;
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
    z-index: 99999;
  }
  .template-index .header-default .halo-header-PC .header-middle, .template-index .nav-default .main-menu {
    background: var(--color_bg_header_middle_2_hp) !important;
  }
  .halo-header .header-sticky.is-sticky .header-middle {
    background: var(--color_bg_header_middle_2) !important;
  }
  .is-sticky .site-nav .menu-lv-1 > .rlte > a {
    padding: 16px 0px 10px;
  }
  .wrapper-navigation.is-sticky {
    background: #fff;
  }
  .wrapper-navigation.is-sticky .main-menu {
    background: transparent;
  }
  .main-menu * {
    position: static;
  }
  .col5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .site-nav {
    margin: 0;
    text-align: center;
  }
  .site-nav .nav-link {
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 700;
  }
  .site-nav .icon-dropdown, .site-nav .menu-mb-title {
    display: none;
  }
  .site-nav .menu-lv-1 {
    display: inline-block;
  }
  .site-nav .menu-lv-1 > .rlte > a {
    line-height: 1.65em;
    position: relative;
    padding-left: 0;
    padding-right: 0;
  }
  .site-nav .menu-lv-1 > .rlte > a > span:not(.icon-dropdown) {
    position: relative;
  }
  .site-nav .menu-lv-1 > .rlte > a > span:not(.icon-dropdown):before {
    position: absolute;
    left: 0px;
    width: 0;
    bottom: 1px;
    height: 1px;
    content: '';
    display: block;
    -webkit-transition: width 0.3s ease;
    -moz-transition: width 0.3s ease;
    -ms-transition: width 0.3s ease;
    -o-transition: width 0.3s ease;
    transition: width 0.3s ease;
    visibility: hidden;
    background: var(--hover_color_mnu_lv1_modify);
  }
  .site-nav .menu-lv-1 > .rlte > a:hover > .rlte > a > span:not(.icon-dropdown):before {
    width: 96%;
    visibility: visible;
  }
  /* .site-nav .menu-lv-1 > .rlte > a:first-of-type {
    margin-left: 0;
  } */
  /* .site-nav .menu-lv-1 > .rlte > a:last-of-type {
    margin-right: 0;
  } */
  .site-nav .menu-lv-1 > .rlte > a .icon-label {
    position: absolute;
    right: -6px;
    top: -8px;
    letter-spacing: 0;
  }
  .site-nav .menu-lv-1 > .rlte > a .icon-label:before {
    left: 50%;
    bottom: -9px;
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .site-nav .menu-lv-3 a {
    color: var(--color_menu_lv3) !important;
    font-size: var(--font_size_mnu_lv3);
    position: relative;
  }

  .site-nav .menu-lv-3 a:hover {
    color: var(--hover_color_mnu_lv3) !important;
  }
  
  .wrapper-navigation .site-nav .no-mega-menu .sub-menu-mobile a:hover span,
  .wrapper-navigation .site-nav .menu-lv-3 a:hover span{
      border-bottom: 1px solid #c5c5c5;
  }
  .site-nav .no-mega-menu {
    position: relative;
  }
  .site-nav .no-mega-menu .sub-menu-mobile {
    margin-top: -2px;
    opacity: 0;
    position: absolute;
    left: 0;
    z-index: 9999;
    min-width: 240px;
    padding: 15px 0px 10px;
    font-weight: 400;
    -moz-transform: translateY(30px);
    -o-transform: translateY(30px);
    -ms-transform: translateY(30px);
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
    -webkit-transition: transform 0.35s linear;
    -moz-transition: transform 0.35s linear;
    -ms-transition: transform 0.35s linear;
    -o-transition: transform 0.35s linear;
    transition: transform 0.35s linear;
    visibility: hidden;
    -webkit-box-shadow: 3px 3px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 3px 3px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 3px 3px 0 rgba(0, 0, 0, 0.1);
  }
  .site-nav .no-mega-menu .sub-menu-mobile li {
    padding: 0 27px;
  }
  .site-nav .no-mega-menu .menu-lv-2 .sub-menu-mobile {
    left: -moz-calc(100% + 1px);
    left: -webkit-calc(100% + 1px);
    left: -ms-calc(100% + 1px);
    left: calc(100% + 1px);
    top: 0;
  }
  .site-nav .no-mega-menu .menu-lv-2 .rlte > a {
    color: var(--color_menu_lv3) !important;
  }
  .site-nav .no-mega-menu .menu-lv-2 .rlte > a:hover {
    color: var(--hover_color_mnu_lv3) !important;
  }
  .site-nav .no-mega-menu .menu-lv-2 .site-nav-dropdown {
    margin: 0;
  }
  .site-nav .no-mega-menu .dropdown {
    position: relative;
  }
  .site-nav .no-mega-menu .dropdown:hover > .sub-menu-mobile {
    opacity: 1;
    visibility: visible;
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  .site-nav .no-mega-menu:hover > .sub-menu-mobile {
    opacity: 1;
    visibility: visible;
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  .site-nav .no-mega-menu li > a {
    padding: 8px 0 7px;
    line-height: inherit;
  }
  .site-nav .mega-menu {
    position: static;
  }
  .site-nav .mega-menu .megamenu-title {
    padding: 6px 0 4px;
    margin-bottom: 3px;
  }
  .site-nav .mega-menu > .sub-menu-mobile {
    margin-top: -2px;
    position: absolute;
    left: 0;
    right: 0;
    z-index: 999;
    padding: 39px 0 55px;
    max-height: 90vh;
    overflow-x: hidden;
    overflow-y: auto;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=0)";
    filter: alpha(opacity=0);
    visibility: hidden;
    pointer-events: none;
    -ms-transform: translateY(30px);
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
    -webkit-transition: transform 0.35s linear;
    -moz-transition: transform 0.35s linear;
    -ms-transition: transform 0.35s linear;
    -o-transition: transform 0.35s linear;
    transition: transform 0.35s linear;
  }
  .site-nav .mega-menu > .sub-menu-mobile::-webkit-scrollbar {
    width: 0;
  }
  .site-nav .mega-menu:hover > .sub-menu-mobile {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=100)";
    filter: alpha(opacity=100);
    visibility: visible;
    pointer-events: auto;
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  .site-nav .mega-menu .menu-lv-2 {
    margin-bottom: 4px;
  }
  .site-nav .mega-menu .menu-lv-2 .site-nav-dropdown {
    margin: 0;
  }
  .site-nav .mega-menu .menu-lv-3 > a span {
    position: relative;
  }
  .site-nav .mega-menu .mega-banner {
    padding: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: flex-end;
    -ms-justify-content: flex-end;
    justify-content: flex-end;
    border-left: 1px solid #ececec;
  }
  .site-nav .mega-menu .mega-banner .product-label {
    position: absolute;
  }
  .site-nav .mega-menu .mega-banner .col-right {
    margin-left: 25px;
  }
  .site-nav .mega-menu .style_1 {
    padding-bottom: 8px;
  }
  .site-nav .mega-menu .style_2 .menu-lv-2 > .rlte > a {
    padding: 0px 0px 8px;
  }
  .site-nav .mega-menu .style_2 .mega-banner {
    padding-left: 0px !important;
    padding-right: 0px !important;
    margin-left: 24px;
  }
  .site-nav .mega-menu .style_2 .col-left, .site-nav .mega-menu .style_2 .col-right {
    flex: 0 0 calc(50% - 3px);
    max-width: -moz-calc(50% - 3px);
    max-width: -webkit-calc(50% - 3px);
    max-width: -ms-calc(50% - 3px);
    max-width: calc(50% - 3px);
  }
  .site-nav .mega-menu .style_2 .col-right {
    margin-left: 6px;
  }
  .site-nav .mega-menu .style_2 .mega-col > a {
    margin-bottom: 30px;
  }
  .site-nav .mega-menu .style_3 .megamenu-title {
    margin-bottom: 15px;
  }
  .site-nav .mega-menu .style_3 .menu-lv-2 > .sub-menu-mobile > a {
    padding: 0;
  }
  .site-nav .mega-menu .style_3 .menu-lv-2 > .sub-menu-mobile > a img {
    margin: 0;
  }
  .site-nav .mega-menu .style_4 .mega-banner {
    display: block;
    text-align: left;
  }
  .site-nav .mega-menu .style_4 .col-right {
    margin-left: 0;
  }
  .site-nav .mega-menu .style_4 .col-xl-80 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 80%;
    flex: 0 0 80%;
    max-width: 80%;
  }
  .site-nav .mega-menu .style_4 .col-xl-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 39.66667%;
    flex: 0 0 39.66667%;
    max-width: 39.66667%;
  }
  .site-nav .mega-menu .banner-mega_st4 {
    margin: 23px 0px -5px;
  }
  .site-nav .mega-menu .banner-mega_st4 .group-banner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
  }
  .site-nav .sub-menu-mobile {
    width: 100%;
    text-align: left;
  }
}
.footer-default .footer-top {
  background: var(--background_footer_df);
  padding: 20px 0px 70px;
  border-top: 1px solid var(--bor_footer_df);
}
@media (max-width: 767px) {
  .footer-default .footer-top {
    border-color: transparent;
  }
}
.footer-default .footer-top .footer__linklist .link-title {
  color: var(--footer_link_df_title);
  font-size: var(--font_size_plus1);
  letter-spacing: 0.05em;
  font-weight: 600;
  padding: 28px 0px 11px;
  margin: 0px;
  text-transform: capitalize;
}
.footer-default .footer-top .footer__linklist .link-title svg {
  display: none;
}
.footer-default .footer-top .footer__linklist .col-footer ul li a {
  font-size: var(--font_size);
  letter-spacing: 0.04em;
  line-height: 30px;
  color: var(--footer_link_df_text);
}
.footer-default .footer-top .footer__linklist .col-footer ul li a:hover {
  color: var(--footer_link_df_text_hover);
}
.footer-default .footer-top .footer-social .social-title-top, .footer-default .footer-top .footer-newsletter .social-title-top, .footer-default .footer-top .footer-social .newsletter-title, .footer-default .footer-top .footer-newsletter .newsletter-title {
  color: var(--footer_link_df_title);
  font-size: var(--font_size_plus1);
  letter-spacing: 0.05em;
  font-weight: 600;
  padding: 28px 0px 11px;
  margin: 0px;
  text-transform: capitalize;
}
.footer-default .footer-top .footer-newsletter {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
}
.footer-default .footer-top .footer-newsletter .form-newsletter .site-footer__newsletter .input-group__field {
  padding: 0px;
  border: none;
  background: transparent;
}
.footer-default .footer-top .footer-newsletter .form-newsletter .site-footer__newsletter .input-group {
  border-bottom: 1px solid var(--border_bootom_br_nl);
}
.footer-default .footer-top .footer-newsletter .form-newsletter .site-footer__newsletter .input-group .input-group__btn {
  margin: 0px;
}
.footer-default .footer-top .footer-newsletter .form-newsletter .site-footer__newsletter .input-group .input-group__btn .btn, .footer-default .footer-top .footer-newsletter .form-newsletter .site-footer__newsletter .input-group .input-group__btn .shopify-payment-button .shopify-payment-button__button--unbranded, .shopify-payment-button .footer-default .footer-top .footer-newsletter .form-newsletter .site-footer__newsletter .input-group .input-group__btn .shopify-payment-button__button--unbranded {
  padding: 8px 0px 7px;
  border: none;
  background: transparent;
  color: var(--footer_link_df_title);
  text-align: right;
}
.footer-default .footer-top .footer-col-right .newsletter-title {
  padding: 10px 0px 11px;
  max-width: 222px;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.footer-default .footer-top .footer-col-right .form-newsletter {
  width: 100%;
}
.footer-default .footer-top .footer-col-right .footer-social .social-icons {
  line-height: 24px;
  column-count: 2;
  column-fill: auto;
  height: 130px;
  margin-bottom: 16px;
}
.footer-default .footer-top .footer-col-right .footer-social .social-icons li a {
  color: var(--footer_link_df_text);
}
.footer-default .footer-top .footer-col-right .footer-social .social-icons li a:hover {
  color: var(--footer_link_df_text_hover);
}
.footer-default .footer-top .footer-col-right .footer-social .social-icons li a:hover span {
  color: var(--footer_link_df_text_hover);
}
.footer-default .footer-top .footer-col-right .footer-social .social-icons li .social-title {
  padding: 0px;
  font-size: var(--font_size);
  letter-spacing: 0.04em;
  line-height: 30px;
  color: var(--footer_link_df_text);
  margin-left: 7px;
}
.footer-default .halo-footer-bottom {
  background: var(--back_footer_bt_df);
}
.footer-default .halo-footer-bottom .footer-bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  padding: 37px 0px 37px;
}
.footer-default .halo-footer-bottom .footer-bottom .footer-copyright address {
  margin: 0px;
}
.footer-default .halo-footer-bottom .footer-bottom .footer-copyright span {
  letter-spacing: 0.04em;
  font-size: var(--font_size);
  color: var(--footer_bottom_color_df_modify);
  display: block;
  margin-bottom: 7px;
}
.footer-default .halo-footer-bottom .footer-bottom .footer-bottom-link a {
  font-size: var(--font_size);
  letter-spacing: 0.04em;
  color: var(--footer_bottom_color_df_modify);
}
.footer-default .halo-footer-bottom .footer-bottom .footer-bottom-link a span:before {
  background: var(--footer_link_df_text);
}
.footer-default .halo-footer-bottom .footer-bottom .footer-payment-icons .payment-methods li {
  display: inline-block;
  margin-right: 10px;
  max-width: 35px;
}
.footer-default .halo-footer-bottom .footer-bottom .footer-payment-icons .payment-methods li:last-child {
  margin-right: 0px;
}
.body-default .footer-default .footer-newsletter {
  display: inherit;
}
.footer-2 {
  margin: 35px 0px 0px;
}
.footer-2 .halo-footer-top {
  background: var(--back_footer_bg);
  border-top: 1px solid var(--border_footer_col);
  padding: 30px 0px 40px;
}
.footer-2 .footer-top {
  padding: 17px 0px 20px;
}
.footer-2 .footer-top .footer-newsletter .row {
  align-items: center;
}
.footer-2 .footer-top .footer-newsletter .newsletter-title {
  font-size: var(--font_size_plus3);
  font-weight: 600;
  letter-spacing: 0.1em;
  color: var(--color_footer_title);
  margin: 0px;
}
.footer-2 .footer-top .form-newsletter .site-footer__newsletter .input-group__field {
  min-height: 36px;
  max-width: 356px;
  border-color: var(--color_newsletter_input_border);
  background: var(--newsletter_input_bg);
  border-right: none;
  width: 100%;
  ms-flex-preferred-size: 100%;
  -webkit-flex-basis: 100%;
  -moz-flex-basis: 100%;
  flex-basis: 100%;
}
.footer-2 .footer-top .form-newsletter .site-footer__newsletter .input-group__field::placeholder {
  color: var(--color_newsletter_input);
  letter-spacing: 0.04em;
  /* Firefox */
  opacity: 1;
}
.footer-2 .footer-top .form-newsletter .site-footer__newsletter .input-group__field:-ms-input-placeholder {
  color: var(--color_newsletter_input);
  letter-spacing: 0.04em;
}
.footer-2 .footer-top .form-newsletter .site-footer__newsletter .input-group__field:-ms-input-placeholder {
  color: var(--color_newsletter_input);
  letter-spacing: 0.04em;
}
.footer-2 .footer-top .form-newsletter .site-footer__newsletter .input-group .input-group__btn {
  margin-left: 0px;
  max-width: 153px;
  width: 100%;
}
.footer-2 .footer-top .form-newsletter .site-footer__newsletter .input-group .input-group__btn .btn, .footer-2 .footer-top .form-newsletter .site-footer__newsletter .input-group .input-group__btn .shopify-payment-button .shopify-payment-button__button--unbranded, .shopify-payment-button .footer-2 .footer-top .form-newsletter .site-footer__newsletter .input-group .input-group__btn .shopify-payment-button__button--unbranded {
  background: var(--newsletter_button_bg);
  color: var(--color_newsletter_button);
  border-color: var(--newsletter_button_bg);
}
.footer-2 .footer-top .form-newsletter .site-footer__newsletter .input-group .input-group__btn .btn:hover, .footer-2 .footer-top .form-newsletter .site-footer__newsletter .input-group .input-group__btn .shopify-payment-button .shopify-payment-button__button--unbranded:hover, .shopify-payment-button .footer-2 .footer-top .form-newsletter .site-footer__newsletter .input-group .input-group__btn .shopify-payment-button__button--unbranded:hover {
  background: var(--background_1);
  color: var(--color_1);
  border-color: var(--border_1);
}
.footer-2 .footer-social .social-icons {
  text-align: right;
}
.footer-2 .footer-social .social-icons .social-icon {
  color: var(--footer_social);
  border: 1px solid var(--footer_social_border);
  width: 36px;
  height: 36px;
  display: inline-block;
  padding: 0px;
  margin-right: 17px;
  position: relative;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}
.footer-2 .footer-social .social-icons .social-icon:last-child {
  margin-right: 0px;
}
.footer-2 .footer-social .social-icons .social-icon:hover {
  color: #ed4f2d;
  border-color: #ed4f2d;
}
.footer-2 .footer-social .social-icons .social-icon svg {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media (max-width: 1024px) {
  .footer-2 .policy-shipping {
    margin-left: 10px;
    margin-right: 10px;
  }
}
.footer-2 .policy-shipping .policy-items {
  padding: 20px 0px 21px;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  overflow: auto;
  white-space: nowrap;
}
.footer-2 .policy-shipping .policy-items .item {
  margin-bottom: 0px;
  border: 1px solid var(--footer_policy_br);
  width: 100%;
  max-width: 270px;
  padding: 13px 0px 12px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
}
@media (max-width: 1024px) {
  .footer-2 .policy-shipping .policy-items .item {
    padding: 13px 18px 12px;
    margin-right: 15px;
  }
}
.footer-2 .policy-shipping .policy-items .item p {
  display: inline-block;
  font-size: var(--font_size);
  color: var(--footer_policy_text);
  font-weight: 500;
  margin: 0px;
  margin-left: 11px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
.footer-2 .policy-shipping .policy-items .item p.policy-icon {
  font-size: 18px;
  position: relative;
  color: var(--footer_policy_text);
}
.footer-2 .policy-shipping .policy-items .item p.policy-icon svg {
  width: 18px;
  height: 18px;
  fill: var(--footer_policy_text);
}
@media (min-width: 1025px) {
  .footer-2 .policy-shipping .policy-items .item p.policy-icon svg {
    position: absolute;
    top: -13px;
    left: -13px;
  }
}
.footer-2 .policy-shipping .policy-items .item p span:before {
  background: var(--footer_policy_br);
}
.footer-2 .policy-shipping .policy-items .slick-list {
  width: 100%;
}
.footer-2 .footer-links .link-title {
  font-size: var(--font_size_plus1);
  font-weight: 600;
  letter-spacing: 0.1em;
  color: var(--footer_link_title);
  border-bottom: 1px solid var(--footer_link_br);
  padding: 26px 0px 17px;
  margin: 0 0 15px;
}
.footer-2 .footer-links ul li a {
  font-size: var(--font_size);
  line-height: 30px;
  letter-spacing: 0.04em;
  color: var(--footer_link_text);
}
.footer-2 .footer-links ul li a span:before {
  background: #b1b2b3;
  bottom: 0px;
}
.footer-2 .footer-links .footer__location, .footer-2 .footer-links .col-footer-left {
  width: 100%;
  max-width: 240px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 240px;
  flex: 0 0 240px;
}
.footer-2 .footer-links .footer-col-left {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc(100% - 240px);
  flex: 0 0 calc(100% - 240px);
  max-width: -moz-calc( 100% - 240px );
  max-width: -webkit-calc( 100% - 240px );
  max-width: -ms-calc( 100% - 240px );
  max-width: calc( 100% - 240px );
}
.footer-2 .footer-links .footer__location .groups-block .footer-location {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}
.footer-2 .footer-links .footer__location .groups-block .footer-location .icon {
  width: 36px;
  height: 36px;
  position: relative;
  background: var(--footer_link_title);
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  margin-right: 20px;
  margin-top: 10px;
}
.footer-2 .footer-links .footer__location .groups-block .footer-location .icon i, .footer-2 .footer-links .footer__location .groups-block .footer-location .icon svg {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #fff;
  fill: #fff;
}
.footer-2 .footer-links .footer__location .groups-block .content_location {
  font-size: var(--font_size);
  line-height: 30px;
  letter-spacing: 0.04em;
}
.footer-2 .footer-links .footer__location .groups-block .content_location span {
  color: var(--footer_link_text);
}
.footer-2 .footer-links .footer__location .groups-block .content_location.by-number {
  margin-bottom: 17px;
}
.footer-2 .footer-links .footer__location .groups-block .content_location.by-number strong, .footer-2 .footer-links .footer__location .groups-block .content_location.by-number a {
  color: var(--footer_link_title) !important;
  font-weight: 500;
}
.footer-2 .footer-links .footer__location .groups-block .content_location.by-number a span {
  color: var(--footer_link_title) !important;
}
.footer-2 .footer-links .footer__location .groups-block .content_location.by-email strong {
  color: var(--footer_link_title) !important;
  font-weight: 500;
}
.footer-2 .halo-footer-bottom {
  background: var(--back_footer_bt);
}
.footer-2 .halo-footer-bottom .footer-bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  padding: 17px 0px 23px;
}
.footer-2 .halo-footer-bottom .footer-bottom .footer-copyright address {
  margin: 0px;
}
.footer-2 .halo-footer-bottom .footer-bottom .footer-copyright span {
  letter-spacing: 0.04em;
  font-size: var(--font_size);
  color: var(--footer_bottom_color);
}
.footer-2 .halo-footer-bottom .footer-bottom .footer-bottom-link a {
  font-size: var(--font_size);
  letter-spacing: 0.04em;
  color: var(--footer_bottom_color);
}
.footer-2 .halo-footer-bottom .footer-bottom .footer-bottom-link a span:before {
  background: #707070;
}
.footer-2 .halo-footer-bottom .footer-bottom .footer-payment-icons .payment-methods li {
  display: inline-block;
  margin-right: 10px;
  max-width: 35px;
}
.footer-2 .halo-footer-bottom .footer-bottom .footer-payment-icons .payment-methods li:last-child {
  margin-right: 0px;
}
.slideshow .slide-video {
  overflow: hidden !important;
  height: 100% !important;
}
.slideshow .slide-video.youtube iframe {
  position: absolute;
  top: 0px;
}
@media (min-width: 1200px) {
  .halo-slideshow .layout-default {
    margin-top: 14px;
  }
  .halo-slideshow .layout-default .slick-arrow.slick-prev {
    left: 1.5%;
  }
  .halo-slideshow .layout-default .slick-arrow.slick-next {
    right: 1.5%;
  }
  .slideshow {
    z-index: 2;
  }
  .slideshow .slide-video {
    overflow: hidden !important;
  }
  .slideshow .slick-list {
    overflow: visible !important;
  }
  .slideshow .slick-list .slide-image {
    overflow: hidden;
  }
}
@media (max-width: 767px) {
  .slideshow .video_content {
    top: 43%;
    color: #282828;
    transform: translateY(0);
  }
  .slideshow .video_content .sub-heading {
    margin-bottom: 45px;
  }
}
.slideshow {
  margin-bottom: 0 !important;
  overflow: hidden;
  white-space: nowrap;
}
.slideshow.slick-slider {
  display: none;
}
.slideshow.slick-slider.slick-initialized {
  display: block;
}
.slideshow .item {
  white-space: normal;
  position: relative;
  display: inline-block;
  width: 100%;
}
.slideshow .slick-arrow {
  display: none !important;
}
.slideshow .slick-dots {
  bottom: 40px;
  position: relative;
}
.slideshow .slick-slide .slide-heading {
  visibility: hidden;
  animation-delay: 0ms;
  animation-name: fadeOutDown;
}
.slideshow .slick-slide .slide-text {
  visibility: hidden;
  animation-delay: 0ms;
  animation-name: fadeOutDown;
}
.slideshow .slick-slide .slide-button {
  visibility: hidden;
  animation-delay: 0ms;
  animation-name: fadeOutDown;
}
.slideshow .slick-current .slide-heading {
  visibility: visible;
  animation-delay: 100ms;
  animation-name: fadeInUp;
}
.slideshow .slick-current .slide-text {
  visibility: visible;
  animation-delay: 300ms;
  animation-name: fadeInUp;
}
.slideshow .slick-current .slide-button {
  visibility: visible;
  animation-delay: 500ms;
  animation-name: fadeInUp;
}
.slideshow.slick-dotted {
  margin-bottom: 20px !important;
}
.slideshow.slideshow--small .slide-image {
  height: 350px;
}
.slideshow.slideshow--medium .slide-image {
  height: 350px;
}
.slideshow.slideshow--large .slide-image {
  height: 350px;
}
@media (max-width: 767px) {
  .slideshow.slideshow--small .slide-image {
    height: 260px;
  }
  .slideshow.slideshow--medium .slide-image {
    height: 260px;
  }
  .slideshow.slideshow--large .slide-image {
    height: 260px;
  }
}
@media (min-width: 750px) {
  .medium-up--hide {
      display: none!important;
  }
}
@media (min-width: 993px) {
  .slideshow {
    background-color: transparent;
  }
  .slideshow .slick-dots {
    bottom: 34px;
    position: absolute;
  }
  .slideshow.slideshow--small .slide-image {
    height: 280px;
  }
  .slideshow.slideshow--medium .slide-image {
    height: 400px;
  }
  .slideshow.slideshow--large .slide-image {
    height: 600px;
  }
  .slideshow.slick-dotted {
    margin-bottom: 0px !important;
  }
}
@media (min-width: 1025px) {
  .slideshow.overlay--dark .slick-arrow {
    border: 2px solid #fff;
  }
  .slideshow.overlay--dark .slick-arrow svg {
    fill: #fff;
    color: #fff;
  }
  .slideshow.slideshow--adapt .slide-image {
    height: auto;
  }
  .slideshow.slideshow--adapt .slide-image .image-background {
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    min-width: 0;
    min-height: 0;
    position: relative;
    transform: none;
  }
  .slideshow .slick-arrow {
    z-index: 5;
    width: 60px;
    height: 60px;
    opacity: 0;
    visibility: hidden;
    line-height: 56px;
    border-radius: 50%;
    transition: all 0.3s ease;
    display: block !important;
    bottom: -15px !important;
    border: 2px solid transparent;
    opacity: 1 !important;
  }
  .slideshow .slick-arrow svg {
    width: 100%;
    height: 100%;
    padding: 0 18px;
    display: inline-block;
    color: #fff;
    fill: #fff;
  }
  .slideshow .slick-arrow:before {
    content: none;
  }
  .slideshow .slick-arrow.slick-prev {
    left: 6%;
    top: inherit;
    bottom: 6px;
  }
  .slideshow .slick-arrow.slick-next {
    right: 6%;
    top: inherit;
    bottom: 6px;
  }
  .slideshow .slick-arrow:hover {
    opacity: 1;
  }
  .slideshow.slideshow--medium .slide-image {
    height: 840px;
  }
  .slideshow.slideshow--small .slide-image {
    height: 400px;
  }
  .slideshow.slideshow--large .slide-image {
    height: 900px;
  }
  .slideshow:hover .slick-arrow {
    opacity: 0.5;
    visibility: visible;
  }
  .slideshow:hover .slick-arrow:hover {
    opacity: 1;
  }
}
.slide-image {
  height: 350px;
  overflow: hidden;
  position: relative;
}
.slide-image.slide-image-height-auto {
  height: auto !important;
}
.slide-image .slide-heading {
  margin: 0;
  top: 50%;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 3;
  color: inherit;
  display: block;
  padding: 0 15px;
  text-align: center;
  position: absolute;
  text-transform: capitalize;
  transform: translate(-50%, -50%);
  font-family: var(--font_stack_body);
  font-size: 20px;
  font-family: var(--font_stack_heading);
  display: none !important;
}
.slide-image .image-background:not(.image-height-auto) {
  top: 50%;
  left: 50%;
  width: auto;
  height: 100%;
  min-width: 100%;
  min-height: 100%;
  max-width: none;
  position: absolute;
  transform: translate(-50%, -50%);
}
.slide-image > a {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  position: absolute;
}
.overlay--light .slide-image:after, .overlay--dark .slide-image:after {
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  position: absolute;
}
.overlay--light .slide-image {
  color: var(--color_heading_text);
}
.overlay--light .slide-image:after {
  background-color: #c7c7c7;
}
.overlay--dark .slide-image {
  color: #fff;
}
.overlay--dark .slide-image:after {
  background-color: #c7c7c7;
}
@media (min-width: 768px) {
  .slide-image .image-background {
    height: auto;
  }
  .slide-image .slide-heading {
    font-size: 32px;
    font-family: var(--font_stack_heading);
  }
}
@media (min-width: 993px) {
  .slide-image {
    position: relative;
    height: 62vh;
  }
  .slide-image .slide-heading {
    display: none;
  }
}
.overlay--light .slide-video:after, .overlay--dark .slide-video:after {
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  position: absolute;
}
.overlay--light .slide-video {
  color: var(--color_heading_text);
}
.overlay--light .slide-video:after {
  background-color: rgba(255, 255, 255, 0.3);
}
.overlay--dark .slide-video {
  color: #fff;
}
.overlay--dark .slide-video:after {
  background-color: rgba(0, 0, 0, 0.3);
}
.slide-video .fluid-width-video-wrapper {
  width: 100%;
  height: 100%;
  padding: 0;
  position: relative;
}
.slide-video .fluid-width-video-wrapper .video {
  width: 100%;
  height: initial;
  display: block;
  opacity: 1;
}
.slide-content {
  top: 50%;
  z-index: 3;
  width: 100%;
  max-width: 550px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  padding: 0 15px;
  color: #fff;
  position: absolute;
  transform: translateY(-50%);
}
.slide-content.content--left {
  left: 50%;
  transform: translate(-50%, -50%);
}
.slide-content.content--right {
  right: 50%;
  transform: translate(50%, -50%);
}
.slide-content.content--middle {
  left: auto;
  right: auto;
}
.overlay--light .slide-content {
  color: red;
}
.overlay--dark .slide-content {
  color: #fff;
}
.slide-content .slide-heading {
  font-size: 20px;
  margin-bottom: 22px;
  text-transform: capitalize;
  position: relative;
  color: inherit;
  font-family: var(--font_stack_heading);
}
.slide-content .slide-text {
  color: inherit;
  font-weight: 500;
  margin-bottom: 0px;
  font-size: var(--font_size);
}
.slide-content .slide-button {
  min-width: 204px;
  min-width: 204px;
  padding: 10px 15px 9px;
  background: transparent;
  color: #fff;
  border-color: #fff;
  display: none;
}
.slide-content .slide-button:hover {
  background: #fff;
  color: #323232;
}
@media (min-width: 768px) {
  .slide-content .slide-heading.mega-title--large, .slide-content .slide-heading.mega-title--medium {
    font-size: 32px;
    font-family: var(--font_stack_heading);
  }
  .slide-content .slide-text {
    margin-bottom: 20px;
  }
  .slide-content .slide-button {
    display: inline-block;
  }
}
@media (min-width: 993px) {
  .slide-content {
    padding: 0;
    z-index: 3;
    top: 50%;
    position: absolute;
    transform: translateY(-50%);
  }
  .slide-content.content--left {
    left: 15px;
    max-width: 510px;
    text-align: center;
    transform: translateY(-50%);
  }
  .slide-content.content--right {
    right: 15px;
    max-width: 510px;
    text-align: center;
    transform: translateY(-50%);
  }
  .slide-content.content--middle {
    left: 50%;
    text-align: center;
    transform: translate(-50%, -50%);
  }
  .slide-content .slide-heading {
    display: block;
  }
  .slide-content .slide-text {
    margin-bottom: 35px;
  }
}
@media (min-width: 1025px) {
  .slide-content.content--left {
    left: calc((100% - 1200px)/ 2);
  }
  .slide-content.content--right {
    right: calc((100% - 1200px)/ 2);
  }
  .slide-content .slide-heading.mega-title--large {
    font-size: 40px;
    font-family: var(--font_stack_heading);
    text-transform: capitalize;
    letter-spacing: 0.04em;
    font-weight: 600;
  }
  .slide-content .slide-heading.mega-title--medium {
    font-size: 36px;
    font-family: var(--font_stack_heading);
    font-weight: 600;
    letter-spacing: 0.04em;
  }
  .slide-content .slide-heading.mega-title--small {
    font-size: 24px;
    font-family: var(--font_stack_heading);
    font-weight: 600;
    letter-spacing: 0.04em;
  }
  .slide-content .slide-text {
    font-size: 12px;
    line-height: 26px;
    letter-spacing: 0.04em;
    font-weight: 500;
  }
}
@media (min-width: 1281px) {
  .slideshow-special {
    font-size: 0;
  }
  .slideshow-special .item-left, .slideshow-special .item-right {
    font-size: var(--font_size);
    vertical-align: top;
    display: inline-block;
  }
  .slideshow-special .item-left {
    width: calc(100% - 300px);
  }
  .slideshow-special .item-right {
    width: 300px;
  }
}
.slideshow-special .slideshow {
  width: auto;
  margin-left: -15px;
  margin-right: -15px;
}
@media (min-width: 1025px) {
  .slideshow-special .slideshow {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
  }
}
@media (min-width: 1025px) {
  .slideshow-special .slide-content.content--left {
    left: 0;
    padding-left: 70px;
  }
}
@media (min-width: 1025px) {
  .slideshow-special .slide-content.content--right {
    right: 0;
    padding-right: 70px;
  }
}
.slideshow-special .item-left .item .slick-prev {
  left: 0;
}
.slideshow-special .item-left .item .slick-next {
  right: 0;
}
@media (min-width: 1025px) {
  .slideshow-special .item-left > .item {
    margin-right: 30px;
  }
}
@media (min-width: 1025px) {
  .slideshow-special .item-left > .item + .item {
    border-top: 1px solid #ccc c;
  }
}
.slideshow-special .item-right {
  margin-top: 30px;
}
@media (min-width: 1281px) {
  .slideshow-special .item-right {
    margin-top: 0;
  }
}
@media (min-width: 1281px) {
  .slideshow-special .item-right > .item {
    padding: 20px 30px 30px 30px;
    border: 1px solid #ccc;
  }
}
.slideshow-special .item-right > .item + .item {
  margin-top: 50px;
}
@media (min-width: 1281px) {
  .slideshow-special .item-right > .item + .item {
    margin-top: -1px;
  }
}
.slideshow-special .item-right .product-card {
  text-align: center;
}
.slideshow-special .item-right .product-card .product-link {
  max-width: 170px;
  margin-left: auto;
  margin-right: auto;
}
.slideshow-special .item-right .slick-prev {
  left: 0;
}
.slideshow-special .item-right .slick-next {
  right: 0;
}
@media (min-width: 1281px) {
  .slideshow-special .item-right > .item + .home-category-filter-sections {
    margin-top: 30px;
  }
}
.slideshow .slick-dots li.slick-active button {
  border-color: #dad1d0;
  background: transparent;
}
.slideshow .slick-dots li button {
  border: 1px solid #dad1d0;
  background-color: #dad1d0;
}
.slideshow .slide-content-mb {
  display: none;
}
@media (max-width: 768px) {
  .slideshow.slide-content-bottom .slick-dots {
    bottom: 25px;
  }
  .slideshow.slide-content-bottom .slide-content {
    position: relative;
    top: 100%;
    right: 0 !important;
    left: 0 !important;
    transform: translate(0, 0) !important;
    color: #323232;
    text-align: center;
    padding: 25px 25px 50px;
  }
  .slideshow.slide-content-bottom .slide-content .sub-heading {
    display: none;
  }
  .slideshow.slide-content-bottom .slide-content .slide-button {
    color: #323232;
    border-color: #323232;
    margin: 15px auto 0px;
    max-width: 70%;
    display: block !important;
    padding: 11px 20px 10px;
  }
  .slideshow.slide-content-bottom .slide-content.slide-content-mb {
    position: absolute;
    top: 30% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
    padding: 0;
    min-width: 80%;
    display: block;
  }
  .slideshow.slide-content-bottom .slide-content.slide-content-mb .sub-heading {
    display: block;
  }
}
.widget-title {
  text-align: center;
}
.widget-title .box-title {
  font-size: var(--font_size_plus6);
  font-weight: 600;
  letter-spacing: 0.1em;
  color: #2e3031;
}
.js .article__grid-image {
  position: relative;
}
#collection-page.active.grid .view-as-group .view-as-btn svg {
  fill: #505050;
}
#collection-page.active.list .view-as-group .view-as-btn #list-view:before {
  background-color: #505050;
  box-shadow: 0px 6px 0 #505050, 0px 12px 0 #505050;
}
.collection-card {
  max-width: 250px;
  position: relative;
  background-color: #fff;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}
.collection-card .image {
  text-align: center;
  position: relative;
  overflow: hidden;
  border-radius: 0px 0px 0 0;
}
.collection-card .image .link {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: inline-block;
  position: absolute;
}
.collection-card .image img {
  width: auto;
}
.collection-card .image img.lazyloaded {
  width: 100%;
}
.collection-card .content {
  padding: 20px 15px;
}
.collection-card .content .title {
  font-size: 20px;
  line-height: 1.2;
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 0;
  text-transform: uppercase;
}
.collection-card .content .sub-collection {
  list-style: none;
  margin: 12px 0 0 0;
  padding: 0;
  display: block;
}
.collection-card .content .sub-collection li {
  display: block;
  line-height: 22px;
  margin-bottom: 12px;
}
.collection-card .content .sub-collection .icon {
  width: 10px;
  height: 10px;
  margin-right: 5px;
}
.collection-card .content .sub-collection a:before {
  content: "";
  left: 0;
  bottom: 0;
  width: 0;
  height: 1px;
  background-color: var(--color_url_hover);
  position: absolute;
  transition: all 0.3s ease;
}
.collection-card .content .sub-collection a:hover {
  color: var(--color_url_hover);
}
.collection-card .content .sub-collection a:hover:before {
  width: 100%;
}
.collection-card .content .shop-now {
  color: var(--color_url_hover);
  font-size: var(--font_size);
  margin-top: 5px;
  display: inline-block;
}
.collection-card .content .shop-now:before {
  content: "";
  left: 0;
  bottom: 2px;
  width: 0;
  height: 1px;
  background-color: var(--color_url_hover);
  position: absolute;
  transition: all 0.3s ease;
}
.collection-card .content .shop-now:hover {
  color: var(--color_url_hover);
}
.collection-card .content .shop-now:hover:before {
  width: 100%;
}
@media (min-width: 370px) {
  .collection-card {
    max-width: 300px;
  }
}
@media (min-width: 768px) {
  .collection-card {
    max-width: 290px;
  }
}
@media (min-width: 993px) {
  .collection-card {
    max-width: 322px;
  }
}
@media (min-width: 1025px) {
  .collection-card {
    max-width: none;
  }
  .collection-card .content {
    padding: 20px 25px;
  }
}
.collection-card.layout-2 {
  font-size: 0;
  max-width: 250px;
  box-shadow: none;
  display: table;
  width: 100%;
}
.collection-card.layout-2 .image {
  width: 45%;
  display: table-cell;
  vertical-align: top;
  border-radius: 0px;
  font-size: var(--font_size);
}
.collection-card.layout-2 .content {
  width: 55%;
  padding: 0 0 0 15px;
  display: table-cell;
  vertical-align: top;
  font-size: var(--font_size);
}
.collection-card.layout-2 .content .title {
  font-size: 16px;
}
@media (min-width: 370px) {
  .collection-card.layout-2 {
    max-width: 300px;
  }
}
@media (min-width: 768px) {
  .collection-card.layout-2 {
    max-width: 370px;
  }
  .collection-card.layout-2 .image {
    width: 160px;
  }
  .collection-card.layout-2 .content {
    width: calc(100% - 160px);
  }
}
@media (min-width: 1025px) {
  .collection-card.layout-2 {
    max-width: none;
  }
  .collection-card.layout-2 .content {
    padding: 0 0 0 25px;
  }
}
.halo-section-background-gray[data-section-type="collection-list"] .halo-row:not(.collection-carousel) {
  margin: 0;
  background-color: #fff;
}
.halo-section-background-gray[data-section-type="collection-list"] .halo-row:not(.collection-carousel) .collection-card {
  padding: 15px 0;
  box-shadow: none;
}
@media (min-width: 1025px) {
  .halo-section-background-gray[data-section-type="collection-list"] .halo-row:not(.collection-carousel) {
    margin-left: 0;
    margin-right: 0;
  }
  .halo-section-background-gray[data-section-type="collection-list"] .halo-row:not(.collection-carousel) > .halo-item {
    padding: 0 !important;
    margin: 0 !important;
  }
  .halo-section-background-gray[data-section-type="collection-list"] .halo-row:not(.collection-carousel).column-1 .halo-item:nth-child(n+1) .collection-card {
    border-left: none;
  }
  .halo-section-background-gray[data-section-type="collection-list"] .halo-row:not(.collection-carousel).column-1 .halo-item:nth-child(-n+1) .collection-card {
    border-top: none;
  }
  .halo-section-background-gray[data-section-type="collection-list"] .halo-row:not(.collection-carousel).column-2 .halo-item:nth-child(2n+1) .collection-card {
    border-left: none;
  }
  .halo-section-background-gray[data-section-type="collection-list"] .halo-row:not(.collection-carousel).column-2 .halo-item:nth-child(-n+2) .collection-card {
    border-top: none;
  }
  .halo-section-background-gray[data-section-type="collection-list"] .halo-row:not(.collection-carousel).column-3 .halo-item:nth-child(3n+1) .collection-card {
    border-left: none;
  }
  .halo-section-background-gray[data-section-type="collection-list"] .halo-row:not(.collection-carousel).column-3 .halo-item:nth-child(-n+3) .collection-card {
    border-top: none;
  }
  .halo-section-background-gray[data-section-type="collection-list"] .halo-row:not(.collection-carousel).column-4 .halo-item:nth-child(4n+1) .collection-card {
    border-left: none;
  }
  .halo-section-background-gray[data-section-type="collection-list"] .halo-row:not(.collection-carousel).column-4 .halo-item:nth-child(-n+4) .collection-card {
    border-top: none;
  }
  .halo-section-background-gray[data-section-type="collection-list"] .halo-row:not(.collection-carousel) .collection-card {
    padding: 35px 30px;
    border-top: 1px solid #f0f0f0;
    border-left: 1px solid #f0f0f0;
  }
}
.collection-carousel .halo-item {
  padding-bottom: 3px;
}
.collection-carousel .collection-card {
  margin-bottom: 3px;
}
.collection-carousel .slick-dots {
  line-height: 1;
}
@media (min-width: 1025px) {
  .collection-carousel[data-slick]:not(.slick-slider) {
    overflow: hidden;
    white-space: nowrap;
  }
}
.halo-section-background-gray .collection-carousel.halo-row {
  margin-left: 0;
  margin-right: 0;
  padding: 20px 15px;
}
.halo-section-background-gray .collection-carousel.halo-row .slick-arrow {
  width: 35px;
  height: 35px;
  padding: 0 9px;
  line-height: 35px;
  border: 1px solid #ccc;
  background-color: #fff;
  margin-top: -60px;
  border-radius: 0px;
}
.halo-section-background-gray .collection-carousel.halo-row .slick-next {
  right: 30px;
}
.halo-section-background-gray .collection-carousel.halo-row .slick-prev {
  left: 30px;
}
@media (min-width: 1025px) {
  .halo-section-background-gray .collection-carousel.halo-row {
    padding: 30px 30px;
  }
}
.collection-grid-item {
  position: relative;
  width: 100%;
  margin-bottom: 30px;
}
.collection-grid-item .collection-grid-image {
  position: relative;
}
.collection-grid-item .collection-grid-image a {
  display: block;
}
.collection-grid-item .collection-grid-content {
  display: block;
}
.collection-grid-item .title-wrapper {
  padding: 15px 0 20px;
  position: absolute;
  bottom: 32px;
  left: 54px;
  z-index: 3;
  -webkit-transition: transform 0.35s linear;
  -moz-transition: transform 0.35s linear;
  -ms-transition: transform 0.35s linear;
  -o-transition: transform 0.35s linear;
  transition: transform 0.35s linear;
}
.collection-grid-item .title-wrapper .title {
  margin: 0;
  padding: 6px 0px 6px;
  font-size: var(--font_size_plus12);
  letter-spacing: 0.04em;
  text-transform: capitalize;
  font-weight: 600;
  color: #282828;
  font-family: var(--font_stack_heading);
}
.collection-grid-item .title-wrapper .title:hover a {
  color: #fff !important;
}
.collection-grid-item .title-wrapper .count-products {
  font-size: var(--font_size);
  padding: 6px 0px;
  letter-spacing: 0.04em;
  color: #a0a0a0;
}
.collection-grid-item .descriptions {
  margin-top: 20px;
  letter-spacing: 0.04em;
  line-height: 24px;
  color: #787878;
}
.collection-grid-item .product-btn {
  max-width: 220px;
  padding: 14px 15px 13px;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 3;
  -webkit-transition: transform 0.35s linear;
  -moz-transition: transform 0.35s linear;
  -ms-transition: transform 0.35s linear;
  -o-transition: transform 0.35s linear;
  transition: transform 0.35s linear;
  -ms-transform: translate(-50%, -10%);
  -webkit-transform: translate(-50%, -10%);
  transform: translate(-50%, -10%);
  color: #fff;
  border-color: #f4a884;
  background-color: #f4a884;
  opacity: 0;
  visibility: hidden;
}
.collection-grid-item .product-btn:not([disabled]):hover, .collection-grid-item .product-btn:focus {
  color: #f4a884;
  border-color: #f4a884;
  background-color: #fff;
}
.page-collections-list .des-col-header {
  margin: 25px auto 30px;
  width: 90%;
}
.page-collections-list .des-col-header p {
  color: #787878;
  letter-spacing: 0.04em;
  line-height: 30px;
  font-size: var(--font_size);
}
@media (min-width: 1025px) {
  .page-collections-list .des-col-header {
    margin: 55px auto 69px;
    width: 57%;
  }
  .page-collections-list .des-col-header p {
    color: #787878;
    letter-spacing: 0.04em;
    line-height: 30px;
    font-size: var(--font_size_plus2);
  }
}
.page-collections-list .halo-item .collection-grid-image > a:before {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(157, 157, 157, 0.45);
  position: absolute;
  top: 0px;
  z-index: 2;
  visibility: hidden;
  opacity: 0;
  cursor: pointer;
}
.page-collections-list .halo-item:hover .title-wrapper .title, .page-collections-list .halo-item:hover .title-wrapper .count-products {
  color: #fff;
}
.page-collections-list .halo-item:hover .title-wrapper .title span {
  border-bottom: 1px solid #bbb;
}
.page-collections-list .halo-item:hover .product-btn {
  opacity: 1;
  visibility: visible;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.page-collections-list .halo-item:hover .collection-grid-image > a:before {
  opacity: 1;
  visibility: visible;
}
.page-collections-list .infinite-scrolling-col-list {
  margin: 20px auto 20px;
  text-align: center;
}
@media (min-width: 1025px) {
  .page-collections-list .infinite-scrolling-col-list {
    margin: 46px auto 70px;
  }
}
.page-collections-list .infinite-scrolling-col-list .btn-show-more {
  color: #8c8c8c;
  border-color: #c6c6c6;
  background: #fff;
  max-width: 270px;
}
.page-collections-list .infinite-scrolling-col-list .btn-show-more:hover {
  color: #fff;
  border-color: #282828;
  background: #282828;
}
.collections_default_grid .slick-arrow {
  top: 35%;
}
.page-collection-list-items .collections_default_grid .page-collections-list {
  padding-bottom: 50px;
}
.page-collection-list-items .section-product {
  border-top: 1px solid #ececec;
  padding: 40px 0px 53px;
}
.page-collection-list-items .section-product .section-header {
  text-align: center;
  position: relative;
}
.page-collection-list-items .section-product .section-header h2, .page-collection-list-items .section-product .section-header .h2 {
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.15em;
  color: #282828;
  margin: 0px;
  padding: 15px 0px 13px;
}
.page-collection-list-items .section-product .section-header .description {
  font-size: 12px;
  color: #787878;
  letter-spacing: 0.04em;
  line-height: 22px;
  padding: 0px 10px;
}
.page-collection-list-items .section-product .section-header .view-all {
  font-size: var(--font_size);
  letter-spacing: 0.04em;
  line-height: 22px;
  color: #8b714a;
  position: absolute;
  right: 0px;
  top: 47px;
}
.page-collection-list-items .section-product .section-header .view-all span {
  border-bottom: 1px solid #cabfb0;
}
.page-collection-list-items .section-product .section-header .view-all:hover {
  color: #ed4f2d;
}
.page-collection-list-items .section-product .section-header .view-all:hover span {
  border-color: #ed4f2d;
}
.page-collection-list-items .section-product .slick-dots {
  bottom: -5px;
}
.page-collection-list-items .section-product .slick-dots li.slick-active button {
  width: 10px;
  height: 10px;
  border-color: #6b6b6b;
  background: transparent;
}
.page-collection-list-items .section-product .slick-dots li button {
  width: 10px;
  height: 10px;
  background: #a5a5a5;
  border-color: #a5a5a5;
}
.page-collection-list-items .collections_custom_grid .section-product .slick-arrow {
  bacground: #fff;
}
.page-collection-list-items .collections_custom_grid .section-product .slick-arrow.slick-prev, .page-collection-list-items .collections_custom_grid .section-product .slick-arrow.slick-next {
  border: 1px solid #787878;
  width: 36px;
  height: 36px;
  background: #fff;
  top: 30%;
  box-shadow: 0 1px 0px rgba(120, 120, 120, 0.4);
}
.page-collection-list-items .collections_custom_grid .section-product .slick-arrow.slick-prev svg, .page-collection-list-items .collections_custom_grid .section-product .slick-arrow.slick-next svg {
  color: #505050;
  fill: #505050;
  stroke: #505050;
}
.page-collection-list-items .collections_custom_grid .section-product .slick-arrow.slick-next {
  padding-top: 7px;
  padding-left: 8px;
  right: -5px;
}
.page-collection-list-items .collections_custom_grid .section-product .slick-arrow.slick-prev {
  padding-top: 7px;
  padding-left: 6px;
  left: -5px;
}
.page-collection-list-items .collections_custom_grid .section-product .slick-arrow:hover.slick-prev, .page-collection-list-items .collections_custom_grid .section-product .slick-arrow:hover.slick-next {
  background: #323232;
  border-color: #323232;
}
.page-collection-list-items .collections_custom_grid .section-product .slick-arrow:hover.slick-prev svg, .page-collection-list-items .collections_custom_grid .section-product .slick-arrow:hover.slick-next svg {
  color: #fff;
  fill: #fff;
  stroke: #fff;
}
.page-collection-list-items .collections_custom_grid .wrapper-header-cs {
  padding: 20px 0px 0px;
  text-align: left;
  background: transparent;
}
.page-collection-list-items .collections_custom_grid .des-col-header {
  width: 100%;
  background: #fafafa;
  padding: 48px 0px 48px;
}
.page-collection-list-items .collections_custom_grid .des-col-header p {
  font-size: var(--font_size);
  line-height: 24px;
  width: 90%;
  margin: 0 auto;
}
@media (min-width: 1200px) {
  .page-collection-list-items .collections_custom_grid .des-col-header p {
    width: 74%;
  }
}
@media (min-width: 1025px) {
  .page-collection-list-items .collections_custom_grid .collections-list-custom .des-col-header {
    margin: 42px auto 55px;
  }
  .page-collection-list-items .collections_custom_grid .collections-list-custom .infinite-scrolling-col-list {
    margin: 34px auto 64px;
  }
}
@media (min-width: 768px) {
  .page-collection-list-items .collections_custom_grid .collections-list-custom .halo-column {
    margin-left: -10px;
    margin-right: -10px !important;
  }
}
@media (min-width: 1025px) {
  .page-collection-list-items .collections_custom_grid .collections-list-custom .halo-column {
    margin-left: -15px;
    margin-right: -15px !important;
  }
}
@media (min-width: 768px) {
  .page-collection-list-items .collections_custom_grid .collections-list-custom .halo-column .halo-item:nth-child(1) {
    width: 100%;
  }
  .page-collection-list-items .collections_custom_grid .collections-list-custom .halo-column .halo-item:nth-child(1) .collection-grid-item {
    background: #fafafa;
  }
  .page-collection-list-items .collections_custom_grid .collections-list-custom .halo-column .halo-item:nth-child(1) .collection-grid-item .collection-grid-image {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    flex-direction: row-reverse;
  }
  .page-collection-list-items .collections_custom_grid .collections-list-custom .halo-column .halo-item:nth-child(1) .collection-grid-item .collection-grid-image:before {
    display: none;
  }
  .page-collection-list-items .collections_custom_grid .collections-list-custom .halo-column .halo-item:nth-child(1) .collection-grid-item .collection-grid-image .collection-grid-item__link {
    width: 44.5%;
    text-align: right;
  }
  .page-collection-list-items .collections_custom_grid .collections-list-custom .halo-column .halo-item:nth-child(1) .collection-grid-item .collection-grid-image .col-bottom {
    width: 36%;
    position: absolute;
    top: 50%;
    left: 45px;
    transform: translateY(-50%);
  }
  .page-collection-list-items .collections_custom_grid .collections-list-custom .halo-column .halo-item:nth-child(1) .collection-grid-item .collection-grid-image .col-bottom .title-wrapper {
    position: relative;
    bottom: 0px;
    left: 0px;
  }
  .page-collection-list-items .collections_custom_grid .collections-list-custom .halo-column .halo-item:nth-child(1) .collection-grid-item .collection-grid-image .col-bottom .product-action .btn, .page-collection-list-items .collections_custom_grid .collections-list-custom .halo-column .halo-item:nth-child(1) .collection-grid-item .collection-grid-image .col-bottom .product-action .shopify-payment-button .shopify-payment-button__button--unbranded, .shopify-payment-button .page-collection-list-items .collections_custom_grid .collections-list-custom .halo-column .halo-item:nth-child(1) .collection-grid-item .collection-grid-image .col-bottom .product-action .shopify-payment-button__button--unbranded {
    position: relative;
    top: 0px;
    left: 0px;
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1;
    visibility: visible;
  }
  .page-collection-list-items .collections_custom_grid .collections-list-custom .halo-column .halo-item:nth-child(1) .collection-grid-item .collection-grid-image .col-bottom .collection-grid-content .descriptions {
    margin-top: 4px;
  }
  .page-collection-list-items .collections_custom_grid .collections-list-custom .halo-column .halo-item:nth-child(1):hover .col-bottom .title-wrapper .title {
    color: #282828;
  }
  .page-collection-list-items .collections_custom_grid .collections-list-custom .halo-column .halo-item:nth-child(1):hover .col-bottom .title-wrapper .count-products {
    color: #a0a0a0;
  }
  .page-collection-list-items .collections_custom_grid .collections-list-custom .halo-column .halo-item:nth-child(1):hover .col-bottom .product-action .btn, .page-collection-list-items .collections_custom_grid .collections-list-custom .halo-column .halo-item:nth-child(1):hover .col-bottom .product-action .shopify-payment-button .shopify-payment-button__button--unbranded, .shopify-payment-button .page-collection-list-items .collections_custom_grid .collections-list-custom .halo-column .halo-item:nth-child(1):hover .col-bottom .product-action .shopify-payment-button__button--unbranded {
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@media (min-width: 768px) {
  .page-collection-list-items .collections_custom_grid .collections-list-custom .halo-column .halo-item:nth-child(2), .page-collection-list-items .collections_custom_grid .collections-list-custom .halo-column .halo-item:nth-child(3) {
    width: 50% !important;
  }
  .page-collection-list-items .collections_custom_grid .collections-list-custom .halo-column .halo-item:nth-child(2) .collection-grid-item__link img, .page-collection-list-items .collections_custom_grid .collections-list-custom .halo-column .halo-item:nth-child(3) .collection-grid-item__link img {
    width: 100%;
  }
}
.page-collection-list-items .collections_custom_grid .collections-list-custom .halo-column .halo-item .col-bottom .title-wrapper .title {
  padding: 6px 0px 8px;
}
.page-collection-list-items .collections_custom_grid .collections-list-custom .halo-column .halo-item .col-bottom .product-action {
  display: none;
}
.body-default .page-collection-list-items .section-product {
  padding: 40px 0px 0px;
}
.body-default .page.page-collections {
  padding-bottom: 20px;
}
.collection-tab-banner {
  max-width: 450px;
  position: relative;
}
.collection-tab-banner .banner-carousel {
  overflow: hidden;
  margin-bottom: 0;
  white-space: nowrap;
}
.collection-tab-banner .banner-carousel .item {
  width: 100%;
  display: inline-block;
  vertical-align: top;
}
.collection-tab-banner .banner-carousel .item .link {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  position: absolute;
}
.collection-tab-banner .banner-carousel .slick-dots {
  bottom: 15px;
}
@media (min-width: 768px) {
  .collection-tab-banner {
    max-width: none;
  }
  .collection-tab-banner .banner-carousel .item img {
    min-height: 450px;
    object-fit: cover;
  }
}
@media (min-width: 1025px) {
  .collection-tab-banner .banner-carousel .item img {
    min-height: 0;
    object-fit: none;
  }
}
.halo-collection-tab {
  position: relative;
}
.halo-collection-tab .nav-tabs .nav-link:after {
  width: 100%;
}
.halo-collection-tab.tab-left .section-header {
  text-align: left;
}
.halo-collection-tab.tab-left .nav-tabs {
  justify-content: left;
}
.halo-collection-tab.tab-center .section-header {
  text-align: center;
}
.halo-collection-tab.tab-center .nav-tabs {
  justify-content: center;
  border-bottom: none;
}
.halo-collection-tab.tab-special .section-header {
  text-align: left;
}
.halo-collection-tab.tab-special > .text-link {
  top: 8px;
  right: 0px;
  z-index: 2;
  line-height: 1;
  margin-bottom: 0;
  position: absolute;
  font-weight: 700;
  text-transform: capitalize;
  color: var(--color_heading_url);
}
.halo-collection-tab.tab-special .nav-tabs {
  justify-content: left;
}
.halo-collection-tab.tab-special .nav-tabs .nav-link:after {
  content: none !important;
}
.halo-collection-tab.tab-special .tab-content {
  font-size: 0;
}
.halo-collection-tab.tab-special .tab-content .collection-tab-banner {
  display: none;
  font-size: var(--font_size);
  margin-bottom: 30px;
}
.halo-collection-tab.tab-special .tab-content .tab-pane {
  font-size: var(--font_size);
}
.halo-collection-tab.tab-special .tab-content .slick-dots {
  bottom: 15px;
}
.halo-collection-tab .tab-pane {
  overflow: hidden;
}
.halo-collection-tab .collection-carousel .slick-prev {
  left: 15px;
}
.halo-collection-tab .collection-carousel .slick-next {
  right: 15px;
}
@media (min-width: 768px) {
  .halo-collection-tab.tab-special {
    padding: 0;
  }
  .halo-collection-tab.tab-special .section-header {
    text-align: left;
    padding: 15px 0px 7px;
    margin: 0;
  }
  .halo-collection-tab.tab-special .nav-tabs {
    margin: 0;
    justify-content: left;
    padding: 18px 0px 16px 0px;
  }
  .halo-collection-tab.tab-special .nav-tabs .nav-link {
    padding: 0;
  }
  .halo-collection-tab.tab-special .tab-content .collection-tab-banner {
    width: 290px;
    overflow: hidden;
    vertical-align: top;
    display: inline-block;
    margin-bottom: 0;
  }
  .halo-collection-tab.tab-special .tab-content .placeholder-svg {
    width: 100%;
    height: 420px;
  }
  .halo-collection-tab.tab-special .tab-content .tab-pane {
    width: calc(100% - 290px);
    padding-left: 15px;
    padding-right: 15px;
    vertical-align: top;
  }
  .halo-collection-tab.tab-special .tab-content .tab-pane.active {
    display: inline-block !important;
  }
  .halo-collection-tab.tab-special .tab-content .collection-carousel.halo-row {
    padding: 30px 0;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 0;
  }
}
@media (min-width: 993px) {
  .halo-collection-tab.tab-special .section-header {
    top: 15px;
    left: 0px;
    padding: 0;
    z-index: 2;
    line-height: 1;
    margin-bottom: 0;
    position: absolute;
    width: auto;
    text-align: left;
  }
  .halo-collection-tab.tab-special .section-header h1, .halo-collection-tab.tab-special .section-header .h1, .halo-collection-tab.tab-special .section-header h2, .halo-collection-tab.tab-special .section-header .h2, .halo-collection-tab.tab-special .section-header h3, .halo-collection-tab.tab-special .section-header .h3, .halo-collection-tab.tab-special .section-header .title {
    line-height: inherit;
  }
  .halo-collection-tab.tab-special > .text-link {
    top: 20px;
  }
  .halo-collection-tab.tab-special .nav-tabs {
    justify-content: center;
    margin: 0;
  }
  .halo-collection-tab.tab-special .tab-content .collection-tab-banner {
    width: 290px;
    overflow: hidden;
    vertical-align: top;
    display: inline-block;
    margin-bottom: 0;
  }
  .halo-collection-tab.tab-special .tab-content .tab-pane {
    width: calc(100% - 290px);
  }
}
.halo-section-background-gray .halo-collection-tab.tab-special {
  padding: 15px;
  background-color: #fff;
}
.halo-section-background-gray .halo-collection-tab.tab-special > .text-link {
  top: 20px;
  right: 15px;
  z-index: 2;
  line-height: 1;
  margin-bottom: 0;
  position: absolute;
  font-weight: 700;
  text-transform: capitalize;
  color: var(--color_heading_url);
}
.halo-section-background-gray .halo-collection-tab.tab-special .tab-content .collection-carousel.halo-row {
  padding: 0 0 15px 0;
}
.halo-section-background-gray .halo-collection-tab .collection-carousel .slick-prev {
  left: 15px;
}
.halo-section-background-gray .halo-collection-tab .collection-carousel .slick-next {
  right: 15px;
}
@media (min-width: 768px) {
  .halo-section-background-gray .halo-collection-tab.tab-special {
    padding: 0px;
  }
  .halo-section-background-gray .halo-collection-tab.tab-special > .text-link {
    right: 25px;
  }
  .halo-section-background-gray .halo-collection-tab.tab-special .section-header {
    padding: 15px 25px 7px;
  }
  .halo-section-background-gray .halo-collection-tab.tab-special .nav-tabs {
    padding: 18px 25px 16px 25px;
  }
  .halo-section-background-gray .halo-collection-tab.tab-special .tab-content .collection-carousel.halo-row {
    padding: 30px 0 15px;
  }
}
@media (min-width: 993px) {
  .halo-section-background-gray .halo-collection-tab.tab-special {
    padding: 0;
  }
  .halo-section-background-gray .halo-collection-tab.tab-special .section-header {
    top: 15px;
    left: 25px;
    padding: 0;
  }
}
@media (min-width: 1025px) {
  .halo-section-background-gray .halo-collection-tab.tab-special .tab-content .collection-carousel.halo-row {
    padding: 30px 0;
  }
}
.halo-special-collection-layout {
  display: block;
}
.halo-special-collection-layout .item {
  display: block;
  padding-bottom: 30px;
}
.halo-special-collection-layout .item:last-child {
  padding-bottom: 0;
}
.halo-special-collection-layout .collection-more .collection-carousel.slick-dotted {
  margin-bottom: 0;
  padding-bottom: 30px;
}
.halo-special-collection-layout .collection-more .collection-carousel.slick-dotted .slick-dots {
  bottom: 0;
  position: absolute;
}
.halo-special-collection-layout .collection-more + .advertisement-image, .halo-special-collection-layout .collection-more + .home-category-filter-sections {
  margin-top: 30px;
}
.halo-special-collection-layout .themevale_MultiCategory_wrapper_2 {
  margin-bottom: 30px;
}
@media (min-width: 1025px) {
  .halo-special-collection-layout {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-align: top;
    -webkit-align-items: top;
    -moz-align-items: top;
    -ms-align-items: top;
    -o-align-items: top;
    align-items: top;
    -webkit-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
  }
  .halo-special-collection-layout .item {
    display: inline-block;
    padding-bottom: 0;
  }
  .halo-special-collection-layout .item:first-child {
    width: 74.5%;
    padding-right: 0px;
  }
  .halo-special-collection-layout .item:last-child {
    width: 25.5%;
    padding-left: 28px;
  }
  .halo-special-collection-layout.column-4 .item {
    display: inline-block;
    padding-bottom: 0;
  }
  .halo-special-collection-layout.column-4 .item:first-child {
    width: 79.5%;
    padding-right: 0px;
  }
  .halo-special-collection-layout.column-4 .item:last-child {
    width: 20.5%;
    padding-left: 30px;
  }
}
.collection-banner {
  position: relative;
  background-color: #f7f7f7;
}
.collection-banner .collection-hero {
  margin: 0;
}
.collection-banner .collection-hero .placeholder-svg {
  height: 270px;
}
.collection-banner .collection-description {
  margin-top: 10px;
  margin-bottom: 0;
}
.collection-banner .categoryImage-carousel {
  margin-left: -5px;
  margin-right: -5px;
}
.collection-banner .categoryImage-carousel {
  margin: 0px;
  margin-top: 30px;
  margin-bottom: 30px;
}
.collection-banner .categoryImage-carousel.slick-slider {
  padding: 0;
  list-style: none;
  margin-left: -5px;
  margin-right: -5px;
}
.collection-banner .categoryImage-carousel.slick-slider li {
  list-style: none;
  display: inline-block;
  vertical-align: top;
}
.collection-banner .categoryImage-carousel.slick-slider .slick-slide {
  padding: 0 5px;
}
.collection-banner .categoryImage-carousel.slick-slider .slick-dots {
  margin: 0;
  padding: 0;
}
.collection-banner .categoryImage-carousel:not(.slick-slider) {
  overflow: auto;
  white-space: nowrap;
  padding: 0px;
  list-style: none;
}
.collection-banner .categoryImage-carousel:not(.slick-slider) > li {
  list-style: none;
  display: inline-block;
  vertical-align: top;
  margin-right: 10px;
}
@media (min-width: 1025px) {
  .collection-banner .categoryImage-carousel:not(.slick-slider) {
    overflow: hidden;
  }
}
.filters-toolbar-wrapper {
  margin-bottom: 30px;
  padding: 0px 15px;
  position: relative;
}
.filters-toolbar-wrapper .filters-toolbar {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
}
.filters-toolbar-wrapper .filters-toolbar__item-wrapper {
  width: 50%;
  margin-bottom: 0;
}
.filters-toolbar-wrapper .filters-toolbar__item-wrapper.one {
  text-align: left;
  display: inline-block;
}
.filters-toolbar-wrapper .filters-toolbar__item-wrapper.two {
  text-align: right;
  display: inline-block;
}
.filters-toolbar-wrapper .filters-toolbar__item-wrapper.three {
  width: 100%;
  display: block;
}
@media (min-width: 1025px) {
  .filters-toolbar-wrapper {
    margin-bottom: 38px;
  }
  .filters-toolbar-wrapper .filters-toolbar {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-end;
    -ms-justify-content: flex-end;
    justify-content: flex-end;
  }
  .filters-toolbar-wrapper .filters-toolbar__item-wrapper {
    width: auto;
  }
  .filters-toolbar-wrapper .filters-toolbar__item-wrapper.one {
    display: none;
  }
  .filters-toolbar-wrapper .filters-toolbar__item-wrapper.two {
    text-align: left;
  }
  .filters-toolbar-wrapper .filters-toolbar__item-wrapper.three {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    width: auto;
  }
}
.filters-toolbar__item-child {
  display: block;
  margin-top: 15px;
  font-size: 0;
  vertical-align: middle;
}
.filters-toolbar__item-child .filters-toolbar__label {
  display: none;
}
.filters-toolbar__item-child .filters-toolbar__input-wrapper {
  display: block;
  font-size: var(--font_size);
}
.filters-toolbar__item-child .filters-toolbar__input-wrapper.limited-view .dropdown-menu {
  font-size: 12px;
  left: 0;
  right: 0;
}
.filters-toolbar__item-child .filters-toolbar__input-wrapper.limited-view .dropdown-menu li {
  padding: 2px 15px;
  cursor: pointer;
}
@media (min-width: 322px) {
  .filters-toolbar__item-child .filters-toolbar__label {
    display: inline-block;
    min-width: 100px;
    margin: 0;
    font-size: var(--font_size);
    padding-right: 14px;
    position: relative;
    top: -1px;
    vertical-align: middle;
    letter-spacing: 0.02em;
    font-weight: 500;
    text-transform: capitalize;
    color: #282828;
  }
  .filters-toolbar__item-child .filters-toolbar__label.select-label {
    width: 100px;
    overflow: hidden;
  }
  .filters-toolbar__item-child .filters-toolbar__input-wrapper {
    display: inline-block !important;
    vertical-align: middle;
    width: calc(100% - 100px);
  }
}
@media (min-width: 551px) {
  .filters-toolbar__item-child .filters-toolbar__input-wrapper {
    width: 170px;
    margin-bottom: 6px;
  }
  .filters-toolbar__item-child .filters-toolbar__input-wrapper.items-per-page {
    width: 80px;
  }
}
@media (min-width: 1025px) {
  .filters-toolbar__item-child {
    margin-top: 0;
    margin-left: 77px;
    display: inline-block;
  }
  .filters-toolbar__item-child.items-per {
    margin-left: 52px;
  }
  .filters-toolbar__item-child .filters-toolbar__label {
    min-width: 0;
  }
  .filters-toolbar__item-child .filters-toolbar__label.select-label {
    width: auto;
  }
}
.infinite-scrolling {
  margin-top: 0;
}
.infinite-scrolling .btn .icon, .infinite-scrolling .shopify-payment-button .shopify-payment-button__button--unbranded .icon, .shopify-payment-button .infinite-scrolling .shopify-payment-button__button--unbranded .icon {
  opacity: 1;
}
@media (min-width: 1025px) {
  .infinite-scrolling {
    margin-top: 15px;
  }
  .infinite-scrolling .btn, .infinite-scrolling .shopify-payment-button .shopify-payment-button__button--unbranded, .shopify-payment-button .infinite-scrolling .shopify-payment-button__button--unbranded {
    min-width: 285px;
  }
  .infinite-scrolling .btn .icon, .infinite-scrolling .shopify-payment-button .shopify-payment-button__button--unbranded .icon, .shopify-payment-button .infinite-scrolling .shopify-payment-button__button--unbranded .icon {
    opacity: 1;
  }
}
.no-flexbox .filters-toolbar select {
  width: 100% !important;
}
.filters-toolbar__input-wrapper {
  position: relative;
}
.filters-toolbar__input-wrapper .filters-toolbar__input {
  display: block;
  width: 100%;
  position: relative;
  border: none;
  padding: 0 30px 0 11px;
  color: #787878;
  margin-left: 8px;
  letter-spacing: 0.04em;
  line-height: 28px;
  border-bottom: 1px solid #bababa;
}
.no-flexbox .filters-toolbar__input-wrapper .filters-toolbar__input {
  margin: 0;
}
.filters-toolbar__input-wrapper .filters-toolbar__input.hidden {
  opacity: 0;
}
.filters-toolbar__input-wrapper .filters-toolbar__input option {
  text-overflow: ellipsis;
  overflow: hidden;
}
.filters-toolbar__input-wrapper .icon-chevron-down {
  top: 10px;
  right: -7px;
  bottom: 0;
  z-index: 2;
  width: 9px;
  height: 10px;
  fill: #646464;
  pointer-events: none;
  transform: none;
  position: absolute;
}
.view-as-btn {
  font-size: 0;
  display: inline-block;
  vertical-align: middle;
  overflow: hidden;
}
.view-as-btn > a {
  padding: 8px;
  width: 38px;
  height: 38px;
  position: relative;
  vertical-align: top;
  display: inline-block;
  background-color: #fff;
}
.view-as-btn > a:before {
  top: 8px;
  left: 3px;
  content: "";
  position: absolute;
  background-color: #e2e4e8;
  transition: all 0.3s ease;
}
.view-as-btn > #list-view:before {
  width: 18px;
  height: 4px;
  box-shadow: 0px 6px 0 #dcdcdc, 0px 12px 0 #dcdcdc;
}
.productGrid--maxCol1 .view-as-btn > #list-view:before {
  background-color: #505050;
  box-shadow: 0px 6px 0 #505050, 0px 12px 0 #505050;
}
.view-as-btn > #grid-view-4 {
  width: 44px;
  position: relative;
  cursor: pointer;
}
.view-as-btn > #grid-view-4:before {
  display: none;
}
.view-as-btn > #grid-view-4 svg {
  fill: #cfcfcf;
}
@media (min-width: 993px) {
  .view-as-btn > #grid-view-4 {
    display: inline-block;
  }
  .productGrid--maxCol5 .view-as-btn > #grid-view-4 svg, .productGrid--maxCol4 .view-as-btn > #grid-view-4 svg {
    fill: #505050;
  }
}
@media (min-width: 1025px) {
  .productGrid--maxCol5 .view-as-btn > #grid-view-4 {
    background-color: #fff;
  }
  .productGrid--maxCol5 .view-as-btn > #grid-view-4:before {
    background-color: #dcdcdc;
    box-shadow: 7px 0 0 #dcdcdc, 14px 0 0 #dcdcdc, 21px 0 0 #dcdcdc;
  }
}
.custom-html .morecontent {
  display: none;
}
.custom-html.showmore .moreellipses {
  display: none;
}
.custom-html.showmore .morecontent {
  display: inline;
}
.custom-html .button-group {
  margin-top: 30px;
}
.custom-html .button-group .icon {
  width: 10px;
  height: 10px;
  margin-left: 8px;
}
.custom-html .button-group .less .icon {
  transform: rotate(180deg);
}
.productGrid--maxCol4 .halo-column .halo-item {
  margin-top: 0;
  margin-bottom: 30px;
}
@media (min-width: 551px) {
  .productGrid--maxCol4 .halo-column .halo-item {
    width: 50%;
  }
}
@media (min-width: 768px) {
  .productGrid--maxCol4 .halo-column .halo-item {
    width: 33.33333%;
  }
}
@media (min-width: 993px) {
  .productGrid--maxCol4 .halo-column .halo-item {
    width: 25%;
  }
}
.productGrid--maxCol3 .halo-column .halo-item {
  margin-top: 0;
  margin-bottom: 30px;
}
@media (min-width: 551px) {
  .productGrid--maxCol3 .halo-column .halo-item {
    width: 50%;
  }
}
@media (min-width: 768px) {
  .productGrid--maxCol3 .halo-column .halo-item {
    width: 33.33333%;
  }
}
.productGrid--maxCol2 .halo-column .halo-item {
  margin-top: 0;
  margin-bottom: 30px;
}
@media (min-width: 551px) {
  .productGrid--maxCol2 .halo-column .halo-item {
    width: 50%;
  }
}
.productGrid--maxCol1 .group_button {
  display: none;
}
.productGrid--maxCol1 .halo-column .halo-item {
  width: 100%;
  float: none;
  margin-top: 0;
}
.productGrid--maxCol1 .halo-column .halo-item .product-card {
  padding-bottom: 30px;
  margin-bottom: 30px;
}
.productGrid--maxCol1 .halo-column .halo-item:last-child .card {
  margin-bottom: 10px;
}
.productGrid--maxCol1 .product-card {
  width: 100%;
  display: block;
}
.productGrid--maxCol1 .product-card .product-image, .productGrid--maxCol1 .product-card .product-content {
  display: block;
}
.productGrid--maxCol1 .product-card .product-image {
  padding-bottom: 0;
}
.productGrid--maxCol1 .product-card .product-image .product_wishlist {
  display: none;
}
.productGrid--maxCol1 .product-card .product-image .product-action {
  display: none;
}
.productGrid--maxCol1 .product-card .product-content {
  font-size: 0;
  padding-top: 15px !important;
  padding-left: 0;
  text-align: left;
}
.productGrid--maxCol1 .product-card .product-content .product-detail, .productGrid--maxCol1 .product-card .product-content .product-actions {
  font-size: var(--font_size);
}
.productGrid--maxCol1 .product-card .product-detail {
  display: block;
  padding-right: 0;
}
.productGrid--maxCol1 .product-card .product-detail .product-vendor, .productGrid--maxCol1 .product-card .product-detail .product-title, .productGrid--maxCol1 .product-card .product-detail .product-price, .productGrid--maxCol1 .product-card .product-detail .product-reviews {
  text-align: left;
}
.productGrid--maxCol1 .product-card .product-detail .product-card__variant {
  text-align: left;
  opacity: 1;
}
.productGrid--maxCol1 .product-card .product-detail .group_vdwl .product_wishlist {
  display: none;
}
.productGrid--maxCol1 .product-card .product-detail .product-compare-btn {
  padding: 10px 0px 0px;
}
.productGrid--maxCol1 .product-card .product-detail .product-description {
  display: block;
  margin-top: 20px;
}
.productGrid--maxCol1 .product-card .product-detail .product-description p {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
}
.productGrid--maxCol1 .product-card .product-actions {
  display: block;
  padding-top: 15px;
}
.productGrid--maxCol1 .product-card .product-actions .product-btn {
  margin-top: 0;
}
.productGrid--maxCol1 .product-card .product-actions .btn.wishlist, .productGrid--maxCol1 .product-card .product-actions .shopify-payment-button .shopify-payment-button__button--unbranded.wishlist, .shopify-payment-button .productGrid--maxCol1 .product-card .product-actions .shopify-payment-button__button--unbranded.wishlist {
  margin-top: 15px;
  width: 100%;
  display: none;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.productGrid--maxCol1 .product-card .product-actions .btn.wishlist.wishlist_mb, .productGrid--maxCol1 .product-card .product-actions .shopify-payment-button .shopify-payment-button__button--unbranded.wishlist.wishlist_mb, .shopify-payment-button .productGrid--maxCol1 .product-card .product-actions .shopify-payment-button__button--unbranded.wishlist.wishlist_mb {
  display: block;
}
.productGrid--maxCol1 .product-card .product-vendor {
  font-weight: 400;
}
.productGrid--maxCol1 .product-card .product-title {
  font-weight: 400;
}
.productGrid--maxCol1 .product-card .product-reviews {
  min-height: 0;
}
.productGrid--maxCol1 .product-card.layout-1 .product-image {
  padding-bottom: 0;
}
@media (min-width: 551px) {
  .productGrid--maxCol1 .product-card {
    display: flex;
    flex-wrap: nowrap;
    align-items: flex-start;
    flex-direction: row;
  }
  .productGrid--maxCol1 .product-card .product-image, .productGrid--maxCol1 .product-card .product-content {
    display: inline-block;
    vertical-align: top;
  }
  .productGrid--maxCol1 .product-card .product-image {
    width: 180px;
  }
  .productGrid--maxCol1 .product-card .product-content {
    padding-top: 0 !important;
    padding-left: 30px;
    width: calc(100% - 180px);
  }
  .productGrid--maxCol1 .product-card .product-actions .btn, .productGrid--maxCol1 .product-card .product-actions .shopify-payment-button .shopify-payment-button__button--unbranded, .shopify-payment-button .productGrid--maxCol1 .product-card .product-actions .shopify-payment-button__button--unbranded {
    max-width: 200px;
  }
}
@media (min-width: 993px) {
  .productGrid--maxCol1 .product-card .product-image {
    width: 280px;
  }
  .productGrid--maxCol1 .product-card .product-content {
    padding-left: 70px;
    width: calc(100% - 280px);
  }
  .productGrid--maxCol1 .product-card .product-detail {
    width: calc(100% - 200px);
  }
  .productGrid--maxCol1 .product-card .product-actions {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
  }
  .productGrid--maxCol1 .product-card .product-actions .col-top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    width: 70%;
  }
  .productGrid--maxCol1 .product-card .product-actions .col-top .product-action {
    width: 100%;
    max-width: 290px;
  }
  .productGrid--maxCol1 .product-card .product-actions .col-top .product-action .product-btn {
    max-width: 290px;
  }
  .productGrid--maxCol1 .product-card .product-actions .col-top .wishlist {
    margin-top: 0px;
  }
  .productGrid--maxCol1 .product-card .product-actions .btn, .productGrid--maxCol1 .product-card .product-actions .shopify-payment-button .shopify-payment-button__button--unbranded, .shopify-payment-button .productGrid--maxCol1 .product-card .product-actions .shopify-payment-button__button--unbranded {
    width: 100%;
  }
}
@media (min-width: 1025px) {
  .productGrid--maxCol1 .halo-column .halo-item .product-card {
    padding-bottom: 40px;
    margin-bottom: 40px;
  }
  .productGrid--maxCol1 .halo-column .halo-item:last-child .product-card {
    margin-bottom: 20px;
  }
  .productGrid--maxCol1 .product-reviews {
    position: initial;
  }
  .productGrid--maxCol1 .product-reviews .product-compare-btn {
    top: 115px;
    right: 66px;
    opacity: 1;
    visibility: visible;
    transition: none;
    font-weight: 700;
    color: var(--color_heading_text);
  }
  .productGrid--maxCol1 .product-card .product-actions .btn.wishlist, .productGrid--maxCol1 .product-card .product-actions .shopify-payment-button .shopify-payment-button__button--unbranded.wishlist, .shopify-payment-button .productGrid--maxCol1 .product-card .product-actions .shopify-payment-button__button--unbranded.wishlist {
    display: block;
  }
}
.modal-compare {
  max-width: 1200px;
}
@media (max-width: 767px) {
  .modal-compare .modal-header .modal-title {
    text-align: left;
  }
}
.compare-modal-wrapper {
  border: 1px solid #eaeaea;
  max-height: 70vh;
  overflow: auto;
  margin-right: -2px;
  webkit-overflow-scrolling: touch;
}
.compare-modal-wrapper::-webkit-scrollbar-track {
  background-color: #fafafa;
}
.compare-modal-wrapper::-webkit-scrollbar {
  height: 2px;
  width: 2px;
  background-color: #fafafa;
}
.compare-modal-wrapper::-webkit-scrollbar-thumb {
  background-color: #505050;
}
.compare-modal-wrapper .product-row {
  margin-left: 0;
  margin-right: 0;
}
.compare-modal-wrapper .product-row + .product-row .compare-header {
  border-top: 1px solid #eaeaea;
  margin-top: -1px;
}
.compare-modal-wrapper .product-row + .product-row .compare-content {
  border-top: 1px solid #eaeaea;
  margin-top: -1px;
}
.compare-modal-wrapper .product-row + .product-row .compare-content .grid .col-xl-4 {
  border-top: 1px solid #eaeaea;
  margin-top: -1px;
}
.compare-modal-wrapper .product-row .compare-header {
  padding: 25px 30px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  border-right: 1px solid #eaeaea;
  color: var(--color_heading_text);
  font-family: var(--font_stack_body);
}
.compare-modal-wrapper .product-row .compare-content {
  padding: 0px;
}
.compare-modal-wrapper .product-row .compare-content .grid {
  display: flex;
  margin: 0;
}
.compare-modal-wrapper .product-row .compare-content .grid .col-xl-4 {
  padding-top: 25px;
  padding-bottom: 25px;
}
.compare-modal-wrapper .product-row .compare-content .grid ul {
  margin-bottom: 0;
}
.compare-modal-wrapper .product-row .compare-content .grid-item .inner-top {
  position: relative;
}
.compare-modal-wrapper .product-row .compare-content .grid-item .inner-top .product-image {
  margin-bottom: 12px;
}
.compare-modal-wrapper .product-row .compare-content .grid-item .product-bottom {
  text-align: center;
}
.compare-modal-wrapper .product-row .compare-content .grid-item .btn, .compare-modal-wrapper .product-row .compare-content .grid-item .shopify-payment-button .shopify-payment-button__button--unbranded, .shopify-payment-button .compare-modal-wrapper .product-row .compare-content .grid-item .shopify-payment-button__button--unbranded {
  width: 100%;
}
.compare-modal-wrapper .product-row .compare-content .grid-item .col-options {
  margin-bottom: 8px;
}
.compare-modal-wrapper .product-row .compare-content .grid-item .col-remove {
  color: var(--color_url);
  border-bottom: 1px solid var(--color_url);
  display: inline-block;
  line-height: 15px;
}
.compare-modal-wrapper .product-row .compare-content .grid-item .col-remove:hover {
  color: var(--color_url_hover);
  border-bottom: 1px solid var(--color_url_hover);
}
.compare-modal-wrapper .product-row .compare-content .rating {
  text-align: center;
}
.compare-modal-wrapper .product-row .compare-content .rating .spr-badge-caption {
  display: none;
}
.compare-modal-wrapper .product-row .compare-content .collection, .compare-modal-wrapper .product-row .compare-content .product-type, .compare-modal-wrapper .product-row .compare-content .product-color, .compare-modal-wrapper .product-row .compare-content .product-option {
  text-transform: capitalize;
}
.compare-modal-wrapper .product-row .compare-content .collection .col-xl-4 {
  font-size: 0;
}
.compare-modal-wrapper .product-row .compare-content .collection .value, .compare-modal-wrapper .product-row .compare-content .product-size .value, .compare-modal-wrapper .product-row .compare-content .product-color .value {
  font-size: 12px;
  position: relative;
  padding-right: 4px;
  margin-right: 3px;
  display: inline-block;
}
.compare-modal-wrapper .product-row .compare-content .collection .value:before, .compare-modal-wrapper .product-row .compare-content .product-size .value:before, .compare-modal-wrapper .product-row .compare-content .product-color .value:before {
  content: ",";
  position: absolute;
  right: 0;
  bottom: 0px;
}
.compare-modal-wrapper .product-row .compare-content .collection .value:last-child:before, .compare-modal-wrapper .product-row .compare-content .product-size .value:last-child:before, .compare-modal-wrapper .product-row .compare-content .product-color .value:last-child:before {
  display: none;
}
.compare-modal-wrapper .product-row .compare-content .availability {
  font-weight: 500;
  text-transform: capitalize;
}
.compare-modal-wrapper .product-row .compare-content .availability .in-stock {
  color: #478425;
}
.compare-modal-wrapper .product-row .compare-content .availability .unavailable {
  color: #b20000;
}
.compare-modal-wrapper .product-row.t-product .compare-content .grid .col-xl-4 {
  padding-top: 30px;
  padding-bottom: 30px;
}
@media (max-width: 1024px) {
  .compare-modal-wrapper .product-row {
    white-space: nowrap;
    font-size: 0;
    flex-wrap: nowrap;
  }
  .compare-modal-wrapper .product-row .compare-header {
    font-size: 12px;
    display: inline-block;
    vertical-align: top;
    width: 140px;
    white-space: normal;
  }
  .compare-modal-wrapper .product-row .compare-content {
    font-size: 12px;
    display: inline-block;
    vertical-align: top;
    width: auto;
    max-width: none;
    white-space: normal;
  }
  .compare-modal-wrapper .product-row .compare-content .col-xl-4 {
    display: inline-block;
    vertical-align: top;
    width: 220px;
  }
}
#newsletter-success-modal .modal-body {
  max-height: none;
  overflow: unset;
}
#product_quickview .modal-quickview {
  max-width: 1105px;
}
#product_quickview .modal-quickview .modal-body {
  max-height: none;
  overflow: visible;
}
#product_quickview .modal-body {
  padding: 15px 0;
}
#product_quickview .modal-body .product_quickview {
  padding: 0 15px;
}
@media (min-width: 768px) {
  #product_quickview .modal-body {
    padding: 50px 0;
  }
  #product_quickview .modal-body .product_quickview {
    padding: 0 45px 0px 50px;
  }
}
#product_quickview .product_photos {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc(100% - 490px);
  flex: 0 0 calc(100% - 490px);
  max-width: calc(100% - 490px);
  margin-right: 20px;
}
#product_quickview .product_photos .slider-nav {
  margin-bottom: 55px;
}
#product_quickview .product_photos .slider-nav.slider-nav-custom {
  margin-top: 55px;
}
#product_quickview .quickview-layout-custom .product_photos .hover-to-zoom {
  bottom: -45px;
}
#product_quickview .product_shop {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 490px;
  flex: 0 0 490px;
  max-width: 490px;
  padding-left: 20px;
}
#product_quickview .product_shop .product_vendor a {
  font-size: var(--font_size);
  color: #787878;
  letter-spacing: 0.04em;
  text-transform: capitalize;
  font-weight: normal;
}
#product_quickview .product-slider.vertical-moreview {
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
}
#product_quickview .product_photos .label-videos {
  left: 20px;
  bottom: 40px;
}
.product-slider.vertical-moreview {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-direction: row-reverse;
  -moz-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.product-slider.vertical-moreview .product-single__photos_container {
  width: -moz-calc(100% - 75px);
  width: -webkit-calc(100% - 75px);
  width: -ms-calc(100% - 75px);
  width: calc(100% - 75px);
}
.product-slider.vertical-moreview .product-single__photos_container.no-sider-nav {
  width: -moz-calc(100%);
  width: -webkit-calc(100%);
  width: -ms-calc(100%);
  width: calc(100%);
}
.product-slider.vertical-moreview .slider-nav, .product-slider.vertical-moreview .slide-image-group {
  width: 65px;
  padding: 35px 0 !important;
  margin-bottom: 0;
  margin-right: 10px;
  display: none;
}
.product-slider.vertical-moreview .slider-nav.slick-slider, .product-slider.vertical-moreview .slide-image-group.slick-slider {
  display: block;
}
.product-slider.vertical-moreview .slider-nav .item, .product-slider.vertical-moreview .slide-image-group .item {
  margin: 5px 0;
  padding: 0px !important;
  border: none;
}
.product-slider.vertical-moreview .slider-nav:not(.slick-slider) .item, .product-slider.vertical-moreview .slide-image-group:not(.slick-slider) .item {
  width: 100%;
}
.product-slider.vertical-moreview .slick-arrow {
  text-align: center;
  left: 50% !important;
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.product-slider.vertical-moreview .slick-arrow svg {
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.product-slider.vertical-moreview .slick-arrow.slick-prev {
  top: -11px;
}
.product-slider.vertical-moreview .slick-arrow.slick-next {
  top: initial;
  bottom: -10px;
}
.product-slider.vertical-moreview:after {
  display: block;
  content: "";
  visibility: hidden;
  clear: both;
}
.productSpecial_wrapper {
  display: block;
  font-size: 0;
  position: relative;
}
.productSpecial_wrapper .brands-image, .productSpecial_wrapper .sub_category, .productSpecial_wrapper .products-content, .productSpecial_wrapper .marketting-banner {
  font-size: 12px;
  display: inline-block;
  vertical-align: top;
  white-space: normal;
}
.productSpecial_wrapper .sub_category {
  background-color: #f5f5f5;
  padding: 20px 15px;
  min-height: 0;
  -webkit-column-count: 2;
  column-count: 2;
}
.productSpecial_wrapper .sub_category > p {
  display: block;
  vertical-align: top;
  line-height: 20px;
  margin-bottom: 18px;
}
.productSpecial_wrapper .sub_category > p:last-child {
  margin-bottom: 0;
}
.productSpecial_wrapper .sub_category a {
  line-height: 20px;
  color: var(--color_url);
  position: relative;
}
.productSpecial_wrapper .sub_category a:before {
  left: 0;
  bottom: -1px;
  content: "";
  width: 0;
  height: 1px;
  position: absolute;
  transition: all 0.3s ease;
  background-color: var(--color_url_hover);
}
.productSpecial_wrapper .sub_category a:hover {
  color: var(--color_url_hover);
}
.productSpecial_wrapper .sub_category a:hover:before {
  width: 100%;
}
.productSpecial_wrapper .marketting-banner {
  position: relative;
}
.productSpecial_wrapper .marketting-banner-carousel {
  margin-bottom: 0;
  position: relative;
  height: 100%;
}
.productSpecial_wrapper .marketting-banner-carousel:not(.slick-slider) {
  white-space: nowrap;
  overflow: hidden;
}
.productSpecial_wrapper .marketting-banner-carousel .item {
  width: 100%;
  height: 100%;
  display: inline-block;
  vertical-align: top;
}
.productSpecial_wrapper .marketting-banner-carousel .item .link {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 5;
  position: absolute;
}
.productSpecial_wrapper .marketting-banner-carousel .slick-dots {
  position: absolute;
  bottom: 30px;
  z-index: 10;
}
.productSpecial_wrapper .marketting-banner-carousel .banner-link {
  position: relative;
  overflow: hidden;
}
.productSpecial_wrapper .marketting-banner-carousel .banner-link:before {
  content: "";
  display: block;
  position: relative;
  padding-bottom: 300px;
}
.productSpecial_wrapper .marketting-banner-carousel .banner-link img {
  z-index: 1;
  max-width: none;
  height: auto;
  width: auto;
  min-width: 100%;
  min-height: 100%;
  top: 50%;
  left: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
}
.productSpecial_wrapper .marketting-banner-content {
  position: absolute;
  bottom: 45px;
  left: 0;
  right: 0;
  z-index: 5;
  color: #fff;
  padding: 30px 15px;
  text-align: center;
}
.productSpecial_wrapper .marketting-banner-content .title {
  color: inherit;
  font-weight: 700;
  margin: 0 0 12px 0;
  font-size: 24px;
  line-height: 1.4;
}
.productSpecial_wrapper .marketting-banner-content .description {
  margin: 0;
  color: inherit;
  font-weight: 400;
  font-size: 12px;
}
@media (min-width: 1025px) {
  .productSpecial_wrapper .marketting-banner-content {
    padding: 30px;
  }
  .productSpecial_wrapper .marketting-banner-content .title {
    font-size: 32px;
  }
}
.productSpecial_wrapper .product-list {
  display: block;
  overflow: auto;
  white-space: nowrap;
}
.productSpecial_wrapper .product-list > .item {
  white-space: normal;
  display: inline-block;
  vertical-align: top;
  width: 200px;
  border-left: 1px solid #f2f2f2;
}
.productSpecial_wrapper .product-list > .item:first-child {
  border-left: none;
}
.productSpecial_wrapper .product-list > .item-2-col {
  width: 100%;
  display: none;
}
.productSpecial_wrapper .product-list > .item-2-col + .item {
  border-left: none;
}
.productSpecial_wrapper .product-list .product-card {
  padding: 20px;
  margin-bottom: 0;
}
.productSpecial_wrapper .product-demo-wrapper {
  display: table;
  padding: 15px;
}
.productSpecial_wrapper .product-demo-wrapper .product-demo-content {
  width: 55%;
  padding-right: 15px;
  vertical-align: top;
  display: table-cell;
}
.productSpecial_wrapper .product-demo-wrapper .product-demo-content .title {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 700;
  margin: 0 0 10px 0;
  max-width: 200px;
  font-family: var(--font_stack_body);
  text-transform: capitalize;
  color: var(--color_heading_text);
}
.productSpecial_wrapper .product-demo-wrapper .product-demo-content .description {
  color: #5a5a5a;
  font-size: 12px;
  margin-bottom: 12px;
}
.productSpecial_wrapper .product-demo-wrapper .product-demo-content .link {
  font-size: 12px;
  color: var(--color_url_hover);
}
.productSpecial_wrapper .product-demo-wrapper .product-demo-content .link svg {
  width: 10px;
  height: 10px;
  display: inline-block;
  margin-left: 5px;
  margin-top: -2px;
  fill: var(--color_url_hover);
  stroke: transparent;
}
.productSpecial_wrapper .product-demo-wrapper .product-demo-image {
  width: 45%;
  position: relative;
  display: table-cell;
  vertical-align: top;
}
.productSpecial_wrapper .product-demo-wrapper .product-demo-image .link-url {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  position: absolute;
}
.productSpecial_wrapper .product-demo-wrapper .product-demo-image .placeholder-svg {
  height: 270px;
}
.productSpecial_wrapper .product-demo-wrapper-mobile {
  display: table;
  padding: 15px;
  width: 100%;
  border-bottom: 1px solid #f2f2f2;
}
.productSpecial_wrapper .product-demo-wrapper-mobile .product-demo-content {
  width: 55%;
  padding-right: 15px;
  vertical-align: top;
  display: table-cell;
}
.productSpecial_wrapper .product-demo-wrapper-mobile .product-demo-content .title {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 700;
  margin: 0 0 10px 0;
  max-width: 200px;
  font-family: var(--font_stack_body);
  text-transform: capitalize;
  color: var(--color_heading_text);
}
.productSpecial_wrapper .product-demo-wrapper-mobile .product-demo-content .description {
  color: #5a5a5a;
  font-size: 12px;
  margin-bottom: 12px;
}
.productSpecial_wrapper .product-demo-wrapper-mobile .product-demo-content .link {
  font-size: 12px;
  color: var(--color_url_hover);
}
.productSpecial_wrapper .product-demo-wrapper-mobile .product-demo-content .link svg {
  width: 10px;
  height: 10px;
  display: inline-block;
  margin-left: 5px;
  margin-top: -2px;
  fill: var(--color_url_hover);
  stroke: transparent;
}
.productSpecial_wrapper .product-demo-wrapper-mobile .product-demo-image {
  width: 45%;
  display: table-cell;
  vertical-align: top;
  position: relative;
}
.productSpecial_wrapper .product-demo-wrapper-mobile .product-demo-image .placeholder-svg {
  height: 270px;
}
.productSpecial_wrapper .product-demo-wrapper-mobile .product-demo-image .link-url {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  position: absolute;
}
.productSpecial_wrapper .brands-image {
  display: block;
  padding: 20px 0;
  border: 1px solid #f2f2f2;
  position: relative;
  top: -1px;
}
.productSpecial_wrapper .brands-list-2 {
  display: flex;
  margin: 0 auto;
  white-space: nowrap;
  overflow: auto;
}
.productSpecial_wrapper .brands-list-2 .brand-item {
  display: inline-block;
  margin-right: 0px;
}
.productSpecial_wrapper .brands-list-2 .brand-item img, .productSpecial_wrapper .brands-list-2 .brand-item a {
  min-width: 130px;
  display: inline-block;
}
.productSpecial_wrapper .brands-list-2 .brand-item img.lazyload, .productSpecial_wrapper .brands-list-2 .brand-item img.lazyloading {
  max-height: 50px;
}
.productSpecial_wrapper .sub_category {
  width: 100%;
}
.productSpecial_wrapper .marketting-banner {
  width: 100%;
}
.productSpecial_wrapper .products-content {
  display: block;
  border: 1px solid #f2f2f2;
}
@media (min-width: 551px) {
  .productSpecial_wrapper .product-list > .item {
    width: 230px;
  }
  .productSpecial_wrapper .product-list > .item-2-col {
    width: 100%;
  }
  .productSpecial_wrapper .brands-list-2 .brand-item img, .productSpecial_wrapper .brands-list-2 .brand-item a {
    min-width: 150px;
    display: inline-block;
  }
}
@media (min-width: 768px) {
  .productSpecial_wrapper .sub_category {
    width: 50%;
    min-height: 300px;
  }
  .productSpecial_wrapper .marketting-banner {
    width: 50%;
  }
  .productSpecial_wrapper .product-list > .item {
    width: 260px;
  }
  .productSpecial_wrapper .product-list > .item-2-col {
    width: 480px;
    display: inline-block;
  }
  .productSpecial_wrapper .product-list > .item-2-col + .item {
    border-left: 1px solid #f2f2f2;
  }
  .productSpecial_wrapper .sub_category {
    -webkit-column-count: 3;
    column-count: 3;
  }
  .productSpecial_wrapper .product-demo-wrapper {
    padding: 20px;
  }
  .productSpecial_wrapper .product-demo-wrapper .product-demo-content {
    width: 50%;
    padding-right: 20px;
  }
  .productSpecial_wrapper .product-demo-wrapper .product-demo-content .title {
    font-size: 18px;
  }
  .productSpecial_wrapper .product-demo-wrapper .product-demo-image {
    width: 50%;
  }
  .productSpecial_wrapper .product-demo-wrapper-mobile {
    display: none;
  }
}
@media (min-width: 1025px) {
  .productSpecial_wrapper {
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
  }
  .productSpecial_wrapper .sub_category {
    width: 14%;
    -webkit-column-count: 1;
    column-count: 1;
  }
  .productSpecial_wrapper .sub_category > p {
    display: block;
  }
  .productSpecial_wrapper .marketting-banner {
    width: 27%;
  }
  .productSpecial_wrapper .marketting-banner .placeholder-svg {
    height: 715px;
  }
  .productSpecial_wrapper .products-content {
    width: 59%;
    border: none;
    border-right: 1px solid #f2f2f2;
  }
  .productSpecial_wrapper .brands-image {
    width: 100%;
  }
  .productSpecial_wrapper .product-demo {
    display: inline-block;
    white-space: 66.66667%;
  }
  .productSpecial_wrapper .product-list {
    display: block;
    width: 100%;
    font-size: 0;
    height: 100%;
    border-bottom: 1px solid #f2f2f2;
    white-space: normal;
    overflow: hidden;
  }
  .productSpecial_wrapper .product-list > .item {
    display: inline-block;
    vertical-align: top;
    width: 33.33333%;
    border-top: 1px solid #f2f2f2;
    border-left: 1px solid #f2f2f2;
  }
  .productSpecial_wrapper .product-list > .item-2-col {
    width: 66.66667%;
  }
  .productSpecial_wrapper .product-list .card-img-container {
    max-width: 190px;
  }
  .productSpecial_wrapper .marketting-banner-carousel .banner-link:before {
    padding-bottom: 675px;
  }
}
@media (min-width: 1281px) {
  .productSpecial_wrapper {
    display: flex;
    align-items: flex-start;
    flex-wrap: nowrap;
    height: 100%;
    align-items: stretch;
  }
  .productSpecial_wrapper .sub_category {
    padding: 25px 30px;
  }
  .productSpecial_wrapper .product-demo-wrapper {
    padding: 30px;
  }
  .productSpecial_wrapper .product-list .product-card {
    padding: 25px 30px 29px 30px;
  }
  .productSpecial_wrapper .products-content {
    width: 49%;
    white-space: normal;
    border: none;
  }
  .productSpecial_wrapper .brands-image {
    width: 10%;
    white-space: normal;
    position: relative;
    top: 0px;
  }
  .productSpecial_wrapper .brands-list-2 {
    display: block;
    white-space: normal;
    overflow: hidden;
  }
  .productSpecial_wrapper .brands-list-2 .brand-item {
    display: block;
    margin-right: 0;
    margin-bottom: 10px;
    text-align: center;
  }
  .productSpecial_wrapper .brands-list-2 .brand-item a {
    width: 100%;
  }
  .productSpecial_wrapper .marketting-banner-carousel .banner-link:before {
    padding-bottom: 796px;
  }
}
.page-collections .infinite-scrolling {
  margin-top: 4px;
  margin-bottom: 30px;
}
@media (min-width: 1024px) {
  .page-collections .infinite-scrolling {
    margin-bottom: 65px;
  }
}
.page-collections .infinite-scrolling .btn, .page-collections .infinite-scrolling .shopify-payment-button .shopify-payment-button__button--unbranded, .shopify-payment-button .page-collections .infinite-scrolling .shopify-payment-button__button--unbranded {
  border-color: #b9babb;
  padding: 10px 15px 11px;
  max-width: 327px;
  color: #787878;
}
.page-collections .infinite-scrolling .btn:hover, .page-collections .infinite-scrolling .shopify-payment-button .shopify-payment-button__button--unbranded:hover, .shopify-payment-button .page-collections .infinite-scrolling .shopify-payment-button__button--unbranded:hover {
  background: #505050;
  color: #fff;
  border-color: #505050;
}
@media (min-width: 767px) {
  .page-collections-default .collection-header-default {
    margin: 0px auto 30px;
  }
}
@media (min-width: 1025px) {
  .page-collections-default .collection-header-default {
    margin: 0px auto 70px;
  }
}
.page-collections-default .collection-header-default .top-header {
  position: relative;
}
.page-collections-default .collection-header-default .top-header .collection-image {
  text-align: center;
}
@media (max-width: 768px) {
  .page-collections-default .collection-header-default .top-header .collection-image {
    overflow: hidden;
    position: relative;
  }
  .page-collections-default .collection-header-default .top-header .collection-image:after {
    content: "";
    display: block;
    width: 100%;
    height: 0;
    padding-top: 30%;
  }
  .page-collections-default .collection-header-default .top-header .collection-image img {
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    object-fit: cover;
    height: 100%;
    max-height: 100%;
    width: 100%;
    max-width: 100%;
  }
}
.page-collections-default .collection-header-default .no-image span {
  top: 83%;
}
.page-collections-default .collection-header-default .wrapper-header-cs {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: transparent !important;
  padding: 36px 0px 24px;
}
@media (max-width: 767px) {
  .page-collections-default .collection-header-default .wrapper-header-cs {
    padding: 0px;
  }
}
.page-collections-default .collection-header-default .wrapper-header-cs .breadcrumb a, .page-collections-default .collection-header-default .wrapper-header-cs .breadcrumb span {
  color: #fff;
}
.page-collections-default .collection-header-default .wrapper-header-cs .title {
  color: #fff;
}
@media (max-width: 767px) {
  .page-collections-default .collection-header-default .wrapper-header-cs .title {
    display: none;
  }
}
.page-collections-default .collection-header-default .collection-des {
  letter-spacing: 0.04em;
  line-height: 24px;
  text-align: center;
  margin: 20px auto 20px;
  font-size: 12px;
}
@media (min-width: 767px) {
  .page-collections-default .collection-header-default .collection-des {
    width: 90%;
    margin: 30px auto 0px;
  }
}
@media (min-width: 1025px) {
  .page-collections-default .collection-header-default .collection-des {
    margin: 49px auto 0px;
  }
}
@media (min-width: 1200px) {
  .page-collections-default .collection-header-default .collection-des {
    width: 75%;
  }
}
@media (min-width: 1300px) {
  .page-collections-default .collection-header-default .collection-des {
    width: 62%;
  }
}
.customer-banner-text-col {
  background: #fafafa;
}
.customer-banner-text-col.back_container {
  background: transparent;
}
.customer-banner-text-col.back_container .container .halo-row-custom {
  background: #fafafa;
}
.customer-banner-text-col .halo-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 60px 0px 35px;
}
.customer-banner-text-col .halo-item.reserve {
  -webkit-flex-direction: row-reverse;
  -moz-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  -o-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
@media (max-width: 767px) {
  .customer-banner-text-col .halo-item {
    flex-wrap: wrap;
    flex-direction: column-reverse;
    margin-top: 30px 0px 0px;
  }
  .customer-banner-text-col .halo-item.reserve {
    flex-direction: column-reverse;
  }
}
.customer-banner-text-col .halo-item .col-image {
  width: 50%;
}
@media (max-width: 767px) {
  .customer-banner-text-col .halo-item .col-image {
    width: 100%;
  }
}
.customer-banner-text-col .halo-item .col-image .col-image {
  width: 100%;
}
.customer-banner-text-col .halo-item .col-content {
  width: 50%;
  position: relative;
  overflow-y: auto;
}
.customer-banner-text-col .halo-item .col-content::-webkit-scrollbar {
  width: 2px;
}
.customer-banner-text-col .halo-item .col-content::-webkit-scrollbar-track {
  background: #fff;
  margin: 5px 0px 5px;
}
.customer-banner-text-col .halo-item .col-content::-webkit-scrollbar-thumb {
  background: #505050;
}
.customer-banner-text-col .halo-item .col-content::-webkit-scrollbar-thumb:hover {
  background: #555;
}
@media (max-width: 767px) {
  .customer-banner-text-col .halo-item .col-content {
    width: 100% !important;
    padding: 30px 10px;
    overflow-y: inherit !important;
  }
}
.customer-banner-text-col .halo-item .col-content .content-wrapper {
  position: absolute;
  top: 50%;
  left: 23.8%;
  width: 70%;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
}
@media (max-width: 1199px) {
  .customer-banner-text-col .halo-item .col-content .content-wrapper {
    width: 90%;
    position: absolute;
    right: 20px;
    left: inherit;
  }
}
@media (max-width: 768px) {
  .customer-banner-text-col .halo-item .col-content .content-wrapper {
    top: 70%;
    padding-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .customer-banner-text-col .halo-item .col-content .content-wrapper {
    position: relative;
    top: 0px;
    right: 0px;
    width: 100%;
    -ms-transform: translateY(0%);
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
}
@media (min-width: 1200px) {
  .customer-banner-text-col .halo-item .col-content .content-wrapper {
    left: 12%;
    width: 80%;
  }
}
@media (min-width: 1600px) {
  .customer-banner-text-col .halo-item .col-content .content-wrapper {
    width: 64%;
  }
}
@media (min-width: 1700px) {
  .customer-banner-text-col .halo-item .col-content .content-wrapper {
    width: 53%;
  }
}
.customer-banner-text-col .halo-item .col-content .content-wrapper .icon-heading {
  padding-bottom: 10px;
}
.customer-banner-text-col .halo-item .col-content .content-wrapper .icon-heading svg {
  fill: #8b714a;
  width: 36px;
  height: 36px;
}
.customer-banner-text-col .halo-item .col-content .content-wrapper .title {
  font-size: var(--font_size_plus18);
  line-height: 46px;
  letter-spacing: 0.04em;
  text-transform: capitalize;
  color: #282828;
  font-weight: 600;
  font-family: var(--font_stack_heading);
  margin-bottom: 31px;
}
@media (max-width: 1024px) {
  .customer-banner-text-col .halo-item .col-content .content-wrapper .title {
    font-size: var(--font_size_plus10);
    line-height: 35px;
    margin-bottom: 20px;
  }
}
.customer-banner-text-col .halo-item .col-content .content-wrapper .descriptions_col {
  font-size: var(--font_size);
  line-height: 24px;
  letter-spacing: 0.02em;
  margin-bottom: 55px;
}
@media (max-width: 1024px) {
  .customer-banner-text-col .halo-item .col-content .content-wrapper .descriptions_col {
    margin-bottom: 25px;
  }
}
@media (max-width: 767px) {
  .customer-banner-text-col .halo-item .col-content .content-wrapper .descriptions_col {
    margin-bottom: 40px;
  }
}
.customer-banner-text-col .halo-item .col-content .content-wrapper .btn, .customer-banner-text-col .halo-item .col-content .content-wrapper .shopify-payment-button .shopify-payment-button__button--unbranded, .shopify-payment-button .customer-banner-text-col .halo-item .col-content .content-wrapper .shopify-payment-button__button--unbranded {
  max-width: 230px;
  border-color: #8b714a;
  color: #8b714a;
  background: transparent;
  padding: 11px 15px 10px;
}
.customer-banner-text-col .halo-item .col-content .content-wrapper .btn:hover, .customer-banner-text-col .halo-item .col-content .content-wrapper .shopify-payment-button .shopify-payment-button__button--unbranded:hover, .shopify-payment-button .customer-banner-text-col .halo-item .col-content .content-wrapper .shopify-payment-button__button--unbranded:hover {
  border-color: #8b714a;
  color: #fff;
  background: #8b714a;
}
.page-collections-custom .breadcrumb {
  padding: 34px 0px 32px;
}
@media (max-width: 767px) {
  .page-collections-custom .breadcrumb {
    padding: 15px 0px 15px;
  }
}
.page-collections-custom .breadcrumb .container {
  padding-left: 0px;
  padding-right: 0px;
}
.page-collections-custom .collection-header-custom .top-header {
  margin-bottom: 43px;
  background: #fafafa;
}
@media (min-width: 768px) {
  .page-collections-custom .collection-header-custom .top-header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
.page-collections-custom .collection-header-custom .top-header .collection-image {
  width: 270px;
}
@media (max-width: 768px) {
  .page-collections-custom .collection-header-custom .top-header .collection-image {
    width: 200px;
  }
}
@media (max-width: 767px) {
  .page-collections-custom .collection-header-custom .top-header .collection-image {
    width: 100%;
  }
  .page-collections-custom .collection-header-custom .top-header .collection-image img {
    width: 100%;
  }
}
.page-collections-custom .collection-header-custom .top-header .collection-wrapper {
  width: calc(100% - 270px);
  position: relative;
  overflow: auto;
}
@media (max-width: 768px) {
  .page-collections-custom .collection-header-custom .top-header .collection-wrapper {
    width: calc(100% - 200px);
  }
}
@media (max-width: 767px) {
  .page-collections-custom .collection-header-custom .top-header .collection-wrapper {
    width: 100%;
    text-align: center;
    padding: 20px 10px 15px;
  }
}
.page-collections-custom .collection-header-custom .top-header .collection-wrapper::-webkit-scrollbar {
  width: 2px;
}
.page-collections-custom .collection-header-custom .top-header .collection-wrapper::-webkit-scrollbar-track {
  background: #fff;
  margin: 5px 0px 5px;
}
.page-collections-custom .collection-header-custom .top-header .collection-wrapper::-webkit-scrollbar-thumb {
  background: #505050;
}
.page-collections-custom .collection-header-custom .top-header .collection-wrapper::-webkit-scrollbar-thumb:hover {
  background: #555;
}
.page-collections-custom .collection-header-custom .top-header .collection-wrapper .wrapper-content {
  width: 100%;
  top: 0px;
}
@media (max-width: 768px) {
  .page-collections-custom .collection-header-custom .top-header .collection-wrapper .wrapper-content {
    top: 75% !important;
    padding-bottom: 15px;
  }
}
@media (min-width: 768px) {
  .page-collections-custom .collection-header-custom .top-header .collection-wrapper .wrapper-content {
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 90%;
  }
}
@media (min-width: 1025px) {
  .page-collections-custom .collection-header-custom .top-header .collection-wrapper .wrapper-content {
    width: 80%;
  }
}
.page-collections-custom .collection-header-custom .top-header .collection-wrapper .wrapper-content .title {
  font-size: 30px;
  line-height: 32px;
  letter-spacing: 0.04em;
  color: #282828;
  font-weight: 600;
  font-family: var(--font_stack_heading);
  text-transform: capitalize;
  padding-bottom: 6px;
}
@media (max-width: 767px) {
  .page-collections-custom .collection-header-custom .top-header .collection-wrapper .wrapper-content .title {
    font-size: 26px;
    padding-bottom: 0px;
  }
}
.page-collections-custom .collection-header-custom .top-header .collection-wrapper .wrapper-content .collection-des .rte {
  line-height: 24px;
  font-size: var(--font_size);
  letter-spacing: 0.04em;
  margin-bottom: 22px;
}
@media (max-width: 767px) {
  .page-collections-custom .collection-header-custom .top-header .collection-wrapper .wrapper-content .collection-des .rte {
    text-align: left;
  }
}
.page-collections-custom .collection-header-custom .top-header .collection-wrapper .wrapper-content .sub-categories-list .sub-cate-info {
  display: inline-block;
}
.page-collections-custom .collection-header-custom .top-header .collection-wrapper .wrapper-content .sub-categories-list .sub-cate-info a {
  letter-spacing: 0.15em;
  line-height: 35px;
  font-size: var(--font_size);
  text-transform: uppercase;
  padding: 10px 20px 10px 20px;
  color: #323232;
}
.page-collections-custom .collection-header-custom .top-header .collection-wrapper .wrapper-content .sub-categories-list .sub-cate-info a span {
  border-bottom: 1px solid #b1b2b3;
}
.page-collections-custom .collection-header-custom .top-header .collection-wrapper .wrapper-content .sub-categories-list .sub-cate-info a:hover {
  color: #8b714a;
}
.page-collections-custom .collection-header-custom .top-header .collection-wrapper .wrapper-content .sub-categories-list .sub-cate-info a:hover span {
  border-color: #cabfb0;
}
@media (min-width: 1200px) {
  .page-collections-custom .pagination-wrapper {
    margin-top: -25px;
    margin-bottom: 80px;
  }
  .page-collections-custom .customer-banner-text-col {
    margin-bottom: 85px;
  }
}
@media (min-width: 1700px) {
  .page-collections-custom .customer-banner-text-col .halo-item .col-content .content-wrapper {
    width: 78.3%;
  }
}
.page-collections-custom .page-sidebar .sidebarBlock-content .advertisement-image .image-top {
  padding-bottom: 20px !important;
}
.page-collections-custom .page-sidebar .view-all a {
  padding: 16px 0px 38px !important;
}
.page-collections-custom .page-sidebar .cms_block .sidebarBlock-heading {
  padding-bottom: 12px;
}
.page-collections-custom .page-sidebar .cms_block .sidebarBlock-content p {
  padding-bottom: 5px;
}
.page-collections-custom .page-sidebar .cms_block .btn, .page-collections-custom .page-sidebar .cms_block .shopify-payment-button .shopify-payment-button__button--unbranded, .shopify-payment-button .page-collections-custom .page-sidebar .cms_block .shopify-payment-button__button--unbranded {
  margin-top: 14px;
  max-width: 100%;
}
.page-collections-custom .page-sidebar .sidebarBlock .productCarousel {
  padding-bottom: 25px;
}
.page-collections-custom .page-sidebar .sidebarBlock .productCarousel.slick-dotted.slick-slider {
  margin-bottom: 28px;
}
.page-collections-custom .page-sidebar .sidebarBlock .productCarousel .slick-dots li button {
  width: 7px;
  height: 7px;
}
.page-collections-custom .page-sidebar .sidebarBlock .productCarousel .slick-dots li.slick-active button {
  width: 7px;
  height: 7px;
}
@media (min-width: 1025px) {
  .page-collections-custom .page-sidebar {
    width: 210px;
  }
  .page-collections-custom .page-sidebar + .page-content {
    width: calc(100% - 210px);
    padding-left: 30px;
  }
}
.page-collections-custom .recently-viewed-products .section-header .view-all {
  top: 14px;
}
.page-collections-custom .recently-viewed-products .slick-arrow.slick-prev, .page-collections-custom .recently-viewed-products .slick-arrow.slick-next {
  border: 1px solid #787878;
  width: 36px;
  height: 36px;
  background: #fff;
  top: 30%;
  box-shadow: 0 1px 0px rgba(120, 120, 120, 0.4);
}
.page-collections-custom .recently-viewed-products .slick-arrow.slick-prev svg, .page-collections-custom .recently-viewed-products .slick-arrow.slick-next svg {
  color: #505050;
  fill: #505050;
  stroke: #505050;
}
.page-collections-custom .recently-viewed-products .slick-arrow.slick-next {
  padding-top: 7px;
  padding-left: 8px;
  right: -5px;
}
.page-collections-custom .recently-viewed-products .slick-arrow.slick-prev {
  padding-top: 7px;
  padding-left: 6px;
  left: -5px;
}
.page-collections-custom .recently-viewed-products .slick-arrow:hover.slick-prev, .page-collections-custom .recently-viewed-products .slick-arrow:hover.slick-next {
  background: #323232;
  border-color: #323232;
}
.page-collections-custom .recently-viewed-products .slick-arrow:hover.slick-prev svg, .page-collections-custom .recently-viewed-products .slick-arrow:hover.slick-next svg {
  color: #fff;
  fill: #fff;
  stroke: #fff;
}
@media (max-width: 767px) {
  .page-collections-custom .collection-header-custom .top-header .collection-image {
    position: relative;
    height: 150px;
    overflow: hidden;
  }
  .page-collections-custom .collection-header-custom .top-header .collection-image img {
    width: 100%;
    top: 50%;
    left: 50%;
    height: auto;
    min-height: 100%;
    max-width: none;
    position: absolute;
    transform: translate(-50%, -50%);
  }
}
.product-compare-btn {
  display: none;
}
.product-compare-btn input {
  display: none;
}
.product-compare-btn input:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0) rotate(-45deg);
}
.product-compare-btn input:checked + label:after {
  opacity: 1;
  transform: scale(1) rotate(-45deg);
}
.product-compare-btn label {
  font-weight: 400;
  padding-left: 20px;
  position: relative;
  text-transform: capitalize;
}
.product-compare-btn label:before {
  content: "";
  left: 0;
  top: 0px;
  width: 13px;
  height: 13px;
  position: absolute;
  border: 1px solid #dbdbdb;
  background-color: #fff;
}
.product-compare-btn label:after {
  content: '';
  width: 9px;
  height: 5px;
  position: absolute;
  top: 3px;
  left: 1.5px;
  border: 2px solid #232323;
  border-top: none;
  border-right: none;
  background: rgba(255, 255, 255, 0);
  transform: rotate(-45deg);
  transition: all 0.1s;
}
.product-compare-btn label > span {
  position: relative;
}
.product-compare-btn label > span:before {
  content: "";
  bottom: -1px;
  left: 0;
  width: 0;
  height: 1px;
  position: absolute;
  background-color: var(--color_body_text);
  transition: all 0.3s ease;
}
.product-compare-btn label:hover > span:before {
  width: 100%;
}
.product-compare-btn.compare-added input + label:after {
  opacity: 1 !important;
  transform: scale(1) rotate(-45deg) !important;
}
.product-compare-btn.compare-btn-mb {
  display: block;
}
@media (min-width: 1025px) {
  .product-compare-btn {
    display: block;
  }
}
.product-compare {
  display: none;
}
.compare-link {
  display: none;
  position: relative;
  margin-left: auto;
  margin-right: 0;
  margin-top: 20px;
  width: 100%;
  max-width: 247px;
  position: fixed;
  right: 50px;
  top: 40%;
  margin-top: 0;
  z-index: 99;
}
@media (max-width: 1199px) {
  .compare-link {
    top: 37%;
  }
}
.compare-link svg {
  display: none;
}
.compare-link.compare-btn-mb {
  display: block;
}
@media (max-width: 1199px) {
  .compare-link.compare-btn-mb {
    max-width: 40px;
    right: 20px;
  }
  .compare-link.compare-btn-mb .btn, .compare-link.compare-btn-mb .shopify-payment-button .shopify-payment-button__button--unbranded, .shopify-payment-button .compare-link.compare-btn-mb .shopify-payment-button__button--unbranded {
    overflow: inherit;
    border-radius: 1px;
    padding: 9px 10px 8px;
    color: #fafafa;
    border-color: #505050;
    background-color: #fafafa;
  }
  .compare-link.compare-btn-mb .countPill {
    position: absolute;
    bottom: -14px;
    right: -11px;
    background: #505050;
  }
  .compare-link.compare-btn-mb svg {
    display: block;
    fill: #505050;
  }
  .compare-link.compare-btn-mb .compare-text {
    display: none;
  }
}
.compare-link .btn-compare {
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
  padding-left: 40px;
  padding-right: 40px;
  max-width: 247px;
  padding: 9px 15px 8px;
  color: #fafafa;
  border-color: #505050;
  background-color: #505050;
}
.compare-link .btn-compare .countPill {
  width: 23px;
  height: 23px;
  display: inline-block;
  border: 1px solid #858585;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  padding-left: 2px;
  font-weight: normal;
  margin-left: 4px;
}
.compare-link .btn-compare:hover {
  color: #fafafa;
  border-color: #505050;
  background-color: #505050;
}
.compare-link .btn-compare.show {
  opacity: 1;
  pointer-events: auto;
  visibility: visible;
}
@media (min-width: 1025px) {
  .compare-link {
    display: block;
  }
}
.modal-compare {
  width: 100% !important;
  max-width: 1190px !important;
}
.modal-compare .modal-header {
  background-color: #fafafa;
}
@media (min-width: 768px) {
  .modal-compare .close-modal {
    border-radius: 0;
    top: -6px;
    right: -52px;
    color: #fff;
  }
  .modal-compare .close-modal:hover {
    color: var(--color_url_hover);
  }
  .modal-compare .close-modal svg {
    width: 24px;
    height: 24px;
  }
}
.compare-modal-wrapper {
  border: 1px solid #eaeaea;
  max-height: 70vh;
  overflow: auto;
  margin-right: -2px;
  webkit-overflow-scrolling: touch;
}
.compare-modal-wrapper::-webkit-scrollbar-track {
  background-color: #f4f4f4;
}
.compare-modal-wrapper::-webkit-scrollbar {
  height: 5px;
  width: 5px;
  background-color: #f4f4f4;
}
.compare-modal-wrapper::-webkit-scrollbar-thumb {
  background-color: var(--color_heading_text);
}
.compare-modal-wrapper .product-row {
  margin-left: 0;
  margin-right: 0;
}
.compare-modal-wrapper .product-row + .product-row .compare-header {
  border-top: 1px solid #eaeaea;
  margin-top: -1px;
}
.compare-modal-wrapper .product-row + .product-row .compare-content {
  border-top: 1px solid #eaeaea;
  margin-top: -1px;
}
.compare-modal-wrapper .product-row + .product-row .compare-content .grid .col-xl-4 {
  margin-top: -1px;
  letter-spacing: 0.04em;
  text-transform: capitalize;
}
.compare-modal-wrapper .product-row .compare-header {
  padding: 21px 30px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-size: var(--font_size);
  font-weight: 500;
  text-transform: uppercase;
  border-right: 1px solid #eaeaea;
  color: #282828;
  letter-spacing: 0.15em;
}
.compare-modal-wrapper .product-row .compare-content {
  padding: 0px;
}
.compare-modal-wrapper .product-row .compare-content .grid {
  display: flex;
  margin: 0;
}
.compare-modal-wrapper .product-row .compare-content .grid.product-grid {
  padding: 15px;
}
.compare-modal-wrapper .product-row .compare-content .grid .col-xl-4 {
  padding: 22px 30px 21px;
}
.compare-modal-wrapper .product-row .compare-content .grid ul {
  margin-bottom: 0;
}
.compare-modal-wrapper .product-row .compare-content .grid.description {
  font-size: 0;
  letter-spacing: 0;
}
.compare-modal-wrapper .product-row .compare-content .grid.description p {
  font-size: var(--font_size);
  letter-spacing: 0.04em;
  color: #787878;
  line-height: 24px;
}
.compare-modal-wrapper .product-row .compare-content .grid-item .product-card {
  padding: 15px;
}
.compare-modal-wrapper .product-row .compare-content .grid-item .product-card .product-content .top-content {
  height: 110px;
  overflow: hidden;
}
.compare-modal-wrapper .product-row .compare-content .grid-item .inner-top {
  position: relative;
}
.compare-modal-wrapper .product-row .compare-content .grid-item .inner-top .product-image {
  margin-bottom: 12px;
}
.compare-modal-wrapper .product-row .compare-content .grid-item .product-bottom {
  text-align: center;
}
.compare-modal-wrapper .product-row .compare-content .grid-item .btn, .compare-modal-wrapper .product-row .compare-content .grid-item .shopify-payment-button .shopify-payment-button__button--unbranded, .shopify-payment-button .compare-modal-wrapper .product-row .compare-content .grid-item .shopify-payment-button__button--unbranded {
  width: 100%;
  margin-top: 7px;
}
.compare-modal-wrapper .product-row .compare-content .grid-item .col-options {
  margin-bottom: 8px;
}
.compare-modal-wrapper .product-row .compare-content .rating {
  text-align: center;
}
.compare-modal-wrapper .product-row .compare-content .rating .spr-badge-caption {
  display: none;
}
.compare-modal-wrapper .product-row .compare-content .collection, .compare-modal-wrapper .product-row .compare-content .product-type, .compare-modal-wrapper .product-row .compare-content .product-color, .compare-modal-wrapper .product-row .compare-content .product-option {
  text-transform: capitalize;
}
.compare-modal-wrapper .product-row .compare-content .collection .col-xl-4 {
  font-size: 0;
}
.compare-modal-wrapper .product-row .compare-content .collection .value, .compare-modal-wrapper .product-row .compare-content .product-size .value, .compare-modal-wrapper .product-row .compare-content .product-color .value {
  font-size: 12px;
  position: relative;
  padding-right: 4px;
  margin-right: 3px;
  display: inline-block;
}
.compare-modal-wrapper .product-row .compare-content .collection .value:before, .compare-modal-wrapper .product-row .compare-content .product-size .value:before, .compare-modal-wrapper .product-row .compare-content .product-color .value:before {
  content: ",";
  position: absolute;
  right: 0;
  bottom: 0px;
}
.compare-modal-wrapper .product-row .compare-content .collection .value:last-child:before, .compare-modal-wrapper .product-row .compare-content .product-size .value:last-child:before, .compare-modal-wrapper .product-row .compare-content .product-color .value:last-child:before {
  display: none;
}
.compare-modal-wrapper .product-row .compare-content .availability {
  text-transform: capitalize;
  letter-spacing: 0.04em;
}
.compare-modal-wrapper .product-row .compare-content .availability .in-stock {
  color: #8b714a;
}
.compare-modal-wrapper .product-row .compare-content .availability .unavailable {
  color: #e95144;
}
.compare-modal-wrapper .product-row.t-product .compare-content .grid .col-xl-4 {
  padding-top: 0px;
  padding-bottom: 8px;
  padding-left: 0;
  padding-right: 0;
}
.compare-modal-wrapper .product-row.t-product .product-card:before {
  content: none;
}
.compare-modal-wrapper .product-row.t-product .product-card .product-action {
  opacity: 1;
  visibility: visible;
}
.compare-modal-wrapper .product-row.t-product .product-card .product-action .product-remove {
  color: #787878;
  letter-spacing: 0.02em;
  line-height: 25px;
  margin-top: 12px;
  display: inline-block;
}
.compare-modal-wrapper .product-row.t-product .product-card .product-action .product-remove span {
  border-bottom: 1px solid #b1b2b3;
}
.compare-modal-wrapper .product-row.t-product .product-card .product-action .product-remove:hover {
  color: #8b714a;
}
.compare-modal-wrapper .product-row.t-product .product-card .product-action .product-remove:hover span {
  border-color: #cabfb0;
}
.compare-modal-wrapper .product-row.t-product .product-card .product-btn {
  color: var(--color_product_button_text);
  border-color: var(--color_product_button_border);
  background-color: var(--color_product_button_bg);
}
.compare-modal-wrapper .product-row.t-product .product-card .product-btn:hover {
  color: var(--color_product_button_text_hover);
  border-color: var(--color_product_button_border_hover);
  background-color: var(--color_product_button_bg_hover);
}
@media (max-width: 1024px) {
  .compare-modal-wrapper .product-row {
    white-space: nowrap;
    font-size: 0;
    flex-wrap: nowrap;
  }
  .compare-modal-wrapper .product-row .compare-header {
    font-size: 12px;
    display: inline-block;
    vertical-align: top;
    width: 140px;
    white-space: normal;
  }
  .compare-modal-wrapper .product-row .compare-content {
    font-size: 12px;
    display: inline-block;
    vertical-align: top;
    width: auto;
    max-width: none;
    white-space: normal;
  }
  .compare-modal-wrapper .product-row .compare-content .col-xl-4 {
    display: inline-block;
    vertical-align: top;
    width: 220px;
  }
}
@media (min-width: 1200px) {
  .page-collections-custom .compare-link {
    max-width: 247px;
  }
  .page-collections-custom .compare-link .btn-compare {
    background: #fff;
    border: 1px solid #c8c8c8;
    color: #323232;
    font-weight: 500;
    letter-spacing: 0.04em;
    text-transform: capitalize;
    -webkit-box-shadow: 3px 3px 0px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 3px 3px 0px rgba(0, 0, 0, 0.05);
    box-shadow: 3px 3px 0px rgba(0, 0, 0, 0.05);
  }
  .page-collections-custom .compare-link .btn-compare .countPill {
    background: #e95144;
    border-color: #e95144;
    color: #fff;
    padding-left: 0px;
    margin-left: 7px;
  }
}
.ask-an-expert .ask-link {
  max-width: 246px;
  padding: 11px 15px 10px;
  background: #f4a884;
  border-color: #f4a884;
  color: #fff;
  position: fixed;
  right: 50px;
  bottom: 29.4%;
  margin-top: 0;
  z-index: 99;
}
@media (min-width: 1200px) {
  .ask-an-expert .ask-link {
    -webkit-box-shadow: 3px 3px 0 #f5f5f5;
    -moz-box-shadow: 3px 3px 0 #f5f5f5;
    box-shadow: 3px 3px 0 #f5f5f5;
    right: 50px;
  }
}
.ask-an-expert .ask-link svg {
  display: none;
}
.ask-an-expert .ask-link:hover {
  background: #fff;
  color: #f4a884;
  border-color: #f4a884;
}
@media (max-width: 1199px) {
  .ask-an-expert .ask-link {
    display: none;
    max-width: 40px;
    right: 20px;
    padding: 0px;
    background: #fff;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    border: none;
  }
  .ask-an-expert .ask-link svg {
    display: block;
    width: 100%;
    height: 100%;
    fill: #f4a884;
  }
  .ask-an-expert .ask-link span {
    display: none;
  }
  .ask-an-expert .ask-link.ask-active-mb {
    display: block;
    width: 36px;
    height: 36px;
    bottom: 49% !important;
    right: 15px;
    margin-bottom: 15px !important;
  }
}
.modal-ask-an-expert {
  max-width: 764px !important;
  width: 100%;
  min-height: calc(100% - (0.75rem * 2));
}
.modal-ask-an-expert .modal-body {
  padding-top: 20px;
  padding-bottom: 20px;
  overflow: auto;
}
.modal-ask-an-expert .modal-header {
  padding: 19px 15px 18px;
}
@media (max-width: 1024px) {
  .modal-ask-an-expert .modal-header {
    padding: 15px;
  }
}
.modal-ask-an-expert .modal-header .modal-title {
  font-size: var(--font_size_plus8);
  letter-spacing: 0.15em;
  font-weight: 600;
  color: #44311c;
  text-transform: uppercase;
}
@media (max-width: 1024px) {
  .modal-ask-an-expert .modal-header .modal-title {
    font-size: var(--font_size_plus4);
  }
}
.modal-ask-an-expert .form-wrapper {
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}
.modal-ask-an-expert .form-group {
  margin-bottom: 20px;
}
.modal-ask-an-expert .form-label {
  margin-bottom: 4px;
}
.modal-ask-an-expert .note {
  padding: 0px;
  border: none;
}
.modal-ask-an-expert .note .fa-check {
  padding-right: 5px;
}
.modal-ask-an-expert .des {
  color: #787878;
  text-align: center;
  letter-spacing: 0.04em;
  margin-bottom: 10px;
  padding-bottom: 10px;
}
.modal-ask-an-expert .title {
  font-size: var(--font_size);
  letter-spacing: 0.15em;
  text-transform: uppercase;
  font-weight: 600;
  color: #44311c;
  text-align: center;
  margin-bottom: 15px;
  line-height: 22px;
}
.modal-ask-an-expert .form-inner .form-header {
  border-top: 1px solid #efefef;
  padding: 28px 15px 12px;
}
.modal-ask-an-expert .actions .btn, .modal-ask-an-expert .actions .shopify-payment-button .shopify-payment-button__button--unbranded, .shopify-payment-button .modal-ask-an-expert .actions .shopify-payment-button__button--unbranded {
  width: 100%;
  max-width: 100%;
  border: 1px solid #505050;
  background: #505050;
  color: #fff;
  padding: 11px 15px 10px;
  text-align: center;
  letter-spacing: 0.15em;
  max-height: 42px;
}
.modal-ask-an-expert .actions .btn:hover, .modal-ask-an-expert .actions .shopify-payment-button .shopify-payment-button__button--unbranded:hover, .shopify-payment-button .modal-ask-an-expert .actions .shopify-payment-button__button--unbranded:hover {
  background: #fff;
  color: #505050;
}
.modal-ask-an-expert .custom-radio {
  margin-bottom: 20px;
  padding-top: 14px;
}
.modal-ask-an-expert .custom-radio label {
  color: #282828;
  letter-spacing: 0.04em;
  font-size: var(--font_size);
  font-weight: 500;
  display: inline-block;
  vertical-align: middle;
  margin-right: 30px;
}
.modal-ask-an-expert .custom-radio label.normal-label {
  font-weight: normal;
  color: #787878;
}
.modal-ask-an-expert .custom-radio.last {
  margin-bottom: 16px;
  padding-top: 0;
}
.modal-ask-an-expert .custom-radio.last label:first-child {
  margin-bottom: 11px;
  margin-top: 25px;
  display: block;
  margin-right: 0;
}
.modal-ask-an-expert .custom-radio input[type="radio"] {
  font-size: var(--font_size);
  font-weight: normal;
  letter-spacing: 0.04em;
  color: #787878;
  vertical-align: top;
  margin-right: 10px;
  display: none;
}
.modal-ask-an-expert .custom-radio input[type="radio"] + label {
  cursor: pointer;
  margin-bottom: 4px;
  position: relative;
  padding-left: 24px;
}
.modal-ask-an-expert .custom-radio input[type="radio"] + label:before {
  position: absolute;
  content: "";
  top: 4px;
  left: 0;
  width: 14px;
  height: 14px;
  border: 1px solid #cecece;
  border-radius: 50%;
}
.modal-ask-an-expert .custom-radio input[type="radio"] + label:after {
  position: absolute;
  content: "";
  border: 4px solid #505050;
  border-radius: 50%;
  top: 7px;
  left: 3px;
  transition: all 0.3s ease;
}
.modal-ask-an-expert .custom-radio input[type="radio"]:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0);
}
.modal-ask-an-expert .custom-radio input[type="radio"]:checked + label:after, .modal-ask-an-expert .custom-radio input[type="radio"] + label:hover:after {
  opacity: 1;
  transform: scale(1);
}
@media (max-width: 551px) {
  .modal-ask-an-expert .do_you_need > label {
    margin-right: 12px;
    margin-bottom: 9px;
  }
}
@media (min-width: 551px) {
  .modal-ask-an-expert .modal-body {
    padding-top: 37px;
    padding-bottom: 55px;
  }
  .modal-ask-an-expert .des {
    padding-bottom: 27px;
  }
}
.body-full .ask-an-expert .ask-link {
  bottom: 50px;
}
@media (min-width: 1025px) {
  .body-full.show_sticky .ask-an-expert .ask-link {
    bottom: 140px;
  }
}
.newsletter-success-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  display: none;
}
.newsletter-success-modal i {
  margin-right: 10px;
  font-size: 16px;
}
.newsletter-success-modal .modal-overlay {
  background-color: rgba(35, 35, 35, 0.8);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
}
.newsletter-success-modal .halo-modal-content {
  width: 80%;
  position: absolute;
  left: 50%;
  top: 50%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  z-index: 3;
  position: relative;
}
@media (min-width: 767px) {
  .newsletter-success-modal .halo-modal-content {
    width: 370px;
  }
}
.newsletter-success-modal .halo-modal-content .close {
  top: -36px;
  right: 0px;
  position: absolute;
  opacity: 1;
  color: #fff;
}
.newsletter-success-modal .halo-modal-content .close svg {
  width: 16px;
  height: 16px;
}
@media (min-width: 768px) {
  .newsletter-success-modal .halo-modal-content .close {
    top: -10px;
    right: -56px;
    width: 40px;
    height: 40px;
    line-height: 36px;
    color: #fff;
    background-color: transparent;
    border: none;
    box-shadow: none;
  }
}
.newsletter-success-modal .halo-modal-content .close:hover {
  color: #ed4f2d;
}
.newsletter-success-modal .halo-modal-body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  width: 100%;
}
.page-collections .grid .product-compare-btn .compare_grid {
  display: block;
  color: #8c8c8c;
}
.page-collections .grid .product-compare-btn .compare_list {
  display: none;
}
.page-collections .product-reviews.review-list {
  display: block;
}
.page-collections .grid .product-reviews {
  display: block;
}
.page-collections .grid .product-reviews.review-list {
  display: none;
}
.page-collections .productGrid--maxCol1 .product-compare-btn .compare_list {
  display: block;
}
.page-collections .productGrid--maxCol1 .product-compare-btn .compare_grid {
  display: none;
}
.page-collections .productGrid--maxCol1 .product-detail .product-vendor {
  font-weight: 400;
}
.page-collections .productGrid--maxCol1 .product-detail .product-title {
  font-weight: 400;
  padding-bottom: 8px;
}
.page-collections .productGrid--maxCol1 .product-detail .product-description {
  margin-top: 24px;
  letter-spacing: 0.04em;
}
.page-collections .productGrid--maxCol1 .product-detail .product-price {
  margin-top: 14px;
}
.page-collections .productGrid--maxCol1 .product-detail .item-swatch {
  padding: 13px 0px 5px;
}
.page-collections .productGrid--maxCol1 .product-actions {
  padding-top: 22px;
}
.page-collections .productGrid--maxCol1 .product-actions .col-bottom input[type="checkbox"] + label {
  margin-bottom: -3px;
}
.page-collections .productGrid--maxCol1 .product-actions .col-top .wishlist {
  background: transparent;
  color: #787878;
  letter-spacing: 0.04em;
  font-size: var(--font_size);
  font-weight: normal;
  text-transform: capitalize;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  margin-left: 15px;
}
.page-collections .productGrid--maxCol1 .product-actions .col-top .wishlist .icon-ws {
  width: 26px;
  height: 26px;
  margin-right: 10px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  background: #fae3ca;
  display: inline-block;
  position: relative;
}
.page-collections .productGrid--maxCol1 .product-actions .col-top .wishlist .icon-ws svg {
  fill: #282828;
  width: 16px;
  height: 16px;
  position: absolute;
  top: 50%;
  left: 6px;
  transform: translateY(-50%);
}
.page-collections .productGrid--maxCol1 .product-actions .col-top .wishlist.whislist-added .icon-ws {
  background: #e95144;
  color: #fff;
}
.page-collections .productGrid--maxCol1 .product-actions .col-top .wishlist.whislist-added .icon-ws svg {
  fill: #fff;
}
.page-product-detail-01 .breadcrumb {
  padding: 20px 0px 30px;
}
@media (min-width: 1025px) {
  .page-product-detail-01 .breadcrumb {
    padding: 30px 0px 50px;
  }
}
.product_top {
  display: block;
  margin-bottom: 30px;
}
.product_top .product_shop, .product_top .product_photos {
  display: block;
}
.product_top .product_shop {
  padding-top: 30px;
}
@media (min-width: 768px) {
  .product_top.product_layout {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
  }
  .product_top.product_layout .product_photos {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100% - 43% + 4px);
    flex: 0 0 calc(100% - 43% + 4px);
    max-width: calc(100% - 43% + 4px);
  }
  .product_top.product_layout .product_photos .product_badges {
    right: 0px;
    top: 0;
  }
  .product_top.product_layout .product_shop {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 42%;
    flex: 0 0 42%;
    max-width: 42%;
    padding-left: 22px;
  }
  .product_top .product_shop {
    margin-top: -5px;
    padding-top: 0;
  }
}
@media (max-width: 768px) {
  .product_top.product_layout .product_photos {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(50%);
    flex: 0 0 calc(50%);
    max-width: calc(50%);
    padding-right: 10px;
  }
  .product_top.product_layout .product_photos .product_badges {
    right: 15px;
    top: 0;
  }
  .product_top.product_layout .product_shop {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    padding-left: 10px;
  }
}
@media (max-width: 767px) {
  .product_top.product_layout .product_photos {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100%);
    flex: 0 0 calc(100%);
    max-width: calc(100%);
    padding-right: 0px;
  }
  .product_top.product_layout .product_shop {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding-left: 0px;
  }
}
@media (min-width: 1025px) {
  .product_top {
    margin-bottom: 50px;
  }
}
.product_photos {
  position: relative;
}
.product_photos .product_badges .sale-badge {
  display: none !important;
}
.product_photos .product-img-box, .product_photos .product-single__photos, .product_photos .product-single__photos_container {
  position: relative;
}
.product_photos .product-slider .slider-for {
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px;
  position: relative;
}
.product_photos .product-slider .slider-for:not(.slick-slider) {
  overflow: hidden;
  white-space: nowrap;
}
.product_photos .product-slider .slider-for:not(.slick-slider) .product-single__photo-wrapper {
  width: 100%;
  vertical-align: top;
  display: inline-block;
}
.product_photos .product-slider .slider-nav, .product_photos .product-slider .slide-image-group {
  padding: 0 85px;
  margin-bottom: 25px;
}
@media (max-width: 768px) {
  .product_photos .product-slider .slider-nav, .product_photos .product-slider .slide-image-group {
    padding: 0 60px;
  }
}
.product_photos .product-slider .slider-nav .item, .product_photos .product-slider .slide-image-group .item {
  padding: 0 5px;
}
.product_photos .product-slider .slider-nav .item .text-link, .product_photos .product-slider .slide-image-group .item .text-link {
  width: 100%;
  display: inline-block;
  vertical-align: top;
}
.product_photos .product-slider .slider-nav .item.slick-current img, .product_photos .product-slider .slide-image-group .item.slick-current img {
  opacity: 0.6;
}
@media (min-width: 1025px) {
  .product_photos .product-slider .slider-nav .item .active-thumb img, .product_photos .product-slider .slide-image-group .item .active-thumb img {
    opacity: 0.6;
  }
}
.product_photos .product-slider .slider-nav:not(.slick-slider), .product_photos .product-slider .slide-image-group:not(.slick-slider) {
  overflow: hidden;
  white-space: nowrap;
}
.product_photos .product-slider .slider-nav:not(.slick-slider) .item, .product_photos .product-slider .slide-image-group:not(.slick-slider) .item {
  width: 25%;
  padding: 0;
  display: inline-block;
  vertical-align: top;
  margin: 0 10px 0 0;
}
@media (max-width: 551px) {
  .product_photos .product-slider .slider-nav, .product_photos .product-slider .slide-image-group {
    padding: 0 15px;
  }
}
.product_photos .product-slider .slick-arrow {
  padding: 0;
  line-height: 20px;
  width: 20px;
  height: 20px;
  z-index: 10;
}
.product_photos .product-slider .slick-arrow svg {
  fill: #4d5259;
  stroke: #4d5259;
}
.product_photos .product-slider .slick-arrow.slick-next {
  right: 30px;
}
.product_photos .product-slider .slick-arrow.slick-prev {
  left: 30px;
}
@media (max-width: 551px) {
  .product_photos .product-slider .slick-arrow.slick-next {
    right: 0px;
  }
  .product_photos .product-slider .slick-arrow.slick-prev {
    left: 0px;
  }
}
@media (min-width: 768px) {
  .product_photos .product-slider .slider-for {
    max-width: none;
    margin-bottom: 34px;
    padding-bottom: 20px;
  }
}
@media (max-width: 768px) {
  .product_photos .product-slider .slider-for {
    margin-bottom: 10px;
  }
}
.product_photos .label-videos {
  position: absolute;
  z-index: 2;
  left: 30px;
  bottom: 60px;
}
@media (max-width: 768px) {
  .product_photos .label-videos {
    left: 10px;
  }
}
.product_photos .video-link {
  width: 36px;
  height: 36px;
  font-size: 40px;
  line-height: 40px;
  display: inline-block;
  padding: 0;
  color: #cdd0d7;
  text-align: center;
}
.product_photos .video-link svg {
  color: var(--color_body_text);
  fill: var(--color_body_text);
  stroke: var(--color_body_text);
  width: 36px;
  height: 36px;
  margin: 0;
}
.product_photos .video-link .icon {
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.product_photos .video-link .title {
  line-height: 1;
  margin-top: 10px;
  color: #8c8c8c;
  font-weight: 400;
  text-transform: capitalize;
  font-size: var(--font_size);
}
@media (min-width: 768px) {
  .product_photos .video-link {
    width: 36px;
    height: 36px;
  }
}
.product_photos .video-link:hover svg {
  color: var(--color_url_hover);
  fill: var(--color_url_hover);
  stroke: var(--color_url_hover);
}
.product_photos .hover-to-zoom {
  left: 0;
  bottom: -21px;
  z-index: 10;
  display: none;
  color: #999;
  width: 100%;
  padding: 5px 0;
  text-align: center;
  position: absolute;
  letter-spacing: 0.02em;
  font-size: var(--font_size);
}
.product_photos .hover-to-zoom .icon {
  width: 16px;
  height: 16px;
  fill: #999;
  margin-right: 5px;
  position: relative;
  top: -2px;
}
@media (min-width: 1025px) {
  .product_photos .hover-to-zoom {
    display: block;
  }
}
.product_photos .product-single__thumbnails-itemcustom > a {
  width: 100%;
  position: relative;
  vertical-align: top;
  display: inline-block;
  padding-top: 100%;
  border: 1px solid #e2e4e8;
  border-radius: 0px;
}
.product_photos .product-single__thumbnails-itemcustom > a > span {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.product_photos .product-single__thumbnails-itemcustom > a > span img, .product_photos .product-single__thumbnails-itemcustom > a > span .title {
  display: block;
}
.product_shop {
  color: var(--color_body_text);
}
.product_shop .product_vendor a {
  color: #323232;
  text-transform: uppercase;
  font-size: var(--font_size);
  line-height: 20px;
  letter-spacing: 0.15em;
  font-weight: 500;
  margin-bottom: 4px;
  display: inherit;
}
.product_shop .product-title {
  font-size: var(--font_size_plus4);
  line-height: 32px;
  letter-spacing: 0.04em;
  font-weight: 600;
  color: #282828;
  text-align: left;
  margin-bottom: 12px;
}
.product_shop .sold_product {
  color: #e95144;
  letter-spacing: 0.04em;
  margin-bottom: 11px;
  font-size: var(--font_size);
  text-transform: lowercase;
  background: url(fire.png) left center no-repeat;
  background-position: 0px -1px;
}
@media (max-width: 767px) {
  .product_shop .sold_product svg {
    margin-right: 5px !important;
  }
}
.product_shop .group_item {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.product_shop .group_item .group_item_left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
}
.product_shop .group_item .spr-badge {
  margin-bottom: 11px;
  margin-right: 15px;
  cursor: pointer;
}
.product_shop .group_item .spr-badge .spr-badge-caption {
  margin-left: 4px;
  letter-spacing: 0.04em;
  font-size: var(--font_size);
}
.product_shop .group_item .product_inventory {
  margin-bottom: 11px;
  font-size: var(--font_size);
  letter-spacing: 0.04em;
  border-left: 1px solid #eaeaeb;
  padding-left: 15px;
}
.product_shop .group_item .product_inventory .item-number {
  margin-right: 3px;
}
.product_shop .product_infor {
  margin-bottom: 22px;
}
.product_shop .product_infor .sku_product {
  margin-bottom: 12px;
}
.product_shop .product_infor .sku_product, .product_shop .product_infor .product_type {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
}
.product_shop .product_infor .sku_product label, .product_shop .product_infor .product_type label {
  margin-right: 5px;
}
.product_shop .product_infor .sku_product label, .product_shop .product_infor .product_type label, .product_shop .product_infor .sku_product span, .product_shop .product_infor .product_type span {
  text-transform: uppercase;
  font-size: var(--font_size);
  letter-spacing: 0.04em;
  color: var(--color_body_text);
  margin-bottom: 0px;
  padding-bottom: 0px;
}
.product_shop .product_infor .product_type span {
  text-transform: capitalize;
}
.product_shop .product-price {
  text-align: left;
  padding: 10px 0px 3px;
}
.product_shop .product-price .price-item {
  margin-bottom: 25px;
  font-size: 16px;
  letter-spacing: 0.02em;
  font-weight: 600;
}
.product_shop .product-price .price-item.price-item--regular {
  margin-right: 4px;
}
.product_shop .short-description {
  margin-bottom: 23px;
  letter-spacing: 0.04em;
  line-height: 22px;
  font-size: var(--font_size);
}
.product_shop .share_toolbox {
  margin-bottom: 25px;
}
.product_shop .product-form__item {
  display: block;
  margin-bottom: 20px;
}
.product_shop .product-form__item label {
  display: block;
}
.product-form--hide-variant-labels .product_shop .product-form__item label {
  position: absolute !important;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}
.product_shop .product-form__item label em {
  color: #ec6d57;
}
.product_shop .product_form_wrapper {
  position: relative;
}
.product_shop .product_form_wrapper .product-form__error-message-wrapper svg {
  display: none;
}
.product_shop .product_form_wrapper label {
  color: #282828;
  font-weight: 500;
  text-transform: capitalize;
}
.product_shop .product_form_wrapper .size-chart-open-popup {
  top: 0;
  right: 0;
  cursor: pointer;
  position: absolute;
  text-transform: capitalize;
  letter-spacing: 0.04em;
  cursor: pointer;
  background-image: url(icon_sizechar.png);
  background-repeat: no-repeat;
  background-position: 0 4.5px;
  color: #787878;
  padding-left: 36px;
  font-size: var(--font_size);
}
.product_shop .product_form_wrapper .size-chart-open-popup span {
  border-bottom: 1px solid;
  font-size: var(--font_size);
}
.product_shop .product_form_wrapper .size-chart-open-popup:hover {
  color: var(--color_url_hover);
}
.product_shop .product_form_wrapper .size-chart-open-popup:hover:before {
  width: 100%;
}
.product_shop .product_form_wrapper select.form-control, .product_shop .product_form_wrapper select.form-control option {
  color: var(--color_product_price);
}
.product_shop .total-price {
  margin-bottom: 17px;
}
.product_shop .total-price label {
  display: inline-block;
  font-size: var(--font_size);
  letter-spacing: 0.04em;
  color: var(--color_body_text);
  margin-right: 8px;
  font-weight: normal;
}
.product_shop .total-price span {
  font-weight: 500;
  font-size: var(--font_size);
  color: var(--color_body_text);
  letter-spacing: 0.02em;
}
.product_shop .product__terms-conditions {
  margin: 23px 0px 9px;
}
.product_shop .product__terms-conditions label {
  font-size: var(--font_size);
  letter-spacing: 0.04em;
  color: #787878;
  font-weight: normal;
}
.product_shop .button-group {
  margin-top: 20px;
  margin-bottom: 20px;
  letter-spacing: 0;
}
.product_shop .button-group .button-group-bottom {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  -ms-align-items: flex-end;
  -o-align-items: flex-end;
  align-items: flex-end;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
}
.product_shop .button-group .button-group-bottom .product-form__item--quantity {
  margin-bottom: 0;
  max-width: 124px;
}
.product_shop .button-group .button-group-bottom .btn[data-add-to-cart], .product_shop .button-group .button-group-bottom .shopify-payment-button .shopify-payment-button__button--unbranded[data-add-to-cart], .shopify-payment-button .product_shop .button-group .button-group-bottom .shopify-payment-button__button--unbranded[data-add-to-cart] {
  max-width: 225px;
  min-height: 42px;
  background: #fff;
  border-color: #b9babb;
  color: #282828;
}
@media (max-width: 1024px) {
  .product_shop .button-group .button-group-bottom .btn[data-add-to-cart], .product_shop .button-group .button-group-bottom .shopify-payment-button .shopify-payment-button__button--unbranded[data-add-to-cart], .shopify-payment-button .product_shop .button-group .button-group-bottom .shopify-payment-button__button--unbranded[data-add-to-cart] {
    border-color: #b9babb !important;
    color: #282828 !important;
  }
}
@media (max-width: 767px) {
  .product_shop .button-group .button-group-bottom .btn[data-add-to-cart], .product_shop .button-group .button-group-bottom .shopify-payment-button .shopify-payment-button__button--unbranded[data-add-to-cart], .shopify-payment-button .product_shop .button-group .button-group-bottom .shopify-payment-button__button--unbranded[data-add-to-cart] {
    max-width: 49%;
  }
}
@media (min-width: 1025px) {
  .product_shop .button-group .button-group-bottom .btn[data-add-to-cart]:hover, .product_shop .button-group .button-group-bottom .shopify-payment-button .shopify-payment-button__button--unbranded[data-add-to-cart]:hover, .shopify-payment-button .product_shop .button-group .button-group-bottom .shopify-payment-button__button--unbranded[data-add-to-cart]:hover {
    background: #8b714a;
    border-color: #8b714a;
    color: #fff;
  }
}
.product_shop .button-group .button-group-bottom .wishlist {
  max-width: calc(100% - 245px);
  min-height: 42px;
  padding: 0;
  background: #fff;
  border-color: #b9babb;
  color: #282828;
}
@media (max-width: 767px) {
  .product_shop .button-group .button-group-bottom .wishlist {
    max-width: 49%;
  }
}
@media (min-width: 1025px) {
  .product_shop .button-group .button-group-bottom .wishlist:hover {
    background: #8b714a;
    border-color: #8b714a;
    color: #fff !important;
  }
  .product_shop .button-group .button-group-bottom .wishlist:hover svg {
    fill: #fff;
  }
}
.product_shop .button-group .button-group-bottom .wishlist svg {
  width: 10px;
  height: 10px;
  padding: 0;
  margin-right: 3px;
}
.product_shop .button-group .button-group-bottom .wishlist.whislist-added {
  background: #8b714a;
  border-color: #8b714a;
  color: #fff;
}
.product_shop .button-group .button-group-bottom .wishlist.whislist-added svg {
  fill: #fff;
}
@media (min-width: 767px) and (max-width: 768px) {
  .product_shop .button-group .button-group-bottom .product-form__item--quantity {
    max-width: 90px;
  }
  .product_shop .button-group .button-group-bottom .product-form__item--quantity .qty-group input {
    width: 30px;
    padding: 0;
  }
  .product_shop .button-group .button-group-bottom .btn[data-add-to-cart], .product_shop .button-group .button-group-bottom .shopify-payment-button .shopify-payment-button__button--unbranded[data-add-to-cart], .shopify-payment-button .product_shop .button-group .button-group-bottom .shopify-payment-button__button--unbranded[data-add-to-cart] {
    max-width: calc(100% - 155px);
  }
}
@media (max-width: 320px) {
  .product_shop .button-group .button-group-bottom .product-form__item--quantity {
    max-width: 90px;
  }
  .product_shop .button-group .button-group-bottom .product-form__item--quantity .qty-group input {
    width: 32px;
    padding: 0;
  }
  .product_shop .button-group .button-group-bottom .btn[data-add-to-cart], .product_shop .button-group .button-group-bottom .shopify-payment-button .shopify-payment-button__button--unbranded[data-add-to-cart], .shopify-payment-button .product_shop .button-group .button-group-bottom .shopify-payment-button__button--unbranded[data-add-to-cart] {
    max-width: calc(100% - 160px);
  }
}
.product_shop .button-group.layout-1 .btn, .product_shop .button-group.layout-1 .shopify-payment-button .shopify-payment-button__button--unbranded, .shopify-payment-button .product_shop .button-group.layout-1 .shopify-payment-button__button--unbranded {
  display: block;
  width: 100%;
}
.product_shop .button-group.layout-1 .wishlist {
  margin-top: 15px;
}
.product_shop .button-group .product-btn {
  margin-top: 0;
}
.product_shop .wishlist .add {
  display: inline-block;
}
.product_shop .wishlist .remove {
  display: none;
}
.product_shop .wishlist.whislist-added .add {
  display: none;
}
.product_shop .wishlist.whislist-added .remove {
  display: inline-block;
}
.product_shop .shopify-payment-button__button--hidden {
  display: none;
}
.product_shop .product_customers_view {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  margin-top: -4px;
  margin-bottom: 22px;
}
.product_shop .product_customers_view i, .product_shop .product_customers_view label, .product_shop .product_customers_view span {
  color: var(--color_body_text);
  letter-spacing: 0.02em;
  font-weight: normal;
  margin-bottom: 0px;
  padding-bottom: 0px;
}
.product_shop .product_customers_view i {
  padding-right: 10px;
}
.product_shop .product_customers_view label {
  padding-right: 5px;
}
.product_shop .share_toolbox .at-icon-wrapper svg {
  fill: #505050 !important;
}
@media (min-width: 551px) {
  .product_shop .button-group.layout-1 {
    font-size: 0;
  }
  .product_shop .button-group.layout-1 .btn[data-add-to-cart], .product_shop .button-group.layout-1 .shopify-payment-button .shopify-payment-button__button--unbranded[data-add-to-cart], .shopify-payment-button .product_shop .button-group.layout-1 .shopify-payment-button__button--unbranded[data-add-to-cart] {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
  }
  .product_shop .button-group.layout-1 .wishlist {
    margin-top: 0px;
    display: inline-block;
    vertical-align: middle;
    width: 100%;
  }
}
@media (min-width: 768px) {
  .product_shop .product-title {
    font-size: var(--font_size_plus6);
  }
  .product_shop .product-price .price-item {
    font-size: 18px;
  }
}
.quantity {
  max-width: 148px;
  margin-top: -5px;
  margin-bottom: 15px !important;
}
.quantity .qty-group {
  border: 1px solid #e0e0e0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  min-height: 34px;
}
.quantity .qty-group input {
  text-align: center;
  border: none;
  border-right: 1px solid #e0e0e0;
  border-left: 1px solid #e0e0e0;
  margin-bottom: 0;
  min-height: 34 px;
  width: calc(100% - 72px);
  left: 0.04em;
  color: #787878;
}
.quantity .qty-group .button {
  position: relative;
  width: 36px;
  height: 36px;
  display: inline-block;
  vertical-align: middle;
}
.quantity .qty-group .button svg {
  width: 12px;
  height: 12px;
  position: absolute;
  top: 50%;
  left: 50%;
  fill: #909090;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.quantity .qty-group .button:hover svg {
  fill: #282828;
}
.next-prev-product {
  display: none;
  top: 0;
  z-index: 1;
  position: relative;
}
.next-prev-product .next-prev-icons {
  display: inline-block;
  position: relative;
  top: -6px;
}
.next-prev-product .next-prev-icons .prev-icon, .next-prev-product .next-prev-icons .next-icon {
  width: auto;
  height: 30px;
  line-height: 30px;
  padding: 0;
  display: inline-block;
  vertical-align: middle;
}
.next-prev-product .next-prev-icons .prev-icon svg, .next-prev-product .next-prev-icons .next-icon svg {
  width: 24px;
  height: 20px;
  fill: #787878;
}
.next-prev-product .next-prev-icons .prev-icon span, .next-prev-product .next-prev-icons .next-icon span {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 0.05em;
  font-size: var(--font_size);
}
.next-prev-product .next-prev-icons .prev-icon span strong, .next-prev-product .next-prev-icons .next-icon span strong {
  font-weight: 500;
}
.next-prev-product .next-prev-icons .next-icon {
  margin-left: 40px;
}
.next-prev-product .next-prev-icons .next-icon span {
  text-align: right;
  display: inherit;
}
.next-prev-product .next-prev-icons .next-icon span strong {
  padding-right: 12px;
}
.next-prev-product .next-prev-icons .prev-icon span strong {
  padding-left: 12px;
}
.next-prev-product .next-prev-modal {
  top: 100%;
  left: auto;
  right: 0px;
  z-index: 3;
  display: none;
  padding-top: 10px;
  position: absolute;
}
.next-prev-product .next-prev-modal .next-prev-content {
  display: none;
}
.next-prev-product .next-prev-modal .next-prev-content.active {
  display: block;
}
@media (min-width: 768px) {
  .next-prev-product {
    display: block;
  }
}
.product-on-cart {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  width: 335px;
  background-color: #fff;
  border-radius: 1px;
  border: 1px solid #e1e1e1;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}
.product-on-cart .product-image {
  width: 80px;
}
.product-on-cart .product-details {
  margin-left: 20px;
  margin-right: 10px;
}
.product-on-cart .product-details .product-name span {
  border-bottom: 1px solid;
  color: #323232;
  letter-spacing: 0.02em;
  line-height: 22px;
  font-size: var(--font_size);
}
.product-on-cart .product-details .product-price {
  text-align: left;
}
.product-on-cart .product-details .product-price span {
  color: #323232;
}
.progressbar h3, .progressbar .h3 {
  font-size: 12px;
  color: #5a5a5a;
  font-weight: 400;
  margin-top: 28px;
  margin-bottom: 12px;
}
.progressbar #progressbar {
  height: 6px;
  width: 100%;
  background-color: #f5f5f5;
  margin-bottom: 10px;
  position: relative;
}
.progressbar #progressbar span {
  background-color: #69c69c;
  height: 6px;
  width: 100%;
  display: block;
  -webkit-transition: width 0.7s ease;
  -moz-transition: width 0.7s ease;
  -ms-transition: width 0.7s ease;
  -o-transition: width 0.7s ease;
  transition: width 0.7s ease;
}
.countdown {
  margin-bottom: 7px;
}
.countdown > span {
  font-size: var(--font_size);
  letter-spacing: 0.04em;
  border-bottom: 1px solid #b3b3b3;
  margin-right: 7px;
  color: #282828;
}
.countdown .product-countdown {
  font-size: var(--font_size_plus1);
  font-weight: 500;
  color: #282828;
  letter-spacing: 0.05em;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .countdown .product-countdown {
    font-size: var(--font_size);
  }
}
.countdown .block-time span:not(.num) {
  padding-right: 6px;
}
.countdown .block-time:first-of-type .num {
  padding-left: 0;
}
.share_toolbox {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  margin-bottom: 20px;
}
.share_toolbox > span {
  margin-right: 12px;
}
.share_toolbox p {
  margin-bottom: 0;
  margin-right: 14px;
}
.share_toolbox .at-icon-wrapper {
  width: 20px !important;
  height: 20px !important;
  padding: 0 !important;
  margin: 0 5px 0 0 !important;
}
.share_toolbox .at-icon-wrapper svg {
  width: 20px !important;
  height: 20px !important;
  fill: #323232 !important;
}
.product-desciption-wrapper {
  display: block;
  font-size: 0;
}
@media (min-width: 552px) {
  .product-desciption-wrapper .section-header h1, .product-desciption-wrapper .section-header .h1, .product-desciption-wrapper .section-header h2, .product-desciption-wrapper .section-header .h2, .product-desciption-wrapper .section-header .title, .product-desciption-wrapper .tab-horizontal .tab a {
    font-size: 20px;
    line-height: 1.2;
  }
}
@media (min-width: 1025px) {
  .product-desciption-wrapper {
    display: flex;
    flex-wrap: nowrap;
    align-items: flex-start;
    justify-content: space-between;
  }
  .product-desciption-wrapper > div:first-of-type {
    width: 60%;
  }
  .product-desciption-wrapper > div:last-of-type {
    width: 40%;
    padding-left: 30px;
  }
  .product-desciption-wrapper .product-recommendations__inner .halo-row .halo-item {
    margin-bottom: 30px;
  }
}
.productView-description {
  display: block;
}
.productView-description .tab-horizontal {
  display: none;
}
.productView-description .tab-horizontal + .tab-content {
  display: block;
  margin-bottom: 13px;
  border-bottom: 1px solid #e2e4e8;
  margin-top: 30px;
}
.productView-description .tab-content .tab-pane {
  display: block;
}
.productView-description .tab-content .fade {
  opacity: 1;
}
.productView-description .tab-content .toggle-content {
  margin: 10px 0;
  overflow: hidden;
  position: relative;
  transition: all 0.3s ease;
  color: #5a5a5a;
}
.productView-description .tab-content .toggle-content ul {
  padding-left: 0px;
  margin-left: 0;
  margin-bottom: 30px;
}
.productView-description .tab-content .toggle-content ul li {
  list-style: disc;
  line-height: 30px;
}
.productView-description .tab-content .toggle-content ul.gallery-images {
  padding-left: 0;
  margin-top: 42px;
  margin-left: -10px;
  margin-right: -10px;
}
.productView-description .tab-content .toggle-content ul.gallery-images .slick-slide {
  padding: 0 10px;
}
.productView-description .tab-content .toggle-content ul.gallery-images:not(.slick-slider) {
  overflow: auto;
  white-space: nowrap;
  padding: 0px;
  margin: 0px;
  list-style: none;
  margin-bottom: 40px;
}
.productView-description .tab-content .toggle-content ul.gallery-images:not(.slick-slider) > li {
  list-style: none;
  display: inline-block;
  vertical-align: top;
  margin-right: 20px;
}
.productView-description .tab-content .toggle-content ul.gallery-images .slick-dots {
  bottom: auto;
  position: relative;
  margin-top: 16px;
}
@media (max-width: 768px) {
  .productView-description .tab-content .toggle-content .gallery-images:not(.slick-slider) > li {
    width: 270px;
  }
}
@media (max-width: 551px) {
  .productView-description .tab-content .toggle-content .gallery-images:not(.slick-slider) > li {
    width: 200px;
  }
}
.productView-description .tab-content p {
  margin-bottom: 30px;
}
.productView-description .tab-content p.img-top {
  margin-bottom: 50px;
  margin-top: 105px;
}
.productView-description .tab-content h1, .productView-description .tab-content .h1, .productView-description .tab-content h2, .productView-description .tab-content .h2, .productView-description .tab-content h3, .productView-description .tab-content .h3, .productView-description .tab-content h4, .productView-description .tab-content .h4, .productView-description .tab-content h5, .productView-description .tab-content .h5 {
  font-size: 12px;
  margin-bottom: 10px;
}
.productView-description .tab-content h6, .productView-description .tab-content .h6 {
  font-size: 12px;
  margin-bottom: 15px;
}
.productView-description .tab-content .halo-section-background-gray {
  background-color: #efe7e3;
  margin-bottom: 60px;
}
.productView-description .tab-content .halo-item .halo-box {
  padding: 0 0 0 100px;
}
.productView-description .tab-content .halo-item .halo-box h3, .productView-description .tab-content .halo-item .halo-box .h3 {
  font-size: 24px;
  text-transform: unset;
  line-height: 42px;
}
@media (max-width: 768px) {
  .productView-description .tab-content .halo-item .halo-box {
    padding: 0 0 0 30px;
  }
  .productView-description .tab-content .halo-item .halo-box h3, .productView-description .tab-content .halo-item .halo-box .h3 {
    font-size: 18px;
    text-transform: unset;
    line-height: 24px;
  }
  .productView-description .tab-content .halo-item .halo-box p {
    margin-bottom: 0;
  }
}
@media (max-width: 551px) {
  .productView-description .tab-content .halo-item .halo-box {
    padding: 15px;
  }
}
.productView-description .description_showmore {
  display: block;
  text-align: center;
}
.productView-description .description_showmore .showmore {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 40px 0 0 0;
  background-color: rgba(255, 255, 255, 0.9);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 30%, #fff 100%);
}
.productView-description .description_showmore .showmore .btn, .productView-description .description_showmore .showmore .shopify-payment-button .shopify-payment-button__button--unbranded, .shopify-payment-button .productView-description .description_showmore .showmore .shopify-payment-button__button--unbranded {
  width: 200px;
  background-color: #fff;
}
.productView-description .description_showmore .showless {
  display: block;
  background-color: #fff;
}
.productView-description .description_showmore .showless .btn, .productView-description .description_showmore .showless .shopify-payment-button .shopify-payment-button__button--unbranded, .shopify-payment-button .productView-description .description_showmore .showless .shopify-payment-button__button--unbranded {
  width: 200px;
  background-color: #fff;
}
.productView-description #shopify-product-reviews .spr-header-title {
  display: none;
}
@media (min-width: 768px) {
  .productView-description .tab-horizontal {
    display: block;
  }
  .productView-description .tab-horizontal + .tab-content {
    margin-bottom: 0;
    border-bottom: none;
  }
  .productView-description .tab-content .fade {
    opacity: 0;
  }
  .productView-description .tab-content .tab-pane {
    display: none;
  }
  .productView-description .tab-content .tab-pane.active {
    opacity: 1;
    display: block;
  }
  .productView-description .tab-content.horizontal .toggle-content {
    display: block;
  }
}
@media (min-width: 1024px) {
  .productView-description .description_showmore {
    display: none;
  }
}
@media (max-width: 1024px) {
  .productView-description .tab-description .toggle-content.show {
    margin-bottom: 35px;
  }
}
.tab-horizontal {
  width: 100%;
  font-size: 0;
  border: none;
  display: block;
  text-align: center;
  position: relative;
  margin-bottom: 45px;
  margin-top: 55px;
  padding-top: 55px;
  border-top: 1px solid #f8f8f8;
  margin-left: -15px;
  margin-right: -15px;
}
.tab-horizontal:before, .tab-horizontal:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  top: -1px;
  background-color: #f8f8f8;
}
.tab-horizontal .tab {
  z-index: 1;
  padding: 0;
  float: none;
  width: calc(50% - 8px);
  margin-bottom: 16px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  text-align: center;
}
.tab-horizontal .tab a {
  color: #b2b2b2;
  height: 40px;
  padding: 11px 15px 9px 15px;
  line-height: 20px;
  font-size: 16px;
  font-weight: 700;
  display: block;
  white-space: nowrap;
  text-transform: uppercase;
  overflow: hidden;
  text-overflow: ellipsis;
  background-color: transparent;
  font-family: var(--font_stack_body);
  border-radius: 0px;
  background-color: #fff;
  border: 1px solid #e2e4e8;
}
.tab-horizontal .tab a.active {
  font-weight: 700;
  background-color: #fff;
  color: var(--color_heading_text);
  border-color: var(--color_heading_text);
}
.tab-horizontal .tab:nth-child(odd) {
  margin-right: 8px;
}
.tab-horizontal .tab:nth-child(even) {
  margin-left: 8px;
}
@media (min-width: 768px) {
  .tab-horizontal .tab {
    width: auto;
    margin-bottom: 0;
  }
  .tab-horizontal .tab a {
    padding: 0;
    margin: 0 35px 0 0;
    height: auto;
    border: none;
    font-size: 18px;
    line-height: 1.2;
    padding-bottom: 0px;
    overflow: visible;
    background-color: transparent;
  }
  .tab-horizontal .tab:last-child a {
    margin-right: 0;
  }
  .tab-horizontal .tab:nth-child(odd) {
    margin-right: 0px;
  }
  .tab-horizontal .tab:nth-child(even) {
    margin-left: 0px;
  }
}
@media (min-width: 1025px) {
  .tab-horizontal {
    margin-left: 0;
    margin-right: 0;
  }
  .tab-horizontal:before {
    left: 100%;
  }
  .tab-horizontal:after {
    right: 100%;
  }
}
.tab-vertical {
  font-size: var(--font_size);
}
.tab-vertical .toggle-title {
  font-size: 24px;
  font-weight: 700;
  display: block;
  margin-bottom: 0;
  text-transform: uppercase;
  font-family: var(--font_stack_body);
  border-top: 1px solid #e2e4e8;
}
.tab-vertical .toggle-title .toggleLink {
  width: 100%;
  display: block;
  padding-bottom: 13px;
  padding-top: 15px;
  color: var(--color_heading_text);
}
.tab-vertical .toggle-title .toggleLink .page-heading {
  font-size: 24px;
}
.tab-vertical .toggle-title svg {
  width: 12px;
  height: 24px;
  float: right;
  fill: var(--color_heading_text);
  transform: rotate(0deg);
  transition: all 0.3s ease;
}
.tab-vertical .toggle-title .collapsed svg {
  transform: rotate(180deg);
}
.tab-vertical .toggle-title:first-of-type {
  border-top: none;
}
.tab-vertical .toggle-title:first-of-type .toggleLink {
  padding-top: 0;
}
.tab-vertical .toggle-content {
  padding-top: 15px;
  margin-bottom: 15px;
  border-top: 1px solid #e2e4e8;
}
.tab-vertical .toggle-description {
  text-align: left;
  overflow: hidden;
  position: relative;
}
.tab-vertical .toggle-description blockquote {
  padding: 10px 15px;
  margin-bottom: 2.25rem;
  background-color: #f7f7f7;
  border-radius: 0px;
  font-style: italic;
  text-align: left;
}
.tab-vertical .toggle-description blockquote q {
  font-size: var(--font_size);
}
.tab-vertical .toggle-description blockquote q:before, .tab-vertical .toggle-description blockquote q:after {
  content: none;
}
.tab-vertical .toggle-description ul, .tab-vertical .toggle-description ol {
  padding-left: 20px;
  margin-left: 0.5rem;
  margin-bottom: 1.5rem;
}
.tab-vertical .toggle-description ul li, .tab-vertical .toggle-description ol li {
  line-height: 30px;
}
.tab-vertical .toggle-description ul li {
  list-style: disc;
}
.tab-vertical .toggle-description ol li {
  list-style: decimal;
}
.tab-vertical .toggle-description h5, .tab-vertical .toggle-description .h5 {
  font-size: 16px;
}
.tab-vertical .toggle-description .special-title {
  text-align: center;
  overflow: hidden;
  position: relative;
}
.tab-vertical .toggle-description .special-title span {
  z-index: 2;
  position: relative;
  padding-left: 20px;
  padding-right: 20px;
  background-color: #fff;
}
.tab-vertical .toggle-description .special-title:before {
  content: "";
  width: 100%;
  height: 1px;
  top: calc(50% - 1px);
  left: 0;
  right: 0;
  position: absolute;
  background-color: #eee;
}
.tab-vertical .toggle-description .gallery-images.slick-slider {
  padding: 0;
  margin: 0px;
  list-style: none;
  margin-left: -10px;
  margin-right: -10px;
  margin-bottom: 40px;
}
.tab-vertical .toggle-description .gallery-images.slick-slider li {
  list-style: none;
  display: inline-block;
  vertical-align: top;
}
.tab-vertical .toggle-description .gallery-images.slick-slider .slick-slide {
  padding: 0 10px;
}
.tab-vertical .toggle-description .gallery-images.slick-slider .slick-dots {
  margin: 0;
  padding: 0;
}
@media (min-width: 1025px) {
  .tab-vertical .toggle-description .gallery-images.slick-slider img {
    width: 100%;
  }
}
.tab-vertical .toggle-description .gallery-images:not(.slick-slider) {
  overflow: auto;
  white-space: nowrap;
  padding: 0px;
  margin: 0px;
  list-style: none;
  margin-bottom: 40px;
}
.tab-vertical .toggle-description .gallery-images:not(.slick-slider) > li {
  list-style: none;
  display: inline-block;
  vertical-align: top;
  margin-right: 20px;
}
@media (min-width: 1025px) {
  .tab-vertical .toggle-description .gallery-images:not(.slick-slider) {
    overflow: hidden;
  }
}
@media (min-width: 1025px) {
  .tab-vertical .toggle-content {
    padding-top: 24px;
    margin-bottom: 24px;
  }
}
.tab-content {
  font-size: var(--font_size);
}
.tab-content .toggle-title {
  font-size: 24px;
  font-weight: 700;
  display: block;
  margin-bottom: 0;
  text-transform: uppercase;
  border-top: 1px solid #e2e4e8;
}
.tab-content .toggle-title .toggleLink {
  width: 100%;
  display: block;
  padding-top: 15px;
  padding-bottom: 13px;
}
.tab-content .toggle-title svg {
  width: 12px;
  height: 24px;
  float: right;
  transform: rotate(0deg);
  transition: all 0.3s ease;
}
.tab-content .toggle-title .collapsed svg {
  transform: rotate(180deg);
}
.tab-content .tab-description {
  text-align: left;
  font-size: var(--font_size);
}
.tab-content .tab-description blockquote {
  padding: 25px 30px;
  margin-bottom: 38px;
  margin-top: 22px;
  background-color: #fafafa;
  text-align: left;
  font-size: 12px;
}
.tab-content .tab-description blockquote q {
  font-size: var(--font_size);
}
.tab-content .tab-description blockquote q:before, .tab-content .tab-description blockquote q:after {
  content: none;
}
.tab-content .tab-description ul, .tab-content .tab-description ol {
  padding-left: 15px;
  margin-left: 0;
  margin-bottom: 30px;
}
.tab-content .tab-description ul li, .tab-content .tab-description ol li {
  line-height: 30px;
}
.tab-content .tab-description ul li {
  list-style: disc;
}
.tab-content .tab-description ol li {
  list-style: decimal;
}
.tab-content .tab-description h5, .tab-content .tab-description .h5 {
  font-size: 16px;
}
.tab-content .tab-description .special-title {
  text-align: center;
  overflow: hidden;
  position: relative;
}
.tab-content .tab-description .special-title span {
  z-index: 2;
  position: relative;
  padding-left: 20px;
  padding-right: 20px;
  background-color: #fff;
}
.tab-content .tab-description .special-title:before {
  content: "";
  width: 100%;
  height: 1px;
  top: calc(50% - 1px);
  left: 0;
  right: 0;
  position: absolute;
  background-color: #eee;
}
.tab-content .tab-description .gallery-images.slick-slider {
  padding: 0;
  margin: 0px;
  list-style: none;
  margin-left: -10px;
  margin-right: -10px;
  margin-bottom: 40px;
}
.tab-content .tab-description .gallery-images.slick-slider li {
  list-style: none;
  display: inline-block;
  vertical-align: top;
}
.tab-content .tab-description .gallery-images.slick-slider .slick-slide {
  padding: 0 10px;
}
.tab-content .tab-description .gallery-images.slick-slider .slick-dots {
  margin: 0;
  padding: 0;
}
@media (min-width: 1025px) {
  .tab-content .tab-description .gallery-images.slick-slider img {
    width: 100%;
  }
}
.tab-content .tab-description .gallery-images:not(.slick-slider) {
  overflow: auto;
  white-space: nowrap;
  padding: 0px;
  margin: 0px;
  list-style: none;
  margin-bottom: 40px;
}
.tab-content .tab-description .gallery-images:not(.slick-slider) > li {
  list-style: none;
  display: inline-block;
  vertical-align: top;
  margin-right: 20px;
}
@media (min-width: 1025px) {
  .tab-content .tab-description .gallery-images:not(.slick-slider) {
    overflow: hidden;
  }
}
@media (min-width: 768px) {
  .tab-content .toggle-title {
    display: none;
  }
}
@media (min-width: 768px) {
  #instruction_product .modal-dialog, #warranty_product .modal-dialog, #size_chart .modal-dialog {
    max-width: 800px;
  }
}
.modal-size-chart .modal-header {
  padding: 0px;
}
.modal-size-chart .modal-body {
  padding: 20px 20px;
  overflow: auto;
  webkit-overflow-scrolling: touch;
}
.modal-size-chart .modal-body::-webkit-scrollbar-track {
  background-color: #f4f4f4;
}
.modal-size-chart .modal-body::-webkit-scrollbar {
  width: 3px;
  background-color: #f4f4f4;
}
.modal-size-chart .modal-body::-webkit-scrollbar-thumb {
  background-color: #787878;
}
@media (min-width: 768px) {
  .modal-size-chart .modal-body {
    padding: 40px 40px;
  }
}
.sticky_form {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  z-index: 99;
  padding: 15px 0;
  text-align: center;
  background: #fff;
  transition: all 0.3s ease;
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  box-shadow: 0 0 4px rgba(0, 0, 0, .2);
}
.sticky_form .sticky-add-to-cart form {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
}
.sticky_form .sticky-add-to-cart form > .item {
  margin-right: 15px;
  margin-bottom: 0;
}
.sticky_form .sticky-add-to-cart form > .item:last-child {
  margin-right: 0;
}
.sticky_form .sticky-add-to-cart form > .item.quantity input, .sticky_form .sticky-add-to-cart form > .item.quantity .qty-group {
  max-height: 36px;
  background: transparent;
}
.sticky_form .sticky-add-to-cart form .countdown-wrapper {
  display: none;
}
.sticky_form .sticky-add-to-cart form .product-wrapper {
  display: none;
}
.sticky_form .sticky-add-to-cart form .quantity {
  display: none;
}
.sticky_form .product-on-cart {
  text-align: left;
}
.sticky_form .product-on-cart .product-image, .sticky_form .product-on-cart .product-details {
  vertical-align: middle;
}
.sticky_form .product-on-cart .product-details {
  padding-left: 15px;
  padding-right: 0;
}
.sticky_form .pr-selectors {
  position: relative;
  display: block;
  text-align: left;
}
.sticky_form .pr-selectors .icon {
  z-index: 2;
  top: 0;
  right: 0;
  bottom: 0;
  width: 35px;
  height: 40px;
  padding: 0 12px;
  line-height: 40px;
  pointer-events: none;
  position: absolute;
  fill: #4d5259;
}
.sticky_form .pr-selectors .pr-active {
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: pointer;
  font-size: 12px;
  border: 1px solid #282828;
  background-color: #282828;
  color: #282828;
  border-radius: #282828;
  height: auto;
  max-width: 100%;
  line-height: 40px;
  padding: 0px 50px 0 15px;
  min-height: 40px;
  background-clip: unset;
  display: inline-block;
  vertical-align: top;
}
.sticky_form .pr-selectors .pr-active:focus {
  box-shadow: none;
  border-color: #0f0f0f;
}
.sticky_form .pr-selectors ul {
  padding: 0;
  list-style: none;
  text-align: left;
  position: absolute;
  top: auto;
  width: 100%;
  bottom: calc(100% - 1px);
  margin-bottom: 0;
  background-color: #fff;
  border: 1px solid #282828;
  overflow: auto;
  height: 0;
  opacity: 0;
  transition: all 0.3s ease;
}
.sticky_form .pr-selectors ul li a {
  display: block;
  padding: 5px 0;
  text-transform: capitalize;
}
.sticky_form .pr-selectors ul li .sold-out {
  color: #b6b6b6;
  /*pointer-events: none;*/
  text-decoration: line-through !important;
}
.sticky_form .btn.btn-sticky-add-to-cart, .sticky_form .shopify-payment-button .shopify-payment-button__button--unbranded.btn-sticky-add-to-cart, .shopify-payment-button .sticky_form .shopify-payment-button__button--unbranded.btn-sticky-add-to-cart {
  white-space: nowrap;
  padding: 12px 15px 10px 15px;
}
.sticky_form.open-sticky .pr-selectors ul {
  opacity: 1;
  max-height: 250px;
  padding: 10px;
  height: inherit;
}
.show_sticky .sticky_form {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
@media (max-width: 321px) {
  .sticky_form .btn.btn-sticky-add-to-cart, .sticky_form .shopify-payment-button .shopify-payment-button__button--unbranded.btn-sticky-add-to-cart, .shopify-payment-button .sticky_form .shopify-payment-button__button--unbranded.btn-sticky-add-to-cart {
    padding: 12px 5px 10px 5px;
  }
}
@media (min-width: 768px) {
  .sticky_form .sticky-add-to-cart form .product-wrapper {
    display: inline-block;
  }
  .sticky_form .sticky-add-to-cart form .quantity {
    display: inline-block;
  }
}
@media (min-width: 1025px) {
  .sticky_form .btn.btn-sticky-add-to-cart, .sticky_form .shopify-payment-button .shopify-payment-button__button--unbranded.btn-sticky-add-to-cart, .shopify-payment-button .sticky_form .shopify-payment-button__button--unbranded.btn-sticky-add-to-cart {
    min-width: 200px;
    padding: 12px 40px 10px 40px;
  }
  .sticky_form .sticky-add-to-cart form {
    justify-content: center;
  }
  .sticky_form .sticky-add-to-cart form > .item {
    margin-right: 30px;
    margin-bottom: 0;
  }
  .sticky_form .sticky-add-to-cart form > .item:last-child {
    margin-right: 0;
  }
  .sticky_form .sticky-add-to-cart form .countdown-wrapper {
    display: inline-block;
    margin-right: 30px;
  }
  .sticky_form .sticky-add-to-cart form .product-wrapper {
    max-width: 300px;
    margin-right: 70px;
  }
}
.frequently-bought-together-block {
  display: block;
  position: relative;
}
.frequently-bought-together-block .section-header {
  margin-bottom: 20px;
}
.frequently-bought-together-block .section-header h2, .frequently-bought-together-block .section-header .h2 {
  font-size: 18px;
}
.frequently-bought-together-block .frequently-bought-together-content {
  display: block;
  font-size: 0;
  letter-spacing: 0;
}
.frequently-bought-together-block .frequently-bought-together-content .col-left, .frequently-bought-together-block .frequently-bought-together-content .col-right {
  font-size: var(--font_size);
  display: block;
}
.frequently-bought-together-block .frequently-bought-together-content .col-right {
  padding-top: 20px;
}
@media (min-width: 1025px) {
  .frequently-bought-together-block .frequently-bought-together-content .products-grouped-info {
    padding: 0;
  }
}
.frequently-bought-together-block .frequently-bought-together-content .products-grouped-info .halo-item {
  margin-right: 16px;
}
.frequently-bought-together-block .frequently-bought-together-content .products-grouped-info.slick-slider .halo-item {
  margin-right: 0;
}
.frequently-bought-together-block .halo-row .halo-item {
  position: relative;
}
.frequently-bought-together-block .halo-row:not(.slick-slider) .halo-item + .halo-item:before {
  color: #6c6c6c;
  content: "+";
  font-size: 24px;
  font-weight: 300;
  position: absolute;
  left: -8px;
  top: 60px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.frequently-bought-together-block .halo-row.slick-slider {
  overflow: visible;
}
.frequently-bought-together-block .halo-row.slick-slider .slick-active + .slick-active:before {
  color: #6c6c6c;
  content: "+";
  font-size: 24px;
  font-weight: 300;
  position: absolute;
  left: 0;
  top: 60px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.frequently-bought-together-block .halo-row.slick-slider .slick-arrow {
  width: 43px;
  height: 43px;
  padding: 0px 12px;
  line-height: 35px;
  background-color: #fff;
  border-radius: 50%;
  border: 1px solid;
  color: #26292d;
  border-color: #e8e8e8;
}
.frequently-bought-together-block .halo-row.slick-slider .slick-arrow svg {
  width: 100%;
  height: 100%;
}
.frequently-bought-together-block .halo-row.slick-slider .slick-prev, .frequently-bought-together-block .halo-row.slick-slider .slick-next {
  top: 57px;
  z-index: 15;
}
.frequently-bought-together-block .halo-row.slick-slider .slick-prev {
  left: -30px;
}
.frequently-bought-together-block .halo-row.slick-slider .slick-next {
  right: -30px;
}
@media (max-width: 1200px) {
  .frequently-bought-together-block .halo-row.slick-slider .slick-prev {
    left: 0px;
  }
  .frequently-bought-together-block .halo-row.slick-slider .slick-next {
    right: 0px;
  }
}
.frequently-bought-together-block .product-card {
  opacity: 0.5;
  transition: all 0.3s ease;
}
.frequently-bought-together-block .product-card:before {
  content: none;
}
.frequently-bought-together-block .product-card .product-image {
  max-width: 140px;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
}
.frequently-bought-together-block .product-card .product-image + .product-content {
  padding: 0;
}
.frequently-bought-together-block .product-card .product-title {
  max-height: 44px;
  overflow: hidden;
  font-size: var(--font_size);
}
.frequently-bought-together-block .product-card .product-title label {
  position: relative;
  font-size: var(--font_size);
}
.frequently-bought-together-block .product-card .product-title label span {
  display: inline;
}
.frequently-bought-together-block .product-card .product-title label span strong {
  font-weight: 400;
  background-image: linear-gradient(transparent 97%, #f3f3f3 3%);
  background-repeat: repeat-x;
  background-position-y: -1px;
  margin-right: 3px;
}
.frequently-bought-together-block .product-card .product-title label:before {
  top: 3px;
  border-radius: 0;
  margin-right: 3px;
  display: inline-block;
  vertical-align: top;
  position: relative;
  background-color: #fff;
  border: 1px solid #ccc;
  height: 15px;
  width: 15px;
  content: "";
  transition: all 0.3s ease;
}
.frequently-bought-together-block .product-card .product-title label:after {
  content: "";
  display: block;
  position: absolute;
  transition: all 50ms ease-out;
  height: 14px;
  width: 14px;
  left: 1px;
  top: 0;
  opacity: 0;
  transform: scale(0);
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41z' fill='rgba(51, 51, 51, 1)' /%3E%3C/svg%3E");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100%;
  color: #333;
  font-size: 14px;
  line-height: 1;
  text-align: center;
}
.frequently-bought-together-block .product-card .product-title input[type="checkbox"] {
  min-height: 0;
  display: inline;
  line-height: 22px;
  vertical-align: middle;
  opacity: 0;
  visibility: hidden;
  position: absolute;
}
.frequently-bought-together-block .product-card .product-title input[type="checkbox"] + label {
  margin-left: 0px;
  display: inline;
  line-height: 20px;
  vertical-align: middle;
}
.frequently-bought-together-block .product-card .product-title input[type="checkbox"]:checked + label:after {
  opacity: 1;
  transform: scale(1);
}
.frequently-bought-together-block .product-card .product-title.fbt-checkbox-disable {
  pointer-events: none;
}
.frequently-bought-together-block .product-card .product-price {
  margin-bottom: 12px;
}
.frequently-bought-together-block .product-card .product-variant {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  display: none;
  overflow-y: auto;
  position: absolute;
  padding: 20px 15px 15px;
  background-color: #fff;
  border: 1px solid #ececec;
  box-shadow: 0 0px 1px rgba(61, 61, 61, 0.64);
  border-radius: 2px;
}
.frequently-bought-together-block .product-card .product-variant .close-options {
  position: absolute;
  right: 10px;
  top: 5px;
  z-index: 10;
  cursor: pointer;
  pointer-events: auto;
  font-size: 30px;
  font-weight: 400;
  line-height: 20px;
  color: var(--color_heading_text);
}
.frequently-bought-together-block .product-card .product-variant .form-label {
  margin-bottom: 4px;
}
.frequently-bought-together-block .product-card .product-variant .swatch {
  margin-bottom: 12px;
}
.frequently-bought-together-block .product-card .product-variant .swatch label em {
  color: #ec6d57;
}
.frequently-bought-together-block .product-card .product-variant .swatch .swatch-element {
  margin-right: 7px;
  margin-bottom: 7px;
}
.frequently-bought-together-block .product-card .product-variant .swatch .swatch-element.color.soldout label:before, .frequently-bought-together-block .product-card .product-variant .swatch .swatch-element.Color.soldout label:before {
  left: -8px;
  top: 14px;
  height: 1px;
  width: calc(150% - 1px);
}
.frequently-bought-together-block .product-card .product-variant .swatch .swatch-element label {
  min-width: 30px;
  height: 30px;
  line-height: 28px;
}
.frequently-bought-together-block .product-card .product-variant .swatch .swatch-element.soldout label:before {
  left: -5px;
  top: 15px;
  height: 1px;
  width: 130%;
}
.frequently-bought-together-block .product-card .product-link:before {
  padding-bottom: 100%;
}
.frequently-bought-together-block .product-card .product-link, .frequently-bought-together-block .product-card .fbt-toogle-options {
  pointer-events: none;
}
.frequently-bought-together-block .product-card .product-action {
  opacity: 1;
  visibility: visible;
}
.frequently-bought-together-block .product-card .product-action .btn, .frequently-bought-together-block .product-card .product-action .shopify-payment-button .shopify-payment-button__button--unbranded, .shopify-payment-button .frequently-bought-together-block .product-card .product-action .shopify-payment-button__button--unbranded {
  padding: 0;
  text-align: left;
  color: #696969;
  text-transform: capitalize;
  font-weight: 400;
  font-size: 12px;
}
.frequently-bought-together-block .product-card .product-action .btn svg, .frequently-bought-together-block .product-card .product-action .shopify-payment-button .shopify-payment-button__button--unbranded svg, .shopify-payment-button .frequently-bought-together-block .product-card .product-action .shopify-payment-button__button--unbranded svg {
  margin-left: -3px;
  margin-right: 2px;
}
.frequently-bought-together-block .product-card .product-action .btn span, .frequently-bought-together-block .product-card .product-action .shopify-payment-button .shopify-payment-button__button--unbranded span, .shopify-payment-button .frequently-bought-together-block .product-card .product-action .shopify-payment-button__button--unbranded span {
  background-image: linear-gradient(transparent 97%, #696969 3%);
  background-repeat: repeat-x;
  background-position-y: -1px;
}
.frequently-bought-together-block .product-card.isChecked {
  opacity: 1;
}
.frequently-bought-together-block .product-card.isChecked .product-link, .frequently-bought-together-block .product-card.isChecked .fbt-toogle-options {
  pointer-events: auto;
}
.frequently-bought-together-block .products-grouped-action .total {
  margin-bottom: 15px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
}
.frequently-bought-together-block .products-grouped-action .label {
  font-weight: 400;
  color: #323232;
  margin: 0;
  letter-spacing: 0.04em;
}
.frequently-bought-together-block .products-grouped-action .product-price {
  margin-bottom: 0;
  padding: 0px;
}
.frequently-bought-together-block .products-grouped-action .product-price .price {
  font-weight: 500;
  letter-spacing: 0.02em;
}
@media (min-width: 768px) {
  .frequently-bought-together-block .products-grouped-action .product-price .price {
    font-size: 18px;
  }
}
.frequently-bought-together-block .products-grouped-action .product-price.price--on-sale .price-item--sale {
  color: #323232;
  padding-right: 5px;
}
@media (min-width: 768px) {
  .frequently-bought-together-block .products-grouped-action .product-price.price--on-sale .price-item--sale {
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  .frequently-bought-together-block .products-grouped-action .product-price.price--on-sale .price-item--regular {
    font-size: 18px;
  }
}
.frequently-bought-together-block .products-grouped-action .btn-action .btn, .frequently-bought-together-block .products-grouped-action .btn-action .shopify-payment-button .shopify-payment-button__button--unbranded, .shopify-payment-button .frequently-bought-together-block .products-grouped-action .btn-action .shopify-payment-button__button--unbranded {
  width: 100%;
  margin-top: 0;
  color: #fff;
  background-color: #8b714a;
  border-color: #8b714a;
  letter-spacing: 0.15em;
  padding: 10px 15px 11px;
  margin: 18px 0px 19px;
}
.frequently-bought-together-block .products-grouped-action .btn-action .btn:hover, .frequently-bought-together-block .products-grouped-action .btn-action .shopify-payment-button .shopify-payment-button__button--unbranded:hover, .shopify-payment-button .frequently-bought-together-block .products-grouped-action .btn-action .shopify-payment-button__button--unbranded:hover {
  color: #8b714a;
  background-color: #fff;
  border-color: #8b714a;
}
.frequently-bought-together-block .products-grouped-action .discount-text {
  margin: 15px 0 0 0;
  text-align: center;
  padding: 0 20px;
  color: #8c8c8c;
  letter-spacing: 0.04em;
  line-height: 22px;
}
@media (min-width: 768px) {
  .frequently-bought-together-block .section-header {
    margin-bottom: 40px;
  }
  .frequently-bought-together-block .frequently-bought-together-content .col-left, .frequently-bought-together-block .frequently-bought-together-content .col-right {
    display: inline-block;
    vertical-align: middle;
  }
  .frequently-bought-together-block .frequently-bought-together-content .col-left {
    width: calc(100% - 270px);
  }
  .frequently-bought-together-block .frequently-bought-together-content .col-right {
    width: 270px;
    padding-top: 0;
    padding-left: 30px;
  }
}
@media (min-width: 1199px) {
  .frequently-bought-together-block .frequently-bought-together-content .col-left, .frequently-bought-together-block .frequently-bought-together-content .col-right {
    display: inline-block;
    vertical-align: middle;
  }
  .frequently-bought-together-block .frequently-bought-together-content .col-left {
    width: calc(100% - 300px);
  }
  .frequently-bought-together-block .frequently-bought-together-content .col-right {
    width: 300px;
    padding-top: 0;
    padding-left: 60px;
  }
}
@media (min-width: 1201px) {
  .frequently-bought-together-block .halo-row:not(.slick-slider) {
    overflow: hidden;
  }
  .frequently-bought-together-block .halo-row .halo-item + .halo-item:before {
    font-size: 50px;
  }
  .frequently-bought-together-block .frequently-bought-together-content .col-left {
    width: calc(100% - 400px);
  }
  .frequently-bought-together-block .frequently-bought-together-content .col-right {
    width: 400px;
    padding-top: 0;
    padding-left: 130px;
  }
}
.template-product .breadcrumb-wrapper {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
}
.template-product .page-container {
  overflow: visible;
}
@media (max-width: 551px) {
  .template-product .section-header .title, .template-product .section-header h1, .template-product .section-header .h1, .template-product .section-header h2, .template-product .section-header .h2, .template-product .page-heading, .template-product .tab-vertical .toggle-title .toggleLink .page-heading {
    font-size: 18px;
  }
}
.terms_conditions_wrapper {
  font-size: var(--font_size);
  display: inline-block;
  vertical-align: top;
  position: relative;
}
.terms_conditions_wrapper:before {
  content: "";
  left: 22px;
  bottom: 2px;
  background-color: #282828;
  width: 0;
  height: 1px;
  position: absolute;
  transition: all 0.3s ease;
}
.terms_conditions_wrapper input[type="checkbox"] {
  display: none;
}
.terms_conditions_wrapper .title {
  position: relative;
}
.terms_conditions_wrapper .title:before {
  top: 3px;
  border-radius: 0;
  margin-right: 3px;
  display: inline-block;
  vertical-align: top;
  position: relative;
  background-color: #fff;
  border: 1px solid #ccc;
  height: 15px;
  width: 15px;
  content: "";
  transition: all 0.3s ease;
}
.terms_conditions_wrapper .title:after {
  content: "";
  display: block;
  position: absolute;
  transition: all 50ms ease-out;
  height: 14px;
  width: 14px;
  left: 1px;
  top: 3px;
  opacity: 0;
  transform: scale(0);
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41z' fill='rgba(51, 51, 51, 1)' /%3E%3C/svg%3E");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100%;
  color: #333;
  font-size: 14px;
  line-height: 1;
  text-align: center;
}
.terms_conditions_wrapper input[type="checkbox"] {
  min-height: 0;
  display: inline;
  line-height: 22px;
  vertical-align: middle;
  opacity: 0;
  visibility: hidden;
  position: absolute;
}
.terms_conditions_wrapper input[type="checkbox"]:checked + .title:after {
  opacity: 1;
  transform: scale(1);
}
.terms_conditions_wrapper:hover .title {
  color: var(--color_url_hover);
}
.terms_conditions_wrapper:hover:before {
  width: calc(100% - 22px);
}
.product-review__inner .section-header {
  background: #f9f9f9;
  padding: 50px 0;
  margin-bottom: 20px;
}
.product-review__inner .section-header p {
  max-width: 100%;
  text-align: center;
  color: #5a5a5a;
}
.product-review__inner .spr-form {
  border-top: 1px solid #f8f8f8;
  padding: 30px 0 0 0;
}
@media (min-width: 993px) {
}
@media (min-width: 1025px) {
  .product-review__inner .section-header {
    margin-bottom: 35px;
  }
}
.product-single__compareColor {
  padding: 5px 0px 5px 30px;
  position: absolute;
  right: 10px;
  bottom: 30px;
}
@media (min-width: 769px) {
  .product-single__compareColor {
    bottom: 65px;
    right: 30px;
  }
}
.product-single__compareColor .compareColor-link {
  font-size: var(--font_size);
  letter-spacing: 0.04em;
}
.product-single__compareColor .compareColor-link img {
  width: 20px;
}
.product-single__compareColor .compareColor-link .text-compare {
  border-bottom: 1px solid;
  margin-left: 5px;
}
@media (max-width: 1024px) {
  .product-single__compareColor .compareColor-link .text-compare {
    display: none;
  }
}
.product-single__compareColor .compareColor-link .text-compare.no-border {
  border: none;
}
.modal-compare-color {
  max-width: 1070px !important;
}
.modal-compare-color .modal-header {
  padding: 14px 50px 13px;
  text-align: left;
}
.modal-compare-color .modal-header .title {
  font-size: var(--font_size);
  letter-spacing: 0.04em;
}
.modal-compare-color .modal-body {
  padding: 34px 50px 0px;
  overflow: auto;
  webkit-overflow-scrolling: touch;
}
.modal-compare-color .modal-body::-webkit-scrollbar-track {
  background-color: #fafafa;
}
.modal-compare-color .modal-body::-webkit-scrollbar {
  height: 2px;
  width: 2px;
  background-color: #fafafa;
}
.modal-compare-color .modal-body::-webkit-scrollbar-thumb {
  background-color: #505050;
}
.modal-compare-color .modal-body .swatch-element input[type="checkbox"] + label:before {
  display: none;
}
.modal-compare-color .modal-body .selector-wrapper {
  white-space: nowrap;
  overflow: auto;
}
.modal-compare-color .modal-body .show-img {
  padding: 3px 0px 0px;
  position: relative;
  white-space: nowrap;
  overflow: auto;
  margin: 0 -15px;
  font-size: 0;
}
.modal-compare-color .modal-body .show-img .item {
  width: 20%;
  padding: 0 15px;
  font-size: 12px;
  text-transform: uppercase;
  vertical-align: top;
  display: inline-block;
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .modal-compare-color .modal-body .show-img .item {
    width: 50%;
    margin-bottom: 20px;
  }
}
.modal-compare-color .modal-body .show-img .item img {
  margin-bottom: 15px;
}
@media (max-width: 768px) {
  .modal-compare-color .modal-body {
    padding: 30px;
  }
  .modal-compare-color .modal-header {
    padding: 14px 30px 13px;
  }
  .modal-compare .close-modal {
    top: 0px;
    right: 0px;
    color: #787878;
  }
  .modal-compare .close-modal svg {
    width: 15px;
    height: 15px;
  }
}
.page-product-detail-01 .recently-viewed-products .slick-dots button, .page-product-detail-01 .product-recommendations__inner .slick-dots button {
  width: 10px;
  height: 10px;
}
.page-product-detail-01 .recently-viewed-products .slick-dots .slick-active button, .page-product-detail-01 .product-recommendations__inner .slick-dots .slick-active button {
  width: 10px;
  height: 10px;
}
.page-product-detail-01 .recently-viewed-products .slick-arrow.slick-prev, .page-product-detail-01 .product-recommendations__inner .slick-arrow.slick-prev, .page-product-detail-01 .recently-viewed-products .slick-arrow.slick-next, .page-product-detail-01 .product-recommendations__inner .slick-arrow.slick-next {
  border: 1px solid #787878;
  width: 36px;
  height: 36px;
  background: #fff;
  top: 30%;
  box-shadow: 0 1px 0px rgba(120, 120, 120, 0.4);
}
.page-product-detail-01 .recently-viewed-products .slick-arrow.slick-prev svg, .page-product-detail-01 .product-recommendations__inner .slick-arrow.slick-prev svg, .page-product-detail-01 .recently-viewed-products .slick-arrow.slick-next svg, .page-product-detail-01 .product-recommendations__inner .slick-arrow.slick-next svg {
  color: #505050;
  fill: #505050;
  stroke: #505050;
}
.page-product-detail-01 .recently-viewed-products .slick-arrow.slick-next, .page-product-detail-01 .product-recommendations__inner .slick-arrow.slick-next {
  padding-top: 7px;
  padding-left: 8px;
  right: -5px;
}
.page-product-detail-01 .recently-viewed-products .slick-arrow.slick-prev, .page-product-detail-01 .product-recommendations__inner .slick-arrow.slick-prev {
  padding-top: 7px;
  padding-left: 6px;
  left: -5px;
}
.page-product-detail-01 .recently-viewed-products .slick-arrow:hover.slick-prev, .page-product-detail-01 .product-recommendations__inner .slick-arrow:hover.slick-prev, .page-product-detail-01 .recently-viewed-products .slick-arrow:hover.slick-next, .page-product-detail-01 .product-recommendations__inner .slick-arrow:hover.slick-next {
  background: #323232;
  border-color: #323232;
}
.page-product-detail-01 .recently-viewed-products .slick-arrow:hover.slick-prev svg, .page-product-detail-01 .product-recommendations__inner .slick-arrow:hover.slick-prev svg, .page-product-detail-01 .recently-viewed-products .slick-arrow:hover.slick-next svg, .page-product-detail-01 .product-recommendations__inner .slick-arrow:hover.slick-next svg {
  color: #fff;
  fill: #fff;
  stroke: #fff;
}
.product-recommendations__inner {
  border-top: 1px solid #ececec;
  padding: 41px 0px 15px;
  margin: 44px 0px 0px;
  clear: both;
}
@media (min-width: 1025px) {
  .product-recommendations__inner {
    margin: 80px 0px 0px;
  }
}
.product-recommendations__inner.no-border-top {
  border: none;
}
.product-recommendations__inner .section-header {
  text-align: center;
  position: relative;
  margin-bottom: 27px;
}
.product-recommendations__inner .section-header h2, .product-recommendations__inner .section-header .h2 {
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.15em;
  color: #282828;
  margin: 0px;
  padding: 15px 0px 13px;
}
.product-recommendations__inner .slick-dots {
  bottom: -5px;
}
.product-recommendations__inner .slick-dots li.slick-active button {
  width: 10px;
  height: 10px;
  border-color: #6b6b6b;
  background: transparent;
}
.product-recommendations__inner .slick-dots li button {
  width: 10px;
  height: 10px;
  background: #a5a5a5;
  border-color: #a5a5a5;
}
.body-default .recently-viewed-products .product-detail .product-vendor {
  letter-spacing: 0.16em;
  color: #323232;
  text-transform: uppercase;
}
.recently-viewed-products {
  border-top: 1px solid #ececec;
  padding: 41px 0px 15px;
  margin: 44px 0px 15px;
}
.recently-viewed-products.no-border-top {
  border: none;
}
.recently-viewed-products .slick-dots button {
  width: 10px;
  height: 10px;
}
.recently-viewed-products .slick-dots .slick-active button {
  width: 10px;
  height: 10px;
}
.recently-viewed-products .slick-arrow {
  top: 31%;
}
@media (min-width: 1600px) {
  .recently-viewed-products .slick-arrow.slick-prev {
    left: -50px;
  }
  .recently-viewed-products .slick-arrow.slick-next {
    right: -50px;
  }
}
.recently-viewed-products .section-header {
  text-align: center;
  position: relative;
}
.recently-viewed-products .section-header h2, .recently-viewed-products .section-header .h2 {
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.15em;
  color: #282828;
  margin: 0px;
  padding: 15px 0px 13px;
}
.recently-viewed-products .section-header .description {
  font-size: 12px;
  color: #787878;
  letter-spacing: 0.04em;
  line-height: 22px;
  padding: 0px 10px;
}
.recently-viewed-products .section-header .view-all {
  font-size: var(--font_size);
  letter-spacing: 0.04em;
  line-height: 22px;
  color: #8b714a;
  position: absolute;
  right: 0px;
  top: 47px;
}
@media (max-width: 767px) {
  .recently-viewed-products .section-header .view-all {
    display: none;
    right: 10px;
    top: -28px;
  }
}
.recently-viewed-products .section-header .view-all span {
  border-bottom: 1px solid #cabfb0;
}
.recently-viewed-products .section-header .view-all:hover {
  color: #ed4f2d;
}
.recently-viewed-products .section-header .view-all:hover span {
  border-color: #ed4f2d;
}
.product_shop .sale-badge {
  display: none;
}
.product_shop .price--on-sale {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}
.product_shop .price--on-sale .sale-badge {
  display: block;
  margin-left: 15px;
  font-size: 12px;
  letter-spacing: 0.02em;
  font-weight: 500;
  height: 20px;
  line-height: 20px;
  padding: 0 7px;
  border-radius: 1px;
  margin-bottom: 5px;
  color: var(--color_sale_badge_text);
  background-color: var(--color_sale_badge_bg);
  position: relative;
}
.product_shop .price--on-sale .sale-badge:before {
  content: "";
  border: 5px solid transparent;
  position: absolute;
  border-right-color: var(--color_sale_badge_bg);
  left: -10px;
  top: 50%;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.product_badges {
  top: 0px;
  right: 0px;
  z-index: 5;
  display: flex;
  position: absolute;
  flex-direction: column;
  align-items: flex-end;
}
.product_badges .badge {
  height: 18px;
  font-size: var(--font_size);
  font-weight: 400;
  letter-spacing: 0.02em;
  line-height: 18px;
  padding: 0 7px;
  border-radius: 1px;
  margin-bottom: 5px;
  text-transform: capitalize;
  color: var(--color_badge_text);
  background-color: var(--color_badge_bg);
}
.product_badges .new-badge {
  color: var(--color_new_badge_text);
  background-color: var(--color_new_badge_bg);
}
.product_badges .custom-bundle {
  color: var(--color_bundle_badge_text);
  background-color: var(--color_bundle_badge_bg);
}
.product_badges .soldOut-badge {
  color: var(--color_soldOut_badge_text);
  background-color: var(--color_soldOut_badge_bg);
}
.product_badges .bestSellers-badge {
  color: var(--color_bestSellers_badge_text);
  background-color: var(--color_bestSellers_badge_bg);
}
.product_badges .sale-badge {
  color: var(--color_sale_badge_text);
  background-color: var(--color_sale_badge_bg);
}
.product_badges .sale-badge-2 {
  position: relative;
  padding-left: 3px;
  border-radius: 0 2px 2px 0;
}
.product_badges .sale-badge-2:before {
  top: 50%;
  width: 0;
  height: 0;
  content: "";
  right: 100%;
  display: block;
  position: absolute;
  transform: translateY(-50%);
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-right: 10px solid var(--color_sale_badge_bg);
}
.group_vdwl {
  position: relative;
}
.product_wishlist {
  top: 0;
  right: 0;
  z-index: 5;
  display: none;
  position: absolute;
  background: #fae3ca;
  width: 26px;
  height: 26px;
  border-radius: 50%;
}
.product_wishlist.wishlist_mb {
  display: block;
  opacity: 1;
  visibility: visible;
}
.product_wishlist svg {
  fill: #484543;
  width: 16px;
  height: 16px;
  position: absolute;
  top: 50%;
  left: 6px;
  transform: translateY(-50%);
}
.product_wishlist:hover {
  background-color: #947d5c;
  color: #fff;
}
.product_wishlist.whislist-added {
  background-color: var(--color_sale_badge_bg);
  color: #fff;
}
.product_wishlist.whislist-added svg {
  fill: #fff;
}
@media (min-width: 1025px) {
  .product_wishlist {
    display: block;
    opacity: 0;
    visibility: hidden;
  }
  .product_wishlist.wishlist_mb {
    opacity: 0;
    visibility: hidden;
  }
}
.product-link {
  display: block;
  position: relative !important;
}
.product-link img {
  top: 0;
  left: 0;
  width: 100%;
  max-height: 100%;
  position: absolute;
  transition: all 0.3s ease;
  object-fit: contain;
}
.product-link .placeholder-svg {
  top: 0;
  left: 0;
  width: 100%;
  max-height: 100%;
  position: absolute;
}
.product-link:before {
  content: "";
  display: block;
  padding-bottom: var(--product_card_height_procent);
}
.product-link.image-swap .image-one {
  z-index: 1;
  opacity: 1;
  visibility: visible;
}
.product-link.image-swap .image-two {
  z-index: 0;
}
.product-vendor {
  line-height: 22px;
  font-weight: 400;
  margin-bottom: 5px;
  text-transform: capitalize;
  display: block;
  color: var(--color_product_vendor);
  letter-spacing: 0.04em;
  font-size: var(--font_size);
  text-align: center;
}
.product-vendor a {
  color: inherit;
  font-size: inherit;
  display: inline-block;
}
.product-title {
  font-size: 12px;
  line-height: 22px;
  margin: 0 0 2px;
  text-transform: none;
  color: var(--color_product_title);
  letter-spacing: 0.04em;
  text-align: center;
}
.product-title a {
  color: inherit;
  font-size: inherit;
  overflow: hidden;
  white-space: normal;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
}
.product-title:hover {
  color: var(--color_product_title_hover);
}
.product-title:hover span {
  border-bottom: 1px solid var(--color_product_title_hover);
}
@media (min-width: 993px) {
  .product-title {
    display: block;
    overflow: visible;
    text-overflow: unset;
  }
}
.product-reviews {
  display: block;
  line-height: 1;
  min-height: 17px;
  position: relative;
  text-align: center;
}
.product-reviews .spr-badge-caption {
  display: none;
}
.product-reviews .product-compare-btn {
  top: 4px;
  right: 0;
  opacity: 1;
  visibility: visible;
  position: absolute;
  transition: all 0.3s ease;
}
.product-reviews .productReview-rating, .product-reviews .jdgm-widget * {
  line-height: 1 !important;
}
.product-reviews .stars-item, .product-reviews .jdgm-star {
  font-size: 18px;
  padding: 0 2px 0 0 !important;
}
.product-reviews .stars-item.jdgm--off, .product-reviews .jdgm-star.jdgm--off, .product-reviews .stars-item.jdgm--on, .product-reviews .jdgm-star.jdgm--on {
  color: var(--color_product_review) !important;
}
.product-reviews .stars-item.jdgm--off:before, .product-reviews .jdgm-star.jdgm--off:before, .product-reviews .stars-item.jdgm--on:before, .product-reviews .jdgm-star.jdgm--on:before {
  content: "\2605";
}
.product-reviews .stars-item.jdgm--off, .product-reviews .jdgm-star.jdgm--off {
  color: var(--color_product_review_empty) !important;
}
@media (min-width: 1025px) {
  .product-reviews .product-compare-btn {
    opacity: 0;
    visibility: hidden;
  }
}
.product-quickview {
  display: none;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (min-width: 1025px) {
  .product-quickview {
    display: block;
    top: 50%;
    left: 50%;
    z-index: 5;
    position: absolute;
    transform: translate(-50%, -50%);
    opacity: 0;
    visibility: hidden;
    font-size: var(--font_size);
    letter-spacing: 0.04em;
    line-height: 1;
    white-space: nowrap;
    text-align: center;
    border-radius: 0px;
    padding: 7px 12px;
    max-width: 95px;
    width: 100%;
    text-transform: capitalize;
    background-color: #fff;
    color: #282828;
    box-shadow: 0 1px 2px 0px rgba(0, 0, 0, .1);
  }
  .product-quickview:hover {
    background: #505050;
    color: #fff;
  }
}
.product-countdown-wrapper {
  left: 50%;
  bottom: 0;
  z-index: 5;
  width: 100%;
  text-align: center;
  position: absolute;
  display: inline-block;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  .product-countdown-wrapper.countdown .block-time {
    padding: 7px 5px;
    min-width: 35px;
  }
  .product-countdown-wrapper.countdown .block-time .num {
    font-size: 12px;
  }
  .product-countdown-wrapper.countdown .block-time .block-label {
    font-size: 11px;
    margin-top: -5px;
  }
}
.fa-star:before {
  font-size: 18px !important;
  width: 16px;
  height: 16px;
  line-height: 16px;
  content: "\2605";
}
.spr-icon {
  margin-right: 2px;
}
.spr-icon.spr-icon-star, .spr-icon.spr-icon-star-empty {
  font-size: 18px !important;
  width: 16px;
  height: 16px;
  line-height: 16px;
}
.spr-icon.spr-icon-star:before, .spr-icon.spr-icon-star-empty:before {
  font-size: 18px !important;
  width: 16px;
  height: 16px;
  line-height: 16px;
  content: "\2605";
}
.spr-icon-star {
  color: var(--color_product_review);
}
.spr-icon-star-empty {
  opacity: 1 !important;
  color: var(--color_product_review_empty);
}
.spr-icon-star-empty.spr-icon-star-hover:before {
  content: "\2605" !important;
}
.spr-form-review-rating a {
  line-height: 1;
}
.product-price {
  line-height: 1;
  position: relative;
  text-align: center;
  padding: 10px 0px 10px;
}
.product-price .price-item {
  line-height: 1;
  font-weight: 500;
  display: inline-block;
  vertical-align: middle;
  font-size: calc(var(--font_size_plus2) / var(--font_size_plus2) * 01 / var(--font_size) / var(--font_size) * 01 * 1em);
  color: var(--color_product_price);
}
.product-price .price-item + .price-item {
  margin-left: 5px;
}
.product-price.price--on-sale .price-item--regular {
  text-decoration: line-through;
  color: var(--color_product_price_presale);
}
.product-price.price--on-sale .price-item--sale {
  color: var(--color_product_price_sale);
}
.product-description {
  display: none;
}
.product-actions {
  display: none;
}
.product-btn {
  width: 100%;
  max-width: 100%;
  display: block;
  margin-top: 22px;
  overflow: hidden;
  border-radius: 0px;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: var(--color_product_button_text);
  border-color: var(--color_product_button_border);
  background-color: var(--color_product_button_bg);
}
.product-btn:hover {
  color: var(--color_product_button_text_hover);
  border-color: var(--color_product_button_border_hover);
  background-color: var(--color_product_button_bg_hover);
}
.product-btn.product-btn-soldOut {
  opacity: 1;
  color: var(--color_product_button_soldOut_text);
  border-color: var(--color_product_button_soldOut_border);
  background-color: var(--color_product_button_soldOut_bg);
}
.product-btn.product-remove:hover {
  color: var(--color_product_button_border_hover);
  background-color: var(--color_product_button_bg);
  border-color: var(--color_product_button_border_hover);
}
.btn.wishlist .add, .shopify-payment-button .shopify-payment-button__button--unbranded.wishlist .add {
  display: inline-block;
}
.btn.wishlist .remove, .shopify-payment-button .shopify-payment-button__button--unbranded.wishlist .remove {
  display: none;
}
.btn.wishlist.whislist-added .add, .shopify-payment-button .shopify-payment-button__button--unbranded.wishlist.whislist-added .add {
  display: none;
}
.btn.wishlist.whislist-added .remove, .shopify-payment-button .shopify-payment-button__button--unbranded.wishlist.whislist-added .remove {
  display: inline-block;
}
.product-form__cart-submit.product-btn-soldOut, .shopify-payment-button .shopify-payment-button__button--unbranded.product-btn-soldOut {
  opacity: 1;
  cursor: default;
  pointer-events: none;
  box-shadow: none;
  color: var(--color_product_button_soldOut_text);
  border-color: var(--color_product_button_soldOut_border);
  background-color: var(--color_product_button_soldOut_bg);
}
.product-card {
  text-align: left;
  position: relative;
  font-size: var(--font_size);
}
.product-card .product-content .item-swatch {
  opacity: 0;
  transition: all 0.4s ease;
}
.product-card .product-image {
  display: block;
  position: relative;
}
.product-card .product-image + .product-content {
  padding-top: 15px;
}
.product-card .product-image .group_button {
  text-align: center;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 6;
  position: absolute;
  transition: all 0.4s ease;
  background: #fff;
}
.product-card .product-image .group_button .product-action .product-btn {
  margin-top: 0;
}
.product-card .product-image .group_button.compare_btn .product-action {
  padding-bottom: 12px;
}
.product-card .product-image .group_button.compare_btn .product-action .product-btn {
  margin-top: 0;
}
.product-card .product-content {
  display: block;
}
@media (max-width: 321px) {
  .product-card .product-countdown-wrapper {
    display: none;
  }
}
@media (min-width: 1025px) {
  .product-card .product-image {
    z-index: 9;
    position: relative;
    overflow: hidden;
  }
  .product-card .product-image + .product-content {
    padding-top: 18px;
    z-index: 1;
    position: relative;
    overflow: hidden;
  }
  .product-card .product-image:hover .product-quickview {
    opacity: 1;
    visibility: visible;
  }
  .product-card .product-image .group_button {
    bottom: -100px;
  }
  .product-card:hover .product-content .item-swatch {
    opacity: 1;
  }
  .product-card:hover .product-image .image-one {
    opacity: 0;
    visibility: hidden;
  }
  .product-card:hover .product-image .group_button {
    bottom: 0;
  }
  .product-card:hover .product-reviews .product-compare-btn {
    opacity: 1;
    visibility: visible;
  }
  .product-card:hover .product_wishlist {
    opacity: 1;
    visibility: visible;
  }
}
.product-card.layout-1 .product-image {
  padding-bottom: 42px;
}
@media (min-width: 768px) {
  .product-card.layout-1 .product-image {
    padding-bottom: 35px;
  }
}
@media (min-width: 1025px) {
  .product-card.layout-1 .product-image {
    padding-bottom: 0;
  }
}
.product-card.product-card-countdown {
  padding-bottom: 60px;
}
.product-card.product-card-countdown .product-countdown-wrapper {
  left: 0;
  display: block;
  z-index: 5;
  bottom: -200px;
  text-align: left;
  position: absolute;
  transform: none;
  transition: all 0.3s ease;
}
@media (min-width: 768px) {
  .product-card.product-card-countdown {
    padding-bottom: 65px;
  }
  .product-card.product-card-countdown .product-countdown-wrapper {
    bottom: -205px;
  }
}
@media (min-width: 1025px) {
  .product-card.product-card-countdown {
    padding-bottom: 0;
  }
  .product-card.product-card-countdown .product-countdown-wrapper {
    left: 50%;
    z-index: 5;
    bottom: 0;
    text-align: center;
    position: absolute;
    transform: none;
    transform: translateX(-50%);
  }
  .product-card.product-card-countdown:hover .product-countdown-wrapper {
    bottom: -60px;
  }
}
.product-card-special {
  overflow: hidden;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 0 1px 2px 1px rgba(0, 0, 0, .05);
}
.product-card-special .product-image {
  margin: 6px 6px 0 6px;
}
.product-card-special .product-content {
  padding: 20px 15px 0;
}
.product-card-special .product-btn {
  width: calc(100% + 30px);
  border: none;
  border-radius: 0 0 5px 5px;
  border-top: 1px solid #ebecef;
  margin-left: -15px;
  margin-right: -15px;
}
.product_quickview {
  max-height: 80vh;
  overflow: auto;
  webkit-overflow-scrolling: touch;
}
.product_quickview::-webkit-scrollbar-track {
  background-color: #f4f4f4;
}
.product_quickview::-webkit-scrollbar {
  width: 3px;
  background-color: #f4f4f4;
}
.product_quickview::-webkit-scrollbar-thumb {
  background-color: #787878;
}
.product_quickview .product_photos .product-slider .slider-for .slick-slide {
  background-color: #fff;
}
.product_quickview .product_photos .product-slider .slider-for {
  margin-bottom: 22px;
  padding-bottom: 0;
}
.product_quickview .product-slider .slider-nav .item .text-link img {
  width: 100%;
}
@media (min-width: 1025px) {
  .product_quickview .product_photos .slider-for, .product_quickview .product_photos .slider-nav {
    font-size: 0;
    line-height: 1;
  }
  .product_quickview .product_photos .product-slider .slider-nav .item .text-link {
    display: block;
  }
  .product_quickview .product_photos .product-slider .slider-for .slick-slide .product-single__photo {
    display: block;
  }
  .product_quickview .product_photos .product-slider .slider-nav:not(.slick-slider) .item {
    padding: 0 5px;
    margin: 0;
  }
}
.product_form_wrapper .selector-wrapper-2 {
  position: relative;
}
.product_form_wrapper .selector-wrapper-2 .size-chart-open-popup {
  font-size: var(--font_size);
}
.product_form_wrapper .selector-wrapper-2 .size-chart-open-popup span {
  border-bottom: 1px solid #b3b3b3;
}
.product_form_wrapper .selector-wrapper-2 .size-chart-open-popup:hover {
  color: var(--color_url_hover);
}
.product_form_wrapper .selector-wrapper-2 .size-chart-open-popup:hover span {
  border-color: var(--color_url_hover);
}
.product_form_wrapper .selector-wrapper-3 .size-chart-open-popup {
  display: none;
}
@keyframes zoom-animation {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.4, 1.4, 1);
    transform: scale3d(1.4, 1.4, 1);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.points_popup {
  position: absolute;
  z-index: 20;
  pointer-events: auto;
}
.points_popup .point {
  width: 24px;
  height: 24px;
  color: #fff;
  font-size: 19px;
  line-height: 25px;
  padding-left: 1px;
  text-align: center;
  border-radius: 50%;
  display: inline-block;
  cursor: pointer;
  pointer-events: auto;
  background-color: #8b714a;
  position: relative;
}
.points_popup .point:before {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  z-index: -1;
  position: absolute;
  border-radius: 50%;
  opacity: 0.3;
  background-color: #8b714a;
  -webkit-animation: zoom-animation 1.4s ease-in-out infinite;
  animation: zoom-animation 1.4s ease-in-out infinite;
}
.points_popup .custom-product-card {
  z-index: 10;
  top: -170px;
  display: none;
  position: absolute;
  left: calc(100% - 236px);
}
.points_popup.is-open {
  z-index: 21;
}
.points_popup.is-open .custom-product-card {
  display: block;
}
.custom-product-card {
  position: relative;
}
.custom-product-card .close {
  top: -3px;
  right: -36px;
  float: none;
  line-height: 20px;
  position: absolute;
  text-shadow: none;
  opacity: 1;
  z-index: 10;
}
.custom-product-card .close svg {
  fill: #fff;
}
.custom-product-card .product-card {
  width: 280px;
  display: table;
  margin-bottom: 0;
  padding: 15px;
  box-shadow: 0 0 5px rgba(0, 0, 0, .1);
  background-color: #fff;
  border-radius: 0px;
}
.custom-product-card .product-card .product_badges, .custom-product-card .product-card .product-action {
  display: none;
}
.custom-product-card .product-card .product-image {
  width: 80px;
  display: table-cell;
  vertical-align: top;
}
.custom-product-card .product-card .product-content {
  display: table-cell;
  vertical-align: top;
  text-align: left;
}
@media (min-width: 768px) {
  .custom-product-card .product-card {
    padding: 0px;
    display: block;
    width: 215px;
  }
  .custom-product-card .product-card .product_badges {
    display: flex;
  }
  .custom-product-card .product-card .product-image {
    display: block;
    width: 100%;
    margin: 0 auto;
  }
  .custom-product-card .product-card .product-content {
    display: block;
  }
  .custom-product-card .product-card .product-content .product-detail {
    padding: 0px 25px;
  }
  .custom-product-card .product-card .product-action {
    display: block;
  }
}
.custom-product-card .product-card .product-content .item-swatch {
  opacity: 1;
}
.custom-product-card .item-swatch {
  padding: 0px !important;
}
.custom-product-card .group_button .more-detail {
  text-align: center;
  padding: 12px 0px 0px;
  margin-bottom: -5px;
}
.custom-product-card .group_button .more-detail a {
  border-bottom: 1px solid #cabfb0;
  letter-spacing: 0.04em;
  color: #8b714a;
}
.custom-product-card .group_button .more-detail a:hover {
  color: #ed4f2d;
  border-color: #ed4f2d;
}
.slideshow .points_popup .point {
  background: #323232;
}
.slideshow .points_popup .point:before {
  background: #323232;
}
.points_popup_slide {
  position: relative;
  display: none;
}
.points_popup_slide.is-open {
  z-index: 10;
  display: block;
  position: absolute;
}
.points_popup_slide .close {
  top: -15px;
  right: -17px;
  line-height: 24px;
  padding-left: 10px;
  z-index: 12;
  position: absolute;
  opacity: 1;
  background: #323232;
  width: 31px;
  height: 31px;
  border-radius: 1px;
}
.points_popup_slide .close svg {
  margin-top: 8px;
  width: 11px;
  height: 11px;
  fill: #fff;
}
.points_popup_slide .close:hover {
  background: #ed4f2d;
}
.points_popup_slide .product-card {
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.12);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.12);
}
@media (min-width: 1025px) {
  .points_popup_slide .product-card {
    width: 270px;
  }
}
.points_popup_slide .product-card .product-content .item-swatch {
  margin-top: 5px;
}
@media (min-width: 1025px) {
  .points_popup_slide .group_button {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    border-top: 1px solid #ececec;
    margin-top: 22px;
  }
}
@media (min-width: 1025px) {
  .points_popup_slide .group_button .more-detail {
    width: 50%;
    border-right: 1px solid #ececec;
    margin-bottom: 0px;
    padding: 13px 15px 13px;
  }
}
.points_popup_slide .group_button .more-detail a {
  border: none;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  color: #282828;
  font-weight: 600;
}
.points_popup_slide .group_button .more-detail a:hover {
  color: #ed4f2d;
}
.points_popup_slide .group_button .more-detail a .more-dt {
  display: none;
}
@media (min-width: 1025px) {
  .points_popup_slide .group_button .product-action .btn, .points_popup_slide .group_button .product-action .shopify-payment-button .shopify-payment-button__button--unbranded, .shopify-payment-button .points_popup_slide .group_button .product-action .shopify-payment-button__button--unbranded {
    background: transparent;
    border-color: transparent;
    margin-top: 0px;
    padding: 13px 15px 13px;
    color: #282828;
  }
  .points_popup_slide .group_button .product-action .btn:hover, .points_popup_slide .group_button .product-action .shopify-payment-button .shopify-payment-button__button--unbranded:hover, .shopify-payment-button .points_popup_slide .group_button .product-action .shopify-payment-button__button--unbranded:hover {
    color: #ed4f2d;
  }
}
.item-swatch {
  list-style: none;
  padding: 0;
  margin: 0;
  letter-spacing: -0.33em;
  line-height: 0;
  text-align: center;
  padding: 15px 0px 5px;
}
.item-swatch .product-card__variant--item {
  display: inline-block;
  margin: 0 5px 0;
  letter-spacing: normal;
  text-align: center;
  vertical-align: middle;
  position: relative;
}
.item-swatch .product-card__variant--item input {
  display: none;
}
.item-swatch .product-card__variant--item .soldout {
  opacity: 0.7;
}
.item-swatch .product-card__variant--item .soldout label {
  cursor: no-drop;
}
.item-swatch .product-card__variant--item .soldout label:before {
  content: "";
  top: 16px;
  left: -7px;
  height: 1px;
  opacity: 1;
  z-index: 5;
  border: none;
  position: absolute;
  visibility: visible;
  width: calc(140% - 1px);
  background-color: #ecab9c;
  transform: rotate(-45deg);
}
.item-swatch .product-card__variant--item:first-of-type {
  margin-left: 0;
}
.item-swatch .product-card__variant--item:last-of-type {
  margin-right: 0;
}
.item-swatch .product-card__variant--item span {
  display: inherit;
  width: 22px;
  height: 22px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  margin: 0 0 0;
  background-size: cover;
  cursor: pointer;
  background-position: center;
  background-repeat: no-repeat;
  border: 2px solid #fff;
  position: relative;
}
.item-swatch .product-card__variant--item span img {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.item-swatch .product-card__variant--item span.active {
  -webkit-box-shadow: 0 0 1px 2px #ddd;
  -moz-box-shadow: 0 0 1px 2px #ddd;
  box-shadow: 0 0 1px 2px #ddd;
}
.item-swatch .product-card__variant--item .item-variant-image {
  box-shadow: 0 0 1px 1px #ddd;
  position: relative;
}
.item-swatch .product-card__variant--item .item-variant-image.active:before {
  position: absolute;
  top: -4px;
  left: -4px;
  content: "";
  width: 26px;
  height: 26px;
  border: 2px solid #ddd;
  background-color: transparent;
  z-index: 2;
  transition: all 0.3s ease;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}
.item-swatch .product-card__variant--item a {
  display: inline-block;
  cursor: pointer;
  text-align: center;
  font-size: var(--font_size);
  font-weight: 500;
  color: #8c8c8c;
  letter-spacing: 0.15em;
  padding: 0px 0px 0px 2px;
}
.item-swatch .product-card__variant--item .tooltip {
  text-align: center;
  background: var(--background_3);
  color: var(--color_3);
  letter-spacing: 0.1em;
  bottom: 100%;
  padding: 4px 7px;
  display: block;
  position: absolute;
  z-index: 2;
  min-width: 44px;
  left: 50%;
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  margin-bottom: 12px;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=0)";
  filter: alpha(opacity=0);
  visibility: hidden;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -ms-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  -webkit-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
  -moz-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
  font-size: var(--font_size_minus1);
  font-weight: 500;
  letter-spacing: normal;
  pointer-events: none;
}
.item-swatch .product-card__variant--item .tooltip:after {
  border-left: solid transparent 7px;
  border-right: solid transparent 7px;
  border-top: solid var(--background_3) 7px;
  bottom: -7px;
  content: " ";
  height: 0;
  left: 50%;
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  position: absolute;
  width: 0;
}
.item-swatch .product-card__variant--item:hover .tooltip {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=100)";
  filter: alpha(opacity=100);
  visibility: visible;
  pointer-events: auto;
}
.cart__qty-error-message-wrapper {
  margin-top: 0px !important;
}
.cart__qty-error-message-wrapper .icon {
  display: none;
}
.product-form__error-message, .cart__qty-error-message {
  color: #e95144;
  letter-spacing: 0.04em;
  font-size: 11px;
  font-style: italic;
  padding-bottom: 15px;
  display: inherit;
  margin: 0px;
  line-height: normal;
}
.product-edit-option .product-form__error-message {
  padding-bottom: 0px;
  padding-top: 15px;
}
.swatch {
  font-size: 0;
  margin-bottom: 15px;
}
.swatch .form-label {
  font-size: var(--font_size);
}
.swatch input[type=radio] {
  display: none;
}
.swatch .soldout {
  opacity: 0.7;
}
.swatch .swatch-element {
  display: inline-block;
  margin: 0 10px 10px 0;
  position: relative;
  vertical-align: top;
  font-size: var(--font_size);
}
.swatch .swatch-element.soldout label {
  color: #787878;
  background: #f2f2f2;
  border-color: #f2f2f2 !important;
  cursor: not-allowed;
}
.swatch .swatch-element.color.soldout label {
  cursor: no-drop;
}
.swatch .swatch-element.color.soldout label:before {
  left: -6px;
  top: 14px;
  height: 1px;
  width: calc(140% - 1px);
  background-color: #f4a8a1;
  opacity: 1;
  visibility: visible;
  border: none;
  content: "";
  position: absolute;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.swatch .swatch-element.color.soldout label:after {
  display: none;
}
.swatch .swatch-element label {
  min-width: 30px;
  height: 30px;
  font-weight: normal;
  padding: 0 8px;
  margin: 0;
  text-align: center;
  letter-spacing: 0.04em;
  line-height: 32px;
  color: #787878;
  cursor: pointer;
  border: 1px solid #ddd;
}
.swatch .swatch-element:not(.color) label {
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
  height: 30px;
  line-height: 28px;
  padding: 0px 20px;
  border: 1px solid #c8c8c8;
  letter-spacing: 0.04em;
}
.swatch .swatch-element:not(.color) label:after {
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  border: 2px solid #b9babb;
  background-color: transparent;
  z-index: 2;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}
.swatch .swatch-element.color {
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}
.swatch .swatch-element.color label {
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  font-size: 0;
  position: relative;
  background-size: cover;
}
.swatch .swatch-element.color label[data-imge] {
  border: 1px solid #c8c8c8;
}
.swatch .swatch-element.color label:after {
  position: absolute;
  top: -1px;
  left: -1px;
  content: "";
  width: 30px;
  height: 30px;
  border: 2px solid #ddd;
  background-color: transparent;
  z-index: 2;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}
.swatch .swatch-element input:checked + label {
  border-color: #b9babb;
  font-weight: normal;
}
.swatch .swatch-element input:checked + label:after {
  opacity: 1;
  visibility: visible;
}
.swatch .swatch-element:hover .tooltip {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.cart-edit-modal {
  text-align: left;
  width: 100%;
  padding: 0;
  height: auto;
  min-height: 100px;
  max-height: 90vh;
  overflow-y: auto;
  max-width: 703px;
  position: relative;
  pointer-events: auto;
  font-size: var(--font_size);
  color: var(--color_body_text);
  background-color: var(--color_body_bg);
  overflow: visible;
}
@media (max-width: 768px) {
  .cart-edit-modal {
    overflow: hidden;
  }
}
.cart-edit-modal .product-edit-option {
  overflow: auto;
  max-height: 200px;
}
.cart-edit-modal .product-edit-option::-webkit-scrollbar-track {
  background-color: #fafafa;
}
.cart-edit-modal .product-edit-option::-webkit-scrollbar {
  height: 2px;
  width: 2px;
  background-color: #fafafa;
}
.cart-edit-modal .product-edit-option::-webkit-scrollbar-thumb {
  background-color: #505050;
}
.cart-edit-modal .close {
  top: -9px;
  right: -58px;
  width: 40px;
  height: 40px;
  line-height: 36px;
  color: #fff;
  background-color: transparent;
  border: none;
  box-shadow: none;
  position: absolute;
  opacity: 1;
}
@media (max-width: 768px) {
  .cart-edit-modal .close {
    top: 8px;
    right: -4px;
  }
}
@media (max-width: 767px) {
  .cart-edit-modal .close {
    top: 0px;
    right: -10px;
    color: #747679;
  }
}
.cart-edit-modal .close svg {
  fill: #fff;
}
@media (max-width: 768px) {
  .cart-edit-modal .close svg {
    fill: #747679;
  }
}
@media (max-width: 767px) {
  .cart-edit-modal .close svg {
    width: 15px;
    height: 15px;
  }
}
.cart-edit-modal .close:hover svg {
  fill: #e95144;
}
.cart-edit-modal form {
  min-width: 700px;
}
.cart-edit-modal table {
  margin-bottom: 3px;
}
.product-edit-wrapper {
  display: block;
  padding: 30px;
}
.product-edit {
  display: table;
}
.cart-edit-modal .product-edit__image, .cart-edit-modal .product-edit__content {
  display: table-cell;
  vertical-align: middle;
}
.cart-edit-modal .product-edit__image {
  width: 80px;
}
.cart-edit-modal .product-edit__content {
  padding-left: 30px;
}
.cart-edit-modal .product-edit__content .product-edit__vendor, .cart-edit-modal .product-edit__content .product-edit__title {
  letter-spacing: 0.04em;
  line-height: 22px;
  font-size: var(--font_size);
}
.cart-edit-modal .product-edit__content .product-edit__vendor {
  color: #8c8c8c;
  font-weight: 500;
  padding-bottom: 5px;
}
.cart-edit-modal .product-edit__content .product-edit__title {
  color: #323232;
  text-transform: lowercase;
  font-weight: normal;
}
.cart-edit-modal .product-edit-button .btn, .cart-edit-modal .product-edit-button .shopify-payment-button .shopify-payment-button__button--unbranded, .shopify-payment-button .cart-edit-modal .product-edit-button .shopify-payment-button__button--unbranded {
  width: 100%;
  display: block;
  padding: 10px 15px 11px;
  background: #f4a884;
  max-width: 100%;
  border-color: #f4a884;
  color: #fff;
}
.cart-edit-modal .product-edit-button .btn:hover, .cart-edit-modal .product-edit-button .shopify-payment-button .shopify-payment-button__button--unbranded:hover, .shopify-payment-button .cart-edit-modal .product-edit-button .shopify-payment-button__button--unbranded:hover {
  background: #505050;
  color: #fff;
  border-color: #505050;
}
.cart-edit-modal .cart-edit__price .price-item {
  letter-spacing: 0.02em;
  line-height: 22px;
  font-weight: 500;
  font-size: var(--font_size_plus2);
  color: #323232;
}
.cart-edit-modal .cart-edit__price .price-item.price-item--sale {
  color: #ed4f2d;
}
.cart-edit-modal .product-add-more {
  padding: 17px 30px;
}
.cart-edit-modal .product-add-more .product-addmore-button svg {
  fill: #8b714a;
  width: 10px;
  height: 10px;
  margin-right: 7px;
}
.cart-edit-modal .product-add-more .product-addmore-button span {
  font-size: var(--font_size);
  letter-spacing: 0.04em;
  font-weight: normal;
  color: #8b714a;
}
.cart-edit-modal .product-add-more .product-addmore-button:hover svg, .cart-edit-modal .product-add-more .product-addmore-button:hover span {
  color: #e95144;
  fill: #e05144;
}
[data-cart-edit-head] th {
  border: none;
  background-color: #fafafa;
  color: #323232;
  font-weight: 500;
  text-transform: uppercase;
  font-size: var(--font_size);
  letter-spacing: 0.04em;
  padding: 7px 10px 7px;
}
[data-cart-edit-body] tr {
  border-bottom: 1px solid #ececec;
}
[data-cart-edit-body] tr .cart-edit__remove svg {
  fill: #747679;
  width: 10px;
  height: 13px;
}
[data-cart-edit-body] tr .cart-edit__remove:hover {
  fill: #e05144;
}
[data-cart-edit-body] td {
  border: none;
  padding: 15px 7px 15px;
  position: relative;
}
[data-cart-edit-body] td .icon-dropdown {
  width: 36px;
  height: 35px;
  position: absolute;
  font-size: 20px;
  font-size: 16px;
  line-height: 36px;
  right: 7px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 0;
  border-left: 1px solid #e0e0e0;
}
[data-cart-edit-body] td .icon-dropdown svg {
  width: 9px;
  height: 10px;
  fill: #909090;
}
[data-cart-edit-body] td.option__1 {
  padding-left: 30px;
  width: 207px;
}
[data-cart-edit-body] td.option__2, [data-cart-edit-body] td .cart-edit__qty {
  width: 154px;
}
[data-cart-edit-body] td.option__3 {
  width: 120px;
}
[data-cart-edit-body] td .cart-edit__qty {
  position: relative;
  color: #787878;
}
[data-cart-edit-body] td .cart-edit__qty input {
  color: #787878;
}
[data-cart-edit-body] td .cart-edit__qty .minus, [data-cart-edit-body] td .cart-edit__qty .plus {
  width: 36px;
  height: 36px;
  position: absolute;
  line-height: 36px;
  top: 0px;
  z-index: 2;
  box-shadow: none;
  border-bottom: none;
}
[data-cart-edit-body] td .cart-edit__qty .minus svg, [data-cart-edit-body] td .cart-edit__qty .plus svg {
  width: 9px;
  height: 9px;
  fill: #909090;
}
[data-cart-edit-body] td .cart-edit__qty .plus {
  right: 0px;
  border-left: 1px solid #e0e0e0;
}
[data-cart-edit-body] td .cart-edit__qty .minus {
  left: 0px;
  border-right: 1px solid #e0e0e0;
}
[data-cart-edit-body] td .cart-edit__qty input {
  text-align: center;
}
[data-cart-edit-body] td .cart-edit-option-selector {
  line-height: 36px;
  height: 36px !important;
  color: #787878;
  text-transform: capitalize;
  letter-spacing: 0.04em;
  position: relative;
  z-index: 2;
  background: transparent;
}
[data-cart-edit-body] td .cart-edit-option-selector .soldout {
  color: #ccc c;
}
.cart-edit__remove .cart__remove {
  margin: 0;
}
.cart-edit__remove .cart__remove a {
  border: none;
  text-decoration: none;
  font-size: 23px;
  color: #747679;
  margin-bottom: 22px;
  padding-right: 21px;
}
@media (max-width: 767px) { 
.cart-edit-modal form {
    min-width: 100%;
  }
  .cart-edit-modal .product-edit-option {
    overflow: auto;
  }
  .cart-edit-modal .product-edit-option::-webkit-scrollbar-track {
    background-color: #fafafa;
  }
  .cart-edit-modal .product-edit-option::-webkit-scrollbar {
    height: 2px;
    width: 2px;
    background-color: #fafafa;
  }
  .cart-edit-modal .product-edit-option::-webkit-scrollbar-thumb {
    background-color: #505050;
  }
  .cart-edit-modal .product-edit-option table {
    width: 700px;
  }
}
#product_add_cart_grid {
  z-index: 99999999;
}
#product_add_cart_grid .modal-dialog {
  max-width: 500px;
}
#product_add_cart_grid .modal-content .modal-body {
  padding: 0px;
}
#product_add_cart_grid .product_template .product-edit-button .btn, #product_add_cart_grid .product_template .product-edit-button .shopify-payment-button .shopify-payment-button__button--unbranded, .shopify-payment-button #product_add_cart_grid .product_template .product-edit-button .shopify-payment-button__button--unbranded {
  max-width: 100%;
  background: #f4a884;
  border: #f4a884;
  color: #fff;
  padding: 12px 15px 11px;
}
#product_add_cart_grid .product_template .product-edit-button .btn[aria-disabled], #product_add_cart_grid .product_template .product-edit-button .shopify-payment-button .shopify-payment-button__button--unbranded[aria-disabled], .shopify-payment-button #product_add_cart_grid .product_template .product-edit-button .shopify-payment-button__button--unbranded[aria-disabled] {
  opacity: 1;
}
#product_add_cart_grid .product_template .product-edit-wrapper {
  padding: 30px 30px 0px;
  overflow: auto;
  max-height: 53vh;
}
#product_add_cart_grid .product_template .product-edit-wrapper::-webkit-scrollbar {
  width: 2px;
}
#product_add_cart_grid .product_template .product-edit-wrapper::-webkit-scrollbar-track {
  background: #fff;
  margin: 5px 0px 5px;
}
#product_add_cart_grid .product_template .product-edit-wrapper::-webkit-scrollbar-thumb {
  background: #505050;
}
#product_add_cart_grid .product_template .product-edit-wrapper .product-edit-option {
  padding: 15px 0px 30px;
}
#product_add_cart_grid .product_template .product-edit-wrapper .product-edit-option .item-swatch {
  text-align: left;
  margin-bottom: 0px;
  padding: 10px 0px 4px;
}
#product_add_cart_grid .product_template .product-edit-wrapper .product-edit-option .item-swatch .form-label {
  font-size: 12px;
  letter-spacing: 0.04em;
  color: #323232;
  text-transform: capitalize;
  font-weight: 600;
}
#product_add_cart_grid .product_template .product-edit-wrapper .product-edit {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
}
#product_add_cart_grid .product_template .product-edit-wrapper .product-edit .product-edit__image {
  width: 170px;
}
#product_add_cart_grid .product_template .product-edit-wrapper .product-edit .product-edit__image img {
  max-width: 170px;
}
#product_add_cart_grid .product_template .product-edit-wrapper .product-edit .product-edit__content {
  width: -moz-calc(100% - 200px);
  width: -webkit-calc(100% - 200px);
  width: -ms-calc(100% - 200px);
  width: calc(100% - 200px);
}
#product_add_cart_grid .product_template .product-edit-wrapper .product-edit .product-price {
  text-align: left;
}
@media (max-width: 767px) {
  #product_add_cart_grid .product_template .product-edit-wrapper .product-edit .product-price {
    line-height: 22px;
  }
  #product_add_cart_grid .product_template .product-edit-wrapper .product-edit .product-price .price-item + .price-item {
    margin-left: 0px;
  }
}
#product_add_cart_grid .product_template .product-edit-wrapper .product-edit .product-price span {
  line-height: 1;
  font-weight: 500;
  display: inline-block;
  vertical-align: middle;
  font-size: 1.16667em;
  color: #282828;
}
#product_add_cart_grid .product_template .product-edit-wrapper .product-edit .product-price.price--on-sale .price-item--regular span {
  text-decoration: line-through;
  color: #8c8c8c;
}
#product_add_cart_grid .product_template .product-edit-wrapper .product-edit .product-edit__vendor {
  line-height: 22px;
  font-weight: 500;
  margin-bottom: 5px;
  text-transform: capitalize;
  display: block;
  color: #8c8c8c;
  letter-spacing: 0.04em;
  font-size: 12px;
  text-align: left;
}
#product_add_cart_grid .product_template .product-edit-wrapper .product-edit .product-edit__title {
  font-size: 12px;
  line-height: 22px;
  margin: 0 0 2px;
  text-transform: none;
  color: #323232;
  letter-spacing: 0.04em;
  text-align: left;
}
.sidebar-cart-open .popup-sidebar.sidebar-right {
  right: 0px;
}

.translate-overlay .popup-sidebar.sidebar-left {
  left: 0px;
}
@media (max-width: 1559px) {
  .footer-default .footer-top .footer-newsletter {
    display: block;
  }
}
@media (max-width: 1199px) {
  .site-nav .mega-menu .style_3 .menu-lv-2.six-items, .site-nav .mega-menu .style_3 .menu-lv-2.six-items, .site-nav .mega-menu .style_2 .inner.four-items, .site-nav .mega-menu .style_2 .col-left-st2, .site-nav .mega-menu .style_2 .col-right-st2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .site-nav .mega-menu .mega-feature-product .group_button .product-action .btn, .site-nav .mega-menu .mega-feature-product .group_button .product-action .shopify-payment-button .shopify-payment-button__button--unbranded, .shopify-payment-button .site-nav .mega-menu .mega-feature-product .group_button .product-action .shopify-payment-button__button--unbranded {
    max-width: 100%;
    margin: 15px auto 0px;
  }
  .site-nav .mega-menu .mega-banner .title {
    color: #282828;
  }
  .site-nav .mega-menu .style_2 .col-right-st2 {
    max-height: initial;
  }
  .site-nav .mega-menu .mega-banner .col-left {
    padding: 20px 0px;
  }
  .site-nav .mega-menu .style_2 .inner {
    padding-bottom: inherit;
  }
  .site-nav .style_1 .mega-banner {
    flex-direction: column-reverse;
    border-left: none;
    padding: 0px !important;
  }
  .collection-no-carousel .halo-item .product-card {
    width: 100%;
  }
  .nav-default .main-menu, .main-menu {
    background: #fff !important;
    padding: 0 !important;
  }
  .nav-default .main-menu .mb-area, .main-menu .mb-area {
    padding: 40px 15px;
  }
  .nav-default .main-menu.active-sub, .main-menu.active-sub {
    padding: 0;
  }
  .popup-nav-pc {
    display: none;
  }
  .page .page-sidebar + .page-content {
    width: 100%;
    padding-left: 0px;
  }
  .breadcrumb {
    padding: 7px 0px 5px;
  }
  .wrapper-header-cs {
    padding: 20px 0px 15px;
    margin-bottom: 20px;
  }
  .wrapper-header-cs .title {
    padding: 8px 0px 3px;
  }
  .sidebar_mobile_wrapper {
    display: block;
  }
  .filters-toolbar-wrapper .filters-toolbar__item-wrapper.one {
    display: block;
  }
  .sidebar_mobile_wrapper .sidebar_mobile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .is_sidebar .sidebar_mobile {
    display: block;
    left: 10px;
    padding: 11px 10px 10px;
    width: 40px;
    height: 40px;
    border-radius: 3px;
    border: 1px solid #ececec;
    position: fixed;
    background: #f5f5f5;
    color: #282828;
    top: 25vh;
    z-index: 7;
  }
  .is_sidebar .sidebar_mobile svg {
    fill: #282828;
  }
  .is_sidebar .sidebar_mobile label {
    display: none;
  }
  .page-sidebar, .sidebar-faqs {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    width: 300px !important;
    max-width: 100%;
    background-color: #fff !important;
    z-index: 99999 !important;
    margin: 0;
    overflow: auto;
    padding: 40px 10px 40px;
    height: 100vh;
    -ms-transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: transform 0.4s ease;
    -moz-transition: transform 0.4s ease;
    -ms-transition: transform 0.4s ease;
    -o-transition: transform 0.4s ease;
    transition: transform 0.4s ease;
  }
  body.open_Sidebar .page-sidebar, body.open_Sidebar .sidebar-faqs {
    -ms-transform: none;
    -webkit-transform: none;
    transform: none;
  }
  .close-sidebar {
    position: absolute;
    top: 12px;
    right: 15px;
  }
  .close-sidebar svg {
    width: 13px;
    height: 13px;
  }
  .wrapper-header-cs .title {
    font-size: 30px;
  }
  .body-full .container {
    width: 100%;
    max-width: 100%;
    padding: 0px 10px;
  }
  .container, .container-fluid {
    padding-right: 10px;
    padding-left: 10px;
  }
  .row {
    margin-left: -10px;
    margin-right: -10px;
  }
  .col, .col-6, .col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xl-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xl-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xl-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xl-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xl-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xl-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xl-7, .col-xs-8, .col-sm-8, .col-lg-8, .col-xl-8, .col-xs-9, .col-md-9, .col-lg-9, .col-xl-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xl-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xl-11, .col-xs-12, .col-md-12, .col-lg-12, .col-xl-12, .col-12 {
    padding-right: 10px;
    padding-left: 10px;
  }
  
  html.cart-show #dropdown-cart {
    -ms-transform: none;
    -webkit-transform: none;
    transform: none;
  }
  html.customer-show #dropdown-customer {
    -ms-transform: none;
    -webkit-transform: none;
    transform: none;
  }
  html.translate-overlay .jas-mb-style {
    -ms-transform: translateX(100%);
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
  html.sidebar-open .sidebar {
    -ms-transform: none;
    -webkit-transform: none;
    transform: none;
  }
  .jas-mb-style {
    width: 337px;
    padding: 40px 30px;
    background: #fff;
  }
  .wrapper-navigation .main-menu {
    background: #fff;
  }
  .jas-mb-style {
    position: fixed;
    top: 0 !important;
    bottom: 0;
    right: 100%;
    height: 100vh;
    z-index: 99999;
    overflow: auto;
    -webkit-transition: transform 0.5s ease;
    -moz-transition: transform 0.5s ease;
    -ms-transition: transform 0.5s ease;
    -o-transition: transform 0.5s ease;
    transition: transform 0.5s ease;
    padding-bottom: 100px;
  }
  .jas-mb-style .col-12 {
    padding: 0px;
  }
  .site-nav .icon-dropdown {
    display: block !important;
  }
  .site-nav .icon-dropdown svg {
    width: 10px;
    height: 10px;
    fill: #909090;
  }
  .site-nav .icon-label {
    display: inline-block;
  }
  .site-nav .menu-mb-title {
    border-bottom: 1px solid #ececec;
    color: #282828;
    background-color: #f8f8f8;
    letter-spacing: 0.15em;
  }
  .site-nav li {
    position: initial;
  }
  .site-nav li a {
    position: static;
  }
  .site-nav li.dropdown a {
    display: inline-block;
  }
  .site-nav .menu-lv-1 {
    border-bottom: 1px solid #ececec;
  }
  .site-nav .menu-lv-1 > .rlte > a {
    color: #282828 !important;
    font-size: var(--font_size);
    text-transform: uppercase;
    padding: 12px 0px 10px;
    margin: 0px 16px 0px 0px;
  }
  .site-nav .menu-lv-1:hover > .rlte > a {
    color: #282828;
    text-transform: uppercase;
  }
  .site-nav .menu-lv-2 {
    border-bottom: 1px solid var(--border_color_menu_mb);
    position: static;
  }
  .site-nav .menu-lv-2 > .rlte {
    position: relative;
  }
  .site-nav .menu-lv-2 > .rlte > a {
    color: #282828;
    padding-left: 20px;
    padding-right: 20px;
    font-weight: normal;
    letter-spacing: 0.04em;
  }
  .site-nav .menu-lv-2:hover > .rlte > a {
    color: #282828;
  }
  .site-nav .menu-lv-3 {
    border-bottom: 1px solid #e5e5e5;
  }
  .site-nav .menu-lv-3 > a {
    color: #282828;
    padding-left: 20px;
    padding-right: 20px;
    font-weight: normal;
    letter-spacing: 0.04em;
  }
  .site-nav .menu-lv-3:hover > a {
    color: #282828;
  }
  .site-nav .sub-menu-mobile {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 100%;
    width: 100%;
    padding-bottom: 100px;
    height: 100vh;
    overflow: auto;
    background-color: #fff;
    z-index: 100;
    -webkit-transition: transform 0.4s ease;
    -moz-transition: transform 0.4s ease;
    -ms-transition: transform 0.4s ease;
    -o-transition: transform 0.4s ease;
    transition: transform 0.4s ease;
    -ms-transform: translateX(-110%);
    -webkit-transform: translateX(-110%);
    transform: translateX(-110%);
  }
  .site-nav .sub-menu-mobile .container {
    padding-left: 10px;
    padding-right: 10px;
  }
  .site-nav .sub-menu-mobile .menu-lv-2 {
    border-bottom: 1px solid #ececec;
  }
  .site-nav .sub-menu-mobile .menu-lv-2 .rlte > a {
    padding: 12px 16px 10px 20px;
  }
  .site-nav .sub-menu-mobile.sub-menu-open {
    -ms-transform: none;
    -webkit-transform: none;
    transform: none;
  }
  .site-nav .mega-menu .static-mobile {
    position: static !important;
  }
  .site-nav .mega-menu .menu-lv-2 {
    padding: 0;
    position: static !important;
  }
  .site-nav .mega-menu .style_2 .col-left, .site-nav .mega-menu .style_2 .col-right {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(50% - 3px);
    flex: 0 0 calc(50% - 3px);
    max-width: -moz-calc(50% - 3px);
    max-width: -webkit-calc(50% - 3px);
    max-width: -ms-calc(50% - 3px);
    max-width: calc(50% - 3px);
  }
  .site-nav .mega-menu .style_3 .menu-lv-2 > .sub-menu-mobile > a {
    padding: 10px 20px 0;
  }
  .site-nav .mega-menu .style_3 .menu-lv-2 > .sub-menu-mobile > a img {
    margin: 0;
  }
  .site-nav .icon-label:before {
    left: -9px;
    top: 50%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .jas-mb-style .close-menu-mb {
    position: absolute;
    top: 12px;
    right: 15px;
    z-index: 99;
  }
  .jas-mb-style .close-menu-mb svg {
    width: 13px;
    height: 13px;
    fill: #747679;
  }
  .sub-menu-mobile {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 100%;
    padding-bottom: 100px;
    height: 100vh;
    overflow-y: scroll;
    z-index: 100;
    -webkit-transition: transform 0.4s ease;
    -moz-transition: transform 0.4s ease;
    -ms-transition: transform 0.4s ease;
    -o-transition: transform 0.4s ease;
    transition: transform 0.4s ease;
    -ms-transform: translateX(-110%);
    -webkit-transform: translateX(-110%);
    transform: translateX(-110%);
  }
  .sub-menu-mobile .container {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .sub-menu-mobile .row {
    margin-left: 0px;
    margin-right: 0px;
  }
  .sub-menu-mobile.sub-menu-open {
    -ms-transform: none;
    -webkit-transform: none;
    transform: none;
  }
  .sub-menu-mobile a .icon-dropdown {
    right: 20px !important;
  }
  .sub-menu-mobile a span {
    border: none !important;
  }
  .template-index .nav-default .menu-lv-1 > .rlte a {
    color: #282828 !important;
  }
  .halo-header-PC {
    display: none;
  }
  .halo-header-mobile {
    background: var(--color_bg_header_mb);
    display: block;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.06), 0 1px 2px 0 rgba(0, 0, 0, 0.1);
  }
  .halo-header-mobile .header-mb, .halo-header-mobile .header-mb-items {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
  }
  .halo-header-mobile .header-logo {
    margin: 0;
    font-size: 20px;
  }
  .halo-header-mobile .header-mb .header-mb-middle {
    width: -moz-calc(100% - 220px);
    width: -webkit-calc(100% - 220px);
    width: -ms-calc(100% - 220px);
    width: calc(100% - 220px);
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
  }
  .halo-header-mobile .header-mb .header-mb-middle .logo-wrapper a {
    color: var(--color_logo_mb);
    font-weight: 600;
    text-transform: uppercase;
  }
  .halo-header-mobile .header-mb .header-mb-right {
    -webkit-justify-content: flex-end;
    -ms-justify-content: flex-end;
    justify-content: flex-end;
    width: 110px;
  }
  .halo-header-mobile .header-mb .header-mb-right .svg-mb {
    -webkit-justify-content: flex-end;
    -ms-justify-content: flex-end;
    justify-content: flex-end;
  }
  .halo-header-mobile .header .header-mb .search-form {
    -webkit-transition: opacity 0.4s ease;
    -moz-transition: opacity 0.4s ease;
    -ms-transition: opacity 0.4s ease;
    -o-transition: opacity 0.4s ease;
    transition: opacity 0.4s ease;
    display: block;
    -ms-transform: scale(0);
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=0)";
    filter: alpha(opacity=0);
    visibility: hidden;
    cursor: none;
  }
  .halo-header-mobile .header .header-mb .search-form .close-search {
    display: none;
  }
  .halo-header-mobile .header .header-mb .search-form .header-search {
    position: relative;
  }
  .halo-header-mobile .header .close-search {
    display: none;
  }
  .halo-header-mobile .header .close-search svg {
    width: 22px;
    height: 22px;
  }
  .halo-header-mobile .svg-mb {
    width: 55px;
    height: 50px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
  }
  .halo-header-mobile .svg-mb > a {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
  .halo-header-mobile .svg-mb .icon-search svg {
    position: relative;
    top: -1px;
    width: 20px;
    height: 20px;
  }
  .halo-header-mobile .icon-user {
    color: var(--color_header_mb);
  }
  .halo-header-mobile .icon-user svg {
    width: 21px;
    height: 21px;
    stroke-width: 10px;
  }
  .halo-header-mobile .icon-search {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    color: var(--color_header_mb);
  }
  .halo-header-mobile .cart-icon {
    position: relative;
    width: 50px;
  }
  .halo-header-mobile .cart-icon a {
    color: var(--color_header_mb);
  }
  .halo-header-mobile .cart-icon svg {
    stroke: rgba(255, 255, 255, 0);
    width: 22px;
    height: 23px;
  }
  .halo-header-mobile .cart-icon .cartCount {
    position: absolute;
    top: 2px;
    right: 0px;
    min-width: 23px;
    min-height: 23px;
    text-align: center;
    padding: 2px 0px 0 1px;
    color: var(--color_item_cart);
    z-index: 2;
    font-weight: 500;
  }
  .halo-header-mobile .icon-nav {
    border: none;
    outline: none;
    padding: 0;
    display: block;
    width: 24px;
    height: 24px;
    position: relative;
  }
  .halo-header-mobile .icon-nav .icon-line {
    display: block;
    width: 24px;
    height: 2px;
    margin: 3px 0;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    background-color: var(--color_header_mb);
  }
  .halo-header-mobile .icon-nav .icon-line:before, .halo-header-mobile .icon-nav .icon-line:after {
    background-color: var(--color_header_mb);
    display: block;
    width: 24px;
    height: 2px;
    margin: 3px 0;
    position: absolute;
    left: 0;
    right: 0;
    content: "";
    -webkit-transition: transform 0.3s;
    -moz-transition: transform 0.3s;
    -ms-transition: transform 0.3s;
    -o-transition: transform 0.3s;
    transition: transform 0.3s;
    transition-delay: 0.2s;
    -moz-transition-delay: 0.2s;
    -webkit-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
    -ms-transition-delay: 0.2s;
  }
  .halo-header-mobile .icon-nav .icon-line:before {
    top: 5px;
  }
  .halo-header-mobile .icon-nav .icon-line:after {
    top: 12px;
  }
  .halo-header-mobile .close-menu-mb {
    display: none;
  }
  .halo-header-mobile .close-menu-mb.menu-open {
    display: block;
    position: fixed;
    background: var(--color_header_mb);
    z-index: 999;
    top: 0;
    right: 0;
    width: 40px;
    height: 40px;
  }
  .halo-header-mobile .close-menu-mb.menu-open .icon-line {
    background-color: rgba(255, 255, 255, 0);
  }
  .halo-header-mobile .close-menu-mb.menu-open .icon-line:before, .halo-header-mobile .close-menu-mb.menu-open .icon-line:after {
    background-color: var(--color_header_mb);
    left: 8px;
  }
  .halo-header-mobile .close-menu-mb.menu-open .icon-line:before {
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 12px;
  }
  .halo-header-mobile .close-menu-mb.menu-open .icon-line:after {
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  #dropdown-customer {
    max-width: 340px;
    padding: 30px;
  }
  
  .popup-sidebar .sidebar-cart .cart-quickview_content .has-items {
    padding: 20px 30px;
  }
  .popup-sidebar .sidebar-cart .cart-quickview_header {
    padding: 65px 30px 15px;
  }
  .site-header .search-form {
    position: fixed;
    width: 100% !important;
    right: 0 !important;
    z-index: 99999 !important;
    top: -90px !important;
    opacity: 1 !important;
    right: 0px !important;
    width: 100% !important;
    background: #fff;
    padding: 25px 0px 20px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.08);
    webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }
  .site-header .search-form .search-bar {
    max-width: 940px;
    margin: 0 auto;
    padding-bottom: 5px;
    border-bottom: 1px solid #323232;
    position: relative;
    width: 100%;
  }
  .site-header .search-form .search-bar .close-search {
    position: absolute;
    right: 10px;
    padding: 0px !important;
    border: none !important;
    top: -25px;
  }
  .site-header .search-form .search-bar .close-search svg {
    width: 10px;
    height: 10px;
  }
  .site-header .search-form .search-bar .icon-search {
    padding: 0px !important;
    background: transparent !important;
    color: #323232 !important;
    border: none;
  }
  .site-header .search-form .search-bar .icon-search span {
    display: none;
  }
  .site-header .search-form .search-bar .input-group-field {
    padding: 0px !important;
    width: -moz-calc(100% - 25px) !important;
    width: -webkit-calc(100% - 25px) !important;
    width: -ms-calc(100% - 25px) !important;
    width: calc(100% - 25px) !important;
    font-size: 14px;
    border: none;
  }
  .site-header .search-form .quickSearchResultsWrap {
    top: 100%;
    left: 0px !important;
    margin: 0 auto;
    width: 940px;
  }
  .search-open .site-header .search-form {
    top: 0px !important;
  }
  #dropdown-customer .customer-title {
    top: 15px;
  }
  #dropdown-customer .customer-title .close-customer svg {
    width: 13px;
    height: 13px;
  }
  .site-nav li a .icon-dropdown {
    right: 0px;
  }
  .site-nav li a .icon-dropdown svg {
    position: absolute;
    right: 0px;
    top: 50%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  
  .site-nav .mega-menu .mega-banner {
    padding: 20px 10px !important;
  }
  .site-nav .mega-menu .mega-banner .maga-banner-right {
    margin-left: 0px;
  }
  .site-nav .mega-menu .mega-banner .maga-banner-right a {
    margin: 4px 0px 5px;
  }
  .site-nav .mega-menu .mega-banner .maga-banner-right a:before {
    display: none;
  }
  .site-nav .mega-menu .style_2 .featured_col .mega-col {
    display: initial;
  }
  .site-nav .mega-menu .style_2 .featured_col .mega-col .content-feature-mega {
    margin-left: 0px;
    padding: 20px;
  }
  .site-nav .mega-menu .style_2 .featured_col .mega-col .content-feature-mega .title {
    margin-bottom: 2px !important;
  }
  .site-nav .mega-menu .style_3 .menu-lv-2 a {
    padding-left: 20px !important;
  }
  .site-nav .mega-menu .style_3 .menu-lv-2 a:before {
    display: none;
  }
  .site-nav .mega-menu .style_3 .menu-lv-2 a .icon-dropdown {
    top: 20px;
  }
  .site-nav .menu-lv-3 > a {
    padding: 12px 16px 10px 20px;
  }
  .site-nav .menu-lv-2 .site-nav-dropdown {
    margin: 0px;
  }
  .footer-2 .halo-footer-top .footer-top .newsletter-title {
    font-size: var(--font_size);
  }
  .footer-2 .halo-footer-top .footer-top .form-newsletter .site-footer__newsletter .input-group__field {
    max-width: 290px;
  }
  .footer-2 .halo-footer-top .footer-top .form-newsletter .site-footer__newsletter .input-group .input-group__btn {
    max-width: 125px;
  }
  .footer-2 .halo-footer-top .footer-top .footer-social .social-icons .social-icon {
    width: 30px;
    height: 30px;
    margin-right: 10px;
  }
  .footer-2 .halo-footer-top .footer-policy .policy-shipping .policy-items .item {
    max-width: 220px;
  }
  .footer-2 .halo-footer-top .footer-links .link-title {
    font-size: var(--font_size);
  }
  .footer-2 .halo-footer-top .footer-links .footer__location {
    width: 100%;
    max-width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
  .footer-2 .halo-footer-top .footer-links .footer__location .groups-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .footer-2 .halo-footer-top .footer-links .footer__location .groups-block .footer-location {
    width: 100%;
    max-width: 240px;
  }
  .footer-2 .halo-footer-top .footer-links .footer__linklist {
    width: 100%;
    max-width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
  .footer-2 .halo-footer-bottom .footer-bottom {
    display: inherit;
  }
  .footer-2 .halo-footer-bottom .footer-bottom .footer-copyright {
    float: left;
  }
  .footer-2 .halo-footer-bottom .footer-bottom .footer-bottom-link {
    float: right;
  }
  .footer-2 .halo-footer-bottom .footer-bottom .footer-payment-icons {
    padding-top: 35px;
  }
  #dropdown-customer {
    right: -100%;
  }
  .footer-default .footer-top .footer-newsletter .site-footer__newsletter .input-group {
    width: 100% !important;
  }
  .site-nav .mega-menu .style_2 .featured_col .mega-col .content-feature-mega {
    text-align: center;
  }
  .site-nav .mega-menu .style_2 .featured_col .content-feature-mega .btn, .site-nav .mega-menu .style_2 .featured_col .content-feature-mega .shopify-payment-button .shopify-payment-button__button--unbranded, .shopify-payment-button .site-nav .mega-menu .style_2 .featured_col .content-feature-mega .shopify-payment-button__button--unbranded {
    margin-top: 20px;
  }
  .jas-mb-style .link-option {
    padding: 16px 0px 17px;
    border-bottom: 1px solid #ececec;
  }
  .jas-mb-style .link-option .customer-wishlist.no-show-mb {
    display: none;
  }
  .jas-mb-style .link-option .customer-wishlist a, .jas-mb-style .link-option .customer-locator a {
    color: #787878;
    letter-spacing: 0.04em;
    padding: 12px 0px 10px;
    display: inline-block;
    opacity: 1;
  }
  .jas-mb-style .link-option .customer-wishlist svg, .jas-mb-style .link-option .customer-locator svg {
    margin-right: 8px;
  }
  .jas-mb-style .link-option .customer-wishlist a {
    padding-bottom: 0px;
  }
  .jas-mb-style .link-option .customer-language .lang_currency-dropdown .dropdown-menu, .jas-mb-style .link-option .custom-currency .lang_currency-dropdown .dropdown-menu {
    width: 100%;
    box-shadow: none;
    margin-top: 0px;
  }
  .jas-mb-style .link-option .customer-language .lang_currency-dropdown .dropdown-label, .jas-mb-style .link-option .custom-currency .lang_currency-dropdown .dropdown-label {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
  }
  .jas-mb-style .link-option .customer-language .lang_currency-dropdown .dropdown-label .lange_right, .jas-mb-style .link-option .custom-currency .lang_currency-dropdown .dropdown-label .lange_right {
    display: block;
  }
  .jas-mb-style .link-option .customer-language .lang_currency-dropdown .dropdown-label .icon, .jas-mb-style .link-option .custom-currency .lang_currency-dropdown .dropdown-label .icon {
    margin-right: 13px;
  }
  .jas-mb-style .link-option .customer-language .lang_currency-dropdown .dropdown-label .text, .jas-mb-style .link-option .custom-currency .lang_currency-dropdown .dropdown-label .text {
    color: #787878;
    font-weight: 300;
    text-transform: capitalize;
    letter-spacing: 0.04em;
    padding: 12px 0px 10px;
    display: inline-block;
  }
  .jas-mb-style .link-option .customer-language .lang_currency-dropdown .text, .jas-mb-style .link-option .custom-currency .lang_currency-dropdown .text {
    font-size: 12px;
  }
  .jas-mb-style .link-option .customer-language .lang_currency-dropdown .text.code, .jas-mb-style .link-option .custom-currency .lang_currency-dropdown .text.code {
    display: none !important;
  }
  .jas-mb-style .link-option .customer-language .lang_currency-dropdown .lange_right, .jas-mb-style .link-option .custom-currency .lang_currency-dropdown .lange_right {
    font-size: 12px;
    letter-spacing: 0.04em;
    display: none;
    color: #787878;
    font-weight: normal;
  }
  .jas-mb-style .link-option .customer-language {
    clear: both;
  }
  .jas-mb-style .social_customer {
    padding-top: 22px;
  }
  .site-nav .mega-menu .style_1 .menu-lv-2 .sub-menu-mobile {
    top: 0px;
    position: fixed;
  }
  .site-nav .mega-menu .style_2 .mega-text {
    position: relative;
  }
  .collections_custom_grid .page-collections-list .infinite-scrolling-col-list {
    margin: 20px auto 50px;
    text-align: center;
  }
  .page-collection-list-items .collections_custom_grid .collections-list-custom .halo-column .halo-item:nth-child(1) .collection-grid-item .collection-grid-image .col-bottom {
    width: 48%;
  }
  .slick-prev {
    left: 15px !important;
  }
  .slick-next {
    right: 15px !important;
  }
  .wrapper-overlay, .wrapper-overlay-nav {
    z-index: 99;
  }
  .jas-mb-style .link-option .custom-currency .icon-down {
    display: none;
  }
  .jas-mb-style .mb-area .site-nav .menu-lv-1 > .rlte > a {
    color: var(--color_menu_lv1_mb) !important;
  }
  .jas-mb-style .mb-area .site-nav .menu-lv-1 > .rlte > a:hover {
    color: var(--hover_color_mnu_lv1_mb) !important;
  }
  .jas-mb-style .mb-area .site-nav .menu-lv-2 .rlte > a {
    color: var(--color_menu_lv2_mb) !important;
  }
  .jas-mb-style .mb-area .site-nav .menu-lv-2 .rlte > a:hover {
    color: var(--hover_color_mnu_lv2_mb) !important;
  }
  .jas-mb-style .mb-area .site-nav .menu-lv-3 > a {
    color: var(--color_menu_lv3_mb) !important;
  }
  .jas-mb-style .mb-area .site-nav .menu-lv-3 > a:hover {
    color: var(--hover_color_mnu_lv3_mb) !important;
  }
  .template-index.body-full .jas-mb-style .mb-area .site-nav .menu-lv-1 > .rlte > a {
    color: var(--color_menu_lv1_mb) !important;
  }
  .section-product-cart-template, .section-product-lookbook, .section-product-list-col {
    padding: 42px 15px 102px !important;
  }
  .section-product-cart-template .slick-dots, .section-product-lookbook .slick-dots, .section-product-list-col .slick-dots {
    bottom: -45px !important;
  }
  .section-product-cart-template .slick-dots li.slick-active button, .section-product-lookbook .slick-dots li.slick-active button, .section-product-list-col .slick-dots li.slick-active button {
    width: 7px;
    height: 7px;
  }
  .section-product-cart-template .slick-dots li button, .section-product-lookbook .slick-dots li button, .section-product-list-col .slick-dots li button {
    width: 7px;
    height: 7px;
  }
  .site-nav .sub-menu-mobile .menu-lv-2 .rlte > a {
    display: grid;
  }
  .site-nav .mega-menu > .sub-menu-mobile .site-nav-dropdown {
    overflow-x: hidden;
    overflow-y: auto;
  }
  .site-nav .mega-menu > .sub-menu-mobile .site-nav-dropdown::-webkit-scrollbar {
    width: 2px;
  }
  .site-nav .mega-menu > .sub-menu-mobile .site-nav-dropdown::-webkit-scrollbar-track {
    background: #fff;
    margin: 5px 0px 5px;
  }
  .site-nav .mega-menu > .sub-menu-mobile .site-nav-dropdown::-webkit-scrollbar-thumb {
    background: #505050;
  }
  .site-nav .mega-menu .style_3 .menu-lv-2 .sub-menu-mobile {
    padding: 0px 0px 10px;
  }
  .site-nav .style_1 .mega-banner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column-reverse;
    border-left: none;
  }
  .site-nav .mega-menu .mega-banner .maga-banner-right {
    margin-left: 0px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 20px;
  }
  .site-nav .mega-menu .mega-banner .maga-banner-right > a {
    padding-right: 15px;
  }
  .sidebar-cart .cart-quickview_product {
    padding: 32px 30px 100px;
  }
  .sidebar-cart .cart-quickview_content .no-items {
    padding: 30px 30px 0px;
  }
  .sidebar-cart .cart-quickview_product .product-card {
    margin-right: 0px;
  }
  .sidebar-cart .cart-quickview__progress_bar .progress_bar_shipping {
    width: 100%;
    padding: 0px 30px;
  }
  .wishlist {
    opacity: 0;
  }
  .wishlist.wishlist_mb {
    opacity: 1;
  }
  .jas-mb-style .custom-currency .dropdown-label .img-icon {
    margin-right: 8px;
  }
  .page-product-detail-default .wrapper-header-cs {
    padding: 11px 0px 13px !important;
  }
  .is-sticky .halo-header-mobile {
    top: 0;
    left: 0;
    right: 0;
    z-index: 99;
    position: fixed;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
    display: flex;
    align-items: center;
    justify-content: space-between;
    transform: none;
    animation-name: fadeInDown;
    animation-duration: 0.5s;
    animation-fill-mode: both;
  }
  .is-sticky .halo-header-mobile .halo-header-PC, .is-sticky .halo-header-mobile .halo-header-mobile {
    width: 100%;
  }
  .search-open .is-sticky .halo-header-mobile {
    z-index: 99999 !important;
  }
  .group-option .link-option .wishlist {
    opacity: 1;
  }
  .site-nav .mega-menu .mega-feature-product .slick-arrow {
    display: none !important;
  }
  .site-nav .mega-menu .product-item .product-image {
    padding-bottom: 0px !important;
  }
  .site-nav .mega-menu .style_3 .menu-lv-2.six-items .col-image {
    width: 93%;
  }
  .nav-default .menu-lv-1 .icon-label {
    top: -1px !important;
  }
  .jas-mb-style .link-option .customer-wishlist svg, .jas-mb-style .link-option .customer-locator svg {
    margin-bottom: 4px;
  }
  .ask-an-expert .ask-link {
    z-index: 9;
  }
  .is-sticky .site-nav .icon-label {
    display: block !important;
  }
}
@media (max-width: 1024px) {
  .product-btn {
    color: #505050 !important;
    border-color: #505050 !important;
    background-color: #fff !important;
  }
  .collection-no-carousel {
    overflow: inherit;
    white-space: inherit;
    display: flex;
    flex-wrap: wrap;
    padding: 0px 0px;
    margin: 0 0px;
  }
  .collection-no-carousel .halo-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
    padding: 15px;
    margin-right: 0px;
  }
  .product-card .product-content .item-swatch {
    opacity: 1;
  }
  .filters-toolbar__item-child .filters-toolbar__label {
    min-width: auto !important;
  }
  .filters-toolbar__item-child {
    margin-top: 10px;
  }
  .filters-toolbar__item-wrapper.three {
    display: flex !important;
    -webkit-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
  }
  .filters-toolbar__item-wrapper.three label {
    width: auto !important;
  }
  .filters-toolbar__item-wrapper.three .items-per, .filters-toolbar__item-wrapper.three .items-oldr {
    width: 50%;
  }
  .filters-toolbar__item-wrapper.three .items-oldr {
    text-align: right;
  }
  .custom-product-card .product-card {
    padding: 0px;
    display: flex;
    width: 400px;
    padding-bottom: 20px;
    padding-right: 10px;
  }
  .custom-product-card .product-card .product-image {
    width: 50%;
    margin: 0 auto;
    padding-right: 11px;
  }
  .custom-product-card .product-card .product-content .product-detail {
    padding: 0px;
  }
  .custom-product-card .product-card .product-content .product-title a, .custom-product-card .product-card .product-content .product-vendor, .custom-product-card .product-card .product-content .product-price, .custom-product-card .product-card .product-content .group_button .more-detail, .custom-product-card .product-card .product-content .item-swatch {
    text-align: left;
  }
  .page-collection-list-items .halo-item .collection-grid-image:before {
    display: none;
  }
  .page-collection-list-items .halo-item:hover .title-wrapper .title {
    color: #282828;
  }
  .page-collection-list-items .halo-item:hover .title-wrapper .count-products {
    color: #a0a0a0;
  }
  .page-collection-list-items .halo-item:hover .product-btn {
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  .page-collection-list-items .collection-grid-item .title-wrapper {
    position: relative;
    left: 0px;
    right: 0px;
    bottom: 0px;
    padding: 15px 0 15px;
    text-align: center;
  }
  .page-collection-list-items .collection-grid-item .title-wrapper .title {
    font-size: 18px;
    color: #282828;
  }
  .page-collection-list-items .collection-grid-item .title-wrapper .title:hover {
    color: #282828;
  }
  .page-collection-list-items .product-btn {
    opacity: 1;
    visibility: visible;
    padding: 8px 15px 7px;
    top: 0px;
    left: 0px;
    position: relative;
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    margin: 0 auto;
  }
  .page-collection-list-items .collections_custom_grid .collections-list-custom .halo-column .halo-item:nth-child(1) .collection-grid-item .collection-grid-image .col-bottom .title-wrapper {
    text-align: left;
  }
  .product-card .product-image .group_button .product-action {
    padding-bottom: 0px;
  }
  .product-card .product-image .group_button {
    line-height: 30px;
    background: #fff;
  }
  .body-default .page-collection-list-items .section-product .slick-dots {
    bottom: -30px;
  }
  .footer-default .footer-col-left {
    padding-top: 0px;
  }
  .about-us-page .customer-review-us .halo-item .slick-dots {
    bottom: -33px !important;
    right: 50% !important;
    transform: translate(50%, 0px);
  }
  .about-us-page .customer-review-us {
    margin: 86px 0px 60px !important;
  }
  .home-feature-collections-list .container .wraper-content .item .banner-item:hover {
    border: none;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .container {
    max-width: 970px;
  }
}
@media (max-width: 991px) {
  .site-header .search-form .search-bar {
    max-width: 96% !important;
  }
  .site-header .search-form .quickSearchResultsWrap {
    width: 100%;
  }
  .footer-2 .footer-top .form-newsletter, .footer-2 .footer-top .newsletter-title, .footer-2 .footer-top .footer-social {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    text-align: center;
  }
  .footer-2 .footer-top .footer-social .social-icons {
    text-align: center;
  }
  .footer-2 .footer-top .form-newsletter {
    margin: 20px 0px;
  }
}
@media (max-width: 768px) {
  .halo-row {
    margin: 0 0px;
    padding: 0 0 0 0px;
  }
  .collection-no-carousel .halo-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .footer-default .halo-footer-bottom .footer-bottom {
    padding: 20px 0px 20px;
  }
  .slide-content.content--right {
    right: 50%;
    transform: translate(50%, -50%);
  }
  .footer-default .footer-top {
    padding: 20px 5px 70px;
  }
  .footer-default .footer-col-left {
    max-width: -moz-calc(100%);
    max-width: -webkit-calc(100%);
    max-width: -ms-calc(100%);
    max-width: 100%;
  }
  .footer-default .footer-top .footer-newsletter .form-newsletter .site-footer__newsletter .input-group__field {
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .icon {
    width: 14px;
    height: 14px;
  }
  .product-vendor {
    margin-top: 10px;
  }
  .collection-no-carousel .halo-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    padding: 10px;
  }
  .halo-row {
    padding: 0px !important;
  }
  #product_add_cart_grid .product_template .product-edit-wrapper {
    padding: 20px 15px;
    max-height: 70vh;
    overflow: auto;
  }
  #product_add_cart_grid .product_template .product-edit-wrapper .product-edit .product-edit__image {
    width: 50%;
    margin-right: 10px;
  }
  #product_add_cart_grid .product_template .product-edit-wrapper .product-edit .product-edit__image img {
    max-width: 100%;
  }
  #product_add_cart_grid .product_template .product-edit-wrapper .product-edit .product-edit__content {
    width: 50%;
  }
  .halo-row {
    margin: 0 0px !important;
  }
  .product-btn {
    color: #505050 !important;
    border-color: #505050 !important;
    background-color: #fff !important;
  }
  .product-card .product-image + .product-content {
    padding-top: 0px;
  }
  .home-feature-collections-list {
    padding-bottom: 0px !important;
    margin-top: 10px !important;
  }
  .home-feature-collections-list .container .wraper-content {
    background: transparent !important;
  }
  .filters-toolbar__item-wrapper.three {
    display: block !important;
  }
  .filters-toolbar__item-wrapper.three .items-per, .filters-toolbar__item-wrapper.three .items-oldr {
    width: 100%;
  }
  .filters-toolbar__item-wrapper.three .items-oldr {
    text-align: left;
  }
  .filters-toolbar__item-wrapper.three label {
    width: 120px !important;
  }
  .filters-toolbar__item-child .filters-toolbar__input-wrapper {
    width: calc(100% - 120px);
  }
  .modal-video iframe {
    width: 100%;
    min-height: 270px;
  }
  .modal .close-modal {
    top: 2px;
    right: 3px;
  }
  .modal .close-modal svg {
    width: 13px;
    height: 13px;
  }
  .page .page-sidebar .sidebar_content {
    padding: 0px;
  }
  .grid__item {
    padding-left: 0px;
  }
  .wrapper-header-cs {
    margin-bottom: 0px;
  }
  .wrapper-header-cs .title {
    font-size: 26px;
    margin-bottom: 0px;
  }
  .policy-shipping .policy-items {
    webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    overflow-x: auto;
  }
  #dropdown-customer .customer-content .link-option {
    padding: 20px 0px 15px !important;
  }
  #dropdown-customer .customer-title h5, #dropdown-customer .customer-title .h5 {
    font-size: 12px;
  }
  .announcement-bar-wrapper .container .announcement-bar {
    width: 100%;
    font-size: 11px;
  }
  .announcement-bar-wrapper .container .announcement-bar svg {
    width: 15px !important;
    height: 15px !important;
  }
  .footer-2 .halo-footer-top .footer-policy .policy-shipping .policy-items {
    padding: 0px;
  }
  .footer-2 .halo-footer-top .footer-policy .policy-shipping .policy-items .item {
    max-width: 100%;
  }
  .footer-2 .halo-footer-top .footer-top .form-newsletter .site-footer__newsletter .input-group__field {
    max-width: 200px;
    max-width: -moz-calc(100% - 125px);
    max-width: -webkit-calc(100% - 125px);
    max-width: -ms-calc(100% - 125px);
    max-width: calc(100% - 125px);
  }
  .footer-2 .halo-footer-top .footer-top .form-newsletter .site-footer__newsletter .input-group__btn .btn, .footer-2 .halo-footer-top .footer-top .form-newsletter .site-footer__newsletter .input-group__btn .shopify-payment-button .shopify-payment-button__button--unbranded, .shopify-payment-button .footer-2 .halo-footer-top .footer-top .form-newsletter .site-footer__newsletter .input-group__btn .shopify-payment-button__button--unbranded {
    font-size: var(--font_size);
  }
  .halo-footer .dropdow-mb {
    padding: 15px 0px 15px !important;
    margin-bottom: 0px !important;
    position: relative;
  }
  .halo-footer .dropdow-mb svg {
    position: absolute;
    right: 0px;
    width: 10px;
    height: 10px;
  }
  .halo-footer .dropdow-mb.open svg {
    transform: rotateX(180deg);
  }
  .halo-footer .dropdow-mb + ul {
    display: none;
    margin: 15px 0px 0px;
  }
  .footer-2 .footer-links .footer__linklist .col-footer {
    width: 100%;
    max-width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
  .footer-2 .halo-footer-bottom .footer-bottom .footer-copyright, .footer-2 .halo-footer-bottom .footer-bottom .footer-bottom-link {
    float: none;
    padding-bottom: 3px;
  }
  .footer-2 .halo-footer-bottom .footer-bottom .footer-payment-icons {
    padding-top: 10px;
  }
  .footer-2 .halo-footer-bottom .footer-bottom .footer-payment-icons .payment-methods {
    line-height: 30px;
  }
  .jas-mb-style {
    width: 90%;
  }
  .index-section .section-header {
    display: none;
  }
  .halo-footer-top .footer-links .link-title svg {
    display: block;
  }
  .footer-default .footer-top .footer__linklist .col-footer:first-child .link-title {
    border-top: 1px solid #ececec;
  }
  .footer-default .footer-top .footer__linklist .link-title {
    border-bottom: 1px solid #ececec;
  }
  .footer-default .footer-top .footer__linklist .link-title svg {
    display: block;
    top: 20px;
  }
  .footer-default .footer-top .footer-newsletter .form-newsletter .site-footer__newsletter .input-group__field {
    margin: 0px;
  }
  .btn, .shopify-payment-button .shopify-payment-button__button--unbranded {
    font-size: var(--font_size);
  }
  .footer-default .halo-footer-bottom .footer-bottom {
    padding: 20px 0px 20px;
    display: block;
    text-align: center;
  }
  .footer-default .halo-footer-bottom .footer-bottom .box-left {
    margin-bottom: 5px;
  }
  .custom-product-card .product-card {
    width: 300px;
    overflow: auto;
    height: 170px;
  }
  .custom-product-card .product-card .product-action {
    display: block;
    margin-bottom: 25px;
  }
  .lookbook .custom-product-card .close {
    top: 2px;
    right: 7px;
  }
  .lookbook .custom-product-card .close svg {
    width: 13px;
    height: 13px;
    fill: #323232;
  }
  .page-collections-list .des-col-header p {
    text-align: left;
  }
  .page-collection-list-items .section-product .section-header .view-all {
    top: 12px;
  }
  .page-collection-list-items .collections_custom_grid .collections-list-custom .halo-column .halo-item:nth-child(1) .collection-grid-item .collection-grid-image .col-bottom {
    width: 100%;
  }
  .halo-column .halo-item {
    margin-bottom: 0px;
  }
  .page.page-collections {
    padding-bottom: 0px;
  }
  .halo-column {
    margin-left: -5px;
    margin-right: -5px;
  }
  .halo-column .halo-item {
    padding: 0 5px;
  }
  .slideshow .slide-image {
    height: 260px;
  }
  .collections-list-custom .halo-column .halo-item {
    width: 50%;
  }
  .collections-list-custom .halo-column .halo-item .title-wrapper .title {
    font-size: var(--font_size_plus2);
  }
  .collections-list-custom .halo-column .halo-item:first-child {
    width: 100%;
  }
  .collections-list-custom .halo-column .halo-item:first-child .collection-grid-content .descriptions {
    margin-top: 0px;
  }
  .modal-ask-an-expert .modal-body {
    max-height: 60vh;
  }
  .section-product-cart-template, .section-product-lookbook, .section-product-list-col {
    padding: 40px 3px 60px !important;
  }
  .slideshow.slide-content-bottom .slide-content.slide-content-mb {
    top: 25% !important;
  }
  .breadcrumb-wrapper .breadcrumb-content {
    text-align: left;
  }
  .halo-header-mobile .logo-wrapper {
    text-align: center;
  }
}
@media (min-width: 420px) and (max-width: 767px) {
  .home-policy-shipping .policy-shipping .policy-items .item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40% !important;
    flex: 0 0 40% !important;
    max-width: 40% !important;
  }
  .ask-an-expert .ask-link.ask-active-mb {
    bottom: 55% !important;
  }
  .home-feature-collections-list .container .wraper-content .item.item-carousel {
    flex: 0 0 38% !important;
    max-width: 38% !important;
  }
}
@media (max-width: 420px) {
  #dropdown-customer, .popup-sidebar {
    max-width: 90%;
  }
  .nav-default .main-menu .mb-area, .main-menu .mb-area {
    padding: 40px 15px 100px;
  }
}
@media (max-width: 320px) {
  .collections-list-custom .halo-column .halo-item {
    width: 100%;
  }
  .collection-no-carousel .halo-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding: 10px;
  }
  .collection-no-carousel .halo-item .product-card {
    width: 100%;
  }
  .footer-2 .footer-links .footer__location .groups-block {
    display: inherit !important;
    margin-bottom: 10px;
  }
  .footer-2 .footer-links .footer__location .groups-block .footer-location {
    max-width: 100% !important;
  }
  .filters-toolbar__item-child .filters-toolbar__input-wrapper {
    max-width: 90%;
    width: 100%;
  }
  #back-to-top {
    bottom: 43%;
  }
}
@media (min-width: 768px) {
  .modal-video .popup-video {
    max-height: 510px;
  }
  .modal-video iframe {
    min-height: 510px;
    width: 100%;
  }
  .footer-2 .footer-links .col-footer {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
}
@media (min-width: 993px) {
  .body-default .slideshow .slick-dots {
    bottom: 35px;
  }
}
@media (min-width: 1025px) {
  .body-default .slide-content.content--left {
    left: 28px !important;
  }
  .body-default .slide-content.content--right {
    right: 28px !important;
  }
  .body-default .slide-content .slide-heading {
    margin-bottom: 12px;
  }
  .body-default .slide-content .slide-button {
    min-width: auto;
    padding: 10px 67px 9px;
    max-width: 100%;
    width: auto;
  }
  .body-default .slideshow .slick-arrow.slick-next, .body-default .slideshow .slick-arrow.slick-prev {
    bottom: -14px !important;
  }
}
@media (min-width: 1199px) {
  .halo-column {
    margin: 0 -15px;
  }
}
@media (min-width: 1200px) {
  .body-full .mega-feature-product {
    margin-bottom: -9px !important;
  }
  .body-full .mega-feature-product .slick-dotted.slick-slider {
    margin-bottom: 0px;
  }
  .body-full .wrapper-navigation .site-nav .mega-menu > .sub-menu-mobile {
    padding: 39px 0 71px;
    display: inline-table;
    /*====================================
    =            menu sidebar            =
    ====================================*/
  }
  .popup-nav-pc {
    padding: 60px 60px;
  }
  .popup-nav-pc .main-menu {
    display: block !important;
  }
  .popup-nav-pc .site-nav .style_1 .inner.four-items {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .popup-nav-pc .site-nav .style_1 .mega-banner {
    flex-direction: column-reverse;
    border-left: none;
  }
  .popup-nav-pc .site-nav .style_1 .mega-banner .animation-border:before {
    display: none;
  }
  .popup-nav-pc .site-nav .style_2 .col-left-st2, .popup-nav-pc .site-nav .style_2 .col-right-st2 {
    webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    border-left: none;
    max-height: initial;
    overflow: auto;
  }
  .popup-nav-pc .site-nav .style_2 .mega-banner {
    margin-left: 0px;
  }
  .popup-nav-pc .site-nav .style_2 .mega-banner .image-feature .animation-border:before {
    display: none;
  }
  .popup-nav-pc .site-nav .style_2 .inner.four-items {
    webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .popup-nav-pc .site-nav .style_2 .mega-text {
    margin-top: 20px;
    position: relative !important;
  }
  .popup-nav-pc .site-nav .style_3 .inner.six-items {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .popup-nav-pc .site-nav .style_3 .inner.six-items .col-image {
    width: 50%;
  }
  .popup-nav-pc .site-nav .style_3 .inner.six-items .col-image img {
    width: auto;
  }
  .popup-nav-pc .site-nav .style_3 .inner .animation-border:before {
    display: none;
  }
  .popup-nav-pc .site-nav .style_3 .menu-lv-2 > .rlte > .current {
    padding-bottom: 0px;
    margin-bottom: 3px;
  }
  .popup-nav-pc .site-nav .icon-dropdown {
    display: block !important;
  }
  .popup-nav-pc .site-nav .icon-dropdown svg {
    width: 10px;
    height: 10px;
    fill: #909090;
  }
  .popup-nav-pc .site-nav .icon-label {
    display: inline-block!important;
    position: relative!important;
    right: 0!important;
    top: 0!important;
    letter-spacing: 0;
  }
  .popup-nav-pc .site-nav .menu-mb-title {
    border-bottom: 1px solid #ececec;
    color: #323232;
    background-color: #f8f8f8;
    display: block;
  }
  .popup-nav-pc .site-nav li {
    position: initial;
  }
  .popup-nav-pc .site-nav li a {
    position: static;
  }
  .popup-nav-pc .site-nav .menu-lv-1 {
    border-bottom: 1px solid #ececec;
    width: 100%;
    text-align: left;
  }
  .popup-nav-pc .site-nav .menu-lv-1 > .rlte > a {
    color: #282828 !important;
    text-transform: uppercase;
    padding: 12px 0px 11px;
    margin: 0px 0px 0px 0px;
    position: initial !important;
  }
  .popup-nav-pc .site-nav .menu-lv-1:hover > .rlte > a {
    color: #787878 !important;
    text-transform: uppercase;
  }
  .popup-nav-pc .site-nav .menu-lv-2 {
    border-bottom: 1px solid var(--border_color_menu_mb);
    position: static;
  }
  .popup-nav-pc .site-nav .menu-lv-2 > .rlte {
    position: relative;
    display: grid;
  }
  .popup-nav-pc .site-nav .menu-lv-2 > .rlte > a {
    color: #282828;
    padding-left: 20px;
    padding-right: 20px;
    font-weight: 600;
  }
  .popup-nav-pc .site-nav .menu-lv-2:hover > .rlte > a {
    color: #282828;
  }
  .popup-nav-pc .site-nav .menu-lv-3 {
    border-bottom: 1px solid #e5e5e5;
  }
  .popup-nav-pc .site-nav .menu-lv-3 > a {
    color: #282828;
    padding-left: 20px;
    padding-right: 20px;
    font-weight: normal;
  }
  .popup-nav-pc .site-nav .menu-lv-3:hover > a {
    color: #282828;
  }
  .popup-nav-pc .site-nav .sub-menu-mobile {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 100%;
    width: 100%;
    padding-bottom: 100px;
    height: 100vh;
    overflow: auto;
    background-color: #fff;
    z-index: 100;
    -webkit-transition: transform 0.4s ease;
    -moz-transition: transform 0.4s ease;
    -ms-transition: transform 0.4s ease;
    -o-transition: transform 0.4s ease;
    transition: transform 0.4s ease;
    -ms-transform: translateX(-110%);
    -webkit-transform: translateX(-110%);
    transform: translateX(-110%);
    margin-top: 0px;
    padding: 0px;
  }
  .popup-nav-pc .site-nav .sub-menu-mobile .container {
    padding-left: 10px;
    padding-right: 10px;
  }
  .popup-nav-pc .site-nav .sub-menu-mobile .menu-lv-2 {
    border-bottom: 1px solid #ececec;
  }
  .popup-nav-pc .site-nav .sub-menu-mobile .menu-lv-2 .rlte > a {
    padding: 12px 16px 10px 30px;
  }
  .popup-nav-pc .site-nav .sub-menu-mobile.sub-menu-open {
    -ms-transform: none !important;
    -webkit-transform: none !important;
    transform: none !important;
  }
  .popup-nav-pc .site-nav .mega-menu .static-mobile {
    position: static !important;
  }
  .popup-nav-pc .site-nav .mega-menu .menu-lv-2 {
    padding: 0;
    position: static !important;
  }
  .popup-nav-pc .site-nav .mega-menu .mega-banner .title, .popup-nav-pc .site-nav .mega-menu .mega-banner .product-item .btn, .popup-nav-pc .site-nav .mega-menu .mega-banner .product-item .shopify-payment-button .shopify-payment-button__button--unbranded, .shopify-payment-button .popup-nav-pc .site-nav .mega-menu .mega-banner .product-item .shopify-payment-button__button--unbranded {
    color: #282828;
  }
  .popup-nav-pc .site-nav .mega-menu .style_2 .col-left, .popup-nav-pc .site-nav .mega-menu .style_2 .col-right {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(50% - 3px);
    flex: 0 0 calc(50% - 3px);
    max-width: -moz-calc(50% - 3px);
    max-width: -webkit-calc(50% - 3px);
    max-width: -ms-calc(50% - 3px);
    max-width: calc(50% - 3px);
  }
  .popup-nav-pc .site-nav .mega-menu .style_3 .menu-lv-2 > .sub-menu-mobile > a {
    padding: 10px 20px 0;
  }
  .popup-nav-pc .site-nav .mega-menu .style_3 .menu-lv-2 > .sub-menu-mobile > a img {
    margin: 0;
  }
  .popup-nav-pc .site-nav .icon-label:before {
    left: -9px;
    top: 50%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .popup-nav-pc .site-nav .menu-lv-2 > .rlte > a:hover span {
    border: none;
  }
  .popup-nav-pc .site-nav .menu-lv-2 > .rlte > a {
    font-weight: 600;
    letter-spacing: 0.15em;
  }
  .popup-nav-pc .site-nav .menu-mb-title {
    font-weight: 600;
    letter-spacing: 0.15em;
  }
  .popup-nav-pc .site-nav .no-mega-menu .menu-lv-2 .sub-menu-mobile {
    left: 0;
    top: 0;
  }
  .popup-nav-pc .site-nav .icon-label {
    margin: 0 0 0 3px;
  }
  .popup-nav-pc .site-nav .menu-lv-1 li a .icon-dropdown {
    right: -11px;
  }
  .popup-nav-pc .site-nav .mega-menu > .sub-menu-mobile, .popup-nav-pc .site-nav .no-mega-menu > .sub-menu-mobile {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=100)";
    filter: alpha(opacity=100);
    visibility: visible;
    pointer-events: auto;
    -ms-transform: translatex(-100%);
    -webkit-transform: translatex(-100%);
    transform: translatex(-100%);
  }
  .popup-nav-pc .site-nav .no-mega-menu .dropdown:hover > .sub-menu-mobile {
    -moz-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    opacity: 0;
    visibility: hidden;
  }
  .popup-nav-pc .site-nav .no-mega-menu .dropdown > .sub-menu-mobile.sub-menu-open {
    opacity: 1;
    visibility: visible;
  }
  .popup-nav-pc .site-nav .menu-lv-1 > .rlte > a .icon-dropdown {
    right: -10px;
    top: 47%;
  }
  .popup-nav-pc .col5, .popup-nav-pc .col-xl-7, .popup-nav-pc .col-xl-4, .popup-nav-pc .col-xl-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .popup-nav-pc .site-nav .no-mega-menu .sub-menu-mobile {
    margin-top: 0px;
    display: block;
  }
  .popup-nav-pc .site-nav .mega-menu .style_3 .menu-lv-2 a .icon-dropdown {
    top: 20px;
  }
  .popup-nav-pc .site-nav .menu-lv-3 > a {
    padding: 10px 16px 10px 30px;
    font-weight: normal;
    letter-spacing: 0.04em;
  }
  .popup-nav-pc .site-nav .mega-menu .style_2 .featured_col .content-feature-mega {
    margin-left: 15px;
  }
  .popup-nav-pc .site-nav .mega-menu > .sub-menu-mobile {
    max-height: 100%;
  }
  .popup-nav-pc .site-nav .mega-menu .style_2 .mega-banner {
    margin-top: 20px;
  }
  .popup-nav-pc .site-nav .mega-menu .style_2 .featured_col .content-feature-mega .btn, .popup-nav-pc .site-nav .mega-menu .style_2 .featured_col .content-feature-mega .shopify-payment-button .shopify-payment-button__button--unbranded, .shopify-payment-button .popup-nav-pc .site-nav .mega-menu .style_2 .featured_col .content-feature-mega .shopify-payment-button__button--unbranded {
    margin-top: 20px;
  }
  .popup-nav-pc .site-nav .mega-menu .mega-banner .maga-banner-right {
    margin-left: 0px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 20px;
  }
  .popup-nav-pc .site-nav .mega-menu .mega-banner .maga-banner-right > a {
    padding-right: 15px;
  }
  .popup-nav-pc .jas-mb-style .close-menu-mb {
    display: block;
    display: block;
    position: absolute;
    right: 22px;
    top: 12px;
  }
  .popup-nav-pc .jas-mb-style .close-menu-mb svg {
    width: 15px;
    height: 15px;
    fill: #747679;
  }
  .popup-nav-pc .jas-mb-style .close-menu-mb:hover svg {
    fill: #ed4f2d;
  }
  .popup-nav-pc .link-option {
    padding: 16px 0px 17px;
    border-bottom: 1px solid #ececec;
  }
  .popup-nav-pc .link-option .customer-wishlist a, .popup-nav-pc .link-option .customer-locator a {
    color: #787878;
    letter-spacing: 0.04em;
    padding: 12px 0px 10px;
    display: inline-block;
  }
  .popup-nav-pc .link-option .customer-wishlist svg, .popup-nav-pc .link-option .customer-locator svg {
    margin-right: 8px;
  }
  .popup-nav-pc .link-option .custom-currency .icon-down {
    display: none !important;
  }
  .popup-nav-pc .link-option .customer-language .lang_currency-dropdown .dropdown-menu, .popup-nav-pc .link-option .custom-currency .lang_currency-dropdown .dropdown-menu {
    width: 100%;
    box-shadow: none;
    margin-top: 0px;
  }
  .popup-nav-pc .link-option .customer-language .lang_currency-dropdown .dropdown-label, .popup-nav-pc .link-option .custom-currency .lang_currency-dropdown .dropdown-label {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
  }
  .popup-nav-pc .link-option .customer-language .lang_currency-dropdown .dropdown-label .lange_right, .popup-nav-pc .link-option .custom-currency .lang_currency-dropdown .dropdown-label .lange_right {
    display: block;
  }
  .popup-nav-pc .link-option .customer-language .lang_currency-dropdown .dropdown-label .icon, .popup-nav-pc .link-option .custom-currency .lang_currency-dropdown .dropdown-label .icon {
    margin-right: 13px;
  }
  .popup-nav-pc .link-option .customer-language .lang_currency-dropdown .dropdown-label .text, .popup-nav-pc .link-option .custom-currency .lang_currency-dropdown .dropdown-label .text {
    color: #787878;
    font-weight: 300;
    text-transform: capitalize;
    letter-spacing: 0.04em;
    padding: 12px 0px 10px;
    display: inline-block;
  }
  .popup-nav-pc .link-option .customer-language .lang_currency-dropdown .text, .popup-nav-pc .link-option .custom-currency .lang_currency-dropdown .text {
    font-size: 12px;
  }
  .popup-nav-pc .link-option .customer-language .lang_currency-dropdown .text.code, .popup-nav-pc .link-option .custom-currency .lang_currency-dropdown .text.code {
    display: none !important;
  }
  .popup-nav-pc .link-option .customer-language .lang_currency-dropdown .lange_right, .popup-nav-pc .link-option .custom-currency .lang_currency-dropdown .lange_right {
    font-size: 12px;
    letter-spacing: 0.04em;
    display: none;
    color: #787878;
    font-weight: normal;
  }
  .popup-nav-pc .link-option .customer-language {
    clear: both;
  }
  .popup-nav-pc .social_customer {
    padding-top: 22px;
  }
  .popup-nav-pc .group-custom .link-option .custom-currency {
    margin: 8px 0px 7px;
  }
  .popup-nav-pc .no-mega-menu .sub-menu-mobile .menu-lv-2 {
    padding: 0 22px;
  }
  .popup-nav-pc .no-mega-menu .sub-menu-mobile .menu-lv-2 .rlte > a {
    padding: 12px 16px 10px 0px;
  }
  .popup-nav-pc .no-mega-menu .sub-menu-mobile .menu-lv-3 {
    padding: 0 22px;
  }
  .popup-nav-pc .no-mega-menu .sub-menu-mobile .menu-lv-3 > a {
    padding: 12px 16px 10px 0px;
  }
  .popup-nav-pc .site-nav li {
    /*=====  End of menu sidebar  ======*/
  }
  .popup-nav-pc .site-nav li.dropdown a {
    display: inline-block;
  }
  .sidebar_mobile {
    display: none;
  }
  .page-sidebar .sidebar_mobile, .page-sidebar .close-sidebar {
    display: none;
  }
  [data-sticky-sidebar] {
    position: -webkit-sticky;
    position: sticky;
    margin-bottom: 25px;
  }
  
  .wrapper-sidebar .productCarousel-slide .product-card__variant {
    opacity: 1;
  }
  .halo-header-mobile {
    display: none;
  }
  .jas-mb-style .close-menu-mb {
    display: none;
  }
  .body-full .container {
    width: 100%;
    max-width: none;
    padding: 0px 30px;
  }
  .template-index.body-full .popup-nav-pc .site-nav .menu-lv-1 > .rlte > a {
    color: var(--color_menu_lv1_mb) !important;
  }
  .popup-nav-pc .site-nav .menu-lv-1 > .rlte > a {
    color: var(--color_menu_lv1_mb) !important;
  }
  .popup-nav-pc .site-nav .menu-lv-1 > .rlte > a:hover {
    color: var(--hover_color_mnu_lv1_mb) !important;
  }
  .popup-nav-pc .site-nav .menu-lv-2 .rlte > a {
    color: var(--color_menu_lv2_mb) !important;
  }
  .popup-nav-pc .site-nav .menu-lv-2 .rlte > a:hover {
    color: var(--hover_color_mnu_lv2_mb) !important;
  }
  .popup-nav-pc .site-nav .menu-lv-3 > a {
    color: var(--color_menu_lv3_mb) !important;
  }
  .popup-nav-pc .site-nav .menu-lv-3 > a:hover {
    color: var(--hover_color_mnu_lv3_mb) !important;
  }
  .cookieMessage {
    margin-top: 30px;
  }
  .popup-nav-pc .site-nav .menu-lv-1 > .rlte > a span:before {
    display: none;
  }
  .popup-nav-pc .site-nav .mega-menu > .sub-menu-mobile .site-nav-dropdown {
    max-height: calc(100vh - 50px);
    overflow-x: hidden;
    overflow-y: auto;
  }
  .popup-nav-pc .site-nav .mega-menu > .sub-menu-mobile .site-nav-dropdown::-webkit-scrollbar {
    width: 2px;
  }
  .popup-nav-pc .site-nav .mega-menu > .sub-menu-mobile .site-nav-dropdown::-webkit-scrollbar-track {
    background: #fff;
    margin: 5px 0px 5px;
  }
  .popup-nav-pc .site-nav .mega-menu > .sub-menu-mobile .site-nav-dropdown::-webkit-scrollbar-thumb {
    background: #505050;
  }
  .body-full .wrapper-navigation.overlay-open:before {
    content: "";
    background: rgba(44, 44, 44, 0.4);
    filter: alpha(opacity=35);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    z-index: -2;
  }
  .body-full .nav-default .site-nav {
    letter-spacing: -0.31em;
  }
  .body-full .nav-default .site-nav .menu-lv-1 {
    letter-spacing: normal;
  }
}
@media (max-width: 1300px) and (min-width: 1200px) {
  .page .page-sidebar + .page-content {
    padding-left: 30px;
  }
  .productGrid--maxCol1 .product-card .product-content {
    padding-left: 30px;
  }
  .productGrid--maxCol1 .product-card .product-detail {
    width: 100% !important;
  }
}
@media (max-width: 1590px) and (min-width: 1200px) {
  .section-product-cart-template, .section-product-lookbook, .section-product-list-col {
    padding: 42px 30px 102px !important;
  }
  .section-product-cart-template .slick-arrow, .section-product-lookbook .slick-arrow, .section-product-list-col .slick-arrow {
    width: 36px;
    height: 36px;
    background: #fff;
    border: 1px solid #323232;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
    top: 30%;
  }
  .section-product-cart-template .slick-arrow svg, .section-product-lookbook .slick-arrow svg, .section-product-list-col .slick-arrow svg {
    top: 9px;
    position: absolute;
    width: 15px;
    height: 15px;
  }
  .section-product-cart-template .slick-arrow.slick-prev, .section-product-lookbook .slick-arrow.slick-prev, .section-product-list-col .slick-arrow.slick-prev {
    left: 0px;
  }
  .section-product-cart-template .slick-arrow.slick-prev svg, .section-product-lookbook .slick-arrow.slick-prev svg, .section-product-list-col .slick-arrow.slick-prev svg {
    left: 8px;
  }
  .section-product-cart-template .slick-arrow.slick-next, .section-product-lookbook .slick-arrow.slick-next, .section-product-list-col .slick-arrow.slick-next {
    right: 0px;
  }
  .section-product-cart-template .slick-arrow.slick-next svg, .section-product-lookbook .slick-arrow.slick-next svg, .section-product-list-col .slick-arrow.slick-next svg {
    left: 11px;
  }
}
@media (min-width: 1600px) { 
  .body-full .container, .container-2 {
    padding: 0px 60px;
    max-width: 1800px;
    margin: 0 auto;
  }
  .body-full .slide-content.content--left {
    left: calc((100% - 1425px)/ 2);
  }
  .body-full .slide-content.content--right {
    right: calc((100% - 1460px)/ 2);
  }
  .body-full .productGrid--maxCol1 .product-card .product-image {
    width: 420px;
  }
  .body-full .productGrid--maxCol1 .product-card .product-content {
    width: calc(100% - 420px);
  }
}

.product_shop .swatch-dropdown {
  max-width: 100%;
}
@media (min-width: 768px) {
  .product_shop .swatch-dropdown {
    max-width: 60%;
  }
}
.product_shop.align-center .swatch-dropdown {
  margin: 0 auto;
}
.product_shop .swap-el_drd {
  position: relative;
  margin-bottom: 13px;
}
.product_shop .swap-el_drd .swap-el_drd-label {
  border: 1px solid #e0e0e0;
  border-radius: 2px;
  width: 100%;
  padding: 5px 15px 3px;
  cursor: pointer;
  position: relative;
  color: #787878;
  padding: 7px 15px 7px !important;
  line-height: 24px !important;
  position: relative;
}
.product_shop .swap-el_drd .swap-el_drd-label label {
  margin: 0px;
  padding-bottom: 0px !important;
  color: #787878;
  font-weight: 400;
}
.product_shop .swap-el_drd .swap-el_drd-label .arrow {
  width: 36px;
  height: 35px;
  position: absolute;
  font-size: 20px;
  font-size: 16px;
  line-height: 36px;
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 0;
  border-left: 1px solid #e0e0e0;
  text-align: center;
}
.product_shop .swap-el_drd .swap-el_drd-label .arrow svg {
  width: 10px;
  height: 11px;
  fill: #282828;
}
.product_shop .swap-el_drd ul {
  border: 1px solid transparent;
  position: absolute;
  top: 0px;
  width: 100%;
  background: #fff;
  z-index: 999;
  border-radius: 2px;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  height: 0;
  overflow: hidden;
}
.product_shop .swap-el_drd ul li {
  border-top: 1px solid #e0e0e0;
  margin-bottom: 0px;
  overflow: hidden;
  width: 100%;
}
.product_shop .swap-el_drd ul li:first-child {
  border-top: none;
}
.product_shop .swap-el_drd ul li label {
  width: 100%;
  cursor: pointer;
  padding: 0px 15px;
  margin-bottom: 0px;
  border: none !important;
  border-radius: 0 !important;
  color: #282828;
}
.product_shop .swap-el_drd ul li label:after {
  display: none;
}
.product_shop .swap-el_drd ul li.soldout label {
  cursor: not-allowed;
  background: transparent !important;
}
.product_shop .swap-el_drd ul li.soldout label span {
  position: relative;
}
.product_shop .swap-el_drd ul li.soldout label span:before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translatey(-50%);
  width: 100%;
  height: 15px;
  visibility: visible;
  background: url(back_soldout.png) no-repeat 50%;
}
.product_shop .swap-el_drd ul .swatch-element.color {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}
.product_shop .swap-el_drd ul .swatch-element.color label {
  font-size: var(--font_size);
}
.product_shop .swap-el_drd.is_open ul {
  border-color: #e0e0e0;
  opacity: 1;
  height: auto;
  top: 45px;
  overflow: visible;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.12);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.12);
}
.fancybox-slide, .fancybox-container {
  z-index: 999999;
}
option:disabled {
  color: #ccc !important;
}
.fb_iframe_widget iframe {
  position: static !important;
}
.product-card .item-swatch .product-card__variant--item.soldout label {
  cursor: not-allowed;
  position: relative;
}
.product-card .item-swatch .product-card__variant--item.soldout label:after {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translatey(-50%);
  width: 100%;
  height: 15px;
  visibility: visible;
  background: url(back_soldout.png) no-repeat 50%;
}
.slider-nav .product-single__media {
  position: relative;
  padding-top: 100%;
}
.slider-nav .product-single__media model-viewer, .slider-nav .product-single__media img {
  max-height: 100%;
  width: 100%;
  max-width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  object-fit: contain;
}
.slider-nav .product-single__media svg {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.slider-nav .product-single__media a {
  display: block;
}
.slider-for .model-viewer {
  position: relative;
}
.slider-for .product-single__media {
  position: relative;
}
.slider-for .product-single__media model-viewer, .slider-for .product-single__media iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  max-width: 100%;
  height: 100%;
}
.shopify-model-viewer-ui__controls-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  pointer-events: none;
}
.shopify-model-viewer-ui__controls-overlay > div {
  position: absolute;
  background: #fff;
  top: 50px;
  right: 100px;
  padding: 0;
  height: 62px;
  width: 62px;
  z-index: 1;
}
.shopify-model-viewer-ui__controls-overlay > div svg {
  height: 62px;
  width: 62px;
}
.product-img-box .slider-for .slick-slide {
  float: none !important;
}
.product-img-box .slider-for.slick-initialized .slick-slide {
  display: inline-block;
  vertical-align: middle;
  pointer-events: none;
}
.product-img-box .slider-for.slick-initialized .slick-slide.slick-active {
  pointer-events: unset;
}

.sub-menu-mobile .menu-lv-2 .rlte .icon-dropdown {
  width: 60%;
  z-index: 0;
  height: 40px;
  text-align: right;
  line-height: 38px;
  right: 20px;
}
@media (max-width: 1199px) {
  .sub-menu-mobile .menu-lv-2 .rlte .icon-dropdown {
    width: 40%;
  }
}
.body-full .sidebarBlock .productCarousel .product_wishlist, .body-full .sidebarBlock .productCarousel .product_badges {
  display: none !important;
}
.body-full .sidebarBlock .productCarousel .product-link {
  max-width: 140px;
  margin: 0 auto;
}
.productGrid--maxCol1 .product-card .product-reviews {
  display: none;
}
.productGrid--maxCol1 .product-card .product-reviews.review-list {
  display: block;
}
.product-price em {
  font-size: 12px;
  color: #969696;
  font-weight: normal;
  font-style: normal;
  margin-right: 4px;
}
.popup-nav-pc .featuredProductCarousel .group_button .btn, .popup-nav-pc .featuredProductCarousel .group_button .shopify-payment-button .shopify-payment-button__button--unbranded, .shopify-payment-button .popup-nav-pc .featuredProductCarousel .group_button .shopify-payment-button__button--unbranded {
  max-width: 100% !important;
}
.popup-nav-pc .featuredProductCarousel .product-image .product-link {
  margin: 0 auto;
  width: 100%;
}
.cart-edit__row:first-child .cart-edit__remove svg {
  width: 0px;
}
.jas-mb-style .lang_currency-dropdown .border_hover:before {
  display: none;
}
@supports (-ms-ime-align:auto) {
  .halo-slideshow .slideshow.slick-slider .slide-image {
    background-attachment: inherit !important;
  }
}
@media (min-width: 1024px) { 
  .footer-default .footer-top .footer-newsletter .form-newsletter .site-footer__newsletter .input-group__field {
    max-width: 220px !important;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
}
@media screen and (-webkit-min-device-pixel-ratio: 0) and (max-width: 1360px) and (min-width: 1024px) {
  .footer-default .footer-top .footer-newsletter .form-newsletter .site-footer__newsletter .input-group__field {
    max-width: 220px !important;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
}
@media (max-width: 1700px) and (min-width: 1200px) {
.page-product-detail-default .product_top.product_layout .product_photos .product-slider.vertical-moreview .slider-nav {
    margin-top: 0px !important;
  }
}
.body-default .wrapper-overlay, .body-default .wrapper-overlay-nav {
  z-index: 999;
}
.body-default .site-nav .mega-menu .mega-feature-product .slick-dots li button {
  margin: 0px 6px;
}
@media (max-width: 1199px) {
  .body-default .home-instagram .instagram-carousel-layout .instafeed-items .slick-arrow.slick-prev {
    left: -33px !important;
  }
  .body-default .home-instagram .instagram-carousel-layout .instafeed-items .slick-arrow.slick-next {
    right: -33px !important;
  }
}
@media (min-width: 1200px) {
  .body-default .site-nav .mega-menu .mega-banner {
    padding: 2px 4px !important;
  }
  .body-default .site-nav .mega-menu .style_1 .col-xl-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
    margin-right: 0px;
  }
}
@media (min-width: 1200px) and (max-width: 1600px) {
  .body-default .home-feature-collections-list .container .wraper-content .slick-arrow.slick-prev {
    left: -45px !important;
  }
  .body-default .home-feature-collections-list .container .wraper-content .slick-arrow.slick-next {
    right: -45px !important;
  }
  .home-instagram .instagram-carousel-layout .instafeed-items .slick-arrow.slick-prev {
    left: -46px !important;
  }
  .home-instagram .instagram-carousel-layout .instafeed-items .slick-arrow.slick-next {
    right: -46px !important;
  }
}
.productGrid--maxCol1 .view-as-btn svg {
  fill: #e2e4e8;
}
@media (min-width: 993px) {
  .body-full .product-notification {
    width: 440px;
  }
  .body-default .productGrid--maxCol1 .product-card .product-detail {
    width: 100%;
  }
}
.page-collections .productGrid--maxCol1 .product-compare-btn .compare_list {
  color: #787878;
}
@media (min-width: 1200px) {
  .halo-header .is-sticky .main-menu, .halo-header .is-sticky .announcement-bar-wrapper {
    display: none;
  }
  .site-nav .mega-menu .style_1 .mega-banner .mega-feature-product {
    margin: 0px 32px 0px 34px;
  }
  .site-nav .mega-menu .style_1 .mega-banner .mega-feature-product .featuredProductCarousel .product-image {
    text-align: center;
  }
  .site-nav .mega-menu .style_1 .mega-banner .mega-feature-product .featuredProductCarousel .product-image .product-link {
    max-width: 140px;
    margin: 0 auto;
  }
  .popup-nav-pc .site-nav .mega-menu .mega-feature-product {
    margin: 0 auto !important;
  }
}
.sidebarBlock.sidebarBlock_filter.Type .sidebarBlock-content > .content {
  padding: 19px 20px 25px 0px;
}
.body-default .page-cart .wrapper-header-cs {
  background: #fff;
}
.body-default .page-cart .wrapper-header-cs .breadcrumb .container {
  padding: 0px;
}
.body-default .page-cart .wrapper-header-cs .breadcrumb, .body-default .page-cart .wrapper-header-cs .title {
  text-align: left;
}
.body-default .wrapper-header-cs {
  background: transparent;
  text-align: left;
}
.customer-language .dropdown-toggle .wrapper_lang {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.custom-currency .currency-menu {
  max-height: 250px;
  overflow-y: auto;
}
.custom-currency .currency-menu::-webkit-scrollbar-track {
  background-color: #fafafa;
  margin: 24px 0px 5px;
}
.custom-currency .currency-menu::-webkit-scrollbar {
  width: 3px;
  background-color: #fafafa;
}
.custom-currency .currency-menu::-webkit-scrollbar-thumb {
  background-color: #505050;
  margin-top: 35px;
}
.product-single__photos .slick-track {
  margin: 0 auto;
}
.product-single__photo-wrapper {
  opacity: 1 !important;
}
.newsletter-success-modal .error p {
  color: #ed4f2d;
}
.page-collections .product-reviews.review-list {
  display: none !important;
}
.page-collections .productGrid--maxCol1 .product-reviews.review-list {
  display: block !important;
}
.sidebar_content .navPages-item.is-clicked .level-2 {
  display: block;
}
.sidebarBlock-content .level-2 {
  display: none;
  padding: 10px 5px;
}
.sidebar_content .collection-list__item {
  padding: 5px 0px;
}
.sidebar_content .collection-list__item.is-clicked .collection-list.level-3 {
  display: block;
  padding: 5px 10px;
}
.sidebar_content .collection-list__item .collection-list.level-3 {
  display: none;
}
.empty-collection-content {
  margin-top: 15%;
}
.empty-collection-content .collection--empty-message {
  font-size: 25px;
  font-weight: 600;
  text-transform: capitalize;
}
.empty-collection-content .btn, .empty-collection-content .shopify-payment-button .shopify-payment-button__button--unbranded, .shopify-payment-button .empty-collection-content .shopify-payment-button__button--unbranded {
  max-width: 250px;
}
.popup-nav-pc .site-nav .menu-lv-1 > .rlte > a .icon-dropdown {
  width: 100%;
  text-align: right;
  right: 0px;
}
.site-nav li a .icon-dropdown {
  width: 100%;
  height: 100%;
  line-height: 44px;
}
.sub-menu-mobile .menu-lv-2 .rlte .icon-dropdown {
  width: 100%;
}
@media (max-width: 1024px) {
  #back-to-top {
    bottom: 40%;
  }
  #product_quickview .product_shop, #product_quickview .product_photos {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  #product_quickview .product_photos .slider-nav {
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  #product_quickview .product_shop, #product_quickview .product_photos {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .slide-content .slide-button.show_mb {
    display: inline-block;
    margin-top: 15px;
  }
}
.no_terms_conditions {
  margin-bottom: 20px;
}
.product-single__media video {
  width: 100%;
}
.slider-for .video_mp4 img {
  display: none !important;
}
@media (min-width: 1025px) {
  .wrapper-navigation .site-nav .hide_pc {
    display: none !important;
  }
}
#recently-viewed-products-grid .item-swatch .product-card__variant--item label {
  display: inherit;
  width: 22px;
  height: 22px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  margin: 0 0 0;
  background-size: cover;
  cursor: pointer;
  background-position: center;
  background-repeat: no-repeat;
  border: 2px solid #fff;
  position: relative;
}
#recently-viewed-products-grid .item-swatch .product-card__variant--item label.active:before {
  position: absolute;
  top: -4px;
  left: -4px;
  content: "";
  width: 26px;
  height: 26px;
  border: 2px solid #ddd;
  background-color: transparent;
  z-index: 2;
  transition: all 0.3s ease;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}
.search-open .wrapper-overlay {
  z-index: 9;
}
.header-search__product .search__products .halo-item .product-image .product_wishlist {
    display: none!important;
}
@media (max-width: 1199px) {
  .halo-header .header-sticky.is-sticky .quickSearchResultsWrap {
    left: 0px !important;
  }
}
@media(min-width: 1200px){
  .popup-nav-pc .site-nav .hide_pc.menu-lv-2 .rlte>a{
     padding-left: 25px;
  }
  .popup-nav-pc .no-mega-menu .sub-menu-mobile .menu-lv-2 .rlte>a {
    padding-left: 0px;
  }
}
.page-collections-custom .collection-header-custom .top-header.header-no-image{
   padding: 35px 0px;
}
.page-collections-custom .collection-header-custom .top-header.header-no-image .collection-wrapper{
    width:100%;
    overflow: visible;
}
.page-collections-custom .collection-header-custom .top-header.header-no-image  .collection-wrapper .wrapper-content{
    position: relative;
    top: 0;
    left: 0;
    -ms-transform: translate(0,0);
    -webkit-transform: translate(0,0);
    transform: translate(0,0);
    margin:  0 auto;
}