/*
Theme Name: Zapdesign
Theme URI: https://www.zapdesign.be
Author: Émersion, Stéphane Corman
Author URI: https://www.emersion.be
Description: Thème sur-mesure réalisée pour ZapDesign
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: 

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/


/*! 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 */
}


/**
 * 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: 500;
}


/**
 * 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 {
    background: #ff0;
    color: #000;
}


/**
 * 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;
}

figure.woocommerce-product-gallery__wrapper {
    margin: 0;
}


/**
 * 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 {
    color: inherit;
    /* 1 */
    font: inherit;
    /* 2 */
    margin: 0;
    /* 3 */
}


/**
 * 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"] {
    -webkit-appearance: button;
    /* 2 */
    cursor: pointer;
    /* 3 */
}


/**
 * 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 {
    border: 0;
    padding: 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"] {
    -webkit-appearance: textfield;
    /* 1 */
    box-sizing: content-box;
    /* 2 */
}


/**
 * 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 {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: .35em .625em .75em;
}


/**
 * 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 {
    border: 0;
    /* 1 */
    padding: 0;
    /* 2 */
}


/**
 * 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-collapse: collapse;
    border-spacing: 0;
}

td,
th {
    padding: 0;
}

@font-face {
    font-family: "icomoon";
    src: url("fonts/icomoon.ttf?vgeglw") format("truetype"), url("fonts/icomoon.woff?vgeglw") format("woff"), url("fonts/icomoon.svg?vgeglw#icomoon") format("svg");
    font-weight: normal;
    font-style: normal;
}

[class*="icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: "icomoon" !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-desk:before {
    content: "";
}

.icon-time:before {
    content: "";
}

.icon-basket:before {
    content: "";
}

.icon-user:before {
    content: "";
}

.icon-servise:before {
    content: "";
}


/* Slick slider styles */

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    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;
    left: 0;
    top: 0;
    display: block;
}

.slick-track:before,
.slick-track:after {
    content: "";
    display: table;
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none;
}

[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;
}

.nav-holder .icon-list li.count a,
.item-advantages .box-icon {
    position: relative;
}

.nav-holder .icon-list li.count a:before,
.item-advantages .box-icon:before {
    content: attr(data-label);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    top: -3px;
    right: -9px;
    width: 17px;
    height: 17px;
    font-family: "Source Sans Pro", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    background-color: #f4b843;
    border-radius: 50%;
    color: #fff;
    font-size: 11px;
    font-weight: 600;
}

.top-bar ul a,
.main-nav > li > a,
.advantages.two-col .item-advantages a,
.breadcrumbs li a,
.sidebar-contact .contact li a,
.section-products .tabset a,
.footer-link a,
.contact-list a {
    position: relative;
}

.top-bar ul .current-menu-item a:before,
.active .top-bar ul a:before,
.top-bar ul .active a:before,
.active .main-nav > li > a:before,
.active .advantages.two-col .item-advantages a:before,
.advantages.two-col .item-advantages .active a:before,
.active .breadcrumbs li a:before,
.breadcrumbs li .active a:before,
.active .sidebar-contact .contact li a:before,
.sidebar-contact .contact li .active a:before,
.active .section-products .tabset a:before,
.section-products .tabset .active a:before,
.active .footer-link a:before,
.footer-link .active a:before,
.active .contact-list a:before,
.contact-list .active a:before,
.top-bar ul a:hover:before,
.main-nav > li > a:hover:before,
.advantages.two-col .item-advantages a:hover:before,
.breadcrumbs li a:hover:before,
.sidebar-contact .contact li a:hover:before,
.section-products .tabset a:hover:before,
.footer-link a:hover:before,
.contact-list a:hover:before {
    left: 0;
    right: 0;
    visibility: visible;
    opacity: 1;
}

.top-bar ul a:before,
.main-nav > li > a:before,
.advantages.two-col .item-advantages a:before,
.breadcrumbs li a:before,
.sidebar-contact .contact li a:before,
.section-products .tabset a:before,
.footer-link a:before,
.contact-list a:before {
    -webkit-transition: visibility .3s ease-in-out, left .3s ease-in-out, right .3s ease-in-out;
    transition: visibility .3s ease-in-out, left .3s ease-in-out, right .3s ease-in-out;
    content: "";
    position: absolute;
    left: 50%;
    right: 50%;
    bottom: 0;
    background-color: currentColor;
    height: 1px;
    visibility: hidden;
    opacity: 0;
}

.main-nav,
.top-bar ul,
.nav-holder .icon-list,
.main-nav > li .slide,
.intro .slick-dots,
.breadcrumbs,
.visual-box .description-box .contact,
.sidebar-contact .contact,
.section-products .tabset,
.footer-link ul,
.contact-list,
ul.products,
.widget_product_categories ul,
.flex-control-nav,
.woocommerce-tabs .tabs {
    margin: 0;
    padding: 0;
    list-style: none;
}

.clearfix:after,
dl:after,
.widget:after,
.search-form:after,
.post-password-form p:after,
.navigation-single:after,
.main-nav:after {
    content: "";
    display: block;
    clear: both;
}

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

html {
    box-sizing: border-box;
}

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

* {
    max-height: 1000000px;
}

body {
    color: #141414;
    background: #fff;
    font: 16px/1.5 "Roboto", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    min-width: 320px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

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

.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.5em;
}

blockquote {
    border-left: 4px solid #626262;
    padding-left: .5em;
    margin-left: 1.5em;
}

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

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

ul {
    list-style-type: disc;
}

dl dt {
    float: left;
    clear: left;
    padding-right: .3em;
    font-weight: 500;
}

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"] {
    height: 40px;
}

input[type="text"],
input[type="tel"],
input[type="email"],
input[type="search"],
input[type="password"],
textarea {
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    box-sizing: border-box;
    border: 1px solid rgba(98, 98, 98, .1);
    padding: .4em .7em;
}

input[type="text"]:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
input[type="search"]:focus,
input[type="password"]:focus,
textarea:focus {
    border-color: none;
    outline: none;
}

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 {
    color: #626262;
}

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 {
    opacity: 1;
    color: #626262;
}

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 {
    color: #626262;
}

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 {
    color: #626262;
}

input[type="text"].placeholder,
input[type="tel"].placeholder,
input[type="email"].placeholder,
input[type="search"].placeholder,
input[type="password"].placeholder,
textarea.placeholder {
    color: #626262;
}

select {
    -webkit-border-radius: 0;
    min-height: 40px;
    padding: 6px 15px;
    border: 1px solid rgba(98, 98, 98, .1);
    -webkit-appearance: menulist !important;
}

select:focus {
    outline: none;
}

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

button,
input[type="button"],
input[type="reset"],
input[type="file"],
input[type="submit"] {
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    cursor: pointer;
}

.widget {
    margin-bottom: 1.5em;
}

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

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

.comment-form label {
    display: block;
    padding-bottom: 4px;
}

.comment-form textarea {
    overflow: auto;
    margin: 0;
    height: 120px;
    min-height: 120px;
}

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

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

.post-password-form label {
    display: block;
    margin-bottom: 4px;
}

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

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

.search-form input {
    float: left;
}

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

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

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

.comment-form input[type="submit"],
.post-password-form input[type="submit"],
.search-form input[type="submit"] {
    -webkit-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
    background-color: #f4b843;
    color: white;
    font-family: "Quicksand", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    font-size: 16px;
    font-weight: 500;
    min-width: 251px;
    border-color: transparent;
    text-transform: uppercase;
    padding: 6px 15px;
    min-height: 40px;
}

.comment-form input[type="submit"]:hover,
.post-password-form input[type="submit"]:hover,
.search-form input[type="submit"]:hover {
    background-color: #de970d;
}

.commentlist {
    margin: 0 0 1.5em;
}

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

.commentlist .avatar-holder {
    float: left;
    margin: 0 1.5em 4px 0;
}

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

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

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

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

.gallery-item dt {
    float: none;
    padding: 0;
}

