/*!
Theme Name: Eijdems Internet SKI Child
Theme URI: https://eijdems-internet.nl/
Author: Eijdems Internet
Author URI: https://eijdems-internet.nl/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Template: eijdems-internet-ski
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
/
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.
/
Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

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

@import url("https://fonts.googleapis.com/css?family=Lato:300,300i,400,400i,700,700i,900,900i%7cNova+Square%7cOpen+Sans:300,300i,400,400i,600,600i,700,700i,800,800i&display=swap");

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: bold;
}

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

dfn {
    font-style: italic;
}

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

h1 {
    font-size: 2em;
    margin: .67em 0;
}

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

mark {
    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;
}

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

.woocommerce-MyAccount-navigation ul,
#ski-search-sidebar .product-categories,
#ski-search-sidebar .woocommerce-widget-layered-nav-list,
.site-footer .menu,
.site-footer .textwidget ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.woocommerce-MyAccount-navigation ul li,
#ski-search-sidebar .product-categories li,
#ski-search-sidebar .woocommerce-widget-layered-nav-list li,
.site-footer .menu li,
.site-footer .textwidget ul li {
    padding: 0;
    margin: 0;
    position: inherit;
}

.woocommerce-MyAccount-navigation ul li:before,
#ski-search-sidebar .product-categories li:before,
#ski-search-sidebar .woocommerce-widget-layered-nav-list li:before,
.site-footer .menu li:before,
.site-footer .textwidget ul li:before {
    content: "";
    font: inherit;
    position: inherit;
    top: auto;
    left: auto;
}

.clearfix:after,
dl:after,
.navigation-single:after,
.container:after {
    content: "";
    display: block;
    clear: both;
}

input[type="text"],
input[type="tel"],
input[type="email"],
input[type="search"],
input[type="password"],
textarea,
a,
.btn,
.ski-header-login-form input[type="submit"],
.woocommerce-MyAccount-content .woocommerce-Address-title a.edit,
button,
.quantity .quantity-button,
.site-header,
.site-header .logo,
.main-navigation,
.main-navigation:before,
.main-navigation .navigation-main > li > a:after,
.ski-search-login,
.ski-mini-cart,
.woocommerce .products .ski-slider-img > a:after,
.woocommerce .products .ski-product-excerpt,
.left-accordion .slide-out-div {
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.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: #434343;
    background: #fff;
    font: 16px/1.55 "Lato", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    min-width: 320px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

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

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

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

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

th,
td {
    border: 1px solid #a1a1a1;
    padding: .5em;
    text-align: left;
    vertical-align: top;
}

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

ul:not([class]) {
    list-style: none;
    padding: 0;
    margin: 0 0 30px;
}

ul:not([class]) li {
    padding: 0 0 0 15px;
    margin: 0 0 5px;
    position: relative;
}

ul:not([class]) li:before {
    font-family: "FontAwesome";
    content: "";
    font-weight: normal;
    line-height: 1;
    font-size: 14px;
    position: absolute;
    top: 6px;
    left: 0;
}

ul:not([class]) li:last-child {
    margin-bottom: 0;
}

ul:not([class]) li a {
    color: #a1a1a1;
}

ul:not([class]) li a:hover {
    color: #248bd3;
}

ul:not([class]) ul {
    list-style: none;
    margin: 0;
    padding: 5px 0;
}

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

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

dl dd {
    overflow: hidden;
}

pre {
    max-width: 100%;
}

form,
fieldset {
    margin: 0;
    padding: 0;
    border-style: none;
}

input[type="text"],
input[type="tel"],
input[type="email"],
input[type="search"],
input[type="password"],
textarea {
    width: 100%;
    height: 40px;
    font-size: 16px;
    line-height: 22px;
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    box-sizing: border-box;
    border: 1px solid #e1e1e1;
    padding: 10px;
}

input[type="text"]:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
input[type="search"]:focus,
input[type="password"]:focus,
textarea:focus {
    border-color: #248bd3;
    box-shadow: 0 0 8px rgba(36, 139, 211, .5);
}

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: #ccc;
}

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: #ccc;
}

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: #ccc;
}

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: #ccc;
}

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

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

textarea {
    height: 120px;
    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;
}

.main-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

#ski-search-content {
    width: 100%;
    max-width: 700px;
    margin: 0 auto;
    padding: 0 0 30px;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
}

#ski-search-content:only-child {
    width: 100%;
}

#ski-search-sidebar {
    width: 100%;
    max-width: 700px;
    margin: 0 auto;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
}

#ski-search-sidebar #wp-calendar {
    width: 100%;
}

.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 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 15px;
}

.search-form:last-child {
    margin-bottom: 0;
}

.search-form label {
    display: block;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.search-form .search-btn {
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.comment-form input[type="submit"],
.post-password-form input[type="submit"],
.search-form input[type="submit"] {
    min-width: 72px;
    height: 40px;
    padding: 10px;
    padding: 10px 15px;
    font-size: 12px;
    line-height: 20px;
    font-weight: 500;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
    background: #248bd3;
    border: none;
}

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

.commentlist {
    margin: 0 0 1.55em;
}

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

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

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

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

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

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

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

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

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

.navigation .page-numbers,
.navigation-comments .page-numbers {
    display: inline-block;
    vertical-align: middle;
    padding: 0 .4em;
}

.navigation .next,
.navigation .prev,
.navigation-comments .next,
.navigation-comments .prev {
    display: inline-block;
    vertical-align: middle;
    max-width: 48%;
    background: #248bd3;
    color: #fff;
    padding: .4em;
    text-decoration: none;
}

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

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

.navigation-single .next,
.navigation-single .prev {
    float: left;
    vertical-align: middle;
    max-width: 48%;
    background: #248bd3;
    color: #fff;
    text-decoration: none;
}

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

.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 #a1a1a1;
    padding: .4em;
    margin-bottom: 1.55em;
}

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

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

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

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

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

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

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

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

.lead {
    font-size: 20px;
    line-height: 24px;
}

.small {
    font-size: 12px;
    line-height: 15px;
}

/* =====================
   Top Bar
   ====================== */

.vc_row {
    margin-left: -15px;
    margin-right: -15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
}

.vc_float-right {
    float: right;
}

.vc_float-left {
    float: left;
}

#topbar .contact-info a {
    text-decoration: none;
}

#topbar {
    background: #fff;
    padding: 10px 0;
    border-bottom: 1px solid #eee;
    font-size: 14px;
}

#topbar .contact-info a {
    line-height: 1;
    color: #555;
}

#topbar .contact-info a:hover {
    color: #50d8af;
}

#topbar .contact-info i {
    color: #50d8af;
    padding: 4px;
}

#topbar .contact-info .fa-phone {
    padding-left: 20px;
    margin-left: 20px;
    border-left: 1px solid #e9e9e9;
}

#topbar .social-links a {
    color: #555;
    padding: 4px 12px;
    display: inline-block;
    line-height: 1px;
    border-left: 1px solid #e9e9e9;
}

#topbar .social-links a:hover {
    color: #50d8af;
}

#topbar .social-links a:first-child {
    border-left: 0;
}

/* =====================
   Header
   ====================== */

.top-bar .social-media {
    text-align: right;
}

.top-bar .social-media ul li a {
    color: #000;
}

.max-topbar {
    max-width: 1200px;
    margin: 0 auto;
}

ul.contact-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
    margin-bottom: 0;
    padding-left: 0;
    margin-left: 0;
}

ul.contact-info li {
    margin-right: 20px;
}

ul.contact-info li a {
    text-decoration: none;
}

ul.contact-info li a i {
    color: #ccc;
}

.top-bar {
    background: #f7f7f7;
    padding: 5px 0;
}

ul.contact-info li a {
    color: #000;
}

ul.contact-info li i {
    margin-right: 10px;
}

.social-links a {
    margin-left: 10px;
    color: #23282d;
}

.search-open {
    position: absolute;
    right: 0;
}

/* =====================
   Search
   ====================== */

span.search-open,
span.search-close {
    cursor: pointer;
}

.header-search {
    display: none;
    width: 100%;
    background-color: #1b1a1aa1;
    z-index: 1;
}

.header-search input[type="search"] {
    width: 100%;
    border: none;
    border-radius: 0;
    background: #0000;
    padding-left: 40px;
    color: #fff;
    font-size: 20px;
    height: 70px;
    outline: none;
}

.header-search input[type="search"]::-webkit-input-placeholder {
    color: #fff;
}

.header-search input[type="search"]:-ms-input-placeholder {
    color: #fff;
}

.header-search input[type="search"]::placeholder {
    color: #fff;
}

.search-close {
    width: 100%;
    padding: 3px 20px;
    font-size: 30px;
    line-height: 60px;
    color: #fff;
}

.header-search {
    position: absolute;
    top: 0;
}

.header-search .search-close-icon {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0 0;
    bottom: 0;
    background: #1b1a1a;
}

/*extra*/

.compare-button-ski a.compare,
a#yith-wcqv-button-ski {
    display: block;
}

/*a.compare {
    display: none;
}*/

a.button.yith-wcqv-button {
    display: none !important;
}

.wpb_content_element {
    margin-bottom: 0 !important;
}

ul.tabs.wc-tabs {
    display: none;
}

body {
    font-weight: 500;
}

a,
.btn,
.ski-header-login-form input[type="submit"],
.woocommerce-MyAccount-content .woocommerce-Address-title a.edit,
button {
    text-decoration: none;
}

