/*
Theme Name: Kaiba
Author: Anonymous
Author URI:
Version: 1
Description: Kaiba theme for Wordpress
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: Kaiba
Tags: one-column, two-columns
Theme URI:
*/

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */

html
{
    font-family: sans-serif; /* 1 */

        -ms-text-size-adjust: 100%; /* 2 */
    -webkit-text-size-adjust: 100%; /* 2 */
}

.hero-slider .slick-next, .hero-slider .slick-prev {
    position: absolute;
    display: unset;
    height: unset;
    width: unset;
    line-height: 0;
    font-size: 0;
    cursor: pointer;
    top: auto;
    -webkit-transform: translateY(-50%);
    transform: unset;
    padding: 0;
    border: none;
}

/**
 * Remove default margin.
 */

body
{
    margin: 0;
}

/* HTML5 display definitions
	 ========================================================================== */

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary
{
    display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video
{
    display: inline-block; /* 1 */

    vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls])
{
    display: none;

    height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */

[hidden],
template
{
    display: none;
}

/* Links
	 ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a
{
    background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */

a:active,
a:hover
{
    outline: 0;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

abbr[title]
{
    border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong
{
    font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */

dfn
{
    font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

h1
{
    font-size: 2em;

    margin: .67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark
{
    color: #000;
    background: #ff0;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small
{
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup
{
    font-size: 75%;
    line-height: 0;

    position: relative;

    vertical-align: baseline;
}

sup
{
    top: -.5em;
}

sub
{
    bottom: -.25em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img
{
    border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

svg:not(:root)
{
    overflow: hidden;
}

/* Grouping content
	 ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure
{
    margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr
{
    box-sizing: content-box;
    height: 0;
}

/**
 * Contain overflow in all browsers.
 */

pre
{
    overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

code,
kbd,
pre,
samp
{
    font-family: monospace, monospace;
    font-size: 1em;
}

/* Forms
	 ========================================================================== */

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea
{
    font: inherit; /* 2 */

    margin: 0; /* 3 */

    color: inherit; /* 1 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button
{
    overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

button,
select
{
    text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type='button'],
input[type='reset'],
input[type='submit']
{
    cursor: pointer; /* 3 */

    -webkit-appearance: button; /* 2 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled]
{
    cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner
{
    padding: 0;

    border: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input
{
    line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type='checkbox'],
input[type='radio']
{
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

input[type='number']::-webkit-inner-spin-button,
input[type='number']::-webkit-outer-spin-button
{
    height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */

input[type='search']
{
    box-sizing: content-box; /* 2 */

    -webkit-appearance: textfield; /* 1 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

input[type='search']::-webkit-search-cancel-button,
input[type='search']::-webkit-search-decoration
{
    -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset
{
    margin: 0 2px;
    padding: .35em .625em .75em;

    border: 1px solid #c0c0c0;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend
{
    padding: 0; /* 2 */

    border: 0; /* 1 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea
{
    overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup
{
    font-weight: bold;
}

/* Tables
	 ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table
{
    border-spacing: 0;
    border-collapse: collapse;
}

td,
th
{
    padding: 0;
}

@font-face
{
    font-family: 'Nunito';
    font-weight: 700;
    font-style: normal;

    src: url('fonts/NunitoBold.woff2') format('woff2'), url('fonts/NunitoBold.woff') format('woff');
}

@font-face
{
    font-family: 'Nunito';
    font-weight: 400;
    font-style: normal;

    src: url('fonts/NunitoRegular.woff2') format('woff2'), url('fonts/NunitoRegular.woff') format('woff');
}

/* Slider */

.slick-slider
{
    position: relative;

    display: block;

    box-sizing: border-box;

    -webkit-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.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);
        -ms-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;

    margin-right: auto;
    margin-left: 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;

    height: 100%;
    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: 1px solid transparent;
}

.slick-arrow.slick-hidden
{
    display: none;
}

/* custom select styles */

.jcf-select
{
    font-family: 'Nunito', 'Arial', 'Helvetica Neue', 'Helvetica', sans-serif;
    font-size: 14px;
    font-weight: 500;

    position: relative;

    display: inline-block;

    min-width: 150px;
    height: 30px;

    text-align: center;
    vertical-align: top;

    border-radius: 18px;
    background: #fff;
    background-color: rgba(190, 190, 190, .6);
}

.jcf-select select
{
    z-index: 1;
    top: 0;
    left: 0;
}

.jcf-select .jcf-select-text
{
    font-size: 14px;
    font-weight: 500;
    line-height: 32px;

    display: block;
    overflow: hidden;

    margin: 0 42px 0 42px;

    cursor: default;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.jcf-select .jcf-select-opener
{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;

    width: 42px;

    text-align: center;

    background-image: url('data:image/svg+xml,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 320 512\' fill=\'%23777777\'%3E%3Cpath d=\'M41 288h238c21.4 0 32.1 25.9 17 41L177 448c-9.4 9.4-24.6 9.4-33.9 0L24 329c-15.1-15.1-4.4-41 17-41z\'/%3E%3C/svg%3E');
    background-repeat: no-repeat;
    background-position: 15% 36%;
    background-size: 1em 1em;
}

body > .jcf-select-drop
{
    position: absolute;
    z-index: 9999;

    margin: -1px 0 0;
}

body > .jcf-select-drop.jcf-drop-flipped
{
    margin: 1px 0 0;
}

.jcf-select .jcf-select-drop
{
    position: absolute;
    z-index: 9999;
    top: 100%;
    right: -1px;
    left: -1px;

    margin-top: 0;
}

.jcf-select .jcf-drop-flipped
{
    top: auto;
    bottom: 100%;
}

.jcf-select-drop .jcf-select-drop-content
{
    box-shadow: 0 0 5px rgba(0, 0, 0, .15);
}

/* multiple select styles */

.jcf-list-box
{
    display: inline-block;
    overflow: hidden;

    min-width: 200px;
    margin: 0 15px;

    border: 1px solid transparent;
}

/* select options styles */

.jcf-list
{
    font-size: 12px;
    line-height: 14px;

    position: relative;

    display: inline-block;

    width: 100%;

    vertical-align: top;

    background: #fff;
}

.jcf-list .jcf-list-content
{
    display: inline-block;
    overflow: auto;

    width: 100%;

    vertical-align: top;
}

.jcf-list ul
{
    margin: 0;
    padding: 0;

    list-style: none;
}

.jcf-list ul li
{
    display: block;
    overflow: hidden;
}

.jcf-list .jcf-overflow
{
    overflow: auto;
}

.jcf-list .jcf-option
{
    display: block;
    overflow: hidden;

    height: 1%;
    padding: 5px 9px;

    cursor: default;

    color: #656565;
}

.jcf-list .jcf-disabled
{
    color: #aaa !important;
    background: #fff !important;
}

.jcf-select-drop .jcf-hover,
.jcf-list-box .jcf-selected
{
    color: #000;
    background: #e6e6e6;
}

.jcf-list .jcf-optgroup-caption
{
    font-weight: bold;

    display: block;

    padding: 5px 9px;

    cursor: default;
    white-space: nowrap;

    color: #000;
}

.jcf-list .jcf-optgroup .jcf-option
{
    padding-left: 30px;
}

/* common custom form elements styles */

.jcf-disabled
{
    background: #ddd !important;
}

.jcf-focus,
.jcf-focus *
{
    border-color: transparent !important;
}

/**
 * Swiper 6.1.2
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://swiperjs.com
 *
 * Copyright 2014-2020 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: August 17, 2020
 */

@font-face
{
    font-family: swiper-icons;
    font-weight: 400;
    font-style: normal;

    src: url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA') format('woff');
}

:root
{
    --swiper-theme-color: #007aff;
}

.swiper-container
{
    position: relative;
    z-index: 1;

    overflow: hidden;

    margin-right: auto;
    margin-left: auto;
    padding: 0;

    list-style: none;
}

.swiper-container-vertical > .swiper-wrapper
{
        flex-direction: column;

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
}

.swiper-wrapper
{
    position: relative;
    z-index: 1;

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    box-sizing: content-box;
    width: 100%;
    height: 100%;

    -webkit-transition-property: -webkit-transform;
            transition-property: -webkit-transform;
            transition-property:         transform;
            transition-property:         transform, -webkit-transform;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper
{
    -webkit-transform: translate3d(0px, 0, 0);
            transform: translate3d(0px, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper
{
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}

.swiper-container-multirow-column > .swiper-wrapper
{
        flex-direction: column;

    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
}

.swiper-container-free-mode > .swiper-wrapper
{
    margin: 0 auto;

    -webkit-transition-timing-function: ease-out;
            transition-timing-function: ease-out;
}

.swiper-slide
{
    position: relative;

    width: 100%;
    height: 100%;

    -webkit-transition-property: -webkit-transform;
            transition-property: -webkit-transform;
            transition-property:         transform;
            transition-property:         transform, -webkit-transform;

    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.swiper-slide-invisible-blank
{
    visibility: hidden;
}

.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide
{
    height: auto;
}

.swiper-container-autoheight .swiper-wrapper
{
    -webkit-transition-property: height,-webkit-transform;
            transition-property: height,-webkit-transform;
            transition-property: transform,height;
            transition-property: transform,height,-webkit-transform;

    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.swiper-container-3d
{
    -webkit-perspective: 1200px;
            perspective: 1200px;
}

.swiper-container-3d .swiper-cube-shadow,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-wrapper
{
    -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top
{
    position: absolute;
    z-index: 10;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;

    pointer-events: none;
}

.swiper-container-3d .swiper-slide-shadow-left
{
    background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image:         linear-gradient(to left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-right
{
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image:         linear-gradient(to right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-top
{
    background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image:         linear-gradient(to top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-bottom
{
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image:         linear-gradient(to bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
}

.swiper-container-css-mode > .swiper-wrapper
{
    overflow: auto;

    scrollbar-width: none;
    -ms-overflow-style: none;
}

.swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar
{
    display: none;
}

.swiper-container-css-mode > .swiper-wrapper > .swiper-slide
{
    scroll-snap-align: start start;
}

.swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper
{
    -ms-scroll-snap-type: x mandatory;
        scroll-snap-type: x mandatory;
}

.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper
{
    -ms-scroll-snap-type: y mandatory;
        scroll-snap-type: y mandatory;
}

:root
{
    --swiper-navigation-size: 44px;
}

.swiper-button-next,
.swiper-button-prev
{
    position: absolute;
    z-index: 10;
    top: 50%;

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    width: calc(var(--swiper-navigation-size)/ 44 * 27);
    height: var(--swiper-navigation-size);
    margin-top: calc(-1 * var(--swiper-navigation-size)/ 2);

    cursor: pointer;

    color: var(--swiper-navigation-color, var(--swiper-theme-color));

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled
{
    cursor: auto;
    pointer-events: none;

    opacity: .35;
}

.swiper-button-next:after,
.swiper-button-prev:after
{
    font-family: swiper-icons;
    font-size: var(--swiper-navigation-size);
    font-variant: initial;
    line-height: 1;

    letter-spacing: 0;
    text-transform: none !important;
    text-transform: none;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next
{
    right: auto;
    left: 10px;
}

.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after
{
    content: 'prev';
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev
{
    right: 10px;
    left: auto;
}

.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after
{
    content: 'next';
}

.swiper-button-next.swiper-button-white,
.swiper-button-prev.swiper-button-white
{
    --swiper-navigation-color: #fff;
}

.swiper-button-next.swiper-button-black,
.swiper-button-prev.swiper-button-black
{
    --swiper-navigation-color: #000;
}

.swiper-button-lock
{
    display: none;
}

.swiper-pagination
{
    position: absolute;
    z-index: 10;

    -webkit-transition: .3s opacity;
            transition: .3s opacity;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    text-align: center;
}

.swiper-pagination.swiper-pagination-hidden
{
    opacity: 0;
}

.swiper-container-horizontal > .swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction
{
    bottom: 10px;
    left: 0;

    width: 100%;
}

.swiper-pagination-bullets-dynamic
{
    font-size: 0;

    overflow: hidden;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet
{
    position: relative;

    -webkit-transform: scale(.33);
        -ms-transform: scale(.33);
            transform: scale(.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active
{
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main
{
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev
{
    -webkit-transform: scale(.66);
        -ms-transform: scale(.66);
            transform: scale(.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev
{
    -webkit-transform: scale(.33);
        -ms-transform: scale(.33);
            transform: scale(.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next
{
    -webkit-transform: scale(.66);
        -ms-transform: scale(.66);
            transform: scale(.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next
{
    -webkit-transform: scale(.33);
        -ms-transform: scale(.33);
            transform: scale(.33);
}

.swiper-pagination-bullet
{
    display: inline-block;

    width: 8px;
    height: 8px;

    opacity: .2;
    border-radius: 100%;
    background: #000;
}

button.swiper-pagination-bullet
{
    margin: 0;
    padding: 0;

    border: none;
    box-shadow: none;

    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet
{
    cursor: pointer;
}

.swiper-pagination-bullet-active
{
    opacity: 1;
    background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-container-vertical > .swiper-pagination-bullets
{
    top: 50%;
    right: 10px;

    -webkit-transform: translate3d(0px, -50%, 0);
            transform: translate3d(0px, -50%, 0);
}

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet
{
    display: block;

    margin: 6px 0;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic
{
    top: 50%;

    width: 8px;

    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet
{
    display: inline-block;

    -webkit-transition: .2s transform,.2s top;
            transition: .2s transform,.2s top;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet
{
    margin: 0 4px;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic
{
    left: 50%;

    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    white-space: nowrap;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet
{
    -webkit-transition: .2s transform,.2s left;
            transition: .2s transform,.2s left;
}

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet
{
    -webkit-transition: .2s transform,.2s right;
            transition: .2s transform,.2s right;
}

.swiper-pagination-progressbar
{
    position: absolute;

    background: rgba(0, 0, 0, .25);
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill
{
    position: absolute;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;

    -webkit-transform: scale(0);
        -ms-transform: scale(0);
            transform: scale(0);
    -webkit-transform-origin: left top;
        -ms-transform-origin: left top;
            transform-origin: left top;

    background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill
{
    -webkit-transform-origin: right top;
        -ms-transform-origin: right top;
            transform-origin: right top;
}

.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite
{
    top: 0;
    left: 0;

    width: 100%;
    height: 4px;
}

.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-container-vertical > .swiper-pagination-progressbar
{
    top: 0;
    left: 0;

    width: 4px;
    height: 100%;
}

.swiper-pagination-white
{
    --swiper-pagination-color: #fff;
}

.swiper-pagination-black
{
    --swiper-pagination-color: #000;
}

.swiper-pagination-lock
{
    display: none;
}

.swiper-scrollbar
{
    position: relative;

    border-radius: 10px;
    background: rgba(0, 0, 0, .1);

    -ms-touch-action: none;
}

.swiper-container-horizontal > .swiper-scrollbar
{
    position: absolute;
    z-index: 50;
    bottom: 3px;
    left: 1%;

    width: 98%;
    height: 5px;
}

.swiper-container-vertical > .swiper-scrollbar
{
    position: absolute;
    z-index: 50;
    top: 1%;
    right: 3px;

    width: 5px;
    height: 98%;
}

.swiper-scrollbar-drag
{
    position: relative;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;

    border-radius: 10px;
    background: rgba(0, 0, 0, .5);
}

.swiper-scrollbar-cursor-drag
{
    cursor: move;
}

.swiper-scrollbar-lock
{
    display: none;
}

.swiper-zoom-container
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    width: 100%;
    height: 100%;

    text-align: center;

    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.swiper-zoom-container > canvas,
.swiper-zoom-container > img,
.swiper-zoom-container > svg
{
    max-width: 100%;
    max-height: 100%;

    object-fit: contain;
}

.swiper-slide-zoomed
{
    cursor: move;
}

.swiper-lazy-preloader
{
    position: absolute;
    z-index: 10;
    top: 50%;
    left: 50%;

    box-sizing: border-box;
    width: 42px;
    height: 42px;
    margin-top: -21px;
    margin-left: -21px;

    -webkit-transform-origin: 50%;
        -ms-transform-origin: 50%;
            transform-origin: 50%;
    -webkit-animation: swiper-preloader-spin 1s infinite linear;
            animation: swiper-preloader-spin 1s infinite linear;

    border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
    border-top-color: transparent;
    border-radius: 50%;
}

.swiper-lazy-preloader-white
{
    --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black
{
    --swiper-preloader-color: #000;
}

.swiper-container .swiper-notification
{
    position: absolute;
    z-index: -1000;
    top: 0;
    left: 0;

    pointer-events: none;

    opacity: 0;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide
{
    -webkit-transition-timing-function: ease-out;
            transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide
{
    -webkit-transition-property: opacity;
            transition-property: opacity;
    pointer-events: none;
}

.swiper-container-fade .swiper-slide .swiper-slide
{
    pointer-events: none;
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active
{
    pointer-events: auto;
}

.swiper-container-cube
{
    overflow: visible;
}

.swiper-container-cube .swiper-slide
{
    z-index: 1;

    visibility: hidden;

    width: 100%;
    height: 100%;

    -webkit-transform-origin: 0 0;
        -ms-transform-origin: 0 0;
            transform-origin: 0 0;
    pointer-events: none;

    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
}

.swiper-container-cube .swiper-slide .swiper-slide
{
    pointer-events: none;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide
{
    -webkit-transform-origin: 100% 0;
        -ms-transform-origin: 100% 0;
            transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active
{
    pointer-events: auto;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-next + .swiper-slide,
.swiper-container-cube .swiper-slide-prev
{
    visibility: visible;

    pointer-events: auto;
}

.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-cube .swiper-slide-shadow-top
{
    z-index: 0;

    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
}

.swiper-container-cube .swiper-cube-shadow
{
    position: absolute;
    z-index: 0;
    bottom: 0;
    left: 0;

    width: 100%;
    height: 100%;

    opacity: .6;
    background: #000;

    filter: blur(50px);
}

.swiper-container-flip
{
    overflow: visible;
}

.swiper-container-flip .swiper-slide
{
    z-index: 1;

    pointer-events: none;

    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
}

.swiper-container-flip .swiper-slide .swiper-slide
{
    pointer-events: none;
}

.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active
{
    pointer-events: auto;
}

.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-top
{
    z-index: 0;

    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
}

#nav,
#nav > li > .drop-holder ul,
.header-action-list,
#nav-second,
.footer-widgets .menu,
.payment-method-list,
.hero-slider .slick-dots,
.image-list,
.item-list,
.variations ul,
.info-points-list,
.woocommerce .breadcrumb-wrap ul.woocommerce-breadcrumb,
.product-image-labels,
.flex-direction-nav,
.product-anchor-links,
.product-preview-popup-holder .variations ul,
.product-tab,
.product-slider,
.product-slider .slick-dots,
.new-product-list,
.more-categories-slider .slick-dots,
.berocket_single_filter_widget .active-filter ul
{
    margin: 0;
    padding: 0;

    list-style: none;
}

.clearfix:after,
dl:after,
.widget:after,
.search-form:after,
.post-password-form p:after,
.navigation-single:after,
.product-top:after
{
    display: block;
    clear: both;

    content: '';
}

.ellipsis
{
    overflow: hidden;

    white-space: nowrap; /* 1 */
    text-overflow: ellipsis; /* 2 */
}

html
{
    box-sizing: border-box;
}

*,
*:before,
*:after
{
    box-sizing: inherit;
}

*
{
    max-height: 1000000px;
}

body
{
    font: 14px/1.875 'Nunito', 'Arial', 'Helvetica Neue', 'Helvetica', sans-serif;

    min-width: 320px;

    color: #777;
    background: #fff;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

img
{
    max-width: 100%;
    height: auto;

    vertical-align: top;
}

.gm-style img
{
    max-width: none;
}

ul,
ol,
dl,
p,
h1,
h2,
h3,
h4,
h5,
h6,
address,
form,
table,
blockquote,
applet,
embed,
object,
iframe,
frameset
{
    margin: 0 0 1.875em;
}

blockquote
{
    padding-left: .5em;

    border-left: 4px solid #777;
}

blockquote.wp-block-pullquote.aligncenter
{
    padding: 0;

    border: none;
}

th,
td
{
    padding: .5em;

    text-align: left;
    vertical-align: top;

    border: 1px solid #999;
}

.entry-body th, .entry-body td {
    border: none;
}

th
{
    text-align: center;
    vertical-align: middle;
}

ul,
ol
{
    padding-left: 3em;
}

ul ul,
ul ol,
ol ul,
ol ol
{
    margin: 0;
    padding-left: 3em;
}

ul
{
    list-style-type: disc;
}

dl dt
{
    font-weight: bold;

    float: left;
    clear: left;

    padding-right: .3em;
}

dl dd
{
    overflow: hidden;
}

pre
{
    max-width: 100%;
}

form,
fieldset
{
    margin: 0;
    padding: 0;

    border-style: none;
}

input[type='text'],
input[type='tel'],
input[type='email'],
input[type='search'],
input[type='password'],
textarea
{
    font-family: 'sofia-pro', 'Arial', 'Helvetica Neue', 'Helvetica', sans-serif;
    font-size: 14px;
    font-weight: 500;

    box-sizing: border-box;
    padding: .386em 1.2em;

    border: none;
    -webkit-border-radius: 0;
            border-radius: 18px;
    outline: none;
    background-color: rgba(190, 190, 190, .2);

    -webkit-appearance: none;
}

input[type='text']:focus,
input[type='tel']:focus,
input[type='email']:focus,
input[type='search']:focus,
input[type='password']:focus,
textarea:focus
{
    border-color: #333;
}

input[type='text']::-webkit-input-placeholder,
input[type='tel']::-webkit-input-placeholder,
input[type='email']::-webkit-input-placeholder,
input[type='search']::-webkit-input-placeholder,
input[type='password']::-webkit-input-placeholder,
textarea::-webkit-input-placeholder
{
    text-align: center;

    color: rgba(119, 119, 119, .3);
}

input[type='text']::-moz-placeholder,
input[type='tel']::-moz-placeholder,
input[type='email']::-moz-placeholder,
input[type='search']::-moz-placeholder,
input[type='password']::-moz-placeholder,
textarea::-moz-placeholder
{
    text-align: center;

    opacity: 1;
    color: rgba(119, 119, 119, .3);
}

input[type='text']:-moz-placeholder,
input[type='tel']:-moz-placeholder,
input[type='email']:-moz-placeholder,
input[type='search']:-moz-placeholder,
input[type='password']:-moz-placeholder,
textarea:-moz-placeholder
{
    text-align: center;

    color: rgba(119, 119, 119, .3);
}

input[type='text']:-ms-input-placeholder,
input[type='tel']:-ms-input-placeholder,
input[type='email']:-ms-input-placeholder,
input[type='search']:-ms-input-placeholder,
input[type='password']:-ms-input-placeholder,
textarea:-ms-input-placeholder
{
    text-align: center;

    color: rgba(119, 119, 119, .3);
}

input[type='text'].placeholder,
input[type='tel'].placeholder,
input[type='email'].placeholder,
input[type='search'].placeholder,
input[type='password'].placeholder,
textarea.placeholder
{
    text-align: center;

    color: rgba(119, 119, 119, .3);
}

select
{
    -webkit-border-radius: 0;
}

textarea
{
    resize: vertical;
    vertical-align: top;
}

button,
input[type='button'],
input[type='reset'],
input[type='file'],
input[type='submit']
{
    font: 500 14px/1 'sofia-pro', 'Arial', 'Helvetica Neue', 'Helvetica', sans-serif;

    display: inline-block;

    padding: .7em 2.3em .9em;

    cursor: pointer;
    -webkit-transition-timing-function: ease-in-out;
            transition-timing-function: ease-in-out;
    -webkit-transition-duration: .27s;
            transition-duration: .27s;
    -webkit-transition-property: background-color, border-color;
            transition-property: background-color, border-color;
    text-align: center;

    color: #fff;
    border: 2px solid #333;
    -webkit-border-radius: 0;
            border-radius: 20px;
    background-color: #333;

    -webkit-appearance: none;
}

button:hover,
input[type='button']:hover,
input[type='reset']:hover,
input[type='file']:hover,
input[type='submit']:hover
{
    border-color: #777;
    background-color: #262626;
}

select
{
    font-family: 'sofia-pro', 'Arial', 'Helvetica Neue', 'Helvetica', sans-serif;
    font-size: 14px;
    font-weight: 500;

    box-sizing: border-box;
    padding: .386em 2.7em;

    border: none;
    -webkit-border-radius: 0;
            border-radius: 18px;
    outline: none;
    background-color: rgba(190, 190, 190, .6);

    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
}

select::-ms-expand
{
    display: none;
}

.widget
{
    margin-bottom: 1.875em;
}

.widget ul
{
    padding-left: 2em;
}

.widget select
{
    min-width: 150px;
}

.comment-form label
{
    display: block;

    padding-bottom: 4px;
}

.comment-form textarea
{
    overflow: auto;

    height: 120px;
    min-height: 120px;
    margin: 0;
}

.comment-form textarea,
.comment-form input[type='text']
{
    width: 100%;
    max-width: 300px;
    margin: 0 4px 0 0;
}

.comment-form input[type='submit']
{
    display: block;
    float: none;
}

.post-password-form label
{
    display: block;

    margin-bottom: 4px;
}

.post-password-form input[type='password']
{
    width: 100%;
    max-width: 300px;
    margin: 0 4px 0 0;
}

.search-form
{
    margin-bottom: 15px;
}

.search-form input
{
    float: left;

    height: 2em;
}

.search-form input[type='search']
{
    width: 150px;
    margin: 0 4px 0 0;
}

.post-password-form input
{
    float: left;

    height: 2em;
}

.post-password-form input[type='password']
{
    width: 150px;
}

.commentlist
{
    margin: 0 0 1.875em;
}

.commentlist .edit-link
{
    margin: 0;
}

.commentlist .avatar-holder
{
    float: left;

    margin: 0 1.875em 4px 0;
}

.commentlist-item .commentlist-item
{
    padding: 0;
}

.comment,
.commentlist-holder
{
    overflow: hidden;
}

.commentlist-item .commentlist-item,
.commentlist-item + .commentlist-item
{
    padding-top: 1.875em;
}

.widget_calendar #next
{
    text-align: right;
}

.gallery-item dt
{
    float: none;

    padding: 0;
}

.navigation,
.navigation-comments
{
    position: relative;

    margin-bottom: 1.875em;

    vertical-align: middle;
}

.navigation .screen-reader-text,
.navigation-comments .screen-reader-text
{
    position: absolute;
    left: -99999px;
}

.navigation .page-numbers,
.navigation-comments .page-numbers
{
    display: inline-block;

    padding: 0 .4em;

    vertical-align: middle;
}

.navigation .next,
.navigation .prev,
.navigation-comments .next,
.navigation-comments .prev
{
    font: 500 14px/1 'sofia-pro', 'Arial', 'Helvetica Neue', 'Helvetica', sans-serif;

    display: inline-block;

    max-width: 48%;
    padding: .7em 2.3em .9em;

    -webkit-transition-timing-function: ease-in-out;
            transition-timing-function: ease-in-out;
    -webkit-transition-duration: .27s;
            transition-duration: .27s;
    -webkit-transition-property: background-color, border-color;
            transition-property: background-color, border-color;
    vertical-align: middle;
    text-decoration: none;

    border: 2px solid #333;
    border-radius: 20px;
    background-color: #333;
}

.navigation .next:hover,
.navigation .prev:hover,
.navigation-comments .next:hover,
.navigation-comments .prev:hover
{
    border-color: #777;
    background-color: #262626;
}

.navigation-single
{
    margin-bottom: 1.875em;
}

.navigation-single .next,
.navigation-single .prev
{
    float: left;

    max-width: 48%;

    vertical-align: middle;
    text-decoration: none;

    color: #fff;
    background: #333;
}

.navigation-single .next:hover,
.navigation-single .prev:hover
{
    opacity: .8;
}

.navigation-single .next a,
.navigation-single .prev a
{
    display: block;

    padding: .4em;

    text-decoration: none;

    color: inherit;
}

.navigation-single .next
{
    float: right;
}

.wp-caption
{
    clear: both;

    max-width: 100%;
    margin-bottom: 1.875em;
    padding: .4em;

    border: 1px solid #999;
}

.wp-caption img
{
    margin: 0;

    vertical-align: top;
}

.wp-caption p
{
    margin: .4em 0 0;
}

div.aligncenter
{
    margin: 0 auto 1.875em;
}

img.aligncenter
{
    display: block;

    margin: 0 auto;
}

.alignleft
{
    float: left;

    margin: 0 1.875em 4px 0;
}

.alignright
{
    float: right;

    margin: 0 0 4px 1.875em;
}

.mejs-container
{
    margin-bottom: 1.875em;
}

.wp-caption-text,
.gallery,
.alignnone,
.gallery-caption,
.sticky,
.bypostauthor
{
    height: auto;
}

#wp-calendar tbody td
{
    text-align: center;
}

#wp-calendar td,
#wp-calendar th
{
    border: 1px solid #999;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
.h
{
    font-family: 'sofia-pro', 'Arial', 'Helvetica Neue', 'Helvetica', sans-serif;
    font-weight: 700;
    line-height: 1.25;

    margin: 0 0 .5em;

    color: #333;
}

h1,
.h1
{
    font-size: 28px;

    margin: 0 0 .8em;
}

h2,
.h2
{
    font-size: 25px;
}

h3,
.h3
{
    font-size: 20px;
    font-weight: 300;
    line-height: 1.3;

    margin: 0 0 .45em;

    letter-spacing: .08em;
    text-transform: uppercase;

    color: #777;
}

h4,
.h4
{
    font-size: 18px;
}

h5,
.h5
{
    font-size: 16px;
    line-height: 1.34;

    letter-spacing: .02em;
}

h6,
.h6
{
    font-size: 14px;
}

p
{
    margin: 0 0 1em;
}

a
{
    -webkit-transition: color .27s ease-in-out;
            transition: color .27s ease-in-out;
    text-decoration: none;

    color: #39f;
}

#wrapper
{
    position: relative;

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;

    padding: 114px 0 0;
}

#wrapper.usp-popup-active
{
    padding: 144px 0 0;
}

.home #wrapper.usp-popup-active
{
    padding: 114px 0 0;
}

.home #wrapper
{
    padding: 84px 0 0;
}

#wrapper > .w1
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
        flex-direction: column;

    width: 100%;
    min-height: 100vh;

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
}

#wrapper > .w1 > #main
{
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.resize-active *
{
    -webkit-transition: none !important;
            transition: none !important;
}

.container
{
    max-width: 1228px;
    margin: 0 auto;
    padding-right: 15px;
    padding-left: 15px;
}

.woocommerce-product-details__short-description .container {
    padding: 0;
    margin-bottom: 24px;
}

.custom-variation-description .container{
	padding: 0;
}

.custom-variation-description {
	width: 100%;
}

.info-points-list > li svg {
    min-width: 15px;
}

.btn,
.wp-block-button__link
{
    font: 500 14px/1 'sofia-pro', 'Arial', 'Helvetica Neue', 'Helvetica', sans-serif;

    display: inline-block;

    padding: .7em 2.3em .9em;

    -webkit-transition-timing-function: ease-in-out;
            transition-timing-function: ease-in-out;
    -webkit-transition-duration: .27s;
            transition-duration: .27s;
    -webkit-transition-property: background-color, border-color;
            transition-property: background-color, border-color;
    text-align: center;

    color: #fff;
    border: 2px solid #333;
    border-radius: 20px;
    background-color: #333;
}

.btn:hover,
.wp-block-button__link:hover
{
    border-color: #777;
    background-color: #595959;
}

.btn.middle-mod,
.wp-block-button__link.middle-mod
{
    min-width: 267px;
}

.btn.outline-btn,
.wp-block-button__link.outline-btn
{
    border: 2px solid #fff;
}

.btn.outline-btn:hover,
.wp-block-button__link.outline-btn:hover
{
    border-color: white;
    background-color: #404040;
}

.simple-link
{
    font: 600 12px/1 'sofia-pro', 'Arial', 'Helvetica Neue', 'Helvetica', sans-serif;

    display: inline-block;

    color: #333;
}

.simple-link:hover
{
    color: #777;
}

.section-header
{
    max-width: 390px;
    margin: 0 auto 24px;

    text-align: center;
}

.lined-heading
{
    font-size: 36px;
    line-height: 45px;

    position: relative;
    z-index: 1;
}

.lined-heading span
{
    background: -webkit-linear-gradient(top, #777 0%, #777 100%);
    background:         linear-gradient(to bottom, #777 0%, #777 100%);
    background-repeat: repeat-x;
    background-position: left bottom;
    background-size: 100% 41px;
}

.lined-heading span:before
{
    position: absolute;
    z-index: 1;
    top: .07em;
    right: 100%;
    bottom: -.07em;

    width: 100vw;

    content: '';

    background: -webkit-linear-gradient(top, #333 0px, #333 4.1px, #777 4.1px, #777 45px);
    background:         linear-gradient(to bottom, #333 0px, #333 4.1px, #777 4.1px, #777 45px);
    background-repeat: repeat-y;
    background-position: right top;
    background-size: 100% 1.245em;
}

.safari .lined-heading span:before
{
    top: .08em;
}

.msie .lined-heading span:before,
.firefox .lined-heading span:before
{
    top: 2.7px;

    background: -webkit-linear-gradient(top, #333 0px, #333 calc(100% - 41px), #777 calc(100% - 41px), #777 45.1px);
    background:         linear-gradient(to bottom, #333 0px, #333 calc(100% - 41px), #777 calc(100% - 41px), #777 45.1px);
    background-repeat: repeat-y;
    background-position: right top;
    background-size: 100% 45.01111px;
}

.mac.chrome .lined-heading span:before
{
    top: .07em;

    background: -webkit-linear-gradient(top, #333 0px, #333 4.1999999px, #777 4.1999999px, #777 45px);
    background:         linear-gradient(to bottom, #333 0px, #333 4.1999999px, #777 4.1999999px, #777 45px);
    background-repeat: repeat-y;
    background-position: right top;
    background-size: 100% 1.25em;
}

.video-holder
{
    position: relative;

    overflow: hidden;

    background-size: cover;
}

.video-holder video
{
    position: absolute;
    top: 0;
    left: 0;

    -webkit-transition: opacity .3s ease;
            transition: opacity .3s ease;
    pointer-events: none;

    opacity: 0;
}

.video-active video
{
    opacity: 1;
}

.ui-datepicker
{
    margin: 0 !important;
}

.ui-datepicker select
{
    padding: 0;

    color: #333;
    border-radius: 0;
    background: transparent;
}

.wp-block-image.alignleft
{
    margin: 0 2em 4px 0;
}

.wp-block-image.alignright
{
    margin: 0 0 4px 2em;
}

.js-tab-hidden
{
    position: absolute !important;
    top: -9999px !important;
    left: -9999px !important;

    display: block !important;
}

.woocommerce-error,
.woocommerce-info,
.woocommerce-message
{
    font-weight: 600;

    color: #333;
    border-top-color: #333;
    background-color: rgba(190, 190, 190, .2);

    font-font: 'sofia-pro', 'Arial', 'Helvetica Neue', 'Helvetica', sans-serif;
}

.woocommerce a.button.wc-forward
{
    font: 500 14px/1 'sofia-pro', 'Arial', 'Helvetica Neue', 'Helvetica', sans-serif;
    font-weight: 700;

    min-width: 120px;
    padding: .8em 1em;

    -webkit-transition-timing-function: ease-in-out;
            transition-timing-function: ease-in-out;
    -webkit-transition-duration: .27s;
            transition-duration: .27s;
    -webkit-transition-property: background-color, border-color;
            transition-property: background-color, border-color;
    text-align: center;

    color: #fff;
    border: 2px solid #333;
    border-radius: 20px;
    background-color: #333;
}

.woocommerce a.button.wc-forward:hover
{
    opacity: 1 !important;
    color: #fff !important;
    border-color: #777 !important;
    background-color: #595959 !important;
}

.woocommerce table.shop_table
{
    font-family: 'sofia-pro', 'Arial', 'Helvetica Neue', 'Helvetica', sans-serif;
    font-weight: 500;

    box-shadow: none;
}

.woocommerce table.shop_table .product-name a
{
    color: #333;
}

.woocommerce table.shop_table .product-name a:hover
{
    color: #777;
}

.woocommerce table.shop_table thead th
{
    text-align: left;

    border-bottom: 1px solid #bebebe;
}

.woocommerce table.shop_table tbody .woocommerce-cart-form__cart-item:nth-child(odd)
{
    background-color: rgba(190, 190, 190, .2);
}

.woocommerce table.shop_table tbody tr:last-child
{
    border-top: 1px solid #bebebe;
}

.woocommerce table.shop_table thead
{
    color: #333;
}

.woocommerce table.shop_table th,
.woocommerce table.shop_table td
{
    border: none;
    text-align: left;
}

.woocommerce table.shop_table a.remove
{
    font-size: 1.5em;
    line-height: 1;

    display: block;

    width: auto;
    height: auto;

    color: #333 !important;
    border-radius: 0;
}

.woocommerce table.shop_table a.remove:hover
{
    color: #777;
    background: transparent;
}

.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button
{
    border-radius: 20px;
}

.woocommerce #content table.cart td.actions .input-text,
.woocommerce table.cart td.actions .input-text,
.woocommerce-page #content table.cart td.actions .input-text,
.woocommerce-page table.cart td.actions .input-text
{
    width: auto;

    text-align: center;
}

#add_payment_method table.cart td.actions .coupon .input-text,
.woocommerce-cart table.cart td.actions .coupon .input-text,
.woocommerce-checkout table.cart td.actions .coupon .input-text
{
    padding: 7px 6px 6px;
}

.woocommerce form .form-row .select2-container
{
    margin-top: 16px;
}

.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt
{
    background-color: #333;
}

.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover
{
    background-color: #595959;
}

.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button
{
    padding: .618em 1em .66em;
}

.woocommerce-info::before
{
    color: #333;
}

body.woocommerce #respond input#submit.alt.disabled,
body.woocommerce a.button.alt.disabled,
body.woocommerce button.button.alt.disabled,
body.woocommerce input.button.alt.disabled
{
    pointer-events: none;
}

#header
{
    position: fixed;
    z-index: 1005;
    top: 0;
    right: 0;
    left: 0;

    background-color: #fff;
    box-shadow: 0 3px 5px rgba(0, 0, 0, .1);
}

.admin-bar #header
{
    top: 46px;
}

.usp-bar
{
    position: relative;

    display: block !important;

    margin-top: -31px;
    padding: 8px 0 7px 0;

    -webkit-transition: margin-top .27s linear;
            transition: margin-top .27s linear;

    color: #fff;
    background-color: #333;
}

.usp-popup-active .usp-bar
{
    margin-top: 0;
}

.usp-bar .container
{
    max-width: 1160px;
}

.usp-bar .usp-close
{
    position: absolute;
    top: 50%;
    right: 5px;

    -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
            transform: translate(0, -50%);
}

.usp-list
{
    font-size: 12px;
    line-height: 1;

    text-align: center;
}

.usp-list .slick-track
{
    margin: 0 -5px;
}

.usp-list .slick-track > div
{
    padding: 0 5px;
}

.usp-list img
{
    margin: 0 .7em 0 0;

    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.usp-list .entry-item
{
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;

    white-space: nowrap;

    opacity: 1;
    color: #fff;

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.top-bar
{
    z-index: 1;

    border-bottom: 1px solid #bebebe;
}

.top-bar .container
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.logo
{
    position: relative;

    max-width: 110px;
    padding: 6px 0;

    -webkit-transition-timing-function: ease-in-out;
            transition-timing-function: ease-in-out;
    -webkit-transition-duration: .27s;
            transition-duration: .27s;
    -webkit-transition-property: padding-top, padding-bottom;
            transition-property: padding-top, padding-bottom;

    background-color: #777;

    -webkit-box-flex: 0;
    -ms-flex: 0 0 110px;
        flex: 0 0 110px;
}

.logo:before
{
    position: absolute;
    top: 0;
    right: 100%;
    bottom: 0;

    width: 50vw;

    content: '';

    background-color: inherit;
}

.nav-wrap
{
    padding: 0 15px 0 15px;
}

.nav-active .nav-wrap
{
    visibility: visible;

    opacity: 1;
}

#nav > li.active > a
{
    color: #777;
}

#nav > li.hover > a,
#nav > li:hover > a
{
    color: #777;
}

#nav > li.hover > a:not(:only-child):after,
#nav > li:hover > a:not(:only-child):after
{
    -webkit-transform: translate(0, 0) rotate(180deg);
        -ms-transform: translate(0, 0) rotate(180deg);
            transform: translate(0, 0) rotate(180deg);
}

#nav > li.hover > .drop-holder,
#nav > li:hover > .drop-holder
{
    display: block;
}

#nav > li > a
{
    font: 600 14px/1 'sofia-pro', 'Arial', 'Helvetica Neue', 'Helvetica', sans-serif;

    display: block;

    padding: 1em 15px;

    -webkit-transition-timing-function: ease-in-out;
            transition-timing-function: ease-in-out;
    -webkit-transition-duration: .27s;
            transition-duration: .27s;
    -webkit-transition-property: color, padding-top, padding-bottom, height;
            transition-property: color, padding-top, padding-bottom, height;
    letter-spacing: .05em;
    text-transform: uppercase;

    color: #333;
    border-top: 1px solid #bebebe;
}

#nav > li > a:hover
{
    color: #777;
}

#nav > li > a:not(:only-child):after
{
    display: inline-block;

    width: 1em;
    height: .94em;
    margin: 0 0 0 .36em;

    content: '';
    -webkit-transition: -webkit-transform .27s ease-in-out;
            transition: -webkit-transform .27s ease-in-out;
            transition:         transform .27s ease-in-out;
            transition:         transform .27s ease-in-out, -webkit-transform .27s ease-in-out;
    -webkit-transform: translate(0, 0) rotate(0deg);
        -ms-transform: translate(0, 0) rotate(0deg);
            transform: translate(0, 0) rotate(0deg);

    background-image: url('data:image/svg+xml,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 320 512\' fill=\'%23333\'%3E%3Cpath d=\'M143 352.3L7 216.3c-9.4-9.4-9.4-24.6 0-33.9l22.6-22.6c9.4-9.4 24.6-9.4 33.9 0l96.4 96.4 96.4-96.4c9.4-9.4 24.6-9.4 33.9 0l22.6 22.6c9.4 9.4 9.4 24.6 0 33.9l-136 136c-9.2 9.4-24.4 9.4-33.8 0z\'/%3E%3C/svg%3E');
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: contain;
}

#nav > li > .drop-holder
{
    z-index: 10;

    display: none;

    padding: 15px;

    -webkit-transition-timing-function: ease-in-out;
            transition-timing-function: ease-in-out;
    -webkit-transition-duration: .27s;
            transition-duration: .27s;
    -webkit-transition-property: opacity, visibility;
            transition-property: opacity, visibility;

    border-top: 1px solid  #bebebe;
    background-color: #fff;
}

#nav > li > .drop-holder:before
{
    position: absolute;
    right: 0;
    bottom: 100%;
    left: 0;

    height: 51px;

    content: '';
}

#nav > li > .drop-holder > ul > li
{
    padding: 0 0 15px;
}

#nav > li > .drop-holder > ul ul a
{
    position: relative;

    display: block;

    padding: 0 20px 0 0;

    color: #777;
}

#nav > li > .drop-holder > ul ul a:hover:after
{
    -webkit-transform: translate(5px, -50%);
        -ms-transform: translate(5px, -50%);
            transform: translate(5px, -50%);
}

#nav > li > .drop-holder > ul ul a:after
{
    position: absolute;
    top: 50%;
    right: 1px;

    width: 1em;
    height: 1em;

    content: '';
    -webkit-transition: -webkit-transform .27s ease-in-out;
            transition: -webkit-transform .27s ease-in-out;
            transition:         transform .27s ease-in-out;
            transition:         transform .27s ease-in-out, -webkit-transform .27s ease-in-out;
    -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
            transform: translate(0, -50%);

    background-image: url('data:image/svg+xml,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' fill=\'%23777\' viewBox=\'0 0 256 512\'%3E%3Cpath d=\'M224.3 273l-136 136c-9.4 9.4-24.6 9.4-33.9 0l-22.6-22.6c-9.4-9.4-9.4-24.6 0-33.9l96.4-96.4-96.4-96.4c-9.4-9.4-9.4-24.6 0-33.9L54.3 103c9.4-9.4 24.6-9.4 33.9 0l136 136c9.5 9.4 9.5 24.6.1 34z\'/%3E%3C/svg%3E');
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: contain;
}

#nav > li > .drop-holder .menu-aside
{
    position: relative;
    z-index: 1;

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
        flex-direction: column;

    padding: 30px;

    color: #fff;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;

    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
}

#nav > li > .drop-holder .menu-aside:before
{
    position: absolute;
    z-index: -1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;

    content: '';

    background-color: rgba(51, 51, 51, .6);

    mix-blend-mode: multiply;
}

#nav > li > .drop-holder .menu-aside h1,
#nav > li > .drop-holder .menu-aside h2,
#nav > li > .drop-holder .menu-aside h3,
#nav > li > .drop-holder .menu-aside h4,
#nav > li > .drop-holder .menu-aside h5,
#nav > li > .drop-holder .menu-aside h6
{
    color: inherit;
}

#nav > li > .drop-holder .menu-aside h3
{
    font-weight: 300;

    margin: 0 0 1.55em;
}

#nav > li > .drop-holder .menu-aside h2
{
    font-size: 36px;
    line-height: 1.25;
}

#nav > li > .drop-holder .menu-aside .cta-wrap
{
    margin: auto 0 0;
}

#nav > li > .drop-holder .menu-aside .cta-wrap .btn
{
    min-width: 187px;
}

#nav > li > .drop-holder h3
{
    margin: 0 0 17px;
}

#nav > li > .drop-holder img
{
    margin: 0 0 19px;
}

.burger-wrap
{
    margin: 0 0 0 2em;
    padding: 2px 0 0;
}

.nav-opener
{
    font: 600 12px/1 'sofia-pro', 'Arial', 'Helvetica Neue', 'Helvetica', sans-serif;

    display: inline-block;

    text-align: center;

    color: #333;
}

.nav-opener .text
{
    display: none;
}

.burger
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 0 0;
}

.nav-active .burger
{
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 0 5px rgba(0, 0, 0, .2);
}

.nav-active .burger span
{
    opacity: 0;
}

.nav-active .burger:before,
.nav-active .burger:after
{
    top: 50%;
    right: 20%;
    left: 20%;

    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
}

.nav-active .burger:after
{
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
}

.burger span,
.burger:before,
.burger:after
{
    position: absolute;
    top: 50%;
    right: 15%;
    left: 15%;

    height: 2px;
    margin-top: -2px; /* height/2 */

    -webkit-transition: all .3s linear;
            transition: all .3s linear;

    background: #333;
}

.burger:before,
.burger:after
{
    top: 30%;

    content: '';
}

.burger:after
{
    top: 70%;
}

.header-action
{
    margin: 0 0 0 auto;
}

.header-action-list
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}

.header-action-list li:not(:last-child)
{
    margin: 0 2em 0 0;
}

.header-action-list a
{
    font: 600 12px/1 'sofia-pro', 'Arial', 'Helvetica Neue', 'Helvetica', sans-serif;

    display: inline-block;

    text-align: center;

    color: #333;
}

.header-action-list a:hover
{
    color: #777;
}

.header-action-list a:hover svg
{
    fill: #777;
}

.header-action-list a svg
{
    -webkit-transition: fill .27s ease-in-out;
            transition: fill .27s ease-in-out;

    fill: #333;
}

.header-action-list a .text
{
    display: none;
}

.header-bottom
{
    padding: 6px 0;

    -webkit-transition-timing-function: ease-in-out;
            transition-timing-function: ease-in-out;
    -webkit-transition-duration: .27s;
            transition-duration: .27s;
    -webkit-transition-property: padding-top, padding-bottom;
            transition-property: padding-top, padding-bottom;
}

.header-bottom .container
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.nav-wrap-second
{
    padding: 0 15px 0 0;
}

#nav-second
{
    font: 500 13px/1 'sofia-pro', 'Arial', 'Helvetica Neue', 'Helvetica', sans-serif;
}

#nav-second > li:not(:last-child)
{
    margin: 0 .8em 0 0;
}

#nav-second > li.active a
{
    color: #333;
}

#nav-second > li > a
{
    color: #777;
}

#nav-second > li > a:hover
{
    color: #333;
}

.burger-second a
{
    display: block;

    padding: 0 10px 0 0;
}

.burger-second a svg
{
    display: block;

    -webkit-transition: fill .27s ease-in-out;
            transition: fill .27s ease-in-out;
}

.second-nav-active .burger-second a svg
{
    fill: #777;
}

.header-search
{
    max-width: 240px;
    margin: 0 0 0 auto;

    -webkit-box-flex: 0;
    -ms-flex: 0 0 240px;
        flex: 0 0 240px;
}

.dgwt-wcas-search-form {
    display: flex;
}

.dgwt-wcas-preloader {
    right: 25px;
}

.dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input, .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input:focus {
    background-color: transparent;
    border: 0;
}

.dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input::placeholder, .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input::-webkit-input-placeholder {
    font-style: normal;
    opacity: 0.5;
    font-weight: 400;
}

.dgwt-wcas-no-submit .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input {
    padding: 10px 40px 10px 15px;
    height: 30px;
}

.dgwt-wcas-no-submit .dgwt-wcas-ico-magnifier {
    left: unset;
    right: 12px;
}

.header-search .search-form, .dgwt-wcas-sf-wrapp
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    width: 100%;
}

.search-form, .dgwt-wcas-sf-wrapp
{
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    overflow: hidden;

    margin: 0;

    border-radius: 18px;
    background-color: rgba(190, 190, 190, .2);
}

.search-form input[type='search']
{
    height: 30px;

    border-radius: 18px 0 0 18px;
    background-color: transparent;

    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.search-form [type='submit']
{
    width: 42px;
    padding: 0 0 0 4px;

    cursor: pointer;

    border: none;
    background-color: transparent;
}

.search-form [type='submit'] svg
{
    display: inline-block;

    margin: 0 0 1px;

    vertical-align: middle;
}

.footer-area
{
    padding: 30px 0;

    color: #fff;
    background-color: #333;
}

.footer-top
{
    margin: 0 0 30px;
}

.footer-top .inner
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    text-align: center;

    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.footer-top .cta-above-text
{
    font: 600 12px/1 'sofia-pro', 'Arial', 'Helvetica Neue', 'Helvetica', sans-serif;
    line-height: 1.25;

    position: relative;

    max-width: 140px;
    min-height: 58px;
    margin: 0 0 0 30px;
    padding: 4px 0 0;

    -webkit-box-flex: 0;
    -ms-flex: 0 0 140px;
        flex: 0 0 140px;
}

.footer-top .cta-above-text .arrow-decor
{
    position: absolute;
    bottom: -30%;
    left: 35%;
}

.footer-top .cta-wrap
{
    max-width: 100%;
    padding: 29px 0 0;

    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
}

.footer-top .cta-wrap .btn
{
    min-width: 288px;
}

.footer-logo
{
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.footer-widgets
{
    text-align: center;
}

.footer-widgets .widget-item
{
    margin: 0;
    padding: 0 0 24px;
}

.footer-widgets .widget-item h3
{
    font-size: 14px;
    font-weight: 600;

    margin: 0 0 .8em;

    letter-spacing: .05em;
    text-transform: uppercase;

    color: #fff;
}

.footer-widgets .menu
{
    font-size: 16px;
    line-height: 1.2;
}

.footer-widgets .menu li:not(:last-child)
{
    margin: 0 0 .3em;
}

.footer-widgets .menu a
{
    color: #bebebe;
}

.footer-widgets .menu a:hover
{
    color: #a5a4a4;
}

.scroll-top-block
{
    margin: 0 0 15px;

    text-align: center;
}

.scroll-top-block a
{
    font: 600 12px/1 'sofia-pro', 'Arial', 'Helvetica Neue', 'Helvetica', sans-serif;

    display: inline-block;

    width: 76px;

    text-align: center;

    color: #fff;
}

.scroll-top-block a:hover
{
    color: #bebebe;
}

.scroll-top-block a:hover svg g
{
    stroke: #bebebe;
}

.scroll-top-block a:hover svg path
{
    fill: #bebebe;
}

.scroll-top-block a svg
{
    margin: 0 0 11px;
}

.scroll-top-block a svg .g
{
    -webkit-transition: stroke .27s ease-in-out;
            transition: stroke .27s ease-in-out;
}

.scroll-top-block a svg .path
{
    -webkit-transition: fill .27s ease-in-out;
            transition: fill .27s ease-in-out;

    stroke: none;
}

.scroll-top-block a span
{
    display: block;
}

.footer-bottom
{
    padding: 30px 0 0;

    text-align: center;

    border-top: 1px solid #bebebe;
}

.copyright-block
{
    font: 600 10px/1 'sofia-pro', 'Arial', 'Helvetica Neue', 'Helvetica', sans-serif;

    padding: 15px 0 0;

    letter-spacing: .05em;
    text-transform: uppercase;
}

.copyright-block p
{
    display: inline;

    margin: 0;
}

.copyright-block img
{
    display: inline-block;

    margin: 0 .15em 0 .3em;

    -webkit-transform: translate(0, -.25em);
        -ms-transform: translate(0, -.25em);
            transform: translate(0, -.25em);
    vertical-align: middle;
}

.payment-method-block
{
    padding: 0 0 0 15px;
}

.payment-method-list
{
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;

    margin: 0 -.25em -.5em;

    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.payment-method-list > li
{
    margin: 0 .25em .5em;
}

.payment-method-item
{
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;

    width: 55px;
    height: 35px;
    margin: 0;
    padding: 3px;

    border-radius: 5px;
    background-color: #fff;

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.hero-block
{
    position: relative;

    margin-bottom: 28px;
}

.anchor-link
{
    line-height: 1;

    position: absolute;
    z-index: 10;
    bottom: 0;
    left: 50%;

    display: inline-block;

    -webkit-transform: translate(-50%, 50%);
        -ms-transform: translate(-50%, 50%);
            transform: translate(-50%, 50%);
}

.anchor-link:hover svg .g
{
    fill: #333;
}

.anchor-link svg
{
    display: block;
}

.anchor-link svg .g
{
    -webkit-transition: fill .27s ease-in-out;
            transition: fill .27s ease-in-out;
}

.hero-slider .slick-slide
{
    outline: none;
}

.hero-slider .slick-arrow
{
	position: absolute;
    z-index: 2;
    bottom: 45px;
    padding: 0;
    border: none;
    outline: none;
    background: transparent;
    top: auto;
    width: unset;
    height: unset;
    display: unset;
}

.hero-slider .slick-arrow::before {
	display: none;
}

.slick-dots li button:before {
    content: ""!important;
}

.hero-slider .slick-arrow:hover svg .g
{
    fill: #777;
}

.hero-slider .slick-arrow.slick-prev
{
    left: 15px;
}

.hero-slider .slick-arrow.slick-next
{
    right: 15px;
}

.hero-slider .slick-arrow svg .g
{
    -webkit-transition: fill .27s ease-in-out;
            transition: fill .27s ease-in-out;

    fill: transparent;
}

.hero-slider .slick-dots
{
    position: absolute;
    top: 58vw;
    right: 0;
    left: 0;

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.hero-slider .slick-dots > li:not(:last-child)
{
    margin: 0 3px 0 0;
}

.hero-slider .slick-dots > li.slick-active button
{
    border-color: #fff;
}

.hero-slider .slick-dots > li button
{
    font-size: 0;

    width: 15px;
    height: 15px;
    padding: 4px;

    -webkit-transition: border-color .27s ease-in-out;
            transition: border-color .27s ease-in-out;

    border: 1px solid transparent;
    border-radius: 50%;
    outline: none;
    background: #fff;
    background-clip: content-box;
}

.hero-slider .slick-dots > li button:hover
{
    border-color: #fff;
}

.hero-content
{
    position: relative;
    z-index: 1;

    color: #fff;
}

.hero-content .lined-heading
{
    margin: 0 0 13px;
    padding-right: 15px;
    padding-left: 15px;

    text-transform: uppercase;

    color: #fff;
}

.hero-content .lined-heading span:before
{
    right: auto;
    left: calc((100% - 15px) * -1);

    width: 100%;
}

.hero-content .cta-wrap
{
    padding: 11px 0 0;
	text-align: center;
}

.hero-text-top
{
    padding: 40px 0 1px;

    background-color: #333;
}

.hero-text
{
    position: relative;
    z-index: 1;

    overflow: hidden;

    padding: 0 15px 145px 15px;

    background-color: #333;
}

.hero-text h2,
.hero-text h3,
.hero-text h4,
.hero-text h5,
.hero-text h6
{
    color: #fff;
}

.hero-text h3
{
    margin: 0 0 .95em;
}

.hero-media
{
    position: relative;

    height: 66.666vw;
}

.hero-media:before
{
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;

    content: '';

    background-color: rgba(51, 51, 51, .4);

    mix-blend-mode: multiply;
}

.hero-media .entry-price
{
    position: absolute;
    z-index: 10;
    top: 50%;
    left: 50%;

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.hero-media .entry-price .bubble
{
    display: block;

    width: 35px;
    height: 35px;

    border: 7px solid rgba(255, 255, 255, .43);
    border-radius: 50%;
    background-color: #fff;
    background-clip: content-box;
}

.hero-media .entry-price .text
{
    font: 600 12px 'sofia-pro', 'Arial', 'Helvetica Neue', 'Helvetica', sans-serif;

    display: inline-block;

    min-width: 68px;
    margin: 0 0 0 15px;
    padding: .1em .5em .15em;

    text-align: center;

    color: #333;
    border-radius: 18px;
    background-color: #fff;
}

.hero-image
{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;

    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
}

.two-column-text-images
{
    position: relative;

    overflow: hidden;
}

.two-column-text-images .container
{
    max-width: none;
    padding: 0;
}

.two-column-text-images .columns
{
    position: relative;
}

.two-column-text-images .columns:before
{
    position: absolute;
    z-index: 1;
    top: 0;
    right: 100%;
    bottom: 0;

    width: 50vw;

    content: '';
    pointer-events: none;

    background-color: #333;
}

.two-column-text-images .text-box
{
    position: relative;
    z-index: 1;

    overflow: hidden;

    padding: 30px 15px;

    color: #fff;
    background-color: #333;
}

.two-column-text-images .text-box h1,
.two-column-text-images .text-box h2,
.two-column-text-images .text-box h3,
.two-column-text-images .text-box h4,
.two-column-text-images .text-box h5,
.two-column-text-images .text-box h6
{
    color: inherit;
}

.two-column-text-images .text-box h1
{
    margin: 0 0 29px;
}

.two-column-text-images .image
{
    position: relative;
    z-index: 1;

    width: 100%;
    height: 320px;

    background-position: 70% 50%;
    background-size: cover;
}

.two-column-text-images .image:before
{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;

    content: '';

    background: rgba(51, 51, 51, .3);

    mix-blend-mode: multiply;
}

.two-column-text-images .cta-wrap
{
    padding: 11px 0 0;
}

.two-column-text-images .cta-wrap .btn
{
    padding: .7em 1.3em .9em;
}

.circle-block
{
    font: 600 12px/2.08 'sofia-pro', 'Arial', 'Helvetica Neue', 'Helvetica', sans-serif;

    position: relative;
    z-index: 1;

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    padding: 15px 16px;

    text-align: center;

    color: #fff;
    background-color: #777;

    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.circle-block .icon-wrap
{
    display: inline-block;

    margin: 0 0 8px;
}

.circle-block h6
{
    font: 400 16px/1.5625 'Nunito', 'Arial', 'Helvetica Neue', 'Helvetica', sans-serif;

    margin: 0;

    color: inherit;
}

.image-list
{
    position: relative;
    z-index: 1;

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    margin: 15px -15px -15px;

    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.image-list > li
{
    padding: 0 15px 15px;
}

.image-list figure
{
    margin: 0;
}

.four-column-items
{
    padding: 30px 0;
}

.four-column-items .cta-wrap
{
    padding: 24px 0 0;

    text-align: center;
}

.item-list > li
{
    position: relative;

    padding: 20px 0;
}

.item-list > li:not(:last-child):before
{
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;

    height: 1px;

    content: '';

    background: -webkit-linear-gradient(left, #333 0%, #333 33%, rgba(51, 51, 51, 0) 34%, rgba(0, 3, 51, 0) 100%);
    background:         linear-gradient(to right, #333 0%, #333 33%, rgba(51, 51, 51, 0) 34%, rgba(0, 3, 51, 0) 100%);
    background-repeat: repeat-x;
    background-position: center top;
    background-size: 9px 100%;
}

.item-block
{
    width: 100%;

    text-align: center;
}

.item-block .icon-wrap
{
    position: relative;
    z-index: 1;

    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;

    width: 56px;
    height: 56px;
    margin: 0 0 17px;
    padding: 12px;

    border-radius: 50%;
    box-shadow: 0 0 10px rgba(0, 0, 0, .05);

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.item-block .icon-wrap:before
{
    position: absolute;
    z-index: -1;
    top: 50%;
    left: 50%;

    width: 42px;
    height: 42px;

    content: '';
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);

    border-radius: 50%;
    background-color: #bebebe;
}

.item-block h5
{
    margin: 0 0 .8em;
}

.item-block p:last-of-type
{
    margin: 0 0 .8em;
}

.cards-block
{
    max-width: 1440px;
    margin: 0 auto;
    padding: 20px 0;
}

.cards-grid .grid-item
{
    width: 100%;
}

.card
{
    position: relative;
    z-index: 1;

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    width: 100%;
    height: 300px;
    padding: 15px 15px 30px;

    text-align: center;

    background-position: 50% 50%;
    background-size: cover;

    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.card:hover:before
{
    background-color: rgba(255, 255, 255, .78);
}

.card:before
{
    position: absolute;
    z-index: -1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;

    content: '';
    -webkit-transition: background-color .27s ease-in-out;
            transition: background-color .27s ease-in-out;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);

    background-color: rgba(255, 255, 255, .7);

    mix-blend-mode: screen;
}

.card.dark-mod
{
    color: #fff;
}

.card.dark-mod:hover:before
{
    background-color: rgba(51, 51, 51, .78);
}

.card.dark-mod:before
{
    background-color: rgba(51, 51, 51, .7);

    mix-blend-mode: multiply;
}

.card.dark-mod h1,
.card.dark-mod h2,
.card.dark-mod h3,
.card.dark-mod h4,
.card.dark-mod h5,
.card.dark-mod h6
{
    color: inherit;
}

.card.left-padding
{
    padding-left: 15px;
}

.card > div
{
    width: 100%;
}

.card h1
{
    margin: 0 0 .9em;
}

.card .btn
{
    min-width: 187px;
}

.countdown-block
{
    overflow: hidden;

    padding: 30px 0;
}

.countdown-inner
{
    position: relative;
}

.countdown-inner .left-image,
.countdown-inner .right-image
{
    position: absolute;
    top: 50%;

    margin: 0;
}

.countdown-inner .left-image
{
    left: 0;

    -webkit-transform: translate(-51%, -60%);
        -ms-transform: translate(-51%, -60%);
            transform: translate(-51%, -60%);
}

.countdown-inner .right-image
{
    right: 0;

    -webkit-transform: translate(52%, -60%);
        -ms-transform: translate(52%, -60%);
            transform: translate(52%, -60%);
}

.countdown-inner .btn
{
    min-width: 289px;
}

.countdown-body
{
    position: relative;
    z-index: 1;

    max-width: 492px;
    margin: 0 auto;

    text-align: center;
}

.countdown-body .icon-wrap
{
    display: block;

    margin: 0 0 15px;
}

.countdown-body h5
{
    margin: 0 0 1.2em;
}

.countdown-body h1
{
    margin: 0 0 .5em;
}

.countdown-body h1 em
{
    font-style: normal;

    color: #f44336;
}

.countdown
{
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;

    padding: 20px 0 41px;
}

.countdown .countdown-item:not(:last-child)
{
    margin: 0 15px 0 0;
}

.countdown .countdown-item:not(:last-child):before
{
    position: absolute;
    top: 50%;
    right: 0;

    content: ':';
    -webkit-transform: translate(11px, -77%);
        -ms-transform: translate(11px, -77%);
            transform: translate(11px, -77%);
}

.countdown-item
{
    font: 300 20px/1 'sofia-pro', 'Arial', 'Helvetica Neue', 'Helvetica', sans-serif;
    line-height: 1;

    position: relative;

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
        flex-direction: column;

    width: 61px;
    height: 61px;
    padding: 10px 5px 8px;

    text-align: center;

    border-radius: 5px;
    background-color: #fff;
    box-shadow: 0 0 5px rgba(0, 0, 0, .1);

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.countdown-item .count
{
    display: block;

    margin: 0 0 8px;

    letter-spacing: .08em;
}

.countdown-item .label
{
    font-size: 10px;
    font-weight: 700;

    display: block;

    color: #333;
}

.two-column-text
{
    padding: 30px 0;
}

.two-column-text .section-header
{
    max-width: 500px;
    margin: 0 0 24px;

    text-align: left;
}

.two-column-text .columns .col:nth-child(2)
{
    padding-top: 16px;
}

.two-column-text .columns .col > *:last-child
{
    margin-bottom: 0;
}

.logos-list-block
{
    overflow: hidden;

    padding: 20px 0;
}

.logos-list
{
    position: relative;
}

.logos-list:before,
.logos-list:after
{
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: 0;

    width: 50vw;

    content: '';

    background-color: rgba(255, 255, 255, .9);
}

.logos-list:before
{
    right: 100%;
}

.logos-list:after
{
    left: 100%;
}

.logos-list .slick-list
{
    overflow: visible;
}

.logos-list .slick-track
{
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.logos-list .slick-slide
{
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.logos-item
{
    margin: 0;
    padding: 0 10px;
}

.logos-item img
{
    margin: 0 auto;
}

.bottom-section
{
    position: relative;

    padding: 40px 0;
}

.bottom-columns .text-box
{
    max-width: 320px;
    margin: 0 auto;
    padding: 0 0 30px;

    text-align: center;
}

.bottom-columns h1
{
    margin: 0 0 .3em;
}

.bottom-columns .form-wrap
{
    padding: 15px;

    border-radius: 5px;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .15);
}

.form-wrap .gform_wrapper
{
    font-family: 'sofia-pro', 'Arial', 'Helvetica Neue', 'Helvetica', sans-serif !important;
    font-size: 14px !important;
}

.form-wrap .gform_wrapper.gf_browser_chrome select
{
    font-family: 'sofia-pro', 'Arial', 'Helvetica Neue', 'Helvetica', sans-serif;
    font-weight: 600;

    height: 30px;
    padding: .386em 2.7em;

    text-align: center;
}

.form-wrap .gform_wrapper .jcf-select
{
    font-family: 'sofia-pro', 'Arial', 'Helvetica Neue', 'Helvetica', sans-serif;
    font-weight: 600;

    width: 100%;
}

.form-wrap .gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half)
{
    max-width: none !important;
}

.form-wrap .gform_wrapper li.gfield.gfield_error,
.form-wrap .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning
{
    margin-top: 0 !important;
    margin-bottom: 0 !important;

    border-top: none !important;
    border-bottom: none !important;
    background-color: transparent;
}

.form-wrap .gform_wrapper li.gfield.gfield_error.gfield_contains_required div.gfield_description
{
    margin-top: 0;
    margin-bottom: 1em;
    padding: 0;
}

.form-wrap .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file])
{
    line-height: normal !important;

    min-height: auto !important;
    padding: .386em 1.2em;

    text-align: center;
}

.form-wrap .gform_wrapper ul.gform_fields li.gfield
{
    margin: 0;
    padding: 0;
}

.form-wrap .gform_wrapper ul.gform_fields li.gfield:not(:last-of-type)
{
    margin-bottom: 10px;
}

.form-wrap .gform_wrapper ul.gform_fields li.gfield.hidden_label input
{
    margin: 0;
}

.form-wrap .gform_wrapper ul.gform_fields li.gfield .ginput_complex
{
    width: auto;
}

.form-wrap .gform_wrapper ul.gform_fields li.gfield .ginput_complex > span
{
    width: 100% !important;
    margin: 0 0 10px;
    padding: 0 !important;
}

.form-wrap .gform_wrapper ul.gform_fields li.gfield input[type='text'],
.form-wrap .gform_wrapper ul.gform_fields li.gfield input[type='number'],
.form-wrap .gform_wrapper ul.gform_fields li.gfield select
{
    width: 100%;
}

.form-wrap .gform_wrapper ul.gform_fields li.gfield .datepicker
{
    padding-right: 3em !important;
    padding-left: 3em !important;

    background-image: url('data:image/svg+xml,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' fill=\'%23777777\' viewBox=\'0 0 448 512\'%3E%3Cpath d=\'M0 464c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48V192H0v272zm320-196c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40zm0 128c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40zM192 268c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40zm0 128c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40zM64 268c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40c0 6.6-5.4 12-12 12H76c-6.6 0-12-5.4-12-12v-40zm0 128c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40c0 6.6-5.4 12-12 12H76c-6.6 0-12-5.4-12-12v-40zM400 64h-48V16c0-8.8-7.2-16-16-16h-32c-8.8 0-16 7.2-16 16v48H160V16c0-8.8-7.2-16-16-16h-32c-8.8 0-16 7.2-16 16v48H48C21.5 64 0 85.5 0 112v48h448v-48c0-26.5-21.5-48-48-48z\'/%3E%3C/svg%3E');
    background-repeat: no-repeat;
    background-position: calc(100% - 24px) 55%;
    background-size: .9em;
}

.form-wrap .gform_wrapper label.gfield_label
{
    font-size: 12px;
    font-weight: 500;

    display: block;

    margin: 0 0 .3em;
}

.form-wrap .gform_wrapper .top_label div.ginput_container
{
    margin: 0;
}

.form-wrap .gform_wrapper .gform_footer
{
    margin: 0;
    padding: 24px 0 0;

    text-align: right;
}

.form-wrap .gform_wrapper .gform_footer [type='submit']
{
    font: 700 18px/1 'Nunito', 'Arial', 'Helvetica Neue', 'Helvetica', sans-serif;

    width: auto !important;
    height: 34px;
    min-height: auto !important;
    margin: 0;
    padding: 0 50px 0 0 !important;

    -webkit-transition: color .27s linear;
            transition: color .27s linear;
    letter-spacing: .02em;

    color: #777;
    border: none;
    outline: none;
    background-color: transparent;
    background-image: url('data:image/svg+xml,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' width=\'34\' height=\'34\' viewBox=\'0 0 34 34\'%3E%3Cg transform=\'translate(-0.281 -0.281)\'%3E%3Cg transform=\'translate(0.281 0.281)\' fill=\'%23fff\' stroke=\'%23777\' stroke-width=\'3\'%3E%3Ccircle cx=\'17\' cy=\'17\' r=\'17\' stroke=\'none\'/%3E%3Ccircle cx=\'17\' cy=\'17\' r=\'15.5\' fill=\'none\'/%3E%3C/g%3E%3Cpath d=\'M0,0H5.418l6.36,5.161v4.857L5.418,15.6H0L9.069,7.669Z\' transform=\'translate(11.407 9.315)\' fill=\'%23777\'/%3E%3C/g%3E%3C/svg%3E%0A');
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 34px 34px;
}

.form-wrap .gform_wrapper div.validation_error
{
    margin-bottom: 25px;
    padding: 0;

    border-top: none;
    border-bottom: none;
}

.form-wrap .gform_ajax_spinner
{
    position: absolute;
}

.custom-checkbox input[type='checkbox']
{
    position: absolute;
    left: -99999px;

    opacity: 0;
}

.custom-checkbox input[type='checkbox']:checked + .gfield_consent_label:before
{
    background-color: #f44336;
}

.custom-checkbox .gfield_consent_label:before
{
    display: inline-block;

    width: 16px;
    height: 16px;
    margin: 0 1.3em 0 0;

    content: '';
    -webkit-transition: background-color .27s ease-in-out;
            transition: background-color .27s ease-in-out;
    -webkit-transform: translate(0, -2px);
        -ms-transform: translate(0, -2px);
            transform: translate(0, -2px);
    vertical-align: middle;

    border: 4px solid #bebebe;
    border-radius: 50px;
}

.woocommerce #content div.product div.summary,
.woocommerce div.product div.summary,
.woocommerce-page #content div.product div.summary,
.woocommerce-page div.product div.summary
{
    position: relative;

    float: none;

    width: auto;
    margin: 0 -15px;
    padding: 24px 15px 48px;

    background-color: rgba(190, 190, 190, .2);
}

.woocommerce #content div.product div.summary .button.alt,
.woocommerce div.product div.summary .button.alt,
.woocommerce-page #content div.product div.summary .button.alt,
.woocommerce-page div.product div.summary .button.alt
{
    min-width: 252px;
}

.product-title
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    margin: 0 0 1.2em;

    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
	flex-wrap: wrap;
}

.product-title h1
{
    margin: 0 0 .4em;
}

.product-title .tagged_as
{
    font-size: 16px;
    font-weight: 300;

    letter-spacing: .08em;
}

.product-title .tagged_as a
{
    color: #777;
}

.brand-logo
{
    width: 87px;
    margin: 0 0 0 auto;
    padding: 12px 0 0;

    text-align: right;

    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.woocommerce .price-wrap
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    margin: 0 0 16px;

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.woocommerce .price-wrap span.onsale
{
    font-size: 1em;
    line-height: 1;

    position: relative;
    z-index: 9;
    top: -3px;
    left: auto;

    min-width: auto;
    min-height: auto;
    margin: 0 18px 0 0;
    padding: 0;

    text-align: center;

    background-color: transparent;
}

.woocommerce .price-wrap .price
{
    font: 700 18px/1px 'Nunito', 'Arial', 'Helvetica Neue', 'Helvetica', sans-serif;

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    margin-bottom: 0;

    letter-spacing: -.025em;

    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
}

.woocommerce .price-wrap .price > span
{
    display: flex;
    text-decoration: none;

    color: #333;
}

.woocommerce .price-wrap .price del
{
    font-size: 12px;

    margin: 0 0 0 24px;

    color: #f44336;

    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
}

.woocommerce .price-wrap .price ins
{
    text-decoration: none;

    color: #333;
}

.woocommerce .price-wrap .price bdi
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.woocommerce .price-wrap .price bdi .woocommerce-Price-currencySymbol
{
    margin: 0 0 0 4px;

    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
}

.woocommerce div.product form.cart .variations
{
    margin: 0 0 5px;
}

.variations ul li
{
    display: block;
}

.variations ul li.label
{
    font: 600 12px/1 'sofia-pro', 'Arial', 'Helvetica Neue', 'Helvetica', sans-serif;

    margin: 0 0 8px;

    letter-spacing: .05em;
    text-transform: uppercase;

    color: #333;
}

.variations ul li.label:after
{
    content: ':';
}

.variations ul li.value
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    margin: 0 -4px;

    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}

.variations ul li.value > div
{
    padding: 0 0 12px;
}

.variations ul li.value label {
	margin: 0 4px;
}

.variations ul li.value input[type='radio']
{
    position: absolute;
    left: -99999px;

    opacity: 0;
}

.variations ul li.value input[type='radio']:checked + label
{
    color: #fff;
    background-color: #333;
}

.variations ul li.value label
{
    font: 500 12px/1 'sofia-pro', 'Arial', 'Helvetica Neue', 'Helvetica', sans-serif;

    display: inline-block;

    padding: .4em .8em .48em;

    cursor: pointer;
    -webkit-transition-timing-function: ease-in-out;
            transition-timing-function: ease-in-out;
    -webkit-transition-duration: .27s;
            transition-duration: .27s;
    -webkit-transition-property: color, background-color;
            transition-property: color, background-color;
    text-align: center;

    border: 2px solid #333;
    border-radius: 18px;
}

.variations ul li.value label:hover
{
    color: #fff;
    background-color: #333;
}

.variations ul li.value .reset_variations {
    color: #333333;
}

.stock-info {
    font: 600 12px/1.2 'sofia-pro', 'Arial', 'Helvetica Neue', 'Helvetica', sans-serif;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    color: #6ab22d;

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.stock-info svg
{
    margin: 0 17px 0 0;
}

.info-points-block
{
    margin: 24px 0;
    padding: 16px 0;

    border-top: 1px solid #777;
    border-bottom: 1px solid #777;
}

.info-points-list
{
    font: 500 14px/1.3 'sofia-pro', 'Arial', 'Helvetica Neue', 'Helvetica', sans-serif;

    color: #333;
}

.info-points-list > li
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    padding: 0 8px 10px;

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.info-points-list > li svg
{
    position: relative;
    top: .1em;

    margin: 0 15px 0 0;
}

.woocommerce-variation-add-to-cart
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

body.woocommerce #respond input#submit.alt,
body.woocommerce a.button.alt,
body.woocommerce button.button.alt,
body.woocommerce input.button.alt
{
    font-family: 'sofia-pro', 'Arial', 'Helvetica Neue', 'Helvetica', sans-serif;
    font-size: 14px;
    font-weight: 500;

    display: inline-block;

    margin: 0;
    padding: .8em .5em;

    color: #fff;
    border: 2px solid #333;
    border-radius: 20px;
    background-color: #333;
    background-image: none;
    box-shadow: none;
    text-shadow: none;
}

body.woocommerce #respond input#submit.alt.disabled,
body.woocommerce a.button.alt.disabled,
body.woocommerce button.button.alt.disabled,
body.woocommerce input.button.alt.disabled
{
    background-color: #333;
}

body.woocommerce #respond input#submit.alt:hover,
body.woocommerce a.button.alt:hover,
body.woocommerce button.button.alt:hover,
body.woocommerce input.button.alt:hover
{
    border-color: #777;
    background-color: #262626 !important;
}

.woocommerce div.product form.cart
{
    margin-bottom: 1.2em;
}

.yith-wcwl-add-button .add_to_wishlist
{
    font: 600 14px/1 'sofia-pro', 'Arial', 'Helvetica Neue', 'Helvetica', sans-serif;

    letter-spacing: .05em;
    text-transform: uppercase;

    color: #333;
}

.yith-wcwl-add-button .add_to_wishlist i
{
    margin: 0 20px 0 0;
}

.input-text.qty.text,
.woocommerce .quantity .qty
{
    width: 3.7em;
    height: 40px;
    padding: 0 .5em;

    text-align: center;

    border-radius: 8px;
    outline: none;
}

.product-left
{
    float: none;
}

.woocommerce .breadcrumb-wrap
{
    position: relative;

    padding: 0 0 0 24px;
}

.woocommerce .breadcrumb-wrap svg
{
    position: absolute;
    top: -3px;
    left: 0;
}

.woocommerce .breadcrumb-wrap .tagged_as
{
    font-size: 12px;
    font-weight: 600;

    margin: 0;
    padding: 4px 0 0;

    text-transform: none;
}

.woocommerce .breadcrumb-wrap .tagged_as a
{
    color: #333;
}

.woocommerce .breadcrumb-wrap ul.woocommerce-breadcrumb
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.woocommerce .breadcrumb-wrap ul.woocommerce-breadcrumb > li
{
    margin: 0 1em 0 0;
}

.woocommerce .breadcrumb-wrap ul.woocommerce-breadcrumb > li:first-of-type
{
    text-transform: uppercase;
}

.woocommerce .breadcrumb-wrap ul.woocommerce-breadcrumb > li:first-of-type:after
{
    margin: 0 0 0 .9em;

    content: '|';
}

.woocommerce .breadcrumb-wrap ul.woocommerce-breadcrumb > li:nth-last-child(2)
{
    margin: 0;
}

.woocommerce .breadcrumb-wrap ul.woocommerce-breadcrumb > li:last-child
{
    display: none;
}

.woocommerce .breadcrumb-wrap ul.woocommerce-breadcrumb > li a
{
    margin: 0;
}

.woocommerce .breadcrumb-wrap ul.woocommerce-breadcrumb > li a:after
{
    content: none;
}

.woocommerce .woocommerce-breadcrumb
{
    font: 600 12px/1.1 'sofia-pro', 'Arial', 'Helvetica Neue', 'Helvetica', sans-serif;

    margin: 0;
    padding: 0;

    color: #333;
}

.woocommerce .woocommerce-breadcrumb a
{
    margin: 0 1em 0 0;

    color: #bebebe;
}

.woocommerce .woocommerce-breadcrumb a:first-of-type
{
    text-transform: uppercase;
}

.woocommerce .woocommerce-breadcrumb a:first-of-type:after
{
    margin: 0 0 0 .9em;

    content: '|';
}

.product-image-wrap
{
    position: relative;
}

.product-image-labels
{
    line-height: 1;

    position: absolute;
    z-index: 10;
    top: 15px;
    left: 0;
}

.product-image-labels > li
{
    display: block;
}

.product-image-labels > li:not(:last-child)
{
    margin: 0 0 8px;
}

.product-image-label
{
    font: 600 12px/1 'sofia-pro', 'Arial', 'Helvetica Neue', 'Helvetica', sans-serif;

    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;

    min-width: 66px;
    height: 20px;
    padding: 0 .5em;

    text-align: center;

    color: #fff;
    border-radius: 18px;
    background-color: #6ab22d;

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.product-image-label.new-mod
{
    background-color: #777;
}

.woocommerce #content div.product div.images,
.woocommerce div.product div.images,
.woocommerce-page #content div.product div.images,
.woocommerce-page div.product div.images
{
    float: none;

    width: 100%;
    margin: 0;
}

.woocommerce div.product div.images .woocommerce-product-gallery__image a, .wvg-single-gallery-image-container
{
    display: block;

    width: 100%;
    height: 320px;
    padding: 15px;
}

.woocommerce div.product div.images .woocommerce-product-gallery__image a img, .woocommerce .woo-variation-gallery-wrapper .woo-variation-gallery-slider img
{
    width: 100%;
    height: 100%;

    object-fit: contain;
    object-position: center;
}

.woo-variation-gallery-wrapper .woo-variation-gallery-slider {
	cursor: pointer;
}
/*
.woocommerce .woo-variation-gallery-wrapper .woo-variation-gallery-slider img {
	width: 100% !important;
	height: 100% !important;
}*/

.woocommerce div.product div.images .woocommerce-product-gallery__trigger, .woocommerce .woo-variation-gallery-wrapper .woo-variation-gallery-trigger
{
    font-size: 0;

    position: absolute;
    top: 0;
    right: 0;

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    box-sizing: border-box;
    width: 40px;
    height: 40px;

    border-radius: 50%;
    background: #777;

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.woocommerce div.product div.images .woocommerce-product-gallery__trigger:before, .woocommerce .woo-variation-gallery-wrapper .woo-variation-gallery-trigger span.dashicons.dashicons-search:before
{
    position: relative;
    top: auto;
    left: auto;

    display: block;

    box-sizing: border-box;
    width: 20px;
    height: 20px;

    content: '';

    border: none;
    border-radius: 0;
    background-image: url('data:image/svg+xml,%3Csvg fill=\'%23fff\' xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 448 512\'%3E%3Cpath d=\'M448 344v112a23.94 23.94 0 0 1-24 24H312c-21.39 0-32.09-25.9-17-41l36.2-36.2L224 295.6 116.77 402.9 153 439c15.09 15.1 4.39 41-17 41H24a23.94 23.94 0 0 1-24-24V344c0-21.4 25.89-32.1 41-17l36.19 36.2L184.46 256 77.18 148.7 41 185c-15.1 15.1-41 4.4-41-17V56a23.94 23.94 0 0 1 24-24h112c21.39 0 32.09 25.9 17 41l-36.2 36.2L224 216.4l107.23-107.3L295 73c-15.09-15.1-4.39-41 17-41h112a23.94 23.94 0 0 1 24 24v112c0 21.4-25.89 32.1-41 17l-36.19-36.2L263.54 256l107.28 107.3L407 327.1c15.1-15.2 41-4.5 41 16.9z\'/%3E%3C/svg%3E');
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: contain;
}

.woocommerce div.product div.images .woocommerce-product-gallery__trigger:after
{
    content: none;
}

.woocommerce div.product div.images .woocommerce-product-gallery__trigger img
{
    display: none !important;
}

.flex-direction-nav .flex-prev,
.flex-direction-nav .flex-next
{
    font-size: 0;

    position: absolute;
    z-index: 11;
    top: 142px;

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    width: 30px;
    height: 30px;

    border-radius: 50%;
    background: #333;

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.flex-direction-nav .flex-prev:before,
.flex-direction-nav .flex-next:before
{
    display: inline-block;

    width: 16px;
    height: 16px;

    content: '';

    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: contain;
}

.flex-direction-nav .flex-prev
{
    left: 0;
}

.flex-direction-nav .flex-prev:before
{
    background-image: url('data:image/svg+xml,%3Csvg fill=\'%23fff\' xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 256 512\'%3E%3Cpath d=\'M31.7 239l136-136c9.4-9.4 24.6-9.4 33.9 0l22.6 22.6c9.4 9.4 9.4 24.6 0 33.9L127.9 256l96.4 96.4c9.4 9.4 9.4 24.6 0 33.9L201.7 409c-9.4 9.4-24.6 9.4-33.9 0l-136-136c-9.5-9.4-9.5-24.6-.1-34z\'/%3E%3C/svg%3E');
}

.flex-direction-nav .flex-next
{
    right: 0;
}

.flex-direction-nav .flex-next:before
{
    background-image: url('data:image/svg+xml,%3Csvg fill=\'%23fff\' xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 256 512\'%3E%3Cpath d=\'M224.3 273l-136 136c-9.4 9.4-24.6 9.4-33.9 0l-22.6-22.6c-9.4-9.4-9.4-24.6 0-33.9l96.4-96.4-96.4-96.4c-9.4-9.4-9.4-24.6 0-33.9L54.3 103c9.4-9.4 24.6-9.4 33.9 0l136 136c9.5 9.4 9.5 24.6.1 34z\'/%3E%3C/svg%3E');
}

.woocommerce div.product div.images .flex-control-thumbs
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    margin: 0 -7px;

    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}

.woocommerce div.product div.images .flex-control-thumbs.expanded li.has-show-more ~ li, .woocommerce .woo-variation-gallery-wrapper .woo-variation-gallery-thumbnail-slider.expanded .wvg-gallery-thumbnail-image ~ div
{
    display: block;
}

.woocommerce div.product div.images .flex-control-thumbs.expanded li.has-show-more:before, .woocommerce .woo-variation-gallery-wrapper .woo-variation-gallery-thumbnail-slider.expanded .wvg-gallery-thumbnail-image.has-show-more:before
{
    visibility: hidden;

    opacity: 0;
}

.woocommerce div.product div.images .flex-control-thumbs.expanded li.has-show-more .show-more-thumbs, .woocommerce .woo-variation-gallery-wrapper .woo-variation-gallery-thumbnail-slider.expanded .wvg-gallery-thumbnail-image.has-show-more .show-more-thumbs 
{
    visibility: hidden;

    opacity: 0;
}

.woocommerce div.product div.images .flex-control-thumbs li, .woocommerce .woo-variation-gallery-wrapper .wvg-gallery-thumbnail-image
{
    max-width: calc( 100% / 4);
    padding: 0 7px 15px;

    -webkit-transition: -webkit-transform .27s ease-in-out;
            transition: -webkit-transform .27s ease-in-out;
            transition:         transform .27s ease-in-out;
            transition:         transform .27s ease-in-out, -webkit-transform .27s ease-in-out;

    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc( 100% / 4);
        flex: 0 0 calc( 100% / 4);
}

.woocommerce .woo-variation-gallery-wrapper .wvg-gallery-thumbnail-image {
	opacity: 1;
}

.wvg-gallery-image.slick-slide {
    outline: none;
}

.woocommerce div.product div.images .flex-control-thumbs li.has-show-more, .woocommerce .woo-variation-gallery-wrapper .wvg-gallery-thumbnail-image.has-show-more
{
    position: relative;
}

.woocommerce div.product div.images .flex-control-thumbs li.has-show-more:before, .woocommerce .woo-variation-gallery-wrapper .wvg-gallery-thumbnail-image.has-show-more:before
{
    position: absolute;
    top: 0;
    right: 7px;
    bottom: 15px;
    left: 7px;

    content: '';
    -webkit-transition-timing-function: ease-in-out;
            transition-timing-function: ease-in-out;
    -webkit-transition-duration: .27s;
            transition-duration: .27s;
    -webkit-transition-property: visibility, opacity;
            transition-property: visibility, opacity;

    background: #bebebe;

    mix-blend-mode: multiply;
}

.woocommerce div.product div.images .flex-control-thumbs li.has-show-more .show-more-thumbs, .woocommerce .woo-variation-gallery-wrapper .wvg-gallery-thumbnail-image.has-show-more .show-more-thumbs
{
    font-size: 18px;
    font-weight: 700;

    position: absolute;
    top: 0;
    right: 7px;
    bottom: 15px;
    left: 7px;

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    cursor: pointer;
    -webkit-transition-timing-function: ease-in-out;
            transition-timing-function: ease-in-out;
    -webkit-transition-duration: .27s;
            transition-duration: .27s;
    -webkit-transition-property: visibility, opacity;
            transition-property: visibility, opacity;
    letter-spacing: .02em;

    color: #fff;

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.woocommerce div.product div.images .flex-control-thumbs li.has-show-more ~ li, .woocommerce .woo-variation-gallery-wrapper .wvg-gallery-thumbnail-image.has-show-more ~ div
{
    display: none;
}

.woocommerce div.product div.images .flex-control-thumbs li img, .woocommerce .woo-variation-gallery-wrapper .wvg-gallery-thumbnail-image img
{
    height: 100%;
    max-height: 86px;

    -webkit-transition: border .27s ease-in-out;
            transition: border .27s ease-in-out;

    opacity: 1;
    border-top: 2px solid transparent;
    object-fit: contain;
}

.woocommerce div.product div.images .flex-control-thumbs li img:hover, .woocommerce .woo-variation-gallery-wrapper .wvg-gallery-thumbnail-image img:hover
{
    border-top: 2px solid #bebebe;
}

.woocommerce div.product div.images .flex-control-thumbs li img.flex-active, .woocommerce .woo-variation-gallery-wrapper .wvg-gallery-thumbnail-image.current-thumbnail img
{
    border-top: 2px solid #bebebe;
}

.anchor-product-info a
{
    font-size: 14px;
    font-weight: 700;

    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;

    letter-spacing: .02em;

    color: #333;

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.anchor-product-info a svg
{
    position: relative;
    top: -1px;

    margin: 0 8px 0 0;
}

.product-bottom
{
    position: relative;
    z-index: 1;
}

.product-anchor-links
{
    margin: -40px 0 0;
}

.product-anchor-links .btn
{
    width: 100%;
    margin-top: 8px;
}

.product-title-link
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    margin: 0 0 18px;

    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.product-title-link .smooth-link
{
    font: 600 12px/1 'sofia-pro', 'Arial', 'Helvetica Neue', 'Helvetica', sans-serif;

    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;

    color: #333;

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.product-title-link .smooth-link span
{
    margin: 0 15px 0 0;
}

.product-title-link h1
{
    margin: 0;
}

.product-information-section
{
    padding: 50px 0 20px;
}

.technical-details-section
{
    padding: 10px 0 24px;
}

.technical-details-section .product-title-link
{
    margin: 0 0 3px;
}

.technical-details-section .open-close.active .opener svg
{
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
}

.technical-details-section .opener
{
    font: 500 14px/1 'sofia-pro', 'Arial', 'Helvetica Neue', 'Helvetica', sans-serif;

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    padding: 1em .5em 1.07em 0;

    text-transform: uppercase;

    color: #333;
    border-bottom: 1px solid #333;

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.technical-details-section .opener svg
{
    display: inline-block;

    -webkit-transition: -webkit-transform .27s ease-in-out;
            transition: -webkit-transform .27s ease-in-out;
            transition:         transform .27s ease-in-out;
            transition:         transform .27s ease-in-out, -webkit-transform .27s ease-in-out;
    -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
            transform: rotate(0deg);
}

.faq-section .opener svg{
	min-width: 15px;
}

.technical-details-section .slide
{
    padding: 15px 0;
}

.reviews-section
{
    margin: 0 0 63px;
}

.reviews-section .open-close
{
    position: relative;
    z-index: 1;

    margin: -60px 0 0 0;
}

.reviews-section .open-close:before
{
    position: absolute;
    z-index: -1;
    top: -57px;
    bottom: -51px;
    left: 50%;

    width: 100vw;

    content: '';
    -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
            transform: translate(-50%, 0);

    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 30%, white 100%);
    background:         linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 30%, white 100%);
}

.reviews-section .open-close.active
{
    z-index: 0;

    margin: 0 0 0 0;
}

.reviews-section .open-close.active:before
{
    content: none;
}

.reviews-section .open-close.active .opener:before
{
    content: attr(data-open-text);
}

.reviews-section .opener-wrap
{
    text-align: center;
}

.reviews-section .opener
{
    min-width: 188px;
}

.reviews-section .opener:before
{
    content: attr(data-close-text);
}

.reviews-block
{
    position: relative;

    padding: 0 0 16px;
}

.reviews-block .image
{
    position: relative;

    margin: 0;
}

.reviews-block .image img
{
    width: 100%;
    height: 100%;
/*GEÄNDERT VON SABRINA von COVER auf CONTAIN (Kundenwunsch)*/
    /*object-fit: cover;*/
    object-fit: contain;
    object-position: center;
}

.reviews-block .text
{
    padding: 24px 0;
}

.reviews-block .text.right-mod > div
{
    margin: 0;
}

.reviews-block .text h1
{
    margin: 0 0 .5em;
}

.reviews-block .decor
{
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 50%;

    -webkit-transform: translate(-50%, 28%);
        -ms-transform: translate(-50%, 28%);
            transform: translate(-50%, 28%);
}

.additional-products-section
{
    padding: 24px 0 8px;
}

.additional-products-section .btn-wrap
{
    padding: 21px 0 0;

    text-align: center;
}

.additional-products-section .btn-wrap .btn
{
    min-width: 264px;
}

.client-reviews-section
{
    position: relative;
    z-index: 1;

    padding: 24px 0 40px;
}

.client-reviews-section:before
{
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 50%;

    width: 100vw;

    content: '';
    -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
            transform: translate(-50%, 0);

    background-color: rgba(190, 190, 190, .2);
}

.client-reviews-section .product-title-link
{
    margin: 0 0 31px;
}

.review-form-opener
{
    font: 600 14px/1 'sofia-pro', 'Arial', 'Helvetica Neue', 'Helvetica', sans-serif;

    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;

    margin: 8px 0 0;

    letter-spacing: .05em;
    text-transform: uppercase;

    color: #333;

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.review-form-opener svg
{
    position: relative;
    top: 1px;

    margin: 0 8px 0 0;
}

#reviews
{
    position: relative;
}

#reviews .swiper-container
{
    overflow: visible !important;
}

#reviews .commentlist .swiper-slide.swiper-slide-active
{
    background-color: white;
}

#reviews .commentlist .swiper-slide.swiper-slide-active .star-rating,
#reviews .commentlist .swiper-slide.swiper-slide-active .meta,
#reviews .commentlist .swiper-slide.swiper-slide-active .description
{
    opacity: 1;
}

#reviews .review
{
    font-size: 14px;
    line-height: 1.875;

    box-sizing: border-box;
    height: 220px;
    padding: 15px;

    -webkit-transition: background-color .27s ease-in-out;
            transition: background-color .27s ease-in-out;

    color: #777;
    border-radius: 5px;
    background-color: #fff;
    background-color: rgba(255, 255, 255, .7);
    box-shadow: 0 0 10px rgba(0, 0, 0, .08);
}

#reviews .review .star-rating,
#reviews .review .meta,
#reviews .review .description
{
    -webkit-transition: opacity .27s ease-in-out;
            transition: opacity .27s ease-in-out;

    opacity: .2;
}

#reviews .review .star-rating
{
    font-size: 1em;

    float: none;

    width: 120px;
    margin: 0 0 10px;

    letter-spacing: .25em;

    color: #333;
}

#reviews .review .meta
{
    font: 500 14px/1.1 'sofia-pro', 'Arial', 'Helvetica Neue', 'Helvetica', sans-serif;

    margin: 0 0 16px;

    color: #333;
}

#reviews .review .description
{
    position: relative;

    overflow: hidden;
    overflow-y: auto;

    height: 134px;

    -ms-overflow-style: none;
    scrollbar-width: none;
}

#reviews .review .description::-webkit-scrollbar
{
    display: none;
}

#reviews .review .opener
{
    font: 600 12px/1 'sofia-pro', 'Arial', 'Helvetica Neue', 'Helvetica', sans-serif;

    position: absolute;
    right: 19px;
    bottom: 6px;

    padding: 2px 0 1px 21px;

    color: #333;
    background: #fff;
}

#reviews .review .opener:before
{
    content: '...';
}

#reviews .swiper-scrollbar
{
    bottom: -49px;

    background: #bebebe;
}

#reviews .swiper-scrollbar-drag
{
    background: #333;
}

.woocommerce .products ul,
.woocommerce ul.products
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    margin: 0 -7px;

    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}

.woocommerce .products ul:before,
.woocommerce .products ul:after,
.woocommerce ul.products:before,
.woocommerce ul.products:after
{
    content: none;
}

.woocommerce .products ul li.product,
.woocommerce ul.products li.product
{
    position: relative;

    float: none;

    width: 50% !important;
    margin: 0;
    padding: 0 7px 15px;
}

.woocommerce .products ul li.product.outofstock .product-image .product_type_simple,
.woocommerce ul.products li.product.outofstock .product-image .product_type_simple
{
    display: none !important;
}

.woocommerce .products ul li.product .product-card .product-image,
.woocommerce ul.products li.product .product-card .product-image
{
    position: relative;

    margin: 0;

    border: 1px solid #bebebe;
}

.woocommerce .products ul li.product .product-card .product-image img,
.woocommerce ul.products li.product .product-card .product-image img
{
    margin: 0;
}

.woocommerce .products ul li.product .product-card .button.product_type_simple,
.woocommerce .products ul li.product .product-card .add_to_cart_button,
.woocommerce ul.products li.product .product-card .button.product_type_simple,
.woocommerce ul.products li.product .product-card .add_to_cart_button
{
    position: absolute;
    right: 4px;
    bottom: -21px;

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    width: 40px;
    height: 40px;
    padding: 0;

    border: 3px solid rgba(51, 51, 51, .4);
    border-radius: 50%;
    background: #333;
    background-clip: content-box;

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.woocommerce .products ul li.product .product-card .onsale,
.woocommerce ul.products li.product .product-card .onsale
{
    font-size: 0;
    line-height: 1;

    z-index: 9;
    top: 5px;
    right: auto;
    left: 4px;

    min-width: auto;
    min-height: auto;
    margin: 0;
    padding: 0;

    text-align: left;

    border-radius: 0;
    background-color: transparent;
}

.woocommerce .products ul li.product .product-body,
.woocommerce ul.products li.product .product-body
{
    padding: 24px 0 0;
}

.woocommerce .products ul li.product .product-body .woocommerce-loop-product__link,
.woocommerce ul.products li.product .product-body .woocommerce-loop-product__link
{
    display: inline-block;
}

.woocommerce .products ul li.product .product-body .woocommerce-loop-product__title,
.woocommerce ul.products li.product .product-body .woocommerce-loop-product__title
{
    margin: 0;
    padding: 0;

    text-transform: uppercase;
}

.woocommerce .products ul li.product .product-body .tagged_as,
.woocommerce ul.products li.product .product-body .tagged_as
{
    font-size: 14px;
    font-weight: 300;

    margin: -2px 0 0;
    padding: 0;

    letter-spacing: normal;
    text-transform: none;
}

.woocommerce .products ul li.product .product-body .tagged_as a,
.woocommerce ul.products li.product .product-body .tagged_as a
{
    color: #777;
}

.woocommerce .products ul li.product .product-body .tagged_as a:hover,
.woocommerce ul.products li.product .product-body .tagged_as a:hover
{
    color: #333;
}

.woocommerce .products ul li.product .price,
.woocommerce ul.products li.product .price
{
    font: 500 16px/1 'sofia-pro', 'Arial', 'Helvetica Neue', 'Helvetica', sans-serif;

    padding: 12px 0 0;

    color: #333;
}

.woocommerce .products ul li.product .price del,
.woocommerce ul.products li.product .price del
{
    min-width: 97px;
    margin: 0 29px 0 0;

    opacity: 1;
    color: #f44336;
}

.woocommerce .products ul li.product .price bdi,
.woocommerce ul.products li.product .price bdi
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.woocommerce .products ul li.product .price bdi .woocommerce-Price-currencySymbol,
.woocommerce ul.products li.product .price bdi .woocommerce-Price-currencySymbol
{
    margin: 0 0 0 5px;

    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
}

.woocommerce .products ul li.product .price ins,
.woocommerce ul.products li.product .price ins
{
    text-decoration: none;
}

.product-preview-link
{
    font: 600 10px/1 'sofia-pro', 'Arial', 'Helvetica Neue', 'Helvetica', sans-serif;

    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;

    margin: 0 0 17px;

    letter-spacing: .05em;
    text-transform: uppercase;

    color: #bebebe;

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.product-preview-link svg
{
    margin: 0 8px 0 0;
}

li.product.outofstock .product-image .product_type_simple
{
    display: none !important;
}

.product-card:hover .product-image
{
    border-color: rgba(190, 190, 190, .3) !important;
}

.product-card:hover .product-image img
{
    opacity: .3;
}

.product-card:hover .product-image .overlay
{
    visibility: visible;

    opacity: 1;
}

.product-card .product-image
{
    position: relative;

    height: 45vw;
    margin: 0;
    padding: 15px;

    -webkit-transition: border-color .27s ease-in-out;
            transition: border-color .27s ease-in-out;

    border: 1px solid #bebebe;
}

.product-card .product-image img
{
    width: 100%;
    height: 100%;
    margin: 0;

    -webkit-transition: opacity .27s ease-in-out;
            transition: opacity .27s ease-in-out;

    object-fit: contain;
    object-position: center;
}

.product-card .overlay
{
    position: absolute;
    top: 0;
    left: 0;

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    visibility: hidden;

    width: 100%;
    height: 100%;

    -webkit-transition-timing-function: ease-in-out;
            transition-timing-function: ease-in-out;
    -webkit-transition-duration: .27s;
            transition-duration: .27s;
    -webkit-transition-property: opacity, visibility;
            transition-property: opacity, visibility;

    opacity: 0;

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.product-card .overlay .btn
{
    min-width: 187px;
}

.product-card .button.product_type_simple,
.product-card .add_to_cart_button
{
    font-size: 0 !important;

    position: absolute;
    z-index: 11;
    right: 4px;
    bottom: -21px;

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    width: 40px;
    height: 40px;
    padding: 0;

    cursor: pointer;
    -webkit-transition: border-color .27s ease-in-out;
            transition: border-color .27s ease-in-out;

    border: 3px solid rgba(51, 51, 51, .4);
    border-radius: 50%;
    background: #333;
    background-clip: content-box;

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.product-card .button.product_type_simple:hover svg,
.product-card .add_to_cart_button:hover svg
{
    -webkit-animation: busket .27s ease forwards;
            animation: busket .27s ease forwards;
}

.product-card .button.product_type_simple:after,
.product-card .add_to_cart_button:after
{
    margin-left: 0 !important;
}

.product-card .button.product_type_simple.added svg.basket-icon,
.product-card .add_to_cart_button.added svg.basket-icon
{
    display: none;
}

.product-card .button.product_type_simple.added svg.added-icon,
.product-card .add_to_cart_button.added svg.added-icon
{
    display: block;
}

.product-card .button.product_type_simple svg,
.product-card .add_to_cart_button svg
{
    position: relative;

    display: inline-block;
}

.product-card .button.product_type_simple svg.added-icon,
.product-card .add_to_cart_button svg.added-icon
{
    display: none;
}

.product-card .added_to_cart.wc-forward
{
    font: 600 12px/1 'sofia-pro', 'Arial', 'Helvetica Neue', 'Helvetica', sans-serif;

    position: absolute;
    z-index: 11;
    bottom: 5px;
    left: 5px;

    letter-spacing: .02em;

    color: #000;
}

.product-card .onsale
{
    font-size: 0;
    line-height: 1;

    position: absolute;
    z-index: 9;
    top: 5px;
    right: auto;
    left: 4px;

    min-width: auto;
    min-height: auto;
    margin: 0;
    padding: 0;

    text-align: left;

    border-radius: 0;
    background-color: transparent;
}

.product-card .link
{
    position: absolute;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;
}

.product-card .product-body
{
    padding: 24px 0 0;
}

.product-card .product-body .woocommerce-loop-product__link
{
    display: inline-block;
}

.product-card .product-body .woocommerce-loop-product__link:hover h2
{
    color: #777;
}

.product-card .product-body .woocommerce-loop-product__link h2
{
    -webkit-transition: color .27s ease-in-out;
            transition: color .27s ease-in-out;
}

.product-card .product-body .woocommerce-loop-product__title
{
    font-size: 16px;

    margin: 0;
    padding: 0;

    text-transform: uppercase;
}

.product-card .product-body .tagged_as
{
    font-size: 14px;
    font-weight: 300;

    margin: -2px 0 0;
    padding: 0;

    letter-spacing: normal;
    text-transform: none;
}

.product-card .product-body .tagged_as a
{
    color: #777;
}

.product-card .product-body .tagged_as a:hover
{
    color: #333;
}

.product-card .price
{
    font: 500 16px/1 'sofia-pro', 'Arial', 'Helvetica Neue', 'Helvetica', sans-serif;

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    padding: 12px 0 0;

    color: #333;

    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}

.product-card .price del
{
    min-width: 97px;
    margin: 0 29px 0 0;

    opacity: 1;
    color: #f44336;
}

.product-card .price bdi
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.product-card .price bdi .woocommerce-Price-currencySymbol
{
    margin: 0 0 0 5px;

    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
}

.product-card .price ins
{
    text-decoration: none;
}

.color-list
{
    position: absolute;
    bottom: 5px;
    left: 5px;

    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;
}

.color-list .color-item
{
    display: inline-block;

    width: 18px;
    height: 18px;

    border: 2px solid rgba(119, 119, 119, .2);
    border-radius: 50%;
    background-clip: content-box;
}

.color-list .color-item:not(:last-child)
{
    margin: 0 4px 0 0;
}

.product-preview-popup-holder.popup-active .product-preview-popup
{
    visibility: visible;

    opacity: 1;
}

.product-preview-popup-holder .product-preview-popup
{
    position: fixed;
    z-index: 999999;
    top: 50%;
    left: 50%;

    display: block !important;
    visibility: hidden;
    overflow: hidden;
    overflow-y: auto;

    width: calc(100% - 30px);
    max-height: 98vh;

    -webkit-transition-timing-function: ease-in-out;
            transition-timing-function: ease-in-out;
    -webkit-transition-duration: .27s;
            transition-duration: .27s;
    -webkit-transition-property: opacity, visibility;
            transition-property: opacity, visibility;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);

    opacity: 0;
    border-radius: 5px;
    background: #fff;
    box-shadow: 0 3px 5px rgba(0, 0, 0, .1);
}

.product-preview-popup-holder .product-preview-popup .product-title
{
    margin: 0 0 1.5em;

    text-align: left;
}

.product-preview-popup-holder .close
{
    position: absolute;
    z-index: 2;
    top: 15px;
    right: 15px;
}

.product-preview-popup-holder .close:hover svg
{
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
}

.product-preview-popup-holder .close svg
{
    display: inline-block;

    -webkit-transition: -webkit-transform .27s ease-in-out;
            transition: -webkit-transform .27s ease-in-out;
            transition:         transform .27s ease-in-out;
            transition:         transform .27s ease-in-out, -webkit-transform .27s ease-in-out;
    -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
            transform: rotate(0deg);
}

.product-preview-popup-holder .column
{
    background: #fff;
}

.product-preview-popup-holder .column .left-box
{
    padding: 15px 0;
}

.product-preview-popup-holder .column .right-box
{
    padding: 40px 15px;

    background-color: rgba(190, 190, 190, .2);
}

.product-preview-popup-holder .entry-image
{
    position: relative;

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    width: 100%;

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.product-preview-popup-holder .entry-image img
{
    width: 100%;
}

.product-preview-popup-holder .entry-image .product-image-labels
{
    top: 20px;
    left: 15px;

    display: block !important;

    margin: 0 !important;
}

.product-preview-popup-holder .price-wrap
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    margin: 0 0 33px;
}

.product-preview-popup-holder .price-wrap .onsale
{
    position: relative !important;
    top: 3px !important;
    left: 0 !important;
}

.product-preview-popup-holder .price-wrap .price
{
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
}

.product-preview-popup-holder .price-wrap .price del
{
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
}

.product-preview-popup-holder .price-wrap .price ins
{
    font-size: 18px;

    margin: 0 19px 0 20px;

    letter-spacing: .02em;
}

.product-preview-popup-holder .description
{
    margin: 0 0 16px;
}

.product-preview-popup-holder .description.active > p:after
{
    content: none;
}

.product-preview-popup-holder .description p,
.product-preview-popup-holder .description .slide
{
    display: inline !important;
}

.product-preview-popup-holder .description > p
{
    margin: 0;
}

.product-preview-popup-holder .description > p:after
{
    content: '...';
}

.product-preview-popup-holder .description .slide p
{
    margin: 0;
}

.product-preview-popup-holder .description .opener
{
    font: 600 12px 'sofia-pro', 'Arial', 'Helvetica Neue', 'Helvetica', sans-serif;

    display: inline-block;

    margin: 0 0 0 16px;

    color: #333;
}

.product-preview-popup-holder .variations ul
{
    display: block !important;

    margin: 0 !important;
}

.product-preview-popup-holder .variations ul li
{
    display: block;
}

.product-preview-popup-holder .variations ul li.label
{
    font: 600 12px/1 'sofia-pro', 'Arial', 'Helvetica Neue', 'Helvetica', sans-serif;

    margin: 0 0 8px;

    letter-spacing: .05em;
    text-transform: uppercase;

    color: #333;
}

.product-preview-popup-holder .variations ul li.label:after
{
    content: ':';
}

.product-preview-popup-holder .variations ul li.value
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    margin: 0 -4px;

    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}

.product-preview-popup-holder .variations ul li.value > div
{
    padding: 0 0 12px;
}

.product-preview-popup-holder .variations ul li.value label
{
    margin: 0 4px;
}

.product-preview-popup-holder .variations ul li.value input[type='radio']
{
    position: absolute;
    left: -99999px;

    opacity: 0;
}

.product-preview-popup-holder .variations ul li.value input[type='radio']:checked + label
{
    color: #fff;
    background-color: #333;
}

.product-preview-popup-holder .variations ul li.value label
{
    font: 500 12px/1 'sofia-pro', 'Arial', 'Helvetica Neue', 'Helvetica', sans-serif;

    display: inline-block;

    padding: .4em .8em .48em;

    cursor: pointer;
    -webkit-transition-timing-function: ease-in-out;
            transition-timing-function: ease-in-out;
    -webkit-transition-duration: .27s;
            transition-duration: .27s;
    -webkit-transition-property: color, background-color;
            transition-property: color, background-color;
    text-align: center;

    border: 2px solid #333;
    border-radius: 18px;
}

.product-preview-popup-holder .variations ul li.value label:hover
{
    color: #fff;
    background-color: #333;
}

.product-preview-popup-holder .variations ul li.value .reset_variations
{
    display: none !important;
}

.product-preview-popup-holder .woocommerce-variation-add-to-cart
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.product-preview-popup-holder .single_add_to_cart_button
{
    min-width: 218px !important;
    margin: 0 0 0 8px !important;
}

.product-preview-popup-holder .single_add_to_cart_button.disabled
{
    position: relative;

    overflow: hidden;

    pointer-events: none;

    opacity: .7;
}

.product-preview-popup-holder .single_add_to_cart_button.disabled:before
{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;

    content: '';
    cursor: not-allowed;
}

.product-preview-popup-holder .quantity
{
    display: inline-block;
}

.desc-open-close
{
    margin: 0 0 16px;
    padding: 16px 0;

    border-top: 1px solid #bebebe;
    border-bottom: 1px solid #bebebe;
}

.desc-open-close .desc-opener
{
    font: 600 14px/1.2 'sofia-pro', 'Arial', 'Helvetica Neue', 'Helvetica', sans-serif;

    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;

    letter-spacing: .05em;
    text-transform: uppercase;

    color: #333;

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.desc-open-close .desc-opener svg
{
    margin: 0 0 0 8px;
}

.desc-open-close .desc-slide .open-close.active .opener svg
{
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
}

.desc-open-close .desc-slide .opener
{
    font: 500 12px/1 'sofia-pro', 'Arial', 'Helvetica Neue', 'Helvetica', sans-serif;

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    padding: .8em .5em .87em 0;

    text-transform: uppercase;

    color: #333;
    border-bottom: 1px solid #333;

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.desc-open-close .desc-slide .opener svg
{
    display: inline-block;

    -webkit-transition: -webkit-transform .27s ease-in-out;
            transition: -webkit-transform .27s ease-in-out;
            transition:         transform .27s ease-in-out;
            transition:         transform .27s ease-in-out, -webkit-transform .27s ease-in-out;
    -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
            transform: rotate(0deg);
}

.desc-open-close .desc-slide .slide
{
    font-size: 13px;

    padding: 8px 0;
}

.details-btn
{
    font: 500 14px 'sofia-pro', 'Arial', 'Helvetica Neue', 'Helvetica', sans-serif;

    display: inline-block;

    min-width: 132px;
    margin: 12px 0 0;
    padding: .715em .5em;

    -webkit-transition: background-color .27s ease-in-out;
            transition: background-color .27s ease-in-out;
    text-align: center;

    color: #fff;
    border-radius: 20px;
    background-color: #777;
}

.details-btn:hover
{
    background-color: #333;
}

.pswp__caption
{
    display: none;
}

.product-tabs-section
{
    position: relative;

    padding: 24px 0 40px;
}

.product-tabs-section header
{
    margin: 0 0 32px;

    text-align: center;
}

.product-tabs-section header h2
{
    font-size: 20px;
    font-weight: 300;

    margin: 0;

    letter-spacing: .08em;
    text-transform: uppercase;

    color: #777;
}

.product-tab-content
{
    position: relative;
}

.product-tab-content > div
{
    width: 100%;
}

.product-tab
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    margin: 0 0 40px;

    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.product-tab > li.active a
{
    color: #fff;
    background-color: #333;
}

.product-tab a
{
    font: 500 12px/1 'sofia-pro', 'Arial', 'Helvetica Neue', 'Helvetica', sans-serif;

    display: inline-block;

    width: 100%;
    padding: .45em .5em .5em;

    -webkit-transition-timing-function: ease-in-out;
            transition-timing-function: ease-in-out;
    -webkit-transition-duration: .27s;
            transition-duration: .27s;
    -webkit-transition-property: color, background-color;
            transition-property: color, background-color;
    text-align: center;

    color: #333;
    border: 2px solid #333;
    border-radius: 18px;
    background-color: #fff;
}

.product-tab a:hover
{
    color: #fff;
    background-color: #333;
}

.product-slider
{
    margin: 0 -15px 0 0;
}

.product-slider .slick-list,
.product-slider .slick-track
{
    -webkit-transform: none !important;
        -ms-transform: none !important;
            transform: none !important;
}

.product-slider .slick-slide
{
    margin: 0 15px 0 0;

    outline: none;
}

.product-slider .slick-dots
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    padding: 24px 0 0;

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.product-slider .slick-dots > li:not(:last-child)
{
    margin: 0 3px 0 0;
}

.product-slider .slick-dots > li.slick-active button
{
    border-color: #777;
}

.product-slider .slick-dots > li button
{
    font-size: 0;

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    width: 16px;
    height: 16px;

    -webkit-transition: border-color .27s ease-in-out;
            transition: border-color .27s ease-in-out;

    border: 1px solid transparent;
    border-radius: 50%;
    outline: none;
    background-color: transparent;

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.product-slider .slick-dots > li button:before
{
    width: 5px;
    height: 5px;

    content: '';

    border-radius: 50%;
    background: #777;
	position: relative;
}

.product-slider .slick-dots > li button:hover
{
    border-color: #777;
}

.new-products-section .page-heading
{
    position: relative;
    z-index: 1;

    display: block;

    min-height: 480px;
    padding: 40px 0;

    background-repeat: no-repeat;
    background-position: 200vw 0;
}

.new-products-section .page-heading:after,
.new-products-section .page-heading:before
{
    position: absolute;
    z-index: -1;
    top: 0;
    right: -15px;
    bottom: 0;
    left: -15px;

    content: '';
}

.new-products-section .page-heading:after
{
    background-color: rgba(51, 51, 51, .5);

    mix-blend-mode: multiply;
}

.new-products-section .page-heading .lined-heading
{
    margin: 0 0 24px;

    color: #fff;
}

.new-products-section .page-heading .lined-heading span:before
{
    background: -webkit-linear-gradient(top, transparent 0px, transparent 4.1px, #777 4.1px, #777 45px);
    background:         linear-gradient(to bottom, transparent 0px, transparent 4.1px, #777 4.1px, #777 45px);
    background-repeat: repeat-y;
    background-position: right top;
    background-size: 100% 1.245em;
}

.new-products-section .btn-wrap .btn
{
    min-width: 156px;
}

.new-products
{
    padding: 24px 0;
}

.new-product-list
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    margin: 0 -7px;

    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}

.new-product-list > li
{
    max-width: 50%;
    padding: 0 7px 30px;

    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
        flex: 0 0 50%;
}

.more-categories-section
{
    padding: 33px 0 0;
}

.more-categories-section .entry-header
{
    margin: 0 0 40px;
}

.more-categories-section .entry-header h2
{
    font-size: 23px;
    font-weight: 300;

    position: relative;

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    text-align: center;
    letter-spacing: .08em;
    text-transform: uppercase;

    color: #777;

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.more-categories-section .entry-header h2:before,
.more-categories-section .entry-header h2:after
{
    height: 1px;

    content: '';

    background: #333;

    -webkit-box-flex: 1;
    -ms-flex: 1;
        flex: 1;
}

.more-categories-section .entry-header h2:before
{
    margin-right: 16px;
}

.more-categories-section .entry-header h2:after
{
    margin-left: 16px;
}

.more-categories-slider
{
    max-width: 1440px;
    margin: 0 auto;
}

.more-categories-slider .slick-list
{
    padding: 0 !important;
}

.more-categories-slider .slick-track
{
    -webkit-transition: -webkit-transform .1s linear;
            transition: -webkit-transform .1s linear;
            transition:         transform .1s linear;
            transition:         transform .1s linear, -webkit-transform .1s linear;
}

.more-categories-slider .slick-slide
{
    margin: 0 15px 0 0;
}

.more-categories-slider .card
{
    height: 300px;
}

.more-categories-slider .slick-dots
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    padding: 18px 0 0;

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.more-categories-slider .slick-dots > li:not(:last-child)
{
    margin: 0 3px 0 0;
}

.more-categories-slider .slick-dots > li.slick-active button
{
    border-color: #777;
}

.more-categories-slider .slick-dots > li button
{
    font-size: 0;

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    width: 16px;
    height: 16px;

    -webkit-transition: border-color .27s ease-in-out;
            transition: border-color .27s ease-in-out;

    border: 1px solid transparent;
    border-radius: 50%;
    outline: none;
    background-color: transparent;

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.slick-dots li button:before {
    position: relative!important;
    top: unset!important;
    left: unset!important;
    font-family: unset!important;
    font-size: 0!important;
    line-height: 0!important;
    text-align: center;
}

.more-categories-slider .slick-dots > li button:before
{
    width: 5px;
    height: 5px;

    content: '';

    border-radius: 50%;
    background: #777;
}

.more-categories-slider .slick-dots > li button:hover
{
    border-color: #777;
}

.woocommerce .two-column-text .section-header
{
    max-width: 580px;
}

.shop-page-header
{
    position: relative;
    z-index: 1;

    margin: -38px 0 0;
    padding: 38px 0 28px;

    background-position: 50% 50%;
    background-size: cover;
}

.shop-page-header:before
{
    position: absolute;
    z-index: -1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;

    content: '';

    background-color: rgba(51, 51, 51, .4);

    mix-blend-mode: multiply;
}

.shop-page-header .lined-heading
{
    max-width: 290px;
    margin: 0 0 13px;

    color: #fff;
}

.shop-page-header .lined-heading:only-child
{
    margin: 0;
}

.shop-page-header .lined-heading span:before
{
    background: -webkit-linear-gradient(top, transparent 0px, transparent 4.1px, #777 4.1px, #777 45px);
    background:         linear-gradient(to bottom, transparent 0px, transparent 4.1px, #777 4.1px, #777 45px);
    background-repeat: repeat-y;
    background-position: right top;
    background-size: 100% 1.245em;
}

.shop-page-header .subheading
{
    margin: 0;

    color: #fff;
}

.shop-breadcrumbs
{
    padding: 27px 0;
}

.shop-breadcrumbs svg
{
    margin: 0 16px 0 0;
}

.shop-breadcrumbs .inner
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.woocommerce .woocommerce-result-count,
.woocommerce-page .woocommerce-result-count
{
    font: 600 12px/1 'sofia-pro', 'Arial', 'Helvetica Neue', 'Helvetica', sans-serif;

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    float: none;

    margin: 0 0 41px;

    color: #333;

    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.woocommerce .woocommerce-result-count:before,
.woocommerce .woocommerce-result-count:after,
.woocommerce-page .woocommerce-result-count:before,
.woocommerce-page .woocommerce-result-count:after
{
    width: calc(50% - 108px);
    height: 1px;

    content: '';

    background: #333;
}

.woocommerce .woocommerce-result-count:before,
.woocommerce-page .woocommerce-result-count:before
{
    margin-right: auto;
}

.woocommerce .woocommerce-result-count:after,
.woocommerce-page .woocommerce-result-count:after
{
    margin-left: auto;
}

.woocommerce .shop-body
{
    position: relative;
}

.woocommerce .shop-body .container
{
    position: relative;
}

.woocommerce .shop-body .woocommerce-ordering
{
    float: none !important;

    margin: 26px 0 0 auto;
}

.woocommerce .shop-body .woocommerce-ordering .orderby
{
    font: 500 14px 'sofia-pro', 'Arial', 'Helvetica Neue', 'Helvetica', sans-serif;

    min-width: 187px;
    height: 30px;
    padding: 0 2.4em 0 1em;

    color: #333;
    border: 1px solid #333;
    border-radius: 18px;
    background: #fff;
    background-image: url('data:image/svg+xml,%3Csvg version=\'1.1\' xmlns=\'http://www.w3.org/2000/svg\' width=\'768\' height=\'768\' viewBox=\'0 0 768 768\'%3E%3Cpath fill=\'%23333\' d=\'M169.376 310.624l192 192c12.512 12.512 32.768 12.512 45.248 0l192-192c12.512-12.512 12.512-32.768 0-45.248s-32.768-12.512-45.248 0l-169.376 169.376-169.376-169.376c-12.512-12.512-32.768-12.512-45.248 0s-12.512 32.768 0 45.248z\'%3E%3C/path%3E%3C/svg%3E%0A');
    background-repeat: no-repeat;
    background-position: calc(100% - 16px) 50%;
    background-size: 16px;
}

.woocommerce .shop-body ul.products li.product
{
    padding: 0 7px 36px;
}

.woocommerce .shop-body .products ul li.product.deal-section,
.woocommerce .shop-body ul.products li.product.deal-section
{
    width: 100% !important;
}

.woocommerce .shop-body .countdown-block
{
    position: relative;
    left: 50%;

    width: 100vw;
    padding: 10px 0 26px;

    -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
}

.woocommerce .shop-body .countdown-block .icon-wrap
{
    position: relative;
    z-index: 5;

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    margin: 0 0 18px;

    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.woocommerce .shop-body .countdown-block .icon-wrap img
{
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.woocommerce .shop-body .countdown-block .icon-wrap:before,
.woocommerce .shop-body .countdown-block .icon-wrap:after
{
    width: calc( 50% - 28px);
    height: 1px;

    content: '';

    background: #bebebe;
}

.woocommerce .shop-body .countdown-block .icon-wrap:before
{
    margin-right: 16px;
}

.woocommerce .shop-body .countdown-block .icon-wrap:after
{
    margin-left: 16px;
}

.shop-widgets
{
    -webkit-transition-timing-function: ease-in-out;
            transition-timing-function: ease-in-out;
    -webkit-transition-duration: .27s;
            transition-duration: .27s;
    -webkit-transition-property: top, padding;
            transition-property: top, padding;
}

.berocket_single_filter_widget h3
{
    font: 500 14px 'sofia-pro', 'Arial', 'Helvetica Neue', 'Helvetica', sans-serif;

    text-transform: none;

    color: #333;
    display: none;
}

.berocket_single_filter_widget .bapf_body select
{
    font: 500 14px 'sofia-pro', 'Arial', 'Helvetica Neue', 'Helvetica', sans-serif;

    min-width: 187px;
    height: 30px;
    padding: 0 2.4em 0 1em;

    color: #fff;
    border-radius: 18px;
    background: #333;
    background-image: url('data:image/svg+xml,%3Csvg version=\'1.1\' xmlns=\'http://www.w3.org/2000/svg\' width=\'768\' height=\'768\' viewBox=\'0 0 768 768\'%3E%3Cpath fill=\'%23fff\' d=\'M169.376 310.624l192 192c12.512 12.512 32.768 12.512 45.248 0l192-192c12.512-12.512 12.512-32.768 0-45.248s-32.768-12.512-45.248 0l-169.376 169.376-169.376-169.376c-12.512-12.512-32.768-12.512-45.248 0s-12.512 32.768 0 45.248z\'%3E%3C/path%3E%3C/svg%3E%0A');
    background-repeat: no-repeat;
    background-position: calc(100% - 16px) 50%;
    background-size: 16px;
}

.berocket_single_filter_widget .bapf_slidr .bapf_body
{
    padding: 12px 0 0;
}

.berocket_single_filter_widget .bapf_slidr .bapf_slidr_all
{
    font: 600 12px 'sofia-pro', 'Arial', 'Helvetica Neue', 'Helvetica', sans-serif;

    color: #333;
}

.berocket_single_filter_widget .bapf_slidr .bapf_slidr_all .bapf_slidr_main
{
    width: 188px;
    margin-bottom: 6px;
}

.berocket_single_filter_widget .active-filter
{
    font: 600 12px 'sofia-pro', 'Arial', 'Helvetica Neue', 'Helvetica', sans-serif;
}

.berocket_single_filter_widget .active-filter ul a
{
    color: #333;
}

.berocket_single_filter_widget .active-filter .berocket_aapf_widget_selected_filter
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.woocommerce nav.woocommerce-pagination
{
    font: 600 12px 'sofia-pro', 'Arial', 'Helvetica Neue', 'Helvetica', sans-serif;

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    padding: 24px 0 0;

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.woocommerce nav.woocommerce-pagination .current
{
    color: #777;
}

.woocommerce nav.woocommerce-pagination .page-numbers
{
    color: #333;
}

.woocommerce nav.woocommerce-pagination .page-numbers:not(:last-child)
{
    margin: 0 1em 0 0;
}

.woocommerce nav.woocommerce-pagination svg
{
    display: block;
}

.woocommerce-store-notice {
    background-color: #333 !important;
}

@media (min-width: 480px)
{
    .hero-slider .slick-dots
    {
        top: 60vw;
    }

    .product-card .product-image
    {
        height: 43vw;
    }

    .new-product-list > li
    {
        padding: 0 7px 43px;
    }
}

@media (min-width: 556px)
{
    .product-card .product-image
    {
        height: 32vw;
    }

    .product-tab a
    {
        font-size: 14px;
    }

    .new-product-list > li
    {
        max-width: 33.3333%;

        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333%;
            flex: 0 0 33.3333%;
    }
}

@media (min-width: 768px)
{
    body
    {
        font-size: 16px;
    }

    .commentlist-item .commentlist-item
    {
        padding: 0 0 0 2em;
    }

    h1,
    .h1
    {
        font-size: 36px;
    }

    h2,
    .h2
    {
        font-size: 27px;
    }

    h3,
    .h3
    {
        font-size: 23px;
    }

    h4,
    .h4
    {
        font-size: 21px;
    }

    h5,
    .h5
    {
        font-size: 18px;
    }

    h6,
    .h6
    {
        font-size: 15px;
    }

    #wrapper
    {
        padding: 149px 0 0;
    }

    #wrapper.usp-popup-active
    {
        padding: 179px 0 0;
    }

    .home #wrapper.usp-popup-active
    {
        padding: 139px 0 0;
    }

    .single-product #wrapper.usp-popup-active
    {
        padding: 141px 0 0;
    }

    .home #wrapper
    {
        padding: 109px 0 0;
    }

    .single-product #wrapper
    {
        padding: 110px 0 0;
    }

    .section-header
    {
        margin: 0 0 41px;

        text-align: left;
    }

    .usp-bar
    {
        padding: 8px 30px 7px 0;
    }

    .usp-bar .usp-close
    {
        right: 15px;
    }

    .usp-list .slick-list
    {
        -webkit-transform: none !important;
            -ms-transform: none !important;
                transform: none !important;
    }

    .usp-list .slick-track
    {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;

        width: auto !important;
        margin: 0 -15px;

        -webkit-transform: none !important;
            -ms-transform: none !important;
                transform: none !important;
        text-align: left;

        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .usp-list .slick-track > div
    {
        max-width: 33.3333%;
        padding: 0 15px;

        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333%;
            flex: 0 0 33.3333%;
    }

    .logo
    {
        max-width: 187px;
        padding: 12px 0 10px;

        -webkit-box-flex: 0;
        -ms-flex: 0 0 187px;
            flex: 0 0 187px;
    }

    .fixed-header .logo
    {
        padding: 8px 0 6px;
    }

    #nav > li.hover > .drop-holder,
    #nav > li:hover > .drop-holder
    {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    #nav > li > a
    {
        height: 58px;
        padding: 1.586em 1.48em;
    }

    .fixed-header #nav > li > a
    {
        height: 50px;
        padding: 1.3em 1.48em;
    }

    #nav > li > .drop-holder
    {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    }

    #nav > li > .drop-holder > ul
    {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;

        max-width: 100%;

        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    }

    #nav > li > .drop-holder > ul > li
    {
        max-width: 33.3333%;
        padding: 0 15px 0 0;

        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333%;
            flex: 0 0 33.3333%;
    }

    #nav > li > .drop-holder .menu-aside
    {
        margin: 15px 0 0;
    }

    .burger-wrap
    {
        margin: 0 0 0 1.4em;
        padding: 4px 0 0;
    }

    .nav-opener .text
    {
        display: block;
    }

    .burger
    {
        margin: 0 0 4px;
    }

    .burger span,
    .burger:before,
    .burger:after
    {
        margin-top: -1px; /* height/2 */
    }

    .header-action
    {
        padding: 6px 13px 0 0;
    }

    .header-action-list li:not(:last-child)
    {
        margin: 0 2.36em 0 0;
    }

    .header-action-list a svg
    {
        margin: 0 0 6px;
    }

    .header-action-list a .text
    {
        display: block;
    }

    .header-bottom
    {
        padding: 11px 0 9px;
    }

    .fixed-header .header-bottom
    {
        padding: 8px 0 6px;
    }

    #nav-second
    {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .burger-second
    {
        display: none;
    }

    .footer-area
    {
        padding: 40px 0;
    }

    .footer-top
    {
        margin: 0 0 40px;
    }

    .footer-top .inner
    {
        text-align: left;

        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .footer-top .cta-above-text
    {
        max-width: 140px;
        margin: 0 0 0 53px;
        padding: 13px 0 0;

        -webkit-box-flex: 0;
        -ms-flex: 0 0 140px;
            flex: 0 0 140px;
    }

    .footer-top .cta-above-text .arrow-decor
    {
        bottom: -47%;
    }

    .footer-widgets-row
    {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;

        padding: 0 0 8px;

        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .footer-widgets
    {
        width: calc( 100% - 76px);

        text-align: left;
    }

    .footer-widgets > div
    {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;

        margin: 0 -15px;

        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    }

    .footer-widgets .widget-item
    {
        max-width: 50%;
        padding: 0 15px 30px;

        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    }

    .footer-widgets .widget-item h3
    {
        margin: 0 0 1.2em;
    }

    .scroll-top-block
    {
        margin: 0 0 0 auto;

        text-align: right;

        -ms-flex-negative: 0;
        flex-shrink: 0;
    }

    .copyright-block
    {
        font-size: 12px;
    }

    .payment-method-list
    {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .anchor-link
    {
        left: 45%;

        -webkit-transform: translate(-50%, 50%);
            -ms-transform: translate(-50%, 50%);
                transform: translate(-50%, 50%);
    }

    .hero-slider .slick-track
    {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .hero-slider .slick-slide
    {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;

        height: auto;

        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
    }

    .hero-slider .slick-arrow
    {
        bottom: 25px;
    }

    .hero-slider .slick-arrow.slick-next
    {
        right: auto;
        left: 65px;
    }

    .hero-slider .slick-dots
    {
        top: auto;
        bottom: 16px;
        left: 45%;
    }

    .hero-content
    {
        width: 45%;
    }

    .hero-content
    {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
            flex-direction: column;

        max-width: 45%;

        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        -webkit-box-flex: 1;
        -ms-flex: 1 0 45%;
            flex: 1 0 45%;
    }

    .hero-content .lined-heading
    {
        padding-right: 0;
    }

    .hero-content .cta-wrap .btn
    {
        min-width: 288px;
    }

    .hero-text
    {
        padding: 0 15px 105px 15px;

        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
    }

    .hero-media
    {
        position: absolute;
        z-index: -1;
        top: 0;
        right: 0;
        bottom: 0;
        left: 45%;

        height: auto;
    }

    .two-column-text-images .columns
    {
        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;
    }

    .two-column-text-images .text-box
    {
        max-width: 50%;
        padding: 40px 104px 40px 15px;

        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    }

    .two-column-text-images .image
    {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;

        width: 50%;
        height: auto;
    }

    .circle-block
    {
        width: 217px;
        height: 217px;
        padding: 20px 16px;

        -webkit-transform: translate(-40%, 0) rotate(8deg);
            -ms-transform: translate(-40%, 0) rotate(8deg);
                transform: translate(-40%, 0) rotate(8deg);

        border-radius: 50%;
    }

    .four-column-items
    {
        padding: 40px 0;
    }

    .four-column-items .cta-wrap
    {
        padding: 40px 0 0;
    }

    .item-list
    {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;

        margin: 0 -15px;

        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    }

    .item-list > li
    {
        max-width: 50%;
        padding: 20px 15px 20px;

        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    }

    .item-list > li:not(:last-child):before
    {
        display: none;
    }

    .cards-grid
    {
        margin: 0 -7px;
    }

    .cards-grid .grid-item
    {
        width: 49.9%;
        padding: 0 7px 15px;
    }

    .card
    {
        text-align: left;
    }

    .countdown-block
    {
        padding: 40px 0;
    }

    .countdown-inner .left-image,
    .countdown-inner .right-image
    {
        top: 0;
    }

    .countdown-inner .left-image
    {
        -webkit-transform: translate(-51%, -4%);
            -ms-transform: translate(-51%, -4%);
                transform: translate(-51%, -4%);
    }

    .countdown-inner .right-image
    {
        -webkit-transform: translate(52%, -4%);
            -ms-transform: translate(52%, -4%);
                transform: translate(52%, -4%);
    }

    .countdown-body h1
    {
        margin: 0 0 1.1em;
    }

    .countdown-item
    {
        font-size: 23px;

        width: 86px;
        height: 71px;
        padding: 12px 5px 8px;
    }

    .countdown-item .count
    {
        margin: 0 0 12px;
    }

    .countdown-item .label
    {
        font-size: 12px;
    }

    .two-column-text
    {
        padding: 40px 0;
    }

    .two-column-text .section-header
    {
        margin: 0 0 40px;
    }

    .two-column-text .columns
    {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;

        margin: 0 -15px;

        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    }

    .two-column-text .columns .col
    {
        max-width: 50%;
        padding: 0 15px;

        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    }

    .bottom-columns .text-box
    {
        margin: 0;

        text-align: left;
    }

    .bottom-columns .form-wrap
    {
        padding: 30px;
    }

    .form-wrap .gform_wrapper ul.gform_fields li.gfield:not(:last-of-type)
    {
        margin-bottom: 20px;
    }

    .form-wrap .gform_wrapper ul.gform_fields li.gfield .ginput_complex
    {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;

        margin-right: -7px;
        margin-left: -7px;

        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    }

    .form-wrap .gform_wrapper ul.gform_fields li.gfield .ginput_complex > span
    {
        width: 50% !important;
        margin: 0;
        padding: 0 7px !important;
    }

    .form-wrap .gform_wrapper ul.gform_fields li.gfield.inline-row
    {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;

        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .form-wrap .gform_wrapper ul.gform_fields li.gfield.inline-row .gfield_label
    {
        max-width: 100px;

        -webkit-box-flex: 0;
        -ms-flex: 0 0 100px;
            flex: 0 0 100px;
    }

    .form-wrap .gform_wrapper ul.gform_fields li.gfield.inline-row .ginput_container
    {
        max-width: calc( 100% - 100px);

        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc( 100% - 100px);
            flex: 0 0 calc( 100% - 100px);
    }

    .form-wrap .gform_wrapper ul.gform_fields li.gfield.date-row
    {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;

        width: 66%;

        vertical-align: middle;

        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .form-wrap .gform_wrapper ul.gform_fields li.gfield.date-row .gfield_label
    {
        max-width: 100px;

        -webkit-box-flex: 0;
        -ms-flex: 0 0 100px;
            flex: 0 0 100px;
    }

    .form-wrap .gform_wrapper ul.gform_fields li.gfield.date-row .ginput_container
    {
        width: 66%;
        max-width: calc( 100% - 100px);

        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc( 100% - 100px);
            flex: 0 0 calc( 100% - 100px);
    }

    .form-wrap .gform_wrapper ul.gform_fields li.gfield.after-date-row
    {
        display: inline-block;

        width: 34%;
        padding: 0 0 0 13px;

        vertical-align: middle;
    }

    .form-wrap .gform_wrapper ul.gform_fields li.gfield.custom-checkbox
    {
        padding: 9px 0 0;
    }

    .form-wrap .gform_wrapper label.gfield_label
    {
        font-size: 14px;

        margin: 0;
    }

    .form-wrap .gform_wrapper .gform_footer
    {
        padding: 33px 0 0;
    }

    .product-title .tagged_as
    {
        font-size: 23px;
    }

    .woocommerce .price-wrap
    {
        margin: 0 0 24px;
    }

    .variations ul li.label
    {
        font-size: 14px;

        margin: 0 0 18px;
    }

    .variations ul li.value
    {
        margin: 0 -7px;
    }

    .variations ul li.value > div
    {
        padding: 0 0 15px;
    }
	
	.variations ul li.value label
    {
        margin: 0 7px;
    }

    .variations ul li.value label
    {
        font-size: 14px;

        min-width: 86px;
        padding: .4em .3em .48em;
    }

    .info-points-block
    {
        margin: 37px 0 37px;
        padding: 18px 0 10px;
    }

    .info-points-list
    {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;

        margin: 0 -8px;

        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    }

    .info-points-list > li
    {
        max-width: 50%;

        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    }

    .woocommerce .breadcrumb-wrap
    {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;

        padding: 18px 0 0;

        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .woocommerce .breadcrumb-wrap svg
    {
        position: static;

        margin: 0 16px 0 0;
    }

    .woocommerce .breadcrumb-wrap .tagged_as
    {
        padding: 0;
    }

    .woocommerce .breadcrumb-wrap .tagged_as:before
    {
        margin: 0 .5em 0 .9em;

        content: '|';

        color: #bebebe;
    }

    .product-image-labels
    {
        top: 67px;
    }

    .product-image-labels > li:not(:last-child)
    {
        margin: 0 0 15px;
    }

    .woocommerce div.product div.images .woocommerce-product-gallery__image a, .wvg-single-gallery-image-container
    {
        height: 454px;
    }

    .flex-direction-nav .flex-prev,
    .flex-direction-nav .flex-next
    {
        top: 243px;
    }

    .woocommerce div.product div.images .flex-control-thumbs li, .woocommerce .woo-variation-gallery-wrapper .wvg-gallery-thumbnail-image
    {
        max-width: calc( 100% / 7);

        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc( 100% / 7);
            flex: 0 0 calc( 100% / 7);
    }

    .anchor-product-info a
    {
        font-size: 18px;
    }

    .anchor-product-info a svg
    {
        margin: 0 15px 0 0;
    }

    .product-anchor-links
    {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;

        margin: -40px -7px 0;

        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    }

    .product-anchor-links li
    {
        max-width: 50%;
        padding: 0 7px;

        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    }

    .product-anchor-links .btn
    {
        margin-top: 20px;
    }

    .product-title-link .entry-wrap
    {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;

        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        -webkit-box-align: baseline;
        -ms-flex-align: baseline;
        align-items: baseline;
    }

    .technical-details-section
    {
        padding: 10px 0 40px;
    }

    .technical-details-section .entry-body
    {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;

        margin: 0 -8px;

        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    }

    .technical-details-section .entry-body > div
    {
        max-width: 50%;
        padding: 0 8px;

        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    }
	
	.faq-section .entry-body > div{
		max-width: 100%;
		-ms-flex: 0 0 100%;
			flex: 0 0 100%;
	}

    .technical-details-section .opener
    {
        font-size: 16px;

        padding: 1.4em .5em 1.47em 0;
    }

    .reviews-section .open-close
    {
        margin: -89px 0 0 0;
    }

    .reviews-block
    {
        padding: 0 0 51px;
    }

    .reviews-block .image > div
    {
        position: absolute;
        top: 0;
        right: -15px;
        bottom: 0;

        width: calc( 100% + 30px);
    }

    .additional-products-section
    {
        padding: 40px 0 8px;
    }

    .client-reviews-section
    {
        padding: 40px 0 60px;
    }

    .review-form-opener
    {
        margin: 0 0 0 38px;
    }

    .review-form-opener svg
    {
        margin: 0 20px 0 0;
    }

    .woocommerce .products ul li.product,
    .woocommerce ul.products li.product
    {
        width: 25% !important;
    }

    .woocommerce .products ul li.product .product-card .button.product_type_simple,
    .woocommerce .products ul li.product .product-card .add_to_cart_button,
    .woocommerce ul.products li.product .product-card .button.product_type_simple,
    .woocommerce ul.products li.product .product-card .add_to_cart_button
    {
        right: 7px;
    }

    .product-card .product-image
    {
        height: 23vw;
    }

    .product-card .button.product_type_simple,
    .product-card .add_to_cart_button
    {
        right: 7px;
    }

    .color-list
    {
        bottom: 29px;
        left: 50%;

        -webkit-transform: translate(-50%, 0);
            -ms-transform: translate(-50%, 0);
                transform: translate(-50%, 0);
    }

    .color-list .color-item
    {
        width: 23px;
        height: 23px;

        border-width: 4px;
    }

    .color-list .color-item:not(:last-child)
    {
        margin: 0 10px 0 0;
    }

    .product-preview-popup-holder .variations ul li.label
    {
        font-size: 14px;

        margin: 0 0 18px;
    }

    .product-preview-popup-holder .variations ul li.value
    {
        margin: 0 -7px;
    }

    .product-preview-popup-holder .variations ul li.value > div
    {
        padding: 0 0 15px;
    } 
	
	.product-preview-popup-holder .variations ul li.value label
    {
        margin: 0 7px;
    }

    .product-preview-popup-holder .variations ul li.value label
    {
        font-size: 14px;

        min-width: 80px;
        padding: .4em .3em .48em;
    }

    .product-tabs-section
    {
        padding: 60px 0;
    }

    .product-tabs-section header
    {
        margin: 0 0 1.95em;
    }

    .product-tabs-section header h2
    {
        font-size: 23px;
    }

    .product-tab > li:not(:last-child)
    {
        margin: 0 15px 0 0;
    }

    .product-tab a
    {
        width: auto;
        min-width: 150px;
    }

    .product-slider .slick-dots
    {
        padding: 32px 0 0;
    }

    .new-products-section .page-heading
    {
        min-height: 380px;
    }

    .new-products-section .page-heading .lined-heading
    {
        margin: 0 0 33px;
    }

    .more-categories-section .entry-header h2:before
    {
        margin-right: 56px;
    }

    .more-categories-section .entry-header h2:after
    {
        margin-left: 56px;
    }

    .woocommerce .shop-body .products ul li.product,
    .woocommerce .shop-body ul.products li.product
    {
        width: 25% !important;
    }

    .woocommerce .shop-body .countdown-block .icon-wrap:before
    {
        margin-right: auto;
    }

    .woocommerce .shop-body .countdown-block .icon-wrap:after
    {
        margin-left: auto;
    }

    .shop-widgets
    {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        align-items: flex-end;

        margin: 0 -8px;

        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    }
    
    .bapf_sfilter {
        margin-bottom: 0;
    }

    .shop-widgets .berocket_single_filter_widget
    {
        padding: 0 8px;
    }
}

@media (min-width: 768px) and (max-width: 1023px)
{
    .item-list > li:not(:nth-of-type(1)):not(:nth-of-type(2)):after
    {
        position: absolute;
        top: 0;
        right: 10px;
        left: 10px;

        height: 1px;

        content: '';

        background: -webkit-linear-gradient(left, #333 0%, #333 33%, rgba(51, 51, 51, 0) 34%, rgba(0, 3, 51, 0) 100%);
        background:         linear-gradient(to right, #333 0%, #333 33%, rgba(51, 51, 51, 0) 34%, rgba(0, 3, 51, 0) 100%);
        background-repeat: repeat-x;
        background-position: center top;
        background-size: 9px 100%;
    }

    .item-list > li:nth-of-type(odd):before
    {
        position: absolute;
        top: 10px;
        right: 0;
        bottom: 10px;
        left: auto;

        display: block;

        width: 1px;
        height: auto;

        content: '';

        background: -webkit-linear-gradient(top, #333 0%, #333 33%, rgba(51, 51, 51, 0) 34%, rgba(0, 3, 51, 0) 100%);
        background:         linear-gradient(to bottom, #333 0%, #333 33%, rgba(51, 51, 51, 0) 34%, rgba(0, 3, 51, 0) 100%);
        background-repeat: repeat-y;
        background-position: center top;
        background-size: 100% 9px;
    }

    .reviews-block .image
    {
        height: 340px;
    }

    .reviews-block .text
    {
        width: 556px;
        margin: 0 auto;
    }
}

@media (min-width: 768px) and (max-width: 1227px)
{
    .hero-text
    {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
    }
}

@media (min-width: 783px)
{
    .admin-bar #header
    {
        top: 32px;
    }
}

@media (min-width: 1024px)
{
    .usp-list
    {
        font-size: 14px;
    }

    .usp-list img
    {
        margin: 0 1.7em 0 0;
    }

    #nav > li > .drop-holder
    {
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    }

    #nav > li > .drop-holder > ul
    {
        max-width: 75%;

        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    }

    #nav > li > .drop-holder > ul ul
    {
        max-width: 215px;
    }

    #nav > li > .drop-holder .menu-aside
    {
        margin: 0;
    }

    #nav-second
    {
        font-size: 14px;
    }

    #nav-second > li:not(:last-child)
    {
        margin: 0 1.5em 0 0;
    }

    .header-search
    {
        max-width: 389px;

        -webkit-box-flex: 0;
        -ms-flex: 0 0 389px;
            flex: 0 0 389px;
    }

    .footer-widgets .widget-item
    {
        max-width: 25%;

        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    }

    .footer-widgets .menu li:not(:last-child)
    {
        margin: 0 0 .7em;
    }

    .footer-bottom
    {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;

        text-align: left;

        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .copyright-block
    {
        max-width: 38%;
        padding: 0;

        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 38%;
            flex: 0 0 38%;
    }

    .payment-method-block
    {
        max-width: 62%;

        text-align: right;

        -webkit-box-flex: 0;
        -ms-flex: 0 0 62%;
            flex: 0 0 62%;
    }

    .hero-slider .slick-arrow
    {
        bottom: 45px;
    }

    .hero-text-top
    {
        padding: 60px 0 1px;
    }

    .hero-text
    {
        padding: 0 15px 145px 15px;
    }

    .item-list
    {
        margin: 0 -10px;
    }

    .item-list > li
    {
        max-width: 25%;
        padding: 0 10px;

        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    }

    .item-list > li:not(:last-child):before
    {
        top: 17px;
        right: 0;
        left: auto;

        display: block;

        width: 1px;
        height: auto;

        background: -webkit-linear-gradient(top, #333 0%, #333 33%, rgba(51, 51, 51, 0) 34%, rgba(0, 3, 51, 0) 100%);
        background:         linear-gradient(to bottom, #333 0%, #333 33%, rgba(51, 51, 51, 0) 34%, rgba(0, 3, 51, 0) 100%);
        background-repeat: repeat-y;
        background-position: center top;
        background-size: 100% 9px;
    }

    .cards-grid .grid-item
    {
        width: 27.9%;
    }

    .cards-grid .grid-item.two-thirds-mod
    {
        width: 63.9%;
    }

    .cards-grid .grid-item.two-thirds-mod .card
    {
        height: 285px;
    }

    .cards-grid .grid-item.third-mod
    {
        width: 35.9%;
    }

    .cards-grid .grid-item.double-height-mod
    {
        width: 35.95%;
        height: 615px;
    }

    .cards-grid .grid-item.double-height-mod .card
    {
        height: 100%;
    }

    .bottom-section
    {
        padding: 80px 0 0;
    }

    .bottom-columns
    {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;

        margin: 0 -15px;
    }

    .bottom-columns .text-box
    {
        max-width: 40%;
        padding: 40px 15px 20px;

        -webkit-box-flex: 0;
        -ms-flex: 0 0 40%;
            flex: 0 0 40%;
    }

    .bottom-columns h1
    {
        margin: 0 0 .6em;
    }

    .bottom-columns .form-box
    {
        max-width: 60%;
        padding: 0 15px;

        -webkit-box-flex: 0;
        -ms-flex: 0 0 60%;
            flex: 0 0 60%;
    }

    .bottom-columns .form-wrap
    {
        margin: 0 0 -131px;
        padding: 30px 60px;
    }

    .product-top
    {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .woocommerce #content div.product div.summary,
    .woocommerce div.product div.summary,
    .woocommerce-page #content div.product div.summary,
    .woocommerce-page div.product div.summary
    {
        max-width: 42%;
        margin: 0;
        padding: 23px 0 80px 30px;

        -webkit-box-flex: 0;
        -ms-flex: 0 0 42%;
            flex: 0 0 42%;
    }

    .woocommerce #content div.product div.summary:before,
    .woocommerce div.product div.summary:before,
    .woocommerce-page #content div.product div.summary:before,
    .woocommerce-page div.product div.summary:before
    {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 100%;

        width: 100vw;

        content: '';

        background-color: inherit;
    }

    .brand-logo
    {
        margin: 0;

        text-align: left;
    }

    .stock-info
    {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }

    .product-left
    {
        max-width: 58%;
        padding: 0 30px 0 0;

        -webkit-box-flex: 0;
        -ms-flex: 0 0 58%;
            flex: 0 0 58%;
    }

    .anchor-product-info
    {
        margin: 0 0 30px;
    }

    .product-anchor-links
    {
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    }

    .product-anchor-links li
    {
        max-width: 25%;

        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    }

    .technical-details-section
    {
        padding: 11px 0 55px;
    }

    .technical-details-section .opener
    {
        padding: 1.4em 2.2em 1.47em 0;
    }

    .reviews-block
    {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;

        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .reviews-block .image
    {
        max-width: 50%;
        height: 437px;

        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    }

    .reviews-block .image > div
    {
        width: calc( 100% + 30px);
    }

    .reviews-block .image.right-mod
    {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }

    .reviews-block .image.right-mod > div
    {
        right: auto;
        left: 7px;
    }

    .reviews-block .text
    {
        max-width: 50%;
        padding: 40px 7px 25px 0;

        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    }

    .reviews-block .text > div
    {
        max-width: 390px;
        margin: 0 0 0 30px;
    }

    .reviews-block .text h1
    {
        margin: 0 0 .95em;
    }

    .additional-products-section
    {
        padding: 60px 0 13px;
    }

    .additional-products-section .product-title-link
    {
        margin: 0 0 39px;
    }

    .client-reviews-section
    {
        padding: 60px 0 80px;
    }

    #reviews .review
    {
        font-size: 16px;

        padding: 25px 23px;
    }

    #reviews .review .star-rating
    {
        margin: 0 0 17px;
    }

    #reviews .review .description
    {
        height: 118px;
    }

    .woocommerce .products ul li.product .product-card .onsale,
    .woocommerce ul.products li.product .product-card .onsale
    {
        top: 15px;
        left: 14px;
    }

    .woocommerce .products ul li.product .product-body .tagged_as,
    .woocommerce ul.products li.product .product-body .tagged_as
    {
        font-size: 16px;
    }

    .product-preview-link
    {
        font-size: 14px;
    }

    .product-preview-link svg
    {
        margin: 0 18px 0 0;
    }

    .product-card .onsale
    {
        top: 15px;
        left: 14px;
    }

    .product-card .product-body .tagged_as
    {
        font-size: 16px;
    }

    .product-preview-popup-holder .product-preview-popup
    {
        width: 995px;
        max-height: 90vh;
    }

    .product-preview-popup-holder .column
    {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .product-preview-popup-holder .column .right-box
    {
        max-width: 40.8%;
        margin: 0 0 0 auto;
        padding: 56px 15px 40px;

        -webkit-box-flex: 0;
        -ms-flex: 0 0 40.8%;
            flex: 0 0 40.8%;
    }

    .product-preview-popup-holder .description
    {
        margin: 0 0 27px;
        padding: 0 50px 0 0;
    }

    .product-tab
    {
        margin: 0 0 60px;
    }

    .product-slider .slick-dots
    {
        padding: 50px 0 0;
    }

    .new-products-section .container
    {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;

        width: 100%;
    }

    .new-products-section .page-heading
    {
        width: 187px;
        min-height: auto;
        padding: 117px 0 60px;

        -ms-flex-negative: 0;
        flex-shrink: 0;
    }

    .new-products-section .page-heading:after,
    .new-products-section .page-heading:before
    {
        right: 0;
        left: auto;

        width: calc( 100% + 15px);
    }

    .new-products-section .page-heading:before
    {
        background-image: inherit;
        background-repeat: no-repeat;
        background-position: 50% 50%;
        background-size: cover;
    }

    .new-products-section .btn-wrap
    {
        text-align: right;
    }

    .new-products-section .btn-wrap .btn
    {
        -webkit-transform: translate(45%, 0);
            -ms-transform: translate(45%, 0);
                transform: translate(45%, 0);
    }

    .new-products
    {
        width: calc(100% - 187px);
        padding: 0 0 10px 116px;
    }

    .more-categories-section .entry-header
    {
        margin: 0 0 51px;
    }

    .woocommerce .two-column-text
    {
        padding: 64px 0 30px;
    }

    .sticky-wrap-shop-widgets.fixed-position .shop-widgets
    {
        z-index: 1005;
        top: 95px !important;

        padding: 12px 0 0;
    }

    .usp-popup-active .sticky-wrap-shop-widgets.fixed-position .shop-widgets
    {
        top: 125px !important;
    }

    .sticky-wrap-shop-widgets.fixed-position .shop-widgets:before
    {
        position: absolute;
        z-index: -1;
        top: 0;
        bottom: 0;
        left: 50%;

        width: 100vw;

        content: '';
        -webkit-transform: translate(-50%, 0);
            -ms-transform: translate(-50%, 0);
                transform: translate(-50%, 0);

        background: #fff;
        box-shadow: 0 3px 5px rgba(0, 0, 0, .1);
    }

    .sticky-wrap-shop-widgets.fixed-position .shop-widgets .bapf_sfilter
    {
        margin-bottom: 0;
    }

    .sticky-wrap-shop-widgets.fixed-position .shop-widgets .berocket_single_filter_widget h3
    {
        display: none;
    }

    .sticky-wrap-shop-widgets.fixed-position .shop-widgets .woocommerce-ordering
    {
        margin: 4px 0 15px auto !important;
    }
}

@media (min-width: 1025px)
{
    .product-preview-popup-holder .column .left-box
    {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;

        max-width: 59.2%;

        -webkit-box-flex: 0;
        -ms-flex: 0 0 59.2%;
            flex: 0 0 59.2%;
    }
}

@media (min-width: 1228px)
{
    #nav > li > a
    {
        display: block;

        border-top: none;
    }

    #nav > li > .drop-holder
    {
        padding: 27px 0 38px calc((100vw - 1198px)/2);

        box-shadow: 0 3px 5px rgba(0, 0, 0, .1);
    }

    #nav > li > .drop-holder > ul
    {
        max-width: 909px;

        -webkit-box-flex: 0;
        -ms-flex: 0 0 909px;
            flex: 0 0 909px;
    }

    #nav > li > .drop-holder .menu-aside
    {
        padding: 44px 49px 52px 49px;
    }

    .anchor-link
    {
        left: calc((100vw - 1198px)/2);

        -webkit-transform: translate(-25%, 50%);
            -ms-transform: translate(-25%, 50%);
                transform: translate(-25%, 50%);
    }

    .hero-slider .slick-arrow
    {
        bottom: 203px;
    }

    .hero-slider .slick-arrow.slick-prev
    {
        left: calc((100vw - 1198px)/2);
    }

    .hero-slider .slick-arrow.slick-next
    {
        left: calc(((100vw - 1198px)/2) + 50px);
    }

    .hero-slider .slick-dots
    {
        bottom: 181px;
        left: calc((100vw - 1198px)/2);

        padding: 0 0 0 182px;
    }

    .hero-content
    {
        width: calc(((100vw - 1198px) / 2) + 491px);
    }

    .hero-content .lined-heading
    {
        padding-left: calc((100vw - 1198px)/2);
    }

    .hero-content .lined-heading span:before
    {
        left: calc((100% - (100vw - 1198px)/2) * -1);
    }

    .hero-text-top
    {
        padding: 98px 0 1px;
    }

    .hero-text
    {
        padding: 0 90px 344px calc((100vw - 1198px)/2);

        background-color: transparent;
    }

    .hero-text:before,
    .hero-text:after
    {
        position: absolute;
        z-index: -1;
        bottom: 0;

        height: 100%;

        content: '';

        background-color: #333;
    }

    .hero-text:before
    {
        right: 0;
        left: calc((100vw - 1198px)/2);

        -webkit-transform: skewy(-37.5deg);
            -ms-transform: skewy(-37.5deg);
                transform: skewy(-37.5deg);
        -webkit-transform-origin: 0 100%;
            -ms-transform-origin: 0 100%;
                transform-origin: 0 100%;
    }

    .hero-text:after
    {
        left: 0;

        width: calc((100vw - 1198px)/2);

        -webkit-transform: skewY(45.5deg);
            -ms-transform: skewY(45.5deg);
                transform: skewY(45.5deg);
        -webkit-transform-origin: 100% 100%;
            -ms-transform-origin: 100% 100%;
                transform-origin: 100% 100%;
    }

    .firefox .hero-text:after
    {
        width: calc((100vw - 1194px)/2);
    }

    .hero-media
    {
        bottom: 172px;
        left: calc((100vw - 1198px)/2);
    }

    .two-column-text-images .text-box
    {
        max-width: 49.3%;
        padding: 54px 104px 227px 0;
        padding-left: calc((100% - 1198px)/2);

        background-color: transparent;

        -webkit-box-flex: 0;
        -ms-flex: 0 0 49.3%;
            flex: 0 0 49.3%;
    }

    .two-column-text-images .text-box:before,
    .two-column-text-images .text-box:after
    {
        position: absolute;
        z-index: -1;
        top: 0;
        right: 97px;
        bottom: 0;

        width: 200vw;

        content: '';
        -webkit-transform: skewX(-59.9deg);
            -ms-transform: skewX(-59.9deg);
                transform: skewX(-59.9deg);
        -webkit-transform-origin: 0 70%;
            -ms-transform-origin: 0 70%;
                transform-origin: 0 70%;
        pointer-events: none;

        background-color: #333;
    }

    .two-column-text-images .image
    {
        right: auto;
        bottom: 79px;
        left: 50%;

        width: 101vw;

        -webkit-transform: translate(-50%, 0);
            -ms-transform: translate(-50%, 0);
                transform: translate(-50%, 0);

        background-position: right top;
    }

    .image-list
    {
        max-width: 1228px;
        margin: -157px auto -15px;

        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .cards-grid .grid-item.two-thirds-mod .card
    {
        padding-bottom: 38px;
    }

    .cards-grid .grid-item.double-height-mod .card
    {
        padding: 16px 40px 50px 101px;
    }

    .card
    {
        padding: 16px 40px 50px 56px;
    }

    .card.left-padding
    {
        padding-left: calc( (100vw - 1198px) / 2);
    }

    .reviews-block .image > div
    {
        width: calc( ( 100vw - 1168px ) / 2 + 100%);
    }

    #reviews .commentlist .swiper-slide.swiper-slide-active + .swiper-slide
    {
        background-color: white;
    }

    #reviews .commentlist .swiper-slide.swiper-slide-active + .swiper-slide .star-rating,
    #reviews .commentlist .swiper-slide.swiper-slide-active + .swiper-slide .meta,
    #reviews .commentlist .swiper-slide.swiper-slide-active + .swiper-slide .description
    {
        opacity: 1;
    }

    #reviews .commentlist .swiper-slide.swiper-slide-active + .swiper-slide + .swiper-slide
    {
        background-color: white;
    }

    #reviews .commentlist .swiper-slide.swiper-slide-active + .swiper-slide + .swiper-slide .star-rating,
    #reviews .commentlist .swiper-slide.swiper-slide-active + .swiper-slide + .swiper-slide .meta,
    #reviews .commentlist .swiper-slide.swiper-slide-active + .swiper-slide + .swiper-slide .description
    {
        opacity: 1;
    }

    .new-products-section .page-heading:after,
    .new-products-section .page-heading:before
    {
        width: calc( ( 100vw - 1198px )/2 + 100%);
    }
}

@media (min-width: 1254px)
{
    .anchor-link
    {
        -webkit-transform: translate(-50%, 50%);
            -ms-transform: translate(-50%, 50%);
                transform: translate(-50%, 50%);
    }
}

@media (min-width: 1280px)
{
    .usp-bar
    {
        padding: 8px 0 7px;
    }

    .usp-bar .usp-close
    {
        right: 59px;
    }

    .usp-list
    {
        max-width: 1106px;
        margin: 0 -35px;
    }

    .usp-list .slick-track > div
    {
        padding: 0 35px;
    }

    #nav
    {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    #nav > li.hover > .drop-holder,
    #nav > li:hover > .drop-holder
    {
        visibility: visible;

        opacity: 1;
    }

    #nav > li > .drop-holder
    {
        position: absolute;
        top: 100%;
        right: 0;
        left: 0;

        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        visibility: hidden;

        opacity: 0;
    }

    .burger-wrap
    {
        display: none;
    }

    #nav-second > li:not(:last-child)
    {
        margin: 0 5em 0 0;
    }

    .footer-area
    {
        padding: 44px 0 49px;
    }

    .footer-top
    {
        margin: 0 0 46px;
    }

    .footer-widgets .widget-item:nth-of-type(1)
    {
        max-width: 26.4%;

        -webkit-box-flex: 0;
        -ms-flex: 0 0 26.4%;
            flex: 0 0 26.4%;
    }

    .footer-widgets .widget-item:nth-of-type(2)
    {
        max-width: 26.3%;

        -webkit-box-flex: 0;
        -ms-flex: 0 0 26.3%;
            flex: 0 0 26.3%;
    }

    .footer-widgets .widget-item:nth-of-type(3)
    {
        max-width: 26.3%;

        -webkit-box-flex: 0;
        -ms-flex: 0 0 26.3%;
            flex: 0 0 26.3%;
    }

    .footer-widgets .widget-item:nth-of-type(4)
    {
        max-width: 21%;

        -webkit-box-flex: 0;
        -ms-flex: 0 0 21%;
            flex: 0 0 21%;
    }

    .footer-widgets .widget-item h3
    {
        margin: 0 0 2.05em;
    }

    .footer-bottom
    {
        padding: 32px 0 0;
    }

    .copyright-block
    {
        font-size: 14px;
    }

    .payment-method-list
    {
        margin: 0 -15px -.5em;
    }

    .payment-method-list > li
    {
        margin: 0 15px 0 0;
    }

    .four-column-items
    {
        padding: 61px 0;
    }

    .four-column-items .cta-wrap
    {
        padding: 53px 0 0;
    }

    .item-list > li:not(:last-child):before
    {
        right: 6px;
    }

    .item-block
    {
        padding: 0 20px;
    }

    .item-block h5
    {
        margin: 0 0 1.52em;
    }

    .card.cta-center .cta-wrap
    {
        text-align: center;
    }

    .countdown-block
    {
        padding: 103px 0 136px;
    }

    .countdown-body
    {
        max-width: 592px;
    }

    .two-column-text
    {
        padding: 79px 0 30px;
    }

    .two-column-text .columns .col:nth-child(2)
    {
        padding-top: 0;
        padding-left: 8.8%;
    }

    .logos-list-block
    {
        padding: 25px 0;
    }

    .bottom-columns .text-box
    {
        max-width: 33%;

        -webkit-box-flex: 0;
        -ms-flex: 0 0 33%;
            flex: 0 0 33%;
    }

    .bottom-columns .form-box
    {
        max-width: 67%;

        -webkit-box-flex: 0;
        -ms-flex: 0 0 67%;
            flex: 0 0 67%;
    }

    .bottom-columns .form-wrap
    {
        padding: 33px 103px 33px 100px;
    }

    .woocommerce #content div.product div.summary,
    .woocommerce div.product div.summary,
    .woocommerce-page #content div.product div.summary,
    .woocommerce-page div.product div.summary
    {
        max-width: 37.3%;
        padding: 23px 0 129px 57px;

        -webkit-box-flex: 0;
        -ms-flex: 0 0 37.3%;
            flex: 0 0 37.3%;
    }

    .product-left
    {
        max-width: 62.7%;
        padding: 0 59px 0 0;

        -webkit-box-flex: 0;
        -ms-flex: 0 0 62.7%;
            flex: 0 0 62.7%;
    }

    .reviews-block .text > div
    {
        margin: 0 0 0 108px;
    }

    .additional-products-section
    {
        padding: 68px 0 13px;
    }

    .client-reviews-section
    {
        padding: 58px 0 100px;
    }

    .product-card .product-image
    {
        height: 288px;
    }

    .product-tabs-section
    {
        margin: -69px 0 0;
        padding: 0 0 129px;
    }

    .product-tab a
    {
        min-width: 188px;
    }
}

@media (min-width: 1440px)
{
    .reviews-block .image
    {
        height: 30.35vw;
    }

    .more-categories-slider .slick-slide
    {
        width: 510px;

        -webkit-transition: width .27s linear;
                transition: width .27s linear;
    }

    .more-categories-slider .slick-slide.slick-active
    {
        width: 390px;
    }

    .more-categories-slider .slick-slide.slick-active .card
    {
        padding: 16px 40px 50px 56px;
    }

    .more-categories-slider .slick-slide.slick-active .card .cta-wrap
    {
        text-align: center;
    }

    .more-categories-slider .slick-slide.slick-active + .slick-slide .card
    {
        padding: 16px 40px 50px 98px;
    }

    .more-categories-slider .card
    {
        padding: 16px 40px 50px 120px;

        -webkit-transition: padding .27s ease;
                transition: padding .27s ease;
    }
}

@media (min-width: 1450px)
{
    .card.left-padding
    {
        padding-left: 121px;
    }
}

@media (max-width: 1439px)
{
    .more-categories-slider .card
    {
        width: 380px;
    }
}

@media (max-width: 1279px)
{
    body.nav-active
    {
        overflow: hidden;

        height: 100vh;
    }

    .nav-wrap
    {
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;

        visibility: hidden;
        overflow: hidden;
        overflow-y: auto;

        padding: 108px 0 40px;

        -webkit-transition-timing-function: ease-in-out;
                transition-timing-function: ease-in-out;
        -webkit-transition-duration: .27s;
                transition-duration: .27s;
        -webkit-transition-property: opacity, visibility;
                transition-property: opacity, visibility;

        opacity: 0;
        background-color: #fff;
    }

    #nav > li:last-child > a
    {
        border-bottom: 1px solid #bebebe;
    }
}

@media (max-width: 1227px)
{
    #nav > li > .drop-holder > ul ul a
    {
        font-size: 14px;
    }

    #nav > li > .drop-holder h3
    {
        font-size: 16px;

        margin: 0 0 .8em;
    }

    .image-list > li
    {
        max-width: 20%;

        text-align: center;

        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    }
}

@media (max-width: 1226px)
{
    .card h1
    {
        font-size: 32px;
    }

    .card h5
    {
        font-size: 16px;
    }
}

@media (max-width: 1023px)
{
    iframe
    {
        width: 100%;
    }

    .mac.safari .lined-heading span:before
    {
        top: .09em;

        background: -webkit-linear-gradient(top, #333 0px, #333 4.1999999px, #777 4.1999999px, #777 45px);
        background:         linear-gradient(to bottom, #333 0px, #333 4.1999999px, #777 4.1999999px, #777 45px);
        background-repeat: repeat-y;
        background-position: right top;
        background-size: 100% 1.25em;
    }

    .win.chrome .lined-heading span:before
    {
        top: .065em;

        background-size: 100% 1.25em;
    }

    #nav > li > .drop-holder img
    {
        width: 100%;
    }

    .woocommerce div.product div.images .flex-control-thumbs li img, .woocommerce .woo-variation-gallery-wrapper .wvg-gallery-thumbnail-image img
    {
        width: auto;
        height: auto;
        margin: 0 auto;
    }

    .reviews-block .text h3
    {
        font-size: 18px;
    }

    .new-products-section .page-heading .mobile-bg
    {
        position: absolute;
        z-index: -1;
        top: 0;
        right: -15px;
        bottom: 0;
        left: -15px;

        background-position: 50% 50%;
        background-size: cover;
    }

    .sticky-wrap-shop-widgets
    {
        height: auto !important;
    }

    .sticky-wrap-shop-widgets.fixed-position .shop-widgets
    {
        position: relative !important;
        top: auto !important;
        left: auto !important;

        width: auto !important;
    }
}

@media (max-width: 767px)
{
    .navigation .page-numbers,
    .navigation-comments .page-numbers
    {
        padding: 0 3px;
    }

    .navigation-single .next a,
    .navigation-single .prev a
    {
        padding: .2em;
    }

    .lined-heading
    {
            word-break: break-all;
            word-break: break-word;
        -ms-word-break: break-all;
        -webkit-hyphens: auto;
                hyphens: auto;

            -ms-hyphens: auto;
    }

    .logo img
    {
        width: 95px;
    }

    .burger-wrap
    {
        line-height: 1;
    }

    .header-action-list
    {
        line-height: 1;
    }

    .header-action-list a svg
    {
        width: 20px;
        height: 20px;
    }

    .nav-wrap-second
    {
        position: absolute;
        top: 100%;
        left: 0;

        visibility: hidden;

        padding: 10px 15px;

        -webkit-transition-timing-function: ease-in-out;
                transition-timing-function: ease-in-out;
        -webkit-transition-duration: .27s;
                transition-duration: .27s;
        -webkit-transition-property: opacity, visibility;
                transition-property: opacity, visibility;

        opacity: 0;
        background-color: #fff;
    }

    .second-nav-active .nav-wrap-second
    {
        visibility: visible;

        opacity: 1;
    }

    #nav-second > li > a
    {
        display: block;

        padding: .5em 0;
    }

    .footer-logo
    {
        width: 120px;
    }

    .hero-slider
    {
        background-color: #333;
    }

    .image-list > li
    {
        max-width: 50%;

        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    }

    .form-wrap .gform_wrapper ul.gform_fields li.gfield.custom-checkbox
    {
        font-size: 12px;
    }

    .product-title h1
    {
        font-size: 24px;
    }

    body.woocommerce #respond input#submit.alt,
    body.woocommerce a.button.alt,
    body.woocommerce button.button.alt,
    body.woocommerce input.button.alt
    {
        min-width: 180px !important;
    }

    .product-title-link .smooth-link span
    {
        display: none;
    }

    .product-title-link h1
    {
        font-size: 24px;
    }

    .reviews-block .text h3
    {
        font-size: 16px;
    }

    .reviews-block .decor
    {
        -webkit-transform: translate(-50%, 50%);
            -ms-transform: translate(-50%, 50%);
                transform: translate(-50%, 50%);
    }

    .reviews-block .decor svg
    {
        width: 50px;
    }

    .woocommerce .products ul li.product .product-card .product-image,
    .woocommerce ul.products li.product .product-card .product-image
    {
        height: 45vw;
    }

    .product-card .overlay .btn
    {
        font-size: 11px;

        min-width: 100px;
    }

    .product-preview-popup-holder .price-wrap .price del,
    .product-preview-popup-holder .price-wrap .price ins
    {
        min-width: auto !important;
    }

    .product-tab
    {
        margin: 0 -8px 32px;
    }

    .product-tab > li
    {
        max-width: 50%;
        padding: 0 8px 8px;

        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    }

    .more-categories-slider .card
    {
        width: 320px;
    }

    .woocommerce .woocommerce-result-count:before,
    .woocommerce .woocommerce-result-count:after,
    .woocommerce-page .woocommerce-result-count:before,
    .woocommerce-page .woocommerce-result-count:after
    {
        width: calc(50% - 50px);
    }

    .woocommerce .shop-body .woocommerce-ordering .orderby
    {
        width: 100%;
        margin-bottom: 12px;
    }

    .woocommerce .shop-body ul.products li.product
    {
        margin-bottom: 0;
    }

    .berocket_single_filter_widget
    {
        margin: 0 0 12px;
    }

    .berocket_single_filter_widget .bapf_sfilter
    {
        margin-bottom: 12px;
    }

    .berocket_single_filter_widget .bapf_body select
    {
        width: 100%;
    }

    .berocket_single_filter_widget .bapf_slidr .bapf_slidr_all .bapf_slidr_main
    {
        width: 100%;
    }
}

@media (max-width: 600px)
{
    .admin-bar #header.fixed-header
    {
        top: 0;
    }
}

@media (max-width: 555px)
{
    .product-tab
    {
        margin: 0 -8px 24px;
    }

    .new-product-list > li .product-card .product-image
    {
        height: 45vw;
    }
}

@media (max-width: 479px)
{
    .product-preview-popup-holder .single_add_to_cart_button
    {
        min-width: 162px !important;
        padding: .7em 1.2em .9em;
    }
}

@-webkit-keyframes swiper-preloader-spin
{
    100%
    {
        -webkit-transform: rotate(360deg);
                transform: rotate(360deg);
    }
}

@keyframes swiper-preloader-spin
{
    100%
    {
        -webkit-transform: rotate(360deg);
                transform: rotate(360deg);
    }
}

@-webkit-keyframes busket
{
    0%
    {
        -webkit-transform: rotate(0deg);
                transform: rotate(0deg);
    }

    25%
    {
        -webkit-transform: rotate(-15deg);
                transform: rotate(-15deg);
    }

    50%
    {
        -webkit-transform: rotate(0deg);
                transform: rotate(0deg);
    }

    75%
    {
        -webkit-transform: rotate(15deg);
                transform: rotate(15deg);
    }

    100%
    {
        -webkit-transform: rotate(0deg);
                transform: rotate(0deg);
    }
}

@keyframes busket
{
    0%
    {
        -webkit-transform: rotate(0deg);
                transform: rotate(0deg);
    }

    25%
    {
        -webkit-transform: rotate(-15deg);
                transform: rotate(-15deg);
    }

    50%
    {
        -webkit-transform: rotate(0deg);
                transform: rotate(0deg);
    }

    75%
    {
        -webkit-transform: rotate(15deg);
                transform: rotate(15deg);
    }

    100%
    {
        -webkit-transform: rotate(0deg);
                transform: rotate(0deg);
    }
}

.shop-body .outofstock a.button {
    display: none;
}

/*CHANGE SLIDER STYLING WITHOUT TEXT 10.02.2021*/
@media all and (max-width: 1920px) {
	.hero-content .lined-heading {
		padding-left: 15px;
	}

	.hero-content .lined-heading span:before {
		left: calc(-100% + 15px);
	}

	.hero-text {
		padding: 0 50px 344px 15px;
	}

	.hero-text:before, .hero-text:after {
		top: 0%;
	}

	.hero-content {
		width: 25%;
		max-width: 32%;
	}

	.hero-media {
		bottom: 80px;
	}

	.hero-text-top {
		padding: 35px 0 1px;
	}
}


@media all and (max-width: 1227px) {
	.hero-text-top {
		padding: 60px 0 1px;
	}
	
	.hero-text {
		padding: 0 15px 145px 15px;
	}
	
	.hero-content {
		width: 45%;
		max-width: 45%;
	}
	
	.hero-media {
		bottom: 0;
	}
	
	.hero-content .lined-heading span:before {
		left: calc(-100% + 15px);
	}

	.hero-text {
		padding: 0 50px 145px 15px;
	}
	
	.hero-content .lined-heading {
		padding-left: 15px;
	}
	
	.hero-content .cta-wrap {
		text-align: left;
	}
	
}

@media all and (max-width: 768px) {
	.hero-text-top {
		padding: 40px 0 1px;
	}
	
	.hero-text {
		padding: 3px 50px 80px 15px;
	}
	
}

@media all and (max-width: 480px) {
	.hero-content {
		width: 100%;
		max-width: 100%;
	}
	
	.hero-text {
		padding: 3px 15px 145px 15px;
	}
	
}




/*.hero-content {
    display: none;
}

.hero-slider .slick-dots {
    bottom: 25px;
    left: 0;
    padding: 0;
}

.hero-slider .slick-arrow {
    bottom: 75px;
}

.anchor-link {
    left: 100px;
}

.hero-image {
    background-position: 50% 0;
}

.hero-media {
    position: unset;
    height: 700px;
}

.product-tabs-section {
    margin: 0 0 0;
    padding: 0 0 129px;
}

.cta-wrap.custom {
    position: absolute;
    bottom: 75px;
    z-index: 1;
    left: 50%;
    transform: translateX(-50%);
}

@media all and (max-width: 1440px) {
	.hero-media {
		height: 600px;
	}
}

@media all and (max-width: 480px) {
	.hero-media {
		height: 360px;
	}
	
	.hero-slider .slick-dots {
		top: auto;
	}
	
	.hero-slider .slick-arrow {
		bottom: 50%;
		transform: translateY(50%);
	}
	
	.anchor-link {
		left: 45px;
	}
	
	.cta-wrap.custom {
		width: 100%;
		text-align: center;
	}
}*/

.variations ul li.value input:disabled ~ label {
	display: none;
}

.cashback-container, .var-cashback-container {
    text-align: center;
    margin: 40px 0;
}

.product-label-image {
    width: 50px;
    object-fit: contain;
}

@media all and (max-width: 767px) {
	.label-pdf-container .btn {
		max-width:  unset;
		width: 100%;
		margin-bottom: 15px;
	}
}

@media all and (min-width: 768px) {
	.label-pdf-container .btn {
		margin-right: 14px;
	}	
	
	.label-pdf-container {
		margin: 30px 0 15px;
	}
}

@media (max-width: 1440px) and (min-width: 1024px) {
	.label-pdf-container {
		display: flex;
		justify-content: space-between;
	}
	
	.label-pdf-container .btn {
		margin-right: 0;
		max-width: unset;
		width: calc(50% - 7px);
	}
}

@media all and (min-width: 1441px) {
	.label-pdf-container .btn {
		max-width: 289px;
		width: 100%;
	}
}

.woo-variation-gallery-thumbnail-position-bottom-bottom .woo-variation-gallery-container .woo-variation-gallery-thumbnail-slider.slick-initialized .wvg-gallery-thumbnail-image {
    max-width: 100%;
}

body .wcpbc-price ins .woocommerce-Price-amount.amount:last-child:first-child {
    display: block;
}
body .wcpbc-price ins .woocommerce-Price-amount.amount:last-child {
    display: none;
}