.nav-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.navigation-comments {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.navigation,
.navigation-comments {
    position: relative;
    vertical-align: middle;
    margin-bottom: 1.5em;
}

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

.navigation .page-numbers,
.navigation-comments .page-numbers {
    -webkit-transition: background .3s ease-in-out, color .3s ease-in-out;
    transition: background .3s ease-in-out, color .3s ease-in-out;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 33px;
    height: 33px;
    max-width: 48%;
    background: #f9f9f9;
    color: #141414;
    border: 1px solid #fff;
}

.navigation .page-numbers:hover,
.navigation-comments .page-numbers:hover {
    background: #141414;
    color: #fff;
}

.navigation .next,
.navigation .prev,
.navigation-comments .next,
.navigation-comments .prev {
    -webkit-transition: background .3s ease-in-out, color .3s ease-in-out;
    transition: background .3s ease-in-out, color .3s ease-in-out;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 33px;
    height: 33px;
    max-width: 48%;
    background: #f9f9f9;
    color: #141414;
    padding: .4em;
    text-decoration: none;
    font-size: 0;
    border: 1px solid #fff;
}

.navigation .next:before,
.navigation .prev:before,
.navigation-comments .next:before,
.navigation-comments .prev:before {
    font-family: FontAwesome;
    content: "\f0da";
    font-size: 13px;
}

.navigation .next:hover,
.navigation .prev:hover,
.navigation-comments .next:hover,
.navigation-comments .prev:hover {
    background: #141414;
    color: #fff;
}

.navigation .prev:before,
.navigation-comments .prev:before {
    content: "\f0d9";
}

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

.navigation-single .next,
.navigation-single .prev {
    -webkit-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
    text-align: center;
    display: inline-block;
    line-height: 28px;
    text-transform: uppercase;
    font-family: "Quicksand", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    font-weight: 500;
    min-width: 251px;
    float: left;
    vertical-align: middle;
    max-width: 48%;
    background: #f4b843;
    color: #fff;
    text-decoration: none;
}

.navigation-single .next:hover,
.navigation-single .prev:hover {
    background-color: #de970d;
}

.navigation-single .next a,
.navigation-single .prev a {
    color: inherit;
    text-decoration: none;
    padding: .4em;
    display: block;
}

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

.wp-caption {
    max-width: 100%;
    clear: both;
    border: 1px solid #626262;
    padding: .4em;
    margin-bottom: 1.5em;
}

.wp-caption img {
    margin: 0;
    vertical-align: top;
}

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

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

img.aligncenter {
    display: block;
    margin: 0 auto;
}

.alignleft {
    float: left;
    margin: 0 1.5em 4px 0;
}

.alignright {
    float: right;
    margin: 0 0 4px 1.5em;
}

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

.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 #626262;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
.h {
    font-family: "Quicksand", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    font-weight: 500;
    margin: 0 0 .5em;
    color: inherit;
}

h1,
.h1 {
    font-size: 30px;
}

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

h3,
.h3 {
    font-size: 24px;
}

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

h5,
.h5 {
    font-size: 17px;
}

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

p {
    margin: 0 0 1em;
}

a {
    color: #f4b843;
}

a:hover,
a:focus {
    text-decoration: none;
}

.col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
}

.col-2 {
    width: 50% !important;
}

.col-3 {
    width: 33.33% !important;
}

.col-4 {
    width: 25% !important;
}

[class^="col"] {
    padding: 0 15px;
}

.row {
    position: relative;
    width: calc(100% + 30px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -15px;
}

.row [class*="col-"] {
    width: 100%;
}

.justify-content-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
}

.justify-content-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
}

.justify-content-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
}

.justify-content-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
}

.justify-content-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
}

.align-items-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
}

.flex-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
}

.flex-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
}

.flex-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
}

.no-gutters {
    margin-right: 0;
    margin-left: 0;
}

.no-gutters > .col,
.no-gutters > [class*="col-"] {
    padding-right: 0;
    padding-left: 0;
}

#header {
    position: relative;
    z-index: 1;
}

header a {
    color: #141414;
}

.nav-active .main-nav {
    visibility: visible;
    opacity: 1;
    height: 100%;
    padding-bottom: 50px;
}

.nav-active .nav-opener {
    position: fixed;
    top: 20px;
    z-index: 9999;
    right: 15px;
}

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

.nav-active .nav-opener:before,
.nav-active .nav-opener:after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 50%;
    left: 0;
    right: 0;
}

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

.main-nav {
    -webkit-transition: visibility .3s ease-in-out, opacity .3s ease-in-out;
    transition: visibility .3s ease-in-out, opacity .3s ease-in-out;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    visibility: hidden;
    background-color: #fff;
    text-align: center;
    overflow-y: auto;
}

.nav-opener {
    position: absolute;
    display: block;
    width: 36px;
    height: 22px;
    text-indent: -9999px;
    top: 30px;
    right: 15px;
}

.nav-opener:hover {
    opacity: 1 !important;
}

.nav-opener:after,
.nav-opener:before,
.nav-opener span {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    height: 2px;
    background: #f4b843;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.nav-opener:before {
    top: 0;
}

.nav-opener span {
    top: 50%;
}

.nav-opener:after {
    top: 100%;
}

.resize-active .navbar-nav,
.resize-active .main-nav {
    -webkit-transition: none;
    transition: none;
}

.top-bar {
    background-color: #f8f8f8;
}

.top-bar ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    text-transform: uppercase;
    font-family: "Quicksand", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    font-size: 12px;
    font-weight: 500;
    margin: 0 -10px;
    letter-spacing: 1px;
    padding: 5px 15px 0;
}

.top-bar ul li {
    position: relative;
    padding: 0 10px;
}

.top-bar ul li:before {
    content: "";
    position: absolute;
    top: 4px;
    right: 0;
    bottom: 9px;
    width: 1px;
    background-color: #141414;
}

.top-bar ul li:last-child:before {
    content: "";
    display: none;
}

.top-bar ul a {
    display: inline-block;
    padding-bottom: 5px;
}

.top-bar ul a:before {
    content: "";
    background-color: #f4b843;
}

.logo {
    width: 160px;
    padding: 20px 15px;
}

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

.nav-holder .icon-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 -10px;
    font-size: 28px;
    padding: 15px 60px 15px 0;
}

.nav-holder .icon-list li {
    padding: 0 10px;
}

.nav-holder .icon-list a:hover {
    color: #f5b842;
}

.main-nav > li {
    padding: 5px;
}

.main-nav > li.current_page_item > a,
.main-nav > li.current-menu-item > a,
.main-nav > li.active > a,
.main-nav > li:hover > a {
    font-weight: 700;
}

.main-nav > li.current_page_item > a:before,
.main-nav > li.current-menu-item > a:before,
.main-nav > li.active > a:before,
.main-nav > li:hover > a:before {
    left: 0;
    right: 0;
    visibility: visible;
    opacity: 1;
}

.main-nav > li > a {
    display: inline-block;
    text-transform: uppercase;
}

.main-nav > li > a:before {
    background-color: transparent;
}

.main-nav > li > a:hover {
    font-weight: 700;
}

.main-nav li a {
    display: inline-block;
}

.main-nav > li {
    border-bottom: 1px solid #141414;
}

.main-nav > li.hover > a.has-drop-down-a:after {
    opacity: 1;
}

.main-nav > li.hover > a.has-drop-down-a:before {
    -webkit-transform: translateY(-4px) rotate(-180deg);
    -ms-transform: translateY(-4px) rotate(-180deg);
    transform: translateY(-4px) rotate(-180deg);
}

.main-nav > li a {
    position: relative;
}

.main-nav > li a.has-drop-down-a:before {
    -webkit-transition: -webkit-transform .3s ease-in-out;
    transition: transform .3s ease-in-out;
    position: absolute;
    content: "\f107";
    top: 50%;
    right: -15px;
    left: auto;
    background-color: transparent;
    font-family: FontAwesome;
    color: #f4b843;
    line-height: 0;
    visibility: visible;
    opacity: 1;
    font-weight: 400;
}

.main-nav > li a.has-drop-down-a:after {
    -webkit-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out;
}

.main-nav > li .slide li.active > a {
    font-weight: 700;
}

.main-nav > li .slide li.active > a.has-drop-down-a:before {
    -webkit-transform: translateY(0) rotate(-180deg);
    -ms-transform: translateY(0) rotate(-180deg);
    transform: translateY(0) rotate(-180deg);
}

.main-nav > li > .slide {
    -webkit-transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
    transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
}

.main-nav > li > .slide .slide {
    font-family: "Roboto", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    font-size: 14px;
    line-height: 28px;
    font-weight: 400;
    margin-bottom: 11px;
}

.main-nav > li > .slide .slide li.active a {
    font-weight: 500;
}

.main-nav > li > .slide .slide a:hover {
    font-weight: 500;
}

h1 {
    font-family: "Playfair Display", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
    font-weight: 400;
    font-size: 47px;
}

h2 {
    font-size: 30px;
}

h3 {
    font-size: 28px;
}

a {
    -webkit-transition: opacity .3s ease-in-out, background .3s ease-in-out, color .3s ease-in-out;
    transition: opacity .3s ease-in-out, background .3s ease-in-out, color .3s ease-in-out;
    text-decoration: none;
}

#main {
    position: relative;
    z-index: 0;
}

#wrapper {
    width: 100%;
    position: relative;
    overflow: hidden;
}

.container {
    max-width: 1170px;
    margin: 0 auto;
    padding: 0 15px;
}

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

.text-align-right {
    text-align: right;
}

.text-align-left {
    text-align: left;
}

.m-left-auto {
    margin-left: auto;
}

.m-right-auto {
    margin-right: auto;
}

.bg-stretch {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-size: cover;
    background-position: 50% 50%;
    z-index: -1;
}

.showroom .bg-stretch {
    background-color: #eaeaea;
}

.visual-section .container h1 {
    display: none;
}

.home .visual-section .container h1 {
    display: block;
}

.showroom #novisual {
    position: absolute;
    right: 40px;
    text-transform: uppercase;
    top: 30px;
    font-family: "Quicksand", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    font-weight: 700;
    color: #b1b1b1;
}

span.petit {
    font-size: 16px;
}

.intro .slide {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 300px;
    background-size: cover;
    background-position: center;
    padding-bottom: 50px;
}

.intro .slick-dots {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 29px;
    position: absolute;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
}

.intro .slick-dots li {
    padding: 0 5px;
}

.intro .slick-dots li button {
    width: 30px;
    height: 2px;
    font-size: 0;
    border: none;
    background-color: #f6f4e5;
}

.intro .slick-dots li button:focus {
    outline: none;
}

.intro .slick-dots li.slick-active button {
    background-color: #f4b843;
}

.intro .content {
    font-family: "Source Sans Pro", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    color: #fff;
    font-size: 20px;
    text-align: center;
}

.intro .content h1 {
    margin-bottom: 0;
}