a:focus,
a:active,
.btn:focus,
.ski-header-login-form input:focus[type="submit"],
.woocommerce-MyAccount-content .woocommerce-Address-title a.edit:focus,
.btn:active,
.ski-header-login-form input:active[type="submit"],
.woocommerce-MyAccount-content .woocommerce-Address-title a.edit:active,
button:focus,
button:active {
    outline: none;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
.h {
    font-weight: bold;
    line-height: 1.2;
    font-family: "Nova Square", cursive, "Lato", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    margin: 0 0 .5em;
    color: inherit;
}

h1:last-child,
.h1:last-child,
h2:last-child,
.h2:last-child,
h3:last-child,
.h3:last-child,
h4:last-child,
.h4:last-child,
h5:last-child,
.h5:last-child,
h6:last-child,
.h6:last-child,
.h:last-child {
    margin-bottom: 0 !important;
}

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

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

h3,
.h3 {
    font-size: 20px;
    line-height: 1.55;
}

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

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

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

p {
    margin: 0 0 1.5em;
}

p:last-child {
    margin-bottom: 0 !important;
}

a {
    color: #434343;
}

a:hover {
    color: #207dbd;
}

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

.container {
    max-width: 100%;
    padding: 0 10px;
    margin: 0 auto;
    position: relative;
}

.btn,
.ski-header-login-form input[type="submit"],
.woocommerce-MyAccount-content .woocommerce-Address-title a.edit,
.button {
    min-width: 125px;
    padding: 10px 15px !important;
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    line-height: 18px;
    font-weight: 500;
    text-transform: uppercase;
    text-align: center;
    color: #fff !important;
    background: #248bd3 !important;
    border: 1px solid #248bd3 !important;
    border-radius: 5px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.btn:hover,
.ski-header-login-form input:hover[type="submit"],
.woocommerce-MyAccount-content .woocommerce-Address-title a.edit:hover,
.button:hover {
    color: #248bd3 !important;
    background: transparent !important;
}

#breadcrumbs {
    max-width: 100%;
    padding: 20px 10px;
    margin: 0 auto 20px;
    position: relative;
    font-size: 11px;
    line-height: 1.35;
    font-weight: 600;
    color: #434343;
    text-transform: uppercase;
}

#breadcrumbs:before {
    content: "";
    position: absolute;
    top: -70px;
    left: -9999px;
    right: -9999px;
    bottom: 0;
    background: #f1f1f1;
    z-index: -1;
}

#breadcrumbs a {
    color: #a1a1a1;
    margin-right: 35px;
    position: relative;
}

#breadcrumbs a:hover {
    color: inherit;
}

#breadcrumbs a:after {
    font-family: "FontAwesome";
    content: "";
    font-weight: normal;
    line-height: 1;
    position: absolute;
    right: -25px;
    top: 2px;
    pointer-events: none;
    color: #a1a1a1;
}

.quantity {
    max-width: 100%;
    width: 180px;
    height: 40px;
    position: relative;
    padding: 0 39px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.quantity input[type="number"] {
    width: 100% !important;
    height: 40px;
    padding: 5px 10px;
    font-size: 18px;
    line-height: 28px;
    color: #a1a1a1;
    border-radius: 0;
    border: 1px solid #e1e1e1;
    -moz-appearance: textfield;
}

.quantity input[type="number"]::-webkit-inner-spin-button,
.quantity input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.quantity .quantity-button {
    width: 40px;
    height: 40px;
    padding: 5px;
    font-size: 20px;
    line-height: 28px;
    color: #a1a1a1;
    text-align: center;
    border: 1px solid #e1e1e1;
    cursor: pointer;
    position: absolute;
    top: 0;
}

.quantity .quantity-button:hover {
    color: #fff;
    background: #248bd3;
    border-color: transparent;
}

.quantity .quantity-up {
    right: 0;
    border-radius: 0 3px 3px 0;
}

.quantity .quantity-down {
    left: 0;
    border-radius: 3px 0 0 3px;
}

.error-404 {
    margin: 0 0 20px;
    text-align: center;
    position: relative;
}

.error-404:before {
    content: "Oops!";
    color: #a1a1a1;
    font-size: 100px;
    line-height: 1.2;
    display: block;
}

.error-404 .search-form {
    max-width: 400px;
    margin: 0 auto;
}

#wrapper {
    overflow: hidden;
}

#page {
    overflow: hidden;
}

.home #page {
    padding-top: 0;
}

.site-header {
    width: 100%;
    min-width: 320px;
    padding: 10px 0;
    color: #fff;
    background: #272727;
    position: relative;
    top: 0;
    left: 0;
    z-index: 999;
}

.site-header .container {
    max-width: 98%;
}

.site-header .logo {
    width: 6.7vw;
}

.site-header .logo img {
    width: 100%;
    max-width: none;
    height: auto;
    display: block;
}

