/**
 * 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: 14px;
}
.container {
  width: 930px;
  min-width: initial;
  max-width: 100%;
}
.tb_p_rtl_c {
  direction: rtl;
}
.tb_p_ltr_c {
  direction: ltr;
}
.tb_p_rtl {
  direction: rtl;
}
.tb_p_ltr {
  direction: ltr;
}
.tb_p_float {
  position: relative;
  float: right;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.tb_p_inline {
  display: inline-block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.tb_p_show,
.tb_p_display_b {
  display: block !important;
}
.tb_p_hide,
.tb_p_display_n {
  display: none !important;
}
.tb_p_display_ib {
  display: inline-block;
}
.tb_p_position_a {
  position: absolute;
}
.tb_p_position_r {
  position: relative !important;
}
.tb_p_position_s {
  position: static;
}
.tb_p_position_f {
  position: fixed;
}
.tb_p_overflow_h {
  overflow: hidden;
}
.tb_p_overflow_v {
  overflow: visible;
}
.tb_p_float_r {
  float: right;
}
.tb_p_float_l {
  float: left;
}
.tb_p_float_c {
  float: none;
}
.tb_p_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;
}
.tb_p_grid_1 > * {
  width: 100%;
}
.tb_p_grid_1.tb_p_grid_gap_qt > *,
.tb_p_grid_1.grid_gap_qt > * {
  width: calc(100% - 0rem);
  margin-bottom: 0.25rem;
}
.tb_p_grid_1.tb_p_grid_gap_qt > *:nth-child(n),
.tb_p_grid_1.grid_gap_qt > *:nth-child(n) {
  margin-left: 0.2499rem;
}
.tb_p_grid_1.tb_p_grid_gap_qt > *:nth-child(1n),
.tb_p_grid_1.grid_gap_qt > *:nth-child(1n) {
  margin-left: 0;
}
.tb_p_grid_1.tb_p_grid_gap_hf > *,
.tb_p_grid_1.grid_gap_hf > * {
  width: calc(100% - 0rem);
  margin-bottom: 0.5rem;
}
.tb_p_grid_1.tb_p_grid_gap_hf > *:nth-child(n),
.tb_p_grid_1.grid_gap_hf > *:nth-child(n) {
  margin-left: 0.4999rem;
}
.tb_p_grid_1.tb_p_grid_gap_hf > *:nth-child(1n),
.tb_p_grid_1.grid_gap_hf > *:nth-child(1n) {
  margin-left: 0;
}
.tb_p_grid_1.tb_p_grid_gap > *,
.tb_p_grid_1.grid_gap > * {
  width: calc(100% - 0rem);
  margin-bottom: 1rem;
}
.tb_p_grid_1.tb_p_grid_gap > *:nth-child(n),
.tb_p_grid_1.grid_gap > *:nth-child(n) {
  margin-left: 0.9999rem;
}
.tb_p_grid_1.tb_p_grid_gap > *:nth-child(1n),
.tb_p_grid_1.grid_gap > *:nth-child(1n) {
  margin-left: 0;
}
.tb_p_grid_1.tb_p_grid_gap_oqt > *,
.tb_p_grid_1.grid_gap_oqt > * {
  width: calc(100% - 0rem);
  margin-bottom: 1.25rem;
}
.tb_p_grid_1.tb_p_grid_gap_oqt > *:nth-child(n),
.tb_p_grid_1.grid_gap_oqt > *:nth-child(n) {
  margin-left: 1.2499rem;
}
.tb_p_grid_1.tb_p_grid_gap_oqt > *:nth-child(1n),
.tb_p_grid_1.grid_gap_oqt > *:nth-child(1n) {
  margin-left: 0;
}
.tb_p_grid_1.tb_p_grid_gap_ohf > *,
.tb_p_grid_1.grid_gap_ohf > * {
  width: calc(100% - 0rem);
  margin-bottom: 1.5rem;
}
.tb_p_grid_1.tb_p_grid_gap_ohf > *:nth-child(n),
.tb_p_grid_1.grid_gap_ohf > *:nth-child(n) {
  margin-left: 1.4999rem;
}
.tb_p_grid_1.tb_p_grid_gap_ohf > *:nth-child(1n),
.tb_p_grid_1.grid_gap_ohf > *:nth-child(1n) {
  margin-left: 0;
}
.tb_p_grid_1.tb_p_grid_gap_db > *,
.tb_p_grid_1.grid_gap_db > * {
  width: calc(100% - 0rem);
  margin-bottom: 2rem;
}
.tb_p_grid_1.tb_p_grid_gap_db > *:nth-child(n),
.tb_p_grid_1.grid_gap_db > *:nth-child(n) {
  margin-left: 1.9999rem;
}
.tb_p_grid_1.tb_p_grid_gap_db > *:nth-child(1n),
.tb_p_grid_1.grid_gap_db > *:nth-child(1n) {
  margin-left: 0;
}
.tb_p_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;
}
.tb_p_grid_2 > * {
  width: 50%;
}
.tb_p_grid_2.tb_p_grid_gap_qt > *,
.tb_p_grid_2.grid_gap_qt > * {
  width: calc(50% - 0.125rem);
  margin-bottom: 0.25rem;
}
.tb_p_grid_2.tb_p_grid_gap_qt > *:nth-child(n),
.tb_p_grid_2.grid_gap_qt > *:nth-child(n) {
  margin-left: 0.2499rem;
}
.tb_p_grid_2.tb_p_grid_gap_qt > *:nth-child(2n),
.tb_p_grid_2.grid_gap_qt > *:nth-child(2n) {
  margin-left: 0;
}
.tb_p_grid_2.tb_p_grid_gap_hf > *,
.tb_p_grid_2.grid_gap_hf > * {
  width: calc(50% - 0.25rem);
  margin-bottom: 0.5rem;
}
.tb_p_grid_2.tb_p_grid_gap_hf > *:nth-child(n),
.tb_p_grid_2.grid_gap_hf > *:nth-child(n) {
  margin-left: 0.4999rem;
}
.tb_p_grid_2.tb_p_grid_gap_hf > *:nth-child(2n),
.tb_p_grid_2.grid_gap_hf > *:nth-child(2n) {
  margin-left: 0;
}
.tb_p_grid_2.tb_p_grid_gap > *,
.tb_p_grid_2.grid_gap > * {
  width: calc(50% - 0.5rem);
  margin-bottom: 1rem;
}
.tb_p_grid_2.tb_p_grid_gap > *:nth-child(n),
.tb_p_grid_2.grid_gap > *:nth-child(n) {
  margin-left: 0.9999rem;
}
.tb_p_grid_2.tb_p_grid_gap > *:nth-child(2n),
.tb_p_grid_2.grid_gap > *:nth-child(2n) {
  margin-left: 0;
}
.tb_p_grid_2.tb_p_grid_gap_oqt > *,
.tb_p_grid_2.grid_gap_oqt > * {
  width: calc(50% - 0.625rem);
  margin-bottom: 1.25rem;
}
.tb_p_grid_2.tb_p_grid_gap_oqt > *:nth-child(n),
.tb_p_grid_2.grid_gap_oqt > *:nth-child(n) {
  margin-left: 1.2499rem;
}
.tb_p_grid_2.tb_p_grid_gap_oqt > *:nth-child(2n),
.tb_p_grid_2.grid_gap_oqt > *:nth-child(2n) {
  margin-left: 0;
}
.tb_p_grid_2.tb_p_grid_gap_ohf > *,
.tb_p_grid_2.grid_gap_ohf > * {
  width: calc(50% - 0.75rem);
  margin-bottom: 1.5rem;
}
.tb_p_grid_2.tb_p_grid_gap_ohf > *:nth-child(n),
.tb_p_grid_2.grid_gap_ohf > *:nth-child(n) {
  margin-left: 1.4999rem;
}
.tb_p_grid_2.tb_p_grid_gap_ohf > *:nth-child(2n),
.tb_p_grid_2.grid_gap_ohf > *:nth-child(2n) {
  margin-left: 0;
}
.tb_p_grid_2.tb_p_grid_gap_db > *,
.tb_p_grid_2.grid_gap_db > * {
  width: calc(50% - 1rem);
  margin-bottom: 2rem;
}
.tb_p_grid_2.tb_p_grid_gap_db > *:nth-child(n),
.tb_p_grid_2.grid_gap_db > *:nth-child(n) {
  margin-left: 1.9999rem;
}
.tb_p_grid_2.tb_p_grid_gap_db > *:nth-child(2n),
.tb_p_grid_2.grid_gap_db > *:nth-child(2n) {
  margin-left: 0;
}
.tb_p_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;
}
.tb_p_grid_3 > * {
  width: 33.33333333%;
}
.tb_p_grid_3.tb_p_grid_gap_qt > *,
.tb_p_grid_3.grid_gap_qt > * {
  width: calc(33.33333333% - 0.16666667rem);
  margin-bottom: 0.25rem;
}
.tb_p_grid_3.tb_p_grid_gap_qt > *:nth-child(n),
.tb_p_grid_3.grid_gap_qt > *:nth-child(n) {
  margin-left: 0.2499rem;
}
.tb_p_grid_3.tb_p_grid_gap_qt > *:nth-child(3n),
.tb_p_grid_3.grid_gap_qt > *:nth-child(3n) {
  margin-left: 0;
}
.tb_p_grid_3.tb_p_grid_gap_hf > *,
.tb_p_grid_3.grid_gap_hf > * {
  width: calc(33.33333333% - 0.33333333rem);
  margin-bottom: 0.5rem;
}
.tb_p_grid_3.tb_p_grid_gap_hf > *:nth-child(n),
.tb_p_grid_3.grid_gap_hf > *:nth-child(n) {
  margin-left: 0.4999rem;
}
.tb_p_grid_3.tb_p_grid_gap_hf > *:nth-child(3n),
.tb_p_grid_3.grid_gap_hf > *:nth-child(3n) {
  margin-left: 0;
}
.tb_p_grid_3.tb_p_grid_gap > *,
.tb_p_grid_3.grid_gap > * {
  width: calc(33.33333333% - 0.66666667rem);
  margin-bottom: 1rem;
}
.tb_p_grid_3.tb_p_grid_gap > *:nth-child(n),
.tb_p_grid_3.grid_gap > *:nth-child(n) {
  margin-left: 0.9999rem;
}
.tb_p_grid_3.tb_p_grid_gap > *:nth-child(3n),
.tb_p_grid_3.grid_gap > *:nth-child(3n) {
  margin-left: 0;
}
.tb_p_grid_3.tb_p_grid_gap_oqt > *,
.tb_p_grid_3.grid_gap_oqt > * {
  width: calc(33.33333333% - 0.83333333rem);
  margin-bottom: 1.25rem;
}
.tb_p_grid_3.tb_p_grid_gap_oqt > *:nth-child(n),
.tb_p_grid_3.grid_gap_oqt > *:nth-child(n) {
  margin-left: 1.2499rem;
}
.tb_p_grid_3.tb_p_grid_gap_oqt > *:nth-child(3n),
.tb_p_grid_3.grid_gap_oqt > *:nth-child(3n) {
  margin-left: 0;
}
.tb_p_grid_3.tb_p_grid_gap_ohf > *,
.tb_p_grid_3.grid_gap_ohf > * {
  width: calc(33.33333333% - 1rem);
  margin-bottom: 1.5rem;
}
.tb_p_grid_3.tb_p_grid_gap_ohf > *:nth-child(n),
.tb_p_grid_3.grid_gap_ohf > *:nth-child(n) {
  margin-left: 1.4999rem;
}
.tb_p_grid_3.tb_p_grid_gap_ohf > *:nth-child(3n),
.tb_p_grid_3.grid_gap_ohf > *:nth-child(3n) {
  margin-left: 0;
}
.tb_p_grid_3.tb_p_grid_gap_db > *,
.tb_p_grid_3.grid_gap_db > * {
  width: calc(33.33333333% - 1.33333333rem);
  margin-bottom: 2rem;
}
.tb_p_grid_3.tb_p_grid_gap_db > *:nth-child(n),
.tb_p_grid_3.grid_gap_db > *:nth-child(n) {
  margin-left: 1.9999rem;
}
.tb_p_grid_3.tb_p_grid_gap_db > *:nth-child(3n),
.tb_p_grid_3.grid_gap_db > *:nth-child(3n) {
  margin-left: 0;
}
.tb_p_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;
}
.tb_p_grid_4 > * {
  width: 25%;
}
.tb_p_grid_4.tb_p_grid_gap_qt > *,
.tb_p_grid_4.grid_gap_qt > * {
  width: calc(25% - 0.1875rem);
  margin-bottom: 0.25rem;
}
.tb_p_grid_4.tb_p_grid_gap_qt > *:nth-child(n),
.tb_p_grid_4.grid_gap_qt > *:nth-child(n) {
  margin-left: 0.2499rem;
}
.tb_p_grid_4.tb_p_grid_gap_qt > *:nth-child(4n),
.tb_p_grid_4.grid_gap_qt > *:nth-child(4n) {
  margin-left: 0;
}
.tb_p_grid_4.tb_p_grid_gap_hf > *,
.tb_p_grid_4.grid_gap_hf > * {
  width: calc(25% - 0.375rem);
  margin-bottom: 0.5rem;
}
.tb_p_grid_4.tb_p_grid_gap_hf > *:nth-child(n),
.tb_p_grid_4.grid_gap_hf > *:nth-child(n) {
  margin-left: 0.4999rem;
}
.tb_p_grid_4.tb_p_grid_gap_hf > *:nth-child(4n),
.tb_p_grid_4.grid_gap_hf > *:nth-child(4n) {
  margin-left: 0;
}
.tb_p_grid_4.tb_p_grid_gap > *,
.tb_p_grid_4.grid_gap > * {
  width: calc(25% - 0.75rem);
  margin-bottom: 1rem;
}
.tb_p_grid_4.tb_p_grid_gap > *:nth-child(n),
.tb_p_grid_4.grid_gap > *:nth-child(n) {
  margin-left: 0.9999rem;
}
.tb_p_grid_4.tb_p_grid_gap > *:nth-child(4n),
.tb_p_grid_4.grid_gap > *:nth-child(4n) {
  margin-left: 0;
}
.tb_p_grid_4.tb_p_grid_gap_oqt > *,
.tb_p_grid_4.grid_gap_oqt > * {
  width: calc(25% - 0.9375rem);
  margin-bottom: 1.25rem;
}
.tb_p_grid_4.tb_p_grid_gap_oqt > *:nth-child(n),
.tb_p_grid_4.grid_gap_oqt > *:nth-child(n) {
  margin-left: 1.2499rem;
}
.tb_p_grid_4.tb_p_grid_gap_oqt > *:nth-child(4n),
.tb_p_grid_4.grid_gap_oqt > *:nth-child(4n) {
  margin-left: 0;
}
.tb_p_grid_4.tb_p_grid_gap_ohf > *,
.tb_p_grid_4.grid_gap_ohf > * {
  width: calc(25% - 1.125rem);
  margin-bottom: 1.5rem;
}
.tb_p_grid_4.tb_p_grid_gap_ohf > *:nth-child(n),
.tb_p_grid_4.grid_gap_ohf > *:nth-child(n) {
  margin-left: 1.4999rem;
}
.tb_p_grid_4.tb_p_grid_gap_ohf > *:nth-child(4n),
.tb_p_grid_4.grid_gap_ohf > *:nth-child(4n) {
  margin-left: 0;
}
.tb_p_grid_4.tb_p_grid_gap_db > *,
.tb_p_grid_4.grid_gap_db > * {
  width: calc(25% - 1.5rem);
  margin-bottom: 2rem;
}
.tb_p_grid_4.tb_p_grid_gap_db > *:nth-child(n),
.tb_p_grid_4.grid_gap_db > *:nth-child(n) {
  margin-left: 1.9999rem;
}
.tb_p_grid_4.tb_p_grid_gap_db > *:nth-child(4n),
.tb_p_grid_4.grid_gap_db > *:nth-child(4n) {
  margin-left: 0;
}
.tb_p_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;
}
.tb_p_grid_5 > * {
  width: 20%;
}
.tb_p_grid_5.tb_p_grid_gap_qt > *,
.tb_p_grid_5.grid_gap_qt > * {
  width: calc(20% - 0.2rem);
  margin-bottom: 0.25rem;
}
.tb_p_grid_5.tb_p_grid_gap_qt > *:nth-child(n),
.tb_p_grid_5.grid_gap_qt > *:nth-child(n) {
  margin-left: 0.2499rem;
}
.tb_p_grid_5.tb_p_grid_gap_qt > *:nth-child(5n),
.tb_p_grid_5.grid_gap_qt > *:nth-child(5n) {
  margin-left: 0;
}
.tb_p_grid_5.tb_p_grid_gap_hf > *,
.tb_p_grid_5.grid_gap_hf > * {
  width: calc(20% - 0.4rem);
  margin-bottom: 0.5rem;
}
.tb_p_grid_5.tb_p_grid_gap_hf > *:nth-child(n),
.tb_p_grid_5.grid_gap_hf > *:nth-child(n) {
  margin-left: 0.4999rem;
}
.tb_p_grid_5.tb_p_grid_gap_hf > *:nth-child(5n),
.tb_p_grid_5.grid_gap_hf > *:nth-child(5n) {
  margin-left: 0;
}
.tb_p_grid_5.tb_p_grid_gap > *,
.tb_p_grid_5.grid_gap > * {
  width: calc(20% - 0.8rem);
  margin-bottom: 1rem;
}
.tb_p_grid_5.tb_p_grid_gap > *:nth-child(n),
.tb_p_grid_5.grid_gap > *:nth-child(n) {
  margin-left: 0.9999rem;
}
.tb_p_grid_5.tb_p_grid_gap > *:nth-child(5n),
.tb_p_grid_5.grid_gap > *:nth-child(5n) {
  margin-left: 0;
}
.tb_p_grid_5.tb_p_grid_gap_oqt > *,
.tb_p_grid_5.grid_gap_oqt > * {
  width: calc(20% - 1rem);
  margin-bottom: 1.25rem;
}
.tb_p_grid_5.tb_p_grid_gap_oqt > *:nth-child(n),
.tb_p_grid_5.grid_gap_oqt > *:nth-child(n) {
  margin-left: 1.2499rem;
}
.tb_p_grid_5.tb_p_grid_gap_oqt > *:nth-child(5n),
.tb_p_grid_5.grid_gap_oqt > *:nth-child(5n) {
  margin-left: 0;
}
.tb_p_grid_5.tb_p_grid_gap_ohf > *,
.tb_p_grid_5.grid_gap_ohf > * {
  width: calc(20% - 1.2rem);
  margin-bottom: 1.5rem;
}
.tb_p_grid_5.tb_p_grid_gap_ohf > *:nth-child(n),
.tb_p_grid_5.grid_gap_ohf > *:nth-child(n) {
  margin-left: 1.4999rem;
}
.tb_p_grid_5.tb_p_grid_gap_ohf > *:nth-child(5n),
.tb_p_grid_5.grid_gap_ohf > *:nth-child(5n) {
  margin-left: 0;
}
.tb_p_grid_5.tb_p_grid_gap_db > *,
.tb_p_grid_5.grid_gap_db > * {
  width: calc(20% - 1.6rem);
  margin-bottom: 2rem;
}
.tb_p_grid_5.tb_p_grid_gap_db > *:nth-child(n),
.tb_p_grid_5.grid_gap_db > *:nth-child(n) {
  margin-left: 1.9999rem;
}
.tb_p_grid_5.tb_p_grid_gap_db > *:nth-child(5n),
.tb_p_grid_5.grid_gap_db > *:nth-child(5n) {
  margin-left: 0;
}
.tb_p_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;
}
.tb_p_grid_6 > * {
  width: 16.66666667%;
}
.tb_p_grid_6.tb_p_grid_gap_qt > *,
.tb_p_grid_6.grid_gap_qt > * {
  width: calc(16.66666667% - 0.20833333rem);
  margin-bottom: 0.25rem;
}
.tb_p_grid_6.tb_p_grid_gap_qt > *:nth-child(n),
.tb_p_grid_6.grid_gap_qt > *:nth-child(n) {
  margin-left: 0.2499rem;
}
.tb_p_grid_6.tb_p_grid_gap_qt > *:nth-child(6n),
.tb_p_grid_6.grid_gap_qt > *:nth-child(6n) {
  margin-left: 0;
}
.tb_p_grid_6.tb_p_grid_gap_hf > *,
.tb_p_grid_6.grid_gap_hf > * {
  width: calc(16.66666667% - 0.41666667rem);
  margin-bottom: 0.5rem;
}
.tb_p_grid_6.tb_p_grid_gap_hf > *:nth-child(n),
.tb_p_grid_6.grid_gap_hf > *:nth-child(n) {
  margin-left: 0.4999rem;
}
.tb_p_grid_6.tb_p_grid_gap_hf > *:nth-child(6n),
.tb_p_grid_6.grid_gap_hf > *:nth-child(6n) {
  margin-left: 0;
}
.tb_p_grid_6.tb_p_grid_gap > *,
.tb_p_grid_6.grid_gap > * {
  width: calc(16.66666667% - 0.83333333rem);
  margin-bottom: 1rem;
}
.tb_p_grid_6.tb_p_grid_gap > *:nth-child(n),
.tb_p_grid_6.grid_gap > *:nth-child(n) {
  margin-left: 0.9999rem;
}
.tb_p_grid_6.tb_p_grid_gap > *:nth-child(6n),
.tb_p_grid_6.grid_gap > *:nth-child(6n) {
  margin-left: 0;
}
.tb_p_grid_6.tb_p_grid_gap_oqt > *,
.tb_p_grid_6.grid_gap_oqt > * {
  width: calc(16.66666667% - 1.04166667rem);
  margin-bottom: 1.25rem;
}
.tb_p_grid_6.tb_p_grid_gap_oqt > *:nth-child(n),
.tb_p_grid_6.grid_gap_oqt > *:nth-child(n) {
  margin-left: 1.2499rem;
}
.tb_p_grid_6.tb_p_grid_gap_oqt > *:nth-child(6n),
.tb_p_grid_6.grid_gap_oqt > *:nth-child(6n) {
  margin-left: 0;
}
.tb_p_grid_6.tb_p_grid_gap_ohf > *,
.tb_p_grid_6.grid_gap_ohf > * {
  width: calc(16.66666667% - 1.25rem);
  margin-bottom: 1.5rem;
}
.tb_p_grid_6.tb_p_grid_gap_ohf > *:nth-child(n),
.tb_p_grid_6.grid_gap_ohf > *:nth-child(n) {
  margin-left: 1.4999rem;
}
.tb_p_grid_6.tb_p_grid_gap_ohf > *:nth-child(6n),
.tb_p_grid_6.grid_gap_ohf > *:nth-child(6n) {
  margin-left: 0;
}
.tb_p_grid_6.tb_p_grid_gap_db > *,
.tb_p_grid_6.grid_gap_db > * {
  width: calc(16.66666667% - 1.66666667rem);
  margin-bottom: 2rem;
}
.tb_p_grid_6.tb_p_grid_gap_db > *:nth-child(n),
.tb_p_grid_6.grid_gap_db > *:nth-child(n) {
  margin-left: 1.9999rem;
}
.tb_p_grid_6.tb_p_grid_gap_db > *:nth-child(6n),
.tb_p_grid_6.grid_gap_db > *:nth-child(6n) {
  margin-left: 0;
}
.tb_p_w_5 {
  width: 5%;
}
.tb_p_prefix_5 {
  margin-right: 5%;
}
.tb_p_suffix_5 {
  margin-left: 5%;
}
.tb_p_w_10 {
  width: 10%;
}
.tb_p_prefix_10 {
  margin-right: 10%;
}
.tb_p_suffix_10 {
  margin-left: 10%;
}
.tb_p_w_15 {
  width: 15%;
}
.tb_p_prefix_15 {
  margin-right: 15%;
}
.tb_p_suffix_15 {
  margin-left: 15%;
}
.tb_p_w_20 {
  width: 20%;
}
.tb_p_prefix_20 {
  margin-right: 20%;
}
.tb_p_suffix_20 {
  margin-left: 20%;
}
.tb_p_w_25 {
  width: 25%;
}
.tb_p_prefix_25 {
  margin-right: 25%;
}
.tb_p_suffix_25 {
  margin-left: 25%;
}
.tb_p_w_30 {
  width: 30%;
}
.tb_p_prefix_30 {
  margin-right: 30%;
}
.tb_p_suffix_30 {
  margin-left: 30%;
}
.tb_p_w_35 {
  width: 35%;
}
.tb_p_prefix_35 {
  margin-right: 35%;
}
.tb_p_suffix_35 {
  margin-left: 35%;
}
.tb_p_w_40 {
  width: 40%;
}
.tb_p_prefix_40 {
  margin-right: 40%;
}
.tb_p_suffix_40 {
  margin-left: 40%;
}
.tb_p_w_45 {
  width: 45%;
}
.tb_p_prefix_45 {
  margin-right: 45%;
}
.tb_p_suffix_45 {
  margin-left: 45%;
}
.tb_p_w_50 {
  width: 50%;
}
.tb_p_prefix_50 {
  margin-right: 50%;
}
.tb_p_suffix_50 {
  margin-left: 50%;
}
.tb_p_w_55 {
  width: 55%;
}
.tb_p_prefix_55 {
  margin-right: 55%;
}
.tb_p_suffix_55 {
  margin-left: 55%;
}
.tb_p_w_60 {
  width: 60%;
}
.tb_p_prefix_60 {
  margin-right: 60%;
}
.tb_p_suffix_60 {
  margin-left: 60%;
}
.tb_p_w_65 {
  width: 65%;
}
.tb_p_prefix_65 {
  margin-right: 65%;
}
.tb_p_suffix_65 {
  margin-left: 65%;
}
.tb_p_w_70 {
  width: 70%;
}
.tb_p_prefix_70 {
  margin-right: 70%;
}
.tb_p_suffix_70 {
  margin-left: 70%;
}
.tb_p_w_75 {
  width: 75%;
}
.tb_p_prefix_75 {
  margin-right: 75%;
}
.tb_p_suffix_75 {
  margin-left: 75%;
}
.tb_p_w_80 {
  width: 80%;
}
.tb_p_prefix_80 {
  margin-right: 80%;
}
.tb_p_suffix_80 {
  margin-left: 80%;
}
.tb_p_w_85 {
  width: 85%;
}
.tb_p_prefix_85 {
  margin-right: 85%;
}
.tb_p_suffix_85 {
  margin-left: 85%;
}
.tb_p_w_90 {
  width: 90%;
}
.tb_p_prefix_90 {
  margin-right: 90%;
}
.tb_p_suffix_90 {
  margin-left: 90%;
}
.tb_p_w_95 {
  width: 95%;
}
.tb_p_prefix_95 {
  margin-right: 95%;
}
.tb_p_suffix_95 {
  margin-left: 95%;
}
.tb_p_w_100 {
  width: 100%;
}
.tb_p_prefix_100 {
  margin-right: 100%;
}
.tb_p_suffix_100 {
  margin-left: 100%;
}
.tb_p_w_c {
  width: auto;
}
.tb_p_prefix_c {
  margin-right: auto;
}
.tb_p_suffix_c {
  margin-left: auto;
}
.tb_p_w_11 {
  width: 11.11%;
}
.tb_p_prefix_11 {
  margin-right: 11.11%;
}
.tb_p_suffix_11 {
  margin-left: 11.11%;
}
.tb_p_w_12 {
  width: 12.5%;
}
.tb_p_prefix_12 {
  margin-right: 12.5%;
}
.tb_p_suffix_12 {
  margin-left: 12.5%;
}
.tb_p_w_14 {
  width: 14.284%;
}
.tb_p_prefix_14 {
  margin-right: 14.284%;
}
.tb_p_suffix_14 {
  margin-left: 14.284%;
}
.tb_p_w_16 {
  width: 16.659%;
}
.tb_p_prefix_16 {
  margin-right: 16.659%;
}
.tb_p_suffix_16 {
  margin-left: 16.659%;
}
.tb_p_w_33 {
  width: 33.329%;
}
.tb_p_prefix_33 {
  margin-right: 33.329%;
}
.tb_p_suffix_33 {
  margin-left: 33.329%;
}
.tb_p_w_66 {
  width: 66.65900000000001%;
}
.tb_p_prefix_66 {
  margin-right: 66.65900000000001%;
}
.tb_p_suffix_66 {
  margin-left: 66.65900000000001%;
}
.tb_p_center {
  text-align: center;
}
.tb_p_right {
  text-align: right;
}
.tb_p_left {
  text-align: left;
}
.tb_p_right_c {
  text-align: right;
}
.tb_p_left_c {
  text-align: left;
}
.tb_p_middle {
  vertical-align: middle;
}
.tb_p_top {
  vertical-align: top;
}
.tb_p_bottom {
  vertical-align: bottom;
}
.tb_p_margin_auto {
  margin: auto;
}
.tb_p_margin_qt_container {
  margin: -0.25rem;
}
.tb_p_margin_qt {
  margin: 0.25rem;
}
.tb_p_margin_qt_h {
  margin-right: 0.25rem;
  margin-left: 0.25rem;
}
.tb_p_margin_qt_v {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}
.tb_p_margin_qt_t {
  margin-top: 0.25rem;
}
.tb_p_margin_qt_b {
  margin-bottom: 0.25rem;
}
.tb_p_margin_qt_r {
  margin-right: 0.25rem;
}
.tb_p_margin_qt_l {
  margin-left: 0.25rem;
}
.tb_p_padding_qt {
  padding: 0.25rem;
}
.tb_p_padding_qt_h {
  padding-right: 0.25rem;
  padding-left: 0.25rem;
}
.tb_p_padding_qt_v {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.tb_p_padding_qt_t {
  padding-top: 0.25rem;
}
.tb_p_padding_qt_b {
  padding-bottom: 0.25rem;
}
.tb_p_padding_qt_r {
  padding-right: 0.25rem;
}
.tb_p_padding_qt_l {
  padding-left: 0.25rem;
}
.tb_p_margin_auto {
  margin: auto;
}
.tb_p_margin_hf_container {
  margin: -0.5rem;
}
.tb_p_margin_hf {
  margin: 0.5rem;
}
.tb_p_margin_hf_h {
  margin-right: 0.5rem;
  margin-left: 0.5rem;
}
.tb_p_margin_hf_v {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.tb_p_margin_hf_t {
  margin-top: 0.5rem;
}
.tb_p_margin_hf_b {
  margin-bottom: 0.5rem;
}
.tb_p_margin_hf_r {
  margin-right: 0.5rem;
}
.tb_p_margin_hf_l {
  margin-left: 0.5rem;
}
.tb_p_padding_hf {
  padding: 0.5rem;
}
.tb_p_padding_hf_h {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}
.tb_p_padding_hf_v {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.tb_p_padding_hf_t {
  padding-top: 0.5rem;
}
.tb_p_padding_hf_b {
  padding-bottom: 0.5rem;
}
.tb_p_padding_hf_r {
  padding-right: 0.5rem;
}
.tb_p_padding_hf_l {
  padding-left: 0.5rem;
}
.tb_p_margin_auto {
  margin: auto;
}
.tb_p_margin_container {
  margin: -1rem;
}
.tb_p_margin {
  margin: 1rem;
}
.tb_p_margin_h {
  margin-right: 1rem;
  margin-left: 1rem;
}
.tb_p_margin_v {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.tb_p_margin_t {
  margin-top: 1rem;
}
.tb_p_margin_b {
  margin-bottom: 1rem;
}
.tb_p_margin_r {
  margin-right: 1rem;
}
.tb_p_margin_l {
  margin-left: 1rem;
}
.tb_p_padding {
  padding: 1rem;
}
.tb_p_padding_h {
  padding-right: 1rem;
  padding-left: 1rem;
}
.tb_p_padding_v {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.tb_p_padding_t {
  padding-top: 1rem;
}
.tb_p_padding_b {
  padding-bottom: 1rem;
}
.tb_p_padding_r {
  padding-right: 1rem;
}
.tb_p_padding_l {
  padding-left: 1rem;
}
.tb_p_margin_auto {
  margin: auto;
}
.tb_p_margin_oqt_container {
  margin: -1.25rem;
}
.tb_p_margin_oqt {
  margin: 1.25rem;
}
.tb_p_margin_oqt_h {
  margin-right: 1.25rem;
  margin-left: 1.25rem;
}
.tb_p_margin_oqt_v {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}
.tb_p_margin_oqt_t {
  margin-top: 1.25rem;
}
.tb_p_margin_oqt_b {
  margin-bottom: 1.25rem;
}
.tb_p_margin_oqt_r {
  margin-right: 1.25rem;
}
.tb_p_margin_oqt_l {
  margin-left: 1.25rem;
}
.tb_p_padding_oqt {
  padding: 1.25rem;
}
.tb_p_padding_oqt_h {
  padding-right: 1.25rem;
  padding-left: 1.25rem;
}
.tb_p_padding_oqt_v {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
.tb_p_padding_oqt_t {
  padding-top: 1.25rem;
}
.tb_p_padding_oqt_b {
  padding-bottom: 1.25rem;
}
.tb_p_padding_oqt_r {
  padding-right: 1.25rem;
}
.tb_p_padding_oqt_l {
  padding-left: 1.25rem;
}
.tb_p_margin_auto {
  margin: auto;
}
.tb_p_margin_ohf_container {
  margin: -1.5rem;
}
.tb_p_margin_ohf {
  margin: 1.5rem;
}
.tb_p_margin_ohf_h {
  margin-right: 1.5rem;
  margin-left: 1.5rem;
}
.tb_p_margin_ohf_v {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
.tb_p_margin_ohf_t {
  margin-top: 1.5rem;
}
.tb_p_margin_ohf_b {
  margin-bottom: 1.5rem;
}
.tb_p_margin_ohf_r {
  margin-right: 1.5rem;
}
.tb_p_margin_ohf_l {
  margin-left: 1.5rem;
}
.tb_p_padding_ohf {
  padding: 1.5rem;
}
.tb_p_padding_ohf_h {
  padding-right: 1.5rem;
  padding-left: 1.5rem;
}
.tb_p_padding_ohf_v {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.tb_p_padding_ohf_t {
  padding-top: 1.5rem;
}
.tb_p_padding_ohf_b {
  padding-bottom: 1.5rem;
}
.tb_p_padding_ohf_r {
  padding-right: 1.5rem;
}
.tb_p_padding_ohf_l {
  padding-left: 1.5rem;
}
.tb_p_margin_auto {
  margin: auto;
}
.tb_p_margin_db_container {
  margin: -2rem;
}
.tb_p_margin_db {
  margin: 2rem;
}
.tb_p_margin_db_h {
  margin-right: 2rem;
  margin-left: 2rem;
}
.tb_p_margin_db_v {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.tb_p_margin_db_t {
  margin-top: 2rem;
}
.tb_p_margin_db_b {
  margin-bottom: 2rem;
}
.tb_p_margin_db_r {
  margin-right: 2rem;
}
.tb_p_margin_db_l {
  margin-left: 2rem;
}
.tb_p_padding_db {
  padding: 2rem;
}
.tb_p_padding_db_h {
  padding-right: 2rem;
  padding-left: 2rem;
}
.tb_p_padding_db_v {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.tb_p_padding_db_t {
  padding-top: 2rem;
}
.tb_p_padding_db_b {
  padding-bottom: 2rem;
}
.tb_p_padding_db_r {
  padding-right: 2rem;
}
.tb_p_padding_db_l {
  padding-left: 2rem;
}
.tb_p_margin_c {
  margin: 0;
}
.tb_p_padding_c {
  padding: 0;
}
.tb_p_border {
  border: 1px solid #d0d0d0;
}
.tb_p_border_h {
  border-right: 1px solid #d0d0d0;
  border-left: 1px solid #d0d0d0;
}
.tb_p_border_v {
  border-top: 1px solid #d0d0d0;
  border-bottom: 1px solid #d0d0d0;
}
.tb_p_border_t {
  border-top: 1px solid #d0d0d0;
}
.tb_p_border_b {
  border-bottom: 1px solid #d0d0d0;
}
.tb_p_border_r {
  border-right: 1px solid #d0d0d0;
}
.tb_p_border_l {
  border-left: 1px solid #d0d0d0;
}
.tb_p_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 - 6.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;
}
@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.
 */