.btn {
    display: inline-block;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 500;
    color: #141414;
    cursor: pointer;
}

.btn.btn-primary {
    position: relative;
    padding-right: 21px;
    font-family: "Roboto", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}

.btn.btn-primary:hover:before {
    -webkit-transform: translateY(-50%) translateX(5px);
    -ms-transform: translateY(-50%) translateX(5px);
    transform: translateY(-50%) translateX(5px);
}

.btn.btn-primary:before {
    -webkit-transition: -webkit-transform .3s ease-in-out;
    transition: transform .3s ease-in-out;
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%) translateX(0);
    -ms-transform: translateY(-50%) translateX(0);
    transform: translateY(-50%) translateX(0);
    background-image: url(images/icon-arrow-right.png);
    background-size: cover;
    width: 12px;
    height: 8px;
}

.btn.btn-secondary {
    background-color: #f4b843;
    color: white;
    font-family: "Quicksand", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    font-size: 16px;
    font-weight: 500;
    min-width: 251px;
    padding: 6px 15px;
}

.btn.btn-secondary:hover {
    background-color: #de970d;
}

.banners > .container,
.article > .container,
.footer-block > .container {
    position: relative;
}

.banners > .container:before,
.article > .container:before,
.footer-block > .container:before {
    content: "";
    position: absolute;
    left: 15px;
    right: 15px;
    bottom: 0;
    height: 1px;
    background-color: #dbdbdb;
}

.banners > .container {
    padding: 30px 15px;
}

.banners .flex-column {
    margin: -5px 0;
}

.banners [class*="col-"] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.item-banner {
    width: 100%;
    position: relative;
    background-color: #f7f7f7;
    min-height: 197px;
    font-family: "Quicksand", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    padding: 28px 29px 0;
    margin-bottom: 10px;
    overflow: hidden;
}

.item-banner .box-img {
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    z-index: 0;
}

.item-banner .content {
    position: relative;
    z-index: 1;
}

.item-banner .mark {
    display: inline-block;
    background-color: #f4b843;
    text-transform: uppercase;
    font-size: 12px;
    color: #fff;
    -webkit-transform: translateY(4px);
    -ms-transform: translateY(4px);
    transform: translateY(4px);
    font-weight: 700;
    padding: 0 7px;
    border-radius: 3px;
}

.item-banner .title {
    display: block;
    font-size: 26px;
    line-height: 1.11;
    text-transform: capitalize;
}

.item-banner .price {
    font-size: 30px;
    font-weight: 700;
    color: #f4b843;
    margin-bottom: 20px;
}

.max-width * {
    width: 100%;
}

.banner {
    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;
    padding: 10px;
    margin: 0 0 10px;
    text-align: center;
    min-height: 82px;
}

.banner:last-child {
    margin-bottom: 0;
}

.summary .banner {
    min-height: inherit;
    margin-top: 40px;
    border-radius: 3px;
    text-align: center;
    border: 2px solid #f4b843;
}

.summary .banner br {
    display: none;
}

.summary .banner .title,
.summary .banner .title span {
    font-size: 17px;
    color: #141414;
}

.summary .banner img {
    margin-right: 15px;
}

.banner.black {
    background-color: #393838;
}

.banner.black .mark {
    color: #f4b843;
}

.banner.orange .mark {
    color: #141414;
}

.banner .box-img {
    width: 30%;
    padding-right: 10px;
    margin: 0 auto;
}

.banner .box-img img {
    width: auto;
}

.banner .title {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
    font-size: 16px;
    line-height: 20px;
    font-family: "Quicksand", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    color: #fff;
}

.banner .title span {
    font-size: 23px;
    font-weight: 500;
}

.banner .title .mark {
    font-weight: 500;
}

.black {
    background-color: #141414;
}

.orange {
    background-color: #f4b843;
}

.article > .container {
    padding: 30px 15px;
    margin-bottom: 20px;
}

.article .title {
    display: inline-block;
    text-transform: uppercase;
}

.article .title h3 {
    padding-right: 50px;
    position: relative;
    font-weight: 500;
}

.article .title h3:after {
    display: none;
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 30px;
    height: 2px;
    background-color: #f4b843;
}

.article .title span {
    font-weight: 400;
}

.article p {
    color: #626262;
}

.article .box-img {
    text-align: center;
    width: 100%;
    padding: 0 15px;
}

mark {
    color: #f4b843;
    background-color: transparent;
    font-weight: 400;
}

.advantages {
    padding: 30px 5px 20px;
}

.advantages.two-col .item-advantages h3 {
    font-weight: 400;
}

.advantages.two-col .item-advantages .box-icon:before {
    display: none;
}

.advantages.two-col .item-advantages a {
    color: #f4b843;
}

.advantages [class*="col-"] {
    padding-right: 23px;
    padding-left: 23px;
}

.pull-down {
    position: relative;
    margin-bottom: -60px;
    z-index: 1;
    clear: both;
}

.item-advantages {
    color: #fff;
    text-align: center;
    margin-bottom: 40px;
}

.item-advantages .box-icon {
    display: inline-block;
    margin-bottom: 21px;
}

.item-advantages .box-icon:before {
    top: -6px;
    right: -15px;
    width: 36px;
    height: 36px;
    font-size: 27px;
    font-family: "Quicksand", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    font-weight: 500;
}

.item-advantages .icon {
    display: block;
    font-size: 82px;
}

.item-advantages h3 {
    line-height: 35px;
    margin-bottom: 20px;
}

.parallax-box {
    position: relative;
    height: 250px;
}

.parallax {
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

address {
    margin: 0 !important;
    font-style: normal;
}

.visual-section {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    text-align: center;
    min-height: 260px;
    background-size: cover;
    background-position: center;
    padding: 0;
}

.visual-section .overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #777777;
    opacity: 0.3;
    z-index: 0;
}

.visual-section .container {
    z-index: 1;
}

.visual-section h1 {
    margin-bottom: 0;
}

.breadcrumbs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -7px;
    color: #8a8c8c;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 500;
    font-family: "Quicksand", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    letter-spacing: 1px;
    padding: 20px 0;
}

.breadcrumbs.woo a {
    padding: 0 4px;
}

.breadcrumbs.woo a:first-child {
    color: #141414;
    font-weight: 700;
    padding-left: 7px;
}

.breadcrumbs li {
    position: relative;
    padding: 0 7px;
}

.breadcrumbs li {
    position: relative;
    padding: 0 7px;
}

.breadcrumbs li:before {
    content: "/";
    position: absolute;
    top: 0;
    right: 0;
    -webkit-transform: translateX(50%);
    -ms-transform: translateX(50%);
    transform: translateX(50%);
}

.breadcrumbs span a:first-child {
    color: #141414;
    font-weight: 700;
    padding-left: 7px;
}

.breadcrumbs li:last-child:before {
    display: none;
}

.breadcrumbs li a {
    font-weight: 700;
    color: #8a8c8c;
}

.visual-box {
    position: relative;
    padding-bottom: 20px;
}

.visual-box.content {
    padding: 0;
    margin-bottom: 25px;
}

.visual-box.content .description-box {
    width: 100%;
}

.visual-box.content .description-box p {
    margin-bottom: 24px;
}

.visual-box.content .box-img {
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    width: 100%;
    height: 200px;
}

.visual-box .description-box {
    color: #626262;
    background-color: #fff;
    border: 1px solid #dbdbdb;
    padding: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    z-index: 2;
}

.visual-box .description-box .address {
    margin-bottom: 4px !important;
}

.visual-box .description-box .contact {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -7px;
}

.visual-box .description-box .contact li {
    padding: 0 7px;
    margin-bottom: 7px;
}

.visual-box .description-box .contact a {
    color: #626262;
}

.visual-box .description-box .fa {
    min-width: 12px;
    margin-right: 5px;
    color: #f4b843;
}

.visual-box .box-img {
    position: relative;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
    min-height: 225px;
    background-size: cover;
    background-position: center;
}

.entry-title {
    font-weight: 400;
    color: #141414;
}

.entry-title .mark {
    text-transform: uppercase;
    display: block;
    font-size: 23px;
}

.article-block {
    padding-top: 15px;
    margin-bottom: 30px;
}

.article-block .single-article {
    margin-bottom: 25px;
    color: #626262;
    -webkit-column-break-inside: avoid;
    break-inside: avoid;
    page-break-inside: avoid;
}

.article-block .single-article .title {
    display: inline-block;
    position: relative;
    color: #f4b843;
    text-transform: uppercase;
    padding-top: 5px;
    padding-left: 48px;
    margin-bottom: 10px;
}

.article-block .single-article .title .box-img {
    content: "";
    position: absolute;
    top: 40%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.article-block .single-article .title h3 {
    font-weight: 400;
    line-height: 30px;
}

.section-offer {
    text-align: center;
    padding: 10px 0 20px;
}

.section-offer [class*="col-"] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.section-offer .entry-title {
    margin-bottom: 25px;
}

.item-offer {
    width: 100%;
    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;
    border: 1px solid #dbdbdb;
    padding: 25px 15px;
    line-height: 1.60;
    text-transform: uppercase;
    margin: 10px 0;
}

.item-offer .icon-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    margin-bottom: 32px;
    min-height: 95px;
}

.holder-title mark {
    display: inline-block;
    text-transform: uppercase;
    font-size: 16px;
}

.holder-title h2 {
    font-weight: 400;
    line-height: 1.00;
}

.sidebar-contact {
    padding: 0 15px;
    width: 100%;
}