.site-header .vc_row {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.site-header .vc_col-sm-10 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.site-header .ski-menu {
    width: auto;
    padding: 0;
    position: static;
}

.site-header .header-top-cart {
    width: auto;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin: 0 44px 0 15px;
    position: static;
}

.main-navigation {
    width: auto;
    float: none;
}

.main-navigation:before {
    width: 100%;
    height: 100%;
    content: "";
    background: rgba(0, 0, 0, .5);
    position: fixed;
    top: 0;
    left: 0;
    visibility: hidden;
    opacity: 0;
    z-index: 998;
}

.main-navigation.toggled:before {
    visibility: visible;
    opacity: 1;
}

.main-navigation.toggled .menu-toggle {
    position: fixed;
    top: 10px;
    right: 275px;
}

.main-navigation.toggled .navigation-main {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}

.main-navigation .menu-toggle {
    width: 34px;
    height: 34px;
    padding: 3px 5px 1px;
    position: absolute;
    right: 15px;
    top: 0;
    background: #fff;
    border-radius: 3px;
    -webkit-transition: right linear .3s;
    transition: right linear .3s;
    z-index: 999;
}

.main-navigation .menu-toggle .fa {
    color: #248bd3;
    line-height: 1;
    font-size: 24px;
}

.main-navigation .navigation-main {
    width: 270px;
    padding: 10px;
    background: #fff;
    display: block !important;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    overflow-y: auto;
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    -webkit-transition: all linear .3s;
    transition: all linear .3s;
    z-index: 999;
}

.main-navigation .navigation-main > li {
    margin: 0 0 3px;
    float: none;
}

.main-navigation .navigation-main > li:hover > a,
.main-navigation .navigation-main > li > a:hover {
    color: #fff;
    background: #000;
    border-color: #000;
}

.main-navigation .navigation-main > li:hover > a:after,
.main-navigation .navigation-main > li > a:hover:after {
    border-color: transparent;
}

.main-navigation .navigation-main > li > a {
    display: block;
    padding: 10px 40px 10px 20px;
    font-weight: 500;
    font-size: 14px;
    line-height: 1.35;
    color: #000;
    text-transform: uppercase;
    border: 1px solid #e1e1e1;
    position: relative;
}

.main-navigation .navigation-main > li > a:after {
    width: 32px;
    font-family: "FontAwesome";
    content: "";
    font-weight: normal;
    line-height: 1;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    border-left: 1px solid #e1e1e1;
    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;
    transform: rotate(90deg);
}

.main-navigation .navigation-main li:hover > .sub-menu {
    display: block;
}

.main-navigation .navigation-main .sub-menu {
    min-width: 189px;
    margin: 3px 0 0;
    padding: 1px 21px;
    font-size: 14px;
    line-height: 1.35;
    font-weight: 500;
    float: none;
    background: #fff;
    border: 1px solid #e1e1e1;
    box-shadow: 0 2px 5px #ccc;
    box-shadow: none;
    position: static;
    display: none;
}

.main-navigation .navigation-main .sub-menu .sub-menu {
    margin: 0 0 3px;
}

.main-navigation .navigation-main .sub-menu li {
    float: none;
    border-bottom: 1px solid #e9e9e9;
}

.main-navigation .navigation-main .sub-menu li:last-child {
    border: none;
}

.main-navigation .navigation-main .sub-menu li:hover > a,
.main-navigation .navigation-main .sub-menu li a:hover {
    color: #248bd3;
}

.main-navigation .navigation-main .sub-menu li.menu-item-has-children > a {
    padding-right: 10px;
}

.main-navigation .navigation-main .sub-menu li.menu-item-has-children > a:after {
    font-family: "FontAwesome";
    content: "";
    font-weight: normal;
    line-height: 1;
    font-size: 14px;
    position: absolute;
    top: 50%;
    right: 2px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.main-navigation .navigation-main .sub-menu li a {
    width: auto;
    display: block;
    padding: 10px 0;
    color: #a1a1a1;
    position: relative;
}

.header-top-cart {
    padding: 0 !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    self-align: center;
}

.ski-search-login {
    height: 34px;
    color: #a1a1a1;
    background: transparent;
    border-radius: 3px;
    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;
}

.ski-header-login {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-right: 1px solid #606060;
}

.ski-header-login .ski-signin {
    max-width: 80px;
    padding: 0 10px;
    font-size: 14px;
    line-height: 1.2;
    color: #a1a1a1;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.ski-header-login .ski-signin + .ski-signin {
    position: relative;
    display: none;
}

.ski-header-login .ski-signin + .ski-signin:before {
    content: "|";
    color: #a1a1a1;
    position: absolute;
    top: 0;
    left: -1px;
}

.ski-header-login .ski-signin > i.fa,
.ski-header-login .ski-signin a {
    color: #a1a1a1;
}

.ski-header-login .ski-signin > i.fa:hover,
.ski-header-login .ski-signin a:hover {
    color: #248bd3;
}

.ski-header-login .ski-signin .fa {
    font-size: 18px;
    cursor: pointer;
}

.ski-header-login-form {
    width: 260px;
    padding: 17px 20px;
    background: #fff;
    border-radius: 5px;
    font-size: 14px;
    position: absolute;
    top: 100%;
    right: 15px;
    display: none;
}

.form-active .ski-header-login-form {
    display: block;
}

.ski-header-login-form p {
    margin-bottom: 10px;
}

.ski-header-login-form p a {
    color: inherit;
}

.ski-header-login-form p a:hover {
    color: #248bd3;
}

.ski-header-login-form input[type="text"],
.ski-header-login-form input[type="email"],
.ski-header-login-form input[type="password"] {
    height: 40px;
    padding-top: 8px;
    padding-bottom: 8px;
    border-radius: 3px;
}

.ski-search-form {
    max-width: calc(100vw - 30px);
    width: 500px;
    padding: 12px;
    background: #fff;
    border-radius: 3px;
    position: absolute;
    top: 100%;
    right: 15px;
    display: none;
}

.form-active .ski-search-form {
    display: block;
}

.ski-header-search .ski-search-icon {
    padding: 0 10px;
    font-size: 18px;
    position: relative;
    cursor: pointer;
}

.ski-header-search .ski-search-icon:hover {
    color: #248bd3;
}

.ski-header-search .ski-search-icon:before {
    content: "|";
    color: #a1a1a1;
    position: absolute;
    top: 0;
    left: -1px;
}

.ski-header-search .search-btn {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    position: relative;
}

.ski-mini-cart {
    width: 34px;
    height: 34px;
    border-radius: 3px;
    color: #a1a1a1;
    background: #79c3f2;
    position: relative;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin: 0 0 0 10px;
}

.ski-mini-cart:hover {
    color: #fff;
    background: #248bd3;
    cursor: pointer;
}

.ski-mini-cart:hover .fa {
    color: #fff;
}

.ski-mini-cart:hover .ski-cart-amount {
    color: #248bd3;
    background: #fff;
}

.ski-mini-cart:hover .ski-sub-menu-cart {
    display: block;
}

.ski-mini-cart .fa {
    font-size: 13px;
    color: #248bd3;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.ski-mini-cart .ski-cart-amount {
    padding: 2px;
    min-width: 20px;
    font: 10px/16px "Nova Square", cursive, "Lato", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    text-align: center;
    color: #fff;
    background: #000;
    border-radius: 20px;
    position: absolute;
    top: 22px;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.ski-sub-menu-cart {
    width: 290px;
    max-height: calc(100vh - 60px);
    padding: 10px 15px;
    font-weight: 500;
    text-align: center;
    color: #272727;
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 2px 5px #ccc;
    overflow-y: auto;
    position: absolute;
    top: 100%;
    right: -43px;
    display: none;
}

.ski-sub-menu-cart hr {
    display: none;
}

.ski-sub-menu-cart .subtotal {
    width: 100%;
    font-size: 18px;
    padding: 5px 0;
    margin: 0 0 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #a1a1a1;
    text-transform: uppercase;
}

.ski-sub-menu-cart .subtotal > span {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding: 0 0 0 5px;
    color: #000;
    text-align: right;
}

.ski-sub-menu-cart .wrapper_bottom_button {
    margin: 0 -15px -10px;
    padding: 15px;
    background: #248bd3;
}

.ski-sub-menu-cart .wrapper_bottom_button .btn,
.ski-sub-menu-cart .wrapper_bottom_button .ski-header-login-form input[type="submit"],
.ski-header-login-form .ski-sub-menu-cart .wrapper_bottom_button input[type="submit"],
.ski-sub-menu-cart .wrapper_bottom_button .woocommerce-MyAccount-content .woocommerce-Address-title a.edit,
.woocommerce-MyAccount-content .woocommerce-Address-title .ski-sub-menu-cart .wrapper_bottom_button a.edit {
    color: #fff !important;
    border-color: #fff !important;
    background: transparent !important;
}

.ski-sub-menu-cart .wrapper_bottom_button .btn:hover,
.ski-sub-menu-cart .wrapper_bottom_button .ski-header-login-form input:hover[type="submit"],
.ski-header-login-form .ski-sub-menu-cart .wrapper_bottom_button input:hover[type="submit"],
.ski-sub-menu-cart .wrapper_bottom_button .woocommerce-MyAccount-content .woocommerce-Address-title a.edit:hover,
.woocommerce-MyAccount-content .woocommerce-Address-title .ski-sub-menu-cart .wrapper_bottom_button a.edit:hover {
    color: #248bd3 !important;
    background: #fff !important;
}

.ski-sub-menu-cart .ski-mini-cart-btn {
    display: inline-block;
    vertical-align: top;
    padding: 5px;
}

.ski-sub-menu-cart .btn,
.ski-sub-menu-cart .ski-header-login-form input[type="submit"],
.ski-header-login-form .ski-sub-menu-cart input[type="submit"],
.ski-sub-menu-cart .woocommerce-MyAccount-content .woocommerce-Address-title a.edit,
.woocommerce-MyAccount-content .woocommerce-Address-title .ski-sub-menu-cart a.edit {
    min-width: inherit;
}

.ski-mini-cart-item-content {
    padding: 10px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    border-bottom: 1px solid #e1e1e1;
}

.ski-mini-cart-item-content:last-child {
    border: none;
}

.ski-mini-cart-item-content a.remove {
    width: 20px !important;
    height: 20px !important;
    padding: 1px;
    font-size: 18px !important;
    line-height: 1;
    color: #fff !important;
    background: #434343;
    box-shadow: 0 0 5px rgba(255, 255, 255, .5);
    border-radius: 100%;
    position: absolute;
    top: 5px;
    left: -10px;
}

.ski-mini-cart-item-content .ski-mini-cart-item-img {
    width: 100px;
    margin: 0 10px 0 5px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.ski-mini-cart-item-content .ski-mini-cart-item-img img {
    display: block;
}

.ski-mini-cart-item-content .mini-cart-item_body {
    font-size: 14px;
    color: #a1a1a1;
    text-align: left;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
}

.ski-mini-cart-item-content .mini-cart-item_body .cart-item-price {
    font-size: 16px;
    color: #434343;
}

#main {
    padding-bottom: 30px;
}

.home #main {
    padding-bottom: 0;
}

.page-header {
    text-align: center;
    margin: 0 0 20px;
}

.ski-banner-img {
    height: auto !important;
    padding-top: 32.35%;
}

.home .site-content > .container {
    max-width: none;
}

.img-effect-line a {
    position: relative;
}

.img-effect-line a:hover:before,
.img-effect-line a:hover:after {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
}

.img-effect-line a:before,
.img-effect-line a:after {
    content: "";
    position: absolute;
    top: 10px;
    left: 10px;
    right: 10px;
    bottom: 10px;
    border-style: solid;
    border-color: #fff;
    pointer-events: none;
    -webkit-transition: all .4s ease-in-out 0s;
    transition: all .4s ease-in-out 0s;
}

.img-effect-line a:before {
    -webkit-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    transform: scale(0, 1);
    border-width: 1px 0;
}

.img-effect-line a:after {
    -webkit-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    transform: scale(1, 0);
    border-width: 0 1px;
}

.img-effect-overlay .wpb_single_image {
    margin: 0 !important;
}

.img-effect-overlay .vc_figure {
    display: block !important;
}

.img-effect-overlay a {
    position: relative;
}

.img-effect-overlay a:hover:before,
.img-effect-overlay a:hover:after {
    width: 100%;
    height: 100%;
}

.img-effect-overlay a:before,
.img-effect-overlay a:after {
    width: 0;
    height: 0;
    content: "";
    position: absolute;
    background: #000;
    opacity: .18;
    pointer-events: none;
    -webkit-transition: all .5s ease 0s;
    transition: all .5s ease 0s;
}

.img-effect-overlay a:before {
    border-width: 1px 0;
    top: 0;
    left: 0;
}

.img-effect-overlay a:after {
    border-width: 0 1px;
    bottom: 0;
    right: 0;
}

.img-effect-overlay a img {
    width: 100%;
    max-width: none;
    height: auto;
    display: block;
}

.entry-content .vc_col-sm-6 {
    width: 100%;
}

.wcpscwc-product-slider-wrap {
    padding: 50px 8.333% 0;
}

.wcpscwc-product-slider .slider-title h3 {
    color: #000;
    border-color: #248bd3;
    line-height: 30px;
}

.woocommerce .products {
    margin-left: -10px !important;
    margin-right: -10px !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
}

.woocommerce .products .slick-list {
    padding: 30px 0 10px;
}

.woocommerce .products .slick-track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.woocommerce .products .product {
    float: none;
    height: auto;
    padding: 0 10px !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.woocommerce .products .product .product-item {
    width: 100%;
}

.woocommerce .products > .product {
    width: 50% !important;
}

.woocommerce .products .product-item {
    border: 1px solid #e1e1e1;
    border-radius: 5px;
    overflow: hidden;
}

.woocommerce .products .product-item:hover {
    box-shadow: 0 0 10px #d4d4d4;
}

.woocommerce .products .product-item:hover .ski-slider-img > a:after {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    visibility: visible;
}

.woocommerce .products .product-item:hover .ski-product-icons {
    bottom: -5px;
    opacity: 1;
}

.woocommerce .products .product-item:hover .ski-product-excerpt {
    max-height: 400px;
}

.ski-attri {
    width: 100%;
    background: #d8d8d8;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 5%;
    padding: 5px;
}
.ski-attri span {
    font-weight: 600;
    font-size: 14px;
}
.woocommerce .products .ski-slider-img {
    position: relative;
    padding-top: 100%;
}

.woocommerce .products .ski-slider-img > a,
.woocommerce ul.products li.product .ski-slider-img a.woocommerce-loop-product__link {
    height: 100%;
    position: absolute;
    top: 5px;
    right: 0;
    bottom: 0;
    left: 0;
    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;
}

.woocommerce .products .ski-slider-img > a:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #000;
    opacity: .6;
    visibility: hidden;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    z-index: 3;
}

.woocommerce .products .ski-slider-img > a.compare {
    display: none;
}

.woocommerce .products .ski-slider-img img {
    max-width: 100%;
    max-height: 100%;
    width: auto !important;
    height: auto !important;
    margin: 0 !important;
}

.woocommerce .products .ski-product-icons {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    z-index: 4;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: all linear .5s;
    transition: all linear .5s;
    pointer-events: none;
    flex-wrap: wrap;
    row-gap: 5px;
}

.woocommerce .products .ski-product-icons a {
    width: 30px;
    height: 30px;
    padding: 3px !important;
    margin: 5px 4px !important;
    color: #fff;
    border: 1px solid #fff;
    background: transparent;
    position: relative;
    border-radius: 3px;
    pointer-events: auto;
    overflow: hidden;
}

.woocommerce .products .ski-product-icons a:hover {
    background: #248bd3;
    border-color: #248bd3;
}

.woocommerce .products .ski-product-icons a .fa {
    font-size: 14px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.woocommerce .products .ski-product-icons .woocommerce-LoopProduct-link {
    display: none !important;
}

.woocommerce .products .ski-product-icons .product {
    padding: 0 !important;
}

.woocommerce .products .ski-slider-content {
    padding: 15px 10px 10px;
    text-align: center;
    color: #000;
}

.woocommerce .products .ski-slider-content .woocommerce-loop-product__title,
.woocommerce .products .ski-slider-content h2 {
    padding: 0 !important;
    min-height: 65px;
    font: 14px/1.35 "Open Sans", cursive, "Lato", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    margin: 0 0 10px;
}

.woocommerce .products .ski-slider-content .price {
    font-family: Raleway, Helvetica Neue, Helvetica, Arial, sans-serif;
    line-height: 1;
    height: 55px;
    display: flex !important;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
}
.woocommerce .products .product-type-simple:not(.sale) .price {
    flex-direction: row;
    align-items: flex-end;
    justify-content: center;
}
.woocommerce .products .ski-slider-content .price del {
    display: block !important;
    font-size: 12px;
    line-height: 32px;
    opacity: 1 !important;
    color: #707070 !important;
    text-decoration: none;
    position: relative;
    letter-spacing: 2px;
}

.woocommerce .products .ski-slider-content .price ins {
    display: block !important;
}
ins > span,
.price > span {
    font-size: 14px;
    color: #010101;
    font-weight: 500;
    letter-spacing: 1.4px;
}
ins span.woocommerce-Price-amount.amount,
.product-type-simple:not(.sale) span.woocommerce-Price-amount.amount {
    font-size: 18px;
    color: #958e09;
    letter-spacing: 3px;
    font-weight: 600;
}
.woocommerce .products .ski-product-excerpt {
    overflow: hidden;
    max-height: 0;
}

.woocommerce .products .slick-arrow {
    width: 32px;
    height: 32px;
    padding: 0;
}

.woocommerce .products .slick-prev {
    right: 35px;
}

.woocommerce .products .slick-next {
    right: 0;
}

.subscribe-section {
    color: #fff;
    padding: 25px 0 0 !important;
    display: block;
}

.subscribe-section .vc_column-inner {
    padding-top: 0 !important;
    padding-bottom: 10px;
}

.subscribe-section .wpb_wrapper {
    font: 300 20px/1.55 "Open Sans", cursive, "Lato", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    letter-spacing: 2px;
}

.subscribe-section h4 {
    display: inline-block;
    vertical-align: top;
    font-size: 26px;
    line-height: 1.2;
    font-weight: normal;
    border-bottom: 1px solid #fff;
    margin: 0 0 10px;
}

.subscribe-section .mc4wp-form-fields {
    max-width: 535px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 0 15px;
}

.subscribe-section .mc4wp-form-fields p {
    margin: 0;
}

.subscribe-section .mc4wp-form-fields p:first-child {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.subscribe-section .mc4wp-form-fields input[type="email"],
.subscribe-section .mc4wp-form-fields input[type="text"] {
    height: 45px;
    padding: 10px 25px;
    font-size: 14px;
    line-height: 23px;
    color: #fff;
    background: #7184a8;
    border-color: transparent;
}

.subscribe-section .mc4wp-form-fields input[type="email"]:focus,
.subscribe-section .mc4wp-form-fields input[type="text"]:focus {
    border-color: #fff;
}

.subscribe-section .mc4wp-form-fields input[type=submit] {
    height: 45px;
    padding: 8px 17px;
    background: none;
    letter-spacing: 1px;
    font: 20px/29px "Open Sans", cursive, "Lato", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    color: #fff;
    border: none;
}

.subscribe-section .mc4wp-form-fields input[type=submit]:hover {
    background: #248bd3;
}

.woocommerce nav.woocommerce-pagination ul {
    border: none;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.woocommerce nav.woocommerce-pagination ul li {
    margin: 0 0 0 3px;
    border: none;
}

.woocommerce nav.woocommerce-pagination ul li span,
.woocommerce nav.woocommerce-pagination ul li a {
    min-width: 31px;
    height: 35px;
    padding: 5px 11px;
    font-size: 16px;
    line-height: 25px;
    color: #434343;
    background: #f1f1f1;
    border-radius: 3px;
    border: none;
    margin: 0;
    text-align: center;
    position: relative;
}

.woocommerce nav.woocommerce-pagination ul li span.prev,
.woocommerce nav.woocommerce-pagination ul li span.next,
.woocommerce nav.woocommerce-pagination ul li a.prev,
.woocommerce nav.woocommerce-pagination ul li a.next {
    font-size: 0;
    position: relative;
}

.woocommerce nav.woocommerce-pagination ul li span.prev:before,
.woocommerce nav.woocommerce-pagination ul li span.next:before,
.woocommerce nav.woocommerce-pagination ul li a.prev:before,
.woocommerce nav.woocommerce-pagination ul li a.next:before {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.woocommerce nav.woocommerce-pagination ul li span.prev:before,
.woocommerce nav.woocommerce-pagination ul li a.prev:before {
    font-family: "FontAwesome";
    content: "";
    font-weight: normal;
    line-height: 1;
    font-size: 16px;
}

.woocommerce nav.woocommerce-pagination ul li span.next:before,
.woocommerce nav.woocommerce-pagination ul li a.next:before {
    font-family: "FontAwesome";
    content: "";
    font-weight: normal;
    line-height: 1;
    font-size: 16px;
}

.woocommerce nav.woocommerce-pagination ul li span.current,
.woocommerce nav.woocommerce-pagination ul li a:hover {
    color: #fff;
    background: #248bd3;
}

.woocommerce .single-product {
    margin: 0 0 40px;
}
.single-product del {
    padding-right: 10px;
}
.woocommerce .single-product .woocommerce-Tabs-panel {
    color: #a1a1a1;
}

.woocommerce .single-product .woocommerce-Tabs-panel h2 {
    font-size: 25px;
    font-family: Raleway, Helvetica Neue, Helvetica, Arial, sans-serif;
    color: #434343;
}

.woocommerce .single-product .woocommerce-Tabs-panel div:not([class]) span {
    color: inherit !important;
}

.woocommerce .single-product .woocommerce-product-gallery {
    padding: 0 !important;
}

.woocommerce .single-product .woocommerce-product-gallery .woocommerce-product-gallery__trigger {
    width: 33px !important;
    height: 33px !important;
    padding: 5px;
    color: #a1a1a1;
    text-indent: 0 !important;
    right: 0 !important;
    bottom: 0;
    top: auto !important;
}

.woocommerce .single-product .woocommerce-product-gallery .woocommerce-product-gallery__trigger:hover {
    color: #434343;
}

.woocommerce .single-product .woocommerce-product-gallery .woocommerce-product-gallery__trigger:before {
    width: auto !important;
    height: auto !important;
    font-family: "FontAwesome";
    content: "" !important;
    font-weight: normal;
    line-height: 1;
    font-size: 23px;
    border: none !important;
    top: 5px !important;
    left: 5px !important;
    border-radius: 0 !important;
}

.woocommerce .single-product .woocommerce-product-gallery .woocommerce-product-gallery__trigger:after {
    display: none !important;
}

.woocommerce .single-product .woocommerce-product-gallery .woocommerce-product-gallery__trigger img {
    display: none !important;
    position: absolute;
    top: -9999px;
    left: -9999px;
}

.woocommerce .single-product .woocommerce-product-gallery .flex-control-thumbs li {
    width: 120px !important;
    height: 120px !important;
    padding: 10px;
    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;
}

.woocommerce .single-product .woocommerce-product-gallery .flex-control-thumbs li img {
    margin: 0 !important;
}

.woocommerce .single-product .summary {
    position: relative;
}

.woocommerce .single-product .summary.woo-title {
    padding: 10px 20px 0;
    border: 1px solid #e1e1e1;
    border-radius: 5px;
}

.woocommerce .single-product .summary h1 {
    font-family: Raleway, Helvetica Neue, Helvetica, Arial, sans-serif;
    margin: 0 0 10px;
}

.woocommerce .single-product .summary .woocommerce-product-details__short-description {
    color: #a1a1a1;
    margin: 0 0 36px;
}

.woocommerce .single-product .summary .price {
    font-size: 34px;
    line-height: 43px;
    margin: 0 0 17px;
    color: #434343;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.woocommerce .single-product .summary .price del {
    width: 100%;
    position: relative;
    font-size: 23px;
    line-height: 1.26;
    margin-bottom: 10px;
    color: #a1a1a1;
    opacity: 1;
    text-decoration: none;
    margin: 0;
}

.woocommerce .single-product .summary .price del:after {
    width: 28%;
    height: calc(48% - 1px);
    border-top: 1px solid #a1a1a1;
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    -webkit-transform: rotateZ(-9deg);
    -ms-transform: rotate(-9deg);
    transform: rotateZ(-9deg);
    margin: 0 auto;
}

.woocommerce .single-product .summary .price span:not([class]) {
    font-size: 16px;
    line-height: 25px;
    font-weight: 600;
    color: #ccc;
    padding: 12px 5px 0;
}

.woocommerce .single-product .summary .wpss_social_share_buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -20px;
    border-top: 1px solid #e1e1e1;
}

.woocommerce .single-product .summary .wpss_social_share_buttons a {
    height: 40px;
    padding: 5px;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 !important;
    border-width: 0 0 0 1px !important;
    border-style: solid;
    border-color: #e1e1e1;
    background: #f1f1f1;
}

.woocommerce .single-product .summary .wpss_social_share_buttons a:first-child {
    border: none;
}

.woocommerce .single-product .summary .wpss_social_share_buttons a span {
    width: 20px;
    height: 20px;
}

.woocommerce .single-product .summary table.variations {
    display: block;
}

.woocommerce .single-product .summary table.variations tbody,
.woocommerce .single-product .summary table.variations tr {
    display: block;
}

.woocommerce .single-product .summary table.variations td.label {
    display: block;
    padding: 0;
}

.woocommerce .single-product .summary table.variations td.value {
    display: block;
}

.woocommerce .single-product .summary table.variations label {
    color: #a1a1a1;
}

.woocommerce .single-product .summary table.variations label:before {
    content: "*";
    color: #c1201c;
}

.woocommerce .single-product .summary table.variations select {
    width: 100%;
    border-color: #e1e1e1;
    height: 36px;
    padding: 5px;
    margin: 0 0 10px;
}

.woocommerce .single-product .summary table.variations .reset_variations {
    display: none;
    padding: 8px 15px;
    font-size: 14px;
    line-height: 18px;
    color: #fff;
    border: 1px solid #ed3737;
    background: #ed3737;
    border-radius: 3px;
}

.woocommerce .single-product .summary table.variations .reset_variations:hover {
    color: #ed3737 !important;
    background-color: transparent !important;
}

.woocommerce .variations_button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.woocommerce .variations_button .quantity {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin: 0 15px 0 0 !important;
}

.woocommerce .variations_button .compare-button {
    width: auto;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    font-size: 0;
}

.woocommerce .variations_button .compare-button a {
    width: 40px;
    height: 40px;
    display: block;
    border-radius: 3px;
    color: #a1a1a1;
    background: #f1f1f1;
    position: relative;
}

.woocommerce .variations_button .compare-button a:hover {
    color: #fff;
    background: #248bd3;
}

.woocommerce .variations_button .compare-button a .fa {
    font-size: 18px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.woocommerce .variations_button button {
    width: 100%;
    padding: 8px 15px !important;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    margin: 20px 0 0;
    font-size: 20px;
    line-height: 29px;
    text-transform: uppercase;
    color: #fff;
    border: 1px solid #ed3737;
    background: #ed3737;
}

.woocommerce .variations_button button.disabled {
    pointer-events: none;
}

.woocommerce .variations_button button:hover {
    color: #fff !important;
    border: 1px solid #77a464 !important;
    background-color: #77a464 !important;
}

.woocommerce .woocommerce-cart-form table.shop_table {
    color: #a1a1a1;
    border-collapse: collapse;
    border: 1px solid #e1e1e1;
    border-radius: 5px;
}

.woocommerce .woocommerce-cart-form table.shop_table thead {
    border-bottom: 1px solid #e1e1e1;
}

.woocommerce .woocommerce-cart-form table.shop_table th {
    padding: 14px 20px;
    font: 500 14px/1.35 Raleway, Helvetica Neue, Helvetica, Arial, sans-serif;
    color: #434343;
    text-transform: capitalize;
    border: none;
    text-align: left;
}

.woocommerce .woocommerce-cart-form table.shop_table th.product-quantity {
    text-align: center;
}

.woocommerce .woocommerce-cart-form table.shop_table th.product-subtotal {
    text-align: right;
}

.woocommerce .woocommerce-cart-form table.shop_table td {
    padding: 10px 15px !important;
    vertical-align: top !important;
    border-width: 1px 0 0;
    border-color: #e1e1e1;
}

.woocommerce .woocommerce-cart-form table.shop_table td.product-thumbnail {
    width: 140px;
}

.woocommerce .woocommerce-cart-form table.shop_table td.product-thumbnail a {
    display: block;
}

.woocommerce .woocommerce-cart-form table.shop_table td.product-thumbnail a img {
    width: 100%;
    max-width: none;
    height: auto;
    display: block;
}

.woocommerce .woocommerce-cart-form table.shop_table td.product-name a {
    margin: 0;
}

.woocommerce .woocommerce-cart-form table.shop_table td.product-subtotal {
    color: #434343;
    text-align: right;
}

.woocommerce .woocommerce-cart-form table.shop_table td.actions {
    padding: 15px 20px 5px !important;
    text-align: left !important;
    background: #fff;
}

.woocommerce .woocommerce-cart-form table.shop_table td.actions .button {
    padding: 8px 10px;
    margin: 0 10px 10px 0;
    font-size: 12px;
    line-height: 16px;
    color: #fff;
    background: #248bd3;
    border: 1px solid #248bd3;
    border-radius: 5px;
}

.woocommerce .woocommerce-cart-form table.shop_table td.actions .button:hover {
    color: #248bd3;
    background: transparent;
}

.woocommerce .woocommerce-cart-form table.shop_table td.actions .button[disabled] {
    pointer-events: none;
}

.woocommerce .woocommerce-cart-form table.shop_table td .amount {
    font-weight: bold;
}

.woocommerce .woocommerce-cart-form table.shop_table .quantity {
    width: 140px;
    display: inline-block;
    vertical-align: top;
}

.woocommerce .cart-collaterals {
    padding: 10px 0 30px;
}

.woocommerce .cart-collaterals .cart_totals {
    padding: 20px 15px;
    border: 1px solid #e1e1e1;
    border-radius: 5px;
}

.woocommerce .cart-collaterals h2 {
    padding: 0 0 10px;
    margin: 0 0 10px;
    font: bold 18px/1.35 Raleway, Helvetica Neue, Helvetica, Arial, sans-serif;
    text-align: left;
    border-bottom: 1px solid #e1e1e1;
}

.woocommerce .cart-collaterals .shop_table {
/*    color: #a1a1a1;*/
    border: none;
}

.woocommerce .cart-collaterals .shop_table .order-total {
    color: #434343;
    font-size: 22px;
    font-family: Raleway, Helvetica Neue, Helvetica, Arial, sans-serif;
}

.woocommerce .cart-collaterals .shop_table th {
    width: auto !important;
    padding: 2px 15px;
    text-align: left;
/*    border: none !important;*/
    font-size: inherit;
    font-family: inherit;
    vertical-align: middle;
}

.woocommerce .cart-collaterals .shop_table td {
    padding: 3px 0;
    font-weight: bold;
/*    border: none !important;*/
    vertical-align: middle;
}

.woocommerce .cart-collaterals .wc-proceed-to-checkout {
    padding: 0;
}

.woocommerce .cart-collaterals .button {
    padding: 12px 15px !important;
    margin: 0 !important;
    font-size: 16px !important;
    line-height: 22px;
    background: #e79f65 !important;
    border-color: transparent !important;
    border-radius: 5px;
}

.woocommerce .cart-collaterals .button:hover {
    color: #fff !important;
    background: #248bd3 !important;
}

.checkout.woocommerce-checkout {
    padding: 0 0 30px;
}

.checkout.woocommerce-checkout .col2-set .col-1,
.checkout.woocommerce-checkout .col2-set .col-2 {
    padding: 0 0 20px;
}

.checkout.woocommerce-checkout h3 {
    margin: 0 0 10px;
    padding: 0 0 6px;
    font: 14px/1.35 Raleway, Helvetica Neue, Helvetica, Arial, sans-serif;
    color: #000;
    text-transform: uppercase;
    border-bottom: 1px solid #e1e1e1;
}

.checkout.woocommerce-checkout .shop_table {
    color: #a1a1a1;
    border: none;
    font-size: 14px;
    margin: 0 0 20px;
}

.checkout.woocommerce-checkout .shop_table thead th {
    color: #000;
    text-align: left;
    border: none !important;
    text-transform: uppercase;
}

.checkout.woocommerce-checkout .shop_table thead th:last-child {
    text-align: right;
}

.checkout.woocommerce-checkout .shop_table th {
    width: auto !important;
    padding: 10px 0;
    font-size: inherit;
    font-family: inherit;
    font-weight: normal;
    vertical-align: top;
}

.checkout.woocommerce-checkout .shop_table td {
    padding: 10px 0 10px;
    vertical-align: top;
    border-width: 1px 0 0 !important;
    border-color: #e1e1e1 !important;
}

.checkout.woocommerce-checkout .shop_table td:last-child {
/*    width: 74px;*/
    padding-left: 5px;
    text-align: right;
    font-weight: bold;
    color: #000;
}

.checkout.woocommerce-checkout .shop_table tfoot th {
    text-align: right;
    border-width: 1px 0 0 !important;
    border-color: #e1e1e1 !important;
}

ul.payment_methods li {
    line-height: 1.5 !important;
}

.woocommerce-checkout-review-order .button {
    width: 100%;
    padding: 12px 15px !important;
    margin: 10px 0 0 !important;
    font-size: 16px !important;
    line-height: 22px;
    background: #e79f65 !important;
    border-color: transparent !important;
    border-radius: 5px;
}

.woocommerce-checkout-review-order .button:hover {
    color: #fff !important;
    background: #248bd3 !important;
}

.woocommerce-account .woocommerce-MyAccount-navigation {
    width: 300px;
    margin: 0 auto 30px;
}

.woocommerce-account .woocommerce-Address {
    padding-bottom: 15px;
}

.woocommerce-account .woocommerce-MyAccount-content {
    width: auto;
    float: none;
    overflow: hidden;
}

.woocommerce-account .woocommerce-MyAccount-content .text-box {
    padding: 15px;
    border-radius: 5px;
    border: 1px solid #e1e1e1;
    margin-bottom: 20px;
    color: #a1a1a1;
}

.woocommerce-account .woocommerce-MyAccount-content .text-box:last-child {
    margin-bottom: 0;
}

.woocommerce-account .woocommerce-MyAccount-content .text-box p {
    margin: 0 0 5px;
}

.woocommerce-account .woocommerce-MyAccount-content .text-box p strong {
    color: #272727;
}

.woocommerce-account .woocommerce-MyAccount-content .text-box p a {
    color: #272727;
}

.woocommerce-account .woocommerce-MyAccount-content .text-box p a:hover {
    color: #248bd3;
}

.woocommerce-account .woocommerce h2 {
    text-align: center;
}

.woocommerce-account .woocommerce-form {
    max-width: 350px;
    padding: 15px !important;
    margin: 15px auto 30px !important;
}

.woocommerce-account .woocommerce-form .woocommerce-form-login__rememberme {
    margin: 0 0 10px;
}

.woocommerce-account .woocommerce-form .button {
    width: 100%;
    float: none;
}

.woocommerce-account .woocommerce-form .woocommerce-LostPassword {
    text-align: center;
}

.woocommerce-account .woocommerce-form .woocommerce-privacy-policy-text {
    font-size: 14px;
    margin: 0 0 5px;
}

.woocommerce-MyAccount-navigation {
    border: 1px solid #e1e1e1;
    border-radius: 5px;
    overflow: hidden;
    text-align: center;
}

.woocommerce-MyAccount-navigation ul li {
    border-bottom: 1px solid #e1e1e1;
}

.woocommerce-MyAccount-navigation ul li:last-child {
    border-bottom: 0;
}

.woocommerce-MyAccount-navigation ul li.is-active a,
.woocommerce-MyAccount-navigation ul li a:hover {
    color: #fff;
    background: #248bd3;
}

.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--customer-logout a {
    color: #c1201c;
}

.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--customer-logout a:hover {
    color: #fff;
    background: #c1201c;
}

.woocommerce-MyAccount-navigation ul li a {
    display: block;
    padding: 8px 15px;
    color: inherit;
}

.woocommerce-MyAccount-content {
    margin: 0 0 30px;
}

.woocommerce-MyAccount-content .woocommerce-Address-title {
    position: relative;
    padding: 0 0 5px;
    margin: 0 0 10px;
    border-bottom: 1px solid #e1e1e1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.woocommerce-MyAccount-content .woocommerce-Address-title h3 {
    float: none;
    margin: 0 10px 0 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.woocommerce-MyAccount-content .woocommerce-Address-title a.edit {
    min-width: 70px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.woocommerce-MyAccount-content p .button {
    margin: 15px 0 0;
}

.term-description {
    height: 120px;
    min-height: 120px;
    overflow: hidden;
}

a.cat-text-hide {
    display: inline-block;
    vertical-align: top;
    color: #000;
    font-weight: bold;
    margin: 10px 0 15px;
}

a.cat-text-hide:hover {
    color: #248bd3;
}

.sitmap-nav {
    border-radius: 5px;
    overflow: hidden;
    margin: 0 0 30px;
}

.sitmap-nav .vc_column-inner > .wpb_wrapper {
    padding: 15px;
    border: 1px solid #e1e1e1;
    margin: 0 0 20px;
}

.sitmap-nav .vc_column-inner > .wpb_wrapper h2 {
    margin: -15px -15px 12px !important;
    padding: 12px 15px;
    font: bold 16px/1.35 Raleway, Helvetica Neue, Helvetica, Arial, sans-serif;
    color: #434343;
    background: #f1f1f1;
    ext-transform: uppercase;
}

.coupon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.coupon .input-text {
    width: 170px !important;
    height: 38px;
    padding: 8px 12px;
    font-size: 14px;
    line-height: 20px;
    border-radius: 3px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.coupon .input-text:focus {
    border-color: #248bd3 !important;
}

.coupon .button {
    min-width: inherit;
    width: auto !important;
    margin: 0 0 0 5px !important;
}

#ski-search-sidebar .widget-inner {
    overflow: hidden;
    border-radius: 5px;
    border: 1px solid #e1e1e1;
    margin: 0 0 20px;
}

#ski-search-sidebar .widget {
    padding: 20px;
    border-bottom: 1px solid #e1e1e1;
    margin: 0;
}

#ski-search-sidebar .widget:first-child .widget-title {
    margin: -15px -15px 12px;
    padding: 12px 15px;
    background: #f1f1f1;
}

#ski-search-sidebar .widget:last-child {
    border: none;
}

#ski-search-sidebar .widget .widget-title {
    margin: 0 0 10px;
    font: bold 16px/1.35 Raleway, Helvetica Neue, Helvetica, Arial, sans-serif;
    color: #434343;
    text-transform: uppercase;
}

#ski-search-sidebar .product-categories li,
#ski-search-sidebar .woocommerce-widget-layered-nav-list li {
    padding: 3px 0 !important;
}

#ski-search-sidebar .product-categories li a,
#ski-search-sidebar .woocommerce-widget-layered-nav-list li a {
    display: inline-block;
    vertical-align: top;
    padding: 0 0 0 15px !important;
    color: #a1a1a1;
    position: relative;
}

#ski-search-sidebar .product-categories li a:hover,
#ski-search-sidebar .woocommerce-widget-layered-nav-list li a:hover {
    color: #434343;
}

#ski-search-sidebar .product-categories li a:before,
#ski-search-sidebar .woocommerce-widget-layered-nav-list li a:before {
    font-family: "FontAwesome";
    content: "";
    font-weight: normal;
    line-height: 1;
    font-size: 14px;
    position: absolute;
    top: 6px;
    left: 0;
}

