@charset "UTF-8";
/*------------------------------------*\
	
    SCSS COMPILE LIST
    
\*------------------------------------*/
/* DEFAULT RESPONSIVE LAYOUTS */
/*------------------------------------*\
    LITESPEED 
\*------------------------------------*/
/* PART 1 - Before Lazy Load */
@import url("http://fast.fonts.net/t/1.css?apiType=css&projectid=0e52bb1c-ac49-406d-a9af-22ee05937108");
img[data-lazyloaded] {
  opacity: 0;
}

/* PART 2 - Upon Lazy Load */
img.litespeed-loaded {
  transition: opacity .5s linear 0.2s;
  opacity: 1;
}

/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}

/*------------------------------------*\
    MIXINS
\*------------------------------------*/
.link-overlay a {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

 /*------------------------------------*\
	
    FONTS

\*------------------------------------*/
body, ul li, ol li, .dc-search-wrapper .search-input, .gform_wrapper .gform_body ul li.gfield label, .gform_wrapper .gform_body ul li.gfield .ginput_container input[type=email],
.gform_wrapper .gform_body ul li.gfield .ginput_container input[type=number],
.gform_wrapper .gform_body ul li.gfield .ginput_container input[type=password],
.gform_wrapper .gform_body ul li.gfield .ginput_container input[type=tel],
.gform_wrapper .gform_body ul li.gfield .ginput_container input[type=text],
.gform_wrapper .gform_body ul li.gfield .ginput_container input[type=url],
.gform_wrapper .gform_body ul li.gfield .ginput_container textarea.medium,
.gform_wrapper .gform_body ul li.gfield .ginput_container textarea.large,
.gform_wrapper .gform_body ul li.gfield .ginput_container textarea.small,
.gform_wrapper .gform_body ul li.gfield .ginput_container select,
.gform_wrapper .gform_body ul li.gfield .ginput_container #theme-page select, body.woocommerce-account.woocommerce-page .panel.main .page_content .woocommerce .woocommerce-MyAccount-content label, body.woocommerce-account.woocommerce-page .panel.main .page_content .woocommerce .woocommerce-MyAccount-content input[type=email],
body.woocommerce-account.woocommerce-page .panel.main .page_content .woocommerce .woocommerce-MyAccount-content input[type=number],
body.woocommerce-account.woocommerce-page .panel.main .page_content .woocommerce .woocommerce-MyAccount-content input[type=password],
body.woocommerce-account.woocommerce-page .panel.main .page_content .woocommerce .woocommerce-MyAccount-content input[type=tel],
body.woocommerce-account.woocommerce-page .panel.main .page_content .woocommerce .woocommerce-MyAccount-content input[type=text],
body.woocommerce-account.woocommerce-page .panel.main .page_content .woocommerce .woocommerce-MyAccount-content input[type=url],
body.woocommerce-account.woocommerce-page .panel.main .page_content .woocommerce .woocommerce-MyAccount-content textarea.medium,
body.woocommerce-account.woocommerce-page .panel.main .page_content .woocommerce .woocommerce-MyAccount-content textarea.large,
body.woocommerce-account.woocommerce-page .panel.main .page_content .woocommerce .woocommerce-MyAccount-content textarea.small,
body.woocommerce-account.woocommerce-page .panel.main .page_content .woocommerce .woocommerce-MyAccount-content select,
body.woocommerce-account.woocommerce-page .panel.main .page_content .woocommerce .woocommerce-MyAccount-content #theme-page select, body.error404 .panel.main .row #post-404 .error_search form.search input.search-input, body.search-results .search-content form.search input,
body.search-no-results .search-content form.search input {
  font-family: "Ubuntu", Arial, "Helvetica Neue", Helvetica, sans-serif !important;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-weight: 300;
}

.shop-layout .shop-sidebar .pwf-field-item-title, .shop-layout .shop-sidebar .pwf-field-item-container .pwf-item .text-title, body.woocommerce-account.woocommerce-page .panel.main .page_content .woocommerce .woocommerce-MyAccount-navigation ul li a {
  font-family: "Ubuntu", Arial, "Helvetica Neue", Helvetica, sans-serif !important;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-weight: 400;
}

.header-search .ajaxsearchpro .probox .proinput input::-webkit-input-placeholder, .header-search .ajaxsearchpro .probox .proinput input::-moz-placeholder, .header-search .ajaxsearchpro .probox .proinput input::-ms-input-placeholder, .dc-titlebox + .dc-post-grid .post-grid-items .meta_info .result_desc, .dc-titlebox + .dc-post-grid .post-grid-items .meta_info .category_filter label, .dc-titlebox + .dc-post-grid .post-grid-items .meta_info .category_filter form select, .dc-filters .dc-woocommerce-ordering form select, .shop-layout .shop-list .woocommerce-result-count, .woocommerce ul.products .quickview-wrapper .price,
.woocommerce ul.products li.product .price,
.woocommerce-page .quickview-wrapper .price,
.woocommerce-page li.product .price, .woocommerce .site-main > div.product .summary .price, .woocommerce .site-main > div.product .summary .product_meta .price_match h4, .woocommerce div.product .woocommerce-tabs ul.wc-tabs li a {
  font-family: "Ubuntu", Arial, "Helvetica Neue", Helvetica, sans-serif !important;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-weight: 500;
}

.post-grid-items .item .text h3, .dc-packages .item .prod_title, .woocommerce ul.products .quickview-wrapper h2.woocommerce-loop-product__title,
.woocommerce ul.products li.product h2.woocommerce-loop-product__title,
.woocommerce-page .quickview-wrapper h2.woocommerce-loop-product__title,
.woocommerce-page li.product h2.woocommerce-loop-product__title, .woocommerce ul.products li.product.highlighted_product .prod_details .sale,
.woocommerce-page li.product.highlighted_product .prod_details .sale, .woocommerce ul.products li.product.highlighted_product .prod_details .price,
.woocommerce-page li.product.highlighted_product .prod_details .price, .dc-product-carousel .product.highlighted_product .prod_details .sale, .dc-product-carousel .product.highlighted_product .prod_details h2.woocommerce-loop-product__title, .dc-product-carousel .product.highlighted_product .prod_details .price, .woocommerce .site-main > div.product .summary .product_title {
  font-family: "Ubuntu", Arial, "Helvetica Neue", Helvetica, sans-serif !important;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-weight: 700;
}

@font-face {
  font-family: "Milo W04 Light";
  src: url("../fonts/milo-fonts/508189b8-0957-429d-9f50-82f75b693f19.woff2") format("woff2"), url("../fonts/milo-fonts/0eca5a51-6eb4-4d4e-a3e7-a8ae30e4fa20.woff") format("woff");
}
@font-face {
  font-family: "Milo W04 Regular";
  src: url("../fonts/milo-fonts/e61c8ecb-90f0-4676-9482-2a3a5cb1732a.woff2") format("woff2"), url("../fonts/milo-fonts/26413aa0-411b-460a-a4ca-71311e59af4e.woff") format("woff");
}
@font-face {
  font-family: "Milo W04 Medium";
  src: url("../fonts/milo-fonts/310889f0-64d7-4dbc-8f7c-8db650e7fd2a.woff2") format("woff2"), url("../fonts/milo-fonts/77ef079a-a617-4930-9107-40e302840863.woff") format("woff");
}
@font-face {
  font-family: "Milo W04 Bold";
  src: url("../fonts/milo-fonts/16a7042c-aebf-4198-8cf8-3712e9d1900e.woff2") format("woff2"), url("../fonts/milo-fonts/f18239cd-17e4-4bb5-8100-930906e7fb3d.woff") format("woff");
}
.dc-experience-section .experience-tabs .tab_heading > .heading h3, .woocommerce ul.products .quickview-wrapper a.button,
.woocommerce ul.products li.product a.button,
.woocommerce-page .quickview-wrapper a.button,
.woocommerce-page li.product a.button, .dc-product-carousel .product.highlighted_product .prod_details a.button {
  font-family: "Milo W04 Light", Arial, "Helvetica Neue", Helvetica, sans-serif !important;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
}

.product_search .ajaxsearchpro#ajaxsearchpro3_1 .probox .proinput input::-webkit-input-placeholder, .product_search .ajaxsearchpro#ajaxsearchpro3_1 .probox .proinput input::-moz-placeholder, .product_search .ajaxsearchpro#ajaxsearchpro3_1 .probox .proinput input::-ms-input-placeholder, .dc-post-masonry .item .content .text .tags, .dc-cta .inner p, .dc_mini_cart #cart-dropdown .woocommerce-mini-cart__total strong, article > .page_content > .inner > .woocommerce .cart-collaterals .cart_totals h2 {
  font-family: "Milo W04 Regular", Arial, "Helvetica Neue", Helvetica, sans-serif !important;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
}

a.dc-btn, .dc-experience-section .experiences_gallery .item .content .view-text, .dc-post-masonry .item .content .text .readmore a, .dc-commercial-solutions .solutions-list .solution .content .view-text, a.dc-link, a.white-link, .dc-titlebox .breadcrumbs #breadcrumbs span, .woocommerce nav.woocommerce-breadcrumb, .woocommerce nav.woocommerce-breadcrumb a, .gform_wrapper .gform_footer input.button,
.gform_wrapper .gform_footer input[type=submit], .woocommerce .woocommerce-breadcrumb, .shop-list .woocommerce-products-header .more_details .show_more,
.shop-list .woocommerce-products-header .more_details .show_less, .woocommerce ul.products .quickview-wrapper .product_img > .fancybox,
.woocommerce ul.products li.product .product_img > .fancybox,
.woocommerce-page .quickview-wrapper .product_img > .fancybox,
.woocommerce-page li.product .product_img > .fancybox, .woocommerce ul.products li.product.highlighted_product .prod_details a.view_more,
.woocommerce-page li.product.highlighted_product .prod_details a.view_more, .dc-product-carousel .product.highlighted_product .prod_details a.view_more, .woocommerce .site-main > div.product .summary form.cart button.single_add_to_cart_button, .woocommerce .site-main > div.product .summary .discontinued .button-wrapper a,
.woocommerce .site-main > div.product .summary .discontinued .button-wrapper button,
.woocommerce .site-main > div.product .summary .exclusive_stores .button-wrapper a,
.woocommerce .site-main > div.product .summary .exclusive_stores .button-wrapper button,
.woocommerce .site-main > div.product .summary .selected_stores .button-wrapper a,
.woocommerce .site-main > div.product .summary .selected_stores .button-wrapper button,
.woocommerce .site-main > div.product .summary .woocommerce-variation-availability .button-wrapper a,
.woocommerce .site-main > div.product .summary .woocommerce-variation-availability .button-wrapper button, .woocommerce .site-main > div.product .summary a.fancybox, .woocommerce .site-main > div.product .summary .wcwl_control .button, .woocommerce .site-main > div.product .summary .discontinued a, .woocommerce .site-main > div.product .summary .woocommerce-variation-add-to-cart .single_add_to_cart_button, .woocommerce .site-main > div.product .summary .woocommerce-variation-availability .woocommerce_waitlist, .woocommerce .site-main > div.product .summary .product_meta .price_match a, .woocommerce .site-main > div.product .summary .product_tags .label, body.woocommerce-account.woocommerce-page .panel.main .page_content .woocommerce .woocommerce-MyAccount-content .woocommerce-Button,
body.woocommerce-account.woocommerce-page .panel.main .page_content .woocommerce .woocommerce-MyAccount-content .woocommerce-button, body.error404 .panel.main .row #post-404 .error_search form.search button.search-submit, body.search-results .search-content form.search button.search-submit,
body.search-no-results .search-content form.search button.search-submit {
  font-family: "Milo W04 Medium", Arial, "Helvetica Neue", Helvetica, sans-serif !important;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
}

h1, h2, h3, h4, h5, h6, .footer .footer-top-inner .footer-widget .widgettitle, .dc-commercial-solutions .solutions-list .solution .content .title, .dc-guarantee-boxes .boxes .box .text .title, .woocommerce div.product .woocommerce-tabs #tab-specifications .title1 {
  font-family: "Milo W04 Bold", Arial, "Helvetica Neue", Helvetica, sans-serif !important;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
}

/* FONTAWESOME */
/*!
 * Font Awesome Pro 5.15.3 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 */
.fa,
.fas,
a.arrow-right:after,
.dc-experience-section .experiences_gallery .item .content .view-text:after,
.dc-post-masonry .item .content .text .readmore a:after,
.dc-commercial-solutions .solutions-list .solution .content .view-text:after,
#header_main .main_menu #mega-menu-header-bottom-menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item.blue_link > a.mega-menu-link:after,
#header_main .main_menu #mega-menu-header-bottom-menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column a.blue-link:after,
.dc-search-wrapper form:before,
.dc-filters .dc-woocommerce-ordering lable:before,
.shop-layout .shop-sidebar .pwf-field-item-title:after,
body.woocommerce-account.woocommerce-page .panel.main .page_content .woocommerce .woocommerce-MyAccount-navigation ul li a:after,
.far,
.fal,
.woocommerce .site-main > div.product .summary .discontinued .message:before,
.woocommerce .site-main > div.product .summary .discontinued .wcwl_intro:before,
.woocommerce .site-main > div.product .summary .exclusive_stores .message:before,
.woocommerce .site-main > div.product .summary .exclusive_stores .wcwl_intro:before,
.woocommerce .site-main > div.product .summary .selected_stores .message:before,
.woocommerce .site-main > div.product .summary .selected_stores .wcwl_intro:before,
.woocommerce .site-main > div.product .summary .woocommerce-variation-availability .message:before,
.woocommerce .site-main > div.product .summary .woocommerce-variation-availability .wcwl_intro:before,
.woocommerce .site-main > div.product .summary .out-of-stock:before,
.woocommerce .site-main > div.product .summary .wcwl_elements .wcwl_intro:before,
.fad,
.fab {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}

.fa-lg {
  font-size: 1.3333333333em;
  line-height: 0.75em;
  vertical-align: -.0667em;
}

.fa-xs {
  font-size: .75em;
}

.fa-sm {
  font-size: .875em;
}

.fa-1x {
  font-size: 1em;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-6x {
  font-size: 6em;
}

.fa-7x {
  font-size: 7em;
}

.fa-8x {
  font-size: 8em;
}

.fa-9x {
  font-size: 9em;
}

.fa-10x {
  font-size: 10em;
}

.fa-fw {
  text-align: center;
  width: 1.25em;
}

.fa-ul {
  list-style-type: none;
  margin-left: 2.5em;
  padding-left: 0;
}
.fa-ul > li {
  position: relative;
}

.fa-li {
  left: -2em;
  position: absolute;
  text-align: center;
  width: 2em;
  line-height: inherit;
}

.fa-border {
  border: solid 0.08em #eee;
  border-radius: .1em;
  padding: .2em .25em .15em;
}

.fa-pull-left {
  float: left;
}

.fa-pull-right {
  float: right;
}

.fa.fa-pull-left,
.fas.fa-pull-left,
a.fa-pull-left.arrow-right:after,
.dc-experience-section .experiences_gallery .item .content .fa-pull-left.view-text:after,
.dc-post-masonry .item .content .text .readmore a.fa-pull-left:after,
.dc-commercial-solutions .solutions-list .solution .content .fa-pull-left.view-text:after,
#header_main .main_menu #mega-menu-header-bottom-menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item.blue_link > a.fa-pull-left.mega-menu-link:after,
#header_main .main_menu #mega-menu-header-bottom-menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column a.fa-pull-left.blue-link:after,
.dc-search-wrapper form.fa-pull-left:before,
.dc-filters .dc-woocommerce-ordering lable.fa-pull-left:before,
.shop-layout .shop-sidebar .fa-pull-left.pwf-field-item-title:after,
body.woocommerce-account.woocommerce-page .panel.main .page_content .woocommerce .woocommerce-MyAccount-navigation ul li a.fa-pull-left:after,
.far.fa-pull-left,
.fal.fa-pull-left,
.woocommerce .site-main > div.product .summary .discontinued .fa-pull-left.message:before,
.woocommerce .site-main > div.product .summary .discontinued .fa-pull-left.wcwl_intro:before,
.woocommerce .site-main > div.product .summary .exclusive_stores .fa-pull-left.message:before,
.woocommerce .site-main > div.product .summary .exclusive_stores .fa-pull-left.wcwl_intro:before,
.woocommerce .site-main > div.product .summary .selected_stores .fa-pull-left.message:before,
.woocommerce .site-main > div.product .summary .selected_stores .fa-pull-left.wcwl_intro:before,
.woocommerce .site-main > div.product .summary .woocommerce-variation-availability .fa-pull-left.message:before,
.woocommerce .site-main > div.product .summary .woocommerce-variation-availability .fa-pull-left.wcwl_intro:before,
.woocommerce .site-main > div.product .summary .fa-pull-left.out-of-stock:before,
.woocommerce .site-main > div.product .summary .wcwl_elements .fa-pull-left.wcwl_intro:before,
.fab.fa-pull-left {
  margin-right: .3em;
}
.fa.fa-pull-right,
.fas.fa-pull-right,
a.fa-pull-right.arrow-right:after,
.dc-experience-section .experiences_gallery .item .content .fa-pull-right.view-text:after,
.dc-post-masonry .item .content .text .readmore a.fa-pull-right:after,
.dc-commercial-solutions .solutions-list .solution .content .fa-pull-right.view-text:after,
#header_main .main_menu #mega-menu-header-bottom-menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item.blue_link > a.fa-pull-right.mega-menu-link:after,
#header_main .main_menu #mega-menu-header-bottom-menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column a.fa-pull-right.blue-link:after,
.dc-search-wrapper form.fa-pull-right:before,
.dc-filters .dc-woocommerce-ordering lable.fa-pull-right:before,
.shop-layout .shop-sidebar .fa-pull-right.pwf-field-item-title:after,
body.woocommerce-account.woocommerce-page .panel.main .page_content .woocommerce .woocommerce-MyAccount-navigation ul li a.fa-pull-right:after,
.far.fa-pull-right,
.fal.fa-pull-right,
.woocommerce .site-main > div.product .summary .discontinued .fa-pull-right.message:before,
.woocommerce .site-main > div.product .summary .discontinued .fa-pull-right.wcwl_intro:before,
.woocommerce .site-main > div.product .summary .exclusive_stores .fa-pull-right.message:before,
.woocommerce .site-main > div.product .summary .exclusive_stores .fa-pull-right.wcwl_intro:before,
.woocommerce .site-main > div.product .summary .selected_stores .fa-pull-right.message:before,
.woocommerce .site-main > div.product .summary .selected_stores .fa-pull-right.wcwl_intro:before,
.woocommerce .site-main > div.product .summary .woocommerce-variation-availability .fa-pull-right.message:before,
.woocommerce .site-main > div.product .summary .woocommerce-variation-availability .fa-pull-right.wcwl_intro:before,
.woocommerce .site-main > div.product .summary .fa-pull-right.out-of-stock:before,
.woocommerce .site-main > div.product .summary .wcwl_elements .fa-pull-right.wcwl_intro:before,
.fab.fa-pull-right {
  margin-left: .3em;
}

.fa-spin {
  animation: fa-spin 2s infinite linear;
}

.fa-pulse {
  animation: fa-spin 1s infinite steps(8);
}

@keyframes fa-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -ms-transform: rotate(90deg);
      transform: rotate(90deg);
}

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -ms-transform: rotate(180deg);
      transform: rotate(180deg);
}

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -ms-transform: rotate(270deg);
      transform: rotate(270deg);
}

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -ms-transform: scale(-1, 1);
      transform: scale(-1, 1);
}

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -ms-transform: scale(1, -1);
      transform: scale(1, -1);
}

.fa-flip-both, .fa-flip-horizontal.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -ms-transform: scale(-1, -1);
      transform: scale(-1, -1);
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical,
:root .fa-flip-both {
  filter: none;
}

.fa-stack {
  display: inline-block;
  height: 2em;
  line-height: 2em;
  position: relative;
  vertical-align: middle;
  width: 2.5em;
}

.fa-stack-1x,
.fa-stack-2x {
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: #fff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
readers do not read off random characters that represent icons */
.fa-500px:before {
  content: "";
}

.fa-abacus:before {
  content: "";
}

.fa-accessible-icon:before {
  content: "";
}

.fa-accusoft:before {
  content: "";
}

.fa-acorn:before {
  content: "";
}

.fa-acquisitions-incorporated:before {
  content: "";
}

.fa-ad:before {
  content: "";
}

.fa-address-book:before {
  content: "";
}

.fa-address-card:before {
  content: "";
}

.fa-adjust:before {
  content: "";
}

.fa-adn:before {
  content: "";
}

.fa-adversal:before {
  content: "";
}

.fa-affiliatetheme:before {
  content: "";
}

.fa-air-conditioner:before {
  content: "";
}

.fa-air-freshener:before {
  content: "";
}

.fa-airbnb:before {
  content: "";
}

.fa-alarm-clock:before {
  content: "";
}

.fa-alarm-exclamation:before {
  content: "";
}

.fa-alarm-plus:before {
  content: "";
}

.fa-alarm-snooze:before {
  content: "";
}

.fa-album:before {
  content: "";
}

.fa-album-collection:before {
  content: "";
}

.fa-algolia:before {
  content: "";
}

.fa-alicorn:before {
  content: "";
}

.fa-alien:before {
  content: "";
}

.fa-alien-monster:before {
  content: "";
}

.fa-align-center:before {
  content: "";
}

.fa-align-justify:before {
  content: "";
}

.fa-align-left:before {
  content: "";
}

.fa-align-right:before {
  content: "";
}

.fa-align-slash:before {
  content: "";
}

.fa-alipay:before {
  content: "";
}

.fa-allergies:before {
  content: "";
}

.fa-amazon:before {
  content: "";
}

.fa-amazon-pay:before {
  content: "";
}

.fa-ambulance:before {
  content: "";
}

.fa-american-sign-language-interpreting:before {
  content: "";
}

.fa-amilia:before {
  content: "";
}

.fa-amp-guitar:before {
  content: "";
}

.fa-analytics:before {
  content: "";
}

.fa-anchor:before {
  content: "";
}

.fa-android:before {
  content: "";
}

.fa-angel:before {
  content: "";
}

.fa-angellist:before {
  content: "";
}

.fa-angle-double-down:before {
  content: "";
}

.fa-angle-double-left:before {
  content: "";
}

.fa-angle-double-right:before {
  content: "";
}

.fa-angle-double-up:before {
  content: "";
}

.fa-angle-down:before {
  content: "";
}

.fa-angle-left:before {
  content: "";
}

.fa-angle-right:before {
  content: "";
}

.fa-angle-up:before {
  content: "";
}

.fa-angry:before {
  content: "";
}

.fa-angrycreative:before {
  content: "";
}

.fa-angular:before {
  content: "";
}

.fa-ankh:before {
  content: "";
}

.fa-app-store:before {
  content: "";
}

.fa-app-store-ios:before {
  content: "";
}

.fa-apper:before {
  content: "";
}

.fa-apple:before {
  content: "";
}

.fa-apple-alt:before {
  content: "";
}

.fa-apple-crate:before {
  content: "";
}

.fa-apple-pay:before {
  content: "";
}

.fa-archive:before {
  content: "";
}

.fa-archway:before {
  content: "";
}

.fa-arrow-alt-circle-down:before {
  content: "";
}

.fa-arrow-alt-circle-left:before {
  content: "";
}

.fa-arrow-alt-circle-right:before {
  content: "";
}

.fa-arrow-alt-circle-up:before {
  content: "";
}

.fa-arrow-alt-down:before {
  content: "";
}

.fa-arrow-alt-from-bottom:before {
  content: "";
}

.fa-arrow-alt-from-left:before {
  content: "";
}

.fa-arrow-alt-from-right:before {
  content: "";
}

.fa-arrow-alt-from-top:before {
  content: "";
}

.fa-arrow-alt-left:before {
  content: "";
}

.fa-arrow-alt-right:before {
  content: "";
}

.fa-arrow-alt-square-down:before {
  content: "";
}

.fa-arrow-alt-square-left:before {
  content: "";
}

.fa-arrow-alt-square-right:before {
  content: "";
}

.fa-arrow-alt-square-up:before {
  content: "";
}

.fa-arrow-alt-to-bottom:before {
  content: "";
}

.fa-arrow-alt-to-left:before {
  content: "";
}

.fa-arrow-alt-to-right:before {
  content: "";
}

.fa-arrow-alt-to-top:before {
  content: "";
}

.fa-arrow-alt-up:before {
  content: "";
}

.fa-arrow-circle-down:before {
  content: "";
}

.fa-arrow-circle-left:before {
  content: "";
}

.fa-arrow-circle-right:before {
  content: "";
}

.fa-arrow-circle-up:before {
  content: "";
}

.fa-arrow-down:before {
  content: "";
}

.fa-arrow-from-bottom:before {
  content: "";
}

.fa-arrow-from-left:before {
  content: "";
}

.fa-arrow-from-right:before {
  content: "";
}

.fa-arrow-from-top:before {
  content: "";
}

.fa-arrow-left:before {
  content: "";
}

.fa-arrow-right:before {
  content: "";
}

.fa-arrow-square-down:before {
  content: "";
}

.fa-arrow-square-left:before {
  content: "";
}

.fa-arrow-square-right:before {
  content: "";
}

.fa-arrow-square-up:before {
  content: "";
}

.fa-arrow-to-bottom:before {
  content: "";
}

.fa-arrow-to-left:before {
  content: "";
}

.fa-arrow-to-right:before {
  content: "";
}

.fa-arrow-to-top:before {
  content: "";
}

.fa-arrow-up:before {
  content: "";
}

.fa-arrows:before {
  content: "";
}

.fa-arrows-alt:before {
  content: "";
}

.fa-arrows-alt-h:before {
  content: "";
}

.fa-arrows-alt-v:before {
  content: "";
}

.fa-arrows-h:before {
  content: "";
}

.fa-arrows-v:before {
  content: "";
}

.fa-artstation:before {
  content: "";
}

.fa-assistive-listening-systems:before {
  content: "";
}

.fa-asterisk:before {
  content: "";
}

.fa-asymmetrik:before {
  content: "";
}

.fa-at:before {
  content: "";
}

.fa-atlas:before {
  content: "";
}

.fa-atlassian:before {
  content: "";
}

.fa-atom:before {
  content: "";
}

.fa-atom-alt:before {
  content: "";
}

.fa-audible:before {
  content: "";
}

.fa-audio-description:before {
  content: "";
}

.fa-autoprefixer:before {
  content: "";
}

.fa-avianex:before {
  content: "";
}

.fa-aviato:before {
  content: "";
}

.fa-award:before {
  content: "";
}

.fa-aws:before {
  content: "";
}

.fa-axe:before {
  content: "";
}

.fa-axe-battle:before {
  content: "";
}

.fa-baby:before {
  content: "";
}

.fa-baby-carriage:before {
  content: "";
}

.fa-backpack:before {
  content: "";
}

.fa-backspace:before {
  content: "";
}

.fa-backward:before {
  content: "";
}

.fa-bacon:before {
  content: "";
}

.fa-bacteria:before {
  content: "";
}

.fa-bacterium:before {
  content: "";
}

.fa-badge:before {
  content: "";
}

.fa-badge-check:before {
  content: "";
}

.fa-badge-dollar:before {
  content: "";
}

.fa-badge-percent:before {
  content: "";
}

.fa-badge-sheriff:before {
  content: "";
}

.fa-badger-honey:before {
  content: "";
}

.fa-bags-shopping:before {
  content: "";
}

.fa-bahai:before {
  content: "";
}

.fa-balance-scale:before {
  content: "";
}

.fa-balance-scale-left:before {
  content: "";
}

.fa-balance-scale-right:before {
  content: "";
}

.fa-ball-pile:before {
  content: "";
}

.fa-ballot:before {
  content: "";
}

.fa-ballot-check:before {
  content: "";
}

.fa-ban:before {
  content: "";
}

.fa-band-aid:before {
  content: "";
}

.fa-bandcamp:before {
  content: "";
}

.fa-banjo:before {
  content: "";
}

.fa-barcode:before {
  content: "";
}

.fa-barcode-alt:before {
  content: "";
}

.fa-barcode-read:before {
  content: "";
}

.fa-barcode-scan:before {
  content: "";
}

.fa-bars:before {
  content: "";
}

.fa-baseball:before {
  content: "";
}

.fa-baseball-ball:before {
  content: "";
}

.fa-basketball-ball:before {
  content: "";
}

.fa-basketball-hoop:before {
  content: "";
}

.fa-bat:before {
  content: "";
}

.fa-bath:before {
  content: "";
}

.fa-battery-bolt:before {
  content: "";
}

.fa-battery-empty:before {
  content: "";
}

.fa-battery-full:before {
  content: "";
}

.fa-battery-half:before {
  content: "";
}

.fa-battery-quarter:before {
  content: "";
}

.fa-battery-slash:before {
  content: "";
}

.fa-battery-three-quarters:before {
  content: "";
}

.fa-battle-net:before {
  content: "";
}

.fa-bed:before {
  content: "";
}

.fa-bed-alt:before {
  content: "";
}

.fa-bed-bunk:before {
  content: "";
}

.fa-bed-empty:before {
  content: "";
}

.fa-beer:before {
  content: "";
}

.fa-behance:before {
  content: "";
}

.fa-behance-square:before {
  content: "";
}

.fa-bell:before {
  content: "";
}

.fa-bell-exclamation:before {
  content: "";
}

.fa-bell-on:before {
  content: "";
}

.fa-bell-plus:before {
  content: "";
}

.fa-bell-school:before {
  content: "";
}

.fa-bell-school-slash:before {
  content: "";
}

.fa-bell-slash:before {
  content: "";
}

.fa-bells:before {
  content: "";
}

.fa-betamax:before {
  content: "";
}

.fa-bezier-curve:before {
  content: "";
}

.fa-bible:before {
  content: "";
}

.fa-bicycle:before {
  content: "";
}

.fa-biking:before {
  content: "";
}

.fa-biking-mountain:before {
  content: "";
}

.fa-bimobject:before {
  content: "";
}

.fa-binoculars:before {
  content: "";
}

.fa-biohazard:before {
  content: "";
}

.fa-birthday-cake:before {
  content: "";
}

.fa-bitbucket:before {
  content: "";
}

.fa-bitcoin:before {
  content: "";
}

.fa-bity:before {
  content: "";
}

.fa-black-tie:before {
  content: "";
}

.fa-blackberry:before {
  content: "";
}

.fa-blanket:before {
  content: "";
}

.fa-blender:before {
  content: "";
}

.fa-blender-phone:before {
  content: "";
}

.fa-blind:before {
  content: "";
}

.fa-blinds:before {
  content: "";
}

.fa-blinds-open:before {
  content: "";
}

.fa-blinds-raised:before {
  content: "";
}

.fa-blog:before {
  content: "";
}

.fa-blogger:before {
  content: "";
}

.fa-blogger-b:before {
  content: "";
}

.fa-bluetooth:before {
  content: "";
}

.fa-bluetooth-b:before {
  content: "";
}

.fa-bold:before {
  content: "";
}

.fa-bolt:before {
  content: "";
}

.fa-bomb:before {
  content: "";
}

.fa-bone:before {
  content: "";
}

.fa-bone-break:before {
  content: "";
}

.fa-bong:before {
  content: "";
}

.fa-book:before {
  content: "";
}

.fa-book-alt:before {
  content: "";
}

.fa-book-dead:before {
  content: "";
}

.fa-book-heart:before {
  content: "";
}

.fa-book-medical:before {
  content: "";
}

.fa-book-open:before {
  content: "";
}

.fa-book-reader:before {
  content: "";
}

.fa-book-spells:before {
  content: "";
}

.fa-book-user:before {
  content: "";
}

.fa-bookmark:before {
  content: "";
}

.fa-books:before {
  content: "";
}

.fa-books-medical:before {
  content: "";
}

.fa-boombox:before {
  content: "";
}

.fa-boot:before {
  content: "";
}

.fa-booth-curtain:before {
  content: "";
}

.fa-bootstrap:before {
  content: "";
}

.fa-border-all:before {
  content: "";
}

.fa-border-bottom:before {
  content: "";
}

.fa-border-center-h:before {
  content: "";
}

.fa-border-center-v:before {
  content: "";
}

.fa-border-inner:before {
  content: "";
}

.fa-border-left:before {
  content: "";
}

.fa-border-none:before {
  content: "";
}

.fa-border-outer:before {
  content: "";
}

.fa-border-right:before {
  content: "";
}

.fa-border-style:before {
  content: "";
}

.fa-border-style-alt:before {
  content: "";
}

.fa-border-top:before {
  content: "";
}

.fa-bow-arrow:before {
  content: "";
}

.fa-bowling-ball:before {
  content: "";
}

.fa-bowling-pins:before {
  content: "";
}

.fa-box:before {
  content: "";
}

.fa-box-alt:before {
  content: "";
}

.fa-box-ballot:before {
  content: "";
}

.fa-box-check:before {
  content: "";
}

.fa-box-fragile:before {
  content: "";
}

.fa-box-full:before {
  content: "";
}

.fa-box-heart:before {
  content: "";
}

.fa-box-open:before {
  content: "";
}

.fa-box-tissue:before {
  content: "";
}

.fa-box-up:before {
  content: "";
}

.fa-box-usd:before {
  content: "";
}

.fa-boxes:before {
  content: "";
}

.fa-boxes-alt:before {
  content: "";
}

.fa-boxing-glove:before {
  content: "";
}

.fa-brackets:before {
  content: "";
}

.fa-brackets-curly:before {
  content: "";
}

.fa-braille:before {
  content: "";
}

.fa-brain:before {
  content: "";
}

.fa-bread-loaf:before {
  content: "";
}

.fa-bread-slice:before {
  content: "";
}

.fa-briefcase:before {
  content: "";
}

.fa-briefcase-medical:before {
  content: "";
}

.fa-bring-forward:before {
  content: "";
}

.fa-bring-front:before {
  content: "";
}

.fa-broadcast-tower:before {
  content: "";
}

.fa-broom:before {
  content: "";
}

.fa-browser:before {
  content: "";
}

.fa-brush:before {
  content: "";
}

.fa-btc:before {
  content: "";
}

.fa-buffer:before {
  content: "";
}

.fa-bug:before {
  content: "";
}

.fa-building:before {
  content: "";
}

.fa-bullhorn:before {
  content: "";
}

.fa-bullseye:before {
  content: "";
}

.fa-bullseye-arrow:before {
  content: "";
}

.fa-bullseye-pointer:before {
  content: "";
}

.fa-burger-soda:before {
  content: "";
}

.fa-burn:before {
  content: "";
}

.fa-buromobelexperte:before {
  content: "";
}

.fa-burrito:before {
  content: "";
}

.fa-bus:before {
  content: "";
}

.fa-bus-alt:before {
  content: "";
}

.fa-bus-school:before {
  content: "";
}

.fa-business-time:before {
  content: "";
}

.fa-buy-n-large:before {
  content: "";
}

.fa-buysellads:before {
  content: "";
}

.fa-cabinet-filing:before {
  content: "";
}

.fa-cactus:before {
  content: "";
}

.fa-calculator:before {
  content: "";
}

.fa-calculator-alt:before {
  content: "";
}

.fa-calendar:before {
  content: "";
}

.fa-calendar-alt:before {
  content: "";
}

.fa-calendar-check:before {
  content: "";
}

.fa-calendar-day:before {
  content: "";
}

.fa-calendar-edit:before {
  content: "";
}

.fa-calendar-exclamation:before {
  content: "";
}

.fa-calendar-minus:before {
  content: "";
}

.fa-calendar-plus:before {
  content: "";
}

.fa-calendar-star:before {
  content: "";
}

.fa-calendar-times:before {
  content: "";
}

.fa-calendar-week:before {
  content: "";
}

.fa-camcorder:before {
  content: "";
}

.fa-camera:before {
  content: "";
}

.fa-camera-alt:before {
  content: "";
}

.fa-camera-home:before {
  content: "";
}

.fa-camera-movie:before {
  content: "";
}

.fa-camera-polaroid:before {
  content: "";
}

.fa-camera-retro:before {
  content: "";
}

.fa-campfire:before {
  content: "";
}

.fa-campground:before {
  content: "";
}

.fa-canadian-maple-leaf:before {
  content: "";
}

.fa-candle-holder:before {
  content: "";
}

.fa-candy-cane:before {
  content: "";
}

.fa-candy-corn:before {
  content: "";
}

.fa-cannabis:before {
  content: "";
}

.fa-capsules:before {
  content: "";
}

.fa-car:before {
  content: "";
}

.fa-car-alt:before {
  content: "";
}

.fa-car-battery:before {
  content: "";
}

.fa-car-building:before {
  content: "";
}

.fa-car-bump:before {
  content: "";
}

.fa-car-bus:before {
  content: "";
}

.fa-car-crash:before {
  content: "";
}

.fa-car-garage:before {
  content: "";
}

.fa-car-mechanic:before {
  content: "";
}

.fa-car-side:before {
  content: "";
}

.fa-car-tilt:before {
  content: "";
}

.fa-car-wash:before {
  content: "";
}

.fa-caravan:before {
  content: "";
}

.fa-caravan-alt:before {
  content: "";
}

.fa-caret-circle-down:before {
  content: "";
}

.fa-caret-circle-left:before {
  content: "";
}

.fa-caret-circle-right:before {
  content: "";
}

.fa-caret-circle-up:before {
  content: "";
}

.fa-caret-down:before {
  content: "";
}

.fa-caret-left:before {
  content: "";
}

.fa-caret-right:before {
  content: "";
}

.fa-caret-square-down:before {
  content: "";
}

.fa-caret-square-left:before {
  content: "";
}

.fa-caret-square-right:before {
  content: "";
}

.fa-caret-square-up:before {
  content: "";
}

.fa-caret-up:before {
  content: "";
}

.fa-carrot:before {
  content: "";
}

.fa-cars:before {
  content: "";
}

.fa-cart-arrow-down:before {
  content: "";
}

.fa-cart-plus:before {
  content: "";
}

.fa-cash-register:before {
  content: "";
}

.fa-cassette-tape:before {
  content: "";
}

.fa-cat:before {
  content: "";
}

.fa-cat-space:before {
  content: "";
}

.fa-cauldron:before {
  content: "";
}

.fa-cc-amazon-pay:before {
  content: "";
}

.fa-cc-amex:before {
  content: "";
}

.fa-cc-apple-pay:before {
  content: "";
}

.fa-cc-diners-club:before {
  content: "";
}

.fa-cc-discover:before {
  content: "";
}

.fa-cc-jcb:before {
  content: "";
}

.fa-cc-mastercard:before {
  content: "";
}

.fa-cc-paypal:before {
  content: "";
}

.fa-cc-stripe:before {
  content: "";
}

.fa-cc-visa:before {
  content: "";
}

.fa-cctv:before {
  content: "";
}

.fa-centercode:before {
  content: "";
}

.fa-centos:before {
  content: "";
}

.fa-certificate:before {
  content: "";
}

.fa-chair:before {
  content: "";
}

.fa-chair-office:before {
  content: "";
}

.fa-chalkboard:before {
  content: "";
}

.fa-chalkboard-teacher:before {
  content: "";
}

.fa-charging-station:before {
  content: "";
}

.fa-chart-area:before {
  content: "";
}

.fa-chart-bar:before {
  content: "";
}

.fa-chart-line:before {
  content: "";
}

.fa-chart-line-down:before {
  content: "";
}

.fa-chart-network:before {
  content: "";
}

.fa-chart-pie:before {
  content: "";
}

.fa-chart-pie-alt:before {
  content: "";
}

.fa-chart-scatter:before {
  content: "";
}

.fa-check:before {
  content: "";
}

.fa-check-circle:before {
  content: "";
}

.fa-check-double:before {
  content: "";
}

.fa-check-square:before {
  content: "";
}

.fa-cheese:before {
  content: "";
}

.fa-cheese-swiss:before {
  content: "";
}

.fa-cheeseburger:before {
  content: "";
}

.fa-chess:before {
  content: "";
}

.fa-chess-bishop:before {
  content: "";
}

.fa-chess-bishop-alt:before {
  content: "";
}

.fa-chess-board:before {
  content: "";
}

.fa-chess-clock:before {
  content: "";
}

.fa-chess-clock-alt:before {
  content: "";
}

.fa-chess-king:before {
  content: "";
}

.fa-chess-king-alt:before {
  content: "";
}

.fa-chess-knight:before {
  content: "";
}

.fa-chess-knight-alt:before {
  content: "";
}

.fa-chess-pawn:before {
  content: "";
}

.fa-chess-pawn-alt:before {
  content: "";
}

.fa-chess-queen:before {
  content: "";
}

.fa-chess-queen-alt:before {
  content: "";
}

.fa-chess-rook:before {
  content: "";
}

.fa-chess-rook-alt:before {
  content: "";
}

.fa-chevron-circle-down:before {
  content: "";
}

.fa-chevron-circle-left:before {
  content: "";
}

.fa-chevron-circle-right:before {
  content: "";
}

.fa-chevron-circle-up:before {
  content: "";
}

.fa-chevron-double-down:before {
  content: "";
}

.fa-chevron-double-left:before {
  content: "";
}

.fa-chevron-double-right:before {
  content: "";
}

.fa-chevron-double-up:before {
  content: "";
}

.fa-chevron-down:before {
  content: "";
}

.fa-chevron-left:before {
  content: "";
}

.fa-chevron-right:before {
  content: "";
}

.fa-chevron-square-down:before {
  content: "";
}

.fa-chevron-square-left:before {
  content: "";
}

.fa-chevron-square-right:before {
  content: "";
}

.fa-chevron-square-up:before {
  content: "";
}

.fa-chevron-up:before {
  content: "";
}

.fa-child:before {
  content: "";
}

.fa-chimney:before {
  content: "";
}

.fa-chrome:before {
  content: "";
}

.fa-chromecast:before {
  content: "";
}

.fa-church:before {
  content: "";
}

.fa-circle:before {
  content: "";
}

.fa-circle-notch:before {
  content: "";
}

.fa-city:before {
  content: "";
}

.fa-clarinet:before {
  content: "";
}

.fa-claw-marks:before {
  content: "";
}

.fa-clinic-medical:before {
  content: "";
}

.fa-clipboard:before {
  content: "";
}

.fa-clipboard-check:before {
  content: "";
}

.fa-clipboard-list:before {
  content: "";
}

.fa-clipboard-list-check:before {
  content: "";
}

.fa-clipboard-prescription:before {
  content: "";
}

.fa-clipboard-user:before {
  content: "";
}

.fa-clock:before {
  content: "";
}

.fa-clone:before {
  content: "";
}

.fa-closed-captioning:before {
  content: "";
}

.fa-cloud:before {
  content: "";
}

.fa-cloud-download:before {
  content: "";
}

.fa-cloud-download-alt:before {
  content: "";
}

.fa-cloud-drizzle:before {
  content: "";
}

.fa-cloud-hail:before {
  content: "";
}

.fa-cloud-hail-mixed:before {
  content: "";
}

.fa-cloud-meatball:before {
  content: "";
}

.fa-cloud-moon:before {
  content: "";
}

.fa-cloud-moon-rain:before {
  content: "";
}

.fa-cloud-music:before {
  content: "";
}

.fa-cloud-rain:before {
  content: "";
}

.fa-cloud-rainbow:before {
  content: "";
}

.fa-cloud-showers:before {
  content: "";
}

.fa-cloud-showers-heavy:before {
  content: "";
}

.fa-cloud-sleet:before {
  content: "";
}

.fa-cloud-snow:before {
  content: "";
}

.fa-cloud-sun:before {
  content: "";
}

.fa-cloud-sun-rain:before {
  content: "";
}

.fa-cloud-upload:before {
  content: "";
}

.fa-cloud-upload-alt:before {
  content: "";
}

.fa-cloudflare:before {
  content: "";
}

.fa-clouds:before {
  content: "";
}

.fa-clouds-moon:before {
  content: "";
}

.fa-clouds-sun:before {
  content: "";
}

.fa-cloudscale:before {
  content: "";
}

.fa-cloudsmith:before {
  content: "";
}

.fa-cloudversify:before {
  content: "";
}

.fa-club:before {
  content: "";
}

.fa-cocktail:before {
  content: "";
}

.fa-code:before {
  content: "";
}

.fa-code-branch:before {
  content: "";
}

.fa-code-commit:before {
  content: "";
}

.fa-code-merge:before {
  content: "";
}

.fa-codepen:before {
  content: "";
}

.fa-codiepie:before {
  content: "";
}

.fa-coffee:before {
  content: "";
}

.fa-coffee-pot:before {
  content: "";
}

.fa-coffee-togo:before {
  content: "";
}

.fa-coffin:before {
  content: "";
}

.fa-coffin-cross:before {
  content: "";
}

.fa-cog:before {
  content: "";
}

.fa-cogs:before {
  content: "";
}

.fa-coin:before {
  content: "";
}

.fa-coins:before {
  content: "";
}

.fa-columns:before {
  content: "";
}

.fa-comet:before {
  content: "";
}

.fa-comment:before {
  content: "";
}

.fa-comment-alt:before {
  content: "";
}

.fa-comment-alt-check:before {
  content: "";
}

.fa-comment-alt-dollar:before {
  content: "";
}

.fa-comment-alt-dots:before {
  content: "";
}

.fa-comment-alt-edit:before {
  content: "";
}

.fa-comment-alt-exclamation:before {
  content: "";
}

.fa-comment-alt-lines:before {
  content: "";
}

.fa-comment-alt-medical:before {
  content: "";
}

.fa-comment-alt-minus:before {
  content: "";
}

.fa-comment-alt-music:before {
  content: "";
}

.fa-comment-alt-plus:before {
  content: "";
}

.fa-comment-alt-slash:before {
  content: "";
}

.fa-comment-alt-smile:before {
  content: "";
}

.fa-comment-alt-times:before {
  content: "";
}

.fa-comment-check:before {
  content: "";
}

.fa-comment-dollar:before {
  content: "";
}

.fa-comment-dots:before {
  content: "";
}

.fa-comment-edit:before {
  content: "";
}

.fa-comment-exclamation:before {
  content: "";
}

.fa-comment-lines:before {
  content: "";
}

.fa-comment-medical:before {
  content: "";
}

.fa-comment-minus:before {
  content: "";
}

.fa-comment-music:before {
  content: "";
}

.fa-comment-plus:before {
  content: "";
}

.fa-comment-slash:before {
  content: "";
}

.fa-comment-smile:before {
  content: "";
}

.fa-comment-times:before {
  content: "";
}

.fa-comments:before {
  content: "";
}

.fa-comments-alt:before {
  content: "";
}

.fa-comments-alt-dollar:before {
  content: "";
}

.fa-comments-dollar:before {
  content: "";
}

.fa-compact-disc:before {
  content: "";
}

.fa-compass:before {
  content: "";
}

.fa-compass-slash:before {
  content: "";
}

.fa-compress:before {
  content: "";
}

.fa-compress-alt:before {
  content: "";
}

.fa-compress-arrows-alt:before {
  content: "";
}

.fa-compress-wide:before {
  content: "";
}

.fa-computer-classic:before {
  content: "";
}

.fa-computer-speaker:before {
  content: "";
}

.fa-concierge-bell:before {
  content: "";
}

.fa-confluence:before {
  content: "";
}

.fa-connectdevelop:before {
  content: "";
}

.fa-construction:before {
  content: "";
}

.fa-container-storage:before {
  content: "";
}

.fa-contao:before {
  content: "";
}

.fa-conveyor-belt:before {
  content: "";
}

.fa-conveyor-belt-alt:before {
  content: "";
}

.fa-cookie:before {
  content: "";
}

.fa-cookie-bite:before {
  content: "";
}

.fa-copy:before {
  content: "";
}

.fa-copyright:before {
  content: "";
}

.fa-corn:before {
  content: "";
}

.fa-cotton-bureau:before {
  content: "";
}

.fa-couch:before {
  content: "";
}

.fa-cow:before {
  content: "";
}

.fa-cowbell:before {
  content: "";
}

.fa-cowbell-more:before {
  content: "";
}

.fa-cpanel:before {
  content: "";
}

.fa-creative-commons:before {
  content: "";
}

.fa-creative-commons-by:before {
  content: "";
}

.fa-creative-commons-nc:before {
  content: "";
}

.fa-creative-commons-nc-eu:before {
  content: "";
}

.fa-creative-commons-nc-jp:before {
  content: "";
}

.fa-creative-commons-nd:before {
  content: "";
}

.fa-creative-commons-pd:before {
  content: "";
}

.fa-creative-commons-pd-alt:before {
  content: "";
}

.fa-creative-commons-remix:before {
  content: "";
}

.fa-creative-commons-sa:before {
  content: "";
}

.fa-creative-commons-sampling:before {
  content: "";
}

.fa-creative-commons-sampling-plus:before {
  content: "";
}

.fa-creative-commons-share:before {
  content: "";
}

.fa-creative-commons-zero:before {
  content: "";
}

.fa-credit-card:before {
  content: "";
}

.fa-credit-card-blank:before {
  content: "";
}

.fa-credit-card-front:before {
  content: "";
}

.fa-cricket:before {
  content: "";
}

.fa-critical-role:before {
  content: "";
}

.fa-croissant:before {
  content: "";
}

.fa-crop:before {
  content: "";
}

.fa-crop-alt:before {
  content: "";
}

.fa-cross:before {
  content: "";
}

.fa-crosshairs:before {
  content: "";
}

.fa-crow:before {
  content: "";
}

.fa-crown:before {
  content: "";
}

.fa-crutch:before {
  content: "";
}

.fa-crutches:before {
  content: "";
}

.fa-css3:before {
  content: "";
}

.fa-css3-alt:before {
  content: "";
}

.fa-cube:before {
  content: "";
}

.fa-cubes:before {
  content: "";
}

.fa-curling:before {
  content: "";
}

.fa-cut:before {
  content: "";
}

.fa-cuttlefish:before {
  content: "";
}

.fa-d-and-d:before {
  content: "";
}

.fa-d-and-d-beyond:before {
  content: "";
}

.fa-dagger:before {
  content: "";
}

.fa-dailymotion:before {
  content: "";
}

.fa-dashcube:before {
  content: "";
}

.fa-database:before {
  content: "";
}

.fa-deaf:before {
  content: "";
}

.fa-debug:before {
  content: "";
}

.fa-deer:before {
  content: "";
}

.fa-deer-rudolph:before {
  content: "";
}

.fa-deezer:before {
  content: "";
}

.fa-delicious:before {
  content: "";
}

.fa-democrat:before {
  content: "";
}

.fa-deploydog:before {
  content: "";
}

.fa-deskpro:before {
  content: "";
}

.fa-desktop:before {
  content: "";
}

.fa-desktop-alt:before {
  content: "";
}

.fa-dev:before {
  content: "";
}

.fa-deviantart:before {
  content: "";
}

.fa-dewpoint:before {
  content: "";
}

.fa-dharmachakra:before {
  content: "";
}

.fa-dhl:before {
  content: "";
}

.fa-diagnoses:before {
  content: "";
}

.fa-diamond:before {
  content: "";
}

.fa-diaspora:before {
  content: "";
}

.fa-dice:before {
  content: "";
}

.fa-dice-d10:before {
  content: "";
}

.fa-dice-d12:before {
  content: "";
}

.fa-dice-d20:before {
  content: "";
}

.fa-dice-d4:before {
  content: "";
}

.fa-dice-d6:before {
  content: "";
}

.fa-dice-d8:before {
  content: "";
}

.fa-dice-five:before {
  content: "";
}

.fa-dice-four:before {
  content: "";
}

.fa-dice-one:before {
  content: "";
}

.fa-dice-six:before {
  content: "";
}

.fa-dice-three:before {
  content: "";
}

.fa-dice-two:before {
  content: "";
}

.fa-digg:before {
  content: "";
}

.fa-digging:before {
  content: "";
}

.fa-digital-ocean:before {
  content: "";
}

.fa-digital-tachograph:before {
  content: "";
}

.fa-diploma:before {
  content: "";
}

.fa-directions:before {
  content: "";
}

.fa-disc-drive:before {
  content: "";
}

.fa-discord:before {
  content: "";
}

.fa-discourse:before {
  content: "";
}

.fa-disease:before {
  content: "";
}

.fa-divide:before {
  content: "";
}

.fa-dizzy:before {
  content: "";
}

.fa-dna:before {
  content: "";
}

.fa-do-not-enter:before {
  content: "";
}

.fa-dochub:before {
  content: "";
}

.fa-docker:before {
  content: "";
}

.fa-dog:before {
  content: "";
}

.fa-dog-leashed:before {
  content: "";
}

.fa-dollar-sign:before {
  content: "";
}

.fa-dolly:before {
  content: "";
}

.fa-dolly-empty:before {
  content: "";
}

.fa-dolly-flatbed:before {
  content: "";
}

.fa-dolly-flatbed-alt:before {
  content: "";
}

.fa-dolly-flatbed-empty:before {
  content: "";
}

.fa-donate:before {
  content: "";
}

.fa-door-closed:before {
  content: "";
}

.fa-door-open:before {
  content: "";
}

.fa-dot-circle:before {
  content: "";
}

.fa-dove:before {
  content: "";
}

.fa-download:before {
  content: "";
}

.fa-draft2digital:before {
  content: "";
}

.fa-drafting-compass:before {
  content: "";
}

.fa-dragon:before {
  content: "";
}

.fa-draw-circle:before {
  content: "";
}

.fa-draw-polygon:before {
  content: "";
}

.fa-draw-square:before {
  content: "";
}

.fa-dreidel:before {
  content: "";
}

.fa-dribbble:before {
  content: "";
}

.fa-dribbble-square:before {
  content: "";
}

.fa-drone:before {
  content: "";
}

.fa-drone-alt:before {
  content: "";
}

.fa-dropbox:before {
  content: "";
}

.fa-drum:before {
  content: "";
}

.fa-drum-steelpan:before {
  content: "";
}

.fa-drumstick:before {
  content: "";
}

.fa-drumstick-bite:before {
  content: "";
}

.fa-drupal:before {
  content: "";
}

.fa-dryer:before {
  content: "";
}

.fa-dryer-alt:before {
  content: "";
}

.fa-duck:before {
  content: "";
}

.fa-dumbbell:before {
  content: "";
}

.fa-dumpster:before {
  content: "";
}

.fa-dumpster-fire:before {
  content: "";
}

.fa-dungeon:before {
  content: "";
}

.fa-dyalog:before {
  content: "";
}

.fa-ear:before {
  content: "";
}

.fa-ear-muffs:before {
  content: "";
}

.fa-earlybirds:before {
  content: "";
}

.fa-ebay:before {
  content: "";
}

.fa-eclipse:before {
  content: "";
}

.fa-eclipse-alt:before {
  content: "";
}

.fa-edge:before {
  content: "";
}

.fa-edge-legacy:before {
  content: "";
}

.fa-edit:before {
  content: "";
}

.fa-egg:before {
  content: "";
}

.fa-egg-fried:before {
  content: "";
}

.fa-eject:before {
  content: "";
}

.fa-elementor:before {
  content: "";
}

.fa-elephant:before {
  content: "";
}

.fa-ellipsis-h:before {
  content: "";
}

.fa-ellipsis-h-alt:before {
  content: "";
}

.fa-ellipsis-v:before {
  content: "";
}

.fa-ellipsis-v-alt:before {
  content: "";
}

.fa-ello:before {
  content: "";
}

.fa-ember:before {
  content: "";
}

.fa-empire:before {
  content: "";
}

.fa-empty-set:before {
  content: "";
}

.fa-engine-warning:before {
  content: "";
}

.fa-envelope:before {
  content: "";
}

.fa-envelope-open:before {
  content: "";
}

.fa-envelope-open-dollar:before {
  content: "";
}

.fa-envelope-open-text:before {
  content: "";
}

.fa-envelope-square:before {
  content: "";
}

.fa-envira:before {
  content: "";
}

.fa-equals:before {
  content: "";
}

.fa-eraser:before {
  content: "";
}

.fa-erlang:before {
  content: "";
}

.fa-ethereum:before {
  content: "";
}

.fa-ethernet:before {
  content: "";
}

.fa-etsy:before {
  content: "";
}

.fa-euro-sign:before {
  content: "";
}

.fa-evernote:before {
  content: "";
}

.fa-exchange:before {
  content: "";
}

.fa-exchange-alt:before {
  content: "";
}

.fa-exclamation:before {
  content: "";
}

.fa-exclamation-circle:before {
  content: "";
}

.fa-exclamation-square:before {
  content: "";
}

.fa-exclamation-triangle:before {
  content: "";
}

.fa-expand:before {
  content: "";
}

.fa-expand-alt:before {
  content: "";
}

.fa-expand-arrows:before {
  content: "";
}

.fa-expand-arrows-alt:before {
  content: "";
}

.fa-expand-wide:before {
  content: "";
}

.fa-expeditedssl:before {
  content: "";
}

.fa-external-link:before {
  content: "";
}

.fa-external-link-alt:before {
  content: "";
}

.fa-external-link-square:before {
  content: "";
}

.fa-external-link-square-alt:before {
  content: "";
}

.fa-eye:before {
  content: "";
}

.fa-eye-dropper:before {
  content: "";
}

.fa-eye-evil:before {
  content: "";
}

.fa-eye-slash:before {
  content: "";
}

.fa-facebook:before {
  content: "";
}

.fa-facebook-f:before {
  content: "";
}

.fa-facebook-messenger:before {
  content: "";
}

.fa-facebook-square:before {
  content: "";
}

.fa-fan:before {
  content: "";
}

.fa-fan-table:before {
  content: "";
}

.fa-fantasy-flight-games:before {
  content: "";
}

.fa-farm:before {
  content: "";
}

.fa-fast-backward:before {
  content: "";
}

.fa-fast-forward:before {
  content: "";
}

.fa-faucet:before {
  content: "";
}

.fa-faucet-drip:before {
  content: "";
}

.fa-fax:before {
  content: "";
}

.fa-feather:before {
  content: "";
}

.fa-feather-alt:before {
  content: "";
}

.fa-fedex:before {
  content: "";
}

.fa-fedora:before {
  content: "";
}

.fa-female:before {
  content: "";
}

.fa-field-hockey:before {
  content: "";
}

.fa-fighter-jet:before {
  content: "";
}

.fa-figma:before {
  content: "";
}

.fa-file:before {
  content: "";
}

.fa-file-alt:before {
  content: "";
}

.fa-file-archive:before {
  content: "";
}

.fa-file-audio:before {
  content: "";
}

.fa-file-certificate:before {
  content: "";
}

.fa-file-chart-line:before {
  content: "";
}

.fa-file-chart-pie:before {
  content: "";
}

.fa-file-check:before {
  content: "";
}

.fa-file-code:before {
  content: "";
}

.fa-file-contract:before {
  content: "";
}

.fa-file-csv:before {
  content: "";
}

.fa-file-download:before {
  content: "";
}

.fa-file-edit:before {
  content: "";
}

.fa-file-excel:before {
  content: "";
}

.fa-file-exclamation:before {
  content: "";
}

.fa-file-export:before {
  content: "";
}

.fa-file-image:before {
  content: "";
}

.fa-file-import:before {
  content: "";
}

.fa-file-invoice:before {
  content: "";
}

.fa-file-invoice-dollar:before {
  content: "";
}

.fa-file-medical:before {
  content: "";
}

.fa-file-medical-alt:before {
  content: "";
}

.fa-file-minus:before {
  content: "";
}

.fa-file-music:before {
  content: "";
}

.fa-file-pdf:before {
  content: "";
}

.fa-file-plus:before {
  content: "";
}

.fa-file-powerpoint:before {
  content: "";
}

.fa-file-prescription:before {
  content: "";
}

.fa-file-search:before {
  content: "";
}

.fa-file-signature:before {
  content: "";
}

.fa-file-spreadsheet:before {
  content: "";
}

.fa-file-times:before {
  content: "";
}

.fa-file-upload:before {
  content: "";
}

.fa-file-user:before {
  content: "";
}

.fa-file-video:before {
  content: "";
}

.fa-file-word:before {
  content: "";
}

.fa-files-medical:before {
  content: "";
}

.fa-fill:before {
  content: "";
}

.fa-fill-drip:before {
  content: "";
}

.fa-film:before {
  content: "";
}

.fa-film-alt:before {
  content: "";
}

.fa-film-canister:before {
  content: "";
}

.fa-filter:before {
  content: "";
}

.fa-fingerprint:before {
  content: "";
}

.fa-fire:before {
  content: "";
}

.fa-fire-alt:before {
  content: "";
}

.fa-fire-extinguisher:before {
  content: "";
}

.fa-fire-smoke:before {
  content: "";
}

.fa-firefox:before {
  content: "";
}

.fa-firefox-browser:before {
  content: "";
}

.fa-fireplace:before {
  content: "";
}

.fa-first-aid:before {
  content: "";
}

.fa-first-order:before {
  content: "";
}

.fa-first-order-alt:before {
  content: "";
}

.fa-firstdraft:before {
  content: "";
}

.fa-fish:before {
  content: "";
}

.fa-fish-cooked:before {
  content: "";
}

.fa-fist-raised:before {
  content: "";
}

.fa-flag:before {
  content: "";
}

.fa-flag-alt:before {
  content: "";
}

.fa-flag-checkered:before {
  content: "";
}

.fa-flag-usa:before {
  content: "";
}

.fa-flame:before {
  content: "";
}

.fa-flashlight:before {
  content: "";
}

.fa-flask:before {
  content: "";
}

.fa-flask-poison:before {
  content: "";
}

.fa-flask-potion:before {
  content: "";
}

.fa-flickr:before {
  content: "";
}

.fa-flipboard:before {
  content: "";
}

.fa-flower:before {
  content: "";
}

.fa-flower-daffodil:before {
  content: "";
}

.fa-flower-tulip:before {
  content: "";
}

.fa-flushed:before {
  content: "";
}

.fa-flute:before {
  content: "";
}

.fa-flux-capacitor:before {
  content: "";
}

.fa-fly:before {
  content: "";
}

.fa-fog:before {
  content: "";
}

.fa-folder:before {
  content: "";
}

.fa-folder-download:before {
  content: "";
}

.fa-folder-minus:before {
  content: "";
}

.fa-folder-open:before {
  content: "";
}

.fa-folder-plus:before {
  content: "";
}

.fa-folder-times:before {
  content: "";
}

.fa-folder-tree:before {
  content: "";
}

.fa-folder-upload:before {
  content: "";
}

.fa-folders:before {
  content: "";
}

.fa-font:before {
  content: "";
}

.fa-font-awesome:before {
  content: "";
}

.fa-font-awesome-alt:before {
  content: "";
}

.fa-font-awesome-flag:before {
  content: "";
}

.fa-font-awesome-logo-full:before {
  content: "";
}

.fa-font-case:before {
  content: "";
}

.fa-fonticons:before {
  content: "";
}

.fa-fonticons-fi:before {
  content: "";
}

.fa-football-ball:before {
  content: "";
}

.fa-football-helmet:before {
  content: "";
}

.fa-forklift:before {
  content: "";
}

.fa-fort-awesome:before {
  content: "";
}

.fa-fort-awesome-alt:before {
  content: "";
}

.fa-forumbee:before {
  content: "";
}

.fa-forward:before {
  content: "";
}

.fa-foursquare:before {
  content: "";
}

.fa-fragile:before {
  content: "";
}

.fa-free-code-camp:before {
  content: "";
}

.fa-freebsd:before {
  content: "";
}

.fa-french-fries:before {
  content: "";
}

.fa-frog:before {
  content: "";
}

.fa-frosty-head:before {
  content: "";
}

.fa-frown:before {
  content: "";
}

.fa-frown-open:before {
  content: "";
}

.fa-fulcrum:before {
  content: "";
}

.fa-function:before {
  content: "";
}

.fa-funnel-dollar:before {
  content: "";
}

.fa-futbol:before {
  content: "";
}

.fa-galactic-republic:before {
  content: "";
}

.fa-galactic-senate:before {
  content: "";
}

.fa-galaxy:before {
  content: "";
}

.fa-game-board:before {
  content: "";
}

.fa-game-board-alt:before {
  content: "";
}

.fa-game-console-handheld:before {
  content: "";
}

.fa-gamepad:before {
  content: "";
}

.fa-gamepad-alt:before {
  content: "";
}

.fa-garage:before {
  content: "";
}

.fa-garage-car:before {
  content: "";
}

.fa-garage-open:before {
  content: "";
}

.fa-gas-pump:before {
  content: "";
}

.fa-gas-pump-slash:before {
  content: "";
}

.fa-gavel:before {
  content: "";
}

.fa-gem:before {
  content: "";
}

.fa-genderless:before {
  content: "";
}

.fa-get-pocket:before {
  content: "";
}

.fa-gg:before {
  content: "";
}

.fa-gg-circle:before {
  content: "";
}

.fa-ghost:before {
  content: "";
}

.fa-gift:before {
  content: "";
}

.fa-gift-card:before {
  content: "";
}

.fa-gifts:before {
  content: "";
}

.fa-gingerbread-man:before {
  content: "";
}

.fa-git:before {
  content: "";
}

.fa-git-alt:before {
  content: "";
}

.fa-git-square:before {
  content: "";
}

.fa-github:before {
  content: "";
}

.fa-github-alt:before {
  content: "";
}

.fa-github-square:before {
  content: "";
}

.fa-gitkraken:before {
  content: "";
}

.fa-gitlab:before {
  content: "";
}

.fa-gitter:before {
  content: "";
}

.fa-glass:before {
  content: "";
}

.fa-glass-champagne:before {
  content: "";
}

.fa-glass-cheers:before {
  content: "";
}

.fa-glass-citrus:before {
  content: "";
}

.fa-glass-martini:before {
  content: "";
}

.fa-glass-martini-alt:before {
  content: "";
}

.fa-glass-whiskey:before {
  content: "";
}

.fa-glass-whiskey-rocks:before {
  content: "";
}

.fa-glasses:before {
  content: "";
}

.fa-glasses-alt:before {
  content: "";
}

.fa-glide:before {
  content: "";
}

.fa-glide-g:before {
  content: "";
}

.fa-globe:before {
  content: "";
}

.fa-globe-africa:before {
  content: "";
}

.fa-globe-americas:before {
  content: "";
}

.fa-globe-asia:before {
  content: "";
}

.fa-globe-europe:before {
  content: "";
}

.fa-globe-snow:before {
  content: "";
}

.fa-globe-stand:before {
  content: "";
}

.fa-gofore:before {
  content: "";
}

.fa-golf-ball:before {
  content: "";
}

.fa-golf-club:before {
  content: "";
}

.fa-goodreads:before {
  content: "";
}

.fa-goodreads-g:before {
  content: "";
}

.fa-google:before {
  content: "";
}

.fa-google-drive:before {
  content: "";
}

.fa-google-pay:before {
  content: "";
}

.fa-google-play:before {
  content: "";
}

.fa-google-plus:before {
  content: "";
}

.fa-google-plus-g:before {
  content: "";
}

.fa-google-plus-square:before {
  content: "";
}

.fa-google-wallet:before {
  content: "";
}

.fa-gopuram:before {
  content: "";
}

.fa-graduation-cap:before {
  content: "";
}

.fa-gramophone:before {
  content: "";
}

.fa-gratipay:before {
  content: "";
}

.fa-grav:before {
  content: "";
}

.fa-greater-than:before {
  content: "";
}

.fa-greater-than-equal:before {
  content: "";
}

.fa-grimace:before {
  content: "";
}

.fa-grin:before {
  content: "";
}

.fa-grin-alt:before {
  content: "";
}

.fa-grin-beam:before {
  content: "";
}

.fa-grin-beam-sweat:before {
  content: "";
}

.fa-grin-hearts:before {
  content: "";
}

.fa-grin-squint:before {
  content: "";
}

.fa-grin-squint-tears:before {
  content: "";
}

.fa-grin-stars:before {
  content: "";
}

.fa-grin-tears:before {
  content: "";
}

.fa-grin-tongue:before {
  content: "";
}

.fa-grin-tongue-squint:before {
  content: "";
}

.fa-grin-tongue-wink:before {
  content: "";
}

.fa-grin-wink:before {
  content: "";
}

.fa-grip-horizontal:before {
  content: "";
}

.fa-grip-lines:before {
  content: "";
}

.fa-grip-lines-vertical:before {
  content: "";
}

.fa-grip-vertical:before {
  content: "";
}

.fa-gripfire:before {
  content: "";
}

.fa-grunt:before {
  content: "";
}

.fa-guilded:before {
  content: "";
}

.fa-guitar:before {
  content: "";
}

.fa-guitar-electric:before {
  content: "";
}

.fa-guitars:before {
  content: "";
}

.fa-gulp:before {
  content: "";
}

.fa-h-square:before {
  content: "";
}

.fa-h1:before {
  content: "";
}

.fa-h2:before {
  content: "";
}

.fa-h3:before {
  content: "";
}

.fa-h4:before {
  content: "";
}

.fa-hacker-news:before {
  content: "";
}

.fa-hacker-news-square:before {
  content: "";
}

.fa-hackerrank:before {
  content: "";
}

.fa-hamburger:before {
  content: "";
}

.fa-hammer:before {
  content: "";
}

.fa-hammer-war:before {
  content: "";
}

.fa-hamsa:before {
  content: "";
}

.fa-hand-heart:before {
  content: "";
}

.fa-hand-holding:before {
  content: "";
}

.fa-hand-holding-box:before {
  content: "";
}

.fa-hand-holding-heart:before {
  content: "";
}

.fa-hand-holding-magic:before {
  content: "";
}

.fa-hand-holding-medical:before {
  content: "";
}

.fa-hand-holding-seedling:before {
  content: "";
}

.fa-hand-holding-usd:before {
  content: "";
}

.fa-hand-holding-water:before {
  content: "";
}

.fa-hand-lizard:before {
  content: "";
}

.fa-hand-middle-finger:before {
  content: "";
}

.fa-hand-paper:before {
  content: "";
}

.fa-hand-peace:before {
  content: "";
}

.fa-hand-point-down:before {
  content: "";
}

.fa-hand-point-left:before {
  content: "";
}

.fa-hand-point-right:before {
  content: "";
}

.fa-hand-point-up:before {
  content: "";
}

.fa-hand-pointer:before {
  content: "";
}

.fa-hand-receiving:before {
  content: "";
}

.fa-hand-rock:before {
  content: "";
}

.fa-hand-scissors:before {
  content: "";
}

.fa-hand-sparkles:before {
  content: "";
}

.fa-hand-spock:before {
  content: "";
}

.fa-hands:before {
  content: "";
}

.fa-hands-heart:before {
  content: "";
}

.fa-hands-helping:before {
  content: "";
}

.fa-hands-usd:before {
  content: "";
}

.fa-hands-wash:before {
  content: "";
}

.fa-handshake:before {
  content: "";
}

.fa-handshake-alt:before {
  content: "";
}

.fa-handshake-alt-slash:before {
  content: "";
}

.fa-handshake-slash:before {
  content: "";
}

.fa-hanukiah:before {
  content: "";
}

.fa-hard-hat:before {
  content: "";
}

.fa-hashtag:before {
  content: "";
}

.fa-hat-chef:before {
  content: "";
}

.fa-hat-cowboy:before {
  content: "";
}

.fa-hat-cowboy-side:before {
  content: "";
}

.fa-hat-santa:before {
  content: "";
}

.fa-hat-winter:before {
  content: "";
}

.fa-hat-witch:before {
  content: "";
}

.fa-hat-wizard:before {
  content: "";
}

.fa-hdd:before {
  content: "";
}

.fa-head-side:before {
  content: "";
}

.fa-head-side-brain:before {
  content: "";
}

.fa-head-side-cough:before {
  content: "";
}

.fa-head-side-cough-slash:before {
  content: "";
}

.fa-head-side-headphones:before {
  content: "";
}

.fa-head-side-mask:before {
  content: "";
}

.fa-head-side-medical:before {
  content: "";
}

.fa-head-side-virus:before {
  content: "";
}

.fa-head-vr:before {
  content: "";
}

.fa-heading:before {
  content: "";
}

.fa-headphones:before {
  content: "";
}

.fa-headphones-alt:before {
  content: "";
}

.fa-headset:before {
  content: "";
}

.fa-heart:before {
  content: "";
}

.fa-heart-broken:before {
  content: "";
}

.fa-heart-circle:before {
  content: "";
}

.fa-heart-rate:before {
  content: "";
}

.fa-heart-square:before {
  content: "";
}

.fa-heartbeat:before {
  content: "";
}

.fa-heat:before {
  content: "";
}

.fa-helicopter:before {
  content: "";
}

.fa-helmet-battle:before {
  content: "";
}

.fa-hexagon:before {
  content: "";
}

.fa-highlighter:before {
  content: "";
}

.fa-hiking:before {
  content: "";
}

.fa-hippo:before {
  content: "";
}

.fa-hips:before {
  content: "";
}

.fa-hire-a-helper:before {
  content: "";
}

.fa-history:before {
  content: "";
}

.fa-hive:before {
  content: "";
}

.fa-hockey-mask:before {
  content: "";
}

.fa-hockey-puck:before {
  content: "";
}

.fa-hockey-sticks:before {
  content: "";
}

.fa-holly-berry:before {
  content: "";
}

.fa-home:before {
  content: "";
}

.fa-home-alt:before {
  content: "";
}

.fa-home-heart:before {
  content: "";
}

.fa-home-lg:before {
  content: "";
}

.fa-home-lg-alt:before {
  content: "";
}

.fa-hood-cloak:before {
  content: "";
}

.fa-hooli:before {
  content: "";
}

.fa-horizontal-rule:before {
  content: "";
}

.fa-hornbill:before {
  content: "";
}

.fa-horse:before {
  content: "";
}

.fa-horse-head:before {
  content: "";
}

.fa-horse-saddle:before {
  content: "";
}

.fa-hospital:before {
  content: "";
}

.fa-hospital-alt:before {
  content: "";
}

.fa-hospital-symbol:before {
  content: "";
}

.fa-hospital-user:before {
  content: "";
}

.fa-hospitals:before {
  content: "";
}

.fa-hot-tub:before {
  content: "";
}

.fa-hotdog:before {
  content: "";
}

.fa-hotel:before {
  content: "";
}

.fa-hotjar:before {
  content: "";
}

.fa-hourglass:before {
  content: "";
}

.fa-hourglass-end:before {
  content: "";
}

.fa-hourglass-half:before {
  content: "";
}

.fa-hourglass-start:before {
  content: "";
}

.fa-house:before {
  content: "";
}

.fa-house-damage:before {
  content: "";
}

.fa-house-day:before {
  content: "";
}

.fa-house-flood:before {
  content: "";
}

.fa-house-leave:before {
  content: "";
}

.fa-house-night:before {
  content: "";
}

.fa-house-return:before {
  content: "";
}

.fa-house-signal:before {
  content: "";
}

.fa-house-user:before {
  content: "";
}

.fa-houzz:before {
  content: "";
}

.fa-hryvnia:before {
  content: "";
}

.fa-html5:before {
  content: "";
}

.fa-hubspot:before {
  content: "";
}

.fa-humidity:before {
  content: "";
}

.fa-hurricane:before {
  content: "";
}

.fa-i-cursor:before {
  content: "";
}

.fa-ice-cream:before {
  content: "";
}

.fa-ice-skate:before {
  content: "";
}

.fa-icicles:before {
  content: "";
}

.fa-icons:before {
  content: "";
}

.fa-icons-alt:before {
  content: "";
}

.fa-id-badge:before {
  content: "";
}

.fa-id-card:before {
  content: "";
}

.fa-id-card-alt:before {
  content: "";
}

.fa-ideal:before {
  content: "";
}

.fa-igloo:before {
  content: "";
}

.fa-image:before {
  content: "";
}

.fa-image-polaroid:before {
  content: "";
}

.fa-images:before {
  content: "";
}

.fa-imdb:before {
  content: "";
}

.fa-inbox:before {
  content: "";
}

.fa-inbox-in:before {
  content: "";
}

.fa-inbox-out:before {
  content: "";
}

.fa-indent:before {
  content: "";
}

.fa-industry:before {
  content: "";
}

.fa-industry-alt:before {
  content: "";
}

.fa-infinity:before {
  content: "";
}

.fa-info:before {
  content: "";
}

.fa-info-circle:before {
  content: "";
}

.fa-info-square:before {
  content: "";
}

.fa-inhaler:before {
  content: "";
}

.fa-innosoft:before {
  content: "";
}

.fa-instagram:before {
  content: "";
}

.fa-instagram-square:before {
  content: "";
}

.fa-instalod:before {
  content: "";
}

.fa-integral:before {
  content: "";
}

.fa-intercom:before {
  content: "";
}

.fa-internet-explorer:before {
  content: "";
}

.fa-intersection:before {
  content: "";
}

.fa-inventory:before {
  content: "";
}

.fa-invision:before {
  content: "";
}

.fa-ioxhost:before {
  content: "";
}

.fa-island-tropical:before {
  content: "";
}

.fa-italic:before {
  content: "";
}

.fa-itch-io:before {
  content: "";
}

.fa-itunes:before {
  content: "";
}

.fa-itunes-note:before {
  content: "";
}

.fa-jack-o-lantern:before {
  content: "";
}

.fa-java:before {
  content: "";
}

.fa-jedi:before {
  content: "";
}

.fa-jedi-order:before {
  content: "";
}

.fa-jenkins:before {
  content: "";
}

.fa-jira:before {
  content: "";
}

.fa-joget:before {
  content: "";
}

.fa-joint:before {
  content: "";
}

.fa-joomla:before {
  content: "";
}

.fa-journal-whills:before {
  content: "";
}

.fa-joystick:before {
  content: "";
}

.fa-js:before {
  content: "";
}

.fa-js-square:before {
  content: "";
}

.fa-jsfiddle:before {
  content: "";
}

.fa-jug:before {
  content: "";
}

.fa-kaaba:before {
  content: "";
}

.fa-kaggle:before {
  content: "";
}

.fa-kazoo:before {
  content: "";
}

.fa-kerning:before {
  content: "";
}

.fa-key:before {
  content: "";
}

.fa-key-skeleton:before {
  content: "";
}

.fa-keybase:before {
  content: "";
}

.fa-keyboard:before {
  content: "";
}

.fa-keycdn:before {
  content: "";
}

.fa-keynote:before {
  content: "";
}

.fa-khanda:before {
  content: "";
}

.fa-kickstarter:before {
  content: "";
}

.fa-kickstarter-k:before {
  content: "";
}

.fa-kidneys:before {
  content: "";
}

.fa-kiss:before {
  content: "";
}

.fa-kiss-beam:before {
  content: "";
}

.fa-kiss-wink-heart:before {
  content: "";
}

.fa-kite:before {
  content: "";
}

.fa-kiwi-bird:before {
  content: "";
}

.fa-knife-kitchen:before {
  content: "";
}

.fa-korvue:before {
  content: "";
}

.fa-lambda:before {
  content: "";
}

.fa-lamp:before {
  content: "";
}

.fa-lamp-desk:before {
  content: "";
}

.fa-lamp-floor:before {
  content: "";
}

.fa-landmark:before {
  content: "";
}

.fa-landmark-alt:before {
  content: "";
}

.fa-language:before {
  content: "";
}

.fa-laptop:before {
  content: "";
}

.fa-laptop-code:before {
  content: "";
}

.fa-laptop-house:before {
  content: "";
}

.fa-laptop-medical:before {
  content: "";
}

.fa-laravel:before {
  content: "";
}

.fa-lasso:before {
  content: "";
}

.fa-lastfm:before {
  content: "";
}

.fa-lastfm-square:before {
  content: "";
}

.fa-laugh:before {
  content: "";
}

.fa-laugh-beam:before {
  content: "";
}

.fa-laugh-squint:before {
  content: "";
}

.fa-laugh-wink:before {
  content: "";
}

.fa-layer-group:before {
  content: "";
}

.fa-layer-minus:before {
  content: "";
}

.fa-layer-plus:before {
  content: "";
}

.fa-leaf:before {
  content: "";
}

.fa-leaf-heart:before {
  content: "";
}

.fa-leaf-maple:before {
  content: "";
}

.fa-leaf-oak:before {
  content: "";
}

.fa-leanpub:before {
  content: "";
}

.fa-lemon:before {
  content: "";
}

.fa-less:before {
  content: "";
}

.fa-less-than:before {
  content: "";
}

.fa-less-than-equal:before {
  content: "";
}

.fa-level-down:before {
  content: "";
}

.fa-level-down-alt:before {
  content: "";
}

.fa-level-up:before {
  content: "";
}

.fa-level-up-alt:before {
  content: "";
}

.fa-life-ring:before {
  content: "";
}

.fa-light-ceiling:before {
  content: "";
}

.fa-light-switch:before {
  content: "";
}

.fa-light-switch-off:before {
  content: "";
}

.fa-light-switch-on:before {
  content: "";
}

.fa-lightbulb:before {
  content: "";
}

.fa-lightbulb-dollar:before {
  content: "";
}

.fa-lightbulb-exclamation:before {
  content: "";
}

.fa-lightbulb-on:before {
  content: "";
}

.fa-lightbulb-slash:before {
  content: "";
}

.fa-lights-holiday:before {
  content: "";
}

.fa-line:before {
  content: "";
}

.fa-line-columns:before {
  content: "";
}

.fa-line-height:before {
  content: "";
}

.fa-link:before {
  content: "";
}

.fa-linkedin:before {
  content: "";
}

.fa-linkedin-in:before {
  content: "";
}

.fa-linode:before {
  content: "";
}

.fa-linux:before {
  content: "";
}

.fa-lips:before {
  content: "";
}

.fa-lira-sign:before {
  content: "";
}

.fa-list:before {
  content: "";
}

.fa-list-alt:before {
  content: "";
}

.fa-list-music:before {
  content: "";
}

.fa-list-ol:before {
  content: "";
}

.fa-list-ul:before {
  content: "";
}

.fa-location:before {
  content: "";
}

.fa-location-arrow:before {
  content: "";
}

.fa-location-circle:before {
  content: "";
}

.fa-location-slash:before {
  content: "";
}

.fa-lock:before {
  content: "";
}

.fa-lock-alt:before {
  content: "";
}

.fa-lock-open:before {
  content: "";
}

.fa-lock-open-alt:before {
  content: "";
}

.fa-long-arrow-alt-down:before {
  content: "";
}

.fa-long-arrow-alt-left:before {
  content: "";
}

.fa-long-arrow-alt-right:before {
  content: "";
}

.fa-long-arrow-alt-up:before {
  content: "";
}

.fa-long-arrow-down:before {
  content: "";
}

.fa-long-arrow-left:before {
  content: "";
}

.fa-long-arrow-right:before {
  content: "";
}

.fa-long-arrow-up:before {
  content: "";
}

.fa-loveseat:before {
  content: "";
}

.fa-low-vision:before {
  content: "";
}

.fa-luchador:before {
  content: "";
}

.fa-luggage-cart:before {
  content: "";
}

.fa-lungs:before {
  content: "";
}

.fa-lungs-virus:before {
  content: "";
}

.fa-lyft:before {
  content: "";
}

.fa-mace:before {
  content: "";
}

.fa-magento:before {
  content: "";
}

.fa-magic:before {
  content: "";
}

.fa-magnet:before {
  content: "";
}

.fa-mail-bulk:before {
  content: "";
}

.fa-mailbox:before {
  content: "";
}

.fa-mailchimp:before {
  content: "";
}

.fa-male:before {
  content: "";
}

.fa-mandalorian:before {
  content: "";
}

.fa-mandolin:before {
  content: "";
}

.fa-map:before {
  content: "";
}

.fa-map-marked:before {
  content: "";
}

.fa-map-marked-alt:before {
  content: "";
}

.fa-map-marker:before {
  content: "";
}

.fa-map-marker-alt:before {
  content: "";
}

.fa-map-marker-alt-slash:before {
  content: "";
}

.fa-map-marker-check:before {
  content: "";
}

.fa-map-marker-edit:before {
  content: "";
}

.fa-map-marker-exclamation:before {
  content: "";
}

.fa-map-marker-minus:before {
  content: "";
}

.fa-map-marker-plus:before {
  content: "";
}

.fa-map-marker-question:before {
  content: "";
}

.fa-map-marker-slash:before {
  content: "";
}

.fa-map-marker-smile:before {
  content: "";
}

.fa-map-marker-times:before {
  content: "";
}

.fa-map-pin:before {
  content: "";
}

.fa-map-signs:before {
  content: "";
}

.fa-markdown:before {
  content: "";
}

.fa-marker:before {
  content: "";
}

.fa-mars:before {
  content: "";
}

.fa-mars-double:before {
  content: "";
}

.fa-mars-stroke:before {
  content: "";
}

.fa-mars-stroke-h:before {
  content: "";
}

.fa-mars-stroke-v:before {
  content: "";
}

.fa-mask:before {
  content: "";
}

.fa-mastodon:before {
  content: "";
}

.fa-maxcdn:before {
  content: "";
}

.fa-mdb:before {
  content: "";
}

.fa-meat:before {
  content: "";
}

.fa-medal:before {
  content: "";
}

.fa-medapps:before {
  content: "";
}

.fa-medium:before {
  content: "";
}

.fa-medium-m:before {
  content: "";
}

.fa-medkit:before {
  content: "";
}

.fa-medrt:before {
  content: "";
}

.fa-meetup:before {
  content: "";
}

.fa-megaphone:before {
  content: "";
}

.fa-megaport:before {
  content: "";
}

.fa-meh:before {
  content: "";
}

.fa-meh-blank:before {
  content: "";
}

.fa-meh-rolling-eyes:before {
  content: "";
}

.fa-memory:before {
  content: "";
}

.fa-mendeley:before {
  content: "";
}

.fa-menorah:before {
  content: "";
}

.fa-mercury:before {
  content: "";
}

.fa-meteor:before {
  content: "";
}

.fa-microblog:before {
  content: "";
}

.fa-microchip:before {
  content: "";
}

.fa-microphone:before {
  content: "";
}

.fa-microphone-alt:before {
  content: "";
}

.fa-microphone-alt-slash:before {
  content: "";
}

.fa-microphone-slash:before {
  content: "";
}

.fa-microphone-stand:before {
  content: "";
}

.fa-microscope:before {
  content: "";
}

.fa-microsoft:before {
  content: "";
}

.fa-microwave:before {
  content: "";
}

.fa-mind-share:before {
  content: "";
}

.fa-minus:before {
  content: "";
}

.fa-minus-circle:before {
  content: "";
}

.fa-minus-hexagon:before {
  content: "";
}

.fa-minus-octagon:before {
  content: "";
}

.fa-minus-square:before {
  content: "";
}

.fa-mistletoe:before {
  content: "";
}

.fa-mitten:before {
  content: "";
}

.fa-mix:before {
  content: "";
}

.fa-mixcloud:before {
  content: "";
}

.fa-mixer:before {
  content: "";
}

.fa-mizuni:before {
  content: "";
}

.fa-mobile:before {
  content: "";
}

.fa-mobile-alt:before {
  content: "";
}

.fa-mobile-android:before {
  content: "";
}

.fa-mobile-android-alt:before {
  content: "";
}

.fa-modx:before {
  content: "";
}

.fa-monero:before {
  content: "";
}

.fa-money-bill:before {
  content: "";
}

.fa-money-bill-alt:before {
  content: "";
}

.fa-money-bill-wave:before {
  content: "";
}

.fa-money-bill-wave-alt:before {
  content: "";
}

.fa-money-check:before {
  content: "";
}

.fa-money-check-alt:before {
  content: "";
}

.fa-money-check-edit:before {
  content: "";
}

.fa-money-check-edit-alt:before {
  content: "";
}

.fa-monitor-heart-rate:before {
  content: "";
}

.fa-monkey:before {
  content: "";
}

.fa-monument:before {
  content: "";
}

.fa-moon:before {
  content: "";
}

.fa-moon-cloud:before {
  content: "";
}

.fa-moon-stars:before {
  content: "";
}

.fa-mortar-pestle:before {
  content: "";
}

.fa-mosque:before {
  content: "";
}

.fa-motorcycle:before {
  content: "";
}

.fa-mountain:before {
  content: "";
}

.fa-mountains:before {
  content: "";
}

.fa-mouse:before {
  content: "";
}

.fa-mouse-alt:before {
  content: "";
}

.fa-mouse-pointer:before {
  content: "";
}

.fa-mp3-player:before {
  content: "";
}

.fa-mug:before {
  content: "";
}

.fa-mug-hot:before {
  content: "";
}

.fa-mug-marshmallows:before {
  content: "";
}

.fa-mug-tea:before {
  content: "";
}

.fa-music:before {
  content: "";
}

.fa-music-alt:before {
  content: "";
}

.fa-music-alt-slash:before {
  content: "";
}

.fa-music-slash:before {
  content: "";
}

.fa-napster:before {
  content: "";
}

.fa-narwhal:before {
  content: "";
}

.fa-neos:before {
  content: "";
}

.fa-network-wired:before {
  content: "";
}

.fa-neuter:before {
  content: "";
}

.fa-newspaper:before {
  content: "";
}

.fa-nimblr:before {
  content: "";
}

.fa-node:before {
  content: "";
}

.fa-node-js:before {
  content: "";
}

.fa-not-equal:before {
  content: "";
}

.fa-notes-medical:before {
  content: "";
}

.fa-npm:before {
  content: "";
}

.fa-ns8:before {
  content: "";
}

.fa-nutritionix:before {
  content: "";
}

.fa-object-group:before {
  content: "";
}

.fa-object-ungroup:before {
  content: "";
}

.fa-octagon:before {
  content: "";
}

.fa-octopus-deploy:before {
  content: "";
}

.fa-odnoklassniki:before {
  content: "";
}

.fa-odnoklassniki-square:before {
  content: "";
}

.fa-oil-can:before {
  content: "";
}

.fa-oil-temp:before {
  content: "";
}

.fa-old-republic:before {
  content: "";
}

.fa-om:before {
  content: "";
}

.fa-omega:before {
  content: "";
}

.fa-opencart:before {
  content: "";
}

.fa-openid:before {
  content: "";
}

.fa-opera:before {
  content: "";
}

.fa-optin-monster:before {
  content: "";
}

.fa-orcid:before {
  content: "";
}

.fa-ornament:before {
  content: "";
}

.fa-osi:before {
  content: "";
}

.fa-otter:before {
  content: "";
}

.fa-outdent:before {
  content: "";
}

.fa-outlet:before {
  content: "";
}

.fa-oven:before {
  content: "";
}

.fa-overline:before {
  content: "";
}

.fa-page-break:before {
  content: "";
}

.fa-page4:before {
  content: "";
}

.fa-pagelines:before {
  content: "";
}

.fa-pager:before {
  content: "";
}

.fa-paint-brush:before {
  content: "";
}

.fa-paint-brush-alt:before {
  content: "";
}

.fa-paint-roller:before {
  content: "";
}

.fa-palette:before {
  content: "";
}

.fa-palfed:before {
  content: "";
}

.fa-pallet:before {
  content: "";
}

.fa-pallet-alt:before {
  content: "";
}

.fa-paper-plane:before {
  content: "";
}

.fa-paperclip:before {
  content: "";
}

.fa-parachute-box:before {
  content: "";
}

.fa-paragraph:before {
  content: "";
}

.fa-paragraph-rtl:before {
  content: "";
}

.fa-parking:before {
  content: "";
}

.fa-parking-circle:before {
  content: "";
}

.fa-parking-circle-slash:before {
  content: "";
}

.fa-parking-slash:before {
  content: "";
}

.fa-passport:before {
  content: "";
}

.fa-pastafarianism:before {
  content: "";
}

.fa-paste:before {
  content: "";
}

.fa-patreon:before {
  content: "";
}

.fa-pause:before {
  content: "";
}

.fa-pause-circle:before {
  content: "";
}

.fa-paw:before {
  content: "";
}

.fa-paw-alt:before {
  content: "";
}

.fa-paw-claws:before {
  content: "";
}

.fa-paypal:before {
  content: "";
}

.fa-peace:before {
  content: "";
}

.fa-pegasus:before {
  content: "";
}

.fa-pen:before {
  content: "";
}

.fa-pen-alt:before {
  content: "";
}

.fa-pen-fancy:before {
  content: "";
}

.fa-pen-nib:before {
  content: "";
}

.fa-pen-square:before {
  content: "";
}

.fa-pencil:before {
  content: "";
}

.fa-pencil-alt:before {
  content: "";
}

.fa-pencil-paintbrush:before {
  content: "";
}

.fa-pencil-ruler:before {
  content: "";
}

.fa-pennant:before {
  content: "";
}

.fa-penny-arcade:before {
  content: "";
}

.fa-people-arrows:before {
  content: "";
}

.fa-people-carry:before {
  content: "";
}

.fa-pepper-hot:before {
  content: "";
}

.fa-perbyte:before {
  content: "";
}

.fa-percent:before {
  content: "";
}

.fa-percentage:before {
  content: "";
}

.fa-periscope:before {
  content: "";
}

.fa-person-booth:before {
  content: "";
}

.fa-person-carry:before {
  content: "";
}

.fa-person-dolly:before {
  content: "";
}

.fa-person-dolly-empty:before {
  content: "";
}

.fa-person-sign:before {
  content: "";
}

.fa-phabricator:before {
  content: "";
}

.fa-phoenix-framework:before {
  content: "";
}

.fa-phoenix-squadron:before {
  content: "";
}

.fa-phone:before {
  content: "";
}

.fa-phone-alt:before {
  content: "";
}

.fa-phone-laptop:before {
  content: "";
}

.fa-phone-office:before {
  content: "";
}

.fa-phone-plus:before {
  content: "";
}

.fa-phone-rotary:before {
  content: "";
}

.fa-phone-slash:before {
  content: "";
}

.fa-phone-square:before {
  content: "";
}

.fa-phone-square-alt:before {
  content: "";
}

.fa-phone-volume:before {
  content: "";
}

.fa-photo-video:before {
  content: "";
}

.fa-php:before {
  content: "";
}

.fa-pi:before {
  content: "";
}

.fa-piano:before {
  content: "";
}

.fa-piano-keyboard:before {
  content: "";
}

.fa-pie:before {
  content: "";
}

.fa-pied-piper:before {
  content: "";
}

.fa-pied-piper-alt:before {
  content: "";
}

.fa-pied-piper-hat:before {
  content: "";
}

.fa-pied-piper-pp:before {
  content: "";
}

.fa-pied-piper-square:before {
  content: "";
}

.fa-pig:before {
  content: "";
}

.fa-piggy-bank:before {
  content: "";
}

.fa-pills:before {
  content: "";
}

.fa-pinterest:before {
  content: "";
}

.fa-pinterest-p:before {
  content: "";
}

.fa-pinterest-square:before {
  content: "";
}

.fa-pizza:before {
  content: "";
}

.fa-pizza-slice:before {
  content: "";
}

.fa-place-of-worship:before {
  content: "";
}

.fa-plane:before {
  content: "";
}

.fa-plane-alt:before {
  content: "";
}

.fa-plane-arrival:before {
  content: "";
}

.fa-plane-departure:before {
  content: "";
}

.fa-plane-slash:before {
  content: "";
}

.fa-planet-moon:before {
  content: "";
}

.fa-planet-ringed:before {
  content: "";
}

.fa-play:before {
  content: "";
}

.fa-play-circle:before {
  content: "";
}

.fa-playstation:before {
  content: "";
}

.fa-plug:before {
  content: "";
}

.fa-plus:before {
  content: "";
}

.fa-plus-circle:before {
  content: "";
}

.fa-plus-hexagon:before {
  content: "";
}

.fa-plus-octagon:before {
  content: "";
}

.fa-plus-square:before {
  content: "";
}

.fa-podcast:before {
  content: "";
}

.fa-podium:before {
  content: "";
}

.fa-podium-star:before {
  content: "";
}

.fa-police-box:before {
  content: "";
}

.fa-poll:before {
  content: "";
}

.fa-poll-h:before {
  content: "";
}

.fa-poll-people:before {
  content: "";
}

.fa-poo:before {
  content: "";
}

.fa-poo-storm:before {
  content: "";
}

.fa-poop:before {
  content: "";
}

.fa-popcorn:before {
  content: "";
}

.fa-portal-enter:before {
  content: "";
}

.fa-portal-exit:before {
  content: "";
}

.fa-portrait:before {
  content: "";
}

.fa-pound-sign:before {
  content: "";
}

.fa-power-off:before {
  content: "";
}

.fa-pray:before {
  content: "";
}

.fa-praying-hands:before {
  content: "";
}

.fa-prescription:before {
  content: "";
}

.fa-prescription-bottle:before {
  content: "";
}

.fa-prescription-bottle-alt:before {
  content: "";
}

.fa-presentation:before {
  content: "";
}

.fa-print:before {
  content: "";
}

.fa-print-search:before {
  content: "";
}

.fa-print-slash:before {
  content: "";
}

.fa-procedures:before {
  content: "";
}

.fa-product-hunt:before {
  content: "";
}

.fa-project-diagram:before {
  content: "";
}

.fa-projector:before {
  content: "";
}

.fa-pump-medical:before {
  content: "";
}

.fa-pump-soap:before {
  content: "";
}

.fa-pumpkin:before {
  content: "";
}

.fa-pushed:before {
  content: "";
}

.fa-puzzle-piece:before {
  content: "";
}

.fa-python:before {
  content: "";
}

.fa-qq:before {
  content: "";
}

.fa-qrcode:before {
  content: "";
}

.fa-question:before {
  content: "";
}

.fa-question-circle:before {
  content: "";
}

.fa-question-square:before {
  content: "";
}

.fa-quidditch:before {
  content: "";
}

.fa-quinscape:before {
  content: "";
}

.fa-quora:before {
  content: "";
}

.fa-quote-left:before {
  content: "";
}

.fa-quote-right:before {
  content: "";
}

.fa-quran:before {
  content: "";
}

.fa-r-project:before {
  content: "";
}

.fa-rabbit:before {
  content: "";
}

.fa-rabbit-fast:before {
  content: "";
}

.fa-racquet:before {
  content: "";
}

.fa-radar:before {
  content: "";
}

.fa-radiation:before {
  content: "";
}

.fa-radiation-alt:before {
  content: "";
}

.fa-radio:before {
  content: "";
}

.fa-radio-alt:before {
  content: "";
}

.fa-rainbow:before {
  content: "";
}

.fa-raindrops:before {
  content: "";
}

.fa-ram:before {
  content: "";
}

.fa-ramp-loading:before {
  content: "";
}

.fa-random:before {
  content: "";
}

.fa-raspberry-pi:before {
  content: "";
}

.fa-ravelry:before {
  content: "";
}

.fa-raygun:before {
  content: "";
}

.fa-react:before {
  content: "";
}

.fa-reacteurope:before {
  content: "";
}

.fa-readme:before {
  content: "";
}

.fa-rebel:before {
  content: "";
}

.fa-receipt:before {
  content: "";
}

.fa-record-vinyl:before {
  content: "";
}

.fa-rectangle-landscape:before {
  content: "";
}

.fa-rectangle-portrait:before {
  content: "";
}

.fa-rectangle-wide:before {
  content: "";
}

.fa-recycle:before {
  content: "";
}

.fa-red-river:before {
  content: "";
}

.fa-reddit:before {
  content: "";
}

.fa-reddit-alien:before {
  content: "";
}

.fa-reddit-square:before {
  content: "";
}

.fa-redhat:before {
  content: "";
}

.fa-redo:before {
  content: "";
}

.fa-redo-alt:before {
  content: "";
}

.fa-refrigerator:before {
  content: "";
}

.fa-registered:before {
  content: "";
}

.fa-remove-format:before {
  content: "";
}

.fa-renren:before {
  content: "";
}

.fa-repeat:before {
  content: "";
}

.fa-repeat-1:before {
  content: "";
}

.fa-repeat-1-alt:before {
  content: "";
}

.fa-repeat-alt:before {
  content: "";
}

.fa-reply:before {
  content: "";
}

.fa-reply-all:before {
  content: "";
}

.fa-replyd:before {
  content: "";
}

.fa-republican:before {
  content: "";
}

.fa-researchgate:before {
  content: "";
}

.fa-resolving:before {
  content: "";
}

.fa-restroom:before {
  content: "";
}

.fa-retweet:before {
  content: "";
}

.fa-retweet-alt:before {
  content: "";
}

.fa-rev:before {
  content: "";
}

.fa-ribbon:before {
  content: "";
}

.fa-ring:before {
  content: "";
}

.fa-rings-wedding:before {
  content: "";
}

.fa-road:before {
  content: "";
}

.fa-robot:before {
  content: "";
}

.fa-rocket:before {
  content: "";
}

.fa-rocket-launch:before {
  content: "";
}

.fa-rocketchat:before {
  content: "";
}

.fa-rockrms:before {
  content: "";
}

.fa-route:before {
  content: "";
}

.fa-route-highway:before {
  content: "";
}

.fa-route-interstate:before {
  content: "";
}

.fa-router:before {
  content: "";
}

.fa-rss:before {
  content: "";
}

.fa-rss-square:before {
  content: "";
}

.fa-ruble-sign:before {
  content: "";
}

.fa-ruler:before {
  content: "";
}

.fa-ruler-combined:before {
  content: "";
}

.fa-ruler-horizontal:before {
  content: "";
}

.fa-ruler-triangle:before {
  content: "";
}

.fa-ruler-vertical:before {
  content: "";
}

.fa-running:before {
  content: "";
}

.fa-rupee-sign:before {
  content: "";
}

.fa-rust:before {
  content: "";
}

.fa-rv:before {
  content: "";
}

.fa-sack:before {
  content: "";
}

.fa-sack-dollar:before {
  content: "";
}

.fa-sad-cry:before {
  content: "";
}

.fa-sad-tear:before {
  content: "";
}

.fa-safari:before {
  content: "";
}

.fa-salad:before {
  content: "";
}

.fa-salesforce:before {
  content: "";
}

.fa-sandwich:before {
  content: "";
}

.fa-sass:before {
  content: "";
}

.fa-satellite:before {
  content: "";
}

.fa-satellite-dish:before {
  content: "";
}

.fa-sausage:before {
  content: "";
}

.fa-save:before {
  content: "";
}

.fa-sax-hot:before {
  content: "";
}

.fa-saxophone:before {
  content: "";
}

.fa-scalpel:before {
  content: "";
}

.fa-scalpel-path:before {
  content: "";
}

.fa-scanner:before {
  content: "";
}

.fa-scanner-image:before {
  content: "";
}

.fa-scanner-keyboard:before {
  content: "";
}

.fa-scanner-touchscreen:before {
  content: "";
}

.fa-scarecrow:before {
  content: "";
}

.fa-scarf:before {
  content: "";
}

.fa-schlix:before {
  content: "";
}

.fa-school:before {
  content: "";
}

.fa-screwdriver:before {
  content: "";
}

.fa-scribd:before {
  content: "";
}

.fa-scroll:before {
  content: "";
}

.fa-scroll-old:before {
  content: "";
}

.fa-scrubber:before {
  content: "";
}

.fa-scythe:before {
  content: "";
}

.fa-sd-card:before {
  content: "";
}

.fa-search:before {
  content: "";
}

.fa-search-dollar:before {
  content: "";
}

.fa-search-location:before {
  content: "";
}

.fa-search-minus:before {
  content: "";
}

.fa-search-plus:before {
  content: "";
}

.fa-searchengin:before {
  content: "";
}

.fa-seedling:before {
  content: "";
}

.fa-sellcast:before {
  content: "";
}

.fa-sellsy:before {
  content: "";
}

.fa-send-back:before {
  content: "";
}

.fa-send-backward:before {
  content: "";
}

.fa-sensor:before {
  content: "";
}

.fa-sensor-alert:before {
  content: "";
}

.fa-sensor-fire:before {
  content: "";
}

.fa-sensor-on:before {
  content: "";
}

.fa-sensor-smoke:before {
  content: "";
}

.fa-server:before {
  content: "";
}

.fa-servicestack:before {
  content: "";
}

.fa-shapes:before {
  content: "";
}

.fa-share:before {
  content: "";
}

.fa-share-all:before {
  content: "";
}

.fa-share-alt:before {
  content: "";
}

.fa-share-alt-square:before {
  content: "";
}

.fa-share-square:before {
  content: "";
}

.fa-sheep:before {
  content: "";
}

.fa-shekel-sign:before {
  content: "";
}

.fa-shield:before {
  content: "";
}

.fa-shield-alt:before {
  content: "";
}

.fa-shield-check:before {
  content: "";
}

.fa-shield-cross:before {
  content: "";
}

.fa-shield-virus:before {
  content: "";
}

.fa-ship:before {
  content: "";
}

.fa-shipping-fast:before {
  content: "";
}

.fa-shipping-timed:before {
  content: "";
}

.fa-shirtsinbulk:before {
  content: "";
}

.fa-shish-kebab:before {
  content: "";
}

.fa-shoe-prints:before {
  content: "";
}

.fa-shopify:before {
  content: "";
}

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

.fa-shopping-basket:before {
  content: "";
}

.fa-shopping-cart:before {
  content: "";
}

.fa-shopware:before {
  content: "";
}

.fa-shovel:before {
  content: "";
}

.fa-shovel-snow:before {
  content: "";
}

.fa-shower:before {
  content: "";
}

.fa-shredder:before {
  content: "";
}

.fa-shuttle-van:before {
  content: "";
}

.fa-shuttlecock:before {
  content: "";
}

.fa-sickle:before {
  content: "";
}

.fa-sigma:before {
  content: "";
}

.fa-sign:before {
  content: "";
}

.fa-sign-in:before {
  content: "";
}

.fa-sign-in-alt:before {
  content: "";
}

.fa-sign-language:before {
  content: "";
}

.fa-sign-out:before {
  content: "";
}

.fa-sign-out-alt:before {
  content: "";
}

.fa-signal:before {
  content: "";
}

.fa-signal-1:before {
  content: "";
}

.fa-signal-2:before {
  content: "";
}

.fa-signal-3:before {
  content: "";
}

.fa-signal-4:before {
  content: "";
}

.fa-signal-alt:before {
  content: "";
}

.fa-signal-alt-1:before {
  content: "";
}

.fa-signal-alt-2:before {
  content: "";
}

.fa-signal-alt-3:before {
  content: "";
}

.fa-signal-alt-slash:before {
  content: "";
}

.fa-signal-slash:before {
  content: "";
}

.fa-signal-stream:before {
  content: "";
}

.fa-signature:before {
  content: "";
}

.fa-sim-card:before {
  content: "";
}

.fa-simplybuilt:before {
  content: "";
}

.fa-sink:before {
  content: "";
}

.fa-siren:before {
  content: "";
}

.fa-siren-on:before {
  content: "";
}

.fa-sistrix:before {
  content: "";
}

.fa-sitemap:before {
  content: "";
}

.fa-sith:before {
  content: "";
}

.fa-skating:before {
  content: "";
}

.fa-skeleton:before {
  content: "";
}

.fa-sketch:before {
  content: "";
}

.fa-ski-jump:before {
  content: "";
}

.fa-ski-lift:before {
  content: "";
}

.fa-skiing:before {
  content: "";
}

.fa-skiing-nordic:before {
  content: "";
}

.fa-skull:before {
  content: "";
}

.fa-skull-cow:before {
  content: "";
}

.fa-skull-crossbones:before {
  content: "";
}

.fa-skyatlas:before {
  content: "";
}

.fa-skype:before {
  content: "";
}

.fa-slack:before {
  content: "";
}

.fa-slack-hash:before {
  content: "";
}

.fa-slash:before {
  content: "";
}

.fa-sledding:before {
  content: "";
}

.fa-sleigh:before {
  content: "";
}

.fa-sliders-h:before {
  content: "";
}

.fa-sliders-h-square:before {
  content: "";
}

.fa-sliders-v:before {
  content: "";
}

.fa-sliders-v-square:before {
  content: "";
}

.fa-slideshare:before {
  content: "";
}

.fa-smile:before {
  content: "";
}

.fa-smile-beam:before {
  content: "";
}

.fa-smile-plus:before {
  content: "";
}

.fa-smile-wink:before {
  content: "";
}

.fa-smog:before {
  content: "";
}

.fa-smoke:before {
  content: "";
}

.fa-smoking:before {
  content: "";
}

.fa-smoking-ban:before {
  content: "";
}

.fa-sms:before {
  content: "";
}

.fa-snake:before {
  content: "";
}

.fa-snapchat:before {
  content: "";
}

.fa-snapchat-ghost:before {
  content: "";
}

.fa-snapchat-square:before {
  content: "";
}

.fa-snooze:before {
  content: "";
}

.fa-snow-blowing:before {
  content: "";
}

.fa-snowboarding:before {
  content: "";
}

.fa-snowflake:before {
  content: "";
}

.fa-snowflakes:before {
  content: "";
}

.fa-snowman:before {
  content: "";
}

.fa-snowmobile:before {
  content: "";
}

.fa-snowplow:before {
  content: "";
}

.fa-soap:before {
  content: "";
}

.fa-socks:before {
  content: "";
}

.fa-solar-panel:before {
  content: "";
}

.fa-solar-system:before {
  content: "";
}

.fa-sort:before {
  content: "";
}

.fa-sort-alpha-down:before {
  content: "";
}

.fa-sort-alpha-down-alt:before {
  content: "";
}

.fa-sort-alpha-up:before {
  content: "";
}

.fa-sort-alpha-up-alt:before {
  content: "";
}

.fa-sort-alt:before {
  content: "";
}

.fa-sort-amount-down:before {
  content: "";
}

.fa-sort-amount-down-alt:before {
  content: "";
}

.fa-sort-amount-up:before {
  content: "";
}

.fa-sort-amount-up-alt:before {
  content: "";
}

.fa-sort-circle:before {
  content: "";
}

.fa-sort-circle-down:before {
  content: "";
}

.fa-sort-circle-up:before {
  content: "";
}

.fa-sort-down:before {
  content: "";
}

.fa-sort-numeric-down:before {
  content: "";
}

.fa-sort-numeric-down-alt:before {
  content: "";
}

.fa-sort-numeric-up:before {
  content: "";
}

.fa-sort-numeric-up-alt:before {
  content: "";
}

.fa-sort-shapes-down:before {
  content: "";
}

.fa-sort-shapes-down-alt:before {
  content: "";
}

.fa-sort-shapes-up:before {
  content: "";
}

.fa-sort-shapes-up-alt:before {
  content: "";
}

.fa-sort-size-down:before {
  content: "";
}

.fa-sort-size-down-alt:before {
  content: "";
}

.fa-sort-size-up:before {
  content: "";
}

.fa-sort-size-up-alt:before {
  content: "";
}

.fa-sort-up:before {
  content: "";
}

.fa-soundcloud:before {
  content: "";
}

.fa-soup:before {
  content: "";
}

.fa-sourcetree:before {
  content: "";
}

.fa-spa:before {
  content: "";
}

.fa-space-shuttle:before {
  content: "";
}

.fa-space-station-moon:before {
  content: "";
}

.fa-space-station-moon-alt:before {
  content: "";
}

.fa-spade:before {
  content: "";
}

.fa-sparkles:before {
  content: "";
}

.fa-speakap:before {
  content: "";
}

.fa-speaker:before {
  content: "";
}

.fa-speaker-deck:before {
  content: "";
}

.fa-speakers:before {
  content: "";
}

.fa-spell-check:before {
  content: "";
}

.fa-spider:before {
  content: "";
}

.fa-spider-black-widow:before {
  content: "";
}

.fa-spider-web:before {
  content: "";
}

.fa-spinner:before {
  content: "";
}

.fa-spinner-third:before {
  content: "";
}

.fa-splotch:before {
  content: "";
}

.fa-spotify:before {
  content: "";
}

.fa-spray-can:before {
  content: "";
}

.fa-sprinkler:before {
  content: "";
}

.fa-square:before {
  content: "";
}

.fa-square-full:before {
  content: "";
}

.fa-square-root:before {
  content: "";
}

.fa-square-root-alt:before {
  content: "";
}

.fa-squarespace:before {
  content: "";
}

.fa-squirrel:before {
  content: "";
}

.fa-stack-exchange:before {
  content: "";
}

.fa-stack-overflow:before {
  content: "";
}

.fa-stackpath:before {
  content: "";
}

.fa-staff:before {
  content: "";
}

.fa-stamp:before {
  content: "";
}

.fa-star:before {
  content: "";
}

.fa-star-and-crescent:before {
  content: "";
}

.fa-star-christmas:before {
  content: "";
}

.fa-star-exclamation:before {
  content: "";
}

.fa-star-half:before {
  content: "";
}

.fa-star-half-alt:before {
  content: "";
}

.fa-star-of-david:before {
  content: "";
}

.fa-star-of-life:before {
  content: "";
}

.fa-star-shooting:before {
  content: "";
}

.fa-starfighter:before {
  content: "";
}

.fa-starfighter-alt:before {
  content: "";
}

.fa-stars:before {
  content: "";
}

.fa-starship:before {
  content: "";
}

.fa-starship-freighter:before {
  content: "";
}

.fa-staylinked:before {
  content: "";
}

.fa-steak:before {
  content: "";
}

.fa-steam:before {
  content: "";
}

.fa-steam-square:before {
  content: "";
}

.fa-steam-symbol:before {
  content: "";
}

.fa-steering-wheel:before {
  content: "";
}

.fa-step-backward:before {
  content: "";
}

.fa-step-forward:before {
  content: "";
}

.fa-stethoscope:before {
  content: "";
}

.fa-sticker-mule:before {
  content: "";
}

.fa-sticky-note:before {
  content: "";
}

.fa-stocking:before {
  content: "";
}

.fa-stomach:before {
  content: "";
}

.fa-stop:before {
  content: "";
}

.fa-stop-circle:before {
  content: "";
}

.fa-stopwatch:before {
  content: "";
}

.fa-stopwatch-20:before {
  content: "";
}

.fa-store:before {
  content: "";
}

.fa-store-alt:before {
  content: "";
}

.fa-store-alt-slash:before {
  content: "";
}

.fa-store-slash:before {
  content: "";
}

.fa-strava:before {
  content: "";
}

.fa-stream:before {
  content: "";
}

.fa-street-view:before {
  content: "";
}

.fa-stretcher:before {
  content: "";
}

.fa-strikethrough:before {
  content: "";
}

.fa-stripe:before {
  content: "";
}

.fa-stripe-s:before {
  content: "";
}

.fa-stroopwafel:before {
  content: "";
}

.fa-studiovinari:before {
  content: "";
}

.fa-stumbleupon:before {
  content: "";
}

.fa-stumbleupon-circle:before {
  content: "";
}

.fa-subscript:before {
  content: "";
}

.fa-subway:before {
  content: "";
}

.fa-suitcase:before {
  content: "";
}

.fa-suitcase-rolling:before {
  content: "";
}

.fa-sun:before {
  content: "";
}

.fa-sun-cloud:before {
  content: "";
}

.fa-sun-dust:before {
  content: "";
}

.fa-sun-haze:before {
  content: "";
}

.fa-sunglasses:before {
  content: "";
}

.fa-sunrise:before {
  content: "";
}

.fa-sunset:before {
  content: "";
}

.fa-superpowers:before {
  content: "";
}

.fa-superscript:before {
  content: "";
}

.fa-supple:before {
  content: "";
}

.fa-surprise:before {
  content: "";
}

.fa-suse:before {
  content: "";
}

.fa-swatchbook:before {
  content: "";
}

.fa-swift:before {
  content: "";
}

.fa-swimmer:before {
  content: "";
}

.fa-swimming-pool:before {
  content: "";
}

.fa-sword:before {
  content: "";
}

.fa-sword-laser:before {
  content: "";
}

.fa-sword-laser-alt:before {
  content: "";
}

.fa-swords:before {
  content: "";
}

.fa-swords-laser:before {
  content: "";
}

.fa-symfony:before {
  content: "";
}

.fa-synagogue:before {
  content: "";
}

.fa-sync:before {
  content: "";
}

.fa-sync-alt:before {
  content: "";
}

.fa-syringe:before {
  content: "";
}

.fa-table:before {
  content: "";
}

.fa-table-tennis:before {
  content: "";
}

.fa-tablet:before {
  content: "";
}

.fa-tablet-alt:before {
  content: "";
}

.fa-tablet-android:before {
  content: "";
}

.fa-tablet-android-alt:before {
  content: "";
}

.fa-tablet-rugged:before {
  content: "";
}

.fa-tablets:before {
  content: "";
}

.fa-tachometer:before {
  content: "";
}

.fa-tachometer-alt:before {
  content: "";
}

.fa-tachometer-alt-average:before {
  content: "";
}

.fa-tachometer-alt-fast:before {
  content: "";
}

.fa-tachometer-alt-fastest:before {
  content: "";
}

.fa-tachometer-alt-slow:before {
  content: "";
}

.fa-tachometer-alt-slowest:before {
  content: "";
}

.fa-tachometer-average:before {
  content: "";
}

.fa-tachometer-fast:before {
  content: "";
}

.fa-tachometer-fastest:before {
  content: "";
}

.fa-tachometer-slow:before {
  content: "";
}

.fa-tachometer-slowest:before {
  content: "";
}

.fa-taco:before {
  content: "";
}

.fa-tag:before {
  content: "";
}

.fa-tags:before {
  content: "";
}

.fa-tally:before {
  content: "";
}

.fa-tanakh:before {
  content: "";
}

.fa-tape:before {
  content: "";
}

.fa-tasks:before {
  content: "";
}

.fa-tasks-alt:before {
  content: "";
}

.fa-taxi:before {
  content: "";
}

.fa-teamspeak:before {
  content: "";
}

.fa-teeth:before {
  content: "";
}

.fa-teeth-open:before {
  content: "";
}

.fa-telegram:before {
  content: "";
}

.fa-telegram-plane:before {
  content: "";
}

.fa-telescope:before {
  content: "";
}

.fa-temperature-down:before {
  content: "";
}

.fa-temperature-frigid:before {
  content: "";
}

.fa-temperature-high:before {
  content: "";
}

.fa-temperature-hot:before {
  content: "";
}

.fa-temperature-low:before {
  content: "";
}

.fa-temperature-up:before {
  content: "";
}

.fa-tencent-weibo:before {
  content: "";
}

.fa-tenge:before {
  content: "";
}

.fa-tennis-ball:before {
  content: "";
}

.fa-terminal:before {
  content: "";
}

.fa-text:before {
  content: "";
}

.fa-text-height:before {
  content: "";
}

.fa-text-size:before {
  content: "";
}

.fa-text-width:before {
  content: "";
}

.fa-th:before {
  content: "";
}

.fa-th-large:before {
  content: "";
}

.fa-th-list:before {
  content: "";
}

.fa-the-red-yeti:before {
  content: "";
}

.fa-theater-masks:before {
  content: "";
}

.fa-themeco:before {
  content: "";
}

.fa-themeisle:before {
  content: "";
}

.fa-thermometer:before {
  content: "";
}

.fa-thermometer-empty:before {
  content: "";
}

.fa-thermometer-full:before {
  content: "";
}

.fa-thermometer-half:before {
  content: "";
}

.fa-thermometer-quarter:before {
  content: "";
}

.fa-thermometer-three-quarters:before {
  content: "";
}

.fa-theta:before {
  content: "";
}

.fa-think-peaks:before {
  content: "";
}

.fa-thumbs-down:before {
  content: "";
}

.fa-thumbs-up:before {
  content: "";
}

.fa-thumbtack:before {
  content: "";
}

.fa-thunderstorm:before {
  content: "";
}

.fa-thunderstorm-moon:before {
  content: "";
}

.fa-thunderstorm-sun:before {
  content: "";
}

.fa-ticket:before {
  content: "";
}

.fa-ticket-alt:before {
  content: "";
}

.fa-tiktok:before {
  content: "";
}

.fa-tilde:before {
  content: "";
}

.fa-times:before {
  content: "";
}

.fa-times-circle:before {
  content: "";
}

.fa-times-hexagon:before {
  content: "";
}

.fa-times-octagon:before {
  content: "";
}

.fa-times-square:before {
  content: "";
}

.fa-tint:before {
  content: "";
}

.fa-tint-slash:before {
  content: "";
}

.fa-tire:before {
  content: "";
}

.fa-tire-flat:before {
  content: "";
}

.fa-tire-pressure-warning:before {
  content: "";
}

.fa-tire-rugged:before {
  content: "";
}

.fa-tired:before {
  content: "";
}

.fa-toggle-off:before {
  content: "";
}

.fa-toggle-on:before {
  content: "";
}

.fa-toilet:before {
  content: "";
}

.fa-toilet-paper:before {
  content: "";
}

.fa-toilet-paper-alt:before {
  content: "";
}

.fa-toilet-paper-slash:before {
  content: "";
}

.fa-tombstone:before {
  content: "";
}

.fa-tombstone-alt:before {
  content: "";
}

.fa-toolbox:before {
  content: "";
}

.fa-tools:before {
  content: "";
}

.fa-tooth:before {
  content: "";
}

.fa-toothbrush:before {
  content: "";
}

.fa-torah:before {
  content: "";
}

.fa-torii-gate:before {
  content: "";
}

.fa-tornado:before {
  content: "";
}

.fa-tractor:before {
  content: "";
}

.fa-trade-federation:before {
  content: "";
}

.fa-trademark:before {
  content: "";
}

.fa-traffic-cone:before {
  content: "";
}

.fa-traffic-light:before {
  content: "";
}

.fa-traffic-light-go:before {
  content: "";
}

.fa-traffic-light-slow:before {
  content: "";
}

.fa-traffic-light-stop:before {
  content: "";
}

.fa-trailer:before {
  content: "";
}

.fa-train:before {
  content: "";
}

.fa-tram:before {
  content: "";
}

.fa-transgender:before {
  content: "";
}

.fa-transgender-alt:before {
  content: "";
}

.fa-transporter:before {
  content: "";
}

.fa-transporter-1:before {
  content: "";
}

.fa-transporter-2:before {
  content: "";
}

.fa-transporter-3:before {
  content: "";
}

.fa-transporter-empty:before {
  content: "";
}

.fa-trash:before {
  content: "";
}

.fa-trash-alt:before {
  content: "";
}

.fa-trash-restore:before {
  content: "";
}

.fa-trash-restore-alt:before {
  content: "";
}

.fa-trash-undo:before {
  content: "";
}

.fa-trash-undo-alt:before {
  content: "";
}

.fa-treasure-chest:before {
  content: "";
}

.fa-tree:before {
  content: "";
}

.fa-tree-alt:before {
  content: "";
}

.fa-tree-christmas:before {
  content: "";
}

.fa-tree-decorated:before {
  content: "";
}

.fa-tree-large:before {
  content: "";
}

.fa-tree-palm:before {
  content: "";
}

.fa-trees:before {
  content: "";
}

.fa-trello:before {
  content: "";
}

.fa-triangle:before {
  content: "";
}

.fa-triangle-music:before {
  content: "";
}

.fa-tripadvisor:before {
  content: "";
}

.fa-trophy:before {
  content: "";
}

.fa-trophy-alt:before {
  content: "";
}

.fa-truck:before {
  content: "";
}

.fa-truck-container:before {
  content: "";
}

.fa-truck-couch:before {
  content: "";
}

.fa-truck-loading:before {
  content: "";
}

.fa-truck-monster:before {
  content: "";
}

.fa-truck-moving:before {
  content: "";
}

.fa-truck-pickup:before {
  content: "";
}

.fa-truck-plow:before {
  content: "";
}

.fa-truck-ramp:before {
  content: "";
}

.fa-trumpet:before {
  content: "";
}

.fa-tshirt:before {
  content: "";
}

.fa-tty:before {
  content: "";
}

.fa-tumblr:before {
  content: "";
}

.fa-tumblr-square:before {
  content: "";
}

.fa-turkey:before {
  content: "";
}

.fa-turntable:before {
  content: "";
}

.fa-turtle:before {
  content: "";
}

.fa-tv:before {
  content: "";
}

.fa-tv-alt:before {
  content: "";
}

.fa-tv-music:before {
  content: "";
}

.fa-tv-retro:before {
  content: "";
}

.fa-twitch:before {
  content: "";
}

.fa-twitter:before {
  content: "";
}

.fa-twitter-square:before {
  content: "";
}

.fa-typewriter:before {
  content: "";
}

.fa-typo3:before {
  content: "";
}

.fa-uber:before {
  content: "";
}

.fa-ubuntu:before {
  content: "";
}

.fa-ufo:before {
  content: "";
}

.fa-ufo-beam:before {
  content: "";
}

.fa-uikit:before {
  content: "";
}

.fa-umbraco:before {
  content: "";
}

.fa-umbrella:before {
  content: "";
}

.fa-umbrella-beach:before {
  content: "";
}

.fa-uncharted:before {
  content: "";
}

.fa-underline:before {
  content: "";
}

.fa-undo:before {
  content: "";
}

.fa-undo-alt:before {
  content: "";
}

.fa-unicorn:before {
  content: "";
}

.fa-union:before {
  content: "";
}

.fa-uniregistry:before {
  content: "";
}

.fa-unity:before {
  content: "";
}

.fa-universal-access:before {
  content: "";
}

.fa-university:before {
  content: "";
}

.fa-unlink:before {
  content: "";
}

.fa-unlock:before {
  content: "";
}

.fa-unlock-alt:before {
  content: "";
}

.fa-unsplash:before {
  content: "";
}

.fa-untappd:before {
  content: "";
}

.fa-upload:before {
  content: "";
}

.fa-ups:before {
  content: "";
}

.fa-usb:before {
  content: "";
}

.fa-usb-drive:before {
  content: "";
}

.fa-usd-circle:before {
  content: "";
}

.fa-usd-square:before {
  content: "";
}

.fa-user:before {
  content: "";
}

.fa-user-alien:before {
  content: "";
}

.fa-user-alt:before {
  content: "";
}

.fa-user-alt-slash:before {
  content: "";
}

.fa-user-astronaut:before {
  content: "";
}

.fa-user-chart:before {
  content: "";
}

.fa-user-check:before {
  content: "";
}

.fa-user-circle:before {
  content: "";
}

.fa-user-clock:before {
  content: "";
}

.fa-user-cog:before {
  content: "";
}

.fa-user-cowboy:before {
  content: "";
}

.fa-user-crown:before {
  content: "";
}

.fa-user-edit:before {
  content: "";
}

.fa-user-friends:before {
  content: "";
}

.fa-user-graduate:before {
  content: "";
}

.fa-user-hard-hat:before {
  content: "";
}

.fa-user-headset:before {
  content: "";
}

.fa-user-injured:before {
  content: "";
}

.fa-user-lock:before {
  content: "";
}

.fa-user-md:before {
  content: "";
}

.fa-user-md-chat:before {
  content: "";
}

.fa-user-minus:before {
  content: "";
}

.fa-user-music:before {
  content: "";
}

.fa-user-ninja:before {
  content: "";
}

.fa-user-nurse:before {
  content: "";
}

.fa-user-plus:before {
  content: "";
}

.fa-user-robot:before {
  content: "";
}

.fa-user-secret:before {
  content: "";
}

.fa-user-shield:before {
  content: "";
}

.fa-user-slash:before {
  content: "";
}

.fa-user-tag:before {
  content: "";
}

.fa-user-tie:before {
  content: "";
}

.fa-user-times:before {
  content: "";
}

.fa-user-unlock:before {
  content: "";
}

.fa-user-visor:before {
  content: "";
}

.fa-users:before {
  content: "";
}

.fa-users-class:before {
  content: "";
}

.fa-users-cog:before {
  content: "";
}

.fa-users-crown:before {
  content: "";
}

.fa-users-medical:before {
  content: "";
}

.fa-users-slash:before {
  content: "";
}

.fa-usps:before {
  content: "";
}

.fa-ussunnah:before {
  content: "";
}

.fa-utensil-fork:before {
  content: "";
}

.fa-utensil-knife:before {
  content: "";
}

.fa-utensil-spoon:before {
  content: "";
}

.fa-utensils:before {
  content: "";
}

.fa-utensils-alt:before {
  content: "";
}

.fa-vaadin:before {
  content: "";
}

.fa-vacuum:before {
  content: "";
}

.fa-vacuum-robot:before {
  content: "";
}

.fa-value-absolute:before {
  content: "";
}

.fa-vector-square:before {
  content: "";
}

.fa-venus:before {
  content: "";
}

.fa-venus-double:before {
  content: "";
}

.fa-venus-mars:before {
  content: "";
}

.fa-vest:before {
  content: "";
}

.fa-vest-patches:before {
  content: "";
}

.fa-vhs:before {
  content: "";
}

.fa-viacoin:before {
  content: "";
}

.fa-viadeo:before {
  content: "";
}

.fa-viadeo-square:before {
  content: "";
}

.fa-vial:before {
  content: "";
}

.fa-vials:before {
  content: "";
}

.fa-viber:before {
  content: "";
}

.fa-video:before {
  content: "";
}

.fa-video-plus:before {
  content: "";
}

.fa-video-slash:before {
  content: "";
}

.fa-vihara:before {
  content: "";
}

.fa-vimeo:before {
  content: "";
}

.fa-vimeo-square:before {
  content: "";
}

.fa-vimeo-v:before {
  content: "";
}

.fa-vine:before {
  content: "";
}

.fa-violin:before {
  content: "";
}

.fa-virus:before {
  content: "";
}

.fa-virus-slash:before {
  content: "";
}

.fa-viruses:before {
  content: "";
}

.fa-vk:before {
  content: "";
}

.fa-vnv:before {
  content: "";
}

.fa-voicemail:before {
  content: "";
}

.fa-volcano:before {
  content: "";
}

.fa-volleyball-ball:before {
  content: "";
}

.fa-volume:before {
  content: "";
}

.fa-volume-down:before {
  content: "";
}

.fa-volume-mute:before {
  content: "";
}

.fa-volume-off:before {
  content: "";
}

.fa-volume-slash:before {
  content: "";
}

.fa-volume-up:before {
  content: "";
}

.fa-vote-nay:before {
  content: "";
}

.fa-vote-yea:before {
  content: "";
}

.fa-vr-cardboard:before {
  content: "";
}

.fa-vuejs:before {
  content: "";
}

.fa-wagon-covered:before {
  content: "";
}

.fa-walker:before {
  content: "";
}

.fa-walkie-talkie:before {
  content: "";
}

.fa-walking:before {
  content: "";
}

.fa-wallet:before {
  content: "";
}

.fa-wand:before {
  content: "";
}

.fa-wand-magic:before {
  content: "";
}

.fa-warehouse:before {
  content: "";
}

.fa-warehouse-alt:before {
  content: "";
}

.fa-washer:before {
  content: "";
}

.fa-watch:before {
  content: "";
}

.fa-watch-calculator:before {
  content: "";
}

.fa-watch-fitness:before {
  content: "";
}

.fa-watchman-monitoring:before {
  content: "";
}

.fa-water:before {
  content: "";
}

.fa-water-lower:before {
  content: "";
}

.fa-water-rise:before {
  content: "";
}

.fa-wave-sine:before {
  content: "";
}

.fa-wave-square:before {
  content: "";
}

.fa-wave-triangle:before {
  content: "";
}

.fa-waveform:before {
  content: "";
}

.fa-waveform-path:before {
  content: "";
}

.fa-waze:before {
  content: "";
}

.fa-webcam:before {
  content: "";
}

.fa-webcam-slash:before {
  content: "";
}

.fa-weebly:before {
  content: "";
}

.fa-weibo:before {
  content: "";
}

.fa-weight:before {
  content: "";
}

.fa-weight-hanging:before {
  content: "";
}

.fa-weixin:before {
  content: "";
}

.fa-whale:before {
  content: "";
}

.fa-whatsapp:before {
  content: "";
}

.fa-whatsapp-square:before {
  content: "";
}

.fa-wheat:before {
  content: "";
}

.fa-wheelchair:before {
  content: "";
}

.fa-whistle:before {
  content: "";
}

.fa-whmcs:before {
  content: "";
}

.fa-wifi:before {
  content: "";
}

.fa-wifi-1:before {
  content: "";
}

.fa-wifi-2:before {
  content: "";
}

.fa-wifi-slash:before {
  content: "";
}

.fa-wikipedia-w:before {
  content: "";
}

.fa-wind:before {
  content: "";
}

.fa-wind-turbine:before {
  content: "";
}

.fa-wind-warning:before {
  content: "";
}

.fa-window:before {
  content: "";
}

.fa-window-alt:before {
  content: "";
}

.fa-window-close:before {
  content: "";
}

.fa-window-frame:before {
  content: "";
}

.fa-window-frame-open:before {
  content: "";
}

.fa-window-maximize:before {
  content: "";
}

.fa-window-minimize:before {
  content: "";
}

.fa-window-restore:before {
  content: "";
}

.fa-windows:before {
  content: "";
}

.fa-windsock:before {
  content: "";
}

.fa-wine-bottle:before {
  content: "";
}

.fa-wine-glass:before {
  content: "";
}

.fa-wine-glass-alt:before {
  content: "";
}

.fa-wix:before {
  content: "";
}

.fa-wizards-of-the-coast:before {
  content: "";
}

.fa-wodu:before {
  content: "";
}

.fa-wolf-pack-battalion:before {
  content: "";
}

.fa-won-sign:before {
  content: "";
}

.fa-wordpress:before {
  content: "";
}

.fa-wordpress-simple:before {
  content: "";
}

.fa-wpbeginner:before {
  content: "";
}

.fa-wpexplorer:before {
  content: "";
}

.fa-wpforms:before {
  content: "";
}

.fa-wpressr:before {
  content: "";
}

.fa-wreath:before {
  content: "";
}

.fa-wrench:before {
  content: "";
}

.fa-x-ray:before {
  content: "";
}

.fa-xbox:before {
  content: "";
}

.fa-xing:before {
  content: "";
}

.fa-xing-square:before {
  content: "";
}

.fa-y-combinator:before {
  content: "";
}

.fa-yahoo:before {
  content: "";
}

.fa-yammer:before {
  content: "";
}

.fa-yandex:before {
  content: "";
}

.fa-yandex-international:before {
  content: "";
}

.fa-yarn:before {
  content: "";
}

.fa-yelp:before {
  content: "";
}

.fa-yen-sign:before {
  content: "";
}

.fa-yin-yang:before {
  content: "";
}

.fa-yoast:before {
  content: "";
}

.fa-youtube:before {
  content: "";
}

.fa-youtube-square:before {
  content: "";
}

.fa-zhihu:before {
  content: "";
}

.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

/*!
 * Font Awesome Pro 5.15.3 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 */
@font-face {
  font-family: 'Font Awesome 5 Pro';
  font-style: normal;
  font-weight: 300;
  font-display: block;
  src: url("../css/fontawesome/fa-light-300.eot");
  src: url("../css/fontawesome/fa-light-300.eot?#iefix") format("embedded-opentype"), url("../css/fontawesome/fa-light-300.woff2") format("woff2"), url("../css/fontawesome/fa-light-300.woff") format("woff"), url("../css/fontawesome/fa-light-300.ttf") format("truetype"), url("../css/fontawesome/fa-light-300.svg#fontawesome") format("svg");
}
.fal, .woocommerce .site-main > div.product .summary .discontinued .message:before,
.woocommerce .site-main > div.product .summary .discontinued .wcwl_intro:before,
.woocommerce .site-main > div.product .summary .exclusive_stores .message:before,
.woocommerce .site-main > div.product .summary .exclusive_stores .wcwl_intro:before,
.woocommerce .site-main > div.product .summary .selected_stores .message:before,
.woocommerce .site-main > div.product .summary .selected_stores .wcwl_intro:before,
.woocommerce .site-main > div.product .summary .woocommerce-variation-availability .message:before,
.woocommerce .site-main > div.product .summary .woocommerce-variation-availability .wcwl_intro:before, .woocommerce .site-main > div.product .summary .out-of-stock:before, .woocommerce .site-main > div.product .summary .wcwl_elements .wcwl_intro:before {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 300;
}

/*!
 * Font Awesome Pro 5.15.3 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 */
@font-face {
  font-family: 'Font Awesome 5 Pro';
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("../css/fontawesome/fa-regular-400.eot");
  src: url("../css/fontawesome/fa-regular-400.eot?#iefix") format("embedded-opentype"), url("../css/fontawesome/fa-regular-400.woff2") format("woff2"), url("../css/fontawesome/fa-regular-400.woff") format("woff"), url("../css/fontawesome/fa-regular-400.ttf") format("truetype"), url("../css/fontawesome/fa-regular-400.svg#fontawesome") format("svg");
}
.far {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}

/*!
 * Font Awesome Pro 5.15.3 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 */
@font-face {
  font-family: 'Font Awesome 5 Pro';
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url("../css/fontawesome/fa-solid-900.eot");
  src: url("../css/fontawesome/fa-solid-900.eot?#iefix") format("embedded-opentype"), url("../css/fontawesome/fa-solid-900.woff2") format("woff2"), url("../css/fontawesome/fa-solid-900.woff") format("woff"), url("../css/fontawesome/fa-solid-900.ttf") format("truetype"), url("../css/fontawesome/fa-solid-900.svg#fontawesome") format("svg");
}
.fa,
.fas,
a.arrow-right:after,
.dc-experience-section .experiences_gallery .item .content .view-text:after,
.dc-post-masonry .item .content .text .readmore a:after,
.dc-commercial-solutions .solutions-list .solution .content .view-text:after,
#header_main .main_menu #mega-menu-header-bottom-menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item.blue_link > a.mega-menu-link:after,
#header_main .main_menu #mega-menu-header-bottom-menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column a.blue-link:after,
.dc-search-wrapper form:before,
.dc-filters .dc-woocommerce-ordering lable:before,
.shop-layout .shop-sidebar .pwf-field-item-title:after,
body.woocommerce-account.woocommerce-page .panel.main .page_content .woocommerce .woocommerce-MyAccount-navigation ul li a:after {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 900;
}

/*!
 * Font Awesome Pro 5.15.3 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 */
@font-face {
  font-family: 'Font Awesome 5 Brands';
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("../css/fontawesome/fa-brands-400.eot");
  src: url("../css/fontawesome/fa-brands-400.eot?#iefix") format("embedded-opentype"), url("../css/fontawesome/fa-brands-400.woff2") format("woff2"), url("../css/fontawesome/fa-brands-400.woff") format("woff"), url("../css/fontawesome/fa-brands-400.ttf") format("truetype"), url("../css/fontawesome/fa-brands-400.svg#fontawesome") format("svg");
}
.fab {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

/* SETTINGS - GRID */
/*------------------------------------*\
	
    SETTINGS - DEFAULT WIDTHS
    
\*------------------------------------*/
/*------------------------------------*\
	
    SETTINGS - RESPONSIVE BREAK POINTS
    
\*------------------------------------*/
/* SETTINGS - COLORS */
/*------------------------------------*\
	
    SETTINGS - COLORS - THEME - DC
    
\*------------------------------------*/
/* SETTINGS - FONTS */
/*------------------------------------*\
	
    SETTINGS - FONT FAMILY
    
\*------------------------------------*/
/*------------------------------------*\
	
    SETTINGS - FONT SIZES
    
\*------------------------------------*/
/*------------------------------------*\
	
    SETTINGS - BASE FONT COLOURS
    
\*------------------------------------*/
/* SETTINGS - LINKS */
/* SETTINGS - HEADER / MENU / FOOTER */
/*------------------------------------*\
	
    SETTINGS - HEADER
    
\*------------------------------------*/
/*------------------------------------*\
	
    SETTINGS - MENU
    
\*------------------------------------*/
/* SETTINGS - COMPONENTS */
/* SETTINGS - COMPONENTS */
/* GLOBAL APP */
/*------------------------------------*\
    VARIABLES
\*------------------------------------*/
.grid:after {
  content: "";
  display: table;
  clear: both;
}

/*------------------------------------*\
    GLOBAL - SITE WIDE
\*------------------------------------*/
button {
  outline: none !important;
  transition: all 250ms ease-in-out;
}

input[type=submit] {
  transition: all 250ms ease-in-out;
}

.page_container {
  background: white;
  width: 100%;
  max-width: 1920px;
}

.page_container > .panel {
  max-width: 100%;
  background: #FFFFFF;
}

/*
.page_container > .panel article.page{
    overflow: hidden;
}
*/
/* GLOBAL APP - BASE */
/*------------------------------------*\
	
    BASE - SITE WIDE
    
\*------------------------------------*/
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
*:focus {
  outline: none;
}

html {
  overflow: auto;
  background: #f2f2f2;
}

body {
  font-size: 16px;
  line-height: 1.333em;
  color: #141414;
  background: #FFFFFF;
  overflow: hidden;
  max-width: 1920px;
  margin: 0 auto;
  position: relative;
}
@media only screen and (min-width: 768px) {
  body {
    font-size: 18px;
  }
}

/*------------------------------------*\
	
    BASE - FONTS
    
\*------------------------------------*/
p {
  margin-bottom: 20px;
  width: 100%;
  letter-spacing: .5px;
  line-height: 1.333em;
}
p strong,
p strong a {
  font-weight: bolder;
}

sup {
  font-size: 45%;
  padding-right: 5px;
  vertical-align: super;
}

/** H1 - H6 STYLING **/
h1, h2, h3, h4, h5, h6 {
  color: #283046;
  line-height: 1.2em;
  text-transform: none;
  margin: 0 0 25px;
  width: 100%;
}

h1 {
  font-size: 52px;
  line-height: 1.125em;
}
@media only screen and (max-width: 1099px) {
  h1 {
    font-size: 44px;
  }
}
@media only screen and (max-width: 849px) {
  h1 {
    font-size: 36px;
  }
}
@media only screen and (max-width: 559px) {
  h1 {
    font-size: 28px;
  }
}

h2 {
  font-size: 40px;
}
@media only screen and (max-width: 1099px) {
  h2 {
    font-size: 36px;
  }
}
@media only screen and (max-width: 849px) {
  h2 {
    font-size: 33px;
  }
}
@media only screen and (max-width: 559px) {
  h2 {
    font-size: 30px;
  }
}

h3 {
  font-size: 32px;
}
@media only screen and (max-width: 1099px) {
  h3 {
    font-size: 28px;
  }
}
@media only screen and (max-width: 849px) {
  h3 {
    font-size: 24px;
  }
}
@media only screen and (max-width: 559px) {
  h3 {
    font-size: 22px;
  }
}

h4 {
  font-size: 28px;
}
@media only screen and (max-width: 1099px) {
  h4 {
    font-size: 24px;
  }
}
@media only screen and (max-width: 849px) {
  h4 {
    font-size: 22px;
  }
}
@media only screen and (max-width: 559px) {
  h4 {
    font-size: 19px;
  }
}

h5 {
  font-size: 22px;
}
@media only screen and (max-width: 1099px) {
  h5 {
    font-size: 20px;
  }
}
@media only screen and (max-width: 849px) {
  h5 {
    font-size: 19px;
  }
}
@media only screen and (max-width: 559px) {
  h5 {
    font-size: 17px;
  }
}

h6 {
  font-size: 20px;
}
@media only screen and (max-width: 1099px) {
  h6 {
    font-size: 18px;
  }
}
@media only screen and (max-width: 849px) {
  h6 {
    font-size: 17px;
  }
}
@media only screen and (max-width: 559px) {
  h6 {
    font-size: 16px;
  }
}

.post-grid-items .item .text h3, .dc-clearance.tab_content .content .clearance_table td {
  font-size: 16px;
}
@media only screen and (min-width: 768px) {
  .post-grid-items .item .text h3, .dc-clearance.tab_content .content .clearance_table td {
    font-size: 17px;
  }
}
@media only screen and (min-width: 950px) {
  .post-grid-items .item .text h3, .dc-clearance.tab_content .content .clearance_table td {
    font-size: 18px;
  }
}

.product_search .ajaxsearchpro#ajaxsearchpro3_1 .probox .proinput input, .dc-titlebox .content p, .dc-text-block.highlight p, .dc-text-block .items .item .dc-intro p, .dc-cta .inner p, .section.dc_product_desc .inner p, .dc-clearance.tab_content .content .intro p, .dc-clearance.tab_content .content .clearance_table th {
  font-size: 18px;
  letter-spacing: 0.6px;
}
@media only screen and (min-width: 768px) {
  .product_search .ajaxsearchpro#ajaxsearchpro3_1 .probox .proinput input, .dc-titlebox .content p, .dc-text-block.highlight p, .dc-text-block .items .item .dc-intro p, .dc-cta .inner p, .section.dc_product_desc .inner p, .dc-clearance.tab_content .content .intro p, .dc-clearance.tab_content .content .clearance_table th {
    font-size: 21px;
  }
}
@media only screen and (min-width: 950px) {
  .product_search .ajaxsearchpro#ajaxsearchpro3_1 .probox .proinput input, .dc-titlebox .content p, .dc-text-block.highlight p, .dc-text-block .items .item .dc-intro p, .dc-cta .inner p, .section.dc_product_desc .inner p, .dc-clearance.tab_content .content .intro p, .dc-clearance.tab_content .content .clearance_table th {
    font-size: 24px;
  }
}

.fancybox-container .fancybox-inner .fancybox-content .content .title {
  font-size: 20px;
}
@media only screen and (min-width: 768px) {
  .fancybox-container .fancybox-inner .fancybox-content .content .title {
    font-size: 24px;
  }
}
@media only screen and (min-width: 950px) {
  .fancybox-container .fancybox-inner .fancybox-content .content .title {
    font-size: 28px;
  }
}

.dc-cta.cta_style_2 .inner .content h2,
.dc-cta.cta_style_2 .inner .content h3,
.dc-cta.cta_style_2 .inner .content h4,
.dc-cta.cta_style_2 .inner .content h5 {
  font-size: 32px;
}
@media only screen and (min-width: 768px) {
  .dc-cta.cta_style_2 .inner .content h2,
  .dc-cta.cta_style_2 .inner .content h3,
  .dc-cta.cta_style_2 .inner .content h4,
  .dc-cta.cta_style_2 .inner .content h5 {
    font-size: 36px;
  }
}
@media only screen and (min-width: 950px) {
  .dc-cta.cta_style_2 .inner .content h2,
  .dc-cta.cta_style_2 .inner .content h3,
  .dc-cta.cta_style_2 .inner .content h4,
  .dc-cta.cta_style_2 .inner .content h5 {
    font-size: 40px;
  }
}

.shop-list .woocommerce-products-header .woocommerce-products-header__title {
  font-size: 34px;
}
@media only screen and (min-width: 768px) {
  .shop-list .woocommerce-products-header .woocommerce-products-header__title {
    font-size: 42px;
  }
}
@media only screen and (min-width: 950px) {
  .shop-list .woocommerce-products-header .woocommerce-products-header__title {
    font-size: 48px;
  }
}
@media only screen and (min-width: 1100px) {
  .shop-list .woocommerce-products-header .woocommerce-products-header__title {
    font-size: 52px;
  }
}

.dc-post-grid .title-wrapper p {
  font-size: 16px;
  font-weight: 300;
}
@media only screen and (min-width: 768px) {
  .dc-post-grid .title-wrapper p {
    font-size: 18px;
  }
}
@media only screen and (min-width: 950px) {
  .dc-post-grid .title-wrapper p {
    font-size: 20px;
  }
}

.dc-post-grid .title-wrapper h2, .dc-packages .item .prod_title {
  font-size: 21px;
  line-height: 1.1em;
}
@media only screen and (min-width: 768px) {
  .dc-post-grid .title-wrapper h2, .dc-packages .item .prod_title {
    font-size: 24px;
  }
}
@media only screen and (min-width: 950px) {
  .dc-post-grid .title-wrapper h2, .dc-packages .item .prod_title {
    font-size: 28px;
  }
}
@media only screen and (min-width: 1100px) {
  .dc-post-grid .title-wrapper h2, .dc-packages .item .prod_title {
    font-size: 32px;
  }
}

.dc-commercial-solutions .solutions-list .solution .content .title {
  font-size: 26px;
  line-height: 1.22em;
  letter-spacing: .3px;
}
@media only screen and (min-width: 768px) {
  .dc-commercial-solutions .solutions-list .solution .content .title {
    font-size: 30px;
  }
}
@media only screen and (min-width: 950px) {
  .dc-commercial-solutions .solutions-list .solution .content .title {
    font-size: 32px;
  }
}
@media only screen and (min-width: 1200px) {
  .dc-commercial-solutions .solutions-list .solution .content .title {
    font-size: 36px;
  }
}

/*------------------------------------*\
	
    BASE - LINKS
    
\*------------------------------------*/
a {
  text-decoration: none;
  color: #141414;
  outline: none !important;
  transition: all 250ms ease-in-out;
  /*
      &[href$=".jpg"] {
  		
  	    &:after{
  			@include fa-icon;
  			@extend .fal;
  			content: fa-content($fa-var-file-image);
  		    position: relative;
  		    margin-left: 12px;
  		    vertical-align: 0;
  		    
  		    font-size: 20px;
  		}
      }
  */
}
a:hover {
  color: #FCD21F;
}
a.arrow-right:after {
  content: "";
  display: block;
  position: absolute;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  margin-left: 12px;
  font-size: 0.9em;
  position: relative;
  vertical-align: 0;
  content: "";
  transition: all 250ms ease-in-out;
}
a.arrow-right:hover {
  color: #FCD21F;
}

/*------------------------------------*\
	
    BASE - BUTTONS
    
\*------------------------------------*/
a.dc-btn {
  font-size: 14px;
  letter-spacing: 1px;
  line-height: 20px;
  text-transform: uppercase;
  text-align: center;
  color: #283046;
  background: #FCD21F;
  display: inline-block;
  box-sizing: border-box;
  min-width: 160px;
  width: auto;
  padding: 11px;
  opacity: 1;
}
a.dc-btn:hover {
  color: white;
  background: #283046;
}
a.dc-btn.black-btn {
  color: #FCD21F;
  background: #141414;
}
a.dc-btn.black-btn:hover {
  color: #141414;
  background: #FCD21F;
}
@media only screen and (min-width: 768px) {
  a.dc-btn {
    font-size: 18px;
    padding: 15px;
    min-width: 216px;
  }
}
a.dc-btn.outline {
  color: #958D87;
  border: 1px solid #958D87;
  background: transparent;
  line-height: 14px;
}
a.dc-btn.outline:hover {
  color: white;
  border: 1px solid #283046;
  background: #283046;
}

.dc-experience-section .experiences_gallery .item .content .view-text, .dc-post-masonry .item .content .text .readmore a, .dc-commercial-solutions .solutions-list .solution .content .view-text {
  position: relative;
  color: #FCD21F;
  font-size: 16px;
  letter-spacing: 2px;
  text-transform: uppercase;
  display: inline-block;
  transition: all 200ms ease-in-out;
}
.dc-experience-section .experiences_gallery .item .content .view-text:before, .dc-post-masonry .item .content .text .readmore a:before, .dc-commercial-solutions .solutions-list .solution .content .view-text:before {
  content: "";
  width: 100%;
  height: 2px;
  background: #FCD21F;
  position: absolute;
  left: 0;
  bottom: -6px;
}
.dc-experience-section .experiences_gallery .item .content .view-text:after, .dc-post-masonry .item .content .text .readmore a:after, .dc-commercial-solutions .solutions-list .solution .content .view-text:after {
  content: "";
  display: block;
  position: absolute;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  content: "";
  font-size: 12px;
  vertical-align: 0;
  padding-left: 10px;
  padding-top: 6px;
}

.dc-experience-section .experiences_gallery .item .content .view-text, .dc-post-masonry .item .content .text .readmore a, .dc-commercial-solutions .solutions-list .solution .content .view-text {
  margin-bottom: -15px;
  opacity: 0;
  max-height: 0;
}

.dc-experience-section .experiences_gallery .item:hover .content .view-text, .dc-post-masonry .item:hover .content .text .readmore a, .dc-commercial-solutions .solutions-list .solution:not(.nolink):hover .content .view-text {
  margin-top: 24px;
  margin-bottom: 0;
  opacity: 1;
  max-height: 30px;
}

.post-grid-items .item .readmore span {
  color: #7792D7;
  font-size: 14px;
  letter-spacing: 2px;
  text-transform: uppercase;
  transition: all 150ms ease-in-out;
}
.post-grid-items .item .readmore span:hover {
  color: #FCD21F;
}

/*------------------------------------*\
	
    BASE - LINKS - DC LINK
    
\*------------------------------------*/
a.dc-link {
  position: relative;
  color: #7792D6;
  font-size: 14px;
  letter-spacing: 1.3px;
  text-transform: uppercase;
}
a.dc-link:after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 1px;
  background: #7792D6;
  transition: all 250ms ease-in-out;
}
a.dc-link:hover {
  color: #141414;
}
a.dc-link:hover:after {
  background: #141414;
}
@media only screen and (min-width: 768px) {
  a.dc-link {
    font-size: 18px;
  }
}
a.white-link {
  position: relative;
  color: #7792D6;
  font-size: 14px;
  letter-spacing: 1.3px;
  text-transform: uppercase;
}
a.white-link:after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 1px;
  background: #7792D6;
  transition: all 250ms ease-in-out;
}
a.white-link:hover {
  color: #141414;
}
a.white-link:hover:after {
  background: #141414;
}
@media only screen and (min-width: 768px) {
  a.white-link {
    font-size: 18px;
  }
}
a.white-link.white-link {
  color: white;
}
a.white-link.white-link:after {
  background: white;
}
a.white-link.white-link:hover {
  color: #141414;
}
a.white-link.white-link:hover:after {
  background: #141414;
}

/*--------------------------------------------------------*\
	
    BASE - LISTS

	- includes a higher class for coloured bullets
	
\*--------------------------------------------------------*/
ul, ol {
  margin-bottom: 12px;
}
ul li, ol li {
  font-size: 18px;
  letter-spacing: .5px;
  line-height: 1.333em;
  color: #141414;
  margin-left: 25px;
  padding-bottom: 4px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  ul li, ol li {
    font-size: 17px;
  }
}
.color-dots ul li, .color-dots ol li {
  list-style: none;
}
.color-dots ul li:before, .color-dots ol li:before {
  content: "•";
  color: #FCD21F;
  display: inline-block;
  width: 15px;
  font-size: 2em;
  position: absolute;
  top: -2px;
  left: -25px;
}

/*------------------------------------*\
    BASE - IMAGES
\*------------------------------------*/
img {
  max-width: 100%;
  height: auto;
}

/* GLOBAL APP - HEADER */
/*------------------------------------*\
	
    HEADER - BASE
    
\*------------------------------------*/
#header_main + .page_container {
  padding-top: 168px;
  margin: 0 auto;
}
@media only screen and (max-width: 766px) {
  #header_main + .page_container {
    padding-top: 125px;
  }
}
.alert_bar_active #header_main + .page_container {
  padding-top: 208px;
}
@media only screen and (max-width: 766px) {
  .alert_bar_active #header_main + .page_container {
    padding-top: 165px;
  }
}
@media only screen and (max-width: 559px) {
  .alert_bar_active #header_main + .page_container {
    padding-top: 155px;
  }
}

#header_main {
  position: fixed;
  margin: 0 auto;
  z-index: 100000;
  width: 100%;
  max-width: 1920px;
  background-color: white;
  border-bottom: 4px solid #FCCC1D;
}
#header_main .header_nav_container {
  width: 100%;
  max-width: 1480px;
  margin: 0 auto !important;
  padding-left: 30px;
  padding-right: 30px;
  box-sizing: border-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  height: 116px;
  position: relative;
  transition: all 250ms ease-in-out;
}
@media only screen and (max-width: 766px) {
  #header_main .header_nav_container {
    height: 85px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
#header_main .header_nav_container .menus {
  -ms-flex: 1 1 auto;
      flex: 1 1 auto;
}
@media only screen and (max-width: 767px) {
  #header_main .header_nav_container .menus {
    height: 74px;
  }
}

/*
@include mq('responsive_menu_break', min) {

	.sticky-nav #header_main {		
		background: $sticky_header_bg_color;
					
		.header_nav_container {
			height: $header_height_sticky;
					
			//@include mq('responsive_menu_break', max) {
							
				//height: $header_height_mob_sticky;
			//}
		}
	}
}

@include mq('responsive_menu_break', max) {
	
	.sticky-nav #header_main {		
					
		.header_nav_container {
			background: $sticky_header_bg_color;
		}
	}
}
*/
/*------------------------------------*\
	
    HEADER - LOGO
    
\*------------------------------------*/
.header_logo {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  width: 268px;
  max-width: 20%;
  min-width: 140px;
  margin: 0 20px 0 0;
  transition: all 250ms ease-in-out;
}
@media only screen and (max-width: 766px) {
  .header_logo {
    min-width: 140px;
  }
}
@media only screen and (max-width: 766px) {
  .header_logo {
    -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    min-width: 120px;
    margin-left: 0;
  }
}
.header_logo a {
  display: block;
  /*
  &.mobile-logo { 
  	display: none;
  	
  	img { 
  		max-height: 60px;
  		
  		@include mq('responsive_menu_break', max) {
  			max-height: 65px;
  		}
  	}
  }
  
  @include mq('responsive_menu_break', max) {
  	&.desktop-logo { 
  		display: none; 
  	}
  	
  	&.mobile-logo {
  		display: block; 
  	}
  }
  */
}
.header_logo a img {
  display: block;
  max-height: 92px;
  position: relative;
  z-index: 1000;
  transition: all 250ms ease-in-out;
}
.header_logo a.desktop-logo {
  display: block;
}

/*
.sticky-nav #header_main {	
	
	@include mq('responsive_menu_break', max) {
			
		.header_logo {
			
			a {
				margin-top: 4px;
				    
				img {
					max-height: 60px !important;
				}
				
				&.mobile-logo {
					
					img {
						max-height: 40px;
						max-width: 80px;
						min-width: 80px;
					}
				}
			}
		}
	}
}
*/
/*------------------------------------*\
	
    HEADER - TOP
    
\*------------------------------------*/
.header_top {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
      justify-content: flex-end;
  width: 100%;
  height: 48px;
  color: #FFFFFF;
  background: #4F5E85;
  transition: all 250ms ease-in-out;
  /*
  	ul{
  		list-style: none;
  		height: 48px;
  
  		display: flex;
  		align-items: center;
  		
  	    margin: 0;
  		padding: 0;
  	    
  	    @include mq('phablet', max) {
  		    justify-content: space-between;
  		}
  		
  		li{
  			display: inline;
  		    padding: 0;
  		    margin-left: 16px;
  		    
  		    @include mq('desktop', max) {
  			    margin-left: 0.5vw;
  			}
  			
  			a {
  				height: 40px;
  				
  				color: white;
  				font-size: 14px;
  				line-height: 40px;
  				
  				padding: 0 15px;
  				display: block;
  				
  				&:hover {
  					color: $theme_color;
  				}
  			}
  			
  			&:last-child,
  			&:nth-last-child(2) {
  				
  				a {
  					font-size: 16px;
  				}
  				
  				@include mq('tablet', max) {
  					background: $theme_color;
  					margin-left: 10px;
  					
  					a {
  						font-size: 14px;
  						padding: 0 10px;
  						white-space: nowrap;
  						
  						&:hover {
  							background: white;
  							color: $theme_color;
  						}
  					}
  				}
  			}
  			
  			&:last-child {
  				background: $theme_color;
  				
  				@include mq('tablet', max) {
  					display: none;	
  				}
  				
  				a {
  					
  					&:hover {
  						background: white;
  						color: $theme_color;
  					}
  				}
  			}
  				
  			@include mq('tablet', max) {
  				margin: 0;
  				
  				&:nth-child(2) {
  					display: none;
  				}
  				
  				a {
  					padding: 0 4px;
  					font-size: 13px;
  				}
  			}
  		}
  	}
  */
  /*
  	.sticky-nav & {
  		height: 32px;
  		
  		ul li a {
  			height: 32px;
  			line-height: 32px;
  		}
  	}
  */
}
@media only screen and (max-width: 949px) {
  .header_top {
    position: relative;
    z-index: 100;
  }
}
@media only screen and (max-width: 767px) {
  .header_top {
    height: 36px;
  }
}
.header_top .inner {
  width: 100%;
  max-width: 1480px;
  margin: 0 auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: end;
      justify-content: flex-end;
  padding: 0 15px;
}
@media only screen and (min-width: 768px) {
  .header_top .inner {
    padding: 0 30px;
  }
}
.header_top i {
  color: white !important;
  font-size: 20px;
  margin-right: 10px;
}
.header_top .login {
  margin-left: 40px;
}
@media only screen and (max-width: 1099px) {
  .header_top .login {
    margin-left: 32px;
  }
}
@media only screen and (max-width: 999px) {
  .header_top .login {
    margin-left: 26px;
  }
}
@media only screen and (max-width: 767px) {
  .header_top .login {
    margin-left: 16px;
  }
}
.header_top .login a {
  color: white;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: .7px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
.header_top .login a:hover {
  color: #FCD21F;
}
@media only screen and (max-width: 1099px) {
  .header_top .login a {
    font-size: 15px;
  }
}
@media only screen and (max-width: 999px) {
  .header_top .login a {
    font-size: 14px;
  }
}
@media only screen and (max-width: 767px) {
  .header_top .login a {
    font-size: 0;
    width: 16px;
  }
}
.header_top .store-selector {
  margin-left: 40px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
@media only screen and (max-width: 767px) {
  .header_top .store-selector {
    display: none;
  }
}
.header_top .store-selector form select {
  background: none;
  border: none;
  color: white;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: .7px;
  margin-left: -3px;
  -webkit-appearance: none;
}
.header_top .store-selector form select:hover {
  color: #FCD21F;
}
.header_top .widget_shopping_cart .widgettitle {
  display: none;
}
.header_top .widget_shopping_cart .woocommerce-mini-cart__empty-message {
  display: none;
}

/*------------------------------------*\
	
    HEADER - TOP - SEARCH
    
\*------------------------------------*/
.header-search {
  margin-left: 20px;
}
@media only screen and (max-width: 1099px) {
  .header-search {
    margin-left: 16px;
  }
}
@media only screen and (max-width: 999px) {
  .header-search {
    margin-left: 12px;
  }
}
@media only screen and (max-width: 767px) {
  .header-search {
    margin-left: 0;
  }
}
.header-search .ajaxsearchpro {
  height: 40px;
  margin-top: 1px;
  margin-right: 20px;
}
.header-search .ajaxsearchpro .probox {
  display: -ms-flexbox !important;
  display: flex !important;
}
.header-search .ajaxsearchpro .probox .promagnifier {
  -ms-flex-order: 1 !important;
      order: 1 !important;
}
.header-search .ajaxsearchpro .probox .promagnifier div.innericon {
  width: 22px !important;
}
.header-search .ajaxsearchpro .probox .proclose {
  right: -10px;
}
.header-search .ajaxsearchpro .probox .proclose svg {
  background: none;
  border: 0;
}
.header-search .ajaxsearchpro .probox .proinput input {
  color: white;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: .7px;
}
@media only screen and (max-width: 767px) {
  .header-search .ajaxsearchpro .probox .proinput input {
    font-size: 13px;
  }
}
.header-search .ajaxsearchpro .probox .proinput input::-webkit-input-placeholder {
  color: white !important;
  opacity: 1 !important;
}
.header-search .ajaxsearchpro .probox .proinput input::-moz-placeholder {
  color: white !important;
  opacity: 1 !important;
}
.header-search .ajaxsearchpro .probox .proinput input::-ms-input-placeholder {
  color: white !important;
  opacity: 1 !important;
}
.header-search .ajaxsearchpro .probox .proinput input::-moz-placeholder {
  color: white !important;
  opacity: 1 !important;
}
@media only screen and (max-width: 767px) {
  .header-search .ajaxsearchpro .probox .proinput input::-webkit-input-placeholder {
    font-size: 13px !important;
  }
  .header-search .ajaxsearchpro .probox .proinput input::-moz-placeholder {
    font-size: 13px !important;
  }
  .header-search .ajaxsearchpro .probox .proinput input::-ms-input-placeholder {
    font-size: 13px !important;
  }
  .header-search .ajaxsearchpro .probox .proinput input::-moz-placeholder {
    font-size: 13px !important;
  }
}

.product_search .ajaxsearchpro#ajaxsearchpro3_1 {
  height: 60px;
  margin-top: 0;
  margin-right: 0;
  background: white;
}
.product_search .ajaxsearchpro#ajaxsearchpro3_1 .probox {
  height: 60px !important;
}
.product_search .ajaxsearchpro#ajaxsearchpro3_1 .probox .promagnifier {
  height: 60px !important;
  width: 60px !important;
}
.product_search .ajaxsearchpro#ajaxsearchpro3_1 .probox .promagnifier div.innericon {
  height: 60px !important;
  width: 60px !important;
  background: #FCD21F;
}
.product_search .ajaxsearchpro#ajaxsearchpro3_1 .probox .promagnifier div.innericon svg {
  fill: #4F5E85;
  width: 34px;
}
.product_search .ajaxsearchpro#ajaxsearchpro3_1 .probox .proinput input {
  color: #D1D1D0 !important;
  letter-spacing: .6px !important;
  height: 56px;
  padding-left: 16px !important;
}
@media only screen and (max-width: 1099px) {
  .product_search .ajaxsearchpro#ajaxsearchpro3_1 .probox .proinput input {
    font-size: 15px;
  }
}
@media only screen and (max-width: 999px) {
  .product_search .ajaxsearchpro#ajaxsearchpro3_1 .probox .proinput input {
    font-size: 14px;
  }
}
@media only screen and (max-width: 767px) {
  .product_search .ajaxsearchpro#ajaxsearchpro3_1 .probox .proinput input {
    font-size: 13px;
  }
}
.product_search .ajaxsearchpro#ajaxsearchpro3_1 .probox .proinput input::-webkit-input-placeholder {
  font-size: 20px;
  color: #D1D1D0 !important;
  opacity: 1 !important;
}
.product_search .ajaxsearchpro#ajaxsearchpro3_1 .probox .proinput input::-moz-placeholder {
  font-size: 20px;
  color: #D1D1D0 !important;
  opacity: 1 !important;
}
.product_search .ajaxsearchpro#ajaxsearchpro3_1 .probox .proinput input::-ms-input-placeholder {
  font-size: 20px;
  color: #D1D1D0 !important;
  opacity: 1 !important;
}
.product_search .ajaxsearchpro#ajaxsearchpro3_1 .probox .proinput input::-moz-placeholder {
  font-size: 20px;
  color: #D1D1D0 !important;
  opacity: 1 !important;
}
@media only screen and (max-width: 767px) {
  .product_search .ajaxsearchpro#ajaxsearchpro3_1 .probox .proinput input::-webkit-input-placeholder {
    font-size: 13px !important;
  }
  .product_search .ajaxsearchpro#ajaxsearchpro3_1 .probox .proinput input::-moz-placeholder {
    font-size: 13px !important;
  }
  .product_search .ajaxsearchpro#ajaxsearchpro3_1 .probox .proinput input::-ms-input-placeholder {
    font-size: 13px !important;
  }
  .product_search .ajaxsearchpro#ajaxsearchpro3_1 .probox .proinput input::-moz-placeholder {
    font-size: 13px !important;
  }
}

body > .ajaxsearchpro {
  width: 320px !important;
  background: #4F5E85 !important;
}
body > .ajaxsearchpro#ajaxsearchprores2_1 {
  z-index: 100000 !important;
}
body > .ajaxsearchpro#ajaxsearchprores3_1 {
  z-index: 10 !important;
}
body > .ajaxsearchpro .results .item .asp_content h3 a:hover {
  color: #FCD21F;
}

/*------------------------------------*\
	
    HEADER - ALERT
    
\*------------------------------------*/
.header_alert_bar {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  position: relative;
  width: 100%;
  height: 40px;
  color: #141414;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  background: #FCD21F;
  transition: all 250ms ease-in-out;
}
@media only screen and (max-width: 999px) {
  .header_alert_bar {
    font-size: 15px;
  }
}
@media only screen and (max-width: 849px) {
  .header_alert_bar {
    font-size: 14px;
  }
}
@media only screen and (max-width: 559px) {
  .header_alert_bar {
    font-size: 13px;
    height: 30px;
  }
}
.header_alert_bar.hide {
  display: none;
}
.sticky-nav .header_alert_bar {
  margin-top: -40px;
}
@media only screen and (max-width: 559px) {
  .sticky-nav .header_alert_bar {
    margin-top: -30px;
  }
}
.header_alert_bar .close {
  position: absolute;
  right: 10px;
  top: 8px;
  cursor: pointer;
}
.header_alert_bar .close:hover {
  color: white;
}

/*------------------------------------*\
	
    HEADER - COOKIE
    
\*------------------------------------*/
#cookie-law-info-bar {
  display: none !important;
}

/* GLOBAL APP - MENU */
/*------------------------------------*\
	
    MENU - MEGA MENU   
     
\*------------------------------------*/
.main_menu .menu {
  text-align: right;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
      justify-content: flex-end;
}

.main_menu .mega-menu-wrap,
.main_menu .max-mega-menu {
  position: inherit !important;
}

#header_main .main_menu {
  margin-bottom: -21px;
}
@media only screen and (max-width: 767px) {
  #header_main .main_menu {
    margin-bottom: -21px;
  }
}
#header_main .main_menu #mega-menu-header-bottom-menu {
  border-top: 1px solid #D1D1D0;
}
#header_main .main_menu #mega-menu-header-bottom-menu > li.mega-menu-item {
  margin: 0 0 0 18px;
}
@media only screen and (max-width: 1199px) {
  #header_main .main_menu #mega-menu-header-bottom-menu > li.mega-menu-item {
    margin: 0 0 0 6px;
  }
}
@media only screen and (max-width: 1099px) {
  #header_main .main_menu #mega-menu-header-bottom-menu > li.mega-menu-item {
    margin: 0 0 0 4px;
  }
}
#header_main .main_menu #mega-menu-header-bottom-menu > li.mega-menu-item:last-child {
  margin-right: -10px;
}
#header_main .main_menu #mega-menu-header-bottom-menu > li.mega-menu-item > a.mega-menu-link {
  padding: 0 10px;
  font-weight: 500;
  letter-spacing: 1.5px;
}
@media only screen and (max-width: 1359px) {
  #header_main .main_menu #mega-menu-header-bottom-menu > li.mega-menu-item > a.mega-menu-link {
    font-size: 15px;
  }
}
@media only screen and (max-width: 1099px) {
  #header_main .main_menu #mega-menu-header-bottom-menu > li.mega-menu-item > a.mega-menu-link {
    font-size: 14px;
    letter-spacing: 1px;
  }
}
@media only screen and (max-width: 999px) {
  #header_main .main_menu #mega-menu-header-bottom-menu > li.mega-menu-item > a.mega-menu-link {
    font-size: 13px;
    letter-spacing: 0;
  }
}
@media only screen and (max-width: 849px) {
  #header_main .main_menu #mega-menu-header-bottom-menu > li.mega-menu-item > a.mega-menu-link {
    font-size: 12px;
  }
}
@media only screen and (min-width: 768px) {
  #header_main .main_menu #mega-menu-header-bottom-menu > li.mega-menu-item.mega-menu-megamenu:first-child {
    margin-left: -10px;
  }
  #header_main .main_menu #mega-menu-header-bottom-menu > li.mega-menu-item.mega-menu-megamenu:last-child {
    margin-right: -10px;
  }
  #header_main .main_menu #mega-menu-header-bottom-menu > li.mega-menu-item.mega-menu-megamenu > a.mega-menu-link {
    font-weight: 500;
    line-height: 60px;
    height: 60px;
  }
  #header_main .main_menu #mega-menu-header-bottom-menu > li.mega-menu-item.mega-menu-megamenu > ul.mega-sub-menu {
    left: calc(50% - 960px);
    width: 1920px;
    padding: 50px 0;
    background: white;
  }
  #header_main .main_menu #mega-menu-header-bottom-menu > li.mega-menu-item.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu {
    max-width: 1450px;
    width: calc(100vw - 30px);
    margin: 0 auto;
    float: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1099px) {
  #header_main .main_menu #mega-menu-header-bottom-menu > li.mega-menu-item.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu li.go-2-at-1100 {
    width: 17%;
  }
  #header_main .main_menu #mega-menu-header-bottom-menu > li.mega-menu-item.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu li.go-3-at-1100 {
    width: 25%;
  }
  #header_main .main_menu #mega-menu-header-bottom-menu > li.mega-menu-item.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu li.go-4-at-1100 {
    width: 33%;
  }
  #header_main .main_menu #mega-menu-header-bottom-menu > li.mega-menu-item.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu li.go-5-at-1100 {
    width: 42%;
  }
  #header_main .main_menu #mega-menu-header-bottom-menu > li.mega-menu-item.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu li.go-6-at-1100 {
    width: 50%;
  }
}
@media only screen and (min-width: 768px) {
  #header_main .main_menu #mega-menu-header-bottom-menu > li.mega-menu-item.mega-menu-megamenu .widget_media_image img {
    width: 100%;
    margin-bottom: 20px;
  }
}
#header_main .main_menu #mega-menu-header-bottom-menu > li.mega-menu-item.mega-menu-flyout .mega-sub-menu {
  background: transparent;
  padding-top: 4px;
}
#header_main .main_menu #mega-menu-header-bottom-menu > li.mega-menu-item.mega-menu-flyout .mega-sub-menu li.mega-menu-item:first-child {
  border-top: 15px solid white;
}
#header_main .main_menu #mega-menu-header-bottom-menu > li.mega-menu-item.mega-menu-flyout .mega-sub-menu li.mega-menu-item:last-child {
  border-bottom: 15px solid white;
}
#header_main .main_menu #mega-menu-header-bottom-menu > li.mega-menu-item.mega-menu-flyout .mega-sub-menu li.mega-menu-item a.mega-menu-link {
  background: white;
  font-size: 18px;
  font-weight: 300;
  color: #141414;
  padding: 2px 20px;
}
#header_main .main_menu #mega-menu-header-bottom-menu > li.mega-menu-item.mega-menu-flyout .mega-sub-menu li.mega-menu-item a.mega-menu-link:hover {
  color: #FCD21F;
}

#header_main .main_menu #mega-menu-header-bottom-menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item {
  padding: 6px 15px;
}
#header_main .main_menu #mega-menu-header-bottom-menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item h4.mega-block-title {
  color: #283046;
  line-height: 26px;
  letter-spacing: 0.45px;
  text-transform: none;
  border-bottom: 1px solid #FCD21F;
  font-family: "Milo W04 Bold", Arial, "Helvetica Neue", Helvetica, sans-serif !important;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
}
#header_main .main_menu #mega-menu-header-bottom-menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link {
  color: #141414;
  font-weight: 300;
  line-height: 24px;
  letter-spacing: 0.5px;
  text-transform: none;
}
#header_main .main_menu #mega-menu-header-bottom-menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:hover {
  color: #FCD21F;
}
#header_main .main_menu #mega-menu-header-bottom-menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item.widget_text:not(:first-child) {
  margin-top: 30px;
}
#header_main .main_menu #mega-menu-header-bottom-menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item.blue_link > a.mega-menu-link {
  position: relative;
  color: #7792D7;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 1.3px;
  line-height: 19px;
  text-transform: uppercase;
}
#header_main .main_menu #mega-menu-header-bottom-menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item.blue_link > a.mega-menu-link:before {
  content: "";
  width: 100%;
  height: 1px;
  background: #7792D7;
  position: absolute;
  left: 0;
  bottom: -6px;
}
#header_main .main_menu #mega-menu-header-bottom-menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item.blue_link > a.mega-menu-link:after {
  content: "";
  display: block;
  position: absolute;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  content: "";
  font-size: 10px;
  vertical-align: 0;
  padding-left: 10px;
  padding-top: 12px;
}
#header_main .main_menu #mega-menu-header-bottom-menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item.blue_link > a.mega-menu-link:hover {
  color: #FCD21F;
}
#header_main .main_menu #mega-menu-header-bottom-menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column.mega-menu-columns-4-of-12 > ul.mega-sub-menu {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#header_main .main_menu #mega-menu-header-bottom-menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column.mega-menu-columns-4-of-12 > ul.mega-sub-menu > li.mega-menu-item {
  width: 50%;
  padding-right: 10px;
}
#header_main .main_menu #mega-menu-header-bottom-menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column.mega-menu-columns-4-of-12 > ul.mega-sub-menu > li.mega-menu-item.widget_text {
  width: 100%;
}
#header_main .main_menu #mega-menu-header-bottom-menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column a.blue-link {
  position: relative;
  color: #7792D7;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 1.3px;
  line-height: 19px;
  text-transform: uppercase;
}
#header_main .main_menu #mega-menu-header-bottom-menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column a.blue-link:before {
  content: "";
  width: 100%;
  height: 1px;
  background: #7792D7;
  position: absolute;
  left: 0;
  bottom: -6px;
}
#header_main .main_menu #mega-menu-header-bottom-menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column a.blue-link:after {
  content: "";
  display: block;
  position: absolute;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  content: "";
  font-size: 10px;
  vertical-align: 0;
  padding-left: 10px;
  padding-top: 12px;
}
#header_main .main_menu #mega-menu-header-bottom-menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column a.blue-link:hover {
  color: #FCD21F;
}

li.title {
  width: 100% !important;
}
li.title > a.mega-menu-link {
  color: #283046 !important;
  line-height: 26px !important;
  letter-spacing: 0.45px !important;
  text-transform: none !important;
  border-bottom: 1px solid #FCD21F !important;
  display: block !important;
  width: 100% !important;
  padding-bottom: 4px !important;
  margin-bottom: 10px !important;
  font-family: "Milo W04 Bold", Arial, "Helvetica Neue", Helvetica, sans-serif !important;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
}
li.title.col2 > ul.mega-sub-menu {
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
li.title.col2 > ul.mega-sub-menu > li {
  width: 50% !important;
}

@media only screen and (max-width: 767px) {
  #mega-menu-wrap-header-bottom-menu .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner,
  #mega-menu-wrap-header-bottom-menu .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::before,
  #mega-menu-wrap-header-bottom-menu .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::after {
    width: 30px;
  }

  #mega-menu-wrap-header-bottom-menu .mega-menu-toggle {
    background: white;
    margin-right: -19px;
  }
  #mega-menu-wrap-header-bottom-menu .mega-menu-toggle .mega-toggle-animated-inner,
  #mega-menu-wrap-header-bottom-menu .mega-menu-toggle .mega-toggle-animated-inner:before,
  #mega-menu-wrap-header-bottom-menu .mega-menu-toggle .mega-toggle-animated-inner:after {
    background: #4F5E85 !important;
  }

  div#mega-menu-wrap-header-bottom-menu > ul {
    right: 0px !important;
    position: absolute !important;
    width: 100vw !important;
    padding-top: 10px !important;
    padding-bottom: 50px !important;
    max-height: calc(100vh - 100px) !important;
    min-height: calc(100vh - 100px) !important;
    overflow: scroll !important;
    border-top: 3px solid #FCD21F !important;
  }
  div#mega-menu-wrap-header-bottom-menu .mega-menu-toggle + #mega-menu-header-bottom-menu {
    background: white;
  }
  div#mega-menu-wrap-header-bottom-menu > li.mega-menu-item > a.mega-menu-link,
  div#mega-menu-wrap-header-bottom-menu #mega-menu-header-bottom-menu > li.mega-menu-item > a.mega-menu-link,
  div#mega-menu-wrap-header-bottom-menu #mega-menu-header-bottom-menu > li.mega-menu-item.mega-toggle-on > a.mega-menu-link {
    background: white !important;
    color: #4F5E85 !important;
    font-size: 15px !important;
    font-weight: 500 !important;
    letter-spacing: 1.5px !important;
  }
  div#mega-menu-wrap-header-bottom-menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item {
    padding: 10px !important;
  }
  div#mega-menu-wrap-header-bottom-menu > li.mega-menu-item {
    margin: 0;
  }

  #header_main .main_menu #mega-menu-header-bottom-menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item {
    padding: 6px 0 !important;
  }

  #header_main .main_menu #mega-menu-header-bottom-menu > li.mega-menu-item.mega-menu-flyout .mega-sub-menu li.mega-menu-item:first-child {
    border-top: 0 none;
  }

  #header_main .main_menu #mega-menu-header-bottom-menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item.widget_text:not(:first-child) {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  #mega-menu-wrap-header-bottom-menu #mega-menu-header-bottom-menu > li.mega-menu-megamenu > ul.mega-sub-menu {
    background: white;
  }

  #mega-menu-wrap-header-bottom-menu .widget_media_image {
    display: none !important;
  }
}
/*------------------------------------*\
	
    MENU - TOP MENU
        
\*------------------------------------*/
.top_menu ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
      justify-content: flex-end;
}
@media only screen and (max-width: 767px) {
  .top_menu ul {
    margin-bottom: 0;
  }
}
.top_menu ul li {
  list-style: none;
  margin: 0 0 0 40px;
}
@media only screen and (max-width: 1099px) {
  .top_menu ul li {
    margin: 0 0 0 32px;
  }
}
@media only screen and (max-width: 999px) {
  .top_menu ul li {
    margin: 0 0 0 26px;
  }
}
@media only screen and (max-width: 767px) {
  .top_menu ul li {
    margin: 0 0 0 10px;
  }
}
.top_menu ul li a {
  color: #45547A;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 1.3px;
  text-transform: uppercase;
}
@media only screen and (max-width: 1099px) {
  .top_menu ul li a {
    font-size: 13px;
  }
}
@media only screen and (max-width: 999px) {
  .top_menu ul li a {
    font-size: 12px;
  }
}
@media only screen and (max-width: 767px) {
  .top_menu ul li a {
    font-size: 11px;
    letter-spacing: 0;
  }
}
@media only screen and (min-width: 767px) {
  .top_menu ul li a:hover {
    color: #FCD21F;
  }
}

/* GLOBAL APP - TOOLBAR */
/*------------------------------------*\
    TOOLBAR
    - Position right, above the menu 
\*------------------------------------*/
.toolbar {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: baseline;
      align-items: baseline;
  position: absolute;
  top: 0;
  right: 30px;
  margin-top: 13px;
  transition: all 75ms ease-in-out;
}
@media only screen and (max-width: 949px) {
  .toolbar {
    display: none;
  }
}
@media only screen and (min-width: 950px) {
  .sticky-nav .toolbar {
    margin-top: -40px;
  }
}

/*------------------------------------*\
    TOOLBAR - Content
\*------------------------------------*/
.toolbar ul {
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  margin: 0;
}
.toolbar a {
  color: #45547A;
}
.toolbar a:hover {
  text-decoration: underline;
}

/*------------------------------------*\
    TOOLBAR - Search
\*------------------------------------*/
.dc-search-trigger {
  margin-left: 8px;
}
.dc-search-trigger i {
  font-weight: lighter;
  font-size: 20px;
  margin-top: 5px;
  font-weight: 900;
}
@media only screen and (max-width: 999px) {
  .dc-search-trigger i {
    font-size: 20px;
  }
}

.dc-search-wrapper {
  width: 0;
  max-width: 100%;
  position: absolute;
  right: 30px;
  height: 53px;
  top: 24px;
  overflow: hidden;
  border-radius: 70px;
  background: transparent;
  z-index: 1000;
  transition: all 130ms ease-in-out;
}
@media only screen and (max-width: 949px) {
  .dc-search-wrapper {
    right: 25px;
  }
}
@media only screen and (max-width: 767px) {
  .dc-search-wrapper {
    top: 14px;
  }
}
.sticky-nav .dc-search-wrapper {
  top: 17px;
  top: 4px;
}
@media only screen and (max-width: 767px) {
  .sticky-nav .dc-search-wrapper {
    top: 1px;
  }
}
.dc-search-wrapper.show {
  width: 565px;
  max-width: calc(100% - 50px);
  transition: all 200ms ease-in-out;
  background: white;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
}
.dc-search-wrapper .dc-search-wrapper-inner {
  width: 1480px;
  max-width: 100%;
  height: 53px;
  margin: 0 auto;
  padding: 0 0 0 30px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-direction: row-reverse;
      flex-direction: row-reverse;
}
.dc-search-wrapper .search-submit {
  display: none;
}
.dc-search-wrapper form {
  position: relative;
}
.dc-search-wrapper form:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  content: "";
  position: relative;
  margin-right: 8px;
  vertical-align: 0;
  color: #FCD21F;
  font-size: 20px;
}
@media only screen and (max-width: 559px) {
  .dc-search-wrapper form:before {
    margin: 0;
    font-size: 14px;
  }
}
.dc-search-wrapper .search-input {
  padding: 15px;
  border: unset;
  font-size: 16px;
  background: transparent;
  color: #D1D1D0;
}
@media only screen and (max-width: 559px) {
  .dc-search-wrapper .search-input {
    padding: 15px 0 15px 15px;
    font-size: 12px;
  }
}
.dc-search-wrapper .search-input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #D1D1D0;
  transition: all 200ms ease-in-out;
}
.dc-search-wrapper .search-input::-moz-placeholder {
  /* Firefox 19+ */
  color: #D1D1D0;
  transition: all 200ms ease-in-out;
}
.dc-search-wrapper .search-input:-ms-input-placeholder {
  /* IE 10+ */
  color: #D1D1D0;
  transition: all 200ms ease-in-out;
}
.dc-search-wrapper .search-input:-moz-placeholder {
  /* Firefox 18- */
  color: #D1D1D0;
  transition: all 200ms ease-in-out;
}
.dc-search-wrapper .search-input:focus::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: white;
}
.dc-search-wrapper .search-input:focus::-moz-placeholder {
  /* Firefox 19+ */
  color: white;
}
.dc-search-wrapper .search-input:focus:-ms-input-placeholder {
  /* IE 10+ */
  color: white;
}
.dc-search-wrapper .search-input:focus:-moz-placeholder {
  /* Firefox 18- */
  color: #FFFFFF;
}
.dc-search-wrapper .dc-search-close {
  padding: 13px 20px;
  font-size: 20px;
  color: #141414;
}

/* GLOBAL APP - FOOTER */
/*------------------------------------*\
	
    FOOTER - SITE WIDE
    
\*------------------------------------*/
.footer {
  background-color: #4F5E85;
  width: 100%;
}
.footer .footer-top-wrapper {
  padding: 0 30px;
}
@media only screen and (max-width: 767px) {
  .footer .footer-top-wrapper {
    padding: 0 25px;
  }
}
.footer .footer-top-inner {
  width: 100%;
  max-width: 1480px;
  margin: 0 auto !important;
  padding-left: 0;
  padding-right: 0;
  box-sizing: border-box;
  max-width: 1420px;
  padding-top: 80px;
  padding-bottom: 40px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .footer .footer-top-inner {
    -ms-flex-direction: column;
        flex-direction: column;
  }
}
.footer .footer-top-inner .footer-widget {
  font-size: 13px;
  padding-right: 20px;
}
@media only screen and (max-width: 767px) {
  .footer .footer-top-inner .footer-widget {
    margin-bottom: 16px;
  }
  .footer .footer-top-inner .footer-widget:last-child {
    margin-bottom: 0;
  }
}
.footer .footer-top-inner .footer-widget .widgettitle {
  color: #FCD21F;
  font-size: 18px;
  font-weight: 600 !important;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 10px;
}
.footer .footer-top-inner .footer-widget .widgettitle:not(:first-child) {
  margin-top: 20px;
}
@media only screen and (max-width: 767px) {
  .footer .footer-top-inner .footer-widget .widgettitle {
    margin-bottom: 10px;
    text-align: center;
  }
}
.footer .footer-top-inner .footer-widget ul {
  list-style: none;
}
.footer .footer-top-inner .footer-widget ul li {
  margin-left: 0;
  padding: 0 0 5px 0;
}
.footer .footer-top-inner .footer-widget li, .footer .footer-top-inner .footer-widget p, .footer .footer-top-inner .footer-widget a {
  color: #FFFFFF;
  font-size: 14px;
  letter-spacing: 0;
}
@media only screen and (max-width: 959px) {
  .footer .footer-top-inner .footer-widget li, .footer .footer-top-inner .footer-widget p, .footer .footer-top-inner .footer-widget a {
    font-size: 13px;
  }
}
@media only screen and (max-width: 767px) {
  .footer .footer-top-inner .footer-widget li, .footer .footer-top-inner .footer-widget p {
    text-align: center;
  }
}
.footer .footer-top-inner .footer-widget a:hover {
  color: #FCD21F;
}
.footer .footer-top-inner .footer-widget img {
  /*
  	width: 100%;
  	max-width: 300px !important;
  	padding-right: 30px;
  	box-sizing: border-box;
  	margin-top: -12px;
  */
}
@media only screen and (max-width: 767px) {
  .footer .footer-top-inner .footer-widget .social_icons {
    text-align: center;
  }
}
.footer .footer-top-inner .footer-widget .social_icons li {
  display: inline;
  margin-right: 20px;
}
@media only screen and (max-width: 767px) {
  .footer .footer-top-inner .footer-widget .social_icons li {
    margin-left: 10px;
    margin-right: 10px;
  }
}
.footer .footer-top-inner .footer-widget .social_icons li a {
  font-size: 24px;
}
.footer .footer-bottom-wrapper {
  padding: 0 30px;
}
@media only screen and (max-width: 767px) {
  .footer .footer-bottom-wrapper {
    padding: 0 25px;
  }
}
.footer .footer-bottom-inner {
  width: 100%;
  max-width: 1480px;
  margin: 0 auto !important;
  padding-left: 0;
  padding-right: 0;
  box-sizing: border-box;
  max-width: 1420px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  padding-top: 10px;
  padding-bottom: 40px;
  border-top: 1px solid #FCD21F;
}
@media only screen and (max-width: 849px) {
  .footer .footer-bottom-inner {
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: center;
        align-items: center;
    padding-bottom: 20px;
  }
}
.footer .footer-bottom-inner .left {
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 849px) {
  .footer .footer-bottom-inner .left {
    margin-top: 20px;
    margin-bottom: 46px;
  }
}
.footer .footer-bottom-inner .right {
  color: #FFFFFF;
  font-size: 13px;
}
.footer .footer-bottom-inner a, .footer .footer-bottom-inner p, .footer .footer-bottom-inner span, .footer .footer-bottom-inner li {
  color: #141414;
  font-size: 11px;
  line-height: 1.2em;
}
.footer .footer-bottom-inner span {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
}
.footer .footer-bottom-inner a:hover {
  color: #FCD21F;
  text-decoration: underline;
}
.footer .footer-bottom-inner p {
  margin: 0;
}
.footer .footer-bottom-inner ul {
  margin: 0;
}
.footer .footer-bottom-inner ul li {
  list-style: none;
  display: inline-block;
  padding: 0;
  margin: 0 12px 0 0;
}

/* GLOBAL APP - BLOCK TITLES */
/* COMPONENTS */
 /*------------------------------------*\
	
    ARTICLE SECTION 

\*------------------------------------*/
.content-area {
  position: relative;
  background-size: cover;
}
.content-area .site-main {
  width: 100%;
  max-width: 1480px;
  margin: 0 auto !important;
  padding-left: 30px;
  padding-right: 30px;
  box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  .content-area .site-main {
    width: 100%;
    max-width: 1480px;
    margin: 0 auto !important;
    padding-left: 25px;
    padding-right: 25px;
    box-sizing: border-box;
  }
}

.section.dc-text-block, .section.dc-image-text-box, .section.dc-brands, .section.dc-guarantee-boxes, .section.dc-cta, .section.dc-post-grid, .section.dc_product_desc, .section.dc_bundle_products, .section.dc-image-carousel, .section.dc-video-wrapper, .section.dc-packages-list, .section.dc-commercial-solutions, .section.dc-store-contact, .section.dc-form, .section.post-wrapper, .section.login_page {
  position: relative;
  background-size: cover;
  margin-top: 30px;
  margin-bottom: 30px;
}
@media only screen and (min-width: 768px) {
  .section.dc-text-block, .section.dc-image-text-box, .section.dc-brands, .section.dc-guarantee-boxes, .section.dc-cta, .section.dc-post-grid, .section.dc_product_desc, .section.dc_bundle_products, .section.dc-image-carousel, .section.dc-video-wrapper, .section.dc-packages-list, .section.dc-commercial-solutions, .section.dc-store-contact, .section.dc-form, .section.post-wrapper, .section.login_page {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}
@media only screen and (min-width: 950px) {
  .section.dc-text-block, .section.dc-image-text-box, .section.dc-brands, .section.dc-guarantee-boxes, .section.dc-cta, .section.dc-post-grid, .section.dc_product_desc, .section.dc_bundle_products, .section.dc-image-carousel, .section.dc-video-wrapper, .section.dc-packages-list, .section.dc-commercial-solutions, .section.dc-store-contact, .section.dc-form, .section.post-wrapper, .section.login_page {
    margin-top: 70px;
    margin-bottom: 70px;
  }
}
.section.dc-text-block > .inner, .section.dc-image-text-box > .inner, .section.dc-brands > .inner, .section.dc-guarantee-boxes > .inner, .section.dc-cta > .inner, .section.dc-post-grid > .inner, .section.dc_product_desc > .inner, .section.dc_bundle_products > .inner, .section.dc-image-carousel > .inner, .section.dc-video-wrapper > .inner, .section.dc-packages-list > .inner, .section.dc-commercial-solutions > .inner, .section.dc-store-contact > .inner, .section.dc-form > .inner, .section.post-wrapper > .inner, .section.login_page > .inner {
  width: 100%;
  max-width: 1480px;
  margin: 0 auto !important;
  padding-left: 30px;
  padding-right: 30px;
  box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  .section.dc-text-block > .inner, .section.dc-image-text-box > .inner, .section.dc-brands > .inner, .section.dc-guarantee-boxes > .inner, .section.dc-cta > .inner, .section.dc-post-grid > .inner, .section.dc_product_desc > .inner, .section.dc_bundle_products > .inner, .section.dc-image-carousel > .inner, .section.dc-video-wrapper > .inner, .section.dc-packages-list > .inner, .section.dc-commercial-solutions > .inner, .section.dc-store-contact > .inner, .section.dc-form > .inner, .section.post-wrapper > .inner, .section.login_page > .inner {
    width: 100%;
    max-width: 1480px;
    margin: 0 auto !important;
    padding-left: 25px;
    padding-right: 25px;
    box-sizing: border-box;
  }
}

.section > .inner > .intro {
  position: relative;
  width: 100%;
  margin-bottom: 30px;
}
@media only screen and (min-width: 768px) {
  .section > .inner > .intro {
    margin-bottom: 50px;
  }
}
@media only screen and (min-width: 950px) {
  .section > .inner > .intro {
    margin-bottom: 70px;
  }
}
@media only screen and (max-width: 767px) {
  .section > .inner > .intro {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
  }
}
.section > .inner > .intro .button-wrapper {
  position: absolute;
  right: 0;
  top: 12px;
}
@media only screen and (max-width: 767px) {
  .section > .inner > .intro .button-wrapper {
    -ms-flex-order: 3;
        order: 3;
    position: relative;
    top: auto;
    right: auto;
    margin-top: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .section > .inner > .intro .title-wrapper {
    -ms-flex-order: 1;
        order: 1;
  }
}
.section > .inner > .intro .title-wrapper h2,
.section > .inner > .intro .title-wrapper h3 {
  color: #141414;
  margin-bottom: 10px;
}
@media only screen and (max-width: 767px) {
  .section > .inner > .intro .title-wrapper h2,
  .section > .inner > .intro .title-wrapper h3 {
    line-height: 1em;
  }
}
.section > .inner > .intro .title-wrapper h2 {
  font-size: 36px;
}
@media only screen and (min-width: 768px) {
  .section > .inner > .intro .title-wrapper h2 {
    font-size: 44px;
  }
}
@media only screen and (min-width: 950px) {
  .section > .inner > .intro .title-wrapper h2 {
    font-size: 52px;
  }
}
.section > .inner > .intro .title-wrapper h3 {
  font-size: 30px;
}
@media only screen and (min-width: 768px) {
  .section > .inner > .intro .title-wrapper h3 {
    font-size: 34px;
  }
}
@media only screen and (min-width: 950px) {
  .section > .inner > .intro .title-wrapper h3 {
    font-size: 40px;
  }
}
.section > .inner > .intro .description {
  color: #68686D;
  font-size: 18px;
  font-weight: 300;
}
@media only screen and (min-width: 768px) {
  .section > .inner > .intro .description {
    max-width: calc(100% - 200px);
    font-size: 20px;
  }
}
@media only screen and (min-width: 950px) {
  .section > .inner > .intro .description {
    max-width: calc(100% - 350px);
    font-size: 22px;
  }
}
@media only screen and (min-width: 1100px) {
  .section > .inner > .intro .description {
    font-size: 24px;
  }
}
@media only screen and (max-width: 767px) {
  .section > .inner > .intro .description {
    -ms-flex-order: 2;
        order: 2;
  }
}
.section > .inner > .intro .description p:last-child {
  margin: 0;
}

.has_bg + .crossover-top {
  margin-top: 0;
}
.has_bg + .crossover-top:before {
  content: "";
  width: 100vw;
  left: calc(50% - 50vw);
  height: 280px;
  position: absolute;
}
.has_bg + .crossover-top .inner {
  background: white;
  position: relative;
  padding-top: 80px;
}
.has_bg + .crossover-top .inner:before {
  content: "";
  width: calc(100% + 160px);
  height: 280px;
  position: absolute;
  top: 0;
  left: -80px;
  background: white;
}

.has_bg.bg_grey + .crossover-top:before {
  background: #F7F7F7;
}

.has_bg.bg_blue + .crossover-top:before {
  background: #4F5E85;
}

.has_bg.dc-text-block, .has_bg.dc-image-text-box, .has_bg.dc-experience-section, .has_bg.dc-post-masonry, .has_bg.dc-post-grid, .has_bg.dc-image-carousel, .has_bg.dc-video-wrapper {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding-top: 30px;
  padding-bottom: 30px;
}
@media only screen and (min-width: 768px) {
  .has_bg.dc-text-block, .has_bg.dc-image-text-box, .has_bg.dc-experience-section, .has_bg.dc-post-masonry, .has_bg.dc-post-grid, .has_bg.dc-image-carousel, .has_bg.dc-video-wrapper {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media only screen and (min-width: 950px) {
  .has_bg.dc-text-block, .has_bg.dc-image-text-box, .has_bg.dc-experience-section, .has_bg.dc-post-masonry, .has_bg.dc-post-grid, .has_bg.dc-image-carousel, .has_bg.dc-video-wrapper {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
.bg_grey.dc-text-block, .bg_grey.dc-image-text-box, .bg_grey.dc-experience-section, .bg_grey.dc-post-masonry, .bg_grey.dc-post-grid, .bg_grey.dc-image-carousel, .bg_grey.dc-video-wrapper {
  background: #F7F7F7;
}
.bg_darkgrey.dc-text-block, .bg_darkgrey.dc-image-text-box, .bg_darkgrey.dc-experience-section, .bg_darkgrey.dc-post-masonry, .bg_darkgrey.dc-post-grid, .bg_darkgrey.dc-image-carousel, .bg_darkgrey.dc-video-wrapper {
  background: #F3F2F3;
}
.bg_dark_blue.dc-text-block, .bg_dark_blue.dc-image-text-box, .bg_dark_blue.dc-experience-section, .bg_dark_blue.dc-post-masonry, .bg_dark_blue.dc-post-grid, .bg_dark_blue.dc-image-carousel, .bg_dark_blue.dc-video-wrapper {
  background: #283046;
}
.bg_dark_blue.dc-text-block p, .bg_dark_blue.dc-image-text-box p, .bg_dark_blue.dc-experience-section p, .bg_dark_blue.dc-post-masonry p, .bg_dark_blue.dc-post-grid p, .bg_dark_blue.dc-image-carousel p, .bg_dark_blue.dc-video-wrapper p,
.bg_dark_blue.dc-text-block h1,
.bg_dark_blue.dc-image-text-box h1,
.bg_dark_blue.dc-experience-section h1,
.bg_dark_blue.dc-post-masonry h1,
.bg_dark_blue.dc-post-grid h1,
.bg_dark_blue.dc-image-carousel h1,
.bg_dark_blue.dc-video-wrapper h1,
.bg_dark_blue.dc-text-block h2,
.bg_dark_blue.dc-image-text-box h2,
.bg_dark_blue.dc-experience-section h2,
.bg_dark_blue.dc-post-masonry h2,
.bg_dark_blue.dc-post-grid h2,
.bg_dark_blue.dc-image-carousel h2,
.bg_dark_blue.dc-video-wrapper h2,
.bg_dark_blue.dc-text-block h3,
.bg_dark_blue.dc-image-text-box h3,
.bg_dark_blue.dc-experience-section h3,
.bg_dark_blue.dc-post-masonry h3,
.bg_dark_blue.dc-post-grid h3,
.bg_dark_blue.dc-image-carousel h3,
.bg_dark_blue.dc-video-wrapper h3,
.bg_dark_blue.dc-text-block h4,
.bg_dark_blue.dc-image-text-box h4,
.bg_dark_blue.dc-experience-section h4,
.bg_dark_blue.dc-post-masonry h4,
.bg_dark_blue.dc-post-grid h4,
.bg_dark_blue.dc-image-carousel h4,
.bg_dark_blue.dc-video-wrapper h4,
.bg_dark_blue.dc-text-block h5,
.bg_dark_blue.dc-image-text-box h5,
.bg_dark_blue.dc-experience-section h5,
.bg_dark_blue.dc-post-masonry h5,
.bg_dark_blue.dc-post-grid h5,
.bg_dark_blue.dc-image-carousel h5,
.bg_dark_blue.dc-video-wrapper h5,
.bg_dark_blue.dc-text-block h6,
.bg_dark_blue.dc-image-text-box h6,
.bg_dark_blue.dc-experience-section h6,
.bg_dark_blue.dc-post-masonry h6,
.bg_dark_blue.dc-post-grid h6,
.bg_dark_blue.dc-image-carousel h6,
.bg_dark_blue.dc-video-wrapper h6,
.bg_dark_blue.dc-text-block li,
.bg_dark_blue.dc-image-text-box li,
.bg_dark_blue.dc-experience-section li,
.bg_dark_blue.dc-post-masonry li,
.bg_dark_blue.dc-post-grid li,
.bg_dark_blue.dc-image-carousel li,
.bg_dark_blue.dc-video-wrapper li,
.bg_dark_blue.dc-text-block a,
.bg_dark_blue.dc-image-text-box a,
.bg_dark_blue.dc-experience-section a,
.bg_dark_blue.dc-post-masonry a,
.bg_dark_blue.dc-post-grid a,
.bg_dark_blue.dc-image-carousel a,
.bg_dark_blue.dc-video-wrapper a,
.bg_dark_blue.dc-text-block > .inner > .intro .title-wrapper h2,
.bg_dark_blue.dc-image-text-box > .inner > .intro .title-wrapper h2,
.bg_dark_blue.dc-experience-section > .inner > .intro .title-wrapper h2,
.bg_dark_blue.dc-post-masonry > .inner > .intro .title-wrapper h2,
.bg_dark_blue.dc-post-grid > .inner > .intro .title-wrapper h2,
.bg_dark_blue.dc-image-carousel > .inner > .intro .title-wrapper h2,
.bg_dark_blue.dc-video-wrapper > .inner > .intro .title-wrapper h2 {
  color: white;
}
.bg_dark_blue.dc-text-block a:hover, .bg_dark_blue.dc-image-text-box a:hover, .bg_dark_blue.dc-experience-section a:hover, .bg_dark_blue.dc-post-masonry a:hover, .bg_dark_blue.dc-post-grid a:hover, .bg_dark_blue.dc-image-carousel a:hover, .bg_dark_blue.dc-video-wrapper a:hover {
  color: #FCD21F;
}

.section.bg_grey + .bg_grey,
.section.bg_grey + script + .bg_grey {
  padding-top: 0;
}
.section.bg_darkgrey + .bg_darkgrey,
.section.bg_darkgrey + script + .bg_darkgrey {
  padding-top: 0;
}
.section.bg_dark_blue + .bg_dark_blue,
.section.bg_dark_blue + script + .bg_dark_blue {
  padding-top: 0;
}

/* SLICK SLIDER */
/*------------------------------------*\
	
    SLICK DOTS
    
\*------------------------------------*/
.slick-dots {
  list-style: none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  margin-left: -4px;
}
.slick-dots li {
  display: inline;
  margin: 0 4px;
}
.slick-dots li:only-child {
  display: none;
}
.slick-dots li button {
  width: 16px;
  height: 3px;
  padding: 10px 0;
  border: 0 none;
  font-size: 0;
  background: transparent;
}
.slick-dots li button:after {
  content: "";
  position: absolute;
  top: 11px;
  left: 0;
  height: 2px;
  width: 100%;
  background-color: #CDC7C0;
}
.slick-dots li.slick-active button:after,
.slick-dots li button:hover:after {
  background-color: #FCD21F;
}

/*------------------------------------*\
	ARROWS    SLICK DOTS
    
\*------------------------------------*/
button.slick-arrow {
  position: absolute;
  top: calc(50% - 32px);
  width: 64px;
  height: 64px;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  z-index: 1;
  font-size: 0;
  background: rgba(36, 40, 48, 0.32);
  background-image: url("../img/westcoast/arrow-long-right.svg");
  background-position: center;
  background-size: 32px;
  background-repeat: no-repeat;
  border: 2px solid white;
  border-radius: 50%;
  display: none !important;
}
.experiences_gallery:hover button.slick-arrow {
  display: block !important;
}
button.slick-arrow.slick-prev {
  left: 20px;
  -ms-transform: rotate(180deg);
      transform: rotate(180deg);
}
button.slick-arrow.slick-next {
  right: 20px;
}
button.slick-arrow:hover {
  background-color: #FCD21F;
}

/* TITLEBOX */
/*------------------------------------*\
	
    TITLE BOX 
    
\*------------------------------------*/
.dc-titlebox {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  z-index: 10;
  /*
  .single-packages & {
  	
  	.inner {
  		
  		.text,
  		.prod_price,
  		.product_image {
  			display: none;
  		}
  	}
  }
  */
}
.dc-titlebox:before {
  content: "";
  position: absolute;
  width: 100vw;
  height: calc(100% + 80px);
  left: calc(50% - 50vw);
  top: -80px;
  height: 100%;
  top: 0;
}
.dc-titlebox .inner {
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 100%;
  max-width: 1480px;
  margin: 0 auto !important;
  padding-left: 25px;
  padding-right: 25px;
}
@media only screen and (min-width: 768px) {
  .dc-titlebox .inner {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.dc-titlebox .content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
}
.dc-titlebox .content > *:last-child {
  margin-bottom: 0;
}
.dc-titlebox .content .sub_title {
  margin-bottom: 23px;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 1.3px;
  text-transform: uppercase;
}
.dc-titlebox .content .price {
  margin: 15px 0 30px;
}
.dc-titlebox .content .price .sale_price {
  color: #DC3F53;
  font-size: 36px;
  font-weight: 600;
  letter-spacing: 0.56px;
  margin-right: 20px;
}
.dc-titlebox .content .price .rrp {
  color: #AEAEB1;
  font-size: 24px;
  letter-spacing: 0.38px;
}
.dc-titlebox .content .button-wrapper {
  margin-top: 14px;
  margin-bottom: -20px;
}
.dc-titlebox .content .button-wrapper a {
  margin-right: 16px;
  margin-bottom: 20px;
}
.dc-titlebox .content .button-wrapper a.dc-btn {
  font-size: 16px;
  min-width: 185px;
  padding: 13px 16px;
}
.dc-titlebox .content .button-wrapper a.dc-link {
  font-size: 16px;
}
.dc-titlebox .content .button-wrapper a:last-child {
  margin-right: 0;
}
.dc-titlebox.bg_white:before {
  background-color: #FFFFFF;
}
.dc-titlebox.bg_grey:before {
  background-color: #F5F5F5;
}
.dc-titlebox.bg_blue:before {
  background-color: #283046;
}
.dc-titlebox.bg_bluelight:before {
  background-color: #7792D7;
}
.dc-titlebox.bg_yellow:before {
  background-color: #FDBD6B;
}
.dc-titlebox.bg_yellow h1,
.dc-titlebox.bg_yellow p,
.dc-titlebox.bg_yellow .sub_title {
  color: #141414;
}
.dc-titlebox.bg_brown:before {
  background-color: #ECE4D9;
}
.dc-titlebox.bg_yellow_grad:before {
  background-color: #FDBD6B;
  background-image: url("../../../../wp-content/uploads/2021/05/hero-yellow-bg.jpg");
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat;
}
.dc-titlebox.bg_blue_grad:before {
  background-color: #283046;
  background-image: url("../../../../wp-content/uploads/2021/05/hero-blue-bg.jpg");
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat;
}
.dc-titlebox.bg_img {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
}
.dc-titlebox.bg_img:before {
  background-color: transparent;
}
.dc-titlebox.overlay:before {
  background-color: rgba(40, 49, 69, 0.5);
}
.dc-titlebox.bg_white h1, .dc-titlebox.bg_white p, .dc-titlebox.bg_white .sub_title, .dc-titlebox.bg_grey h1, .dc-titlebox.bg_grey p, .dc-titlebox.bg_grey .sub_title, .dc-titlebox.bg_brown h1, .dc-titlebox.bg_brown p, .dc-titlebox.bg_brown .sub_title {
  color: #283046;
}
.dc-titlebox.bg_bluelight h1 {
  color: #283046;
}
.dc-titlebox.bg_bluelight p, .dc-titlebox.bg_bluelight .sub_title {
  color: white;
}
.dc-titlebox.bg_blue h1, .dc-titlebox.bg_blue h3, .dc-titlebox.bg_blue p, .dc-titlebox.bg_blue .sub_title, .dc-titlebox.bg_blue .text, .dc-titlebox.bg_blue_grad h1, .dc-titlebox.bg_blue_grad h3, .dc-titlebox.bg_blue_grad p, .dc-titlebox.bg_blue_grad .sub_title, .dc-titlebox.bg_blue_grad .text, .dc-titlebox.overlay h1, .dc-titlebox.overlay h3, .dc-titlebox.overlay p, .dc-titlebox.overlay .sub_title, .dc-titlebox.overlay .text {
  color: white;
}
.dc-titlebox.bg_blue .text a:not(.dc-link), .dc-titlebox.bg_blue_grad .text a:not(.dc-link), .dc-titlebox.overlay .text a:not(.dc-link) {
  color: white;
}
.dc-titlebox.bg_blue .text a:not(.dc-link):hover, .dc-titlebox.bg_blue_grad .text a:not(.dc-link):hover, .dc-titlebox.overlay .text a:not(.dc-link):hover {
  color: #141414;
}
.dc-titlebox.bg_yellow h1, .dc-titlebox.bg_yellow p, .dc-titlebox.bg_yellow .sub_title, .dc-titlebox.bg_yellow .text, .dc-titlebox.bg_yellow .text a:not(.dc-link), .dc-titlebox.bg_yellow .text span, .dc-titlebox.bg_yellow_grad h1, .dc-titlebox.bg_yellow_grad p, .dc-titlebox.bg_yellow_grad .sub_title, .dc-titlebox.bg_yellow_grad .text, .dc-titlebox.bg_yellow_grad .text a:not(.dc-link), .dc-titlebox.bg_yellow_grad .text span {
  color: #141414;
}
.dc-titlebox.bg_yellow .text a:not(.dc-link), .dc-titlebox.bg_yellow_grad .text a:not(.dc-link) {
  color: #141414;
}
.dc-titlebox.bg_yellow .text a:not(.dc-link):hover, .dc-titlebox.bg_yellow_grad .text a:not(.dc-link):hover {
  color: white;
}
.dc-titlebox.bg_yellow .text a.black-btn, .dc-titlebox.bg_yellow_grad .text a.black-btn {
  color: #FCD21F;
}
.dc-titlebox.bg_yellow .text a.black-btn:hover, .dc-titlebox.bg_yellow_grad .text a.black-btn:hover {
  color: white;
}
.dc-titlebox.bg_blue .breadcrumbs #breadcrumbs span span, .dc-titlebox.bg_blue_grad .breadcrumbs #breadcrumbs span span, .dc-titlebox.overlay .breadcrumbs #breadcrumbs span span {
  color: #9398A1;
}
.dc-titlebox.bg_blue .breadcrumbs #breadcrumbs span span.breadcrumb_last, .dc-titlebox.bg_blue_grad .breadcrumbs #breadcrumbs span span.breadcrumb_last, .dc-titlebox.overlay .breadcrumbs #breadcrumbs span span.breadcrumb_last {
  color: #7792D7;
}
.dc-titlebox.bg_blue .breadcrumbs #breadcrumbs span span a, .dc-titlebox.bg_blue_grad .breadcrumbs #breadcrumbs span span a, .dc-titlebox.overlay .breadcrumbs #breadcrumbs span span a {
  color: #9398A1;
}
.dc-titlebox.bg_yellow .breadcrumbs #breadcrumbs span span, .dc-titlebox.bg_yellow_grad .breadcrumbs #breadcrumbs span span {
  color: #AEAEB1;
}
.dc-titlebox.bg_yellow .breadcrumbs #breadcrumbs span span.breadcrumb_last, .dc-titlebox.bg_yellow_grad .breadcrumbs #breadcrumbs span span.breadcrumb_last {
  color: #7792D7;
}
.dc-titlebox.bg_yellow .breadcrumbs #breadcrumbs span span a, .dc-titlebox.bg_yellow_grad .breadcrumbs #breadcrumbs span span a {
  color: #AEAEB1;
}
.dc-titlebox.bg_img:not(.bg_blue) .breadcrumbs #breadcrumbs span span {
  color: #141414;
}
.dc-titlebox.bg_img:not(.bg_blue) .breadcrumbs #breadcrumbs span span.breadcrumb_last {
  color: #7792D7;
}
.dc-titlebox.bg_img:not(.bg_blue) .breadcrumbs #breadcrumbs span span a {
  color: #141414;
}
.dc-titlebox.center {
  -ms-flex-align: center;
      align-items: center;
}
.dc-titlebox.center .inner {
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
  text-align: center;
  padding: 50px 30px;
}
.dc-titlebox.center .inner .content {
  max-width: 1100px;
  margin: 0 auto;
}
.dc-titlebox.center .image-wrapper {
  height: auto;
  margin-top: 40px;
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) {
  .dc-titlebox.center .image-wrapper {
    height: 330px;
    margin-top: 80px;
  }
  .dc-titlebox.center .image-wrapper .image-inner-wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    height: 100%;
  }
  .dc-titlebox.center .image-wrapper .image-inner-wrapper img {
    object-fit: contain;
  }
}
.dc-titlebox.center.bg_yellow_grad:before {
  background-image: url("../../../../wp-content/uploads/2021/05/hero-yellow-bg-center.jpg");
}
.dc-titlebox.center.product_img .inner {
  padding: 60px 25px 0;
}
@media only screen and (min-width: 768px) {
  .dc-titlebox.center.product_img .inner {
    padding: 95px 30px 0;
  }
}
.dc-titlebox.center h1 {
  font-size: 72px;
}
@media only screen and (max-width: 1099px) {
  .dc-titlebox.center h1 {
    font-size: 62px;
  }
}
@media only screen and (max-width: 849px) {
  .dc-titlebox.center h1 {
    font-size: 52px;
  }
}
@media only screen and (max-width: 559px) {
  .dc-titlebox.center h1 {
    font-size: 42px;
  }
}
@media only screen and (max-width: 767px) {
  .dc-titlebox.left .inner {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding-top: 50px;
    padding-bottom: 30px;
  }
}
.dc-titlebox.left .inner .content {
  max-width: 100%;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .dc-titlebox.left .inner .content {
    max-width: 750px;
    padding-right: 50px;
  }
}
.dc-titlebox.left .inner .sub_title {
  display: none;
}
.dc-titlebox:not(.center) .image-wrapper {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .dc-titlebox:not(.center) .image-wrapper {
    width: 50%;
  }
}
.dc-titlebox:not(.center) .image-wrapper .image-inner-wrapper {
  width: 100%;
  max-width: 470px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  height: 100%;
  max-height: 250px;
  padding-top: 40px;
}
@media only screen and (min-width: 768px) {
  .dc-titlebox:not(.center) .image-wrapper .image-inner-wrapper {
    width: 50vw;
    max-width: 960px;
    max-height: 600px;
    padding-top: 20px;
  }
}
.dc-titlebox:not(.center) .image-wrapper img {
  display: -ms-flexbox;
  display: flex;
  object-fit: contain;
}
.dc-titlebox.slider {
  display: block;
}
@media only screen and (min-width: 768px) {
  .dc-titlebox.shop_style_category .inner .content:last-child {
    padding-top: 20px;
  }
}
.dc-titlebox.shop_style_category .inner .content:not(:last-child) {
  padding-top: 70px;
  padding-bottom: 0;
}
@media only screen and (min-width: 768px) {
  .dc-titlebox.shop_style_category .inner .content:not(:last-child) {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
.dc-titlebox.shop_style_category .inner .content .text p:last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .dc-titlebox.shop_style_category .inner .image-wrapper img {
    object-position: left;
  }
}
.dc-titlebox.shop_style_category:not(.product_img) {
  height: auto;
  min-height: 190px;
  padding-top: 70px;
  padding-bottom: 0;
}
.dc-titlebox.shop_style_category:not(.product_img):before {
  background: none !important;
}
.dc-titlebox.shop_style_category:not(.product_img) .inner {
  padding: 0 !important;
}
.dc-titlebox.shop_style_category:not(.product_img) .inner .content {
  width: 100%;
  max-width: 100%;
}
.dc-titlebox.shop_style_category:not(.product_img) .inner .content h1 {
  margin-bottom: 10px;
}
.dc-titlebox.shop_style_category:not(.product_img) .inner .content p {
  color: #958D87;
}
.dc-titlebox.shop_style_category:not(.product_img) .breadcrumbs #breadcrumbs {
  padding: 0 !important;
}

/*------------------------------------*\
	
    TITLE BOX - HEIGHTS
    
\*------------------------------------*/
.dc-titlebox {
  min-height: 300px;
  /*
  	
  	// TALL
  	
  	&.title_tall,
  	&.title_tall .slick-slide,
  	&.title_tall .image-wrapper  {
  		min-height: $title_box_height_short - 190px;
  						
  		@include mq('tablet', min) 	{ min-height: $title_box_height_tall - 120px; }	
  						
  		@include mq('950', min) 	{ min-height: $title_box_height_tall - 60px; }	
  			
  		@include mq('desktop', min) { min-height: $title_box_height_tall; }
  	}
  
  	
  	// FULL
  	
  	&.title_full,
  	&.title_full .slick-slide,
  	&.title_full .image-wrapper {
  		height: 100vh;
  		min-height: 1000px;
  						
  		@include mq('tablet', min) 	{ height: 100vh; }	
  						
  		@include mq('950', min) 	{ height: 100vh; }	
  			
  		@include mq('desktop', min) { height: 100vh; }
  		
  		padding-bottom: 100px;
  		
  		@media only screen and (min-height: 1000px) { 
  			padding-bottom: 19vh;
  		}	
  	}
  */
}
@media only screen and (min-width: 768px) {
  .dc-titlebox {
    min-height: 400px;
  }
}
@media only screen and (min-width: 950px) {
  .dc-titlebox {
    min-height: 460px;
  }
}
@media only screen and (min-width: 1100px) {
  .dc-titlebox {
    min-height: 520px;
  }
}
.dc-titlebox.title_small {
  min-height: 260px;
}
@media only screen and (min-width: 768px) {
  .dc-titlebox.title_small {
    min-height: 280px;
  }
}
@media only screen and (min-width: 950px) {
  .dc-titlebox.title_small {
    min-height: 300px;
  }
}
@media only screen and (min-width: 1100px) {
  .dc-titlebox.title_small {
    min-height: 320px;
  }
}
@media only screen and (max-width: 767px) {
  body.cart & .dc-titlebox.title_small {
    min-height: 160px;
  }
}

/*------------------------------------*\
	
    TITLE BOX - SLIDER
    
\*------------------------------------*/
.dc-titlebox.slider {
  min-height: 760px;
}
.dc-titlebox.slider:before {
  background-image: url("../../../uploads/2021/05/slider-bg-dark-blue.jpg");
}
.dc-titlebox .multipleSliders {
  width: 100%;
  max-width: 1480px;
  top: 0;
  left: 0;
  margin: 0 auto !important;
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 100px;
  box-sizing: border-box;
  transition: all 250ms ease-in-out;
  display: none;
  opacity: 0;
}
@media only screen and (max-width: 767px) {
  .dc-titlebox .multipleSliders {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.dc-titlebox .multipleSliders.slick-initialized {
  display: block;
  opacity: 1;
}
.dc-titlebox .multipleSliders .item .wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  position: relative;
  min-height: 660px;
}
@media only screen and (max-width: 949px) {
  .dc-titlebox .multipleSliders .item .wrapper {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .dc-titlebox .multipleSliders .item .wrapper {
    -ms-flex-direction: column;
        flex-direction: column;
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.dc-titlebox .multipleSliders .item .content {
  padding-bottom: 0;
  padding-top: 10px;
}
@media only screen and (min-width: 768px) {
  .dc-titlebox .multipleSliders .item .content {
    width: 58%;
    padding-right: 10%;
  }
}
.dc-titlebox .multipleSliders .item .content h1 {
  color: white;
  font-size: 40px;
  line-height: 1.15em;
}
@media only screen and (min-width: 768px) {
  .dc-titlebox .multipleSliders .item .content h1 {
    font-size: 52px;
  }
}
@media only screen and (min-width: 950px) {
  .dc-titlebox .multipleSliders .item .content h1 {
    font-size: 64px;
  }
}
@media only screen and (min-width: 1100px) {
  .dc-titlebox .multipleSliders .item .content h1 {
    font-size: 64px;
  }
}
@media only screen and (max-width: 767px) {
  .dc-titlebox .multipleSliders .item .content h1 {
    margin-bottom: 10px;
  }
}
.dc-titlebox .multipleSliders .item .content h2 {
  font-size: 24px;
}
@media only screen and (min-width: 768px) {
  .dc-titlebox .multipleSliders .item .content h2 {
    font-size: 30px;
  }
}
@media only screen and (min-width: 950px) {
  .dc-titlebox .multipleSliders .item .content h2 {
    font-size: 36px;
  }
}
@media only screen and (min-width: 1100px) {
  .dc-titlebox .multipleSliders .item .content h2 {
    font-size: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .dc-titlebox .multipleSliders .item .content h2 {
    margin-bottom: 10px;
  }
}
.dc-titlebox .multipleSliders .item .content p {
  color: white;
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .dc-titlebox .multipleSliders .item .content p {
    font-size: 16px;
  }
}
@media only screen and (max-width: 767px) {
  .dc-titlebox .multipleSliders .item .content .button-wrapper {
    margin-top: 4px;
  }
}
.dc-titlebox .multipleSliders .item .content .button-wrapper a:nth-child(2) {
  margin-left: 20px;
}
.dc-titlebox .multipleSliders .item .image-wrapper {
  overflow: hidden;
  padding-top: 30px;
}
@media only screen and (min-width: 768px) {
  .dc-titlebox .multipleSliders .item .image-wrapper {
    width: 42%;
    max-height: 512px;
    display: -ms-flexbox;
    display: flex;
  }
}
@media only screen and (max-width: 767px) {
  .dc-titlebox .multipleSliders .item .image-wrapper {
    max-width: 440px;
  }
}
.dc-titlebox .multipleSliders .item .image-wrapper img {
  object-fit: contain;
}
.dc-titlebox .multipleSliders.products {
  padding: 0 !important;
}
.dc-titlebox .multipleSliders.products .slick-slide {
  padding: 0 !important;
}
.dc-titlebox .multipleSliders.products .slick-dots {
  bottom: 20px;
}
.dc-titlebox .slick-dots {
  position: absolute;
  width: 100%;
  bottom: 90px;
  margin: 0;
}

/*------------------------------------*\
	
    TITLE BOX - SEARCH
    
\*------------------------------------*/
.dc-titlebox .product_search {
  position: absolute;
  bottom: -110px;
  left: 0;
  width: 100%;
}
@media only screen and (min-width: 950px) {
  .dc-titlebox .product_search {
    bottom: -80px;
  }
}
.dc-titlebox .product_search .inner {
  width: 100%;
  max-width: 1480px;
  margin: 0 auto !important;
  padding-left: 30px;
  padding-right: 30px;
  box-sizing: border-box;
  -ms-flex-align: end;
      align-items: flex-end;
  -ms-flex-direction: row;
      flex-direction: row;
  padding-top: 40px;
  padding-bottom: 40px;
}
@media only screen and (max-width: 767px) {
  .dc-titlebox .product_search .inner {
    width: 100%;
    max-width: 1480px;
    margin: 0 auto !important;
    padding-left: 25px;
    padding-right: 25px;
    box-sizing: border-box;
  }
}
@media only screen and (max-width: 949px) {
  .dc-titlebox .product_search .inner {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.dc-titlebox .product_search .inner:before {
  content: "";
  position: absolute;
  left: 0 !important;
  top: 0;
  width: 100% !important;
  height: 100%;
  background: #45547A;
}
@media only screen and (min-width: 1200px) {
  .dc-titlebox .product_search .inner:before {
    left: 0 !important;
  }
}
.dc-titlebox .product_search .inner .title {
  position: relative;
  max-width: 100%;
  margin-right: 20px;
  margin-bottom: 10px;
  color: white;
  font-size: 32px;
  line-height: 1.1em;
}
@media only screen and (min-width: 768px) {
  .dc-titlebox .product_search .inner .title {
    font-size: 34px;
    line-height: 1.25em;
    max-width: 230px;
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 1200px) {
  .dc-titlebox .product_search .inner .title {
    margin-left: calc(8.333% + 120px);
    margin-right: 30px;
  }
}
.dc-titlebox .product_search .inner .desc {
  position: relative;
  width: 100%;
  margin-right: 30px;
  margin-bottom: 0;
  color: white;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.5em;
  letter-spacing: .6px;
}
@media only screen and (min-width: 768px) {
  .dc-titlebox .product_search .inner .desc {
    width: 273px;
    font-size: 20px;
  }
}
@media only screen and (min-width: 950px) {
  .dc-titlebox .product_search .inner .desc {
    width: 335px;
    font-size: 24px;
  }
}
.dc-titlebox .product_search .inner .search {
  position: relative;
  -ms-flex: 1;
      flex: 1;
  margin-bottom: 6px;
  min-width: 250px;
}
@media only screen and (max-width: 949px) {
  .dc-titlebox .product_search .inner .search {
    margin-top: 20px;
    min-width: 100%;
  }
}
.dc-titlebox .product_search .inner .search .ajaxsearchpro#ajaxsearchpro3_1,
.dc-titlebox .product_search .inner .search .ajaxsearchpro#ajaxsearchpro3_1 .probox,
.dc-titlebox .product_search .inner .search .ajaxsearchpro#ajaxsearchpro3_1 .probox .promagnifier,
.dc-titlebox .product_search .inner .search .ajaxsearchpro#ajaxsearchpro3_1 .probox .promagnifier div.innericon,
.dc-titlebox .product_search .inner .search .ajaxsearchpro#ajaxsearchpro3_1 .probox .proinput input,
.dc-titlebox .product_search .inner .search .ajaxsearchpro#ajaxsearchpro3_1 .probox .proinput input {
  height: 40px !important;
}
@media only screen and (min-width: 768px) {
  .dc-titlebox .product_search .inner .search .ajaxsearchpro#ajaxsearchpro3_1,
  .dc-titlebox .product_search .inner .search .ajaxsearchpro#ajaxsearchpro3_1 .probox,
  .dc-titlebox .product_search .inner .search .ajaxsearchpro#ajaxsearchpro3_1 .probox .promagnifier,
  .dc-titlebox .product_search .inner .search .ajaxsearchpro#ajaxsearchpro3_1 .probox .promagnifier div.innericon,
  .dc-titlebox .product_search .inner .search .ajaxsearchpro#ajaxsearchpro3_1 .probox .proinput input,
  .dc-titlebox .product_search .inner .search .ajaxsearchpro#ajaxsearchpro3_1 .probox .proinput input {
    height: 50px !important;
  }
}
@media only screen and (min-width: 950px) {
  .dc-titlebox .product_search .inner .search .ajaxsearchpro#ajaxsearchpro3_1,
  .dc-titlebox .product_search .inner .search .ajaxsearchpro#ajaxsearchpro3_1 .probox,
  .dc-titlebox .product_search .inner .search .ajaxsearchpro#ajaxsearchpro3_1 .probox .promagnifier,
  .dc-titlebox .product_search .inner .search .ajaxsearchpro#ajaxsearchpro3_1 .probox .promagnifier div.innericon,
  .dc-titlebox .product_search .inner .search .ajaxsearchpro#ajaxsearchpro3_1 .probox .proinput input,
  .dc-titlebox .product_search .inner .search .ajaxsearchpro#ajaxsearchpro3_1 .probox .proinput input {
    height: 60px !important;
  }
}
.dc-titlebox .product_search .inner .search .ajaxsearchpro#ajaxsearchpro3_1 .probox .promagnifier div.innericon {
  width: 40px !important;
}
@media only screen and (min-width: 768px) {
  .dc-titlebox .product_search .inner .search .ajaxsearchpro#ajaxsearchpro3_1 .probox .promagnifier div.innericon {
    width: 50px !important;
  }
}
@media only screen and (min-width: 950px) {
  .dc-titlebox .product_search .inner .search .ajaxsearchpro#ajaxsearchpro3_1 .probox .promagnifier div.innericon {
    width: 60px !important;
  }
}
.dc-titlebox .product_search .inner .search input {
  width: 100%;
  height: 40px;
  padding: 0 20px;
  background: white;
  border: 1px solid #DAD9D7;
}
@media only screen and (min-width: 768px) {
  .dc-titlebox .product_search .inner .search input {
    height: 50px;
  }
}
@media only screen and (min-width: 950px) {
  .dc-titlebox .product_search .inner .search input {
    height: 60px;
  }
}

/*------------------------------------*\
	
    BREADCRUMB
    
\*------------------------------------*/
.dc-titlebox .breadcrumbs {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 1000;
}
.home .dc-titlebox .breadcrumbs {
  display: none;
}
.dc-titlebox .breadcrumbs #breadcrumbs {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: start;
      justify-content: flex-start;
  margin-bottom: 0;
  width: 100%;
  max-width: 1480px;
  margin: 0 auto !important;
  padding-left: 30px;
  padding-right: 30px;
  box-sizing: border-box;
  min-height: 64px;
  margin: 0 auto;
}
@media only screen and (max-width: 1099px) {
  .dc-titlebox .breadcrumbs #breadcrumbs {
    min-height: 54px;
  }
}
@media only screen and (max-width: 949px) {
  .dc-titlebox .breadcrumbs #breadcrumbs {
    min-height: 49px;
  }
}
@media only screen and (max-width: 767px) {
  .dc-titlebox .breadcrumbs #breadcrumbs {
    min-height: 44px;
  }
}
.dc-titlebox .breadcrumbs #breadcrumbs span {
  color: #3C486A;
}
.dc-titlebox .breadcrumbs #breadcrumbs span a,
.dc-titlebox .breadcrumbs #breadcrumbs span span {
  font-size: 14px;
}
.dc-titlebox .breadcrumbs #breadcrumbs span.breadcrumb_last {
  color: white;
}
.dc-titlebox .breadcrumbs #breadcrumbs span a {
  color: #3C486A;
}
.dc-titlebox .breadcrumbs #breadcrumbs span a:hover {
  text-decoration: underline;
}

.woocommerce nav.woocommerce-breadcrumb {
  color: #7792D7;
  font-size: 14px !important;
  margin-left: 0 !important;
}
.woocommerce nav.woocommerce-breadcrumb a {
  color: #AEAEB1;
  font-size: 14px;
}
.woocommerce nav.woocommerce-breadcrumb a:hover {
  text-decoration: underline;
}
.woocommerce nav.woocommerce-breadcrumb span {
  color: #AEAEB1;
}
body:not(.single-product) .woocommerce nav.woocommerce-breadcrumb {
  display: none;
}
body:not(.single-product) .woocommerce nav.woocommerce-breadcrumb {
  display: none;
}

.woocommerce-breadcrumb + .main .dc-titlebox .breadcrumbs #breadcrumbs,
.woocommerce-breadcrumb + .main .dc-titlebox > .inner {
  padding: 0;
}

/*
a {
	color: #9398A2;
}
.dc-titlebox .breadcrumbs p#breadcrumbs span.breadcrumb_last{
	color: #738DCF;
}
.dc-titlebox.bg_yellow_grad .breadcrumbs p#breadcrumbs a{
	color: #7B5C33;
}
.dc-titlebox.bg_yellow_grad .breadcrumbs p#breadcrumbs span.breadcrumb_last{
	color: white;
}
*/
/* BLOCKS */
/*------------------------------------*\
	
    DC TEXT BOX
    
\*------------------------------------*/
.dc-text-block .title-wrapper {
  width: 100%;
}
.dc-text-block .inner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 1000px !important;
}
.dc-text-block.bg_white + .dc-text-block.bg_white {
  margin-top: -10px;
}
.dc-text-block .items {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
}
.dc-text-block .items .item {
  width: 100%;
  padding-top: 40px;
}
.dc-text-block .items .item:nth-child(1) {
  padding-top: 0;
}
.dc-text-block .items .item > *:last-child {
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) {
  .dc-text-block .items .item.width_12 {
    width: 100%;
  }
  .dc-text-block .items .item.width_6_6, .dc-text-block .items .item.width_8_4, .dc-text-block .items .item.width_4_8, .dc-text-block .items .item.width_7_5, .dc-text-block .items .item.width_5_7 {
    padding: 45px 50px 0 50px;
  }
  .dc-text-block .items .item.width_6_6:nth-child(odd), .dc-text-block .items .item.width_8_4:nth-child(odd), .dc-text-block .items .item.width_4_8:nth-child(odd), .dc-text-block .items .item.width_7_5:nth-child(odd), .dc-text-block .items .item.width_5_7:nth-child(odd) {
    padding-left: 0;
  }
  .dc-text-block .items .item.width_6_6:nth-child(even), .dc-text-block .items .item.width_8_4:nth-child(even), .dc-text-block .items .item.width_4_8:nth-child(even), .dc-text-block .items .item.width_7_5:nth-child(even), .dc-text-block .items .item.width_5_7:nth-child(even) {
    padding-right: 0;
  }
  .dc-text-block .items .item.width_6_6:nth-child(1), .dc-text-block .items .item.width_6_6:nth-child(2), .dc-text-block .items .item.width_8_4:nth-child(1), .dc-text-block .items .item.width_8_4:nth-child(2), .dc-text-block .items .item.width_4_8:nth-child(1), .dc-text-block .items .item.width_4_8:nth-child(2), .dc-text-block .items .item.width_7_5:nth-child(1), .dc-text-block .items .item.width_7_5:nth-child(2), .dc-text-block .items .item.width_5_7:nth-child(1), .dc-text-block .items .item.width_5_7:nth-child(2) {
    padding-top: 0;
  }
  .dc-text-block .items .item.width_6_6 {
    width: 50%;
  }
  .dc-text-block .items .item.width_8_4:nth-child(odd) {
    width: 66.666%;
  }
  .dc-text-block .items .item.width_8_4:nth-child(even) {
    width: 33.333%;
  }
  .dc-text-block .items .item.width_4_8:nth-child(odd) {
    width: 33.333%;
  }
  .dc-text-block .items .item.width_4_8:nth-child(even) {
    width: 66.666%;
  }
  .dc-text-block .items .item.width_7_5:nth-child(odd) {
    width: 58.333%;
  }
  .dc-text-block .items .item.width_7_5:nth-child(even) {
    width: 41.666%;
  }
  .dc-text-block .items .item.width_5_7:nth-child(odd) {
    width: 41.666%;
  }
  .dc-text-block .items .item.width_5_7:nth-child(even) {
    width: 58.333%;
  }
  .dc-text-block .items .item.width_4_4_4 {
    width: 33.333%;
    padding: 45px 15px 0 15px;
  }
  .dc-text-block .items .item.width_4_4_4:nth-child(1) {
    padding-left: 0;
  }
  .dc-text-block .items .item.width_4_4_4:nth-child(2) {
    padding-left: 8px;
    padding-right: 8px;
  }
  .dc-text-block .items .item.width_4_4_4:nth-child(3) {
    padding-right: 0;
  }
  .dc-text-block .items .item.width_4_4_4:nth-child(1), .dc-text-block .items .item.width_4_4_4:nth-child(2), .dc-text-block .items .item.width_4_4_4:nth-child(3) {
    padding-top: 0;
  }
}
.dc-text-block .items .item.width_12 p img {
  margin-top: 20px;
}
@media only screen and (min-width: 768px) {
  .dc-text-block.textcol2 .items .item {
    column-count: 2;
    column-gap: 50px;
  }
}

/*------------------------------------*\
	
    DC IMAGE TEXT BOX
    
\*------------------------------------*/
.dc-image-text-box .inner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
      align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media only screen and (max-width: 767px) {
  .dc-image-text-box .inner {
    -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
  }
}
.dc-image-text-box .inner.align-center {
  -ms-flex-align: center;
      align-items: center;
}
.dc-image-text-box .left,
.dc-image-text-box .right {
  width: 100%;
  position: relative;
  z-index: 10;
}
@media only screen and (min-width: 768px) {
  .dc-image-text-box .left.left,
  .dc-image-text-box .right.left {
    width: 66.666%;
  }
  .dc-image-text-box .left.right,
  .dc-image-text-box .right.right {
    width: 33.333%;
  }
}
.dc-image-text-box.image_right .inner {
  -ms-flex-direction: column-reverse;
      flex-direction: column-reverse;
}
@media only screen and (min-width: 768px) {
  .dc-image-text-box.image_right .inner {
    -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
  }
  .dc-image-text-box.image_right .inner .left {
    padding-left: 8.333%;
  }
}
@media only screen and (min-width: 768px) {
  .dc-image-text-box.image_left .inner .left {
    padding-right: 8.333%;
  }
}
.dc-image-text-box .links {
  display: -ms-flexbox;
  display: flex;
}
.dc-image-text-box .links .button-wrapper {
  -ms-flex: 1;
      flex: 1;
}
.dc-image-text-box .links .button-wrapper:first-child {
  margin-right: 12px;
}
.dc-image-text-box .links .button-wrapper:last-child {
  margin-left: 12px;
}
.dc-image-text-box .image-wrapper {
  width: 100%;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .dc-image-text-box .image-wrapper {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
  }
}
.dc-image-text-box.thin .inner {
  max-width: 1000px;
}
@media only screen and (min-width: 768px) {
  .dc-image-text-box.thin .inner {
    -ms-flex-pack: justify;
        justify-content: space-between;
  }
  .dc-image-text-box.thin .inner .left,
  .dc-image-text-box.thin .inner .right {
    width: 45%;
    padding: 0;
  }
}

/*------------------------------------*\
	
    BLOCKS - DC EXPERIENCE SECTION
    
\*------------------------------------*/
.dc-experience-section {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  padding-top: 80px;
  padding-bottom: 80px;
}
@media only screen and (max-width: 767px) {
  .dc-experience-section {
    padding-top: 70px;
    padding-bottom: 60px;
  }
}
@media only screen and (max-width: 559px) {
  .dc-experience-section {
    padding-top: 50px;
    padding-bottom: 40px;
  }
}
.dc-experience-section > .inner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: end;
      align-items: flex-end;
  width: 100%;
  max-width: 1480px;
  margin: 0 auto !important;
  padding-left: 30px;
  padding-right: 30px;
  box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  .dc-experience-section > .inner {
    width: 100%;
    max-width: 1480px;
    margin: 0 auto !important;
    padding-left: 25px;
    padding-right: 25px;
    box-sizing: border-box;
  }
}
.dc-experience-section > .inner .intro {
  margin-bottom: 40px;
}
.home .dc-experience-section {
  padding-top: 170px !important;
}
@media only screen and (min-width: 768px) {
  .home .dc-experience-section {
    padding-top: 200px !important;
  }
}
@media only screen and (min-width: 950px) {
  .home .dc-experience-section {
    padding-top: 220px !important;
  }
}
.dc-experience-section .experience-tabs {
  width: 100%;
}
.dc-experience-section .experience-tabs .tab_heading {
  display: -ms-flexbox;
  display: flex;
  overflow: scroll;
}
.dc-experience-section .experience-tabs .tab_heading > .heading {
  cursor: pointer;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
  min-height: 135px;
  width: 135px;
  margin-right: 24px;
  padding: 14px 6px 6px !important;
  border: 3px solid transparent;
  border-radius: 8px;
  transition: all 200ms ease-in-out;
}
@media only screen and (max-width: 1199px) {
  .dc-experience-section .experience-tabs .tab_heading > .heading {
    margin-right: 18px;
  }
}
.dc-experience-section .experience-tabs .tab_heading > .heading img {
  height: 63px;
  margin-bottom: 18px;
  filter: brightness(0%) invert(64%) sepia(2%) saturate(1042%) hue-rotate(340deg) brightness(88%) contrast(89%);
}
@media only screen and (max-width: 1199px) {
  .dc-experience-section .experience-tabs .tab_heading > .heading img {
    height: 50px;
    margin-bottom: 12px;
  }
}
.dc-experience-section .experience-tabs .tab_heading > .heading h3 {
  color: #283145;
  font-size: 21px;
  font-weight: 400;
  letter-spacing: 0.6px;
  text-align: center;
  margin-bottom: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  text-align: center;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex: 1;
      flex: 1;
}
@media only screen and (max-width: 1199px) {
  .dc-experience-section .experience-tabs .tab_heading > .heading h3 {
    font-size: 19px;
  }
}
.dc-experience-section .experience-tabs .tab_heading > .heading.active, .dc-experience-section .experience-tabs .tab_heading > .heading:hover {
  border-color: #FCD21F;
  transition: all 0ms ease-in-out;
}
.dc-experience-section .experience-tabs .tab_heading > .heading.active img, .dc-experience-section .experience-tabs .tab_heading > .heading:hover img {
  filter: none;
}
.dc-experience-section .tab_content {
  margin-top: 24px;
  width: 100%;
  min-height: 400px;
  max-height: 630px;
}
@media only screen and (max-width: 767px) {
  .dc-experience-section .tab_content {
    padding-bottom: 70px;
    margin-top: 45px;
  }
}
@media only screen and (max-width: 559px) {
  .dc-experience-section .tab_content {
    padding-bottom: 60px;
    margin-top: 15px;
  }
}
.dc-experience-section .tab_content > .content {
  display: none;
  width: 100%;
}
.dc-experience-section .tab_content > .content.active {
  display: block;
}
.dc-experience-section .tab_content .experiences_gallery {
  margin-right: -24px;
  opacity: 0;
  -ms-transform: translateX(3000px);
      transform: translateX(3000px);
}
.dc-experience-section .tab_content .experiences_gallery .item {
  opacity: 0;
  -ms-transform: translateX(3000px);
      transform: translateX(3000px);
}
.dc-experience-section .tab_content .experiences_gallery.slick-initialized {
  opacity: 1;
  -ms-transform: translateX(0);
      transform: translateX(0);
  transition: all 500ms ease-in-out;
}
.dc-experience-section .tab_content .experiences_gallery.slick-initialized .item {
  opacity: 1;
  -ms-transform: translateX(0);
      transform: translateX(0);
  transition: all 500ms ease-in-out;
}
.dc-experience-section .tab_content .slick-list {
  padding: 0 33.333% 0 0 !important;
  width: 133.333% !important;
}
.dc-experience-section .experiences_gallery .item {
  position: relative;
  margin-right: 24px;
  overflow: hidden;
  border-radius: 8px;
  transition: all 250ms ease-in-out;
}
.dc-experience-section .experiences_gallery .item .image-wrapper {
  height: 584px;
  max-height: 41vw;
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  transition: all 250ms ease-in-out;
}
@media only screen and (max-width: 767px) {
  .dc-experience-section .experiences_gallery .item .image-wrapper {
    max-height: 59vw;
  }
}
@media only screen and (max-width: 559px) {
  .dc-experience-section .experiences_gallery .item .image-wrapper {
    max-height: 120vw;
  }
}
.dc-experience-section .experiences_gallery .item .image-wrapper:before, .dc-experience-section .experiences_gallery .item .image-wrapper:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 50%;
  width: 100%;
}
.dc-experience-section .experiences_gallery .item .image-wrapper:before {
  background: linear-gradient(-180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
}
.dc-experience-section .experiences_gallery .item .image-wrapper:after {
  background: #45547A;
  opacity: 0;
  height: 100%;
  transition: all 250ms ease-in-out;
}
.dc-experience-section .experiences_gallery .item .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.dc-experience-section .experiences_gallery .item .content {
  position: absolute;
  bottom: 40px;
  left: 22px;
  width: calc(100% - 22px);
  padding-right: 22px;
  box-sizing: border-box;
  margin-bottom: -23px;
  transition: all 250ms ease-in-out;
}
.dc-experience-section .experiences_gallery .item .content h4 {
  color: white;
  font-size: 24px;
  line-height: 1.1em;
  margin: 0;
}
@media only screen and (min-width: 768px) {
  .dc-experience-section .experiences_gallery .item .content h4 {
    font-size: 28px;
  }
}
@media only screen and (min-width: 950px) {
  .dc-experience-section .experiences_gallery .item .content h4 {
    font-size: 32px;
  }
}
@media only screen and (min-width: 1200px) {
  .dc-experience-section .experiences_gallery .item .content h4 {
    font-size: 36px;
  }
}
.dc-experience-section .experiences_gallery .item:hover .image-wrapper:after {
  opacity: 0.9;
}
.dc-experience-section .experiences_gallery .item:hover .content {
  margin-bottom: 0;
}
.dc-experience-section .slick-dots {
  margin-top: 20px;
  -ms-flex-pack: start;
      justify-content: flex-start;
}

/*------------------------------------*\
	
    BLOCKS - DC POST MASONRY
    
\*------------------------------------*/
.dc-post-masonry > .inner {
  width: 100%;
}
.dc-post-masonry > .inner .intro {
  width: 100%;
  max-width: 1480px;
  margin: 0 auto !important;
  padding-left: 30px;
  padding-right: 30px;
  box-sizing: border-box;
  margin-bottom: 55px !important;
}
@media only screen and (max-width: 767px) {
  .dc-post-masonry > .inner .intro {
    width: 100%;
    max-width: 1480px;
    margin: 0 auto !important;
    padding-left: 25px;
    padding-right: 25px;
    box-sizing: border-box;
  }
}
@media only screen and (min-width: 768px) {
  .dc-post-masonry .post-masonry-items {
    display: grid;
    grid-template-columns: 50% 50%;
    grid-template-rows: 50% 50%;
  }
}
@media only screen and (min-width: 850px) {
  .dc-post-masonry .post-masonry-items {
    display: grid;
    grid-template-columns: 37% 31.5% 31.5%;
    grid-template-rows: 50% 50%;
  }
}
.dc-post-masonry .item {
  position: relative;
  min-height: 400px;
}
@media only screen and (min-width: 768px) {
  .dc-post-masonry .item:nth-child(1) {
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 1;
    grid-row-end: 3;
  }
  .dc-post-masonry .item:nth-child(2) {
    grid-column-start: 2;
    grid-column-end: 4;
    grid-row-start: 1;
    grid-row-end: 2;
  }
  .dc-post-masonry .item:nth-child(3) {
    grid-column-start: 2;
    grid-column-end: 4;
    grid-row-start: 2;
    grid-row-end: 3;
  }
  .dc-post-masonry .item:nth-child(4) {
    display: none;
  }
}
@media only screen and (min-width: 850px) {
  .dc-post-masonry .item:nth-child(1) {
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 1;
    grid-row-end: 3;
  }
  .dc-post-masonry .item:nth-child(2) {
    grid-column-start: 2;
    grid-column-end: 4;
    grid-row-start: 1;
    grid-row-end: 2;
  }
  .dc-post-masonry .item:nth-child(3) {
    grid-column-start: 2;
    grid-column-end: 3;
    grid-row-start: 2;
    grid-row-end: 3;
  }
  .dc-post-masonry .item:nth-child(4) {
    display: block;
    grid-column-start: 3;
    grid-column-end: 4;
    grid-row-start: 2;
    grid-row-end: 3;
  }
}
.dc-post-masonry .item:nth-child(5) {
  display: none;
}
.dc-post-masonry .item .content {
  height: 100%;
}
.dc-post-masonry .item .content .image-wrapper {
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  transition: all 250ms ease-in-out;
}
.dc-post-masonry .item .content .image-wrapper:before, .dc-post-masonry .item .content .image-wrapper:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 50%;
  width: 100%;
}
.dc-post-masonry .item .content .image-wrapper:before {
  background: linear-gradient(-180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
}
.dc-post-masonry .item .content .image-wrapper:after {
  background: #45547A;
  opacity: 0;
  height: 100%;
  transition: all 250ms ease-in-out;
}
.dc-post-masonry .item .content .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.dc-post-masonry .item .content .text {
  position: absolute;
  bottom: 40px;
  left: 22px;
  width: calc(100% - 22px);
  max-width: 490px;
  padding-right: 22px;
  box-sizing: border-box;
  margin-bottom: -40px;
  transition: all 250ms ease-in-out;
}
@media only screen and (min-width: 1100px) {
  .dc-post-masonry .item .content .text {
    margin-bottom: -23px;
  }
}
.dc-post-masonry .item .content .text .tags {
  color: white;
  font-size: 12px;
  letter-spacing: .5px;
  text-transform: uppercase;
  display: inline-block;
  margin-bottom: 10px;
  max-height: 3.8em;
  overflow: hidden;
}
.dc-post-masonry .item .content .text .tags .tag {
  padding-right: 12px;
}
.dc-post-masonry .item .content .text h3 {
  margin: 0;
  color: white;
  font-size: 24px;
  line-height: 0.9em;
}
@media only screen and (min-width: 768px) {
  .dc-post-masonry .item .content .text h3 {
    font-size: 26px;
  }
}
@media only screen and (min-width: 950px) {
  .dc-post-masonry .item .content .text h3 {
    font-size: 30px;
  }
}
@media only screen and (min-width: 1200px) {
  .dc-post-masonry .item .content .text h3 {
    font-size: 33px;
  }
}
@media only screen and (min-width: 1360px) {
  .dc-post-masonry .item .content .text h3 {
    font-size: 36px;
    line-height: 1.1em;
  }
}
.dc-post-masonry .item .content .text .excerpt {
  color: white;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.3em;
  letter-spacing: 0.6px;
  padding-top: 10px;
}
@media only screen and (min-width: 768px) {
  .dc-post-masonry .item .content .text .excerpt {
    font-size: 18px;
  }
}
@media only screen and (min-width: 950px) {
  .dc-post-masonry .item .content .text .excerpt {
    font-size: 20px;
  }
}
@media only screen and (min-width: 1200px) {
  .dc-post-masonry .item .content .text .excerpt {
    font-size: 22px;
  }
}
@media only screen and (min-width: 1360px) {
  .dc-post-masonry .item .content .text .excerpt {
    font-size: 24px;
    line-height: 1.5em;
  }
}
.dc-post-masonry .item:hover .content .image-wrapper:after {
  opacity: 0.9;
}
.dc-post-masonry .item:hover .content .text {
  margin-bottom: 0;
}

/*------------------------------------*\
	
    BLOCKS - DC BRANDS
    
\*------------------------------------*/
.dc-brands .brands_list {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -12px;
}
@media only screen and (max-width: 767px) {
  .dc-brands .brands_list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.dc-brands .brands_list .brand {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex: 1;
      flex: 1;
  padding: 0 12px;
  max-height: 90px;
}
@media only screen and (max-width: 767px) {
  .dc-brands .brands_list .brand {
    width: 33.333%;
    -ms-flex: none;
        flex: none;
    max-width: 130px;
  }
}
.dc-brands .brands_list .brand img {
  max-height: 100%;
  max-width: 100%;
}
.dc-brands .brand_list_alpha .letter_group {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: calc(100% + 26px);
  margin-bottom: 38px;
}
.dc-brands .brand_list_alpha .letter_group .letter {
  width: 100%;
  padding-bottom: 10px;
  margin-bottom: 24px;
  margin-right: 26px;
  border-bottom: 1px solid #D1D1D0;
  font-weight: 600;
}
.dc-brands .brand_list_alpha .letter_group .brand {
  position: relative;
  border: 1px solid #D1D1D0;
  border-radius: 8px;
  display: -ms-flexbox;
  display: flex;
  width: calc(50% - 26px);
  height: 120px;
  max-height: 20vw;
  margin-right: 26px;
  margin-bottom: 26px;
  padding: 20px;
}
@media only screen and (min-width: 560px) {
  .dc-brands .brand_list_alpha .letter_group .brand {
    width: calc(33.333% - 26px);
    max-height: 15vw;
  }
}
@media only screen and (min-width: 768px) {
  .dc-brands .brand_list_alpha .letter_group .brand {
    width: calc(25% - 26px);
    max-height: 12vw;
  }
}
@media only screen and (min-width: 1000px) {
  .dc-brands .brand_list_alpha .letter_group .brand {
    width: calc(16.666% - 26px);
    max-height: 8vw;
  }
}
.dc-brands .brand_list_alpha .letter_group .brand img {
  object-fit: contain;
  width: 100%;
}
.dc-brands .brand_list_alpha .letter_group .brand > a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.dc-brands .brand_list_alpha .letter_group .brand:hover {
  border-color: #FCD21F;
}

/*------------------------------------*\
	
    BLOCKS - DC SIGNUP WIDGET
    
\*------------------------------------*/
.home .dc-guarantee-boxes {
  margin-top: 90px;
  margin-bottom: 40px;
}
@media only screen and (min-width: 768px) {
  .home .dc-guarantee-boxes {
    margin-bottom: 100px;
  }
}
@media only screen and (min-width: 950px) {
  .home .dc-guarantee-boxes {
    margin-top: 200px;
    margin-bottom: 200px;
  }
}
.dc-guarantee-boxes .boxes {
  display: -ms-flexbox;
  display: flex;
  margin: 0 -12px;
}
@media only screen and (max-width: 767px) {
  .dc-guarantee-boxes .boxes {
    -ms-flex-direction: column;
        flex-direction: column;
  }
}
.dc-guarantee-boxes .boxes .box {
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 1;
      flex: 1;
  padding: 0 12px;
}
@media only screen and (max-width: 767px) {
  .dc-guarantee-boxes .boxes .box {
    margin-bottom: 12px;
    max-width: 440px;
  }
}
.dc-guarantee-boxes .boxes .box .icon {
  background-color: #D3D9EB;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  width: 50px;
  height: 80px;
}
@media only screen and (min-width: 651px) {
  .dc-guarantee-boxes .boxes .box .icon {
    height: 96px;
  }
}
@media only screen and (min-width: 950px) {
  .dc-guarantee-boxes .boxes .box .icon {
    width: 70px;
  }
}
@media only screen and (min-width: 1100px) {
  .dc-guarantee-boxes .boxes .box .icon {
    width: 96px;
  }
}
.dc-guarantee-boxes .boxes .box .icon img {
  max-width: 70%;
}
.dc-guarantee-boxes .boxes .box .text {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex: 1;
      flex: 1;
  padding-left: 16px;
  padding-right: 10px;
  background-color: #7792D7;
}
@media only screen and (min-width: 1100px) {
  .dc-guarantee-boxes .boxes .box .text {
    padding-left: 26px;
    padding-right: 20px;
  }
}
.dc-guarantee-boxes .boxes .box .text .title {
  color: white;
  font-size: 20px;
  line-height: 0.9em;
  text-transform: uppercase;
}
@media only screen and (min-width: 1100px) {
  .dc-guarantee-boxes .boxes .box .text .title {
    font-size: 22px;
  }
}
@media only screen and (min-width: 1360px) {
  .dc-guarantee-boxes .boxes .box .text .title {
    font-size: 24px;
  }
}
.dc-guarantee-boxes .boxes .box .text .sub_title {
  color: white;
  font-size: 16px;
  line-height: 1.2em;
  text-transform: uppercase;
}
@media only screen and (max-width: 1359px) {
  .dc-guarantee-boxes .boxes .box .text .sub_title {
    font-size: 14px;
  }
}

/*------------------------------------*\
	
    BLOCKS - DC SIGNUP WIDGET
    
\*------------------------------------*/
.signup-widget {
  position: relative;
  padding: 40px 0;
  background: #F7F7F7;
}
.signup-widget .inner {
  width: 100%;
  max-width: 1480px;
  margin: 0 auto !important;
  padding-left: 30px;
  padding-right: 30px;
  box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  .signup-widget .inner {
    width: 100%;
    max-width: 1480px;
    margin: 0 auto !important;
    padding-left: 25px;
    padding-right: 25px;
    box-sizing: border-box;
  }
}
.signup-widget .gform_wrapper {
  margin: 0;
}
@media only screen and (max-width: 849px) {
  .signup-widget .gform_wrapper form.gf_simple_horizontal {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
  }
}
.signup-widget .gform_wrapper form.gf_simple_horizontal div.gform_body {
  width: 83.333%;
  max-width: 83.333%;
}
@media only screen and (max-width: 849px) {
  .signup-widget .gform_wrapper form.gf_simple_horizontal div.gform_body {
    width: 100%;
    max-width: 100%;
  }
}
@media only screen and (max-width: 849px) {
  .signup-widget .gform_wrapper form.gf_simple_horizontal div.gform_body ul.top_label.form_sublabel_below {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.signup-widget .gform_wrapper form.gf_simple_horizontal div.gform_body ul.top_label.form_sublabel_below li.gfield {
  margin-bottom: 0;
  padding: 0 20px 0 0 !important;
}
@media only screen and (max-width: 849px) {
  .signup-widget .gform_wrapper form.gf_simple_horizontal div.gform_body ul.top_label.form_sublabel_below li.gfield {
    width: 50%;
  }
}
@media only screen and (max-width: 650px) {
  .signup-widget .gform_wrapper form.gf_simple_horizontal div.gform_body ul.top_label.form_sublabel_below li.gfield {
    width: 1000%;
  }
}
.signup-widget .gform_wrapper form.gf_simple_horizontal div.gform_body ul.top_label.form_sublabel_below li.gfield:first-child {
  width: 40%;
}
@media only screen and (max-width: 849px) {
  .signup-widget .gform_wrapper form.gf_simple_horizontal div.gform_body ul.top_label.form_sublabel_below li.gfield:first-child {
    width: 100%;
    margin-bottom: 30px !important;
  }
}
.signup-widget .gform_wrapper form.gf_simple_horizontal div.gform_body ul.top_label.form_sublabel_below li.gfield:first-child h2 {
  font-size: 24px;
  line-height: 1.25em;
  margin: 0;
}
@media only screen and (min-width: 1100px) {
  .signup-widget .gform_wrapper form.gf_simple_horizontal div.gform_body ul.top_label.form_sublabel_below li.gfield:first-child h2 {
    font-size: 26px;
  }
}
@media only screen and (min-width: 1290px) {
  .signup-widget .gform_wrapper form.gf_simple_horizontal div.gform_body ul.top_label.form_sublabel_below li.gfield:first-child h2 {
    font-size: 32px;
  }
}
.signup-widget .gform_wrapper form.gf_simple_horizontal div.gform_body ul.top_label.form_sublabel_below li.gfield .ginput_container input {
  border-radius: 0 !important;
  padding: 12px 15px !important;
  border-color: #DAD9D7 !important;
}
.signup-widget .gform_wrapper form.gf_simple_horizontal div.gform_body ul.top_label.form_sublabel_below li.gfield > label.gfield_label {
  position: relative;
  left: auto;
  top: auto;
  height: 19px !important;
  width: auto !important;
  padding: 0 0 3px 6px !important;
  margin-top: 0;
  color: #141414;
  font-size: 18px;
  font-weight: 300;
  letter-spacing: .5px;
  text-transform: none;
}
.signup-widget .gform_wrapper form.gf_simple_horizontal div.gform_footer.top_label {
  width: 16.666%;
  max-width: 16.666%;
  min-width: 145px;
  vertical-align: bottom;
}
@media only screen and (min-width: 1000px) {
  .signup-widget .gform_wrapper form.gf_simple_horizontal div.gform_footer.top_label {
    max-width: 10vw;
  }
}
.signup-widget .gform_wrapper form.gf_simple_horizontal div.gform_footer.top_label input {
  width: 100%;
  padding: 13px !important;
}
@media only screen and (min-width: 1000px) {
  .signup-widget .gform_wrapper form.gf_simple_horizontal div.gform_footer.top_label input {
    min-width: 100%;
  }
}
.signup-widget .gform_wrapper > .gform_validation_errors {
  display: none;
}
.signup-widget .gform_wrapper > .gform_validation_errors + form {
  padding-bottom: 30px;
}
@media only screen and (max-width: 849px) {
  .signup-widget .gform_wrapper > .gform_validation_errors + form div.gform_footer.top_label {
    margin-top: 60px;
  }
}
@media only screen and (max-width: 650px) {
  .signup-widget .gform_wrapper > .gform_validation_errors + form div.gform_footer.top_label {
    margin-top: 10px;
  }
  .signup-widget .gform_wrapper > .gform_validation_errors + form div.gform_body ul.top_label.form_sublabel_below li.gfield {
    margin-bottom: 50px !important;
  }
}
.signup-widget .gform_wrapper .gfield.gfield_error .validation_message {
  position: absolute;
  top: calc(100% - 2px);
  color: #DC3F53;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.5em;
}
.signup-widget .gform_wrapper form.gf_simple_horizontal div.gform_body ul.top_label.form_sublabel_below li.gfield.gfield.gfield_error > .gfield_label {
  color: #DC3F53 !important;
}
.signup-widget .gform_wrapper form.gf_simple_horizontal div.gform_body ul.top_label.form_sublabel_below li.gfield.gfield.gfield_error > .ginput_container > input {
  border-color: #DC3F53 !important;
}

/*------------------------------------*\
	
    POST GRID - ITEMS

\*------------------------------------*/
.dc-post-grid .title-wrapper {
  text-align: center;
  margin-bottom: 30px;
}
@media only screen and (min-width: 768px) {
  .dc-post-grid .title-wrapper {
    margin-bottom: 50px;
  }
}
@media only screen and (min-width: 950px) {
  .dc-post-grid .title-wrapper {
    margin-bottom: 70px;
  }
}
.dc-post-grid .title-wrapper h2 {
  margin-bottom: 15px;
}
.dc-post-grid > .inner > .button-wrapper {
  text-align: center;
  margin-top: 30px;
}

.post-grid-items {
  width: calc(100% + 100px);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
  padding: 0;
  margin: 0 auto -40px;
  overflow: hidden;
  /*
  	@include mq('650', max) {
  		flex-direction: column;
  		
  		padding: 0;
  	}
  */
}
@media only screen and (max-width: 1199px) {
  .post-grid-items {
    width: calc(100% + 60px);
    margin-right: 60px;
  }
}
@media only screen and (max-width: 949px) {
  .post-grid-items {
    width: calc(100% + 30px);
    margin-right: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .post-grid-items {
    width: 100%;
    margin-right: 0;
  }
}
.post-grid-items .item {
  position: relative;
  width: calc(calc(100% / 3) - 100px);
  margin-right: 100px;
  margin-bottom: 80px;
  /*
  		@include mq('850', max) {
  			width: calc(calc(100% / 2) - 100px);
  		}
  				
  		@include mq('650', max) {
  			display: block;
  			width: calc(calc(100% / 1) - 100px);
  			margin-bottom: 15px;
  		}
  */
}
@media only screen and (max-width: 1199px) {
  .post-grid-items .item {
    width: calc(calc(100% / 3) - 60px);
    margin-right: 60px;
  }
}
@media only screen and (max-width: 949px) {
  .post-grid-items .item {
    width: calc(calc(100% / 3) - 30px);
    margin-right: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .post-grid-items .item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 40px;
  }
}
.post-grid-items .item .image-wrapper {
  height: 406px;
  max-height: 27.4vw;
  min-height: 140px;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 767px) {
  .post-grid-items .item .image-wrapper {
    height: 330px;
    max-height: 88vw;
    max-width: 330px;
  }
}
.post-grid-items .item .image-wrapper img {
  display: block;
  object-fit: cover;
  width: 100%;
}
.post-grid-items .item .text {
  margin-top: 42px;
  margin-bottom: 40px;
}
@media only screen and (max-width: 949px) {
  .post-grid-items .item .text {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
.post-grid-items .item .text .date {
  color: #AEAEB1;
  font-size: 12px;
  letter-spacing: 2px;
  text-transform: uppercase;
  display: block;
  margin-bottom: 8px;
}
.post-grid-items .item .text h3 {
  line-height: 1.5em;
  margin-bottom: 16px;
}
@media only screen and (max-width: 949px) {
  .post-grid-items .item .text p {
    font-size: 16px;
  }
}
@media (hover: hover) {
  .post-grid-items .item:hover h3 {
    color: #FCD21F;
  }
  .post-grid-items .item:hover .readmore span {
    color: #FCD21F;
  }
}

.no-date p.date {
  display: none !important;
}

.dc-post-grid .slick-dots {
  margin-bottom: 40px;
}

.dc-titlebox + .dc-post-grid {
  margin-top: 50px;
}
.dc-titlebox + .dc-post-grid .post-grid-items .meta_info {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  margin-bottom: 60px;
  width: 100%;
  width: calc(100% - 100px);
}
@media only screen and (max-width: 1199px) {
  .dc-titlebox + .dc-post-grid .post-grid-items .meta_info {
    width: calc(100% - 60px);
  }
}
@media only screen and (max-width: 949px) {
  .dc-titlebox + .dc-post-grid .post-grid-items .meta_info {
    width: calc(100% - 30px);
  }
}
@media only screen and (max-width: 767px) {
  .dc-titlebox + .dc-post-grid .post-grid-items .meta_info {
    width: 100%;
    -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
  }
}
.dc-titlebox + .dc-post-grid .post-grid-items .meta_info .result_desc {
  color: #AEAEB1;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
}
@media only screen and (max-width: 767px) {
  .dc-titlebox + .dc-post-grid .post-grid-items .meta_info .category_filter {
    margin-bottom: 20px;
  }
}
.dc-titlebox + .dc-post-grid .post-grid-items .meta_info .category_filter label {
  margin-right: 20px;
  color: #45547A;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.dc-titlebox + .dc-post-grid .post-grid-items .meta_info .category_filter form select {
  color: #7792D7;
  font-size: 14px;
  letter-spacing: 1px;
  font-weight: 500;
  text-transform: uppercase;
  border: 0 none;
  padding-top: 1px;
  margin-left: -5px;
}

.post-grid-items .pagination {
  display: -ms-flexbox;
  display: flex;
  margin: 70px auto 0;
}
.post-grid-items .pagination > span.current,
.post-grid-items .pagination a {
  color: #8a7e88;
  font-weight: 500;
  padding: 8px 12px;
  border-bottom: 1px solid transparent;
}
.post-grid-items .pagination > span.current {
  border-bottom: 1px solid #FCD21F;
}

.dc-post-grid .inner .items {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
}
.dc-post-grid .inner .items.carousel-active {
  display: block;
}

/*
.load-more-wrapper {
	display: block;
	margin-top: 30px;
	
	text-align: center;
	
	a.load-more {
		cursor: pointer;
		
		&.disabled {
			opacity: 0;
			cursor: none;
		}
	}
}
*/
/*------------------------------------*\
	
    CTA 

\*------------------------------------*/
.dc-titlebox + .dc-cta {
  margin-top: 0;
}

.dc-cta {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  min-height: 180px;
}
.dc-cta .inner {
  padding-top: 45px;
  padding-bottom: 45px;
  max-width: 1300px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
.dc-cta .inner h1:first-child:last-child, .dc-cta .inner h2:first-child:last-child, .dc-cta .inner h3:first-child:last-child, .dc-cta .inner p:first-child:last-child {
  margin-bottom: 0;
}
.dc-cta .inner p {
  line-height: 1.2em;
  margin-top: 4px;
}

.dc-cta.cta_style_1 {
  background: #45547A;
  min-height: 180px;
}
.dc-cta.cta_style_1 .inner {
  -ms-flex-pack: center;
      justify-content: center;
}
@media only screen and (max-width: 767px) {
  .dc-cta.cta_style_1 .inner {
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: start;
        align-items: flex-start;
  }
}
.dc-cta.cta_style_1 .inner .content {
  margin-right: 0;
}
@media only screen and (min-width: 768px) {
  .dc-cta.cta_style_1 .inner .content {
    margin-right: 40px;
  }
}
@media only screen and (min-width: 950px) {
  .dc-cta.cta_style_1 .inner .content {
    margin-right: 14%;
  }
}
.dc-cta.cta_style_1 .inner .content h2,
.dc-cta.cta_style_1 .inner .content h3,
.dc-cta.cta_style_1 .inner .content h4,
.dc-cta.cta_style_1 .inner .content h5,
.dc-cta.cta_style_1 .inner .content p {
  color: white;
}
@media only screen and (max-width: 767px) {
  .dc-cta.cta_style_1 .inner .button-wrapper {
    margin-top: 30px;
  }
}

.dc-cta.cta_style_2 {
  background: #FCD21F;
  min-height: 170px;
}
.dc-cta.cta_style_2 .inner {
  -ms-flex-pack: center;
      justify-content: center;
  text-align: center;
}
.dc-cta.cta_style_2 .inner .content p {
  text-align: center;
}

/*------------------------------------*\
	
    DC SUBMENU 

\*------------------------------------*/
.dc-submenu .sub_menu {
  margin-bottom: 50px;
}
@media only screen and (min-width: 768px) {
  .dc-submenu .sub_menu {
    margin-bottom: 80px;
  }
}
.dc-submenu .sub_menu ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  position: relative;
  overflow: visible;
  max-width: 1480px;
  margin: 0 auto;
  padding: 0;
}
@media only screen and (min-width: 768px) {
  .dc-submenu .sub_menu ul {
    padding: 0 30px;
  }
}
body[class*='page-template-clearance'] .dc-submenu .sub_menu ul, body[class*='contact'] .dc-submenu .sub_menu ul {
  max-width: 1420px;
}
.dc-submenu .sub_menu ul:before {
  content: "";
  width: 100vw !important;
  height: calc(100% - 2px);
  position: absolute;
  left: calc(50% - 50vw) !important;
  top: 0;
  z-index: 0 !important;
  border: 1px solid #d3ced2;
  border-width: 1px 0;
}
.dc-submenu .sub_menu ul li {
  list-style: none;
  margin: 0;
  padding: 0;
  -ms-flex: 1;
      flex: 1;
  max-width: 280px;
  border-left: 1px solid #d3ced2;
}
.dc-submenu .sub_menu ul li:last-child {
  border-right: 1px solid #d3ced2;
}
.dc-submenu .sub_menu ul li a {
  color: #7C746C;
  font-size: 11px;
  font-weight: 400;
  letter-spacing: 0.88px;
  line-height: 1.1em;
  text-align: center;
  text-transform: uppercase;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  height: 56px;
  padding: 14px 6px 8px;
  border-bottom: 4px solid transparent;
}
@media only screen and (min-width: 560px) {
  .dc-submenu .sub_menu ul li a {
    font-size: 12px;
  }
}
@media only screen and (min-width: 768px) {
  .dc-submenu .sub_menu ul li a {
    font-size: 14px;
  }
}
.dc-submenu .sub_menu ul li:hover, .dc-submenu .sub_menu ul li.active, .dc-submenu .sub_menu ul li.current_page_item {
  z-index: 2;
}
.dc-submenu .sub_menu ul li:hover a, .dc-submenu .sub_menu ul li.active a, .dc-submenu .sub_menu ul li.current_page_item a {
  color: #283145;
  border-bottom: 4px solid #7792D7;
}

/*------------------------------------*\

    DC IMAGE CAROUSEL 

\*------------------------------------*/
.dc-image-carousel .slick-list {
  padding: 0 !important;
  margin: 0 -6px;
}
.dc-image-carousel .slick-list:before, .dc-image-carousel .slick-list:after {
  content: "";
  position: absolute;
  top: 0;
  z-index: 1000;
  width: 6px;
  height: 100%;
  background: white;
}
.dc-image-carousel .slick-list:before {
  left: 0;
}
.dc-image-carousel .slick-list:after {
  right: 0;
}
.dc-image-carousel .item {
  padding: 0 6px;
}
.dc-image-carousel .item img {
  width: 100%;
}
.dc-image-carousel.bg_grey .slick-list:before, .dc-image-carousel.bg_grey .slick-list:after {
  background: #F7F7F7;
}
.dc-image-carousel.bg_dark_blue .slick-list:before, .dc-image-carousel.bg_dark_blue .slick-list:after {
  background: #283046;
}
.dc-image-carousel.thin .inner {
  max-width: 1000px;
}

/*------------------------------------*\
	
    DC VIDEO BLOCK
    
\*------------------------------------*/
.dc-video-wrapper {
  padding: 0 30px;
}
@media only screen and (max-width: 767px) {
  .dc-video-wrapper {
    padding: 0;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
}
.dc-video-wrapper .inner {
  padding: 0 !important;
  margin: 0 auto;
  height: 800px;
  max-width: 1420px !important;
  max-height: 56vw;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  background-size: cover;
  background-position: center;
}
.dc-video-wrapper .inner a {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
}
.dc-video-wrapper .inner a img {
  width: 100%;
  display: none;
}
.dc-video-wrapper .inner .play-btn {
  position: absolute;
}

span.play-btn {
  width: 120px;
  height: 120px;
  box-shadow: 0 2px 9px 0 rgba(0, 0, 0, 0.5);
  background-color: #FCD21F;
  border-radius: 100%;
  border: 2px solid #FCD21F;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  opacity: .64;
}
span.play-btn .triangle {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 27px 0 27px 38px;
  border-color: transparent transparent transparent #ffffff;
  margin-left: 5px;
}
@media only screen and (max-width: 767px) {
  span.play-btn {
    width: 80px;
    height: 80px;
  }
  span.play-btn .triangle {
    border-width: 18px 0 18px 26px;
  }
}

.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  max-width: 100%;
  height: auto;
}
.embed-container iframe, .embed-container object, .embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*------------------------------------*\
	
    BLOCKS - DC COMMERCIAL SOLUTIONS
    
\*------------------------------------*/
.dc-commercial-solutions .solutions-list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
}
@media only screen and (min-width: 560px) {
  .dc-commercial-solutions .solutions-list {
    width: calc(100% + 24px);
  }
}
.dc-commercial-solutions .solutions-list .solution {
  position: relative;
  margin-bottom: 20px;
  margin-right: 0;
  width: 100%;
  overflow: hidden;
  border-radius: 8px;
  transition: all 250ms ease-in-out;
}
@media only screen and (min-width: 560px) {
  .dc-commercial-solutions .solutions-list .solution {
    width: calc(50% - 24px);
    margin-right: 24px;
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 950px) {
  .dc-commercial-solutions .solutions-list .solution {
    width: calc(33.333% - 24px);
  }
}
.dc-commercial-solutions .solutions-list .solution .image-wrapper {
  height: 585px;
  max-height: 70vw;
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  transition: all 250ms ease-in-out;
}
@media only screen and (min-width: 560px) {
  .dc-commercial-solutions .solutions-list .solution .image-wrapper {
    max-height: 57vw;
  }
}
@media only screen and (min-width: 950px) {
  .dc-commercial-solutions .solutions-list .solution .image-wrapper {
    max-height: 35vw;
  }
}
.dc-commercial-solutions .solutions-list .solution .image-wrapper:before, .dc-commercial-solutions .solutions-list .solution .image-wrapper:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 65%;
  width: 100%;
}
@media only screen and (min-width: 560px) {
  .dc-commercial-solutions .solutions-list .solution .image-wrapper:before, .dc-commercial-solutions .solutions-list .solution .image-wrapper:after {
    height: 50%;
  }
}
.dc-commercial-solutions .solutions-list .solution .image-wrapper:before {
  background: linear-gradient(-180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
}
.dc-commercial-solutions .solutions-list .solution .image-wrapper:after {
  background: #45547A;
  opacity: 0;
  height: 100%;
  transition: all 250ms ease-in-out;
}
.dc-commercial-solutions .solutions-list .solution .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.dc-commercial-solutions .solutions-list .solution .content {
  position: absolute;
  bottom: 20px;
  left: 22px;
  width: calc(100% - 22px);
  padding-right: 22px;
  box-sizing: border-box;
}
@media only screen and (min-width: 560px) {
  .dc-commercial-solutions .solutions-list .solution .content {
    bottom: 40px;
  }
}
.dc-commercial-solutions .solutions-list .solution .content .icon {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  height: 50px;
  width: 50px;
  padding: 8px 0;
  border: 2px solid white;
  border-radius: 50%;
  margin-bottom: 12px;
}
@media only screen and (min-width: 560px) {
  .dc-commercial-solutions .solutions-list .solution .content .icon {
    height: 60px;
    width: 60px;
    padding: 12px 0;
    margin-bottom: 20px;
  }
}
.dc-commercial-solutions .solutions-list .solution .content .title {
  color: white;
  margin: 0;
}
.dc-commercial-solutions .solutions-list .solution:not(.nolink):hover {
  cursor: pointer;
}
.dc-commercial-solutions .solutions-list .solution:not(.nolink):hover .image-wrapper:after {
  opacity: 0.9;
}
.dc-commercial-solutions .slick-dots {
  margin-top: 20px;
  -ms-flex-pack: start;
      justify-content: flex-start;
}

/*------------------------------------*\
	
    DC GOOGLE MAPS
    
\*------------------------------------*/
.dc-google-maps .wpgmp_map_parent {
  margin-bottom: 0;
}
.dc-google-maps .wpgmp_map_parent .wpgmp_map {
  height: 660px;
  max-height: 60vw;
}

/*------------------------------------*\
	
    DC STORE CONTACT
    
\*------------------------------------*/
@media only screen and (min-width: 768px) {
  .dc-store-contact .inner {
    display: -ms-flexbox;
    display: flex;
  }
}
@media only screen and (min-width: 768px) {
  .dc-store-contact .inner > .store_contact,
  .dc-store-contact .inner > .store_image {
    width: 50%;
  }
}
.dc-store-contact .inner .store_data {
  margin-bottom: 50px;
}
.dc-store-contact .inner .store_data li {
  list-style: none;
  margin: 0;
}
.dc-store-contact .inner .store_data li i {
  width: 35px;
}
.dc-store-contact .inner .store_data li.abn:before {
  content: "";
  background: url("../img/westcoast/abn.png") no-repeat;
  display: inline-block;
  width: 35px;
  height: 13px;
}
.dc-store-contact .inner div.open_hours {
  margin-bottom: 50px;
}
.dc-store-contact .inner div.open_hours h4 {
  font-size: 22px;
  margin-bottom: 10px;
}
.dc-store-contact .inner div.open_hours table {
  width: 100%;
  max-width: 460px;
}
.dc-store-contact .inner div.open_hours table tr {
  border-bottom: 1px solid #D1D1D0;
}
.dc-store-contact .inner div.open_hours table tr:last-child {
  border-bottom: 0;
}
.dc-store-contact .inner div.open_hours table tr td {
  padding: 13px 0 7px;
}
.dc-store-contact .inner div.open_hours table tr td:last-child {
  text-align: right;
}
.dc-store-contact .inner div.follow {
  margin-bottom: 50px;
}
.dc-store-contact .inner div.follow h4 {
  font-size: 22px;
  margin-bottom: 20px;
}
.dc-store-contact .inner div.follow ul {
  display: -ms-flexbox;
  display: flex;
}
.dc-store-contact .inner div.follow ul li {
  list-style: none;
  margin-left: 0;
  margin-right: 40px;
}
.dc-store-contact .inner div.follow ul li i {
  color: #7792D6;
  font-size: 33px;
}
.dc-store-contact .inner div.follow ul li i:hover {
  color: #FCD21F;
}
.dc-store-contact .inner .store_image .image img {
  width: 100%;
}

.section.dc-form .inner {
  width: 100%;
  max-width: 940px;
  margin: 0 auto;
}

.dc-store-contact + .dc-form {
  width: 100%;
  max-width: 940px;
  margin: 0 auto 100px;
}
.dc-store-contact + .dc-form > .inner {
  margin-left: 0 !important;
}

/* FANCY BOX */
/*------------------------------------*\
	
	DC FANCYBOX
    
\*------------------------------------*/
.compensate-for-scrollbar {
  margin-right: auto !important;
}

.fancybox-container {
  z-index: 100000;
}
.fancybox-container.fancybox-is-open .fancybox-bg {
  opacity: 1;
  background: rgba(40, 48, 70, 0.92);
}

/* PACKAGES */
/*------------------------------------*\
	
    PACKAGES
    
\*------------------------------------*/
.dc-packages {
  position: relative;
  margin-top: 0px;
  margin-bottom: 0px;
}
@media only screen and (min-width: 768px) {
  .dc-packages {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}
@media only screen and (min-width: 950px) {
  .dc-packages {
    margin-top: 70px;
    margin-bottom: 70px;
  }
}
.dc-packages.tab_content {
  width: 100%;
  max-width: 1480px;
  margin: 0 auto !important;
  padding-left: 30px;
  padding-right: 30px;
  box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  .dc-packages.tab_content {
    width: 100%;
    max-width: 1480px;
    margin: 0 auto !important;
    padding-left: 25px;
    padding-right: 25px;
    box-sizing: border-box;
  }
}
.dc-packages.tab_content > .content {
  width: calc(100% + 100px);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
}
@media only screen and (max-width: 1099px) {
  .dc-packages.tab_content > .content {
    width: calc(100% + 50px);
  }
}
@media only screen and (max-width: 767px) {
  .dc-packages.tab_content > .content {
    width: 100%;
  }
}
.dc-packages.tab_content > .content.active {
  display: -ms-flexbox !important;
  display: flex !important;
}
.dc-packages-list .dc-packages {
  width: calc(100% + 100px);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
}
@media only screen and (max-width: 1099px) {
  .dc-packages-list .dc-packages {
    width: calc(100% + 50px);
  }
}
@media only screen and (max-width: 767px) {
  .dc-packages-list .dc-packages {
    width: 100%;
  }
}

.dc-packages .item {
  position: relative;
  width: calc(50% - 100px);
  margin-right: 100px;
  margin-bottom: 100px;
  border: 2px solid #DAD9D7;
  border-radius: 8px;
  padding: 0 37px 90px;
}
@media only screen and (min-width: 768px) {
  .dc-packages .item:nth-last-child(-n+2) {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 1099px) {
  .dc-packages .item {
    width: calc(50% - 50px);
    margin-right: 50px;
    margin-bottom: 50px;
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media only screen and (max-width: 767px) {
  .dc-packages .item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 30px;
    padding-left: 18px;
    padding-right: 18px;
  }
}
.dc-packages .item .image-wrapper {
  height: 367px;
  max-height: 50vw;
  min-height: 250px;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
  margin-left: -10px;
  margin-right: -10px;
  /*
  	@include mq('850', max) {
  		max-height: 35vw;
  	}
  			
  	@include mq('650', max) {
  		max-height: 70vw;
  	}
  */
}
.dc-packages .item .image-wrapper img {
  display: block;
  object-fit: contain;
  width: 100%;
}
.dc-packages .item .prod_price {
  letter-spacing: 0.56px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: baseline;
      align-items: baseline;
  margin-bottom: 16px;
}
@media only screen and (min-width: 768px) {
  .dc-packages .item .prod_price {
    margin-bottom: 34px;
  }
}
.dc-packages .item .prod_price .sale_price {
  color: #DC3F53;
  font-size: 36px;
  font-weight: 600;
}
@media only screen and (max-width: 1099px) {
  .dc-packages .item .prod_price .sale_price {
    font-size: 30px;
  }
}
.dc-packages .item .prod_price .regular_price {
  color: #AEAEB1;
  font-size: 24px;
}
@media only screen and (max-width: 1099px) {
  .dc-packages .item .prod_price .regular_price {
    font-size: 21px;
  }
}
.dc-packages .item .prod_price .regular_price:nth-child(2) {
  margin-left: 20px;
  text-decoration: line-through;
}
.dc-packages .item .prod_title {
  margin-bottom: 20px;
}
.dc-packages .item .prod_desc {
  margin-bottom: 20px;
}
.dc-packages .item .button_wrapper {
  position: absolute;
  bottom: 37px;
}

.section.dc_product_desc {
  margin-bottom: 40px;
}
.section.dc_product_desc .inner {
  max-width: 990px;
}
.section.dc_product_desc .inner p {
  font-weight: 300;
}

.section.dc_bundle_products {
  margin-top: 70px;
}
.section.dc_bundle_products .inner {
  /*
  		max-width: 990px;
  		
  		p,
  		li {
  			font-size: 16px;
  			font-weight: 300;
  		}
  */
}
.section.dc_bundle_products .inner > h3 {
  max-width: 930px;
  margin: 0 auto 70px;
  text-align: center;
}
.section.dc_bundle_products .inner ul.products {
  -ms-flex-pack: center;
      justify-content: center;
}
.section.dc_bundle_products .inner ul.products li {
  width: calc(25% - 24px) !important;
  margin-right: 24px;
  margin-bottom: 24px;
}
.section.dc_bundle_products .inner ul.products li .brand_logo {
  height: 40px;
}
.section.dc_bundle_products .inner ul.products li .product_img {
  max-height: 140px;
}
.section.dc_bundle_products .inner ul.products li .product_img img {
  object-fit: contain;
}

/* CLEARANCE */
/*------------------------------------*\
	
    CLEARANCE
    
\*------------------------------------*/
.dc-clearance.tab_content {
  width: 100%;
  max-width: 1480px;
  margin: 0 auto !important;
  padding-left: 30px;
  padding-right: 30px;
  box-sizing: border-box;
}
.dc-clearance.tab_content .content .intro {
  margin-bottom: 100px;
}
.dc-clearance.tab_content .content .intro p {
  line-height: 1.5em;
}
.dc-clearance.tab_content .content .clearance_table {
  margin-bottom: 100px;
}
.dc-clearance.tab_content .content .clearance_table tr.odd {
  background: #F5F5F5;
}
.dc-clearance.tab_content .content .clearance_table th,
.dc-clearance.tab_content .content .clearance_table td {
  padding: 30px;
  border: 0;
}
.dc-clearance.tab_content .content .clearance_table th {
  background: none;
  color: #283046;
  font-weight: 600;
  border-bottom: 1px solid #283046;
}
.dc-clearance.tab_content .content .clearance_table td {
  color: #141414;
  line-height: 24px;
}
.dc-clearance.tab_content .content .clearance_table tbody tr {
  cursor: pointer;
}

/* FORMS */
/*------------------------------------*\
	
    GRAVITY FORM

\*------------------------------------*/
.gform_wrapper {
  max-width: 100%;
  margin: 0 auto;
}
.gform_wrapper .gform_body {
  width: 100% !important;
  /*
  		@include mq('767', max) {
  	        margin: 0 -15px;
      		width: calc(100% + 30px) !important;
  	    }
  */
}
.gform_wrapper .gform_body ul {
  margin: 0;
}
.gform_wrapper .gform_body ul li.gfield {
  position: relative;
  margin: 0 0 6px !important;
  padding: 11px 0 0 !important;
  color: #141414 !important;
  border: unset !important;
  background: none;
}
@media only screen and (max-width: 767px) {
  .gform_wrapper .gform_body ul li.gfield {
    margin: 0 0 14px !important;
  }
}
@media only screen and (max-width: 639px) {
  .gform_wrapper .gform_body ul li.gfield {
    padding-left: 0 !important;
  }
}
.gform_wrapper .gform_body ul li.gfield.gf_left_half {
  width: 50%;
  padding: 11px 1% 0 0 !important;
}
@media only screen and (max-width: 639px) {
  .gform_wrapper .gform_body ul li.gfield.gf_left_half {
    width: 100%;
    padding: 0 !important;
  }
}
.gform_wrapper .gform_body ul li.gfield.gf_right_half {
  width: 50%;
  padding: 11px 0 0 1% !important;
}
@media only screen and (max-width: 639px) {
  .gform_wrapper .gform_body ul li.gfield.gf_right_half {
    width: 100%;
    padding: 0 !important;
  }
}
.gform_wrapper .gform_body ul li.gfield.gf_right_half label {
  left: 10px;
}
@media only screen and (max-width: 639px) {
  .gform_wrapper .gform_body ul li.gfield.gf_right_half label {
    left: 0;
  }
}
.gform_wrapper .gform_body ul li.gfield label {
  color: #141414;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 6px;
  padding: 8px 15px !important;
}
.gform_wrapper .gform_body ul li.gfield label.focussed {
  top: -10px;
  font-size: 70%;
}
.bg_dark_blue .gform_wrapper .gform_body ul li.gfield label {
  color: white;
}
.gform_wrapper .gform_body ul li.gfield .ginput_container {
  margin: 0 !important;
}
.gform_wrapper .gform_body ul li.gfield .ginput_container input[type=email],
.gform_wrapper .gform_body ul li.gfield .ginput_container input[type=number],
.gform_wrapper .gform_body ul li.gfield .ginput_container input[type=password],
.gform_wrapper .gform_body ul li.gfield .ginput_container input[type=tel],
.gform_wrapper .gform_body ul li.gfield .ginput_container input[type=text],
.gform_wrapper .gform_body ul li.gfield .ginput_container input[type=url],
.gform_wrapper .gform_body ul li.gfield .ginput_container textarea.medium,
.gform_wrapper .gform_body ul li.gfield .ginput_container textarea.large,
.gform_wrapper .gform_body ul li.gfield .ginput_container textarea.small,
.gform_wrapper .gform_body ul li.gfield .ginput_container select,
.gform_wrapper .gform_body ul li.gfield .ginput_container #theme-page select {
  color: #141414 !important;
  font-size: 18px;
  line-height: 20px;
  border-radius: 8px !important;
  background: none;
  background-color: white !important;
  padding: 9px 15px !important;
  margin: 0 !important;
  width: 100%;
  border: 1px solid #AEAEB1 !important;
  -webkit-appearance: none;
}
.gform_wrapper .gform_body ul li.gfield .ginput_container input[type=email]:focus,
.gform_wrapper .gform_body ul li.gfield .ginput_container input[type=number]:focus,
.gform_wrapper .gform_body ul li.gfield .ginput_container input[type=password]:focus,
.gform_wrapper .gform_body ul li.gfield .ginput_container input[type=tel]:focus,
.gform_wrapper .gform_body ul li.gfield .ginput_container input[type=text]:focus,
.gform_wrapper .gform_body ul li.gfield .ginput_container input[type=url]:focus,
.gform_wrapper .gform_body ul li.gfield .ginput_container textarea.medium:focus,
.gform_wrapper .gform_body ul li.gfield .ginput_container textarea.large:focus,
.gform_wrapper .gform_body ul li.gfield .ginput_container textarea.small:focus,
.gform_wrapper .gform_body ul li.gfield .ginput_container select:focus,
.gform_wrapper .gform_body ul li.gfield .ginput_container #theme-page select:focus {
  border-color: #FCD21F !important;
}
.gform_wrapper .gform_body ul li.gfield .ginput_container input[type=email]::-webkit-input-placeholder,
.gform_wrapper .gform_body ul li.gfield .ginput_container input[type=number]::-webkit-input-placeholder,
.gform_wrapper .gform_body ul li.gfield .ginput_container input[type=password]::-webkit-input-placeholder,
.gform_wrapper .gform_body ul li.gfield .ginput_container input[type=tel]::-webkit-input-placeholder,
.gform_wrapper .gform_body ul li.gfield .ginput_container input[type=text]::-webkit-input-placeholder,
.gform_wrapper .gform_body ul li.gfield .ginput_container input[type=url]::-webkit-input-placeholder,
.gform_wrapper .gform_body ul li.gfield .ginput_container textarea.medium::-webkit-input-placeholder,
.gform_wrapper .gform_body ul li.gfield .ginput_container textarea.large::-webkit-input-placeholder,
.gform_wrapper .gform_body ul li.gfield .ginput_container textarea.small::-webkit-input-placeholder,
.gform_wrapper .gform_body ul li.gfield .ginput_container select::-webkit-input-placeholder,
.gform_wrapper .gform_body ul li.gfield .ginput_container #theme-page select::-webkit-input-placeholder {
  font-size: 16px;
  font-weight: 300 !important;
  color: #AEAEB1;
  transition: all 250ms ease-in-out;
}
.gform_wrapper .gform_body ul li.gfield .ginput_container input[type=email]::-moz-placeholder,
.gform_wrapper .gform_body ul li.gfield .ginput_container input[type=number]::-moz-placeholder,
.gform_wrapper .gform_body ul li.gfield .ginput_container input[type=password]::-moz-placeholder,
.gform_wrapper .gform_body ul li.gfield .ginput_container input[type=tel]::-moz-placeholder,
.gform_wrapper .gform_body ul li.gfield .ginput_container input[type=text]::-moz-placeholder,
.gform_wrapper .gform_body ul li.gfield .ginput_container input[type=url]::-moz-placeholder,
.gform_wrapper .gform_body ul li.gfield .ginput_container textarea.medium::-moz-placeholder,
.gform_wrapper .gform_body ul li.gfield .ginput_container textarea.large::-moz-placeholder,
.gform_wrapper .gform_body ul li.gfield .ginput_container textarea.small::-moz-placeholder,
.gform_wrapper .gform_body ul li.gfield .ginput_container select::-moz-placeholder,
.gform_wrapper .gform_body ul li.gfield .ginput_container #theme-page select::-moz-placeholder {
  font-size: 16px;
  font-weight: 300 !important;
  color: #AEAEB1;
  transition: all 250ms ease-in-out;
}
.gform_wrapper .gform_body ul li.gfield .ginput_container input[type=email]:-ms-input-placeholder,
.gform_wrapper .gform_body ul li.gfield .ginput_container input[type=number]:-ms-input-placeholder,
.gform_wrapper .gform_body ul li.gfield .ginput_container input[type=password]:-ms-input-placeholder,
.gform_wrapper .gform_body ul li.gfield .ginput_container input[type=tel]:-ms-input-placeholder,
.gform_wrapper .gform_body ul li.gfield .ginput_container input[type=text]:-ms-input-placeholder,
.gform_wrapper .gform_body ul li.gfield .ginput_container input[type=url]:-ms-input-placeholder,
.gform_wrapper .gform_body ul li.gfield .ginput_container textarea.medium:-ms-input-placeholder,
.gform_wrapper .gform_body ul li.gfield .ginput_container textarea.large:-ms-input-placeholder,
.gform_wrapper .gform_body ul li.gfield .ginput_container textarea.small:-ms-input-placeholder,
.gform_wrapper .gform_body ul li.gfield .ginput_container select:-ms-input-placeholder,
.gform_wrapper .gform_body ul li.gfield .ginput_container #theme-page select:-ms-input-placeholder {
  font-size: 16px;
  font-weight: 300 !important;
  color: #AEAEB1;
  transition: all 250ms ease-in-out;
}
.gform_wrapper .gform_body ul li.gfield .ginput_container input[type=email]::-moz-placeholder,
.gform_wrapper .gform_body ul li.gfield .ginput_container input[type=number]::-moz-placeholder,
.gform_wrapper .gform_body ul li.gfield .ginput_container input[type=password]::-moz-placeholder,
.gform_wrapper .gform_body ul li.gfield .ginput_container input[type=tel]::-moz-placeholder,
.gform_wrapper .gform_body ul li.gfield .ginput_container input[type=text]::-moz-placeholder,
.gform_wrapper .gform_body ul li.gfield .ginput_container input[type=url]::-moz-placeholder,
.gform_wrapper .gform_body ul li.gfield .ginput_container textarea.medium::-moz-placeholder,
.gform_wrapper .gform_body ul li.gfield .ginput_container textarea.large::-moz-placeholder,
.gform_wrapper .gform_body ul li.gfield .ginput_container textarea.small::-moz-placeholder,
.gform_wrapper .gform_body ul li.gfield .ginput_container select::-moz-placeholder,
.gform_wrapper .gform_body ul li.gfield .ginput_container #theme-page select::-moz-placeholder {
  font-size: 16px;
  font-weight: 300 !important;
  color: #AEAEB1;
  transition: all 250ms ease-in-out;
}
.gform_wrapper .gform_body ul li.gfield .ginput_container input[type=email]:focus::-webkit-input-placeholder,
.gform_wrapper .gform_body ul li.gfield .ginput_container input[type=number]:focus::-webkit-input-placeholder,
.gform_wrapper .gform_body ul li.gfield .ginput_container input[type=password]:focus::-webkit-input-placeholder,
.gform_wrapper .gform_body ul li.gfield .ginput_container input[type=tel]:focus::-webkit-input-placeholder,
.gform_wrapper .gform_body ul li.gfield .ginput_container input[type=text]:focus::-webkit-input-placeholder,
.gform_wrapper .gform_body ul li.gfield .ginput_container input[type=url]:focus::-webkit-input-placeholder,
.gform_wrapper .gform_body ul li.gfield .ginput_container textarea.medium:focus::-webkit-input-placeholder,
.gform_wrapper .gform_body ul li.gfield .ginput_container textarea.large:focus::-webkit-input-placeholder,
.gform_wrapper .gform_body ul li.gfield .ginput_container textarea.small:focus::-webkit-input-placeholder,
.gform_wrapper .gform_body ul li.gfield .ginput_container select:focus::-webkit-input-placeholder,
.gform_wrapper .gform_body ul li.gfield .ginput_container #theme-page select:focus::-webkit-input-placeholder {
  color: #FCD21F;
}
.gform_wrapper .gform_body ul li.gfield .ginput_container input[type=email]:focus::-moz-placeholder,
.gform_wrapper .gform_body ul li.gfield .ginput_container input[type=number]:focus::-moz-placeholder,
.gform_wrapper .gform_body ul li.gfield .ginput_container input[type=password]:focus::-moz-placeholder,
.gform_wrapper .gform_body ul li.gfield .ginput_container input[type=tel]:focus::-moz-placeholder,
.gform_wrapper .gform_body ul li.gfield .ginput_container input[type=text]:focus::-moz-placeholder,
.gform_wrapper .gform_body ul li.gfield .ginput_container input[type=url]:focus::-moz-placeholder,
.gform_wrapper .gform_body ul li.gfield .ginput_container textarea.medium:focus::-moz-placeholder,
.gform_wrapper .gform_body ul li.gfield .ginput_container textarea.large:focus::-moz-placeholder,
.gform_wrapper .gform_body ul li.gfield .ginput_container textarea.small:focus::-moz-placeholder,
.gform_wrapper .gform_body ul li.gfield .ginput_container select:focus::-moz-placeholder,
.gform_wrapper .gform_body ul li.gfield .ginput_container #theme-page select:focus::-moz-placeholder {
  color: #FCD21F;
}
.gform_wrapper .gform_body ul li.gfield .ginput_container input[type=email]:focus:-ms-input-placeholder,
.gform_wrapper .gform_body ul li.gfield .ginput_container input[type=number]:focus:-ms-input-placeholder,
.gform_wrapper .gform_body ul li.gfield .ginput_container input[type=password]:focus:-ms-input-placeholder,
.gform_wrapper .gform_body ul li.gfield .ginput_container input[type=tel]:focus:-ms-input-placeholder,
.gform_wrapper .gform_body ul li.gfield .ginput_container input[type=text]:focus:-ms-input-placeholder,
.gform_wrapper .gform_body ul li.gfield .ginput_container input[type=url]:focus:-ms-input-placeholder,
.gform_wrapper .gform_body ul li.gfield .ginput_container textarea.medium:focus:-ms-input-placeholder,
.gform_wrapper .gform_body ul li.gfield .ginput_container textarea.large:focus:-ms-input-placeholder,
.gform_wrapper .gform_body ul li.gfield .ginput_container textarea.small:focus:-ms-input-placeholder,
.gform_wrapper .gform_body ul li.gfield .ginput_container select:focus:-ms-input-placeholder,
.gform_wrapper .gform_body ul li.gfield .ginput_container #theme-page select:focus:-ms-input-placeholder {
  color: #FCD21F;
}
.gform_wrapper .gform_body ul li.gfield .ginput_container input[type=email]:focus::-moz-placeholder,
.gform_wrapper .gform_body ul li.gfield .ginput_container input[type=number]:focus::-moz-placeholder,
.gform_wrapper .gform_body ul li.gfield .ginput_container input[type=password]:focus::-moz-placeholder,
.gform_wrapper .gform_body ul li.gfield .ginput_container input[type=tel]:focus::-moz-placeholder,
.gform_wrapper .gform_body ul li.gfield .ginput_container input[type=text]:focus::-moz-placeholder,
.gform_wrapper .gform_body ul li.gfield .ginput_container input[type=url]:focus::-moz-placeholder,
.gform_wrapper .gform_body ul li.gfield .ginput_container textarea.medium:focus::-moz-placeholder,
.gform_wrapper .gform_body ul li.gfield .ginput_container textarea.large:focus::-moz-placeholder,
.gform_wrapper .gform_body ul li.gfield .ginput_container textarea.small:focus::-moz-placeholder,
.gform_wrapper .gform_body ul li.gfield .ginput_container select:focus::-moz-placeholder,
.gform_wrapper .gform_body ul li.gfield .ginput_container #theme-page select:focus::-moz-placeholder {
  color: #FCD21F;
}
.gform_wrapper .gform_body ul li.gfield .ginput_container input[type=text].datepicker {
  width: 100%;
}
.gform_wrapper .gform_body ul li.gfield .ginput_container textarea.large {
  height: 150px;
  background: transparent;
}
.gform_wrapper .gform_body ul li.gfield .ginput_container .gfield_radio {
  display: -ms-flexbox;
  display: flex;
}
.gform_wrapper .gform_body ul li.gfield .ginput_container input:-webkit-autofill,
.gform_wrapper .gform_body ul li.gfield .ginput_container input:-webkit-autofill:hover,
.gform_wrapper .gform_body ul li.gfield .ginput_container input:-webkit-autofill:focus
textarea:-webkit-autofill,
.gform_wrapper .gform_body ul li.gfield .ginput_container textarea:-webkit-autofill:hover
textarea:-webkit-autofill:focus,
.gform_wrapper .gform_body ul li.gfield .ginput_container select:-webkit-autofill,
.gform_wrapper .gform_body ul li.gfield .ginput_container select:-webkit-autofill:hover,
.gform_wrapper .gform_body ul li.gfield .ginput_container select:-webkit-autofill:focus {
  -webkit-text-fill-color: #141414;
  -webkit-box-shadow: 0 0 0 0 transparent inset;
  transition: background-color 5000s ease-in-out 0s;
}
.gform_wrapper .gform_body ul li.gfield .ginput_container select {
  background-color: white;
  background-image: url("../img/ic_arrow.svg");
  background-size: 21px;
  background-position: calc(100% - 10px) center;
  background-repeat: no-repeat;
  padding-right: 60px;
}
.gform_wrapper .gform_body ul li.gfield .clear-multi {
  border-bottom: 1px solid #8e9498 !important;
}
.gform_wrapper .gform_body ul li.gfield .clear-multi .ginput_container input,
.gform_wrapper .gform_body ul li.gfield .clear-multi .ginput_container select {
  border: unset !important;
}
.gform_wrapper .gform_body ul li.gfield .gfield_required {
  color: #141414;
}
.gform_wrapper .gform_body ul li.gfield .gfield_radio li {
  /*
  					    display: flex;
  						flex-direction: row-reverse;
  						
  						label {
  							padding: 1px 10px 1px 0 !important;
  						}
  */
  /*
  						input[type=radio]:checked ~ .check::before{
  						  background: #0DFF92;
  						}
  */
}
.gform_wrapper .gform_body ul li.gfield .gfield_radio li input[type=radio] {
  position: absolute;
  visibility: hidden;
}
.gform_wrapper .gform_body ul li.gfield .gfield_radio li label {
  display: block;
  position: relative;
  font-weight: 300;
  font-size: 16px;
  padding: 10px 70px 0 0 !important;
  margin: 0 40px 0 0;
  height: 45px;
  z-index: 9;
  cursor: pointer;
  -webkit-transition: all 0.25s linear;
  left: 0;
  max-width: 100% !important;
  width: auto !important;
}
@media only screen and (max-width: 959px) {
  .gform_wrapper .gform_body ul li.gfield .gfield_radio li label {
    padding: 10px 50px 0 0 !important;
    margin: 0 30px 0 0;
  }
}
@media only screen and (max-width: 799px) {
  .gform_wrapper .gform_body ul li.gfield .gfield_radio li label {
    padding: 10px 40px 0 0 !important;
    margin: 0 20px 0 0;
  }
}
.gform_wrapper .gform_body ul li.gfield .gfield_radio li label:before {
  content: "";
  display: block;
  position: absolute;
  border: 10px solid #f7f8fc;
  border-radius: 100%;
  height: 37px;
  width: 37px;
  top: 4px;
  right: 20px;
  z-index: 5;
  transition: all .2s linear;
  -webkit-transition: all .2s linear;
  /*
  							&::before {
  							  display: block;
  							  position: absolute;
  								content: '';
  							  border-radius: 100%;
  							  height: 15px;
  							  width: 15px;
  							  top: 5px;
  								left: 5px;
  							  margin: auto;
  								transition: background 0.25s linear;
  								-webkit-transition: background 0.25s linear;
  							}
  */
}
@media only screen and (max-width: 959px) {
  .gform_wrapper .gform_body ul li.gfield .gfield_radio li label:before {
    right: 0;
  }
}
@media only screen and (max-width: 799px) {
  .gform_wrapper .gform_body ul li.gfield .gfield_radio li label:before {
    top: 9px;
    height: 30px;
    width: 30px;
  }
}
.gform_wrapper .gform_body ul li.gfield .gfield_radio li label:hover:before {
  background: #FCD21F;
}
.gform_wrapper .gform_body ul li.gfield .gfield_radio li input[type=radio]:checked ~ label:before {
  border: 8px solid #FCD21F;
}
.gform_wrapper .gform_body ul li.gfield .gfield_radio li input[type=radio]:checked:hover ~ label:before {
  background: none;
}
.gform_wrapper .gform_body ul li.gfield .gfield_radio li input[type=radio]:checked ~ label {
  color: #D1D1D0;
}
.gform_wrapper .gform_body ul li.gfield .gfield_radio li:last-child label {
  margin: 0 !important;
}
@media only screen and (max-width: 959px) {
  .gform_wrapper .gform_body ul li.gfield .gfield_radio li:last-child label {
    margin: 0 !important;
  }
}
@media only screen and (max-width: 799px) {
  .gform_wrapper .gform_body ul li.gfield .gfield_radio li:last-child label {
    margin: 0 !important;
  }
}
@media only screen and (min-width: 651px) {
  .gform_wrapper .gform_body ul li.gfield.message {
    margin-top: -50px !important;
  }
}
.gform_wrapper .column-count-2-of-2 li.gfield {
  padding: 0 0 0 14px !important;
}
.gform_wrapper .gform_footer {
  text-align: left;
  margin: 0;
  padding: 0;
  width: 100%;
}
.gform_wrapper .gform_footer input.button,
.gform_wrapper .gform_footer input[type=submit] {
  font-size: 14px;
  letter-spacing: 1px;
  line-height: 20px;
  text-transform: uppercase;
  text-align: center;
  color: #283046;
  background: #FCD21F;
  display: inline-block;
  box-sizing: border-box;
  min-width: 160px;
  width: auto;
  padding: 11px;
  opacity: 1;
  margin: 0 !important;
  padding: 11px;
  border: 0 none;
  font-size: 16px !important;
  padding: 14px;
}
.gform_wrapper .gform_footer input.button:hover,
.gform_wrapper .gform_footer input[type=submit]:hover {
  color: white;
  background: #283046;
}
.gform_wrapper .gform_footer input.button.black-btn,
.gform_wrapper .gform_footer input[type=submit].black-btn {
  color: #FCD21F;
  background: #141414;
}
.gform_wrapper .gform_footer input.button.black-btn:hover,
.gform_wrapper .gform_footer input[type=submit].black-btn:hover {
  color: #141414;
  background: #FCD21F;
}
@media only screen and (min-width: 768px) {
  .gform_wrapper .gform_footer input.button,
  .gform_wrapper .gform_footer input[type=submit] {
    font-size: 18px;
    padding: 15px;
    min-width: 216px;
  }
}
@media only screen and (max-width: 650px) {
  .gform_wrapper .gform_footer input.button,
  .gform_wrapper .gform_footer input[type=submit] {
    padding: 14px !important;
  }
}
.gform_wrapper .gform_footer input.button:hover,
.gform_wrapper .gform_footer input[type=submit]:hover {
  background: #283046 !important;
  color: #FFFFFF !important;
}

/* POSTS */
/*------------------------------------*\
	
    POSTS
       
\*------------------------------------*/
article.post > .section.post-wrapper > .inner {
  max-width: 940px;
}

/* SHOP */
 /*------------------------------------*\
	
    SHOP

\*------------------------------------*/
.shop-layout {
  display: -ms-flexbox;
  display: flex;
  margin-top: 60px;
}
@media only screen and (max-width: 767px) {
  .shop-layout {
    -ms-flex-direction: column;
        flex-direction: column;
  }
}
.shop-layout .shop-list {
  width: 100%;
  margin-bottom: 125px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
@media only screen and (min-width: 768px) {
  .shop-layout .shop-list {
    width: calc(100% - 200px);
    padding-left: 40px;
  }
}
@media only screen and (min-width: 950px) {
  .shop-layout .shop-list {
    width: calc(100% - 240px);
    padding-left: 60px;
  }
}
@media only screen and (min-width: 1200px) {
  .shop-layout .shop-list {
    width: 78%;
  }
}
.shop-layout .shop-list .woocommerce-products-header {
  -ms-flex-order: 1;
      order: 1;
}
.shop-layout .shop-list .woocommerce-ordering {
  -ms-flex-order: 2;
      order: 2;
}
.shop-layout .shop-list .woocommerce-notices-wrapper {
  -ms-flex-order: 3;
      order: 3;
}
.shop-layout .shop-list .dc-filters {
  -ms-flex-order: 4;
      order: 4;
}
.shop-layout .shop-list .woocommerce-result-count {
  -ms-flex-order: 5;
      order: 5;
}
.shop-layout .shop-list .products {
  -ms-flex-order: 6;
      order: 6;
}
.shop-layout .shop-list .woocommerce-pagination {
  -ms-flex-order: 7;
      order: 7;
}

.woocommerce .woocommerce-breadcrumb {
  z-index: 10;
  position: relative;
  margin-top: 27px;
  color: #7792D7;
}
.woocommerce .woocommerce-breadcrumb a {
  color: #AEAEB1;
}

 /*------------------------------------*\
	
    SHOP - CONTENT

\*------------------------------------*/
.shop-list .woocommerce-products-header .woocommerce-products-header__title {
  letter-spacing: 0;
  margin-bottom: 10px;
}
.shop-list .woocommerce-products-header .term-description p {
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 0.6px;
  line-height: 1.5em;
}
@media only screen and (min-width: 768px) {
  .shop-list .woocommerce-products-header .term-description p {
    font-size: 18px;
  }
}
@media only screen and (min-width: 950px) {
  .shop-list .woocommerce-products-header .term-description p {
    font-size: 20px;
  }
}
@media only screen and (min-width: 1100px) {
  .shop-list .woocommerce-products-header .term-description p {
    font-size: 22px;
  }
}
.shop-list .woocommerce-products-header .more_details {
  margin: 20px 0 50px;
  text-align: center;
}
.shop-list .woocommerce-products-header .more_details .content {
  border-bottom: 1px solid #D1D1D0;
  text-align: left;
  overflow: hidden;
  max-height: 0;
  margin-bottom: 30px;
  transition: all 200ms ease-in-out;
}
.shop-list .woocommerce-products-header .more_details .content p {
  font-size: 18px;
  font-weight: 300;
}
.shop-list .woocommerce-products-header .more_details .content p img {
  margin: 50px 0;
  width: 100%;
}
.shop-list .woocommerce-products-header .more_details .show_more,
.shop-list .woocommerce-products-header .more_details .show_less {
  position: relative;
  color: #7792D6;
  font-size: 14px;
  letter-spacing: 1.3px;
  text-transform: uppercase;
  display: inline-block;
  padding: 0 6px;
  cursor: pointer;
  transition: all 250ms ease-in-out;
}
.shop-list .woocommerce-products-header .more_details .show_more:after,
.shop-list .woocommerce-products-header .more_details .show_less:after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 1px;
  background: #7792D6;
  transition: all 250ms ease-in-out;
}
.shop-list .woocommerce-products-header .more_details .show_more:hover,
.shop-list .woocommerce-products-header .more_details .show_less:hover {
  color: #141414;
}
.shop-list .woocommerce-products-header .more_details .show_more:hover:after,
.shop-list .woocommerce-products-header .more_details .show_less:hover:after {
  background: #141414;
}
@media only screen and (min-width: 768px) {
  .shop-list .woocommerce-products-header .more_details .show_more,
  .shop-list .woocommerce-products-header .more_details .show_less {
    font-size: 18px;
  }
}
.shop-list .woocommerce-products-header .more_details .show_less {
  display: none;
}
.shop-list .woocommerce-products-header .more_details.show .content {
  padding-bottom: 70px;
}
.shop-list .woocommerce-products-header .more_details.show .show_more {
  display: none;
}
.shop-list .woocommerce-products-header .more_details.show .show_less {
  display: inline-block;
}
.shop-list .woocommerce-products-header .more_details.show .content {
  max-height: 1000px;
}

 /*------------------------------------*\
	
    SHOP - SORT BY AND FILTER RESULTS

\*------------------------------------*/
.dc-filters .dc-woocommerce-ordering {
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0;
}
.dc-filters .dc-woocommerce-ordering lable {
  margin-right: 20px;
  color: #45547A;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  margin-right: 16px;
}
.dc-filters .dc-woocommerce-ordering lable:before {
  content: "";
  display: block;
  position: absolute;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  margin-RIGHT: 12px;
  font-size: 20px;
  position: relative;
  vertical-align: 0;
  content: "";
  -ms-transform: scaleX(-1);
      transform: scaleX(-1);
  transition: all 250ms ease-in-out;
}
.dc-filters .dc-woocommerce-ordering form {
  margin-top: 3px;
}
.dc-filters .dc-woocommerce-ordering form select {
  color: #7792D7;
  font-size: 13px;
  text-transform: uppercase;
  border: 0 none;
  padding-top: 1px;
  margin-left: -5px;
}
.dc-filters .active-filters {
  border-bottom: 1px solid #D1D1D0;
  padding-bottom: 16px;
  margin-bottom: 18px;
}
.dc-filters .active-filters .pwf-clear-all-note {
  position: absolute;
  top: 0;
  right: 0;
  background-color: transparent;
}
.dc-filters .active-filters .pwf-clear-all-note.pwf-remove-filter {
  -ms-flex-direction: row !important;
      flex-direction: row !important;
}
.dc-filters .active-filters .pwf-note-item:not(.pwf-clear-all-note) {
  border-radius: 20px;
  padding: 2px 3px 2px 11px;
  margin-right: 8px;
  background: #7792D7;
  color: white;
  font-size: 14px;
  font-weight: 500;
}
.dc-filters .active-filters .pwf-note-item:not(.pwf-clear-all-note) .pwf-remove-filter {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row-reverse;
      flex-direction: row-reverse;
}
.dc-filters .active-filters .pwf-note-item:not(.pwf-clear-all-note) .pwf-icon-remove {
  margin-left: 11px;
  margin-top: 1px;
  margin-right: -2px;
  width: 16px;
  height: 16px;
  background: white;
  border-radius: 13px;
}
.dc-filters .active-filters .pwf-note-item:not(.pwf-clear-all-note) .pwf-icon-remove:after, .dc-filters .active-filters .pwf-note-item:not(.pwf-clear-all-note) .pwf-icon-remove:before {
  top: 7px;
  background: #7792D7;
  right: 3px;
  width: 9px;
}
.dc-filters .active-filters .pwf-note-item.pwf-clear-all-note {
  color: #7792D7;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin: 5px 0 0 0;
  padding: 0;
}
.dc-filters .active-filters .pwf-note-item.pwf-clear-all-note .pwf-icon-remove:after, .dc-filters .active-filters .pwf-note-item.pwf-clear-all-note .pwf-icon-remove:before {
  top: 7px;
  width: 14px;
  background-color: #7792D7;
}

.shop-layout .shop-list .woocommerce-result-count {
  color: #AEAEB1;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
}

 /*------------------------------------*\
	
    SHOP - LIST - CARD

\*------------------------------------*/
.woocommerce-page.post-type-archive-product,
.woocommerce-page.archive {
  overflow: initial;
}
.woocommerce-page.post-type-archive-product .woocommerce-breadcrumb,
.woocommerce-page.archive .woocommerce-breadcrumb {
  display: none;
}

.woocommerce ul.products,
.woocommerce-page {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.woocommerce ul.products li.product,
.woocommerce-page li.product {
  position: relative;
  padding: 16px 16px 64px;
  background: white;
  border-radius: 8px;
  border: 1px solid #DAD9D7;
}
@media only screen and (min-width: 1200px) {
  .woocommerce ul.products li.product,
  .woocommerce-page li.product {
    padding: 24px 24px 78px;
  }
}
.woocommerce ul.products .quickview-wrapper .product_img img,
.woocommerce ul.products li.product .product_img img,
.woocommerce-page .quickview-wrapper .product_img img,
.woocommerce-page li.product .product_img img {
  margin-bottom: 15px;
}
@media only screen and (max-width: 1199px) {
  .woocommerce ul.products .quickview-wrapper .product_img img,
  .woocommerce ul.products li.product .product_img img,
  .woocommerce-page .quickview-wrapper .product_img img,
  .woocommerce-page li.product .product_img img {
    max-width: 200px;
  }
}
.woocommerce ul.products .quickview-wrapper .product_img + h2.woocommerce-loop-product__title,
.woocommerce ul.products li.product .product_img + h2.woocommerce-loop-product__title,
.woocommerce-page .quickview-wrapper .product_img + h2.woocommerce-loop-product__title,
.woocommerce-page li.product .product_img + h2.woocommerce-loop-product__title {
  margin-top: 68px;
}
.woocommerce ul.products .quickview-wrapper .product_img > .onsale,
.woocommerce ul.products li.product .product_img > .onsale,
.woocommerce-page .quickview-wrapper .product_img > .onsale,
.woocommerce-page li.product .product_img > .onsale {
  display: none;
}
.woocommerce ul.products .quickview-wrapper .product_img .tab-wrapper,
.woocommerce ul.products li.product .product_img .tab-wrapper,
.woocommerce-page .quickview-wrapper .product_img .tab-wrapper,
.woocommerce-page li.product .product_img .tab-wrapper {
  position: absolute;
  top: -26px;
  left: -14px;
  width: calc(100% + 28px);
}
.woocommerce ul.products .quickview-wrapper .product_img .tab-wrapper span,
.woocommerce ul.products li.product .product_img .tab-wrapper span,
.woocommerce-page .quickview-wrapper .product_img .tab-wrapper span,
.woocommerce-page li.product .product_img .tab-wrapper span {
  font-size: 12px;
  line-height: 28px;
  position: relative;
  padding: 0 16px;
  margin: 0px 10px 0 0;
  top: auto;
  right: auto;
  display: inline-block;
  height: 28px;
  min-height: 28px;
  min-width: 10px;
  border-radius: 0;
}
.woocommerce ul.products .quickview-wrapper .product_img .tab-wrapper .discount_label,
.woocommerce ul.products li.product .product_img .tab-wrapper .discount_label,
.woocommerce-page .quickview-wrapper .product_img .tab-wrapper .discount_label,
.woocommerce-page li.product .product_img .tab-wrapper .discount_label {
  background: #DC3F53;
  display: inline-block;
}
.woocommerce ul.products .quickview-wrapper .product_img .tab-wrapper .new_label,
.woocommerce ul.products li.product .product_img .tab-wrapper .new_label,
.woocommerce-page .quickview-wrapper .product_img .tab-wrapper .new_label,
.woocommerce-page li.product .product_img .tab-wrapper .new_label {
  background: #2FBDAB;
  display: inline-block;
}
.woocommerce ul.products .quickview-wrapper .product_img .tab-wrapper .custom_label,
.woocommerce ul.products li.product .product_img .tab-wrapper .custom_label,
.woocommerce-page .quickview-wrapper .product_img .tab-wrapper .custom_label,
.woocommerce-page li.product .product_img .tab-wrapper .custom_label {
  width: 63px;
  height: 65px;
  padding: 0;
  display: -ms-flexbox;
  display: flex;
  float: right;
  display: inline-block;
}
.woocommerce ul.products .quickview-wrapper .product_img .tab-wrapper .custom_label img,
.woocommerce ul.products li.product .product_img .tab-wrapper .custom_label img,
.woocommerce-page .quickview-wrapper .product_img .tab-wrapper .custom_label img,
.woocommerce-page li.product .product_img .tab-wrapper .custom_label img {
  object-fit: contain;
  object-position: right top;
  margin: 0;
}
.woocommerce ul.products .quickview-wrapper .product_img .onsale,
.woocommerce ul.products li.product .product_img .onsale,
.woocommerce-page .quickview-wrapper .product_img .onsale,
.woocommerce-page li.product .product_img .onsale {
  			/*
  				padding: 0 16px;
  				margin: -25px;
  			    height: 25px;
  			    min-height: 25px;
  			    
  			    right: auto;
  			    left: 14px;
  
  			    border-radius: 0;
  			    
  			    font-size: 12px;
  			    line-height: 25px;			    
  			    text-transform: uppercase;
  			*/
}
.woocommerce ul.products .quickview-wrapper .product_img .onsale.itsnew,
.woocommerce ul.products li.product .product_img .onsale.itsnew,
.woocommerce-page .quickview-wrapper .product_img .onsale.itsnew,
.woocommerce-page li.product .product_img .onsale.itsnew {
  background: #2FBDAB;
}
.woocommerce ul.products .quickview-wrapper .product_img > .fancybox,
.woocommerce ul.products li.product .product_img > .fancybox,
.woocommerce-page .quickview-wrapper .product_img > .fancybox,
.woocommerce-page li.product .product_img > .fancybox {
  color: #FCD21F;
  font-size: 16px;
  letter-spacing: 1.3px;
  line-height: 50px;
  text-transform: uppercase;
  width: 100%;
  height: 50px;
  margin-top: 70px;
  background: #283046;
}
.woocommerce ul.products .quickview-wrapper .product_img > .fancybox:hover,
.woocommerce ul.products li.product .product_img > .fancybox:hover,
.woocommerce-page .quickview-wrapper .product_img > .fancybox:hover,
.woocommerce-page li.product .product_img > .fancybox:hover {
  background: #FCD21F;
  color: #283046;
}
.woocommerce ul.products .quickview-wrapper .brand_logo,
.woocommerce ul.products li.product .brand_logo,
.woocommerce-page .quickview-wrapper .brand_logo,
.woocommerce-page li.product .brand_logo {
  height: 30px;
  width: 60px;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 8px;
}
@media only screen and (min-width: 950px) {
  .woocommerce ul.products .quickview-wrapper .brand_logo,
  .woocommerce ul.products li.product .brand_logo,
  .woocommerce-page .quickview-wrapper .brand_logo,
  .woocommerce-page li.product .brand_logo {
    height: 40px;
    width: 80px;
  }
}
@media only screen and (min-width: 1200px) {
  .woocommerce ul.products .quickview-wrapper .brand_logo,
  .woocommerce ul.products li.product .brand_logo,
  .woocommerce-page .quickview-wrapper .brand_logo,
  .woocommerce-page li.product .brand_logo {
    height: 60px;
    width: 120px;
  }
}
.woocommerce ul.products .quickview-wrapper .brand_logo img,
.woocommerce ul.products li.product .brand_logo img,
.woocommerce-page .quickview-wrapper .brand_logo img,
.woocommerce-page li.product .brand_logo img {
  object-fit: contain;
  padding: 0;
}
.woocommerce ul.products .quickview-wrapper h2.woocommerce-loop-product__title,
.woocommerce ul.products li.product h2.woocommerce-loop-product__title,
.woocommerce-page .quickview-wrapper h2.woocommerce-loop-product__title,
.woocommerce-page li.product h2.woocommerce-loop-product__title {
  color: #141414;
  font-size: 16px;
  letter-spacing: 0.45px;
  line-height: 1.6em;
}
@media only screen and (min-width: 950px) {
  .woocommerce ul.products .quickview-wrapper h2.woocommerce-loop-product__title,
  .woocommerce ul.products li.product h2.woocommerce-loop-product__title,
  .woocommerce-page .quickview-wrapper h2.woocommerce-loop-product__title,
  .woocommerce-page li.product h2.woocommerce-loop-product__title {
    font-size: 17px;
  }
}
@media only screen and (min-width: 1200px) {
  .woocommerce ul.products .quickview-wrapper h2.woocommerce-loop-product__title,
  .woocommerce ul.products li.product h2.woocommerce-loop-product__title,
  .woocommerce-page .quickview-wrapper h2.woocommerce-loop-product__title,
  .woocommerce-page li.product h2.woocommerce-loop-product__title {
    font-size: 18px;
  }
}
.woocommerce ul.products .quickview-wrapper .star-rating,
.woocommerce ul.products li.product .star-rating,
.woocommerce-page .quickview-wrapper .star-rating,
.woocommerce-page li.product .star-rating {
  margin: 5px 0 20px;
}
.woocommerce ul.products .quickview-wrapper .price,
.woocommerce ul.products li.product .price,
.woocommerce-page .quickview-wrapper .price,
.woocommerce-page li.product .price {
  color: #4F5E85;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.38px;
  margin-bottom: 20px;
  margin-top: 6px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: baseline;
      align-items: baseline;
}
@media only screen and (min-width: 950px) {
  .woocommerce ul.products .quickview-wrapper .price,
  .woocommerce ul.products li.product .price,
  .woocommerce-page .quickview-wrapper .price,
  .woocommerce-page li.product .price {
    font-size: 20px;
  }
}
@media only screen and (min-width: 1200px) {
  .woocommerce ul.products .quickview-wrapper .price,
  .woocommerce ul.products li.product .price,
  .woocommerce-page .quickview-wrapper .price,
  .woocommerce-page li.product .price {
    font-size: 24px;
  }
}
.woocommerce ul.products .quickview-wrapper .price del,
.woocommerce ul.products li.product .price del,
.woocommerce-page .quickview-wrapper .price del,
.woocommerce-page li.product .price del {
  color: #AEAEB1;
  font-size: .6em;
  font-weight: 400;
  -ms-flex-order: 2;
      order: 2;
  opacity: 1;
}
.woocommerce ul.products .quickview-wrapper .price ins,
.woocommerce ul.products li.product .price ins,
.woocommerce-page .quickview-wrapper .price ins,
.woocommerce-page li.product .price ins {
  color: #DC3F53;
  text-decoration: none;
  -ms-flex-order: 1;
      order: 1;
  margin-right: 18px;
}
.woocommerce ul.products .quickview-wrapper a.button,
.woocommerce ul.products li.product a.button,
.woocommerce-page .quickview-wrapper a.button,
.woocommerce-page li.product a.button {
  border-radius: 0;
  width: calc(100% - 48px);
  position: absolute;
  bottom: 24px;
  padding: 14px;
  background: #FCD21F;
  color: #283046;
  font-size: 16px;
  letter-spacing: 1.3px;
  text-align: center;
  text-transform: uppercase;
}
.woocommerce ul.products .quickview-wrapper a.button:hover,
.woocommerce ul.products li.product a.button:hover,
.woocommerce-page .quickview-wrapper a.button:hover,
.woocommerce-page li.product a.button:hover {
  background-color: #4F5E85;
  color: white;
}
@media only screen and (max-width: 1199px) {
  .woocommerce ul.products .quickview-wrapper a.button,
  .woocommerce ul.products li.product a.button,
  .woocommerce-page .quickview-wrapper a.button,
  .woocommerce-page li.product a.button {
    width: calc(100% - 30px);
  }
}
@media only screen and (max-width: 767px) {
  .woocommerce ul.products .quickview-wrapper a.button,
  .woocommerce ul.products li.product a.button,
  .woocommerce-page .quickview-wrapper a.button,
  .woocommerce-page li.product a.button {
    font-size: 14px;
  }
}
.woocommerce ul.products li.product.highlighted_product,
.woocommerce-page li.product.highlighted_product {
  border: 0 none;
  border-radius: 0;
  background: #F5F5F5;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row-reverse;
      flex-direction: row-reverse;
  -ms-flex-align: end;
      align-items: flex-end;
  width: 100% !important;
  padding: 0 0 0 30px !important;
  margin: 5px 244 29px 0 !important;
}
.woocommerce ul.products li.product.highlighted_product .prod_details,
.woocommerce-page li.product.highlighted_product .prod_details {
  width: 50%;
  padding: 0 0 100px;
}
.woocommerce ul.products li.product.highlighted_product .prod_details .brand_logo,
.woocommerce-page li.product.highlighted_product .prod_details .brand_logo {
  margin-top: 10px;
}
.woocommerce ul.products li.product.highlighted_product .prod_details .sale,
.woocommerce-page li.product.highlighted_product .prod_details .sale {
  position: relative;
  display: inline-block;
  margin: 0 0 20px;
  padding: 3px 34px;
  color: white;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
  background: #DC3F53;
}
.woocommerce ul.products li.product.highlighted_product .prod_details .price,
.woocommerce-page li.product.highlighted_product .prod_details .price {
  color: #DC3F53;
  font-size: 36px;
  letter-spacing: 0.56px;
  margin: 16px 24px 16px 0;
}
.woocommerce ul.products li.product.highlighted_product .prod_details a.add_to_cart_button,
.woocommerce-page li.product.highlighted_product .prod_details a.add_to_cart_button {
  width: 185px;
}
.woocommerce ul.products li.product.highlighted_product .prod_details a.view_more,
.woocommerce-page li.product.highlighted_product .prod_details a.view_more {
  position: relative;
  color: #7792D6;
  font-size: 14px;
  letter-spacing: 1.3px;
  text-transform: uppercase;
  position: absolute;
  bottom: 43px;
  left: 238px;
}
.woocommerce ul.products li.product.highlighted_product .prod_details a.view_more:after,
.woocommerce-page li.product.highlighted_product .prod_details a.view_more:after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 1px;
  background: #7792D6;
  transition: all 250ms ease-in-out;
}
.woocommerce ul.products li.product.highlighted_product .prod_details a.view_more:hover,
.woocommerce-page li.product.highlighted_product .prod_details a.view_more:hover {
  color: #141414;
}
.woocommerce ul.products li.product.highlighted_product .prod_details a.view_more:hover:after,
.woocommerce-page li.product.highlighted_product .prod_details a.view_more:hover:after {
  background: #141414;
}
@media only screen and (min-width: 768px) {
  .woocommerce ul.products li.product.highlighted_product .prod_details a.view_more,
  .woocommerce-page li.product.highlighted_product .prod_details a.view_more {
    font-size: 18px;
  }
}
.woocommerce ul.products li.product.highlighted_product .prod_img,
.woocommerce-page li.product.highlighted_product .prod_img {
  width: 50%;
  display: -ms-flexbox;
  display: flex;
  max-height: 300px;
}
.woocommerce ul.products li.product.highlighted_product .prod_img img,
.woocommerce-page li.product.highlighted_product .prod_img img {
  width: 100%;
  object-fit: contain;
}
.woocommerce ul.products li.product:nth-child(1),
.woocommerce-page li.product:nth-child(1) {
  -ms-flex-order: 1;
      order: 1;
}
.woocommerce ul.products li.product:nth-child(2),
.woocommerce-page li.product:nth-child(2) {
  -ms-flex-order: 2;
      order: 2;
}
.woocommerce ul.products li.product:nth-child(3),
.woocommerce-page li.product:nth-child(3) {
  -ms-flex-order: 3;
      order: 3;
}
.woocommerce ul.products li.product:nth-child(4),
.woocommerce-page li.product:nth-child(4) {
  -ms-flex-order: 4;
      order: 4;
}
.woocommerce ul.products li.product:nth-child(5),
.woocommerce-page li.product:nth-child(5) {
  -ms-flex-order: 5;
      order: 5;
}
.woocommerce ul.products li.product:nth-child(6),
.woocommerce-page li.product:nth-child(6) {
  -ms-flex-order: 6;
      order: 6;
}
.woocommerce ul.products li.product:nth-child(7),
.woocommerce-page li.product:nth-child(7) {
  -ms-flex-order: 8;
      order: 8;
}
.woocommerce ul.products li.product:nth-child(8),
.woocommerce-page li.product:nth-child(8) {
  -ms-flex-order: 8;
      order: 8;
}
.woocommerce ul.products li.product:nth-child(9),
.woocommerce-page li.product:nth-child(9) {
  -ms-flex-order: 9;
      order: 9;
}
.woocommerce ul.products li.product:nth-child(10),
.woocommerce-page li.product:nth-child(10) {
  -ms-flex-order: 10;
      order: 10;
}
.woocommerce ul.products li.product:nth-child(11),
.woocommerce-page li.product:nth-child(11) {
  -ms-flex-order: 11;
      order: 11;
}
.woocommerce ul.products li.product:nth-child(12),
.woocommerce-page li.product:nth-child(12) {
  -ms-flex-order: 12;
      order: 12;
}
.woocommerce ul.products li.product:nth-child(13),
.woocommerce-page li.product:nth-child(13) {
  -ms-flex-order: 13;
      order: 13;
}
.woocommerce ul.products li.product:nth-child(14),
.woocommerce-page li.product:nth-child(14) {
  -ms-flex-order: 14;
      order: 14;
}
.woocommerce ul.products li.product:nth-child(15),
.woocommerce-page li.product:nth-child(15) {
  -ms-flex-order: 15;
      order: 15;
}
.woocommerce ul.products li.product:nth-child(16),
.woocommerce-page li.product:nth-child(16) {
  -ms-flex-order: 16;
      order: 16;
}
.woocommerce ul.products li.product:nth-child(17),
.woocommerce-page li.product:nth-child(17) {
  -ms-flex-order: 17;
      order: 17;
}
.woocommerce ul.products li.product:nth-child(18),
.woocommerce-page li.product:nth-child(18) {
  -ms-flex-order: 18;
      order: 18;
}
.woocommerce ul.products li.product:nth-child(19),
.woocommerce-page li.product:nth-child(19) {
  -ms-flex-order: 19;
      order: 19;
}
.woocommerce ul.products li.product:nth-child(20),
.woocommerce-page li.product:nth-child(20) {
  -ms-flex-order: 20;
      order: 20;
}
.woocommerce ul.products li.product.highlighted_product,
.woocommerce-page li.product.highlighted_product {
  -ms-flex-order: 7;
      order: 7;
}
@media only screen and (min-width: 651px) {
  .woocommerce ul.products.columns-3,
  .woocommerce-page.columns-3 {
    margin-right: -24px;
  }
}
.woocommerce ul.products.columns-3 li.product,
.woocommerce-page.columns-3 li.product {
  width: 100%;
  margin-right: 0;
  margin-bottom: 20px;
}
@media only screen and (min-width: 651px) {
  .woocommerce ul.products.columns-3 li.product,
  .woocommerce-page.columns-3 li.product {
    width: calc(50% - 20px);
    margin-right: 20px;
    margin-bottom: 15px;
  }
}
@media only screen and (min-width: 1100px) {
  .woocommerce ul.products.columns-3 li.product,
  .woocommerce-page.columns-3 li.product {
    width: calc(33.333% - 20px);
  }
}
@media only screen and (min-width: 1200px) {
  .woocommerce ul.products.columns-3 li.product,
  .woocommerce-page.columns-3 li.product {
    width: calc(33.333% - 24px);
    margin-right: 24px;
    margin-bottom: 24px;
  }
}

 /*------------------------------------*\
	
    SHOP - PRODUCT CAROUSEL

\*------------------------------------*/
.dc-product-carousel {
  margin-bottom: 60px;
}
.dc-product-carousel .product.highlighted_product {
  background: #F5F5F5;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row-reverse;
      flex-direction: row-reverse;
  min-height: 300px;
  padding: 0 30px;
}
@media only screen and (max-width: 949px) {
  .dc-product-carousel .product.highlighted_product {
    width: 325px;
    min-height: 370px;
    height: auto;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: end;
        justify-content: flex-end;
  }
}
.dc-product-carousel .product.highlighted_product .prod_details {
  width: 100%;
  padding: 0 0 20px;
}
@media only screen and (min-width: 950px) {
  .dc-product-carousel .product.highlighted_product .prod_details {
    width: 50%;
    min-width: 365px;
    padding: 0 20px 100px 0;
  }
}
.dc-product-carousel .product.highlighted_product .prod_details .sale {
  position: relative;
  display: inline-block;
  margin: 0 0 20px;
  padding: 1px 34px;
  color: white;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 1px;
  text-align: center;
  text-transform: uppercase;
  background: #DC3F53;
}
.dc-product-carousel .product.highlighted_product .prod_details h2.woocommerce-loop-product__title {
  color: #141414;
  font-size: 18px;
  letter-spacing: 0.45px;
  line-height: 1.3em;
  padding: 9px 0;
  margin-bottom: 0;
}
@media only screen and (max-width: 949px) {
  .dc-product-carousel .product.highlighted_product .prod_details h2.woocommerce-loop-product__title {
    font-size: 17px;
    margin-bottom: 11px;
  }
}
@media only screen and (max-width: 767px) {
  .dc-product-carousel .product.highlighted_product .prod_details h2.woocommerce-loop-product__title {
    font-size: 16px;
    margin-bottom: 11px;
  }
}
.dc-product-carousel .product.highlighted_product .prod_details .brand_logo {
  max-height: 50px;
  min-height: 30px;
  width: 120px;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 8px;
  margin-top: 15px;
}
@media only screen and (min-width: 950px) {
  .dc-product-carousel .product.highlighted_product .prod_details .brand_logo {
    max-height: 60px;
  }
}
.dc-product-carousel .product.highlighted_product .prod_details .brand_logo img {
  height: auto;
  max-width: 100%;
  margin-bottom: 0;
  object-fit: contain;
  object-position: left;
  padding: 0;
}
.dc-product-carousel .product.highlighted_product .prod_details .price {
  color: #DC3F53;
  font-size: 36px;
  letter-spacing: 0.56px;
  margin: 16px 0 24px;
}
@media only screen and (max-width: 949px) {
  .dc-product-carousel .product.highlighted_product .prod_details .price {
    font-size: 20px;
    margin: 10px 0 12px;
  }
}
.dc-product-carousel .product.highlighted_product .prod_details a.button {
  border-radius: 0;
  width: calc(100% - 48px);
  position: absolute;
  bottom: 24px;
  padding: 15px;
  background: #FCD21F;
  color: #283046;
  font-size: 16px;
  letter-spacing: 1.3px;
  text-align: center;
  text-transform: uppercase;
}
.dc-product-carousel .product.highlighted_product .prod_details a.button:hover {
  background-color: #4F5E85;
  color: white;
}
.dc-product-carousel .product.highlighted_product .prod_details a.add_to_cart_button {
  width: 185px;
}
@media only screen and (max-width: 949px) {
  .dc-product-carousel .product.highlighted_product .prod_details a.add_to_cart_button {
    font-size: 14px;
    position: relative;
    bottom: auto;
    margin-top: 10px;
    padding: 12px;
    width: 137px;
  }
}
.dc-product-carousel .product.highlighted_product .prod_details a.view_more {
  position: relative;
  color: #7792D6;
  font-size: 14px;
  letter-spacing: 1.3px;
  text-transform: uppercase;
  position: absolute;
  bottom: 43px;
  left: 238px;
}
.dc-product-carousel .product.highlighted_product .prod_details a.view_more:after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 1px;
  background: #7792D6;
  transition: all 250ms ease-in-out;
}
.dc-product-carousel .product.highlighted_product .prod_details a.view_more:hover {
  color: #141414;
}
.dc-product-carousel .product.highlighted_product .prod_details a.view_more:hover:after {
  background: #141414;
}
@media only screen and (min-width: 768px) {
  .dc-product-carousel .product.highlighted_product .prod_details a.view_more {
    font-size: 18px;
  }
}
@media only screen and (max-width: 949px) {
  .dc-product-carousel .product.highlighted_product .prod_details a.view_more {
    position: relative;
    bottom: auto;
    left: auto;
    margin-left: 20px;
  }
}
.dc-product-carousel .product.highlighted_product .prod_img {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-height: 223px;
}
@media only screen and (min-width: 768px) {
  .dc-product-carousel .product.highlighted_product .prod_img {
    -ms-flex: 1;
        flex: 1;
    max-height: 300px;
  }
}
.dc-product-carousel .product.highlighted_product .prod_img img {
  width: 100%;
  object-fit: contain;
}

 /*------------------------------------*\
	
    SHOP - PAGINATION

\*------------------------------------*/
.shop-layout .shop-list .woocommerce-pagination {
  margin-top: 70px;
}
.shop-layout .shop-list .woocommerce-pagination ul {
  border: 0 none;
}
.shop-layout .shop-list .woocommerce-pagination ul li {
  border: 0 none;
}
.shop-layout .shop-list .woocommerce-pagination ul li span {
  color: #8a7e88;
  font-weight: 500;
  padding: 8px 12px;
}
.shop-layout .shop-list .woocommerce-pagination ul li span.current {
  border-bottom: 1px solid #FCD21F;
  background: none;
}
.shop-layout .shop-list .woocommerce-pagination ul li a {
  color: #8a7e88;
  font-weight: 500;
  padding: 8px 12px;
}
.shop-layout .shop-list .woocommerce-pagination ul li a:hover {
  background: #EEEEF3;
  color: #8a7e88;
}

 /*------------------------------------*\
	
    SHOP - SIDEBAR FILTER

\*------------------------------------*/
.shop-layout .shop-sidebar {
  width: 200px;
}
@media only screen and (min-width: 950px) {
  .shop-layout .shop-sidebar {
    width: 240px;
  }
}
@media only screen and (min-width: 1200px) {
  .shop-layout .shop-sidebar {
    width: 22%;
  }
}
@media only screen and (min-width: 768px) {
  .shop-layout .shop-sidebar > .pwf-filter {
    position: -webkit-sticky;
    position: sticky;
    top: 250px;
  }
}
.shop-layout .shop-sidebar .widgettitle {
  font-size: 18px;
  line-height: 1.4em;
  padding-bottom: 5px;
  margin-bottom: 14px;
  border-bottom: 1px solid #4F5E85;
}
@media only screen and (min-width: 768px) {
  .shop-layout .shop-sidebar .pwf-woo-filter-inner {
    max-height: calc(100vh - 250px);
    overflow: scroll;
  }
}
.shop-layout .shop-sidebar .pwf-field-item-title {
  color: #45547A;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 12px;
  border-bottom: 1px solid #DAD9D7;
  padding-bottom: 10px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  cursor: pointer;
}
@media only screen and (min-width: 950px) {
  .shop-layout .shop-sidebar .pwf-field-item-title {
    font-size: 14px;
    letter-spacing: 0.5px;
  }
}
.shop-layout .shop-sidebar .pwf-field-item-title:after {
  content: "";
  display: block;
  position: absolute;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  margin-right: 6px;
  margin-left: 12px;
  font-size: 1.4em;
  position: relative;
  vertical-align: 0;
  content: "";
  color: #958D87;
  transition: all 250ms ease-in-out;
}
.shop-layout .shop-sidebar .pwf-field-item.active .pwf-field-item-title:after {
  content: "";
}
.shop-layout .shop-sidebar .pwf-field-item-container .pwf-item {
  margin-top: 12px;
}
.shop-layout .shop-sidebar .pwf-field-item-container .pwf-item .text-title {
  color: #958D87;
  font-size: 16px;
  left: .44px;
  line-height: 1.5em;
}
.shop-layout .shop-sidebar .pwf-field-item-container .pwf-item .text-title .pwf-product-counts {
  display: none;
}
.shop-layout .shop-sidebar .pwf-item-label {
  margin: 0;
}
.shop-layout .shop-sidebar .pwf-item-label.pwf-checkbox-label {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row-reverse;
      flex-direction: row-reverse;
  -ms-flex-align: center;
      align-items: center;
}
.shop-layout .shop-sidebar .pwf-item-label.pwf-checkbox-label .pwf-title-container.pwf-checkbox-click-area {
  padding: 0;
}
.shop-layout .shop-sidebar .pwf-field-item-container .pwf-checkboxlist-item.checked .pwf-input-container.pwf-checkbox-click-area {
  border-color: #283046;
  background: #283046;
}
.shop-layout .shop-sidebar .pwf-field-item-container .pwf-checkboxlist-item.checked .pwf-input-container.pwf-checkbox-click-area:after {
  border-color: white;
}
.shop-layout .shop-sidebar .pwf-field-item .noUi-target {
  background-color: #DAD9D7;
}
.shop-layout .shop-sidebar .pwf-field-item .noUi-connect,
.shop-layout .shop-sidebar .pwf-field-item .noUi-origin {
  background-color: #FCD21F;
}
.shop-layout .shop-sidebar .pwf-field-item .noUi-handle {
  background-color: #283145;
  top: -7px;
}

@media only screen and (max-width: 767px) {
  .shop-layout:before {
    content: "";
    position: fixed;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    z-index: -1;
    background: rgba(30, 30, 30, 0.5);
    transition: all 40ms ease-in-out;
  }
  .shop-layout .shop-sidebar {
    width: 90vw;
    max-width: 360px;
    padding: 20px;
    position: fixed;
    right: -100vw;
    top: 0;
    height: 100vh;
    z-index: 1000000;
    overflow: scroll;
    background: #F7F7F7;
    transition: all 200ms ease-in-out;
  }
  .shop-layout .shop-sidebar > .widget {
    position: relative;
    z-index: 1;
  }
  .shop-layout.filter-active:before {
    z-index: 100000;
  }
  .shop-layout.filter-active .shop-sidebar {
    right: 0;
  }
}

.mobile_filter_activate {
  font-size: 20px;
  color: #7792D7;
}
.mobile_filter_activate i {
  cursor: pointer;
}
.mobile_filter_activate:hover {
  color: #FCD21F;
}

 /*------------------------------------*\
	
    SHOP - QUICKVIEW

\*------------------------------------*/
.fancybox-container .fancybox-inner .fancybox-content {
  width: calc(100% - 60px);
  max-width: 830px;
  border-radius: 3px;
}
.fancybox-container .fancybox-inner .fancybox-content .quickview-wrapper {
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 650px) {
  .fancybox-container .fancybox-inner .fancybox-content .quickview-wrapper {
    -ms-flex-direction: column;
        flex-direction: column;
  }
}
.fancybox-container .fancybox-inner .fancybox-content .images {
  width: 45%;
  margin: 0 50px 0 0;
}
@media only screen and (max-width: 650px) {
  .fancybox-container .fancybox-inner .fancybox-content .images {
    margin: 0 auto;
    width: 100%;
    max-width: 270px;
  }
}
.fancybox-container .fancybox-inner .fancybox-content .content {
  -ms-flex: 1;
      flex: 1;
  padding: 30px 0;
}
.fancybox-container .fancybox-inner .fancybox-content .content .brand_logo {
  margin-bottom: 30px;
}
.fancybox-container .fancybox-inner .fancybox-content .content .brand_logo img {
  max-height: 90px;
}
.fancybox-container .fancybox-inner .fancybox-content .content .desc {
  margin-bottom: 30px;
  font-size: 16px;
}
.fancybox-container .fancybox-inner .fancybox-content .content a.button {
  position: relative;
  bottom: 0;
}

/* PRODUCT */
 /*------------------------------------*\
	
    SHOP - PRODUCT

\*------------------------------------*/
.woocommerce .site-main > div.product {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: justify;
      justify-content: space-between;
  margin-top: 35px;
  margin-bottom: 150px;
}
.woocommerce .site-main > div.product > span.onsale {
  display: none;
}
@media only screen and (max-width: 767px) {
  .woocommerce .site-main > div.product > .images {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) {
  .woocommerce .site-main > div.product > .images {
    -ms-flex: 1;
        flex: 1;
    padding-right: 8.333%;
  }
}
@media only screen and (max-width: 767px) {
  .woocommerce .site-main > div.product .summary {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) {
  .woocommerce .site-main > div.product .summary {
    width: 33.333%;
    min-width: 300px;
    max-width: 457px;
  }
}
.woocommerce .site-main > div.product .woocommerce-tabs {
  width: 100%;
}
.woocommerce .site-main > div.product .related {
  width: 100%;
}

 /*------------------------------------*\
	
    SHOP - PRODUCT IMAGES

\*------------------------------------*/
.woocommerce div.product .woo-variation-gallery-slider-wrapper {
  /*
  		.slick-list {
  			width: 100% !important;
  			
  			.slick-slide {
  				//width: auto !important;
  			}
  		}
  */
}
.woocommerce div.product .woo-variation-gallery-slider-wrapper .slick-slide {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  height: 810px;
  max-height: 53.5vw;
}
.woocommerce div.product .woo-variation-gallery-slider-wrapper .slick-slide .wvg-single-gallery-image-container {
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  width: 100%;
}
.woocommerce div.product .woo-variation-gallery-slider-wrapper .slick-slide .wvg-single-gallery-image-container:before {
  display: none;
}
.woocommerce div.product .woo-variation-gallery-slider-wrapper .slick-slide img {
  object-fit: contain;
  object-position: center;
}
.woocommerce div.product .woo-variation-gallery-wrapper .woo-variation-gallery-thumbnail-wrapper .wvg-gallery-thumbnail-image div::after {
  content: "";
  position: absolute;
  top: 4px;
  left: 4px;
  width: calc(100% - 8px);
  height: calc(100% - 8px);
  background: #45547A;
  opacity: 0;
  transition: all 350ms ease-in-out;
}
.woocommerce div.product .woo-variation-gallery-wrapper .woo-variation-gallery-thumbnail-wrapper .wvg-gallery-thumbnail-image:hover div::after {
  opacity: .8;
}
.woocommerce div.product .woo-variation-gallery-wrapper .woo-variation-gallery-slider img.zoomImg {
  background-color: #fff;
}
.woocommerce div.product .woo-variation-gallery-thumbnail-slider .wvg-thumbnail-next-arrow,
.woocommerce div.product .woo-variation-gallery-thumbnail-slider .wvg-thumbnail-prev-arrow {
  opacity: 1;
  visibility: visible;
  height: auto;
  padding: 7px 0;
  top: 30%;
  background-color: transparent !important;
}
.woocommerce div.product .woo-variation-gallery-thumbnail-slider .wvg-thumbnail-next-arrow::before,
.woocommerce div.product .woo-variation-gallery-thumbnail-slider .wvg-thumbnail-prev-arrow::before {
  color: #000;
}
.woocommerce div.product .pswp {
  z-index: 1000000000;
}
.woocommerce div.product .pswp .pswp__bg {
  background-color: rgba(79, 94, 133, 0.9);
}

 /*------------------------------------*\
	
    SHOP - PRODUCT

\*------------------------------------*/
.woocommerce .site-main > div.product .summary .discount_label {
  color: white;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 1px;
  text-align: center;
  text-transform: uppercase;
  padding: 10px 20px;
  margin-bottom: 22px;
}
.woocommerce .site-main > div.product .summary .brand_logo {
  margin-bottom: 12px;
}
.woocommerce .site-main > div.product .summary .brand_logo img {
  max-height: 50px;
}
.woocommerce .site-main > div.product .summary > .zip-widget__wrapper {
  display: none;
}
.woocommerce .site-main > div.product .summary .product_title {
  font-size: 32px;
  letter-spacing: .8px;
  line-height: 1.1em;
  margin-bottom: 17px;
}
.woocommerce .site-main > div.product .summary .woocommerce-product-details__short-description p {
  color: #68686D;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.5em;
}
.woocommerce .site-main > div.product .summary .woocommerce-product-details__short-description p .readmore {
  color: #7792D7;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: .4px;
  cursor: pointer;
  position: relative;
}
.woocommerce .site-main > div.product .summary .woocommerce-product-details__short-description p .readmore:hover {
  color: #FCD21F;
}
.woocommerce .site-main > div.product .summary .woocommerce-product-details__short-description p .readmore:after {
  content: "";
  background: #7792D7;
  height: 1px;
  width: 100%;
  position: absolute;
  bottom: -1px;
  left: 0;
}
.woocommerce .site-main > div.product .summary .woocommerce-product-rating {
  color: #FCCC1D;
}
.woocommerce .site-main > div.product .summary .woocommerce-product-rating .woocommerce-review-link {
  color: #7792D7;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: .4px;
  cursor: pointer;
  position: relative;
}
.woocommerce .site-main > div.product .summary .woocommerce-product-rating .woocommerce-review-link:hover {
  color: #FCD21F;
}
.woocommerce .site-main > div.product .summary .woocommerce-product-rating .woocommerce-review-link:after {
  content: "";
  background: #7792D7;
  height: 1px;
  width: 100%;
  position: absolute;
  bottom: -1px;
  left: 0;
}
.woocommerce .site-main > div.product .summary .price {
  color: #4F5E85;
  font-size: 36px;
  font-weight: 600;
  letter-spacing: 0.38px;
  margin-bottom: -7px;
  margin-top: 6px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: baseline;
      align-items: baseline;
}
.woocommerce .site-main > div.product .summary .price > .woocommerce-Price-amount {
  display: block;
  margin-bottom: 6px;
}
.woocommerce .site-main > div.product .summary .price del {
  color: #AEAEB1;
  font-size: .65em;
  font-weight: 400;
  -ms-flex-order: 2;
      order: 2;
  opacity: 1;
}
.woocommerce .site-main > div.product .summary .price ins {
  color: #DC3F53;
  text-decoration: none;
  -ms-flex-order: 1;
      order: 1;
  margin-right: 18px;
}
.woocommerce .site-main > div.product .summary .tax {
  color: #68686D;
  font-size: 12px;
  letter-spacing: .75px;
  text-transform: uppercase;
  margin-bottom: 26px;
}
.woocommerce .site-main > div.product .summary form.cart {
  display: -ms-flexbox;
  display: flex;
  margin-top: 56px;
  margin-bottom: 28px;
}
.woocommerce .site-main > div.product .summary form.cart.variations_form {
  margin-top: 26px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.woocommerce .site-main > div.product .summary form.cart .single_variation_wrap {
  width: 100%;
}
.woocommerce .site-main > div.product .summary form.cart .quantity {
  border: 1px solid #958D87;
  border-radius: 8px;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  width: 96px;
  margin-right: 20px;
  padding: 3px 24px 3px 3px;
}
.woocommerce .site-main > div.product .summary form.cart .quantity .quantity_label {
  position: absolute;
  top: -27px;
  left: 0;
  color: #7C746C;
  letter-spacing: 0.88px;
  font-size: 14px;
}
.woocommerce .site-main > div.product .summary form.cart .quantity input.qty {
  border: 0 none;
  padding-left: 14px;
  font-size: 26px;
  text-align: center;
  pointer-events: none;
  background: none;
  appearance: textfield;
  -webkit-appearance: textfield;
}
.woocommerce .site-main > div.product .summary form.cart .quantity input::-webkit-outer-spin-button,
.woocommerce .site-main > div.product .summary form.cart .quantity input::-webkit-inner-spin-button {
	-webkit-appearance: none;
}
.woocommerce .site-main > div.product .summary form.cart .quantity button {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 24px;
  height: 50%;
  background: none;
  border: 1px solid #958D87;
  border-width: 0 0 0 1px;
  color: #958D87;
  font-size: 25px;
  font-weight: 300 !important;
  line-height: 18px;
}
.woocommerce .site-main > div.product .summary form.cart .quantity button.plus {
  top: 0px;
  font-size: 18px;
  border-width: 0 0 1px 1px;
}
.woocommerce .site-main > div.product .summary form.cart button.single_add_to_cart_button {
  display: block;
  padding: 11px;
  width: 100%;
  height: 50px;
  letter-spacing: 1px;
  font-size: 16px;
  text-align: center;
  text-transform: uppercase;
  background: #FCD21F;
  border: 0;
  color: #283145;
  border-radius: 0;
  font-weight: 500;
  letter-spacing: 1.3px;
}
.woocommerce .site-main > div.product .summary form.cart button.single_add_to_cart_button:not(.disabled):hover {
  background: #283046;
  border-color: #283046;
  color: white;
}
.woocommerce .site-main > div.product .summary form.cart button.single_add_to_cart_button i {
  margin-right: 11px;
  font-size: 17px;
}
.woocommerce .site-main > div.product .summary form.cart.bundle_form {
  -ms-flex-direction: column;
      flex-direction: column;
}
.woocommerce .site-main > div.product .summary form.cart.bundle_form .bundled_product_images {
  float: none;
}
.woocommerce .site-main > div.product .summary form.cart.bundle_form .details {
  width: 100%;
  padding: 0;
}
.woocommerce .site-main > div.product .summary form.cart.bundle_form .details p {
  color: #68686D;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.5em;
}
.woocommerce .site-main > div.product .summary form.cart.bundle_form .bundled_product_title_link {
  display: none !important;
}
.woocommerce .site-main > div.product .summary form.cart.bundle_form .bundled_product_title_inner {
  font-size: .7em;
  line-height: 1em;
  text-transform: none;
  display: block;
}
.woocommerce .site-main > div.product .summary form.cart.bundle_form .bundled_product_excerpt {
  display: none;
}
.woocommerce .site-main > div.product .summary .discontinued,
.woocommerce .site-main > div.product .summary .exclusive_stores,
.woocommerce .site-main > div.product .summary .selected_stores,
.woocommerce .site-main > div.product .summary .woocommerce-variation-availability {
  font-size: 16px;
  font-weight: 400;
  position: relative;
  margin-bottom: 20px;
}
.woocommerce .site-main > div.product .summary .discontinued .message,
.woocommerce .site-main > div.product .summary .discontinued .wcwl_intro,
.woocommerce .site-main > div.product .summary .exclusive_stores .message,
.woocommerce .site-main > div.product .summary .exclusive_stores .wcwl_intro,
.woocommerce .site-main > div.product .summary .selected_stores .message,
.woocommerce .site-main > div.product .summary .selected_stores .wcwl_intro,
.woocommerce .site-main > div.product .summary .woocommerce-variation-availability .message,
.woocommerce .site-main > div.product .summary .woocommerce-variation-availability .wcwl_intro {
  color: #FF9D12;
  padding-left: 42px;
}
.woocommerce .site-main > div.product .summary .discontinued .message:before,
.woocommerce .site-main > div.product .summary .discontinued .wcwl_intro:before,
.woocommerce .site-main > div.product .summary .exclusive_stores .message:before,
.woocommerce .site-main > div.product .summary .exclusive_stores .wcwl_intro:before,
.woocommerce .site-main > div.product .summary .selected_stores .message:before,
.woocommerce .site-main > div.product .summary .selected_stores .wcwl_intro:before,
.woocommerce .site-main > div.product .summary .woocommerce-variation-availability .message:before,
.woocommerce .site-main > div.product .summary .woocommerce-variation-availability .wcwl_intro:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  content: "";
  vertical-align: 0;
  color: white;
  font-size: 17px;
  font-weight: 600;
  position: absolute;
  left: 0;
  top: -4px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  width: 30px;
  height: 31px;
  border-radius: 50%;
  padding: 0 0 2px 1px;
  background: #FF9D12;
}
.woocommerce .site-main > div.product .summary .discontinued strong,
.woocommerce .site-main > div.product .summary .exclusive_stores strong,
.woocommerce .site-main > div.product .summary .selected_stores strong,
.woocommerce .site-main > div.product .summary .woocommerce-variation-availability strong {
  display: block;
  font-weight: 600;
  font-size: 16px;
}
.woocommerce .site-main > div.product .summary .discontinued .selected_store,
.woocommerce .site-main > div.product .summary .exclusive_stores .selected_store,
.woocommerce .site-main > div.product .summary .selected_stores .selected_store,
.woocommerce .site-main > div.product .summary .woocommerce-variation-availability .selected_store {
  width: 100%;
  margin-top: 20px;
  background-color: white !important;
  background-image: url("../img/westcoast/dropdown.png") !important;
  background-size: auto 100% !important;
  background-position: right !important;
  background-repeat: no-repeat !important;
  padding-right: 40px !important;
  /*
      &:hover {
      	background-image: url('../img/westcoast/dropdown-up.png') !important;
      }
  */
}
.woocommerce .site-main > div.product .summary .discontinued .button-wrapper,
.woocommerce .site-main > div.product .summary .exclusive_stores .button-wrapper,
.woocommerce .site-main > div.product .summary .selected_stores .button-wrapper,
.woocommerce .site-main > div.product .summary .woocommerce-variation-availability .button-wrapper {
  margin-top: 20px;
}
.woocommerce .site-main > div.product .summary .discontinued .button-wrapper a,
.woocommerce .site-main > div.product .summary .discontinued .button-wrapper button,
.woocommerce .site-main > div.product .summary .exclusive_stores .button-wrapper a,
.woocommerce .site-main > div.product .summary .exclusive_stores .button-wrapper button,
.woocommerce .site-main > div.product .summary .selected_stores .button-wrapper a,
.woocommerce .site-main > div.product .summary .selected_stores .button-wrapper button,
.woocommerce .site-main > div.product .summary .woocommerce-variation-availability .button-wrapper a,
.woocommerce .site-main > div.product .summary .woocommerce-variation-availability .button-wrapper button {
  display: block;
  padding: 11px;
  width: 100%;
  height: 50px;
  letter-spacing: 1px;
  font-size: 16px;
  text-align: center;
  text-transform: uppercase;
  background: #FCD21F;
  border: 0;
  color: #283145;
}
.woocommerce .site-main > div.product .summary .discontinued .button-wrapper a:not(.disabled):hover,
.woocommerce .site-main > div.product .summary .discontinued .button-wrapper button:not(.disabled):hover,
.woocommerce .site-main > div.product .summary .exclusive_stores .button-wrapper a:not(.disabled):hover,
.woocommerce .site-main > div.product .summary .exclusive_stores .button-wrapper button:not(.disabled):hover,
.woocommerce .site-main > div.product .summary .selected_stores .button-wrapper a:not(.disabled):hover,
.woocommerce .site-main > div.product .summary .selected_stores .button-wrapper button:not(.disabled):hover,
.woocommerce .site-main > div.product .summary .woocommerce-variation-availability .button-wrapper a:not(.disabled):hover,
.woocommerce .site-main > div.product .summary .woocommerce-variation-availability .button-wrapper button:not(.disabled):hover {
  background: #283046;
  border-color: #283046;
  color: white;
}
.woocommerce .site-main > div.product .summary .out-of-stock {
  font-size: 16px;
  font-weight: 400;
  position: relative;
  color: #FF9D12;
  padding-left: 42px;
  display: none;
}
.woocommerce .site-main > div.product .summary .out-of-stock:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  content: "";
  vertical-align: 0;
  color: white;
  font-size: 17px;
  font-weight: 600;
  position: absolute;
  left: 0;
  top: -4px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  width: 30px;
  height: 31px;
  border-radius: 50%;
  padding: 0 0 2px 1px;
  background: #FF9D12;
}
.woocommerce .site-main > div.product .summary .out-of-stock strong {
  display: block;
}
.woocommerce .site-main > div.product .summary a.fancybox {
  display: block;
  padding: 11px;
  width: 100%;
  height: 50px;
  letter-spacing: 1px;
  font-size: 16px;
  text-align: center;
  text-transform: uppercase;
  background: #FCD21F;
  border: 0;
  color: #283145;
}
.woocommerce .site-main > div.product .summary a.fancybox:not(.disabled):hover {
  background: #283046;
  border-color: #283046;
  color: white;
}
.woocommerce .site-main > div.product .summary > a.fancybox {
  margin-bottom: 30px;
}
.woocommerce .site-main > div.product .summary .wcwl_elements .wcwl_intro {
  font-size: 16px;
  font-weight: 400;
  position: relative;
  color: #FF9D12;
  padding-left: 42px;
}
.woocommerce .site-main > div.product .summary .wcwl_elements .wcwl_intro:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  content: "";
  vertical-align: 0;
  color: white;
  font-size: 17px;
  font-weight: 600;
  position: absolute;
  left: 0;
  top: -4px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  width: 30px;
  height: 31px;
  border-radius: 50%;
  padding: 0 0 2px 1px;
  background: #FF9D12;
}
.woocommerce .site-main > div.product .summary .wcwl_elements .wcwl_intro strong {
  display: block;
}
.woocommerce .site-main > div.product .summary .wcwl_elements .wcwl_email_elements input {
  padding: 10px;
  width: 100%;
  border-radius: 0 !important;
  border: 1px solid #283046;
}
.woocommerce .site-main > div.product .summary .wcwl_control .button {
  display: block;
  padding: 11px;
  width: 100%;
  height: 50px;
  letter-spacing: 1px;
  font-size: 16px;
  text-align: center;
  text-transform: uppercase;
  background: #FCD21F;
  border: 0;
  color: #283145;
}
.woocommerce .site-main > div.product .summary .wcwl_control .button:not(.disabled):hover {
  background: #283046;
  border-color: #283046;
  color: white;
}
.woocommerce .site-main > div.product .summary .discontinued .message {
  margin-bottom: 20px;
}
.woocommerce .site-main > div.product .summary .discontinued a {
  display: block;
  padding: 11px;
  width: 100%;
  height: 50px;
  letter-spacing: 1px;
  font-size: 16px;
  text-align: center;
  text-transform: uppercase;
  background: #FCD21F;
  border: 0;
  color: #283145;
}
.woocommerce .site-main > div.product .summary .discontinued a:not(.disabled):hover {
  background: #283046;
  border-color: #283046;
  color: white;
}
.woocommerce .site-main > div.product .summary .exclusive_stores .button-wrapper {
  margin-top: 14px;
}
.woocommerce .site-main > div.product .summary .exclusive_stores .button-wrapper button[disabled="disabled"] {
  background: #DAD9D7 !important;
  color: #AEAEB1 !important;
}
.woocommerce .site-main > div.product .summary .exclusive_stores .selected_stores_title {
  margin-top: 15px;
  color: #958D87;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.88px;
  text-transform: uppercase;
}
.woocommerce .site-main > div.product .summary .exclusive_stores .selected_store::-ms-expand {
  display: none;
}
.woocommerce .site-main > div.product .summary .exclusive_stores :root {
  --select-border: $grey2;
  --select-focus: blue;
  --select-arrow: var(--select-border);
}
.woocommerce .site-main > div.product .summary .exclusive_stores .selected_store {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  display: grid;
  width: 100%;
  height: 50px;
  padding: 11px;
  margin: 4px 0 0 0;
  color: #AEAEB1;
  letter-spacing: .5px;
  line-height: 1.1;
  font-size: 18px;
  text-align: center;
  cursor: pointer;
  background: white;
  border: 1px solid #AEAEB1;
  border-radius: 4px;
  grid-template-areas: "select";
  -ms-flex-align: center;
      align-items: center;
}
.woocommerce .site-main > div.product .summary .exclusive_stores .selected_store,
.woocommerce .site-main > div.product .summary .exclusive_stores .selected_store:after {
  grid-area: select;
}
.woocommerce .site-main > div.product .summary .exclusive_stores .selected_store::after {
  content: "";
  width: 0.8em;
  height: 0.5em;
  background-color: red;
  -webkit-clip-path: polygon(100% 0%, 0 0%, 50% 100%);
          clip-path: polygon(100% 0%, 0 0%, 50% 100%);
  justify-self: end;
}
.woocommerce .site-main > div.product .summary .selected_stores .selected_stores_title {
  margin-top: 15px;
  color: #958D87;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.88px;
  text-transform: uppercase;
}
.woocommerce .site-main > div.product .summary .selected_stores .stores {
  margin-bottom: 30px;
}
.woocommerce .site-main > div.product .summary .selected_stores .stores .store {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  padding: 10px 0;
  border-bottom: 1px solid #D1D1D0;
  letter-spacing: 0.1px;
}
.woocommerce .site-main > div.product .summary .selected_stores .stores .store a {
  color: #7792D7;
  position: relative;
}
.woocommerce .site-main > div.product .summary .selected_stores .stores .store a:after {
  content: "";
  background: #7792D7;
  height: 1px;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}
.woocommerce .site-main > div.product .summary .selected_stores .stores .store a:hover {
  color: #FCD21F;
}
.woocommerce .site-main > div.product .summary .selected_stores .stores .store:last-child {
  border: 0;
}
.woocommerce .site-main > div.product .summary .variations {
  margin-bottom: 20px;
}
.woocommerce .site-main > div.product .summary .variations .label {
  color: #958D87;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.88px;
  text-transform: uppercase;
}
.woocommerce .site-main > div.product .summary .variations .label label {
  font-weight: 500;
}
.woocommerce .site-main > div.product .summary .woocommerce-variation-add-to-cart {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  margin-top: 34px;
}
.woocommerce .site-main > div.product .summary .woocommerce-variation-add-to-cart.woocommerce-variation-add-to-cart-disabled {
  display: none;
}
.woocommerce .site-main > div.product .summary .woocommerce-variation-add-to-cart .selected_stores {
  width: 100%;
}
.woocommerce .site-main > div.product .summary .woocommerce-variation-add-to-cart .quantity {
  width: 96px;
  padding-right: 25px;
}
.woocommerce .site-main > div.product .summary .woocommerce-variation-add-to-cart .single_add_to_cart_button {
  -ms-flex: 1;
      flex: 1;
  display: block;
  padding: 11px;
  width: 100%;
  height: 50px;
  letter-spacing: 1px;
  font-size: 16px;
  text-align: center;
  text-transform: uppercase;
  background: #FCD21F;
  border: 0;
  color: #283145;
}
.woocommerce .site-main > div.product .summary .woocommerce-variation-add-to-cart .single_add_to_cart_button:not(.disabled):hover {
  background: #283046;
  border-color: #283046;
  color: white;
}
.woocommerce .site-main > div.product .summary .woocommerce-variation-add-to-cart .single_add_to_cart_button i {
  margin-right: 11px;
  font-size: 17px;
}
.woocommerce .site-main > div.product .summary .woocommerce-variation-availability {
  margin-top: 34px;
}
.woocommerce .site-main > div.product .summary .woocommerce-variation-availability .woocommerce_waitlist {
  display: block;
  padding: 11px;
  width: 100%;
  height: 50px;
  letter-spacing: 1px;
  font-size: 16px;
  text-align: center;
  text-transform: uppercase;
  background: #FCD21F;
  border: 0;
  color: #283145;
  font-weight: 400;
}
.woocommerce .site-main > div.product .summary .woocommerce-variation-availability .woocommerce_waitlist:not(.disabled):hover {
  background: #283046;
  border-color: #283046;
  color: white;
}
.woocommerce .site-main > div.product .summary .product_meta .price_match {
  margin-bottom: 32px;
}
.woocommerce .site-main > div.product .summary .product_meta .price_match h4 {
  color: #958D87;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.88px;
  text-transform: uppercase;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  margin-bottom: 10px;
}
.woocommerce .site-main > div.product .summary .product_meta .price_match h4 i {
  color: #7792D7;
  font-size: 18px;
  margin-left: 12px;
}
.woocommerce .site-main > div.product .summary .product_meta .price_match a {
  display: block;
  padding: 11px;
  width: 100%;
  height: 50px;
  letter-spacing: 1px;
  font-size: 16px;
  text-align: center;
  text-transform: uppercase;
  background: #FCD21F;
  border: 0;
  color: #283145;
  background: transparent;
  border: 1px solid #45547A;
  color: #45547A;
  padding-top: 13px !important;
}
.woocommerce .site-main > div.product .summary .product_meta .price_match a:not(.disabled):hover {
  background: #283046;
  border-color: #283046;
  color: white;
}
.woocommerce .site-main > div.product .summary .dc_meta_data {
  display: -ms-flexbox;
  display: flex;
  height: 58px;
  margin-bottom: 16px;
}
.woocommerce .site-main > div.product .summary .dc_meta_data .icon {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  width: 97px;
}
.woocommerce .site-main > div.product .summary .dc_meta_data .icon img {
  max-width: 49px;
}
.woocommerce .site-main > div.product .summary .dc_meta_data .description {
  -ms-flex: 1;
      flex: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-direction: column;
      flex-direction: column;
  padding-left: 26px;
}
.woocommerce .site-main > div.product .summary .dc_meta_data .description p {
  margin: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4em;
}
.woocommerce .site-main > div.product .summary .dc_meta_data.zip_payment {
  border: 1px solid #D1D1D0;
  border-width: 1px 0;
}
.woocommerce .site-main > div.product .summary .dc_meta_data.zip_payment .icon {
  border-right: 1px solid #D1D1D0;
}
.woocommerce .site-main > div.product .summary .dc_meta_data.zip_payment .description p {
  color: #283145;
  letter-spacing: .35px;
}
.woocommerce .site-main > div.product .summary .dc_meta_data.zip_payment .description p a {
  color: #7792D7;
  letter-spacing: .4px;
  text-decoration: underline;
  margin-left: 12px;
}
.woocommerce .site-main > div.product .summary .dc_meta_data.zip_payment .description p a:hover {
  color: #FCD21F;
}
.woocommerce .site-main > div.product .summary .dc_meta_data.free_shipping {
  background: #D3D9EB;
  border-radius: 4px;
}
.woocommerce .site-main > div.product .summary .dc_meta_data.free_shipping .description p {
  color: #45547A;
  letter-spacing: .85px;
  text-transform: uppercase;
}
.woocommerce .site-main > div.product .summary .product_tags {
  margin-top: 23px;
}
.woocommerce .site-main > div.product .summary .product_tags .category {
  margin-bottom: 12px;
}
.woocommerce .site-main > div.product .summary .product_tags .label {
  color: #958D87;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.88px;
  text-transform: uppercase;
}
.woocommerce .site-main > div.product .summary .product_tags .tagged_as {
  color: white;
}
.woocommerce .site-main > div.product .summary .product_tags .tagged_as a {
  color: #958D87;
  font-size: 14px;
  font-weight: 500;
  white-space: nowrap;
  border: 1px solid #CDC7C0;
  border-radius: 20px;
  display: inline-block;
  padding: 0px 8px;
  margin-bottom: 4px;
}
@media only screen and (max-width: 1199px) {
  .woocommerce .site-main > div.product .summary .product_tags .tagged_as a {
    font-size: 12px;
  }
}
.woocommerce .site-main > div.product .summary .product_tags .tagged_as a:hover {
  background: #4F5E85;
  border-color: #4F5E85;
  color: white;
}

.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).color-variable-item {
  border-radius: 50%;
  box-shadow: 0 0;
}
.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).color-variable-item.selected {
  box-shadow: 0 0 0 2px black;
}
.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).color-variable-item .variable-item-span {
  border-radius: 50%;
  border: 1px solid #AEAEB1;
}
.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).color-variable-item .variable-item-span-color:after {
  box-shadow: 0 0;
}

 /*------------------------------------*\
	
    SHOP - PRODUCT TABS

\*------------------------------------*/
.woocommerce div.product .woocommerce-tabs {
  margin-top: 50px;
}
.woocommerce div.product .woocommerce-tabs ul.wc-tabs {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  overflow: visible;
  max-width: 940px;
  margin: 0 auto;
}
.woocommerce div.product .woocommerce-tabs ul.wc-tabs:before {
  width: 100vw !important;
  height: calc(100% - 2px);
  left: calc(50% - 50vw) !important;
  top: 0;
  z-index: 0 !important;
  border: 1px solid #d3ced2;
  border-width: 1px 0;
}
.woocommerce div.product .woocommerce-tabs ul.wc-tabs li {
  background: none;
  border-radius: 0 !important;
  margin: 0 -1px 0 0;
  padding: 0;
  max-width: 240px;
  -ms-flex: 1;
      flex: 1;
}
.woocommerce div.product .woocommerce-tabs ul.wc-tabs li:before, .woocommerce div.product .woocommerce-tabs ul.wc-tabs li:after {
  display: none !important;
}
.woocommerce div.product .woocommerce-tabs ul.wc-tabs li:first-child {
  border-left: 0;
}
.woocommerce div.product .woocommerce-tabs ul.wc-tabs li:last-child {
  border-right: 0;
}
.woocommerce div.product .woocommerce-tabs ul.wc-tabs li a {
  color: #7C746C;
  font-size: 14px;
  letter-spacing: .88px;
  text-align: center;
  text-transform: uppercase;
  display: block;
  padding: 14px 30px;
  height: 100%;
}
@media only screen and (max-width: 768px) {
	.woocommerce div.product .woocommerce-tabs ul.wc-tabs li a {
		font-size: 12px;
		line-height: 1.2em;
		padding: 14px;
	}
}
.woocommerce div.product .woocommerce-tabs ul.wc-tabs li.active {
  border-bottom: 4px solid #7792D7;
  background: none;
}
.woocommerce div.product .woocommerce-tabs .wc-tab {
  position: relative;
  width: 100%;
  max-width: 1180px;
  margin: 50px auto 100px !important;
  padding: 60px 0 0;
}
@media only screen and (max-width: 768px) {
	.woocommerce div.product .woocommerce-tabs .wc-tab {
		margin: 0 auto 60px !important;
	}
}

 /*------------------------------------*\
	
    SHOP - PRODUCT TABS - DESCRIPTION

\*------------------------------------*/
.woocommerce div.product .woocommerce-tabs .wc-tab#tab-description:after, .woocommerce div.product .woocommerce-tabs .wc-tab#tab-dc-description:after {
  content: "";
  width: 100%;
  height: 250px;
  background: white;
  background: linear-gradient(0deg, white 0%, rgba(255, 255, 255, 0) 100%);
  position: absolute;
  bottom: 0;
  z-index: 100;
}

.woocommerce div.product .woocommerce-tabs .wc-tab#tab-description .row,
.woocommerce div.product .woocommerce-tabs .wc-tab#tab-dc-description .row,
.section.post-wrapper .row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.woocommerce div.product .woocommerce-tabs .wc-tab#tab-description .row .column,
.woocommerce div.product .woocommerce-tabs .wc-tab#tab-dc-description .row .column,
.section.post-wrapper .row .column {
  width: 100%;
}
.woocommerce div.product .woocommerce-tabs .wc-tab#tab-description .row .column.col_12 .text_block,
.woocommerce div.product .woocommerce-tabs .wc-tab#tab-dc-description .row .column.col_12 .text_block,
.section.post-wrapper .row .column.col_12 .text_block {
  max-width: 936px;
  margin: 0 auto;
}
.woocommerce div.product .woocommerce-tabs .wc-tab#tab-description .row .column.col_6,
.woocommerce div.product .woocommerce-tabs .wc-tab#tab-dc-description .row .column.col_6,
.section.post-wrapper .row .column.col_6 {
  width: 50%;
}
.woocommerce div.product .woocommerce-tabs .wc-tab#tab-description .row .column.col_6:nth-child(odd),
.woocommerce div.product .woocommerce-tabs .wc-tab#tab-dc-description .row .column.col_6:nth-child(odd),
.section.post-wrapper .row .column.col_6:nth-child(odd) {
  padding-right: 15px;
}
.woocommerce div.product .woocommerce-tabs .wc-tab#tab-description .row .column.col_6:nth-child(even),
.woocommerce div.product .woocommerce-tabs .wc-tab#tab-dc-description .row .column.col_6:nth-child(even),
.section.post-wrapper .row .column.col_6:nth-child(even) {
  padding-left: 15px;
}
.woocommerce div.product .woocommerce-tabs .wc-tab#tab-description .row .column.col_4,
.woocommerce div.product .woocommerce-tabs .wc-tab#tab-dc-description .row .column.col_4,
.section.post-wrapper .row .column.col_4 {
  width: 33.333%;
}
.woocommerce div.product .woocommerce-tabs .wc-tab#tab-description .row .column.col_3,
.woocommerce div.product .woocommerce-tabs .wc-tab#tab-dc-description .row .column.col_3,
.section.post-wrapper .row .column.col_3 {
  width: 25%;
}
.woocommerce div.product .woocommerce-tabs .wc-tab#tab-description .row .block,
.woocommerce div.product .woocommerce-tabs .wc-tab#tab-dc-description .row .block,
.section.post-wrapper .row .block {
  margin: 70px 0;
}
.woocommerce div.product .woocommerce-tabs .wc-tab#tab-description .row .block h3,
.woocommerce div.product .woocommerce-tabs .wc-tab#tab-dc-description .row .block h3,
.section.post-wrapper .row .block h3 {
  color: #958D87;
}
.woocommerce div.product .woocommerce-tabs .wc-tab#tab-description .row .block h2:not(:first-child),
.woocommerce div.product .woocommerce-tabs .wc-tab#tab-description .row .block h3:not(:first-child),
.woocommerce div.product .woocommerce-tabs .wc-tab#tab-dc-description .row .block h2:not(:first-child),
.woocommerce div.product .woocommerce-tabs .wc-tab#tab-dc-description .row .block h3:not(:first-child),
.section.post-wrapper .row .block h2:not(:first-child),
.section.post-wrapper .row .block h3:not(:first-child) {
  margin-top: 70px;
}
.woocommerce div.product .woocommerce-tabs .wc-tab#tab-description .row .block.image_block,
.woocommerce div.product .woocommerce-tabs .wc-tab#tab-dc-description .row .block.image_block,
.section.post-wrapper .row .block.image_block {
  width: 100%;
}
.woocommerce div.product .woocommerce-tabs .wc-tab#tab-description .row .block.image_block img,
.woocommerce div.product .woocommerce-tabs .wc-tab#tab-dc-description .row .block.image_block img,
.section.post-wrapper .row .block.image_block img {
  width: 100%;
}
.woocommerce div.product .woocommerce-tabs .wc-tab#tab-description .row .block.video_block .video,
.woocommerce div.product .woocommerce-tabs .wc-tab#tab-dc-description .row .block.video_block .video,
.section.post-wrapper .row .block.video_block .video {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  max-width: 100%;
  height: auto;
}
.woocommerce div.product .woocommerce-tabs .wc-tab#tab-description .row .block.video_block .video iframe, .woocommerce div.product .woocommerce-tabs .wc-tab#tab-description .row .block.video_block .video object, .woocommerce div.product .woocommerce-tabs .wc-tab#tab-description .row .block.video_block .video embed,
.woocommerce div.product .woocommerce-tabs .wc-tab#tab-dc-description .row .block.video_block .video iframe,
.woocommerce div.product .woocommerce-tabs .wc-tab#tab-dc-description .row .block.video_block .video object,
.woocommerce div.product .woocommerce-tabs .wc-tab#tab-dc-description .row .block.video_block .video embed,
.section.post-wrapper .row .block.video_block .video iframe,
.section.post-wrapper .row .block.video_block .video object,
.section.post-wrapper .row .block.video_block .video embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.woocommerce div.product .woocommerce-tabs .wc-tab#tab-description .row .block.video_block .video a,
.woocommerce div.product .woocommerce-tabs .wc-tab#tab-dc-description .row .block.video_block .video a,
.section.post-wrapper .row .block.video_block .video a {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
}
.woocommerce div.product .woocommerce-tabs .wc-tab#tab-description .row .block.video_block .video a img,
.woocommerce div.product .woocommerce-tabs .wc-tab#tab-dc-description .row .block.video_block .video a img,
.section.post-wrapper .row .block.video_block .video a img {
  width: 100%;
  display: none;
}
.woocommerce div.product .woocommerce-tabs .wc-tab#tab-description .row .block.video_block .video .play-btn,
.woocommerce div.product .woocommerce-tabs .wc-tab#tab-dc-description .row .block.video_block .video .play-btn,
.section.post-wrapper .row .block.video_block .video .play-btn {
  position: absolute;
}

.woocommerce div.product .woocommerce-tabs .wc-tab#tab-description > .content,
.woocommerce div.product .woocommerce-tabs .wc-tab#tab-dc-description > .content {
  text-align: left;
  border-bottom: 1px solid #D1D1D0;
  overflow: hidden;
  max-height: 1000px;
  margin-bottom: 30px;
  transition: all 1500ms ease-in-out;
}
.woocommerce div.product .woocommerce-tabs .wc-tab#tab-description > .content > h2:first-child,
.woocommerce div.product .woocommerce-tabs .wc-tab#tab-dc-description > .content > h2:first-child {
  display: none;
}
.woocommerce div.product .woocommerce-tabs .wc-tab#tab-description.show_full:after,
.woocommerce div.product .woocommerce-tabs .wc-tab#tab-dc-description.show_full:after {
  display: none;
}
.woocommerce div.product .woocommerce-tabs .wc-tab#tab-description.show_full > .content,
.woocommerce div.product .woocommerce-tabs .wc-tab#tab-dc-description.show_full > .content {
  max-height: 30000px;
  padding-bottom: 90px;
}
.woocommerce div.product .woocommerce-tabs .wc-tab#tab-description.show_full > .show_more,
.woocommerce div.product .woocommerce-tabs .wc-tab#tab-dc-description.show_full > .show_more {
  display: none;
}
.woocommerce div.product .woocommerce-tabs .wc-tab#tab-description .show_more,
.woocommerce div.product .woocommerce-tabs .wc-tab#tab-dc-description .show_more {
  position: absolute;
  bottom: -100px;
  left: calc(50% - 168px);
  width: 336px;
  padding: 12px;
  z-index: 1000;
  color: #958D87;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 1.3px;
  text-transform: uppercase;
  text-align: center;
  cursor: pointer;
  border: 1px solid #958D87;
  transition: all 250ms ease-in-out;
}
.woocommerce div.product .woocommerce-tabs .wc-tab#tab-description .show_more:hover,
.woocommerce div.product .woocommerce-tabs .wc-tab#tab-dc-description .show_more:hover {
  background: #FCD21F;
  border-color: #FCD21F;
  color: white;
}

.woocommerce div.product .woocommerce-tabs #tab-description .contentcontainer:not(:last-child),
.woocommerce div.product .woocommerce-tabs #tab-description .expandablecontentblock:not(:last-child),
.woocommerce div.product .woocommerce-tabs #tab-description .component-products-tab:not(:last-child),
.woocommerce div.product .woocommerce-tabs #tab-dc-description .contentcontainer:not(:last-child),
.woocommerce div.product .woocommerce-tabs #tab-dc-description .expandablecontentblock:not(:last-child),
.woocommerce div.product .woocommerce-tabs #tab-dc-description .component-products-tab:not(:last-child) {
  margin-bottom: 80px;
}
@media only screen and (min-width: 768px) {
  .woocommerce div.product .woocommerce-tabs #tab-description .contentcontainer .row,
  .woocommerce div.product .woocommerce-tabs #tab-description .expandablecontentblock .row,
  .woocommerce div.product .woocommerce-tabs #tab-description .component-products-tab .row,
  .woocommerce div.product .woocommerce-tabs #tab-dc-description .contentcontainer .row,
  .woocommerce div.product .woocommerce-tabs #tab-dc-description .expandablecontentblock .row,
  .woocommerce div.product .woocommerce-tabs #tab-dc-description .component-products-tab .row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 0 1 auto;
        flex: 0 1 auto;
    -ms-flex-pack: justify;
        justify-content: space-between;
  }
  .woocommerce div.product .woocommerce-tabs #tab-description .contentcontainer .row .col-sm-6:first-child,
  .woocommerce div.product .woocommerce-tabs #tab-description .expandablecontentblock .row .col-sm-6:first-child,
  .woocommerce div.product .woocommerce-tabs #tab-description .component-products-tab .row .col-sm-6:first-child,
  .woocommerce div.product .woocommerce-tabs #tab-dc-description .contentcontainer .row .col-sm-6:first-child,
  .woocommerce div.product .woocommerce-tabs #tab-dc-description .expandablecontentblock .row .col-sm-6:first-child,
  .woocommerce div.product .woocommerce-tabs #tab-dc-description .component-products-tab .row .col-sm-6:first-child {
    padding-right: 15px;
  }
  .woocommerce div.product .woocommerce-tabs #tab-description .contentcontainer .row .col-sm-6:last-child,
  .woocommerce div.product .woocommerce-tabs #tab-description .expandablecontentblock .row .col-sm-6:last-child,
  .woocommerce div.product .woocommerce-tabs #tab-description .component-products-tab .row .col-sm-6:last-child,
  .woocommerce div.product .woocommerce-tabs #tab-dc-description .contentcontainer .row .col-sm-6:last-child,
  .woocommerce div.product .woocommerce-tabs #tab-dc-description .expandablecontentblock .row .col-sm-6:last-child,
  .woocommerce div.product .woocommerce-tabs #tab-dc-description .component-products-tab .row .col-sm-6:last-child {
    padding-left: 15px;
  }
}
.woocommerce div.product .woocommerce-tabs #tab-description .contentcontainer > .block > .com_container:last-child,
.woocommerce div.product .woocommerce-tabs #tab-description .expandablecontentblock > .block > .com_container:last-child,
.woocommerce div.product .woocommerce-tabs #tab-description .component-products-tab > .block > .com_container:last-child,
.woocommerce div.product .woocommerce-tabs #tab-dc-description .contentcontainer > .block > .com_container:last-child,
.woocommerce div.product .woocommerce-tabs #tab-dc-description .expandablecontentblock > .block > .com_container:last-child,
.woocommerce div.product .woocommerce-tabs #tab-dc-description .component-products-tab > .block > .com_container:last-child {
  margin-top: 80px;
}
.woocommerce div.product .woocommerce-tabs #tab-description .contentcontainer > .block > .com_container:not(:last-child),
.woocommerce div.product .woocommerce-tabs #tab-description .expandablecontentblock > .block > .com_container:not(:last-child),
.woocommerce div.product .woocommerce-tabs #tab-description .component-products-tab > .block > .com_container:not(:last-child),
.woocommerce div.product .woocommerce-tabs #tab-dc-description .contentcontainer > .block > .com_container:not(:last-child),
.woocommerce div.product .woocommerce-tabs #tab-dc-description .expandablecontentblock > .block > .com_container:not(:last-child),
.woocommerce div.product .woocommerce-tabs #tab-dc-description .component-products-tab > .block > .com_container:not(:last-child) {
  margin-top: 80px;
  margin-bottom: 80px;
}
.woocommerce div.product .woocommerce-tabs #tab-description .expandablecontentblock .img_wrap img,
.woocommerce div.product .woocommerce-tabs #tab-dc-description .expandablecontentblock .img_wrap img {
  margin-left: -120px;
  width: calc(100% + 240px);
  max-width: calc(100% + 240px);
}
.woocommerce div.product .woocommerce-tabs #tab-description .list-dots,
.woocommerce div.product .woocommerce-tabs #tab-dc-description .list-dots {
  padding-top: 30px;
}
.woocommerce div.product .woocommerce-tabs #tab-description p a,
.woocommerce div.product .woocommerce-tabs #tab-dc-description p a {
  color: #4F5E85;
}

 /*------------------------------------*\
	
    SHOP - PRODUCT TABS - SPECIFICATIONS

\*------------------------------------*/
.woocommerce div.product .woocommerce-tabs .wc-tab#tab-specifications {
  position: relative;
}
.woocommerce div.product .woocommerce-tabs #tab-specifications .title1 {
  color: #7C746C;
  font-size: 32px;
}
@media only screen and (min-width: 768px) {
  .woocommerce div.product .woocommerce-tabs #tab-specifications > .row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 0 1 auto;
        flex: 0 1 auto;
    -ms-flex-pack: justify;
        justify-content: space-between;
  }
  .woocommerce div.product .woocommerce-tabs #tab-specifications > .row .col-sm-6:first-child {
    padding-right: 15px;
  }
  .woocommerce div.product .woocommerce-tabs #tab-specifications > .row .col-sm-6:last-child {
    padding-left: 15px;
  }
}
.woocommerce div.product .woocommerce-tabs #tab-specifications .contentcontainer:not(:last-child),
.woocommerce div.product .woocommerce-tabs #tab-specifications .expandablecontentblock:not(:last-child),
.woocommerce div.product .woocommerce-tabs #tab-specifications .component-products-tab:not(:last-child) {
  margin-bottom: 80px;
}
.woocommerce div.product .woocommerce-tabs #tab-specifications .expandablecontentblock .img_wrap img {
  margin-left: -120px;
  width: calc(100% + 240px);
  max-width: calc(100% + 240px);
}

 /*------------------------------------*\
	
    SHOP - PRODUCT - RELATED

\*------------------------------------*/
.woocommerce .site-main > div.product > .related {
  margin-top: 130px;
}
.woocommerce .site-main > div.product > .related h2 {
  font-size: 52px;
  margin-bottom: 2px;
}
.woocommerce .site-main > div.product > .related p {
  color: #7C746C;
  font-size: 24px;
  font-weight: 300;
  margin-bottom: 45px;
}
.woocommerce .site-main > div.product > .related ul.products li.product {
  width: calc(25% - 16px);
  margin: 0 21px 0 0;
}
.woocommerce .site-main > div.product > .related ul.products li.product:last-child {
  margin-right: 0;
}

/* WOOCOMERCE */
/*------------------------------------*\
	
    WOOCOMMERCE - DC MINI CART
    
\*------------------------------------*/
.dc_mini_cart {
  display: inline-block;
  position: relative;
}
.dc_mini_cart p {
  color: #141414;
}
.dc_mini_cart .dropdown-menu {
  position: absolute;
  top: 22px;
  right: 0;
  width: 300px;
  max-height: 0;
  padding: 0 20px;
  opacity: 0;
  transition: all 200ms ease-in-out;
}
.dc_mini_cart .dropdown-menu.active {
  max-height: 700px;
  opacity: 1;
  padding: 20px;
  margin-top: 20px;
}
.dc_mini_cart .dropdown-back {
  display: -ms-flexbox;
  display: flex;
  margin-left: 36px;
  color: white;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0.7px;
}
.dc_mini_cart .dropdown-back i {
  font-size: 18px;
  margin-right: 1px;
}
@media only screen and (max-width: 959px) {
  .dc_mini_cart .dropdown-back {
    margin-left: 24px;
    font-size: .9em;
  }
  .dc_mini_cart .dropdown-back i {
    padding-top: 2px;
  }
}
@media only screen and (max-width: 479px) {
  .dc_mini_cart .dropdown-back {
    font-size: .8em;
  }
}
.dc_mini_cart .dropdown-back .basket-item-count {
  color: #141414;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: -0.5px;
  background: white;
  border-radius: 20px;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  width: 20px;
  height: 20px;
  margin-left: 12px;
}
@media only screen and (max-width: 479px) {
  .dc_mini_cart .dropdown-back .basket-item-count {
    font-size: 11px;
    width: 17px;
    height: 17px;
  }
}
.dc_mini_cart .cart-contents {
  margin-bottom: 12px;
  display: -ms-flexbox;
  display: flex;
}
.dc_mini_cart .cart-contents:before {
  font-family: FontAwesome;
  content: "";
}
.dc_mini_cart .cart-contents .cart-contents-count {
  display: inline-block;
  width: 15px;
  height: 15px;
  line-height: 15px;
  background: black;
  color: white;
  text-align: center;
  border-radius: 50%;
  margin-left: 10px;
  font-size: 12px;
}
.dc_mini_cart #cart-dropdown {
  background: white;
  border-radius: 6px;
  z-index: 100000;
  border: 1px solid #E6E6E6;
  box-shadow: 0 2px 10px rgba(1, 1, 1, 0.25);
  overflow: hidden;
}
.dc_mini_cart #cart-dropdown .woocommerce-mini-cart-item {
  border-bottom: 1px solid #E6E6E6;
  padding: 12px 25px 12px 0;
  margin: 0;
  list-style: none;
}
.dc_mini_cart #cart-dropdown .woocommerce-mini-cart-item:first-child {
  padding-top: 0;
}
.dc_mini_cart #cart-dropdown .woocommerce-mini-cart-item a {
  font-size: .75em;
  line-height: 1.3em;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  margin-bottom: 8px;
}
.dc_mini_cart #cart-dropdown .woocommerce-mini-cart-item a img {
  width: 50px;
  margin-right: 14px;
}
.dc_mini_cart #cart-dropdown .woocommerce-mini-cart-item a.remove {
  margin: 0;
  font-size: 24px;
  color: black !important;
  position: absolute;
  right: 0;
}
.dc_mini_cart #cart-dropdown .woocommerce-mini-cart-item a.remove:hover {
  background: black;
  color: white !important;
}
.dc_mini_cart #cart-dropdown .woocommerce-mini-cart-item .variation {
  margin-bottom: 4px;
  border: 0 none;
  padding: 0;
}
.dc_mini_cart #cart-dropdown .woocommerce-mini-cart-item .variation dl, .dc_mini_cart #cart-dropdown .woocommerce-mini-cart-item .variation dt, .dc_mini_cart #cart-dropdown .woocommerce-mini-cart-item .variation p {
  font-size: 11px;
  line-height: 1.2em;
}
.dc_mini_cart #cart-dropdown .woocommerce-mini-cart-item .quantity {
  font-size: 13px;
  font-weight: 500;
  display: block;
}
.dc_mini_cart #cart-dropdown ul.product_list_widget li dl dd {
  margin-bottom: 0;
}
.dc_mini_cart #cart-dropdown .buttons {
  position: relative;
  margin: 0;
  border-top: 1px solid #F5F5F5;
  padding-top: 24px;
  margin-top: 24px;
}
.dc_mini_cart #cart-dropdown .buttons a {
  background: #F5F5F5;
  padding: 10px 18px;
  color: black;
  font-size: .85em;
  line-height: 27px;
  text-align: center;
}
.dc_mini_cart #cart-dropdown .buttons a:nth-child(2) {
  margin-left: 12px;
}
.dc_mini_cart #cart-dropdown .buttons a:hover {
  background: #FCD21F;
  color: black;
}
.dc_mini_cart #cart-dropdown .woocommerce-mini-cart__total {
  margin-top: 24px;
}

/*------------------------------------*\
	
    WOOCOMMERCE - CART PAGE
    
\*------------------------------------*/
article > .page_content > .inner > .woocommerce {
  padding: 0 30px;
  margin: 100px auto 0 auto;
  max-width: 1480px;
}
@media only screen and (max-width: 767px) {
  article > .page_content > .inner > .woocommerce {
    padding: 0 25px;
  }
}
article > .page_content > .inner > .woocommerce > form.woocommerce-cart-form {
  width: 100%;
}
article > .page_content > .inner > .woocommerce > form.woocommerce-cart-form table.shop_table {
  border-color: #E6E6E6;
}
article > .page_content > .inner > .woocommerce > form.woocommerce-cart-form table.shop_table th {
  font-size: 16px;
  font-weight: 400;
  padding: 16px 12px;
}
article > .page_content > .inner > .woocommerce > form.woocommerce-cart-form table.shop_table td {
  padding: 20px 12px;
  font-size: 16px;
}
article > .page_content > .inner > .woocommerce > form.woocommerce-cart-form table.shop_table td img {
  width: 80px;
}
article > .page_content > .inner > .woocommerce > form.woocommerce-cart-form table.shop_table td a.remove {
  color: #FCD21F;
}
article > .page_content > .inner > .woocommerce > form.woocommerce-cart-form table.shop_table td.product-remove a {
  margin: 0 auto;
}
article > .page_content > .inner > .woocommerce > form.woocommerce-cart-form table.shop_table td.product-name {
  max-width: 190px;
  font-size: 14px;
}
article > .page_content > .inner > .woocommerce > form.woocommerce-cart-form table.shop_table td.product-name > a {
  font-size: 1.25em;
  margin-bottom: 0;
  display: block;
}
article > .page_content > .inner > .woocommerce > form.woocommerce-cart-form table.shop_table td.product-name .variation {
  line-height: 1.5em;
  font-size: 14px;
  line-height: 24px;
}
article > .page_content > .inner > .woocommerce > form.woocommerce-cart-form table.shop_table td.product-name .variation p {
  font-size: 14px;
  line-height: 24px;
}
article > .page_content > .inner > .woocommerce > form.woocommerce-cart-form table.shop_table td.product-quantity {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
article > .page_content > .inner > .woocommerce > form.woocommerce-cart-form table.shop_table td.product-quantity input {
  padding: 16px;
  border: 1px solid #E6E6E6;
  border-radius: 6px;
}
article > .page_content > .inner > .woocommerce > form.woocommerce-cart-form table.shop_table .actions .coupon input {
  width: 200px;
  max-width: 45%;
  max-height: 70%;
  padding: 16px;
  border: 1px solid #E6E6E6;
  border-radius: 6px;
  height: 48px;
  box-sizing: border-box;
}
article > .page_content > .inner > .woocommerce > form.woocommerce-cart-form table.shop_table .actions .coupon button {
  margin-left: 5%;
  background: #D1D1D0;
}
article > .page_content > .inner > .woocommerce > form.woocommerce-cart-form table.shop_table .actions button {
  background: #D1D1D0;
  height: 48px;
}
article > .page_content > .inner > .woocommerce .cart-collaterals {
  width: 100%;
  float: none;
  margin: 0 auto;
  padding-bottom: 120px;
}
article > .page_content > .inner > .woocommerce .cart-collaterals .cart_totals {
  width: 50%;
  min-width: 400px;
  margin: 0 auto;
}
@media only screen and (max-width: 479px) {
  article > .page_content > .inner > .woocommerce .cart-collaterals .cart_totals {
    min-width: 100%;
  }
}
article > .page_content > .inner > .woocommerce .cart-collaterals .cart_totals h2 {
  font-size: 22px;
}
article > .page_content > .inner > .woocommerce .cart-collaterals .wc-proceed-to-checkout a.checkout-button {
  background: black;
}
article > .page_content > .inner > .woocommerce .cart-collaterals .wc-proceed-to-checkout a.checkout-button:hover {
  background: #FCD21F;
}

.woocommerce-checkout .woocommerce {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
}
.woocommerce-checkout .woocommerce form .form-row input.input-text,
.woocommerce-checkout .woocommerce form .form-row textarea {
  padding: 12px 6px;
}
.woocommerce-checkout .woocommerce form .form-row label {
  line-height: 2;
  margin-top: 12px;
}
.woocommerce-checkout .woocommerce #order_review_heading {
  margin-top: 24px;
}
.woocommerce-checkout #payment {
  margin-bottom: 120px;
}
.woocommerce-checkout #payment .wc_payment_methods {
  background: #D1D1D0;
}
.woocommerce-checkout #payment .form-row {
  background: #D1D1D0;
}
.woocommerce-checkout #payment button {
  background: black;
}
.woocommerce-checkout #payment button:hover {
  background: #FCD21F;
}

.woocommerce-cart .cart-empty,
.woocommerce-cart .return-to-shop {
  text-align: center;
}
.woocommerce-cart .return-to-shop a {
  background: #D1D1D0;
  color: black;
}
.woocommerce-cart .return-to-shop a:hover {
  background: #FCD21F;
  color: white;
}

/*------------------------------------*\
	
    WOOCOMMERCE - LOGIN
    
\*------------------------------------*/
.login_page .inner {
  max-width: 520px !important;
  margin-bottom: 70px !important;
}
.login_page .inner .gform_wrapper .gform_body ul li.gfield {
  list-style: none;
}
.login_page .inner .gform_wrapper .gform_body ul li.gfield .dc-forget-link {
  display: none;
}
.login_page .inner .gform_wrapper .gform_body ul li.gfield .gfield_checkbox {
  margin: 6px 0 22px;
}
.login_page .inner .gform_wrapper .gform_body ul li.gfield li {
  list-style: none;
  margin-left: 0;
}
.login_page .inner .gf_login_links {
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  font-size: 15px;
}
.login_page .inner .gf_login_links a:first-child {
  margin-right: 26px;
}

/*------------------------------------*\
	
    WOOCOMMERCE - ACCOUNTS PAGES
    
\*------------------------------------*/
body.woocommerce-account.woocommerce-page .panel.main .page_content {
  position: relative;
  background-size: cover;
  margin-top: 30px;
  margin-bottom: 30px;
}
@media only screen and (min-width: 768px) {
  body.woocommerce-account.woocommerce-page .panel.main .page_content {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}
@media only screen and (min-width: 950px) {
  body.woocommerce-account.woocommerce-page .panel.main .page_content {
    margin-top: 70px;
    margin-bottom: 70px;
  }
}
body.woocommerce-account.woocommerce-page .panel.main .page_content > .inner {
  width: 100%;
  max-width: 1480px;
  margin: 0 auto !important;
  padding-left: 30px;
  padding-right: 30px;
  box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  body.woocommerce-account.woocommerce-page .panel.main .page_content > .inner {
    width: 100%;
    max-width: 1480px;
    margin: 0 auto !important;
    padding-left: 25px;
    padding-right: 25px;
    box-sizing: border-box;
  }
}
body.woocommerce-account.woocommerce-page .panel.main .page_content .woocommerce .woocommerce-MyAccount-navigation {
  width: 22%;
}
@media only screen and (max-width: 767px) {
  body.woocommerce-account.woocommerce-page .panel.main .page_content .woocommerce .woocommerce-MyAccount-navigation {
    width: 100%;
  }
}
body.woocommerce-account.woocommerce-page .panel.main .page_content .woocommerce .woocommerce-MyAccount-navigation .mobile_menu {
  display: none;
}
@media only screen and (max-width: 767px) {
  body.woocommerce-account.woocommerce-page .panel.main .page_content .woocommerce .woocommerce-MyAccount-navigation .mobile_menu {
    display: block;
    text-align: right;
    margin: 10px 0;
  }
}
body.woocommerce-account.woocommerce-page .panel.main .page_content .woocommerce .woocommerce-MyAccount-navigation ul {
  max-width: 90%;
}
body.woocommerce-account.woocommerce-page .panel.main .page_content .woocommerce .woocommerce-MyAccount-navigation ul li {
  list-style: none;
  border-bottom: 1px solid #DAD9D7;
  margin-bottom: 13px;
  padding-bottom: 2px;
}
body.woocommerce-account.woocommerce-page .panel.main .page_content .woocommerce .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--contributions {
  display: none !important;
}
body.woocommerce-account.woocommerce-page .panel.main .page_content .woocommerce .woocommerce-MyAccount-navigation ul li a {
  color: #45547A;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 12px;
  padding-bottom: 5px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
}
@media only screen and (min-width: 950px) {
  body.woocommerce-account.woocommerce-page .panel.main .page_content .woocommerce .woocommerce-MyAccount-navigation ul li a {
    font-size: 14px;
    letter-spacing: 0.5px;
  }
}
body.woocommerce-account.woocommerce-page .panel.main .page_content .woocommerce .woocommerce-MyAccount-navigation ul li a:after {
  content: "";
  display: block;
  position: absolute;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  margin-right: 6px;
  margin-left: 12px;
  font-size: 1.4em;
  position: relative;
  vertical-align: 0;
  content: "";
  color: #958D87;
  transition: all 250ms ease-in-out;
}
@media only screen and (max-width: 767px) {
  body.woocommerce-account.woocommerce-page .panel.main .page_content .woocommerce .woocommerce-MyAccount-navigation:before {
    content: "";
    position: fixed;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    z-index: -1;
    background: rgba(30, 30, 30, 0.5);
    transition: all 40ms ease-in-out;
  }
  body.woocommerce-account.woocommerce-page .panel.main .page_content .woocommerce .woocommerce-MyAccount-navigation .menu_wrapper {
    width: 90vw;
    max-width: 360px;
    padding: 20px;
    position: fixed;
    right: -100vw;
    top: 0;
    height: 100vh;
    z-index: 1000000;
    overflow: scroll;
    background: #F7F7F7;
    transition: all 200ms ease-in-out;
  }
  body.woocommerce-account.woocommerce-page .panel.main .page_content .woocommerce .woocommerce-MyAccount-navigation .menu_wrapper > .widget {
    position: relative;
    z-index: 1;
  }
  body.woocommerce-account.woocommerce-page .panel.main .page_content .woocommerce .woocommerce-MyAccount-navigation.filter-active:before {
    z-index: 100000;
  }
  body.woocommerce-account.woocommerce-page .panel.main .page_content .woocommerce .woocommerce-MyAccount-navigation.filter-active .menu_wrapper {
    right: 0;
  }
}
body.woocommerce-account.woocommerce-page .panel.main .page_content .woocommerce .woocommerce-MyAccount-content {
  width: 76%;
}
@media only screen and (max-width: 767px) {
  body.woocommerce-account.woocommerce-page .panel.main .page_content .woocommerce .woocommerce-MyAccount-content {
    width: 100%;
  }
}
body.woocommerce-account.woocommerce-page .panel.main .page_content .woocommerce .woocommerce-MyAccount-content fieldset {
  margin: 30px 0;
}
body.woocommerce-account.woocommerce-page .panel.main .page_content .woocommerce .woocommerce-MyAccount-content label {
  color: #141414;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 6px;
  padding: 8px 15px !important;
}
body.woocommerce-account.woocommerce-page .panel.main .page_content .woocommerce .woocommerce-MyAccount-content label.focussed {
  top: -10px;
  font-size: 70%;
}
.bg_dark_blue body.woocommerce-account.woocommerce-page .panel.main .page_content .woocommerce .woocommerce-MyAccount-content label {
  color: white;
}
body.woocommerce-account.woocommerce-page .panel.main .page_content .woocommerce .woocommerce-MyAccount-content input[type=email],
body.woocommerce-account.woocommerce-page .panel.main .page_content .woocommerce .woocommerce-MyAccount-content input[type=number],
body.woocommerce-account.woocommerce-page .panel.main .page_content .woocommerce .woocommerce-MyAccount-content input[type=password],
body.woocommerce-account.woocommerce-page .panel.main .page_content .woocommerce .woocommerce-MyAccount-content input[type=tel],
body.woocommerce-account.woocommerce-page .panel.main .page_content .woocommerce .woocommerce-MyAccount-content input[type=text],
body.woocommerce-account.woocommerce-page .panel.main .page_content .woocommerce .woocommerce-MyAccount-content input[type=url],
body.woocommerce-account.woocommerce-page .panel.main .page_content .woocommerce .woocommerce-MyAccount-content textarea.medium,
body.woocommerce-account.woocommerce-page .panel.main .page_content .woocommerce .woocommerce-MyAccount-content textarea.large,
body.woocommerce-account.woocommerce-page .panel.main .page_content .woocommerce .woocommerce-MyAccount-content textarea.small,
body.woocommerce-account.woocommerce-page .panel.main .page_content .woocommerce .woocommerce-MyAccount-content select,
body.woocommerce-account.woocommerce-page .panel.main .page_content .woocommerce .woocommerce-MyAccount-content #theme-page select {
  color: #141414 !important;
  font-size: 18px;
  line-height: 20px;
  border-radius: 8px !important;
  background: none;
  background-color: white !important;
  padding: 9px 15px !important;
  margin: 0 !important;
  width: 100%;
  border: 1px solid #AEAEB1 !important;
  -webkit-appearance: none;
}
body.woocommerce-account.woocommerce-page .panel.main .page_content .woocommerce .woocommerce-MyAccount-content input[type=email]:focus,
body.woocommerce-account.woocommerce-page .panel.main .page_content .woocommerce .woocommerce-MyAccount-content input[type=number]:focus,
body.woocommerce-account.woocommerce-page .panel.main .page_content .woocommerce .woocommerce-MyAccount-content input[type=password]:focus,
body.woocommerce-account.woocommerce-page .panel.main .page_content .woocommerce .woocommerce-MyAccount-content input[type=tel]:focus,
body.woocommerce-account.woocommerce-page .panel.main .page_content .woocommerce .woocommerce-MyAccount-content input[type=text]:focus,
body.woocommerce-account.woocommerce-page .panel.main .page_content .woocommerce .woocommerce-MyAccount-content input[type=url]:focus,
body.woocommerce-account.woocommerce-page .panel.main .page_content .woocommerce .woocommerce-MyAccount-content textarea.medium:focus,
body.woocommerce-account.woocommerce-page .panel.main .page_content .woocommerce .woocommerce-MyAccount-content textarea.large:focus,
body.woocommerce-account.woocommerce-page .panel.main .page_content .woocommerce .woocommerce-MyAccount-content textarea.small:focus,
body.woocommerce-account.woocommerce-page .panel.main .page_content .woocommerce .woocommerce-MyAccount-content select:focus,
body.woocommerce-account.woocommerce-page .panel.main .page_content .woocommerce .woocommerce-MyAccount-content #theme-page select:focus {
  border-color: #FCD21F !important;
}
body.woocommerce-account.woocommerce-page .panel.main .page_content .woocommerce .woocommerce-MyAccount-content input[type=email]::-webkit-input-placeholder,
body.woocommerce-account.woocommerce-page .panel.main .page_content .woocommerce .woocommerce-MyAccount-content input[type=number]::-webkit-input-placeholder,
body.woocommerce-account.woocommerce-page .panel.main .page_content .woocommerce .woocommerce-MyAccount-content input[type=password]::-webkit-input-placeholder,
body.woocommerce-account.woocommerce-page .panel.main .page_content .woocommerce .woocommerce-MyAccount-content input[type=tel]::-webkit-input-placeholder,
body.woocommerce-account.woocommerce-page .panel.main .page_content .woocommerce .woocommerce-MyAccount-content input[type=text]::-webkit-input-placeholder,
body.woocommerce-account.woocommerce-page .panel.main .page_content .woocommerce .woocommerce-MyAccount-content input[type=url]::-webkit-input-placeholder,
body.woocommerce-account.woocommerce-page .panel.main .page_content .woocommerce .woocommerce-MyAccount-content textarea.medium::-webkit-input-placeholder,
body.woocommerce-account.woocommerce-page .panel.main .page_content .woocommerce .woocommerce-MyAccount-content textarea.large::-webkit-input-placeholder,
body.woocommerce-account.woocommerce-page .panel.main .page_content .woocommerce .woocommerce-MyAccount-content textarea.small::-webkit-input-placeholder,
body.woocommerce-account.woocommerce-page .panel.main .page_content .woocommerce .woocommerce-MyAccount-content select::-webkit-input-placeholder,
body.woocommerce-account.woocommerce-page .panel.main .page_content .woocommerce .woocommerce-MyAccount-content #theme-page select::-webkit-input-placeholder {
  font-size: 16px;
  font-weight: 300 !important;
  color: #AEAEB1;
  transition: all 250ms ease-in-out;
}
body.woocommerce-account.woocommerce-page .panel.main .page_content .woocommerce .woocommerce-MyAccount-content input[type=email]::-moz-placeholder,
body.woocommerce-account.woocommerce-page .panel.main .page_content .woocommerce .woocommerce-MyAccount-content input[type=number]::-moz-placeholder,
body.woocommerce-account.woocommerce-page .panel.main .page_content .woocommerce .woocommerce-MyAccount-content input[type=password]::-moz-placeholder,
body.woocommerce-account.woocommerce-page .panel.main .page_content .woocommerce .woocommerce-MyAccount-content input[type=tel]::-moz-placeholder,
body.woocommerce-account.woocommerce-page .panel.main .page_content .woocommerce .woocommerce-MyAccount-content input[type=text]::-moz-placeholder,
body.woocommerce-account.woocommerce-page .panel.main .page_content .woocommerce .woocommerce-MyAccount-content input[type=url]::-moz-placeholder,
body.woocommerce-account.woocommerce-page .panel.main .page_content .woocommerce .woocommerce-MyAccount-content textarea.medium::-moz-placeholder,
body.woocommerce-account.woocommerce-page .panel.main .page_content .woocommerce .woocommerce-MyAccount-content textarea.large::-moz-placeholder,
body.woocommerce-account.woocommerce-page .panel.main .page_content .woocommerce .woocommerce-MyAccount-content textarea.small::-moz-placeholder,
body.woocommerce-account.woocommerce-page .panel.main .page_content .woocommerce .woocommerce-MyAccount-content select::-moz-placeholder,
body.woocommerce-account.woocommerce-page .panel.main .page_content .woocommerce .woocommerce-MyAccount-content #theme-page select::-moz-placeholder {
  font-size: 16px;
  font-weight: 300 !important;
  color: #AEAEB1;
  transition: all 250ms ease-in-out;
}
body.woocommerce-account.woocommerce-page .panel.main .page_content .woocommerce .woocommerce-MyAccount-content input[type=email]:-ms-input-placeholder,
body.woocommerce-account.woocommerce-page .panel.main .page_content .woocommerce .woocommerce-MyAccount-content input[type=number]:-ms-input-placeholder,
body.woocommerce-account.woocommerce-page .panel.main .page_content .woocommerce .woocommerce-MyAccount-content input[type=password]:-ms-input-placeholder,
body.woocommerce-account.woocommerce-page .panel.main .page_content .woocommerce .woocommerce-MyAccount-content input[type=tel]:-ms-input-placeholder,
body.woocommerce-account.woocommerce-page .panel.main .page_content .woocommerce .woocommerce-MyAccount-content input[type=text]:-ms-input-placeholder,
body.woocommerce-account.woocommerce-page .panel.main .page_content .woocommerce .woocommerce-MyAccount-content input[type=url]:-ms-input-placeholder,
body.woocommerce-account.woocommerce-page .panel.main .page_content .woocommerce .woocommerce-MyAccount-content textarea.medium:-ms-input-placeholder,
body.woocommerce-account.woocommerce-page .panel.main .page_content .woocommerce .woocommerce-MyAccount-content textarea.large:-ms-input-placeholder,
body.woocommerce-account.woocommerce-page .panel.main .page_content .woocommerce .woocommerce-MyAccount-content textarea.small:-ms-input-placeholder,
body.woocommerce-account.woocommerce-page .panel.main .page_content .woocommerce .woocommerce-MyAccount-content select:-ms-input-placeholder,
body.woocommerce-account.woocommerce-page .panel.main .page_content .woocommerce .woocommerce-MyAccount-content #theme-page select:-ms-input-placeholder {
  font-size: 16px;
  font-weight: 300 !important;
  color: #AEAEB1;
  transition: all 250ms ease-in-out;
}
body.woocommerce-account.woocommerce-page .panel.main .page_content .woocommerce .woocommerce-MyAccount-content input[type=email]::-moz-placeholder,
body.woocommerce-account.woocommerce-page .panel.main .page_content .woocommerce .woocommerce-MyAccount-content input[type=number]::-moz-placeholder,
body.woocommerce-account.woocommerce-page .panel.main .page_content .woocommerce .woocommerce-MyAccount-content input[type=password]::-moz-placeholder,
body.woocommerce-account.woocommerce-page .panel.main .page_content .woocommerce .woocommerce-MyAccount-content input[type=tel]::-moz-placeholder,
body.woocommerce-account.woocommerce-page .panel.main .page_content .woocommerce .woocommerce-MyAccount-content input[type=text]::-moz-placeholder,
body.woocommerce-account.woocommerce-page .panel.main .page_content .woocommerce .woocommerce-MyAccount-content input[type=url]::-moz-placeholder,
body.woocommerce-account.woocommerce-page .panel.main .page_content .woocommerce .woocommerce-MyAccount-content textarea.medium::-moz-placeholder,
body.woocommerce-account.woocommerce-page .panel.main .page_content .woocommerce .woocommerce-MyAccount-content textarea.large::-moz-placeholder,
body.woocommerce-account.woocommerce-page .panel.main .page_content .woocommerce .woocommerce-MyAccount-content textarea.small::-moz-placeholder,
body.woocommerce-account.woocommerce-page .panel.main .page_content .woocommerce .woocommerce-MyAccount-content select::-moz-placeholder,
body.woocommerce-account.woocommerce-page .panel.main .page_content .woocommerce .woocommerce-MyAccount-content #theme-page select::-moz-placeholder {
  font-size: 16px;
  font-weight: 300 !important;
  color: #AEAEB1;
  transition: all 250ms ease-in-out;
}
body.woocommerce-account.woocommerce-page .panel.main .page_content .woocommerce .woocommerce-MyAccount-content input[type=email]:focus::-webkit-input-placeholder,
body.woocommerce-account.woocommerce-page .panel.main .page_content .woocommerce .woocommerce-MyAccount-content input[type=number]:focus::-webkit-input-placeholder,
body.woocommerce-account.woocommerce-page .panel.main .page_content .woocommerce .woocommerce-MyAccount-content input[type=password]:focus::-webkit-input-placeholder,
body.woocommerce-account.woocommerce-page .panel.main .page_content .woocommerce .woocommerce-MyAccount-content input[type=tel]:focus::-webkit-input-placeholder,
body.woocommerce-account.woocommerce-page .panel.main .page_content .woocommerce .woocommerce-MyAccount-content input[type=text]:focus::-webkit-input-placeholder,
body.woocommerce-account.woocommerce-page .panel.main .page_content .woocommerce .woocommerce-MyAccount-content input[type=url]:focus::-webkit-input-placeholder,
body.woocommerce-account.woocommerce-page .panel.main .page_content .woocommerce .woocommerce-MyAccount-content textarea.medium:focus::-webkit-input-placeholder,
body.woocommerce-account.woocommerce-page .panel.main .page_content .woocommerce .woocommerce-MyAccount-content textarea.large:focus::-webkit-input-placeholder,
body.woocommerce-account.woocommerce-page .panel.main .page_content .woocommerce .woocommerce-MyAccount-content textarea.small:focus::-webkit-input-placeholder,
body.woocommerce-account.woocommerce-page .panel.main .page_content .woocommerce .woocommerce-MyAccount-content select:focus::-webkit-input-placeholder,
body.woocommerce-account.woocommerce-page .panel.main .page_content .woocommerce .woocommerce-MyAccount-content #theme-page select:focus::-webkit-input-placeholder {
  color: #FCD21F;
}
body.woocommerce-account.woocommerce-page .panel.main .page_content .woocommerce .woocommerce-MyAccount-content input[type=email]:focus::-moz-placeholder,
body.woocommerce-account.woocommerce-page .panel.main .page_content .woocommerce .woocommerce-MyAccount-content input[type=number]:focus::-moz-placeholder,
body.woocommerce-account.woocommerce-page .panel.main .page_content .woocommerce .woocommerce-MyAccount-content input[type=password]:focus::-moz-placeholder,
body.woocommerce-account.woocommerce-page .panel.main .page_content .woocommerce .woocommerce-MyAccount-content input[type=tel]:focus::-moz-placeholder,
body.woocommerce-account.woocommerce-page .panel.main .page_content .woocommerce .woocommerce-MyAccount-content input[type=text]:focus::-moz-placeholder,
body.woocommerce-account.woocommerce-page .panel.main .page_content .woocommerce .woocommerce-MyAccount-content input[type=url]:focus::-moz-placeholder,
body.woocommerce-account.woocommerce-page .panel.main .page_content .woocommerce .woocommerce-MyAccount-content textarea.medium:focus::-moz-placeholder,
body.woocommerce-account.woocommerce-page .panel.main .page_content .woocommerce .woocommerce-MyAccount-content textarea.large:focus::-moz-placeholder,
body.woocommerce-account.woocommerce-page .panel.main .page_content .woocommerce .woocommerce-MyAccount-content textarea.small:focus::-moz-placeholder,
body.woocommerce-account.woocommerce-page .panel.main .page_content .woocommerce .woocommerce-MyAccount-content select:focus::-moz-placeholder,
body.woocommerce-account.woocommerce-page .panel.main .page_content .woocommerce .woocommerce-MyAccount-content #theme-page select:focus::-moz-placeholder {
  color: #FCD21F;
}
body.woocommerce-account.woocommerce-page .panel.main .page_content .woocommerce .woocommerce-MyAccount-content input[type=email]:focus:-ms-input-placeholder,
body.woocommerce-account.woocommerce-page .panel.main .page_content .woocommerce .woocommerce-MyAccount-content input[type=number]:focus:-ms-input-placeholder,
body.woocommerce-account.woocommerce-page .panel.main .page_content .woocommerce .woocommerce-MyAccount-content input[type=password]:focus:-ms-input-placeholder,
body.woocommerce-account.woocommerce-page .panel.main .page_content .woocommerce .woocommerce-MyAccount-content input[type=tel]:focus:-ms-input-placeholder,
body.woocommerce-account.woocommerce-page .panel.main .page_content .woocommerce .woocommerce-MyAccount-content input[type=text]:focus:-ms-input-placeholder,
body.woocommerce-account.woocommerce-page .panel.main .page_content .woocommerce .woocommerce-MyAccount-content input[type=url]:focus:-ms-input-placeholder,
body.woocommerce-account.woocommerce-page .panel.main .page_content .woocommerce .woocommerce-MyAccount-content textarea.medium:focus:-ms-input-placeholder,
body.woocommerce-account.woocommerce-page .panel.main .page_content .woocommerce .woocommerce-MyAccount-content textarea.large:focus:-ms-input-placeholder,
body.woocommerce-account.woocommerce-page .panel.main .page_content .woocommerce .woocommerce-MyAccount-content textarea.small:focus:-ms-input-placeholder,
body.woocommerce-account.woocommerce-page .panel.main .page_content .woocommerce .woocommerce-MyAccount-content select:focus:-ms-input-placeholder,
body.woocommerce-account.woocommerce-page .panel.main .page_content .woocommerce .woocommerce-MyAccount-content #theme-page select:focus:-ms-input-placeholder {
  color: #FCD21F;
}
body.woocommerce-account.woocommerce-page .panel.main .page_content .woocommerce .woocommerce-MyAccount-content input[type=email]:focus::-moz-placeholder,
body.woocommerce-account.woocommerce-page .panel.main .page_content .woocommerce .woocommerce-MyAccount-content input[type=number]:focus::-moz-placeholder,
body.woocommerce-account.woocommerce-page .panel.main .page_content .woocommerce .woocommerce-MyAccount-content input[type=password]:focus::-moz-placeholder,
body.woocommerce-account.woocommerce-page .panel.main .page_content .woocommerce .woocommerce-MyAccount-content input[type=tel]:focus::-moz-placeholder,
body.woocommerce-account.woocommerce-page .panel.main .page_content .woocommerce .woocommerce-MyAccount-content input[type=text]:focus::-moz-placeholder,
body.woocommerce-account.woocommerce-page .panel.main .page_content .woocommerce .woocommerce-MyAccount-content input[type=url]:focus::-moz-placeholder,
body.woocommerce-account.woocommerce-page .panel.main .page_content .woocommerce .woocommerce-MyAccount-content textarea.medium:focus::-moz-placeholder,
body.woocommerce-account.woocommerce-page .panel.main .page_content .woocommerce .woocommerce-MyAccount-content textarea.large:focus::-moz-placeholder,
body.woocommerce-account.woocommerce-page .panel.main .page_content .woocommerce .woocommerce-MyAccount-content textarea.small:focus::-moz-placeholder,
body.woocommerce-account.woocommerce-page .panel.main .page_content .woocommerce .woocommerce-MyAccount-content select:focus::-moz-placeholder,
body.woocommerce-account.woocommerce-page .panel.main .page_content .woocommerce .woocommerce-MyAccount-content #theme-page select:focus::-moz-placeholder {
  color: #FCD21F;
}
body.woocommerce-account.woocommerce-page .panel.main .page_content .woocommerce .woocommerce-MyAccount-content input[type=text].datepicker {
  width: 100%;
}
body.woocommerce-account.woocommerce-page .panel.main .page_content .woocommerce .woocommerce-MyAccount-content .woocommerce-Button,
body.woocommerce-account.woocommerce-page .panel.main .page_content .woocommerce .woocommerce-MyAccount-content .woocommerce-button {
  font-size: 14px;
  letter-spacing: 1px;
  line-height: 20px;
  text-transform: uppercase;
  text-align: center;
  color: #283046;
  background: #FCD21F;
  display: inline-block;
  box-sizing: border-box;
  min-width: 160px;
  width: auto;
  padding: 11px;
  opacity: 1;
  margin: 0 !important;
  padding: 11px;
  border: 0 none;
  font-size: 16px !important;
  padding: 14px;
}
body.woocommerce-account.woocommerce-page .panel.main .page_content .woocommerce .woocommerce-MyAccount-content .woocommerce-Button:hover,
body.woocommerce-account.woocommerce-page .panel.main .page_content .woocommerce .woocommerce-MyAccount-content .woocommerce-button:hover {
  color: white;
  background: #283046;
}
body.woocommerce-account.woocommerce-page .panel.main .page_content .woocommerce .woocommerce-MyAccount-content .woocommerce-Button.black-btn,
body.woocommerce-account.woocommerce-page .panel.main .page_content .woocommerce .woocommerce-MyAccount-content .woocommerce-button.black-btn {
  color: #FCD21F;
  background: #141414;
}
body.woocommerce-account.woocommerce-page .panel.main .page_content .woocommerce .woocommerce-MyAccount-content .woocommerce-Button.black-btn:hover,
body.woocommerce-account.woocommerce-page .panel.main .page_content .woocommerce .woocommerce-MyAccount-content .woocommerce-button.black-btn:hover {
  color: #141414;
  background: #FCD21F;
}
@media only screen and (min-width: 768px) {
  body.woocommerce-account.woocommerce-page .panel.main .page_content .woocommerce .woocommerce-MyAccount-content .woocommerce-Button,
  body.woocommerce-account.woocommerce-page .panel.main .page_content .woocommerce .woocommerce-MyAccount-content .woocommerce-button {
    font-size: 18px;
    padding: 15px;
    min-width: 216px;
  }
}
@media only screen and (max-width: 650px) {
  body.woocommerce-account.woocommerce-page .panel.main .page_content .woocommerce .woocommerce-MyAccount-content .woocommerce-Button,
  body.woocommerce-account.woocommerce-page .panel.main .page_content .woocommerce .woocommerce-MyAccount-content .woocommerce-button {
    padding: 14px !important;
  }
}
body.woocommerce-account.woocommerce-page .panel.main .page_content .woocommerce .woocommerce-MyAccount-content .woocommerce-Button:hover,
body.woocommerce-account.woocommerce-page .panel.main .page_content .woocommerce .woocommerce-MyAccount-content .woocommerce-button:hover {
  background: #283046 !important;
  color: #FFFFFF !important;
}
body.woocommerce-account.woocommerce-page .panel.main .page_content .woocommerce .woocommerce-MyAccount-content .woocommerce-orders-table thead th {
  width: 20%;
}
body.woocommerce-account.woocommerce-page .panel.main .page_content .woocommerce .woocommerce-MyAccount-content .woocommerce-orders-table thead th:nth-child(1) {
  width: 15%;
}
body.woocommerce-account.woocommerce-page .panel.main .page_content .woocommerce .woocommerce-MyAccount-content .woocommerce-orders-table tr td {
  padding: 10px;
}
body.woocommerce-account.woocommerce-page .panel.main .page_content .woocommerce .woocommerce-MyAccount-content .woocommerce-orders-table tr td .woocommerce-button {
  padding: 10px;
  max-width: 100px !important;
  display: block;
}

/* THEME SPECIFIC */
/* PAGES */
/*------------------------------------*\
   404
\*------------------------------------*/
#post-404 a {
  margin-top: 50px !important;
}
#post-404 a:hover {
  text-decoration: none;
}

body.error404 .panel.main .row {
  margin: 300px auto 150px;
}
body.error404 .panel.main .row .M12 {
  padding: 0;
}
body.error404 .panel.main .row #post-404 {
  width: 100%;
  max-width: 1480px;
  margin: 0 auto !important;
  padding-left: 20px;
  padding-right: 20px;
  box-sizing: border-box;
  margin: 100px auto !important;
  text-align: center;
  font-size: 18px;
}
body.error404 .panel.main .row #post-404 .page_not_found span {
  display: block;
}
body.error404 .panel.main .row #post-404 .page_not_found span.not-found-title {
  color: #FCD21F;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 100;
}
body.error404 .panel.main .row #post-404 .page_not_found span.not-found-subtitle {
  color: #FCD21F;
  font-size: 180px;
  text-transform: uppercase;
  padding: 0px 0 30px;
  font-weight: 100;
  line-height: 170px;
}
body.error404 .panel.main .row #post-404 .error_search {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  text-align: center;
}
body.error404 .panel.main .row #post-404 .error_search form.search {
  position: relative;
  max-width: 800px;
  margin: 0 auto;
}
body.error404 .panel.main .row #post-404 .error_search form.search input.search-input {
  color: #141414 !important;
  font-size: 18px;
  line-height: 20px;
  -ms-flex: 1;
      flex: 1;
  border-radius: 8px !important;
  background: none;
  background-color: white !important;
  padding: 15px 30px !important;
  margin: 0 !important;
  width: 60%;
}
body.error404 .panel.main .row #post-404 .error_search form.search input.search-input:focus {
  border-color: #FCD21F !important;
}
body.error404 .panel.main .row #post-404 .error_search form.search input.search-input::-webkit-input-placeholder {
  font-size: 16px;
  font-weight: 300 !important;
  color: #AEAEB1;
  transition: all 250ms ease-in-out;
}
body.error404 .panel.main .row #post-404 .error_search form.search input.search-input::-moz-placeholder {
  font-size: 16px;
  font-weight: 300 !important;
  color: #AEAEB1;
  transition: all 250ms ease-in-out;
}
body.error404 .panel.main .row #post-404 .error_search form.search input.search-input:-ms-input-placeholder {
  font-size: 16px;
  font-weight: 300 !important;
  color: #AEAEB1;
  transition: all 250ms ease-in-out;
}
body.error404 .panel.main .row #post-404 .error_search form.search input.search-input::-moz-placeholder {
  font-size: 16px;
  font-weight: 300 !important;
  color: #AEAEB1;
  transition: all 250ms ease-in-out;
}
body.error404 .panel.main .row #post-404 .error_search form.search input.search-input:focus::-webkit-input-placeholder {
  color: #FCD21F;
}
body.error404 .panel.main .row #post-404 .error_search form.search input.search-input:focus::-moz-placeholder {
  color: #FCD21F;
}
body.error404 .panel.main .row #post-404 .error_search form.search input.search-input:focus:-ms-input-placeholder {
  color: #FCD21F;
}
body.error404 .panel.main .row #post-404 .error_search form.search input.search-input:focus::-moz-placeholder {
  color: #FCD21F;
}
body.error404 .panel.main .row #post-404 .error_search form.search button.search-submit {
  font-size: 14px;
  letter-spacing: 1px;
  line-height: 20px;
  text-transform: uppercase;
  text-align: center;
  color: #283046;
  background: #FCD21F;
  display: inline-block;
  box-sizing: border-box;
  min-width: 160px;
  width: auto;
  padding: 11px;
  opacity: 1;
  margin: 0 0 0 20px !important;
}
body.error404 .panel.main .row #post-404 .error_search form.search button.search-submit:hover {
  color: white;
  background: #283046;
}
body.error404 .panel.main .row #post-404 .error_search form.search button.search-submit.black-btn {
  color: #FCD21F;
  background: #141414;
}
body.error404 .panel.main .row #post-404 .error_search form.search button.search-submit.black-btn:hover {
  color: #141414;
  background: #FCD21F;
}
@media only screen and (min-width: 768px) {
  body.error404 .panel.main .row #post-404 .error_search form.search button.search-submit {
    font-size: 18px;
    padding: 15px;
    min-width: 216px;
  }
}
@media only screen and (max-width: 650px) {
  body.error404 .panel.main .row #post-404 .error_search form.search button.search-submit {
    padding: 6px 32px !important;
  }
}
body.error404 .panel.main .row #post-404 .error_search form.search button.search-submit:hover {
  background: #FCD21F !important;
  color: #FFFFFF !important;
}

/*------------------------------------*\
	
    SEARCH RESULTS
    
\*------------------------------------*/
body.search-results .search-content,
body.search-no-results .search-content {
  width: 100%;
  max-width: 1480px;
  margin: 0 auto !important;
  padding-left: 20px;
  padding-right: 20px;
  box-sizing: border-box;
  margin-top: 80px !important;
  margin-bottom: 50px !important;
}
body.search-results .search-content form.search,
body.search-no-results .search-content form.search {
  max-width: 800px;
  margin: 50px auto;
  display: -ms-flexbox;
  display: flex;
}
body.search-results .search-content form.search input,
body.search-no-results .search-content form.search input {
  color: #141414 !important;
  font-size: 18px;
  line-height: 20px;
  -ms-flex: 1;
      flex: 1;
  border-radius: 8px !important;
  background: none;
  background-color: white !important;
  padding: 15px 30px !important;
  margin: 0 !important;
  width: 60%;
}
body.search-results .search-content form.search input:focus,
body.search-no-results .search-content form.search input:focus {
  border-color: #FCD21F !important;
}
body.search-results .search-content form.search input::-webkit-input-placeholder,
body.search-no-results .search-content form.search input::-webkit-input-placeholder {
  font-size: 16px;
  font-weight: 300 !important;
  color: #AEAEB1;
  transition: all 250ms ease-in-out;
}
body.search-results .search-content form.search input::-moz-placeholder,
body.search-no-results .search-content form.search input::-moz-placeholder {
  font-size: 16px;
  font-weight: 300 !important;
  color: #AEAEB1;
  transition: all 250ms ease-in-out;
}
body.search-results .search-content form.search input:-ms-input-placeholder,
body.search-no-results .search-content form.search input:-ms-input-placeholder {
  font-size: 16px;
  font-weight: 300 !important;
  color: #AEAEB1;
  transition: all 250ms ease-in-out;
}
body.search-results .search-content form.search input::-moz-placeholder,
body.search-no-results .search-content form.search input::-moz-placeholder {
  font-size: 16px;
  font-weight: 300 !important;
  color: #AEAEB1;
  transition: all 250ms ease-in-out;
}
body.search-results .search-content form.search input:focus::-webkit-input-placeholder,
body.search-no-results .search-content form.search input:focus::-webkit-input-placeholder {
  color: #FCD21F;
}
body.search-results .search-content form.search input:focus::-moz-placeholder,
body.search-no-results .search-content form.search input:focus::-moz-placeholder {
  color: #FCD21F;
}
body.search-results .search-content form.search input:focus:-ms-input-placeholder,
body.search-no-results .search-content form.search input:focus:-ms-input-placeholder {
  color: #FCD21F;
}
body.search-results .search-content form.search input:focus::-moz-placeholder,
body.search-no-results .search-content form.search input:focus::-moz-placeholder {
  color: #FCD21F;
}
body.search-results .search-content form.search button.search-submit,
body.search-no-results .search-content form.search button.search-submit {
  font-size: 14px;
  letter-spacing: 1px;
  line-height: 20px;
  text-transform: uppercase;
  text-align: center;
  color: #283046;
  background: #FCD21F;
  display: inline-block;
  box-sizing: border-box;
  min-width: 160px;
  width: auto;
  padding: 11px;
  opacity: 1;
  margin: 0 0 0 20px !important;
}
body.search-results .search-content form.search button.search-submit:hover,
body.search-no-results .search-content form.search button.search-submit:hover {
  color: white;
  background: #283046;
}
body.search-results .search-content form.search button.search-submit.black-btn,
body.search-no-results .search-content form.search button.search-submit.black-btn {
  color: #FCD21F;
  background: #141414;
}
body.search-results .search-content form.search button.search-submit.black-btn:hover,
body.search-no-results .search-content form.search button.search-submit.black-btn:hover {
  color: #141414;
  background: #FCD21F;
}
@media only screen and (min-width: 768px) {
  body.search-results .search-content form.search button.search-submit,
  body.search-no-results .search-content form.search button.search-submit {
    font-size: 18px;
    padding: 15px;
    min-width: 216px;
  }
}
@media only screen and (max-width: 650px) {
  body.search-results .search-content form.search button.search-submit,
  body.search-no-results .search-content form.search button.search-submit {
    padding: 6px 32px !important;
  }
}
body.search-results .search-content form.search button.search-submit:hover,
body.search-no-results .search-content form.search button.search-submit:hover {
  background: #FCD21F !important;
  color: #FFFFFF !important;
}
body.search-results .search-content .result_post,
body.search-no-results .search-content .result_post {
  margin: 30px 10px;
  padding-bottom: 30px;
}
@media only screen and (max-width: 766px) {
  body.search-results .search-content .result_post,
  body.search-no-results .search-content .result_post {
    margin: 30px 0;
  }
}
body.search-results .search-content .result_post .title,
body.search-no-results .search-content .result_post .title {
  margin-bottom: 6px;
}
body.search-results .search-content .result_post .title a,
body.search-no-results .search-content .result_post .title a {
  color: #FCD21F;
  font-size: 23px;
  line-height: 1.15em;
}
@media only screen and (max-width: 766px) {
  body.search-results .search-content .result_post .title a,
  body.search-no-results .search-content .result_post .title a {
    font-size: 18px;
  }
}
body.search-results .search-content .result_post .title a:hover,
body.search-no-results .search-content .result_post .title a:hover {
  color: #FCD21F;
}
body.search-results .search-content .result_post p.excerpt,
body.search-no-results .search-content .result_post p.excerpt {
  margin-bottom: 18px;
}
body.search-results .search-content .result_post .post_type,
body.search-no-results .search-content .result_post .post_type {
  color: #FFFFFF;
  background: #FCD21F;
  font-size: 13px;
  text-transform: uppercase;
  border: 1px solid #FCD21F;
  display: inline-block;
  width: auto;
  padding: 0 7px;
  margin-bottom: 0;
  border-radius: 4px;
}

/*# sourceMappingURL=theme.css.map */