/**
 * Copyright © id•us agency ltd. All rights reserved.
 */
/**
 * Copyright © id•us agency ltd. All rights reserved.
 */
/**
 * Copyright © id•us agency inc. All rights reserved.
 */
/**
 * Copyright © id•us agency ltd. All rights reserved.
 */
/**
 * Copyright © id•us agency ltd. All rights reserved.
 */
/**
 * Copyright © id•us agency ltd. All rights reserved.
 */
/**
 * Copyright © id•us agency ltd. All rights reserved.
 */
html,
body {
  font-size: 18px;
}
.container {
  width: 1600px;
  min-width: 1359px;
  max-width: 80%;
}
.ls_rtl_c {
  direction: rtl;
}
.ls_ltr_c {
  direction: ltr;
}
.ls_rtl {
  direction: rtl;
}
.ls_ltr {
  direction: ltr;
}
.ls_float {
  position: relative;
  float: right;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.ls_inline {
  display: inline-block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.ls_show,
.ls_display_b {
  display: block !important;
}
.ls_hide,
.ls_display_n {
  display: none !important;
}
.ls_display_ib {
  display: inline-block;
}
.ls_position_a {
  position: absolute;
}
.ls_position_r {
  position: relative !important;
}
.ls_position_s {
  position: static;
}
.ls_position_f {
  position: fixed;
}
.ls_overflow_h {
  overflow: hidden;
}
.ls_overflow_v {
  overflow: visible;
}
.ls_float_r {
  float: right;
}
.ls_float_l {
  float: left;
}
.ls_float_c {
  float: none;
}
.ls_grid_1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.ls_grid_1 > * {
  width: 100%;
}
.ls_grid_1.ls_grid_gap_qt > *,
.ls_grid_1.grid_gap_qt > * {
  width: calc(100% - 0rem);
  margin-bottom: 0.25rem;
}
.ls_grid_1.ls_grid_gap_qt > *:nth-child(n),
.ls_grid_1.grid_gap_qt > *:nth-child(n) {
  margin-left: 0.2499rem;
}
.ls_grid_1.ls_grid_gap_qt > *:nth-child(1n),
.ls_grid_1.grid_gap_qt > *:nth-child(1n) {
  margin-left: 0;
}
.ls_grid_1.ls_grid_gap_hf > *,
.ls_grid_1.grid_gap_hf > * {
  width: calc(100% - 0rem);
  margin-bottom: 0.5rem;
}
.ls_grid_1.ls_grid_gap_hf > *:nth-child(n),
.ls_grid_1.grid_gap_hf > *:nth-child(n) {
  margin-left: 0.4999rem;
}
.ls_grid_1.ls_grid_gap_hf > *:nth-child(1n),
.ls_grid_1.grid_gap_hf > *:nth-child(1n) {
  margin-left: 0;
}
.ls_grid_1.ls_grid_gap > *,
.ls_grid_1.grid_gap > * {
  width: calc(100% - 0rem);
  margin-bottom: 1rem;
}
.ls_grid_1.ls_grid_gap > *:nth-child(n),
.ls_grid_1.grid_gap > *:nth-child(n) {
  margin-left: 0.9999rem;
}
.ls_grid_1.ls_grid_gap > *:nth-child(1n),
.ls_grid_1.grid_gap > *:nth-child(1n) {
  margin-left: 0;
}
.ls_grid_1.ls_grid_gap_oqt > *,
.ls_grid_1.grid_gap_oqt > * {
  width: calc(100% - 0rem);
  margin-bottom: 1.25rem;
}
.ls_grid_1.ls_grid_gap_oqt > *:nth-child(n),
.ls_grid_1.grid_gap_oqt > *:nth-child(n) {
  margin-left: 1.2499rem;
}
.ls_grid_1.ls_grid_gap_oqt > *:nth-child(1n),
.ls_grid_1.grid_gap_oqt > *:nth-child(1n) {
  margin-left: 0;
}
.ls_grid_1.ls_grid_gap_ohf > *,
.ls_grid_1.grid_gap_ohf > * {
  width: calc(100% - 0rem);
  margin-bottom: 1.5rem;
}
.ls_grid_1.ls_grid_gap_ohf > *:nth-child(n),
.ls_grid_1.grid_gap_ohf > *:nth-child(n) {
  margin-left: 1.4999rem;
}
.ls_grid_1.ls_grid_gap_ohf > *:nth-child(1n),
.ls_grid_1.grid_gap_ohf > *:nth-child(1n) {
  margin-left: 0;
}
.ls_grid_1.ls_grid_gap_db > *,
.ls_grid_1.grid_gap_db > * {
  width: calc(100% - 0rem);
  margin-bottom: 2rem;
}
.ls_grid_1.ls_grid_gap_db > *:nth-child(n),
.ls_grid_1.grid_gap_db > *:nth-child(n) {
  margin-left: 1.9999rem;
}
.ls_grid_1.ls_grid_gap_db > *:nth-child(1n),
.ls_grid_1.grid_gap_db > *:nth-child(1n) {
  margin-left: 0;
}
.ls_grid_2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.ls_grid_2 > * {
  width: 50%;
}
.ls_grid_2.ls_grid_gap_qt > *,
.ls_grid_2.grid_gap_qt > * {
  width: calc(50% - 0.125rem);
  margin-bottom: 0.25rem;
}
.ls_grid_2.ls_grid_gap_qt > *:nth-child(n),
.ls_grid_2.grid_gap_qt > *:nth-child(n) {
  margin-left: 0.2499rem;
}
.ls_grid_2.ls_grid_gap_qt > *:nth-child(2n),
.ls_grid_2.grid_gap_qt > *:nth-child(2n) {
  margin-left: 0;
}
.ls_grid_2.ls_grid_gap_hf > *,
.ls_grid_2.grid_gap_hf > * {
  width: calc(50% - 0.25rem);
  margin-bottom: 0.5rem;
}
.ls_grid_2.ls_grid_gap_hf > *:nth-child(n),
.ls_grid_2.grid_gap_hf > *:nth-child(n) {
  margin-left: 0.4999rem;
}
.ls_grid_2.ls_grid_gap_hf > *:nth-child(2n),
.ls_grid_2.grid_gap_hf > *:nth-child(2n) {
  margin-left: 0;
}
.ls_grid_2.ls_grid_gap > *,
.ls_grid_2.grid_gap > * {
  width: calc(50% - 0.5rem);
  margin-bottom: 1rem;
}
.ls_grid_2.ls_grid_gap > *:nth-child(n),
.ls_grid_2.grid_gap > *:nth-child(n) {
  margin-left: 0.9999rem;
}
.ls_grid_2.ls_grid_gap > *:nth-child(2n),
.ls_grid_2.grid_gap > *:nth-child(2n) {
  margin-left: 0;
}
.ls_grid_2.ls_grid_gap_oqt > *,
.ls_grid_2.grid_gap_oqt > * {
  width: calc(50% - 0.625rem);
  margin-bottom: 1.25rem;
}
.ls_grid_2.ls_grid_gap_oqt > *:nth-child(n),
.ls_grid_2.grid_gap_oqt > *:nth-child(n) {
  margin-left: 1.2499rem;
}
.ls_grid_2.ls_grid_gap_oqt > *:nth-child(2n),
.ls_grid_2.grid_gap_oqt > *:nth-child(2n) {
  margin-left: 0;
}
.ls_grid_2.ls_grid_gap_ohf > *,
.ls_grid_2.grid_gap_ohf > * {
  width: calc(50% - 0.75rem);
  margin-bottom: 1.5rem;
}
.ls_grid_2.ls_grid_gap_ohf > *:nth-child(n),
.ls_grid_2.grid_gap_ohf > *:nth-child(n) {
  margin-left: 1.4999rem;
}
.ls_grid_2.ls_grid_gap_ohf > *:nth-child(2n),
.ls_grid_2.grid_gap_ohf > *:nth-child(2n) {
  margin-left: 0;
}
.ls_grid_2.ls_grid_gap_db > *,
.ls_grid_2.grid_gap_db > * {
  width: calc(50% - 1rem);
  margin-bottom: 2rem;
}
.ls_grid_2.ls_grid_gap_db > *:nth-child(n),
.ls_grid_2.grid_gap_db > *:nth-child(n) {
  margin-left: 1.9999rem;
}
.ls_grid_2.ls_grid_gap_db > *:nth-child(2n),
.ls_grid_2.grid_gap_db > *:nth-child(2n) {
  margin-left: 0;
}
.ls_grid_3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.ls_grid_3 > * {
  width: 33.33333333%;
}
.ls_grid_3.ls_grid_gap_qt > *,
.ls_grid_3.grid_gap_qt > * {
  width: calc(33.33333333% - 0.16666667rem);
  margin-bottom: 0.25rem;
}
.ls_grid_3.ls_grid_gap_qt > *:nth-child(n),
.ls_grid_3.grid_gap_qt > *:nth-child(n) {
  margin-left: 0.2499rem;
}
.ls_grid_3.ls_grid_gap_qt > *:nth-child(3n),
.ls_grid_3.grid_gap_qt > *:nth-child(3n) {
  margin-left: 0;
}
.ls_grid_3.ls_grid_gap_hf > *,
.ls_grid_3.grid_gap_hf > * {
  width: calc(33.33333333% - 0.33333333rem);
  margin-bottom: 0.5rem;
}
.ls_grid_3.ls_grid_gap_hf > *:nth-child(n),
.ls_grid_3.grid_gap_hf > *:nth-child(n) {
  margin-left: 0.4999rem;
}
.ls_grid_3.ls_grid_gap_hf > *:nth-child(3n),
.ls_grid_3.grid_gap_hf > *:nth-child(3n) {
  margin-left: 0;
}
.ls_grid_3.ls_grid_gap > *,
.ls_grid_3.grid_gap > * {
  width: calc(33.33333333% - 0.66666667rem);
  margin-bottom: 1rem;
}
.ls_grid_3.ls_grid_gap > *:nth-child(n),
.ls_grid_3.grid_gap > *:nth-child(n) {
  margin-left: 0.9999rem;
}
.ls_grid_3.ls_grid_gap > *:nth-child(3n),
.ls_grid_3.grid_gap > *:nth-child(3n) {
  margin-left: 0;
}
.ls_grid_3.ls_grid_gap_oqt > *,
.ls_grid_3.grid_gap_oqt > * {
  width: calc(33.33333333% - 0.83333333rem);
  margin-bottom: 1.25rem;
}
.ls_grid_3.ls_grid_gap_oqt > *:nth-child(n),
.ls_grid_3.grid_gap_oqt > *:nth-child(n) {
  margin-left: 1.2499rem;
}
.ls_grid_3.ls_grid_gap_oqt > *:nth-child(3n),
.ls_grid_3.grid_gap_oqt > *:nth-child(3n) {
  margin-left: 0;
}
.ls_grid_3.ls_grid_gap_ohf > *,
.ls_grid_3.grid_gap_ohf > * {
  width: calc(33.33333333% - 1rem);
  margin-bottom: 1.5rem;
}
.ls_grid_3.ls_grid_gap_ohf > *:nth-child(n),
.ls_grid_3.grid_gap_ohf > *:nth-child(n) {
  margin-left: 1.4999rem;
}
.ls_grid_3.ls_grid_gap_ohf > *:nth-child(3n),
.ls_grid_3.grid_gap_ohf > *:nth-child(3n) {
  margin-left: 0;
}
.ls_grid_3.ls_grid_gap_db > *,
.ls_grid_3.grid_gap_db > * {
  width: calc(33.33333333% - 1.33333333rem);
  margin-bottom: 2rem;
}
.ls_grid_3.ls_grid_gap_db > *:nth-child(n),
.ls_grid_3.grid_gap_db > *:nth-child(n) {
  margin-left: 1.9999rem;
}
.ls_grid_3.ls_grid_gap_db > *:nth-child(3n),
.ls_grid_3.grid_gap_db > *:nth-child(3n) {
  margin-left: 0;
}
.ls_grid_4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.ls_grid_4 > * {
  width: 25%;
}
.ls_grid_4.ls_grid_gap_qt > *,
.ls_grid_4.grid_gap_qt > * {
  width: calc(25% - 0.1875rem);
  margin-bottom: 0.25rem;
}
.ls_grid_4.ls_grid_gap_qt > *:nth-child(n),
.ls_grid_4.grid_gap_qt > *:nth-child(n) {
  margin-left: 0.2499rem;
}
.ls_grid_4.ls_grid_gap_qt > *:nth-child(4n),
.ls_grid_4.grid_gap_qt > *:nth-child(4n) {
  margin-left: 0;
}
.ls_grid_4.ls_grid_gap_hf > *,
.ls_grid_4.grid_gap_hf > * {
  width: calc(25% - 0.375rem);
  margin-bottom: 0.5rem;
}
.ls_grid_4.ls_grid_gap_hf > *:nth-child(n),
.ls_grid_4.grid_gap_hf > *:nth-child(n) {
  margin-left: 0.4999rem;
}
.ls_grid_4.ls_grid_gap_hf > *:nth-child(4n),
.ls_grid_4.grid_gap_hf > *:nth-child(4n) {
  margin-left: 0;
}
.ls_grid_4.ls_grid_gap > *,
.ls_grid_4.grid_gap > * {
  width: calc(25% - 0.75rem);
  margin-bottom: 1rem;
}
.ls_grid_4.ls_grid_gap > *:nth-child(n),
.ls_grid_4.grid_gap > *:nth-child(n) {
  margin-left: 0.9999rem;
}
.ls_grid_4.ls_grid_gap > *:nth-child(4n),
.ls_grid_4.grid_gap > *:nth-child(4n) {
  margin-left: 0;
}
.ls_grid_4.ls_grid_gap_oqt > *,
.ls_grid_4.grid_gap_oqt > * {
  width: calc(25% - 0.9375rem);
  margin-bottom: 1.25rem;
}
.ls_grid_4.ls_grid_gap_oqt > *:nth-child(n),
.ls_grid_4.grid_gap_oqt > *:nth-child(n) {
  margin-left: 1.2499rem;
}
.ls_grid_4.ls_grid_gap_oqt > *:nth-child(4n),
.ls_grid_4.grid_gap_oqt > *:nth-child(4n) {
  margin-left: 0;
}
.ls_grid_4.ls_grid_gap_ohf > *,
.ls_grid_4.grid_gap_ohf > * {
  width: calc(25% - 1.125rem);
  margin-bottom: 1.5rem;
}
.ls_grid_4.ls_grid_gap_ohf > *:nth-child(n),
.ls_grid_4.grid_gap_ohf > *:nth-child(n) {
  margin-left: 1.4999rem;
}
.ls_grid_4.ls_grid_gap_ohf > *:nth-child(4n),
.ls_grid_4.grid_gap_ohf > *:nth-child(4n) {
  margin-left: 0;
}
.ls_grid_4.ls_grid_gap_db > *,
.ls_grid_4.grid_gap_db > * {
  width: calc(25% - 1.5rem);
  margin-bottom: 2rem;
}
.ls_grid_4.ls_grid_gap_db > *:nth-child(n),
.ls_grid_4.grid_gap_db > *:nth-child(n) {
  margin-left: 1.9999rem;
}
.ls_grid_4.ls_grid_gap_db > *:nth-child(4n),
.ls_grid_4.grid_gap_db > *:nth-child(4n) {
  margin-left: 0;
}
.ls_grid_5 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.ls_grid_5 > * {
  width: 20%;
}
.ls_grid_5.ls_grid_gap_qt > *,
.ls_grid_5.grid_gap_qt > * {
  width: calc(20% - 0.2rem);
  margin-bottom: 0.25rem;
}
.ls_grid_5.ls_grid_gap_qt > *:nth-child(n),
.ls_grid_5.grid_gap_qt > *:nth-child(n) {
  margin-left: 0.2499rem;
}
.ls_grid_5.ls_grid_gap_qt > *:nth-child(5n),
.ls_grid_5.grid_gap_qt > *:nth-child(5n) {
  margin-left: 0;
}
.ls_grid_5.ls_grid_gap_hf > *,
.ls_grid_5.grid_gap_hf > * {
  width: calc(20% - 0.4rem);
  margin-bottom: 0.5rem;
}
.ls_grid_5.ls_grid_gap_hf > *:nth-child(n),
.ls_grid_5.grid_gap_hf > *:nth-child(n) {
  margin-left: 0.4999rem;
}
.ls_grid_5.ls_grid_gap_hf > *:nth-child(5n),
.ls_grid_5.grid_gap_hf > *:nth-child(5n) {
  margin-left: 0;
}
.ls_grid_5.ls_grid_gap > *,
.ls_grid_5.grid_gap > * {
  width: calc(20% - 0.8rem);
  margin-bottom: 1rem;
}
.ls_grid_5.ls_grid_gap > *:nth-child(n),
.ls_grid_5.grid_gap > *:nth-child(n) {
  margin-left: 0.9999rem;
}
.ls_grid_5.ls_grid_gap > *:nth-child(5n),
.ls_grid_5.grid_gap > *:nth-child(5n) {
  margin-left: 0;
}
.ls_grid_5.ls_grid_gap_oqt > *,
.ls_grid_5.grid_gap_oqt > * {
  width: calc(20% - 1rem);
  margin-bottom: 1.25rem;
}
.ls_grid_5.ls_grid_gap_oqt > *:nth-child(n),
.ls_grid_5.grid_gap_oqt > *:nth-child(n) {
  margin-left: 1.2499rem;
}
.ls_grid_5.ls_grid_gap_oqt > *:nth-child(5n),
.ls_grid_5.grid_gap_oqt > *:nth-child(5n) {
  margin-left: 0;
}
.ls_grid_5.ls_grid_gap_ohf > *,
.ls_grid_5.grid_gap_ohf > * {
  width: calc(20% - 1.2rem);
  margin-bottom: 1.5rem;
}
.ls_grid_5.ls_grid_gap_ohf > *:nth-child(n),
.ls_grid_5.grid_gap_ohf > *:nth-child(n) {
  margin-left: 1.4999rem;
}
.ls_grid_5.ls_grid_gap_ohf > *:nth-child(5n),
.ls_grid_5.grid_gap_ohf > *:nth-child(5n) {
  margin-left: 0;
}
.ls_grid_5.ls_grid_gap_db > *,
.ls_grid_5.grid_gap_db > * {
  width: calc(20% - 1.6rem);
  margin-bottom: 2rem;
}
.ls_grid_5.ls_grid_gap_db > *:nth-child(n),
.ls_grid_5.grid_gap_db > *:nth-child(n) {
  margin-left: 1.9999rem;
}
.ls_grid_5.ls_grid_gap_db > *:nth-child(5n),
.ls_grid_5.grid_gap_db > *:nth-child(5n) {
  margin-left: 0;
}
.ls_grid_6 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.ls_grid_6 > * {
  width: 16.66666667%;
}
.ls_grid_6.ls_grid_gap_qt > *,
.ls_grid_6.grid_gap_qt > * {
  width: calc(16.66666667% - 0.20833333rem);
  margin-bottom: 0.25rem;
}
.ls_grid_6.ls_grid_gap_qt > *:nth-child(n),
.ls_grid_6.grid_gap_qt > *:nth-child(n) {
  margin-left: 0.2499rem;
}
.ls_grid_6.ls_grid_gap_qt > *:nth-child(6n),
.ls_grid_6.grid_gap_qt > *:nth-child(6n) {
  margin-left: 0;
}
.ls_grid_6.ls_grid_gap_hf > *,
.ls_grid_6.grid_gap_hf > * {
  width: calc(16.66666667% - 0.41666667rem);
  margin-bottom: 0.5rem;
}
.ls_grid_6.ls_grid_gap_hf > *:nth-child(n),
.ls_grid_6.grid_gap_hf > *:nth-child(n) {
  margin-left: 0.4999rem;
}
.ls_grid_6.ls_grid_gap_hf > *:nth-child(6n),
.ls_grid_6.grid_gap_hf > *:nth-child(6n) {
  margin-left: 0;
}
.ls_grid_6.ls_grid_gap > *,
.ls_grid_6.grid_gap > * {
  width: calc(16.66666667% - 0.83333333rem);
  margin-bottom: 1rem;
}
.ls_grid_6.ls_grid_gap > *:nth-child(n),
.ls_grid_6.grid_gap > *:nth-child(n) {
  margin-left: 0.9999rem;
}
.ls_grid_6.ls_grid_gap > *:nth-child(6n),
.ls_grid_6.grid_gap > *:nth-child(6n) {
  margin-left: 0;
}
.ls_grid_6.ls_grid_gap_oqt > *,
.ls_grid_6.grid_gap_oqt > * {
  width: calc(16.66666667% - 1.04166667rem);
  margin-bottom: 1.25rem;
}
.ls_grid_6.ls_grid_gap_oqt > *:nth-child(n),
.ls_grid_6.grid_gap_oqt > *:nth-child(n) {
  margin-left: 1.2499rem;
}
.ls_grid_6.ls_grid_gap_oqt > *:nth-child(6n),
.ls_grid_6.grid_gap_oqt > *:nth-child(6n) {
  margin-left: 0;
}
.ls_grid_6.ls_grid_gap_ohf > *,
.ls_grid_6.grid_gap_ohf > * {
  width: calc(16.66666667% - 1.25rem);
  margin-bottom: 1.5rem;
}
.ls_grid_6.ls_grid_gap_ohf > *:nth-child(n),
.ls_grid_6.grid_gap_ohf > *:nth-child(n) {
  margin-left: 1.4999rem;
}
.ls_grid_6.ls_grid_gap_ohf > *:nth-child(6n),
.ls_grid_6.grid_gap_ohf > *:nth-child(6n) {
  margin-left: 0;
}
.ls_grid_6.ls_grid_gap_db > *,
.ls_grid_6.grid_gap_db > * {
  width: calc(16.66666667% - 1.66666667rem);
  margin-bottom: 2rem;
}
.ls_grid_6.ls_grid_gap_db > *:nth-child(n),
.ls_grid_6.grid_gap_db > *:nth-child(n) {
  margin-left: 1.9999rem;
}
.ls_grid_6.ls_grid_gap_db > *:nth-child(6n),
.ls_grid_6.grid_gap_db > *:nth-child(6n) {
  margin-left: 0;
}
.ls_w_5 {
  width: 5%;
}
.ls_prefix_5 {
  margin-right: 5%;
}
.ls_suffix_5 {
  margin-left: 5%;
}
.ls_w_10 {
  width: 10%;
}
.ls_prefix_10 {
  margin-right: 10%;
}
.ls_suffix_10 {
  margin-left: 10%;
}
.ls_w_15 {
  width: 15%;
}
.ls_prefix_15 {
  margin-right: 15%;
}
.ls_suffix_15 {
  margin-left: 15%;
}
.ls_w_20 {
  width: 20%;
}
.ls_prefix_20 {
  margin-right: 20%;
}
.ls_suffix_20 {
  margin-left: 20%;
}
.ls_w_25 {
  width: 25%;
}
.ls_prefix_25 {
  margin-right: 25%;
}
.ls_suffix_25 {
  margin-left: 25%;
}
.ls_w_30 {
  width: 30%;
}
.ls_prefix_30 {
  margin-right: 30%;
}
.ls_suffix_30 {
  margin-left: 30%;
}
.ls_w_35 {
  width: 35%;
}
.ls_prefix_35 {
  margin-right: 35%;
}
.ls_suffix_35 {
  margin-left: 35%;
}
.ls_w_40 {
  width: 40%;
}
.ls_prefix_40 {
  margin-right: 40%;
}
.ls_suffix_40 {
  margin-left: 40%;
}
.ls_w_45 {
  width: 45%;
}
.ls_prefix_45 {
  margin-right: 45%;
}
.ls_suffix_45 {
  margin-left: 45%;
}
.ls_w_50 {
  width: 50%;
}
.ls_prefix_50 {
  margin-right: 50%;
}
.ls_suffix_50 {
  margin-left: 50%;
}
.ls_w_55 {
  width: 55%;
}
.ls_prefix_55 {
  margin-right: 55%;
}
.ls_suffix_55 {
  margin-left: 55%;
}
.ls_w_60 {
  width: 60%;
}
.ls_prefix_60 {
  margin-right: 60%;
}
.ls_suffix_60 {
  margin-left: 60%;
}
.ls_w_65 {
  width: 65%;
}
.ls_prefix_65 {
  margin-right: 65%;
}
.ls_suffix_65 {
  margin-left: 65%;
}
.ls_w_70 {
  width: 70%;
}
.ls_prefix_70 {
  margin-right: 70%;
}
.ls_suffix_70 {
  margin-left: 70%;
}
.ls_w_75 {
  width: 75%;
}
.ls_prefix_75 {
  margin-right: 75%;
}
.ls_suffix_75 {
  margin-left: 75%;
}
.ls_w_80 {
  width: 80%;
}
.ls_prefix_80 {
  margin-right: 80%;
}
.ls_suffix_80 {
  margin-left: 80%;
}
.ls_w_85 {
  width: 85%;
}
.ls_prefix_85 {
  margin-right: 85%;
}
.ls_suffix_85 {
  margin-left: 85%;
}
.ls_w_90 {
  width: 90%;
}
.ls_prefix_90 {
  margin-right: 90%;
}
.ls_suffix_90 {
  margin-left: 90%;
}
.ls_w_95 {
  width: 95%;
}
.ls_prefix_95 {
  margin-right: 95%;
}
.ls_suffix_95 {
  margin-left: 95%;
}
.ls_w_100 {
  width: 100%;
}
.ls_prefix_100 {
  margin-right: 100%;
}
.ls_suffix_100 {
  margin-left: 100%;
}
.ls_w_c {
  width: auto;
}
.ls_prefix_c {
  margin-right: auto;
}
.ls_suffix_c {
  margin-left: auto;
}
.ls_w_11 {
  width: 11.11%;
}
.ls_prefix_11 {
  margin-right: 11.11%;
}
.ls_suffix_11 {
  margin-left: 11.11%;
}
.ls_w_12 {
  width: 12.5%;
}
.ls_prefix_12 {
  margin-right: 12.5%;
}
.ls_suffix_12 {
  margin-left: 12.5%;
}
.ls_w_14 {
  width: 14.284%;
}
.ls_prefix_14 {
  margin-right: 14.284%;
}
.ls_suffix_14 {
  margin-left: 14.284%;
}
.ls_w_16 {
  width: 16.659%;
}
.ls_prefix_16 {
  margin-right: 16.659%;
}
.ls_suffix_16 {
  margin-left: 16.659%;
}
.ls_w_33 {
  width: 33.329%;
}
.ls_prefix_33 {
  margin-right: 33.329%;
}
.ls_suffix_33 {
  margin-left: 33.329%;
}
.ls_w_66 {
  width: 66.65900000000001%;
}
.ls_prefix_66 {
  margin-right: 66.65900000000001%;
}
.ls_suffix_66 {
  margin-left: 66.65900000000001%;
}
.ls_center {
  text-align: center;
}
.ls_right {
  text-align: right;
}
.ls_left {
  text-align: left;
}
.ls_right_c {
  text-align: right;
}
.ls_left_c {
  text-align: left;
}
.ls_middle {
  vertical-align: middle;
}
.ls_top {
  vertical-align: top;
}
.ls_bottom {
  vertical-align: bottom;
}
.ls_margin_auto {
  margin: auto;
}
.ls_margin_qt_container {
  margin: -0.25rem;
}
.ls_margin_qt {
  margin: 0.25rem;
}
.ls_margin_qt_h {
  margin-right: 0.25rem;
  margin-left: 0.25rem;
}
.ls_margin_qt_v {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}
.ls_margin_qt_t {
  margin-top: 0.25rem;
}
.ls_margin_qt_b {
  margin-bottom: 0.25rem;
}
.ls_margin_qt_r {
  margin-right: 0.25rem;
}
.ls_margin_qt_l {
  margin-left: 0.25rem;
}
.ls_padding_qt {
  padding: 0.25rem;
}
.ls_padding_qt_h {
  padding-right: 0.25rem;
  padding-left: 0.25rem;
}
.ls_padding_qt_v {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.ls_padding_qt_t {
  padding-top: 0.25rem;
}
.ls_padding_qt_b {
  padding-bottom: 0.25rem;
}
.ls_padding_qt_r {
  padding-right: 0.25rem;
}
.ls_padding_qt_l {
  padding-left: 0.25rem;
}
.ls_margin_auto {
  margin: auto;
}
.ls_margin_hf_container {
  margin: -0.5rem;
}
.ls_margin_hf {
  margin: 0.5rem;
}
.ls_margin_hf_h {
  margin-right: 0.5rem;
  margin-left: 0.5rem;
}
.ls_margin_hf_v {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.ls_margin_hf_t {
  margin-top: 0.5rem;
}
.ls_margin_hf_b {
  margin-bottom: 0.5rem;
}
.ls_margin_hf_r {
  margin-right: 0.5rem;
}
.ls_margin_hf_l {
  margin-left: 0.5rem;
}
.ls_padding_hf {
  padding: 0.5rem;
}
.ls_padding_hf_h {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}
.ls_padding_hf_v {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.ls_padding_hf_t {
  padding-top: 0.5rem;
}
.ls_padding_hf_b {
  padding-bottom: 0.5rem;
}
.ls_padding_hf_r {
  padding-right: 0.5rem;
}
.ls_padding_hf_l {
  padding-left: 0.5rem;
}
.ls_margin_auto {
  margin: auto;
}
.ls_margin_container {
  margin: -1rem;
}
.ls_margin {
  margin: 1rem;
}
.ls_margin_h {
  margin-right: 1rem;
  margin-left: 1rem;
}
.ls_margin_v {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.ls_margin_t {
  margin-top: 1rem;
}
.ls_margin_b {
  margin-bottom: 1rem;
}
.ls_margin_r {
  margin-right: 1rem;
}
.ls_margin_l {
  margin-left: 1rem;
}
.ls_padding {
  padding: 1rem;
}
.ls_padding_h {
  padding-right: 1rem;
  padding-left: 1rem;
}
.ls_padding_v {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.ls_padding_t {
  padding-top: 1rem;
}
.ls_padding_b {
  padding-bottom: 1rem;
}
.ls_padding_r {
  padding-right: 1rem;
}
.ls_padding_l {
  padding-left: 1rem;
}
.ls_margin_auto {
  margin: auto;
}
.ls_margin_oqt_container {
  margin: -1.25rem;
}
.ls_margin_oqt {
  margin: 1.25rem;
}
.ls_margin_oqt_h {
  margin-right: 1.25rem;
  margin-left: 1.25rem;
}
.ls_margin_oqt_v {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}
.ls_margin_oqt_t {
  margin-top: 1.25rem;
}
.ls_margin_oqt_b {
  margin-bottom: 1.25rem;
}
.ls_margin_oqt_r {
  margin-right: 1.25rem;
}
.ls_margin_oqt_l {
  margin-left: 1.25rem;
}
.ls_padding_oqt {
  padding: 1.25rem;
}
.ls_padding_oqt_h {
  padding-right: 1.25rem;
  padding-left: 1.25rem;
}
.ls_padding_oqt_v {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
.ls_padding_oqt_t {
  padding-top: 1.25rem;
}
.ls_padding_oqt_b {
  padding-bottom: 1.25rem;
}
.ls_padding_oqt_r {
  padding-right: 1.25rem;
}
.ls_padding_oqt_l {
  padding-left: 1.25rem;
}
.ls_margin_auto {
  margin: auto;
}
.ls_margin_ohf_container {
  margin: -1.5rem;
}
.ls_margin_ohf {
  margin: 1.5rem;
}
.ls_margin_ohf_h {
  margin-right: 1.5rem;
  margin-left: 1.5rem;
}
.ls_margin_ohf_v {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
.ls_margin_ohf_t {
  margin-top: 1.5rem;
}
.ls_margin_ohf_b {
  margin-bottom: 1.5rem;
}
.ls_margin_ohf_r {
  margin-right: 1.5rem;
}
.ls_margin_ohf_l {
  margin-left: 1.5rem;
}
.ls_padding_ohf {
  padding: 1.5rem;
}
.ls_padding_ohf_h {
  padding-right: 1.5rem;
  padding-left: 1.5rem;
}
.ls_padding_ohf_v {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.ls_padding_ohf_t {
  padding-top: 1.5rem;
}
.ls_padding_ohf_b {
  padding-bottom: 1.5rem;
}
.ls_padding_ohf_r {
  padding-right: 1.5rem;
}
.ls_padding_ohf_l {
  padding-left: 1.5rem;
}
.ls_margin_auto {
  margin: auto;
}
.ls_margin_db_container {
  margin: -2rem;
}
.ls_margin_db {
  margin: 2rem;
}
.ls_margin_db_h {
  margin-right: 2rem;
  margin-left: 2rem;
}
.ls_margin_db_v {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.ls_margin_db_t {
  margin-top: 2rem;
}
.ls_margin_db_b {
  margin-bottom: 2rem;
}
.ls_margin_db_r {
  margin-right: 2rem;
}
.ls_margin_db_l {
  margin-left: 2rem;
}
.ls_padding_db {
  padding: 2rem;
}
.ls_padding_db_h {
  padding-right: 2rem;
  padding-left: 2rem;
}
.ls_padding_db_v {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.ls_padding_db_t {
  padding-top: 2rem;
}
.ls_padding_db_b {
  padding-bottom: 2rem;
}
.ls_padding_db_r {
  padding-right: 2rem;
}
.ls_padding_db_l {
  padding-left: 2rem;
}
.ls_margin_c {
  margin: 0;
}
.ls_padding_c {
  padding: 0;
}
.ls_border {
  border: 1px solid #d0d0d0;
}
.ls_border_h {
  border-right: 1px solid #d0d0d0;
  border-left: 1px solid #d0d0d0;
}
.ls_border_v {
  border-top: 1px solid #d0d0d0;
  border-bottom: 1px solid #d0d0d0;
}
.ls_border_t {
  border-top: 1px solid #d0d0d0;
}
.ls_border_b {
  border-bottom: 1px solid #d0d0d0;
}
.ls_border_r {
  border-right: 1px solid #d0d0d0;
}
.ls_border_l {
  border-left: 1px solid #d0d0d0;
}
.ls_border_c {
  border: none;
}
/**
 * Copyright © id•us agency ltd. All rights reserved.
 */
/* '' */
/* '' */
/* '' */
/* '' */
/* '' */
/* '' */
/* '' */
/* '' */
/* '' */
/* '' */
/* '' */
/* '' */
/* '' */
/* '' */
/* '' */
/* '' */
/* '' */
/* '' */
/* '' */
/* '' */
/* '' */
/* '' */
/* '' */
/* '' */
/* '' */
/* '' */
/* '' */
/* '' */
/* '' */
/* '' */
/* '' */
/* '' */
/* '' */
/* '' */
/* '' */
/* '' */
/* '' */
/* '' */
/* '' */
/* '' */
/**
 * Copyright © id•us agency ltd. All rights reserved.
 */
/**
 * Copyright © id•us agency ltd. All rights reserved.
 */
/**
 * Copyright © id•us agency inc. All rights reserved.
 */
/**
 * Copyright © id•us agency ltd. All rights reserved.
 */
/**
 * Copyright © id•us agency ltd. All rights reserved.
 */
/**
 * Copyright © id•us agency ltd. All rights reserved.
 */
/**
 * Copyright © id•us agency ltd. All rights reserved.
 */
/**
 * Copyright © id•us agency ltd. All rights reserved.
 */
/**
 * Copyright © id•us agency ltd. All rights reserved.
 */
/**
 * Copyright © id•us agency ltd. All rights reserved.
 */
@font-face {
  font-family: hoodies;
  src: url('../fonts/icons/hoodies.eot?73292905');
  src: url('../fonts/icons/hoodies.eot?73292905#iefix') format('embedded-opentype'), url('../fonts/icons/hoodies.woff2?73292905') format('woff2'), url('../fonts/icons/hoodies.woff?73292905') format('woff'), url('../fonts/icons/hoodies.ttf?73292905') format('truetype'), url('../fonts/icons/hoodies.svg?73292905#urbanica') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* '' */
/* '' */
/* '' */
/* '' */
/* '' */
/* '' */
/* '' */
/* '' */
/* '' */
/* '' */
/* '' */
/* '' */
/* '' */
/* '' */
/* '' */
/* '' */
/* '' */
/* '' */
/* '' */
/* '' */
/* '' */
/* '' */
/* '' */
/* '' */
/* '' */
/* '' */
/* '' */
/* '' */
/* '' */
/* '' */
/* '' */
/* '' */
/* '' */
/* '' */
/* '' */
/* '' */
/* '' */
/* '' */
/* '' */
/* '' */
.icon-youtube:before {
  font-size: 1rem;
  font-family: 'hoodies', 'idus';
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
  content: '\f313';
}
/**
 * Copyright © id•us agency ltd. All rights reserved.
 */
/**
 * Copyright © id•us agency ltd. All rights reserved.
 */
/**
 * Copyright © id•us agency ltd. All rights reserved.
 */
/**
 * Copyright © id•us agency ltd. All rights reserved.
 */
/**
 * Copyright © id•us agency ltd. All rights reserved.
 */
/**
 * Copyright © id•us agency ltd. All rights reserved.
 */
.minicart-items-wrapper {
  max-height: calc( 100vh - 7.4rem - 16rem );
  max-height: calc( (var(--vh) * 100) - var(--header-height) - 16rem );
}
@keyframes accordion {
  from {
    opacity: 0;
    transform: scaleY(0);
  }
  to {
    opacity: 1;
    transform: scaleY(1);
  }
}
.cms_accordion_tab .allow + div {
  opacity: 0;
  transform: scaleY(0);
  height: auto !important;
  animation: accordion 200ms;
}
.cms_accordion_tab .allow.active + div {
  animation: accordion 200ms;
  animation-fill-mode: forwards;
}
.idus-newsletter.is__error .idus-newsletter-response,
.idus-newsletter.is__success .idus-newsletter-response {
  text-align: center;
  margin: .5rem 0;
  padding: .5rem 0;
  border-top: 1px solid;
  border-bottom: 1px solid;
  font-weight: bold;
}
a[href^="tel"] {
  color: inherit;
  text-decoration: none;
  pointer-events: none;
  cursor: not-allowed;
}
@keyframes shimmer {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(100%);
  }
}
@keyframes quickshopScaleDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes quickshopScaleUp {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes showAddToCart {
  0% {
    opacity: 0;
    pointer-events: none;
  }
  1% {
    opacity: 1;
    z-index: 9;
    pointer-events: auto;
    top: 50%;
    right: 50%;
    bottom: auto;
    transform: translate(50%, -50%) scale(0);
    padding: .75rem 2rem;
  }
  2% {
    opacity: 1;
    z-index: 9;
    pointer-events: auto;
    top: 50%;
    right: 50%;
    bottom: auto;
    transform: translate(50%, -50%) scale(0);
    padding: .75rem 2rem;
  }
  100% {
    opacity: 1;
    z-index: 9;
    pointer-events: auto;
    top: 50%;
    right: 50%;
    bottom: auto;
    transform: translate(50%, -50%) scale(1);
    padding: .75rem 2rem;
  }
}
@keyframes hideAddToCart {
  0% {
    opacity: 1;
    z-index: 9;
    pointer-events: auto;
    top: 50%;
    right: 50%;
    bottom: auto;
    transform: translate(50%, -50%) scale(1);
    padding: .75rem 2rem;
  }
  90% {
    opacity: 1;
    z-index: 9;
    pointer-events: auto;
    top: 50%;
    right: 50%;
    bottom: auto;
    transform: translate(50%, -50%) scale(0);
    padding: .75rem 2rem;
  }
  100% {
    opacity: 0;
    z-index: 0;
    pointer-events: none;
    top: auto;
    right: 1rem;
    bottom: 1rem;
    transform: translate(50%, -50%) scale(0);
    padding: .75rem 2rem;
    padding-right: 3rem;
  }
}
@keyframes trackerStepLabelOn {
  0% {
    font-weight: 400;
  }
  100% {
    font-weight: 900;
  }
}
@keyframes trackerStepCiclesActiveColor {
  0% {
    background: #efefef;
  }
  100% {
    background: #000000;
  }
}
@keyframes trackerStepCiclesDeactiveColor {
  0% {
    background: #000000;
  }
  100% {
    background: #efefef;
  }
}
@keyframes trackerStepCiclesIncreace {
  0% {
    transform: scale(1);
    content: '';
  }
  100% {
    transform: scale(2.5);
    content: url('../images/icons/chek-box-white.svg');
  }
}
@keyframes trackerStepCiclesDecreace {
  0% {
    transform: scale(2.5);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes trackerStep2 {
  0% {
    transform: scaleX(0);
  }
  100% {
    transform: scaleX(0.3);
  }
}
@keyframes trackerStep3 {
  0% {
    transform: scaleX(0);
  }
  100% {
    transform: scaleX(0.6);
  }
}
@keyframes trackerStep4 {
  0% {
    transform: scaleX(0);
  }
  100% {
    transform: scaleX(0.9399999999999999);
  }
}
@keyframes trackerStep2_SP {
  0% {
    transform: scaleY(0);
  }
  100% {
    transform: scaleY(0.3);
  }
}
@keyframes trackerStep3_SP {
  0% {
    transform: scaleY(0);
  }
  100% {
    transform: scaleY(0.6);
  }
}
@keyframes trackerStep4_SP {
  0% {
    transform: scaleY(0);
  }
  100% {
    transform: scaleY(1);
  }
}
/**
 * Copyright © id•us agency ltd. All rights reserved.
 */
/**
 * Copyright © id•us agency ltd. All rights reserved.
 */
/**
 * Copyright © id•us agency ltd. All rights reserved.
 */
/**
 * Copyright © id•us agency ltd. All rights reserved.
 */
/**
 * Copyright © id•us agency ltd. All rights reserved.
 */
/**
 * Copyright © id•us agency ltd. All rights reserved.
 */
/**
 * Copyright © id•us agency ltd. All rights reserved.
 */
.modal-inner-wrap {
  min-width: 30rem;
}
/**
 * Copyright © id•us agency ltd. All rights reserved.
 */
/**
 * Copyright © id•us agency ltd. All rights reserved.
 */
/**
 * Copyright © id•us agency ltd. All rights reserved.
 */
.idus-slider:not(.slick-initialized):not(.is__vertical).is__static {
  flex-wrap: wrap;
  white-space: wrap;
}
.idus-slider:not(.slick-initialized):not(.is__vertical).is__dynamic:not(.slick-initialized) {
  flex-wrap: nowrap;
  white-space: nowrap;
  overflow: hidden;
}
.idus-slider:not(.slick-initialized):not(.is__vertical).is__dynamic.slick-initialized .slick-track {
  flex-wrap: nowrap;
  white-space: nowrap;
  overflow: hidden;
}
.idus-slider:not(.slick-initialized):not(.is__vertical) .idus-slider-slide[data-device="sp"] {
  display: none;
}
.idus-slider:not(.slick-initialized):not(.is__vertical).idus-slider-slidestoshow_dt_1 .idus-slider-slide {
  width: 100%;
  min-width: 100%;
}
.idus-slider:not(.slick-initialized):not(.is__vertical).idus-slider-slidestoshow_dt_2 .idus-slider-slide {
  width: 50%;
  min-width: 50%;
}
.idus-slider:not(.slick-initialized):not(.is__vertical).idus-slider-slidestoshow_dt_3 .idus-slider-slide {
  width: 33.33333333%;
  min-width: 33.33333333%;
}
.idus-slider:not(.slick-initialized):not(.is__vertical).idus-slider-slidestoshow_dt_4 .idus-slider-slide {
  width: 25%;
  min-width: 25%;
}
.idus-slider:not(.slick-initialized):not(.is__vertical).idus-slider-slidestoshow_dt_5 .idus-slider-slide {
  width: 20%;
  min-width: 20%;
}
.idus-slider:not(.slick-initialized):not(.is__vertical).idus-slider-slidestoshow_dt_6 .idus-slider-slide {
  width: 16.66666667%;
  min-width: 16.66666667%;
}
.idus-slider:not(.slick-initialized):not(.is__vertical).idus-slider-slidestoshow_dt_7 .idus-slider-slide {
  width: 14.28571429%;
  min-width: 14.28571429%;
}
.idus-slider:not(.slick-initialized):not(.is__vertical).idus-slider-slidestoshow_dt_8 .idus-slider-slide {
  width: 12.5%;
  min-width: 12.5%;
}
.idus-slider:not(.slick-initialized):not(.is__vertical).idus-slider-slidestoshow_dt_9 .idus-slider-slide {
  width: 11.11111111%;
  min-width: 11.11111111%;
}
.idus-slider:not(.slick-initialized):not(.is__vertical).idus-slider-slidestoshow_dt_10 .idus-slider-slide {
  width: 10%;
  min-width: 10%;
}
.idus-slider-thumbs.idus-slider-slidestoshow_dt_1 {
  display: none !important;
}
.idus-slider-wrapper:not(.idus-slider-layout_relative) .idus-slider-slidestoshow_dt_1 .idus-slider-slide .idus-slider-slide-content {
  max-width: 100%;
  min-width: 40%;
  width: 26rem;
}
.idus-slider-wrapper:not(.idus-slider-layout_relative) .idus-slider-slidestoshow_dt_1 .idus-slider-slide.pos_right .idus-slider-slide-content {
  right: 0;
}
.idus-slider-wrapper:not(.idus-slider-layout_relative) .idus-slider-slidestoshow_dt_1 .idus-slider-slide.pos_left .idus-slider-slide-content {
  left: 0;
}
.idus-slider-wrapper:not(.idus-slider-layout_relative) .idus-slider-slidestoshow_dt_1 .idus-slider-slide.pos_center .idus-slider-slide-content {
  left: 50%;
}
.idus-slider-wrapper:not(.idus-slider-layout_relative) .idus-slider-slidestoshow_dt_1 .idus-slider-slide.pos_center:not(.pos_middle) .idus-slider-slide-content {
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
.idus-slider-wrapper:not(.idus-slider-layout_relative) .idus-slider-slidestoshow_dt_1 .idus-slider-slide.pos_middle:not(.pos_center) .idus-slider-slide-content {
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.idus-slider-wrapper:not(.idus-slider-layout_relative) .idus-slider-slidestoshow_dt_1 .idus-slider-slide.pos_middle.pos_center .idus-slider-slide-content {
  transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
}
.idus-slider-layout_indent .idus-slider-slide .idus-slider-slide-content {
  padding: 3rem;
  background: #fff;
}
.idus-slider-layout_indent .idus-slider-slide .idus-slider-slide-img {
  width: 83.333%;
}
.idus-slider-layout_indent .idus-slider-slide.pos_right .idus-slider-slide-img {
  margin-right: 16.666%;
}
.idus-slider-layout_indent .idus-slider-slide.pos_left .idus-slider-slide-img {
  margin-left: 16.666%;
}
.idus-slider-layout_indent .idus-slider-slide.pos_center .idus-slider-slide-img {
  margin-right: auto;
  margin-left: auto;
}
/**
 * Copyright © id•us agency ltd. All rights reserved.
 */
.idus-slider-wrapper.idus-slider-slides-type_slides.idus-slider-layout-custom_Banner_top_variable .idus-slider-slide-inner .idus-slider-slide-container .idus-slider-slide-content .idus-slider-slide-content-title {
  font-size: 1.8rem;
}
.idus-slider-layout-custom_text_banner .idus-slider-slide {
  border-left: 1px solid #ffffff;
}
.idus-slider-layout-custom_text_banner .idus-slider-slide:last-child {
  border-left: 0;
}
.idus-slider-layout-custom_default .idus-slider-slide-content-title {
  font-size: 6rem;
}
.idus-slider-layout-custom_default_2 .idus-slider-slide-content-title {
  font-size: 4rem;
}
.idus-slider-layout-custom_categoris_slider .idus-slider-slide-content-title {
  font-family: FBjabutinski, Montserrat, OpenSans, Helvetica, Arial, Sans-Serif;
  font-size: 6rem;
}
.idus-slider-layout-custom_carousel_products .idus-slider-slidestoshow_dt_5.idus-slider.is__dynamic:not(.is__vertical) .slick-arrow {
  top: calc(60rem / 5 );
  transform: none;
}
.idus-slider-layout-custom_carousel_products .idus-slider-slidestoshow_dt_4.idus-slider.is__dynamic:not(.is__vertical) .slick-arrow {
  top: calc(60rem / 4 );
  transform: none;
}
.idus-slider-layout-custom_carousel_products .idus-slider-slidestoshow_dt_3.idus-slider.is__dynamic:not(.is__vertical) .slick-arrow {
  top: calc(60rem / 3 );
  transform: none;
}
.idus-slider-layout-custom_carousel_products .idus-slider-slidestoshow_dt_2.idus-slider.is__dynamic:not(.is__vertical) .slick-arrow {
  top: calc(60rem / 2 );
  transform: none;
}
.idus-slider-layout-custom_carousel_products .idus-slider-slidestoshow_dt_1.idus-slider.is__dynamic:not(.is__vertical) .slick-arrow {
  top: calc(60rem / 1 );
  transform: none;
}
@keyframes mapping_pulse {
  from {
    transform: scale(0) translate(50%, -50%);
    opacity: 1;
  }
  50% {
    transform: scale(1.75) translate(50%, -50%);
    opacity: 0;
  }
  50.1%,
  100% {
    transform: scale(0) translate(50%, -50%);
    opacity: 1;
  }
}
/**
 * Copyright © id•us agency ltd. All rights reserved.
 */
/**
 * Copyright © id•us agency ltd. All rights reserved.
 */
/**
 * Copyright © id•us agency ltd. All rights reserved.
 */
/**
 * Copyright © id•us agency ltd. All rights reserved.
 */
/**
 * Copyright © id•us agency ltd. All rights reserved.
 */
/**
 * Copyright © id•us agency ltd. All rights reserved.
 */
/**
 * Copyright © id•us agency ltd. All rights reserved.
 */
.page-header {
  height: 7.4rem;
  height: var(--header-height);
}
.page-header-navigation .page-header-navigation-toggle {
  display: none;
}
.page-header-navigation .page-header-navigation-container > ul > li {
  display: inline-block;
}
.page-header-navigation .page-header-navigation-container > ul > li.parent > a:after {
  font-family: 'hoodies', 'idus';
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
  content: '\e805';
}
.page-header-navigation .page-header-navigation-container > ul > li.parent > a:after {
  font-weight: 500;
  color: #000000;
}
.page-header-navigation .page-header-navigation-container > ul > li.parent:hover > a:after,
.page-header-navigation .page-header-navigation-container > ul > li.parent:focus-within > a:after {
  color: #000000;
  content: '\e808';
}
.page-header-navigation .page-header-navigation-container > ul > li > a {
  padding: 2rem 1.5rem;
}
.page-header-navigation .page-header-navigation-container > ul > li li > a {
  padding: 0.5rem;
}
.page-header-navigation .page-header-navigation-container > ul > li > .page-header-navigation-dropdown > .container {
  padding: 0.5rem;
}
.page-header-navigation .page-header-navigation-container > ul > li > .page-header-navigation-dropdown .page-header-navigation-dropdown-back {
  display: none;
}
.page-header-navigation .page-header-navigation-container > ul > li > .page-header-navigation-dropdown_1 {
  z-index: -1;
  position: absolute;
  width: 100vw;
  width: calc(var(--vw) * 100);
  right: calc((100vw - 100%) / -2);
  right: calc(((var(--vw) * 100) - 100%) / -2);
  max-height: calc( 100vh - 7.4rem);
  max-height: calc((var(--vh) * 100) - var(--header-height));
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  top: calc( 100% - 1rem);
  opacity: 0;
  visibility: hidden;
  transition: opacity .2s, visibility .2s, top .2s;
  -webkit-transition: opacity .2s, visibility .2s, top .2s;
  transition-delay: .2s;
  -webkit-transition-delay: .2s;
}
.page-header-navigation .page-header-navigation-container > ul > li > .page-header-navigation-dropdown_1 .page-header-navigation-dropdown-nav_1 > ul {
  display: table;
}
.page-header-navigation .page-header-navigation-container > ul > li > .page-header-navigation-dropdown_1 .page-header-navigation-dropdown-nav_1 > ul > li {
  display: table-cell;
  table-layout: auto;
  width: 1%;
  vertical-align: top;
}
.page-header-navigation .page-header-navigation-container > ul > li > .page-header-navigation-dropdown_1 .page-header-navigation-dropdown-nav_1,
.page-header-navigation .page-header-navigation-container > ul > li > .page-header-navigation-dropdown_1 .page-header-navigation-dropdown-banner {
  display: inline-block;
  vertical-align: top;
}
.page-header-navigation .page-header-navigation-container > ul > li > .page-header-navigation-dropdown_1 .page-header-navigation-dropdown-banner {
  padding: 0.5rem;
}
.page-header-navigation .page-header-navigation-container > ul > li > .page-header-navigation-dropdown_1.layout_cols_banner .page-header-navigation-dropdown-nav_1,
.page-header-navigation .page-header-navigation-container > ul > li > .page-header-navigation-dropdown_1.layout_banner_cols .page-header-navigation-dropdown-nav_1 {
  width: 75%;
}
.page-header-navigation .page-header-navigation-container > ul > li > .page-header-navigation-dropdown_1.layout_cols_banner .page-header-navigation-dropdown-banner,
.page-header-navigation .page-header-navigation-container > ul > li > .page-header-navigation-dropdown_1.layout_banner_cols .page-header-navigation-dropdown-banner {
  width: 25%;
}
.page-header-navigation .page-header-navigation-container > ul > li > .page-header-navigation-dropdown_1.layout_col_banner .page-header-navigation-dropdown-nav_1,
.page-header-navigation .page-header-navigation-container > ul > li > .page-header-navigation-dropdown_1.layout_banner_col .page-header-navigation-dropdown-nav_1 {
  width: 25%;
}
.page-header-navigation .page-header-navigation-container > ul > li > .page-header-navigation-dropdown_1.layout_col_banner .page-header-navigation-dropdown-nav_1 > ul > li,
.page-header-navigation .page-header-navigation-container > ul > li > .page-header-navigation-dropdown_1.layout_banner_col .page-header-navigation-dropdown-nav_1 > ul > li {
  width: 100%;
  display: block;
}
.page-header-navigation .page-header-navigation-container > ul > li > .page-header-navigation-dropdown_1.layout_col_banner .page-header-navigation-dropdown-banner,
.page-header-navigation .page-header-navigation-container > ul > li > .page-header-navigation-dropdown_1.layout_banner_col .page-header-navigation-dropdown-banner {
  width: 75%;
}
.page-header-navigation .page-header-navigation-container > ul > li > .page-header-navigation-dropdown_1.layout_banner_cols,
.page-header-navigation .page-header-navigation-container > ul > li > .page-header-navigation-dropdown_1.layout_banner_col {
  direction: ltr;
}
.page-header-navigation .page-header-navigation-container > ul > li > .page-header-navigation-dropdown_1.layout_banner_cols .page-header-navigation-dropdown-nav_1,
.page-header-navigation .page-header-navigation-container > ul > li > .page-header-navigation-dropdown_1.layout_banner_col .page-header-navigation-dropdown-nav_1,
.page-header-navigation .page-header-navigation-container > ul > li > .page-header-navigation-dropdown_1.layout_banner_cols .page-header-navigation-dropdown-banner,
.page-header-navigation .page-header-navigation-container > ul > li > .page-header-navigation-dropdown_1.layout_banner_col .page-header-navigation-dropdown-banner {
  direction: initial;
}
.page-header-navigation .page-header-navigation-container > ul > li > .page-header-navigation-dropdown_1.layout_banner .page-header-navigation-dropdown-banner {
  width: 100%;
}
.page-header-navigation .page-header-navigation-container > ul > li:hover > .page-header-navigation-dropdown_1,
.page-header-navigation .page-header-navigation-container > ul > li:focus > .page-header-navigation-dropdown_1 {
  top: 100%;
  opacity: 1;
  visibility: visible;
}
.page-header-navigation .page-header-navigation-container > ul > li > a:focus + .page-header-navigation-dropdown {
  top: 100%;
  opacity: 1;
  visibility: visible;
}
.page-header-navigation .page-header-navigation-container > ul > li:focus-within > .page-header-navigation-dropdown_1 {
  top: 100%;
  opacity: 1;
  visibility: visible;
}
/**
 * Copyright © id•us agency ltd. All rights reserved.
 */
/**
 * Copyright © id•us agency ltd. All rights reserved.
 */
/**
 * Copyright © id•us agency ltd. All rights reserved.
 */
/**
 * Copyright © id•us agency ltd. All rights reserved.
 */
/**
 * Copyright © id•us agency ltd. All rights reserved.
 */
/**
 * Copyright © id•us agency ltd. All rights reserved.
 */
/*------------------------------------*\
  #SYTE-SEARCH-FEATURE
\*------------------------------------*/
/*
=HEADER=
This file has to implant te Syte search icon
to the header of Hoodies websyte.*/
/*------------------------------------*\
  #SYTE-SEARCH-FEATURE
\*------------------------------------*/
/*
=PRODUCT-STAMP=
This file declares the implantation of Syte search component
into the product page of Hoodies websyte.*/
/**
 * Copyright © id•us agency ltd. All rights reserved.
 */
/*& when (@media-flexi = sp){
    .mini-search{
        .ui-dialog{                     
            padding: 2rem 0 1rem;                       
        }
        .header-search-fields{
            position: relative;

            .header-search-input-wrapper{
                border-bottom: 1px solid @color;
                margin-left: 4rem;
                margin-right: 2rem;
                width: auto;
            }
            .header-search-input{
                font-size: @font-size; 
            }

            .header-search-button-wrapper{
                position: absolute;
                top: 2rem;
                .left(1rem);
                width: auto;
                padding: 0;
                .header-search-button{
                    padding: 0;
                    opacity: 1;
                    .icon(@icon-search, @font-size-xxl, after );
                    span{ font-size: 0; }
                }
            }
            .header-search-close-wrapper{
                .right(auto);
                .left(0);
                top: -1.5rem;
                width: auto;
                padding: 0;

                .header-search-close{
                    display: block !important;
                    .right(auto);
                    .left(0);
                    width: auto;
                    padding: 1rem;
                    .icon('›',@font-size-xxl, before ); 

                    &:before{
                        width: auto;
                    }                   
                }
            }
        }
    }
}*/
.header_cart .mini-wrapper > .action,
.header_wishlist .mini-wrapper > .action,
.header_search .mini-wrapper > .action {
  position: relative;
}
.header_cart .mini-wrapper > .action .text,
.header_wishlist .mini-wrapper > .action .text,
.header_search .mini-wrapper > .action .text {
  position: absolute !important;
  visibility: hidden;
  width: auto;
  height: auto;
  background: #e6e6e6;
  color: #000000;
  text-align: center;
  display: inline-block;
  clip: auto;
  font-size: 0.8rem;
  padding: .5rem;
  white-space: nowrap;
  top: calc(100% + 1rem);
  left: -100%;
  overflow: visible;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
}
.header_cart .mini-wrapper > .action .text:after,
.header_wishlist .mini-wrapper > .action .text:after,
.header_search .mini-wrapper > .action .text:after {
  content: '';
  position: absolute;
  bottom: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: transparent transparent #e6e6e6 transparent;
}
.header_cart .mini-wrapper > .action:hover .text,
.header_wishlist .mini-wrapper > .action:hover .text,
.header_search .mini-wrapper > .action:hover .text {
  visibility: visible;
}
.header_logo_1 {
  height: 100%;
  width: 7.5rem;
}
.page_header_logo {
  position: relative;
  display: inline-block;
}
.page_header_logo:before {
  content: 'Hoodies';
  position: absolute;
  width: auto;
  height: auto;
  background: #e6e6e6;
  color: #000000;
  display: inline-block;
  clip: auto;
  font-size: 0.8rem;
  padding: .5rem;
  white-space: nowrap;
  top: calc(100% + 10px);
  right: 50%;
  transform: translateX(50%);
  overflow: visible;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  text-align: center;
  visibility: hidden;
}
.page_header_logo:after {
  content: '';
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: transparent transparent #e6e6e6 transparent;
  visibility: hidden;
}
.page_header_logo:hover:before,
.page_header_logo:hover:after {
  visibility: visible;
}
.idus_notification {
  top: 5rem;
}
.header_right > div {
  min-width: 2rem;
}
.header_left {
  padding: 0;
}
.mini-wrapper > .action {
  display: inline-block;
}
.page-header-navigation .page-header-navigation-container {
  font-weight: normal;
  overflow: hidden;
  white-space: nowrap;
}
.page-header-navigation .page-header-navigation-container .navigation-container-content {
  display: none;
}
.page-header-navigation .page-header-navigation-container .nav-list {
  justify-content: space-evenly;
  align-items: center;
}
.page-header-navigation .page-header-navigation-container .nav-list > li {
  font-size: 1rem;
}
.page-header-navigation .page-header-navigation-container > ul > li.level_0 > a {
  padding: 1.75rem 1rem;
}
.page-header-navigation .page-header-navigation-container > ul > li.level_0 > a.has_thumbnail .thumbnail {
  display: none;
}
.page-header-navigation .page-header-navigation-container > ul > li.level_0 > a.has_thumbnail > span {
  display: flex;
  flex-direction: row-reverse;
}
.page-header-navigation .page-header-navigation-container > ul > li.level_0 > a[title="חולצות בית ספר "] {
  padding: 1.75rem 2.1rem 1.75rem 1.3rem;
}
.page-header-navigation .page-header-navigation-container > ul > li.level_0 > a[title="חולצות בית ספר "] > span > span:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 1.5rem;
  height: 1.5rem;
  background: url("../images/book.png") no-repeat;
  background-size: cover;
  transform: translate(-0.3rem, -60%);
}
.page-header-navigation .page-header-navigation-container > ul > li.parent > a:after {
  content: none !important;
}
.page-header-navigation .page-header-navigation-container > ul > li > a {
  position: relative;
}
.page-header-navigation .page-header-navigation-container > ul > li > a:before {
  content: '' !important;
  position: absolute;
  right: 50%;
  left: 50%;
  width: 0;
  bottom: 1rem;
  border-bottom: 4px solid #88b33f;
  transition: all 0.2s;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  margin: auto;
}
.page-header-navigation .page-header-navigation-container > ul > li > a:hover:before {
  content: '' !important;
  width: 100%;
  position: absolute;
  right: 0;
  left: 0;
}
.page-header-navigation .page-header-navigation-container > ul > li.selected > a:before {
  content: '' !important;
  width: 100%;
  position: absolute;
  right: 0;
  left: 0;
}
.page-header-navigation .page-header-navigation-container > ul > li > .page-header-navigation-dropdown {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.page-header-navigation .page-header-navigation-container > ul > li > .page-header-navigation-dropdown .container {
  display: flex;
}
.page-header-navigation .page-header-navigation-container > ul > li > .page-header-navigation-dropdown .container .page-header-navigation-dropdown-nav_1 {
  width: auto;
  flex: 1;
}
.page-header-navigation .page-header-navigation-container > ul > li > .page-header-navigation-dropdown .page-header-navigation-dropdown-nav > ul {
  display: flex;
  flex-flow: row wrap;
  line-height: 0;
  text-align: right;
  color: black;
  width: 100%;
}
.page-header-navigation .page-header-navigation-container > ul > li > .page-header-navigation-dropdown .page-header-navigation-dropdown-nav > ul > ul {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  max-height: 13rem;
  gap: .6rem 3.5rem;
}
.page-header-navigation .page-header-navigation-container > ul > li > .page-header-navigation-dropdown .page-header-navigation-dropdown-nav > ul > ul.nav-category-items-group-depth-2 {
  flex-direction: row;
  max-height: none;
}
.page-header-navigation .page-header-navigation-container > ul > li > .page-header-navigation-dropdown .page-header-navigation-dropdown-nav > ul > ul.nav-category-items-group-depth-2 > li > .nav_link {
  font-weight: bold;
  margin-bottom: 1rem;
}
.page-header-navigation .page-header-navigation-container > ul > li > .page-header-navigation-dropdown .page-header-navigation-dropdown-nav > ul > ul.nav-category-items-group-depth-2 > li .nav-category-items.level_2 {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: .6rem 3.5rem;
}
.page-header-navigation .page-header-navigation-container > ul > li > .page-header-navigation-dropdown .page-header-navigation-dropdown-nav > ul > ul.nav-category-items-group-0 {
  margin-left: 7rem;
}
.page-header-navigation .page-header-navigation-container > ul > li > .page-header-navigation-dropdown .page-header-navigation-dropdown-nav > ul > ul.nav-category-items-group-1 {
  margin-left: 7rem;
  border-right: 0px solid rgba(112, 112, 112, 0.5);
}
.page-header-navigation .page-header-navigation-container > ul > li > .page-header-navigation-dropdown .page-header-navigation-dropdown-nav > ul > ul > li {
  font-size: .9rem;
}
.page-header-navigation .page-header-navigation-container > ul > li > .page-header-navigation-dropdown.layout_cols_banner .page-header-navigation-dropdown-nav {
  width: auto !important;
}
.page-header-navigation .page-header-navigation-container > ul > li > .page-header-navigation-dropdown.layout_cols_banner .page-header-navigation-dropdown-banner {
  padding: .5rem;
  border-right: 0px solid rgba(112, 112, 112, 0.5);
  width: unset;
}
.page-header-navigation .page-header-navigation-container > ul > li > .page-header-navigation-dropdown.layout_cols_banner .page-header-navigation-dropdown-banner .idus-slider-slide-content-title {
  font-size: .8rem;
  text-align: center;
  font-weight: inherit;
  color: black;
}
.page-header-navigation .page-header-navigation-container > ul > li > .page-header-navigation-dropdown.layout_cols_banner .page-header-navigation-dropdown-banner .idus-slider-slide-img {
  width: 13.5rem;
}
/**
 * Copyright © id•us agency ltd. All rights reserved.
 */
.page-footer .footer_list {
  width: 25%;
}
.page-footer .footer_list .footer_element_title {
  display: block;
}
.product-item.category-widget:not(.pc-show) {
  display: none;
}
.access-contrast .idus-slider-slide-content-title,
.access-contrast .idus-slider-slide-content-desc,
.access-contrast .idus-slider-content-title,
.access-contrast header.page-header .counter.qty .counter-number,
.access-contrast .delta_carousel_product .stampa_sale .product-stampa_sale,
.access-contrast .delta_category_product .stampa_sale .product-stampa_sale,
.access-contrast .delta_search-autocomplete_product .stampa_sale .product-stampa_sale,
.access-contrast .mini-wrapper.mini-cart .block-minicart-content .minicart_content .minicart-items .delta_minicart_product .product_image .stampa_sale,
.access-contrast .delta_cart_product .product_image .stampa_sale,
.access-contrast .delta_minicart_text .minicart_text,
.access-contrast .page-wrapper .page-header .page-header-container .container-header .header-bottom .header-menu .page-header-navigation .page-header-navigation-container .category-item.level_0 > .page-header-navigation-dropdown > .container > .page-header-navigation-dropdown-nav.page-header-navigation-dropdown-nav_1 ul .category-item.level_1 .title,
.access-contrast .idus-slider-slide-content-title span,
.access-contrast .idus-slider-slide-content-desc span,
.access-contrast .idus-slider-content-title span,
.access-contrast header.page-header .counter.qty .counter-number span,
.access-contrast .delta_carousel_product .stampa_sale .product-stampa_sale span,
.access-contrast .delta_category_product .stampa_sale .product-stampa_sale span,
.access-contrast .delta_search-autocomplete_product .stampa_sale .product-stampa_sale span,
.access-contrast .mini-wrapper.mini-cart .block-minicart-content .minicart_content .minicart-items .delta_minicart_product .product_image .stampa_sale span,
.access-contrast .delta_cart_product .product_image .stampa_sale span,
.access-contrast .delta_minicart_text .minicart_text span,
.access-contrast .page-wrapper .page-header .page-header-container .container-header .header-bottom .header-menu .page-header-navigation .page-header-navigation-container .category-item.level_0 > .page-header-navigation-dropdown > .container > .page-header-navigation-dropdown-nav.page-header-navigation-dropdown-nav_1 ul .category-item.level_1 .title span,
.access-contrast .idus-slider-slide-content-title b,
.access-contrast .idus-slider-slide-content-desc b,
.access-contrast .idus-slider-content-title b,
.access-contrast header.page-header .counter.qty .counter-number b,
.access-contrast .delta_carousel_product .stampa_sale .product-stampa_sale b,
.access-contrast .delta_category_product .stampa_sale .product-stampa_sale b,
.access-contrast .delta_search-autocomplete_product .stampa_sale .product-stampa_sale b,
.access-contrast .mini-wrapper.mini-cart .block-minicart-content .minicart_content .minicart-items .delta_minicart_product .product_image .stampa_sale b,
.access-contrast .delta_cart_product .product_image .stampa_sale b,
.access-contrast .delta_minicart_text .minicart_text b,
.access-contrast .page-wrapper .page-header .page-header-container .container-header .header-bottom .header-menu .page-header-navigation .page-header-navigation-container .category-item.level_0 > .page-header-navigation-dropdown > .container > .page-header-navigation-dropdown-nav.page-header-navigation-dropdown-nav_1 ul .category-item.level_1 .title b,
.access-contrast .idus-slider-slide-content-title strong,
.access-contrast .idus-slider-slide-content-desc strong,
.access-contrast .idus-slider-content-title strong,
.access-contrast header.page-header .counter.qty .counter-number strong,
.access-contrast .delta_carousel_product .stampa_sale .product-stampa_sale strong,
.access-contrast .delta_category_product .stampa_sale .product-stampa_sale strong,
.access-contrast .delta_search-autocomplete_product .stampa_sale .product-stampa_sale strong,
.access-contrast .mini-wrapper.mini-cart .block-minicart-content .minicart_content .minicart-items .delta_minicart_product .product_image .stampa_sale strong,
.access-contrast .delta_cart_product .product_image .stampa_sale strong,
.access-contrast .delta_minicart_text .minicart_text strong,
.access-contrast .page-wrapper .page-header .page-header-container .container-header .header-bottom .header-menu .page-header-navigation .page-header-navigation-container .category-item.level_0 > .page-header-navigation-dropdown > .container > .page-header-navigation-dropdown-nav.page-header-navigation-dropdown-nav_1 ul .category-item.level_1 .title strong {
  background-color: black !important;
  color: white !important;
}
.access-contrast .idus-slider-slide-content-title:hover,
.access-contrast .idus-slider-slide-content-desc:hover,
.access-contrast .idus-slider-content-title:hover,
.access-contrast header.page-header .counter.qty .counter-number:hover,
.access-contrast .delta_carousel_product .stampa_sale .product-stampa_sale:hover,
.access-contrast .delta_category_product .stampa_sale .product-stampa_sale:hover,
.access-contrast .delta_search-autocomplete_product .stampa_sale .product-stampa_sale:hover,
.access-contrast .mini-wrapper.mini-cart .block-minicart-content .minicart_content .minicart-items .delta_minicart_product .product_image .stampa_sale:hover,
.access-contrast .delta_cart_product .product_image .stampa_sale:hover,
.access-contrast .delta_minicart_text .minicart_text:hover,
.access-contrast .page-wrapper .page-header .page-header-container .container-header .header-bottom .header-menu .page-header-navigation .page-header-navigation-container .category-item.level_0 > .page-header-navigation-dropdown > .container > .page-header-navigation-dropdown-nav.page-header-navigation-dropdown-nav_1 ul .category-item.level_1 .title:hover,
.access-contrast .idus-slider-slide-content-title span:hover,
.access-contrast .idus-slider-slide-content-desc span:hover,
.access-contrast .idus-slider-content-title span:hover,
.access-contrast header.page-header .counter.qty .counter-number span:hover,
.access-contrast .delta_carousel_product .stampa_sale .product-stampa_sale span:hover,
.access-contrast .delta_category_product .stampa_sale .product-stampa_sale span:hover,
.access-contrast .delta_search-autocomplete_product .stampa_sale .product-stampa_sale span:hover,
.access-contrast .mini-wrapper.mini-cart .block-minicart-content .minicart_content .minicart-items .delta_minicart_product .product_image .stampa_sale span:hover,
.access-contrast .delta_cart_product .product_image .stampa_sale span:hover,
.access-contrast .delta_minicart_text .minicart_text span:hover,
.access-contrast .page-wrapper .page-header .page-header-container .container-header .header-bottom .header-menu .page-header-navigation .page-header-navigation-container .category-item.level_0 > .page-header-navigation-dropdown > .container > .page-header-navigation-dropdown-nav.page-header-navigation-dropdown-nav_1 ul .category-item.level_1 .title span:hover,
.access-contrast .idus-slider-slide-content-title b:hover,
.access-contrast .idus-slider-slide-content-desc b:hover,
.access-contrast .idus-slider-content-title b:hover,
.access-contrast header.page-header .counter.qty .counter-number b:hover,
.access-contrast .delta_carousel_product .stampa_sale .product-stampa_sale b:hover,
.access-contrast .delta_category_product .stampa_sale .product-stampa_sale b:hover,
.access-contrast .delta_search-autocomplete_product .stampa_sale .product-stampa_sale b:hover,
.access-contrast .mini-wrapper.mini-cart .block-minicart-content .minicart_content .minicart-items .delta_minicart_product .product_image .stampa_sale b:hover,
.access-contrast .delta_cart_product .product_image .stampa_sale b:hover,
.access-contrast .delta_minicart_text .minicart_text b:hover,
.access-contrast .page-wrapper .page-header .page-header-container .container-header .header-bottom .header-menu .page-header-navigation .page-header-navigation-container .category-item.level_0 > .page-header-navigation-dropdown > .container > .page-header-navigation-dropdown-nav.page-header-navigation-dropdown-nav_1 ul .category-item.level_1 .title b:hover,
.access-contrast .idus-slider-slide-content-title strong:hover,
.access-contrast .idus-slider-slide-content-desc strong:hover,
.access-contrast .idus-slider-content-title strong:hover,
.access-contrast header.page-header .counter.qty .counter-number strong:hover,
.access-contrast .delta_carousel_product .stampa_sale .product-stampa_sale strong:hover,
.access-contrast .delta_category_product .stampa_sale .product-stampa_sale strong:hover,
.access-contrast .delta_search-autocomplete_product .stampa_sale .product-stampa_sale strong:hover,
.access-contrast .mini-wrapper.mini-cart .block-minicart-content .minicart_content .minicart-items .delta_minicart_product .product_image .stampa_sale strong:hover,
.access-contrast .delta_cart_product .product_image .stampa_sale strong:hover,
.access-contrast .delta_minicart_text .minicart_text strong:hover,
.access-contrast .page-wrapper .page-header .page-header-container .container-header .header-bottom .header-menu .page-header-navigation .page-header-navigation-container .category-item.level_0 > .page-header-navigation-dropdown > .container > .page-header-navigation-dropdown-nav.page-header-navigation-dropdown-nav_1 ul .category-item.level_1 .title strong:hover,
.access-contrast .idus-slider-slide-content-title:focus,
.access-contrast .idus-slider-slide-content-desc:focus,
.access-contrast .idus-slider-content-title:focus,
.access-contrast header.page-header .counter.qty .counter-number:focus,
.access-contrast .delta_carousel_product .stampa_sale .product-stampa_sale:focus,
.access-contrast .delta_category_product .stampa_sale .product-stampa_sale:focus,
.access-contrast .delta_search-autocomplete_product .stampa_sale .product-stampa_sale:focus,
.access-contrast .mini-wrapper.mini-cart .block-minicart-content .minicart_content .minicart-items .delta_minicart_product .product_image .stampa_sale:focus,
.access-contrast .delta_cart_product .product_image .stampa_sale:focus,
.access-contrast .delta_minicart_text .minicart_text:focus,
.access-contrast .page-wrapper .page-header .page-header-container .container-header .header-bottom .header-menu .page-header-navigation .page-header-navigation-container .category-item.level_0 > .page-header-navigation-dropdown > .container > .page-header-navigation-dropdown-nav.page-header-navigation-dropdown-nav_1 ul .category-item.level_1 .title:focus,
.access-contrast .idus-slider-slide-content-title span:focus,
.access-contrast .idus-slider-slide-content-desc span:focus,
.access-contrast .idus-slider-content-title span:focus,
.access-contrast header.page-header .counter.qty .counter-number span:focus,
.access-contrast .delta_carousel_product .stampa_sale .product-stampa_sale span:focus,
.access-contrast .delta_category_product .stampa_sale .product-stampa_sale span:focus,
.access-contrast .delta_search-autocomplete_product .stampa_sale .product-stampa_sale span:focus,
.access-contrast .mini-wrapper.mini-cart .block-minicart-content .minicart_content .minicart-items .delta_minicart_product .product_image .stampa_sale span:focus,
.access-contrast .delta_cart_product .product_image .stampa_sale span:focus,
.access-contrast .delta_minicart_text .minicart_text span:focus,
.access-contrast .page-wrapper .page-header .page-header-container .container-header .header-bottom .header-menu .page-header-navigation .page-header-navigation-container .category-item.level_0 > .page-header-navigation-dropdown > .container > .page-header-navigation-dropdown-nav.page-header-navigation-dropdown-nav_1 ul .category-item.level_1 .title span:focus,
.access-contrast .idus-slider-slide-content-title b:focus,
.access-contrast .idus-slider-slide-content-desc b:focus,
.access-contrast .idus-slider-content-title b:focus,
.access-contrast header.page-header .counter.qty .counter-number b:focus,
.access-contrast .delta_carousel_product .stampa_sale .product-stampa_sale b:focus,
.access-contrast .delta_category_product .stampa_sale .product-stampa_sale b:focus,
.access-contrast .delta_search-autocomplete_product .stampa_sale .product-stampa_sale b:focus,
.access-contrast .mini-wrapper.mini-cart .block-minicart-content .minicart_content .minicart-items .delta_minicart_product .product_image .stampa_sale b:focus,
.access-contrast .delta_cart_product .product_image .stampa_sale b:focus,
.access-contrast .delta_minicart_text .minicart_text b:focus,
.access-contrast .page-wrapper .page-header .page-header-container .container-header .header-bottom .header-menu .page-header-navigation .page-header-navigation-container .category-item.level_0 > .page-header-navigation-dropdown > .container > .page-header-navigation-dropdown-nav.page-header-navigation-dropdown-nav_1 ul .category-item.level_1 .title b:focus,
.access-contrast .idus-slider-slide-content-title strong:focus,
.access-contrast .idus-slider-slide-content-desc strong:focus,
.access-contrast .idus-slider-content-title strong:focus,
.access-contrast header.page-header .counter.qty .counter-number strong:focus,
.access-contrast .delta_carousel_product .stampa_sale .product-stampa_sale strong:focus,
.access-contrast .delta_category_product .stampa_sale .product-stampa_sale strong:focus,
.access-contrast .delta_search-autocomplete_product .stampa_sale .product-stampa_sale strong:focus,
.access-contrast .mini-wrapper.mini-cart .block-minicart-content .minicart_content .minicart-items .delta_minicart_product .product_image .stampa_sale strong:focus,
.access-contrast .delta_cart_product .product_image .stampa_sale strong:focus,
.access-contrast .delta_minicart_text .minicart_text strong:focus,
.access-contrast .page-wrapper .page-header .page-header-container .container-header .header-bottom .header-menu .page-header-navigation .page-header-navigation-container .category-item.level_0 > .page-header-navigation-dropdown > .container > .page-header-navigation-dropdown-nav.page-header-navigation-dropdown-nav_1 ul .category-item.level_1 .title strong:focus {
  background-color: black !important;
  color: white !important;
  outline: 1px solid black !important;
}
body.tab-mode a:focus,
body.tab-mode .mini-wrapper > .action:focus,
body.tab-mode button:focus,
body.tab-mode *[tabindex]:not(.idus-slider-slide):not(.swatch-option):focus,
body.tab-mode input:focus {
  outline: 1px solid #bec1c3 !important;
}
body.tab-mode input[type="checkbox"]:focus + label,
body.tab-mode input[type="radio"]:focus + label {
  outline: 1px solid #bec1c3 !important;
}
/**
 * Copyright © id•us agency ltd. All rights reserved.
 */
/**
 * Copyright © id•us agency ltd. All rights reserved.
 */
.load_prev_wrapper {
  text-align: center;
  font-family: FBjabutinski, Montserrat, OpenSans, Helvetica, Arial, Sans-Serif;
  font-size: 1rem;
  font-weight: 400;
  color: #000000;
}
.load_prev_wrapper .toolbar-amount-prev {
  padding: 1rem;
}
.load_prev_wrapper .action.prev {
  margin-bottom: 1rem;
}
.load_next_wrapper .action,
.load_next_wrapper .toolbar-amount-next {
  display: none;
}
.products-list-filter-header,
.products-list-filter-footer,
.products-list-filter-toggle-open,
#products-list-filter-toggle {
  display: none;
}
/**
 * Copyright © id•us agency ltd. All rights reserved.
 */
.filter_sort_container {
  position: relative;
}
.filter_sort_container .sort_container {
  vertical-align: top;
  display: inline-block;
  width: calc(100% - 15rem);
}
.filter_sort_container .sort_container .products-list-filter-heading {
  position: absolute;
  bottom: -.5rem;
  padding: 0;
}
.filter_sort_container .sort_container .products-list-filter-heading .block-title {
  display: none;
}
.filter_sort_container .sort_container .products-list-filter-heading .block-action .products-list-filter-clear {
  font-size: .8rem;
}
.filter_sort_container .sort_container .filter-content .filter-options-item {
  vertical-align: top;
  width: 6rem;
  display: inline-block;
  margin-left: 1.75rem;
  font-size: .9rem;
}
.filter_sort_container .sort_container .filter-content .filter-options-item[data-filter="cat"] .filter-options-title .count {
  display: none;
}
.filter_sort_container .sort_container .filter-content .filter-options-item .filter-options-title {
  position: relative;
  border: 1px solid transparent;
  padding: .5rem 0;
  font-size: .8rem;
}
.filter_sort_container .sort_container .filter-content .filter-options-item .filter-options-title:before {
  content: '';
  position: absolute;
  border-bottom: 1px solid #000000;
  bottom: -.1rem;
  right: 0;
  left: 0;
  display: block;
  box-sizing: border-box;
}
.filter_sort_container .sort_container .filter-content .filter-options-item .filter-options-title:after {
  left: 0;
}
.filter_sort_container .sort_container .filter-content .filter-options-item .filter-options-title .count {
  font-size: 0.8rem;
  color: #88b33f;
}
.filter_sort_container .sort_container .filter-content .filter-options-item.selected .filter-options-title {
  z-index: 2;
  background: white;
}
.filter_sort_container .sort_container .filter-content .filter-options-item.selected .filter-options-title:before {
  content: none;
}
.filter_sort_container .sort_container .filter-content .filter-options-item .filter-options-content {
  margin-top: -.2rem;
  background: white;
  position: absolute;
  right: 0;
  left: 0;
  top: auto;
  z-index: 2;
}
.filter_sort_container .sort_container .filter-content .filter-options-item .filter-options-content > * {
  padding: 1.5rem;
  border: 1px solid black;
  gap: 0;
}
.filter_sort_container .sort_container .filter-content .filter-options-item.has_filter .filter-options-title:before {
  border-color: #88b33f;
}
.filter_sort_container .filter_container {
  width: 15rem;
  vertical-align: top;
  display: inline-block;
  text-align: left;
}
.filter_sort_container .filter_container .toolbar-products-sorter {
  display: inline-block;
}
.filter_sort_container .products-list-sort {
  font-size: .8rem;
}
.filter_sort_container .products-list-sort select {
  border-bottom: 1px solid #000000;
  padding: .5rem 0;
  width: 5.25rem !important;
}
.filter_sort_container .products-list-sort a {
  padding-left: 0;
}
.filter_views_container {
  display: flex;
  align-items: flex-end;
  justify-content: left;
  padding-bottom: .5rem;
  line-height: 1.3;
}
.toolbar-products-views {
  display: flex;
  padding-left: .5rem;
}
.toolbar-products-views .title {
  display: none;
}
.toolbar-products-views .view-action {
  display: none;
  padding-right: .5rem;
  cursor: pointer;
}
.toolbar-products-views .view-action:not(.active) {
  transition: opacity 600ms ease 0s;
  opacity: .2;
}
.toolbar-products-views .view-action.view_4:before {
  font-size: 2rem;
  font-family: 'hoodies', 'idus';
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
  content: '\e91c';
}
.toolbar-products-views .view-action.view_4.active:before {
  font-size: 2rem;
  font-family: 'hoodies', 'idus';
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
  content: '\e90c';
}
.toolbar-products-views .view-action.view_4 span {
  display: none;
}
.toolbar-products-views .view-action.view_3:before {
  font-size: 2rem;
  font-family: 'hoodies', 'idus';
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
  content: '\e93c';
}
.toolbar-products-views .view-action.view_3.active:before {
  font-size: 2rem;
  font-family: 'hoodies', 'idus';
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
  content: '\e92c';
}
.toolbar-products-views .view-action.view_3 span {
  display: none;
}
.toolbar-products-views .view_2,
.toolbar-products-views .view_1 {
  display: none;
}
/**
 * Copyright © id•us agency ltd. All rights reserved.
 */
/**
 * Copyright © id•us agency ltd. All rights reserved.
 */
/**
 * Copyright © id•us agency ltd. All rights reserved.
 */
.product-page-gallery-thumb {
  display: none;
}
@keyframes pulse {
  25%,
  75% {
    transform: scale(1.45);
  }
  50% {
    transform: scale(1.25);
  }
}
.load_next_wrapper.scroll .primary.action span {
  width: 100%;
  display: block;
  text-align: center;
  display: flex;
  justify-content: center;
}
.load_next_wrapper.scroll .primary.action span > span {
  color: transparent;
  background-image: url('../images/category_loader.png');
  background-size: 14rem;
  height: 2rem;
  background-repeat: no-repeat;
  background-position: center;
}
.load_next_wrapper:not(.scroll) .primary.action {
  border: 1px solid black !important;
  width: max-content;
  margin: 0 auto .5rem;
  transition: 250ms;
}
.load_next_wrapper:not(.scroll) .primary.action > span > span {
  display: block;
  font-size: 1rem;
}
.load_next_wrapper:not(.scroll) .primary.action:hover {
  color: white !important;
  background: black !important;
}
/**
 * Copyright © id•us agency ltd. All rights reserved.
 */
/**
 * Copyright © id•us agency ltd. All rights reserved.
 */
/**
 * Copyright © id•us agency ltd. All rights reserved.
 */
/**
 * Copyright © id•us agency ltd. All rights reserved.
 */
/**
 * Copyright © id•us agency ltd. All rights reserved.
 */
/**
 * Copyright © id•us agency ltd. All rights reserved.
 */
/**
 * Import Checkout Methods styles
 */
/**
 * Copyright © id•us agency ltd. All rights reserved.
 */
/**
 * Copyright © id•us agency ltd. All rights reserved.
 */
.customer-account-logoutsuccess .column.main {
  padding: 1rem;
}
.customer-account-logoutsuccess .idus_loader_page {
  display: block !important;
  opacity: 1 !important;
  visibility: visible !important;
}
/**
 *
 *  {customer} login/register/forgotpass general styling
 *
 */
/**
 *
 *  {customer} login styling
 *
 */
/**
 * Copyright © id•us agency ltd. All rights reserved.
 */
/**
 * Copyright © id•us agency ltd. All rights reserved.
 */
/**
	Stores list new grid
	**/
.storelocator-index-index ul.stores > li.store {
  width: calc(25% - 2rem);
}
/**
 * Copyright © id•us agency ltd. All rights reserved.
 */
/**
 * Copyright © id•us agency ltd. All rights reserved.
 */
@keyframes scaleAndFade {
  from {
    opacity: 0;
    transform: scale(0);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
/**
 * Copyright © id•us agency ltd. All rights reserved.
 */
/**
 * Copyright © id•us agency ltd. All rights reserved.
 */
/**
 * Copyright © id•us agency ltd. All rights reserved.
 */
/* access === accessibility */