#ski-search-sidebar .product-categories li a .count,
#ski-search-sidebar .woocommerce-widget-layered-nav-list li a .count {
    color: #434343;
}

#ski-search-sidebar .products-list li {
    padding: 10px 0 10px 30px !important;
    border-bottom: 1px solid #e1e1e1 !important;
    position: relative;
}

#ski-search-sidebar .products-list li .title {
    font-size: 14px !important;
    color: inherit;
}

#ski-search-sidebar .products-list li .title:hover {
    color: #248bd3;
}

#ski-search-sidebar .products-list li .remove {
    width: 21px !important;
    height: 21px !important;
    position: absolute;
    border: 2px solid #e1e1e1;
    background: #000;
    border-radius: 100%;
    font-size: 0 !important;
}

#ski-search-sidebar .products-list li .remove:before {
    font-family: "FontAwesome";
    content: "";
    font-weight: normal;
    line-height: 1;
    font-size: 11px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.site-footer {
    padding: 38px 0 0;
    color: #fff;
    background: #272727;
    font: 300 14px/24px "Open Sans", cursive, "Lato", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}

.site-footer > .container {
    padding-top: 30px;
    padding-bottom: 30px;
}

.site-footer .row-footer {
    letter-spacing: 1.8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
}

.site-footer h3 {
    min-width: 62%;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    border-bottom: 1px solid #fff;
    margin: 0 0 15px;
}