.sidebar-contact .col-sm-2:last-child .contact:before {
    display: none !important;
}

.sidebar-contact .contact {
    position: relative;
    color: #626262;
    padding: 25px 0;
}

.sidebar-contact .contact:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 30px;
    height: 1px;
    background-color: #141414;
}

.sidebar-contact .contact li {
    margin-bottom: 5px;
}

.sidebar-contact .contact li a {
    color: #626262;
}

.sidebar-contact .contact li strong {
    font-weight: 500;
    color: #141414;
}

.sidebar-contact .contact .fa {
    text-align: center;
    min-width: 16px;
    color: #f4b843;
}

.two-column-block {
    padding: 25px 0 0;
}

.section-contact .holder-title {
    margin-bottom: 38px;
}

.feadback-form {
    padding: 10px;
    border: 1px solid #dbdbdb;
    margin-bottom: 20px;
}

.feadback-form .form-group:last-child {
    margin-top: 32px;
}

.feadback-form textarea {
    min-height: 150px;
}

.feadback-form .btn-secondary {
    margin: 15px 0;
}

input[type="email"],
input[type="tel"],
input[type="search"],
input[type="text"],
input[type="password"],
input[type="file"],
input[type="submit"],
input[type="number"],
textarea,
select,
.form-control {
    -webkit-appearance: none;
    box-shadow: none;
}

input[type="email"]:focus,
input[type="tel"]:focus,
input[type="search"]:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="file"]:focus,
input[type="submit"]:focus,
input[type="number"]:focus,
textarea:focus,
select:focus,
.form-control:focus {
    outline: none;
}

textarea {
    resize: vertical;
}

button {
    -webkit-transition: opacity .3s ease-in-out, color .3s ease-in-out, -webkit-transform .3s ease-in-out, background .3s ease-in-out;
    transition: opacity .3s ease-in-out, color .3s ease-in-out, transform .3s ease-in-out, background .3s ease-in-out;
    border-color: transparent;
}

button:focus {
    outline: none;
}

.form-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -10px;
}

.form-group {
    width: 100%;
    padding: 10px;
}

.form-group.full-width {
    width: 100%;
}

.form-group.error .label {
    color: red;
}

.form-group.error .label mark {
    color: red;
}

.form-group.error .form-control {
    background-color: rgba(255, 0, 0, .1);
    border: 2px solid red !important;
}

.form-control {
    width: 100%;
    border: 1px solid #dbdbdb !important;
    height: 40px;
    padding: 5px 10px;
}

label .label {
    display: inline-block;
    font-size: 15px;
    font-weight: 700;
    font-family: "Quicksand", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    text-transform: uppercase;
    margin-bottom: 7px;
}

.block-category .two-column-block {
    padding: 0;
}

.sidebar-category {
    padding: 0 15px;
    width: 100%;
}

.open-close {
    position: relative;
    font-size: 16px;
}

.open-close.active .slide {
    border-color: #979797;
}

.open-close.active .opener:after {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

.open-close .opener {
    display: block;
    border: 1px solid #979797;
    padding: 7px 35px 7px 15px;
    text-decoration: none;
    color: #626262;
}

.open-close .opener:after {
    -webkit-transition: -webkit-transform .3s ease-in-out;
    transition: transform .3s ease-in-out;
    font-family: FontAwesome;
    font-size: 20px;
    content: "\f107";
    position: absolute;
    top: 5px;
    right: 21px;
}

.tab-content.transition {
    -webkit-transition: height .5s ease;
    transition: height .5s ease;
}

.fade-tabset .tab {
    opacity: 0;
    -webkit-transition: opacity .5s ease;
    transition: opacity .5s ease;
}

.fade-tabset .tab.active {
    opacity: 1;
}

.tab {
    width: 100%;
}

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

.section-products {
    padding: 16px 0;
}

.section-products .tabset,
.section-products .opener {
    font-family: "Quicksand", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    font-size: 15px;
    font-weight: 500;
    text-transform: uppercase;
}

.section-products .tabset {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -18px;
}

.section-products .tabset li {
    width: 100%;
    padding: 0 18px;
}

.section-products .tabset li.active a {
    color: #141414;
}

.section-products .tabset a {
    display: inline-block;
    color: #8a8c8c;
    padding-bottom: 6px;
}

.section-products .tabset a:before {
    display: none;
}

.footer-block > .container {
    padding: 30px 15px 30px;
}

.footer-link {
    margin-bottom: 20px;
}

.footer-link h4 {
    font-weight: 500;
    color: #f4b843;
}

.footer-link ul {
    font-size: 14px;
    color: #626262;
    line-height: 2.00;
}

.footer-link a {
    display: inline-block;
    line-height: 18px;
    color: #141414;
}

.home-link a {
    color: #141414 !important;
    font-weight: 700;
}

#footer {
    padding: 20px 0 0;
	margin-bottom: 70px;
}

.contact-list {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 15px;
    margin: 0 -10px;
    font-size: 11px;
    font-family: "Quicksand", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    color: #8a8c8c;
    text-transform: uppercase;
    letter-spacing: 1.2px;
    text-align: center;
}

.contact-list li {
    width: 100%;
    padding: 0 10px;
    margin-bottom: 10px;
}

.contact-list a {
    color: #8a8c8c;
}

.contact-list .fa {
    margin-right: 5px;
    color: #f4b843;
}

.logo-box {
    width: 100%;
    padding: 15px;
    text-align: center;
}

ul.products {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -15px 11px !important;
}

ul.products li {
    position: relative;
    width: 100% !important;
    margin: 0 0 31px !important;
    padding: 0 15px !important;
    text-align: center;
}

ul.products li a {
    display: block;
    z-index: 0;
    color: #141414;
    width: 100%;
}

span.onsale,
ul.products li a .onsale,
ul.products li a .condition {
    position: absolute;
    top: 20px;
    left: 10px;
    font-weight: 500;
    text-transform: uppercase;
    font-family: "Quicksand", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    color: #fff;
    background-color: #141414;
    padding: 4px 10px;
    z-index: 1000;
}

ul.products li a .onsale,
span.onsale {
    background-color: #f4b843;
}

ul.products li a .box-img {
    border: 1px solid #dbdbdb;
    background: url(images/nopicture.png) center center no-repeat;
}

ul.products li a:hover .box-img {
    border: 1px solid #f4b843;
}

ul.products li a .box-img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    overflow: hidden;
    height: 200px;
    margin: 0 auto 18px;
}

ul.products li a .box-img img {
    -webkit-transition: -webkit-transform .3s ease-in-out;
    transition: transform .3s ease-in-out;
    width: auto;
    max-width: 230px;
    max-height: 100%;
}

.woocommerce table.cart img {
    width: 80px;
}

ul.products li a .woocommerce-loop-product__title {
    display: block;
    color: #626262;
    margin-bottom: -3px;
    font: 16px/1.5 "Roboto", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    font-weight: 400;
}

ul.products li a .price {
    display: block;
    font-family: "Quicksand", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    font-weight: 500;    
     font-size: 18px;
}

.summary .price del span,
ul.products li a .price del span {
    font-size: 14px;
    font-weight: 500;
    color: #141414;
}

.summary .price ins,
ul.products li a .price ins {
    text-decoration: none;
    color: #f5b842;
}

.sorting-holder {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 -4px 15px;
}

.sorting-holder .woocommerce-ordering {
    position: relative;
    padding: 0 4px;
    margin-bottom: 5px;
}

.sorting-holder .woocommerce-ordering:before {
    content: "";
    position: absolute;
    top: 4px;
    right: 4px;
    background-image: url(images/icon-arrows.jpg);
    background-size: cover;
    background-color: none;
    background-repeat: no-repeat;
    width: 15px;
    height: 18px;
    pointer-events: none;
}

.sorting-holder .woocommerce-ordering .orderby {
    font-family: "Roboto", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    font-size: 11px;
    line-height: 13px;
    font-weight: 500;
    text-transform: none;
    color: #141414;
    min-height: auto;
    padding: 2px 7px;
    border-radius: 5px;
    border: 1px solid #dbdbdb;
    min-width: 164px;
}

.sorting-holder .woocommerce-result-count {
    margin-bottom: 0;
    font-size: 14px;
    color: #626262;
    padding: 0 4px;
}

.page-numbers {
    font-family: "Roboto", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    font-size: 13px;
}

nav.woocommerce-pagination {
    text-align: right;
    margin-bottom: 30px;
}

nav.woocommerce-pagination ul {
    border: none;
}

nav.woocommerce-pagination ul li {
    border: 1px solid transparent;
}

nav.woocommerce-pagination ul li a {
    padding: 10px 13px;
    background-color: #f9f9f9;
    color: #626262;
}

nav.woocommerce-pagination ul li a:focus {
    background-color: #141414;
    color: #fff;
}

nav.woocommerce-pagination ul li a:hover {
    background-color: #141414;
    color: #fff;
}

nav.woocommerce-pagination ul li a.next {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
}


/*
nav.woocommerce-pagination ul li a.next:before {
	font-family: FontAwesome;
	content: "\f0da";
}*/

nav.woocommerce-pagination ul li span {
    padding: 10px 13px;
    background-color: #f9f9f9;
}

nav.woocommerce-pagination ul li span.current {
    background-color: #141414;
    color: #fff;
}

.widget-title {
    text-transform: uppercase;
    border-bottom: 1px solid #dbdbdb;
    padding-bottom: 7px;
    margin-bottom: 26px;
}

