@font-face {
  font-family: "GT-Cinetype";
  src: url(GT-Cinetype-Regular.woff2) format("woff2"),
    url(GT-Cinetype-Regular.woff) format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "fontawesome";
  src: url(fontawesome-webfont.woff2) format("woff2"),
    url(fontawesome-webfont.woff) format("woff"),
    url(fontawesome-webfont.ttf) format("truetype");
  font-display: swap;
}
:focus {
  outline: 0;
}
button:focus {
  outline: 0;
}
.wrapper-overlay {
  position: fixed;
  background-color: rgba(35, 35, 35, 0.8);
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  cursor: pointer;
  display: none;
  z-index: 4;
}
html {
  padding-bottom: 0 !important;
  position: relative;
  -webkit-font-smoothing: antialiased;
}
html.cart-show body,
html.customer-show body,
html.halo-modal-open body,
html.options-show body,
html.sidebar-open body,
html.translate-overlay body {
  overflow-y: hidden;
  height: 100%;
}
html.cart-show .wrapper-overlay,
html.customer-show .wrapper-overlay,
html.halo-modal-open .wrapper-overlay,
html.options-show .wrapper-overlay,
html.sidebar-open .wrapper-overlay,
html.translate-overlay .wrapper-overlay {
  display: block;
}
body,
html {
  font-size: var(--font_size);
  color: var(--body_color);
}
body {
  background-color: var(--body_bg);
  margin: 0 auto;
  font-family: var(--fonts_name), Arial, sans-serif;
  line-height: var(--font_size_plus8);
  letter-spacing: normal;
  opacity: 1 !important;
  visibility: visible !important;
}
img {
  max-width: 100%;
  height: auto;
  border: none;
}
.hide {
  display: none;
}
.lazyload,
.lazyloading {
  opacity: 0;
}
.lazyloaded {
  opacity: 1;
  transition: opacity 0.3s;
}
.placeholder-svg {
  display: block;
  fill: rgba(120, 129, 136, 0.15);
  stroke: rgba(120, 129, 136, 0.2);
  background-color: rgba(120, 129, 136, 0.1);
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  border: 1px solid rgba(120, 129, 136, 0.2);
  stroke-width: 0.1px;
}
svg {
  fill: currentColor;
  stroke: currentColor;
  width: 20px;
  height: 20px;
}
fieldset,
legend {
  border: none;
}
input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 40px #fff inset;
  -webkit-text-fill-color: var(--body_color);
}
input::-ms-clear,
select::-ms-expand {
  display: none;
}
blockquote {
  border: none;
  background-color: #fafafa;
  color: var(--color_ipt);
  font-size: var(--font_size);
  line-height: var(--font_size_plus12);
  font-style: normal;
  margin: 0;
  padding: 20px 35px;
}
input[type="image"] {
  width: auto;
}
input[type="color"],
input[type="date"],
input[type="datetime-local"],
input[type="datetime"],
input[type="email"],
input[type="month"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="time"],
input[type="url"],
input[type="week"],
textarea {
  margin: 0;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
input[type="color"],
input[type="date"],
input[type="datetime-local"],
input[type="datetime"],
input[type="email"],
input[type="month"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="time"],
input[type="url"],
input[type="week"] {
  padding: 7px 12px 5px;
  line-height: var(--font_size_plus10);
}
.custom-radio input[type="radio"],
input[type="checkbox"] {
  vertical-align: top;
  margin-right: 10px;
  display: none;
}
input[type="checkbox"] + label {
  padding-left: 26px;
  cursor: pointer;
  margin-bottom: 9px;
  position: relative;
}
input[type="checkbox"] + label:before {
  position: absolute;
  content: "";
  top: 2.5px;
  left: 0;
  border: 1px solid var(--border_checkbox);
  width: 14px;
  height: 14px;
  background-color: #fff;
}
input[type="checkbox"] + label:after {
  content: "";
  width: 9px;
  height: 5px;
  position: absolute;
  top: 6px;
  left: 3px;
  border: 2px solid #232323;
  border-top: none;
  border-right: none;
  background: rgba(255, 255, 255, 0);
  transform: rotate(-45deg);
  transition: all 0.1s;
}
input[type="checkbox"]:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0) rotate(-45deg);
}
input[type="checkbox"]:checked + label:after {
  opacity: 1;
  transform: scale(1) rotate(-45deg);
}
.custom-radio input[type="radio"] + label {
  cursor: pointer;
  margin-bottom: 9px;
  position: relative;
  padding-left: 24px;
}
.custom-radio input[type="radio"] + label:before {
  position: absolute;
  content: "";
  top: 2px;
  left: 0;
  width: 14px;
  height: 14px;
  border: 1px solid #cecece;
  border-radius: 50%;
}
.custom-radio input[type="radio"] + label:after {
  position: absolute;
  content: "";
  border: 4px solid var(--page_title_color);
  border-radius: 50%;
  top: 5px;
  left: 3px;
  transition: all 0.1s;
}
.custom-radio input[type="radio"]:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0);
}
.custom-radio input[type="radio"] + label:hover:after,
.custom-radio input[type="radio"]:checked + label:after {
  opacity: 1;
  transform: scale(1);
}
select {
  border-radius: 0;
  border: 1px solid var(--border_input);
  display: block;
  width: 100%;
  padding: 7px 32px 5px 12px;
  line-height: var(--font_size_plus10);
  outline: 0;
  position: relative;
  background-color: rgba(255, 255, 255, 0);
  z-index: 2;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  min-height: 36px;
}
select * {
  outline: 0;
  background: #fff;
  color: var(--color_ipt);
  border: none;
}
select + .icon-dropdown {
  width: 30px;
  position: absolute;
  bottom: 0;
  right: 2px;
  background-color: rgba(255, 255, 255, 0);
  height: 36px;
  top: inherit;
  z-index: 1;
  display: -moz-flex;
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  justify-content: center;
}
select + .icon-dropdown .fa {
  font-size: 16px;
}
.main-content {
  display: block;
  min-height: 500px;
  padding-bottom: 105px;
}
.main-content input[type="email"],
.main-content input[type="password"],
.main-content input[type="tel"],
.main-content input[type="text"],
.main-content textarea {
  height: initial;
  padding: 7px 12px 5px;
  border: 1px solid var(--border_input);
  color: var(--color_ipt);
  border-radius: 0;
  width: 100%;
  max-width: 380px;
  display: block;
  outline: 0;
}
.template-index .main-content {
  padding-bottom: 0;
}
label {
  font-size: var(--font_size);
  font-weight: 600;
  line-height: var(--font_size_plus8);
  color: var(--page_title_color);
}
label em {
  color: #f1152f;
  font-weight: 500;
  font-style: normal;
  margin-left: 3px;
}
ol,
ul {
  padding: 0;
  list-style: none;
  margin-bottom: 20px;
}
ol li,
ul li {
  margin-bottom: 0.25em;
}
a {
  transition: all 0.3s ease;
  color: var(--link_color);
}
a:hover {
  color: var(--link_color_hover);
  outline: 0;
  text-decoration: none;
}
.errors ul {
  padding-left: 0;
}
.form-success {
  border: 1px solid var(--border_color_1);
  margin-bottom: 20px;
  padding: 5px 20px 5px 30px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  line-height: 1.25em;
  margin: 0;
  padding: 0;
}
h1 {
  font-size: 2.307692308em;
  margin-bottom: 1em;
}
h2 {
  font-size: 2em;
  margin-bottom: 1em;
}
h3 {
  font-size: 20px;
  margin-bottom: 1.25em;
}
h4 {
  font-size: 17px;
  margin-bottom: 1.5em;
}
h5 {
  font-size: 15px;
  margin-bottom: 1.5em;
}
h6 {
  font-size: 1em;
  margin-bottom: 1.5em;
}
p:last-child,
p:last-of-type {
  margin-bottom: 0;
}
small {
  font-size: 12px;
}
table {
  border: 1px solid var(--border_color_1);
  min-width: 100%;
}
table td,
table th {
  border-bottom: 1px solid var(--border_color_1);
  padding: 9px 15px;
}
table th {
  font-size: 11px;
  text-transform: uppercase;
  font-weight: 700;
}
.btn {
  text-transform: uppercase;
  font-weight: 700;
  line-height: var(--font_size_plus8);
  outline: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  border-radius: 0;
  border: 1px solid rgba(255, 255, 255, 0);
  min-width: 130px;
  max-width: 100%;
  transition: all 0.3s ease;
  padding: var(--padding_btn) !important;
  font-size: var(--font_size_btn);
  letter-spacing: var(--letter_spacing_btn);
}
.btn:focus,
.btn:hover {
  outline: 0;
  box-shadow: none;
}
.btn[disabled] {
  background: var(--bg_sold_out) !important;
  border-color: var(--bg_sold_out) !important;
  color: var(--sold_out_text) !important;
  opacity: 1;
}
.error-message-input {
  display: block;
  font-size: var(--font_size_minus1);
  margin-top: 10px;
  color: #dc4032;
  font-style: italic;
}
.error-message-input:empty {
  display: none;
}
.error-message-input i {
  margin-right: 4px;
}
.close {
  opacity: 1;
  float: none;
}
.close svg {
  width: 17px;
  height: 17px;
}
.close:focus,
.close:hover {
  opacity: 1;
}
.fancybox-slide .fancybox-image-wrap {
  backface-visibility: visible;
  -moz-backface-visibility: visible;
  -webkit-backface-visibility: visible;
}
.not_img {
  height: 50vh;
  line-height: 50vh;
  background-color: rgba(35, 35, 35, 0.2);
  width: 100%;
  display: block;
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  color: #fff;
  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);
}
.header-top .top-message {
  font-size: var(--font_size);
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  text-align: center;
  padding: 8px 25px;
  position: relative;
}
.header-top .top-message p a {
  border-bottom: 1px solid rgba(255, 255, 255, 0);
}
.header-top .close {
  display: inline-block;
  width: 20px;
  height: 20px;
  vertical-align: top;
  position: absolute;
  top: 50%;
  right: -3px;
  transform: translateY(-50%);
  margin-top: -0.5px;
}
.svg-mb {
  width: 60px;
  height: 50px;
  display: -moz-flex;
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.svg-mb a {
  display: -moz-inline-flex;
  display: inline-flex;
}
.svg-mb .icon-search svg {
  position: relative;
  top: -1px;
}
.icon-user svg {
  width: 21px;
  height: 21px;
  stroke-width: 10px;
}
.icon-search {
  display: -moz-inline-flex;
  display: inline-flex;
}
.icon-search + .search-form {
  display: none;
}
.cart-icon {
  position: relative;
  padding-right: 10px;
  width: 65px;
}
.wrapper-top-cart .cart-icon svg {
  stroke: rgba(255, 255, 255, 0);
  width: 22px;
  height: 21px;
}
.header-links .wishlist svg {
  width: 19px;
  height: 18px;
  position: relative;
  top: 4px;
  margin-right: 5px;
}
.cart-icon .cartCount {
  position: absolute;
  top: 7px;
  right: -1px;
  min-width: 23px;
  min-height: 23px;
  text-align: center;
  padding: 2px 0 0 1px;
  border-radius: 50%;
  z-index: 2;
  font-weight: 500;
}
.icon-nav {
  border: none;
  outline: 0;
  padding: 0;
  display: block;
  width: 24px;
  height: 24px;
  position: relative;
}
.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_menu_mb);
}
.icon-nav .icon-line:after,
.icon-nav .icon-line:before {
  background-color: var(--color_menu_mb);
  display: block;
  width: 24px;
  height: 2px;
  margin: 3px 0;
  position: absolute;
  left: 0;
  right: 0;
  content: "";
  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;
}
.icon-nav .icon-line:before {
  top: 5px;
}
.icon-nav .icon-line:after {
  top: 12px;
}
.close-menu-mb {
  display: none;
}
.close-menu-mb.menu-open {
  display: block;
  position: fixed;
  background: var(--bg_sale);
  z-index: 33;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
}
.close-menu-mb.menu-open .icon-line {
  background-color: rgba(255, 255, 255, 0);
}
.close-menu-mb.menu-open .icon-line:after,
.close-menu-mb.menu-open .icon-line:before {
  background-color: var(--sale_text);
  left: 8px;
}
.close-menu-mb.menu-open .icon-line:before {
  transform: rotate(45deg);
  top: 12px;
}
.close-menu-mb.menu-open .icon-line:after {
  transform: rotate(-45deg);
}
.header-mb,
.header-mb-items {
  display: -moz-flex;
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.header-logo {
  margin: 0;
  font-size: 20px;
}
.header-logo .logo-title {
  display: inline-block;
}
.header-logo .logo-title svg {
  width: 100%;
  height: auto;
}
.header-mb.header_mobile_2 .header-mb-right {
  width: 185px;
}
.header-mb.header_mobile_2 .header-mb-right .search-form {
  position: absolute;
}
.header-mb.header_mobile_2 .header-mb-right .search-mb .icon-search {
  width: auto;
}
.header-mb.header_mobile_2 .header-mb-middle {
  display: none;
}
.header-mb.header_mobile_2 .header-mb-left {
  width: calc(100% - 185px);
}
.header-mb .header-mb-middle {
  width: -ms-calc(100% - (120px + 125px));
  width: calc(100% - (120px + 125px));
  justify-content: center;
  padding-left: 5px;
}
.header-mb .header-mb-middle .header-logo {
  padding: 1px 5px 3px;
}
.header-mb .header-mb-right {
  justify-content: flex-end;
  width: 125px;
}
.header-mb .header-mb-right .svg-mb {
  justify-content: flex-end;
}
.header-default .header-mb .header-mb-right .cart-icon svg {
  width: 21px;
  height: 21px;
}
.wishlist .fa {
  font-size: var(--font_size_plus2);
  margin-right: 5px;
  line-height: 20px;
  vertical-align: middle;
}
.wishlist .wishlist-text {
  display: inline-block;
  vertical-align: middle;
}
.nav-search .input-group-field {
  border: none;
  background-color: rgba(255, 255, 255, 0);
  margin: 0;
  font-size: var(--font_size);
  line-height: var(--font_size_plus8);
}
.nav-search .icon-search {
  background: rgba(255, 255, 255, 0);
  min-width: 45px;
}
.lang-currency-groups .label-text {
  display: block;
  font-size: var(--font_size_plus1);
  letter-spacing: normal;
  text-transform: capitalize;
  font-weight: 400;
  padding: 7px 0 6px;
}
.lang-currency-groups .dropdown-menu {
  display: -moz-flex;
  display: flex;
  flex-wrap: wrap;
  position: static;
  border: none;
  padding: 0;
  width: 100%;
  min-width: inherit;
  margin: 0;
  border-radius: 0;
  z-index: inherit;
  top: inherit;
  left: inherit;
  float: none;
  font-size: var(--font_size);
  background: inherit;
}
.lang-currency-groups .btn-group {
  display: block;
  text-transform: uppercase;
}
.lang-currency-groups .btn-group .dropdown-item {
  display: block;
  padding: 9px 15px 7px 0;
  flex: 0 0 50%;
  max-width: 50%;
  color: var(--color_menu_level3);
}
.lang-currency-groups .btn-group .dropdown-item .img-icon,
.lang-currency-groups .btn-group .dropdown-item .text {
  display: inline-block;
  vertical-align: middle;
}
.lang-currency-groups .btn-group .dropdown-item .text {
  position: relative;
  top: 2.5px;
  border-bottom: 1px solid rgba(255, 255, 255, 0);
  line-height: var(--font_size_plus2);
}
.lang-currency-groups .btn-group .dropdown-item.active .text {
  font-weight: 500;
  border-bottom-color: var(--color_menu_level3);
}
.lang-currency-groups .btn-group .dropdown-item.active,
.lang-currency-groups .btn-group .dropdown-item:active,
.lang-currency-groups .btn-group .dropdown-item:focus,
.lang-currency-groups .btn-group .dropdown-item:hover {
  color: inherit;
  background-color: inherit;
}
.lang-currency-groups .btn-group .img-icon {
  margin-right: 8px;
  width: 23px;
  display: block;
}
.lang-currency-groups .btn-group .img-icon img {
  min-height: 16px;
  width: auto;
  -o-object-fit: contain;
  object-fit: contain;
}
.customer-content {
  text-align: left;
}
.customer-content .action-btn {
  margin-bottom: 22px;
  text-align: center;
}
.customer-content .action-btn .forgot-password {
  color: var(--body_color);
}
.customer-content .action-btn .forgot-password:before {
  background-color: var(--body_color) !important;
}
.customer-content .btn {
  display: block;
  width: 100%;
}
.customer-content .btn-login {
  background: var(--background_2);
  color: var(--color_2);
  border-color: #727272;
  margin-bottom: 16px;
}
.customer-content .btn-login:hover {
  background: var(--background_1);
  color: var(--color_1);
  border-color: var(--border_1);
}
.customer-content .ct-register .btn-register {
  background: var(--background_1);
  color: var(--color_1);
  border-color: var(--border_1);
}
.customer-content .ct-register .btn-register:hover {
  background: var(--background_2);
  color: var(--color_2);
  border-color: var(--border_2);
}
.customer-content .form-group {
  margin-bottom: 15px;
}
.customer-content .form-group label {
  font-weight: 500;
}
.customer-content .form-group .form-control {
  border-color: var(--border_input);
}
.customer-content .form-group input {
  -webkit-box-shadow: 0 0 0 40px #fff inset;
  -webkit-text-fill-color: var(--body_color);
}
.customer-content .form-group input:focus {
  box-shadow: none;
  -webkit-box-shadow: 0 0 0 40px #fff inset;
  -webkit-text-fill-color: var(--body_color);
}
.customer-content .acc {
  color: var(--body_color);
  display: block;
  margin-bottom: 16px;
  text-align: center;
  font-weight: 500;
}
.customer-content .btn-logout {
  background: var(--background_1);
  color: var(--color_1);
  border-color: var(--border_1);
}
.customer-content .btn-logout:hover {
  background: var(--background_2);
  color: var(--color_2);
  border-color: var(--border_2);
}
body.layout_style_1170 .customer-content .btn-login {
  background: var(--background_1);
  color: var(--color_1);
  border-color: var(--border_1);
  margin-bottom: 16px;
}
body.layout_style_1170 .customer-content .btn-login:hover {
  background: var(--background_2);
  color: var(--color_2);
  border-color: var(--border_2);
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
}
body.layout_style_1170 .customer-content .ct-register .btn-register {
  background: var(--background_2);
  color: var(--color_2);
  border-color: var(--border_2);
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
}
body.layout_style_1170 .customer-content .ct-register .btn-register:hover {
  background: var(--background_1);
  color: var(--color_1);
  border-color: var(--border_1);
}
.ct_login {
  background-color: var(--body_bg);
  padding: 15px 30px 25px;
}
.site-nav li {
  margin: 0;
}
.site-nav li a {
  position: relative;
  display: block;
}
.site-nav li a .icon-dropdown {
  opacity: 0.4;
  right: 6px;
}
.site-nav .icon-dropdown {
  width: 20px;
  display: inline-block;
  font-size: 19px;
  position: absolute;
  top: 13px;
}
.site-nav .menu-mb-title {
  letter-spacing: 0.05em;
  font-size: var(--font_size_plus1);
  font-weight: 600;
  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 > a {
  letter-spacing: 0.05em;
  font-size: var(--font_size_plus1);
  font-weight: 700;
  text-transform: uppercase;
  padding: 13px 20px 11px;
}
.site-nav .menu-lv-2 > a {
  padding: 13px 20px 11px;
}
.site-nav .menu-lv-2 .site-nav-dropdown {
  margin: 13px 0;
}
.site-nav .menu-lv-3 > a {
  padding: 8px 20px 6px;
}
.site-nav .mega-menu .menu-lv-2 > a {
  text-transform: uppercase;
  font-weight: 600;
}
.site-nav .mega-menu .mega-banner {
  padding: 8px 10px;
  text-align: center;
}
.site-nav .mega-menu .mega-banner .title {
  font-size: var(--font_size);
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  line-height: 1.7em;
  color: #232323;
  margin-bottom: 8px;
  padding: 6px 0 4px;
}
.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 .product-item .product-bottom {
  text-align: center;
}
.site-nav .mega-menu .product-item .product-top {
  max-width: 120px;
  margin-left: auto;
  margin-right: auto;
}
.site-nav .mega-menu .product-item .product-image {
  margin-bottom: 15px;
}
.site-nav .mega-menu .product-item .product-image img {
  max-height: 160px;
}
.site-nav .mega-menu .product-item .price-box,
.site-nav .mega-menu .product-item .spr-badge {
  margin-bottom: 10px;
}
.site-nav .mega-menu .product-item .product-title {
  margin-bottom: 5px;
}
.site-nav .mega-menu .product-item .btn {
  width: inherit;
  display: inline-block;
  min-width: inherit;
  padding: 0;
  border: none;
  font-size: var(--font_size);
  border-bottom: 1px solid rgba(35, 35, 35, 0.7);
  background: rgba(255, 255, 255, 0);
}
.site-nav .mega-menu .style_2 .mega-banner {
  padding-top: 18px;
  display: -moz-flex;
  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_3 .menu-lv-2 img {
  margin: 5px 0 5px;
}
.site-nav .mega-menu .style_5 .product-item {
  padding: 0 15px;
}
.site-nav .mega-menu .style_5 .product-item .product-image img {
  max-height: 250px;
}
.site-nav .mega-menu .style_5 .product-item .product-top {
  max-width: 170px;
}
.site-nav .mega-menu .style_5 .product-item .action {
  display: none;
}
.site-nav .mega-menu .style_5 .skin-2 h3 {
  text-align: left;
  padding-top: 25px;
  font-weight: 900;
}
.site-nav .mega-menu .style_5 .skin-2 .azbrandstable {
  list-style: none;
  margin: 0 !important;
  max-width: 320px;
  text-align: left;
}
.site-nav .mega-menu .style_5 .skin-2 .azbrandstable .vendor-letter-menu {
  display: inline-block;
  width: 28px;
  text-align: left;
  margin-bottom: 8px;
}
.site-nav .mega-menu .style_5 .skin-2 .azbrandstable .vendor-letter-menu a {
  font-size: 14px;
}
.site-nav
  .mega-menu
  .style_5
  .skin-2
  .azbrandstable
  .vendor-letter-menu
  a:not(.readonly) {
  opacity: 0.5;
  pointer-events: none;
}
.site-nav
  .mega-menu
  .style_5
  .skin-2
  .azbrandstable
  .vendor-letter-menu
  a:hover
  span {
  text-transform: capitalize;
  text-underline-position: under;
  text-decoration: underline;
}
.site-nav .mega-menu .style_5 .skin-2 .link-brands {
  text-align: left;
  text-transform: none;
  text-underline-position: under;
  text-decoration: underline;
  margin-top: 2px;
}
.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);
  color: var(--breadcrumb_color);
  margin-bottom: 17px;
}
.site-nav .mega-menu .mega-cms-block .read-more {
  display: inline-block;
  line-height: var(--font_size_plus10);
  color: var(--breadcrumb_color);
  font-weight: 500;
}
.site-nav .mega-menu .mega-cms-block .read-more:before {
  width: 100%;
  background-color: var(--breadcrumb_color);
  visibility: visible;
  bottom: 1px;
}
.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 6px 3px;
  text-transform: capitalize;
  position: relative;
  top: -1px;
  border-radius: 1px;
  text-align: center;
}
.site-nav .icon-label:before {
  content: "";
  border: 5px solid transparent;
  position: absolute;
}
.slick-slider img {
  margin-left: auto;
  margin-right: auto;
}
.slick-slider .slick-track {
  min-width: 100%;
}
.slick-arrow {
  width: 36px;
  height: 36px;
  padding: 0;
  position: absolute;
  cursor: pointer;
  top: 50%;
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1;
  outline: 0;
  -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;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}
.slick-arrow .fa {
  font-size: 20px;
  font-weight: 600;
}
.slick-arrow.slick-prev {
  left: -2px;
  padding-top: 3px;
  padding-right: 1px;
}
.slick-arrow.slick-next {
  right: -2px;
  padding-left: 2px;
  padding-top: 3px;
}
.slick-arrow.slick-disabled {
  opacity: 0.4;
  cursor: pointer;
}
.slick-dots {
  display: block;
  padding: 0;
  margin: 0;
  text-align: center;
  letter-spacing: -0.33em;
  line-height: 0;
}
.slick-dots li {
  display: inline-block;
  font-size: 0;
  margin: 0 7px;
  width: 12px;
  height: 12px;
  letter-spacing: normal;
}
.slick-dots li button {
  width: 12px;
  height: 12px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  border: 1px solid #707979;
  background: #707979;
  padding: 0;
  outline: 0;
  cursor: pointer;
}
.slick-dots li.slick-active button {
  background: rgba(255, 255, 255, 0);
  border-color: #505656;
}
.slick-dots li:first-child {
  margin-left: 0;
}
.slick-dots li:last-child {
  margin-right: 0;
}
.home-slideshow,
.lookbook-slideshow {
  position: relative;
}
.home-slideshow .images-contain,
.lookbook-slideshow .images-contain {
  text-align: center;
}
.home-slideshow .item,
.lookbook-slideshow .item {
  position: relative;
}
.home-slideshow .slide-action {
  width: 100%;
}
.home-slideshow .slick-arrow,
.lookbook-slideshow .slick-arrow {
  top: 48%;
  border-width: 2px;
  opacity: 0;
  width: 72px;
  height: 72px;
  padding-top: 7px;
}
.home-slideshow .slick-arrow svg,
.lookbook-slideshow .slick-arrow svg {
  width: 25px;
  height: 25px;
  stroke-width: 0.2px;
}
.home-slideshow .slick-arrow.slick-prev,
.lookbook-slideshow .slick-arrow.slick-prev {
  padding-right: 2px;
}
.home-slideshow:hover .slick-arrow,
.lookbook-slideshow:hover .slick-arrow {
  opacity: 1;
}
.home-slideshow .fluid-width-video-wrapper {
  width: 100%;
  position: relative;
  padding: 0;
}
.home-slideshow [data-video-mp4] .video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.home-slideshow [data-video-mp4] .fluid-width-video-wrapper:before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  z-index: 2;
  opacity: 0.4;
  background-color: #866965;
  position: absolute;
}
.home-slideshow:not(.hasvideo) .init-slider {
  overflow: hidden;
}
.home-slideshow:not(.hasvideo) .init-slider .slideshow {
  transition: all 0.5s;
  letter-spacing: -0.31em;
}
.home-slideshow:not(.hasvideo) .slideshow .item.slide-active,
.home-slideshow:not(.hasvideo) .slideshow.active .item {
  display: inline-block !important;
  letter-spacing: normal;
  vertical-align: top;
}
.home-slideshow:not(.hasvideo)
  [data-init-slideshow]:not(.active)
  .slide-active {
  width: 100%;
}
.home-slideshow:not(.hasvideo) [data-init-slideshow][data-fade="true"] .item {
  opacity: 0 !important;
  left: 0 !important;
}
.home-slideshow:not(.hasvideo)
  [data-init-slideshow][data-fade="true"]
  .item.slide-active {
  opacity: 1 !important;
}
.lookbook-slideshow:not(.slick-slider) .item + .item,
.slideshow:not(.slick-slider) .item + .item {
  display: none;
}
.slide-content {
  text-align: center;
  padding: 25px 25px 30px;
}
.slide-content:after {
  display: table;
  content: "";
}
.slide-content .slide-sub {
  letter-spacing: 0.02em;
  text-transform: capitalize;
  margin-bottom: 20px;
  font-weight: 400;
}
.slide-content .slide-heading {
  letter-spacing: 0.05em;
  font-weight: 700;
  margin-bottom: 24px;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 17px;
}
.slide-content .slide-heading .line {
  position: absolute;
  left: 50%;
  bottom: 0;
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  height: 2px;
  width: 40px;
}
.slide-content .slide-text {
  margin-bottom: 35px;
  max-width: 425px;
  margin-left: auto;
  margin-right: auto;
}
.slide-content .slide-button {
  min-width: 270px;
  padding: 10px 25px 8px;
  -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
}
.slide-content .slide-button:hover {
  background-color: var(--background_2) !important;
  color: var(--color_2) !important;
  border-color: var(--background_2) !important;
}
.slide-content.text_left {
  text-align: left;
}
.slide-content.text_right {
  text-align: right;
}
.slide-content.text_center {
  text-align: center;
}
.slide-content.style_2:before {
  content: "";
  position: absolute;
  border: 4px solid;
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  left: 10px;
  top: 10px;
  z-index: -1;
}
.slide-content.style_2 .slide-heading {
  font-family: var(--fonts_name_2);
  letter-spacing: 0;
  font-weight: 400;
  text-transform: none !important;

}
.slide-content.style_2 .slide-sub {
  letter-spacing: 0.05em;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-weight: 900;
}
.slide-content.style_2 .slide-button {
  border-radius: 0 !important;
  min-width: 200px !important;
}
.slide-content.style_2 .slide-text {
  margin-bottom: 33px;
}
.border-bt-hover {
  position: absolute;
  left: 0;
  width: 0;
  bottom: -0.3rem;
  height: 2px;
  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;
}
.banner-item {
  position: relative;
}
.banner-item .img-box {
  text-align: center;
}
.banner-item .banner-title {
  font-size: 16px;
  letter-spacing: 0.05em;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0;
  display: inline-block;
  position: relative;
}
.banner-item .des {
  font-size: var(--font_size);
  line-height: var(--font_size_plus10);
}
.banner-item .content-box {
  position: absolute;
  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%);
  min-width: 90%;
  text-align: center;
}
.banner-item:hover .border-bt-hover {
  width: 100%;
}
.widget-title {
  text-align: center;
  padding-top: 15px;
  margin-bottom: 25px;
}
.widget-title.style_3 {
  margin-bottom: 50px;
  padding-top: 70px;
}
.widget-title.style_3 .box-title {
  font-family: var(--fonts_name_2);
  font-size: 34px;
  text-transform: none;
  letter-spacing: 0;
  font-weight: 400;
  margin-bottom: 10px;
}
.widget-title.style_3 .box-title:before {
  content: none;
}
.widget-title.style_3 .box-title .title {
  padding: 0;
}
.widget-title .box-title {
  color: var(--page_title_color);
  position: relative;
}
.widget-title .box-title .title {
  padding: 0 24px;
  position: relative;
  z-index: 1;
  background-color: var(--body_bg);
}
.widget-title .box-title:before {
  position: absolute;
  content: "";
  height: 1px;
  background-color: var(--border_widget_title);
  top: -moz-calc(50% - 0.5px);
  top: -webkit-calc(50% - 0.5px);
  top: -ms-calc(50% - 0.5px);
  top: calc(50% - 0.5px);
  left: 0;
  right: 0;
  width: 100%;
}
.widget-title .box-title + p {
  margin-bottom: 30px;
  line-height: var(--font_size_plus10);
  max-width: 770px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  top: -2px;
}
.widget-title .view_all {
  display: inline-block;
  text-transform: uppercase;
  font-weight: 600;
  color: var(--body_color);
  padding-left: 13px;
  position: relative;
}
.widget-title .view_all:before {
  position: absolute;
  content: "";
  top: 3px;
  left: 5px;
  width: 1px;
  height: 14px;
  background-color: #787878;
}
.widget-title .box-link {
  display: block;
  width: 100%;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.05em;
}
.widget-title.not-before {
  margin-top: 0;
}
.widget-title.not-before .box-title .title {
  background-color: rgba(255, 255, 255, 0);
}
.widget-title.not-before .box-title:before {
  display: none;
}
.widget-title.style-3 {
  text-align: left;
  padding: 0;
  position: relative;
}
.widget-title.style-3 .box-title {
  border-bottom: 2px solid var(--border_widget_title);
  padding: 12px 60px 12px 0;
}
.widget-title.style-3 .box-title .title {
  padding: 0;
}
.widget-title.style-3 .view_all {
  position: absolute;
  top: 14px;
  right: 0;
  margin-top: 0;
  text-transform: capitalize;
  font-weight: 400;
  color: var(--page_title_color);
}
.widget-title.style-3 .view_all:before {
  display: none;
}
.image-swap {
  position: relative;
}
.image-swap .images-one,
.image-swap .images-two {
  -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;
}
.image-swap .images-two {
  position: absolute !important;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.sizes-list {
  margin: 0 0 15px;
  letter-spacing: -0.33em;
}
.sizes-list li {
  display: inline-block;
  letter-spacing: normal;
  margin: 0 2.5px 0;
}
.sizes-list li:first-of-type {
  margin-left: 0;
}
.sizes-list li:last-of-type {
  margin-right: 0;
}
.sizes-list li a {
  min-width: 27px;
  -moz-border-radius: 13px;
  -webkit-border-radius: 13px;
  -ms-border-radius: 13px;
  -o-border-radius: 13px;
  border-radius: 13px;
  color: #2d2d2d;
  border: 1px solid #e7e7e7;
  background-color: #fff;
  display: block;
  text-align: center;
  padding: 3px 5px 2px;
  font-weight: 500;
}
.sizes-list li a:hover {
  background: var(--background_1);
  color: var(--color_1);
  border-color: var(--border_1);
}
.sizes-list li.hide-col5 a {
  border: none;
  background-color: transparent;
}
.sizes-list li.hide-col5 a:hover {
  color: #2d2d2d;
  background-color: transparent;
}
.item-swatch {
  list-style: none;
  padding: 0;
  margin: 0;
  letter-spacing: -0.33em;
  line-height: 0;
}
.item-swatch li {
  display: inline-block;
  margin: 0 4px 0;
  letter-spacing: normal;
  text-align: center;
  vertical-align: middle;
  position: relative;
}
.item-swatch li:first-of-type {
  margin-left: 0;
}
.item-swatch li:last-of-type {
  margin-right: 0;
}
.item-swatch li label {
  width: 30px;
  height: 30px;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  border-radius: 15px;
  margin: 0 0 0;
  background-size: cover;
  cursor: pointer;
  background-position: center;
  background-repeat: no-repeat;
  border: 3px solid #fff;
  -webkit-box-shadow: 0 0 0 1px var(--border_bt_sidebar);
  -moz-box-shadow: 0 0 0 1px var(--border_bt_sidebar);
  box-shadow: 0 0 0 1px var(--border_bt_sidebar);
  overflow: hidden;
}
.item-swatch li label.active {
  -webkit-box-shadow: 0 0 0 1.5px #000;
  -moz-box-shadow: 0 0 0 1.5px #000;
  box-shadow: 0 0 0 1.5px #000;
}
.item-swatch li label img {
  max-height: 24px;
  max-width: 24px;
  width: 100%;
  object-fit: cover;
}
.item-swatch li label img.file_img {
  width: 100%;
  height: 100%;
}
.item-swatch li a {
  width: 30px;
  height: 30px;
  display: inline-block;
  cursor: pointer;
  line-height: 31px;
  text-align: center;
  font-size: var(--font_size);
  font-weight: 500;
  color: #2d2d2d;
}
.item-swatch li .tooltip {
  text-align: center;
  background: var(--background_1);
  color: var(--color_1);
  bottom: 100%;
  padding: 4px 7px;
  display: block;
  position: absolute;
  z-index: 2;
  min-width: 44px;
  left: 50%;
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  margin-bottom: 12px;
  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 li .tooltip:after {
  border-left: solid transparent 7px;
  border-right: solid transparent 7px;
  border-top: solid var(--background_1) 7px;
  bottom: -7px;
  content: " ";
  height: 0;
  left: 50%;
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  position: absolute;
  width: 0;
}
.item-swatch li:not(.group-swatch):hover .tooltip {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.item-swatch li.group-swatch > div:hover .tooltip {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.item-swatch.show--more {
  position: relative;
}
.item-swatch.show--more .group-swatch {
  display: block !important;
}
.item-swatch .group-swatch {
  position: absolute;
  width: 100%;
  display: block;
  left: 0;
  background: #fff;
  bottom: 100%;
  margin: 0 0 8px;
  letter-spacing: -0.31em;
  padding-top: 8px;
  text-align: var(--product_name_text_align);
}
.item-swatch .group-swatch > div {
  letter-spacing: normal;
  display: inline-block;
  margin: 0 4px;
  position: relative;
  vertical-align: top;
}
.item-swatch .group-swatch > div:first-child {
  margin-left: 0;
}
.product-label {
  position: absolute !important;
  top: 0;
  right: 0;
  z-index: 2;
  letter-spacing: -0.33em;
  text-align: right;
  pointer-events: none;
}
.product-label .label {
  line-height: 1em;
  font-size: var(--font_size);
  font-weight: 400;
  text-transform: capitalize;
  padding: 4px 7px 3px;
  border: none;
  margin: 0;
  -moz-border-radius: 1px;
  -webkit-border-radius: 1px;
  -ms-border-radius: 1px;
  -o-border-radius: 1px;
  border-radius: 1px;
  min-width: 40px;
  min-height: 19px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  letter-spacing: normal;
  text-align: center;
}
.product-label .sale-label {
  background-color: var(--bg_sale);
  color: var(--sale_text);
  margin-bottom: 5px;
}
.product-label .custom-label {
  background-color: var(--custom_label_bg);
  color: var(--custom_label_text);
}
.product-label .bundle-label {
  background-color: var(--bundle_label_bg);
  color: var(--bundle_label_text);
}
.product-label .new-label {
  background-color: var(--new_label_bg);
  color: var(--new_label_text);
  border: 1px solid var(--new_label_border);
  padding: 3px 7px 2px;
}
.product-label .sold-out-label {
  background-color: var(--bg_sold_out);
  color: var(--sold_out_text);
  margin-bottom: 5px;
}
.hover-to-zoom {
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  background: rgba(0, 0, 0, 0.2);
  color: #fff;
  font-size: 14px;
  padding: 5px 10px;
  border-radius: 5px;
  width: max-content;
  min-width: 225px;
}
.hover-to-zoom svg {
  margin-right: 8px;
}
.quickview-button {
  background-color: var(--bg_quick_view);
  color: var(--color_quick_view);
  font-size: var(--font_size_minus1);
  font-weight: 600;
  line-height: var(--font_size_plus7);
  text-transform: uppercase;
  padding: 1px 20px 0;
  width: 100%;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: center;
}
.quickview-button:hover {
  color: var(--color_quick_view);
}
.compare-button {
  background-color: var(--bg_quick_view);
  color: var(--color_quick_view);
}
.compare-button:hover {
  color: var(--color_quick_view);
}
.product-vendor {
  margin-bottom: 4px;
}
.product-vendor a {
  color: var(--color_vendor);
  font-size: var(--font_size);
  font-weight: 500;
}
.product-vendor a:hover {
  color: var(--color_vendor);
}
.product-name,
.product-title {
  color: var(--color_title_pr);
  display: block;
  margin-bottom: 4px;
  text-transform: var(--product_text_transform);
  font-size: var(--font_size);
  line-height: var(--font_size_plus10);
  font-weight: 500;
}
h1.product-title,
h2.product-title {
  -webkit-line-clamp: unset;
}
.product-name:hover,
.product-title:hover {
  color: var(--color_title_pr_hover);
}
.price-box {
  font-size: var(--font_size_plus1);
  font-weight: 600;
  line-height: var(--font_size_plus10);
  letter-spacing: normal;
  margin-bottom: 12px;
}
.price-box .price-regular {
  color: var(--color_price);
}
.price-box .old-price {
  color: var(--color_compare_price);
  text-decoration: line-through;
  margin-right: 5px;
}
.price-box .special-price {
  color: var(--color_price_sale);
}
.price-box .old-price:empty + .special-price {
  color: var(--color_price);
}
.price-box em {
  font-size: var(--font_size);
  font-weight: 400;
  font-style: normal;
  margin-right: 2px;
  color: var(--color-price-box);
}
.spr-icon.spr-icon-star:before,
.spr-icon:before {
  color: var(--color_review);
}
.spr-icon-star-empty:before {
  color: var(--color_review_empty);
}
.spr-badge-starrating {
  margin-right: 0 !important;
}
.spr-starrating.spr-summary-starrating {
  margin-right: 10px;
}
.spr-icon {
  padding: 0 2px;
  font-size: 105% !important;
  margin: 0;
}
.spr-icon:first-of-type {
  padding-left: 0;
}
.spr-icon.spr-icon-star,
.spr-icon.spr-icon-star-hover {
  content: "\e800" !important;
}
.spr-icon.spr-icon-star-empty,
.spr-icon.spr-icon-star-half-alt {
  opacity: 1 !important;
}
[class*=" spr-icon-"]:before,
[class^="spr-icon-"]:before {
  font-size: 100% !important;
}
.grid-item.grid-item-border .product-image {
  border: 1px solid var(--border-product-image);
  padding: 10px;
}
.product-img-box.grid-item-border {
  border: 1px solid var(--border-product-image);
  padding: 10px;
}
.products-grid .wishlist-text {
  display: none;
}
.products-grid .grid-item {
  margin-bottom: 50px;
  margin-top: 10px;
}
.style_product_grid_2
  .products-grid
  .grid-item
  .product-item.sold-out
  .product-top
  .product-des {
  display: none;
}
.style_product_grid_2
  .products-grid
  .grid-item
  .product-item.sold-out
  .product-label {
  top: 50%;
  left: 50%;
  right: auto;
  transform: translate(-50%, -50%);
}
.products-grid .grid-item .not_img {
  height: 270px;
  line-height: 270px;
  font-size: 18px;
}
.products-grid .grid-item .no-product .product-top {
  margin-bottom: 10px;
}
.products-grid .grid-item .product-details {
  display: none !important;
}
.products-grid .grid-item.banner-img img {
  width: 100%;
  object-fit: cover;
}
.products-grid .product-image .product-grid-image {
  min-height: 216px;
}
.products-grid .product-image img {
  min-height: 216px;
}
.products-grid.grid-2,
.products-grid.grid-3,
.products-grid.grid-4,
.products-grid.grid-5 {
  display: block;
  -webkit-column-gap: 0;
  -moz-column-gap: 0;
  column-gap: 0;
  padding-bottom: 40px;
}
.products-grid.grid-2 .grid-item,
.products-grid.grid-3 .grid-item,
.products-grid.grid-4 .grid-item,
.products-grid.grid-5 .grid-item {
  break-inside: avoid;
  break-inside: avoid-column;
  page-break-inside: avoid;
  -webkit-column-break-inside: avoid;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
.products-grid.grid-2 {
  -moz-column-count: 2;
  -webkit-column-count: 2;
  column-count: 2;
}
.product-item .product-top {
  position: relative;
  text-align: center;
}
.product-item .product-grid-image {
  position: relative;
  display: block;
}
.product-item .product-image {
  margin-bottom: 15px;
}
.product-item .product-image img {
  object-fit: contain;
  max-height: 100%;
}
.product-item .wishlist {
  margin-bottom: 15px;
  display: inline-block;
  color: var(--color_wishlist);
}
.product-item .wishlist svg {
  width: 26px;
  height: 26px;
  background-color: var(--bg_wishlist);
  color: var(--color_wishlist);
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  margin: 0;
  font-size: 13px;
  line-height: 13px;
  text-align: center;
  padding: 7px 6px 6px;
}
.product-item .wishlist.whislist-added .fa,
.product-item .wishlist.whislist-added svg {
  color: var(--color_wishlist);
  background-color: var(--bg_wishlist_active);
}
.style_product_grid_2 .product-item .wishlist.whislist-added svg {
  color: var(--color_price_sale);
}
.product-item .spr-badge {
  margin-bottom: 9px;
}
.product-item .spr-badge .spr-badge-starrating + .spr-badge-caption {
  display: none;
}
.product-item .action {
  margin-bottom: 12px;
}
.addresses-page .btn-edit-delete .product-item a,
.product-item .addresses-page .btn-edit-delete a,
.product-item .btn,
.product-item .product-shop .groups-btn .wishlist,
.product-item
  .product-shop
  .shopify-payment-button
  button.shopify-payment-button__button,
.product-item .tabs__product-page .spr-container .spr-summary-actions-newreview,
.product-shop .groups-btn .product-item .wishlist,
.product-shop
  .shopify-payment-button
  .product-item
  button.shopify-payment-button__button,
.tabs__product-page
  .spr-container
  .product-item
  .spr-summary-actions-newreview {
  background: var(--background_2);
  color: var(--color_2);
  border-color: var(--border_2);
  width: 100%;
}
.addresses-page .btn-edit-delete .product-item a:hover,
.product-item .addresses-page .btn-edit-delete a:hover,
.product-item .btn:hover,
.product-item .product-shop .groups-btn .wishlist:hover,
.product-item
  .product-shop
  .shopify-payment-button
  button.shopify-payment-button__button:hover,
.product-item
  .tabs__product-page
  .spr-container
  .spr-summary-actions-newreview:hover,
.product-shop .groups-btn .product-item .wishlist:hover,
.product-shop
  .shopify-payment-button
  .product-item
  button.shopify-payment-button__button:hover,
.tabs__product-page
  .spr-container
  .product-item
  .spr-summary-actions-newreview:hover {
  background-color: var(--background_1);
  color: var(--color_1);
  border-color: var(--border_1);
}
.product-item .product-bottom {
  text-align: var(--product_name_text_align);
}
.template-collection .product-item .wrapper-compare {
  display: flex;
}
.product-item .wrapper-compare {
  display: block;
  justify-content: space-between;
  align-items: center;
  position: relative;
  min-height: 30px;
}
.product-item .wrapper-compare .compare-button {
  opacity: 0;
  visibility: hidden;
}
.product-item .wrapper-compare .compare-button .compare-text {
  padding-right: 22px;
  color: var(--page_title_color);
}
.product-item .wrapper-compare .compare-button .compare-text:before {
  position: absolute;
  content: "";
  top: 2.5px;
  right: 0;
  border: 1px solid #202020;
  width: 15px;
  height: 15px;
  background-color: #fff;
}
.product-item .wrapper-compare .compare-button .compare-text:after {
  content: "";
  width: 9px;
  height: 5px;
  position: absolute;
  top: 6px;
  right: 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;
  opacity: 0;
  visibility: hidden;
}
.product-item
  .wrapper-compare
  .compare-button.compare-added
  .compare-text:after {
  opacity: 1;
  visibility: visible;
}
.product-item .product-des {
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  z-index: 2;
  opacity: 0;
  -webkit-transition: opacity 0.5s ease;
  -moz-transition: opacity 0.5s ease;
  -ms-transition: opacity 0.5s ease;
  -o-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  visibility: hidden;
}
.product-item .product-des.abs-center {
  top: 50%;
  z-index: 3;
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.product-item .product-des.abs-bottom {
  bottom: 0;
}
.style_product_grid_2 .product-item .product-bottom .wrapper-vendor {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.style_product_grid_2
  .product-item
  .product-bottom
  .wrapper-vendor
  .product-vendor
  a {
  font-weight: 900;
  text-transform: uppercase;
}
.style_product_grid_2
  .product-item
  .product-bottom
  .wrapper-vendor
  .product-vendor
  a:hover:before {
  background-color: var(--color_price_sale);
}
.style_product_grid_2 .product-item .product-bottom .wrapper-vendor .wishlist {
  margin-bottom: 0;
  line-height: 1;
}
.style_product_grid_2
  .product-item
  .product-bottom
  .wrapper-vendor
  .wishlist
  svg {
  stroke: none;
  width: 16px;
  height: 16px;
  background-color: transparent;
  padding: 0;
}
.style_product_grid_2 .product-item .product-bottom .wrapper-size {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.style_product_grid_2 .product-item .product-bottom .wrapper-size .spr-badge {
  margin: 0;
}
.style_product_grid_2 .product-item .product-bottom .wrapper-size .text-size {
  font-size: var(--font_size_minus4);
  text-transform: uppercase;
  color: grey;
  position: relative;
  top: 0;
}
.style_product_grid_2 .product-item .item-swatch {
  padding-bottom: 8px;
  padding-top: 2px;
}
.style_product_grid_2 .product-item .item-swatch li label {
  width: 20px;
  height: 20px;
  border: 0;
}
.style_product_grid_2 .product-item .item-swatch li a {
  width: 20px;
  height: 20px;
  line-height: 21px;
}
.style_product_grid_2 .product-item .item-swatch li.item-swatch-more a {
  font-size: var(--font_size_minus2);
}
.style_product_grid_2 .product-item .product-title {
  font-size: var(--font_size);
  font-weight: 600;
  text-transform: capitalize;
  margin-bottom: 10px;
}
.style_product_grid_2 .fbt-product-item .price-box,
.style_product_grid_2 .product-item .price-box {
  font-size: var(--font_size);
  font-weight: 900;
}
.style_product_grid_2 .fbt-product-item .price-box .old-price,
.style_product_grid_2 .product-item .price-box .old-price {
  position: relative;
  text-decoration: none;
  margin-right: 9px;
  padding-right: 6px;
  font-weight: 400;
}
.style_product_grid_2 .fbt-product-item .price-box .old-price:before,
.style_product_grid_2 .product-item .price-box .old-price:before {
  position: absolute;
  content: "";
  right: 0;
  top: 0;
  width: 1px;
  height: 12px;
  background-color: #cbcdd6;
}
.style_product_grid_2 .fbt-product-item .price-box .old-price:empty,
.style_product_grid_2 .product-item .price-box .old-price:empty {
  display: none;
}
.style_product_grid_2 .product-item .product-des.abs-center {
  top: auto;
  bottom: 20px;
  transform: none;
}
.style_product_grid_2 .product-item .product-des.abs-bottom + .abs-center {
  bottom: 40px;
}
.style_product_grid_2 .product-item .quickview-button {
  position: absolute;
  top: 10px;
  right: 10px;
  width: auto;
  z-index: 2;
  font-size: 14px;
  font-weight: 400;
  text-transform: capitalize;
  letter-spacing: 0;
  padding: 5px 5px 4px;
  min-width: 30px;
  min-height: 30px;
  border-radius: 4px;
  transition: all 0.3s ease;
  opacity: 0;
  visibility: hidden;
}
.style_product_grid_2 .product-item .quickview-button:hover span {
  opacity: 1;
  text-indent: 0;
  margin-left: 6px;
}
.style_product_grid_2 .product-item .quickview-button svg {
  width: 16px;
  height: 16px;
  stroke: none;
  display: inline-block;
  vertical-align: top;
  position: relative;
  left: 1px;
  top: 1px;
}
.style_product_grid_2 .product-item .quickview-button span {
  text-indent: -100px;
  display: inline-block;
  opacity: 0;
  transition: all 0.3s ease;
}
.style_product_grid_2 .product-item .compare-button {
  position: absolute;
  top: 45px;
  right: 10px;
  width: auto;
  z-index: 2;
  font-weight: 400;
  text-transform: capitalize;
  letter-spacing: 0;
  padding: 5px 5px 4px;
  min-width: 30px;
  min-height: 30px;
  border-radius: 4px;
  transition: all 0.3s ease;
  font-size: 0;
  opacity: 0;
  visibility: hidden;
}
.style_product_grid_2 .product-item .compare-button.compare-added {
  background: #fff;
  color: var(--bg_sale);
}
.style_product_grid_2 .product-item .compare-button svg {
  width: 20px;
  height: 20px;
  stroke: none;
  display: inline-block;
  vertical-align: top;
  position: relative;
  top: 1px;
}
.style_product_grid_2 .spr-badge .spr-icon.spr-icon-star-empty:before,
.style_product_grid_2 .spr-badge .spr-icon.spr-icon-star:before {
  font-size: 18px !important;
  width: 16px;
  height: 16px;
  line-height: 16px;
  content: "\2605";
}
.style_product_grid_2 .product-label {
  position: absolute;
  top: 10px;
  left: 10px;
  right: auto;
  text-align: left;
}
.style_product_grid_3 .product-label {
  position: absolute;
  right: auto;
  left: 0;
  text-align: left;
}
.style_product_grid_3 .product-label .label {
  font-size: var(--font_size_minus3);
  min-width: 50px;
  min-height: 30px;
  line-height: 22px;
  font-weight: 600;
  text-transform: uppercase;
}
.style_product_grid_3 .product-label .label + .label {
  margin-left: 1px;
}
.style_product_grid_3 .product-item .wishlist {
  margin-bottom: 0;
}
.style_product_grid_3 .products-grid .wishlist-text {
  display: inline-block;
  font-size: var(--font_size_minus2);
}
.style_product_grid_3 .product-item .wishlist svg {
  position: relative;
  top: 6px;
}
.style_product_grid_3 .product-item .btn {
  font-size: var(--font_size_plus2);
  background: var(--background_3);
  color: var(--color_3);
  border-color: var(--border_3);
}
.style_product_grid_3 .product-item .btn:hover {
  background: #f5f5f5;
  color: #202020;
  border-color: #ededed !important;
  box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.2) inset;
}
.style_product_grid_3
  .show-popup-qs
  .product-card__button_cancel_mobile
  .btn-cancel {
  border: 0;
}
.style_product_grid_3
  .show-popup-qs
  .product-card__button_cancel_mobile
  .btn-cancel:hover {
  box-shadow: none;
  border: 0;
}
.style_product_grid_3 .product-item .product-bottom {
  padding: 0 5px 0 10px;
}
.style_product_grid_3 .product-item .product-bottom .wrapper-vendor {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.style_product_grid_3
  .product-item
  .product-bottom
  .wrapper-vendor
  .product-vendor
  a {
  font-weight: 600;
  text-transform: uppercase;
  font-size: var(--font_size_minus3);
}
.style_product_grid_3
  .product-item
  .product-bottom
  .wrapper-vendor
  .product-vendor
  a:hover:before {
  background-color: var(--body_color);
}
.style_product_grid_3 .product-item .product-bottom .wrapper-vendor .wishlist {
  margin-bottom: 0;
  line-height: 1;
}
.style_product_grid_3
  .product-item
  .product-bottom
  .wrapper-vendor
  .wishlist
  svg {
  stroke: none;
  width: 16px;
  height: 16px;
  background-color: transparent;
  padding: 0;
}
.style_product_grid_3 .product-item .product-bottom .wrapper-size {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.style_product_grid_3 .product-item .product-bottom .wrapper-size .spr-badge {
  margin: 0;
}
.style_product_grid_3 .product-item .product-bottom .wrapper-size .text-size {
  font-size: var(--font_size_minus4);
  text-transform: uppercase;
  color: grey;
  position: relative;
  top: 0;
}
.style_product_grid_3 .product-item .item-swatch {
  padding-bottom: 8px;
  padding-top: 2px;
}
.style_product_grid_3 .product-item .item-swatch li label {
  width: 20px;
  height: 20px;
  border: 0;
}
.style_product_grid_3 .product-item .item-swatch li a {
  width: 21px;
  height: 20px;
  line-height: 21px;
}
.style_product_grid_3 .product-item .item-swatch li.item-swatch-more a {
  font-size: var(--font_size_minus4);
  background-color: #ededed;
  border-radius: 50%;
  color: grey;
  padding-right: 2px;
  padding-top: 1px;
}
.style_product_grid_3 .product-item .item-swatch li.item-swatch-more a span {
  margin-right: -3px;
  position: relative;
  top: 0;
}
.style_product_grid_3
  .product-item
  .item-swatch.show--more
  li.item-swatch-more
  a
  span {
  position: relative;
  top: -1px;
}
.style_product_grid_3 .product-item .product-title {
  font-size: var(--font_size_minus1);
  font-weight: 400;
  text-transform: capitalize;
  margin-bottom: 10px;
}
.style_product_grid_3 .cart-edit .product-edit .prices,
.style_product_grid_3 .fbt-product-item .price-box,
.style_product_grid_3 .product-item .price-box {
  font-size: var(--font_size_plus2);
  font-weight: 600;
}
.style_product_grid_3 .cart-edit .product-edit .prices .old-price,
.style_product_grid_3 .fbt-product-item .price-box .old-price,
.style_product_grid_3 .product-item .price-box .old-price {
  position: relative;
  text-decoration: none;
  margin-right: 7px;
  font-weight: 400;
  font-size: var(--font_size_minus2);
  text-decoration: line-through;
}
.style_product_grid_3 .fbt-product-item .price-box .old-price:empty,
.style_product_grid_3 .product-item .price-box .old-price:empty {
  display: none;
}
.style_product_grid_3 .cart-edit .product-edit .prices .old-price .money {
  margin-right: 0;
  padding-right: 0;
}
.style_product_grid_3
  .cart-edit
  .product-edit
  .prices
  .old-price
  .money:before {
  content: none;
}
.style_product_grid_3 .product-item .product-des.abs-center {
  top: auto;
  bottom: 0;
  transform: none;
  background: #fff;
  padding: 0 10px;
}
.style_product_grid_3 .product-item .product-des.abs-bottom + .abs-center {
  bottom: 40px;
}
.style_product_grid_3 .product-item .quickview-button {
  position: absolute;
  top: 0;
  right: 0;
  width: auto;
  z-index: 2;
  font-size: var(--font_size_minus2);
  font-weight: 400;
  text-transform: none;
  letter-spacing: 0;
  padding: 0 10px;
  min-width: 40px;
  min-height: 40px;
  line-height: 40px;
  border-radius: 0;
  transition: all 0.3s ease;
  opacity: 0;
  visibility: hidden;
}
.style_product_grid_3 .product-item .quickview-button svg {
  width: 16px;
  height: 16px;
  stroke: none;
  position: relative;
  top: 3px;
}
.style_product_grid_3 .product-item .quickview-button span {
  display: inline-block;
  margin-right: 5px;
}
.style_product_grid_3 .product-item .compare-button {
  position: absolute;
  top: 45px;
  right: 10px;
  width: auto;
  z-index: 2;
  font-weight: 400;
  text-transform: capitalize;
  letter-spacing: 0;
  padding: 5px 5px 4px;
  min-width: 30px;
  min-height: 30px;
  border-radius: 4px;
  transition: all 0.3s ease;
  font-size: 0;
  opacity: 0;
  visibility: hidden;
}
.style_product_grid_3 .product-item .compare-button.compare-added {
  background: #fff;
  color: var(--bg_sale);
}
.style_product_grid_3 .product-item .compare-button svg {
  width: 20px;
  height: 20px;
  stroke: none;
  display: inline-block;
  vertical-align: top;
  position: relative;
  top: 1px;
}
.style_product_grid_3 .spr-badge .spr-icon.spr-icon-star-empty:before,
.style_product_grid_3 .spr-badge .spr-icon.spr-icon-star:before {
  font-size: 18px !important;
  width: 16px;
  height: 16px;
  line-height: 16px;
  content: "\2605";
}
.template-collection.style_product_grid_3 .product-item .wrapper-compare {
  justify-content: center;
}
.style_product_grid_3
  .product-item
  .wrapper-compare
  .compare-button
  .compare-text {
  padding-right: 0;
  padding-left: 22px;
}
.style_product_grid_3
  .product-item
  .wrapper-compare
  .compare-button
  .compare-text:before {
  right: auto;
  left: 0;
  top: 1.5px;
}
.style_product_grid_3
  .product-item
  .wrapper-compare
  .compare-button
  .compare-text:after {
  right: auto;
  left: 3px;
  top: 6px;
}
.style_product_grid_3 .product-item .wrapper-compare .compare-button {
  position: relative;
  top: 10px;
  padding: 0;
  text-transform: unset;
}
.template-collection.style_product_grid_3 .product-item .wishlist {
  position: relative;
  padding-right: 15px;
  margin-right: 25px;
}
.template-collection.style_product_grid_3 .product-item .wishlist:before {
  position: absolute;
  content: "";
  right: 0;
  top: 10px;
  width: 1px;
  height: 22px;
  background-color: #e6e6e6;
}
.style_product_grid_3 .products-grid .grid-item .not_img {
  height: 570px;
  line-height: 570px;
}
.infinite-scrolling,
.infinite-scrolling-homepage {
  text-align: center;
}
.addresses-page .btn-edit-delete .infinite-scrolling a,
.addresses-page .btn-edit-delete .infinite-scrolling-homepage a,
.infinite-scrolling .addresses-page .btn-edit-delete a,
.infinite-scrolling .btn,
.infinite-scrolling .product-shop .groups-btn .wishlist,
.infinite-scrolling
  .product-shop
  .shopify-payment-button
  button.shopify-payment-button__button,
.infinite-scrolling
  .tabs__product-page
  .spr-container
  .spr-summary-actions-newreview,
.infinite-scrolling-homepage .addresses-page .btn-edit-delete a,
.infinite-scrolling-homepage .btn,
.infinite-scrolling-homepage .product-shop .groups-btn .wishlist,
.infinite-scrolling-homepage
  .product-shop
  .shopify-payment-button
  button.shopify-payment-button__button,
.infinite-scrolling-homepage
  .tabs__product-page
  .spr-container
  .spr-summary-actions-newreview,
.product-shop .groups-btn .infinite-scrolling .wishlist,
.product-shop .groups-btn .infinite-scrolling-homepage .wishlist,
.product-shop
  .shopify-payment-button
  .infinite-scrolling
  button.shopify-payment-button__button,
.product-shop
  .shopify-payment-button
  .infinite-scrolling-homepage
  button.shopify-payment-button__button,
.tabs__product-page
  .spr-container
  .infinite-scrolling
  .spr-summary-actions-newreview,
.tabs__product-page
  .spr-container
  .infinite-scrolling-homepage
  .spr-summary-actions-newreview {
  width: 100%;
  max-width: 300px;
  background: var(--background_2);
  color: var(--color_2);
  border-color: #727272;
}
.addresses-page .btn-edit-delete .infinite-scrolling a:hover,
.addresses-page .btn-edit-delete .infinite-scrolling-homepage a:hover,
.infinite-scrolling .addresses-page .btn-edit-delete a:hover,
.infinite-scrolling .btn:hover,
.infinite-scrolling .product-shop .groups-btn .wishlist:hover,
.infinite-scrolling
  .product-shop
  .shopify-payment-button
  button.shopify-payment-button__button:hover,
.infinite-scrolling
  .tabs__product-page
  .spr-container
  .spr-summary-actions-newreview:hover,
.infinite-scrolling-homepage .addresses-page .btn-edit-delete a:hover,
.infinite-scrolling-homepage .btn:hover,
.infinite-scrolling-homepage .product-shop .groups-btn .wishlist:hover,
.infinite-scrolling-homepage
  .product-shop
  .shopify-payment-button
  button.shopify-payment-button__button:hover,
.infinite-scrolling-homepage
  .tabs__product-page
  .spr-container
  .spr-summary-actions-newreview:hover,
.product-shop .groups-btn .infinite-scrolling .wishlist:hover,
.product-shop .groups-btn .infinite-scrolling-homepage .wishlist:hover,
.product-shop
  .shopify-payment-button
  .infinite-scrolling
  button.shopify-payment-button__button:hover,
.product-shop
  .shopify-payment-button
  .infinite-scrolling-homepage
  button.shopify-payment-button__button:hover,
.tabs__product-page
  .spr-container
  .infinite-scrolling
  .spr-summary-actions-newreview:hover,
.tabs__product-page
  .spr-container
  .infinite-scrolling-homepage
  .spr-summary-actions-newreview:hover {
  background: var(--background_1);
  color: var(--color_1);
  border-color: var(--border_1);
}
.addresses-page .btn-edit-delete .infinite-scrolling a.disabled,
.addresses-page .btn-edit-delete .infinite-scrolling-homepage a.disabled,
.infinite-scrolling .addresses-page .btn-edit-delete a.disabled,
.infinite-scrolling .btn.disabled,
.infinite-scrolling .product-shop .groups-btn .disabled.wishlist,
.infinite-scrolling
  .product-shop
  .shopify-payment-button
  button.disabled.shopify-payment-button__button,
.infinite-scrolling
  .tabs__product-page
  .spr-container
  .disabled.spr-summary-actions-newreview,
.infinite-scrolling-homepage .addresses-page .btn-edit-delete a.disabled,
.infinite-scrolling-homepage .btn.disabled,
.infinite-scrolling-homepage .product-shop .groups-btn .disabled.wishlist,
.infinite-scrolling-homepage
  .product-shop
  .shopify-payment-button
  button.disabled.shopify-payment-button__button,
.infinite-scrolling-homepage
  .tabs__product-page
  .spr-container
  .disabled.spr-summary-actions-newreview,
.product-shop .groups-btn .infinite-scrolling .disabled.wishlist,
.product-shop .groups-btn .infinite-scrolling-homepage .disabled.wishlist,
.product-shop
  .shopify-payment-button
  .infinite-scrolling
  button.disabled.shopify-payment-button__button,
.product-shop
  .shopify-payment-button
  .infinite-scrolling-homepage
  button.disabled.shopify-payment-button__button,
.tabs__product-page
  .spr-container
  .infinite-scrolling
  .disabled.spr-summary-actions-newreview,
.tabs__product-page
  .spr-container
  .infinite-scrolling-homepage
  .disabled.spr-summary-actions-newreview {
  color: var(--sold_out_text) !important;
  background: var(--bg_sold_out) !important;
  border-color: var(--bg_sold_out) !important;
  cursor: default;
  pointer-events: none;
}
.img-box {
  text-align: center;
}
.img-box img {
  margin-left: auto;
  margin-right: auto;
}
.banner-content {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  padding: 25px 15px 30px;
}
.banner-content:after {
  display: table;
  content: "";
}
.banner-content .banner-heading {
  letter-spacing: 0.05em;
  font-weight: 700;
  margin-bottom: 17px;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 17px;
}
.banner-content .banner-heading .line {
  position: absolute;
  left: 50%;
  bottom: 0;
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  height: 2px;
  width: 40px;
}
.banner-content .banner-des {
  max-width: 425px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 35px;
}
.banner-content .banner-des.has-coundown {
  margin-bottom: 25px;
}
.banner-small-img .banner-content .banner-button {
  min-width: 190px;
  padding: 15px 20px 13px;
}
.banner-small-img .banner-content .banner-button:hover {
  background-color: var(--background_1) !important;
  color: var(--color_1) !important;
  border-color: var(--border_1) !important;
}
.banner-large-img .banner-content .banner-button {
  min-width: 237px;
  padding: 10px 20px 8px;
  -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
}
.banner-large-img .banner-content .banner-button:hover {
  background-color: var(--background_2) !important;
  color: var(--color_2) !important;
  border-color: var(--border_2) !important;
}
.banner-large-img.banner-parallax .banner-button:hover {
  background-color: var(--background_1) !important;
  color: var(--color_1) !important;
  border-color: var(--border_1) !important;
}
.banner-large-img + .scroll-down {
  bottom: 3.5%;
}
.scroll-down {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  position: absolute;
  left: 50%;
  z-index: 2;
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.scroll-down svg {
  width: 30px;
}
.featured-product-article .products-grid:not(.slick-slider) .grid-item,
.featured-products .products-grid:not(.slick-slider) .grid-item,
.home-product-tabs .products-grid:not(.slick-slider) .grid-item,
.recently-viewed-products .products-grid:not(.slick-slider) .grid-item,
.related-products .products-grid:not(.slick-slider) .grid-item {
  display: none;
}
.layout_style_1170 .featured-product-article .products-grid .slick-dots,
.layout_style_1170 .featured-products .products-grid .slick-dots,
.layout_style_1170 .home-product-tabs .products-grid .slick-dots,
.layout_style_1170 .recently-viewed-products .products-grid .slick-dots,
.layout_style_1170 .related-products .products-grid .slick-dots {
  max-width: max-content;
}
.brands-style-2 .slick-dots li,
.widget-product .slick-dots li {
  margin: 0 5px;
  width: 10px;
  height: 10px;
}
.brands-style-2 .slick-dots li button,
.widget-product .slick-dots li button {
  width: 10px;
  height: 10px;
}
.widget-product .slick-arrow {
  top: -moz-calc(50% - 86px);
  top: -webkit-calc(50% - 86px);
  top: -ms-calc(50% - 86px);
  top: calc(50% - 86px);
}
.featured-products.has-banner.layout_style_2 .column-banner .custom-block-imgs {
  text-align: left;
  padding: 35px 100px 50px 60px;
}
.featured-products.has-banner.layout_style_2
  .column-banner
  .custom-block-imgs:before {
  content: "";
  position: absolute;
  border: 4px solid;
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  left: 10px;
  top: 10px;
}
.featured-products.has-banner.layout_style_2
  .column-banner
  .custom-block-imgs
  .banner-heading {
  font-family: var(--fonts_name_2);
  font-weight: 400;
  letter-spacing: 0;
  text-transform: none;
  margin-bottom: 17px;
}
.featured-products.has-banner.layout_style_2
  .column-banner
  .custom-block-imgs
  .banner-des {
  margin-bottom: 27px;
}
.featured-products.has-banner.layout_style_2
  .column-banner
  .custom-block-imgs
  .banner-button {
  box-shadow: none;
  padding: 0 !important;
  font-size: var(--font_size);
  font-weight: 400;
  letter-spacing: 0.05em;
  text-align: left;
  position: relative;
  z-index: 1;
}
.featured-products.has-banner.layout_style_2 .column-product .product-item {
  box-shadow: 0 5px 7px rgba(0, 0, 0, 0.1);
}
.featured-products.has-banner .widget-title.not-before .box-title + p {
  margin-bottom: 20px;
}
.featured-products.has-banner .column-banner-inner {
  position: relative;
}
.featured-products.has-banner .column-product-inner {
  padding: 26px 0 40px;
}
.featured-products.layout_style_3 .row {
  align-items: center;
}
.featured-products.layout_style_3 .widget-title {
  text-align: left;
  padding: 0 50px;
}
.featured-products.layout_style_3 .slick-arrow.slick-next {
  right: -15px;
}
.featured-products.layout_style_3 .slick-arrow.slick-prev {
  left: -15px;
}
.featured-products.has-banner.layout_style_4 {
  border-top: 0 !important;
}
.featured-products.has-banner.layout_style_4 .column-product .products-grid {
  margin-left: -5px !important;
  margin-right: -5px !important;
}
.featured-products.has-banner.layout_style_4
  .column-product
  .products-grid
  .grid-item {
  padding-left: 5px;
  padding-right: 5px;
  margin-top: 0;
  margin-bottom: 10px;
}
.featured-products.has-banner.layout_style_4 .container-fluid {
  overflow: hidden;
}
.featured-products.has-banner.layout_style_4 .column-banner .custom-block-imgs {
  text-align: center;
  padding: 0 0 80px 0;
  top: auto;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}
.featured-products.has-banner.layout_style_4
  .column-banner
  .custom-block-imgs
  .banner-heading {
  font-family: var(--fonts_name_2);
  font-weight: 500;
  letter-spacing: 0;
  text-transform: none;
  margin-bottom: 50px;
}
.featured-products.has-banner.layout_style_4
  .column-banner
  .custom-block-imgs
  .banner-sub-heading {
  letter-spacing: 0;
  margin-bottom: 40px;
}
.featured-products.has-banner.layout_style_4
  .column-banner
  .custom-block-imgs
  .banner-des {
  margin-bottom: 27px;
}
.featured-products.has-banner.layout_style_4
  .column-banner
  .custom-block-imgs
  .banner-button {
  box-shadow: none;
  padding: 14px 38px 12px !important;
  font-size: var(--font_size_plus2);
  font-weight: 500;
  letter-spacing: 0;
  text-align: center;
  position: relative;
  z-index: 1;
}
.featured-products.has-banner.layout_style_4
  .column-product
  .column-product-inner {
  padding: 0;
}
.featured-products .widget-title .box-title + p,
.new-arrivals-product .widget-title .box-title + p {
  margin-bottom: 23px;
}
.home-spotlight-block.layout_style_2 .spotlight-item {
  padding: 80px 0;
}
.home-spotlight-block.layout_style_2 .spotlight-item .content.spotlight-inner {
  max-width: 400px;
  margin: 0 auto;
  padding-top: 10px;
}
.home-spotlight-block.layout_style_2 .spotlight-item .title {
  font-family: var(--fonts_name_2);
  font-size: 24px;
  letter-spacing: 0;
  font-weight: 400;
  text-transform: none;
  margin-bottom: 25px;
  max-height: 30px;
}
.home-spotlight-block.layout_style_2 .spotlight-item .des {
  font-size: var(--font_size);
  margin-bottom: 45px;
}
.home-spotlight-block.layout_style_2 .spotlight-item .spotlight-button {
  padding: 0 !important;
  background-color: transparent;
  border-color: transparent;
  letter-spacing: 0.05em;
}
.home-spotlight-block.layout_style_2 .spotlight-item .img-box .not_img {
  width: 185px;
  height: 120px;
  line-height: 120px;
  margin: 0 auto;
}
.home-spotlight-block.layout_style_2 .full-image {
  padding: 0;
}
.home-spotlight-block.layout_style_2 .full-image .not_img {
  height: 100%;
  line-height: 510px;
}
.home-spotlight-block.layout_style_2 .full-image a {
  display: flex;
  height: 100%;
}
.home-spotlight-block.layout_style_2 .full-image a img {
  object-fit: cover;
}
.home-spotlight-block .widget-title.no-des {
  margin-bottom: 45px;
}
.home-spotlight-block .style_3.no-des {
  padding-top: 15px;
  margin-bottom: 20px;
}
.home-spotlight-block .style_3 .box-title {
  margin-bottom: 28px;
}
.home-spotlight-block .style_3 .box-title:before {
  content: none;
}
.home-spotlight-block .spotlight-style-2 .spotlight-item {
  box-shadow: none;
}
.home-spotlight-block .spotlight-style-2 .spotlight-item .animate-scale:before {
  content: none;
}
.home-spotlight-block
  .spotlight-style-2
  .spotlight-item
  .animate-scale:hover
  img {
  transform: none;
}
.home-spotlight-block .spotlight-style-2 .spotlight-item .shop_link {
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.home-spotlight-block
  .spotlight-style-2
  .spotlight-item
  .shop_link:hover:before {
  background-color: var(--body_color);
}
.home-spotlight-block .spotlight-style-2 .spotlight-item .shop_link:before {
  bottom: 2px;
}
.home-spotlight-block .spotlight-style-2 .spotlight-item .spotlight-inner {
  padding: 0;
}
.home-spotlight-block .spotlight-style-2 .spotlight-item .not_img {
  height: 200px;
  line-height: 200px;
}
.content {
  text-align: center;
}
.content .title {
  color: var(--page_title_color);
  font-size: var(--font_size_plus8);
  letter-spacing: 0.05em;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.content .des {
  line-height: var(--font_size_plus10);
  margin-bottom: 30px;
}
.addresses-page .btn-edit-delete .content a,
.content .addresses-page .btn-edit-delete a,
.content .btn,
.content .product-shop .groups-btn .wishlist,
.content
  .product-shop
  .shopify-payment-button
  button.shopify-payment-button__button,
.content .tabs__product-page .spr-container .spr-summary-actions-newreview,
.product-shop .groups-btn .content .wishlist,
.product-shop
  .shopify-payment-button
  .content
  button.shopify-payment-button__button,
.tabs__product-page .spr-container .content .spr-summary-actions-newreview {
  background: var(--background_1);
  color: var(--color_1);
  border-color: var(--border_1);
  padding: 10px 41px 8px;
  min-width: 159px;
}
.addresses-page .btn-edit-delete .content a:hover,
.content .addresses-page .btn-edit-delete a:hover,
.content .btn:hover,
.content .product-shop .groups-btn .wishlist:hover,
.content
  .product-shop
  .shopify-payment-button
  button.shopify-payment-button__button:hover,
.content
  .tabs__product-page
  .spr-container
  .spr-summary-actions-newreview:hover,
.product-shop .groups-btn .content .wishlist:hover,
.product-shop
  .shopify-payment-button
  .content
  button.shopify-payment-button__button:hover,
.tabs__product-page
  .spr-container
  .content
  .spr-summary-actions-newreview:hover {
  background: var(--background_2);
  color: var(--color_2);
  border-color: var(--border_2);
}
.content.spotlight-inner {
  padding: 30px 13px 35px;
}
.brands-page .logo-brands .not_img,
.home-brands-block .not_img {
  height: 74px;
  line-height: 74px;
  font-size: 18px;
}
.brands-page .logo-brands .brands-slider:not(.slick-slider) .item,
.home-brands-block .brands-slider:not(.slick-slider) .item {
  display: none;
}
.home-instagram [data-instagram-feed]:not(.slick-slider) .item {
  display: none;
}
.home-brands-block .brands-block {
  padding: 20px 0;
}
.home-brands-block .brands-block .item {
  text-align: center;
}
.home-brands-block .container-padd60 .brands-block {
  max-width: 1470px;
  margin-left: auto;
  margin-right: auto;
}
.home-instagram {
  padding: 57px 0 70px;
}
.home-instagram .widget-title .fa {
  margin-right: 10px;
  position: relative;
  top: -1px;
}
.addresses-page .btn-edit-delete .home-instagram a,
.home-instagram .addresses-page .btn-edit-delete a,
.home-instagram .btn,
.home-instagram .product-shop .groups-btn .wishlist,
.home-instagram
  .product-shop
  .shopify-payment-button
  button.shopify-payment-button__button,
.home-instagram
  .tabs__product-page
  .spr-container
  .spr-summary-actions-newreview,
.product-shop .groups-btn .home-instagram .wishlist,
.product-shop
  .shopify-payment-button
  .home-instagram
  button.shopify-payment-button__button,
.tabs__product-page
  .spr-container
  .home-instagram
  .spr-summary-actions-newreview {
  background: var(--background_1);
  color: var(--color_1);
  border-color: var(--border_1);
  max-width: 210px;
  padding: 10px 15px 8px;
  display: block;
  text-align: center;
  margin: 30px auto 0;
}
.addresses-page .btn-edit-delete .home-instagram a:hover,
.home-instagram .addresses-page .btn-edit-delete a:hover,
.home-instagram .btn:hover,
.home-instagram .product-shop .groups-btn .wishlist:hover,
.home-instagram
  .product-shop
  .shopify-payment-button
  button.shopify-payment-button__button:hover,
.home-instagram
  .tabs__product-page
  .spr-container
  .spr-summary-actions-newreview:hover,
.product-shop .groups-btn .home-instagram .wishlist:hover,
.product-shop
  .shopify-payment-button
  .home-instagram
  button.shopify-payment-button__button:hover,
.tabs__product-page
  .spr-container
  .home-instagram
  .spr-summary-actions-newreview:hover {
  background: var(--background_2);
  color: var(--color_2);
  border-color: var(--border_2);
}
.social-icons {
  letter-spacing: -0.33em;
  margin: 0;
  line-height: 0;
}
.social-icons li {
  letter-spacing: normal;
  display: inline-block;
  margin: 0 5px;
  width: 37px;
  height: 37px;
}
.social-icons li:last-of-type {
  margin-right: 0;
}
.social-icons li:first-of-type {
  margin-left: 0;
}
.social-icons li:hover a {
  color: #fff !important;
}
.social-icons a {
  font-size: 12px;
  display: block;
  line-height: 38px;
  position: relative;
  top: 1px;
  width: 36px;
  height: 36px;
  border: none;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
}
.social-icons li.facebook:hover a {
  background-color: #3b5998 !important;
}
.social-icons li.twitter:hover a {
  background-color: #55acee !important;
}
.social-icons li.google_plus:hover a {
  background-color: #dd4b39 !important;
}
.social-icons li.instagram:hover a {
  background-color: #497299 !important;
}
.social-icons li.rss:hover a {
  background-color: #f60 !important;
}
.social-icons li.pinterest:hover a {
  background-color: #cb2027 !important;
}
.social-icons li.tumblr:hover a {
  background-color: #32506d !important;
}
.social-icons li.snapchat:hover a {
  background-color: #f4e24c !important;
}
.social-icons li.youtube:hover a {
  background-color: red !important;
}
.social-icons li.vimeo:hover a {
  background-color: #aad450 !important;
}
.payment-methods {
  margin-bottom: 0;
}
.payment-methods li {
  display: inline-block;
  margin-right: 12px;
  margin-bottom: 12px;
}
.payment-methods li img {
  max-height: 24px;
}
.payment-methods li:last-of-type {
  margin-right: 0;
}
.site-footer .foot-title {
  font-size: var(--font_size_plus1);
  letter-spacing: 0.05em;
  text-transform: uppercase;
  font-weight: 700;
  padding-bottom: 12px;
  margin: 0;
}
.site-footer .foot-title.social-title {
  margin-bottom: 10px;
}
.site-footer .foot-title.newsletter-title {
  margin-bottom: 6px;
}
.site-footer .col-footer {
  margin-bottom: 15px;
}
.site-footer .col-footer ul {
  margin: 0;
}
.site-footer .col-footer ul li {
  margin: 0;
}
.site-footer .foot-link {
  display: inline-block;
  padding: 3px 0;
  line-height: var(--font_size_plus10);
}
.site-footer .foot-link > span {
  position: relative;
}
.site-footer .foot-link > span:before {
  position: absolute;
  left: 0;
  width: 0;
  bottom: -2px;
  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;
}
.site-footer .foot-link:hover > span:before {
  width: 100%;
  visibility: visible;
}
.site-footer .fb-like-code {
  margin-left: 0;
  margin-top: -8px;
}
.site-footer .fb-like-code span {
  text-transform: uppercase;
  font-weight: 500;
  font-size: var(--font_size);
  margin-bottom: 5px;
  display: block;
}
.site-footer .fb-like-code span i {
  font-style: normal;
}
.site-footer .groups-block {
  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;
  justify-content: space-between;
}
.site-footer .footer-social {
  margin-bottom: 32px;
}
.site-footer .footer-newsletter {
  margin-bottom: 25px;
}
.addresses-page .btn-edit-delete .site-footer .footer-newsletter a,
.product-shop .groups-btn .site-footer .footer-newsletter .wishlist,
.product-shop
  .shopify-payment-button
  .site-footer
  .footer-newsletter
  button.shopify-payment-button__button,
.site-footer .footer-newsletter .addresses-page .btn-edit-delete a,
.site-footer .footer-newsletter .btn,
.site-footer .footer-newsletter .product-shop .groups-btn .wishlist,
.site-footer
  .footer-newsletter
  .product-shop
  .shopify-payment-button
  button.shopify-payment-button__button,
.site-footer
  .footer-newsletter
  .tabs__product-page
  .spr-container
  .spr-summary-actions-newreview,
.tabs__product-page
  .spr-container
  .site-footer
  .footer-newsletter
  .spr-summary-actions-newreview {
  min-width: 124px;
}
.site-footer .footer-newsletter .input-group-field {
  border: 1px solid;
  padding: 7px 15px 5px;
  margin-right: 5px;
  min-width: 293px;
}
.site-footer .typography {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: -10px;
  margin-right: -10px;
}
.site-footer .typography > a {
  padding: 0 10px;
}
.site-footer .location_info {
  padding: 4px 0;
}
.site-footer .location_info p {
  margin-bottom: 15px;
}
.site-footer .logo-ft {
  display: block;
  margin-top: 2px;
  margin-bottom: 8px;
}
.site-footer .logo-ft img {
  max-height: 28px;
}
.footer-bottom address {
  font-size: var(--font_size);
  line-height: var(--font_size_plus16);
  margin-bottom: 22px;
}
.footer-default .footer-top {
  padding: 37px 0 25px;
}
.footer-default .footer-bottom {
  padding: 22px 0 65px;
}
#back-top {
  top: initial !important;
  position: fixed;
  bottom: 15vh;
  z-index: 98;
  right: 3.175%;
}
#back-top a {
  width: 52px;
  height: 52px;
  border: none;
  font-size: 40px;
  color: #fff;
  background-color: #000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  cursor: pointer;
}
#back-top a .fa {
  font-weight: 700;
  margin-top: -4px;
}
#dropdown-cart {
  display: none;
  background-color: var(--body_bg);
  padding: 16px 30px 10px;
}
#dropdown-cart .cart-title {
  margin-bottom: 5px;
}
#dropdown-cart .addresses-page .btn-edit-delete a,
#dropdown-cart .btn,
#dropdown-cart .product-shop .groups-btn .wishlist,
#dropdown-cart
  .product-shop
  .shopify-payment-button
  button.shopify-payment-button__button,
#dropdown-cart
  .tabs__product-page
  .spr-container
  .spr-summary-actions-newreview,
.addresses-page .btn-edit-delete #dropdown-cart a,
.product-shop .groups-btn #dropdown-cart .wishlist,
.product-shop
  .shopify-payment-button
  #dropdown-cart
  button.shopify-payment-button__button,
.tabs__product-page
  .spr-container
  #dropdown-cart
  .spr-summary-actions-newreview {
  width: 100%;
  margin-bottom: 10px;
}
#dropdown-cart .addresses-page .btn-edit-delete a.btn-continue,
#dropdown-cart .addresses-page .btn-edit-delete a.btn-view-cart,
#dropdown-cart .btn.btn-continue,
#dropdown-cart .btn.btn-view-cart,
#dropdown-cart .product-shop .groups-btn .btn-continue.wishlist,
#dropdown-cart .product-shop .groups-btn .btn-view-cart.wishlist,
#dropdown-cart
  .product-shop
  .shopify-payment-button
  button.btn-continue.shopify-payment-button__button,
#dropdown-cart
  .product-shop
  .shopify-payment-button
  button.btn-view-cart.shopify-payment-button__button,
#dropdown-cart
  .tabs__product-page
  .spr-container
  .btn-continue.spr-summary-actions-newreview,
#dropdown-cart
  .tabs__product-page
  .spr-container
  .btn-view-cart.spr-summary-actions-newreview,
.addresses-page .btn-edit-delete #dropdown-cart a.btn-continue,
.addresses-page .btn-edit-delete #dropdown-cart a.btn-view-cart,
.product-shop .groups-btn #dropdown-cart .btn-continue.wishlist,
.product-shop .groups-btn #dropdown-cart .btn-view-cart.wishlist,
.product-shop
  .shopify-payment-button
  #dropdown-cart
  button.btn-continue.shopify-payment-button__button,
.product-shop
  .shopify-payment-button
  #dropdown-cart
  button.btn-view-cart.shopify-payment-button__button,
.tabs__product-page
  .spr-container
  #dropdown-cart
  .btn-continue.spr-summary-actions-newreview,
.tabs__product-page
  .spr-container
  #dropdown-cart
  .btn-view-cart.spr-summary-actions-newreview {
  background: var(--background_2);
  color: var(--color_2);
  border-color: var(--color_ipt);
}
#dropdown-cart .addresses-page .btn-edit-delete a.btn-checkout,
#dropdown-cart .btn.btn-checkout,
#dropdown-cart .product-shop .groups-btn .btn-checkout.wishlist,
#dropdown-cart
  .product-shop
  .shopify-payment-button
  button.btn-checkout.shopify-payment-button__button,
#dropdown-cart
  .tabs__product-page
  .spr-container
  .btn-checkout.spr-summary-actions-newreview,
.addresses-page .btn-edit-delete #dropdown-cart a.btn-checkout,
.product-shop .groups-btn #dropdown-cart .btn-checkout.wishlist,
.product-shop
  .shopify-payment-button
  #dropdown-cart
  button.btn-checkout.shopify-payment-button__button,
.tabs__product-page
  .spr-container
  #dropdown-cart
  .btn-checkout.spr-summary-actions-newreview {
  background: var(--background_3);
  color: var(--color_3);
  border-color: var(--border_3);
}
#dropdown-cart .addresses-page .btn-edit-delete a:hover,
#dropdown-cart .btn:hover,
#dropdown-cart .product-shop .groups-btn .wishlist:hover,
#dropdown-cart
  .product-shop
  .shopify-payment-button
  button.shopify-payment-button__button:hover,
#dropdown-cart
  .tabs__product-page
  .spr-container
  .spr-summary-actions-newreview:hover,
.addresses-page .btn-edit-delete #dropdown-cart a:hover,
.product-shop .groups-btn #dropdown-cart .wishlist:hover,
.product-shop
  .shopify-payment-button
  #dropdown-cart
  button.shopify-payment-button__button:hover,
.tabs__product-page
  .spr-container
  #dropdown-cart
  .spr-summary-actions-newreview:hover {
  background: var(--background_1);
  color: var(--color_1);
  border-color: var(--border_1);
}
#dropdown-cart .total {
  font-weight: 500;
  color: var(--color_price);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-between;
  -moz-box-pack: space-between;
  -ms-flex-pack: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  padding: 18px 0 15px;
  border-top: 1px solid var(--border_color_1);
}
#dropdown-cart .total .label {
  font-size: var(--font_size);
}
#dropdown-cart .total .price {
  font-size: var(--font_size_plus4);
  letter-spacing: normal;
}
#dropdown-cart .d-flex .label {
  margin-right: 40px;
  color: var(--page_title_color);
}
#dropdown-cart .d-flex .text {
  color: grey;
  font-style: italic;
  padding-right: 2px;
}
#dropdown-cart .cart_empty {
  margin-bottom: 15px;
  text-align: center;
}
#dropdown-cart .product-details {
  width: -moz-calc(100% - 155px);
  width: -webkit-calc(100% - 155px);
  width: -ms-calc(100% - 155px);
  width: calc(100% - 155px);
  padding-right: 0;
  position: relative;
  margin-top: -2px;
}
#dropdown-cart .product-details .product-name {
  line-height: var(--font_size_plus8);
  margin-bottom: 3px;
}
#dropdown-cart .product-details .option {
  color: var(--color_compare_price);
  font-style: italic;
  margin-bottom: 3px;
  display: flex;
  align-items: flex-start;
}
#dropdown-cart .product-details .option .product-details__edit {
  position: relative;
  top: 2px;
}
#dropdown-cart .product-details .option small {
  margin-right: 10px;
  color: var(--body_color);
}
#dropdown-cart .product-details .option small:empty + .product-details__edit {
  display: none;
}
#dropdown-cart .product-details .option a {
  line-height: 1;
}
#dropdown-cart .product-details .option a svg {
  width: 15px;
  height: 15px;
  stroke: none;
  color: grey;
}
#dropdown-cart .product-details .option a:hover svg {
  color: var(--page_title_color);
}
#dropdown-cart .product-details .btn-remove {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: absolute;
  top: 1px;
  right: 6px;
}
#dropdown-cart .product-details .btn-remove svg {
  color: #5a5a5a;
  width: 17px;
  height: 17px;
}
#dropdown-cart .btn-remove {
  width: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#dropdown-cart .btn-remove svg {
  color: grey;
  fill: grey;
}
#dropdown-cart .btn-remove:hover {
  background-color: #f4f4f4;
}
#dropdown-cart .btn-remove:hover svg {
  color: var(--page_title_color);
  fill: var(--page_title_color);
}
#dropdown-cart .cart-collateral {
  color: #727272;
}
#dropdown-cart .cart-collateral .price {
  color: var(--color_price);
  font-weight: 500;
  letter-spacing: normal;
}
#dropdown-cart .quantity .item-quantity {
  max-width: 95px;
  border: 1px solid var(--border_input);
  text-align: center;
  padding: 8px 12px 6px;
}
#dropdown-cart .quantity .item-quantity::-webkit-inner-spin-button,
#dropdown-cart .quantity .item-quantity::-webkit-outer-spin-button {
  -webkit-appearance: auto;
  -moz-appearance: auto;
  appearance: auto;
  margin: 0;
  opacity: 1;
}
#dropdown-cart .has-items {
  max-width: 100%;
  overflow: hidden;
}
#dropdown-cart .actions {
  display: flex;
}
#dropdown-cart .actions .btn-checkout {
  width: 50%;
  margin-right: 10px;
}
#dropdown-cart .actions .btn-view-cart {
  width: 50%;
}
#dropdown-cart .mini-products-list {
  text-align: left;
  max-height: 350px;
  overflow-y: auto;
  margin: 35px -9px 30px 0;
}
#dropdown-cart .mini-products-list .item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 22px;
}
#dropdown-cart .mini-products-list .item:last-of-type {
  margin-bottom: 0;
}
#dropdown-cart .mini-products-list .item + .item {
  padding-top: 22px;
  border-top: 1px solid var(--border_color_1);
}
#dropdown-cart .mini-products-list .item .cart-collateral {
  margin-bottom: 7px;
}
#dropdown-cart .mini-products-list .product-image {
  width: 115px;
  padding-right: 15px;
}
#dropdown-cart .mini-products-list .product-image img {
  max-width: 100px;
}
#dropdown-cart .mini-products-list::-webkit-scrollbar-track {
  background-color: #fafafa;
}
#dropdown-cart .mini-products-list::-webkit-scrollbar {
  width: 0;
  background-color: #fafafa;
}
#dropdown-cart .mini-products-list::-webkit-scrollbar-thumb {
  background-color: #e6e6e6;
}
.cart-title,
.customer-title,
.option-title {
  margin-bottom: 22px;
  margin-top: 7px;
}
.cart-title .close,
.customer-title .close,
.option-title .close {
  font-size: var(--font_size);
  text-transform: uppercase;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: flex-end;
  -moz-box-pack: flex-end;
  -ms-flex-pack: flex-end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  font-weight: 400;
  color: var(--body_color);
  margin-bottom: 30px;
}
.cart-title .close span,
.customer-title .close span,
.option-title .close span {
  margin-left: 5px;
  padding-top: 1px;
}
.cart-title .close svg,
.customer-title .close svg,
.option-title .close svg {
  color: #5a5a5a;
}
.cart-title h5,
.customer-title h5,
.option-title h5 {
  color: var(--page_title_color);
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-size: 13px;
  font-weight: 600;
  border-bottom: 1px solid var(--border_color_1);
  padding-bottom: 17px;
  margin-bottom: 0;
}
.header-default #dropdown-cart {
  max-width: 360px;
  width: 100vw;
  padding: 16px 20px 10px;
}
@keyframes box-shadow {
  0%,
  100% {
    -webkit-box-shadow: 0 0;
    -moz-box-shadow: 0 0;
    box-shadow: 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(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
.images-contain {
  position: relative;
}
.select-icon {
  position: absolute;
  cursor: pointer;
  width: 25px;
  height: 25px;
  z-index: 2;
}
.select-icon .glyphicon {
  width: 24px;
  height: 24px;
  display: block;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  position: relative;
  cursor: pointer;
}
.select-icon .glyphicon:after,
.select-icon .glyphicon:before {
  position: absolute;
  top: 50%;
  left: 50%;
  content: "";
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.select-icon .glyphicon:before {
  width: 10px;
  height: 2px;
}
.select-icon .glyphicon:after {
  width: 2px;
  height: 10px;
}
.select-icon:before {
  -webkit-animation: box-shadowl 1.5s linear infinite;
  animation: box-shadow 1.5s linear infinite;
  content: "";
  width: 24px;
  height: 24px;
  position: absolute;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  left: 0;
  top: 0;
}
.loading-modal {
  display: none;
  width: 60px;
  height: 60px;
  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%);
  -moz-border-radius: 1px;
  -webkit-border-radius: 1px;
  -ms-border-radius: 1px;
  -o-border-radius: 1px;
  border-radius: 1px;
}
.loading-modal div {
  position: absolute;
  top: 13px;
  left: 13px;
  width: 35px;
  height: 35px;
  border: 4px solid var(--page_title_color);
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  animation: loading 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  -moz-animation: loading 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  -webkit-animation: loading 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  -o-animation: loading 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: var(--link_color_hover) transparent transparent transparent;
}
.loading-modal div:nth-child(1) {
  -moz-animation-delay: -0.45s;
  -webkit-animation-delay: -0.45s;
  -o-animation-delay: -0.45s;
  animation-delay: -0.45s;
}
.loading-modal div:nth-child(2) {
  -moz-animation-delay: -0.3s;
  -webkit-animation-delay: -0.3s;
  -o-animation-delay: -0.3s;
  animation-delay: -0.3s;
}
.loading-modal div:nth-child(3) {
  -moz-animation-delay: -0.15s;
  -webkit-animation-delay: -0.15s;
  -o-animation-delay: -0.15s;
  animation-delay: -0.15s;
}
.close-modal {
  background: #000;
  color: #fff;
  border-color: var(--border_1);
  width: 30px;
  height: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  position: absolute;
  right: -15px;
  top: -15px;
  z-index: 2;
  padding-top: 1px;
}
.close-modal:hover {
  background: var(--background_2);
  color: var(--color_2);
  border-color: var(--border_2);
}
.overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  cursor: pointer;
}
.ajax-lookbook-modal {
  position: absolute;
  width: 270px;
  max-width: 100%;
  display: none;
  z-index: 2;
}
.ajax-lookbook-modal .ajax-modal-content {
  padding: 30px 29px 30px;
  position: relative;
  background-color: var(--body_bg);
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15);
  border: 1px solid #fbfbfb;
  -moz-border-radius: 1px;
  -webkit-border-radius: 1px;
  -ms-border-radius: 1px;
  -o-border-radius: 1px;
  border-radius: 1px;
}
.ajax-lookbook-modal .lookbook-content .product-bottom {
  text-align: left;
}
.ajax-lookbook-modal
  .lookbook-content
  .product-item
  .product-grid-image:before {
  display: none;
}
.ajax-lookbook-modal .lookbook-content .product-item .action {
  max-width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0;
}
.addresses-page
  .btn-edit-delete
  .ajax-lookbook-modal
  .lookbook-content
  .product-item
  a:hover,
.ajax-lookbook-modal
  .lookbook-content
  .product-item
  .addresses-page
  .btn-edit-delete
  a:hover,
.ajax-lookbook-modal .lookbook-content .product-item .btn:hover,
.ajax-lookbook-modal
  .lookbook-content
  .product-item
  .product-shop
  .groups-btn
  .wishlist:hover,
.ajax-lookbook-modal
  .lookbook-content
  .product-item
  .product-shop
  .shopify-payment-button
  button.shopify-payment-button__button:hover,
.ajax-lookbook-modal
  .lookbook-content
  .product-item
  .tabs__product-page
  .spr-container
  .spr-summary-actions-newreview:hover,
.product-shop
  .groups-btn
  .ajax-lookbook-modal
  .lookbook-content
  .product-item
  .wishlist:hover,
.product-shop
  .shopify-payment-button
  .ajax-lookbook-modal
  .lookbook-content
  .product-item
  button.shopify-payment-button__button:hover,
.tabs__product-page
  .spr-container
  .ajax-lookbook-modal
  .lookbook-content
  .product-item
  .spr-summary-actions-newreview:hover {
  background: var(--background_2);
  color: var(--color_2);
  border-color: var(--border_2);
}
.ajax-lookbook-modal .lookbook-content .product-item .product-vendor {
  line-height: var(--font_size_plus10);
  margin-bottom: 2px;
}
.ajax-lookbook-modal .lookbook-content .product-item .price-box {
  font-size: var(--font_size_plus2);
  line-height: var(--font_size_plus13);
  margin-bottom: 7px;
}
.ajax-lookbook-modal .lookbook-content .product-item .pr-details {
  display: inline-block;
  color: var(--color_title_pr);
  letter-spacing: 0.05em;
  text-transform: uppercase;
  font-weight: 600;
  line-height: var(--font_size_plus10);
  font-size: var(--font_size);
  position: relative;
}
.ajax-lookbook-modal .lookbook-content .product-item .pr-details:before {
  position: absolute;
  content: "";
  left: 0;
  width: 100%;
  bottom: 1px;
  height: 1px;
  background-color: #d4d4d4;
}
.ajax-lookbook-modal .lookbook-content .product-item .pr-details:hover {
  color: var(--color_title_pr_hover);
}
.ajax-lookbook-modal .overlay {
  background-color: rgba(255, 255, 255, 0);
}
.home-product-tabs .widget-title {
  margin-bottom: 20px;
}
.home-product-tabs .product-tabs-content {
  min-height: 250px;
}
.home-product-tabs .product-tabs-content .tab-content {
  visibility: hidden;
  opacity: 0;
  height: 0;
}
.home-product-tabs .product-tabs-content .tab-content.active {
  visibility: visible;
  opacity: 1;
  height: inherit;
}
.home-product-tabs .loading {
  text-align: center;
  letter-spacing: 0.05em;
  color: var(--page_title_color);
}
.list-product-tabs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.list-product-tabs li {
  margin: 0 5px 10px;
}
.list-product-tabs li:first-of-type {
  margin-left: 0;
}
.list-product-tabs li:last-of-type {
  margin-right: 0;
}
.list-product-tabs .tab-links {
  text-transform: uppercase;
  border: 1px solid rgba(255, 255, 255, 0);
  display: block;
  padding: 5px 15px 3px;
  -moz-border-radius: 1px;
  -webkit-border-radius: 1px;
  -ms-border-radius: 1px;
  -o-border-radius: 1px;
  border-radius: 1px;
  color: #828282;
}
.list-product-tabs .tab-links.active {
  border-color: #646464;
  color: #000;
}
.policies-block .policy-text {
  display: inline-block;
  text-align: center;
  text-transform: uppercase;
  font-weight: 500;
  font-size: var(--font_size);
  line-height: var(--font_size_plus12);
  letter-spacing: 0.05em;
  position: relative;
}
.policies-block .policy-text:before {
  position: absolute;
  left: 0;
  width: 0;
  bottom: 2px;
  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;
}
.policies-block .policy-icon {
  font-size: var(--font_size_plus6);
  margin-right: 12px;
}
.policies-block .policy-item a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  padding: 13px 0 11px;
}
.policies-block .policy-item:hover .policy-text:before {
  width: 100%;
  visibility: visible;
}
.policies-block .slick-arrow {
  border: none !important;
  background: rgba(255, 255, 255, 0) !important;
  color: inherit !important;
}
.policies-block .slick-arrow .fa {
  font-weight: 500;
  font-size: 18px;
}
.policies-block .slick-arrow.slick-next {
  right: 5px;
}
.policies-block .slick-arrow.slick-prev {
  left: 5px;
}
.policies-block .policies-slider:not(.slick-slider) .policy-item {
  display: none;
}
.home-collections {
  padding: 70px 0;
}
.home-collections .not_img {
  height: 280px;
  line-height: 280px;
  font-size: 20px;
}
.home-collections .column-banner {
  position: relative;
}
.home-collections .btn-view-all {
  background: var(--background_2);
  color: var(--color_2);
  border-color: var(--border_2);
  min-width: 270px;
  margin-top: 40px;
}
.home-collections .btn-view-all:hover {
  background: var(--background_1);
  color: var(--color_1);
  border-color: var(--border_1);
}
.home-collections.has-title {
  padding: 0;
  background-color: var(--body_bg) !important;
}
.home-collections.has-title .widget-title {
  margin-bottom: 35px;
}
.custom-block-imgs {
  position: absolute;
  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%);
  text-align: center;
  min-width: 80%;
}
.custom-block-imgs .banner-heading {
  letter-spacing: 0.05em;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 7px;
}
.custom-block-imgs .banner-sub-heading {
  font-weight: 500;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  margin-bottom: 22px;
}
.custom-block-imgs .banner-button {
  padding: 10px 25px 8px;
  min-width: 190px;
  -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
}
.custom-block-imgs .banner-button:hover {
  background-color: var(--background_1);
  color: var(--color_1);
  border-color: var(--border_1);
}
.custom-block-imgs .banner-des {
  margin-bottom: 38px;
}
.custom-block-image {
  position: relative;
}
.custom-block-image .img-inner {
  position: absolute;
  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%);
  min-width: 80%;
  text-align: center;
  max-width: 350px;
}
.custom-block-image .img-inner .heading {
  margin-bottom: 16px;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0.05em;
  position: relative;
  padding-bottom: 10px;
}
.custom-block-image .img-inner .heading .line {
  position: absolute;
  left: 50%;
  bottom: 0;
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  height: 2px;
  width: 40px;
}
.custom-block-image .img-inner .sub-heading {
  letter-spacing: 0.05em;
  text-transform: uppercase;
  line-height: 1.7em;
  margin-bottom: 7px;
  font-weight: 600;
}
.custom-block-image .img-inner .sub-heading + .heading {
  text-transform: capitalize;
  letter-spacing: normal;
  padding-bottom: 0;
}
.custom-block-image .img-inner .sub-heading + .heading .line {
  display: none;
}
.custom-block-image .img-inner .des {
  line-height: 1.9em;
}
.custom-block-image .btn-img-block {
  position: absolute;
  bottom: 12%;
  left: 50%;
  z-index: 2;
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  padding: 10px 25px 8px;
  min-width: 157px;
  -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
}
.list-blogs .article-title {
  font-size: var(--font_size_plus4);
  line-height: var(--font_size_plus14);
  font-weight: 600;
  text-transform: capitalize;
  letter-spacing: normal;
  margin-bottom: 6px;
}
.list-blogs .article-title a {
  color: var(--page_title_color);
}
.list-blogs .blog_author {
  line-height: var(--font_size_plus10);
  text-transform: uppercase;
  color: var(--breadcrumb_color);
  letter-spacing: 0.02em;
  margin-bottom: 15px;
}
.list-blogs .article-des {
  line-height: var(--font_size_plus10);
  letter-spacing: normal;
}
.list-blogs .article-inner {
  text-align: center;
  padding: 23px 22px 40px;
}
.home-custom-sub-banner [data-init-slideshow],
.suppermarket-product-tabs [data-init-slideshow] {
  position: relative;
}
.home-custom-sub-banner [data-init-slideshow]:not(.slick-slider) .item + .item,
.suppermarket-product-tabs
  [data-init-slideshow]:not(.slick-slider)
  .item
  + .item {
  display: none;
}
.home-custom-sub-banner [data-init-slideshow] .slick-arrow,
.suppermarket-product-tabs [data-init-slideshow] .slick-arrow {
  display: none !important;
}
.home-custom-sub-banner [data-init-slideshow] .slick-dots,
.suppermarket-product-tabs [data-init-slideshow] .slick-dots {
  position: absolute;
  left: 50%;
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 60px;
}
.home-custom-sub-banner [data-init-slideshow] .slick-dots li,
.suppermarket-product-tabs [data-init-slideshow] .slick-dots li {
  margin: 0 5px;
  width: 10px;
  height: 10px;
}
.home-custom-sub-banner [data-init-slideshow] .slick-dots li button,
.suppermarket-product-tabs [data-init-slideshow] .slick-dots li button {
  width: 10px;
  height: 10px;
}
.home-custom-sub-banner
  [data-init-slideshow]
  .slick-dots
  li:not(.slick-active)
  button,
.suppermarket-product-tabs
  [data-init-slideshow]
  .slick-dots
  li:not(.slick-active)
  button {
  background: #fff;
  border-color: #fff;
  opacity: 0.8;
}
.home-custom-sub-banner
  [data-init-slideshow]
  .slick-dots
  li.slick-active
  button,
.suppermarket-product-tabs
  [data-init-slideshow]
  .slick-dots
  li.slick-active
  button {
  border-color: #fff;
}
.home-custom-sub-banner .not_img {
  font-size: 20px;
}
.home-custom-sub-banner .twoImage .not_img {
  height: 240px;
  line-height: 140px;
}
.home-custom-sub-banner .oneImage .not_img {
  height: 510px;
  line-height: 390px;
}
.home-custom-sub-banner .oneImage .des {
  margin-top: 13px;
}
.home-custom-sub-banner .sub-banner-countdown {
  font-size: var(--font_size_plus8);
  margin-top: 33px;
}
.home-custom-sub-banner .clock-item {
  width: 64px;
  height: 64px;
  margin: 0 7.5px;
  padding-top: 2px;
}
.home-custom-sub-banner .clock-item span.num {
  font-weight: 600;
}
.home-custom-sub-banner .des {
  line-height: var(--font_size_plus10);
  max-width: 740px;
  text-align: center;
  margin: 28px auto 26px;
}
.home-custom-sub-banner-sections
  + .home-custom-block-policies-sections
  .policy-item
  a,
.home-instagram-sections + .home-custom-block-policies-sections .policy-item a {
  padding: 10px 0 9px;
}
.custom-block-banner .sub-banner-countdown,
.home-custom-sub-banner .sub-banner-countdown {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.custom-block-banner .clock-item,
.header-top-countdown .clock-item,
.home-custom-sub-banner .clock-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border: 1px solid;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}
.custom-block-banner .clock-item span,
.header-top-countdown .clock-item span,
.home-custom-sub-banner .clock-item span {
  display: block;
}
.custom-block-banner .clock-item span:not(.num),
.header-top-countdown .clock-item span:not(.num),
.home-custom-sub-banner .clock-item span:not(.num) {
  font-size: var(--font_size);
}
.custom-block-banner .clock-item span.num,
.header-top-countdown .clock-item span.num,
.home-custom-sub-banner .clock-item span.num {
  letter-spacing: normal;
}
.custom-block-banner .clock-item:first-of-type,
.header-top-countdown .clock-item:first-of-type,
.home-custom-sub-banner .clock-item:first-of-type {
  margin-left: 0;
}
.custom-block-banner .clock-item:last-of-type,
.header-top-countdown .clock-item:last-of-type,
.home-custom-sub-banner .clock-item:last-of-type {
  margin-right: 0;
}
.home-spotlight-2 .spotlight-item {
  margin-bottom: 30px;
}
.home-spotlight-2 .spotlight-item .img-box {
  position: relative;
}
.home-spotlight-2 .spotlight-item:hover .border-bt-hover {
  width: 100%;
}
.home-spotlight-2 .sub-title {
  color: var(--page_title_color);
  font-size: var(--font_size);
  letter-spacing: 0.05em;
  font-weight: 500;
  margin: 0;
  position: absolute;
  bottom: -1px;
  left: 0;
  right: 0;
  background-color: rgba(255, 255, 255, 0.9);
  text-align: center;
  padding: 11px 10px 9px;
  line-height: var(--font_size_plus8);
  text-transform: uppercase;
}
.home-spotlight-2 .spotlight-inner {
  padding: 25px 0 25px;
}
.home-spotlight-2 .spotlight-inner .title {
  margin: 0;
  display: inline-block;
  position: relative;
}
.home-spotlight-2 .spotlight-inner .border-bt-hover {
  background-color: var(--page_title_color);
}
.home-about-us {
  border-top: 1px solid var(--border_color_1);
  text-align: center;
  padding: 31px 0;
}
.home-about-us.style_2 {
  padding-top: 55px;
  padding-bottom: 65px;
}
.home-about-us.style_2.sub_title_padding {
  padding-top: 85px;
  padding-bottom: 0;
}
.home-about-us.style_2.sub_title_padding .des {
  margin-bottom: 0;
}
.home-about-us.style_2 .title {
  font-family: var(--fonts_name_2);
  font-weight: 400;
  text-transform: none;
  letter-spacing: 0;
}
.home-about-us.style_2 .des {
  font-size: var(--font_size);
  margin-bottom: 35px;
}
.home-about-us.style_2 .btn-about-us {
  min-width: 260px;
}
.home-about-us .title {
  font-size: var(--font_size);
  letter-spacing: 0.05em;
  text-transform: uppercase;
  font-weight: 600;
  line-height: 1.7em;
  margin-bottom: 12px;
}
.home-about-us .sub-title {
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.home-about-us .des {
  font-size: var(--font_size);
  line-height: var(--font_size_plus10);
}
.home-about-us .list-item {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-end;
  margin-top: 37px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
}
.home-about-us .list-item .item {
  width: 250px;
  margin-bottom: 35px;
  scroll-snap-align: start;
  scroll-snap-stop: always;
}
.home-about-us .list-item .item p {
  margin: 0;
  font-size: var(--font_size_plus2);
  line-height: 28px;
}
.home-about-us .list-item .item a {
  text-decoration: underline;
  text-underline-position: under;
}
.home-about-us .item .image {
  margin-bottom: 20px;
}
.halo-modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1000;
  display: none;
  overflow: hidden;
  outline: 0;
  background-color: rgba(35, 35, 35, 0.8);
}
.halo-modal .modal-overlay {
  position: relative;
  margin: 0.5rem auto;
  pointer-events: none;
  max-width: 847px;
  top: 50vh;
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.halo-modal .halo-modal-content {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: var(--body_bg);
  background-clip: padding-box;
  outline: 0;
}
.halo-modal .halo-modal-content .close {
  width: 30px;
  height: 30px;
  position: absolute;
  right: -15px;
  top: -15px;
  background-color: #000;
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  z-index: 2;
}
.halo-modal .halo-modal-content .close:hover {
  background: var(--background_3);
  color: var(--color_3);
  border-color: var(--border_3);
}
.halo-modal .halo-modal-content .halo-modal-body {
  max-height: 81vh;
  overflow: auto;
}
.halo-modal .halo-modal-content .halo-modal-body::-webkit-scrollbar-track {
  background-color: #e6e6e6;
}
.halo-modal .halo-modal-content .halo-modal-body::-webkit-scrollbar {
  width: 5px;
  background-color: #e6e6e6;
}
.halo-modal .halo-modal-content .halo-modal-body::-webkit-scrollbar-thumb {
  background-color: #969696;
}
.wrapper-newsletter .not_img {
  height: 100%;
  line-height: 360px;
}
.wrapper-newsletter .halo-modal-body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}
.wrapper-newsletter .halo-modal-body .column-left {
  width: 360px;
}
.wrapper-newsletter .halo-modal-body .column-left img {
  height: 100%;
  object-fit: cover;
}
.wrapper-newsletter .halo-modal-body .column-right {
  width: -moz-calc(100% - 360px);
  width: -webkit-calc(100% - 360px);
  width: -ms-calc(100% - 360px);
  width: calc(100% - 360px);
  text-align: center;
  padding: 62px 50px 21px 51px;
}
.wrapper-newsletter .halo-modal-body .title {
  color: var(--page_title_color);
  font-size: var(--font_size_plus8);
  letter-spacing: 0.05em;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 14px;
}
.wrapper-newsletter .halo-modal-body .des {
  color: #2d2d2d;
  font-size: var(--font_size);
  line-height: var(--font_size_plus10);
  margin-bottom: 28px;
}
.wrapper-newsletter .halo-modal-body #mailchimp-email-subscibe {
  margin-bottom: 37px;
}
.wrapper-newsletter .halo-modal-body #mailchimp-email-subscibe .input-group {
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.wrapper-newsletter
  .halo-modal-body
  #mailchimp-email-subscibe
  .input-group-field {
  padding: 7px 15px 5px;
  border: 1px solid #f5f5f5;
  background-color: #f5f5f5;
  color: #a3a3a3;
  width: 254px;
  margin-right: 10px;
}
.wrapper-newsletter
  .halo-modal-body
  #mailchimp-email-subscibe
  .input-group-field::-webkit-input-placeholder {
  color: #a3a3a3;
}
.wrapper-newsletter
  .halo-modal-body
  #mailchimp-email-subscibe
  .input-group-field::-moz-placeholder {
  color: #a3a3a3;
}
.wrapper-newsletter
  .halo-modal-body
  #mailchimp-email-subscibe
  .input-group-field:-ms-input-placeholder {
  color: #a3a3a3;
}
.wrapper-newsletter
  .halo-modal-body
  #mailchimp-email-subscibe
  .input-group-field:-moz-placeholder {
  color: #a3a3a3;
}
.addresses-page
  .btn-edit-delete
  .wrapper-newsletter
  .halo-modal-body
  #mailchimp-email-subscibe
  a,
.product-shop
  .groups-btn
  .wrapper-newsletter
  .halo-modal-body
  #mailchimp-email-subscibe
  .wishlist,
.product-shop
  .shopify-payment-button
  .wrapper-newsletter
  .halo-modal-body
  #mailchimp-email-subscibe
  button.shopify-payment-button__button,
.tabs__product-page
  .spr-container
  .wrapper-newsletter
  .halo-modal-body
  #mailchimp-email-subscibe
  .spr-summary-actions-newreview,
.wrapper-newsletter
  .halo-modal-body
  #mailchimp-email-subscibe
  .addresses-page
  .btn-edit-delete
  a,
.wrapper-newsletter .halo-modal-body #mailchimp-email-subscibe .btn,
.wrapper-newsletter
  .halo-modal-body
  #mailchimp-email-subscibe
  .product-shop
  .groups-btn
  .wishlist,
.wrapper-newsletter
  .halo-modal-body
  #mailchimp-email-subscibe
  .product-shop
  .shopify-payment-button
  button.shopify-payment-button__button,
.wrapper-newsletter
  .halo-modal-body
  #mailchimp-email-subscibe
  .tabs__product-page
  .spr-container
  .spr-summary-actions-newreview {
  background: var(--background_2);
  color: var(--color_2);
  border-color: var(--body_color);
  min-width: 114px;
}
.addresses-page
  .btn-edit-delete
  .wrapper-newsletter
  .halo-modal-body
  #mailchimp-email-subscibe
  a:hover,
.product-shop
  .groups-btn
  .wrapper-newsletter
  .halo-modal-body
  #mailchimp-email-subscibe
  .wishlist:hover,
.product-shop
  .shopify-payment-button
  .wrapper-newsletter
  .halo-modal-body
  #mailchimp-email-subscibe
  button.shopify-payment-button__button:hover,
.tabs__product-page
  .spr-container
  .wrapper-newsletter
  .halo-modal-body
  #mailchimp-email-subscibe
  .spr-summary-actions-newreview:hover,
.wrapper-newsletter
  .halo-modal-body
  #mailchimp-email-subscibe
  .addresses-page
  .btn-edit-delete
  a:hover,
.wrapper-newsletter .halo-modal-body #mailchimp-email-subscibe .btn:hover,
.wrapper-newsletter
  .halo-modal-body
  #mailchimp-email-subscibe
  .product-shop
  .groups-btn
  .wishlist:hover,
.wrapper-newsletter
  .halo-modal-body
  #mailchimp-email-subscibe
  .product-shop
  .shopify-payment-button
  button.shopify-payment-button__button:hover,
.wrapper-newsletter
  .halo-modal-body
  #mailchimp-email-subscibe
  .tabs__product-page
  .spr-container
  .spr-summary-actions-newreview:hover {
  background: var(--background_3);
  color: var(--color_3);
  border-color: var(--border_3);
}
.wrapper-newsletter .halo-modal-body .social-icons a {
  font-size: 14px;
  color: var(--page_title_color);
  width: 30px;
  height: 30px;
  line-height: 32px;
}
.wrapper-newsletter .halo-modal-body .social-icons a .fa {
  font-weight: 700;
}
.wrapper-newsletter .halo-modal-body .social-icons li {
  width: 31px;
  height: 31px;
}
.wrapper-newsletter .halo-modal-body .social-icons li:hover a {
  background: rgba(255, 255, 255, 0) !important;
}
.wrapper-newsletter .halo-modal-body .social-icons li.facebook:hover a {
  color: #3b5998 !important;
}
.wrapper-newsletter .halo-modal-body .social-icons li.twitter:hover a {
  color: #55acee !important;
}
.wrapper-newsletter .halo-modal-body .social-icons li.google_plus:hover a {
  color: #dd4b39 !important;
}
.wrapper-newsletter .halo-modal-body .social-icons li.instagram:hover a {
  color: #c13584 !important;
}
.wrapper-newsletter .halo-modal-body .social-icons li.rss:hover a {
  color: #f60 !important;
}
.wrapper-newsletter .halo-modal-body .social-icons li.pinterest:hover a {
  color: #cb2027 !important;
}
.wrapper-newsletter .halo-modal-body .social-icons li.tumblr:hover a {
  color: #32506d !important;
}
.wrapper-newsletter .halo-modal-body .social-icons li.snapchat:hover a {
  color: #fffc00 !important;
}
.wrapper-newsletter .halo-modal-body .social-icons li.youtube:hover a {
  color: red !important;
}
.wrapper-newsletter .halo-modal-body .social-icons li.vimeo:hover a {
  color: #aad450 !important;
}
.wrapper-newsletter .halo-modal-body #dismiss + label {
  color: #2d2d2d;
  font-weight: 400;
  padding-left: 23px;
}
.wrapper-newsletter .halo-modal-body #dismiss + label > span {
  border-bottom: 1px solid #6c6c6c;
  position: relative;
  top: -1px;
}
.wrapper-newsletter .halo-modal-body #dismiss + label:before {
  width: 13px;
  height: 13px;
  border-color: #dbdbdb;
  top: 3px;
}
.wrapper-newsletter .halo-modal-body #dismiss + label:after {
  top: 6px;
  left: 2.5px;
}
.animate-hvr {
  position: relative;
  overflow: hidden;
  display: block;
}
.animate-hvr:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.7);
  opacity: 0;
  -webkit-transition: opacity 0.5s ease;
  -moz-transition: opacity 0.5s ease;
  -ms-transition: opacity 0.5s ease;
  -o-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}
.page-header {
  text-align: var(--page_title_text_align);
}
.page-header h1,
.page-header h2 {
  font-size: var(--page_title_font_size);
  color: var(--page_title_color);
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-weight: 700;
  margin-bottom: 39px;
}
.breadcrumb {
  margin: 0;
  font-size: var(--font_size);
  line-height: var(--font_size_plus12);
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  background-color: rgba(255, 255, 255, 0);
  padding: 17px 0 15px;
}
.breadcrumb * {
  text-transform: var(--breadcrumb_text_transform);
  color: var(--breadcrumb_color);
}
.breadcrumb :hover {
  color: var(--breadcrumb_color);
}
.breadcrumb .arrow {
  font-size: var(--font_size_plus2);
  padding: 0 6px 0 8px;
}
.list-categories .grid-item {
  padding-bottom: 30px;
}
.list-categories .grid-item .img-box {
  position: relative;
}
.list-categories .grid-item .img-box:hover .view-abs {
  opacity: 1;
  -moz-transform: translate(-50%, -50%) rotateX(0);
  -o-transform: translate(-50%, -50%) rotateX(0);
  -ms-transform: translate(-50%, -50%) rotateX(0);
  -webkit-transform: translate(-50%, -50%) rotateX(0);
  transform: translate(-50%, -50%) rotateX(0);
}
.list-categories .view-abs {
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%) rotateX(90deg);
  -o-transform: translate(-50%, -50%) rotateX(90deg);
  -ms-transform: translate(-50%, -50%) rotateX(90deg);
  -webkit-transform: translate(-50%, -50%) rotateX(90deg);
  transform: translate(-50%, -50%) rotateX(90deg);
  -webkit-transition: transform 0.3s linear 0.1s;
  -moz-transition: transform 0.3s linear 0.1s;
  -ms-transition: transform 0.3s linear 0.1s;
  -o-transition: transform 0.3s linear 0.1s;
  transition: transform 0.3s linear 0.1s;
  opacity: 0;
  z-index: 2;
}
.list-categories .view-abs .view {
  width: 40px;
  height: 40px;
  border: 1px solid var(--page_title_color);
  position: relative;
  display: block;
  -webkit-transition: all 0.4s linear;
  -moz-transition: all 0.4s linear;
  -ms-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  transition: all 0.4s linear;
}
.list-categories .view-abs .view:after,
.list-categories .view-abs .view:before {
  position: absolute;
  content: "";
  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%);
  background-color: var(--page_title_color);
  -webkit-transition: all 0.4s linear;
  -moz-transition: all 0.4s linear;
  -ms-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  transition: all 0.4s linear;
}
.list-categories .view-abs .view:before {
  width: 2px;
  height: 20px;
}
.list-categories .view-abs .view:after {
  width: 20px;
  height: 2px;
}
.list-categories .view-abs .view:hover {
  background-color: var(--background_1);
  border-color: var(--background_1);
}
.list-categories .view-abs .view:hover:after,
.list-categories .view-abs .view:hover:before {
  background-color: var(--color_1);
}
.collections-wrapper {
  text-align: center;
  padding: 30px 0 40px;
}
.collections-wrapper .collections-btn {
  background: var(--background_2);
  color: var(--color_2);
  border-color: var(--body_color);
  padding: 10px 15px 8px;
  max-width: 169px;
  width: 100%;
}
.collections-wrapper .collections-btn:hover {
  background: var(--background_1);
  color: var(--color_1);
  border-color: var(--border_1);
}
.collections-wrapper .collection-title {
  margin-bottom: 8px;
  line-height: 1.15em;
}
.collections-wrapper .collection-title a {
  color: var(--page_title_color);
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-weight: 700;
  display: inline-block;
}
.collection-item .count-products {
  display: block;
  color: var(--breadcrumb_color);
  text-transform: uppercase;
  margin-bottom: 16px;
}
.collection-item .count-products,
.collection-item .des {
  line-height: var(--font_size_plus10);
}
.collection-item .des {
  margin-bottom: 33px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  max-width: 385px;
  margin-left: auto;
  margin-right: auto;
}
.collection-item .content-box {
  padding-bottom: 5px;
}
.collection-item .content-box .des {
  margin-top: 13px;
}
.collection-item .collection-countdown {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  font-size: var(--font_size_plus8);
  margin-top: 34px;
}
.collection-item .clock-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 64px;
  height: 64px;
  border: 1px solid;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  margin: 0 7.5px;
  padding-top: 1px;
}
.collection-item .clock-item span {
  display: block;
}
.collection-item .clock-item span:not(.num) {
  font-size: var(--font_size);
}
.collection-item .clock-item span.num {
  letter-spacing: normal;
  font-weight: 600;
}
.collection-item .clock-item:first-of-type {
  margin-left: 0;
}
.collection-item .clock-item:last-of-type {
  margin-right: 0;
}
.list-categories-02 .collections-wrapper .des {
  max-width: 450px;
}
.addresses-page .btn-edit-delete .list-categories-02 .collections-wrapper a,
.list-categories-02 .collections-wrapper .addresses-page .btn-edit-delete a,
.list-categories-02 .collections-wrapper .btn,
.list-categories-02 .collections-wrapper .product-shop .groups-btn .wishlist,
.list-categories-02
  .collections-wrapper
  .product-shop
  .shopify-payment-button
  button.shopify-payment-button__button,
.list-categories-02
  .collections-wrapper
  .tabs__product-page
  .spr-container
  .spr-summary-actions-newreview,
.product-shop .groups-btn .list-categories-02 .collections-wrapper .wishlist,
.product-shop
  .shopify-payment-button
  .list-categories-02
  .collections-wrapper
  button.shopify-payment-button__button,
.tabs__product-page
  .spr-container
  .list-categories-02
  .collections-wrapper
  .spr-summary-actions-newreview {
  font-size: var(--font_size_plus4);
  position: relative;
  padding: 0 0 1px;
  min-width: inherit;
  font-weight: 700;
  color: var(--page_title_color);
}
.addresses-page
  .btn-edit-delete
  .list-categories-02
  .collections-wrapper
  a:before,
.list-categories-02
  .collections-wrapper
  .addresses-page
  .btn-edit-delete
  a:before,
.list-categories-02 .collections-wrapper .btn:before,
.list-categories-02
  .collections-wrapper
  .product-shop
  .groups-btn
  .wishlist:before,
.list-categories-02
  .collections-wrapper
  .product-shop
  .shopify-payment-button
  button.shopify-payment-button__button:before,
.list-categories-02
  .collections-wrapper
  .tabs__product-page
  .spr-container
  .spr-summary-actions-newreview:before,
.product-shop
  .groups-btn
  .list-categories-02
  .collections-wrapper
  .wishlist:before,
.product-shop
  .shopify-payment-button
  .list-categories-02
  .collections-wrapper
  button.shopify-payment-button__button:before,
.tabs__product-page
  .spr-container
  .list-categories-02
  .collections-wrapper
  .spr-summary-actions-newreview:before {
  bottom: 0;
  background-color: var(--page_title_color);
}
.list-categories-03 .collection-title {
  margin: 0;
  padding: 11px 30px 9px;
  background-color: var(--body_bg);
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
  font-size: var(--font_size_plus1);
}
.list-categories-03 .collection-title a {
  color: var(--page_title_color);
  text-transform: uppercase;
  letter-spacing: 0.05em;
  display: inline-block;
  line-height: 1.55em;
  font-weight: 600;
}
.list-categories-03 .collection-title .arrow {
  color: #5a5a5a;
  display: inline-block;
  margin-left: 10px;
}
.list-categories-03 .collection-title .arrow .fa {
  font-weight: 700;
}
.list-categories-03 .count-products {
  margin: 0;
  position: absolute;
  top: -12px;
  left: 0;
  z-index: 2;
  padding: 11px 29px 9px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: top 0.3s linear;
  -moz-transition: top 0.3s linear;
  -ms-transition: top 0.3s linear;
  -o-transition: top 0.3s linear;
  transition: top 0.3s linear;
}
.list-categories-03 .collection-item {
  text-align: center;
}
.list-categories-03 .img-box {
  display: inline-block;
}
.list-categories-03 .img-box:hover .count-products {
  opacity: 1;
  visibility: visible;
  top: 12px;
}
.list-categories-full .collections-wrapper,
.list-categories-mansory .collections-wrapper {
  padding-top: 26px;
}
.list-categories-mansory .grid-item {
  break-inside: avoid;
  break-inside: avoid-column;
  page-break-inside: avoid;
  -webkit-column-break-inside: avoid;
}
.list-categories-mansory .columns {
  -moz-column-count: 1;
  -webkit-column-count: 1;
  column-count: 1;
  display: block;
  -webkit-column-gap: 0;
  -moz-column-gap: 0;
  column-gap: 0;
}
.container-padd60 {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.sidebar-label {
  font-size: var(--font_size);
  text-transform: uppercase;
  font-weight: 500;
  line-height: var(--font_size_plus10);
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  margin-bottom: 33px;
  cursor: pointer;
}
.sidebar-label .icon-filter {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  color: #646464;
  margin-right: 14px;
  position: relative;
  top: -1px;
}
.sidebar-label .icon-filter svg {
  height: 22px;
  width: 22px;
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.sidebar {
  margin-top: -6px;
}
.sidebar .widget-title {
  padding-top: 0;
  text-align: left;
  margin-bottom: 13px;
}
.sidebar .sidebar-title {
  font-size: var(--font_size_plus2);
  letter-spacing: 0.05em;
  text-transform: uppercase;
  font-weight: 700;
  line-height: var(--font_size_plus10);
  color: var(--page_title_color);
  border-bottom: 1px solid var(--border_bt_sidebar);
  margin: 0;
  padding-bottom: 9px;
}
.sidebar .close-sidebar {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  color: var(--breadcrumb_color);
  width: 30px;
  height: 30px;
  position: absolute;
  right: 10px;
  top: 20px;
}
.sidebar .close-sidebar svg {
  width: 20px;
  height: 20px;
}
.sidebar-links {
  margin-bottom: 36px;
}
.sidebar-links .widget-content ul {
  margin: 0;
}
.sidebar-links .widget-content li {
  margin: 0;
  position: relative;
  padding-right: 22px;
  cursor: pointer;
}
.sidebar-links .widget-content li a {
  font-size: var(--font_size_plus1);
  display: inline-block;
  font-weight: 500;
  color: var(--page_title_color);
  padding: 7px 0 6px 0;
  line-height: var(--font_size_plus10);
  position: relative;
  -webkit-transition: padding-left 0.3s linear;
  -moz-transition: padding-left 0.3s linear;
  -ms-transition: padding-left 0.3s linear;
  -o-transition: padding-left 0.3s linear;
  transition: padding-left 0.3s linear;
}
.sidebar-links .widget-content .dropdown-cat {
  margin-bottom: 0;
}
.sidebar-links .widget-content .dropdown-cat li a {
  font-size: var(--font_size);
}
.sidebar-links .widget-content .dropdown-cat .dropdown-cat li a {
  font-weight: 400;
  color: var(--link_color);
  padding-top: 6px;
  padding-bottom: 4px;
  line-height: 20px;
}
.sidebar-links .icon-dropdown {
  width: 30px;
  height: 30px;
  display: inline-block;
  font-size: 16px;
  text-align: center;
  position: absolute;
  top: 2px;
  right: -10px;
  line-height: 32px;
  cursor: pointer;
}
.sidebar-links .dropdown-cat {
  display: none;
}
.sidebar-links .sidebar-link-lv1.open > .dropdown-cat {
  display: block;
}
.sidebar-widget-product .products-grid {
  position: static;
}
.sidebar-widget-product
  .products-grid:not(.slick-slider)
  .grid-item
  + .grid-item {
  display: none;
}
.sidebar-widget-product .products-grid .grid-item {
  margin-top: 0;
}
.sidebar-widget-product .products-grid .grid-item .product-image img {
  max-height: 160px;
  min-height: initial;
}
.sidebar .sidebar-widget-product .products-grid .grid-item .product-image img {
  max-height: initial;
}
.sidebar-widget-product
  .products-grid
  .grid-item
  .product-image
  .product-grid-image {
  min-height: initial;
}
.sidebar-widget-product .products-grid .grid-item .price-box,
.sidebar-widget-product .products-grid .grid-item .spr-badge {
  margin-bottom: 10px;
}
.sidebar-widget-product .products-grid .grid-item .action {
  max-width: 210px;
  margin: 0 auto;
}
.sidebar-widget-product .products-grid .compare-button {
  display: none;
}
.sidebar-widget-product .widget-title {
  margin-bottom: 30px;
}
.sidebar-widget-product .widget-product {
  position: relative;
}
.sidebar-widget-product .widget-product .products-grid .slick-arrow {
  top: 19%;
}
.sidebar-widget-product .widget-product .products-grid .slick-arrow.slick-next {
  right: 0;
}
.sidebar-widget-product .widget-product .products-grid .slick-arrow.slick-prev {
  left: 0;
}
.sidebar-banner {
  text-align: center;
  margin-bottom: 30px;
}
.sidebar-banner + .sidebar-cms-custom,
.sidebar-banner.sidebar-links,
.sidebar-banner.sidebar-widget-product {
  padding-top: 14px;
}
.sidebar-banner .not_img {
  height: 165px;
  line-height: 165px;
  font-size: 16px;
}
.sidebar-cms-custom {
  font-size: var(--font_size);
  line-height: var(--font_size_plus12);
  color: var(--page_title_color);
  margin-bottom: 44px;
}
.sidebar-cms-custom p:not(:last-child) {
  margin-bottom: 24px;
}
.sidebar-cms-custom .widget-title {
  margin-bottom: 18px;
}
.sidebar-filter {
  padding-bottom: 5px;
}
.sidebar-filter .refined-widgets .widget-title,
.sidebar-filter .sidebar-tags .widget-title {
  margin-bottom: 20px;
  cursor: pointer;
}
.sidebar-filter .sidebar-tags .list-tags {
  margin-bottom: 0;
}
.sidebar-filter .sidebar-tags .list-tags li {
  margin: 0;
}
.sidebar-filter .sidebar-tags label {
  font-weight: 400;
  margin-bottom: 10px;
  color: var(--body_color);
}
.sidebar-filter .sidebar-tags:not(.filter-color) .widget-content {
  max-height: 198px;
  overflow-y: auto;
  margin-bottom: 41px;
}
.sidebar-filter
  .sidebar-tags:not(.filter-color)
  .widget-content::-webkit-scrollbar-track {
  background-color: #f4f4f4;
}
.sidebar-filter
  .sidebar-tags:not(.filter-color)
  .widget-content::-webkit-scrollbar {
  width: 5px;
  background-color: #f4f4f4;
}
.sidebar-filter
  .sidebar-tags:not(.filter-color)
  .widget-content::-webkit-scrollbar-thumb {
  background-color: var(--color_slick_arrow);
}
.sidebar-filter .sidebar-tags:not(.filter-color) .list-tags {
  margin-top: -2px;
}
.sidebar-filter
  .sidebar-tags:not(.filter-color)
  .list-tags
  li:last-of-type
  label {
  margin-bottom: 0;
}
.sidebar-filter .sidebar-title {
  position: relative;
  padding-left: 26px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-between;
  -moz-box-pack: space-between;
  -ms-flex-pack: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.sidebar-filter .sidebar-title:before {
  font-family: FontAwesome;
  content: "\f106";
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  position: absolute;
  left: 0;
  top: -0.5px;
  font-weight: 600;
  font-size: 17px;
  color: var(--body_color);
  -webkit-transition: transform 0.3s linear;
  -moz-transition: transform 0.3s linear;
  -ms-transition: transform 0.3s linear;
  -o-transition: transform 0.3s linear;
  transition: transform 0.3s linear;
}
.sidebar-filter .sidebar-title .clear,
.sidebar-filter .sidebar-title .clear-all {
  font-size: var(--font_size);
  color: var(--breadcrumb_color);
  font-weight: 400;
  letter-spacing: normal;
  text-transform: capitalize;
}
.sidebar-filter .sidebar-title .clear-all:before,
.sidebar-filter .sidebar-title .clear:before {
  background-color: var(--breadcrumb_color);
  bottom: 1px;
}
.sidebar-filter .widget-title.open .sidebar-title:before {
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  top: 0.5px;
  left: -1px;
}
.sidebar-filter .filter-color .widget-content {
  margin-bottom: 35px;
}
.sidebar-filter .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;
}
.sidebar-filter .filter-color .list-tags li {
  margin: 0 0 10px;
  padding-left: 5px;
  padding-right: 5px;
  background-color: var(--body_bg);
}
.sidebar-filter .filter-color .list-tags a {
  display: inline-block;
  width: 34px;
  height: 34px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  border: 1px solid var(--border_color_2);
  padding: 3px;
  position: relative;
  background-repeat: no-repeat;
  background-size: 100%;
}
.sidebar-filter .filter-color .list-tags a img {
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  width: 26px;
  height: 26px;
  object-fit: cover;
}
.sidebar-filter .filter-color .list-tags a:after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  border: 4px solid var(--color_slick_arrow);
  background-color: rgba(255, 255, 255, 0);
  z-index: 2;
  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%;
}
.sidebar-filter .filter-color .list-tags a.active:after,
.sidebar-filter .filter-color .list-tags a:hover:after {
  visibility: visible;
  opacity: 1;
}
.sidebar-filter .filter-size .list-tags {
  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;
}
.sidebar-filter .filter-size .list-tags li {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
.sidebar-filter .refined-widgets {
  margin-bottom: 40px;
}
.sidebar-filter .refined-widgets .refined {
  margin: 0 -2.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;
}
.sidebar-filter .refined-widgets .refined li {
  margin-bottom: 5px;
  padding-left: 2.5px;
  padding-right: 2.5px;
}
.sidebar-filter .refined-widgets .refined a {
  color: var(--breadcrumb_color);
  background-color: #fafafa;
  padding: 6px 10px 4px;
  display: inline-block;
  -moz-border-radius: 1px;
  -webkit-border-radius: 1px;
  -ms-border-radius: 1px;
  -o-border-radius: 1px;
  border-radius: 1px;
  text-transform: capitalize;
}
.sidebar-filter .refined-widgets .refined a span {
  padding-left: 4px;
}
.sidebar-filter .refined-widgets .refined a:hover {
  background-color: var(--color_slick_arrow);
  color: #f4f4f4;
}
.collection-header .collection-image {
  margin-bottom: 33px;
}
.collection-header .collection-image .not_img {
  height: 320px;
  line-height: 320px;
}
.collection-header .collection-wrapper {
  margin-bottom: 35px;
}
.collection-header .collection-des {
  line-height: var(--font_size_plus10);
}
.collection-header .page-header h1,
.collection-header .page-header h2 {
  margin-bottom: 18px;
}
.collection-header.collection-header-sections .collection-image .not_img {
  height: 240px;
  line-height: 240px;
}
.collection-header.collection-header-sections .collection-image img {
  width: 100%;
  object-fit: cover;
}
.toolbar {
  background-color: #f8f8f8;
  padding: 9px 9px 9px 20px;
  margin-bottom: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-between;
  -moz-box-pack: space-between;
  -ms-flex-pack: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.toolbar .column-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: flex-end;
  -moz-box-pack: flex-end;
  -ms-flex-pack: flex-end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.toolbar.padding {
  padding: 9px 9px 9px 20px;
}
.toolbar .toolbar-col {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.toolbar .toolbar-col label {
  font-weight: 500;
  margin: 0 15px 0 0;
  text-transform: uppercase;
  color: var(--body_color);
  position: relative;
  top: 1px;
}
.toolbar .toolbar-col .label-tab {
  border: 1px solid var(--border_dropdown);
  background-color: var(--body_bg);
  padding: 8px 14px 6px 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-between;
  -moz-box-pack: space-between;
  -ms-flex-pack: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  cursor: pointer;
}
.toolbar .toolbar-col .icon-dropdown {
  color: var(--color_icon_drop);
  font-size: 16px;
  padding-left: 8px;
}
.toolbar .toolbar-col .dropdown-menu {
  padding: 5px 0;
  margin: 2px 0;
  right: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  font-size: var(--font_size);
  color: var(--body_color);
  min-width: 100%;
}
.toolbar .toolbar-col .dropdown-menu li * {
  display: block;
  padding: 4px 14px 3px 15px;
  cursor: pointer;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.toolbar .toolbar-col .dropdown-menu li.active *,
.toolbar .toolbar-col .dropdown-menu li:hover * {
  background-color: #f4f4f4;
  color: #66787f;
}
.toolbar .filters-toolbar__limited-view {
  padding-right: 15px;
}
.toolbar .filters-toolbar__limited-view .limited-view {
  min-width: 89px;
  position: relative;
}
.toolbar .filters-toolbar__sortby {
  padding-left: 15px;
}
.toolbar .filters-toolbar__sortby .filter-sortby {
  min-width: 149px;
  position: relative;
}
.toolbar .view-mode {
  padding: 5px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}
.toolbar .view-mode .icon-mode {
  min-width: 19px;
  height: 26px;
  display: block;
  border: 1px solid #dcdcdc;
  margin-left: 5px;
  position: relative;
  cursor: pointer;
}
.toolbar .view-mode .icon-mode:first-of-type {
  margin-left: 0;
}
.toolbar .view-mode .icon-mode:before {
  background: #dcdcdc;
  content: "";
  top: 3px;
  position: absolute;
  left: 3px;
}
.toolbar .view-mode .icon-mode.grid-3,
.toolbar .view-mode .icon-mode.icon-mode-list {
  width: 26px;
}
.toolbar .view-mode .icon-mode.icon-mode-list:before {
  width: 18px;
  height: 4px;
  box-shadow: 0 7px 0 #dcdcdc, 0 14px 0 #dcdcdc;
}
.toolbar .view-mode .icon-mode.icon-mode-grid:before {
  width: 4px;
  height: 18px;
}
.toolbar .view-mode .icon-mode.grid-2 {
  width: 19px;
}
.toolbar .view-mode .icon-mode.grid-2:before {
  box-shadow: 7px 0 0 #dcdcdc;
}
.toolbar .view-mode .icon-mode.grid-3:before {
  box-shadow: 7px 0 0 #dcdcdc, 14px 0 0 #dcdcdc;
}
.toolbar .view-mode .icon-mode.grid-4 {
  width: 33px;
}
.toolbar .view-mode .icon-mode.grid-4:before {
  box-shadow: 7px 0 0 #dcdcdc, 14px 0 0 #dcdcdc, 21px 0 0 #dcdcdc;
}
.toolbar .view-mode .icon-mode.grid-5 {
  width: 40px;
}
.toolbar .view-mode .icon-mode.grid-5:before {
  box-shadow: 7px 0 0 #dcdcdc, 14px 0 0 #dcdcdc, 21px 0 0 #dcdcdc,
    28px 0 0 #dcdcdc;
}
.toolbar .view-mode .icon-mode.active {
  border-color: var(--color_slick_arrow);
}
.toolbar .view-mode .icon-mode.active:before {
  background-color: var(--color_slick_arrow);
}
.toolbar .view-mode .icon-mode.active.icon-mode-list:before {
  box-shadow: 0 7px 0 var(--color_slick_arrow),
    0 14px 0 var(--color_slick_arrow);
}
.toolbar .view-mode .icon-mode.active.grid-2:before {
  box-shadow: 7px 0 0 var(--color_slick_arrow);
}
.toolbar .view-mode .icon-mode.active.grid-3:before {
  box-shadow: 7px 0 0 var(--color_slick_arrow),
    14px 0 0 var(--color_slick_arrow);
}
.toolbar .view-mode .icon-mode.active.grid-4:before {
  box-shadow: 7px 0 0 var(--color_slick_arrow),
    14px 0 0 var(--color_slick_arrow), 21px 0 0 var(--color_slick_arrow);
}
.toolbar .view-mode .icon-mode.active.grid-5:before {
  box-shadow: 7px 0 0 var(--color_slick_arrow),
    14px 0 0 var(--color_slick_arrow), 21px 0 0 var(--color_slick_arrow),
    28px 0 0 var(--color_slick_arrow);
}
.toolbar .sidebar-label .icon-filter svg {
  height: 27px;
  padding-left: 2px;
  width: 24px;
}
.halo-collection-content .infinite-scrolling {
  margin-bottom: 50px;
}
.recently-viewed-products,
.related-products {
  border-top: 1px solid var(--border_bt_sidebar);
}
.recently-viewed-products .widget-title,
.related-products .widget-title {
  padding-top: 27px;
}
.recently-viewed-products .widget-title .box-title,
.related-products .widget-title .box-title {
  font-size: var(--font_size_plus2);
}
.recently-viewed-products .widget-title .title,
.related-products .widget-title .title {
  padding: 0;
}
.recently-viewed-products {
  margin-top: 30px;
}
.recently-viewed-products .widget-product .slick-arrow {
  top: 34.3%;
}
.recently-viewed-products .item-swatch li label img {
  object-fit: contain;
}
.related-products {
  margin-top: 50px;
  margin-bottom: 10px;
}
.related-products .inner-top .product-details {
  display: none;
}
.short-description {
  line-height: var(--font_size_plus10);
  margin-bottom: 15px;
}
.products-list {
  margin-bottom: 76px;
}
.products-list .grid-item {
  margin-top: 10px;
}
.products-list .grid-item + .grid-item {
  border-top: 1px solid var(--border_bt_sidebar);
  padding-top: 50px;
  margin-top: 47px;
}
.products-list .grid-item .product-bottom,
.products-list .grid-item .product-des.abs-center {
  display: none !important;
}
.products-list .grid-item.banner-img {
  display: none !important;
}
.products-list .product-item .inner-top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
}
.products-list .product-item .short-description {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.products-list .product-item .product-image {
  margin: 0;
}
.products-list .product-item .product-top {
  width: 210px;
  margin-right: 30px;
}
.products-list .product-item .product-details {
  width: -moz-calc(100% - 240px);
  width: -webkit-calc(100% - 240px);
  width: -ms-calc(100% - 240px);
  width: calc(100% - 240px);
  margin-top: -5px;
}
.products-list .product-item .product-details .item-swatch .group-swatch {
  text-align: left !important;
}
.products-list .product-item .product-title {
  margin-bottom: 9px;
}
.products-list .product-item .price-box {
  margin-bottom: 16px;
}
.products-list .product-item .item-swatch {
  margin-bottom: 25px;
}
.products-list .product-item .action {
  margin: 0 0 22px;
  max-width: 210px;
}
.products-list .product-item .wishlist {
  margin: 0;
  font-weight: 500;
}
.products-list .product-item .wishlist .fa {
  font-size: 16px;
  width: inherit;
  height: inherit;
  padding: 0;
  background-color: rgba(255, 255, 255, 0);
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: -1px;
}
.products-list .product-item .wishlist .wishlist-text {
  display: inline-block;
  vertical-align: middle;
  margin-left: 11px;
}
.products-list .product-item .wishlist .wishlist-text:before {
  background-color: var(--color_compare_price);
  bottom: 0;
}
.products-list .product-item .wishlist {
  display: flex;
  align-items: center;
}
.products-list .product-item .wishlist .wishlist-text {
  position: relative;
  top: 1px;
}
.products-list .product-item .wishlist svg {
  stroke: none;
}
.products-list .product-item .action {
  margin-bottom: 15px;
}
.products-list .product-card__variant--popup--content {
  padding-left: 0;
  padding-right: 0;
  padding-top: 5px;
  width: 100%;
}
.products-list .product-card__variant--popup--content .product-card__button2 {
  width: 100%;
  left: 0;
}
.translate-filter-pc .toolbar {
  background-color: rgba(255, 255, 255, 0);
  padding: 6px 0;
}
.translate-filter-pc .toolbar .filters-toolbar__sortby .filter-sortby {
  min-width: 159px;
}
.padding .toolbar-bottom {
  border-top: 1px solid var(--border_bt_sidebar);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-between;
  -moz-box-pack: space-between;
  -ms-flex-pack: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  font-size: var(--font_size);
  line-height: var(--font_size_plus12);
  padding: 28px 0;
  margin-bottom: 5px;
}
.padding .toolbar-bottom * {
  color: var(--body_color);
}
.padding .pagination-page {
  margin: 0;
}
.padding .pagination-page li {
  display: inline-block;
  margin: 0 10px;
}
.padding .pagination-page li .fa {
  font-size: var(--font_size_plus4);
  font-weight: 600;
  position: relative;
  top: 1px;
}
.padding .pagination-page li a,
.padding .pagination-page li span {
  padding: 0 2px;
}
.padding .pagination-page li.active,
.padding .pagination-page li.disabled,
.padding .pagination-page li.text {
  font-weight: 500;
  text-transform: uppercase;
}
.padding .pagination-page li.active span {
  border-bottom: 1px solid;
}
.padding .pagination-page li:first-child {
  margin-left: 0;
}
.padding .pagination-page li:first-child .fa {
  padding-right: 5px;
}
.padding .pagination-page li:last-child {
  margin-right: 0;
}
.padding .pagination-page li:last-child .fa {
  padding-left: 5px;
}
.grid-item-mansory .short-description {
  color: var(--breadcrumb_color);
  margin: 6px 0 9px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.grid-item-mansory .price-box {
  margin-bottom: 10px;
}
.grid-item-mansory .countdown-grid-item {
  color: var(--sale_text);
  line-height: var(--font_size_plus8);
  padding: 3px 0 1px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  -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;
  pointer-events: none;
  opacity: 1;
  visibility: visible;
  -moz-transform: translateY(0);
  -o-transform: translateY(0);
  -ms-transform: translateY(0);
  -webkit-transform: translateY(0);
  transform: translateY(0);
  z-index: 2;
}
.grid-item-mansory .countdown-grid-item > span {
  display: inline-block;
}
.grid-item-mansory .countdown-item {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  text-transform: uppercase;
}
.grid-item-mansory .countdown-item .clock-item {
  padding: 0 2.5px;
}
.grid-item-mansory .countdown-item .clock-item > span:not(.num) {
  padding-right: 4px;
}
.coll-express-order {
  border: 1px solid var(--border_bt_sidebar);
  margin-bottom: 50px;
  width: 100%;
  min-width: 928px;
  overflow: hidden;
}
.coll-express-order .express-order-header .col-title {
  color: var(--page_title_color);
}
.coll-express-order .column + .column {
  border-left: 1px solid var(--border_bt_sidebar);
}
.coll-express-order .col-options {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 220px;
  flex: 0 0 220px;
  max-width: 220px;
}
.coll-express-order .col-img {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 120px;
  flex: 0 0 120px;
  max-width: 120px;
}
.coll-express-order .col-prod {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc(100% - (220px + 120px + 170px + 137px));
  flex: 0 0 calc(100% - (220px + 120px + 170px + 137px));
  max-width: -moz-calc(100% - (220px + 120px + 170px + 137px));
  max-width: -webkit-calc(100% - (220px + 120px + 170px + 137px));
  max-width: -ms-calc(100% - (220px + 120px + 170px + 137px));
  max-width: calc(100% - (220px + 120px + 170px + 137px));
  min-width: 281px;
}
.coll-express-order .col-price {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 170px;
  flex: 0 0 170px;
  max-width: 170px;
}
.coll-express-order .col-qtt {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 137px;
  flex: 0 0 137px;
  max-width: 137px;
}
.coll-express-order .grid-item {
  margin: 0;
}
.coll-express-order .grid-item + .grid-item {
  border-top: 1px solid var(--border_bt_sidebar);
}
.coll-express-order .grid-item .price-box,
.coll-express-order .grid-item .product-image {
  margin-bottom: 0;
}
.coll-express-order .grid-item .product-title {
  margin-bottom: 20px;
}
.addresses-page .btn-edit-delete .coll-express-order .grid-item .product-item a,
.coll-express-order .grid-item .product-item .addresses-page .btn-edit-delete a,
.coll-express-order .grid-item .product-item .btn,
.coll-express-order
  .grid-item
  .product-item
  .product-shop
  .groups-btn
  .wishlist,
.coll-express-order
  .grid-item
  .product-item
  .product-shop
  .shopify-payment-button
  button.shopify-payment-button__button,
.coll-express-order
  .grid-item
  .product-item
  .tabs__product-page
  .spr-container
  .spr-summary-actions-newreview,
.product-shop
  .groups-btn
  .coll-express-order
  .grid-item
  .product-item
  .wishlist,
.product-shop
  .shopify-payment-button
  .coll-express-order
  .grid-item
  .product-item
  button.shopify-payment-button__button,
.tabs__product-page
  .spr-container
  .coll-express-order
  .grid-item
  .product-item
  .spr-summary-actions-newreview {
  max-width: 175px;
}
.coll-express-order .grid-item .product-label .label {
  font-size: var(--font_size_minus2);
  min-width: 36px;
  min-height: 17px;
}
.coll-express-order .product-options {
  display: none;
}
.coll-express-order .product-options .options-items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  -ms-align-items: stretch;
  align-items: stretch;
  border-top: 1px solid var(--border_bt_sidebar);
}
.coll-express-order .product-options .options-items .column {
  padding: 15px 17px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.coll-express-order .product-options .options-items .column:not(.col-prod) {
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.coll-express-order .product-options .options-items .col-options,
.coll-express-order .product-options .options-items .col-price,
.coll-express-order .product-options .options-items .col-qtt {
  background-color: #fafafa;
}
.addresses-page
  .btn-edit-delete
  .coll-express-order
  .product-options
  .options-items
  .col-options
  a,
.coll-express-order
  .product-options
  .options-items
  .col-options
  .addresses-page
  .btn-edit-delete
  a,
.coll-express-order .product-options .options-items .col-options .btn,
.coll-express-order
  .product-options
  .options-items
  .col-options
  .product-shop
  .groups-btn
  .wishlist,
.coll-express-order
  .product-options
  .options-items
  .col-options
  .product-shop
  .shopify-payment-button
  button.shopify-payment-button__button,
.coll-express-order
  .product-options
  .options-items
  .col-options
  .tabs__product-page
  .spr-container
  .spr-summary-actions-newreview,
.coll-express-order .product-options .options-items .col-options form,
.product-shop
  .groups-btn
  .coll-express-order
  .product-options
  .options-items
  .col-options
  .wishlist,
.product-shop
  .shopify-payment-button
  .coll-express-order
  .product-options
  .options-items
  .col-options
  button.shopify-payment-button__button,
.tabs__product-page
  .spr-container
  .coll-express-order
  .product-options
  .options-items
  .col-options
  .spr-summary-actions-newreview {
  width: 100%;
  max-width: 175px;
}
.coll-express-order .inner-top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  -ms-align-items: stretch;
  align-items: stretch;
}
.coll-express-order .inner-top .column {
  padding: 15px 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.coll-express-order .inner-top .col-img {
  padding: 15px;
}
.coll-express-order .options-title {
  margin-left: 20px;
  color: #646464;
}
.addresses-page .btn-edit-delete .coll-express-order a[disabled],
.coll-express-order .addresses-page .btn-edit-delete a[disabled],
.coll-express-order .btn[disabled],
.coll-express-order .product-shop .groups-btn .wishlist[disabled],
.coll-express-order
  .product-shop
  .shopify-payment-button
  button.shopify-payment-button__button[disabled],
.coll-express-order
  .tabs__product-page
  .spr-container
  .spr-summary-actions-newreview[disabled],
.product-shop .groups-btn .coll-express-order .wishlist[disabled],
.product-shop
  .shopify-payment-button
  .coll-express-order
  button.shopify-payment-button__button[disabled],
.tabs__product-page
  .spr-container
  .coll-express-order
  .spr-summary-actions-newreview[disabled] {
  background: #d2d2d2 !important;
  border-color: #d2d2d2 !important;
}
.coll-express-order .add-to-cart-btn.add_more {
  margin-top: 20px;
}
.t-header {
  background-color: #fafafa;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  border-bottom: 1px solid var(--border_bt_sidebar);
}
.t-header .col-title {
  font-size: var(--font_size);
  line-height: var(--font_size_plus8);
  font-weight: 600;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  margin: 0;
}
.t-header .column {
  padding: 14px 20px 12px;
}
.qty-group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  border: 1px solid var(--border_dropdown);
  max-width: 90px;
  background-color: var(--body_bg);
}
.qty-group .button {
  position: relative;
  width: 30px;
  height: var(--font_size_plus22);
  display: inline-block;
  vertical-align: middle;
}
.qty-group .button:after,
.qty-group .button:before {
  position: absolute;
  content: "";
  background-color: #7b7b7b;
  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%);
}
.qty-group .button:before {
  width: 10px;
  height: 2px;
}
.qty-group .button:after {
  height: 10px;
  width: 2px;
}
.qty-group .button.minus:after {
  background-color: rgba(255, 255, 255, 0);
}
.qty-group input[name="updates[]"],
.qty-group input[name="group_quantity"],
.qty-group input[name="quantity"] {
  display: inline-block;
  vertical-align: middle;
  width: 30px;
  border: none;
  text-align: center;
  color: #646464;
  padding: 7px 5px 5px;
  background-color: rgba(255, 255, 255, 0);
}
.qty-group input[name="updates[]"]:disabled,
.qty-group input[name="quantity"]:disabled {
  background-color: rgba(255, 255, 255, 0) !important;
}
.feedback-text {
  color: var(--page_title_color);
  margin: 10px 0 0;
  text-transform: capitalize;
  margin-bottom: 8px;
}
.ajax-error-modal {
  position: fixed;
  top: 50%;
  bottom: auto;
  right: auto;
  left: 0;
  overflow: hidden;
  padding: 10px 20px;
  width: 100%;
  text-align: center;
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.ajax-error-modal .modal-inner {
  background-color: var(--bg_sale);
  color: var(--sale_text);
  display: inline-block;
  padding: 15px 20px 13px;
  line-height: var(--font_size_plus10);
}
.ajax-success-modal .modal-overlay {
  max-width: 1010px;
}
.ajax-success-modal .halo-modal-body {
  padding: 14px 40px 15px 40px;
  -webkit-overflow-scrolling: touch;
}
.ajax-success-modal .cart-popup-content .des {
  line-height: var(--font_size_plus13);
  text-align: center;
  border-bottom: 1px solid #efefef;
}
.ajax-success-modal .cart-popup-content .cart-des {
  padding-bottom: 10px;
  margin-bottom: 40px;
}
.ajax-success-modal
  .cart-popup-content
  .wrapper-cart
  .cart-list
  .size
  .product-details__edit
  svg {
  width: 16px;
  height: 16px;
  stroke: none;
  color: grey;
  position: relative;
  top: 4px;
  margin-left: 6px;
}
.ajax-success-modal .alert-warning {
  text-align: center;
  padding: 15px 15px 13px;
  line-height: var(--font_size_plus10);
  margin: 24px 0 15px;
}
.ajax-success-modal .cart-empty {
  line-height: var(--font_size_plus12);
  text-align: center;
}
.ajax-success-modal .cart-empty a {
  font-weight: 500;
}
.ajax-success-modal.ajax-success-normal .modal-overlay {
  max-width: 535px;
}
.ajax-success-modal.ajax-success-normal .halo-modal-body {
  padding: 43px 40px 20px;
}
.ajax-success-modal.ajax-success-normal .cart-modal-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}
.ajax-success-modal.ajax-success-normal .ajax-left {
  padding-right: 20px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 84px;
  flex: 0 0 84px;
  max-width: 84px;
  margin-top: -5px;
}
.ajax-success-modal.ajax-success-normal .ajax-right {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc(100% - 84px);
  flex: 0 0 calc(100% - 84px);
  width: -moz-calc(100% - 84px);
  width: -webkit-calc(100% - 84px);
  width: -ms-calc(100% - 84px);
  width: calc(100% - 84px);
}
.ajax-success-modal.ajax-success-normal .ajax-right .ajax-product-title,
.ajax-success-modal.ajax-success-normal .ajax-right .message-added-cart {
  display: inline;
}
.ajax-success-modal.ajax-success-normal .ajax-right .ajax-product-title {
  padding-right: 3px;
}
.ajax-success-modal.ajax-success-normal .ajax-right .ajax-product-title a {
  color: var(--color_title_pr);
}
.ajax-success-modal.ajax-success-normal .ajax-right .message-added-cart {
  color: var(--breadcrumb_color);
}
.ajax-success-modal.ajax-success-normal .actions {
  margin-left: -10px;
  margin-right: -10px;
  margin-top: 21px;
}
.addresses-page
  .btn-edit-delete
  .ajax-success-modal.ajax-success-normal
  .actions
  a,
.ajax-success-modal.ajax-success-normal
  .actions
  .addresses-page
  .btn-edit-delete
  a,
.ajax-success-modal.ajax-success-normal .actions .btn,
.ajax-success-modal.ajax-success-normal
  .actions
  .product-shop
  .groups-btn
  .wishlist,
.ajax-success-modal.ajax-success-normal
  .actions
  .product-shop
  .shopify-payment-button
  button.shopify-payment-button__button,
.ajax-success-modal.ajax-success-normal
  .actions
  .tabs__product-page
  .spr-container
  .spr-summary-actions-newreview,
.product-shop
  .groups-btn
  .ajax-success-modal.ajax-success-normal
  .actions
  .wishlist,
.product-shop
  .shopify-payment-button
  .ajax-success-modal.ajax-success-normal
  .actions
  button.shopify-payment-button__button,
.tabs__product-page
  .spr-container
  .ajax-success-modal.ajax-success-normal
  .actions
  .spr-summary-actions-newreview {
  background: var(--background_2);
  color: var(--color_2);
  border-color: var(--body_color);
  margin: 0 10px 20px;
  padding-left: 26px;
  padding-right: 26px;
}
.addresses-page
  .btn-edit-delete
  .ajax-success-modal.ajax-success-normal
  .actions
  a:hover,
.ajax-success-modal.ajax-success-normal
  .actions
  .addresses-page
  .btn-edit-delete
  a:hover,
.ajax-success-modal.ajax-success-normal .actions .btn:hover,
.ajax-success-modal.ajax-success-normal
  .actions
  .product-shop
  .groups-btn
  .wishlist:hover,
.ajax-success-modal.ajax-success-normal
  .actions
  .product-shop
  .shopify-payment-button
  button.shopify-payment-button__button:hover,
.ajax-success-modal.ajax-success-normal
  .actions
  .tabs__product-page
  .spr-container
  .spr-summary-actions-newreview:hover,
.product-shop
  .groups-btn
  .ajax-success-modal.ajax-success-normal
  .actions
  .wishlist:hover,
.product-shop
  .shopify-payment-button
  .ajax-success-modal.ajax-success-normal
  .actions
  button.shopify-payment-button__button:hover,
.tabs__product-page
  .spr-container
  .ajax-success-modal.ajax-success-normal
  .actions
  .spr-summary-actions-newreview:hover {
  background: var(--background_1);
  color: var(--color_1);
  border-color: var(--border_1);
}
.cart-form .box-title {
  font-size: var(--font_size_plus1);
  font-weight: 600;
  letter-spacing: 0.05em;
  color: var(--page_title_color);
  background-color: #f5f5f5;
  text-transform: uppercase;
  text-align: center;
  padding: 9px 15px 7px;
  line-height: var(--font_size_plus9);
}
.cart-form .quick-cart .des {
  padding: 14px 0 17px;
}
.cart-form .scroll-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-between;
  -moz-box-pack: space-between;
  -ms-flex-pack: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}
.cart-form .scroll-content .left-col {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 262px;
  flex: 0 0 262px;
  max-width: 262px;
  margin-right: 35px;
}
.cart-form .scroll-content .right-col {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc(100% - (262px + 70px));
  flex: 0 0 calc(100% - (262px + 70px));
  max-width: -moz-calc(100% - (262px + 70px));
  max-width: -webkit-calc(100% - (262px + 70px));
  max-width: -ms-calc(100% - (262px + 70px));
  max-width: calc(100% - (262px + 70px));
  margin-left: 35px;
  width: 100%;
  overflow: hidden;
}
.cart-form .total {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-between;
  -moz-box-pack: space-between;
  -ms-flex-pack: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  padding: 18px 0 15px;
  font-weight: 500;
  color: var(--page_title_color);
}
.cart-form .total .label {
  font-size: var(--font_size);
}
.cart-form .total .price {
  font-size: var(--font_size_plus2);
}
.addresses-page .btn-edit-delete .cart-form .btn-actions a,
.cart-form .btn-actions .addresses-page .btn-edit-delete a,
.cart-form .btn-actions .btn,
.cart-form .btn-actions .product-shop .groups-btn .wishlist,
.cart-form
  .btn-actions
  .product-shop
  .shopify-payment-button
  button.shopify-payment-button__button,
.cart-form
  .btn-actions
  .tabs__product-page
  .spr-container
  .spr-summary-actions-newreview,
.product-shop .groups-btn .cart-form .btn-actions .wishlist,
.product-shop
  .shopify-payment-button
  .cart-form
  .btn-actions
  button.shopify-payment-button__button,
.tabs__product-page
  .spr-container
  .cart-form
  .btn-actions
  .spr-summary-actions-newreview {
  display: block;
  width: 100%;
  margin-bottom: 15px;
  padding: 11px 15px 9px;
}
.addresses-page .btn-edit-delete .cart-form .btn-actions a:not(.btn-checkout),
.cart-form .btn-actions .addresses-page .btn-edit-delete a:not(.btn-checkout),
.cart-form .btn-actions .btn:not(.btn-checkout),
.cart-form .btn-actions .product-shop .groups-btn .wishlist:not(.btn-checkout),
.cart-form
  .btn-actions
  .product-shop
  .shopify-payment-button
  button.shopify-payment-button__button:not(.btn-checkout),
.cart-form
  .btn-actions
  .tabs__product-page
  .spr-container
  .spr-summary-actions-newreview:not(.btn-checkout),
.product-shop .groups-btn .cart-form .btn-actions .wishlist:not(.btn-checkout),
.product-shop
  .shopify-payment-button
  .cart-form
  .btn-actions
  button.shopify-payment-button__button:not(.btn-checkout),
.tabs__product-page
  .spr-container
  .cart-form
  .btn-actions
  .spr-summary-actions-newreview:not(.btn-checkout) {
  background-color: var(--background_2);
  color: var(--color_2);
  border-color: var(--body_color);
}
.addresses-page .btn-edit-delete .cart-form .btn-actions a.btn-checkout,
.cart-form .btn-actions .addresses-page .btn-edit-delete a.btn-checkout,
.cart-form .btn-actions .btn.btn-checkout,
.cart-form .btn-actions .product-shop .groups-btn .btn-checkout.wishlist,
.cart-form
  .btn-actions
  .product-shop
  .shopify-payment-button
  button.btn-checkout.shopify-payment-button__button,
.cart-form
  .btn-actions
  .tabs__product-page
  .spr-container
  .btn-checkout.spr-summary-actions-newreview,
.product-shop .groups-btn .cart-form .btn-actions .btn-checkout.wishlist,
.product-shop
  .shopify-payment-button
  .cart-form
  .btn-actions
  button.btn-checkout.shopify-payment-button__button,
.tabs__product-page
  .spr-container
  .cart-form
  .btn-actions
  .btn-checkout.spr-summary-actions-newreview {
  background: var(--background_3);
  color: var(--color_3);
  border-color: var(--border_3);
}
.addresses-page .btn-edit-delete .cart-form .btn-actions a:hover,
.cart-form .btn-actions .addresses-page .btn-edit-delete a:hover,
.cart-form .btn-actions .btn:hover,
.cart-form .btn-actions .product-shop .groups-btn .wishlist:hover,
.cart-form
  .btn-actions
  .product-shop
  .shopify-payment-button
  button.shopify-payment-button__button:hover,
.cart-form
  .btn-actions
  .tabs__product-page
  .spr-container
  .spr-summary-actions-newreview:hover,
.product-shop .groups-btn .cart-form .btn-actions .wishlist:hover,
.product-shop
  .shopify-payment-button
  .cart-form
  .btn-actions
  button.shopify-payment-button__button:hover,
.tabs__product-page
  .spr-container
  .cart-form
  .btn-actions
  .spr-summary-actions-newreview:hover {
  background: var(--background_1);
  color: var(--color_1);
  border-color: var(--border_1);
}
.cart-form .cart-list {
  margin: 0;
}
.cart-form .cart-list li {
  margin: 0;
  padding: 5px 0 18px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-between;
  -moz-box-pack: space-between;
  -ms-flex-pack: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
}
.cart-form .cart-list .qty-group {
  border-color: #cdcdcd;
  max-width: 124px;
}
.cart-form .cart-list .qty-group .button {
  width: 32px;
}
.cart-form .cart-list .qty-group .button.disabled {
  cursor: no-drop;
  pointer-events: none;
  opacity: 0.5;
}
.cart-form .cart-list .qty-group .minus {
  border-right: 1px solid var(--border_input);
}
.cart-form .cart-list .qty-group .plus {
  border-left: 1px solid var(--border_input);
}
.cart-form .cart-list .qty-group input[name="quantity"] {
  width: 58px;
}
.cart-form .cart-list .flex_row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  min-width: 320px;
  padding: 10px 0;
}
.cart-form .cart-list .details {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  min-width: -moz-calc(100% - 320px);
  min-width: -webkit-calc(100% - 320px);
  min-width: -ms-calc(100% - 320px);
  min-width: calc(100% - 320px);
}
.cart-form .cart-list .cart-thumb {
  padding: 10px 10px 10px 0;
  min-width: 74px;
}
.cart-form .cart-list .cart-thumb img {
  width: 64px;
}
.cart-form .cart-list .cart-quantity {
  padding: 12px 10px;
}
.cart-form .cart-list .cart-price {
  padding: 13px 10px 11px;
  min-width: 76px;
}
.cart-form .cart-list .cart-line-price {
  padding: 13px 10px 11px;
  min-width: 83px;
  text-align: right;
}
.cart-form .cart-list .price-box {
  margin: 0;
}
.cart-form .cart-list .cart-remove {
  padding: 12px 0;
  margin-right: -3px;
}
.cart-form .cart-list .cart-remove a {
  color: #5a5a5a;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  width: 20px;
  height: var(--font_size_plus24);
  -webkit-box-pack: flex-end;
  -moz-box-pack: flex-end;
  -ms-flex-pack: flex-end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.cart-form .cart-list .cart-remove svg {
  width: 17px;
  height: 17px;
}
.cart-form .cart-list .cart-title {
  margin: 0;
  padding: 8px 10px;
}
.cart-popup-coll-related {
  border-top: 1px solid #efefef;
  margin-top: 55px;
}
.cart-popup-coll-related .widget-title {
  padding-top: 36px;
}
.cart-popup-coll-related .widget-title .box-title {
  font-size: var(--font_size_plus4);
}
.halo-product-content .sidebar-label {
  margin-top: 12px;
  margin-bottom: 33px;
}
.halo-product-content .product_top {
  margin-bottom: 32px;
}
.no-js .product-img-box .video-open-popup {
  opacity: 0;
}
.product-img-box {
  position: relative;
}
.product-img-box .slider-for {
  margin-bottom: 30px;
  position: relative;
}
.product-img-box .slider-for .zoomImg {
  cursor: crosshair;
}
.product-img-box .slider-for .thumb {
  text-align: center;
}
.product-img-box .slider-for [data-zoom] {
  display: block;
}
.product-img-box .slider-for:not(.slick-slider) .thumb + .thumb {
  display: none;
}
.product-img-box .slider-nav {
  padding: 0 35px;
  margin-bottom: 22px;
}
.product-img-box .slider-nav .item {
  margin: 0 5px;
}
.product-img-box .slider-nav .item.slick-current {
  opacity: 0.5;
}
.product-img-box .slider-nav:not(.slick-slider):after {
  display: block;
  content: "";
  visibility: hidden;
  clear: both;
}
.product-img-box .slider-nav:not(.slick-slider) .item {
  display: none;
  float: left;
}
.product-img-box .slick-arrow {
  border: none !important;
  padding-top: 5px;
  background-color: rgba(255, 255, 255, 0) !important;
  color: var(--page_title_color) !important;
}
.product-img-box .slick-arrow svg {
  width: 12px;
  height: 22px;
  stroke: rgba(255, 255, 255, 0);
}
.product-img-box .slick-arrow.slick-next {
  right: 0;
  text-align: right;
}
.product-img-box .slick-arrow.slick-prev {
  left: 0;
  text-align: left;
}
.product-img-box.vertical-moreview .slider-nav {
  margin-bottom: 15px;
}
.product-img-box.vertical-moreview .slider-nav .item.slick-current {
  opacity: 0.7;
}
.product-img-box .slick-dots li {
  margin: 0 5px 7px;
  width: 9px;
  height: 9px;
}
.product-img-box .slick-dots li button {
  width: 9px;
  height: 9px;
  background: #a0a0a0;
  border-color: #a0a0a0;
}
.product-img-box .slick-dots li.slick-active button {
  border-color: #a9a9a9;
  background: #fff;
}
.product-shop .product-title {
  font-size: var(--font_size_plus8);
  letter-spacing: normal;
  line-height: var(--font_size_plus18);
  font-weight: 600;
  margin-bottom: 18px;
}
.product-shop .group_item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-between;
  -moz-box-pack: space-between;
  -ms-flex-pack: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.product-shop .spr-badge {
  margin-bottom: 20px;
  margin-right: 10px;
  cursor: pointer;
}
.product-shop .spr-badge .spr-badge-caption {
  margin-left: 22px;
  position: relative;
  top: 1px;
}
.product-shop .sold_product {
  color: var(--bg_sale);
  margin-bottom: 20px;
}
.product-shop .sold_product svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  vertical-align: text-bottom;
  margin-right: 5px;
}
.product-shop .product-infor {
  margin-bottom: 18px;
}
.product-shop .product-infor label {
  font-weight: 500;
  min-width: 117px;
  margin-right: 5px;
}
.product-shop .product-infor .vendor-product a {
  color: var(--body_color);
}
.product-shop .countdown {
  margin-bottom: 22px;
}
.product-shop .countdown > span {
  border-bottom: 1px solid #b3b3b3;
  margin-right: 10px;
}
.product-shop .countdown .countdown-item {
  font-size: var(--font_size_plus2);
  font-weight: 500;
  color: var(--page_title_color);
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  line-height: var(--font_size_plus13);
}
.product-shop .countdown .clock-item .num {
  padding-left: 6px;
}
.product-shop .countdown .clock-item span:not(.num) {
  padding-right: 6px;
}
.product-shop .countdown .clock-item:first-of-type .num {
  padding-left: 0;
}
.product-shop .countdown-progressbar {
  margin-bottom: 27px;
}
.product-shop .countdown-progressbar .progressbar-text {
  text-align: center;
  text-transform: uppercase;
  font-size: var(--font_size);
  font-weight: 500;
  margin-bottom: 10px;
}
.product-shop .countdown-progressbar .progressbar-text .count {
  display: inline-block;
  padding: 0 3px;
}
.product-shop .countdown-progressbar #progressbar {
  height: 6px;
  width: 100%;
  background-color: #f5f5f5;
  margin-bottom: 15px;
  position: relative;
}
.product-shop .countdown-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;
}
.product-shop .countdown-progressbar .countdown-table {
  border: 1px solid #dcdcdc;
  -moz-border-radius: 1px;
  -webkit-border-radius: 1px;
  -ms-border-radius: 1px;
  -o-border-radius: 1px;
  border-radius: 1px;
}
.product-shop .countdown-progressbar .countdown-table label {
  display: block;
  background-color: #fafafa;
  text-align: center;
  border-bottom: 1px solid #dcdcdc;
  color: var(--body_color);
  font-size: var(--font_size);
  line-height: var(--font_size_plus13);
  padding: 2px 0;
  margin: 0;
  font-weight: 400;
}
.product-shop .countdown-progressbar .countdown-table .countdown-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  font-size: var(--font_size_plus8);
  font-weight: 600;
  min-height: 60px;
}
.product-shop .countdown-progressbar .countdown-table .clock-item {
  width: 25%;
  text-align: center;
  text-transform: capitalize;
  padding: 8px 0 7px;
}
.product-shop .countdown-progressbar .countdown-table .clock-item span {
  display: block;
  line-height: var(--font_size_plus13);
}
.product-shop
  .countdown-progressbar
  .countdown-table
  .clock-item
  span:not(.num) {
  font-size: var(--font_size);
  font-weight: 400;
  color: var(--breadcrumb_color);
  line-height: var(--font_size_plus8);
}
.product-shop
  .countdown-progressbar
  .countdown-table
  .clock-item
  + .clock-item {
  border-left: 1px solid #dcdcdc;
}
.product-shop .product-custombox {
  padding: 0.875rem 1.5625rem;
  border: 2px dashed #d7d7d7;
  margin: 0 0 20px;
}
.product-shop .product-custombox .heading {
  font-size: 14px;
  color: #000;
  font-weight: 600;
  margin-bottom: 2px;
}
.product-shop .product-custombox .code {
  font-size: 12px;
  font-weight: 600;
  color: #025fd3;
  margin-bottom: 0.5625rem;
}
.product-shop .product-custombox .explain {
  font-size: 11px;
  color: #666;
  font-style: italic;
  font-weight: 600;
  line-height: 1.6;
  margin-bottom: 0.25rem;
}
.product-shop .prices {
  font-size: var(--font_size_plus6);
  font-weight: 500;
  color: var(--color_price);
  margin-bottom: 20px;
}
.product-shop .prices .compare-price {
  color: var(--color_compare_price);
  text-decoration: line-through;
  margin-right: 8px;
  font-weight: 500;
}
.product-shop .prices .on-sale {
  color: var(--color_price_sale);
}
.product-shop .short-description {
  margin-bottom: 20px;
}
.product-shop .shopify-product-form .selector-wrapper {
  margin-bottom: 25px;
  position: relative;
}
.product-shop .shopify-product-form .single-option-selector {
  position: relative;
  color: var(--page_title_color);
}
.product-shop .shopify-product-form .single-option-selector + .icon-dropdown {
  color: var(--page_title_color);
}
.product-shop .shopify-product-form label {
  font-weight: 500;
}
.product-shop .shopify-product-form label em {
  color: #f23446;
}
.product-shop .quantity {
  margin-bottom: 10px;
}
.product-shop .qty-group {
  border-color: var(--border_input);
  max-width: 144px;
}
.product-shop .qty-group .button {
  width: 32px;
}
.product-shop .qty-group .button.minus {
  border-right: 1px solid var(--border_input);
}
.product-shop .qty-group .button.plus {
  border-left: 1px solid var(--border_input);
}
.product-shop .qty-group input[name="group_quantity"],
.product-shop .qty-group input[name="quantity"] {
  width: 78px;
  color: #2d2d2d;
}
.product-shop .total-price {
  margin-bottom: 18px;
}
.product-shop .total-price label {
  margin-right: 3px;
}
.product-shop .total-price .total-money {
  font-size: var(--font_size_plus1);
  color: var(--color_price);
  font-weight: 500;
}
.product-shop .shopify-payment-button {
  margin-bottom: 20px;
}
.product-shop .shopify-payment-button button.shopify-payment-button__button {
  text-transform: uppercase;
  font-weight: 700;
  line-height: var(--font_size_plus8);
  outline: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  border-radius: 0;
  border: 1px solid rgba(255, 255, 255, 0);
  min-width: 130px;
  max-width: 100%;
  transition: all 0.3s ease;
  padding: var(--padding_btn);
  font-size: var(--font_size_btn);
  letter-spacing: var(--letter_spacing_btn);
  padding: 11px 15px 7px;
  background: var(--background_2);
  color: var(--color_2);
  border-color: #5a5a5a;
}
.product-shop
  .shopify-payment-button
  button.shopify-payment-button__button:hover {
  background: var(--background_3);
  color: var(--color_3);
  border-color: var(--border_3);
}
.product-shop .shopify-payment-button div.shopify-payment-button__button {
  padding: 0 !important;
}
.product-shop .shopify-payment-button .shopify-payment-button__button--hidden {
  display: none;
}
.product-shop .groups-btn {
  clear: both;
  position: relative;
}
.product-shop .groups-btn .groups-btn-tree {
  display: flex;
}
.product-shop .groups-btn #product-add-to-cart,
.product-shop .groups-btn .product-add-to-cart {
  background: var(--background_1);
  color: var(--color_1);
  border-color: var(--border_1);
  padding: var(--padding_btn_qv_add_to_cart) !important;
  line-height: var(--font_size_plus9);
  margin-bottom: 20px;
  width: 100%;
}
.product-shop .groups-btn .margin-button #product-add-to-cart,
.product-shop .groups-btn .margin-button .product-add-to-cart {
  margin-right: 25px;
}
.product-shop .groups-btn #product-add-to-cart:hover,
.product-shop .groups-btn .product-add-to-cart:hover {
  background: var(--background_2);
  color: var(--color_2);
  border-color: var(--border_2);
}
.product-shop .groups-btn.remove .btn-checkout,
.product-shop .groups-btn.remove .checkbox-group {
  display: none;
}
.product-shop .groups-btn .icon-share {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  color: var(--color_2);
  width: 45px;
  padding: 10px;
  margin-bottom: 20px;
  overflow: hidden;
  position: relative;
  right: -8px;
  padding-right: 0;
}
.product-shop .groups-btn .icon-share svg {
  position: relative;
  top: 3px;
}
.product-shop .groups-btn .wishlist {
  text-transform: uppercase;
  font-weight: 700;
  line-height: var(--font_size_plus8);
  outline: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  border-radius: 0;
  border: 1px solid rgba(255, 255, 255, 0);
  min-width: 45px;
  max-width: 100%;
  transition: all 0.3s ease;
  font-size: var(--font_size_btn);
  letter-spacing: var(--letter_spacing_btn);
  padding: 10px;
  min-height: var(--font_size_plus33);
  width: 45px;
  margin-bottom: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  background: var(--bg_wishlist);
  color: var(--color_wishlist);
  border-color: var(--bg_wishlist);
  border-radius: 50%;
  text-align: center;
}
.product-shop .groups-btn .wishlist.whislist-added,
.product-shop .groups-btn .wishlist:hover {
  background: var(--bg_wishlist_active);
  color: var(--color_wishlist);
  border-color: var(--bg_wishlist_active);
}
.product-shop .groups-btn .wishlist svg {
  width: 21px;
  height: 21px;
  position: relative;
  top: 2px;
}
.product-shop .groups-btn .wishlist .fa {
  font-size: var(--font_size_plus3);
  margin-right: 10px;
}
.product-shop .groups-btn .wishlist .wishlist-text {
  position: relative;
  top: 1px;
  max-width: 100%;
  text-overflow: ellipsis;
  overflow: hidden;
}
.product-shop .groups-btn .wrapper-social-popup {
  position: absolute;
  top: auto;
  bottom: calc(100% + 20px);
  right: 0;
  z-index: 2;
  padding: 14px 20px 0 20px;
  width: 300px;
  background-color: #fff;
  box-shadow: 0 1px 20px 0 rgba(0, 0, 0, 0.1);
  text-shadow: 0 1px 20px rgba(0, 0, 0, 0.1);
  display: none;
}
.product-shop .groups-btn .wrapper-social-popup.active {
  display: block;
}
.product-shop .groups-btn .wrapper-social-popup .title-close {
  display: flex;
  justify-content: space-between;
}
.product-shop .groups-btn .wrapper-social-popup .title-close svg {
  width: 14px;
  height: 14px;
  position: relative;
  top: 0;
  cursor: pointer;
}
.product-shop .groups-btn .wrapper-social-popup .social-title {
  margin-bottom: 15px;
}
.product-shop .groups-btn .wrapper-social-popup .social-garment-link {
  display: block;
  height: auto;
  width: 100%;
  overflow: hidden;
  font-size: 12px;
  line-height: 18px;
  text-overflow: ellipsis;
  letter-spacing: 0.3px;
  white-space: nowrap;
  cursor: pointer;
  outline: 0;
  transition: all 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.product-shop .groups-btn .wrapper-social-popup .social-garment-link input {
  background-color: #f5f5f5;
  border: 1px solid #cbcbcb;
  color: #a0a0a0;
  padding: 12px 12px 10px;
  width: 100%;
}
.product-shop .groups-btn .wrapper-social-popup .share_toolbox {
  display: block;
  margin-top: 23px;
}
.product-shop .groups-btn .wrapper-social-popup .share_toolbox > span {
  margin-bottom: 10px;
  display: block;
}
.product-shop
  .groups-btn
  .wrapper-social-popup
  .share_toolbox
  .addthis_inline_share_toolbox {
  margin-left: -5px;
}
.product-shop #customers_view,
.product-shop #customers_view_qv {
  padding-bottom: 19px;
  margin-bottom: 0;
}
.product-shop #customers_view .fa,
.product-shop #customers_view_qv .fa {
  font-size: var(--font_size_plus7);
  color: var(--page_title_color);
  margin-right: 7px;
  position: relative;
  top: 1.5px;
}
.product-shop #customers_view label,
.product-shop #customers_view_qv label {
  color: var(--body_color);
  font-weight: 400;
  margin: 0;
}
.product-shop .tags {
  margin-bottom: 20px;
}
.product-shop .tags .icon-tags {
  font-weight: 500;
  color: var(--page_title_color);
}
.product-shop .tags a {
  color: var(--body_color);
  display: inline-block;
  line-height: var(--font_size_plus10);
}
.product-shop .tags a:hover {
  color: var(--link_color);
}
.product-shop .secure-shopping-guarantee {
  border: none;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.share_toolbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  margin-bottom: 20px;
}
.share_toolbox > span {
  margin-right: 12px;
}
.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;
}
.swatch {
  margin-bottom: 13px;
}
.swatch .header {
  font-size: var(--font_size);
  font-weight: 500;
  line-height: 20px;
  color: var(--page_title_color);
  margin-bottom: 0.5rem;
  display: none;
}
.swatch .header em {
  color: var(--bg_sale);
  margin-right: 4px;
}
.swatch .header [data-option-select] {
  color: #737373;
  font-weight: 400;
}
.swatch .swatch-element .crossed-out,
.swatch input[type="radio"] {
  display: none;
}
.swatch .soldout {
  opacity: 0.4;
}
.swatch .swatch-element {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin: 0 10px 12px 0;
  position: relative;
}
.swatch .swatch-element.soldout label {
  cursor: pointer;
}
#product-variants .swatch .swatch-element.soldout:not(.available),
.swatch .swatch-element.soldout label:after,
.swatch .swatch-element.unavailable {
  display: none;
}
.swatch .swatch-element label {
  min-width: 34px;
  height: 34px;
  border: 1px solid var(--border_color_2);
  margin: 0;
  text-align: center;
  padding: 3px;
  line-height: var(--font_size_plus14);
  color: var(--color_slick_arrow);
  cursor: pointer;
  border-radius: var(--border-radius-17);
}
.swatch .swatch-element .bgImg {
  display: block;
  width: 100%;
  height: 100%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border-radius: var(--border-radius-50);
}
.swatch .swatch-element:not(.color) label:after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  border: 2px solid var(--color_slick_arrow);
  background-color: rgba(255, 255, 255, 0);
  z-index: 2;
  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;
  border-radius: var(--border-radius-17);
}
.swatch .swatch-element.color label {
  position: relative;
}
.swatch .swatch-element.color label:after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  border: 4px solid var(--color_slick_arrow);
  background-color: rgba(255, 255, 255, 0);
  z-index: 2;
  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%;
  border-radius: var(--border-radius-50);
}
.swatch .swatch-element.color label.swatch_variant_img:after {
  border-width: 3px;
}
.swatch .swatch-element input:checked + label {
  font-weight: 600;
}
.swatch .swatch-element input:checked + label:after {
  opacity: 1;
  visibility: visible;
}
.swatch .tooltip {
  text-align: center;
  background: var(--background_1);
  color: var(--color_1);
  bottom: 100%;
  padding: 5px 10px;
  display: block;
  position: absolute;
  z-index: 2;
  min-width: 50px;
  left: 50%;
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  margin-bottom: 12px;
  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);
  font-weight: 500;
  letter-spacing: normal;
  pointer-events: none;
}
.swatch .tooltip:before {
  bottom: -16px;
  content: "";
  display: block;
  height: 16px;
  left: 0;
  position: absolute;
  width: 100%;
}
.swatch .tooltip:after {
  border-left: solid transparent 7px;
  border-right: solid transparent 7px;
  border-top: solid var(--background_1) 7px;
  bottom: -7px;
  content: " ";
  height: 0;
  left: 50%;
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  position: absolute;
  width: 0;
}
.swatch .swatch-element:hover .tooltip {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.swatch.swatch_size_large {
  margin-bottom: 20px;
}
.swatch.swatch_size_large .header {
  font-size: 15px;
  line-height: 24px;
  color: grey;
}
.swatch.swatch_size_large .swatch-element {
  margin: 0 10px 15px 0;
}
.swatch.swatch_size_large .swatch-element label {
  border-radius: 0;
  background-color: #eaeaea;
}
.swatch.swatch_size_large .swatch-element label:hover {
  box-shadow: 0 3px 7px 0 rgba(0, 0, 0, 0.2);
}
.swatch.swatch_size_large .swatch-element .bgImg {
  border-radius: var(--border-radius-50);
}
.swatch.swatch_size_large .swatch-element:not(.color) label {
  font-size: 15px;
  line-height: 26px;
  padding-top: 7px;
}
.swatch.swatch_size_large .swatch-element:not(.color) label:after {
  border-radius: 0;
  display: none;
  border: 1px solid;
}
.swatch.swatch_size_large .swatch-element:not(.color) input:checked + label {
  background-color: #fff;
  border-color: #ccc;
  font-weight: 400;
}
.swatch.swatch_size_large .swatch-element.color label {
  padding: 0;
}
.swatch.swatch_size_large .swatch-element.color label:before {
  content: "";
  width: 14px;
  height: 8px;
  position: absolute;
  top: calc(50% - 7px);
  left: calc(50% - 4px);
  border: 2px solid transparent;
  border-top: none;
  border-right: none;
  background: rgba(255, 255, 255, 0);
  transition: all 0.2s ease;
  opacity: 1;
  transform: scale(1) rotate(-45deg);
}
.swatch.swatch_size_large .swatch-element.color label:after {
  display: block;
  content: "";
  position: absolute;
  border: 1px solid transparent;
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  left: 1px;
  top: 1px;
  border-radius: var(--border-radius-50);
}
.swatch.swatch_size_large .swatch-element.color input:checked + label:before {
  border-color: #fff;
}
.tabs__product-page {
  margin-bottom: 20px;
}
.tabs__product-page .wrapper-tab-content .tab-title {
  border-top: 1px solid var(--border_bt_sidebar);
  position: relative;
}
.tabs__product-page .wrapper-tab-content .tab-links {
  padding: 15px 30px 12px 0;
  position: static;
}
.tabs__product-page .tab-content {
  display: none;
}
.tabs__product-page .table-wrapper {
  width: 100%;
  overflow-y: auto;
}
.tabs__product-page .tab-links {
  font-size: var(--font_size_plus2);
  color: var(--page_title_color);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  display: block;
  position: relative;
}
.tabs__product-page .tab-links .icon-dropdown {
  position: absolute;
  top: 50%;
  right: 0;
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 0.3;
  font-size: 22px;
}
.tabs__product-page .tab-links .icon-dropdown .fa {
  -webkit-transition: transform 0.3s ease;
  -moz-transition: transform 0.3s ease;
  -ms-transition: transform 0.3s ease;
  -o-transition: transform 0.3s ease;
  transition: transform 0.3s ease;
}
.tabs__product-page .tab-links.active {
  font-size: var(--font_size_plus2);
  font-weight: 700;
}
.tabs__product-page .tab-links.active .icon-dropdown {
  opacity: 0.7;
  margin-top: 1px;
}
.tabs__product-page .tab-links.active .icon-dropdown .fa {
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.tabs__product-page .list-tabs {
  margin-bottom: 30px;
  border-bottom: 1px solid var(--border_bt_sidebar);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}
.tabs__product-page .list-tabs .tab-title {
  margin: 0 -1px 0 0;
}
.tabs__product-page .list-tabs .tab-links {
  padding: 12px 15px 9px;
  border: 1px solid var(--border_bt_sidebar);
  border-bottom: none;
  background-color: #fafafa;
}
.tabs__product-page .list-tabs .tab-links:before {
  position: absolute;
  width: -moz-calc(100% + 2px);
  width: -webkit-calc(100% + 2px);
  width: -ms-calc(100% + 2px);
  width: calc(100% + 2px);
  height: 2px;
  content: "";
  top: -1px;
  left: -1px;
}
.tabs__product-page .list-tabs .tab-links:after {
  position: absolute;
  width: 100%;
  height: 1px;
  content: "";
  bottom: -1px;
  left: 0;
}
.tabs__product-page .list-tabs .tab-links.active {
  background-color: var(--body_bg);
  margin-bottom: -1px;
}
.tabs__product-page .list-tabs .tab-links.active:before {
  background-color: var(--page_title_color);
}
.tabs__product-page .list-tabs .tab-links.active:after {
  background-color: var(--body_bg);
}
.tabs__product-page .tab-content {
  line-height: var(--font_size_plus12);
}
.tabs__product-page .tab-content p {
  margin-bottom: 2rem;
}
.tabs__product-page .tab-content h4 {
  font-size: var(--font_size);
  font-weight: 500;
  color: var(--page_title_color);
  line-height: var(--font_size_plus12);
  margin-bottom: 10px;
}
.tabs__product-page .tab-content ol,
.tabs__product-page .tab-content ul {
  margin: 0 0 25px 20px;
}
.tabs__product-page .tab-content ul li {
  margin-bottom: 6px;
}
.tabs__product-page .tab-content ul li:before {
  content: "";
  width: 6px;
  height: 6px;
  background-color: #8c8c8c;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  border: none;
  margin: 8.5px 11px 10px 0;
  float: left;
}
.tabs__product-page .tab-content ol li {
  counter-increment: li;
}
.tabs__product-page .tab-content ol li:before {
  content: counter(li);
  min-width: 17px;
  float: left;
}
.tabs__product-page #collapse-tab3 h4 {
  margin-bottom: 5px;
}
.tabs__product-page .spr-container {
  padding: 0;
  border: none;
}
.tabs__product-page .spr-container .spr-header-title {
  display: none;
}
.tabs__product-page .spr-container .spr-summary-actions-newreview {
  text-transform: uppercase;
  font-weight: 700;
  line-height: var(--font_size_plus8);
  outline: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  border-radius: 0;
  border: 1px solid rgba(255, 255, 255, 0);
  min-width: 130px;
  max-width: 100%;
  transition: all 0.3s ease;
  padding: var(--padding_btn);
  font-size: var(--font_size_btn);
  letter-spacing: var(--letter_spacing_btn);
  background: var(--background_2);
  color: var(--color_2);
  border-color: var(--border_2);
  min-width: 188px;
  text-align: center;
  display: inline-block;
}
.tabs__product-page .spr-container .spr-summary-actions-newreview:hover {
  background: var(--background_1);
  color: var(--color_1);
  border-color: var(--border_1);
}
.tabs__product-page .spr-container .spr-form {
  margin-top: 30px;
  padding-top: 33px;
}
.tabs__product-page .spr-container .spr-form > form {
  margin-bottom: 50px;
}
.tabs__product-page .spr-container .spr-form-title {
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: var(--page_title_color);
  margin-bottom: 24px;
}
.tabs__product-page .spr-container .spr-form-label {
  font-size: var(--font_size);
  font-weight: 500;
}
.tabs__product-page .spr-container .spr-form-contact-name,
.tabs__product-page .spr-container .spr-form-review-title {
  margin-bottom: 18px;
}
.tabs__product-page .spr-container .spr-form-contact-email {
  margin-bottom: 26px;
}
.tabs__product-page .spr-container input[type="email"],
.tabs__product-page .spr-container input[type="password"],
.tabs__product-page .spr-container input[type="tel"],
.tabs__product-page .spr-container input[type="text"],
.tabs__product-page .spr-container textarea {
  border-color: #cacaca;
}
.tabs__product-page .spr-container input[type="email"],
.tabs__product-page .spr-container input[type="password"],
.tabs__product-page .spr-container input[type="tel"],
.tabs__product-page .spr-container input[type="text"] {
  max-width: 370px;
}
.tabs__product-page .spr-container textarea {
  max-width: 670px;
}
.tabs__product-page .spr-container .spr-summary-starrating {
  position: relative;
  top: 0.5px;
}
.tabs__product-page .spr-container .spr-form-review-rating {
  margin-bottom: 20px;
}
.tabs__product-page .spr-container .spr-form-review-rating label {
  margin: 0 15px 0 0;
  vertical-align: middle;
}
.tabs__product-page .spr-container .spr-form-review-rating .spr-starrating {
  display: inline-block;
  vertical-align: middle;
}
.tabs__product-page .spr-container .spr-form-review-rating .spr-icon {
  width: 16px;
  height: 24px;
  padding: 0;
}
.tabs__product-page .spr-container .spr-form-review-body {
  margin-bottom: 20px;
}
.tabs__product-page .spr-container .spr-form-review-body label {
  margin-bottom: 14px;
}
.tabs__product-page .spr-container .spr-form-actions .spr-button-primary {
  float: none;
  padding: 10px 15px 8px;
  width: 100%;
  max-width: 190px;
  background: var(--background_1);
  color: var(--color_1);
  border-color: var(--border_1);
}
.tabs__product-page .spr-container .spr-form-actions .spr-button-primary:hover {
  background: var(--background_2);
  color: var(--color_2);
  border-color: var(--border_2);
}
.tabs__product-page .spr-container .spr-summary-caption {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: 1px;
}
.tabs__product-page .spr-container .spr-summary {
  line-height: var(--font_size_plus23);
}
.tabs__product-page .spr-container .spr-reviews {
  margin-top: 30px;
  border-color: var(--border_bt_sidebar);
}
.tabs__product-page .spr-container .spr-reviews .spr-review {
  padding: 28px 0 30px;
}
.tabs__product-page .spr-container .spr-starratings {
  font-size: var(--font_size);
  margin-bottom: 8px;
}
.tabs__product-page .spr-container .spr-review-header-title {
  font-size: var(--font_size);
  font-weight: 500;
  line-height: var(--font_size_plus8);
  color: var(--page_title_color);
  margin-bottom: 7px;
}
.tabs__product-page .spr-container .spr-review-header-byline {
  color: var(--breadcrumb_color);
  font-weight: 400;
  font-style: normal;
  font-size: var(--font_size);
  line-height: var(--font_size_plus8);
  margin-bottom: 13px;
}
.tabs__product-page .spr-container .spr-review-header-byline strong {
  font-weight: 400;
}
.tabs__product-page .spr-container .spr-review-content {
  line-height: var(--font_size_plus12);
  margin: 0;
}
.tabs__product-page .spr-container .spr-review-content-body {
  font-size: var(--font_size);
  margin-bottom: 10px;
}
.tabs__product-page .spr-container .spr-review-content-body p {
  margin-bottom: 10px;
}
.tabs__product-page .spr-container .spr-review-reportreview {
  float: none;
  font-size: var(--font_size_minus1);
  line-height: var(--font_size_plus8);
  font-weight: 500;
}
.tabs__product-page dl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 6px;
}
.tabs__product-page dl dt {
  font-weight: 500;
  color: var(--page_title_color);
  min-width: 180px;
  margin-right: 5px;
}
.tabs__product-page dl dd {
  margin: 0;
}
.tabs__product-page dl dd,
.tabs__product-page dl dt {
  display: inline-block;
  vertical-align: middle;
}
.tabs__product-page .gallery_lookbook-box .item {
  margin: 18px 0 42px;
}
.tabs__product-page .quote-detail h4:first-child {
  margin-bottom: 17px;
}
.tabs__product-page .quote-detail blockquote {
  padding: 24px 38px;
  margin-bottom: 32px;
}
.theme-ask .ask-an-expert-text {
  font-size: var(--font_size);
  font-weight: 400;
  letter-spacing: 0.05em;
  text-transform: none;
  line-height: var(--font_size_plus8);
  color: var(--page_title_color);
  margin: 0;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 20px;
}
.product-template-full-width .theme-ask .ask-an-expert-text,
.product-template-slider .theme-ask .ask-an-expert-text {
  text-align: left;
}
.theme-ask .ask-an-expert-text .fa {
  font-size: var(--font_size_plus2);
  margin-right: 10px;
}
.theme-ask .ask-an-expert-text a {
  color: var(--page_title_color);
  margin-left: 3px;
  border-bottom: 1px solid #5a5a5a;
}
.halo_modal-custom.modal_ters_conditions .modal-body {
  padding: 5.3% 5% 5%;
}
.halo_modal-custom .modal-dialog {
  width: 700px;
  max-width: 85%;
  margin: 5rem auto;
  -webkit-overflow-scrolling: touch;
}
.halo_modal-custom .modal-dialog.modal-dialog-centered {
  min-height: -moz-calc(100% - (5rem * 2));
  min-height: -webkit-calc(100% - (5rem * 2));
  min-height: -ms-calc(100% - (5rem * 2));
  min-height: calc(100% - (5rem * 2));
}
.halo_modal-custom .modal-content {
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15);
  border: none;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}
.halo_modal-custom .close-modal {
  width: 33px;
  height: 33px;
  padding: 0;
  margin: 0;
  top: -18px;
  right: -18px;
}
.halo_modal-custom .modal-header {
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  border-bottom-color: var(--border_bt_sidebar);
  padding: 12px 12px 9px;
}
.halo_modal-custom .modal-title,
.halo_modal-custom .title {
  text-align: center;
  line-height: var(--font_size_plus12);
  text-transform: uppercase;
  font-weight: 600;
  color: var(--page_title_color);
}
.halo_modal-custom .modal-title {
  font-size: var(--font_size_plus2);
  letter-spacing: 0.05em;
}
.halo_modal-custom .title {
  font-size: var(--font_size);
  letter-spacing: 0.1em;
  margin-bottom: 10px;
}
.halo_modal-custom .modal-body {
  padding: 5.3% 14% 10%;
}
.halo_modal-custom .modal-body .title-wrapper {
  text-align: center;
  border-bottom: 1px solid var(--border_bt_sidebar);
  padding-bottom: 25px;
  margin-bottom: 25px;
}
.halo_modal-custom .modal-body .title-wrapper .des {
  line-height: var(--font_size_plus12);
}
.halo_modal-custom .modal-body .questions {
  font-weight: 500;
  text-align: center;
  margin-bottom: 25px;
}
.addresses-page .btn-edit-delete .halo_modal-custom .modal-body .actions a,
.halo_modal-custom .modal-body .actions .addresses-page .btn-edit-delete a,
.halo_modal-custom .modal-body .actions .btn,
.halo_modal-custom .modal-body .actions .product-shop .groups-btn .wishlist,
.halo_modal-custom
  .modal-body
  .actions
  .product-shop
  .shopify-payment-button
  button.shopify-payment-button__button,
.halo_modal-custom
  .modal-body
  .actions
  .tabs__product-page
  .spr-container
  .spr-summary-actions-newreview,
.product-shop .groups-btn .halo_modal-custom .modal-body .actions .wishlist,
.product-shop
  .shopify-payment-button
  .halo_modal-custom
  .modal-body
  .actions
  button.shopify-payment-button__button,
.tabs__product-page
  .spr-container
  .halo_modal-custom
  .modal-body
  .actions
  .spr-summary-actions-newreview {
  background: var(--background_3);
  color: var(--color_3);
  border-color: var(--border_3);
  width: 100%;
  padding: 10px 15px 8px;
}
.addresses-page
  .btn-edit-delete
  .halo_modal-custom
  .modal-body
  .actions
  a:hover,
.halo_modal-custom
  .modal-body
  .actions
  .addresses-page
  .btn-edit-delete
  a:hover,
.halo_modal-custom .modal-body .actions .btn:hover,
.halo_modal-custom
  .modal-body
  .actions
  .product-shop
  .groups-btn
  .wishlist:hover,
.halo_modal-custom
  .modal-body
  .actions
  .product-shop
  .shopify-payment-button
  button.shopify-payment-button__button:hover,
.halo_modal-custom
  .modal-body
  .actions
  .tabs__product-page
  .spr-container
  .spr-summary-actions-newreview:hover,
.product-shop
  .groups-btn
  .halo_modal-custom
  .modal-body
  .actions
  .wishlist:hover,
.product-shop
  .shopify-payment-button
  .halo_modal-custom
  .modal-body
  .actions
  button.shopify-payment-button__button:hover,
.tabs__product-page
  .spr-container
  .halo_modal-custom
  .modal-body
  .actions
  .spr-summary-actions-newreview:hover {
  background: var(--background_1);
  color: var(--color_1);
  border-color: var(--border_1);
}
.halo_modal-custom .modal-body .form-group {
  margin-bottom: 20px;
}
.halo_modal-custom .modal-body .form-group input[type="email"],
.halo_modal-custom .modal-body .form-group input[type="password"],
.halo_modal-custom .modal-body .form-group input[type="tel"],
.halo_modal-custom .modal-body .form-group input[type="text"],
.halo_modal-custom .modal-body .form-group textarea {
  height: initial;
  padding: 9px 15px 7px;
  border: 1px solid var(--border_input);
  color: var(--color_ipt);
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  width: 100%;
  display: block;
  outline: 0;
  max-width: inherit;
}
.halo_modal-custom .modal-body .form-group label {
  font-weight: 500;
}
.halo_modal-custom .modal-body .form-group label:first-child {
  margin-bottom: 10px;
}
.halo_modal-custom .modal-body .form-group input[type="radio"] + label {
  font-weight: 400;
  color: var(--body_color);
  margin-right: 28px;
}
.halo_modal-custom .modal-body .custom-radio {
  margin-bottom: 12px;
  padding-top: 5px;
}
.halo_modal-custom .modal-body .custom-radio label:first-child {
  margin-right: 28px;
}
.halo_modal-custom .modal-body .custom-radio.last {
  margin-bottom: 18px;
}
.halo_modal-custom .modal-body .custom-radio.last label:first-child {
  display: block;
  margin-bottom: 16px;
}
.modal-backdrop {
  background-color: var(--bg_quick_view);
}
.size-chart-open-popup {
  font-size: var(--font_size_minus1);
  text-transform: uppercase;
  color: var(--page_title_color);
  font-weight: 400;
  padding-left: 36px;
  cursor: pointer;
  background-image: url(icon_sizechar.png);
  background-repeat: no-repeat;
  background-position: 0 1.5px;
  display: inline-block;
  float: right;
  margin-bottom: 15px;
  position: relative;
  z-index: 1;
}
.has-size-chart:after {
  display: block;
  content: "";
  visibility: hidden;
  clear: both;
}
#size_chart .modal-body {
  padding: 5% 10% 5%;
}
.cart-template .page-header .continue {
  display: inline-block;
  font-weight: 500;
  color: var(--page_title_color);
  letter-spacing: normal;
  line-height: var(--font_size_plus12);
  float: right;
}
.cart-template .page-header .fa {
  font-size: var(--font_size_plus4);
  margin-left: 8px;
  position: relative;
  top: 2px;
  color: #5a5a5a;
}
.cart-template .page-header:after {
  display: block;
  content: "";
  visibility: hidden;
  clear: both;
}
.cart-template .page-header h1,
.cart-template .page-header h2 {
  margin-bottom: 24px;
}
.cart-template .wrapper-cart-template .cart-list {
  max-height: none;
  overflow: visible;
  max-width: 100%;
  margin-right: 0;
}
.cart-template .wrapper-cart-template .cart-list .details {
  min-width: 100%;
}
.cart-template .wrapper-cart-template .cart-list .cart-thumb {
  width: 150px;
  padding-right: 30px;
}
.cart-template .wrapper-cart-template .cart-list .cart-details {
  width: -moz-calc(100% - 150px);
  width: -webkit-calc(100% - 150px);
  width: -ms-calc(100% - 150px);
  width: calc(100% - 150px);
}
.cart-template .wrapper-cart-template .cart-list li {
  padding: 28px 0 35px;
}
.cart-template .wrapper-cart-template .cart-list li + li {
  border-top-color: var(--border_bt_sidebar);
}
.cart-template .wrapper-cart-template .cart-list .product-vendor,
.cart-template .wrapper-cart-template .cart-list .properties,
.cart-template .wrapper-cart-template .cart-list .size {
  color: var(--breadcrumb_color);
}
.cart-template .wrapper-cart-template .cart-list .product-name {
  margin-bottom: 6px;
}
.cart-template .wrapper-cart-template .cart-list .properties,
.cart-template .wrapper-cart-template .cart-list .size {
  margin-bottom: 5px;
}
.cart-template .wrapper-cart-template .cart-list .properties label {
  font-weight: 500;
}
.cart-template .wrapper-cart-template .cart-list .product-vendor {
  margin-bottom: 18px;
}
.cart-template .wrapper-cart-template .cart-list .price-box {
  margin-bottom: 15px;
}
.cart-template .wrapper-cart-template .cart-list .quantity label {
  font-weight: 500;
  display: block;
  margin-bottom: 9px;
  width: 100%;
}
.cart-template .wrapper-cart-template .cart-list .qty-group {
  max-width: 144px;
  margin-bottom: 20px;
}
.cart-template
  .wrapper-cart-template
  .cart-list
  .qty-group
  input[name="updates[]"],
.cart-template
  .wrapper-cart-template
  .cart-list
  .qty-group
  input[name="group_quantity"],
.cart-template
  .wrapper-cart-template
  .cart-list
  .qty-group
  input[name="quantity"] {
  width: 78px;
  color: #2d2d2d;
}
.cart-template .wrapper-cart-template .cart-list .group-action .update {
  font-size: var(--font_size);
  text-transform: capitalize;
  letter-spacing: normal;
  font-weight: 500;
  border-color: #5a5a5a;
  background-color: var(--body_bg);
  color: var(--body_color);
  width: 100%;
  max-width: 160px;
  margin-bottom: 10px;
}
.cart-template .wrapper-cart-template .cart-list .group-action .update:hover {
  background: var(--background_1);
  color: var(--color_1);
  border-color: var(--border_1);
}
.cart-template .wrapper-cart-template .cart-list .group-action .remove {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-weight: 500;
  color: var(--breadcrumb_color);
  padding: 9px 0 7px;
  width: 100%;
  max-width: 160px;
}
.cart-template .wrapper-cart-template .cart-list .group-action .remove .text {
  margin-left: 8px;
}
.cart-template .wrapper-cart-template .cart-list .group-action .remove svg {
  position: relative;
  top: -1px;
  width: 21px;
  height: 21px;
}
.cart-template
  .wrapper-cart-template
  .cart-list
  .group-action
  .remove
  .text-hover:before {
  bottom: 1px;
}
.cart-template .wrapper-cart-template .cart-list .group-action .remove:hover {
  color: var(--page_title_color);
}
.cart-template .wrapper-cart-template .cart-thumb .product-img {
  display: block;
}
.cart-template .wrapper-cart-template .cart-thumb img {
  width: 120px;
}
.cart-template .wrapper-cart-template .box-title {
  font-size: var(--font_size);
  color: #5a5a5a;
  background-color: #fafafa;
  border-bottom: 1px solid var(--border_color_2);
  padding: 10px 20px 8px;
}
.cart-template .wrapper-cart-template .cart_items .box-title {
  text-align: left;
}
.cart-template .wrapper-cart-template .total {
  padding: 29px 0 26px;
  margin-bottom: 24px;
  border-bottom: 1px solid var(--border_bt_sidebar);
}
.cart-template .wrapper-cart-template .total .price {
  font-size: var(--font_size_plus4);
  font-weight: 600;
}
.cart-template .wrapper-cart-template .add-comments {
  font-size: var(--font_size);
  font-weight: 500;
  line-height: var(--font_size_plus12);
  margin-bottom: 12px;
}
.cart-template .wrapper-cart-template .add-comments span {
  display: inline-block;
  vertical-align: middle;
}
.cart-template .wrapper-cart-template .add-comments .note {
  font-size: var(--font_size_minus2);
  padding: 4px 5px 3px;
  line-height: 1em;
  color: var(--sale_text);
  background-color: var(--bg_sale);
  text-align: center;
  -moz-border-radius: 1px;
  -webkit-border-radius: 1px;
  -ms-border-radius: 1px;
  -o-border-radius: 1px;
  border-radius: 1px;
  margin-right: 10px;
}
.cart-template .wrapper-cart-template .input-full {
  margin-bottom: 20px;
  min-height: 98px;
  max-width: 100%;
}
.cart-template .wrapper-cart-template .btn-actions {
  margin-bottom: 54px;
}
.cart-template .wrapper-cart-template .btn-actions .btn-checkout {
  padding: 13px 15px 10px;
  background: var(--background_1);
  color: var(--color_1);
  border-color: var(--border_1);
  font-size: var(--font_size);
}
.cart-template .wrapper-cart-template .btn-actions .btn-checkout:hover {
  background: var(--background_3);
  color: var(--color_3);
  border-color: var(--border_3);
}
.cart-template
  .wrapper-cart-template
  .btn-actions
  .checkbox-group
  input[type="checkbox"]
  + label:after {
  top: 5px;
}
.cart-template .alert-warning {
  text-align: center;
  padding: 14px 15px 12px;
  line-height: var(--font_size_plus10);
  margin: 24px 0 35px;
}
.cart-template .cart-empty {
  line-height: var(--font_size_plus12);
  text-align: center;
}
.cart-template .cart-empty a {
  font-weight: 500;
}
#shipping-calculator h3 {
  font-size: var(--font_size_plus2);
  text-transform: uppercase;
  color: var(--page_title_color);
  letter-spacing: 0.05em;
  border-bottom: 1px solid var(--border_bt_sidebar);
  padding-bottom: 9px;
  margin-bottom: 18px;
  line-height: var(--font_size_plus10);
}
#shipping-calculator .form-group {
  margin-bottom: 15px;
}
#shipping-calculator .form-group label {
  font-weight: 500;
}
#shipping-calculator .form-group input[type="text"] {
  max-width: 100%;
}
#shipping-calculator #get-rates-container {
  margin-top: 20px;
  margin-bottom: 20px;
}
#shipping-calculator #get-rates-container .addresses-page .btn-edit-delete a,
#shipping-calculator #get-rates-container .btn,
#shipping-calculator #get-rates-container .product-shop .groups-btn .wishlist,
#shipping-calculator
  #get-rates-container
  .product-shop
  .shopify-payment-button
  button.shopify-payment-button__button,
#shipping-calculator
  #get-rates-container
  .tabs__product-page
  .spr-container
  .spr-summary-actions-newreview,
.addresses-page .btn-edit-delete #shipping-calculator #get-rates-container a,
.product-shop .groups-btn #shipping-calculator #get-rates-container .wishlist,
.product-shop
  .shopify-payment-button
  #shipping-calculator
  #get-rates-container
  button.shopify-payment-button__button,
.tabs__product-page
  .spr-container
  #shipping-calculator
  #get-rates-container
  .spr-summary-actions-newreview {
  width: 100%;
  background: var(--background_2);
  color: var(--color_2);
  border-color: var(--border_2);
}
#shipping-calculator
  #get-rates-container
  .addresses-page
  .btn-edit-delete
  a:hover,
#shipping-calculator #get-rates-container .btn:hover,
#shipping-calculator
  #get-rates-container
  .product-shop
  .groups-btn
  .wishlist:hover,
#shipping-calculator
  #get-rates-container
  .product-shop
  .shopify-payment-button
  button.shopify-payment-button__button:hover,
#shipping-calculator
  #get-rates-container
  .tabs__product-page
  .spr-container
  .spr-summary-actions-newreview:hover,
.addresses-page
  .btn-edit-delete
  #shipping-calculator
  #get-rates-container
  a:hover,
.product-shop
  .groups-btn
  #shipping-calculator
  #get-rates-container
  .wishlist:hover,
.product-shop
  .shopify-payment-button
  #shipping-calculator
  #get-rates-container
  button.shopify-payment-button__button:hover,
.tabs__product-page
  .spr-container
  #shipping-calculator
  #get-rates-container
  .spr-summary-actions-newreview:hover {
  background: var(--background_1);
  color: var(--color_1);
  border-color: var(--border_1);
}
#shipping-calculator #wrapper-response {
  font-size: var(--font_size);
  line-height: var(--font_size_plus10);
}
#shipping-calculator #wrapper-response p {
  margin-bottom: 7px;
}
#shipping-calculator #wrapper-response ul {
  font-weight: 500;
  color: var(--page_title_color);
}
#shipping-calculator #wrapper-response ul li {
  margin-bottom: 6px;
}
#shipping-calculator #wrapper-response ul li:before {
  content: "";
  width: 6px;
  height: 6px;
  background-color: #c6c6c6;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  border: none;
  margin: 8.5px 11px 10px 0;
  float: left;
}
.secure-shopping-guarantee {
  border-top: 1px solid var(--border_bt_sidebar);
  padding: 35px 0 30px;
  margin-bottom: 30px;
}
.secure-shopping-guarantee .secure-text {
  color: var(--body_color);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  margin-bottom: 14px;
}
.secure-shopping-guarantee .secure-text .icon {
  margin-right: 12px;
}
.secure-shopping-guarantee svg {
  width: 25px;
  height: 20px;
}
.create-an-account .page-header h1,
.create-an-account .page-header h2,
.login-page .page-header h1,
.login-page .page-header h2 {
  margin-bottom: 30px;
}
.create-an-account .des,
.login-page .des {
  margin-bottom: 25px;
  line-height: var(--font_size_plus12);
}
.custom-acc-page .form-group {
  margin-bottom: 15px;
}
.custom-acc-page .form-group label {
  font-weight: 500;
  margin-bottom: 9px;
}
.custom-acc-page .form-error {
  line-height: var(--font_size_plus12);
}
.custom-acc-page .form-error p {
  margin-bottom: 7px;
}
.custom-acc-page .form-error ul {
  font-weight: 500;
  margin: 0 0 26px 0;
}
.custom-acc-page .form-error ul a {
  text-transform: capitalize;
  padding-left: 2px;
}
.custom-acc-page .form-error ul li {
  margin-bottom: 6px;
}
.custom-acc-page .form-error ul li:before {
  content: "";
  width: 6px;
  height: 6px;
  background-color: #c6c6c6;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  border: none;
  margin: 8.5px 11px 10px 0;
  float: left;
}
.custom-acc-page .or_text {
  color: var(--breadcrumb_color);
  padding: 0 1px;
}
.custom-acc-page .action-btn {
  padding-top: 6px;
}
.custom-acc-page .btn-padd42 {
  padding-left: 42px;
  padding-right: 42px;
}
.addresses-page .btn-edit-delete .custom-acc-page a,
.custom-acc-page .addresses-page .btn-edit-delete a,
.custom-acc-page .btn,
.custom-acc-page .product-shop .groups-btn .wishlist,
.custom-acc-page
  .product-shop
  .shopify-payment-button
  button.shopify-payment-button__button,
.custom-acc-page
  .tabs__product-page
  .spr-container
  .spr-summary-actions-newreview,
.product-shop .groups-btn .custom-acc-page .wishlist,
.product-shop
  .shopify-payment-button
  .custom-acc-page
  button.shopify-payment-button__button,
.tabs__product-page
  .spr-container
  .custom-acc-page
  .spr-summary-actions-newreview {
  background: var(--background_2);
  color: var(--color_2);
  border-color: var(--border_2);
  margin-bottom: 25px;
}
.addresses-page .btn-edit-delete .custom-acc-page a:hover,
.custom-acc-page .addresses-page .btn-edit-delete a:hover,
.custom-acc-page .btn:hover,
.custom-acc-page .product-shop .groups-btn .wishlist:hover,
.custom-acc-page
  .product-shop
  .shopify-payment-button
  button.shopify-payment-button__button:hover,
.custom-acc-page
  .tabs__product-page
  .spr-container
  .spr-summary-actions-newreview:hover,
.product-shop .groups-btn .custom-acc-page .wishlist:hover,
.product-shop
  .shopify-payment-button
  .custom-acc-page
  button.shopify-payment-button__button:hover,
.tabs__product-page
  .spr-container
  .custom-acc-page
  .spr-summary-actions-newreview:hover {
  background: var(--background_1);
  color: var(--color_1);
  border-color: var(--border_1);
}
.custom-acc-page .last a {
  color: var(--body_color);
}
.custom-acc-page .last a:hover {
  color: var(--link_color);
}
.custom-acc-page .btn-2 {
  background: var(--background_1);
  color: var(--color_1);
  border-color: var(--border_1);
  padding: 13px 15px 10px;
  min-width: 242px;
}
.custom-acc-page .btn-2:hover {
  background: var(--background_2);
  color: var(--color_2);
  border-color: var(--border_2);
}
.custom-acc-page .box-title {
  font-size: var(--font_size_plus2);
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  line-height: var(--font_size_plus12);
  color: var(--page_title_color);
}
.custom-acc-page .wrapper-title {
  background-color: #fafafa;
  border-top: 1px solid var(--border_bt_sidebar);
  border-bottom: 1px solid var(--border_bt_sidebar);
  padding: 13px 42px 10px;
  text-align: center;
  margin-bottom: 36px;
}
.create-an-account .form-group {
  margin-bottom: 19px;
}
.create-an-account .des {
  border-top: 1px solid var(--border_bt_sidebar);
  padding-top: 28px;
}
.wrapper-login-customer .wrapper-content {
  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;
  position: relative;
  border-bottom: 1px solid var(--border_bt_sidebar);
  padding-bottom: 78px;
}
.wrapper-login-customer .wrapper-content .col-left {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc(50% - 10px);
  flex: 0 0 calc(50% - 10px);
  max-width: -moz-calc(50% - 10px);
  max-width: -webkit-calc(50% - 10px);
  max-width: -ms-calc(50% - 10px);
  max-width: calc(50% - 10px);
}
.wrapper-login-customer .wrapper-content .col-left > * {
  padding-right: 42px;
}
.wrapper-login-customer .wrapper-content .col-right {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc(50% + 10px);
  flex: 0 0 calc(50% + 10px);
  max-width: -moz-calc(50% + 10px);
  max-width: -webkit-calc(50% + 10px);
  max-width: -ms-calc(50% + 10px);
  max-width: calc(50% + 10px);
}
.wrapper-login-customer .wrapper-content .col-right > * {
  padding-left: 42px;
  padding-right: 42px;
}
.wrapper-login-customer .wrapper-content .col-right .wrapper-title ~ * {
  margin-left: 15px;
}
.wrapper-login-customer .wrapper-content:after {
  position: absolute;
  content: "";
  bottom: 40px;
  height: -moz-calc(100% - 40px - 20px - 49px);
  height: -webkit-calc(100% - 40px - 20px - 49px);
  height: -ms-calc(100% - 40px - 20px - 49px);
  height: calc(100% - 40px - 20px - 49px);
  width: 1px;
  background-color: var(--border_bt_sidebar);
  left: 50%;
  -moz-transform: translateX(-10px);
  -o-transform: translateX(-10px);
  -ms-transform: translateX(-10px);
  -webkit-transform: translateX(-10px);
  transform: translateX(-10px);
}
.wrapper-login-customer .custom-or-abs {
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translateX(-30px);
  -o-transform: translateX(-30px);
  -ms-transform: translateX(-30px);
  -webkit-transform: translateX(-30px);
  transform: translateX(-30px);
  z-index: 2;
  background-color: var(--body_bg);
  padding: 10px 0;
}
.wrapper-login-customer .custom-or-abs .or_text {
  text-transform: uppercase;
  border: 1px solid #ccc;
  min-width: 42px;
  min-height: 42px;
  text-align: center;
  -moz-border-radius: 21px;
  -webkit-border-radius: 21px;
  -ms-border-radius: 21px;
  -o-border-radius: 21px;
  border-radius: 21px;
  padding: 11px 5px 9px;
  display: block;
}
.wrapper-login-customer #recover_password div:first-child {
  margin-bottom: 25px;
}
.wrapper-login-customer #recover_password .action-btn a,
.wrapper-login-customer #recover_password .action-btn span {
  display: inline-block;
  padding-top: 8px;
  padding-bottom: 6px;
  margin-bottom: 25px;
  vertical-align: middle;
  padding-left: 8px;
}
.account-page .page-header {
  margin-top: 30px;
  padding-bottom: 2px;
}
.account-page .box-title {
  border-bottom: 1px solid var(--border_bt_sidebar);
  padding-bottom: 8px;
  margin-bottom: 25px;
}
.account-page .grid .grid-item {
  margin-bottom: 45px;
}
.account-page .acc-name {
  color: var(--page_title_color);
  font-size: var(--font_size);
  line-height: var(--font_size_plus8);
  text-transform: capitalize;
  font-weight: 500;
  margin-bottom: 12px;
}
.account-page .addr {
  line-height: var(--font_size_plus12);
  margin-bottom: 26px;
}
.account-page .addr .cus-addr {
  display: block;
}
.account-page .addr .addr-zip {
  margin-top: 23px;
}
.account-page table th {
  font-weight: 600;
  color: var(--page_title_color);
}
.account-page .addresses-page .btn-edit-delete a,
.account-page .btn,
.account-page .product-shop .groups-btn .wishlist,
.account-page
  .product-shop
  .shopify-payment-button
  button.shopify-payment-button__button,
.account-page .tabs__product-page .spr-container .spr-summary-actions-newreview,
.addresses-page .btn-edit-delete .account-page a,
.product-shop .groups-btn .account-page .wishlist,
.product-shop
  .shopify-payment-button
  .account-page
  button.shopify-payment-button__button,
.tabs__product-page
  .spr-container
  .account-page
  .spr-summary-actions-newreview {
  background: var(--background_1);
  color: var(--color_1);
  border-color: var(--border_1);
}
.account-page .addresses-page .btn-edit-delete a:hover,
.account-page .btn:hover,
.account-page .product-shop .groups-btn .wishlist:hover,
.account-page
  .product-shop
  .shopify-payment-button
  button.shopify-payment-button__button:hover,
.account-page
  .tabs__product-page
  .spr-container
  .spr-summary-actions-newreview:hover,
.addresses-page .btn-edit-delete .account-page a:hover,
.product-shop .groups-btn .account-page .wishlist:hover,
.product-shop
  .shopify-payment-button
  .account-page
  button.shopify-payment-button__button:hover,
.tabs__product-page
  .spr-container
  .account-page
  .spr-summary-actions-newreview:hover {
  background: var(--background_2);
  color: var(--color_2);
  border-color: var(--border_2);
}
.addresses-page .page-header {
  padding-bottom: 9px;
}
.addresses-page .btn-edit-delete .large--right a,
.addresses-page .large--right .btn,
.addresses-page .large--right .btn-edit-delete a,
.addresses-page .large--right .product-shop .groups-btn .wishlist,
.addresses-page
  .large--right
  .product-shop
  .shopify-payment-button
  button.shopify-payment-button__button,
.addresses-page
  .large--right
  .tabs__product-page
  .spr-container
  .spr-summary-actions-newreview,
.product-shop .groups-btn .addresses-page .large--right .wishlist,
.product-shop
  .shopify-payment-button
  .addresses-page
  .large--right
  button.shopify-payment-button__button,
.tabs__product-page
  .spr-container
  .addresses-page
  .large--right
  .spr-summary-actions-newreview {
  margin-bottom: 20px;
}
.addresses-page .last a:last-child {
  border-bottom: none;
}
.addresses-page .btn-edit-delete a {
  text-transform: uppercase;
  font-weight: 700;
  line-height: var(--font_size_plus8);
  outline: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  border-radius: 0;
  border: 1px solid rgba(255, 255, 255, 0);
  min-width: 130px;
  max-width: 100%;
  transition: all 0.3s ease;
  padding: var(--padding_btn);
  font-size: var(--font_size_btn);
  letter-spacing: var(--letter_spacing_btn);
  background-color: var(--background_2);
  color: var(--color_2);
  border-color: #5a5a5a;
  display: inline-block;
  text-align: center;
}
.addresses-page .btn-edit-delete a:hover {
  background: var(--background_1);
  color: var(--color_1);
  border-color: var(--border_1);
}
.addresses-page .btn-edit-delete a:first-child {
  min-width: 89px;
  margin-right: 12px;
}
.addresses-page .btn-edit-delete a:last-child {
  min-width: 126px;
}
.contact-us-page .form-group {
  margin-bottom: 20px;
}
.contact-us-page .form-group label {
  font-weight: 500;
  margin-bottom: 9px;
}
.contact-us-page .form-group textarea {
  max-width: 620px;
}
.addresses-page .btn-edit-delete .contact-us-page a,
.contact-us-page .addresses-page .btn-edit-delete a,
.contact-us-page .btn,
.contact-us-page .product-shop .groups-btn .wishlist,
.contact-us-page
  .product-shop
  .shopify-payment-button
  button.shopify-payment-button__button,
.contact-us-page
  .tabs__product-page
  .spr-container
  .spr-summary-actions-newreview,
.product-shop .groups-btn .contact-us-page .wishlist,
.product-shop
  .shopify-payment-button
  .contact-us-page
  button.shopify-payment-button__button,
.tabs__product-page
  .spr-container
  .contact-us-page
  .spr-summary-actions-newreview {
  min-width: 205px;
  background: var(--background_1);
  color: var(--color_1);
  border-color: var(--border_1);
  margin-top: 5px;
}
.addresses-page .btn-edit-delete .contact-us-page a:hover,
.contact-us-page .addresses-page .btn-edit-delete a:hover,
.contact-us-page .btn:hover,
.contact-us-page .product-shop .groups-btn .wishlist:hover,
.contact-us-page
  .product-shop
  .shopify-payment-button
  button.shopify-payment-button__button:hover,
.contact-us-page
  .tabs__product-page
  .spr-container
  .spr-summary-actions-newreview:hover,
.product-shop .groups-btn .contact-us-page .wishlist:hover,
.product-shop
  .shopify-payment-button
  .contact-us-page
  button.shopify-payment-button__button:hover,
.tabs__product-page
  .spr-container
  .contact-us-page
  .spr-summary-actions-newreview:hover {
  background: var(--background_2);
  color: var(--color_2);
  border-color: var(--border_2);
}
.contact-us-page .line {
  display: inline-block;
  width: 40px;
  height: 2px;
  background-color: var(--page_title_color);
}
.contact-us-page .des {
  margin-bottom: 27px;
}
.contact-us-page .page-header {
  margin-bottom: 24px;
}
.contact-us-page .page-header h1,
.contact-us-page .page-header h2 {
  margin-bottom: 17px;
}
.contact-us-page .location {
  line-height: var(--font_size_plus12);
}
.contact-us-page .location h4 {
  font-size: var(--font_size_plus2);
  line-height: var(--font_size_plus10);
  color: var(--page_title_color);
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-weight: 700;
  margin-bottom: 22px;
}
.contact-us-page .location p {
  margin-bottom: 24px;
}
.contact-us-page .location p:last-of-type {
  margin-bottom: 28px;
}
.contact-us-page .location a {
  color: var(--body_color);
}
.contact-us-page .location a:hover {
  color: var(--link_color);
}
.contact-us-page .location strong {
  font-weight: 400;
}
.contact-us-page .location .open-hours {
  border-top: 1px solid var(--border_bt_sidebar);
  padding-top: 28px;
}
.contact-us-page .form-contact {
  margin-bottom: 50px;
}
.contact-us-page .note.form-success {
  margin-bottom: 30px;
}
.lookbook-page .share_toolbox {
  border-bottom: 1px solid var(--border_bt_sidebar);
  margin-bottom: 45px;
  padding-bottom: 28px;
}
.lookbook-page .share_toolbox .at-share-btn-elements a:last-of-type {
  margin-right: 0 !important;
}
.lookbook-page
  .share_toolbox
  .at-share-btn-elements
  a:last-of-type
  .at-icon-wrapper {
  margin-right: 0 !important;
}
.lookbook-page .lookbook-content {
  margin-bottom: 28px;
}
.addresses-page .btn-edit-delete .lookbook-page .bottom a,
.lookbook-page .bottom .addresses-page .btn-edit-delete a,
.lookbook-page .bottom .btn,
.lookbook-page .bottom .product-shop .groups-btn .wishlist,
.lookbook-page
  .bottom
  .product-shop
  .shopify-payment-button
  button.shopify-payment-button__button,
.lookbook-page
  .bottom
  .tabs__product-page
  .spr-container
  .spr-summary-actions-newreview,
.product-shop .groups-btn .lookbook-page .bottom .wishlist,
.product-shop
  .shopify-payment-button
  .lookbook-page
  .bottom
  button.shopify-payment-button__button,
.tabs__product-page
  .spr-container
  .lookbook-page
  .bottom
  .spr-summary-actions-newreview {
  background: var(--background_1);
  color: var(--color_1);
  border-color: var(--border_1);
  padding: 13px 25px 10px;
  width: 100%;
  max-width: 240px;
}
.addresses-page .btn-edit-delete .lookbook-page .bottom a:hover,
.lookbook-page .bottom .addresses-page .btn-edit-delete a:hover,
.lookbook-page .bottom .btn:hover,
.lookbook-page .bottom .product-shop .groups-btn .wishlist:hover,
.lookbook-page
  .bottom
  .product-shop
  .shopify-payment-button
  button.shopify-payment-button__button:hover,
.lookbook-page
  .bottom
  .tabs__product-page
  .spr-container
  .spr-summary-actions-newreview:hover,
.product-shop .groups-btn .lookbook-page .bottom .wishlist:hover,
.product-shop
  .shopify-payment-button
  .lookbook-page
  .bottom
  button.shopify-payment-button__button:hover,
.tabs__product-page
  .spr-container
  .lookbook-page
  .bottom
  .spr-summary-actions-newreview:hover {
  background: var(--background_2);
  color: var(--color_2);
  border-color: var(--border_2);
}
.lookbook-page .lookbook-custom .item {
  margin-bottom: 20px;
}
.blog-detail .rte,
.page-tpl .rte {
  line-height: var(--font_size_plus12);
}
.blog-detail .rte p,
.page-tpl .rte p {
  margin-bottom: 2rem;
}
.blog-detail .rte h4,
.page-tpl .rte h4 {
  font-size: var(--font_size);
  font-weight: 500;
  color: var(--page_title_color);
  line-height: var(--font_size_plus12);
  margin-bottom: 10px;
}
.blog-detail .rte ol,
.blog-detail .rte ul,
.page-tpl .rte ol,
.page-tpl .rte ul {
  margin: 0 0 25px 20px;
}
.blog-detail .rte ul li,
.page-tpl .rte ul li {
  margin-bottom: 6px;
}
.blog-detail .rte ul li:before,
.page-tpl .rte ul li:before {
  content: "";
  width: 6px;
  height: 6px;
  background-color: #8c8c8c;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  border: none;
  margin: 8.5px 11px 10px 0;
  float: left;
}
.blog-detail .rte ol li,
.page-tpl .rte ol li {
  counter-increment: li;
}
.blog-detail .rte ol li:before,
.page-tpl .rte ol li:before {
  content: counter(li);
  min-width: 17px;
  float: left;
}
.sidebar-blog .widget-recent-articles {
  margin-bottom: 43px;
}
.sidebar-blog .widget-recent-articles .article h3 {
  font-size: var(--font_size);
  line-height: var(--font_size_plus10);
  font-weight: 500;
}
.sidebar-blog .widget-recent-articles .article a {
  color: var(--body_color);
  display: block;
  margin-bottom: 6px;
}
.sidebar-blog .widget-recent-articles .article em {
  display: block;
  font-style: normal;
  color: var(--breadcrumb_color);
  font-size: var(--font_size);
  line-height: var(--font_size_plus12);
  font-weight: 400;
}
.sidebar-blog .widget-recent-articles .article + .article {
  border-top: 1px solid var(--border_bt_sidebar);
  padding-top: 15px;
}
.sidebar-blog .widget-recent-articles .widget-title {
  margin-bottom: 20px;
}
.sidebar-blog .blogs-tags {
  margin-bottom: 43px;
}
.sidebar-blog .blogs-tags .widget-content a {
  font-size: var(--font_size);
  line-height: var(--font_size_plus10);
  color: var(--body_color);
}
.sidebar-blog .blogs-tags .widget-content a:hover {
  color: var(--link_color);
}
.blog-template .page-header h1 a,
.blog-template .page-header h2 a {
  color: var(--page_title_color);
}
.halo-blog-content .article-title {
  font-size: var(--font_size_plus6);
  line-height: var(--font_size_plus18);
  color: var(--page_title_color);
  font-weight: 600;
  margin-bottom: 5px;
}
.halo-blog-content .article-title a {
  color: var(--page_title_color);
}
.halo-blog-content .article-title a:hover {
  color: var(--link_color_hover);
}
.halo-blog-content .blog_author {
  font-size: var(--font_size);
  line-height: var(--font_size_plus10);
  color: var(--breadcrumb_color);
  margin-bottom: 30px;
}
.halo-blog-content .blog_author .blog-comment {
  color: var(--breadcrumb_color);
  text-transform: capitalize;
  margin-left: 8px;
}
.halo-blog-content .article-details .article-img {
  margin-bottom: 26px;
}
.halo-blog-content .article-details .des {
  line-height: var(--font_size_plus12);
  margin-bottom: 25px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
}
.halo-blog-content .article-details .btn-read-more {
  background: var(--background_2);
  color: var(--color_2);
  border-color: var(--border_2);
  min-width: 161px;
}
.halo-blog-content .article-details .btn-read-more:hover {
  background: var(--background_1);
  color: var(--color_1);
  border-color: var(--border_1);
}
.halo-blog-content .list-blog {
  margin-bottom: 60px;
}
.halo-blog-content .list-blog .blog-item {
  margin-bottom: 40px;
}
.halo-blog-content .list-blog .blog-item + .blog-item {
  border-top: 1px solid var(--border_bt_sidebar);
  padding-top: 30px;
}
.halo-blog-content .list-blog .blog-item-2 .article-img {
  margin-bottom: 21px;
}
.halo-blog-content .list-blog .blog-item-2 .blog_author {
  margin-bottom: 18px;
}
.pagination-center {
  border-top: 1px solid var(--border_bt_sidebar);
  padding-top: 30px;
}
.pagination-center,
.wishlist-pagination {
  margin: 0;
}
.pagination-center li,
.wishlist-pagination li {
  display: inline-block;
  margin: 0 10px;
}
.pagination-center li a,
.pagination-center li span,
.wishlist-pagination li a,
.wishlist-pagination li span {
  color: var(--body_color);
  padding: 0 2px;
}
.pagination-center li .fa,
.wishlist-pagination li .fa {
  font-size: var(--font_size_plus4);
  font-weight: 600;
  position: relative;
  top: 1px;
}
.pagination-center li.active,
.pagination-center li.disabled,
.pagination-center li.text,
.wishlist-pagination li.active,
.wishlist-pagination li.disabled,
.wishlist-pagination li.text {
  font-weight: 600;
  text-transform: uppercase;
}
.pagination-center li.active span,
.wishlist-pagination li.active span {
  border-bottom: 1px solid;
}
.pagination-center li:first-child,
.wishlist-pagination li:first-child {
  margin-left: 0;
}
.pagination-center li:first-child .fa,
.wishlist-pagination li:first-child .fa {
  padding-right: 5px;
}
.pagination-center li:last-child,
.wishlist-pagination li:last-child {
  margin-right: 0;
}
.pagination-center li:last-child .fa,
.wishlist-pagination li:last-child .fa {
  padding-left: 5px;
}
.wishlist-pagination li.disabled a {
  pointer-events: none;
}
.wishlist-pagination li.active a {
  border-bottom: 1px solid;
}
.bg-breddcrumb {
  background-color: #fafafa;
  margin-bottom: 25px;
}
.bg-breddcrumb .breadcrumb {
  padding: 9px 0 7px;
  margin-bottom: 0;
}
.bg-breddcrumb .next_prev-groups .next-prev-product {
  padding: 6px 0 4px;
}
.bg-breddcrumb .next_prev-groups .next-prev-modal {
  top: -moz-calc(100% - 2px);
  top: -webkit-calc(100% - 2px);
  top: -ms-calc(100% - 2px);
  top: calc(100% - 2px);
}
.blog-fullWidth .list-blog {
  margin-bottom: 0;
}
.blog-fullWidth .list-blog .blog-item-2 {
  margin-bottom: 60px;
}
.blog-fullWidth .list-blog .blog-item-2:nth-child(odd) {
  border-top: none;
  padding-top: 0;
}
.blog-fullWidth .list-blog .blog-item-2:nth-child(even) {
  padding-top: 50px;
}
.blog-mansory .list-blog {
  -moz-column-count: 1;
  -webkit-column-count: 1;
  column-count: 1;
  -webkit-column-gap: 0;
  -moz-column-gap: 0;
  column-gap: 0;
  margin: 0 -10px;
}
.blog-mansory .list-blog .blog-item-2 {
  break-inside: avoid;
  break-inside: avoid-column;
  page-break-inside: avoid;
  -webkit-column-break-inside: avoid;
  margin: 0;
  padding: 0 10px 60px;
}
.blog-mansory .list-blog .blog-item-2 + .blog-item-2 {
  border-top: none;
  padding-top: 0;
}
.blog-mansory .list-blog .article-title {
  font-size: var(--font_size_plus4);
}
.blog-mansory .list-blog .animate-scale1 {
  position: relative;
  overflow: hidden;
  display: block;
  height: 100%;
  width: 100%;
}
.blog-mansory .list-blog .animate-scale1:before {
  content: "";
  background-color: rgba(255, 255, 255, 0.1);
  display: block;
  position: absolute;
  left: -100%;
  top: 0;
  width: 100%;
  height: 100%;
  transition: all 0.3s ease 0s;
  z-index: 0;
}
.blog-mansory .list-blog .animate-scale1:hover:before {
  left: 0;
}
.blog-right-sidebar .list-blog .blog-item + .blog-item {
  padding-top: 40px;
}
.article-template .article-details {
  margin-bottom: 25px;
}
.article-template .article-details .rte img {
  margin-bottom: 4px;
}
.article-template .blog-detail .tags-share {
  border-top: 1px solid var(--border_bt_sidebar);
  padding-top: 17px;
  margin-bottom: 13px;
}
.article-template .blog-detail .icon-tag {
  color: var(--breadcrumb_color);
  display: inline-block;
  margin-right: 8px;
  position: relative;
  top: 3px;
}
.article-template .blog-detail .icon-tag svg {
  width: 14px;
  height: 20px;
  padding-top: 6px;
}
.article-template .blog-detail .user-tags a {
  color: var(--body_color);
}
.article-template .blog-detail .user-tags a:hover {
  color: var(--link_color);
}
.article-template .blog-detail .action-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-between;
  -moz-box-pack: space-between;
  -ms-flex-pack: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin-bottom: 58px;
}
.article-template .blog-detail .action-btn a {
  font-size: var(--font_size);
  font-weight: 600;
  letter-spacing: 0.05em;
  color: var(--link_color_hover);
  display: inline-block;
  border-bottom: 1px solid rgba(62, 62, 62, 0.7);
  text-transform: uppercase;
}
.article-template .blog-detail .action-btn .fa {
  font-size: var(--font_size_plus4);
  font-weight: 600;
  position: relative;
  top: 1px;
}
.article-template .blog-detail .action-btn .fa.fa-angle-left {
  margin-right: 5px;
}
.article-template .blog-detail .action-btn .fa.fa-angle-right {
  margin-left: 5px;
}
.article-template .blog-detail .title-comment {
  font-size: var(--font_size_plus2);
  line-height: var(--font_size_plus10);
  font-weight: 700;
  color: var(--page_title_color);
  text-transform: uppercase;
  letter-spacing: 0.05em;
  border-bottom: 1px solid var(--border_bt_sidebar);
  padding-bottom: 8px;
  margin-bottom: 29px;
}
#comments .form-group {
  margin-bottom: 20px;
}
#comments .form-group label {
  font-weight: 500;
}
#comments .form-group input,
#comments .form-group textarea {
  max-width: 100%;
}
#comments .form-group.message {
  margin-bottom: 15px;
}
#comments .note {
  color: var(--breadcrumb_color);
  margin-bottom: 22px;
}
#comments .addresses-page .btn-edit-delete a,
#comments .btn,
#comments .product-shop .groups-btn .wishlist,
#comments
  .product-shop
  .shopify-payment-button
  button.shopify-payment-button__button,
#comments .tabs__product-page .spr-container .spr-summary-actions-newreview,
.addresses-page .btn-edit-delete #comments a,
.product-shop .groups-btn #comments .wishlist,
.product-shop
  .shopify-payment-button
  #comments
  button.shopify-payment-button__button,
.tabs__product-page .spr-container #comments .spr-summary-actions-newreview {
  background: var(--background_1);
  color: var(--color_1);
  border-color: var(--border_1);
  width: 100%;
  max-width: 232px;
}
#comments .addresses-page .btn-edit-delete a:hover,
#comments .btn:hover,
#comments .product-shop .groups-btn .wishlist:hover,
#comments
  .product-shop
  .shopify-payment-button
  button.shopify-payment-button__button:hover,
#comments
  .tabs__product-page
  .spr-container
  .spr-summary-actions-newreview:hover,
.addresses-page .btn-edit-delete #comments a:hover,
.product-shop .groups-btn #comments .wishlist:hover,
.product-shop
  .shopify-payment-button
  #comments
  button.shopify-payment-button__button:hover,
.tabs__product-page
  .spr-container
  #comments
  .spr-summary-actions-newreview:hover {
  background: var(--background_2);
  color: var(--color_2);
  border-color: var(--border_2);
}
#comments .comment-head {
  color: var(--breadcrumb_color);
  margin-bottom: 12px;
}
#comments .comment-content {
  line-height: var(--font_size_plus12);
}
#comments .list-comments {
  margin-bottom: 45px;
}
#comments .list-comments > li {
  padding-left: 118px;
  background: url(i-comment.png) no-repeat 0 2px;
  padding-bottom: 26px;
  margin: 0;
  min-height: 110px;
  margin-bottom: 30px;
}
.gallery_lookbook-blog_detail {
  margin-bottom: 40px;
}
.gallery_lookbook-blog_detail .gallery_lookbook-box {
  margin-bottom: 42px;
}
.gallery_lookbook-blog_detail .gallery_lookbook-box .select-icon:before {
  opacity: 0.3;
}
.gallery_lookbook-blog_detail .widget-title {
  margin-bottom: 30px;
}
.gallery_lookbook-blog_detail .widget-title .box-title {
  font-size: var(--font_size_plus2);
}
.gallery_lookbook-blog_detail .quote-detail h4:first-child {
  margin-bottom: 17px;
}
.gallery_lookbook-blog_detail .quote-detail blockquote {
  padding: 24px 38px;
  margin-bottom: 32px;
}
.gallery_lookbook-blog_detail .featured-product-article {
  padding-top: 5px;
}
.search-page .page-header,
.template-404 .page-header {
  margin-top: 35px;
}
.search-page .page-header h2,
.template-404 .page-header h2 {
  line-height: 1.4em;
}
.search-page .col-main {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100% !important;
  flex: 0 0 100% !important;
  max-width: 100% !important;
}
.search-page .search-form .close-search {
  display: none !important;
}
.search-page .search-bar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.search-page .search-bar .icon-search {
  min-width: 70px;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  background: var(--background_2);
  color: var(--color_2);
  border-color: var(--border_2);
}
.search-page .search-bar .icon-search:hover {
  background: var(--background_3);
  color: var(--color_3);
  border-color: var(--border_3);
}
.search-page .input-group-field {
  padding: 7px 15px 5px;
  border: 1px solid #f5f5f5;
  background-color: #f5f5f5;
  color: #a3a3a3;
  width: 254px;
  margin-right: 10px;
}
.template-404 p {
  line-height: var(--font_size_plus12);
}
.template-404 p a {
  font-weight: 500;
}
.faqs-page .des_faqs {
  margin-bottom: 30px;
}
.faqs-page .panel-group {
  margin-bottom: 50px;
  word-break: break-word;
}
.faqs-page .panel-group .panel-default {
  margin-bottom: 15px;
}
.faqs-page .panel-group .panel-body {
  padding: 9px 25px 7px 12px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
}
.faqs-page .panel-group .panel-body > div {
  position: relative;
}
.faqs-page .panel-group .panel-body > div:before {
  position: relative;
  top: 3px;
  display: inline-block;
  vertical-align: top;
  font-size: var(--font_size_minus2);
  font-weight: 500;
  line-height: 1em;
  padding: 4px 8px 3px;
  min-width: 63px;
  -moz-border-radius: 1px;
  -webkit-border-radius: 1px;
  -ms-border-radius: 1px;
  -o-border-radius: 1px;
  border-radius: 1px;
  margin-right: 20px;
  text-align: center;
}
.faqs-page .panel-group .panel-body > div .rte {
  display: inline-block;
  vertical-align: top;
}
.faqs-page .panel-group .panel-title a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
}
.faqs-page .panel-group .panel-title a span {
  padding: 9px 25px 7px 12px;
}
.faqs-page .panel-group .panel-title a span:before {
  display: inline-block;
  font-size: var(--font_size_minus2);
  font-weight: 500;
  line-height: 1em;
  padding: 4px 8px 3px;
  min-width: 63px;
  -moz-border-radius: 1px;
  -webkit-border-radius: 1px;
  -ms-border-radius: 1px;
  -o-border-radius: 1px;
  border-radius: 1px;
  margin-right: 20px;
  text-align: center;
}
.faqs-page .panel-group .panel-title {
  font-size: var(--font_size);
  line-height: var(--font_size_plus12);
  font-weight: 500;
  margin-bottom: 0;
}
.faqs-page .panel-group .panel-title a {
  -moz-border-radius: 1px;
  -webkit-border-radius: 1px;
  -ms-border-radius: 1px;
  -o-border-radius: 1px;
  border-radius: 1px;
  padding-right: 65px;
  position: relative;
}
.faqs-page .panel-group .panel-title a span:before {
  position: relative;
  top: 0;
}
.faqs-page .panel-group .panel-title a span:after {
  display: inline-block;
  font-size: var(--font_size);
  font-weight: 400;
  line-height: var(--font_size_plus12);
  text-align: right;
  content: attr(data-show) "";
  color: var(--breadcrumb_color);
  position: absolute;
  right: 25px;
  top: 0;
  padding: 9px 0 7px;
  text-transform: capitalize;
}
.faqs-page .panel-group .panel-title a:not(.collapsed) span:after {
  content: attr(data-hide) "";
  color: #fff;
}
.faqs-page .panel-group .panel-body {
  padding-top: 26px;
  padding-bottom: 10px;
  line-height: var(--font_size_plus10);
}
.faqs-page .panel-group .panel-body p:not(:last-child),
.faqs-page .panel-group .panel-body p:not(:last-of-type) {
  margin-bottom: 2rem;
}
.faqs-page .contact-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: flex-end;
  -moz-box-pack: flex-end;
  -ms-flex-pack: flex-end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.faqs-page .contact-link .text {
  font-size: var(--font_size);
  line-height: var(--font_size_plus12);
  margin-right: 20px;
}
.addresses-page .btn-edit-delete .faqs-page .contact-link a,
.faqs-page .contact-link .addresses-page .btn-edit-delete a,
.faqs-page .contact-link .btn,
.faqs-page .contact-link .product-shop .groups-btn .wishlist,
.faqs-page
  .contact-link
  .product-shop
  .shopify-payment-button
  button.shopify-payment-button__button,
.faqs-page
  .contact-link
  .tabs__product-page
  .spr-container
  .spr-summary-actions-newreview,
.product-shop .groups-btn .faqs-page .contact-link .wishlist,
.product-shop
  .shopify-payment-button
  .faqs-page
  .contact-link
  button.shopify-payment-button__button,
.tabs__product-page
  .spr-container
  .faqs-page
  .contact-link
  .spr-summary-actions-newreview {
  background: var(--background_3);
  color: var(--color_3);
  border-color: var(--border_3);
  min-width: 215px;
}
.addresses-page .btn-edit-delete .faqs-page .contact-link a:hover,
.faqs-page .contact-link .addresses-page .btn-edit-delete a:hover,
.faqs-page .contact-link .btn:hover,
.faqs-page .contact-link .product-shop .groups-btn .wishlist:hover,
.faqs-page
  .contact-link
  .product-shop
  .shopify-payment-button
  button.shopify-payment-button__button:hover,
.faqs-page
  .contact-link
  .tabs__product-page
  .spr-container
  .spr-summary-actions-newreview:hover,
.product-shop .groups-btn .faqs-page .contact-link .wishlist:hover,
.product-shop
  .shopify-payment-button
  .faqs-page
  .contact-link
  button.shopify-payment-button__button:hover,
.tabs__product-page
  .spr-container
  .faqs-page
  .contact-link
  .spr-summary-actions-newreview:hover {
  background: var(--background_1);
  color: var(--color_1);
  border-color: var(--border_1);
}
.ajax-quickview .halo-modal-content .halo-modal-body {
  padding: 50px 70px 50px 60px;
  max-height: 85vh;
}
.quickview-tpl .product-photos {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 410px;
  flex: 0 0 410px;
  max-width: 410px;
}
.quickview-tpl .product-shop {
  margin-top: -8px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc(100% - 410px);
  flex: 0 0 calc(100% - 410px);
  max-width: -moz-calc(100% - 410px);
  max-width: -webkit-calc(100% - 410px);
  max-width: -ms-calc(100% - 410px);
  max-width: calc(100% - 410px);
}
.quickview-tpl .product-shop .product-title a {
  color: var(--page_title_color);
}
.quickview-tpl .product-img-box .slider-nav .item {
  padding-bottom: 5px;
  border-bottom: 2px solid rgba(255, 255, 255, 0);
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.quickview-tpl .product-img-box .slider-nav .item.slick-current {
  opacity: 1;
  border-bottom-color: #000;
}
.quickview-tpl #notify-me-wrapper .input-field {
  height: initial;
  padding: 7px 12px 5px;
  border: 1px solid var(--border_input);
  color: var(--color_ipt);
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  width: 100%;
  max-width: 380px;
  display: block;
  outline: 0;
}
.product_layout_skin_1
  .quickview-tpl
  .product-img-box
  .slider-for
  .slick-arrow {
  display: none !important;
}
.product_layout_skin_1
  .quickview-tpl
  .product-img-box
  .slider-nav
  .slick-arrow {
  background-color: #000 !important;
  border: 1px solid #000 !important;
  color: #fff !important;
  opacity: 0.3;
  text-align: center;
}
.product_layout_skin_1
  .quickview-tpl
  .product-img-box
  .slider-nav
  .slick-arrow.slick-next {
  right: 8px;
}
.product_layout_skin_1
  .quickview-tpl
  .product-img-box
  .slider-nav
  .slick-arrow.slick-prev {
  left: 8px;
}
.product_layout_skin_1 .quickview-tpl .product-shop .product-title {
  font-family: var(--fonts_name_2);
  margin: 0;
  font-weight: 400;
  text-transform: capitalize;
  line-height: 36px;
}
.product_layout_skin_1 .quickview-tpl .product-shop .group_item .sold_product {
  color: #ff1800;
}
.product_layout_skin_1
  .quickview-tpl
  .product-shop
  .group_item
  .sold_product
  svg {
  stroke: none;
}
.product_layout_skin_1 .quickview-tpl .product-shop .product-infor label {
  color: grey;
}
.product_layout_skin_1 .quickview-tpl .product-shop .size-chart-open-popup {
  margin-top: 3px;
  position: absolute;
  right: 0;
  line-height: 20px;
}
.product_layout_skin_1 .quickview-tpl .product-shop .prices {
  font-weight: 400;
  font-family: var(--fonts_name_2);
}
.product_layout_skin_1 .quickview-tpl .product-shop .prices .compare-price {
  text-decoration: none;
}
.product_layout_skin_1 .quickview-tpl .product-shop .quantity {
  margin-bottom: 25px;
}
.product_layout_skin_1
  .quickview-tpl
  .product-shop
  .groups-btn
  .product-add-to-cart:hover {
  background-color: #1b223a;
  border-color: #1b223a;
  color: #fff;
}
.next_prev-groups {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
}
.next_prev-groups .next-prev-product {
  width: 50px;
  padding: 14px 0 12px;
  position: relative;
  right: -7px;
}
.next_prev-groups .breadcrumb {
  width: -moz-calc(100% - 50px);
  width: -webkit-calc(100% - 50px);
  width: -ms-calc(100% - 50px);
  width: calc(100% - 50px);
}
.next_prev-groups .next-prev-icons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: flex-end;
  -moz-box-pack: flex-end;
  -ms-flex-pack: flex-end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.next_prev-groups .next-prev-icons .icon-pro {
  color: var(--color_slick_arrow);
  display: inline-block;
  width: 25px;
  height: 30px;
}
.next_prev-groups .next-prev-icons svg {
  width: 25px;
  height: 30px;
}
.next_prev-groups .next-prev-modal {
  position: absolute;
  top: -moz-calc(100% - 10px);
  top: -webkit-calc(100% - 10px);
  top: -ms-calc(100% - 10px);
  top: calc(100% - 10px);
  right: 7px;
  border: 1px solid var(--border_bt_sidebar);
  -moz-border-radius: 1px;
  -webkit-border-radius: 1px;
  -ms-border-radius: 1px;
  -o-border-radius: 1px;
  border-radius: 1px;
  z-index: 3;
  background-color: var(--body_bg);
  width: 330px;
  max-width: -moz-calc(100vw - 20px);
  max-width: -webkit-calc(100vw - 20px);
  max-width: -ms-calc(100vw - 20px);
  max-width: calc(100vw - 20px);
  display: none;
}
.next_prev-groups .next-prev-modal .next-prev-content {
  display: none;
}
.next_prev-groups .next-prev-modal .next-prev-content.active {
  display: block;
}
.next_prev-groups .next-prev-modal .content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  padding: 5px;
  text-align: left;
}
.next_prev-groups .next-prev-modal .product-image {
  max-width: 52px;
  margin-right: 20px;
}
.next_prev-groups .next-prev-modal .column-right {
  width: -moz-calc(100% - 72px);
  width: -webkit-calc(100% - 72px);
  width: -ms-calc(100% - 72px);
  width: calc(100% - 72px);
  margin-top: -3px;
}
.next_prev-groups .next-prev-modal .column-right .price-box {
  margin-bottom: 0;
}
.vertical-tabs.tabs__product-page {
  padding-top: 8px;
}
.vertical-tabs {
  margin-bottom: 10px;
}
.vertical-tabs .wrapper-tab-content .tab-title:first-child {
  border-top: none;
}
.vertical-tabs .wrapper-tab-content .tab-title:first-child + .tab-content {
  display: block;
}
.vertical-tabs .theme-ask {
  margin-bottom: 2rem;
}
.brands-page .logo-brands {
  padding: 25px 0;
  border-top: 1px solid var(--border_bt_sidebar);
}
.brands-page .azbrandstable {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-bottom: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  overflow-x: auto;
}
.brands-page .azbrandstable li {
  text-align: center;
  margin-right: -1px;
  margin-bottom: 5px;
}
.brands-page .azbrandstable a {
  pointer-events: none;
  padding: 6px 5px 4px;
  width: 42.75px;
  height: 42.75px;
  border: 1px solid var(--border_bt_sidebar);
  font-size: var(--font_size_plus1);
  font-weight: 600;
  text-transform: uppercase;
  color: #b3b3b3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.brands-page .azbrandstable a.readonly {
  pointer-events: initial;
  color: var(--page_title_color);
}
.brands-page .azbrandstable a.readonly.active,
.brands-page .azbrandstable a.readonly:hover {
  color: var(--page_title_color);
  text-decoration: underline !important;
  background: #fafafa;
}
.brands-page .brands-list .brand {
  padding: 21px 0 19px;
  border-bottom: 1px solid var(--border_bt_sidebar);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: flex-start;
  -moz-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.brands-page .brands-list .azbrands-title {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 120px;
  flex: 0 0 120px;
  max-width: 120px;
  padding-right: 10px;
  text-align: left;
}
.brands-page .brands-list .azbrands-title h3 {
  font-size: var(--page_title_font_size);
  color: var(--page_title_color);
  line-height: var(--page_title_font_size_plus5);
  margin: 0;
  text-transform: uppercase;
}
.brands-page .brands-list .brand-grid {
  margin: 0;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc(100% - 120px);
  flex: 0 0 calc(100% - 120px);
  width: -moz-calc(100% - 120px);
  width: -webkit-calc(100% - 120px);
  width: -ms-calc(100% - 120px);
  width: calc(100% - 120px);
  padding: 0;
}
.brands-page .brands-list .brand-grid li {
  padding: 5px 10px 0;
}
.brands-page .brands-list .brand-grid a {
  color: var(--page_title_color);
}
.brands-page .brands-list .brand-grid a:hover {
  color: var(--link_color);
}
.product-template-grouped .grouped-content {
  border: 1px solid var(--border_bt_sidebar);
  margin-bottom: 40px;
  margin-top: 28px;
  max-width: 100%;
  overflow-x: auto;
}
.product-template-grouped .grouped-content .scroll-content {
  min-width: 560px;
}
.product-template-grouped .grouped-content .product-title {
  font-size: var(--font_size);
  line-height: var(--font_size_plus8);
  font-weight: 400;
  margin-bottom: 5px;
}
.product-template-grouped .grouped-product {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: flex-start;
  -moz-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  -ms-align-items: stretch;
  align-items: stretch;
}
.product-template-grouped .grouped-product + .grouped-product {
  border-top: 1px solid var(--border_bt_sidebar);
}
.product-template-grouped .grouped-product .column + .column {
  border-left: 1px solid var(--border_bt_sidebar);
}
.product-template-grouped .grouped-product .column-1 {
  letter-spacing: -0.33em;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc(50% + 10px);
  flex: 0 0 calc(50% + 10px);
  max-width: -moz-calc(50% + 10px);
  max-width: -webkit-calc(50% + 10px);
  max-width: -ms-calc(50% + 10px);
  max-width: calc(50% + 10px);
  padding: 15px;
}
.product-template-grouped .grouped-product .column-1 > div {
  display: inline-block;
  vertical-align: middle;
  letter-spacing: normal;
}
.product-template-grouped .grouped-product .column-1 .thumb {
  padding-right: 15px;
  width: 31%;
  position: relative;
}
.product-template-grouped .grouped-product .column-1 .product-img {
  display: block;
}
.product-template-grouped .grouped-product .column-1 .product-label {
  top: initial;
  right: initial;
  left: 0;
  bottom: -1px;
}
.product-template-grouped .grouped-product .column-1 .product-label strong {
  margin-bottom: 0;
}
.product-template-grouped .grouped-product .column-1 .caption {
  width: 69%;
}
.product-template-grouped .grouped-product .column-2 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc(50% - 10px);
  flex: 0 0 calc(50% - 10px);
  max-width: -moz-calc(50% - 10px);
  max-width: -webkit-calc(50% - 10px);
  max-width: -ms-calc(50% - 10px);
  max-width: calc(50% - 10px);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: flex-start;
  -moz-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  -ms-align-items: stretch;
  align-items: stretch;
}
.product-template-grouped .grouped-product .column-2 .price-box {
  margin-bottom: 0;
  text-align: center;
}
.product-template-grouped .grouped-product .column-2 .price-box .old-price,
.product-template-grouped .grouped-product .column-2 .price-box .special-price {
  margin-right: 0;
}
.product-template-grouped .grouped-product .grouped-prices {
  width: 32.6%;
  padding: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.product-template-grouped .grouped-product .grouped-actions {
  width: 67.4%;
  padding: 20px;
  border-right: 1px solid var(--border_bt_sidebar);
}
.product-template-grouped .grouped-product .grouped-actions .form-group {
  margin-bottom: 10px;
  position: relative;
  background-color: #fafafa;
}
.product-template-grouped .grouped-product .grouped-actions select {
  padding-left: 15px;
}
.product-template-grouped .grouped-product .grouped-actions select .sold-out {
  color: var(--bg_sold_out);
}
.product-template-grouped .grouped-product .grouped-actions .icon-dropdown {
  padding-right: 6px;
  right: 0;
}
.product-template-slider .product_top {
  margin-bottom: 27px;
}
.product-template-slider .product-img-box .slider-for {
  margin-bottom: 0;
}
.product-template-slider .product-img-box .slider-for .thumb {
  margin-bottom: 30px;
}
.product-template-slider .product-img-box .slick-dots {
  max-width: max-content;
  margin-left: auto;
  margin-right: auto;
}
.product-template-slider
  .product-img-box
  .slick-dots
  li:not(.slick-active)
  button {
  background: #bfbfbf;
  border-color: #bfbfbf;
}
.product-template-slider .product-img-box .slick-arrow {
  width: 50px;
  height: 50px;
}
.product-template-slider .product-img-box .slick-arrow svg {
  width: 16px;
  height: 28px;
}
.product-template-slider .product_middle {
  margin-bottom: 32px;
}
.product-template-slider .video-open-popup > a {
  bottom: 70px;
}
.product-template-gallery .product-single__compareColor {
  bottom: 65px;
}
.product-template-gallery
  .slider-for:not(.slick-slider)
  .thumb:nth-child(-n + 4) {
  display: block;
  float: left;
  width: 50%;
}
.product-template-gallery .slider-for:not(.slick-slider):after {
  display: block;
  content: "";
  visibility: hidden;
  clear: both;
}
.product-template-gallery .ask-an-expert-text {
  padding-top: 0;
}
.product-template-gallery .product-img-box {
  margin-bottom: 26px;
}
.product-template-gallery .product-img-box .slider-for {
  margin: 0 -5px;
}
.product-template-gallery .product-img-box .slider-for .thumb {
  padding: 5px;
}
.product-template-gallery .slick-dots {
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  max-width: max-content;
}
.product-template-gallery .slick-dots li:not(.slick-active) button {
  background: #cacaca;
  border-color: #cacaca;
}
.product-template-gallery .video-open-popup > a {
  bottom: 65px;
}
.collection-template-no-sidebar .bg-header-page {
  background-color: #fafafa;
  padding: 28px 0 27px;
}
.collection-template-no-sidebar .bg-header-page .page-header h1,
.collection-template-no-sidebar .bg-header-page .page-header h2 {
  margin-bottom: 0;
}
.collection-template-no-sidebar .toolbar {
  background-color: rgba(255, 255, 255, 0);
  padding: 6px 0;
  margin-top: 20px;
}
.collection-template-no-sidebar .bg-filter {
  background-color: #f0f0f0;
}
.collection-template-no-sidebar
  .toolbar
  .filters-toolbar__sortby
  .filter-sortby {
  min-width: 159px;
}
.wrapper-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;
  -moz-transform: scale(0);
  -o-transform: scale(0);
  -ms-transform: scale(0);
  -webkit-transform: scale(0);
  transform: scale(0);
  opacity: 0;
  visibility: hidden;
  cursor: none;
}
.wrapper-header .header-mb .search-form .close-search {
  display: none;
}
.wrapper-header .close-search {
  display: none;
}
.wrapper-header .close-search svg {
  width: 22px;
  height: 22px;
}
.search-open {
  overflow-y: hidden;
}
.search-open .wrapper-header .search-form {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 4;
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
  visibility: visible;
  cursor: pointer;
}
.search-open .wrapper-header .search-mb > .icon-search {
  display: none;
}
.search-open .wrapper-header .close-search {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.search-open .wrapper-header .search-bar {
  position: relative;
  margin: 0 auto;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  border: none !important;
}
.search-open .wrapper-header .search-bar .icon-search {
  padding-top: 12px;
  padding-bottom: 10px;
  background-color: transparent;
  min-width: initial;
  border: none;
  width: 50px;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.search-open .wrapper-header .search-bar .icon-search svg {
  width: 16px;
  height: 17px;
}
.search-open .wrapper-header .input-group-field {
  border: none;
  background-color: rgba(255, 255, 255, 0);
  padding-top: 10px;
  padding-bottom: 8px;
  width: -moz-calc(100% - 50px);
  width: -webkit-calc(100% - 50px);
  width: -ms-calc(100% - 50px);
  width: calc(100% - 50px);
}
.wrapper_header_parallax .cart-icon {
  width: 70px;
  padding-right: 12px;
}
.wrapper_header_parallax .cart-icon .cartCount {
  font-weight: 400;
}
.wrapper_header_parallax .cart-icon svg {
  width: 24px;
  height: 24px;
}
.wrapper_header_parallax .header-mb .header-mb-middle {
  width: -moz-calc(100% - (120px + 135px));
  width: -webkit-calc(100% - (120px + 135px));
  width: -ms-calc(100% - (120px + 135px));
  width: calc(100% - (120px + 135px));
  padding-left: 10px;
}
.nav-vertical .social-icons a,
.wrapper_header_03 .social-icons a {
  background-color: rgba(255, 255, 255, 0) !important;
  width: 25px;
  height: 25px;
  line-height: 23px;
  text-align: left;
}
.nav-vertical .social-icons li,
.wrapper_header_03 .social-icons li {
  width: 26px;
  height: 26px;
  margin: 0 4px;
}
.nav-vertical .social-icons li:first-of-type,
.wrapper_header_03 .social-icons li:first-of-type {
  margin-left: 0;
}
.nav-vertical .social-icons li:last-of-type,
.wrapper_header_03 .social-icons li:last-of-type {
  margin-right: 0;
}
.nav-vertical .social-icons li:hover a,
.wrapper_header_03 .social-icons li:hover a {
  background: rgba(255, 255, 255, 0) !important;
}
.nav-vertical .social-icons li.facebook:hover a,
.wrapper_header_03 .social-icons li.facebook:hover a {
  color: #3b5998 !important;
}
.nav-vertical .social-icons li.twitter:hover a,
.wrapper_header_03 .social-icons li.twitter:hover a {
  color: #55acee !important;
}
.nav-vertical .social-icons li.google_plus:hover a,
.wrapper_header_03 .social-icons li.google_plus:hover a {
  color: #dd4b39 !important;
}
.nav-vertical .social-icons li.instagram:hover a,
.wrapper_header_03 .social-icons li.instagram:hover a {
  color: #497299 !important;
}
.nav-vertical .social-icons li.rss:hover a,
.wrapper_header_03 .social-icons li.rss:hover a {
  color: #f60 !important;
}
.nav-vertical .social-icons li.pinterest:hover a,
.wrapper_header_03 .social-icons li.pinterest:hover a {
  color: #cb2027 !important;
}
.nav-vertical .social-icons li.tumblr:hover a,
.wrapper_header_03 .social-icons li.tumblr:hover a {
  color: #32506d !important;
}
.nav-vertical .social-icons li.snapchat:hover a,
.wrapper_header_03 .social-icons li.snapchat:hover a {
  color: #f4e24c !important;
}
.nav-vertical .social-icons li.youtube:hover a,
.wrapper_header_03 .social-icons li.youtube:hover a {
  color: red !important;
}
.nav-vertical .social-icons li.vimeo:hover a,
.wrapper_header_03 .social-icons li.vimeo:hover a {
  color: #aad450 !important;
}
.wrapper_header_03 .top-message {
  padding-top: 10px;
  padding-bottom: 10px;
}
.wrapper_header_03 .mb-area .cart-icon,
.wrapper_header_03 .mb-area .header-logo {
  display: none !important;
}
.home-custom-block.layout_style_2 .item_style_2 + .item_style_2 {
  padding-top: 40px;
}
.home-custom-block.layout_style_2 .banner-small-img .banner-sub-heading {
  font-weight: 900;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.home-custom-block.layout_style_2 .banner-small-img .banner-heading {
  font-family: var(--fonts_name_2);
  font-weight: 400;
  letter-spacing: 0;
  text-transform: none;
  padding-bottom: 0;
  margin-bottom: 18px;
}
.home-custom-block.layout_style_2 .banner-small-img .banner-heading .line {
  display: none;
}
.home-custom-block.layout_style_2 .banner-small-img .banner-button {
  min-width: 300px;
  padding: 20px 20px 18px;
}
.home-custom-block .video-open-popup a {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  line-height: 0;
  padding: 10px 20px;
  border-radius: 5px;
}
.home-custom-block .video-open-popup a svg {
  position: relative;
  top: -1px;
}
.home-custom-block-sub-banner .btn-img-block,
.home-custom-sub-banner-sections .btn-img-block {
  -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
}
.home-custom-block-sub-banner .btn-img-block:hover,
.home-custom-sub-banner-sections .btn-img-block:hover {
  background: var(--background_1) !important;
  color: var(--color_1) !important;
  border-color: var(--border_1) !important;
}
.home-custom-block-sub-banner .action-link,
.home-custom-sub-banner-sections .action-link {
  position: absolute;
  left: 50%;
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  -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;
  text-align: center;
  z-index: 2;
}
.home-custom-sub-banner-sections .btn-img-block {
  min-width: 150px;
  padding-top: 10px;
  padding-bottom: 8px;
}
.home-custom-sub-banner-sections .action-link {
  bottom: 16.5%;
}
.home-custom-block-sub-banner .action-link {
  bottom: 12.5%;
}
.home-custom-block-sub-banner .btn-img-block {
  min-width: 170px;
}
.home-custom-block-sub-banner .widget-title {
  margin-bottom: 58px;
}
.home-custom-block-sub-banner .widget-title .box-title {
  margin-bottom: 22px;
}
.home-custom-block-sub-banner.style_2 .row {
  margin: 0;
}
.home-custom-block-sub-banner.style_2 .one_Image {
  padding: 0;
  margin: 0;
}
.home-custom-block-sub-banner.style_2 .action-link span {
  line-height: 36px;
}
.home-custom-block-sub-banner.style_2 .action-link svg {
  stroke: none;
  position: relative;
  top: 5px;
  margin-right: 10px;
}
.home-custom-block-sub-banner.style_2 .btn-img-block {
  min-width: 300px;
}
.custom-block-banner .sub-banner-countdown {
  margin-bottom: 50px;
}
.custom-block-banner .clock-item {
  width: 96px;
  height: 96px;
  margin: 0 20px;
  border: 1px solid;
  padding-top: 2px;
}
.custom-block-banner .clock-item span.num {
  font-size: var(--font_size_plus18);
  font-weight: 600;
  line-height: var(--font_size_plus21);
  padding-top: 1px;
}
.collections-banner .collections-btn {
  min-width: 157px;
  position: absolute;
  bottom: 0;
  left: 50%;
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: bottom 0.5s ease;
  -moz-transition: bottom 0.5s ease;
  -ms-transition: bottom 0.5s ease;
  -o-transition: bottom 0.5s ease;
  transition: bottom 0.5s ease;
  text-align: center;
  z-index: 2;
  opacity: 0;
  visibility: hidden;
  background: var(--background_2);
  color: var(--color_2);
  border-color: var(--background_2);
}
.collections-banner .collections-btn:hover {
  background: var(--background_1);
  color: var(--color_1);
  border-color: var(--border_1);
}
.collections-banner:hover .collections-btn {
  bottom: 13%;
  opacity: 1;
  visibility: visible;
}
.home-blog-posts.blog-slider {
  margin-bottom: 0;
}
.home-blog-posts.blog-slider .list-blogs:not(.slick-slider) .item + .item {
  display: none;
}
.home-blog-posts.blog-slider .blog-item {
  border-bottom: 2px solid var(--border_page_title);
  margin-bottom: 30px;
}
.home-blog-posts .slick-dots li,
.home-custom-banner-3 .slick-dots li,
.home-spotlight-slider .slick-dots li {
  width: 10px;
  height: 10px;
  margin: 0 5px;
}
.home-blog-posts .slick-dots li button,
.home-custom-banner-3 .slick-dots li button,
.home-spotlight-slider .slick-dots li button {
  width: 10px;
  height: 10px;
}
.home-blog-posts .slick-dots li:not(.slick-active) button,
.home-custom-banner-3 .slick-dots li:not(.slick-active) button,
.home-spotlight-slider .slick-dots li:not(.slick-active) button {
  background: #a0a0a0;
  border-color: #a0a0a0;
}
.home-blog-posts .slick-dots li.slick-active,
.home-custom-banner-3 .slick-dots li.slick-active,
.home-spotlight-slider .slick-dots li.slick-active {
  border-color: #828282;
}
.body-boxed .wrapper-body,
.body-boxed .wrapper-header {
  background-color: var(--body_bg);
  max-width: 1350px;
  margin-left: auto;
  margin-right: auto;
}
.header-vertical-tpl.body-boxed .wrapper-body,
.header-vertical-tpl.body-boxed .wrapper-header {
  max-width: 100%;
}
.home-spotlight-slider [data-blogs-slider]:not(.slick-slider) .item {
  display: none;
}
.home-spotlight-slider .spotlight-item {
  margin-bottom: 30px;
  -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);
  background-color: var(--body_bg);
}
.home-spotlight-slider .content .title {
  font-weight: 600;
  font-size: var(--page_title_font_size_minus4);
  margin-bottom: 5px;
}
.home-spotlight-slider .content.spotlight-inner {
  padding: 22px 0 21px;
}
.home-spotlight-slider .shop_link {
  display: inline-block;
  color: var(--body_color);
}
.home-spotlight-slider .shop_link:before {
  bottom: -1px;
}
.home-spotlight-slider .shop_link:hover:before {
  background-color: var(--breadcrumb_color);
}
.home-spotlight-slider .spotlight-item.no-shadow {
  box-shadow: none;
  margin-bottom: 8px;
}
.home-spotlight-slider .no-shadow .shop_link {
  text-transform: uppercase;
  border-bottom: 1px solid currentColor;
  color: #000;
  line-height: 15px;
}
.home-spotlight-slider .no-shadow .shop_link:before {
  display: none;
}
.widget-hotspot:before {
  -webkit-animation: box-shadowl 1.5s linear infinite;
  animation: box-shadow 1.5s linear infinite;
  content: "";
  width: 32px;
  height: 32px;
  position: absolute;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  left: 0;
  top: 0;
  color: rgba(255, 255, 255, 0.5);
}
.shop-instagram {
  margin-top: 46px;
}
.shop-instagram .widget-title {
  margin-bottom: 62px;
}
.shop-instagram .widget-title .box-title + p {
  line-height: var(--font_size_plus12);
  color: var(--page_title_color);
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
}
.footer-social.enable-color li.facebook a {
  background-color: #3b5998;
}
.footer-social.enable-color li.twitter a {
  background-color: #55acee;
}
.footer-social.enable-color li.google_plus a {
  background-color: #dd4b39;
}
.footer-social.enable-color li.instagram a {
  background: #497299;
}
.footer-social.enable-color li.rss a {
  background-color: #f60;
}
.footer-social.enable-color li.pinterest a {
  background-color: #cb2027;
}
.footer-social.enable-color li.tumblr a {
  background-color: #32506d;
}
.footer-social.enable-color li.snapchat a {
  background-color: #f4e24c;
}
.footer-social.enable-color li.youtube a {
  background-color: red;
}
.footer-social.enable-color li.vimeo a {
  background-color: #aad450;
}
.footer-social.enable-color li a {
  color: #fff;
}
.footer-parallax {
  padding-top: 40px;
}
.footer-parallax .foot-title {
  letter-spacing: normal;
  text-transform: capitalize;
  margin-bottom: 7px;
}
.footer-parallax .col-footer ul .location_info {
  margin-bottom: 15px;
}
.footer-parallax .col-footer ul .typography {
  margin-left: -10px;
  margin-right: -10px;
}
.footer-parallax .social-icons {
  margin-top: 2px;
}
.footer-parallax .footer-top {
  margin-bottom: 40px;
}
.footer-parallax .footer-top .des {
  line-height: var(--font_size_plus16);
  text-align: center;
}
.footer-parallax .footer-middle {
  margin-bottom: 30px;
}
.footer-parallax .footer-newsletter {
  margin-bottom: 13px;
}
.footer-parallax .footer-newsletter .newsletter,
.footer-parallax .footer-newsletter .newsletter-title {
  display: inline-block;
  vertical-align: middle;
}
.footer-parallax .footer-newsletter .newsletter-title {
  margin-bottom: 6px;
  margin-right: 17px;
  color: var(--color_slick_arrow);
}
.footer-parallax .footer-newsletter .newsletter {
  margin-bottom: 18px;
}
.footer-parallax .footer-newsletter .input-group-field {
  padding: 9px 20px 7px;
  margin-right: 10px;
  min-width: 327px;
}
.addresses-page .btn-edit-delete .footer-parallax .footer-newsletter a,
.footer-parallax .footer-newsletter .addresses-page .btn-edit-delete a,
.footer-parallax .footer-newsletter .btn,
.footer-parallax .footer-newsletter .product-shop .groups-btn .wishlist,
.footer-parallax
  .footer-newsletter
  .product-shop
  .shopify-payment-button
  button.shopify-payment-button__button,
.footer-parallax
  .footer-newsletter
  .tabs__product-page
  .spr-container
  .spr-summary-actions-newreview,
.product-shop .groups-btn .footer-parallax .footer-newsletter .wishlist,
.product-shop
  .shopify-payment-button
  .footer-parallax
  .footer-newsletter
  button.shopify-payment-button__button,
.tabs__product-page
  .spr-container
  .footer-parallax
  .footer-newsletter
  .spr-summary-actions-newreview {
  padding: 10px 20px 8px;
  min-width: 170px;
}
.footer-parallax .footer-bottom {
  padding: 22px 0 46px;
}
.footer-parallax .footer-bottom .payment-methods {
  margin-top: 8px;
}
.footer-2 .newsletter-title,
.footer-3 .newsletter-title {
  font-size: var(--font_size);
  font-weight: 500;
  letter-spacing: normal;
  line-height: var(--font_size_plus8);
}
.footer-2 .footer-bottom {
  padding: 33px 0 20px;
  border: none;
}
.footer-2 .footer-top {
  padding: 48px 0 40px;
}
.footer-2 .footer-top .footer-newsletter {
  margin-bottom: 35px;
}
.footer-2 .foot-title {
  margin-bottom: 3px;
}
.footer-2 .foot-title.social-title {
  margin-bottom: 12px;
}
.footer-2 .newsletter {
  margin-bottom: 15px;
}
.footer-2 .newsletter .input-group-field {
  padding: 8px 12px 5px 0;
  border-width: 0 0 1px 0;
  margin-right: 10px;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}
.footer-3 .policies-block {
  margin-bottom: 38px;
}
.footer-3 .policies-block .slick-arrow {
  display: none !important;
}
.footer-3 .policy-item a {
  border: 1px solid;
  padding: 10px 0 9px;
}
.footer-3 .policy-item .policy-icon {
  margin-right: 14px;
}
.footer-3 .footer-top {
  padding: 30px 0 17px;
}
.footer-3 .footer-social {
  margin-bottom: 28px;
  margin-left: -6px;
}
.footer-3 .footer-social .social-icons li {
  width: 26px;
  height: 26px;
}
.footer-3 .footer-social .social-icons li a {
  width: 25px;
  height: 25px;
  line-height: 23px;
  font-size: 16px;
  text-align: right;
  background: rgba(255, 255, 255, 0) !important;
}
.footer-3 .footer-newsletter {
  margin-bottom: 18px;
}
.footer-3 .newsletter .input-group-field {
  margin-right: 0;
  -moz-border-radius: 1px 0 0 1px;
  -webkit-border-radius: 1px 0 0 1px;
  -ms-border-radius: 1px 0 0 1px;
  -o-border-radius: 1px 0 0 1px;
  border-radius: 1px 0 0 1px;
  min-width: 193px;
}
.addresses-page .btn-edit-delete .footer-3 .newsletter a,
.footer-3 .newsletter .addresses-page .btn-edit-delete a,
.footer-3 .newsletter .btn,
.footer-3 .newsletter .product-shop .groups-btn .wishlist,
.footer-3
  .newsletter
  .product-shop
  .shopify-payment-button
  button.shopify-payment-button__button,
.footer-3
  .newsletter
  .tabs__product-page
  .spr-container
  .spr-summary-actions-newreview,
.product-shop .groups-btn .footer-3 .newsletter .wishlist,
.product-shop
  .shopify-payment-button
  .footer-3
  .newsletter
  button.shopify-payment-button__button,
.tabs__product-page
  .spr-container
  .footer-3
  .newsletter
  .spr-summary-actions-newreview {
  -moz-border-radius: 0 1px 1px 0;
  -webkit-border-radius: 0 1px 1px 0;
  -ms-border-radius: 0 1px 1px 0;
  -o-border-radius: 0 1px 1px 0;
  border-radius: 0 1px 1px 0;
  min-width: 94px;
}
.footer-3 .footer-bottom {
  padding: 30px 0 55px;
}
.footer-4 .footer-bottom {
  padding: 30px 0 45px;
}
.footer-4 .payment-methods {
  margin-top: 2px;
}
.footer-4 .footer-top {
  padding: 68px 0 40px;
}
.footer-4 .foot-title {
  margin-bottom: 3px;
}
.footer-4 .logo-ft {
  margin-bottom: 20px;
}
.footer-4 .newsletter-des {
  line-height: var(--font_size_plus10);
  margin-bottom: 13px;
}
.footer-4 .newsletter {
  margin-bottom: 30px;
  max-width: 500px;
}
.footer-4 .newsletter .input-group-field {
  padding-top: 9px;
  padding-bottom: 7px;
  margin-right: 10px;
  min-width: -moz-calc(100% - 131px);
  min-width: -webkit-calc(100% - 131px);
  min-width: -ms-calc(100% - 131px);
  min-width: calc(100% - 131px);
  margin-bottom: 10px;
}
.addresses-page .btn-edit-delete .footer-4 .newsletter a,
.footer-4 .newsletter .addresses-page .btn-edit-delete a,
.footer-4 .newsletter .btn,
.footer-4 .newsletter .product-shop .groups-btn .wishlist,
.footer-4
  .newsletter
  .product-shop
  .shopify-payment-button
  button.shopify-payment-button__button,
.footer-4
  .newsletter
  .tabs__product-page
  .spr-container
  .spr-summary-actions-newreview,
.product-shop .groups-btn .footer-4 .newsletter .wishlist,
.product-shop
  .shopify-payment-button
  .footer-4
  .newsletter
  button.shopify-payment-button__button,
.tabs__product-page
  .spr-container
  .footer-4
  .newsletter
  .spr-summary-actions-newreview {
  padding-top: 10px;
  padding-bottom: 8px;
  min-width: 121px;
  margin-bottom: 10px;
}
.footer-4 .location_info {
  margin-bottom: 5px;
}
.footer-4 .footer-social .social-icons {
  margin-left: -14px;
}
.footer-4 .footer-social .social-icons li a {
  font-size: 13px;
  background: rgba(255, 255, 255, 0) !important;
}
.home-blog-style2 {
  padding: 20px 0;
}
.home-blog-style2 .list-blogs {
  margin-left: 0;
  margin-right: 0;
}
.home-blog-style2 .list-blogs .article-title {
  font-size: var(--font_size_plus10);
  line-height: var(--font_size_plus24);
  font-weight: 400;
  margin-bottom: 20px;
}
.home-blog-style2 .list-blogs .blog-item {
  padding: 76px 0 52px;
  position: relative;
  z-index: 2;
}
.home-blog-style2 .list-blogs .article-des {
  margin-bottom: 48px;
}
.home-blog-style2 .list-blogs .btn-read-more {
  color: var(--page_title_color);
  padding: 10px 20px 8px;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  border-radius: 30px;
  width: 100%;
  max-width: 170px;
}
.home-blog-style2 .article-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.home-blog-style2 .article-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.home-blog-style2 .article-img:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
}
.home-blog-style2 .content-blog {
  border: 1px solid var(--border_widget_title);
}
.home-blog-style2 .content-blog .item {
  padding-left: 0;
  padding-right: 0;
  position: relative;
}
.home-blog-style2 .content-blog .item + .item {
  border-left: 1px solid var(--border_widget_title);
}
.product-notification {
  min-height: 100px;
  background-color: var(--body_bg);
  width: 100%;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -moz-border-radius: 1px;
  -webkit-border-radius: 1px;
  -ms-border-radius: 1px;
  -o-border-radius: 1px;
  border-radius: 1px;
  border: 1px solid var(--border_bt_sidebar);
}
.product-notification.active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  -moz-transform: translateY(0);
  -o-transform: translateY(0);
  -ms-transform: translateY(0);
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.product-notification .close-notifi {
  position: absolute;
  top: -1px;
  right: 0;
  width: 28px;
  height: 28px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  background-color: var(--background_1);
  color: var(--color_1);
  border: 1px solid rgba(255, 255, 255, 0);
}
.product-notification .close-notifi:hover {
  background-color: var(--background_3);
  color: var(--color_3);
}
.product-notification .product-suggest {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: flex-start;
  -moz-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.product-notification .product-suggest .product-image {
  width: 73px;
  display: block;
  margin: auto;
  padding: 11px 0 9px 13px;
}
.product-notification .product-suggest .product-image img {
  object-fit: cover;
}
.product-notification .product-suggest .column-right {
  width: -moz-calc(100% - 73px);
  width: -webkit-calc(100% - 73px);
  width: -ms-calc(100% - 73px);
  width: calc(100% - 73px);
  padding: 8px 28px 6px 20px;
  line-height: 20px;
}
.product-notification .product-suggest .column-right .info-ago {
  color: var(--color_compare_price);
  font-size: var(--font_size_minus1);
  margin-top: 7px;
}
.product-notification .product-suggest .column-right .time-ago {
  padding-right: 3px;
}
.product-notification .product-suggest .column-right .from-ago,
.product-notification .product-suggest .column-right .time-ago {
  display: inline;
}
.product-notification .product-suggest .column-right label {
  display: inline;
  color: var(--color_compare_price);
  font-size: var(--font_size);
  font-weight: 400;
  margin: 0;
  padding-right: 3px;
}
.product-notification .product-suggest .column-right .product-name {
  display: inline;
  color: var(--color_title_pr);
  font-size: var(--font_size);
}
#accept-cookies {
  display: none;
  width: 100%;
  padding: 10px 15px;
  text-align: center;
}
#accept-cookies .block-cookies {
  font-size: var(--font_size);
  font-weight: 400;
}
#accept-cookies .group-action-links {
  margin-top: 10px;
}
#accept-cookies .group-action-links .accept_cookies_link {
  margin-left: 10px;
}
#accept-cookies .group-action-links .icon {
  margin-left: 5px;
}
#accept-cookies .group-action-links .accept_cookies_link {
  font-weight: 600;
  letter-spacing: 0.05em;
}
#accept-cookies .des {
  line-height: var(--font_size_plus12);
}
#accept-cookies .notification-cookies {
  line-height: var(--font_size_plus10);
  display: inline-block;
  text-transform: uppercase;
}
.home-custom-banner-3 .btn_link {
  display: inline-block;
  font-size: var(--font_size);
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  position: relative;
}
.home-custom-banner-3 .btn_link .border-bt-hover {
  height: 1px;
  bottom: 0;
}
.home-custom-banner-3 .action-link {
  position: absolute;
  left: 50%;
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 15%;
  min-width: 90%;
  text-align: center;
  z-index: 2;
}
.home-custom-banner-3 .banner-des {
  font-size: var(--font_size);
  font-weight: 500;
  line-height: var(--font_size_plus10);
  margin: 3px 0;
}
.home-custom-banner-3 .banner-slider > .row:not(.slick-slider) .item {
  display: none;
}
.home-custom-block-sub-banner .des,
.home-list-collections .des {
  color: #787878;
  line-height: 2em;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
}
.home-custom-block-sub-banner .des {
  padding: 22px 15px 10px;
}
.home-list-collections .collection-item .count-products {
  text-transform: capitalize;
  margin-bottom: 0;
}
.home-list-collections .collection-item .content-box {
  top: 3%;
  left: 3%;
  -moz-transform: none;
  -o-transform: none;
  -ms-transform: none;
  -webkit-transform: none;
  transform: none;
}
.home-list-collections .collection-item .collections-wrapper {
  text-align: left;
  padding: 13px 15px;
}
.home-list-collections .collection-item .action-link {
  position: absolute;
  padding-left: 15px;
  padding-bottom: 18px;
}
.home-list-collections .collection-item .collections-btn {
  -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
}
.home-list-collections .collection-item .collections-btn:hover {
  background: var(--background_1) !important;
  color: var(--color_1) !important;
  border-color: var(--border_1) !important;
}
.home-list-collections .grid-item {
  margin-bottom: 20px;
}
.home-list-collections .des {
  padding: 65px 15px 43px;
}
.home-featured-products-sections
  + .home-featured-products-sections
  + .home-custom-block-sub-banner-sections
  .widget-title {
  margin-bottom: 25px;
}
.wrapper_header_04 .cart-icon,
.wrapper_header_vertical .cart-icon {
  width: 70px;
  padding-right: 12px;
  top: -1px;
}
.wrapper_header_04 .cart-icon svg,
.wrapper_header_vertical .cart-icon svg {
  stroke-width: 6px;
  stroke: currentColor;
  width: 24px;
  height: 24px;
}
.wrapper_header_04 .cart-icon .cartCount,
.wrapper_header_vertical .cart-icon .cartCount {
  font-weight: 400;
}
.wrapper_header_04 .header-mb .header-mb-middle,
.wrapper_header_vertical .header-mb .header-mb-middle {
  width: -moz-calc(100% - (120px + 135px));
  width: -webkit-calc(100% - (120px + 135px));
  width: -ms-calc(100% - (120px + 135px));
  width: calc(100% - (120px + 135px));
  padding-left: 10px;
}
.wrapper_header_04 .policies-block .policy-item a {
  padding-top: 14px;
  padding-bottom: 12px;
}
.wrapper_header_04 .policies-block .policy-item + .slick-active {
  position: relative;
}
.wrapper_header_04 .policies-block .policy-item + .slick-active:before {
  position: absolute;
  content: "";
  width: 1px;
  height: 30px;
  top: 50%;
  left: -1px;
  -moz-transform: translateY(-15px);
  -o-transform: translateY(-15px);
  -ms-transform: translateY(-15px);
  -webkit-transform: translateY(-15px);
  transform: translateY(-15px);
}
.wrapper_header_04 .policies-block .slick-arrow {
  display: none !important;
}
.wrapper_header_05 .navigation-05 .header-links svg {
  color: var(--page_title_color);
}
.wrapper_header_05 .navigation-05 .header-links .customer-links a {
  color: var(--body_color);
}
.wrapper_header_05 .navigation-05 .header-bottom-left .cus-ser-text span {
  color: var(--body_color);
}
.wrapper_header_05 .navigation-05 .header-bottom-left .cus-ser-text span a {
  color: var(--page_title_color);
}
.wrapper_header_05
  .navigation-05
  .lang-currency-groups
  .btn-group
  .dropdown-label {
  color: var(--body_color);
}
.wrapper_header_vertical .cart-icon .cartCount {
  right: 1px;
  top: 6px;
}
.wrapper_header_vertical .left-header .icon-nav {
  margin: 7px 30px 0 0;
}
.nav-vertical .social-icons {
  margin-bottom: 18px;
}
.nav-vertical .social-icons li.facebook {
  margin-right: 0;
}
.nav-vertical address {
  font-size: var(--font_size);
  line-height: var(--font_size_plus10);
  color: var(--breadcrumb_color);
  margin-bottom: 25px;
}
.nav-vertical .typography {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: -7.5px;
  margin-right: -7.5px;
  max-width: 176px;
}
.nav-vertical .typography > a {
  padding: 0 7.5px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
.nav-vertical .header-logo {
  padding-top: 45px;
}
.header-vertical-tpl .footer-default .newsletter-des {
  line-height: var(--font_size_plus10);
  margin-bottom: 18px;
  padding-top: 2px;
}
.header-vertical-tpl .footer-default .footer-col-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column-reverse;
  -moz-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}
.header-vertical-tpl .footer-default .footer-col-right .footer-newsletter {
  margin-bottom: 40px;
}
.home-brands-style2 .widget-title {
  margin-bottom: 35px;
}
.home-brands-style2 .brands-block .slick-slider .item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
.home-brands-style2 .brands-block .item {
  margin-bottom: 20px;
}
.home-brands-style2 .brands-block .view_all {
  display: block;
  text-align: center;
  line-height: var(--font_size_plus10);
  color: var(--page_title_color);
  text-transform: capitalize;
}
.home-brands-style2 .brands-block .view_all .fa {
  font-size: 15px;
  margin-left: 3px;
  color: var(--breadcrumb_color);
  position: relative;
  top: 3px;
  vertical-align: top;
}
.countdown-style-market {
  display: inline-block;
  font-weight: 500;
  font-size: var(--font_size_plus1);
  padding: 4px 18px 2px 20px;
  background-color: #f4572c;
  color: var(--sale_text);
  -moz-border-radius: 13px;
  -webkit-border-radius: 13px;
  -ms-border-radius: 13px;
  -o-border-radius: 13px;
  border-radius: 13px;
  min-width: 190px;
}
.countdown-style-market .countdown-suppermarket {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.countdown-style-market > span {
  margin-right: 2px;
}
.countdown-style-market .clock-item {
  padding: 0 2px;
}
.countdown-style-market .clock-item .num + span {
  margin-right: 3px;
}
.suppermarket-product-item [class*=" spr-icon-"]:before,
.suppermarket-product-item [class^="spr-icon-"]:before {
  content: "\e800" !important;
}
.suppermarket-product-item .spr-icon-star-empty:before,
.suppermarket-product-item .spr-icon-star-half-alt:before {
  color: var(--border_widget_title);
}
.suppermarket-product-item .spr-icon.spr-icon-star:before {
  color: #ffc712;
}
.suppermarket-product-item .spr-badge {
  margin-bottom: 18px;
  margin-top: -6px;
}
.suppermarket-product-item .action {
  margin-bottom: 9px;
}
.suppermarket-product-item .price-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: left;
  -moz-box-pack: left;
  -ms-flex-pack: left;
  -webkit-justify-content: left;
  justify-content: left;
}
.suppermarket-product-item .price-saving {
  margin-left: 10px;
  position: relative;
  top: -1px;
}
.suppermarket-product-item .price-saving .price-save {
  line-height: 1em;
  font-size: var(--font_size);
  font-weight: 500;
  padding: 4px 6px 3px;
  border: none;
  margin: 0;
  -moz-border-radius: 1px;
  -webkit-border-radius: 1px;
  -ms-border-radius: 1px;
  -o-border-radius: 1px;
  border-radius: 1px;
  min-width: 37px;
  min-height: 19px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  letter-spacing: normal;
  text-align: center;
  background-color: #f4572c;
  color: var(--sale_text);
  position: relative;
  margin: 0 0 0 10px;
}
.suppermarket-product-item .price-saving .price-save:before {
  position: absolute;
  content: "";
  left: -18px;
  top: 50%;
  border: 9px solid transparent;
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border-right-color: #f4572c;
}
.suppermarket-widget-product .grid-item {
  margin-bottom: 40px;
}
.suppermarket-widget-product .slick-arrow {
  top: -moz-calc(50% - 80px);
  top: -webkit-calc(50% - 80px);
  top: -ms-calc(50% - 80px);
  top: calc(50% - 80px);
}
.suppermarket-product-tabs
  [data-init-slideshow]:not(.slick-slider)
  .column-banner-inner
  + .column-banner-inner {
  display: none;
}
.suppermarket-product-tabs .column-banner-inner {
  position: relative;
  margin-bottom: 20px;
}
.suppermarket-product-tabs .custom-block-imgs .banner-heading {
  margin-bottom: 12px;
}
.suppermarket-product-tabs .custom-block-imgs .banner-des {
  margin-bottom: 32px;
}
.suppermarket-product-tabs .list-product-tabs {
  margin: 0;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: flex-start;
  -moz-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  overflow-x: auto;
  padding: 14px 0 0;
}
.suppermarket-product-tabs .list-product-tabs .tab-links {
  border: none;
  padding: 4px 15px 2px 16px;
  text-align: left;
  letter-spacing: 0.05em;
}
.suppermarket-product-tabs .list-product-tabs .tab-links.active {
  font-weight: 600;
  color: var(--page_title_color);
}
.suppermarket-product-tabs .list-product-tabs li {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  max-width: initial;
  margin: 0;
  padding: 0;
}
.suppermarket-product-tabs .list-product-tabs li + li .tab-links {
  position: relative;
}
.suppermarket-product-tabs .list-product-tabs li + li .tab-links:before {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  width: 1px;
  height: 15px;
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: #bebebe;
}
.suppermarket-product-tabs .list-product-tabs li:last-of-type {
  margin-right: -15px;
}
.suppermarket-product-tabs .list-product-tabs li:first-of-type {
  margin-left: -15px;
}
.suppermarket-product-tabs.has-banner .column-product {
  margin-bottom: 40px;
}
.suppermarket-product-tabs .widget-title.style-3 {
  padding-right: 0;
}
.suppermarket-new-arrivals {
  padding: 35px 0 40px;
}
.suppermarket-new-arrivals .widget-title.style-3 {
  margin-bottom: 20px;
}
.suppermarket-new-arrivals .widget-title.style-3 .box-title {
  padding: 0;
  border: none;
  margin: 0;
}
.addresses-page
  .btn-edit-delete
  .suppermarket-new-arrivals
  .infinite-scrolling-homepage
  a,
.product-shop
  .groups-btn
  .suppermarket-new-arrivals
  .infinite-scrolling-homepage
  .wishlist,
.product-shop
  .shopify-payment-button
  .suppermarket-new-arrivals
  .infinite-scrolling-homepage
  button.shopify-payment-button__button,
.suppermarket-new-arrivals
  .infinite-scrolling-homepage
  .addresses-page
  .btn-edit-delete
  a,
.suppermarket-new-arrivals .infinite-scrolling-homepage .btn,
.suppermarket-new-arrivals
  .infinite-scrolling-homepage
  .product-shop
  .groups-btn
  .wishlist,
.suppermarket-new-arrivals
  .infinite-scrolling-homepage
  .product-shop
  .shopify-payment-button
  button.shopify-payment-button__button,
.suppermarket-new-arrivals
  .infinite-scrolling-homepage
  .tabs__product-page
  .spr-container
  .spr-summary-actions-newreview,
.tabs__product-page
  .spr-container
  .suppermarket-new-arrivals
  .infinite-scrolling-homepage
  .spr-summary-actions-newreview {
  border-color: #bebebe;
  color: #828282;
}
.addresses-page
  .btn-edit-delete
  .suppermarket-new-arrivals
  .infinite-scrolling-homepage
  a:hover,
.product-shop
  .groups-btn
  .suppermarket-new-arrivals
  .infinite-scrolling-homepage
  .wishlist:hover,
.product-shop
  .shopify-payment-button
  .suppermarket-new-arrivals
  .infinite-scrolling-homepage
  button.shopify-payment-button__button:hover,
.suppermarket-new-arrivals
  .infinite-scrolling-homepage
  .addresses-page
  .btn-edit-delete
  a:hover,
.suppermarket-new-arrivals .infinite-scrolling-homepage .btn:hover,
.suppermarket-new-arrivals
  .infinite-scrolling-homepage
  .product-shop
  .groups-btn
  .wishlist:hover,
.suppermarket-new-arrivals
  .infinite-scrolling-homepage
  .product-shop
  .shopify-payment-button
  button.shopify-payment-button__button:hover,
.suppermarket-new-arrivals
  .infinite-scrolling-homepage
  .tabs__product-page
  .spr-container
  .spr-summary-actions-newreview:hover,
.tabs__product-page
  .spr-container
  .suppermarket-new-arrivals
  .infinite-scrolling-homepage
  .spr-summary-actions-newreview:hover {
  background: var(--background_1);
  color: var(--color_1);
  border-color: var(--border_1);
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .wrapper-login-customer .wrapper-content .col-left {
    width: -moz-calc(50% - 10px);
    width: -webkit-calc(50% - 10px);
    width: -ms-calc(50% - 10px);
    width: calc(50% - 10px);
  }
  .wrapper-login-customer .wrapper-content .col-right {
    width: -moz-calc(50% + 10px);
    width: -webkit-calc(50% + 10px);
    width: -ms-calc(50% + 10px);
    width: calc(50% + 10px);
  }
}
[class*="suppermarket-"] ~ .home-blog-posts-sections .blog-slider .blog-item {
  border: none;
  margin-bottom: 0;
}
[class*="suppermarket-"]
  ~ .home-blog-posts-sections
  .blog-slider
  .article-inner {
  padding-bottom: 35px;
}
[class*="suppermarket-"] ~ .home-instagram-sections .home-instagram {
  padding: 37px 0 60px;
}
.home-store-info {
  border-top: 1px solid;
  border-bottom: 1px solid;
}
.home-store-info .store-item {
  text-align: center;
  border-left: 1px solid;
  border-right: 1px solid;
}
.home-store-info .store-item + .store-item {
  margin-left: -1px;
}
.home-store-info .store-item .inner {
  padding: 31px 10px 45px;
}
.home-store-info .store-item .store-icon,
.home-store-info .store-item .store-title {
  color: var(--page_title_color);
}
.home-store-info .store-item .store-icon {
  font-size: 50px;
  display: block;
  margin-bottom: 18px;
}
.home-store-info .store-item .store-title {
  font-size: var(--font_size_plus1);
  line-height: var(--font_size_plus12);
  font-weight: 600;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.home-store-info .store-item .store-text {
  font-size: var(--font_size);
  line-height: var(--font_size_plus10);
}
.home-store-info .store-slider {
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  overflow: auto;
  margin: 0;
}
.footer-05 .footer-top {
  padding: 55px 0 26px;
}
.footer-05 .footer-newsletter {
  text-align: center;
  margin-bottom: 57px;
}
.footer-05 .newsletter-title {
  font-size: var(--font_size_plus8);
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: var(--page_title_color);
  line-height: var(--font_size_plus12);
  margin-bottom: 13px;
}
.footer-05 .newsletter-des {
  font-size: var(--font_size);
  line-height: var(--font_size_plus10);
  max-width: 850px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
}
.footer-05 .newsletter .input-group {
  max-width: 540px;
  margin: auto;
}
.addresses-page .btn-edit-delete .footer-05 .newsletter a,
.footer-05 .newsletter .addresses-page .btn-edit-delete a,
.footer-05 .newsletter .btn,
.footer-05 .newsletter .product-shop .groups-btn .wishlist,
.footer-05
  .newsletter
  .product-shop
  .shopify-payment-button
  button.shopify-payment-button__button,
.footer-05
  .newsletter
  .tabs__product-page
  .spr-container
  .spr-summary-actions-newreview,
.product-shop .groups-btn .footer-05 .newsletter .wishlist,
.product-shop
  .shopify-payment-button
  .footer-05
  .newsletter
  button.shopify-payment-button__button,
.tabs__product-page
  .spr-container
  .footer-05
  .newsletter
  .spr-summary-actions-newreview {
  padding: 10px 15px 8px;
  min-width: 150px;
  max-width: 150px;
}
.footer-05 .newsletter .input-group-field {
  padding: 9px 18px 7px;
  margin-right: 10px;
  width: -moz-calc(100% - 160px);
  width: -webkit-calc(100% - 160px);
  width: -ms-calc(100% - 160px);
  width: calc(100% - 160px);
}
.footer-05 .col-footer {
  margin-bottom: 35px;
}
.footer-05 .location_info {
  margin-bottom: 15px;
}
.footer-05 .location_info .text {
  margin-bottom: 8px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}
.footer-05 .location_info .info-icon {
  font-size: var(--font_size_plus4);
  margin-right: 8px;
  min-width: 18px;
  color: var(--page_title_color);
}
.footer-05 .logo-ft {
  margin-top: 3px;
  margin-bottom: 12px;
}
.footer-05 .footer-social .groups-block {
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  margin-left: -10px;
  margin-right: -10px;
}
.footer-05 .footer-social .social-icons,
.footer-05 .footer-social .typography {
  padding-left: 10px;
  padding-right: 10px;
}
.footer-05 .footer-bottom {
  padding: 23px 0 52px;
}
.footer-05 .footer-bottom .payment-methods {
  margin-top: 9px;
}
.footer-06 .footer-top .footer-newsletter .newsletter-title {
  font-family: var(--fonts_name_2);
}
.quickSearchResultsWrap {
  background-color: #fff;
  z-index: 4;
  -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);
  -moz-border-radius: 1px;
  -webkit-border-radius: 1px;
  -ms-border-radius: 1px;
  -o-border-radius: 1px;
  border-radius: 1px;
  padding: 15px 10px 15px;
}
.quickSearchResultsWrap .custom-scrollbar {
  max-height: -moz-calc(100vh - 150px);
  max-height: -webkit-calc(100vh - 150px);
  max-height: -ms-calc(100vh - 150px);
  max-height: calc(100vh - 150px);
  overflow-x: hidden;
  overflow-y: auto;
  webkit-overflow-scrolling: touch;
}
.quickSearchResultsWrap .custom-scrollbar::-webkit-scrollbar-track {
  background-color: #f4f4f4;
}
.quickSearchResultsWrap .custom-scrollbar::-webkit-scrollbar {
  width: 5px;
  background-color: #f4f4f4;
}
.quickSearchResultsWrap .custom-scrollbar::-webkit-scrollbar-thumb {
  background-color: var(--color_slick_arrow);
}
.quickSearchResultsWrap .header-search__trending {
  margin-bottom: 15px;
}
.quickSearchResultsWrap .box-title {
  font-size: var(--font_size);
  line-height: var(--font_size_plus8);
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #232323;
  border-bottom: 1px solid var(--border_bt_sidebar);
  padding-bottom: 5px;
  margin-bottom: 15px;
}
.quickSearchResultsWrap .list-item {
  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;
  margin: 0 -5px;
}
.quickSearchResultsWrap .list-item .item {
  padding: 0 5px;
  margin-bottom: 10px;
}
.quickSearchResultsWrap .list-item .highlight {
  display: block;
  background-color: #f7f7f7;
  color: #868686;
  padding: 7px 12px 5px;
  cursor: pointer;
}
.quickSearchResultsWrap .list-item .highlight .fa {
  margin-right: 6px;
}
.quickSearchResultsWrap .products-grid {
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  overflow: auto;
}
.quickSearchResultsWrap .products-grid .grid-item {
  margin-top: 5px;
  margin-bottom: 15px;
}
.quickSearchResultsWrap .products-grid .product-top .compare-button {
  display: none;
}
.quickSearchResultsWrap .product-item .product-image img {
  max-width: 120px;
  min-height: initial;
}
.quickSearchResultsWrap .product-item .product-image .product-grid-image {
  min-height: initial;
}
.quickSearchResultsWrap .product-item .product-bottom {
  text-align: left;
}
.quickSearchResultsWrap .product-item .action {
  display: none !important;
}
.quickSearchResultsWrap .product-item .product-title {
  word-break: break-word;
  max-height: initial;
  white-space: normal;
  text-overflow: initial;
}
.quickSearchResultsWrap .header-search__results .text-center {
  border-top: 1px solid var(--border_bt_sidebar);
}
.quickSearchResultsWrap .text-results {
  display: block;
  font-weight: 600;
  color: #3c3c3c;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  padding: 6px 0 4px;
}
.quickSearchResultsWrap .text-results:hover {
  color: #178dc9;
}
.quickSearchResultsWrap .text-results.header-search__see-more {
  margin-top: 15px;
}
.header-top-countdown {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.header-top-countdown .clock-item {
  width: 64px;
  height: 64px;
  margin: 0 12.5px;
  padding-top: 2px;
}
.header-top-countdown .clock-item + .clock-item {
  position: relative;
}
.header-top-countdown .clock-item + .clock-item:before {
  position: absolute;
  content: ":";
  left: -15px;
  top: 50%;
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-weight: 500;
  font-size: var(--font_size_plus6);
}
.header-top-countdown .clock-item span.num {
  font-weight: 600;
  font-size: var(--font_size_plus8);
  line-height: var(--font_size_plus12);
}
.header-top-countdown .clock-item span:not(.num) {
  text-transform: capitalize;
}
.header-supermarket .header-top .top-message {
  text-transform: none;
  font-weight: 400;
  letter-spacing: normal;
  padding: 11px 25px;
}
.header-supermarket .header-top .close {
  margin-top: 1.5px;
}
.header-supermarket .header-top-countdown {
  padding: 3px 10px 23px;
}
.header-supermarket .header-panel-top {
  padding: 2px 0;
}
.wrapper_header_supermarket .search-bar .icon-search {
  background-color: rgba(255, 255, 255, 0);
}
.wrapper_header_supermarket .vertical-menu .site-nav {
  margin-bottom: 0;
}
.wrapper_header_supermarket .fb-like-code a {
  display: block;
  padding: 7px 20px 6px;
}
.wrapper_header_supermarket .fb-like-code a .fa {
  font-size: 18px;
  margin-right: 7px;
  color: #3b5998;
}
.wrapper_header_supermarket .fb-like-code a span {
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0.05em;
}
.wrapper_header_supermarket .header-links,
.wrapper_header_supermarket .info-store {
  margin-bottom: 0;
}
.wrapper_header_supermarket .header-links li,
.wrapper_header_supermarket .info-store li {
  margin: 0;
}
.wrapper_header_supermarket .info-store .info-icon {
  font-size: var(--font_size_plus2);
  padding-right: 5px;
  min-width: 20px;
  display: inline-block;
}
.wrapper_header_supermarket .info-store .fa-envelope-o {
  position: relative;
  top: 0.5px;
}
.wrapper_header_supermarket .info-store .info-text {
  display: inline-block;
}
.wrapper_header_supermarket .site-nav .menu-lv-1 > a {
  text-transform: capitalize;
  letter-spacing: normal;
  font-weight: 500;
}
.wrapper_header_supermarket .vertical-menu .menu-lv-1 .icon-img {
  min-width: 23px;
  display: inline-block;
  text-align: center;
  margin-right: 10px;
  position: relative;
  top: -1px;
}
.wrapper_header_supermarket .vertical-menu .categories-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  padding: 12px 60px 9px 15px;
  position: relative;
}
.wrapper_header_supermarket .vertical-menu .categories-title .title {
  font-size: var(--font_size_plus1);
  text-transform: uppercase;
  font-weight: 600;
  margin: 0;
  letter-spacing: normal;
  line-height: var(--font_size_plus10);
}
.wrapper_header_supermarket .vertical-menu .categories-title .icon-nav {
  margin-right: 15px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 24px;
  flex: 0 0 24px;
}
.wrapper_header_supermarket .vertical-menu .categories-title .view_all {
  position: absolute;
  right: 13px;
  white-space: nowrap;
  max-width: 47px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.wishlist-header {
  border-bottom-color: var(--border_color_2);
}
.wishlist-header .column {
  padding: 11px 20px 9px;
  color: #5a5a5a;
}
.wishlist-content {
  margin-bottom: 30px;
}
.wishlist-content .grid-item {
  padding: 30px 0;
  border-bottom: 1px solid var(--border_color_2);
  display: none;
}
.wishlist-content .grid-item .product-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.wishlist-content .grid-item:nth-child(-n + 3) {
  display: block;
}
.wishlist-content .column {
  padding-left: 20px;
  padding-right: 20px;
}
.wishlist-content .column.col-img {
  padding-left: 0;
}
.addresses-page .btn-edit-delete .wishlist-content .column a,
.product-shop .groups-btn .wishlist-content .column .wishlist,
.product-shop
  .shopify-payment-button
  .wishlist-content
  .column
  button.shopify-payment-button__button,
.tabs__product-page
  .spr-container
  .wishlist-content
  .column
  .spr-summary-actions-newreview,
.wishlist-content .column .addresses-page .btn-edit-delete a,
.wishlist-content .column .btn,
.wishlist-content .column .product-shop .groups-btn .wishlist,
.wishlist-content
  .column
  .product-shop
  .shopify-payment-button
  button.shopify-payment-button__button,
.wishlist-content
  .column
  .tabs__product-page
  .spr-container
  .spr-summary-actions-newreview {
  -moz-border-radius: 1px;
  -webkit-border-radius: 1px;
  -ms-border-radius: 1px;
  -o-border-radius: 1px;
  border-radius: 1px;
  max-width: 188px;
}
.wishlist-content .product-image {
  margin: 0;
}
.wishlist-content .product-image img {
  max-width: 84px;
}
.wishlist-content .price-box {
  margin: 0;
  color: var(--color_price);
}
.wishlist-content .product-vendor {
  margin: 0;
}
.wishlist-content .product-vendor a {
  color: var(--breadcrumb_color);
  font-weight: 500;
}
.wishlist-content .col-remove a {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  color: var(--color_slick_arrow);
}
.wishlist-content .col-remove a:hover {
  color: var(--color_price_sale);
}
.wishlist-content .col-remove svg {
  width: 16px;
  height: 16px;
}
.wishlist-footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.wishlist-footer .share {
  color: var(--body_color);
  display: inline-block;
  margin-bottom: 15px;
}
.wishlist-footer .share:hover {
  color: var(--link_color);
}
.wishlist-footer .share .fa {
  color: #646464;
  font-size: var(--font_size_plus3);
  margin-right: 7px;
}
.wishlist-page .page-header h1,
.wishlist-page .page-header h2 {
  margin-bottom: 30px;
}
.wishlist-page .col-img {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 170px;
  flex: 0 0 170px;
  max-width: 170px;
}
.wishlist-page .col-price {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 270px;
  flex: 0 0 270px;
  max-width: 270px;
}
.wishlist-page .col-options {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 270px;
  flex: 0 0 270px;
  max-width: 270px;
}
.wishlist-page .col-remove {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 110px;
  flex: 0 0 110px;
  max-width: 110px;
}
.wishlist-page .col-prod {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc(100% - 820px);
  flex: 0 0 calc(100% - 820px);
  max-width: -moz-calc(100% - 820px);
  max-width: -webkit-calc(100% - 820px);
  max-width: -ms-calc(100% - 820px);
  max-width: calc(100% - 820px);
}
.wishlist-page .wrapper-wishlist .wrapper-overflow {
  overflow-x: auto;
}
.wishlist-page .wrapper-wishlist .wishlist-content,
.wishlist-page .wrapper-wishlist .wishlist-header {
  width: 100%;
  min-width: 928px;
  overflow-x: hidden;
}
.footbar-fixed.footbar-fixed-product {
  position: fixed;
  z-index: 101;
}
.footbar-fixed.footbar-fixed-product .sticky_form {
  position: static;
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  display: none;
}
.show_sticky .footbar-fixed-product .sticky_form {
  display: block;
}
.sticky_form .content-left .sticky-countdown {
  margin: 0;
}
.shopify-challenge__container {
  margin-top: 30px !important;
}
.shopify-challenge__container .shopify-challenge__button {
  background: var(--background_1);
  color: var(--color_1);
  border-color: var(--border_1);
}
.shopify-challenge__container .shopify-challenge__button:hover {
  background: var(--background_2);
  color: var(--color_2);
  border-color: var(--border_2);
}
.frequently-bought-together-block {
  margin-top: 50px;
  margin-bottom: 30px;
  border-top: 1px solid var(--border_bt_sidebar);
}
.frequently-bought-together-block .widget-title {
  text-align: left;
  padding-top: 27px;
  margin-bottom: 35px;
}
.frequently-bought-together-block .widget-title .box-title {
  font-size: var(--font_size_plus2);
}
.frequently-bought-together-block .widget-title .title {
  padding: 0;
}
.frequently-bought-together-block .featured-images {
  margin-bottom: 30px;
  margin-left: -10px;
  margin-right: -10px;
  padding-left: 30px;
  padding-right: 30px;
}
.frequently-bought-together-block .featured-images .fbt-image-item {
  padding: 0 10px;
  text-align: center;
  -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;
}
.frequently-bought-together-block
  .featured-images
  .fbt-image-item:not(.isChecked)
  .item-image {
  opacity: 0.45;
}
.frequently-bought-together-block
  .featured-images
  .fbt-image-item
  + .fbt-image-item {
  position: relative;
}
.frequently-bought-together-block
  .featured-images
  .fbt-image-item
  + .fbt-image-item:before {
  position: absolute;
  content: "+";
  z-index: 2;
  font-size: 18px;
  left: 0;
  top: 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%);
}
.frequently-bought-together-block .featured-images:not(.slick-slider) {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-around;
  -moz-box-pack: space-around;
  -ms-flex-pack: space-around;
  -webkit-justify-content: space-around;
  justify-content: space-around;
}
.frequently-bought-together-block
  .featured-images:not(.slick-slider)
  .fbt-image-item {
  display: none;
}
.frequently-bought-together-block
  .featured-images:not(.slick-slider)
  .fbt-image-item:nth-child(-n + 5) {
  display: block;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
}
.frequently-bought-together-block .featured-images .item-image {
  display: block;
  max-width: 100px;
  margin: auto;
}
.frequently-bought-together-block .featured-images .slick-arrow.slick-prev {
  left: 10px;
}
.frequently-bought-together-block .featured-images .slick-arrow.slick-next {
  right: 10px;
}
.frequently-bought-together-block .fbt-text {
  font-size: var(--font_size_plus1);
  color: var(--page_title_color);
  line-height: var(--font_size_plus10);
  margin-bottom: 20px;
  font-weight: 500;
}
.frequently-bought-together-block .products-grouped-action {
  text-align: center;
  margin-bottom: 25px;
}
.frequently-bought-together-block .products-grouped-action .total {
  padding: 18px 0 16px;
}
.frequently-bought-together-block .products-grouped-action .total .label {
  font-size: var(--font_size);
  font-weight: 500;
  color: var(--page_title_color);
  margin-right: 10px;
  position: relative;
  top: -1px;
}
.frequently-bought-together-block .products-grouped-action .total .bundle-price,
.frequently-bought-together-block .products-grouped-action .total .price {
  font-size: var(--font_size_plus4);
  font-weight: 500;
  color: var(--color_price);
  letter-spacing: normal;
}
.frequently-bought-together-block .products-grouped-action .total .old-price {
  font-size: 14px;
  font-weight: 500;
  color: #969696;
  letter-spacing: normal;
  text-decoration: line-through;
  margin-left: 5px;
  display: none;
}
.frequently-bought-together-block .products-grouped-action .btn-bundle {
  padding: var(--padding_btn_bundle);
  width: 100%;
  background: var(--background_3);
  color: var(--color_3);
  border-color: var(--border_3);
}
.frequently-bought-together-block .products-grouped-action .btn-bundle:hover {
  background: var(--background_1);
  color: var(--color_1);
  border-color: var(--border_1);
}
.frequently-bought-together-block .products-grouped-action .discount-text {
  margin-top: 7px;
  display: none;
}
.fbt-product-item {
  position: relative;
  margin-bottom: 10px;
}
.fbt-product-item .fbt-checkbox,
.fbt-product-item .fbt-prices,
.fbt-product-item .fbt-toogle-options {
  display: inline-block;
  vertical-align: top;
}
.fbt-product-item .fbt-checkbox,
.fbt-product-item .fbt-prices {
  margin-right: 7px;
}
.fbt-product-item .product-options {
  display: none;
  border-top: 1px dotted var(--border_input);
  border-bottom: 1px dotted var(--border_input);
  padding-top: 20px;
  padding-bottom: 5px;
  margin-top: 20px;
  margin-bottom: 20px;
}
.fbt-product-item .product-options .swatch {
  margin-bottom: 8px;
}
.fbt-product-item .price-box,
.fbt-product-item .product-title {
  margin-bottom: 12px;
}
.fbt-product-item .fbt-toogle-options {
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  border-radius: 15px;
  background: var(--background_2);
  color: var(--color_2);
  border-color: var(--border_2);
  padding: 5px 20px 3px !important;
  font-size: var(--font_size);
  position: relative;
  top: -5px;
}
.fbt-product-item input[type="checkbox"] + label:before {
  top: 2px;
  width: 16px;
  height: 16px;
}
.fbt-product-item input[type="checkbox"] + label:after {
  top: 7px;
  left: 4px;
}
.fbt-product-item:not(.isChecked) .product-title {
  color: var(--border_input);
}
.fbt-product-item:not(.isChecked) input[type="checkbox"] + label:hover:after {
  display: none;
}
#preview-bar-iframe {
  display: none !important;
  height: 0 !important;
}
.brands-style-2 .slick-dots {
  margin-bottom: 20px;
}
.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 i.fa-times {
  color: red;
}
.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: 280px;
  padding: 20px;
  background: #fff;
  position: absolute;
  left: 50%;
  top: 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%);
  z-index: 3;
}
.newsletter-success-modal .halo-modal-content .close {
  background: var(--background_1);
  color: var(--color_1);
  border-color: var(--border_1);
}
.newsletter-success-modal .halo-modal-content .close:hover {
  background: var(--background_2);
  color: var(--color_2);
  border-color: var(--border_2);
}
.newsletter-success-modal .halo-modal-body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.template-404 .main-content {
  padding: 0;
}
.fof-wrapper {
  padding: 20px;
  position: relative;
}
.fof-wrapper .not_img {
  height: 960px;
  line-height: 1600px;
}
.fof-wrapper .content {
  position: absolute;
  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%);
  width: 60%;
}
@-moz-document url-prefix() {
  .faqs-page .panel-group .panel-title a:before {
    padding-top: 3.5px;
    padding-bottom: 3.5px;
  }
  .faqs-page .panel-group .panel-body:before {
    padding-top: 3.5px;
    padding-bottom: 3.5px;
  }
  .suppermarket-product-item .price-saving .price-save {
    padding-top: 3.5px;
    padding-bottom: 3.5px;
  }
  .product-label .label {
    padding-top: 3.5px;
    padding-bottom: 3.5px;
  }
  .quickview-button {
    padding-top: 0.5px;
    padding-bottom: 0.5px;
  }
  .sizes-list li a {
    padding-top: 2.5px;
    padding-bottom: 2.5px;
  }
  .cart-icon .cartCount {
    padding-top: 1px;
    padding-bottom: 1px;
  }
  #dropdown-cart .mini-products-list {
    margin-right: 0;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .suppermarket-product-item .price-saving .price-save:before {
    left: -17px;
  }
  #dropdown-cart .mini-products-list {
    margin-right: 0;
  }
}
.sidebar-links .widget-content li.open > .dropdown-cat {
  display: block !important;
}
.rte {
  font-family: var(--fonts_name);
}
.addresses-page .btn-edit-delete a.btn-block,
.btn.btn-block,
.product-shop .groups-btn .btn-block.wishlist,
.product-shop
  .shopify-payment-button
  button.btn-block.shopify-payment-button__button,
.tabs__product-page .spr-container .btn-block.spr-summary-actions-newreview {
  background: var(--background_2);
  color: var(--color_2);
  border-color: var(--color_ipt);
}
.addresses-page .btn-edit-delete a.btn-block:hover,
.btn.btn-block:hover,
.product-shop .groups-btn .btn-block.wishlist:hover,
.product-shop
  .shopify-payment-button
  button.btn-block.shopify-payment-button__button:hover,
.tabs__product-page
  .spr-container
  .btn-block.spr-summary-actions-newreview:hover {
  background: var(--background_1);
  color: var(--color_1);
  border-color: var(--border_1);
}
#cart_slider {
  padding: 10px 30px;
  text-align: center;
}
#cart_slider .slick-list .slick-track {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
#cart_slider .slick-arrow {
  background-color: transparent;
  border: 0;
  padding: 0;
  width: 0;
  left: -20px;
  width: 20px;
}
#cart_slider .slick-arrow i {
  font-size: 24px;
  color: #000 !important;
}
#cart_slider .slick-arrow.slick-next {
  left: auto;
  right: -15px;
}
.header-bottom .search-mb .icon-search {
  width: 300px;
}
.blog-detail-custom-block {
  margin-top: 40px;
}
.blog-detail-custom-block .container .blog-item:last-child .content-image {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: column-reverse;
  margin-top: 88px;
  margin-bottom: 0;
  box-sizing: border-box;
  display: flex;
}
.blog-detail-custom-block .container .blog-item:last-child .banner-content {
  margin-bottom: 93px;
  width: 100%;
}
.blog-detail-custom-block .container .blog-item:last-child .banner-content h2 {
  margin-top: 0;
}
.blog-detail-custom-block
  .container
  .blog-item:last-child
  .banner-content
  .banner-desc {
  margin-bottom: 0;
  margin-top: 16px;
  line-height: 60px;
  font-weight: 600;
}
.blog-detail-custom-block
  .container
  .blog-item:last-child
  .banner-content
  .banner-button {
  margin-top: 29px;
}
.blog-detail-custom-block .container .blog-item .banner-content {
  padding: 0;
}
.blog-detail-custom-block .container .blog-item .banner-content.abs_left {
  text-align: left;
}
.blog-detail-custom-block .container .blog-item .banner-content.abs_right {
  text-align: right;
}
.blog-detail-custom-block .container .blog-item .banner-content.abs_center {
  text-align: center;
}
.blog-detail-custom-block .container .blog-item .banner-content h2 {
  font-weight: 600;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  margin-top: 35px;
  margin-bottom: 0;
  padding-bottom: 0;
}
.blog-detail-custom-block .container .blog-item .banner-content h2 span {
  background-repeat: repeat-x;
  background-position-y: -2px;
}
.blog-detail-custom-block .container .blog-item .banner-content .banner-desc {
  margin-top: 26px;
}
.blog-detail-custom-block .container .blog-item .banner-content .banner-button {
  margin-top: 40px;
  min-width: 167px;
  padding: 15px 25px 13px;
  border-radius: 30px;
  font-weight: 600;
}
.blog-detail-custom-block
  .container
  .blog-item
  .banner-content
  .banner-button:hover {
  background-color: var(--background_2) !important;
  color: var(--color_2) !important;
  border-color: var(--border_2) !important;
}
.blog-detail-custom-block
  .container
  .blog-item
  .banner-content
  .banner-button.button_2 {
  background-color: transparent !important;
  border-color: transparent !important;
  color: #e95144;
  text-align: left;
  padding: 0;
  margin-top: 34px;
  overflow: inherit;
}
.blog-detail-custom-block
  .container
  .blog-item
  .banner-content
  .banner-button.button_2
  span {
  background-repeat: repeat-x;
  background-position-y: 0;
}
.blog-detail-custom-block
  .container
  .blog-item
  .banner-content
  .banner-button.button_2:hover {
  background-color: transparent !important;
  border-color: transparent !important;
}
.blog-detail-custom-block .container .blog-custom-content {
  padding: 0;
}
.blog-detail-custom-block .quote-detail {
  margin-bottom: 55px;
}
.blog-detail-custom-block .quote-detail h5 {
  margin-top: 14px;
  margin-bottom: 18px;
}
.blog-detail-custom-block .quote-detail blockquote {
  padding: 23px 35px;
}
.home-custom-block-bottom .banner-large-img .banner-content {
  background: #fff;
  padding: 70px 70px;
}
.home-custom-block-bottom .banner-large-img .banner-content .banner-des {
  margin-left: 0;
  margin-bottom: 45px;
}
.home-custom-block-bottom
  .banner-large-img
  .banner-content
  .banner-sub-heading {
  font-weight: 600;
  letter-spacing: 0.05em;
  margin-bottom: 10px;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 11px;
}
.home-custom-block-bottom
  .banner-large-img
  .banner-content
  .banner-sub-heading
  span {
  background-repeat: repeat-x;
  background-position-y: -1px;
}
.home-custom-block-bottom .banner-large-img .banner-content .banner-heading {
  font-weight: 600;
  letter-spacing: 0.02em;
  text-transform: capitalize;
  padding-bottom: 5px;
}
.home-custom-block-bottom .banner-large-img .banner-content .banner-button {
  min-width: 167px;
  padding: 15px 25px 13px;
  border-radius: 30px;
  font-weight: 600;
}
#video-popup {
  width: 99%;
  max-width: 900px;
  padding: 15px;
  background: 0 0;
  overflow: visible;
}
#video-popup .videoInner {
  padding: 10px;
  background: #000;
}
#video-popup .videoInner .videoWrapper {
  position: relative;
  padding-bottom: 54.25%;
  height: 0;
}
#video-popup .videoInner .videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#video-popup .fancybox-close-small:after {
  width: 32px;
  height: 32px;
  background: #e95144;
  color: #fff;
  font-size: 25px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  outline: 0;
}
.homepage-reviews {
  background: #f7f9fb;
  padding: 60px 0 95px 0;
}
.homepage-reviews .not_img {
  width: 90px;
  height: 115px;
  line-height: 115px;
  margin: 0 auto;
  font-size: 16px;
  font-weight: 600;
}
.homepage-reviews .item {
  text-align: center;
  border: 1px solid #f6f7f8;
  padding: 30px;
  background: #fff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  margin-top: 75px;
  margin-bottom: 5px;
}
.homepage-reviews .item-image {
  margin-bottom: 30px;
  margin-top: -75px;
}
.homepage-reviews .heading-review {
  font-weight: 500;
  color: #232323;
  font-size: 20px;
  letter-spacing: 0.02em;
  margin-bottom: 18px;
}
.homepage-reviews .star-reviews {
  margin-bottom: 8px;
}
.homepage-reviews .star-reviews svg {
  width: 14px;
  height: 14px;
  stroke: none;
}
.homepage-reviews .star-reviews.star5 svg {
  fill: #faa900;
}
.homepage-reviews .star-reviews.star4 svg {
  fill: #faa900;
}
.homepage-reviews .star-reviews.star4 svg:last-child {
  fill: #e0e0e0;
}
.homepage-reviews .star-reviews.star3 svg {
  fill: #faa900;
}
.homepage-reviews .star-reviews.star3 svg:nth-child(4) {
  fill: #e0e0e0;
}
.homepage-reviews .star-reviews.star3 svg:nth-child(5) {
  fill: #e0e0e0;
}
.homepage-reviews .star-reviews.star2 svg {
  fill: #e0e0e0;
}
.homepage-reviews .star-reviews.star2 svg:nth-child(1) {
  fill: #faa900;
}
.homepage-reviews .star-reviews.star2 svg:nth-child(2) {
  fill: #faa900;
}
.homepage-reviews .star-reviews.star1 svg {
  fill: #e0e0e0;
}
.homepage-reviews .star-reviews.star1 svg:first-child {
  fill: #faa900;
}
.homepage-reviews .star-reviews.star0 svg {
  fill: #e0e0e0;
}
.homepage-reviews .title-reviews {
  text-align: center;
  margin-bottom: 25px;
}
.homepage-reviews .title-reviews .purchased-text {
  display: inline-block;
  color: #999;
  font-weight: 400;
}
.homepage-reviews .title-reviews .title {
  display: inline-block;
}
.homepage-reviews .title-reviews .title h4 {
  color: #999;
  font-size: var(--font_size);
  font-weight: 500;
  line-height: 22px;
  margin-bottom: 0;
  letter-spacing: 0.02em;
}
.homepage-reviews .date-review {
  color: #999;
  letter-spacing: 0.02em;
  font-size: 12px;
  margin-top: 10px;
  margin-bottom: 26px;
}
.homepage-reviews .body-review {
  color: var(--body_color);
  font-size: var(--font_size);
  font-weight: 400;
  max-width: 450px;
  margin: 0 auto 15px auto;
}
.homepage-reviews .name-review h5 {
  color: #4dac4c;
  font-size: 16px;
  font-weight: 500;
  text-transform: capitalize;
  letter-spacing: 0.02em;
  margin-bottom: 0;
}
.homepage-reviews .slick-arrow {
  top: 55%;
  border: 1px solid #d7dae0;
}
.homepage-reviews .slick-arrow.slick-next {
  right: -55px;
}
.homepage-reviews .slick-arrow.slick-prev {
  left: -55px;
}
.home-custom-instagram {
  padding-bottom: 40px;
}
.home-custom-instagram .hide {
  display: none;
}
.home-custom-instagram.layout_style_2 {
  padding-top: 0;
  padding-bottom: 70px;
}
.home-custom-instagram.layout_style_2 .widget-title .box-title {
  font-family: var(--fonts_name_2);
  font-size: 34px;
  letter-spacing: 0;
  text-transform: none;
  font-weight: 400;
  margin-bottom: 8px;
}
.home-custom-instagram.layout_style_2 .widget-title p {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.05em;
  margin-bottom: 50px;
}
.home-custom-instagram.layout_style_2 #instafeed {
  margin-left: -15px;
  margin-right: -15px;
}
.home-custom-instagram.layout_style_2 #instafeed .item {
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 30px;
}
.home-custom-instagram.layout_style_2 #instafeed .item a:before {
  z-index: 1;
}
.home-custom-instagram #instafeed {
  margin-left: -2px;
  margin-right: -2px;
}
.home-custom-instagram #instafeed .item {
  padding-left: 2px;
  padding-right: 2px;
  margin-bottom: 4px;
}
.home-custom-instagram #instafeed .item img {
  min-height: 100%;
  object-fit: cover;
}
.home-custom-instagram .widget-title {
  margin-bottom: 40px;
}
.home-custom-instagram .infinite-scrolling-instagram {
  text-align: center;
}
.home-custom-instagram .infinite-scrolling-instagram a {
  display: block;
  width: 100%;
  margin-top: 35px;
}
.home-custom-instagram .infinite-scrolling-instagram a svg {
  width: 40px;
  height: 40px;
  stroke: transparent;
}
.home-custom-instagram.layout_style_3 {
  padding-bottom: 30px;
  padding-top: 0;
}
.home-custom-instagram.layout_style_3 .instagram-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-gap: 10px;
  grid-auto-flow: dense;
  padding: 0 10px;
}
.home-custom-instagram.layout_style_3 .instagram-grid .item-grid {
  padding: 1rem;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  color: #929796;
  border-radius: 5px;
  width: 100%;
  height: max-content;
  gap: 10px 10px;
  padding: 0 !important;
  margin: 0 !important;
}
.home-custom-instagram.layout_style_3 .span-10,
.home-custom-instagram.layout_style_3 .span-17,
.home-custom-instagram.layout_style_3 .span-3 {
  grid-column-end: span 2;
  grid-row-end: span 2;
}
.footer-top-newsletter .banner-large-img {
  padding: 120px 0 140px 0;
}
.footer-top-newsletter .banner-large-img .banner-content {
  max-width: 100%;
  text-align: center;
}
.footer-top-newsletter .banner-large-img .banner-content .banner-title {
  margin-bottom: 16px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-weight: 600;
}
.footer-top-newsletter .banner-large-img .banner-content .banner-heading {
  font-weight: 400;
  margin-bottom: 7px;
  text-transform: unset;
}
.footer-top-newsletter .banner-large-img .banner-content .banner-des {
  max-width: 100% !important;
  margin-bottom: 42px !important;
}
.footer-top-newsletter .banner-large-img .banner-content .input-group {
  justify-content: center;
}
.footer-top-newsletter .banner-large-img .block-content {
  margin-bottom: 30px;
  padding: 0 16px;
}
.footer-top-newsletter .banner-large-img .block-content .content-input {
  position: relative;
}
.footer-top-newsletter .banner-large-img .block-content .content-input i {
  position: absolute;
  left: 20px;
  font-size: 16px;
  top: 16px;
}
.footer-top-newsletter .banner-large-img .block-content .input-group-field {
  min-width: 380px;
  padding: 8px 15px 8px;
  height: 50px;
  text-align: left;
  margin-right: 10px;
  border-radius: 30px;
  display: inline-block;
  padding-left: 45px;
}
.addresses-page
  .btn-edit-delete
  .footer-top-newsletter
  .banner-large-img
  .block-content
  a,
.footer-top-newsletter
  .banner-large-img
  .block-content
  .addresses-page
  .btn-edit-delete
  a,
.footer-top-newsletter .banner-large-img .block-content .btn,
.footer-top-newsletter
  .banner-large-img
  .block-content
  .product-shop
  .groups-btn
  .wishlist,
.footer-top-newsletter
  .banner-large-img
  .block-content
  .product-shop
  .shopify-payment-button
  button.shopify-payment-button__button,
.footer-top-newsletter
  .banner-large-img
  .block-content
  .tabs__product-page
  .spr-container
  .spr-summary-actions-newreview,
.product-shop
  .groups-btn
  .footer-top-newsletter
  .banner-large-img
  .block-content
  .wishlist,
.product-shop
  .shopify-payment-button
  .footer-top-newsletter
  .banner-large-img
  .block-content
  button.shopify-payment-button__button,
.tabs__product-page
  .spr-container
  .footer-top-newsletter
  .banner-large-img
  .block-content
  .spr-summary-actions-newreview {
  padding: 15px 15px 13px;
  min-width: 150px;
  border-radius: 30px;
  font-weight: 600;
  display: inline-block;
}
.footer-top-newsletter .banner-large-img .img-box img {
  width: 100%;
  object-fit: cover;
}
.checkbox-group {
  margin-bottom: 15px;
  text-align: left;
  clear: both;
}
.checkbox-group label {
  font-weight: 400 !important;
  margin-bottom: 0 !important;
}
.checkbox-group a {
  color: var(--page_title_color);
  display: inline-block;
  background-image: linear-gradient(
    transparent 97%,
    var(--page_title_color) 3%
  );
  background-repeat: repeat-x;
  background-position-y: -2px;
}
.btn-checkout.show {
  opacity: 0.65;
  pointer-events: none;
}
.custom-collection-products {
  overflow: hidden;
}
.custom-collection-products .container .column-banner .column-banner-inner {
  margin-top: 38px;
}
.custom-collection-products .container .column-banner p {
  color: #232323;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  margin-bottom: 16px;
}
.custom-collection-products .container .column-banner .collection-title a {
  color: #232323;
  font-size: 40px;
  letter-spacing: 0.02em;
}
.custom-collection-products .container .column-banner .des {
  padding-right: 110px;
  margin-bottom: 45px;
  line-height: 22px;
}
.custom-collection-products .container .column-banner .des ul li:before {
  content: "";
  width: 6px;
  height: 6px;
  background-color: #f9d899;
  border: none;
  margin: 8.5px 12px 10px 0;
  float: left;
}
.custom-collection-products .container .column-banner .product-title {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.02em;
  margin-top: 20px;
}
.custom-collection-products .container .column-banner .product-image-left {
  display: block;
  position: relative;
  max-width: 460px;
  width: 100%;
}
.custom-collection-products .container .column-banner .product-image-left img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  border: 0;
  width: 100%;
  max-height: 100%;
  object-fit: cover;
  object-position: top;
}
.custom-collection-products
  .container
  .column-banner
  .product-image-left:after {
  content: "";
  display: block;
  height: 0;
  width: 100%;
  padding-bottom: 443px;
}
.custom-collection-products
  .container
  .row:last-child
  .button-collections:last-child {
  margin-bottom: 0;
}
.custom-collection-products .column-product .products-grid {
  margin-right: -5px;
  margin-left: -5px;
  margin-top: 5px;
}
.custom-collection-products .column-product .products-grid .grid-item {
  margin-bottom: -10px;
  padding: 5px;
  margin-top: 5px;
}
.custom-collection-products
  .column-product
  .products-grid
  .grid-item
  .product-image {
  margin-bottom: 0;
}
.custom-collection-products .column-product .slick-dots {
  margin-top: 20px;
}
.custom-collection-products .button-collections {
  display: block;
  width: 100%;
  text-align: center;
  position: relative;
  margin-top: 55px;
  margin-bottom: 85px;
}
.custom-collection-products .button-collections a {
  position: relative;
  z-index: 2;
  font-weight: 600;
  padding: 10px 15px 8px;
}
.custom-collection-products .button-collections:before {
  position: absolute;
  content: "";
  background: #f7f7f7;
  width: 90000px;
  height: 1px;
  left: -9000px;
  top: 20px;
  z-index: 1;
}
.wrapper_header_parallax .collection-menu-block {
  margin-top: -17px;
}
.collection-menu-block {
  padding-top: 25px;
  padding-bottom: 20px;
}
.collection-menu-block .collection-slider .item {
  padding: 0;
}
.collection-menu-block .collection-slider .item a {
  display: block;
  text-align: center;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 0.05em;
}
.collection-menu-block .collection-slider .item a:hover {
  opacity: 0.6;
}
.collection-menu-block .collection-slider .item a .icon-img {
  display: block;
  min-height: 40px;
  margin-bottom: 15px;
}
.collection-menu-block .collection-slider .slick-arrow {
  background: 0 0;
  border: 0;
}
.collection-menu-block .collection-slider .slick-arrow.slick-next {
  right: -25px;
  padding-left: 0;
  padding-top: 0;
}
.collection-menu-block .collection-slider .slick-arrow.slick-prev {
  left: -25px;
  padding-top: 0;
  padding-right: 0;
}
.collection-menu-block .collection-slider .slick-arrow .fa {
  font-size: 28px;
  font-weight: 400;
}
.custom-block-midle-banner .row {
  margin-bottom: 50px;
}
.custom-block-midle-banner .row .content-text {
  position: relative;
}
.custom-block-midle-banner .row .content-text .banner-content {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  padding: 0;
}
.custom-block-midle-banner .row .content-text .banner-content .banner-button {
  background: 0 0;
  border: none;
  font-weight: 600;
  padding: 0;
}
.custom-block-midle-banner .row .content-text .banner-content.abs_left {
  text-align: left;
}
.custom-block-midle-banner .row .content-text .banner-content.abs_right {
  text-align: right;
}
.custom-block-midle-banner .row .content-text .banner-content.abs_center {
  text-align: center;
}
.custom-block-midle-banner .custom-block-banner {
  position: relative;
}
.custom-block-midle-banner .custom-block-banner .img-box .content-box {
  position: absolute;
  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%);
  text-align: center;
}
.custom-block-midle-banner
  .custom-block-banner
  .img-box
  .content-box
  .banner-title {
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-weight: 600;
  margin-bottom: 14px;
}
.custom-block-midle-banner .custom-block-banner .img-box .content-box .des {
  letter-spacing: 0.02em;
  margin-bottom: 35px;
}
.custom-block-midle-banner .custom-block-banner .img-box .sub-banner-countdown {
  display: block;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  margin: 0;
}
.custom-block-midle-banner
  .custom-block-banner
  .img-box
  .sub-banner-countdown
  .clock-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border: 1px solid;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  width: 64px;
  height: 64px;
  margin: 0 7.5px;
}
.custom-block-midle-banner
  .custom-block-banner
  .img-box
  .sub-banner-countdown
  .clock-item
  span {
  display: block;
}
.custom-block-midle-banner
  .custom-block-banner
  .img-box
  .sub-banner-countdown
  .clock-item
  span:not(.num) {
  font-size: var(--font_size);
  letter-spacing: 0.02em;
  font-weight: 400;
}
.custom-block-midle-banner
  .custom-block-banner
  .img-box
  .sub-banner-countdown
  .clock-item
  span.num {
  letter-spacing: normal;
  font-size: 20px;
  font-weight: 600;
  line-height: 20px;
}
.custom-block-midle-banner
  .custom-block-banner
  .img-box
  .sub-banner-countdown
  .clock-item:first-of-type {
  margin-left: 0;
}
.custom-block-midle-banner
  .custom-block-banner
  .img-box
  .sub-banner-countdown
  .clock-item:last-of-type {
  margin-right: 0;
}
.collection-custom-block-images .row {
  margin-right: -10px;
  margin-left: -10px;
}
.collection-custom-block-images .row .three-blocks {
  padding-left: 10px;
  padding-right: 10px;
}
.collection-custom-block-images .row .custom-block-image-col {
  position: relative;
}
.collection-custom-block-images
  .row
  .custom-block-image-col
  .img-box
  .animate-scale:hover:before {
  opacity: 0;
}
.collection-custom-block-images .row .custom-block-image-col .content-bottom {
  position: absolute;
  bottom: 14%;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
}
.collection-custom-block-images
  .row
  .custom-block-image-col
  .content-bottom
  .heading {
  letter-spacing: 0.05em;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 36px;
}
.collection-custom-block-images
  .row
  .custom-block-image-col
  .content-bottom
  .btn-img-block {
  min-width: 167px;
  font-weight: 600;
  padding: 10px 15px 8px;
}
.template-page .featured-products .products-grid .grid-item {
  margin-bottom: 0;
}
.template-page .featured-products .products-grid .slick-dots {
  margin-top: 20px;
}
.short-description ol,
.short-description ul {
  margin: 0 0 25px 20px;
}
.short-description ul li {
  margin-bottom: 6px;
}
.short-description ul li:before {
  content: "";
  width: 6px;
  height: 6px;
  background-color: #8c8c8c;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  border: none;
  margin: 8.5px 11px 10px 0;
  float: left;
}
.short-description ol li {
  counter-increment: li;
}
.short-description ol li:before {
  content: counter(li);
  min-width: 17px;
  float: left;
}
.short-description iframe,
.short-description video,
.tab-content iframe,
.tab-content video {
  max-width: 100%;
}
.short-description iframe,
.short-description video,
.vertical-tabs iframe,
.vertical-tabs video {
  height: 270px;
}
.translation-lab-language-switcher {
  font-weight: 600;
}
.snptwdgt-container .snptwdgt-rtd__fotr {
  display: none;
}
.social-icons li {
  margin-bottom: 15px;
}
.fb_iframe_widget iframe {
  position: static !important;
}
.slider-nav .product-single__media {
  position: relative;
  padding-top: 130%;
}
.slider-nav .product-single__media img,
.slider-nav .product-single__media model-viewer {
  max-height: 100%;
  width: 100%;
  max-width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -sand-transform: translate(-50%, -50%);
  object-fit: contain;
}
.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 iframe,
.slider-for .product-single__media model-viewer,
.slider-for .product-single__media video {
  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: 50%;
  left: 50%;
  padding: 0;
  transform: translate3d(-50%, -50%, 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;
}
.icon-loading-js {
  margin: 0 auto;
  height: 200px;
  padding-top: 60px;
  text-align: center;
  opacity: 1;
  transition: all 0.3s;
  left: 0;
}
.icon-loading-js svg {
  width: 80px;
  height: 80px;
}
.active .icon-loading-js {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  height: 0;
  padding: 0;
}
.adaptive_height {
  position: relative;
  display: block;
}
.adaptive_height img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
}
.adaptive_height img.lazyload,
.adaptive_height img.lazyloading {
  opacity: 1;
}
.adaptive_height img.lazyload:after,
.adaptive_height img.lazyloading:after {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 0;
}
.newsletter-toolbar {
  position: fixed;
  left: 0;
  top: 50%;
  max-width: 40px;
  transform: translateY(-50%);
  z-index: 4;
}
.newsletter-toolbar.align-right {
  left: auto;
  right: 0;
}
.newsletter-toolbar .social-icons li {
  margin-bottom: 5px;
}
.newsletter-toolbar .social-icons li:first-of-type {
  margin-left: 7px;
}
.newsletter-toolbar .social-icons li:hover a {
  background-color: transparent !important;
}
.newsletter-toolbar .social-icons i {
  font-size: 18px;
}
.newsletter-toolbar .toolbar--text {
  margin-top: 15px;
}
.newsletter-toolbar .toolbar--text span {
  writing-mode: tb-rl;
  transform: rotate(-180deg);
  cursor: pointer;
  margin-left: 14px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  opacity: 0.5;
}
.newsletter-toolbar .toolbar--text:hover span {
  opacity: 1;
}
.before-you-leave__wrapper {
  overflow: auto;
  max-height: 100vh;
}
.before-you-leave__wrapper::-webkit-scrollbar-track {
  background-color: #fafafa;
}
.before-you-leave__wrapper::-webkit-scrollbar {
  width: 0;
  background-color: #fafafa;
}
.before-you-leave__wrapper::-webkit-scrollbar-thumb {
  background-color: #e6e6e6;
}
.before-you-leave__wrapper .close-before-you-leave {
  display: flex;
  width: 100%;
  justify-content: flex-end;
  align-items: center;
  padding-right: 20px;
  padding-top: 15px;
}
.before-you-leave__wrapper .close-before-you-leave span {
  font-size: var(--font_size);
  text-transform: uppercase;
  font-weight: 400;
  margin-left: 5px;
  color: var(--body_color);
}
.before-you-leave__wrapper .close-before-you-leave svg {
  color: var(--body_color);
}
.before-you-leave__header {
  padding: 0 20px 19px;
}
.before-you-leave__bg {
  padding: 45px 30px 30px 30px;
  color: #fff;
  position: relative;
  background-color: #989898;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.before-you-leave__bg .rte {
  z-index: 2;
  position: relative;
}
.before-you-leave__bg .rte,
.before-you-leave__bg a,
.before-you-leave__bg p {
  color: inherit;
}
.before-you-leave__bg .rte p {
  margin-bottom: 15px;
  font-size: var(--font_size);
  padding: 0 20px;
}
.before-you-leave__img {
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
}
.before-you-leave__bg .rte a strong {
  margin-top: 0;
}
.before-you-leave__bg .rte strong {
  font-size: 24px;
  font-weight: 400;
  color: inherit;
  text-transform: uppercase;
  font-family: var(--fonts_name_2);
  margin-top: 25px;
  display: block;
  letter-spacing: 0.05em;
}
.before-you-leave__bg .rte p:first-child strong {
  font-size: 32px;
  text-transform: none;
  margin-top: 0;
}
.before-you-leave__bg .rte a:not(.btn) {
  padding-bottom: 2px;
  margin-bottom: 12px;
  display: inline-block;
  border-bottom: 1px solid #fff;
  padding-top: 10px;
}
.addresses-page .btn-edit-delete .before-you-leave__bg a,
.before-you-leave__bg .addresses-page .btn-edit-delete a,
.before-you-leave__bg .btn,
.before-you-leave__bg .product-shop .groups-btn .wishlist,
.before-you-leave__bg
  .product-shop
  .shopify-payment-button
  button.shopify-payment-button__button,
.before-you-leave__bg
  .tabs__product-page
  .spr-container
  .spr-summary-actions-newreview,
.product-shop .groups-btn .before-you-leave__bg .wishlist,
.product-shop
  .shopify-payment-button
  .before-you-leave__bg
  button.shopify-payment-button__button,
.tabs__product-page
  .spr-container
  .before-you-leave__bg
  .spr-summary-actions-newreview {
  width: 100%;
  z-index: 2;
  position: relative;
  padding: 15px 15px 13px;
  margin-top: 30px;
  background: var(--background_2);
  color: var(--color_2);
  border-color: var(--border_2);
}
.addresses-page .btn-edit-delete .before-you-leave__bg a:hover,
.before-you-leave__bg .addresses-page .btn-edit-delete a:hover,
.before-you-leave__bg .btn:hover,
.before-you-leave__bg .product-shop .groups-btn .wishlist:hover,
.before-you-leave__bg
  .product-shop
  .shopify-payment-button
  button.shopify-payment-button__button:hover,
.before-you-leave__bg
  .tabs__product-page
  .spr-container
  .spr-summary-actions-newreview:hover,
.product-shop .groups-btn .before-you-leave__bg .wishlist:hover,
.product-shop
  .shopify-payment-button
  .before-you-leave__bg
  button.shopify-payment-button__button:hover,
.tabs__product-page
  .spr-container
  .before-you-leave__bg
  .spr-summary-actions-newreview:hover {
  background: var(--background_1);
  color: var(--color_1);
  border-color: var(--border_1);
}
.before-you-leave__content--title {
  padding: 18px 20px;
  display: flex;
  position: relative;
  z-index: 2;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #ebebeb;
}
.before-you-leave__content--title .title {
  margin-bottom: 0;
  font-size: var(--font_size);
}
.before-you-leave__content--title .count {
  width: 20px;
  height: 20px;
  line-height: 22px;
  margin-left: 5px;
  color: #fff;
  border-radius: 50%;
  text-align: center;
  display: inline-block;
  background-color: var(--color_price_sale);
  font-size: var(--font_size);
}
.before-you-leave__content--title .search:not(.open_search) .icon-search {
  display: block;
}
.before-you-leave__content--title .search:not(.open_search) .icon-close {
  display: none;
}
.before-you-leave__content--title .search.open_search .icon-search {
  display: none;
}
.before-you-leave__content--title .search.open_search .icon-close {
  display: block;
}
.before-you-leave__content--title .search-form-wrapper {
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  z-index: 10;
}
.before-you-leave__content--title .search-bar {
  width: 100%;
  color: #000;
  background-color: #fff;
}
.before-you-leave__content--title .search-bar button {
  color: #000;
}
.before-you-leave__content--title .search-bar input {
  color: #000;
  background-color: #fff;
  width: calc(100% - 34px);
}
.before-you-leave__content--title .search-form__results {
  top: 100%;
  width: 100%;
}
.before-you-leave__content--product {
  z-index: 1;
  position: relative;
  padding: 8px 20px 50px 20px;
}
.before-you-leave__content--product .products-grid .grid-item {
  margin: 0;
}
.before-you-leave__content--product .products-grid .grid-item + .grid-item {
  margin-top: -10px;
}
.before-you-leave__content--product .products-grid .grid-item:first-child {
  margin-top: 0;
}
.before-you-leave__content--product .inner-top {
  display: table;
  width: 100%;
}
.before-you-leave__content--product .inner-top .product-top {
  display: table-cell;
  vertical-align: top;
  width: 100px;
}
.before-you-leave__content--product .inner-top .product-top .product-image {
  margin-bottom: 0;
}
.before-you-leave__content--product
  .inner-top
  .product-top
  .product-image
  .product-grid-image {
  min-height: auto;
}
.before-you-leave__content--product .inner-top .product-bottom {
  display: table-cell;
  vertical-align: top;
  width: calc(100% - 100px);
  padding: 45px 0 0 20px;
}
.before-you-leave__content--product .inner-top .product-bottom .product-vendor {
  margin-bottom: 0;
}
.before-you-leave__content--product .inner-top .product-bottom .action {
  margin-left: 0;
  max-width: 100px;
  padding-top: 7px;
}
.addresses-page
  .btn-edit-delete
  .before-you-leave__content--product
  .inner-top
  .product-bottom
  .action
  a,
.before-you-leave__content--product
  .inner-top
  .product-bottom
  .action
  .addresses-page
  .btn-edit-delete
  a,
.before-you-leave__content--product .inner-top .product-bottom .action .btn,
.before-you-leave__content--product
  .inner-top
  .product-bottom
  .action
  .product-shop
  .groups-btn
  .wishlist,
.before-you-leave__content--product
  .inner-top
  .product-bottom
  .action
  .product-shop
  .shopify-payment-button
  button.shopify-payment-button__button,
.before-you-leave__content--product
  .inner-top
  .product-bottom
  .action
  .tabs__product-page
  .spr-container
  .spr-summary-actions-newreview,
.product-shop
  .groups-btn
  .before-you-leave__content--product
  .inner-top
  .product-bottom
  .action
  .wishlist,
.product-shop
  .shopify-payment-button
  .before-you-leave__content--product
  .inner-top
  .product-bottom
  .action
  button.shopify-payment-button__button,
.tabs__product-page
  .spr-container
  .before-you-leave__content--product
  .inner-top
  .product-bottom
  .action
  .spr-summary-actions-newreview {
  padding: 15px 15px 13px;
  background: var(--background_2);
  color: var(--color_2);
  border-color: var(--color_2);
}
.addresses-page
  .btn-edit-delete
  .before-you-leave__content--product
  .inner-top
  .product-bottom
  .action
  a:hover,
.before-you-leave__content--product
  .inner-top
  .product-bottom
  .action
  .addresses-page
  .btn-edit-delete
  a:hover,
.before-you-leave__content--product
  .inner-top
  .product-bottom
  .action
  .btn:hover,
.before-you-leave__content--product
  .inner-top
  .product-bottom
  .action
  .product-shop
  .groups-btn
  .wishlist:hover,
.before-you-leave__content--product
  .inner-top
  .product-bottom
  .action
  .product-shop
  .shopify-payment-button
  button.shopify-payment-button__button:hover,
.before-you-leave__content--product
  .inner-top
  .product-bottom
  .action
  .tabs__product-page
  .spr-container
  .spr-summary-actions-newreview:hover,
.product-shop
  .groups-btn
  .before-you-leave__content--product
  .inner-top
  .product-bottom
  .action
  .wishlist:hover,
.product-shop
  .shopify-payment-button
  .before-you-leave__content--product
  .inner-top
  .product-bottom
  .action
  button.shopify-payment-button__button:hover,
.tabs__product-page
  .spr-container
  .before-you-leave__content--product
  .inner-top
  .product-bottom
  .action
  .spr-summary-actions-newreview:hover {
  background: var(--background_1);
  color: var(--color_1);
  border-color: var(--color_1);
}
.addresses-page
  .btn-edit-delete
  .before-you-leave__content--product
  .inner-top
  .product-bottom
  .action
  a:hover
  span:after,
.addresses-page
  .btn-edit-delete
  .before-you-leave__content--product
  .inner-top
  .product-bottom
  .action
  a:hover
  span:before,
.before-you-leave__content--product
  .inner-top
  .product-bottom
  .action
  .addresses-page
  .btn-edit-delete
  a:hover
  span:after,
.before-you-leave__content--product
  .inner-top
  .product-bottom
  .action
  .addresses-page
  .btn-edit-delete
  a:hover
  span:before,
.before-you-leave__content--product
  .inner-top
  .product-bottom
  .action
  .btn:hover
  span:after,
.before-you-leave__content--product
  .inner-top
  .product-bottom
  .action
  .btn:hover
  span:before,
.before-you-leave__content--product
  .inner-top
  .product-bottom
  .action
  .product-shop
  .groups-btn
  .wishlist:hover
  span:after,
.before-you-leave__content--product
  .inner-top
  .product-bottom
  .action
  .product-shop
  .groups-btn
  .wishlist:hover
  span:before,
.before-you-leave__content--product
  .inner-top
  .product-bottom
  .action
  .product-shop
  .shopify-payment-button
  button.shopify-payment-button__button:hover
  span:after,
.before-you-leave__content--product
  .inner-top
  .product-bottom
  .action
  .product-shop
  .shopify-payment-button
  button.shopify-payment-button__button:hover
  span:before,
.before-you-leave__content--product
  .inner-top
  .product-bottom
  .action
  .tabs__product-page
  .spr-container
  .spr-summary-actions-newreview:hover
  span:after,
.before-you-leave__content--product
  .inner-top
  .product-bottom
  .action
  .tabs__product-page
  .spr-container
  .spr-summary-actions-newreview:hover
  span:before,
.product-shop
  .groups-btn
  .before-you-leave__content--product
  .inner-top
  .product-bottom
  .action
  .wishlist:hover
  span:after,
.product-shop
  .groups-btn
  .before-you-leave__content--product
  .inner-top
  .product-bottom
  .action
  .wishlist:hover
  span:before,
.product-shop
  .shopify-payment-button
  .before-you-leave__content--product
  .inner-top
  .product-bottom
  .action
  button.shopify-payment-button__button:hover
  span:after,
.product-shop
  .shopify-payment-button
  .before-you-leave__content--product
  .inner-top
  .product-bottom
  .action
  button.shopify-payment-button__button:hover
  span:before,
.tabs__product-page
  .spr-container
  .before-you-leave__content--product
  .inner-top
  .product-bottom
  .action
  .spr-summary-actions-newreview:hover
  span:after,
.tabs__product-page
  .spr-container
  .before-you-leave__content--product
  .inner-top
  .product-bottom
  .action
  .spr-summary-actions-newreview:hover
  span:before {
  background-color: var(--color_1);
}
.addresses-page
  .btn-edit-delete
  .before-you-leave__content--product
  .inner-top
  .product-bottom
  .action
  a
  span,
.before-you-leave__content--product
  .inner-top
  .product-bottom
  .action
  .addresses-page
  .btn-edit-delete
  a
  span,
.before-you-leave__content--product
  .inner-top
  .product-bottom
  .action
  .btn
  span,
.before-you-leave__content--product
  .inner-top
  .product-bottom
  .action
  .product-shop
  .groups-btn
  .wishlist
  span,
.before-you-leave__content--product
  .inner-top
  .product-bottom
  .action
  .product-shop
  .shopify-payment-button
  button.shopify-payment-button__button
  span,
.before-you-leave__content--product
  .inner-top
  .product-bottom
  .action
  .tabs__product-page
  .spr-container
  .spr-summary-actions-newreview
  span,
.product-shop
  .groups-btn
  .before-you-leave__content--product
  .inner-top
  .product-bottom
  .action
  .wishlist
  span,
.product-shop
  .shopify-payment-button
  .before-you-leave__content--product
  .inner-top
  .product-bottom
  .action
  button.shopify-payment-button__button
  span,
.tabs__product-page
  .spr-container
  .before-you-leave__content--product
  .inner-top
  .product-bottom
  .action
  .spr-summary-actions-newreview
  span {
  position: relative;
}
.addresses-page
  .btn-edit-delete
  .before-you-leave__content--product
  .inner-top
  .product-bottom
  .action
  a
  span:before,
.before-you-leave__content--product
  .inner-top
  .product-bottom
  .action
  .addresses-page
  .btn-edit-delete
  a
  span:before,
.before-you-leave__content--product
  .inner-top
  .product-bottom
  .action
  .btn
  span:before,
.before-you-leave__content--product
  .inner-top
  .product-bottom
  .action
  .product-shop
  .groups-btn
  .wishlist
  span:before,
.before-you-leave__content--product
  .inner-top
  .product-bottom
  .action
  .product-shop
  .shopify-payment-button
  button.shopify-payment-button__button
  span:before,
.before-you-leave__content--product
  .inner-top
  .product-bottom
  .action
  .tabs__product-page
  .spr-container
  .spr-summary-actions-newreview
  span:before,
.product-shop
  .groups-btn
  .before-you-leave__content--product
  .inner-top
  .product-bottom
  .action
  .wishlist
  span:before,
.product-shop
  .shopify-payment-button
  .before-you-leave__content--product
  .inner-top
  .product-bottom
  .action
  button.shopify-payment-button__button
  span:before,
.tabs__product-page
  .spr-container
  .before-you-leave__content--product
  .inner-top
  .product-bottom
  .action
  .spr-summary-actions-newreview
  span:before {
  top: 6px;
  content: "";
  width: 9px;
  height: 1px;
  line-height: 22px;
  right: calc(100% + 9px);
  display: block;
  position: absolute;
  background-color: var(--color_2);
}
.addresses-page
  .btn-edit-delete
  .before-you-leave__content--product
  .inner-top
  .product-bottom
  .action
  a
  span:after,
.before-you-leave__content--product
  .inner-top
  .product-bottom
  .action
  .addresses-page
  .btn-edit-delete
  a
  span:after,
.before-you-leave__content--product
  .inner-top
  .product-bottom
  .action
  .btn
  span:after,
.before-you-leave__content--product
  .inner-top
  .product-bottom
  .action
  .product-shop
  .groups-btn
  .wishlist
  span:after,
.before-you-leave__content--product
  .inner-top
  .product-bottom
  .action
  .product-shop
  .shopify-payment-button
  button.shopify-payment-button__button
  span:after,
.before-you-leave__content--product
  .inner-top
  .product-bottom
  .action
  .tabs__product-page
  .spr-container
  .spr-summary-actions-newreview
  span:after,
.product-shop
  .groups-btn
  .before-you-leave__content--product
  .inner-top
  .product-bottom
  .action
  .wishlist
  span:after,
.product-shop
  .shopify-payment-button
  .before-you-leave__content--product
  .inner-top
  .product-bottom
  .action
  button.shopify-payment-button__button
  span:after,
.tabs__product-page
  .spr-container
  .before-you-leave__content--product
  .inner-top
  .product-bottom
  .action
  .spr-summary-actions-newreview
  span:after {
  top: 2px;
  content: "";
  width: 1px;
  height: 9px;
  line-height: 22px;
  right: calc(100% + 13px);
  display: block;
  position: absolute;
  background-color: var(--color_2);
}
.before-you-leave__content--product .product-card--2 .product-card__title {
  margin-bottom: 10px;
}
.before-you-leave__content--product .product-card--2 .product-card__btn {
  height: 40px;
  line-height: 40px;
  padding: 0 15px;
  color: #191919;
  border: 1px solid #d2d2d2;
  background-color: #fff;
}
.before-you-leave__content--product .product-card__btn--plus > span:after,
.before-you-leave__content--product .product-card__btn--plus > span:before {
  background-color: #191919;
}
.before-you-leave__content--product .product-card--2 .product-card__btn:hover {
  color: #191919;
  border: 1px solid #d2d2d2;
  background-color: #fff;
}
.before-you-leave__content--product .slick-slide > div {
  margin-bottom: 20px;
}
.before-you-leave__content--product .slick-arrow {
  top: auto;
  bottom: -34px;
  width: 30px;
  height: 30px;
  transform: none;
}
.before-you-leave__content--product .slick-prev {
  left: 15px;
}
.before-you-leave__content--product .slick-next {
  right: 15px;
}
.before-you-leave__content--product .slick-dots {
  max-width: max-content;
}
.before-you-leave__button {
  display: block;
  padding-top: 55px;
}
.addresses-page .btn-edit-delete .before-you-leave__button a,
.before-you-leave__button .addresses-page .btn-edit-delete a,
.before-you-leave__button .btn,
.before-you-leave__button .product-shop .groups-btn .wishlist,
.before-you-leave__button
  .product-shop
  .shopify-payment-button
  button.shopify-payment-button__button,
.before-you-leave__button
  .tabs__product-page
  .spr-container
  .spr-summary-actions-newreview,
.product-shop .groups-btn .before-you-leave__button .wishlist,
.product-shop
  .shopify-payment-button
  .before-you-leave__button
  button.shopify-payment-button__button,
.tabs__product-page
  .spr-container
  .before-you-leave__button
  .spr-summary-actions-newreview {
  width: 100%;
  padding: 15px 15px 13px;
  background: var(--background_2);
  color: var(--color_2);
  border-color: var(--color_2);
}
.addresses-page .btn-edit-delete .before-you-leave__button a:hover,
.before-you-leave__button .addresses-page .btn-edit-delete a:hover,
.before-you-leave__button .btn:hover,
.before-you-leave__button .product-shop .groups-btn .wishlist:hover,
.before-you-leave__button
  .product-shop
  .shopify-payment-button
  button.shopify-payment-button__button:hover,
.before-you-leave__button
  .tabs__product-page
  .spr-container
  .spr-summary-actions-newreview:hover,
.product-shop .groups-btn .before-you-leave__button .wishlist:hover,
.product-shop
  .shopify-payment-button
  .before-you-leave__button
  button.shopify-payment-button__button:hover,
.tabs__product-page
  .spr-container
  .before-you-leave__button
  .spr-summary-actions-newreview:hover {
  background: var(--background_1);
  color: var(--color_1);
  border-color: var(--color_1);
}
.popup-sidebar {
  top: 0;
  bottom: 0;
  padding: 0;
  height: 100vh;
  z-index: 999;
  position: fixed;
  max-width: 400px;
  width: calc(100% - 44px);
  transition: all 0.5s ease, z-index 0s ease;
  box-shadow: rgba(50, 50, 50, 0.2) 0 0 2px 0;
  color: #000;
  background-color: #fff;
  font-size: 12px;
  font-family: var(--fonts_name);
  font-weight: 500;
}
#before-you-leave.popup-sidebar {
  max-width: 400px;
}
.popup-sidebar--right {
  right: -101%;
}
.open_beforeYouLeave #before-you-leave.popup-sidebar--right {
  right: 0;
}
.open_beforeYouLeave .wrapper-overlay {
  display: block;
  z-index: 5;
}
input::-webkit-inner-spin-button,
input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.cart-list .cart--quantity .qty-group input::-webkit-inner-spin-button,
.cart-list .cart--quantity .qty-group input::-webkit-outer-spin-button,
.product-edit .cart-meta--title input::-webkit-inner-spin-button,
.product-edit .cart-meta--title input::-webkit-outer-spin-button,
body.layout_style_1170 .qty-group input::-webkit-inner-spin-button,
body.layout_style_1170 .qty-group input::-webkit-outer-spin-button {
  -webkit-appearance: auto;
  -moz-appearance: auto;
  appearance: auto;
  margin: 0;
  opacity: 1;
}
body.layout_style_1170 .qty-group input[type="number"] {
  -moz-appearance: textfield;
}
.free_shipping_massage1 {
  margin-top: -4px;
  margin-bottom: 20px;
  color: var(--body_color);
  font-size: var(--font_size);
  text-align: left;
}
.free_shipping_massage1 b {
  color: var(--page_title_color);
  text-transform: capitalize;
  font-weight: 400;
}
.modal.modal--is-active {
  opacity: 1;
  display: flex;
  overflow: visible;
  align-items: center;
  justify-content: center;
}
.action.show-popup-qs {
  max-width: 100% !important;
}
.action.show-popup-qs [data-init-quickshop] {
  display: none;
}
.action.show-popup-qs .product-card__variant--popup {
  display: block;
}
.product-card__variant--popup {
  display: none;
}
.products-list
  .show-popup-qs
  .product-card__variant--popup--content
  .product-card__button2
  .add-to-cart-btn {
  width: 100%;
}
.products-list .show-popup-qs .product-card__button_cancel_mobile {
  right: 0;
}
.show-popup-qs .product-card__button2 {
  display: flex;
  position: absolute;
  bottom: 10px;
  width: 100%;
  left: 10px;
}
.addresses-page .btn-edit-delete .show-popup-qs .product-card__button2 a,
.product-shop .groups-btn .show-popup-qs .product-card__button2 .wishlist,
.product-shop
  .shopify-payment-button
  .show-popup-qs
  .product-card__button2
  button.shopify-payment-button__button,
.show-popup-qs .product-card__button2 .addresses-page .btn-edit-delete a,
.show-popup-qs .product-card__button2 .btn,
.show-popup-qs .product-card__button2 .product-shop .groups-btn .wishlist,
.show-popup-qs
  .product-card__button2
  .product-shop
  .shopify-payment-button
  button.shopify-payment-button__button,
.show-popup-qs
  .product-card__button2
  .tabs__product-page
  .spr-container
  .spr-summary-actions-newreview,
.tabs__product-page
  .spr-container
  .show-popup-qs
  .product-card__button2
  .spr-summary-actions-newreview {
  padding: 10px 15px 8px !important;
  width: calc(100% - 20px);
  min-width: auto;
}
.addresses-page .btn-edit-delete .show-popup-qs .product-card__button2 a:hover,
.product-shop .groups-btn .show-popup-qs .product-card__button2 .wishlist:hover,
.product-shop
  .shopify-payment-button
  .show-popup-qs
  .product-card__button2
  button.shopify-payment-button__button:hover,
.show-popup-qs .product-card__button2 .addresses-page .btn-edit-delete a:hover,
.show-popup-qs .product-card__button2 .btn:hover,
.show-popup-qs .product-card__button2 .product-shop .groups-btn .wishlist:hover,
.show-popup-qs
  .product-card__button2
  .product-shop
  .shopify-payment-button
  button.shopify-payment-button__button:hover,
.show-popup-qs
  .product-card__button2
  .tabs__product-page
  .spr-container
  .spr-summary-actions-newreview:hover,
.tabs__product-page
  .spr-container
  .show-popup-qs
  .product-card__button2
  .spr-summary-actions-newreview:hover {
  background: var(--background_2);
  color: var(--color_2);
  border-color: var(--border_2);
}
.addresses-page
  .btn-edit-delete
  .show-popup-qs
  .product-card__button2
  a.add-to-cart-btn,
.product-shop
  .groups-btn
  .show-popup-qs
  .product-card__button2
  .add-to-cart-btn.wishlist,
.product-shop
  .shopify-payment-button
  .show-popup-qs
  .product-card__button2
  button.add-to-cart-btn.shopify-payment-button__button,
.show-popup-qs
  .product-card__button2
  .addresses-page
  .btn-edit-delete
  a.add-to-cart-btn,
.show-popup-qs .product-card__button2 .btn.add-to-cart-btn,
.show-popup-qs
  .product-card__button2
  .product-shop
  .groups-btn
  .add-to-cart-btn.wishlist,
.show-popup-qs
  .product-card__button2
  .product-shop
  .shopify-payment-button
  button.add-to-cart-btn.shopify-payment-button__button,
.show-popup-qs
  .product-card__button2
  .tabs__product-page
  .spr-container
  .add-to-cart-btn.spr-summary-actions-newreview,
.tabs__product-page
  .spr-container
  .show-popup-qs
  .product-card__button2
  .add-to-cart-btn.spr-summary-actions-newreview {
  background: var(--background_1);
  color: var(--color_1);
  border-color: var(--border_1);
}
.addresses-page
  .btn-edit-delete
  .show-popup-qs
  .product-card__button2
  a.add-to-cart-btn:hover,
.product-shop
  .groups-btn
  .show-popup-qs
  .product-card__button2
  .add-to-cart-btn.wishlist:hover,
.product-shop
  .shopify-payment-button
  .show-popup-qs
  .product-card__button2
  button.add-to-cart-btn.shopify-payment-button__button:hover,
.show-popup-qs
  .product-card__button2
  .addresses-page
  .btn-edit-delete
  a.add-to-cart-btn:hover,
.show-popup-qs .product-card__button2 .btn.add-to-cart-btn:hover,
.show-popup-qs
  .product-card__button2
  .product-shop
  .groups-btn
  .add-to-cart-btn.wishlist:hover,
.show-popup-qs
  .product-card__button2
  .product-shop
  .shopify-payment-button
  button.add-to-cart-btn.shopify-payment-button__button:hover,
.show-popup-qs
  .product-card__button2
  .tabs__product-page
  .spr-container
  .add-to-cart-btn.spr-summary-actions-newreview:hover,
.tabs__product-page
  .spr-container
  .show-popup-qs
  .product-card__button2
  .add-to-cart-btn.spr-summary-actions-newreview:hover {
  background-color: var(--background_2);
  color: var(--color_2);
  border-color: var(--color_2);
}
.addresses-page
  .btn-edit-delete
  .show-popup-qs
  .product-card__button2
  a.btn-cancel,
.product-shop
  .groups-btn
  .show-popup-qs
  .product-card__button2
  .btn-cancel.wishlist,
.product-shop
  .shopify-payment-button
  .show-popup-qs
  .product-card__button2
  button.btn-cancel.shopify-payment-button__button,
.show-popup-qs
  .product-card__button2
  .addresses-page
  .btn-edit-delete
  a.btn-cancel,
.show-popup-qs .product-card__button2 .btn.btn-cancel,
.show-popup-qs
  .product-card__button2
  .product-shop
  .groups-btn
  .btn-cancel.wishlist,
.show-popup-qs
  .product-card__button2
  .product-shop
  .shopify-payment-button
  button.btn-cancel.shopify-payment-button__button,
.show-popup-qs
  .product-card__button2
  .tabs__product-page
  .spr-container
  .btn-cancel.spr-summary-actions-newreview,
.tabs__product-page
  .spr-container
  .show-popup-qs
  .product-card__button2
  .btn-cancel.spr-summary-actions-newreview {
  margin-left: 5px;
  background-color: var(--background_2);
  color: var(--color_2);
  border-color: var(--color_2);
  display: none;
}
.addresses-page
  .btn-edit-delete
  .show-popup-qs
  .product-card__button2
  a.btn-cancel:hover,
.product-shop
  .groups-btn
  .show-popup-qs
  .product-card__button2
  .btn-cancel.wishlist:hover,
.product-shop
  .shopify-payment-button
  .show-popup-qs
  .product-card__button2
  button.btn-cancel.shopify-payment-button__button:hover,
.show-popup-qs
  .product-card__button2
  .addresses-page
  .btn-edit-delete
  a.btn-cancel:hover,
.show-popup-qs .product-card__button2 .btn.btn-cancel:hover,
.show-popup-qs
  .product-card__button2
  .product-shop
  .groups-btn
  .btn-cancel.wishlist:hover,
.show-popup-qs
  .product-card__button2
  .product-shop
  .shopify-payment-button
  button.btn-cancel.shopify-payment-button__button:hover,
.show-popup-qs
  .product-card__button2
  .tabs__product-page
  .spr-container
  .btn-cancel.spr-summary-actions-newreview:hover,
.tabs__product-page
  .spr-container
  .show-popup-qs
  .product-card__button2
  .btn-cancel.spr-summary-actions-newreview:hover {
  background: var(--background_1);
  color: var(--color_1);
  border-color: var(--border_1);
}
.show-popup-qs .product-card__button_cancel_mobile {
  position: absolute;
  top: 5px;
  right: 5px;
}
.show-popup-qs .product-card__button_cancel_mobile .btn-cancel {
  padding: 0 !important;
  min-width: auto;
  background-color: transparent !important;
  border-color: transparent !important;
  color: var(--page_title_color) !important;
}
.show-popup-qs .product-card__button_cancel_mobile .btn-cancel:hover {
  background-color: transparent;
  border-color: transparent;
  color: var(--page_title_color);
}
.show-popup-qs .product-card__button_cancel_mobile .btn-cancel svg {
  width: 18px;
  height: 18px;
}
.show-popup-qs
  .product-card__variant--popup--content
  .swatch
  .swatch-element
  label {
  font-weight: 400;
  font-size: 14px;
  line-height: 36px;
  padding: 0 10px;
}
.show-popup-qs
  .product-card__variant--popup--content
  .swatch
  .swatch-element
  input:checked
  + label {
  font-weight: 400;
}
.show-popup-qs
  .product-card__variant--popup--content
  .swatch
  .swatch-element:not(.color)
  label:after {
  border: 1px solid var(--color_slick_arrow);
}
.swatch .swatch-element.soldout label:after {
  display: inline-block !important;
}
.product-card__variant--popup {
  display: none;
}
.product-form__variants,
.selector-wrapper.hide {
  display: none;
}
.layout_default
  .product-collection.products-grid
  .col-lg-3
  .product-card__variant--popup--content
  .variants {
  max-height: 100px;
}
.layout_default
  .product-collection.products-grid
  .col5
  .product-card__variant--popup--content
  .variants {
  max-height: 100px;
}
.layout_default .product-card__variant--popup--content .variants {
  max-height: 100px;
  overflow-y: auto;
  webkit-overflow-scrolling: touch;
}
.product-collection.products-grid
  .col-lg-3
  .product-card__variant--popup--content
  .variants {
  max-height: 150px;
}
.product-collection.products-grid
  .col5
  .product-card__variant--popup--content
  .variants {
  max-height: 150px;
}
.product-card__variant--popup--content .variants {
  max-height: 150px;
  overflow-y: auto;
  webkit-overflow-scrolling: touch;
}
.product-card__variant--popup--content {
  background: #fff;
  width: calc(100% - 20px);
  margin: 0 auto;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 56px;
  padding-top: 18px;
  position: relative;
}
.product-card__variant--popup--content .variants::-webkit-scrollbar-track {
  background-color: #f4f4f4;
}
.product-card__variant--popup--content .variants::-webkit-scrollbar {
  width: 5px;
  background-color: #f4f4f4;
}
.product-card__variant--popup--content .variants::-webkit-scrollbar-thumb {
  background-color: var(--background_1);
}
.product-card__variant--popup--content .selector-wrapper .form-label {
  display: block;
  color: var(--body_color);
  font-weight: 400;
  font-size: var(--font_size);
}
.product-card__variant--popup--content .selector-wrapper .form-label span {
  color: var(--page_title_color);
}
.product-card__variant--popup--content .swatch .swatch-element {
  margin: 0;
}
.product-card__variant--popup--content .swatch .swatch-element label {
  border: 0;
}
.product-card__variant--popup--content .single-option-selector option.soldOut {
  opacity: 0.4;
  color: #d7d7d7;
}
.product-card__variant--popup--content
  .single-option-selector
  option.unavailable {
  display: none;
}
.ajax-editcart .halo-modal-content .halo-modal-body::-webkit-scrollbar-track {
  background-color: #f4f4f4;
}
.ajax-editcart .halo-modal-content .halo-modal-body::-webkit-scrollbar {
  width: 5px;
  background-color: #f4f4f4;
}
.ajax-editcart .halo-modal-content .halo-modal-body::-webkit-scrollbar-thumb {
  background-color: var(--background_1);
}
.ajax-editcart .halo-modal-content .close {
  width: auto;
  height: auto;
  left: auto;
  right: -80px;
  top: 0;
  font-size: var(--font_size);
  text-transform: uppercase;
  font-weight: 400;
  text-shadow: none;
  background-color: transparent;
  border-color: transparent;
  flex-direction: row-reverse;
}
.ajax-editcart .halo-modal-content .close span {
  margin-left: 5px;
  position: relative;
  top: 1px;
}
.ajax-editcart .halo-modal-content .close svg {
  position: relative;
  top: -1px;
}
.ajax-editcart .halo-modal-content .close:hover {
  background-color: transparent;
  border-color: transparent;
}
.cart-edit h5 {
  font-family: var(--fonts_name_2);
  font-size: var(--font_size_plus4);
  font-weight: 400;
  color: var(--page_title_color);
  padding: 25px 40px 0 40px;
  margin-bottom: 0;
}
.cart-edit .product-edit {
  display: flex;
  padding: 35px 40px 35px 40px;
  align-items: flex-start;
  border-bottom: 1px solid #e6e6e6;
}
.cart-edit .product-edit .product-title {
  font-size: var(--font_size);
}
.cart-edit .product-edit .option {
  font-size: var(--font_size);
  font-style: italic;
  margin-bottom: 20px;
}
.cart-edit .product-edit .prices {
  font-size: var(--font_size);
  font-weight: 900;
  color: var(--page_title_color);
  margin-bottom: 20px;
}
.cart-edit .product-edit .prices .old-price {
  color: var(--color_compare_price);
  font-weight: 400;
}
.cart-edit .product-edit .prices .old-price .money {
  position: relative;
  margin-right: 9px;
  padding-right: 6px;
}
.cart-edit .product-edit .prices .old-price .money:before {
  position: absolute;
  content: "";
  right: 0;
  top: 0;
  width: 1px;
  height: 12px;
  background-color: #cbcdd6;
}
.cart-edit .product-edit .prices .special-price {
  color: var(--color_price_sale);
}
.cart-edit .product-edit .quantity_title {
  font-size: var(--font_size);
  font-weight: 600;
  color: grey;
  letter-spacing: 0;
  margin-bottom: 7px;
}
.cart-edit .product-edit input[type="number"] {
  border: 1px solid var(--border_input);
  max-width: 95px;
  text-align: center;
}
.cart-edit .product-edit .cart-meta {
  width: 50%;
  padding-right: 40px;
  display: flex;
  align-items: flex-start;
}
.cart-edit .product-edit .cart-meta img {
  max-width: 100px;
  height: auto;
  margin-right: 20px;
}
.cart-edit .product-edit.first {
  display: none;
}
.cart-meta--option .edit-cart--remove {
  font-size: var(--font_size);
  text-transform: capitalize;
  text-underline-position: under;
  text-decoration: underline;
  margin-top: 0;
  margin-bottom: 0;
  cursor: pointer;
}
.cart-meta--option .swatch .soldout {
  pointer-events: none;
}
.cart-meta--action > * {
  width: 100%;
  display: block;
  padding: 15px 60px;
}
.cart-meta--action a {
  cursor: pointer;
  font-size: var(--font_size);
  text-transform: uppercase;
  font-weight: 900;
  color: var(--background_1) !important;
}
.cart-meta--action a span {
  position: relative;
}
.cart-meta--action a span:before {
  top: 8px;
  content: "";
  width: 9px;
  height: 1px;
  line-height: 22px;
  right: calc(100% + 9px);
  display: block;
  position: absolute;
  background-color: var(--background_1);
}
.cart-meta--action a span:after {
  top: 4px;
  content: "";
  width: 1px;
  height: 9px;
  line-height: 22px;
  right: calc(100% + 13px);
  display: block;
  position: absolute;
  background-color: var(--background_1);
}
.addresses-page .btn-edit-delete .cart-meta--action a,
.cart-meta--action .addresses-page .btn-edit-delete a,
.cart-meta--action .btn,
.cart-meta--action .product-shop .groups-btn .wishlist,
.cart-meta--action
  .product-shop
  .shopify-payment-button
  button.shopify-payment-button__button,
.cart-meta--action
  .tabs__product-page
  .spr-container
  .spr-summary-actions-newreview,
.product-shop .groups-btn .cart-meta--action .wishlist,
.product-shop
  .shopify-payment-button
  .cart-meta--action
  button.shopify-payment-button__button,
.tabs__product-page
  .spr-container
  .cart-meta--action
  .spr-summary-actions-newreview {
  background-color: var(--background_1);
  color: var(--color_1);
  border-color: var(--border_1);
}
.addresses-page .btn-edit-delete .cart-meta--action a:hover,
.cart-meta--action .addresses-page .btn-edit-delete a:hover,
.cart-meta--action .btn:hover,
.cart-meta--action .product-shop .groups-btn .wishlist:hover,
.cart-meta--action
  .product-shop
  .shopify-payment-button
  button.shopify-payment-button__button:hover,
.cart-meta--action
  .tabs__product-page
  .spr-container
  .spr-summary-actions-newreview:hover,
.product-shop .groups-btn .cart-meta--action .wishlist:hover,
.product-shop
  .shopify-payment-button
  .cart-meta--action
  button.shopify-payment-button__button:hover,
.tabs__product-page
  .spr-container
  .cart-meta--action
  .spr-summary-actions-newreview:hover {
  opacity: 0.8;
}
#product-edit .edit-cart--remove {
  display: none;
}
.wrapper-cartCount {
  margin-top: 10px;
}
.wrapper-cartCount span {
  font-size: 14px;
  font-weight: 400;
}
.cart-sidebar-products h3 {
  font-size: var(--font_size);
  letter-spacing: 0.05em;
  color: var(--page_title_color);
  text-transform: uppercase;
  margin-bottom: 0;
  margin-top: 50px;
}
.cart-sidebar-products .before-you-leave__content--product {
  padding: 0;
}
.cart-sidebar-products
  .before-you-leave__content--product
  .product-top
  .product-image
  img {
  min-height: 195px;
}
.cart-sidebar-products .before-you-leave__content--product .product-bottom {
  padding: 22px 0 30px 20px;
}
.cart-sidebar-products
  .before-you-leave__content--product
  .product-bottom
  .wrapper-vendor {
  justify-content: space-between !important;
}
.cart-sidebar-products
  .before-you-leave__content--product
  .products-grid
  .grid-item
  + .grid-item {
  margin-top: 0;
}
.cart-sidebar-products
  .before-you-leave__content--product
  .products-grid
  .grid-item:first-child {
  margin-top: 0 !important;
}
.cart-sidebar-products .before-you-leave__content--product .slick-slide > div {
  margin-bottom: 5px;
}
.collection-header.layout-header--style2 .collection-image {
  text-align: center;
}
.collection-header.layout-header--style2 .collection-image img {
  width: auto;
}
.layout-header--style2 .container {
  position: relative;
}
.layout-header--style2 .container .absolute {
  position: absolute;
  bottom: 40px;
  left: 0;
  max-width: 570px;
  background: #fff;
  padding: 50px 60px;
}
.layout-header--style2 .container .absolute:before {
  content: "";
  position: absolute;
  border: 4px solid;
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  left: 10px;
  top: 10px;
  border-color: #bcbcbc;
}
.layout-header--style2 .container .absolute > * {
  position: relative;
  z-index: 2;
}
.layout-header--style2 .container .absolute h1 {
  font-size: 50px;
  text-transform: capitalize;
}
.layout-header--style2 .container .absolute .collection-des {
  font-size: var(--font_size);
  line-height: 20px;
}
.layout-header--style2 .container .absolute .collection-des a {
  border-bottom: 1px solid;
}
.layout-header--style2 .container .absolute.no-image {
  position: initial;
  margin-top: 25px;
}
.collection-header .sub-collection {
  margin-bottom: 30px;
  text-transform: uppercase;
  font-size: var(--font_size);
}
.collection-header span {
  color: var(--page_title_color);
  font-weight: 700;
  min-width: max-content;
}
.collection-header .sub-collection span {
  margin-right: 40px;
}
.collection-header .list-sub-collection li {
  display: inline-block;
  margin-right: 38px;
}
.collection-header .list-sub-collection li a {
  color: var(--body_color);
  border-bottom: 1px solid transparent;
}
.collection-header .list-sub-collection li.active a,
.collection-header .list-sub-collection li:hover a {
  border-bottom: 1px solid var(--body_color);
}
.layout-breadcrumb--skin1 i.fa-angle-right:before {
  content: "/";
}
.layout-breadcrumb--skin1 > * {
  font-size: var(--font_size);
}
.layout-breadcrumb--skin1 a,
.layout-breadcrumb--skin1 span {
  color: var(--page_title_color);
}
.layout-breadcrumb--skin1 > a {
  color: grey;
}
.toolbar.has-padding {
  width: 100%;
}
.toolbar.toolbar-fix {
  position: fixed;
  z-index: 4;
  width: 100%;
  left: 0;
  background: #fff;
}
.toolbar .toolbar-col label {
  font-size: var(--font_size);
  text-transform: none;
}
.collection-template-skin-1 .halo-collection-content {
  padding: 0;
}
.collection-template-skin-1 .collection-image {
  margin: 0;
}
.collection-template-skin-1 .padding .infinite-scrolling {
  margin-bottom: 15px;
}
.addresses-page
  .btn-edit-delete
  .collection-template-skin-1
  .padding
  .infinite-scrolling
  a,
.collection-template-skin-1
  .padding
  .infinite-scrolling
  .addresses-page
  .btn-edit-delete
  a,
.collection-template-skin-1 .padding .infinite-scrolling .btn,
.collection-template-skin-1
  .padding
  .infinite-scrolling
  .product-shop
  .groups-btn
  .wishlist,
.collection-template-skin-1
  .padding
  .infinite-scrolling
  .product-shop
  .shopify-payment-button
  button.shopify-payment-button__button,
.collection-template-skin-1
  .padding
  .infinite-scrolling
  .tabs__product-page
  .spr-container
  .spr-summary-actions-newreview,
.product-shop
  .groups-btn
  .collection-template-skin-1
  .padding
  .infinite-scrolling
  .wishlist,
.product-shop
  .shopify-payment-button
  .collection-template-skin-1
  .padding
  .infinite-scrolling
  button.shopify-payment-button__button,
.tabs__product-page
  .spr-container
  .collection-template-skin-1
  .padding
  .infinite-scrolling
  .spr-summary-actions-newreview {
  min-width: 140px;
  width: auto;
  padding: 15px 15px 13px !important;
  font-size: 13px;
  letter-spacing: 0.05em;
}
.addresses-page
  .btn-edit-delete
  .collection-template-skin-1
  .padding
  .infinite-scrolling
  a:hover,
.collection-template-skin-1
  .padding
  .infinite-scrolling
  .addresses-page
  .btn-edit-delete
  a:hover,
.collection-template-skin-1 .padding .infinite-scrolling .btn:hover,
.collection-template-skin-1
  .padding
  .infinite-scrolling
  .product-shop
  .groups-btn
  .wishlist:hover,
.collection-template-skin-1
  .padding
  .infinite-scrolling
  .product-shop
  .shopify-payment-button
  button.shopify-payment-button__button:hover,
.collection-template-skin-1
  .padding
  .infinite-scrolling
  .tabs__product-page
  .spr-container
  .spr-summary-actions-newreview:hover,
.product-shop
  .groups-btn
  .collection-template-skin-1
  .padding
  .infinite-scrolling
  .wishlist:hover,
.product-shop
  .shopify-payment-button
  .collection-template-skin-1
  .padding
  .infinite-scrolling
  button.shopify-payment-button__button:hover,
.tabs__product-page
  .spr-container
  .collection-template-skin-1
  .padding
  .infinite-scrolling
  .spr-summary-actions-newreview:hover {
  opacity: 0.8;
}
.collection-template-skin-1 .padding .page-total {
  text-align: center;
  font-size: var(--font_size);
  color: var(--page_title_color);
}
.collection-template-skin-1 .toolbar.has-padding {
  width: 100%;
}
.collection-template-skin-1 .appendTo-toolbar .container {
  padding: 0;
}
.addresses-page
  .btn-edit-delete
  .collection-template-skin-1
  .products-list
  .product-item
  a,
.collection-template-skin-1
  .products-list
  .product-item
  .addresses-page
  .btn-edit-delete
  a,
.collection-template-skin-1 .products-list .product-item .btn,
.collection-template-skin-1
  .products-list
  .product-item
  .product-shop
  .groups-btn
  .wishlist,
.collection-template-skin-1
  .products-list
  .product-item
  .product-shop
  .shopify-payment-button
  button.shopify-payment-button__button,
.collection-template-skin-1
  .products-list
  .product-item
  .tabs__product-page
  .spr-container
  .spr-summary-actions-newreview,
.product-shop
  .groups-btn
  .collection-template-skin-1
  .products-list
  .product-item
  .wishlist,
.product-shop
  .shopify-payment-button
  .collection-template-skin-1
  .products-list
  .product-item
  button.shopify-payment-button__button,
.tabs__product-page
  .spr-container
  .collection-template-skin-1
  .products-list
  .product-item
  .spr-summary-actions-newreview {
  color: var(--color_1);
  background-color: var(--background_1);
  border-color: var(--border_1);
}
.layout-sidebar--skin2 .widget-title {
  margin-bottom: 12px !important;
}
.layout-sidebar--skin2 .sidebar-title {
  padding-left: 20px;
  position: relative;
  padding-bottom: 0;
  border: 0;
  cursor: pointer;
  font-size: var(--font_size_minus1);
  font-weight: 900;
}
.layout-sidebar--skin2 .sidebar-title:after,
.layout-sidebar--skin2 .sidebar-title:before {
  content: "";
  width: 10px;
  height: 2px;
  position: absolute;
  left: 0 !important;
  top: calc(50% - 2px) !important;
  background-color: #000;
}
.layout-sidebar--skin2 .sidebar-title:before {
  opacity: 0;
}
.layout-sidebar--skin2 [data-has-collapse].sidebar-links {
  margin: 0;
}
.layout-sidebar--skin2 [data-has-collapse].sidebar-links .widget-content {
  margin-bottom: 45px;
}
.layout-sidebar--skin2 [data-has-collapse].sidebar-links .widget-content li {
  margin-bottom: 12px;
}
.layout-sidebar--skin2 [data-has-collapse].sidebar-links .widget-content li a {
  text-transform: uppercase;
  padding: 0;
  border-bottom: 1px solid transparent;
  font-size: 13px;
}
.layout-sidebar--skin2
  [data-has-collapse].sidebar-links
  .widget-content
  li
  a:before {
  display: none !important;
}
.layout-sidebar--skin2
  [data-has-collapse].sidebar-links
  .widget-content
  li
  a:hover {
  border-bottom: 1px solid #6c738a;
}
.layout-sidebar--skin2
  [data-has-collapse]
  .widget-title.open
  .sidebar-title:before {
  transform: rotate(90deg) !important;
  opacity: 1;
}
.layout-sidebar--skin2 [data-has-collapse] .refined-widgets .refined a {
  font-size: 13px;
  color: var(--body_color);
  text-transform: unset;
  background-color: #eaeaea;
  padding: 4px;
  border-radius: 5px;
  line-height: 1;
}
.layout-sidebar--skin2 [data-has-collapse] .refined-widgets .refined a:hover {
  border: 0;
  box-shadow: 0 3px 7px 0 rgba(0, 0, 0, 0.2);
  background-color: #fff;
}
.layout-sidebar--skin2 [data-has-collapse] .refined-widgets .refined a svg {
  width: 8px;
  height: 8px;
  margin-left: 5px;
}
.layout-sidebar--skin2 .sidebar-filter .sidebar-title .clear,
.layout-sidebar--skin2 .sidebar-filter .sidebar-title .clear-all {
  font-size: 13px;
  color: var(--page_title_color);
  border-bottom: 1px solid #505050;
}
.layout-sidebar--skin2
  .sidebar-filter
  .sidebar-title
  .clear-all.text-hover:before,
.layout-sidebar--skin2 .sidebar-filter .sidebar-title .clear.text-hover:before {
  display: none;
}
.layout-sidebar--skin2 .sidebar-filter .filter-color .list-tags a {
  border: 0;
  padding: 0;
  width: 32px;
  height: 32px;
}
.layout-sidebar--skin2 .sidebar-filter .filter-color .list-tags a:hover {
  box-shadow: 0 3px 7px 0 rgba(0, 0, 0, 0.2);
}
.layout-sidebar--skin2 .sidebar-filter .filter-color .list-tags a:after {
  display: none;
}
.layout-sidebar--skin2
  .sidebar-filter
  .filter-color
  .list-tags
  a.active:before {
  content: "";
  width: 14px;
  height: 8px;
  position: absolute;
  top: 9px;
  left: 9px;
  border: 2px solid #fff;
  border-top: none;
  border-right: none;
  background: rgba(255, 255, 255, 0);
  transition: all 0.2s ease;
  opacity: 1;
  transform: scale(1) rotate(-45deg);
}
.layout-sidebar--skin2 .sidebar-filter .filter-color .list-tags li.white a {
  border: 1px solid #cdcdcd;
}
.layout-sidebar--skin2
  .sidebar-filter
  .filter-color
  .list-tags
  li.white
  a.active:before {
  border-color: #636363;
}
.layout-sidebar--skin2 .sidebar-filter .widget-content {
  margin-bottom: 35px !important;
}
.layout-sidebar--skin2 input[type="checkbox"] + label:before {
  border: 1px solid var(--page_title_color);
  width: 15px;
  height: 15px;
}
.layout-sidebar--skin2 [data-list-filter] {
  border-bottom: 1px solid var(--body_color);
  cursor: pointer;
}
.layout-sidebar--skin2 .sidebar-cms-custom .widget-title,
.layout-sidebar--skin2 .sidebar-widget-product .widget-title {
  margin-bottom: 12px;
}
.layout-sidebar--skin2 .sidebar-cms-custom .sidebar-title,
.layout-sidebar--skin2 .sidebar-widget-product .sidebar-title {
  padding: 0;
  cursor: default;
}
.layout-sidebar--skin2 .sidebar-cms-custom .sidebar-title:after,
.layout-sidebar--skin2 .sidebar-cms-custom .sidebar-title:before,
.layout-sidebar--skin2 .sidebar-widget-product .sidebar-title:after,
.layout-sidebar--skin2 .sidebar-widget-product .sidebar-title:before {
  display: none;
}
.layout-sidebar--skin2 .sidebar-cms-custom {
  font-size: var(--font_size);
}
.layout-sidebar--skin2 .sidebar-cms-custom .rte-setting strong {
  font-family: var(--fonts_name_2);
  font-size: 30px;
  color: var(--page_title_color);
  font-weight: 400;
  margin-bottom: 14px;
  display: inline-block;
}
.layout-sidebar--skin2 .sidebar-cms-custom .rte-setting p {
  display: block;
  margin-bottom: 10px;
}
.layout-sidebar--skin2 .sidebar-cms-custom .rte-setting a {
  font-size: 12px;
  text-transform: uppercase;
  color: var(--body_color);
  letter-spacing: 0.5px;
  border-bottom: 1px solid #6c738a;
  display: inline-block;
  line-height: 1;
  margin-top: 10px;
}
.layout-sidebar--skin2 .sidebar-cms-custom .rte-setting a:hover {
  border-bottom: 1px solid #6c738a;
}
.layout-sidebar--skin2 .sidebar-widget-product {
  padding-bottom: 40px;
}
.layout-sidebar--skin2 .sidebar-widget-product .products-grid .grid-item {
  margin-bottom: 25px;
}
.layout-sidebar--skin2
  .sidebar-widget-product
  .products-grid
  .grid-item
  .product-image
  img {
  max-height: 100%;
}
.layout-sidebar--skin2 .sidebar-widget-product .products-grid .slick-arrow {
  bottom: 0;
  top: auto;
  transform: none;
  background-color: #999;
  border: 1px solid #999;
  color: #fff;
}
.layout-sidebar--skin2 .sidebar-widget-product .products-grid .slick-dots {
  position: relative;
  top: -12px;
  max-width: max-content;
}
.layout-sidebar--skin2 .sidebar-widget-product .spr-badge {
  display: none;
}
.ajax-compare .modal-overlay {
  max-width: 1250px;
}
.ajax-compare .halo-modal-header {
  background: #f0f0f0;
  text-align: center;
  padding: 14px 60px 13px 60px;
  position: relative;
}
.ajax-compare .halo-modal-header .text {
  font-family: var(--fonts_name_2);
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #000;
  text-transform: uppercase;
}
.ajax-compare .halo-modal-header .remove-all {
  position: absolute;
  top: 50%;
  right: 60px;
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-image: linear-gradient(transparent 97%, #646464 3%);
  background-repeat: repeat-x;
  background-position-y: -3px;
  color: #646464;
  font-weight: 700;
}
.ajax-compare .halo-modal-body {
  padding: 30px;
  max-height: unset !important;
  overflow: unset !important;
}
.ajax-compare .halo-modal-body .compare-modal-wrapper {
  border: 1px solid var(--border_page_title);
  max-height: 81vh;
  overflow: auto;
  margin-right: -2px;
}
.ajax-compare .halo-modal-body .product-row {
  margin-left: 0;
  margin-right: 0;
}
.ajax-compare .halo-modal-body .product-row + .product-row .compare-header {
  border-top: 1px solid var(--border_page_title);
  margin-top: -1px;
}
.ajax-compare .halo-modal-body .product-row + .product-row .compare-content {
  border-top: 1px solid var(--border_page_title);
  margin-top: -1px;
}
.ajax-compare
  .halo-modal-body
  .product-row
  + .product-row
  .compare-content
  .grid
  .col-xl-3 {
  border-top: 1px solid var(--border_page_title);
  margin-top: -1px;
}
.ajax-compare .halo-modal-body .product-row .compare-header {
  padding: 25px 30px;
  color: #000;
  font-size: var(--font_size);
  font-weight: 500;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  border-right: 1px solid var(--border_page_title);
}
.ajax-compare .halo-modal-body .product-row .compare-content {
  padding: 0 15px;
}
.ajax-compare .halo-modal-body .product-row .compare-content .grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}
.ajax-compare .halo-modal-body .product-row .compare-content .grid .col-xl-3 {
  padding-top: 25px;
  padding-bottom: 25px;
  border-left: 1px solid #eaeaea;
}
.ajax-compare
  .halo-modal-body
  .product-row
  .compare-content
  .grid
  .col-xl-3:first-child {
  border-left: 0;
}
.ajax-compare .halo-modal-body .product-row .compare-content .grid ul {
  margin-bottom: 0;
}
.ajax-compare .halo-modal-body .product-row .compare-content .grid.description {
  font-size: 0;
  letter-spacing: 0;
}
.ajax-compare
  .halo-modal-body
  .product-row
  .compare-content
  .grid.description
  p {
  font-size: var(--font_size);
}
.ajax-compare
  .halo-modal-body
  .product-row
  .compare-content
  .grid-item
  .inner-top {
  position: relative;
}
.ajax-compare
  .halo-modal-body
  .product-row
  .compare-content
  .grid-item
  .inner-top:hover:before {
  content: none;
}
.ajax-compare
  .halo-modal-body
  .product-row
  .compare-content
  .grid-item
  .inner-top
  .product-image {
  margin-bottom: 12px;
}
.ajax-compare
  .halo-modal-body
  .product-row
  .compare-content
  .grid-item
  .product-bottom {
  text-align: center;
}
.addresses-page
  .btn-edit-delete
  .ajax-compare
  .halo-modal-body
  .product-row
  .compare-content
  .grid-item
  a,
.ajax-compare
  .halo-modal-body
  .product-row
  .compare-content
  .grid-item
  .addresses-page
  .btn-edit-delete
  a,
.ajax-compare .halo-modal-body .product-row .compare-content .grid-item .btn,
.ajax-compare
  .halo-modal-body
  .product-row
  .compare-content
  .grid-item
  .product-shop
  .groups-btn
  .wishlist,
.ajax-compare
  .halo-modal-body
  .product-row
  .compare-content
  .grid-item
  .product-shop
  .shopify-payment-button
  button.shopify-payment-button__button,
.ajax-compare
  .halo-modal-body
  .product-row
  .compare-content
  .grid-item
  .tabs__product-page
  .spr-container
  .spr-summary-actions-newreview,
.product-shop
  .groups-btn
  .ajax-compare
  .halo-modal-body
  .product-row
  .compare-content
  .grid-item
  .wishlist,
.product-shop
  .shopify-payment-button
  .ajax-compare
  .halo-modal-body
  .product-row
  .compare-content
  .grid-item
  button.shopify-payment-button__button,
.tabs__product-page
  .spr-container
  .ajax-compare
  .halo-modal-body
  .product-row
  .compare-content
  .grid-item
  .spr-summary-actions-newreview {
  background: var(--background_1);
  color: var(--color_1);
  border-color: var(--border_1);
  width: 100%;
}
.ajax-compare
  .halo-modal-body
  .product-row
  .compare-content
  .grid-item
  .col-options {
  margin-bottom: 15px;
}
.ajax-compare
  .halo-modal-body
  .product-row
  .compare-content
  .grid-item
  .col-remove
  > a {
  color: #646464;
  border-bottom: 1px solid #646464;
  display: inline-block;
  line-height: 15px;
  font-weight: 700;
}
.ajax-compare
  .halo-modal-body
  .product-row
  .compare-content
  .grid-item
  .col-remove
  > a:hover {
  color: var(--color_price);
}
.ajax-compare .halo-modal-body .product-row .compare-content .rating {
  text-align: center;
}
.ajax-compare
  .halo-modal-body
  .product-row
  .compare-content
  .rating
  .spr-badge-caption {
  display: none;
}
.ajax-compare .halo-modal-body .product-row .compare-content .collection,
.ajax-compare .halo-modal-body .product-row .compare-content .product-color,
.ajax-compare .halo-modal-body .product-row .compare-content .product-option,
.ajax-compare .halo-modal-body .product-row .compare-content .product-type {
  text-transform: capitalize;
}
.ajax-compare
  .halo-modal-body
  .product-row
  .compare-content
  .collection
  .col-xl-3 {
  font-size: 0;
}
.ajax-compare .halo-modal-body .product-row .compare-content .collection .value,
.ajax-compare
  .halo-modal-body
  .product-row
  .compare-content
  .product-color
  .value,
.ajax-compare
  .halo-modal-body
  .product-row
  .compare-content
  .product-size
  .value {
  position: relative;
  padding-right: 4px;
  margin-right: 3px;
  display: inline-block;
  font-size: var(--font_size);
}
.ajax-compare
  .halo-modal-body
  .product-row
  .compare-content
  .collection
  .value:before,
.ajax-compare
  .halo-modal-body
  .product-row
  .compare-content
  .product-color
  .value:before,
.ajax-compare
  .halo-modal-body
  .product-row
  .compare-content
  .product-size
  .value:before {
  content: ",";
  position: absolute;
  right: 0;
  bottom: 0;
}
.ajax-compare
  .halo-modal-body
  .product-row
  .compare-content
  .collection
  .value:last-child:before,
.ajax-compare
  .halo-modal-body
  .product-row
  .compare-content
  .product-color
  .value:last-child:before,
.ajax-compare
  .halo-modal-body
  .product-row
  .compare-content
  .product-size
  .value:last-child:before {
  display: none;
}
.ajax-compare .halo-modal-body .product-row .compare-content .availability {
  font-weight: 500;
  text-transform: capitalize;
}
.ajax-compare
  .halo-modal-body
  .product-row
  .compare-content
  .availability
  .in-stock {
  color: #478425;
}
.ajax-compare
  .halo-modal-body
  .product-row
  .compare-content
  .availability
  .unavailable {
  color: #b20000;
}
.ajax-compare
  .halo-modal-body
  .product-row.t-product
  .compare-content
  .grid
  .col-xl-3 {
  padding-top: 30px;
  padding-bottom: 30px;
}
.ajax-compare
  .halo-modal-body
  .product-row.t-product
  .compare-content
  .grid
  .grid-item {
  border-left: 1px solid #eaeaea;
}
.ajax-compare
  .halo-modal-body
  .product-row.t-product
  .compare-content
  .grid
  .grid-item:first-child {
  border-left: 0;
}
.compare-info {
  display: none;
}
.compare-message-modal .modal-overlay {
  max-width: 650px;
}
.compare-message-modal .halo-modal-body {
  padding: 60px;
  font-size: 14px;
  color: var(--color_price_sale);
  text-align: center;
}
.compare-link {
  display: none;
}
.compare-link a {
  font-size: var(--font_size);
  font-weight: 700;
  display: inline-block;
  border-radius: 3px;
  letter-spacing: 0.05em;
  color: var(--color_1);
  background-color: var(--background_1);
  border-color: var(--border_1);
}
.compare-link a .countPill {
  margin-left: 8px;
  min-width: 22px;
  min-height: 22px;
  text-align: center;
  background: #fff;
  color: #000;
  display: inline-block;
  font-size: 12px;
  position: relative;
  top: -2px;
  line-height: 22px;
  border-radius: 50%;
}
.item-swatch li label.soldout {
  opacity: 0.4;
}
#product-edit .edit-cart--remove {
  display: none;
}
.product-card__variant--popup--content .single-option-selector option.soldOut {
  opacity: 0.4;
  color: #d7d7d7;
}
.product-card__variant--popup--content
  .single-option-selector
  option.unavailable {
  display: none;
}
.cart-template .free_shipping_progress {
  margin-top: 30px;
}
.cart-template .free_shipping_massage1 {
  font-size: var(--font_size);
  color: var(--page_title_color);
  margin-top: 0;
  margin-bottom: 25px;
}
.cart-template .free_shipping_massage1 .money {
  font-weight: 600;
}
.cart-template .cart__count_down {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fbf8e5;
  border-color: #fbf8e5;
}
.cart-template .cart__count_down svg {
  position: relative;
  top: -1px;
  width: 22px;
  height: 22px;
  stroke: none;
  fill: #8b714a;
}
.cart-template .cart__count_down .count_down {
  font-size: var(--font_size);
  color: #8b714a;
  margin-left: 10px;
  line-height: 20px;
}
.cart-template .cart-form .cart-header,
.cart-template .cart-form .cart-list .details {
  display: flex;
  align-items: center;
}
.cart-template .cart-form .cart-header > :not(.cart--title),
.cart-template .cart-form .cart-list .details > :not(.cart--title) {
  text-align: center;
  width: 130px;
  padding: 0 15px;
}
.cart-template .cart-form .cart-header > .cart--title,
.cart-template .cart-form .cart-list .details > .cart--title {
  width: calc(100% - 440px);
}
.cart-template .cart-form .cart-header > .cart--remove,
.cart-template .cart-form .cart-list .details > .cart--remove {
  width: 50px;
  text-align: right;
}
.cart-template .cart-form .cart-list .details .cart--quantity {
  padding-top: 9px;
}
.cart-template .cart-form .cart-list .details .cart--total {
  padding-top: 12px;
}
.cart-template .cart-form .cart-header {
  background-color: #fafafa;
}
.cart-template .cart-form .cart-header > * {
  font-size: var(--font_size);
  color: var(--body_color);
  text-transform: uppercase;
  padding: 12px 0;
  font-weight: 600;
}
.cart-template .cart-form .cart-header > .cart--title {
  padding-left: 20px;
}
.cart-template .cart-form .cart--title {
  display: flex;
  align-items: center;
}
.cart-template .cart-form .cart--title.cart-thumb {
  padding-top: 0;
  padding-bottom: 0;
}
.cart-template .cart-form .cart--title.summary {
  width: 100%;
}
.cart-template .cart-form .cart--title .product-img {
  width: 100px;
}
.cart-template .cart-form .cart--title .cart--info {
  padding-left: 20px;
  width: calc(100% - 100px);
}
.cart-template .cart-form .cart--title .cart--info .size {
  color: var(--breadcrumb_color);
  font-style: italic;
}
.cart-template
  .cart-form
  .cart--title
  .cart--info
  .size
  .product-details__edit
  svg {
  stroke: none;
  color: grey;
  position: relative;
  top: 3px;
  margin-left: 6px;
  width: 15px;
  height: 15px;
}
.cart-template .cart-form .cart--price .price-box {
  margin: 0;
  padding-top: 11px;
}
.cart-template .cart-form .cart--quantity {
  padding-top: 9px;
}
.cart-template .cart-form .cart--quantity .qty-group {
  margin: 0 auto;
  height: 50px;
  border-color: var(--border_input);
  max-width: 95px;
}
.cart-template .cart-form .cart--quantity .qty-group input {
  height: 50px;
  width: 100% !important;
  padding: 7px 10px 5px 18px;
}
.cart-template .cart-form .cart--total span {
  font-weight: 700;
}
.cart-template .cart-form .details {
  position: relative;
}
.cart-template .cart-form .cart--remove a {
  color: var(--page_title_color);
  position: absolute;
  width: 30px;
  height: 100%;
  top: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cart-template .cart-form .cart--remove a:hover {
  background-color: #f4f4f4;
}
.cart-template .cart-form .cart--remove a svg {
  position: relative;
  top: 4px;
}
.cart-template .wrapper-cart-template .cart-list .cart-product-item {
  padding-top: 40px;
  padding-bottom: 35px;
  border-bottom: 1px solid #e6e6e6;
}
.cart-template .wrapper-cart-template .cart-list .cart-product-item:last-child {
  border-bottom: 0;
}
.cart-template .wrapper-cart-template .total {
  border: 0;
}
.cart-template .wrapper-cart-template .input-full {
  margin-bottom: 35px;
}
.cart-template .right-col input,
.cart-template .right-col select,
.cart-template .right-col textarea {
  font-size: var(--font_size);
}
.cart-template .right-col > .groued-info {
  padding: 0;
}
.cart-template .right-col .total {
  margin: 0;
  padding-top: 28px;
  padding-bottom: 23px;
  border-bottom: 1px solid #e6e6e6;
  margin-bottom: 23px;
}
.cart-template .right-col .cart-header {
  background-color: transparent;
  border-bottom: 1px solid #e6e6e6;
}
.cart-template .right-col .cart-header .cart--title {
  padding-left: 0;
}
.cart-template .right-col .add-comments {
  line-height: 24px;
  color: var(--page_title_color);
  margin-bottom: 8px;
}
.cart-template #shipping-calculator h3 {
  font-size: var(--font_size);
  line-height: 24px;
  color: var(--page_title_color);
  font-weight: 600;
}
.cart-template #shipping-calculator input,
.cart-template #shipping-calculator select {
  height: 50px;
  line-height: 50px;
  padding-top: 0;
  border-color: #ccc;
}
.cart-template #shipping-calculator select + .icon-dropdown {
  height: 50px;
}
.cart-template #shipping-calculator #shipping-calculator-form-wrapper {
  font-size: 0;
}
.cart-template
  #shipping-calculator
  #shipping-calculator-form-wrapper
  #address_province_container {
  width: calc(60% - 10px);
  display: inline-block;
  vertical-align: top;
  margin-right: 10px;
}
.cart-template
  #shipping-calculator
  #shipping-calculator-form-wrapper
  #address_zip_container {
  width: 40%;
  display: inline-block;
  vertical-align: top;
}
.cart-template
  #shipping-calculator
  #shipping-calculator-form-wrapper
  .form-group {
  margin-bottom: 10px;
}
.cart-template
  #shipping-calculator
  #shipping-calculator-form-wrapper
  #get-rates-container {
  margin-top: 0;
  margin-bottom: 10px;
}
.layout_default
  .cart-template
  #shipping-calculator
  #shipping-calculator-form-wrapper
  #get-rates-container
  .btn {
  padding: 7px 15px 5px !important;
}
.addresses-page
  .btn-edit-delete
  .cart-template
  #shipping-calculator
  #shipping-calculator-form-wrapper
  #get-rates-container
  a,
.cart-template
  #shipping-calculator
  #shipping-calculator-form-wrapper
  #get-rates-container
  .addresses-page
  .btn-edit-delete
  a,
.cart-template
  #shipping-calculator
  #shipping-calculator-form-wrapper
  #get-rates-container
  .btn,
.cart-template
  #shipping-calculator
  #shipping-calculator-form-wrapper
  #get-rates-container
  .product-shop
  .groups-btn
  .wishlist,
.cart-template
  #shipping-calculator
  #shipping-calculator-form-wrapper
  #get-rates-container
  .product-shop
  .shopify-payment-button
  button.shopify-payment-button__button,
.cart-template
  #shipping-calculator
  #shipping-calculator-form-wrapper
  #get-rates-container
  .tabs__product-page
  .spr-container
  .spr-summary-actions-newreview,
.product-shop
  .groups-btn
  .cart-template
  #shipping-calculator
  #shipping-calculator-form-wrapper
  #get-rates-container
  .wishlist,
.product-shop
  .shopify-payment-button
  .cart-template
  #shipping-calculator
  #shipping-calculator-form-wrapper
  #get-rates-container
  button.shopify-payment-button__button,
.tabs__product-page
  .spr-container
  .cart-template
  #shipping-calculator
  #shipping-calculator-form-wrapper
  #get-rates-container
  .spr-summary-actions-newreview {
  border-color: var(--border_input);
  background-color: var(--background_2);
  color: var(--color_2);
  line-height: 22px;
  height: auto;
  font-size: var(--font_size);
  padding: 14px 15px 12px !important;
}
.addresses-page
  .btn-edit-delete
  .cart-template
  #shipping-calculator
  #shipping-calculator-form-wrapper
  #get-rates-container
  a:hover,
.cart-template
  #shipping-calculator
  #shipping-calculator-form-wrapper
  #get-rates-container
  .addresses-page
  .btn-edit-delete
  a:hover,
.cart-template
  #shipping-calculator
  #shipping-calculator-form-wrapper
  #get-rates-container
  .btn:hover,
.cart-template
  #shipping-calculator
  #shipping-calculator-form-wrapper
  #get-rates-container
  .product-shop
  .groups-btn
  .wishlist:hover,
.cart-template
  #shipping-calculator
  #shipping-calculator-form-wrapper
  #get-rates-container
  .product-shop
  .shopify-payment-button
  button.shopify-payment-button__button:hover,
.cart-template
  #shipping-calculator
  #shipping-calculator-form-wrapper
  #get-rates-container
  .tabs__product-page
  .spr-container
  .spr-summary-actions-newreview:hover,
.product-shop
  .groups-btn
  .cart-template
  #shipping-calculator
  #shipping-calculator-form-wrapper
  #get-rates-container
  .wishlist:hover,
.product-shop
  .shopify-payment-button
  .cart-template
  #shipping-calculator
  #shipping-calculator-form-wrapper
  #get-rates-container
  button.shopify-payment-button__button:hover,
.tabs__product-page
  .spr-container
  .cart-template
  #shipping-calculator
  #shipping-calculator-form-wrapper
  #get-rates-container
  .spr-summary-actions-newreview:hover {
  border-color: var(--border_1);
  background-color: var(--background_1);
  color: var(--color_1);
}
.cart-template #shipping-calculator #wrapper-response {
  font-size: 14px;
  color: var(--page_title_color);
  line-height: 28px;
  background-color: #f7f0e4;
  padding: 14px 20px 12px;
}
.cart-template #shipping-calculator #wrapper-response:empty {
  display: none;
}
.cart-template #shipping-calculator #wrapper-response #shipping-rates {
  margin: 0;
}
.cart-template .grouped-bottom {
  padding-top: 30px;
  padding-left: 0;
  padding-right: 0;
  margin-top: 40px;
  border-top: 1px solid #e6e6e6;
}
.cart-template .grouped-bottom .total {
  padding-top: 0;
  padding-bottom: 28px;
  text-transform: uppercase;
  margin-bottom: 18px;
}
.cart-template .grouped-bottom .total .label {
  font-weight: 700;
}
.cart-template .grouped-bottom .btn-actions {
  margin-bottom: 0;
}
.cart-template .grouped-bottom .btn-actions .checkbox-group {
  margin-top: 0;
  margin-bottom: 18px;
}
.template-cart .slided-up .lst-seen-widget .top {
  display: none;
}
.template-collection.layout_style_1170 .main-content {
  padding-bottom: 0;
}
.template-collection.layout_style_1170 .collection-template-skin-1 {
  padding-bottom: 60px;
}
.template-product .main-content {
  padding-bottom: 50px;
}
.template-product.product_layout_skin_1
  .product-template-skin-1
  .halo-product-content {
  padding-bottom: 40px;
}
.template-product .product-shop .groups-btn .wishlist .wishlist-text {
  display: none;
}
.template-cart.layout_style_1170 .main-content {
  padding-bottom: 0;
}
.product-skin-1 .product-shop .product-title {
  font-family: var(--fonts_name_2);
}
.product-skin-1 .product-shop .product-infor {
  color: var(--page_title_color);
}
.product-skin-1 .product-shop .product-infor .vendor-product a {
  color: var(--page_title_color);
}
.product-skin-1 .product-shop .countdown {
  margin-bottom: 30px;
}
.product-skin-1 .product-shop .countdown > span {
  font-size: var(--font_size);
}
.product-skin-1 .product-shop .countdown .countdown-item {
  font-size: var(--font_size);
  font-weight: 700;
}
.product-skin-1 .product-shop .prices {
  font-family: var(--fonts_name_2);
}
.product-edit .swatch .header [data-header-option],
.product-review_variant .swatch .header [data-option-select],
.product-skin-1 .product-shop .swatch .header [data-option-select],
.quickview-tpl .swatch .header [data-option-select] {
  color: var(--page_title_color);
}
.product-skin-1 .product-shop #customers_view svg {
  color: var(--page_title_color);
}
.product-skin-1 .product-shop .checkbox-group {
  text-transform: capitalize;
}
.product-skin-1 .product-shop .checkbox-group a {
  font-size: var(--font_size);
  color: var(--page_title_color);
}
.product-skin-1 .product-shop .groupe-skin-1 .wishlist.whislist-added {
  background-color: var(--background_1);
  border-color: var(--border_1);
  color: var(--color_1);
}
.product-skin-1
  .product-review
  .content-review
  .spr-form
  .spr-form-actions
  input {
  color: var(--color_1);
  background-color: var(--background_1);
  border-color: var(--border_1);
}
.product-skin-1 .product-review .content-review .spr-form-title {
  color: var(--page_title_color);
}
.product-skin-1 .product-description .rte .banner .banner-item .content h3,
.product-skin-1 .product-description > .title,
.product-skin-1 .product-review > .title {
  font-family: var(--fonts_name_2);
  color: var(--page_title_color);
}
.product-skin-1 .product-description .rte .banner .banner-item .content strong,
.product-skin-1 .product-description .rte h4,
.product-skin-1 .product-description .rte p {
  color: var(--page_title_color);
}
.product-skin-1 .tabs__product-page .tab-content h4 {
  font-weight: 700;
}
#nofify_sold-out {
  margin-top: 30px;
  margin-bottom: 20px;
}
#nofify_sold-out .alert {
  margin-bottom: 23px;
}
#nofify_sold-out h4 {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 20px;
  color: var(--page_title_color);
  text-transform: capitalize;
  letter-spacing: 0;
}
#notify-me-wrapper {
  display: flex;
}
#notify-me-wrapper .input-field {
  width: calc(100% - 200px);
  margin-right: 10px;
  padding: 13px 12px 11px;
}
#notify-me-wrapper .addresses-page .btn-edit-delete a,
#notify-me-wrapper .btn,
#notify-me-wrapper .product-shop .groups-btn .wishlist,
#notify-me-wrapper
  .product-shop
  .shopify-payment-button
  button.shopify-payment-button__button,
#notify-me-wrapper
  .tabs__product-page
  .spr-container
  .spr-summary-actions-newreview,
.addresses-page .btn-edit-delete #notify-me-wrapper a,
.product-shop .groups-btn #notify-me-wrapper .wishlist,
.product-shop
  .shopify-payment-button
  #notify-me-wrapper
  button.shopify-payment-button__button,
.tabs__product-page
  .spr-container
  #notify-me-wrapper
  .spr-summary-actions-newreview {
  min-width: 200px;
  max-height: 60px;
  background: var(--background_1);
  color: var(--color_1);
  border-color: var(--border_1);
}
[data-popup-video] .fluid-width-video-wrapper {
  padding-top: 54.3% !important;
}
[data-popup-video] .fluid-width-video-wrapper iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 100%;
  width: 100%;
}
#compareColor-modal .modal-content {
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15);
  border: none;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}
#compareColor-modal .modal-content .modal-title {
  font-size: var(--font_size) 2;
  letter-spacing: 0.05em;
  text-align: center;
  line-height: 26px;
  text-transform: uppercase;
  font-weight: 600;
  color: var(--page_title_color);
}
#compareColor-modal .modal-dialog.modal-lg {
  max-width: 970px;
  width: 90%;
}
.product-single__compareColor {
  display: block;
  z-index: 2;
  bottom: 15px;
  right: 15px;
  opacity: 0.8;
  position: absolute;
  padding: 3px 0;
  color: #fff;
}
.product-single__compareColor .compareColor-link {
  text-transform: capitalize;
  margin-bottom: 0;
  vertical-align: middle;
  display: inline-block;
  color: var(--color_compare_product);
  font-weight: 500;
  letter-spacing: 0.02rem;
  text-shadow: 0 2px 1px rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid var(--color_compare_product);
}
.compareColor-swatch {
  display: block;
  font-size: 0;
}
.compareColor-swatch .swatch-element {
  display: inline-block;
  vertical-align: top;
  margin: 0 15px 15px 0;
  overflow: visible;
}
.compareColor-swatch .swatch-element input:checked + label:before {
  border-color: #fff;
}
.compareColor-swatch .swatch-element.color.white input:checked + label:before {
  border-color: #202020;
}
.compareColor-swatch .swatch-element label:before {
  content: "";
  width: 14px;
  height: 8px;
  position: absolute;
  top: calc(50% - 7px);
  left: calc(50% - 6px);
  border: 2px solid transparent;
  border-top: none;
  border-right: none;
  background: rgba(255, 255, 255, 0);
  transition: all 0.2s ease;
  opacity: 1;
  transform: scale(1) rotate(-45deg);
}
.compareColor-swatch .swatch-element.color label {
  font-size: 0;
  width: 34px;
  height: 34px;
  text-transform: uppercase;
}
.compareColor-swatch .swatch-element.color label:after {
  display: none;
}
.show-img {
  display: block;
  position: relative;
  white-space: nowrap;
  overflow: auto;
  margin: 0 -15px;
  font-size: 0;
}
.show-img .item {
  width: 20%;
  padding: 0 15px;
  font-size: 14px;
  vertical-align: top;
  display: inline-block;
}
.show-img .item img {
  width: 100%;
  margin-bottom: 15px;
}
.show-img .item p {
  margin-bottom: 15px;
  font-weight: 400;
  font-size: 14px;
  text-transform: uppercase;
}
.compareColor-swatch
  .swatch-element.color
  input:not(:checked)
  + label.disabled2 {
  opacity: 0.3;
  pointer-events: none;
}
.show_store_availability .wrapper-overlay {
  display: block;
}
.show_store_availability .store-availabilities-modal {
  transform: translate3d(0, 0, 0);
}
.store-availabilities-modal {
  position: fixed;
  top: 0;
  bottom: 0;
  z-index: 999;
  overflow-y: auto;
  overflow-x: hidden;
  background: #fff;
  transition: transform 0.5s ease 0s;
  width: 410px;
  right: 0;
  transform: translate3d(410px, 0, 0);
  max-width: calc(100% - 40px);
  padding: 40px 30px;
}
.store-availability-information {
  display: flex;
  margin-bottom: 20px;
  border-top: 1px solid var(--border_bt_sidebar);
  padding-top: 22px;
}
.store-availability-information svg {
  width: 16px;
  margin-right: 10px;
  color: #108043;
  position: relative;
  top: -1px;
}
.store-availability-information svg.icon-out-of-stock {
  color: var(--bg_sale);
}
.store-availability-information-container p {
  margin: 0;
}
.store-availability-information-container
  .store-availability-information__title {
  text-transform: uppercase;
  letter-spacing: 0.02em;
  margin-bottom: 3px;
}
.store-availability-information-container
  .store-availability-information__button {
  border: 0;
  outline: 0;
  background-color: transparent;
  padding: 0;
  margin-top: 14px;
  color: var(--body_color);
  background-image: linear-gradient(#fff 97%, var(--body_color) 3%);
  background-repeat: repeat-x;
  background-position-y: -2px;
  cursor: pointer;
  display: inline-block;
}
.store-availabilities-modal button {
  position: absolute;
  top: 15px;
  right: 20px;
  border: 0;
  background-color: transparent;
  padding: 0;
}
.store-availabilities-modal__product-title {
  font-size: var(--font_size_plus4);
  margin-bottom: 10px;
  font-weight: 600;
  letter-spacing: 0;
}
.store-availabilities-modal__variant-title {
  opacity: 0.7;
}
.store-availabilities-list li {
  margin-top: 20px;
  padding-top: 27px;
  border-top: 1px solid #e5e5e5;
}
.store-availabilities-list li h3 {
  font-size: var(--font_size_plus1);
  font-weight: 600;
  text-transform: uppercase;
}
.store-availabilities-list .store-availability-list__stock {
  margin-bottom: 10px;
}
.store-availabilities-list .store-availability-list__stock svg {
  width: 15px;
  height: 15px;
  color: #108043;
  position: relative;
  top: 2px;
  margin-right: 6px;
}
.store-availabilities-list
  .store-availability-list__stock
  svg.icon-out-of-stock {
  color: var(--bg_sale);
}
.store-availabilities-list .store-availability-list__address {
  margin-bottom: 2px;
}
.store-availabilities-modal__close {
  cursor: pointer;
}
.grecaptcha-badge {
  display: none !important;
}
@font-face {
  font-family: fontawesome;
  src: url(fontawesome-webfont.woff2) format("woff2"),
    url(fontawesome-webfont.woff) format("woff"),
    url(fontawesome-webfont.ttf) format("truetype");
  font-display: swap;
}
@media (max-width: 1366px) {
  .homepage-reviews .slick-arrow.slick-next {
    right: 0;
  }
  .homepage-reviews .slick-arrow.slick-prev {
    left: 0;
  }
  .homepage-reviews .slick-dots {
    padding-top: 26px;
  }
  .home-custom-block .custom-block-banner .img-center .img-top {
    right: 55px !important;
  }
  .home-custom-block .custom-block-banner .img-center .img-top > img {
    max-width: 100px;
  }
}
@media (max-width: 1199px) {
  .container,
  .container-fluid,
  .container-padd60 {
    padding-right: 10px;
    padding-left: 10px;
  }
  .row {
    margin-left: -10px;
    margin-right: -10px;
  }
  .col,
  .col-12,
  .col-6,
  .col-lg-1,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-md-1,
  .col-md-10,
  .col-md-11,
  .col-md-12,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-sm-1,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-xl-1,
  .col-xl-10,
  .col-xl-11,
  .col-xl-12,
  .col-xl-2,
  .col-xl-3,
  .col-xl-4,
  .col-xl-5,
  .col-xl-6,
  .col-xl-7,
  .col-xl-8,
  .col-xl-9,
  .col-xs-1,
  .col-xs-10,
  .col-xs-11,
  .col-xs-12,
  .col-xs-2,
  .col-xs-3,
  .col-xs-4,
  .col-xs-5,
  .col-xs-6,
  .col-xs-7,
  .col-xs-8,
  .col-xs-9 {
    padding-right: 10px;
    padding-left: 10px;
  }
  .style_product_grid_3 .products-grid .grid-item {
    margin-bottom: 10px;
    margin-top: 0;
  }
  .style_product_grid_3 .product-item .product-des.abs-center {
    padding: 0;
  }
  .style_product_grid_3 .product-item .wrapper-compare .compare-button {
    display: none;
  }
  .style_product_grid_3 .product-item .wrapper-compare {
    min-height: auto;
  }
  .sticky_form .content-left {
    display: none;
  }
  .sticky_form .content-right {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .home-slideshow .slick-arrows {
    display: none !important;
  }
  .site-nav li a .icon-dropdown {
    pointer-events: none;
  }
  .home-custom-block-bottom .video-open-popup > a {
    left: 15%;
  }
  .home-custom-block-bottom .video-open-popup > a svg {
    width: 100px;
    height: 100px;
  }
  #custom-block-home-custom-block-baner-collection-list-5.home-custom-block
    .banner-content
    .banner-des {
    font-size: 12px !important;
  }
  .custom-collection-products .product-item .product-des .price-box,
  .custom-collection-products .product-item .product-des .product-title {
    display: none;
  }
  .custom-collection-products .product-item .product-bottom .item-swatch {
    margin-bottom: 10px;
  }
  .custom-collection-products .container .column-banner .des {
    padding-right: 0;
  }
  .custom-collection-products
    .column-product
    .products-grid
    .grid-item
    .product-image {
    margin-bottom: 13px;
  }
  .ajax-editcart .halo-modal-content .close {
    right: 5px;
    left: auto;
    top: 5px;
    color: #000;
  }
  .product-shop .groups-btn .icon-share {
    right: 0;
  }
  .product-shop .groups-btn .margin-button #product-add-to-cart,
  .product-shop .groups-btn .margin-button .product-add-to-cart {
    margin-right: 12px;
  }
}
@media (max-width: 1024px) {
  .style_product_grid_2 .product-item .product-bottom .wrapper-size {
    margin-bottom: 20px;
  }
  .home-custom-instagram.layout_style_2 .widget-title {
    margin-bottom: 20px;
  }
  .home-custom-instagram.layout_style_2 .widget-title p {
    margin-bottom: 22px;
  }
  .widget-title.style_3 {
    margin-bottom: 10px;
    padding-top: 30px !important;
  }
  .home-about-us.style_2 {
    margin-bottom: 0;
  }
  .home-about-us.style_2.sub_title_padding {
    padding-top: 25px;
    padding-bottom: 8px;
  }
  .featured-products.layout_style_3 .widget-title {
    padding: 0;
  }
  .newsletter-toolbar {
    display: none;
  }
}
@media (max-width: 359px) {
  .style_product_grid_2 .item-swatch li a,
  .style_product_grid_2 .item-swatch li label,
  .style_product_grid_3 .item-swatch li a,
  .style_product_grid_3 .item-swatch li label {
    width: 18px;
    height: 18px;
    line-height: 19px;
  }
  .style_product_grid_2 .item-swatch li label,
  .style_product_grid_3 .item-swatch li label {
    line-height: 1;
  }
  .style_product_grid_2 .item-swatch li label img,
  .style_product_grid_3 .item-swatch li label img {
    max-height: 24px;
    max-width: 24px;
  }
  .item-swatch li a,
  .item-swatch li label {
    width: 18px;
    height: 18px;
    line-height: 19px;
  }
  .item-swatch li label {
    line-height: 1;
  }
  .item-swatch li label img {
    max-height: 13px;
    max-width: 13px;
  }
  .product-img-box .slider-nav:not(.slick-slider) .item:nth-child(-n + 3) {
    display: block;
    width: -moz-calc(33.333% - 10px);
    width: -webkit-calc(33.333% - 10px);
    width: -ms-calc(33.333% - 10px);
    width: calc(33.333% - 10px);
  }
}
@media (max-width: 479px) {
  .collection-custom-block-images .row .three-blocks {
    -webkit-box-flex: 0 !important;
    -ms-flex: 0 0 42% !important;
    flex: 0 0 42% !important;
    max-width: 42% !important;
  }
  .collection-custom-block-images
    .row
    .three-blocks
    .custom-block-image-col
    .content-bottom
    .heading {
    font-size: 16px !important;
    margin-bottom: 16px;
  }
  .collection-custom-block-images
    .row
    .three-blocks
    .custom-block-image-col
    .content-bottom
    .btn-img-block {
    min-width: auto;
    padding: 7px 15px 5px;
    font-size: 12px;
  }
  .header-top .top-message p a {
    display: none;
  }
  .jas-mb-style {
    width: -moz-calc(100% - 40px);
    width: -webkit-calc(100% - 40px);
    width: -ms-calc(100% - 40px);
    width: calc(100% - 40px);
  }
  .site-nav .sub-menu-mobile {
    width: -moz-calc(100vw - 40px);
    width: -webkit-calc(100vw - 40px);
    width: -ms-calc(100vw - 40px);
    width: calc(100vw - 40px);
  }
  .banner-item .img-box img {
    width: 100%;
  }
  .home-sub-banner .three-blocks:last-of-type {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .spotlight-2-blocks > .col-md-6,
  .spotlight-3-blocks > .col-md-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 90%;
    flex: 0 0 90%;
    max-width: 90%;
  }
  .spotlight-2-blocks > .col-md-6:last-of-type,
  .spotlight-3-blocks > .col-md-6:last-of-type {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(90% + 10px);
    flex: 0 0 calc(90% + 10px);
    max-width: -moz-calc(90% + 10px);
    max-width: -webkit-calc(90% + 10px);
    max-width: -ms-calc(90% + 10px);
    max-width: calc(90% + 10px);
  }
  .spotlight-2-blocks > .col-md-6:last-of-type {
    padding-right: 10px;
  }
  .brands-page
    .logo-brands
    .brands-slider:not(.slick-slider)
    .item:first-of-type,
  .brands-page
    .logo-brands
    [data-instagram-feed]:not(.slick-slider)
    .item:first-of-type,
  .home-brands-block .brands-slider:not(.slick-slider) .item:first-of-type,
  .home-brands-block
    [data-instagram-feed]:not(.slick-slider)
    .item:first-of-type,
  .home-instagram .brands-slider:not(.slick-slider) .item:first-of-type,
  .home-instagram [data-instagram-feed]:not(.slick-slider) .item:first-of-type {
    display: block;
  }
  .list-product-tabs {
    margin-left: -10px;
    margin-right: -10px;
    margin-bottom: 15px;
    -webkit-box-pack: flex-start;
    -moz-box-pack: flex-start;
    -ms-flex-pack: flex-start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
  .list-product-tabs li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    padding: 0 10px;
    margin: 0 0 15px;
  }
  .list-product-tabs li .tab-links {
    text-align: center;
    padding: 8px 15px 6px;
    font-weight: 500;
    border-color: #828282;
  }
  .policies-block
    .policies-slider:not(.slick-slider)
    .policy-item:nth-child(-n + 1) {
    display: block;
  }
  .home-collections .collections-slider .item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 42%;
    flex: 0 0 42%;
    max-width: 42%;
  }
  .home-collections .collections-slider .item:last-of-type {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(42% + 10px);
    flex: 0 0 calc(42% + 10px);
    max-width: -moz-calc(42% + 10px);
    max-width: -webkit-calc(42% + 10px);
    max-width: -ms-calc(42% + 10px);
    max-width: calc(42% + 10px);
    padding-right: 10px;
  }
  .home-blog-posts:not(.blog-slider) .row .three-blocks,
  .home-blog-posts:not(.blog-slider) .row .two-blocks,
  .home-custom-block-images .row .three-blocks,
  .home-custom-block-images .row .two-blocks {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 88%;
    flex: 0 0 88%;
    max-width: 88%;
  }
  .home-blog-posts:not(.blog-slider) .row .three-blocks:last-of-type,
  .home-blog-posts:not(.blog-slider) .row .two-blocks:last-of-type,
  .home-custom-block-images .row .three-blocks:last-of-type,
  .home-custom-block-images .row .two-blocks:last-of-type {
    margin-right: 0;
    padding-right: 10px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(88% + 10px);
    flex: 0 0 calc(88% + 10px);
    max-width: -moz-calc(88% + 10px);
    max-width: -webkit-calc(88% + 10px);
    max-width: -ms-calc(88% + 10px);
    max-width: calc(88% + 10px);
  }
  .toolbar .column-right {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .toolbar .column-right .toolbar-col {
    padding: 0;
  }
  .toolbar .column-right .toolbar-col label {
    width: 105px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .toolbar .column-right .toolbar-col .filter-sortby,
  .toolbar .column-right .toolbar-col .limited-view {
    width: -moz-calc(100% - 120px);
    width: -webkit-calc(100% - 120px);
    width: -ms-calc(100% - 120px);
    width: calc(100% - 120px);
  }
  .toolbar .column-right .filters-toolbar__limited-view {
    margin-bottom: 15px;
  }
  .products-list .product-item .inner-top {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .products-list .product-item .product-details,
  .products-list .product-item .product-top {
    width: 100%;
  }
  .products-list .product-item .product-top {
    margin: 0 auto 20px;
    max-width: 300px;
  }
  .widget-title .view_all {
    display: block;
    margin-top: 5px;
  }
  .widget-title .view_all:before {
    display: none;
  }
  .ajax-success-modal.ajax-success-normal .actions {
    margin-left: 0;
    margin-right: 0;
  }
  .ajax-success-modal.ajax-success-normal .actions .btn {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-left: 15px;
    padding-right: 15px;
  }
  .sticky_form .sticky_group .quantity {
    display: none !important;
  }
  .sticky_form .pr-selectors {
    -webkit-box-flex: 0 !important;
    -ms-flex: 0 0 100% !important;
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }
  .footbar-fixed {
    bottom: 0;
    left: 0;
    right: 0;
  }
  .product-notification {
    border-left: 0;
    border-right: 0;
  }
  .cart-popup-coll-related .products-grid .grid-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 72%;
    flex: 0 0 72%;
    max-width: 72%;
  }
  .cart-popup-coll-related .products-grid .grid-item:last-of-type {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(72% + 20px);
    flex: 0 0 calc(72% + 20px);
    max-width: -moz-calc(72% + 20px);
    max-width: -webkit-calc(72% + 20px);
    max-width: -ms-calc(72% + 20px);
    max-width: calc(72% + 20px);
  }
}
@media (min-width: 480px) {
  .jas-mb-style,
  .site-nav .sub-menu-mobile {
    width: 337px;
  }
  .list-product-tabs.product-tabs-style3 .tab-links {
    border: none;
    position: relative;
  }
  .list-product-tabs.product-tabs-style3 .tab-links:before {
    position: absolute;
    content: "";
    width: -moz-calc(100% - 30px);
    width: -webkit-calc(100% - 30px);
    width: -ms-calc(100% - 30px);
    width: calc(100% - 30px);
    height: 1px;
    left: 15px;
    bottom: 3px;
  }
  .list-product-tabs.product-tabs-style3 .tab-links.active:before {
    background-color: #4c4c4c;
  }
  .product-notification {
    width: 368px;
    max-width: 85vw;
  }
  .product-notification .close-notifi {
    top: -13px;
    right: -13px;
  }
  .product-notification .product-suggest .column-right {
    padding-right: 20px;
  }
  #accept-cookies {
    width: 368px;
    max-width: 85vw;
    text-align: left;
    margin-top: 10px;
  }
  #accept-cookies .group-action-links {
    text-align: right;
  }
  .footbar-fixed {
    bottom: 10px;
    left: 10px;
  }
  .footbar-fixed.footbar-fixed-product {
    left: 0;
    right: 0;
    bottom: 0;
  }
  .footbar-fixed.footbar-fixed-product #accept-cookies,
  .footbar-fixed.footbar-fixed-product .product-notification {
    margin-left: 10px;
  }
  .cart-popup-coll-related .products-grid .grid-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 42%;
    flex: 0 0 42%;
    max-width: 42%;
  }
  .cart-popup-coll-related .products-grid .grid-item:last-of-type {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(42% + 20px);
    flex: 0 0 calc(42% + 20px);
    max-width: -moz-calc(42% + 20px);
    max-width: -webkit-calc(42% + 20px);
    max-width: -ms-calc(42% + 20px);
    max-width: calc(42% + 20px);
  }
}
@media (min-width: 576px) {
  .container-padd60 {
    max-width: 540px;
  }
  .product-template-slider
    .product-img-box
    .slider-for:not(.slick-slider)
    .thumb {
    float: left;
  }
  .product-template-slider
    .product-img-box
    .slider-for:not(.slick-slider)
    .thumb:nth-child(-n + 2) {
    display: block;
    width: 50%;
  }
  .product-template-slider
    .product-img-box
    .slider-for:not(.slick-slider):after {
    display: block;
    content: "";
    visibility: hidden;
    clear: both;
  }
  .search-open .wrapper-header .search-bar {
    max-width: 540px;
  }
}
@media (max-width: 767px) {
  .home-about-us .list-item {
    overflow: hidden;
    overflow-x: auto;
    display: inline-block;
    vertical-align: top;
    white-space: nowrap;
    width: 100%;
    font-size: 0;
    padding: 0;
  }
  .home-about-us .list-item .item {
    width: 60% !important;
    margin-bottom: 20px;
    display: inline-block;
  }
  #notify-soldout .modal-body {
    padding: 15px;
  }
  .featured-products.has-banner.layout_style_2
    .column-banner
    .custom-block-imgs {
    position: relative;
    margin-top: -60px;
    margin-left: 20px;
    margin-right: 20px;
    padding: 25px 20px 25px 25px;
    transform: none;
    left: auto;
    top: auto;
  }
  .featured-products.has-banner.layout_style_2
    .column-banner
    .custom-block-imgs
    .banner-heading {
    margin-bottom: 8px;
  }
  .featured-products.has-banner.layout_style_2
    .column-banner
    .custom-block-imgs
    .banner-des {
    margin-bottom: 8px;
  }
  .featured-products.has-banner.layout_style_2
    .column-banner
    .custom-block-imgs
    .banner-button {
    font-size: var(--font_size_minus2);
    display: inline;
  }
  .featured-products.has-banner.layout_style_2
    .column-banner
    .custom-block-imgs
    .banner-button
    + .banner-button {
    margin-left: 0;
  }
  .featured-products.has-banner.layout_style_2
    .column-product
    .column-product-inner {
    padding: 20px 0 0;
  }
  .featured-products.has-banner.layout_style_2
    .column-product
    .column-product-inner
    .grid-item {
    padding-left: 45px;
    padding-right: 45px;
    margin: 0 auto;
  }
  .featured-products.has-banner.layout_style_2
    .column-product
    .column-product-inner
    .grid-item
    .product-item
    .product-bottom {
    padding-bottom: 1px;
    padding: 10px 15px 5px 15px;
  }
  .featured-products.has-banner.layout_style_2
    .column-product
    .column-product-inner
    .grid-item
    .product-item
    .product-image {
    margin-bottom: 15px;
  }
  .featured-products.has-banner.layout_style_2
    .column-product
    .column-product-inner
    .grid-item
    .product-item
    .wrapper-vendor
    .product-vendor {
    margin-bottom: 6px;
  }
  .featured-products.has-banner.layout_style_2
    .column-product
    .column-product-inner
    .grid-item
    .product-item
    .item-swatch {
    margin-bottom: 10px;
  }
  .featured-products.has-banner.layout_style_2
    .column-product
    .column-product-inner
    .grid-item
    .product-item
    .product-title {
    margin-bottom: 5px;
  }
  .style_product_grid_2 .product-item .product-bottom .wrapper-size {
    margin-top: -10px;
    margin-bottom: 12px;
    padding-bottom: 12px;
  }
  .collection-header .sub-collection .d-flex {
    display: block !important;
    text-align: left;
  }
  .collection-header .sub-collection .d-flex span {
    margin-bottom: 20px;
    margin-right: 0;
    display: block;
  }
  .ajax-editcart .modal-overlay {
    margin: 0.5rem;
  }
  .ajax-editcart .cart-edit h5 {
    padding: 25px 20px 0 20px;
  }
  .ajax-editcart .cart-edit .product-edit:not(.first) {
    display: block;
  }
  .ajax-editcart .cart-edit .product-edit {
    padding: 25px 15px 8px 15px;
  }
  .ajax-editcart .cart-edit .product-edit .option {
    margin-bottom: 10px;
  }
  .ajax-editcart .cart-edit .product-edit .prices {
    margin-bottom: 10px;
  }
  .ajax-editcart .cart-edit .product-edit input[type="number"] {
    padding: 8px 12px 6px;
  }
  .ajax-editcart .cart-edit .cart-meta {
    width: 100%;
    padding-right: 0;
    margin-bottom: 20px;
  }
  .ajax-editcart .cart-meta--option .swatch {
    margin-bottom: 10px;
  }
  .ajax-editcart .cart-meta--option .swatch .swatch-element {
    margin: 0 5px 10px 0;
  }
  .ajax-editcart .cart-meta--option .edit-cart--remove {
    margin-top: 0;
  }
  .ajax-editcart .cart-meta--action > * {
    padding: 15px 33px;
  }
  .widget-title.style_3 {
    margin-bottom: 10px;
    padding-top: 25px !important;
  }
  .featured-products.has-banner.layout_style_2 .no-padd {
    padding-left: 15px;
    padding-right: 15px;
    margin-top: 10px;
  }
  .featured-products.layout_style_3 .widget-title {
    text-align: center;
  }
  .home-about-us.style_2 {
    padding-top: 30px;
    padding-bottom: 40px;
    margin-bottom: 0;
  }
  .home-about-us.style_2 .title {
    margin-bottom: 10px !important;
  }
  .home-about-us.style_2 .des {
    margin-bottom: 20px;
  }
  .home-slideshow .style_2 .slick-dots,
  .lookbook-slideshow .style_2 .slick-dots {
    margin: 10px auto 0 auto;
  }
  .home-custom-block-sub-banner.style_2 .one_Image {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .home-custom-block-sub-banner.style_2 .action-link .btn-img-block {
    min-width: 150px;
    padding: 7px 5px 5px !important;
    font-size: 12px;
  }
  .home-custom-block-sub-banner.style_2 .action-link span {
    line-height: 26px;
  }
  .home-custom-block-sub-banner.style_2 .action-link svg {
    top: 3px;
    margin-right: 2px;
    width: 16px;
    height: 16px;
  }
  .no-padd {
    padding-left: 0;
    padding-right: 0;
  }
  .custom-block-midle-banner .row {
    margin-bottom: 35px;
  }
  .custom-block-midle-banner .row .content-text .banner-heading {
    margin-top: 10px;
  }
  .custom-block-midle-banner .row .content-text .banner-content {
    position: inherit;
    text-align: center !important;
  }
  .custom-block-midle-banner
    .row
    .custom-block-banner
    .img-box
    .sub-banner-countdown {
    position: initial;
    transform: none;
    width: auto;
  }
  .custom-block-midle-banner
    .row
    .custom-block-banner
    .img-box
    .content-box
    .des {
    margin-bottom: 15px;
  }
  #custom-collection-home-custom-product-collection-list {
    padding-left: 10px;
    padding-right: 10px;
  }
  #custom-collection-home-custom-product-collection-list
    .column-product
    .products-grid {
    margin-right: -15px;
    margin-left: -15px;
  }
  .home-slideshow .slick-dots,
  .lookbook-slideshow .slick-dots {
    margin: 20px 15px 0;
  }
  .home-slideshow .slide-content,
  .lookbook-slideshow .slide-content {
    padding-bottom: 10px;
  }
  .home-slideshow .slick-slide img,
  .lookbook-slideshow .slick-slide img {
    min-height: 150px;
    object-fit: cover;
  }
  .custom-block-banner .slide-pc,
  .home-slideshow .slide-pc {
    display: none;
  }
  .home-slideshow .slide-content.style_2 {
    position: relative;
    margin-top: -40%;
    max-width: calc(100% - 60px);
    margin-left: auto;
    margin-right: auto;
    padding: 40px 30px;
  }
  .home-slideshow .slide-content.style_2:before {
    z-index: 1;
  }
  .home-slideshow .slide-content.style_2 .slide-sub {
    margin-bottom: 7px;
  }
  .home-slideshow .slide-content.style_2 .slide-heading {
    display: block;
    padding-bottom: 0;
    text-transform: none;
  }
  .home-slideshow .slide-content.style_2 .slide-button {
    position: relative;
    z-index: 1;
    padding: 10px 25px 8px !important;
  }
  .home-slideshow .slide-content.style_2 .slide-text {
    margin-bottom: 18px;
  }
  .banner-large-img .inner,
  .slide-content:not(.style_2) {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80%;
    max-width: 400px;
    padding: 0;
  }
  .slide-content .slide-button {
    background: var(--background_1) !important;
    color: var(--color_1) !important;
    border-color: var(--border_1) !important;
  }
  .slide-content .slide-heading,
  .slide-content .slide-sub,
  .slide-content .slide-text {
    color: var(--page_title_color) !important;
  }
  .slide-content .slide-heading .line {
    background-color: var(--page_title_color) !important;
  }
  .slide-content.slide-content-mb {
    position: absolute;
    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%);
    padding: 0;
    min-width: 80%;
  }
  .slide-content.slide-content-mb .slide-heading {
    font-size: 20px !important;
    margin: 0;
    padding: 6px 25px 4px;
    background-color: rgba(255, 255, 255, 0.88);
    display: inline-block;
  }
  .layout_style_1170 .slick-dots {
    max-width: max-content;
  }
  .home-sub-banner .five-blocks:nth-child(3) {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .home-sub-banner.home-custom-block-sub-banner.no-padding .row {
    margin-left: 0;
    margin-right: 0;
  }
  .home-sub-banner.home-custom-block-sub-banner.no-padding .item {
    margin-bottom: 0;
  }
  .home-sub-banner.home-custom-block-sub-banner.no-padding .container-fluid,
  .home-sub-banner.home-custom-block-sub-banner.no-padding .item {
    padding-left: 0;
    padding-right: 0;
  }
  .widget-title .box-title {
    font-size: 18px;
  }
  .widget-title .box-title + p {
    margin-bottom: 33px;
  }
  .banner-large-img .banner-content {
    padding-bottom: 1px;
  }
  .banner-large-img .banner-content .banner-button {
    background: var(--background_1) !important;
    color: var(--color_1) !important;
    border-color: var(--border_1) !important;
  }
  .banner-large-img .banner-content .banner-des,
  .banner-large-img .banner-content .banner-heading {
    color: var(--page_title_color) !important;
  }
  .banner-large-img .banner-content .banner-heading .line {
    background-color: var(--page_title_color) !important;
  }
  .banner-large-img + .scroll-down {
    display: none !important;
  }
  .featured-product-article
    .products-grid:not(.slick-slider)
    .grid-item:nth-child(-n + 2),
  .featured-products
    .products-grid:not(.slick-slider)
    .grid-item:nth-child(-n + 2),
  .home-product-tabs
    .products-grid:not(.slick-slider)
    .grid-item:nth-child(-n + 2),
  .recently-viewed-products
    .products-grid:not(.slick-slider)
    .grid-item:nth-child(-n + 2),
  .related-products
    .products-grid:not(.slick-slider)
    .grid-item:nth-child(-n + 2) {
    display: block;
  }
  .home-spotlight-block .widget-title.no-des {
    margin-bottom: 30px;
  }
  .spotlight-2-blocks,
  .spotlight-3-blocks {
    padding-left: 10px;
  }
  .spotlight-2-blocks {
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    overflow-x: auto;
  }
  .spotlight-2-blocks > .col-md-6 {
    padding-left: 0;
    padding-right: 0;
    margin-right: 20px;
  }
  .brands-slider .slick-arrow.slick-next,
  .home-instagram .slick-arrow.slick-next {
    right: 1px;
  }
  .brands-slider .slick-arrow.slick-prev,
  .home-instagram .slick-arrow.slick-prev {
    left: 1px;
  }
  .home-instagram {
    padding: 40px 0 50px;
  }
  .home-instagram .widget-title .fa {
    top: -1.5px;
  }
  .site-footer .footer-bottom {
    text-align: center;
    padding-bottom: 40px;
  }
  .site-footer .footer-newsletter {
    margin-bottom: 15px;
  }
  .site-footer .footer-newsletter .input-group {
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .site-footer .footer-newsletter .input-group-field {
    min-width: inherit;
    width: -moz-calc(100% - (124px + 5px));
    width: -webkit-calc(100% - (124px + 5px));
    width: -ms-calc(100% - (124px + 5px));
    width: calc(100% - (124px + 5px));
    max-width: 293px;
  }
  .site-footer .groups-block {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .site-footer .groups-block .fb-like-code {
    margin-left: 0;
    margin-top: 25px;
  }
  .site-footer .footer-col-left {
    margin-bottom: 23px;
  }
  .site-footer .col-footer .dropdow-mb {
    padding-bottom: 13px;
    position: relative;
    padding-right: 15px;
  }
  .site-footer .col-footer .dropdow-mb + ul {
    display: none;
    margin: 10px 0 12px;
  }
  .site-footer .col-footer .dropdow-mb:after {
    content: "\f107";
    font-family: FontAwesome;
    font-weight: 500;
    font-size: 17px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: block;
    cursor: pointer;
    margin: 0;
    padding: 0;
    background: 0 0;
    -webkit-transition: transform 0.3s linear;
    -moz-transition: transform 0.3s linear;
    -ms-transition: transform 0.3s linear;
    -o-transition: transform 0.3s linear;
    transition: transform 0.3s linear;
    position: absolute;
    right: 0;
    top: 1px;
  }
  .site-footer .col-footer .dropdow-mb.open:after {
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  .ajax-lookbook-modal {
    left: 0;
    right: 0;
    margin: 30px auto;
    width: 275px;
    max-width: -moz-calc(100vw - 30px);
    max-width: -webkit-calc(100vw - 30px);
    max-width: -ms-calc(100vw - 30px);
    max-width: calc(100vw - 30px);
  }
  .ajax-lookbook-modal .ajax-modal-content {
    padding: 10px 12px;
  }
  .ajax-lookbook-modal
    .ajax-modal-content
    .lookbook-content
    .product-item
    .inner-top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .ajax-lookbook-modal
    .ajax-modal-content
    .lookbook-content
    .product-item
    .product-top {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
    max-width: 30%;
    margin-right: 15px;
  }
  .ajax-lookbook-modal
    .ajax-modal-content
    .lookbook-content
    .product-item
    .product-bottom {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(70% - 15px);
    flex: 0 0 calc(70% - 15px);
    max-width: -moz-calc(70% - 15px);
    max-width: -webkit-calc(70% - 15px);
    max-width: -ms-calc(70% - 15px);
    max-width: calc(70% - 15px);
  }
  .ajax-lookbook-modal
    .ajax-modal-content
    .lookbook-content
    .product-item
    .product-image {
    margin-bottom: 0;
  }
  .ajax-lookbook-modal
    .ajax-modal-content
    .lookbook-content
    .product-item
    .product-title {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    max-height: none;
    white-space: normal;
  }
  .ajax-lookbook-modal
    .ajax-modal-content
    .lookbook-content
    .product-item
    .action,
  .ajax-lookbook-modal
    .ajax-modal-content
    .lookbook-content
    .product-item
    .pr-details {
    display: none;
  }
  .home-collections {
    padding: 40px 0;
  }
  .home-collections .collections-slider {
    padding-left: 10px;
  }
  .home-collections .collections-slider .item:last-of-type {
    padding-right: 10px;
  }
  .home-collections.has-title .widget-title {
    margin-bottom: 25px;
  }
  .custom-block-imgs .banner-heading {
    font-size: 30px !important;
  }
  .custom-block-imgs .banner-sub-heading {
    font-size: 12px !important;
    margin-bottom: 15px;
  }
  .custom-block-imgs .banner-des {
    font-size: 11px !important;
    margin-bottom: 28px;
  }
  .home-blog-posts:not(.blog-slider) .row,
  .home-custom-block-images .row {
    padding-left: 10px;
  }
  .home-blog-posts:not(.blog-slider) .row .three-blocks,
  .home-blog-posts:not(.blog-slider) .row .two-blocks,
  .home-custom-block-images .row .three-blocks,
  .home-custom-block-images .row .two-blocks {
    padding-left: 0;
    padding-right: 0;
    margin-right: 20px;
  }
  .wrapper-newsletter .modal-overlay {
    width: 400px;
    max-width: -moz-calc(100% - 40px);
    max-width: -webkit-calc(100% - 40px);
    max-width: -ms-calc(100% - 40px);
    max-width: calc(100% - 40px);
  }
  .wrapper-newsletter .halo-modal-body .column-left {
    display: none;
  }
  .wrapper-newsletter .halo-modal-body .column-right {
    width: 100%;
    padding: 35px 20px 25px;
  }
  .wrapper-newsletter .halo-modal-body .title {
    font-size: var(--font_size_plus6);
  }
  .page-header h1,
  .page-header h2 {
    font-size: 18px;
    margin-bottom: 28px;
  }
  .list-categories .collections-wrapper {
    padding: 23px 0 33px;
  }
  .list-categories .collections-wrapper .collection-title {
    font-size: 18px !important;
  }
  .list-categories .collections-wrapper .des {
    margin-bottom: 28px;
  }
  .list-categories-02 .collections-wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }
  .sidebar {
    padding: 72px 20px 80px;
  }
  .toolbar .view-mode .icon-mode.grid-3,
  .toolbar .view-mode .icon-mode.grid-4,
  .toolbar .view-mode .icon-mode.grid-5 {
    display: none;
  }
  .products-list .grid-item + .grid-item {
    padding-top: 40px;
    margin-top: 36px;
  }
  .collection-header.collection-header-sections .collection-image .tab-abs {
    display: none !important;
  }
  .padding .toolbar-bottom {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .padding .page-total {
    margin-bottom: 20px;
  }
  .grid-item-mansory .countdown-grid-item > span {
    display: none;
  }
  .translate-filter-pc .collection-header .collection-wrapper {
    margin-bottom: 22px;
  }
  .collection-template-express-order .col-sidebar .sidebar-label {
    margin-bottom: 36px;
  }
  .ajax-success-modal .modal-overlay {
    max-width: 87%;
  }
  .ajax-success-modal .halo-modal-body {
    padding-left: 20px;
    padding-right: 20px;
  }
  .ajax-success-modal .halo-modal-body .product-item .product-top {
    max-width: 250px;
    margin-left: auto;
    margin-right: auto;
  }
  .ajax-success-modal.ajax-success-normal .modal-overlay {
    width: -moz-calc(100% - 40px);
    width: -webkit-calc(100% - 40px);
    width: -ms-calc(100% - 40px);
    width: calc(100% - 40px);
  }
  .ajax-success-modal.ajax-success-normal .halo-modal-body {
    padding: 23px 20px 10px;
  }
  .ajax-success-modal.ajax-success-normal .ajax-left {
    padding-right: 10px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 74px;
    flex: 0 0 74px;
    max-width: 74px;
  }
  .ajax-success-modal.ajax-success-normal .ajax-right {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100% - 74px);
    flex: 0 0 calc(100% - 74px);
    width: -moz-calc(100% - 74px);
    width: -webkit-calc(100% - 74px);
    width: -ms-calc(100% - 74px);
    width: calc(100% - 74px);
  }
  .ajax-success-modal.ajax-success-normal .actions {
    margin-top: 15px;
  }
  .ajax-success-modal.ajax-success-normal .actions .btn {
    margin-bottom: 10px;
  }
  [data-popup-video] .modal-overlay {
    max-width: 87%;
  }
  .cart-form .scroll-content .right-col {
    width: 100%;
    overflow: hidden;
  }
  .cart-form .scroll-content .cart-list {
    overflow-x: auto;
    overflow-y: hidden;
    width: 100%;
    will-change: scroll-position;
  }
  .cart-form .scroll-content .cart-list::-webkit-scrollbar-track {
    background-color: #f8f8f8;
  }
  .cart-form .scroll-content .cart-list::-webkit-scrollbar {
    width: 100%;
    height: 3px;
    background-color: #fff;
  }
  .cart-form .scroll-content .cart-list::-webkit-scrollbar-thumb {
    background-color: #fff;
    background-image: -webkit-linear-gradient(
      0deg,
      rgba(0, 0, 0, 0.1) 25px,
      rgba(255, 255, 255, 0) 25px,
      rgba(255, 255, 255, 0) 40px,
      rgba(0, 0, 0, 0.1) 40px,
      rgba(0, 0, 0, 0.1) 55px,
      rgba(255, 255, 255, 0) 55px,
      rgba(255, 255, 255, 0) 70px,
      rgba(0, 0, 0, 0.2) 70px,
      rgba(0, 0, 0, 0.1) 85px,
      rgba(255, 255, 255, 0) 85px,
      rgba(255, 255, 255, 0)
    );
  }
  .cart-form .scroll-content .cart-list li {
    min-width: 598px;
    padding-bottom: 10px;
  }
  .product-shop .product-title {
    font-size: 18px;
  }
  .horizontal-tabs .list-tabs {
    display: none !important;
  }
  .wrapper-tab-content .tab-title + .tab-content {
    margin: 0;
    padding: 15px 0 30px;
  }
  .gallery_lookbook-blog_detail .gallery_lookbook-box > .row,
  .tabs__product-page .gallery_lookbook-box > .row {
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    overflow: auto;
  }
  .gallery_lookbook-blog_detail .quote-detail blockquote,
  .tabs__product-page .quote-detail blockquote {
    padding: 19px 28px;
    margin-bottom: 27px;
  }
  .tabs__product-page #collapse-tab2 {
    padding-top: 0;
  }
  .tabs__product-page .spr-container .spr-summary {
    text-align: left;
  }
  .tabs__product-page .spr-container .spr-summary-actions {
    display: block;
    margin-top: 18px;
  }
  .tabs__product-page
    .spr-container
    .spr-summary-actions
    .spr-summary-actions-newreview {
    float: none;
  }
  .horizontal-tabs .wrapper-tab-content .tab-title:first-child + .tab-content {
    display: block;
  }
  .halo_modal-custom .modal-body {
    padding: 15px 20px 45px;
  }
  .halo_modal-custom .modal-body .custom-radio label:first-child {
    display: block;
    margin-bottom: 16px;
  }
  .wrapper-login-customer .custom-or-abs {
    display: none;
  }
  .wrapper-login-customer .wrapper-content {
    border-bottom: none;
  }
  .wrapper-login-customer .wrapper-content .col-left,
  .wrapper-login-customer .wrapper-content .col-right {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .wrapper-login-customer .wrapper-content .col-left > *,
  .wrapper-login-customer .wrapper-content .col-right > * {
    padding-right: 15px;
  }
  .wrapper-login-customer .wrapper-content .col-left .wrapper-title,
  .wrapper-login-customer .wrapper-content .col-right .wrapper-title {
    padding-left: 15px;
  }
  .wrapper-login-customer .wrapper-content .col-left {
    margin-bottom: 35px;
  }
  .wrapper-login-customer .wrapper-content .col-right .wrapper-title ~ * {
    margin-left: 0;
    padding-left: 15px;
  }
  .wrapper-login-customer .wrapper-content:after {
    display: none;
  }
  .lookbook-page .share_toolbox {
    margin-bottom: 30px;
  }
  .halo-blog-content .article-title {
    font-size: var(--font_size_plus4);
    line-height: var(--font_size_plus16);
  }
  .faqs-page .panel-group {
    margin-bottom: 30px;
  }
  .faqs-page .panel-group .panel-title a {
    padding-right: 12px;
  }
  .faqs-page .panel-group .panel-title a:after {
    display: none;
  }
  .faqs-page .contact-link {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .faqs-page .contact-link .text {
    margin-bottom: 20px;
  }
  .banner-parallax {
    margin-bottom: 33px;
  }
  .home-custom-block-sub-banner .btn-img-block {
    min-width: 150px;
  }
  .home-custom-block-sub-banner .threeImage {
    -webkit-flex-direction: column-reverse;
    -moz-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .home-custom-block-sub-banner .widget-title {
    margin-bottom: 48px;
  }
  .custom-block-banner .banner-content .sub-banner-countdown {
    display: none;
  }
  .custom-block-banner .img-box {
    position: relative;
  }
  .custom-block-banner .img-box .sub-banner-countdown {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 90%;
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    margin: 0;
  }
  .collections-banner .collections-btn {
    display: none;
  }
  .home-spotlight-slider
    [data-blogs-slider]:not(.slick-slider)
    .item:first-child {
    display: block;
  }
  .footer-parallax .footer-newsletter .newsletter-title {
    margin-bottom: 0;
  }
  .footer-parallax .footer-newsletter .newsletter {
    display: block;
    margin-bottom: 32px;
  }
  .footer-parallax .footer-newsletter .input-group-field {
    min-width: -moz-calc(100% - 134px);
    min-width: -webkit-calc(100% - 134px);
    min-width: -ms-calc(100% - 134px);
    min-width: calc(100% - 134px);
  }
  .footer-parallax .footer-newsletter .btn {
    min-width: 124px;
  }
  .footer-parallax .col-footer .dropdow-mb {
    margin-bottom: 0;
  }
  .footer-parallax .footer-middle {
    margin-bottom: 0;
  }
  .footer-parallax .footer-middle + .footer-bottom {
    border-top: none;
  }
  .footer-2 .footer-top {
    padding-bottom: 50px;
  }
  .footer-3 .footer-bottom {
    border-top: none;
    padding-top: 3px;
  }
  .footer-3 .footer-newsletter {
    margin-bottom: 37px;
  }
  .footer-4 .footer-top {
    padding-top: 42px;
  }
  .footer-4 .links-col {
    margin-bottom: 24px;
  }
  .home-custom-banner-3
    .banner-slider
    > .row:not(.slick-slider)
    .item:first-child {
    display: block;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .home-list-collections .collection-title {
    font-size: var(--font_size_plus6);
    line-height: var(--font_size_plus12);
  }
  .home-list-collections .collection-item .action-link {
    display: none !important;
  }
  .home-list-collections .des {
    padding-top: 25px;
    padding-bottom: 23px;
  }
  .home-lookbook .lookbook-custom .item {
    margin-bottom: 20px;
  }
  .home-lookbook .lookbook-custom .item:last-of-type {
    margin-bottom: 0;
  }
  .home-custom-sub-banner-sections .banner-item .action-link {
    display: none;
  }
  .suppermarket-product-tabs .custom-block-imgs .banner-des {
    font-size: 12px !important;
  }
  .suppermarket-product-tabs .list-product-tabs {
    margin-left: -10px;
    margin-right: -10px;
    padding-left: 10px;
    padding-right: 10px;
  }
  .store-slider .col-sm-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 80%;
    flex: 0 0 80%;
    max-width: 80%;
  }
  .footer-05 .footer-top {
    padding-top: 45px;
  }
  .footer-05 .social-icons {
    margin-bottom: 32px;
  }
  .footer-05 .col-footer {
    margin-bottom: 15px;
  }
  .footer-05 .col-lg-40 {
    margin: 25px 0 42px;
  }
  .footer-05 .footer-newsletter {
    margin-bottom: 42px;
  }
  .footer-05 .newsletter .btn {
    min-width: 125px;
    max-width: 125px;
  }
  .footer-05 .newsletter .input-group-field {
    margin-right: 5px;
    width: -moz-calc(100% - 130px);
    width: -webkit-calc(100% - 130px);
    width: -ms-calc(100% - 130px);
    width: calc(100% - 130px);
    max-width: 100%;
  }
  .footer-05 .footer-social .groups-block {
    margin-left: 0;
    margin-right: 0;
  }
  .footer-05 .footer-social .groups-block .social-icons,
  .footer-05 .footer-social .groups-block .typography {
    padding-left: 0;
    padding-right: 0;
  }
  .sticky_form .col-img-title {
    display: none !important;
  }
  .header-top-countdown .clock-item {
    width: 55px;
    height: 55px;
    margin: 0 7.5px;
  }
  .header-top-countdown .clock-item + .clock-item:before {
    font-size: 14px;
    left: -10px;
  }
  .header-top-countdown .clock-item span.num {
    font-size: 16px;
    line-height: 20px;
  }
  .header-supermarket .header-top-countdown {
    padding-bottom: 18px;
  }
  .quickSearchResultsWrap {
    padding-left: 0;
    padding-right: 0;
  }
  .home-blog-style2 .list-blogs {
    margin-left: -10px;
    margin-right: -10px;
  }
  .home-blog-style2 .list-blogs .three-blocks,
  .home-blog-style2 .list-blogs .two-blocks {
    margin-right: 0 !important;
  }
  .home-blog-style2 .list-blogs .three-blocks:last-of-type .article-img,
  .home-blog-style2 .list-blogs .two-blocks:last-of-type .article-img {
    width: -moz-calc(100% - 10px);
    width: -webkit-calc(100% - 10px);
    width: -ms-calc(100% - 10px);
    width: calc(100% - 10px);
  }
  .cart-popup-coll-related .products-grid {
    padding-left: 20px;
    margin-left: -20px;
    margin-right: -20px;
  }
  .cart-popup-coll-related .products-grid .grid-item {
    padding-left: 0;
    padding-right: 0;
    margin-right: 20px;
  }
  .cart-popup-coll-related .products-grid .grid-item:last-of-type {
    margin-right: 0;
    padding-right: 20px;
  }
  .coll-express-order {
    min-width: 100%;
  }
  .coll-express-order .express-order-header {
    display: none;
  }
  .coll-express-order .express-order-content .inner-top,
  .coll-express-order .express-order-content .options-items {
    display: block;
  }
  .coll-express-order .express-order-content .inner-top:after,
  .coll-express-order .express-order-content .options-items:after {
    display: block;
    content: "";
    visibility: hidden;
    clear: both;
  }
  .coll-express-order .express-order-content .column {
    min-width: initial;
    max-width: initial;
    padding: 0 10px 0 0;
    text-align: left !important;
  }
  .coll-express-order .express-order-content .column.column {
    border: none;
  }
  .coll-express-order .express-order-content .column:not(.col-img) {
    float: right;
    width: -moz-calc(70% - 20px);
    width: -webkit-calc(70% - 20px);
    width: -ms-calc(70% - 20px);
    width: calc(70% - 20px);
  }
  .coll-express-order .express-order-content .column.col-img {
    float: left;
    margin-right: 20px;
    width: 30%;
    padding: 15px 0;
  }
  .coll-express-order .express-order-content .column .price-box {
    margin-bottom: 10px;
  }
  .coll-express-order .express-order-content .col-prod {
    padding-top: 12px;
  }
  .coll-express-order .express-order-content .col-prod .product-title {
    margin-bottom: 5px;
  }
  .coll-express-order .express-order-content .col-options {
    padding-bottom: 25px;
  }
  .coll-express-order .express-order-content .col-qtt .qty-group {
    margin-bottom: 17px;
  }
  .coll-express-order .product-options .options-items {
    padding: 15px 0 25px;
    background-color: #fafafa;
  }
  .coll-express-order .product-options .options-items .column {
    padding: 0;
    display: block;
  }
  .coll-express-order .product-options .options-items .column:not(.col-prod) {
    text-align: left !important;
  }
  .coll-express-order .product-options .options-items .column.col-img {
    display: none;
  }
  .coll-express-order .product-options .options-items .column.col-prod {
    float: left;
    width: 30%;
    margin-right: 20px;
    text-align: center !important;
  }
  .coll-express-order .product-options .options-items .column .options-title {
    margin-left: 0;
    margin-top: 8px;
    display: block;
  }
  .coll-express-order .add-to-cart-btn.add_more {
    margin-top: 0;
  }
  .coll-express-order .feedback-text {
    margin-bottom: 0;
  }
  #back-top {
    right: 10px;
    bottom: 220px;
  }
  .short-description iframe,
  .short-description video,
  .tab-content iframe,
  .tab-content video,
  .vertical-tabs iframe,
  .vertical-tabs video {
    height: 350px;
  }
}
@media (max-width: 768px) {
  .sticky_form .sticky-add-to-cart {
    min-width: auto !important;
  }
  .sticky_form .align-items-center {
    flex-wrap: nowrap;
  }
  .sticky_form .content-right .action {
    margin-left: 40px;
    margin-right: 10px;
  }
  .sticky_form .content-right .sticky-add-to-cart {
    min-width: initial;
  }
  .collection-header .sub-collection {
    margin-bottom: 0;
  }
  .addresses-page .btn-edit-delete a,
  .btn,
  .product-shop .shopify-payment-button button.shopify-payment-button__button,
  .tabs__product-page .spr-container .spr-summary-actions-newreview {
    padding: 8px 15px 6px;
  }
  .home-custom-instagram.layout_style_2 #instafeed {
    margin-right: -10px;
    margin-left: -10px;
  }
  .home-custom-instagram.layout_style_2 #instafeed .item {
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 20px;
  }
  .home-spotlight-block.layout_style_2 .spotlight-item {
    padding: 40px 0;
  }
  .home-about-us.style_2 .btn-about-us {
    min-width: 160px;
  }
  .home-spotlight-slider .spotlight-style-2 {
    display: flex;
    overflow: auto;
    margin: 0 -15px;
    padding: 0 15px 0 15px;
    flex-wrap: nowrap;
  }
  .home-spotlight-slider .spotlight-style-2 .item {
    padding: 0;
    margin-right: 0;
    margin-bottom: 0;
    white-space: normal;
    vertical-align: top;
    display: inline-block;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 27%;
    flex: 0 0 27%;
    max-width: 27%;
  }
  .home-spotlight-slider .style_3.no-des {
    margin-bottom: 0;
  }
  .home-spotlight-slider .style_3 .box-title {
    margin-bottom: 0;
  }
  .home-custom-block .custom-block-banner .img-center .img-top > img {
    max-width: 60px !important;
  }
  .home-custom-block-bottom .banner-large-img .banner-content {
    padding: 40px 40px;
  }
  .homepage-reviews {
    padding: 30px 0 40px 0;
    margin-top: 40px !important;
    margin-bottom: 30px !important;
  }
  .home-custom-instagram {
    padding-top: 0 !important;
  }
}
@media (max-width: 624px) {
  .home-custom-instagram.layout_style_3 .instagram-grid {
    grid-template-columns: 1fr 1fr;
  }
  .home-custom-block .row .custom-block-banner .img-center {
    top: 6% !important;
  }
  .home-custom-block .row .custom-block-banner .img-center .img-top {
    right: 25px !important;
  }
  .home-custom-block .row .custom-block-banner .img-center .img-top > img {
    max-width: 50px !important;
  }
  .footer-top-newsletter
    .banner-large-img
    .banner-content
    .block-content
    .content-input {
    min-width: 100%;
  }
  .footer-top-newsletter
    .banner-large-img
    .banner-content
    .block-content
    .input-group-field {
    min-width: 100%;
  }
  .footer-top-newsletter
    .banner-large-img
    .banner-content
    .block-content
    .banner-des {
    margin-bottom: 10px !important;
  }
  .footer-top-newsletter .banner-large-img .banner-content .btn {
    min-width: 100%;
    margin-top: 10px;
  }
  .short-description iframe,
  .short-description video,
  .tab-content iframe,
  .tab-content video {
    height: 270px;
  }
}
@media (max-width: 480px) {
  .cart-template .cart-form .cart--title .product-img {
    width: 70px;
  }
  .cart-template .cart-form .cart--title .cart--info {
    padding-left: 10px;
    width: calc(100% - 70px);
  }
  .cart-template .cart-form .cart-header .cart--price,
  .cart-template .cart-form .cart-list .details .cart--price {
    width: 80px !important;
  }
  .cart-template .cart-form .cart-header > .cart--title,
  .cart-template .cart-form .cart-list .details > .cart--title {
    width: calc(100% - 80px);
  }
  .cart-template .wrapper-cart-template .cart-list .qty-group {
    display: block;
  }
  .collection-header .list-sub-collection {
    margin-bottom: 0;
  }
  .collection-header .list-sub-collection li {
    margin-right: 20px;
    margin-bottom: 5px;
  }
  .collection-header .list-sub-collection li a {
    font-size: 13px;
  }
  .collection-header .sub-collection {
    margin-bottom: 0;
  }
  .collection-header .sub-collection .d-flex span {
    margin-bottom: 15px;
  }
  .collection-header .collection-wrapper {
    margin-bottom: 25px;
  }
  .layout-header--style2 .container .absolute {
    max-width: calc(100% - 60px);
    left: 30px;
    padding: 30px;
  }
  .layout-header--style2 .container .absolute h1 {
    font-size: 40px;
  }
  .cart-template .cart-form .cart--title .product-img {
    width: 70px;
  }
  .cart-template .cart-form .cart--title .cart--info {
    padding-left: 10px;
    width: calc(100% - 70px);
  }
  .cart-template .cart-form .cart-header .cart--price,
  .cart-template .cart-form .cart-list .details .cart--price {
    width: 80px !important;
  }
  .cart-template .cart-form .cart-header > .cart--title,
  .cart-template .cart-form .cart-list .details > .cart--title {
    width: calc(100% - 80px);
  }
  .cart-template .wrapper-cart-template .cart-list .qty-group {
    display: block;
  }
  .home-spotlight-slider .spotlight-style-2 .item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 27%;
    flex: 0 0 27%;
    max-width: 27%;
  }
  .home-spotlight-slider .spotlight-style-2:after {
    content: "";
    background-color: #fff;
    right: 0;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 27%;
    flex: 0 0 27%;
    max-width: 20px;
  }
  .home-spotlight-slider .style_3.no-des {
    margin-bottom: 0;
  }
  .home-spotlight-slider .style_3 .box-title {
    margin-bottom: 0;
    font-size: 26px;
  }
  .home-custom-block .row .custom-block-banner .img-center .img-top > img {
    max-width: 30px !important;
  }
  .home-custom-block-bottom .banner-large-img .banner-content {
    padding: 20px;
  }
  .home-custom-block-bottom .video-open-popup > a svg {
    width: 50px !important;
    height: 50px !important;
  }
  .home-custom-instagram .box-title,
  .homepage-reviews .box-title {
    font-size: 16px;
  }
}
@media (max-width: 320px) {
  .layout-header--style2 .container .absolute h1 {
    font-size: 30px;
  }
  #dropdown-cart {
    padding: 16px 15px 10px;
  }
  #dropdown-cart .actions .btn-checkout,
  #dropdown-cart .actions .btn-view-cart {
    min-width: auto;
  }
  #dropdown-cart .cart-title .close {
    margin-bottom: 0;
  }
  .featured-products.has-banner.layout_style_2
    .column-banner
    .custom-block-imgs
    .banner-button
    + .banner-button {
    margin-left: 0 !important;
  }
  .home-custom-block-sub-banner.style_2 .action-link .btn-img-block {
    min-width: auto;
    padding: 5px 5px 3px;
    font-size: 12px;
  }
  .home-custom-block .row .custom-block-banner .img-center .img-top {
    right: 15px !important;
  }
  .home-custom-block .row .custom-block-banner .img-center .img-top > img {
    max-width: 25px !important;
  }
  .custom-block-midle-banner
    .custom-block-banner
    .img-box
    .sub-banner-countdown
    .clock-item {
    width: 54px;
    height: 54px;
    margin: 0 5.5px;
  }
  .custom-block-midle-banner
    .custom-block-banner
    .img-box
    .sub-banner-countdown
    .clock-item
    span.num {
    font-size: 16px;
    line-height: 16px;
  }
  .home-slideshow .slide-content.style_2 {
    position: relative;
    margin-top: -40%;
    max-width: calc(100% - 20px);
  }
}
@media (min-width: 360px) and (max-width: 767px) {
  .style_product_grid_2 .item-swatch li a,
  .style_product_grid_2 .item-swatch li label,
  .style_product_grid_3 .item-swatch li a,
  .style_product_grid_3 .item-swatch li label {
    width: 18px;
    height: 18px;
    line-height: 19px;
  }
  .style_product_grid_2 .item-swatch li label,
  .style_product_grid_3 .item-swatch li label {
    line-height: 1;
  }
  .style_product_grid_2 .item-swatch li label img,
  .style_product_grid_3 .item-swatch li label img {
    max-height: 24px;
    max-width: 24px;
  }
  .item-swatch li a,
  .item-swatch li label {
    width: 23px;
    height: 23px;
    line-height: 23px;
  }
  .item-swatch li label {
    line-height: 1;
  }
  .item-swatch li label img {
    max-height: 16px;
    line-height: 16px;
  }
  .item-swatch li a {
    padding-top: 1px;
  }
  .product-img-box .slider-nav:not(.slick-slider) .item:nth-child(-n + 4) {
    display: block;
    width: -moz-calc(25% - 10px);
    width: -webkit-calc(25% - 10px);
    width: -ms-calc(25% - 10px);
    width: calc(25% - 10px);
  }
  .suppermarket-product-item .product-title {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    white-space: normal;
    max-height: initial;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .home-sub-banner.sub-banner-3 .row {
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    overflow-x: auto;
    margin-left: 0;
    margin-right: 0;
  }
  .home-sub-banner.sub-banner-3 .three-blocks {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 42%;
    flex: 0 0 42%;
    max-width: 42%;
    padding-left: 0;
    padding-right: 0;
    margin-right: 20px;
  }
  .spotlight-2-blocks,
  .spotlight-3-blocks {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
  }
  .spotlight-2-blocks > .col-md-6,
  .spotlight-3-blocks > .col-md-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 370px;
    flex: 0 0 370px;
    max-width: 370px;
  }
  .spotlight-2-blocks > .col-md-6:last-of-type,
  .spotlight-3-blocks > .col-md-6:last-of-type {
    padding-right: 0 !important;
  }
  .brands-page
    .logo-brands
    .brands-slider:not(.slick-slider)
    .item:nth-child(-n + 2),
  .brands-page
    .logo-brands
    [data-instagram-feed]:not(.slick-slider)
    .item:nth-child(-n + 2),
  .home-brands-block .brands-slider:not(.slick-slider) .item:nth-child(-n + 2),
  .home-brands-block
    [data-instagram-feed]:not(.slick-slider)
    .item:nth-child(-n + 2),
  .home-instagram .brands-slider:not(.slick-slider) .item:nth-child(-n + 2),
  .home-instagram
    [data-instagram-feed]:not(.slick-slider)
    .item:nth-child(-n + 2) {
    display: block;
  }
  .policies-block
    .policies-slider:not(.slick-slider)
    .policy-item:nth-child(-n + 2) {
    display: block;
  }
  .home-collections .collections-slider {
    padding-left: 0;
    margin-left: 0;
    margin-right: 0;
  }
  .home-collections .collections-slider .item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 38%;
    flex: 0 0 38%;
    max-width: 38%;
  }
  .home-collections .collections-slider .item:last-of-type {
    padding-right: 0 !important;
  }
  .home-blog-posts:not(.blog-slider) .row,
  .home-custom-block-images .row {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
  }
  .home-blog-posts:not(.blog-slider) .row .three-blocks,
  .home-blog-posts:not(.blog-slider) .row .two-blocks,
  .home-custom-block-images .row .three-blocks,
  .home-custom-block-images .row .two-blocks {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 70%;
    flex: 0 0 70%;
    max-width: 70%;
  }
  .products-list .product-item .product-top {
    width: 160px;
    margin-right: 20px;
  }
  .products-list .product-item .product-details {
    width: -moz-calc(100% - 180px);
    width: -webkit-calc(100% - 180px);
    width: -ms-calc(100% - 180px);
    width: calc(100% - 180px);
  }
  .cart-template .wrapper-cart-template .cart-list .group-action {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .cart-template .wrapper-cart-template .cart-list .group-action .update {
    margin-bottom: 0;
    margin-right: 12px;
  }
  .cart-template .wrapper-cart-template .cart-list .group-action .remove {
    padding-left: 15px;
    padding-right: 15px;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    margin-left: 12px;
  }
  .home-blog-style2 .list-blogs .three-blocks,
  .home-blog-style2 .list-blogs .two-blocks {
    margin-right: 0 !important;
  }
  .home-blog-style2 .list-blogs .three-blocks:last-of-type .article-img,
  .home-blog-style2 .list-blogs .two-blocks:last-of-type .article-img {
    width: 100%;
  }
}
@media (min-width: 768px) {
  #notify-soldout .modal-body {
    padding: 5.3% 10% 5.3%;
  }
  .container-padd60 {
    max-width: 750px;
  }
  .container {
    max-width: 750px;
  }
  .container .slide-content.abs_left {
    left: 4%;
  }
  .container .slide-content.abs_right {
    right: 4%;
  }
  .container .banner-large-img .inner.abs_left {
    left: 4%;
  }
  .container .banner-large-img .inner.abs_right {
    right: 4%;
  }
  .container-fluid .no-padd {
    padding-left: 0;
    padding-right: 0;
  }
  .custom-block-midle-banner .row:nth-child(even) {
    -webkit-flex-direction: row-reverse;
    -moz-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .slide-content {
    position: absolute;
    top: 50%;
    z-index: 1;
  }
  .slide-content.abs_left {
    -moz-transform: translateY(-47%);
    -o-transform: translateY(-47%);
    -ms-transform: translateY(-47%);
    -webkit-transform: translateY(-47%);
    transform: translateY(-47%);
  }
  .slide-content.abs_right {
    -moz-transform: translateY(-47%);
    -o-transform: translateY(-47%);
    -ms-transform: translateY(-47%);
    -webkit-transform: translateY(-47%);
    transform: translateY(-47%);
  }
  .slide-content.abs_center {
    left: 50%;
    -moz-transform: translate(-50%, -47%);
    -o-transform: translate(-50%, -47%);
    -ms-transform: translate(-50%, -47%);
    -webkit-transform: translate(-50%, -47%);
    transform: translate(-50%, -47%);
  }
  .slide-content.slide-content-mb {
    display: none !important;
  }
  .home-slideshow .slick-dots,
  .lookbook-slideshow .slick-dots {
    position: absolute;
    left: 50%;
    bottom: 42px;
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    min-width: 450px;
  }
  .home-slideshow .style_2 .slick-dots,
  .lookbook-slideshow .style_2 .slick-dots {
    bottom: 60px;
    padding-top: 4px;
    padding-bottom: 4px;
    border-radius: 5px;
    min-width: auto;
  }
  .home-slideshow .style_2 .slick-dots li,
  .lookbook-slideshow .style_2 .slick-dots li {
    margin: 0 5px;
  }
  .home-slideshow .item img {
    min-height: 280px;
    width: 100%;
    object-fit: cover;
  }
  .custom-block-banner .slide-mobile,
  .home-slideshow .slide-mobile {
    display: none;
  }
  .home-sub-banner .five-blocks:nth-child(-n + 2) {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .home-sub-banner.no-padding .container-fluid,
  .home-sub-banner.no-padding .item {
    padding-left: 0;
    padding-right: 0;
  }
  .home-sub-banner.no-padding .row {
    margin-left: 0;
    margin-right: 0;
  }
  .home-sub-banner.no-padding .container-fluid {
    max-width: 1880px;
  }
  .home-sub-banner.home-custom-block-sub-banner.no-padding .container-fluid {
    max-width: 100%;
  }
  .banner-large-img {
    position: relative;
  }
  .banner-large-img .inner {
    position: absolute;
    top: 50%;
    z-index: 2;
  }
  .banner-large-img .inner.abs_left {
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .banner-large-img .inner.abs_right {
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .banner-large-img .inner.abs_center {
    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%);
  }
  .featured-products
    .products-grid:not(.slick-slider)
    .grid-item:nth-child(-n + 3),
  .home-product-tabs
    .products-grid:not(.slick-slider)
    .grid-item:nth-child(-n + 3) {
    display: block;
  }
  .featured-products.has-banner.layout_style_2 {
    border-top: 0;
  }
  .featured-products.has-banner.layout_style_2 .row {
    position: relative;
  }
  .featured-products.has-banner.layout_style_2
    .row.flex-row-reverse
    .column-banner
    .column-banner-inner
    .img-box {
    text-align: right;
  }
  .featured-products.has-banner.layout_style_2
    .row.flex-row-reverse
    .column-banner
    .custom-block-imgs {
    top: auto;
    right: 20px;
    left: auto;
  }
  .featured-products.has-banner.layout_style_2
    .row.flex-row-reverse
    .column-product {
    left: 15px;
    right: auto;
    padding: 0;
  }
  .featured-products.has-banner.layout_style_2 .column-banner {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .featured-products.has-banner.layout_style_2
    .column-banner
    .custom-block-imgs {
    top: auto;
    left: 20px;
    bottom: 20px;
    transform: none;
    min-width: auto;
    padding: 25px 40px 30px 30px;
  }
  .featured-products.has-banner.layout_style_2
    .column-banner
    .custom-block-imgs
    .banner-button
    span {
    position: relative;
  }
  .featured-products.has-banner.layout_style_2
    .column-banner
    .custom-block-imgs
    .banner-button
    span:hover:before {
    width: 100%;
    visibility: visible;
  }
  .featured-products.has-banner.layout_style_2
    .column-banner
    .custom-block-imgs
    .banner-button
    span:before {
    position: absolute;
    left: 0;
    width: 0;
    bottom: -2px;
    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;
  }
  .featured-products.has-banner.layout_style_2
    .column-banner
    .custom-block-imgs
    .banner-heading {
    margin-bottom: 13px;
  }
  .featured-products.has-banner.layout_style_2
    .column-banner
    .custom-block-imgs
    .banner-des {
    margin-bottom: 20px;
  }
  .featured-products.has-banner.layout_style_2
    .column-banner
    .column-banner-inner
    .img-box {
    text-align: left;
  }
  .featured-products.has-banner.layout_style_2
    .column-banner
    .column-banner-inner
    .img-box
    img {
    height: 480px;
    max-width: 570px;
    object-fit: cover;
  }
  .featured-products.has-banner.layout_style_2 .column-product {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 200px;
    flex: 0 0 200px;
    max-width: 200px;
    padding: 0;
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
  }
  .featured-products.has-banner.layout_style_2
    .column-product
    .column-product-inner {
    padding: 0;
  }
  .featured-products.has-banner.layout_style_2
    .column-product
    .column-product-inner
    .row {
    margin: 0;
  }
  .featured-products.has-banner.layout_style_2
    .column-product
    .products-grid
    .grid-item {
    padding: 0;
    margin: 0;
  }
  .featured-products.has-banner.layout_style_2
    .column-product
    .products-grid
    .grid-item
    .product-item {
    box-shadow: -5px 4px 5px 0 rgba(0, 0, 0, 0.1);
  }
  .featured-products.has-banner.layout_style_2
    .column-product
    .products-grid
    .grid-item
    .product-item
    .price-box {
    margin-bottom: 0;
  }
  .featured-products.has-banner.layout_style_2
    .column-product
    .products-grid
    .grid-item
    .product-image {
    margin-bottom: 0;
  }
  .featured-products.has-banner.layout_style_2
    .column-product
    .products-grid
    .grid-item
    .product-bottom {
    background: #fff;
    padding: 15px 25px 5px 25px;
  }
  .home-custom-block.layout_style_2 .banner-small-img .column {
    padding-left: 15px;
    padding-right: 15px;
  }
  .policies-block
    .policies-slider:not(.slick-slider)
    .policy-item:nth-child(-n + 3) {
    display: block;
  }
  .list-product-tabs.product-tabs-style2 li {
    margin: 0 32px 10px;
  }
  .list-product-tabs.product-tabs-style2 li:first-child {
    margin-left: 0;
  }
  .list-product-tabs.product-tabs-style2 li:last-child {
    margin-right: 0;
  }
  .list-product-tabs.product-tabs-style2 .tab-links {
    letter-spacing: 0.05em;
    font-weight: 700;
    text-transform: uppercase;
    border: none;
    font-size: var(--font_size_plus8);
    color: var(--color_compare_price);
    padding: 7px 0 5px;
    border-bottom: 2px solid rgba(255, 255, 255, 0);
  }
  .list-product-tabs.product-tabs-style2 .tab-links.active {
    color: var(--page_title_color);
    border-bottom-color: var(--page_title_color);
  }
  .list-categories-02 .collections-wrapper {
    padding: 25px 20px 45px;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
  }
  .list-categories-02 .grid-item:nth-child(even) .collection-item > .row {
    -webkit-flex-direction: row-reverse;
    -moz-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .list-categories-mansory .columns {
    -moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2;
  }
  .sidebar-label {
    margin-bottom: 44px;
  }
  .sidebar .close-sidebar svg {
    width: 26px;
    height: 26px;
  }
  .horizontal-tabs .wrapper-tab-content .tab-title {
    display: none !important;
  }
  .horizontal-tabs .tab-content.active {
    display: block !important;
  }
  .horizontal-tabs.horizontal-tabs-center .list-tabs {
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .horizontal-tabs.horizontal-tabs-center .tab-title {
    margin: 0 30px 0 0;
  }
  .horizontal-tabs.horizontal-tabs-center .tab-title:last-child {
    margin-right: 0;
  }
  .horizontal-tabs.horizontal-tabs-center .tab-links {
    font-size: var(--font_size_plus2);
    font-weight: 700;
    border: none;
    background-color: rgba(255, 255, 255, 0);
    margin-bottom: 0;
    padding: 16px 0 14px;
  }
  .horizontal-tabs.horizontal-tabs-center .tab-links.active {
    font-size: var(--font_size_plus2);
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 0;
    background-color: rgba(255, 255, 255, 0);
  }
  .horizontal-tabs.horizontal-tabs-center .tab-links:before {
    top: initial;
    bottom: -1px;
    left: 0;
    width: 100%;
  }
  .horizontal-tabs.horizontal-tabs-center .tab-links:after {
    display: none;
  }
  .tabs__product-page.vertical-tabs .tab-content {
    padding-top: 10px;
  }
  .product_top .product-shop {
    margin-top: -7px;
  }
  .cart-template .wrapper-cart-template {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .cart-template .wrapper-cart-template .right-col {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 340px;
    flex: 0 0 340px;
    max-width: 340px;
  }
  .cart-template .wrapper-cart-template .cart_items {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100% - 370px);
    flex: 0 0 calc(100% - 370px);
    max-width: -moz-calc(100% - 370px);
    max-width: -webkit-calc(100% - 370px);
    max-width: -ms-calc(100% - 370px);
    max-width: calc(100% - 370px);
    margin-right: 30px;
  }
  .blog-mansory .list-blog {
    -moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2;
  }
  .blog-mansory .list-blog .article-details .des {
    -webkit-line-clamp: 3;
  }
  .blog-right-sidebar .list-blog .blog-item-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
  }
  .blog-right-sidebar .list-blog .blog-item-2 .article-img {
    margin-bottom: 0;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 43%;
    flex: 0 0 43%;
    max-width: 43%;
    padding-right: 30px;
  }
  .blog-right-sidebar .list-blog .blog-item-2 .article-inner {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 57%;
    flex: 0 0 57%;
    max-width: 57%;
    margin-top: -10px;
  }
  .article-template .blog-detail .tags-share {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: space-between;
    -moz-box-pack: space-between;
    -ms-flex-pack: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  #comments form .comment-form {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin-left: -10px;
    margin-right: -10px;
  }
  #comments form .comment-form .form-group {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    padding: 0 10px;
  }
  .vertical-tabs .wrapper-tab-content .tab-links {
    font-size: var(--font_size_plus2);
    font-weight: 700;
    padding: 17px 30px 14px 0;
  }
  .vertical-tabs #collapse-tab2 {
    padding-top: 0;
  }
  .vertical-tabs .spr-container .spr-header {
    margin-bottom: 20px;
  }
  .vertical-tabs .theme-ask {
    margin-bottom: 3rem;
  }
  .product-template-slider .product-shop .product-title {
    text-align: center;
    margin-bottom: 13px;
  }
  .product-template-slider .product-shop .group_item {
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .product-template-slider .product-shop .group_item .spr-badge {
    margin-right: 30px;
  }
  .product-template-slider .product-shop .group_item .spr-badge-caption {
    margin-left: 28px;
  }
  .product-template-slider .video-open-popup > a {
    bottom: 66px;
  }
  .product-template-slider .product-informations {
    border-top: 1px solid var(--border_bt_sidebar);
    padding-top: 25px;
    margin-top: 8px;
  }
  .product-template-slider .swatch .has-size-chart > span {
    min-width: 50%;
  }
  .custom-block-banner .img-box .sub-banner-countdown {
    display: none;
  }
  .footer-2 .footer-newsletter {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
  }
  .footer-2 .footer-newsletter .btn {
    min-width: 134px;
  }
  .footer-2 .footer-newsletter .input-group-field {
    width: -moz-calc(100% - 144px);
    width: -webkit-calc(100% - 144px);
    width: -ms-calc(100% - 144px);
    width: calc(100% - 144px);
    min-width: initial;
  }
  .footer-2 .footer-newsletter .newsletter {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
    max-width: 427px;
  }
  .footer-2 .newsletter-title {
    margin: 2px 27px 15px 0;
  }
  .footer-3 .footer-newsletter {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
  }
  .footer-3 .footer-newsletter .newsletter-title {
    margin-right: 20px;
  }
  .footer-3 .footer-newsletter .newsletter {
    margin-bottom: 15px;
  }
  .footer-3 .footer-social {
    margin-left: 0;
    margin-top: 5px;
  }
  .footer-3 .footer-social .groups-block {
    -webkit-box-pack: flex-end;
    -moz-box-pack: flex-end;
    -ms-flex-pack: flex-end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
  }
  .home-custom-block-sub-banner.style_2 .btn-img-block {
    padding-top: 12px;
    padding-bottom: 10px;
  }
  .home-custom-block-sub-banner .fiveImages .banner-item:hover .action-link {
    bottom: 17.5%;
  }
  .home-custom-block-sub-banner .btn-img-block {
    padding-top: 10px;
    padding-bottom: 8px;
  }
  .home-custom-banner-3 .btn_link {
    font-size: var(--font_size_plus1);
  }
  .home-custom-banner-3 .action-link {
    bottom: 10%;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: bottom 0.3s ease;
    -moz-transition: bottom 0.3s ease;
    -ms-transition: bottom 0.3s ease;
    -o-transition: bottom 0.3s ease;
    transition: bottom 0.3s ease;
  }
  .home-custom-banner-3 .banner-item:hover .action-link {
    bottom: 20%;
    opacity: 1;
    visibility: visible;
  }
  .home-custom-banner-3 .banner-slider .banner-item:hover .action-link {
    bottom: 17%;
  }
  .home-list-collections .collection-item .content-box {
    top: 6%;
    left: 6%;
  }
  .home-list-collections .collection-item .action-link {
    left: 6%;
    bottom: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: bottom 0.3s linear;
    -moz-transition: bottom 0.3s linear;
    -ms-transition: bottom 0.3s linear;
    -o-transition: bottom 0.3s linear;
    transition: bottom 0.3s linear;
  }
  .home-list-collections .collection-item:hover .action-link {
    opacity: 1;
    visibility: visible;
    bottom: 6%;
  }
  .home-list-collections .list-collumn-2 {
    -moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 0;
    -moz-column-gap: 0;
    column-gap: 0;
    display: block;
  }
  .home-list-collections .list-collumn-2 .grid-item {
    break-inside: avoid;
    break-inside: avoid-column;
    page-break-inside: avoid;
    -webkit-column-break-inside: avoid;
    margin-bottom: 0;
    padding-bottom: 20px;
  }
  .home-list-collections.no-padding .list-collumn-2 {
    margin-left: 0;
    margin-right: 0;
  }
  .home-list-collections.no-padding .list-collumn-2 .grid-item {
    padding: 0;
  }
  .banner-small-img > .row {
    margin-left: 0;
    margin-right: 0;
  }
  .banner-small-img .column {
    padding-left: 0;
    padding-right: 0;
  }
  .banner-small-img .banner-content {
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
  }
  .product-template-full-width .product-photos {
    margin-top: 7px;
  }
  .widget-title.style-3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: flex-start;
    -moz-box-pack: flex-start;
    -ms-flex-pack: flex-start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
    padding: 13px 60px 13px 0;
    border-bottom: 2px solid var(--border_widget_title);
  }
  .widget-title.style-3 .box-title {
    border: none;
    padding: 0;
    margin: 0;
  }
  .widget-title.style-3 .countdown-style-market {
    position: relative;
    top: -2px;
    margin-left: 15px;
  }
  .widget-title.style-3 .view_all {
    top: 17px;
  }
  .suppermarket-product-tabs .style-3 .box-title {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .suppermarket-product-tabs .style-3 .list-product-tabs {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
    padding: 0;
  }
  .suppermarket-product-tabs.has-banner .column-banner-inner img {
    min-height: 470px;
    width: 100%;
    object-fit: cover;
  }
  .suppermarket-product-tabs.has-banner .column-product {
    margin-bottom: 0;
  }
  .suppermarket-product-tabs.has-banner .flex-md-row-reverse {
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
  }
  .suppermarket-product-tabs .widget-title.style-3 {
    margin-bottom: 25px;
  }
  .suppermarket-product-tabs .column-banner {
    margin-top: 10px;
  }
  .suppermarket-product-tabs .list-product-tabs {
    -webkit-box-pack: flex-end;
    -moz-box-pack: flex-end;
    -ms-flex-pack: flex-end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    overflow-x: initial;
  }
  .suppermarket-product-tabs .list-product-tabs .tab-links.active {
    position: relative;
  }
  .suppermarket-product-tabs .list-product-tabs .tab-links.active:after {
    position: absolute;
    content: "";
    bottom: -13px;
    left: 50%;
    border: 7px solid transparent;
    -moz-transform: translateX(calc(-50% + 1px));
    -o-transform: translateX(calc(-50% + 1px));
    -ms-transform: translateX(calc(-50% + 1px));
    -webkit-transform: translateX(calc(-50% + 1px));
    transform: translateX(calc(-50% + 1px));
    border-bottom-color: var(--border_widget_title);
  }
  .suppermarket-new-arrivals {
    padding: 52px 0 60px;
  }
  .suppermarket-new-arrivals .widget-title.style-3 {
    padding: 0;
    border: 0;
  }
  .suppermarket-new-arrivals .suppermarket-widget-product .products-grid {
    margin-left: -7.5px;
    margin-right: -7.5px;
  }
  .suppermarket-new-arrivals .suppermarket-widget-product .grid-item {
    margin-bottom: 5px;
    padding: 0 7.5px;
  }
  .suppermarket-new-arrivals .suppermarket-widget-product .bg-grid-item {
    border-bottom: 1px solid var(--border_page_title);
    padding: 0 15px 25px;
    height: 100%;
  }
  .suppermarket-new-arrivals
    .suppermarket-widget-product
    .bg-grid-item
    .product-label {
    top: 6px;
    right: -9px;
  }
  .suppermarket-new-arrivals
    .suppermarket-widget-product
    .infinite-scrolling-homepage {
    margin-top: 35px;
  }
  .footer-05 .social-icons li {
    margin: 0 10px;
  }
  .footer-05 .social-icons li:first-of-type {
    margin-left: 0;
  }
  .footer-05 .social-icons li:last-of-type {
    margin-right: 0;
  }
  .header-vertical-tpl .footer-default .foot-title {
    margin-bottom: 12px;
  }
  .header-vertical-tpl .footer-default .footer-top {
    padding-top: 47px;
  }
  .header-vertical-tpl .footer-newsletter .input-group {
    max-width: 507px;
  }
  .header-vertical-tpl .footer-newsletter .input-group-field {
    margin-right: 10px;
    padding: 9px 20px 7px;
    width: -moz-calc(100% - 180px);
    width: -webkit-calc(100% - 180px);
    width: -ms-calc(100% - 180px);
    width: calc(100% - 180px);
    min-width: initial;
  }
  .header-vertical-tpl .footer-newsletter .btn {
    padding-top: 10px;
    padding-bottom: 8px;
    min-width: 170px;
  }
  .wishlist-footer {
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: space-between;
    -moz-box-pack: space-between;
    -ms-flex-pack: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .wishlist-footer .share {
    margin-bottom: 0;
    margin-top: 1px;
  }
  .body-full .home-slideshow-sections .custom-arrow-left,
  .body-full .home-slideshow-sections .custom-arrow-right {
    width: calc(50% - 19px);
    height: 20px;
    z-index: 1;
    background-color: #fff;
    left: 0;
    bottom: -1px;
    position: absolute;
    display: block;
  }
  .body-full .home-slideshow-sections .custom-arrow-left .triangle-left,
  .body-full .home-slideshow-sections .custom-arrow-right .triangle-left {
    width: 0;
    height: 0;
    bottom: 0;
    right: -20px;
    position: absolute;
    border-bottom: 20px solid #fff;
    border-right: 20px solid transparent;
  }
  .body-full .home-slideshow-sections .custom-arrow-left .triangle-right,
  .body-full .home-slideshow-sections .custom-arrow-right .triangle-right {
    width: 0;
    height: 0;
    bottom: 0;
    left: -20px;
    position: absolute;
    border-bottom: 20px solid #fff;
    border-left: 20px solid transparent;
  }
  .body-full .home-slideshow-sections .custom-arrow-right {
    left: auto;
    right: 0;
  }
  .has-sticky-product-img [data-sticky-product-img] {
    position: -webkit-sticky;
    position: sticky;
    top: 50px;
    margin-bottom: 25px;
  }
  .frequently-bought-together-content .col-right {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 240px;
    flex: 0 0 240px;
    max-width: 240px;
  }
  .frequently-bought-together-content .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);
  }
  .products-grid.grid-,
  .products-grid.grid-2,
  .products-grid.grid-3,
  .products-grid.grid-4 {
    padding-bottom: 50px;
  }
  .products-grid.grid-3 {
    -moz-column-count: 3;
    -webkit-column-count: 3;
    column-count: 3;
  }
}
@media (max-width: 991px) {
  .h-mobile {
    display: none !important;
  }
  .home-about-us .list-item .item {
    width: 200px;
  }
  .cart-template .cart-form .cart--title .cart--info .product-name {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
  }
  .cart-template .cart-form .cart-header .cart--price,
  .cart-template .cart-form .cart-list .details .cart--price {
    width: 130px !important;
    padding-right: 0;
    text-align: right;
  }
  .cart-template .cart-form .cart-header > .cart--title,
  .cart-template .cart-form .cart-list .details > .cart--title {
    width: calc(100% - 130px) !important;
  }
  .cart-template .wrapper-cart-template .cart-list .cart-thumb {
    padding-right: 10px;
  }
  .cart-template .wrapper-cart-template .cart-list .qty-group {
    margin-top: 10px;
    max-width: 100%;
    border: 0;
  }
  .cart-template .wrapper-cart-template .cart-list .qty-group label {
    font-size: 14px;
    margin-right: 10px;
  }
  .cart-template .wrapper-cart-template .cart-list .qty-group input {
    border: 1px solid #ccc;
    max-width: 100%;
  }
  .cart-template .cart-form .cart--title .cart--info .product-name {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
  }
  .cart-template .cart-form .cart-header .cart--price,
  .cart-template .cart-form .cart-list .details .cart--price {
    width: 180px !important;
    padding-right: 0;
    text-align: right;
  }
  .cart-template .cart-form .cart-header > .cart--title,
  .cart-template .cart-form .cart-list .details > .cart--title {
    width: calc(100% - 130px) !important;
  }
  .cart-template .wrapper-cart-template .cart-list .cart-thumb {
    padding-right: 10px;
  }
  .cart-template .wrapper-cart-template .cart-list .qty-group {
    margin-top: 10px;
    max-width: 100%;
    border: 0;
  }
  .cart-template .wrapper-cart-template .cart-list .qty-group label {
    font-size: 14px;
    margin-right: 10px;
  }
  .cart-template .wrapper-cart-template .cart-list .qty-group input {
    border: 1px solid #ccc;
    max-width: 100%;
  }
  .toolbar .column-right {
    display: none;
  }
  .home-custom-block-sub-banner.style_2 .btn-img-block {
    min-width: 200px;
  }
  .collection-custom-block-images .row {
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    overflow-x: auto;
    margin-right: 0;
    margin-left: 0;
  }
  .collection-custom-block-images .row .three-blocks {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 45%;
    flex: 0 0 45%;
    max-width: 45%;
    padding-left: 0;
    padding-right: 0;
    margin-right: 20px;
  }
  .spotlight-3-blocks {
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    overflow-x: auto;
  }
  .spotlight-3-blocks > .col-md-6 {
    padding-left: 0;
    padding-right: 0;
    margin-right: 20px;
  }
  .spotlight-3-blocks > .col-md-6:last-of-type {
    padding-right: 10px;
    margin-right: 0;
  }
  .home-blog-posts:not(.blog-slider) .row,
  .home-custom-block-images .row {
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    overflow-x: auto;
  }
  .halo-modal .halo-modal-body .des {
    margin-bottom: 18px;
  }
  .halo-modal .halo-modal-body #mailchimp-email-subscibe {
    margin-bottom: 27px;
  }
  .halo-modal .halo-modal-body #mailchimp-email-subscibe .input-group {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
  }
  .halo-modal .halo-modal-body #mailchimp-email-subscibe .input-group-field {
    margin-right: 0;
    margin-bottom: 10px;
    width: 100%;
    min-width: inherit;
  }
  .halo-modal .halo-modal-body #mailchimp-email-subscibe .btn {
    width: 100%;
    min-width: inherit;
    background: var(--background_3);
    color: var(--color_3);
    border-color: var(--border_3);
  }
  .halo-modal .halo-modal-body .social-icons {
    margin-bottom: 20px;
  }
  .toolbar .column-left,
  .toolbar .column-right {
    -webkit-box-pack: space-between;
    -moz-box-pack: space-between;
    -ms-flex-pack: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    width: 100%;
  }
  .toolbar .column-right {
    margin-top: 15px;
  }
  .halo-collection-content .infinite-scrolling {
    margin-bottom: 40px;
  }
  .t-header .column {
    padding-left: 15px;
    padding-right: 15px;
  }
  .sticky_form .sticky-countdown {
    text-align: center;
    margin-bottom: 10px;
  }
}
@media (min-width: 767px) and (max-width: 769px) {
  .custom-collection-products
    .container
    .column-banner
    .column-banner-inner
    .content-left,
  .custom-collection-products
    .container
    .column-banner
    .column-banner-inner
    .content-right {
    display: inline-block;
    vertical-align: top;
    width: 49%;
  }
  .custom-collection-products
    .container
    .column-banner
    .column-banner-inner
    .content-left {
    margin-right: 10px;
  }
  .custom-collection-products
    .container
    .column-banner
    .column-banner-inner
    .content-right {
    margin-top: 5px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .container-fluid .slide-content.abs_left,
  .container-padd60 .slide-content.abs_left {
    left: -moz-calc((100% - 730px)/ 2);
    left: -webkit-calc((100% - 730px)/ 2);
    left: -ms-calc((100% - 730px)/ 2);
    left: calc((100% - 730px) / 2);
  }
  .container-fluid .slide-content.abs_right,
  .container-padd60 .slide-content.abs_right {
    right: -moz-calc((100% - 730px)/ 2);
    right: -webkit-calc((100% - 730px)/ 2);
    right: -ms-calc((100% - 730px)/ 2);
    right: calc((100% - 730px) / 2);
  }
  .container-fluid .banner-large-img .inner.abs_left,
  .container-padd60 .banner-large-img .inner.abs_left {
    left: -moz-calc((100% - 730px)/ 2);
    left: -webkit-calc((100% - 730px)/ 2);
    left: -ms-calc((100% - 730px)/ 2);
    left: calc((100% - 730px) / 2);
  }
  .container-fluid .banner-large-img .inner.abs_right,
  .container-padd60 .banner-large-img .inner.abs_right {
    right: -moz-calc((100% - 730px)/ 2);
    right: -webkit-calc((100% - 730px)/ 2);
    right: -ms-calc((100% - 730px)/ 2);
    right: calc((100% - 730px) / 2);
  }
  .spotlight-3-blocks {
    padding-left: 20px;
    margin-left: -moz-calc((-100vw + 750px)/ 2 - 10px);
    margin-left: -webkit-calc((-100vw + 750px)/ 2 - 10px);
    margin-left: -ms-calc((-100vw + 750px)/ 2 - 10px);
    margin-left: calc((-100vw + 750px) / 2 - 10px);
    margin-right: -moz-calc((-100vw + 750px)/ 2 - 10px);
    margin-right: -webkit-calc((-100vw + 750px)/ 2 - 10px);
    margin-right: -ms-calc((-100vw + 750px)/ 2 - 10px);
    margin-right: calc((-100vw + 750px) / 2 - 10px);
  }
  .spotlight-3-blocks > .col-md-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 45%;
    flex: 0 0 45%;
    max-width: 45%;
  }
  .spotlight-3-blocks > .col-md-6:last-of-type {
    -ms-flex: 0 0 calc(45% + 20px);
    flex: 0 0 calc(45% + 20px);
    max-width: -moz-calc(45% + 20px);
    max-width: -webkit-calc(45% + 20px);
    max-width: -ms-calc(45% + 20px);
    max-width: calc(45% + 20px);
    padding-right: 20px;
  }
  .brands-page
    .logo-brands
    .brands-slider:not(.slick-slider)
    .item:nth-child(-n + 3),
  .brands-page
    .logo-brands
    .home-instagram
    [data-instagram-feed]:not(.slick-slider)
    .item:nth-child(-n + 3),
  .home-brands-block .brands-slider:not(.slick-slider) .item:nth-child(-n + 3),
  .home-brands-block
    .home-instagram
    [data-instagram-feed]:not(.slick-slider)
    .item:nth-child(-n + 3) {
    display: block;
  }
  .home-collections .collections-slider {
    padding-left: 20px;
    margin-left: -moz-calc((-100vw + 750px)/ 2 - 10px);
    margin-left: -webkit-calc((-100vw + 750px)/ 2 - 10px);
    margin-left: -ms-calc((-100vw + 750px)/ 2 - 10px);
    margin-left: calc((-100vw + 750px) / 2 - 10px);
    margin-right: -moz-calc((-100vw + 750px)/ 2 - 10px);
    margin-right: -webkit-calc((-100vw + 750px)/ 2 - 10px);
    margin-right: -ms-calc((-100vw + 750px)/ 2 - 10px);
    margin-right: calc((-100vw + 750px) / 2 - 10px);
  }
  .home-collections .collections-slider .item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 28%;
    flex: 0 0 28%;
    max-width: 28%;
  }
  .home-collections .collections-slider .item:last-of-type {
    padding-right: 20px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(28% + 20px);
    flex: 0 0 calc(28% + 20px);
    max-width: -moz-calc(28% + 20px);
    max-width: -webkit-calc(28% + 20px);
    max-width: -ms-calc(28% + 20px);
    max-width: calc(28% + 20px);
    padding-right: 20px;
  }
  .home-custom-block-images .row {
    padding-left: 20px;
    margin-left: -moz-calc((-100vw + 750px)/ 2 - 10px);
    margin-left: -webkit-calc((-100vw + 750px)/ 2 - 10px);
    margin-left: -ms-calc((-100vw + 750px)/ 2 - 10px);
    margin-left: calc((-100vw + 750px) / 2 - 10px);
    margin-right: -moz-calc((-100vw + 750px)/ 2 - 10px);
    margin-right: -webkit-calc((-100vw + 750px)/ 2 - 10px);
    margin-right: -ms-calc((-100vw + 750px)/ 2 - 10px);
    margin-right: calc((-100vw + 750px) / 2 - 10px);
  }
  .home-custom-block-images .row .three-blocks {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 45%;
    flex: 0 0 45%;
    max-width: 45%;
    padding-left: 0;
    padding-right: 0;
    margin-right: 20px;
  }
  .home-custom-block-images .row .three-blocks:last-of-type {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(45% + 20px);
    flex: 0 0 calc(45% + 20px);
    max-width: -moz-calc(45% + 20px);
    max-width: -webkit-calc(45% + 20px);
    max-width: -ms-calc(45% + 20px);
    max-width: calc(45% + 20px);
    margin-right: 0;
    padding-right: 20px;
  }
  .home-custom-sub-banner .twoImage + .oneImage + .twoImage,
  .home-custom-sub-banner .twoImage + .twoImage + .twoImage {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .home-custom-sub-banner .twoImage + .oneImage + .twoImage .item,
  .home-custom-sub-banner .twoImage + .twoImage + .twoImage .item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .halo-modal .modal-overlay {
    max-width: 90%;
  }
  .halo-modal .halo-modal-body .column-right {
    padding: 45px 25px 21px;
  }
  .toolbar .view-mode .icon-mode.grid-4,
  .toolbar .view-mode .icon-mode.grid-5 {
    display: none;
  }
  .product-img-box .slider-nav:not(.slick-slider) .item:nth-child(-n + 4) {
    display: block;
    width: -moz-calc(25% - 10px);
    width: -webkit-calc(25% - 10px);
    width: -ms-calc(25% - 10px);
    width: calc(25% - 10px);
  }
  .featured-product-article
    .products-grid:not(.slick-slider)
    .grid-item:nth-child(-n + 3),
  .related-products
    .products-grid:not(.slick-slider)
    .grid-item:nth-child(-n + 3) {
    display: block;
  }
  .vertical-tabs .spr-container .spr-summary {
    text-align: left;
  }
  .vertical-tabs .spr-container .spr-summary-actions {
    display: block;
    margin-top: 18px;
  }
  .vertical-tabs
    .spr-container
    .spr-summary-actions
    .spr-summary-actions-newreview {
    float: none;
  }
  .home-spotlight-slider
    [data-blogs-slider]:not(.slick-slider)
    .item:nth-child(-n + 2) {
    display: block;
  }
  .footer-bottom .justify-content-lg-between {
    text-align: center;
  }
  .home-custom-banner-3
    .banner-slider
    > .row:not(.slick-slider)
    .item:nth-child(-n + 2) {
    display: block;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .search-open .wrapper-header .header-search,
  .search-open .wrapper-header .search-bar {
    max-width: 650px;
    margin: auto;
  }
  .footbar-fixed {
    bottom: 19px;
    left: 19px;
  }
  .footbar-fixed #accept-cookies {
    margin-top: 15px;
  }
  .footbar-fixed.footbar-fixed-product #accept-cookies,
  .footbar-fixed.footbar-fixed-product .product-notification {
    margin-left: 19px;
  }
  .footbar-fixed.footbar-fixed-product #accept-cookies {
    margin-bottom: 15px;
  }
  .home-blog-style2 .list-blogs {
    padding-left: 20px;
    margin-left: -moz-calc((-100vw + 750px)/ 2 - 10px);
    margin-left: -webkit-calc((-100vw + 750px)/ 2 - 10px);
    margin-left: -ms-calc((-100vw + 750px)/ 2 - 10px);
    margin-left: calc((-100vw + 750px) / 2 - 10px);
    margin-right: -moz-calc((-100vw + 750px)/ 2 - 10px);
    margin-right: -webkit-calc((-100vw + 750px)/ 2 - 10px);
    margin-right: -ms-calc((-100vw + 750px)/ 2 - 10px);
    margin-right: calc((-100vw + 750px) / 2 - 10px);
  }
  .home-blog-style2 .list-blogs .three-blocks {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 45%;
    flex: 0 0 45%;
    max-width: 45%;
  }
  .home-blog-style2 .list-blogs .three-blocks:last-of-type {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(45% + 20px);
    flex: 0 0 calc(45% + 20px);
    max-width: -moz-calc(45% + 20px);
    max-width: -webkit-calc(45% + 20px);
    max-width: -ms-calc(45% + 20px);
    max-width: calc(45% + 20px);
    padding-right: 20px;
  }
  .home-blog-style2 .list-blogs .three-blocks:last-of-type .article-img {
    width: -moz-calc(100% - 20px);
    width: -webkit-calc(100% - 20px);
    width: -ms-calc(100% - 20px);
    width: calc(100% - 20px);
  }
  .coll-express-order {
    min-width: 832px;
  }
  .coll-express-order .inner-top .column:not(.col-img) {
    padding: 10px 15px;
  }
  .coll-express-order .inner-top .col-img {
    padding: 10px;
  }
  .coll-express-order .col-options {
    -ms-flex: 0 0 205px;
    flex: 0 0 205px;
    max-width: 205px;
  }
  .coll-express-order .col-qtt {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 121px;
    flex: 0 0 121px;
    max-width: 121px;
  }
  .coll-express-order .col-img {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 110px;
    flex: 0 0 110px;
    max-width: 110px;
  }
  .coll-express-order .col-price {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 160px;
    flex: 0 0 160px;
    max-width: 160px;
  }
  .coll-express-order .col-prod {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100% - (205px + 110px + 160px + 121px));
    flex: 0 0 calc(100% - (205px + 110px + 160px + 121px));
    max-width: -moz-calc(100% - (205px + 110px + 160px + 121px));
    max-width: -webkit-calc(100% - (205px + 110px + 160px + 121px));
    max-width: calc(100% - (205px + 110px + 160px + 121px));
    min-width: 185px;
  }
  .coll-express-order .product-options .options-items .column {
    padding: 10px 12px;
  }
}
@media (min-width: 992px) {
  .h-desktop {
    display: none !important;
  }
  .container,
  .container-padd60 {
    max-width: 970px;
  }
  .featured-product-article
    .products-grid.five-items:not(.slick-slider)
    .grid-item:nth-child(-n + 4),
  .featured-product-article
    .products-grid.four-items:not(.slick-slider)
    .grid-item:nth-child(-n + 4),
  .featured-product-article
    .products-grid.six-items:not(.slick-slider)
    .grid-item:nth-child(-n + 4),
  .featured-products
    .products-grid.five-items:not(.slick-slider)
    .grid-item:nth-child(-n + 4),
  .featured-products
    .products-grid.four-items:not(.slick-slider)
    .grid-item:nth-child(-n + 4),
  .featured-products
    .products-grid.six-items:not(.slick-slider)
    .grid-item:nth-child(-n + 4),
  .recently-viewed-products
    .products-grid.five-items:not(.slick-slider)
    .grid-item:nth-child(-n + 4),
  .recently-viewed-products
    .products-grid.four-items:not(.slick-slider)
    .grid-item:nth-child(-n + 4),
  .recently-viewed-products
    .products-grid.six-items:not(.slick-slider)
    .grid-item:nth-child(-n + 4),
  .related-products
    .products-grid.five-items:not(.slick-slider)
    .grid-item:nth-child(-n + 4),
  .related-products
    .products-grid.four-items:not(.slick-slider)
    .grid-item:nth-child(-n + 4),
  .related-products
    .products-grid.six-items:not(.slick-slider)
    .grid-item:nth-child(-n + 4) {
    display: block;
  }
  .home-product-tabs
    .products-grid.five-items:not(.slick-slider)
    .grid-item:nth-child(-n + 4),
  .home-product-tabs
    .products-grid.four-items:not(.slick-slider)
    .grid-item:nth-child(-n + 4) {
    display: block;
  }
  .featured-products.has-banner.banner-right.layout_style_4 {
    border-bottom: 0;
  }
  .featured-products.has-banner {
    border-top: 1px solid #efefef;
  }
  .featured-products.has-banner.layout_style_2
    .column-banner
    .column-banner-inner
    .img-box
    img {
    height: 480px;
    max-width: 800px;
  }
  .featured-products.has-banner.banner-right {
    border-top: none;
    border-bottom: 1px solid #efefef;
  }
  .featured-products.has-banner .column-banner-inner {
    height: 100%;
  }
  .featured-products.has-banner .column-banner-inner .img-box,
  .featured-products.has-banner .column-banner-inner .img-box a,
  .featured-products.has-banner .column-banner-inner .img-box img {
    height: 100%;
  }
  .featured-products.has-banner .column-banner-inner .img-box a {
    display: block;
  }
  .featured-products.has-banner .column-banner-inner .img-box img {
    object-fit: cover;
  }
  .featured-products.has-banner .column-product .column-product-inner {
    margin-left: auto;
    padding: 36px 0 35px;
  }
  .featured-products.has-banner .column-product .column-product-inner:after {
    display: block;
    visibility: hidden;
    content: "";
    clear: both;
  }
  .featured-products.has-banner
    .flex-row-reverse
    .column-product
    .column-product-inner {
    margin-left: inherit;
  }
  .list-categories-mansory .columns.columns-3,
  .list-categories-mansory .columns.columns-4 {
    -moz-column-count: 3;
    -webkit-column-count: 3;
    column-count: 3;
  }
  .product-img-box .slider-nav:not(.slick-slider) .item:nth-child(-n + 5) {
    display: block;
    width: -moz-calc(20% - 10px);
    width: -webkit-calc(20% - 10px);
    width: -ms-calc(20% - 10px);
    width: calc(20% - 10px);
  }
  .product-shop .groups-btn .icon-share,
  .product-shop .groups-btn .wishlist {
    margin-left: 0;
  }
  .product-shop .groups-btn:after {
    display: block;
    content: "";
    visibility: hidden;
    clear: both;
  }
  .product-shop .shopify-payment-button {
    clear: both;
  }
  .tabs__product-page .list-tabs .tab-links {
    padding-left: 30px;
    padding-right: 30px;
  }
  .tabs__product-page.horizontal-tabs-center .tab-title:not(:last-child) {
    margin-right: 65px;
  }
  .tabs__product-page.horizontal-tabs-center .list-tabs .tab-links {
    padding-left: 0;
    padding-right: 0;
  }
  .cart-template .wrapper-cart-template .cart-list .group-action {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .cart-template .wrapper-cart-template .cart-list .group-action .update {
    margin-bottom: 0;
    margin-right: 12px;
    min-width: 160px;
  }
  .cart-template .wrapper-cart-template .cart-list .group-action .remove {
    padding-left: 15px;
    padding-right: 15px;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    margin-left: 13px;
    min-width: 160px;
  }
  .blog-fullWidth .list-blog .blog-item-2 .article-img {
    margin-bottom: 0;
  }
  .blog-fullWidth .list-blog .blog-item-2:nth-child(odd) {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
  }
  .blog-fullWidth .list-blog .blog-item-2:nth-child(odd) .article-img {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 63%;
    flex: 0 0 63%;
    max-width: 63%;
    padding-right: 40px;
  }
  .blog-fullWidth .list-blog .blog-item-2:nth-child(odd) .article-inner {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 37%;
    flex: 0 0 37%;
    max-width: 37%;
    margin-top: -10px;
  }
  .blog-fullWidth .list-blog .blog-item-2:nth-child(odd) .article-inner .des {
    -webkit-line-clamp: 3;
  }
  .blog-fullWidth .list-blog .blog-item-2:nth-child(even) {
    padding-top: 0;
    border: none;
  }
  .blog-fullWidth .list-blog .blog-item-2:nth-child(even) .article-img {
    display: none;
  }
  .blog-fullWidth .list-blog .blog-item-2:nth-child(even) .article-inner {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 900px;
    flex: 0 0 900px;
    max-width: 900px;
  }
  .blog-fullWidth .list-blog .blog-item-2:nth-child(3n + 3) {
    -webkit-flex-direction: row-reverse;
    -moz-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .blog-fullWidth .list-blog .blog-item-2:nth-child(3n + 3) .article-img {
    padding-right: 0;
    padding-left: 40px;
  }
  .product-template-slider
    .product-img-box
    .slider-for:not(.slick-slider)
    .thumb:nth-child(-n + 3) {
    display: block;
    width: 33.333%;
  }
  .product-template-slider .product-img-box.five-items,
  .product-template-slider .product-img-box.four-items,
  .product-template-slider .product-img-box.three-items {
    position: relative;
  }
  .product-template-slider .product-img-box.five-items .video-open-popup > a,
  .product-template-slider .product-img-box.four-items .video-open-popup > a,
  .product-template-slider .product-img-box.three-items .video-open-popup > a {
    left: -moz-calc(33.333% + 20px);
    left: -webkit-calc(33.333% + 20px);
    left: -ms-calc(33.333% + 20px);
    left: calc(33.333% + 20px);
  }
  .product-template-slider .product-img-box.five-items .product-label,
  .product-template-slider .product-img-box.four-items .product-label,
  .product-template-slider .product-img-box.three-items .product-label {
    right: 33.333%;
  }
  .product-template-slider .product-img-box.five-items:after,
  .product-template-slider .product-img-box.five-items:before,
  .product-template-slider .product-img-box.four-items:after,
  .product-template-slider .product-img-box.four-items:before,
  .product-template-slider .product-img-box.three-items:after,
  .product-template-slider .product-img-box.three-items:before {
    position: absolute;
    top: 0;
    content: "";
    width: 33.333%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.7);
    z-index: 2;
  }
  .product-template-slider .product-img-box.five-items:before,
  .product-template-slider .product-img-box.four-items:before,
  .product-template-slider .product-img-box.three-items:before {
    left: 0;
  }
  .product-template-slider .product-img-box.five-items:after,
  .product-template-slider .product-img-box.four-items:after,
  .product-template-slider .product-img-box.three-items:after {
    right: 0;
  }
  .home-spotlight-slider
    [data-blogs-slider]:not(.slick-slider)
    .item:nth-child(-n + 3) {
    display: block;
  }
  .home-spotlight-slider .col-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .footer-parallax .justify-content-lg-between .footer-newsletter {
    text-align: right;
  }
  .site-footer .justify-content-lg-between .payment-methods {
    text-align: right;
  }
  .home-custom-banner-3
    .banner-slider
    > .row:not(.slick-slider)
    .item-2:nth-child(-n + 2) {
    display: block;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .home-custom-banner-3
    .banner-slider
    > .row:not(.slick-slider)
    .item-3:nth-child(-n + 3) {
    display: block;
    -ms-flex: 0 0 33.333%;
    flex: 0 0 33.333%;
    max-width: 33.333%;
  }
  .col-lg-20 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .col-lg-40 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    max-width: 40%;
  }
  .header-vertical-tpl .footer-top .container > .row {
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
  }
  .header-vertical-tpl .footer-top .footer-col-left {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 60%;
    flex: 0 0 60%;
    max-width: 60%;
  }
  .header-vertical-tpl .footer-top .footer-col-right {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    max-width: 40%;
  }
  .products-grid.grid-4 {
    -moz-column-count: 4;
    -webkit-column-count: 4;
    column-count: 4;
  }
}
@media (max-width: 1199px) {
  .site-nav .d-md-flex {
    display: block !important;
  }
  @-webkit-keyframes fadeInDown {
    from {
      opacity: 0;
      -webkit-transform: translate3d(0, -100%, 0);
      transform: translate3d(0, -100%, 0);
    }
    to {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
    }
  }
  @keyframes fadeInDown {
    from {
      opacity: 0;
      -webkit-transform: translate3d(0, -100%, 0);
      transform: translate3d(0, -100%, 0);
    }
    to {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
    }
  }
  .sticky-wrapper.is-sticky .header-bottom,
  .toolbar.toolbar-fix {
    animation-name: fadeInDown;
    animation-duration: 0.5s;
    animation-fill-mode: both;
  }
  .is-sticky .header-bottom[data-sticky-mb] {
    z-index: 4 !important;
  }
  .site-nav .site-nav-dropdown.style_6 {
    overflow: hidden;
  }
  .hover-to-zoom {
    display: none;
  }
  .product-item .product-bottom .wrapper-compare .compare-button {
    opacity: 0;
    visibility: hidden;
    display: none;
  }
  .before-you-leave__content--product .inner-top {
    display: flex;
  }
  .before-you-leave__content--product
    .inner-top
    .product-top
    .product-image
    .product-grid-image {
    min-height: 216px;
  }
  .style_product_grid_2 .products-grid .grid-item {
    margin-bottom: 0;
  }
  .home-custom-block.layout_style_2 .banner-small-img .banner-heading {
    font-size: 40px !important;
  }
  .home-custom-block.layout_style_2 .banner-small-img .banner-button {
    min-width: 230px;
  }
  .border-bt-hover {
    display: none;
  }
  .footer-top-newsletter .banner-large-img .banner-content .banner-heading {
    font-size: 12px !important;
  }
  #custom-block-custom-block-banner-collection-list-5
    .banner-content
    .banner-des,
  #custom-block-home-custom-block-baner-collection-list
    .banner-content
    .banner-des {
    font-size: 12px !important;
  }
  .home-custom-block.home-custom-block-bottom .banner-content .banner-des {
    font-size: 12px !important;
  }
  .home-custom-block-baner-one-sections .banner-content .banner-des {
    font-size: 30px !important;
  }
  .header-bottom {
    -webkit-box-shadow: 0 3px 3px -3px rgba(0, 0, 0, 0.12);
    -moz-box-shadow: 0 3px 3px -3px rgba(0, 0, 0, 0.12);
    box-shadow: 0 3px 3px -3px rgba(0, 0, 0, 0.12);
    position: relative;
  }
  .header-bottom .header-pc {
    display: none !important;
  }
  .wrapper-navigation .fixed-right-menu,
  .wrapper-navigation .logo-fixed,
  .wrapper-navigation .nav-search,
  .wrapper-navigation .wrapper-top-cart {
    display: none;
  }
  .wrapper-navigation .header-panel-bt .left-groups {
    display: none;
  }
  .wrapper-navigation .mb-area {
    margin-left: -10px;
    margin-right: -10px;
  }
  .wrapper-navigation .header-pc {
    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: column-reverse;
    -moz-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .wrapper-navigation .header-pc .lang-currency-groups {
    margin-top: 20px;
    padding-top: 20px;
  }
  .wrapper-navigation .header-pc .right-groups {
    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: column-reverse;
    -moz-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .wrapper-navigation .header-pc .or-text {
    display: none;
  }
  .wrapper-navigation .wishlist .fa,
  .wrapper-navigation .wishlist svg {
    display: none;
  }
  .header-pc .cus-ser-text,
  .header-pc .free-shipping-text,
  .header-pc .header-links a {
    padding: 7px 20px 6px;
    display: block;
    font-weight: 400;
    font-size: var(--font_size);
  }
  .header-pc .header-links .acc-logout + span {
    display: none;
  }
  .header-pc .header-links #dropdown-customer {
    display: none;
  }
  .sign_in_md {
    display: none !important;
  }
  .lang-currency-groups {
    padding-left: 20px;
    padding-right: 20px;
  }
  .lang-currency-groups .btn-group .dropdown-label {
    display: none;
  }
  .lang-currency-groups .lang-block + .currency-block {
    margin-top: 20px;
  }
  .jas-mb-style {
    position: fixed;
    top: 0;
    bottom: 0;
    right: 100%;
    height: 100vh;
    z-index: 999;
    overflow-y: scroll;
    -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;
  }
  .hide_pc {
    width: 100%;
  }
  .site-nav li {
    position: relative;
  }
  .site-nav li a {
    position: static;
  }
  .site-nav li.dropdown a {
    display: inline-block;
  }
  .site-nav li.dropdown a:not(.menu__moblie) {
    display: block;
  }
  .site-nav li.dropdown a.menu__moblie {
    pointer-events: none;
  }
  .site-nav .sub-menu-mobile {
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    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;
    -moz-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  .site-nav .sub-menu-mobile.sub-menu-open {
    -moz-transform: none;
    -o-transform: none;
    -ms-transform: none;
    -webkit-transform: none;
    transform: none;
  }
  .site-nav .mega-menu .menu-lv-2 {
    padding: 0;
  }
  .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: 20px 20px 0;
  }
  .site-nav .mega-menu .style_3 .menu-lv-2 > .sub-menu-mobile > a img {
    margin: 0;
  }
  .site-nav .mega-menu .style_3 .menu-lv-2 .menu__moblie {
    display: block;
  }
  .site-nav .mega-menu .style_5 .mega-banner {
    padding: 20px 0;
  }
  .site-nav .mega-menu .style_5 .mega-banner.skin-3 {
    padding: 20px 0 0 0;
  }
  .site-nav .mega-menu .style_5 .mega-banner.skin-2 h3 {
    padding-top: 7px;
  }
  .site-nav .mega-menu .style_5 .mega-banner.skin-1-product .mega-col.col-left {
    overflow: auto;
    white-space: nowrap;
    margin: 0 -10px;
  }
  .site-nav
    .mega-menu
    .style_5
    .mega-banner.skin-1-product
    .mega-col.col-left
    .product-item {
    padding: 0 10px;
    max-width: 67%;
    display: inline-block;
  }
  .site-nav .mega-menu .style_5 .mega-banner .col-center,
  .site-nav .mega-menu .style_5 .mega-banner .col-left,
  .site-nav .mega-menu .style_5 .mega-banner .col-right {
    max-width: 100%;
  }
  .site-nav .mega-menu .style_6 .menu-lv-2 .icon-dropdown {
    top: -34px;
  }
  .site-nav .mega-menu .style_6 .menu-lv-2 .sub-menu-mobile .icon-dropdown {
    top: auto;
  }
  .site-nav .icon-label:before {
    left: -9px;
    top: 50%;
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .site-nav .d-md-flex .col-left .menu-lv-2 {
    border-bottom: 0;
    margin-left: -10px;
    margin-right: -10px;
  }
  .home-slideshow .not_img {
    height: 30vh;
    line-height: 30vh;
  }
  .home-slideshow .slick-dots li {
    margin: 0 5px;
    width: 10px;
    height: 10px;
  }
  .home-slideshow .slick-dots li button {
    width: 10px;
    height: 10px;
  }
  .slide-content.style_2 {
    padding: 40px;
  }
  .slide-content.style_2 .slide-sub {
    font-size: 12px !important;
  }
  .slide-content.style_2 .slide-button {
    min-width: 210px !important;
  }
  .slide-content .slide-heading {
    font-size: 24px !important;
    line-height: 32px;
    margin-bottom: 17px;
  }
  .slide-content .slide-sub {
    font-size: 18px !important;
  }
  .slide-content .slide-text {
    font-size: 12px;
    line-height: 24px;
    margin-bottom: 23px;
  }
  .slide-content .slide-button {
    min-width: 210px;
  }
  .home-custom-sub-banner .item,
  .home-sub-banner .item {
    margin-bottom: 20px;
  }
  .products-grid .grid-item {
    margin-bottom: 40px;
  }
  .products-grid .quickview-button,
  .products-grid .spr-badge,
  .products-grid .wishlist {
    display: none;
  }
  .products-grid .grid-item-mansory .product-top .countdown-grid-item {
    display: none !important;
  }
  .products-grid .grid-item-mansory .countdown-grid-item {
    position: static;
    left: inherit;
    right: inherit;
    bottom: inherit;
    text-align: var(--product_name_text_align);
    background-color: var(--sale_text);
    color: var(--bg_sale);
    margin-top: 13px;
    font-weight: 600;
    letter-spacing: 0.02em;
  }
  .product-item .product-des {
    opacity: 1;
    visibility: visible;
  }
  .product-item .product-des.abs-center {
    -moz-transform: none;
    -o-transform: none;
    -ms-transform: none;
    -webkit-transform: none;
    transform: none;
    top: inherit;
    bottom: -1px;
  }
  .product-item .action,
  .product-item .sizes-list {
    margin-bottom: 0;
  }
  .product-item .sizes-list {
    background-color: rgba(255, 255, 255, 0.8);
  }
  .product-item .sizes-list li a {
    border: none;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    background-color: rgba(25, 255, 255, 0);
    min-width: 15px;
  }
  .product-item .product-image {
    margin-bottom: 13px;
  }
  .products-list .product-item .product-des.abs-bottom {
    bottom: -1px;
  }
  .products-list .product-item .quickview-button {
    display: none;
  }
  .products-list .grid-item-mansory .countdown-grid-item {
    bottom: -1px;
  }
  .products-list
    .grid-item-mansory
    .countdown-grid-item
    + .product-des.abs-bottom {
    bottom: 23px;
  }
  .product-collection.products-grid {
    margin-bottom: 10px;
  }
  .home-custom-block .not_img {
    height: 30vh;
    line-height: 30vh;
  }
  .banner-content .banner-heading {
    font-size: 24px !important;
    line-height: 32px;
    margin-bottom: 17px;
  }
  .banner-content .banner-des {
    font-size: 12px;
    line-height: 24px;
    margin-bottom: 23px;
  }
  .banner-large-img .banner-content .banner-button {
    min-width: 190px !important;
  }
  #back-top a {
    width: 35px;
    height: 35px;
    font-size: 26px;
  }
  #back-top a .fa {
    margin-left: 1px;
  }
  #dropdown-cart,
  #dropdown-customer {
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    height: 100vh;
    z-index: 999;
    overflow-y: scroll;
    -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;
    width: 337px;
    max-width: -moz-calc(100vw - 40px);
    max-width: -webkit-calc(100vw - 40px);
    max-width: -ms-calc(100vw - 40px);
    max-width: calc(100vw - 40px);
    -moz-transform: translateX(100%);
    -o-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
  #dropdown-cart .mini-products-list {
    max-height: -moz-calc(100% - 270px);
    max-height: -webkit-calc(100% - 270px);
    max-height: -ms-calc(100% - 270px);
    max-height: calc(100% - 270px);
  }
  html.cart-show #dropdown-cart {
    -moz-transform: none;
    -o-transform: none;
    -ms-transform: none;
    -webkit-transform: none;
    transform: none;
  }
  html.customer-show #dropdown-customer {
    -moz-transform: none;
    -o-transform: none;
    -ms-transform: none;
    -webkit-transform: none;
    transform: none;
  }
  html.translate-overlay .jas-mb-style {
    -moz-transform: translateX(100%);
    -o-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
  html.sidebar-open .sidebar {
    -moz-transform: none;
    -o-transform: none;
    -ms-transform: none;
    -webkit-transform: none;
    transform: none;
  }
  .home-collections .collections-slider {
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    overflow-x: auto;
  }
  .home-collections .collections-slider .item {
    padding-left: 0;
    padding-right: 0;
    margin-right: 20px;
  }
  .home-collections .collections-slider .item:last-of-type {
    margin-right: 0;
  }
  .home-collections .collections-slider .img-box img {
    width: 100%;
    object-fit: cover;
  }
  .home-collections .btn-view-all {
    margin-top: 30px;
    min-width: 220px;
  }
  .home-custom-block-images .img-inner .heading {
    font-size: 24px !important;
  }
  .home-custom-block-images .img-inner .sub-heading {
    font-size: 13px !important;
  }
  .home-custom-block-images .img-inner .des {
    font-size: 12px !important;
  }
  .list-blogs .article-inner {
    padding-left: 0;
    padding-right: 0;
  }
  .list-blogs .article-des {
    max-height: var(--font_size_special);
    overflow: hidden;
  }
  .home-custom-sub-banner .sub-banner-countdown {
    font-size: 16px;
  }
  .home-custom-sub-banner .clock-item {
    width: 55px;
    height: 55px;
  }
  .home-custom-sub-banner .clock-item span:not(.num) {
    line-height: var(--font_size_plus4);
  }
  .custom-block-banner .clock-item {
    width: 55px;
    height: 55px;
    margin: 0 7.5px;
  }
  .custom-block-banner .clock-item span.num {
    font-size: var(--font_size_plus4);
    line-height: var(--font_size_plus7);
  }
  .custom-block-banner .sub-banner-countdown {
    margin-bottom: 35px;
  }
  .content .title {
    font-size: 18px;
    max-height: 22px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: block !important;
  }
  .home-spotlight-2 .spotlight-item {
    margin-bottom: 20px;
  }
  .home-about-us {
    margin-bottom: 20px;
  }
  .home-custom-block-baner-sections
    + .home-blog-posts-sections
    .widget-product:first-child,
  .home-custom-block-baner-sections
    + .home-product-tabs-sections
    .widget-product:first-child {
    padding-top: 20px;
  }
  .list-categories .grid-item {
    padding-bottom: 20px;
  }
  .list-categories-02 .collections-wrapper .btn {
    font-size: var(--font_size_plus2);
  }
  .collection-item .content-box .des {
    margin-top: 10px;
  }
  .collection-item .collection-countdown {
    font-size: 16px;
    margin-top: 25px;
  }
  .collection-item .clock-item {
    width: 55px;
    height: 55px;
  }
  .collection-item .clock-item span:not(.num) {
    line-height: var(--font_size_plus4);
  }
  .sidebar {
    position: fixed;
    top: 0;
    left: 0;
    width: 270px;
    max-width: 100%;
    background-color: var(--body_bg);
    z-index: 5;
    margin: 0;
    overflow-y: auto;
    height: 100vh;
    -moz-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    -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;
  }
  .toolbar {
    padding: 10px 20px 10px 20px !important;
  }
  .toolbar .column-left {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .toolbar .column-left .sidebar-label {
    margin: 0;
    padding-right: 30px;
  }
  .collection-template-no-sidebar .toolbar.toolbar-fix {
    margin: 0;
  }
  .collection-template .reverse-mb {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column-reverse;
    -moz-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .translate-filter-pc:not(.collection-template-express-order)
    .col-sidebar
    .sidebar-label {
    display: none;
  }
  .translate-filter-pc:not(.collection-template-express-order)
    .sidebar-filter
    .close-sidebar {
    display: none !important;
  }
  .collection-template-express-order .col-sidebar .sidebar-label {
    margin-top: 10px;
  }
  .collection-template-express-order .product-collection.products-grid {
    margin-bottom: 0;
  }
  .coll-express-order .grid-item {
    margin-bottom: 0;
  }
  .cart-form .scroll-content {
    -webkit-flex-direction: column-reverse;
    -moz-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .cart-form .scroll-content .left-col,
  .cart-form .scroll-content .right-col {
    margin-left: 0;
    margin-right: 0;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 30px;
  }
  .cart-popup-coll-related {
    margin-top: 5px;
  }
  .cart-popup-coll-related .widget-title {
    padding-top: 26px;
  }
  .cart-popup-coll-related .products-grid {
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
  }
  .ajax-success-modal .cart-empty {
    margin-bottom: 15px;
  }
  .lookbook-slideshow .not_img {
    height: 30vh;
    line-height: 30vh;
  }
  .lookbook-slideshow .slick-dots li {
    margin: 0 5px;
    width: 10px;
    height: 10px;
  }
  .lookbook-slideshow .slick-dots li button {
    width: 10px;
    height: 10px;
  }
  .product-img-box.vertical-moreview .slider-nav .slick-arrow,
  .product-img-box.vertical-moreview .slider-nav .slick-list {
    display: none !important;
  }
  .product-img-box.vertical-moreview .slider-nav:not(.slick-slider) .item {
    display: none;
  }
  .wrapper_header_parallax .wrapper-header-bt .header-items {
    display: none !important;
  }
  .wrapper_header_parallax .lang-currency-groups .option-title {
    display: none !important;
  }
  .home-blog-style2 .list-blogs .blog-item {
    padding: 56px 10px 32px;
  }
  .home-blog-style2 .list-blogs .article-title {
    font-size: 18px;
    line-height: 30px;
  }
  .home-blog-style2 .content-blog {
    border: none;
  }
  .home-blog-style2 .content-blog .blog-item {
    color: #fff;
  }
  .home-blog-style2 .content-blog .blog-item .article-title a,
  .home-blog-style2 .content-blog .blog-item .blog_author,
  .home-blog-style2 .content-blog .blog-item .btn-read-more {
    color: #fff;
  }
  .home-blog-style2 .content-blog .blog-item .btn-read-more {
    border-color: #fff;
  }
  .home-blog-style2 .content-blog .item + .item {
    border: none;
  }
  .wrapper_header_02 .mb-area .acc-links,
  .wrapper_header_02 .mb-area .free-shipping-text,
  .wrapper_header_02 .mb-area .wishlist {
    padding: 7px 20px 6px;
    display: block;
    font-weight: 400;
    font-size: var(--font_size);
  }
  .wrapper_header_02 .mb-area .cart-icon {
    display: none !important;
  }
  .wrapper_header_02 .mb-area .lang-currency-groups {
    margin-top: 20px;
    padding-top: 20px;
  }
  .wrapper_header_02 .mb-area .header-panel-top > .row {
    margin-left: 0;
    margin-right: 0;
  }
  .wrapper_header_02 .mb-area .header-panel-top > .row > .col-12 {
    padding-left: 0;
    padding-right: 0;
  }
  .wrapper_header_03 .header-pc .right-groups {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .wrapper_header_03 .header-pc .acc-links,
  .wrapper_header_03 .header-pc .wishlist {
    padding: 7px 20px 6px;
    display: block;
    font-size: var(--font_size);
  }
  .wrapper_header_03 .header-pc .bg_header-panel-top .container,
  .wrapper_header_03 .header-pc .header-panel-bt .container {
    padding-left: 0;
    padding-right: 0;
  }
  .wrapper_header_03 .header-pc .header-panel-top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column-reverse;
    -moz-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .wrapper_header_03 .header-pc .header-panel-top .left-groups {
    margin-top: 25px;
    padding-top: 28px;
  }
  .wrapper_header_03 .header-pc .social-icons {
    padding: 0 20px;
  }
  .wrapper_header_04 .header-panel-bt .header-items {
    display: none !important;
  }
  .wrapper_header_04 .appentMb .reverse-mb {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column-reverse;
    -moz-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .wrapper_header_04 .appentMb .acc-links,
  .wrapper_header_04 .appentMb .wishlist {
    display: inline-block;
    padding: 7px 20px 6px;
  }
  .wrapper_header_04 .appentMb .lang-currency-groups {
    margin-top: 20px;
    padding-top: 20px;
  }
  .product-template-full-width .scroll-down {
    display: none !important;
  }
  .wrapper_header_vertical .wrapper-header-bt {
    display: none !important;
  }
  .nav-vertical .stay-connected {
    display: none !important;
  }
  .nav-vertical .main-menu .header-logo {
    display: none !important;
  }
  .nav-vertical .lang-currency-groups .option-title {
    display: none !important;
  }
  .home-custom-sub-banner [data-init-slideshow] .slick-dots,
  .suppermarket-product-tabs [data-init-slideshow] .slick-dots {
    bottom: 40px;
  }
  .suppermarket-product-item .spr-badge {
    display: block;
  }
  .wrapper_header_supermarket .vertical-menu .categories-title {
    display: none !important;
  }
  .wrapper_header_supermarket .wrapper-navigation .icon-user,
  .wrapper_header_supermarket .wrapper-navigation .or-text {
    display: none;
  }
  .wrapper_header_supermarket .wrapper-navigation .acc-links,
  .wrapper_header_supermarket .wrapper-navigation .free-shipping-text,
  .wrapper_header_supermarket .wrapper-navigation .header-links li,
  .wrapper_header_supermarket .wrapper-navigation .info-store li,
  .wrapper_header_supermarket .wrapper-navigation .wishlist {
    display: block;
    font-weight: 400;
    font-size: var(--font_size);
    padding: 7px 20px 6px;
  }
  .wrapper_header_supermarket
    .wrapper-navigation
    .header-panel-top
    .wrapper-center,
  .wrapper_header_supermarket
    .wrapper-navigation
    .header-panel-top
    .wrapper-left,
  .wrapper_header_supermarket
    .wrapper-navigation
    .header-panel-top
    .wrapper-right {
    padding: 0;
  }
  .wrapper_header_supermarket .wrapper-navigation .lang-currency-groups {
    margin-top: 20px;
    padding-top: 20px;
  }
  .wrapper_header_supermarket .header-mb .cart-icon svg {
    width: 24px;
    height: 24px;
  }
  .wrapper_header_supermarket .mega-menu .mega-banner .no-feature-product {
    padding-top: 8px;
  }
  .wrapper_header_supermarket .mega-menu .style_5 .mega-col {
    padding-top: 8px;
  }
  .wishlist-header .column {
    padding-left: 15px;
    padding-right: 15px;
  }
  .wishlist-page .col-img {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 150px;
    flex: 0 0 150px;
    max-width: 150px;
  }
  .wishlist-page .col-price {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 200px;
    flex: 0 0 200px;
    max-width: 200px;
  }
  .wishlist-page .col-options {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 240px;
    flex: 0 0 240px;
    max-width: 240px;
  }
  .wishlist-page .col-prod {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100% - 700px);
    flex: 0 0 calc(100% - 700px);
    max-width: -moz-calc(100% - 700px);
    max-width: -webkit-calc(100% - 700px);
    max-width: -ms-calc(100% - 700px);
    max-width: calc(100% - 700px);
  }
  .footbar-fixed {
    position: fixed;
    z-index: 99;
  }
  .footbar-fixed .product-notification {
    position: relative;
  }
  .policies-block .policy-text:before {
    display: none;
  }
}
@media (max-width: 992px) {
  .featured-products.has-banner.layout_style_4
    .column-product
    .products-grid
    .grid-item {
    margin-top: 10px;
  }
  .home-custom-block .custom-block-banner .img-center .img-top {
    right: 35px !important;
  }
  .home-custom-block .custom-block-banner .img-center .img-top > img {
    max-width: 80px;
  }
  .collection-menu-block .collection-slider {
    padding: 0 15px;
  }
  .collection-menu-block .collection-slider .slick-arrow.slick-next {
    right: 0;
  }
  .collection-menu-block .collection-slider .slick-arrow.slick-prev {
    left: 0;
  }
  .home-custom-block-bottom .video-open-popup > a {
    left: 15px;
    bottom: 15px;
    transform: none;
    top: auto;
  }
  .home-custom-block-bottom .video-open-popup > a svg {
    width: 80px;
    height: 80px;
  }
  .custom-collection-products .container .column-banner .product-image-left {
    margin: 0 auto;
  }
  .custom-collection-products .container .column-banner .product-title {
    text-align: left;
  }
  .custom-collection-products .button-collections {
    margin-bottom: 10px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .container-fluid .slide-content.abs_left,
  .container-padd60 .slide-content.abs_left {
    left: -moz-calc((100% - 950px)/ 2);
    left: -webkit-calc((100% - 950px)/ 2);
    left: -ms-calc((100% - 950px)/ 2);
    left: calc((100% - 950px) / 2);
  }
  .container-fluid .slide-content.abs_right,
  .container-padd60 .slide-content.abs_right {
    right: -moz-calc((100% - 950px)/ 2);
    right: -webkit-calc((100% - 950px)/ 2);
    right: -ms-calc((100% - 950px)/ 2);
    right: calc((100% - 950px) / 2);
  }
  .container-fluid .banner-large-img .inner.abs_left,
  .container-padd60 .banner-large-img .inner.abs_left {
    left: -moz-calc((100% - 950px)/ 2);
    left: -webkit-calc((100% - 950px)/ 2);
    left: -ms-calc((100% - 950px)/ 2);
    left: calc((100% - 950px) / 2);
  }
  .container-fluid .banner-large-img .inner.abs_right,
  .container-padd60 .banner-large-img .inner.abs_right {
    right: -moz-calc((100% - 950px)/ 2);
    right: -webkit-calc((100% - 950px)/ 2);
    right: -ms-calc((100% - 950px)/ 2);
    right: calc((100% - 950px) / 2);
  }
  .home-instagram .col-lg-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .brands-page
    .logo-brands
    .brands-slider:not(.slick-slider)
    .item:nth-child(-n + 4),
  .brands-page
    .logo-brands
    [data-instagram-feed]:not(.slick-slider)
    .item:nth-child(-n + 4),
  .home-brands-block .brands-slider:not(.slick-slider) .item:nth-child(-n + 4),
  .home-brands-block
    [data-instagram-feed]:not(.slick-slider)
    .item:nth-child(-n + 4),
  .home-instagram .brands-slider:not(.slick-slider) .item:nth-child(-n + 4),
  .home-instagram
    [data-instagram-feed]:not(.slick-slider)
    .item:nth-child(-n + 4) {
    display: block;
  }
  .featured-products.has-banner .column-banner {
    padding-right: 10px;
  }
  .featured-products.has-banner .column-product {
    padding-right: -moz-calc((100% - 950px)/ 2);
    padding-right: -webkit-calc((100% - 950px)/ 2);
    padding-right: -ms-calc((100% - 950px)/ 2);
    padding-right: calc((100% - 950px) / 2);
  }
  .featured-products.has-banner .column-product .column-product-inner {
    max-width: -moz-calc(970px/10 * 6 - 20px);
    max-width: -webkit-calc(970px/10 * 6 - 20px);
    max-width: -ms-calc(970px/10 * 6 - 20px);
    max-width: calc(970px / 10 * 6 - 20px);
  }
  .featured-products.has-banner .flex-row-reverse .column-banner {
    padding-right: 0;
    padding-left: 10px;
  }
  .featured-products.has-banner .flex-row-reverse .column-product {
    padding-left: -moz-calc((100% - 950px)/ 2);
    padding-left: -webkit-calc((100% - 950px)/ 2);
    padding-left: -ms-calc((100% - 950px)/ 2);
    padding-left: calc((100% - 950px) / 2);
    padding-right: 10px;
  }
  .home-collections .collections-slider {
    padding-left: 20px;
    margin-left: -moz-calc((-100vw + 970px)/ 2 - 10px);
    margin-left: -webkit-calc((-100vw + 970px)/ 2 - 10px);
    margin-left: -ms-calc((-100vw + 970px)/ 2 - 10px);
    margin-left: calc((-100vw + 970px) / 2 - 10px);
    margin-right: -moz-calc((-100vw + 970px)/ 2 - 10px);
    margin-right: -webkit-calc((-100vw + 970px)/ 2 - 10px);
    margin-right: -ms-calc((-100vw + 970px)/ 2 - 10px);
    margin-right: calc((-100vw + 970px) / 2 - 10px);
  }
  .home-collections .collections-slider .item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 22%;
    flex: 0 0 22%;
    max-width: 22%;
  }
  .home-collections .collections-slider .item:last-of-type {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(22% + 20px);
    flex: 0 0 calc(22% + 20px);
    max-width: -moz-calc(22% + 20px);
    max-width: -webkit-calc(22% + 20px);
    max-width: -ms-calc(22% + 20px);
    max-width: calc(22% + 20px);
    padding-right: 20px;
  }
  .toolbar .view-mode .icon-mode.grid-5 {
    display: none;
  }
  .col-lg20 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .footer-parallax .footer-newsletter .input-group-field {
    min-width: 220px;
  }
  .footer-parallax .footer-newsletter .btn {
    min-width: 130px;
  }
  .search-open .wrapper-header .header-search,
  .search-open .wrapper-header .search-bar {
    max-width: 650px;
  }
  .search-open .wrapper-header .header-search {
    margin-left: 70px;
  }
  .footbar-fixed {
    bottom: 15px;
    left: 21px;
  }
  .footbar-fixed #accept-cookies {
    margin-top: 15px;
  }
  .footbar-fixed.footbar-fixed-product #accept-cookies,
  .footbar-fixed.footbar-fixed-product .product-notification {
    margin-left: 21px;
  }
  .footbar-fixed.footbar-fixed-product #accept-cookies {
    margin-bottom: 15px;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .cart-template .wrapper-cart-template .cart_items {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100% - 310px);
    flex: 0 0 calc(100% - 310px);
    max-width: -moz-calc(100% - 310px);
    max-width: -webkit-calc(100% - 310px);
    max-width: -ms-calc(100% - 310px);
    max-width: calc(100% - 310px);
    margin-right: 20px;
  }
  .cart-template .wrapper-cart-template .right-col {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 290px;
    flex: 0 0 290px;
    max-width: 290px;
  }
  .cart-template .wrapper-cart-template .right-col .summary {
    width: 100% !important;
  }
  .cart-template .cart-form .cart-list .details > :not(.cart--title) {
    width: 100px;
  }
  .cart-template .cart-form .cart-list .cart-thumb {
    padding-right: 15px;
  }
  .cart-template .cart-form .cart-header > .cart--title {
    width: calc(100% - 310px);
  }
  .cart-template .cart-form .cart-list .details > .cart--title {
    width: calc(100% - 310px);
  }
  .cart-template .cart-form .cart-header > :not(.cart--title) {
    width: 100px;
  }
  .cart-template .cart-form .cart-header > .cart--remove {
    width: 30px;
  }
  .cart-template .cart-form .cart-list .details > .cart--remove {
    width: 30px;
  }
  .featured-products.layout_style_2 .widget-title.style_3 {
    margin-bottom: 18px;
  }
  .home-slideshow .slick-dots,
  .lookbook-slideshow .slick-dots {
    bottom: 12px !important;
  }
  .home-spotlight-block .widget-title {
    margin-bottom: 35px;
  }
  .site-footer .col-footer {
    margin-bottom: 38px;
  }
  .policies-block .policy-icon {
    margin-right: 10px;
  }
  .policies-block .policy-text {
    letter-spacing: 0.03em;
  }
  .collections-banner .collections-btn {
    bottom: 13%;
    opacity: 1;
    visibility: visible;
  }
  .home-collections {
    padding: 50px 0;
  }
  .collections-wrapper .collection-title {
    font-size: 20px !important;
  }
  .list-categories-02 .collections-wrapper {
    padding-top: 30px;
    padding-bottom: 35px;
  }
  .sidebar {
    padding: 97px 30px 80px;
  }
  .sidebar .close-sidebar {
    right: 22px;
    top: 33px;
  }
  .collection-header.collection-header-sections .collection-image {
    position: relative;
  }
  .collection-header.collection-header-sections
    .collection-image
    .tab-abs:not(.collection-static) {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    max-width: 500px;
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
  }
  .collection-header.collection-header-sections
    .collection-image
    .collection-static {
    text-align: center;
  }
  .collection-header.collection-header-sections .collection-image * {
    margin-bottom: 0;
  }
  .ajax-success-modal .modal-overlay {
    max-width: 680px;
  }
  .shop-instagram .widget-title .box-title {
    font-size: var(--page_title_font_size_plus4);
  }
  .footer-parallax .footer-middle {
    margin-bottom: 5px;
  }
  .home-list-collections .des {
    padding-top: 55px;
    padding-bottom: 33px;
  }
  .suppermarket-product-tabs.has-banner
    .products-grid:not(.slick-slider)
    .grid-item {
    display: none;
  }
  .suppermarket-product-tabs.has-banner
    .products-grid:not(.slick-slider)
    .grid-item:nth-child(-n + 2) {
    display: block;
  }
  .store-slider .col-xl-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 31%;
    flex: 0 0 31%;
    max-width: 31%;
  }
  .cart-popup-coll-related .products-grid {
    margin-left: -25px;
    margin-right: -25px;
    padding-left: 25px;
  }
  .cart-popup-coll-related .products-grid .grid-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 29%;
    flex: 0 0 29%;
    max-width: 29%;
    padding-left: 0;
    padding-right: 0;
    margin-right: 20px;
  }
  .cart-popup-coll-related .products-grid .grid-item:last-of-type {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(29% + 25px);
    flex: 0 0 calc(29% + 25px);
    max-width: -moz-calc(29% + 25px);
    max-width: -webkit-calc(29% + 25px);
    max-width: -ms-calc(29% + 25px);
    max-width: calc(29% + 25px);
    margin-right: 0;
    padding-right: 25px;
  }
  .ajax-success-modal .halo-modal-body {
    padding-left: 25px;
    padding-right: 25px;
  }
  #back-top {
    bottom: 50px;
    right: 2.5%;
  }
  [data-sticky-container] [data-sticky-product-img] {
    position: -webkit-sticky;
    position: sticky;
    top: 50px;
    margin-bottom: 25px;
  }
}
@media (min-width: 1200px) {
  #shopify-section-navigation {
    height: auto !important;
  }
  .style_product_grid_3 .products-grid .grid-item .product-item.sold-out:hover {
    opacity: 0.5;
  }
  .sticky_form .content-left {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .sticky_form .content-right {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 80%;
    flex: 0 0 80%;
    max-width: 80%;
  }
  .sticky_form .col-actions .action {
    margin: 0 15px 0 25px;
  }
  .sticky_form .align-items-center.no-countdown {
    justify-content: center;
  }
  .sticky_form .no-countdown .col-actions .action {
    padding-left: 75px;
  }
  .product-full-width .relate-verticle .related-products .product-image img,
  .product-gallery .relate-verticle .related-products .product-image img {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .product-full-width
    .relate-verticle
    .products-grid
    .product-image
    .product-grid-image,
  .product-gallery
    .relate-verticle
    .products-grid
    .product-image
    .product-grid-image {
    padding-top: 216px !important;
  }
  .site-nav .d-md-flex .col-left {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    padding-right: 15px;
  }
  .site-nav .d-md-flex .col-left > .menu-lv-2 > a {
    margin-bottom: 2px;
  }
  .site-nav .d-md-flex .col-right {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 80%;
    flex: 0 0 80%;
    max-width: 80%;
  }
  .site-nav .d-md-flex.col-left_skin3 .col-left {
    -ms-flex: 0 0 33%;
    flex: 0 0 33%;
    max-width: 33%;
  }
  .site-nav .d-md-flex.col-left_skin3 .col-right {
    -ms-flex: 0 0 66%;
    flex: 0 0 66%;
    max-width: 66%;
  }
  .hide_pc {
    display: none !important;
  }
  .compare-link {
    position: fixed;
    right: 45px;
    top: 83%;
    margin-top: 0;
    z-index: 2;
    max-width: none;
  }
  .compare-link.open {
    display: block;
  }
  .has_sticky .compare-link {
    z-index: 3;
  }
  .collection-template-skin-1 .toolbar {
    background: 0 0;
    padding: 0;
    display: none;
    margin: 0;
  }
  .collection-template-skin-1 .toolbar .view-mode {
    padding: 0;
  }
  .collection-template-skin-1 .toolbar .toolbar-col .label-tab {
    height: 40px;
  }
  .collection-template-skin-1 .toolbar .toolbar-col label {
    text-transform: unset;
  }
  .collection-template-skin-1 .appendTo-toolbar {
    display: block;
    padding-bottom: 20px;
    margin-bottom: 40px;
    border-bottom: 1px solid #e6e6e6;
  }
  .collection-template-skin-1 .appendTo-toolbar .toolbar {
    display: flex;
  }
  .collection-template-skin-1 .remove-sidebar .col-sidebar {
    display: none;
  }
  .collection-template-skin-1 .remove-sidebar .col-main {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  #shopify-section-sidebar-filter {
    will-change: min-height;
  }
  .inner-wrapper-sticky {
    transform: translate3d(0, 0, 0);
    will-change: position, transform;
  }
  .all-left .product-notification,
  .all-right .product-notification {
    bottom: 154px !important;
    margin: 0 !important;
  }
  .show_sticky .all-left .product-notification,
  .show_sticky .all-right .product-notification {
    bottom: 230px !important;
  }
  body > #dropdown-customer {
    display: none;
  }
  .body-full .container,
  .container-padd60 {
    max-width: 100%;
  }
  .body-full .site-nav-dropdown .container,
  .container {
    max-width: 1200px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .products-grid.column-2 .grid-item {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .products-grid.column-3 .grid-item {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .products-grid.column-4 .grid-item {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .products-grid.column-5 .grid-item {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .products-grid.column-6 .grid-item {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .wrapper_header_supermarket .acc-links.sign_in_mb {
    display: none;
  }
  .template-page .wrapper_header_parallax .sticky-wrapper {
    min-height: auto;
  }
  .custom-collection-products .product-item .product-bottom {
    display: none;
  }
  .home-custom-instagram.layout_style_2 .container {
    max-width: 1200px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .home-custom-instagram .container {
    max-width: 1890px;
  }
  .home-custom-instagram .col-lg-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .text-hover {
    position: relative;
  }
  .text-hover:before {
    position: absolute;
    left: 0;
    width: 0;
    bottom: -2px;
    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;
  }
  .text-hover:hover:before {
    width: 100%;
    visibility: visible;
  }
  .header-bottom .header-mb {
    display: none !important;
  }
  .wrapper-navigation {
    position: relative;
  }
  .wrapper-navigation .fixed-right-menu,
  .wrapper-navigation .logo-fixed {
    display: none;
  }
  .wrapper-navigation .main-menu {
    position: static;
    overflow: inherit;
    margin: 0;
    padding: 0;
    width: 100%;
    height: inherit;
    top: inherit;
    right: inherit;
    z-index: inherit;
    bottom: inherit;
  }
  .header-lang-style2 .is-sticky .wrapper-navigation,
  .wrapper_header_default .is-sticky .wrapper-navigation {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: stretch;
    -moz-align-items: stretch;
    -ms-align-items: stretch;
    align-items: stretch;
  }
  .header-lang-style2 .is-sticky .fixed-right-menu,
  .header-lang-style2 .is-sticky .logo-fixed,
  .wrapper_header_default .is-sticky .fixed-right-menu,
  .wrapper_header_default .is-sticky .logo-fixed {
    display: block;
  }
  .header-lang-style2 .is-sticky .logo-fixed,
  .wrapper_header_default .is-sticky .logo-fixed {
    width: 112px;
    padding: 10px 10px 8px 15px;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
  }
  .header-lang-style2 .is-sticky .logo-fixed .logo-img,
  .wrapper_header_default .is-sticky .logo-fixed .logo-img {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
  }
  .header-lang-style2 .is-sticky .main-menu,
  .wrapper_header_default .is-sticky .main-menu {
    width: -moz-calc(100% - 112px - 112px);
    width: -webkit-calc(100% - 112px - 112px);
    width: -ms-calc(100% - 112px - 112px);
    width: calc(100% - 112px - 112px);
  }
  .header-lang-style2 .is-sticky .main-menu .icon-label,
  .wrapper_header_default .is-sticky .main-menu .icon-label {
    display: none;
  }
  .header-lang-style2 .is-sticky .fixed-right-menu,
  .wrapper_header_default .is-sticky .fixed-right-menu {
    padding-left: 10px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: stretch;
    -moz-align-items: stretch;
    -ms-align-items: stretch;
    align-items: stretch;
    width: 112px;
  }
  .header-lang-style2 .is-sticky .fixed-right-menu .cart-fixed,
  .header-lang-style2 .is-sticky .fixed-right-menu .search-fixed,
  .wrapper_header_default .is-sticky .fixed-right-menu .cart-fixed,
  .wrapper_header_default .is-sticky .fixed-right-menu .search-fixed {
    width: 51px;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    border-left: 1px solid;
    padding-top: 9px;
    padding-bottom: 9px;
    height: 50px;
  }
  .header-lang-style2 .is-sticky .fixed-right-menu .cart-fixed,
  .wrapper_header_default .is-sticky .fixed-right-menu .cart-fixed {
    padding-right: 1px;
  }
  .header-lang-style2 .is-sticky .fixed-right-menu .cart-fixed > a,
  .wrapper_header_default .is-sticky .fixed-right-menu .cart-fixed > a {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
  .header-lang-style2 .is-sticky .fixed-right-menu .cart-fixed svg,
  .wrapper_header_default .is-sticky .fixed-right-menu .cart-fixed svg {
    stroke: rgba(255, 255, 255, 0);
  }
  .header-lang-style2 .is-sticky .fixed-right-menu .cart-fixed .cartCount,
  .wrapper_header_default .is-sticky .fixed-right-menu .cart-fixed .cartCount {
    top: 5px;
    right: 1px;
  }
  .header-lang-style2 .is-sticky .wrapper-navigation {
    -webkit-box-shadow: 0 3px 3px -3px rgba(0, 0, 0, 0.12);
    -moz-box-shadow: 0 3px 3px -3px rgba(0, 0, 0, 0.12);
    box-shadow: 0 3px 3px -3px rgba(0, 0, 0, 0.12);
  }
  body:not(.template-index) .header-lang-style2 .wrapper-navigation {
    -webkit-box-shadow: 0 3px 3px -3px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 3px 3px -3px rgba(0, 0, 0, 0.1);
    box-shadow: 0 3px 3px -3px rgba(0, 0, 0, 0.1);
  }
  body.body-full .header-lang-style2 .wrapper-navigation {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
  body.body-full .header-lang-style2 .is-sticky .wrapper-navigation {
    -webkit-box-shadow: 0 3px 3px -3px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 3px 3px -3px rgba(0, 0, 0, 0.1);
    box-shadow: 0 3px 3px -3px rgba(0, 0, 0, 0.1);
  }
  .wrapper_header_02 .is-sticky .site-nav .menu-lv-1 > a {
    padding-bottom: 11px;
  }
  .header-default .header-panel-top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: flex-end;
    -moz-box-pack: flex-end;
    -ms-flex-pack: flex-end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
  }
  .header-default .lang-currency-groups {
    margin-left: 20px;
  }
  .header-default .lang-currency-groups .label-text {
    display: none;
  }
  .header-default .lang-currency-groups .dropdown-toggle:after {
    content: "\f107";
    font: normal normal normal 14px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: block;
    cursor: pointer;
    padding: 0;
    background: 0 0;
    border: none;
    width: 20px;
    height: 20px;
    margin: 0 0 0 3px;
    vertical-align: middle;
    line-height: 18px;
    text-align: center;
    color: var(--color_icon_drop);
    position: relative;
    top: 2px;
    font-weight: 500;
  }
  .header-default .lang-currency-groups .btn-group {
    position: relative;
  }
  .header-default .lang-currency-groups .dropdown-label {
    margin: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    font-size: var(--font_size);
    font-weight: 500;
    letter-spacing: normal;
    padding: 4px 0 6px;
  }
  .header-default .lang-currency-groups .dropdown-label .img-icon {
    width: 18px;
  }
  .header-default .lang-currency-groups .dropdown-label .img-icon img {
    width: 18px;
    height: 17px;
  }
  .header-default .lang-currency-groups .dropdown-label .text {
    font-weight: 600;
  }
  .header-default .lang-currency-groups .text {
    position: relative;
    top: 1.5px;
  }
  .header-default .lang-currency-groups .dropdown-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    letter-spacing: normal;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding: 7px 15px 5px 0;
  }
  .header-default .lang-currency-groups .dropdown-item .text {
    top: 1.5px;
  }
  .header-default .lang-currency-groups .dropdown-menu {
    position: absolute;
    right: 0;
    top: 100%;
    z-index: 3;
    max-height: 200px;
    overflow-y: auto;
    padding: 3px 10px 8px;
    min-width: 100px;
    border: 1px solid var(--border_bt_sidebar);
    -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.1);
    outline: 0;
    -moz-border-radius: 1px;
    -webkit-border-radius: 1px;
    -ms-border-radius: 1px;
    -o-border-radius: 1px;
    border-radius: 1px;
    display: none;
  }
  .header-default .lang-currency-groups .currency-block,
  .header-default .lang-currency-groups .lang-block {
    display: inline-block;
    vertical-align: middle;
  }
  .header-default .lang-currency-groups .lang-block + .currency-block {
    margin-left: 8px;
  }
  .header-default .nav-search {
    max-width: 160px;
    margin-left: 15px;
  }
  .header-default .nav-search .close-search {
    display: none;
  }
  .header-default .nav-search .search-bar {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
  }
  .header-default .nav-search .input-group-field {
    padding: 5px 12px 4px;
    width: -moz-calc(100% - 36px);
    width: -webkit-calc(100% - 36px);
    width: -ms-calc(100% - 36px);
    width: calc(100% - 36px);
  }
  .header-default .nav-search .icon-search {
    padding: 7px 10px 6px;
  }
  .header-default .nav-search .icon-search svg {
    width: 14px;
    height: 14px;
  }
  .header-default .cus-ser-text {
    line-height: 30px;
  }
  .header-default .header-bottom {
    padding: 16px 0 10px;
  }
  .header-default .free-shipping-text {
    font-size: var(--font_size);
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0.05em;
    padding: 17px 0 12px;
  }
  .header-default .header-links > * {
    display: inline-block;
    vertical-align: middle;
    padding-top: 3px;
    padding-bottom: 7px;
  }
  .header-default .header-links .customer-links {
    position: relative;
  }
  .header-default .header-links .customer-links #dropdown-customer {
    position: absolute;
    top: 100%;
    right: 0;
    z-index: 2;
    -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.06),
      0 2px 2px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.06),
      0 2px 2px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.06), 0 2px 2px 0 rgba(0, 0, 0, 0.1);
    -moz-border-radius: 1px;
    -webkit-border-radius: 1px;
    -ms-border-radius: 1px;
    -o-border-radius: 1px;
    border-radius: 1px;
    min-width: 298px;
    display: none;
  }
  .header-default .header-links .customer-links .customer-title {
    text-align: left;
    margin: 0 0 15px;
  }
  .header-default .header-links .customer-links .customer-title .close {
    display: none;
  }
  .header-default .header-links .customer-links .customer-title h5 {
    font-size: var(--font_size);
    line-height: var(--font_size_plus8);
    padding-bottom: 10px;
  }
  .header-default .header-panel-bt {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: space-between;
    -moz-box-pack: space-between;
    -ms-flex-pack: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: flex-end;
    -moz-align-items: flex-end;
    -ms-align-items: flex-end;
    align-items: flex-end;
  }
  .header-default .header-panel-bt .cart-icon {
    width: inherit;
    display: inline-block;
    padding-bottom: 7px;
  }
  .header-default .header-panel-bt .cart-icon * {
    display: inline-block;
    vertical-align: middle;
  }
  .header-default .header-panel-bt .cart-icon .cartCount {
    position: relative;
    top: 2px;
    right: inherit;
    margin-left: 5px;
    padding-right: 1px;
  }
  .header-default .header-panel-bt .cart-icon .cart-text {
    position: relative;
    top: 4px;
    margin-left: 3px;
  }
  .header-default .header-panel-bt .header-links,
  .header-default .header-panel-bt .wrapper-top-cart {
    display: inline-block;
    vertical-align: middle;
  }
  .header-default .header-panel-bt .right-groups {
    text-align: right;
  }
  .header-default .header-panel-bt .customer-links {
    margin-left: 20px;
    position: relative;
    top: 3px;
  }
  .header-default .header-panel-bt .wishlist {
    margin-left: 11px;
  }
  .header-default .header-panel-bt .header-logo {
    padding-bottom: 5px;
  }
  .header-default .wrapper-top-cart {
    position: relative;
  }
  .header-default .wrapper-top-cart #dropdown-cart {
    position: absolute;
    top: 100%;
    left: 10px;
    z-index: 999;
    -moz-border-radius: 1px;
    -webkit-border-radius: 1px;
    -ms-border-radius: 1px;
    -o-border-radius: 1px;
    border-radius: 1px;
    -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.06),
      0 2px 2px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.06),
      0 2px 2px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.06), 0 2px 2px 0 rgba(0, 0, 0, 0.1);
  }
  .header-default .wrapper-top-cart #dropdown-cart .mini-products-list .item {
    margin-bottom: 28px;
    border: none;
    padding-top: 0;
  }
  .header-default
    .wrapper-top-cart
    #dropdown-cart
    .mini-products-list
    .item:last-of-type {
    margin-bottom: 0;
  }
  .header-default .wrapper-top-cart .cart-title {
    display: none;
  }
  [data-ajax-search] {
    position: relative;
  }
  .quickSearchResultsWrap {
    position: absolute;
    top: -moz-calc(100% + 5px);
    top: -webkit-calc(100% + 5px);
    top: -ms-calc(100% + 5px);
    top: calc(100% + 5px);
    right: 0;
    width: 553px;
    padding-left: 5px;
    padding-right: 5px;
  }
  .quickSearchResultsWrap .item-swatch li label {
    width: 20px;
    height: 20px;
    line-height: 1;
  }
  .quickSearchResultsWrap .item-swatch li label img {
    max-height: 14px;
    max-width: 14px;
  }
  .quickSearchResultsWrap .custom-scrollbar {
    max-height: -moz-calc(80vh - 150px);
    max-height: -webkit-calc(80vh - 150px);
    max-height: -ms-calc(80vh - 150px);
    max-height: calc(80vh - 150px);
  }
  .search-open .wrapper-header .search-bar {
    max-width: 553px;
  }
  .search-open .header-default .nav-search .search-form {
    z-index: 5;
  }
  .search-open .header-default .nav-search .close-search {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    position: absolute;
    z-index: 2;
    left: 50%;
    -moz-transform: translate(-50%, -50px);
    -o-transform: translate(-50%, -50px);
    -ms-transform: translate(-50%, -50px);
    -webkit-transform: translate(-50%, -50px);
    transform: translate(-50%, -50px);
  }
  .search-open .wrapper-header .search-form {
    position: fixed;
    top: 0;
    bottom: 0;
    background: var(--bg_quick_view);
  }
  .search-open .wrapper-header .header-search {
    top: 20vh;
    position: relative;
    max-width: 553px;
    margin: auto;
  }
  .main-menu {
    position: relative;
  }
  .main-menu * {
    position: static;
  }
  .site-nav {
    margin: 0;
  }
  .site-nav .icon-dropdown,
  .site-nav .menu-mb-title {
    display: none;
  }
  .site-nav .menu-lv-1 {
    display: inline-block;
    margin-left: 20px;
    margin-right: 20px;
  }
  .site-nav .menu-lv-1 > a {
    line-height: 1.65em;
    position: relative;
    padding-left: 0;
    padding-right: 0;
  }
  .site-nav .menu-lv-1 > a > span:not(.icon-dropdown) {
    position: relative;
  }
  .site-nav .menu-lv-1 > a > span:not(.icon-dropdown):before {
    position: absolute;
    left: 0;
    width: 0;
    bottom: -2px;
    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;
  }
  .site-nav .menu-lv-1:hover > a > span:not(.icon-dropdown):before {
    width: 100%;
    visibility: visible;
  }
  .site-nav .menu-lv-1:first-of-type {
    margin-left: 0;
  }
  .site-nav .menu-lv-1:last-of-type {
    margin-right: 0;
  }
  .site-nav .menu-lv-1 .icon-label {
    position: absolute;
    right: -4px;
    top: -6px;
  }
  .site-nav .menu-lv-1 .icon-label:before {
    left: 50%;
    bottom: -9px;
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .site-nav .no-mega-menu {
    position: relative;
  }
  .site-nav .no-mega-menu .sub-menu-mobile {
    -webkit-box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.1);
  }
  .site-nav .no-mega-menu .sub-menu-mobile {
    display: none;
    position: absolute;
    left: 0;
    z-index: 10;
    min-width: 225px;
  }
  .site-nav .no-mega-menu .sub-menu-mobile li {
    padding: 0 20px;
  }
  .site-nav .no-mega-menu .sub-menu-mobile li:first-of-type {
    padding-top: 5px;
  }
  .site-nav .no-mega-menu .sub-menu-mobile li:last-of-type {
    padding-bottom: 5px;
  }
  .site-nav .no-mega-menu .menu-lv-2 .sub-menu-mobile {
    left: -moz-calc(100% + 3px);
    left: -webkit-calc(100% + 3px);
    left: -ms-calc(100% + 3px);
    left: calc(100% + 3px);
    top: 0;
  }
  .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 {
    display: block;
  }
  .site-nav .no-mega-menu:hover > .sub-menu-mobile {
    display: block;
  }
  .site-nav .no-mega-menu li > a {
    padding: 10px 0 8px;
    line-height: 1.75em;
  }
  .site-nav .no-mega-menu li.hide_pc + li > a {
    border-top: 0;
  }
  .site-nav .mega-menu {
    position: static;
  }
  .site-nav .mega-menu > .sub-menu-mobile {
    position: absolute;
    left: 0;
    right: 0;
    z-index: 10;
    padding: 18px 0;
    max-height: 82vh;
    overflow-x: hidden;
    overflow-y: auto;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    -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;
    -webkit-box-shadow: 0 3px 3px -3px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 3px 3px -3px rgba(0, 0, 0, 0.1);
    box-shadow: 0 3px 3px -3px rgba(0, 0, 0, 0.1);
  }
  .site-nav .mega-menu > .sub-menu-mobile::-webkit-scrollbar {
    width: 0;
  }
  .site-nav .mega-menu > .sub-menu-mobile.style_5 {
    padding-top: 30px;
    padding-bottom: 0;
  }
  .site-nav .mega-menu > .sub-menu-mobile.style_6 {
    padding-top: 0;
    padding-bottom: 0;
  }
  .site-nav .mega-menu:hover > .sub-menu-mobile {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    -moz-transform: translateY(-1px);
    -o-transform: translateY(-1px);
    -ms-transform: translateY(-1px);
    -webkit-transform: translateY(-1px);
    transform: translateY(-1px);
  }
  .site-nav .mega-menu .menu-lv-2 {
    margin-bottom: 18px;
  }
  .site-nav .mega-menu .menu-lv-2 a {
    padding: 6px 0 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 .menu-lv-3 > a span:before {
    position: absolute;
    left: 0;
    width: 0;
    bottom: -2px;
    height: 1px;
    content: "";
    display: block;
    -webkit-transition: width 0.3s ease-in-out;
    -moz-transition: width 0.3s ease-in-out;
    -ms-transition: width 0.3s ease-in-out;
    -o-transition: width 0.3s ease-in-out;
    transition: width 0.3s ease-in-out;
    visibility: hidden;
  }
  .site-nav .mega-menu .menu-lv-3 > a:hover span:before {
    width: 100%;
    visibility: visible;
  }
  .site-nav .mega-menu .mega-banner {
    padding: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: flex-end;
    -moz-box-pack: flex-end;
    -ms-flex-pack: flex-end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
  }
  .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_2 .mega-banner {
    padding-top: 12px;
  }
  .site-nav .mega-menu .style_2 .col-right {
    margin-left: 6px;
  }
  .site-nav .mega-menu .style_2 .mega-col > a {
    margin-bottom: 7px;
  }
  .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_5 .mega-banner {
    height: 450px;
  }
  .site-nav .mega-menu .style_5 .mega-banner.no-banner {
    background-color: transparent !important;
  }
  .site-nav .mega-menu .style_5 .mega-banner.no-banner .col-left:before {
    background-color: transparent !important;
  }
  .site-nav .mega-menu .style_5 .mega-banner .col-left {
    display: flex;
    width: 50%;
    padding-top: 30px;
    position: relative;
    margin: 0;
  }
  .site-nav .mega-menu .style_5 .mega-banner .col-left:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    right: 100%;
    top: 0;
  }
  .site-nav .mega-menu .style_5 .mega-banner .col-right {
    width: 50%;
    padding-top: 0;
    margin-left: 0;
  }
  .site-nav .mega-menu .style_5 .mega-banner .col-right .image-custom {
    position: absolute;
    right: 0;
    width: calc(50% - 15px);
  }
  .site-nav .mega-menu .style_5 .mega-banner .col-right .image-custom img {
    width: 100%;
    height: 450px;
    object-fit: cover;
    object-position: left;
  }
  .site-nav .mega-menu .style_5 .mega-banner.skin-1-product {
    margin: 0 -15px;
  }
  .site-nav .mega-menu .style_5 .mega-banner.skin-2 {
    height: auto;
    justify-content: flex-start;
    position: relative;
  }
  .site-nav .mega-menu .style_5 .mega-banner.skin-2:before {
    content: "";
    position: absolute;
    left: 100%;
    top: 0;
    width: 100%;
    height: 100%;
  }
  .site-nav .mega-menu .style_5 .mega-banner.skin-2:after {
    content: "";
    position: absolute;
    right: 100%;
    top: 0;
    width: 100%;
    height: 100%;
  }
  .site-nav .mega-menu .style_5 .mega-banner.skin-2 .col-left {
    padding: 0;
  }
  .site-nav .mega-menu .style_5 .mega-banner.skin-2 .col-left img {
    width: 100%;
    height: 195px;
    object-fit: cover;
  }
  .site-nav .mega-menu .style_5 .mega-banner.skin-2 .col-center {
    padding: 0;
  }
  .site-nav .mega-menu .style_5 .mega-banner.skin-2 .col-center img {
    width: 100%;
    height: 195px;
    object-fit: cover;
  }
  .site-nav .mega-menu .style_5 .mega-banner.skin-2 .col-right {
    padding: 0 0 0 30px;
  }
  .site-nav .mega-menu .style_5 .mega-banner.skin-3 {
    background-color: transparent !important;
    height: auto;
    margin: 0;
    padding-top: 10px;
  }
  .site-nav .mega-menu .style_5 .mega-banner.skin-3.skin-3-product {
    position: relative;
    padding-top: 30px;
    padding-bottom: 15px;
  }
  .site-nav .mega-menu .style_5 .mega-banner.skin-3.skin-3-product:before {
    content: "";
    position: absolute;
    left: 100%;
    top: 0;
    width: 100%;
    height: 100%;
  }
  .site-nav .mega-menu .style_5 .mega-banner.skin-3.skin-3-product:after {
    content: "";
    position: absolute;
    right: 100%;
    top: 0;
    width: 100%;
    height: 100%;
  }
  .site-nav .mega-menu .style_5 .mega-banner.skin-3 .col-product {
    display: flex;
    width: 100%;
    justify-content: space-between;
    position: relative;
  }
  .site-nav .mega-menu .style_5 .mega-banner.skin-3 .col-product .product-item {
    padding: 0 10px;
  }
  .site-nav .mega-menu .style_5 .mega-banner.skin-3 .col-product .inner-top {
    display: flex;
  }
  .site-nav
    .mega-menu
    .style_5
    .mega-banner.skin-3
    .col-product
    .inner-top
    .product-bottom {
    text-align: left;
    padding-left: 20px;
    padding-top: 10px;
  }
  .site-nav .mega-menu .style_5 .mega-banner.skin-3 .col-product .slick-arrow {
    position: absolute;
    border-radius: 5px;
    padding: 2px 8px;
    width: 60px;
    height: 40px;
  }
  .site-nav
    .mega-menu
    .style_5
    .mega-banner.skin-3
    .col-product
    .slick-arrow
    svg {
    width: 35px;
    height: 35px;
    stroke: none;
  }
  .site-nav
    .mega-menu
    .style_5
    .mega-banner.skin-3
    .col-product
    .slick-arrow.slick-prev {
    left: -25px;
  }
  .site-nav
    .mega-menu
    .style_5
    .mega-banner.skin-3
    .col-product
    .slick-arrow.slick-next {
    right: -25px;
  }
  .site-nav
    .mega-menu
    .style_5
    .mega-banner.skin-3
    .col-product
    .slick-arrow.slick-next
    svg {
    transform: rotate(180deg);
  }
  .site-nav .mega-menu .style_6 .menu-lv-2 {
    padding: 0;
    margin: 0;
  }
  .site-nav .mega-menu .style_6 .menu-lv-2:nth-child(odd) {
    display: flex;
    flex-direction: column-reverse;
  }
  .site-nav .mega-menu .style_6 .menu-lv-2:nth-child(odd) .menu__moblie {
    order: 1;
  }
  .site-nav .mega-menu .style_6 .menu-lv-2 .item-img {
    padding: 0;
    margin: 0;
  }
  .site-nav .mega-menu .style_6 .menu-lv-2 a img {
    width: 100%;
    height: 300px;
    object-fit: cover;
  }
  .site-nav .mega-menu .style_6 .menu-lv-2 .menu__moblie,
  .site-nav .mega-menu .style_6 .menu-lv-2 .sub-menu-mobile {
    text-align: center;
  }
  .site-nav .mega-menu .style_6 .menu-lv-2 .sub-menu-mobile {
    padding-bottom: 36px;
  }
  .site-nav .mega-menu .style_6 .menu-lv-2 .menu__moblie {
    padding-top: 40px;
    padding-bottom: 10px;
    margin: 0;
  }
  .site-nav .sub-menu-mobile {
    width: 100%;
    text-align: left;
  }
  .flex-nav-vertical
    .site-nav
    .mega-menu
    .style_5
    .mega-banner.skin-3
    .col-product
    .slick-arrow.slick-prev {
    left: 0;
  }
  .flex-nav-vertical
    .site-nav
    .mega-menu
    .style_5
    .mega-banner.skin-3
    .col-product
    .slick-arrow.slick-next {
    right: 0;
  }
  .home-slideshow .not_img {
    height: 720px;
    line-height: 720px;
  }
  .container-fluid .slide-content.style_2,
  .container-padd60 .slide-content.style_2 {
    padding: 65px 50px 70px;
    min-width: 570px;
  }
  .container-fluid .slide-content.abs_left,
  .container-padd60 .slide-content.abs_left {
    left: -moz-calc((100% - 1200px)/ 2);
    left: -webkit-calc((100% - 1200px)/ 2);
    left: -ms-calc((100% - 1200px)/ 2);
    left: calc((100% - 1200px) / 2);
  }
  .container-fluid .slide-content.abs_right,
  .container-padd60 .slide-content.abs_right {
    right: -moz-calc((100% - 1200px)/ 2);
    right: -webkit-calc((100% - 1200px)/ 2);
    right: -ms-calc((100% - 1200px)/ 2);
    right: calc((100% - 1200px) / 2);
  }
  .container-fluid .banner-large-img .inner.abs_left,
  .container-padd60 .banner-large-img .inner.abs_left {
    left: -moz-calc((100% - 1200px)/ 2);
    left: -webkit-calc((100% - 1200px)/ 2);
    left: -ms-calc((100% - 1200px)/ 2);
    left: calc((100% - 1200px) / 2);
  }
  .container-fluid .banner-large-img .inner.abs_right,
  .container-padd60 .banner-large-img .inner.abs_right {
    right: -moz-calc((100% - 1200px)/ 2);
    right: -webkit-calc((100% - 1200px)/ 2);
    right: -ms-calc((100% - 1200px)/ 2);
    right: calc((100% - 1200px) / 2);
  }
  .home-custom-sub-banner .item,
  .home-sub-banner .item {
    margin-bottom: 30px;
  }
  .home-spotlight-block.layout_style_2 .spotlight-item .spotlight-button span {
    position: relative;
  }
  .home-spotlight-block.layout_style_2
    .spotlight-item
    .spotlight-button
    span:hover:before {
    width: 100%;
    visibility: visible;
  }
  .home-spotlight-block.layout_style_2
    .spotlight-item
    .spotlight-button
    span:before {
    position: absolute;
    left: 0;
    width: 0;
    bottom: -2px;
    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;
  }
  .product-item .action {
    max-width: 170px;
    margin-left: auto;
    margin-right: auto;
  }
  .style_product_grid_2 .product-item .action {
    max-width: 230px;
  }
  .style_product_grid_2 .product-item .product-title span {
    text-decoration: none;
    background-image: linear-gradient(currentColor, currentColor);
    background-position: 0 100%;
    background-repeat: no-repeat;
    background-size: 0 1px;
    transition: background-size 0.3s;
  }
  .style_product_grid_2 .product-item .product-title span:focus,
  .style_product_grid_2 .product-item .product-title span:hover {
    background-size: 100% 1px;
  }
  .style_product_grid_2 .product-item .product-vendor a {
    position: relative;
  }
  .style_product_grid_2 .product-item .product-vendor a:before {
    position: absolute;
    left: 0;
    width: 0;
    bottom: -2px;
    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;
  }
  .style_product_grid_2 .product-item .product-vendor a:hover:before {
    width: 100%;
    visibility: visible;
  }
  .style_product_grid_3 .product-item .action {
    max-width: 100%;
    margin-top: 10px;
    margin-bottom: 5px;
  }
  .style_product_grid_3 .product-item .product-title span {
    text-decoration: none;
    background-image: linear-gradient(currentColor, currentColor);
    background-position: 0 100%;
    background-repeat: no-repeat;
    background-size: 0 1px;
    transition: background-size 0.3s;
  }
  .style_product_grid_3 .product-item .product-title span:focus,
  .style_product_grid_3 .product-item .product-title span:hover {
    background-size: 100% 1px;
  }
  .style_product_grid_3 .product-item .product-vendor a {
    position: relative;
  }
  .style_product_grid_3 .product-item .product-vendor a:before {
    position: absolute;
    left: 0;
    width: 0;
    bottom: -2px;
    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;
  }
  .style_product_grid_3 .product-item .product-vendor a:hover:before {
    width: 100%;
    visibility: visible;
  }
  .grid-item-mansory .product-item .product-top:hover .countdown-grid-item {
    opacity: 0;
    visibility: hidden;
    -moz-transform: translateY(100%);
    -o-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
  .home-custom-block .banner-large-img .not_img {
    height: 720px;
    line-height: 720px;
  }
  .home-custom-block .banner-small-img .not_img {
    height: 485px;
    line-height: 485px;
  }
  .featured-product-article
    .products-grid.five-items:not(.slick-slider)
    .grid-item:nth-child(-n + 5),
  .featured-products
    .products-grid.five-items:not(.slick-slider)
    .grid-item:nth-child(-n + 5),
  .recently-viewed-products
    .products-grid.five-items:not(.slick-slider)
    .grid-item:nth-child(-n + 5),
  .related-products
    .products-grid.five-items:not(.slick-slider)
    .grid-item:nth-child(-n + 5) {
    display: block;
  }
  .featured-product-article
    .products-grid.six-items:not(.slick-slider)
    .grid-item:nth-child(-n + 6),
  .featured-products
    .products-grid.six-items:not(.slick-slider)
    .grid-item:nth-child(-n + 6),
  .recently-viewed-products
    .products-grid.six-items:not(.slick-slider)
    .grid-item:nth-child(-n + 6),
  .related-products
    .products-grid.six-items:not(.slick-slider)
    .grid-item:nth-child(-n + 6) {
    display: block;
  }
  .featured-product-article.has-banner .img-box .not_img,
  .featured-products.has-banner .img-box .not_img,
  .recently-viewed-products.has-banner .img-box .not_img,
  .related-products.has-banner .img-box .not_img {
    height: 640px;
    line-height: 640px;
  }
  .featured-product-article.has-banner .column-banner,
  .featured-products.has-banner .column-banner,
  .recently-viewed-products.has-banner .column-banner,
  .related-products.has-banner .column-banner {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(40% - 15px);
    flex: 0 0 calc(40% - 15px);
    max-width: -moz-calc(40% - 15px);
    max-width: -webkit-calc(40% - 15px);
    max-width: -ms-calc(40% - 15px);
    max-width: calc(40% - 15px);
  }
  .featured-product-article.has-banner .column-product,
  .featured-products.has-banner .column-product,
  .recently-viewed-products.has-banner .column-product,
  .related-products.has-banner .column-product {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(60% + 15px);
    flex: 0 0 calc(60% + 15px);
    max-width: -moz-calc(60% + 15px);
    max-width: -webkit-calc(60% + 15px);
    max-width: -ms-calc(60% + 15px);
    max-width: calc(60% + 15px);
    padding-right: -moz-calc((100% - 1170px)/ 2);
    padding-right: -webkit-calc((100% - 1170px)/ 2);
    padding-right: -ms-calc((100% - 1170px)/ 2);
    padding-right: calc((100% - 1170px) / 2);
  }
  .featured-product-article.has-banner .column-product .column-product-inner,
  .featured-products.has-banner .column-product .column-product-inner,
  .recently-viewed-products.has-banner .column-product .column-product-inner,
  .related-products.has-banner .column-product .column-product-inner {
    max-width: -moz-calc(1200px/10 * 6 - 30px);
    max-width: -webkit-calc(1200px/10 * 6 - 30px);
    max-width: -ms-calc(1200px/10 * 6 - 30px);
    max-width: calc(1200px / 10 * 6 - 30px);
  }
  .featured-product-article.has-banner .flex-row-reverse .column-product,
  .featured-products.has-banner .flex-row-reverse .column-product,
  .recently-viewed-products.has-banner .flex-row-reverse .column-product,
  .related-products.has-banner .flex-row-reverse .column-product {
    padding-left: -moz-calc((100% - 1170px)/ 2);
    padding-left: -webkit-calc((100% - 1170px)/ 2);
    padding-left: -ms-calc((100% - 1170px)/ 2);
    padding-left: calc((100% - 1170px) / 2);
    padding-right: 15px;
  }
  .featured-products.has-banner.layout_style_2 {
    border-top: 0;
  }
  .featured-products.has-banner.layout_style_2 .row {
    position: relative;
  }
  .featured-products.has-banner.layout_style_2 .column-banner {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .featured-products.has-banner.layout_style_2
    .column-banner
    .custom-block-imgs {
    top: auto;
    left: 20px;
    bottom: 20px;
    transform: none;
    min-width: auto;
  }
  .featured-products.has-banner.layout_style_2
    .column-banner
    .custom-block-imgs
    .banner-button
    span {
    position: relative;
  }
  .featured-products.has-banner.layout_style_2
    .column-banner
    .custom-block-imgs
    .banner-button
    span:hover:before {
    width: 100%;
    visibility: visible;
  }
  .featured-products.has-banner.layout_style_2
    .column-banner
    .custom-block-imgs
    .banner-button
    span:before {
    position: absolute;
    left: 0;
    width: 0;
    bottom: -2px;
    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;
  }
  .featured-products.has-banner.layout_style_2
    .column-banner
    .custom-block-imgs
    .banner-button
    + .banner-button {
    margin-left: 20px;
  }
  .featured-products.has-banner.layout_style_2
    .column-banner
    .custom-block-imgs
    .banner-heading {
    margin-bottom: 17px;
  }
  .featured-products.has-banner.layout_style_2
    .column-banner
    .custom-block-imgs
    .banner-des {
    margin-bottom: 27px;
  }
  .featured-products.has-banner.layout_style_2
    .column-banner
    .column-banner-inner
    .img-box {
    text-align: left;
  }
  .featured-products.has-banner.layout_style_2
    .column-banner
    .column-banner-inner
    .img-box
    img {
    height: 600px;
    max-width: 970px;
  }
  .featured-products.has-banner.layout_style_2 .column-product {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 268px;
    flex: 0 0 268px;
    max-width: 268px;
    padding: 0;
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
  }
  .featured-products.has-banner.layout_style_2
    .column-product
    .column-product-inner {
    padding: 0;
  }
  .featured-products.has-banner.layout_style_2
    .column-product
    .column-product-inner
    .row {
    margin: 0;
  }
  .featured-products.has-banner.layout_style_2
    .column-product
    .products-grid
    .grid-item {
    padding: 0;
    margin: 0;
  }
  .featured-products.has-banner.layout_style_2
    .column-product
    .products-grid
    .grid-item
    .product-item {
    box-shadow: -5px 4px 5px 0 rgba(0, 0, 0, 0.1);
  }
  .featured-products.has-banner.layout_style_2
    .column-product
    .products-grid
    .grid-item
    .product-item
    .price-box {
    margin-bottom: 0;
  }
  .featured-products.has-banner.layout_style_2
    .column-product
    .products-grid
    .grid-item
    .product-image {
    margin-bottom: 0;
  }
  .featured-products.has-banner.layout_style_2
    .column-product
    .products-grid
    .grid-item
    .product-bottom {
    background: #fff;
    padding: 15px 25px 5px 25px;
  }
  .featured-products.has-banner.layout_style_2 .slick-arrow {
    display: none !important;
  }
  .featured-products.has-banner .column-product .widget-product .slick-arrow {
    top: -moz-calc(50% - 90px);
    top: -webkit-calc(50% - 90px);
    top: -ms-calc(50% - 90px);
    top: calc(50% - 90px);
  }
  .featured-products.has-banner.layout_style_4 .column-banner {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    max-height: 870px;
  }
  .featured-products.has-banner.layout_style_4 .column-product {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    padding-right: 0;
    padding-left: 20px;
  }
  .featured-products.has-banner.layout_style_4.banner-right .column-product {
    padding-left: 0;
  }
  .featured-products.has-banner.layout_style_4.banner-right .column-banner {
    padding-left: 20px;
  }
  .featured-products.has-banner.layout_style_4
    .column-product
    .widget-product
    .slick-dots {
    display: none !important;
  }
  .featured-products.has-banner.layout_style_4
    .column-product
    .column-product-inner {
    max-width: 100%;
  }
  .home-product-tabs
    .products-grid.five-items:not(.slick-slider)
    .grid-item:nth-child(-n + 5) {
    display: block;
  }
  .brands-page
    .logo-brands
    .brands-slider:not(.slick-slider)
    .item:nth-child(-n + 5),
  .brands-page
    .logo-brands
    [data-instagram-feed]:not(.slick-slider)
    .item:nth-child(-n + 5),
  .home-brands-block .brands-slider:not(.slick-slider) .item:nth-child(-n + 5),
  .home-brands-block
    [data-instagram-feed]:not(.slick-slider)
    .item:nth-child(-n + 5),
  .home-instagram .brands-slider:not(.slick-slider) .item:nth-child(-n + 5),
  .home-instagram
    [data-instagram-feed]:not(.slick-slider)
    .item:nth-child(-n + 5) {
    display: block;
  }
  .custom-block-image .btn-img-block {
    opacity: 0;
    visibility: hidden;
    bottom: 10%;
    -webkit-transition: bottom 0.6s ease;
    -moz-transition: bottom 0.6s ease;
    -ms-transition: bottom 0.6s ease;
    -o-transition: bottom 0.6s ease;
    transition: bottom 0.6s ease;
  }
  .custom-block-image:hover .btn-img-block {
    opacity: 1;
    visibility: visible;
    bottom: 17%;
  }
  .footer-default .footer-top .footer-col-left {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 60%;
    flex: 0 0 60%;
    max-width: 60%;
  }
  .footer-default .footer-top .footer-col-right {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    max-width: 40%;
  }
  .home-collections .collections-slider:not(.slick-slider) .item {
    display: none;
  }
  .home-collections
    .collections-slider.five-items:not(.slick-slider)
    .item:nth-child(-n + 5) {
    display: block;
  }
  .home-collections
    .collections-slider.six-items:not(.slick-slider)
    .item:nth-child(-n + 6) {
    display: block;
  }
  .collection-item .content-box .banner-title {
    font-size: var(--page_title_font_size);
  }
  .list-categories-mansory .columns.columns-4 {
    -webkit-column-count: 4;
    column-count: 4;
  }
  .col-sidebar .close-sidebar,
  .col-sidebar .sidebar-label,
  .collection-template .close-sidebar,
  .collection-template .sidebar-label {
    display: none;
  }
  .col-sidebar {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 240px;
    flex: 0 0 240px;
    max-width: 240px;
  }
  .col-main {
    -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);
  }
  .layout_style_1170 .col-sidebar {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 270px;
    flex: 0 0 270px;
    max-width: 270px;
  }
  .layout_style_1170 .col-main {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100% - 270px);
    flex: 0 0 calc(100% - 270px);
    max-width: -moz-calc(100% - 270px);
    max-width: -webkit-calc(100% - 270px);
    max-width: -ms-calc(100% - 270px);
    max-width: calc(100% - 270px);
  }
  .layout_style_1170 .collection-template-express-order .col-sidebar {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 240px;
    flex: 0 0 240px;
    max-width: 240px;
  }
  .layout_style_1170 .collection-template-express-order .col-main {
    -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);
  }
  .body-full .container,
  .container-padd60 {
    padding: 0 1.5%;
  }
  .body-full .container .col-sidebar,
  .container-padd60 .col-sidebar {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 300px;
    flex: 0 0 300px;
    max-width: 300px;
  }
  .body-full .container .col-main,
  .container-padd60 .col-main {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100% - 300px);
    flex: 0 0 calc(100% - 300px);
    max-width: -moz-calc(100% - 300px);
    max-width: -webkit-calc(100% - 300px);
    max-width: -ms-calc(100% - 300px);
    max-width: calc(100% - 300px);
  }
  .halo-collection-content {
    padding-top: 13px;
  }
  .halo-collection-content .sidebar {
    margin-top: -5px;
  }
  .sidebar-links .widget-content li a.active,
  .sidebar-links .widget-content li a:hover {
    padding-left: 17px;
  }
  .sidebar-links .widget-content li a.active:before,
  .sidebar-links .widget-content li a:hover:before {
    content: "\f105";
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 15px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    position: absolute;
    top: 9.6px;
    left: 0;
    font-weight: 500;
    color: rgba(50, 50, 50, 0.4);
  }
  .sidebar-links .widget-content li.dropdown > a.active,
  .sidebar-links .widget-content li.dropdown > a:hover {
    padding-left: 0;
  }
  .sidebar-links .widget-content li.dropdown > a.active:before,
  .sidebar-links .widget-content li.dropdown > a:hover:before {
    display: none;
  }
  .sidebar-links .widget-content li.sidebar-link-lv1 > .dropdown-cat {
    padding-left: 15px;
  }
  .sidebar-links .widget-content .dropdown-cat .dropdown-cat li a.active,
  .sidebar-links .widget-content .dropdown-cat .dropdown-cat li a:before {
    top: 7px;
  }
  .collection-header.collection-header-sections .collection-image .tab-abs {
    display: none !important;
  }
  .translate-filter-pc .col-sidebar .sidebar-label {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    padding: 13px 0 13px;
    margin-bottom: 35px;
  }
  .translate-filter-pc .sidebar-filter {
    position: fixed;
    top: 0;
    left: 0;
    width: 270px;
    max-width: 100%;
    background-color: var(--body_bg);
    z-index: 5;
    margin: 0;
    overflow-y: auto;
    height: 100vh;
    -moz-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    -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;
    padding: 97px 30px 80px;
  }
  .translate-filter-pc .sidebar-filter .close-sidebar {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    right: 22px;
    top: 33px;
  }
  .translate-filter-pc .sidebar-filter::-webkit-scrollbar-track {
    background-color: #e6e6e6;
  }
  .translate-filter-pc .sidebar-filter::-webkit-scrollbar {
    width: 5px;
    background-color: #e6e6e6;
  }
  .translate-filter-pc .sidebar-filter::-webkit-scrollbar-thumb {
    background-color: #969696;
  }
  .translate-filter-pc .halo-collection-content {
    padding-top: 10px;
  }
  html.sidebar-open .translate-filter-pc .sidebar-filter {
    -moz-transform: none;
    -o-transform: none;
    -ms-transform: none;
    -webkit-transform: none;
    transform: none;
  }
  html.cart-show body,
  html.customer-show body,
  html.halo-modal-open body,
  html.options-show body,
  html.sidebar-open body,
  html.translate-overlay body {
    padding-right: 17px;
  }
  .collection-template-right-sidebar .products-grid {
    margin-bottom: 5px;
  }
  .collection-template-fullwidth .products-grid,
  .collection-template-mansory .products-grid {
    margin-bottom: 10px;
  }
  .products-grid .grid-item-mansory .product-bottom .countdown-grid-item {
    display: none !important;
  }
  .products-grid.grid-5 {
    -moz-column-count: 5;
    -webkit-column-count: 5;
    column-count: 5;
  }
  .collection-template-express-order .halo-collection-content {
    padding-top: 23px;
  }
  .cart-form .cart-list {
    overflow-y: scroll;
    max-height: 300px;
    margin-right: -17px;
    overflow-x: hidden;
    max-width: -moz-calc(100% + 17px);
    max-width: -webkit-calc(100% + 17px);
    max-width: -ms-calc(100% + 17px);
    max-width: calc(100% + 17px);
  }
  .cart-form .cart-list .flex_row {
    width: 337px;
  }
  .cart-form .cart-list .details {
    width: -moz-calc(100% - 337px);
    width: -webkit-calc(100% - 337px);
    width: -ms-calc(100% - 337px);
    width: calc(100% - 337px);
  }
  .product-default .horizontal-tabs .product-photos {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(50% - 10px);
    flex: 0 0 calc(50% - 10px);
    max-width: -moz-calc(50% - 10px);
    max-width: -webkit-calc(50% - 10px);
    max-width: -ms-calc(50% - 10px);
    max-width: calc(50% - 10px);
  }
  .product-default .horizontal-tabs .product-shop {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(50% + 10px);
    flex: 0 0 calc(50% + 10px);
    max-width: -moz-calc(50% + 10px);
    max-width: -webkit-calc(50% + 10px);
    max-width: -ms-calc(50% + 10px);
    max-width: calc(50% + 10px);
  }
  .product-default .vertical-tabs .product-photos {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(50% - 20px);
    flex: 0 0 calc(50% - 20px);
    max-width: -moz-calc(50% - 20px);
    max-width: -webkit-calc(50% - 20px);
    max-width: -ms-calc(50% - 20px);
    max-width: calc(50% - 20px);
  }
  .product-default .vertical-tabs .product-shop {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(50% + 20px);
    flex: 0 0 calc(50% + 20px);
    max-width: -moz-calc(50% + 20px);
    max-width: -webkit-calc(50% + 20px);
    max-width: -ms-calc(50% + 20px);
    max-width: calc(50% + 20px);
  }
  .product-template .breadcrumb {
    margin-bottom: 32px;
  }
  .product-template .bg-breddcrumb {
    margin-bottom: 32px;
  }
  .product-template .bg-breddcrumb .breadcrumb {
    margin-bottom: 0;
  }
  .cart-template .wrapper-cart-template .cart-list .quantity {
    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;
  }
  .cart-template .wrapper-cart-template .cart-list .qty-group {
    margin-bottom: 0;
    margin-right: 0;
  }
  .lookbook-slideshow .not_img {
    height: 670px;
    line-height: 670px;
  }
  .lookbook-page .page-header h1,
  .lookbook-page .page-header h2 {
    margin-bottom: 49px;
  }
  .lookbook-page .lookbook-custom .item {
    margin-bottom: 30px;
  }
  .halo-blog-content .blog-default {
    margin-top: -12px;
  }
  .blog-mansory .list-blog {
    margin-left: -15px;
    margin-right: -15px;
  }
  .blog-mansory .list-blog .blog-item-2 {
    padding-left: 15px;
    padding-right: 15px;
  }
  #comments form .comment-form {
    margin-left: -15px;
    margin-right: -15px;
  }
  #comments form .comment-form .form-group {
    padding-left: 15px;
    padding-right: 15px;
  }
  .article-template .blog-detail {
    margin-top: -10px;
  }
  .product-img-box.vertical-moreview {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
  }
  .product-img-box.vertical-moreview .wrapper-images {
    width: -moz-calc(100% - 90px);
    width: -webkit-calc(100% - 90px);
    width: -ms-calc(100% - 90px);
    width: calc(100% - 90px);
  }
  .product-img-box.vertical-moreview .product-photo-container {
    margin-bottom: 0;
  }
  .product-img-box.vertical-moreview .slider-nav {
    width: 70px;
    padding: 35px 0;
    margin-bottom: 0;
  }
  .product-img-box.vertical-moreview .slider-nav .item {
    margin: 10px 0;
    border: none;
  }
  .product-img-box.vertical-moreview .slider-nav:not(.slick-slider) .item {
    width: 100%;
  }
  .product-img-box.vertical-moreview .slick-arrow {
    text-align: center;
    left: 50%;
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .product-img-box.vertical-moreview .slick-arrow svg {
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  .product-img-box.vertical-moreview .slick-arrow.slick-prev {
    top: 0;
  }
  .product-img-box.vertical-moreview .slick-arrow.slick-next {
    top: initial;
    bottom: -10px;
  }
  .product-img-box.vertical-moreview:after {
    display: block;
    content: "";
    visibility: hidden;
    clear: both;
  }
  .product-img-box.left-vertical-moreview {
    -webkit-flex-direction: row-reverse;
    -moz-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .product-img-box.left-vertical-moreview .wrapper-images {
    margin-left: 20px;
  }
  .product-img-box.right-vertical-moreview .wrapper-images {
    margin-right: 20px;
  }
  .product-template-slider
    .product-img-box
    .slider-for:not(.slick-slider)
    .thumb:nth-child(-n + 4) {
    display: block;
    width: 25%;
  }
  .product-template-slider .product-img-box .slick-arrow {
    top: -moz-calc(50% - 22px);
    top: -webkit-calc(50% - 22px);
    top: -ms-calc(50% - 22px);
    top: calc(50% - 22px);
    opacity: 0;
  }
  .product-template-slider .product-img-box .slick-arrow.slick-prev {
    left: -moz-calc((100% - 1170px)/ 2 + 50px);
    left: -webkit-calc((100% - 1170px)/ 2 + 50px);
    left: -ms-calc((100% - 1170px)/ 2 + 50px);
    left: calc((100% - 1170px) / 2 + 50px);
  }
  .product-template-slider .product-img-box .slick-arrow.slick-next {
    right: -moz-calc((100% - 1170px)/ 2 + 50px);
    right: -webkit-calc((100% - 1170px)/ 2 + 50px);
    right: -ms-calc((100% - 1170px)/ 2 + 50px);
    right: calc((100% - 1170px) / 2 + 50px);
  }
  .product-template-slider .product-img-box:hover .slick-arrow {
    opacity: 1;
  }
  .product-template-slider .product-img-box.five-items .video-open-popup > a,
  .product-template-slider .product-img-box.four-items .video-open-popup > a {
    left: -moz-calc(25% + 20px);
    left: -webkit-calc(25% + 20px);
    left: -ms-calc(25% + 20px);
    left: calc(25% + 20px);
  }
  .product-template-slider .product-img-box.five-items .product-label,
  .product-template-slider .product-img-box.four-items .product-label {
    right: 25%;
  }
  .product-template-slider .product-img-box.five-items:after,
  .product-template-slider .product-img-box.five-items:before,
  .product-template-slider .product-img-box.four-items:after,
  .product-template-slider .product-img-box.four-items:before {
    width: 25%;
  }
  .product-template-slider .product-img-box.five-items .slick-arrow.slick-prev,
  .product-template-slider .product-img-box.four-items .slick-arrow.slick-prev {
    left: 25%;
  }
  .product-template-slider .product-img-box.five-items .slick-arrow.slick-next,
  .product-template-slider .product-img-box.four-items .slick-arrow.slick-next {
    right: 25%;
  }
  .product-template-gallery .product-photos {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(50% + 100px);
    flex: 0 0 calc(50% + 100px);
    max-width: -moz-calc(50% + 100px);
    max-width: -webkit-calc(50% + 100px);
    max-width: -ms-calc(50% + 100px);
    max-width: calc(50% + 100px);
  }
  .product-template-gallery .product-shop {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(50% - 100px);
    flex: 0 0 calc(50% - 100px);
    max-width: -moz-calc(50% - 100px);
    max-width: -webkit-calc(50% - 100px);
    max-width: -ms-calc(50% - 100px);
    max-width: calc(50% - 100px);
  }
  .product_bottom .has-relate-verticle {
    -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);
  }
  .relate-verticle {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 240px;
    flex: 0 0 240px;
    max-width: 240px;
  }
  .relate-verticle .related-products {
    margin-top: 3px;
    border-top: none;
  }
  .relate-verticle .related-products .widget-title {
    border-bottom: 1px solid var(--border_bt_sidebar);
    padding: 13px 0 14px;
    text-align: center;
    margin-bottom: 30px;
  }
  .relate-verticle .related-products .box-title {
    margin-bottom: 0;
  }
  .relate-verticle .related-products .products-grid {
    padding-bottom: 35px;
    margin-bottom: 45px;
  }
  .relate-verticle .related-products .products-grid .slick-arrow {
    top: initial;
    bottom: -17px;
  }
  .relate-verticle .related-products .products-grid .slick-prev {
    left: calc(50% - 40px);
  }
  .relate-verticle .related-products .products-grid .slick-next {
    right: calc(50% - 40px);
  }
  .relate-verticle .related-products .products-grid .grid-item {
    margin-top: 0;
    margin-bottom: 0;
  }
  .relate-verticle .related-products .products-grid .grid-item .product-item {
    margin-bottom: 43px;
  }
  .relate-verticle .related-products .products-grid .grid-item .product-bottom,
  .relate-verticle .related-products .products-grid .grid-item .product-des {
    display: none !important;
  }
  .relate-verticle
    .related-products
    .products-grid
    .grid-item
    .product-details {
    display: block !important;
    text-align: center;
  }
  .relate-verticle
    .related-products
    .products-grid
    .grid-item
    .product-details
    .action,
  .relate-verticle
    .related-products
    .products-grid
    .grid-item
    .product-details
    .short-description,
  .relate-verticle
    .related-products
    .products-grid
    .grid-item
    .product-details
    .wishlist {
    display: none;
  }
  .relate-verticle .related-products .product-image img {
    max-width: 120px;
  }
  .collection-template-no-sidebar .halo-collection-content {
    padding-top: 0;
  }
  .collection-template-no-sidebar .bg-filter {
    margin-bottom: 40px;
    padding: 20px 0 7px;
  }
  .collection-template-no-sidebar .col-sidebar {
    -webkit-box-flex: 0 !important;
    -ms-flex: 0 0 100% !important;
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }
  .collection-template-no-sidebar .col-sidebar .sidebar {
    margin: 0;
  }
  .collection-template-no-sidebar .col-sidebar .widget-content {
    display: none;
    position: absolute;
    top: 100%;
    background-color: var(--body_bg);
    left: 15px;
    right: 15px;
    z-index: 5;
    @indlude border-radius(2px);
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15);
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15);
    padding: 20px 20px 17px;
    margin-bottom: 0 !important;
    visibility: hidden;
    pointer-events: none;
  }
  .collection-template-no-sidebar .col-sidebar .widget-content .clear,
  .collection-template-no-sidebar .col-sidebar .widget-content .clear-all {
    color: var(--breadcrumb_color);
    display: block;
    border-top: 1px solid #f2f2f2;
    line-height: 1em;
    padding-top: 15px;
  }
  .collection-template-no-sidebar .col-sidebar .widget-content .clear {
    margin-top: 6px;
  }
  .collection-template-no-sidebar .col-sidebar .widget-content .clear-all {
    margin-top: 15px;
  }
  .collection-template-no-sidebar .col-sidebar .filter-color .widget-content {
    padding-bottom: 10px;
  }
  .collection-template-no-sidebar
    .col-sidebar
    .sidebar-links
    .widget-content
    .scroll-content {
    max-height: 260px;
    overflow-y: auto;
  }
  .collection-template-no-sidebar
    .col-sidebar
    .sidebar-links
    .widget-content
    .scroll-content::-webkit-scrollbar-track {
    background-color: #f4f4f4;
  }
  .collection-template-no-sidebar
    .col-sidebar
    .sidebar-links
    .widget-content
    .scroll-content::-webkit-scrollbar {
    width: 5px;
    background-color: #f4f4f4;
  }
  .collection-template-no-sidebar
    .col-sidebar
    .sidebar-links
    .widget-content
    .scroll-content::-webkit-scrollbar-thumb {
    background-color: #323232;
  }
  .collection-template-no-sidebar
    .col-sidebar
    .sidebar-links
    .widget-content
    .scroll-content
    > ul {
    margin-top: -10px;
    padding-right: 10px;
  }
  .collection-template-no-sidebar
    .col-sidebar
    .sidebar-links
    .widget-content
    li
    a {
    font-size: var(--font_size);
    font-weight: 400;
    padding-top: 5px;
    padding-bottom: 3px;
  }
  .collection-template-no-sidebar
    .col-sidebar
    .sidebar-links
    .widget-content
    li
    a:before {
    top: 8px;
  }
  .collection-template-no-sidebar
    .col-sidebar
    .sidebar-links
    .widget-content
    li
    a.active,
  .collection-template-no-sidebar
    .col-sidebar
    .sidebar-links
    .widget-content
    li
    a:hover {
    padding-left: 15px;
  }
  .collection-template-no-sidebar
    .col-sidebar
    .sidebar-links
    .widget-content
    .dropdown-cat
    .dropdown-cat
    li
    a.active,
  .collection-template-no-sidebar
    .col-sidebar
    .sidebar-links
    .widget-content
    .dropdown-cat
    .dropdown-cat
    li
    a:before {
    top: 7px;
  }
  .collection-template-no-sidebar .col-sidebar .sidebar-links .icon-dropdown {
    top: -0.5px;
  }
  .collection-template-no-sidebar .sidebar .widget-title {
    margin-bottom: 0;
  }
  .collection-template-no-sidebar
    .sidebar
    .widget-title.open
    .sidebar-title:after {
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    top: 0;
  }
  .collection-template-no-sidebar .sidebar .sidebar-filter {
    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;
    margin-right: -15px;
    margin-left: -15px;
    padding: 0;
  }
  .collection-template-no-sidebar .sidebar .sidebar-filter > .widget {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
    padding: 0 15px;
    margin-bottom: 23px;
    position: relative;
  }
  .collection-template-no-sidebar .sidebar .sidebar-title {
    font-size: var(--font_size);
    font-weight: 600;
    border-bottom-color: #acacac;
    padding-bottom: 4px;
    color: #2d2d2d;
    padding-left: 0;
    padding-right: 26px;
    position: relative;
  }
  .collection-template-no-sidebar .sidebar .sidebar-title:before {
    display: none;
  }
  .collection-template-no-sidebar .sidebar .sidebar-title:after {
    font-family: FontAwesome;
    content: "\f107";
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    position: absolute;
    right: 0;
    top: -1px;
    font-weight: 600;
    font-size: 16px;
    color: #797979;
    -webkit-transition: transform 0.3s linear;
    -moz-transition: transform 0.3s linear;
    -ms-transition: transform 0.3s linear;
    -o-transition: transform 0.3s linear;
    transition: transform 0.3s linear;
  }
  .collection-template-no-sidebar
    .sidebar-filter
    .sidebar-tags:not(.filter-color)
    .widget-content {
    max-height: initial;
    overflow: visible;
  }
  .collection-template-no-sidebar
    .sidebar-filter
    .sidebar-tags:not(.filter-color)
    .scroll-content {
    max-height: 198px;
    overflow-y: auto;
  }
  .collection-template-no-sidebar
    .sidebar-filter
    .sidebar-tags:not(.filter-color)
    .scroll-content::-webkit-scrollbar-track {
    background-color: #f4f4f4;
  }
  .collection-template-no-sidebar
    .sidebar-filter
    .sidebar-tags:not(.filter-color)
    .scroll-content::-webkit-scrollbar {
    width: 5px;
    background-color: #f4f4f4;
  }
  .collection-template-no-sidebar
    .sidebar-filter
    .sidebar-tags:not(.filter-color)
    .scroll-content::-webkit-scrollbar-thumb {
    background-color: #323232;
  }
  .collection-template-no-sidebar
    .sidebar-filter
    > .widget:hover
    .widget-content {
    display: block;
    visibility: visible;
    pointer-events: auto;
  }
  .collection-template-no-sidebar .sidebar-filter .refined-widgets {
    display: none !important;
  }
  body:not(.template-index) .wrapper_header_parallax .wrapper-header-bt {
    -webkit-box-shadow: 0 3px 3px -3px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 3px 3px -3px rgba(0, 0, 0, 0.1);
    box-shadow: 0 3px 3px -3px rgba(0, 0, 0, 0.1);
  }
  body:not(.template-index)
    .wrapper_header_parallax
    .header-logo
    .logo-img
    .logo-parallax {
    display: none;
  }
  .wrapper_header_parallax .wrapper-header-bt .header-pc,
  .wrapper_header_vertical .wrapper-header-bt .header-pc {
    display: none;
  }
  .wrapper_header_parallax .sticky-wrapper {
    min-height: 82px;
  }
  .wrapper_header_parallax .wrapper-navigation {
    position: static;
  }
  .wrapper_header_parallax .is-sticky .wrapper-header-bt {
    padding-top: 0;
    -webkit-box-shadow: 0 3px 3px -3px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 3px 3px -3px rgba(0, 0, 0, 0.1);
    box-shadow: 0 3px 3px -3px rgba(0, 0, 0, 0.1);
  }
  .wrapper_header_parallax .is-sticky .site-nav .menu-lv-1 > a {
    padding-bottom: 16px;
  }
  .wrapper_header_parallax .is-sticky .left-header,
  .wrapper_header_parallax .is-sticky .right-header {
    margin-top: 2px;
  }
  .wrapper_header_parallax .wrapper-header-bt {
    position: relative;
    padding-top: 10px;
  }
  .wrapper_header_parallax .wrapper-header-bt .header-logo {
    padding: 8px 0 8px;
  }
  .wrapper_header_parallax .wrapper-header-bt .header-panel-bt {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: space-between;
    -moz-box-pack: space-between;
    -ms-flex-pack: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
  }
  .wrapper_header_parallax .wrapper-header-bt .icon-search svg {
    top: 1px;
  }
  .wrapper_header_parallax .left-header {
    padding-right: 15px;
    width: 140px;
  }
  .wrapper_header_parallax .right-header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: flex-end;
    -moz-box-pack: flex-end;
    -ms-flex-pack: flex-end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    margin-top: 1px;
  }
  .wrapper_header_parallax .right-header > * {
    width: 50px;
    height: 50px;
    -webkit-box-pack: flex-end;
    -moz-box-pack: flex-end;
    -ms-flex-pack: flex-end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
  }
  .wrapper_header_parallax .right-header .hamburger-icon {
    position: relative;
    top: 1px;
  }
  .wrapper_header_parallax .right-header .icon-user {
    position: relative;
    top: -1px;
    padding: 3px 0;
  }
  .wrapper_header_parallax .right-header .icon-user svg {
    width: 22px;
  }
  .wrapper_header_parallax .right-header .wishlist-icon {
    padding-right: 3px;
  }
  .wrapper_header_parallax .right-header .cart-icon {
    padding-right: 2px;
    position: relative;
    top: -1px;
  }
  .wrapper_header_parallax .right-header .cart-icon .cartCount {
    right: -10px;
    top: 6px;
  }
  .wrapper_header_parallax .right-header .nav-search .search-form {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    position: absolute;
    width: 100%;
    z-index: 3;
    height: 100%;
    background-color: #f8f8f8;
    visibility: hidden;
    -moz-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0;
    -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;
  }
  .wrapper_header_parallax .right-header .nav-search .search-bar {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    width: 1170px;
    max-width: 82%;
    margin: auto;
    top: 0;
    height: 100%;
  }
  .wrapper_header_parallax .right-header .nav-search .search-bar .icon-search {
    padding-right: 0;
    -webkit-box-pack: flex-end;
    -moz-box-pack: flex-end;
    -ms-flex-pack: flex-end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    width: 52px;
  }
  .wrapper_header_parallax
    .right-header
    .nav-search
    .search-bar
    .icon-search
    svg {
    width: 18px;
    height: 18px;
  }
  .wrapper_header_parallax .right-header .nav-search .input-group-field {
    font-size: var(--font_size_plus4);
    width: -moz-calc(100% - 52px);
    width: -webkit-calc(100% - 52px);
    width: -ms-calc(100% - 52px);
    width: calc(100% - 52px);
    text-align: center;
    padding-left: 64px;
    line-height: var(--font_size_plus11);
  }
  .wrapper_header_parallax .right-header .nav-search .close-search {
    left: initial;
    right: -moz-calc(1.5% - 4px);
    right: -webkit-calc(1.5% - 4px);
    right: -ms-calc(1.5% - 4px);
    right: calc(1.5% - 4px);
    top: -moz-calc(50% + 1px);
    top: -webkit-calc(50% + 1px);
    top: -ms-calc(50% + 1px);
    top: calc(50% + 1px);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .wrapper_header_parallax .wrapper-navigation {
    margin-top: 4px;
  }
  .wrapper_header_parallax .site-nav .menu-lv-1 > a {
    padding-bottom: 22px;
  }
  .wrapper_header_parallax .site-nav .menu-lv-1 .icon-label {
    top: -4px;
  }
  .translate-header #dropdown-cart,
  .translate-header #dropdown-customer,
  .translate-header .lang-currency-groups {
    display: block;
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    height: 100vh;
    z-index: 999;
    overflow-y: auto;
    -webkit-transition: transform 0.3s linear;
    -moz-transition: transform 0.3s linear;
    -ms-transition: transform 0.3s linear;
    -o-transition: transform 0.3s linear;
    transition: transform 0.3s linear;
    padding-bottom: 100px;
    width: 400px;
    max-width: -moz-calc(100vw - 40px);
    max-width: -webkit-calc(100vw - 40px);
    max-width: -ms-calc(100vw - 40px);
    max-width: calc(100vw - 40px);
    -moz-transform: translateX(100%);
    -o-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
  .translate-header #dropdown-cart .mini-products-list {
    max-height: calc(100% - 270px);
  }
  .translate-header .header-pc .customer-links,
  .translate-header .header-pc .wishlist {
    display: none !important;
  }
  .translate-header .lang-currency-groups {
    background-color: var(--body_bg);
    padding: 15px 20px 25px;
  }
  .translate-header .lang-currency-groups .dropdown-label {
    display: none !important;
  }
  .translate-header .lang-currency-groups .lang-block {
    margin-bottom: 42px;
  }
  .translate-header .lang-currency-groups .label-text {
    font-weight: 500;
    color: var(--page_title_color);
    text-transform: uppercase;
    letter-spacing: 0.05em;
    border-bottom: 1px solid var(--border_color_1);
    padding-top: 0;
    padding-bottom: 10px;
  }
  .translate-header
    .lang-currency-groups
    .btn-group
    .dropdown-item.active
    .text {
    top: 1px;
  }
  .has_sticky .wrapper_header_default .wrapper-top-cart {
    position: fixed;
    top: 0;
    right: 0;
    width: 51px;
    padding: 9px 0 4px;
    z-index: 999;
  }
  .has_sticky .wrapper_header_default .wrapper-top-cart .cart-icon {
    padding: 0;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    position: static;
    padding-top: 3px;
  }
  .has_sticky .wrapper_header_default .wrapper-top-cart .cart-text {
    display: none;
  }
  .has_sticky .wrapper_header_default .wrapper-top-cart .cartCount {
    position: absolute;
    margin: 0;
    top: 5px;
    right: 1px;
  }
  .has_sticky .wrapper_header_default .wrapper-top-cart #dropdown-cart {
    left: initial;
    right: 0;
  }
  .has_sticky .wrapper_header_default .fixed-right-menu .cart-fixed > a {
    display: none;
  }
  html.cart-show .translate-header #dropdown-cart {
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  html.customer-show .translate-header #dropdown-customer {
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  html.options-show .translate-header .lang-currency-groups {
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  html.search-open .wrapper_header_parallax .right-header .search-form {
    visibility: visible;
    opacity: 1;
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  html.search-open .wrapper_header_parallax .header-search {
    top: 0;
    max-width: initial;
    width: 100%;
    position: static;
  }
  html.search-open .wrapper_header_parallax .header-search .close-search {
    position: absolute;
  }
  html.search-open .wrapper_header_parallax .quickSearchResultsWrap {
    top: 100%;
    width: 100%;
  }
  html.search-open .wrapper_header_parallax .quickSearchResultsWrap .container {
    padding-left: 0;
    padding-right: 0;
  }
  html.search-open
    .wrapper_header_parallax
    .quickSearchResultsWrap
    .container:after {
    display: block;
    visibility: hidden;
    content: "";
    clear: both;
  }
  html.search-open
    .wrapper_header_parallax
    .quickSearchResultsWrap
    .header-block,
  html.search-open
    .wrapper_header_parallax
    .quickSearchResultsWrap
    .header-search__results-wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }
  html.search-open
    .wrapper_header_parallax
    .quickSearchResultsWrap
    .header-search__trending {
    float: right;
    width: 40%;
  }
  html.search-open
    .wrapper_header_parallax
    .quickSearchResultsWrap
    .header-search__product {
    float: left;
    width: 60%;
  }
  html.search-open
    .wrapper_header_parallax
    .quickSearchResultsWrap
    .header-search__results-wrapper {
    width: 60%;
    margin: auto;
  }
  html.search-open
    .wrapper_header_parallax
    .quickSearchResultsWrap
    .products-grid
    .grid-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .banner-parallax .parallax-image {
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
  }
  .banner-parallax .parallax-image + img {
    display: none;
  }
  .custom-block-banner .clock-item {
    border-width: 2px;
  }
  .shop-instagram .widget-title .box-title {
    font-size: var(--page_title_font_size_plus10);
  }
  .footer-2 .footer-top .footer-newsletter {
    -webkit-box-pack: space-between;
    -moz-box-pack: space-between;
    -ms-flex-pack: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .footer-4 .store-location-col {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 24.6%;
    flex: 0 0 24.6%;
    max-width: 24.6%;
  }
  .footer-4 .newsleter-col {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25.4%;
    flex: 0 0 25.4%;
    max-width: 25.4%;
  }
  .footer-4 .links-col {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .home-custom-block-sub-banner .action-link,
  .home-custom-sub-banner-sections .action-link {
    position: absolute;
    bottom: 5%;
    left: 50%;
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    -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;
    text-align: center;
    z-index: 2;
    opacity: 0;
    visibility: hidden;
  }
  .home-custom-block-sub-banner .banner-item:hover .action-link,
  .home-custom-sub-banner-sections .banner-item:hover .action-link {
    opacity: 1;
    visibility: visible;
  }
  .home-custom-block-sub-banner .banner-item:hover .action-link {
    bottom: 12.5%;
  }
  .home-custom-block-sub-banner.style_2 .banner-item .action-link {
    bottom: 12.5%;
    opacity: 1;
    visibility: visible;
  }
  .home-custom-sub-banner-sections .banner-item:hover .action-link {
    bottom: 16.5%;
  }
  .home-custom-block-sub-banner .fiveImages .banner-item:hover .action-link {
    bottom: 29%;
  }
  .home-blog-style2 {
    padding: 40px 0 30px;
  }
  .home-blog-style2 .content-blog .item .article-img {
    -webkit-transition: 0.3s linear;
    -moz-transition: 0.3s linear;
    -ms-transition: 0.3s linear;
    -o-transition: 0.3s linear;
    transition: 0.3s linear;
    opacity: 0;
  }
  .home-blog-style2 .content-blog .item .article-title a {
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
  }
  .home-blog-style2 .content-blog .item:hover .article-img {
    opacity: 1;
  }
  .home-blog-style2 .content-blog .item:hover .blog-item {
    color: #fff;
  }
  .home-blog-style2 .content-blog .item:hover .blog-item .article-title a,
  .home-blog-style2 .content-blog .item:hover .blog-item .blog_author,
  .home-blog-style2 .content-blog .item:hover .blog-item .btn-read-more {
    color: #fff;
  }
  .home-blog-style2 .content-blog .item:hover .blog-item .btn-read-more {
    border-color: #fff;
  }
  .header-lang-style2 .lang-currency-groups {
    margin-left: 18px;
  }
  .header-lang-style2 .lang-currency-groups .label-text {
    display: none;
  }
  .header-lang-style2 .lang-currency-groups .dropdown-toggle:after {
    content: "\f107";
    font: normal normal normal 14px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: block;
    cursor: pointer;
    padding: 0;
    background: 0 0;
    border: none;
    width: 20px;
    height: 20px;
    margin: 0 0 0 3px;
    vertical-align: middle;
    line-height: 18px;
    text-align: center;
    color: var(--color_icon_drop);
    position: relative;
    top: 1px;
    font-weight: 500;
  }
  .header-lang-style2 .lang-currency-groups .btn-group {
    position: relative;
  }
  .header-lang-style2 .lang-currency-groups .dropdown-label {
    margin: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    font-size: var(--font_size);
    font-weight: 600;
    letter-spacing: normal;
    padding: 4px 0 6px;
  }
  .header-lang-style2 .lang-currency-groups .dropdown-label .img-icon {
    width: 17px;
  }
  .header-lang-style2 .lang-currency-groups .dropdown-label .img-icon img {
    width: 17px;
    height: 17px;
  }
  .header-lang-style2 .lang-currency-groups .text {
    position: relative;
    top: 1px;
  }
  .header-lang-style2 .lang-currency-groups .dropdown-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    letter-spacing: normal;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding: 7px 15px 5px 0;
  }
  .header-lang-style2 .lang-currency-groups .dropdown-item .text {
    top: 1.5px;
  }
  .header-lang-style2 .lang-currency-groups .dropdown-menu {
    background-color: var(--body_bg);
    position: absolute;
    right: 0;
    top: 100%;
    z-index: 3;
    padding: 3px 10px 8px;
    min-width: 100px;
    border: 1px solid var(--border_bt_sidebar);
    -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.1);
    outline: 0;
    -moz-border-radius: 1px;
    -webkit-border-radius: 1px;
    -ms-border-radius: 1px;
    -o-border-radius: 1px;
    border-radius: 1px;
    display: none;
  }
  .header-lang-style2 .lang-currency-groups .currency-block,
  .header-lang-style2 .lang-currency-groups .lang-block {
    display: inline-block;
    vertical-align: middle;
  }
  .wrapper_header_02
    .lang-currency-groups
    .lang-block
    .dropdown-label
    > .img-icon {
    display: none;
  }
  .wrapper_header_02 .lang-currency-groups .lang-block + .currency-block {
    margin-left: 15px;
  }
  .wrapper_header_02 .header-bottom {
    padding: 18px 0 15px;
  }
  .wrapper_header_02 .header-pc .header-panel-top {
    margin-bottom: 15px;
  }
  .wrapper_header_02 .header-pc .free-shipping-text {
    display: inline-block;
    padding: 4px 0 6px;
  }
  .wrapper_header_02 .header-pc .free-shipping-text + .free-shipping-text {
    padding-left: 5px;
    position: relative;
  }
  .wrapper_header_02
    .header-pc
    .free-shipping-text
    + .free-shipping-text:before {
    content: "|";
    color: #cbcbcb;
    padding-right: 5px;
  }
  .wrapper_header_02 .header-pc .right-groups {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: flex-end;
    -moz-box-pack: flex-end;
    -ms-flex-pack: flex-end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
  }
  .wrapper_header_02 .header-pc .icon-search {
    padding: 7px 10px 5px;
    border: none;
  }
  .wrapper_header_02 .header-pc .icon-search svg {
    width: 18px;
    height: 18px;
    padding: 1px;
    position: relative;
    top: 1px;
  }
  .wrapper_header_02 .header-pc .cart-icon {
    width: initial;
    padding-right: 0;
    padding: 3px 0 1px;
    margin-left: 15px;
  }
  .wrapper_header_02 .header-pc .cart-icon a {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
  .wrapper_header_02 .header-pc .cart-icon svg {
    width: 20px;
    height: 20px;
  }
  .wrapper_header_02 .header-pc .cart-icon .cartCount {
    position: static;
    top: initial;
    z-index: initial;
    padding-left: 0;
    min-width: 20px;
    min-height: 20px;
  }
  .wrapper_header_02 .search-form {
    min-width: 200px;
  }
  .wrapper_header_02 .search-form:after {
    display: block;
    content: "";
    visibility: hidden;
    clear: both;
  }
  .wrapper_header_02 .search-form .input-group-field {
    border-bottom: 1px solid rgba(255, 255, 255, 0);
    padding: 4px 0 3px;
    float: right;
    width: -moz-calc(100% - 50px);
    width: -webkit-calc(100% - 50px);
    width: -ms-calc(100% - 50px);
    width: calc(100% - 50px);
  }
  .wrapper_header_02 .search-form .close-search {
    display: none;
  }
  .wrapper_header_02 .wishlist {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    padding: 6px 5px 8px;
  }
  .wrapper_header_02 .wishlist .wishlist-text {
    display: none !important;
  }
  .wrapper_header_02 .wishlist svg {
    width: 19px;
    height: 16px;
  }
  .wrapper_header_02 .customer-links {
    margin: 0 20px 0 25px;
  }
  .wrapper_header_02 .acc-links {
    display: block;
    padding: 4px 0 6px;
  }
  .wrapper_header_02 .site-nav .menu-lv-1 > a {
    padding-bottom: 19px;
  }
  .wrapper_header_02 .sticky-wrapper {
    height: 100% !important;
  }
  .wrapper_header_03 .bg_header-panel-top {
    padding-top: 6px;
    padding-bottom: 4px;
  }
  .wrapper_header_03 .header-panel-top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .wrapper_header_03 .header-panel-top .left-groups {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 30%;
    max-width: 30%;
  }
  .wrapper_header_03 .header-panel-top .right-groups {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 70%;
    flex: 0 0 70%;
    max-width: 70%;
    text-align: right;
  }
  .wrapper_header_03 .header-panel-top .right-groups > div {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    vertical-align: middle;
  }
  .wrapper_header_03 .header-panel-top .right-groups > div + div {
    position: relative;
    margin-left: 13px;
    padding-left: 14px;
    margin-right: -5px;
  }
  .wrapper_header_03 .header-panel-top .right-groups > div + div:before {
    position: absolute;
    content: "";
    width: 1px;
    height: 15px;
    top: 50%;
    left: 0;
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: #b3b3b3;
  }
  .wrapper_header_03 .header-panel-top .customer-links .acc-links + .acc-links {
    position: relative;
    margin-left: 13px;
    padding-left: 14px;
  }
  .wrapper_header_03
    .header-panel-top
    .customer-links
    .acc-links
    + .acc-links:before {
    position: absolute;
    content: "";
    width: 1px;
    height: 15px;
    top: 50%;
    left: 0;
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: #b3b3b3;
  }
  .wrapper_header_03 .header-panel-top .lang-block + .currency-block {
    margin-left: 10px;
  }
  .wrapper_header_03 .header-panel-bt {
    padding: 30px 0 28px;
  }
  .wrapper_header_03 .header-panel-bt > .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: space-between;
    -moz-box-pack: space-between;
    -ms-flex-pack: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
  }
  .wrapper_header_03 .header-panel-bt .right-groups {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
  }
  .wrapper_header_03 .header-panel-bt .right-groups .cart-icon,
  .wrapper_header_03 .header-panel-bt .right-groups .nav-search,
  .wrapper_header_03 .header-panel-bt .right-groups .wishlist {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
  .wrapper_header_03 .header-panel-bt .right-groups .cart-icon,
  .wrapper_header_03 .header-panel-bt .right-groups .wishlist {
    width: 36px;
    height: 36px;
    -webkit-box-pack: flex-end;
    -moz-box-pack: flex-end;
    -ms-flex-pack: flex-end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
  }
  .wrapper_header_03 .header-panel-bt .cart-icon {
    padding: 0;
    margin-left: 10px;
  }
  .wrapper_header_03 .header-panel-bt .cart-icon a {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
  .wrapper_header_03 .header-panel-bt .cart-icon svg {
    width: 26px;
    height: 26px;
  }
  .wrapper_header_03 .header-panel-bt .cart-icon .cartCount {
    right: -11px;
    top: -5px;
  }
  .wrapper_header_03 .header-panel-bt .wishlist {
    margin-left: 15px;
  }
  .wrapper_header_03 .header-panel-bt .wishlist .wishlist-text {
    display: none !important;
  }
  .wrapper_header_03 .header-panel-bt .wishlist svg {
    width: 27px;
    height: 22px;
  }
  .wrapper_header_03 .header-panel-bt .nav-search .close-search {
    display: none;
  }
  .wrapper_header_03 .header-panel-bt .nav-search .search-bar {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .wrapper_header_03 .header-panel-bt .nav-search .input-group-field {
    padding-top: 8px;
    padding-bottom: 6px;
    max-width: 140px;
  }
  .wrapper_header_03 .header-panel-bt .nav-search .icon-search {
    padding: 9px 10px 7px;
  }
  .wrapper_header_03 .header-panel-bt .nav-search .icon-search svg {
    width: 16px;
    height: 16px;
  }
  .search-open .header-lang-style2 .search-form .input-group-field {
    padding: 10px 12px 8px;
    max-width: initial;
  }
  .search-open .header-lang-style2 .search-form .close-search {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    position: absolute;
    top: -moz-calc(20% - 50px);
    top: -webkit-calc(20% - 50px);
    top: -ms-calc(20% - 50px);
    top: calc(20% - 50px);
    z-index: 2;
    left: 50%;
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .home-list-collections .collection-item .collections-btn {
    padding: 10px 20px 8px;
    min-width: 170px;
  }
  .home-list-collections .list-collumn-2 .grid-item {
    padding-bottom: 30px;
  }
  .wrapper_header_04 .site-nav .menu-lv-1 {
    margin-left: 16px;
    margin-right: 16px;
  }
  .wrapper_header_04 .site-nav .menu-lv-1 > a {
    text-transform: capitalize;
    font-weight: 500;
    letter-spacing: normal;
    padding-bottom: 30px;
  }
  .wrapper_header_04 .right-header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: flex-end;
    -moz-box-pack: flex-end;
    -ms-flex-pack: flex-end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
  }
  .wrapper_header_04 .right-header .close-search,
  .wrapper_header_04 .right-header .wishlist-text {
    display: none !important;
  }
  .wrapper_header_04 .customer-links,
  .wrapper_header_04 .lang-currency-groups,
  .wrapper_header_04 .reverse-mb,
  .wrapper_header_04 .wishlist {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
  }
  .wrapper_header_04 .cart-icon {
    padding-right: 0;
    padding-left: 20px;
    width: 60px;
  }
  .wrapper_header_04 .cart-icon .cartCount {
    right: 4px;
    top: 6px;
  }
  .wrapper_header_04 .wishlist {
    margin-left: 7px;
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .wrapper_header_04 .lang-currency-groups,
  .wrapper_header_04 .wishlist {
    padding-left: 21px;
    position: relative;
  }
  .wrapper_header_04 .lang-currency-groups:before,
  .wrapper_header_04 .wishlist:before {
    position: absolute;
    content: "";
    width: 1px;
    height: 22px;
    left: 0;
    top: 50%;
    -moz-transform: translateY(-12px);
    -o-transform: translateY(-12px);
    -ms-transform: translateY(-12px);
    -webkit-transform: translateY(-12px);
    transform: translateY(-12px);
    background: var(--color_slick_arrow);
  }
  .wrapper_header_04 .lang-block + .currency-block {
    margin-left: 13px;
  }
  .wrapper_header_04 .acc-links {
    font-weight: 600;
    padding: 6px 0 4px;
  }
  .wrapper_header_04 .appentMb {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-box-pack: flex-end;
    -moz-box-pack: flex-end;
    -ms-flex-pack: flex-end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 325px;
    flex: 0 0 325px;
    max-width: 325px;
    padding-left: 10px;
  }
  .wrapper_header_04 .icon-search {
    padding: 6px 0 3px 15px;
  }
  .wrapper_header_04 .icon-search svg {
    width: 18px;
    height: 18px;
  }
  .wrapper_header_04 .nav-search .search-bar {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .wrapper_header_04 .nav-search .input-group-field {
    padding: 6px 0 3px;
    max-width: 135px;
  }
  .wrapper_header_04 .is-sticky .main-menu {
    width: 100%;
  }
  .wrapper_header_04 .is-sticky .wrapper-header-bt {
    -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
  }
  .wrapper_header_04 .wrapper-header-bt {
    position: relative;
    padding-top: 15px;
  }
  .wrapper_header_04 .header-panel-bt {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: space-between;
    -moz-box-pack: space-between;
    -ms-flex-pack: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
  }
  .wrapper_header_04 .header-panel-bt .right-header {
    padding-left: 15px;
  }
  .wrapper_header_04 .header-panel-bt .left-header {
    padding: 9px 0 9px 15px;
  }
  .wrapper_header_04 .header-panel-bt .col-left {
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100% - 580px);
    flex: 0 0 calc(100% - 580px);
    max-width: -moz-calc(100% - 580px);
    max-width: -webkit-calc(100% - 580px);
    max-width: -ms-calc(100% - 580px);
    max-width: calc(100% - 580px);
  }
  .wrapper_header_04 .header-panel-bt .wrapper-navigation {
    position: static;
    margin-top: 3px;
  }
  .wrapper_header_04 .header-panel-bt .left-header {
    min-width: 100px;
  }
  .wrapper_header_04 .header-panel-bt .right-header {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 580px;
    flex: 0 0 580px;
    max-width: 580px;
  }
  .product-template-full-width .video-open-popup > a {
    bottom: initial;
    opacity: 0;
  }
  .product-template-full-width .product-shop {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 500px;
    flex: 0 0 500px;
    max-width: 500px;
  }
  .product-template-full-width .product-shop .vertical-tabs {
    padding-bottom: 40px;
    margin-top: 25px;
  }
  .product-template-full-width .product-shop .vertical-tabs .theme-ask {
    margin-bottom: 5rem;
  }
  .product-template-full-width .product-photos {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100% - 740px);
    flex: 0 0 calc(100% - 740px);
    max-width: -moz-calc(100% - 740px);
    max-width: -webkit-calc(100% - 740px);
    max-width: -ms-calc(100% - 740px);
    max-width: calc(100% - 740px);
  }
  .product-template-full-width .halo-product-content {
    padding-top: 20px;
  }
  .product-template-full-width .halo-product-content .pro-page {
    margin-bottom: 60px;
  }
  .product-template-full-width .related-products {
    margin-top: 0;
  }
  .product-template-full-width .related-products .widget-title {
    padding: 7px 0 10px;
  }
  .product-template-full-width .product-img-box {
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
  }
  .product-template-full-width .product-img-box .margin-nav {
    left: 1.5vw;
  }
  .product-template-full-width .product-img-box .margin-nav.sticky-on-bottom {
    left: 0;
  }
  .product-template-full-width .product-img-box .slider-nav {
    margin: 17.2% 0;
  }
  .product-template-full-width .product-img-box .wrapper-images {
    max-width: 710px;
    margin-left: auto;
  }
  .product-template-full-width .product-img-box .slider-for .scroll-down {
    color: var(--color_slick_arrow);
    bottom: 20px;
    opacity: 0;
  }
  .product-template-full-width .product-img-box .slider-for .model-viewer {
    min-width: 100%;
    margin-bottom: 25px;
    position: relative;
  }
  .product-template-full-width
    .product-img-box
    .slider-for
    .model-viewer
    model-viewer {
    min-height: 290px;
  }
  .product-template-full-width
    .product-img-box
    .slider-for
    .model-viewer:hover
    .scroll-down {
    opacity: 1;
  }
  .product-template-full-width .product-img-box .slider-for .thumb {
    background-color: var(--body_bg);
    text-align: center;
    margin-bottom: 25px;
    min-width: 100%;
    padding: 15% 12%;
    position: relative;
  }
  .product-template-full-width
    .product-img-box
    .slider-for
    .thumb:hover
    .scroll-down {
    opacity: 1;
  }
  .wrapper_header_vertical .right-header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: flex-end;
    -moz-box-pack: flex-end;
    -ms-flex-pack: flex-end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
  }
  .wrapper_header_vertical .right-header .svg-mb {
    width: 50px;
    height: 50px;
    -webkit-box-pack: flex-end;
    -moz-box-pack: flex-end;
    -ms-flex-pack: flex-end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
  }
  .wrapper_header_vertical .right-header .cart-icon {
    width: 56px;
    padding-right: 4px;
  }
  .wrapper_header_vertical .right-header .cart-icon .cartCount {
    right: -8px;
  }
  .wrapper_header_vertical .right-header .nav-search {
    margin-right: 3px;
  }
  .wrapper_header_vertical .nav-search .close-search {
    display: none !important;
  }
  .wrapper_header_vertical .nav-search .search-bar {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .wrapper_header_vertical .nav-search .input-group-field {
    padding: 7px 0 2px;
    min-width: 178px;
  }
  .wrapper_header_vertical .nav-search .icon-search {
    padding: 9px 0 6px 10px;
  }
  .wrapper_header_vertical .nav-search .icon-search svg {
    width: 17px;
    height: 18px;
  }
  .wrapper_header_vertical .header-panel-bt {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: space-between;
    -moz-box-pack: space-between;
    -ms-flex-pack: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
  }
  .wrapper_header_vertical .left-header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
  }
  .wrapper_header_vertical .wrapper-header-bt {
    padding: 5px 0 8px;
  }
  .wrapper_header_vertical .right-header .svg-mb {
    margin-top: 7px;
  }
  .nav-vertical .site-nav .menu-lv-1 {
    display: block;
    padding-right: 30%;
    margin: 0;
  }
  .nav-vertical .site-nav .menu-lv-1 > a {
    padding-left: 0;
    display: inline-block;
  }
  .nav-vertical .site-nav .menu-lv-1 .icon-label {
    top: -4px;
    right: -24px;
  }
  .nav-vertical .site-nav .menu-lv-1.dropdown:after {
    content: "\f105";
    font-family: FontAwesome;
    font-size: 19px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: block;
    cursor: pointer;
    float: right;
    width: 20px;
    height: 20px;
    padding: 13px 0 11px;
    opacity: 0.4;
  }
  .nav-vertical .site-nav .menu-lv-1 > .sub-menu-mobile {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
  .navigation-vertical-menu {
    position: fixed;
    top: 0;
    bottom: 0;
    height: 100vh;
    width: -moz-calc(1.5% + 330px);
    width: -webkit-calc(1.5% + 330px);
    width: -ms-calc(1.5% + 330px);
    width: calc(1.5% + 330px);
    z-index: 6;
    -moz-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    left: 0;
    -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-left: 1.5%;
    padding-bottom: 100px;
  }
  .navigation-vertical-menu .mb-area {
    margin: 35px 0;
    padding-top: 42px;
    padding-bottom: 42px;
    position: relative;
    margin-right: -15px;
  }
  .navigation-vertical-menu .mb-area .nav-bar {
    overflow-x: hidden;
    overflow-y: auto;
  }
  .navigation-vertical-menu .mb-area .nav-bar::-webkit-scrollbar {
    width: 0;
  }
  .navigation-vertical-menu .mb-area .nav-bar::-ms-scrollbar {
    width: 0;
  }
  .navigation-vertical-menu .site-nav .mega-menu > .sub-menu-mobile {
    left: -moz-calc(100% - 15px);
    left: -webkit-calc(100% - 15px);
    left: -ms-calc(100% - 15px);
    left: calc(100% - 15px);
    top: -11px;
    right: initial;
    width: -moz-calc(100vw - (1.5vw + 330px - 30px));
    width: -webkit-calc(100vw - (1.5vw + 330px - 30px));
    width: -ms-calc(100vw - (1.5vw + 330px - 30px));
    width: calc(100vw - (1.5vw + 330px - 30px));
    padding-left: 15px;
  }
  .navigation-vertical-menu .site-nav .no-mega-menu {
    position: static;
  }
  .navigation-vertical-menu .site-nav .no-mega-menu .sub-menu-mobile {
    left: -moz-calc(100% - 20px);
    left: -webkit-calc(100% - 20px);
    left: -ms-calc(100% - 20px);
    left: calc(100% - 20px);
    top: -11px;
    width: 260px;
    min-height: 100%;
    padding-left: 15px;
  }
  .navigation-vertical-menu
    .site-nav
    .menu-lv-1
    > a
    > span:not(.icon-dropdown):before {
    display: none;
  }
  .navigation-vertical-menu .style_1 .mega-banner .col-left,
  .navigation-vertical-menu .style_1 .mega-banner .col-right {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .navigation-vertical-menu
    .mega-menu
    .site-nav-dropdown
    .container
    > .row
    .col-xl-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 60%;
    flex: 0 0 60%;
    max-width: 60%;
  }
  .navigation-vertical-menu
    .mega-menu
    .site-nav-dropdown
    .container
    > .row
    .col-xl-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    max-width: 40%;
  }
  .translate-overlay .navigation-vertical-menu {
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  .translate-overlay .icon-nav.menu-open {
    left: -moz-calc(1.5vw + 330px);
    left: -webkit-calc(1.5vw + 330px);
    left: -ms-calc(1.5vw + 330px);
    left: calc(1.5vw + 330px);
  }
  .suppermarket-product-tabs .column-banner-inner {
    margin-bottom: 30px;
  }
  .suppermarket-product-tabs .custom-block-imgs .banner-button {
    min-width: 170px;
  }
  .suppermarket-product-tabs.has-banner .column-product {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 60%;
    flex: 0 0 60%;
    max-width: 60%;
  }
  .suppermarket-product-tabs.has-banner .column-banner {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    max-width: 40%;
  }
  .sticky_form .container {
    max-width: 1200px;
  }
  .sticky_form form .col-variant {
    max-width: -moz-calc(50% - 70px);
    max-width: -webkit-calc(50% - 70px);
    max-width: -ms-calc(50% - 70px);
    max-width: calc(50% - 70px);
  }
  .sticky_form form .col-img-title {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(25% + 65px);
    flex: 0 0 calc(25% + 65px);
    max-width: -moz-calc(25% + 65px);
    max-width: -webkit-calc(25% + 65px);
    max-width: -ms-calc(25% + 65px);
    max-width: calc(25% + 65px);
  }
  .sticky_form form .col-actions {
    max-width: -moz-calc(25% + 5px);
    max-width: -webkit-calc(25% + 5px);
    max-width: -ms-calc(25% + 5px);
    max-width: calc(25% + 5px);
  }
  .wrapper_header_supermarket .wrapper-header-bt .wrapper-right {
    text-align: right;
  }
  .wrapper_header_supermarket .header-links,
  .wrapper_header_supermarket .info-store {
    margin: 0 -12.5px;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
  .wrapper_header_supermarket .header-links li,
  .wrapper_header_supermarket .info-store li {
    padding: 6px 12.5px 4px;
  }
  .wrapper_header_supermarket .header-links a:hover,
  .wrapper_header_supermarket .info-store a:hover {
    text-decoration: underline;
  }
  .wrapper_header_supermarket .free-shipping-text {
    text-align: center;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    padding: 6px 0 4px;
  }
  .wrapper_header_supermarket .lang-currency-groups {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    position: relative;
    top: -1px;
  }
  .wrapper_header_supermarket
    .lang-currency-groups
    .lang-block
    + .currency-block {
    margin-left: 20px;
  }
  .wrapper_header_supermarket .header-panel-top .lang-currency-groups {
    margin-left: 22px;
  }
  .wrapper_header_supermarket .header-panel-bt .wrapper-left,
  .wrapper_header_supermarket .main-menu .wrapper-left {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(25% - 10px);
    flex: 0 0 calc(25% - 10px);
    max-width: -moz-calc(25% - 10px);
    max-width: -webkit-calc(25% - 10px);
    max-width: -ms-calc(25% - 10px);
    max-width: calc(25% - 10px);
  }
  .wrapper_header_supermarket .header-panel-bt {
    padding: 20px 0;
    border-bottom: 1px solid var(--border_color_1);
  }
  .wrapper_header_supermarket .header-panel-bt .header-logo {
    text-align: center;
  }
  .wrapper_header_supermarket .header-panel-bt .wrapper-center {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(41.666667% + 20px);
    flex: 0 0 calc(41.666667% + 20px);
    max-width: -moz-calc(41.666667% + 20px);
    max-width: -webkit-calc(41.666667% + 20px);
    max-width: -ms-calc(41.666667% + 20px);
    max-width: calc(41.666667% + 20px);
  }
  .wrapper_header_supermarket .header-panel-bt .wrapper-right {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(33.3333% - 10px);
    flex: 0 0 calc(33.3333% - 10px);
    max-width: -moz-calc(33.3333% - 10px);
    max-width: -webkit-calc(33.3333% - 10px);
    max-width: -ms-calc(33.3333% - 10px);
    max-width: calc(33.3333% - 10px);
  }
  .wrapper_header_supermarket .header-panel-bt .append-mb,
  .wrapper_header_supermarket .header-panel-bt .header-cart {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
  .wrapper_header_supermarket .header-panel-bt .header-cart {
    text-align: center;
    margin-right: 22px;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .wrapper_header_supermarket .header-panel-bt .header-cart .groups-cart-text {
    max-width: 30px;
  }
  .wrapper_header_supermarket .header-panel-bt .header-cart .cart-icon,
  .wrapper_header_supermarket .header-panel-bt .header-cart .groups-cart-text {
    display: inline-block;
  }
  .wrapper_header_supermarket .header-panel-bt .header-cart .cart-icon {
    width: initial;
    padding-right: 3px;
  }
  .wrapper_header_supermarket .header-panel-bt .header-cart .cart-icon svg {
    width: 32px;
    height: 31px;
    position: relative;
    top: 1px;
  }
  .wrapper_header_supermarket .header-panel-bt .header-cart .cartCount {
    min-width: 30px;
    padding: 3px 0 2px 2px;
    text-align: center;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    border-radius: 8px;
    margin-bottom: 3px;
  }
  .wrapper_header_supermarket .header-panel-bt .header-cart .cart-text,
  .wrapper_header_supermarket .header-panel-bt .header-cart .cartCount {
    display: block;
    line-height: 1em;
  }
  .wrapper_header_supermarket .header-panel-bt .wishlist {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    text-align: left;
    line-height: var(--font_size_plus6);
  }
  .wrapper_header_supermarket .header-panel-bt .wishlist svg {
    width: 28px;
    height: 26px;
    margin-right: 7px;
  }
  .wrapper_header_supermarket .header-panel-bt .wishlist .wishlist-text {
    padding-top: 1px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    max-width: 35px;
    word-break: break-all;
  }
  .wrapper_header_supermarket .header-panel-bt .customer-links {
    text-align: left;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    line-height: var(--font_size_plus7);
  }
  .wrapper_header_supermarket .header-panel-bt .customer-links .icon-user {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-right: 8px;
  }
  .wrapper_header_supermarket .header-panel-bt .customer-links .icon-user svg {
    width: 28px;
    height: 26px;
  }
  .wrapper_header_supermarket
    .header-panel-bt
    .header-wishlist
    + .customer-links {
    margin-left: 20px;
  }
  .wrapper_header_supermarket .search-form .search-bar {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0 3px 5px -3px rgba(0, 0, 0, 0.12);
    -moz-box-shadow: 0 3px 5px -3px rgba(0, 0, 0, 0.12);
    box-shadow: 0 3px 5px -3px rgba(0, 0, 0, 0.12);
  }
  .wrapper_header_supermarket .search-form .input-group-field {
    padding: 11px 18px 9px;
    width: -moz-calc(100% - 50px);
    width: -webkit-calc(100% - 50px);
    width: -ms-calc(100% - 50px);
    width: calc(100% - 50px);
  }
  .wrapper_header_supermarket .search-form .icon-search {
    padding: 10px 14px 8px;
  }
  .wrapper_header_supermarket .main-menu .icon-nav {
    position: relative;
  }
  .wrapper_header_supermarket .main-menu .mb-area {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin-left: -15px;
    margin-right: -15px;
  }
  .wrapper_header_supermarket .main-menu .mb-area > div {
    padding-left: 15px;
    padding-right: 15px;
  }
  .wrapper_header_supermarket .main-menu .wrapper-right {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(75% + 10px);
    flex: 0 0 calc(75% + 10px);
    max-width: -moz-calc(75% + 10px);
    max-width: -webkit-calc(75% + 10px);
    max-width: -ms-calc(75% + 10px);
    max-width: calc(75% + 10px);
  }
  .wrapper_header_supermarket .main-menu .append-mb,
  .wrapper_header_supermarket .main-menu .header-panel-top {
    display: none;
  }
  .wrapper_header_supermarket .fb-like-code {
    text-align: right;
  }
  .wrapper_header_supermarket .fb-like-code a {
    padding: 0;
  }
  .wrapper_header_supermarket .mega-menu .mega-banner-bt .col-cms {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(50% - 10px);
    flex: 0 0 calc(50% - 10px);
    max-width: -moz-calc(50% - 10px);
    max-width: -webkit-calc(50% - 10px);
    max-width: -ms-calc(50% - 10px);
    max-width: calc(50% - 10px);
  }
  .wrapper_header_supermarket .wrapper-full {
    width: 100%;
  }
  .wrapper_header_supermarket .horizontal-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: space-between;
    -moz-box-pack: space-between;
    -ms-flex-pack: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    padding: 1px 0;
  }
  .wrapper_header_supermarket .horizontal-menu .menu-lv-1 {
    margin: 0 13.5px;
  }
  .wrapper_header_supermarket .horizontal-menu .menu-lv-1:first-of-type {
    margin-left: 0;
  }
  .wrapper_header_supermarket .horizontal-menu .menu-lv-1:last-of-type {
    margin-right: 0;
  }
  .wrapper_header_supermarket .horizontal-menu .fb-like-code {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100px;
    flex: 0 0 100px;
    max-width: 100px;
  }
  .wrapper_header_supermarket .horizontal-menu .nav-bar {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100% - 100px);
    flex: 0 0 calc(100% - 100px);
    max-width: -moz-calc(100% - 100px);
    max-width: -webkit-calc(100% - 100px);
    max-width: -ms-calc(100% - 100px);
    max-width: calc(100% - 100px);
  }
  .wrapper_header_supermarket .vertical-menu {
    position: relative;
  }
  .wrapper_header_supermarket .vertical-menu .categories-title {
    border-left: 1px solid var(--border_color_1);
    border-right: 1px solid var(--border_color_1);
  }
  .wrapper_header_supermarket .vertical-menu .site-nav {
    padding: 10px 0 15px;
    position: relative;
  }
  .wrapper_header_supermarket .vertical-menu .menu-lv-1 {
    display: block;
    margin: 0;
  }
  .wrapper_header_supermarket .vertical-menu .menu-lv-1.dropdown > a:after {
    content: "\f105";
    font-family: FontAwesome;
    font-size: 18px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: block;
    cursor: pointer;
    width: 21px;
    height: 18px;
    opacity: 0.5;
    position: absolute;
    right: 0;
    top: 9px;
  }
  .wrapper_header_supermarket .vertical-menu .menu-lv-1 > a {
    font-weight: 400;
    padding: 8px 20px 6px;
    min-height: 35px;
  }
  .wrapper_header_supermarket .vertical-menu .menu-lv-1 > .sub-menu-mobile {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
  .wrapper_header_supermarket .vertical-menu .menu-lv-1 > .sub-menu-mobile .bg {
    -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);
    overflow: hidden;
  }
  .wrapper_header_supermarket .vertical-menu .mega-menu > .sub-menu-mobile {
    left: 100%;
    right: initial;
    top: 0;
    min-width: 911px;
    background: rgba(255, 255, 255, 0);
    padding: 10px 0 0 11px;
    max-height: 90vh;
  }
  .wrapper_header_supermarket .vertical-menu .mega-menu .bg {
    -moz-border-radius: 1px;
    -webkit-border-radius: 1px;
    -ms-border-radius: 1px;
    -o-border-radius: 1px;
    border-radius: 1px;
    padding: 8px 5px;
  }
  .wrapper_header_supermarket .vertical-menu .mega-menu .mega-banner {
    padding: 12px 0;
  }
  .wrapper_header_supermarket .vertical-menu .mega-menu [data-masonry] {
    margin-left: -10px;
    margin-right: -10px;
  }
  .wrapper_header_supermarket .vertical-menu .mega-menu .menu-lv-2 {
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 15px;
  }
  .wrapper_header_supermarket
    .vertical-menu
    .mega-menu
    .menu-lv-2.col-xl-4:not(:nth-child(-n + 4)) {
    position: relative;
    padding-top: 15px;
  }
  .wrapper_header_supermarket
    .vertical-menu
    .mega-menu
    .menu-lv-2.col-xl-4:not(:nth-child(-n + 4)):before {
    position: absolute;
    content: "";
    left: 10px;
    top: 0;
    height: 1px;
    background-color: var(--border_color_1);
    width: -moz-calc(100% - 20px);
    width: -webkit-calc(100% - 20px);
    width: -ms-calc(100% - 20px);
    width: calc(100% - 20px);
  }
  .wrapper_header_supermarket
    .vertical-menu
    .mega-menu
    .style_4
    .menu-lv-2.col5:not(:nth-child(-n + 5)) {
    position: relative;
    padding-top: 15px;
  }
  .wrapper_header_supermarket
    .vertical-menu
    .mega-menu
    .style_4
    .menu-lv-2.col5:not(:nth-child(-n + 5)):before {
    position: absolute;
    content: "";
    left: 10px;
    top: 0;
    height: 1px;
    background-color: var(--border_color_1);
    width: -moz-calc(100% - 20px);
    width: -webkit-calc(100% - 20px);
    width: -ms-calc(100% - 20px);
    width: calc(100% - 20px);
  }
  .wrapper_header_supermarket
    .vertical-menu
    .mega-menu
    .style_5
    .mega-banner.skin-1-product {
    padding: 0;
  }
  .wrapper_header_supermarket
    .vertical-menu
    .mega-menu
    .style_5
    .mega-banner.skin-3
    .col-product
    .slick-arrow.slick-next {
    right: 0;
  }
  .wrapper_header_supermarket
    .vertical-menu
    .mega-menu
    .style_5
    .mega-banner.skin-3
    .col-product
    .slick-arrow.slick-prev {
    left: 0;
  }
  .wrapper_header_supermarket .vertical-menu .mega-menu .container .row {
    margin-left: -10px;
    margin-right: -10px;
  }
  .wrapper_header_supermarket
    .vertical-menu
    .mega-menu
    .container
    .row
    .col-12 {
    padding-left: 10px;
    padding-right: 10px;
  }
  .wrapper_header_supermarket .vertical-menu .mega-menu .menu-lv-2.col5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .wrapper_header_supermarket .vertical-menu .no-mega-menu > .sub-menu-mobile {
    left: 100%;
    background-color: rgba(255, 255, 255, 0);
    padding: 10px 0 0 11px;
    top: -10px;
  }
  .wrapper_header_supermarket .vertical-menu .no-mega-menu .bg {
    -moz-border-radius: 1px;
    -webkit-border-radius: 1px;
    -ms-border-radius: 1px;
    -o-border-radius: 1px;
    border-radius: 1px;
  }
  .wrapper_header_supermarket .vertical-menu .nav-bar {
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    border: 1px solid var(--border_color_1);
    border-top: none;
    z-index: 3;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    -moz-transform: translateY(30px);
    -o-transform: translateY(30px);
    -ms-transform: translateY(30px);
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
    -webkit-transition: transform 0.3s linear;
    -moz-transition: transform 0.3s linear;
    -ms-transition: transform 0.3s linear;
    -o-transition: transform 0.3s linear;
    transition: transform 0.3s linear;
  }
  .wrapper_header_supermarket .vertical-menu:hover .nav-bar {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  .wrapper_header_supermarket .cart-fixed .cart-icon svg {
    width: 24px;
    height: 24px;
  }
  .wrapper_header_supermarket .is-sticky .horizontal-menu .fb-like-code {
    display: none;
  }
  .wrapper_header_supermarket .is-sticky .horizontal-menu .nav-bar {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  #accept-cookies,
  .product-notification {
    position: fixed;
    z-index: 99;
    bottom: 15px;
  }
  .footbar-fixed.footbar-fixed-product #accept-cookies,
  .footbar-fixed.footbar-fixed-product .product-notification {
    position: absolute;
    bottom: 100%;
    margin: 0 0 15px;
  }
  .horizontal-tabs.horizontal-tabs-center .tab-links {
    font-size: var(--font_size_plus4);
  }
  .vertical-tabs .wrapper-tab-content .tab-links {
    font-size: var(--font_size_plus4);
  }
  .recently-viewed-products .widget-title .box-title,
  .related-products .widget-title .box-title {
    font-size: var(--font_size_plus4);
  }
  .cart-popup-coll-related .products-grid .grid-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .cart-popup-coll-related .products-grid .grid-item:last-of-type {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .container-fluid .slick-arrow.slick-next {
    right: 0;
  }
  .container-fluid .slick-arrow.slick-prev {
    left: 0;
  }
  .search-page .input-group-field {
    width: 770px;
  }
  .halo-collection-content .products-grid .col5 .item-swatch label {
    overflow: hidden;
  }
  .halo-collection-content .products-grid .col5 .item-swatch label img {
    max-height: 18px;
    max-width: 19px;
    display: block;
    margin: 0 auto;
  }
}
@media (min-width: 1281px) {
  .home-custom-instagram .container {
    padding: 0 50px;
  }
  .home-custom-block-bottom .banner-large-img .banner-content {
    border-bottom-right-radius: 180px;
  }
}
@media (min-width: 1200px) and (max-width: 1280px) {
  .slick-arrow.slick-next {
    right: 0;
  }
  .slick-arrow.slick-prev {
    left: 0;
  }
  #dropdown-cart .mini-products-list {
    max-height: 150px;
    margin: 10px -9px 20px 0;
  }
}
@media (min-width: 768px) and (max-width: 1280px) {
  .brands-slider .slick-arrow.slick-next,
  .home-instagram .slick-arrow.slick-next {
    right: 0;
  }
  .brands-slider .slick-arrow.slick-prev,
  .home-instagram .slick-arrow.slick-prev {
    left: 0;
  }
}
@media (min-width: 1200px) and (max-width: 1349px) {
  .header-vertical-tpl .container {
    padding: 0 1.5%;
    max-width: 100%;
  }
  .header-vertical-tpl .site-nav-dropdown .container {
    max-width: 1200px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .flex-nav-vertical .navigation-vertical-menu .mb-area {
    margin: 0;
  }
  .flex-nav-vertical .navigation-vertical-menu .mb-area .nav-bar {
    max-height: -moz-calc(100vh - 45px - 33px - 115px - 42px - 42px - 100px);
    max-height: -webkit-calc(100vh - 45px - 33px - 115px - 42px - 42px - 100px);
    max-height: -ms-calc(100vh - 45px - 33px - 115px - 42px - 42px - 100px);
    max-height: calc(100vh - 45px - 33px - 115px - 42px - 42px - 100px);
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .body-full .container .list-categories .col-lg-4,
  .container-padd60 .list-categories .col-lg-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .body-full .container .list-categories .col-xl-3,
  .container-padd60 .list-categories .col-xl-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33%;
    flex: 0 0 33.33%;
    max-width: 33.33%;
  }
  .body-full .container .list-categories .col5,
  .container-padd60 .list-categories .col5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .body-full .container .products-grid .grid-item.col-xl-2,
  .container-padd60 .products-grid .grid-item.col-xl-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .wrapper_header_parallax .left-header {
    padding-right: 0;
  }
  .wrapper_header_parallax .site-nav .menu-lv-1 {
    margin-left: 13px;
    margin-right: 13px;
  }
  .wrapper_header_parallax .site-nav .menu-lv-1:first-of-type {
    margin-left: 0;
  }
  .wrapper_header_parallax .site-nav .menu-lv-1:last-of-type {
    margin-right: 0;
  }
  .footer-4 .newsletter .btn,
  .footer-4 .newsletter .input-group-field {
    width: 100%;
    margin-right: 0;
  }
}
@media (min-width: 1350px) {
  .collection-custom-block-images
    .row
    .custom-block-image-col
    .img-box
    .animate-scale
    img {
    width: 100%;
    object-fit: contain;
  }
  #custom-block-custom-block-banner-collection-list-5 .container-padd60,
  #custom-block-images-collection-custom-block-images .container-padd60 {
    padding: 0 50px;
  }
  .body-full .container,
  .container-padd60 {
    padding: 0 3.175%;
  }
  .blog-fullWidth {
    padding-left: 40px;
  }
  .blog-fullWidth .list-blog .blog-item-2:nth-child(odd) .article-img {
    padding-right: 70px;
  }
  .blog-fullWidth .list-blog .blog-item-2:nth-child(3n + 3) .article-img {
    padding-left: 70px;
    padding-right: 0;
  }
  .product-template-slider
    .product-img-box
    .slider-for:not(.slick-slider)
    .thumb:nth-child(-n + 5) {
    display: block;
    width: 20%;
  }
  .product-template-slider .product-img-box.five-items .video-open-popup > a {
    left: -moz-calc(40% + 20px);
    left: -webkit-calc(40% + 20px);
    left: -ms-calc(40% + 20px);
    left: calc(40% + 20px);
  }
  .product-template-slider .product-img-box.five-items .product-label {
    right: 40%;
  }
  .product-template-slider .product-img-box.five-items:after,
  .product-template-slider .product-img-box.five-items:before {
    width: 20%;
  }
  .product-template-slider .product-img-box.five-items .slick-arrow.slick-prev {
    left: 20%;
  }
  .product-template-slider .product-img-box.five-items .slick-arrow.slick-next {
    right: 20%;
  }
  .wrapper_header_parallax .right-header .nav-search .close-search {
    right: -moz-calc(4% - 4px);
    right: -webkit-calc(4% - 4px);
    right: -ms-calc(4% - 4px);
    right: calc(4% - 4px);
  }
  .product-template-full-width .relate-verticle {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 300px;
    flex: 0 0 300px;
    max-width: 300px;
  }
  .product-template-full-width .product-shop {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 570px;
    flex: 0 0 570px;
    max-width: 570px;
    padding-right: 45px;
    padding-left: 55px;
  }
  .product-template-full-width .product-photos {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100% - (300px + 570px));
    flex: 0 0 calc(100% - (300px + 570px));
    max-width: -moz-calc(100% - (300px + 570px));
    max-width: -webkit-calc(100% - (300px + 570px));
    max-width: -ms-calc(100% - (300px + 570px));
    max-width: calc(100% - (300px + 570px));
  }
  .product-template-full-width .product-img-box .margin-nav {
    left: 3.175vw;
  }
  .product-template-full-width .product-img-box .slider-nav {
    width: 85px;
  }
  .product-template-full-width .product-img-box .wrapper-images {
    width: -moz-calc(100% - 105px);
    width: -webkit-calc(100% - 105px);
    width: -ms-calc(100% - 105px);
    width: calc(100% - 105px);
  }
  .header-vertical-tpl .container {
    padding: 0 3.175%;
    max-width: 100%;
  }
  .header-vertical-tpl .site-nav-dropdown .container {
    padding-left: 15px;
    padding-right: 15px;
  }
  .body-boxed.has_sticky .wrapper_header_default .wrapper-top-cart {
    right: -moz-calc((100% - 1350px)/ 2);
    right: -webkit-calc((100% - 1350px)/ 2);
    right: -ms-calc((100% - 1350px)/ 2);
    right: calc((100% - 1350px) / 2);
  }
  .body-boxed.has_sticky .wrapper_header_default .wrapper-top-cart .cart-icon {
    -webkit-transition: all 0s;
    -moz-transition: all 0s;
    -ms-transition: all 0s;
    -o-transition: all 0s;
    transition: all 0s;
  }
}
@media (min-width: 1400px) {
  .site-nav
    .mega-menu
    .style_5
    .mega-banner.skin-3
    .col-product
    .slick-arrow.slick-prev {
    left: -120px;
  }
  .site-nav
    .mega-menu
    .style_5
    .mega-banner.skin-3
    .col-product
    .slick-arrow.slick-next {
    right: -120px;
  }
  .body-full .container .recently-viewed-products .widget-product .slick-arrow,
  .container-padd60 .recently-viewed-products .widget-product .slick-arrow {
    top: 36.5%;
  }
}
@media (min-width: 1600px) {
  .wrapper_header_parallax .header-items {
    width: 250px;
  }
  .wrapper_header_vertical .header-panel-bt {
    -webkit-box-pack: flex-end;
    -moz-box-pack: flex-end;
    -ms-flex-pack: flex-end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
  }
  .wrapper_header_vertical .header-panel-bt .left-header {
    display: none !important;
  }
  .wrapper_header_vertical .wrapper-header-bt {
    padding: 30px 0 15px;
  }
  .wrapper_header_vertical .sticky-wrapper {
    height: 100% !important;
  }
  .wrapper_header_vertical .is-sticky .wrapper-header-bt {
    padding: 12px 0;
  }
  .navigation-vertical-menu .site-nav .mega-menu > .sub-menu-mobile {
    width: -moz-calc(100vw - (3.175vw + 280px));
    width: -webkit-calc(100vw - (3.175vw + 280px));
    width: -ms-calc(100vw - (3.175vw + 280px));
    width: calc(100vw - (3.175vw + 280px));
    padding-right: -moz-calc(3.175vw + 12px);
    padding-right: -webkit-calc(3.175vw + 12px);
    padding-right: -ms-calc(3.175vw + 12px);
    padding-right: calc(3.175vw + 12px);
    padding-left: 3.175vw;
  }
  .navigation-vertical-menu .site-nav .no-mega-menu .sub-menu-mobile {
    padding-left: 3.175vw;
    width: -moz-calc(3.175vw + 225px);
    width: -webkit-calc(3.175vw + 225px);
    width: -ms-calc(3.175vw + 225px);
    width: calc(3.175vw + 225px);
  }
  .navigation-vertical-menu .site-nav .menu-lv-1 {
    padding-right: 17%;
  }
  .navigation-vertical-menu .site-nav .menu-lv-1 > .sub-menu-mobile {
    pointer-events: none;
  }
  .navigation-vertical-menu .site-nav .menu-lv-1:hover > .sub-menu-mobile {
    pointer-events: initial;
  }
  .flex-nav-vertical .navigation-vertical-menu {
    float: left;
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
    width: -moz-calc(3.175% + 280px);
    width: -webkit-calc(3.175% + 280px);
    width: -ms-calc(3.175% + 280px);
    width: calc(3.175% + 280px);
    padding-left: 3.175%;
    z-index: 4;
  }
  .flex-nav-vertical .wrapper-body {
    float: right;
    width: -moz-calc(100% - 3.175% - 280px);
    width: -webkit-calc(100% - 3.175% - 280px);
    width: -ms-calc(100% - 3.175% - 280px);
    width: calc(100% - 3.175% - 280px);
  }
  .flex-nav-vertical .wrapper-body .container,
  .flex-nav-vertical .wrapper-body .container-fluid,
  .flex-nav-vertical .wrapper-body .container-padd60 {
    padding: 0 3.175vw;
  }
  .flex-nav-vertical .wrapper-body .container-fluid .no-padd {
    padding-left: 15px;
    padding-right: 15px;
  }
  .flex-nav-vertical:after {
    display: block;
    content: "";
    visibility: hidden;
    clear: both;
  }
}
@media (min-width: 1800px) {
  .container-fluid .banner-large-img .inner.abs_right {
    right: 21%;
  }
}
@media (min-width: 1200px) and (max-width: 1499px) {
  .wrapper_header_04 .site-nav .menu-lv-1 {
    margin-left: 8px;
    margin-right: 8px;
  }
  .wrapper_header_04 .appentMb {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 310px;
    flex: 0 0 310px;
    max-width: 310px;
  }
}
@media (min-width: 1200px) and (max-width: 1599px) {
  .navigation-vertical-menu .site-nav .menu-lv-1 {
    pointer-events: none;
  }
  .translate-overlay .navigation-vertical-menu .site-nav .menu-lv-1 {
    pointer-events: initial;
  }
}
@media screen and (-ms-high-contrast: active) and (min-width: 768px),
  (-ms-high-contrast: none) and (min-width: 768px) {
  .suppermarket-product-tabs .list-product-tabs {
    overflow-x: visible;
  }
}
@media screen and (-ms-high-contrast: active) and (min-width: 1200px),
  (-ms-high-contrast: none) and (min-width: 1200px) {
  .header-default .nav-search {
    width: 160px;
  }
  .wrapper_header_supermarket .main-menu .wrapper-left {
    width: -moz-calc(25% - 10px);
    width: -webkit-calc(25% - 10px);
    width: -ms-calc(25% - 10px);
    width: calc(25% - 10px);
  }
  .wrapper_header_supermarket .main-menu .wrapper-right {
    width: -moz-calc(75% + 10px);
    width: -webkit-calc(75% + 10px);
    width: -ms-calc(75% + 10px);
    width: calc(75% + 10px);
  }
  html.search-open .wrapper_header_parallax .header-search {
    max-width: 100%;
  }
  .collection-template-no-sidebar
    .sidebar-filter
    .sidebar-tags:not(.filter-color)
    .widget-content {
    max-height: none;
  }
  .collection-template-no-sidebar .sidebar-filter .sidebar-title .clear,
  .collection-template-no-sidebar .sidebar-filter .sidebar-title .clear-all {
    margin-left: auto;
  }
  .product-img-box.vertical-moreview .slick-arrow.slick-next {
    top: auto;
  }
}
@supports (-ms-ime-align: auto) {
  @media (min-width: 1200px) {
    .collection-template-fullwidth .col5 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 19.95%;
      flex: 0 0 19.95%;
      max-width: 19.95%;
    }
  }
}
@media (max-width: 550px) {
  .home-spotlight-block .spotlight-style-2 .spotlight-item .not_img {
    line-height: 100px;
  }
  .home-custom-instagram.layout_style_3 #instafeed {
    padding: 0;
    grid-gap: 2px;
  }
  .sticky_form .align-items-center.no-countdown {
    justify-content: center;
  }
  .sticky_form .content-right .action {
    margin-left: 15px;
    margin-right: 0;
  }
  .sticky_form .content-right .align-items-center {
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    flex-wrap: unset;
  }
  .sticky_form .align-items-center .col-actions {
    padding: 0 10px;
  }
  .sticky_form .align-items-center .col-actions .action {
    margin: 0;
  }
  .sticky_form .align-items-center .col-variant {
    width: auto;
    padding: 0 10px;
  }
  .toolbar {
    padding: 10px !important;
  }
  #notify-me-wrapper {
    display: block;
  }
  #notify-me-wrapper .input-field {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
  }
  #notify-me-wrapper .btn {
    min-width: 100%;
    min-height: 50px;
  }
  .cart-template .wrapper-cart-template .cart-list .qty-group label {
    margin-right: 5px;
  }
  .cart-template .wrapper-cart-template .cart-list .qty-group input {
    width: 60px !important;
  }
  .cart-template .cart-form .cart-header > .cart--title,
  .cart-template .cart-form .cart-list .details > .cart--title {
    width: calc(100% - 100px) !important;
  }
  .cart-template .cart-form .cart-header .cart--price,
  .cart-template .cart-form .cart-list .details .cart--price {
    width: 170px !important;
  }
  .secure-shopping-guarantee {
    margin-bottom: 0;
  }
  .cart-template .cart__count_down .count_down {
    width: calc(100% - 22px);
  }
  .cart-template .alert-warning {
    margin: 22px 0 15px;
  }
  .cart-template .free_shipping_progress {
    margin-top: 20px;
  }
  .style_product_grid_2 .product-item .product-bottom .product-title {
    margin-bottom: 5px;
  }
  .style_product_grid_2 .product-item .product-bottom .wrapper-size {
    padding-bottom: 0;
  }
  .style_product_grid_2
    .product-item
    .product-bottom
    .wrapper-vendor
    .product-vendor {
    margin-right: 0;
  }
  .product-card__variant--popup--content {
    padding-bottom: 62px;
  }
  .sidebar_more,
  .toolbar .toolbar-col label {
    display: none;
  }
  .toolbar .column-left .sidebar-label {
    padding-right: 0;
  }
  .toolbar .filters-toolbar__sortby {
    padding-left: 0;
  }
  .cart-sidebar-products .before-you-leave__content--product {
    padding-top: 30px;
  }
  .cart-sidebar-products .before-you-leave__content--product .slick-dots {
    margin-top: 20px;
  }
  .show-popup-qs .product-card__variant--popup--content .swatch {
    margin-bottom: 0;
  }
  .show-popup-qs .product-card__variant--popup--content .variants {
    max-height: 120px;
  }
  .show-popup-qs .product-card__button2 .add-to-cart-btn {
    margin: 0 !important;
    padding: 8px 15px 6px;
  }
  .show-popup-qs .product-card__button2 .btn-cancel {
    display: none;
  }
  .home-custom-instagram .infinite-scrolling-instagram a svg {
    width: 30px;
    height: 30px;
  }
  .before-you-leave__content--product .products-grid .grid-item + .grid-item {
    margin-top: 30px;
  }
  .before-you-leave__content--product .products-grid .grid-item:first-child {
    margin-top: 20px;
  }
  .before-you-leave__content--product
    .products-grid
    .product-image
    .product-grid-image,
  .before-you-leave__content--product .products-grid .product-image img {
    min-height: 130px !important;
  }
  .before-you-leave__content--product .inner-top {
    display: flex;
  }
  .before-you-leave__content--product .inner-top .product-top {
    width: 90px;
  }
  .before-you-leave__content--product .inner-top .product-bottom {
    width: calc(100% - 90px);
    padding: 0 0 0 15px;
    text-align: left;
  }
  .before-you-leave__content--product .inner-top .product-bottom .action .btn {
    padding: 10px 15px 8px;
  }
  .before-you-leave__bg {
    padding: 45px 20px 30px 20px;
  }
  .before-you-leave__bg .rte p {
    padding: 0;
  }
  .before-you-leave__bg .rte p:first-child strong {
    font-size: 28px;
  }
  .home-custom-instagram.layout_style_2 .widget-title {
    padding-top: 10px;
    margin-bottom: 15px;
  }
  .home-custom-instagram.layout_style_2 .widget-title p {
    margin-bottom: 15px;
  }
  .home-custom-instagram.layout_style_2 #instafeed {
    margin-right: -5px;
    margin-left: -5px;
  }
  .home-custom-instagram.layout_style_2 #instafeed .item {
    padding-left: 5px;
    padding-right: 5px;
    margin-bottom: 10px;
  }
  .home-about-us.style_2.sub_title_padding {
    padding-top: 15px;
  }
  .home-about-us.style_2.sub_title_padding .title {
    margin-bottom: 0 !important;
  }
  .home-custom-block.layout_style_2 .item_style_2 + .item_style_2 {
    padding-top: 0;
  }
  .home-custom-block.layout_style_2 .banner-small-img .banner-heading {
    font-size: 30px !important;
  }
  .home-custom-block.layout_style_2 .banner-small-img .banner-button {
    min-width: 200px;
    padding: 10px 20px 8px;
  }
  .home-spotlight-block.layout_style_2 .spotlight-item {
    padding: 20px 0;
  }
  .home-spotlight-block.layout_style_2 .spotlight-item .title {
    margin-bottom: 18px;
  }
  .home-spotlight-block.layout_style_2 .spotlight-item .des {
    margin-bottom: 20px;
  }
  .home-spotlight-block.layout_style_2
    .spotlight-item
    .content.spotlight-inner {
    padding-bottom: 15px;
    padding-left: 0;
    padding-right: 0;
  }
  .before-you-leave__wrapper--disableMobile {
    display: none !important;
  }
  .open_beforeYouLeave .overlay_background {
    display: none;
  }
  .open_beforeYouLeave .wrapper-overlay {
    display: none;
  }
}
@media (max-width: 360px) {
  .header-mb .header-mb-middle {
    width: -moz-calc(100% - (120px + 80px));
    width: -webkit-calc(100% - (120px + 80px));
    width: -ms-calc(100% - (120px + 80px));
    width: calc(100% - (120px + 80px));
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    padding-left: 0;
  }
  .header-mb .header-mb-middle .header-logo {
    padding: 0;
  }
}

/* CUSTOM CSS */

/* NAVIGATION */
.is-sticky .site-nav .menu-lv-1 {
  margin-left: 15px;
  margin-right: 15px;
}

.header-mb-left {
  /* display: none !important; */
}

.header-panel-bt {
  box-shadow: 0 3px 3px -3px rgb(0 0 0 / 12%);
}

.spotlight-column-style-2 {
  max-width: 50%;
  margin: 0 auto;
}

.home-about-us .des {
  margin-bottom: 40px;
}

.btn-about-us {
  padding-bottom: 10px !important;
}

.spotlight-button {
  padding-bottom: 10px !important;
}

/* 
.site-nav .mega-menu .menu-lv-2 {
  text-align: center;
} */

.site-nav .mega-menu .menu-lv-2 a {
  font-size: 13px;
}

/* .menu-lv-3 {
  text-align: center;
} */

@media (min-width: 1200px) {
  .home-about-us {
    margin-bottom: 100px !important;
  }
}

/* LAYOUT */

.home-custom-instagram.layout_style_3 {
  padding-bottom: 0px !important;
}

/* HERO */
#shopify-section-1623857748aa0825c4 .slideshow:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.5) 0%,
    rgba(0, 0, 0, 0.5) 100%
  );
  z-index: 1;
}

#shopify-section-1623857748aa0825c4 .slide-heading {
  display: none;
}

#shopify-section-162386316875b59d87 .slideshow:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.75) 0%,
    rgba(0, 0, 0, 0.75) 100%
  );
  z-index: 1;
}

#shopify-section-16238634161d899585 .slideshow:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.35) 0%,
    rgba(0, 0, 0, 0.35) 100%
  );
  z-index: 1;
}

.btn {
  height: 39px;
}

.addresses-page .btn-edit-delete .product-item a, .product-item .addresses-page .btn-edit-delete a, .product-item .btn, .product-item .product-shop .groups-btn .wishlist, .product-item .product-shop .shopify-payment-button button.shopify-payment-button__button, .product-item .tabs__product-page .spr-container .spr-summary-actions-newreview, .product-shop .groups-btn .product-item .wishlist, .product-shop .shopify-payment-button .product-item button.shopify-payment-button__button, .tabs__product-page .spr-container .product-item .spr-summary-actions-newreview {
	line-height: 14px;
}

#product-add-to-cart {
  height: 45px;
}

.slide-content .slide-button {
  width: 200px;
  min-width: unset !important;
}

.slide-content .slide-heading {
  letter-spacing: 5px;
  line-height: 36px;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

#shopify-section-1623857748aa0825c4 .slide-heading {
  /* max-width: 740px; */
}

#shopify-section-1623857748aa0825c4 .slide-text {
  /* margin-left: unset !important; */
}

#shopify-section-1623857748aa0825c4 .line {
  /* left: 22px !important; */
}

.slide-text {
  max-width: 740px !important;
  line-height: 29px !important;
  letter-spacing: 0.5px !important;
}

.slide-heading {
  padding-bottom: 30px !important;
  margin-bottom: 30px !important;
}

.banner-heading {
  letter-spacing: 5px !important;
  line-height: 36px;
/*   margin-bottom: 30px;
  padding-bottom: 30px; */
}

.banner-des {
  line-height: 24px;
  letter-spacing: 0.5px;
  max-width: 520px !important;

}

/* MIYAZAKI BLOCK */
#custom-block-16218755592cc39468 .container {
  max-width: unset !important;
  padding-left: 50px;
  padding-right: 50px;
}

#custom-block-style-5d98a0ed-5ada-4f11-b366-989c019ade61 {
  padding: 0px;
  
}

/* ABOUT THE MUSEUM BLOCK */
#custom-block-1623871004941dba56 .container {
  max-width: unset !important;
  padding-left: 50px;
  padding-right: 50px;
}

#custom-block-style-c6070ff9-adcd-4bce-a7fa-2d0cf1ad191b {
  border: 2px solid #eeeeee;
  padding: 0px;
  margin-top: 10px;
}

/* NEWSLETTER */

.site-footer .footer-newsletter .input-group-field {
  min-width: 220px !important;
}

input[type="text"] {
  margin-top: 5px;
}

input[type="email"] {
  margin-top: 5px;
}
input[type="submit"] {
  margin-top: 5px;
}

/* RESPONSIVENESS */

/* MOBILE */
@media (max-width: 479px) {
  .header-mb .header-mb-middle {
    width: 100%;
    justify-content: unset;
  }
  /* HERO */
/*   .banner-large-img .inner,
  .slide-content:not(.style_2) {
    top: 0;
    left: 0;
    transform: unset;
    width: 100%;
    max-width: unset;
    padding: 60px 40px;
    z-index: 1;
    height: 100%;
  } */
  .slide-content .slide-heading {
    font-size: 18px !important;
    line-height: 30px !important;
  }
  .slide-heading {
    padding-bottom: 10px !important;
    margin-bottom: 10px !important;
  }
  .slide-text {
    line-height: 20px !important;
    letter-spacing: 0.5px !important;
    font-size: 14px !important;
    text-align: center !important;
  }
  .banner-content .banner-des {
    font-size: 14px !important;
    line-height: 20px !important;
    text-align: left !important;
  }
  .banner-heading {
    font-size: 18px !important;
    line-height: 30px !important;
  }

  #custom-block-16218755592cc39468 .container {
    padding-left: 40px;
    padding-right: 40px;
  }
  #custom-block-1623871004941dba56 .container {
    padding-left: 40px;
    padding-right: 40px;
  }
  #block-162386316875b59d87-0 .slide-content {
    padding: 40px 30px !important;
  }
  #block-16238634161d899585-0 .slide-content {
    padding: 40px 30px !important;
  }
  /* NEWSLETTER */
  .site-footer .footer-newsletter .input-group-field {
    min-width: unset !important;
    max-width: unset !important;
    width: 100%;
  }
  .input-group {
    flex-direction: column;
  }
  .mega-banner {
    border-left: none !important;
  }

  .mega-col {
    padding: 0px !important;
  }

  .mega-banner {
    padding: 0px !important;
  }
}

/* TABLET */
@media (min-width: 480px) and (max-width: 900px) {
  .header-mb .header-mb-middle {
    width: 100%;
    justify-content: unset;
  }
/*   .slide-content.abs_center {
    left: 0;
    transform: unset;
  }
  .slide-content {
    top: 0;
  }
  .slide-heading {
    padding-bottom: 20px !important;
    margin-bottom: 20px !important;
  }
  .banner-large-img .inner,
  .slide-content:not(.style_2) {
    top: 0;
    left: 0;
    transform: unset;
    width: 70%;
    max-width: unset;
    padding: 15px;
    z-index: 1;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  } */
  .input-group {
    justify-content: center;
  }
  #block-162386316875b59d87-0 .slide-content {
    padding: 25px !important;
  }
  #block-16238634161d899585-0 .slide-content {
    padding: 25px !important;
  }
  .slide-content .slide-heading {
    font-size: 20px !important;
    line-height: 30px !important;
  }
  .slide-heading {
    padding-bottom: 10px !important;
    margin-bottom: 10px !important;
  }
  .slide-text {
    line-height: 20px !important;
    letter-spacing: 0.5px !important;
    font-size: 16px !important;
    text-align: center !important;
  }
  .banner-content .banner-des {
    font-size: 16px !important;
    line-height: 20px !important;
    text-align: left !important;
  }
  .banner-heading {
    font-size: 20px !important;
    line-height: 30px !important;
  }
  .mega-banner {
    border-left: none !important;
  }

  .mega-col {
    padding: 15px !important;
  }

  .mega-banner {
    padding: 0px !important;
  }
}

.actions {
  margin-top: 20px;
}

.mega-banner {
  border-left: 1px solid #999;
}

.mega-col {
  padding: 10px;
}

.slick-dots li.slick-active button {
  background: #000000 !important; 
  border-color: #000000 !important;
  opacity: 1;
}

.slick-dots li button {
  width: 10px;
  height: 10px;
  opacity: .25;
}

/* Padding overrides */

#custom-block-style-60810e46-2aeb-4c45-bdab-02c25f7ed513 {
	padding: 0px;
}

#custom-block-style-3900eec8-9472-4cc8-b22f-e6cf2650a48d {
	padding: 0px;	 
}

#custom-block-style-7dc70520-b239-483c-b16d-1f773765b430 {
	padding: 0px;	 
}

.suppermarket-product-item .price-box {
	justify-content: center !important;
}

.featured-products.has-banner {
  border-top: 0px;
}

.quickSearchResultsWrap {
  display: none !important;
}

.wrapper_header_03 .header-panel-bt .nav-search .icon-search {
  padding: 10px 10px !important;
}
.search-fixed {
  display: none !important;
}

.row {
  justify-content: center;
}
.add-to-cart-btn {
	border-color: #ba9e5e !important;
}
.add-to-cart-btn:hover {
	background-color: #FFFFFF !important;
 	color: #000000 !important;
}
.collections-banner .collections-btn {
	border-color: #ba9e5e !important;
}
.collections-banner:hover .collections-btn {
	background-color: #FFFFFF !important;
 	color: #000000 !important;
}

/* Homepade Slick Slider Overrides */
.home-slideshow .slick-arrow svg, .lookbook-slideshow .slick-arrow svg {
	stroke-width: 3px !important;
}
.banner-button:hover {
  	background-color: #FFFFFF !important;
   	color: #000000 !important;
  	border-color: #ba9e5e !important;

}
.slick-arrow {
  	border-radius: unset !important;
 	background-color: unset !important;
    border: none !important;
}
.cUDAa {
    width: 27px !important;
    height: 51px !important;
    stroke-width: 3px;
    stroke: rgb(255, 255, 255);
    transform: none;
}
.hzsdSm {
    width: 27px !important;
    height: 51px !important;
    stroke-width: 3px;
    stroke: rgb(255, 255, 255);
    transform: rotate(180deg);
}

#block-c983d0d5-c540-4386-a4a4-ee28dbe795be .slide-content {
	visibility: visible;
  	opacity: 1;
}

#block-c983d0d5-c540-4386-a4a4-ee28dbe795be:hover .slide-content { 
	visibility: none;
  	opacity: 0;
  	-webkit-transition: opacity 600ms, visibility 600ms;
  	transition: opacity 600ms, visibility 600ms;
}

.addresses-page .btn-edit-delete .wrapper-newsletter .halo-modal-body #mailchimp-email-subscibe a:hover, .product-shop .groups-btn .wrapper-newsletter .halo-modal-body #mailchimp-email-subscibe .wishlist:hover, .product-shop .shopify-payment-button .wrapper-newsletter .halo-modal-body #mailchimp-email-subscibe button.shopify-payment-button__button:hover, .tabs__product-page .spr-container .wrapper-newsletter .halo-modal-body #mailchimp-email-subscibe .spr-summary-actions-newreview:hover, .wrapper-newsletter .halo-modal-body #mailchimp-email-subscibe .addresses-page .btn-edit-delete a:hover, .wrapper-newsletter .halo-modal-body #mailchimp-email-subscibe .btn:hover, .wrapper-newsletter .halo-modal-body #mailchimp-email-subscibe .product-shop .groups-btn .wishlist:hover, .wrapper-newsletter .halo-modal-body #mailchimp-email-subscibe .product-shop .shopify-payment-button button.shopify-payment-button__button:hover, .wrapper-newsletter .halo-modal-body #mailchimp-email-subscibe .tabs__product-page .spr-container .spr-summary-actions-newreview:hover {
	background-color: #3b3b3b;
  	border-color: #3b3b3b;
}

#custom-block-style-6a06ca53-5cfe-4faf-ba92-7747c4a42e5c {
  padding: 0px;
}

@media (max-width: 767px) {
  .home-slideshow .slide-content.style_2 {
        margin-top: -65%;
  }
  .home-slideshow .slide-content.style_2 .slide-button {
    line-height: 16px !important;
  }
}
#shopify-section-product-gift-card-template-grouped .gift-metadata label {
    font-size: 15px;
    text-transform: uppercase;
}
#shopify-section-product-gift-card-template-grouped .gift-metadata textarea,
#shopify-section-product-gift-card-template-grouped .gift-metadata input {
    max-width: 504px;
    border: 2px solid #000;
}
#shopify-section-product-gift-card-template-grouped .gift-metadata textarea {
    margin-bottom: 5px;
}
#shopify-section-product-gift-card-template-grouped .gift-metadata #message-chars-left {
    max-width: 502px;
    margin-bottom: 15px;
    text-align: right;
}
#shopify-section-product-gift-card-template-grouped .swatch .swatch-element {
  width: 20%;
}
#shopify-section-product-gift-card-template-grouped .swatch .swatch-element label {
  width: 100%;
}

.cart-template .wrapper-cart-template .cart-list .cart--info--gift-card .properties {
  display: flex;
  flex-flow: row wrap;
}
.cart-template .wrapper-cart-template .cart-list .cart--info--gift-card .properties .gift-meta-position-1 {
  order: 1;
}
.cart-template .wrapper-cart-template .cart-list .cart--info--gift-card .properties .gift-meta-position-2 {
  order: 2;
}
.cart-template .wrapper-cart-template .cart-list .cart--info--gift-card .properties .gift-meta-position-3 {
  order: 3;
}
.cart-template .wrapper-cart-template .cart-list .cart--info--gift-card .properties .gift-meta-position-4 {
  order: 4;
}
.cart-template .wrapper-cart-template .cart-list .cart--info--gift-card .properties .gift-meta-position-5 {
  order: 5;
}