/**
 * 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-layout_indent .idus-slider-slide .idus-slider-slide-content {
  padding: 3rem;
  background: #fff;
}
.idus-slider-layout_indent .idus-slider-slide .idus-slider-slide-img {
  position: relative;
  z-index: 10;
}
.idus-slider-layout_indent .idus-slider-slide .idus-slider-slide-content {
  position: relative;
  z-index: 20;
  margin: -2rem 1em 0;
}
/**
 * Copyright © id•us agency ltd. All rights reserved.
 */
@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: 6.4rem;
  height: var(--header-height);
}
.page-header-navigation .page-header-navigation-toggle-dim {
  z-index: -1;
  position: fixed;
  top: 6.4rem;
  top: var(--header-height);
  right: 0;
  bottom: 0;
  left: 0;
  background: #000000;
  opacity: 0.7;
}
.page-header-navigation label.page-header-navigation-toggle {
  color: #000000;
  background: none;
  border: none;
  padding: 0;
  margin: 0;
}
.page-header-navigation label.page-header-navigation-toggle: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: '\f816';
}
.page-header-navigation .page-header-navigation-toggle:not(label) {
  opacity: 0;
  position: absolute;
}
.page-header-navigation .page-header-navigation-toggle:not(label):focus + label {
  display: block;
  outline: thin dotted;
}
.page-header-navigation .page-header-navigation-toggle:checked + label {
  color: #000;
}
.page-header-navigation .page-header-navigation-toggle:checked + label:before {
  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: '\f81f';
}
.page-header-navigation .page-header-navigation-toggle:checked + label + nav .page-header-navigation-container {
  top: 100%;
  opacity: 1;
  visibility: visible;
}
.page-header-navigation nav .page-header-navigation-container {
  transition: opacity .2s, visibility .2s, top .2s;
  -webkit-transition: opacity .2s, visibility .2s, top .2s;
  top: calc( 100% - 1rem);
  opacity: 0;
  visibility: hidden;
}
.page-header-navigation .page-header-navigation-container {
  position: absolute;
  right: 0;
  left: 0;
  width: 100%;
  max-height: calc( 100vh - 7.4rem);
  max-height: calc((var(--vh) * 100) - var(--header-height));
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.page-header-navigation .page-header-navigation-container ul > li.parent {
  position: relative;
}
.page-header-navigation .page-header-navigation-container ul > li.parent: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:after {
  position: absolute;
  top: 0;
  left: 0;
  padding: 1rem;
  color: #000000;
}
.page-header-navigation .page-header-navigation-container ul > li.parent.open:after {
  color: #000000;
  content: '\e808';
}
.page-header-navigation .page-header-navigation-container ul > li > a {
  padding: 2rem;
}
.page-header-navigation .page-header-navigation-container ul > li li > a {
  /*pointer-events: none;*/
  padding: 1rem;
}
.page-header-navigation .page-header-navigation-container ul > li > .page-header-navigation-dropdown {
  overflow: hidden;
  max-height: 0;
  top: calc( 100% - 0.5rem);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.2s, visibility 0.2s, top 0.2s, max-height 0.2s;
  -moz-transition: opacity 0.2s, visibility 0.2s, top 0.2s, max-height 0.2s;
  -ms-transition: opacity 0.2s, visibility 0.2s, top 0.2s, max-height 0.2s;
  -o-transition: opacity 0.2s, visibility 0.2s, top 0.2s, max-height 0.2s;
  transition: opacity 0.2s, visibility 0.2s, top 0.2s, max-height 0.2s;
  -webkit-transition-delay: .2s;
  -moz-transition-delay: .2s;
  -ms-transition-delay: .2s;
  -o-transition-delay: .2s;
  transition-delay: .2s;
}
.page-header-navigation .page-header-navigation-container ul > li.open > .page-header-navigation-dropdown {
  max-height: 100000vh;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  top: 100%;
  opacity: 1;
  visibility: visible;
}
.page-header-navigation .page-header-navigation-container .page-header-navigation-dropdown-nav > ul {
  padding: 1rem;
}
.page-header-navigation .page-header-navigation-container .page-header-navigation-dropdown-nav > ul > li ul,
.page-header-navigation .page-header-navigation-container .page-header-navigation-dropdown-nav > ul > li li,
.page-header-navigation .page-header-navigation-container .page-header-navigation-dropdown-nav > ul > li li > a {
  display: none;
}
.page-header-navigation .page-header-navigation-container .page-header-navigation-dropdown-nav > ul > li.open ul,
.page-header-navigation .page-header-navigation-container .page-header-navigation-dropdown-nav > ul > li.open li,
.page-header-navigation .page-header-navigation-container .page-header-navigation-dropdown-nav > ul > li.open li > a {
  display: block;
}
.page-header-navigation .page-header-navigation-container .page-header-navigation-dropdown-banner {
  padding: 1rem 2rem 2rem;
}
/**
 * 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-start-camera-upload .icon svg {
  height: 2.5rem;
  width: 2.5rem;
}
/*------------------------------------*\
  #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;
                    }                   
                }
            }
        }
    }
}*/
.idus_notification {
  top: 4rem;
}
.category-item.level_2 a.nav_link {
  color: #000000;
  padding-right: 1rem;
}
.category-item.level_0 > a.nav_link {
  font-size: 1.3rem;
}
.category-item.level_0 .page-header-navigation-dropdown-show_all {
  font-size: 1.1rem;
}
.category-item.level_1 > a.nav_link {
  font-size: 1.1rem !important;
}
.page-header .page-header-navigation .page-header-navigation-container > ul > li:after,
.page-header .page-header-navigation .page-header-navigation-container ul > li:after {
  display: none;
  content: none;
}
.page-header .page-header-navigation .page-header-navigation-container > ul > li.level_0.parent > a,
.page-header .page-header-navigation .page-header-navigation-container ul > li.parent > a {
  display: flex;
  align-items: center;
}
.page-header .page-header-navigation .page-header-navigation-container > ul > li.level_0.parent > a:after,
.page-header .page-header-navigation .page-header-navigation-container ul > li.parent > a:after {
  content: none;
}
.page-header .page-header-navigation .page-header-navigation-container > ul > li.level_0.parent.open > a span:after {
  transition: all 5s;
}
.page-header .mini-wrapper a:before,
.page-header .mini-mylist.wishlist > .action:before,
.page-header .mini-customer.login > .action:before {
  font-size: 1.5rem;
}
.page-header .header_container {
  display: flex;
  padding: 1.25rem 0;
}
.page-header .header_container .header_left {
  width: auto;
  order: 1;
  align-self: center;
  padding: 0 0 0 1rem;
}
.page-header .header_container .header_left .hoodies_logo > button {
  margin: 0 .5rem;
}
.page-header .header_container .header_left .header_logo img {
  width: 8.25rem;
}
.page-header .header_container .header_center {
  order: 3;
  width: auto;
  padding-right: 1rem;
  align-self: center;
  flex: 0;
}
.page-header .header_container .header_right {
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-self: center;
  order: 2;
  width: auto;
  padding: 0 1.5rem 0 0;
  flex: 1;
}
.page-header .header_container .header_sale_strip .header__widget .idus-slider-wrapper .idus-slider-background .idus-slider.is__dynamic:not(.is__vertical) .slick-arrow {
  opacity: 1;
}
.page-header .page-header-navigation .page-header-navigation-toggle-dim {
  display: none;
}
.page-header .page-header-navigation input.page-header-navigation-toggle + label.page-header-navigation-toggle {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR42mNk+A8AAQUBAScY42YAAAAASUVORK5CYII=);
  display: block;
  width: 20px;
  height: 15px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 1px;
  transition: 0.5s cubic-bezier(0.75, -1.5, 0, 1.75);
  position: relative;
  z-index: 9;
  outline: none !important;
}
.page-header .page-header-navigation input.page-header-navigation-toggle + label.page-header-navigation-toggle:before,
.page-header .page-header-navigation input.page-header-navigation-toggle + label.page-header-navigation-toggle:after {
  content: '';
  display: block;
  position: absolute;
  right: 0;
  left: 0;
  width: 100%;
  height: 1px;
  transition: 0.5s cubic-bezier(0.75, -1.5, 0, 1.75);
  background-color: black;
}
.page-header .page-header-navigation input.page-header-navigation-toggle + label.page-header-navigation-toggle:before {
  top: 0;
}
.page-header .page-header-navigation input.page-header-navigation-toggle + label.page-header-navigation-toggle:after {
  bottom: 0;
}
.page-header .page-header-navigation input.page-header-navigation-toggle + label + nav:after {
  top: 1rem;
  left: 1.5rem;
  position: fixed;
  width: 100%;
  height: 1.5rem;
  content: '';
  background-image: url('../images/logo_invert.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-size: auto 1.5rem;
  background-color: white;
  background-position: 1rem;
  margin: -1rem;
  padding: 1rem;
  opacity: 0;
  z-index: 1;
  pointer-events: none;
  transition: all 0s;
  -webkit-transition: all 0s;
  -moz-transition: all 0s;
  -ms-transition: all 0s;
  -o-transition: all 0s;
}
.page-header .page-header-navigation input.page-header-navigation-toggle + label + nav .page-header-navigation-container {
  position: fixed;
  top: 0;
  right: 0;
  left: auto;
  bottom: 0;
  display: flex;
  flex-direction: column;
  height: calc(100 * var(--vh));
  max-height: 100vh;
  padding-top: 4rem;
  opacity: 0;
  visibility: hidden;
  background: #ffffff;
  z-index: 1;
  overflow: auto;
  transform: translateX(100%);
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.page-header .page-header-navigation input.page-header-navigation-toggle + label + nav .page-header-navigation-container .navigation-container-content {
  display: block;
  margin: 0 1rem;
  padding: 0;
}
.page-header .page-header-navigation input.page-header-navigation-toggle + label + nav .page-header-navigation-container .navigation-container-content .idus-slider-wrapper .idus-slider-content-title {
  font-size: 1.5rem;
  font-weight: bold;
}
.page-header .page-header-navigation input.page-header-navigation-toggle + label + nav .page-header-navigation-container .navigation-container-content .idus-slider-slide-content-title {
  font-size: 1rem;
}
.page-header .page-header-navigation input.page-header-navigation-toggle + label + nav .page-header-navigation-container .navigation-container-content .idus-slider-scroll-wrapper .idus-slider {
  padding-right: 8rem;
}
.page-header .page-header-navigation input.page-header-navigation-toggle + label + nav .page-header-navigation-container .navigation-container-content .has__nav {
  padding: 0;
}
.page-header .page-header-navigation input.page-header-navigation-toggle + label + nav .page-header-navigation-container .navigation-container-content .idus_slider_bullets {
  bottom: 3px;
}
.page-header .page-header-navigation input.page-header-navigation-toggle + label + nav .page-header-navigation-container .navigation-container-content .idus_slider_bullets .idus_slider_bullet.active {
  background: #91bd4e;
  border: none;
}
.page-header .page-header-navigation input.page-header-navigation-toggle + label + nav .page-header-navigation-container .navigation-container-content .idus_slider_bullets .idus_slider_bullet {
  height: .5rem;
  width: .5rem;
  background: white;
  border: .5px solid black;
}
.page-header .page-header-navigation input.page-header-navigation-toggle + label + nav .page-header-navigation-container .page-header-navigation-dropdown-show_all {
  display: block;
  padding: 1rem 1rem 0;
  font-weight: bold;
  color: #000000;
}
.page-header .page-header-navigation input.page-header-navigation-toggle + label + nav .page-header-navigation-container .page-header-navigation-dropdown-show_all > a {
  direction: rtl;
}
.page-header .page-header-navigation input.page-header-navigation-toggle:checked + label + nav .page-header-navigation-container {
  transform: translateX(0);
  opacity: 1;
  visibility: visible;
}
.page-header .page-header-navigation input.page-header-navigation-toggle:checked + label + nav:after {
  opacity: 1;
  pointer-events: all;
  transition: all 1s;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -ms-transition: all 1s;
  -o-transition: all 1s;
  transition-delay: 0.5s;
  -webkit-transition-delay: 0.5s;
  -moz-transition-delay: 0.5s;
  -ms-transition-delay: 0.5s;
  -o-transition-delay: 0.5s;
}
.page-header .page-header-navigation input.page-header-navigation-toggle:checked + label {
  position: fixed;
  top: 1.25rem;
  right: 1.25rem;
  background-size: 0 1px;
}
.page-header .page-header-navigation input.page-header-navigation-toggle:checked + label:before {
  transform: rotate(45deg) translateY(-50%);
  top: 50%;
}
.page-header .page-header-navigation input.page-header-navigation-toggle:checked + label:after {
  transform: rotate(-45deg) translateY(50%);
  bottom: 50%;
}
.page-header .page-header-navigation .page-header-navigation-container > ul {
  margin-bottom: 1rem;
  flex-shrink: 0;
  height: auto;
  overflow: hidden;
}
.page-header .page-header-navigation .page-header-navigation-container > ul > li:after {
  top: .5rem;
  left: 0.5rem;
}
.page-header .page-header-navigation .page-header-navigation-container > ul > li > a {
  text-align: right;
  padding: 1.5rem;
}
.page-header .page-header-navigation .page-header-navigation-container > ul > li.level_0 {
  margin: .5rem 1rem;
  background: #F4F4F4;
}
.page-header .page-header-navigation .page-header-navigation-container > ul > li.level_0 > a {
  height: 6.25rem;
  position: relative;
}
.page-header .page-header-navigation .page-header-navigation-container > ul > li.level_0 > a > span {
  margin-right: 6.25rem;
  font-weight: bold;
}
.page-header .page-header-navigation .page-header-navigation-container > ul > li.level_0 > a .thumbnail {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 0;
  display: block;
  margin: 0;
  height: 100%;
  width: 100%;
}
.page-header .page-header-navigation .page-header-navigation-container > ul > li.level_0 > a .thumbnail img {
  height: inherit;
  width: inherit;
}
.page-header .page-header-navigation .page-header-navigation-container > ul > li.level_0 > a .title {
  position: relative;
  z-index: 1;
}
.page-header .page-header-navigation .page-header-navigation-container > ul > li.level_0 > a::after {
  position: relative;
  z-index: 1;
}
.page-header .page-header-navigation .page-header-navigation-container .page-header-navigation-dropdown {
  color: black;
}
.page-header .page-header-navigation .page-header-navigation-container .page-header-navigation-dropdown .container {
  margin: .5rem 1.5rem 0;
  padding: 1rem 0;
  width: calc(100% - 3rem);
}
.page-header .page-header-navigation .page-header-navigation-container .page-header-navigation-dropdown .container .page-header-navigation-dropdown-banner {
  margin-top: 1.25rem;
  padding: 0;
}
.page-header .page-header-navigation .page-header-navigation-container .page-header-navigation-dropdown .container .page-header-navigation-dropdown-banner .idus-slider-slide-content-title {
  text-align: center;
  font-size: 1rem;
  margin-bottom: 0;
}
.page-header .page-header-navigation .page-header-navigation-container .page-header-navigation-dropdown .page-header-navigation-dropdown-nav {
  display: table-cell;
  width: 1%;
}
.page-header .page-header-navigation .page-header-navigation-container .page-header-navigation-dropdown .page-header-navigation-dropdown-nav > ul > ul {
  padding: 1.25rem 0;
}
.page-header .page-header-navigation .page-header-navigation-container .page-header-navigation-dropdown .page-header-navigation-dropdown-nav > ul > ul:first-child {
  padding: 0 0 1.25rem 0;
}
.page-header .page-header-navigation .page-header-navigation-container .page-header-navigation-dropdown .page-header-navigation-dropdown-nav > ul > .nav-category-items-group-1 {
  border-top: 1px solid #70707050;
}
.page-header .page-header-navigation .page-header-navigation-container .page-header-navigation-dropdown .page-header-navigation-dropdown-nav > ul > li > a {
  padding: 1rem;
}
/**
 * Copyright © id•us agency ltd. All rights reserved.
 */
/**
 * 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-toggle {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
#products-list-filter-toggle + label + div {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity .2s;
  -moz-transition: opacity .2s;
  -ms-transition: opacity .2s;
  -o-transition: opacity .2s;
  transition: opacity .2s;
}
#products-list-filter-toggle:checked + label + div {
  visibility: visible;
  opacity: 1;
}
.products-list-filter-toggle-open {
  display: block;
  padding: none;
  font-family: FBjabutinski, Montserrat, OpenSans, Helvetica, Arial, Sans-Serif;
  font-size: 1rem;
  font-weight: 400;
  color: #000000;
  background: #ffffff;
  line-height: 1;
}
.products-list-filter-toggle-open span {
  display: block;
  padding: 1rem 0.5rem;
}
.products-list-filter {
  z-index: 1000000000000000;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  color: #000000;
  background: #ffffff;
  padding: 6rem none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.products-list-filter-header,
.products-list-filter-footer {
  position: fixed;
  right: 0;
  left: 0;
  background: #ffffff;
  padding: 1rem;
  text-align: center;
}
.products-list-filter-header {
  top: 0;
  border-bottom: none;
}
.products-list-filter-footer {
  bottom: 0;
  border-top: none;
}
.products-list-filter-toggle-close {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  padding: 1rem;
}
.products-list-filter-toggle-close:after {
  font-size: 0.8rem;
  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: '\f81f';
}
.products-list-filter-toggle-close span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
/**
 * 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.
 */
.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.
 */
.checkout_container .checkout_customer_details .checkout-step {
  width: 100%;
}
.checkout_container .checkout_customer_details .block_register,
.checkout_container .checkout_customer_details .block_email {
  width: 100%;
  border: 0;
  margin-bottom: 1rem;
}
/**
 * Import Checkout Methods styles
 */
/**
 * Copyright © id•us agency ltd. All rights reserved.
 */
/**
 * Copyright © id•us agency ltd. All rights reserved.
 */
.customer-dashboard {
  flex-wrap: wrap;
}
.customer-dashboard-navigation,
.customer-dashboard-content {
  width: 100%;
}
.customer-dashboard-navigation-toggle {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.customer-dashboard-navigation-toggle + label + div {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity .2s;
  -moz-transition: opacity .2s;
  -ms-transition: opacity .2s;
  -o-transition: opacity .2s;
  transition: opacity .2s;
}
.customer-dashboard-navigation-toggle:checked + label + div {
  visibility: visible;
  opacity: 1;
}
.customer-dashboard-navigation-toggler {
  display: block;
  position: relative;
}
.customer-dashboard-navigation-toggler:after {
  font-size: 1.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: '\e805';
}
.customer-dashboard-navigation-toggler:after {
  position: absolute;
  left: 1rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
.customer-dashboard-navigation-toggle:checked + label {
  border-bottom: 0;
}
.customer-dashboard-navigation-toggle:checked + label:after {
  content: '\e808';
}
.customer-dashboard-navigation {
  position: relative;
}
.customer-dashboard-content-title {
  display: none;
}
.customer-dashboard-navigation-items {
  position: absolute;
  z-index: 10;
  top: 100%;
  right: 0;
  left: 0;
  width: 100%;
  background: #ffffff;
}
.customer-account-logoutsuccess .column.main {
  padding: 1rem;
}
.customer-account-logoutsuccess .idus_loader_page {
  display: block !important;
  opacity: 1 !important;
  visibility: visible !important;
}
.customer-dashboard {
  margin: 0;
  padding: 0;
}
.customer-dashboard .customer-dashboard-navigation {
  margin: 0;
  padding: 0;
}
.customer-dashboard .customer-dashboard-navigation .customer-dashboard-navigation-toggler {
  display: none;
}
.customer-dashboard .customer-dashboard-navigation .customer-dashboard-navigation-items {
  visibility: visible;
  opacity: 1;
  position: static;
}
.customer-dashboard-content-body {
  padding: .5rem;
}
.customer-dashboard-content-body .form-edit-account {
  width: 100%;
  max-width: none;
}
.customer-dashboard-navigation-items .user_name_wrap {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.customer-dashboard-navigation-items .user_name_wrap .user_name {
  text-align: center;
  font-size: 1.4rem;
  font-weight: 500;
}
.customer-dashboard-navigation-items .user_dashboard_nav_wrap {
  padding: 0;
}
.customer-dashboard-navigation-items .user_dashboard_nav_wrap > div {
  width: 100%;
  border: 0;
  border-bottom: 1px solid #d0d0d0;
}
.customer-dashboard-navigation-items .user_dashboard_nav_wrap > div > *:after {
  content: '';
  position: absolute;
  border-bottom: 1px solid #88b33f;
  right: 50%;
  left: 50%;
  bottom: 0;
}
.customer-dashboard-navigation-items .user_dashboard_nav_wrap > div > *:hover:after,
.customer-dashboard-navigation-items .user_dashboard_nav_wrap > div > *.active:after {
  content: '';
  position: absolute;
  border-bottom: 1px solid #88b33f;
  right: 0;
  left: 0;
  bottom: 0;
}
.customer-dashboard-content[active="tab_address"] .customer-dashboard-content-body .block.block-addresses-default {
  width: 100%;
  padding: 0;
}
.customer-dashboard-content[active="tab_address"] .customer-dashboard-content-body .block.block-addresses-list {
  width: 100%;
}
.customer-dashboard-content[active="tab_address"] .customer-dashboard-content-body .actions-toolbar {
  position: relative;
  top: 0;
  left: 0;
  text-align: center;
  display: block;
  width: 100%;
  padding: 0 0 1rem;
}
/**
 *
 *  {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.
 */
/**
	 * Store page
	 */
.store_view {
  padding: 0 1rem;
}
.store_view .store_view_info {
  width: 100%;
  margin-left: 0;
}
.store_view .store_view_info .inner {
  position: sticky;
  top: 7.4rem;
  top: var(--header-height);
}
.store_view .store_view_map {
  width: 100%;
  margin-left: 0;
}
/**
	Stores list new grid
	**/
/**
 * Copyright © id•us agency ltd. All rights reserved.
 */
.store_view {
  display: block;
}
/**
 * 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 */
