.swiper-container {
margin-left: auto;
margin-right: auto;
position: relative; z-index: 1;
}
.swiper-container-no-flexbox .swiper-slide {
float: left;
}
.swiper-container-vertical>.swiper-wrapper {
-webkit-box-orient: vertical;
-moz-box-orient: vertical;
-ms-flex-direction: column;
-webkit-flex-direction: column;
flex-direction: column;
}
.swiper-wrapper {
position: relative;
width: 100%;
height: 100%;
z-index: 1;
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-transition-property: -webkit-transform;
-moz-transition-property: -moz-transform;
-o-transition-property: -o-transform;
-ms-transition-property: -ms-transform;
transition-property: transform;
-webkit-box-sizing: content-box;
-moz-box-sizing: content-box;
box-sizing: content-box;
}
.swiper-container-android .swiper-slide,
.swiper-wrapper {
-webkit-transform: translate3d(0px, 0, 0);
-moz-transform: translate3d(0px, 0, 0);
-o-transform: translate(0px, 0px);
-ms-transform: translate3d(0px, 0, 0);
transform: translate3d(0px, 0, 0);
}
.swiper-container-multirow>.swiper-wrapper {
-webkit-box-lines: multiple;
-moz-box-lines: multiple;
-ms-flex-wrap: wrap;
-webkit-flex-wrap: wrap;
flex-wrap: wrap;
}
.swiper-container-free-mode>.swiper-wrapper {
-webkit-transition-timing-function: ease-out;
-moz-transition-timing-function: ease-out;
-ms-transition-timing-function: ease-out;
-o-transition-timing-function: ease-out;
transition-timing-function: ease-out;
margin: 0 auto;
}
.swiper-slide {
-webkit-flex-shrink: 0;
-ms-flex: 0 0 auto;
flex-shrink: 0;
width: 100%;
height: 100%;
position: relative;
}
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
height: auto;
}
.swiper-container-autoheight .swiper-wrapper {
-webkit-box-align: start;
-ms-flex-align: start;
-webkit-align-items: flex-start;
align-items: flex-start;
-webkit-transition-property: -webkit-transform, height;
-moz-transition-property: -moz-transform;
-o-transition-property: -o-transform;
-ms-transition-property: -ms-transform;
transition-property: transform, height;
}
.swiper-container .swiper-notification {
position: absolute;
left: 0;
top: 0;
pointer-events: none;
opacity: 0;
z-index: -1000;
}
.swiper-wp8-horizontal {
-ms-touch-action: pan-y;
touch-action: pan-y;
}
.swiper-wp8-vertical {
-ms-touch-action: pan-x;
touch-action: pan-x;
}
.swiper-button-prev,
.swiper-button-next {
position: absolute;
top: 25%;
width: 28px;
height: 28px;
margin-top: -22px;
z-index: 10;
cursor: pointer;
-moz-background-size: 28px 28px;
-webkit-background-size: 28px 28px;
background-size: 28px 28px;
background-position: center;
background-repeat: no-repeat;
}
.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
opacity: 0.35;
cursor: auto;
pointer-events: none;
}
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
left: 10px;
right: auto;
}
.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
right: 10px;
left: auto;
}
.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}
.swiper-pagination {
position: absolute;
text-align: center;
-webkit-transition: 300ms;
-moz-transition: 300ms;
-o-transition: 300ms;
transition: 300ms;
-webkit-transform: translate3d(0, 0, 0);
-ms-transform: translate3d(0, 0, 0);
-o-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
opacity: 0;
}
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal>.swiper-pagination-bullets {
bottom: -60px;
left: 0;
width: 100%;
}
.swiper-pagination-bullet {
width: 8px;
height: 8px;
display: inline-block;
border-radius: 100%;
background: #000;
opacity: 0.2;
}
button.swiper-pagination-bullet {
border: none;
margin: 0;
padding: 0;
box-shadow: none;
-moz-appearance: none;
-ms-appearance: none;
-webkit-appearance: none;
appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
cursor: pointer;
}
.swiper-pagination-white .swiper-pagination-bullet {
background: #fff;
}
.swiper-pagination-bullet-active {
opacity: 1;
background: #007aff;
}
.swiper-pagination-white .swiper-pagination-bullet-active {
background: #fff;
}
.swiper-pagination-black .swiper-pagination-bullet-active {
background: #000;
}
.swiper-container-vertical>.swiper-pagination-bullets {
right: 10px;
top: 50%;
-webkit-transform: translate3d(0px, -50%, 0);
-moz-transform: translate3d(0px, -50%, 0);
-o-transform: translate(0px, -50%);
-ms-transform: translate3d(0px, -50%, 0);
transform: translate3d(0px, -50%, 0);
}
.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
margin: 5px 0;
display: block;
}
.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
margin: 0 5px;
}
.swiper-pagination-progress {
background: rgba(0, 0, 0, 0.25);
position: absolute;
}
.swiper-pagination-progress .swiper-pagination-progressbar {
background: #007aff;
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
-webkit-transform: scale(0);
-ms-transform: scale(0);
-o-transform: scale(0);
transform: scale(0);
-webkit-transform-origin: left top;
-moz-transform-origin: left top;
-ms-transform-origin: left top;
-o-transform-origin: left top;
transform-origin: left top;
}
.swiper-container-rtl .swiper-pagination-progress .swiper-pagination-progressbar {
-webkit-transform-origin: right top;
-moz-transform-origin: right top;
-ms-transform-origin: right top;
-o-transform-origin: right top;
transform-origin: right top;
}
.swiper-container-horizontal>.swiper-pagination-progress {
width: 100%;
height: 4px;
left: 0;
top: 0;
}
.swiper-container-vertical>.swiper-pagination-progress {
width: 4px;
height: 100%;
left: 0;
top: 0;
}
.swiper-pagination-progress.swiper-pagination-white {
background: rgba(255, 255, 255, 0.5);
}
.swiper-pagination-progress.swiper-pagination-white .swiper-pagination-progressbar {
background: #fff;
}
.swiper-pagination-progress.swiper-pagination-black .swiper-pagination-progressbar {
background: #000;
}
.swiper-container-3d {
-webkit-perspective: 1200px;
-moz-perspective: 1200px;
-o-perspective: 1200px;
perspective: 1200px;
}
.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
-webkit-transform-style: preserve-3d;
-moz-transform-style: preserve-3d;
-ms-transform-style: preserve-3d;
transform-style: preserve-3d;
}
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
pointer-events: none;
z-index: 10;
}
.swiper-container-3d .swiper-slide-shadow-left {
background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
background-image: -moz-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-right {
background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-top {
background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
background-image: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-bottom {
background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-coverflow .swiper-wrapper,
.swiper-container-flip .swiper-wrapper {
-ms-perspective: 1200px;
}
.swiper-container-cube,
.swiper-container-flip {
overflow: visible;
}
.swiper-container-cube .swiper-slide,
.swiper-container-flip .swiper-slide {
pointer-events: none;
-webkit-backface-visibility: hidden;
-moz-backface-visibility: hidden;
-ms-backface-visibility: hidden;
backface-visibility: hidden;
z-index: 1;
}
.swiper-container-cube .swiper-slide .swiper-slide,
.swiper-container-flip .swiper-slide .swiper-slide {
pointer-events: none;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-flip .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
pointer-events: auto;
}
.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-right {
z-index: 0;
-webkit-backface-visibility: hidden;
-moz-backface-visibility: hidden;
-ms-backface-visibility: hidden;
backface-visibility: hidden;
}
.swiper-container-cube .swiper-slide {
visibility: hidden;
-webkit-transform-origin: 0 0;
-moz-transform-origin: 0 0;
-ms-transform-origin: 0 0;
transform-origin: 0 0;
width: 100%;
height: 100%;
}
.swiper-container-cube.swiper-container-rtl .swiper-slide {
-webkit-transform-origin: 100% 0;
-moz-transform-origin: 100% 0;
-ms-transform-origin: 100% 0;
transform-origin: 100% 0;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next+.swiper-slide {
pointer-events: auto;
visibility: visible;
}
.swiper-container-cube .swiper-cube-shadow {
position: absolute;
left: 0;
bottom: 0px;
width: 100%;
height: 100%;
background: #000;
opacity: 0.6;
-webkit-filter: blur(50px);
filter: blur(50px);
z-index: 0;
}
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
-webkit-transition-timing-function: ease-out;
-moz-transition-timing-function: ease-out;
-ms-transition-timing-function: ease-out;
-o-transition-timing-function: ease-out;
transition-timing-function: ease-out;
}
.swiper-container-fade .swiper-slide {
pointer-events: none;
-webkit-transition-property: opacity;
-moz-transition-property: opacity;
-o-transition-property: opacity;
transition-property: opacity;
}
.swiper-container-fade .swiper-slide .swiper-slide {
pointer-events: none;
}
.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
pointer-events: auto;
}
.swiper-zoom-container {
width: 100%;
height: 100%;
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-box-pack: center;
-moz-box-pack: center;
-ms-flex-pack: center;
-webkit-justify-content: center;
justify-content: center;
-webkit-box-align: center;
-moz-box-align: center;
-ms-flex-align: center;
-webkit-align-items: center;
align-items: center;
text-align: center;
}
.swiper-zoom-container>img,
.swiper-zoom-container>svg,
.swiper-zoom-container>canvas {
max-width: 100%;
max-height: 100%;
object-fit: contain;
}
.swiper-scrollbar {
border-radius: 10px;
position: relative;
-ms-touch-action: none;
background: rgba(0, 0, 0, 0.1);
}
.swiper-container-horizontal>.swiper-scrollbar {
position: absolute;
left: 1%;
bottom: 3px;
z-index: 50;
height: 5px;
width: 98%;
}
.swiper-container-vertical>.swiper-scrollbar {
position: absolute;
right: 3px;
top: 1%;
z-index: 50;
width: 5px;
height: 98%;
}
.swiper-scrollbar-drag {
height: 100%;
width: 100%;
position: relative;
background: rgba(0, 0, 0, 0.5);
border-radius: 10px;
left: 0;
top: 0;
}
.swiper-scrollbar-cursor-drag {
cursor: move;
}
.swiper-lazy-preloader {
width: 42px;
height: 42px;
position: absolute;
left: 50%;
top: 50%;
margin-left: -21px;
margin-top: -21px;
z-index: 10;
-webkit-transform-origin: 50%;
-moz-transform-origin: 50%;
transform-origin: 50%;
-webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
-moz-animation: swiper-preloader-spin 1s steps(12, end) infinite;
animation: swiper-preloader-spin 1s steps(12, end) infinite;
}
.swiper-lazy-preloader:after {
display: block;
content: "";
width: 100%;
height: 100%;
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
background-position: 50%;
-webkit-background-size: 100%;
background-size: 100%;
background-repeat: no-repeat;
}
.swiper-lazy-preloader-white:after {
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
@-webkit-keyframes swiper-preloader-spin {
100% {
-webkit-transform: rotate(360deg);
}
}
@keyframes swiper-preloader-spin {
100% {
transform: rotate(360deg);
}
}.mfp-bg {
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 1042;
overflow: hidden;
position: fixed;
background: #0b0b0b;
opacity: 0.8;
filter: alpha(opacity=80); }
.mfp-wrap {
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 1043;
position: fixed;
outline: none !important;
-webkit-backface-visibility: hidden; }
.mfp-container {
text-align: center;
position: absolute;
width: 100%;
height: 100%;
left: 0;
top: 0;
padding: 0 8px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box; 
}
.mfp-container:before {
content: '';
display: inline-block;
height: 100%;
vertical-align: middle; }
.mfp-align-top .mfp-container:before {
display: none; }
.mfp-content {
position: relative;
display: inline-block;
vertical-align: middle;
margin: 0 auto;
text-align: left;
z-index: 1045; }
.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
width: 100%;
cursor: auto; }
.mfp-ajax-cur {
cursor: progress; }
.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
cursor: -moz-zoom-out;
cursor: -webkit-zoom-out;
cursor: zoom-out; }
.mfp-zoom {
cursor: pointer;
cursor: -webkit-zoom-in;
cursor: -moz-zoom-in;
cursor: zoom-in; }
.mfp-auto-cursor .mfp-content {
cursor: auto; }
.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
-webkit-user-select: none;
-moz-user-select: none;
user-select: none; }
.mfp-loading.mfp-figure {
display: none; }
.mfp-hide {
display: none !important; }
.mfp-preloader {
color: #CCC;
position: absolute;
top: 50%;
width: auto;
text-align: center;
margin-top: -0.8em;
left: 8px;
right: 8px;
z-index: 1044; }
.mfp-preloader a {
color: #CCC; }
.mfp-preloader a:hover {
color: #FFF; }
.mfp-s-ready .mfp-preloader {
display: none; }
.mfp-s-error .mfp-content {
display: none; }
button.mfp-close,
button.mfp-arrow {
overflow: visible;
cursor: pointer;
background: transparent;
border: 0;
-webkit-appearance: none;
display: block;
outline: none;
padding: 0;
z-index: 1046;
-webkit-box-shadow: none;
box-shadow: none; }
button::-moz-focus-inner {
padding: 0;
border: 0; }
.mfp-close {
width: 44px;
height: 44px;
line-height: 44px;
position: absolute;
right: 0;
top: 0;
text-decoration: none;
text-align: center;
opacity: 0.65;
filter: alpha(opacity=65);
padding: 0 0 18px 10px;
color: #FFF;
font-style: normal;
font-size: 28px;
font-family: Arial, Baskerville, monospace; }
.mfp-close:hover,
.mfp-close:focus {
opacity: 1;
filter: alpha(opacity=100); }
.mfp-close:active {
top: 1px; }
.mfp-close-btn-in .mfp-close {
color: #333; }
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
color: #FFF;
right: -6px;
text-align: right;
padding-right: 6px;
width: 100%; }
.mfp-counter {
position: absolute;
top: 0;
right: 0;
color: #CCC;
font-size: 12px;
line-height: 18px;
white-space: nowrap; }
.mfp-arrow {
position: absolute;
opacity: 0.65;
filter: alpha(opacity=65);
margin: 0;
top: 50%;
margin-top: -55px;
padding: 0;
width: 90px;
height: 110px;
-webkit-tap-highlight-color: transparent; }
.mfp-arrow:active {
margin-top: -54px; }
.mfp-arrow:hover,
.mfp-arrow:focus {
opacity: 1;
filter: alpha(opacity=100); }
.mfp-arrow:before,
.mfp-arrow:after,
.mfp-arrow .mfp-b,
.mfp-arrow .mfp-a {
content: '';
display: block;
width: 0;
height: 0;
position: absolute;
left: 0;
top: 0;
margin-top: 35px;
margin-left: 35px;
border: medium inset transparent; }
.mfp-arrow:after,
.mfp-arrow .mfp-a {
border-top-width: 13px;
border-bottom-width: 13px;
top: 8px; }
.mfp-arrow:before,
.mfp-arrow .mfp-b {
border-top-width: 21px;
border-bottom-width: 21px;
opacity: 0.7; }
.mfp-arrow-left {
left: 0; }
.mfp-arrow-left:after,
.mfp-arrow-left .mfp-a {
border-right: 17px solid #FFF;
margin-left: 31px; }
.mfp-arrow-left:before,
.mfp-arrow-left .mfp-b {
margin-left: 25px;
border-right: 27px solid #3F3F3F; }
.mfp-arrow-right {
right: 0; }
.mfp-arrow-right:after,
.mfp-arrow-right .mfp-a {
border-left: 17px solid #FFF;
margin-left: 39px; }
.mfp-arrow-right:before,
.mfp-arrow-right .mfp-b {
border-left: 27px solid #3F3F3F; }
.mfp-iframe-holder {
padding-top: 40px;
padding-bottom: 40px; }
.mfp-iframe-holder .mfp-content {
line-height: 0;
width: 100%;
max-width: 900px; }
.mfp-iframe-holder .mfp-close {
top: -40px; }
.mfp-iframe-scaler {
width: 100%;
height: 0;
overflow: hidden;
padding-top: 56.25%; }
.mfp-iframe-scaler iframe {
position: absolute;
display: block;
top: 0;
left: 0;
width: 100%;
height: 100%;
box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
background: #000; } img.mfp-img {
width: auto;
max-width: 100%;
height: auto;
display: block;
line-height: 0;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
padding: 40px 0 40px;
margin: 0 auto; } .mfp-figure {
line-height: 0; }
.mfp-figure:after {
content: '';
position: absolute;
left: 0;
top: 40px;
bottom: 40px;
display: block;
right: 0;
width: auto;
height: auto;
z-index: -1;
box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
background: #444; }
.mfp-figure small {
color: #BDBDBD;
display: block;
font-size: 12px;
line-height: 14px; }
.mfp-figure figure {
margin: 0; }
.mfp-bottom-bar {
margin-top: -36px;
position: absolute;
top: 100%;
left: 0;
width: 100%;
cursor: auto; }
.mfp-title {
text-align: left;
line-height: 18px;
color: #F3F3F3;
word-wrap: break-word;
padding-right: 36px; }
.mfp-image-holder .mfp-content {
max-width: 100%; }
.mfp-gallery .mfp-image-holder .mfp-figure {
cursor: pointer; }
@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) { .mfp-img-mobile .mfp-image-holder {
padding-left: 0;
padding-right: 0; }
.mfp-img-mobile img.mfp-img {
padding: 0; }
.mfp-img-mobile .mfp-figure:after {
top: 0;
bottom: 0; }
.mfp-img-mobile .mfp-figure small {
display: inline;
margin-left: 5px; }
.mfp-img-mobile .mfp-bottom-bar {
background: rgba(0, 0, 0, 0.6);
bottom: 0;
margin: 0;
top: auto;
padding: 3px 5px;
position: fixed;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box; }
.mfp-img-mobile .mfp-bottom-bar:empty {
padding: 0; }
.mfp-img-mobile .mfp-counter {
right: 5px;
top: 3px; }
.mfp-img-mobile .mfp-close {
top: 0;
right: 0;
width: 35px;
height: 35px;
line-height: 35px;
background: rgba(0, 0, 0, 0.6);
position: fixed;
text-align: center;
padding: 0; } }
@media all and (max-width: 900px) {
.mfp-arrow {
-webkit-transform: scale(0.75);
transform: scale(0.75); }
.mfp-arrow-left {
-webkit-transform-origin: 0;
transform-origin: 0; }
.mfp-arrow-right {
-webkit-transform-origin: 100%;
transform-origin: 100%; }
.mfp-container {
padding-left: 6px;
padding-right: 6px; } }
.mfp-ie7 .mfp-img {
padding: 0; }
.mfp-ie7 .mfp-bottom-bar {
width: 600px;
left: 50%;
margin-left: -300px;
margin-top: 5px;
padding-bottom: 5px; }
.mfp-ie7 .mfp-container {
padding: 0; }
.mfp-ie7 .mfp-content {
padding-top: 44px; }
.mfp-ie7 .mfp-close {
top: 0;
right: 0;
padding-top: 0; }body.stop-scrolling {
height: 100%;
overflow: hidden; }
.sweet-overlay {
background-color: black; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)"; background-color: rgba(0, 0, 0, 0.4);
position: fixed;
left: 0;
right: 0;
top: 0;
bottom: 0;
display: none;
z-index: 10000; }
.sweet-alert {
background-color: white;
font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
width: 478px;
padding: 17px;
border-radius: 5px;
text-align: center;
position: fixed;
left: 50%;
top: 50%;
margin-left: -256px;
margin-top: -200px;
overflow: hidden;
display: none;
z-index: 99999; }
@media all and (max-width: 540px) {
.sweet-alert {
width: auto;
margin-left: 0;
margin-right: 0;
left: 15px;
right: 15px; } }
.sweet-alert h2 {
color: #575757;
font-size: 30px;
text-align: center;
font-weight: 600;
text-transform: none;
position: relative;
margin: 25px 0;
padding: 0;
line-height: 40px;
display: block; }
.sweet-alert p {
color: #797979;
font-size: 16px;
text-align: center;
font-weight: 300;
position: relative;
text-align: inherit;
float: none;
margin: 0;
padding: 0;
line-height: normal; }
.sweet-alert fieldset {
border: none;
position: relative; }
.sweet-alert .sa-error-container {
background-color: #f1f1f1;
margin-left: -17px;
margin-right: -17px;
overflow: hidden;
padding: 0 10px;
max-height: 0;
webkit-transition: padding 0.15s, max-height 0.15s;
transition: padding 0.15s, max-height 0.15s; }
.sweet-alert .sa-error-container.show {
padding: 10px 0;
max-height: 100px;
webkit-transition: padding 0.2s, max-height 0.2s;
transition: padding 0.25s, max-height 0.25s; }
.sweet-alert .sa-error-container .icon {
display: inline-block;
width: 24px;
height: 24px;
border-radius: 50%;
background-color: #ea7d7d;
color: white;
line-height: 24px;
text-align: center;
margin-right: 3px; }
.sweet-alert .sa-error-container p {
display: inline-block; }
.sweet-alert .sa-input-error {
position: absolute;
top: 29px;
right: 26px;
width: 20px;
height: 20px;
opacity: 0;
-webkit-transform: scale(0.5);
transform: scale(0.5);
-webkit-transform-origin: 50% 50%;
transform-origin: 50% 50%;
-webkit-transition: all 0.1s;
transition: all 0.1s; }
.sweet-alert .sa-input-error::before, .sweet-alert .sa-input-error::after {
content: "";
width: 20px;
height: 6px;
background-color: #f06e57;
border-radius: 3px;
position: absolute;
top: 50%;
margin-top: -4px;
left: 50%;
margin-left: -9px; }
.sweet-alert .sa-input-error::before {
-webkit-transform: rotate(-45deg);
transform: rotate(-45deg); }
.sweet-alert .sa-input-error::after {
-webkit-transform: rotate(45deg);
transform: rotate(45deg); }
.sweet-alert .sa-input-error.show {
opacity: 1;
-webkit-transform: scale(1);
transform: scale(1); }
.sweet-alert input {
width: 100%;
box-sizing: border-box;
border-radius: 3px;
border: 1px solid #d7d7d7;
height: 43px;
margin-top: 10px;
margin-bottom: 17px;
font-size: 18px;
box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.06);
padding: 0 12px;
display: none;
-webkit-transition: all 0.3s;
transition: all 0.3s; }
.sweet-alert input:focus {
outline: none;
box-shadow: 0px 0px 3px #c4e6f5;
border: 1px solid #b4dbed; }
.sweet-alert input:focus::-moz-placeholder {
transition: opacity 0.3s 0.03s ease;
opacity: 0.5; }
.sweet-alert input:focus:-ms-input-placeholder {
transition: opacity 0.3s 0.03s ease;
opacity: 0.5; }
.sweet-alert input:focus::-webkit-input-placeholder {
transition: opacity 0.3s 0.03s ease;
opacity: 0.5; }
.sweet-alert input::-moz-placeholder {
color: #bdbdbd; }
.sweet-alert input:-ms-input-placeholder {
color: #bdbdbd; }
.sweet-alert input::-webkit-input-placeholder {
color: #bdbdbd; }
.sweet-alert.show-input input {
display: block; }
.sweet-alert .sa-confirm-button-container {
display: inline-block;
position: relative; }
.sweet-alert .la-ball-fall {
position: absolute;
left: 50%;
top: 50%;
margin-left: -27px;
margin-top: 4px;
opacity: 0;
visibility: hidden; }
.sweet-alert button {
background-color: #8CD4F5;
color: white;
border: none;
box-shadow: none;
font-size: 17px;
font-weight: 500;
-webkit-border-radius: 4px;
border-radius: 5px;
padding: 10px 32px;
margin: 26px 5px 0 5px;
cursor: pointer; }
.sweet-alert button:focus {
outline: none;
box-shadow: 0 0 2px rgba(128, 179, 235, 0.5), inset 0 0 0 1px rgba(0, 0, 0, 0.05); }
.sweet-alert button:hover {
background-color: #7ecff4; }
.sweet-alert button:active {
background-color: #5dc2f1; }
.sweet-alert button.cancel {
background-color: #C1C1C1; }
.sweet-alert button.cancel:hover {
background-color: #b9b9b9; }
.sweet-alert button.cancel:active {
background-color: #a8a8a8; }
.sweet-alert button.cancel:focus {
box-shadow: rgba(197, 205, 211, 0.8) 0px 0px 2px, rgba(0, 0, 0, 0.0470588) 0px 0px 0px 1px inset !important; }
.sweet-alert button[disabled] {
opacity: .6;
cursor: default; }
.sweet-alert button.confirm[disabled] {
color: transparent; }
.sweet-alert button.confirm[disabled] ~ .la-ball-fall {
opacity: 1;
visibility: visible;
transition-delay: 0s; }
.sweet-alert button::-moz-focus-inner {
border: 0; }
.sweet-alert[data-has-cancel-button=false] button {
box-shadow: none !important; }
.sweet-alert[data-has-confirm-button=false][data-has-cancel-button=false] {
padding-bottom: 40px; }
.sweet-alert .sa-icon {
width: 80px;
height: 80px;
border: 4px solid gray;
-webkit-border-radius: 40px;
border-radius: 40px;
border-radius: 50%;
margin: 20px auto;
padding: 0;
position: relative;
box-sizing: content-box; }
.sweet-alert .sa-icon.sa-error {
border-color: #F27474; }
.sweet-alert .sa-icon.sa-error .sa-x-mark {
position: relative;
display: block; }
.sweet-alert .sa-icon.sa-error .sa-line {
position: absolute;
height: 5px;
width: 47px;
background-color: #F27474;
display: block;
top: 37px;
border-radius: 2px; }
.sweet-alert .sa-icon.sa-error .sa-line.sa-left {
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
left: 17px; }
.sweet-alert .sa-icon.sa-error .sa-line.sa-right {
-webkit-transform: rotate(-45deg);
transform: rotate(-45deg);
right: 16px; }
.sweet-alert .sa-icon.sa-warning {
border-color: #F8BB86; }
.sweet-alert .sa-icon.sa-warning .sa-body {
position: absolute;
width: 5px;
height: 47px;
left: 50%;
top: 10px;
-webkit-border-radius: 2px;
border-radius: 2px;
margin-left: -2px;
background-color: #F8BB86; }
.sweet-alert .sa-icon.sa-warning .sa-dot {
position: absolute;
width: 7px;
height: 7px;
-webkit-border-radius: 50%;
border-radius: 50%;
margin-left: -3px;
left: 50%;
bottom: 10px;
background-color: #F8BB86; }
.sweet-alert .sa-icon.sa-info {
border-color: #C9DAE1; }
.sweet-alert .sa-icon.sa-info::before {
content: "";
position: absolute;
width: 5px;
height: 29px;
left: 50%;
bottom: 17px;
border-radius: 2px;
margin-left: -2px;
background-color: #C9DAE1; }
.sweet-alert .sa-icon.sa-info::after {
content: "";
position: absolute;
width: 7px;
height: 7px;
border-radius: 50%;
margin-left: -3px;
top: 19px;
background-color: #C9DAE1; }
.sweet-alert .sa-icon.sa-success {
border-color: #A5DC86; }
.sweet-alert .sa-icon.sa-success::before, .sweet-alert .sa-icon.sa-success::after {
content: '';
-webkit-border-radius: 40px;
border-radius: 40px;
border-radius: 50%;
position: absolute;
width: 60px;
height: 120px;
background: white;
-webkit-transform: rotate(45deg);
transform: rotate(45deg); }
.sweet-alert .sa-icon.sa-success::before {
-webkit-border-radius: 120px 0 0 120px;
border-radius: 120px 0 0 120px;
top: -7px;
left: -33px;
-webkit-transform: rotate(-45deg);
transform: rotate(-45deg);
-webkit-transform-origin: 60px 60px;
transform-origin: 60px 60px; }
.sweet-alert .sa-icon.sa-success::after {
-webkit-border-radius: 0 120px 120px 0;
border-radius: 0 120px 120px 0;
top: -11px;
left: 30px;
-webkit-transform: rotate(-45deg);
transform: rotate(-45deg);
-webkit-transform-origin: 0px 60px;
transform-origin: 0px 60px; }
.sweet-alert .sa-icon.sa-success .sa-placeholder {
width: 80px;
height: 80px;
border: 4px solid rgba(165, 220, 134, 0.2);
-webkit-border-radius: 40px;
border-radius: 40px;
border-radius: 50%;
box-sizing: content-box;
position: absolute;
left: -4px;
top: -4px;
z-index: 2; }
.sweet-alert .sa-icon.sa-success .sa-fix {
width: 5px;
height: 90px;
background-color: white;
position: absolute;
left: 28px;
top: 8px;
z-index: 1;
-webkit-transform: rotate(-45deg);
transform: rotate(-45deg); }
.sweet-alert .sa-icon.sa-success .sa-line {
height: 5px;
background-color: #A5DC86;
display: block;
border-radius: 2px;
position: absolute;
z-index: 2; }
.sweet-alert .sa-icon.sa-success .sa-line.sa-tip {
width: 25px;
left: 14px;
top: 46px;
-webkit-transform: rotate(45deg);
transform: rotate(45deg); }
.sweet-alert .sa-icon.sa-success .sa-line.sa-long {
width: 47px;
right: 8px;
top: 38px;
-webkit-transform: rotate(-45deg);
transform: rotate(-45deg); }
.sweet-alert .sa-icon.sa-custom {
background-size: contain;
border-radius: 0;
border: none;
background-position: center center;
background-repeat: no-repeat; } @-webkit-keyframes showSweetAlert {
0% {
transform: scale(0.7);
-webkit-transform: scale(0.7); }
45% {
transform: scale(1.05);
-webkit-transform: scale(1.05); }
80% {
transform: scale(0.95);
-webkit-transform: scale(0.95); }
100% {
transform: scale(1);
-webkit-transform: scale(1); } }
@keyframes showSweetAlert {
0% {
transform: scale(0.7);
-webkit-transform: scale(0.7); }
45% {
transform: scale(1.05);
-webkit-transform: scale(1.05); }
80% {
transform: scale(0.95);
-webkit-transform: scale(0.95); }
100% {
transform: scale(1);
-webkit-transform: scale(1); } }
@-webkit-keyframes hideSweetAlert {
0% {
transform: scale(1);
-webkit-transform: scale(1); }
100% {
transform: scale(0.5);
-webkit-transform: scale(0.5); } }
@keyframes hideSweetAlert {
0% {
transform: scale(1);
-webkit-transform: scale(1); }
100% {
transform: scale(0.5);
-webkit-transform: scale(0.5); } }
@-webkit-keyframes slideFromTop {
0% {
top: 0%; }
100% {
top: 50%; } }
@keyframes slideFromTop {
0% {
top: 0%; }
100% {
top: 50%; } }
@-webkit-keyframes slideToTop {
0% {
top: 50%; }
100% {
top: 0%; } }
@keyframes slideToTop {
0% {
top: 50%; }
100% {
top: 0%; } }
@-webkit-keyframes slideFromBottom {
0% {
top: 70%; }
100% {
top: 50%; } }
@keyframes slideFromBottom {
0% {
top: 70%; }
100% {
top: 50%; } }
@-webkit-keyframes slideToBottom {
0% {
top: 50%; }
100% {
top: 70%; } }
@keyframes slideToBottom {
0% {
top: 50%; }
100% {
top: 70%; } }
.showSweetAlert[data-animation=pop] {
-webkit-animation: showSweetAlert 0.3s;
animation: showSweetAlert 0.3s; }
.showSweetAlert[data-animation=none] {
-webkit-animation: none;
animation: none; }
.showSweetAlert[data-animation=slide-from-top] {
-webkit-animation: slideFromTop 0.3s;
animation: slideFromTop 0.3s; }
.showSweetAlert[data-animation=slide-from-bottom] {
-webkit-animation: slideFromBottom 0.3s;
animation: slideFromBottom 0.3s; }
.hideSweetAlert[data-animation=pop] {
-webkit-animation: hideSweetAlert 0.2s;
animation: hideSweetAlert 0.2s; }
.hideSweetAlert[data-animation=none] {
-webkit-animation: none;
animation: none; }
.hideSweetAlert[data-animation=slide-from-top] {
-webkit-animation: slideToTop 0.4s;
animation: slideToTop 0.4s; }
.hideSweetAlert[data-animation=slide-from-bottom] {
-webkit-animation: slideToBottom 0.3s;
animation: slideToBottom 0.3s; }
@-webkit-keyframes animateSuccessTip {
0% {
width: 0;
left: 1px;
top: 19px; }
54% {
width: 0;
left: 1px;
top: 19px; }
70% {
width: 50px;
left: -8px;
top: 37px; }
84% {
width: 17px;
left: 21px;
top: 48px; }
100% {
width: 25px;
left: 14px;
top: 45px; } }
@keyframes animateSuccessTip {
0% {
width: 0;
left: 1px;
top: 19px; }
54% {
width: 0;
left: 1px;
top: 19px; }
70% {
width: 50px;
left: -8px;
top: 37px; }
84% {
width: 17px;
left: 21px;
top: 48px; }
100% {
width: 25px;
left: 14px;
top: 45px; } }
@-webkit-keyframes animateSuccessLong {
0% {
width: 0;
right: 46px;
top: 54px; }
65% {
width: 0;
right: 46px;
top: 54px; }
84% {
width: 55px;
right: 0px;
top: 35px; }
100% {
width: 47px;
right: 8px;
top: 38px; } }
@keyframes animateSuccessLong {
0% {
width: 0;
right: 46px;
top: 54px; }
65% {
width: 0;
right: 46px;
top: 54px; }
84% {
width: 55px;
right: 0px;
top: 35px; }
100% {
width: 47px;
right: 8px;
top: 38px; } }
@-webkit-keyframes rotatePlaceholder {
0% {
transform: rotate(-45deg);
-webkit-transform: rotate(-45deg); }
5% {
transform: rotate(-45deg);
-webkit-transform: rotate(-45deg); }
12% {
transform: rotate(-405deg);
-webkit-transform: rotate(-405deg); }
100% {
transform: rotate(-405deg);
-webkit-transform: rotate(-405deg); } }
@keyframes rotatePlaceholder {
0% {
transform: rotate(-45deg);
-webkit-transform: rotate(-45deg); }
5% {
transform: rotate(-45deg);
-webkit-transform: rotate(-45deg); }
12% {
transform: rotate(-405deg);
-webkit-transform: rotate(-405deg); }
100% {
transform: rotate(-405deg);
-webkit-transform: rotate(-405deg); } }
.animateSuccessTip {
-webkit-animation: animateSuccessTip 0.75s;
animation: animateSuccessTip 0.75s; }
.animateSuccessLong {
-webkit-animation: animateSuccessLong 0.75s;
animation: animateSuccessLong 0.75s; }
.sa-icon.sa-success.animate::after {
-webkit-animation: rotatePlaceholder 4.25s ease-in;
animation: rotatePlaceholder 4.25s ease-in; }
@-webkit-keyframes animateErrorIcon {
0% {
transform: rotateX(100deg);
-webkit-transform: rotateX(100deg);
opacity: 0; }
100% {
transform: rotateX(0deg);
-webkit-transform: rotateX(0deg);
opacity: 1; } }
@keyframes animateErrorIcon {
0% {
transform: rotateX(100deg);
-webkit-transform: rotateX(100deg);
opacity: 0; }
100% {
transform: rotateX(0deg);
-webkit-transform: rotateX(0deg);
opacity: 1; } }
.animateErrorIcon {
-webkit-animation: animateErrorIcon 0.5s;
animation: animateErrorIcon 0.5s; }
@-webkit-keyframes animateXMark {
0% {
transform: scale(0.4);
-webkit-transform: scale(0.4);
margin-top: 26px;
opacity: 0; }
50% {
transform: scale(0.4);
-webkit-transform: scale(0.4);
margin-top: 26px;
opacity: 0; }
80% {
transform: scale(1.15);
-webkit-transform: scale(1.15);
margin-top: -6px; }
100% {
transform: scale(1);
-webkit-transform: scale(1);
margin-top: 0;
opacity: 1; } }
@keyframes animateXMark {
0% {
transform: scale(0.4);
-webkit-transform: scale(0.4);
margin-top: 26px;
opacity: 0; }
50% {
transform: scale(0.4);
-webkit-transform: scale(0.4);
margin-top: 26px;
opacity: 0; }
80% {
transform: scale(1.15);
-webkit-transform: scale(1.15);
margin-top: -6px; }
100% {
transform: scale(1);
-webkit-transform: scale(1);
margin-top: 0;
opacity: 1; } }
.animateXMark {
-webkit-animation: animateXMark 0.5s;
animation: animateXMark 0.5s; }
@-webkit-keyframes pulseWarning {
0% {
border-color: #F8D486; }
100% {
border-color: #F8BB86; } }
@keyframes pulseWarning {
0% {
border-color: #F8D486; }
100% {
border-color: #F8BB86; } }
.pulseWarning {
-webkit-animation: pulseWarning 0.75s infinite alternate;
animation: pulseWarning 0.75s infinite alternate; }
@-webkit-keyframes pulseWarningIns {
0% {
background-color: #F8D486; }
100% {
background-color: #F8BB86; } }
@keyframes pulseWarningIns {
0% {
background-color: #F8D486; }
100% {
background-color: #F8BB86; } }
.pulseWarningIns {
-webkit-animation: pulseWarningIns 0.75s infinite alternate;
animation: pulseWarningIns 0.75s infinite alternate; }
@-webkit-keyframes rotate-loading {
0% {
transform: rotate(0deg); }
100% {
transform: rotate(360deg); } }
@keyframes rotate-loading {
0% {
transform: rotate(0deg); }
100% {
transform: rotate(360deg); } }    .sweet-alert .sa-icon.sa-error .sa-line.sa-left {
-ms-transform: rotate(45deg) \9; }
.sweet-alert .sa-icon.sa-error .sa-line.sa-right {
-ms-transform: rotate(-45deg) \9; } .sweet-alert .sa-icon.sa-success {
border-color: transparent\9; }
.sweet-alert .sa-icon.sa-success .sa-line.sa-tip {
-ms-transform: rotate(45deg) \9; }
.sweet-alert .sa-icon.sa-success .sa-line.sa-long {
-ms-transform: rotate(-45deg) \9; } .la-ball-fall,
.la-ball-fall > div {
position: relative;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box; }
.la-ball-fall {
display: block;
font-size: 0;
color: #fff; }
.la-ball-fall.la-dark {
color: #333; }
.la-ball-fall > div {
display: inline-block;
float: none;
background-color: currentColor;
border: 0 solid currentColor; }
.la-ball-fall {
width: 54px;
height: 18px; }
.la-ball-fall > div {
width: 10px;
height: 10px;
margin: 4px;
border-radius: 100%;
opacity: 0;
-webkit-animation: ball-fall 1s ease-in-out infinite;
-moz-animation: ball-fall 1s ease-in-out infinite;
-o-animation: ball-fall 1s ease-in-out infinite;
animation: ball-fall 1s ease-in-out infinite; }
.la-ball-fall > div:nth-child(1) {
-webkit-animation-delay: -200ms;
-moz-animation-delay: -200ms;
-o-animation-delay: -200ms;
animation-delay: -200ms; }
.la-ball-fall > div:nth-child(2) {
-webkit-animation-delay: -100ms;
-moz-animation-delay: -100ms;
-o-animation-delay: -100ms;
animation-delay: -100ms; }
.la-ball-fall > div:nth-child(3) {
-webkit-animation-delay: 0ms;
-moz-animation-delay: 0ms;
-o-animation-delay: 0ms;
animation-delay: 0ms; }
.la-ball-fall.la-sm {
width: 26px;
height: 8px; }
.la-ball-fall.la-sm > div {
width: 4px;
height: 4px;
margin: 2px; }
.la-ball-fall.la-2x {
width: 108px;
height: 36px; }
.la-ball-fall.la-2x > div {
width: 20px;
height: 20px;
margin: 8px; }
.la-ball-fall.la-3x {
width: 162px;
height: 54px; }
.la-ball-fall.la-3x > div {
width: 30px;
height: 30px;
margin: 12px; } @-webkit-keyframes ball-fall {
0% {
opacity: 0;
-webkit-transform: translateY(-145%);
transform: translateY(-145%); }
10% {
opacity: .5; }
20% {
opacity: 1;
-webkit-transform: translateY(0);
transform: translateY(0); }
80% {
opacity: 1;
-webkit-transform: translateY(0);
transform: translateY(0); }
90% {
opacity: .5; }
100% {
opacity: 0;
-webkit-transform: translateY(145%);
transform: translateY(145%); } }
@-moz-keyframes ball-fall {
0% {
opacity: 0;
-moz-transform: translateY(-145%);
transform: translateY(-145%); }
10% {
opacity: .5; }
20% {
opacity: 1;
-moz-transform: translateY(0);
transform: translateY(0); }
80% {
opacity: 1;
-moz-transform: translateY(0);
transform: translateY(0); }
90% {
opacity: .5; }
100% {
opacity: 0;
-moz-transform: translateY(145%);
transform: translateY(145%); } }
@-o-keyframes ball-fall {
0% {
opacity: 0;
-o-transform: translateY(-145%);
transform: translateY(-145%); }
10% {
opacity: .5; }
20% {
opacity: 1;
-o-transform: translateY(0);
transform: translateY(0); }
80% {
opacity: 1;
-o-transform: translateY(0);
transform: translateY(0); }
90% {
opacity: .5; }
100% {
opacity: 0;
-o-transform: translateY(145%);
transform: translateY(145%); } }
@keyframes ball-fall {
0% {
opacity: 0;
-webkit-transform: translateY(-145%);
-moz-transform: translateY(-145%);
-o-transform: translateY(-145%);
transform: translateY(-145%); }
10% {
opacity: .5; }
20% {
opacity: 1;
-webkit-transform: translateY(0);
-moz-transform: translateY(0);
-o-transform: translateY(0);
transform: translateY(0); }
80% {
opacity: 1;
-webkit-transform: translateY(0);
-moz-transform: translateY(0);
-o-transform: translateY(0);
transform: translateY(0); }
90% {
opacity: .5; }
100% {
opacity: 0;
-webkit-transform: translateY(145%);
-moz-transform: translateY(145%);
-o-transform: translateY(145%);
transform: translateY(145%); } }@font-face{font-display:swap;font-family:'Lobster';font-style:normal;font-weight:400;src:url(//vapeshop.hr/wp-content/themes/vapeshop/fonts/lobster-v30-latin_latin-ext-regular.woff2) format('woff2')}@font-face{font-display:swap;font-family:'Montserrat';font-style:normal;font-weight:400;src:url(//vapeshop.hr/wp-content/themes/vapeshop/fonts/montserrat-v26-latin_latin-ext-regular.woff2) format('woff2')}@font-face{font-display:swap;font-family:'Montserrat';font-style:normal;font-weight:500;src:url(//vapeshop.hr/wp-content/themes/vapeshop/fonts/montserrat-v26-latin_latin-ext-500.woff2) format('woff2')}@font-face{font-display:swap;font-family:'Montserrat';font-style:normal;font-weight:700;src:url(//vapeshop.hr/wp-content/themes/vapeshop/fonts/montserrat-v26-latin_latin-ext-700.woff2) format('woff2')}@font-face{font-display:swap;font-family:'Montserrat';font-style:normal;font-weight:900;src:url(//vapeshop.hr/wp-content/themes/vapeshop/fonts/montserrat-v26-latin_latin-ext-900.woff2) format('woff2')}*{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent;-webkit-box-sizing:border-box;box-sizing:border-box}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}html{font-size:16px;font-family:'Montserrat',sans-serif;line-height:1.4em;overflow-y:scroll}hr{display:inline-block;width:100%;height:1px;border:0;border-top:1px solid #c10036;padding:0;margin:10px 0}img{max-width:100%;height:auto}a{margin:0;padding:0;font-size:100%;vertical-align:baseline;background:transparent;font-weight:400;color:#c10036;text-decoration:none;outline:none;cursor:pointer}a:hover{outline:none;text-decoration:none;color:#8e0028}a img{border:0}.container{position:relative;width:100%;max-width:1180px;margin:0 auto}.pad-40{margin:40px 0;clear:both}@media screen and (max-width:768px){.pad-40{margin:20px 0}}.row-no-padding [class*=col-]{padding-left:0!important;padding-right:0!important}.container{margin-right:auto;margin-left:auto;padding-left:5px;padding-right:5px;overflow:hidden}@media (min-width:768px){.container{width:740px}}@media (min-width:992px){.container{width:960px}}@media (min-width:1200px){.container{width:1160px}}.container-fluid{margin-right:auto;margin-left:auto;padding-left:5px;padding-right:5px}.row{margin-left:-5px;margin-right:-5px}@media (min-width:1200px){.row.custom-5-grid .col-lg-2{width:20%}}.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-xs-1,.col-xs-10,.col-xs-11,.col-xs-12,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9{position:relative;min-height:1px;padding-left:5px;padding-right:5px}.col-xs-1,.col-xs-10,.col-xs-11,.col-xs-12,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9{float:left}.col-xs-12{width:100%}.col-xs-11{width:91.66666667%}.col-xs-10{width:83.33333333%}.col-xs-9{width:75%}.col-xs-8{width:66.66666667%}.col-xs-7{width:58.33333333%}.col-xs-6{width:50%}.col-xs-5{width:41.66666667%}.col-xs-4{width:33.33333333%}.col-xs-3{width:25%}.col-xs-2{width:16.66666667%}.col-xs-1{width:8.33333333%}.col-xs-pull-12{right:100%}.col-xs-pull-11{right:91.66666667%}.col-xs-pull-10{right:83.33333333%}.col-xs-pull-9{right:75%}.col-xs-pull-8{right:66.66666667%}.col-xs-pull-7{right:58.33333333%}.col-xs-pull-6{right:50%}.col-xs-pull-5{right:41.66666667%}.col-xs-pull-4{right:33.33333333%}.col-xs-pull-3{right:25%}.col-xs-pull-2{right:16.66666667%}.col-xs-pull-1{right:8.33333333%}.col-xs-pull-0{right:auto}.col-xs-push-12{left:100%}.col-xs-push-11{left:91.66666667%}.col-xs-push-10{left:83.33333333%}.col-xs-push-9{left:75%}.col-xs-push-8{left:66.66666667%}.col-xs-push-7{left:58.33333333%}.col-xs-push-6{left:50%}.col-xs-push-5{left:41.66666667%}.col-xs-push-4{left:33.33333333%}.col-xs-push-3{left:25%}.col-xs-push-2{left:16.66666667%}.col-xs-push-1{left:8.33333333%}.col-xs-push-0{left:auto}.col-xs-offset-12{margin-left:100%}.col-xs-offset-11{margin-left:91.66666667%}.col-xs-offset-10{margin-left:83.33333333%}.col-xs-offset-9{margin-left:75%}.col-xs-offset-8{margin-left:66.66666667%}.col-xs-offset-7{margin-left:58.33333333%}.col-xs-offset-6{margin-left:50%}.col-xs-offset-5{margin-left:41.66666667%}.col-xs-offset-4{margin-left:33.33333333%}.col-xs-offset-3{margin-left:25%}.col-xs-offset-2{margin-left:16.66666667%}.col-xs-offset-1{margin-left:8.33333333%}.col-xs-offset-0{margin-left:0%}@media (min-width:768px){.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9{float:left}.col-sm-12{width:100%}.col-sm-11{width:91.66666667%}.col-sm-10{width:83.33333333%}.col-sm-9{width:75%}.col-sm-8{width:66.66666667%}.col-sm-7{width:58.33333333%}.col-sm-6{width:50%}.col-sm-5{width:41.66666667%}.col-sm-4{width:33.33333333%}.col-sm-3{width:25%}.col-sm-2{width:16.66666667%}.col-sm-1{width:8.33333333%}.col-sm-pull-12{right:100%}.col-sm-pull-11{right:91.66666667%}.col-sm-pull-10{right:83.33333333%}.col-sm-pull-9{right:75%}.col-sm-pull-8{right:66.66666667%}.col-sm-pull-7{right:58.33333333%}.col-sm-pull-6{right:50%}.col-sm-pull-5{right:41.66666667%}.col-sm-pull-4{right:33.33333333%}.col-sm-pull-3{right:25%}.col-sm-pull-2{right:16.66666667%}.col-sm-pull-1{right:8.33333333%}.col-sm-pull-0{right:auto}.col-sm-push-12{left:100%}.col-sm-push-11{left:91.66666667%}.col-sm-push-10{left:83.33333333%}.col-sm-push-9{left:75%}.col-sm-push-8{left:66.66666667%}.col-sm-push-7{left:58.33333333%}.col-sm-push-6{left:50%}.col-sm-push-5{left:41.66666667%}.col-sm-push-4{left:33.33333333%}.col-sm-push-3{left:25%}.col-sm-push-2{left:16.66666667%}.col-sm-push-1{left:8.33333333%}.col-sm-push-0{left:auto}.col-sm-offset-12{margin-left:100%}.col-sm-offset-11{margin-left:91.66666667%}.col-sm-offset-10{margin-left:83.33333333%}.col-sm-offset-9{margin-left:75%}.col-sm-offset-8{margin-left:66.66666667%}.col-sm-offset-7{margin-left:58.33333333%}.col-sm-offset-6{margin-left:50%}.col-sm-offset-5{margin-left:41.66666667%}.col-sm-offset-4{margin-left:33.33333333%}.col-sm-offset-3{margin-left:25%}.col-sm-offset-2{margin-left:16.66666667%}.col-sm-offset-1{margin-left:8.33333333%}.col-sm-offset-0{margin-left:0%}}@media (min-width:992px){.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9{float:left}.col-md-12{width:100%}.col-md-11{width:91.66666667%}.col-md-10{width:83.33333333%}.col-md-9{width:75%}.col-md-8{width:66.66666667%}.col-md-7{width:58.33333333%}.col-md-6{width:50%}.col-md-5{width:41.66666667%}.col-md-4{width:33.33333333%}.col-md-3{width:25%}.col-md-2{width:16.66666667%}.col-md-1{width:8.33333333%}.col-md-pull-12{right:100%}.col-md-pull-11{right:91.66666667%}.col-md-pull-10{right:83.33333333%}.col-md-pull-9{right:75%}.col-md-pull-8{right:66.66666667%}.col-md-pull-7{right:58.33333333%}.col-md-pull-6{right:50%}.col-md-pull-5{right:41.66666667%}.col-md-pull-4{right:33.33333333%}.col-md-pull-3{right:25%}.col-md-pull-2{right:16.66666667%}.col-md-pull-1{right:8.33333333%}.col-md-pull-0{right:auto}.col-md-push-12{left:100%}.col-md-push-11{left:91.66666667%}.col-md-push-10{left:83.33333333%}.col-md-push-9{left:75%}.col-md-push-8{left:66.66666667%}.col-md-push-7{left:58.33333333%}.col-md-push-6{left:50%}.col-md-push-5{left:41.66666667%}.col-md-push-4{left:33.33333333%}.col-md-push-3{left:25%}.col-md-push-2{left:16.66666667%}.col-md-push-1{left:8.33333333%}.col-md-push-0{left:auto}.col-md-offset-12{margin-left:100%}.col-md-offset-11{margin-left:91.66666667%}.col-md-offset-10{margin-left:83.33333333%}.col-md-offset-9{margin-left:75%}.col-md-offset-8{margin-left:66.66666667%}.col-md-offset-7{margin-left:58.33333333%}.col-md-offset-6{margin-left:50%}.col-md-offset-5{margin-left:41.66666667%}.col-md-offset-4{margin-left:33.33333333%}.col-md-offset-3{margin-left:25%}.col-md-offset-2{margin-left:16.66666667%}.col-md-offset-1{margin-left:8.33333333%}.col-md-offset-0{margin-left:0%}}@media (min-width:1200px){.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9{float:left}.col-lg-12{width:100%}.col-lg-11{width:91.66666667%}.col-lg-10{width:83.33333333%}.col-lg-9{width:75%}.col-lg-8{width:66.66666667%}.col-lg-7{width:58.33333333%}.col-lg-6{width:50%}.col-lg-5{width:41.66666667%}.col-lg-4{width:33.33333333%}.col-lg-3{width:25%}.col-lg-2{width:16.66666667%}.col-lg-1{width:8.33333333%}.col-lg-pull-12{right:100%}.col-lg-pull-11{right:91.66666667%}.col-lg-pull-10{right:83.33333333%}.col-lg-pull-9{right:75%}.col-lg-pull-8{right:66.66666667%}.col-lg-pull-7{right:58.33333333%}.col-lg-pull-6{right:50%}.col-lg-pull-5{right:41.66666667%}.col-lg-pull-4{right:33.33333333%}.col-lg-pull-3{right:25%}.col-lg-pull-2{right:16.66666667%}.col-lg-pull-1{right:8.33333333%}.col-lg-pull-0{right:auto}.col-lg-push-12{left:100%}.col-lg-push-11{left:91.66666667%}.col-lg-push-10{left:83.33333333%}.col-lg-push-9{left:75%}.col-lg-push-8{left:66.66666667%}.col-lg-push-7{left:58.33333333%}.col-lg-push-6{left:50%}.col-lg-push-5{left:41.66666667%}.col-lg-push-4{left:33.33333333%}.col-lg-push-3{left:25%}.col-lg-push-2{left:16.66666667%}.col-lg-push-1{left:8.33333333%}.col-lg-push-0{left:auto}.col-lg-offset-12{margin-left:100%}.col-lg-offset-11{margin-left:91.66666667%}.col-lg-offset-10{margin-left:83.33333333%}.col-lg-offset-9{margin-left:75%}.col-lg-offset-8{margin-left:66.66666667%}.col-lg-offset-7{margin-left:58.33333333%}.col-lg-offset-6{margin-left:50%}.col-lg-offset-5{margin-left:41.66666667%}.col-lg-offset-4{margin-left:33.33333333%}.col-lg-offset-3{margin-left:25%}.col-lg-offset-2{margin-left:16.66666667%}.col-lg-offset-1{margin-left:8.33333333%}.col-lg-offset-0{margin-left:0%}}.clearfix:after,.clearfix:before,.container-fluid:after,.container-fluid:before,.container:after,.container:before,.row:after,.row:before{content:" ";display:table}.clearfix:after,.container-fluid:after,.container:after,.row:after{clear:both}.center-block{display:block;margin-left:auto;margin-right:auto}.pull-right{float:right!important}.pull-left{float:left!important}.hide{display:none!important}.show{display:block!important}.invisible{visibility:hidden}.text-hide{font:0/0 a;color:transparent;text-shadow:none;background-color:transparent;border:0}.hidden{display:none!important}.affix{position:fixed}@-ms-viewport{width:device-width}.visible-lg,.visible-md,.visible-sm,.visible-xs{display:none!important}.visible-lg-block,.visible-lg-inline,.visible-lg-inline-block,.visible-md-block,.visible-md-inline,.visible-md-inline-block,.visible-sm-block,.visible-sm-inline,.visible-sm-inline-block,.visible-xs-block,.visible-xs-inline,.visible-xs-inline-block{display:none!important}@media (max-width:767px){.visible-xs{display:block!important}table.visible-xs{display:table!important}tr.visible-xs{display:table-row!important}td.visible-xs,th.visible-xs{display:table-cell!important}}@media (max-width:767px){.visible-xs-block{display:block!important}}@media (max-width:767px){.visible-xs-inline{display:inline!important}}@media (max-width:767px){.visible-xs-inline-block{display:inline-block!important}}@media (min-width:768px) and (max-width:991px){.visible-sm{display:block!important}table.visible-sm{display:table!important}tr.visible-sm{display:table-row!important}td.visible-sm,th.visible-sm{display:table-cell!important}}@media (min-width:768px) and (max-width:991px){.visible-sm-block{display:block!important}}@media (min-width:768px) and (max-width:991px){.visible-sm-inline{display:inline!important}}@media (min-width:768px) and (max-width:991px){.visible-sm-inline-block{display:inline-block!important}}@media (min-width:992px) and (max-width:1199px){.visible-md{display:block!important}table.visible-md{display:table!important}tr.visible-md{display:table-row!important}td.visible-md,th.visible-md{display:table-cell!important}}@media (min-width:992px) and (max-width:1199px){.visible-md-block{display:block!important}}@media (min-width:992px) and (max-width:1199px){.visible-md-inline{display:inline!important}}@media (min-width:992px) and (max-width:1199px){.visible-md-inline-block{display:inline-block!important}}@media (min-width:1200px){.visible-lg{display:block!important}table.visible-lg{display:table!important}tr.visible-lg{display:table-row!important}td.visible-lg,th.visible-lg{display:table-cell!important}}@media (min-width:1200px){.visible-lg-block{display:block!important}}@media (min-width:1200px){.visible-lg-inline{display:inline!important}}@media (min-width:1200px){.visible-lg-inline-block{display:inline-block!important}}@media (max-width:767px){.hidden-xs{display:none!important}}@media (min-width:768px) and (max-width:991px){.hidden-sm{display:none!important}}@media (min-width:992px) and (max-width:1199px){.hidden-md{display:none!important}}@media (min-width:1200px){.hidden-lg{display:none!important}}.visible-print{display:none!important}@media print{.visible-print{display:block!important}table.visible-print{display:table!important}tr.visible-print{display:table-row!important}td.visible-print,th.visible-print{display:table-cell!important}}.visible-print-block{display:none!important}@media print{.visible-print-block{display:block!important}}.visible-print-inline{display:none!important}@media print{.visible-print-inline{display:inline!important}}.visible-print-inline-block{display:none!important}@media print{.visible-print-inline-block{display:inline-block!important}}@media print{.hidden-print{display:none!important}}h1,h2,h3,h4,h5,h6{color:#333;font-family:'Montserrat',sans-serif;font-weight:700;line-height:1.4em;margin-bottom:15px}p{color:#000;font-size:1em;font-weight:400;line-height:1.4em;margin-bottom:15px}b,strong{color:#000}h1{font-size:2.2em;font-weight:700}@media screen and (max-width:840px){h1{font-size:2em}}@media screen and (max-width:480px){h1{font-size:1.5em}}h2{font-size:2em}h3{font-size:1.6em}h4{font-size:1.4em}h5{font-size:1.2em}h6{font-size:1em}.breadcrumb{font-weight:700;font-size:0.9em;color:#333;margin:20px 0 10px 0}.breadcrumb span{font-weight:700;font-size:1em}.post-content ul{padding-left:40px}.btn{font-family:'Montserrat',sans-serif;display:inline-block;font-size:0.9em;padding:12px 23px;cursor:pointer;font-weight:700;text-transform:uppercase;-webkit-transition:0.3s ease-in-out;transition:0.3s ease-in-out;border-radius:3px}.btn-primary{color:#fff;background-color:#c10036;background-image:-webkit-gradient(linear,right top,left bottom,from(#ed1753),to(#a4153d));background-image:linear-gradient(to bottom left,#ed1753,#a4153d)}.btn-primary:hover{color:#fff;background-image:none;background-color:#a8002f}.btn-secondary{color:#fff;background-color:#23282d}.btn-secondary:hover{color:#fff;background-color:#0d0e10}.btn-third{color:#23282d;background-color:#e0e0e0;text-transform:uppercase}.btn-third:hover{color:#fff;background-color:#c10036}.btn-primary{color:#fff;background-color:#c10036;background-image:-webkit-gradient(linear,right top,left bottom,from(#ed1753),to(#a4153d));background-image:linear-gradient(to bottom left,#ed1753,#a4153d)}.btn-primary:hover{color:#fff;background-image:none;background-color:#a8002f}.btn-fourth{font-family:'Montserrat',sans-serif;color:#c10036;border:2px solid #c10036}.btn-fourth:hover{color:#fff;background-image:none;background-color:#a8002f;border:2px solid #a8002f}.btn-flavors{color:#fff;font-family:'Montserrat',sans-serif;background-color:rgba(193,0,54,0.6);padding:8px 22px}@media (max-width:576px){.btn-flavors{padding:6px 12px}}.btn-flavors:hover{color:#fff;background-color:rgba(193,0,54,0.8)}.btn-flavors.active{color:#B77F90;background-color:#F1D6E0;cursor:auto}.btn-variation{font-family:'Montserrat',sans-serif;color:#333;padding:5px 25px;position:relative;background:transparent;font-size:1em;font-weight:700;line-height:20px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;border:2px solid #0D0E10;border-left-width:1px;border-right-width:1px}@media (max-width:576px){.btn-variation{padding:5px 12px}}.btn-variation:hover{color:#333}.btn-variation.active{background-color:#0D0E10;color:white;padding-left:35px}.btn-variation.active:before{content:'';display:block;background-image:url(//vapeshop.hr/wp-content/themes/vapeshop/images/icons/check.svg);background-size:contain;width:13px;height:10px;position:absolute;left:12px}.btn-variation.active:hover{color:white}.form input[type=email],.form input[type=password],.form input[type=search],.form input[type=tel],.form input[type=text],.form select,.form textarea{float:left;width:100%;margin-bottom:15px}.form input[type=email]:focus,.form input[type=email]:hover,.form input[type=password]:focus,.form input[type=password]:hover,.form input[type=search]:focus,.form input[type=search]:hover,.form input[type=tel]:focus,.form input[type=tel]:hover,.form input[type=text]:focus,.form input[type=text]:hover,.form select:focus,.form select:hover,.form textarea:focus,.form textarea:hover{border-color:#c10036}.form input[type=email],.form input[type=password],.form input[type=search],.form input[type=tel],.form input[type=text],.form select,.form textarea{padding:10px;font-size:1em;background-color:#fff;font-family:'Montserrat',sans-serif;font-weight:400;border:1px solid #d0d0d0}.form input[type=email]::-webkit-input-placeholder,.form input[type=password]::-webkit-input-placeholder,.form input[type=search]::-webkit-input-placeholder,.form input[type=tel]::-webkit-input-placeholder,.form input[type=text]::-webkit-input-placeholder,.form select::-webkit-input-placeholder,.form textarea::-webkit-input-placeholder{color:#d0d0d0;font-family:'Montserrat',sans-serif;font-weight:400}.form input[type=email]::-moz-placeholder,.form input[type=password]::-moz-placeholder,.form input[type=search]::-moz-placeholder,.form input[type=tel]::-moz-placeholder,.form input[type=text]::-moz-placeholder,.form select::-moz-placeholder,.form textarea::-moz-placeholder{color:#d0d0d0;font-family:'Montserrat',sans-serif;font-weight:400}.form input[type=email]:-ms-input-placeholder,.form input[type=password]:-ms-input-placeholder,.form input[type=search]:-ms-input-placeholder,.form input[type=tel]:-ms-input-placeholder,.form input[type=text]:-ms-input-placeholder,.form select:-ms-input-placeholder,.form textarea:-ms-input-placeholder{color:#d0d0d0;font-family:'Montserrat',sans-serif;font-weight:400}.form input[type=email]::-ms-input-placeholder,.form input[type=password]::-ms-input-placeholder,.form input[type=search]::-ms-input-placeholder,.form input[type=tel]::-ms-input-placeholder,.form input[type=text]::-ms-input-placeholder,.form select::-ms-input-placeholder,.form textarea::-ms-input-placeholder{color:#d0d0d0;font-family:'Montserrat',sans-serif;font-weight:400}.form input[type=email]::placeholder,.form input[type=password]::placeholder,.form input[type=search]::placeholder,.form input[type=tel]::placeholder,.form input[type=text]::placeholder,.form select::placeholder,.form textarea::placeholder{color:#d0d0d0;font-family:'Montserrat',sans-serif;font-weight:400}.form label{float:left;width:100%;margin-bottom:5px;font-weight:400;color:#444}.form textarea{resize:vertical}.form input[type=submit]{float:right}.wc_payment_methods label{float:none}.woocommerce-pagination{float:left;width:100%;clear:both;text-align:center}.page-numbers{float:left;width:100%;margin:10px 0 30px;list-style:none}.page-numbers li{margin-right:3px}.page-numbers a,.page-numbers li,.page-numbers span{display:inline-block;vertical-align:top}.page-numbers a{color:#333;font-weight:700;padding:5px 10px;border:1px solid #d0d0d0;background-color:#fff;border-radius:3px}.page-numbers a:hover{color:#c10036;border:1px solid #c10036}.page-numbers .current{padding:5px 10px;color:#fff;background-color:#c10036;border:1px solid #c10036;border-radius:3px}.cookies-traka{display:none;position:fixed;bottom:30px;left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);max-width:650px;width:100%;background-color:#ffffff;z-index:999;box-shadow:1px 10px 24px 0px rgba(0,0,0,0.25);-webkit-box-shadow:1px 10px 24px 0px rgba(0,0,0,0.25);-moz-box-shadow:1px 10px 24px 0px rgba(0,0,0,0.25)}@media screen and (max-width:992px){.cookies-traka{bottom:0px}}.cookies-traka.active{display:block;opacity:100%}.cookies-traka .cookies-traka-inner{display:block;padding:35px}.cookies-traka .cookies-traka-inner p{margin-top:0px;margin-bottom:40px;font-family:'Montserrat',sans-serif}.cookies-traka .cookies-traka-inner p a{color:#c10036;font-weight:bold}.cookies-traka .cookies-traka-inner .cookies-traka-btn-container{display:-webkit-box;display:-ms-flexbox;display:flex;gap:20px;width:100%}@media screen and (max-width:992px){.cookies-traka .cookies-traka-inner .cookies-traka-btn-container{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}.cookies-traka .cookies-traka-inner .cookies-traka-btn-container button{font-family:'Montserrat',sans-serif;display:inline-block;font-size:0.9em;padding:12px 23px!important;cursor:pointer;text-transform:uppercase;-webkit-transition:0.3s ease-in-out;transition:0.3s ease-in-out;color:#333;font-weight:700;padding:5px 10px;border:1px solid #d0d0d0;background-color:#fff;border-radius:3px}.cookies-traka .cookies-traka-inner .cookies-traka-btn-container button:hover{color:#c10036;border:1px solid #c10036}.cookies-traka .cookies-traka-inner .cookies-traka-btn-container button.accept-all-cookies{font-family:'Montserrat',sans-serif;display:inline-block;font-size:0.9em;padding:12px 23px!important;cursor:pointer;font-weight:700;text-transform:uppercase;-webkit-transition:0.3s ease-in-out;transition:0.3s ease-in-out;border-radius:3px;color:#fff;background-color:#c10036;background-image:-webkit-gradient(linear,right top,left bottom,from(#ed1753),to(#a4153d));background-image:linear-gradient(to bottom left,#ed1753,#a4153d)}.cookies-traka .cookies-traka-inner .cookies-traka-btn-container button.accept-all-cookies:hover{color:#fff;background-image:none;background-color:#a8002f}.cookies{display:none;z-index:999;scrollbar-color:#c10036 #f1f1f1}.cookies.active{display:block;position:fixed;inset:0;background-color:#00000080;-webkit-animation:showCookieModal 0.5s forwards;animation:showCookieModal 0.5s forwards;opacity:0%}@-webkit-keyframes showCookieModal{0%{opacity:0%}to{opacity:100%}}@keyframes showCookieModal{0%{opacity:0%}to{opacity:100%}}.cookies .cookies-modal{position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;width:50%;background-color:#ffffff;border:1px solid #d0d0d0;font-family:'Montserrat',sans-serif;max-height:80vh}@media screen and (max-width:992px){.cookies .cookies-modal{width:90%}}.cookies .cookies-modal p{margin:0}.cookies .cookies-modal a{color:#c10036;font-weight:bold;cursor:pointer}.cookies .cookies-modal .cookies-header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;border-bottom:1px solid #d0d0d0}.cookies .cookies-modal .cookies-header .cookies-header-link{-webkit-box-flex:1;-ms-flex:auto;flex:auto;color:#000000;text-align:center;margin:0;padding:15px 0;cursor:pointer;font-weight:500}.cookies .cookies-modal .cookies-header .cookies-header-link.active{border-bottom:2px solid #c10036;color:#c10036}.cookies .cookies-modal .cookies-body{padding:15px;overflow-y:scroll;border-bottom:1px solid #d0d0d0}.cookies .cookies-modal .cookies-body .cookies-body-content{display:none}.cookies .cookies-modal .cookies-body .cookies-body-content.active{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:20px}.cookies .cookies-modal .cookies-body .cookies-body-content .cookies-body-content-dropdown{display:-webkit-box;display:-ms-flexbox;display:flex;padding-bottom:20px;border-bottom:1px solid #d0d0d0;gap:20px}.cookies .cookies-modal .cookies-body .cookies-body-content .cookies-body-content-dropdown:last-of-type{border-bottom:0px}.cookies .cookies-modal .cookies-body .cookies-body-content .cookies-body-content-dropdown .open-first-level-cookie-dropdown,.cookies .cookies-modal .cookies-body .cookies-body-content .cookies-body-content-dropdown .open-second-level-cookie-dropdown{cursor:pointer;padding-top:5px}.cookies .cookies-modal .cookies-body .cookies-body-content .cookies-body-content-dropdown .open-first-level-cookie-dropdown.active svg,.cookies .cookies-modal .cookies-body .cookies-body-content .cookies-body-content-dropdown .open-second-level-cookie-dropdown.active svg{-webkit-transform:rotate(-180deg);-ms-transform:rotate(-180deg);transform:rotate(-180deg)}.cookies .cookies-modal .cookies-body .cookies-body-content .cookies-body-content-dropdown p.open-first-level-cookie-dropdown{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.cookies .cookies-modal .cookies-body .cookies-body-content .cookies-body-content-dropdown p.open-first-level-cookie-dropdown span.cookie-open-icon{display:-webkit-box;display:-ms-flexbox;display:flex;margin-right:20px}@media screen and (max-width:768px){.cookies .cookies-modal .cookies-body .cookies-body-content .cookies-body-content-dropdown p.open-first-level-cookie-dropdown span.cookie-open-icon{margin-right:10px}}.cookies .cookies-modal .cookies-body .cookies-body-content .cookies-body-content-dropdown p.open-first-level-cookie-dropdown span.cookie-open-icon.active svg{-webkit-transform:rotate(-180deg);-ms-transform:rotate(-180deg);transform:rotate(-180deg)}.cookies .cookies-modal .cookies-body .cookies-body-content .cookies-body-content-dropdown span.cookie-count{display:inline-block;background-color:#d0d0d0;font-size:14px;padding:2px 5px;font-weight:500;border-radius:25%;margin-left:10px;line-height:normal}.cookies .cookies-modal .cookies-body .cookies-body-content .cookies-body-content-dropdown p.description{margin-left:50px}@media screen and (max-width:768px){.cookies .cookies-modal .cookies-body .cookies-body-content .cookies-body-content-dropdown p.description{margin-left:0px}}.cookies .cookies-modal .cookies-body .cookies-body-content .cookies-body-content-dropdown .cookies-body-content-dropdown-inner{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:40px}.cookies .cookies-modal .cookies-body .cookies-body-content .cookies-body-content-dropdown .cookies-body-content-dropdown-inner .cookies-body-content-dropdown-preview{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:20px}.cookies .cookies-modal .cookies-body .cookies-body-content .cookies-body-content-dropdown .cookies-body-content-dropdown-inner .cookies-body-content-dropdown-preview .cookies-body-content-dropdown-preview-title{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.cookies .cookies-modal .cookies-body .cookies-body-content .cookies-body-content-dropdown .cookies-body-content-dropdown-inner .cookies-body-content-dropdown-preview .cookies-body-content-dropdown-preview-title p{width:69%}@media screen and (min-width:768px){.cookies .cookies-modal .cookies-body .cookies-body-content .cookies-body-content-dropdown .cookies-body-content-dropdown-inner .cookies-body-content-dropdown-preview .cookies-body-content-dropdown-preview-title p{width:80%}}.cookies .cookies-modal .cookies-body .cookies-body-content .cookies-body-content-dropdown .cookies-body-content-dropdown-inner .cookies-body-content-dropdown-content{display:none;margin-left:50px}@media screen and (max-width:768px){.cookies .cookies-modal .cookies-body .cookies-body-content .cookies-body-content-dropdown .cookies-body-content-dropdown-inner .cookies-body-content-dropdown-content{margin-left:0px}}.cookies .cookies-modal .cookies-body .cookies-body-content .cookies-body-content-dropdown .cookies-body-content-dropdown-inner .cookies-body-content-dropdown-content.active{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:20px}.cookies .cookies-modal .cookies-body .cookies-body-content .cookies-body-content-dropdown .cookies-body-content-dropdown-inner .cookies-body-content-dropdown-content .cookies-body-content-dropdown-content-dropdown{padding:15px;border:1px solid #d0d0d0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:20px}.cookies .cookies-modal .cookies-body .cookies-body-content .cookies-body-content-dropdown .cookies-body-content-dropdown-inner .cookies-body-content-dropdown-content .cookies-body-content-dropdown-content-dropdown .cookies-body-content-dropdown-content-dropdown-preview{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.cookies .cookies-modal .cookies-body .cookies-body-content .cookies-body-content-dropdown .cookies-body-content-dropdown-inner .cookies-body-content-dropdown-content .cookies-body-content-dropdown-content-dropdown .cookies-body-content-dropdown-content-dropdown-preview .cookies-body-content-dropdown-preview-title{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.cookies .cookies-modal .cookies-body .cookies-body-content .cookies-body-content-dropdown .cookies-body-content-dropdown-inner .cookies-body-content-dropdown-content .cookies-body-content-dropdown-content-dropdown .cookies-body-content-dropdown-content-dropdown-content{display:none;border-top:1px solid #d0d0d0;padding-top:20px}.cookies .cookies-modal .cookies-body .cookies-body-content .cookies-body-content-dropdown .cookies-body-content-dropdown-inner .cookies-body-content-dropdown-content .cookies-body-content-dropdown-content-dropdown .cookies-body-content-dropdown-content-dropdown-content.active{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:10px}.cookies .cookies-modal .cookies-body .cookies-body-content .cookies-body-content-dropdown .cookies-body-content-dropdown-inner .cookies-body-content-dropdown-content .cookies-body-content-dropdown-content-dropdown .cookies-body-content-dropdown-content-dropdown-content .cookies-body-content-dropdown-content-dropdown-content-dropdown{padding:15px;border:1px solid #d0d0d0;background-color:#e6e5e5;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:10px}.cookies .cookies-modal .cookies-body .cookies-body-content .cookies-body-content-dropdown .cookies-body-content-dropdown-inner .cookies-body-content-dropdown-content .cookies-body-content-dropdown-content-dropdown .cookies-body-content-dropdown-content-dropdown-content .cookies-body-content-dropdown-content-dropdown-content-dropdown .cookies-body-content-dropdown-content-dropdown-content-dropdown-title p b{font-weight:500}.cookies .cookies-modal .cookies-body .cookies-body-content .cookies-body-content-dropdown .cookies-body-content-dropdown-inner .cookies-body-content-dropdown-content .cookies-body-content-dropdown-content-dropdown .cookies-body-content-dropdown-content-dropdown-content .cookies-body-content-dropdown-content-dropdown-content-dropdown .cookies-body-content-dropdown-content-dropdown-content-dropdown-text{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.cookies .cookies-modal .cookies-body .cookies-body-content .cookies-body-content-dropdown .cookies-body-content-dropdown-inner .cookies-body-content-dropdown-content .cookies-body-content-dropdown-content-dropdown .cookies-body-content-dropdown-content-dropdown-content .cookies-body-content-dropdown-content-dropdown-content-dropdown .cookies-body-content-dropdown-content-dropdown-content-dropdown-text p{-webkit-box-flex:1;-ms-flex:auto;flex:auto}.cookies .cookies-modal .cookies-body .cookies-body-content .cookies-body-content-dropdown .cookies-body-content-dropdown-inner .cookies-body-content-dropdown-content .cookies-body-content-dropdown-content-dropdown .cookies-body-content-dropdown-content-dropdown-content .cookies-body-content-dropdown-content-dropdown-content-dropdown .cookies-body-content-dropdown-content-dropdown-content-dropdown-text p b{font-weight:500}.cookies .cookies-modal .cookies-footer{padding:15px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:10px;-ms-flex-wrap:wrap;flex-wrap:wrap}.cookies .cookies-modal .cookies-footer button{font-family:'Montserrat',sans-serif;display:inline-block;font-size:0.9em;padding:12px 23px!important;cursor:pointer;text-transform:uppercase;-webkit-transition:0.3s ease-in-out;transition:0.3s ease-in-out;color:#333;font-weight:700;padding:5px 10px;border:1px solid #d0d0d0;background-color:#fff;border-radius:3px;-webkit-box-flex:1;-ms-flex:auto;flex:auto}.cookies .cookies-modal .cookies-footer button:hover{color:#c10036;border:1px solid #c10036}@media screen and (min-width:768px){.cookies .cookies-modal .cookies-footer button{-webkit-box-flex:unset;-ms-flex:unset;flex:unset}}.cookies .cookies-modal .cookies-footer button.cookies-btn-fill{font-family:'Montserrat',sans-serif;display:inline-block;font-size:0.9em;padding:12px 23px!important;cursor:pointer;font-weight:700;text-transform:uppercase;-webkit-transition:0.3s ease-in-out;transition:0.3s ease-in-out;border-radius:3px;color:#fff;background-color:#c10036;background-image:-webkit-gradient(linear,right top,left bottom,from(#ed1753),to(#a4153d));background-image:linear-gradient(to bottom left,#ed1753,#a4153d)}.cookies .cookies-modal .cookies-footer button.cookies-btn-fill:hover{color:#fff;background-image:none;background-color:#a8002f}.cookies .cookies-modal .switch{display:inline-block;height:34px;position:relative;width:80px}.cookies .cookies-modal .switch input{display:none}.cookies .cookies-modal .cookie-slider{background-color:#ccc;bottom:0;cursor:pointer;left:0;position:absolute;right:0;top:0;-webkit-transition:0.4s;transition:0.4s}.cookies .cookies-modal .cookie-slider.disabled{cursor:not-allowed;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.cookies .cookies-modal .cookie-slider.disabled img{width:17px;margin-right:37px;margin-top:2px}.cookies .cookies-modal .cookie-slider:before{background-color:#ffffff;bottom:4px;content:"";height:26px;left:4px;position:absolute;-webkit-transition:0.4s;transition:0.4s;width:26px}.cookies .cookies-modal input:checked+.cookie-slider{background-color:#66bb6a}.cookies .cookies-modal input:checked+.cookie-slider:before{-webkit-transform:translateX(44px);-ms-transform:translateX(44px);transform:translateX(44px)}.cookies .cookies-modal .cookie-slider.round{border-radius:34px}.cookies .cookies-modal .cookie-slider.round:before{border-radius:50%}.cookies .cookies-modal .cookie-border{height:1px;width:100%;border-top:1px solid #d0d0d0}.cookies ::-webkit-scrollbar{width:10px}.cookies ::-webkit-scrollbar-track{background:#f1f1f1}.cookies ::-webkit-scrollbar-thumb{background:#c10036}.cookies ::-webkit-scrollbar-thumb:hover{background:#a4153d}.modal{display:none;background-color:rgba(0,0,0,0.2);position:fixed;top:0;left:0;width:100%;height:100%;z-index:1000}.modal .modal-content{position:fixed;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);width:100%;max-width:280px;background-color:#fff;padding:15px;text-align:center;border-radius:4px}.modal2{display:none;background-color:rgba(0,0,0,0.2);position:fixed;top:0;left:0;width:100%;height:100%;z-index:1000}.modal2 .modal-content{position:fixed;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);width:100%;max-width:280px;background-color:#fff;padding:15px;text-align:center;border-radius:4px}.header-main{position:absolute;top:0;left:0;z-index:3;width:100%}.header-holder{float:left;width:100%;height:193px}@media screen and (max-width:1200px){.header-holder{height:101px}}@media screen and (max-width:990px){.header-holder{height:150px}}.top-bar{background-color:#000000}.top-bar nav ul{display:inline-block;list-style:none}.top-bar nav ul li{display:inline-block;margin:0 5px}@media screen and (max-width:500px){.top-bar nav ul li{margin:0}}.top-bar nav ul li:first-child{margin-left:0}.top-bar nav ul li:last-child{margin-right:0}.top-bar nav ul li a{display:inline-block;font-size:0.9em;color:#ccc;padding:14px 10px}@media screen and (max-width:500px){.top-bar nav ul li a{font-size:0.7em;padding:7px 5px}}.top-bar .tel{display:inline-block;font-size:0.8em;color:#ccc;padding:7px 0 7px 7px}@media screen and (max-width:768px){.top-bar .tel{display:none}}.top-bar .tel-ico{display:none;width:30px;padding:6px;margin-right:8px;margin-top:2px}@media screen and (max-width:768px){.top-bar .tel-ico{display:inline-block}}@media screen and (max-width:1200px){.top-menu{display:none}}.main-nav{float:left;width:100%;background-color:#c10036;border-top-left-radius:6px;border-top-right-radius:6px}.main-nav ul{list-style:none;display:-webkit-box;display:-ms-flexbox;display:flex}.main-nav ul li{float:left}.main-nav ul li a{display:inline-block;color:#fff;padding:10px 18px;font-weight:700}.main-nav ul li.featured.first{margin-left:auto}.main-nav ul li.featured:last-of-type a{border-radius:0 6px 0 0;border-right:1px solid #c10036}.main-nav ul li.featured a{border-bottom:1px solid #c10036;border-top:1px solid #c10036;background-color:white;color:#c10036}@media screen and (max-width:1200px){.main-nav{display:none}}.category-bar{background-color:#23282d}.category-bar nav{text-align:center}.category-bar nav ul{display:inline-block;list-style:none}.category-bar nav ul li{display:inline-block;margin:0 10px}.category-bar nav ul li:first-child{margin-left:0}.category-bar nav ul li:last-child{margin-right:0}.category-bar nav ul li a{display:inline-block;font-size:0.75em;color:#ccc;padding:10px;text-transform:uppercase;font-weight:700}.logo{margin:10px 0 15px}.logo img{width:200px;display:block}@media screen and (max-width:440px){.logo img{width:180px}}.head-bg{background-image:url(//vapeshop.hr/wp-content/themes/vapeshop/images/header-bg.jpg);background-size:cover;background-position:right;position:absolute;width:100%;height:172px;z-index:1;top:20px}@media screen and (min-width:1200px){.head-bg{background-position-x:20%}}@media screen and (max-width:1200px){.head-bg{top:auto!important;height:101px}}@media screen and (max-width:991px){.head-bg{height:150px}}@media screen and (max-width:576px){.head-bg{background-position:unset}}.navigation{float:left}.navigation ul{float:left;width:100%;list-style:none}.navigation ul li{float:left}.navigation ul li a{float:left;margin-left:10px}.header{background-color:rgba(0,0,0,0.8)}@media screen and (max-width:991px){.header{height:150px}}.header .search-container button{position:absolute;right:5px;top:30px;padding:7px 10px 4px;background:#ddd;font-size:17px;border:none;cursor:pointer;border-radius:2px}@media screen and (max-width:991px){.header .search-container{position:relative;top:-30px}.header .search-container button{right:0}}.header .user{margin-top:20px}.header .user a{display:inline-block;float:right;text-align:center}.header .user a img{height:30px}.header .user a p{color:#ffffff;font-size:0.75em;font-weight:400}.header .user a:last-child{margin-right:30px}@media screen and (max-width:991px){.header .user{position:absolute;top:0;right:0;height:55px;z-index:10}.header .user a:last-child{margin-right:15px}}@media screen and (max-width:440px){.header .user{top:0}}.header .nav-hambi{cursor:pointer;margin-top:33px;background-image:-webkit-gradient(linear,right top,left bottom,from(#ed1753),to(#a4153d));background-image:linear-gradient(to bottom left,#ed1753,#a4153d);border-radius:3px;position:relative;top:-8px;padding:9px 7px}.header .nav-hambi div{float:right;clear:both;height:4px;background-color:white;width:30px;border-radius:3px}@media screen and (max-width:1200px){.header .nav-hambi{display:inline-block}}@media screen and (max-width:991px){.header .nav-hambi{margin-top:0px;top:-5px}}.header .nav-hambi:hover div{background-color:black}.main-menu{float:left;width:100%;background-color:#000}.main-menu-nav{text-align:center}.main-menu-nav ul{list-style:none;display:inline-block;margin-bottom:-6px}.main-menu-nav ul li{float:left;margin:0 25px}.main-menu-nav ul li a{float:left;color:#fff;padding:10px 0;-webkit-box-sizing:border-box;box-sizing:border-box}.search-container input[type=search]::-webkit-search-cancel-button,.search-container input[type=search]::-webkit-search-decoration,.search-container input[type=search]::-webkit-search-results-button,.search-container input[type=search]::-webkit-search-results-decoration{display:none}.search-box{position:relative;width:auto;vertical-align:middle;white-space:nowrap}.search-box form{background:#000;float:left;display:block;width:100%;margin:0;border-bottom:1px solid #c10036;border-radius:5px}.search-box .search{float:left;width:100%;height:2em;height:calc(50px - 2.3px);background:#000;border:none;border:1px solid transparent;color:#fff;font-size:10pt;line-height:1.8;border-radius:5px;-webkit-appearance:none;-moz-appearance:none}.search-box .search:focus,.search-box .search:hover{background:#23282d}.search-box .search::-webkit-input-placeholder{color:#fff}.search-box .search:-moz-placeholder{color:#fff}.search-box .search:-ms-input-placeholder{color:#fff}.search-box .icon{position:absolute;z-index:1;top:0;left:0;width:2.6em;height:2.356em;margin:0;border:none;color:#fff;cursor:pointer;-webkit-appearance:none;-moz-appearance:none}.search-box .icon svg{display:block;margin:12px 0 0 12px}.search-box i{position:absolute;top:20px;left:0;font:normal 32px/0 Arial,sans-serif}.search-box .btn-search{visibility:hidden;position:absolute;top:0;left:0;z-index:-1;width:24px;height:24px;border:none;background:none;display:none}.search-box input[type=search]{background-color:#000;-webkit-appearance:none;-moz-appearance:none}.search-modal-container{display:none;position:absolute;top:-10px;width:calc(100% - 12px);z-index:999;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;background-color:#000;border:solid #c10036 2px;border-radius:4px;-webkit-box-shadow:0px 0px 16px 0px rgba(0,0,0,0.25);box-shadow:0px 0px 16px 0px rgba(0,0,0,0.25);padding:16px 22px 28px;gap:30px}@media screen and (max-width:992px){.search-modal-container{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:20px;padding:12px 20px 18px;width:calc(100% - 10px);top:150px;left:5px;max-height:60vh;overflow-y:scroll;-webkit-transform:none;-ms-transform:none;transform:none}.search-modal-container::-webkit-scrollbar{width:6px}.search-modal-container::-webkit-scrollbar-track{background:#23282d;-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,0.1);border-radius:4px}.search-modal-container::-webkit-scrollbar-thumb{background:#c10036;border-radius:4px;-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,0.1)}.search-modal-container::-webkit-scrollbar-thumb:hover{background:#c10036}}.search-modal-container .search-modal-kategorije-container,.search-modal-container .search-modal-proizvod-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;height:100%;width:100%;-webkit-box-flex:1;-ms-flex:1;flex:1}@media screen and (max-width:767px){.search-modal-container .search-modal-kategorije-container,.search-modal-container .search-modal-proizvod-container{-webkit-box-flex:unset;-ms-flex:unset;flex:unset;height:auto}}@media screen and (max-width:767px){.search-modal-container .search-modal-proizvod-container{border-right:none;padding-right:0px}}.search-modal-container .search-modal-kategorije-container .title,.search-modal-container .search-modal-proizvod-container .title{color:#c10036;font-family:'Montserrat',sans-serif;font-size:16px;font-style:normal;font-weight:700;line-height:normal;text-transform:uppercase;margin-bottom:13px;margin-top:0px}.search-modal-container .search-modal-kategorije-container .search-modal-proizvod-container-proizvodi,.search-modal-container .search-modal-proizvod-container .search-modal-proizvod-container-proizvodi{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:15px;margin-bottom:18px}.search-modal-container .search-modal-kategorije-container .search-modal-proizvod-container-proizvodi .search-modal-proizvod-container-proizvod,.search-modal-container .search-modal-proizvod-container .search-modal-proizvod-container-proizvodi .search-modal-proizvod-container-proizvod{display:-webkit-box;display:-ms-flexbox;display:flex;cursor:pointer;text-decoration:none;-webkit-box-align:baseline;-ms-flex-align:baseline;align-items:baseline;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;gap:15px;border-bottom:1px solid #AAAAAA;padding-bottom:15px}.search-modal-container .search-modal-kategorije-container .search-modal-proizvod-container-proizvodi .search-modal-proizvod-container-proizvod:last-of-type,.search-modal-container .search-modal-proizvod-container .search-modal-proizvod-container-proizvodi .search-modal-proizvod-container-proizvod:last-of-type{border-bottom:0px;padding-bottom:0}.search-modal-container .search-modal-kategorije-container .search-modal-proizvod-container-proizvodi .search-modal-proizvod-container-proizvod:hover .proizvod-title,.search-modal-container .search-modal-proizvod-container .search-modal-proizvod-container-proizvodi .search-modal-proizvod-container-proizvod:hover .proizvod-title{color:#ff2864}.search-modal-container .search-modal-kategorije-container .search-modal-proizvod-container-proizvodi .search-modal-proizvod-container-proizvod .proizvod-price,.search-modal-container .search-modal-kategorije-container .search-modal-proizvod-container-proizvodi .search-modal-proizvod-container-proizvod .proizvod-title,.search-modal-container .search-modal-proizvod-container .search-modal-proizvod-container-proizvodi .search-modal-proizvod-container-proizvod .proizvod-price,.search-modal-container .search-modal-proizvod-container .search-modal-proizvod-container-proizvodi .search-modal-proizvod-container-proizvod .proizvod-title{font-style:normal;font-weight:500;line-height:normal;margin:0}.search-modal-container .search-modal-kategorije-container .search-modal-proizvod-container-proizvodi .search-modal-proizvod-container-proizvod .proizvod-title,.search-modal-container .search-modal-proizvod-container .search-modal-proizvod-container-proizvodi .search-modal-proizvod-container-proizvod .proizvod-title{font-family:'Montserrat',sans-serif;font-size:16px;color:#fff;-webkit-transition:color 0.3s;transition:color 0.3s;-webkit-box-flex:1;-ms-flex:1;flex:1}.search-modal-container .search-modal-kategorije-container .search-modal-proizvod-container-proizvodi .search-modal-proizvod-container-proizvod .proizvod-price,.search-modal-container .search-modal-proizvod-container .search-modal-proizvod-container-proizvodi .search-modal-proizvod-container-proizvod .proizvod-price{font-family:'Montserrat',sans-serif;font-size:14px;font-weight:600;color:#fff;width:-webkit-max-content;width:-moz-max-content;width:max-content}.search-modal-container .search-modal-kategorije-container{gap:17px}.search-modal-container .search-modal-kategorije-container .search-modal-kategorije-container-kategorije .kategorije-inner{display:-ms-grid;display:grid;gap:12px;-ms-grid-columns:1fr 12px 1fr;grid-template-columns:repeat(2,1fr)}@media screen and (max-width:767px){.search-modal-container .search-modal-kategorije-container .search-modal-kategorije-container-kategorije .kategorije-inner{border-bottom:1px solid #dddddd;padding-bottom:17px}}.search-modal-container .search-modal-kategorije-container .search-modal-kategorije-container-kategorije .kategorije-inner a{color:#fff;font-family:'Montserrat',sans-serif;font-size:16px;font-style:normal;font-weight:400;line-height:normal;margin:0;text-decoration:none;-webkit-transition:color 0.3s;transition:color 0.3s}.search-modal-container .search-modal-kategorije-container .search-modal-kategorije-container-kategorije .kategorije-inner a:hover{color:#ff2864}.search-modal-container .search-modal-kategorije-container .search-modal-kategorije-container-brandovi .brandovi-inner{display:-webkit-box;display:-ms-flexbox;display:flex;gap:12px;-ms-flex-wrap:wrap;flex-wrap:wrap}.search-modal-container .search-modal-kategorije-container .search-modal-kategorije-container-brandovi .brandovi-inner a{color:#fff;font-family:'Montserrat',sans-serif;font-size:16px;font-style:normal;font-weight:400;line-height:normal;margin:0;text-decoration:none;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;-webkit-transition:color 0.3s;transition:color 0.3s}.search-modal-container .search-modal-kategorije-container .search-modal-kategorije-container-brandovi .brandovi-inner a:hover{color:#ff2864}.search-modal-container .search-modal-show-all{border-radius:24.66px;background:-webkit-gradient(linear,right top,left bottom,from(#ED1753),to(#A4153D));background:linear-gradient(to bottom left,#ED1753,#A4153D);color:#fff;font-family:'Montserrat',sans-serif;font-size:16px;font-style:normal;font-weight:700;line-height:normal;padding:8px 8px 9px;text-align:center;cursor:pointer}.search-modal-container .notfound{display:none;color:#fff;font-family:'Montserrat',sans-serif;font-size:16px;font-style:normal;font-weight:700;line-height:normal;text-transform:uppercase;margin:0px auto;margin-top:6px;text-align:center}@media screen and (min-width:768px){.search-modal-container .notfound{margin-top:12px}}.header .search-container input{position:relative;padding:8px;padding-left:45px;font-size:17px;border:none;border-radius:3px}.lokacije-footer{display:block;background-color:#fff;padding:10px;-webkit-box-shadow:1px 1px 8px #ccc;box-shadow:1px 1px 8px #ccc;margin-bottom:20px}.lokacije-footer:hover{-webkit-box-shadow:1px 1px 8px #a2a2a2;box-shadow:1px 1px 8px #a2a2a2}.lokacije-footer img{display:inline-block;vertical-align:middle;width:30px}.lokacije-footer p{display:inline-block;vertical-align:middle;margin:0;font-size:12px;font-weight:700}.footer{background-color:#000000;padding:30px 0;background-image:url(//vapeshop.hr/wp-content/themes/vapeshop/images/footer-img.jpg)}.footer p{color:#ccc;font-size:1em}.footer .footer-text a{font-weight:500}.footer .container-ethics-codex{text-align:center;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-top:30px}.footer .container-ethics-codex p{color:#fff;font-weight:700}.footer .container-ethics-codex img{max-width:200px;margin-right:20px}@media screen and (max-width:900px){.footer .container-ethics-codex{-ms-flex-wrap:wrap;flex-wrap:wrap;margin-top:20px}.footer .container-ethics-codex img{margin-right:0;margin-bottom:15px}}.sitemap-headline{font-size:1.8em;font-family:'Lobster',cursive;font-weight:400;color:#fff;border-bottom:3px solid #c10036;padding-bottom:5px;margin-bottom:0}@media screen and (max-width:991px){.sitemap-headline{font-size:1.6em}}.brand-tags{margin-top:15px}.brand-tags a{color:#fff;font-weight:700;font-size:15px;margin:3px;padding:5px;display:inline-block;text-transform:uppercase}.brand-tags a:hover{color:#c10036}.sitemap{margin:15px 0}.sitemap ul{list-style:none}.sitemap ul li{float:left;width:100%}.sitemap ul a{display:block;width:100%;padding:10px 0;font-size:1em;font-weight:700;border-bottom:1px solid #333;color:#ddd}.sitemap ul a:hover{color:#c10036}.copyright{float:left;width:100%;background-color:#23282d;padding:15px;margin-top:20px}.sidebar{padding-right:20px}.sidebar h3{color:#c10036;margin:30px 0 15px 0;font-family:'Lobster',cursive;font-weight:400}@media screen and (max-width:1200px){.sidebar h3{text-align:center}}.sidebar .map img{margin:0 auto;width:100%;display:block;border-radius:3px;-webkit-box-shadow:2px 6px 8px #9a9a9a;box-shadow:2px 6px 8px #9a9a9a;margin-top:40px}@media screen and (max-width:990px){.sidebar .map img{width:90%}}.sidebar .brands li{display:inline-block;margin:0 1% 5px 0;width:31%}@media screen and (max-width:1200px){.sidebar .brands{margin-top:15px;text-align:center}.sidebar .brands li{margin:0 0.5% 5px 0;width:13%}}@media screen and (max-width:1200px){.sidebar{padding:0}}.category-menu{margin:10px 0 25px;position:relative;z-index:1}.category-menu .dropdown{display:none;position:relative;z-index:3;background-color:#ffffff;-webkit-box-shadow:1px 1px 15px #333;box-shadow:1px 1px 15px #333;border-radius:3px;padding:10px;color:#c10036;text-transform:uppercase;font-size:14px;font-weight:700}.category-menu .dropdown:hover{-webkit-box-shadow:none;box-shadow:none;background-image:-webkit-gradient(linear,right top,left bottom,from(#ed1753),to(#a4153d));background-image:linear-gradient(to bottom left,#ed1753,#a4153d);color:#ffffff;border-color:#c10036}.category-menu .dropdown:after{display:inline-block;background-size:contain;content:"▼";margin-right:12px;position:absolute;right:0;font-size:12px}@media screen and (max-width:1200px){.category-menu .dropdown{display:block}}@media screen and (max-width:1200px){.category-menu{display:none}}.category-menu ul{list-style:none}.category-menu ul li{display:block}.category-menu ul li a{display:block;margin:8px 0;background-color:#ffffff;border:solid 1px #bbb;border-radius:3px;padding:3.5px 0 3.5px 10px;color:#292929;text-transform:uppercase;font-size:14px;font-weight:700}.category-menu ul li a:hover{-webkit-box-shadow:none;box-shadow:none;background-image:-webkit-gradient(linear,right top,left bottom,from(#ed1753),to(#a4153d));background-image:linear-gradient(to bottom left,#ed1753,#a4153d);color:#ffffff;border-color:#c10036}.category-menu ul li a:hover:after{background-image:url(//vapeshop.hr/wp-content/themes/vapeshop/images/btn-circle-2.png)}.category-menu ul li a:after{display:inline-block;width:13px;height:12px;background-image:url(//vapeshop.hr/wp-content/themes/vapeshop/images/btn-circle.png);background-size:contain;content:"";margin-top:6px;margin-right:18px;position:absolute;right:0}@media screen and (max-width:992px){.category-menu{margin-top:40px}}.main-holder{display:none;position:fixed;top:0;left:0;width:100%;height:100%;background-color:black;z-index:9999;-webkit-transform:translate(-100%);-ms-transform:translate(-100%);transform:translate(-100%);-webkit-transition:-webkit-transform 0.3s ease-in-out;transition:-webkit-transform 0.3s ease-in-out;transition:transform 0.3s ease-in-out;transition:transform 0.3s ease-in-out,-webkit-transform 0.3s ease-in-out;overflow-y:scroll;max-width:280px}@media screen and (max-width:1200px){.main-holder{display:block}}.main-holder-active{-webkit-transform:translate(0);-ms-transform:translate(0);transform:translate(0)}.close-menu{padding:15px 10px 0 10px;display:-webkit-box;display:-ms-flexbox;display:flex;width:100%;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.close-menu .hamburger-close{width:25px;height:25px;position:relative}.close-menu .hamburger-close .hamburger{background-color:white;width:100%;height:2px;position:absolute}.close-menu .hamburger-close .hamburger.hamburger-x{bottom:50%;left:0;rotate:45deg;-webkit-transform:translateY(50%);-ms-transform:translateY(50%);transform:translateY(50%)}.close-menu .hamburger-close .hamburger.hamburger-y{right:0;top:50%;-webkit-transform:translateY(50%);-ms-transform:translateY(50%);transform:translateY(50%);rotate:135deg}.close-menu p{color:white;font-size:16px;font-weight:700;text-align:center;line-height:50px}.close-menu img{width:170px}.mobile-links{margin-top:6px;list-style-type:none}.mobile-links li{border-bottom:1px solid #39424a;display:-webkit-box;display:-ms-flexbox;display:flex;position:relative}.mobile-links li.last{border-top:1px solid #39424a;margin-top:30px}.mobile-links li a{width:100%}.mobile-links li a,.mobile-links li label{padding:10px 10px;font-style:normal;font-weight:500;font-size:1em;line-height:22px;color:white;width:100%}.mobile-links li label{margin-bottom:0px}.mobile-links li label.arrow-mobile{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;position:absolute;top:0;bottom:0;right:0;max-width:42px;text-align:center;background-color:#c10036}.mobile-links li label.arrow-mobile img{max-width:11px;display:inline-block;vertical-align:middle;text-align:center}.contact-links-outer{margin-top:30px;padding:0 10px;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.contact-links-outer .contact-links-inner{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;width:100%}.contact-links-outer .contact-links-inner p{text-transform:uppercase;font-weight:600;margin-bottom:10px;color:white;font-size:1em}.contact-links-outer .contact-links-inner .contact-link{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;color:white;font-size:1em;font-weight:700;-webkit-transition:all 0.3s ease-in-out;transition:all 0.3s ease-in-out;padding:0}.contact-links-outer .contact-links-inner .contact-link:before{display:block;width:25px;height:25px;min-width:25px;content:"";background-repeat:no-repeat;background-position:center;margin-right:10px;padding:5px;padding-left:0}.contact-links-outer .contact-links-inner .contact-link.phone:before{background-image:url(//vapeshop.hr/wp-content/themes/vapeshop/images/icons/phone.svg)}.contact-links-outer .contact-links-inner .contact-link.mail:before{background-image:url(//vapeshop.hr/wp-content/themes/vapeshop/images/icons/mail.svg)}.main-holder input[type=checkbox]{display:none}.main-holder .category-leave{text-align:center;text-transform:uppercase;font-weight:700;font-size:0.875em}.main-holder .submenu{position:fixed;top:83px;left:0;width:100%;max-width:280px;height:100%;z-index:9999;background-color:black;overflow-y:scroll}.main-holder .submenu ::-webkit-scrollbar{width:0px}.main-holder .submenu ::-webkit-scrollbar-track-piece{background-color:transparent}.main-holder .arrow-left{left:0}.header-leave{text-align:center;text-transform:uppercase;font-weight:700;font-size:1em;background-color:#c10036;color:white;padding:12px 0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:100%}.header-leave img{width:15px;height:15px;margin-right:15px}@media (max-width:577px){.mobile-fix-option{display:none}}.products{list-style:none;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap}@media screen and (max-width:768px){.products .col-xs-6{padding-left:10px;padding-right:10px}.products .product{margin-bottom:20px}}.product{background-color:#ffffff;padding:10px 10px 0 10px;-webkit-box-shadow:1px 1px 8px #ccc;box-shadow:1px 1px 8px #ccc;margin-bottom:10px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;height:calc(100% - 10px)}@media screen and (max-width:768px){.product{height:calc(100% - 20px)}}.product .image-container img{display:block;width:100%;aspect-ratio:1;-o-object-fit:contain;object-fit:contain}.product h3{font-size:0.85em;margin:10px 0;overflow:hidden}.product .product-price{display:block;width:100%;font-weight:700;margin-bottom:16px}.product .product-price span{display:inline-block}.product .product-price .old-price{color:#aaaaaa;font-size:0.8em;margin-bottom:0}@media screen and (max-width:440px){.product .product-price .old-price{color:#777;font-size:0.8em}}.product .product-price .old-price .amount,.product .product-price .old-price span{text-decoration:line-through}.product .product-price .new-price{font-size:1em;color:#c10036;font-weight:700;margin:0}@media screen and (max-width:440px){.product .product-price .new-price{font-size:1em}}.product .product-price .single-price{color:#575757;font-weight:700;font-size:14px;margin-bottom:0}.product .product-price .single-price.homepage{font-size:12px}.product .btn{float:none;margin-top:auto;margin-bottom:10px;padding:5px 17px!important;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}@media screen and (max-width:440px){.product .btn{float:none;display:block;text-align:center;padding:5px 23px!important}}.p-section{background-color:#fff;padding:20px 0 40px 0;clear:both}.product-content .product-name{font-size:26px;margin-top:15px}.product-content .product-brand{font-size:14px;margin:15px 0 28px 0}.product-content .product-brand span{font-weight:400}.product-content .product-image-border{position:absolute;top:0;left:0;width:552px;height:552px;background-size:contain;background-repeat:no-repeat;z-index:3}.product-content .product-image-holder{margin-top:15px;width:500px;height:400px;display:inline-block}.product-content .product-image{display:block;max-width:500px;margin:auto;max-height:400px}.product-content .old-price{font-size:24px;font-weight:400;color:#999;margin:0;text-decoration:line-through}.product-content .new-price{font-size:32px;font-weight:700;color:#c10036;margin:0}.product-content .quantity{float:left;width:55px;height:42px;line-height:42px;border-top:1px solid #d0d0d0;border-bottom:1px solid #d0d0d0}.product-content .quantity input[type=number]{width:45px;margin-left:10px;text-align:center}.product-content .minus-qty,.product-content .plus-qty{float:left;border:1px solid #d0d0d0;height:42px;line-height:42px;width:25px;text-align:center}.product-content .raspolozivost{float:left;width:100%;margin-top:10px;font-weight:400}.product-content .raspolozivost span{font-weight:700;color:#000}.product-content .kolicina{font-size:14px;margin:10px 0 5px 0}.product-content .btn{font-family:'Montserrat',sans-serif;padding:8px 35px}@media screen and (max-width:1200px){.product-content .product-image-border{max-width:420px;max-height:420px}.product-content .product-image-holder{margin-top:15px;margin-bottom:15px;width:380px;height:305px}.product-content .product-image{max-width:380px;max-height:308px}}@media screen and (max-width:440px){.product-content .product-image-border{width:100%}.product-content .product-image-holder{margin-top:10px;margin-bottom:10px;width:326px;height:260px}.product-content .product-image{max-width:320px;max-height:263px}}.term-description{margin-bottom:25px}@media screen and (max-width:576px){.izdvojeno .headling-wrap a,.izdvojeno .headling-wrap h2{display:block}}.opis-spec{float:left;width:100%;background-color:#eeeeee;padding:40px 0}@media screen and (max-width:991px){.opis-spec{padding:60px 0 30px}}.opis-spec .opis-content h1,.opis-spec .opis-content h2,.opis-spec .opis-content h3,.opis-spec .opis-content h4,.opis-spec .opis-content h5,.opis-spec .opis-content h6{font-weight:700;margin-bottom:10px}.opis-spec .opis-content h1{font-size:1.5em}.opis-spec .opis-content h2{font-size:1.4em}.opis-spec .opis-content h3{font-size:1.3em}.opis-spec .opis-content h4{font-size:1.2em}.opis-spec .opis-content h5{font-size:1.1em}.opis-spec .opis-content h6{font-size:1em;font-weight:700}.opis-spec .opis-content p{margin-bottom:8px}.woocommerce-thankyou-order-received{color:#c10036;font-size:1.4em;font-weight:700}.cart-collaterals .cart_totals h2{text-align:left;margin-bottom:10px}.woocommerce-cart-form table thead{background-color:#c10036}.woocommerce-cart-form table thead tr th{color:#fff}@media screen and (max-width:768px){.woocommerce-cart-form .woocommerce-cart-form__cart-item.cart_item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.woocommerce-cart-form .woocommerce-cart-form__cart-item.cart_item td{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.woocommerce-cart-form .woocommerce-cart-form__cart-item.cart_item td.product-remove{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0;border-top:0;border-bottom:1px solid rgba(0,0,0,0.1)}.woocommerce-cart-form .woocommerce-cart-form__cart-item.cart_item td.product-remove .remove{margin-left:auto}}.woocommerce-cart-form .product-remove{width:50px}@media screen and (max-width:768px){.woocommerce-cart-form .product-remove{width:100%}}.woocommerce-cart-form .product-remove .remove{color:#c10036!important;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-transition:0.2s ease-in-out;transition:0.2s ease-in-out}.woocommerce-cart-form .product-remove .remove:hover{color:white!important;background-color:#c10036!important}.woocommerce-cart-form .product-thumbnail{width:85px;text-align:left!important}@media screen and (max-width:768px){.woocommerce-cart-form .product-thumbnail{display:block!important;width:100%}.woocommerce-cart-form .product-thumbnail img{width:125px}}.woocommerce-cart-form button[name=update_cart]{display:none!important}@media screen and (max-width:768px){.woocommerce-cart-form .product-quantity{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important;-webkit-box-align:normal;-ms-flex-align:normal;align-items:normal;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}}.woocommerce-cart-form .product-quantity .quantity{float:left;width:55px;height:42px;line-height:42px;border-top:1px solid #d0d0d0;border-bottom:1px solid #d0d0d0}.woocommerce-cart-form .product-quantity .quantity input[type=number]{width:45px;margin-left:10px;text-align:center}.woocommerce-cart-form .product-quantity .minus-qty,.woocommerce-cart-form .product-quantity .plus-qty{float:left;border:1px solid #d0d0d0;height:42px;line-height:42px;width:25px;text-align:center;cursor:pointer}.sidebar-filter{padding:10px;background-color:#fff;-webkit-box-shadow:1px 1px 8px #ccc;box-shadow:1px 1px 8px #ccc}.sidebar-filter h4{font-size:1em;margin:15px 0 5px 0}.sidebar-filter label{margin:5px 0 0 8px;font-size:0.9em}.sidebar-filter .woof_container{margin:0;padding:0}.sidebar-filter .woof_list li{padding:0!important;margin:0!important}.single-modal-related.sweet-alert{overflow-y:scroll;max-height:80vh;top:10vh;margin-top:0!important}@media screen and (min-width:768px){.single-modal-related.sweet-alert{overflow-y:scroll;width:650px;margin-left:-306px}}@media screen and (max-width:768px){.single-modal-related.sweet-alert{width:auto}.single-modal-related.sweet-alert .sa-icon{margin-top:10px;margin-bottom:10px}}.single-modal-related.sweet-alert button{width:100%;margin-left:0;margin-right:0;font-weight:700;border-radius:3px;font-size:unset;padding:12px 23px;font-size:0.9em;line-height:1;margin:0}.single-modal-related.sweet-alert .sa-confirm-button-container{display:-webkit-box;display:-ms-flexbox;display:flex;gap:10px;margin-top:10px}@media screen and (max-width:768px){.single-modal-related.sweet-alert .sa-confirm-button-container{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}.single-modal-related.sweet-alert h2{color:#333;margin:15px 0}@media screen and (max-width:768px){.single-modal-related.sweet-alert h2{margin:15px 0 10px}}.single-modal-related.sweet-alert .custom-title-modal{margin-top:15px;text-align:center}.single-modal-related.sweet-alert .modal-related{margin-top:15px}.single-modal-related.sweet-alert .modal-related .col-xs-6{padding-left:5px;padding-right:5px}.single-modal-related.sweet-alert .modal-related .product{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;margin-bottom:10px;gap:5px}@media screen and (max-width:768px){.single-modal-related.sweet-alert .modal-related .product{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;padding-bottom:10px}}.single-modal-related.sweet-alert .modal-related .product .btn{display:inline-block!important}.single-modal-related.sweet-alert .modal-related .product .content-container{text-align:left}.single-modal-related.sweet-alert .image-container{position:relative}.single-modal-related.sweet-alert .image-container img{width:130px;height:auto;min-width:130px}@media screen and (max-width:768px){.single-modal-related.sweet-alert .image-container img{width:120px;height:auto;min-width:unset}}.single-modal-related.sweet-alert .image-container .sticker-image{position:absolute;top:5px;right:5px;padding:4px 6px;background-color:#23282d;border-radius:3px;-webkit-animation-duration:0.5s;animation-duration:0.5s;-webkit-animation-name:animate-pop;animation-name:animate-pop;-webkit-animation-timing-function:cubic-bezier(0.26,0.53,0.74,1.48);animation-timing-function:cubic-bezier(0.26,0.53,0.74,1.48);-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;opacity:0}.single-modal-related.sweet-alert .image-container .sticker-image p{font-size:13px;color:white;line-height:1;text-transform:uppercase;font-weight:bold;font-family:'Montserrat',sans-serif}@-webkit-keyframes animate-pop{0%{opacity:0;-webkit-transform:scale(0.5,0.5);transform:scale(0.5,0.5)}to{opacity:1;-webkit-transform:scale(1,1);transform:scale(1,1)}}@keyframes animate-pop{0%{opacity:0;-webkit-transform:scale(0.5,0.5);transform:scale(0.5,0.5)}to{opacity:1;-webkit-transform:scale(1,1);transform:scale(1,1)}}.row-align{margin-bottom:10px}@media (min-width:768px){.row-align{margin-bottom:20px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:baseline;-ms-flex-align:baseline;align-items:baseline}}.filters-holder:before{content:'';display:block;inset:0;position:fixed;background-color:rgba(0,0,0,0.1);-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;pointer-events:none;z-index:100;visibility:hidden;opacity:0;-webkit-transition:all 0.3s ease;transition:all 0.3s ease}.filters-holder.active-filters:before{visibility:visible;opacity:1;-webkit-user-select:initial;-moz-user-select:initial;-ms-user-select:initial;user-select:initial;pointer-events:initial}.filters-holder.active-filters .filters{-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}.filters-holder .filters{overflow-y:scroll;position:fixed;background-color:#fff;top:0;right:0;bottom:0;max-width:378px;width:100%;-webkit-transform:translateX(100%);-ms-transform:translateX(100%);transform:translateX(100%);-webkit-transition:-webkit-transform 0.5s ease;transition:-webkit-transform 0.5s ease;transition:transform 0.5s ease;transition:transform 0.5s ease,-webkit-transform 0.5s ease;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;padding:35px 25px 27px 35px;z-index:10000000000}@media (max-width:768px){.filters-holder .filters{padding:25px 20px 25px 20px;max-width:280px}}.filters-holder .filters .top-filter{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding-bottom:15px}.filters-holder .filters .top-filter:before{content:'';display:block;width:calc(100% + 60px);height:1px;background-color:#E0E0E0;position:absolute;bottom:0;left:-35px}@media (max-width:768px){.filters-holder .filters .top-filter:before{left:-20px;width:calc(100% + 40px)}}.filters-holder .filters .top-filter .title-filter{color:#333333;margin-bottom:0;font-size:24px;font-weight:700}@media (max-width:768px){.filters-holder .filters .top-filter .title-filter{font-size:24px}}.filters-holder .filters .top-filter .close-filter{cursor:pointer;-webkit-transition:color 0.3s ease;transition:color 0.3s ease}.filters-holder .filters .top-filter .close-filter svg{display:block}.filters-holder .filters .top-filter .close-filter:hover{color:#c10036}.filters-holder .filters .inner-filers-container{margin-top:15px;margin-bottom:25px;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;row-gap:27px}@media (max-width:768px){.filters-holder .filters .inner-filers-container{row-gap:15px}}.filters-holder .filters .inner-filers-container .filter-group .filter-title{font-size:18px;gap:15px;font-weight:700;margin-bottom:0;position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}@media (max-width:768px){.filters-holder .filters .inner-filers-container .filter-group .filter-title{font-size:16px;gap:10px}}.filters-holder .filters .inner-filers-container .filter-group .filter-title .remove-filter-icon{cursor:pointer}.filters-holder .filters .inner-filers-container .filter-group .filter-title.inactive-filter-title .icon-show:after{-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.filters-holder .filters .inner-filers-container .filter-group .filter-options-container{overflow:hidden;margin-top:15px}.filters-holder .filters .inner-filers-container .filter-group .filter-options-container .filter-options{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:15px;list-style-type:none}@media (max-width:768px){.filters-holder .filters .inner-filers-container .filter-group .filter-options-container .filter-options{gap:10px}}.filters-holder .filters .inner-filers-container .filter-group .filter-options-container .filter-options label{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-size:0.9em;gap:16px}@media (max-width:768px){.filters-holder .filters .inner-filers-container .filter-group .filter-options-container .filter-options label{gap:10px}}.filters-holder .filters .inner-filers-container .filter-group .filter-options-container .filter-options label.active .filter-checkbox{background-color:#c10036}.filters-holder .filters .inner-filers-container .filter-group .filter-options-container .filter-options label.active .filter-checkbox:before{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}.filters-holder .filters .inner-filers-container .filter-group .filter-options-container .filter-options label .filter-checkbox{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;pointer-events:none;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:#fff;margin:0;font:inherit;color:#fff;width:20px;height:20px;border:2px solid #c10036;-webkit-transform:translateY(-0.075em);-ms-transform:translateY(-0.075em);transform:translateY(-0.075em);display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;opacity:1!important;-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-transition:all 0.3s ease;transition:all 0.3s ease;-ms-flex-negative:0;flex-shrink:0}.filters-holder .filters .inner-filers-container .filter-group .filter-options-container .filter-options label .filter-checkbox:checked{background-color:#c10036}.filters-holder .filters .inner-filers-container .filter-group .filter-options-container .filter-options label .filter-checkbox:before{content:"";width:13px;height:11px;clip-path:polygon(36% 100%,4% 58.763%,15.2% 44.33%,36% 71.134%,88.8% 3.093%,100% 17.526%,36% 100%);-webkit-transform:scale(0);-ms-transform:scale(0);transform:scale(0);-webkit-transform-origin:bottom left;-ms-transform-origin:bottom left;transform-origin:bottom left;-webkit-transition:120ms -webkit-transform ease-in-out;transition:120ms -webkit-transform ease-in-out;transition:120ms transform ease-in-out;transition:120ms transform ease-in-out,120ms -webkit-transform ease-in-out;background-color:#fff}.filters-holder .filters .inner-filers-container .filter-group .filter-options-container .filter-options label .filter-checkbox:checked:before{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}.filters-holder .filters .buttons-container{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:12px;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:end;margin-top:auto;position:relative;padding-top:26px}.filters-holder .filters .buttons-container:before{content:'';display:block;width:calc(100% + 60px);height:1px;background-color:#E0E0E0;position:absolute;top:0;left:-35px}@media (max-width:768px){.filters-holder .filters .buttons-container:before{left:-20px;width:calc(100% + 40px)}}.filters-holder .filters .buttons-container .btn{padding:8px;width:100%;max-width:140px}@media (max-width:576px){.filters-holder .filters .buttons-container .btn{max-width:100%}}.filters-holder .filters .buttons-container .btn-fourth{padding:6px}.filter-controls{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;gap:20px;row-gap:15px}@media screen and (max-width:768px){.filter-controls{-ms-flex-wrap:wrap;flex-wrap:wrap;gap:0;row-gap:10px;padding:0 5px}}.filter-controls .filter-icon{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:20px}.filter-controls .filter-icon .open-filters{font-family:'Montserrat',sans-serif;cursor:pointer;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-size:1em;font-weight:700;color:white;gap:8px;-webkit-transition:color 0.3s ease;transition:color 0.3s ease;padding:5px 15px 5px 5px;background:linear-gradient(244.81deg,#EC1B54 0.84%,#A41D3F 100%);-webkit-transition:background 0.3s ease;transition:background 0.3s ease}.filter-controls .filter-icon .open-filters svg{display:block;width:25px;height:25px}.filter-controls .filter-icon .open-filters svg path{color:white;fill:white}.filter-controls .filter-icon .open-filters:hover{background:linear-gradient(244.81deg,#c41041 0.84%,#79152e 100%);color:white}.filter-controls .added-filters-tablets{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:6px}@media (max-width:768px){.filter-controls .added-filters-tablets{width:100%}}.filter-controls .added-filters-tablets .filter-tablet{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:13px;padding:8px 11px;border:1px solid #c10036;line-height:1;font-family:'Montserrat',sans-serif;cursor:pointer;-webkit-transition:color 0.3s ease,border 0.3s ease;transition:color 0.3s ease,border 0.3s ease;border-radius:3px;height:35px;font-size:1em}@media (max-width:768px){.filter-controls .added-filters-tablets .filter-tablet{font-size:0.875em}}.filter-controls .added-filters-tablets .filter-tablet .icon{display:block;width:12px;height:12px}.filter-controls .added-filters-tablets .filter-tablet:hover{color:#c10036;border-color:#c10036}.select-filter{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:8px;position:relative}@media (min-width:768px){.select-filter{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:end;width:-webkit-max-content;width:-moz-max-content;width:max-content;margin-left:auto}}@media (max-width:768px){.select-filter .open-sort{pointer-events:none;position:relative;z-index:2;font-family:'Montserrat',sans-serif;cursor:pointer;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-size:1em;font-weight:700;color:white;gap:8px;-webkit-transition:color 0.3s ease;transition:color 0.3s ease;padding:5px 15px 5px 5px;background:linear-gradient(244.81deg,#EC1B54 0.84%,#A41D3F 100%);-webkit-transition:background 0.3s ease;transition:background 0.3s ease}.select-filter .open-sort svg{display:block;width:25px;height:25px}.select-filter .open-sort svg path{color:white;fill:white}.select-filter .open-sort:hover{background:linear-gradient(244.81deg,#c41041 0.84%,#79152e 100%);color:white}}.select-filter .text{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:2px;font-size:0.875em;font-weight:700;margin-bottom:0}.select-filter .select-container{position:relative;color:#000}@media (max-width:768px){.select-filter .select-container{position:absolute;z-index:0;inset:0;height:35px}}.select-filter .select-container .sortby-filter-link{color:#000;line-height:1;-webkit-appearance:none;-moz-appearance:none;appearance:none;width:100%;cursor:pointer;border-radius:0;padding:5px 30px 5px 7px;font-size:0.875em;background-color:#fff;font-family:'Montserrat',sans-serif;font-weight:700;border:1px solid #c10036;height:35px}.select-filter .select-container .sortby-filter-link:focus,.select-filter .select-container .sortby-filter-link:hover{border-color:#8e0028}.select-filter .select-container .select-icon{position:absolute;color:#c10036;right:5px;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.select-filter .select-container .select-icon svg{display:block}.select-filter.hide-desktop{margin-left:auto}.shop-page{overflow:visible}.shop-page .products{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;width:100%}.shop-page .products li{display:-webkit-box;display:-ms-flexbox;display:flex}.shop-page .products li .product{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;width:100%}.shop-page .products li .product .btn{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;margin-top:auto}.shop-page .category-filter{margin-bottom:15px}.shop-page .category-filter .text{font-size:1em;font-weight:700;margin-bottom:8px}.shop-page .category-filter .list-category{list-style-type:none;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:10px}.shop-page .category-filter .list-category .category-single a{display:inline-block;font-size:0.9em;line-height:1;padding:8px;cursor:pointer;font-weight:700;text-transform:uppercase;-webkit-transition:0.3s ease-in-out;transition:0.3s ease-in-out;border-radius:3px;font-family:'Montserrat',sans-serif;color:#c10036;border:2px solid #c10036}.shop-page .category-filter .list-category .category-single a:hover{color:#fff;background-image:none;background-color:#a8002f;border:2px solid #a8002f}.shop-page .category-filter .list-category .category-single.active a{color:#fff;background-image:none;background-color:#a8002f;border:2px solid #a8002f}.shop-page .ng-cloak,.shop-page .x-ng-cloak,.shop-page [data-ng-cloak],.shop-page [ng-cloak],.shop-page [ng\:cloak],.shop-page [x-ng-cloak]{display:none!important}.shop-page .hidden{display:none}@media (max-width:768px){.shop-page .hide-mobile{display:none}}@media (min-width:768px){.shop-page .hide-desktop{display:none}}.related-flavors{list-style-type:none;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:6px}.nicotine-options{margin-bottom:15px}.nicotine-options .nicotine-options-label{font-size:0.875em;font-weight:700;margin-bottom:6px}.nicotine-options .buttons-container{display:-webkit-box;display:-ms-flexbox;display:flex}.nicotine-options .buttons-container .btn-variation:first-of-type{border-left-width:2px}.nicotine-options .buttons-container .btn-variation:last-of-type{border-right-width:2px}.title-related{font-size:1.125em;margin-top:0px;margin-bottom:10px}.shop-pagination{display:-webkit-box;display:-ms-flexbox;display:flex;gap:10px;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-top:15px}.shop-pagination .click-pagination{width:30px;height:30px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;color:#333;font-weight:700;border:1px solid #d0d0d0;background-color:#fff;border-radius:3px;-webkit-transition:all 0.3s ease;transition:all 0.3s ease;cursor:pointer}.shop-pagination .click-pagination:hover{color:#c10036;border:1px solid #c10036}.shop-pagination .number-of-pages{font-family:'Montserrat',sans-serif;color:#333;font-weight:700;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.single-news .row-top{margin-top:15px}.single-news .container{overflow:visible}.single-news .content-container .title-news{font-size:1.3em;margin-bottom:15px}@media screen and (min-width:768px){.single-news .content-container .title-news{font-size:1.5em}}.single-news .content-container .post-image img{display:block;margin-bottom:20px}@media screen and (min-width:768px){.single-news .content-container .post-image img{-webkit-box-shadow:1px 1px 8px #ccc;box-shadow:1px 1px 8px #ccc}}.single-news .content-container .post-content{margin-bottom:30px}.single-news .content-container .post-content ul{padding-left:40px}.single-news .content-container .post-content a{font-weight:700}.single-news .news-section{background-color:unset}.single-news .news-section.sidebar .news-card{margin-bottom:20px}.single-news .news-section .sidebar-title{font-size:1.5em;margin-bottom:15px}@media screen and (min-width:1200px){.single-news .news-section .row-gap{row-gap:20px}}.news-section{background-color:white}.news-section .row.row-gap{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;row-gap:20px}.news-section .row.custom-row{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;row-gap:20px;margin-left:-10px;margin-right:-10px}.news-section .row.custom-row [class^=col-]{padding-left:10px;padding-right:10px}.news-section article{display:-webkit-box;display:-ms-flexbox;display:flex}.news-section article .news-card{background-color:white;-webkit-box-shadow:1px 1px 8px #ccc;box-shadow:1px 1px 8px #ccc;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.news-section article .news-card .img-container img{display:block;-o-object-fit:cover;object-fit:cover;width:100%;height:100%;aspect-ratio:1.33333333}.news-section article .news-card .content-container{padding:20px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;height:100%}.news-section article .news-card .content-container .title{margin-bottom:10px;font-size:1em}@media screen and (min-width:768px){.news-section article .news-card .content-container .title{margin-bottom:15px;font-size:1.1em}}.news-section article .news-card .content-container .news-content{margin-bottom:20px;font-size:1em;word-wrap:break-word}.news-section article .news-card .content-container .button-container{margin-top:auto}.news-section article .news-card .content-container .button-container .btn{padding:5px 17px}.custom-container{padding-left:10px;padding-right:10px}.pagination-list{list-style:none;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;gap:8px;margin-top:30px}.pagination-list .page-item .page-numbers{width:30px;height:30px;border:1px solid #d0d0d0;background-color:#fff;font-weight:700;line-height:1;border-radius:3px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-transition:color 0.3s ease,border-color 0.3s ease,background-color 0.3s ease;transition:color 0.3s ease,border-color 0.3s ease,background-color 0.3s ease}.pagination-list .page-item .page-numbers:hover{color:#c10036;background-color:rgba(193,0,54,0.08);border:1px solid #c10036}.pagination-list .page-item .page-numbers.current{color:#fff;background-color:#c10036;border:1px solid #c10036}body{overflow-x:hidden;background-color:#eeeeee}.izdvojeno{margin:30px 0}.izdvojeno .heading-wrap{display:block}.izdvojeno .heading-wrap h2{display:inline-block;font-size:1.5em;text-transform:uppercase;font-weight:700}.izdvojeno .heading-wrap a{display:inline-block;float:right;margin-top:5px;text-transform:uppercase;font-weight:700;font-size:0.9em;color:#333;border-bottom:solid 4px #c10036}@media screen and (max-width:440px){.izdvojeno .heading-wrap a{float:none;margin-bottom:1em}}.slider{width:1160px;min-height:483px;margin:30px auto}.slider .desktop{width:1070px;margin:33px 0 0 47px;border:solid 8px #ffffff}.slider .mobile{display:none;width:90%;max-width:600px;border:solid 8px #ffffff;margin:0 auto}@media screen and (max-width:1200px){.slider{margin-right:5%}}@media screen and (max-width:991px){.slider{max-width:730px;margin-right:0}.slider .desktop{width:auto;margin:40px 0;border:solid 5px #ffffff}}@media screen and (max-width:768px){.slider{display:inline-block;padding:40px;width:100%;margin:0 auto;max-height:768px;text-align:center}.slider .desktop{display:none}.slider .mobile{display:block}}@media screen and (max-width:576px){.slider{padding:20px;margin:0 auto}.slider .mobile{top:24px;width:100%}}.swiper-slide a{display:block}.swiper-pagination{position:absolute;height:18px}.swiper-pagination-bullet{padding:5px;opacity:0.5;background:#ffffff}.swiper-pagination-bullet-active{opacity:1;background:#c10036}@media screen and (max-width:991px){.swiper-pagination{bottom:-20px!important}}@media screen and (max-width:768px){.swiper-pagination{bottom:-40px!important}}.hero{display:block;width:100%;min-height:510px;background-color:#ccc;background-image:url(//vapeshop.hr/wp-content/themes/vapeshop/images/hero-img.jpg);background-size:cover;background-repeat:no-repeat;position:relative;z-index:1;top:20px}@media screen and (max-width:1200px){.hero{padding:20px}}@media screen and (max-width:991px){.hero{max-height:550px}}@media screen and (max-width:768px){.hero{max-height:900px}}@media screen and (max-width:440px){.hero{padding:0 0 10px}}@media screen and (max-width:400px){.hero{max-height:550px}}@media screen and (max-width:360px){.hero{max-height:500px}}.post-content a{font-weight:700}.kontakt-sidebar{padding:20px;-webkit-box-shadow:1px 1px 8px #d0d0d0;box-shadow:1px 1px 8px #d0d0d0;border-radius:3px}.kontakt-sidebar h2{color:#c10036;margin:0 0 15px 0;font-family:'Lobster',cursive;font-weight:400}.kontakt-sidebar ul{padding-left:20px}.kontakt-sidebar iframe{width:100%;max-width:100%;margin-top:15px}.checkout-button{color:#fff!important;background-color:#c10036!important;background-image:-webkit-gradient(linear,right top,left bottom,from(#ed1753),to(#a4153d))!important;background-image:linear-gradient(to bottom left,#ed1753,#a4153d)!important}.checkout-button:hover{color:#fff;background-image:none!important;background-color:#a8002f!important}.woocommerce-products-header__title page-title{margin:10px 0 20px}.woocommerce h2{text-align:center;margin:0}.woocommerce-error,.woocommerce-info{border-top:none}.profile-headline{margin:40px 0 20px!important}form.woocommerce-form-login,form.woocommerce-form-register{max-width:600px;margin:10px auto 0 auto!important;border:none!important;-webkit-box-shadow:1px 1px 8px #d0d0d0;box-shadow:1px 1px 8px #d0d0d0}form.woocommerce-form-login .input-text,form.woocommerce-form-register .input-text{-webkit-box-shadow:inset 0 0 2px rgba(0,0,0,0.15);box-shadow:inset 0 0 2px rgba(0,0,0,0.15);padding:6px;font-size:20px;font-weight:700;border:solid 1px #ddd;border-radius:3px;background-color:#fbfbfb;font-family:'Montserrat',sans-serif}form.woocommerce-form-login .input-text:active,form.woocommerce-form-login .input-text:focus,form.woocommerce-form-register .input-text:active,form.woocommerce-form-register .input-text:focus{border-color:#c10036}form.woocommerce-form-login label.woocommerce-form__label-for-checkbox span,form.woocommerce-form-register label.woocommerce-form__label-for-checkbox span{font-size:0.9em}form.woocommerce-form-login button.woocommerce-Button,form.woocommerce-form-register button.woocommerce-Button{float:right;background:-webkit-gradient(linear,right top,left bottom,from(#ed1753),to(#a4153d));background:linear-gradient(to bottom left,#ed1753,#a4153d);color:#fff}form.woocommerce-form-login button.woocommerce-Button:hover,form.woocommerce-form-register button.woocommerce-Button:hover{background-color:#c10036;color:#fff}form.woocommerce-form-login p.woocommerce-LostPassword,form.woocommerce-form-register p.woocommerce-LostPassword{font-size:0.85em;margin-bottom:0;padding-left:5px}.woocommerce-MyAccount-navigation{margin-bottom:10px}.woocommerce-MyAccount-navigation ul{list-style:none;padding:0;margin:0;text-align:center}.woocommerce-MyAccount-navigation ul li{display:inline-block;margin:0 0 1em 0}.woocommerce-MyAccount-navigation ul li a{display:inline-block;padding:5px 10px;text-transform:uppercase;font-size:0.8em;color:#ffffff;font-weight:700;background-color:#232323;border-radius:3px}.woocommerce-MyAccount-navigation ul li a:hover{background:none;background-color:#000000}.woocommerce-MyAccount-content{max-width:660px;margin:0 auto;-webkit-box-shadow:1px 1px 8px #d0d0d0;box-shadow:1px 1px 8px #d0d0d0;border-radius:5px;padding:20px 20px 10px}.woocommerce-MyAccount-content p{font-size:0.9em}.woocommerce-MyAccount-content p a{font-weight:700}.woocommerce-Message,.woocommerce-message{margin-bottom:1em!important}.woocommerce-EditAccountForm form input{-webkit-box-shadow:inset 0 0 2px rgba(0,0,0,0.15);box-shadow:inset 0 0 2px rgba(0,0,0,0.15);padding:3px;font-size:24px;border:solid 1px #ddd;border-radius:3px;background-color:#fbfbfb;font-family:'Montserrat',sans-serif}.woocommerce-EditAccountForm form input:active,.woocommerce-EditAccountForm form input:focus{border-color:#c10036}.woocommerce-shipping-calculator,.woocommerce-shipping-destination{display:none}#coupon_code{width:200px;border:1px solid #d0d0d0;padding:7px}@media screen and (max-width:768px){#coupon_code{width:100%;margin-bottom:10px}}.segment-repeating{padding-top:40px;padding-bottom:40px}.segment-repeating .segment-title{display:inline-block;font-size:1.5em;text-transform:uppercase;font-weight:700;margin-bottom:20px}.view-all{text-align:center;margin-top:20px}@media screen and (min-width:768px){.view-all{margin-top:30px}}.shop-page .woocommerce-error,.shop-page .woocommerce-info,.shop-page .woocommerce-message,.woocommerce .woocommerce-error,.woocommerce .woocommerce-info,.woocommerce .woocommerce-message{background-color:#F7F6F7;border-top:2px solid #c10036}.shop-page .woocommerce-error a,.shop-page .woocommerce-info a,.shop-page .woocommerce-message a,.woocommerce .woocommerce-error a,.woocommerce .woocommerce-info a,.woocommerce .woocommerce-message a{color:#c10036;font-weight:500}.shop-page .woocommerce-error:before,.shop-page .woocommerce-info:before,.woocommerce .woocommerce-error:before,.woocommerce .woocommerce-info:before{content:'';display:block;background-image:url(//vapeshop.hr/wp-content/themes/vapeshop/images/icons/attention.svg);background-position:center;background-repeat:no-repeat;background-size:contain;width:21px;height:21px}#purechat-container-body-custom{position:fixed;bottom:15px;right:15px;z-index:101338}#purechat-container-body-custom .purechat-truncate-custom{line-height:42px;font-weight:400;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen","Ubuntu","Cantarell","Fira Sans","Droid Sans","Helvetica Neue",sans-serif}#purechat-container-body-custom .purechat-launcher-wrapper-custom{padding:9px;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:nowrap;flex-wrap:nowrap;min-height:0;min-width:0;min-width:calc(0%);min-width:initial}#purechat-container-body-custom .purechat-launcher-wrapper-custom .purechat-launcher-message-wrapper-custom{margin-left:0;margin-right:12px}#purechat-container-body-custom .purechat-launcher-wrapper-custom .purechat-launcher-message-wrapper-custom .purechat-launcher-message-custom{-webkit-box-shadow:1px 1px 8px 0 rgba(59,64,76,0.8);box-shadow:1px 1px 8px 0 rgba(59,64,76,0.8);background:#fff;border-radius:4px;cursor:pointer;line-height:42px;min-width:0;padding:0 14px;white-space:nowrap;-webkit-animation:purechat-launcher-appear 288ms cubic-bezier(0.4,0,0.2,1);animation:purechat-launcher-appear 288ms cubic-bezier(0.4,0,0.2,1);-webkit-animation-delay:588ms;animation-delay:588ms;-webkit-animation-fill-mode:both;animation-fill-mode:both}#purechat-container-body-custom .purechat-launcher-wrapper-custom .purechat-launcher-image-custom{background:-webkit-gradient(linear,left top,right top,from(#c10036),to(#da003d));background:linear-gradient(90deg,#c10036,#da003d);border-radius:4px;cursor:pointer;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;-ms-flex-negative:0;flex-shrink:0;height:42px;max-height:42px;max-width:42px;min-width:0;position:relative;width:42px;-webkit-box-shadow:1px 1px 8px 0 rgba(59,64,76,0.8);box-shadow:1px 1px 8px 0 rgba(59,64,76,0.8);-webkit-animation:purechat-launcher-appear 288ms linear;animation:purechat-launcher-appear 288ms linear;-webkit-animation-delay:288ms;animation-delay:288ms;-webkit-animation-fill-mode:both;animation-fill-mode:both}#purechat-container-body-custom .purechat-launcher-wrapper-custom .purechat-launcher-image-custom svg{color:#fff;cursor:pointer;fill:#fff;height:26.25px;left:8.875px;position:absolute;top:9.875px;width:26.25px;-webkit-animation:purechat-launcher-svg-appear 488ms linear;animation:purechat-launcher-svg-appear 488ms linear;-webkit-animation-delay:488ms;animation-delay:488ms;-webkit-animation-fill-mode:both;animation-fill-mode:both}@-webkit-keyframes purechat-launcher-appear{0%{opacity:0;-webkit-transform:translate(0,5px);transform:translate(0,5px)}80%{opacity:1;-webkit-transform:translate(0,-2px);transform:translate(0,-2px)}to{-webkit-transform:translate(0,0);transform:translate(0,0)}}@keyframes purechat-launcher-appear{0%{opacity:0;-webkit-transform:translate(0,5px);transform:translate(0,5px)}80%{opacity:1;-webkit-transform:translate(0,-2px);transform:translate(0,-2px)}to{-webkit-transform:translate(0,0);transform:translate(0,0)}}@-webkit-keyframes purechat-launcher-svg-appear{0%{opacity:0;-webkit-transform:rotate(24deg) scale(0) translate(1px,-2px);transform:rotate(24deg) scale(0) translate(1px,-2px)}44%{opacity:1}66%{-webkit-transform:rotate(0) scale(1.11) translate(1px,-3px);transform:rotate(0) scale(1.11) translate(1px,-3px)}to{opacity:1;-webkit-transform:rotate(0) scale(1) translate(0,0);transform:rotate(0) scale(1) translate(0,0)}}@keyframes purechat-launcher-svg-appear{0%{opacity:0;-webkit-transform:rotate(24deg) scale(0) translate(1px,-2px);transform:rotate(24deg) scale(0) translate(1px,-2px)}44%{opacity:1}66%{-webkit-transform:rotate(0) scale(1.11) translate(1px,-3px);transform:rotate(0) scale(1.11) translate(1px,-3px)}to{opacity:1;-webkit-transform:rotate(0) scale(1) translate(0,0);transform:rotate(0) scale(1) translate(0,0)}}.cross-sells h2{margin-bottom:15px}.cross-sells .row{row-gap:10px}.warning-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:nowrap;flex-wrap:nowrap;gap:15px;padding-top:20px}.warning-container .icons-container{display:-webkit-box;display:-ms-flexbox;display:flex;gap:5px;-webkit-box-align:baseline;-ms-flex-align:baseline;align-items:baseline;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-negative:0;flex-shrink:0}.warning-container .icons-container svg{width:100%;max-width:38px;height:auto}.warning-container .warning-text .notice-text{text-transform:uppercase;font-size:12px;font-weight:700;margin:0;padding:0;width:100%;text-align:left}.warning-container .warning-text p{font-size:13px;font-weight:700;margin-bottom:0;color:#000000;text-align:left}.product .warning-container,.related-products .warning-container{gap:5px;padding-top:0;padding-bottom:8px;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.product .warning-container .icons-container svg,.related-products .warning-container .icons-container svg{max-width:30px}.product .warning-container .warning-text p,.related-products .warning-container .warning-text p{font-size:12px}.additional-starter-kit{margin-bottom:15px}.additional-starter-kit ul{padding-left:15px;list-style-type:disc}.additional-starter-kit ul li{margin-bottom:5px}.additional-starter-kit ul li:last-of-type{margin-bottom:0}.warning-in-list{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:10px;row-gap:4px}.warning-in-list .warning-container{padding-top:0;margin-bottom:0;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:5px}.warning-in-list .warning-container .icons-container svg{max-width:28px;margin-left:0}.custom-5-grid{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}