.widget_product_categories ul > li.current-cat > a,
.widget_product_categories ul > li.active > a {
    font-weight: 500;
    color: #141414 !important;
}

.widget_product_categories ul > li > a {
    display: inline-block;
    margin-bottom: 7px;
}

.widget_product_categories ul > li > a:hover {
    font-weight: 500;
    color: #141414 !important;
}

.widget_product_categories .product-categories {
    font-size: 14px;
    padding: 0 0 8px;
}

.widget_product_categories .product-categories .children {
    padding: 0 0 0 21px;
}

.widget_product_categories .product-categories .cat-item a {
    color: #626262;
}

.price_slider_amount .button {
    font-size: 13px;
    line-height: 14px;
    letter-spacing: 1.5px;
    font-weight: 400;
    text-transform: uppercase;
    border-radius: 0;
}

.price_slider_amount .button:hover, .button-wrap > a:hover {
    background-color: #dfdcdf;
}

.widget_price_filter .widget-title {
    margin-bottom: 35px;
}

.woocommerce.widget_price_filter .price_slider_wrapper .ui-widget-content * {
    background-color: #141414;
}

.section-product .product {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -15px;
    position: relative;
}

.woocommerce-product-gallery,
.summary {
    width: 100%;
    padding: 0 15px;
}

.woocommerce-product-gallery {
    position: relative;
}

.woocommerce-product-gallery .woocommerce-product-gallery__trigger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    top: 20px;
    right: 35px;
    width: 33px;
    height: 33px;
    background-color: #efefef;
    z-index: 1500;
}

.woocommerce-product-gallery__image a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 300px;
    border: 1px solid #dbdbdb;
    overflow: hidden;
    padding: 40px;
}

.woocommerce-product-gallery__image a img {
    width: auto;
    max-height: 100%;
}