.site-footer .menu li a {
    color: inherit;
}

.site-footer .menu li a:hover {
    color: #248bd3;
}

.site-footer .widget_text:last-child {
    margin-bottom: 0;
}

.site-footer .textwidget ul li a {
    color: inherit;
}

.site-footer .textwidget ul li a:hover {
    color: #248bd3;
}

.site-footer .copyright {
    padding: 10px 0;
    color: rgba(255, 255, 255, .28);
    border-top: 1px solid #343434;
}

.site-footer .copyright .social-media {
    text-align: right;
}

.site-footer .copyright a {
    color: #fff;
}

.site-footer .copyright a:hover {
    color: inherit;
}

.left-accordion {
    width: 47px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    position: fixed;
    right: 0;
    top: 70%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 99;
}

.left-accordion .slide-out-div {
    width: 200px;
    height: 35px;
    background: #c1201c;
    margin: 0 0 6px;
    position: relative;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
}

.left-accordion .slide-out-div:hover {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}

.left-accordion .slide-out-div:last-child {
    margin-bottom: 0;
}

.left-accordion .slide-out-div .handlessss {
    width: 35px;
    height: 35px;
    background: #c1201c;
    position: absolute;
    top: 0;
    right: 100%;
}

.left-accordion .slide-out-div .handlessss img {
    height: 100%;
}

