body.compensate-for-scrollbar {
    overflow: hidden;
}
.fancybox-active {
    height: auto;
}
.fancybox-is-hidden {
    left: -9999px;
    margin: 0;
    position: absolute !important;
    top: -9999px;
    visibility: hidden;
}
.fancybox-container {
    -webkit-backface-visibility: hidden;
    height: 100%;
    left: 0;
    outline: none;
    position: fixed;
    -webkit-tap-highlight-color: transparent;
    top: 0;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    transform: translateZ(0);
    width: 100%;
    z-index: 99992;
}
.fancybox-container * {
    box-sizing: border-box;
}
.fancybox-bg,
.fancybox-inner,
.fancybox-outer,
.fancybox-stage {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}
.fancybox-outer {
    -webkit-overflow-scrolling: touch;
    overflow-y: auto;
}
.fancybox-bg {
    background: #1e1e1e;
    opacity: 0;
    transition-duration: inherit;
    transition-property: opacity;
    transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}
.fancybox-is-open .fancybox-bg {
    opacity: 1;
    transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}
.fancybox-caption,
.fancybox-infobar,
.fancybox-navigation .fancybox-button,
.fancybox-toolbar {
    direction: ltr;
    opacity: 0;
    position: absolute;
    transition: opacity 0.25s ease, visibility 0s ease 0.25s;
    visibility: hidden;
    z-index: 99997;
}
.fancybox-show-caption .fancybox-caption,
.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-nav .fancybox-navigation .fancybox-button,
.fancybox-show-toolbar .fancybox-toolbar {
    opacity: 1;
    transition: opacity 0.25s ease 0s, visibility 0s ease 0s;
    visibility: visible;
}
.fancybox-infobar {
    color: #ccc;
    font-size: 13px;
    -webkit-font-smoothing: subpixel-antialiased;
    height: 44px;
    left: 0;
    line-height: 44px;
    min-width: 44px;
    mix-blend-mode: difference;
    padding: 0 10px;
    pointer-events: none;
    top: 0;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.fancybox-toolbar {
    right: 0;
    top: 0;
}
.fancybox-stage {
    direction: ltr;
    overflow: visible;
    transform: translateZ(0);
    z-index: 99994;
}
.fancybox-is-open .fancybox-stage {
    overflow: hidden;
}
.fancybox-slide {
    -webkit-backface-visibility: hidden;
    display: none;
    height: 100%;
    left: 0;
    outline: none;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 44px;
    position: absolute;
    text-align: center;
    top: 0;
    transition-property: transform, opacity;
    white-space: normal;
    width: 100%;
    z-index: 99994;
}
.fancybox-slide:before {
    content: "";
    display: inline-block;
    font-size: 0;
    height: 100%;
    vertical-align: middle;
    width: 0;
}
.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--current,
.fancybox-slide--next,
.fancybox-slide--previous {
    display: block;
}
.fancybox-slide--image {
    overflow: hidden;
    padding: 44px 0;
}
.fancybox-slide--image:before {
    display: none;
}
.fancybox-slide--html {
    padding: 6px;
}
.fancybox-content {
    background: #fff;
    display: inline-block;
    margin: 0;
    max-width: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 44px;
    position: relative;
    text-align: left;
    vertical-align: middle;
}
.fancybox-slide--image .fancybox-content {
    animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
    -webkit-backface-visibility: hidden;
    background: transparent;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    left: 0;
    max-width: none;
    overflow: visible;
    padding: 0;
    position: absolute;
    top: 0;
    transform-origin: top left;
    transition-property: transform, opacity;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    z-index: 99995;
}
.fancybox-can-zoomOut .fancybox-content {
    cursor: zoom-out;
}
.fancybox-can-zoomIn .fancybox-content {
    cursor: zoom-in;
}
.fancybox-can-pan .fancybox-content,
.fancybox-can-swipe .fancybox-content {
    cursor: grab;
}
.fancybox-is-grabbing .fancybox-content {
    cursor: grabbing;
}
.fancybox-container [data-selectable="true"] {
    cursor: text;
}
.fancybox-image,
.fancybox-spaceball {
    background: transparent;
    border: 0;
    height: 100%;
    left: 0;
    margin: 0;
    max-height: none;
    max-width: none;
    padding: 0;
    position: absolute;
    top: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 100%;
}
.fancybox-spaceball {
    z-index: 1;
}
.fancybox-slide--iframe .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--video .fancybox-content {
    height: 100%;
    overflow: visible;
    padding: 0;
    width: 100%;
}
.fancybox-slide--video .fancybox-content {
    background: #000;
}
.fancybox-slide--map .fancybox-content {
    background: #e5e3df;
}
.fancybox-slide--iframe .fancybox-content {
    background: #fff;
}
.fancybox-iframe,
.fancybox-video {
    background: transparent;
    border: 0;
    display: block;
    height: 100%;
    margin: 0;
    overflow: hidden;
    padding: 0;
    width: 100%;
}
.fancybox-iframe {
    left: 0;
    position: absolute;
    top: 0;
}
.fancybox-error {
    background: #fff;
    cursor: default;
    max-width: 400px;
    padding: 40px;
    width: 100%;
}
.fancybox-error p {
    color: #444;
    font-size: 16px;
    line-height: 20px;
    margin: 0;
    padding: 0;
}
.fancybox-button {
    background: rgba(30, 30, 30, 0.6);
    border: 0;
    border-radius: 0;
    box-shadow: none;
    cursor: pointer;
    display: inline-block;
    height: 44px;
    margin: 0;
    padding: 10px;
    position: relative;
    transition: color 0.2s;
    vertical-align: top;
    visibility: inherit;
    width: 44px;
}
.fancybox-button,
.fancybox-button:link,
.fancybox-button:visited {
    color: #ccc;
}
.fancybox-button:hover {
    color: #fff;
}
.fancybox-button:focus {
    outline: none;
}
.fancybox-button.fancybox-focus {
    outline: 1px dotted;
}
.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
    color: #888;
    cursor: default;
    outline: none;
}
.fancybox-button div {
    height: 100%;
}
.fancybox-button svg {
    display: block;
    height: 100%;
    overflow: visible;
    position: relative;
    width: 100%;
}
.fancybox-button svg path {
    fill: currentColor;
    stroke-width: 0;
}
.fancybox-button--fsenter svg:nth-child(2),
.fancybox-button--fsexit svg:first-child,
.fancybox-button--pause svg:first-child,
.fancybox-button--play svg:nth-child(2) {
    display: none;
}
.fancybox-progress {
    background: #ff5268;
    height: 2px;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transform: scaleX(0);
    transform-origin: 0;
    transition-property: transform;
    transition-timing-function: linear;
    z-index: 99998;
}
.fancybox-close-small {
    background: transparent;
    border: 0;
    border-radius: 0;
    color: #ccc;
    cursor: pointer;
    opacity: 0.8;
    padding: 8px;
    position: absolute;
    right: -12px;
    top: -44px;
    z-index: 401;
}
.fancybox-close-small:hover {
    color: #fff;
    opacity: 1;
}
.fancybox-slide--html .fancybox-close-small {
    color: currentColor;
    padding: 10px;
    right: 0;
    top: 0;
}
.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
    overflow: hidden;
}
.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
    display: none;
}
.fancybox-navigation .fancybox-button {
    background-clip: content-box;
    height: 100px;
    opacity: 0;
    position: absolute;
    top: calc(50% - 50px);
    width: 70px;
}
.fancybox-navigation .fancybox-button div {
    padding: 7px;
}
.fancybox-navigation .fancybox-button--arrow_left {
    left: 0;
    left: env(safe-area-inset-left);
    padding: 31px 26px 31px 6px;
}
.fancybox-navigation .fancybox-button--arrow_right {
    padding: 31px 6px 31px 26px;
    right: 0;
    right: env(safe-area-inset-right);
}
.fancybox-caption {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.85) 0, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.15) 65%, rgba(0, 0, 0, 0.075) 75.5%, rgba(0, 0, 0, 0.037) 82.85%, rgba(0, 0, 0, 0.019) 88%, transparent);
    bottom: 0;
    color: #eee;
    font-size: 14px;
    font-weight: 400;
    left: 0;
    line-height: 1.5;
    padding: 75px 44px 25px;
    pointer-events: none;
    right: 0;
    text-align: center;
    z-index: 99996;
}
@supports (padding: max(0px)) {
    .fancybox-caption {
        padding: 75px max(44px, env(safe-area-inset-right)) max(25px, env(safe-area-inset-bottom)) max(44px, env(safe-area-inset-left));
    }
}
.fancybox-caption--separate {
    margin-top: -50px;
}
.fancybox-caption__body {
    max-height: 50vh;
    overflow: auto;
    pointer-events: all;
}
.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
    color: #ccc;
    text-decoration: none;
}
.fancybox-caption a:hover {
    color: #fff;
    text-decoration: underline;
}
.fancybox-loading {
    animation: a 1s linear infinite;
    background: transparent;
    border: 4px solid #888;
    border-bottom-color: #fff;
    border-radius: 50%;
    height: 50px;
    left: 50%;
    margin: -25px 0 0 -25px;
    opacity: 0.7;
    padding: 0;
    position: absolute;
    top: 50%;
    width: 50px;
    z-index: 99999;
}
@keyframes a {
    to {
        transform: rotate(1turn);
    }
}
.fancybox-animated {
    transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}
.fancybox-fx-slide.fancybox-slide--previous {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
}
.fancybox-fx-slide.fancybox-slide--next {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
}
.fancybox-fx-slide.fancybox-slide--current {
    opacity: 1;
    transform: translateZ(0);
}
.fancybox-fx-fade.fancybox-slide--next,
.fancybox-fx-fade.fancybox-slide--previous {
    opacity: 0;
    transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.fancybox-fx-fade.fancybox-slide--current {
    opacity: 1;
}
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
    opacity: 0;
    transform: scale3d(1.5, 1.5, 1.5);
}
.fancybox-fx-zoom-in-out.fancybox-slide--next {
    opacity: 0;
    transform: scale3d(0.5, 0.5, 0.5);
}
.fancybox-fx-zoom-in-out.fancybox-slide--current {
    opacity: 1;
    transform: scaleX(1);
}
.fancybox-fx-rotate.fancybox-slide--previous {
    opacity: 0;
    transform: rotate(-1turn);
}
.fancybox-fx-rotate.fancybox-slide--next {
    opacity: 0;
    transform: rotate(1turn);
}
.fancybox-fx-rotate.fancybox-slide--current {
    opacity: 1;
    transform: rotate(0deg);
}
.fancybox-fx-circular.fancybox-slide--previous {
    opacity: 0;
    transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}
.fancybox-fx-circular.fancybox-slide--next {
    opacity: 0;
    transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}
.fancybox-fx-circular.fancybox-slide--current {
    opacity: 1;
    transform: scaleX(1) translateZ(0);
}
.fancybox-fx-tube.fancybox-slide--previous {
    transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}
.fancybox-fx-tube.fancybox-slide--next {
    transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}