.flex-control-nav {
    width: calc(100% + 20px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -10px;
    padding: 5px 0;
}

.flex-control-nav li {
    width: calc(50% - 20px);
    font-size: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 127px;
    border: 1px solid #dbdbdb;
    overflow: hidden;
    margin: 10px 10px;
}

.flex-control-nav li img {
    width: auto;
    max-height: 100%;
}

.summary {
    color: #626262;
}

.summary .product_title {
    font-family: "Quicksand", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    margin-bottom: -6px;
    color: #141414;
}

.summary .price {
    display: inline-block;
    font-family: "Quicksand", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    font-size: 30px;
    font-weight: 700;
    color: #f4b843;
    margin-bottom: 21px;
	display: none; /* Hide Price to show only catalogue */
}

.summary .woocommerce-product-details__short-description {
    margin-bottom: 20px;
}

.single_add_to_cart_button {
    background-color: #f4b843;
    color: white;
    font-family: "Quicksand", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    font-size: 16px;
    font-weight: 500;
    padding: 6px 20px;
    text-transform: uppercase;
}

.single_add_to_cart_button:hover {
    background-color: #de970d;
}

div.product form.cart {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 40px;
    border-bottom: 1px solid #dbdbdb;
    margin-top: 20px;
}

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

.woocommerce-variation-description p {
    margin-bottom: 0;
    font-style: italic;
}

div.product form.variations_form {
    display: block;
    padding-bottom: 40px;
    margin-bottom: 23px;
    border-bottom: 1px solid #dbdbdb;
}

div.product form.cart .quantity .input-text {
    width: 56px;
    height: 40px;
    padding: 10px 5px 10px 15px;
    border: 1px solid rgba(98, 98, 98, .1);
    margin-right: 10px;
    border-radius: 0;
}

div.product form.cart .quantity .input-text:focus {
    outline: none;
}

.stock {
    font-size: 14px;
    margin-bottom: 10px;
}

.stock mark {
    color: #36b619;
}

.product_meta {
    font-size: 14px;
    padding-top: 15px;
}

.product_meta .posted_in a {
    color: #f4b843;
}

section.related,
.woocommerce-tabs {
    padding: 20px 15px;
    width: 100%;
}

section.related,
section.upsells
{
    padding: 0 15px;
    width: 100%;
}

.woocommerce-tabs .tabs {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -15px;
    font-family: "Quicksand", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    padding-bottom: 7px;
    margin-bottom: 20px;
}

.woocommerce-tabs .tabs:before {
    content: "";
    position: absolute;
    left: 15px;
    right: 15px;
    bottom: 0;
    height: 1px;
    background-color: #dbdbdb;
}

.woocommerce-tabs .tabs li {
    padding: 0 15px;
}

.woocommerce-tabs .tabs li.active a {
    color: #f4b843;
}

.woocommerce-tabs .tabs li a {
    color: #141414;
}

.woocommerce-Tabs-panel h3 {
    font-family: "Quicksand", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    text-transform: uppercase;
    margin-bottom: 18px;
    font-weight: 400;
}

.woocommerce-Tabs-panel p {
    color: #626262;
}

@media (min-width: 480px) {
    .row {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .row .col-sm {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }
    .row .col-sm-1 {
        width: 100%;
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
    }
    .row .col-sm-2 {
        width: 50%;
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
    }
    .row .col-sm-3 {
        width: 33.33%;
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
    }
    .row .col-sm-4 {
        width: 25%;
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
    }
    .logo {
        width: 195px;
        padding: 15px;
    }
    .visual-box.content .description-box {
        padding: 50px 50px 21px 50px;
        margin-bottom: 15px;
    }
    .feadback-form {
        padding: 20px;
    }
    ul.products li {
        width: 50% !important;
    }
}

@media (min-width: 700px) {
    .visual-box {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .visual-box .description-box {
        width: 345px;
    }
}



@media (min-width: 768px) {
	
    .commentlist-item .commentlist-item {
        padding: 0 0 0 2em;
    }
    .row .col-md {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }
    .row .col-md-1 {
        width: 100%;
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
    }
    .row .col-md-2 {
        width: 50%;
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
    }
    .row .col-md-3 {
        width: 33.33%;
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
    }
    .row .col-md-4 {
        width: 25%;
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
    }
    #header .align-items-center {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }
    .main-nav {
        position: static;
        max-height: 100%;
        background: transparent;
        visibility: visible;
        overflow: visible;
        opacity: 1;
        text-align: left;
    }
    .nav-opener {
        display: none;
    }
    .logo {
        width: auto;
        padding: 30px 15px 25px;
    }
	
    .nav-holder .icon-list {
        font-size: 23px;
        padding: 22px 10px 15px 0;
    }
    .nav-holder .icon-basket {
        font-size: 25px;
    }
    .main-nav {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin: 0 -18px;
        margin-top: 50px;
        font-family: "Quicksand", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
        font-size: 15px;
        font-weight: 500;
    }
    .main-nav > li {
        padding: 0 18px 26px;
    }
    .main-nav > li > a {
        padding-bottom: 7px;
    }
    .main-nav > li > a:before {
        background-color: #f4b843;
    }
    .main-nav > li {
        border-bottom: none;
    }
    .main-nav > li.active > a.has-drop-down-a {
        border-bottom: 1px solid #f4b843;
    }
    .main-nav > li.hover > .slide {
        opacity: 1;
        visibility: visible;
    }
    .main-nav > li a.has-drop-down-a:before {
        -webkit-transform: translateY(-4px) rotate(0);
        -ms-transform: translateY(-4px) rotate(0);
        transform: translateY(-4px) rotate(0);
    }
    .main-nav > li a.has-drop-down-a:after {
        height: 0;
        width: 0;
        border-bottom: 6px solid #141414;
        border-left: 6px solid transparent;
        border-right: 6px solid transparent;
        content: "";
        position: absolute;
        bottom: -27px;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        border-bottom: 9px solid #141414;
        border-left: 5px solid transparent;
        border-right: 5px solid transparent;
        opacity: 0;
    }
    .main-nav > li > .slide {
        position: absolute;
        top: 100%;
        left: 25px;
        right: 25px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin: 0 -5px;
        background-color: #212121;
        font-size: 20px;
        font-weight: 500;
        /*text-transform: capitalize;*/
        padding: 53px 63px;
        opacity: 0;
        visibility: hidden;
    }
    .main-nav > li > .slide > li {
        width: 100%;
        padding: 0 5px;
    }
    .main-nav > li > .slide > li > a {
        display: inline-block;
        color: #f4b843;
        margin-bottom: 12px;
    }
    .main-nav > li > .slide .slide li.active a {
        color: #fff;
        font-weight: normal;
    }
    .main-nav > li > .slide .slide a {
        color: #bfbfbf;
        line-height: 18px;
    }
    .main-nav > li > .slide .slide a:hover {
        color: #fff;
        font-weight: normal;
    }
    h1 {
        font-size: 60px;
    }
    /*.intro .slide {
        height: 550px;
    }*/
    .banners > .container {
        padding: 65px 15px 53px;
    }
    .item-banner {
        margin-bottom: 0;
    }
    .article > .container {
        padding: 50px 15px 39px;
    }
    .article .box-img {
        width: 300px;
        padding: 0 15px 20px;
    }
    .pull-down {
        margin-bottom: -115px;
    }
    .parallax-box {
        height: 500px;
    }
    .breadcrumbs {
        padding: 31px 0 45px;
    }
    .visual-box {
        padding: 65px 0 20px 100px;
    }
    .visual-box.mirror {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
        padding: 65px 100px 20px 0;
    }
    .visual-box.mirror .description-box {
        position: absolute;
        left: auto;
        right: 0;
    }
    .visual-box.content .description-box {
        position: static;
    }
    .visual-box.content .description-box .entry-title {
        margin-bottom: 37px;
    }
    .visual-box.content .box-img {
        min-height: 330px;
    }
    .visual-box .description-box {
        position: absolute;
        top: 0;
        left: 0;
        width: 358px;
        min-height: 216px;
        padding: 15px 15px 15px 73px;
    }
    .visual-box .box-img {
        min-height: 432px;
    }
    .article-block {
        -webkit-column-count: 2;
        column-count: 2;
        margin-bottom: 40px;
    }
    .article-block .single-article {
        margin-bottom: 47px;
    }
    .section-offer {
        padding: 30px 0 40px;
    }
    .item-offer {
        padding: 50px 15px 42px;
    }
    .sidebar-contact {
        width: 270px;
    }
    .two-column-block .flex-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: inherit !important;
        flex-direction: inherit !important;
    }
    .feadback-form textarea {
        min-height: 201px;
    }
    .feadback-form .btn-secondary {
        margin: 30px 0;
    }
    .form-group {
        width: 50%;
    }
    .sidebar-category {
        width: 33.33%;
    }
    .open-close .opener {
        display: none;
        padding: 0;
    }
    .open-close .slide {
        display: block !important;
        position: static !important;
        padding: 0 !important;
        height: auto !important;
    }
    .section-products {
        padding: 40px 0 16px;
    }
    .section-products .tabset {
        margin-bottom: 20px;
    }
    .section-products .tabset li {
        width: auto;
    }
    .section-products .tabset a:before {
        display: block;
        background-color: #f4b843;
    }
    .footer-block > .container {
        padding: 67px 15px 74px;
    }
    #footer {
        padding: 27px 0 15px;
    }
    .contact-list {
        width: auto;
        text-align: left;
    }
    ul.products li a .box-img {
        height: 250px;
    }
    .sorting-holder {
        margin: 0 -4px 33px;
    }
    .woocommerce-product-gallery,
    .summary {
        width: 50%;
    }
    .woocommerce-product-gallery__image a {
        height: 400px;
    }
    .summary {
        padding: 26px 15px 0;
    }
    .summary .woocommerce-product-details__short-description {
        margin-bottom: 40px;
    }
    .woocommerce-tabs {
        padding: 50px 15px;
    }
    .woocommerce-tabs .tabs {
        margin-bottom: 38px;
    }
}

@media (min-width: 768px) and (min-width: 768px) {
    .main-nav > li > .slide > li {
        width: 33.33%;
    }
    .main-nav > li > .slide > li > a.has-drop-down-a:before {
        display: none;
    }
}

@media (min-width: 768px) and (min-width: 1024px) {
    .main-nav > li > .slide > li {
        width: 20%;
    }
}

span.avenir {
    font-family: "Roboto", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
        text-transform: uppercase;
    font-size: 13px;
    font-weight: 500;
    color: #141414;
}

@media (min-width: 1024px) {
    .intro .slide {
        height: 500px;
    }
    .row .col-lg {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }
    .row .col-lg-1 {
        width: 100%;
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
    }
    .row .col-lg-2 {
        width: 50%;
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
    }
    .row .col-lg-3 {
        width: 33.33%;
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
    }
    .row .col-lg-4 {
        width: 25%;
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
    }
    .banner {
        text-align: left;
        padding: 10px 26px;
    }
    .banner.orange .box-img {
        padding-left: 10px;
    }
    .banner .box-img {
        width: auto;
        padding-right: 30px;
    }
    .banner .title {
        font-size: 20px;
        line-height: 26px;
    }
    .banner .title span {
        font-size: 30px;
    }
    .article .box-img {
        width: 400px;
    }
    .advantages {
        padding: 86px 54px 45px;
    }
    .parallax {
        background-attachment: fixed;
    }
    .visual-box {
        padding: 65px 0 76px 196px;
    }
    .visual-box.mirror {
        padding: 65px 196px 76px 0;
    }
    .visual-box.content {
        padding: 185px 0 20px 293px;
        margin-bottom: 47px;
    }
    .visual-box.content .description-box {
        position: absolute;
        width: 750px;
        min-height: 494px;
        max-height: 540px;
        overflow-y: auto;
        padding: 41px 117px 15px 97px;
    }
    .visual-box.content .box-img {
        min-height: 479px;
    }
    .visual-box .description-box {
        width: 458px;
        min-height: 316px;
    }
    .entry-title {
        font-size: 40px;
    }
    .entry-title .mark {
        font-size: 30px;
        margin-bottom: -15px;
    }
    .article-block {
        -webkit-column-gap: 30px;
        column-gap: 30px;
        margin-bottom: 91px;
    }
    .section-offer {
        padding: 50px 0 94px;
    }
    .section-offer .entry-title {
        margin-bottom: 35px;
    }
    .holder-title h2 {
        font-size: 40px;
    }
    .feadback-form {
        padding: 55px 68px 38px;
        margin-bottom: 100px;
    }
    .form-block {
        margin: 0 -15px;
    }
    .form-group {
        padding: 10px 15px;
    }
    .sidebar-category {
        width: 25%;
    }
    .contact-list li {
        width: auto;
    }
    .logo-box {
        width: auto;
        text-align: left;
        padding: 0 15px;
    }
    ul.products li {
        width: 33.33% !important;
    }
    ul.products li a .box-img {
        height: 320px;
    }
    nav.woocommerce-pagination {
        margin-bottom: 70px;
    }
    .woocommerce-product-gallery__image a {
        height: 555px;
    }
    .flex-control-nav li {
        width: calc(25% - 20px);
    }
}

@media (min-width: 1200px) {
    .article .title h3:after {
        display: block;
    }
    .article-block .single-article:last-child {
        margin-bottom: 225px;
    }
    .sidebar-contact {
        width: 388px;
    }
    ul.products li a .box-img {
        height: 360px;
        padding: 35px;
    }
    ul.products li a .box-img img {
        max-width: 100%;
    }
    .summary {
        padding: 26px 15px 0 52px;
    }
}

@media (min-width: 1024px) {
    h1 {
        font-size: 90px;
    }
}

@media (max-width: 1023px) {
    .item-banner .box-img {
        right: -120px;
    }
    iframe {
        width: 100%;
    }
    .item-advantages {
        max-width: 400px;
        margin: 0 auto 40px;
    }
    .entry-title {
        line-height: 1.03;
    }
    .summary .product_title {
        font-size: 35px;
    }
    .showroom.visual-box .description-box {
        padding: 40px 40px 25px 40px;
    }
}

@media (max-width: 767px) {
    .woocommerce-product-gallery {
        margin-bottom: 15px;    
    }
    
    .apropos.visual-box .description-box {
        border: 0;
        padding: 0;
    }
    .apropos.visual-box .description-box h2 {
        font-size: 23px;
        margin-bottom: 25px;
    }
    h1 {
        font-size: 34px;
    }
    .intro .content {
        font-size: 17px;
    }
    .visual-section {
        min-height: 140px;
    }
    .item-banner .box-img {
        right: 0;
    }
    .navigation .next,
    .navigation .prev,
    .navigation-comments .next,
    .navigation-comments .prev {
        padding: .2em;
    }
    .navigation-single .next a,
    .navigation-single .prev a {
        padding: .2em;
    }
    .main-nav li a {
        padding: 8px 0;
    }
    .article-block .single-article .title h3 {
        font-size: 22px;
    }
    .sidebar-contact .contact:before {
        display: none;
    }
    .open-close {
        margin-bottom: 45px;
    }
    .open-close .slide {
        -webkit-transition: border .2s ease-in-out;
        transition: border .2s ease-in-out;
        position: absolute;
        z-index: 1;
        top: 98%;
        left: 0;
        right: 0;
        background-color: #fff;
        border: 1px solid transparent;
        border-top: none;
    }
    .section-products .tabset a {
        padding: 0 15px 5px;
    }
}

@media (max-width: 479px) {
    .item-banner .box-img {
        right: -50px;
    }
    .sidebar-contact .contact:before {
        display: block !important;
    }
    .footer-link {
        text-align: center;
    }
}

div.wpcf7-mail-sent-ok {
    text-align: center !important;
    border: 1px solid #aadc9f !important;
}

div.wpcf7-response-output {
    margin: 2em 0.5em 1em !important;
    padding: 15px !important;
    font-size: 14px !important;
    color: #626262 !important;
}

nav.woocommerce-pagination ul {
    display: inline-block;
    white-space: nowrap;
    padding: 0;
    clear: both;
    border: 1px solid transparent;
    border-right: 0;
    margin: 1px;
}

nav.woocommerce-pagination ul li {
    padding: 0;
    margin: 0;
    float: left;
    display: inline;
    overflow: hidden;
    border: 1px solid transparent;
}

nav.woocommerce-pagination ul li a:focus,
nav.woocommerce-pagination ul li a:hover,
nav.woocommerce-pagination ul li span.current {
    background: #ebe9eb;
    color: #8a7e88;
}

nav.woocommerce-pagination ul li span.current {
    background-color: #141414;
    color: #fff;
}

nav.woocommerce-pagination ul li a,
nav.woocommerce-pagination ul li span {
    margin: 0;
    text-decoration: none;
    line-height: 1;
    font-size: 1em;
    font-weight: 400;
    min-width: 1em;
    display: block;
}

.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
    font-weight: 400;
}

.woocommerce table.shop_table th {
    font-weight: 500;
    background: #f8f8f8;
}