.left-accordion .slide-out-div .left-slide {
    padding: 8px;
    font-size: 12px;
    line-height: 19px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

#back-top {
    position: fixed;
    right: 5px;
    bottom: 5px;
    z-index: 9999;
    margin: 0;
}

#back-top a {
    width: 35px;
    height: 35px;
    display: block;
    padding: 15px 0 0;
    position: relative;
    font: 600 10px/15px "Open Sans", cursive, "Lato", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    background: #248bd3;
    border-radius: 5px;
}

#back-top a:hover {
    background: #ed3737;
}

#back-top a:before {
    width: 100%;
    font-family: "FontAwesome";
    content: "";
    font-weight: normal;
    line-height: 1;
    position: absolute;
    top: 5px;
    left: 0;
}

#yith-quick-view-modal .yith-quick-view-overlay {
    background: rgba(0, 0, 0, .5);
}

#yith-quick-view-modal .yith-wcqv-wrapper {
    width: 898px;
}

#yith-quick-view-modal .yith-wcqv-main {
    box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
}

#yith-quick-view-modal #yith-quick-view-close {
    width: 26px;
    height: 26px;
    padding: 1px;
    border-radius: 100%;
    font-size: 0;
    line-height: 1;
    font-weight: bold;
    color: #000;
    border-color: #000;
    text-transform: lowercase;
    text-align: center;
    opacity: 1;
}

#yith-quick-view-modal #yith-quick-view-close:hover {
    opacity: .5;
}

#yith-quick-view-modal #yith-quick-view-close:before {
    font-family: "FontAwesome";
    content: "";
    font-weight: normal;
    line-height: 1;
    font-size: 16px;
    position: absolute;
    top: 49%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

#yith-quick-view-modal .type-product {
    padding: 15px;
}

#yith-quick-view-modal .images {
    max-width: 100%;
    width: 300px !important;
    margin: 0 auto 30px !important;
    padding: 0 !important;
    float: none !important;
}

#yith-quick-view-modal .summary {
    width: auto !important;
    position: relative;
    text-align: center;
    padding: 10px 20px 0;
    border: 1px solid #e1e1e1;
    border-radius: 5px;
    float: none !important;
}

#yith-quick-view-modal .summary h1 {
    font-family: Raleway, Helvetica Neue, Helvetica, Arial, sans-serif;
    margin: 0 0 10px;
}

#yith-quick-view-modal .summary .woocommerce-product-details__short-description {
    color: #a1a1a1;
    margin: 0 0 36px;
}

#yith-quick-view-modal .summary .price {
    font-size: 34px;
    line-height: 43px;
    margin: 0 0 17px;
    color: #434343;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

#yith-quick-view-modal .summary .price del {
    width: 100%;
    position: relative;
    font-size: 23px;
    line-height: 1.26;
    margin-bottom: 10px;
    color: #a1a1a1;
    opacity: 1;
    text-decoration: none;
    margin: 0;
}

#yith-quick-view-modal .summary .price del:after {
    width: 28%;
    height: calc(48% - 1px);
    border-top: 1px solid #a1a1a1;
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    -webkit-transform: rotateZ(-9deg);
    -ms-transform: rotate(-9deg);
    transform: rotateZ(-9deg);
    margin: 0 auto;
}

#yith-quick-view-modal .summary .price span:not([class]) {
    font-size: 16px;
    line-height: 25px;
    font-weight: 600;
    color: #ccc;
    padding: 12px 5px 0;
}

#yith-quick-view-modal .summary form.cart {
    margin: 0 0 20px;
}

#yith-quick-view-modal .summary table.variations {
    display: block;
}

#yith-quick-view-modal .summary table.variations tbody,
#yith-quick-view-modal .summary table.variations tr {
    display: block;
}

#yith-quick-view-modal .summary table.variations td.label {
    display: block;
    padding: 0;
}

#yith-quick-view-modal .summary table.variations td.value {
    display: block;
}

#yith-quick-view-modal .summary table.variations label {
    color: #a1a1a1;
}

#yith-quick-view-modal .summary table.variations label:before {
    content: "*";
    color: #c1201c;
}

#yith-quick-view-modal .summary table.variations select {
    width: 100%;
    border-color: #e1e1e1;
    height: 36px;
    padding: 5px;
    margin: 0 0 10px;
}

#yith-quick-view-modal .summary table.variations .reset_variations {
    display: none;
    padding: 8px 15px;
    font-size: 14px;
    line-height: 18px;
    color: #fff;
    border: 1px solid #ed3737;
    background: #ed3737;
    border-radius: 3px;
}

#yith-quick-view-modal .summary table.variations .reset_variations:hover {
    color: #ed3737 !important;
    background-color: transparent !important;
}

#yith-quick-view-modal .summary .variations_button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

#yith-quick-view-modal .summary .variations_button .quantity {
    max-width: 150px;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin: 0 15px 0 0 !important;
}

#yith-quick-view-modal .summary .variations_button .compare-button {
    width: auto;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    font-size: 0;
}

#yith-quick-view-modal .summary .variations_button .compare-button a {
    width: 40px;
    height: 40px;
    display: block;
    border-radius: 3px;
    color: #a1a1a1;
    background: #f1f1f1;
    position: relative;
}

#yith-quick-view-modal .summary .variations_button .compare-button a:hover {
    color: #fff;
    background: #248bd3;
}