.fancybox-fx-tube.fancybox-slide--current {
    transform: translateZ(0) scale(1);
}
@media (max-height: 576px) {
    .fancybox-slide {
        padding-left: 6px;
        padding-right: 6px;
    }
    .fancybox-slide--image {
        padding: 6px 0;
    }
    .fancybox-close-small {
        right: -6px;
    }
    .fancybox-slide--image .fancybox-close-small {
        background: #4e4e4e;
        color: #f2f4f6;
        height: 36px;
        opacity: 1;
        padding: 6px;
        right: 0;
        top: 0;
        width: 36px;
    }
    .fancybox-caption {
        padding-left: 12px;
        padding-right: 12px;
    }
    @supports (padding: max(0px)) {
        .fancybox-caption {
            padding-left: max(12px, env(safe-area-inset-left));
            padding-right: max(12px, env(safe-area-inset-right));
        }
    }
}
.fancybox-share {
    background: #f4f4f4;
    border-radius: 3px;
    max-width: 90%;
    padding: 30px;
    text-align: center;
}
.fancybox-share h1 {
    color: #222;
    font-size: 35px;
    font-weight: 700;
    margin: 0 0 20px;
}
.fancybox-share p {
    margin: 0;
    padding: 0;
}
.fancybox-share__button {
    border: 0;
    border-radius: 3px;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    line-height: 40px;
    margin: 0 5px 10px;
    min-width: 130px;
    padding: 0 15px;
    text-decoration: none;
    transition: all 0.2s;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
}
.fancybox-share__button:link,
.fancybox-share__button:visited {
    color: #fff;
}
.fancybox-share__button:hover {
    text-decoration: none;
}
.fancybox-share__button--fb {
    background: #3b5998;
}
.fancybox-share__button--fb:hover {
    background: #344e86;
}
.fancybox-share__button--pt {
    background: #bd081d;
}
.fancybox-share__button--pt:hover {
    background: #aa0719;
}
.fancybox-share__button--tw {
    background: #1da1f2;
}
.fancybox-share__button--tw:hover {
    background: #0d95e8;
}
.fancybox-share__button svg {
    height: 25px;
    margin-right: 7px;
    position: relative;
    top: -1px;
    vertical-align: middle;
    width: 25px;
}
.fancybox-share__button svg path {
    fill: #fff;
}
.fancybox-share__input {
    background: transparent;
    border: 0;
    border-bottom: 1px solid #d7d7d7;
    border-radius: 0;
    color: #5d5b5b;
    font-size: 14px;
    margin: 10px 0 0;
    outline: none;
    padding: 10px 15px;
    width: 100%;
}
.fancybox-thumbs {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.85) 0, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.15) 65%, rgba(0, 0, 0, 0.075) 75.5%, rgba(0, 0, 0, 0.037) 82.85%, rgba(0, 0, 0, 0.019) 88%, transparent);
    bottom: 0;
    display: none;
    margin: 0;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    padding: 2px 2px 4px;
    position: absolute;
    right: 0;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    top: 0;
    width: 115px;
    z-index: 99995;
}
.fancybox-thumbs-x {
    overflow-x: auto;
    overflow-y: hidden;
}
.fancybox-show-thumbs .fancybox-thumbs {
    display: block;
}
.fancybox-show-thumbs .fancybox-inner {
    right: 115px;
}
.fancybox-thumbs__list {
    font-size: 0;
    height: 100%;
    list-style: none;
    margin: 0;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0;
    position: absolute;
    position: relative;
    white-space: nowrap;
    width: 100%;
}
.fancybox-thumbs-x .fancybox-thumbs__list {
    overflow: hidden;
}
.fancybox-thumbs__list::-webkit-scrollbar
 {
    width: 7px;
}
.fancybox-thumbs__list::-webkit-scrollbar-track{
    background: #fff;
    border-radius: 10px;
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
.fancybox-thumbs__list::-webkit-scrollbar-thumb {
    background: #2a2a2a;
    border-radius: 10px;
}
.fancybox-thumbs__list a {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background-color: rgba(0, 0, 0, 0.1);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    cursor: pointer;
    float: left;
    height: 75px;
    margin: 2px;
    max-height: calc(100% - 8px);
    max-width: calc(50% - 4px);
    outline: none;
    overflow: hidden;
    padding: 0;
    position: relative;
    -webkit-tap-highlight-color: transparent;
    width: 100px;
}
.fancybox-thumbs__list a:before {
    border: 6px solid #ff5268;
    bottom: 0;
    content: "";
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    z-index: 99991;
}
.fancybox-thumbs__list a:focus:before {
    opacity: 0.5;
}
.fancybox-thumbs__list a.fancybox-thumbs-active:before {
    opacity: 1;
}
@media (max-width: 576px) {
    .fancybox-thumbs {
        width: 110px;
    }
    .fancybox-show-thumbs .fancybox-inner {
        right: 110px;
    }
    .fancybox-thumbs__list a {
        max-width: calc(100% - 10px);
    }
}@charset 'UTF-8';.slick-loading .slick-list{background:#fff url(https://nextgolf.ee/wp-content/plugins/twist/assets/css/./ajax-loader.gif) center center no-repeat}.slick-prev,.slick-next{font-size:0;line-height:0;position:absolute;top:50%;display:block;width:20px;height:20px;padding:0;-webkit-transform:translate(0,-50%);-ms-transform:translate(0,-50%);transform:translate(0,-50%);cursor:pointer;color:#fff0;border:none;outline:none;background:#fff0}.slick-prev:hover,.slick-prev:focus,.slick-next:hover,.slick-next:focus{color:#fff0;outline:none;background:#fff0}.slick-prev:hover:before,.slick-prev:focus:before,.slick-next:hover:before,.slick-next:focus:before{opacity:1}.slick-prev.slick-disabled:before,.slick-next.slick-disabled:before{opacity:.25}.slick-prev:before,.slick-next:before{font-family:'slick';font-size:20px;line-height:1;opacity:.75;color:#fff;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.slick-prev{left:-25px}[dir='rtl'] .slick-prev{right:0;left:auto!important}.slick-next{right:-25px}[dir='rtl'] .slick-next{right:auto!important;left:0}.slick-dotted.slick-slider{margin-bottom:30px}.slick-dots{position:absolute;bottom:-25px;display:block;width:100%;padding:0;margin:0;list-style:none;text-align:center}.slick-dots li{position:relative;display:inline-block;width:20px;height:20px;margin:0 5px;padding:0;cursor:pointer}.slick-dots li button{font-size:0;line-height:0;display:block;width:20px;height:20px;padding:5px;cursor:pointer;color:#fff0;border:0;outline:none;background:#fff0}.slick-dots li button:hover,.slick-dots li button:focus{outline:none}.slick-dots li button:hover:before,.slick-dots li button:focus:before{opacity:1}.slick-dots li button:before{font-family:'slick';font-size:6px;line-height:20px;position:absolute;top:0;left:0;width:20px;height:20px;content:'•';text-align:center;opacity:.25;color:#000;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.slick-dots li.slick-active button:before{opacity:.75;color:#000}.slick-slider{position:relative;display:block;box-sizing:border-box;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none;-khtml-user-select:none;-ms-touch-action:pan-y;touch-action:pan-y;-webkit-tap-highlight-color:#fff0}.slick-list{position:relative;display:block;overflow:hidden;margin:0;padding:0}.slick-list:focus{outline:none}.slick-list.dragging{cursor:pointer;cursor:hand}.slick-slider .slick-track,.slick-slider .slick-list{-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.slick-track{position:relative;top:0;left:0;display:block;margin-left:auto;margin-right:auto}.slick-track:before,.slick-track:after{display:table;content:""}.slick-track:after{clear:both}.slick-loading .slick-track{visibility:hidden}.slick-slide{display:none;float:left;min-height:1px}[dir="rtl"] .slick-slide{float:right}.slick-slide img{display:block}.slick-slide.slick-loading img{display:none}.slick-slide.dragging img{pointer-events:none}.slick-initialized .slick-slide{display:block}.slick-loading .slick-slide{visibility:hidden}.slick-vertical .slick-slide{display:block;height:auto;border:0 solid #fff0}.slick-arrow.slick-hidden{display:none}@font-face{font-family:'fontelloq';src:url(https://nextgolf.ee/wp-content/plugins/twist/assets/css/../fonts/fontello.eot#1786094997);src:url(https://nextgolf.ee/wp-content/plugins/twist/assets/css/../fonts/fontello.eot#1786094997) format('embedded-opentype'),url(https://nextgolf.ee/wp-content/plugins/twist/assets/css/../fonts/fontello.woff2#1786094997) format('woff2'),url(https://nextgolf.ee/wp-content/plugins/twist/assets/css/../fonts/fontello.woff#1786094997) format('woff'),url(https://nextgolf.ee/wp-content/plugins/twist/assets/css/../fonts/fontello.ttf#1786094997) format('truetype'),url(https://nextgolf.ee/wp-content/plugins/twist/assets/css/../fonts/fontello.svg?46041983#fontello) format('svg');font-weight:400;font-style:normal}.wpgs-wrapper [class^="icon-"]:before,.wpgs-wrapper [class*=" icon-"]:before,.woocommerce-product-gallery__lightbox .none:before{font-family:"fontelloq"!important;font-style:normal;font-weight:400;speak:none;display:inline-block;text-decoration:inherit;width:1em;margin-right:.2em;text-align:center;font-variant:normal;text-transform:none;line-height:1em;margin-left:.2em;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.wpgs-wrapper .icon-resize-full:before{content:'\e800'}.wpgs-wrapper .icon-right-dir:before{content:'\e801'}.wpgs-wrapper .icon-left-dir:before{content:'\e802'}.wpgs-wrapper .icon-resize-full-alt:before{content:'\e803'}.wpgs-wrapper .icon-right-open-big:before{content:'\e804'}.wpgs-wrapper .icon-left-open-big:before{content:'\e805'}.wpgs-wrapper .icon-right-bold:before{content:'\e806'}.wpgs-wrapper .icon-left-bold:before{content:'\e807'}.wpgs-wrapper .icon-right-outline:before{content:'\e808'}.wpgs-wrapper .icon-left-outline:before{content:'\e809'}.wpgs-wrapper .icon-right:before{content:'\e80a'}.wpgs-wrapper .icon-left:before{content:'\e80b'}.wpgs-wrapper .icon-picture:before{content:'\e80c'}.wpgs-wrapper .icon-zoom-in:before{content:'\e80d'}.wpgs-wrapper .woocommerce-product-gallery__lightbox .none:before{content:'\e80d'}.wpgs-wrapper .icon-plus:before{content:'\e80e'}.wpgs-wrapper .slick-prev:before,.fancybox-button--arrow .arrow-prev:before,.fancybox-button--arrow .arrow-next:before,.wpgs-wrapper .slick-next:before{font-family:"fontelloq"!important}.wpgs-image .slick-prev,.wpgs-image .slick-next{width:40px;height:40px;text-align:center;line-height:54px;transition:all 0.3s ease-in-out;opacity:0;z-index:1}.wpgs-thumb .slick-prev,.wpgs-thumb .slick-next{z-index:1;opacity:1;width:25px;height:95%;text-align:center;line-height:40px}.wpgs-thumb .slick-prev:before,.wpgs-thumb .slick-next:before{font-size:14px;top:50%;position:absolute;left:0;margin-left:6px;margin-top:-8px}.wpgs-thumb.slick-vertical .slick-prev:before,.wpgs-thumb.slick-vertical .slick-next:before{top:50%;position:absolute;left:50%;margin-left:-6px}.wpgs-thumb .slick-next{right:0}.wpgs-thumb .slick-prev{left:0}.wpgs-wrapper .wpgs-thumb.slick-vertical .slick-next{position:absolute;top:auto;bottom:-8px;height:25px;width:100%}.wpgs-wrapper .wpgs-thumb.slick-vertical .slick-prev{position:absolute;top:12px;height:25px;width:100%;bottom:auto;margin-top:0;left:0;margin-left:0}.wpgs-wrapper .wpgs-thumb.slick-vertical .slick-prev:before,.wpgs-wrapper .wpgs-thumb.slick-vertical .slick-next:before{transform:rotate(90deg);display:inline-block}.wpgs-image:hover .slick-next{right:0;opacity:1}.wpgs-image:hover .slick-prev{left:0;opacity:1}.slick-prev.slick-disabled:before,.slick-next.slick-disabled:before{opacity:1}.woocommerce-product-gallery__lightbox{position:absolute;top:0;right:0;padding:6px;font-size:20px;background:#ddd;color:#000;transition:all 0.2s ease-in}.wpgs_image{position:relative;padding:0px!important}.wpgs-wrapper{overflow:hidden}.woocommerce-product-gallery__lightbox{opacity:0;display:none;transition:all 0.2s}.images.wpgs-wrapper{padding-bottom:35px}.slick-dots li button:before{font-size:16px}.woocommerce-product-gallery__image .woocommerce-product-gallery__lightbox{opacity:1;display:block}.slick-disabled{display:none!important}.slick-prev:before,.slick-next:before{opacity:1}.thumbnail_image{cursor:pointer;transition:all 0.2s ease-in}.thumbnail_image{position:relative}.thumbnail_image:after{content:'';transition:all 0.2s ease-in;position:absolute;width:100%;left:0;height:100%;top:0;z-index:999}.thumbnail_image.slick-slide.slick-current:after{background:#fff0;transition:all 0.2s ease-in}*:focus{outline:none}.elementor-widget-container .images.wpgs-wrapper{width:100%!important}.images.wpgs-wrapper .wpgs-image{margin-bottom:10px}.et_pb_module_inner .wpgs-wrapper{width:100%!important}.wpgs-video:before{content:'\e801';font-family:"fontelloq"!important;position:absolute;top:5px;right:4px;display:block;color:#fff;background:red;width:22px;text-align:center;height:23px;line-height:24px;font-size:18px;padding-left:2px;border-radius:2px}.wpgs-image .wpgs-video:before{display:none}.wpgs-video-wrapper{position:relative;height:0}.wpgs-video-wrapper iframe{height:100%;width:100%;left:0;top:0;position:absolute}.wpgs-video-wrapper iframe body,.wpgs-video-wrapper iframe html{height:100%;overflow:hidden;background:#fff0}.wpgs-image .wpgs-video i:before{content:'\e801'}.wpgs-no-gallery-images .wpgs-thumb{display:none}.wpgs-no-gallery-images .wpgs-image{width:100%!important}.zoom_w{width:100%}.fancybox-container{z-index:9999999}.woocommerce div.product div.images .woocommerce-product-gallery__image a{z-index:999}.slick-current .thumbnail_image:after{background:#fff0}.woocommerce-product-gallery{display:block!important}.wpgs-thumb .yith-wcbm-badge{display:none!important}.imgStyle{width:100%;height:auto;vertical-align:bottom}.zoomtoo-container:hover{cursor:zoom-in;cursor:-webkit-zoom-in}.wpgs-gallery-caption{display:block;margin-top:5px}.wpgs-dots li button:before{display:none}.wpgs-dots li button{width:12px;height:12px}.wpgs-dots li{width:12px;height:12px}.woocommerce div.product div.images .woocommerce-product-gallery__image{padding:0!important}.fancybox-thumbs{width:115px}.fancybox-thumbs__list a{max-width:calc(100% - 4px);margin:3px}.thumbnail_image:after{background:rgb(255 255 255 / .54)}.wpgs-wrapper .slick-prev:before,.wpgs-wrapper .slick-next:before,.wpgs-image button:not(.toggle){color:#fff}.wpgs-wrapper .slick-prev,.wpgs-wrapper .slick-next{background:#000000!important}.woocommerce-product-gallery__lightbox{background:#000;color:#fff}.fancybox-bg,.fancybox-button{background:rgb(10 0 0 / .75)}.fancybox-caption__body,.fancybox-infobar{color:#fff}.thumbnail_image{margin:3px}.arrow-next:before,.slick-next:before{content:'\e80a'}.arrow-prev:before,.slick-prev:before{content:'\e80b'}[dir='rtl'] .slick-next:before{content:'\e80b'}[dir='rtl'] .slick-prev:before{content:'\e80a'}.wpgs-dots{display:none}.wvs-has-image-tooltip,[data-wvstooltip]{--font-size:14px;--arrow-width:5px;--arrow-distance:10px;--arrow-position:calc(var(--arrow-distance)*-1);--tip-redius:3px;--tip-min-width:100px;--tip-min-height:100px;--tip-height:30px;--tip-breakpoint-start:53vw;--tip-distance:calc(var(--arrow-distance) + var(--tip-height));--tip-position:calc(var(--tip-distance)*-1);--image-tip-min-height:calc(var(--tip-min-height) + var(--tip-height));--image-tip-max-height:calc(var(--tooltip-height) + var(--tip-height));--image-tip-width-dynamic:clamp(var(--tip-min-width),var(--tip-breakpoint-start),var(--tooltip-width));--image-tip-height-dynamic:clamp(var(--tip-min-height),var(--tip-breakpoint-start),var(--tooltip-height));--image-tip-ratio:calc(var(--tooltip-height)/var(--tooltip-width));--image-tip-position:calc(100% + var(--arrow-distance));--horizontal-position:0px;cursor:pointer;outline:none;position:relative}.wvs-has-image-tooltip:after,.wvs-has-image-tooltip:before,[data-wvstooltip]:after,[data-wvstooltip]:before{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-box-pack:center;-ms-flex-pack:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-sizing:border-box;box-sizing:border-box;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;justify-content:center;opacity:0;pointer-events:none;position:absolute;-webkit-transform:translateZ(0);transform:translateZ(0);-webkit-transition:opacity .5s ease-in-out;transition:opacity .5s ease-in-out;visibility:hidden;z-index:999}.wvs-has-image-tooltip:before,[data-wvstooltip]:before{background-color:var(--wvs-tooltip-background-color,#333);border-radius:var(--tip-redius);bottom:var(--image-tip-position);-webkit-box-shadow:0 0 5px 1px rgba(0,0,0,.3);box-shadow:0 0 5px 1px rgba(0,0,0,.3);color:var(--wvs-tooltip-text-color,#fff);font-size:var(--font-size);height:var(--tip-height);line-height:var(--tip-height);min-width:var(--tip-min-width);padding-inline:10px;top:auto;-webkit-transform:translateX(var(--horizontal-position));-ms-transform:translateX(var(--horizontal-position));transform:translateX(var(--horizontal-position));width:-webkit-max-content;width:-moz-max-content;width:max-content}[data-wvstooltip]:before{content:attr(data-wvstooltip) " " attr(data-wvstooltip-out-of-stock)}.wvs-has-image-tooltip:before{-webkit-box-align:center;-ms-flex-align:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-box-pack:end;-ms-flex-pack:end;-ms-flex-line-pack:center;align-content:center;align-items:center;-webkit-backface-visibility:hidden;backface-visibility:hidden;background-image:var(--tooltip-background);background-position:top;background-repeat:no-repeat;background-size:contain;content:attr(data-title);display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;height:calc(var(--image-tip-height-dynamic) + var(--tip-height));justify-content:flex-end;min-width:var(--image-tip-width-dynamic)}.wvs-has-image-tooltip:after,[data-wvstooltip]:after{border-top-color:transparent;border:var(--arrow-width) solid transparent;border-top-color:var(--wvs-tooltip-background-color,#333);bottom:auto;content:" ";font-size:0;line-height:0;top:var(--arrow-position);width:0}.wvs-has-image-tooltip:hover:after,.wvs-has-image-tooltip:hover:before,[data-wvstooltip]:hover:after,[data-wvstooltip]:hover:before{opacity:1;visibility:visible}.wvs-tooltip-position-bottom.wvs-has-image-tooltip:after,.wvs-tooltip-position-bottom[data-wvstooltip]:after{border-bottom-color:var(--wvs-tooltip-background-color,#333);border-top-color:transparent;bottom:var(--arrow-position);top:auto}.wvs-tooltip-position-bottom.wvs-has-image-tooltip:before,.wvs-tooltip-position-bottom[data-wvstooltip]:before{bottom:auto;top:calc(var(--tip-position)*-1)}.wvs-theme-sober .product form.cart .variations .variable,.wvs-theme-sober-child .product form.cart .variations .variable{margin-bottom:15px!important}.wvs-theme-sober .product form.cart .variations .variable-options,.wvs-theme-sober-child .product form.cart .variations .variable-options{border:0!important}.wvs-theme-sober .product form.cart .variations .arrow,.wvs-theme-sober .product form.cart .variations .variable-options:after,.wvs-theme-sober-child .product form.cart .variations .arrow,.wvs-theme-sober-child .product form.cart .variations .variable-options:after{display:none}.wvs-theme-sober .product form.cart .variations .label,.wvs-theme-sober-child .product form.cart .variations .label{display:block;margin-right:10px;text-align:right}.wvs-theme-sober .product form.cart .variations .value,.wvs-theme-sober-child .product form.cart .variations .value{-webkit-box-flex:unset;-ms-flex-positive:unset;flex-grow:unset}.wvs-theme-sober .product form.cart .variations select,.wvs-theme-sober-child .product form.cart .variations select{-webkit-appearance:menulist-button!important;border:1px solid #e4e6eb!important;padding:.5em 1em!important;text-align:left!important;-moz-text-align-last:left!important;text-align-last:left!important}.wvs-theme-sober .product form.cart .radio-variable-item,.wvs-theme-sober-child .product form.cart .radio-variable-item{margin:5px;text-align:left}.wvs-theme-sober .product form.cart .radio-variable-item:last-child,.wvs-theme-sober-child .product form.cart .radio-variable-item:last-child{margin-right:0}.wvs-theme-sober .product form.cart .radio-variable-item label,.wvs-theme-sober-child .product form.cart .radio-variable-item label{margin:0;padding-left:30px}.wvs-theme-sober .product form.cart .radio-variable-item label:before,.wvs-theme-sober-child .product form.cart .radio-variable-item label:before{border-radius:100%;top:0}.wvs-theme-sober .product form.cart .radio-variable-item label:after,.wvs-theme-sober-child .product form.cart .radio-variable-item label:after{top:8px}.wvs-theme-shophistic-lite.woocommerce #main .entry-summary .variations{display:block!important}.wvs-theme-shophistic-lite .ql_custom_variations{display:none!important}.wvs-theme-shophistic-lite .radio-variable-item input[type=radio]{display:inline-block;margin:0}.wvs-theme-flatsome .variations .reset_variations{bottom:0;left:0;position:relative}.wvs-theme-storefront-child.single-product div.product,.wvs-theme-storefront.single-product div.product{overflow:visible!important}.wvs-theme-stockholm .variations .reset_variations{bottom:0;left:0;position:relative;-webkit-transform:none;-ms-transform:none;transform:none}.wvs-theme-kalium .image-variable-item img,.wvs-theme-kalium-child .image-variable-item img{width:100%!important}.wvs-theme-kalium .radio-variable-item input,.wvs-theme-kalium-child .radio-variable-item input{height:16px!important;width:16px!important}.wvs-theme-kalium .woo-variation-items-wrapper .select-option-ui,.wvs-theme-kalium-child .woo-variation-items-wrapper .select-option-ui{display:none}.wvs-theme-aurum .variable-items-wrapper .image-variable-item>img,.wvs-theme-aurum-child .variable-items-wrapper .image-variable-item>img{width:100%}.wvs-theme-hestia .woo-variation-items-wrapper.value:before{display:none!important}.wvs-theme-thegem .woo-variation-items-wrapper .combobox-wrapper,.wvs-theme-thegem-child .woo-variation-items-wrapper .combobox-wrapper,.wvs-theme-thegem-elementor .woo-variation-items-wrapper .combobox-wrapper{display:none}.wvs-theme-thegem .wvs-archive-variation-wrapper .variations,.wvs-theme-thegem-child .wvs-archive-variation-wrapper .variations,.wvs-theme-thegem-elementor .wvs-archive-variation-wrapper .variations{padding:0}.wvs-theme-ushop .variations_form,.wvs-theme-ushop-child .variations_form{overflow:visible!important}.wvs-theme-ushop .single-product-summary .product_meta,.wvs-theme-ushop-child .single-product-summary .product_meta{display:inline-table}.wvs-theme-savoy .woo-variation-items-wrapper,.wvs-theme-savoy-child .woo-variation-items-wrapper{position:relative!important}.wvs-theme-savoy .woo-variation-items-wrapper .sod_select,.wvs-theme-savoy-child .woo-variation-items-wrapper .sod_select{display:none!important}.wvs-theme-savoy .nm-variation-row,.wvs-theme-savoy-child .nm-variation-row{display:-webkit-box;display:-ms-flexbox;display:flex}.wvs-theme-woodstock .woo-variation-items-wrapper .variation-select,.wvs-theme-woodstock-child .woo-variation-items-wrapper .variation-select{display:none!important}.wvs-theme-woodmart .wd-attr-selected,.wvs-theme-woodmart .woo-variation-items-wrapper>.swatches-select,.wvs-theme-woodmart-child .wd-attr-selected,.wvs-theme-woodmart-child .woo-variation-items-wrapper>.swatches-select{display:none}.wvs-theme-gecko .variations .value.woo-variation-items-wrapper,.wvs-theme-gecko-child .variations .value.woo-variation-items-wrapper{border:0!important}.wvs-theme-gecko .variations .value.woo-variation-items-wrapper:after,.wvs-theme-gecko-child .variations .value.woo-variation-items-wrapper:after{display:none!important}.woo-variation-gallery-theme-massive-dynamic .woo-variation-items-wrapper .clear-selection,.woo-variation-gallery-theme-massive-dynamic-child .woo-variation-items-wrapper .clear-selection{border:0;height:auto;width:auto}.woo-variation-gallery-theme-massive-dynamic .woo-variation-items-wrapper .clear-selection .reset_variations,.woo-variation-gallery-theme-massive-dynamic-child .woo-variation-items-wrapper .clear-selection .reset_variations{border:1px solid #f04040;border-radius:100%;-webkit-box-sizing:border-box;box-sizing:border-box;color:#f04040;font-size:8px!important;height:20px;padding:5px;width:20px}.wvs-theme-claue .woo-variation-items-wrapper,.wvs-theme-claue-child .woo-variation-items-wrapper{border:none}.wvs-theme-claue .woo-variation-items-wrapper:after,.wvs-theme-claue-child .woo-variation-items-wrapper:after{display:none}.wvs-theme-jupiter table.variations,.wvs-theme-jupiter-child table.variations{overflow:initial}.wvs-theme-oxygen .woo-variation-items-wrapper .select-wrapper,.wvs-theme-oxygen-child .woo-variation-items-wrapper .select-wrapper{display:none}.wvs-theme-oxygen .variable-items-wrapper.radio-variable-wrapper .radio-variable-item input,.wvs-theme-oxygen-child .variable-items-wrapper.radio-variable-wrapper .radio-variable-item input{width:18px}.wvs-theme-simple-elegant .woo-variation-items-wrapper .wi-nice-select,.wvs-theme-simple-elegant-child .woo-variation-items-wrapper .wi-nice-select{display:none}.wvs-theme-twentytwenty table.variations,.wvs-theme-twentytwenty-child table.variations{overflow:auto}.wvs-theme-divi .et_pb_wc_add_to_cart form.variations_form.cart .variations td.value span:after,.wvs-theme-divi-child .et_pb_wc_add_to_cart form.variations_form.cart .variations td.value span:after,.wvs-theme-jevelin .sh-woo-layout table.variations td select.woo-variation-raw-select,.wvs-theme-jevelin-child .sh-woo-layout table.variations td select.woo-variation-raw-select{display:none!important}.wvs-theme-jevelin .sh-woo-layout table.variations,.wvs-theme-jevelin-child .sh-woo-layout table.variations{max-width:100%}.wvs-theme-jevelin .radio-variable-item label,.wvs-theme-jevelin-child .radio-variable-item label{line-height:1!important}.wvs-theme-stockie .woo-variation-raw-select+.select-styled,.wvs-theme-stockie-child .woo-variation-raw-select+.select-styled{display:none!important}.woo-variation-swatches .wp-block-getwooplugins-variation-swatches.swatches-align-center{--wvs-position:center}.woo-variation-swatches .wp-block-getwooplugins-variation-swatches.swatches-align-left{--wvs-position:flex-start}.woo-variation-swatches .wp-block-getwooplugins-variation-swatches.swatches-align-right{--wvs-position:flex-end}.woo-variation-swatches .wp-block-getwooplugins-variation-swatches .wvs-archive-information{-webkit-box-pack:var(--wvs-position);-ms-flex-pack:var(--wvs-position);display:-webkit-box;display:-ms-flexbox;display:flex;justify-content:var(--wvs-position)}.woo-variation-swatches .woo-variation-raw-select+.select2{display:none!important}.woo-variation-swatches .wvs-widget-layered-nav-list__item-color{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;margin:10px 0}.woo-variation-swatches .wvs-widget-layered-nav-list__item-color>a{display:inline-block;position:relative}.woo-variation-swatches .wvs-widget-layered-nav-list__item-color .count{padding:0 5px}.woo-variation-swatches .wvs-widget-layered-nav-list__item-color .wvs-widget-item-wrapper{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex}.woo-variation-swatches .wvs-widget-layered-nav-list__item-color .item{border:2px solid #fff;-webkit-box-shadow:var(--wvs-item-box-shadow,0 0 0 1px #a8a8a8);box-shadow:var(--wvs-item-box-shadow,0 0 0 1px #a8a8a8);display:inline-block;float:left;height:20px;margin:0 4px;padding:9px;-webkit-transition:-webkit-box-shadow .2s ease;transition:-webkit-box-shadow .2s ease;transition:box-shadow .2s ease;transition:box-shadow .2s ease,-webkit-box-shadow .2s ease;width:20px}.woo-variation-swatches .wvs-widget-layered-nav-list__item-color .item.style-squared{border-radius:2px}.woo-variation-swatches .wvs-widget-layered-nav-list__item-color .item.style-rounded{border-radius:100%}.woo-variation-swatches .wvs-widget-layered-nav-list__item-color .text{display:inline-block}.woo-variation-swatches .wvs-widget-layered-nav-list__item-color .text :after{clear:both;content:"";display:inline}.woo-variation-swatches .wvs-widget-layered-nav-list__item-color:hover .item{-webkit-box-shadow:var(--wvs-hover-item-box-shadow,0 0 0 3px #ddd);box-shadow:var(--wvs-hover-item-box-shadow,0 0 0 3px #ddd)}.woo-variation-swatches .wvs-widget-layered-nav-list__item-color.woocommerce-widget-layered-nav-list__item--chosen .item{-webkit-box-shadow:var(--wvs-selected-item-box-shadow,0 0 0 2px #000);box-shadow:var(--wvs-selected-item-box-shadow,0 0 0 2px #000)}.woo-variation-swatches .variations td.value>span:after,.woo-variation-swatches .variations td.value>span:before,.woo-variation-swatches .woo-variation-raw-select,.woo-variation-swatches .woo-variation-raw-select:after,.woo-variation-swatches .woo-variation-raw-select:before{display:none!important}.woo-variation-swatches .woo-variation-swatches-variable-item-more{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex}.woo-variation-swatches .wvs-archive-variations-wrapper{display:block;width:100%}.woo-variation-swatches .wvs-archive-variations-wrapper .variable-items-wrapper .variable-item:not(.radio-variable-item){height:var(--wvs-archive-product-item-height,30px);width:var(--wvs-archive-product-item-width,30px)}.woo-variation-swatches .wvs-archive-variations-wrapper .variable-items-wrapper .variable-item:not(.radio-variable-item).button-variable-item{font-size:var(--wvs-archive-product-item-font-size,16px)}.woo-variation-swatches .wvs-archive-variations-wrapper .variable-items-wrapper.wvs-style-squared.archive-variable-items .variable-item:not(.radio-variable-item).button-variable-item{min-width:var(--wvs-archive-product-item-width,30px)}.woo-variation-swatches .wvs-archive-variations-wrapper .wvs-archive-information{-webkit-box-pack:var(--wvs-position);-ms-flex-pack:var(--wvs-position);display:-webkit-box;display:-ms-flexbox;display:flex;justify-content:var(--wvs-position)}.woo-variation-swatches ul.variations{-webkit-box-orient:vertical;-ms-flex-direction:column;flex-direction:column;list-style:none;margin:0;padding:0}.woo-variation-swatches ul.variations,.woo-variation-swatches ul.variations>li{-webkit-box-direction:normal;display:-webkit-box;display:-ms-flexbox;display:flex}.woo-variation-swatches ul.variations>li{-webkit-box-pack:var(--wvs-position);-ms-flex-pack:var(--wvs-position);-webkit-box-orient:horizontal;-ms-flex-direction:row;flex-direction:row;justify-content:var(--wvs-position);margin:5px 0}.woo-variation-swatches ul.variations .wvs_archive_reset_variations.hide{visibility:hidden}.woo-variation-swatches ul.variations .wvs_archive_reset_variations.show{visibility:visible}.woo-variation-swatches .variable-items-wrapper{-webkit-box-pack:start;-ms-flex-pack:start;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;justify-content:flex-start;list-style:none;margin:0;padding:0}.woo-variation-swatches .variable-items-wrapper.enabled-large-size .variable-item:not(.radio-variable-item){height:var(--wvs-single-product-large-item-height,40px);width:var(--wvs-single-product-large-item-width,40px)}.woo-variation-swatches .variable-items-wrapper.enabled-large-size .variable-item:not(.radio-variable-item).button-variable-item{font-size:var(--wvs-single-product-large-item-font-size,16px)}.woo-variation-swatches .variable-items-wrapper.radio-variable-items-wrapper{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-ms-flex-direction:column;flex-direction:column}.woo-variation-swatches .variable-items-wrapper.radio-variable-items-wrapper .radio-variable-item{-webkit-box-pack:center;-ms-flex-pack:center;-webkit-box-sizing:border-box;box-sizing:border-box;cursor:pointer;display:-webkit-box;display:-ms-flexbox;display:flex;justify-content:center;list-style:none;padding:0 5px}.woo-variation-swatches .variable-items-wrapper.radio-variable-items-wrapper .radio-variable-item input,.woo-variation-swatches .variable-items-wrapper.radio-variable-items-wrapper .radio-variable-item label{cursor:pointer;vertical-align:middle}.woo-variation-swatches .variable-items-wrapper.radio-variable-items-wrapper .radio-variable-item input{height:20px;width:20px}.woo-variation-swatches .variable-items-wrapper.radio-variable-items-wrapper .radio-variable-item input+span{margin-inline:10px}.woo-variation-swatches .variable-items-wrapper.radio-variable-items-wrapper .radio-variable-item .variable-item-radio-value-wrapper{display:inline-block}.woo-variation-swatches .variable-items-wrapper.radio-variable-items-wrapper .radio-variable-item .variable-item-radio-value-wrapper img{display:inline-block;margin:0;padding:0;vertical-align:middle;width:40px}.woo-variation-swatches .variable-items-wrapper.radio-variable-items-wrapper .radio-variable-item .variable-item-radio-value-wrapper .out-of-stock{display:inline-block;margin:0;padding:0}.woo-variation-swatches .variable-items-wrapper.radio-variable-items-wrapper .radio-variable-item label{display:inline-block;padding:2px 0;width:auto}.woo-variation-swatches .variable-items-wrapper.radio-variable-items-wrapper .radio-variable-item.disabled,.woo-variation-swatches .variable-items-wrapper.radio-variable-items-wrapper .radio-variable-item.disabled:hover{-webkit-box-shadow:none;box-shadow:none}.woo-variation-swatches .variable-items-wrapper.radio-variable-items-wrapper .radio-variable-item.disabled input,.woo-variation-swatches .variable-items-wrapper.radio-variable-items-wrapper .radio-variable-item.disabled label,.woo-variation-swatches .variable-items-wrapper.radio-variable-items-wrapper .radio-variable-item.disabled:hover input,.woo-variation-swatches .variable-items-wrapper.radio-variable-items-wrapper .radio-variable-item.disabled:hover label{cursor:not-allowed;opacity:.5}.woo-variation-swatches .variable-items-wrapper.radio-variable-items-wrapper .radio-variable-item.disabled .variable-item-radio-value,.woo-variation-swatches .variable-items-wrapper.radio-variable-items-wrapper .radio-variable-item.disabled:hover .variable-item-radio-value{text-decoration:line-through}.woo-variation-swatches .variable-items-wrapper.radio-variable-items-wrapper .radio-variable-item.disabled:after,.woo-variation-swatches .variable-items-wrapper.radio-variable-items-wrapper .radio-variable-item.disabled:before,.woo-variation-swatches .variable-items-wrapper.radio-variable-items-wrapper .radio-variable-item.disabled:hover:after,.woo-variation-swatches .variable-items-wrapper.radio-variable-items-wrapper .radio-variable-item.disabled:hover:before{display:none}.woo-variation-swatches .variable-items-wrapper.radio-variable-items-wrapper .radio-variable-item.disabled:focus,.woo-variation-swatches .variable-items-wrapper.radio-variable-items-wrapper .radio-variable-item.disabled:hover:focus{-webkit-box-shadow:none;box-shadow:none}.woo-variation-swatches .variable-items-wrapper.radio-variable-items-wrapper .radio-variable-item.no-stock input,.woo-variation-swatches .variable-items-wrapper.radio-variable-items-wrapper .radio-variable-item.no-stock label,.woo-variation-swatches .variable-items-wrapper.radio-variable-items-wrapper .radio-variable-item.no-stock:hover input,.woo-variation-swatches .variable-items-wrapper.radio-variable-items-wrapper .radio-variable-item.no-stock:hover label{opacity:.6;text-decoration:line-through}.woo-variation-swatches .variable-items-wrapper.radio-variable-items-wrapper .radio-variable-item.no-stock .variable-item-radio-value,.woo-variation-swatches .variable-items-wrapper.radio-variable-items-wrapper .radio-variable-item.no-stock:hover .variable-item-radio-value{text-decoration:line-through}.woo-variation-swatches .variable-items-wrapper .variable-item{list-style:none;margin:0;outline:none;padding:0;-webkit-transition:all .2s ease;transition:all .2s ease;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.woo-variation-swatches .variable-items-wrapper .variable-item .variable-item-contents{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-box-pack:center;-ms-flex-pack:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;height:100%;justify-content:center;position:relative;width:100%}.woo-variation-swatches .variable-items-wrapper .variable-item.variation-disabled{display:none!important}.woo-variation-swatches .variable-items-wrapper .variable-item img{height:100%;margin:0;padding:0;pointer-events:none;width:100%}.woo-variation-swatches .variable-items-wrapper .variable-item>span{pointer-events:none}.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item){-webkit-box-pack:center;-ms-flex-pack:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background-color:var(--wvs-item-background-color,#fff);-webkit-box-shadow:var(--wvs-item-box-shadow,0 0 0 1px #a8a8a8);box-shadow:var(--wvs-item-box-shadow,0 0 0 1px #a8a8a8);-webkit-box-sizing:border-box;box-sizing:border-box;color:var(--wvs-item-text-color,#000);cursor:pointer;display:-webkit-box;display:-ms-flexbox;display:flex;height:var(--wvs-single-product-item-height,30px);justify-content:center;margin:4px;padding:2px;position:relative;width:var(--wvs-single-product-item-width,30px)}.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item):last-child{margin-right:0}.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).no-stock .variable-item-contents,.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).no-stock img,.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).no-stock span{opacity:.6}.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).no-stock .variable-item-contents:before{background-image:var(--wvs-cross);background-position:50%;background-repeat:no-repeat;content:" ";display:block;height:100%;position:absolute;width:100%}.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item):hover{background-color:var(--wvs-hover-item-background-color,#fff);color:var(--wvs-hover-item-text-color,#000)}.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item):focus,.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item):hover{-webkit-box-shadow:var(--wvs-hover-item-box-shadow,0 0 0 3px #ddd);box-shadow:var(--wvs-hover-item-box-shadow,0 0 0 3px #ddd)}.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).selected,.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).selected:hover{-webkit-box-shadow:var(--wvs-selected-item-box-shadow,0 0 0 2px #000);box-shadow:var(--wvs-selected-item-box-shadow,0 0 0 2px #000);color:var(--wvs-selected-item-text-color,#000)}.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).disabled,.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).disabled:hover{position:relative}.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).disabled .variable-item-contents,.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).disabled img,.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).disabled span,.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).disabled:hover .variable-item-contents,.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).disabled:hover img,.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).disabled:hover span{opacity:.6}.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).disabled .variable-item-contents:before,.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).disabled:hover .variable-item-contents:before{background-image:var(--wvs-cross);background-position:50%;background-repeat:no-repeat;content:" ";display:block;height:100%;position:absolute;width:100%}.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).color-variable-item.selected:not(.no-stock) .variable-item-contents:before,.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).image-variable-item.selected:not(.no-stock) .variable-item-contents:before{background-image:var(--wvs-tick);background-position:50%;background-repeat:no-repeat;background-size:60%;content:" ";display:block;height:100%;position:absolute;width:100%}.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).color-variable-item .variable-item-span-color,.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).image-variable-item .variable-item-span-color{display:block;height:100%;width:100%}.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).button-variable-item{font-size:var(--wvs-single-product-item-font-size,16px);text-align:center}.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).button-variable-item.selected:not(.no-stock){background-color:var(--wvs-selected-item-background-color,#fff);color:var(--wvs-selected-item-text-color,#000)}.woo-variation-swatches .variable-items-wrapper .variable-item.wvs-show-stock-left-info:not(.disabled):not(.radio-variable-item) .wvs-stock-left-info:before{border-bottom:3px solid #de8604;border-left:3px solid transparent;border-right:3px solid transparent;content:" ";left:50%;margin-left:-3px;position:absolute;top:calc(100% - 1px);width:0;z-index:1}.woo-variation-swatches .variable-items-wrapper .variable-item.wvs-show-stock-left-info:not(.disabled):not(.radio-variable-item) .wvs-stock-left-info:after{left:50%;min-width:36px;position:absolute;text-align:center;top:calc(100% + 2px);-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%)}.woo-variation-swatches .variable-items-wrapper .variable-item.wvs-show-stock-left-info:not(.disabled) .wvs-stock-left-info:after{background:#de8604;border-radius:2px!important;-webkit-box-shadow:0 0 2px rgba(0,0,0,.38);box-shadow:0 0 2px rgba(0,0,0,.38);color:#fff;content:attr(data-wvs-stock-info);font-size:10px;font-style:italic;line-height:1;padding:2px;text-shadow:0 1px rgba(0,0,0,.251)}.woo-variation-swatches .variable-items-wrapper .variable-item.wvs-show-stock-left-info:not(.disabled).radio-variable-item .wvs-stock-left-info:after{margin-left:5px}.woo-variation-swatches .variable-items-wrapper .wvs-item-label{position:absolute;top:30px}.woo-variation-swatches .wvs-style-rounded.variable-items-wrapper .variable-item:not(.radio-variable-item){border-radius:100%}.woo-variation-swatches .wvs-style-rounded.variable-items-wrapper .variable-item:not(.radio-variable-item) .variable-item-span,.woo-variation-swatches .wvs-style-rounded.variable-items-wrapper .variable-item:not(.radio-variable-item) img{border-radius:100%;line-height:1;margin:0;overflow:hidden}.woo-variation-swatches .wvs-style-rounded.variable-items-wrapper .variable-item.radio-variable-item img{border-radius:100%}.woo-variation-swatches .wvs-style-squared.variable-items-wrapper .variable-item:not(.radio-variable-item){border-radius:2px}.woo-variation-swatches .wvs-style-squared.variable-items-wrapper .variable-item:not(.radio-variable-item).button-variable-item{min-width:var(--wvs-single-product-item-width);width:auto}.woo-variation-swatches .wvs-style-squared.variable-items-wrapper .variable-item:not(.radio-variable-item).button-variable-item .variable-item-span{padding:0 5px}.woo-variation-swatches .wvs-style-squared.variable-items-wrapper .variable-item:not(.radio-variable-item).color-variable-item span:after{border-radius:0}.woo-variation-swatches .wvs-style-squared.variable-items-wrapper .variable-item.radio-variable-item img{border-radius:5px}.woo-variation-swatches.wvs-behavior-blur .variable-items-wrapper .radio-variable-item.disabled input,.woo-variation-swatches.wvs-behavior-blur .variable-items-wrapper .radio-variable-item.disabled label,.woo-variation-swatches.wvs-behavior-blur .variable-items-wrapper .radio-variable-item.disabled:hover input,.woo-variation-swatches.wvs-behavior-blur .variable-items-wrapper .radio-variable-item.disabled:hover label{cursor:not-allowed;opacity:.5;text-decoration:line-through}.woo-variation-swatches.wvs-behavior-blur .variable-items-wrapper .radio-variable-item.disabled:after,.woo-variation-swatches.wvs-behavior-blur .variable-items-wrapper .radio-variable-item.disabled:before,.woo-variation-swatches.wvs-behavior-blur .variable-items-wrapper .radio-variable-item.disabled:hover:after,.woo-variation-swatches.wvs-behavior-blur .variable-items-wrapper .radio-variable-item.disabled:hover:before{display:none}.woo-variation-swatches.wvs-behavior-blur-no-cross .variable-items-wrapper .variable-item:not(.radio-variable-item).disabled .variable-item-contents:before,.woo-variation-swatches.wvs-behavior-blur-no-cross .variable-items-wrapper .variable-item:not(.radio-variable-item).disabled:hover .variable-item-contents:before,.woo-variation-swatches.wvs-behavior-blur-no-cross .variable-items-wrapper .variable-item:not(.radio-variable-item).no-stock .variable-item-contents:before,.woo-variation-swatches.wvs-behavior-blur-no-cross .variable-items-wrapper .variable-item:not(.radio-variable-item).no-stock:hover .variable-item-contents:before{background-image:none}.woo-variation-swatches.wvs-behavior-blur-no-cross .variable-items-wrapper .radio-variable-item.disabled,.woo-variation-swatches.wvs-behavior-blur-no-cross .variable-items-wrapper .radio-variable-item.disabled:hover{overflow:hidden}.woo-variation-swatches.wvs-behavior-blur-no-cross .variable-items-wrapper .radio-variable-item.disabled input,.woo-variation-swatches.wvs-behavior-blur-no-cross .variable-items-wrapper .radio-variable-item.disabled label,.woo-variation-swatches.wvs-behavior-blur-no-cross .variable-items-wrapper .radio-variable-item.disabled:hover input,.woo-variation-swatches.wvs-behavior-blur-no-cross .variable-items-wrapper .radio-variable-item.disabled:hover label{opacity:.3;pointer-events:none}.woo-variation-swatches.wvs-behavior-hide .variable-items-wrapper .variable-item.disabled.radio-variable-item{width:auto!important}.woo-variation-swatches.wvs-behavior-hide .variable-items-wrapper .variable-item.disabled{font-size:0;height:0!important;margin:0!important;min-height:0!important;min-width:0!important;opacity:0;padding:0!important;-webkit-transform:scale(0);-ms-transform:scale(0);transform:scale(0);-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;visibility:hidden;width:0!important}.woo-variation-swatches.wvs-behavior-hide .variable-items-wrapper .variable-item.no-stock .variable-item-contents:before{background-image:none}.woo-variation-swatches.rtl .variable-items-wrapper .variable-item{text-align:right}.woo-variation-swatches.rtl .variable-items-wrapper .variable-item:not(.radio-variable-item){margin:4px 0 4px 8px}.woo-variation-swatches.rtl .variable-items-wrapper.radio-variable-wrapper .radio-variable-item input{margin-left:5px;margin-right:0}.woo-variation-swatches.woocommerce .product.elementor table.variations td.value:before{display:none!important}.woo-variation-swatches.woo-variation-swatches-ie11 .variable-items-wrapper{display:block!important}.woo-variation-swatches.woo-variation-swatches-ie11 .variable-items-wrapper .variable-item:not(.radio-variable-item){float:left}.woo-variation-swatches.wvs-show-label .variations td,.woo-variation-swatches.wvs-show-label .variations th{display:block;text-align:start;width:auto!important}.woo-variation-swatches.wvs-show-label .variations td .woo-selected-variation-item-name,.woo-variation-swatches.wvs-show-label .variations td label,.woo-variation-swatches.wvs-show-label .variations th .woo-selected-variation-item-name,.woo-variation-swatches.wvs-show-label .variations th label{display:inline-block;margin:0 2px}.woo-variation-swatches.wvs-show-label .variations td .woo-selected-variation-item-name,.woo-variation-swatches.wvs-show-label .variations th .woo-selected-variation-item-name{font-weight:600}.woo-variation-swatches .variations .woo-variation-item-label{-webkit-margin-before:5px;margin:0;margin-block-start:5px}.woo-variation-swatches .variations .woo-variation-item-label .woo-selected-variation-item-name{font-weight:600}.woo-variation-swatches .grouped-variable-items{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;list-style:none!important}.woo-variation-swatches .grouped-variable-items.grouped-variable-items-display-vertical{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.woo-variation-swatches .grouped-variable-items.grouped-variable-items-display-vertical .group-variable-items-wrapper{margin-top:10px}.woo-variation-swatches .grouped-variable-items.grouped-variable-items-display-vertical .no-group-variable-items-wrapper{margin-top:20px}.woo-variation-swatches .grouped-variable-items.grouped-variable-items-display-horizontal{-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}.woo-variation-swatches .grouped-variable-items.grouped-variable-items-display-horizontal .group-variable-items-wrapper{margin-right:20px;margin-top:10px}.woo-variation-swatches .grouped-variable-items.grouped-variable-items-display-horizontal .group-variable-items-wrapper:last-child,.woo-variation-swatches .grouped-variable-items.grouped-variable-items-display-horizontal .no-group-variable-items-wrapper{margin-right:0}.woo-variation-swatches .grouped-variable-items .group-variable-item-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin:0}.woo-variation-swatches .grouped-variable-items .group-variable-items-name{font-style:italic}.woo-variation-swatches .wvs-hide-view-cart-link{display:none}:root{--wvs-tick:url("data:image/svg+xml;utf8,%3Csvg filter='drop-shadow(0px 0px 2px rgb(0 0 0 / .8))' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3E%3Cpath fill='none' stroke='%23ffffff' stroke-linecap='round' stroke-linejoin='round' stroke-width='4' d='M4 16L11 23 27 7'/%3E%3C/svg%3E");

--wvs-cross:url("data:image/svg+xml;utf8,%3Csvg filter='drop-shadow(0px 0px 5px rgb(255 255 255 / .6))' xmlns='http://www.w3.org/2000/svg' width='72px' height='72px' viewBox='0 0 24 24'%3E%3Cpath fill='none' stroke='%23ff0000' stroke-linecap='round' stroke-width='0.6' d='M5 5L19 19M19 5L5 19'/%3E%3C/svg%3E");--wvs-single-product-item-width:30px;--wvs-single-product-item-height:30px;--wvs-single-product-item-font-size:16px}/*!Ion.RangeSlider, 2.3.1, © Denis Ineshin, 2010 - 2019, IonDen.com, Build date: 2019-12-19 16:51:02*/.irs{position:relative;display:block;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;font-size:12px;font-family:Arial,sans-serif}.irs-line{position:relative;display:block;overflow:hidden;outline:none!important}.irs-bar{position:absolute;display:block;left:0;width:0}.irs-shadow{position:absolute;display:none;left:0;width:0}.irs-handle{position:absolute;display:block;box-sizing:border-box;cursor:default;z-index:1}.irs-handle.type_last{z-index:2}.irs-min,.irs-max{position:absolute;display:block;cursor:default}.irs-min{left:0}.irs-max{right:0}.irs-from,.irs-to,.irs-single{position:absolute;display:block;top:0;left:0;cursor:default;white-space:nowrap}.irs-grid{position:absolute;display:none;bottom:0;left:0;width:100%;height:20px}.irs-with-grid .irs-grid{display:block}.irs-grid-pol{position:absolute;top:0;left:0;width:1px;height:8px;background:#000}.irs-grid-pol.small{height:4px}.irs-grid-text{position:absolute;bottom:0;left:0;white-space:nowrap;text-align:center;font-size:9px;line-height:9px;padding:0 3px;color:#000}.irs-disable-mask{position:absolute;display:block;top:0;left:-1%;width:102%;height:100%;cursor:default;background:#fff0;z-index:2}.lt-ie9 .irs-disable-mask{background:#000;filter:alpha(opacity=0);cursor:not-allowed}.irs-disabled{opacity:.4}.irs-hidden-input{position:absolute!important;display:block!important;top:0!important;left:0!important;width:0!important;height:0!important;font-size:0!important;line-height:0!important;padding:0!important;margin:0!important;overflow:hidden;outline:none!important;z-index:-9999!important;background:none!important;border-style:solid!important;border-color:transparent!important}.irs--flat{height:40px}.irs--flat.irs-with-grid{height:60px}.irs--flat .irs-line{top:25px;height:12px;background-color:#e1e4e9;border-radius:4px}.irs--flat .irs-bar{top:25px;height:12px;background-color:#ed5565}.irs--flat .irs-bar--single{border-radius:4px 0 0 4px}.irs--flat .irs-shadow{height:1px;bottom:16px;background-color:#e1e4e9}.irs--flat .irs-handle{top:22px;width:16px;height:18px;background-color:#fff0}.irs--flat .irs-handle>i:first-child{position:absolute;display:block;top:0;left:50%;width:2px;height:100%;margin-left:-1px;background-color:#da4453}.irs--flat .irs-handle.state_hover>i:first-child,.irs--flat .irs-handle:hover>i:first-child{background-color:#a43540}.irs--flat .irs-min,.irs--flat .irs-max{top:0;padding:1px 3px;color:#999;font-size:10px;line-height:1.333;text-shadow:none;background-color:#e1e4e9;border-radius:4px}.irs--flat .irs-from,.irs--flat .irs-to,.irs--flat .irs-single{color:#fff;font-size:10px;line-height:1.333;text-shadow:none;padding:1px 5px;background-color:#ed5565;border-radius:4px}.irs--flat .irs-from:before,.irs--flat .irs-to:before,.irs--flat .irs-single:before{position:absolute;display:block;content:"";bottom:-6px;left:50%;width:0;height:0;margin-left:-3px;overflow:hidden;border:3px solid #fff0;border-top-color:#ed5565}.irs--flat .irs-grid-pol{background-color:#e1e4e9}.irs--flat .irs-grid-text{color:#999}.irs--big{height:55px}.irs--big.irs-with-grid{height:70px}.irs--big .irs-line{top:33px;height:12px;background-color:#fff;background:linear-gradient(to bottom,#ddd -50%,white 150%);border:1px solid #ccc;border-radius:12px}.irs--big .irs-bar{top:33px;height:12px;background-color:#92bce0;border:1px solid #428bca;background:linear-gradient(to bottom,#ffffff 0%,#428bca 30%,#b9d4ec 100%);box-shadow:inset 0 0 1px 1px rgb(255 255 255 / .5)}.irs--big .irs-bar--single{border-radius:12px 0 0 12px}.irs--big .irs-shadow{height:1px;bottom:16px;background-color:rgb(66 139 202 / .5)}.irs--big .irs-handle{top:25px;width:30px;height:30px;border:1px solid rgb(0 0 0 / .3);background-color:#cbcfd5;background:linear-gradient(to bottom,white 0%,#B4B9BE 30%,white 100%);box-shadow:1px 1px 2px rgb(0 0 0 / .2),inset 0 0 3px 1px #fff;border-radius:30px}.irs--big .irs-handle.state_hover,.irs--big .irs-handle:hover{border-color:rgb(0 0 0 / .45);background-color:#939ba7;background:linear-gradient(to bottom,white 0%,#919BA5 30%,white 100%)}.irs--big .irs-min,.irs--big .irs-max{top:0;padding:1px 5px;color:#fff;text-shadow:none;background-color:#9f9f9f;border-radius:3px}.irs--big .irs-from,.irs--big .irs-to,.irs--big .irs-single{color:#fff;text-shadow:none;padding:1px 5px;background-color:#428bca;background:linear-gradient(to bottom,#428bca 0%,#3071a9 100%);border-radius:3px}.irs--big .irs-grid-pol{background-color:#428bca}.irs--big .irs-grid-text{color:#428bca}.irs--modern{height:55px}.irs--modern.irs-with-grid{height:55px}.irs--modern .irs-line{top:25px;height:5px;background-color:#d1d6e0;background:linear-gradient(to bottom,#e0e4ea 0%,#d1d6e0 100%);border:1px solid #a3adc1;border-bottom-width:0;border-radius:5px}.irs--modern .irs-bar{top:25px;height:5px;background:#20b426;background:linear-gradient(to bottom,#20b426 0%,#18891d 100%)}.irs--modern .irs-bar--single{border-radius:5px 0 0 5px}.irs--modern .irs-shadow{height:1px;bottom:21px;background-color:rgb(209 214 224 / .5)}.irs--modern .irs-handle{top:37px;width:12px;height:13px;border:1px solid #a3adc1;border-top-width:0;box-shadow:1px 1px 1px rgb(0 0 0 / .1);border-radius:0 0 3px 3px}.irs--modern .irs-handle>i:nth-child(1){position:absolute;display:block;top:-4px;left:1px;width:6px;height:6px;border:1px solid #a3adc1;background:#fff;transform:rotate(45deg)}.irs--modern .irs-handle>i:nth-child(2){position:absolute;display:block;box-sizing:border-box;top:0;left:0;width:10px;height:12px;background:#e9e6e6;background:linear-gradient(to bottom,white 0%,#e9e6e6 100%);border-radius:0 0 3px 3px}.irs--modern .irs-handle>i:nth-child(3){position:absolute;display:block;box-sizing:border-box;top:3px;left:3px;width:4px;height:5px;border-left:1px solid #a3adc1;border-right:1px solid #a3adc1}.irs--modern .irs-handle.state_hover,.irs--modern .irs-handle:hover{border-color:#7685a2;background:#c3c7cd;background:linear-gradient(to bottom,#ffffff 0%,#919ba5 30%,#ffffff 100%)}.irs--modern .irs-handle.state_hover>i:nth-child(1),.irs--modern .irs-handle:hover>i:nth-child(1){border-color:#7685a2}.irs--modern .irs-handle.state_hover>i:nth-child(3),.irs--modern .irs-handle:hover>i:nth-child(3){border-color:#48536a}.irs--modern .irs-min,.irs--modern .irs-max{top:0;font-size:10px;line-height:1.333;text-shadow:none;padding:1px 5px;color:#fff;background-color:#d1d6e0;border-radius:5px}.irs--modern .irs-from,.irs--modern .irs-to,.irs--modern .irs-single{font-size:10px;line-height:1.333;text-shadow:none;padding:1px 5px;background-color:#20b426;color:#fff;border-radius:5px}.irs--modern .irs-from:before,.irs--modern .irs-to:before,.irs--modern .irs-single:before{position:absolute;display:block;content:"";bottom:-6px;left:50%;width:0;height:0;margin-left:-3px;overflow:hidden;border:3px solid #fff0;border-top-color:#20b426}.irs--modern .irs-grid{height:25px}.irs--modern .irs-grid-pol{background-color:#dedede}.irs--modern .irs-grid-text{color:silver;font-size:13px}.irs--sharp{height:50px;font-size:12px;line-height:1}.irs--sharp.irs-with-grid{height:57px}.irs--sharp .irs-line{top:30px;height:2px;background-color:#000;border-radius:2px}.irs--sharp .irs-bar{top:30px;height:2px;background-color:#ee22fa}.irs--sharp .irs-bar--single{border-radius:2px 0 0 2px}.irs--sharp .irs-shadow{height:1px;bottom:21px;background-color:rgb(0 0 0 / .5)}.irs--sharp .irs-handle{top:25px;width:10px;height:10px;background-color:#a804b2}.irs--sharp .irs-handle>i:first-child{position:absolute;display:block;top:100%;left:0;width:0;height:0;border:5px solid #fff0;border-top-color:#a804b2}.irs--sharp .irs-handle.state_hover,.irs--sharp .irs-handle:hover{background-color:#000}.irs--sharp .irs-handle.state_hover>i:first-child,.irs--sharp .irs-handle:hover>i:first-child{border-top-color:#000}.irs--sharp .irs-min,.irs--sharp .irs-max{color:#fff;font-size:14px;line-height:1;top:0;padding:3px 4px;opacity:.4;background-color:#a804b2;border-radius:2px}.irs--sharp .irs-from,.irs--sharp .irs-to,.irs--sharp .irs-single{font-size:14px;line-height:1;text-shadow:none;padding:3px 4px;background-color:#a804b2;color:#fff;border-radius:2px}.irs--sharp .irs-from:before,.irs--sharp .irs-to:before,.irs--sharp .irs-single:before{position:absolute;display:block;content:"";bottom:-6px;left:50%;width:0;height:0;margin-left:-3px;overflow:hidden;border:3px solid #fff0;border-top-color:#a804b2}.irs--sharp .irs-grid{height:25px}.irs--sharp .irs-grid-pol{background-color:#dedede}.irs--sharp .irs-grid-text{color:silver;font-size:13px}.irs--round{height:50px}.irs--round.irs-with-grid{height:65px}.irs--round .irs-line{top:36px;height:4px;background-color:#dee4ec;border-radius:4px}.irs--round .irs-bar{top:36px;height:4px;background-color:#006cfa}.irs--round .irs-bar--single{border-radius:4px 0 0 4px}.irs--round .irs-shadow{height:4px;bottom:21px;background-color:rgb(222 228 236 / .5)}.irs--round .irs-handle{top:26px;width:24px;height:24px;border:4px solid #006cfa;background-color:#fff;border-radius:24px;box-shadow:0 1px 3px rgb(0 0 255 / .3)}.irs--round .irs-handle.state_hover,.irs--round .irs-handle:hover{background-color:#f0f6ff}.irs--round .irs-min,.irs--round .irs-max{color:#333;font-size:14px;line-height:1;top:0;padding:3px 5px;background-color:rgb(0 0 0 / .1);border-radius:4px}.irs--round .irs-from,.irs--round .irs-to,.irs--round .irs-single{font-size:14px;line-height:1;text-shadow:none;padding:3px 5px;background-color:#006cfa;color:#fff;border-radius:4px}.irs--round .irs-from:before,.irs--round .irs-to:before,.irs--round .irs-single:before{position:absolute;display:block;content:"";bottom:-6px;left:50%;width:0;height:0;margin-left:-3px;overflow:hidden;border:3px solid #fff0;border-top-color:#006cfa}.irs--round .irs-grid{height:25px}.irs--round .irs-grid-pol{background-color:#dedede}.irs--round .irs-grid-text{color:silver;font-size:13px}.irs--square{height:50px}.irs--square.irs-with-grid{height:60px}.irs--square .irs-line{top:31px;height:4px;background-color:#dedede}.irs--square .irs-bar{top:31px;height:4px;background-color:#000}.irs--square .irs-shadow{height:2px;bottom:21px;background-color:#dedede}.irs--square .irs-handle{top:25px;width:16px;height:16px;border:3px solid #000;background-color:#fff;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.irs--square .irs-handle.state_hover,.irs--square .irs-handle:hover{background-color:#f0f6ff}.irs--square .irs-min,.irs--square .irs-max{color:#333;font-size:14px;line-height:1;top:0;padding:3px 5px;background-color:rgb(0 0 0 / .1)}.irs--square .irs-from,.irs--square .irs-to,.irs--square .irs-single{font-size:14px;line-height:1;text-shadow:none;padding:3px 5px;background-color:#000;color:#fff}.irs--square .irs-grid{height:25px}.irs--square .irs-grid-pol{background-color:#dedede}.irs--square .irs-grid-text{color:silver;font-size:11px}.yith-wcan-filters{background-color:var(--yith-wcan-filters_colors_background,transparent);margin-bottom:30px}.yith-wcan-filters h3.mobile-only{display:none}.yith-wcan-filters fieldset{border:none;margin:0;padding:0}.yith-wcan-filters fieldset legend{display:none}.yith-wcan-filters .yith-wcan-filter{margin-bottom:30px}.yith-wcan-filters .yith-wcan-filter .filter-title{color:var(--yith-wcan-filters_colors_titles,#434343)}.yith-wcan-filters .yith-wcan-filter .filter-title.collapsable{cursor:pointer;position:relative}@keyframes loading__animation{to{transform:translateX(100%)}}.yith-wcan-filters .yith-wcan-filter .filter-title.collapsable:after{background-size:100% auto;content:"";display:block;height:10px;position:absolute;right:15px;top:calc(50% - 5px);width:10px}.yith-wcan-filters .yith-wcan-filter .filter-title.collapsable.closed:after,.yith-wcan-filters .yith-wcan-filter .filter-title.collapsable:not(.opened):after,.yith-wcan-filters .yith-wcan-filter .filter-title.collapsable:not(.open):after{background-image:url(https://nextgolf.ee/wp-content/plugins/yith-woocommerce-ajax-product-filter-premium/assets/css/../images/arrow-down.svg)}.yith-wcan-filters .yith-wcan-filter .filter-title.collapsable.open:after,.yith-wcan-filters .yith-wcan-filter .filter-title.collapsable.opened:after{background-image:url(https://nextgolf.ee/wp-content/plugins/yith-woocommerce-ajax-product-filter-premium/assets/css/../images/arrow-up.svg)}.yith-wcan-filters .yith-wcan-filter .filter-title.collapsable:after{right:5px}.yith-wcan-filters .yith-wcan-filter .filter-title.collapsable.collapsable.closed+.filter-content{display:none}.yith-wcan-filters .yith-wcan-filter .filter-content .show-more{cursor:pointer}.yith-wcan-filters .yith-wcan-filter .filter-items{float:none;list-style:none;padding-left:0}.yith-wcan-filters .yith-wcan-filter .filter-items.level-0{margin:0;padding:0}.yith-wcan-filters .yith-wcan-filter .filter-items.level-0 ul{padding-left:15px}.yith-wcan-filters .yith-wcan-filter .filter-items.filter-color{font-size:0;margin:0 -5px}.yith-wcan-filters .yith-wcan-filter .filter-items.filter-label{font-size:0;margin:0 -5px}.yith-wcan-filters .yith-wcan-filter .filter-items.filter-dropdown{display:none}.yith-wcan-filters .yith-wcan-filter .filter-items .filter-item{line-height:2;margin:0}.yith-wcan-filters .yith-wcan-filter .filter-items .filter-item>a,.yith-wcan-filters .yith-wcan-filter .filter-items .filter-item>label>a{color:var(--yith-wcan-anchors_style_text,#434343);text-decoration:none}.yith-wcan-filters .yith-wcan-filter .filter-items .filter-item>a:hover,.yith-wcan-filters .yith-wcan-filter .filter-items .filter-item>label>a:hover{color:var(--yith-wcan-anchors_style_text_hover,#4e8ba2)}.yith-wcan-filters .yith-wcan-filter .filter-items .filter-item.disabled{opacity:.5}.yith-wcan-filters .yith-wcan-filter .filter-items .filter-item.disabled>a,.yith-wcan-filters .yith-wcan-filter .filter-items .filter-item.disabled>label>a{color:#B4B4B4;cursor:not-allowed}.yith-wcan-filters .yith-wcan-filter .filter-items .filter-item.active>a,.yith-wcan-filters .yith-wcan-filter .filter-items .filter-item.active>label>a{color:var(--yith-wcan-anchors_style_text_active,#4e8ba2)}.yith-wcan-filters .yith-wcan-filter .filter-items .filter-item.color{display:inline-block;margin-bottom:10px}.yith-wcan-filters .yith-wcan-filter .filter-items .filter-item.color>a{display:inline-block;position:relative}.yith-wcan-filters .yith-wcan-filter .filter-items .filter-item.color.no-color,.yith-wcan-filters .yith-wcan-filter .filter-items .filter-item.color.no-image{font-size:1rem;text-align:center}.yith-wcan-filters .yith-wcan-filter .filter-items .filter-item.color.label-below,.yith-wcan-filters .yith-wcan-filter .filter-items .filter-item.color.label-right{font-size:1rem}.yith-wcan-filters .yith-wcan-filter .filter-items .filter-item.color.label-right{display:block;margin:0 0 10px;width:100%}.yith-wcan-filters .yith-wcan-filter .filter-items .filter-item.color.label-right .term-color,.yith-wcan-filters .yith-wcan-filter .filter-items .filter-item.color.label-right .term-image{margin-bottom:0;margin-right:10px}.yith-wcan-filters .yith-wcan-filter .filter-items .filter-item.color.label-right .term-label{display:inline-block;font-size:1em}.yith-wcan-filters .yith-wcan-filter .filter-items .filter-item.color .term-color{border:2px solid #fff0;border-radius:var(--yith-wcan-color_swatches_border_radius,4px);display:inline-block;height:calc(var(--yith-wcan-color_swatches_size, 45px) + 4px);margin-bottom:5px;overflow:hidden;vertical-align:middle;width:calc(var(--yith-wcan-color_swatches_size, 45px) + 4px)}.yith-wcan-filters .yith-wcan-filter .filter-items .filter-item.color .term-color .color-swatch{display:block;height:100%;width:100%}.yith-wcan-filters .yith-wcan-filter .filter-items .filter-item.color .term-color.bi-color .color-swatch{border-style:solid;border-width:0 0 var(--yith-wcan-color_swatches_size,45px) var(--yith-wcan-color_swatches_size,45px);border-left-color:transparent!important;border-right-color:transparent!important}.yith-wcan-filters .yith-wcan-filter .filter-items .filter-item.color .term-color:hover{border-color:var(--yith-wcan-filters_colors_accent,#4e8ba2)}.yith-wcan-filters .yith-wcan-filter .filter-items .filter-item.color .term-image{border:2px solid #fff0;border-radius:var(--yith-wcan-color_swatches_border_radius,4px);display:inline-block;font-size:0;height:calc(var(--yith-wcan-color_swatches_size, 45px) + 4px);margin-bottom:5px;overflow:hidden;vertical-align:middle;width:calc(var(--yith-wcan-color_swatches_size, 45px) + 4px)}.yith-wcan-filters .yith-wcan-filter .filter-items .filter-item.color .term-image:hover{border-color:var(--yith-wcan-filters_colors_accent,#4e8ba2)}.yith-wcan-filters .yith-wcan-filter .filter-items .filter-item.color .term-image img{height:auto;width:100%}.yith-wcan-filters .yith-wcan-filter .filter-items .filter-item.color.disabled .term-color,.yith-wcan-filters .yith-wcan-filter .filter-items .filter-item.color.disabled .term-image img{opacity:.4}.yith-wcan-filters .yith-wcan-filter .filter-items .filter-item.color .term-label{display:block;font-size:.9em;line-height:1.4;text-align:center}.yith-wcan-filters .yith-wcan-filter .filter-items .filter-item.color.label-hide .term-label{display:none}.yith-wcan-filters .yith-wcan-filter .filter-items .filter-item.active.color .term-color,.yith-wcan-filters .yith-wcan-filter .filter-items .filter-item.active.color .term-image{border-color:var(--yith-wcan-filters_colors_accent,#4e8ba2)}.yith-wcan-filters .yith-wcan-filter .filter-items .filter-item.active.color:not(.no-color):not(.no-image):not(.label-right)>a:after{background-color:var(--yith-wcan-filters_colors_accent,#4e8ba2);background-image:url(https://nextgolf.ee/wp-content/plugins/yith-woocommerce-ajax-product-filter-premium/assets/css/../images/close.svg);background-position:center;background-repeat:no-repeat;background-size:60%;border-radius:100%;color:#fff;content:"";font-size:16px;height:15px;line-height:15px;position:absolute;right:-5px;text-align:center;text-decoration:none;top:-5px;width:15px}.yith-wcan-filters .yith-wcan-filter .filter-items .filter-item.label{background-color:var(--yith-wcan-labels_style_background,#fff);box-shadow:0 0 0 1px #D7D7D7;border-radius:4px;display:inline-block;margin:0 5px 10px;padding:7px;text-align:center}.yith-wcan-filters .yith-wcan-filter .filter-items .filter-item.label>a{color:var(--yith-wcan-labels_style_text,#434343);display:block;height:100%}.yith-wcan-filters .yith-wcan-filter .filter-items .filter-item.label.active.with-image:not(.label-right)>a{position:relative}.yith-wcan-filters .yith-wcan-filter .filter-items .filter-item.label.active.with-image:not(.label-right)>a:after{background-color:var(--yith-wcan-filters_colors_accent,#4e8ba2);background-image:url(https://nextgolf.ee/wp-content/plugins/yith-woocommerce-ajax-product-filter-premium/assets/css/../images/close.svg);background-position:center;background-repeat:no-repeat;background-size:60%;border-radius:100%;color:#fff;content:"";font-size:16px;height:15px;line-height:15px;position:absolute;right:-5px;text-align:center;text-decoration:none;top:-5px;width:15px;right:-13px;top:-15px}.yith-wcan-filters .yith-wcan-filter .filter-items .filter-item.label.active.with-image,.yith-wcan-filters .yith-wcan-filter .filter-items .filter-item.label:not(.disabled):hover{box-shadow:0 0 0 2px var(--yith-wcan-filters_colors_accent,#4e8ba2);color:var(--yith-wcan-filters_colors_accent,#4e8ba2)}.yith-wcan-filters .yith-wcan-filter .filter-items .filter-item.label.active:not(.with-image){background-color:var(--yith-wcan-labels_style_background_active,#4e8ba2);box-shadow:0 0 0 2px var(--yith-wcan-labels_style_background_active,#4e8ba2);color:var(--yith-wcan-labels_style_text_active,#fff)}.yith-wcan-filters .yith-wcan-filter .filter-items .filter-item.label.active:not(.with-image) .term-label,.yith-wcan-filters .yith-wcan-filter .filter-items .filter-item.label.active:not(.with-image) .item-count{color:var(--yith-wcan-labels_style_text_active,#fff)}.yith-wcan-filters .yith-wcan-filter .filter-items .filter-item.label:not(.with-image):not(.disabled):hover{background-color:var(--yith-wcan-labels_style_background_hover,#4e8ba2);box-shadow:0 0 0 2px var(--yith-wcan-labels_style_background_hover,#4e8ba2);color:var(--yith-wcan-labels_style_text_hover,#fff)}.yith-wcan-filters .yith-wcan-filter .filter-items .filter-item.label:not(.with-image):not(.disabled):hover .term-label,.yith-wcan-filters .yith-wcan-filter .filter-items .filter-item.label:not(.with-image):not(.disabled):hover .item-count{color:var(--yith-wcan-labels_style_text_hover,#fff)}.yith-wcan-filters .yith-wcan-filter .filter-items .filter-item.label.label-right.with-image{background:none;box-shadow:none;display:block;padding:0;text-align:left;width:100%}.yith-wcan-filters .yith-wcan-filter .filter-items .filter-item.label.label-right.with-image>a{display:inline-block;color:var(--yith-wcan-anchors_style_text,#434343)}.yith-wcan-filters .yith-wcan-filter .filter-items .filter-item.label.label-right.with-image>a:hover{color:var(--yith-wcan-anchors_style_text_hover,#4e8ba2)}.yith-wcan-filters .yith-wcan-filter .filter-items .filter-item.label.label-right.with-image.active>a{color:var(--yith-wcan-anchors_style_text_active,#4e8ba2)}.yith-wcan-filters .yith-wcan-filter .filter-items .filter-item.label.label-right.with-image .term-image{margin-right:10px;max-width:70px;vertical-align:middle}.yith-wcan-filters .yith-wcan-filter .filter-items .filter-item.label.label-right.with-image .term-label{display:inline-block;vertical-align:middle}.yith-wcan-filters .yith-wcan-filter .filter-items .filter-item.label .term-image{display:inline-block;font-size:0;max-width:100%}.yith-wcan-filters .yith-wcan-filter .filter-items .filter-item.label .term-image img{width:100%;height:auto}.yith-wcan-filters .yith-wcan-filter .filter-items .filter-item.label .term-label{display:block;font-size:.8rem}.yith-wcan-filters .yith-wcan-filter .filter-items .filter-item.label.label-hide.with-image .term-label{display:none}.yith-wcan-filters .yith-wcan-filter .filter-items .filter-item.hierarchy-collapsable{position:relative}.yith-wcan-filters .yith-wcan-filter .filter-items .filter-item.hierarchy-collapsable .toggle-handle{background-size:50% auto;background-position:center center;background-repeat:no-repeat;cursor:pointer;display:block;height:20px;position:absolute;right:10px;top:0;width:20px}.yith-wcan-filters .yith-wcan-filter .filter-items .filter-item.hierarchy-collapsable.closed>.toggle-handle{background-image:url(https://nextgolf.ee/wp-content/plugins/yith-woocommerce-ajax-product-filter-premium/assets/css/../images/arrow-down.svg)}.yith-wcan-filters .yith-wcan-filter .filter-items .filter-item.hierarchy-collapsable.opened>.toggle-handle{background-image:url(https://nextgolf.ee/wp-content/plugins/yith-woocommerce-ajax-product-filter-premium/assets/css/../images/arrow-up.svg)}.yith-wcan-filters .yith-wcan-filter .filter-items .filter-item.hierarchy-collapsable:after{top:5px}.yith-wcan-filters .yith-wcan-filter .filter-items .filter-item .item-count{color:#B4B4B4;font-size:1em}.yith-wcan-filters .yith-wcan-filter .filter-items .filter-item .star-rating{display:inline-block;line-height:1.4;margin-right:10px;vertical-align:middle}.yith-wcan-filters .yith-wcan-filter .filter-items .filter-item .checkboxbutton.checked:before{background-color:var(--yith-wcan-filters_colors_accent,#4e8ba2);border-color:var(--yith-wcan-filters_colors_accent,#4e8ba2)}.yith-wcan-filters .yith-wcan-filter .filter-items .filter-item .radiobutton.checked:before{background-color:var(--yith-wcan-filters_colors_accent,#4e8ba2)}.yith-wcan-filters .yith-wcan-filter .filter-items .filter-item.filter-has-1-column{display:inline-block;margin:0 5px 10px;vertical-align:top;width:calc(100% - 10px)}.yith-wcan-filters .yith-wcan-filter .filter-items .filter-item.filter-has-2-column{display:inline-block;margin:0 5px 10px;vertical-align:top;width:calc(50% - 10px)}.yith-wcan-filters .yith-wcan-filter .filter-items .filter-item.filter-has-3-column{display:inline-block;margin:0 5px 10px;vertical-align:top;width:calc(33.3333333333% - 10px)}.yith-wcan-filters .yith-wcan-filter .filter-items .filter-item.filter-has-4-column{display:inline-block;margin:0 5px 10px;vertical-align:top;width:calc(25% - 10px)}.yith-wcan-filters .yith-wcan-filter .filter-items .filter-item.filter-has-5-column{display:inline-block;margin:0 5px 10px;vertical-align:top;width:calc(20% - 10px)}.yith-wcan-filters .yith-wcan-filter .filter-items .filter-item.filter-has-6-column{display:inline-block;margin:0 5px 10px;vertical-align:top;width:calc(16.6666666667% - 10px)}.yith-wcan-filters .yith-wcan-filter .filter-items .filter-item.filter-has-7-column{display:inline-block;margin:0 5px 10px;vertical-align:top;width:calc(14.2857142857% - 10px)}.yith-wcan-filters .yith-wcan-filter .filter-items .filter-item.filter-has-8-column{display:inline-block;margin:0 5px 10px;vertical-align:top;width:calc(12.5% - 10px)}.yith-wcan-filters .yith-wcan-filter.label-design .filter-items{font-size:0}.yith-wcan-filters .yith-wcan-filter .yith-wcan-tooltip{background-color:var(--yith-wcan-filters_colors_accent,#4e8ba2);border-radius:0;color:#fff;cursor:initial;font-size:.6875rem;line-height:normal;padding:7px 10px;pointer-events:none;text-align:center;display:none;top:calc(50% - 15px);z-index:1006}.yith-wcan-filters .yith-wcan-filter .yith-wcan-tooltip:before{background:transparent!important;border-top:5px solid #fff0;border-bottom:5px solid #fff0;border-right:5px solid var(--yith-wcan-filters_colors_accent,#4e8ba2);content:"";bottom:-5px;display:block;height:0;left:-5px;position:absolute;top:calc(50% - 5px);width:0}.yith-wcan-filters .yith-wcan-filter .yith-wcan-tooltip>img{min-width:40px;height:auto}.yith-wcan-filters .yith-wcan-filter .filter-color .yith-wcan-tooltip,.yith-wcan-filters .yith-wcan-filter .filter-label .yith-wcan-tooltip{bottom:calc(100% + 15px);top:auto;white-space:nowrap}.yith-wcan-filters .yith-wcan-filter .with-tooltip{position:relative}.yith-wcan-filters .yith-wcan-filter .with-tooltip .yith-wcan-tooltip{position:absolute}.yith-wcan-filters .yith-wcan-filter .filter-color .with-tooltip .yith-wcan-tooltip:before,.yith-wcan-filters .yith-wcan-filter .filter-label .with-tooltip .yith-wcan-tooltip:before{border-left:5px solid #fff0;border-right:5px solid #fff0;border-top:5px solid var(--yith-wcan-filters_colors_accent,#4e8ba2);left:calc(50% - 5px);top:100%}.yith-wcan-filters .yith-wcan-filter .price-slider.both{padding:20px 10px}.yith-wcan-filters .yith-wcan-filter .price-slider.both:after{content:"";display:block;clear:both}.yith-wcan-filters .yith-wcan-filter .price-slider.both .price-slider-min,.yith-wcan-filters .yith-wcan-filter .price-slider.both .price-slider-max{min-width:0;width:50px}.yith-wcan-filters .yith-wcan-filter .price-slider.both .irs{margin-bottom:20px}.yith-wcan-filters .yith-wcan-filter .price-slider.both .price-slider-min{float:left}.yith-wcan-filters .yith-wcan-filter .price-slider.both .price-slider-max{float:right}.yith-wcan-filters .yith-wcan-filter .price-slider.fields{padding:20px 0}.yith-wcan-filters .yith-wcan-filter .price-slider.fields .price-slider-min,.yith-wcan-filters .yith-wcan-filter .price-slider.fields .price-slider-max{min-width:0;width:70px;margin:0 5px}.yith-wcan-filters .yith-wcan-filter .price-slider .irs-bar,.yith-wcan-filters .yith-wcan-filter .price-slider .irs-line{height:5px;border-radius:4px}.yith-wcan-filters .yith-wcan-filter .price-slider .irs-bar{background-color:var(--yith-wcan-filters_colors_accent,#4e8ba2)}.yith-wcan-filters .yith-wcan-filter .price-slider .irs-handle{border:4px solid var(--yith-wcan-filters_colors_accent,#4e8ba2);background-color:var(--yith-wcan-filters_colors_accent,#4e8ba2);cursor:grab;height:18px;top:29px;width:18px}.yith-wcan-filters .yith-wcan-filter .price-slider .irs-min,.yith-wcan-filters .yith-wcan-filter .price-slider .irs-max{background:none;top:-5px}.yith-wcan-filters .yith-wcan-filter .price-slider .irs-from,.yith-wcan-filters .yith-wcan-filter .price-slider .irs-to,.yith-wcan-filters .yith-wcan-filter .price-slider .irs-single{background-color:var(--yith-wcan-filters_colors_accent,#4e8ba2);border-radius:0;color:#fff;cursor:initial;font-size:.6875rem;line-height:normal;padding:7px 10px;pointer-events:none;text-align:center;top:-8px}.yith-wcan-filters .yith-wcan-filter .price-slider .irs-from:before,.yith-wcan-filters .yith-wcan-filter .price-slider .irs-to:before,.yith-wcan-filters .yith-wcan-filter .price-slider .irs-single:before{background:transparent!important;border-top:5px solid #fff0;border-bottom:5px solid #fff0;border-right:5px solid var(--yith-wcan-filters_colors_accent,#4e8ba2);content:"";bottom:-5px;display:block;height:0;left:-5px;position:absolute;top:calc(50% - 5px);width:0}.yith-wcan-filters .yith-wcan-filter .price-slider .irs-from>img,.yith-wcan-filters .yith-wcan-filter .price-slider .irs-to>img,.yith-wcan-filters .yith-wcan-filter .price-slider .irs-single>img{min-width:40px;height:auto}.yith-wcan-filters .yith-wcan-filter .price-slider .irs-from:before,.yith-wcan-filters .yith-wcan-filter .price-slider .irs-to:before,.yith-wcan-filters .yith-wcan-filter .price-slider .irs-single:before{border-left:5px solid #fff0;border-right:5px solid #fff0;border-top:5px solid var(--yith-wcan-filters_colors_accent,#4e8ba2);left:calc(50% - 2px);top:100%}.yith-wcan-filters .yith-wcan-filter .yith-wcan-dropdown{border:1px solid #D7D7D7;border-radius:4px;padding:8px 15px;cursor:pointer;position:relative}@keyframes loading__animation{to{transform:translateX(100%)}}.yith-wcan-filters .yith-wcan-filter .yith-wcan-dropdown:after{background-size:100% auto;content:"";display:block;height:10px;position:absolute;right:15px;top:calc(50% - 5px);width:10px}.yith-wcan-filters .yith-wcan-filter .yith-wcan-dropdown.closed:after,.yith-wcan-filters .yith-wcan-filter .yith-wcan-dropdown:not(.opened):after,.yith-wcan-filters .yith-wcan-filter .yith-wcan-dropdown:not(.open):after{background-image:url(https://nextgolf.ee/wp-content/plugins/yith-woocommerce-ajax-product-filter-premium/assets/css/../images/arrow-down.svg)}.yith-wcan-filters .yith-wcan-filter .yith-wcan-dropdown.open:after,.yith-wcan-filters .yith-wcan-filter .yith-wcan-dropdown.opened:after{background-image:url(https://nextgolf.ee/wp-content/plugins/yith-woocommerce-ajax-product-filter-premium/assets/css/../images/arrow-up.svg)}.yith-wcan-filters .yith-wcan-filter .yith-wcan-dropdown .dropdown-wrapper{background-color:#fff;border:1px solid rgba(var(--yith-wcan-filters_colors_accent_r,73),var(--yith-wcan-filters_colors_accent_g,139),var(--yith-wcan-filters_colors_accent_b,162),.3);border-radius:4px;box-shadow:0 0 7px 0 rgba(var(--yith-wcan-filters_colors_accent_r,73),var(--yith-wcan-filters_colors_accent_g,139),var(--yith-wcan-filters_colors_accent_b,162),.3);display:none;left:0;padding:15px;position:absolute;right:0;top:calc(100% + 10px);z-index:1011}.yith-wcan-filters .yith-wcan-filter .yith-wcan-dropdown .dropdown-wrapper .search-field-container{margin-bottom:15px;position:relative}.yith-wcan-filters .yith-wcan-filter .yith-wcan-dropdown .dropdown-wrapper .search-field-container .search-field{padding-right:40px;width:100%}.yith-wcan-filters .yith-wcan-filter .yith-wcan-dropdown .dropdown-wrapper .search-field-container .search-field:active,.yith-wcan-filters .yith-wcan-filter .yith-wcan-dropdown .dropdown-wrapper .search-field-container .search-field:focus{border-color:var(--yith-wcan-filters_colors_accent,#4e8ba2);box-shadow:0 0 2px var(--yith-wcan-filters_colors_accent,#4e8ba2);outline-color:var(--yith-wcan-filters_colors_accent,#4e8ba2)}.yith-wcan-filters .yith-wcan-filter .yith-wcan-dropdown .dropdown-wrapper .search-field-container:after{background-image:url(https://nextgolf.ee/wp-content/plugins/yith-woocommerce-ajax-product-filter-premium/assets/css/../images/search.svg);background-size:100% auto;content:"";display:block;height:25px;position:absolute;right:10px;top:10px;width:25px}.yith-wcan-filters .yith-wcan-filter .yith-wcan-dropdown .dropdown-wrapper .matching-items{margin-bottom:0;max-height:200px;overflow-y:scroll}.yith-wcan-filters .yith-wcan-filter .yith-wcan-dropdown .dropdown-wrapper .matching-items li{margin-bottom:5px}.yith-wcan-filters .yith-wcan-filter .yith-wcan-dropdown .dropdown-wrapper .matching-items li>a{display:inline-block;vertical-align:middle}.yith-wcan-filters .yith-wcan-filter .yith-wcan-dropdown .dropdown-wrapper .matching-items::-webkit-scrollbar{-webkit-appearance:none;width:6px}.yith-wcan-filters .yith-wcan-filter .yith-wcan-dropdown .dropdown-wrapper .matching-items::-webkit-scrollbar-thumb{background-color:var(--yith-wcan-filters_colors_accent,#4e8ba2);border-radius:4px}.yith-wcan-filters .yith-wcan-filter .yith-wcan-dropdown .dropdown-wrapper .show-more{color:var(--yith-wcan-anchors_style_text_hover,#4e8ba2);display:inline-block;font-size:.8em;margin-top:10px;text-decoration:none}.yith-wcan-filters .yith-wcan-filter .yith-wcan-dropdown .dropdown-wrapper .show-more:hover{color:var(--yith-wcan-anchors_style_text,#434343)}.yith-wcan-filters .yith-wcan-filter .yith-wcan-dropdown .dropdown-label{vertical-align:middle}.yith-wcan-filters .yith-wcan-filter .yith-wcan-dropdown .dropdown-label .star-rating{display:inline-block;line-height:1.4;margin-right:10px;vertical-align:middle}.yith-wcan-filters .yith-wcan-filter .yith-wcan-dropdown.open{border-color:rgba(var(--yith-wcan-filters_colors_accent_r,73),var(--yith-wcan-filters_colors_accent_g,139),var(--yith-wcan-filters_colors_accent_b,162),.3);box-shadow:0 0 7px 0 rgba(var(--yith-wcan-filters_colors_accent_r,73),var(--yith-wcan-filters_colors_accent_g,139),var(--yith-wcan-filters_colors_accent_b,162),.3)}.yith-wcan-filters .yith-wcan-filter .yith-wcan-dropdown.open .dropdown-wrapper{display:block}.yith-wcan-filters .yith-wcan-filter a.clear-selection{font-size:.9em;display:inline-block;margin-bottom:20px;cursor:pointer}.yith-wcan-filters .yith-wcan-filter.filter-placeholder .select-placeholder{height:calc(1.5em + 16px);background-color:#B4B4B4!important;border:0!important;border-radius:4px;box-shadow:none;color:#B4B4B4!important;display:block;max-width:100%!important;opacity:.15;outline:0!important;overflow:hidden!important;pointer-events:none;position:relative!important;width:auto;z-index:1;cursor:pointer;position:relative}.yith-wcan-filters .yith-wcan-filter.filter-placeholder .select-placeholder:before{animation:loading__animation 1.5s ease-in-out infinite;background-image:linear-gradient(90deg,#B4B4B4,#f0f0f0,#B4B4B4);background-repeat:no-repeat;content:" ";display:block;height:100%;left:0;position:absolute;right:0;top:0;transform:translateX(-100%)}@keyframes loading__animation{to{transform:translateX(100%)}}.yith-wcan-filters .yith-wcan-filter.filter-placeholder .select-placeholder:after{background-size:100% auto;content:"";display:block;height:10px;position:absolute;right:15px;top:calc(50% - 5px);width:10px}.yith-wcan-filters .yith-wcan-filter.filter-placeholder .select-placeholder.closed:after,.yith-wcan-filters .yith-wcan-filter.filter-placeholder .select-placeholder:not(.opened):after,.yith-wcan-filters .yith-wcan-filter.filter-placeholder .select-placeholder:not(.open):after{background-image:url(https://nextgolf.ee/wp-content/plugins/yith-woocommerce-ajax-product-filter-premium/assets/css/../images/arrow-down.svg)}.yith-wcan-filters .yith-wcan-filter.filter-placeholder .select-placeholder.open:after,.yith-wcan-filters .yith-wcan-filter.filter-placeholder .select-placeholder.opened:after{background-image:url(https://nextgolf.ee/wp-content/plugins/yith-woocommerce-ajax-product-filter-premium/assets/css/../images/arrow-up.svg)}.yith-wcan-filters .yith-wcan-filter.filter-placeholder .slider-placeholder{position:relative}.yith-wcan-filters .yith-wcan-filter.filter-placeholder .slider-placeholder .item-placeholder{height:5px;margin:45px 0;background-color:#B4B4B4!important;border:0!important;border-radius:4px;box-shadow:none;color:#B4B4B4!important;display:block;max-width:100%!important;opacity:.15;outline:0!important;overflow:hidden!important;pointer-events:none;position:relative!important;width:auto;z-index:1}.yith-wcan-filters .yith-wcan-filter.filter-placeholder .slider-placeholder .item-placeholder:before{animation:loading__animation 1.5s ease-in-out infinite;background-image:linear-gradient(90deg,#B4B4B4,#f0f0f0,#B4B4B4);background-repeat:no-repeat;content:" ";display:block;height:100%;left:0;position:absolute;right:0;top:0;transform:translateX(-100%)}.yith-wcan-filters .yith-wcan-filter.filter-placeholder .slider-placeholder .irs-handle{border-radius:100%;border:4px solid #ebebeb;background-color:#ebebeb;top:calc(50% - 9px);z-index:2}.yith-wcan-filters .yith-wcan-filter.filter-placeholder .slider-placeholder .irs-handle.from{left:0}.yith-wcan-filters .yith-wcan-filter.filter-placeholder .slider-placeholder .irs-handle.to{right:0}.yith-wcan-filters .yith-wcan-filter.filter-placeholder .filter-items{margin-bottom:0}.yith-wcan-filters .yith-wcan-filter.filter-placeholder .filter-items .filter-item{display:flex;align-items:center;margin-bottom:10px}.yith-wcan-filters .yith-wcan-filter.filter-placeholder .filter-items input{cursor:not-allowed;pointer-events:none;vertical-align:middle}.yith-wcan-filters .yith-wcan-filter.filter-placeholder .filter-items .item-placeholder{height:1em;vertical-align:middle;cursor:none;background-color:#B4B4B4!important;border:0!important;border-radius:4px;box-shadow:none;color:#B4B4B4!important;display:block;max-width:100%!important;opacity:.15;outline:0!important;overflow:hidden!important;pointer-events:none;position:relative!important;width:auto;z-index:1}.yith-wcan-filters .yith-wcan-filter.filter-placeholder .filter-items .item-placeholder:before{animation:loading__animation 1.5s ease-in-out infinite;background-image:linear-gradient(90deg,#B4B4B4,#f0f0f0,#B4B4B4);background-repeat:no-repeat;content:" ";display:block;height:100%;left:0;position:absolute;right:0;top:0;transform:translateX(-100%)}.yith-wcan-filters .yith-wcan-filter.filter-placeholder.checkbox-design .item-placeholder,.yith-wcan-filters .yith-wcan-filter.filter-placeholder.radio-design .item-placeholder,.yith-wcan-filters .yith-wcan-filter.filter-placeholder.filter-price-range .item-placeholder,.yith-wcan-filters .yith-wcan-filter.filter-placeholder.filter-orderby .item-placeholder,.yith-wcan-filters .yith-wcan-filter.filter-placeholder.filter-review .item-placeholder,.yith-wcan-filters .yith-wcan-filter.filter-placeholder.filter-stock-sale .item-placeholder{flex:auto;display:inline-block}.yith-wcan-filters .yith-wcan-filter.filter-placeholder.label-design .filter-items{font-size:inherit;display:flex;flex-wrap:wrap;column-gap:5px}.yith-wcan-filters .yith-wcan-filter.filter-placeholder.label-design .filter-items .filter-item{display:block}.yith-wcan-filters .yith-wcan-filter.filter-placeholder.label-design .filter-items .filter-item:nth-child(1){width:calc(40% - 5px)}.yith-wcan-filters .yith-wcan-filter.filter-placeholder.label-design .filter-items .filter-item:nth-child(2){width:calc(25% - 5px)}.yith-wcan-filters .yith-wcan-filter.filter-placeholder.label-design .filter-items .filter-item:nth-child(3){width:calc(35% - 5px)}.yith-wcan-filters .yith-wcan-filter.filter-placeholder.label-design .filter-items .filter-item:nth-child(4){width:calc(30% - 5px)}.yith-wcan-filters .yith-wcan-filter.filter-placeholder.label-design .filter-items .filter-item .item-placeholder{height:2em}.yith-wcan-filters .yith-wcan-filter.filter-placeholder.color-design .filter-items .filter-item{border-radius:var(--yith-wcan-color_swatches_border_radius,4px);display:inline-block;height:calc(var(--yith-wcan-color_swatches_size, 45px) + 4px);margin-right:15px;vertical-align:middle;width:calc(var(--yith-wcan-color_swatches_size, 45px) + 4px)}.yith-wcan-filters .yith-wcan-filter.filter-placeholder.color-design .filter-items .filter-item .item-placeholder{height:100%}.yith-wcan-filters .yith-wcan-filter.filter-placeholder.text-design .filter-items .filter-item{display:block;margin-bottom:25px}.yith-wcan-filters.custom-style span.checkboxbutton{position:relative}.yith-wcan-filters.custom-style span.checkboxbutton input[type=checkbox]{bottom:0;cursor:pointer;height:20px;left:0;opacity:0;position:absolute;right:0;width:20px}.yith-wcan-filters.custom-style span.checkboxbutton:before{content:"";display:inline-block;width:20px;height:20px;background:#fff;border:1px solid #D7D7D7;border-radius:4px;margin-right:10px;text-align:center;line-height:23px;font-size:17px;vertical-align:middle;cursor:pointer;margin-bottom:5px;transition:background-color ease 0.3s}.yith-wcan-filters.custom-style span.checkboxbutton.checked:before{background-image:url(https://nextgolf.ee/wp-content/plugins/yith-woocommerce-ajax-product-filter-premium/assets/css/../images/check.svg)!important;background-size:65%;background-position:center center;background-repeat:no-repeat!important;background-color:var(--yith-wcan-filters_colors_accent,#4e8ba2);border-color:var(--yith-wcan-filters_colors_accent,#4e8ba2);color:#fff;content:""}.yith-wcan-filters.custom-style span.radiobutton{position:relative}.yith-wcan-filters.custom-style span.radiobutton input[type=radio]{bottom:0;cursor:pointer;height:23px;left:0;opacity:0;position:absolute;right:0;width:23px}.yith-wcan-filters.custom-style span.radiobutton:before{content:"";background:#fff;background-clip:content-box;border:1px solid #D7D7D7;border-radius:100%;cursor:pointer;display:inline-block;font-size:20px;height:20px;line-height:20px;padding:2px;margin-bottom:5px;margin-right:10px;text-align:center;vertical-align:middle;width:20px}.yith-wcan-filters.custom-style span.radiobutton.checked:before{background-color:var(--yith-wcan-filters_colors_accent,#4e8ba2);background-clip:content-box!important}.yith-wcan-filters.custom-style .star-rating{color:#e3a405}.yith-wcan-filters.custom-style .yith-wcan-filter.filter-placeholder span.checkboxbutton:before,.yith-wcan-filters.custom-style .yith-wcan-filter.filter-placeholder span.radiobutton:before{border:1px solid #B4B4B4;background-color:#B4B4B4;opacity:.15}.yith-wcan-filters .apply-filters{margin-top:15px}.yith-wcan-filters.filters-modal{bottom:0;box-shadow:0 0 50px 0 rgb(0 0 0 / .4);left:0;margin:0;position:fixed;right:0;top:0;transform:translate(-100%,0);transition:0.3s transform cubic-bezier(.645,.045,.355,1);z-index:1002}.yith-wcan-filters.filters-modal h3{background:#eee;font-size:1.2em;height:60px;left:0;line-height:60px;margin:0;position:absolute;right:0;text-align:center;top:0;z-index:1007}.yith-wcan-filters.filters-modal h3.mobile-only{display:block}.yith-wcan-filters.filters-modal .filters-container{height:calc(100% - 65px);margin-top:65px;overflow-y:scroll;padding:20px}.yith-wcan-filters.filters-modal .filters-container::-webkit-scrollbar{-webkit-appearance:none;width:6px}.yith-wcan-filters.filters-modal .filters-container::-webkit-scrollbar-thumb{background-color:var(--yith-wcan-filters_colors_accent,#4e8ba2);border-radius:4px}.yith-wcan-filters.filters-modal .filters-container>.clear-selection{cursor:pointer;display:inline-block;margin-bottom:20px}.yith-wcan-filters.filters-modal.with-filter-button .filters-container{height:calc(100% - 130px)}.yith-wcan-filters.filters-modal .yith-wcan-filter{border:1px solid #D7D7D7;border-radius:4px;margin-bottom:15px;padding:15px}.yith-wcan-filters.filters-modal .yith-wcan-filter .filter-title{margin:0}.yith-wcan-filters.filters-modal .yith-wcan-filter .filter-title.collapsable:after{right:5px}.yith-wcan-filters.filters-modal .yith-wcan-filter .filter-content{margin-top:15px}.yith-wcan-filters.filters-modal.open{display:block;opacity:1;transform:translate(0,0)}.yith-wcan-filters.filters-modal .close-button{color:var(--yith-wcan-anchors_style_text,#434343);cursor:pointer;font-size:1.5em;height:35px;line-height:1;position:absolute;text-align:center;text-decoration:none;right:20px;top:15px;vertical-align:middle;width:35px;z-index:1008}.yith-wcan-filters.filters-modal .close-button:hover{color:var(--yith-wcan-filters_colors_accent,#4e8ba2)}.yith-wcan-filters.filters-modal .main-modal-button{background-color:var(--yith-wcan-filters_colors_accent,#4e8ba2);border-color:var(--yith-wcan-filters_colors_accent,#4e8ba2);border-radius:0;bottom:0;display:none;height:60px;line-height:60px;left:0;margin:0;padding:0;position:fixed;right:0;width:100%}.yith-wcan-filters.horizontal:not(.filters-modal){text-align:left}.yith-wcan-filters.horizontal:not(.filters-modal) .yith-wcan-filter{display:inline-block;margin-bottom:8px;min-width:200px;position:relative;vertical-align:top}.yith-wcan-filters.horizontal:not(.filters-modal) .yith-wcan-filter .filter-title.collapsable{border:1px solid #D7D7D7;border-radius:4px;font-weight:400;margin-top:0;margin-bottom:10px;margin-right:15px;padding:10px 40px 10px 20px}.yith-wcan-filters.horizontal:not(.filters-modal) .yith-wcan-filter .filter-title.collapsable:after{right:15px}.yith-wcan-filters.horizontal:not(.filters-modal) .yith-wcan-filter .filter-title.collapsable span.filter-count{border:2px solid var(--yith-wcan-filters_colors_accent,#4e8ba2);padding:0 5px;font-size:.8em;margin:0 10px}.yith-wcan-filters.horizontal:not(.filters-modal) .yith-wcan-filter .filter-title.collapsable.opened,.yith-wcan-filters.horizontal:not(.filters-modal) .yith-wcan-filter .filter-title.collapsable.opened+.filter-content{border:1px solid rgba(var(--yith-wcan-filters_colors_accent_r,73),var(--yith-wcan-filters_colors_accent_g,139),var(--yith-wcan-filters_colors_accent_b,162),.3);box-shadow:0 0 7px 0 rgba(var(--yith-wcan-filters_colors_accent_r,73),var(--yith-wcan-filters_colors_accent_g,139),var(--yith-wcan-filters_colors_accent_b,162),.3)}.yith-wcan-filters.horizontal:not(.filters-modal) .yith-wcan-filter .filter-title.collapsable+.filter-content{background-color:#fff;border:1px solid #D7D7D7;border-radius:4px;min-width:300px;position:absolute;padding:20px;width:100%;z-index:1001}.yith-wcan-filters.horizontal:not(.filters-modal) .yith-wcan-filter .filter-title.collapsable+.filter-content .filter-content-footer{background-color:#f0f0f0;margin:20px -20px -20px;padding:15px 20px;text-align:right}.yith-wcan-filters.horizontal:not(.filters-modal) .yith-wcan-filter .filter-title.collapsable+.filter-content .filter-content-footer .apply-filters{margin:0}.yith-wcan-filters.horizontal:not(.filters-modal) .yith-wcan-filter .filter-title.collapsable+.filter-content .filter-content-footer .clear-selection{background:#CBCBCB;border-color:#CBCBCB;color:#434343;margin-bottom:0;margin-right:15px}.yith-wcan-filters.horizontal:not(.filters-modal) .yith-wcan-filter .filter-content>.filter-items{max-height:200px;overflow-y:scroll;overflow-x:hidden;padding:5px 2px 0 0}.yith-wcan-filters.horizontal:not(.filters-modal) .yith-wcan-filter .filter-content>.filter-items::-webkit-scrollbar{-webkit-appearance:none;width:6px}.yith-wcan-filters.horizontal:not(.filters-modal) .yith-wcan-filter .filter-content>.filter-items::-webkit-scrollbar-thumb{background-color:var(--yith-wcan-filters_colors_accent,#4e8ba2);border-radius:4px}.yith-wcan-filters.horizontal:not(.filters-modal) .yith-wcan-filter.label-design .filter-items{padding-top:8px}.yith-wcan-filters.horizontal:not(.filters-modal) .yith-wcan-filter .dropdown-wrapper .search-field-container{margin-bottom:20px}.yith-wcan-filters.horizontal:not(.filters-modal) .yith-wcan-filter .dropdown-wrapper .search-field-container input{width:100%}.yith-wcan-filters.horizontal:not(.filters-modal) .yith-wcan-filter .dropdown-wrapper .matching-items a{cursor:pointer}.yith-wcan-filters.horizontal:not(.filters-modal) .yith-wcan-filter.filter-placeholder .filter-title{visibility:hidden;height:0;margin:0}.yith-wcan-filters.horizontal:not(.filters-modal) .yith-wcan-filter.filter-placeholder .filter-content{height:calc(1.5em + 16px);margin-bottom:10px;background-color:#B4B4B4!important;border:0!important;border-radius:4px;box-shadow:none;color:#B4B4B4!important;display:block;max-width:100%!important;opacity:.15;outline:0!important;overflow:hidden!important;pointer-events:none;position:relative!important;width:auto;z-index:1;cursor:pointer;position:relative}.yith-wcan-filters.horizontal:not(.filters-modal) .yith-wcan-filter.filter-placeholder .filter-content:before{animation:loading__animation 1.5s ease-in-out infinite;background-image:linear-gradient(90deg,#B4B4B4,#f0f0f0,#B4B4B4);background-repeat:no-repeat;content:" ";display:block;height:100%;left:0;position:absolute;right:0;top:0;transform:translateX(-100%)}@keyframes loading__animation{to{transform:translateX(100%)}}.yith-wcan-filters.horizontal:not(.filters-modal) .yith-wcan-filter.filter-placeholder .filter-content:after{background-size:100% auto;content:"";display:block;height:10px;position:absolute;right:15px;top:calc(50% - 5px);width:10px}.yith-wcan-filters.horizontal:not(.filters-modal) .yith-wcan-filter.filter-placeholder .filter-content.closed:after,.yith-wcan-filters.horizontal:not(.filters-modal) .yith-wcan-filter.filter-placeholder .filter-content:not(.opened):after,.yith-wcan-filters.horizontal:not(.filters-modal) .yith-wcan-filter.filter-placeholder .filter-content:not(.open):after{background-image:url(https://nextgolf.ee/wp-content/plugins/yith-woocommerce-ajax-product-filter-premium/assets/css/../images/arrow-down.svg)}.yith-wcan-filters.horizontal:not(.filters-modal) .yith-wcan-filter.filter-placeholder .filter-content.open:after,.yith-wcan-filters.horizontal:not(.filters-modal) .yith-wcan-filter.filter-placeholder .filter-content.opened:after{background-image:url(https://nextgolf.ee/wp-content/plugins/yith-woocommerce-ajax-product-filter-premium/assets/css/../images/arrow-up.svg)}.yith-wcan-filters.horizontal:not(.filters-modal) .yith-wcan-filter.filter-placeholder .filter-content *{display:none}.yith-wcan-filters.horizontal:not(.filters-modal) form>.apply-filters{margin-top:0}body.admin-bar .yith-wcan-filters.filters-modal{top:32px}body.yith-wcan-preset-modal-open:after{background:rgb(0 0 0 / .5);bottom:0;content:"";display:block;left:0;pointer-events:none;position:fixed;right:0;top:0;z-index:1001}body.yith-wcan-preset-modal-open:after.admin-bar{top:32px}body.rtl .yith-wcan-filters .yith-wcan-filter .filter-items.level-0 ul{padding-left:0;padding-right:15px}body.rtl .yith-wcan-filters .yith-wcan-filter .filter-title.collapsable:after{left:5px;right:auto}@media (max-width:991px){body.filters-in-modal .yith-wcan-filters{display:none}}@media (max-width:782px){body.admin-bar .yith-wcan-filters.filters-modal{top:46px}}.yith-wcan-active-filters{font-size:.8em;margin-bottom:20px}.yith-wcan-active-filters .active-filter{display:inline-block;margin-bottom:5px;margin-right:15px}.yith-wcan-active-filters .active-filter b{display:inline-block;margin-right:15px}.yith-wcan-active-filters .active-filter .active-filter-label{border:1px solid var(--yith-wcan-filters_colors_accent,#4e8ba2);border-radius:5px;color:var(--yith-wcan-anchors_style_text,#434343);cursor:pointer;display:inline-block;font-size:13px;font-weight:400;line-height:1.5;margin-right:5px;margin-bottom:0;padding:4px 15px 3px;position:relative;text-decoration:none;position:relative}.yith-wcan-active-filters .active-filter .active-filter-label:after{background-color:var(--yith-wcan-filters_colors_accent,#4e8ba2);background-image:url(https://nextgolf.ee/wp-content/plugins/yith-woocommerce-ajax-product-filter-premium/assets/css/../images/close.svg);background-position:center;background-repeat:no-repeat;background-size:60%;border-radius:100%;color:#fff;content:"";font-size:16px;height:15px;line-height:15px;position:absolute;right:-5px;text-align:center;text-decoration:none;top:-5px;width:15px}.yith-wcan-active-filters .active-filter .active-filter-label .star-rating{display:inline-block;line-height:1.4;margin-right:10px;vertical-align:middle;margin-right:0}.yith-wcan-active-filters.no-titles .active-filter{margin-right:0}.yith-wcan-active-filters.custom-style .star-rating{color:#e3a405}.yith-wcan-active-filters .reset-filters{border:1px solid var(--yith-wcan-filters_colors_accent,#4e8ba2);border-radius:5px;color:var(--yith-wcan-anchors_style_text,#434343);cursor:pointer;display:inline-block;font-size:13px;font-weight:400;line-height:1.5;margin-right:5px;margin-bottom:0;padding:4px 15px 3px;position:relative;text-decoration:none;background-color:var(--yith-wcan-filters_colors_accent,#4e8ba2);color:#fff}.yith-wcan-active-filters .reset-filters:hover{background-color:rgb(calc(var(--yith-wcan-filters_colors_accent_r, 73) * 0.8),calc(var(--yith-wcan-filters_colors_accent_g, 139) * 0.8),calc(var(--yith-wcan-filters_colors_accent_b, 162) * 0.8));border-color:rgb(calc(var(--yith-wcan-filters_colors_accent_r, 73) * 0.8),calc(var(--yith-wcan-filters_colors_accent_g, 139) * 0.8),calc(var(--yith-wcan-filters_colors_accent_b, 162) * 0.8))}.yith-wcan-filters-opener{border:1px solid #D7D7D7;border-radius:4px;background:#fff;color:var(--yith-wcan-anchors_style_text,#434343);display:none;outline-color:var(--yith-wcan-filters_colors_accent,#4e8ba2)}.yith-wcan-filters-opener i.filter-icon{background-image:url(https://nextgolf.ee/wp-content/plugins/yith-woocommerce-ajax-product-filter-premium/assets/css/../images/filters.svg);background-position:center center;background-size:100% auto;background-repeat:no-repeat;display:inline-block;height:15px;margin-right:2px;vertical-align:middle;width:15px}.yith-wcan-filters-opener:hover{background:var(--yith-wcan-filters_colors_accent,#4e8ba2);border-color:var(--yith-wcan-filters_colors_accent,#4e8ba2);color:#fff}.yith-wcan-filters-opener:hover i.filter-icon{filter:brightness(0) invert(1)}:root{--yith-wcan-filters_colors_titles:#333333;--yith-wcan-filters_colors_background:#FFFFFF;--yith-wcan-filters_colors_accent:rgb(203,165,67);--yith-wcan-filters_colors_accent_r:203;--yith-wcan-filters_colors_accent_g:165;--yith-wcan-filters_colors_accent_b:67;--yith-wcan-color_swatches_border_radius:100%;--yith-wcan-color_swatches_size:30px;--yith-wcan-labels_style_background:#FFFFFF;--yith-wcan-labels_style_background_hover:rgb(203,165,67);--yith-wcan-labels_style_background_active:rgb(203,165,67);--yith-wcan-labels_style_text:#434343;--yith-wcan-labels_style_text_hover:#FFFFFF;--yith-wcan-labels_style_text_active:#FFFFFF;--yith-wcan-anchors_style_text:#434343;--yith-wcan-anchors_style_text_hover:rgb(67,67,67);--yith-wcan-anchors_style_text_active:rgb(67,67,67)}@font-face{font-family:'Rubik';font-style:normal;font-weight:300;font-display:swap;src:url(https://fonts.gstatic.com/s/rubik/v31/iJWKBXyIfDnIV7nErXyw023e1Ik.woff2) format('woff2');unicode-range:U+0600-06FF,U+0750-077F,U+0870-088E,U+0890-0891,U+0897-08E1,U+08E3-08FF,U+200C-200E,U+2010-2011,U+204F,U+2E41,U+FB50-FDFF,U+FE70-FE74,U+FE76-FEFC,U+102E0-102FB,U+10E60-10E7E,U+10EC2-10EC4,U+10EFC-10EFF,U+1EE00-1EE03,U+1EE05-1EE1F,U+1EE21-1EE22,U+1EE24,U+1EE27,U+1EE29-1EE32,U+1EE34-1EE37,U+1EE39,U+1EE3B,U+1EE42,U+1EE47,U+1EE49,U+1EE4B,U+1EE4D-1EE4F,U+1EE51-1EE52,U+1EE54,U+1EE57,U+1EE59,U+1EE5B,U+1EE5D,U+1EE5F,U+1EE61-1EE62,U+1EE64,U+1EE67-1EE6A,U+1EE6C-1EE72,U+1EE74-1EE77,U+1EE79-1EE7C,U+1EE7E,U+1EE80-1EE89,U+1EE8B-1EE9B,U+1EEA1-1EEA3,U+1EEA5-1EEA9,U+1EEAB-1EEBB,U+1EEF0-1EEF1}@font-face{font-family:'Rubik';font-style:normal;font-weight:300;font-display:swap;src:url(https://fonts.gstatic.com/s/rubik/v31/iJWKBXyIfDnIV7nMrXyw023e1Ik.woff2) format('woff2');unicode-range:U+0460-052F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:'Rubik';font-style:normal;font-weight:300;font-display:swap;src:url(https://fonts.gstatic.com/s/rubik/v31/iJWKBXyIfDnIV7nFrXyw023e1Ik.woff2) format('woff2');unicode-range:U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116}@font-face{font-family:'Rubik';font-style:normal;font-weight:300;font-display:swap;src:url(https://fonts.gstatic.com/s/rubik/v31/iJWKBXyIfDnIV7nDrXyw023e1Ik.woff2) format('woff2');unicode-range:U+0307-0308,U+0590-05FF,U+200C-2010,U+20AA,U+25CC,U+FB1D-FB4F}@font-face{font-family:'Rubik';font-style:normal;font-weight:300;font-display:swap;src:url(https://fonts.gstatic.com/s/rubik/v31/iJWKBXyIfDnIV7nPrXyw023e1Ik.woff2) format('woff2');unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:'Rubik';font-style:normal;font-weight:300;font-display:swap;src:url(https://fonts.gstatic.com/s/rubik/v31/iJWKBXyIfDnIV7nBrXyw023e.woff2) format('woff2');unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:'Rubik';font-style:normal;font-weight:400;font-display:swap;src:url(https://fonts.gstatic.com/s/rubik/v31/iJWKBXyIfDnIV7nErXyw023e1Ik.woff2) format('woff2');unicode-range:U+0600-06FF,U+0750-077F,U+0870-088E,U+0890-0891,U+0897-08E1,U+08E3-08FF,U+200C-200E,U+2010-2011,U+204F,U+2E41,U+FB50-FDFF,U+FE70-FE74,U+FE76-FEFC,U+102E0-102FB,U+10E60-10E7E,U+10EC2-10EC4,U+10EFC-10EFF,U+1EE00-1EE03,U+1EE05-1EE1F,U+1EE21-1EE22,U+1EE24,U+1EE27,U+1EE29-1EE32,U+1EE34-1EE37,U+1EE39,U+1EE3B,U+1EE42,U+1EE47,U+1EE49,U+1EE4B,U+1EE4D-1EE4F,U+1EE51-1EE52,U+1EE54,U+1EE57,U+1EE59,U+1EE5B,U+1EE5D,U+1EE5F,U+1EE61-1EE62,U+1EE64,U+1EE67-1EE6A,U+1EE6C-1EE72,U+1EE74-1EE77,U+1EE79-1EE7C,U+1EE7E,U+1EE80-1EE89,U+1EE8B-1EE9B,U+1EEA1-1EEA3,U+1EEA5-1EEA9,U+1EEAB-1EEBB,U+1EEF0-1EEF1}@font-face{font-family:'Rubik';font-style:normal;font-weight:400;font-display:swap;src:url(https://fonts.gstatic.com/s/rubik/v31/iJWKBXyIfDnIV7nMrXyw023e1Ik.woff2) format('woff2');unicode-range:U+0460-052F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:'Rubik';font-style:normal;font-weight:400;font-display:swap;src:url(https://fonts.gstatic.com/s/rubik/v31/iJWKBXyIfDnIV7nFrXyw023e1Ik.woff2) format('woff2');unicode-range:U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116}@font-face{font-family:'Rubik';font-style:normal;font-weight:400;font-display:swap;src:url(https://fonts.gstatic.com/s/rubik/v31/iJWKBXyIfDnIV7nDrXyw023e1Ik.woff2) format('woff2');unicode-range:U+0307-0308,U+0590-05FF,U+200C-2010,U+20AA,U+25CC,U+FB1D-FB4F}@font-face{font-family:'Rubik';font-style:normal;font-weight:400;font-display:swap;src:url(https://fonts.gstatic.com/s/rubik/v31/iJWKBXyIfDnIV7nPrXyw023e1Ik.woff2) format('woff2');unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:'Rubik';font-style:normal;font-weight:400;font-display:swap;src:url(https://fonts.gstatic.com/s/rubik/v31/iJWKBXyIfDnIV7nBrXyw023e.woff2) format('woff2');unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:'Rubik';font-style:normal;font-weight:500;font-display:swap;src:url(https://fonts.gstatic.com/s/rubik/v31/iJWKBXyIfDnIV7nErXyw023e1Ik.woff2) format('woff2');unicode-range:U+0600-06FF,U+0750-077F,U+0870-088E,U+0890-0891,U+0897-08E1,U+08E3-08FF,U+200C-200E,U+2010-2011,U+204F,U+2E41,U+FB50-FDFF,U+FE70-FE74,U+FE76-FEFC,U+102E0-102FB,U+10E60-10E7E,U+10EC2-10EC4,U+10EFC-10EFF,U+1EE00-1EE03,U+1EE05-1EE1F,U+1EE21-1EE22,U+1EE24,U+1EE27,U+1EE29-1EE32,U+1EE34-1EE37,U+1EE39,U+1EE3B,U+1EE42,U+1EE47,U+1EE49,U+1EE4B,U+1EE4D-1EE4F,U+1EE51-1EE52,U+1EE54,U+1EE57,U+1EE59,U+1EE5B,U+1EE5D,U+1EE5F,U+1EE61-1EE62,U+1EE64,U+1EE67-1EE6A,U+1EE6C-1EE72,U+1EE74-1EE77,U+1EE79-1EE7C,U+1EE7E,U+1EE80-1EE89,U+1EE8B-1EE9B,U+1EEA1-1EEA3,U+1EEA5-1EEA9,U+1EEAB-1EEBB,U+1EEF0-1EEF1}@font-face{font-family:'Rubik';font-style:normal;font-weight:500;font-display:swap;src:url(https://fonts.gstatic.com/s/rubik/v31/iJWKBXyIfDnIV7nMrXyw023e1Ik.woff2) format('woff2');unicode-range:U+0460-052F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:'Rubik';font-style:normal;font-weight:500;font-display:swap;src:url(https://fonts.gstatic.com/s/rubik/v31/iJWKBXyIfDnIV7nFrXyw023e1Ik.woff2) format('woff2');unicode-range:U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116}@font-face{font-family:'Rubik';font-style:normal;font-weight:500;font-display:swap;src:url(https://fonts.gstatic.com/s/rubik/v31/iJWKBXyIfDnIV7nDrXyw023e1Ik.woff2) format('woff2');unicode-range:U+0307-0308,U+0590-05FF,U+200C-2010,U+20AA,U+25CC,U+FB1D-FB4F}@font-face{font-family:'Rubik';font-style:normal;font-weight:500;font-display:swap;src:url(https://fonts.gstatic.com/s/rubik/v31/iJWKBXyIfDnIV7nPrXyw023e1Ik.woff2) format('woff2');unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:'Rubik';font-style:normal;font-weight:500;font-display:swap;src:url(https://fonts.gstatic.com/s/rubik/v31/iJWKBXyIfDnIV7nBrXyw023e.woff2) format('woff2');unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:'Rubik';font-style:normal;font-weight:600;font-display:swap;src:url(https://fonts.gstatic.com/s/rubik/v31/iJWKBXyIfDnIV7nErXyw023e1Ik.woff2) format('woff2');unicode-range:U+0600-06FF,U+0750-077F,U+0870-088E,U+0890-0891,U+0897-08E1,U+08E3-08FF,U+200C-200E,U+2010-2011,U+204F,U+2E41,U+FB50-FDFF,U+FE70-FE74,U+FE76-FEFC,U+102E0-102FB,U+10E60-10E7E,U+10EC2-10EC4,U+10EFC-10EFF,U+1EE00-1EE03,U+1EE05-1EE1F,U+1EE21-1EE22,U+1EE24,U+1EE27,U+1EE29-1EE32,U+1EE34-1EE37,U+1EE39,U+1EE3B,U+1EE42,U+1EE47,U+1EE49,U+1EE4B,U+1EE4D-1EE4F,U+1EE51-1EE52,U+1EE54,U+1EE57,U+1EE59,U+1EE5B,U+1EE5D,U+1EE5F,U+1EE61-1EE62,U+1EE64,U+1EE67-1EE6A,U+1EE6C-1EE72,U+1EE74-1EE77,U+1EE79-1EE7C,U+1EE7E,U+1EE80-1EE89,U+1EE8B-1EE9B,U+1EEA1-1EEA3,U+1EEA5-1EEA9,U+1EEAB-1EEBB,U+1EEF0-1EEF1}@font-face{font-family:'Rubik';font-style:normal;font-weight:600;font-display:swap;src:url(https://fonts.gstatic.com/s/rubik/v31/iJWKBXyIfDnIV7nMrXyw023e1Ik.woff2) format('woff2');unicode-range:U+0460-052F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:'Rubik';font-style:normal;font-weight:600;font-display:swap;src:url(https://fonts.gstatic.com/s/rubik/v31/iJWKBXyIfDnIV7nFrXyw023e1Ik.woff2) format('woff2');unicode-range:U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116}@font-face{font-family:'Rubik';font-style:normal;font-weight:600;font-display:swap;src:url(https://fonts.gstatic.com/s/rubik/v31/iJWKBXyIfDnIV7nDrXyw023e1Ik.woff2) format('woff2');unicode-range:U+0307-0308,U+0590-05FF,U+200C-2010,U+20AA,U+25CC,U+FB1D-FB4F}@font-face{font-family:'Rubik';font-style:normal;font-weight:600;font-display:swap;src:url(https://fonts.gstatic.com/s/rubik/v31/iJWKBXyIfDnIV7nPrXyw023e1Ik.woff2) format('woff2');unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:'Rubik';font-style:normal;font-weight:600;font-display:swap;src:url(https://fonts.gstatic.com/s/rubik/v31/iJWKBXyIfDnIV7nBrXyw023e.woff2) format('woff2');unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}.hover-float{display:inline-block;vertical-align:middle;-webkit-transform:perspective(1px) translateZ(0);transform:perspective(1px) translateZ(0);-webkit-box-shadow:0 0 1px rgba(0,0,0,0);box-shadow:0 0 1px rgba(0,0,0,0);-webkit-transition-duration:0.3s;-o-transition-duration:0.3s;transition-duration:0.3s;-webkit-transition-property:transform;-webkit-transition-property:-webkit-transform;transition-property:-webkit-transform;-o-transition-property:transform;transition-property:transform;transition-property:transform, -webkit-transform;-webkit-transition-timing-function:ease-out;-o-transition-timing-function:ease-out;transition-timing-function:ease-out}.hover-float:hover,.hover-float:focus,.hover-float:active{-webkit-transform:translateY(-8px);-ms-transform:translateY(-8px);transform:translateY(-8px)}@font-face{font-family:'nextgolf';src:url(https://nextgolf.ee/wp-content/themes/nextgolf/assets/css/../fonts/nextgolf.eot#1786094928);src:url(https://nextgolf.ee/wp-content/themes/nextgolf/assets/css/../fonts/nextgolf.eot#1786094928) format("embedded-opentype"),url(https://nextgolf.ee/wp-content/themes/nextgolf/assets/css/../fonts/nextgolf.woff2#1786094928) format("woff2"),url(https://nextgolf.ee/wp-content/themes/nextgolf/assets/css/../fonts/nextgolf.woff#1786094928) format("woff"),url(https://nextgolf.ee/wp-content/themes/nextgolf/assets/css/../fonts/nextgolf.ttf#1786094928) format("truetype"),url(https://nextgolf.ee/wp-content/themes/nextgolf/assets/css/../fonts/nextgolf.svg?90523985#nextgolf) format("svg");font-weight:normal;font-style:normal}[class^="icon-"]:before,[class*=" icon-"]:before{font-family:"nextgolf";font-style:normal;font-weight:normal;speak:never;display:inline-block;text-decoration:inherit;width:1em;margin-right:.2em;text-align:center;font-variant:normal;text-transform:none;line-height:1em;margin-left:.2em;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.icon-account:before{content:'\e800'}.icon-return:before{content:'\e801'}.icon-free-shipment:before{content:'\e802'}.icon-secure:before{content:'\e803'}.icon-fast-shipping:before{content:'\e804'}.icon-cart:before{content:'\e805'}.icon-email:before{content:'\e806'}.icon-facebook:before{content:'\e807'}.icon-instagram:before{content:'\e808'}.icon-phone:before{content:'\e809'}.icon-play:before{content:'\e80a'}.icon-search:before{content:'\e80b'}.icon-angle-left:before{content:'\f104'}.icon-angle-right:before{content:'\f105'}.icon-angle-up:before{content:'\f106'}.icon-angle-down:before{content:'\f107'}html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font:inherit;vertical-align:baseline}input,button,select,textarea,optgroup,option{font-family:inherit}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:none}table{border-collapse:collapse;border-spacing:0}*,*:after,*:before{outline:0;-webkit-box-sizing:border-box;box-sizing:border-box}img{max-width:100%;height:auto}button::-moz-focus-inner{border:0;padding:0}article{margin:1em 0}article h1,article h2,article h3,article h4,article h5,article h6{margin-bottom:1em}article p{margin-bottom:1em}article ul,article ol{margin:0 0 1.5em 3em}article ul{list-style:disc}article ol{list-style:decimal}article ul ul,article ol ol,article ul ol,article ol ul{margin-bottom:0;margin-left:1.5em}article dt{font-weight:bold}article dd{margin:0 1.5em 1.5em}article b,article strong{font-weight:bold}article dfn,article cite,article em,article i{font-style:italic}article blockquote{margin:0 1.5em}article address{margin:0 0 1.5em}article pre{background:#eee;font-family:"Courier 10 Pitch", Courier, monospace;font-size:15px;font-size:1.5rem;line-height:1.6;margin-bottom:1.6em;padding:1.6em;overflow:auto;max-width:100%}article code,article kbd,article tt,article var{font:15px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace}article abbr,article acronym{border-bottom:1px dotted #666;cursor:help}article mark,article ins{background:#fff9c0;text-decoration:none}article sup,article sub{font-size:75%;height:0;line-height:0;position:relative;vertical-align:baseline}article sup{bottom:1ex}article sub{top:.5ex}article small{font-size:75%}article big{font-size:125%}article figure{margin:0}article table{margin:0 0 1.5em;width:100%}article th{font-weight:bold}body.no-scroll{overflow:hidden}body{min-height:100vh;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.container,.wp-block-group,.single-product-container{width:1000px;margin:0 auto;max-width:100%}@media (max-width: 1000px){.container,.wp-block-group,.single-product-container{padding:0 20px}}.shop-container{width:1250px;margin:0 auto;max-width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}@media (max-width: 1000px){.shop-container{padding:0 20px}}.logo{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex}.logo a{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex}.logo svg{display:block;width:100%;height:auto}.visually-hidden{visibility:hidden;position:absolute;height:0;width:0;opacity:0;overflow:hidden}.section-cta{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-top:40px}.section-cta.mt-0{margin-top:0}section.trust-badges,section.brands,section.next-golf-pros,section.blog-posts,section.next-golf-commercial,section.products{margin-bottom:100px}section .title p{margin-left:auto;margin-right:auto;max-width:660px;margin-bottom:40px}article{margin-bottom:80px}article .whitelabel-wrapper .container{padding-left:0;padding-right:0}.page:not(.woocommerce) .page-title{margin-top:60px}html{font-size:16px}body{font-family:"Rubik",sans-serif;font-size:1rem;line-height:30px;font-weight:300;color:#000;-webkit-font-smoothing:antialiased;background-color:#fff}a{display:inline-block;text-decoration:none;color:#000;-webkit-transition:0.2s ease-out;-o-transition:0.2s ease-out;transition:0.2s ease-out}strong{font-weight:600}em{font-style:italic}code{font-family:Monospace}pre code{display:block}h1,h2,h3,h4,h5,h6{font-weight:500}h1.has-text-align-center,h2.has-text-align-center,h3.has-text-align-center,h4.has-text-align-center,h5.has-text-align-center,h6.has-text-align-center{margin-bottom:24px}h1,h2{font-size:30px}h3{font-size:24px}h4{line-height:18px}p{line-height:22px}p.has-text-align-center{margin-bottom:15px}p b{font-weight:600}.page-title{color:#CBA543;margin-bottom:40px}.page-title.tabs-page{margin-top:60px}header nav{height:40px;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:relative;background:#CBA543}header nav .top-bar--mobile{display:none}header nav .link{font-size:12px;font-weight:400;line-height:100%;text-transform:uppercase;text-decoration:none;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}header nav ul{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;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;width:100%;padding-left:15px}header nav ul#main-menu{max-width:1440px}header nav ul li a{font-size:12px;font-weight:400;line-height:100%;text-transform:uppercase;color:#fff;text-decoration:none}header nav ul li a .icon-angle-down:before{-webkit-transition:-webkit-transform .3s ease-in-out;transition:-webkit-transform .3s ease-in-out;-o-transition:transform .3s ease-in-out;transition:transform .3s ease-in-out;transition:transform .3s ease-in-out, -webkit-transform .3s ease-in-out}header nav ul li a:hover{color:#464646}header nav ul li.separator{position:relative}header nav ul li.separator:after{content:"";height:20px;width:1px;position:absolute;top:-10px;background-color:#fff}header nav ul li.separator a{display:none}header nav ul li.menu-btn{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background:#464646;width:128px;height:40px;-webkit-transition:all .2s ease;-o-transition:all .2s ease;transition:all .2s ease}header nav ul li.menu-btn:hover{-webkit-transform:scale(1.02);-ms-transform:scale(1.02);transform:scale(1.02)}header nav ul li.menu-btn a:hover{color:#CBA543}header nav ul .sub-menu-open.mega-menu .sub-menu{display:-webkit-box !important;display:-ms-flexbox !important;display:flex !important}header nav ul .sub-menu-open>a .icon-angle-down:before{-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}header nav ul .menu-item-has-children:not(.mega-menu) .sub-menu{position:absolute;top:40px;background-color:#FAFAFA;padding:26px 40px;width:auto;z-index:99}@media (min-width: 1000px){header nav ul .menu-item-has-children:not(.mega-menu) .sub-menu{display:none}}@media (min-width: 1000px){header nav ul .menu-item-has-children:not(.mega-menu) .sub-menu{margin-left:-40px}}header nav ul .menu-item-has-children:not(.mega-menu) .sub-menu>li a{font-size:12px;line-height:120%;color:#000;-webkit-transition:all .3s ease;-o-transition:all .3s ease;transition:all .3s ease;display:inline-block;vertical-align:middle;-webkit-transform:perspective(1px) translateZ(0);transform:perspective(1px) translateZ(0);-webkit-box-shadow:0 0 1px rgba(0,0,0,0);box-shadow:0 0 1px rgba(0,0,0,0);position:relative;overflow:hidden}header nav ul .menu-item-has-children:not(.mega-menu) .sub-menu>li a:before{content:"";position:absolute;z-index:-1;left:0;right:100%;bottom:0;background:#CBA543;height:2px;-webkit-transition-property:right;-o-transition-property:right;transition-property:right;-webkit-transition-duration:0.3s;-o-transition-duration:0.3s;transition-duration:0.3s;-webkit-transition-timing-function:ease-out;-o-transition-timing-function:ease-out;transition-timing-function:ease-out}header nav ul .menu-item-has-children:not(.mega-menu) .sub-menu>li a:active:before,header nav ul .menu-item-has-children:not(.mega-menu) .sub-menu>li a:focus:before,header nav ul .menu-item-has-children:not(.mega-menu) .sub-menu>li a:hover:before{right:0}@media (max-width: 1000px){header nav ul .menu-item-has-children:not(.mega-menu) .sub-menu>li{padding-left:40px}}header nav ul .mega-menu .sub-menu.regular{display:none !important}header nav ul .mega-menu .sub-menu{position:absolute;left:0;right:0;top:40px;background-color:#FAFAFA;padding:0;z-index:12}header nav ul .mega-menu .sub-menu .nav-container{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;padding:40px;width:100%;max-width:1409px;margin:0 auto;display:-webkit-box;display:-ms-flexbox;display:flex;padding-left:60px}@media (max-width: 1000px){header nav ul .mega-menu .sub-menu .nav-container{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;padding-top:0;padding-left:40px}}header nav ul .mega-menu .sub-menu h3{font-weight:600;font-size:14px;line-height:120%;color:#CBA543;margin-bottom:16px}header nav ul .mega-menu .sub-menu .column{padding:0 120px 0 0;width:auto}header nav ul .mega-menu .sub-menu .sub-list{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;padding:0}header nav ul .mega-menu .sub-menu .sub-list li a{font-size:12px;line-height:120%;font-weight:400;color:#000;display:inline-block;vertical-align:middle;-webkit-transform:perspective(1px) translateZ(0);transform:perspective(1px) translateZ(0);-webkit-box-shadow:0 0 1px rgba(0,0,0,0);box-shadow:0 0 1px rgba(0,0,0,0);position:relative;overflow:hidden}header nav ul .mega-menu .sub-menu .sub-list li a:before{content:"";position:absolute;z-index:-1;left:0;right:100%;bottom:0;background:#CBA543;height:2px;-webkit-transition-property:right;-o-transition-property:right;transition-property:right;-webkit-transition-duration:0.3s;-o-transition-duration:0.3s;transition-duration:0.3s;-webkit-transition-timing-function:ease-out;-o-transition-timing-function:ease-out;transition-timing-function:ease-out}header nav ul .mega-menu .sub-menu .sub-list li a:active:before,header nav ul .mega-menu .sub-menu .sub-list li a:focus:before,header nav ul .mega-menu .sub-menu .sub-list li a:hover:before{right:0}header nav ul .mega-menu .sub-menu .sub-row{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;padding:0}header nav ul .mega-menu .sub-menu .sub-row li{padding-right:32px}header nav ul .mega-menu .sub-menu .sub-row li a{font-size:12px;line-height:120%;font-weight:400;color:#000;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center}header nav ul .mega-menu .sub-menu .sub-row li a span{width:100px;height:100px;border-radius:50%;background-color:#fff;display:-webkit-box;display:-ms-flexbox;display:flex;background-position:center;background-size:100px 100px;background-repeat:no-repeat;margin-bottom:10px;-webkit-transition:all .3s ease;-o-transition:all .3s ease;transition:all .3s ease}header nav ul .mega-menu .sub-menu .sub-row li a span:hover{opacity:1;-webkit-box-shadow:0 15px 45px -5px rgba(7,10,25,0.25);box-shadow:0 15px 45px -5px rgba(7,10,25,0.25);-webkit-filter:brightness(1.07);filter:brightness(1.07);-webkit-transform:translate(0, -2px);-ms-transform:translate(0, -2px);transform:translate(0, -2px)}header nav ul .mega-menu .sub-menu .sub-row li:first-of-type{padding-left:0}@media (min-width: 1200px){header nav ul{padding-left:40px}header nav ul li a{font-size:14px}}@media (min-width: 1200px){header nav .hidden-desktop{display:none}}@media (max-width: 1000px){header nav{display:none;position:absolute;top:54px;bottom:0;height:calc(100% - 54px);height:-o-calc(100% - 54px);height:-moz-calc(100% - 54px);width:100%;z-index:99;background-color:#FAFAFA;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:unset;-ms-flex-align:unset;align-items:unset;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}header nav .top-bar--mobile{display:-webkit-box;display:-ms-flexbox;display:flex;padding:24px 0;margin-top:auto;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;background-color:#fff}header nav .top-bar--mobile .social ul,header nav .top-bar--mobile .language ul{-webkit-box-pack:space-evenly;-ms-flex-pack:space-evenly;justify-content:space-evenly;-ms-flex-wrap:wrap;flex-wrap:wrap}header nav .top-bar--mobile .social ul li,header nav .top-bar--mobile .language ul li{padding-right:10px}header nav .top-bar--mobile .social ul li a,header nav .top-bar--mobile .language ul li a{color:#000}header nav .top-bar--mobile .language--mobile{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}header nav .top-bar--mobile .language--mobile .separator{position:relative;margin:0 20px;top:-12px}header nav .top-bar--mobile .language--mobile .separator:after{content:"";height:20px;width:1px;position:absolute;top:5px;background-color:#F0F0F0}header nav .top-bar--mobile .language--mobile .link{text-transform:uppercase}header nav .top-bar--mobile .language--mobile .link:first-of-type{padding-right:20px}header nav #main-menu{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:unset;-ms-flex-pack:unset;justify-content:unset;max-width:255px;padding:60px 60px 0;height:100%;background-color:#FAFAFA;overflow-y:auto}header nav #main-menu li.menu-item{padding-bottom:35px;line-height:1}header nav #main-menu li.separator{display:none}header nav #main-menu li.menu-item-has-children{width:100%}header nav #main-menu li.menu-item-has-children a{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}header nav #main-menu li.menu-item-has-children .sub-menu{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;height:100%;width:100%;-webkit-box-pack:unset;-ms-flex-pack:unset;justify-content:unset;-webkit-box-align:unset;-ms-flex-align:unset;align-items:unset;top:0;left:0;overflow-y:auto;padding:0;background-color:#FAFAFA;-webkit-transition:-webkit-transform ease .5s;transition:-webkit-transform ease .5s;-o-transition:transform ease .5s;transition:transform ease .5s;transition:transform ease .5s, -webkit-transform ease .5s;-webkit-transform:translateX(-100vw);-ms-transform:translateX(-100vw);transform:translateX(-100vw)}header nav #main-menu li.menu-item-has-children .sub-menu h3{margin-bottom:24px}header nav #main-menu li.menu-item-has-children .sub-menu .column{padding:10px 0}header nav #main-menu li.menu-item-has-children .sub-menu .column li{margin-bottom:16px}header nav #main-menu li.menu-item-has-children .sub-menu .sub-row{-ms-flex-wrap:wrap;flex-wrap:wrap}header nav #main-menu li.menu-item-has-children .sub-menu .sub-row li{padding-bottom:20px;padding-right:0;margin-right:22px}header nav #main-menu li.menu-item-has-children .sub-menu .back-to-parent-menu{background:0;border:0;padding:0;padding-bottom:40px;text-transform:uppercase;font-size:12px;font-weight:300;line-height:12px;letter-spacing:0em;text-align:left;padding-left:40px;padding-top:40px}header nav #main-menu li.menu-item-has-children .sub-menu.in-view{display:-webkit-box !important;display:-ms-flexbox !important;display:flex !important;-webkit-transition:-webkit-transform ease .5s;transition:-webkit-transform ease .5s;-o-transition:transform ease .5s;transition:transform ease .5s;transition:transform ease .5s, -webkit-transform ease .5s;-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}header nav #main-menu li.menu-item-has-children:not(.mega-menu) .sub-menu{left:0}header nav #main-menu li a{color:#000;font-weight:normal}header nav #main-menu li.menu-btn{background-color:unset;width:initial}header nav #main-menu li.menu-btn a{color:#CBA543}}@media (max-width: 1000px){body.admin-bar header nav{top:100px}}header .header-top-bar{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background-color:#FAFAFA}header .header-top-bar .menu{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}header .header-top-bar .menu .menu-item{margin-left:12px}header .header-top-bar .right-side{display:-webkit-box;display:-ms-flexbox;display:flex}header .header-top-bar .right-side .separator{position:relative;margin:0 20px}header .header-top-bar .right-side .separator:after{content:"";height:20px;width:1px;position:absolute;top:5px;background-color:#F0F0F0}header .header-top-bar .right-side .link{text-transform:uppercase}header .header-top-bar .right-side .link:first-of-type{padding-right:20px}header .header-top-bar .language li a{text-transform:uppercase}@media (max-width: 575px){header .header-top-bar{padding:2% 1%}}@media (max-width: 1000px){header .header-top-bar{display:none}}header .header-top-bar__inner{display:-webkit-box;display:-ms-flexbox;display:flex;padding:5px 20px 6px;font-size:12px;max-width:1440px;width:100%;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}header .header-middle{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}header .header-middle__inner{display:-webkit-box;display:-ms-flexbox;display:flex;padding:14px 30px;width:100%;max-width:1440px}@media (max-width: 1000px){header .header-middle__inner{padding:0 0 0 14px}}header .header-middle .right-side{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;width:100%;-webkit-box-align:center;-ms-flex-align:center;align-items:center}header .header-middle .right-side a{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex}header .header-middle .right-side .golf-account{font-size:26px;margin-left:20px;margin-right:10px}@media (max-width: 1000px){header .header-middle .right-side .golf-account{margin-left:10px}header .header-middle .right-side .golf-account svg{height:22.5px}}header .header-middle .right-side .golf-cart{font-size:26px;position:relative}header .header-middle .right-side .golf-cart .product-count{position:absolute;width:20px;height:20px;right:0px;top:-5px;background:#EB5757;border-radius: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;text-align:center;color:#FFFFFF;font-weight:bold;font-size:10px;line-height:100%}@media (max-width: 1000px){header .header-middle .right-side .golf-cart{margin-right:20px}header .header-middle .right-side .golf-cart i{font-size:22px}}header .header-middle .mobile-menu-open{background-color:#CBA543;display:none;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;height:54px;width:54px}header .header-middle .mobile-menu-open span{display:block;width:24px;height:2px;margin-bottom:5px;position:relative;background:#fff;border-radius:3px;z-index:1;-webkit-transform-origin:4px 0;-ms-transform-origin:4px 0;transform-origin:4px 0;-webkit-transition:background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1),opacity 0.55s ease,-webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);transition:background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1),opacity 0.55s ease,-webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);-o-transition:transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1),background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1),opacity 0.55s ease;transition:transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1),background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1),opacity 0.55s ease;transition:transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1),background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1),opacity 0.55s ease,-webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1)}header .header-middle .mobile-menu-open span:first-child{-webkit-transform-origin:0 0;-ms-transform-origin:0 0;transform-origin:0 0}header .header-middle .mobile-menu-open span:nth-last-child(2){-webkit-transform-origin:0 100%;-ms-transform-origin:0 100%;transform-origin:0 100%}header .header-middle .mobile-menu-open span:nth-last-child(1){margin-bottom:0}header .header-middle .mobile-menu-open.open span{opacity:1;-webkit-transform:rotate(45deg) translate(-6px, -12.6px);-ms-transform:rotate(45deg) translate(-6px, -12.6px);transform:rotate(45deg) translate(-6px, -12.6px)}header .header-middle .mobile-menu-open.open span:nth-last-child(3){opacity:0;-webkit-transform:rotate(0deg) scale(0.2, 0.2);-ms-transform:rotate(0deg) scale(0.2, 0.2);transform:rotate(0deg) scale(0.2, 0.2)}header .header-middle .mobile-menu-open.open span:nth-last-child(2){-webkit-transform:rotate(-45deg) translate(0, 8.6px);-ms-transform:rotate(-45deg) translate(0, 8.6px);transform:rotate(-45deg) translate(0, 8.6px)}@media (max-width: 1000px){header .header-middle .mobile-menu-open{display:-webkit-box;display:-ms-flexbox;display:flex}}footer{background-color:#FAFAFA;padding:55px 0;margin-top:auto}footer ul.menu li a{font-size:12px;font-weight:300;line-height:12px;letter-spacing:0;text-align:left}footer ul.menu li hr{border:0;width:20px;border-bottom:2px solid #CBA543;margin-left:0;margin-top:14px;margin-bottom:14px}footer .footer-inner{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:space-evenly;-ms-flex-pack:space-evenly;justify-content:space-evenly;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}footer .footer-inner .left{display:-webkit-box;display:-ms-flexbox;display:flex}footer .footer-inner .left nav:first-of-type{padding-right:50px}footer .footer-inner .left .menu-item a{text-transform:uppercase;display:inline-block;vertical-align:middle;-webkit-transform:perspective(1px) translateZ(0);transform:perspective(1px) translateZ(0);-webkit-box-shadow:0 0 1px rgba(0,0,0,0);box-shadow:0 0 1px rgba(0,0,0,0);position:relative;overflow:hidden}footer .footer-inner .left .menu-item a:before{content:"";position:absolute;z-index:-1;left:0;right:100%;bottom:0;background:#CBA543;height:2px;-webkit-transition-property:right;-o-transition-property:right;transition-property:right;-webkit-transition-duration:0.3s;-o-transition-duration:0.3s;transition-duration:0.3s;-webkit-transition-timing-function:ease-out;-o-transition-timing-function:ease-out;transition-timing-function:ease-out}footer .footer-inner .left .menu-item a:active:before,footer .footer-inner .left .menu-item a:focus:before,footer .footer-inner .left .menu-item a:hover:before{right:0}footer .footer-inner .right .menu-item a{font-size:14px}@media (max-width: 991px){footer .middle{display:none}}@media (max-width: 767px){footer{padding:0}footer .footer-inner{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}footer .left{padding:30px 5%}footer .right{background-color:#fff;display:-webkit-box;display:-ms-flexbox;display:flex;padding:30px 5%}footer .right .menu{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}footer .right .menu .menu-item{padding-right:15px}}@media (max-width: 375px){footer .footer-inner .right .menu-item a{font-size:12px}}.btn{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-family:Rubik;font-style:normal;letter-spacing:0;text-decoration:none;color:#000}.btn-cta{padding:16px 24px;background-color:#fff;border-radius:5px;font-size:16px;line-height:22px;font-weight:600}.btn-cta.small{padding:12px 16px}.btn-cta.gold{background-color:#CBA543;color:#fff}.btn-cta.gold:hover{background-color:#464646}.btn-cta:hover{background-color:#464646;color:#fff;-webkit-transform:scale(0.96);-ms-transform:scale(0.96);transform:scale(0.96)}.btn-link{font-size:12px;font-weight:300;line-height:12px;text-transform:uppercase}.btn-border,.btn.btn-primary{font-weight:600;border:1px solid #000000;border-radius:5px;padding:13px 16px;text-transform:none}.btn-border.gold,.btn.btn-primary.gold{border-color:#CBA543;color:#CBA543}.btn-border.gold:hover,.btn.btn-primary.gold:hover{border-color:#464646;color:#464646}.btn.btn-primary{background-color:transparent;-webkit-transition:ease .2s;-o-transition:ease .2s;transition:ease .2s}.btn.btn-primary:hover{background-color:#F0F0F0;-webkit-transform:scale(0.98);-ms-transform:scale(0.98);transform:scale(0.98)}.btn-drop{font-size:14px;font-weight:400;line-height:14px;text-transform:uppercase}.btn-drop:after{content:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 10 6'%3E%3Cdefs/%3E%3Cpath stroke='%23000' stroke-linecap='round' d='M1 1l4 4 4-4'/%3E%3C/svg%3E");display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;width:10px;height:4px;margin-left:10px;-webkit-transition:-webkit-transform ease .2s;transition:-webkit-transform ease .2s;-o-transition:transform ease .2s;transition:transform ease .2s;transition:transform ease .2s, -webkit-transform ease .2s}.btn-drop.active:after{-webkit-transform:rotate(-180deg);-ms-transform:rotate(-180deg);transform:rotate(-180deg)}.btn-drop.border{border:1px solid #000000;border-radius:5px;padding:13px 16px;text-transform:none}.btn-drop.white{color:#fff}.btn-drop.white:after{content:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 10 6'%3E%3Cdefs/%3E%3Cpath stroke='%23fff' stroke-linecap='round' d='M1 1l4 4 4-4'/%3E%3C/svg%3E")}.btn-drop.mobile:after{-webkit-transform:rotate(-90deg);-ms-transform:rotate(-90deg);transform:rotate(-90deg);position:absolute;right:20px}.btn-drop.mobile.active:after{-webkit-transform:rotate(360deg);-ms-transform:rotate(360deg);transform:rotate(360deg)}a.wp-block-button__link{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-family:Rubik;font-style:normal;letter-spacing:0;text-decoration:none;font-weight:600}a.wp-block-button__link:hover{text-decoration:none;-webkit-transform:scale(0.96);-ms-transform:scale(0.96);transform:scale(0.96)}a.wp-block-button__link:not(.has-text-color){color:#fff}a.wp-block-button__link:not(.has-text-color):hover{color:#fff}a.wp-block-button__link:not(.has-background){background-color:#CBA543}a.wp-block-button__link:not(.has-background):hover,a.wp-block-button__link:not(.has-background):focus{background-color:#846924}a.wp-block-button__link.has-gold-color{color:#CBA543}a.wp-block-button__link.has-gold-background-color{background-color:#CBA543}a.wp-block-button__link.has-gold-color:hover,a.wp-block-button__link.has-gold-color:focus{color:#464646}a.wp-block-button__link.has-gold-background-color:hover,a.wp-block-button__link.has-gold-background-color:hover{background-color:#464646}a.wp-block-button__link.has-white-color{color:#fff}a.wp-block-button__link.has-white-background-color{background-color:#fff}a.wp-block-button__link.has-white-color:hover,a.wp-block-button__link.has-white-color:focus{color:#fff}a.wp-block-button__link.has-white-background-color:hover,a.wp-block-button__link.has-white-background-color:hover{background-color:#fff}a.wp-block-button__link.has-black-color{color:#000}a.wp-block-button__link.has-black-background-color{background-color:#000}a.wp-block-button__link.has-black-color:hover,a.wp-block-button__link.has-black-color:focus{color:#CBA543}a.wp-block-button__link.has-black-background-color:hover,a.wp-block-button__link.has-black-background-color:hover{background-color:#CBA543}a.wp-block-button__link.has-red-color{color:#EB5757}a.wp-block-button__link.has-red-background-color{background-color:#EB5757}a.wp-block-button__link.has-red-color:hover,a.wp-block-button__link.has-red-color:focus{color:#EB5757}a.wp-block-button__link.has-red-background-color:hover,a.wp-block-button__link.has-red-background-color:hover{background-color:#EB5757}a.wp-block-button__link.has-grey-color{color:#F0F0F0}a.wp-block-button__link.has-grey-background-color{background-color:#F0F0F0}a.wp-block-button__link.has-grey-color:hover,a.wp-block-button__link.has-grey-color:focus{color:#F0F0F0}a.wp-block-button__link.has-grey-background-color:hover,a.wp-block-button__link.has-grey-background-color:hover{background-color:#F0F0F0}a.wp-block-button__link.has-light-grey-color{color:#FAFAFA}a.wp-block-button__link.has-light-grey-background-color{background-color:#FAFAFA}a.wp-block-button__link.has-light-grey-color:hover,a.wp-block-button__link.has-light-grey-color:focus{color:#FAFAFA}a.wp-block-button__link.has-light-grey-background-color:hover,a.wp-block-button__link.has-light-grey-background-color:hover{background-color:#FAFAFA}a.wp-block-button__link.has-dark-grey-color{color:#464646}a.wp-block-button__link.has-dark-grey-background-color{background-color:#464646}a.wp-block-button__link.has-dark-grey-color:hover,a.wp-block-button__link.has-dark-grey-color:focus{color:#464646}a.wp-block-button__link.has-dark-grey-background-color:hover,a.wp-block-button__link.has-dark-grey-background-color:hover{background-color:#464646}span.has-gold-color{color:#CBA543}article a{text-decoration:underline;cursor:pointer}a[href*="facebook"]:before,a[href*="instagram"]:before,a[href*="mailto:"]:before,a[href*="tel:"]:before{display:inline-block;width:16px;vertical-align:middle;margin-right:20px}a[href*="facebook"]:hover,a[href*="facebook"]:active,a[href*="instagram"]:hover,a[href*="instagram"]:active,a[href*="mailto:"]:hover,a[href*="mailto:"]:active,a[href*="tel:"]:hover,a[href*="tel:"]:active{-webkit-transform:scale(1.05);-ms-transform:scale(1.05);transform:scale(1.05)}a[href*="facebook"]:before{width:19px;content:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 17'%3E%3Cdefs/%3E%3Cpath fill='%23CBA543' d='M13.009 2.1H2.99c-.767 0-1.391.624-1.391 1.391V13.51c0 .767.624 1.391 1.391 1.391H13.01c.767 0 1.391-.624 1.391-1.391V3.49c0-.767-.624-1.39-1.391-1.39zm-5.566 8.348H5.496v-1.67h1.947a.278.278 0 00.279-.278V6.83A1.95 1.95 0 019.67 4.884h1.947v1.67H9.67a.278.278 0 00-.279.278V8.5c0 .153.125.277.279.277h1.947v1.67H9.67a.278.278 0 00-.279.278v3.618h-1.67v-3.618a.279.279 0 00-.278-.278zm6.4 3.06c0 .461-.374.836-.834.836H9.948v-3.34h1.948a.278.278 0 00.278-.278V8.5a.278.278 0 00-.278-.278H9.948V7.109h1.948a.278.278 0 00.278-.278V4.604a.278.278 0 00-.278-.278H9.67a2.507 2.507 0 00-2.505 2.505v1.39H5.217a.278.278 0 00-.278.28v2.225c0 .154.125.278.278.278h1.948v3.34H2.991a.836.836 0 01-.834-.835V3.49c0-.46.374-.834.834-.834H13.01c.46 0 .835.374.835.834V13.51z'/%3E%3C/svg%3E")}a[href*="instagram"]:before{width:19px;content:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 17'%3E%3Cdefs/%3E%3Cpath fill='%23CBA543' fill-rule='evenodd' d='M3.548 2.1h8.904A1.95 1.95 0 0114.4 4.048v8.904a1.95 1.95 0 01-1.948 1.948H4.94c-.75 0-1.164 0-1.391-.025v.025A1.95 1.95 0 011.6 12.952V4.048A1.95 1.95 0 013.548 2.1zm8.904 12.244c.767 0 1.392-.625 1.392-1.392V4.048c0-.767-.625-1.391-1.392-1.391H3.548c-.767 0-1.391.624-1.391 1.39v8.905c0 .767.624 1.392 1.39 1.392h8.905zM3.826 8.5A4.179 4.179 0 018 4.326 4.179 4.179 0 0112.174 8.5 4.179 4.179 0 018 12.674 4.179 4.179 0 013.826 8.5zm.557 0A3.622 3.622 0 008 12.117 3.622 3.622 0 0011.617 8.5 3.622 3.622 0 008 4.883 3.622 3.622 0 004.383 8.5zm3.604-2.517A2.52 2.52 0 005.47 8.5a2.52 2.52 0 002.517 2.518A2.52 2.52 0 0010.504 8.5a2.52 2.52 0 00-2.517-2.517zm0 4.478c-1.081 0-1.961-.88-1.961-1.96 0-1.082.88-1.962 1.96-1.962 1.082 0 1.962.88 1.962 1.961s-.88 1.961-1.961 1.961zm4.743-6.135a.557.557 0 11-1.113 0 .557.557 0 011.113 0z' clip-rule='evenodd'/%3E%3C/svg%3E")}a[href*="mailto:"]:before{content:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 14 11'%3E%3Cdefs/%3E%3Cpath fill='%23CBA543' d='M12.778.167H1.222C.585.167.067.685.067 1.322v8.089c0 .637.518 1.155 1.155 1.155h11.556c.637 0 1.155-.518 1.155-1.155V1.322c0-.637-.518-1.155-1.155-1.155zM1.222.744h11.556c.042 0 .08.016.12.025-1 .915-4.318 3.95-5.479 4.996a.64.64 0 01-.419.18.641.641 0 01-.42-.18C5.42 4.719 2.103 1.684 1.103.769c.04-.01.078-.025.12-.025zM.644 9.411V1.322c0-.057.018-.108.033-.16.765.701 3.08 2.819 4.581 4.183C3.762 6.631 1.447 8.825.675 9.562c-.014-.05-.03-.098-.03-.151zm12.134.578H1.222c-.046 0-.087-.016-.13-.027.797-.76 3.127-2.968 4.597-4.225l.505.457c.238.215.517.328.806.328.29 0 .568-.113.806-.328l.505-.457c1.47 1.257 3.8 3.465 4.597 4.225-.043.01-.084.027-.13.027zm.578-.578c0 .053-.017.101-.03.15-.773-.736-3.088-2.93-4.584-4.215 1.501-1.365 3.815-3.483 4.581-4.184.015.052.033.103.033.16v8.089z'/%3E%3C/svg%3E")}a[href*="tel:"]:before{content:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 17'%3E%3Cdefs/%3E%3Cg clip-path='url(https://nextgolf.ee/wp-content/themes/nextgolf/assets/css/%23clip0)'%3E%3Cpath fill='%23CBA543' fill-rule='evenodd' d='M12.342 10.683l3.238 2.16a.94.94 0 01.285 1.268l-.814 1.353c-.25.426-.655.738-1.13.872-.409.11-.83.165-1.254.163-1.838 0-4.513-.966-8.107-4.559C.043 7.422-.324 4.356.164 2.579a1.91 1.91 0 01.87-1.13L2.39.634A.94.94 0 013.657.92l2.16 3.239a.946.946 0 01-.207 1.265l-1.212.943a.404.404 0 00-.106.52l.098.179c.324.594.729 1.334 2.22 2.826s2.231 1.896 2.826 2.22l.18.099a.403.403 0 00.517-.11l.943-1.212a.945.945 0 011.266-.206zm2.251 4.509l.813-1.354a.408.408 0 00-.124-.55l-3.238-2.16a.41.41 0 00-.55.089l-.942 1.212a.933.933 0 01-1.198.247l-.175-.096c-.625-.341-1.403-.765-2.949-2.311-1.546-1.546-1.97-2.323-2.31-2.948h-.001l-.096-.176a.933.933 0 01.247-1.197l1.212-.944a.41.41 0 00.09-.549l-.985-1.477-1.174-1.761a.408.408 0 00-.55-.124l-1.354.813a1.38 1.38 0 00-.63.814C.227 4.36.6 7.226 4.936 11.563c4.337 4.336 7.203 4.71 8.843 4.26.343-.098.634-.324.813-.631zM13.6 7.7a4.538 4.538 0 00-4.533-4.533.267.267 0 110-.533A5.071 5.071 0 0114.132 7.7a.267.267 0 11-.533 0zM9.066 4.768A2.936 2.936 0 0112 7.7a.267.267 0 00.533 0 3.47 3.47 0 00-3.466-3.466.267.267 0 100 .533zM10.4 7.7c0-.736-.597-1.333-1.333-1.334a.267.267 0 110-.533 1.869 1.869 0 011.867 1.867.267.267 0 01-.534 0z' clip-rule='evenodd'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0'%3E%3Cpath fill='%23fff' d='M0 0h16v16H0z' transform='translate(0 .5)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E")}header a[href*="facebook"]:before,header a[href*="instagram"]:before,header a[href*="mailto:"]:before,header a[href*="tel:"]:before{margin-right:10px}header a[href*="facebook"]:before{width:20px;height:26px;margin-right:0;content:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 17'%3E%3Cdefs/%3E%3Cpath fill='%23000' d='M13.009 2.1H2.99c-.767 0-1.391.624-1.391 1.391V13.51c0 .767.624 1.391 1.391 1.391H13.01c.767 0 1.391-.624 1.391-1.391V3.49c0-.767-.624-1.39-1.391-1.39zm-5.566 8.348H5.496v-1.67h1.947a.278.278 0 00.279-.278V6.83A1.95 1.95 0 019.67 4.884h1.947v1.67H9.67a.278.278 0 00-.279.278V8.5c0 .153.125.277.279.277h1.947v1.67H9.67a.278.278 0 00-.279.278v3.618h-1.67v-3.618a.279.279 0 00-.278-.278zm6.4 3.06c0 .461-.374.836-.834.836H9.948v-3.34h1.948a.278.278 0 00.278-.278V8.5a.278.278 0 00-.278-.278H9.948V7.109h1.948a.278.278 0 00.278-.278V4.604a.278.278 0 00-.278-.278H9.67a2.507 2.507 0 00-2.505 2.505v1.39H5.217a.278.278 0 00-.278.28v2.225c0 .154.125.278.278.278h1.948v3.34H2.991a.836.836 0 01-.834-.835V3.49c0-.46.374-.834.834-.834H13.01c.46 0 .835.374.835.834V13.51z'/%3E%3C/svg%3E")}header a[href*="instagram"]:before{width:20px;height:26px;margin-right:0;content:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 17'%3E%3Cdefs/%3E%3Cpath fill='%23000' fill-rule='evenodd' d='M3.548 2.1h8.904A1.95 1.95 0 0114.4 4.048v8.904a1.95 1.95 0 01-1.948 1.948H4.94c-.75 0-1.164 0-1.391-.025v.025A1.95 1.95 0 011.6 12.952V4.048A1.95 1.95 0 013.548 2.1zm8.904 12.244c.767 0 1.392-.625 1.392-1.392V4.048c0-.767-.625-1.391-1.392-1.391H3.548c-.767 0-1.391.624-1.391 1.39v8.905c0 .767.624 1.392 1.39 1.392h8.905zM3.826 8.5A4.179 4.179 0 018 4.326 4.179 4.179 0 0112.174 8.5 4.179 4.179 0 018 12.674 4.179 4.179 0 013.826 8.5zm.557 0A3.622 3.622 0 008 12.117 3.622 3.622 0 0011.617 8.5 3.622 3.622 0 008 4.883 3.622 3.622 0 004.383 8.5zm3.604-2.517A2.52 2.52 0 005.47 8.5a2.52 2.52 0 002.517 2.518A2.52 2.52 0 0010.504 8.5a2.52 2.52 0 00-2.517-2.517zm0 4.478c-1.081 0-1.961-.88-1.961-1.96 0-1.082.88-1.962 1.96-1.962 1.082 0 1.962.88 1.962 1.961s-.88 1.961-1.961 1.961zm4.743-6.135a.557.557 0 11-1.113 0 .557.557 0 011.113 0z' clip-rule='evenodd'/%3E%3C/svg%3E")}header a[href*="mailto:"]:before{content:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 14 11'%3E%3Cdefs/%3E%3Cpath fill='%23000' d='M12.778.167H1.222C.585.167.067.685.067 1.322v8.089c0 .637.518 1.155 1.155 1.155h11.556c.637 0 1.155-.518 1.155-1.155V1.322c0-.637-.518-1.155-1.155-1.155zM1.222.744h11.556c.042 0 .08.016.12.025-1 .915-4.318 3.95-5.479 4.996a.64.64 0 01-.419.18.641.641 0 01-.42-.18C5.42 4.719 2.103 1.684 1.103.769c.04-.01.078-.025.12-.025zM.644 9.411V1.322c0-.057.018-.108.033-.16.765.701 3.08 2.819 4.581 4.183C3.762 6.631 1.447 8.825.675 9.562c-.014-.05-.03-.098-.03-.151zm12.134.578H1.222c-.046 0-.087-.016-.13-.027.797-.76 3.127-2.968 4.597-4.225l.505.457c.238.215.517.328.806.328.29 0 .568-.113.806-.328l.505-.457c1.47 1.257 3.8 3.465 4.597 4.225-.043.01-.084.027-.13.027zm.578-.578c0 .053-.017.101-.03.15-.773-.736-3.088-2.93-4.584-4.215 1.501-1.365 3.815-3.483 4.581-4.184.015.052.033.103.033.16v8.089z'/%3E%3C/svg%3E")}header a[href*="tel:"]:before{content:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 17'%3E%3Cdefs/%3E%3Cg clip-path='url(https://nextgolf.ee/wp-content/themes/nextgolf/assets/css/%23clip0)'%3E%3Cpath fill='%23000' fill-rule='evenodd' d='M12.342 10.683l3.238 2.16a.94.94 0 01.285 1.268l-.814 1.353c-.25.426-.655.738-1.13.872-.409.11-.83.165-1.254.163-1.838 0-4.513-.966-8.107-4.559C.043 7.422-.324 4.356.164 2.579a1.91 1.91 0 01.87-1.13L2.39.634A.94.94 0 013.657.92l2.16 3.239a.946.946 0 01-.207 1.265l-1.212.943a.404.404 0 00-.106.52l.098.179c.324.594.729 1.334 2.22 2.826s2.231 1.896 2.826 2.22l.18.099a.403.403 0 00.517-.11l.943-1.212a.945.945 0 011.266-.206zm2.251 4.509l.813-1.354a.408.408 0 00-.124-.55l-3.238-2.16a.41.41 0 00-.55.089l-.942 1.212a.933.933 0 01-1.198.247l-.175-.096c-.625-.341-1.403-.765-2.949-2.311-1.546-1.546-1.97-2.323-2.31-2.948h-.001l-.096-.176a.933.933 0 01.247-1.197l1.212-.944a.41.41 0 00.09-.549l-.985-1.477-1.174-1.761a.408.408 0 00-.55-.124l-1.354.813a1.38 1.38 0 00-.63.814C.227 4.36.6 7.226 4.936 11.563c4.337 4.336 7.203 4.71 8.843 4.26.343-.098.634-.324.813-.631zM13.6 7.7a4.538 4.538 0 00-4.533-4.533.267.267 0 110-.533A5.071 5.071 0 0114.132 7.7a.267.267 0 11-.533 0zM9.066 4.768A2.936 2.936 0 0112 7.7a.267.267 0 00.533 0 3.47 3.47 0 00-3.466-3.466.267.267 0 100 .533zM10.4 7.7c0-.736-.597-1.333-1.333-1.334a.267.267 0 110-.533 1.869 1.869 0 011.867 1.867.267.267 0 01-.534 0z' clip-rule='evenodd'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0'%3E%3Cpath fill='%23fff' d='M0 0h16v16H0z' transform='translate(0 .5)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E")}.swiper-container{min-height:300px;background-color:#F0F0F0}.swiper-container .swiper-slide{background-size:cover;background-repeat:no-repeat;background-position:center;height:auto}.swiper-container .swiper-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background-color:#fafafa;opacity:0.6;z-index:1}.swiper-container .slider-content{max-width:660px;padding:90px 0 70px;position:relative;z-index:2}.swiper-container .slider-content h2,.swiper-container .slider-content p{margin-bottom:20px}.swiper-container .slider-content .btn{margin-right:20px;margin-bottom:20px}.swiper-container .swiper-pagination-bullet{background-color:#fff;opacity:1}.swiper-container .swiper-pagination-bullet-active{background-color:#464646}.swiper-container .swiper-button-next:after{content:url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='15px' height='26px' viewBox='0 0 15 26' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Ctitle%3EGroup%3C/title%3E%3Cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd' stroke-linecap='round'%3E%3Cg id='Group' transform='translate(1.000000, 1.000000)' stroke='%23000000' stroke-width='2'%3E%3Cpolyline id='Path' points='0 0 12 12 0 24'%3E%3C/polyline%3E%3C/g%3E%3C/g%3E%3C/svg%3E")}.swiper-container .swiper-button-prev:after{content:url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='15px' height='26px' viewBox='0 0 15 26' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Ctitle%3EGroup%3C/title%3E%3Cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd' stroke-linecap='round'%3E%3Cg id='Group' transform='translate(2.000000, 1.000000)' stroke='%23000000' stroke-width='2'%3E%3Cpolyline id='Path' points='12 0 0 12 12 24'%3E%3C/polyline%3E%3C/g%3E%3C/g%3E%3C/svg%3E")}@media (max-width: 1100px){.swiper-container .slider-content{margin:auto}}@media (max-width: 1000px){.swiper-container .swiper-button-prev,.swiper-container .swiper-button-next{display:none}.swiper-container .swiper-slide{height:auto}}@media (max-width: 375px){.swiper-container .slider-content{padding:40px 0 40px}}@media (max-width: 1000px){.hero-slider{display:none}}.hero-slider-mobile{display:none}@media (max-width: 1000px){.hero-slider-mobile{display:block}}.search-form{position:relative;margin-left:20px;width:35%}.search-form button{border:none;background:none}.search-form .mobile{display:none}.search-form__input{-webkit-appearance:none;-moz-appearance:none;appearance:none;display:block;border:1px solid #F0F0F0;border-radius:22px;width:100%;background:none;font-size:0.72727rem;line-height:1.25;height:40px;color:inherit;-webkit-transition:all 0.2s ease-in;-o-transition:all 0.2s ease-in;transition:all 0.2s ease-in;padding:10px 45px 10px 10px}.search-form__input:focus{-webkit-box-shadow:inset 0 -2px 0 #CBA543;box-shadow:inset 0 -2px 0 #CBA543}.search-form__submit{display:block;width:35px;height:40px;font-size:rem(15);line-height:40px;text-align:center;position:absolute;top:0;right:10px}.search-form .icon-search:before{font-size:26px;line-height:1.4}.mobile-menu .search-form{padding:0 20px 20px;background-color:#F0F0F0;margin-left:0}@media (min-width: 1001px){.search-form form{display:block !important}}@media (max-width: 1000px){.search-form{width:initial;margin-left:0}.search-form form{position:absolute;width:200px;left:-60px;top:40px;z-index:12}.search-form form input{background-color:#fff}.search-form .mobile{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;padding:0}.search-form .icon-search:before{font-size:20px}}.breadcrumbs{margin:60px 0 40px}.breadcrumbs span a{font-weight:300;font-size:14px}.breadcrumbs span.current-item{color:#CBA543}.breadcrumbs>span{padding:0 5.5px}.breadcrumbs>span:first-of-type{padding-left:0}.breadcrumbs>span:last-of-type{padding-right:0;color:#CBA543}article .wp-block-media-text .wp-block-media-text__content{padding-left:0}.edd-root,.edd-root *,.edd-root *::before,.edd-root *::after{margin:0;padding:0;-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.edd-root{display:inline-block;position:relative;width:135px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;font-family:"Rubik",sans-serif;font-size:14px;font-weight:400;color:#000;margin-right:8px}.edd-root-disabled{color:#ccc;cursor:not-allowed}.edd-head{position:relative;overflow:hidden;border:1px solid #eee;-webkit-transition:border-color 150ms, -webkit-box-shadow 200ms;transition:border-color 150ms, -webkit-box-shadow 200ms;-o-transition:box-shadow 200ms, border-color 150ms;transition:box-shadow 200ms, border-color 150ms;transition:box-shadow 200ms, border-color 150ms, -webkit-box-shadow 200ms;background:white}.edd-head,.edd-body{border-radius:4px}.edd-root-focused .edd-head{-webkit-box-shadow:0 0 5px rgba(105,215,255,0.4);box-shadow:0 0 5px rgba(105,215,255,0.4)}.edd-root-invalid .edd-head{-webkit-box-shadow:0 0 5px rgba(255,105,105,0.671);box-shadow:0 0 5px rgba(255,105,105,0.671)}.edd-root:not(.edd-root-disabled):not(.edd-root-open) .edd-head:hover{border-color:#ccc}.edd-value{width:calc(100% - 40px);display:inline-block;vertical-align:middle;margin:4px 0 4px 13px}.edd-arrow{position:absolute;width:18px;height:10px;top:calc(50% - 5px);right:calc(24px - 11px);-webkit-transition:-webkit-transform 150ms;transition:-webkit-transform 150ms;-o-transition:transform 150ms;transition:transform 150ms;transition:transform 150ms, -webkit-transform 150ms;pointer-events:none}.edd-arrow::before{content:'';position:absolute;width:8px;height:8px;border-right:1px solid currentColor;border-bottom:1px solid currentColor;top:0;right:5px;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg);-webkit-transform-origin:50% 25%;-ms-transform-origin:50% 25%;transform-origin:50% 25%}.edd-root-open .edd-arrow{-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.edd-value,.edd-option,.edd-group-label{white-space:nowrap;-o-text-overflow:ellipsis;text-overflow:ellipsis;overflow:hidden}.edd-root:not(.edd-root-disabled) .edd-value,.edd-option{cursor:pointer}.edd-select{position:absolute;opacity:0;width:100%;left:-100%;top:0}.edd-root-native .edd-select{left:0;top:0;width:100%;height:100%}.edd-body{opacity:0;position:absolute;left:0;right:0;border:1px solid #eee;pointer-events:none;overflow:hidden;margin:8px 0;z-index:999;-webkit-box-shadow:0 0 20px rgba(0,0,0,0.1);box-shadow:0 0 20px rgba(0,0,0,0.1);-webkit-transform:scale(0.95);-ms-transform:scale(0.95);transform:scale(0.95);background:white}.edd-root-open .edd-body{opacity:1;pointer-events:all;-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1);-webkit-transition:opacity 200ms,-webkit-transform 100ms cubic-bezier(0.25, 0.46, 0.45, 0.94);transition:opacity 200ms,-webkit-transform 100ms cubic-bezier(0.25, 0.46, 0.45, 0.94);-o-transition:opacity 200ms,transform 100ms cubic-bezier(0.25, 0.46, 0.45, 0.94);transition:opacity 200ms,transform 100ms cubic-bezier(0.25, 0.46, 0.45, 0.94);transition:opacity 200ms,transform 100ms cubic-bezier(0.25, 0.46, 0.45, 0.94),-webkit-transform 100ms cubic-bezier(0.25, 0.46, 0.45, 0.94)}.edd-root-open-above .edd-body{bottom:100%}.edd-root-open-below .edd-body{top:100%}.edd-items-list{overflow:auto;max-height:0;-webkit-transition:max-height 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);-o-transition:max-height 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);transition:max-height 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);-webkit-overflow-scrolling:touch}.edd-group-label{font-size:11px;text-transform:uppercase;font-weight:bold;letter-spacing:0.1em;padding:12px 8px 4px;color:#999}.edd-group-has-label{border-bottom:1px solid #eee}.edd-option{padding:4px 8px}.edd-group-has-label .edd-option{padding-left:20px}.edd-option-selected{font-weight:bold}.edd-option-focused:not(.edd-option-disabled){color:#4ac5f1}.edd-option-disabled,.edd-group-disabled .edd-option{cursor:default;color:#ccc}.edd-gradient-top,.edd-gradient-bottom{content:'';position:absolute;left:2px;right:2px;height:32px;background-image:-webkit-gradient(linear, left bottom, left top, from(rgba(255,255,255,0)), color-stop(40%, #fff), color-stop(60%, #fff), to(rgba(255,255,255,0)));background-image:-o-linear-gradient(bottom, rgba(255,255,255,0) 0%, #fff 40%, #fff 60%, rgba(255,255,255,0) 100%);background-image:linear-gradient(0deg, rgba(255,255,255,0) 0%, #fff 40%, #fff 60%, rgba(255,255,255,0) 100%);background-repeat:repeat-x;background-size:100% 200%;pointer-events:none;-webkit-transition:opacity 100ms;-o-transition:opacity 100ms;transition:opacity 100ms;opacity:0}.edd-gradient-top{background-position:bottom;top:0}.edd-gradient-bottom{background-position:top;bottom:0}.edd-body-scrollable .edd-gradient-top,.edd-body-scrollable .edd-gradient-bottom{opacity:1}.edd-body-scrollable.edd-body-at-top .edd-gradient-top,.edd-body-scrollable.edd-body-at-bottom .edd-gradient-bottom{opacity:0}input[type=text],input[type=tel],input[type=number],input[type=email],input[type=password],textarea{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;padding:10px;border:1px solid #000;border-radius:3px;margin:6px 0px}input[type=text]:active,input[type=text]:focus,input[type=tel]:active,input[type=tel]:focus,input[type=number]:active,input[type=number]:focus,input[type=email]:active,input[type=email]:focus,input[type=password]:active,input[type=password]:focus,textarea:active,textarea:focus{border-color:#CBA543}input[type=text].error,input[type=tel].error,input[type=number].error,input[type=email].error,input[type=password].error,textarea.error{border-color:#EB5757}label{font-weight:300;font-size:14px;line-height:120%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;text-indent:10px}textarea{resize:none;min-width:30vw;min-height:150px}input[type=submit],input#submit{padding:16px 24px;background-color:#CBA543;-webkit-transition:ease .4s;-o-transition:ease .4s;transition:ease .4s;margin:0 10px}input[type=submit]:hover,input#submit:hover{-webkit-transform:scale(0.97);-ms-transform:scale(0.97);transform:scale(0.97)}ul.tabs{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;padding:0;margin:0;list-style:none;border-bottom:1px solid #F0F0F0;margin-bottom:30px}ul.tabs .tab-item{padding:0 20px}ul.tabs .tab-item:first-of-type{padding-left:0}ul.tabs .tab-item:last-of-type{padding-right:0}ul.tabs .tab-link{color:rgba(0,0,0,0.3);font-style:normal;font-weight:500;font-size:18px;margin-bottom:15px;position:relative}ul.tabs .tab-active .tab-link,ul.tabs .tab:hover .tab-link{color:#000000}ul.tabs .tab-active .tab-link:after,ul.tabs .tab:hover .tab-link:after{content:'';border-bottom:3px solid #CBA543;position:absolute;width:100%;bottom:-15px;left:0}.wp-block-media-text{grid-gap:40px}.wp-block-media-text.alignwide .wp-block-media-text__content{padding:0}.brands .brand-logos-wrap{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-left:-10px;margin-right:-10px;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.brands li.brand-logo{width:150px;height:100px;-webkit-transition:all .3s ease;-o-transition:all .3s ease;transition:all .3s ease;margin:0 10px 20px}.brands li.brand-logo:hover{opacity:1;-webkit-box-shadow:0 15px 45px -5px rgba(7,10,25,0.25);box-shadow:0 15px 45px -5px rgba(7,10,25,0.25);-webkit-filter:brightness(1.07);filter:brightness(1.07);-webkit-transform:translate(0, -2px);-ms-transform:translate(0, -2px);transform:translate(0, -2px)}.brands li.brand-logo .image{width:150px;height:100px;background-size:contain;background-repeat:no-repeat;background-position:center}@media (max-width: 600px){.brands li.brand-logo{width:98px;height:60px}.brands li.brand-logo .image{width:98px;height:60px}}.trust-badges .badge-wrap{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-ms-flex-wrap:wrap;flex-wrap:wrap}.trust-badges .badge{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;margin:30px 20px;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.trust-badges .badge p{font-size:14px;line-height:17px}.trust-badges .badge i{margin-right:15px}.trust-badges hr{border:none;border-top:1px solid #F0F0F0}@media (max-width: 450px){.trust-badges .badge{margin:20px 15px}}.next-golf-pros .pro-wrap,.next-golf-pros .blog-wrap,.blog-posts .pro-wrap,.blog-posts .blog-wrap{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.next-golf-pros figure.pro,.next-golf-pros figure.blog,.blog-posts figure.pro,.blog-posts figure.blog{width:31%;margin-right:2%}.next-golf-pros figure.pro a,.next-golf-pros figure.blog a,.blog-posts figure.pro a,.blog-posts figure.blog a{display:block}.next-golf-pros .pro-image,.next-golf-pros .blog-image,.blog-posts .pro-image,.blog-posts .blog-image{height:400px;width:100%;background-size:cover;background-repeat:no-repeat;background-position:center;-webkit-transition:all .3s ease;-o-transition:all .3s ease;transition:all .3s ease}.next-golf-pros .pro-image:hover,.next-golf-pros .blog-image:hover,.blog-posts .pro-image:hover,.blog-posts .blog-image:hover{opacity:1;-webkit-box-shadow:0 15px 45px -5px rgba(7,10,25,0.25);box-shadow:0 15px 45px -5px rgba(7,10,25,0.25);-webkit-filter:brightness(1.07);filter:brightness(1.07);-webkit-transform:translate(0, -2px);-ms-transform:translate(0, -2px);transform:translate(0, -2px)}.next-golf-pros figcaption,.blog-posts figcaption{margin-bottom:30px}.next-golf-pros figcaption h4,.blog-posts figcaption h4{font-size:18px;font-weight:500;line-height:18px;text-align:center;margin-bottom:12px;margin-top:24px}.next-golf-pros figcaption p,.blog-posts figcaption p{font-size:14px;line-height:17px;letter-spacing:0em;text-align:center}@media (max-width: 1000px){.next-golf-pros figure.pro,.next-golf-pros figure.blog,.blog-posts figure.pro,.blog-posts figure.blog{width:47%}}@media (max-width: 600px){.next-golf-pros .pro-image,.blog-posts .pro-image{height:200px}}.blog-posts .title .has-text-align-left{margin-bottom:48px}@media (max-width: 600px){.blog-posts figure.blog{width:100%}}.blog-posts figure.blog{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.blog-posts figure.blog-video .videoWrapper{position:relative;padding-bottom:56.25%;height:0;cursor:pointer}.blog-posts figure.blog-video .videoWrapper iframe{position:absolute;top:0;left:0;width:100%;height:100%}.blog-posts figure.blog-video .blog-video-frame{position:relative}.blog-posts figure.blog-video .blog-video-frame.play:before{content:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 23 30'%3E%3Cdefs/%3E%3Cpath fill='%23CBA543' d='M21.752 14.168a1 1 0 010 1.664L2.055 28.963A1 1 0 01.5 28.131V1.87a1 1 0 011.555-.833l19.697 13.132z'/%3E%3C/svg%3E");width:30px;height:38px;bottom:20px;left:20px;-webkit-transition:all cubic-bezier(0.22, 0.61, 0.36, 1) 0.3s;-o-transition:all cubic-bezier(0.22, 0.61, 0.36, 1) 0.3s;transition:all cubic-bezier(0.22, 0.61, 0.36, 1) 0.3s;background-repeat:no-repeat;position:absolute;z-index:1;margin-left:auto;margin-right:auto}.blog-posts figure.blog-video .blog-video-frame.play:hover:before{opacity:1;-webkit-box-shadow:0 15px 45px -5px rgba(7,10,25,0.25);box-shadow:0 15px 45px -5px rgba(7,10,25,0.25);-webkit-filter:brightness(1.07);filter:brightness(1.07);-webkit-transform:scale(1.05);-ms-transform:scale(1.05);transform:scale(1.05)}.blog-posts figure.blog .blog-image{height:auto;padding-bottom:56.25%}.blog-posts figure.blog figcaption h4,.blog-posts figure.blog figcaption p{text-align:left}.blog-posts figure.blog figcaption h4{margin-bottom:0}.blog-posts figure.blog figcaption p{margin-top:10px}.blog-posts figure.blog figcaption time{color:#CBA543;font-size:12px;font-weight:300;line-height:14px;letter-spacing:0;text-align:left}.single-post .page-title,.blog-page .page-title{margin-top:60px}.container.blog-page .blog--filters p{margin:0;font-size:14px;font-weight:500}.container.blog-page .blog--filters .filters-wrap{margin-top:10px;border-color:#F0F0F0;margin-right:5px;display:-webkit-box;display:-ms-flexbox;display:flex;margin-bottom:48px}.container.blog-page .blog--filters .filters-wrap:hover{border-color:#000}.container.blog-page .blog--filters .filters-wrap .reset-filters{padding:4px 16px;font-size:13px;font-weight:500}.container.blog-page .blog--filters .filters-wrap .edd-root:not(.edd-root-disabled):not(.edd-root-open) .edd-head:hover{border:1px solid #000}.container.blog-page section.blog-posts:not(.active-filters) figure.blog-featured{margin-bottom:48px;width:100%;-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.container.blog-page section.blog-posts:not(.active-filters) figure.blog-featured .blog-image{height:320px}.container.blog-page section.blog-posts:not(.active-filters) figure.blog-featured figcaption{margin-bottom:0}.container.blog-page figure.blog:not(.blog-featured) figcaption{margin-bottom:30px}.container.pro-page .title{margin-top:60px}.container.pro-page .title h1,.container.pro-page .title h2,.container.pro-page .title h3,.container.pro-page .title h4,.container.pro-page .title h5{color:#CBA543}.container.pro-page .title p{margin:24px 0 40px}.container.pro-page .page-end-content{margin-bottom:90px}.container.pro-page .page-end-content .title h3{margin-bottom:20px}.container.pro-page .page-end-content ul{list-style:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 4 4'%3E%3Cdefs/%3E%3Ccircle cx='2' cy='2' r='.8' fill='%23000'/%3E%3C/svg%3E");padding-left:15px;margin-bottom:40px}.next-golf-commercial .inside{position:relative;min-height:200px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background-repeat:no-repeat;background-size:cover;background-position:center}.next-golf-commercial .inside .commercial-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,0.5);opacity:0.6}.next-golf-commercial .inside .content{text-align:center;z-index:2;padding:50px 20px 70px}.next-golf-commercial .inside .content h1,.next-golf-commercial .inside .content h2,.next-golf-commercial .inside .content h3,.next-golf-commercial .inside .content h4,.next-golf-commercial .inside .content h5,.next-golf-commercial .inside .content h6,.next-golf-commercial .inside .content p{color:#fff;padding-bottom:20px}.pricing-page{padding-bottom:100px}.pricing-table-wrap{margin:40px 0}.pricing-table-wrap .table-row{display:-webkit-box;display:-ms-flexbox;display:flex;border-bottom:1px solid #F0F0F0;padding-bottom:16px;margin-bottom:24px}.pricing-table-wrap .table-row .content{width:77%;padding-right:20px}.pricing-table-wrap .table-row .content p{margin-bottom:8px}.pricing-table-wrap .table-row .cost-wrap{display:-webkit-box;display:-ms-flexbox;display:flex;width:37%;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.pricing-table-wrap .table-row .cost-wrap .cost,.pricing-table-wrap .table-row .cost-wrap .time{width:50%;white-space:nowrap}.pricing-table-wrap .table-row .cost-wrap .cost{color:#CBA543}@media (max-width: 575px){.pricing-table-wrap .table-row .content,.pricing-table-wrap .table-row .cost-wrap{width:initial}.pricing-table-wrap .table-row .cost-wrap{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;padding-right:25px}.pricing-table-wrap .table-row .cost-wrap .time{padding-bottom:8px}}.single.single-pros{margin-bottom:100px}.single.single-pros .content-title{color:#CBA543;margin:40px auto}.single.single-pros .content--up{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin-bottom:60px}.single.single-pros .content--up ul{list-style:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 4 4'%3E%3Cdefs/%3E%3Ccircle cx='2' cy='2' r='.8' fill='%23000'/%3E%3C/svg%3E");padding-left:15px;margin-bottom:40px}.single.single-pros .content--up .social a{margin-right:20px}.single.single-pros .content--down{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;margin-bottom:90px}.single.single-pros .content--down .btn{margin:auto}.woocommerce-shop #primary,.archive #primary{max-width:1000px;width:100%}.woocommerce-shop .yith-wcan-filters-opener,.archive .yith-wcan-filters-opener{padding:12px 16px;margin-bottom:30px;font-weight:500;font-size:16px}.woocommerce-shop .yith-wcan-filters-opener i.filter-icon,.archive .yith-wcan-filters-opener i.filter-icon{margin-right:10px}@media (min-width: 992px){.woocommerce-shop .yith-wcan-filters-opener,.archive .yith-wcan-filters-opener{display:none}}.woocommerce-shop .yith-wcan-filters,.archive .yith-wcan-filters{-webkit-box-flex:1;-ms-flex:1;flex:1;margin-top:60px}.woocommerce-shop .yith-wcan-filters h3,.archive .yith-wcan-filters h3{font-style:normal;font-weight:500;font-size:14px;text-transform:uppercase;margin-bottom:40px}.woocommerce-shop .yith-wcan-filters .yith-wcan-filter .filter-items .filter-item .radiobutton.checked:before,.archive .yith-wcan-filters .yith-wcan-filter .filter-items .filter-item .radiobutton.checked:before{padding:5px}.woocommerce-shop .yith-wcan-filters .yith-wcan-filter .filter-items .filter-item .checkboxbutton.checked:before,.archive .yith-wcan-filters .yith-wcan-filter .filter-items .filter-item .checkboxbutton.checked:before{background-size:68%;background-color:#F0F0F0;background-image:url("data:image/svg+xml,%3Csvg width='10' height='10' viewBox='0 0 10 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='10' height='10' rx='1' fill='%23CBA543'/%3E%3C/svg%3E%0A") !important}.woocommerce-shop .yith-wcan-filters .filter-title,.archive .yith-wcan-filters .filter-title{margin-bottom:20px}.woocommerce-shop .yith-wcan-filters .filters-container .yith-wcan-filter,.archive .yith-wcan-filters .filters-container .yith-wcan-filter{border:none;padding:15px 0}.woocommerce-shop .yith-wcan-filters .filters-container .yith-wcan-filter h4,.archive .yith-wcan-filters .filters-container .yith-wcan-filter h4{font-weight:600;font-size:14px;color:#000}.woocommerce-shop .yith-wcan-filters .filters-container .yith-wcan-filter .yith-wcan-dropdown,.archive .yith-wcan-filters .filters-container .yith-wcan-filter .yith-wcan-dropdown{border-color:#000}.woocommerce-shop .yith-wcan-filters .filters-container .yith-wcan-filter .yith-wcan-dropdown .dropdown-label,.archive .yith-wcan-filters .filters-container .yith-wcan-filter .yith-wcan-dropdown .dropdown-label{font-weight:300;font-size:14px;color:#000}.woocommerce-shop .yith-wcan-filters .filters-container .clear-selection,.archive .yith-wcan-filters .filters-container .clear-selection{font-size:10px;line-height:1;border:1px solid #F0F0F0;border-radius:3px;padding:6px;color:#000;font-weight:400}.woocommerce-shop .yith-wcan-filters.filters-modal h3,.archive .yith-wcan-filters.filters-modal h3{font-weight:500;font-size:14px;color:#464646;text-align:left;background-color:transparent;border-bottom:1px solid #F0F0F0;padding-left:20px}.woocommerce-shop .yith-wcan-filters.filters-modal .close-button,.archive .yith-wcan-filters.filters-modal .close-button{top:10px}@media (min-width: 992px){.woocommerce-shop .yith-wcan-filters,.archive .yith-wcan-filters{min-width:250px;padding-right:40px}}@media (max-width: 1330px){.woocommerce-shop .shop-container,.archive .shop-container{padding:0 15px}}.woocommerce ul.products{margin:0 -10px 1em}.woocommerce ul.products.columns-4{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}@media (max-width: 1060px){.woocommerce ul.products.columns-4{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}}.woocommerce ul.products.columns-4 li.product{width:auto;margin:0 20px 20px 0;float:none;max-width:235px}@media (max-width: 1060px){.woocommerce ul.products.columns-4 li.product{max-width:180px;margin:10px}}@media (max-width: 845px){.woocommerce ul.products.columns-4 li.product{max-width:250px;margin:10px}}@media (max-width: 597px){.woocommerce ul.products.columns-4 li.product{max-width:180px;margin:10px}}@media (max-width: 440px){.woocommerce ul.products.columns-4 li.product{max-width:150px;margin:5px}}.woocommerce ul.products li.product .woocommerce-loop-product__title{font-size:16px;font-weight:500;line-height:20px;padding:0;margin:.5em 0 12px 0}.woocommerce ul.products li.product a{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%}.woocommerce ul.products li.product a img{margin:0 0 24px}.woocommerce ul.products li.product p{font-weight:300;font-size:14px;margin-bottom:12px;-o-text-overflow:ellipsis;text-overflow:ellipsis;overflow:hidden;height:17px;white-space:nowrap;line-height:16.8px;margin-top:auto;display:inline-block}.woocommerce ul.products li.product.sale .price{font-weight:600;font-size:18px}.woocommerce ul.products li.product.sale .price del{color:#000;opacity:.2}.woocommerce ul.products li.product.sale .price ins{color:#EB5757}.woocommerce ul.products li.product .price{font-weight:600;font-size:18px;color:#CBA543;margin-top:auto;display:inline-block}.woocommerce ul.products li.product p ~ .price{margin-top:0;display:block}.woocommerce ul.products li.product .onsale{position:absolute;right:0;top:20px;border:0;background-color:#EB5757;padding:10px 7px;color:white;border-radius:0;min-height:initial;min-width:initial;text-transform:uppercase;font-size:10px;margin:0;line-height:1}.woocommerce ul.products li.product .onsale.itsnew{background-color:#CBA543}.woocommerce nav.woocommerce-pagination{margin:40px 0 80px}.woocommerce nav.woocommerce-pagination ul.page-numbers{display:block;border:0}.woocommerce nav.woocommerce-pagination ul.page-numbers li{border:0}.woocommerce nav.woocommerce-pagination ul.page-numbers li span,.woocommerce nav.woocommerce-pagination ul.page-numbers li a{padding:10px 15px;border-radius:5px;margin:0 3px;-webkit-transition:0.2s ease-out;-o-transition:0.2s ease-out;transition:0.2s ease-out}.woocommerce nav.woocommerce-pagination ul.page-numbers li span.current,.woocommerce nav.woocommerce-pagination ul.page-numbers li a.current{color:#fff;background:#CBA543}.woocommerce nav.woocommerce-pagination ul.page-numbers li a:hover,.woocommerce nav.woocommerce-pagination ul.page-numbers li a:focus{color:#fff;background-color:#464646}.woocommerce.single-product .product div#tab-description{-webkit-column-count:2;-moz-column-count:2;column-count:2}.woocommerce.single-product .related.products{margin:100px 0 80px}.woocommerce.single-product .woocommerce-product-gallery__lightbox{top:initial;bottom:0}.woocommerce.single-product .recall_lightbox .zoom_w{display:block !important}.woocommerce.single-product .onsale{top:20px;border:0;background-color:#EB5757;padding:10px 7px;color:white;border-radius:0;min-height:initial;min-width:initial;text-transform:uppercase;font-size:10px;margin:0;line-height:1}.woocommerce.single-product .onsale.itsnew{background-color:#CBA543}.woocommerce #add_payment_method #payment,.woocommerce .woocommerce-cart #payment,.woocommerce .woocommerce-checkout #payment,.woocommerce-page #add_payment_method #payment,.woocommerce-page .woocommerce-cart #payment,.woocommerce-page .woocommerce-checkout #payment{background:#FAFAFA}.woocommerce .woocommerce-error a,.woocommerce .woocommerce-info a,.woocommerce .woocommerce-message a,.woocommerce-page .woocommerce-error a,.woocommerce-page .woocommerce-info a,.woocommerce-page .woocommerce-message a{font-weight:500}.woocommerce .woocommerce-error a.button,.woocommerce .woocommerce-info a.button,.woocommerce .woocommerce-message a.button,.woocommerce-page .woocommerce-error a.button,.woocommerce-page .woocommerce-info a.button,.woocommerce-page .woocommerce-message a.button{background-color:#CBA543;color:#fff}.woocommerce .woocommerce-error a.button:hover,.woocommerce .woocommerce-info a.button:hover,.woocommerce .woocommerce-message a.button:hover,.woocommerce-page .woocommerce-error a.button:hover,.woocommerce-page .woocommerce-info a.button:hover,.woocommerce-page .woocommerce-message a.button:hover{background-color:#464646}.woocommerce .woocommerce-error a.showcoupon:hover,.woocommerce .woocommerce-info a.showcoupon:hover,.woocommerce .woocommerce-message a.showcoupon:hover,.woocommerce-page .woocommerce-error a.showcoupon:hover,.woocommerce-page .woocommerce-info a.showcoupon:hover,.woocommerce-page .woocommerce-message a.showcoupon:hover{color:#CBA543}.woocommerce .woocommerce-info,.woocommerce-page .woocommerce-info{border-top-color:#CBA543}.woocommerce .woocommerce-info:before,.woocommerce-page .woocommerce-info:before{color:#CBA543}.woocommerce #content div.product div.summary .product_title,.woocommerce div.product div.summary .product_title,.woocommerce-page #content div.product div.summary .product_title,.woocommerce-page div.product div.summary .product_title{margin-bottom:20px}.woocommerce #content div.product div.summary table.variations tr,.woocommerce div.product div.summary table.variations tr,.woocommerce-page #content div.product div.summary table.variations tr,.woocommerce-page div.product div.summary table.variations tr{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;margin-bottom:20px}.woocommerce #content div.product div.summary table.variations tr td.label,.woocommerce div.product div.summary table.variations tr td.label,.woocommerce-page #content div.product div.summary table.variations tr td.label,.woocommerce-page div.product div.summary table.variations tr td.label{font-size:14px}.woocommerce #content div.product div.summary table.variations tr .variable-items-wrapper li.variable-item.color-variable-item,.woocommerce div.product div.summary table.variations tr .variable-items-wrapper li.variable-item.color-variable-item,.woocommerce-page #content div.product div.summary table.variations tr .variable-items-wrapper li.variable-item.color-variable-item,.woocommerce-page div.product div.summary table.variations tr .variable-items-wrapper li.variable-item.color-variable-item{border-radius:100%;-webkit-box-shadow:none;box-shadow:none;padding:2px}.woocommerce #content div.product div.summary table.variations tr .variable-items-wrapper li.variable-item.color-variable-item.selected,.woocommerce div.product div.summary table.variations tr .variable-items-wrapper li.variable-item.color-variable-item.selected,.woocommerce-page #content div.product div.summary table.variations tr .variable-items-wrapper li.variable-item.color-variable-item.selected,.woocommerce-page div.product div.summary table.variations tr .variable-items-wrapper li.variable-item.color-variable-item.selected{border:1px solid #000}.woocommerce #content div.product div.summary table.variations tr .variable-items-wrapper li.variable-item.color-variable-item span,.woocommerce div.product div.summary table.variations tr .variable-items-wrapper li.variable-item.color-variable-item span,.woocommerce-page #content div.product div.summary table.variations tr .variable-items-wrapper li.variable-item.color-variable-item span,.woocommerce-page div.product div.summary table.variations tr .variable-items-wrapper li.variable-item.color-variable-item span{border-radius:100%}.woocommerce #content div.product div.summary table.variations tr .variable-items-wrapper li.variable-item.color-variable-item span:after,.woocommerce div.product div.summary table.variations tr .variable-items-wrapper li.variable-item.color-variable-item span:after,.woocommerce-page #content div.product div.summary table.variations tr .variable-items-wrapper li.variable-item.color-variable-item span:after,.woocommerce-page div.product div.summary table.variations tr .variable-items-wrapper li.variable-item.color-variable-item span:after{content:none}.woocommerce #content div.product div.summary table.variations tr .variable-items-wrapper li.variable-item.button-variable-item,.woocommerce div.product div.summary table.variations tr .variable-items-wrapper li.variable-item.button-variable-item,.woocommerce-page #content div.product div.summary table.variations tr .variable-items-wrapper li.variable-item.button-variable-item,.woocommerce-page div.product div.summary table.variations tr .variable-items-wrapper li.variable-item.button-variable-item{font-size:14px}.woocommerce #content div.product div.summary table.variations tr .variable-items-wrapper li.variable-item.button-variable-item.selected,.woocommerce div.product div.summary table.variations tr .variable-items-wrapper li.variable-item.button-variable-item.selected,.woocommerce-page #content div.product div.summary table.variations tr .variable-items-wrapper li.variable-item.button-variable-item.selected,.woocommerce-page div.product div.summary table.variations tr .variable-items-wrapper li.variable-item.button-variable-item.selected{font-weight:500}.woocommerce #content div.product div.summary form.cart,.woocommerce div.product div.summary form.cart,.woocommerce-page #content div.product div.summary form.cart,.woocommerce-page div.product div.summary form.cart{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;margin:0;vertical-align:middle}.woocommerce #content div.product div.summary form.cart .woocommerce-variation-add-to-cart.variations_button,.woocommerce div.product div.summary form.cart .woocommerce-variation-add-to-cart.variations_button,.woocommerce-page #content div.product div.summary form.cart .woocommerce-variation-add-to-cart.variations_button,.woocommerce-page div.product div.summary form.cart .woocommerce-variation-add-to-cart.variations_button{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.woocommerce #content div.product div.summary form.cart div.quantity input,.woocommerce div.product div.summary form.cart div.quantity input,.woocommerce-page #content div.product div.summary form.cart div.quantity input,.woocommerce-page div.product div.summary form.cart div.quantity input{height:48px;font-size:14px;font-weight:500}.woocommerce #content div.product div.summary form.cart button.single_add_to_cart_button,.woocommerce div.product div.summary form.cart button.single_add_to_cart_button,.woocommerce-page #content div.product div.summary form.cart button.single_add_to_cart_button,.woocommerce-page div.product div.summary form.cart button.single_add_to_cart_button{padding:16px 24px;background-color:#CBA543;-webkit-transition:ease .4s;-o-transition:ease .4s;transition:ease .4s;margin:0 10px}.woocommerce #content div.product div.summary form.cart button.single_add_to_cart_button:hover,.woocommerce div.product div.summary form.cart button.single_add_to_cart_button:hover,.woocommerce-page #content div.product div.summary form.cart button.single_add_to_cart_button:hover,.woocommerce-page div.product div.summary form.cart button.single_add_to_cart_button:hover{-webkit-transform:scale(0.97);-ms-transform:scale(0.97);transform:scale(0.97)}.woocommerce #content div.product div.summary form.cart.variations_form,.woocommerce div.product div.summary form.cart.variations_form,.woocommerce-page #content div.product div.summary form.cart.variations_form,.woocommerce-page div.product div.summary form.cart.variations_form{display:block}.woocommerce #content div.product div.summary form.cart.grouped_form,.woocommerce div.product div.summary form.cart.grouped_form,.woocommerce-page #content div.product div.summary form.cart.grouped_form,.woocommerce-page div.product div.summary form.cart.grouped_form{display:block}.woocommerce #content div.product div.summary form.cart.grouped_form button.single_add_to_cart_button,.woocommerce div.product div.summary form.cart.grouped_form button.single_add_to_cart_button,.woocommerce-page #content div.product div.summary form.cart.grouped_form button.single_add_to_cart_button,.woocommerce-page div.product div.summary form.cart.grouped_form button.single_add_to_cart_button{margin:10px 10px 10px 0}.woocommerce #content div.product div.summary form.cart .grouped_form__button,.woocommerce div.product div.summary form.cart .grouped_form__button,.woocommerce-page #content div.product div.summary form.cart .grouped_form__button,.woocommerce-page div.product div.summary form.cart .grouped_form__button{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex}.woocommerce #content div.product div.summary form.cart .group_table td,.woocommerce div.product div.summary form.cart .group_table td,.woocommerce-page #content div.product div.summary form.cart .group_table td,.woocommerce-page div.product div.summary form.cart .group_table td{vertical-align:middle}.woocommerce #content div.product div.summary p.price,.woocommerce #content div.product div.summary span.price,.woocommerce div.product div.summary p.price,.woocommerce div.product div.summary span.price,.woocommerce-page #content div.product div.summary p.price,.woocommerce-page #content div.product div.summary span.price,.woocommerce-page div.product div.summary p.price,.woocommerce-page div.product div.summary span.price{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;color:#000;font-size:16px;font-weight:600;line-height:22px;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.woocommerce #content div.product div.summary p.price del,.woocommerce #content div.product div.summary span.price del,.woocommerce div.product div.summary p.price del,.woocommerce div.product div.summary span.price del,.woocommerce-page #content div.product div.summary p.price del,.woocommerce-page #content div.product div.summary span.price del,.woocommerce-page div.product div.summary p.price del,.woocommerce-page div.product div.summary span.price del{color:rgba(0,0,0,0.2)}.woocommerce #content div.product div.summary p.price ins,.woocommerce #content div.product div.summary span.price ins,.woocommerce div.product div.summary p.price ins,.woocommerce div.product div.summary span.price ins,.woocommerce-page #content div.product div.summary p.price ins,.woocommerce-page #content div.product div.summary span.price ins,.woocommerce-page div.product div.summary p.price ins,.woocommerce-page div.product div.summary span.price ins{color:#EB5757;margin-left:10px}.woocommerce #content div.product div.summary .pwb-single-product-brands,.woocommerce div.product div.summary .pwb-single-product-brands,.woocommerce-page #content div.product div.summary .pwb-single-product-brands,.woocommerce-page div.product div.summary .pwb-single-product-brands{font-weight:500}.woocommerce #content div.product .woocommerce-tabs ul.tabs,.woocommerce div.product .woocommerce-tabs ul.tabs,.woocommerce-page #content div.product .woocommerce-tabs ul.tabs,.woocommerce-page div.product .woocommerce-tabs ul.tabs{overflow:visible}.woocommerce #content div.product .woocommerce-tabs ul.tabs:before,.woocommerce div.product .woocommerce-tabs ul.tabs:before,.woocommerce-page #content div.product .woocommerce-tabs ul.tabs:before,.woocommerce-page div.product .woocommerce-tabs ul.tabs:before{z-index:0;border-color:#FAFAFA}.woocommerce #content div.product .woocommerce-tabs ul.tabs li,.woocommerce div.product .woocommerce-tabs ul.tabs li,.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li,.woocommerce-page div.product .woocommerce-tabs ul.tabs li{border:initial;background-color:initial;display:inline-block;border-radius:0;margin:0 20px;padding:0}.woocommerce #content div.product .woocommerce-tabs ul.tabs li:before,.woocommerce #content div.product .woocommerce-tabs ul.tabs li:after,.woocommerce div.product .woocommerce-tabs ul.tabs li:before,.woocommerce div.product .woocommerce-tabs ul.tabs li:after,.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li:before,.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li:after,.woocommerce-page div.product .woocommerce-tabs ul.tabs li:before,.woocommerce-page div.product .woocommerce-tabs ul.tabs li:after{content:none}.woocommerce #content div.product .woocommerce-tabs ul.tabs li:first-of-type,.woocommerce div.product .woocommerce-tabs ul.tabs li:first-of-type,.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li:first-of-type,.woocommerce-page div.product .woocommerce-tabs ul.tabs li:first-of-type{margin-left:0}.woocommerce #content div.product .woocommerce-tabs ul.tabs li.active,.woocommerce div.product .woocommerce-tabs ul.tabs li.active,.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li.active,.woocommerce-page div.product .woocommerce-tabs ul.tabs li.active{background:none;z-index:0;border-bottom-color:transparent}.woocommerce #content div.product .woocommerce-tabs ul.tabs li.active:after,.woocommerce div.product .woocommerce-tabs ul.tabs li.active:after,.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li.active:after,.woocommerce-page div.product .woocommerce-tabs ul.tabs li.active:after{border:0;-webkit-box-shadow:none;box-shadow:none;position:absolute;content:" ";width:100%;bottom:-1px;left:0;border:1.5px solid #CBA543;background-color:#CBA543;border-radius:10px;z-index:2;height:3px}.woocommerce #content div.product .woocommerce-tabs ul.tabs li a,.woocommerce div.product .woocommerce-tabs ul.tabs li a,.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li a,.woocommerce-page div.product .woocommerce-tabs ul.tabs li a{font-size:18px;font-style:normal;font-weight:500;line-height:18px;letter-spacing:0em;text-align:center}.woocommerce #content div.product .woocommerce-tabs .panel h2,.woocommerce div.product .woocommerce-tabs .panel h2,.woocommerce-page #content div.product .woocommerce-tabs .panel h2,.woocommerce-page div.product .woocommerce-tabs .panel h2{display:none}.woocommerce #content div.product .woocommerce-tabs .panel table,.woocommerce div.product .woocommerce-tabs .panel table,.woocommerce-page #content div.product .woocommerce-tabs .panel table,.woocommerce-page div.product .woocommerce-tabs .panel table{border:0}.woocommerce #content div.product .woocommerce-tabs .panel table tr th,.woocommerce #content div.product .woocommerce-tabs .panel table tr td,.woocommerce div.product .woocommerce-tabs .panel table tr th,.woocommerce div.product .woocommerce-tabs .panel table tr td,.woocommerce-page #content div.product .woocommerce-tabs .panel table tr th,.woocommerce-page #content div.product .woocommerce-tabs .panel table tr td,.woocommerce-page div.product .woocommerce-tabs .panel table tr th,.woocommerce-page div.product .woocommerce-tabs .panel table tr td{background:none;border:0;text-align:left;font-style:normal}.woocommerce #content div.product #reviews,.woocommerce div.product #reviews,.woocommerce-page #content div.product #reviews,.woocommerce-page div.product #reviews{padding:0 20px}.woocommerce #content div.product #reviews form[id*="comment"],.woocommerce div.product #reviews form[id*="comment"],.woocommerce-page #content div.product #reviews form[id*="comment"],.woocommerce-page div.product #reviews form[id*="comment"]{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;-webkit-column-gap:20px;-moz-column-gap:20px;column-gap:20px}.woocommerce #content div.product #reviews form[id*="comment"] .comment-form-comment textarea,.woocommerce div.product #reviews form[id*="comment"] .comment-form-comment textarea,.woocommerce-page #content div.product #reviews form[id*="comment"] .comment-form-comment textarea,.woocommerce-page div.product #reviews form[id*="comment"] .comment-form-comment textarea{max-width:50%}.woocommerce #content div.product #reviews form[id*="comment"] .comment-notes,.woocommerce #content div.product #reviews form[id*="comment"] .comment-form-comment,.woocommerce #content div.product #reviews form[id*="comment"] .comment-form-cookies-consent,.woocommerce div.product #reviews form[id*="comment"] .comment-notes,.woocommerce div.product #reviews form[id*="comment"] .comment-form-comment,.woocommerce div.product #reviews form[id*="comment"] .comment-form-cookies-consent,.woocommerce-page #content div.product #reviews form[id*="comment"] .comment-notes,.woocommerce-page #content div.product #reviews form[id*="comment"] .comment-form-comment,.woocommerce-page #content div.product #reviews form[id*="comment"] .comment-form-cookies-consent,.woocommerce-page div.product #reviews form[id*="comment"] .comment-notes,.woocommerce-page div.product #reviews form[id*="comment"] .comment-form-comment,.woocommerce-page div.product #reviews form[id*="comment"] .comment-form-cookies-consent{-ms-flex-preferred-size:100%;flex-basis:100%}.woocommerce #content div.product #reviews form[id*="comment"] .comment-form-cookies-consent,.woocommerce div.product #reviews form[id*="comment"] .comment-form-cookies-consent,.woocommerce-page #content div.product #reviews form[id*="comment"] .comment-form-cookies-consent,.woocommerce-page div.product #reviews form[id*="comment"] .comment-form-cookies-consent{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.woocommerce #content div.product #reviews input[type=submit],.woocommerce #content div.product #reviews input#submit,.woocommerce div.product #reviews input[type=submit],.woocommerce div.product #reviews input#submit,.woocommerce-page #content div.product #reviews input[type=submit],.woocommerce-page #content div.product #reviews input#submit,.woocommerce-page div.product #reviews input[type=submit],.woocommerce-page div.product #reviews input#submit{padding:16px 24px;background-color:#CBA543;-webkit-transition:ease .4s;-o-transition:ease .4s;transition:ease .4s;margin:10px 0 0;color:#fff}.woocommerce #content div.product #reviews input[type=submit]:hover,.woocommerce #content div.product #reviews input#submit:hover,.woocommerce div.product #reviews input[type=submit]:hover,.woocommerce div.product #reviews input#submit:hover,.woocommerce-page #content div.product #reviews input[type=submit]:hover,.woocommerce-page #content div.product #reviews input#submit:hover,.woocommerce-page div.product #reviews input[type=submit]:hover,.woocommerce-page div.product #reviews input#submit:hover{-webkit-transform:scale(0.97);-ms-transform:scale(0.97);transform:scale(0.97)}.woocommerce #content table.cart th,.woocommerce table.cart th,.woocommerce-page #content table.cart th,.woocommerce-page table.cart th{font-size:15px}.woocommerce #content table.cart td,.woocommerce table.cart td,.woocommerce-page #content table.cart td,.woocommerce-page table.cart td{font-size:14px}.woocommerce #content table.cart td.product-remove a,.woocommerce table.cart td.product-remove a,.woocommerce-page #content table.cart td.product-remove a,.woocommerce-page table.cart td.product-remove a{font-size:28px;font-weight:300;color:#EB5757}.woocommerce #content table.cart td.product-remove a:hover,.woocommerce table.cart td.product-remove a:hover,.woocommerce-page #content table.cart td.product-remove a:hover,.woocommerce-page table.cart td.product-remove a:hover{background-color:#EB5757}.woocommerce #content table.cart td.actions,.woocommerce table.cart td.actions,.woocommerce-page #content table.cart td.actions,.woocommerce-page table.cart td.actions{padding:20px 12px}.woocommerce #content table.cart td.actions .coupon,.woocommerce table.cart td.actions .coupon,.woocommerce-page #content table.cart td.actions .coupon,.woocommerce-page table.cart td.actions .coupon{float:left;display:-webkit-box;display:-ms-flexbox;display:flex;width:60%}.woocommerce #content table.cart td.actions .coupon input[name="coupon_code"],.woocommerce table.cart td.actions .coupon input[name="coupon_code"],.woocommerce-page #content table.cart td.actions .coupon input[name="coupon_code"],.woocommerce-page table.cart td.actions .coupon input[name="coupon_code"]{width:40%}.woocommerce #content table.cart td.actions button,.woocommerce table.cart td.actions button,.woocommerce-page #content table.cart td.actions button,.woocommerce-page table.cart td.actions button{background-color:#F0F0F0;color:#000;font-size:14px}.woocommerce #content table.cart td.actions button:hover,.woocommerce table.cart td.actions button:hover,.woocommerce-page #content table.cart td.actions button:hover,.woocommerce-page table.cart td.actions button:hover{background-color:#d7d7d7}.woocommerce .cart-collaterals .cart_totals h2,.woocommerce-page .cart-collaterals .cart_totals h2{font-size:24px}.woocommerce .cart-collaterals table th,.woocommerce .cart-collaterals table td[data-title="Total"],.woocommerce-page .cart-collaterals table th,.woocommerce-page .cart-collaterals table td[data-title="Total"]{font-size:15px}.woocommerce .cart-collaterals .wc-proceed-to-checkout,.woocommerce-page .cart-collaterals .wc-proceed-to-checkout{display:-webkit-box;display:-ms-flexbox;display:flex}.woocommerce .cart-collaterals .wc-proceed-to-checkout a.checkout-button,.woocommerce-page .cart-collaterals .wc-proceed-to-checkout a.checkout-button{color:#fff;background-color:#CBA543;margin-left:auto;font-size:16px;padding:20px 25px}.woocommerce .cart-collaterals .wc-proceed-to-checkout a.checkout-button:hover,.woocommerce-page .cart-collaterals .wc-proceed-to-checkout a.checkout-button:hover{-webkit-transform:scale(0.96);-ms-transform:scale(0.96);transform:scale(0.96)}.woocommerce form .form-row,.woocommerce-page form .form-row{padding:0;margin:0 0 20px}.woocommerce form .form-row label,.woocommerce-page form .form-row label{font-size:12px}.woocommerce form .form-row .select2-container--default .select2-selection--single,.woocommerce-page form .form-row .select2-container--default .select2-selection--single{border:1px solid #000;border-radius:3px}.woocommerce form .form-row button,.woocommerce-page form .form-row button{font-size:14px;padding:12px 16px}.woocommerce #payment .form-row button[type="submit"],.woocommerce-page #payment .form-row button[type="submit"]{color:#fff;background-color:#CBA543;margin-left:auto;font-size:16px;padding:20px 25px;-webkit-transition:-webkit-transform ease .3s;transition:-webkit-transform ease .3s;-o-transition:transform ease .3s;transition:transform ease .3s;transition:transform ease .3s, -webkit-transform ease .3s}.woocommerce #payment .form-row button[type="submit"]:hover,.woocommerce-page #payment .form-row button[type="submit"]:hover{-webkit-transform:scale(0.96);-ms-transform:scale(0.96);transform:scale(0.96)}.woocommerce table.shop_table th,.woocommerce-page table.shop_table th{font-size:15px}.woocommerce table.shop_table td,.woocommerce-page table.shop_table td{font-size:14px}
/* === FIX: WooCommerce tootekasti joondus ja piirangud === */
.woocommerce ul.products li.product a.woocommerce-loop-product__link {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

.woocommerce-loop-product__title {
  margin-bottom: auto;
}

.woocommerce-loop-product__description {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  max-height: 4.5em;
  line-height: 1.5em;
  word-break: break-word;
}

.woocommerce ul.products li.product .price {
  margin-top: auto;
  display: block;
  padding-top: 10px;
}.pwb-clearfix:after{content:"";display:table;clear:both}.pwb-before-loop{margin-bottom:1em}.pwb-after-loop{margin-top:1em}.pwb-carousel .pwb-slick-slide a{display:block}.pwb-carousel .pwb-slick-slide a>img{margin:0 auto}.pwb-carousel .pwb-slick-slide,.pwb-product-carousel .pwb-slick-slide{margin:0 10px}.pwb-carousel .slick-prev,.pwb-carousel .slick-next,.pwb-product-carousel .slick-prev,.pwb-product-carousel .slick-next{font-size:0;position:absolute;top:0;bottom:0;display:block;cursor:pointer;font-size:22px;width:30px;overflow:hidden;text-align:center;color:#aeaeae;border:none;outline:none;z-index:999;background:#eee;opacity:0;transition:opacity .3s ease-in-out;-webkit-transition:opacity .3s ease-in-out;-moz-transition:opacity .3s ease-in-out;-o-transition:opacity .3s ease-in-out}.pwb-carousel .slick-prev>span,.pwb-carousel .slick-next>span,.pwb-product-carousel .slick-prev>span,.pwb-product-carousel .slick-next>span{display:inline-block;height:20px;width:20px;padding:10px;position:absolute;top:50%;margin-top:-20px;left:0;right:0}.pwb-carousel .slick-prev:hover,.pwb-carousel .slick-prev:focus,.pwb-carousel .slick-next:hover,.pwb-carousel .slick-next:focus,.pwb-product-carousel .slick-prev:hover,.pwb-product-carousel .slick-prev:focus,.pwb-product-carousel .slick-next:hover,.pwb-product-carousel .slick-next:focus{outline:none}.pwb-carousel .slick-prev,.pwb-product-carousel .slick-prev{left:0}.pwb-carousel .slick-next,.pwb-product-carousel .slick-next{right:0}.pwb-carousel:hover .slick-next,.pwb-carousel:hover .slick-prev,.pwb-product-carousel:hover .slick-next,.pwb-product-carousel:hover .slick-prev{opacity:.8}.pwb-product-carousel .pwb-amount{display:block;width:100%;margin-bottom:12px}.pwb-carousel,.pwb-product-carousel{min-height:30px}.pwb-carousel .pwb-slick-slide,.pwb-product-carousel .pwb-slick-slide{display:none}.pwb-carousel.slick-initialized .pwb-slick-slide,.pwb-product-carousel.slick-initialized .pwb-slick-slide{display:block}.pwb-carousel .slick-list,.pwb-product-carousel .slick-list{opacity:0;position:absolute}.pwb-carousel.slick-initialized,.pwb-product-carousel.slick-initialized{min-height:none}.pwb-carousel.slick-initialized .slick-list,.pwb-product-carousel.slick-initialized .slick-list{opacity:1;position:relative;transition:opacity .2s ease-in}.pwb-carousel.slick-initialized .pwb-carousel-loader,.pwb-product-carousel.slick-initialized .pwb-carousel-loader{display:none!important;opacity:0!important}.pwb-carousel-loader{font-size:10px;margin:50px auto;text-indent:-9999em;width:30px;height:30px;border-radius:50%;background:#525252;background:-moz-linear-gradient(left,#525252 10%,#fff0 42%);background:-webkit-linear-gradient(left,#525252 10%,#fff0 42%);background:-o-linear-gradient(left,#525252 10%,#fff0 42%);background:-ms-linear-gradient(left,#525252 10%,#fff0 42%);background:linear-gradient(to right,#525252 10%,#fff0 42%);position:relative;-webkit-animation:PWBCarouselLoader 1.4s infinite linear;animation:PWBCarouselLoader 1.4s infinite linear;-webkit-transform:translateZ(0);-ms-transform:translateZ(0);transform:translateZ(0)}.pwb-carousel-loader:before{width:50%;height:50%;background:#525252;border-radius:100% 0 0 0;position:absolute;top:0;left:0;content:""}.pwb-carousel-loader:after{background:#fff;width:75%;height:75%;border-radius:50%;content:"";margin:auto;position:absolute;top:0;left:0;bottom:0;right:0}@-webkit-keyframes PWBCarouselLoader{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes PWBCarouselLoader{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.pwb-all-brands .pwb-pagination-wrapper{margin-top:20px;padding-top:10px;border-top:1px solid #ededed;text-align:right}.pwb-all-brands .pwb-pagination{display:inline-block;margin-right:10px;background-color:#ededed;color:#333;text-align:center;padding:10px}.pwb-brands-cols-outer{display:flex;flex-wrap:wrap;gap:15px}.pwb-all-brands .pwb-brands-cols-outer:after{content:"";display:table;clear:both}.pwb-all-brands .pwb-brands-cols-outer .pwb-brands-col3{box-sizing:border-box;width:calc(20% - 15px);display:flex;align-items:center;justify-content:center;flex-wrap:wrap}.pwb-az-listing-row{margin-bottom:20px}.pwb-az-listing-row-in{margin-left:-5px;margin-right:-5px}.pwb-az-listing-col{padding:5px}.pwb-az-listing-col>a{display:block;text-transform:uppercase;white-space:nowrap;overflow:hidden}.pwb-az-listing-title{border-bottom:1px solid #ddd;font-weight:700;font-size:115%;text-transform:uppercase}.pwb-az-listing-header{margin-bottom:30px}.pwb-az-listing-header ul{margin:0;padding:0;list-style:none;margin-right:-2px;margin-left:-2px}.pwb-az-listing-header li{display:inline-block;float:left;width:25px;height:25px;margin:2px;line-height:25px;border:1px solid #ddd;text-align:center}.pwb-az-listing-header a{text-transform:uppercase}.pwb-filter-products input[type=checkbox]{margin-right:10px}.pwb-filter-products li{margin-bottom:5px}.pwb-row:after{content:"";display:table;clear:both}.pwb-columns-2{width:50%}.pwb-columns-3{width:33.33333%}.pwb-columns-4{width:25%}.pwb-columns-5{width:20%}.pwb-columns-6{width:16.66666%}.pwb-columns{float:left}.pwb-single-product-brands{padding-top:1em;display:flex;gap:.1em}.product_meta .pwb-single-product-brands{padding-top:0}.pwb-text-before-brands-links{margin-right:4px}@media screen and (max-width:1000px){.pwb-all-brands .pwb-brands-cols-outer .pwb-brands-col3{width:25%}}@media screen and (max-width:700px){.pwb-all-brands .pwb-brands-cols-outer .pwb-brands-col3{width:50%}.pwb-columns-5,.pwb-columns-6{width:25%}}@media screen and (max-width:480px){.pwb-all-brands .pwb-brands-cols-outer .pwb-brands-col3{width:100%;float:none}.pwb-all-brands .pwb-brands-cols-outer .pwb-brands-col3>p:first-child{height:auto}.pwb-columns-3,.pwb-columns-4,.pwb-columns-5,.pwb-columns-6{width:50%}}@media(min-width:576px){.pwb-az-listing-col{width:50%;float:left}}@media(min-width:992px){.pwb-az-listing-col{width:25%}}.wdp_pricing_table{border-collapse:collapse;font-size:.9em;table-layout:fixed;--highlight-range-bg:#efefef;--highlight-range-text:#6d6d6d}.wdp_pricing_table td{border:solid 1px #dfdfdf;padding:5px 10px;text-align:center;caret-color:#fff0}.wdp_pricing_table tr.clickable_bulk{cursor:pointer}.wdp_pricing_table .clickable_bulk:hover>*,.wdp_pricing_table .wdp_selected_row td{background-color:var(--highlight-range-bg)!important;color:var(--highlight-range-text)!important}.wdp_pricing_table thead{background:#efefef}.spinner_img{content:url(https://nextgolf.ee/wp-content/plugins/advanced-dynamic-pricing-for-woocommerce/BaseVersion/assets/css/../images/spinner-2x.gif);display:block}del .woocommerce-Price-amount{display:inline}.wdp_pricing_table_radio_btn td{border:none}.wdp_deals_table_caption{font-weight:700}.wdp_deals_table{border-collapse:collapse;font-size:.9em}.wdp_deals_table td{border:solid 1px #dfdfdf;padding:5px 10px;text-align:center}.wdp_deals_table thead{background:#efefef}