.woocommerce table.shop_table tbody th,
.woocommerce table.shop_table tfoot td,
.woocommerce table.shop_table tfoot th {
    font-weight: 500;
}

.woocommerce .cart-collaterals {
    margin-bottom: 70px;
}

.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt {
    background-color: #f5b842;
    color: #fff;
    width: 100%;
    text-align: center;
    font-family: "Quicksand", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    font-size: 24px;
    font-weight: 700;
}

.woocommerce .place-order input.button.alt {
    width: auto;
    font-size: 20px;
}


/* Change WC Acct Page Column Widths */

@media only screen and (min-width: 769px) {
    .woocommerce-MyAccount-navigation {
        width: 22%;
        float: left;
    }
    .woocommerce-MyAccount-content {
        width: 75%;
        float: right;
    }
}


/* Style WC Account Endpoint Links */

nav.woocommerce-MyAccount-navigation ul {
    list-style-type: none;
    padding-left: 0;
    line-height: 26px;
}

nav.woocommerce-MyAccount-navigation ul li {
    padding: 8px 0px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

nav.woocommerce-MyAccount-navigation ul li.is-active {
    color: #f5b842;
}

nav.woocommerce-MyAccount-navigation ul li a {
    color: #626262;
}

nav.woocommerce-MyAccount-navigation ul li a:hover {
    color: #141414;
}

nav.woocommerce-MyAccount-navigation ul li.is-active a {
    color: #f5b842;
    cursor: default;
}

a.edit {
    background: #f5b842;
    padding: 4px 10px;
    color: white;
    margin-bottom: 8px;
    display: inline-block;
    font-size: 13px;
    border-radius: 3px;
}

.woocommerce {
    /* margin-bottom: 60px;*/
}

.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
    background: #525252;
    font-weight: 500;
    color: white;
}

.woocommerce form .form-row label {
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    font-family: "Quicksand", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    margin-bottom: 3px;
}

.woocommerce form.woocommerce-EditAccountForm fieldset {
    margin-top: 30px;
}

.woocommerce form.woocommerce-EditAccountForm fieldset legend {
    font-family: "Quicksand", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    font-weight: 500;
    margin: 0 0 .5em;
    color: inherit;
    font-size: 28px;
}

.woocommerce-MyAccount-content,
nav.woocommerce-MyAccount-navigation {
    margin-bottom: 60px;
}

input#submit.disabled,
.woocommerce #respond input#submit:disabled,
.woocommerce #respond input#submit:disabled[disabled],
.woocommerce a.button.disabled,
.woocommerce a.button:disabled,
.woocommerce a.button:disabled[disabled],
.woocommerce button.button.disabled,
.woocommerce button.button:disabled,
.woocommerce button.button:disabled[disabled],
.woocommerce input.button.disabled,
.woocommerce input.button:disabled,
.woocommerce input.button:disabled[disabled] {
    color: white;
}

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

.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;
}

.woocommerce .col2-set,
.woocommerce-page .col2-set {
    padding: 0;
}

.woocommerce .col2-set .col-1,
.woocommerce-page .col2-set .col-1,
.woocommerce .col2-set .col-2,
.woocommerce-page .col2-set .col-2 {
    border: 1px solid rgba(0, 0, 0, .1);
    padding: 40px;
}

.woocommerce div#customer_details {
    margin-bottom: 40px;
}

.woocommerce #payment .terms,
.woocommerce #payment .wc-terms-and-conditions,
.woocommerce-page #payment .terms,
.woocommerce-page #payment .wc-terms-and-conditions {
    margin-top: 8px;
}

.star-rating {
    overflow: hidden;
    position: relative;
    height: 1.618em;
    line-height: 1.618;
    font-size: 1em;
    width: 5.3em;
    font-family: star;
    font-weight: 400
}

.star-rating:before {
    content: "\53\53\53\53\53";
    opacity: .25;
    float: left;
    top: 0;
    left: 0;
    position: absolute
}

.star-rating span {
    overflow: hidden;
    float: left;
    top: 0;
    left: 0;
    position: absolute;
    padding-top: 1.5em
}

.star-rating span:before {
    content: "\53\53\53\53\53";
    top: 0;
    position: absolute;
    left: 0;
    color: #2c2d33
}

p.stars {
    display: inline-block;
    margin: 0
}

p.stars a {
    position: relative;
    height: 1em;
    width: 1em;
    text-indent: -999em;
    display: inline-block;
    text-decoration: none;
    margin-right: 1px;
    font-weight: 400
}

p.stars a:before {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 1em;
    height: 1em;
    line-height: 1;
    font-family: star;
    content: "\53";
    color: #43454b;
    text-indent: 0;
    opacity: .25
}

p.stars a:hover ~ a:before {
    content: "\53";
    color: #43454b;
    opacity: .25
}

p.stars:hover a:before {
    content: "\53";
    opacity: 1
}

p.stars.selected a.active:before {
    content: "\53";
    opacity: 1
}

p.stars.selected a.active ~ a:before {
    content: "\53";
    color: #43454b;
    opacity: .25
}

p.stars.selected a:not(.active):before {
    content: "\53";
    opacity: 1
}

ul.products li.product .star-rating {
    margin: 0 auto .5407911001em;
    font-size: 12px;
}

@media (max-width: 767px) {
    .nav-active .main-nav {
        padding: 50px 35px 0;
    }
    .main-nav > li {
        border-bottom: 1px solid #eaeaea;
        padding: 0;
    }
    .main-nav > li.current_page_item > a,
    .main-nav > li.current-menu-item > a,
    .main-nav > li.active > a,
    .main-nav > li:hover > a {
        font-weight: 500;
    }
    .main-nav li a {
        padding: 12px 0;
        width: 100%;
    }
    .main-nav > li a.has-drop-down-a:before {
        right: 0;
    }
    .main-nav {
        text-align: left;
    }
    .main-nav > li .slide li.active > a {
        font-weight: 500;
    }
}

.price_slider {
    margin-bottom: 1em;
}

.price_slider_amount {
    text-align: right;
    line-height: 2.4em;
    font-size: 0.8751em;
}

.price_slider_amount .button {
    font-size: 1.15em;
}

.price_slider_amount .button {
    float: left;
}

.ui-slider {
    position: relative;
    text-align: left;
}

.ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    width: 0.9em;
    height: 0.9em;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid rgba(0, 0, 0, 0.25);
    cursor: pointer;
    background: #e7e7e7;
    background: -webkit-gradient(linear, left top, left bottom, from(#FEFEFE), to(#e7e7e7));
    background: -webkit-linear-gradient(#FEFEFE, #e7e7e7);
    background: -moz-linear-gradient(center top, #FEFEFE 0%, #e7e7e7 100%);
    background: -moz-gradient(center top, #FEFEFE 0%, #e7e7e7 100%);
    outline: none;
    top: -.3em;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3), 0 0 0 1px rgba(255, 255, 255, 0.65) inset;
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3), 0 0 0 1px rgba(255, 255, 255, 0.65) inset;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3), 0 0 0 1px rgba(255, 255, 255, 0.65) inset;
}

.ui-slider .ui-slider-handle:last-child {
    margin-left: -0.9em;
}

.ui-slider .ui-slider-range {
    position: absolute;
    z-index: 1;
    font-size: .7em;
    display: block;
    border: 0;
    background: none repeat scroll 0 0 #FF6B6B;
    box-shadow: 1px 1px 1px 0.5px rgba(0, 0, 0, 0.25) inset;
    -webkit-box-shadow: 1px 1px 1px 0.5px rgba(0, 0, 0, 0.25) inset;
    -moz-box-shadow: 1px 1px 1px 0.5px rgba(0, 0, 0, 0.25) inset;
	-webkit-border-radius: 1em;
    -moz-border-radius: 1em;
    border-radius: 1em;
}

.price_slider_wrapper .ui-widget-content {
    -webkit-border-radius: 1em;
    -moz-border-radius: 1em;
    border-radius: 1em;
    background: #dbdbdb;
}

.ui-slider-horizontal {
    height: .5em;
}

.ui-slider-horizontal .ui-slider-range {
    top: 0;
    height: 100%;
}

.ui-slider-horizontal .ui-slider-range-min {
    left: -1px;
}

.ui-slider-horizontal .ui-slider-range-max {
    right: -1px;
}

.woocommerce-checkout-review-order,
.woocommerce-customer-details {
    margin-bottom: 60px;
}

table.shop_attributes {
    border-spacing: 0;
    width: 100%;
    border-collapse: separate;
}

table.shop_attributes th {
    background-color: #f8f8f8;
    font-weight: 500;
}

table.shop_attributes tbody td {
    background-color: #fdfdfd;
}

table.shop_attributes td p:last-child,
table.shop_attributes th p:last-child {
    margin-bottom: 0;
}

table.shop_attributes td,
table.shop_attributes th {
    padding: 1em 1.41575em;
    text-align: left;
    vertical-align: top;
}

#respond {
    clear: both;
    padding: 1.618em;
    background-color: #f8f8f8;
    position: relative;
}

#commentform {
    margin-top: 30px;
}

table.variations {
    border-spacing: 0;
    width: 100%;
    border-collapse: separate;
}

table.variations {
    margin: 0;
}

table.variations td,
table.variations th {
    display: list-item;
    padding: 0;
    list-style: none;
    background-color: transparent;
}

table.variations .value {
    margin-bottom: 1em;
}

table.variations .variations_button {
    padding-top: 1em;
}

