<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
@charset "UTF-8";


.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
padding: 0;
margin: 0;
border: 0;
outline: none;
vertical-align: top;
}
.fancybox-wrap {
position: absolute;
top: 0;
left: 0;
z-index: 8020;
}
.fancybox-skin {
position: relative;
background: #f9f9f9;
color: #444;
text-shadow: none;
border-radius: 4px;
}
.fancybox-opened {
z-index: 8030;
}
.fancybox-opened .fancybox-skin {
box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}
.fancybox-outer,
.fancybox-inner {
position: relative;
}
.fancybox-inner {
overflow: hidden;
}
.fancybox-type-iframe .fancybox-inner {
-webkit-overflow-scrolling: touch;
}
.fancybox-error {
color: #444;
font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
margin: 0;
padding: 15px;
white-space: nowrap;
}
.fancybox-image,
.fancybox-iframe {
display: block;
width: 100%;
height: 100%;
}
.fancybox-image {
max-width: 100%;
max-height: 100%;
}
#fancybox-loading,
.fancybox-close,
.fancybox-prev span,
.fancybox-next span {
background-image: url(//www.xkids.hu/wp-content/themes/xkids/img/fancybox_sprite.png);
}
#fancybox-loading {
position: fixed;
top: 50%;
left: 50%;
margin-top: -22px;
margin-left: -22px;
background-position: 0 -108px;
opacity: 0.8;
cursor: pointer;
z-index: 8060;
}
#fancybox-loading div {
width: 44px;
height: 44px;
background: url(//www.xkids.hu/wp-content/themes/xkids/img/fancybox_loading.gif) center center no-repeat;
}
.fancybox-close {
position: absolute;
top: -18px;
right: -18px;
width: 36px;
height: 36px;
cursor: pointer;
z-index: 8040;
}
.fancybox-nav {
position: absolute;
top: 0;
width: 40%;
height: 100%;
cursor: pointer;
text-decoration: none;
background: transparent url(//www.xkids.hu/wp-content/themes/xkids/img/blank.gif); -webkit-tap-highlight-color: rgba(0,0,0,0);
z-index: 8040;
}
.fancybox-prev {
left: 0;
}
.fancybox-next {
right: 0;
}
.fancybox-nav span {
position: absolute;
top: 50%;
width: 36px;
height: 34px;
margin-top: -18px;
cursor: pointer;
z-index: 8040;
visibility: hidden;
}
.fancybox-prev span {
left: 10px;
background-position: 0 -36px;
}
.fancybox-next span {
right: 10px;
background-position: 0 -72px;
}
.fancybox-nav:hover span {
visibility: visible;
}
.fancybox-tmp {
position: absolute;
top: -99999px;
left: -99999px;
visibility: hidden;
max-width: 99999px;
max-height: 99999px;
overflow: visible !important;
} .fancybox-lock {
overflow: hidden !important;
width: auto;
}
.fancybox-lock body {
overflow: hidden !important;
}
.fancybox-lock-test {
overflow-y: hidden !important;
}
.fancybox-overlay {
position: absolute;
top: 0;
left: 0;
overflow: hidden;
display: none;
z-index: 8010;
background: url(//www.xkids.hu/wp-content/themes/xkids/img/fancybox_overlay.png);
}
.fancybox-overlay-fixed {
position: fixed;
bottom: 0;
right: 0;
}
.fancybox-lock .fancybox-overlay {
overflow: auto;
overflow-y: scroll;
} .fancybox-title {
visibility: hidden;
font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
position: relative;
text-shadow: none;
z-index: 8050;
}
.fancybox-opened .fancybox-title {
visibility: visible;
}
.fancybox-title-float-wrap {
position: absolute;
bottom: 0;
right: 50%;
margin-bottom: -35px;
z-index: 8050;
text-align: center;
}
.fancybox-title-float-wrap .child {
display: inline-block;
margin-right: -100%;
padding: 2px 20px;
background: transparent; background: #000000;
background: rgba(0, 0, 0, 0.8);
border-radius: 15px;
text-shadow: 0 1px 2px #222;
color: #FFF;
font-weight: bold;
line-height: 24px;
white-space: nowrap;
}
.fancybox-title-outside-wrap {
position: relative;
margin-top: 10px;
color: #fff;
}
.fancybox-title-inside-wrap {
padding-top: 10px;
}
.fancybox-title-over-wrap {
position: absolute;
bottom: 0;
left: 0;
color: #fff;
padding: 10px;
background: #000;
background: rgba(0, 0, 0, .8);
} @media only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (min--moz-device-pixel-ratio: 1.5),
only screen and (min-device-pixel-ratio: 1.5) {
#fancybox-loading,
.fancybox-close,
.fancybox-prev span,
.fancybox-next span {
background-image: url(//www.xkids.hu/wp-content/themes/xkids/img/fancybox_sprite@2x.png);
background-size: 44px 152px; }
#fancybox-loading div {
background-image: url(//www.xkids.hu/wp-content/themes/xkids/img/fancybox_loading@2x.gif);
background-size: 24px 24px; }
}
 .animated {
-webkit-animation-duration: 1s;
animation-duration: 1s;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
}
.animated.infinite {
-webkit-animation-iteration-count: infinite;
animation-iteration-count: infinite;
}
.animated.hinge {
-webkit-animation-duration: 2s;
animation-duration: 2s;
}
.animated.flipOutX,
.animated.flipOutY,
.animated.bounceIn,
.animated.bounceOut {
-webkit-animation-duration: .75s;
animation-duration: .75s;
}
@-webkit-keyframes bounce {
from, 20%, 53%, 80%, to {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
-webkit-transform: translate3d(0,0,0);
transform: translate3d(0,0,0);
}
40%, 43% {
-webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
-webkit-transform: translate3d(0, -30px, 0);
transform: translate3d(0, -30px, 0);
}
70% {
-webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
-webkit-transform: translate3d(0, -15px, 0);
transform: translate3d(0, -15px, 0);
}
90% {
-webkit-transform: translate3d(0,-4px,0);
transform: translate3d(0,-4px,0);
}
}
@keyframes bounce {
from, 20%, 53%, 80%, to {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
-webkit-transform: translate3d(0,0,0);
transform: translate3d(0,0,0);
}
40%, 43% {
-webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
-webkit-transform: translate3d(0, -30px, 0);
transform: translate3d(0, -30px, 0);
}
70% {
-webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
-webkit-transform: translate3d(0, -15px, 0);
transform: translate3d(0, -15px, 0);
}
90% {
-webkit-transform: translate3d(0,-4px,0);
transform: translate3d(0,-4px,0);
}
}
.bounce {
-webkit-animation-name: bounce;
animation-name: bounce;
-webkit-transform-origin: center bottom;
-ms-transform-origin: center bottom;
transform-origin: center bottom;
}
@-webkit-keyframes flash {
from, 50%, to {
opacity: 1;
}
25%, 75% {
opacity: 0;
}
}
@keyframes flash {
from, 50%, to {
opacity: 1;
}
25%, 75% {
opacity: 0;
}
}
.flash {
-webkit-animation-name: flash;
animation-name: flash;
} @-webkit-keyframes pulse {
from {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
50% {
-webkit-transform: scale3d(1.05, 1.05, 1.05);
transform: scale3d(1.05, 1.05, 1.05);
}
to {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
}
@keyframes pulse {
from {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
50% {
-webkit-transform: scale3d(1.05, 1.05, 1.05);
transform: scale3d(1.05, 1.05, 1.05);
}
to {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
}
.pulse {
-webkit-animation-name: pulse;
animation-name: pulse;
}
@-webkit-keyframes rubberBand {
from {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
30% {
-webkit-transform: scale3d(1.25, 0.75, 1);
transform: scale3d(1.25, 0.75, 1);
}
40% {
-webkit-transform: scale3d(0.75, 1.25, 1);
transform: scale3d(0.75, 1.25, 1);
}
50% {
-webkit-transform: scale3d(1.15, 0.85, 1);
transform: scale3d(1.15, 0.85, 1);
}
65% {
-webkit-transform: scale3d(.95, 1.05, 1);
transform: scale3d(.95, 1.05, 1);
}
75% {
-webkit-transform: scale3d(1.05, .95, 1);
transform: scale3d(1.05, .95, 1);
}
to {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
}
@keyframes rubberBand {
from {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
30% {
-webkit-transform: scale3d(1.25, 0.75, 1);
transform: scale3d(1.25, 0.75, 1);
}
40% {
-webkit-transform: scale3d(0.75, 1.25, 1);
transform: scale3d(0.75, 1.25, 1);
}
50% {
-webkit-transform: scale3d(1.15, 0.85, 1);
transform: scale3d(1.15, 0.85, 1);
}
65% {
-webkit-transform: scale3d(.95, 1.05, 1);
transform: scale3d(.95, 1.05, 1);
}
75% {
-webkit-transform: scale3d(1.05, .95, 1);
transform: scale3d(1.05, .95, 1);
}
to {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
}
.rubberBand {
-webkit-animation-name: rubberBand;
animation-name: rubberBand;
}
@-webkit-keyframes shake {
from, to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
10%, 30%, 50%, 70%, 90% {
-webkit-transform: translate3d(-10px, 0, 0);
transform: translate3d(-10px, 0, 0);
}
20%, 40%, 60%, 80% {
-webkit-transform: translate3d(10px, 0, 0);
transform: translate3d(10px, 0, 0);
}
}
@keyframes shake {
from, to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
10%, 30%, 50%, 70%, 90% {
-webkit-transform: translate3d(-10px, 0, 0);
transform: translate3d(-10px, 0, 0);
}
20%, 40%, 60%, 80% {
-webkit-transform: translate3d(10px, 0, 0);
transform: translate3d(10px, 0, 0);
}
}
.shake {
-webkit-animation-name: shake;
animation-name: shake;
}
@-webkit-keyframes headShake {
0% {
-webkit-transform: translateX(0);
transform: translateX(0);
}
6.5% {
-webkit-transform: translateX(-6px) rotateY(-9deg);
transform: translateX(-6px) rotateY(-9deg);
}
18.5% {
-webkit-transform: translateX(5px) rotateY(7deg);
transform: translateX(5px) rotateY(7deg);
}
31.5% {
-webkit-transform: translateX(-3px) rotateY(-5deg);
transform: translateX(-3px) rotateY(-5deg);
}
43.5% {
-webkit-transform: translateX(2px) rotateY(3deg);
transform: translateX(2px) rotateY(3deg);
}
50% {
-webkit-transform: translateX(0);
transform: translateX(0);
}
}
@keyframes headShake {
0% {
-webkit-transform: translateX(0);
transform: translateX(0);
}
6.5% {
-webkit-transform: translateX(-6px) rotateY(-9deg);
transform: translateX(-6px) rotateY(-9deg);
}
18.5% {
-webkit-transform: translateX(5px) rotateY(7deg);
transform: translateX(5px) rotateY(7deg);
}
31.5% {
-webkit-transform: translateX(-3px) rotateY(-5deg);
transform: translateX(-3px) rotateY(-5deg);
}
43.5% {
-webkit-transform: translateX(2px) rotateY(3deg);
transform: translateX(2px) rotateY(3deg);
}
50% {
-webkit-transform: translateX(0);
transform: translateX(0);
}
}
.headShake {
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
-webkit-animation-name: headShake;
animation-name: headShake;
}
@-webkit-keyframes swing {
20% {
-webkit-transform: rotate3d(0, 0, 1, 15deg);
transform: rotate3d(0, 0, 1, 15deg);
}
40% {
-webkit-transform: rotate3d(0, 0, 1, -10deg);
transform: rotate3d(0, 0, 1, -10deg);
}
60% {
-webkit-transform: rotate3d(0, 0, 1, 5deg);
transform: rotate3d(0, 0, 1, 5deg);
}
80% {
-webkit-transform: rotate3d(0, 0, 1, -5deg);
transform: rotate3d(0, 0, 1, -5deg);
}
to {
-webkit-transform: rotate3d(0, 0, 1, 0deg);
transform: rotate3d(0, 0, 1, 0deg);
}
}
@keyframes swing {
20% {
-webkit-transform: rotate3d(0, 0, 1, 15deg);
transform: rotate3d(0, 0, 1, 15deg);
}
40% {
-webkit-transform: rotate3d(0, 0, 1, -10deg);
transform: rotate3d(0, 0, 1, -10deg);
}
60% {
-webkit-transform: rotate3d(0, 0, 1, 5deg);
transform: rotate3d(0, 0, 1, 5deg);
}
80% {
-webkit-transform: rotate3d(0, 0, 1, -5deg);
transform: rotate3d(0, 0, 1, -5deg);
}
to {
-webkit-transform: rotate3d(0, 0, 1, 0deg);
transform: rotate3d(0, 0, 1, 0deg);
}
}
.swing {
-webkit-transform-origin: top center;
-ms-transform-origin: top center;
transform-origin: top center;
-webkit-animation-name: swing;
animation-name: swing;
}
@-webkit-keyframes tada {
from {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
10%, 20% {
-webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
}
30%, 50%, 70%, 90% {
-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
}
40%, 60%, 80% {
-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
}
to {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
}
@keyframes tada {
from {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
10%, 20% {
-webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
}
30%, 50%, 70%, 90% {
-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
}
40%, 60%, 80% {
-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
}
to {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
}
.tada {
-webkit-animation-name: tada;
animation-name: tada;
} @-webkit-keyframes wobble {
from {
-webkit-transform: none;
transform: none;
}
15% {
-webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
}
30% {
-webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
}
45% {
-webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
}
60% {
-webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
}
75% {
-webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
}
to {
-webkit-transform: none;
transform: none;
}
}
@keyframes wobble {
from {
-webkit-transform: none;
transform: none;
}
15% {
-webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
}
30% {
-webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
}
45% {
-webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
}
60% {
-webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
}
75% {
-webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
}
to {
-webkit-transform: none;
transform: none;
}
}
.wobble {
-webkit-animation-name: wobble;
animation-name: wobble;
}
@-webkit-keyframes jello {
from, 11.1%, to {
-webkit-transform: none;
transform: none;
}
22.2% {
-webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
transform: skewX(-12.5deg) skewY(-12.5deg);
}
33.3% {
-webkit-transform: skewX(6.25deg) skewY(6.25deg);
transform: skewX(6.25deg) skewY(6.25deg);
}
44.4% {
-webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
transform: skewX(-3.125deg) skewY(-3.125deg);
}
55.5% {
-webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
transform: skewX(1.5625deg) skewY(1.5625deg);
}
66.6% {
-webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
transform: skewX(-0.78125deg) skewY(-0.78125deg);
}
77.7% {
-webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
transform: skewX(0.390625deg) skewY(0.390625deg);
}
88.8% {
-webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
}
}
@keyframes jello {
from, 11.1%, to {
-webkit-transform: none;
transform: none;
}
22.2% {
-webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
transform: skewX(-12.5deg) skewY(-12.5deg);
}
33.3% {
-webkit-transform: skewX(6.25deg) skewY(6.25deg);
transform: skewX(6.25deg) skewY(6.25deg);
}
44.4% {
-webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
transform: skewX(-3.125deg) skewY(-3.125deg);
}
55.5% {
-webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
transform: skewX(1.5625deg) skewY(1.5625deg);
}
66.6% {
-webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
transform: skewX(-0.78125deg) skewY(-0.78125deg);
}
77.7% {
-webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
transform: skewX(0.390625deg) skewY(0.390625deg);
}
88.8% {
-webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
}
}
.jello {
-webkit-animation-name: jello;
animation-name: jello;
-webkit-transform-origin: center;
-ms-transform-origin: center;
transform-origin: center;
}
@-webkit-keyframes bounceIn {
from, 20%, 40%, 60%, 80%, to {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
}
0% {
opacity: 0;
-webkit-transform: scale3d(.3, .3, .3);
transform: scale3d(.3, .3, .3);
}
20% {
-webkit-transform: scale3d(1.1, 1.1, 1.1);
transform: scale3d(1.1, 1.1, 1.1);
}
40% {
-webkit-transform: scale3d(.9, .9, .9);
transform: scale3d(.9, .9, .9);
}
60% {
opacity: 1;
-webkit-transform: scale3d(1.03, 1.03, 1.03);
transform: scale3d(1.03, 1.03, 1.03);
}
80% {
-webkit-transform: scale3d(.97, .97, .97);
transform: scale3d(.97, .97, .97);
}
to {
opacity: 1;
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
}
@keyframes bounceIn {
from, 20%, 40%, 60%, 80%, to {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
}
0% {
opacity: 0;
-webkit-transform: scale3d(.3, .3, .3);
transform: scale3d(.3, .3, .3);
}
20% {
-webkit-transform: scale3d(1.1, 1.1, 1.1);
transform: scale3d(1.1, 1.1, 1.1);
}
40% {
-webkit-transform: scale3d(.9, .9, .9);
transform: scale3d(.9, .9, .9);
}
60% {
opacity: 1;
-webkit-transform: scale3d(1.03, 1.03, 1.03);
transform: scale3d(1.03, 1.03, 1.03);
}
80% {
-webkit-transform: scale3d(.97, .97, .97);
transform: scale3d(.97, .97, .97);
}
to {
opacity: 1;
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
}
.bounceIn {
-webkit-animation-name: bounceIn;
animation-name: bounceIn;
}
@-webkit-keyframes bounceInDown {
from, 60%, 75%, 90%, to {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
}
0% {
opacity: 0;
-webkit-transform: translate3d(0, -3000px, 0);
transform: translate3d(0, -3000px, 0);
}
60% {
opacity: 1;
-webkit-transform: translate3d(0, 25px, 0);
transform: translate3d(0, 25px, 0);
}
75% {
-webkit-transform: translate3d(0, -10px, 0);
transform: translate3d(0, -10px, 0);
}
90% {
-webkit-transform: translate3d(0, 5px, 0);
transform: translate3d(0, 5px, 0);
}
to {
-webkit-transform: none;
transform: none;
}
}
@keyframes bounceInDown {
from, 60%, 75%, 90%, to {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
}
0% {
opacity: 0;
-webkit-transform: translate3d(0, -3000px, 0);
transform: translate3d(0, -3000px, 0);
}
60% {
opacity: 1;
-webkit-transform: translate3d(0, 25px, 0);
transform: translate3d(0, 25px, 0);
}
75% {
-webkit-transform: translate3d(0, -10px, 0);
transform: translate3d(0, -10px, 0);
}
90% {
-webkit-transform: translate3d(0, 5px, 0);
transform: translate3d(0, 5px, 0);
}
to {
-webkit-transform: none;
transform: none;
}
}
.bounceInDown {
-webkit-animation-name: bounceInDown;
animation-name: bounceInDown;
}
@-webkit-keyframes bounceInLeft {
from, 60%, 75%, 90%, to {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
}
0% {
opacity: 0;
-webkit-transform: translate3d(-3000px, 0, 0);
transform: translate3d(-3000px, 0, 0);
}
60% {
opacity: 1;
-webkit-transform: translate3d(25px, 0, 0);
transform: translate3d(25px, 0, 0);
}
75% {
-webkit-transform: translate3d(-10px, 0, 0);
transform: translate3d(-10px, 0, 0);
}
90% {
-webkit-transform: translate3d(5px, 0, 0);
transform: translate3d(5px, 0, 0);
}
to {
-webkit-transform: none;
transform: none;
}
}
@keyframes bounceInLeft {
from, 60%, 75%, 90%, to {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
}
0% {
opacity: 0;
-webkit-transform: translate3d(-3000px, 0, 0);
transform: translate3d(-3000px, 0, 0);
}
60% {
opacity: 1;
-webkit-transform: translate3d(25px, 0, 0);
transform: translate3d(25px, 0, 0);
}
75% {
-webkit-transform: translate3d(-10px, 0, 0);
transform: translate3d(-10px, 0, 0);
}
90% {
-webkit-transform: translate3d(5px, 0, 0);
transform: translate3d(5px, 0, 0);
}
to {
-webkit-transform: none;
transform: none;
}
}
.bounceInLeft {
-webkit-animation-name: bounceInLeft;
animation-name: bounceInLeft;
}
@-webkit-keyframes bounceInRight {
from, 60%, 75%, 90%, to {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
}
from {
opacity: 0;
-webkit-transform: translate3d(3000px, 0, 0);
transform: translate3d(3000px, 0, 0);
}
60% {
opacity: 1;
-webkit-transform: translate3d(-25px, 0, 0);
transform: translate3d(-25px, 0, 0);
}
75% {
-webkit-transform: translate3d(10px, 0, 0);
transform: translate3d(10px, 0, 0);
}
90% {
-webkit-transform: translate3d(-5px, 0, 0);
transform: translate3d(-5px, 0, 0);
}
to {
-webkit-transform: none;
transform: none;
}
}
@keyframes bounceInRight {
from, 60%, 75%, 90%, to {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
}
from {
opacity: 0;
-webkit-transform: translate3d(3000px, 0, 0);
transform: translate3d(3000px, 0, 0);
}
60% {
opacity: 1;
-webkit-transform: translate3d(-25px, 0, 0);
transform: translate3d(-25px, 0, 0);
}
75% {
-webkit-transform: translate3d(10px, 0, 0);
transform: translate3d(10px, 0, 0);
}
90% {
-webkit-transform: translate3d(-5px, 0, 0);
transform: translate3d(-5px, 0, 0);
}
to {
-webkit-transform: none;
transform: none;
}
}
.bounceInRight {
-webkit-animation-name: bounceInRight;
animation-name: bounceInRight;
}
@-webkit-keyframes bounceInUp {
from, 60%, 75%, 90%, to {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
}
from {
opacity: 0;
-webkit-transform: translate3d(0, 3000px, 0);
transform: translate3d(0, 3000px, 0);
}
60% {
opacity: 1;
-webkit-transform: translate3d(0, -20px, 0);
transform: translate3d(0, -20px, 0);
}
75% {
-webkit-transform: translate3d(0, 10px, 0);
transform: translate3d(0, 10px, 0);
}
90% {
-webkit-transform: translate3d(0, -5px, 0);
transform: translate3d(0, -5px, 0);
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
@keyframes bounceInUp {
from, 60%, 75%, 90%, to {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
}
from {
opacity: 0;
-webkit-transform: translate3d(0, 3000px, 0);
transform: translate3d(0, 3000px, 0);
}
60% {
opacity: 1;
-webkit-transform: translate3d(0, -20px, 0);
transform: translate3d(0, -20px, 0);
}
75% {
-webkit-transform: translate3d(0, 10px, 0);
transform: translate3d(0, 10px, 0);
}
90% {
-webkit-transform: translate3d(0, -5px, 0);
transform: translate3d(0, -5px, 0);
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
.bounceInUp {
-webkit-animation-name: bounceInUp;
animation-name: bounceInUp;
}
@-webkit-keyframes bounceOut {
20% {
-webkit-transform: scale3d(.9, .9, .9);
transform: scale3d(.9, .9, .9);
}
50%, 55% {
opacity: 1;
-webkit-transform: scale3d(1.1, 1.1, 1.1);
transform: scale3d(1.1, 1.1, 1.1);
}
to {
opacity: 0;
-webkit-transform: scale3d(.3, .3, .3);
transform: scale3d(.3, .3, .3);
}
}
@keyframes bounceOut {
20% {
-webkit-transform: scale3d(.9, .9, .9);
transform: scale3d(.9, .9, .9);
}
50%, 55% {
opacity: 1;
-webkit-transform: scale3d(1.1, 1.1, 1.1);
transform: scale3d(1.1, 1.1, 1.1);
}
to {
opacity: 0;
-webkit-transform: scale3d(.3, .3, .3);
transform: scale3d(.3, .3, .3);
}
}
.bounceOut {
-webkit-animation-name: bounceOut;
animation-name: bounceOut;
}
@-webkit-keyframes bounceOutDown {
20% {
-webkit-transform: translate3d(0, 10px, 0);
transform: translate3d(0, 10px, 0);
}
40%, 45% {
opacity: 1;
-webkit-transform: translate3d(0, -20px, 0);
transform: translate3d(0, -20px, 0);
}
to {
opacity: 0;
-webkit-transform: translate3d(0, 2000px, 0);
transform: translate3d(0, 2000px, 0);
}
}
@keyframes bounceOutDown {
20% {
-webkit-transform: translate3d(0, 10px, 0);
transform: translate3d(0, 10px, 0);
}
40%, 45% {
opacity: 1;
-webkit-transform: translate3d(0, -20px, 0);
transform: translate3d(0, -20px, 0);
}
to {
opacity: 0;
-webkit-transform: translate3d(0, 2000px, 0);
transform: translate3d(0, 2000px, 0);
}
}
.bounceOutDown {
-webkit-animation-name: bounceOutDown;
animation-name: bounceOutDown;
}
@-webkit-keyframes bounceOutLeft {
20% {
opacity: 1;
-webkit-transform: translate3d(20px, 0, 0);
transform: translate3d(20px, 0, 0);
}
to {
opacity: 0;
-webkit-transform: translate3d(-2000px, 0, 0);
transform: translate3d(-2000px, 0, 0);
}
}
@keyframes bounceOutLeft {
20% {
opacity: 1;
-webkit-transform: translate3d(20px, 0, 0);
transform: translate3d(20px, 0, 0);
}
to {
opacity: 0;
-webkit-transform: translate3d(-2000px, 0, 0);
transform: translate3d(-2000px, 0, 0);
}
}
.bounceOutLeft {
-webkit-animation-name: bounceOutLeft;
animation-name: bounceOutLeft;
}
@-webkit-keyframes bounceOutRight {
20% {
opacity: 1;
-webkit-transform: translate3d(-20px, 0, 0);
transform: translate3d(-20px, 0, 0);
}
to {
opacity: 0;
-webkit-transform: translate3d(2000px, 0, 0);
transform: translate3d(2000px, 0, 0);
}
}
@keyframes bounceOutRight {
20% {
opacity: 1;
-webkit-transform: translate3d(-20px, 0, 0);
transform: translate3d(-20px, 0, 0);
}
to {
opacity: 0;
-webkit-transform: translate3d(2000px, 0, 0);
transform: translate3d(2000px, 0, 0);
}
}
.bounceOutRight {
-webkit-animation-name: bounceOutRight;
animation-name: bounceOutRight;
}
@-webkit-keyframes bounceOutUp {
20% {
-webkit-transform: translate3d(0, -10px, 0);
transform: translate3d(0, -10px, 0);
}
40%, 45% {
opacity: 1;
-webkit-transform: translate3d(0, 20px, 0);
transform: translate3d(0, 20px, 0);
}
to {
opacity: 0;
-webkit-transform: translate3d(0, -2000px, 0);
transform: translate3d(0, -2000px, 0);
}
}
@keyframes bounceOutUp {
20% {
-webkit-transform: translate3d(0, -10px, 0);
transform: translate3d(0, -10px, 0);
}
40%, 45% {
opacity: 1;
-webkit-transform: translate3d(0, 20px, 0);
transform: translate3d(0, 20px, 0);
}
to {
opacity: 0;
-webkit-transform: translate3d(0, -2000px, 0);
transform: translate3d(0, -2000px, 0);
}
}
.bounceOutUp {
-webkit-animation-name: bounceOutUp;
animation-name: bounceOutUp;
}
@-webkit-keyframes fadeIn {
from {
opacity: 0;
}
to {
opacity: 1;
}
}
@keyframes fadeIn {
from {
opacity: 0;
}
to {
opacity: 1;
}
}
.fadeIn {
-webkit-animation-name: fadeIn;
animation-name: fadeIn;
}
@-webkit-keyframes fadeInDown {
from {
opacity: 0;
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0);
}
to {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
@keyframes fadeInDown {
from {
opacity: 0;
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0);
}
to {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
.fadeInDown {
-webkit-animation-name: fadeInDown;
animation-name: fadeInDown;
}
@-webkit-keyframes fadeInDownBig {
from {
opacity: 0;
-webkit-transform: translate3d(0, -2000px, 0);
transform: translate3d(0, -2000px, 0);
}
to {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
@keyframes fadeInDownBig {
from {
opacity: 0;
-webkit-transform: translate3d(0, -2000px, 0);
transform: translate3d(0, -2000px, 0);
}
to {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
.fadeInDownBig {
-webkit-animation-name: fadeInDownBig;
animation-name: fadeInDownBig;
}
@-webkit-keyframes fadeInLeft {
from {
opacity: 0;
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
}
to {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
@keyframes fadeInLeft {
from {
opacity: 0;
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
}
to {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
.fadeInLeft {
-webkit-animation-name: fadeInLeft;
animation-name: fadeInLeft;
}
@-webkit-keyframes fadeInLeftBig {
from {
opacity: 0;
-webkit-transform: translate3d(-2000px, 0, 0);
transform: translate3d(-2000px, 0, 0);
}
to {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
@keyframes fadeInLeftBig {
from {
opacity: 0;
-webkit-transform: translate3d(-2000px, 0, 0);
transform: translate3d(-2000px, 0, 0);
}
to {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
.fadeInLeftBig {
-webkit-animation-name: fadeInLeftBig;
animation-name: fadeInLeftBig;
}
@-webkit-keyframes fadeInRight {
from {
opacity: 0;
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
}
to {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
@keyframes fadeInRight {
from {
opacity: 0;
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
}
to {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
.fadeInRight {
-webkit-animation-name: fadeInRight;
animation-name: fadeInRight;
}
@-webkit-keyframes fadeInRightBig {
from {
opacity: 0;
-webkit-transform: translate3d(2000px, 0, 0);
transform: translate3d(2000px, 0, 0);
}
to {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
@keyframes fadeInRightBig {
from {
opacity: 0;
-webkit-transform: translate3d(2000px, 0, 0);
transform: translate3d(2000px, 0, 0);
}
to {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
.fadeInRightBig {
-webkit-animation-name: fadeInRightBig;
animation-name: fadeInRightBig;
}
@-webkit-keyframes fadeInUp {
from {
opacity: 0;
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
}
to {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
@keyframes fadeInUp {
from {
opacity: 0;
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
}
to {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
.fadeInUp {
-webkit-animation-name: fadeInUp;
animation-name: fadeInUp;
}
@-webkit-keyframes fadeInUpBig {
from {
opacity: 0;
-webkit-transform: translate3d(0, 2000px, 0);
transform: translate3d(0, 2000px, 0);
}
to {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
@keyframes fadeInUpBig {
from {
opacity: 0;
-webkit-transform: translate3d(0, 2000px, 0);
transform: translate3d(0, 2000px, 0);
}
to {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
.fadeInUpBig {
-webkit-animation-name: fadeInUpBig;
animation-name: fadeInUpBig;
}
@-webkit-keyframes fadeOut {
from {
opacity: 1;
}
to {
opacity: 0;
}
}
@keyframes fadeOut {
from {
opacity: 1;
}
to {
opacity: 0;
}
}
.fadeOut {
-webkit-animation-name: fadeOut;
animation-name: fadeOut;
}
@-webkit-keyframes fadeOutDown {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
}
}
@keyframes fadeOutDown {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
}
}
.fadeOutDown {
-webkit-animation-name: fadeOutDown;
animation-name: fadeOutDown;
}
@-webkit-keyframes fadeOutDownBig {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(0, 2000px, 0);
transform: translate3d(0, 2000px, 0);
}
}
@keyframes fadeOutDownBig {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(0, 2000px, 0);
transform: translate3d(0, 2000px, 0);
}
}
.fadeOutDownBig {
-webkit-animation-name: fadeOutDownBig;
animation-name: fadeOutDownBig;
}
@-webkit-keyframes fadeOutLeft {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
}
}
@keyframes fadeOutLeft {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
}
}
.fadeOutLeft {
-webkit-animation-name: fadeOutLeft;
animation-name: fadeOutLeft;
}
@-webkit-keyframes fadeOutLeftBig {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(-2000px, 0, 0);
transform: translate3d(-2000px, 0, 0);
}
}
@keyframes fadeOutLeftBig {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(-2000px, 0, 0);
transform: translate3d(-2000px, 0, 0);
}
}
.fadeOutLeftBig {
-webkit-animation-name: fadeOutLeftBig;
animation-name: fadeOutLeftBig;
}
@-webkit-keyframes fadeOutRight {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
}
}
@keyframes fadeOutRight {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
}
}
.fadeOutRight {
-webkit-animation-name: fadeOutRight;
animation-name: fadeOutRight;
}
@-webkit-keyframes fadeOutRightBig {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(2000px, 0, 0);
transform: translate3d(2000px, 0, 0);
}
}
@keyframes fadeOutRightBig {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(2000px, 0, 0);
transform: translate3d(2000px, 0, 0);
}
}
.fadeOutRightBig {
-webkit-animation-name: fadeOutRightBig;
animation-name: fadeOutRightBig;
}
@-webkit-keyframes fadeOutUp {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0);
}
}
@keyframes fadeOutUp {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0);
}
}
.fadeOutUp {
-webkit-animation-name: fadeOutUp;
animation-name: fadeOutUp;
}
@-webkit-keyframes fadeOutUpBig {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(0, -2000px, 0);
transform: translate3d(0, -2000px, 0);
}
}
@keyframes fadeOutUpBig {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(0, -2000px, 0);
transform: translate3d(0, -2000px, 0);
}
}
.fadeOutUpBig {
-webkit-animation-name: fadeOutUpBig;
animation-name: fadeOutUpBig;
}
@-webkit-keyframes flip {
from {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
-webkit-animation-timing-function: ease-out;
animation-timing-function: ease-out;
}
40% {
-webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
-webkit-animation-timing-function: ease-out;
animation-timing-function: ease-out;
}
50% {
-webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
80% {
-webkit-transform: perspective(400px) scale3d(.95, .95, .95);
transform: perspective(400px) scale3d(.95, .95, .95);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
to {
-webkit-transform: perspective(400px);
transform: perspective(400px);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
}
@keyframes flip {
from {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
-webkit-animation-timing-function: ease-out;
animation-timing-function: ease-out;
}
40% {
-webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
-webkit-animation-timing-function: ease-out;
animation-timing-function: ease-out;
}
50% {
-webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
80% {
-webkit-transform: perspective(400px) scale3d(.95, .95, .95);
transform: perspective(400px) scale3d(.95, .95, .95);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
to {
-webkit-transform: perspective(400px);
transform: perspective(400px);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
}
.animated.flip {
-webkit-backface-visibility: visible;
backface-visibility: visible;
-webkit-animation-name: flip;
animation-name: flip;
}
@-webkit-keyframes flipInX {
from {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
opacity: 0;
}
40% {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
60% {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
opacity: 1;
}
80% {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
}
to {
-webkit-transform: perspective(400px);
transform: perspective(400px);
}
}
@keyframes flipInX {
from {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
opacity: 0;
}
40% {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
60% {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
opacity: 1;
}
80% {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
}
to {
-webkit-transform: perspective(400px);
transform: perspective(400px);
}
}
.flipInX {
-webkit-backface-visibility: visible !important;
backface-visibility: visible !important;
-webkit-animation-name: flipInX;
animation-name: flipInX;
}
@-webkit-keyframes flipInY {
from {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
opacity: 0;
}
40% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
60% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
opacity: 1;
}
80% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
}
to {
-webkit-transform: perspective(400px);
transform: perspective(400px);
}
}
@keyframes flipInY {
from {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
opacity: 0;
}
40% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
60% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
opacity: 1;
}
80% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
}
to {
-webkit-transform: perspective(400px);
transform: perspective(400px);
}
}
.flipInY {
-webkit-backface-visibility: visible !important;
backface-visibility: visible !important;
-webkit-animation-name: flipInY;
animation-name: flipInY;
}
@-webkit-keyframes flipOutX {
from {
-webkit-transform: perspective(400px);
transform: perspective(400px);
}
30% {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
opacity: 1;
}
to {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
opacity: 0;
}
}
@keyframes flipOutX {
from {
-webkit-transform: perspective(400px);
transform: perspective(400px);
}
30% {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
opacity: 1;
}
to {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
opacity: 0;
}
}
.flipOutX {
-webkit-animation-name: flipOutX;
animation-name: flipOutX;
-webkit-backface-visibility: visible !important;
backface-visibility: visible !important;
}
@-webkit-keyframes flipOutY {
from {
-webkit-transform: perspective(400px);
transform: perspective(400px);
}
30% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
opacity: 1;
}
to {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
opacity: 0;
}
}
@keyframes flipOutY {
from {
-webkit-transform: perspective(400px);
transform: perspective(400px);
}
30% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
opacity: 1;
}
to {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
opacity: 0;
}
}
.flipOutY {
-webkit-backface-visibility: visible !important;
backface-visibility: visible !important;
-webkit-animation-name: flipOutY;
animation-name: flipOutY;
}
@-webkit-keyframes lightSpeedIn {
from {
-webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
transform: translate3d(100%, 0, 0) skewX(-30deg);
opacity: 0;
}
60% {
-webkit-transform: skewX(20deg);
transform: skewX(20deg);
opacity: 1;
}
80% {
-webkit-transform: skewX(-5deg);
transform: skewX(-5deg);
opacity: 1;
}
to {
-webkit-transform: none;
transform: none;
opacity: 1;
}
}
@keyframes lightSpeedIn {
from {
-webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
transform: translate3d(100%, 0, 0) skewX(-30deg);
opacity: 0;
}
60% {
-webkit-transform: skewX(20deg);
transform: skewX(20deg);
opacity: 1;
}
80% {
-webkit-transform: skewX(-5deg);
transform: skewX(-5deg);
opacity: 1;
}
to {
-webkit-transform: none;
transform: none;
opacity: 1;
}
}
.lightSpeedIn {
-webkit-animation-name: lightSpeedIn;
animation-name: lightSpeedIn;
-webkit-animation-timing-function: ease-out;
animation-timing-function: ease-out;
}
@-webkit-keyframes lightSpeedOut {
from {
opacity: 1;
}
to {
-webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
transform: translate3d(100%, 0, 0) skewX(30deg);
opacity: 0;
}
}
@keyframes lightSpeedOut {
from {
opacity: 1;
}
to {
-webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
transform: translate3d(100%, 0, 0) skewX(30deg);
opacity: 0;
}
}
.lightSpeedOut {
-webkit-animation-name: lightSpeedOut;
animation-name: lightSpeedOut;
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
@-webkit-keyframes rotateIn {
from {
-webkit-transform-origin: center;
transform-origin: center;
-webkit-transform: rotate3d(0, 0, 1, -200deg);
transform: rotate3d(0, 0, 1, -200deg);
opacity: 0;
}
to {
-webkit-transform-origin: center;
transform-origin: center;
-webkit-transform: none;
transform: none;
opacity: 1;
}
}
@keyframes rotateIn {
from {
-webkit-transform-origin: center;
transform-origin: center;
-webkit-transform: rotate3d(0, 0, 1, -200deg);
transform: rotate3d(0, 0, 1, -200deg);
opacity: 0;
}
to {
-webkit-transform-origin: center;
transform-origin: center;
-webkit-transform: none;
transform: none;
opacity: 1;
}
}
.rotateIn {
-webkit-animation-name: rotateIn;
animation-name: rotateIn;
}
@-webkit-keyframes rotateInDownLeft {
from {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate3d(0, 0, 1, -45deg);
transform: rotate3d(0, 0, 1, -45deg);
opacity: 0;
}
to {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: none;
transform: none;
opacity: 1;
}
}
@keyframes rotateInDownLeft {
from {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate3d(0, 0, 1, -45deg);
transform: rotate3d(0, 0, 1, -45deg);
opacity: 0;
}
to {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: none;
transform: none;
opacity: 1;
}
}
.rotateInDownLeft {
-webkit-animation-name: rotateInDownLeft;
animation-name: rotateInDownLeft;
}
@-webkit-keyframes rotateInDownRight {
from {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate3d(0, 0, 1, 45deg);
transform: rotate3d(0, 0, 1, 45deg);
opacity: 0;
}
to {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: none;
transform: none;
opacity: 1;
}
}
@keyframes rotateInDownRight {
from {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate3d(0, 0, 1, 45deg);
transform: rotate3d(0, 0, 1, 45deg);
opacity: 0;
}
to {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: none;
transform: none;
opacity: 1;
}
}
.rotateInDownRight {
-webkit-animation-name: rotateInDownRight;
animation-name: rotateInDownRight;
}
@-webkit-keyframes rotateInUpLeft {
from {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate3d(0, 0, 1, 45deg);
transform: rotate3d(0, 0, 1, 45deg);
opacity: 0;
}
to {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: none;
transform: none;
opacity: 1;
}
}
@keyframes rotateInUpLeft {
from {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate3d(0, 0, 1, 45deg);
transform: rotate3d(0, 0, 1, 45deg);
opacity: 0;
}
to {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: none;
transform: none;
opacity: 1;
}
}
.rotateInUpLeft {
-webkit-animation-name: rotateInUpLeft;
animation-name: rotateInUpLeft;
}
@-webkit-keyframes rotateInUpRight {
from {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate3d(0, 0, 1, -90deg);
transform: rotate3d(0, 0, 1, -90deg);
opacity: 0;
}
to {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: none;
transform: none;
opacity: 1;
}
}
@keyframes rotateInUpRight {
from {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate3d(0, 0, 1, -90deg);
transform: rotate3d(0, 0, 1, -90deg);
opacity: 0;
}
to {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: none;
transform: none;
opacity: 1;
}
}
.rotateInUpRight {
-webkit-animation-name: rotateInUpRight;
animation-name: rotateInUpRight;
}
@-webkit-keyframes rotateOut {
from {
-webkit-transform-origin: center;
transform-origin: center;
opacity: 1;
}
to {
-webkit-transform-origin: center;
transform-origin: center;
-webkit-transform: rotate3d(0, 0, 1, 200deg);
transform: rotate3d(0, 0, 1, 200deg);
opacity: 0;
}
}
@keyframes rotateOut {
from {
-webkit-transform-origin: center;
transform-origin: center;
opacity: 1;
}
to {
-webkit-transform-origin: center;
transform-origin: center;
-webkit-transform: rotate3d(0, 0, 1, 200deg);
transform: rotate3d(0, 0, 1, 200deg);
opacity: 0;
}
}
.rotateOut {
-webkit-animation-name: rotateOut;
animation-name: rotateOut;
}
@-webkit-keyframes rotateOutDownLeft {
from {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
opacity: 1;
}
to {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate3d(0, 0, 1, 45deg);
transform: rotate3d(0, 0, 1, 45deg);
opacity: 0;
}
}
@keyframes rotateOutDownLeft {
from {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
opacity: 1;
}
to {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate3d(0, 0, 1, 45deg);
transform: rotate3d(0, 0, 1, 45deg);
opacity: 0;
}
}
.rotateOutDownLeft {
-webkit-animation-name: rotateOutDownLeft;
animation-name: rotateOutDownLeft;
}
@-webkit-keyframes rotateOutDownRight {
from {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
opacity: 1;
}
to {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate3d(0, 0, 1, -45deg);
transform: rotate3d(0, 0, 1, -45deg);
opacity: 0;
}
}
@keyframes rotateOutDownRight {
from {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
opacity: 1;
}
to {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate3d(0, 0, 1, -45deg);
transform: rotate3d(0, 0, 1, -45deg);
opacity: 0;
}
}
.rotateOutDownRight {
-webkit-animation-name: rotateOutDownRight;
animation-name: rotateOutDownRight;
}
@-webkit-keyframes rotateOutUpLeft {
from {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
opacity: 1;
}
to {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate3d(0, 0, 1, -45deg);
transform: rotate3d(0, 0, 1, -45deg);
opacity: 0;
}
}
@keyframes rotateOutUpLeft {
from {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
opacity: 1;
}
to {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate3d(0, 0, 1, -45deg);
transform: rotate3d(0, 0, 1, -45deg);
opacity: 0;
}
}
.rotateOutUpLeft {
-webkit-animation-name: rotateOutUpLeft;
animation-name: rotateOutUpLeft;
}
@-webkit-keyframes rotateOutUpRight {
from {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
opacity: 1;
}
to {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate3d(0, 0, 1, 90deg);
transform: rotate3d(0, 0, 1, 90deg);
opacity: 0;
}
}
@keyframes rotateOutUpRight {
from {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
opacity: 1;
}
to {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate3d(0, 0, 1, 90deg);
transform: rotate3d(0, 0, 1, 90deg);
opacity: 0;
}
}
.rotateOutUpRight {
-webkit-animation-name: rotateOutUpRight;
animation-name: rotateOutUpRight;
}
@-webkit-keyframes hinge {
0% {
-webkit-transform-origin: top left;
transform-origin: top left;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
}
20%, 60% {
-webkit-transform: rotate3d(0, 0, 1, 80deg);
transform: rotate3d(0, 0, 1, 80deg);
-webkit-transform-origin: top left;
transform-origin: top left;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
}
40%, 80% {
-webkit-transform: rotate3d(0, 0, 1, 60deg);
transform: rotate3d(0, 0, 1, 60deg);
-webkit-transform-origin: top left;
transform-origin: top left;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
opacity: 1;
}
to {
-webkit-transform: translate3d(0, 700px, 0);
transform: translate3d(0, 700px, 0);
opacity: 0;
}
}
@keyframes hinge {
0% {
-webkit-transform-origin: top left;
transform-origin: top left;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
}
20%, 60% {
-webkit-transform: rotate3d(0, 0, 1, 80deg);
transform: rotate3d(0, 0, 1, 80deg);
-webkit-transform-origin: top left;
transform-origin: top left;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
}
40%, 80% {
-webkit-transform: rotate3d(0, 0, 1, 60deg);
transform: rotate3d(0, 0, 1, 60deg);
-webkit-transform-origin: top left;
transform-origin: top left;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
opacity: 1;
}
to {
-webkit-transform: translate3d(0, 700px, 0);
transform: translate3d(0, 700px, 0);
opacity: 0;
}
}
.hinge {
-webkit-animation-name: hinge;
animation-name: hinge;
} @-webkit-keyframes rollIn {
from {
opacity: 0;
-webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
}
to {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
@keyframes rollIn {
from {
opacity: 0;
-webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
}
to {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
.rollIn {
-webkit-animation-name: rollIn;
animation-name: rollIn;
} @-webkit-keyframes rollOut {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
}
}
@keyframes rollOut {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
}
}
.rollOut {
-webkit-animation-name: rollOut;
animation-name: rollOut;
}
@-webkit-keyframes zoomIn {
from {
opacity: 0;
-webkit-transform: scale3d(.3, .3, .3);
transform: scale3d(.3, .3, .3);
}
50% {
opacity: 1;
}
}
@keyframes zoomIn {
from {
opacity: 0;
-webkit-transform: scale3d(.3, .3, .3);
transform: scale3d(.3, .3, .3);
}
50% {
opacity: 1;
}
}
.zoomIn {
-webkit-animation-name: zoomIn;
animation-name: zoomIn;
}
@-webkit-keyframes zoomInDown {
from {
opacity: 0;
-webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
-webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}
60% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
}
}
@keyframes zoomInDown {
from {
opacity: 0;
-webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
-webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}
60% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
}
}
.zoomInDown {
-webkit-animation-name: zoomInDown;
animation-name: zoomInDown;
}
@-webkit-keyframes zoomInLeft {
from {
opacity: 0;
-webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
-webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}
60% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
}
}
@keyframes zoomInLeft {
from {
opacity: 0;
-webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
-webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}
60% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
}
}
.zoomInLeft {
-webkit-animation-name: zoomInLeft;
animation-name: zoomInLeft;
}
@-webkit-keyframes zoomInRight {
from {
opacity: 0;
-webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
-webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}
60% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
}
}
@keyframes zoomInRight {
from {
opacity: 0;
-webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
-webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}
60% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
}
}
.zoomInRight {
-webkit-animation-name: zoomInRight;
animation-name: zoomInRight;
}
@-webkit-keyframes zoomInUp {
from {
opacity: 0;
-webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
-webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}
60% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
}
}
@keyframes zoomInUp {
from {
opacity: 0;
-webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
-webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}
60% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
}
}
.zoomInUp {
-webkit-animation-name: zoomInUp;
animation-name: zoomInUp;
}
@-webkit-keyframes zoomOut {
from {
opacity: 1;
}
50% {
opacity: 0;
-webkit-transform: scale3d(.3, .3, .3);
transform: scale3d(.3, .3, .3);
}
to {
opacity: 0;
}
}
@keyframes zoomOut {
from {
opacity: 1;
}
50% {
opacity: 0;
-webkit-transform: scale3d(.3, .3, .3);
transform: scale3d(.3, .3, .3);
}
to {
opacity: 0;
}
}
.zoomOut {
-webkit-animation-name: zoomOut;
animation-name: zoomOut;
}
@-webkit-keyframes zoomOutDown {
40% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
-webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}
to {
opacity: 0;
-webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
-webkit-transform-origin: center bottom;
transform-origin: center bottom;
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
}
}
@keyframes zoomOutDown {
40% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
-webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}
to {
opacity: 0;
-webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
-webkit-transform-origin: center bottom;
transform-origin: center bottom;
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
}
}
.zoomOutDown {
-webkit-animation-name: zoomOutDown;
animation-name: zoomOutDown;
}
@-webkit-keyframes zoomOutLeft {
40% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
}
to {
opacity: 0;
-webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
transform: scale(.1) translate3d(-2000px, 0, 0);
-webkit-transform-origin: left center;
transform-origin: left center;
}
}
@keyframes zoomOutLeft {
40% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
}
to {
opacity: 0;
-webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
transform: scale(.1) translate3d(-2000px, 0, 0);
-webkit-transform-origin: left center;
transform-origin: left center;
}
}
.zoomOutLeft {
-webkit-animation-name: zoomOutLeft;
animation-name: zoomOutLeft;
}
@-webkit-keyframes zoomOutRight {
40% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
}
to {
opacity: 0;
-webkit-transform: scale(.1) translate3d(2000px, 0, 0);
transform: scale(.1) translate3d(2000px, 0, 0);
-webkit-transform-origin: right center;
transform-origin: right center;
}
}
@keyframes zoomOutRight {
40% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
}
to {
opacity: 0;
-webkit-transform: scale(.1) translate3d(2000px, 0, 0);
transform: scale(.1) translate3d(2000px, 0, 0);
-webkit-transform-origin: right center;
transform-origin: right center;
}
}
.zoomOutRight {
-webkit-animation-name: zoomOutRight;
animation-name: zoomOutRight;
}
@-webkit-keyframes zoomOutUp {
40% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
-webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}
to {
opacity: 0;
-webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
-webkit-transform-origin: center bottom;
transform-origin: center bottom;
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
}
}
@keyframes zoomOutUp {
40% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
-webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}
to {
opacity: 0;
-webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
-webkit-transform-origin: center bottom;
transform-origin: center bottom;
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
}
}
.zoomOutUp {
-webkit-animation-name: zoomOutUp;
animation-name: zoomOutUp;
}
@-webkit-keyframes slideInDown {
from {
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0);
visibility: visible;
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
@keyframes slideInDown {
from {
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0);
visibility: visible;
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
.slideInDown {
-webkit-animation-name: slideInDown;
animation-name: slideInDown;
}
@-webkit-keyframes slideInLeft {
from {
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
visibility: visible;
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
@keyframes slideInLeft {
from {
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
visibility: visible;
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
.slideInLeft {
-webkit-animation-name: slideInLeft;
animation-name: slideInLeft;
}
@-webkit-keyframes slideInRight {
from {
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
visibility: visible;
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
@keyframes slideInRight {
from {
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
visibility: visible;
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
.slideInRight {
-webkit-animation-name: slideInRight;
animation-name: slideInRight;
}
@-webkit-keyframes slideInUp {
from {
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
visibility: visible;
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
@keyframes slideInUp {
from {
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
visibility: visible;
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
.slideInUp {
-webkit-animation-name: slideInUp;
animation-name: slideInUp;
}
@-webkit-keyframes slideOutDown {
from {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
to {
visibility: hidden;
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
}
}
@keyframes slideOutDown {
from {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
to {
visibility: hidden;
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
}
}
.slideOutDown {
-webkit-animation-name: slideOutDown;
animation-name: slideOutDown;
}
@-webkit-keyframes slideOutLeft {
from {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
to {
visibility: hidden;
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
}
}
@keyframes slideOutLeft {
from {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
to {
visibility: hidden;
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
}
}
.slideOutLeft {
-webkit-animation-name: slideOutLeft;
animation-name: slideOutLeft;
}
@-webkit-keyframes slideOutRight {
from {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
to {
visibility: hidden;
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
}
}
@keyframes slideOutRight {
from {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
to {
visibility: hidden;
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
}
}
.slideOutRight {
-webkit-animation-name: slideOutRight;
animation-name: slideOutRight;
}
@-webkit-keyframes slideOutUp {
from {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
to {
visibility: hidden;
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0);
}
}
@keyframes slideOutUp {
from {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
to {
visibility: hidden;
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0);
}
}
.slideOutUp {
-webkit-animation-name: slideOutUp;
animation-name: slideOutUp;
} .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 {
transition: height 500ms ease-in-out;
} .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;
}
.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-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-dot {
cursor: pointer;
cursor: hand;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.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 {
display: none;
}
.owl-carousel .owl-item {
position: relative;
min-height: 1px;
float: left;
-webkit-backface-visibility: hidden;
-webkit-tap-highlight-color: transparent;
-webkit-touch-callout: none;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.owl-carousel .owl-item img {
display: block;
width: 100%;
-webkit-transform-style: preserve-3d;
}
.owl-carousel.owl-text-select-on .owl-item {
-webkit-user-select: auto;
-moz-user-select: auto;
-ms-user-select: auto;
user-select: auto;
}
.owl-carousel .owl-grab {
cursor: move;
cursor: -webkit-grab;
cursor: -o-grab;
cursor: -ms-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 .owl-item img {
-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(//www.xkids.hu/wp-content/themes/xkids/owl.video.play.png) no-repeat;
cursor: pointer;
z-index: 1;
-webkit-backface-visibility: hidden;
transition: scale 100ms ease;
}
.owl-carousel .owl-video-play-icon:hover {
transition: 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;
transition: opacity 400ms ease;
}
.owl-carousel .owl-video-frame {
position: relative;
z-index: 1;
}

*,
*:before,
*:after {
box-sizing: border-box;
}
* {
-webkit-font-smoothing: antialiased;
text-rendering: optimizeLegibility;
}
h1,
h2,
h3,
h4,
h5,
h6 {
font-weight: normal;
margin: 0;
}
a {
text-decoration: none;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
display: block;
}
audio,
canvas,
video {
display: inline-block;
}
audio:not([controls]) {
display: none;
height: 0;
}
[hidden] {
display: none;
}
html {
font-size: 100%; -ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; overflow-y: scroll;
}
input[type="radio"],
input[type="checkbox"] {
margin: 4px 0 0;
line-height: normal;
}
body {
margin: 0;
}
iframe {
border-style: none;
border: none; display: block;
position: relative;
max-width: 100%;
}
a:focus {
outline: none;
}
a:active,
a:hover {
outline: 0;
}
abbr[title] {
border-bottom: 1px dotted;
}
b,
strong {
font-weight: normal;
-webkit-appearance: none;
}
blockquote {
margin: 0;
}
dfn {
font-style: italic;
}
hr {
box-sizing: content-box;
display: block;
border-style: none;
height: 1px;
background: #e6e6e6;
margin: 1.5em 0;
width: 100%;
}
mark {
background: #ff0;
color: #000;
}
p,
pre {
margin: 1em 0;
}
code,
kbd,
pre,
samp {
font-family: monospace, serif;
font-size: 1em;
}
pre {
white-space: pre;
white-space: pre-wrap;
word-wrap: break-word;
}
q {
quotes: none;
}
q:before,
q:after {
content: "";
content: none;
}
small {
font-size: 80%;
}
sub,
sup {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline;
}
sup {
top: -0.5em;
}
sub {
bottom: -0.25em;
}
dl,
menu,
ol,
ul {
margin: 0;
}
dd {
margin: 0;
}
menu,
ol,
ul {
padding: 0;
}
nav ul,
nav ol {
list-style: none;
list-style-image: none;
}
img {
border: 0;
-ms-interpolation-mode: bicubic;
}
svg:not(:root) {
overflow: hidden;
}
figure {
margin: 0;
}
form {
margin: 0;
}
fieldset {
border: 1px solid gray;
margin: 0 2px;
padding: 0.35em 0.625em 0.75em;
}
legend {
border: 0;
padding: 0;
white-space: normal;
}
button,
input,
select,
textarea {
font-size: 100%;
margin: 0;
vertical-align: baseline;
}
button,
input {
line-height: normal;
}
button,
select {
text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
border-style: none;
-webkit-appearance: button;
cursor: pointer;
}
button[disabled],
html input[disabled] {
cursor: default;
}
input[type="checkbox"],
input[type="radio"] {
padding: 0;
}
input[type="search"] {
-webkit-appearance: textfield;
box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
-webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
border: 0;
padding: 0;
}
textarea {
overflow: auto;
vertical-align: top;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
audio,
canvas,
img,
video {
vertical-align: middle;
}
fieldset {
border: 0;
margin: 0;
padding: 0;
}
textarea {
resize: vertical;
}
@-webkit-keyframes expand {
0% {
opacity: 0;
filter: alpha(opacity=0) \9;
-webkit-transform: scale(0);
}
50% {
opacity: 0.4;
filter: alpha(opacity=40) \9;
}
100% {
opacity: 0;
filter: alpha(opacity=0) \9;
-webkit-transform: scale(1);
}
}
@keyframes expand {
0% {
opacity: 0;
filter: alpha(opacity=0) \9;
-webkit-transform: scale(0);
transform: scale(0);
}
50% {
opacity: 0.4;
filter: alpha(opacity=40) \9;
}
100% {
opacity: 0;
filter: alpha(opacity=0) \9;
-webkit-transform: scale(1);
transform: scale(1);
}
}
.container {
padding: 0 1em;
max-width: 1488px;
margin-left: auto;
margin-right: auto;
}
.container:after {
content: " ";
display: block;
clear: both;
}
@media (min-width: 1485px) {
.container {
padding: 0;
}
}
html {
background: transparent;
color: #515b69;
font-family: "he-400", Helvetica, Arial, sans-serif;
font-size: 100%;
line-height: 1.5;
font-weight: normal;
}
h1,
h2,
h3,
h4,
h5,
h6 {
margin: 0 0 1.25em;
font-family: "he-300";
}
h5,
h6 {
font-family: "he-400";
}
h1 {
font-size: 2em;
line-height: 1.35;
}
@media (min-width: 768px) {
h1 {
font-size: 3.250em;
line-height: 1.3;
margin: 0 0 .35em;
}
}
h2 {
font-size: 1.625em;
line-height: 1.4;
}
@media (min-width: 768px) {
h2 {
font-size: 2.250em;
margin: 0 0 .75em;
}
}
h3 {
font-size: 1.5em;
line-height: 1.4;
}
h4 {
font-size: 1.250em;
}
h5 {
font-size: 1.125em;
}
h6 {
font-size: 1.000em;
}
ul,
ol {
margin: 0 0 1.75em;
}
p,
a,
span,
label,
strong,
em {
margin: 0 0 1em;
}
p p,
p a,
p span,
p label,
p strong,
p em,
a p,
a a,
a span,
a label,
a strong,
a em,
span p,
span a,
span span,
span label,
span strong,
span em,
label p,
label a,
label span,
label label,
label strong,
label em,
strong p,
strong a,
strong span,
strong label,
strong strong,
strong em,
em p,
em a,
em span,
em label,
em strong,
em em {
font-size: 100%;
margin: 0;
}
strong,
em {
display: inline-block;
}
a {
margin: 0;
color: #333333;
}
strong {
font-family: "he-700";
}
blockquote {
padding: 1em;
margin: 0 0 1em;
border-radius: 5px;
background: #f2f2f2;
border: 1px solid #d9d9d9;
}
blockquote p {
margin-bottom: 0;
}
input[type="text"],
input[type="email"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="url"],
input[type="number"],
input[type="date"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="week"],
input[type="month"],
input[type="name"],
textarea,
select {
box-sizing: border-box;
border-radius: 3px;
transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-webkit-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
font-family: "he-400", Helvetica, Arial, sans-serif;
font-size: 100%;
border-style: none;
border: 1px solid #8c8c8c;
min-width: 270px;
height: 30px;
line-height: 30px;
padding: 2px 12px 0;
background: white;
color: #515B69;
outline: 1;
vertical-align: middle;
}
input[type="text"].round,
input[type="email"].round,
input[type="password"].round,
input[type="search"].round,
input[type="tel"].round,
input[type="url"].round,
input[type="number"].round,
input[type="date"].round,
input[type="time"].round,
input[type="datetime"].round,
input[type="datetime-local"].round,
input[type="week"].round,
input[type="month"].round,
input[type="name"].round,
textarea.round,
select.round {
border-radius: 50px;
}
input[type="text"].error,
input[type="email"].error,
input[type="password"].error,
input[type="search"].error,
input[type="tel"].error,
input[type="url"].error,
input[type="number"].error,
input[type="date"].error,
input[type="time"].error,
input[type="datetime"].error,
input[type="datetime-local"].error,
input[type="week"].error,
input[type="month"].error,
input[type="name"].error,
textarea.error,
select.error {
border-color: red;
}
small {
display: block;
color: red;
line-height: 1;
margin: 1em 0 0;
text-align: left;
}
textarea {
min-height: 200px;
line-height: 1.4;
}
.error-background {
background: #fde7e6 !important;
}
.error-border {
border-color: #E72C23 !important;
}
::-ms-clear {
width: 0;
height: 0;
}
::-ms-reveal {
width: 0;
height: 0;
}
.btn-simple:after {
content: "";
display: inline-block;
vertical-align: inherit;
width: 16px;
height: 11px;
margin: 0 0 0 .75em;
background: green;
}
.btn,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.overlay form button {
transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-webkit-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
border-radius: 4px;
background: #FFA01D;
display: inline-block;
height: 40px;
line-height: 40px;
padding: 0 2em;
color: white;
font-size: 1em;
font-family: "he-400";
position: relative;
vertical-align: middle;
border: none;
overflow: hidden;
cursor: pointer;
}
@media (min-width: 1024px) {
.btn:active,
.woocommerce a.button:active,
.woocommerce button.button:active,
.woocommerce input.button:active,
.overlay form button:active {
top: 3px;
}
}
.btn.blue,
.woocommerce a.button.blue,
.woocommerce button.button.blue,
.woocommerce input.button.blue,
.overlay form button.blue {
background: #E72C23;
}
.btn.orange,
.woocommerce a.button.orange,
.woocommerce button.button.orange,
.woocommerce input.button.orange,
.overlay form button.orange {
background: #E72C23;
}
.btn.arrow:after,
.woocommerce a.button.arrow:after,
.woocommerce button.button.arrow:after,
.woocommerce input.button.arrow:after,
.overlay form button.arrow:after {
content: "\f105";
font-family: "FontAwesome";
margin-left: 10px;
font-size: 14px;
}
@media (min-width: 1024px) {
.no-touch .btn:hover,
.no-touch .woocommerce a.button:hover,
.no-touch .woocommerce button.button:hover,
.no-touch .woocommerce input.button:hover,
.no-touch .overlay form button:hover {
background-color: #FFA01D !important;
}
}
.small-button {
border-radius: 50px;
transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-webkit-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
display: inline-block;
vertical-align: middle;
padding: 0 .5em;
font-size: 14px;
height: 25px;
line-height: 25px;
color: white;
font-family: "he-400";
background: #515B69;
position: relative;
}
@media (min-width: 1024px) {
.small-button:active {
top: 2px;
}
}
@media (min-width: 1024px) {
.small-button:hover {
background-color: #ec5851 !important;
}
}
@media (min-width: 1024px) {
.stories-title a:hover {
border-color: #E72C23;
color: #E72C23;
}
}
@media (min-width: 1024px) {
.stories-title a:active {
top: 2px;
}
}
ul li {
list-style: none;
}
table {
table-layout: fixed;
}  .fa {
display: inline-block;
font: normal normal normal 14px/1 FontAwesome;
font-size: inherit;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
} .fa-lg {
font-size: 1.33333em;
line-height: 0.75em;
vertical-align: -15%;
}
.fa-2x {
font-size: 2em;
}
.fa-3x {
font-size: 3em;
}
.fa-4x {
font-size: 4em;
}
.fa-5x {
font-size: 5em;
}
.fa-fw {
width: 1.28571em;
text-align: center;
}
.fa-ul {
padding-left: 0;
margin-left: 2.14286em;
list-style-type: none;
}
.fa-ul &gt; li {
position: relative;
}
.fa-li {
position: absolute;
left: -2.14286em;
width: 2.14286em;
top: 0.14286em;
text-align: center;
}
.fa-li.fa-lg {
left: -1.85714em;
}
.fa-border {
padding: .2em .25em .15em;
border: solid 0.08em #eee;
border-radius: .1em;
}
.fa-pull-left {
float: left;
}
.fa-pull-right {
float: right;
}
.fa.fa-pull-left {
margin-right: .3em;
}
.fa.fa-pull-right {
margin-left: .3em;
} .pull-right {
float: right;
}
.pull-left {
float: left;
}
.fa.pull-left {
margin-right: .3em;
}
.fa.pull-right {
margin-left: .3em;
}
.fa-spin {
-webkit-animation: fa-spin 2s infinite linear;
animation: fa-spin 2s infinite linear;
}
.fa-pulse {
-webkit-animation: fa-spin 1s infinite steps(8);
animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(359deg);
transform: rotate(359deg);
}
}
@keyframes fa-spin {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(359deg);
transform: rotate(359deg);
}
}
.fa-rotate-90 {
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
-webkit-transform: rotate(90deg);
-ms-transform: rotate(90deg);
transform: rotate(90deg);
}
.fa-rotate-180 {
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
-webkit-transform: rotate(180deg);
-ms-transform: rotate(180deg);
transform: rotate(180deg);
}
.fa-rotate-270 {
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
-webkit-transform: rotate(270deg);
-ms-transform: rotate(270deg);
transform: rotate(270deg);
}
.fa-flip-horizontal {
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0);
-webkit-transform: scale(-1, 1);
-ms-transform: scale(-1, 1);
transform: scale(-1, 1);
}
.fa-flip-vertical {
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
-webkit-transform: scale(1, -1);
-ms-transform: scale(1, -1);
transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
-webkit-filter: none;
filter: none;
}
.fa-stack {
position: relative;
display: inline-block;
width: 2em;
height: 2em;
line-height: 2em;
vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
position: absolute;
left: 0;
width: 100%;
text-align: center;
}
.fa-stack-1x {
line-height: inherit;
}
.fa-stack-2x {
font-size: 2em;
}
.fa-inverse {
color: #fff;
} .fa-glass:before {
content: "";
}
.fa-music:before {
content: "";
}
.fa-search:before {
content: "";
}
.fa-envelope-o:before {
content: "";
}
.fa-heart:before {
content: "";
}
.fa-star:before {
content: "";
}
.fa-star-o:before {
content: "";
}
.fa-user:before {
content: "";
}
.fa-film:before {
content: "";
}
.fa-th-large:before {
content: "";
}
.fa-th:before {
content: "";
}
.fa-th-list:before {
content: "";
}
.fa-check:before {
content: "";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
content: "";
}
.fa-search-plus:before {
content: "";
}
.fa-search-minus:before {
content: "";
}
.fa-power-off:before {
content: "";
}
.fa-signal:before {
content: "";
}
.fa-gear:before,
.fa-cog:before {
content: "";
}
.fa-trash-o:before {
content: "";
}
.fa-home:before {
content: "";
}
.fa-file-o:before {
content: "";
}
.fa-clock-o:before {
content: "";
}
.fa-road:before {
content: "";
}
.fa-download:before {
content: "";
}
.fa-arrow-circle-o-down:before {
content: "";
}
.fa-arrow-circle-o-up:before {
content: "";
}
.fa-inbox:before {
content: "";
}
.fa-play-circle-o:before {
content: "";
}
.fa-rotate-right:before,
.fa-repeat:before {
content: "";
}
.fa-refresh:before {
content: "";
}
.fa-list-alt:before {
content: "";
}
.fa-lock:before {
content: "";
}
.fa-flag:before {
content: "";
}
.fa-headphones:before {
content: "";
}
.fa-volume-off:before {
content: "";
}
.fa-volume-down:before {
content: "";
}
.fa-volume-up:before {
content: "";
}
.fa-qrcode:before {
content: "";
}
.fa-barcode:before {
content: "";
}
.fa-tag:before {
content: "";
}
.fa-tags:before {
content: "";
}
.fa-book:before {
content: "";
}
.fa-bookmark:before {
content: "";
}
.fa-print:before {
content: "";
}
.fa-camera:before {
content: "";
}
.fa-font:before {
content: "";
}
.fa-bold:before {
content: "";
}
.fa-italic:before {
content: "";
}
.fa-text-height:before {
content: "";
}
.fa-text-width:before {
content: "";
}
.fa-align-left:before {
content: "";
}
.fa-align-center:before {
content: "";
}
.fa-align-right:before {
content: "";
}
.fa-align-justify:before {
content: "";
}
.fa-list:before {
content: "";
}
.fa-dedent:before,
.fa-outdent:before {
content: "";
}
.fa-indent:before {
content: "";
}
.fa-video-camera:before {
content: "";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
content: "";
}
.fa-pencil:before {
content: "";
}
.fa-map-marker:before {
content: "";
}
.fa-adjust:before {
content: "";
}
.fa-tint:before {
content: "";
}
.fa-edit:before,
.fa-pencil-square-o:before {
content: "";
}
.fa-share-square-o:before {
content: "";
}
.fa-check-square-o:before {
content: "";
}
.fa-arrows:before {
content: "";
}
.fa-step-backward:before {
content: "";
}
.fa-fast-backward:before {
content: "";
}
.fa-backward:before {
content: "";
}
.fa-play:before {
content: "";
}
.fa-pause:before {
content: "";
}
.fa-stop:before {
content: "";
}
.fa-forward:before {
content: "";
}
.fa-fast-forward:before {
content: "";
}
.fa-step-forward:before {
content: "";
}
.fa-eject:before {
content: "";
}
.fa-chevron-left:before {
content: "";
}
.fa-chevron-right:before {
content: "";
}
.fa-plus-circle:before {
content: "";
}
.fa-minus-circle:before {
content: "";
}
.fa-times-circle:before {
content: "";
}
.fa-check-circle:before {
content: "";
}
.fa-question-circle:before {
content: "";
}
.fa-info-circle:before {
content: "";
}
.fa-crosshairs:before {
content: "";
}
.fa-times-circle-o:before {
content: "";
}
.fa-check-circle-o:before {
content: "";
}
.fa-ban:before {
content: "";
}
.fa-arrow-left:before {
content: "";
}
.fa-arrow-right:before {
content: "";
}
.fa-arrow-up:before {
content: "";
}
.fa-arrow-down:before {
content: "";
}
.fa-mail-forward:before,
.fa-share:before {
content: "";
}
.fa-expand:before {
content: "";
}
.fa-compress:before {
content: "";
}
.fa-plus:before {
content: "";
}
.fa-minus:before {
content: "";
}
.fa-asterisk:before {
content: "";
}
.fa-exclamation-circle:before {
content: "";
}
.fa-gift:before {
content: "";
}
.fa-leaf:before {
content: "";
}
.fa-fire:before {
content: "";
}
.fa-eye:before {
content: "";
}
.fa-eye-slash:before {
content: "";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
content: "";
}
.fa-plane:before {
content: "";
}
.fa-calendar:before {
content: "";
}
.fa-random:before {
content: "";
}
.fa-comment:before {
content: "";
}
.fa-magnet:before {
content: "";
}
.fa-chevron-up:before {
content: "";
}
.fa-chevron-down:before {
content: "";
}
.fa-retweet:before {
content: "";
}
.fa-shopping-cart:before {
content: "";
}
.fa-folder:before {
content: "";
}
.fa-folder-open:before {
content: "";
}
.fa-arrows-v:before {
content: "";
}
.fa-arrows-h:before {
content: "";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
content: "";
}
.fa-twitter-square:before {
content: "";
}
.fa-facebook-square:before {
content: "";
}
.fa-camera-retro:before {
content: "";
}
.fa-key:before {
content: "";
}
.fa-gears:before,
.fa-cogs:before {
content: "";
}
.fa-comments:before {
content: "";
}
.fa-thumbs-o-up:before {
content: "";
}
.fa-thumbs-o-down:before {
content: "";
}
.fa-star-half:before {
content: "";
}
.fa-heart-o:before {
content: "";
}
.fa-sign-out:before {
content: "";
}
.fa-linkedin-square:before {
content: "";
}
.fa-thumb-tack:before {
content: "";
}
.fa-external-link:before {
content: "";
}
.fa-sign-in:before {
content: "";
}
.fa-trophy:before {
content: "";
}
.fa-github-square:before {
content: "";
}
.fa-upload:before {
content: "";
}
.fa-lemon-o:before {
content: "";
}
.fa-phone:before {
content: "";
}
.fa-square-o:before {
content: "";
}
.fa-bookmark-o:before {
content: "";
}
.fa-phone-square:before {
content: "";
}
.fa-twitter:before {
content: "";
}
.fa-facebook-f:before,
.fa-facebook:before {
content: "";
}
.fa-github:before {
content: "";
}
.fa-unlock:before {
content: "";
}
.fa-credit-card:before {
content: "";
}
.fa-feed:before,
.fa-rss:before {
content: "";
}
.fa-hdd-o:before {
content: "";
}
.fa-bullhorn:before {
content: "";
}
.fa-bell:before {
content: "";
}
.fa-certificate:before {
content: "";
}
.fa-hand-o-right:before {
content: "";
}
.fa-hand-o-left:before {
content: "";
}
.fa-hand-o-up:before {
content: "";
}
.fa-hand-o-down:before {
content: "";
}
.fa-arrow-circle-left:before {
content: "";
}
.fa-arrow-circle-right:before {
content: "";
}
.fa-arrow-circle-up:before {
content: "";
}
.fa-arrow-circle-down:before {
content: "";
}
.fa-globe:before {
content: "";
}
.fa-wrench:before {
content: "";
}
.fa-tasks:before {
content: "";
}
.fa-filter:before {
content: "";
}
.fa-briefcase:before {
content: "";
}
.fa-arrows-alt:before {
content: "";
}
.fa-group:before,
.fa-users:before {
content: "";
}
.fa-chain:before,
.fa-link:before {
content: "";
}
.fa-cloud:before {
content: "";
}
.fa-flask:before {
content: "";
}
.fa-cut:before,
.fa-scissors:before {
content: "";
}
.fa-copy:before,
.fa-files-o:before {
content: "";
}
.fa-paperclip:before {
content: "";
}
.fa-save:before,
.fa-floppy-o:before {
content: "";
}
.fa-square:before {
content: "";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
content: "";
}
.fa-list-ul:before {
content: "";
}
.fa-list-ol:before {
content: "";
}
.fa-strikethrough:before {
content: "";
}
.fa-underline:before {
content: "";
}
.fa-table:before {
content: "";
}
.fa-magic:before {
content: "";
}
.fa-truck:before {
content: "";
}
.fa-pinterest:before {
content: "";
}
.fa-pinterest-square:before {
content: "";
}
.fa-google-plus-square:before {
content: "";
}
.fa-google-plus:before {
content: "";
}
.fa-money:before {
content: "";
}
.fa-caret-down:before {
content: "";
}
.fa-caret-up:before {
content: "";
}
.fa-caret-left:before {
content: "";
}
.fa-caret-right:before {
content: "";
}
.fa-columns:before {
content: "";
}
.fa-unsorted:before,
.fa-sort:before {
content: "";
}
.fa-sort-down:before,
.fa-sort-desc:before {
content: "";
}
.fa-sort-up:before,
.fa-sort-asc:before {
content: "";
}
.fa-envelope:before {
content: "";
}
.fa-linkedin:before {
content: "";
}
.fa-rotate-left:before,
.fa-undo:before {
content: "";
}
.fa-legal:before,
.fa-gavel:before {
content: "";
}
.fa-dashboard:before,
.fa-tachometer:before {
content: "";
}
.fa-comment-o:before {
content: "";
}
.fa-comments-o:before {
content: "";
}
.fa-flash:before,
.fa-bolt:before {
content: "";
}
.fa-sitemap:before {
content: "";
}
.fa-umbrella:before {
content: "";
}
.fa-paste:before,
.fa-clipboard:before {
content: "";
}
.fa-lightbulb-o:before {
content: "";
}
.fa-exchange:before {
content: "";
}
.fa-cloud-download:before {
content: "";
}
.fa-cloud-upload:before {
content: "";
}
.fa-user-md:before {
content: "";
}
.fa-stethoscope:before {
content: "";
}
.fa-suitcase:before {
content: "";
}
.fa-bell-o:before {
content: "";
}
.fa-coffee:before {
content: "";
}
.fa-cutlery:before {
content: "";
}
.fa-file-text-o:before {
content: "";
}
.fa-building-o:before {
content: "";
}
.fa-hospital-o:before {
content: "";
}
.fa-ambulance:before {
content: "";
}
.fa-medkit:before {
content: "";
}
.fa-fighter-jet:before {
content: "";
}
.fa-beer:before {
content: "";
}
.fa-h-square:before {
content: "";
}
.fa-plus-square:before {
content: "";
}
.fa-angle-double-left:before {
content: "";
}
.fa-angle-double-right:before {
content: "";
}
.fa-angle-double-up:before {
content: "";
}
.fa-angle-double-down:before {
content: "";
}
.fa-angle-left:before {
content: "";
}
.fa-angle-right:before {
content: "";
}
.fa-angle-up:before {
content: "";
}
.fa-angle-down:before {
content: "";
}
.fa-desktop:before {
content: "";
}
.fa-laptop:before {
content: "";
}
.fa-tablet:before {
content: "";
}
.fa-mobile-phone:before,
.fa-mobile:before {
content: "";
}
.fa-circle-o:before {
content: "";
}
.fa-quote-left:before {
content: "";
}
.fa-quote-right:before {
content: "";
}
.fa-spinner:before {
content: "";
}
.fa-circle:before {
content: "";
}
.fa-mail-reply:before,
.fa-reply:before {
content: "";
}
.fa-github-alt:before {
content: "";
}
.fa-folder-o:before {
content: "";
}
.fa-folder-open-o:before {
content: "";
}
.fa-smile-o:before {
content: "";
}
.fa-frown-o:before {
content: "";
}
.fa-meh-o:before {
content: "";
}
.fa-gamepad:before {
content: "";
}
.fa-keyboard-o:before {
content: "";
}
.fa-flag-o:before {
content: "";
}
.fa-flag-checkered:before {
content: "";
}
.fa-terminal:before {
content: "";
}
.fa-code:before {
content: "";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
content: "";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
content: "";
}
.fa-location-arrow:before {
content: "";
}
.fa-crop:before {
content: "";
}
.fa-code-fork:before {
content: "";
}
.fa-unlink:before,
.fa-chain-broken:before {
content: "";
}
.fa-question:before {
content: "";
}
.fa-info:before {
content: "";
}
.fa-exclamation:before {
content: "";
}
.fa-superscript:before {
content: "";
}
.fa-subscript:before {
content: "";
}
.fa-eraser:before {
content: "";
}
.fa-puzzle-piece:before {
content: "";
}
.fa-microphone:before {
content: "";
}
.fa-microphone-slash:before {
content: "";
}
.fa-shield:before {
content: "";
}
.fa-calendar-o:before {
content: "";
}
.fa-fire-extinguisher:before {
content: "";
}
.fa-rocket:before {
content: "";
}
.fa-maxcdn:before {
content: "";
}
.fa-chevron-circle-left:before {
content: "";
}
.fa-chevron-circle-right:before {
content: "";
}
.fa-chevron-circle-up:before {
content: "";
}
.fa-chevron-circle-down:before {
content: "";
}
.fa-html5:before {
content: "";
}
.fa-css3:before {
content: "";
}
.fa-anchor:before {
content: "";
}
.fa-unlock-alt:before {
content: "";
}
.fa-bullseye:before {
content: "";
}
.fa-ellipsis-h:before {
content: "";
}
.fa-ellipsis-v:before {
content: "";
}
.fa-rss-square:before {
content: "";
}
.fa-play-circle:before {
content: "";
}
.fa-ticket:before {
content: "";
}
.fa-minus-square:before {
content: "";
}
.fa-minus-square-o:before {
content: "";
}
.fa-level-up:before {
content: "";
}
.fa-level-down:before {
content: "";
}
.fa-check-square:before {
content: "";
}
.fa-pencil-square:before {
content: "";
}
.fa-external-link-square:before {
content: "";
}
.fa-share-square:before {
content: "";
}
.fa-compass:before {
content: "";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
content: "";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
content: "";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
content: "";
}
.fa-euro:before,
.fa-eur:before {
content: "";
}
.fa-gbp:before {
content: "";
}
.fa-dollar:before,
.fa-usd:before {
content: "";
}
.fa-rupee:before,
.fa-inr:before {
content: "";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
content: "";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
content: "";
}
.fa-won:before,
.fa-krw:before {
content: "";
}
.fa-bitcoin:before,
.fa-btc:before {
content: "";
}
.fa-file:before {
content: "";
}
.fa-file-text:before {
content: "";
}
.fa-sort-alpha-asc:before {
content: "";
}
.fa-sort-alpha-desc:before {
content: "";
}
.fa-sort-amount-asc:before {
content: "";
}
.fa-sort-amount-desc:before {
content: "";
}
.fa-sort-numeric-asc:before {
content: "";
}
.fa-sort-numeric-desc:before {
content: "";
}
.fa-thumbs-up:before {
content: "";
}
.fa-thumbs-down:before {
content: "";
}
.fa-youtube-square:before {
content: "";
}
.fa-youtube:before {
content: "";
}
.fa-xing:before {
content: "";
}
.fa-xing-square:before {
content: "";
}
.fa-youtube-play:before {
content: "";
}
.fa-dropbox:before {
content: "";
}
.fa-stack-overflow:before {
content: "";
}
.fa-instagram:before {
content: "";
}
.fa-flickr:before {
content: "";
}
.fa-adn:before {
content: "";
}
.fa-bitbucket:before {
content: "";
}
.fa-bitbucket-square:before {
content: "";
}
.fa-tumblr:before {
content: "";
}
.fa-tumblr-square:before {
content: "";
}
.fa-long-arrow-down:before {
content: "";
}
.fa-long-arrow-up:before {
content: "";
}
.fa-long-arrow-left:before {
content: "";
}
.fa-long-arrow-right:before {
content: "";
}
.fa-apple:before {
content: "";
}
.fa-windows:before {
content: "";
}
.fa-android:before {
content: "";
}
.fa-linux:before {
content: "";
}
.fa-dribbble:before {
content: "";
}
.fa-skype:before {
content: "";
}
.fa-foursquare:before {
content: "";
}
.fa-trello:before {
content: "";
}
.fa-female:before {
content: "";
}
.fa-male:before {
content: "";
}
.fa-gittip:before,
.fa-gratipay:before {
content: "";
}
.fa-sun-o:before {
content: "";
}
.fa-moon-o:before {
content: "";
}
.fa-archive:before {
content: "";
}
.fa-bug:before {
content: "";
}
.fa-vk:before {
content: "";
}
.fa-weibo:before {
content: "";
}
.fa-renren:before {
content: "";
}
.fa-pagelines:before {
content: "";
}
.fa-stack-exchange:before {
content: "";
}
.fa-arrow-circle-o-right:before {
content: "";
}
.fa-arrow-circle-o-left:before {
content: "";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
content: "";
}
.fa-dot-circle-o:before {
content: "";
}
.fa-wheelchair:before {
content: "";
}
.fa-vimeo-square:before {
content: "";
}
.fa-turkish-lira:before,
.fa-try:before {
content: "";
}
.fa-plus-square-o:before {
content: "";
}
.fa-space-shuttle:before {
content: "";
}
.fa-slack:before {
content: "";
}
.fa-envelope-square:before {
content: "";
}
.fa-wordpress:before {
content: "";
}
.fa-openid:before {
content: "";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
content: "";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
content: "";
}
.fa-yahoo:before {
content: "";
}
.fa-google:before {
content: "";
}
.fa-reddit:before {
content: "";
}
.fa-reddit-square:before {
content: "";
}
.fa-stumbleupon-circle:before {
content: "";
}
.fa-stumbleupon:before {
content: "";
}
.fa-delicious:before {
content: "";
}
.fa-digg:before {
content: "";
}
.fa-pied-piper:before {
content: "";
}
.fa-pied-piper-alt:before {
content: "";
}
.fa-drupal:before {
content: "";
}
.fa-joomla:before {
content: "";
}
.fa-language:before {
content: "";
}
.fa-fax:before {
content: "";
}
.fa-building:before {
content: "";
}
.fa-child:before {
content: "";
}
.fa-paw:before {
content: "";
}
.fa-spoon:before {
content: "";
}
.fa-cube:before {
content: "";
}
.fa-cubes:before {
content: "";
}
.fa-behance:before {
content: "";
}
.fa-behance-square:before {
content: "";
}
.fa-steam:before {
content: "";
}
.fa-steam-square:before {
content: "";
}
.fa-recycle:before {
content: "";
}
.fa-automobile:before,
.fa-car:before {
content: "";
}
.fa-cab:before,
.fa-taxi:before {
content: "";
}
.fa-tree:before {
content: "";
}
.fa-spotify:before {
content: "";
}
.fa-deviantart:before {
content: "";
}
.fa-soundcloud:before {
content: "";
}
.fa-database:before {
content: "";
}
.fa-file-pdf-o:before {
content: "";
}
.fa-file-word-o:before {
content: "";
}
.fa-file-excel-o:before {
content: "";
}
.fa-file-powerpoint-o:before {
content: "";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
content: "";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
content: "";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
content: "";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
content: "";
}
.fa-file-code-o:before {
content: "";
}
.fa-vine:before {
content: "";
}
.fa-codepen:before {
content: "";
}
.fa-jsfiddle:before {
content: "";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
content: "";
}
.fa-circle-o-notch:before {
content: "";
}
.fa-ra:before,
.fa-rebel:before {
content: "";
}
.fa-ge:before,
.fa-empire:before {
content: "";
}
.fa-git-square:before {
content: "";
}
.fa-git:before {
content: "";
}
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
content: "";
}
.fa-tencent-weibo:before {
content: "";
}
.fa-qq:before {
content: "";
}
.fa-wechat:before,
.fa-weixin:before {
content: "";
}
.fa-send:before,
.fa-paper-plane:before {
content: "";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
content: "";
}
.fa-history:before {
content: "";
}
.fa-circle-thin:before {
content: "";
}
.fa-header:before {
content: "";
}
.fa-paragraph:before {
content: "";
}
.fa-sliders:before {
content: "";
}
.fa-share-alt:before {
content: "";
}
.fa-share-alt-square:before {
content: "";
}
.fa-bomb:before {
content: "";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
content: "";
}
.fa-tty:before {
content: "";
}
.fa-binoculars:before {
content: "";
}
.fa-plug:before {
content: "";
}
.fa-slideshare:before {
content: "";
}
.fa-twitch:before {
content: "";
}
.fa-yelp:before {
content: "";
}
.fa-newspaper-o:before {
content: "";
}
.fa-wifi:before {
content: "";
}
.fa-calculator:before {
content: "";
}
.fa-paypal:before {
content: "";
}
.fa-google-wallet:before {
content: "";
}
.fa-cc-visa:before {
content: "";
}
.fa-cc-mastercard:before {
content: "";
}
.fa-cc-discover:before {
content: "";
}
.fa-cc-amex:before {
content: "";
}
.fa-cc-paypal:before {
content: "";
}
.fa-cc-stripe:before {
content: "";
}
.fa-bell-slash:before {
content: "";
}
.fa-bell-slash-o:before {
content: "";
}
.fa-trash:before {
content: "";
}
.fa-copyright:before {
content: "";
}
.fa-at:before {
content: "";
}
.fa-eyedropper:before {
content: "";
}
.fa-paint-brush:before {
content: "";
}
.fa-birthday-cake:before {
content: "";
}
.fa-area-chart:before {
content: "";
}
.fa-pie-chart:before {
content: "";
}
.fa-line-chart:before {
content: "";
}
.fa-lastfm:before {
content: "";
}
.fa-lastfm-square:before {
content: "";
}
.fa-toggle-off:before {
content: "";
}
.fa-toggle-on:before {
content: "";
}
.fa-bicycle:before {
content: "";
}
.fa-bus:before {
content: "";
}
.fa-ioxhost:before {
content: "";
}
.fa-angellist:before {
content: "";
}
.fa-cc:before {
content: "";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
content: "";
}
.fa-meanpath:before {
content: "";
}
.fa-buysellads:before {
content: "";
}
.fa-connectdevelop:before {
content: "";
}
.fa-dashcube:before {
content: "";
}
.fa-forumbee:before {
content: "";
}
.fa-leanpub:before {
content: "";
}
.fa-sellsy:before {
content: "";
}
.fa-shirtsinbulk:before {
content: "";
}
.fa-simplybuilt:before {
content: "";
}
.fa-skyatlas:before {
content: "";
}
.fa-cart-plus:before {
content: "";
}
.fa-cart-arrow-down:before {
content: "";
}
.fa-diamond:before {
content: "";
}
.fa-ship:before {
content: "";
}
.fa-user-secret:before {
content: "";
}
.fa-motorcycle:before {
content: "";
}
.fa-street-view:before {
content: "";
}
.fa-heartbeat:before {
content: "";
}
.fa-venus:before {
content: "";
}
.fa-mars:before {
content: "";
}
.fa-mercury:before {
content: "";
}
.fa-intersex:before,
.fa-transgender:before {
content: "";
}
.fa-transgender-alt:before {
content: "";
}
.fa-venus-double:before {
content: "";
}
.fa-mars-double:before {
content: "";
}
.fa-venus-mars:before {
content: "";
}
.fa-mars-stroke:before {
content: "";
}
.fa-mars-stroke-v:before {
content: "";
}
.fa-mars-stroke-h:before {
content: "";
}
.fa-neuter:before {
content: "";
}
.fa-genderless:before {
content: "";
}
.fa-facebook-official:before {
content: "";
}
.fa-pinterest-p:before {
content: "";
}
.fa-whatsapp:before {
content: "";
}
.fa-server:before {
content: "";
}
.fa-user-plus:before {
content: "";
}
.fa-user-times:before {
content: "";
}
.fa-hotel:before,
.fa-bed:before {
content: "";
}
.fa-viacoin:before {
content: "";
}
.fa-train:before {
content: "";
}
.fa-subway:before {
content: "";
}
.fa-medium:before {
content: "";
}
.fa-yc:before,
.fa-y-combinator:before {
content: "";
}
.fa-optin-monster:before {
content: "";
}
.fa-opencart:before {
content: "";
}
.fa-expeditedssl:before {
content: "";
}
.fa-battery-4:before,
.fa-battery-full:before {
content: "";
}
.fa-battery-3:before,
.fa-battery-three-quarters:before {
content: "";
}
.fa-battery-2:before,
.fa-battery-half:before {
content: "";
}
.fa-battery-1:before,
.fa-battery-quarter:before {
content: "";
}
.fa-battery-0:before,
.fa-battery-empty:before {
content: "";
}
.fa-mouse-pointer:before {
content: "";
}
.fa-i-cursor:before {
content: "";
}
.fa-object-group:before {
content: "";
}
.fa-object-ungroup:before {
content: "";
}
.fa-sticky-note:before {
content: "";
}
.fa-sticky-note-o:before {
content: "";
}
.fa-cc-jcb:before {
content: "";
}
.fa-cc-diners-club:before {
content: "";
}
.fa-clone:before {
content: "";
}
.fa-balance-scale:before {
content: "";
}
.fa-hourglass-o:before {
content: "";
}
.fa-hourglass-1:before,
.fa-hourglass-start:before {
content: "";
}
.fa-hourglass-2:before,
.fa-hourglass-half:before {
content: "";
}
.fa-hourglass-3:before,
.fa-hourglass-end:before {
content: "";
}
.fa-hourglass:before {
content: "";
}
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
content: "";
}
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
content: "";
}
.fa-hand-scissors-o:before {
content: "";
}
.fa-hand-lizard-o:before {
content: "";
}
.fa-hand-spock-o:before {
content: "";
}
.fa-hand-pointer-o:before {
content: "";
}
.fa-hand-peace-o:before {
content: "";
}
.fa-trademark:before {
content: "";
}
.fa-registered:before {
content: "";
}
.fa-creative-commons:before {
content: "";
}
.fa-gg:before {
content: "";
}
.fa-gg-circle:before {
content: "";
}
.fa-tripadvisor:before {
content: "";
}
.fa-odnoklassniki:before {
content: "";
}
.fa-odnoklassniki-square:before {
content: "";
}
.fa-get-pocket:before {
content: "";
}
.fa-wikipedia-w:before {
content: "";
}
.fa-safari:before {
content: "";
}
.fa-chrome:before {
content: "";
}
.fa-firefox:before {
content: "";
}
.fa-opera:before {
content: "";
}
.fa-internet-explorer:before {
content: "";
}
.fa-tv:before,
.fa-television:before {
content: "";
}
.fa-contao:before {
content: "";
}
.fa-500px:before {
content: "";
}
.fa-amazon:before {
content: "";
}
.fa-calendar-plus-o:before {
content: "";
}
.fa-calendar-minus-o:before {
content: "";
}
.fa-calendar-times-o:before {
content: "";
}
.fa-calendar-check-o:before {
content: "";
}
.fa-industry:before {
content: "";
}
.fa-map-pin:before {
content: "";
}
.fa-map-signs:before {
content: "";
}
.fa-map-o:before {
content: "";
}
.fa-map:before {
content: "";
}
.fa-commenting:before {
content: "";
}
.fa-commenting-o:before {
content: "";
}
.fa-houzz:before {
content: "";
}
.fa-vimeo:before {
content: "";
}
.fa-black-tie:before {
content: "";
}
.fa-fonticons:before {
content: "";
}
.fa-reddit-alien:before {
content: "";
}
.fa-edge:before {
content: "";
}
.fa-credit-card-alt:before {
content: "";
}
.fa-codiepie:before {
content: "";
}
.fa-modx:before {
content: "";
}
.fa-fort-awesome:before {
content: "";
}
.fa-usb:before {
content: "";
}
.fa-product-hunt:before {
content: "";
}
.fa-mixcloud:before {
content: "";
}
.fa-scribd:before {
content: "";
}
.fa-pause-circle:before {
content: "";
}
.fa-pause-circle-o:before {
content: "";
}
.fa-stop-circle:before {
content: "";
}
.fa-stop-circle-o:before {
content: "";
}
.fa-shopping-bag:before {
content: "";
}
.fa-shopping-basket:before {
content: "";
}
.fa-hashtag:before {
content: "";
}
.fa-bluetooth:before {
content: "";
}
.fa-bluetooth-b:before {
content: "";
}
.fa-percent:before {
content: "";
}
.product .zone-hero .col1 .galerie_produs .product-pic img {
max-width: 100%;
width: auto;
height: auto;
margin: 0 auto;
display: block;
}
header {
transition: left 0.5s ease;
-moz-transition: left 0.5s ease;
-webkit-transition: left 0.5s ease;
-o-transition: left 0.5s ease;
position: fixed;
background: transparent;
top: 0;
left: 0;
width: 100%;
height: 50px;
background: #3f2c80;
z-index: 99;
}
.touch header {
z-index: 9998;
}
@media (min-width: 320px) {
header {
padding: 0 1em;
}
}
header .container {
position: relative;
padding-left: 0;
padding-right: 0;
}
header .logo,
header .basket {
position: absolute;
top: 2px;
z-index: 3;
}
header .logo {
left: 0;
top: 0;
font-family: "he-300";
}
header .logo:before,
header .logo:after {
content: "";
visibility: hidden;
height: 0;
display: table;
}
header .logo:after {
clear: both;
}
@media (min-width: 1485px) {
header .logo {
left: 0;
}
}
header .logo a {
float: left;
margin: 0 0 0 20px;
}
@media (min-width: 768px) {
header .logo a {
margin: 0 0 0 35px;
}
}
@media (min-width: 1024px) {
header .logo a {
margin-left: 0;
}
}
header .logo a.burger {
margin: 0;
position: relative;
z-index: 3;
}
@media (min-width: 768px) {
header .logo a.burger {
display: none;
}
}
header .logo a:first-child + a {
background-repeat: no-repeat;
background-image: url(//www.xkids.hu/wp-content/themes/xkids/img/xkids/xkids-logo_02.svg); width: 111px;
height: 35px;
background-size: 111px 35px;
margin-top: 7px;
font-family: "he-300";
}
@media (min-width: 1024px) {
header .logo a:first-child + a {
transition: opacity 0.3s ease;
-moz-transition: opacity 0.3s ease;
-webkit-transition: opacity 0.3s ease;
-o-transition: opacity 0.3s ease;
}
header .logo a:first-child + a:hover {
opacity: 0.8;
}
}
header .logo.white a:first-child + a {
color: white;
}
header .logo.white a span {
background: white;
}
header .basket {
right: 0;
top: 5px;
}
@media (min-width: 1485px) {
header .basket {
right: 0;
}
}
header .basket .catalog {
display: none;
font-size: 1.150em;
color: white;
position: relative;
transition: opacity 0.3s ease;
-moz-transition: opacity 0.3s ease;
-webkit-transition: opacity 0.3s ease;
-o-transition: opacity 0.3s ease;
}
header .basket .catalog:hover {
opacity: 0.8;
}
@media (min-width: 768px) {
header .basket .catalog {
display: inline-block;
margin-right: 50px;
}
}
@media (min-width: 1024px) {
header .basket .catalog {
margin-right: 10px;
}
}
@media screen and (min-width: 1250px) {
header .basket .catalog {
margin-right: 50px;
}
}
header .basket .catalog i {
display: none;
width: 25px;
height: 25px;
vertical-align: middle;
background: url(//www.xkids.hu/wp-content/themes/xkids/img/svg/catalog.svg) no-repeat center;
background-size: 25px 25px; margin-right: 5px;
}
@media (min-width: 768px) {
header .basket .catalog i {
display: inline-block;
}
}
@media (min-width: 1024px) {
header .basket .catalog i {
display: none;
}
}
@media screen and (min-width: 1250px) {
header .basket .catalog i {
display: inline-block;
}
}
header .basket .catalog span {
display: none;
position: absolute;
top: 2px;
right: -30px;
font-size: 10px;
background: #E72C23;
border-radius: 4px;
line-height: 16px;
height: 14px;
padding: 0 4px;
color: white;
text-transform: uppercase;
font-weight: 600;
}
@media (min-width: 768px) {
header .basket .catalog span {
display: inline-block;
}
}
@media (min-width: 1024px) {
header .basket .catalog span {
display: none;
}
}
@media screen and (min-width: 1250px) {
header .basket .catalog span {
display: inline-block;
}
}
header .basket strong {
font-size: 1.150em;
font-family: "he-400";
position: relative; padding: 0px 0 0 30px;
margin: 0 1em 0 0;
color: white !important;
top: 0;
}
@media screen and (max-width: 520px) {
header .basket strong {
display: none;
}
}
header .basket strong:before {
content: "";
display: block;
width: 25px;
height: 25px;
background: #E72C23;
position: absolute;
top: -1px;
left: 0;
background: url(//www.xkids.hu/wp-content/themes/xkids/img/svg/phone.svg);
background-size: 25px 25px;
}
@media (min-width: 768px) {
header .basket strong {
display: inline-block;
}
}
header .basket .drop {
display: none;
border-radius: 5px;
background: white;
padding: 1.15em;
position: absolute;
width: 300px;
top: 50px;
right: 0;
box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.15);
}
header .basket .drop:before {
content: "";
width: 0;
height: 0;
border-left: 5px solid transparent;
border-right: 5px solid transparent;
border-bottom: 5px solid white;
position: absolute;
right: 26px;
top: -5px;
}
header .basket .drop ul {
margin: 0 0 -10px;
}
header .basket .drop #view_cart {
text-align: center;
border-top: 0;
display: block;
height: 30px;
line-height: 30px;
padding-top: 0;
padding-bottom: 0;
padding-left: 1em;
padding-right: 1em;
margin-top: .5em;
background: #FFA01D;
}
header .basket .drop #view_cart:hover {
background: #FFA01D !important;
}
header .basket .drop li {
border-top: 1px solid #e6e6e6;
}
header .basket .drop li a {
text-transform: capitalize;
padding: .6em 0 .5em;
line-height: 1;
display: inline-block;
}
@media (min-width: 768px) {
header .basket .drop li a:hover {
text-decoration: underline;
}
}
header .basket .drop .mini i {
display: block;
text-align: center;
margin: 0 0 .7em;
color: #b3b3b3;
line-height: 1;
}
header .basket .drop .cart_items .cart-item {
display: block;
position: relative;
padding-left: 38px;
min-height: 50px;
margin: 0 0 11px;
padding-right: 0;
overflow: hidden;
border-bottom: 1px solid #e6e6e6;
padding-bottom: 5px;
}
header .basket .drop .cart_items .cart-item-wrap:last-child .cart-item {
border-bottom: none;
padding-bottom: 0;
margin-bottom: 5px;
}
header .basket .drop .cart_items .cart-item .qty {
float: left;
margin-left: 5px;
}
header .basket .drop .cart_items .cart-item .price {
float: right;
font-family: "he-700";
font-size: 13px;
padding-right: 5px;
}
header .basket .drop .cart_items .cart-item span {
display: block;
font-size: 14px;
font-family: "he-600";
line-height: 1.3;
}
header .basket .drop .cart_items .cart-item .product-title {
width: 120px;
display: inline-block;
float: left;
}
header .basket .drop .cart_items .cart-item .product-image {
position: absolute;
top: 0;
left: 0;
border: 1px solid #d9d9d9;
width: 31px !important;
height: 31px !important;
}
header .basket .drop .cart_items .cart-item-wrap {
position: relative;
}
header .basket .drop .cart_items .cart-item-wrap a {
color: #333;
}
header .basket .drop .cart_items .cart-item-wrap:hover .remove-product {
display: block;
}
header .basket .drop .cart_items .remove-product {
padding-left: 0;
min-height: 0;
margin: 0 5px 0 0;
padding-right: 0;
position: absolute;
bottom: 10px;
right: 10px;
color: #222;
display: none;
line-height: 1;
}
.touch header .basket .drop .cart_items .remove-product {
display: block !important;
}
header .basket .drop .cart_items .remove-product:hover {
color: #e72c23;
}
.woocommerce-checkout .basket .drop .cart_items .remove-product {
display: none !important;
}
.woocommerce-checkout .basket .drop .cart_items .cart-item {
padding-right: 0;
}
.basket .total-produse {
overflow: hidden;
padding-bottom: 5px;
border-top: 1px solid #e6e6e6;
padding-top: 10px;
}
.basket .total-produse span {
font-size: 14px;
font-family: "he-600";
line-height: 1.3;
margin: 0;
color: #333;
}
.basket .total-produse b {
text-transform: uppercase;
font-family: "he-700";
font-size: 13px;
}
.basket .total-produse span:first-child {
float: left;
}
.basket .total-produse span:last-child {
float: right;
font-family: "he-700";
font-size: 13px;
}
header .wrap {
position: fixed;
top: 0;
left: -230px;
bottom: 0;
height: 100%;
overflow-y: auto;
width: 230px;
}
@media (min-width: 768px) {
header .wrap {
overflow: inherit;
}
}
@media (min-width: 768px) {
header .wrap {
position: relative;
top: inherit;
left: inherit;
bottom: inherit;
width: 100%;
height: auto;
overflow: inherit;
}
}
header .wrap .mobile-shadow {
position: absolute;
top: 0;
bottom: 0;
right: 0;
width: 15px;
height: 100%;
background: transparent;
background: linear-gradient(to right, transparent, rgba(0, 0, 0, 0.2));
}
@media (min-width: 1024px) {
header .wrap .mobile-shadow {
display: none;
}
}
header .wrap .alpha ul {
padding: 75px 15px 10px;
margin: 0 0 10px;
}
@media (min-width: 1024px) {
header .wrap .alpha ul {
padding: 0;
margin: 0;
border: none;
}
}
header .wrap .alpha li:first-child a {
border: none;
padding-top: 0;
}
header .wrap .alpha li:first-child + li a {
position: relative;
} @media (min-width: 1024px) {
header .wrap .alpha li:first-child + li a:after {
top: 2px;
right: -33px;
}
}
header .wrap .alpha li a {
display: block;
padding: .35em 0;
width: 100%;
border-top: 1px solid rgba(255, 255, 255, 0.15);
text-transform: capitalize;
color: white;
}
header .wrap .alpha li a:before {
content: "\f105";
font-family: "FontAwesome";
margin: 0 8px 0 0;
}
@media (min-width: 768px) {
header .wrap .alpha li a:before {
display: none;
}
}
@media (min-width: 1024px) {
header .wrap .alpha li a {
display: inline-block;
padding: 0;
width: auto;
border: none;
}
}
@media (min-width: 1024px) {
header .wrap .alpha li {
padding: 0;
width: auto;
box-shadow: 0 0 0 transparent;
}
}
header .wrap .alpha li.search a {
text-indent: -99999px;
border-top: 0;
}
@media (min-width: 1024px) {
header .wrap .alpha li.search a {
text-indent: 0;
font-size: 17px;
}
}
header .wrap .alpha li.search .trigger-search {
display: none;
}
@media (min-width: 1024px) {
header .wrap .alpha li.search .trigger-search {
display: inline-block;
vertical-align: middle;
width: 20px;
height: 20px;
background: url(//www.xkids.hu/wp-content/themes/xkids/img/svg/search.svg);
background-size: 20px 20px;
position: relative;
top: -1px;
}
}
header .wrap .alpha li.search form {
margin-top: 0;
position: absolute;
top: 15px;
left: 0;
z-index: 3;
height: 40px;
width: 100%;
padding: 0 15px;
transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-webkit-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
opacity: 1 !important;
}
@media (min-width: 1024px) {
header .wrap .alpha li.search form {
height: 50px;
top: 0;
padding: 0;
display: none;
}
}
header .wrap .alpha li.search form .close {
display: none;
}
@media (min-width: 1024px) {
header .wrap .alpha li.search form .close {
position: absolute;
display: inline-block;
top: 16px;
right: 2.2em;
text-indent: 0;
font-size: 11px;
}
}
header .wrap .alpha li.search input[type="text"] {
min-width: 100%;
padding-right: 40px;
width: 100%;
background: transparent;
border-color: white;
height: 30px;
line-height: 30px;
color: white;
}
@media (min-width: 1024px) {
header .wrap .alpha li.search input[type="text"] {
height: 45px;
border-radius: 0;
border: 0;
background: #515B69;
text-align: center;
padding: 0;
}
}
header .wrap .alpha li.search button[type="submit"] {
background: transparent;
width: auto;
position: absolute;
top: 2px;
right: 1em;
}
header .wrap .alpha li.search button[type="submit"]:after {
content: "";
display: inline-block;
vertical-align: middle;
width: 18px;
height: 18px;
background: url(//www.xkids.hu/wp-content/themes/xkids/img/svg/search.svg);
background-size: 18px 18px;
}
@media (min-width: 1024px) {
header .wrap .alpha li.search button[type="submit"] {
display: none;
}
}
@media (min-width: 1024px) {
header .wrap .alpha {
height: 50px;
padding: 0;
text-transform: capitalize;
}
header .wrap .alpha ul {
margin: 0;
text-align: center;
}
header .wrap .alpha li {
display: inline-block;
margin: 0 0 0 3.3em;
}
header .wrap .alpha li a {
font-size: 1.150em;
transition: opacity 0.3s ease;
-moz-transition: opacity 0.3s ease;
-webkit-transition: opacity 0.3s ease;
-o-transition: opacity 0.3s ease;
}
header .wrap .alpha li a:hover,
header .wrap .alpha li a.active {
opacity: 0.8;
}
}
header .wrap .beta {
transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-webkit-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
}
@media (min-width: 768px) {
header .wrap .beta {
background: #f7f7f7;
position: fixed;
left: 0;
top: 50px;
width: 100%;
overflow: hidden;
height: 35px;
padding: 11px 0 0;
}
.admin-bar header .wrap .beta {
top: 82px;
}
header .wrap .beta.hovering {
height: 90px;
padding: 11px 0 0;
background: #f7f7f7;
}
header .wrap .beta.hovering .item a i {
display: block;
height: 43px;
}
header .wrap .beta.hovering .item a span {
padding: 9px 0 0;
}
header .wrap .beta.not_hovering {
transition: all 0s ease !important;
-moz-transition: all 0s ease !important;
-webkit-transition: all 0s ease !important;
-o-transition: all 0s ease !important;
}
header .wrap .beta.not_hovering .item a i {
transition: all 0s ease !important;
-moz-transition: all 0s ease !important;
-webkit-transition: all 0s ease !important;
-o-transition: all 0s ease !important;
}
header .wrap .beta.not_hovering .item a span {
transition: all 0s ease !important;
-moz-transition: all 0s ease !important;
-webkit-transition: all 0s ease !important;
-o-transition: all 0s ease !important;
}
header .wrap .beta.menu_opening {
transition: left 0.5s ease !important;
-moz-transition: left 0.5s ease !important;
-webkit-transition: left 0.5s ease !important;
-o-transition: left 0.5s ease !important;
}
}
header .wrap .beta h3 {
padding: 0px 15px 18px;
margin: 0;
color: white;
}
@media (min-width: 768px) {
header .wrap .beta h3 {
display: none;
}
}
header .wrap .beta .owl-loaded {
padding: 0 15px 15px;
}
@media (min-width: 768px) {
header .wrap .beta .owl-loaded {
padding: 0 4em;
}
}
@media (min-width: 1024px) {
header .wrap .beta .owl-loaded {
padding: 0;
}
}
header .wrap .beta .owl-item:first-child a {
border-top: 0;
}
header .wrap .beta .item em {
display: none;
}
@media (min-width: 768px) {
header .wrap .beta .item {
text-align: center;
}
header .wrap .beta .item a i {
display: block;
transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-webkit-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
height: 0px;
width: 80px;
background: transparent;
margin: 0 auto;
overflow: hidden;
}
header .wrap .beta .item a i em {
display: inline-block;
height: 43px;
}
header .wrap .beta .item a span {
transition: all 0.2s ease;
-moz-transition: all 0.2s ease;
-webkit-transition: all 0.2s ease;
-o-transition: all 0.2s ease;
display: block;
font-size: 13px;
font-family: "he-600";
}
}
header .wrap .beta .item a {
display: block;
padding: .7em 0;
border-top: 1px solid #d9d9d9;
}
header .wrap .beta .item a:before {
content: "\f105";
font-family: "FontAwesome";
margin: 0 8px 0 0;
}
@media (min-width: 768px) {
header .wrap .beta .item a {
padding: 0;
border-radius: 0;
box-shadow: none;
border: none;
color: inherit;
}
header .wrap .beta .item a:before {
display: none;
}
}
header .wrap .beta .item.ceasuri a {
border-color: #ffffff;
border-color: rgba(255, 255, 255, 0.15);
color: white;
}
@media (min-width: 768px) {
header .wrap .beta .item.ceasuri a {
color: #262626;
}
}
header .wrap .beta .item.ceasuri em {
width: 43px;
background: url(//www.xkids.hu/wp-content/themes/xkids/img/svg/intrerupator.svg);
background-size: 43px 43px;
}
header .wrap .beta .item.prize-sticla em {
width: 43px;
background: url(//www.xkids.hu/wp-content/themes/xkids/img/svg/prize-sticla.svg);
background-size: 43px 43px;
}
header .wrap .beta .item.huburi em {
width: 57px;
height: 31px;
margin-top: 10px;
background: url(//www.xkids.hu/wp-content/themes/xkids/img/svg/huburi.svg);
background-size: 57px 31px;
}
header .wrap .beta .item.prize-smart em {
width: 29px;
background: url(//www.xkids.hu/wp-content/themes/xkids/img/svg/prize-smart.svg);
background-size: 29px 43px;
}
header .wrap .beta .item.telecomenzi em {
width: 80px;
height: 30px;
margin-top: 10px;
background: url(//www.xkids.hu/wp-content/themes/xkids/img/svg/telecomenzi.svg);
background-size: 80px 30px;
}
header .wrap .beta .item.senzori em {
width: 29px;
background: url(//www.xkids.hu/wp-content/themes/xkids/img/svg/senzori.svg);
background-size: 29px 43px;
}
header .wrap .beta .item.alarma em {
width: 43px;
background: url(//www.xkids.hu/wp-content/themes/xkids/img/svg/alarma.svg);
background-size: 43px 43px;
}
header .wrap .beta .item.accesorii em {
width: 35px;
height: 44px;
background: url(//www.xkids.hu/wp-content/themes/xkids/img/svg/accesorii.svg);
background-size: 35px 44px;
}
header .wrap .beta .item#item-58 i {
width: 98px !important;
}
header .wrap .beta .item#item-58 em {
width: 98px;
height: 43px;
background-size: 98px 43px !important;
}
header .wrap .beta .item#item-60 i {
width: 93px !important;
}
header .wrap .beta .item#item-60 em {
width: 93px;
height: 43px;
background-size: 93px 43px !important;
}
header .wrap .beta .item#item-10 i {
width: 80px !important;
}
header .wrap .beta .item#item-10 em {
width: 80px;
height: 43px;
background-size: 80px 43px !important;
}
@media (min-width: 320px) {
header .wrap .beta .container {
padding: 0;
}
}
@media (min-width: 768px) {
header .owl-carousel {
position: static;
position: initial;
}
}
@media (min-width: 768px) {
header .owl-prev,
header .owl-next {
display: block !important;
position: absolute;
top: 50%;
margin-top: -13px;
}
header .owl-prev:after,
header .owl-next:after {
font-family: "FontAwesome";
}
}
@media (min-width: 768px) {
header .owl-prev {
left: 2em !important;
}
header .owl-prev:after {
content: "\f104";
}
}
@media (min-width: 768px) and (min-width: 1024px) {
header .owl-prev:after {
display: none;
}
}
@media (min-width: 768px) {
header .owl-next {
right: 2em !important;
}
header .owl-next:after {
content: "\f105";
}
}
@media (min-width: 768px) and (min-width: 1024px) {
header .owl-next:after {
display: none;
}
}
footer {
padding: 1.5em 0;
background: #515B69;
}
@media (min-width: 768px) {
footer {
padding: 2em 0 15px;
}
}
footer h4 {
font-family: "he-400";
font-size: 1.25em !important;
color: #a6a6a6;
margin: 0 0 .5em;
}
footer .container {
margin-top: -1.5em;
}
@media (min-width: 768px) {
footer .container {
padding-left: 1em;
padding-right: 1em;
}
}
@media (min-width: 1024px) {
footer .container {
margin-top: 0;
}
}
@media screen and (min-width: 1485px) {
footer .container {
padding-left: 0;
padding-right: 0;
}
}
footer .col {
margin-top: 1.5em;
}
@media (min-width: 1024px) {
footer .col {
margin-top: 0;
}
}
footer .col ul li a {
font-size: 0.9em;
color: #737373;
}
@media (min-width: 768px) {
footer .col ul li a:hover {
color: #999999;
}
}
footer .col form {
width: 100%;
min-width: 1px;
max-width: 100%;
}
@media (min-width: 768px) {
footer .col form {
padding-right: 30px;
}
}
footer .col form div {
position: relative;
}
@media (min-width: 1024px) {
footer .col form div {
width: 300px;
}
}
footer .col input[type="text"] {
min-width: 100%;
-moz-border-top-right-radius: 35px;
border-top-right-radius: 35px;
-moz-border-bottom-right-radius: 35px;
border-bottom-right-radius: 35px;
padding: 9px 50px .33em 12px;
border-color: #4d4d4d;
background: #262626;
color: white;
}
@media (min-width: 768px) {
footer .col input[type="text"] {
min-width: 100%;
}
}
footer .col button {
position: absolute;
top: 0;
right: 0;
width: 30px;
height: 30px;
background: #4d4d4d;
-moz-border-top-right-radius: 35px;
border-top-right-radius: 35px;
-moz-border-bottom-right-radius: 35px;
border-bottom-right-radius: 35px;
transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-webkit-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
}
@media (min-width: 768px) {
footer .col button {
width: 50px;
}
}
footer .col button i {
color: white;
}
@media (min-width: 1024px) {
footer .col button:hover {
background-color: #666666;
}
}
footer .col1 h4 strong {
margin: 0;
}
@media (min-width: 768px) {
footer .col1 {
width: 49.15254%;
float: left;
margin-right: 1.69492%;
}
}
@media (min-width: 1024px) {
footer .col1 {
width: 28%;
float: left;
margin-right: 1.69492%;
}
}
footer .col1 ul {
margin: 1.5em 0 0;
}
footer .col1 ul:before,
footer .col1 ul:after {
content: "";
visibility: hidden;
height: 0;
display: table;
}
footer .col1 ul:after {
clear: both;
}
footer .col1 ul li {
float: left;
margin-left: 10px;
}
footer .col1 ul li:first-child {
margin: 0;
}
footer .col1 li:first-child a {
background: #3b5998;
}
footer .col1 li:first-child + li a {
background: #55acee;
}
footer .col1 li:first-child + li + li a {
background: #bb0000;
}
footer .col1 a {
display: block;
width: 30px;
height: 30px;
background: #E72C23;
border-radius: 50%;
}
footer .col1 a i {
color: white;
line-height: 30px;
display: block;
text-align: center;
}
footer .col2 {
width: 49.15254%;
float: left;
margin-right: 1.69492%;
}
@media (min-width: 768px) {
footer .col2 {
width: 49.15254%;
float: right;
margin-right: 0;
}
}
@media (min-width: 1024px) {
footer .col2 {
width: 23.72881%;
float: left;
margin-right: 1.69492%;
}
}
footer .col3 {
width: 49.15254%;
float: right;
margin-right: 0;
}
@media (min-width: 768px) {
footer .col3 {
width: 49.15254%;
float: left;
margin-right: 1.69492%;
}
}
@media (min-width: 1024px) {
footer .col3 {
width: 20%;
float: left;
margin-right: 1.69492%;
}
}
footer .col4 {
width: 49.15254%;
float: left;
margin-right: 1.69492%;
}
@media (min-width: 768px) {
footer .col4 {
width: 49.15254%;
float: right;
margin-right: 0;
}
}
@media (min-width: 1024px) {
footer .col4 {
width: 22%;
float: right;
margin-right: 0;
}
}
footer ul {
margin: 0;
}
footer #mce-success-response {
padding-top: 20px;
font-size: 13px;
color: #999999;
font-family: 'he-600';
}
footer div.mce_inline_error {
color: #fff !important;
font-weight: 400 !important;
background-color: transparent !important;
padding-left: 0 !important;
}
footer input.mce_inline_error {
border-color: #4d4d4d !important;
}
.ovh {
overflow: hidden;
}
.burger {
display: block;
padding: 9px 0 0;
}
.burger span {
display: block;
width: 22px;
height: 1px;
background: white;
margin: 5px 0 0;
border-radius: 1px;
}
.burger span:first-child {
margin-top: 0;
}
.right {
float: right;
}
.left {
float: left;
}
.show {
display: block !important;
}
.hide {
display: none;
}
.bar-left,
.bar-right {
position: fixed;
top: 0;
bottom: 0;
background: #f7f7f7;
}
@media (min-width: 1024px) {
.bar-left,
.bar-right {
width: 1.5em;
}
}
.bar-left {
left: 0;
}
.bar-right {
right: 0;
}
.margin-default .owl-stage {
width: auto !important;
-webkit-transform: none !important;
-ms-transform: none !important;
transform: none !important;
}
.margin-default .owl-item {
width: auto !important;
margin: 0 !important;
}
@media screen and (max-width: 768px) {
.margin-default .owl-item.cloned {
display: none;
}
}
html {
transition: left 0.5s ease;
-moz-transition: left 0.5s ease;
-webkit-transition: left 0.5s ease;
-o-transition: left 0.5s ease;
position: relative;
left: 0;
-moz-osx-font-smoothing: grayscale;
}
.menu-open {
transition: left 0.5s ease;
-moz-transition: left 0.5s ease;
-webkit-transition: left 0.5s ease;
-o-transition: left 0.5s ease;
left: 230px;
overflow: hidden;
position: fixed;
width: 100%;
}
.menu-open header {
left: 230px;
}
.menu-open header .wrap {
left: 0;
transition: left 0.5s ease;
-moz-transition: left 0.5s ease;
-webkit-transition: left 0.5s ease;
-o-transition: left 0.5s ease;
}
.menu-open header .wrap .beta {
left: 230px;
}
.content { margin: 21px 0 0;
padding: 0 0 2em;
background: white;
}
@media (min-width: 768px) {
.content {
padding: 0 0 3em; margin: 138px 0 0;
}
}
@media (min-width: 1024px) {
.content { padding: 0;
}
.tax-product_cat .content { padding: 0;
}
}
.content.content-home {
padding: 0;
}
.attention,
.woocommerce-error,
.woocommerce-message {
padding: 1em;
background: #f7f7f7;
border-radius: 5px;
border: 1px solid #d9d9d9;
position: relative;
margin-bottom: 1.25em;
}
.attention .close,
.woocommerce-error .close,
.woocommerce-message .close {
position: absolute;
top: -15px;
right: -15px;
width: 30px;
height: 30px;
background: #E72C23;
text-align: center;
padding: .3em 0 0;
border-radius: 50%;
}
@media (min-width: 1024px) {
.attention .close,
.woocommerce-error .close,
.woocommerce-message .close {
padding: .32em 0 0;
}
}
.attention .close i,
.woocommerce-error .close i,
.woocommerce-message .close i {
color: white;
line-height: 1;
}
.woocommerce-error,
.woocommerce-message {
padding: .5em .5em .5em 3.5em !important;
line-height: 1.35;
margin-bottom: 1.5em !important;
}
.woocommerce-error:before,
.woocommerce-message:before {
top: .5em;
}
.woocommerce-error li:before,
.woocommerce-message li:before {
display: none;
}
.woocommerce-error {
color: #b81c23;
border-color: #ff9999;
background: #fff5f5;
}
.woocommerce-error li,
.woocommerce-error strong {
margin: 0 !important;
}
.woocommerce-message {
color: #377e37;
border-color: #00b300;
background: #e6ffe6;
margin: 0 0 1em !important;
}
.woocommerce-message li,
.woocommerce-message strong {
margin: 0 !important;
}
.woocommerce-message:before {
color: #377e37;
}
.woocommerce-message .button,
.woocommerce-message a {
display: none !important;
}
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
background: #E72C23;
height: 30px;
line-height: 30px;
color: white !important;
font-family: "he-300";
}
@media (min-width: 1024px) {
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover {
color: #515B69 !important;
}
}
.breadcrumbs {
padding: 1em 0 .8em;
line-height: 1.2;
}
@media (min-width: 768px) {
.breadcrumbs {
padding: 18px 0;
}
}
.breadcrumbs .container nav {
float: left;
}
.breadcrumbs .container nav ul {
margin: 0;
}
.breadcrumbs .container nav li {
display: none;
}
.breadcrumbs .container nav li:first-child,
.breadcrumbs .container nav li:last-of-type {
display: inline-block;
}
.breadcrumbs .container nav li:first-child {
padding: 0 .75em 0 0;
}
.breadcrumbs .container nav li:first-child:before {
display: none;
}
.breadcrumbs .container nav li:first-child + li:before {
display: none;
}
.breadcrumbs .container nav li:last-of-type:before {
display: none;
}
.breadcrumbs .container nav li:before {
content: "\f105";
display: inline-block;
font-family: "FontAwesome";
margin: 0 .75em;
color: #999999;
}
@media (min-width: 768px) {
.breadcrumbs .container nav li {
display: inline-block;
}
.breadcrumbs .container nav li:first-child {
display: none;
}
.breadcrumbs .container nav li:last-of-type:before {
display: inline-block;
}
}
.breadcrumbs .container nav span {
font-size: 13px;
margin-left: 0;
color: #515b69;
line-height: 1.15;
}
.breadcrumbs .container nav span:first-of-type {
margin-left: 0;
}
.breadcrumbs .container nav i {
font-size: 14px;
margin-left: 0;
vertical-align: middle;
color: #999999;
}
.breadcrumbs .container div {
float: right;
}
.breadcrumbs .container div i {
padding: 0 .75em 0 0;
}
.breadcrumbs .home i {
margin: 0 !important;
}
.mini-offer {
padding-top: 1em;
}
@media (min-width: 1024px) {
.mini-offer {
padding-top: 0;
margin: 0;
background: transparent;
border-bottom: 1px solid #d3dceb;
}
}
.mini-offer p {
margin: 0;
text-align: left;
line-height: 1.15;
font-size: 13px;
color: #010101;
padding: 0.4em;
}
@media (min-width: 1024px) {
.mini-offer p {
text-align: center;
background: none;
border: 0;
line-height: 1;
border-radius: 0;
font-family: "he-600";
padding-top: 11px;
padding-bottom: 8px;
font-size: 15px;
}
.mini-offer p strong span {
font-size: 17px;
}
}
.mini-offer p a {
text-decoration: underline;
}
.mini-offer p a:last-of-type {
text-decoration: none; font-size: 14px;
display: inline-block; }
@media (min-width: 1024px) {
.mini-offer p a:last-of-type {
height: 22px;
line-height: 22px;
font-size: 15px;
}
}
.mini-offer p a:last-of-type:before {
content: "";
display: block;
width: 100%;
}
.mini-offer p i {
display: inline-block;
width: 50px;
height: 1px;
line-height: 1em;
vertical-align: middle;
background: #515B69;
margin: 0 .75em;
}
.mini-offer p strong {
text-transform: uppercase; margin-right: 0;
}
.mini-offer p strong:last-child {
margin-right: 0;
}
.mini-offer p span { width: 100%;
}
.page-template h1 {
font-size: 36px;
line-height: 1.15;
margin: 0 0 .5em;
padding: 0 0 .15em;
color: #515B69;
border-bottom: 1px solid #D3DCEB;
}
.tax-product_cat .breadcrumbs {
margin-bottom: 0;
padding-bottom: 12px;
}
@media (min-width: 1024px) {
.page-template h1 {
margin: 0 0 .85em;
padding: 0 0 2px;
line-height: 1.66;
}
}
.page-template h2,
.page-template h3,
.page-template h4,
.page-template h5,
.page-template h6 {
font-size: 1.5em;
margin-bottom: .75em;
}
@media (min-width: 768px) {
.page-template .col-left {
width: 57.62712%;
float: left;
margin-right: 1.69492%;
}
}
@media (min-width: 1024px) {
.page-template .col-left {
width: 66.10169%;
float: left;
margin-right: 1.69492%;
}
}
@media (min-width: 768px) {
.page-template aside {
width: 40.67797%;
float: right;
margin-right: 0;
}
}
@media (min-width: 1024px) {
.page-template aside {
width: 32.20339%;
float: right;
margin-right: 0;
}
}
.page-template aside h4 {
line-height: 1.66;
font-size: 36px;
margin-bottom: 15px;
color: #7F8795;
}
.page-template .col-left a {
color: #FFA01D;
}
.page-template .col-left ul,
.page-template .col-left ol {
margin: 0 0 1em;
padding-left: 3em;
}
.page-template .col-left ul li ul,
.page-template .col-left ul li ol,
.page-template .col-left ol li ul,
.page-template .col-left ol li ol {
margin: 0;
}
.page-template .col-left ul li li,
.page-template .col-left ol li li {
padding-left: 1em;
}
.page-template .col-left ul li:before {
content: "\f105";
font-family: "FontAwesome";
padding: 0 1em 0 0;
}
.page-template .improvement {
margin: 0 0 1em;
padding: 1em 0 0;
border-top: 1px solid #e6e6e6;
}
.page-template .improvement ul {
margin: 0;
padding: 0;
display: inline-block;
padding: .5em 1em;
background: #f2f2f2;
border-radius: 5px;
}
@media (min-width: 768px) {
.page-template .improvement ul {
padding: 1em 1.5em;
}
}
.page-template .improvement li {
display: inline-block;
vertical-align: -webkit-baseline-middle;
vertical-align: baseline;
margin-left: .35em;
}
.page-template .improvement li:first-child {
margin-left: 0;
}
.page-template .improvement li .btn {
display: inline-block;
background: transparent;
border-radius: 5px;
color: #E72C23;
border-color: #E72C23;
padding: 0 .5em;
font-size: 90%;
line-height: 35px;
height: 30px;
}
@media (min-width: 768px) {
.page-template .improvement li .btn {
padding: 0 1em;
line-height: 32px;
}
}
@media (min-width: 1024px) {
.page-template .improvement li .btn:hover {
color: white;
background: #E72C23;
}
}
.page-template .mini-search {
margin: 0 0 1em;
}
.page-template .mini-search form:before,
.page-template .mini-search form:after {
content: "";
visibility: hidden;
height: 0;
display: table;
}
.page-template .mini-search form:after {
clear: both;
}
.page-template .mini-search form input {
max-width: 100%;
margin-bottom: 1em;
margin-right: .5em;
height: 30px;
line-height: 30px;
float: left;
}
@media (min-width: 768px) {
.page-template .mini-search form input {
margin-bottom: 0;
}
}
.page-template .mini-search form button {
height: 30px;
line-height: 30px;
font-size: 14px;
font-family: 'he-400';
float: left;
}
@media (min-width: 768px) {
.page-template .mini-search form button {
margin-left: .75em;
}
}
.page-template aside {
margin-top: 1em;
padding-top: 1em;
border-top: 1px solid #f2f2f2;
}
@media (min-width: 768px) {
.page-template aside {
margin-top: 0;
padding-top: 0;
border-top: 0;
}
}
.page-template aside .aside-search {
padding: 15px 15px 17px 17px;
margin: 0 0 36px;
background: #F0F5FD;
position: relative;
border-radius: 3px;
}
.page-template aside .aside-search input {
max-width: 100%;
min-width: 100%;
padding-right: 39px;
height: 37px;
padding-left: 13px;
border: none;
font-size: 18px;
line-height: 40px;
-webkit-box-shadow: 1px 2px 5px rgba(0,0,0,0.1);
box-shadow: 1px 2px 5px rgba(0,0,0,0.1);
-webkit-appearance: none;
}
.page-template aside .aside-search button {
width: 39px;
height: 37px;
background-color: #FFA01D;
position: absolute;
text-align: center;
line-height: 35px;
top: 15px;
right: 15px;
border-top-right-radius: 3px;
border-bottom-right-radius: 3px;
border: none;
padding: 0;
}
.page-template aside .aside-search button img {
width: 15px;
height: 15px;
display: inline-block;
max-width: none;
}
.page-template aside .aside-links ul li {
float: none;
margin-left: 0;
margin-top: 0.25em;
}
.page-template aside .aside-links ul li:first-child {
margin: 0;
}
.page-template aside .aside-links ul li {
padding-top: .5em;
border-top: 1px solid #D3DCEB;
}
.page-template aside .aside-links ul li:first-child {
margin-top: 0;
padding-top: 0;
border-top: 0;
}
.page-template aside .aside-links ul li i {
padding-right: 10px;
color: #d3dceb;
height: 33px;
width: 33px;
border-bottom: 1px solid #fff;
margin-bottom: -6px;
}
.page-template aside .aside-links ul li span {
margin-left: -6px;
}
.page-template aside ul {
margin-bottom: 23px;
}
.page-template aside .aside-program ul li:before,
.page-template aside .aside-program ul li:after {
content: "";
visibility: hidden;
height: 0;
display: table;
}
.page-template aside .aside-program ul li:after {
clear: both;
}
.page-template aside .aside-program ul li li {
float: none;
margin-left: 0;
margin-top: 0.5em;
}
.page-template aside .aside-program ul li li:first-child {
margin: 0;
}
.page-template aside .aside-program ul li span {
margin: 0;
float: left;
font-size: 18px;
line-height: 1.44;
color: #7F8795;
}
.page-template aside .aside-program ul li span a {
color: #7F8795;
}
.page-template aside .aside-program ul li span:last-of-type {
float: right;
}
.page-template aside .aside-social {
display: none;
}
@media (min-width: 768px) {
.page-template aside .aside-social {
display: block;
}
}
.page-template aside .aside-social ul:before,
.page-template aside .aside-social ul:after {
content: "";
visibility: hidden;
height: 0;
display: table;
}
.page-template aside .aside-social ul:after {
clear: both;
}
.page-template aside .aside-social ul li {
float: left;
margin-left: 10px;
}
.page-template aside .aside-social ul li:first-child {
margin: 0;
}
.page-template aside .aside-social li:first-child a {
background: #3b5998;
}
@media (min-width: 1024px) {
.page-template aside .aside-social li:first-child a:hover {
background: #2d4373;
}
}
.page-template aside .aside-social li:first-child + li a {
background: #55acee;
}
@media (min-width: 1024px) {
.page-template aside .aside-social li:first-child + li a:hover {
background: #2795e9;
}
}
.page-template aside .aside-social li:first-child + li + li a {
background: #bb0000;
}
@media (min-width: 1024px) {
.page-template aside .aside-social li:first-child + li + li a:hover {
background: #880000;
}
}
.page-template aside .aside-social a {
display: block;
background: #4d4d4d;
width: 30px;
height: 30px;
color: white;
text-align: center;
border-radius: 50px;
}
.page-template aside .aside-social a i {
display: block;
line-height: 30px;
}
.mini-info {
background: #f2f2f2;
padding: 1em 1em 1em 6.5em;
margin: 0 0 1em;
overflow: hidden;
position: relative;
border-radius: 3px;
}
.mini-info strong {
margin: 0 0 .65em;
}
.mini-info ul {
margin: 0;
}
.mini-info ul:after {
content: "\f059";
font-family: "FontAwesome";
display: block;
position: absolute;
top: -20px;
left: -65px;
font-size: 10em;
z-index: 0;
color: #515B69;
}
.mini-info li {
list-style-type: disc;
list-style-position: inside;
line-height: 1.25;
font-size: 90%;
}
.mini-info li:last-of-type {
list-style-type: none;
margin: .75em 0 0;
}
.mini-info li a {
color: #E72C23;
}
.mini-info li a i {
vertical-align: baseline;
vertical-align: initial;
margin-left: 5px;
}
.improvement ul,
.improvement li {
margin: 0;
padding: 0;
}
.improvement li:before {
display: none;
}
.comment-section {
margin-top: 1em;
border-top: 1px solid #f2f2f2;
}
.comment-section .your-comment,
.comment-section .user-comment {
position: relative;
margin-bottom: 1em;
}
.comment-section .your-comment {
margin-top: 1em;
margin-bottom: 1em;
padding-bottom: 1em;
border-bottom: 1px dashed #d9d9d9;
}
.comment-section .your-comment i {
position: absolute;
top: 0;
left: 0;
}
.comment-section .your-comment.attention {
border-style: solid;
}
.comment-section .left-side {
position: absolute;
top: 0;
left: 0;
width: 50px;
height: 50px;
text-align: center;
}
.comment-section .left-side i {
display: none;
width: 50px;
height: 50px;
background: url(//www.xkids.hu/wp-content/themes/xkids/img/svg/user.svg) no-repeat;
background-size: 50px 50px;
opacity: 0.7;
border-radius: 50px;
margin: 0 auto;
}
@media (min-width: 1024px) {
.comment-section .left-side i {
display: block;
}
}
.comment-section .right-side {
padding: 0;
}
@media (min-width: 1024px) {
.comment-section .right-side {
padding: 0 0 0 90px;
}
}
.comment-section .right-side h4 {
font-family: 'he-600';
margin-bottom: .5em;
line-height: 1.4;
}
.comment-section .right-side form label,
.comment-section .right-side form input[type="text"],
.comment-section .right-side form input[type="name"],
.comment-section .right-side form input[type="email"],
.comment-section .right-side form textarea {
margin-bottom: .75em;
}
.comment-section .right-side form input[type="text"],
.comment-section .right-side form input[type="name"],
.comment-section .right-side form input[type="email"],
.comment-section .right-side form textarea {
width: 100%;
min-width: 100%;
line-height: inherit;
}
.comment-section .right-side form label {
display: block;
font-family: "he-700";
}
.comment-section .right-side form input[type="submit"] {
margin-top: .75em;
}
@media (min-width: 1024px) {
.comment-section .right-side form input[type="submit"]:hover {
border-color: #515B69;
}
}
.comment-section .user-comment.comment-blog {
margin: 0 0 1em;
padding-bottom: .5em;
border-bottom: 1px dashed #d9d9d9;
}
.comment-section .user-comment.comment-blog span strong {
text-transform: capitalize;
color: #E72C23;
}
.comment-section .user-comment.comment-blog span strong:after {
content: "";
display: inline-block;
margin: 0 5px 0 10px;
width: 5px;
height: 5px;
background: gray;
vertical-align: middle;
border-radius: 50%;
}
.comment-section .user-comment.comment-blog .right-side span,
.comment-section .user-comment.comment-blog .right-side p {
margin-bottom: .5em;
}
.comment-section .user-comment.comment-product:before,
.comment-section .user-comment.comment-product:after {
content: "";
visibility: hidden;
height: 0;
display: table;
}
.comment-section .user-comment.comment-product:after {
clear: both;
}
.comment-section .user-comment.comment-product .left-side {
width: 30%;
position: relative;
height: auto;
float: left;
}
.comment-section .user-comment.comment-product .left-side i {
margin-bottom: .75em;
}
.comment-section .user-comment.comment-product .left-side strong {
text-transform: capitalize;
display: block;
line-height: 1.1;
margin-bottom: .25em;
color: #515B69;
}
@media (min-width: 1024px) {
.comment-section .user-comment.comment-product .left-side strong {
line-height: 1.3;
}
}
.comment-section .user-comment.comment-product .left-side em {
line-height: 1.1;
font-size: 14px;
}
.comment-section .user-comment.comment-product .right-side {
float: left;
width: 70%;
padding-left: 30px;
}
.comment-section .user-comment.comment-product .right-side ul {
padding-left: 0;
margin-bottom: .5em;
}
.comment-section .user-comment.comment-product .right-side ul:before,
.comment-section .user-comment.comment-product .right-side ul:after {
content: "";
visibility: hidden;
height: 0;
display: table;
}
.comment-section .user-comment.comment-product .right-side ul:after {
clear: both;
}
.comment-section .user-comment.comment-product .right-side ul li {
float: left;
margin-left: 3px;
}
.comment-section .user-comment.comment-product .right-side ul li:first-child {
margin: 0;
}
.comment-section .user-comment.comment-product .right-side ul li:before {
display: none;
}
.comment-section .user-comment.comment-product .right-side ul a {
color: #E72C23;
}
.comment-section .user-comment.comment-product .right-side p {
margin-bottom: .5em;
}
.big-rating {
padding: 0;
margin-bottom: 1em;
}
.big-rating:before,
.big-rating:after {
content: "";
visibility: hidden;
height: 0;
display: table;
}
.big-rating:after {
clear: both;
}
.big-rating li {
float: left;
margin-left: 0.5em;
}
.big-rating li:first-child {
margin: 0;
}
.big-rating li {
list-style-type: none;
}
.big-rating li a {
font-size: 200%;
color: #515B69;
}
.striped table {
margin: 0 0 1.75em;
}
.striped tr,
.striped td {
vertical-align: top;
}
.striped tr {
width: 100%;
}
.striped tr:first-child td:first-child {
border: 0;
}
.striped tr td {
padding: .5em;
}
.striped tr td:first-child {
border-top: 1px solid #e0e0e0;
background: #ededed;
font-size: 90%;
font-family: "he-700";
padding: 1em;
line-height: 1;
width: 100px;
}
@media (min-width: 768px) {
.striped tr td:first-child {
width: 150px;
}
}
.striped tr td:first-child + td {
padding-left: .8em;
font-size: 13px;
font-family: "he-600";
}
.striped td {
padding: 0;
}
.striped table a {
color: #515b69 !important;
}
.navigation {
margin: 0 0 1em;
}
.navigation a {
color: #515B69 !important;
height: 37px;
line-height: 37px;
width: 37px;
background: none;
vertical-align: middle;
display: inline-block;
text-align: center;
border-radius: 5px;
border: 1px solid #D3DCEB;
}
.navigation .dots {
border: 1px solid #D3DCEB !important;
}
.subcategory .navigation span {
margin: 0;
color: #010101 !important;
height: 37px;
line-height: 37px;
width: 37px;
background: none;
vertical-align: middle;
display: inline-block;
text-align: center;
border-radius: 3px;
border: 1px solid #818181;
}
.navigation ul {
margin: 0;
}
.navigation ul li {
display: inline-block;
vertical-align: middle;
margin-left: 10px;
}
.navigation ul li:first-child {
margin: 0;
}
.navigation input[type="number"],
.navigation input[type="text"] {
min-width: 45px;
max-width: 45px;
width: 45px;
text-align: center;
padding: 1px 0 0;
border-color: #d9d9d9;
-moz-appearance:textfield;
}
.navigation input[type=number]::-webkit-inner-spin-button,
.navigation input[type=number]::-webkit-outer-spin-button {
-webkit-appearance: none;
margin: 0;
}
.navigation p a {
color: #E72C23;
}
.navigation.first {
display: none;
}
@media (min-width: 768px) {
.navigation.first {
display: block;
}
.navigation.first:before,
.navigation.first:after {
content: "";
visibility: hidden;
height: 0;
display: table;
}
.navigation.first:after {
clear: both;
}
}
@media (min-width: 768px) {
.navigation.first ul {
float: left;
}
}
.item-product-btn {
display: block;
position: relative;
height: 30px;
line-height: 30px;
}
.item-product-btn:before,
.item-product-btn:after {
content: "";
visibility: hidden;
height: 0;
display: table;
}
.item-product-btn:after {
clear: both;
}
@media (min-width: 1024px) {
.item-product-btn {
width: 165px;
}
.item-product-btn:active {
top: 2px;
}
}
.item-product-btn span {
background: #ffa01d;
color: white;
display: block;
height: 34px;
line-height: 33px;
transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-webkit-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
}
.item-product-btn span:first-child {
position: absolute;
top: 0;
left: 0;
width: 34px;
background: none;
text-align: center;
-moz-border-top-left-radius: 4px;
border-top-left-radius: 4px;
-moz-border-bottom-left-radius: 4px;
border-bottom-left-radius: 4px;
border-top: 1px solid #ffa01d;
border-left: 1px solid #ffa01d;
border-bottom: 1px solid #ffa01d;
}
.item-product-btn span:first-child i {
font-size: 13px;
color: #ffa01d;
}
.item-product-btn span:first-child + span {
margin-left: 34px;
text-align: center;
-moz-border-top-right-radius: 4px;
border-top-right-radius: 4px;
-moz-border-bottom-right-radius: 4px;
border-bottom-right-radius: 4px;
}
@media (min-width: 1024px) {
.item-product-btn:hover span:first-child {
border-color: #ffa01d;
}
.item-product-btn:hover span:first-child i {
color: #ffa01d;
}
.item-product-btn:hover span:first-child + span {
background-color: #ffa01d;
}
}
.filter-icon {
display: none;
}
@media screen and (min-width: 1024px) {
.filter-icon {
display: block;
}
}
.filter-icon .tabs:before,
.filter-icon .tabs:after {
content: "";
visibility: hidden;
height: 0;
display: table;
}
.filter-icon .tabs:after {
clear: both;
}
.filter-icon .tabs li {
float: left;
margin: 0 0 0 .25em;
}
.filter-icon .tabs li:first-child {
margin: 0;
}
.filter-icon .tabs a {
background: #515B69;
line-height: 1;
padding: .7em .8em .55em;
border-radius: 5px;
color: white !important;
font-size: .9em;
font-family: "he-700";
}
.filter-icon .tabs a:hover,
.filter-icon .tabs a.active {
background: #E72C23 !important;
color: white !important;
cursor: pointer;
}
.filter-icon .tabs a.active {
cursor: default;
}
.filter-icon .parent {
text-align: center;
padding: 1em;
box-shadow: 1px 1px 10px #e6e6e6;
border-radius: 5px;
margin: 0 0 1em;
}
.filter-icon .row {
display: block;
margin-top: .5em;
width: 100%;
}
.filter-icon .row:before,
.filter-icon .row:after {
content: "";
visibility: hidden;
height: 0;
display: table;
}
.filter-icon .row:after {
clear: both;
}
.filter-icon .row:first-child {
margin: 0;
}
.filter-icon .row ul {
margin: 0;
}
.filter-icon .row ul:before,
.filter-icon .row ul:after {
content: "";
visibility: hidden;
height: 0;
display: table;
}
.filter-icon .row ul:after {
clear: both;
}
.filter-icon .row li {
float: left;
}
.filter-icon .row.horizontal.one li {
width: 100%;
}
.filter-icon .row.horizontal.three li {
width: 33.33%;
}
.filter-icon .row.horizontal.four li {
width: 25%;
}
.filter-icon .row.horizontal.five li {
width: 20%;
}
.filter-icon .row.horizontal.six li {
width: 16.66%;
}
.filter-icon .row.horizontal.eight li {
width: 12.5%;
}
.filter-icon .row.horizontal.nine li {
width: 11.11%;
}
.filter-icon .row.vertical {
text-align: left;
}
.filter-icon .row.vertical ul {
margin: -.7em 0 0;
}
.filter-icon .row.vertical li {
width: 50%;
margin: .35em 0 0;
padding: .35em 0 0;
border-top: 1px solid #e6e6e6;
line-height: 1;
}
.filter-icon .row.vertical li:first-child,
.filter-icon .row.vertical li:first-child + li {
border: none;
}
.filter-icon .row.vertical a {
text-align: left;
}
.filter-icon .row.vertical a:before,
.filter-icon .row.vertical a:after {
content: "";
visibility: hidden;
height: 0;
display: table;
}
.filter-icon .row.vertical a:after {
clear: both;
}
.filter-icon .row.vertical a img,
.filter-icon .row.vertical a span {
float: left;
}
.filter-icon .row.vertical a span {
height: auto;
margin: .65em 0 0;
}
.filter-icon .row.vertical a img {
width: 30px;
height: 30px;
margin: 0 1em 0 0;
}
.filter-icon .row.vertical a.large img {
width: 80px;
background-size: 80px 30px;
}
.filter-icon .row.vertical.three li {
width: 33.33%;
}
.filter-icon .row.vertical.three li:first-child + li + li {
border: none;
}
.filter-icon a {
display: inline-block;
color: #515B69 !important;
text-align: center;
font-size: 85%;
font-size: "he-400";
padding: 0 .25em;
line-height: 1.25;
transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-webkit-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
}
.filter-icon a:hover {
opacity: 0.6;
}
.filter-icon a img {
display: inline-block;
width: 30px;
height: 30px;
background-size: 30px 30px;
margin: 0 0 .5em;
}
.filter-icon a span {
display: block;
color: inherit;
height: 2.25em;
overflow: hidden;
}
.filter-icon a.large img {
width: 80px;
background-size: 80px 30px;
}
.shop_table .product-name strong {
margin: 0 !important;
}
.shop_table .product-name dl.variation {
margin: 0 !important;
}
.shop_table .product-name dl.variation dd {
margin: 0 !important;
}
.woocommerce td.product-name dl.variation dd {
top: 0 !important;
}
.alignleft {
display: inline;
float: left;
margin-right: 1.5em;
}
.alignright {
display: inline;
float: right;
margin-left: 1.5em;
}
.aligncenter {
clear: both;
display: block;
margin-left: auto;
margin-right: auto;
margin-top: 1em;
margin-bottom: 1em;
}
@media (max-width: 768px) {
.alignleft,
.alignright,
.aligncenter {
float: none;
display: block;
margin-left: auto;
margin-right: auto;
margin-bottom: 15px;
}
}
.content-home {
background: #fcfcfc;
}
.content-home h2,
.content-home h3 {
font-size: 1.5em;
line-height: 1.25;
}
@media (min-width: 768px) {
.content-home h2,
.content-home h3 {
font-size: 2em;
}
}
@media (min-width: 1024px) {
.content-home h2,
.content-home h3 {
font-size: 3em;
font-family: "he-200";
}
}
.content-home .btn {
background: #E72C23;
}
.content-home .container {
padding: 0;
}
.content-home .mobile-banner {
display: none;
}
@media screen and (max-width: 640px) {
.content-home .mobile-banner {
height: 300px;
background: black url(//www.xkids.hu/wp-content/themes/xkids/img/home/banner-mobil-static.jpg) no-repeat center;
background-size: cover;
background-position: center left;
position: relative;
}
.content-home .mobile-banner div {
position: absolute;
bottom: 30px;
right: 15px;
width: 70%;
}
.content-home .mobile-banner div h2,
.content-home .mobile-banner div a {
color: white;
}
.content-home .mobile-banner div h2 {
margin-bottom: .12em;
}
.content-home .mobile-banner div a {
color: #E72C23;
}
.content-home .mobile-banner div i {
margin-right: .5em;
}
}
@media screen and (min-width: 480px) {
.content-home .mobile-banner {
height: 360px;
}
.content-home .mobile-banner div {
right: 40px;
width: 60%;
}
}
@media screen and (max-width: 359px) {
.content-home .mobile-banner h2 {
font-size: 22px;
}
}
.content-home .keywords {
display: none;
}
@media screen and (max-width: 640px) {
.content-home .keywords {
display: block;
padding: .5em 0;
background: black;
}
.content-home .keywords ul {
margin: 0;
line-height: 1;
}
.content-home .keywords ul:before,
.content-home .keywords ul:after {
content: "";
visibility: hidden;
height: 0;
display: table;
}
.content-home .keywords ul:after {
clear: both;
}
.content-home .keywords li {
float: left;
padding: 5px;
border-left: 1px solid #333333;
width: 33.33%;
}
.content-home .keywords li:first-child {
border: 0;
}
.content-home .keywords i {
display: block; width: 60px;
height: 60px;
margin: 0 auto .75em;
background: green;
-webkit-background-size: 60px 60px !important;
background-size: 60px 60px !important;
}
.content-home .keywords span {
font-size: 14px;
color: white;
line-height: 1.2;
display: block;
margin: 0;
text-align: center;
}
}
.home-hero-wrap {
position: relative;
overflow: hidden;
background: #e6e6e6;
}
.home-hero-wrap .home-hero-control {
position: absolute;
bottom: 15px;
width: auto;
z-index: 2;
right: 15px;
text-align: center;
margin: 0;
}
@media (min-width: 768px) {
.home-hero-wrap .home-hero-control {
width: auto;
margin: 0; bottom: 0;
right: 2em;
}
}
.home-hero-wrap .home-hero-control li {
display: inline-block;
margin-left: .1em;
}
@media (min-width: 768px) {
.home-hero-wrap .home-hero-control li {
margin-left: 1em;
}
}
.home-hero-wrap .home-hero-control li:first-child {
margin-left: 0;
}
.home-hero-wrap .home-hero-control li:first-child + li i {
background: url(//www.xkids.hu/wp-content/themes/xkids/img/svg/wifi.svg);
}
.home-hero-wrap .home-hero-control li:first-child + li + li i {
background: url(//www.xkids.hu/wp-content/themes/xkids/img/svg/locked.svg);
}
.home-hero-wrap .home-hero-control li:first-child + li + li + li i {
background: url(//www.xkids.hu/wp-content/themes/xkids/img/svg/signal.svg);
}
.home-hero-wrap .home-hero-control a {
font-size: 1.250em;
color: white;
}
.home-hero-wrap .home-hero-control i {
display: inline-block;
width: 20px;
height: 20px;
background: url(//www.xkids.hu/wp-content/themes/xkids/img/svg/volume-control.svg);
background-size: 20px 20px;
vertical-align: middle;
}
.home-hero-wrap .home-hero-control span {
display: none;
}
@media (min-width: 768px) {
.home-hero-wrap .home-hero-control span {
display: inline-block;
}
}
.home-hero .new-slide a {
display: block;
background: transparent;
position: relative;
background-repeat: no-repeat;
background-size: cover;
}
.home-hero .new-slide a:before,
.home-hero .new-slide a:after {
content: "";
visibility: hidden;
height: 0;
display: table;
}
.home-hero .new-slide a:after {
clear: both;
}
.home-hero .new-slide a i {
display: block;
width: 46px;
height: 149px;
position: absolute;
top: 0;
left: 5%;
background: url(//www.xkids.hu/wp-content/themes/xkids/img/home/livolo-flag.jpg) no-repeat center;
}
@media screen and (max-width: 640px) {
.home-hero .new-slide a i {
width: 30px;
height: 97px;
background-size: 30px 97px;
}
}
.home-hero .new-slide a i.broadlink {
background: url(//www.xkids.hu/wp-content/themes/xkids/img/home/banners/broadlink-flag.jpg) no-repeat center;
}
@media screen and (max-width: 640px) {
.home-hero .new-slide a i.broadlink {
width: 30px;
height: 97px;
background-size: 30px 97px;
}
}
.home-hero .new-slide .slide-side {
height: 480px;
width: 50%;
float: left;
overflow: hidden;
}
@media screen and (max-width: 768px) {
.home-hero .new-slide .slide-side {
height: 360px;
}
}
@media screen and (max-width: 640px) {
.home-hero .new-slide .slide-side {
height: 320px;
}
}
@media screen and (max-width: 500px) {
.home-hero .new-slide .slide-side {
height: 240px;
}
}
.home-hero .new-slide .slide-side.left .inside {
text-align: center;
}
.home-hero .new-slide .table {
display: table;
width: 100%;
height: 100%;
}
.home-hero .new-slide .table-cell {
width: 100%;
height: 100%;
display: table-cell;
vertical-align: middle;
}
.home-hero .new-slide .inside {
display: block;
padding: 2em;
}
@media screen and (max-width: 640px) {
.home-hero .new-slide .inside {
padding: 1em;
}
}
@media screen and (max-width: 500px) {
.home-hero .new-slide .inside {
padding: .5em;
}
}
.home-hero .new-slide img {    display: block;
width: 100%;
} .home-hero .new-slide .typography {
width: 90%;
margin: 0 auto;
}
@media screen and (max-width: 640px) {
.home-hero .new-slide .typography {
width: 100%;
}
}
.home-hero .new-slide .typography span {
display: block;
margin-bottom: 1em;
}
.home-hero .new-slide .slide-h2 {
font-size: 1.625em;
line-height: 1.25;
font-family: 'he-300';
margin-bottom: .5em !important;
}
@media (min-width: 768px) {
.home-hero .new-slide .slide-h2 {
font-size: 2.250em;
}
}
@media screen and (max-width: 500px) {
.home-hero .new-slide .slide-h2 {
font-size: 1.35em;
}
}
@media screen and (max-width: 400px) {
.home-hero .new-slide .slide-h2 {
font-size: 1.2em;
}
}
.home-hero .new-slide .slide-h3 {
font-size: 1.5em;
line-height: 1.4;
}
@media screen and (max-width: 768px) {
.home-hero .new-slide .slide-h3 { display: none !important;
}
}
.home-hero .new-slide .slide-a {
font-size: 1em;
color: white;
display: inline-block !important;
margin: 0 !important;
}
@media screen and (max-width: 640px) {
.home-hero .new-slide .slide-a {
height: 30px;
line-height: 30px;
padding: 0 1em;
}
}
@media screen and (max-width: 500px) {
.home-hero .new-slide .slide-a {
height: 30px;
line-height: 30px;
font-size: .9em !important;
padding: 0 .8em;
}
}
@media screen and (max-width: 360px) {
.home-hero .new-slide .slide-a {
font-size: .8em !important;
}
}
.home-hero .slide {
position: relative;
background-repeat: no-repeat;
background-size: cover;
background-position: center;
overflow: hidden;
}
.home-hero .slide * {
color: white;
}
.home-hero .slide h2 {
width: 290px;
line-height: 1.2;
font-size: 2em;
margin: 0 0 .4em;
}
@media (min-width: 768px) {
.home-hero .slide h2 {
width: 500px;
font-size: 3em;
font-family: "he-300";
line-height: 1.1;
letter-spacing: -0.01em;
}
}
@media (min-width: 1024px) {
.home-hero .slide h2 {
margin: 0 0 .5em;
}
}
.home-hero .slide .slide-text {
display: none;
position: absolute;
top: 15%;
left: 5%;
}
@media (min-width: 768px) {
.home-hero .slide .slide-text {
top: 20%;
left: 8%;
}
}
@media (min-width: 1024px) {
.home-hero .slide .slide-text {
top: 24%;
left: 10%;
}
}
.home-hero .slide .btn {
font-size: 1.1em;
background: #E72C23;
}
.home-hero .home-hero-control {
position: absolute;
bottom: 0;
left: 0;
z-index: 3;
}
.tabs-slide {
background: white;
padding: 0 60px;
}
.tabs-slide:after {
content: "";
display: block;
position: absolute;
bottom: 0;
left: 0;
right: 0;
width: 100%;
height: 1px;
background: #000000;
background: rgba(0, 0, 0, 0.12);
z-index: 1;
}
.tabs-slide .owl-stage-outer {
z-index: 3;
}
@media (min-width: 768px) {
.tabs-slide {
padding: 0 80px;
}
}
.tabs-slide i {
display: block;
width: 150px;
height: 150px;
margin: 0 auto 5px;
background-repeat: no-repeat;
background-position: center;
background-size: contain;
}
.tabs-slide strong {
font-family: "he-400";
font-size: 13px;
display: block;
height: 30px;
overflow: hidden;
line-height: 15px;
}
.tabs-slide .slide a {
transition: background 0.3s ease;
-moz-transition: background 0.3s ease;
-webkit-transition: background 0.3s ease;
-o-transition: background 0.3s ease;
position: relative;
display: block;
text-align: center;
padding: 6px 14px 12px 14px; margin: .47em 0 0;
background: #ffffff;
background: rgba(255, 255, 255, 0);
border-left: 1px solid transparent;
border-top: 1px solid transparent;
border-right: 1px solid transparent;
-moz-border-top-right-radius: 5px;
border-top-right-radius: 5px;
-moz-border-top-left-radius: 5px;
border-top-left-radius: 5px;
}
.tabs-slide .slide.active a {
border-left: 1px solid rgba(0, 0, 0, 0.12);
border-top: 1px solid rgba(0, 0, 0, 0.12);
border-right: 1px solid rgba(0, 0, 0, 0.12);
box-shadow: 0px -1px 5px rgba(0, 0, 0, 0.2);
}
.tabs-slide .slide.active a:after {
content: "";
display: block;
position: absolute;
bottom: 0px;
left: 0;
right: 0;
width: 100%;
height: 1px;
background: white;
z-index: 3;
}
@media (min-width: 1024px) {
.tabs-slide .slide:hover a {
border-left: 1px solid rgba(0, 0, 0, 0.12);
border-top: 1px solid rgba(0, 0, 0, 0.12);
border-right: 1px solid rgba(0, 0, 0, 0.12);
box-shadow: 0px -1px 5px rgba(0, 0, 0, 0.2);
}
.tabs-slide .slide:hover a:after {
content: "";
display: block;
position: absolute;
bottom: 0px;
left: 0;
right: 0;
width: 100%;
height: 1px;
background: white;
z-index: 3;
}
}
.tabs-slide .owl-prev,
.tabs-slide .owl-next {
position: absolute;
top: 50%;
height: 130px;
margin-top: -65px;
width: 40px;
background: #e6e6e6;
text-align: center;
}
.home-tabs .tabs {
padding: 25px 15px;
background: white;
}
@media (min-width: 768px) {
.home-tabs .tabs {
padding: 30px;
}
}
@media (min-width: 1024px) {
.home-tabs .tabs {
padding: 22px 80px 0 80px;
}
}
.home-tabs .tabs img {
width: 200px;
height: 200px;
margin: 0 auto 1.35em;
display: block;
background-repeat: no-repeat;
background-position: center;
}
@media (min-width: 768px) {
.home-tabs .tabs img {
width: 290px;
height: 290px;
margin-bottom: 0;
}
}
@media (min-width: 1024px) {
.home-tabs .tabs img {
width: 462px;
height: 462px;
}
}
.home-tabs .tabs p {
margin-bottom: 1em;
font-size: 18px;
line-height: 28px;
color: #7f8795;
}
@media (min-width: 768px) {
.home-tabs .tabs p {
margin-bottom: 1.5em;
}
}
@media (min-width: 1024px) {
.home-tabs .tabs p {
margin-bottom: 30px;
}
}
.home-tabs .tab {
display: none;
}
.home-tabs .tab:before,
.home-tabs .tab:after {
content: "";
visibility: hidden;
height: 0;
display: table;
}
.home-tabs .tab:after {
clear: both;
}
.home-tabs .tab h3 {
margin: 0 0 .35em;
display: none;
letter-spacing: -0.01em;
line-height: 1.15;
}
@media (min-width: 768px) {
.home-tabs .tab h3 {
display: block;
margin: 0 0 50px;
}
}
@media (min-width: 1024px) {
.home-tabs .tab h3 {
margin: 0 0 .35em;
overflow: hidden;
}
}
@media (min-width: 768px) {
.home-tabs .tab .tab-img {
float: left;
width: 40%;
}
}
.home-tabs .tab .tab-info {
text-align: center;
}
@media (min-width: 768px) {
.home-tabs .tab .tab-info {
text-align: left;
float: right;
width: 51%;
overflow: hidden;
display: table;
padding-top: 68px;
}
}
@media (min-width: 768px) {
.home-tabs .tab .tc {
padding-right: 20%;
width: 100%;
height: 100%;
display: table-cell;
vertical-align: middle;
}
}
@media (min-width: 1024px) {
.home-tabs .tab .tc {
padding-right: 0;
}
}
.home-tips {
background: #515B69;
padding: 20px 20px;
text-align: center;
}
@media (min-width: 768px) {
.home-tips {
padding: 2em 5em;
}
}
@media (min-width: 1024px) {
.home-tips {
padding: 1.5em 9em;
}
}
.home-tips h3 {
margin: 0;
color: white;
font-family: "he-300";
}
@media (min-width: 768px) {
.home-tips h3 {
font-size: 1.625em;
}
}
@media (min-width: 1024px) {
.home-tips h3 {
font-family: "he-200";
font-size: 2em;
}
}
.home-tips a {
width: 30px;
height: 30px;
border-radius: 50%;
overflow: hidden;
display: block;
margin: .55em auto 0;
position: relative;
border: 1px solid #E72C23;
}
.home-tips a:after {
content: "";
width: 16px;
height: 16px;
background-size: 16px 16px;
background: url(//www.xkids.hu/wp-content/themes/xkids/img/svg/circular.svg);
position: absolute;
top: 50%;
left: 50%;
margin-top: -9px;
margin-left: -8px;
}
.home-tips .tip {
display: none;
}
.home-infobox1 h3,
.home-infobox2 h3 {
margin: 0 0 15px;
line-height: 1.15;
letter-spacing: -0.01em;
}
@media (min-width: 1024px) {
.home-infobox1 p,
.home-infobox2 p {
margin: 0 0 2em;
}
}
.home-infobox1 .upper,
.home-infobox1 .lower {
padding: 30px 20px;
}
@media (min-width: 768px) {
.home-infobox1 .upper,
.home-infobox1 .lower {
padding: 40px;
}
}
@media (min-width: 1024px) {
.home-infobox1 .upper,
.home-infobox1 .lower {
padding: 50px 80px;
}
}
.home-infobox1 .upper {
background-repeat: no-repeat;
background-size: cover;
background-position: center;
position: relative;
height: auto;
}
@media screen and (min-width: 1400px) {
.home-infobox1 .upper {
height: 500px;
}
}
.home-infobox1 .upper * {
color: white;
}
.home-infobox1 .upper .infobox-table {
width: 100%;
position: relative;
z-index: 2;
}
@media (min-width: 768px) {
.home-infobox1 .upper .infobox-table {
width: 50%;
}
}
@media (min-width: 1024px) {
.home-infobox1 .upper .infobox-table {
display: table;
height: 100%;
}
}
.home-infobox1 .upper .infobox-cell {
display: table-cell;
height: 100%;
vertical-align: middle;
}
.home-infobox1 .upper .btn {
background: #E72C23;
}
.home-infobox1 .upper .remote {
display: block;
background-repeat: no-repeat;
background-position: center;
width: 250px;
height: 171px;
margin: 0 auto 20px;
}
@media (min-width: 768px) {
.home-infobox1 .upper .remote {
width: 300px;
height: 205px;
position: absolute;
right: 40px;
top: 50%;
margin-top: -102px;
}
}
@media screen and (min-width: 1024px) {
.home-infobox1 .upper .remote {
width: 400px;
height: 273px;
right: 80px;
top: 50%;
margin-top: -137px;
}
}
@media screen and (min-width: 1400px) {
.home-infobox1 .upper .remote {
width: 512px;
height: 350px;
top: 70px;
margin-top: 0;
}
}
.home-infobox1 .upper .watch {
display: block;
background-repeat: no-repeat;
background-position: center;
position: absolute;
right: 20px;
width: 160px;
height: 87px;
bottom: -25px;
z-index: 1;
}
@media (min-width: 768px) {
.home-infobox1 .upper .watch {
display: none;
width: 243px;
height: 132px;
right: 40px;
bottom: -80px;
}
}
@media (min-width: 1024px) {
.home-infobox1 .upper .watch {
display: block;
width: 160px;
height: 87px;
right: inherit;
bottom: -50px;
left: 260px;
margin-right: 0;
}
}
.home-infobox1 .lower {
background: #fafafa;
position: relative;
}
.home-infobox1 .lower:before,
.home-infobox1 .lower:after {
content: "";
visibility: hidden;
height: 0;
display: table;
}
.home-infobox1 .lower:after {
clear: both;
}
@media (min-width: 1024px) {
.home-infobox1 .lower {
height: auto;
}
}
@media screen and (min-width: 1400px) {
.home-infobox1 .lower {
padding: 80px;
}
}
.home-infobox1 .lower i {
display: block;
background-repeat: no-repeat;
background-position: center;
width: 300px;
height: 180px;
margin: 0 auto 20px;
background-image: url(//www.xkids.hu/wp-content/themes/xkids/img/home/png/cycle-small.png);
background-size: contain;
}
@media (min-width: 768px) {
.home-infobox1 .lower i {
position: absolute;
width: 320px;
height: 320px;
left: 40px;
top: 50%;
margin-top: -160px;
}
}
@media screen and (min-width: 1199px) and (max-width: 1399px) {
.home-infobox1 .lower i {
width: 350px;
height: 350px;
left: 80px;
margin-top: -175px;
}
}
@media screen and (min-width: 1400px) {
.home-infobox1 .lower i {
width: 640px;
height: 294px;
top: 50%;
left: 80px;
background-image: url(//www.xkids.hu/wp-content/themes/xkids/img/home/png/cycle.png);
margin-top: -147px;
}
}
.home-infobox1 .lower .infobox-table {
position: relative;
z-index: 1;
}
@media (min-width: 768px) {
.home-infobox1 .lower .infobox-table {
width: 40%;
float: right;
}
}
@media (min-width: 1024px) {
.home-infobox1 .lower .infobox-table {
display: table;
}
}
@media screen and (min-width: 1400px) {
.home-infobox1 .lower .infobox-table {
height: 100%;
}
}
@media (min-width: 1024px) {
.home-infobox1 .lower .infobox-table .infobox-cell {
display: table-cell;
height: 100%;
vertical-align: middle;
}
}
.home-hub {
padding: 0 20px 20px;
}
@media (min-width: 768px) {
.home-hub {
padding: 10px 40px;
}
}
@media (min-width: 1024px) {
.home-hub {
padding: 0;
}
}
.home-hub .info {
margin-bottom: 20px;
}
.home-hub .info:before,
.home-hub .info:after {
content: "";
visibility: hidden;
height: 0;
display: table;
}
.home-hub .info:after {
clear: both;
}
@media (min-width: 768px) {
.home-hub .info {
margin-bottom: 10px;
}
}
@media (min-width: 1024px) {
.home-hub .info {
margin: 4em 0;
}
}
.home-hub .info .left,
.home-hub .info .right {
width: 100%;
}
@media (min-width: 768px) {
.home-hub .info .left,
.home-hub .info .right {
width: 50%;
}
}
.home-hub .info .left {
margin-bottom: 20px;
}
@media (min-width: 768px) {
.home-hub .info .left {
padding-right: 1em;
}
}
@media (min-width: 1024px) {
.home-hub .info .left {
margin-bottom: 0;
}
}
@media (min-width: 768px) {
.home-hub .info .right {
padding-left: 1em;
}
}
@media (min-width: 1485px) {
.home-hub .info .right {
padding-right: 200px;
}
}
.home-hub .info .right h4 {
margin-bottom: .35em;
line-height: 1.35;
}
.home-hub .info .right h4 strong {
margin: 0;
}
@media (min-width: 1024px) {
.home-hub .info .right .table {
display: table;
height: 300px;
}
}
.home-hub .info .right .table .table-cell {
display: table-cell;
height: 100%;
vertical-align: middle;
}
.home-hub .info img {
display: block;
max-width: 100%;
max-height: 300px;
margin: 0 auto;
}
.home-hub .img {
min-height: 250px;
background: white url(//www.xkids.hu/wp-content/themes/xkids/img/home/png/new-sections/hub-background.jpg) no-repeat center;
background-size: cover;
position: relative;
}
@media (min-width: 768px) {
.home-hub .img {
min-height: 500px;
}
}
.home-hub .img img {
position: absolute;
top: 50%;
left: 50%;
margin-top: -45px;
margin-left: -60px;
display: block;
width: 120px;
height: 90px;
z-index: 2;
}
@media (min-width: 768px) {
.home-hub .img img {
width: 200px;
height: auto;
margin-top: -95px;
margin-left: -100px;
top: 56%;
}
}
.home-hub .img span {
position: absolute;
background: #E72C23;
display: block;
border-radius: 50%;
z-index: 1;
top: 50%;
left: 50%;
width: 300px;
height: 200px;
margin-top: -100px;
margin-left: -150px;
opacity: 0;
}
.home-hub .img span.a {
-webkit-animation: expand 3s ease-out 0s infinite;
animation: expand 3s ease-out 0s infinite;
}
.home-hub .img span.b {
-webkit-animation: expand 3s ease-out 1s infinite;
animation: expand 3s ease-out 1s infinite;
}
.home-hub .img span.c {
-webkit-animation: expand 3s ease-out 2s infinite;
animation: expand 3s ease-out 2s infinite;
}
@media (min-width: 768px) {
.home-hub .img span {
width: 450px;
height: 250px;
margin-top: -125px;
margin-left: -225px;
}
}
@media (min-width: 1024px) {
.home-hub .img span {
width: 560px;
height: 360px;
margin-top: -180px;
margin-left: -280px;
}
}
.home-infobox2 {
padding: 30px 20px;
background-repeat: no-repeat;
background-size: cover;
background-position: left;
}
@media (min-width: 768px) {
.home-infobox2 {
padding: 40px;
}
}
@media (min-width: 1024px) {
.home-infobox2 {
padding: 80px;
}
}
.home-infobox2 .white {
position: absolute;
top: 0;
right: 0;
left: 0;
bottom: 0;
background: #ffffff;
background: rgba(255, 255, 255, 0.5);
z-index: 1;
}
@media (min-width: 768px) {
.home-infobox2 .white {
display: none;
}
}
.home-cat {
padding-bottom: 15px;
background: #fafafa;
}
@media (min-width: 768px) {
.home-cat {
padding: 5px 5px 0;
}
}
.home-cat ul {
margin: 0 0 5px;
}
.home-cat ul:before,
.home-cat ul:after {
content: "";
visibility: hidden;
height: 0;
display: table;
}
.home-cat ul:after {
clear: both;
}
@media screen and (min-width: 480px) {
.home-cat ul {
margin-left: -5px;
padding: 0 20px;
}
}
@media (min-width: 1024px) {
.home-cat ul {
padding: 0;
}
}
.home-cat li {
width: 100%;
padding: 5px 20px 0;
}
@media screen and (min-width: 480px) and (max-width: 767px) {
.home-cat li {
float: left;
width: 50%;
padding: 5px 0 0 5px;
}
}
@media (min-width: 768px) {
.home-cat li {
float: left;
width: 25%;
padding: 5px 0 0 5px;
}
}
@media (min-width: 1024px) {
.home-cat li:first-child + li + li + li {
width: 25%;
}
}
@media (min-width: 1024px) {
.home-cat li:first-child + li + li + li + li {
width: 25%;
}
}
@media (min-width: 1024px) {
.home-cat li:first-child + li + li + li + li + li {
width: 25%;
}
}
@media screen and (min-width: 480px) {
.home-cat li:last-of-type {
width: 100%;
}
}
@media (min-width: 1024px) {
.home-cat li:last-of-type {
width: 25%;
}
}
.home-cat li:last-of-type a {
background: #E72C23;
height: 40px;
line-height: 40px;
padding: 0 1.2em;
color: white;
font-size: 1em;
border-radius: 50px;
margin-top: 15px;
}
@media screen and (min-width: 480px) {
.home-cat li:last-of-type a {
height: auto;
}
}
@media (min-width: 768px) {
.home-cat li:last-of-type a {
margin-bottom: 15px;
font-family: "he-400";
background: #515B69;
}
}
@media (min-width: 1024px) {
.home-cat li:last-of-type a {
border-radius: 0;
height: 300px;
display: table;
width: 100%;
position: relative;
padding: 0;
margin: 0;
font-size: 1.15em;
}
}
.home-cat li:last-of-type span {
margin: 0;
overflow: hidden;
text-align: left;
}
@media screen and (min-width: 480px) {
.home-cat li:last-of-type span {
position: relative;
left: inherit;
bottom: inherit;
width: inherit;
text-align: left;
}
}
@media (min-width: 768px) {
.home-cat li:last-of-type span {
text-align: center;
}
}
@media (min-width: 1024px) {
.home-cat li:last-of-type span {
display: table-cell;
vertical-align: middle;
}
}
.home-cat li:last-of-type span:before {
content: "\f105";
font-family: "FontAwesome";
float: right;
}
@media (min-width: 768px) {
.home-cat li:last-of-type span:before {
display: none;
}
}
.home-cat li div:hover {
box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
}
.home-cat img {
max-width: 100%;
}
.home-cat a {
display: block;
text-align: center;
background: white;
padding: 30px 20px 20px;
position: relative;
}
@media screen and (min-width: 480px) and (max-width: 767px) {
.home-cat a {
height: 280px;
}
}
@media (min-width: 768px) {
.home-cat a {
font-family: "he-300";
font-size: 1.5em;
line-height: 1.4;
height: 300px;
}
}
.home-cat a span {
display: block;
margin-top: 1em;
}
@media screen and (min-width: 480px) {
.home-cat a span {
position: absolute;
left: 0;
bottom: 20px;
width: 100%;
text-align: center;
}
}
@media (min-width: 1024px) {
.home-cat a span {
bottom: 25px;
}
}
.home-infobox2 {
position: relative;
padding-bottom: 260px;
}
.home-infobox2:before,
.home-infobox2:after {
content: "";
visibility: hidden;
height: 0;
display: table;
}
.home-infobox2:after {
clear: both;
}
@media screen and (min-width: 500px) {
.home-infobox2 {
padding-bottom: 360px;
}
}
@media (min-width: 768px) {
.home-infobox2 {
padding-bottom: 65px;
}
}
@media screen and (min-width: 1024px) {
.home-infobox2 {
padding-bottom: 100px;
padding-top: 100px;
}
}
.home-infobox2 img {
position: absolute;
width: 250px;
height: 231px;
background-repeat: no-repeat;
background-position: center;
bottom: 0;
left: 50%;
margin-left: -125px;
z-index: 2;
}
@media screen and (min-width: 500px) {
.home-infobox2 img {
width: 350px;
height: 323px;
margin-left: -175px;
}
}
@media (min-width: 768px) {
.home-infobox2 img {
left: inherit;
right: 10%;
}
}
@media screen and (min-width: 1024px) {
.home-infobox2 img {
width: 430px;
height: 397px;
right: 10%;
}
}
.home-infobox2 .infobox-tablet {
position: relative;
z-index: 2;
}
@media (min-width: 768px) {
.home-infobox2 .infobox-tablet {
float: left;
width: 50%;
}
}
.stories-title {
padding: 1.5em 20px 1em;
}
.stories-title:before,
.stories-title:after {
content: "";
visibility: hidden;
height: 0;
display: table;
}
.stories-title:after {
clear: both;
}
@media (min-width: 768px) {
.stories-title {
padding: 1.5em 30px 1em;
}
}
.stories-title h2 {
margin: 0;
float: left;
font-size: 2em;
}
@media screen and (max-width: 440px) {
.stories-title h2 {
float: none;
}
}
.stories-title a {
margin-top: 5px;
position: relative;
transition: all 0.2s ease;
-moz-transition: all 0.2s ease;
-webkit-transition: all 0.2s ease;
-o-transition: all 0.2s ease;
float: right;
display: inline-block;
border: 1px solid black;
height: 30px;
line-height: 30px;
padding: 0 1.15em;
border-radius: 50px;
}
@media screen and (max-width: 440px) {
.stories-title a {
float: none;
}
}
.home-stories {
background: white;
padding-bottom: 25px;
}
@media (min-width: 768px) {
.home-stories {
padding-bottom: 30px;
}
}
@media (min-width: 1024px) {
.home-stories {
padding-bottom: 50px;
}
}
.home-stories ul {
padding: 0 20px 0;
margin: 0;
}
@media (min-width: 768px) {
.home-stories ul {
padding: 0 30px;
margin: 0 0 0 -5px;
}
.home-stories ul:before,
.home-stories ul:after {
content: "";
visibility: hidden;
height: 0;
display: table;
}
.home-stories ul:after {
clear: both;
}
}
.home-stories li {
padding: 5px 0 0;
}
@media (min-width: 768px) {
.home-stories li {
float: left;
width: 33.33%;
padding: 0 0 0 5px;
}
}
.home-stories a {
display: block;
background-repeat: no-repeat;
background-size: cover;
background-position: center;
height: 15em;
text-align: center;
transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-webkit-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
}
@media (min-width: 1024px) {
.home-stories a:hover {
opacity: 0.8;
}
}
.home-stories .story-table {
display: table;
height: 100%;
width: 100%;
position: relative;
}
.home-stories .story-table i {
background: #000000;
background: rgba(0, 0, 0, 0.45);
width: 100%;
height: 100%;
position: absolute;
top: 0;
left: 0;
z-index: 0;
}
.home-stories .story-cell {
width: 100%;
display: table-cell;
vertical-align: middle;
position: relative;
z-index: 1;
}
.home-stories .story-cell * {
color: white;
}
.home-stories .story-cell strong {
font-size: 1.35em;
line-height: 1;
font-family: "he-400";
padding: 0 1em;
}
.home-stories .story-cell span {
font-family: "he-400";
}
@media (min-width: 1024px) {
.home-stories .story-cell span {
font-size: 1em;
}
}
.home-stories .story-cell span:before {
content: "";
display: block;
width: 100%;
padding-top: 15px;
}
.home-stories .story-cell span:after {
content: "\f105";
font-family: 'FontAwesome';
display: inline-block;
vertical-align: middle;
margin-left: 12px;
}
.home-logos {
text-align: center;
padding-top: 2.5em;
}
.home-logos ul {
margin: 0;
background: white;
padding: 1.5em 0;
text-align: center;
overflow: hidden;
display: inline-block;
}
@media (min-width: 768px) {
.home-logos ul {
padding: 1.7em 0;
}
}
.home-logos li {
float: left;
margin: 0 0 0 35px;
}
@media (min-width: 768px) {
.home-logos li {
margin: 0 0 0 5em;
display: block;
}
}
.home-logos li:first-child {
margin: 0;
}
.home-logos li:first-child a {
width: 100px;
height: 28px;
background-size: 100px 28px;
}
.home-logos li:first-child + li a {
width: 112px;
height: 28px;
background-size: 112px 28px;
}
.home-logos a {
display: block;
margin: 0 auto;
}
.home-app {
background: gainsboro;
position: relative;
padding: 20px 20px 0;
}
@media (min-width: 768px) {
.home-app {
padding: 130px 40px;
}
}
@media (min-width: 1024px) {
.home-app {
padding: 130px 80px;
}
}
.home-app h2 {
margin-bottom: .25em;
}
.home-app a {
margin-top: 10px;
}
.home-app .img {
position: relative;
}
@media (min-width: 768px) {
.home-app .img {
position: absolute;
bottom: 0;
right: 100px;
}
}
@media (min-width: 1024px) {
.home-app .img {
right: 120px;
}
}
@media screen and (min-width: 1280px) {
.home-app .img {
right: 250px;
}
}
.home-app .img img {
display: block;
width: 300px;
height: 450px;
position: relative;
z-index: 2;
margin: 2em auto 0;
}
@media (min-width: 768px) {
.home-app .img img {
margin: 0;
}
}
@media screen and (max-width: 1024px) {
.home-app .img img {
width: 250px;
height: 375px;
}
}
.home-app .img i {
position: absolute;
bottom: 0;
width: 200px;
height: 240px;
background-repeat: no-repeat;
background-size: 200px 240px;
z-index: 1;
display: block;
}
@media screen and (max-width: 1280px) {
.home-app .img i {
display: none;
}
}
.home-app .img i.left {
left: -175px;
background-image: url(//www.xkids.hu/wp-content/themes/xkids/img/home/png/new-sections/small-phone-right.png);
}
.home-app .img i.right {
right: -175px;
background-image: url(//www.xkids.hu/wp-content/themes/xkids/img/home/png/new-sections/small-phone-left.png);
}
.home-app .links {
width: 220px;
margin: 0 auto;
}
.home-app .links:before,
.home-app .links:after {
content: "";
visibility: hidden;
height: 0;
display: table;
}
.home-app .links:after {
clear: both;
}
@media (min-width: 768px) {
.home-app .links {
width: auto;
margin: 0;
}
}
.home-app .links a {
float: left;
margin-right: 10px;
margin-top: 0;
display: block;
width: 100px;
height: 30px;
background-size: 100px 30px;
background-repeat: no-repeat;
background-position: center;
position: relative;
transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-webkit-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
}
@media (min-width: 768px) {
.home-app .links a {
width: 135px;
height: 40px;
background-size: 135px 40px;
margin-right: 20px;
margin-top: 10px;
}
}
@media (min-width: 1024px) {
.home-app .links a:hover {
opacity: 0.8;
}
}
@media (min-width: 1024px) {
.home-app .links a:active {
top: 3px;
}
}
.home-app .links .google {
background-image: url(//www.xkids.hu/wp-content/themes/xkids/img/home/png/badge-google.png);
}
.home-app .links .appstore {
background-image: url(//www.xkids.hu/wp-content/themes/xkids/img/home/png/badge-appstore.png);
}
.home-app .type {
width: auto;
text-align: center;
position: relative;
z-index: 3;
}
@media (min-width: 768px) {
.home-app .type {
text-align: left;
width: 370px;
}
}
@media (min-width: 1024px) {
.home-app .type {
width: 580px;
}
}
.page-blog {
margin-bottom: 40px;
}
.page-blog .comment-section .your-comment form input[type="submit"] {
background: #ffa01d;
margin-bottom: .75em;
}
.page-blog .container {
max-width: 960px;
margin-left: auto;
margin-right: auto;
}
.page-blog .container:after {
content: " ";
display: block;
clear: both;
}
.page-blog .col-left h1 {
font-size: 1.5em;
margin-bottom: .75em;
padding: 0;
border: 0;
}
.page-blog .col-left ol {
list-style-position: inside;
}
.page-blog .col-left p:before,
.page-blog .col-left p:after {
content: "";
visibility: hidden;
height: 0;
display: table;
}
.page-blog .col-left p:after {
clear: both;
}
.page-blog .col-left p span {
color: #E72C23 !important;
}
@media (min-width: 768px) {
.page-blog .col-left {
padding-right: 2.2em;
}
}
.page-blog .col-left .article-info {
padding-top: 2em;
margin-top: 1.5em;
border-top: 1px solid #f2f2f2;
}
.page-blog .col-left .article-info:first-child {
padding: 0;
margin: 0;
border-top: 0;
}
.page-blog .col-left .article-info img,
.page-blog .col-left .article-info .main-title,
.page-blog .col-left .article-info li {
transition: all 0.2s ease;
-moz-transition: all 0.2s ease;
-webkit-transition: all 0.2s ease;
-o-transition: all 0.2s ease;
}
.page-blog .col-left .article-info a {
display: block;
}
@media (min-width: 768px) {
.page-blog .col-left .article-info a:hover img {
opacity: 0.8;
}
}
.page-blog .col-left .article-info a span {
color: #515B69;
}
.page-blog .col-left .article-info a span em {
color: #ffa01d;
font-style: normal;
text-transform: capitalize;
}
.page-blog .col-left .main-img img {
min-width: 100%;
max-width: 100%;
display: block;
margin-bottom: 1em;
height: auto;
}
.page-blog .col-left .main-title {
display: block;
font-size: 1.5em;
margin-bottom: .5em;
font-weight: normal;
font-family: "he-300";
color: #515B69;
}
@media (min-width: 1024px) {
.page-blog .col-left .main-title {
font-size: 2em;
margin-bottom: .25em;
}
}
.page-blog .col-left .infobar {
padding-left: 0;
margin-bottom: .75em;
}
.page-blog .col-left .infobar:before,
.page-blog .col-left .infobar:after {
content: "";
visibility: hidden;
height: 0;
display: table;
}
.page-blog .col-left .infobar:after {
clear: both;
}
.page-blog .col-left .infobar li {
float: left;
margin-left: 0.65em;
}
.page-blog .col-left .infobar li:first-child {
margin: 0;
}
@media (min-width: 1024px) {
.page-blog .col-left .infobar {
margin-bottom: 1.2em;
}
}
.page-blog .col-left .infobar li {
text-transform: capitalize;
color: #515B69;
line-height: 1.25;
margin-left: 10px;
}
.page-blog .col-left .infobar li:before {
display: none;
content: "";
width: 18px;
height: 18px;
margin: 0 10px 0 0;
vertical-align: middle;
}
.page-blog .col-left .infobar li:first-child:before {
background: url(//www.xkids.hu/wp-content/themes/xkids/img/svg/time.svg);
background-repeat: no-repeat;
background-size: 18px 18px;
margin-top: -7px;
}
.page-blog .col-left .infobar li:first-child + li:before {
background: url(//www.xkids.hu/wp-content/themes/xkids/img/svg/user.svg);
background-repeat: no-repeat;
background-size: 18px 18px;
margin-top: -7px;
}
.page-blog .col-left .infobar li:first-child + li + li:before {
background: url(//www.xkids.hu/wp-content/themes/xkids/img/svg/mail.svg);
background-repeat: no-repeat;
background-size: 18px 18px;
margin-top: -7px;
}
@media (min-width: 768px) {
.page-blog .col-left .infobar li:before {
display: inline-block;
}
}
.page-blog .col-left .older-posts {
text-align: center;
margin-top: 1.5em;
padding-top: 1.5em;
border-top: 1px solid #f2f2f2;
}
@media (min-width: 768px) {
.page-blog .col-left .older-posts {
margin-top: 1.5em;
padding-top: 1.5em;
}
}
.page-blog .col-left .older-posts ul {
padding: 0;
text-align: center;
}
.page-blog .col-left .older-posts ul li {
display: inline-block;
width: 10px;
height: 10px;
background: #d9d9d9;
border-radius: 50%;
}
.page-blog .col-left .older-posts ul li:before {
display: none;
}
.page-blog .col-left .older-posts span {
color: #bfbfbf;
}
.page-blog .col-left article a a,
.page-blog .col-left article a span,
.page-blog .col-left article a strong,
.page-blog .col-left article a blockquote,
.page-blog .col-left article span a,
.page-blog .col-left article span span,
.page-blog .col-left article span strong,
.page-blog .col-left article span blockquote,
.page-blog .col-left article strong a,
.page-blog .col-left article strong span,
.page-blog .col-left article strong strong,
.page-blog .col-left article strong blockquote,
.page-blog .col-left article blockquote a,
.page-blog .col-left article blockquote span,
.page-blog .col-left article blockquote strong,
.page-blog .col-left article blockquote blockquote {
margin: 0;
}
.page-blog .col-left article img {
display: block;
max-width: 100%;
height: auto;
}
.page-blog .col-left article span {
display: inline-block;
}
.page-blog .col-left article ul span,
.page-blog .col-left article ul strong,
.page-blog .col-left article ul a {
margin: 0;
}
.page-blog .col-left article iframe {
width: 100%;
margin-bottom: 1.5em;
}
@media screen and (min-width: 500px) and (max-width: 767px) {
.page-blog aside .aside-articles a {
float: left;
width: 33.33%;
padding-left: 5px;
}
.page-blog aside .aside-articles a:first-child {
padding-left: 0;
}
}
@media (min-width: 768px) {
.page-blog aside .aside-articles a:hover img {
opacity: 0.8;
}
}
.page-blog aside .aside-articles a,
.page-blog aside .aside-articles img {
display: block;
}
.page-blog aside .aside-articles img { min-width: 100%;
max-width: 100%;
height: auto;
margin-bottom: .75em;
}
.page-blog aside .aside-articles strong {
margin-bottom: .25em;
display: block;
font-size: 1.3em;
font-weight: normal;
font-family: "he-400";
}
.page-blog aside .aside-articles img,
.page-blog aside .aside-articles strong {
transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-webkit-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
}
.page-blog aside .aside-articles span {
display: inline-block;
margin-bottom: 1em;
text-transform: capitalize;
color: #E72C23;
font-size: 1em;
}
.cart-checkout .woocommerce-checkout label:before {
content: "";
display: none;
vertical-align: middle;
width: 24px;
height: 24px;
margin-right: 2px;
}
@media (min-width: 768px) {
.cart-checkout .woocommerce-checkout label:before {
display: inline-block;
}
}
.cart-checkout .woocommerce-checkout .payment_method_cod label:before {
background: url(//www.xkids.hu/wp-content/themes/xkids/img/svg/plata-ramburs.svg) no-repeat center;
background-size: 24px 24px;
margin-top: -4px;
}
.cart-checkout .woocommerce-checkout .payment_method_stripe_cc label:before {
background: url(//www.xkids.hu/wp-content/themes/xkids/img/svg/plata-card.svg) no-repeat center;
background-size: 24px 24px;
}
.cart-checkout .woocommerce-checkout #payment div.payment_box {
padding: .45em .75em;
background: #F0F5FD;
margin-top: 0;
padding-left: 0;
}
.cart-checkout .woocommerce-checkout #payment div.payment_box:before {
border-bottom-color: #F0F5FD;
top: -.55em;
margin: -1em 0 0 2em;
}
.cart-checkout .woocommerce-checkout-review-order {
background: #F0F5FD;
border: none;
padding: 30px 30px 22px 30px;
}
.cart-checkout .woocommerce-checkout-review-order h4 {
margin-bottom: 5px;
line-height: 1.18;
font-size: 22px;
}
.cart-checkout p {
margin-bottom: .5em;
}
.cart-checkout p:first-child {
font-size: 1em;
font-family: "he-600";
margin-bottom: 1em;
}
.cart-checkout p i,
.cart-checkout p strong {
color: #515B69;
}
.cart-checkout p strong {
font-family: "he-400";
}
.cart-checkout p i {
display: inline-block;
vertical-align: middle;
margin: 0 .5em 0 0;
}
.cart-checkout p a {
color: #515B69 !important;
}
.cart-checkout .cart {
background: #F0F5FD;
border: none;
padding: 1em;
border-radius: 5px;
}
.cart-checkout .cart ul {
margin: 1em 0 0;
padding: 1em 0 0;
border-top: 1px solid #d9d9d9;
clear: left;
}
@media (min-width: 1024px) {
.cart-checkout .cart ul {
padding-left: 60%;
}
}
.cart-checkout .cart ul li:before,
.cart-checkout .cart ul li:after {
content: "";
visibility: hidden;
height: 0;
display: table;
}
.cart-checkout .cart ul li:after {
clear: both;
}
.cart-checkout .cart ul li:before {
display: none;
}
.cart-checkout .cart ul li span,
.cart-checkout .cart ul li strong {
float: right;
margin: 0;
}
.cart-checkout .cart ul li span:first-child,
.cart-checkout .cart ul li strong:first-child {
float: left;
}
.cart-checkout .cart-item {
position: relative;
margin-top: 1em;
padding-top: 1em;
border-top: 1px solid #e6e6e6;
}
.cart-checkout .cart-item:before,
.cart-checkout .cart-item:after {
content: "";
visibility: hidden;
height: 0;
display: table;
}
.cart-checkout .cart-item:after {
clear: both;
}
.cart-checkout .cart-item:first-child {
margin: 0;
padding-top: 0;
border: 0;
}
.cart-checkout .cart-item:first-child a:last-of-type {
top: 0;
right: 0;
}
.cart-checkout .cart-item a:first-of-type {
display: block;
position: relative;
padding-bottom: 1em;
padding-right: 30px;
margin-bottom: 1em;
border-bottom: 1px dashed #cccccc;
min-height: 50px;
clear: both;
}
@media (min-width: 1024px) {
.cart-checkout .cart-item a:first-of-type {
float: left;
padding: 0 20px 0 0;
margin: 0;
border: 0;
width: 50%;
}
}
.cart-checkout .cart-item a:first-of-type img {
position: absolute;
left: 0;
top: 0;
width: 50px;
height: 50px;
border: none;
}
.cart-checkout .cart-item a:first-of-type strong {
line-height: 1.1;
font-family: "he-600";
}
.cart-checkout .cart-item a:first-of-type strong,
.cart-checkout .cart-item a:first-of-type em {
color: #515B69;
padding-left: 70px;
display: block;
}
@media (min-width: 1024px) {
.cart-checkout .cart-item a:first-of-type strong,
.cart-checkout .cart-item a:first-of-type em {
padding-left: 90px;
}
}
.cart-checkout .cart-item a:first-of-type em {
font-size: .9em;
font-style: normal;
}
.cart-checkout .cart-item select,
.cart-checkout .cart-item span {
width: 50%;
float: left;
}
.cart-checkout .cart-item select {
min-width: 1px;
border-color: #d9d9d9;
line-height: 1;
width: 100px;
line-height: 30px;
}
.cart-checkout .cart-item span {
font-family: "he-700";
margin-bottom: 0;
clear: right;
padding-left: 20px;
margin-top: 5px;
}
@media (min-width: 1024px) {
.cart-checkout .cart-item span {
width: 25%;
padding-left: 40px;
margin-top: 0;
text-align: right;
}
}
.cart-checkout .cart-item a:last-of-type {
position: absolute;
top: 1em;
right: 0;
width: 20px;
height: 20px;
background: url(//www.xkids.hu/wp-content/themes/xkids/img/svg/cross.svg) no-repeat;
background-size: 20px 20px;
border-radius: 50%;
opacity: 0.2;
z-index: 2;
}
.cart-checkout aside {
background: #3F2C80;
border-radius: 4px;
padding: 1em;
z-index: 1;
}
@media (min-width: 1024px) {
.cart-checkout aside {
padding: 1em;
min-height: 316px;
}
}
.cart-checkout aside strong,
.cart-checkout aside span {
color: white;
}
.cart-checkout aside strong {
display: block;
margin-bottom: .2em;
}
@media (min-width: 768px) {
.cart-checkout aside strong:first-child {
display: block;
}
}
.cart-checkout aside strong span {
display: block;
font-size: 2em;
line-height: 1; margin-top: 4px;
font-family: "he-400";
margin-bottom: -8px;
}
@media (min-width: 768px) {
.cart-checkout aside strong span {
font-size: 3em;
font-family: "he-300";
}
}
.cart-checkout aside ul {
display: none;
margin: 0 0 .75em;
}
@media (min-width: 768px) {
.cart-checkout aside ul {
display: block;
}
}
.cart-checkout aside ul li:before,
.cart-checkout aside ul li:after {
content: "";
visibility: hidden;
height: 0;
display: table;
}
.cart-checkout aside ul li:after {
clear: both;
}
.cart-checkout aside ul li span {
float: right;
margin: 0;
font-family: 'he-700';
}
.cart-checkout aside ul li span:first-child {
float: left;
font-family: 'he-400';
}
.cart-checkout aside form {
width: 100%;
margin-bottom: 1em;
overflow: hidden;
}
.cart-checkout aside form input {
width: 100%;
}
.cart-checkout aside form input[type="text"] {
margin-bottom: 0;
background: white;
min-width: 0;
border: none;
color: #515B69;
width: 60%;
float: left;
height: 35px;
}
.cart-checkout aside form a {
display: block;
text-align: center;
font-family: 'he-600';
background: transparent;
border: 1px solid white;
width: 35%;
float: left;
margin-left: 5%;
padding-left: 0;
padding-right: 0;
height: 35px;
line-height: 35px;
}
@media (min-width: 1024px) {
.cart-checkout aside form a:hover {
background-color: transparent !important;
color: #e6e6e6;
border-color: #e6e6e6;
}
}
.cart-checkout aside form a:active {
top: 0;
}
.cart-checkout aside .orange {
display: block;
text-align: center;
font-family: 'he-600';
background: #FFA01D;
color: white;
height: 40px;
line-height: 40px;
border-radius: 3px;
font-size: 1.15em;
padding: 1px;
}
.cart-checkout aside .orange .fa {
margin-right: 5px;
}
.cart-checkout .aside-basket {
display: block;
}
.cart-checkout .aside-basket ul {
display: block;
margin: 0 0 1em;
padding: 0 0 1em;
border-bottom: 1px dashed white;
}
.cart-checkout .aside-basket li {
margin: .5em 0 0;
padding: .5em 0 0;
border-top: 1px solid rgba(255, 255, 255, 0.3);
}
.cart-checkout .aside-basket li:first-child {
margin: 0;
padding: 0;
border: none;
}
.cart-checkout .aside-basket a,
.cart-checkout .aside-basket span,
.cart-checkout .aside-basket strong {
line-height: 1.25;
font-size: 85%;
font-family: "he-600";
display: inline-block;
color: white;
margin: 0;
}
.cart-checkout .aside-basket a {
max-width: 250px;
margin-left: 1em;
}
.cart-checkout .aside-basket a:before,
.cart-checkout .aside-basket a:after {
content: "";
visibility: hidden;
height: 0;
display: table;
}
.cart-checkout .aside-basket a:after {
clear: both;
}
.cart-checkout .aside-basket img {
padding: 3px;
width: 40px;
height: 40px;
background: white;
float: left;
margin: 0 1em 0 0;
}
.cart-checkout .aside-basket strong {
float: right;
font-family: "he-700";
}
@media (min-width: 1024px) {
.cart-checkout .aside-basket strong {
margin: 11px 0 0;
}
}
.cart-checkout .aside-basket span {
float: left;
}
@media (min-width: 1024px) {
.cart-checkout .aside-basket span {
margin: 11px 0 0;
}
}
.cart-checkout .continua_cumparaturile,
.cart-checkout .continua_cumparaturile:hover {
display: inline-block;
float: right;  color: #777 !important; line-height: 35px;
text-decoration: none !important;
}
@media screen and (max-width: 499px) {
.cart-checkout .continua_cumparaturile {
display: none;
}
}
@media screen and (max-width: 767px) {
.cart-checkout .continua_cumparaturile {
margin-top: 5px;
}
}
@media (min-width: 1024px) {
.cart-checkout .continua_cumparaturile:hover {
background: none !important;
border-color: #E72C23;
color: #E72C23 !important;
}
}
.cart-checkout .continua_cumparaturile:active {
top: 0;
}
.cart-checkout .container {
max-width: 960px;
}
.cart-checkout .client_existent {
overflow: hidden;
line-height: 35px;
margin-bottom: 18px;
color: #777;
}
.cart-checkout .client_existent&gt;a {
text-decoration: underline !important;
color: #515B69 !important;
font-size: 18px;
line-height: 1.55;
}
.cart-checkout .client_existent&gt;a:hover {
color: #515B69 !important;
text-decoration: underline !important;
line-height: 1.55;
}
@media screen and (max-width: 445px) {
.cart-checkout .client_existent .continua_cumparaturile {
float: none;
margin-top: .5em;
}
}
@media (max-width: 767px) {
.cart-checkout .client_existent {
line-height: 1.35;
}
}
.cart-checkout .col-left {
padding-right: 15px;
}
@media (max-width: 767px) {
.cart-checkout .col-left {
padding-right: 0;
}
}
.cart-checkout .col-left .plaseaza_comanda {
display: none;
}
.cart-checkout .persoana_juridica_tab {
display: none;
}
.cart-checkout .col-left .checkout-section .form-row.half.half-35 {
width: 34%;
}
@media (max-width: 768px) {
.cart-checkout .col-left .checkout-section .form-row.half.half-35 {
width: 100%;
}
}
.cart-checkout .col-left .checkout-section .form-row.half.half-65 {
width: 65%;
float: right;
}
@media (max-width: 768px) {
.cart-checkout .col-left .checkout-section .form-row.half.half-65 {
width: 100%;
}
}
.cart-checkout .row-tip-persoana .tip_persoana_label {
display: inline-block;
}
.cart-checkout .row-tip-persoana .tip_persoana_label input {
display: inline-block;
margin-right: 8px;
position: relative;
top: 1px;
}
.cart-checkout .row-tip-persoana .tip_persoana_label label {
display: inline-block;
margin-bottom: 0;
margin-right: 37px;
font-size: 18px;
line-height: 1.55;
}
.cart-checkout .woocommerce-checkout #payment ul.payment_methods li {
width: 99%;
float: left;
margin-right: 1%;
margin-top: 0;
padding-top: 0;
border-top: none;
}
@media (max-width: 1023px) {
.cart-checkout .woocommerce-checkout #payment ul.payment_methods li {
width: 100%;
float: none;
}
.cart-checkout .woocommerce-checkout #payment ul.payment_methods li:first-child {
margin-bottom: 20px;
}
}
.cart-checkout .woocommerce-checkout #payment div.payment_box {
display: block !important;
}
.cart-checkout .woocommerce-checkout #payment ul.payment_methods li input {
margin-right: 5px;
}
.cart-checkout select {
min-width: 0;
}
.cart-checkout .cont_parola_creare {
clear: both;
}
.cart-checkout .cont_parola_creare .check_question input {
display: inline-block;
margin-right: 5px;
}
.cart-checkout .cont_parola_creare .check_question label {
display: inline-block;
margin-bottom: 0;
}
.cart-checkout .cont_parola_creare .hide_lp { display: none;
margin-top: 1em;
}
.cart-checkout .hidden_checkout_forms .woocommerce-message {
display: none;
}
.cart-checkout .cart_empty_continue {
color: #fff !important;
}
.col-left .checkout-section {
margin-top: 5px;
border-radius: 5px;
}
.col-left .checkout-section h2 {
margin-bottom: .5em;
}
.col-left .checkout-section:first-child {
margin-top: 0;
}
.col-left .checkout-section label {
display: block;
}
.col-left .checkout-section ul {
padding-left: 0;
}
.col-left .checkout-section li:before {
display: none;
}
.col-left .checkout-section.delivery {
margin-top: 1em;
}
.col-left .checkout-section.delivery h4 {
line-height: 1.1;
margin-bottom: .5em;
}
.col-left .checkout-section.delivery .mini-address {
margin: 0;
}
.col-left .checkout-section .btn {
background: #E72C23;
color: white;
border: 1px solid #E72C23;
}
@media (min-width: 1024px) {
.col-left .checkout-section .btn:hover {
background: transparent !important;
border-color: #515B69;
color: #515B69;
}
}
.col-left .checkout-section .mini-address {
position: relative;
padding: 0 0 0 2em;
margin: 1.2em 0 0;
}
@media (min-width: 768px) {
.col-left .checkout-section .mini-address {
margin: 0;
padding: 0 100px 0 2em;
}
}
@media (min-width: 768px) {
.col-left .checkout-section .mini-address:hover a {
display: inline-block;
}
}
.col-left .checkout-section .mini-address input[type="radio"] {
position: absolute;
top: -3px;
left: 0;
}
.col-left .checkout-section .mini-address a {
font-size: 14px;
background: transparent;
border-color: #515B69;
color: #515B69;
height: 30px;
line-height: 30px;
}
@media (min-width: 768px) {
.col-left .checkout-section .mini-address a {
display: none;
position: absolute;
top: 0;
right: 0;
margin-bottom: 0;
}
}
@media (min-width: 1024px) {
.col-left .checkout-section .mini-address a:hover {
background-color: transparent !important;
color: #E72C23;
border-color: #E72C23;
}
}
.col-left .checkout-section form {
position: relative;
margin: 1.5em 0;
}
@media (min-width: 1024px) {
.col-left .checkout-section form {
padding: 1.5em;
}
}
.col-left .checkout-section form:before,
.col-left .checkout-section form:after {
content: "";
visibility: hidden;
height: 0;
display: table;
}
.col-left .checkout-section form:after {
clear: both;
}
.col-left .checkout-section form input[type="name"],
.col-left .checkout-section form input[type="number"],
.col-left .checkout-section form input[type="text"],
.col-left .checkout-section form input[type="email"],
.col-left .checkout-section form input[type="tel"],
.col-left .checkout-section form textarea {
min-width: 1px;
width: 100%;
}
.col-left .checkout-section form textarea {
min-height: 100px;
}
.col-left .checkout-section form .form-wrap {
margin-top: -.75em;
}
.col-left .checkout-section form .btn {
margin-top: 1em;
background: #515B69;
color: white;
border-color: #515B69;
}
.col-left .checkout-section .form-row {
float: left;
margin-top: .75em;
}
.col-left .checkout-section .form-row .form-row {
margin-top: 0;
}
.col-left .checkout-section .form-row.half {
width: 100%;
}
@media (min-width: 1024px) {
.col-left .checkout-section .form-row.half {
width: 50%;
}
}
@media (min-width: 1024px) {
.col-left .checkout-section .form-row.half.first {
padding-right: 7px;
}
}
@media (min-width: 1024px) {
.col-left .checkout-section .form-row.half.last {
padding-left: 7px;
}
}
.col-left .checkout-section .form-row.full {
width: 100%;
}
.col-left .checkout-section .payment-types {
margin: 0;
}
.col-left .checkout-section .payment-types li {
padding-top: .5em;
margin-top: .5em;
border-top: 1px solid #e6e6e6;
position: relative;
}
.col-left .checkout-section .payment-types li:before,
.col-left .checkout-section .payment-types li:after {
content: "";
visibility: hidden;
height: 0;
display: table;
}
.col-left .checkout-section .payment-types li:after {
clear: both;
}
.col-left .checkout-section .payment-types li:first-child {
padding-top: 0;
margin-top: 0;
border: 0;
}
.col-left .checkout-section .payment-types li label,
.col-left .checkout-section .payment-types li input {
float: left;
}
.col-left .checkout-section .payment-types li label {
padding-top: .25em;
margin-left: 1em;
margin-bottom: 0;
width: 80%;
}
@media (min-width: 768px) {
.col-left .checkout-section .payment-types li label {
width: 90%;
}
}
.col-left .checkout-section .payment-types li i {
display: none;
}
@media (min-width: 768px) {
.col-left .checkout-section .payment-types li i {
display: block;
width: 112px;
height: 22px;
background: url(//www.xkids.hu/wp-content/themes/xkids/img/cart/cards.jpg) no-repeat center;
position: absolute;
top: .7em;
right: 0;
}
}
.col-left .checkout-section .payment-types li form label {
width: 100%;
padding-top: 0;
margin-left: 0;
margin-bottom: 1em;
}
.col-left .checkout-section .payment-types li form .form-row .last {
margin-top: .75em;
}
@media (min-width: 1024px) {
.col-left .checkout-section .payment-types li form .form-row .last {
margin-top: 0;
}
}
.col-left .checkout-section .attention {
display: none;
}
.col-left .checkout-section .attention.prima_adresa_livrare,
.col-left .checkout-section .attention.prima_adresa_facturare {
display: block;
margin: 0;
}
.col-left .checkout-section.zona_livrare .active .attention {
display: block;
}
.col-left .checkout-section.zona_livrare .adauga_adresa_livrare form {
display: none;
}
.col-left .checkout-section .order-actions a {
margin-right: 5px;
margin-bottom: 5px;
display: inline-block;
}
.col-left .checkout-section .order-actions a:last-child {
margin-right: 0;
}
.col-left .checkout-section .persoana_juridica_half {
display: none;
}
.col-left .order-btn {
margin-top: 1em;
display: none;
}
@media (min-width: 768px) {
.col-left .order-btn {
display: block;
}
}
.col-left .order-btn a {
font-family: 'he-600';
color: white;
display: block;
text-align: center;
}
.woocommerce-order-received .checkout_page header {
padding: 0;
}
.woocommerce-order-received .checkout_page table td {
padding-right: 20px;
padding-left: 0;
}
.woocommerce-order-received .checkout_page table th {
padding-left: 0;
}
select.judet {
width: 100%;
}
.woocommerce-order-received .col-left {
width: 100%;
} .woocommerce-order-pay h1,
.woocommerce-order-pay .col-left &gt; * {
display: none;
}
.woocommerce-order-pay .col-left .hidden_checkout_forms {
display: block;
}
.woocommerce-order-pay .col-left {
width: 100%;
}
.woocommerce-order-pay aside {
display: none;
}
.woocommerce-order-pay #payment .form-row {
background: #fff;
}
.woocommerce-order-pay #place_order {
transition: all 0.3s ease !important;
-moz-transition: all 0.3s ease !important;
-webkit-transition: all 0.3s ease !important;
-o-transition: all 0.3s ease !important;
border-radius: 50px !important;
background: #E72C23 !important;
display: inline-block !important;
height: 40px !important;
line-height: 40px !important;
padding: 0 2em !important;
color: white !important;
font-size: 1em !important;
font-family: "he-400" !important;
position: relative !important;
vertical-align: middle !important;
border: none !important;
overflow: hidden !important;
cursor: pointer !important;
font-weight: 400 !important;
}
.cart_empty_continue {
margin-top: .75em;
}
.product .product-zone {
margin-top: 1.5em;
}
@media (min-width: 1024px) {
.product .product-zone.zone-hero {
margin: 0;
padding-top: 1em;
}
}
.product .zone-hero:before,
.product .zone-hero:after {
content: "";
visibility: hidden;
height: 0;
display: table;
}
.product .zone-hero:after {
clear: both;
}
.product .zone-hero .col {
margin-top: 1em;
}
@media (min-width: 768px) {
.product .zone-hero .col {
margin-top: 0;
}
}
.product .zone-hero .col:first-child {
margin-top: 0;
}
@media (min-width: 768px) {
.product .zone-hero .col1 {
width: 49.15254%;
float: left;
margin-right: 1.69492%;
}
}
@media (min-width: 1024px) {
.product .zone-hero .col1 {
width: 40.67797%;
float: left;
margin-right: 1.69492%;
}
}
.product .zone-hero .col1 #owl-product {
margin-bottom: 1.5em;
position: relative;
}
@media (min-width: 1024px) {
.product .zone-hero .col1 #owl-product {
margin-bottom: 2em;
}
}
.product .zone-hero .col1 #owl-product .product-pic {
width: 100%;
display: table;
height: 280px;
overflow: hidden;
display: none;
}
.product .zone-hero .col1 #owl-product .product-pic:first-child {
display: table;
}
@media (min-width: 768px) {
.product .zone-hero .col1 #owl-product .product-pic {
height: 400px;
}
}
.product .zone-hero .col1 #owl-product .product-pic a {
display: table-cell;
height: 100%;
vertical-align: middle;
}
.product .zone-hero .col1 #owl-product .product-pic img {
max-width: 100%;
width: auto;
height: auto;
margin: 0 auto;
display: block;
}
.product .zone-hero .col1 #owl-product .product-pic i {
width: 48px;
height: 48px;
position: absolute;
color: #E72C23;
top: 50%;
left: 50%;
margin-top: -24px;
margin-left: -24px;
font-size: 300%;
color: #515B69;
opacity: 0.1;
z-index: -1;
}
@media (min-width: 1024px) {
.product .zone-hero .col1 #owl-product .product-pic i {
width: 24px;
height: 24px;
margin-top: -12px;
margin-left: -12px;
display: none;
font-size: 1.5em;
}
}
.product .zone-hero .col1 p {
text-align: center;
font-size: 90%;
color: #999999;
}
.product .zone-hero .col1 p i {
font-size: 80%;
vertical-align: middle;
margin: 0 .5em 0 0;
}
.product .zone-hero .col1 #owl-product2,
.product .zone-hero .col1 .owl-product-inner {
margin-bottom: 1.5em;
position: relative;
}
@media (min-width: 1024px) {
.product .zone-hero .col1 #owl-product2,
.product .zone-hero .col1 .owl-product-inner {
margin-bottom: 2em;
}
}
.product .zone-hero .col1 #owl-product2 .product-pic,
.product .zone-hero .col1 .owl-product-inner .product-pic {
width: 100%;
display: table;
height: 280px;
overflow: hidden;
}
@media (min-width: 768px) {
.product .zone-hero .col1 #owl-product2 .product-pic,
.product .zone-hero .col1 .owl-product-inner .product-pic {
height: 400px;
}
}
.product .zone-hero .col1 #owl-product2 .product-pic a,
.product .zone-hero .col1 .owl-product-inner .product-pic a {
display: table-cell;
height: 100%;
vertical-align: middle;
}
@media (min-width: 1024px) {
.product .zone-hero .col1 #owl-product2 .product-pic a:hover img,
.product .zone-hero .col1 .owl-product-inner .product-pic a:hover img,
.product .zone-hero .col1 #owl-product .product-pic a:hover img {
opacity: 0.3;
}
.product .zone-hero .col1 #owl-product2 .product-pic a:hover i,
.product .zone-hero .col1 .owl-product-inner .product-pic a:hover i,
.product .zone-hero .col1 #owl-product .product-pic a:hover i {
display: inline-block;
color: #E72C23;
opacity: 0.5;
}
}
.product .zone-hero .col1 #owl-product2 .product-pic img,
.product .zone-hero .col1 .owl-product-inner .product-pic img {
max-width: 100%;
width: auto;
height: auto;
margin: 0 auto;
}
.product .zone-hero .col1 #owl-product2 .product-pic i,
.product .zone-hero .col1 .owl-product-inner .product-pic i {
width: 48px;
height: 48px;
position: absolute;
color: #E72C23;
top: 50%;
left: 50%;
margin-top: -24px;
margin-left: -24px;
font-size: 300%;
color: #515B69;
opacity: 0.1;
}
@media (min-width: 1024px) {
.product .zone-hero .col1 #owl-product2 .product-pic i,
.product .zone-hero .col1 .owl-product-inner .product-pic i {
width: 24px;
height: 24px;
margin-top: -12px;
margin-left: -12px;
display: none;
font-size: 1.5em;
}
}
.product .zone-hero .col1 ul {
text-align: center;
margin: 0;
}
@media (min-width: 768px) {
.product .zone-hero .col1 ul {
margin-bottom: 13px;
}
}
.product .zone-hero .col1 ul li {
display: inline-block;
margin-left: .75em;
}
.product .zone-hero .col1 ul li:first-child {
margin: 0;
}
.product .zone-hero .col1 ul li.active a {
border-color: #515b69;
}
@media (min-width: 1024px) {
.product .zone-hero .col1 ul li:hover a {
border-color: #515b69;
}
}
.product .zone-hero .col1 ul li a {
display: table;
border: 1px solid #D3DCEB;
width: 55px;
height: 55px;
padding: 8px;
overflow: hidden;
border-radius: 3px;
}
@media (min-width: 768px) {
.product .zone-hero .col1 ul li a {
width: 90px;
height: 90px;
}
}
.product .zone-hero .col1 ul li a span {
display: table-cell;
vertical-align: middle;
}
.product .zone-hero .col1 ul li img {
display: inline-block;
width: auto;
margin: 0 auto;
max-height: 72px;
}
.product .zone-hero .col2 { }
@media (min-width: 768px) {
.product .zone-hero .col2 {
width: 49.15254%;
float: right;
margin-right: 0;
}
}
@media (min-width: 1024px) {
.product .zone-hero .col2 {
width: 32.20339%;
float: left;
margin-right: 1.69492%;
}
}
.product .zone-hero .col2 .code {
margin-bottom: 22px;
}
.product .zone-hero .col2 .code:before,
.product .zone-hero .col2 .code:after {
content: "";
visibility: hidden;
height: 0;
display: table;
}
.product .zone-hero .col2 .code:after {
clear: both;
}
.product .zone-hero .col2 .code span {
display: inline-block;
margin: 0;
height: 34px;
line-height: 34px;
vertical-align: middle;
border-radius: 5px;
float: right;
font-size: 18px;
}
@media (min-width: 768px) {
.product .zone-hero .col2 .code span {
float: none;
}
}
.product .zone-hero .col2 .code span:first-child {
font-family: "he-400";
border: 1px solid #E72C23;
padding: 0 .8em;
color: #E72C23;
margin: 0 10px 0 0;
float: left;
display: inline-flex;
align-items: center;
}
@media (min-width: 768px) {
.product .zone-hero .col2 .code span:first-child {
float: none;
}
}
.product .zone-hero .col2 .code span:first-child:before {
content: "";
width: 7px;
height: 7px;
display: inline-block;
margin-right: 10px;
background: #E72C23;
vertical-align: middle;
border-radius: 50%;
}
.product .zone-hero .col2 .code span:first-child.in-stock {
border-color: #D3DCEB;
color: #34B922;
}
.product .zone-hero .col2 .code span:first-child.in-stock:before {
background: #34B922;
}
.product .zone-hero .col2 .code span:first-child.out-of-stock {
border-color: #D3DCEB;
color: #FF0000;
}
.product .zone-hero .col2 .code span:first-child.out-of-stock:before {
background: #FF0000;
}
.product .zone-hero .col2 .code span:first-child + span {
vertical-align: middle;
height: 30px;
line-height: 2;
}
.product .zone-hero .col2 .code span:first-child + span strong {
color: #515B69;
font-family: "he-700";
}
.product .zone-hero .col2 .description p {
margin: 0 0 1em;
font-size: 18px;
line-height: 1.55;
margin-bottom: 25px;
}
.product .zone-hero .col2 .description ul {
margin: 0 0 1em;
}
.product .zone-hero .col2 .description ul li {
padding-top: .25em;
margin-top: .25em;
border-top: 1px solid #e6e6e6;
}
.product .zone-hero .col2 .description ul li:first-child {
padding: 0;
margin: 0;
border: 0;
}
.product .zone-hero .col2 .colors ul:before,
.product .zone-hero .col2 .colors ul:after {
content: "";
visibility: hidden;
height: 0;
display: table;
}
.product .zone-hero .col2 .colors ul:after {
clear: both;
}
.product .zone-hero .col2 .colors ul li {
float: left;
margin: 0 10px 0 0;
}
.product .zone-hero .col2 .colors ul li.active a {
border-color: #cccccc;
}
.product .zone-hero .col2 .colors ul li:first-child a {
background: white;
}
.product .zone-hero .col2 .colors ul li:first-child + li a {
background: gray;
}
.product .zone-hero .col2 .colors ul li:first-child + li + li a {
background: red;
}
.product .zone-hero .col2 .colors ul a {
display: block;
width: 35px;
height: 35px;
border-radius: 3px;
background: transparent;
border: 3px solid transparent;
}
@media (min-width: 1024px) {
.product .zone-hero .col2 .colors ul a:hover {
border-color: #b3b3b3;
}
}
.product .zone-hero .col2 .functions ul {
margin-top: -7px;
}
.product .zone-hero .col2 .functions ul:before,
.product .zone-hero .col2 .functions ul:after {
content: "";
visibility: hidden;
height: 0;
display: table;
}
.product .zone-hero .col2 .functions ul:after {
clear: both;
}
.product .zone-hero .col2 .functions ul li {
float: left;
margin: 7px 5px 0 0;
}
.product .zone-hero .col2 .functions ul li.active a {
border-color: #515B69;
color: #515B69;
}
@media (min-width: 1024px) {
.product .zone-hero .col2 .functions ul li a:hover {
border-color: #515B69;
color: #515B69;
}
}
.product .zone-hero .col2 .functions ul li.more {
clear: left;
margin-top: 1em;
}
.product .zone-hero .col2 .functions ul li.more a {
border: 0;
padding: 0;
color: #E72C23;
text-decoration: underline;
font-size: 95%;
}
.product .zone-hero .col2 .functions ul li.more a:before {
content: "";
display: block;
width: 100%;
}
.product .zone-hero .col2 .functions ul a {
line-height: 1.5;
padding: .1em 1em;
display: inline-block;
color: #5a5a5a;
border-radius: 3px;
border: 2px solid #b3b3b3;
transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-webkit-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
}
.product .zone-hero .col2 .options {
display: none;
}
@media (min-width: 1024px) {
.product .zone-hero .col2 .options {
display: block;
}
}
.product .zone-hero .col2 .options li {
padding-top: .25em;
margin-top: .25em;
display: flex; }
.product .zone-hero .col2 .options li:first-child {
margin: 0;
padding: 0;
border: none;
}
.single-product .options span {
margin-bottom: 0;
}
.product .zone-hero .col2 .options li:first-child i {
background: url(//www.xkids.hu/wp-content/themes/xkids/img/icon_transport_gratuit.svg) no-repeat;
background-size: contain;
width: 40px;
height: 40px;
}
.product .zone-hero .col2 .options li:first-child + li i {
background: url(//www.xkids.hu/wp-content/themes/xkids/img/icon_garantie_36.svg) no-repeat;
background-size: 30px 30px;
}
.product .zone-hero .col2 .options li:first-child + li + li i {
background: url(//www.xkids.hu/wp-content/themes/xkids/img/icon_retur_30.svg) no-repeat;
background-size: 30px 30px;
}
.product .zone-hero .col2 .options li:first-child + li + li + li i {
background: url(//www.xkids.hu/wp-content/themes/xkids/img/icon_distribuitori_oficiali.svg) no-repeat;
background-size: 30px 30px;
}
.product .zone-hero .col2 .options li:first-child + li + li + li + li i {
background: url(//www.xkids.hu/wp-content/themes/xkids/img/produse_originale.svg) no-repeat;
background-size: 30px 30px;
}
.product .zone-hero .col2 .options li:first-child + li + li + li + li + li i {
background: url(//www.xkids.hu/wp-content/themes/xkids/img/trust6.svg) no-repeat;
background-size: 30px 30px;
}
.product .zone-hero .col2 .options li i {
width: 30px;
height: 30px;
display: inline-block;
margin: 0 20px 0 0;
vertical-align: middle;
}
.product .zone-hero .col3 {
position: fixed;
bottom: 0;
left: 0;
right: 0;
z-index: 5;
margin: 0;
}
@media (min-width: 1024px) {
.product .zone-hero .col3 {
position: relative;
bottom: inherit;
left: inherit;
right: inherit;
z-index: 1;
width: 23.72881%;
float: right;
margin-right: 0;
}
}
.product .zone-hero .col3 ul {
display: none;
}
@media (min-width: 1024px) {
.product .zone-hero .col3 ul {
display: block;
height: 16px;
width: 200px;
position: absolute;
bottom: -1.5em;
left: 50%;
margin: 0 0 0 -100px;
transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-webkit-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
text-align: center;
}
.product .zone-hero .col3 ul li {
display: inline-block;
margin: 0 0 0 .35em;
font-size: 14px;
color: #515B69;
}
.product .zone-hero .col3 ul li:first-child {
margin: 0;
}
.product .zone-hero .col3 ul li.phone-no {
margin: .5em 0 0;
}
.product .zone-hero .col3 ul li.phone-no div {
border: 1px solid #515B69;
border-radius: 5px;
padding: .5em 1em .5em 2.1em;
margin: 0 0 1em .5em;
position: relative;
}
.product .zone-hero .col3 ul li.phone-no i {
display: block;
position: absolute;
top: 10px;
left: -17px;
background: white;
color: #E72C23;
font-size: 3em;
}
.product .zone-hero .col3 ul li.phone-no span {
display: block;
margin: 0;
line-height: 1.5;
}
.product .zone-hero .col3 ul li.phone-no strong {
margin: 0;
font-size: 1.5em;
line-height: 1;
}
}
.product .zone-hero .col3 .control-panel {
background: white;
padding: .5em 1em;
border: 1px solid #D3DCEB;
}
@media (min-width: 1024px) {
.product .zone-hero .col3 .control-panel {
padding: 0 0 19px;
border-radius: 5px;
}
}
.product .zone-hero .col3 form {
position: relative;
}
.product .zone-hero .col3 form:before,
.product .zone-hero .col3 form:after {
content: "";
visibility: hidden;
height: 0;
display: table;
}
.product .zone-hero .col3 form:after {
clear: both;
}
.product .zone-hero .col3 form .info {
display: none;
}
@media (min-width: 1024px) {
.product .zone-hero .col3 form .info {
display: block;
padding: 12px .5em 6px .5em;
-moz-border-top-right-radius: 5px;
border-top-right-radius: 5px;
-moz-border-top-left-radius: 5px;
border-top-left-radius: 5px;
margin-bottom: 20px;
background: #F0F5FD;
border-bottom: 1px solid #D3DCEB;
}
.product .zone-hero .col3 form .info i {
margin-right: .35em;
}
}
@media (min-width: 1024px) {
.product .zone-hero .col3 form .info span {
text-align: center;
display: block;
margin: 0;
color: #515B69;
font-family: "he-400", sans-serif;
line-height: 1.625;
font-size: 16px;
}
}
.product .zone-hero .col3 form .price {
position: fixed;
bottom: 60px;
right: 9px;
z-index: 2;
width: 70px;
height: 70px;
background: #515B69;
color: white;
text-align: center;
border-radius: 50%;
}
@media (min-width: 768px) {
.product .zone-hero .col3 form .price {
width: 90px;
height: 90px;
}
}
@media (min-width: 1024px) {
.product .zone-hero .col3 form .price {
position: relative;
bottom: inherit;
right: inherit;
z-index: 1;
width: auto;
height: auto;
background: transparent;
color: #515B69;
padding: 0 19px;
margin-bottom: .5em;
text-align: left;
}
}
.product .zone-hero .col3 form .price span,
.product .zone-hero .col3 form .price em {
display: none;
}
@media (min-width: 1024px) {
.product .zone-hero .col3 form .price span,
.product .zone-hero .col3 form .price em {
display: block;
margin-bottom: .25em;
color: #515B69;
}
}
@media (min-width: 1024px) {
.product .zone-hero .col3 form .price span {
font-family: "he-400", sans-serif;
line-height: 1;
font-size: 13px;
margin-bottom: 8px;
}
.product .zone-hero .col3 form .price strong span {
font-family: "he-300", sans-serif;
}
}
.product .zone-hero .col3 form .price strong {
margin: 0;
text-align: center;
line-height: 70px;
font-size: 14px;
font-family: "he-700";
letter-spacing: -0.01em;
}
@media (min-width: 768px) {
.product .zone-hero .col3 form .price strong {
font-size: 115%;
line-height: 90px;
}
}
@media (min-width: 1024px) {
.product .zone-hero .col3 form .price strong {
font-family: "he-300";
text-align: left;
padding-top: .1em;
font-size: 50px;
color: #515B69;
line-height: 1;
margin-bottom: 0;
}
.product .zone-hero .col3 form .price strong span {
font-size: 100%;
}
}
.product .zone-hero .col3 form .price .full {
display: none;
visibility: hidden;
}
@media (min-width: 1024px) {
.product .zone-hero .col3 form .price .full {
display: block;
visibility: visible;
margin: 0 0 19px;
}
}
.product .zone-hero .col3 form .price .full strong {
font-size: 22px;
line-height: 1.18;
}
@media (min-width: 1024px) {
.product .zone-hero .col3 form .price .full strong {
text-decoration: line-through;
}
}
.product .zone-hero .col3 form .product-no {
position: absolute;
bottom: 0;
left: 0;
width: 70px;
z-index: 2;
}
.product .zone-hero .col3 form .product-no:before,
.product .zone-hero .col3 form .product-no:after {
content: "";
visibility: hidden;
height: 0;
display: table;
}
.product .zone-hero .col3 form .product-no:after {
clear: both;
}
@media (min-width: 1024px) {
.product .zone-hero .col3 form .product-no {
position: relative;
bottom: inherit;
left: inherit;
width: auto;
z-index: 1;
padding: 0 19px 0;
margin-top: 19px;
}
}
@media (min-width: 1024px) {
.product .zone-hero .col3 form .product-no span,
.product .zone-hero .col3 form .product-no select {
float: right;
}
}
.product .zone-hero .col3 form .product-no span {
display: none;
}
@media (min-width: 1024px) {
.product .zone-hero .col3 form .product-no span {
display: block;
float: left;
line-height: 1.44;
margin: 0;
font-size: 18px;
}
}
.product .zone-hero .col3 form .product-no select {
width: 100%;
min-width: 1px;
height: 36px;
border-color: #D3DCEB;
padding-left: 9px;
font-size: 18px;
color: #515B69;
}
@media (min-width: 1024px) {
.product .zone-hero .col3 form .product-no select {
width: 68px;
}
}
.product .zone-hero .col3 form .action-buttons {
position: relative;
}
.product .zone-hero .col3 form .action-buttons:before,
.product .zone-hero .col3 form .action-buttons:after {
content: "";
visibility: hidden;
height: 0;
display: table;
}
.product .zone-hero .col3 form .action-buttons:after {
clear: both;
}
@media (min-width: 1024px) {
.product .zone-hero .col3 form .action-buttons {
padding: 0 19px;
}
}
.product .zone-hero .col3 form .action-buttons button {
width: 100%;
display: block;
background: #FFA01D;
height: 30px;
line-height: 1.75;
padding: 0 .5em;
border-radius: 4px;
color: white;
}
@media (min-width: 1024px) {
.product .zone-hero .col3 form .action-buttons button {
margin-top: 13px;
transition: all 0.2s ease;
-moz-transition: all 0.2s ease;
-webkit-transition: all 0.2s ease;
-o-transition: all 0.2s ease;
border-radius: 4px;
background: #FFA01D;
display: inline-block;
height: auto;
line-height: 1;
padding: 19px 1.2em 19px 1.2em;
color: white;
font-size: 22px;
font-family: "he-400";
position: relative;
}
.product .zone-hero .col3 form .action-buttons button:active {
top: 3px;
}
.product .zone-hero .col3 form .action-buttons button:hover {
background-color: #FFA01D;
}
}
.product .zone-hero .col3 form .action-buttons .left,
.product .zone-hero .col3 form .action-buttons .right {
float: none;
}
.product .zone-hero .col3 form .action-buttons .left {
padding-right: 40px;
padding-left: 80px;
}
@media (min-width: 1024px) {
.product .zone-hero .col3 form .action-buttons .left {
padding-right: 0;
padding-left: 0;
margin-top: .15em;
}
}
.product .zone-hero .col3 form .action-buttons .right {
position: absolute;
top: 0;
right: 0;
z-index: 3;
}
@media (min-width: 1024px) {
.product .zone-hero .col3 form .action-buttons .right {
position: relative;
top: inherit;
right: inherit;
text-align: center;
margin: .5em 0 0;
}
}
.product .zone-hero .col3 form .action-buttons .right button {
width: 30px;
height: 30px;
padding: 0;
text-indent: -9999px;
position: relative;
background: transparent;
color: #515B69;
}
.product .zone-hero .col3 form .action-buttons .right button.added_to_fav:after {
background: url(//www.xkids.hu/wp-content/themes/xkids/img/svg/heart-blue.svg) no-repeat;
}
@media (min-width: 1024px) {
.product .zone-hero .col3 form .action-buttons .right button {
height: auto;
text-indent: 0;
text-align: center;
background: transparent;
width: auto;
display: inline-block;
color: #515B69;
font-family: "he-400";
font-size: 18px;
line-height: 1.44;
text-transform: none;
padding-left: 26px;
margin-top: 10px;
}
}
.product .zone-hero .col3 form .action-buttons .right button:after {
content: "";
display: block;
width: 19px;
height: 17px;
position: absolute;
top: 5px;
left: 0;
background: url(//www.xkids.hu/wp-content/themes/xkids/img/svg/heart.svg) no-repeat;
background-size: 19px 17px;
}
@media (min-width: 1024px) {
.product .zone-hero .col3 form .action-buttons .right button:after {
display: inline-block;
vertical-align: middle;
background: url(//www.xkids.hu/wp-content/themes/xkids/img/svg/heart.svg) no-repeat;
}
}
.product .zone-tabs {
margin-top: 0;
}
@media (min-width: 768px) {
.product .zone-tabs {
margin-top: 0;
}
}
@media (min-width: 1024px) {
.product .zone-tabs {
margin-top: 61px;
}
}
.product .zone-tabs .tab-navigation {
position: relative;
z-index: 1;
}
.product .zone-tabs .tab-navigation ul {
display: flex;
}
.product .zone-tabs .tab-navigation ul li {
flex:1;
white-space: nowrap;
}
.product .zone-tabs .tab-navigation span {
margin: 0;
display: block;
width: 100%;
height: 1px;
background: #D3DCEB;
position: absolute;
bottom: 1px;
left: 0;
z-index: 0;
}
.product .zone-tabs .owl-stage-outer {
padding-bottom: 1px;
z-index: 3;
}
.product .zone-tabs nav {
position: relative;
padding: 0 1.5em;
z-index: 2;
}
@media (min-width: 1024px) {
.product .zone-tabs nav {
padding: 0 6em;
}
}
@media screen and (min-width: 1300px) {
.product .zone-tabs nav {
padding: 0 10em;
}
}
.product .zone-tabs nav ul {
position: relative;
z-index: 3;
}
.product .zone-tabs nav li {
text-align: center;
border: 1px solid transparent;
height: 52px;
line-height: 1.3;
position: relative;
-moz-border-top-right-radius: 5px;
border-top-right-radius: 5px;
-moz-border-top-left-radius: 5px;
border-top-left-radius: 5px;
}
.product .zone-tabs nav li.active {
border-color: #D3DCEB;
z-index: 2;
border-bottom-color: white;
position: relative;
}
.product .zone-tabs nav li.active:after {
content: "";
display: block;
width: 100%;
height: 1px;
background: white;
position: absolute;
bottom: -1px;
left: 0;
}
@media (min-width: 1024px) {
.product .zone-tabs nav li:hover {
border-color: #D3DCEB;
z-index: 2;
border-bottom-color: white;
}
}
.product .zone-tabs nav li a {
display: block;
padding: 15px 23px 15px 23px;
font-size: 17px;
color: #515B69;
}
.product .zone-tabs nav li a strong {
color: #515B69;
font-family: "he-600";
}
@media (min-width: 1024px) {
.product .zone-tabs nav .owl-nav {
display: none;
}
}
.product .zone-tabs nav .owl-prev,
.product .zone-tabs nav .owl-next {
display: block;
position: absolute;
top: 50%;
margin-top: -13px;
}
.product .zone-tabs nav .owl-prev:before,
.product .zone-tabs nav .owl-next:before {
font-family: "FontAwesome";
display: inline-block;
}
.product .zone-tabs nav .owl-prev {
left: -1em;
}
@media (min-width: 1024px) {
.product .zone-tabs nav .owl-prev {
left: -3.5em;
}
}
.product .zone-tabs nav .owl-prev:before {
content: "\f104";
}
.product .zone-tabs nav .owl-next {
right: -1em;
}
@media (min-width: 1024px) {
.product .zone-tabs nav .owl-next {
right: -3.5em;
}
}
.product .zone-tabs nav .owl-next:before {
content: "\f105";
}
.product .zone-tabs .tab {
display: none;
}
.product .zone-tabs .tab #commentform .form-submit {
overflow: visible;
}
.product .zone-tabs .tab .striped table {
margin: 0 0 1.75em;
}
.product .zone-tabs .tab .striped tr,
.product .zone-tabs .tab .striped td {
vertical-align: top;
}
.product .zone-tabs .tab .striped tr {
width: 100%;
}
.product .zone-tabs .tab .striped tr:first-child td:first-child {
border: 0;
}
.product .zone-tabs .tab .striped tr td {
padding: .5em;
}
.product .zone-tabs .tab .striped tr td:first-child {
border-top: 1px solid #e0e0e0;
background: #f2f2f2;
font-size: 14px;
font-family: "he-600";
padding: .85em;
line-height: 1;
width: 100px;
}
@media (min-width: 768px) {
.product .zone-tabs .tab .striped tr td:first-child {
width: 150px;
}
}
.product .zone-tabs .tab .striped tr td:first-child + td {
padding-left: .8em;
font-size: 14px;
font-family: "he-600";
}
.product .zone-tabs .tab .striped td {
padding: 0;
}
.product .zone-tabs .tab .banner,
.product .zone-tabs .tab .img-holder-item {
margin: 0 auto;
}
.product .zone-tabs .tab .banner img,
.product .zone-tabs .tab .img-holder-item img {
max-width: 100%;
display: block;
margin: 0 auto;
}
.product .zone-tabs .tab .tutorial {
background: #f2f2f2;
padding: 1em;
margin: 0 0 1em;
}
@media (min-width: 1024px) {
.product .zone-tabs .tab .tutorial {
padding: 2em;
}
}
.product .zone-tabs .tab .tutorial:before,
.product .zone-tabs .tab .tutorial:after {
content: "";
visibility: hidden;
height: 0;
display: table;
}
.product .zone-tabs .tab .tutorial:after {
clear: both;
}
@media (min-width: 768px) {
.product .zone-tabs .tab .tutorial .left,
.product .zone-tabs .tab .tutorial .right {
height: 150px;
overflow: hidden;
}
}
@media (min-width: 1024px) {
.product .zone-tabs .tab .tutorial .left,
.product .zone-tabs .tab .tutorial .right {
height: 200px;
}
}
.product .zone-tabs .tab .tutorial .left .table,
.product .zone-tabs .tab .tutorial .right .table {
display: table;
height: 100%;
}
.product .zone-tabs .tab .tutorial .left .table-cell,
.product .zone-tabs .tab .tutorial .right .table-cell {
display: table-cell;
vertical-align: middle;
text-align: center;
}
@media (min-width: 1024px) {
.product .zone-tabs .tab .tutorial .left .table-cell,
.product .zone-tabs .tab .tutorial .right .table-cell {
padding: 0 3em;
}
}
.product .zone-tabs .tab .tutorial .left {
margin-bottom: 1em;
}
.product .zone-tabs .tab .tutorial .left p {
margin: 0;
}
@media (min-width: 768px) {
.product .zone-tabs .tab .tutorial .left { width: 58%;
float: left;
margin-right: 1.69492%;
margin-bottom: 0;
}
}
.product .zone-tabs .tab .tutorial .right {
display: table;
text-align: center;
float: none;
width: 100%;
}
@media (min-width: 768px) {
.product .zone-tabs .tab .tutorial .right {
float: right;
}
}
.product .zone-tabs .tab .tutorial .right p {
display: table-cell;
vertical-align: middle;
height: 100%;
margin: 0;
}
.product .zone-tabs .tab .tutorial .right iframe {
display: block;
height: auto;
margin: 0 auto;
max-width: 100%;
}
@media (min-width: 768px) {
.product .zone-tabs .tab .tutorial .right iframe {
width: 100%;
}
}
@media (min-width: 1024px) {
.product .zone-tabs .tab .tutorial .right iframe {
width: auto;
}
}
@media (min-width: 768px) {
.product .zone-tabs .tab .tutorial .right { width: 40%;
float: right;
margin-right: 0;
}
}
.product .zone-tabs .tab .bullet-options {
margin-bottom: 1.5em;
display: none;
}
@media (min-width: 768px) {
.product .zone-tabs .tab .bullet-options {
display: block;
}
}
.product .zone-tabs .tab .bullet-options .area {
width: 100%;
position: relative;
padding: 3em 0;
}
@media (min-width: 768px) {
.product .zone-tabs .tab .bullet-options .area {
padding: 5em 0;
}
}
.product .zone-tabs .tab .bullet-options .area img {
display: block;
margin: 0 auto;
}
@media (min-width: 768px) {
.product .zone-tabs .tab .bullet-options .area img {
width: 480px;
height: 387px;
}
}
@media (min-width: 1024px) {
.product .zone-tabs .tab .bullet-options .area img {
width: 620px;
height: 500px;
}
}
.product .zone-tabs .tab .bullet-options .bullet {
border: 1px solid #e6e6e6;
border-radius: 5px;
background: white;
box-shadow: 0px 3px 7px rgba(0, 0, 0, 0.1);
padding: 1em;
width: 250px;
position: absolute;
top: 0;
left: 0;
}
.product .zone-tabs .tab .bullet-options .bullet.bullet1 a {
right: -50px;
}
@media (min-width: 1024px) {
.product .zone-tabs .tab .bullet-options .bullet.bullet1 a {
right: -100px;
}
}
.product .zone-tabs .tab .bullet-options .bullet.bullet1 a:before {
content: "";
display: inline-block;
width: 50px;
height: 1px;
background: gray;
position: absolute;
top: 4px;
left: -68px;
opacity: 0.3;
}
.product .zone-tabs .tab .bullet-options .bullet.bullet2 {
bottom: 0;
top: inherit;
left: 20%;
}
.product .zone-tabs .tab .bullet-options .bullet.bullet2 a {
bottom: inherit;
top: -25px;
}
@media (min-width: 1024px) {
.product .zone-tabs .tab .bullet-options .bullet.bullet2 a {
top: -50px;
}
}
.product .zone-tabs .tab .bullet-options .bullet.bullet2 a:before {
content: "";
display: inline-block;
width: 1px;
height: 20px;
background: gray;
position: absolute;
top: 20px;
right: 5px;
opacity: 0.3;
}
.product .zone-tabs .tab .bullet-options .bullet.bullet3 {
top: 20%;
left: inherit;
right: 0;
}
.product .zone-tabs .tab .bullet-options .bullet.bullet3 a {
left: -50px;
}
@media (min-width: 1024px) {
.product .zone-tabs .tab .bullet-options .bullet.bullet3 a {
left: -100px;
}
}
.product .zone-tabs .tab .bullet-options .bullet.bullet3 a:before {
content: "";
display: inline-block;
width: 50px;
height: 1px;
background: gray;
position: absolute;
top: 4px;
right: -68px;
opacity: 0.3;
}
.product .zone-tabs .tab .bullet-options .bullet strong {
display: block;
margin-bottom: .75em;
}
.product .zone-tabs .tab .bullet-options .bullet a {
width: 10px;
height: 10px;
background: #E72C23;
display: inline-block;
position: absolute;
bottom: 0;
right: 0;
border-radius: 50%;
}
.product .zone-tabs .tab .certificates {
margin-top: 1em;
}
@media (min-width: 768px) {
.product .zone-tabs .tab .certificates {
margin-top: 2em;
}
}
.product .zone-tabs .tab .certificates ul {
padding: 0;
}
.product .zone-tabs .tab .certificates ul:before,
.product .zone-tabs .tab .certificates ul:after {
content: "";
visibility: hidden;
height: 0;
display: table;
}
.product .zone-tabs .tab .certificates ul:after {
clear: both;
}
.product .zone-tabs .tab .certificates ul li {
float: left;
margin-left: 1.5em;
}
.product .zone-tabs .tab .certificates ul li:first-child {
margin: 0;
}
.product .zone-tabs .tab .certificates ul li {
list-style-type: none;
}
.product .zone-tabs .tab .certificates ul img {
height: 42px;
display: block;
}
.product .zone-tabs .tab.tab-comments .btn {
background: #FFA01D;
color: white;
}
.product .zone-tabs .tab.tab-comments .rating {
border-bottom: 1px dashed #d9d9d9;
padding-bottom: 1em;
}
.product .zone-tabs .tab.tab-comments .rating:before,
.product .zone-tabs .tab.tab-comments .rating:after {
content: "";
visibility: hidden;
height: 0;
display: table;
}
.product .zone-tabs .tab.tab-comments .rating:after {
clear: both;
}
@media (min-width: 768px) {
.product .zone-tabs .tab.tab-comments .rating {
margin-bottom: 1em;
}
}
.product .zone-tabs .tab.tab-comments .rating strong {
display: block;
margin: 0 0 .5em;
}
.product .zone-tabs .tab.tab-comments .rating .left {
float: none;
}
@media (min-width: 768px) {
.product .zone-tabs .tab.tab-comments .rating .left {
float: left;
}
}
.product .zone-tabs .tab.tab-comments .rating .left ul {
padding: 0;
line-height: 1;
margin-bottom: .5em;
}
.product .zone-tabs .tab.tab-comments .rating .left ul:before,
.product .zone-tabs .tab.tab-comments .rating .left ul:after {
content: "";
visibility: hidden;
height: 0;
display: table;
}
.product .zone-tabs .tab.tab-comments .rating .left ul:after {
clear: both;
}
.product .zone-tabs .tab.tab-comments .rating .left ul li {
float: left;
margin-left: 0.5em;
}
.product .zone-tabs .tab.tab-comments .rating .left ul li:first-child {
margin: 0;
}
@media (min-width: 768px) {
.product .zone-tabs .tab.tab-comments .rating .left ul {
float: left;
margin-bottom: 1em;
}
}
.product .zone-tabs .tab.tab-comments .rating .left ul li {
list-style-type: none;
}
.product .zone-tabs .tab.tab-comments .rating .left ul li a {
font-size: 200%;
color: #515B69;
}
.product .zone-tabs .tab.tab-comments .rating .left strong {
display: none;
}
@media (min-width: 768px) {
.product .zone-tabs .tab.tab-comments .rating .left strong {
display: block;
}
}
.product .zone-tabs .tab.tab-comments .rating .left em {
margin: 0;
}
@media (min-width: 768px) {
.product .zone-tabs .tab.tab-comments .rating .left em {
padding: .5em 0 0 1em;
}
}
.product .zone-tabs .tab.tab-comments .rating .left .rating_global {
margin: 0 0 .85em;
}
@media (min-width: 768px) {
.product .zone-tabs .tab.tab-comments .rating .left .rating_global {
margin: 0;
}
}
.product .zone-tabs .tab.tab-comments .rating .right {
float: none;
}
@media (min-width: 768px) {
.product .zone-tabs .tab.tab-comments .rating .right {
float: right;
text-align: right;
}
}
.product .zone-tabs .tab.tab-comments .rating .right strong {
display: none;
}
@media (min-width: 768px) {
.product .zone-tabs .tab.tab-comments .rating .right strong {
display: block;
}
}
.product .zone-tabs .tab.tab-comments .comment-section {
margin-top: 1em;
border: 0;
}
@media (min-width: 768px) {
.product .zone-tabs .tab.tab-comments .comment-section {
margin-top: 0;
}
}
.product .zone-tabs .tab.tab-comments .comment-section .your-comment .left-side {
top: 1em;
left: 1.5em;
}
.product .zone-tabs .tab.tab-comments .your-comment {
padding: 1em;
}
@media (min-width: 1024px) {
.product .zone-tabs .tab.tab-comments .your-comment {
padding: 1em;
}
}
.product .zone-tabs .tab.tab-comments .your-comment strong {
margin: 0 0 .5em;
}
.product .zone-tabs .tab.tab-comments .your-comment textarea {
padding-top: .5em;
}
.product .zone-tabs .tab.tab-comments .your-comment .big-rating {
padding: 0 0 .75em;
margin: 0;
}
.product .zone-tabs .tab.tab-comments .your-comment .big-rating:before,
.product .zone-tabs .tab.tab-comments .your-comment .big-rating:after {
content: "";
visibility: hidden;
height: 0;
display: table;
}
.product .zone-tabs .tab.tab-comments .your-comment .big-rating:after {
clear: both;
}
.product .zone-tabs .tab.tab-comments .your-comment .big-rating li {
float: left;
margin-left: 0.5em;
}
.product .zone-tabs .tab.tab-comments .your-comment .big-rating li:first-child {
margin: 0;
}
.product .zone-tabs .tab.tab-comments .your-comment .big-rating li {
list-style-type: none;
line-height: 1;
}
.product .zone-tabs .tab.tab-comments .your-comment .big-rating li a {
color: #515B69;
}
.product .zone-tabs .tab.tab-comments .your-comment .big-rating i {
position: relative;
top: inherit;
left: inherit;
}
.product .zone-tabs .tab.tab-comments .user-comment {
margin: 0 0 1em;
padding-bottom: 1em;
border-bottom: 1px dashed #d9d9d9;
}
.product .zone-tabs .tab.tab-comments .user-comment:first-child {
margin: 0;
}
.product .zone-tabs .tab.tab-comments .user-comment li {
list-style-type: none;
}
.product .zone-tabs .tab.tab-faq .your-comment {
padding: 1em;
}
.product .zone-tabs .tab.tab-faq strong {
margin: 0 0 .5em;
}
.product .zone-tabs .tab.tab-faq .your-comment {
margin-top: .5em;
}
.product .zone-tabs .tab.tab-faq input[type="submit"] {
background: #FFA01D;
}
.product .zone-tabs .tab.tab-faq .right-side {
padding: 0;
}
.product .zone-tabs .tab.tab-faq .comment-section {
padding-top: 0;
margin-top: 0;
border: 0;
}
.product .zone-tabs .tab h1 {
border: 0;
padding: 0;
}
.product .zone-tabs .tab h1,
.product .zone-tabs .tab h2,
.product .zone-tabs .tab h3,
.product .zone-tabs .tab h4,
.product .zone-tabs .tab h5,
.product .zone-tabs .tab h6 {
font-family: "he-400";
font-size: 1.5em;
line-height: 1.4;
}
.product .zone-tabs .tab ul,
.product .zone-tabs .tab ol {
padding: 0 0 0 3em;
}
.product .zone-tabs .tab ul {
margin-bottom: 1em;
}
.product .zone-tabs .tab li {
list-style-type: disc;
list-style-position: inside;
}
.product .zone-tabs .tab ul ul,
.product .zone-tabs .tab ul ol,
.product .zone-tabs .tab ul li,
.product .zone-tabs .tab ol ul,
.product .zone-tabs .tab ol ol,
.product .zone-tabs .tab ol li,
.product .zone-tabs .tab li ul,
.product .zone-tabs .tab li ol,
.product .zone-tabs .tab li li {
margin: 0;
}
.product .zone-tabs .tab p {
overflow: hidden;
}
.product .zone-tabs .tab a {
color: #FFA01D;
}
.product .zone-tabs .tab blockquote strong {
margin: 0;
}
.product .zone-tabs .tab strong {
font-family: "he-700";
}
.product .zone-similar ul {
margin: 0 0 1em;
padding: 1em 0 0;
border-top: 1px solid #ebebeb;
}
.product .zone-similar ul:before,
.product .zone-similar ul:after {
content: "";
visibility: hidden;
height: 0;
display: table;
}
.product .zone-similar ul:after {
clear: both;
}
.product .zone-similar li {
width: 100%;
padding-top: 5px;
}
@media screen and (min-width: 500px) {
.product .zone-similar li {
width: 50%;
float: left;
padding-left: 5px;
padding-top: 0;
}
}
@media (min-width: 768px) {
.product .zone-similar li {
width: 50.00%;
}
}
@media (min-width: 1024px) {
.product .zone-similar li {
width: 25%;
}
}
.product .zone-similar .product-box {
overflow: hidden;
}
.product .zone-similar .product-box strong {
font-family: 'he-600';
font-size: 1em;
}
.product .zone-similar .img {
width: 30%;
float: left;
padding-right: .5em;
}
.product .zone-similar .img a {
display: block;
}
.product .zone-similar .img a img {
max-height: 100%;
max-width: 100%;
}
.product .zone-similar .img span {
display: block;
}
.product .zone-similar .left,
.product .zone-similar .right {
float: none;
}
.product .zone-similar .right strong {
margin: 0;
display: block;
}
@media (min-width: 1024px) {
.product .zone-similar .right strong {
font-size: 120%;
}
}
.product .zone-similar .right a {
color: #E72C23;
}
.product .zone-similar .right a i {
font-size: 93%;
}
.product .zone-similar .left {
margin: 0 0 .5em;
}
.product .zone-similar .left a {
display: block;
line-height: 1.2;
height: 1.2em;
overflow: hidden;
}
@media (min-width: 1024px) {
.product .zone-similar .left a {
padding: 2px 0 0;
}
.product .zone-similar .left a:hover {
color: #E72C23;
}
}
.product .zone-similar .left a i {
display: none;
}
@media (min-width: 1024px) {
.product .zone-similar .left a i {
display: inline-block;
}
}
.single-product .banners_holder,
.single-product .imgs-holder {
position: relative;
background: #fff;
margin-bottom: 30px;
}
@media (min-width: 1024px) {
.single-product .banners_holder,
.single-product .imgs-holder {
padding-top: 40px;
padding-bottom: 40px;
}
}
.single-product .banners_holder img,
.single-product .imgs-holder img {
width: 1000px;
position: relative;
z-index: 2;
border-bottom: none;
border-top: none;
}
.single-product .banners_holder .second_bg,
.single-product .imgs-holder .second_bg {
background: #fff;
position: absolute;
width: 100%;
height: 30%;
top: 0;
right: 0;
z-index: 1;
}
.category .category-hero {
display: none;
height: 350px;
background-repeat: no-repeat;
background-size: cover;
background-position: right bottom;
}
@media (min-width: 768px) {
.category .category-hero {
height: 500px;
}
}
@media (min-width: 1024px) {
.category .category-hero {
background-position: center bottom;
background-attachment: fixed;
}
}
.category .category-hero h1 {
margin: 0;
padding: 0;
border: 0;
color: white;
font-size: 2em;
font-family: 'he-200';
}
@media (min-width: 768px) {
.category .category-hero h1 {
font-size: 6em;
}
}
.category .category-hero .table {
display: table;
width: 100%;
height: 100%;
text-align: center;
}
.category .category-hero .table .table-cell {
display: table-cell;
vertical-align: middle;
}
.category .category-wrapper {
margin: .25em 15px 0;
transition: all 0.8s ease;
-moz-transition: all 0.8s ease;
-webkit-transition: all 0.8s ease;
-o-transition: all 0.8s ease;
opacity: 0;
}
@media (min-width: 1024px) {
.category .category-wrapper {
margin: 1.5em 10%;
}
}
.category .category-wrapper.visible {
opacity: 1;
}
.category .grid-item {
width: 100%;
height: 350px;
}
@media (min-width: 768px) {
.category .grid-item {
width: 50%;
height: 400px;
}
}
@media (min-width: 1024px) {
.category .grid-item {
height: 450px;
}
}
.category .grid-item .grid-item-inner {
padding: 2px;
width: 100%;
height: 100%;
overflow: hidden;
}
.category .grid-item a {
position: relative;
display: block;
height: 100%;
background: #f2f2f2;
transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-webkit-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
}
@media (min-width: 1024px) {
.category .grid-item a:hover {
background: #ebebeb;
}
}
@media (min-width: 1024px) {
.category .grid-item.grid-item-big {
height: 900px;
}
}
.category .grid-item strong {
position: absolute;
top: 50%;
left: 50%;
font-size: 1.75em;
font-family: "he-300";
line-height: 1.25;
text-align: center;
margin-top: -143px;
margin-left: -100px;
}
@media (min-width: 768px) {
.category .grid-item strong {
margin-top: -193px;
margin-left: -150px;
}
}
@media (min-width: 1024px) {
.category .grid-item strong {
margin-top: -185px;
margin-left: -185px;
}
}
.category .grid-item strong span {
display: inline-block;
width: 200px;
height: 70px;
margin-top: 15px;
}
@media (min-width: 768px) {
.category .grid-item strong span {
width: 300px;
}
}
@media (min-width: 1024px) {
.category .grid-item strong span {
width: 400px;
}
}
.category .grid-item img {
display: block;
width: 200px;
height: 200px;
margin: 0 auto;
}
@media (min-width: 768px) {
.category .grid-item img {
width: 300px;
height: 300px;
}
}
.page-template.subcategory { }
@media (min-width: 768px) {
.page-template.subcategory .col-left {
width: 74.57627%;
float: right;
margin-right: 0;
}
}
@media (min-width: 1485px) {
.page-template.subcategory .col-left {
width: 83.05085%;
float: right;
margin-right: 0;
}
}
@media (min-width: 768px) {
.page-template.subcategory aside {
width: 23.72881%;
float: left;
margin-right: 1.69492%;
}
}
@media (min-width: 1485px) {
.page-template.subcategory aside {
width: 15.25424%;
float: left;
margin-right: 1.69492%;
}
}
.page-template.subcategory ul {
padding: 0;
}
.page-template.subcategory li {
list-style-type: none;
}
.page-template.subcategory li:before {
display: none;
}
.page-template.subcategory input[type="text"] {
max-width: 70px;
min-width: 70px;
width: 70px;
}
.page-template.subcategory h5 {
font-size: 18px;
font-family: 'he-700', sans-serif;
line-height: 1.55;
color: #515B69;
margin-bottom: 15px;
}
.page-template.subcategory .item-product li {
padding: 0;
}
.page-template.subcategory .item-product-description {
margin: 0 0 .35em;
}
.page-template.subcategory .item-product-description li {
font-size: 13px;
line-height: 1.32;
padding: 0;
list-style-type: disc;
list-style-position: inside;
padding-left: 20px;
text-indent: -20px;
margin-left: 1px;
color: #515B69;
}
@-moz-document url-prefix() { 
.page-template.subcategory .item-product-description li {
text-indent: -13px;
}
} _::-webkit-full-page-media, _:future, :root .page-template.subcategory .item-product-description li {
text-indent: -13px;
}
.page-template.subcategory .horizontal .item-product-description li {
padding-left: 0;
text-indent: 0;
margin-left: 1px;
}
.page-template.subcategory .item-product-stars li {
padding: 0;
} .page-template.subcategory .item-product-stars:before,
.page-template.subcategory .item-product-stars:after {
content: "";
visibility: hidden;
height: 0;
display: table;
}
.page-template.subcategory .item-product-stars:after {
clear: both;
}
.page-template.subcategory .item-product-stars li {
float: left;
margin-left: .15em;
}
.page-template.subcategory .item-product-stars li:first-child {
margin-left: 0;
}
.page-template.subcategory .item-product-stars li i {
color: #515B69;
}
.page-template.subcategory .item-product-price {
margin-bottom: .45em; height: 25px;
}
.page-template.subcategory .item-product-price li {
padding: 0;
font-size: 13px;
line-height: 1.15;
display: inline-block;
color: #515B69;
}
.page-template.subcategory .item-product-price .sale_price {
font-size: 18px;
line-height: 1.55;
font-family: 'he-700', sans-serif;
color: #515B69;
margin-right: 15px;
}
.page-template.subcategory .item-product-price .regular_price {
text-decoration: line-through;
}
.page-template.subcategory .item-product-stock {
margin-bottom: 15px;
}
.page-template.subcategory .item-product-stock:before,
.page-template.subcategory .item-product-stock:after {
content: "";
visibility: hidden;
height: 0;
display: table;
}
.page-template.subcategory .item-product-stock:after {
clear: both;
}
.page-template.subcategory .item-product-stock li {
padding: 0;
float: right;
font-size: 80%;
line-height: 1.25;
color: #E72C23;
}
.page-template.subcategory .item-product-stock li:first-child {
font-family: 'he-600';
float: left;
display: inline-flex;
align-items: center;
}
.page-template.subcategory .item-product-stock li:first-child + li {
color: #515B69;
}
.subcategory .attention {
display: none;
}
@media (min-width: 768px) {
.subcategory .attention {
background-color: white;
background-image: url(//www.xkids.hu/wp-content/themes/xkids/img/subcategory/subcat.jpg);
background-repeat: no-repeat;
background-position: right;
background-size: cover;
padding: 1.5em;
margin-bottom: 1em;
}
}
@media (min-width: 1024px) {
.subcategory .attention h4,
.subcategory .attention p {
width: 300px;
}
}
.subcategory .attention h4 {
font-size: 1.5em;
margin-bottom: .25em;
}
.subcategory .attention p {
margin: 0;
line-height: 1.3;
font-size: 14px;
}
.subcategory .navigation.first {
float: right;
margin: 5px 0 0;
}
.subcategory .navigation.first a,
.subcategory .navigation.first input[type="number"],
.subcategory .navigation.first input[type="text"],
.subcategory .navigation.first span {
line-height: 35px;
vertical-align: baseline;
}
.subcategory .navigation.first a i {
color: #515B69;
}
.subcategory .navigation ul {
margin: 0 0 0 2em;
float: left;
}
@media (min-width: 768px) {
.subcategory .navigation ul {
float: right;
}
}
.subcategory .navigation .mode {
float: right;
}
.subcategory .navigation .mode span,
.subcategory .navigation .mode a {
vertical-align: text-top;
margin-left: 8px;
line-height: 32px;
vertical-align: middle;
}
.subcategory .navigation .mode span {
display: inline-block;
margin: 0;
}
.subcategory .navigation .mode a {
display: inline-flex;
align-items: center;
justify-content: center;
border-color: #d9d9d9;
}
.subcategory .navigation .mode i {
display: inline-block;
background-repeat: no-repeat;
width: 18px;
height: 18px;
background-size: 18px 18px;
line-height: 37px;
vertical-align: middle;
}
.subcategory .navigation .mode .lines i {
width: 23px;
background-size: 23px 18px;
}
.subcategory .navigation .no_link {
border-color: #e6e6e6 !important;
cursor: default;
}
.subcategory .navigation .no_link i {
color: #d9d9d9 !important;
}
.subcategory .navigation-bottom:before,
.subcategory .navigation-bottom:after {
content: "";
visibility: hidden;
height: 0;
display: table;
}
.subcategory .navigation-bottom:after {
clear: both;
}
.navigation .pages .page-numbers+.current {
margin-right: 0;
}
@media (min-width: 768px) {
.subcategory .navigation-bottom {
margin-top: 59px;
}
}
.subcategory .navigation-bottom ul {
margin: 0;
}
.subcategory .navigation-bottom ul a {
color: #515B69;
}
.subcategory .navigation-bottom .navigation {
display: block;
margin: 0;
}
@media screen and (min-width: 400px) {
.subcategory .navigation-bottom .navigation { float: right;
}
}
.subcategory .filter-cat {
border: 1px solid #D3DCEB;
padding: 4px 15px 7px 18px;
float: left;
border-radius: 3px;
}
.subcategory .filter-cat ul {
margin: 0;
}
.subcategory .filter-cat ul:before,
.subcategory .filter-cat ul:after {
content: "";
visibility: hidden;
height: 0;
display: table;
}
.subcategory .filter-cat ul:after {
clear: both;
}
.subcategory .filter-cat li {
float: left;
margin-left: 1em;
line-height: 1;
}
.subcategory .filter-cat li:first-child {
margin-left: 0;
}
.subcategory .filter-cat a {
line-height: 1.55;
color: #515B69;
margin: 1em 0 0;
transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-webkit-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
}
.subcategory .filter-cat a:hover,
.subcategory .filter-cat a.active {
color: #ffa01d;
}
.subcategory .filter-cat a:after {
content: "";
display: inline-block;
margin-left: 4px;
vertical-align: middle;
width: 9px;
height: 11px;
background-image: url(//www.xkids.hu/wp-content/themes/xkids/img/xk-arrow-down.png);
background-repeat: no-repeat;
}
.subcategory .filter-cat .arrow-up:after {
background-image: url(//www.xkids.hu/wp-content/themes/xkids/img/xk-arrow-up.png);
} .subcategory .product-results {
clear: both;
padding-top: 23px;
}
.subcategory .product-results ul {
margin-top: -.5em;
}
.subcategory .product-results ul:before,
.subcategory .product-results ul:after {
content: "";
visibility: hidden;
height: 0;
display: table;
}
.subcategory .product-results ul:after {
clear: both;
}
@media (min-width: 768px) {
.subcategory .product-results ul {
margin-left: -1em;
}
.subcategory .product-results&gt;ul {
display: flex;
flex-wrap: wrap;
}
.subcategory .product-results ul .item-product-description {
margin-top: 0;
margin-left: 0;
}
}
@media (min-width: 768px) and (min-width: 768px) {
.subcategory .product-results ul .item-product-description {
height: 70px;
overflow: hidden;
}
}
@media (min-width: 768px) and (min-width: 1024px) {
.subcategory .product-results ul .item-product-description { height: 50px;
}
}
.subcategory .product-results li {
margin-top: 1.5em;
}
@media (min-width: 1440px) {
.subcategory .product-results li { margin-top: 78px;
}
.subcategory .product-results:not(.horizontal)&gt;ul&gt;li:first-child,
.subcategory .product-results:not(.horizontal)&gt;ul&gt;li:nth-child(2),
.subcategory .product-results:not(.horizontal)&gt;ul&gt;li:nth-child(3),
.subcategory .product-results:not(.horizontal)&gt;ul&gt;li:nth-child(4) {
margin-top: 2em;
}
}
.subcategory .product-results li li {
margin-top: 0;
}
@media (min-width: 768px) {
.subcategory .product-results li li {
float: none;
width: auto;
padding-left: 0;
}
}
@media (min-width: 768px) {
.subcategory .product-results li {
float: none;
width: 50%;
padding-left: 1em;
}
}
@media (min-width: 1024px) {
.subcategory .product-results li {
width: 33.33%;
}
}
@media (min-width: 1440px) {
.subcategory .product-results li {
width: 25%;
}
}
@media (min-width: 768px) {
.subcategory .product-results.horizontal {
margin-left: 1em;
}
.subcategory .product-results.horizontal&gt;ul&gt;li {
width: 100%;
position: relative;
padding: 10px 36px 0 300px; margin-top: 150px;
}
.subcategory .product-results.horizontal&gt;ul&gt;li:first-child {
margin-top: 10px;
}
.subcategory .product-results.horizontal li li {
width: auto;
padding: 0;
margin: 0;
}
.subcategory .product-results.horizontal .item-product .discount {
top: 5px;
}
.subcategory .product-results.horizontal .item-product {
width: 248px;
position: absolute;
top: 10px;
left: 0;
padding-top: 10px;
}
.subcategory .product-results.horizontal .item-product .name {
position: absolute;
top: -40px;
left: 0;
width: 550px;
display: none;
}
.subcategory .product-results.horizontal .item-product-stock li {
float: left;
margin-left: 1em;
}
.subcategory .product-results.horizontal .item-product-stock li:first-child {
margin-left: 0;
}
.subcategory .product-results.horizontal .item-product-btn {
display: block;
line-height: 30px;
height: 30px;
}
.subcategory .product-results.horizontal .item-product-btn span {
display: block;
}
.subcategory .product-results.horizontal .item-product-btn span:first-child + span {
width: 150px;
}
}
@media (min-width: 1024px) {
.subcategory .product-results.horizontal .img-holder {
max-height: 100px;
min-height: 100px;
}
.subcategory .product-results.horizontal .item-product-description {
padding-right: 15em;
}
.subcategory .product-results.horizontal .item-product-stock {
position: absolute;
right: 1em;
bottom: 3em;
}
.subcategory .product-results.horizontal .item-product-btn { float: right;
}
.subcategory .product-results.horizontal .item-product-btn span {
display: block;
}
}
.subcategory .item-product {
display: block;
position: relative;
font-size: 90%;
line-height: 1.25;
}
.subcategory .item-product .img-holder {
display: table;
max-width: 100%;
min-width: 1px;
max-height: 200px;
min-height: 200px;
width: 100%;
border: 1px solid #d9d9d9;
margin: 0 0 .75em;
padding: .25em;
overflow: hidden;
position: relative;
}
.subcategory .item-product .img-holder&gt;a {
display: table-cell;
text-align: center;
height: 100%;
vertical-align: middle;
}
.subcategory .item-product .img-tc { height: 100%;
vertical-align: middle;
}
.subcategory .item-product .discount {
position: absolute;
top: -.35em;
right: 1em;
background: #FFA01D;
border-radius: 3px;
text-align: center;
padding: 6px .35em 9px;
z-index: 1;
}
.subcategory .item-product .discount strong,
.subcategory .item-product .discount span {
line-height: 1;
color: white;
display: block;
}
.subcategory .item-product .discount strong {
display: block;
font-size: 1.5em;
}
.subcategory .item-product .discount span {
font-size: 80%;
}
.subcategory .item-product img {
display: block;
max-width: 200px;
width: 200px;
margin: 0 auto;
}
@media (min-width: 1024px) {
.subcategory .item-product img {
max-width: 240px;
width: 240px;
}
}
.subcategory .item-product .img_neagra,
.subcategory .item-product .img_gri,
.subcategory .item-product .img_auriu,
.subcategory .item-product .img_alb,
.subcategory .item-product .img_neagra-h,
.subcategory .item-product .img_gri-h,
.subcategory .item-product .img_auriu-h,
.subcategory .item-product .img_alb-h {
display: none;
}
.subcategory .item-product .name {
color: #515B69;
display: block;
margin: 0 0 .5em;
font-family: "he-600", sans-serif;
font-size: 16px;
line-height: 1.25;
}
@media (min-width: 768px) {
.subcategory .item-product .name {
height: 60px;
overflow: hidden;
}
}
@media (min-width: 1024px) {
.subcategory .item-product:hover .img-holder {
border-color: #cccccc;
}
}
.subcategory .item-product-description {
margin: 0 0 .75em;
}
.subcategory .item-product-description li {
font-size: 90%;
line-height: 1.25;
padding: 0;
}
.subcategory .item-product-stars:before,
.subcategory .item-product-stars:after {
content: "";
visibility: hidden;
height: 0;
display: table;
}
.subcategory .item-product-stars:after {
clear: both;
}
.subcategory .item-product-stars li {
float: left;
}
.subcategory aside .filter-cat-aside {
background: #515B69;
padding: 1em .65em .85em;
margin-bottom: 1em;
border-radius: 3px;
}
.subcategory aside .filter-cat-aside h2 {
font-family: "he-600";
font-size: 1.25em;
padding-bottom: .2em;
margin-bottom: .5em;
border-bottom: 1px solid #343434;
color: white;
}
.subcategory aside .filter-cat-aside ul {
margin: 0;
}
.subcategory aside .filter-cat-aside li {
line-height: 1;
position: relative;
margin: .25em 0 0;
}
.subcategory aside .filter-cat-aside li:first-child {
padding-top: 0;
margin-top: 0;
border: none;
}
.subcategory aside .filter-cat-aside li:first-child input {
top: -.25em;
}
.subcategory aside .filter-cat-aside li:first-child i {
top: 0;
}
.subcategory aside .filter-cat-aside li.chosen {
font-family: "he-600";
}
.subcategory aside .filter-cat-aside li.chosen a {
font-family: "he-600";
}
.subcategory aside .filter-cat-aside li.chosen a:before {
color: #E72C23;
margin-right: .35em;
}
.subcategory aside .filter-cat-aside li a {
display: inline-block;
color: white;
margin: 0;
vertical-align: bottom;
transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-webkit-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
}
@media (min-width: 768px) {
.subcategory aside .filter-cat-aside li a {
font-size: 90%;
line-height: 1.25;
}
}
@media (min-width: 1024px) {
.subcategory aside .filter-cat-aside li a:hover,
.subcategory aside .filter-cat-aside li a.active {
color: #E72C23;
cursor: pointer;
}
}
.subcategory aside .filter-cat-aside li span {
color: white;
vertical-align: middle;
font-size: 90%;
line-height: 1.25;
}
.subcategory aside .filter-cat-aside .reset a {
display: inline-block;
color: white;
font-size: 90%;
line-height: 1.25;
border-radius: 5px;
margin: .75em 0 0;
opacity: 0.5;
}
.subcategory aside .filter-cat-aside .reset a:before {
line-height: 1;
content: "";
font-family: WooCommerce;
font-weight: 400;
margin: 0 .5em 0 0;
}
.subcategory aside .new-filter .reset {
margin-bottom: 1em;
overflow: hidden;
}
.subcategory aside .new-filter button { background: #e6e6e6;
border: none;
font-size: 13px;
border-radius: 3px;
color: gray;
outline: 0;
line-height: 1.5;
}
.subcategory aside .new-filter button span {
display: inline-block;
margin: 0 0 0 .25em;
font-size: 90%;
}
.subcategory aside .new-filter h5 {
text-transform: capitalize;
position: relative;
}
.subcategory aside .new-filter h5 a {
font-size: 13px;
position: absolute;
top: 6px;
right: 0;
}
.subcategory aside .new-filter h5 a:hover {
text-decoration: underline;
}
.subcategory aside .new-filter ul {
margin-bottom: 1em;
padding-bottom: 1em;
border-bottom: 1px solid #e6e6e6;
}
.subcategory aside .new-filter ul li {
margin: .35em 0 0; }
.subcategory aside .new-filter ul li:last-child {
padding-bottom: 0;
border-bottom: none;
margin-bottom: 0;
}
.subcategory aside .new-filter ul.big i {
width: 40px;
height: 40px;
background-size: 40px 40px;
}
.subcategory aside .new-filter a {
display: inline-block;
}
.subcategory aside .new-filter label {
margin: 0 0 0 .35em;
font-size: 16px;
line-height: 1.55;
color: #515B69;
}
@media (min-width: 768px) {
.subcategory aside .new-filter label {
max-width: 50%;
display: inline-block;
vertical-align: middle;
}
}
@media (min-width: 840px) {
.subcategory aside .new-filter label {
max-width: 67%;
}
}
.subcategory aside .new-filter i {
display: inline-block;
width: 25px;
height: 25px;
background-repeat: no-repeat;
background-size: 25px 25px;
vertical-align: middle;
margin: 0 0 0 .5em;
}
.subcategory aside .new-filter label:hover,
.subcategory aside .new-filter i:hover {
cursor: pointer;
}
.subcategory aside .cat-all {
margin-bottom: .85em;
}
.subcategory aside .cat-all li {
margin-top: .35em;
padding-top: .35em;
border-top: 1px solid #D3DCEB;
}
.subcategory aside .cat-all li:first-child {
margin-top: 0;
padding-top: 0;
border: none;
}
.subcategory aside .cat-all a {
font-family: 'he-400';
display: block;
transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-webkit-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
}
@media (min-width: 768px) {
.subcategory aside .cat-all a {
font-size: 16px;
line-height: 1.55;
color: #515B69;
}
}
@media (min-width: 1024px) {
.subcategory aside .cat-all a:hover {
color: #3f2c80;
}
}
.subcategory aside .cat-all i {
display: inline-block;
width: 36px;
height: 36px;
background-repeat: no-repeat;
background-size: 17px 24px;
vertical-align: middle;
margin-right: 13px;
border: 1px solid #707070;
border-radius: 50%;
background-position: center;
}
.subcategory aside .cat-sell {
margin: 0;
display: none;
}
@media (min-width: 768px) {
.subcategory aside .cat-sell {
margin: 0 0 1.75em;
}
}
.subcategory aside .cat-sell .item-product {
margin-top: 1em;
}
.subcategory aside .cat-sell .img-holder {
border-color: #d9d9d9;
}
.subcategory aside .cat-sell img {
max-width: 130px;
width: 130px;
}
.search-results .filter {
margin: 0 0 1em;
}
.search-results .filter:before,
.search-results .filter:after {
content: "";
visibility: hidden;
height: 0;
display: table;
}
.search-results .filter:after {
clear: both;
}
.search-results .filter label {
margin: 0 .5em 0 0;
}
.search-results .filter select {
max-width: 250px;
min-width: 150px;
}
.search-results .filter .left,
.search-results .filter .right {
float: none;
}
@media (min-width: 1024px) {
.search-results .filter .left {
float: left;
}
}
@media (min-width: 1024px) {
.search-results .filter .right {
float: right;
}
}
.search-results .results {
margin: 1em 0 0;
}
@media (min-width: 768px) {
.search-results .results {
margin: 2.5em 0 0;
}
}
.search-results .results ul {
padding: 0;
}
.search-results .results li {
line-height: 1.35;
font-size: 95%;
margin: 1.35em 0 0;
padding: 1.35em 0 0;
border-top: 1px solid #e6e6e6;
}
.search-results .results li:before,
.search-results .results li:after {
content: "";
visibility: hidden;
height: 0;
display: table;
}
.search-results .results li:after {
clear: both;
}
.search-results .results li:before {
display: none;
}
.search-results .results li:first-child {
margin: 0;
padding: 0;
border: none;
}
.search-results .results .left,
.search-results .results .right {
float: none;
}
.search-results .results .left {
margin: 0 0 1em;
}
@media (min-width: 768px) {
.search-results .results .left {
float: left;
width: 23.72881%;
float: left;
margin-right: 1.69492%;
margin: 0;
}
}
.search-results .results .left a {
display: block;
width: 100px;
height: 80px;
border: 1px solid #e6e6e6;
}
@media (min-width: 1024px) {
.search-results .results .left a {
width: 150px;
height: 130px;
}
}
.search-results .results .left .table {
display: table;
width: 100%;
height: 100%;
text-align: center;
}
.search-results .results .left .table-cell {
display: table-cell;
vertical-align: middle;
}
.search-results .results .left i {
display: inline-block;
background: url(//www.xkids.hu/wp-content/themes/xkids/img/svg/question.svg) no-repeat;
width: 50px;
height: 50px;
background-size: 50px 50px;
}
@media (min-width: 768px) {
.search-results .results .left i {
width: 80px;
height: 80px;
background-size: 80px 80px;
}
}
.search-results .results .left img {
max-width: 70px;
}
@media (min-width: 1024px) {
.search-results .results .left img {
max-width: 100px;
}
}
@media (min-width: 768px) {
.search-results .results .right {
float: right;
width: 74.57627%;
float: right;
margin-right: 0;
padding-left: 10px;
}
}
@media (min-width: 1024px) {
.search-results .results .right {
padding: 0;
}
}
.search-results .results .right a:first-of-type {
font-size: 1.25em;
display: inline-block;
margin: 0 0 0.25em;
color: #515B69;
}
.search-results .results .right a:first-of-type strong {
font-family: "he-400";
line-height: 1.2;
}
.search-results .results .right p {
margin: 0 0 .85em;
}
.search-results .results .right span {
display: block;
margin: 0 0 .5em;
font-family: 'he-600';
}
.search-results .results .right .item-product-btn {
display: inline-block;
height: 30px;
line-height: 30px;
}
@media (min-width: 768px) {
.search-results .results .right .item-product-btn {
display: block;
width: 180px;
}
}
.search-results .results .right .item-product-btn span {
display: block;
margin: 0;
line-height: 30px;
}
.search-results .results .right .item-product-btn span:first-child + span {
width: 150px;
margin-left: 38px;
text-align: center;
}
.search-results .results .right .item-product-btn span i {
display: block;
line-height: 30px;
}
.search-results .results .item-product-description {
margin-bottom: .85em;
}
.search-results .results .item-product-description li {
margin: 0;
padding: 0;
border: none;
}
.search-results .navigation {
margin-top: 2em;
}
.search-results .navigation ul {
margin: 0;
padding: 0;
}
.search-results .navigation li:before {
display: none;
}
.search-results .navigation.navigation-top {
margin: 0;
}
.search-results.favorites .results {
margin: 0;
}
.overlay {
position: fixed;
top: 0;
bottom: 0;
left: 0;
right: 0;
width: 100%;
height: 100%;
overflow-y: auto;
background: whitesmoke;
}
.overlay h1 {
font-size: 2em;
line-height: 1;
margin: 0 0 1em;
border: 0;
padding: 0;
}
.overlay label {
display: block;
text-align: left;
margin: .5em 0;
}
.overlay form button {
margin: 1em 0 0;
transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-webkit-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
background: #FFA01D;
}
.overlay form button:hover {
background: #FFA01D !important;
}
.login form button {
line-height: 44px;
}
.overlay form .fb_login {
line-height: 44px;
}
@media (min-width: 1024px) {
.overlay form .fb_login:active {
top: 3px;
}
}
.overlay form .fb_login,
.overlay form .wc_forgot_submit {
margin: 1em 0 0;
transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-webkit-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
border-radius: 50px;
background: #3b5998;
display: inline-block;
height: 40px;
line-height: 44px;
padding: 0 2em;
color: white;
font-size: 1em;
font-family: "he-400";
position: relative;
display: inline-block;
}
.overlay form .fb_login i,
.overlay form .wc_forgot_submit i {
font-size: 90%;
display: inline-block;
margin: 0 .5em 0 0;
}
.overlay form .wc_forgot_submit {
background: #FFA01D;
}
.woocommerce-lost-password .woocommerce-error, 
.woocommerce-lost-password .woocommerce-message {
padding: .5em .5em .5em .5em !important;
}
@media (min-width: 1024px) {
.overlay form .wc_forgot_submit:hover {
background-color: #FFA01D !important;
}
}
@media (min-width: 1024px) {
.overlay form .wc_forgot_submit:active {
top: 3px;
}
}
.overlay form span {
display: block;
margin: 1em 0 0;
}
.overlay form span:before,
.overlay form span:after {
content: "";
display: inline-block;
margin-left: 15px;
width: 30px;
height: 1px;
background: #818181;
vertical-align: middle;
}
.overlay form span:before {
margin-left: 0;
margin-right: 15px;
}
.overlay .table {
display: table;
width: 100%;
height: 100%;
padding: 1em;
}
.overlay .table-cell {
display: table-cell;
vertical-align: middle;
}
.overlay .popup-template {
text-align: center;
max-width: 450px;
margin: 0 auto;
}
.overlay .logo {
display: block;
margin: 1em auto 2em;
max-width: 40px;
width: 40px;
font-family: "he-300";
opacity: 0.2;
}
@media (min-width: 768px) {
.overlay .logo {
margin: 0 auto 2em;
max-width: 111px;
width: 111px;
}
}
.overlay .logo img {
font-family: "he-300";
height: auto;
}
.overlay .white {
background: white;
padding: 2em;
box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.1);
border-radius: 5px;
}
@media (min-width: 768px) {
.overlay .white {
padding: 2em 2.3em;
}
}
.overlay input[type="text"],
.overlay input[type="email"],
.overlay input[type="password"] {
min-width: 1px;
max-width: 100%;
width: 100%;
}
.overlay button {
transition: all 0.2s ease;
-moz-transition: all 0.2s ease;
-webkit-transition: all 0.2s ease;
-o-transition: all 0.2s ease;
border-radius: 50px;
background: #515B69;
display: inline-block;
height: 30px;
line-height: 30px;
padding: 0 1.2em;
color: white;
font-size: 1em;
font-family: "he-400";
position: relative;
}
.overlay button i {
font-size: 90%;
display: inline-block;
margin: 0 .5em 0 0;
}
.overlay button:last-of-type {
background: #3b5998;
}
.overlay .help {
margin: 2em 0;
}
@media (min-width: 768px) {
.overlay .help {
margin: 2em 0 0;
}
}
.overlay .help a {
color: #a6a6a6;
}
@media (min-width: 1024px) {
.overlay .help a:hover {
text-decoration: underline;
}
}
.overlay .help i {
font-size: 90%;
margin-right: 5px;
}
.overlay .bottom {
text-align: center;
}
@media (min-width: 768px) {
.overlay .bottom {
position: absolute;
bottom: 2em;
left: 50%;
margin-left: -145px;
}
}
.overlay .bottom a {
color: #999999;
}
@media (min-width: 1024px) {
.overlay .bottom a:hover {
color: #666666;
}
}
.overlay .bottom ul {
margin: 0;
text-align: center;
}
@media (min-width: 768px) {
.overlay .bottom ul {
width: 290px;
}
.overlay .bottom ul:before,
.overlay .bottom ul:after {
content: "";
visibility: hidden;
height: 0;
display: table;
}
.overlay .bottom ul:after {
clear: both;
}
.overlay .bottom ul li {
float: left;
margin-left: 1em;
}
.overlay .bottom ul li:first-child {
margin: 0;
}
}
.overlay .bottom li {
display: inline-block;
}
@media (min-width: 768px) {
.overlay .bottom li {
display: block;
}
}
.overlay .bottom li:before {
content: "|";
padding-right: 1em;
color: #b3b3b3;
}
.overlay .bottom li:first-child:before {
display: none;
}
.overlay .remember {
margin: 1em 0 0;
text-align: left;
display: flex;
align-items: center;
}
.overlay .remember label {
display: inline-block;
margin: 0 0 0 .5em;
vertical-align: middle;
}
.overlay .remember input {
margin-top: 0;
}
.overlay .remember a { margin-left: auto;
}
@media (min-width: 1024px) {
.overlay .remember a:hover {
text-decoration: underline;
}
}
.overlay .error button {
background: #FFA01D;
}
.account table,
.account .woocommerce table.show_table {
width: 100%;
border: 1px solid #e6e6e6;
margin: 0 0 1em;
min-width: 260px;
max-width: 100%;
overflow-x: auto;
}
@media screen and (max-width: 450px) {
.account table,
.account .woocommerce table.show_table {
display: block;
border-top: none;
}
}
@media (min-width: 768px) {
.account table,
.account .woocommerce table.show_table {
display: table;
width: 100%;
}
}
@media (min-width: 1024px) {
.account table a:hover,
.account .woocommerce table.show_table a:hover {
text-decoration: underline;
}
}
.account thead {
background: #f2f2f2;
}
.account tr {
border-top: 1px solid #e6e6e6;
}
.account td {
padding: .5em;
line-height: 1.3;
}
.account td.hide-phone {
display: none;
}
@media (min-width: 1024px) {
.account td.hide-phone {
display: block;
}
}
.account .checkout-section {
margin-bottom: 1em;
}
.account .same label {
display: inline-block;
margin-left: 1em;
}
.account .aside-links .active {
font-family: "he-600";
color: #ffa01d;
}
@media (min-width: 1024px) {
.account .aside-links a:hover {
color: #ffa01d;
}
}
.account .cart-item a:last-of-type {
display: none;
}
.account .results {
margin: 0;
}
.account .password label {
display: inline-block;
margin: 0 0 .5em;
line-height: 1.35;
}
.account .password input[type="password"] {
display: block;
margin: 0 0 .75em;
}
.account .password input[type="submit"] {
height: 30px;
font-size: 1em;
text-transform: none;
line-height: 34px;
border: none;
font-family: "he-400";
background: #ffa01d;
margin-top: .25em;
border-radius: 4px;
}
.account .row-tip-persoana .tip_persoana_label {
display: inline-block;
}
.account .row-tip-persoana .tip_persoana_label input {
display: inline-block;
margin-right: 5px;
}
.account .row-tip-persoana .tip_persoana_label label {
display: inline-block;
margin-bottom: 0;
margin-right: 10px;
}
.account table strong,
.account dl.variation,
.account table.shop_table tbody:first-child tr:first-child th,
.account table.shop_table tbody th,
.account td.product-name dl.variation dt {
font-weight: normal;
}
.account table strong {
font-family: "he-400";
}
.woocommerce-MyAccount-content header {
padding: 0;
}
.woocommerce-MyAccount-content .customer_details th {
padding-left: 0 !important;
padding-right: 0 !important;
}
.woocommerce-MyAccount-content .customer_details td {
padding-left: 0 !important;
padding-right: 0 !important;
}
.woocommerce-MyAccount-content .addresses .col-1 {
width: 50%;
}
.woocommerce-MyAccount-content .addresses .col-2 {
width: 50%;
}
.woocommerce-MyAccount-content dd {
margin-bottom: 0 !important;
}
.woocommerce-MyAccount-content strong {
margin-bottom: 0 !important;
}
.order-actions .pay {
display: none;
}
.page-suport .icons ul {
margin: 0 0 2.5em -1em;
padding: 0;
}
.page-suport .message .m_clear {
clear: both;
}
.page-suport .message .message_half {
width: 50%;
float: left;
}
.page-suport .message .message_half input {
min-width: 0;
}
.page-suport .message .message_half strong {
margin-bottom: 0;
display: inline;
color: #7F8795;
}
.page-suport .message .message_half ul {
padding-left: 20px;
}
.page-suport .message .message_half .title {
line-height: 1.18;
font-size: 22px;
margin-bottom: 5px;
font-family: "he-400";
color: #7F8795;
}
.page-suport .message .message_half .title img {
width: 40px;
margin-right: 5px;
vertical-align: top;
}
.page-suport .message .message_half+.message_half {
padding-left: 60px;
padding-right: 30px;
}
.page-suport .message .message_half .border {
background: #F0F5FD;
padding: 20px;
border-radius: 3px;
}
.page-suport .message .message_half ul {
margin-bottom: 0.5em;
}
.page-suport .message .message_half p {
margin-bottom: 8px;
color: #7F8795;
}
.page-suport .message .message_half .address_zone {
margin-top: 15px;
}
.page-suport .message .message_half .address_zone:first-child .title img {
width: 25px;
}
.page-suport .message .message_half .address_zone:nth-child(2) .title img {
width: 19px;
}
.page-suport .message .message_half .address_zone:nth-child(3) .title img {
width: 20px;
}
.page-suport .message .message_half .address_zone:first-child {
margin-top: 0;
}
.page-suport .message .message_half .address_zone&gt;*:last-child {
margin-bottom: 0;
}
.page-suport .message .message_half .address_zone .fa {
background: #3b5998;
display: inline-block;
width: 30px;
height: 30px;
color: white;
text-align: center;
border-radius: 50px;
line-height: 30px;
}
.page-suport .message .message_half .address_zone .fa:hover {
background: #2d4373;
}
.page-suport .message .message_half .address_zone .fa img {
max-width: 19px;
}
.page-suport .icons ul:before,
.page-suport .icons ul:after {
content: "";
visibility: hidden;
height: 0;
display: table;
}
.page-suport .icons ul:after {
clear: both;
}
@media (min-width: 768px) {
.page-suport .icons ul {
margin: 0 0 2em -1em;
}
}
.page-suport .icons li {
float: left;
width: 100%;
margin-top: 1em;
}
.page-suport .icons li:first-child {
margin: 0;
}
.page-suport .icons li:first-child i {
background: url(//www.xkids.hu/wp-content/themes/xkids/img/svg/facebook.svg) no-repeat center;
}
.page-suport .icons li:first-child + li i {
background: url(//www.xkids.hu/wp-content/themes/xkids/img/svg/contract.svg) no-repeat center;
}
.page-suport .icons li:first-child + li + li i {
background: url(//www.xkids.hu/wp-content/themes/xkids/img/svg/mail-suport.svg) no-repeat center;
}
.page-suport .icons li:first-child + li + li + li i {
background: url(//www.xkids.hu/wp-content/themes/xkids/img/svg/bag.svg) no-repeat center;
}
@media (min-width: 768px) {
.page-suport .icons li {
width: 50%;
padding-left: 1em;
margin: 0 0 1em;
}
}
@media (min-width: 1024px) {
.page-suport .icons li {
width: 25%;
margin: 0;
}
}
.page-suport .icons li:before {
display: none;
}
.page-suport .icons a {
display: block;
width: 150px;
height: 150px;
border-radius: 50%;
background: transparent;
border: 1px solid #515B69;
text-align: center;
color: #515B69;
position: relative;
margin: 0 auto;
}
@media (min-width: 1024px) {
.page-suport .icons a:hover {
cursor: pointer;
}
}
.page-suport .icons a span {
display: block;
position: absolute;
top: 90px;
left: 0;
right: 0;
width: 80%;
margin: 0 auto;
font-size: .85em;
}
.page-suport .icons a i {
display: block;
width: 50px;
height: 50px;
margin: 1.8em auto 0;
background-size: 50px 50px;
opacity: 0.4;
}
.page-suport .icons.faq li:first-child i {
background: url(//www.xkids.hu/wp-content/themes/xkids/img/svg/add-to-cart.svg) no-repeat center;
}
.page-suport .icons.faq li:first-child + li i {
background: url(//www.xkids.hu/wp-content/themes/xkids/img/svg/users.svg) no-repeat center;
}
.page-suport .icons.faq li:first-child + li + li i {
background: url(//www.xkids.hu/wp-content/themes/xkids/img/svg/bag.svg) no-repeat center;
}
.page-suport .icons.faq li:first-child + li + li + li i {
background: url(//www.xkids.hu/wp-content/themes/xkids/img/svg/contract.svg) no-repeat center;
}
.page-suport .holder {
margin-bottom: 1em;
}
.page-suport .holder:before,
.page-suport .holder:after {
content: "";
visibility: hidden;
height: 0;
display: table;
}
.page-suport .holder:after {
clear: both;
}
@media (min-width: 768px) {
.page-suport .holder {
margin-left: -1em;
}
}
.page-suport .holder a {
color: #E72C23;
}
.page-suport .holder li {
list-style-type: disc;
list-style-position: inside;
}
.page-suport .holder .item {
margin: 0 0 1em;
width: 100%;
float: left;
}
@media (min-width: 768px) {
.page-suport .holder .item {
margin: 0;
width: 33.33%;
padding-left: 1em;
}
}
.page-suport .holder .item:first-child .inside:after {
background: url(//www.xkids.hu/wp-content/themes/xkids/img/svg/envelope.svg) no-repeat center;
background-size: 150px 150px;
}
.page-suport .holder .item:first-child + .item .inside:after {
background: url(//www.xkids.hu/wp-content/themes/xkids/img/svg/question-suport.svg) no-repeat center;
background-size: 150px 150px;
}
.page-suport .holder .item:first-child + .item + .item .inside:after {
background: url(//www.xkids.hu/wp-content/themes/xkids/img/svg/file.svg) no-repeat center;
background-size: 150px 150px;
}
.page-suport .holder .inside {
padding: 1em;
background: #fafafa;
position: relative;
overflow: hidden;
}
@media (min-width: 768px) {
.page-suport .holder .inside {
min-height: 250px;
}
}
@media (min-width: 1024px) {
.page-suport .holder .inside {
padding: 1.5em;
padding-left: 8em;
min-height: auto;
}
}
.page-suport .holder .inside:after {
content: "";
display: inline-block;
width: 150px;
height: 150px;
position: absolute;
top: 50%;
margin-top: -75px;
right: -50px;
display: none;
}
@media screen and (min-width: 400px) and (max-width: 767px) {
.page-suport .holder .inside:after {
display: block;
}
}
@media (min-width: 768px) {
.page-suport .holder .inside:after {
display: none;
}
}
@media (min-width: 1024px) {
.page-suport .holder .inside:after {
display: block;
right: inherit;
left: -50px;
}
}
.page-suport .faq-tab {
margin-bottom: 1.5em;
}
.page-suport .faq-tab .question {
margin: .5em 0 0;
padding: .5em 0 0;
border-top: 1px solid #f2f2f2;
}
.page-suport .faq-tab .question:first-child {
border: 0;
margin: 0;
padding: 0;
}
.page-suport .faq-tab .question .title a {
font-size: 1.5em;
font-family: "he-300";
color: #515B69;
margin: 0;
}
.page-suport .faq-tab .question .title a i {
display: inline-block;
width: 30px;
height: 30px;
background: url(//www.xkids.hu/wp-content/themes/xkids/img/svg/plus.svg) no-repeat;
background-size: 30px 30px;
vertical-align: middle;
margin: 0 .5em 0 0;
}
.page-suport .faq-tab .question .title a.open i {
background: url(//www.xkids.hu/wp-content/themes/xkids/img/svg/minus.svg) no-repeat;
background-size: 30px 30px;
}
.page-suport .faq-tab .question .answer {
margin: 1em 0 0;
padding: 0 2em;
display: none;
}
.page-suport .faq-tab .question .answer.show {
display: block !important;
}
.page-suport .message {
margin: 0 0 1em;
}
.page-suport aside .aside-links ul,
.page-suport aside .aside-program ul {
margin-bottom: 40px;
}
.page-suport aside .footer-social-payment {
margin-top: 0;
}
.page-suport .wpcf7 input[type="submit"] {
float: left;
}
aside .aside-social li:first-child + li + li + li a,
footer .col1 li:first-child + li + li + li a {
background: #e4405f;
}
aside .aside-social li:first-child + li + li + li a:hover {
background: #b31936;
}
aside .aside-social li:first-child + li + li + li + li a,
footer .col1 li:first-child + li + li + li + li a {
background: #dd4b39;
}
aside .aside-social li:first-child + li + li + li + li a:hover {
background: #ae2e1e;
}
aside .messenger,
footer .messenger {
text-align: center;
line-height: 30px;
}
aside .messenger a,
footer .messenger a {
background: #3b5998 !important;
display: flex !important;
align-items: center;
justify-content: center;
}
aside .messenger a:hover {
background: #2d4373 !important;
}
aside .messenger a img,
footer .messenger a img {
max-width: 19px;
}
footer .messenger a img {
height: auto;
}
@media (min-width: 1024px) {
.page-suport .message {
margin: 0 0 1.5em;
}
}
.page-suport .form-row {
float: left;
margin: 0 0 20px;
}
.page-suport .form-row label {
display: block;
}
.page-suport .form-row input[type="text"],
.page-suport .form-row input[type="email"],
.page-suport .form-row textarea {
width: 100%;
}
.page-suport .form-row.half {
float: left;
width: 100%;
}
.page-suport .form-row input[type="text"],
.page-suport .form-row input[type="email"] {
border: none;
height: 37px;
line-height: 37px;
font-size: 18px;
color: #7F8795;
-webkit-box-shadow: 1px 2px 5px rgba(0,0,0,0.1);
box-shadow: 1px 2px 5px rgba(0,0,0,0.1);
padding-left: 15px;
padding-right: 15px;
-webkit-appearance: none;
}
.page-suport .form-row textarea {
-webkit-box-shadow: 1px 2px 5px rgba(0,0,0,0.1);
box-shadow: 1px 2px 5px rgba(0,0,0,0.1);
border: none;
padding: 10px 15px 10px 15px;
line-height: 37px;
font-size: 18px;
color: #7F8795;
resize: none;
-webkit-appearance: none;
}
@media (min-width: 1024px) {
.page-suport .form-row.half {
width: 50%;
}
.page-suport .form-row.half.one {
padding-right: 5px;
}
.page-suport .form-row.half.two {
padding-left: 5px;
}
}
.page-suport .form-row.full {
width: 100%;
}
.page-suport input[type="submit"] {
height: 42px;
line-height: 40px;
padding-top: 0;
padding-bottom: 0;
border: 1px solid transparent;
background: #FFA01D;
color: #fff;
border-radius: 3px;
font-size: 22px;
} .page-finished .holder:before,
.page-finished .holder:after {
content: "";
visibility: hidden;
height: 0;
display: table;
}
.page-finished .holder:after {
clear: both;
}
.page-finished .holder .left,
.page-finished .holder .right {
float: none;
}
@media (min-width: 768px) {
.page-finished .holder .left,
.page-finished .holder .right {
float: left;
}
}
.page-finished .holder .left {
margin: 0 0 1em;
}
@media (min-width: 768px) {
.page-finished .holder .left {
margin: 0;
}
}
.page-finished .holder .left h2 {
font-weight: 600;
color: #E72C23;
}
.page-finished .holder .left .order-details {
background: #FFA01D;
padding: .5em 1em;
border-radius: 5px;
}
.page-finished .holder .left .order-details:before,
.page-finished .holder .left .order-details:after {
content: "";
visibility: hidden;
height: 0;
display: table;
}
.page-finished .holder .left .order-details:after {
clear: both;
}
@media (min-width: 768px) {
.page-finished .holder .left .order-details {
padding: 1em;
}
}
.page-finished .holder .left .order-details span,
.page-finished .holder .left .order-details strong {
color: white;
}
.page-finished .holder .left .order-details span {
text-transform: uppercase;
font-size: 0.75em;
}
.page-finished .holder .left .order-details strong {
display: block;
margin: 0;
}
.page-finished .holder .left .order-details .col {
float: left;
width: 100%;
}
@media (min-width: 768px) {
.page-finished .holder .left .order-details .col {
width: auto;
padding: 0 0 0 2em;
}
}
.page-finished .holder .left .order-details .col:first-child {
display: none;
padding: 0;
}
@media (min-width: 1024px) {
.page-finished .holder .left .order-details .col:first-child {
display: block;
}
}
@media (min-width: 768px) {
.page-finished .holder .left .order-details .col:first-child + .col {
padding-left: 0;
}
}
@media (min-width: 1024px) {
.page-finished .holder .left .order-details .col:first-child + .col {
padding: 0 0 0 2em;
}
}
.page-finished .holder .left .order-details .col i {
display: block;
background: url(//www.xkids.hu/wp-content/themes/xkids/img/svg/check.svg) no-repeat;
background-size: 70px 70px;
}
@media (min-width: 1024px) {
.page-finished .holder .left .order-details .col i {
width: 70px;
height: 70px;
}
}
.page-finished .holder .left .order-subtotal {
margin: 1em 0;
}
.page-finished .holder .left .order-subtotal ul {
margin: 0 0 1em;
}
.page-finished .holder .left .order-subtotal li {
border-top: 1px solid #e6e6e6;
padding: .25em 0 .25em;
}
.page-finished .holder .left .order-subtotal li:before,
.page-finished .holder .left .order-subtotal li:after {
content: "";
visibility: hidden;
height: 0;
display: table;
}
.page-finished .holder .left .order-subtotal li:after {
clear: both;
}
.page-finished .holder .left .order-subtotal li:first-child {
border: none;
}
.page-finished .holder .left .order-subtotal li span {
float: right;
margin: 0;
}
.page-finished .holder .left .order-subtotal li span:first-child {
float: left;
}
.page-finished .holder .left .order-subtotal strong {
margin: 0;
text-transform: uppercase;
display: block;
font-family: "he-400";
}
@media (min-width: 768px) {
.page-finished .holder .left .order-subtotal strong {
color: #FFA01D;
}
}
@media (min-width: 1024px) {
.page-finished .holder .left .order-subtotal strong {
text-align: right;
}
}
.page-finished .holder .left .order-subtotal strong strong {
line-height: 1;
font-size: 2em;
}
.page-finished .holder .left a {
background: #FFA01D;
text-transform: none;
}
.page-finished .holder .right table {
background: #F0F5FD;
border: 1px solid #D3DCEB;
font-size: .9em;
max-width: 100%;
min-width: 240px;
width: 100%;
margin: 0 0 1.5em;
}
.page-finished .holder .right table ul {
margin: 0;
float: none;
width: auto;
}
.page-finished .holder .right table ul li:first-child {
margin: 0;
}
.page-finished .holder .right thead {
text-transform: uppercase;
}
.page-finished .holder .right a {
color: #E72C23;
font-family: "he-600";
}
.page-finished .holder .right tr {
border-top: 1px solid #D3DCEB
}
.page-finished .holder .right .light {
background: white;
}
.page-finished .holder .right td {
padding: .55em 1em;
}
.page-finished .holder .right li:first-child {
font-size: 1em;
margin-bottom: 1em;
}
.page-finished .holder .right .holder ul {
float: left;
max-width: 240px;
}
@media (min-width: 1024px) {
.page-finished .holder .right .holder ul {
padding-left: 20px;
}
}
.page-finished .holder .right .holder ul:first-child {
padding: 0;
}
@media (min-width: 768px) {
.page-finished .holder .half {
width: 50%;
padding-left: 1em;
}
.page-finished .holder .half:first-child {
padding-right: 1em;
padding-left: 0;
}
}
@media (min-width: 1024px) {
.page-finished .holder .half {
padding-left: 1.5em;
}
.page-finished .holder .half:first-child {
padding-right: 1.5em;
padding-left: 0;
}
}
.woocommerce-order-received .holder .right table p {
margin-bottom: 0;
}
.clients .client-box {
margin-top: 2em;
padding-top: 2em;
border-top: 1px dashed #e6e6e6;
}
.clients .client-box:before,
.clients .client-box:after {
content: "";
visibility: hidden;
height: 0;
display: table;
}
.clients .client-box:after {
clear: both;
}
@media (min-width: 1024px) {
.clients .client-box {
padding-top: 2.5em;
}
}
.clients .client-box:first-child {
margin-top: 0;
padding-top: 0;
border: none;
}
.clients .client-box .holder_inner:first-child {
margin-top: 0;
padding-top: 0;
border: none;
}
.clients .client-box .name {
background: #e6e6e6;
padding: 0 0 1px;
margin: 0 0 1em;
}
@media (min-width: 768px) {
.clients .client-box .name {
width: 32.20339%;
float: left;
margin-right: 1.69492%;
}
}
@media (min-width: 1024px) {
.clients .client-box .name {
width: 23.72881%;
float: left;
margin-right: 1.69492%;
}
}
.clients .client-box .name div {
background: #515B69;
padding: 15px 15px 10px;
margin: 0 0 15px;
}
.clients .client-box .name div h2,
.clients .client-box .name div strong {
color: white;
}
.clients .client-box .name div h2 {
font-size: 1.3em;
margin: 0 0 .25em;
text-transform: uppercase;
}
@media (min-width: 768px) {
.clients .client-box .name div h2 {
font-size: 1.5em;
line-height: 1.2;
}
}
.clients .client-box .name div strong {
font-size: 14px;
margin: 0;
text-transform: capitalize;
}
.clients .client-box .name h3,
.clients .client-box .name p,
.clients .client-box .name ul {
padding: 0 15px;
}
.clients .client-box .name p {
margin: 0 0 10px;
}
.clients .client-box .name h3 {
margin: .5em 0;
font-size: .85em;
text-transform: uppercase;
font-family: "he-600";
}
.clients .client-box .name ul {
margin: 0 0 15px;
}
.clients .client-box .name ul:before,
.clients .client-box .name ul:after {
content: "";
visibility: hidden;
height: 0;
display: table;
}
.clients .client-box .name ul:after {
clear: both;
}
.clients .client-box .name ul li {  }
.clients .client-box .name ul li:first-child {
margin: 0;
padding: 0;
}
.clients .client-box .name ul li:first-child:before {
display: none;
}
@media (min-width: 768px) {
.clients .images {
width: 32.20339%;
float: left;
margin-right: 1.69492%;
}
}
@media (min-width: 1024px) {
.clients .images {
width: 49.15254%;
float: left;
margin-right: 1.69492%;
}
}
.clients .images ul {
margin: 0 0 0 -1em;
}
.clients .images ul:before,
.clients .images ul:after {
content: "";
visibility: hidden;
height: 0;
display: table;
}
.clients .images ul:after {
clear: both;
}
.clients .images ul li {
float: left;
width: 25%;
padding: 0 0 .5em 1em;
opacity: 0.75;
}
@media (min-width: 1024px) {
.clients .images ul li:hover {
opacity: 1;
}
.clients .images ul li:hover a {
border: 2px solid #515B69;
}
}
.clients .images ul li.active {
opacity: 1;
}
.clients .images ul li.active a {
border: 2px solid #515B69;
}
.clients .images ul li:last-of-type {
opacity: 1;
}
.clients .images ul li:last-of-type a {
background: #515B69;
position: relative;
min-height: 40px;
transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-webkit-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
}
.clients .images ul li:last-of-type i {
display: inline-block;
width: 20px;
height: 20px;
background: url(//www.xkids.hu/wp-content/themes/xkids/img/svg/load-more.svg) no-repeat;
background-size: 20px 20px;
position: absolute;
top: 50%;
left: 50%;
margin-top: -10px;
margin-left: -10px;
}
@media (min-width: 768px) {
.clients .images ul li:last-of-type i {
width: 30px;
height: 30px;
margin-top: -15px;
margin-left: -15px;
background-size: 30px 30px;
}
}
.clients .images ul li img {
width: 100%;
max-width: 100%;
display: block;
}
.clients .images ul a {
display: block;
border: 2px solid transparent;
}
.clients .images .main {
display: block;
min-width: 100%;
width: 100%;
margin-bottom: 1em;
position: relative;
}
.clients .images .main img {
max-width: 100%;
width: 100%;
display: block;
}
.clients .images .main i {
position: absolute;
bottom: 1em;
right: 1em;
color: white;
background: #515B69;
width: 30px;
height: 30px;
border-radius: 50%;
display: block;
text-align: center;
padding-top: .35em;
}
.clients .products {
background: #f2f2f2;
}
@media (min-width: 768px) {
.clients .products {
width: 32.20339%;
float: right;
margin-right: 0;
}
}
@media (min-width: 1024px) {
.clients .products {
width: 23.72881%;
float: right;
margin-right: 0;
}
}
.clients .products h3 {
font-size: .75em;
text-transform: uppercase;
font-family: "he-600";
background: #515B69;
padding: .35em 1em;
color: white;
text-align: center;
margin-bottom: 5px;
}
.clients .products ul {
margin: 0;
padding: 0 .35em .5em;
}
.clients .products ul li {
padding: .5em;
background: #e8e8e8;
border-radius: 3px;
box-shadow: 1px 1px 3px #d9d9d9;
-webkit-box-shadow: 1px 1px 3px #d9d9d9;
margin-top: 5px;
}
.clients .products ul li ul {
padding: 0;
}
@media (min-width: 1024px) {
.clients .products ul li:hover {
background: #e3e3e3;
}
}
.clients .products ul li li {
padding: 0;
background: none;
line-height: 1;
box-shadow: none;
-webkit-box-shadow: none;
margin-top: 0;
}
.clients .products ul a {
display: block;
position: relative;
padding-left: 65px;
}
.clients .products ul a img {
width: 50px;
height: 50px;
border: 1px solid gray;
background: white;
position: absolute;
top: 0;
left: 0;
}
.clients .products ul a strong {
font-family: "he-600";
font-weight: normal;
}
.clients .products ul a strong,
.clients .products ul a span,
.clients .products ul a li {
display: block;
margin: 0 0 .2em;
line-height: 1.4;
font-size: .9em;
}
.clients .products ul a li {
margin: 0;
}
.clients .products ul a span {
text-decoration: line-through;
}
.clients .products ul a ul:first-of-type:before,
.clients .products ul a ul:first-of-type:after {
content: "";
visibility: hidden;
height: 0;
display: table;
}
.clients .products ul a ul:first-of-type:after {
clear: both;
}
.clients .products ul a ul:first-of-type li {
float: left; line-height: 1.2;
}
.clients .products ul a ul:first-of-type li:first-child {
margin-left: 0;
}
.clients .products ul a ul:first-of-type li i {
line-height: 1;
color: orange;
}
.clients .older-posts {
clear: both;
text-align: center;
margin-top: 1.5em;
padding-top: 1.5em;
border-top: 1px solid #f2f2f2;
}
@media (min-width: 768px) {
.clients .older-posts {
margin-top: 2em;
padding-top: 2em;
}
}
.clients .older-posts a {
display: inline-block;
}
.clients .older-posts ul {
padding: 0;
text-align: center;
}
.clients .older-posts ul li {
display: inline-block;
width: 10px;
height: 10px;
background: #d9d9d9;
border-radius: 50%;
}
.clients .older-posts ul li:before {
display: none;
}
.clients .older-posts span {
color: #bfbfbf;
}
#__bs_notify__ {
top: auto !important;
height: auto;
bottom: 0;
border-radius: 0 !important;
}
.customize-support header {
top: 32px;
}   .owl-carousel .owl-wrapper-outer {
overflow: hidden;
position: relative;
width: 100%;
z-index: 1;
}
.owl-carousel .item img {
transform-style: flat;
-webkit-transform-style: flat;
-moz-transform-style: flat;
}
.owl-item {
transform: translateZ(0);
-webkit-transform: translateZ(0);
-ms-transform: translateZ(0);
}
body .body_overlay {
position: fixed;
height: 100%;
width: 100%;
background: #000000;
background: rgba(0,0,0,0.65);
left: 0;
top: 0;
z-index: 3;
display: none;
}
.close_side_menu {
left: -230px;
transition: left 0.5s ease;
-moz-transition: left 0.5s ease;
-webkit-transition: left 0.5s ease;
-o-transition: left 0.5s ease;
}
.woocommerce-page #container {
max-width: 1200px;
margin-left: auto;
margin-right: auto;
padding-top: 120px;
}
.woocommerce-page #sidebar {
display: none;
}
.basket .drop li a.btn {
font-size: 1em;
text-align: center;
padding: 10px 0 0 0;
border-top: 1px solid transparent;
margin-bottom: 10px;
}
.basket .drop li a.btn:hover {
border-top: 1px solid #4f4e52;
text-decoration: none;
}
.basket .drop .no_border {
border: none;
}
.cart form .coupon,
.cart form .quantity_hidden,
.cart form input[name="update_cart"],
.cart form .woocommerce-Price-currencySymbol {
display: none;
}
.cart-checkout .cart-discount div,
.cart-checkout .cart-discount div a {
color: #fff;
}
.cart-checkout .cart-discount {
margin-bottom: 14px;
}
.cart-checkout .cart-discount div {
margin-bottom: 8px;
}
.page-template-page_cart .container,
.checkout_page .container .col-left {
position: relative;
}
.page-template-page_cart .container .ajax_overlay,
.checkout_page .container .ajax_overlay {
position: absolute;
width: 100%;
height: 100%;
left: 0;
top: 0;
background: #ffffff;
background: rgba(255,255,255,0.8);
z-index: 1;
display: none;
}
.page-template-page_cart .container .ajax_overlay img,
.checkout_page .container .ajax_overlay img {
position: absolute;
left: 50%;
top: 80px;
margin-left: -32px;
}
.product .zone-hero .col3 form .info.no_padding {
padding: 0;
}
.single-product .wpcf7-response-output {
margin: 17px 0 0 0;
}
.single-product #reply-title,
.single-product .comment-notes {
display: none;
}
.single-product .zone-tabs p.stars a {
color: #eeb300;
width: 30px;
height: 32px;
}
.single-product .zone-tabs p.stars a:before {
font-size: 29px;
}
.single-product .rating_global .star-rating {
font-size: 29px;
margin: 0;
color: #eeb300;
}
.product .zone-tabs .tab.tab-comments .rating .left em {
padding-top: 3px;
padding-left: 11px;
}
.single-product .rating_necesar,
.single-product .campuri_necesar {
display: none;
color: #ff0000;
}
.product .zone-tabs .tab.tab-comments .user-comment,
.product .zone-tabs .tab.tab-comments .user-comment:first-child {
margin: 0 0 1em;
}
.single-product .commentlist .right-side ul li i {
color: #eeb300;
}
span[property="itemListElement"]:last-child span[property="name"] {
display: none;
}
.single-product .product_id {
display: none;
}
.woocommerce-cart dl.variation dt,
.woocommerce-cart dl.variation dd {
float: left;
margin-right: 5px;
}
.woocommerce-cart .cart_item_remove { }
.woocommerce-cart dl.variation {
overflow: hidden;
padding-top: 5px;
padding-bottom: 5px;
line-height: 1.25;
}
.woocommerce-cart dl.variation p {
margin: 0;
font-size: 100%;
}
.single-product .optiuni_necesar {
margin: 0;
padding-top: 10px;
color: #ff0000;
display: none;
} .single-product .stoc_epuizat {
padding-top: 10px;
margin: 0;
display: none;
}
.single-product .box_optiuni {
position: relative;
}
.single-product .box_optiuni .box_optiuni_overlay {
position: absolute;
width: 100%;
height: 100%;
left: 0;
top: 0;
z-index: 9999;
display: none;
}
.single-product .hidden_owl {
height: 0;
opacity: 0;
visibility: hidden;
}
.woocommerce-checkout .col2-set .col-1,
.woocommerce-checkout .col2-set .col-2 {
float: none;
width: 100%;
}
.basket .btn.shake {
-webkit-animation: shake 0.82s cubic-bezier(.36,.07,.19,.97) both;
animation: shake 0.82s cubic-bezier(.36,.07,.19,.97) both;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
-webkit-perspective: 1000px;
perspective: 1000px;
}
.product .zone-hero .col3 form .price strong&gt;span {
display: inline;
margin: 0;
}
.product .zone-tabs .tab .bullet-options .bullet_hidden {
border: 1px solid transparent;
border-radius: 0;
background: transparent;
box-shadow: none;
}
.product .zone-tabs .tab .bullet-options .bullet_hidden strong,
.product .zone-tabs .tab .bullet-options .bullet_hidden span,
.product .zone-tabs .tab .bullet-options .bullet_hidden a:before {
visibility: hidden;
}
.checkout_page .optiune_card_bancar {
display: none;
}
.woocommerce-checkout-review-order {
padding: 1em;
margin-top: 5px;
border-radius: 5px;
}
.woocommerce-checkout #payment ul.payment_methods {
padding: .75em;
background: #F0F5FD;
border-radius: 5px;
margin: 0;
border: none;
padding-left: 0;
padding-right: 0;
}
.woocommerce-checkout #payment ul.payment_methods li:first-child {
padding-top: 0;
margin-top: 0;
border: 0;
}
.woocommerce-checkout #payment ul.payment_methods li {
padding-top: .5em;
margin-top: .5em;
border-top: 1px solid #e6e6e6;
position: relative;
}
.woocommerce-checkout .form-row.place-order {
display: none;
}
.woocommerce-checkout #payment div.payment_box {
margin-bottom: 0;
}
.checkout_page header {
position: static;
width: auto;
height: auto;
background: transparent;
}
aside .woocommerce-checkout-review-order-table {
width: 100%;
background: transparent !important;
}
aside .woocommerce-checkout-review-order-table * {
background: transparent !important;
}
aside .woocommerce-checkout-review-order-table thead,
aside .woocommerce-checkout-review-order-table tbody {
display: none;
}
aside .woocommerce-checkout-review-order-table th {
font-family: 'he-400';
color: #fff;
text-align: left;
font-weight: 400;
white-space: nowrap;
}
aside .woocommerce-checkout-review-order-table td {
text-align: right;
font-family: 'he-700';
color: #fff;
}
aside .woocommerce-checkout-review-order-table td a {
color: #fff;
}
aside .woocommerce-checkout-review-order-table .order-total td span span {
font-size: 100%;
display: inline;
}
aside .woocommerce-checkout-review-order-table .order-total th {
font-family: "he-700";
display: block;
padding-top: 11px;
}
aside .woocommerce-checkout-review-order-table .order-total td {
display: block;
width: 255px;
overflow: hidden;
}
aside .woocommerce-checkout-review-order-table .order-total td strong {
float: left;
}
.woocommerce-checkout ul.woocommerce-thankyou-order-details {
padding-left: 0;
}
.woocommerce td.product-name dl.variation dd {
position: relative;
top: -2px;
} .checkout_cart .cart {
margin-bottom: 1em;
}
.woocommerce-checkout #shipping_method span {
float: none;
}
.woocommerce-checkout #shipping_method li {
white-space: nowrap;
}
.cart-checkout aside strong span {
text-align: left;
}
.page-template-page_cart .woocommerce-message,
.page-template-page_cart .woocommerce-info {
display: none;
}
.woocommerce-info {
border-top-color: #1295d8;
}
.woocommerce-info a,
.woocommerce-info:before {
color: #1295d8;
}
.woocommerce-checkout .detach_div p.lost_password {
margin: 0;
padding-top: 10px;
}
.woocommerce-checkout .detach_div .login input[type="submit"] {
display: block;
text-align: center;
transition: all 0.2s ease;
-moz-transition: all 0.2s ease;
-webkit-transition: all 0.2s ease;
-o-transition: all 0.2s ease;
border-radius: 50px;
background: #4f4e52;
display: inline-block;
line-height: 42px;
padding: 0 1em;
height: 40px;
color: white;
font-size: 1.1em;
font-family: "he-300";
border: 1px solid transparent;
position: relative;
margin-right: 10px;
}
.woocommerce-checkout .detach_div .checkout_coupon p {
margin: 0;
padding: 0;
}
.woocommerce-checkout .detach_div .checkout_coupon input[type="submit"] {
display: block;
text-align: center;
transition: all 0.2s ease;
-moz-transition: all 0.2s ease;
-webkit-transition: all 0.2s ease;
-o-transition: all 0.2s ease;
border-radius: 50px;
background: #4f4e52;
display: inline-block;
line-height: 42px;
padding: 0 1em;
height: 40px;
color: white;
font-size: 1.1em;
font-family: "he-300";
border: 1px solid transparent;
position: relative;
margin-right: 10px;
}
.woocommerce-checkout .detach_div .checkout_coupon .form-row {
width: 48%;
}
.woocommerce-order-received address {
margin-bottom: 0.75em;
}
.woocommerce-checkout .sala_error,
.woocommerce-checkout .sal_error {
display: none;
color: #ff0000;
padding-top: 10px;
margin-bottom: 0;
}
.search-results aside .aside-search {
display: block !important;
opacity: 1 !important;
}
#hidden_search_query,
#hidden_term_link,
#hidden_home_link {
display: none;
}
.tax-product_cat .fara_produse {
padding-top: 2px;
}
.tax-product_cat .item-product-stars .star-rating {
margin: 0 0 8px 0;
width: 5.8em;
color: #eeb300;
letter-spacing: 2px;
font-size: 0.7em;
}
html {
overflow-x: hidden;
} .touch .zoomContainer {
display: none !important;
}
p.login_response {
margin: 0;
padding-top: 1em;
}
p.login_response.login_error {
color: #ff0000;
}
.hide_element {
display: none !important;
}
#formular_inregistrare small {
display: none;
}
#formular_inregistrare .raspuns_inregistrare {
margin: 0;
padding-top: 1em;
display: none;
}
#formular_inregistrare .raspuns_inregistrare.error {
color: #ff0000;
}
.woocommerce-checkout aside .voucher_side input {
color: #fff;
}
.checkout-section .attention.prima_adresa_facturare.slide_up,
.checkout-section .attention.prima_adresa_livrare.slide_up {
display: none;
}
.checkout-section .same_shipping_p.no_mb {
margin: 0;
}
.woocommerce-error li {
overflow: hidden;
margin-bottom: 15px;
}
#schimba_parola_cont .status {
padding-top: 12px;
display: none;
}
#schimba_parola_cont .status.error {
color: #ff0000;
}
.account .col-left .woocommerce-MyAccount-navigation {
display: none;
}
.account .col-left .woocommerce-MyAccount-content {
float: none;
width: 100%;
}
.account .col-left .woocommerce-MyAccount-content header {
position: static;
width: auto;
height: auto;
background: transparent;
}
.account .col-left .woocommerce-MyAccount-content mark {
background: transparent;
color: #525252;
}
.no_margin {
margin: 0 !important;
}
.page-template .col-left {
margin-right: 0 !important;
}
.page-suport div.wpcf7-response-output {
margin-left: 0;
margin-right: 0;
}
@-webkit-keyframes shake {
10%, 90% {
-webkit-transform: translate3d(-2px, 0, 0);
transform: translate3d(-2px, 0, 0);
}
20%, 80% {
-webkit-transform: translate3d(4px, 0, 0);
transform: translate3d(4px, 0, 0);
}
30%, 50%, 70% {
-webkit-transform: translate3d(-8px, 0, 0);
transform: translate3d(-8px, 0, 0);
}
40%, 60% {
-webkit-transform: translate3d(8px, 0, 0);
transform: translate3d(8px, 0, 0);
}
}
@keyframes shake {
10%, 90% {
-webkit-transform: translate3d(-2px, 0, 0);
transform: translate3d(-2px, 0, 0);
}
20%, 80% {
-webkit-transform: translate3d(4px, 0, 0);
transform: translate3d(4px, 0, 0);
}
30%, 50%, 70% {
-webkit-transform: translate3d(-8px, 0, 0);
transform: translate3d(-8px, 0, 0);
}
40%, 60% {
-webkit-transform: translate3d(8px, 0, 0);
transform: translate3d(8px, 0, 0);
}
} @media (max-width: 1199px) {
header .wrap {
-webkit-overflow-scrolling: touch;
}
}  .woocommerce table.shop_table {
border: none;
margin: 0;
text-align: left;
border-radius: 0;
}
.woocommerce-message:before {
top: .5em;
}
.woocommerce-ResetPassword .form-row {
text-align: left;
} .owl-placeholder {
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
align-items: center;
}
.owl-placeholder .item {
-webkit-flex: 1;
-ms-flex: 1;
flex: 1;
}
.home-hero .slide {
display: none;
}
.home-hero .slide:first-child {
display: block;
}
.owl-carousel .slide {
display: block;
}
.home-hero .slide-h2,
.home-hero .slide-h3,
.home-hero .slide-a {
color: #fff;
}  .home-stories {
background: transparent;
}
@media (min-width: 1485px) {
.stories-title,
.home-stories ul {
padding-left: 0;
padding-right: 0;
}
}
.item-product-stock .in-stock,
.item-product-stock .out-of-stock {
height: 24px;
border: 1px solid;
line-height: 24px !important;
padding: 0 9px 0 11px !important;
border-radius: 5px;
position: relative;
}
.item-product-stock .in-stock {
border-color: #34B922;
color: #34B922 !important;
}
.item-product-stock .in-stock:before,
.item-product-stock .out-of-stock:before {
content: "" !important;
display: inline-block !important;
padding: 0 !important;
width: 5px;
height: 5px;
-webkit-border-radius: 50px;
-moz-border-radius: 50px;
-ms-border-radius: 50px;
-o-border-radius: 50px;
border-radius: 50px;
vertical-align: middle;
margin-right: 8px;
}
.item-product-stock .in-stock:before {
background: #34B922;
}
.item-product-stock .out-of-stock:before {
background: #E72C23;
}
.page-template.subcategory .item-product-stock li:first-child + li {
line-height: 20px;
}
.app-coming-soon {
overflow: hidden;
color: white;
margin-top: 14px;
}
.app-coming-soon p,
.app-coming-soon ul {
float: left;
}
.app-coming-soon p {
width: 200px;
margin: 0 18px 0 0;
line-height: 1.3;
color: #a6a6a6;
font-size: 14px;
}
.app-coming-soon ul {
opacity: 0.6;
margin: 0 !important;
}
@media (max-width:767px) {
.app-coming-soon p {
width: 60%;
}
.app-coming-soon ul {
float: right;
}
}
.app-coming-soon i {
width: 40px;
height: 40px;
border-radius: 50px;
border: 1px solid;
line-height: 36px;
text-align: center;
font-size: 20px;
}
footer .container { padding-bottom: 29px;
border-bottom: 1px solid #212121;
}
.euplatesc-banner {
text-align: center;
margin: 15px 0 0;
}
.footer-social-payment {
overflow: hidden; position: absolute;
}
.footer-social-payment ul {
float: left;
margin: 0 !important;
}
.payment-footer {
position: relative;
top: -2px;
}
.footer-social-payment ul.payment-footer {
margin-left: 33px !important;
}
.euplatesc-banner .col1 {
margin: 0;
}
.euplatesc-banner .container {
position: relative;
padding: 0;
border: none;
}
.voucher_interior {
margin-bottom: 5px;
overflow: hidden;
}
.voucher_interior div{ margin-bottom: 1em;
overflow: hidden;
}
.voucher_interior .fa {
margin-right: 1px;
position: relative;
top: -2px;
}
.voucher_interior h3 {
margin-bottom: 3px;
line-height: 1.3;
font-size: 18px;
color: #666;
font-family: "he-400";
}
.ai_un_cupon input {
display: none !important;
}
.voucher_interior input[type='text'] {
border: none;
width: 150px;
min-width: 150px;
-webkit-border-top-right-radius: 0;
-moz-border-top-right-radius: 0;
-ms-border-top-right-radius: 0;
-o-border-top-right-radius: 0;
border-top-right-radius: 0;
-webkit-border-bottom-right-radius: 0;
-moz-border-bottom-right-radius: 0;
-ms-border-bottom-right-radius: 0;
-o-border-bottom-right-radius: 0;
border-bottom-right-radius: 0;
color: #515B69;
height: 44px;
line-height: 44px;
}
.voucher_interior input[type='text'],
.voucher_interior .btn {
float: left;
}
.voucher_interior .btn {
height: 44px;
-webkit-border-top-left-radius: 0;
-moz-border-top-left-radius: 0;
-ms-border-top-left-radius: 0;
-o-border-top-left-radius: 0;
border-top-left-radius: 0;
-webkit-border-bottom-left-radius: 0;
-moz-border-bottom-left-radius: 0;
-ms-border-bottom-left-radius: 0;
-o-border-bottom-left-radius: 0;
border-bottom-left-radius: 0;
background: #FFA01D;
color: white !important;
line-height: 44px;
border-top-right-radius: 3px;
border-bottom-right-radius: 3px;
text-align: center;
font-size: 20px;
width: 115px;
padding: 0;
}
.voucher_interior div {
float: left;
-webkit-box-shadow: 1px 2px 5px rgba(0,0,0,.1);
box-shadow: 1px 2px 5px rgba(0,0,0,.1);
}
@media (min-width: 1024px) {
.voucher_interior .btn:hover {
background: #FFA01D !important;
}
.cart-checkout aside {
min-height: auto;
}
}
.voucher_interior .btn:active {
top: 0;
}
::-webkit-input-placeholder {
color: #a5a5a5;
}
:-moz-placeholder { color: #a5a5a5;
}
::-moz-placeholder { color: #a5a5a5;
}
:-ms-input-placeholder {
color: #a5a5a5;
}
.plaseaza_comanda {
margin-top: 15px;
} .imgs-holder .tutorial {
position: relative;
z-index: 2;
max-width: 940px;
margin: 0 auto !important;
border: 1px solid #dbdbdb;
padding: 0 !important;
}
.imgs-holder .tutorial .left,
.imgs-holder .tutorial .right {
width: 50% !important;
margin: 0 !important;
height: 260px !important;
}
@media (max-width: 640px) {
.imgs-holder .tutorial .left {
display: none !important;
}
}
.imgs-holder .tutorial i {
margin-right: 8px;
color: #e72c23;
font-size: 20px;
}
.imgs-holder .tutorial h2 {
color: #e72c23;
}
.imgs-holder .tutorial p {
line-height: 1.35;
}
.imgs-holder .tutorial iframe {
width: 100% !important;
height: 260px !important;
}
.imgs-holder .tutorial .left .table-cell {
padding-right: 20px !important;
padding-left: 20px !important;
}
@media (max-width: 640px) {
.imgs-holder .tutorial .right {
width: 100% !important;
}
}
.cart-empty {
text-align: center;
}
.cart-empty p {
margin: 0;
}
.cart-empty .btn {
color: white;
margin: 1.7em 0;
border-radius: 4px;
}
.cart-empty h1 {
padding: 0;
border: 0;
margin: 0 0 .4em !important;
}
.cart-empty .table {
display: table;
text-align: center;
width: 100%;
height: 470px;
}
.cart-empty .table-cell {
display: table-cell;
vertical-align: middle;
position: relative;
}
.cart-empty .table-cell .inside {
position: relative;
z-index: 1;
padding: 0 20px;
}
.cart-empty .table-cell .icons {
position: absolute;
top: 0;
bottom: 0;
width: 100%; z-index: 0;
-webkit-opacity: 1;
-moz-opacity: 1;
-ms-opacity: 1;
-o-opacity: 1;
opacity: 1;
}
.cart-empty .table-cell .icons div {
position: absolute;
}
.cart-empty .table-cell .icons div i {
display: block;
position: absolute;
width: 100%;
height: 100%;
background-size: 100% 100%;
}
.cart-empty .table-cell .icons div i:first-child + i {
display: none;
}
.cart-empty .table-cell .icons div.small {
width: 100px;
height: 100px;
}
.cart-empty .table-cell .icons div.supersmall {
width: 70px;
height: 70px;
}
.cart-empty .table-cell .icons div.big {
width: 150px;
height: 150px;
}
.cart-empty .table-cell .icons div.small.ic-1 {
bottom: 20px;
left: 20px;
}
.cart-empty .table-cell .icons div.small.ic-2 {
top: 40px;
right: 10px;
}
.cart-empty .table-cell .icons div.small.ic-3 {
bottom: 10px;
right: 0px;
}
.cart-empty .table-cell .icons div.small.ic-4 {
top: 90px;
right: 190px;
}
.cart-empty .table-cell .icons div.small.ic-5 {
top: 10px;
right: 56%;
margin-right: -75px;
}
.cart-empty .table-cell .icons div.big.ic-6 {
left: 175px;
top: 235px;
}
.cart-empty .table-cell .icons div.small.ic-7 {
left: 430px;
bottom: 28px;
}
.cart-empty .table-cell .icons div.small.ic-8 {
left: 120px;
top: 10px;
}
.cart-empty .table-cell .icons div.big.ic-9 {
bottom: 50px;
right: 170px;
} .cart-empty .table-cell .icons i {
background-repeat: no-repeat;
background-position: center;
}
.cart-empty .table-cell .icons .ic-1 i:first-child {
background-image: url(//www.xkids.hu/wp-content/themes/xkids/img/svg/normal_1.svg);
}
.cart-empty .table-cell .icons .ic-1 i:first-child + i{
background-image: url(//www.xkids.hu/wp-content/themes/xkids/img/cart/empty/ic-1-2.svg);
}
.cart-empty .table-cell .icons .ic-2 i:first-child {
background-image: url(//www.xkids.hu/wp-content/themes/xkids/img/svg/small_1.svg);
}
.cart-empty .table-cell .icons .ic-2 i:first-child + i{
background-image: url(//www.xkids.hu/wp-content/themes/xkids/img/cart/empty/ic-2-2.svg);
}
.cart-empty .table-cell .icons .ic-3 i:first-child {
background-image: url(//www.xkids.hu/wp-content/themes/xkids/img/svg/normal_2.svg);
}
.cart-empty .table-cell .icons .ic-3 i:first-child + i{
background-image: url(//www.xkids.hu/wp-content/themes/xkids/img/cart/empty/ic-3-2.svg);
}
.cart-empty .table-cell .icons .ic-4 i:first-child {
background-image: url(//www.xkids.hu/wp-content/themes/xkids/img/svg/normal_3.svg);
}
.cart-empty .table-cell .icons .ic-4 i:first-child + i{
background-image: url(//www.xkids.hu/wp-content/themes/xkids/img/cart/empty/ic-4-2.svg);
}
.cart-empty .table-cell .icons .ic-5 i:first-child {
background-image: url(//www.xkids.hu/wp-content/themes/xkids/img/svg/normal_4.svg);
}
.cart-empty .table-cell .icons .ic-5 i:first-child + i{
background-image: url(//www.xkids.hu/wp-content/themes/xkids/img/cart/empty/ic-5-2.svg);
}
.cart-empty .table-cell .icons .ic-6 i:first-child {
background-image: url(//www.xkids.hu/wp-content/themes/xkids/img/svg/big_6.svg);
}
.cart-empty .table-cell .icons .ic-6 i:first-child + i{
background-image: url(//www.xkids.hu/wp-content/themes/xkids/img/cart/empty/ic-6-2.svg);
}
.cart-empty .table-cell .icons .ic-7 i:first-child {
background-image: url(//www.xkids.hu/wp-content/themes/xkids/img/svg/small_2.svg);
}
.cart-empty .table-cell .icons .ic-7 i:first-child + i{
background-image: url(//www.xkids.hu/wp-content/themes/xkids/img/cart/empty/ic-7-2.svg);
}
.cart-empty .table-cell .icons .ic-8 i:first-child {
background-image: url(//www.xkids.hu/wp-content/themes/xkids/img/svg/normal_5.svg);
}
.cart-empty .table-cell .icons .ic-8 i:first-child + i{
background-image: url(//www.xkids.hu/wp-content/themes/xkids/img/cart/empty/ic-8-2.svg);
}
.cart-empty .table-cell .icons .ic-9 i:first-child {
background-image: url(//www.xkids.hu/wp-content/themes/xkids/img/svg/big_7.svg);
}
.cart-empty .table-cell .icons .ic-9 i:first-child + i{
background-image: url(//www.xkids.hu/wp-content/themes/xkids/img/cart/empty/ic-9-2.svg);
} @media (max-width: 1024px) {
.cart-empty .table-cell .icons div.small {
width: 70px;
height: 70px;
}
.cart-empty .table-cell .icons div.supersmall {
width: 35px;
height: 35px;
}
.cart-empty .table-cell .icons div.big {
width: 80px;
height: 80px;
}
.cart-empty .table-cell .icons div.small.ic-1 {
bottom: 50px;
left: 100px;
}
.cart-empty .table-cell .icons div.small.ic-5 {
top: 50px;
right: 52%;
margin-right: 0;
}
.cart-empty .table-cell .icons div.small.ic-7 {
left: 320px;
}
} @media (min-width: 768px) and (max-width: 1024px)  {
.cart-empty .table-cell .icons div.small.ic-2 {
top: 50px;
right: 80px;
}
.cart-empty .table-cell .icons div.small.ic-3 {
right: 60px;
bottom: 100px;
}
.cart-empty .table-cell .icons div.small.ic-8 {
left: 120px;
top: 90px;
}
.cart-empty .table-cell .icons div.big.ic-9 {
bottom: 50px;
right: 230px;
}
} @media (max-width: 768px) {
.cart-empty .table-cell .icons div.small.ic-1 {
bottom: 50px;
left: 50px;
}
.cart-empty .table-cell .icons div.small.ic-2 {
top: 30px;
right: 80px;
}
.cart-empty .table-cell .icons div.small.ic-4 {
top: 160px;
right: 130px;
}
.cart-empty .table-cell .icons div.small.ic-5 {
right: 35%;
}
.cart-empty .table-cell .icons div.small.ic-7 {
left: 270px;
}
.cart-empty .table-cell .icons div.small.ic-8 {
left: 110px;
top: 40px;
}
} @media (max-width: 640px) {
.cart-empty .table {
height: 400px;
}
.cart-empty .table-cell .icons div.small.ic-1 {
bottom: 70px;
left: 40px;
}
.cart-empty .table-cell .icons div.big.ic-6 {
left: 140px;
top: 185px;
}
.cart-empty .table-cell .icons div.small.ic-7 {
left: 200px;
bottom: 40px;
}
} @media (max-width: 600px) {
.cart-empty .table-cell .icons div.big {
width: 50px;
height: 50px;
}
.cart-empty .table-cell .icons div.small.ic-3 {
right: 20px;
bottom: 20px;
}
.cart-empty .table-cell .icons div.small.ic-7 {
left: 150px;
bottom: 18px;
}
} @media (max-width: 500px) {
.cart-empty .table-cell .icons div.small.ic-4 {
top: 160px;
right: 60px;
}
.cart-empty .table-cell .icons div.small.ic-8 {
left: 50px;
top: 40px;
}
.cart-empty .table-cell .icons div.big.ic-9 {
right: 115px;
}
} @media (max-width: 400px) {
.cart-empty .table-cell .icons div.small.ic-1 {
bottom: 60px;
left: 20px;
}
.cart-empty .table-cell .icons div.small.ic-2 {
top: 15px;
right: 40px;
}
.cart-empty .table-cell .icons div.small.ic-3 {
bottom: 30px;
right: 27px;
}
.cart-empty .table-cell .icons div.small.ic-4 {
right: 30px;
}
.cart-empty .table-cell .icons div.small.ic-5 {
right: 20%;
top: 65px;
}
.cart-empty .table-cell .icons div.big.ic-6 {
left: 20px;
top: 145px;
}
.cart-empty .table-cell .icons div.small.ic-7 {
left: 110px;
bottom: 8px;
}
.cart-empty .table-cell .icons div.small.ic-7 {
bottom: 8px;
left: 110px;
}
.cart-empty .table-cell .icons div.big.ic-9 {
bottom: 130px;
right: 120px;
}
}
@media (max-width: 768px) {
footer .col4 {
margin-right: 0;
}
}
.navigation ul li a {
transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-webkit-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
}
.navigation ul li a i,
.subcategory .navigation.first ul li a i {
line-height: 28px;
color: #6a6a6a;
font-size: 18px;
}
.navigation ul li a,
.navigation ul li input[type="text"] {
border-color: #d9d9d9;
}
@media (min-width: 1024px) {
.navigation ul li a:hover {
background: #dfdfdf;
}
.navigation ul li a.no_link:hover {
background: transparent;
}
} header .basket .catalog,
header .basket .tel {
vertical-align: text-top;
}
.woocommerce-order-received dl.variation {
overflow: hidden;
}
.woocommerce-order-received dl.variation dt {
float: left;
margin-right: 5px;
}
.woocommerce-order-received .holder .right a {
color: #515B69;
}
.woocommerce-order-received .holder .left h2 {
color: #515B69;
font-weight: 400;
}
.navigation .pages span {
margin: 0;
color: #515B69 !important;
height: 37px;
line-height: 37px;
width: 37px;
background: none;
vertical-align: middle;
display: inline-block;
text-align: center;
border-radius: 5px;
border: 1px solid #D3DCEB;
font-size: 18px;
}
span.page-numbers.current {
border-color: #515B69;
}
.navigation .pages .next,
.navigation .pages .prev {
display: none;
}
.touch .single-product .zopim {
display: none !important;
}
#mc-embedded-subscribe-form .status {
margin-top: 10px;
color: #a6a6a6;
} .page-template-default img {
max-width: 100%;
height: auto;
} .mini-product-tab {
width: 1485px;
height: auto;
position: fixed;
bottom: 1em;
left: 50%;
margin-left: -742px;
background: white;
border: 1px solid #ededed;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
-ms-border-radius: 5px;
-o-border-radius: 5px;
border-radius: 5px;
}
iframe[name="google_conversion_frame"] {
height: 0;
} .product .zone-hero .col2 .colors ul li {
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
-ms-border-radius: 3px;
-o-border-radius: 3px;
border-radius: 3px;
border: 1px solid transparent;
padding: 1px;
}
.product .zone-hero .col2 .colors ul li.active {
border-color: black;
}
.product .zone-hero .col2 .colors ul a {
width: 30px;
height: 30px; border: 1px solid #000;
}
.home .tabs-slides {
display: none;
padding: 25px 15px;
background: #fff;
}
.home .tabs-slides img {
width: 200px;
height: 200px;
margin: 0 auto 1.35em;
display: block;
background-repeat: no-repeat;
background-position: center;
}
.single-product .box_optiuni li.active {
box-shadow: 1px 1px 1px 1px #ddd, -1px 0px 1px 1px #eee;
}
@media (min-width: 1024px) {
.alpha .side_phone,
.single-product .product-phone-mobile {
display: none;
}
}
.alpha .side_phone {
color: #fff;
margin-bottom: 15px;
margin: 0px 15px 28px 15px;
border: 1px solid #262626;
border-radius: 3px;
padding: 10px 15px 7px 15px;
text-align: center;
}
.alpha .side_phone a {
font-size: 1.5em;
font-family: "he-300";
display: block;
letter-spacing: 0.4px;
line-height: 1;
margin-top: 4px;
color: #fff;
}
.alpha .side_phone i {
font-size: 13px;
margin-right: 2px;
}
.product .zone-hero .col2 {
position: relative;
}
.product .zone-hero .col2 .product-phone-mobile {
position: absolute;
bottom: 0;
right: 0;
z-index: 1;
text-align: center;
border: 1px solid #e6e6e6;
border-radius: 3px;
padding: 11px 15px 5px 20px;
}
.product .zone-hero .col2 .product-phone-mobile span {
display: block;
margin: 0;
line-height: 1;
font-size: 1em;
color: #4d4d4d;
}
.product .zone-hero .col2 .product-phone-mobile i {
position: absolute;
left: -15px;
top: 50%;
margin-top: -15px;
font-size: 23px;
background: #fff;
padding: 6px;
color: #E72C23;
}
.product .zone-hero .col2 .product-phone-mobile a {
color: #4d4d4d;
font-size: 1.2em;
font-family: "he-700";
} .single-product .ppm-simple .product-phone-mobile {
position: relative !important;
width: 160px;
margin-bottom: 25px;
display: inline-block;
}
.home .tabs-slide {
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
}
.home .tabs-slide .slide {
-webkit-flex: 1;
-ms-flex: 1;
flex: 1;
}
.home .tabs-slide .slide:nth-child(7) {
display: none;
}
.home .tabs-slide .slide:nth-child(8) {
display: none;
}
.home .tabs-slide.owl-loaded .slide {
display: block;
}
.home .tabs-slide.owl-loaded .slide:nth-child(7) {
display: block;
}
.home .tabs-slide.owl-loaded .slide:nth-child(8) {
display: block;
}
header .basket .tel a {
color: #fff;
}
.touch .miscati_mouse {
display: none;
}
.favorite-content .remove {
top: 1.35em;
right: 0;
position: absolute;
width: 20px;
height: 20px;
background: url(//www.xkids.hu/wp-content/themes/xkids/img/svg/cross.svg) no-repeat;
background-size: 20px 20px;
border-radius: 50%;
opacity: 0.2;
z-index: 2;
display: block;
}
.favorite-content .results li {
position: relative;
}
.favorite-content .results li:first-child .remove {
top: 0;
}
.single-product .share-hide-mobile {
display: none;
}
.in-stock.in-stoc-furnizor {
border-color: #FFA01D !important;
color: #FFA01D !important;
}
.in-stock.in-stoc-furnizor:before {
background: #FFA01D !important;
}
.single-product .owl-dots {
display: none !important;
text-align: center;
}
.single-product .owl-dots .owl-dot {
display: inline-block;
zoom: 1;
}
.single-product .owl-dots .owl-dot span {
width: 10px;
height: 10px;
margin: 5px 7px;
background: #D6D6D6;
display: block;
-webkit-backface-visibility: visible;
transition: opacity .2s ease;
border-radius: 30px;
}
.single-product .owl-dots .owl-dot.active span {
background: #FFA01D;
}
.single-product .revenire-in-stoc p {
color: #E72C23;
}
.toggle_chat {
clear: both;
padding-top: 15px;
}
.toggle_chat a {
color: #a6a6a6;
}
.single-product .product-zone .help-chat strong a {
color: #515B69 !important;
}
footer .help-chat strong a {
color: #515b69 !important;
}
@media (min-width: 1024px) {
.single-product .ppm-simple .product-phone-mobile {
display: none;
}
}
.single-product .ppm-simple {
text-align: center;
}
@media (max-width: 767px) {
.home .tabs-slides,
.home .tabs-slides .tab {
display: block;
}
.home-tabs .tabs {
display: none;
}
.home-tabs .tabs-slide {
display: none !important;
}
.home .tabs-slides .tab {
display: none;
}
.home .tabs-slides.owl-loaded .tab {
display: block;
}
.home .tabs-slides .tab:fist-child {
display: block;
}
.home .tabs-slides .owl-next:after {
content: "\f105";
font-family: "FontAwesome";
font-size: 30px;
}
.home .tabs-slides .owl-prev:after {
content: "\f104";
font-family: "FontAwesome";
font-size: 30px;
}
.home .tabs-slides .owl-prev {
position: absolute;
top: 18%;
left: 15px;
padding: 10px 20px;
}
.home .tabs-slides .owl-next {
position: absolute;
top: 18%;
right: 15px;
padding: 10px 20px;
}
.home-logos {
padding-top: 1em;
}
}
.mini-product-tab {
display: none;
height: auto;
position: fixed;
bottom: 0;
background: white;
border: 1px solid #ededed;
z-index: 10;
padding: 1em 1.5em;
overflow: hidden;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
-ms-border-radius: 5px;
-o-border-radius: 5px;
border-radius: 5px;
-webkit-border-bottom-left-radius: 0;
-moz-border-bottom-left-radius: 0;
-ms-border-bottom-left-radius: 0;
-o-border-bottom-left-radius: 0;
border-bottom-left-radius: 0;
-webkit-border-bottom-right-radius: 0;
-moz-border-bottom-right-radius: 0;
-ms-border-bottom-right-radius: 0;
-o-border-bottom-right-radius: 0;
border-bottom-right-radius: 0;
-webkit-box-shadow: 0 -2px 7px rgba(0,0,0,0.1);
box-shadow: 0 -2px 7px rgba(0,0,0,0.1);
transition: all ease-out 0.3s;
-moz-transition: all ease-out 0.3s;
}
.mini-product-tab img {
width: 50px;
height: 50px;
}
.mini-product-tab .name a {
display: inline-block;
vertical-align: middle;
}
.mini-product-tab .name a:first-child {
margin-right: 1em;
}
.mini-product-tab .name a:first-child + a {
font-size: 1.3em;
line-height: 1.25;
width: 280px;
}
.mini-product-tab .left {
float: left;
}
.mini-product-tab .right {
float: right;
}
.mini-product-tab .price {
margin-right: 1.5em;
text-align: right;
padding-top: 6px;
}
.mini-product-tab .price span{
display: block;
margin: 0;
line-height: 1.3;
}
.mini-product-tab .price span:first-child {
font-size: 1.5em;
line-height: 1;
color: #e72c23;
}
.mini-product-tab .price span:first-child + span{
color: gray;
}
.mini-product-tab .btn {
margin-top: 5px;
}
@media (min-width: 1024px) {
.mini-product-tab {
display: block;
width: 680px;
left: 50%;
margin-left: -340px;
}
}
@media (min-width: 1485px) {
.mini-product-tab {
width: 1000px;
left: 50%;
margin-left: -500px;
}
.mini-product-tab .name a:first-child + a {
width: 550px;
}
}
.woocommerce div.product {
overflow: hidden;
}
@media (max-width: 1024px) {
.page-suport .message .message_half {
width: 100%;
float: none;
margin-bottom: 20px;
padding-left: 0 !important;
padding-right: 0 !important;
overflow: hidden;
clear: both;
}
.subcategory .item-product-btn span {
height: 40px;
line-height: 40px;
font-size: 18px;
}
.subcategory .item-product-btn span .fa {
font-size: 17px;
}
}
@media (min-width: 768px) and (max-width: 1024px) {
.subcategory .product-results li {
margin-top: 2.5em;
}
}
@media (max-width: 1023px) {
.product .zone-hero .col3 form .action-buttons button {
height: 35px;
line-height: 35px;
}
.product .zone-hero .col3 form .product-no select {
height: 35px;
line-height: 35px;
}
.product .zone-hero .col3 form .action-buttons .right button:after {
width: 35px;
height: 35px;
background: url(//www.xkids.hu/wp-content/themes/xkids/img/svg/heart.svg) no-repeat;
background-size: 35px 35px;
left: 0;
}
.single-product .share-hide-mobile {
display: block;
margin-bottom: 20px;
text-align: right;
}
#share-produs-ascuns,
#share-produs-on-desktop {
display: none !important;
}
}
@media (max-width: 767px) {
.page-suport .form-row label {
margin-bottom: 0 !important;
}
.page-suport .form-row {
margin-bottom: 1em !important;
}
#tab-comments .hide-mobile {
display: none;
}
.mini-offer { padding-bottom: 0;
padding-top: 0.8em;
margin-bottom: 10px;
} .page-template h1 {
font-size: 1.6em;
}
.mini-offer p {
font-size: 0.8em;
padding-top: 9px;
line-height: 1.3;
padding-bottom: 4px;
}
.single-product #owl-product .owl-dots {
display: block !important;
margin-top: 20px;
}
.single-product #owl-product {
margin-bottom: 0 !important;
}
.single-product .single_owl_control {
display: none !important;
}
.miscati_mouse {
display: none;
}
} .help-chat {
display: none;
max-width: 230px;
margin-top: 19px;
}
.help-chat.on-black {
display: block;
}
@media (min-width: 1024px) {
.help-chat.on-desktop {
display: block;
}
}
@media (min-width: 0px) and (max-width: 1024px) {
.help-chat.on-mobile {
display: block;
max-width: 100%;
}
}
@media (min-width: 340px) {
.help-chat.on-mobile {
max-width: 100%;
}
}
.help-chat:after {
content: ".";
display: block;
clear: both;
visibility: hidden;
line-height: 0;
height: 0;
}
.help-chat.center {
margin-right: auto;
margin-left: auto;
}
.help-chat span strong {
font-family: "he-700";
font-size: 16px;
margin-top: -4px;
}
.help-chat .left {
border: 1px solid #D3DCEB;
padding: 10px 10px 4px 22px;
position: relative;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
-ms-border-radius: 5px;
-o-border-radius: 5px;
border-radius: 5px;
}
.help-chat .left strong,
.help-chat .left span {
margin: 0;
}
.help-chat .left i,
.help-chat .right i {
color: #ffa01d;
font-size: 24px;
}
.help-chat.on-black .left i,
.help-chat.on-black .right i {
color: white;
}
.help-chat .left span,
.help-chat .right span {
font-size: 13px;
display: block;
text-align: center;
}
.help-chat .left i {
position: absolute;
top: 50%;
left: -9px;
margin-top: -14px;
padding: 5px 0;
background-color: white;
background-image: url(//www.xkids.hu/wp-content/themes/xkids/img/xk-phone.svg);
background-repeat: no-repeat;
-webkit-background-size: 17px 31px;
background-size: 17px 31px;
width: 17px;
height: 31px;
}
.help-chat .left strong {
font-family: "he-700";
margin-top: -4px;
}
.help-chat .right {
clear: right;
max-width: 100px;
}
.help-chat .right a {
display: block;
text-align: center;
}
.help-chat .right span {
margin-top: -3px;
line-height: 17px;
}
.help-chat .share {
float: left;
width: 100%;
text-align: center;
margin-top: 17px;
}
.help-chat.on-mobile .share{
display: block;
margin-bottom: 15px;
}
@media (min-width: 768px) {
.help-chat.on-mobile .share{
text-align: left;
}  
}
.share-btn {
color: #fff;
padding: 6px 21px 4px;
border-radius: 5px;
font-size: 13px;
font-family: "he-700", sans-serif;
background: #3b5999;
}
.share-btn i {
margin-right: 9px;
font-size: 11px;
}
@media (min-width: 1400px) {
.help-chat.on-white {
max-width: 310px;
}
.help-chat.on-white span strong {
font-size: 18px;
}
.help-chat.on-white .left strong {
font-size: 20px;
}
.help-chat.on-white .right span {
margin-top: 0;
}
}
.help-chat.on-black {
max-width: 270px;
}
@media (max-width: 767px) {
.help-chat.on-black {
max-width: 100%;
}
}
.help-chat.on-black span,
.help-chat.on-black strong,
.help-chat.on-black i {
color: #a6a6a6;
}
.help-chat.on-black a {
width: auto;
height: auto;
background: none;
-webkit-border-radius: 0;
-moz-border-radius: 0;
-ms-border-radius: 0;
-o-border-radius: 0;
border-radius: 0;
}
.help-chat.on-black i {
color: #999999 !important;
}
.help-chat.on-black .left {
border-color: #797979;
}
.message_half #share-produs-on-desktop-doi {
display: none;
margin-left: 0;
margin-top: 0;
}
.message_half #share-produs-on-desktop-doi .right {
float: none;
margin-left: 0;
width: 100%;
clear: none;
max-width: 100%;
}
.message_half #share-produs-on-desktop-doi .right a {
text-align: left;
}
.message_half #share-produs-on-desktop-doi .right span {
margin-top: 0;
display: inline;
color: #515B69;
font-size: 100%;
}
.message_half #share-produs-on-desktop-doi .right span strong {
font-size: 100%;
}
.message_half #share-produs-on-desktop-doi .right .fa {
vertical-align: middle;
background: transparent;
color: #515B69;
width: 24px;
} .cart-checkout .container {
position: relative;
}
.cart-checkout .ajax_overlay_q {
position: fixed;
width: 100%;
height: 100%;
left: 0;
top: 0;
background: rgba(255,255,255,0.8);
z-index: 9999;
display: none;
}
.cart-checkout .ajax_overlay_q img {
position: absolute;
left: 50%;
top: 50%;
margin-left: -32px;
margin-top: -32px;
} .cart-checkout aside {
position: relative;
min-height: 253px;
}
.cart-checkout .checkout_preloader {
text-align: center;
position: absolute;
width: 64px;
height: 64px;
top: 50%;
left: 50%;
margin-top: -32px;
margin-left: -32px;
}
.cart-checkout .append_inside {
min-height: 139px;
}
.cart-checkout&gt;.container&gt;.col-left+div {
position: static !important;
}
footer .col1 a.android-store-btn {
display: inline-block;
width: 128px;
height: 43px;
background-repeat: no-repeat !important;
border-radius: 0;
background: transparent !important;
}
footer .col1 a.apple-store-btn {
display: inline-block;
width: 128px;
height: 43px;
background-repeat: no-repeat !important;
border-radius: 0;
background: transparent !important;
}
footer .app-coming-soon p a {
display: inline;
width: auto;
height: auto;
background: transparent;
border-radius: 0;
color: #fff;
}
footer .app-coming-soon p {
color: #fff;
width: 300px;
max-width: 100%;
margin-right: 0;
margin-bottom: 15px;
}
footer .app-coming-soon img {
max-width: 100%;
}
footer .app-coming-soon ul {
opacity: 1;
}
.single-product .visible-rating em {
margin-bottom: 0;
padding-top: 0;
padding-left: 5px;
line-height: 1.55;
vertical-align: top;
font-size: 18px;
color: #515B69;
font-style: normal;
}
.single-product .visible-rating em a {
text-decoration: underline;
color: #FFA01D;
}
.single-product .visible-rating em:hover {
cursor: pointer;
}
.single-product .visible-rating strong {
margin-bottom: 15px;
font-size: 18px;
line-height: 1.55;
}
.single-product .visible-rating {
overflow: hidden;
}
.single-product .visible-rating .star-rating {
font-size: 14px;
color: #f9bf3b;
margin-top: 3px;
margin-right: 14px;
}
.single-product div.product .visible-rating .woocommerce-product-rating {
margin-bottom: 10px;
width: 300px;
}
.touch .message_half .hide-mobile {
display: none !important;
}
.touch .message_half .show-mobile {
display: inline !important;
}
.no-touch .message_half .hide-mobile {
display: inline !important;
}
.no-touch .message_half .show-mobile {
display: none !important;
}
.single-product .mobile-product-title {
display: none;
}
.single-product .m_price {
display: none;
}
.adauga_produs_simplu .fa-shopping-cart {
display: none;
}
.adauga_produs_variabil .fa-shopping-cart {
display: none;
}
.single-product .m_code_rating {
display: none;
}
.woocommerce-checkout label .star {
margin-left: 5px;
}
.woocommerce-checkout .checkout_cart {
margin-top: 20px;
margin-bottom: 20px;
}
.woocommerce-checkout .checkout_cart h4 {
line-height: 1.1;
margin-bottom: .5em;
}
.cart-quantity-spinning .blockUI.blockOverlay:before,
.cart-quantity-spinning .loader:before{
display: none !important;
}
.woocommerce-checkout .zona_livrare h2 {
margin-bottom: 0;
}
.woocommerce-checkout .form-row label {
margin-bottom: 2px !important;
}
.woocommerce-checkout .form-row {
margin-bottom: 7px !important;
}
header .basket .cart_items .holder {
max-height: 300px;
overflow-y: auto;
}
@media (max-width: 1400px) {
.help-chat .right {
max-width: 90px;
}
}
@media (min-width: 768px) and (max-width: 1024px) {
.home-hero-wrap .home-hero-control {
bottom: 20px;
}
} 
@media (max-width: 1024px) { header .basket .cart_items .holder {
max-height: 250px;
overflow-y: scroll;
}
}
@media (max-width: 1023px) {
.product .zone-hero .col3 {
position: static;
width: 49%;
float: left;
margin-bottom: 25px;
}
.product .zone-hero .col3 .control-panel {
box-shadow: none;
padding-left: 0;
padding-right: 0;
}
.product .zone-hero .col3 form .price {
position: static;
background: #fff;
color: #000;
border-radius: 0;
width: auto;
height: auto;
text-align: left;
}
.product .zone-hero .col3 form .price .full {
display: none !important;
}
.product .zone-hero .col3 form .price strong {
line-height: 30px;
}
.product .zone-hero .col3 form .action-buttons {
margin-top: 5px;
}
.product .zone-hero .col3 form .price strong {
font-size: 125%;
}
.single-product .help-chat .right {
float: left;
margin-left: 15px;
}
}
@media (min-width: 768px) and (max-width: 1023px) {
.single-product .help-chat .right {
float: right;
margin-left: 0;
}
.single-product .help-chat.on-mobile .share {
margin-bottom: 0;
}
.single-product div.product .visible-rating .woocommerce-product-rating {
margin-bottom: 0;
}
.single-product .help-chat {
margin-top: 10px;
}
.single-product .visible-rating strong {
display: none;
}
.product .zone-hero .col3 .control-panel {
margin-bottom: 25px;
padding-top: 5px;
border: none;
}
.single-product .box_optiuni ul {
margin-bottom: 15px;
}
.single-product .visible-rating {
display: none;
}
.product .zone-hero .col3 form .action-buttons .right {
display: none;
}
.product .zone-hero .col3 form .action-buttons .left {
padding-right: 0;
padding-left: 0;
}
.product .zone-hero .col3 form .action-buttons button {
height: 50px;
border-radius: 5px;
}
.product .zone-hero .col3 form .product-no select {
height: 40px;
}
.single-product .box_optiuni strong {
vertical-align: middle;
margin-right: 5px;
margin-bottom: 0;
line-height: 34px;
}
.single-product .box_optiuni ul {
margin-bottom: 0;
vertical-align: middle;
display: inline-block;
}
.single-product .galerie_produs&gt;ul {
display: none;
}
.single-product .col1 .owl-dots {
display: block !important;
margin-top: 20px;
}
.single-product .product-zone .col2 .help-chat {
display: none;
}
.product .zone-hero .col2 .colors ul li:last-child {
margin-right: 0;
}
.single-product .box_optiuni {
display: flex;
justify-content: space-between;
border-bottom: 1px solid #dfdfdf;
padding-bottom: 10px;
}
.single-product .product .product-zone {
margin-top: 0;
}
.product .zone-hero .col1 #owl-product2, .product .zone-hero .col1 .owl-product-inner {
margin-bottom: 0;
}
.product .zone-hero .col3 form .product-no {
position: static;
width: 100%;
overflow: hidden;
margin-bottom: 10px;
}
.product .zone-hero .col3 form .product-no span {
display: inline-block;
float: left;
margin-bottom: 0;
line-height: 40px;
}
.product .zone-hero .col3 form .product-no select {
width: 60px;
float: right;
}
.product .zone-hero .col2 .code {
margin-bottom: 10px;
border-bottom: 1px solid #dfdfdf;
padding-bottom: 5px;
}
.product .zone-hero .col2 .code span:first-child {
float: left;
margin-bottom: 5px;
margin-right: 0;
}
.product .zone-hero .col2 .code span:first-child + span {
float: none;
display: block;
}
.single-product .m_code_wrap {
float: left;
width: 255px;
}
.single-product .m_price {
display: block;
float: right;
text-align: right;
}
.product .zone-hero .col3 form .price {
display: none;
}
.product .zone-hero .col2 {
margin-bottom: 5px;
}
.single-product .m_price .cut {
text-decoration: line-through;
font-size: 19px;
}
.single-product .m_price .bold {
font-size: 21px;
font-family: "he-700";
}
.adauga_produs_simplu .fa-shopping-cart {
display: inline;
margin-right: 6px;
}
.adauga_produs_variabil .fa-shopping-cart {
display: inline;
margin-right: 6px;
}
.product .zone-hero .col2 .code span:first-child {
height: 25px;
line-height: 25px;
padding: 0 5px;
font-size: 14px;
}
.single-product .m_code_rating {
display: block;
margin-left: 5px;
margin-right: 0;
height: 25px;
padding-top: 4px;
}
.single-product .m_code_rating .star-rating a {
overflow: hidden;
float: left;
top: 0;
left: 0;
position: absolute;
padding-top: 1.5em;
color: #f9bf3b;
}
.single-product .m_code_rating .star-rating {
color: #f9bf3b;
}
.single-product .m_code_rating .star-rating a:before {
content: "\53\53\53\53\53";
top: 0;
position: absolute;
left: 0;
}
.single-product .m_code_rating .woocommerce-product-rating {
line-height: 1;
width: 140px !important;
}
.product .zone-hero .col2 .code span {
float: left;
clear: both;
}
.single-product .m_code_rating em {
font-style: normal;
padding-left: 2px;
}
.single-product .m_code_rating .left {
margin-left: 5px;
}
.product .zone-hero .col2 .code span:first-child:before {
display: none;
}
.single-product .col3 .help-chat.on-mobile .share {
text-align: center;
}
.single-product .col1 .single_owl_control {
display: none !important;
}
.product .zone-hero .col1 #owl-product {
margin-bottom: 0;
}
}
@media (width: 768px) {
footer .col4 {
width: 16%;
}
footer .col2 {
width: 31%;
float: left;
}
}
@media (max-width: 767px) {
.app-coming-soon ul {
float: none;
clear: both;
display: inline-block;
}
.app-coming-soon {
text-align: center;
}
footer .app-coming-soon p {
float: none;
width: 100%;
}
footer h4 {
text-align: center;
}
.footer-social-payment {
text-align: center;
position: static;
padding: 15px 0;
}
footer .col1 ul li {
float: none;
display: inline-block;
}
footer .col1 ul {
float: none;
}
footer .help-chat.on-black .left {
width: 160px;
float: none;
display: inline-block;
}
footer .help-chat.on-black .right {
width: 100px;
float: none;
display: inline-block;
margin-left: 20px;
}
footer .help-chat.on-black {
text-align: center;
}
footer .col2 li,
footer .col4 li {
text-align: center;
}
.footer-social-payment {
margin-top: 0;
}
.single-product .help-chat .right {
float: right;
margin-left: 0;
}
.product .zone-hero .col3 {
width: 100%;
float: none;
}
.single-product .help-chat.on-mobile .share {
margin-bottom: 0;
}
.single-product div.product .visible-rating .woocommerce-product-rating {
margin-bottom: 0;
}
.single-product .help-chat {
margin-top: 10px;
}
.single-product .product-zone .col2 .description {
display: none;
}
.single-product .visible-rating strong {
display: none;
}
.product .zone-hero .col3 .control-panel {
margin-bottom: 25px;
padding-top: 5px;
}
.single-product .box_optiuni ul {
margin-bottom: 15px;
}
.single-product .visible-rating {
display: none;
}
.product .zone-hero .col3 form .action-buttons .right { position: relative;
top: inherit;
right: inherit;
text-align: center;
margin: .5em 0 0;
}
.product .zone-hero .col3 form .action-buttons .left {
padding-right: 0;
padding-left: 0;
}
.product .zone-hero .col3 form .action-buttons button {
height: 50px;
border-radius: 5px;
}
.product .zone-hero .col3 form .product-no select {
height: 40px;
}
.single-product .box_optiuni strong {
vertical-align: middle;
margin-right: 5px;
margin-bottom: 0;
line-height: 34px;
}
.single-product .box_optiuni ul {
margin-bottom: 0;
vertical-align: middle;
display: inline-block;
}
.single-product .galerie_produs&gt;ul {
display: none;
}
.single-product .col1 .owl-dots {
display: block !important;
margin-top: 20px;
}
.single-product .product-zone .col2 .help-chat {
display: none;
}
.product .zone-hero .col2 .colors ul li:last-child {
margin-right: 0;
}
.single-product .box_optiuni {
display: flex;
justify-content: space-between;
border-bottom: 1px solid #dfdfdf;
padding-bottom: 10px;
}
.single-product h1 {
display: none;
}
.single-product .product .product-zone {
margin-top: 0;
}
.single-product .mobile-product-title {
display: block;
border-top: 1px solid #dfdfdf;
border-bottom: 1px solid #dfdfdf;
padding: 7px 0 4px;
text-align: center;
}
.product .zone-hero .col1 #owl-product2, .product .zone-hero .col1 .owl-product-inner {
margin-bottom: 0;
}
.product .zone-hero .col3 form .product-no {
position: static;
width: 100%;
overflow: hidden;
margin-bottom: 10px;
}
.product .zone-hero .col3 form .product-no span {
display: inline-block;
float: left;
margin-bottom: 0;
line-height: 40px;
}
.product .zone-hero .col3 form .product-no select {
width: 60px;
float: right;
}
.product .zone-hero .col2 .code {
margin-bottom: 10px;
border-bottom: 1px solid #dfdfdf;
padding-bottom: 5px;
}
.product .zone-hero .col2 .code span:first-child {
float: left;
margin-bottom: 5px;
margin-right: 0;
}
.product .zone-hero .col2 .code span:first-child + span {
float: none;
display: block;
}
.single-product .m_code_wrap {
float: left;
width: 190px;
}
.single-product .m_price {
display: block;
float: right;
text-align: right;
}
.product .zone-hero .col3 form .price {
display: none;
}
.product .zone-hero .col2 {
margin-bottom: 5px;
}
.single-product .m_price .cut {
text-decoration: line-through;
font-size: 19px;
}
.single-product .m_price .bold {
font-size: 21px;
font-family: "he-700";
}
.adauga_produs_simplu .fa-shopping-cart {
display: inline;
margin-right: 6px;
}
.adauga_produs_variabil .fa-shopping-cart {
display: inline;
margin-right: 6px;
}
.product .zone-hero .col2 .code span:first-child {
height: 25px;
line-height: 25px;
padding: 0 5px;
font-size: 14px;
}
.single-product .m_code_rating {
display: block;
margin-left: 5px;
margin-right: 0;
height: 25px;
padding-top: 4px;
}
.single-product .m_code_rating .star-rating a {
overflow: hidden;
float: left;
top: 0;
left: 0;
position: absolute;
padding-top: 1.5em;
color: #f9bf3b;
}
.single-product .m_code_rating .star-rating {
color: #f9bf3b;
}
.single-product .m_code_rating .star-rating a:before {
content: "\53\53\53\53\53";
top: 0;
position: absolute;
left: 0;
}
.single-product .m_code_rating .woocommerce-product-rating {
line-height: 1;
width: 140px !important;
}
.product .zone-hero .col2 .code span {
float: left;
clear: both;
}
.single-product .m_code_rating em {
font-style: normal;
padding-left: 2px;
}
.single-product .m_code_rating .left {
margin-left: 5px;
}
.product .zone-hero .col2 .code span:first-child:before {
display: none;
}
.cont_parola_creare .half:last-child {
margin-top: .75em !important;
}
.cont_parola_creare .half input {
width: 100%;
}
.woocommerce-checkout .col-left input[type="text"],
.woocommerce-checkout .col-left input[type="email"],
.woocommerce-checkout .col-left input[type="number"],
.woocommerce-checkout .col-left input[type="tel"],
.woocommerce-checkout .col-left input[type="password"],
.woocommerce-checkout .col-left select {
height: 40px;
line-height: 40px;
} }
.cases-wrap {
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-flex-flow: row wrap;
flex
justify-content: space-between;
margin-left: -3em;
overflow: hidden;
font-family: "he-400", Arial, Helvetica, sans-serif;
font-size: 1em;
color: #1a1a1a;
line-height: 1.35;
}
.cases-wrap table {
font-size: 88%;
width: 100%;
}
.cases-wrap td {
vertical-align: top;
padding: .5em;
border: 1px solid #dcdcdc;
}
.cases-wrap strong {
font-family: "he-700";
display: inline-block;
line-height: 1.25;
}
.cases-wrap a {
display: block;
margin-bottom: 1em;
width: 100%;
background: #f1f1f1;
cursor: default;
}
.cases-wrap img {
max-width: 100%;
display: block;
}
.cases-wrap small {
display: block;
font-size: 83%;
color: #a2a2a2;
font-family: "he-400";
}
.cases-wrap p {
margin: 0 0 .75em;
}
.cases-wrap h2 {
font-size: 2em;
font-family: "he-300";
margin: .25em 0 .15em;
line-height: 1.2;
text-transform: capitalize;
}
.cases .col {
width: 100%;
padding-left: 3em;
float: left;
margin: .75em 0;
}
.case {
-webkit-box-flex: 1;
-moz-box-flex: 1;
-webkit-flex: 1;
-ms-flex: 1;
flex: 1;
}
.case:before,
.case:after {
content: "";
visibility: hidden;
height: 0;
display: table;
}
.case:after {
clear: both;
}
.cases-wrap .with-color {
background: #f1f1f1;
}
.cases-wrap .left,
.cases-wrap .right {
float: none;
width: 100%;
}
@media screen and (min-width: 640px) {
.cases .col {
width: 50%;
}
.cases-wrap .left {
float: left;
width: 33.33%;
}
.cases-wrap .right {
float: right;
width: 66.66%;
padding-left: 1.5em;
}
} @media screen and (max-width: 768px) {
.page-template {
padding-top: .6em;
}
.page-template-homepage {
padding-top: 0;
}
}
.subcategory .thumbs-culoare {
text-align: center; height: 49px;
display: none;
}
.subcategory .thumbs-culoare&gt;span {
width: 20px;
height: 20px;
display: inline-block;
margin-right: 6px;
border: 1px solid #000;
margin-top: 12px;
margin-bottom: 11px;
}
.subcategory .thumbs-culoare&gt;span span {
display: block;
width: 100%;
height: 100%;
}
.subcategory .thumbs-culoare span[data-color="img_alb"] .inner {
background-image: url(//www.xkids.hu/wp-content/themes/xkids/img/svg/alb-g.svg);
-webkit-background-size: cover;
background-size: cover;
}
.subcategory .thumbs-culoare span[data-color="img_negru"] .inner {
background-image: url(//www.xkids.hu/wp-content/themes/xkids/img/svg/negru-g.svg);
-webkit-background-size: cover;
background-size: cover;
}
.subcategory .thumbs-culoare span[data-color="img_gri"] .inner {
background-image: url(//www.xkids.hu/wp-content/themes/xkids/img/svg/gri-g.svg);
-webkit-background-size: cover;
background-size: cover;
}
.subcategory .thumbs-culoare span[data-color="img_auriu"] .inner {
background-image: url(//www.xkids.hu/wp-content/themes/xkids/img/svg/auriu-g.svg);
-webkit-background-size: cover;
background-size: cover;
}
.subcategory .thumbs-culoare&gt;span:hover {
cursor: pointer;
}
.subcategory .thumbs-culoare&gt;span:last-child {
margin-right: 0;
} *:focus {
outline: none;
}
.comanda_peste strong {
font-family: "he-700" !important;
}
.comanda_peste .fa {
margin-right: 1px;
position: relative;
top: -2px;
}
.home-logos a {
width: auto !important;
height: auto !important;
background-size: auto !important;
display: block;
}
.home-logos ul {
background: transparent;
display: block;
padding-bottom: 3em;
padding-top: 0.9em;
}
.home-logos ul li {
float: none;
display: inline-block;
width: 150px;
margin: 0 0 0 4.5em;
}
.home-logos ul li:nth-child(2) {
width: 170px;
}
.home-logos h2 {
margin-bottom: 0.25em;
font-size: 2em;
}
.home-logos img {
max-width: 100%;
height: auto;
}
.home-hero .slide .alternate {
display: none;
}
.single-product .disponibil-de-la {
display: none;
margin-bottom: 0;
color: #ff0000;
}
.single-product .disponibil-de-la.show {
display: block;
}
.woocommerce-checkout .continue-shopping-mobile {
display: none;
}
.woocommerce-checkout .continue-shopping-mobile a {
color: #777;
}
@media (min-width: 769px) {
.no-touch .home-hero .has-alternate:hover .alternate {
display: block;
}
.no-touch .home-hero .has-alternate:hover .initial {
display: none;
}
}
.home-hero .new-slide a.fundal-mobil {
display: none;
}
@media (max-width: 768px) {
.home-hero .slide a.initial {
display: none;
}
.home-hero .new-slide a.fundal-mobil {
display: block;
}
} 
@media (max-width: 767px) {
.subcategory .thumbs-culoare&gt;span {
width: 30px;
height: 30px;
margin-right: 10px;
}
.home-logos img {
max-width: 200px;
}
.stories-title h2 {
font-size: 1.8em;
}
.home-logos h2 {
font-size: 1.8em;
}
.home-hero-wrap .home-hero-control {
display: none;
}
.woocommerce-checkout .tva-inclus {
padding-top: 10px !important;
}
.single-product .box_optiuni li.active {
box-shadow: none;
}
}
@media (max-width: 499px) {
.woocommerce-checkout .continue-shopping-mobile {
display: block;
float: right;
padding-top: 3px;
}
.woocommerce-checkout .continua_cumparaturile {
display: none;
}
.woocommerce-checkout .zona_livrare h2 {
float: left;
}
.checkout-section.zona_livrare .white {
clear: both;
} 
.client_existent {
clear: both;
}
}
@media (max-width: 400px) {
.woocommerce-checkout .continue-shopping-mobile a {
font-size: 15px;
}
.woocommerce-checkout .zona_livrare h2 {
font-size: 1.4em;
}
}
@media (max-width: 360px) {
.stories-title h2 {
font-size: 1.7em;
}
.home-logos h2 {
font-size: 1.7em;
}
}
@media (max-width: 320px) {
.stories-title h2 {
font-size: 1.6em;
}
.home-logos h2 {
font-size: 1.6em;
}
.cart-checkout&gt;.container {
padding-left: 5px;
padding-right: 5px;
}
.woocommerce-checkout .zona_livrare h2 {
font-size: 1.27em;
}
.woocommerce-checkout .continue-shopping-mobile {
padding-top: 1px;
}
.single-product .box_optiuni ul {
width: 230px !important;
}
.product .zone-hero .col2 .colors ul li {
margin: 0 13px 0 0;
}
.single-product .box_optiuni strong {
line-height: 1.3;
}
}
.single-product .galerie_produs .product-pic {
display: none !important;
}
.single-product .galerie_produs .product-pic:first-child {
display: table !important;
}
.single-product .galerie_produs .owl-carousel.owl-loaded .product-pic {
display: table !important;
} .overlay-home {
z-index: 999;
background: rgba(0,0,0,.7);
display: block;
}
.ne-mutam:hover {
cursor: pointer;
}
.ne-mutam.popup {
background: #1a1a1a url(//www.xkids.hu/wp-content/themes/xkids/img/mutare/popup-back.jpg) no-repeat center;
background-size: cover;
}
.ne-mutam.horizontal.big {
background: #1a1a1a url(//www.xkids.hu/wp-content/themes/xkids/img/mutare/big-back.jpg) no-repeat center;
background-size: cover;
}
.ne-mutam.horizontal.small {
background: #1a1a1a url(//www.xkids.hu/wp-content/themes/xkids/img/mutare/small-back.jpg) no-repeat center;
background-size: cover;
}
.ne-mutam {
background: #1a1a1a;
color: white;
}
.ne-mutam.horizontal {
margin-bottom: 1em;
}
.ne-mutam.popup {
max-width: 50em;
}
.ne-mutam img {
display: none;
}
.ne-mutam .intro {
display: block;
font-family: "he-600";
font-size: 90%;
color: #E72C23;
margin-bottom: .25em;
}
.ne-mutam small {
color: white;
font-size: .7em;
margin-top: 5px;
text-align: center; clear: both;
}
.ne-mutam small strong {
margin: 0;
}
.ne-mutam p {
line-height: 1.1;
margin-bottom: 1.4em;
}
.ne-mutam p strong {
color: white;
font-family: "he-700";
}
.ne-mutam .space-between {
padding: .85em;
position: relative;
}
.ne-mutam .space-between:after {
content: " ";
display: block;
clear: both;
visibility: hidden;
height: 0;
}
.ne-mutam .discount-code {
display: inline-block;
line-height: 1.1;
font-size: 130%;
margin-bottom: 0;
float: left;
}
.ne-mutam .discount-code strong,
.ne-mutam .discount-value strong {
color: #E72C23;
font-family: "he-700";
font-size: 150%;
line-height: 0;
}
.ne-mutam .discount-value {
display: block;
text-align: center;
width: 240px;
height: 160px;
margin: 0;
background: url(//www.xkids.hu/wp-content/themes/xkids/img/mutare/bibiu.svg) no-repeat center;
line-height: 1;
float: left; margin-left: 60px;
}
.ne-mutam .discount-value .inner-value {
background: #e72c23;
display: block;
border-radius: 50%;
font-size: 22px;
height: 100px;
width: 100px;
float: right;
padding-top: 10px;
margin-top: -35px;
margin-right: -35px;
}
.ne-mutam .discount-value strong {
font-family: "he-700";
font-size: 220%;
color: white;
line-height: 1;
}
.ne-mutam .discount-wrapper:after {
content: " ";
display: block;
clear: both;
visibility: hidden;
height: 0;
}
.ne-mutam .table {
display: table;
width: 100%;
height: 100%;
}
.ne-mutam .table-cell {
width: inherit;
height: inherit;
display: table-cell;
vertical-align: middle;
}
.ne-mutam .intro {
font-family: "he-700";
}
.ne-mutam .img-small {
display: block;
width: 60px;
height: 60px;
position: absolute;
top: 0;
right: 0;
}
.ne-mutam .img-small:nth-of-type(1) {
right: 10%;
top: -30px;
}
.ne-mutam .img-small:nth-of-type(2) {
top: inherit;
right: -20px;
bottom: 0;
}
.ne-mutam .badge {
display: block;
width: 135px;
height: 135px;
position: absolute;
bottom: 0;
left: 1em;
}
.ne-mutam.popup .badge {
width: 90px;
height: 90px;
}
.ne-mutam.horizontal.big .badge {
width: 90px;
height: 90px;
}
.ne-mutam.horizontal.small .badge {
width: 90px;
height: 90px;
}
.ne-mutam.popup .img-small:nth-of-type(1) {
display: none;
}
.ne-mutam .close img {
display: inline-block;
width: 2em;
height: 2em;
position: absolute;
top: -3em;
right: 0;
}
.ne-mutam .mobile-discount {
color: white !important;
font-size: 100% !important;
line-height: inherit !important;
display: inline;
}
.ne-mutam.popup .discount-value,
.ne-mutam.popup .badge,
.ne-mutam.popup .img-small:nth-of-type(2),
.ne-mutam.horizontal .discount-value,
.ne-mutam.horizontal .badge,
.ne-mutam.horizontal .img-small:nth-of-type(2),
.ne-mutam.horizontal .img-small:nth-of-type(1) {
display: none;
}
.ne-mutam.popup {
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
-ms-border-radius: 2px;
-o-border-radius: 2px;
border-radius: 2px;
}
.home .home-logos {
padding-top: 0;
}
.tax-product_cat .home-logos {
padding-top: 70px;
}
.woocommerce-order-received .content,
.woocommerce-checkout .content {
padding-bottom: 58px;
} .woocommerce-checkout .tva-inclus {
font-size: 16px !important;
font-family: 'he-400', sans-serif !important;
font-weight: 400 !important;
display: block !important;
float: left !important;
margin: 0 0 0 5px !important;
padding-top: 18px;
}
.single-product .tva-inclus {
font-size: 16px !important;
display: inline-block !important;
margin-left: 5px !important;
} @media screen and (min-width: 40em) {
.ne-mutam .img-small:nth-of-type(1) {
right: 60%;
}
.ne-mutam.popup {
margin: 0 auto;
}
.ne-mutam.popup p {
margin-bottom: 4em;
}
.ne-mutam p {
margin-bottom: 2em;
font-size: 120%;
line-height: 1;
}
.ne-mutam .discount-value {
margin-top: -3.5em;
}
.ne-mutam .discount-wrapper {
width: 30em; margin-bottom: 1em;
}
.ne-mutam.popup .space-between {
padding: 2.2em;
}
.ne-mutam.horizontal.big .space-between {
padding-left: 1em;
}
.ne-mutam.horizontal.big .intro {
margin-top: .8em;
}
.ne-mutam.popup .discount-value {
margin-right: -2.2em;
}
.ne-mutam.popup .badge {
left: 2.2em;
}
.ne-mutam.popup .img-small:nth-of-type(1) {
display: block;
}
.ne-mutam.popup .discount-value,
.ne-mutam.popup .badge,
.ne-mutam .img-small:nth-of-type(2),
.ne-mutam.horizontal .discount-value,
.ne-mutam.horizontal .badge,
.ne-mutam.horizontal .img-small:nth-of-type(2),
.ne-mutam.horizontal .img-small:nth-of-type(1) {
display: block;
}
.ne-mutam .mobile-discount {
display: none;
}
.ne-mutam.popup .img-small:nth-of-type(2) {
display: block;
right: -20px;
}
}
@media screen and (min-width: 48em) {
.ne-mutam.popup p {
font-size: 140%;
line-height: 1.1;
}
.ne-mutam.popup .badge {
width: 180px;
height: 180px;
bottom: 1em;
}
.ne-mutam.horizontal.big .badge,
.ne-mutam.horizontal.small .badge {
width: 150px;
height: 150px;
}
}
@media screen and (min-width: 60em) {
.ne-mutam.horizontal p {
width: 50%;
float: left;
margin-bottom: 0;
}
.ne-mutam.horizontal .discount-wrapper {
width: 40%;
margin-bottom: 0;
}
.ne-mutam.horizontal.small .discount-wrapper {
width: 40%;
margin-bottom: 0;
margin-top: -1em;
}
.ne-mutam.horizontal.small p {
font-size: 110%;
width: 60%;
clear: both;
}
.ne-mutam.horizontal.small .space-between {
padding-left: 1em;
}
.ne-mutam.horizontal.small .intro {
float: left;
display: block;
margin-top: 1em;
}
.ne-mutam.horizontal .discount-code {
float: left;
text-align: right;
font-size: 120%;
margin-right: 8em;
}
.ne-mutam.horizontal.small .discount-code {
font-size: 100%;
margin-right: 10em;
padding-top: .9em;
}
.ne-mutam.horizontal .discount-value {
height: 80px;
margin-top: -6.2em;
}
.ne-mutam.horizontal.small .discount-value {
margin-top: -5.5em;
height: 100px;
}
.ne-mutam.horizontal .space-between {
padding: 0;
}
.ne-mutam.popup p {
width: auto;
float: none;
}
.ne-mutam.popup .discount-wrapper {
width: auto;
}
.ne-mutam.horizontal.big .intro {
float: left;
}
.ne-mutam.horizontal.big p {
clear: both;
width: 55%;
font-size: 120%;
margin-top: .25em;
}
.ne-mutam.horizontal.big .discount-value {
height: 100px;
margin-top: -5.8em;
}
.ne-mutam.horizontal.big .discount-wrapper {
width: 25em;
}
.ne-mutam.horizontal.big .discount-code {
margin-right: 9em;
font-size: 110%;
}
.ne-mutam .img-small:nth-of-type(2) {
right: 35%;
}
.ne-mutam .discount-value {
margin-right: 0;
}
.ne-mutam.horizontal.big .badge {
display: none;
}
.ne-mutam.horizontal.small .badge {
display: none;
}
.ne-mutam.horizontal.small .discount-value,
.ne-mutam.horizontal.big .discount-value {
background: url(//www.xkids.hu/wp-content/themes/xkids/img/mutare/red-spot-desktop.svg) no-repeat center;
background-size: 150px 100px;
}
.ne-mutam.horizontal.small .img-small:nth-of-type(2) {
bottom: -25px;
right: -20px;
}
}
@media screen and (min-width: 75em) {
.ne-mutam.horizontal.big .space-between {
padding-left: 10em;
}
.ne-mutam.horizontal.big .badge {
display: block;
width: 90px;
height: 90px;
left: 2em;
}
}
@media (max-width: 320px) {
.ne-mutam .close img {
width: 12px;
top: 0px;
right: 9px;
}
} .popup-vara {
position: fixed;
right: 45px;
bottom: 45px;
width: 300px;
max-width: 100%;
z-index: 100000000000;
background-color: white;
border-radius: 5px;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
display: none;
overflow: hidden;
}
.popup-vara .pv-close {
width: 15px;
height: 15px;
position: absolute;
top: 20px;
right: 20px;
max-width: 100%;
display: block;
}
.popup-vara .show-mobile {
display: none;
}
@media (max-width: 767px) {
.popup-vara .show-mobile {
display: block;
}
.popup-vara .hide-mobile {
display: none;
}
}
.popup-vara .pv-close img {
display: block;
vertical-align: top;
}
.popup-vara .img {
height: 200px;
-webkit-background-size: cover;
background-size: cover;
padding: 72px 45px 30px 25px;
background-color: #6a544c;
background-blend-mode: hard-light;
}
.popup-vara .img .pv-title {
width: 172px;
height: 17px;
background-color: #e72c23;
font-size: 13px;
line-height: 20px;
text-transform: uppercase;
text-align: center;
margin-bottom: 15px;
color: #fff;
max-width: 100%;
}
.popup-vara .img p {
color: white;
margin: 0;
font-size: 34px;
font-family: he-200;
line-height: 1;
width: auto;
max-width: none;
}
.popup-vara .pv-white {
padding: 25px 20px 22px 25px;
background: #fff;
}
.popup-vara .pv-white&gt;p {
font-size: 22px;
line-height: 26px;
color: #444;
margin-bottom: 20px;
}
.popup-vara .pv-white&gt;p span {
color: #e72c23;
font-weight: 500;
}
.popup-vara .pv-meta {
border-top: 1px solid #e5e5e5;
padding-top: 15px;
overflow: hidden;
}
.popup-vara .pvm-left {
float: left;
width: 48%;
}
.popup-vara .pvm-right {
float: right;
width: 48%;
}
.popup-vara .pvm-img {
float: left;
width: 30%;
padding-right: 8%;
}
.popup-vara .pv-meta p {
width: 70%;
float: right;
margin: 0;
font-size: 15px;
}
.popup-vara-modificat {
border: 2px solid #e1e1e1;
box-shadow: none;
overflow: visible;
}
.popup-vara-modificat .img {
height: auto;
padding: 0;
}
.popup-vara-modificat .img img {
width: 100%;
}
.popup-vara-modificat .pv-close {
width: 100%;
height: auto;
position: absolute;
top: -25px;
right: -25px;
z-index: 2;
overflow: hidden;
padding: 10px 10px 6px 20px;
text-transform: uppercase;
}
.popup-vara-modificat .pv-close:hover {
cursor: default;
}
.popup-vara-modificat .pv-close .fa {
float: right;
color: #777;
margin-top: 2px;
margin-right: 3px;
background: #fff;
padding: 2px;
opacity: 1;
border-radius: 50%;
width: 28px;
height: 28px;
text-align: center;
line-height: 23px;
font-size: 17px;
box-shadow: 0 0 10px #aaa;
}
.popup-vara-modificat .pv-close .fa:hover {
cursor: pointer;
}
.popup-vara-modificat .pv-close span {
float: left;
line-height: 1.2;
letter-spacing: 1px;
}
.popup-vara-modificat h1 {
font-size: 28px;
text-transform: uppercase;
font-family: he-400;
color: #E72C23;
letter-spacing: 1px;
margin: 0;
}
.popup-vara-modificat .pv-bottom {
border-top: 1px solid #ccc;
background: #ededed;
padding: 15px 20px;
text-transform: uppercase;
letter-spacing: 1px;
}
.popup-vara-modificat .pv-white {
padding: 20px 25px 10px 25px;
text-align: center;
}
.popup-vara-modificat .pv-white&gt;p {
font-size: 18px;
line-height: 26px;
color: #444;
margin-bottom: 5px;
max-width: 240px;
margin: 0 auto 10px auto;
}
.popup-vara-modificat .pv-bottom .fa {
margin-right: 5px;
color: #3f2c80;
}
.popup-vara-modificat .a-fost {
display: none;
font-size: 12px;
margin-bottom: 0;
margin-top: 0;
letter-spacing: 0;
}
.popup-vara-modificat .a-fost a {
color: #ffa01d;
}
.popup-vara-modificat .pv-bottom .btn {
background: #ffa01d;
color: white;
display: block;
height: 30px;
line-height: 34px;
transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-webkit-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
border-radius: 5px;
text-align: center;
}
.popup-vara-modificat .pv-bottom .btn .fa {
color: #fff;
}
@media (max-width: 767px) {
.popup-vara { width: 90%;
right: 5%;  }
.popup-vara .pv-white&gt;p {
font-size: 20px;
margin: 0 auto 0 auto;
}
.popup-vara-modificat {
bottom: 10px;
}
.popup-vara-modificat h1 {
margin-bottom: .35em;
}
}
@media (max-width: 360px) {
.popup-vara .img p {
font-size: 32px;
}
.popup-vara-modificat .pv-bottom {
padding: 15px 18px;
}
}
@media (max-width: 320px) {
.popup-vara .img p {
font-size: 28px;
}
} .product .zone-tabs #tab-description li:last-child span {
padding-left: 21px;
display: inline-block;
}
.product .zone-tabs #tab-description a {
color: #3ca1ea;
}
.product .zone-tabs .tab .tutorial .inner-tutorial {
overflow: hidden;
max-width: 940px;
margin: 0 auto;
}
.product .zone-tabs .tab .tutorial .inner-tutorial .left .table-cell {
padding-left: 0;
}
.product .zone-tabs .tab .tutorial .inner-tutorial .right p {
position: relative;
padding-bottom: 56.25%; padding-top: 25px;
height: 0;
}
.product .zone-tabs .tab .tutorial .inner-tutorial .right p iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.page-template-page_becuri_dimabile .cases-wrap .col a:hover {
text-decoration: underline;
cursor: pointer;
}
.page-template-page_becuri_dimabile .cases-wrap .col a {
margin: 0 !important;
word-wrap: break-word;
text-align: left;
}
.page-template-page_becuri_dimabile .cases-wrap .col a img {
max-height: 200px;
width: auto;
display: inline-block;
}
.page-template-page_becuri_dimabile .cases-wrap .col .left a {
text-align: center;
display: block;
background: #fff;
}
.page-template-page_becuri_dimabile .cases-wrap .right img {
display: inline-block;
max-height: 15px;
}
.page-template-page_becuri_dimabile .cases-wrap .col:first-child .right img,
.page-template-page_becuri_dimabile .cases-wrap .col:nth-child(2) .right img {
max-height: 25px;
}
.page-template-page_becuri_dimabile .cases-wrap h2 {
font-size: 1.9em;
}
.product-results&gt;ul&gt;li.broadlink {
display: none;
}
.term-112, .term-10, .term-7 {
display: none;
} .new-filter .disabled {
opacity: 0.4;
}
.tax-product_cat .new-filter {
position: relative;
}
.tax-product_cat .new-filter .new-filter-overlay {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 1;
display: none;
}
.tax-product_cat .new-filter h5 a {
display: none !important;
}
.subcategory aside .new-filter a.checkbox i {
display: inline-block;
background-size: auto;
margin: 0;
width: auto;
height: auto;
color: #515b69;
width: 14px;
}
.subcategory aside .new-filter input[type="checkbox"] {
display: none;
}
.subcategory .vezi-produse-filtrate {
margin-bottom: 15px;
display: none;
text-align: center;
padding-top: 25px;
}
.no-touch .subcategory .vezi-produse-filtrate {
position: fixed;
top: 50%;
left: 50%;
margin-top: -20px;
margin-left: -20px;
z-index: 0;
}
.subcategory .vezi-produse-filtrate .circle {
display: block;
background: #ededed;
color: #262626;
width: 40px;
height: 40px;
border-radius: 50%;
text-align: center;
line-height: 45px;
font-size: 25px;
margin: 0 auto 10px auto;
}
.subcategory .vezi-produse-filtrate .text {
display: block;
font-weight: 600;
}
.subcategory .product-results {
position: relative;
background: #fff;
z-index: 1;
}
.home-logos {
position: relative;
background: #fff;
z-index: 1;
}
footer {
position: relative;
z-index: 1;
} .new-filter .cat-all .checkbox {
display: inline;
}
.new-filter .cat-all span&gt;i {
margin-left: 9px;
}
.new-filter .cat-all span:hover {
cursor: pointer;
}
.new-filter .cat-all .inner {
display: inline;
}
.new-filter .cat-all .inner:hover,
.new-filter .cat-all .inner:focus {
color: #333;
} aside .woocommerce-checkout-review-order-table th {
white-space: nowrap !important;
font-size: 15px;
}
aside .woocommerce-checkout-review-order-table td {
font-size: 15px;
}
.subcategory .filter-cat a.active {
color: #2d2d2d;
} * {
-webkit-tap-highlight-color: rgba(0,0,0,0);
}
header .catalog-mobil {
display: none !important;
position: relative;
}
header .catalog-mobil a:after {
content: "2017";
display: block;
position: absolute;
font-size: 10px;
background: #E72C23;
border-radius: 4px;
line-height: 16px;
height: 14px;
padding: 0 4px;
color: white;
top: 10px;
right: 0px;
text-transform: uppercase;
font-weight: 600;
}
iframe[name="google_conversion_frame"] { 
height: 0 !important;
width: 0 !important; 
line-height: 0 !important; 
font-size: 0 !important;
margin-top: -13px;
float: left;
}
.proftishare_tgt_img {
display: none;
}
.review-adaugat-de {
font-size: 14px;
}
span.achizite-verificata {
color: green;
font-size: 14px;
display: block;
}
span.achizite-verificata i.fa-check-circle {
margin: 0;
display: inline;
width: auto;
height: auto;
background: none;
opacity: 1;
border-radius: 0;
}
header .beta.appended {
margin-top: 75px;
}
header .alpha.appended ul {
padding-top: 10px;
}
header .search-appended {
display: none;
}
.search-results h1,
.search-no-results h1 {
padding-top: 20px;
}
@media (max-width: 1023px) {
header .catalog-mobil {
display: block !important;
}
}
@media (max-width: 767px) {
.vezi-produse-filtrate {
display: none !important;
}
.cart-checkout .woocommerce-checkout #payment div.payment_box {
margin-top: 2px;
}
.cart-checkout .woocommerce-checkout #payment ul.payment_methods li:first-child {
margin-bottom: 15px;
}
header .search-appended {
display: block;
}
header .search-appended form {
margin-top: 0;
position: absolute;
top: 15px;
left: 0;
z-index: 3;
height: 40px;
width: 100%;
padding: 0 15px;
transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-webkit-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
opacity: 1 !important;
}
header .search-appended form input {
min-width: 100%;
padding-right: 40px;
width: 100%;
background: transparent;
border-color: white;
height: 30px;
line-height: 30px;
color: white;
}
header .search-appended form button {
background: transparent;
width: auto;
position: absolute;
top: 2px;
right: 1em;
}
header .search-appended form button:after {
content: "";
display: inline-block;
vertical-align: middle;
width: 18px;
height: 18px;
background: url(//c.case-smart.ro/wp-content/themes/case-smart/img/svg/search.svg);
background-size: 18px 18px;
}
header .wrap .alpha li.search form {
display: none !important;
} 
}
@media (max-width: 375px) {
.content-home .keywords span {
font-size: 11px;
}
} .footer-checkout {
margin-top: 10px;
min-height: 170px;
padding-top: 0;
background: #ECF0F5;
}
.footer-checkout .container {
padding-bottom: 0;
border-bottom: none;
overflow: hidden;
padding-top: 53px;
padding-right: 2em;
padding-left: 2em;
width: 1488px;
}
.footer-checkout .container&gt;p {
color: #7d7d7d;
font-family: 'he-700', sans-serif;
font-size: 16px;
margin-bottom: 32px;
}
.footer-checkout .col-five {
width: 20%;
padding-right: 5px;
padding-left: 5px;
float: left;
}
.footer-checkout .col-five:first-child {
padding-left: 0;
}
.footer-checkout .col-five:last-child {
padding-right: 0;
}
.footer-checkout .col-five .img {
width: 17%;
display: inline-block;
vertical-align: middle;
opacity: 0.65;
}
.footer-checkout .col-five .img img {
width: 46px;
height: auto;
}
.footer-checkout .col-five p {
width: 80%;
padding-left: 15px;
line-height: 1.2;
margin: 0;
display: inline-block;
vertical-align: middle;
color: #666;
}
.footer-checkout .col-five p span {
font-size: 80%;
color: #515b69;
}
.footer-checkout .col-five:last-child img {
max-width: 95%;
}
.footer-checkout .col-five strong {
color: #515b69;
margin-bottom: .25em;
}
.footer-checkout .col-five p span {
font-size: 90%;
color: #515b69;
}
.footer-checkout .date-firma {
text-align: right;
}
.footer-checkout .date-firma p {
font-size: 14px;
color: #515b69;
}
.single-post .social-share ul {
overflow: hidden;
margin: 0;
padding: 0;
margin-bottom: 22px;
} 
.single-post .social-share li {
float: left;
list-style: none;
margin-right: 4px;
}
.single-post .social-share li:before {
display: none;
}
.single-post .social-share li:last-child {
margin-right: 0;
}
.single-post .social-share li a {
width: 40px;
height: 40px;
display: block;
text-align: center;
line-height: 48px;
}
.single-post .social-share li a .fa {
color: #fff;
font-size: 20px;
}
.single-post .social-share .facebook {
background: #3460a1;
}
.single-post .social-share .instagram {
background: #ee583f;
}
.single-post .social-share .youtube {
background: #ff0000;
}
@media (max-width: 1024px) {
.footer-checkout .col-five {
width: 30%;
margin-bottom: 15px;
}
.footer-checkout .col-five:nth-child(5) {
clear: both;
}
.footer-checkout .col-five br {
display: none;
}
.footer-checkout .col-five p span {
display: block;
}
}
@media (max-width: 768px) {
.footer-checkout .container {
margin-top: 0;
}
.woocommerce-checkout .content {
padding-bottom: 0;
}
}
@media (max-width: 767px) {
.footer-checkout .col-five {
width: 50%;
float: left;
overflow: hidden;
}
.footer-checkout .col-five strong {
display: block;
}
.footer-checkout .col-five span {
display: block;
}
.checkout_page {
padding-bottom: 20px;
}
.footer-checkout {
padding-bottom: 10px;
}
.footer-checkout .col-five p {
margin-bottom: 0;
}
.footer-checkout .col-five:nth-child(5) {
clear: none;
}
.footer-checkout .date-firma {
text-align: left;
}
}
@media (max-width: 540px) {
.footer-checkout .col-five {
width: 100%;
float: none;
text-align: center;
margin-bottom: 30px;
}
.footer-checkout .col-five .img {
width: 100%;
display: block;
margin-bottom: 10px;
}
.footer-checkout .container&gt;p {
text-align: center;
}
.footer-checkout .date-firma {
text-align: center;
}
.footer-checkout .container:last-child {
padding-top: 0;
}
} .page-blog .col-left .main-title {
line-height: 1.35;
margin: .75em 0 .35em;
}
.page-blog .col-left .infobar {
margin: .75em 0 1em;
}
.page-blog .col-left .infobar li {
margin-right: 1em;
margin-left: 0;
color: #666;
}
.page-blog .col-left .infobar li:first-child {
margin-left: 0;
margin-right: 1em;
}
.page-blog .col-left .article-info .main-title {
font-size: 1.5em;
line-height: 1.3;
}
.page-blog .col-left article p,
.page-blog .col-left .article-info a span,
.page-blog .col-left .infobar li {
font-size: 115%;
line-height: 1.5;
}
.page-blog .col-left article p,
.page-blog .col-left .article-info a span {
color: #333;
}
.page-blog aside .aside-articles strong {
line-height: 1.35;
color: #333;
}
.page-blog .col-left .article-info a span {
display: block;
overflow: hidden;
}
.page-blog .col-left .article-info a span em {
float: right;
} .video-js {
width: 400px;
height: auto;
background: transparent;
max-width: 100%;
margin: 0 auto;
}
.no-touch .video-js {
height: 400px;
}
.product .zone-hero .col1 #owl-product .video-pic {
height: auto;
}
.video-js .vjs-big-play-button {
top: 50%;
left: 50%;
margin-left: -45px;
margin-top: -22px;
}
.single-product .galerie_produs .video-pic {
display: none !important;
}
.single-product .galerie_produs .owl-carousel.owl-loaded .video-pic {
display: block !important;
height: auto !important;
}
.video-js .vjs-tech {
position: relative;
}
.video-js .vjs-volume-panel {
display: none;
}
.video-js.vjs-fullscreen .vjs-volume-panel {
display: none;
}
.filtru_functie.filtru-brand {
display: flex;
flex-wrap: wrap;
}
.filtru_functie.filtru-brand li {
width: 100%;
}
.filtru_functie.filtru-brand li[data-name="Livolo"] {
order: 1;
}
.filtru_functie.filtru-brand li[data-name="BroadLink"] {
order: 2;
}
.filtru_functie.filtru-brand li[data-name="Orvibo"] {
order: 3;
}
.filtru_functie.filtru-brand li[data-name="Sonoff"] {
order: 4;
}
.filtru_functie.filtru-brand li[data-name="Fibaro"] {
order: 5;
}
.no-touch .woocommerce-checkout header {
z-index: 99999;
}
.pub_300x250 {
display: none !important;
}
.woocommerce-checkout .payment_method_euplatesc {
display: none;
}
.cart-checkout .woocommerce-checkout .payment_method_simplepay-gateway label:before {
background: url(https://case-smart.ro/wp-content/themes/case-smart/img/svg/plata-card.svg) no-repeat center;
background-size: 24px 24px;
}
.cart-checkout .woocommerce-checkout .payment_method_simplepay-gateway img {
display: none;
}
#submit_mobilpay_payment_form,
#mobilpay_payment_form a {
display: none !important;
}
.euplatesc-banner img {
height: 32px;
}
.euplatesc-banner .show-mobile {
display: none;
} #popup-in-cos {
position: fixed !important;
top: 400px !important;
z-index: 9999 !important;
left: 50% !important;
margin-left: -343px !important;
display: none; 
max-width: 650px; 
width: 100%; 
padding: 10px;
}
.popup-in-cos .row-cos {
overflow: hidden;
}
.popup-in-cos .row-cos .img {
width: 15%;
}
.popup-in-cos .row-cos .img img {
max-width: 100%;
height: auto;
}
.popup-in-cos .row-cos .title {
width: 65%;
padding-left: 20px;
font-size: 18px;
line-height: 1.33;
margin-top: 0 !important;
color: #515B69;
}
.popup-in-cos .price-holder {
float: left;
width: 20%;
}
.popup-in-cos .row-cos .price {
color: #515B69;
text-align: right;
font-size: 22px;
line-height: 1.18;
font-weight: 300;
}
.popup-in-cos .row-cos .pret-vechi {
text-decoration: line-through;
text-align: right;
font-size: 13px;
line-height: 1.15;
color: #515B69;
font-weight: 300;
}
.popup-in-cos .finalizeaza-comanda {
font-size: 1.4rem !important;
height: 30px !important;
line-height: 30px !important;
text-align: center !important;
}
.popup-in-cos .continua-wrap {
text-align: right;
margin-top: 15px;
padding-top: 20px;
background: url(//www.xkids.hu/wp-content/themes/xkids/img/xk-line.png);
background-position: top;
background-repeat: repeat-x;
}
.popup-in-cos .continua-wrap a {
margin-right: 10px;
}
.popup-in-cos .continua {
font-size: 1.4rem !important;
height: 30px !important;
line-height: 30px !important;
margin-top: 0 !important;
display: inline-block !important;
background: #2a97b7 !important;
}
[href="#popup-in-cos"] {
display: none;
}
.add-item-custom .status {
padding-top: 10px;
color: #f1462f;
}
.popup-in-cos .products-carousel-wrapper .slide-item .product-item {
padding-bottom: 15px;
}
.popup-in-cos .products-carousel-wrapper .slide-item .product-item .text-content .price-stock {
float: none;
width: 100% !important;
margin-top: 0;
}
.popup-in-cos .products-carousel-wrapper .slide-item .product-item .button {
height: 26px;
line-height: 26px;
font-size: 1.2rem;
font-weight: 400;
padding: 0;
background: transparent;
width: auto;
}
.popup-in-cos .products-carousel-wrapper .slide-item .product-item .button span {
background: #f1462f;
border-top-right-radius: 4px;
border-bottom-right-radius: 3px;
padding: 0 10px;
}
.popup-in-cos .products-carousel-wrapper .slide-item .product-item .button i {
border-bottom-left-radius: 4px;
}
.popup-in-cos .to-three-products .section-content {
padding: 0;
}
.popup-in-cos .to-three-products {
margin-bottom: 0;
margin-top: 20px;
overflow: visible;
}
.popup-in-cos .to-three-products .products-listing .product-item a.image {
height: 115px;
}
#popup-in-cos .fancybox-close-small {
width: 13px;
height: 13px;
padding: 0;
right: 35px;
top: 23px;
background-image: url(//www.xkids.hu/wp-content/themes/xkids/img/xk-close.png);
background-repeat: no-repeat;
-webkit-background-size: contain;
background-size: contain;
background-position: center center;
position: absolute;
background-color: transparent;
}
#popup-in-cos .fancybox-close-small:before {
display: none;
}
.popup-cos-adauga {
display: none !important;
}
.popup-in-cos .products-carousel-wrapper .slide-item .product-item .button {
display: none !important;
}
.popup-in-cos .products-carousel-wrapper .slide-item .product-item {
height: auto;
margin-bottom: 0;
}
.popup-in-cos .products-carousel-wrapper .slide-item .product-item .popup-cos-adauga {
display: inline-block !important;
position: static;
margin: 15px 0 0 0;
}
.popup-in-cos .buttons-wrap {
text-align: center;
}
.single-product .woocommerce-error {
display: none;
}
.woocommerce-checkout .woocommerce-error:before {
display: none;
}
.single-product .redirect-to-cart .status {
display: none;
}
#popup-in-cos .white-section {
border-radius: 5px;
overflow: hidden;
background: #fff;
margin-bottom: 40px;
}
#popup-in-cos .white-section .section-headline {
padding: 10px 45px 5px 45px;
background: #F0F5FD;
text-align: center;
font-size: 18px;
line-height: 1.44;
text-transform: uppercase;
letter-spacing: .08em;
color: #515B69;
}
#popup-in-cos .white-section .section-content {
padding: 30px 34px;
}
#popup-in-cos a.button {
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
letter-spacing: normal;
color: #515B69 !important;
padding: 0 20px;
letter-spacing: .03em;
text-align: center;
text-decoration: none;
white-space: nowrap;
font-size: 22px !important;
height: 42px !important;
line-height: 42px !important;
display: inline-block !important;
background: transparent !important;
font-weight: 400;
border: 1px solid #3F2C80;
}
#popup-in-cos .popup-content .finalizeaza-comanda {
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
display: inline-block;
color: #fff !important;
padding: 0 20px;
background-color: #FFA01D !important;
font-size: 22px !important;
letter-spacing: 0.01em;
height: 42px !important;
line-height: 42px !important;
text-align: center !important;
font-weight: 400;
margin-right: 0;
border: none;
}
.body_overlay-popup-cos {
z-index: 100;
position: fixed;
height: 100%;
width: 100%;
background: rgba(0,0,0,0.65);
left: 0;
top: 0;
display: none;
} .cos-actualizat-checkout {
display: none;
position: fixed;
background-color: #e72c23;
width: 100%;
color: #fff;
font-size: 16px;
line-height: 24px;
font-weight: 400;
letter-spacing: normal;
font-family: "avenir",Arial,Helvetica,sans-serif;
padding-top: 10px;
padding-bottom: 10px;
z-index: 1000000;
bottom: 0;
padding-left: 10px;
text-align: center;
}
.cos-actualizat-checkout .fa {
color: #fff;
font-size: 15px;
line-height: 24px;
margin-right: 10px;
}
.body_cos_fixed {
position: fixed;
width: 100%;
}
.ajax_overlay_q {
position: fixed;
width: 100%;
height: 100%;
left: 0;
top: 0;
background: rgba(255,255,255,0.8);
z-index: 9999999;
display: none;
}
.ajax_overlay_q img {
position: absolute;
left: 50%;
top: 50%;
margin-left: -32px;
margin-top: -32px;
} @media (max-width: 767px) {
.video-js .vjs-tech {
height: auto;
position: relative;
}
.video-js {
width: 100%;
height: auto;
}
.euplatesc-banner .show-mobile {
display: inline-block;
}
.euplatesc-banner .hide-mobile {
display: none;
}
.euplatesc-banner img {
height: auto;
width: auto;
}
.home-hub .img img {
margin-top: -65px;
}
.blockMsg {
width: 100% !important;
top: 0 !important;
z-index: 100000 !important;
}
#popup-in-cos {
margin-left: 0 !important;
left: 0 !important;
}
.price-holder {
float: left;
width: 25%;
padding-left: 25px;
}
.popup-in-cos .row-cos .img {
width: 15%;
}
.popup-in-cos .row-cos .title {
width: 50%;
}
#popup-in-cos a.button {
display: block !important;
margin-bottom: 15px !important;
font-size: 16px !important;
}
#popup-in-cos .popup-content .finalizeaza-comanda {
display: block !important;
margin-bottom: 0 !important;
font-size: 16px !important;
}
.popup-in-cos .row-cos .price {
width: 100%;
float: none;
text-align: center;
}
.popup-in-cos .row-cos .pret-vechi {
width: 100%;
float: none;
text-align: center;
}
#popup-in-cos .fancybox-close-small {
top: 21px;
}
#popup-in-cos .white-section .section-headline {
font-size: 88%;
}
.popup-in-cos .row-cos .title {
font-size: 100%;
margin-top: 0 !important;
}
.popup-in-cos .row-cos .pret-vechi,
.popup-in-cos .row-cos .price {
font-size: 115%;
margin-top: 0 !important;
}
#popup-in-cos {
z-index: 100000 !important;
top: 50% !important;
}
#popup-in-cos a.button {
line-height: 40px !important;
margin-right: 0;
}
#popup-in-cos .popup-content .finalizeaza-comanda {
line-height: 40px !important;
}
.cos-actualizat-checkout {
font-size: 1.4rem;
}
.popup-in-cos .price-holder {
margin-top: 0 !important;
width: 35%;
}
#popup-in-cos .white-section {
margin-bottom: 0;
}
.no-touch .video-js,
.touch .video-js {
height: auto;
}
.video-js .vjs-control-bar {
display: flex !important;
opacity: 1 !important;
}
}
@media (max-width: 489px) {
.euplatesc-banner .show-mobile {
margin-bottom: 10px;
}
.euplatesc-banner .show-mobile:last-child {
margin-bottom: 0;
}
}
@media (max-width: 360px) {
#popup-in-cos .white-section .section-headline {
font-size: 85%;
} }
@media (max-width: 320px) {
#popup-in-cos .white-section .section-headline {
font-size: 100%;
}
.popup-in-cos .row-cos .title {
font-size: 91%;
}
#popup-in-cos a.button {
font-size: 15px !important;
line-height: 41px !important;
}
#popup-in-cos .popup-content .finalizeaza-comanda {
font-size: 15px !important;
line-height: 41px !important;
}
#popup-in-cos .fancybox-close-small {
top: 31px;
}
}   .single-product .video-html {
width: 940px;
max-width: 100%;
margin: 0 auto;
}
.single-product .video-html video {
width: 100% !important;
height: auto !important;
} .mobile-filter-actions {
display: none;
}
.afiseaza-dupa-filtrare {
display: none;
}
.cate-sunt {
display: none;
}
.space-delimiter {
display: none;
} @media (max-width: 767px) {
.col-wrapper {
display: flex;
width: 100%;
flex-direction: column;
}
.col-wrapper .col-left {
order: 2;
}
.col-wrapper aside {
order: 1;
margin: 0;
border: none;
position: fixed;
z-index: 9999;
left: -100%;
width: 100%;
height: 100%;
-webkit-overflow-scrolling: touch;
transition: left 0.5s ease;
-moz-transition: left 0.5s ease;
-webkit-transition: left 0.5s ease;
-o-transition: left 0.5s ease;
padding: 13px 15px 20px 15px;
border: none;
top: 0;
background: #fff;
overflow: auto;
}
.col-wrapper aside h5 {
margin-bottom: 10px;
padding-bottom: 5px;
border-bottom: 1px solid #e6e6e6;
}
aside h5 .fa-caret-down {
display: block !important;
float: right !important;
width: auto !important;
height: auto !important;
margin: 0 !important;
padding-top: 4px;
}
aside h5 {
overflow: hidden;
}
aside h5:hover {
cursor: pointer;
}
.col-wrapper aside ul li:first-child {
margin-top: 0;
}
.col-wrapper aside.active {
left: 0;
transition: left 0.5s ease;
-moz-transition: left 0.5s ease;
-webkit-transition: left 0.5s ease;
-o-transition: left 0.5s ease;
}
.col-wrapper .filter-cat {
display: none;
}
.mobile-filter-actions {
display: table;
padding: 10px 0 10px 0;
width: 100%;
}
.mobile-filter-actions div {
padding-left: 5px;
padding-right: 5px;
display: table-cell;
vertical-align: top;
}
.mobile-filter-actions .filtreaza {
width: 50%;
}
.mobile-filter-actions .ordoneaza {
width: 50%;
}
.mobile-filter-actions .format {
width: 54px;
}
.mobile-filter-actions div a {
display: block;
border: 1px solid #d9d9d9;
border-radius: 3px;
padding: 4px 10px;
text-align: center;
}
.mobile-filter-actions .filtreaza span {
display: block;
}
.mobile-filter-actions .ordoneaza span {
display: block;
}
.mobile-filter-actions .filtreaza span:first-child,
.mobile-filter-actions .ordoneaza span:first-child {
font-family: 'he-700', sans-serif;
font-size: 13px;
}
.mobile-filter-actions .filtreaza span:last-child,
.mobile-filter-actions .ordoneaza span:last-child {
font-size: 11px;
}
.mobile-filter-actions .format a {
padding: 11px 16px;
}
.mobile-filter-actions .format span {
display: block;
height: 3px;
background: #515B69;
width: 18px;
margin-bottom: 3px;
}
.mobile-filter-actions .format span:last-child {
margin-bottom: 0;
}
.afiseaza-dupa-filtrare {
overflow: hidden;
display: block;
margin-bottom: 20px;
position: absolute;
top: 0;
right: 0;
}
.afiseaza-dupa-filtrare a {
display: block;
width: 100px;
padding-left: 0;
padding-right: 0;
text-align: center;
line-height: 44px;
float: right;
}
.afiseaza-dupa-filtrare .btn {
background: #3f2c80;
}
.mobile-filter-actions .format {
display: none;
}
.afiseaza-dupa-filtrare-footer .col-wrapper .filtru_culoare {
display: block;
}
.afiseaza-dupa-filtrare-footer aside .new-filter a {
width: auto;
padding-left: 0;
padding-right: 0;
text-align: left;
line-height: normal;
float: none;
display: inline-block;
}
.afiseaza-dupa-filtrare-footer .subcategory aside .new-filter i {
display: none;
}
.tax-product_cat .cart-checkout .ajax_overlay_q {
z-index: 999999999;
}
.col-wrapper aside .new-filter&gt;div&gt;ul.toggled {
display: block;
height: auto;
margin-bottom: 1em;
padding-bottom: 1em;
border-bottom: 1px solid #e6e6e6;
}
.col-wrapper aside .new-filter&gt;div&gt;ul.toggled li {
display: block;
}
.afiseaza-dupa-filtrare-footer .col-wrapper .filter-cat {
margin: 0;
margin-bottom: 1em;
padding-bottom: 1em;
border-bottom: 1px solid #e6e6e6;
display: block;
height: auto;
}
.afiseaza-dupa-filtrare-footer .col-wrapper .filter-cat li {
display: block;
float: none;
width: 100%;
}
.afiseaza-dupa-filtrare-footer .col-wrapper .filter-cat {
display: block;
float: none;
width: 100%;
border: none;
}
.afiseaza-dupa-filtrare-footer .col-wrapper .filter-cat .checkbox:after {
display: none;
}
.cate-sunt,
.cate-sunt-ordonare {
display: block;
line-height: 20px;
padding-bottom: 10px;
margin-bottom: 3px;
height: 20px !important;
}
.cate-sunt-ordonare {
position: relative;
top: 15px;
font-size: 1.1em;
}
.mobile-filter-actions div:first-child {
padding-left: 0;
}
.mobile-filter-actions div:last-child {
padding-right: 0;
}
.afiseaza-dupa-filtrare a {
border-radius: 3px !important;
}
.afiseaza-dupa-filtrare a:hover {
cursor: pointer !important;
}
.cate-sunt,
.cate-sunt-ordonare {
padding-bottom: 0 !important;
}
.subcategory aside .new-filter button span {
font-size: 80% !important;
}
.subcategory aside .new-filter h5 {
font-size: 1.1em !important;
}
.subcategory aside .new-filter i.fa.fa-caret-down,
aside h5 i.fa.fa-caret-down {
font-size: 14px !important;
}
.col-wrapper aside .new-filter&gt;div&gt;ul.toggled {
display: block !important;
height: auto !important;
margin-bottom: 1em !important;
padding-top: .6em !important;
padding-bottom: .3em !important;
border: none !important;
}
.afiseaza-dupa-filtrare-footer .col-wrapper .filter-cat li {
display: block !important;
float: none !important;
width: 100% !important;
padding: .45em 0 !important;
}
.afiseaza-dupa-filtrare-footer aside .new-filter-ordoneaza a {
margin-top: 0 !important;
position: relative;
top: -1px;
display: none;
}
.afiseaza-dupa-filtrare-footer .col-wrapper .filter-cat li {
display: block !important;
float: none !important;
width: 100% !important;
padding: .5em 0 !important;
border-top: 1px solid rgba(0,0,0,.1) !important;
margin: 0 !important;
}
.afiseaza-dupa-filtrare-footer .col-wrapper .filter-cat li:first-child {
border: 0 !important;
}
.col-wrapper aside&gt;h5 {
display: none;
}
.space-delimiter {
height: 1px;
display: block;
border-bottom: 1px solid #e6e6e6;
margin-bottom: 15px;
}
.subcategory aside .new-filter .reset {
margin-bottom: 7px;
}
.subcategory aside .new-filter .reset {
height: 24px;
}
.subcategory aside .new-filter-aplica .reset.hide_element {
display: block !important;
visibility: hidden;
}
.afiseaza-dupa-filtrare-footer .afiseaza-dupa-filtrare { overflow: hidden;
display: block;
margin-bottom: 20px;
position: absolute;
top: 15px;
right: 15px;
z-index: 1;
}
.subcategory aside .new-filter i.fa.fa-caret-down, aside h5 i.fa.fa-caret-down {
font-size: 20px !important;
}
.col-wrapper aside .filter-cat {
margin-bottom: 0 !important;
padding-bottom: 0 !important;
}
.col-wrapper aside {
border-bottom: 1px solid #e6e6e6;
padding-bottom: 10px;
}
.afiseaza-dupa-filtrare-footer aside {
position: fixed;
height: auto;
}
.filter-cat-replicated {
padding: 0 !important;
}
.subcategory aside .new-filter a.checkbox i {
font-size: 19px !important;
position: relative;
top: 1px;
}
.afiseaza-dupa-filtrare-footer .reset {
display: none !important;
height: 0 !important;
}
.subcategory aside .new-filter ul {
margin-bottom: 1em;
padding-bottom: 1em;
border-bottom: 1px solid #e6e6e6;
display: none;
}
.tax-product_cat aside&gt;h5,
.tax-product_cat aside&gt;.cat-all {
display: none;
}
.space-delimiter.sd-top {
margin-top: 40px;
}
.new-filter-aplica h5 {
background-image: url(//www.xkids.hu/wp-content/themes/xkids/img/fa-angle-down.png);
background-repeat: no-repeat;
background-position: 98% 28%;
background-size: 12px;
}
.new-filter-aplica h5.opened {
background-image: url(//www.xkids.hu/wp-content/themes/xkids/img/fa-angle-up.png);
background-repeat: no-repeat;
background-position: 98% 28%;
background-size: 12px;
}
} .woocommerce-checkout h4.livrare {
clear: both;
}
.woocommerce-checkout .woocommerce-additional-fields,
#cnp_field,
#cui_field,
#nume_firma_field,
#banca_field,
#iban_field,
#sediu_social_field,
#billing_country_field,
#shipping_country_field,
#order_review_heading {
display: none;
}
.woocommerce-checkout .woocommerce form .form-row {
padding: 0;
}
.woocommerce-checkout .woocommerce form .form-row label:before {
display: none;
}
#billing_first_name_field {
float: right;
}
#billing_last_name_field {
float: left;
}
#shipping_first_name_field {
float: right;
clear: none;
}
#shipping_last_name_field {
float: left;
}
.woocommerce-checkout .woocommerce form .form-row label abbr.required {
margin-left: 1px;
background: transparent;
color: #515B69;
font-family: "he-400",Helvetica,Arial,sans-serif;
font-size: 100%;
line-height: 1.5;
font-weight: normal;
border: none;
text-decoration: none;
}
.woocommerce-checkout form .form-row-first, .woocommerce-checkout form .form-row-last, .woocommerce-page form .form-row-first, .woocommerce-checkout form .form-row-last {
width: 48.5%;
}
#ship-to-different-address label:before {
display: none;
}
.woocommerce-billing-fields__field-wrapper,
.woocommerce-shipping-fields__field-wrapper {
display: block;
margin: 0 0 12px 0;
padding: 34px;
position: relative;
background: #F0F5FD;
border-radius: 5px;
border: none;
overflow: hidden;
}
.woocommerce-shipping-fields__field-wrapper {
margin-bottom: 15px;
}
.woocommerce-checkout form .form-row label {
line-height: 1.55;
font-size: 18px;
}
#billing_email_field {
width: 48.5%;
float: left;
clear: both;
}
#billing_email_field,
#billing_state_field,
#cui_field,
#shipping_state_field,
#account_password_field {
width: 48.5%;
float: left;
clear: none;
}
#billing_phone_field,
#billing_city_field,
#banca_field,
#shipping_city_field,
#confirm_password_field {
width: 48.5%;
float: right;
}
#billing_city_field, #billing_phone_field, #confirm_password_field {
clear: none;
} .woocommerce-checkout .woocommerce-checkout .form-row {
margin-bottom: 16px !important;
}
#billing_state_field {
margin-bottom: 20px !important;
}
.woocommerce-checkout form .form-row input.input-text, 
.woocommerce-checkout form .form-row textarea {
min-width: 0;
}
.woocommerce-checkout .woocommerce form .form-row:last-child {
margin-bottom: 0 !important;
}
#tip_persoana_field {
display: none;
}
.woocommerce-checkout .woocommerce-info {
display: none;
}
#cui_field {
clear: both;
} #nume_firma_field {
clear: both;
}
#billing_email_field,
#billing_phone_field,
#cui_field,
#banca_field {
margin-bottom: 0 !important;
}
#nume_firma_field {
padding-top: 16px !important;
}
.woocommerce-error {
padding: .7em .5em .5em .8em !important;
} .woocommerce form .form-row.woocommerce-invalid label {
color: #515B69;
font-family: "he-400", sans-serif;
} .woocommerce-checkout .same_shipping_p {
margin-bottom: 15px !important;
font-size: 18px !important;
font-family: he-400 !important;
}
.same_shipping_p span {
margin-left: 5px;
}
.same_shipping_p:hover,
.tip_persoana_label label:hover,
.woocommerce-checkout input[type="radio"]:hover,
.woocommerce-checkout input[type="checkbox"]:hover {
cursor: pointer !important;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
line-height: 30px !important;
}
.select2-container--default .select2-selection--single {
height: 30px !important;
border-color: #8c8c8c !important;
}
.woocommerce-checkout p.no-mb+p.no-mb {
display: none;
}
.woocommerce-checkout p.no-mb {
padding-top: 0;
margin-bottom: 0 !important;
}
.woocommerce-checkout .create-account {
padding-top: 20px !important;
margin-bottom: 10px !important;
}
.woocommerce-checkout .create-account {
clear: both;
}
.form-row.form-row-wide.create-account.woocommerce-validated {
margin-bottom: 0 !important;
}
label[for="account_password"], label[for="confirm_password"] {
padding-top: 12px;
}
.woocommerce-billing-fields h3 {
margin-bottom: 0;
margin-top: 0;
font-size: 22px;
line-height: 1.18;
}
#ship-to-different-address span {
font-size: 17px;
font-family: he-600;
}
.woocommerce-checkout h4.livrare {
margin-bottom: 5px;
}
#ship-to-different-address input {
position: relative;
top: 1px;
}
#billing_address_2_field,
#shipping_address_2_field {
display: none !important;
}  .cookie-consent {
position: fixed;
z-index: 9999999999;
width: 70%;
bottom: 0;
left: 50%;
margin-left: -35%;
background: rgba(0,0,0,0.8);
color: #fff;
padding: 5px 20px;
border-radius: 10px 10px 0px 0px;
line-height: 20px;
font-size: 14px;
overflow: hidden;
display: none;
}
.cookie-consent p {margin: 0px;}
.cookie-consent a {color: #fff; text-decoration: underline;}
.cookie-consent .btn.cookie-consent-link {
border-radius: 10px;
height: 20px;
line-height: 18px;
font-size: 14px;
float: right;
color: #fff;
text-decoration: none;
margin-left: 10px;
}
.cookie-consent br {display: none;}
.mobile-only {
display: none;
}
@media (max-width: 1024px) {
.cookie-consent {
width: 100%; left: 0;
margin-left: 0px;
border-radius: 0px;
line-height: 16px;
}
.cookie-consent .btn.cookie-consent-link {
font-size: 14px;
line-height: 23px;
height: 24px;
clear: both;
display: block;
width: 33%;
max-width: 120px;
padding: 0 1em;
text-align: center;
}
.cookie-consent br {display: block;}
}
@media (max-width: 767px) {
.cookie-consent .btn.cookie-consent-link { }
.mobile-only {
display: inline;
}
.desktop-only {
display: none;
}
}
@media (max-width: 420px) {
.cookie-consent {
font-size: 12px; }
}
.acceptance-terms label {
display: block;
font-size: 14px;
padding-left: 7px;
margin-bottom: 0px;
}
.acceptance-terms.terms-error label {
border: 1px solid #b81c23;
}
.acceptance-terms th { padding-top: 10px;
}
.acceptance-terms a {
color: #fff;
text-decoration: underline;
}
.have-margin-bottom {
margin-bottom: 10px;
display: inline-block;
} header .top-bar .search {
width: 510px;
margin: 0 auto;
overflow: hidden;
max-width: 100%;
padding-top: 8px;
}
header .top-bar .search input[type="search"] {
background: #fff;
width: 93%;
height: 34px;
float: left;
border-radius: 0;
border-top-left-radius: 4px;
border-bottom-left-radius: 4px;
color: #a7a7a7;
font-size: 16px;
line-height: 35px;
padding: 0 0 0 20px;
border: none;
font-family: he-400, sans-serif;
}
header .top-bar .search button[type="submit"] {
width: 7%;
float: left;
border-top-right-radius: 4px;
border-bottom-right-radius: 4px;
background: #ffa01d;
height: 34px;
text-align: center;
line-height: 34px;
border: none;
}
header .top-bar .search button[type="submit"] img {
width: 15px;
display: inline;
margin-top: -5px;
}
header .top-bar .basket {
position: absolute;
right: 0;
top: 8px;
}
header .top-bar .basket .phone-icon {
width: 17px;
padding-top: 1px;
margin-right: 10px;
margin-left: 23px;
display: inline-block;
height: 33px;
}
header .top-bar .basket .phone {
color: #fff;
display: inline-block;
margin-right: 35px;
font-size: 19px;
vertical-align: top;
margin-top: 1px;
}
header .top-bar .basket .phone a {
color: #fff;
}
header .top-bar .basket .vezi-oferte {
color: #fff;
height: 34px;
border: 1px solid #fff;
width: 132px;
vertical-align: top;
border-radius: 4px;
display: inline-block;
text-transform: capitalize;
text-align: center;
font-size: 19px;
line-height: 34px;
margin-right: 33px;
}
header .top-bar .basket .cart-icon {
width: 34px;
display: inline-block;
vertical-align: top;
position: relative;
}
header .top-bar .basket .cart-icon img {
width: 34px;
height: 32px;
}
header .top-bar .basket .cart-icon .count {
display: block;
width: 16px;
height: 16px;
border-radius: 50%;
background: #ffa01d;
line-height: 17px;
color: #fff;
font-size: 10px;
position: absolute;
top: 1px;
left: 5px;
text-align: center;
}
.tabs-slide .owl-prev {
display: block;
width: 34px;
height: 34px;
background-color: #ffa01d;
text-align: center;
line-height: 39px;
border-radius: 50%;
position: absolute;
left: 0;
top: 50%;
margin-top: -17px;
background-image: url(//www.xkids.hu/wp-content/themes/xkids/img/xkids/12.svg);
background-position: center;
background-repeat: no-repeat;
-webkit-background-size: 7px;
background-size: 7px;
}
.tabs-slide .owl-next {
display: block;
width: 34px;
height: 34px;
background: #ffa01d;
text-align: center;
line-height: 39px;
border-radius: 50%;
position: absolute;
right: 0;
top: 50%;
margin-top: -17px;
background-image: url(//www.xkids.hu/wp-content/themes/xkids/img/xkids/13.svg);
background-position: center;
background-repeat: no-repeat;
-webkit-background-size: 7px;
background-size: 7px;
}
.home-tabs .tab h3 {
font-size: 30px;
line-height: 1.2;
color: #515b69;
}
.tab-info .btn {
display: inline-block;
width: auto;
height: 42px;
background: #ffa01d;
border-radius: 4px;
line-height: 42px;
text-align: center;
color: #fff;
font-size: 22px;
}
.tab-info .btn:hover {
background: #ffa01d !important;
}
.tab-info .btn:after {
display: none;
}
.home-tabs {
margin-bottom: 38px;
}
.home .features {
padding-top: 70px;
margin-bottom: 46px;
}
.home .features .circles {
width: 1164px;
margin: 0 auto;
max-width: 100%;
}
.home .features .circles li { width: 314px;
margin-right: 111px;
float: left;
margin-bottom: 34px;
}
.home .features .circles li:nth-child(3n+1) {
clear: both;
}
.home .features .circles li:nth-child(3n) {
margin-right: 0;
}
.home .features .circles li .title {
margin-bottom: 27px;
overflow: hidden;
}
.home .features .circles li .new {
margin-top: -19px;
}
.home .features .circles li .title img {
margin-right: 29px;
float: left;
}
.home .features .circles li .title span {
font-size: 36px;
color: #515b69;
line-height: 36px;
float: left;
margin-bottom: 0;
}
.home .features .circles li p {
font-size: 18px;
line-height: 26px;
color: #515b69;
clear: both;
}
.home .app {
position: relative;
}
.home .app .background {
position: absolute;
bottom: 0;
left: 0;
width: 100%;
background: #e6ecf2;
height: 716px;
z-index: 1;
}
.home .app .background .triangle {
width: 0;
height: 0;
border-style: solid;
border-color: transparent transparent transparent #e6ecf2;
background: #fff;
}
.home .app .container {
position: relative;
z-index: 2;
}
.home .app h2 {
text-align: center;
font-size: 50px;
line-height: 1.2;
color: #515b69;
margin-bottom: 60px;
}
.home .app .phones {
padding-bottom: 70px;
margin: 0;
overflow: hidden;
}
.home .app .phones li {
float: left;
margin-right: 11%;
width: 26%;
max-width: 100%;
}
.home .app .phones li:last-child {
margin-right: 0;
}
.home .app .phones li div {
text-align: center;
margin-bottom: 55px;
}
.home .app .phones li img {
display: inline-block;
}
.home .app .phones li h3 {
font-size: 36px;
line-height: 1.66;
color: #515b69;
text-align: center;
margin-bottom: 16px;
}
.home .app .phones li p {
font-size: 18px;
line-height: 1.55;
color: #7f8795;
margin: 0;
text-align: center;
}
.home .specificatii {
text-align: center;
background-image: url(//www.xkids.hu/wp-content/themes/xkids/img/xkids/29.jpg);
background-repeat: no-repeat;
-webkit-background-size: cover;
background-size: cover;
padding-top: 63px;
margin-bottom: 77px;
padding-bottom: 50px;
}
.home .specificatii h2 {
color: #515b69;
margin-bottom: 16px;
text-align: center;
font-size: 50px;
line-height: 1.2;
}
.home .specificatii ul {
width: 46%;
display: inline-block;
vertical-align: middle;
margin: 0;
}
.home .specificatii ul li {
float: left;
margin-right: 17%;
margin-bottom: 35px;
text-align: left;
width: 257px;
max-width: 100%;
}
.home .specificatii ul li:nth-child(2n+1) {
clear: both;
}
.home .specificatii ul li:nth-child(2n) {
margin-right: 0;
}
.home .specificatii ul li img {
width: 42px;
height: 42px;
margin-right: 37px;
display: inline-block;
vertical-align: middle;
}
.home .specificatii ul li span {
display: inline-block;
color: #515b69;
font-size: 21px;
line-height: 1.18;
vertical-align: middle;
margin: 0;
max-width: 178px;
}
.home .specificatii .ceas {
display: inline-block;
vertical-align: middle;
}
.home .pachete {
margin-bottom: 86px;
}
.home .pachete h2 {
text-align: center;
color: #515b69;
font-size: 50px;
line-height: 1.2;
margin-bottom: 61px;
}
.home .pachete ul {
overflow: hidden;
margin: 0;
}
.home .pachete ul li {
float: left;
margin-right: 12.5%;
width: 25%;
}
.home .pachete ul li:last-child {
margin-right: 0;
}
.home .pachete ul li .img {
text-align: center;
margin-bottom: 49px;
}
.home .pachete ul li .img img {
display: inline-block;
}
.home .pachete ul li p {
font-size: 22px;
line-height: 1.18;
color: #7f8795;
margin-bottom: 27px;
text-align: center;
}
.home .pachete ul li p a {
color: #7f8795;
}
.home .pachete ul li strong {
display: block;
text-align: center;
color: #515b69;
font-size: 36px;
line-height: 1.2;
margin-bottom: 0;
font-family: he-300;
}
.distribuitori {
padding-bottom: 134px;
}
.distribuitori h4 {
font-size: 40px;
line-height: 1.2;
text-align: center;
margin-bottom: 46px;
color: #515b69;
}
.distribuitori ul {
text-align: center;
margin: 0;
}
.distribuitori ul li {
display: inline-block;
margin-right: 0;
width: 190px;
max-width: 100%;
}
.distribuitori ul li img {
width: 100%;
}
.distribuitori ul li:last-child {
margin-right: 0;
}
.distribuitori ul li:first-child {
width: 150px;
}
footer {
background: #ecf0f5;
}
footer .container {
border-bottom-color: #7f8795;
width: 1240px;
max-width: 100%;
}
footer .column {
float: left;
}
footer .column:first-child img {
display: block;
width: 98px;
margin-bottom: 53px;
}
footer .column:first-child p {
font-size: 18px;
line-height: 1.44;
color: #515b69;
margin: 0;
}
footer .column h3 {
font-size: 36px;
line-height: 1.66;
color: #515b69;
margin-bottom: 21px;
}
footer .column:nth-child(2) ul,
footer .column:nth-child(3) ul {
margin: 0;
}
footer .column:nth-child(2) ul li a,
footer .column:nth-child(3) ul li a {
font-size: 20px;
line-height: 1.6;
color: #515b69;
}
footer .icons {
clear: both;
overflow: hidden;
padding-top: 120px;
}
footer .icons .left {
float: left;
}
footer .icons .right {
float: right;
font-size: 18px;
line-height: 1.77;
color: #7f8795;
}
footer .column:nth-child(4) .account-actions {
overflow: hidden;
margin-bottom: 44px;
}
footer .column:nth-child(4) .account-actions .sign-up {
float: left;
display: block;
color: #fff;
width: 181px;
height: 51px;
background: #515b69;
border-radius: 40px;
font-size: 22px;
text-align: center;
line-height: 51px;
}
footer .column:nth-child(4) .account-actions .autentificare {
float: right;
display: block;
color: #515b69;
width: 181px;
height: 51px;
line-height: 51px;
background: transparent;
text-align: center;
border-radius: 40px;
font-size: 22px;
border: 1px solid #515b69;
}
footer .column:nth-child(4) .social {
overflow: hidden;
}
footer .column:nth-child(4) .social .left {
float: left;
margin-right: 35px;
width: 192px;
}
footer .column:nth-child(4) .social .right {
width: 135px;
float: left;
}
footer .column:nth-child(4) .social .right p {
font-size: 18px;
line-height: 1.44;
color: #7f8795;
margin: 0;
}
footer .column:nth-child(4) .social .right a {
font-size: 22px;
line-height: 1.36;
color: #515b69;
}
footer .column:nth-child(4) .social .left ul {
overflow: hidden;
}
footer .column:nth-child(4) .social .left ul li {
float: left;
width: 54px;
height: 54px;
border-radius: 50%;
border: 1px solid #3b5998;
text-align: center;
line-height: 62px;
margin-right: 15px;
}
footer .column:nth-child(4) .social .left ul li a {
display: block;
}
footer .column:nth-child(4) .social .left ul li:nth-child(2) {
border-color: #4eaaec;
}
footer .column:nth-child(4) .social .left ul li:last-child {
margin-right: 0;
border-color: #e4405f;
}
footer .column:nth-child(4) .social .left ul li:first-child .fab {
font-size: 21px;
color: #3b5998;
}
footer .column:nth-child(4) .social .left ul li:nth-child(2) .fab {
font-size: 22px;
color: #4eaaec;
}
footer .column:nth-child(4) .social .left ul li:nth-child(3) .fab {
font-size: 24px;
color: #e4405f;
}
header .owl-carousel .owl-stage {
margin: 0 auto;
}
.cookie-consent .btn.cookie-consent-link,
.cookie-consent .btn.cookie-consent-link:hover {
background: #ffa01d !important;
}
img {
max-width: 100%;
height: auto;
}
.burger {
padding-top: 19px;
}
.home-tabs .tab .tab-info.tab-info-mobile {
display: none;
}
footer .icons .left .mobile {
display: none;
}
header .logo a:first-child+a:hover {
opacity: 1;
}
.content-home {
background: transparent;
}
footer .icon-facebook {
color: #3b5998;
font-size: 22px;
}
footer .icon-twitter {
color: #55acee;
font-size: 21px;
}
footer .icon-youtube-play {
color: #e4405f;
font-size: 24px;
}
.breadcrumbs .container nav i.fa-angle-right {
margin-left: 10px;
margin-right: 10px;
margin-top: -5px;
}
.breadcrumbs .container .home {
position: relative;
top: -3px;
}
.tax-product_cat .distribuitori h4 {
margin-bottom: 22px;
}
.tax-product_cat .distribuitori {
padding-bottom: 20px;
}
.term-description-footer h4 {
font-size: 1.25em;
margin-bottom: .625em;
color: #515b69;
}
.term-description-footer .container strong {
margin-bottom: 0;
}
.term-description-footer p {
color: #515b69; }
.term-description-footer {
padding-top: 38px;
position: relative;
z-index: 1;
background: #fff;
}
.subcategory aside .new-filter .color-circle {
display: inline-flex;
width: 36px;
height: 36px;
background-repeat: no-repeat;
background-size: 36px 36px;
vertical-align: middle;
margin: 0 8px 0 .5em;
border: 1px solid #707070;
border-radius: 50%;
line-height: 27px;
text-align: center;
text-align: center;
align-items: center;
justify-content: center;
}
.subcategory aside .new-filter .color-circle .inner {
border-radius: 50%;
background: #000;
width: 22px;
height: 22px;
display: inline-block;
vertical-align: middle;
margin: 0;
}
.page-template-page_vezi_toate_produsele .distribuitori h4 {
margin-bottom: 22px;
}
.page-template-page_vezi_toate_produsele .distribuitori {
padding-bottom: 70px;
}
.page-template-page_vezi_toate_produsele .subcategory aside .cat-all .fa {
border: none;
}
.page-template-page_vezi_toate_produsele .subcategory aside .cat-all li {
border-bottom: none;
padding-bottom: 0;
}
.page-template-page_vezi_toate_produsele .subcategory aside .cat-all i {
margin-right: 8px;
}
.page-template-page_vezi_toate_produsele .subcategory aside .cat-all a {
font-size: 17px;
}
.login .logo img {
width: 111px;
}
.single-product h1 {
margin-top: 12px;
padding: 0;
border-bottom: none;
line-height: 1.66;
margin-bottom: 56px;
}
.m_code_wrap span:last-child {
font-size: 18px;
line-height: 1.55;
color: #515B69;
}
.m_code_wrap span:last-child strong {
color: #515B69;
}
.single-product .description strong {
font-size: 18px;
line-height: 1.55;
}
.single-product .options span {
font-size: 18px;
line-height: 1.55;
}
.single-product .options li,
.single-product .options li:first-child {
padding-bottom: 7px;
margin-bottom: 7px;
border-bottom: 1px solid #D3DCEB;
margin-top: 0;
padding-top: 0;
border-top: none;
}
.single-product .options li:last-child {
padding-bottom: 0;
margin-bottom: 0;
border-bottom: none;
}
.product .zone-hero .col2 .options li:first-child {
padding-bottom: 7px;
margin-bottom: 7px;
border-bottom: 1px solid #D3DCEB;
}
.product .zone-hero .col1 p.miscati_mouse {
font-size: 13px;
line-height: 1.15;
color: #515B69;
}
.product .zone-hero .col1 p.miscati_mouse img {
width: 12px;
height: 12px;
}
.product .zone-hero .col3 form .price strong span.tva-inclus {
font-size: 13px !important;
margin-left: 9px !important;
font-family: "he-400", sans-serif;
}
.product .zone-tabs nav li a strong {
width: 16px;
height: 16px;
display: inline-block;
background: #ffa01d;
color: #fff;
line-height: 17px;
text-align: center;
font-size: 10px;
border-radius: 50%;
vertical-align: top;
margin-top: -8px;
margin-left: -6px;
}
.product .zone-tabs .tab p {
font-size: 18px;
line-height: 1.55;
}
.distribuitori h4 {
margin-bottom: 10px;
}
.distribuitori {
padding-bottom: 25px;
}
.single-product .home .pachete {
margin-bottom: 33px;
margin-top: 87px;
}
.page-template-default .page-template h1 {
border: none;
padding: 0;
margin-bottom: 26px;
margin-top: 48px;
}
.page-template-default .col-left p {
font-size: 20px;
line-height: 1.5;
margin-bottom: 40px;
}
.page-template-default .col-left p:last-child {
margin-bottom: 0;
}
.page-template-default .col-left {
padding-right: 58px;
}
.page-template aside .aside-links ul li a {
font-size: 20px;
line-height: 1.5;
color: #7F8795;
}
.page-template-default .distribuitori {
padding-top: 78px;
margin-top: 30px;
}
.page-template aside .aside-search input::-webkit-input-placeholder {
color: #7F8795;
}
.page-template aside .aside-search input:-moz-placeholder {
color: #7F8795;
}
.page-template aside .aside-search input::-moz-placeholder {
color: #7F8795;
}
.page-template aside .aside-search input:-ms-input-placeholder {
color: #7F8795;
}
.page-template-page_suport_contacteaza .home-logos {
background: transparent;
}
.page-template-page_suport_contacteaza .distribuitori {
margin-top: 40px;
}
.page-template-page_suport_contacteaza .page-template h1 {
margin-top: 57px;
padding: 0;
border: none;
margin-bottom: 15px;
}
.page-template-page_suport_contacteaza .col-left ::-webkit-input-placeholder {
color: #7F8795;
}
.page-template-page_suport_contacteaza .col-left :-moz-placeholder {
color: #7F8795;
}
.page-template-page_suport_contacteaza .col-left ::-moz-placeholder {
color: #7F8795;
}
.page-template-page_suport_contacteaza .col-left :-ms-input-placeholder {
color: #7F8795;
}
.page-template-page_suport_contacteaza .col-left ::-ms-input-placeholder {
color: #7F8795;
}
.page-template-page_suport_contacteaza .col-left ::placeholder {
color: #7F8795;
}
#confirm_password_field {
display: none;
}
.woocommerce-checkout span.optional {
display: none;
}
.woocommerce-order-received h1 {
margin-top: 20px;
border-bottom: none;
margin-bottom: 20px;
}
#accept-terms {
position: relative;
top: 2px;
}
.woocommerce-checkout h1 {
border: none;
margin-top: 11px;
margin-bottom: 30px;
}
#ship-to-different-address {
display: none;
}
#same_as_shipping {
position: relative;
top: 1px;
}
.woocommerce-checkout .woocommerce-billing-fields__field-wrapper input[type="text"],
.woocommerce-checkout .woocommerce-billing-fields__field-wrapper input[type="email"],
.woocommerce-checkout .woocommerce-billing-fields__field-wrapper input[type="tel"],
.woocommerce-checkout .woocommerce-billing-fields__field-wrapper input[type="password"],
.woocommerce-checkout .woocommerce-shipping-fields__field-wrapper input[type="text"],
.woocommerce-checkout .woocommerce-shipping-fields__field-wrapper input[type="email"],
.woocommerce-checkout .woocommerce-shipping-fields__field-wrapper input[type="tel"],
.woocommerce-checkout .woocommerce-shipping-fields__field-wrapper input[type="password"] {
border: none !important;
border-color: transparent !important;
height: 37px;
line-height: 37px;
-webkit-box-shadow: 1px 2px 5px rgba(0,0,0,.1);
box-shadow: 1px 2px 5px rgba(0,0,0,.1);
-webkit-appearance: none;
}
#billing_phone_field {
clear: both;
}
.woocommerce-checkout .select2-container--default .select2-selection--single .select2-selection__rendered {
color: #515B69;
line-height: 37px !important;
}
.woocommerce-checkout .select2-container--default .select2-selection--single {
border: none !important;
height: 37px !important;
-webkit-box-shadow: 1px 2px 5px rgba(0,0,0,.1);
box-shadow: 1px 2px 5px rgba(0,0,0,.1);
}
.woocommerce-checkout .select2-container--default .select2-selection--single .select2-selection__arrow {
top: 6px;
}
.woocommerce-checkout .select2-container--default .select2-search--dropdown .select2-search__field {
min-width: 0;
}
#shipping_city_field {
margin-bottom: 0 !important;
}
.wc_payment_method label {
font-size: 18px;
line-height: 1.55;
}
.ai_un_cupon,
.comanda_peste {
font-size: 18px;
line-height: 1.55;
}
.woocommerce-checkout .woocommerce-account-fields {
clear: both;
}
.woocommerce-checkout .woocommerce-account-fields p {
font-family: 'he-400', sans-serif;
}
div.create-account #confirm_password_field {
display: block;
}
.create-account .clear {
clear: none;
}
.woocommerce-checkout div.create-account {
padding-top: 0 !important;
}
.woocommerce-checkout .woocommerce-account-fields p.form-row {
margin-bottom: 0 !important;
}
.woocommerce-checkout .woocommerce-form-login {
display: none !important;
height: 0 !important;
overflow: hidden;
}
body.search-results aside {
display: block;
}
.cum-functioneaza .cc-hero {
width: 100%;
max-width: 100%;
margin: 0 auto 67px auto;
overflow: hidden;
}
.cum-functioneaza .cc-hero .box {
display: table;
float: left;
width: 25%;
height: 578px;
background-repeat: no-repeat;
-webkit-background-size: cover;
background-size: cover;
position: relative;
background-position: center;
}
.cum-functioneaza .cc-hero .box .overlay {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: rgba(63,44,128,.7);
display: table;
}
.cum-functioneaza .cc-hero .box .overlay .center {
display: table-cell;
vertical-align: middle;
text-align: center;
}
.cum-functioneaza .cc-hero .box .overlay .center h3 {
margin-top: 0;
margin-bottom: 42px;
text-align: center;
color: #fff;
font-size: 36px;
line-height: 1.16;
}
.cum-functioneaza .cc-hero .box .overlay .center p {
margin: 0;
color: #fff;
text-align: center;
font-size: 18px;
line-height: 1.33;
width: 72%;
margin-left: auto;
margin-right: auto;
}
.cum-functioneaza .cc-hero .box .overlay .center img {
max-width: 80px;
max-height: 80px;
display: inline-block;
margin-bottom: 35px;
}
.cum-functioneaza .functionalitati h2 {
text-align: center;
font-size: 48px;
line-height: 1.25;
color: #515B69;
margin-bottom: 30px;
}
.cum-functioneaza .functionalitati p {
color: #515B69;
text-align: center;
margin: 0;
font-size: 18px;
line-height: 1.33;
}
.cum-functioneaza .functionalitati {
margin-bottom: 65px;
width: 581px;
margin-left: auto;
margin-right: auto;
max-width: 100%;
}
.cum-functioneaza .functii-tab {
width: 1248px;
max-width: 100%;
margin-left: auto;
margin-right: auto;
margin-bottom: 75px;
overflow: hidden;
}
.cum-functioneaza .functii-tab .ft-nav {
width: 25%;
float: left;
background: #3F2C80;
padding: 32px 34px 33px 34px;
}
.cum-functioneaza .functii-tab .ft-nav .ftc-box {
display: none;
}
.cum-functioneaza .functii-tab .ft-nav ul {
margin: 0;
}
.cum-functioneaza .functii-tab .ft-nav li {
margin-bottom: 10px;
position: relative;
}
.cum-functioneaza .functii-tab .ft-nav .active:after {
content: '';
position: absolute;
right: -42px;
top: 17px;
width: 0;
height: 0;
border-style: solid;
border-width: 8px 0 8px 8px;
border-color: transparent transparent transparent #3F2C80;
}
.cum-functioneaza .functii-tab .ft-nav li:last-child {
margin-bottom: 0;
}
.cum-functioneaza .functii-tab .ft-nav li img {
vertical-align: middle;
max-width: 35px;
max-height: 62px;
display: inline-block;
margin-right: 28px;
}
.cum-functioneaza .functii-tab .ft-nav li span {
vertical-align: middle;
display: inline-block;
font-size: 24px;
line-height: 1.5;
color: #fff;
font-family: 'he-300', sans-serif;
position: relative;
top: 5px;
}
.cum-functioneaza .functii-tab .ft-nav li a:hover span {
text-decoration: underline;
}
.cum-functioneaza .functii-tab .ft-nav .active span {
text-decoration: underline;
}
.cum-functioneaza .functii-tab .ft-content {
width: 66%;
float: right;
}
.cum-functioneaza .functii-tab .ft-content h3 {
margin-top: 0;
margin-bottom: 46px;
}
.cum-functioneaza .functii-tab .ft-content h3 img {
max-width: 80px;
max-height: 80px;
vertical-align: middle;
display: inline-block;
margin-right: 31px;
}
.cum-functioneaza .functii-tab .ft-content h3 span {
vertical-align: middle;
display: inline-block;
font-size: 32px;
line-height: 1.125;
margin: 0;
font-family: 'he-400', sans-serif;
}
.cum-functioneaza .functii-tab .ft-content .description {
overflow: hidden;
}
.cum-functioneaza .functii-tab .ft-content .description .img {
width: 45%;
float: left;
}
.cum-functioneaza .functii-tab .ft-content .description .img img {
width: 100%;
}
.cum-functioneaza .functii-tab .ft-content .description .text {
width: 45%;
float: right;
}
.cum-functioneaza .functii-tab .ft-content .description .text p {
margin: 0;
font-size: 18px;
line-height: 1.33;
color: #515B69;
}
.cum-functioneaza .ftc-box {
display: none;
}
.cum-functioneaza .ftc-box.active {
display: block;
}
.cum-functioneaza .pasi {
width: 1248px;
max-width: 100%;
margin-bottom: 90px;
margin-left: auto;
margin-right: auto;
}
.cum-functioneaza .pasi h2 {
margin-top: 0;
margin-bottom: 50px;
text-align: center;
font-size: 48px;
line-height: 1.25;
color: #515B69;
}
.cum-functioneaza .pasi .p-circles {
overflow: hidden;
}
.cum-functioneaza .pasi .p-circles li {
float: left;
margin-right: 6.66%;
width: 20%;
}
.cum-functioneaza .pasi .p-circles li:last-child {
margin-right: 0;
}
.cum-functioneaza .pasi .p-circles li .circle {
text-align: center;
margin-bottom: 43px;
position: relative;
}
.cum-functioneaza .pasi .p-circles li .circle:after {
display: block;
padding-bottom: 100%;
width: 100%;
height: 0;
border-radius: 50%;
content: "";
border: 1px solid #707070;
}
.cum-functioneaza .pasi .p-circles li .circle .inner {
position: absolute;
top: 0;
bottom: 0;
left: 0;
width: 100%;
height: 100%;
}
.cum-functioneaza .pasi .p-circles li .circle .inner .wrapper {
display: table;
width: 100%;
height: 100%;
}
.cum-functioneaza .pasi .p-circles li .circle .inner .wrapper .wrapper-c {
display: table-cell;
vertical-align: middle;
}
.cum-functioneaza .pasi .p-circles li .circle img {
max-height: 38%;
width: auto;
max-width: 50%;
}
@-moz-document url-prefix() {
.cum-functioneaza .pasi .p-circles li .circle img {
max-height: 95px;
}
}
.cum-functioneaza .pasi .p-circles li strong {
display: block;
text-align: center;
margin-bottom: 28px;
font-size: 22px;
line-height: 1.18;
color: #515B69;
font-family: "he-600", sans-serif;
font-weight: 400;
}
.cum-functioneaza .pasi .p-circles li p {
margin: 0;
text-align: center;
font-size: 30px;
line-height: 1.1875;
color: #515B69;
font-family: "he-400", sans-serif;
}
.cum-functioneaza .intrebari {
width: 789px;
max-width: 100%;
margin-left: auto;
margin-right: auto;
}
.cum-functioneaza .intrebari h2 {
margin-top: 0;
margin-bottom: 60px;
font-size: 48px;
line-height: 1.25;
text-align: center;
color: #515B69;
}
.cum-functioneaza .intrebari .intrebare {
margin-bottom: 39px;
}
.cum-functioneaza .intrebari .intrebare .minus {
display: none;
position: absolute;
left: 0;
top: 0;
}
.cum-functioneaza .intrebari .intrebare .plus {
display: inline-block;
position: absolute;
left: 0;
top: 0;
}
.cum-functioneaza .intrebari .active .minus {
display: inline-block;
}
.cum-functioneaza .intrebari .active .plus {
display: none;
}
.cum-functioneaza .intrebari .intrebare a img {
width: 52px;
height: 52px;
vertical-align: middle;
}
.cum-functioneaza .intrebari .intrebare span {
font-size: 32px;
line-height: 1.1875;
color: #515B69;
vertical-align: middle;
display: inline-block;
font-family: "he-300", sans-serif;
position: relative;
top: 13px;
}
.cum-functioneaza .intrebari .intrebare a {
display: block;
margin-bottom: 30px;
position: relative;
padding-left: 95px;
}
.cum-functioneaza .intrebari .intrebare p {
font-size: 18px;
line-height: 1.33;
color: #515B69;
margin: 0;
display: none;
}
.cum-functioneaza .intrebari .active p {
display: block;
}
.cum-functioneaza .cc-hero .box:first-child .overlay {
background: rgba(255, 160, 29, 0.95);
}
.cum-functioneaza .cc-hero .box:nth-child(2) .overlay {
background: rgba(63, 44, 128, 0.95);
}
.cum-functioneaza .cc-hero .box:nth-child(3) .overlay {
background: rgba(240, 72, 50, 0.95);
}
.cum-functioneaza .cc-hero .box:nth-child(4) .overlay {
background: rgba(127, 135, 149, 0.95);
}
.cum-functioneaza .intrebari .intrebare.active {
margin-bottom: 25px;
}
header .wrap .beta .item a i em {
-webkit-background-size: contain !important;
background-size: contain !important;
background-repeat: no-repeat !important;
background-position: center !important;
}
header .wrap .beta .hover {
display: none;
}
.favorite-content .search-results .results .right .item-product-btn span:first-child+span {
margin-left: 34px;
line-height: 36px;
}
.favorite-content aside {
display: block;
}
.subcategory aside .new-filter .mai-multe-culori { color: #515B69;
text-decoration: underline;
font-size: 13px;
line-height: 30px;
margin-bottom: 1em;
padding-bottom: 1em;
border-bottom: 1px solid #d3dceb;
display: block;
margin-top: 12px;
}
.search-results-aside {
display: block;
}
.search-template .navigation ul {
margin-left: 2em;
}
header .comenzi-telefonice {
color: #fff;
display: inline-block;
margin-right: 5px;
font-size: 19px;
vertical-align: top;
margin-top: 5px;
}
.beta .owl-carousel {
display: block;
}
.beta .owl-placeholder:not(.owl-loaded) {
text-align: center;
}
.beta .owl-placeholder:not(.owl-loaded) .item {
display: inline-block;
width: 14.28%;
}
.home .tabs-slide:not(.owl-loaded) .slide {
display: inline-block;
width: 16.67%;
}
.home .tabs-slide:not(.owl-loaded) {
display: block;
height: 204px;
overflow: hidden;
}
.page-template-default .col-left li {
font-size: 20px;
line-height: 1.5;
list-style: disc;
}
.page-template-default .col-left li:before {
display: none;
}
.page-template-default .col-left ul {
margin-bottom: 40px;
}
.cum-functioneaza .intrebari .active p a {
display: inline;
padding: 0;
word-break: break-all;
}
footer .column:nth-child(4) ul li a {
font-size: 20px;
line-height: 1.6;
color: #515b69;
}
footer .help-chat .left i {
background-image: none;
}
footer .help-chat.on-black .left {
border-color: #515b69;
}
footer .help-chat.on-black span, 
footer .help-chat.on-black strong, 
footer .help-chat.on-black i {
color: #515b69;
}
footer .help-chat.on-black i {
color: #515b69 !important;
background-color: #ecf0f5;
}
.subcategory .item-product .img-holder .badge-pp {
position: absolute;
width: 100px;
bottom: 10px;
right: 10px;
}
.woocommerce-checkout .blockUI,
.woocommerce-checkout .blockOverlay {
display: none !important;
}
.woocommerce-checkout .state_select {
border: none !important;
height: 37px !important;
-webkit-box-shadow: 1px 2px 5px rgba(0,0,0,.1);
box-shadow: 1px 2px 5px rgba(0,0,0,.1);
background-color: #fff;
border-radius: 4px;
box-sizing: border-box;
cursor: pointer;
display: block;
color: #515B69;
line-height: 37px !important;
padding-left: 8px;
padding-right: 20px;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
-webkit-appearance: none;
background-image: url(//www.xkids.hu/wp-content/themes/xkids/img/xkids-dropdown-arrow.png);
background-repeat: no-repeat;
background-position: 96% center;
-webkit-background-size: 10px 10px;
background-size: 10px 10px;
}
.cart-checkout .ajax_overlay_po {
position: fixed;
width: 100%;
height: 100%;
left: 0;
top: 0;
background: rgba(255,255,255,0.8);
z-index: 9999;
display: none;
}
.cart-checkout .ajax_overlay_po .inner {
position: absolute;
top: 50%;
left: 50%;
width: 280px;
text-align: center;
margin-left: -140px;
}
.cart-checkout .ajax_overlay_po .inner span {
color: #000;
margin-bottom: 15px;
display: block;
}
.cart-checkout .ajax_overlay_po .inner img {
position: static;
display: block;
width: 64px;
margin: 0 auto;
}  .single-product .breadcrumbs_top&gt;span:first-child+i+span+i,
.single-product .breadcrumbs_top&gt;span:first-child+i+span+i+span {
display: none;
}
.woocommerce-ResetPassword .form-row {
text-align: center;
}
@media (min-width: 768px) and (max-width: 1023px) {
header .logo a {
margin-left: 0;
}
}
footer .column.col1.last {
display: none;
}
.item-title-horizontal {
display: none;
}
.lost_reset_password .lungime-parola {
display: none;
}
.single-product .wpcf7-form input[type="text"],
.single-product .wpcf7-form input[type="email"] {
padding-top: 3px;
}
input[name="filtru-tip"][value="228"]+i {
width: 40px;
height: 40px;
background-size: 40px 40px;
}
select::-ms-expand {
display: none;
}
.subcategory aside .new-filter .tn {
text-transform: none;
}
.woocommerce-checkout #account_password_field {
display: none;
}
.woocommerce-password-strength,
.woocommerce-password-hint {
display: none !important;
}
.safety-bottom img {
display: inline-block;
vertical-align: middle;
margin-right: 40px;
}
.page-template .col-left .safety-bottom .see-all-smart,
.see-all-wrap .see-all-smart {
margin-top: 13px;
transition: all .2s ease;
-moz-transition: all .2s ease;
-webkit-transition: all .2s ease;
-o-transition: all .2s ease;
border-radius: 4px;
background: #ffa01d;
display: inline-block;
height: auto;
line-height: 1;
padding: 19px 1.2em;
color: #fff;
font-size: 22px;
font-family: "he-400";
position: relative;
vertical-align: middle;
}
.page-template .col-left .safety-bottom .see-all-smart:hover,
.see-all-wrap .see-all-smart:hover {
text-decoration: none;
background: #ffa01d;
}
.see-all-wrap {
text-align: center;
margin-bottom: 80px;
}
.see-all-wrap.second {
margin-bottom: 50px;
margin-top: 65px;
}
.subcategory .item-product .img-holder .cartela-gratuita,
.single-product .cartela-gratuita {
position: absolute;
width: 155px;
background: #3f2c80;
display: block;
text-align: center;
padding-top: 7px;
padding-bottom: 7px;
bottom: 10px;
right: 10px;
border-radius: 3px;
padding-left: 5px;
padding-right: 5px;
}
.subcategory .item-product .img-holder .cartela-gratuita img,
.single-product .cartela-gratuita img {
display: inline-block;
vertical-align: middle;
width: 35px;
height: auto;
margin-right: 1px;
}
.subcategory .item-product .img-holder .cartela-gratuita span,
.single-product .cartela-gratuita span {
display: inline-block;
vertical-align: middle;
color: #fff;
text-align: left;
font-family: he-700;
font-size: 11px;
line-height: 1.2;
width: 100px;
padding-top: 2px;
}
.single-product .cartela-gratuita {
z-index: 2;
top: 0;
bottom: auto;
right: 59px;
}
.zoomContainer {
z-index: 9999 !important;
}
.single-product .galerie_produs {
position: relative;
}
.fancybox-opened {
z-index: 10000;
}
.fancybox-overlay {
z-index: 9999;
}
@media (min-width: 768px) {
header .wrap .beta .container,
header .wrap .beta .owl-loaded,
header .wrap .beta .owl-carousel .owl-stage-outer,
header .owl-carousel .owl-stage,
header .owl-carousel .owl-item,
header .wrap .beta .item,
header .wrap .beta .item.ceasuri a {
height: 100%;
}
header .wrap .beta.hovering .item {
padding-top: 0;
height: 90px;
}
header .wrap .beta.hovering .item a {
padding-top: 11px;
}
header .wrap .beta.hovering {
padding-top: 0;
}
header .wrap .beta.hovering .owl-item:first-child,
header .wrap .beta.hovering .owl-item:nth-child(2),
header .wrap .beta.hovering .owl-item:nth-child(3),
header .wrap .beta.hovering .owl-item:nth-child(4),
header .wrap .beta.hovering .owl-item:nth-child(5),
header .wrap .beta.hovering .owl-item:nth-child(6),
header .wrap .beta.hovering .owl-item:nth-child(7),
header .wrap .beta.hovering .owl-placeholder&gt;.item:first-child,
header .wrap .beta.hovering .owl-placeholder&gt;.item:nth-child(2),
header .wrap .beta.hovering .owl-placeholder&gt;.item:nth-child(3),
header .wrap .beta.hovering .owl-placeholder&gt;.item:nth-child(4),
header .wrap .beta.hovering .owl-placeholder&gt;.item:nth-child(5),
header .wrap .beta.hovering .owl-placeholder&gt;.item:nth-child(6),
header .wrap .beta.hovering .owl-placeholder&gt;.item:nth-child(7) {
background: #e6ecf7;
border-right: 2px solid #fff;
}
header .wrap .beta.hovering .owl-item:first-child span,
header .wrap .beta.hovering .owl-item:nth-child(2) span,
header .wrap .beta.hovering .owl-item:nth-child(3) span,
header .wrap .beta.hovering .owl-item:nth-child(4) span,
header .wrap .beta.hovering .owl-item:nth-child(5) span,
header .wrap .beta.hovering .owl-item:nth-child(6) span,
header .wrap .beta.hovering .owl-item:nth-child(7) span,
header .wrap .beta.hovering .owl-placeholder&gt;.item:first-child span,
header .wrap .beta.hovering .owl-placeholder&gt;.item:nth-child(2) span,
header .wrap .beta.hovering .owl-placeholder&gt;.item:nth-child(3) span,
header .wrap .beta.hovering .owl-placeholder&gt;.item:nth-child(4) span,
header .wrap .beta.hovering .owl-placeholder&gt;.item:nth-child(5) span,
header .wrap .beta.hovering .owl-placeholder&gt;.item:nth-child(6) span,
header .wrap .beta.hovering .owl-placeholder&gt;.item:nth-child(7) span {
color: #3F2C80;
}
header .wrap .beta .item a:hover i em {
display: none;
}
header .wrap .beta .item a:hover i .hover {
display: inline-block;
}
header .wrap .beta.hovering .owl-item a:hover span {
color: #3F2C80;
}
header .wrap .beta.hovering .owl-item:first-child a:hover span,
header .wrap .beta.hovering .owl-item:nth-child(2) a:hover span,
header .wrap .beta.hovering .owl-item:nth-child(3) a:hover span,
header .wrap .beta.hovering .owl-item:nth-child(4) a:hover span,
header .wrap .beta.hovering .owl-item:nth-child(5) a:hover span,
header .wrap .beta.hovering .owl-item:nth-child(6) a:hover span,
header .wrap .beta.hovering .owl-item:nth-child(7) a:hover span {
color: #fff;
}
header .wrap .beta.hovering .owl-item:first-child:hover,
header .wrap .beta.hovering .owl-item:nth-child(2):hover,
header .wrap .beta.hovering .owl-item:nth-child(3):hover,
header .wrap .beta.hovering .owl-item:nth-child(4):hover,
header .wrap .beta.hovering .owl-item:nth-child(5):hover,
header .wrap .beta.hovering .owl-item:nth-child(6):hover,
header .wrap .beta.hovering .owl-item:nth-child(7):hover {
background: #3F2C80;
}
header .wrap .beta .item.active span {
color: #3F2C80;
}
header .wrap .beta.hovering .item.active i em {
display: none;
}
header .wrap .beta.hovering .item.active i .hover {
display: inline-block;
}
header .wrap .beta.hovering .item.active span {
color: #3F2C80;
}
header .wrap .beta.hovering .owl-item:first-child .item.active span,
header .wrap .beta.hovering .owl-item:nth-child(2) .item.active span,
header .wrap .beta.hovering .owl-item:nth-child(3) .item.active span,
header .wrap .beta.hovering .owl-item:nth-child(4) .item.active span,
header .wrap .beta.hovering .owl-item:nth-child(5) .item.active span,
header .wrap .beta.hovering .owl-item:nth-child(6) .item.active span,
header .wrap .beta.hovering .owl-item:nth-child(7) .item.active span {
color: #fff;
}
header .wrap .beta.hovering .owl-item:first-child .item.active,
header .wrap .beta.hovering .owl-item:nth-child(2) .item.active,
header .wrap .beta.hovering .owl-item:nth-child(3) .item.active,
header .wrap .beta.hovering .owl-item:nth-child(4) .item.active,
header .wrap .beta.hovering .owl-item:nth-child(5) .item.active,
header .wrap .beta.hovering .owl-item:nth-child(6) .item.active,
header .wrap .beta.hovering .owl-item:nth-child(7) .item.active {
background: #3F2C80;
} header .wrap .beta .owl-placeholder {
display: block;
text-align: center;
}
.subcategory aside .new-filter ul.filtru_culoare.no-mb {
margin-bottom: 0;
padding-bottom: 0;
border-bottom: none;
}
.subcategory .product-results.horizontal .item-title-horizontal {
display: block;
margin: 5px 0;
font-size: 18px;
}
.subcategory .product-results.horizontal .item-product-stars {
margin-top: 11px;
}
}
@media (min-width: 768px) {
.vjs-has-started .vjs-control-bar {
opacity: 1 !important;
}
.video-js .vjs-tech {
position: absolute;
bottom: 30px;
top: auto;
height: auto;
}
.video-js .vjs-control-bar {
background-color: #2b333f;
}
}
@media (min-width: 769px) and (max-width: 959px) {
header .wrap .beta.hovering .item i em {
display: inline-block !important;
}
header .wrap .beta.hovering .item i .hover {
display: none !important;
}
}
@media (max-width: 1500px) {
.home .app .container {
padding-left: 15px;
padding-right: 15px;
}
.home .pachete .container {
padding-left: 15px;
padding-right: 15px;
}
}
@media (max-width: 1403px) {
.footer-checkout .col-five strong {
font-size: 15px;
}
.footer-checkout .col-five p {
padding-left: 5px;
}
.footer-checkout .col-five p span {
font-size: 85%;
}
}
@media (max-width: 1399px) {
.product .zone-tabs nav li a {
padding: 15px;
}
}
@media (max-width: 1360px) {
.home .specificatii ul li {
margin-right: 10%;
}
.home .specificatii ul li:last-child {
margin-right: 0;
}
header .top-bar .search input[type="search"] {
width: 70%;
}
}
@media (max-width: 1280px) {
footer .container {
padding-left: 15px;
padding-right: 15px;
}
}
@media (max-width: 1200px) {
.home .specificatii ul li {
margin-right: 5%;
}
.home .specificatii ul li:nth-child(2n) {
margin-right: 0;
}
footer .column:nth-child(4) .account-actions .sign-up {
width: 150px;
}
footer .column:nth-child(4) .account-actions .autentificare {
width: 150px;
margin-left: 20px;
float: left;
}
footer .column:nth-child(4) .social .left {
margin-right: 15px;
}
.euplatesc-banner {
padding-left: 1em;
padding-right: 1em;
}
.cum-functioneaza .cc-hero .box {
height: 500px;
}
.cum-functioneaza .functii-tab .ft-nav {
width: 40%;
}
.cum-functioneaza .functii-tab .ft-content {
width: 55%;
}
.cum-functioneaza .functii-tab .ft-content .description .img {
width: 47%;
margin-right: 20px;
margin-bottom: 20px;
}
.cum-functioneaza .functii-tab .ft-content .description .text {
width: auto;
float: none;
}
.cum-functioneaza .pasi .p-circles li p {
font-size: 26px;
}
.cum-functioneaza .pasi .p-circles li p br {
display: none;
}
.home .features .circles {
width: 739px;
}
.home .features .circles li:nth-child(2n) {
margin-right: 0;
}
.home .features .circles li:nth-child(3n) {
margin-right: 111px;
}
.home .features .circles li:nth-child(2n+1) {
clear: both;
}
.home .features .circles li:nth-child(3n+1) {
clear: none;
}
.home .features .circles li:last-child {
margin-right: 0;
}
}
@media (max-width: 1100px) {
header .top-bar .search input[type="search"] {
width: 50%;
}
}
@media (max-width: 1024px) {
.home-tabs .tabs img {
max-width: 100%;
height: auto;
}
.home .features {
padding-left: 15px;
padding-right: 15px;
margin-bottom: 0;
}  .home .features {
padding-top: 60px;
}
.home .app h2 {
margin-bottom: 50px;
}
.home .specificatii ul {
width: 57%;
}
.home .specificatii .ceas {
width: 40%;
}
footer .column:nth-child(4) .account-actions .autentificare {
width: 140px;
margin-left: 10px;
}
footer .column:nth-child(4) .account-actions .sign-up {
width: 140px;
}
footer .column:nth-child(4) .social .left ul li {
margin-right: 10px;
}
footer .column:nth-child(4) .social .left ul li:last-child {
margin-right: 0;
}
footer .column:nth-child(4) .social .left {
width: 182px;
margin-right: 15px;
}
footer .column:nth-child(4) .social .right {
width: 120px;
}
header .wrap {
background: #3f2c80;
}
header .top-bar .search {
width: 200px;
position: relative;
margin-bottom: 25px;
}
header .top-bar .search input[type="search"] {
padding-left: 12px;
border-radius: 4px;
width: 100%;
min-width: 0;
background: transparent;
border: 1px solid #fff;
color: #fff;
-webkit-appearance: none;
padding-right: 25px;
}
header .top-bar .search button[type="submit"] {
position: absolute;
top: 8px;
right: 8px;
width: 27px;
background: transparent;
}
.alpha .side_phone {
border-color: #fff;
}
header .top-bar .search input[type="search"]::-webkit-input-placeholder {
color: #fff;
}
header .top-bar .search input[type="search"]:-moz-placeholder {
color: #fff;
}
header .top-bar .search input[type="search"]::-moz-placeholder {
color: #fff;
}
header .top-bar .search input[type="search"]:-ms-input-placeholder {
color: #fff;
}
header .top-bar .search input[type="search"]::-ms-input-placeholder {
color: #fff;
}
header .top-bar .search input[type="search"]::placeholder {
color: #fff;
}
.help-chat.on-desktop {
display: none;
}
.product .zone-tabs nav li a {
font-size: 17px;
}
.product .zone-tabs nav li a strong {
margin-left: -5px;
}
.help-chat.on-mobile .share {
text-align: center;
}
.cum-functioneaza .cc-hero .box .overlay .center h3 {
font-size: 30px;
margin-bottom: 35px;
}
.cum-functioneaza .cc-hero .box .overlay .center p {
font-size: 16px;
}
.cum-functioneaza .cc-hero .box {
height: 450px;
}
.cum-functioneaza .cc-hero .box .overlay .center img {
max-width: 65px;
max-height: 65px;
}
.cum-functioneaza .functii-tab {
margin-bottom: 70px;
}
footer .column {
margin-bottom: 40px;
width: 23.33%;
margin-right: 0;
padding-left: 1.5em;
}
footer .column:first-child {
width: 30%;
}
footer .columns {
margin-left: -1.5em;
}
footer .column h3 {
font-size: 32px;
}
footer .column ul li a {
font-size: 18px !important;
}
}
@media (max-width: 1023px) {
.product .zone-hero .col1 p.miscati_mouse {
margin-top: 15px;
}
footer .container {
margin-top: 0;
}
}
@media (max-width: 960px) {
header .top-bar .search {
left: -110px;
}
}
@media (max-width: 823px) {
.home-tabs .tab h3 {
font-size: 35px;
line-height: 1.2;
margin-bottom: 30px;
}
.home .features .circles li {
width: 49%;
margin-right: 2%;
}
.home .features .circles li:nth-child(3n+1) {
clear: none;
}
.home .features .circles li:nth-child(3n) {
margin-right: 2%;
}
.home .features .circles li:nth-child(2n) {
margin-right: 0;
}
.home .features .circles li:nth-child(2n+1) {
margin-right: 2%;
}
.home .features .circles li {
margin-bottom: 45px;
}
.home .specificatii ul {
width: 100%;
float: none;
padding-left: 15px;
padding-right: 15px;
}
.home .specificatii ul li {
width: 49%;
margin-right: 2%;
}
.home .specificatii ul li:nth-child(2n) {
margin-right: 0;
}
.home .app .phones li h3 {
line-height: 1.2;
}
footer .column:nth-child(4) {
width: 49%;
}
footer .icons {
padding-top: 40px;
}
footer {
padding-bottom: 40px;
}
footer .column:first-child {
width: 49%;
margin-right: 2%;
}
footer .column:nth-child(2) {
width: 49%;
margin-right: 0;
}
footer .column:nth-child(3) {
width: 49%;
margin-right: 2%;
}
.cum-functioneaza .functii-tab .ft-nav {
width: 40%;
}
.cum-functioneaza .functii-tab .ft-content {
width: 55%;
}
.cum-functioneaza .functii-tab .ft-content .description .text {
width: 100%;
float: none;
}
.cum-functioneaza .functii-tab .ft-content .description .img {
margin-right: 15px;
margin-bottom: 15px;
}
.cum-functioneaza .pasi .p-circles li p {
font-size: 23px;
}
.cum-functioneaza .pasi h2 {
margin-bottom: 40px;
}
.cum-functioneaza .pasi .p-circles li p br {
display: none;
}
.footer-social-payment {
position: static;
}
.euplatesc-banner .col1 {
margin: 0 0 15px 0;
width: 100%;
float: none;
text-align: center;
}
.footer-social-payment ul {
float: none;
margin: 0 !important;
width: auto;
margin-left: auto !important;
margin-right: auto !important;
display: inline-block;
}
footer {
padding-bottom: 15px;
}
.cum-functioneaza .pasi .p-circles li .circle {
margin-bottom: 25px;
}
.cum-functioneaza .pasi .p-circles li strong {
margin-bottom: 20px;
}
.distribuitori ul li img {
width: 90%;
}
footer .column h3 {
margin-bottom: 10px;
}
footer .column:first-child img {
margin-bottom: 32px;
}
footer .column {
margin-bottom: 20px;
}
footer .container {
padding-bottom: 15px;
}
}
@media (max-width: 784px) {
header .beta.appended {
margin-top: 0;
}
}
@media (max-width: 768px) {
footer .icons .left {
width: 500px;
max-width: 100%;
}
.cum-functioneaza .cc-hero .box .overlay .center h3 {
font-size: 30px;
}
.cum-functioneaza .intrebari .intrebare .plus {
margin-right: 10px;
}
.cum-functioneaza .intrebari .intrebare .minus {
margin-right: 10px;
}
.cum-functioneaza .cc-hero .box {
width: 50%;
}
.cum-functioneaza .cc-hero {
margin-bottom: 55px;
}
.cum-functioneaza .functionalitati h2 {
margin-bottom: 20px;
}
.home .tabs-slide i {
width: 130px;
height: 130px;
}
.home .tabs-slide .owl-next {
right: 15px;
}
.home .tabs-slide .owl-prev {
left: 15px;
}
.home-tabs .tab .tab-info {
display: none;
float: none;
width: 100%;
}
.home-tabs .tab h3 {
display: none;
}
.home-tabs .tab .tc {
padding-right: 0;
}
.tab-info .btn {
margin: 0 auto;
}
.home-tabs .tab .tab-info.tab-info-mobile {
display: block;
padding-top: 0;
}
.home-tabs .tab .tab-img {
float: none;
width: 100%;
}
.home .features {
padding-top: 30px;
}
.home .app .phones {
padding-bottom: 60px;
}
.home .specificatii h2 {
font-size: 45px;
}
.home .specificatii {
padding-bottom: 60px;
}
.home .pachete {
margin-bottom: 50px;
}
.distribuitori {
padding-bottom: 0;
}
.home .app .phones li {
width: 32%;
margin-right: 2%;
}
.home .app .phones li:last-child {
margin-right: 0;
}
.subcategory .navigation.first {
margin-bottom: 20px;
}
.subcategory .product-results {
padding-top: 0;
}
}
@media (width: 768px) {
footer .column.col1 {
display: none;
}
footer .column.col1.last {
display: block;
width: 400px;
margin: 0 auto;
text-align: center;
float: none;
}
footer .column:nth-child(2) {
width: 33%;
margin-right: 0;
}
footer .column:nth-child(3) {
width: 33%;
margin-right: 0;
}
footer .column:nth-child(4) {
width: 33%;
}
footer .column.col1.last img {
width: 98px;
display: inline-block;
margin-bottom: 10px;
}
footer .column.col1.last p {
margin: 0;
}
footer .column.col1.last .help-chat {
margin: 10px auto 0 auto;
}
}
@media (max-width: 767px) {
header .top-bar .search {
display: none;
}
header .wrap .beta h3 {
margin-top: 75px;
}
header .search-appended form button {
top: 4px;
}
header .search-appended form input::-webkit-input-placeholder {
color: #fff;
}
header .search-appended form input:-moz-placeholder {
color: #fff;
}
header .search-appended form input::-moz-placeholder {
color: #fff;
}
header .search-appended form input:-ms-input-placeholder {
color: #fff;
}
header .search-appended form input::-ms-input-placeholder {
color: #fff;
}
header .search-appended form input::placeholder {
color: #fff;
}
.tab-info {
display: none;
}
.home-tabs .tab .tab-info.tab-info-mobile {
display: block;
}
.tab-info .btn {
display: inline-block;
}
.home .features {
padding-top: 10px;
}
.home .app .phones {
padding-bottom: 40px;
}
.home .specificatii {
padding-bottom: 40px;
padding-left: 15px;
padding-right: 15px;
}
.distribuitori {
padding-bottom: 40px;
padding-left: 15px;
padding-right: 15px;
}
footer .column:nth-child(4) {
width: 100%;
}
.home .specificatii .ceas {
width: 100%;
}
.content {
margin-top: 50px;
}
.home .features {
margin-bottom: 20px;
}
.navigation-bottom {
margin-top: 40px;
}
.subcategory aside .new-filter ul li:last-child {
margin-bottom: 0;
}
.single-product .visible-rating .star-rating {
margin-right: 5px;
}
.product .zone-hero .col3 .control-panel {
border: none;
}
.single-product .m_code_wrap {
width: 255px;
}
.single-product .home .pachete {
margin-bottom: 0;
}
.single-product .content {
padding-bottom: 0;
}
.single-product .distribuitori ul {
padding-bottom: 0;
margin-top: 25px;
}
.distribuitori ul li {
margin-bottom: 33px;
}
.distribuitori ul li:last-child {
margin-bottom: 0;
}
.product .zone-hero .col3 form .product-no select {
-webkit-appearance: none;
}
.home .pachete h2 {
font-size: 40px;
}
.single-product .home .pachete {
margin-top: 40px;
}
.page-template-default .col-left {
padding-right: 0;
}
.page-template-default .page-template h1 {
margin-top: 0;
}
.page-template-default .col-left p {
font-size: 17px;
}
.page-template-default .col-left p {
margin-bottom: 16px;
}
.page-template-default .col-left p:last-child {
margin-bottom: 0;
}
.page-template aside h4 {
font-size: 1.5em;
margin-bottom: .75em;
line-height: 1.25;
}
.page-template aside .aside-links ul li a {
font-size: 100%;
line-height: 1.5;
}
.page-template aside .aside-links ul li i {
margin-bottom: -5px;
}
.page-template aside .aside-program ul li span {
font-size: 100%;
line-height: 1.5;
}
.page-template-default .distribuitori {
padding-top: 10px;
}
.page-template-default .distribuitori {
padding-bottom: 30px;
}
.page-template-page_suport_contacteaza .page-template h1 {
margin-top: 0;
}
.page-template-page_suport_contacteaza .distribuitori {
margin-top: 0;
padding-bottom: 20px;
}
.page-template-page_suport_contacteaza .content {
padding-bottom: 0;
}
.woocommerce-order-received h1 {
margin-top: 0;
}
.page-finished .holder .left {
margin-bottom: 35px;
}
.footer-checkout .container {
padding-top: 2em;
}
.footer-checkout .container&gt;p {
margin-bottom: 22px;
}
.woocommerce-billing-fields__field-wrapper, 
.woocommerce-shipping-fields__field-wrapper {
padding: 16px;
}
.woocommerce-checkout form .form-row-first, 
.woocommerce-checkout form .form-row-last, 
.woocommerce-page form .form-row-first, 
.woocommerce-checkout form .form-row-last {
width: 100%;
}
#billing_email_field, 
#billing_state_field, 
#cui_field, 
#shipping_state_field, 
#account_password_field {
width: 100%;
float: none;
}
#billing_phone_field, 
#billing_city_field, 
#banca_field, 
#shipping_city_field, 
#confirm_password_field {
width: 100%;
float: none;
}
#billing_email_field, 
#billing_phone_field, 
#cui_field, #banca_field,
#shipping_city_field {
margin-bottom: 16px !important;
}
.cart-checkout .woocommerce-checkout-review-order {
padding: 16px;
}
.cum-functioneaza .functii-tab .ft-nav {
width: 100%;
float: none;
margin-bottom: 40px;
}
.cum-functioneaza .functii-tab .ft-content {
width: 100%;
float: none;
}
.cum-functioneaza .functii-tab .ft-content .description .img {
margin-right: 0;
float: none;
width: 100%;
}
.cum-functioneaza .pasi .p-circles {
text-align: center;
display: flex;
flex-wrap: wrap;
}
.cum-functioneaza .pasi .p-circles li {
float: none;
width: 50%;
max-width: 50%;
flex-basis: 50%;
margin: 0;
padding: 15px 45px;
}
.cum-functioneaza .pasi .p-circles li .circle {
margin-bottom: 20px;
}
.cum-functioneaza .pasi {
margin-bottom: 40px;
}
.cum-functioneaza .intrebari h2 {
margin-bottom: 40px;
font-size: 36px;
}
.cum-functioneaza .intrebari .intrebare .minus,
.cum-functioneaza .intrebari .intrebare .plus {
width: 10%;
margin-right: 5%;
}
.cum-functioneaza .intrebari .intrebare span {
width: 85%;
font-size: 24px;
}
.cum-functioneaza .intrebari .intrebare span br {
display: none;
}
.cum-functioneaza .functionalitati {
margin-bottom: 50px;
}
.cum-functioneaza .pasi h2 {
font-size: 36px;
}
.cum-functioneaza .functionalitati h2 {
font-size: 36px;
}
.cum-functioneaza .cc-hero {
padding-left: 0;
padding-right: 0;
}
.cum-functioneaza {
margin-top: 40px;
}
.cum-functioneaza .functii-tab .ft-content .description .img img {
max-width: 100%;
max-height: none;
}
.cum-functioneaza .functii-tab .ft-content .description .text p {
color: #fff;
font-family: 'he-300', sans-serif;
}
.cum-functioneaza .functii-tab div.ft-content {
display: none !important;
}
.cum-functioneaza .functii-tab .ft-nav .ftc-box.active {
display: block;
}
.cum-functioneaza .functii-tab {
margin-bottom: 38px;
}
.subcategory aside .new-filter a.mai-multe-culori {
display: none;
}
.filtru_culoare li {
display: list-item !important;
}
footer .column:first-child {
width: 100%;
margin-right: 0;
text-align: center;
}
footer .column:first-child img {
display: inline-block;
margin-bottom: 25px;
}
footer .column {
margin-bottom: 35px;
}
footer .column:nth-child(2) {
width: 49%;
clear: both;
margin-right: 0;
text-align: center;
}
footer .column h3 {
margin-bottom: 10px;
line-height: 1.2;
font-size: 23px;
}
footer .column:nth-child(3) {
width: 49%;
clear: none;
margin-right: 0;
text-align: center;
}
footer .column:nth-child(4) {
width: 100%;
text-align: center;
margin-bottom: 0;
clear: both !important;
}
.euplatesc-banner {
margin: 0;
}
.euplatesc-banner .col1 {
margin: 0;
}
.cum-functioneaza .functii-tab .ft-nav li {
padding-bottom: 10px;
border-bottom: 1px solid rgba(255,255,255,0.1);
}
.cum-functioneaza .functii-tab .ft-nav li:nth-last-child(2) {
margin: 0;
padding: 0;
border-bottom: none;
}
.cum-functioneaza .functii-tab .ft-nav {
margin-bottom: 15px;
}
footer .help-chat.on-black .left {
vertical-align: top;
}
footer .column {
width: 33% !important;
}
footer .column:first-child {
width: 100% !important;
}
.see-all-wrap {
margin-bottom: 65px;
}
.see-all-wrap.second {
margin-bottom: 15px;
margin-top: 55px;
}
.single-product .cartela-gratuita {
right: 0;
}
}
@media (max-width: 700px) {
.safety-bottom img {
display: block;
margin-right: auto;
width: 270px;
max-width: 100%;
margin-left: auto;
margin-bottom: 25px;
}
.page-template .col-left .safety-bottom .see-all-smart {
display: inline-block;
margin-left: auto;
margin-right: auto;
width: auto;
font-size: 18px;
padding: 19px 16px;
}
.page-template .col-left .safety-bottom {
text-align: center;
}
.safety-bottom {
margin-bottom: 40px;
}
}
@media (max-width: 667px) {
.home .app .phones li {
float: none;
margin-right: 0;
width: 100%;
margin-bottom: 50px;
}
.home .pachete ul li {
float: none;
margin-right: 0;
width: 100%;
margin-bottom: 40px;
}
.home .pachete h2 {
margin-bottom: 30px;
}
.home .pachete {
margin-bottom: 25px;
}
footer .icons .left {
width: 400px;
}
.home .features .circles li {
width: 100%;
margin-right: 0 !important;
margin-bottom: 20px;
text-align: center;
}
.home .features .circles li .title img {
display: inline-block;
float: none;
margin-right: 15px;
vertical-align: middle;
}
.home .features .circles li .title span {
display: inline-block;
float: none;
margin-top: 0 !important;
vertical-align: middle;
}
.home .features .circles li .title {
text-align: center;
}
.home .features .circles li .new {
margin-top: 0;
}
}
@media (max-width: 640px) {
.content-home .keywords {
background: #3f2c80;
}
.content-home .keywords li {
border-left-color: #fff;
}
.cum-functioneaza .cc-hero .box {
height: 400px;
}
.cum-functioneaza .pasi .p-circles li {
padding: 15px 30px;
}
footer .column {
width: 33.33% !important;
clear: none !important;
}
footer .column:first-child {
width: 100% !important;
}
footer .column ul li a {
font-size: 16px !important;
}
.home .specificatii ul li {
width: 100%;
margin-right: 0;
}
}
@media (max-width: 600px) {
header .top-bar .basket .phone-icon {
display: none !important;
}
header .top-bar .basket .phone {
display: none !important;
}
header .top-bar .basket .vezi-oferte {
display: none !important;
}
header .comenzi-telefonice {
display: none !important;
}
}
@media (max-width: 480px) {
.cum-functioneaza .cc-hero .box {
display: block;
float: none;
width: 100%;
height: auto;
}
.cum-functioneaza .cc-hero .box .overlay {
position: static;
display: block;
overflow-y: visible;
padding: 20% 10% 20%;
}
.cum-functioneaza .cc-hero .box .overlay .center {
display: block;
}
.cum-functioneaza .cc-hero .box .overlay .center h3 {
margin-bottom: 20px;
}
.cum-functioneaza .cc-hero .box .overlay .center h3 br {
display: none;
}
.cum-functioneaza .cc-hero .box .overlay .center p {
width: 100%;
}
.cum-functioneaza .functii-tab .ft-nav {
padding: 20px;
}
.cum-functioneaza .pasi .p-circles li {
width: 100%;
max-width: 100%;
flex-basis: 100%;
padding: 15px 90px;
}
.cum-functioneaza .intrebari .intrebare a {
padding-left: 55px;
}
.cum-functioneaza .intrebari .intrebare .minus, 
.cum-functioneaza .intrebari .intrebare .plus {
width: 8%;
}
.cum-functioneaza .intrebari .intrebare {
margin-bottom: 30px;
}
.cum-functioneaza .intrebari .intrebare:last-child {
margin-bottom: 0;
}
.home-logos ul li {
margin: 0 0 40px 0 !important;
display: block;
text-align: center;
width: 100% !important;
}
.home-logos ul li:last-child {
margin-bottom: 0 !important;
}
.distribuitori h4 {
font-size: 30px;
}
.distribuitori ul li img {
width: 50%;
max-width: none;
}
.distribuitori {
padding-bottom: 10px;
}
}
@media (max-width: 430px) { footer .column {
width: 100% !important;
margin-right: 0 !important;
float: none;
margin-bottom: 20px;
text-align: center;
}
footer .column:last-child {
margin-bottom: 0;
clear: both !important;
}
footer .icons .left {
width: 100%;
float: none;
margin-bottom: 20px;
text-align: center;
}
footer .icons .right {
float: none;
}
footer {
padding-top: 20px;
padding-bottom: 20px;
}
footer .column:first-child img {
display: inline-block;
margin-bottom: 20px;
}
footer .column h3 {
margin-bottom: 0;
font-size: 30px;
}
footer .column:nth-child(2) {
width: 49% !important;
margin-right: 2% !important;
float: left;
}
footer .column:nth-child(3) {
width: 49% !important;
float: right;
}
footer .column:nth-child(2) ul li a, 
footer .column:nth-child(3) ul li a,
footer .column:nth-child(4) ul li a {
font-size: 17px;
}
footer .column:first-child p {
font-size: 17px;
}
footer .column:nth-child(4) .account-actions .sign-up {
float: none;
display: inline-block;
}
footer .column:nth-child(4) .account-actions .autentificare {
float: none;
display: inline-block;
}
footer .column:nth-child(4) .account-actions {
text-align: center;
margin-bottom: 30px;
}
footer .column:nth-child(4) .social .left {
display: inline-block;
float: none;
}
footer .column:nth-child(4) .social .right {
display: inline-block;
float: none;
vertical-align: top;
}
footer .column:nth-child(4) .social {
text-align: center;
}
footer .icons .right {
text-align: center;
}
footer .icons {
padding-top: 25px;
}
footer .icons .left img {
display: none;
}
footer .icons .left .mobile {
display: inline-block;
margin-bottom: 10px;
}
footer .icons .left img:last-child {
margin-bottom: 0;
}
.home .pachete ul li:last-child {
margin-bottom: 20px;
}
.cum-functioneaza .intrebari .intrebare span {
font-size: 22px;
}
.cum-functioneaza .intrebari .intrebare a {
padding-left: 50px;
}
.cum-functioneaza .intrebari .intrebare a {
margin-bottom: 0;
}
.cum-functioneaza .intrebari .intrebare {
margin-bottom: 20px;
}
.cum-functioneaza .intrebari .intrebare:last-child {
margin-bottom: 0;
}
.cum-functioneaza .intrebari .intrebare span {
top: 16px;
}
.cum-functioneaza .intrebari .intrebare.active a {
margin-bottom: 30px;
}
.cum-functioneaza .intrebari .intrebare.active {
margin-bottom: 15px;
}
}
@media (max-width: 375px) {
.see-all-wrap .see-all-smart {
font-size: 18px;
}
}
@media (max-width: 360px) {
footer .column:nth-child(4) .social .left {
margin-right: 10px;
}
.cum-functioneaza .cc-hero .box .overlay {
padding: 15% 7% 15%;
}
.cum-functioneaza .functii-tab .ft-nav li span {
padding-top: 9px;
font-size: 18px;
}
.cum-functioneaza .pasi .p-circles li {
padding-left: 50px;
padding-right: 50px;
}
}
@media (max-width: 320px) {
footer .column:nth-child(4) .account-actions .sign-up {
width: 120px;
font-size: 20px;
}
footer .column:nth-child(4) .account-actions .autentificare {
width: 120px;
font-size: 20px;
}
footer .column:nth-child(4) .social .left {
width: 100%;
margin-right: 0;
margin-bottom: 20px;
}
footer .column:nth-child(4) .social .right {
width: 100%;
float: none;
}
}
.woocommerce-error .wc-forward {
display: none !important;
}
.woocommerce-checkout .cart-checkout .cart-item select[disabled="disabled"] {
-webkit-appearance: none;
-moz-appearance: none;
text-indent: 1px;
text-overflow: '';
background-image: none !important;
}
.woocommerce-checkout .cart-checkout .bratara-cadou select::-ms-expand {
display: none;
}
header .basket .drop .cart_items .cart-item-wrap.has-free .remove-product {
display: none !important;
}
.cart-checkout .cart-item.bratara-cadou .cart_item_remove {
display: none !important;
}
header .basket .drop .cart_items .cart-item .cadou {
color: #ffa01d;
font-family: he-700;
}
.postid-12696 .m_code_wrap .disponibil-de-la {
display: none !important;
}
.disponibil-de-la.green {
color: #34b922;
}
.item-product-stock .mesaj-livrare {
float: left !important;
margin-left: 7px;
font-family: 'he-700', sans-serif;
margin-top: 3px !important;
}
.single-product span.disponibil-de-la {
display: inline-block !important;
}
.single-product span.cod-produs {
display: block !important;
margin-top: 15px !important;
}
.product .zone-hero .col2 .code .disponibil-de-la {
height: auto;
margin-top: 10px;
}
.cartela-gratuita .vdf-logo {
display: inline-block;
}
@media (min-width: 1200px) and (max-width: 1439px) {
.subcategory .item-product img {
max-width: 100%;
}
.subcategory .product-results li {
width: 25%;
}
}
@media (max-width: 1023px) {
.product .zone-hero .col3 form .action-buttons .right button  {
height: auto;
text-indent: 0;
text-align: center;
background: transparent;
width: auto;
display: inline-block;
color: #515B69;
font-family: "he-400";
font-size: 18px;
line-height: 1.44;
text-transform: none;
padding-left: 26px;
margin-top: 10px;
}
.product .zone-hero .col3 form .action-buttons .right button:after {
width: 19px;
height: 17px;
background-size: contain;
top: 4px;
}
.product .zone-hero .col3 form .action-buttons .right {
display: block;
position: relative;
text-align: center;
}
}
@media (max-width: 767px) {
.search-results .search-results-aside {
display: none;
}
.single-product span.cod-produs {
margin-top: 0 !important;
}
.product .zone-hero .col2 .code .disponibil-de-la {
height: auto;
line-height: 1.5;
padding-top: 5px;
}
}
@media (max-width: 320px) {
.single-product .m_code_wrap {
width: 220px;
}
}
.pachete .cut {
text-decoration: line-through;
}
.product .zone-hero .col3 form .price .paranteze {
display: inline;
margin-left: 5px;
font-size: 22px;
font-family: "he-300", sans-serif;
}
.filtru-brand {
display: flex;
width: 100%;
}
.filtru-brand li:first-child {
order: 2;
}
.filtru-brand li:nth-child(2) {
order: 3;
}
.filtru-brand li:last-child {
order: 1;
}
.df-classic .df-branding {
display: none !important;
}
.df-results .niciun-rezultat {
text-align: center;
grid-column-start: 1;
grid-column-end: 100;
padding-top: 10px;
}@media (max-width: 767px) {
.product .zone-hero .col2 .code .disponibil-de-la {
display: block !important;
float: none !important;
margin-top: 0 !important;
padding-top: 0 !important;
}
} .echipa h1, .b2b h1, .colaborate h1,
.echipa h2, .b2b h2, .colaborate h2,
.echipa h3, .b2b h3, .colaborate h3,
.echipa h5, .b2b h5, .colaborate h5 {
font-family: 'he-300';
line-height: 1.4;
margin: 0 0 .2em;
border: 0;
padding: 0;
}
.echipa h1, .b2b h1, .colaborate h1,
.echipa h2, .b2b h2, .colaborate h2 {
color: white;
}
.echipa h1, .b2b h1, .colaborate h1 {
font-size: 2.2em;
line-height: 1.2;
}
.echipa h3, .b2b h3, .colaborate h3 {
font-size: 1.7em;
line-height: 1.2;
color: rgba(0,0,0,.9);
}
.echipa h5, .b2b h3, .colaborate h3 {
font-size: 1.1em;
color: rgba(0,0,0,0.5);
}
.echipa .hero,
.b2b .hero,
.colaborate .hero {
background-blend-mode: multiply;
background-repeat: no-repeat;
background-size: cover;
background-position: center;
margin-bottom: 1.3em;
padding: 5em 0;
margin-top: -3px;
}
.echipa .member-container {
margin-left: -1em;
margin-top: -1.35em;
overflow: hidden;
}
.echipa .member-box {
width: 100%;
padding-left: 1em;
margin-top: 1.35em;
float: left;
}
.echipa .member-box img {
width: 100%;
margin: 0 0 1.3em;
}
.echipa .member-box ul {
margin: 1.25em 0 0;
}
.echipa .member-box li {
font-size: 1.1em;
font-family: 'he-300';
}
.echipa .member-box ul,
.echipa .member-box a {
color: #202020;
}
.echipa .member-box a {
text-decoration: underline;
}
.echipa .member-box li {
margin: .2em 0 0;
}
.echipa .member-box ul i {
display: inline-block;
vertical-align: middle;
width: 1.2em;
height: 1.2em;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
-ms-border-radius: 50%;
-o-border-radius: 50%;
border-radius: 50%;
border: 1px solid rgba(0,0,0,.5);
margin-right: .75em;
position: relative;
}
.echipa .member-box ul i:before {
content: '';
display: inline-block;
width: .6em;
height: .6em;
position: absolute;
top: 50%;
left: 50%;
margin-top: -.3em;
margin-left: -.3em;
-webkit-opacity: .5;
-moz-opacity: .5;
-ms-opacity: .5;
-o-opacity: .5;
opacity: .5;
}
.echipa .member-box li:first-child i:before {
background: url(//www.xkids.hu/wp-content/themes/xkids/img/svg/echipa/echipa-phone.svg) no-repeat center;
background-size: .6em .6em;
}
.echipa .member-box li:first-child + li i:before {
background: url(//www.xkids.hu/wp-content/themes/xkids/img/svg/echipa/echipa-mail.svg) no-repeat center;
background-size: .6em .6em;
}
.page-template-page_b2b .mini-offer,
.page-template-page_b2b .breadcrumbs {
display: none;
}
.page-template-page_colaboreaza .mini-offer,
.page-template-page_colaboreaza .breadcrumbs {
display: none;
}
.page-template-page_echipa .mini-offer,
.page-template-page_echipa .breadcrumbs {
display: none;
}
.echipa .member {
position: relative;
}
header .wrap .beta .owl-item:nth-child(7) {
border-right: none !important;
}
header .wrap .beta.hovering .owl-placeholder&gt;.item:nth-child(7) {
border-right: none !important;
}
.smart-home-dropdown-mobile, 
.smart-home-dropdown-mobile-submenu {
display: none;
padding: 0 15px 15px;
transition: all 0.3s linear;
position: relative;
right: -215px;
}
.smart-home-dropdown-mobile.move-left,
.smart-home-dropdown-mobile-submenu.move-left {
right: 0;
}
.smart-home-dropdown-mobile.move-left-left {
left:  -215px;
right:  auto;
}
.smart-home-dropdown-mobile .inapoi,
.smart-home-dropdown-mobile-submenu .inapoi {
color: #fff;
font-family: he-700;
}
.smart-home-dropdown-mobile .inapoi .fa,
.smart-home-dropdown-mobile-submenu .inapoi .fa {
margin-right: 5px;
}
.smart-home-dropdown-mobile li a,
.smart-home-dropdown-mobile-submenu li a {
font-size:  15px;
}
.smart-home-dropdown-mobile li:first-child a,
.smart-home-dropdown-mobile-submenu li:first-child a {
font-size: 19px;
font-family: 'he-700';
}
.beta .item .plus {
display: none !important;
}
.smart-home-dropdown-mobile ul,
.smart-home-dropdown-mobile-submenu ul {
margin-top: 10px;
}
.term-565 .filter-box-wrap {
display: none !important;
}
button font {
vertical-align: top !important;
}
@media screen and (min-width: 30em) {
.echipa .member-box {
width: 50%;
}
}
@media screen and (min-width: 37.5em) {
.echipa .hero,
.b2b .hero, .colaborate .hero {
margin-bottom: 1.7em;
}
}
@media screen and (min-width: 40.000em) { .echipa .hero,
.b2b .hero, .colaborate .hero {
padding: 8em 0;
}
}
@media screen and (min-width: 48.000em) { .echipa h1, .b2b h1, .colaborate h1 {
font-size: 2.6em;
}
.echipa h1, .b2b h1, .colaborate h1,
.echipa h2, .b2b h2, .colaborate h2 {
width: 60%;
}
.echipa .hero,
.b2b .hero, .colaborate .hero {
padding: 7em 0 18em;
}
.echipa .member-box {
width: 33.33%;
}
}
@media screen and (min-width: 75.000em) { .echipa h1, .b2b h1, .colaborate h1 {
font-size: 3.2em;
margin-bottom: .3em;
}
.echipa h1, .b2b h1, .colaborate h1,
.echipa h2, .b2b h2, .colaborate h2 {
width: 50%;
}
.echipa h2, .b2b h2, .colaborate h2 {
font-size: 1.8em;
}
.echipa .hero,
.b2b .hero, .colaborate .hero {
padding: 24em 0 7em;
margin-bottom: 1em;
}
.echipa .member-box {
width: 33.33%;
}
.echipa .member-box img {
margin-bottom: 0;
}
.echipa .details {
position: absolute;
top: 1em;
left: 1em;
width: calc(100% - 2em);
height: calc(100% - 2em);
background: white;
padding: 2em;
-webkit-transition: all .3s;
-o-transition: all .3s;
transition: all .3s;
-webkit-opacity: 0;
-moz-opacity: 0;
-ms-opacity: 0;
-o-opacity: 0;
opacity: 0;
}
.echipa ul {
position: absolute;
bottom: 2em;
left: 2em;
}
.echipa .member:hover .details {
-webkit-opacity: .9;
-moz-opacity: .9;
-ms-opacity: .9;
-o-opacity: .9;
opacity: .9;
}
.echipa .member-container {
margin-left: -1em;
margin-top: -1em;
}
.echipa .member-box {
margin-top: 1em;
padding-left: 1em;
}
}
.echipa .member .alternate {
display: none;
}
.echipa .member:hover img {
display: none;
}
.echipa .member:hover .alternate {
display: block;
}
.echipa .details {
top: auto;
bottom: 1em;
height: 100px;
padding-top: 23px;
} .single-product .produse-asociate {
margin: 0 0 28px 0;
display: flex;
flex-wrap: wrap;
justify-content: left;
}
.single-product .alege-culoare {
margin-bottom: 5px;
}
.single-product .produse-asociate li {
margin-bottom: 5px;
flex-basis: 24.625%;
margin-right: 2.5%;
} .single-product .produse-asociate li:last-child {
margin-right: 0;
}
.single-product .produse-asociate li a:last-child {
margin-right: 0;
}
.single-product .produse-asociate li a {
white-space: normal;
color: #666;
background-color: #fff;
border: 1px solid #666;
box-shadow: none;
margin-bottom: 5px;
padding: 2px 2px;
font-weight: 600;
display: block;
text-align: center;
cursor: pointer;
background-image: none;
font-size: 14px;
line-height: 20px;
border-radius: 3px;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
text-decoration: none;
height: 100%;
}
.single-product .produse-asociate li a:hover {
text-decoration: none;
}
.single-product .produse-asociate li a img {
text-indent: -9999px;
width: auto;
max-width: 100px;
margin: 0 auto;
height: 85px;
display: block;
}
.single-product .produse-asociate li .active {
border: 2px solid #3f2c80;
}
.single-product .imagine-ascunsa {
display: none !important;
}
.product .zone-hero .col2 .code .disponibil-de-la {
margin-top: 3px;
} .single-product .vodafone-tablet {
display: none;
}
.single-product .vodafone-mobile {
display: none;
}
.filtru-brand [data-name="Xkids"] {
order: 1 !important;
}
.filtru-brand [data-name="Wonlex"] {
order: 2 !important;
}
.filtru-brand [data-name="YQT"] {
order: 3 !important;
}
.filtru-brand [data-name="Twinkler"] {
order: 4 !important;
}
.filtru-brand [data-name="Universal"] {
order: 5 !important;
}
.filtru-brand [data-name="Yoho"] {
order: 6 !important;
}
.filtru-brand [data-name="MBOSS"] {
order: 7 !important;
}
.filtru-brand [data-name="TWS"] {
order: 8 !important;
}
.footer-checkout .logo-container {
overflow: hidden;
padding-bottom: 40px;
}
.footer-checkout .logo-container .simpleypay-logo {
float: left;
}
.footer-checkout .logo-container .date-firma {
float: right;
}
@media (min-width: 768px) { }
@media (min-width: 1200px) and (max-width: 1445px) {
.subcategory .product-results li:nth-child(4n+1) {
clear: both;
}
}
@media (min-width: 1024px) and (max-width: 1185px) {
.mini-offer .btn {
margin-left: 0;
margin-top: 8px;
}
}
@media (min-width: 1024px) and (max-width: 1065px) {
.product .zone-hero .col3 form .action-buttons button {
font-size: 20px;
}
}
@media (min-width: 1200px) {
.subcategory .product-results li:nth-child(4n+1) {
clear: both;
}
}
@media (min-width: 1024px) and (max-width: 1199px) {
.subcategory .product-results li:nth-child(3n+1) {
clear: both;
}
}
@media (min-width: 768px) and (max-width: 1023px) {
.subcategory .product-results li:nth-child(2n+1) {
clear: both;
}
.help-chat.on-mobile {
max-width: 98%;
}
}
@media (min-width: 768px) and (max-width: 929px) {
.subcategory aside .cat-all a {
display: flex;
align-items: center;
}
}
@media (min-width: 768px) and (max-width: 1430px) {
.help-chat {
max-width: 90%;
}
}
@media (min-width: 768px) and (max-width: 1280px) {
.product .zone-hero .col3 form .product-no span {
display: block;
margin-bottom: 10px;
}
.product .zone-hero .col3 form .product-no select {
float: none;
display: block;
clear: both;
}
}
@media (max-width: 768px) {
.single-product .vodafone-tablet {
display: block;
}
.single-product .vodafone-desktop {
display: none;
}
}
@media (max-width: 767px) {
.single-product .alege-culoare {
margin-top: 15px;
}
.single-product .produse-asociate {
margin: 0 0 8px 0;
justify-content: flex-start;
}
.single-product .produse-asociate li {
flex-basis: 33%;
margin-right: 0;
margin-bottom: 2px;
padding: 5px;
}
.single-product .produse-asociate li a {
margin: 0;
}
.df-fix-layout.menu-open {
left: 0 !important;
}
.single-product .vodafone-tablet {
display: none;
}
.single-product .vodafone-desktop {
display: none;
}
.single-product .vodafone-mobile {
display: block;
}
.product .zone-hero .col3 form .product-no select {
float: left;
margin-left: 10px;
}
.product .zone-hero .col2 .code span:first-child+span {
white-space: nowrap;
}
.product .zone-hero .col2 .code span:first-child+span strong {
font-size: 85%;
}
.footer-checkout .logo-container {
overflow: hidden;
padding-bottom: 20px;
}
.footer-checkout .logo-container .simpleypay-logo {
float: none;
text-align: center;
margin-bottom: 30px;
}
.footer-checkout .logo-container .date-firma {
float: none;
}
.single-product .m_code_rating em {
position: relative;
top: -5px;
}
.page-template-page_login .overlay .white {
padding-left: 1.3em;
padding-right: 1.3em;
}
.beta .item .plus {
font-weight: 700;
display: block !important;
color: #fff;
margin: 0;
border: none !important;
padding: 5px !important;
float: right;
position: relative;
top: -5px;
}
.beta .item .plus:before {
display: none;
}
.beta .item .plus .fa {
font-size: 13px;
position: relative;
top: 1px;
}
header .wrap .beta .owl-loaded {
transition: transform .5s ease;
}
header .wrap .beta .owl-loaded.move-left {
transform: translateX(-100%);
-webkit-transform: translateX(-100%); }
}
@media (max-width: 320px) {
.content-home .keywords li {
min-height: 121px;
}
}  .woocommerce-checkout .cart-discount td:last-child a {
color: #fff !important;
font-size: 15px !important;
}
.bannere-bf { background-color: #381f67; text-align: center;
}
.bannere-bf .tablet {
display: none;
}
.bannere-bf .desktop {
display: block;
width: auto;
display: inline-block;
}
.woocommerce-checkout .alerta-curier-intarziere strong {
font-family: 'he-700';
margin-bottom: 10px;
}
@media (min-width: 768px) {
.bannere-bf {
border-top: 2px solid #fff;
}
}
@media (max-width: 768px) {
.bannere-bf {
margin-bottom: 10px;
}
.bannere-bf .container {
width: 100%;
max-width: 100%;
padding: 0;
margin: 0;
}
.bannere-bf .desktop {
display: none;
}
.bannere-bf .tablet {
display: block;
width: 100%;
}
}
.mwb_wrma_guest_form label {
width: 215px;
display: inline-block;
}
.mwb_wrma_guest_form input[type="submit"] {
margin-top: 13px;
transition: all .2s ease;
-moz-transition: all .2s ease;
-webkit-transition: all .2s ease;
-o-transition: all .2s ease;
border-radius: 4px;
background: #ffa01d;
display: inline-block;
height: auto;
line-height: 40px;
height: 40px;
width: 100px;
color: #fff;
font-size: 19px;
font-family: "he-400";
position: relative;
}
.woocommerce-checkout .refund-request {
margin: 30px 0 40px 0;
}
.woocommerce-checkout .refund-request h2 {
display: none;
}
.woocommerce-checkout .refund-request table {
display: none;
}
.woocommerce-checkout .refund-request section {
display: none;
}
.page-id-34724 .content-area {
width: 1170px;
max-width: 100%;
padding: 0 1em;
margin: 0 auto;
padding-top: 185px;
}
.page-id-34724 .content-area .mwb-wrma_customer_detail {
clear: both;
}
.page-id-34724 .content-area h1 {
font-size: 36px;
font-family: 'he-300', sans-serif;
}
.page-id-34724 .content-area textarea[name="mwb_wrma_return_request_reason"] {
margin-top: 7px;
}
.page-id-34724 .content-area .button {
line-height: 32px;
font-family: "he-400";
background: #ffa01d;
}
.page-id-34724 .content-area .button:hover {
color: #fff !important;
}
.page-id-34724 .content-area table td {
padding: 10px;
}
.page-id-34724 .content-area table th {
white-space: nowrap;
}
.page-id-34724 .content-area b {
font-family: 'he-700', sans-serif;
}
.page-id-34724 .woocommerce-breadcrumb {
display: none;
}
.page-id-34724 .distribuitori {
padding-top: 0;
}
.shipped_via {
color: #ffa01d;
}
.mwb-wrma_customer_detail {
display: none;
}
#mwb_wrma_return_request_form_wrapper {
overflow: hidden;
}
.mwb_wrma_subject_dropdown {
display: none;
}
.mwb_wrma_product_table input[type="number"] {
min-width: 0;
}
.mwb_wrma_return_product_all {
margin-top: 0 !important;
position: relative;
top: -3px;
}
.mwb_wrma_note_tag_wrapper {
width: 600px;
max-width: 100%;
}
.mwb_wrma_note_tag_wrapper .nume {
display: block;
width: 100%;
}
.mwb_wrma_note_tag_wrapper .email {
display: block;
width: 100%;
}
.mwb_wrma_note_tag_wrapper .telefon, .mwb_wrma_note_tag_wrapper .place, .mwb_wrma_note_tag_wrapper .postcode, .mwb_wrma_note_tag_wrapper .address {
display: block;
width: 100%;
}
.mwb_wrma_note_tag_wrapper textarea {
padding: 9px 11px;
width: 100%;
}
.mwb_wrma_note_tag_wrapper select {
width: 100%;
}
.mwb_wrma_note_tag_wrapper .mwb_wrma_return_request_morefiles {
display: block !important;
margin-bottom: 10px !important;
margin-top: 25px !important;
}
.mwb_wrma_note_tag_wrapper input[type="submit"] {
margin-top: 15px;
}
.mwb_wrma_note_tag_wrapper .mwb_wrma_return_request_files {
margin-top: 10px;
}
.mwb_wrma_note_tag_wrapper .nume-posesor-card {
width: 100%;
}
.mwb_wrma_note_tag_wrapper .campuri-restituire-suma {
display: none;
}
.mwb_wrma_note_tag_wrapper label {
padding-bottom: 0 !important;
border-bottom: none !important;
}
.mwb_wrma_note_tag_wrapper .form-row {
margin-bottom: 5px !important;
}
.mwb_wrma_note_tag_wrapper .mwb_wrma_return_note {
display: none;
}
.mwb_wrma_note_tag_wrapper .accept-termeni a {
color: #ffa01d;
}
.mwb_wrma_note_tag_wrapper .accept-termeni a:hover, .mwb_wrma_note_tag_wrapper .accept-termeni a:focus {
text-decoration: underline;
}
.mwb_wrma_note_tag_wrapper .mwb_wrma_files_remove {
line-height: 28px !important;
padding: 0 !important;
height: 24px !important;
}
.cerere-returnare-produs .status {
color: #ff0000;
display: none;
}
.mwb_wrma_return_request_morefiles {
background-color: #b4b4b4 !important;
}
.no-touch .woocommerce input.button.mwb_wrma_return_request_morefiles:hover,
.no-touch .woocommerce input.button.mwb_wrma_return_request_morefiles:focus {
background-color: #b4b4b4 !important;
}
.eroare-cerere-retur {
color: #ff0000;
}
header .mail_replace {
padding: 0 0 0 15px !important;
margin: 0 !important;
border: none !important;
text-align: left !important;
font-size: 13px !important;
}
footer .mail_replace {
padding: 0 !important;
border: none !important;
text-align: left !important;
} .term-810 .new-filter-aplica div:nth-child(7) {
display: none !important;
}
.certificate-ce label {
margin-right: 10px;
}
.certificate-ce button[type="submit"] {
margin-top: 13px;
transition: all .2s ease;
-moz-transition: all .2s ease;
-webkit-transition: all .2s ease;
-o-transition: all .2s ease;
border-radius: 4px;
background: #ffa01d;
display: inline-block;
height: auto;
line-height: 36px;
height: 40px;
width: auto;
color: #fff;
font-size: 19px;
font-family: "he-400";
position: relative;
padding-left: 20px;
padding-right: 20px;
}
h3.descarca-certificat {
margin-top: 40px;
}
p.descarca-certificat a {
font-family: 'he-700';
}
header .wrap .beta {
overflow: visible;
}
header .wrap .beta .smart-home-dropdown {
background-color: #fff;
border-radius: 5px;
position: absolute;
width: 100%;
left: 0;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
top: 89px;
padding: 35px 35px 45px 55px;
display: none;
z-index: 100;
-webkit-box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.11);
box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.11);
}
header .wrap .beta .smart-home-dropdown:before {
content: "";
width: 18px;
height: 7px;
top: -7px;
right: 95px;
background-image: url(//www.xkids.hu/wp-content/themes/xkids/img/smart-home/polygon.svg);
background-size: contain;
background-repeat: no-repeat;
position: absolute;
}
header .wrap .beta .smart-home-dropdown .shd-left-main {
-ms-flex-preferred-size: 25%;
flex-basis: 25%;
width: 25%;
max-width: 25%;
}
header .wrap .beta .smart-home-dropdown .shd-right-main {
-ms-flex-preferred-size: 72%;
flex-basis: 72%;
width: 72%;
max-width: 72%;
}
.shd-subcat-container {
display:  none;
}
header .wrap .beta .smart-home-dropdown .shd-left-main .main-categories {
background:  #fff;
border-radius:  10px;
padding:  10px;
}
header .wrap .beta .smart-home-dropdown .shd-left-main .main-categories ul {
display: flex;
flex-direction: column;
height: 100%;
}
header .wrap .beta .smart-home-dropdown .shd-left-main .main-categories li {
flex: 1; display: flex; align-items: center; margin:  5px 0px;
width:  100%;
font-size:  110%;
line-height:  35px;
box-shadow:  0px 2px 2px 2px #F7F7F7;
padding:  5px;
}
header .wrap .beta .smart-home-dropdown .shd-left-main .main-categories li:hover {
background:  #f8f8f8;
}
header .wrap .beta .smart-home-dropdown .shd-left-main .main-categories li a {
display:  block;
width:  100%;
position:  relative;
}
header .wrap .beta .smart-home-dropdown .shd-left-main .main-categories .img {
width: 40px;
float:  left;
margin-right:  10px;
}
header .wrap .beta .smart-home-dropdown .shd-left-main .main-categories .children-arrow {
border: solid #3f2c80;
border-width: 0 3px 3px 0;
display: inline-block;
padding: 3px;
transform: rotate(-45deg);
-webkit-transform: rotate(-45deg);
position: absolute;
right: 0px;
top: 50%;
margin-top: -6px;
}
header .wrap .beta .smart-home-dropdown .shd-left {
-ms-flex-preferred-size: 53%;
flex-basis: 53%;
width: 53%;
max-width: 53%;
}
header .wrap .beta .smart-home-dropdown .shd-left .shd-cats {
display: -webkit-box;
display: -ms-flexbox;
display: flex; -webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
header .wrap .beta .smart-home-dropdown .shd-left .shd-cats .shd-cat {
width: 49%;
margin-right: 2%;
margin-bottom: 10px;
border-bottom:  2px solid #dedede;
}
header .wrap .beta .smart-home-dropdown .shd-left .shd-cats .shd-cat:nth-child(2n) {
margin-right: 0;
} header .wrap .beta .smart-home-dropdown .shd-left .shd-cats .shd-cat a .img { width:  20px;
float:  left;
text-align: center;
margin-bottom: 5px;
margin-right:  10px;
}
header .wrap .beta .smart-home-dropdown .shd-left .shd-cats .shd-cat a .img img {
max-height: 40px;
width: auto;
}
header .wrap .beta .smart-home-dropdown .shd-left .shd-cats .shd-cat a:hover span {
color: #FFA01D;
}
header .wrap .beta .smart-home-dropdown .shd-left .shd-cats .shd-cat a span {
display: block;
font-size: 18px;
line-height: 1.22;
}
header .wrap .beta .smart-home-dropdown .shd-left .shd-left-title {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
padding-bottom: 20px;
border-bottom: 1px solid #F0F0F0;
margin-bottom: 20px;
}
header .wrap .beta .smart-home-dropdown .shd-left .shd-left-title .shd-left-title-left {
-ms-flex-preferred-size: 70%;
flex-basis: 70%;
width: 70%;
max-width: 70%;
font-size: 18px;
line-height: 1.2;
}
header .wrap .beta .smart-home-dropdown .shd-left .shd-left-title .shd-left-title-right {
width: 100%;
text-align: right;
font-size: 16px;
line-height: 1.2;
}
header .wrap .beta .smart-home-dropdown .shd-left .shd-left-title .shd-left-title-right img {
margin-left: 7px;
}
header .wrap .beta .smart-home-dropdown .shd-left .shd-left-title .shd-left-title-right:hover {
color: #FFA01D;
}
header .wrap .beta .smart-home-dropdown .shd-right {
-ms-flex-preferred-size: 42%;
flex-basis: 42%;
width: 42%;
max-width: 42%;
margin-left:  5%;
}
header .wrap .beta .smart-home-dropdown .shd-right .shd-brands {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
header .wrap .beta .smart-home-dropdown .shd-right .shd-brands .shd-brands-list {
width: 100%;
display:  flex;
flex-wrap: wrap;
text-align:center;
}
header .wrap .beta .smart-home-dropdown .shd-right .shd-brands .shd-brands-list li {
display:  table-cell;
flex:  1 1 48%;
margin-right:  2%;
}
header .wrap .beta .smart-home-dropdown .shd-right .shd-brands .shd-brands-list li .img-container {
width:  100%; display:  block;
background:  #fff;
text-align:  center;
margin-bottom:  10px;
padding:  5px;
}
header .wrap .beta .smart-home-dropdown .shd-right .shd-brands .shd-brands-list li .img-container img {
max-height:  100%;
max-width:  75%;
}
header .wrap .beta .smart-home-dropdown .shd-right .shd-brands .shd-brands-list li a:hover {
color: #FFA01D;
}
header .wrap .beta .smart-home-dropdown .shd-right .shd-right-title {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
padding-bottom: 20px;
border-bottom: 1px solid #F0F0F0;
margin-bottom: 20px;
}
header .wrap .beta .smart-home-dropdown .shd-right .shd-right-title .shd-right-title-left {
width: 100%;
font-size: 20px;
line-height: 1.2;
}
header .wrap .beta .smart-home-dropdown .shd-right .shd-right-title .shd-right-title-right {
-ms-flex-preferred-size: 40%;
flex-basis: 40%;
width: 40%;
max-width: 40%;
text-align: right;
font-size: 16px;
line-height: 1.2;
}
header .wrap .beta .smart-home-dropdown .shd-right .shd-right-title .shd-right-title-right img {
margin-left: 7px;
}
header .wrap .beta .smart-home-dropdown .shd-right .shd-right-title .shd-right-title-right:hover {
color: #FFA01D;
}
header .container {
position: relative;
}
.product .zone-tabs .tab ol li {
list-style-type: decimal;
}
.home .tabs-slide .slide {
padding-left: 4px;
}
.df-mobile .df-mobile__header {
background-color: #3f2c80 !important;
}
.df-mobile .df-mobile__header__actions span,
.df-mobile .df-mobile__button {
color: #fff !important;
}
.df-mobile[data-browser-support~=voicesearch] button[data-role=voicesearch] {
display: none !important;
}
.df-mobile[data-browser-support~=voicesearch] .df-mobile__searchbox {
padding-left: 25px !important;
}
.df-mobile .df-mobile__header__actions span {
margin: 0 !important;
}
.tabs-slide .slide.active.remove-shadow a {
border-left: none;
border-top: none;
border-right: none;
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
}
#popup-in-cos .white-section .section-headline .section-title {
color: green;
}
.no-touch .owl-prev:hover,
.no-touch .owl-next:hover,
.no-touch .single-product button:hover,
.no-touch .item-product-btn:hover {
filter: brightness(0.91);
}
.product .zone-tabs .tab ol li {
list-style-type: decimal;
}
.form-verifica-certificate-manuale td {
padding: 5px;
}
.form-verifica-certificate-manuale td:first-child {
font-weight: 700;
}
.form-verifica-certificate-manuale button[type="submit"] {
margin-top: 13px;
transition: all .2s ease;
-moz-transition: all .2s ease;
-webkit-transition: all .2s ease;
-o-transition: all .2s ease;
border-radius: 4px;
background: #ffa01d;
display: inline-block;
height: auto;
line-height: 40px;
height: 40px;
width: auto;
color: #fff;
font-size: 19px;
font-family: "he-400";
position: relative;
padding-left: 20px;
padding-right: 20px;
margin-bottom: 40px;
}
.verifica-certificate-manuale-page p a {
color: #515b69 !important;
}
.verifica-certificate-manuale-page p a:hover {
text-decoration: underline !important;
}
.woocommerce-checkout #banca_field {
display: none !important;
}
.woocommerce-checkout #cui_field {
width: 48%;
float: right;
clear: none;
padding-top: 16px;
}
.woocommerce-checkout #nume_firma_field {
float: left;
width: 48%;
}
.home .tabs-slide.owl-loaded .slide:not(.active):hover a {
box-shadow: none;
}
.favorite-content .search-results .results .right a:first-of-type {
padding-right: 20px;
}
.pagina-brand-uri {
display: flex;
align-items: center;
justify-content: flex-start;
flex-wrap: wrap;
}
.pagina-brand-uri .brand {
flex: 0 1 24%;
margin-right: 1%;
text-align: center;
margin-bottom: 20px;
}
.pagina-brand-uri .brand:last-child {
margin-right: 0;
}
.pagina-brand-uri .brand img {
display: inline-block;
max-width: 100px;
height: 80px;
margin-bottom: 15px;
-webkit-transition: all .3s;
transition: all .3s;
}
.pagina-brand-uri .brand h2 a {
color: #515B69;
}
.no-touch .pagina-brand-uri .brand:hover img {
transform: scale(1.1);
}
.no-touch .pagina-brand-uri .brand:hover h2 a {
text-decoration: underline;
}
@media (max-width: 1279px) {
header .wrap .beta .smart-home-dropdown {
display: none !important;
}
header .wrap .beta .owl-placeholder {
display: none;
}
header .wrap .beta .owl-placeholder.owl-loaded {
display: block;
}
}
@media (min-width: 1024px) {
header .beta.hovering .owl-stage {
width: 100% !important;
background-color: #e6ecf7 !important;
}
}
@media (min-width: 768px) {
.alpha .side_phone {
display: none !important;
}
}
h1 .nr-produse {
font-size:  70%;
padding-left:  2%;
}
.single-product .mobile-product-title {
border-top:  none;
font-family: "he-400";
font-size: 1.2em;
line-height: 1.4;
}
.description.show-mobile {
display:  none;
}
@media (max-width: 767px) {
.description.show-mobile {
display:  block;
}
.single-product .m_price .bold {
font-size:  23px;
}
}
@media (min-width: 768px) and (max-width: 1023px) {
.single-product .video-js {
height: 362px;
right: 2px;
}
}
@media (max-width: 767px) {
.woocommerce-checkout #cui_field {
width: 100%;
float: none;
}
.woocommerce-checkout #nume_firma_field {
width: 100%;
float: none;
}
.pagina-brand-uri .brand {
flex: 0 1 49%;
margin-right: 1%;
}
} header .wrap .beta .owl-item #item-208 a:hover span {
color:  #fff;
}
b, strong, h1, h2, h3, h4, h5, h6 {
font-weight: normal !important;
}
.nav-wrapper {
float: left;
padding-top: 12px;
margin-left: 25px;
}
.sl-nav {
display: inline;
color: #fff;
font-family: 'he-600';
font-size: 100%;
}
.sl-nav svg {
border-radius: 50%;
position: relative;
top: 2px;
}
.sl-nav ul {
margin:0;
padding:0;
list-style: none;
position: relative;
display: inline-block;
}
.sl-nav li {
cursor: pointer;
padding-bottom:10px;
}
.sl-nav li ul {
display: none;
}
.sl-nav li:hover ul {
position: absolute;
top:29px;
right:-15px;
display: block;
background: #fff;
width: 75px;
padding-top: 0px;
z-index: 1;
border-radius:5px;
box-shadow: 0px 0px 20px rgba(0,0,0,0.2);
}
.sl-nav li:hover .triangle {
position: absolute;
top: 15px;
right: -10px;
z-index:10;
height: 14px;
overflow:hidden;
width: 30px;
background: transparent;
}
.sl-nav li:hover .triangle:after {
content: '';
display: block;
z-index: 20;
width: 15px;
transform: rotate(45deg) translateY(0px) translatex(10px);
height: 15px;
background: #fff;
border-radius:2px 0px 0px 0px;
box-shadow: 0px 0px 20px rgba(0,0,0,0.2);
}
.sl-nav li ul li {
position: relative;
text-align: left;
background: transparent;
padding: 15px 15px;
padding-bottom:0;
z-index: 2;
font-size: 15px;
color: #3c3c3c;
}
.sl-nav li ul li:last-of-type {
padding-bottom: 15px;
}
.sl-nav li ul li a {
float: none;
}
.sl-nav li ul li span {
padding-left: 5px;
}
.sl-nav li ul li span:hover, .sl-nav li ul li span.active {
color: #146c78;
}
.sl-flag {
display: inline-block;
box-shadow: 0px 0px 3px rgba(0,0,0,0.4);
width: 15px;
height: 15px;
background: #aaa;
border-radius: 50%;
position: relative;
top: 2px;
overflow: hidden;
}
.mobile-languages {display: none;}
@media (max-width: 768px) {
.nav-wrapper {
display: none;
}
.mobile-languages {display: block;}
}@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) { .content {
padding: 0 0 3em !important;
}
.cart-checkout .cart-item select,
.product .zone-hero .col3 form .product-no select {
background-image: url(//www.xkids.hu/wp-content/themes/xkids/img/xkids-dropdown-arrow.png);
background-repeat: no-repeat;
background-position: 92% center;
-webkit-background-size: 10px 10px;
background-size: 10px 10px;
}
}
@media screen\0 { .content {
padding: 0 0 3em !important;
}
.cart-checkout .cart-item select,
.product .zone-hero .col3 form .product-no select {
background-image: url(//www.xkids.hu/wp-content/themes/xkids/img/xkids-dropdown-arrow.png);
background-repeat: no-repeat;
background-position: 92% center;
-webkit-background-size: 10px 10px;
background-size: 10px 10px;
}
}
@supports (-ms-ime-align: auto) { .content {
padding: 0 0 3em !important;
}
.cart-checkout .cart-item select,
.product .zone-hero .col3 form .product-no select {
background-image: url(//www.xkids.hu/wp-content/themes/xkids/img/xkids-dropdown-arrow.png);
background-repeat: no-repeat;
background-position: 92% center;
-webkit-background-size: 10px 10px;
background-size: 10px 10px;
}
}</pre></body></html>