#yith-quick-view-modal .summary .variations_button .compare-button a .fa {
    font-size: 18px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

#yith-quick-view-modal .summary .variations_button button {
    width: 100%;
    padding: 8px 15px !important;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    margin: 20px 0 0;
    font-size: 20px;
    line-height: 29px;
    text-transform: uppercase;
    color: #fff;
    border: 1px solid #ed3737 !important;
    background: #ed3737 !important;
}

#yith-quick-view-modal .summary .variations_button button.disabled {
    pointer-events: none;
}

#yith-quick-view-modal .summary .variations_button button:hover {
    color: #ed3737 !important;
    background-color: transparent !important;
}

@media (min-width: 768px) {
    input[type="text"],
    input[type="tel"],
    input[type="email"],
    input[type="search"],
    input[type="password"],
    textarea {
        height: 44px;
        font-size: 18px;
        line-height: 26px;
    }

    textarea {
        height: 180px;
    }

    #ski-search-content {
        padding: 0 0 50px;
    }

    .comment-form input[type="submit"],
    .post-password-form input[type="submit"],
    .search-form input[type="submit"] {
        min-width: 92px;
        height: 44px;
        padding: 12px;
    }

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

    .vc_col-sm-2 {
        width: 16.67%;
    }

    .vc_col-sm-4 {
        width: 33.33%;
    }

    .vc_col-sm-6 {
        width: 50%;
    }

    .vc_col-sm-8 {
        width: 66.33%;
    }

    .vc_col-sm-10 {
        width: 83.33%;
    }

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

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

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

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

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

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

    .container {
        max-width: 90%;
    }

    #breadcrumbs {
        max-width: 90%;
    }

    .error-404 {
        max-width: 700px;
        margin: 0 auto 30px;
    }

    .error-404:before {
        font-size: 180px;
    }

    .site-header {
        padding: 0 0 0px;
    }

    .site-header .vc_row > .vc_col-sm-2 {
        width: 100%;
    }

    .site-header .vc_row > .vc_col-sm-10 {
        width: 100%;
    }

    .site-header .logo {
        width: 128px;
        margin: 0 auto 10px;
    }

    .site-header .ski-menu {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
    }

    .site-header .header-top-cart {
        max-width: 160px;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        margin: 0;
    }

    .main-navigation:before {
        display: none;
    }

    .main-navigation .navigation-main {
        width: auto;
        padding: 0;
        background: none;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        overflow: visible;
        position: static;
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    }

    .main-navigation .navigation-main > li {
        margin: 0;
    }

    .main-navigation .navigation-main > li:hover > a,
    .main-navigation .navigation-main > li > a:hover {
        color: #248bd3;
        border-color: #1a1a1a;
        background: transparent;
    }

    .main-navigation .navigation-main > li > a {
        padding: 8px .78vw;
        border-width: 2px 0 0;
        border-color: transparent;
        font: 13px/30px "Open Sans", cursive, "Lato", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
        color: inherit;
    }

    .main-navigation .navigation-main > li > a:after {
        display: none;
    }

    .main-navigation .navigation-main .sub-menu {
        margin: 0;
        border: none;
        display: block;
        position: absolute;
        box-shadow: 0 2px 5px #ccc;
    }

    .main-navigation .navigation-main .sub-menu .sub-menu {
        margin: 0;
    }

    .ski-search-login {
        height: 45px;
        padding: 13px 8px;
        border-radius: 5px;
        position: relative;
    }

    .ski-header-login-form {
        right: 0;
    }

    .ski-search-form {
        padding: 20px;
        right: 0;
        border-radius: 5px;
    }

    .ski-mini-cart {
        width: 45px;
        height: 45px;
        margin: 0 0 0 13px;
        border-radius: 5px;
    }

    .ski-mini-cart .fa {
        font-size: 15px;
    }

    .ski-mini-cart .ski-cart-amount {
        padding: 3px;
        font-size: 13px;
        line-height: 18px;
    }

    .ski-sub-menu-cart {
        max-height: calc(500px);
        right: 0;
    }

    .page-header {
        margin: 0 0 30px;
    }

    .woocommerce .products > .product {
        width: 33.333% !important;
    }

    .subscribe-section {
        padding: 25px 2.5% 15px !important;
    }

    .subscribe-section h4 {
        font-size: 2.5vw;
    }

    .type-product {
        margin-top: 50px;
    }

    .woocommerce .single-product {
        argin: 0 0 60px;
    }

    .woocommerce .single-product .woocommerce-product-gallery {
        width: 60% !important;
        padding: 0 40px 0 10px !important;
        float: left !important;
    }

    .woocommerce .single-product .summary {
        width: 37.5% !important;
        float: right !important;
    }

    .woocommerce .single-product .summary.woo-title {
        padding: 10px 40px 0;
    }

    .woocommerce .single-product .summary .wpss_social_share_buttons {
        margin: 0 -40px;
    }

    .woocommerce .single-product .summary .wpss_social_share_buttons a {
        height: 55px;
    }

    .woocommerce .single-product .summary .wpss_social_share_buttons a span {
        width: 25px;
        height: 25px;
    }

    .woocommerce .variations_button button {
        margin: 40px 0 0;
    }

    .woocommerce .cart-collaterals {
        padding: 20px 0 50px;
    }

    .checkout.woocommerce-checkout {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding: 30px 0;
        margin: 0 -15px;
    }

    .checkout.woocommerce-checkout .col2-set {
        width: 55%;
    }

    .checkout.woocommerce-checkout .col2-set .col-1,
    .checkout.woocommerce-checkout .col2-set .col-2 {
        padding: 0 15px 20px;
    }

    .checkout.woocommerce-checkout h3 {
        margin: 0 0 15px;
        font-size: 15px;
    }

    .woocommerce-checkout-review-order {
        width: 45%;
        padding: 0 15px;
    }

    .woocommerce-account .woocommerce-MyAccount-navigation {
        width: 220px;
        margin-right: 20px;
        float: left !important;
    }

    .woocommerce-account .woocommerce-MyAccount-content .text-box {
        padding: 25px 20px;
    }

    .woocommerce-account .woocommerce-form {
        padding: 20px !important;
        max-width: 450px;
    }

    .woocommerce-MyAccount-navigation {
        text-align: left;
    }

    .sitmap-nav .vc_column-inner > .wpb_wrapper {
        padding: 20px;
    }

    .sitmap-nav .vc_column-inner > .wpb_wrapper h2 {
        margin: -20px -20px 16px !important;
        padding: 14px 20px;
    }

    .coupon {
        max-width: none;
        margin: 0 10px 0 0;
    }

    .coupon .input-text {
        width: 200px !important;
    }

    #ski-search-sidebar .widget {
        padding: 20px;
    }

    #ski-search-sidebar .widget:first-child .widget-title {
        margin: -20px -20px 16px;
        padding: 14px 20px;
    }

    .site-footer .container {
        max-width: 95%;
    }

    .site-footer .row-footer {
        margin: 0 -15px;
    }

    .site-footer .row-footer .widget-inner {
        width: 50%;
        padding: 0 15px;
    }

    .left-accordion .slide-out-div {
        width: 250px;
        height: 47px;
    }

    .left-accordion .slide-out-div .handlessss {
        width: 47px;
        height: 47px;
    }

    .left-accordion .slide-out-div .left-slide {
        padding: 10px;
        font-size: 14px;
        line-height: 27px;
    }

    #back-top {
        right: 10px;
        bottom: 10px;
    }

    #back-top a {
        width: 40px;
        height: 40px;
        padding: 18px 0 0;
        font-size: 12px;
    }

    #yith-quick-view-modal .type-product {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    #yith-quick-view-modal .images {
        width: 50% !important;
        margin: 0 !important;
        padding: 0 10px !important;
    }

    #yith-quick-view-modal .summary {
        width: 50% !important;
        padding: 10px 40px 0;
    }

    #yith-quick-view-modal .summary .variations_button button {
        margin: 30px 0 0;
    }
}

