@charset "UTF-8";
     html {
line-height: 1.15;
-webkit-text-size-adjust: 100%;
}  body {
margin: 0;
} main {
display: block;
} h1 {
font-size: 2em;
margin: 0.67em 0;
}  hr {
-webkit-box-sizing: content-box;
-moz-box-sizing: content-box;
box-sizing: content-box;
height: 0;
overflow: visible;
} pre {
font-family: monospace, monospace;
font-size: 1em;
}  a {
background-color: transparent;
} abbr[title] {
border-bottom: none;
text-decoration: underline;
-webkit-text-decoration: underline dotted;
text-decoration: underline dotted;
} b,
strong {
font-weight: bolder;
} code,
kbd,
samp {
font-family: monospace, monospace;
font-size: 1em;
} small {
font-size: 80%;
} sub,
sup {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline;
}
sub {
bottom: -0.25em;
}
sup {
top: -0.5em;
}  img {
border-style: none;
}  button,
input,
optgroup,
select,
textarea {
font-family: inherit;
font-size: 100%;
line-height: 1.15;
margin: 0;
} button,
input {
overflow: visible;
} button,
select {
text-transform: none;
} button,
[type=button],
[type=reset],
[type=submit] {
-webkit-appearance: button;
} button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
border-style: none;
padding: 0;
} button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
outline: 1px dotted ButtonText;
} fieldset {
padding: 0.35em 0.75em 0.625em;
} legend {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
color: inherit;
display: table;
max-width: 100%;
padding: 0;
white-space: normal;
} progress {
vertical-align: baseline;
} textarea {
overflow: auto;
} [type=checkbox],
[type=radio] {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
padding: 0;
} [type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
height: auto;
} [type=search] {
-webkit-appearance: textfield;
outline-offset: -2px;
} [type=search]::-webkit-search-decoration {
-webkit-appearance: none;
} ::-webkit-file-upload-button {
-webkit-appearance: button;
font: inherit;
}  details {
display: block;
} summary {
display: list-item;
}  template {
display: none;
} [hidden] {
display: none;
} *,
*::before,
*::after {
-webkit-box-sizing: inherit;
-moz-box-sizing: inherit;
box-sizing: inherit;
}
html {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}  .container-fluid {
margin-right: auto;
margin-left: auto;
padding-right: 2rem;
padding-left: 2rem;
}
.container {
margin-right: auto;
margin-left: auto;
}
.row {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
display: -ms-flexbox;
display: -webkit-box;
display: flex;
-ms-flex: 0 1 auto;
-webkit-box-flex: 0;
flex: 0 1 auto;
-ms-flex-direction: row;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
flex-direction: row;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin-right: -1rem;
margin-left: -1rem;
}
.row.reverse {
-ms-flex-direction: row-reverse;
-webkit-box-orient: horizontal;
-webkit-box-direction: reverse;
flex-direction: row-reverse;
}
.col.reverse {
-ms-flex-direction: column-reverse;
-webkit-box-orient: vertical;
-webkit-box-direction: reverse;
flex-direction: column-reverse;
}
.col-xs,
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
-ms-flex: 0 0 auto;
-webkit-box-flex: 0;
flex: 0 0 auto;
padding-right: 1rem;
padding-left: 1rem;
}
.col-xs {
-ms-flex-positive: 1;
-webkit-box-flex: 1;
flex-grow: 1;
-ms-flex-preferred-size: 0;
flex-basis: 0;
max-width: 100%;
}
.col-xs-1 {
-ms-flex-preferred-size: 8.333%;
flex-basis: 8.333%;
max-width: 8.333%;
}
.col-xs-2 {
-ms-flex-preferred-size: 16.667%;
flex-basis: 16.667%;
max-width: 16.667%;
}
.col-xs-3 {
-ms-flex-preferred-size: 25%;
flex-basis: 25%;
max-width: 25%;
}
.col-xs-4 {
-ms-flex-preferred-size: 33.333%;
flex-basis: 33.333%;
max-width: 33.333%;
}
.col-xs-5 {
-ms-flex-preferred-size: 41.667%;
flex-basis: 41.667%;
max-width: 41.667%;
}
.col-xs-6 {
-ms-flex-preferred-size: 50%;
flex-basis: 50%;
max-width: 50%;
}
.col-xs-7 {
-ms-flex-preferred-size: 58.333%;
flex-basis: 58.333%;
max-width: 58.333%;
}
.col-xs-8 {
-ms-flex-preferred-size: 66.667%;
flex-basis: 66.667%;
max-width: 66.667%;
}
.col-xs-9 {
-ms-flex-preferred-size: 75%;
flex-basis: 75%;
max-width: 75%;
}
.col-xs-10 {
-ms-flex-preferred-size: 83.333%;
flex-basis: 83.333%;
max-width: 83.333%;
}
.col-xs-11 {
-ms-flex-preferred-size: 91.667%;
flex-basis: 91.667%;
max-width: 91.667%;
}
.col-xs-12 {
-ms-flex-preferred-size: 100%;
flex-basis: 100%;
max-width: 100%;
}
.col-xs-offset-1 {
margin-left: 8.333%;
}
.col-xs-offset-2 {
margin-left: 16.667%;
}
.col-xs-offset-3 {
margin-left: 25%;
}
.col-xs-offset-4 {
margin-left: 33.333%;
}
.col-xs-offset-5 {
margin-left: 41.667%;
}
.col-xs-offset-6 {
margin-left: 50%;
}
.col-xs-offset-7 {
margin-left: 58.333%;
}
.col-xs-offset-8 {
margin-left: 66.667%;
}
.col-xs-offset-9 {
margin-left: 75%;
}
.col-xs-offset-10 {
margin-left: 83.333%;
}
.col-xs-offset-11 {
margin-left: 91.667%;
}
.start-xs {
-ms-flex-pack: start;
-webkit-box-pack: start;
justify-content: flex-start;
text-align: start;
}
.center-xs {
-ms-flex-pack: center;
-webkit-box-pack: center;
justify-content: center;
text-align: center;
}
.end-xs {
-ms-flex-pack: end;
-webkit-box-pack: end;
justify-content: flex-end;
text-align: end;
}
.top-xs {
-ms-flex-align: start;
-webkit-box-align: start;
align-items: flex-start;
}
.middle-xs {
-ms-flex-align: center;
-webkit-box-align: center;
align-items: center;
}
.bottom-xs {
-ms-flex-align: end;
-webkit-box-align: end;
align-items: flex-end;
}
.around-xs {
-ms-flex-pack: distribute;
justify-content: space-around;
}
.between-xs {
-ms-flex-pack: justify;
-webkit-box-pack: justify;
justify-content: space-between;
}
.first-xs {
-ms-flex-order: -1;
-webkit-box-ordinal-group: 0;
order: -1;
}
.last-xs {
-ms-flex-order: 1;
-webkit-box-ordinal-group: 2;
order: 1;
}
@media only screen and (min-width: 48em) {
.container {
width: 46rem;
}
.col-sm,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12 {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
-ms-flex: 0 0 auto;
-webkit-box-flex: 0;
flex: 0 0 auto;
padding-right: 1rem;
padding-left: 1rem;
}
.col-sm {
-ms-flex-positive: 1;
-webkit-box-flex: 1;
flex-grow: 1;
-ms-flex-preferred-size: 0;
flex-basis: 0;
max-width: 100%;
}
.col-sm-1 {
-ms-flex-preferred-size: 8.333%;
flex-basis: 8.333%;
max-width: 8.333%;
}
.col-sm-2 {
-ms-flex-preferred-size: 16.667%;
flex-basis: 16.667%;
max-width: 16.667%;
}
.col-sm-3 {
-ms-flex-preferred-size: 25%;
flex-basis: 25%;
max-width: 25%;
}
.col-sm-4 {
-ms-flex-preferred-size: 33.333%;
flex-basis: 33.333%;
max-width: 33.333%;
}
.col-sm-5 {
-ms-flex-preferred-size: 41.667%;
flex-basis: 41.667%;
max-width: 41.667%;
}
.col-sm-6 {
-ms-flex-preferred-size: 50%;
flex-basis: 50%;
max-width: 50%;
}
.col-sm-7 {
-ms-flex-preferred-size: 58.333%;
flex-basis: 58.333%;
max-width: 58.333%;
}
.col-sm-8 {
-ms-flex-preferred-size: 66.667%;
flex-basis: 66.667%;
max-width: 66.667%;
}
.col-sm-9 {
-ms-flex-preferred-size: 75%;
flex-basis: 75%;
max-width: 75%;
}
.col-sm-10 {
-ms-flex-preferred-size: 83.333%;
flex-basis: 83.333%;
max-width: 83.333%;
}
.col-sm-11 {
-ms-flex-preferred-size: 91.667%;
flex-basis: 91.667%;
max-width: 91.667%;
}
.col-sm-12 {
-ms-flex-preferred-size: 100%;
flex-basis: 100%;
max-width: 100%;
}
.col-sm-offset-1 {
margin-left: 8.333%;
}
.col-sm-offset-2 {
margin-left: 16.667%;
}
.col-sm-offset-3 {
margin-left: 25%;
}
.col-sm-offset-4 {
margin-left: 33.333%;
}
.col-sm-offset-5 {
margin-left: 41.667%;
}
.col-sm-offset-6 {
margin-left: 50%;
}
.col-sm-offset-7 {
margin-left: 58.333%;
}
.col-sm-offset-8 {
margin-left: 66.667%;
}
.col-sm-offset-9 {
margin-left: 75%;
}
.col-sm-offset-10 {
margin-left: 83.333%;
}
.col-sm-offset-11 {
margin-left: 91.667%;
}
.start-sm {
-ms-flex-pack: start;
-webkit-box-pack: start;
justify-content: flex-start;
text-align: start;
}
.center-sm {
-ms-flex-pack: center;
-webkit-box-pack: center;
justify-content: center;
text-align: center;
}
.end-sm {
-ms-flex-pack: end;
-webkit-box-pack: end;
justify-content: flex-end;
text-align: end;
}
.top-sm {
-ms-flex-align: start;
-webkit-box-align: start;
align-items: flex-start;
}
.middle-sm {
-ms-flex-align: center;
-webkit-box-align: center;
align-items: center;
}
.bottom-sm {
-ms-flex-align: end;
-webkit-box-align: end;
align-items: flex-end;
}
.around-sm {
-ms-flex-pack: distribute;
justify-content: space-around;
}
.between-sm {
-ms-flex-pack: justify;
-webkit-box-pack: justify;
justify-content: space-between;
}
.first-sm {
-ms-flex-order: -1;
-webkit-box-ordinal-group: 0;
order: -1;
}
.last-sm {
-ms-flex-order: 1;
-webkit-box-ordinal-group: 2;
order: 1;
}
}
@media only screen and (min-width: 62em) {
.container {
width: 61rem;
}
.col-md,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12 {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
-ms-flex: 0 0 auto;
-webkit-box-flex: 0;
flex: 0 0 auto;
padding-right: 1rem;
padding-left: 1rem;
}
.col-md {
-ms-flex-positive: 1;
-webkit-box-flex: 1;
flex-grow: 1;
-ms-flex-preferred-size: 0;
flex-basis: 0;
max-width: 100%;
}
.col-md-1 {
-ms-flex-preferred-size: 8.333%;
flex-basis: 8.333%;
max-width: 8.333%;
}
.col-md-2 {
-ms-flex-preferred-size: 16.667%;
flex-basis: 16.667%;
max-width: 16.667%;
}
.col-md-3 {
-ms-flex-preferred-size: 25%;
flex-basis: 25%;
max-width: 25%;
}
.col-md-4 {
-ms-flex-preferred-size: 33.333%;
flex-basis: 33.333%;
max-width: 33.333%;
}
.col-md-5 {
-ms-flex-preferred-size: 41.667%;
flex-basis: 41.667%;
max-width: 41.667%;
}
.col-md-6 {
-ms-flex-preferred-size: 50%;
flex-basis: 50%;
max-width: 50%;
}
.col-md-7 {
-ms-flex-preferred-size: 58.333%;
flex-basis: 58.333%;
max-width: 58.333%;
}
.col-md-8 {
-ms-flex-preferred-size: 66.667%;
flex-basis: 66.667%;
max-width: 66.667%;
}
.col-md-9 {
-ms-flex-preferred-size: 75%;
flex-basis: 75%;
max-width: 75%;
}
.col-md-10 {
-ms-flex-preferred-size: 83.333%;
flex-basis: 83.333%;
max-width: 83.333%;
}
.col-md-11 {
-ms-flex-preferred-size: 91.667%;
flex-basis: 91.667%;
max-width: 91.667%;
}
.col-md-12 {
-ms-flex-preferred-size: 100%;
flex-basis: 100%;
max-width: 100%;
}
.col-md-offset-1 {
margin-left: 8.333%;
}
.col-md-offset-2 {
margin-left: 16.667%;
}
.col-md-offset-3 {
margin-left: 25%;
}
.col-md-offset-4 {
margin-left: 33.333%;
}
.col-md-offset-5 {
margin-left: 41.667%;
}
.col-md-offset-6 {
margin-left: 50%;
}
.col-md-offset-7 {
margin-left: 58.333%;
}
.col-md-offset-8 {
margin-left: 66.667%;
}
.col-md-offset-9 {
margin-left: 75%;
}
.col-md-offset-10 {
margin-left: 83.333%;
}
.col-md-offset-11 {
margin-left: 91.667%;
}
.start-md {
-ms-flex-pack: start;
-webkit-box-pack: start;
justify-content: flex-start;
text-align: start;
}
.center-md {
-ms-flex-pack: center;
-webkit-box-pack: center;
justify-content: center;
text-align: center;
}
.end-md {
-ms-flex-pack: end;
-webkit-box-pack: end;
justify-content: flex-end;
text-align: end;
}
.top-md {
-ms-flex-align: start;
-webkit-box-align: start;
align-items: flex-start;
}
.middle-md {
-ms-flex-align: center;
-webkit-box-align: center;
align-items: center;
}
.bottom-md {
-ms-flex-align: end;
-webkit-box-align: end;
align-items: flex-end;
}
.around-md {
-ms-flex-pack: distribute;
justify-content: space-around;
}
.between-md {
-ms-flex-pack: justify;
-webkit-box-pack: justify;
justify-content: space-between;
}
.first-md {
-ms-flex-order: -1;
-webkit-box-ordinal-group: 0;
order: -1;
}
.last-md {
-ms-flex-order: 1;
-webkit-box-ordinal-group: 2;
order: 1;
}
}
@media only screen and (min-width: 75em) {
.container { width: 1400px;
}
.col-lg,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12 {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
-ms-flex: 0 0 auto;
-webkit-box-flex: 0;
flex: 0 0 auto;
padding-right: 1rem;
padding-left: 1rem;
}
.col-lg {
-ms-flex-positive: 1;
-webkit-box-flex: 1;
flex-grow: 1;
-ms-flex-preferred-size: 0;
flex-basis: 0;
max-width: 100%;
}
.col-lg-1 {
-ms-flex-preferred-size: 8.333%;
flex-basis: 8.333%;
max-width: 8.333%;
}
.col-lg-2 {
-ms-flex-preferred-size: 16.667%;
flex-basis: 16.667%;
max-width: 16.667%;
}
.col-lg-3 {
-ms-flex-preferred-size: 25%;
flex-basis: 25%;
max-width: 25%;
}
.col-lg-4 {
-ms-flex-preferred-size: 33.333%;
flex-basis: 33.333%;
max-width: 33.333%;
}
.col-lg-5 {
-ms-flex-preferred-size: 41.667%;
flex-basis: 41.667%;
max-width: 41.667%;
}
.col-lg-6 {
-ms-flex-preferred-size: 50%;
flex-basis: 50%;
max-width: 50%;
}
.col-lg-7 {
-ms-flex-preferred-size: 58.333%;
flex-basis: 58.333%;
max-width: 58.333%;
}
.col-lg-8 {
-ms-flex-preferred-size: 66.667%;
flex-basis: 66.667%;
max-width: 66.667%;
}
.col-lg-9 {
-ms-flex-preferred-size: 75%;
flex-basis: 75%;
max-width: 75%;
}
.col-lg-10 {
-ms-flex-preferred-size: 83.333%;
flex-basis: 83.333%;
max-width: 83.333%;
}
.col-lg-11 {
-ms-flex-preferred-size: 91.667%;
flex-basis: 91.667%;
max-width: 91.667%;
}
.col-lg-12 {
-ms-flex-preferred-size: 100%;
flex-basis: 100%;
max-width: 100%;
}
.col-lg-offset-1 {
margin-left: 8.333%;
}
.col-lg-offset-2 {
margin-left: 16.667%;
}
.col-lg-offset-3 {
margin-left: 25%;
}
.col-lg-offset-4 {
margin-left: 33.333%;
}
.col-lg-offset-5 {
margin-left: 41.667%;
}
.col-lg-offset-6 {
margin-left: 50%;
}
.col-lg-offset-7 {
margin-left: 58.333%;
}
.col-lg-offset-8 {
margin-left: 66.667%;
}
.col-lg-offset-9 {
margin-left: 75%;
}
.col-lg-offset-10 {
margin-left: 83.333%;
}
.col-lg-offset-11 {
margin-left: 91.667%;
}
.start-lg {
-ms-flex-pack: start;
-webkit-box-pack: start;
justify-content: flex-start;
text-align: start;
}
.center-lg {
-ms-flex-pack: center;
-webkit-box-pack: center;
justify-content: center;
text-align: center;
}
.end-lg {
-ms-flex-pack: end;
-webkit-box-pack: end;
justify-content: flex-end;
text-align: end;
}
.top-lg {
-ms-flex-align: start;
-webkit-box-align: start;
align-items: flex-start;
}
.middle-lg {
-ms-flex-align: center;
-webkit-box-align: center;
align-items: center;
}
.bottom-lg {
-ms-flex-align: end;
-webkit-box-align: end;
align-items: flex-end;
}
.around-lg {
-ms-flex-pack: distribute;
justify-content: space-around;
}
.between-lg {
-ms-flex-pack: justify;
-webkit-box-pack: justify;
justify-content: space-between;
}
.first-lg {
-ms-flex-order: -1;
-webkit-box-ordinal-group: 0;
order: -1;
}
.last-lg {
-ms-flex-order: 1;
-webkit-box-ordinal-group: 2;
order: 1;
}
}   .owl-carousel {
display: none;
width: 100%;
-webkit-tap-highlight-color: transparent; position: relative;
z-index: 1;
}
.owl-carousel .owl-stage {
position: relative;
-ms-touch-action: pan-Y;
touch-action: manipulation;
-moz-backface-visibility: hidden; }
.owl-carousel .owl-stage:after {
content: ".";
display: block;
clear: both;
visibility: hidden;
line-height: 0;
height: 0;
}
.owl-carousel .owl-stage-outer {
position: relative;
overflow: hidden; -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
-webkit-backface-visibility: hidden;
-moz-backface-visibility: hidden;
-ms-backface-visibility: hidden;
-webkit-transform: translate3d(0, 0, 0);
-moz-transform: translate3d(0, 0, 0);
-ms-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item {
position: relative;
min-height: 1px;
float: left;
-webkit-backface-visibility: hidden;
-webkit-tap-highlight-color: transparent;
-webkit-touch-callout: none;
}
.owl-carousel .owl-item img {
display: block;
width: 100%;
}
.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
display: none;
}
.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
cursor: pointer;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.owl-carousel button.owl-dot {
background: none;
color: inherit;
border: none;
padding: 0 !important;
font: inherit;
}
.owl-carousel.owl-loaded {
display: block;
}
.owl-carousel.owl-loading {
opacity: 0;
display: block;
}
.owl-carousel.owl-hidden {
opacity: 0;
}
.owl-carousel.owl-refresh .owl-item {
visibility: hidden;
}
.owl-carousel.owl-drag .owl-item {
-ms-touch-action: pan-y;
touch-action: pan-y;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.owl-carousel.owl-grab {
cursor: move;
cursor: -webkit-grab;
cursor: -moz-grab;
cursor: grab;
}
.owl-carousel.owl-rtl {
direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
float: right;
} .no-js .owl-carousel {
display: block;
} .owl-carousel .animated {
-webkit-animation-duration: 1000ms;
animation-duration: 1000ms;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
z-index: 0;
}
.owl-carousel .owl-animated-out {
z-index: 1;
}
.owl-carousel .fadeOut {
-webkit-animation-name: fadeOut;
animation-name: fadeOut;
}
@-webkit-keyframes fadeOut {
0% {
opacity: 1;
}
100% {
opacity: 0;
}
}
@keyframes fadeOut {
0% {
opacity: 1;
}
100% {
opacity: 0;
}
} .owl-height {
-webkit-transition: height 500ms ease-in-out;
transition: height 500ms ease-in-out;
} .owl-carousel .owl-item { }
.owl-carousel .owl-item .owl-lazy {
opacity: 0;
-webkit-transition: opacity 400ms ease;
transition: opacity 400ms ease;
}
.owl-carousel .owl-item .owl-lazy[src^=""], .owl-carousel .owl-item .owl-lazy:not([src]) {
max-height: 0;
}
.owl-carousel .owl-item img.owl-lazy {
-webkit-transform-style: preserve-3d;
transform-style: preserve-3d;
} .owl-carousel .owl-video-wrapper {
position: relative;
height: 100%;
background: #000;
}
.owl-carousel .owl-video-play-icon {
position: absolute;
height: 80px;
width: 80px;
left: 50%;
top: 50%;
margin-left: -40px;
margin-top: -40px;
background: url(//hdfarcom.itsnotnow.gr/wp-content/themes/farcom/owl.video.play.png) no-repeat;
cursor: pointer;
z-index: 1;
-webkit-backface-visibility: hidden;
-webkit-transition: -webkit-transform 100ms ease;
transition: -webkit-transform 100ms ease;
transition: transform 100ms ease;
transition: transform 100ms ease, -webkit-transform 100ms ease;
}
.owl-carousel .owl-video-play-icon:hover {
-webkit-transform: scale(1.3, 1.3);
transform: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
display: none;
}
.owl-carousel .owl-video-tn {
opacity: 0;
height: 100%;
background-position: center center;
background-repeat: no-repeat;
background-size: contain;
-webkit-transition: opacity 400ms ease;
transition: opacity 400ms ease;
}
.owl-carousel .owl-video-frame {
position: relative;
z-index: 1;
height: 100%;
width: 100%;
}  .owl-theme .owl-nav {
margin-top: 10px;
text-align: center;
-webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-nav [class*=owl-] {
color: #FFF;
font-size: 14px;
margin: 5px;
padding: 4px 7px;
background: #D6D6D6;
display: inline-block;
cursor: pointer;
border-radius: 3px;
}
.owl-theme .owl-nav [class*=owl-]:hover {
background: #869791;
color: #FFF;
text-decoration: none;
}
.owl-theme .owl-nav .disabled {
opacity: 0.5;
cursor: default;
}
.owl-theme .owl-nav.disabled + .owl-dots {
margin-top: 10px;
}
.owl-theme .owl-dots {
text-align: center;
-webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-dots .owl-dot {
display: inline-block;
zoom: 1;
*display: inline;
}
.owl-theme .owl-dots .owl-dot span {
width: 10px;
height: 10px;
margin: 5px 7px;
background: #D6D6D6;
display: block;
-webkit-backface-visibility: visible;
-webkit-transition: opacity 200ms ease;
transition: opacity 200ms ease;
border-radius: 30px;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
background: #869791;
}
.nav {
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
padding-left: 0;
margin-bottom: 0;
list-style: none;
}
.nav-link {
display: block;
padding: 0.5rem 1rem;
}
.nav-link:hover, .nav-link:focus {
text-decoration: none;
}
.nav-link.disabled {
color: #6c757d;
pointer-events: none;
cursor: default;
}
.nav-tabs {
border-bottom: 1px solid #dee2e6;
}
.nav-tabs .nav-link {
margin-bottom: -1px;
background-color: transparent;
border: 1px solid transparent;
border-top-left-radius: 0.25rem;
border-top-right-radius: 0.25rem;
}
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
isolation: isolate;
border-color: #e9ecef #e9ecef #dee2e6;
}
.nav-tabs .nav-link.disabled {
color: #6c757d;
background-color: transparent;
border-color: transparent;
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
color: #495057;
background-color: #fff;
border-color: #dee2e6 #dee2e6 #fff;
}
.tab-content > .tab-pane {
display: none;
}
.tab-content > .active {
display: block;
} @font-face {
font-family: "HelveticaNeueLT Normal"; src: url(https://hdfarcom.itsnotnow.gr/wp-content/themes/farcom/assets/fonts/HelveticaNeueLTW1G-Roman.woff2) format("woff2"), url(https://hdfarcom.itsnotnow.gr/wp-content/themes/farcom/assets/fonts/HelveticaNeueLTW1G-Roman.woff) format("woff");
font-weight: normal;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: "HelveticaNeueLT Bold"; src: url(https://hdfarcom.itsnotnow.gr/wp-content/themes/farcom/assets/fonts/HelveticaNeueLTW1G-BdCn.woff2) format("woff2"), url(https://hdfarcom.itsnotnow.gr/wp-content/themes/farcom/assets/fonts/HelveticaNeueLTW1G-BdCn.woff) format("woff");
font-weight: bold;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: "HelveticaNeueLT W1G Bold 75";
src: url(https://hdfarcom.itsnotnow.gr/wp-content/themes/farcom/assets/fonts/HelveticaNeueLTW1G-Bd.woff2) format("woff2"), url(https://hdfarcom.itsnotnow.gr/wp-content/themes/farcom/assets/fonts/HelveticaNeueLTW1G-Bd.woff) format("woff");
font-weight: bold;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: "HelveticaNeueLT Light"; src: url(https://hdfarcom.itsnotnow.gr/wp-content/themes/farcom/assets/fonts/HelveticaNeueLTW1G-LtEx.woff2) format("woff2"), url(https://hdfarcom.itsnotnow.gr/wp-content/themes/farcom/assets/fonts/HelveticaNeueLTW1G-LtEx.woff) format("woff");
font-weight: 300;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: "HelveticaNeueLT Light Italic"; src: url(https://hdfarcom.itsnotnow.gr/wp-content/themes/farcom/assets/fonts/HelveticaNeueLTW1G-LtExO.woff2) format("woff2"), url(https://hdfarcom.itsnotnow.gr/wp-content/themes/farcom/assets/fonts/HelveticaNeueLTW1G-LtExO.woff) format("woff");
font-weight: 300;
font-style: italic;
font-display: swap;
}
@font-face {
font-family: "Farcom";
src: url(https://hdfarcom.itsnotnow.gr/wp-content/themes/farcom/assets/Icons/Farcom.eot?6gw0nk);
src: url(https://hdfarcom.itsnotnow.gr/wp-content/themes/farcom/assets/Icons/Farcom.eot?6gw0nk#iefix) format("embedded-opentype"), url(https://hdfarcom.itsnotnow.gr/wp-content/themes/farcom/assets/Icons/Farcom.ttf?6gw0nk) format("truetype"), url(https://hdfarcom.itsnotnow.gr/wp-content/themes/farcom/assets/Icons/Farcom.woff?6gw0nk) format("woff"), url(https://hdfarcom.itsnotnow.gr/wp-content/themes/farcom/assets/Icons/Farcom.svg?6gw0nk#Farcom) format("svg");
font-weight: normal;
font-style: normal;
font-display: block;
}
[class^=font-], [class*=" font-"] { font-family: "Farcom" !important;
speak: never;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1; -webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.font-ARROW-BIG-LEFT:before {
content: "\e90b";
}
.font-no-sound:before {
content: "\e90a";
}
.font-ARROW-BIG:before {
content: "\e900";
}
.font-ARROW-Left-Product:before {
content: "\e901";
}
.font-ARROW-Right-Product:before {
content: "\e902";
}
.font-ARROW-SMALL:before {
content: "\e903";
}
.font-ARROW-WHITE-apoxrvseis:before {
content: "\e904";
}
.font-FB:before {
content: "\e905";
}
.font-INSTA:before {
content: "\e906";
}
.font-PLUS:before {
content: "\e907";
}
.font-TIKTOK:before {
content: "\e908";
}
.font-YOUTUBE:before {
content: "\e909";
}
.color_white {
color: #ffffff;
}
.background_black {
background-color: #000000;
}
.background_white {
background-color: #ffffff;
}
.background_ocean {
background-color: #E7FCFC;
}
.background_ecru {
background-color: #FCF9E7;
}
.background_gray {
background-color: #EEEEEE;
}
.background_light_gray {
background-color: #F4F4F4;
}
.background_light_pink {
background-color: #F8F4EF;
}
.bold,
strong {
font-family: "HelveticaNeueLT Bold";
font-weight: bold;
}
.light {
font-family: "HelveticaNeueLT Light";
font-weight: 300;
}
.light-italic,
em {
font-family: "HelveticaNeueLT Light Italic";
font-weight: normal;
font-style: italic;
}
.text_14 {
font-size: 14px;
line-height: 18px;
}
.text_16 {
font-size: 16px;
line-height: 20px;
}
.text_18 {
font-size: 18px;
line-height: 22px;
}
.text_20 {
font-size: 20px;
line-height: 1.1;
}
.text_22 {
font-size: 22px;
line-height: 26px;
}
.text_24 {
font-size: 24px;
line-height: 26px;
}
.text_26 {
font-size: 26px;
line-height: 32px;
}
.text_27 {
font-size: 27px;
line-height: 30px;
}
.text_28 {
font-size: 28px;
line-height: 32px;
}
.text_29 {
font-size: 29px;
line-height: 1.1;
}
.text_30 {
font-size: 30px;
line-height: 1;
}
.text_32 {
font-size: 32px;
line-height: 38px;
}
.text_35 {
font-size: 35px;
line-height: 38px;
}
.text_45 {
font-size: 45px;
line-height: 1;
}
.text_50 {
font-size: 50px;
line-height: 1.1;
}
.text_53 {
font-size: 53px;
line-height: 1;
}
.text_56 {
font-size: 56px;
line-height: 1;
}
.text_62 {
font-size: 62px;
line-height: 1;
}
.text_65 {
font-size: 65px;
line-height: 70px;
}
.text_85 {
font-size: 85px;
line-height: 85px;
}
.text_87 {
font-size: 87px;
line-height: 87px;
}
.text_88 {
font-size: 88px;
line-height: 88px;
}
.text_93 {
font-size: 93px;
line-height: 1;
}
.text_105 {
font-size: 105px;
line-height: 1;
}
.text_111 {
font-size: 111px;
line-height: 1;
}
.text_174 {
font-size: 174px;
line-height: 1;
}
.text_200 {
font-size: 200px;
line-height: 1;
} html::-webkit-scrollbar {
width: 5px;
height: 5px;
}
html::-webkit-scrollbar-thumb {
background: #000000;
border: 1px solid #000000;
border-radius: 4px;
}
html::-webkit-scrollbar-track {
background: #ffffff;
}
body {
font-family: "HelveticaNeueLT Normal";
font-weight: normal;
font-style: normal;
color: #000000;
}
.Site {
display: flex;
min-height: 100vh;
flex-direction: column;
}
.Site-content {
flex: 1;
}
.wrap {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
max-width: 1200px;
margin: 0 auto;
}
a {
text-decoration: none;
display: inline-block;
-webkit-transition: 0.3s ease-in-out;
transition: 0.3s ease-in-out;
color: #000000;
line-height: 1;
}
input:focus,
textarea:focus,
button:focus {
outline: none;
}
h1,
h2,
h3,
h4,
h5,
h6,
p {
margin: 0;
}
img,
video {
vertical-align: bottom;
}
.full-width {
width: 100%;
height: auto;
}
.position-relative {
position: relative;
}
.row.no-gutters {
margin: 0;
}
.row.no-gutters > div[class^=col-] {
padding: 0;
}
.self-center {
align-self: center;
}
.text-center {
text-align: center;
}
.text-left {
text-align: left;
}
.text-right {
text-align: right;
}
.wrapper {
height: 100vh;
display: grid;
place-items: center;
}
.typing-wrapper {
display: grid;
place-items: center;
height: calc(100vh - 200px);
}
.typing-demo {
width: 32ch;
-webkit-animation: typing 2s steps(32), blink 0.5s step-end infinite alternate;
animation: typing 2s steps(32), blink 0.5s step-end infinite alternate;
white-space: nowrap;
overflow: hidden;
border-right: 3px solid;
font-size: 2em;
}
@-webkit-keyframes typing {
from {
width: 0;
}
}
@keyframes typing {
from {
width: 0;
}
}
@-webkit-keyframes blink {
50% {
border-color: transparent;
}
}
@keyframes blink {
50% {
border-color: transparent;
}
}
.site-wrapper {
max-width: 1598px;
margin: 0 161px;
}
.roundedButton {
font-size: 20px;
line-height: 22px;
font-family: "HelveticaNeueLT Light";
font-weight: 300;
padding: 17px 28px 12px;
border-radius: 27px;
border: 1px solid #000000;
color: #000000;
min-width: 372px;
}
.roundedButton:hover {
background: #000000;
color: #ffffff;
}
a.underlined {
position: relative;
}
a.underlined:before {
background-color: #000000;
bottom: 0;
content: "";
height: 1px;
right: 0px;
position: absolute !important;
-webkit-transform: scaleX(0);
transform: scaleX(0);
-webkit-transform-origin: right;
transform-origin: right;
-webkit-transition: -webkit-transform 0.4s ease-in-out;
transition: -webkit-transform 0.4s ease-in-out;
transition: transform 0.4s ease-in-out;
transition: transform 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
width: 100% !important;
}
a.underlined:hover:before {
-webkit-transform: scaleX(1);
transform: scaleX(1);
-webkit-transform-origin: left;
transform-origin: left;
}
a.underlined.color_white:before {
background-color: #ffffff;
}
article.type-page {
margin-bottom: 0;
background: #F4F4F4;
padding-top: 128px;
padding-bottom: 168px;
overflow-x: hidden;
}
article.type-page h1 {
margin-bottom: 32px;
font-family: "HelveticaNeueLT Bold";
font-weight: bold;
font-size: 40px;
line-height: 1;
}
article.type-page .down-arrow {
font-size: 30px;
margin-bottom: 46px;
display: inline-block;
}
article.type-page .entry-content {
max-width: 1062px;
margin: 0 auto;
font-size: 22px;
line-height: 26px;
text-align: left;
font-family: "HelveticaNeueLT Normal";
}
article.type-page .entry-content h2, article.type-page .entry-content h3, article.type-page .entry-content h4, article.type-page .entry-content h5, article.type-page .entry-content h6, article.type-page .entry-content p {
margin-bottom: 20px;
}
article.type-page .entry-content h2, article.type-page .entry-content h3, article.type-page .entry-content h4, article.type-page .entry-content h5, article.type-page .entry-content h6 {
font-size: 22px;
line-height: 1.1;
font-family: "HelveticaNeueLT W1G Bold 75";
font-weight: bold;
}
article.type-page .entry-content h3, article.type-page .entry-content h4, article.type-page .entry-content h5, article.type-page .entry-content h6 {
font-size: 16px;
line-height: 20px;
}
article.type-page .entry-content a {
color: #AC9E70;
text-decoration: underline;
}
article.type-page .entry-content a:hover {
color: #000000;
}
article.type-page .entry-content p strong {
font-family: "HelveticaNeueLT W1G Bold 75";
}
article.type-page .entry-content .top-content {
margin-bottom: 100px;
}
article.type-page .entry-content .one-column p:last-child {
margin-bottom: 0;
}
article.type-page .entry-content .two-columns {
font-size: 16px;
line-height: 22px;
}
article.type-page .entry-content ul,
article.type-page .entry-content ol {
margin: 0 0 20px 0;
padding-left: 0;
}
article.type-page .entry-content ul {
list-style: none;
}
article.type-page .entry-content ul li:before {
content: "•";
color: #000000;
padding-right: 5px;
}
.cky-consent-container.cky-box-bottom-right {
right: 0;
bottom: 0;
border-radius: 0;
width: 553px;
}
.cky-consent-container.cky-box-bottom-right .cky-consent-bar {
border-radius: 0;
padding-top: 35px;
padding-bottom: 71px;
padding-left: 46px;
}
.cky-consent-container.cky-box-bottom-right .cky-notice {
max-width: 424px;
}
.cky-consent-container .cky-notice .cky-title {
font-family: "HelveticaNeueLT Bold";
font-weight: bold;
font-size: 22px;
line-height: 1.1;
margin-bottom: 20px;
max-width: 220px;
}
.cky-consent-container .cky-notice .cky-notice-des {
font-family: "HelveticaNeueLT Normal";
font-size: 15px;
line-height: 19px;
margin-bottom: 23px;
}
.cky-consent-container .cky-notice .cky-notice-des * {
font-family: "HelveticaNeueLT Normal";
font-size: 15px;
line-height: 19px;
}
.cky-consent-container .cky-notice .cky-btn {
font-family: "HelveticaNeueLT Light";
font-size: 12px;
font-weight: 300;
border-radius: 27px;
line-height: 1;
border-width: 1px;
padding-top: 9px;
padding-bottom: 7px;
-webkit-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
.cky-consent-container .cky-notice .cky-btn:hover {
opacity: 1;
}
.cky-consent-container .cky-notice .cky-btn.cky-btn-customize:hover,
.cky-consent-container .cky-notice .cky-btn.cky-btn-reject:hover {
background: #000000 !important;
color: #ffffff !important;
}
.cky-consent-container .cky-notice .cky-btn.cky-btn-accept:hover {
background: #ffffff !important;
color: #000000 !important;
}
.cky-modal .cky-preference-header .cky-preference-title {
font-family: "HelveticaNeueLT Bold";
font-weight: bold;
font-size: 22px;
line-height: 1.1;
}
.cky-modal .cky-accordion-wrapper .cky-accordion-btn {
font-family: "HelveticaNeueLT Bold";
font-weight: bold;
font-size: 20px;
line-height: 1.1;
}
.cky-modal .cky-preference-content-wrapper * {
font-family: "HelveticaNeueLT Normal";
font-size: 15px;
line-height: 19px;
}
.cky-modal .cky-preference-content-wrapper p {
margin-bottom: 12px;
}
.cky-modal .cky-accordion-header-des * {
font-family: "HelveticaNeueLT Normal";
font-size: 15px;
line-height: 19px;
}
.cky-modal .cky-prefrence-btn-wrapper .cky-btn {
font-family: "HelveticaNeueLT Light";
font-size: 12px;
font-weight: 300;
border-radius: 27px;
line-height: 1;
border-width: 1px;
padding-top: 9px;
padding-bottom: 7px;
-webkit-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
.cky-modal .cky-prefrence-btn-wrapper .cky-btn:hover {
opacity: 1;
}
.cky-modal .cky-prefrence-btn-wrapper .cky-btn.cky-btn-preferences:hover,
.cky-modal .cky-prefrence-btn-wrapper .cky-btn.cky-btn-reject:hover {
background: #000000 !important;
color: #ffffff !important;
}
.cky-modal .cky-prefrence-btn-wrapper .cky-btn.cky-btn-accept:hover {
background: #ffffff !important;
color: #000000 !important;
}
.site-header {
padding: 56px 0 45px;
position: relative;
z-index: 100;
}
.site-header .menu-wrapper {
display: inline-block;
z-index: 10;
position: relative;
}
.site-header .menu-wrapper .main-navigation,
.site-header .menu-wrapper .language-container {
display: inline-block;
float: left;
}
.site-header .menu-wrapper .language-container {
padding-left: 50px;
}
.site-header ul {
list-style: none;
padding: 0;
margin: 0;
display: inline-block;
}
.site-header ul li {
display: inline-block;
float: left;
text-align: left;
font-family: "HelveticaNeueLT Bold";
font-weight: bold;
font-size: 20px;
line-height: 1.1;
}
.site-header ul li.nolink > a {
pointer-events: none;
font-family: "HelveticaNeueLT Light";
font-weight: 300;
}
.site-header ul li.submenu-parent > a {
padding-bottom: 12px;
}
.site-header ul li.menu-hair-dancing-item {
font-family: "HelveticaNeueLT Light";
font-weight: 300;
}
.site-header ul a {
position: relative;
z-index: 10;
}
.site-header ul a:before {
background-color: #000000;
bottom: 0;
content: "";
height: 1px;
right: 0px;
position: absolute !important;
-webkit-transform: scaleX(0);
transform: scaleX(0);
-webkit-transform-origin: right;
transform-origin: right;
-webkit-transition: -webkit-transform 0.4s ease-in-out;
transition: -webkit-transform 0.4s ease-in-out;
transition: transform 0.4s ease-in-out;
transition: transform 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
width: 100% !important;
}
.site-header ul a:hover:before {
-webkit-transform: scaleX(1);
transform: scaleX(1);
-webkit-transform-origin: left;
transform-origin: left;
}
.site-header .menu > li {
margin: 0 10px;
}
.site-header .menu > li:last-child {
margin-right: 0;
}
.site-header .menu > li > .sub-menu {
display: none;
position: absolute;
padding-top: 80px;
top: 20px;
left: 10px;
z-index: 10;
flex-wrap: wrap;
}
.site-header .menu > li > .sub-menu li {
flex-basis: 100%;
max-width: 100%;
padding-bottom: 5px;
}
.site-header .menu > li > .sub-menu li.menu-item-has-children {
flex-basis: 50%;
max-width: 50%;
}
.site-header .menu > li > .sub-menu li.menu-item-has-children.nolink {
margin-top: -33px;
}
.site-header .menu > li > .sub-menu li.mobile-parent-item {
display: none;
}
.site-header .menu li.menu-item-has-children li.menu-item-has-children .sub-menu {
flex-direction: column;
}
.site-header .menu li.menu-item-has-children.hover > a:before {
-webkit-transform: scaleX(1);
transform: scaleX(1);
-webkit-transform-origin: left;
transform-origin: left;
}
.site-header .menu li.menu-item-has-children.hover .sub-menu {
display: flex;
width: 100%;
max-width: 660px;
}
.site-header .menu-language-menu-container li,
.site-header .menu-language-menu-en-container li {
font-family: "HelveticaNeueLT Light";
font-weight: 300;
margin: 0 5px;
}
.site-header .menu-language-menu-container li:last-child,
.site-header .menu-language-menu-en-container li:last-child {
margin-right: 0;
}
.site-header .menu-language-menu-container li.wpml-ls-current-language,
.site-header .menu-language-menu-en-container li.wpml-ls-current-language {
font-family: "HelveticaNeueLT Bold";
font-weight: bold;
}
.site-header .menu-box {
background: #ffffff;
position: absolute;
right: 0;
top: 0;
width: 1080px;
height: 340px;
z-index: 9;
opacity: 0;
-webkit-transform: translateY(-100%);
transform: translateY(-100%);
-webkit-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
}
.site-header .menu-box.reveal {
opacity: 1;
-webkit-transform: translateY(0%);
transform: translateY(0%);
}
.site-header .mobile-back-button {
display: none;
}
.site-header .hamburger {
display: none;
position: absolute;
width: 30px;
height: 60px;
top: 28px;
right: 44px;
-webkit-transition-duration: 0.5s;
transition-duration: 0.5s;
cursor: pointer;
}
.site-header .hamburger .icon-left {
-webkit-transition-duration: 0.5s;
transition-duration: 0.5s;
position: absolute;
height: 3px;
width: 15px;
top: 30px;
background-color: #000000;
}
.site-header .hamburger .icon-left:before {
-webkit-transition-duration: 0.5s;
transition-duration: 0.5s;
position: absolute;
width: 15px;
height: 3px;
background-color: #000000;
content: "";
top: -10px;
}
.site-header .hamburger .icon-left:after {
-webkit-transition-duration: 0.5s;
transition-duration: 0.5s;
position: absolute;
width: 15px;
height: 3px;
background-color: #000000;
content: "";
top: 10px;
}
.site-header .hamburger .icon-right {
-webkit-transition-duration: 0.5s;
transition-duration: 0.5s;
position: absolute;
height: 3px;
width: 15px;
top: 30px;
background-color: #000000;
left: 15px;
}
.site-header .hamburger .icon-right:before {
-webkit-transition-duration: 0.5s;
transition-duration: 0.5s;
position: absolute;
width: 15px;
height: 3px;
background-color: #000000;
content: "";
top: -10px;
}
.site-header .hamburger .icon-right:after {
-webkit-transition-duration: 0.5s;
transition-duration: 0.5s;
position: absolute;
width: 15px;
height: 3px;
background-color: #000000;
content: "";
top: 10px;
}
.site-header .hamburger.open .icon-left {
-webkit-transition-duration: 0.5s;
transition-duration: 0.5s;
background: transparent;
}
.site-header .hamburger.open .icon-left:before {
-webkit-transform: rotateZ(45deg) scaleX(1.4) translate(2px, 2px);
transform: rotateZ(45deg) scaleX(1.4) translate(2px, 2px);
}
.site-header .hamburger.open .icon-left:after {
-webkit-transform: rotateZ(-45deg) scaleX(1.4) translate(2px, -2px);
transform: rotateZ(-45deg) scaleX(1.4) translate(2px, -2px);
}
.site-header .hamburger.open .icon-right {
-webkit-transition-duration: 0.5s;
transition-duration: 0.5s;
background: transparent;
}
.site-header .hamburger.open .icon-right:before {
-webkit-transform: rotateZ(-45deg) scaleX(1.4) translate(-2px, 2px);
transform: rotateZ(-45deg) scaleX(1.4) translate(-2px, 2px);
}
.site-header .hamburger.open .icon-right:after {
-webkit-transform: rotateZ(45deg) scaleX(1.4) translate(-2px, -2px);
transform: rotateZ(45deg) scaleX(1.4) translate(-2px, -2px);
}
.site-header.absolute-pos {
position: absolute;
width: 100%;
top: 0;
left: 0;
}
.site-footer {
background: #000000;
padding: 78px 0 100px;
}
.site-footer .site-info a:before {
content: none;
}
.site-footer .col2 .parent-website {
display: none;
}
.site-footer .mobile-col-1 .language-switcher {
display: none;
}
.site-footer p {
color: #ffffff;
}
.site-footer ul {
list-style: none;
padding: 0;
margin: 0;
display: inline-block;
}
.site-footer ul li {
font-family: "HelveticaNeueLT Bold";
font-weight: bold;
font-size: 20px;
line-height: 1.1;
margin-bottom: 5px;
}
.site-footer ul li:last-child {
margin-bottom: 0;
}
.site-footer ul li.footer-hair-dancing-item {
font-family: "HelveticaNeueLT Light";
font-weight: 300;
margin-top: 22px;
}
.site-footer a {
color: #ffffff;
position: relative;
}
.site-footer a:before {
background-color: #ffffff;
bottom: 0;
content: "";
height: 1px;
right: 0px;
position: absolute !important;
-webkit-transform: scaleX(0);
transform: scaleX(0);
-webkit-transform-origin: right;
transform-origin: right;
-webkit-transition: -webkit-transform 0.4s ease-in-out;
transition: -webkit-transform 0.4s ease-in-out;
transition: transform 0.4s ease-in-out;
transition: transform 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
width: 100% !important;
}
.site-footer a:hover:before {
-webkit-transform: scaleX(1);
transform: scaleX(1);
-webkit-transform-origin: left;
transform-origin: left;
}
.site-footer .address {
margin-bottom: 30px;
}
.site-footer .address .title {
margin-bottom: 13px;
}
.site-footer .address .textarea p {
margin-bottom: 19px;
}
.site-footer .address .textarea p:last-child {
margin-bottom: 0;
}
.site-footer .newsletter .title {
margin-bottom: 19px;
}
.site-footer .newsletter .textarea p {
margin-bottom: 14px;
}
.site-footer .newsletter .textarea p:last-child {
margin-bottom: 0;
}
.site-footer .parent-website {
margin-bottom: 22px;
}
.site-footer .parent-website a:before {
-webkit-transform: scaleX(1);
transform: scaleX(1);
}
.site-footer .social a {
margin-right: 8px;
font-size: 37px;
}
.site-footer .social a:last-child {
margin-right: 0;
}
.site-footer .social a:before {
content: none;
}
.site-footer .useful-links {
margin-top: 27px;
}
.site-footer .useful-links ul li {
font-family: "HelveticaNeueLT Light";
font-weight: 300;
font-size: 14px;
line-height: 18px;
}
.site-footer .language-switcher {
margin-top: 28px;
}
.site-footer .language-switcher ul li {
display: inline-block;
float: left;
}
.site-footer .language-switcher ul li {
font-family: "HelveticaNeueLT Light";
font-weight: 300;
margin: 0 5px;
}
.site-footer .language-switcher ul li:first-child {
margin-left: 0;
}
.site-footer .language-switcher ul li:last-child {
margin-right: 0;
}
.site-footer .language-switcher ul li.wpml-ls-current-language {
font-family: "HelveticaNeueLT Bold";
font-weight: bold;
}
.newsletter-subscription {
margin-top: 50px;      }
.newsletter-subscription form {
max-width: 293px;
text-align: center;
position: relative;
}
.newsletter-subscription input[type=email] {
width: 100%;
background: transparent;
border: unset;
border-bottom: 1px solid #FFFFFF;
font-size: 16px;
line-height: 20px;
font-family: "HelveticaNeueLT Light";
font-weight: 300;
border-radius: 0;
padding: 0 0 6px 0;
color: #696969;
text-align: left;
}
.newsletter-subscription button,
.newsletter-subscription input[type=submit] {
font-family: "HelveticaNeueLT Light";
font-weight: 300;
font-size: 14px;
line-height: 16px;
padding: 10px 18px 7px;
background: #ffffff;
border: 1px solid #ffffff;
color: #000000;
border-radius: 17px;
margin-top: 52px;
cursor: pointer;
-webkit-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
.newsletter-subscription button:hover,
.newsletter-subscription input[type=submit]:hover {
background: #000000;
color: #ffffff;
border-color: #ffffff;
}
.newsletter-subscription .custom-checkbox {
margin-top: 21px;
}
.newsletter-subscription .custom-checkbox .wpcf7-list-item {
position: relative;
margin: 0;
}
.newsletter-subscription .custom-checkbox p {
font-size: 12px;
line-height: 1.2;
font-family: "HelveticaNeueLT Light";
font-weight: 300;
color: #696969;
padding-left: 0;
text-align: left;
}
.newsletter-subscription .custom-checkbox .wpcf7-acceptance input {
position: absolute;
top: 0;
left: 0;
cursor: pointer;
height: 0;
width: 0;
opacity: 0;
color: #ffffff;
}
.newsletter-subscription .custom-checkbox .wpcf7-acceptance a {
font-size: 12px;
line-height: 1.2;
font-family: "HelveticaNeueLT Light";
font-weight: 300;
color: #696969;
}
.newsletter-subscription .custom-checkbox .wpcf7-acceptance a:before {
background-color: #696969;
}
.newsletter-subscription .custom-checkbox .wpcf7-list-item-label {
padding-left: 35px;
display: inline-block;
cursor: pointer;
}
.newsletter-subscription .custom-checkbox .checkbox {
position: absolute;
top: 0;
left: 0;
background-color: transparent;
width: 17px;
height: 17px;
border: 1px solid #707070;
border-radius: 50%;
}
.newsletter-subscription .custom-checkbox:hover .checkbox {
background-color: #ccc;
}
.newsletter-subscription .custom-checkbox input:checked ~ .wpcf7-list-item-label .checkbox {
background-color: #ffffff;
}
.newsletter-subscription .custom-checkbox .wpcf7-list-item-label:after {
content: "";
position: absolute;
display: none;
}
.newsletter-subscription .custom-checkbox input:checked ~ .wpcf7-list-item-label:after {
display: block;
}
.newsletter-subscription .custom-checkbox .wpcf7-list-item-label:after {
left: 5px;
top: 2px;
width: 5px;
height: 10px;
border: solid #000000;
border-width: 0 3px 3px 0;
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
}
.newsletter-subscription .wpcf7-not-valid-tip {
font-size: 15px;
line-height: 16px;
color: #ffffff;
font-family: "HelveticaNeueLT Light";
font-weight: 300;
padding-top: 5px;
}
.newsletter-subscription .wpcf7-spinner {
position: absolute;
right: 0;
left: 0;
margin: 0 auto;
bottom: 4px;
}
.newsletter-subscription .checkbox-container {
display: block;
position: relative;
padding-left: 35px;
margin-top: 21px;
margin-bottom: 0;
cursor: pointer;
font-size: 12px;
line-height: 1.2;
font-family: "HelveticaNeueLT Light";
font-weight: 300;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
color: #696969;
text-align: left;
}
.newsletter-subscription .checkbox-container p {
color: #696969;
}
.newsletter-subscription .checkbox-container input {
position: absolute;
opacity: 0;
cursor: pointer;
height: 0;
width: 0;
color: #ffffff;
}
.newsletter-subscription .checkmark {
position: absolute;
top: 0;
left: 0;
background-color: transparent;
width: 17px;
height: 17px;
border: 1px solid #707070;
border-radius: 50%;
}
.newsletter-subscription .checkbox-container:hover input ~ .checkmark {
background-color: #ccc;
}
.newsletter-subscription .checkbox-container input:checked ~ .checkmark {
background-color: #ffffff;
}
.newsletter-subscription .checkmark:after {
content: "";
position: absolute;
display: none;
}
.newsletter-subscription .checkbox-container input:checked ~ .checkmark:after {
display: block;
}
.newsletter-subscription .checkbox-container .checkmark:after {
left: 5px;
top: 2px;
width: 5px;
height: 10px;
border: solid #000000;
border-width: 0 3px 3px 0;
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
}
.wpcf7 form.sent .wpcf7-response-output,
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output,
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
margin: 0;
padding: 0;
border: unset;
font-size: 14px;
line-height: 1.2;
margin-top: 5px;
color: #ffffff;
margin-top: 20px;
text-align: left;
font-family: "HelveticaNeueLT Light";
font-weight: 300;
}
.trialogo .tria_logo a {
color: #696969;
padding-right: 38px;
position: relative;
display: inline-block;
font-size: 14px;
}
.trialogo .tria_logo a:before {
content: none;
}
.trialogo .tria_logo a img {
display: inline-block;
position: absolute;
right: 0;
top: -9px;
-webkit-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
.trialogo .tria_logo a:hover img {
animation: scaleUp 0.6s ease-in-out 1;
-webkit-animation: scaleUp 0.6s ease-in-out 1;
-moz-animation: scaleUp 0.6s ease-in-out 1;
-o-animation: scaleUp 0.6s ease-in-out 1;
}
@-webkit-keyframes scaleUp {
0%, 100% {
-webkit-transform: scale(1);
}
50% {
-webkit-transform: scale(1.2);
}
} .hero-carousel-section {
margin-bottom: 76px;
}
.hero-carousel-section video,
.hero-carousel-section img {
width: 100%;
height: 100%;
-o-object-fit: cover;
object-fit: cover;
}
.hero-carousel-section .play-sound {
position: absolute;
left: 20px;
bottom: 48px;
cursor: pointer;
color: #ffffff;
z-index: 10;
}
.hero-carousel-section .play-sound.muted:before {
content: "";
position: absolute;
left: 9px;
top: -3px;
height: 24px;
width: 2px;
background: #ffffff;
-webkit-transform: rotate(-45deg);
transform: rotate(-45deg);
}
.hero-carousel-section .play-sound.muted:after {
content: "";
position: absolute;
right: 9px;
top: -4px;
height: 24px;
width: 2px;
background: #ffffff;
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
}
.hero-carousel-section .item {
position: relative;
}
.hero-carousel-section .item .slider-text {
position: absolute;
left: 140px;
bottom: 300px;
}
.hero-carousel-section .item .slider-text p,
.hero-carousel-section .item .slider-text a {
color: #ffffff;
}
.hero-carousel-section .item .slider-text a {
padding-top: 61px;
text-decoration: underline;
}
.hero-carousel-section .owl-theme .owl-dots {
bottom: 30px;
margin-top: 0 !important;
}
.hero-carousel-section .mobileVideo {
display: none;
}
.owl-theme {
position: relative;
}
.owl-theme .owl-dots {
margin-top: 0;
position: absolute;
bottom: 45px;
right: 0;
left: 0;
margin: 0 auto;
}
.owl-theme .owl-dots .owl-dot span {
width: 16px;
height: 16px;
margin: 0;
margin-right: 3px;
background: #ffffff;
opacity: 0.42;
}
.owl-theme .owl-dots .owl-dot:hover span {
opacity: 1;
}
.owl-theme .owl-dots .owl-dot:last-child span {
margin-right: 0;
}
.owl-theme .owl-dots .owl-dot.active span {
background: #ffffff;
opacity: 1;
}
.homepage-product-row {
overflow-x: hidden;
}
.homepage-product-row .bg_image {
max-width: 1080px;
height: 100%;
-o-object-fit: cover;
object-fit: cover;
}
.homepage-product-row .color-title {
font-family: "HelveticaNeueLT Bold";
font-weight: bold;
font-size: 109px;
line-height: 1.1;
position: absolute;
top: 77px;
right: -143px;
}
.homepage-product-row .color-title span {
font-family: "HelveticaNeueLT Light Italic";
font-weight: normal;
font-style: italic;
font-size: 65px;
padding-right: 10px;
}
.homepage-product-row .color-textarea {
margin-bottom: 30px;
text-align: left;
}
.homepage-product-row .contentArea {
display: inline-block;
margin: 0 auto;
text-align: center;
width: 100%;
}
.homepage-product-row .textArea {
display: inline-block;
padding-top: 186px;
padding-left: 40%;
}
.homepage-product-row .promo-image img {
max-width: 222px;
height: 310px;
-o-object-fit: cover;
object-fit: cover;
}
.homepage-product-row .roundedButton {
margin-top: 16px;
margin-bottom: 77px;
}
.homepage-product-row .absolute-elements {
position: absolute;
top: 0;
left: 0;
width: 100%;
}
.homepage-product-row.right-text .color-title {
right: unset;
left: -110px;
}
.homepage-product-row.right-text .textArea {
padding-left: 58px;
}
.homepage-two-column-banners {
margin-top: 71px;
}
.homepage-two-column-banners .banner-row {
display: flex;
flex-wrap: wrap;
}
.homepage-two-column-banners .banner-row .col1,
.homepage-two-column-banners .banner-row .col2 {
max-width: 50%;
flex-basis: 50%;
}
.homepage-two-column-banners .banner-row img {
height: 100%;
-o-object-fit: cover;
object-fit: cover;
}
.homepage-two-column-banners .mobile-link {
display: none;
}
.homepage-two-column-banners .banner-text {
position: absolute;
top: 43px;
left: 34px;
}
.homepage-two-column-banners .banner-text .textarea {
margin-bottom: 30px;
padding-right: 20px;
}
.homepage-two-column-banners .banner-text a {
background: -webkit-gradient(linear, left top, right top, from(#000), to(#000)), -webkit-gradient(linear, left top, right top, from(transparent));
background: linear-gradient(to right, #000, #000), linear-gradient(to right, transparent);
background-size: 100% 1px, 0 1px;
background-position: 100% calc(100% - 6px), 0px 100%;
background-repeat: no-repeat;
-webkit-transition: background-size 0.4s;
transition: background-size 0.4s;
color: #000;
position: relative;
}
.homepage-two-column-banners .banner-text a:before {
content: "";
position: absolute;
bottom: 6px;
left: 0;
width: 0;
height: 1px;
background-color: #000;
-webkit-transition: all 0.4s ease-in-out 0.2s;
transition: all 0.4s ease-in-out 0.2s;
}
.homepage-two-column-banners .banner-text a:hover {
background-size: 0 1px, 100% 1px;
}
.homepage-two-column-banners .banner-text a:hover:before {
width: 100%;
background: #000;
}
.homepage-two-column-banners .color_white { }
.homepage-two-column-banners .color_white a {
color: #ffffff;
background: -webkit-gradient(linear, left top, right top, from(#fff), to(#fff)), -webkit-gradient(linear, left top, right top, from(transparent));
background-size: 100% 1px, 0 1px;
background-position: 100% calc(100% - 6px), 0px 100%;
background-repeat: no-repeat;
}
.homepage-two-column-banners .color_white a:before {
background-color: #fff;
}
.homepage-two-column-banners .color_white a:hover:before {
background: #fff;
}
.homepage-two-column-banners .color_white p,
.homepage-two-column-banners .color_white a {
color: #ffffff;
}
.homepage-series-section {
margin-top: 50px;
margin-bottom: 152px;
}
.homepage-series-section .bg_image {
height: 100%;
-o-object-fit: cover;
object-fit: cover;
}
.homepage-series-section .series-textrow {
max-width: 1200px;
}
.homepage-series-section .nav-tabs,
.homepage-series-section .mobile-title {
display: none;
}
.homepage-series-section .title {
position: relative;
display: inline-block;
padding-top: 80px;
padding-left: 145px;
}
.homepage-series-section .title .text1 {
display: inline-block;
width: 100%;
text-align: left;
padding-left: 100px;
}
.homepage-series-section .title .text2 {
display: inline-block;
float: left;
padding-right: 10px;
}
.homepage-series-section .title .text3 {
display: inline-block;
float: left;
}
.homepage-series-section .textarea {
padding-top: 15px;
padding-bottom: 50px;
display: inline-block;
margin-left: 127px;
text-align: center;
min-height: 141px;
line-height: 25px;
}
.homepage-series-section .series-link {
margin: 80px auto 0;
padding-bottom: 93px;
text-align: center;
}
.homepage-series-section .series-product img {
width: auto;
margin: 0 auto;
}
.homepage-series-section .negative-margin {
margin-left: -162px;
margin-right: 162px;
max-width: 1196px;
}
.homepage-series-section .product-item {
width: 100%;
background-color: #ffffff;
}
.homepage-series-section .owl-theme .owl-dots {
bottom: -50px;
z-index: 9999;
margin-top: 0;
}
.homepage-series-section .owl-theme .owl-dots .owl-dot span {
background: #000000;
}
.homepage-promo-banner {
margin-top: 152px;
}
.homepage-promo-banner .banner-row {
position: relative;
}
.homepage-promo-banner .banner-row .sticker {
position: absolute;
right: 8.333%;
top: 0; }
.homepage-promo-banner .banner-row .bg-image {
width: 100%;
height: auto;
}
.homepage-promo-banner .banner-row .bg-image-mobile {
display: none;
}
.homepage-promo-banner .banner-row .small-text {
color: #868686;
font-size: 10px;
text-align: center;
position: absolute;
bottom: 58px;
right: 0;
left: 0;
margin: 0 auto;
}
.homepage-promo-banner .title {
position: absolute;
top: -64px;
right: 0;
left: 0;
margin: 0 auto;
text-align: center;
}
.homepage-promo-banner .title em {
font-family: "HelveticaNeueLT Light Italic";
font-weight: normal;
font-style: italic;
font-size: 35px;
line-height: 38px;
}
.homepage-promo-banner .title p {
font-family: "HelveticaNeueLT Bold";
font-weight: bold; }
.homepage-promo-banner .title .title-wrapper {
display: inline-block;
width: auto;
text-align: left;
}
.homepage-promo-banner .title .mobile-title {
display: none;
}
.homepage-promo-banner .title strong {
padding-left: 125px;
font-size: 65px;
line-height: 68px;
}
.color-video-section {
margin-bottom: 107px;
}
.color-video-section video {
width: 100%;
height: auto;
}
.color-video-section .play-sound {
position: absolute;
bottom: 20px;
left: 20px;
color: white;
cursor: pointer;
}
.color-video-section .play-sound.muted:before {
content: "";
position: absolute;
left: 9px;
top: -3px;
height: 24px;
width: 2px;
background: #ffffff;
-webkit-transform: rotate(-45deg);
transform: rotate(-45deg);
}
.color-video-section .play-sound.muted:after {
content: "";
position: absolute;
right: 9px;
top: -4px;
height: 24px;
width: 2px;
background: #ffffff;
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
}
.shadeCategory {
position: relative;
padding-top: 170px;
margin-bottom: 55px;
}
.shadeCategory .backgoundImage {
position: absolute;
bottom: 0;
top: 0;
left: 0;
z-index: 1;
}
.shadeCategory .backgoundImage img {
height: 100%;
-o-object-fit: cover;
object-fit: cover;
}
.shadeCategory .shadeProducts {
position: relative;
z-index: 2;
}
.shadeCategory .shadeProducts .site-wrapper {
max-width: 1196px;
margin: 0 auto;
}
.shadeCategory .categoryName {
position: absolute;
top: 75px;
right: 80px;
left: 0;
max-width: 1598px;
margin: 0 auto;
display: inline-block;
z-index: 2;
text-align: right;
}
.shadeCategory .categoryName .text {
display: inline-block;
}
.shadeCategory .categoryName span {
display: inline-block;
float: left;
padding-right: 9px;
}
.shadeCategory .categoryName a:before {
height: 3px;
bottom: 14px;
}
.shadeCategory .product-item {
background: #F4F4F4;
}
.shadeCategory .owl-carousel .owl-stage {
display: flex !important;
}
.shadeCategory .owl-carousel .item {
height: 100%;
}
.shadeCategory .owl-carousel .owl-item {
text-align: center;
}
.shadeCategory .owl-carousel .owl-item img {
width: auto;
margin: 0 auto; max-width: 210px;
max-height: 410px;
}
.shadeCategory .owl-carousel .owl-nav {
margin-top: 0;
}
.shadeCategory .owl-carousel .owl-nav .owl-prev {
display: none;
}
.shadeCategory .owl-carousel .owl-nav .owl-next {
position: absolute;
top: 0;
right: -161px;
font-size: 83px;
margin: 0;
}
.shadeCategory .owl-carousel .owl-nav .owl-next:hover {
background: unset;
color: #000000;
}
.shades {
background: #000000;
padding-bottom: 219px;
padding-top: 142px;
margin-bottom: 29px;
position: relative;
}
.shades .redLine {
width: 100%;
height: 113px;
background: transparent -webkit-gradient(linear, left top, left bottom, from(#000000), color-stop(46%, #E91650), to(#000000)) 0% 0% no-repeat padding-box;
background: transparent linear-gradient(180deg, #000000 0%, #E91650 46%, #000000 100%) 0% 0% no-repeat padding-box;
position: absolute;
top: 245px;
}
.shades .colorHeader .textWrapper {
display: inline-block;
position: relative;
width: 100%;
}
.shades .colorHeader .text2 {
position: absolute;
top: 0;
left: 210px;
}
.shades .colorHeader .text3 {
position: absolute;
top: 30px;
left: 255px;
}
.shades .colorHeader .down-arrow {
color: white;
font-size: 44px;
padding-top: 15px;
padding-bottom: 85px;
display: inline-block;
padding-left: 68px;
position: relative;
z-index: 1;
}
.shades .colorItems {
display: flex;
flex-wrap: wrap;
justify-content: center;
}
.shades .colorItem {
max-width: 268px;
flex-basis: auto;
flex-grow: 1;
padding: 0 5px;
border-radius: 28px;
overflow: hidden;
position: relative;
}
.shades .colorItem a {
width: 100%;
border-radius: 28px;
position: relative;
overflow: hidden;
}
.shades .colorItem img {
width: 100%;
}
.shades .colorItem .hover-image {
position: absolute;
top: 0;
right: 0;
left: 0;
margin: 0 auto;
text-align: center;
line-height: 0;
opacity: 0;
-webkit-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
background-color: #ffffff;
width: 100%;
height: 100%;
overflow: hidden;
border-radius: 28px;
}
.shades .colorItem .hover-image img {
width: auto;
}
.shades .colorItem:hover .hover-image {
opacity: 1;
}
.shades .break-column {
flex-basis: 100%;
width: 0;
}
.infoBox {
padding: 71px 0 126px;
}
.infoBox .row {
margin-left: -5px;
margin-right: -5px;
}
.infoBox .row .col-md-5.col-xs-12 {
padding-left: 5px;
padding-right: 5px;
}
.infoBox .box {
background: #EDE9E6;
border-radius: 25px;
overflow: hidden;
width: 100%;
height: 100%;
padding: 20px 34px 100px;
}
.infoBox .box .icon {
font-size: 86px;
display: inline-block;
margin-bottom: 50px;
text-align: left;
width: 100%;
}
.infoBox .box .textarea {
max-width: 538px;
text-align: left;
}
.infoBox .box .title {
display: inline-block;
width: 100%;
text-align: left;
padding-bottom: 37px;
}
.infoBox .box .title span {
display: block;
}
.infoBox .box .title span.bold {
padding-left: 111px;
}
.hd-page .color-term-header h1 {
top: -24px;
text-transform: uppercase;
}
.hd-page .color-term-header-section {
margin-bottom: 210px;
}
.hd-page .hairdancing-banner {
padding-top: 38px;
padding-bottom: 40px;
margin-bottom: 0;
}
.hd-section {
min-height: 370px;
}
.hd-section .site-wrapper {
position: relative;
}
.hd-section .title {
position: absolute;
}
.hd-section .textarea {
margin: 45px 0 126px 102px;
position: relative;
}
.hd-section .textarea:before {
content: "\e900";
font-family: "Farcom";
position: absolute;
left: -53px;
top: 0;
font-size: 40px;
}
.hd-section .textarea p {
font-size: 20px;
line-height: 25px;
margin-bottom: 20px;
}
.hd-section .textarea p:last-child {
margin-bottom: 0;
}
.hd-section .textarea ul {
padding: 0;
margin: 65px 0 0;
list-style: none;
font-size: 25px;
line-height: 1;
font-family: "HelveticaNeueLT Light";
font-weight: 300;
display: inline-block;
}
.hd-section .textarea ul li {
padding: 16px 0;
border-top: 1px solid #000000;
}
.hd-section .textarea ul li:last-child {
border-bottom: 1px solid #000000;
}
.hd-section .video-col video,
.hd-section .video-col img {
width: 100%;
max-width: 928px;
position: absolute;
-webkit-clip-path: inset(1px 1px);
clip-path: inset(1px 1px);
outline: none;
}
.hd-section .video-col video:focus,
.hd-section .video-col img:focus {
outline: none;
}
.hd-color-section {
margin-bottom: 417px;
}
.hd-color-section .title {
left: 0;
top: -29px;
}
.hd-color-section .video-col video,
.hd-color-section .video-col img {
top: -127px;
}
.hd-motion-section {
margin-bottom: 649px;
}
.hd-motion-section .title {
left: 124px;
top: -25px;
}
.hd-motion-section .textarea {
margin-top: 49px;
margin-left: 59px;
}
.hd-motion-section .textarea:before {
content: "\e90b";
}
.hd-motion-section .video-col video,
.hd-motion-section .video-col img {
top: -143px;
}
.hd-freedom-section {
margin-bottom: 489px;
}
.hd-freedom-section .title {
left: 0;
top: -13px;
}
.hd-freedom-section .textarea {
margin-top: 65px;
}
.hd-freedom-section .video-col video,
.hd-freedom-section .video-col img {
top: -139px;
}
.hd-hashtag {
margin-bottom: 160px;
padding-top: 100px;
}
.hashtag-box {
background: #000000;
border-radius: 30px;
padding: 66px 66px 54px;
max-width: 791px;
margin: 0 auto;
text-align: center;
color: #ffffff;
}
.hashtag-box .text1 {
font-size: 25px;
line-height: 28px;
margin-bottom: 21px;
}
.hashtag-box .text2 {
font-size: 20px;
line-height: 25px;
margin-bottom: 122px;
}
.hashtag-box .hashtag-top-text {
font-size: 25px;
line-height: 28px;
margin-bottom: 36px;
}
.hashtag-box .hashtag-text {
font-size: 71px;
}
.hashtag-box .hashtag-bottom-text {
font-size: 25px;
line-height: 28px;
margin-top: 30px;
}
.hashtag-box .social {
margin-top: 100px;
}
.hashtag-box .social a {
color: #ffffff;
margin: 0 4px;
font-size: 37px;
}
.single-product {
background-color: #F7F7F7;
}
.single-product .product-container {
overflow: hidden;
margin-left: 0;
margin-right: 0;
}
.single-product .entry-content {
margin-top: 48px;
}
.single-product .description {
margin-bottom: 83px;
}
.single-product .mobile-title {
display: none;
}
.productGallery.owl-carousel {
max-width: 750px;
}
.productGallery.owl-carousel .owl-item img {
width: auto;
margin: 0 auto;
max-width: 750px;
}
.productGallery.owl-carousel .owl-nav {
margin-top: 0;
}
.productGallery.owl-carousel .owl-nav button {
position: absolute;
top: 50%;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
font-size: 65px;
margin: 0;
}
.productGallery.owl-carousel .owl-nav button:hover {
background: none;
color: #000000;
}
.productGallery.owl-carousel .owl-nav .owl-prev {
left: 42px;
}
.productGallery.owl-carousel .owl-nav .owl-next {
right: 42px;
}
.instagram-section {
padding: 160px 0 190px;
background-color: #ffffff;
}
.instagram-section .instaBox {
background: linear-gradient(to right, white 25px, black 25px);
max-width: 1000px;
margin: 0 auto;
max-height: 533px;
border-radius: 25px;
overflow: hidden;
position: relative;
display: flex;
align-items: center;
}
.instagram-section .instaBox .col1,
.instagram-section .instaBox .col2 {
flex-basis: 0;
-ms-flex-positive: 1;
flex-grow: 1;
text-align: center;
}
.instagram-section .instaBox .imageBox img {
border-radius: 25px;
overflow: hidden;
}
.instagram-section .instaBox .hashtag {
font-size: 43px;
line-height: 1.1;
}
.instagram-section .instaBox .content a {
color: #ffffff;
}
.instagram-section .instaBox .content a span:nth-of-type(2) {
padding-right: 6px;
}
.instagram-section .instaBox .content .social a {
font-size: 52px;
margin: 50px 8px 0;
}
.product-color-section { }
.product-color-section .colorName {
padding-top: 135px;
padding-bottom: 184px;
}
.product-color-section .colorRow {
margin-top: -149px;
}
.product-color-section .text {
display: inline-block;
}
.product-color-section .text .text2,
.product-color-section .text .text3 {
display: inline-block;
float: left;
}
.product-color-section .text .text2 {
padding-right: 7px;
}
.product-color-section .text .mobile_text2 {
display: none;
}
.product-color-section .text .mobile-arrow {
display: none;
}
.product-color-section .colorItems {
display: flex;
flex-wrap: wrap;
justify-content: center;
}
.product-color-section .colorItem {
max-width: 268px;
flex-basis: auto;
flex-grow: 1;
padding: 0 5px;
border-radius: 28px;
overflow: hidden;
position: relative;
}
.product-color-section .colorItem a {
width: 100%;
border-radius: 28px;
position: relative;
overflow: hidden;
}
.product-color-section .colorItem img {
width: 100%;
}
.product-color-section .colorItem .hover-image {
position: absolute;
top: 0;
right: 0;
left: 0;
margin: 0 auto;
text-align: center;
line-height: 0;
opacity: 0;
-webkit-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
background-color: #ffffff;
width: 100%;
height: 100%;
overflow: hidden;
border-radius: 28px;
}
.product-color-section .colorItem .hover-image img {
width: auto;
}
.product-color-section .colorItem:hover .hover-image {
opacity: 1;
}
.product-color-section .break-column {
flex-basis: 100%;
width: 0;
}
.related-products {
padding-top: 162px;
}
.related-products .text {
display: inline-block;
}
.related-products .text .text1 {
padding-left: 55px;
}
.related-products .text .text2,
.related-products .text .text3 {
display: inline-block;
float: left;
}
.related-products .text .text2 {
padding-right: 7px;
}
.related-products .down-arrow {
font-size: 25px;
display: block;
padding-left: 279px;
}
.related-products .product-item {
background: #F7F7F7;
}
.related-products .relatedProductsRow {
margin-top: 65px;
}
.related-products .relatedProductsRow .row {
margin-left: -5px;
margin-right: -5px;
}
.related-products .relatedProductsRow .col-md-3.col-xs-12 {
padding-left: 5px;
padding-right: 5px;
}
.slider {
display: inline-block;
width: 30px;
height: 9px;
border-radius: 6px;
background-color: #000000;
position: absolute;
z-index: 8;
bottom: 0;
-webkit-transition: all 0.4s linear;
transition: all 0.4s linear;
}
.slider-line {
position: absolute;
z-index: 8;
bottom: 4px;
left: 0;
width: 100%;
background-color: #000000;
height: 1px;
}
.tab-pane {
padding: 43px 14px 0;
}
.nav-tabs {
position: relative;
border: none !important;
border-radius: 6px;
}
.nav-tabs li {
margin: 0px !important;
flex-basis: auto;
flex-grow: 1;
text-align: center;
}
.nav-tabs li a {
position: relative;
margin-right: 0px !important;
padding: 0px 20px 15px !important;
font-size: 18px;
border: none !important;
color: #000000;
}
.nav-tabs li a:hover {
border: none;
}
.nav-tabs .active {
background-color: transparent !important;
border: none !important;
color: #000000 !important;
}
.tab-content ul {
padding: 0 0 0px 14px;
margin: 0 0 20px;
}
.tab-content ul li::marker {
font-size: 20px;
}
.tab-content ol {
padding: 0 0 0px 17px;
margin: 0 0 20px;
}
.tab-content p {
margin-bottom: 20px;
}
.tab-content a {
text-decoration: underline;
}
.tab-content .image-with-text {
display: flex;
align-items: flex-end;
padding-bottom: 20px;
padding-top: 28px;
}
.tab-content .image-with-text img {
width: 135px;
height: auto;
}
.tab-content .image-with-text em {
padding-left: 35px;
font-family: "HelveticaNeueLT Normal";
font-weight: normal;
font-style: normal;
font-size: 10px;
line-height: 1.1;
color: #868686;
}
.category-page-header {
background: #F7F7F7;
margin-bottom: 93px;
padding-top: 55px; }
.category-page-header h1 {
font-family: "HelveticaNeueLT Bold";
font-weight: bold;
font-size: 65px;
line-height: 1;
}
.category-page-header h1 span {
font-family: "HelveticaNeueLT Light Italic";
font-size: 35px;
line-height: 1.1;
font-weight: normal;
font-style: italic;
display: block;
}
.category-page-header h1 p {
font-family: "HelveticaNeueLT Bold";
font-weight: bold;
font-size: 65px;
line-height: 1;
}
.category-page-header .archive-description {
margin-top: 20px;
margin-bottom: 60px;
font-size: 20px;
line-height: 25px;
max-width: 630px;
padding-left: 80px;
}
.category-page-header .archive-description p {
margin-bottom: 20px;
}
.category-page-header .down-arrow {
font-size: 44px;
padding-left: 80px;
}
.category-page-header .bottom-image {
margin-left: 91px;
padding-top: 43px;
max-width: 473px;
max-height: 650px;
-o-object-fit: cover;
object-fit: cover;
-webkit-clip-path: inset(1px 1px);
clip-path: inset(1px 1px);
outline: none;
}
.category-page-header .bottom-image:focus {
outline: none;
}
.category-page-header .top-image {
position: absolute;
right: 70px;
top: 0;
}
.category-page-header .sticker-row {
margin: 0 auto;
position: relative;
}
.category-page-header .sticker-row .row {
justify-content: flex-end;
}
.category-page-header .sticker {
position: absolute;
top: -100px;
}
.category-page-header .sticker .text {
padding-top: 30px;
color: #868686;
font-size: 10px;
line-height: 14px;
}
.category-page-header.subcategory-header {
margin-bottom: 0;
padding-bottom: 20px;
padding-top: 100px;
}
.category-page-header.subcategory-header .archive-description {
padding-top: 0;
}
.subcat-wrapper {
max-width: 1598px;
margin: 0 161px;
}
.subcat-wrapper .products-row img {
width: auto;
height: auto;
max-width: 202px;
}
.product-item {
position: relative;
height: 100%;
width: 100%; padding: 0 20px 44px 32px;
text-align: center; }
.product-item .product-title {
font-family: "HelveticaNeueLT Light";
font-weight: 300;
font-size: 18px;
line-height: 20px; text-align: left;
}
.product-item .product-title strong {
font-family: "HelveticaNeueLT Bold";
font-weight: bold;
font-size: 20px;
line-height: 1;
}
.product-item .hover-item {
position: absolute;
top: 0;
left: 0;
text-align: center;
margin: 0 auto;
width: 100%;
height: 100%;
-webkit-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
opacity: 0;
background: #FFFFFF;
}
.product-item .hover-item span {
position: absolute;
top: 50%;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
right: 0;
left: 0;
margin: 0 auto;
font-family: "HelveticaNeueLT Bold";
font-size: 20px;
line-height: 1.1;
font-weight: bold;
text-decoration: underline;
text-decoration-thickness: 1px;
}
.product-item .hover-item .toufa {
position: absolute;
top: 50%;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
right: 0;
left: 0;
margin: 0 auto;
border-radius: 28px;
max-width: unset;
}
.product-item:hover .hover-item {
opacity: 1;
background: rgba(255, 255, 255, 0.9);
}
.subcategory {
padding: 75px 0 87px;
}
.subcategory .subcat-title {
position: relative;
line-height: 1;
}
.subcategory .subcat-title em {
font-family: "HelveticaNeueLT Light Italic";
font-weight: normal;
font-style: italic;
font-size: 35px;
line-height: 1.1;
display: block;
width: 100%;
padding-left: 80px;
}
.subcategory.dark_bg {
background: #000000;
}
.subcategory.dark_bg .subcat-title {
color: #ffffff;
}
.subcategory.dark_bg .product-item {
background: #ffffff;
}
.subcategory.light_bg {
background: #F7F7F7;
}
.subcategory.light_bg .product-item {
background: #ffffff;
}
.row.products-row {
margin-left: -5px;
margin-right: -5px;
}
.row.products-row > div {
padding-right: 5px;
padding-left: 5px;
margin-bottom: 10px;
}
.hairdancing-banner {
padding: 80px 0 70px;
margin-bottom: 137px;
}
.hairdancing-banner .roundedButton {
margin-top: 66px;
background: transparent;
border-color: #ffffff;
color: #ffffff;
min-width: 335px;
text-align: center;
}
.hairdancing-banner .roundedButton:hover {
background: #ffffff;
color: #000000;
border-color: #ffffff;
}
.hairdancing-banner .banner-title {
margin-bottom: 0;
display: inline-block;
position: relative;
z-index: 2;
}
.hairdancing-banner .banner-title span {
display: block;
}
.hairdancing-banner .banner-title .text1 {
text-align: left;
padding-left: 59px;
}
.hairdancing-banner .video-row {
max-width: 1058px;
margin: 0 auto;
}
.hairdancing-banner img,
.hairdancing-banner video {
margin-top: -53px;
}
.hairdancing-banner .play-sound {
position: absolute;
bottom: 40px;
left: 40px;
color: #ffffff;
cursor: pointer;
}
.hairdancing-banner .play-sound.muted:before {
content: "";
position: absolute;
left: 9px;
top: -3px;
height: 24px;
width: 2px;
background: #ffffff;
-webkit-transform: rotate(-45deg);
transform: rotate(-45deg);
}
.hairdancing-banner .play-sound.muted:after {
content: "";
position: absolute;
right: 9px;
top: -4px;
height: 24px;
width: 2px;
background: #ffffff;
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
}
.product-category-banner.hairdancing-banner {
margin-top: 48px;
}
.series {
margin-bottom: 140px;
}
.series .seriesTitle {
position: relative;
display: inline-block; }
.series .seriesTitle .text2 {
display: inline-block;
float: left;
padding-right: 10px;
}
.series .seriesTitle .text3 {
display: inline-block;
float: left;
}
.series .down-arrow {
margin-bottom: 56px;
display: inline-block;
width: 100%;
margin-top: 7px;
font-size: 25px;
}
.series .series-item {
height: 599px;
background-position: center;
background-repeat: no-repeat;
background-size: cover;
width: 100%;
margin-bottom: 15px;
border-radius: 22px;
position: relative;
overflow: hidden;
padding-top: 46px;
padding-left: 56px;
}
.series .series-item:last-child {
margin-bottom: 0;
}
.series .series-item .mobile-description {
display: none;
}
.series .series-item .products-img {
max-width: 287px;
max-height: 316px;
}
.series .series-item .termLink:before {
-webkit-transform: scale(1);
transform: scale(1);
}
.series .series-item .linkWrapper {
position: absolute;
bottom: 48px;
right: 0;
left: 0;
margin: 0 auto;
width: auto;
}
.series .series-item .linkWrapper a {
background: -webkit-gradient(linear, left top, right top, from(#000), to(#000)), -webkit-gradient(linear, left top, right top, from(transparent));
background: linear-gradient(to right, #000, #000), linear-gradient(to right, transparent);
background-size: 100% 1px, 0 1px;
background-position: 100% calc(100% - 6px), 0px 100%;
background-repeat: no-repeat;
-webkit-transition: background-size 0.4s;
transition: background-size 0.4s;
color: #000;
position: relative;
}
.series .series-item .linkWrapper a:before {
content: "";
position: absolute;
bottom: 6px;
left: 0;
width: 0;
height: 1px;
background-color: #000;
-webkit-transition: all 0.4s ease-in-out 0.2s;
transition: all 0.4s ease-in-out 0.2s;
}
.series .series-item .linkWrapper a:hover {
background-size: 0 1px, 100% 1px;
}
.series .series-item .linkWrapper a:hover:before {
width: 100%;
background: #000;
}
.series .series-item .textarea {
margin-top: 36px;
margin-bottom: 26px;
padding-left: 96px;
}
.series .series-item .imageWrapper {
text-align: left;
padding-left: 96px;
}
.hoverUnderline .product-title strong {
position: relative;
}
.hoverUnderline .product-title strong:before {
content: "";
background-color: #000000;
bottom: 0;
content: "";
height: 1px;
right: 0px;
position: absolute !important;
-webkit-transform: scaleX(0);
transform: scaleX(0);
-webkit-transform-origin: right;
transform-origin: right;
-webkit-transition: -webkit-transform 0.4s ease-in-out;
transition: -webkit-transform 0.4s ease-in-out;
transition: transform 0.4s ease-in-out;
transition: transform 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
width: 100% !important;
}
.hoverUnderline .product-item:hover .product-title strong:before {
-webkit-transform: scaleX(1);
transform: scaleX(1);
-webkit-transform-origin: left;
transform-origin: left;
}
.colorTerm .color-video-section {
margin-bottom: 151px;
}
.color-term-header-section {
background: #F4F4F4;
padding: 84px 0 67px;
position: relative;
}
.color-term-header {
display: inline-block;
}
.color-term-header h1 {
font-family: "HelveticaNeueLT Bold";
font-weight: bold;
font-size: 85px;
line-height: 85px;
position: absolute;
top: -70px; }
.color-term-header h1 span {
display: block;
}
.color-term-header .archive-description h2 {
font-family: "HelveticaNeueLT Light";
font-weight: 300;
font-size: 45px;
line-height: 1;
margin-bottom: 6px;
}
.color-term-header .archive-description p {
font-size: 20px;
line-height: 25px;
}
.color-term-header .down-arrow {
font-size: 44px;
margin-top: 44px;
display: inline-block;
text-align: center;
width: 100%;
}
.owl-carousel.off {
display: flex;
}
.color-products {
margin: 124px 0 0;
}
.color-products .product-item {
background: #F4F4F4;
}
.color-products .nav-tabs {
display: none;
}
.color-term-shades {
margin-bottom: 0;
}
.color-term-shades .colorHeader .text1 {
margin-left: -50px;
}
.color-term-shades .colorHeader .text2 {
display: block;
position: relative;
top: unset;
left: unset;
padding-left: 51px;
}
.hair-dancing-colorTerm {
margin-bottom: 0;
padding-bottom: 0;
padding-top: 156px;
overflow: hidden;
}
.hair-dancing-colorTerm img,
.hair-dancing-colorTerm video {
margin-top: -96px;
}
.related-products-colorterm {
margin-bottom: 0;
}
#related-tabs {
display: none;
}
.sidemenu ul {
list-style: none;
padding: 0;
margin: 0;
}
.sidemenu .toggle-submenu {
position: relative;
}
.sidemenu .toggle-submenu > a:after {
content: "";
width: 18px;
height: 18px;
border-radius: 50%;
border: 1px solid #000000;
position: absolute;
right: 0;
top: 0;
}
.sidemenu .toggle-submenu > ul {
-webkit-transition: padding-top 0.5s ease-in-out;
transition: padding-top 0.5s ease-in-out;
display: none;
}
.sidemenu .toggle-submenu.open > a:after {
background: #000000;
}
.sidemenu .toggle-submenu.open > .sub-menu {
padding-top: 30px;
}
.sidemenu .menu-side-menu-container > ul > li,
.sidemenu .menu-side-menu-eng-container > ul > li {
padding-bottom: 15px;
margin-bottom: 15px;
border-bottom: 1px solid #000000;
}
.sidemenu .menu-side-menu-container > ul > li > a,
.sidemenu .menu-side-menu-eng-container > ul > li > a {
font-size: 24px;
font-family: "HelveticaNeueLT Bold";
font-weight: bold;
width: 100%;
}
.sidemenu .menu-side-menu-container > ul > li > a:before,
.sidemenu .menu-side-menu-eng-container > ul > li > a:before {
content: none;
}
.sidemenu .menu-side-menu-container > ul > li:last-child,
.sidemenu .menu-side-menu-eng-container > ul > li:last-child {
border-bottom: none;
}
.sidemenu .sub-menu > li.menu-item-has-children > a {
font-size: 24px;
font-family: "HelveticaNeueLT Bold";
font-weight: bold;
padding-bottom: 5px;
}
.sidemenu .sub-menu > li.menu-item-has-children > a:before {
bottom: 5px;
}
.sidemenu .sub-menu > li.menu-item-has-children .sub-menu {
padding-bottom: 30px;
}
.sidemenu .sub-menu > li.menu-item-has-children .sub-menu a {
font-size: 15px;
line-height: 1.1;
}
.sidemenu .sub-menu > li.menu-item-has-children .sub-menu li {
padding-bottom: 5px;
}
.sidemenu .sub-menu > li.menu-item-has-children .sub-menu li:last-child {
padding-bottom: 0;
}
.sidemenu .sub-menu > li.menu-item-has-children:last-child .sub-menu {
padding-bottom: 0;
}
.sidemenu a {
position: relative;
}
.sidemenu a:before {
background-color: #000000;
bottom: 0;
content: "";
height: 1px;
right: 0px;
position: absolute !important;
-webkit-transform: scaleX(0);
transform: scaleX(0);
-webkit-transform-origin: right;
transform-origin: right;
-webkit-transition: -webkit-transform 0.4s ease-in-out;
transition: -webkit-transform 0.4s ease-in-out;
transition: transform 0.4s ease-in-out;
transition: transform 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
width: 100% !important;
}
.sidemenu a:hover:before {
-webkit-transform: scaleX(1);
transform: scaleX(1);
-webkit-transform-origin: left;
transform-origin: left;
}
.relatedProductsRow .related-item {
margin: 0 5px;
height: 100%;
}
.relatedProductsRow .owl-carousel .owl-stage {
display: flex !important;
}
.relatedProductsRow .owl-item .product-thumb {
max-width: 202px;
margin: 0 auto;
}
.series-page .category-page-header {
margin-bottom: 0;
background-color: transparent;
padding-top: 102px;
min-height: 987px;
background-size: cover;
background-repeat: no-repeat;
}
.series-page .category-page-header h1 {
display: inline-block;
width: auto;
text-align: left;
position: relative;
}
.series-page .category-page-header h1 span {
font-family: "HelveticaNeueLT Bold";
font-weight: bold;
font-style: normal;
font-size: 65px;
line-height: 1;
display: block;
}
.series-page .category-page-header h1 span:nth-of-type(2) {
padding-left: 66px;
}
.series-page .category-page-header h1 span.hd-prefix {
font-family: "HelveticaNeueLT Light Italic";
font-size: 35px;
line-height: 1.1;
font-weight: normal;
font-style: italic;
position: absolute;
left: 0;
top: 0;
}
.series-page .category-page-header h2 {
font-family: "HelveticaNeueLT Light";
font-weight: 300;
font-size: 32px;
line-height: 1;
padding-bottom: 17px;
}
.series-page .category-page-header .archive-description {
margin-top: 60px;
padding-left: 0;
margin-left: auto;
margin-right: auto;
max-width: unset;
}
.series-page .category-page-header .archive-description.mobile-description {
display: none;
}
.series-page .series-row {
padding: 0 0 200px;
margin-top: -312px;
}
.series-page .series-row .product-item {
background-color: #ffffff;
}
@media (min-width: 1921px) {
.site-wrapper {
margin: 0 auto;
}
.subcat-wrapper {
margin: 0 auto;
}
.site-header .menu-box {
width: calc(50% + 161px);
}
.homepage-product-row .col-md-5 {
max-width: 811px;
flex-basis: 811px;
}
.homepage-product-row .col-md-7 {
max-width: calc(100% - 811px);
flex-basis: calc(100% - 811px);
}
.homepage-product-row .col-md-7 img {
max-width: 100%;
max-height: 800px;
}
.homepage-product-row .color-title {
right: -122px;
}
.homepage-product-row.right-text .color-title {
left: -84px;
}
.homepage-two-column-banners .banner-row img {
max-height: 800px;
}
.homepage-series-section .bg_image {
max-height: 1073px;
}
.category-page-header .top-image {
right: -70px;
top: -55px;
}
.category-page-header .row .col-md-6:last-child {
position: relative;
}
}
@media (max-width: 1740px) {
.hd-section .textarea br {
display: none;
}
}
@media (max-width: 1688px) {
.homepage-product-row .col-md-5 {
text-align: center;
padding-right: 0;
padding-left: 32px;
}
.homepage-product-row .textArea {
padding-left: 0;
}
.homepage-product-row .color-title {
right: -120px;
}
.homepage-product-row.right-text .col-md-5 {
padding-left: 0;
padding-right: 32px;
}
.homepage-product-row.right-text .color-title {
left: -84px;
}
.homepage-two-column-banners .banner-text .textarea br {
display: none;
}
.shadeCategory .categoryName {
margin: 0 161px;
right: 0;
}
.shadeCategory .owl-carousel .owl-nav .owl-next {
right: -81px;
}
.shadeCategory .shadeProducts .site-wrapper { max-width: 900px;
}
.single-product .product-container {
max-width: 100%;
margin-right: 161px;
}
.productGallery.owl-carousel .owl-item img {
max-width: 100%;
}
.hd-color-section .textarea {
padding-right: 20px;
}
.series-page .category-page-header {
min-height: 880px;
}
.homepage-promo-banner .banner-row .sticker {
right: 5%;
}
}
@media (max-width: 1600px) {
.site-header .menu-box {
width: 1000px;
}
.site-header .menu-wrapper .language-container {
padding-left: 30px;
}
.instagram-section .instaBox {
max-width: 800px;
}
.instagram-section .instaBox img {
width: 400px;
}
.text_105 {
font-size: 80px;
}
.text_174 {
font-size: 120px;
}
.hair-dancing-colorTerm img,
.hair-dancing-colorTerm video {
margin-top: -68px;
}
.category-page-header .top-image {
max-width: 300px;
right: 60px;
}
.category-page-header .bottom-image {
max-width: 420px;
margin-left: 40px;
}
.category-page-header .archive-description {
padding-left: 55px;
}
.hd-section .textarea {
margin-left: 53px;
margin-bottom: 70px;
}
.hd-section .textarea ul {
font-size: 22px;
}
.hd-motion-section {
margin-bottom: 450px;
}
.hd-motion-section .col-md-offset-1 {
margin-left: 0;
}
.hd-motion-section .col-md-4 {
flex-basis: 41.667%;
max-width: 41.667%;
}
.hd-motion-section .textarea {
margin-left: 90px;
}
.hd-freedom-section {
margin-bottom: 400px;
}
.subcategory.series-row .inner-wrapper {
max-width: 1100px;
flex-basis: 100%;
}
}
@media (max-width: 1536px) {
.category-page-header .top-image {
right: 50px;
}
.category-page-header .bottom-image {
margin-left: 20px;
}
.category-page-header .archive-description {
padding-left: 40px;
}
.homepage-promo-banner .banner-row .sticker {
right: 40px;
}
.homepage-promo-banner .title strong {
padding-left: 90px;
}
}
@media (max-width: 1500px) {
.text_24 {
font-size: 20px;
line-height: 24px;
}
.text_26 {
font-size: 24px;
line-height: 30px;
}
.text_27 {
font-size: 25px;
line-height: 28px;
}
.text_28 {
font-size: 24px;
line-height: 28px;
}
.text_35 {
font-size: 30px;
line-height: 33px;
}
.text_50 {
font-size: 35px;
}
.text_65 {
font-size: 60px;
line-height: 65px;
}
h1.text_22 {
font-size: 20px;
}
.site-wrapper {
max-width: 100%;
margin: 0 100px;
}
.site-header .menu-box {
width: 940px;
}
.site-branding img {
width: 200px;
height: auto;
}
.site-footer .site-info img {
width: 200px;
height: auto;
}
.site-footer .newsletter .textarea br {
display: none;
}
.homepage-promo-banner {
margin-top: 138px;
}
.homepage-promo-banner .banner-row .sticker {
width: 160px;
}
.homepage-promo-banner .title {
top: -50px;
}
.homepage-promo-banner .title em {
font-size: 30px;
line-height: 33px;
}
.homepage-promo-banner .title strong {
font-size: 60px;
line-height: 65px;
}
.homepage-two-column-banners .banner-text {
left: 0;
padding: 0 40px;
}
.homepage-two-column-banners {
margin-top: 52px;
}
.homepage-series-section {
margin-bottom: 100px;
}
.homepage-series-section .series-link {
margin-top: 40px;
padding-bottom: 60px;
}
.homepage-series-section .owl-theme .owl-dots {
bottom: -40px;
}
.homepage-series-section .series-product img {
height: auto;
width: 180px;
}
.homepage-series-section .textarea {
padding-bottom: 30px;
min-height: 120px;
}
.homepage-series-section .negative-margin {
margin-left: -140px;
margin-right: 140px;
}
.homepage-product-row .color-title {
font-size: 90px;
right: -102px;
}
.homepage-product-row .color-title span {
font-size: 55px;
}
.homepage-product-row.right-text .color-title {
left: -75px;
}
.shadeCategory { }
.shadeCategory .owl-carousel .owl-item img {
max-width: 180px;
}
.shadeCategory .owl-carousel .owl-item .toufa {
max-width: 220px;
}
.shadeCategory .owl-carousel .owl-nav .owl-next {
right: -100px;
}
.shadeCategory .categoryName {
margin: 0 100px;
}
.shadeCategory .shadeProducts .site-wrapper {
max-width: 600px;
}
.product-item .hover-item .toufa {
max-width: 220px;
}
.product-item .product-thumb {
width: 180px;
height: auto;
}
.product-item .product-title {
font-size: 16px;
}
.product-item .product-title strong {
font-size: 18px;
line-height: 20px;
}
.relatedProductsRow .owl-item .product-thumb {
width: 180px;
height: auto;
}
.shades .colorItem {
max-width: 220px;
}
.shades .colorItem .hover-image img {
height: 100%;
width: auto;
}
.colorRow .colorItem {
max-width: 220px;
}
.colorRow .colorItem .hover-image img {
height: 100%;
width: auto;
}
.instagram-section {
padding: 150px 0 160px;
}
.hair-dancing-colorTerm {
padding-top: 150px;
}
.single-product .product-container {
margin-right: 100px;
}
.nav-tabs li a {
font-size: 15px;
padding: 0px 12px 15px !important;
}
.tab-pane {
padding-top: 30px;
} .product-color-section .colorItem {
max-width: 220px;
}
.product-color-section .colorItem .hover-image img {
height: 100%;
width: auto;
}
.subcat-wrapper {
margin: 0 100px;
}
.subcat-wrapper .products-row img {
max-width: 180px;
}
.category-page-header .top-image {
max-width: 270px;
}
.category-page-header .bottom-image {
max-width: 400px;
}
.category-page-header .sticker img {
width: 160px;
}
}
@media (max-width: 1400px) {
.text_45 {
font-size: 40px;
}
.subcategory .subcat-title em {
font-size: 30px;
padding-left: 70px;
}
.site-branding img {
width: 180px;
}
.site-header .col1 {
flex-basis: 20%;
max-width: 20%;
}
.site-header .col2 {
flex-basis: 80%;
max-width: 80%;
}
.site-header .menu-wrapper .language-container {
padding-left: 30px;
}
.homepage-product-row .promo-image img {
height: 280px;
}
.site-footer .site-info img {
width: 180px;
}
.site-footer .col2 {
flex-basis: 20%;
max-width: 20%;
}
.site-footer .col3 {
flex-basis: 30%;
max-width: 30%;
}
.roundedButton {
font-size: 18px;
line-height: 20px;
}
.hero-carousel-section .play-sound {
bottom: 40px;
}
.hero-carousel-section .owl-theme .owl-dots {
bottom: 20px;
}
.homepage-product-row .color-textarea {
margin-bottom: 15px;
}
.homepage-two-column-banners .banner-text .textarea {
margin-bottom: 30px;
}
.homepage-series-section .series-product img {
width: 140px;
}
.shadeCategory .owl-carousel .owl-item img {
max-width: 140px;
}
.product-item .hover-item .toufa {
max-width: 200px;
}
.product-item .product-thumb {
width: 140px;
}
.relatedProductsRow .owl-item .product-thumb {
width: 140px;
height: auto;
}
.productGallery.owl-carousel .owl-item img {
max-height: 650px;
}
.single-product .description {
margin-bottom: 40px;
}
.category-page-header .top-image {
max-width: 250px;
right: 42px;
}
.category-page-header .bottom-image {
padding-left: 0;
}
.category-page-header .archive-description {
padding-right: 20px;
}
.subcat-wrapper .products-row img {
max-width: 140px;
}
.hd-section .textarea ul {
margin-top: 50px;
font-size: 20px;
}
.hd-section .textarea ul li {
padding: 14px 0;
}
.hd-color-section,
.hd-freedom-section {
margin-bottom: 360px;
}
.series-page .category-page-header {
min-height: 800px;
}
.series-page .series-row {
margin-top: -280px;
}
.subcategory.series-row .inner-wrapper {
max-width: 1000px;
}
}
@media (max-width: 1300px) {
.site-branding img {
width: 160px;
}
.site-footer .site-info img {
width: 160px;
}
.site-footer .col1 {
flex-basis: 20%;
max-width: 20%;
}
.site-footer .col4 {
flex-basis: 30%;
max-width: 30%;
}
.homepage-series-section .negative-margin {
margin-left: -100px;
margin-right: 100px;
}
.product-item {
padding-left: 20px;
padding-right: 20px;
padding-bottom: 20px;
}
.product-item .product-title strong {
font-size: 16px;
line-height: 18px;
}
.single-product .product-container {
margin-right: 60px;
}
.single-product .description {
font-size: 16px;
line-height: 20px;
}
.single-product .description br {
display: none;
}
.category-page-header .archive-description {
margin-bottom: 40px;
}
.category-page-header .top-image {
max-width: 210px;
}
.category-page-header .down-arrow {
padding-left: 40px;
font-size: 32px;
}
.hd-section .textarea p {
font-size: 18px;
line-height: 23px;
}
.hd-section .textarea ul {
margin-top: 30px;
font-size: 18px;
}
.hd-section .textarea ul li {
padding: 14px 0;
}
.hd-motion-section {
margin-bottom: 360px;
}
.hd-color-section {
margin-bottom: 340px;
}
.hd-freedom-section {
margin-bottom: 260px;
}
article.type-page .entry-content {
max-width: 100%;
margin: 0 100px;
}
}
@media (max-width: 1200px) {
.text_20 {
font-size: 18px;
line-height: 22px;
}
.text_24 {
font-size: 18px;
line-height: 22px;
}
.text_26 {
font-size: 22px;
line-height: 26px;
}
.text_28 {
font-size: 20px;
line-height: 24px;
}
.roundedButton {
min-width: unset;
}
.site-wrapper {
margin: 0 80px;
}
.site-header ul li {
font-size: 18px;
}
.site-header .menu-box {
width: 840px;
}
.homepage-product-row .promo-image img {
height: 242px;
}
.homepage-product-row.right-text .textArea {
padding-right: 20px;
}
.homepage-product-row.right-text .textArea br {
display: none;
}
.homepage-series-section .textarea {
margin-left: 0;
margin: 0 auto;
width: 100%;
padding-left: 20px;
padding-right: 20px;
line-height: 22px;
}
.homepage-series-section .negative-margin {
margin-left: -60px;
margin-right: 60px;
}
.homepage-series-section .series-link {
margin-top: 30px;
}
.homepage-series-section .title {
padding-left: 80px;
}
.homepage-series-section .series-product img {
width: 120px;
}
.homepage-series-section .product-item {
padding-bottom: 24px;
}
.product-item .product-thumb {
width: 120px;
}
.relatedProductsRow .owl-item .product-thumb {
width: 120px;
height: auto;
}
.nav-tabs li a {
font-size: 14px;
padding: 0px 8px 15px !important;
}
.subcat-wrapper .products-row img {
max-width: 120px;
}
.category-page-header .archive-description {
margin-bottom: 0;
}
.category-page-header .down-arrow {
font-size: 32px;
}
.category-page-header .top-image {
max-width: 190px;
right: 60px;
}
.category-page-header .bottom-image {
max-width: 420px;
}
.homepage-promo-banner .banner-row .sticker {
width: 140px;
}
.homepage-promo-banner .title strong {
padding-left: 40px;
}
.category-page-header .sticker img {
width: 140px;
}
}
@media (max-width: 1100px) {
.site-wrapper {
margin: 0 42px;
}
.site.mobile-menu-open {
padding-top: 132px;
}
.site.mobile-menu-open.header-absolute {
padding-top: 0;
}
.site-header {
padding-top: 0;
}
.site-header .site-wrapper {
margin: 0 42px;
}
.site-header .hamburger {
display: block;
z-index: 99999;
}
.site-header ul a:before {
content: none;
}
.site-header .menu-wrapper {
position: fixed;
width: 100%;
height: 100%;
z-index: 999;
background: #ffffff;
left: 0;
top: 0;
min-height: 100vh;
-webkit-transform: translateX(100%);
transform: translateX(100%);
-webkit-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
padding-top: 189px;
}
.site-header .menu-wrapper .menu-header-menu-container,
.site-header .menu-wrapper .menu-header-menu-eng-container {
text-align: center;
}
.site-header .menu-wrapper .menu-header-menu-container ul,
.site-header .menu-wrapper .menu-header-menu-eng-container ul {
text-align: center;
}
.site-header .menu-wrapper .menu-header-menu-container ul li,
.site-header .menu-wrapper .menu-header-menu-eng-container ul li {
text-align: center;
font-size: 26px;
margin-bottom: 10px;
padding-bottom: 0;
}
.site-header .menu-wrapper .menu-header-menu-container ul li:last-child,
.site-header .menu-wrapper .menu-header-menu-eng-container ul li:last-child {
margin-bottom: 0;
padding-bottom: 0;
}
.site-header .mobile-back-button {
display: none;
left: 44px;
top: 182px;
position: absolute;
font-size: 38px;
color: #B7B7B7;
z-index: 99999;
cursor: pointer;
}
.site-header .menu-wrapper.open {
-webkit-transform: translateX(0);
transform: translateX(0);
}
.site-header .site-branding {
padding-top: 35px;
position: relative;
z-index: 99999;
}
.site-header .site-branding img {
height: 51px;
width: auto;
}
.site-header .main-navigation {
padding-top: 0;
}
.site-header .menu-box {
display: none;
}
.site-header ul li {
display: block;
float: none;
}
.site-header .menu > li {
margin: 0;
}
.site-header .menu > li > .sub-menu {
padding-top: 0;
position: relative;
top: unset;
left: unset;
}
.site-header .menu > li > .sub-menu li.mobile-parent-item {
display: inline-block;
margin-bottom: 51px;
}
.site-header .menu > li > .sub-menu li.mobile-parent-item a {
text-decoration: underline;
text-decoration-thickness: 1px;
text-underline-offset: 2px;
}
.site-header .menu > li > .sub-menu li.menu-item-has-children.nolink {
margin-top: 0;
margin-bottom: 30px;
font-size: 20px;
}
.site-header .menu > li > .sub-menu li.menu-item-has-children.nolink > a {
padding-bottom: 18px;
}
.site-header .menu > li > .sub-menu li.menu-item-has-children {
flex-basis: 100%;
max-width: 100%;
}
.site-header .menu > li > .sub-menu li.menu-item-has-children .sub-menu {
position: relative;
display: block;
-webkit-transform: unset;
transform: unset;
top: unset;
left: unset;
}
.site-header .menu > li .sub-menu {
position: fixed;
width: 100%;
height: 100%;
z-index: 999;
background: #ffffff;
left: 0;
top: 189px;
display: inline-block;
max-width: unset;
-webkit-transform: translateX(100%);
transform: translateX(100%);
-webkit-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
.site-header .menu > li .sub-menu.open {
-webkit-transform: translateX(0);
transform: translateX(0);
}
.site-header .menu li.menu-item-has-children.hover .sub-menu {
display: inline-block;
width: 100%;
max-width: unset;
}
.site-header .menu-wrapper .main-navigation,
.site-header .menu-wrapper .language-container {
display: block;
float: none;
}
.site-header .menu-wrapper .language-container {
padding-left: 0;
position: absolute;
bottom: 35px;
left: 0;
right: 0;
margin: 0 auto;
z-index: 999;
}
.site-header .menu-wrapper .language-container li {
font-size: 26px;
line-height: 1;
display: inline-block;
float: left;
padding: 0 3px;
}
.site-header .menu-wrapper .menu-language-menu-container,
.site-header .menu-wrapper .menu-language-menu-en-container {
text-align: center;
}
.site-header.menu-open {
position: fixed;
top: 0;
left: 0;
width: 100%;
}
.site-footer .site-wrapper {
margin: 0 20px 0 42px;
}
.infoBox .box {
padding-bottom: 40px;
}
.infoBox .box .title {
padding-bottom: 30px;
}
.infoBox .box .title span.bold {
padding-left: 75px;
}
.hd-section .textarea {
margin-bottom: 55px;
}
.hd-section .video-col video,
.hd-section .video-col img {
max-width: 560px;
top: -70px;
}
.hd-motion-section .textarea {
margin-left: 52px;
}
.productGallery.owl-carousel .owl-item img {
max-height: 500px;
}
.productGallery.owl-carousel .owl-nav button {
font-size: 52px;
}
.productGallery.owl-carousel .owl-nav .owl-prev {
left: 20px;
}
.productGallery.owl-carousel .owl-nav .owl-next {
right: 20px;
}
.category-page-header .top-image {
display: none;
}
article.type-page .entry-content {
margin: 0 42px;
}
.hashtag-box .text2 {
margin-bottom: 60px;
}
}
@media (max-width: 1024px) {
.infoBox {
padding: 0 0 78px;
}
.hd-section .video-col video,
.hd-section .video-col img {
max-width: 480px;
}
.hd-color-section {
margin-bottom: 240px;
}
.hd-motion-section {
margin-bottom: 260px;
}
.hd-freedom-section {
margin-bottom: 160px;
}
.shadeCategory .shadeProducts .site-wrapper {
max-width: 500px;
}
.homepage-promo-banner .banner-row .sticker {
right: 20px;
}
.homepage-promo-banner .banner-row .small-text {
bottom: 30px;
}
.homepage-promo-banner .title strong {
padding-left: 0;
}
.homepage-promo-banner .title .title-wrapper {
text-align: center;
}
}
@media (max-width: 1023px) {
.site-footer {
padding-top: 37px;
padding-bottom: 57px;
}
.site-footer .site-info img {
height: 40px;
width: auto;
}
.site-footer .col1 {
flex-basis: 100%;
max-width: 100%;
margin-bottom: 38px;
}
.site-footer .col2 {
flex-basis: 100%;
max-width: 100%;
flex-wrap: wrap;
display: flex;
}
.site-footer .col2 .mobile-col-1,
.site-footer .col2 .mobile-col-2 {
flex-basis: 50%;
max-width: 50%;
}
.site-footer .col2 .mobile-col-2 {
padding-left: 20px;
}
.site-footer .col2 .parent-website {
display: inline-block;
}
.site-footer .col3,
.site-footer .col4 {
flex-basis: 100%;
max-width: 100%;
}
.site-footer .col3 .parent-website {
display: none;
}
.site-footer .mobile-col-1 .language-switcher {
display: inline-block;
}
.site-footer .mobile-col-2 .language-switcher {
display: none;
}
.site-footer ul li {
font-size: 18px;
}
.site-footer ul li.footer-hair-dancing-item {
margin-top: 0;
}
.site-footer .useful-links {
margin-top: 0;
}
.site-footer .newsletter,
.site-footer .address {
margin-top: 30px;
}
.site-footer .social {
text-align: center;
padding-right: 22px;
}
.site-footer .text_14 {
font-size: 15px;
line-height: 20px;
}
.site-footer .newsletter {
margin-top: 50px;
padding-top: 50px;
padding-right: 22px;
position: relative;
}
.site-footer .newsletter:before {
content: "";
position: absolute;
top: 0;
left: -42px;
width: calc(100% + 62px);
height: 1px;
background: #ffffff;
}
.site-footer .newsletter .text_14 {
font-size: 14px;
line-height: 17px;
}
.site-footer .newsletter .textarea br {
display: block;
}
.site-footer .address {
margin-bottom: 45px;
}
.site-footer .address .textarea p {
margin-bottom: 18px;
}
.site-footer .address .textarea p:last-child {
font-size: 12px;
color: #818181;
}
.newsletter-subscription button {
font-size: 16px;
padding: 11px 18px 5px;
}
.trialogo {
margin-top: 60px;
}
}
@media (max-width: 991px) {
.site-header {
padding-bottom: 35px;
}
.site.mobile-menu-open {
padding-top: 122px;
}
.hero-carousel-section {
margin-bottom: 103px;
}
.hero-carousel-section .item .slider-text {
bottom: unset;
top: 50%;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
left: 44px;
}
.hero-carousel-section .item .slider-text a {
padding-top: 20px;
}
.homepage-product-row {
position: relative;
overflow: unset;
margin-bottom: 30px;
padding-top: 103px;
}
.homepage-product-row .product-row-wrapper {
overflow-x: hidden;
}
.homepage-product-row .position-relative {
position: static;
}
.homepage-product-row .color-title {
top: 71px;
right: 0;
left: 0;
margin: 0 auto;
text-align: center;
font-size: 64px;
line-height: 1;
}
.homepage-product-row .color-title span {
font-size: 38px;
}
.homepage-product-row .textArea {
padding-top: 22px;
padding-left: 20px;
padding-right: 20px;
}
.homepage-product-row .textArea .color-textarea {
text-align: center;
}
.homepage-product-row .mobile-first {
order: -1;
}
.homepage-product-row .col-md-5 {
padding-right: 1rem;
padding-left: 1rem;
}
.homepage-product-row .color-textarea {
font-size: 18px;
line-height: 22px;
}
.homepage-product-row .promo-image img {
height: 222px;
}
.homepage-product-row .roundedButton {
margin-bottom: 61px;
padding: 11px 28px 7px;
}
.homepage-product-row.right-text .col-md-5 {
padding-right: 1rem;
padding-left: 1rem;
}
.homepage-product-row.right-text .color-title {
left: 0;
right: 0;
}
.homepage-product-row.right-text .textArea {
padding-left: 20px;
}
.homepage-product-row.right-text .textArea br {
display: block;
}
.homepage-product-row.layout-0 {
padding-top: 0;
}
.homepage-product-row.layout-0 .color-title {
top: -32px;
}
.homepage-two-column-banners {
margin-top: 58px;
}
.homepage-two-column-banners .banner-row .col1,
.homepage-two-column-banners .banner-row .col2 {
max-width: 100%;
flex-basis: 100%;
}
.homepage-two-column-banners .banner-text {
left: 0;
top: 19px;
text-align: center;
padding: 0;
}
.homepage-two-column-banners .banner-text .textarea {
padding: 20px;
}
.homepage-two-column-banners .banner-text a {
display: none;
}
.homepage-two-column-banners .mobile-link {
position: absolute;
bottom: 17px;
left: 0;
right: 0;
margin: 0 auto;
text-align: center;
line-height: 1;
width: auto;
display: inline-block;
text-decoration: underline;
text-decoration-thickness: 1px;
}
.homepage-series-section {
margin-bottom: 0;
}
.homepage-series-section .item {
padding-bottom: 88px;
}
.homepage-series-section .series-textrow {
display: none;
}
.homepage-series-section .negative-margin {
max-width: 327px;
margin: -253px auto 0;
}
.homepage-series-section .series-link {
display: none;
}
.homepage-series-section .mobile-title {
display: inline-block;
text-align: center;
margin: 0 auto;
width: 100%;
padding: 45px 0 28px;
}
.homepage-series-section .mobile-title .text1 {
font-size: 20px;
line-height: 22px;
margin-bottom: 3px;
}
.homepage-series-section .mobile-title .text2 {
font-size: 19px;
line-height: 20px;
margin-bottom: 7px;
}
.homepage-series-section .mobile-title .text3 {
font-size: 35px;
line-height: 1;
text-decoration: underline;
}
.homepage-series-section .mobile-title .text1,
.homepage-series-section .mobile-title .text2,
.homepage-series-section .mobile-title .text3 {
display: block;
}
.homepage-series-section .bg_image {
height: auto;
}
.homepage-series-section .products-row .product-item-tab {
display: none;
}
.homepage-series-section .products-row .mobile-active-tab {
display: block;
}
.homepage-series-section .nav-tabs {
display: flex;
}
.homepage-series-section .nav-tabs span {
visibility: hidden;
}
.homepage-series-section .series-product img {
width: 170px;
}
.homepage-series-section .product-item {
padding-bottom: 42px;
}
.product-item {
padding-bottom: 42px;
padding-left: 0;
padding-right: 0;
}
.product-item .product-title {
padding-left: 30px;
padding-right: 20px;
}
.product-item .product-thumb {
width: 170px;
height: auto;
}
.product-item .product-title {
font-size: 18px;
line-height: 1.1;
margin-top: 12px;
}
.product-item .product-title strong {
font-size: 20px;
line-height: 1.1;
margin-top: 5px;
display: inline-block;
}
.product-item .product-title .number {
font-size: 20px;
line-height: 22px;
margin-bottom: 3px;
}
.shadeProducts .item {
max-width: 330px;
margin: 0 auto;
}
.shadeCategory .owl-carousel .owl-item img {
width: 170px;
max-width: unset;
}
.shadeCategory .owl-carousel .owl-nav .owl-next {
right: 0;
}
.shadeCategory .shadeProducts .site-wrapper {
margin: 0 42px;
max-width: 100%;
}
.infoBox .row .col-md-5.col-xs-12 {
margin-bottom: 9px;
}
.infoBox .box {
max-width: 500px;
margin: 0 auto;
}
.text_200 {
font-size: 95px;
line-height: 1;
}
.shades {
padding-top: 41px;
padding-bottom: 90px;
}
.shades .redLine {
height: 80px;
top: 85px;
}
.shades .colorHeader .textWrapper {
text-align: center;
}
.shades .colorHeader .text1 {
display: block;
}
.shades .colorHeader .text2,
.shades .colorHeader .text3 {
position: relative;
top: unset;
left: unset;
display: block;
}
.shades .colorHeader .text2 {
font-size: 20px;
line-height: 1.1;
}
.shades .colorHeader .text3 {
font-size: 19px;
line-height: 1.1;
}
.shades .colorHeader .down-arrow {
width: 100%;
text-align: center;
padding: 16px 0 32px;
font-size: 24px;
}
.shades .colorItem {
max-width: 180px;
border-radius: 18px;
}
.shades .colorItem a {
border-radius: 18px;
}
.colorRow .colorItem {
max-width: 180px;
}
.colorRow .colorItem a {
border-radius: 18px;
}
.colorRow .colorItem .hover-image {
display: none;
}
.product-color-section .colorName {
padding-top: 38px;
}
.product-color-section .text .text1,
.product-color-section .text .text2 {
font-size: 20px;
line-height: 1.1;
}
.product-color-section .text .text3 {
font-size: 35px;
line-height: 1.1;
float: none;
}
.product-color-section .text .desktop_text2 {
display: none;
}
.product-color-section .text .mobile_text2 {
display: inline-block;
float: none;
padding-left: 5px;
padding-right: 0;
}
.product-color-section .text .mobile-arrow {
display: inline-block;
font-size: 24px;
margin-top: 15px;
}
.hd-section .video-col video,
.hd-section .video-col img {
position: relative;
top: unset;
left: unset;
right: unset;
margin-bottom: -240px;
}
.hd-section .textarea {
margin-left: 0;
}
.hd-section .textarea:before {
content: none;
}
.hd-section .textarea br {
display: block;
}
.hd-section .color-term-header-section {
margin-bottom: 150px;
}
.hd-color-section .title,
.hd-motion-section .title,
.hd-freedom-section .title {
left: 0;
top: -20px;
}
.hd-motion-section .title {
left: 16px;
}
.hd-motion-section .text-col {
order: -1;
}
.hd-motion-section .col-md-4 {
flex-basis: 100%;
max-width: 100%;
}
.hd-color-section,
.hd-motion-section {
margin-bottom: 512px;
}
.hd-freedom-section {
margin-bottom: 340px; }
.hd-hashtag {
margin-bottom: 120px;
}
.color-term-header h1 {
font-size: 71px;
line-height: 1;
}
.color-term-header .archive-description h2 {
font-size: 32px;
}
.color-term-header .archive-description p {
font-size: 18px;
line-height: 23px;
}
.color-term-header .down-arrow {
font-size: 34px;
margin-top: 34px;
}
.hd-page .hairdancing-banner .banner-title .text2 {
font-size: 70px;
line-height: 1;
}
.hd-page .hairdancing-banner .banner-title .text1 {
font-size: 40px;
line-height: 1;
}
.sidemenu {
display: none;
}
.instagram-section {
padding: 31px 0 45px;
}
.instagram-section .instaBox {
max-width: 700px;
background: linear-gradient(to right, white 158px, black 25px);
}
.instagram-section .instaBox img {
width: 350px;
}
.instagram-section .instaBox .hashtag {
font-size: 32px;
}
.color-products {
background: #F4F4F4;
padding-bottom: 60px;
}
.color-products .nav-tabs {
display: flex;
width: 100%;
}
.color-products .product-item-tab {
max-width: 400px;
margin: 0 auto;
}
.color-products .product-item-tab .product-thumb {
width: 170px;
margin: 0 auto;
}
.color-products .owl-dots {
display: none;
}
#color-tabs {
margin-top: 8px;
}
#color-tabs span {
display: none;
}
.color-term-shades .colorHeader .text1 {
font-size: 20px;
}
.color-term-shades .colorHeader .text2 {
font-size: 35px;
}
.product-item .hover-item {
display: none;
}
.related-products .col-xs-12 {
text-align: center;
}
.related-products .down-arrow {
padding-left: 0;
}
.related-products .relatedProductsRow {
max-width: 400px;
margin-left: auto;
margin-right: auto;
}
.relatedProductsRow .owl-item .product-thumb {
width: 170px;
}
#related-tabs {
display: flex;
margin: 40px 10px 0;
}
#related-tabs span {
display: none;
}
.single-product .related-products,
.single-product .instagram-section {
background: #F7F7F7;
}
.single-product .instagram-section {
padding-top: 97px;
padding-bottom: 62px;
}
.single-product .product-container {
margin-right: 0;
}
.single-product .productGallery.owl-carousel {
margin: 0 auto;
}
.product-container .col1 {
background: #ffffff;
}
.product-container .col2 .product-content {
padding: 28px 30px 78px;
}
.subcategory {
padding: 45px 0 80px;
}
.subcategory .subcat-wrapper {
margin: 0 42px;
}
.subcategory .subcat-title {
margin-bottom: 62px;
font-size: 35px;
line-height: 1;
}
.subcategory .subcat-title em {
padding-left: 0;
font-size: 20px;
line-height: 1;
margin-bottom: -20px;
}
.subcategory .owl-carousel .owl-nav {
height: 0;
}
.subcategory .owl-carousel .owl-nav button.owl-next {
color: #000000;
font-size: 55px;
height: 55px;
position: absolute;
top: 50%;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
right: -4px;
}
.subcategory .owl-carousel .owl-nav button.owl-next.disabled {
opacity: 0.5;
}
.subcategory .categoryOwl {
max-width: 359px;
margin: 0 auto;
}
.subcategory .categoryOwl .product-item img {
max-width: 170px;
margin: 0 auto;
}
.subcategory .categoryOwl > div {
margin-bottom: 0;
padding: 0;
}
.subcategory.dark_bg .owl-carousel .owl-nav button.owl-next {
color: #ffffff;
}
.category-page-header {
margin-bottom: 200px;
}
.category-page-header h1 {
font-size: 51px;
line-height: 1;
}
.category-page-header h1 p {
font-size: 51px;
line-height: 1;
}
.category-page-header h1 span {
font-size: 31px;
}
.category-page-header .col2 {
position: relative;
padding-bottom: 200px;
max-width: 420px;
}
.category-page-header .top-image {
display: inline-block;
top: unset;
right: 0;
left: 0;
margin: 0 auto;
bottom: -119px;
max-width: 260px;
}
.category-page-header .bottom-image {
margin-left: 0;
}
.category-page-header .archive-description {
padding: 0;
font-size: 16px;
line-height: 20px;
}
.category-page-header .down-arrow {
padding-left: 0;
}
.product-category-banner.hairdancing-banner {
margin-top: 0;
padding-bottom: 66px;
}
.series .seriesTitle {
padding-bottom: 27px;
}
.series .seriesTitle .text1 {
font-size: 20px;
line-height: 1;
}
.series .seriesTitle .text2 {
font-size: 19px;
line-height: 1;
display: inline-block;
width: 100%;
padding-right: 0;
padding-bottom: 10px;
float: none;
}
.series .seriesTitle .text3 {
font-size: 35px;
line-height: 1.1;
float: none;
}
.series .down-arrow {
display: none;
}
.series .series-item {
padding: 23px 30px;
}
.series .series-item .imageWrapper {
text-align: center;
padding-left: 0;
}
.series .series-item .textarea {
padding-left: 0;
margin-bottom: 43px;
margin-top: 21px;
font-size: 14px;
line-height: 16px; }
.series .series-item .desktop-description {
display: none;
}
.series .series-item .mobile-description {
display: block;
}
.series .series-item h3 {
margin-bottom: 5px;
}
.series .series-item h3,
.series .series-item .hair-type {
font-size: 20px;
line-height: 1.1;
max-width: 204px;
}
.series .series-item .linkWrapper {
bottom: 31px;
}
.series .series-item .linkWrapper a {
font-size: 16px;
}
.series-page .category-page-header {
background-position: center;
}
.series-page .category-page-header h1 {
text-align: center;
}
.series-page .category-page-header h1 span {
font-size: 51px;
}
.series-page .category-page-header h1 span:nth-of-type(2) {
padding-left: 0;
}
.series-page .category-page-header h1 span.hd-prefix {
font-size: 31px;
position: relative;
top: unset;
left: unset;
}
.series-page .category-page-header h2 {
font-size: 27px;
}
.series-page .category-page-header .archive-description {
font-size: 14px;
line-height: 18px;
}
.series-page .series-row {
padding-bottom: 100px;
}
.homepage-promo-banner {
margin-top: 110px;
}
.homepage-promo-banner .site-wrapper {
margin: 0;
}
.homepage-promo-banner .banner-row {
padding-top: 140px;
background: #f4f4f4;
}
.homepage-promo-banner .banner-row .sticker {
top: 30px;
right: 0;
left: 0;
margin: 0 auto;
}
.homepage-promo-banner .title {
top: -40px;
}
.homepage-promo-banner .title strong {
font-size: 35px;
line-height: 40px;
}
.homepage-promo-banner .title em {
font-size: 20px;
line-height: 22px;
text-transform: uppercase;
}
.category-page-header .sticker-row {
order: 1;
padding-top: 20px;
}
.category-page-header .sticker {
position: relative;
top: unset;
}
.category-page-header .sticker .text {
padding-top: 20px;
}
}
@media (max-width: 820px) {
.shades .break-column {
display: none;
}
.product-color-section .break-column {
display: none;
}
.text_105 {
font-size: 64px;
}
.text_174 {
font-size: 96px;
}
}
@media (max-width: 767px) {
.site-main {
overflow: hidden;
}
.shades .colorItem {
max-width: 111px;
padding: 0 2px;
border-radius: 8px;
}
.shades .colorItem a {
border-radius: 8px;
}
.shades .colorItem .hover-image {
display: none;
}
.shades .colorRow .site-wrapper {
max-width: 333px;
margin: 0 auto;
}
.colorRow .colorItem {
max-width: 111px;
padding: 0 2px;
border-radius: 8px;
}
.colorRow .colorItem a {
border-radius: 8px;
}
.product-color-section .colorName {
padding-bottom: 200px;
}
.product-color-section .colorRow {
margin-top: -170px;
padding-bottom: 50px;
}
.product-color-section .colorRow .site-wrapper {
max-width: 333px;
margin: 0 auto;
}
.instagram-section .instaBox {
max-width: 400px;
background: linear-gradient(to right, white 126px, black 25px);
border-radius: 15px;
}
.instagram-section .instaBox img {
width: 133px;
height: 174px;
-o-object-fit: cover;
object-fit: cover;
}
.instagram-section .instaBox .hashtag {
font-size: 18px;
}
.instagram-section .instaBox .imageBox img {
border-radius: 15px;
}
.instagram-section .instaBox .content .social a {
font-size: 26px;
margin: 26px 4px 0;
}
.series {
margin-bottom: 100px;
}
.series .series-item {
height: 464px;
border-radius: 15px;
margin-bottom: 10px;
}
.series .series-item .products-img {
max-width: 181px;
}
.category-page-header.subcategory-header {
padding-top: 47px;
padding-bottom: 30px;
} .subcategory.inner-subcat {
padding-top: 0;
}
.subcategory.inner-subcat .products-row img {
max-width: 170px;
}
article.type-page {
padding-top: 55px;
padding-bottom: 55px;
}
article.type-page h1 {
margin-bottom: 20px;
}
article.type-page .down-arrow {
font-size: 22px;
margin-bottom: 25px;
}
article.type-page .entry-content {
font-size: 16px;
line-height: 20px;
}
article.type-page .entry-content .top-content {
margin-bottom: 40px;
}
.hashtag-box .text1 {
font-size: 18px;
line-height: 24px;
}
.hashtag-box .text2 {
font-size: 16px;
line-height: 18px;
}
.hashtag-box .hashtag-top-text {
font-size: 18px;
line-height: 24px;
margin-bottom: 20px;
}
.hashtag-box .hashtag-bottom-text {
font-size: 18px;
line-height: 24px;
margin-top: 20px;
}
.hashtag-box .hashtag-text {
font-size: 52px;
}
.hashtag-box .social {
margin-top: 60px;
}
.homepage-promo-banner .banner-row {
padding-top: 30px;
text-align: center;
}
.homepage-promo-banner .banner-row .bg-image {
display: none;
}
.homepage-promo-banner .banner-row .bg-image-mobile {
display: block;
text-align: center;
margin: 0 auto;
}
.homepage-promo-banner .banner-row .sticker {
position: relative;
top: unset;
}
.homepage-promo-banner .banner-row a {
display: inline-block;
width: 100%;
}
}
@media (max-width: 600px) {
.cky-consent-container.cky-box-bottom-right {
width: 440px;
}
.cky-consent-container.cky-box-bottom-right .cky-consent-bar {
padding: 20px 26px;
}
.cky-consent-container.cky-box-bottom-right .cky-notice {
max-width: 100%;
}
.cky-consent-container .cky-notice .cky-title {
max-width: 100%;
}
.hero-carousel-section .desktopVideo {
display: none;
}
.hero-carousel-section .mobileVideo {
display: block;
}
.color-video-section {
margin-bottom: 87px;
}
.color-video-section .site-wrapper {
margin: 0;
}
.shadeCategory {
padding-top: 0;
margin-bottom: 87px;
}
.shadeCategory .categoryName {
margin: 0 auto;
top: -25px;
text-align: center;
}
.shadeCategory .categoryName span {
font-size: 31px;
float: none;
padding-right: 4px;
}
.shadeCategory .categoryName a {
font-size: 51px;
line-height: 55px;
}
.shadeCategory .shadeProducts {
margin-top: -98px;
}
.shadeCategory .backgoundImage {
position: relative;
bottom: unset;
top: unset;
left: unset;
z-index: 1;
width: 100%;
}
.shadeCategory .backgoundImage img {
width: 100%;
height: 300px;
}
.shadeCategory .product-item {
padding-bottom: 27px;
}
.shadeCategory .owl-carousel .owl-nav .owl-next {
font-size: 55px;
top: 50%;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
height: 55px;
}
.shadeCategory.background_gray {
background: transparent;
}
.shadeCategory.color3 .backgoundImage img,
.shadeCategory.color4 .backgoundImage img {
-o-object-position: top;
object-position: top;
}
.infoBox {
margin-top: -50px;
padding-bottom: 70px;
}
.infoBox .box {
max-width: unset;
width: 100%;
padding: 25px 30px 50px 23px;
}
.infoBox .box .icon {
font-size: 44px;
margin-bottom: 35px;
}
.infoBox .box .title span {
font-size: 20px;
line-height: 1.1;
}
.infoBox .box .title span.bold {
font-size: 35px;
line-height: 1;
padding-left: 79px;
}
.infoBox .box .textarea {
max-width: unset;
font-size: 16px;
line-height: 20px;
}
.hairdancing-banner .banner-title .text2 {
font-size: 52px;
line-height: 1;
}
.hairdancing-banner .banner-title .text1 {
font-size: 31px;
line-height: 1;
padding-left: 0;
text-align: center;
}
.hairdancing-banner .play-sound {
left: 20px;
bottom: 20px;
}
.hair-dancing-colorTerm video,
.hair-dancing-colorTerm img {
margin-top: -50px;
}
.hashtag-box {
padding: 30px;
}
.hashtag-box .hashtag-text {
font-size: 42px;
}
.hashtag-box .text1 br,
.hashtag-box .text2 br {
display: none;
}
.product-category-banner.hairdancing-banner {
padding: 108px 0 67px;
margin-bottom: 66px;
}
.product-category-banner.hairdancing-banner .site-wrapper {
margin: 0;
}
.product-category-banner.hairdancing-banner .roundedButton {
margin-top: 63px;
min-width: 327px;
padding: 12px 28px 6px;
}
.colorTerm .color-video-section {
margin-bottom: 69px;
}
.color-term-header-section {
padding: 57px 0 35px;
}
.color-term-header {
padding: 0;
}
.color-term-header h1 {
top: -19px;
font-size: 51px;
line-height: 1;
}
.color-term-header h1 span {
display: inline-block;
padding-right: 4px;
}
.color-term-header .archive-description h2 {
font-size: 25px;
line-height: 30px;
}
.color-term-header .archive-description p {
font-size: 16px;
line-height: 20px;
}
.color-term-header .archive-description p br {
display: none;
}
.color-term-header .down-arrow {
font-size: 32px;
}
.hd-page .hairdancing-banner {
padding: 21px 0 23px;
margin-bottom: 23px;
}
.hd-page .hairdancing-banner .banner-title .text2 {
font-size: 47px;
line-height: 1;
}
.hd-page .hairdancing-banner .banner-title .text1 {
font-size: 28px;
line-height: 1;
text-align: left;
padding-left: 29px;
}
.hd-page .color-term-header {
padding: 0;
}
.hd-page .color-term-header-section {
padding-top: 106px;
margin-bottom: 149px;
}
.hd-page .color-term-header h1 {
max-width: 100px;
}
.hd-section .video-col img,
.hd-section .video-col video {
max-width: 100%;
}
.hd-section .title {
font-size: 51px;
line-height: 1;
}
.hd-section .textarea {
margin-top: 38px;
margin-bottom: 44px;
}
.hd-section .textarea p {
font-size: 16px;
line-height: 20px;
}
.hd-section .textarea ul {
margin-top: 10px;
}
.hd-color-section,
.hd-motion-section {
margin-bottom: 449px;
} .hd-hashtag {
padding-top: 100px;
}
.hd-page .hairdancing-banner {
margin-bottom: 0;
}
.instagram-section .instaBox {
max-width: 100%;
background: linear-gradient(to right, white 90px, black 25px);
}
.instagram-section .instaBox .col1 {
max-width: 133px;
}
.instagram-section .instaBox .col2 {
max-width: calc(100% - 133px);
}
.related-products {
padding-top: 62px;
}
.related-products .relatedProductsRow {
margin-top: 52px;
}
.related-products .down-arrow {
display: none;
}
.related-products .text .text1 {
font-size: 20px;
padding: 0;
line-height: 1.1;
}
.related-products .text .text2 {
display: block;
width: 100%;
float: none;
font-size: 19px;
padding: 0;
margin-bottom: 8px;
line-height: 1;
}
.related-products .text .text3 {
font-size: 35px;
line-height: 1;
text-decoration: underline;
}
.single-product .hair-color-number h2 {
font-size: 40px;
line-height: 1;
}
.single-product h1.text_22 {
font-size: 18px;
line-height: 20px;
}
.single-product h1.text_22 strong {
font-size: 20px;
margin-top: 5px;
display: inline-block;
}
.single-product .mobile-title {
display: inline-block;
font-size: 16px;
line-height: 1.1;
font-family: "HelveticaNeueLT Bold";
font-weight: bold;
margin-bottom: 23px;
}
.single-product .entry-content {
margin-top: 31px;
}
.single-product .description {
margin-bottom: 24px;
}
.single-product .tab-content > .tab-pane {
display: block;
border-top: 1px solid black;
padding: 24px 0 4px;
}
.single-product .tab-content ul {
padding-left: 17px;
}
.single-product .nav-tabs {
display: none;
}
.productGallery.owl-carousel .owl-item img {
max-height: 414px;
}
.productGallery.owl-carousel .owl-nav .owl-prev {
left: 30px;
}
.productGallery.owl-carousel .owl-nav .owl-next {
right: 30px;
}
.category-page-header {
padding-top: 47px;
}
.category-page-header .site-wrapper {
margin: 0 30px;
}
.category-page-header .col2 {
max-width: 100%;
text-align: center;
}
.category-page-header .bottom-image {
max-width: 100%;
padding-top: 38px;
}
.category-page-header .archive-description {
margin-top: 14px;
}
article.type-page .entry-content {
margin: 0 30px;
}
article.type-page h1 {
margin-bottom: 14px;
}
.series-page .category-page-header .archive-description.desktop-description p {
display: none;
}
.series-page .category-page-header .archive-description.mobile-description {
margin-top: 0;
display: block;
}
.series-page .category-page-header .mobile_text_color_white h1, .series-page .category-page-header .mobile_text_color_white h2, .series-page .category-page-header .mobile_text_color_white p, .series-page .category-page-header .mobile_text_color_white a {
color: #ffffff;
}
.series-page .series-item {
padding: 23px 23px 0 23px;
}
.series-page .series-item .linkWrapper {
bottom: 10px;
}
.series-page .series-item .linkWrapper a {
background: none;
text-decoration: underline;
}
.series-page .series-item.mobile_text_color_white {
color: #ffffff;
}
.series-page .series-item.mobile_text_color_white h3, .series-page .series-item.mobile_text_color_white div, .series-page .series-item.mobile_text_color_white .textarea {
color: #ffffff;
}
.series-page .series-item.mobile_text_color_white .linkWrapper a {
color: #ffffff;
}
.homepage-promo-banner {
margin-top: 30px;
}
.homepage-promo-banner .banner-row {
padding-top: 40px;
}
.homepage-promo-banner .banner-row .small-text {
bottom: 40px;
max-width: 220px;
}
.homepage-promo-banner .banner-row .bg-image-mobile {
width: 100%;
}
.homepage-promo-banner .title {
position: relative;
top: unset;
right: unset;
left: unset;
margin-bottom: -20px;
z-index: 2;
}
.homepage-promo-banner .title strong {
display: inline-block;
margin-top: 16px;
line-height: 1;
}
.homepage-promo-banner .title .desktop-title {
display: none;
}
.homepage-promo-banner .title .mobile-title {
display: block;
}
.tab-content .image-with-text {
padding-top: 0;
padding-bottom: 20px;
}
.tab-content .image-with-text img {
width: 94px;
}
.tab-content .image-with-text em {
padding-left: 12px;
}
}
@media (max-width: 576px) {
.hero-carousel-section {
margin-bottom: 103px;
}
.hero-carousel-section .item .slider-text {
padding-right: 20px;
}
.hero-carousel-section .item .slider-text .text {
font-size: 14px;
line-height: 18px;
}
.homepage-two-column-banners .site-wrapper {
margin: 0 44px;
}
.homepage-two-column-banners .text_24 {
font-size: 14px;
line-height: 18px;
}
.homepage-two-column-banners .textarea a {
font-size: 16px;
line-height: 22px;
}
.homepage-two-column-banners .banner-row img {
min-height: 272px;
}
.newsletter-subscription form {
max-width: 100%;
}
.subcategory.series-row .inner-wrapper {
max-width: 100%;
}
}
@media (max-height: 760px) {
.site-header.menu-open .menu-wrapper {
overflow-y: scroll;
overflow-x: hidden;
}
.site-header.menu-open .menu-wrapper .second-layer.main-navigation {
min-height: 500px;
}
.site-header.menu-open .menu-wrapper .second-layer.language-container {
position: relative;
bottom: unset;
padding-top: 20px;
}
}
@media (max-width: 500px) {
.hd-section .textarea br {
display: none;
}
.series-page .archive-description h2 {
max-width: 270px;
margin: 0 auto;
}
.series-page .category-page-header {
min-height: 600px;
}
.series-page .series-row {
margin-top: -93px;
}
.series-page .series-row {
padding-bottom: 66px;
}
}
@media (max-width: 440px) {
.cky-consent-container.cky-box-bottom-right .cky-consent-bar {
padding: 20px 0;
}
.series-page .category-page-header {
padding-top: 45px;
}
.series-page .category-page-header h2 {
padding-bottom: 8px;
}
.series-page .category-page-header .archive-description {
margin-top: 40px;
}
.site-footer .newsletter .textarea br {
display: none;
}
.homepage-series-section .bg_image {
height: 500px;
-o-object-position: center;
object-position: center;
}
.homepage-series-section .negative-margin {
max-width: unset;
margin-left: 44px;
margin-right: 44px;
}
.shadeCategory .owl-carousel .owl-nav .owl-next {
right: -13px;
}
.color-video-section video {
height: 414px;
-o-object-fit: cover;
object-fit: cover;
}
.hd-section .video-col video,
.hd-section .video-col img {
margin-bottom: -177px;
}
.hd-color-section,
.hd-motion-section {
margin-bottom: 272px;
}
.hd-freedom-section {
margin-bottom: 251px;
}
.hair-dancing-colorTerm video,
.hair-dancing-colorTerm img {
height: 414px;
-o-object-fit: cover;
object-fit: cover;
}
.related-products .relatedProductsRow {
max-width: usnet;
}
.product-category-banner.hairdancing-banner video,
.product-category-banner.hairdancing-banner img {
height: 414px;
-o-object-fit: cover;
object-fit: cover;
}
.hashtag-box {
padding: 30px;
}
.hashtag-box .text1 {
font-size: 18px;
line-height: 20px;
}
.hashtag-box .text2 {
margin-bottom: 40px;
}
.hashtag-box .hashtag-bottom-text {
font-size: 18px;
line-height: 20px;
}
.hashtag-box .hashtag-text {
font-size: 32px;
}
.hashtag-box .social {
margin-top: 40px;
}
.homepage-promo-banner .banner-row .sticker {
width: 94px;
}
.category-page-header .sticker img {
width: 94px;
}
.category-page-header .sticker .text {
padding-top: 12px;
}
.category-page-header.subcategory-header .archive-description p br {
display: none;
}
}
@media (max-width: 390px) {
.infoBox .box .title span.bold {
padding-left: 35px;
}
}
@media (max-width: 375px) {
.site-header .mobile-back-button {
left: 35px;
}
.hd-section .video-col img,
.hd-section .video-col video {
margin-bottom: -145px;
}
.homepage-product-row.right-text .textArea br {
display: none;
}
.category-page-header .top-image {
max-width: 230px;
}
}
@media (max-width: 360px) {
.site-header .mobile-back-button {
left: 35px;
font-size: 32px;
top: 184px;
}
.site-header .menu-wrapper .menu-header-menu-container ul li,
.site-header .menu-wrapper .menu-header-menu-eng-container ul li {
font-size: 24px;
margin-bottom: 6px;
}
.site-header .menu > li > .sub-menu li.mobile-parent-item {
margin-bottom: 40px;
}
.infoBox .box {
padding: 25px 20px 30px 20px;
}
.product-category-banner.hairdancing-banner .roundedButton {
min-width: unset;
}
}
@media (max-width: 340px) {
.instagram-section .instaBox {
background: #000000;
padding: 20px 0;
}
.instagram-section .instaBox .col1 {
display: none;
}
.instagram-section .instaBox .col2 {
max-width: 100%;
}
.color-term-header h1 {
font-size: 36px;
}
.color-term-header h1 span {
font-size: 30px;
}
.color-products .product-item {
padding: 0;
}
.related-products .product-item {
padding: 0;
}
.subcategory .subcat-wrapper {
margin: 0 10px;
}
.subcategory .owl-carousel .owl-nav button.owl-next {
right: 4px;
}
}
@media (max-width: 300px) {
.site-header .site-wrapper {
margin: 0 20px;
}
.site-header .hamburger {
right: 24px;
}
.site-header .mobile-back-button {
left: 20px;
}
.site-header .menu-wrapper .menu-header-menu-container ul li,
.site-header .menu-wrapper .menu-header-menu-eng-container ul li {
font-size: 20px;
}
.homepage-product-row .color-title {
top: 86px;
font-size: 35px;
}
.homepage-product-row .color-title span {
font-size: 26px;
}
.homepage-product-row .color-textarea {
font-size: 15px;
line-height: 18px;
}
.homepage-product-row .color-textarea br {
display: none;
}
.homepage-product-row .roundedButton {
padding: 11px 10px 7px;
font-size: 15px;
}
.homepage-product-row.layout-0 .color-title {
top: -17px;
}
.homepage-product-row.right-text .textArea br {
display: none;
}
.homepage-two-column-banners .site-wrapper {
margin: 0 20px;
}
.homepage-series-section .series-product img {
width: 120px;
}
.infoBox .box .title span.bold {
padding-left: 0;
font-size: 28px;
}
.shadeCategory .product-item {
padding: 0 20px 20px;
}
.shadeCategory .owl-carousel .owl-item img {
width: 120px;
}
.product-item .product-thumb {
width: 120px;
}
.product-item .product-title {
font-size: 15px;
}
.product-item .product-title strong {
font-size: 16px;
}
.shadeCategory .categoryName a {
font-size: 35px;
}
.shadeCategory .categoryName span {
font-size: 26px;
}
.hd-section .title {
font-size: 42px;
}
.hd-section .textarea p {
font-size: 15px;
line-height: 19px;
}
.hd-section .textarea ul {
font-size: 15px;
}
.hd-page .hairdancing-banner .banner-title .text1 {
font-size: 22px;
line-height: 1;
padding-left: 0;
text-align: center;
}
.hd-page .hairdancing-banner .banner-title .text2 {
font-size: 40px;
}
.hd-color-section,
.hd-motion-section {
margin-bottom: 180px;
}
.hd-freedom-section {
margin-bottom: 180px;
}
.category-page-header h1 {
font-size: 40px;
}
.category-page-header h1 p {
font-size: 40px;
}
.category-page-header .top-image {
max-width: 190px;
bottom: -80px;
}
}