table.variations td.label label {
    font-weight: 500;
    color: #141414;
}

a.reset_variations {
    display: inline-block;
    margin-left: 1em;
}

.woocommerce-info {
    border-top-color: #f5b842;
}
.woocommerce-info::before {
    color: #141414;
}
.woocommerce-error, .woocommerce-info, .woocommerce-message {
    background-color: #f5f5f5;
}

.woocommerce ul.order_details {
    background: #f8f8f8;
    padding: 15px 30px;
}
.woocommerce .wc-bacs-bank-details-account-name {
    font-weight: 500;
    font-size: 18px;
}

h2.wc-bacs-bank-details-heading {
	margin-top: 40px;
}

li.cat-item-93 {
    display: none;
}
.widget_product_search h6 {
    border-bottom : 1px solid #f6b842;
}

.woocommerce-product-search input {
    width: 100%;
}

.woocommerce-product-search button {
    background-color: #f4b843;
    color: white;
    font-family: "Quicksand", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    font-size: 13px;
    font-weight: 500;
    padding: 6px 15px;
    text-transform: uppercase;
    margin-top: 10px;
}

/** Updates Anke Van Reeth **/
.inspirations {
    list-style: none;
    width: 80%;
    margin: 50px auto;
}

.inspirations li {
	margin-bottom: 50px;
}

.onsale {
	display: none;
}

.products .product .itsnew.onsale {
    display: block;
    position: absolute;
    left: auto!important;
    right: 0;
    top: 10px;
    background-color: #626262;
}

.pastilles {
    position: absolute;
    left: -35px;
    margin: 10px 0 0 0;
    padding: 0;
    z-index: 1;
}

.pastilles > div {
     display: block;
    background-color: #2F4F4F;
    list-style: none;
    color: #fff;
    padding: 3px 10px;
    text-transform: uppercase;
    font-family: "Quicksand", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    margin-bottom: 8px;
    font-size: 14px;
}

.pastilles > div:nth-of-type(2) {
	background-color: #808080;
}

.pastilles > div:nth-of-type(3) {
	background-color: #708090;
}

.pastilles > div:nth-of-type(4) {
	background-color: #696969;
}

.products .product .pastilles {
	left: 0;
}

.soldout {
	display: block;
    margin: 0 0 20px 0;
    color: #f4b843;
    font-weight: bold;
	font-size: 11px;
}

.product-category a img {
	 max-height: 110px;
    width: auto;
}

.product .cwginstock-subscribe-form .panel-primary>.panel-heading {
	background-color: #f4b843;
    border-color: #f4b843;
}

.product .cwginstock-subscribe-form .panel-primary {
	border-color: #f4b843;
}

.product .cwginstock-subscribe-form .cwgstock_button {
	background-color: #f4b843;
    color: white;
    font-family: "Quicksand", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    font-size: 16px;
    font-weight: 500;
    padding: 6px 20px;
    text-transform: uppercase;
	border: none;
}


aside .widget_product_search select {
    max-width: 100%;
    width: 100%;
    margin: 10px 0 0 0;
    -webkit-appearance: none!important;
    -webkit-border-radius: 0;
    box-sizing: border-box;
    border: 1px solid rgba(98, 98, 98, .1);
    padding: .4em .7em;
    color: #626262;
    font-size: 14px;
    background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23007CB2%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E');
	background-repeat: no-repeat, repeat;
	background-position: right .7em top 50%, 0 0;
	background-size: .65em auto, 100%;
}

aside .widget_product_search input[type="text"] {
    max-width: 100%;
    margin-bottom: 0;
    width: 100%;
    color: #626262;
    font-size: 14px;
}

aside .widget_product_search button.search-btn-bg {
    background-color: #f4b843;
    color: white;
    font-family: "Quicksand", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    font-size: 13px;
    font-weight: 500;
    padding: 6px 15px;
    text-transform: uppercase;
    margin-top: 10px;
}

.photo_slider_wrap {
    margin: 50px auto;
}

.photo_slider_wrap a.btn.btn-secondary {
    transform: translateX(-50%);
    left: 50%;
    position: absolute;
    margin-top: 10px;
}

.photo_slider .slide {
	position: relative;
    margin: 0 20px;
	 width: 800px;
    height: 600px;
	text-align: center;
}

.photo_slider .slick-slide img {
    display: inline-block;
    max-width: inherit;
    height: 100%;
}

.photo_slider .slide .label {
    position: absolute;
    top: 10px;
    left: 0;
    background: rgba(0,0,0,.0);
    width: 100%;
    padding: 6px 26px 4px;
    font-weight: 400;
    color: #000;
    font-family: "Quicksand", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    font-size: 22px;
}

.page-id-12495 .photo_slider .slide .label,
.page-id-1253 .photo_slider .slide .label,
.page-id-12496 .photo_slider .slide .label {
    display: none;
}

.photo_slider .slide a.btn.btn-secondary {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 6px 26px 4px;
    transform: none;
}

.photo_slider .slick-dots {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: -10px;
    position: absolute;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
}

.photo_slider .slick-dots li {
    padding: 0 5px;
	list-style: none;
}

.photo_slider .slick-dots li button {
    width: 30px;
    height: 2px;
    font-size: 0;
    border: none;
    background-color: #f6f4e5;
}

.photo_slider {
    position: relative;
}

.slick-next {
    font-size: 0;
    position: absolute;
    top: 50%;
    right: 0;
    background: none;
}

.slick-next:after {
    content: "\f054";
    font-family: "fontawesome";
    font-size: 20px;
    background-color: #f4b843;
    color: #141414;
    line-height: 45px;
    border-radius: 100%;
    width: 45px;
    height: 45px;
    display: block;
}


.slick-prev {
    font-size: 0;
    position: absolute;
    top: 50%;
    left: 0;
    background: none;
}

.slick-prev:after {
    content: "\f053";
    font-family: "fontawesome";
    font-size: 20px;
    background-color: #f4b843;
    color: #141414;
    line-height: 45px;
    border-radius: 100%;
    width: 45px;
    height: 45px;
    display: block;
}

.photo_slider .slick-dots li button:focus {
    outline: none;
}

.photo_slider .slick-dots li.slick-active button {
    background-color: #f4b843;
}

ul.sousrubriques_buttons {
    display: inline-block;
    list-style: none;
    text-align: center;
    margin: 20px 0 0 0;
    padding: 0;
}

.sousrubriques {
    display: inline-block;
    text-align: center;
    max-width: 100%;
}

.sousrubriques_buttons li {
    display: inline-block;
    float: left;
    background: rgba(98,98,98,.3);
    color: #414141;
    padding: 10px 15px;
    margin: 0 5px 9px;
    font-family: "Quicksand", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    font-size: 15px;
    font-weight: 500;
}

.sousrubriques_buttons li:hover {
    background: #f4b843;
    cursor: pointer;
}

.sous_rubrique {
	display: none;
}

.sousrubriques > div {
	position: relative;
	top: 0;
	transform: translate(-50%, 0);
	clear: both;
	height: 0;
	padding: 0;
	margin: 0;
	overflow: hidden;
	transition: left 1s;
	left: -999px;
}
.sousrubriques > .show {
	height: auto;
	transform: translate(-50%, 0);
	left: 50%;
}

.sousrubriques li.active {
	background: #f4b843;
}


.wp-block-buttons .wp-block-button.button-wrap.center {
	display: block;
    text-align: center;
}

.btn.pdf {
	background-color: #f4b843;
    color: white;
    font-family: "Quicksand", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    font-size: 16px;
    font-weight: 500;
    padding: 6px 20px;
    text-transform: uppercase;
}

.df-container .df-bg {
    background-color: white!important;
}

._df_book {
    margin-top: 30px;
}

.container:has(._df_book) {
    text-align: center;
}

.container:has(._df_book) > a.btn.btn-secondary{
    margin-bottom: 12px ;
}

.packs li.product-category.product {
    width: 100%;
}

.packs ul.products.columns-1 {
    display: block;
    width: 80%;
}

.packs .woocommerce .products li.product a img {
    display: none;
}

.packs .woocommerce ul.products li.product a mark.count {
    display: none;
}

.packs .woocommerce ul.products li.product {
    margin: 0;
}

.packs .woocommerce li.product-category.product {
    display: block;
    float: left;
    background: rgba(98,98,98,.3);
    color: #414141;
    padding: 10px 15px;
    font-family: "Quicksand", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    font-size: 15px;
    font-weight: 500;
    width: 100%!important;
    margin: 0 0 10px 0!important;
}

.wp-block-columns.packs {
    margin: 60px 0;
	text-align: center;
}
.packs img {
    max-height: 210px;
    width: auto;
}

.packs .wc-block-grid__product-price.price {
    display: none;
}


/* remove buttons for purchase */
form.cart .single_add_to_cart_button {
    display: none;
}

div.product form.cart .quantity .input-text {
    display: none;
}
/* remove buttons for purchase */

@media (max-width: 768px) {
	.nav-holder {
		margin-top: 0; 
	}
	.packs ul.products.columns-1 {
		width: auto;
	}
	.wp-block-columns.packs {
		overflow: hidden;
	}
	
	.packs .wc-block-grid.has-3-columns .wc-block-grid__product {
		-webkit-box-flex: 0;
		flex: auto;
		max-width: 100%;
		width: 100%;
	}
	
	.photo_slider .slide {
		height: 200px;
	}
}

/*
.nav-holder {
	margin-top: -90px;
}*/