@media (min-width: 992px) {
    .main-content {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        margin: 0 -10px;
    }

    #ski-search-content {
        max-width: none;
        width: 75%;
        padding: 0 10px;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }

    #ski-search-sidebar {
        max-width: none;
        width: 25%;
        padding: 0 10px;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }

    h3,
    .h3 {
        font-size: 1.5vw;
    }

    .quantity {
        width: 232px;
    }

    .error-404:before {
        font-size: 200px;
    }

    #page {
        padding-top: 0;
    }

    .site-header {
        position: relative;
    }

    .site-header.fixed-header {
        padding: 0px 0;
        background: #272727 !important;
        position: fixed !important;
    }

    .site-header.fixed-header .logo {
    }

    .home .site-header {
        background-color: transparent;
    }

    .site-header .vc_row > .vc_col-sm-2 {
        width: 16.6667%;
    }

    .site-header .vc_row > .vc_col-sm-10 {
        width: 83.3333%;
    }

    .site-header .logo {
        width: 75px;
        margin: 0 0 0 2.6vw;
    }

    .site-header .vc_col-sm-10 {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .site-header .ski-menu {
    }

    .fixed-header .main-navigation {
        /* width: calc(100% + 100px); */
    }

    .main-navigation .navigation-main {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }

    .main-navigation .navigation-main > li > a {
        font-size: 1vw;
        line-height: 1.56vw;
        letter-spacing: 1px;
    }

    .ski-search-login {
        height: 40px;
        padding: 8px 3px;
    }


    .ski-header-login .ski-signin {
        max-width: 60px;
    }

    .ski-header-login .ski-signin .fa {
        font-size: 15px;
    }

    .ski-header-search .ski-search-icon {
        font-size: 15px;
    }


    .fixed-header .ski-header-search .ski-search-icon:hover {
        color: #fff;
        background: #e79f65;
    }

    .fixed-header .ski-header-search .ski-search-icon:before {
        display: none;
    }

    .ski-mini-cart {
        width: 40px;
        height: 40px;
    }


    .ski-sub-menu-cart {
        max-height: calc(100vh - 120px);
    }

    .fixed-header .ski-sub-menu-cart {
        max-height: calc(100vh - 60px);
    }

    .woocommerce .products .ski-slider-content {
        padding: 15px 10px 10px;
    }

    .subscribe-section {
        padding: 40px 7.5% 30px !important;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
    }

    .subscribe-section .wpb_wrapper {
        font-size: 1.3vw;
    }

    .subscribe-section .mc4wp-form-fields {
        max-width: 650px;
    }

    .subscribe-section .mc4wp-form-fields input[type=submit] {
        font-size: 1.4vw;
        margin: 0 0 0 15px;
    }

    .woocommerce nav.woocommerce-pagination {
        margin-bottom: 50px;
    }

    .woocommerce .single-product {
        margin: 0 0 90px;
    }

    .woocommerce .single-product .summary .wpss_social_share_buttons a {
        height: 66px;
    }

    .woocommerce .single-product .summary .wpss_social_share_buttons a span {
        width: 30px;
        height: 30px;
    }

    .woocommerce .variations_button .quantity {
        margin: 0 23px 0 0 !important;
    }

    .woocommerce .variations_button button {
        margin: 60px 0 0;
    }

    .woocommerce .woocommerce-cart-form table.shop_table td {
        padding: 30px 20px !important;
    }

    .woocommerce .woocommerce-cart-form table.shop_table td.product-remove {
        width: 50px;
        padding-right: 0 !important;
    }

    .woocommerce .woocommerce-cart-form table.shop_table td.product-price {
        width: 126px;
    }

    .woocommerce .woocommerce-cart-form table.shop_table td.product-quantity {
        width: 180px;
    }

    .woocommerce .woocommerce-cart-form table.shop_table td.product-subtotal {
        width: 104px;
    }

    .woocommerce .woocommerce-cart-form table.shop_table .quantity {
        margin: -10px 0 0;
    }

    .woocommerce .cart-collaterals {
        padding: 30px 0 70px;
    }

    .woocommerce .cart-collaterals .cart_totals {
        max-width: 50%;
        width: 580px;
        padding: 24px 20px;
    }

    .woocommerce .cart-collaterals h2 {
        margin: 0 0 20px;
    }

    .woocommerce .cart-collaterals .shop_table td {
/*        width: 100px;*/
        padding: 2px 15px;
    }

    .woocommerce .cart-collaterals .wc-proceed-to-checkout {
        padding: 15px 0;
    }

    .checkout.woocommerce-checkout {
        padding: 50px 0;
    }

    .checkout.woocommerce-checkout .col2-set {
        width: 66.666%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .checkout.woocommerce-checkout .col2-set .col-1,
    .checkout.woocommerce-checkout .col2-set .col-2 {
        width: 50%;
        padding: 0 15px;
    }

    .checkout.woocommerce-checkout h3 {
        margin: 0 0 30px;
    }

    .woocommerce-checkout-review-order {
        width: 33.333%;
    }

    .woocommerce-account .woocommerce-MyAccount-navigation {
        width: 250px;
    }

    .site-footer {
        font-size: 13px;
    }

    .site-footer .container {
        max-width: 85%;
    }

    .site-footer .row-footer .widget-inner {
        width: 25%;
    }

    #back-top {
        bottom: 15px;
    }

    #back-top a {
        width: 52px;
        height: 52px;
        padding: 25px 0 0;
    }

    #back-top a:before {
        top: 8px;
    }

    #yith-quick-view-modal .summary .variations_button .quantity {
        margin: 0 23px 0 0 !important;
    }

    #yith-quick-view-modal .summary .variations_button button {
        margin: 40px 0 0;
    }
}

@media (min-width: 1201px) {
    #page {
        padding-top: 0;
    }

    .site-header .logo {
        width: 128px;
        margin: 0 auto;
    }

    .site-header .ski-menu {
    }

    .site-header .header-top-cart {
        max-width: 255px;
        margin: 0 0 0 40px;
    }

    .main-navigation .navigation-main > li > a {
        padding: 25px .78vw;
    }

    .ski-search-login {
        height: 56px;
        padding: 25px 10px 0;
    }

    .ski-header-login .ski-signin {
        max-width: 100px;
        font-size: 16px;
    }

    .ski-header-login .ski-signin .fa {
        font-size: 18px;
    }

    .ski-header-search .ski-search-icon {
        font-size: 18px;
    }

    .ski-mini-cart {
        width: 75px;
        height: 76px;
    }

    .ski-mini-cart .fa {
        font-size: 25px;
        margin-top: 2px;
    }

    .ski-mini-cart .ski-cart-amount {
        padding: 2px;
        font-size: 11px;
        line-height: 17px;
    }

    .entry-content .vc_col-sm-6 {
        width: 50%;
    }

    .woocommerce .products > .product {
        width: 25% !important;
    }

    .woocommerce .products > .product .ski-slider-img {
        padding-top: 0;
        height: 205px;
    }

    .subscribe-section .mc4wp-form-fields {
        margin: 0 0 20px;
    }

    .woocommerce-account .woocommerce-MyAccount-navigation {
        width: 300px;
        margin-right: 30px;
    }

    .site-footer {
        font-size: 14px;
    }

    .site-footer h3 {
        min-width: 181px;
    }
}

@media (min-width: 1400px) {
    h3,
    .h3 {
        font-size: 24px;
    }

    .subscribe-section .wpb_wrapper {
        font-size: 24px;
    }

    .subscribe-section h4 {
        font-size: 48px;
    }

    .subscribe-section .mc4wp-form-fields input[type=submit] {
        font-size: 24px;
    }

    .site-footer .container {
        max-width: 1505px;
    }

    .site-footer h3 {
        min-width: 235px;
    }
}

@media (max-width: 991px) {
    iframe {
        width: 100%;
    }

    .toggled ul#primary-menu {
        display: block;
    }
}

@media (max-width: 767px) {
    .navigation .page-numbers,
    .navigation-comments .page-numbers {
        padding: 0 3px;
    }

    .navigation .next,
    .navigation .prev,
    .navigation-comments .next,
    .navigation-comments .prev {
        padding: .2em;
    }

    .navigation-single .next a,
    .navigation-single .prev a {
        padding: .2em;
    }

    .ski-header-search .search-btn input[type="submit"] {
        width: 100%;
        height: 100%;
        min-width: inherit;
        background: #248bd3 !important;
        border-color: transparent;
    }

    .ski-header-search .search-btn input[type="submit"]:hover {
        background: #1d6ea7 !important;
    }

    #yith-quick-view-modal .yith-wcqv-wrapper {
        width: calc(100% - 30px) !important;
        left: 15px !important;
        top: 15px !important;
        height: calc(100vh - 30px) !important;
    }
}

/*hide cat from ski cat page*/
li.cat-item.cat-item-935 {
    display: none;
}

/*search page title*/
#ski-search-content h1.page-title {
    text-align: left;
}

/*cookie widget*/
div#cookie-law-info-bar {
    border-radius: 4px;
}

div#cookie-law-info-bar h5.cli_messagebar_head {
    font-size: 20px;
}

div#cookie-law-info-bar span {
    font-weight: 400;
}

#yith-quick-view-modal.open .yith-wcqv-main {
    background: #fff;
}

.pswp__caption {
    display: none;
}

#ski-search-content h1.page-title {
    display: none;
}


.top-bar {
    background: #222222;
}

.top-bar ul.points {
    display: flex;
    align-items: baseline;
    justify-content: center;
    margin-bottom: 0;
    flex-wrap: wrap;
    flex-direction: row;
    align-content: space-between;
}

.top-bar ul.points li a {
    color: #a7a7a7;
}
.top-bar ul.points li a:hover {
    color: #d50a04;
}
.top-bar ul.points li {
    margin-bottom: 0;
    color: #a7a7a7;
    font: 16px
/30px "Open Sans", cursive, "Lato", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    list-style: none;
    font-weight: 300;
    margin-left: 10px;
    margin-right: 10px;
    line-height: 37px;
}

.top-bar ul.points li span.icon-check {
    margin-right: 2px;
}

.site-header .logo {
    margin-top: -45px;
}

.site-branding {
    background: #1a1a1a;
}

.site-header .logo img {
    max-width: 105px;
}

.site-header .ski-menu {
    justify-content: center;
    padding: 0px 0px;
}

.fa-shopping-bag:before {
    content: "\f290";
}

.ski-cart-icon i.fa.fa-shopping-bag:before {
    font-family: 'icomoon' !important;
    content: "\e906";
    color: #fff;
    margin-top: 14px;
    display: inline-block;
}


.ski-search-login .fa-search:before {
    content: "\e905";
    font-family: 'icomoon' !important;
    font-size: 22px;
    color: #fff;
}

.ski-search-login .fa-user:before {
    content: "\e904";
    font-family: 'icomoon' !important;
    color: #fff;
    font-size: 22px;
}

.ski-header-login .ski-signin + .ski-signin:before,
.ski-header-search .ski-search-icon:before {
    display: none
}

.top-bar .vc_col-sm-12 {
    width: 100% !important;
}


.woocommerce.product.compare-button.compare-button-ski {
    display: none;
}

@media (min-width: 1359px) and (max-width: 1459px){
    .top-bar ul.points li {
        font-size: 14px;
    }
}
@media (min-width: 768px) and (max-width: 1360px){
    .top-bar ul.points li {
        font-size: 12px;
        line-height: 25px;
    }

    .ski-search-login .fa-user:before,
    .ski-search-login .fa-search:before {
        font-size: 16px;
    }

    .ski-mini-cart .ski-cart-amount {
        font-size: 10px;
        line-height: 14px;
        top: 12px;
        min-width: 16px;
    }
    
}


@media (min-width: 768px) and (max-width: 1024px){
    .ski-mini-cart {
        width: 35px;
        height: 35px;
    }
}

@media (min-width: 768px) and (max-width: 991px){
    .site-header .logo {
        margin-top: 15px;
    }
    .top-bar ul.points li {
        font-size: 12px;
        line-height: 16px;
    }
}

@media (min-width: 320px) and (max-width: 767px){
    .top-bar ul.points li {
        font-size: 12px;
        line-height: 16px;
        display: inline;
        padding-right: 10px;
        margin: 0;
    }
    .site-header .logo {
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .ski-mini-cart {
        width: 35px;
        height: 35px;
    }
    .ski-mini-cart .ski-cart-amount {
        top: 10px;
    }
    .site-header {
        padding: 0;
    }
}

@media (min-width: 320px) and (max-width: 480px){
    .top-bar ul.points {
        justify-content: start;
        padding: 0;
    }
    .top-bar ul.points li {
        font-size: 11px;
    }
    .site-header {
        padding: 0;
    }
}



.left-accordion{
    display: none;
}

#whatsapp_chat_widget div#wa-widget-send-button {
    right: 100px !important;
    left: auto;
    margin-bottom: 23px !important;
}