@charset "UTF-8";
/*------------------------------------*\
	
    SCSS COMPILE LIST
    
\*------------------------------------*/
/* DEFAULT RESPONSIVE LAYOUTS */
/*------------------------------------*\
    LITESPEED 
\*------------------------------------*/
/* PART 1 - Before Lazy Load */
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;600&family=Sedgwick+Ave+Display&display=swap");
@import url("http://fast.fonts.net/t/1.css?apiType=css&projectid=7dd7ba90-af82-49d9-be94-bd4d912bf059");
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%;
}

/* @import must be at top of file, otherwise CSS will not work */
body, a.dc-btn, a.dc-link, a.white-link, ul li, ol li, .dc-testimonials .item .text, .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, .gform_wrapper .gform_footer input.button,
.gform_wrapper .gform_footer input[type=submit], .woocommerce .woocommerce-breadcrumb, .shop-list .woocommerce-ordering select, .shop-layout .shop-list .woocommerce-result-count, .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, .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, .woocommerce .site-main > div.product .summary .product_meta .price_match h4, .woocommerce .site-main > div.product .summary .product_tags .label,
.woocommerce .site-main > div.product .summary .sku_wrapper .label, .woocommerce .site-main > div.product .summary .product_tags .sku,
.woocommerce .site-main > div.product .summary .product_tags .tagged_as a,
.woocommerce .site-main > div.product .summary .sku_wrapper .sku,
.woocommerce .site-main > div.product .summary .sku_wrapper .tagged_as a, .woocommerce div.product .woocommerce-tabs #tab-specifications .title1 {
  font-family: 'Montserrat', sans-serif;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-weight: 400;
}

#header_main .main_menu #mega-menu-foil-menu > li.mega-menu-item > a.mega-menu-link, #header_main .main_menu #mega-menu-sup-menu > li.mega-menu-item > a.mega-menu-link, .dc-advice > .inner .sidebarWrap .widget-content-text .sidebar-search, .header-shop > div, .header-shop span a, .dc-woocommerce-ordering form select, .shop-layout .shop-sidebar .widget-content-text .text-input, .woocommerce .site-main > div.product .summary form.cart button.single_add_to_cart_button, .woocommerce .site-main > div.product .summary form.cart .dc-btn, .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 {
  font-family: 'Montserrat', sans-serif;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-weight: 600;
}

@font-face {
  font-family: "Ebony W01 Regular";
  src: url("../fonts/ebony/1afe86b0-7a0f-4987-b522-bb0f11ef4c64.woff2") format("woff2"), url("../fonts/ebony/4db9e3f2-0aed-4a94-a61c-c6ca0fe67932.woff") format("woff");
}
@font-face {
  font-family: "Ebony W01 SemiBold";
  src: url("../fonts/ebony/d9c8163d-d0c9-4568-a576-4ce07f16c394.woff2") format("woff2"), url("../fonts/ebony/5a6facee-3e5b-4428-8faa-c7f454d9b3a7.woff") format("woff");
}
@font-face {
  font-family: "Ebony W01 Bold";
  src: url("../fonts/ebony/1518c0d9-c761-485b-8d4f-1233bf2c66b8.woff2") format("woff2"), url("../fonts/ebony/9e1c1e14-5604-4287-a7d6-e561cb065dd0.woff") format("woff");
}
.dc-header-button > .inner .contentWrap .inner p a, .dc-advice > .inner .sidebarWrap, .woocommerce ul.products .quickview-wrapper .woocommerce-product-details__short-description,
.woocommerce ul.products li.product .woocommerce-product-details__short-description,
.woocommerce-page .quickview-wrapper .woocommerce-product-details__short-description,
.woocommerce-page li.product .woocommerce-product-details__short-description, .top_advert .banner_text p, .shop-layout .shop-sidebar .sidebar-widget-wrap .widget-content-wrap .form-check .check-label, .shop-layout .shop-sidebar .sidebar-widget-wrap .inside-sidebar h6, .dc_mini_cart #cart-dropdown .woocommerce-mini-cart__total strong {
  font-family: "Ebony W01 Regular";
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-weight: normal;
}

.header_top .inner .address,
.header_top .inner .tel, .woocommerce div.product .woocommerce-tabs ul.wc-tabs li a {
  font-family: "Ebony W01 SemiBold";
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-weight: normal;
}

h1, h2, h3, h4, h5, h6, .footer .footer-top-inner .footer-widget:first-child .menu li:nth-child(odd) a, .footer .footer-top-inner .footer-widget:first-child .menu li:nth-child(2) a, .footer .footer-top-inner .footer-widget.footer-foil-widget .menu li:nth-child(odd) a, .footer .footer-top-inner .footer-widget.footer-foil-widget .menu li:nth-child(2) a, .footer .footer-top-inner .footer-widget:last-child .textwidget p:first-child, .dc-cards-carousel .item .description a, .dc-testimonials .review-wrapper .review span, .dc-team-cards .section_content .item .content-wrapper .position, .dc-team-cards .section_content .item .content-wrapper .text, .dc-header-button > .inner .contentWrap .inner p, .dc-header-button > .inner .contentWrap .inner .content, .woocommerce ul.products .quickview-wrapper .onsale,
.woocommerce ul.products li.product .onsale,
.woocommerce-page .quickview-wrapper .onsale,
.woocommerce-page li.product .onsale, .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 .quickview-wrapper .price,
.woocommerce ul.products li.product .price,
.woocommerce-page .quickview-wrapper .price,
.woocommerce-page li.product .price, .shop-layout .shop-list .woocommerce-pagination ul li span,
.shop-layout .shop-list .woocommerce-pagination ul li a, .shop-layout .shop-sidebar, .woocommerce .site-main > div.product .summary .product_title, .woocommerce .site-main > div.product .summary .price, .woocommerce .site-main > div.product .summary form.cart .single_variation_wrap .woocommerce-variation-price:before, .woocommerce .site-main > div.product .summary form.cart .qty-wrap > span, .woocommerce .site-main > div.product .summary .exclusive_stores .selected_stores_title, .woocommerce .site-main > div.product .summary .selected_stores .selected_stores_title, .woocommerce .site-main > div.product .summary .variations .label, .woocommerce .site-main > div.product .summary .product_meta .price_match h4, .woocommerce .site-main > div.product .summary .product_tags .label,
.woocommerce .site-main > div.product .summary .sku_wrapper .label {
  font-family: "Ebony W01 Bold";
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-weight: normal;
}

@font-face {
  font-family: "Viva Beautiful W01 Regu5374909";
  src: url("../fonts/viva/f7996a55-53d9-407d-853f-83f3ffbd2737.woff2") format("woff2"), url("../fonts/viva/b998d0bc-96e0-4854-8113-9529a64441d3.woff") format("woff");
}
.top_title, .dc-titlebox .inner.align_center > h1 span,
.dc-titlebox .inner .item.align_center > h1 span {
  font-family: "Viva Beautiful W01 Regu5374909";
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-weight: 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,
.section.dc-image-slider > .inner button.slick-arrow:after,
.dc-image-infobox .inner .section_content .content-wrapper .infobox p:before,
article.post .dc-titlebox.blog_title .back-btn:before,
.dc-woocommerce-ordering lable:before,
.shop-layout .shop-sidebar .sidebar-widget-wrap .inside-sidebar h6:after,
body.single-product .cross-sells .cross_sale_checkbox:before,
.single-product-wrap .cart .cross-sells .products li.product:after,
.far,
.dc-advice > .inner .sidebarWrap .widget-content-text:after,
.shop-layout .shop-sidebar .widget-content-text:after,
.fal,
button.slick-arrow:after,
.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,
.section.dc-image-slider > .inner button.fa-pull-left.slick-arrow:after,
.dc-image-infobox .inner .section_content .content-wrapper .infobox p.fa-pull-left:before,
article.post .dc-titlebox.blog_title .fa-pull-left.back-btn:before,
.dc-woocommerce-ordering lable.fa-pull-left:before,
.shop-layout .shop-sidebar .sidebar-widget-wrap .inside-sidebar h6.fa-pull-left:after,
body.single-product .cross-sells .fa-pull-left.cross_sale_checkbox:before,
.single-product-wrap .cart .cross-sells .products li.fa-pull-left.product:after,
.far.fa-pull-left,
.dc-advice > .inner .sidebarWrap .fa-pull-left.widget-content-text:after,
.shop-layout .shop-sidebar .fa-pull-left.widget-content-text:after,
.fal.fa-pull-left,
button.fa-pull-left.slick-arrow:after,
.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,
.section.dc-image-slider > .inner button.fa-pull-right.slick-arrow:after,
.dc-image-infobox .inner .section_content .content-wrapper .infobox p.fa-pull-right:before,
article.post .dc-titlebox.blog_title .fa-pull-right.back-btn:before,
.dc-woocommerce-ordering lable.fa-pull-right:before,
.shop-layout .shop-sidebar .sidebar-widget-wrap .inside-sidebar h6.fa-pull-right:after,
body.single-product .cross-sells .fa-pull-right.cross_sale_checkbox:before,
.single-product-wrap .cart .cross-sells .products li.fa-pull-right.product:after,
.far.fa-pull-right,
.dc-advice > .inner .sidebarWrap .fa-pull-right.widget-content-text:after,
.shop-layout .shop-sidebar .fa-pull-right.widget-content-text:after,
.fal.fa-pull-right,
button.fa-pull-right.slick-arrow:after,
.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, button.slick-arrow:after, .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, .dc-advice > .inner .sidebarWrap .widget-content-text:after, .shop-layout .shop-sidebar .widget-content-text:after {
  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,
.section.dc-image-slider > .inner button.slick-arrow:after,
.dc-image-infobox .inner .section_content .content-wrapper .infobox p:before,
article.post .dc-titlebox.blog_title .back-btn:before,
.dc-woocommerce-ordering lable:before,
.shop-layout .shop-sidebar .sidebar-widget-wrap .inside-sidebar h6:after,
body.single-product .cross-sells .cross_sale_checkbox:before,
.single-product-wrap .cart .cross-sells .products li.product: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 - HEADER / MENU / FOOTER */
/*------------------------------------*\
	
    SETTINGS - MENU
    
\*------------------------------------*/
/* 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 {
  width: 100%;
  max-width: 2200px;
}

.page_container > .panel {
  max-width: 100%;
  background: #FFFFFF;
}

/* 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: 15px;
  line-height: 1.4em;
  color: #788fa2;
  background: #FFFFFF;
  overflow-x: hidden !important;
  max-width: 2200px;
  margin: 0 auto;
  position: relative;
  /*
  	&.sup-landing,
  	&.sup {
  		background: #ebf1f5;
  	}
  	
  	&.foil-landing,
  	&.foil {
  		background: #ebf1f5;
  	}
  */
}
@media only screen and (min-width: 560px) {
  body {
    font-size: 16px;
  }
}
@media only screen and (min-width: 768px) {
  body {
    font-size: 17px;
  }
}
@media only screen and (min-width: 1200px) {
  body {
    font-size: 18px;
  }
}

/*------------------------------------*\
	
    BASE - FONTS
    
\*------------------------------------*/
p {
  margin-bottom: 20px;
  width: 100%;
  letter-spacing: -0.02em;
  line-height: 1.4em;
}
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: #2b4258;
  letter-spacing: -0.02em;
  line-height: 1em;
  text-transform: none;
  margin: 0 0 25px;
  width: 100%;
}
@media only screen and (max-width: 559px) {
  h1, h2, h3, h4, h5, h6 {
    margin-bottom: 16px;
  }
}

h1 {
  font-size: 56px;
  line-height: 1.125em;
}
@media only screen and (max-width: 1099px) {
  h1 {
    font-size: 47px;
  }
}
@media only screen and (max-width: 849px) {
  h1 {
    font-size: 40px;
  }
}
@media only screen and (max-width: 559px) {
  h1 {
    font-size: 28px;
  }
}

h2 {
  font-size: 50px;
}
@media only screen and (max-width: 1099px) {
  h2 {
    font-size: 40px;
  }
}
@media only screen and (max-width: 849px) {
  h2 {
    font-size: 30px;
  }
}
@media only screen and (max-width: 559px) {
  h2 {
    font-size: 22px;
  }
}

h3 {
  font-size: 36px;
}
@media only screen and (max-width: 1099px) {
  h3 {
    font-size: 30px;
  }
}
@media only screen and (max-width: 849px) {
  h3 {
    font-size: 26px;
  }
}
@media only screen and (max-width: 559px) {
  h3 {
    font-size: 20px;
  }
}

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

.dc-cards-carousel .item .description, .dc-card .content-wrapper p, .dc-hotboxes .inner .section_content .items .item .text p {
  font-size: 15px;
}
@media only screen and (min-width: 768px) {
  .dc-cards-carousel .item .description, .dc-card .content-wrapper p, .dc-hotboxes .inner .section_content .items .item .text p {
    font-size: 16px;
  }
}

.dc-card .content-wrapper h2,
.dc-card .content-wrapper h3 {
  font-size: 21px;
}
@media only screen and (min-width: 768px) {
  .dc-card .content-wrapper h2,
  .dc-card .content-wrapper h3 {
    font-size: 24px;
  }
}

.shop-list .woocommerce-products-header .woocommerce-products-header__title {
  font-size: 32px;
}
@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: 52px;
  }
}

.top_title {
  color: #a1cdd3;
  font-size: 80px;
  font-weight: 600;
  letter-spacing: 6px;
  line-height: 1em;
  text-transform: uppercase;
  margin-bottom: -24px;
}
@media only screen and (max-width: 1099px) {
  .top_title {
    font-size: 70px;
  }
}
@media only screen and (max-width: 849px) {
  .top_title {
    font-size: 60px;
  }
}
@media only screen and (max-width: 559px) {
  .top_title {
    font-size: 50px;
  }
}

/*------------------------------------*\
	
    BASE - LINKS
    
\*------------------------------------*/
a {
  text-decoration: none;
  color: #788fa2;
  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: #62c9d1;
}
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: #62c9d1;
}

.dc-image-text-box p a,
.dc-image-text-box li a,
.dc-text-block p a,
.dc-text-block li a,
.advices-section p a,
.advices-section li a {
  color: #62c9d1;
  text-decoration: underline;
}
.dc-image-text-box p a:hover,
.dc-image-text-box li a:hover,
.dc-text-block p a:hover,
.dc-text-block li a:hover,
.advices-section p a:hover,
.advices-section li a:hover {
  color: #000000;
}

/*------------------------------------*\
	
    BASE - BUTTONS
    
\*------------------------------------*/
a.dc-btn {
  font-size: 14px !important;
  font-weight: 600 !important;
  letter-spacing: -0.02em;
  line-height: 1em;
  text-decoration: none !important;
  text-transform: uppercase;
  text-align: center;
  color: white;
  border-radius: 0;
  background: #002449;
  display: inline-block;
  box-sizing: border-box;
  min-width: 100px;
  width: auto;
  padding: 15px 26px;
  opacity: 1;
}
a.dc-btn:hover {
  background: #62c9d1;
  color: white;
}
a.dc-btn.black-btn {
  color: #62c9d1;
  background: #000000;
}
a.dc-btn.black-btn:hover {
  color: #000000;
  background: #62c9d1;
}
@media only screen and (min-width: 768px) {
  a.dc-btn {
    font-size: 16px !important;
    padding: 22px 44px;
    min-width: 100px;
  }
}
a.dc-btn.outline {
  color: #62c9d1;
  border: 2px solid #002449;
  background: transparent;
}
a.dc-btn.outline:hover {
  color: white;
  background: #62c9d1;
}

/*------------------------------------*\
	
    BASE - LINKS - DC LINK
    
\*------------------------------------*/
a.dc-link {
  position: relative;
  color: #000000;
  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: #000000;
  transition: all 250ms ease-in-out;
}
a.dc-link:hover {
  color: #000000;
}
a.dc-link:hover:after {
  background: #000000;
}
@media only screen and (min-width: 768px) {
  a.dc-link {
    font-size: 18px;
  }
}
a.white-link {
  position: relative;
  color: #000000;
  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: #000000;
  transition: all 250ms ease-in-out;
}
a.white-link:hover {
  color: #000000;
}
a.white-link:hover:after {
  background: #000000;
}
@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: #000000;
}
a.white-link.white-link:hover:after {
  background: #000000;
}

/*--------------------------------------------------------*\
	
    BASE - LISTS

	- includes a higher class for coloured bullets
	
\*--------------------------------------------------------*/
ul, ol {
  margin-bottom: 12px;
}
ul li, ol li {
  letter-spacing: -0.02em;
  line-height: 1.4em;
  color: #788fa2;
  margin-left: 25px;
  padding-bottom: 4px;
  position: relative;
}
.color-dots ul li, .color-dots ol li {
  list-style: none;
}
.color-dots ul li:before, .color-dots ol li:before {
  content: "•";
  color: #62c9d1;
  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: 146px;
  margin: 0 auto;
}
@media only screen and (max-width: 1199px) {
  #header_main + .page_container {
    padding-top: 126px;
  }
}
@media only screen and (max-width: 766px) {
  #header_main + .page_container {
    padding-top: 106px;
  }
}

#header_main {
  position: fixed;
  margin: 0 auto;
  z-index: 100000;
  width: 100%;
  max-width: 2200px;
  background-color: white;
}
#header_main .header_nav_container {
  width: 100%;
  max-width: 1360px;
  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;
  -ms-flex-pack: justify;
      justify-content: space-between;
  position: relative;
  transition: all 250ms ease-in-out;
}
@media only screen and (max-width: 766px) {
  #header_main .header_nav_container {
    height: 60px;
  }
}
@media only screen and (max-width: 767px) {
  #header_main .header_nav_container {
    padding-left: 15px;
    padding-right: 15px;
  }
}
#header_main .header_nav_container .menus {
  -ms-flex: 1 1 auto;
      flex: 1 1 auto;
}
#header_main .header_nav_container {
  height: 100px;
}
@media only screen and (max-width: 1199px) {
  #header_main .header_nav_container {
    height: 80px;
  }
}
@media only screen and (max-width: 767px) {
  #header_main .header_nav_container {
    height: 60px;
  }
}
#header_main .header_nav_container .menus {
  -ms-flex: 1 1 auto;
      flex: 1 1 auto;
}
#header_main:before {
  content: "";
  background: #F2F5F5;
  position: absolute;
  height: 1px;
  width: 100%;
  bottom: 0;
  left: 0;
}

@media only screen and (min-width: 767px) {
  .sticky-nav #header_main .header_nav_container {
    height: 60px;
  }
}
@media only screen and (min-width: 767px) and (max-width: 766px) {
  .sticky-nav #header_main .header_nav_container {
    height: 40px;
  }
}

/*
@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: 217px;
  max-width: 20%;
  min-width: 170px;
  height: 100%;
  margin: 0 30px 0 0;
  z-index: 1000;
  border-right: 1px solid #F2F5F5;
  transition: all 250ms ease-in-out;
}
@media only screen and (max-width: 766px) {
  .header_logo {
    min-width: 170px;
    margin: 0 30px 0 0;
  }
}
@media only screen and (max-width: 1199px) {
  .header_logo {
    width: 170px;
  }
}
@media only screen and (max-width: 767px) {
  .header_logo {
    min-width: 124px;
    margin: 0 20px 0 0;
  }
}
body.sup .header_logo:hover a.foil, body.sup-landing .header_logo:hover a.foil {
  display: block;
  position: absolute;
  top: 100%;
  padding: 23px 0;
}
body.sup .header_logo:hover a.foil:before, body.sup-landing .header_logo:hover a.foil:before {
  content: "";
  position: absolute;
  background: #F2F5F5;
  top: 0;
  left: -60px;
  height: 100%;
  right: -55px;
}
body.foil .header_logo:hover a.sup, body.foil-landing .header_logo:hover a.sup {
  display: block;
  position: absolute;
  top: 100%;
  padding: 23px 0;
}
body.foil .header_logo:hover a.sup:before, body.foil-landing .header_logo:hover a.sup:before {
  content: "";
  position: absolute;
  background: #F2F5F5;
  top: 0;
  left: -60px;
  height: 100%;
  right: -55px;
}
.header_logo a {
  display: block;
}
.header_logo a img {
  display: block;
  width: 170px;
  position: relative;
  z-index: 1000;
  transition: all 250ms ease-in-out;
}
@media only screen and (max-width: 1199px) {
  .header_logo a img {
    width: 136px;
  }
}
.header_logo a.desktop-logo {
  display: none;
}
body.foil .header_logo a.desktop-logo.foil, body.foil-landing .header_logo a.desktop-logo.foil {
  display: block;
}
body.sup .header_logo a.desktop-logo.sup, body.sup-landing .header_logo a.desktop-logo.sup {
  display: block;
}
.header_logo a.mobile-logo {
  display: none;
}
.header_logo a.mobile-logo img {
  max-height: 60px;
}
@media only screen and (max-width: 766px) {
  .header_logo a.mobile-logo img {
    max-height: 65px;
  }
}
@media only screen and (max-width: 766px) {
  .header_logo a.desktop-logo {
    display: none;
  }
  .header_logo a.mobile-logo {
    display: block;
  }
}

.sticky-nav #header_main .header_logo {
  margin: 0 30px 0 0;
}
.sticky-nav #header_main .header_logo a img {
  max-width: 120px !important;
}
.sticky-nav #header_main .header_logo a.mobile-logo img {
  max-height: 40px;
}

/*------------------------------------*\
    HEADER - TOP
\*------------------------------------*/
.header_top {
  width: 100%;
  color: #a8b8bf;
  background: #ebf1f5;
}
.header_top .inner {
  width: 100%;
  max-width: 1360px;
  height: 46px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
  margin: 0 auto;
  padding: 0 15px;
  transition: all 250ms ease-in-out;
}
@media only screen and (min-width: 768px) {
  .header_top .inner {
    padding: 0 30px;
  }
}
.header_top .inner .address,
.header_top .inner .tel {
  font-size: 14px;
}
.header_top .inner .address i,
.header_top .inner .tel i {
  color: #62c9d1;
  margin-right: 8px;
}
.header_top .inner .address a,
.header_top .inner .tel a {
  color: #62c9d1;
}
.header_top .inner .address a:hover,
.header_top .inner .tel a:hover {
  color: #002449;
}
.header_top .inner .tel i {
  -ms-transform: rotate(90deg);
      transform: rotate(90deg);
}
@media only screen and (max-width: 767px) {
  .header_top .inner .address {
    line-height: 1.2em;
    font-size: 12px;
    max-width: 192px;
  }
}
.sticky-nav .header_top .inner {
  height: 32px;
}
.sticky-nav .header_top ul li a {
  height: 32px;
  line-height: 32px;
}

/* 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;
  				
  @include mq('tablet', max) {
  	margin-bottom: -21px;
  }
  */
}
#header_main .main_menu #mega-menu-foil-menu > li.mega-menu-item,
#header_main .main_menu #mega-menu-sup-menu > li.mega-menu-item {
  margin: 0 0 0 18px;
}
@media only screen and (max-width: 1289px) {
  #header_main .main_menu #mega-menu-foil-menu > li.mega-menu-item,
  #header_main .main_menu #mega-menu-sup-menu > li.mega-menu-item {
    margin: 0 0 0 8px;
  }
}
@media only screen and (max-width: 1099px) {
  #header_main .main_menu #mega-menu-foil-menu > li.mega-menu-item,
  #header_main .main_menu #mega-menu-sup-menu > li.mega-menu-item {
    margin: 0 0 0 4px;
  }
}
#header_main .main_menu #mega-menu-foil-menu > li.mega-menu-item:last-child,
#header_main .main_menu #mega-menu-sup-menu > li.mega-menu-item:last-child {
  margin-right: -10px;
}
#header_main .main_menu #mega-menu-foil-menu > li.mega-menu-item > a.mega-menu-link, #header_main .main_menu #mega-menu-sup-menu > li.mega-menu-item > a.mega-menu-link {
  color: #002449;
  font-size: 18px;
  font-weight: 800 !important;
  text-transform: uppercase;
  letter-spacing: 0;
  line-height: 1.2em;
}
@media only screen and (max-width: 1289px) {
  #header_main .main_menu #mega-menu-foil-menu > li.mega-menu-item > a.mega-menu-link, #header_main .main_menu #mega-menu-sup-menu > li.mega-menu-item > a.mega-menu-link {
    font-size: 16px;
  }
}
@media only screen and (max-width: 1199px) {
  #header_main .main_menu #mega-menu-foil-menu > li.mega-menu-item > a.mega-menu-link, #header_main .main_menu #mega-menu-sup-menu > li.mega-menu-item > a.mega-menu-link {
    padding: 0 6px;
    font-size: 15px;
  }
}
@media only screen and (max-width: 949px) {
  #header_main .main_menu #mega-menu-foil-menu > li.mega-menu-item > a.mega-menu-link, #header_main .main_menu #mega-menu-sup-menu > li.mega-menu-item > a.mega-menu-link {
    font-size: 13px;
  }
}
@media only screen and (min-width: 768px) {
  #header_main .main_menu #mega-menu-foil-menu > li.mega-menu-item > a.mega-menu-link, #header_main .main_menu #mega-menu-sup-menu > li.mega-menu-item > a.mega-menu-link {
    line-height: 80px;
    height: 80px;
    transition: all 250ms ease-in-out;
  }
  .sticky-nav #header_main .main_menu #mega-menu-foil-menu > li.mega-menu-item > a.mega-menu-link,
  .sticky-nav #header_main .main_menu #mega-menu-sup-menu > li.mega-menu-item > a.mega-menu-link {
    line-height: 60px;
    height: 60px;
  }
}
@media only screen and (min-width: 1200px) {
  #header_main .main_menu #mega-menu-foil-menu > li.mega-menu-item > a.mega-menu-link, #header_main .main_menu #mega-menu-sup-menu > li.mega-menu-item > a.mega-menu-link {
    line-height: 100px;
    height: 100px;
  }
}
#header_main .main_menu #mega-menu-foil-menu > li.mega-menu-item > a.mega-menu-link:hover, #header_main .main_menu #mega-menu-sup-menu > li.mega-menu-item > a.mega-menu-link:hover {
  color: #96cfd4;
}
@media only screen and (min-width: 768px) {
  #header_main .main_menu #mega-menu-foil-menu > li.mega-menu-item.mega-menu-megamenu:first-child,
  #header_main .main_menu #mega-menu-sup-menu > li.mega-menu-item.mega-menu-megamenu:first-child {
    margin-left: -10px;
  }
  #header_main .main_menu #mega-menu-foil-menu > li.mega-menu-item.mega-menu-megamenu:last-child,
  #header_main .main_menu #mega-menu-sup-menu > li.mega-menu-item.mega-menu-megamenu:last-child {
    margin-right: -10px;
  }
  #header_main .main_menu #mega-menu-foil-menu > li.mega-menu-item.mega-menu-megamenu > a.mega-menu-link, #header_main .main_menu #mega-menu-sup-menu > li.mega-menu-item.mega-menu-megamenu > a.mega-menu-link {
    font-weight: 500;
    line-height: 80px;
    height: 80px;
    transition: all 250ms ease-in-out;
  }
  .sticky-nav #header_main .main_menu #mega-menu-foil-menu > li.mega-menu-item.mega-menu-megamenu > a.mega-menu-link,
  .sticky-nav #header_main .main_menu #mega-menu-sup-menu > li.mega-menu-item.mega-menu-megamenu > a.mega-menu-link {
    line-height: 60px;
    height: 60px;
  }
}
@media only screen and (min-width: 768px) and (min-width: 1200px) {
  #header_main .main_menu #mega-menu-foil-menu > li.mega-menu-item.mega-menu-megamenu > a.mega-menu-link, #header_main .main_menu #mega-menu-sup-menu > li.mega-menu-item.mega-menu-megamenu > a.mega-menu-link {
    line-height: 100px;
    height: 100px;
  }
}
@media only screen and (min-width: 768px) {
  #header_main .main_menu #mega-menu-foil-menu > li.mega-menu-item.mega-menu-megamenu > ul.mega-sub-menu,
  #header_main .main_menu #mega-menu-sup-menu > li.mega-menu-item.mega-menu-megamenu > ul.mega-sub-menu {
    left: calc(50% - 1100px);
    width: 2200px;
    padding: 50px 0;
    background: white;
  }
  #header_main .main_menu #mega-menu-foil-menu > li.mega-menu-item.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu,
  #header_main .main_menu #mega-menu-sup-menu > li.mega-menu-item.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu {
    max-width: 1330px;
    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-foil-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,
  #header_main .main_menu #mega-menu-sup-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-foil-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,
  #header_main .main_menu #mega-menu-sup-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-foil-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,
  #header_main .main_menu #mega-menu-sup-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-foil-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,
  #header_main .main_menu #mega-menu-sup-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-foil-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,
  #header_main .main_menu #mega-menu-sup-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-foil-menu > li.mega-menu-item.mega-menu-megamenu .widget_media_image img,
  #header_main .main_menu #mega-menu-sup-menu > li.mega-menu-item.mega-menu-megamenu .widget_media_image img {
    width: 100%;
    margin-bottom: 20px;
  }
}
#header_main .main_menu #mega-menu-foil-menu > li.mega-menu-item.mega-menu-flyout .mega-sub-menu,
#header_main .main_menu #mega-menu-sup-menu > li.mega-menu-item.mega-menu-flyout .mega-sub-menu {
  background: transparent;
  padding-top: 4px;
}
#header_main .main_menu #mega-menu-foil-menu > li.mega-menu-item.mega-menu-flyout .mega-sub-menu li.mega-menu-item:first-child,
#header_main .main_menu #mega-menu-sup-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-foil-menu > li.mega-menu-item.mega-menu-flyout .mega-sub-menu li.mega-menu-item:last-child,
#header_main .main_menu #mega-menu-sup-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-foil-menu > li.mega-menu-item.mega-menu-flyout .mega-sub-menu li.mega-menu-item a.mega-menu-link,
#header_main .main_menu #mega-menu-sup-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-foil-menu > li.mega-menu-item.mega-menu-flyout .mega-sub-menu li.mega-menu-item a.mega-menu-link:hover,
#header_main .main_menu #mega-menu-sup-menu > li.mega-menu-item.mega-menu-flyout .mega-sub-menu li.mega-menu-item a.mega-menu-link:hover {
  color: #62c9d1;
}

#header_main .main_menu #mega-menu-foil-menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item,
#header_main .main_menu #mega-menu-sup-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-foil-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,
#header_main .main_menu #mega-menu-sup-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 {
  font-size: 24px;
  font-weight: 700;
  line-height: 26px;
  text-transform: uppercase;
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  #header_main .main_menu #mega-menu-foil-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,
  #header_main .main_menu #mega-menu-sup-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 {
    font-size: 18px;
    margin-bottom: 6px;
    display: none;
  }
}
#header_main .main_menu #mega-menu-foil-menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item p,
#header_main .main_menu #mega-menu-sup-menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item p {
  color: #788e9c;
  font-size: 18px;
  font-family: "Ebony W01 Regular";
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-weight: normal;
}
@media only screen and (max-width: 767px) {
  #header_main .main_menu #mega-menu-foil-menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item p,
  #header_main .main_menu #mega-menu-sup-menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item p {
    font-size: 15px;
  }
}
#header_main .main_menu #mega-menu-foil-menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item p a,
#header_main .main_menu #mega-menu-sup-menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item p a {
  color: white;
  font-size: 16px;
  text-transform: uppercase;
  background: #62c9d1;
  display: inline-block;
  padding: 12px 40px;
  margin-top: 20px;
  font-family: 'Montserrat', sans-serif;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-weight: 600;
}
#header_main .main_menu #mega-menu-foil-menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item p a:hover,
#header_main .main_menu #mega-menu-sup-menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item p a:hover {
  background: #002449;
}
@media only screen and (max-width: 767px) {
  #header_main .main_menu #mega-menu-foil-menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item p a,
  #header_main .main_menu #mega-menu-sup-menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item p a {
    padding: 8px 20px;
    margin-top: 10px;
    margin-bottom: 20px;
    font-size: 14px;
  }
}
#header_main .main_menu #mega-menu-foil-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,
#header_main .main_menu #mega-menu-sup-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: #788e9c !important;
  font-size: 18px !important;
}
@media only screen and (max-width: 767px) {
  #header_main .main_menu #mega-menu-foil-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,
  #header_main .main_menu #mega-menu-sup-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 {
    font-size: 15px !important;
  }
}
#header_main .main_menu #mega-menu-foil-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,
#header_main .main_menu #mega-menu-sup-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: #002449;
}
#header_main .main_menu #mega-menu-foil-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,
#header_main .main_menu #mega-menu-sup-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: #002449 !important;
  font-size: 18px !important;
  font-weight: 800;
  line-height: 24px;
  text-transform: uppercase;
  margin-bottom: 26px;
}
@media only screen and (max-width: 767px) {
  #header_main .main_menu #mega-menu-foil-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,
  #header_main .main_menu #mega-menu-sup-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 {
    font-size: 18px !important;
    margin-bottom: 10px;
  }
}
#header_main .main_menu #mega-menu-foil-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,
#header_main .main_menu #mega-menu-sup-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: #62c9d1;
}
#header_main .main_menu #mega-menu-foil-menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item .mega-sub-menu a.mega-menu-link,
#header_main .main_menu #mega-menu-sup-menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item .mega-sub-menu a.mega-menu-link {
  font-family: "Ebony W01 Regular";
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-weight: normal;
  letter-spacing: 0;
}
#header_main .main_menu #mega-menu-foil-menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item .mega-sub-menu a.mega-menu-link:hover,
#header_main .main_menu #mega-menu-sup-menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item .mega-sub-menu a.mega-menu-link:hover {
  color: #62c9d1 !important;
}
#header_main .main_menu #mega-menu-foil-menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item.widget_text,
#header_main .main_menu #mega-menu-sup-menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item.widget_text {
  padding-right: 40px;
}
#header_main .main_menu #mega-menu-foil-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),
#header_main .main_menu #mega-menu-sup-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;
}
@media only screen and (min-width: 768px) {
  #header_main .main_menu #mega-menu-foil-menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item .textwidget,
  #header_main .main_menu #mega-menu-sup-menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item .textwidget {
    padding-right: 40px;
  }
}
#header_main .main_menu #mega-menu-foil-menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column.mega-menu-columns-4-of-12 > ul.mega-sub-menu,
#header_main .main_menu #mega-menu-sup-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-foil-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,
#header_main .main_menu #mega-menu-sup-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-foil-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,
#header_main .main_menu #mega-menu-sup-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-foil-menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column.mega-menu-columns-12-of-12 > ul.mega-sub-menu, #header_main .main_menu #mega-menu-foil-menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column.mega-menu-columns-8-of-12 > ul.mega-sub-menu,
#header_main .main_menu #mega-menu-sup-menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column.mega-menu-columns-12-of-12 > ul.mega-sub-menu,
#header_main .main_menu #mega-menu-sup-menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column.mega-menu-columns-8-of-12 > ul.mega-sub-menu {
  display: -ms-flexbox !important;
  display: flex !important;
}
@media only screen and (max-width: 767px) {
  #header_main .main_menu #mega-menu-foil-menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column.mega-menu-columns-12-of-12 > ul.mega-sub-menu, #header_main .main_menu #mega-menu-foil-menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column.mega-menu-columns-8-of-12 > ul.mega-sub-menu,
  #header_main .main_menu #mega-menu-sup-menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column.mega-menu-columns-12-of-12 > ul.mega-sub-menu,
  #header_main .main_menu #mega-menu-sup-menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column.mega-menu-columns-8-of-12 > ul.mega-sub-menu {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 767px) {
  #header_main .main_menu #mega-menu-foil-menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column.mega-menu-columns-12-of-12 > ul.mega-sub-menu .mega-sub-menu, #header_main .main_menu #mega-menu-foil-menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column.mega-menu-columns-8-of-12 > ul.mega-sub-menu .mega-sub-menu,
  #header_main .main_menu #mega-menu-sup-menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column.mega-menu-columns-12-of-12 > ul.mega-sub-menu .mega-sub-menu,
  #header_main .main_menu #mega-menu-sup-menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column.mega-menu-columns-8-of-12 > ul.mega-sub-menu .mega-sub-menu {
    margin-bottom: 24px;
  }
}
#header_main .main_menu #mega-menu-foil-menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column.mega-menu-columns-12-of-12 > ul.mega-sub-menu .col-3, #header_main .main_menu #mega-menu-foil-menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column.mega-menu-columns-8-of-12 > ul.mega-sub-menu .col-3,
#header_main .main_menu #mega-menu-sup-menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column.mega-menu-columns-12-of-12 > ul.mega-sub-menu .col-3,
#header_main .main_menu #mega-menu-sup-menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column.mega-menu-columns-8-of-12 > ul.mega-sub-menu .col-3 {
  width: 25%;
}
@media only screen and (max-width: 767px) {
  #header_main .main_menu #mega-menu-foil-menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column.mega-menu-columns-12-of-12 > ul.mega-sub-menu .col-3, #header_main .main_menu #mega-menu-foil-menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column.mega-menu-columns-8-of-12 > ul.mega-sub-menu .col-3,
  #header_main .main_menu #mega-menu-sup-menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column.mega-menu-columns-12-of-12 > ul.mega-sub-menu .col-3,
  #header_main .main_menu #mega-menu-sup-menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column.mega-menu-columns-8-of-12 > ul.mega-sub-menu .col-3 {
    width: 50%;
  }
}
#header_main .main_menu #mega-menu-foil-menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column.mega-menu-columns-12-of-12 > ul.mega-sub-menu .col-6, #header_main .main_menu #mega-menu-foil-menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column.mega-menu-columns-8-of-12 > ul.mega-sub-menu .col-6,
#header_main .main_menu #mega-menu-sup-menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column.mega-menu-columns-12-of-12 > ul.mega-sub-menu .col-6,
#header_main .main_menu #mega-menu-sup-menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column.mega-menu-columns-8-of-12 > ul.mega-sub-menu .col-6 {
  width: 50%;
}
@media only screen and (max-width: 767px) {
  #header_main .main_menu #mega-menu-foil-menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column.mega-menu-columns-12-of-12 > ul.mega-sub-menu .col-6, #header_main .main_menu #mega-menu-foil-menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column.mega-menu-columns-8-of-12 > ul.mega-sub-menu .col-6,
  #header_main .main_menu #mega-menu-sup-menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column.mega-menu-columns-12-of-12 > ul.mega-sub-menu .col-6,
  #header_main .main_menu #mega-menu-sup-menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column.mega-menu-columns-8-of-12 > ul.mega-sub-menu .col-6 {
    width: 100%;
  }
}
#header_main .main_menu #mega-menu-foil-menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column.mega-menu-columns-12-of-12 > ul.mega-sub-menu .col-6 .mega-sub-menu, #header_main .main_menu #mega-menu-foil-menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column.mega-menu-columns-8-of-12 > ul.mega-sub-menu .col-6 .mega-sub-menu,
#header_main .main_menu #mega-menu-sup-menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column.mega-menu-columns-12-of-12 > ul.mega-sub-menu .col-6 .mega-sub-menu,
#header_main .main_menu #mega-menu-sup-menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column.mega-menu-columns-8-of-12 > ul.mega-sub-menu .col-6 .mega-sub-menu {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#header_main .main_menu #mega-menu-foil-menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column.mega-menu-columns-12-of-12 > ul.mega-sub-menu .col-6 .mega-sub-menu li, #header_main .main_menu #mega-menu-foil-menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column.mega-menu-columns-8-of-12 > ul.mega-sub-menu .col-6 .mega-sub-menu li,
#header_main .main_menu #mega-menu-sup-menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column.mega-menu-columns-12-of-12 > ul.mega-sub-menu .col-6 .mega-sub-menu li,
#header_main .main_menu #mega-menu-sup-menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column.mega-menu-columns-8-of-12 > ul.mega-sub-menu .col-6 .mega-sub-menu li {
  width: 50%;
  max-width: 160px;
  padding-right: 10px;
}

li.title {
  width: 100% !important;
}
li.title > a.mega-menu-link {
  color: red !important;
  line-height: 26px !important;
  letter-spacing: 0.45px !important;
  text-transform: none !important;
  border-bottom: 1px solid #62c9d1 !important;
  display: block !important;
  width: 100% !important;
  padding-bottom: 4px !important;
  margin-bottom: 10px !important;
}
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-foil-menu .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner, #mega-menu-wrap-foil-menu .mega-menu-toggle .mega-toggle-block-0::before, #mega-menu-wrap-foil-menu .mega-menu-toggle .mega-toggle-block-0::after,
  #mega-menu-wrap-sup-menu .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner,
  #mega-menu-wrap-sup-menu .mega-menu-toggle .mega-toggle-block-0::before,
  #mega-menu-wrap-sup-menu .mega-menu-toggle .mega-toggle-block-0::after {
    width: 30px;
  }

  #mega-menu-wrap-foil-menu .mega-menu-toggle,
  #mega-menu-wrap-sup-menu .mega-menu-toggle {
    background: white;
    margin-top: 9px;
    margin-right: -17px;
  }
  #mega-menu-wrap-foil-menu .mega-menu-toggle .mega-toggle-animated-inner,
  #mega-menu-wrap-foil-menu .mega-menu-toggle .mega-toggle-animated-inner:before,
  #mega-menu-wrap-foil-menu .mega-menu-toggle .mega-toggle-animated-inner:after,
  #mega-menu-wrap-sup-menu .mega-menu-toggle .mega-toggle-animated-inner,
  #mega-menu-wrap-sup-menu .mega-menu-toggle .mega-toggle-animated-inner:before,
  #mega-menu-wrap-sup-menu .mega-menu-toggle .mega-toggle-animated-inner:after {
    background: #002449 !important;
  }

  div#mega-menu-wrap-foil-menu > ul,
  div#mega-menu-wrap-sup-menu > ul {
    right: 0px !important;
    position: absolute !important;
    width: 100vw !important;
    padding-top: 40px !important;
    padding-bottom: 50px !important;
    max-height: calc(100vh - 100px) !important;
    min-height: calc(100vh - 100px) !important;
    overflow: scroll !important;
    border-top: 3px solid #62c9d1 !important;
    top: 60px !important;
  }
  div#mega-menu-wrap-foil-menu .mega-menu-toggle + #mega-menu-foil-menu,
  div#mega-menu-wrap-foil-menu .mega-menu-toggle + #mega-menu-sup-menu,
  div#mega-menu-wrap-sup-menu .mega-menu-toggle + #mega-menu-foil-menu,
  div#mega-menu-wrap-sup-menu .mega-menu-toggle + #mega-menu-sup-menu {
    background: white;
  }
  div#mega-menu-wrap-foil-menu > li.mega-menu-item > a.mega-menu-link,
  div#mega-menu-wrap-foil-menu #mega-menu-foil-menu > li.mega-menu-item > a.mega-menu-link,
  div#mega-menu-wrap-foil-menu #mega-menu-foil-menu > li.mega-menu-item.mega-toggle-on > a.mega-menu-link,
  div#mega-menu-wrap-foil-menu #mega-menu-sup-menu > li.mega-menu-item > a.mega-menu-link,
  div#mega-menu-wrap-foil-menu #mega-menu-sup-menu > li.mega-menu-item.mega-toggle-on > a.mega-menu-link,
  div#mega-menu-wrap-sup-menu > li.mega-menu-item > a.mega-menu-link,
  div#mega-menu-wrap-sup-menu #mega-menu-foil-menu > li.mega-menu-item > a.mega-menu-link,
  div#mega-menu-wrap-sup-menu #mega-menu-foil-menu > li.mega-menu-item.mega-toggle-on > a.mega-menu-link,
  div#mega-menu-wrap-sup-menu #mega-menu-sup-menu > li.mega-menu-item > a.mega-menu-link,
  div#mega-menu-wrap-sup-menu #mega-menu-sup-menu > li.mega-menu-item.mega-toggle-on > a.mega-menu-link {
    background: white !important;
    color: #002449 !important;
    font-size: 15px !important;
  }
  div#mega-menu-wrap-foil-menu #mega-menu-foil-menu > li.mega-menu-item.mega-toggle-on > a.mega-menu-link,
  div#mega-menu-wrap-foil-menu #mega-menu-sup-menu > li.mega-menu-item.mega-toggle-on > a.mega-menu-link,
  div#mega-menu-wrap-sup-menu #mega-menu-foil-menu > li.mega-menu-item.mega-toggle-on > a.mega-menu-link,
  div#mega-menu-wrap-sup-menu #mega-menu-sup-menu > li.mega-menu-item.mega-toggle-on > a.mega-menu-link {
    color: #62c9d1 !important;
  }
  div#mega-menu-wrap-foil-menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item,
  div#mega-menu-wrap-sup-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-foil-menu > li.mega-menu-item,
  div#mega-menu-wrap-sup-menu > li.mega-menu-item {
    margin: 0;
  }

  #header_main .main_menu #mega-menu-foil-menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item,
  #header_main .main_menu #mega-menu-sup-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-foil-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),
  #header_main .main_menu #mega-menu-sup-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;
  }
  #header_main .main_menu #mega-menu-foil-menu li.mega-menu-item.mega-menu-flyout .mega-sub-menu li.mega-menu-item:first-child,
  #header_main .main_menu #mega-menu-sup-menu li.mega-menu-item.mega-menu-flyout .mega-sub-menu li.mega-menu-item:first-child {
    border-top: 0 none;
  }

  #mega-menu-wrap-foil-menu #mega-menu-foil-menu > li.mega-menu-megamenu > ul.mega-sub-menu,
  #mega-menu-wrap-foil-menu #mega-menu-sup-menu > li.mega-menu-megamenu > ul.mega-sub-menu,
  #mega-menu-wrap-sup-menu #mega-menu-foil-menu > li.mega-menu-megamenu > ul.mega-sub-menu,
  #mega-menu-wrap-sup-menu #mega-menu-sup-menu > li.mega-menu-megamenu > ul.mega-sub-menu {
    background: white;
  }
  #mega-menu-wrap-foil-menu #mega-menu-foil-menu .widget_media_image,
  #mega-menu-wrap-foil-menu #mega-menu-sup-menu .widget_media_image,
  #mega-menu-wrap-sup-menu #mega-menu-foil-menu .widget_media_image,
  #mega-menu-wrap-sup-menu #mega-menu-sup-menu .widget_media_image {
    display: none !important;
  }
}
#mega-menu-wrap-foil-menu #mega-menu-foil-menu li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator,
#mega-menu-wrap-sup-menu #mega-menu-sup-menu li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator {
  color: #96cfd4;
}

/* GLOBAL APP - FOOTER */
/*------------------------------------*\
	
    FOOTER - SITE WIDE
    
\*------------------------------------*/
.footer {
  background-color: white;
  /*
		&.single-shop-footer {
			background-color: #fff;
	
			.footer-top-inner {
				.footer-widget {
					a {
						color: $footer_shop_link_color;
					}
	
					p {
						color: $footer_shop_font_color;
	
						strong {
							color: $footer_shop_link_color;
						}
					}
				}
			}
	
			.footer-bottom-inner {
				.left {
					order: 2;
				}
	
				.right {
					order: 1;
				}
	
				a {
					color: $footer_shop_link_color;
				}
	
				p {
					color: $footer_shop_font_color;
				}
			}
		}
	*/
}
.home .footer {
  background: #2b4258;
}
.footer.single-shop-footer {
  width: 100vw;
}
.footer.single-shop-footer .footer-bottom-wrapper {
  max-width: 100vw;
}
.footer .footer-top-wrapper,
.footer .footer-bottom-wrapper {
  width: 100%;
  max-width: 1360px;
  margin: 0 auto !important;
  padding-left: 30px;
  padding-right: 30px;
  box-sizing: border-box;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .footer .footer-top-wrapper,
  .footer .footer-bottom-wrapper {
    width: 100%;
    max-width: 1360px;
    margin: 0 auto !important;
    padding-left: 25px;
    padding-right: 25px;
    box-sizing: border-box;
  }
}
.footer .footer_logo {
  margin-bottom: 72px;
  height: 110px;
}
@media only screen and (max-width: 767px) {
  .footer .footer_logo {
    margin-bottom: 48px;
    height: auto;
  }
}
.footer .footer_logo > a {
  display: block;
}
@media only screen and (max-width: 767px) {
  .footer .footer_logo > a {
    width: 100% !important;
    text-align: center;
  }
  .footer .footer_logo > a img {
    max-width: 200px;
  }
}
.footer .footer_logo > a.sup {
  width: 230px;
}
.footer .footer_logo > a.foil {
  width: 278px;
}
.footer .footer_logo > a img {
  width: 100%;
}
.footer .footer-top-inner {
  padding-top: 75px;
  padding-bottom: 30px;
  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: 949px) {
  .footer .footer-top-inner {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@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: 20px;
}
@media only screen and (max-width: 1099px) {
  .footer .footer-top-inner .footer-widget {
    padding-right: 4.5%;
  }
}
.footer .footer-top-inner .footer-widget:first-child, .footer .footer-top-inner .footer-widget.footer-foil-widget {
  -ms-flex: 1;
      flex: 1;
  padding-right: 80px;
}
@media only screen and (max-width: 1199px) {
  .footer .footer-top-inner .footer-widget:first-child, .footer .footer-top-inner .footer-widget.footer-foil-widget {
    padding-right: 5%;
  }
}
@media only screen and (max-width: 767px) {
  .footer .footer-top-inner .footer-widget:first-child, .footer .footer-top-inner .footer-widget.footer-foil-widget {
    padding-right: 0;
  }
}
.footer .footer-top-inner .footer-widget:first-child .menu, .footer .footer-top-inner .footer-widget.footer-foil-widget .menu {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 400px;
}
@media only screen and (max-width: 767px) {
  .footer .footer-top-inner .footer-widget:first-child .menu, .footer .footer-top-inner .footer-widget.footer-foil-widget .menu {
    margin: 0 auto;
  }
}
.footer .footer-top-inner .footer-widget:first-child .menu li, .footer .footer-top-inner .footer-widget.footer-foil-widget .menu li {
  width: 50%;
  padding-right: 30px;
}
@media only screen and (max-width: 1199px) {
  .footer .footer-top-inner .footer-widget:first-child .menu li, .footer .footer-top-inner .footer-widget.footer-foil-widget .menu li {
    padding-right: 15px;
  }
}
.footer .footer-top-inner .footer-widget:first-child .menu li:nth-child(even) a, .footer .footer-top-inner .footer-widget.footer-foil-widget .menu li:nth-child(even) a {
  color: #9fb5c4;
  font-size: 18px;
}
@media only screen and (max-width: 1199px) {
  .footer .footer-top-inner .footer-widget:first-child .menu li:nth-child(even) a, .footer .footer-top-inner .footer-widget.footer-foil-widget .menu li:nth-child(even) a {
    font-size: 14px;
  }
}
.home .footer .footer-top-inner .footer-widget:first-child .menu li:nth-child(even) a, .home .footer .footer-top-inner .footer-widget.footer-foil-widget .menu li:nth-child(even) a {
  color: #a3b5c3;
}
.footer .footer-top-inner .footer-widget:first-child .menu li:nth-child(odd) a, .footer .footer-top-inner .footer-widget:first-child .menu li:nth-child(2) a, .footer .footer-top-inner .footer-widget.footer-foil-widget .menu li:nth-child(odd) a, .footer .footer-top-inner .footer-widget.footer-foil-widget .menu li:nth-child(2) a {
  color: #002449;
  font-size: 20px;
  text-transform: uppercase;
}
@media only screen and (max-width: 1199px) {
  .footer .footer-top-inner .footer-widget:first-child .menu li:nth-child(odd) a, .footer .footer-top-inner .footer-widget:first-child .menu li:nth-child(2) a, .footer .footer-top-inner .footer-widget.footer-foil-widget .menu li:nth-child(odd) a, .footer .footer-top-inner .footer-widget.footer-foil-widget .menu li:nth-child(2) a {
    font-size: 16px;
  }
}
.home .footer .footer-top-inner .footer-widget:first-child .menu li:nth-child(odd) a, .home .footer .footer-top-inner .footer-widget:first-child .menu li:nth-child(2) a, .home .footer .footer-top-inner .footer-widget.footer-foil-widget .menu li:nth-child(odd) a, .home .footer .footer-top-inner .footer-widget.footer-foil-widget .menu li:nth-child(2) a {
  color: white;
}
.footer .footer-top-inner .footer-widget:last-child {
  margin-top: 70px;
}
@media only screen and (max-width: 949px) {
  .footer .footer-top-inner .footer-widget:last-child {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .footer .footer-top-inner .footer-widget:last-child {
    margin-top: 30px;
  }
}
.footer .footer-top-inner .footer-widget:last-child .textwidget p {
  text-align: left;
}
@media only screen and (max-width: 949px) {
  .footer .footer-top-inner .footer-widget:last-child .textwidget p {
    text-align: left;
  }
}
@media only screen and (max-width: 767px) {
  .footer .footer-top-inner .footer-widget:last-child .textwidget p {
    text-align: center;
  }
}
.footer .footer-top-inner .footer-widget:last-child .textwidget p:first-child {
  color: #002449;
  font-size: 40px;
  margin-bottom: 50px;
}
@media only screen and (max-width: 767px) {
  .footer .footer-top-inner .footer-widget:last-child .textwidget p:first-child {
    font-size: 28px;
  }
}
.home .footer .footer-top-inner .footer-widget:last-child .textwidget p:first-child {
  color: white;
}
.footer .footer-top-inner .footer-widget:last-child .textwidget p:not(:first-child) {
  font-size: 18px;
}
.footer .footer-top-inner .footer-widget:last-child .textwidget p:not(:first-child) a {
  color: #96cfd4;
  text-decoration: underline;
}
.home .footer .footer-top-inner .footer-widget:last-child .textwidget p:not(:first-child) a {
  color: #a3b5c3;
}
@media only screen and (max-width: 767px) {
  .footer .footer-top-inner .footer-widget {
    margin-bottom: 16px;
    padding-right: 0;
  }
  .footer .footer-top-inner .footer-widget:last-child {
    margin-bottom: 0;
  }
}
.footer .footer-top-inner .footer-widget ul {
  list-style: none;
}
.footer .footer-top-inner .footer-widget ul li {
  margin-left: 0;
  padding: 0 0 12px;
}
.footer .footer-top-inner .footer-widget li,
.footer .footer-top-inner .footer-widget p,
.footer .footer-top-inner .footer-widget a {
  color: #a3b4c2;
  font-size: 16px;
}
@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: 15px;
  }
}
@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: #62c9d1;
}
.footer .footer-top-inner .footer-widget img {
        /*
					width: 100%;
					max-width: 300px !important;
					padding-right: 30px;
					box-sizing: border-box;
					margin-top: -12px;
				*/
}
.footer .footer-top-inner .footer-widget .dc_social_icons {
  margin-top: 25px;
}
.footer .footer-top-inner .footer-widget .dc_social_icons ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
}
@media only screen and (min-width: 768px) {
  .footer .footer-top-inner .footer-widget .dc_social_icons ul {
    -ms-flex-pack: end;
        justify-content: flex-end;
  }
}
.footer .footer-top-inner .footer-widget .dc_social_icons ul li {
  margin-left: 24px;
}
@media only screen and (max-width: 767px) {
  .footer .footer-top-inner .footer-widget .dc_social_icons ul li {
    margin: 0 12px;
  }
}
.footer .footer-top-inner .footer-widget .dc_social_icons ul li a {
  color: #f2f2f6;
}
.footer .footer-bottom-wrapper {
  border-bottom: 10px solid #c3e5e8;
}
.home .footer .footer-bottom-wrapper {
  border-bottom: 0;
}
.footer .footer-bottom-inner {
  width: 100%;
  max-width: 1360px;
  margin: 0 auto !important;
  padding-left: 0;
  padding-right: 0;
  box-sizing: border-box;
  max-width: 1300px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-direction: row-reverse;
      flex-direction: row-reverse;
  padding-top: 10px;
}
.home .footer .footer-bottom-inner {
  -ms-flex-direction: row;
      flex-direction: row;
}
@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;
  }
}
@media only screen and (max-width: 767px) {
  .footer .footer-bottom-inner {
    -ms-flex-direction: column !important;
        flex-direction: column !important;
  }
}
.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;
  }
}
@media only screen and (max-width: 767px) {
  .footer .footer-bottom-inner .left p {
    max-width: 270px;
    line-height: 1.7em;
    text-align: center;
  }
}
@media only screen and (max-width: 767px) {
  .footer .footer-bottom-inner .right .button-wrapper {
    display: -ms-flexbox;
    display: flex;
  }
}
.footer .footer-bottom-inner .right .button-wrapper .dc-btn {
  padding: 22px 20px;
  min-width: 110px;
  width: 14vw;
  max-width: 270px;
  color: #002449;
  font-size: 20px !important;
  font-weight: 700 !important;
  background: #f5f8fa;
}
.home .footer .footer-bottom-inner .right .button-wrapper .dc-btn {
  background: #24384b !important;
  color: white !important;
}
@media only screen and (max-width: 767px) {
  .footer .footer-bottom-inner .right .button-wrapper .dc-btn {
    margin: 0 2px;
  }
}
.sup .footer .footer-bottom-inner .right .button-wrapper .dc-btn:first-child, .sup-landing .footer .footer-bottom-inner .right .button-wrapper .dc-btn:first-child {
  background: #c3e5e8;
}
.foil .footer .footer-bottom-inner .right .button-wrapper .dc-btn:last-child, .foil-landing .footer .footer-bottom-inner .right .button-wrapper .dc-btn:last-child {
  background: #c3e5e8;
}
.footer .footer-bottom-inner .right .button-wrapper .dc-btn:hover {
  background: #002449 !important;
  color: white !important;
}
.footer .footer-bottom-inner a:not(.dc-btn),
.footer .footer-bottom-inner p,
.footer .footer-bottom-inner span,
.footer .footer-bottom-inner li {
  color: white;
  font-size: 14px;
  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:not(.dc-btn):hover {
  color: #62c9d1;
  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;
}

/* COMPONENTS */
/*------------------------------------*\
	
    ARTICLE SECTION 

\*------------------------------------*/
.content-area {
  position: relative;
  background-size: cover;
}
.content-area .site-main {
  width: 100%;
  max-width: 1360px;
  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: 1360px;
    margin: 0 auto !important;
    padding-left: 25px;
    padding-right: 25px;
    box-sizing: border-box;
  }
}

section.dc-team-cards, section.dc-video, section.dc-text-block, section.dc-brands, section.dc-cards-carousel, section.dc-lessons-carousel, section.dc-cta, section.dc-form, section.dc-hotboxes, section.dc-image, section.dc-image-button, section.dc-image-card, section.dc-image-grid, section.dc-image-slider, section.dc-image-text-box, section.dc-news-grid, section.dc-product-cta, section.dc-testimonials, section.dc-image-infobox, section.advices-section, section.dc-advice, section.dc-lessons-grid {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 70px;
  padding-bottom: 70px;
}
section.dc-team-cards > .inner, section.dc-video > .inner, section.dc-text-block > .inner, section.dc-brands > .inner, section.dc-cards-carousel > .inner, section.dc-lessons-carousel > .inner, section.dc-cta > .inner, section.dc-form > .inner, section.dc-hotboxes > .inner, section.dc-image > .inner, section.dc-image-button > .inner, section.dc-image-card > .inner, section.dc-image-grid > .inner, section.dc-image-slider > .inner, section.dc-image-text-box > .inner, section.dc-news-grid > .inner, section.dc-product-cta > .inner, section.dc-testimonials > .inner, section.dc-image-infobox > .inner, section.advices-section > .inner, section.dc-advice > .inner, section.dc-lessons-grid > .inner {
  width: 100%;
  max-width: 1360px;
  margin: 0 auto !important;
  padding-left: 30px;
  padding-right: 30px;
  box-sizing: border-box;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  section.dc-team-cards > .inner, section.dc-video > .inner, section.dc-text-block > .inner, section.dc-brands > .inner, section.dc-cards-carousel > .inner, section.dc-lessons-carousel > .inner, section.dc-cta > .inner, section.dc-form > .inner, section.dc-hotboxes > .inner, section.dc-image > .inner, section.dc-image-button > .inner, section.dc-image-card > .inner, section.dc-image-grid > .inner, section.dc-image-slider > .inner, section.dc-image-text-box > .inner, section.dc-news-grid > .inner, section.dc-product-cta > .inner, section.dc-testimonials > .inner, section.dc-image-infobox > .inner, section.advices-section > .inner, section.dc-advice > .inner, section.dc-lessons-grid > .inner {
    width: 100%;
    max-width: 1360px;
    margin: 0 auto !important;
    padding-left: 25px;
    padding-right: 25px;
    box-sizing: border-box;
  }
}
section.dc-team-cards.fullwidth > .inner, section.dc-team-cards.full_width > .inner, section.dc-video.fullwidth > .inner, section.dc-video.full_width > .inner, section.dc-text-block.fullwidth > .inner, section.dc-text-block.full_width > .inner, section.dc-brands.fullwidth > .inner, section.dc-brands.full_width > .inner, section.dc-cards-carousel.fullwidth > .inner, section.dc-cards-carousel.full_width > .inner, section.dc-lessons-carousel.fullwidth > .inner, section.dc-lessons-carousel.full_width > .inner, section.dc-cta.fullwidth > .inner, section.dc-cta.full_width > .inner, section.dc-form.fullwidth > .inner, section.dc-form.full_width > .inner, section.dc-hotboxes.fullwidth > .inner, section.dc-hotboxes.full_width > .inner, section.dc-image.fullwidth > .inner, section.dc-image.full_width > .inner, section.dc-image-button.fullwidth > .inner, section.dc-image-button.full_width > .inner, section.dc-image-card.fullwidth > .inner, section.dc-image-card.full_width > .inner, section.dc-image-grid.fullwidth > .inner, section.dc-image-grid.full_width > .inner, section.dc-image-slider.fullwidth > .inner, section.dc-image-slider.full_width > .inner, section.dc-image-text-box.fullwidth > .inner, section.dc-image-text-box.full_width > .inner, section.dc-news-grid.fullwidth > .inner, section.dc-news-grid.full_width > .inner, section.dc-product-cta.fullwidth > .inner, section.dc-product-cta.full_width > .inner, section.dc-testimonials.fullwidth > .inner, section.dc-testimonials.full_width > .inner, section.dc-image-infobox.fullwidth > .inner, section.dc-image-infobox.full_width > .inner, section.advices-section.fullwidth > .inner, section.advices-section.full_width > .inner, section.dc-advice.fullwidth > .inner, section.dc-advice.full_width > .inner, section.dc-lessons-grid.fullwidth > .inner, section.dc-lessons-grid.full_width > .inner {
  max-width: 2200px;
  padding-left: 0;
  padding-right: 0;
}
@media only screen and (min-width: 768px) {
  section.dc-team-cards, section.dc-video, section.dc-text-block, section.dc-brands, section.dc-cards-carousel, section.dc-lessons-carousel, section.dc-cta, section.dc-form, section.dc-hotboxes, section.dc-image, section.dc-image-button, section.dc-image-card, section.dc-image-grid, section.dc-image-slider, section.dc-image-text-box, section.dc-news-grid, section.dc-product-cta, section.dc-testimonials, section.dc-image-infobox, section.advices-section, section.dc-advice, section.dc-lessons-grid {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
@media only screen and (min-width: 950px) {
  section.dc-team-cards, section.dc-video, section.dc-text-block, section.dc-brands, section.dc-cards-carousel, section.dc-lessons-carousel, section.dc-cta, section.dc-form, section.dc-hotboxes, section.dc-image, section.dc-image-button, section.dc-image-card, section.dc-image-grid, section.dc-image-slider, section.dc-image-text-box, section.dc-news-grid, section.dc-product-cta, section.dc-testimonials, section.dc-image-infobox, section.advices-section, section.dc-advice, section.dc-lessons-grid {
    padding-top: 130px;
    padding-bottom: 130px;
  }
}
section.dc-team-cards.bg_white + .bg_white, section.dc-team-cards.bg_white + script + .bg_white, section.dc-team-cards.bg_grey + .bg_grey, section.dc-team-cards.bg_grey + script + .bg_grey, section.dc-team-cards.bg_blue + .bg_blue, section.dc-team-cards.bg_blue + script + .bg_blue, section.dc-team-cards.bg_blue2 + script + .bg_blue2, section.dc-team-cards.bg_blue2 + script + .bg_blue2, section.dc-video.bg_white + .bg_white, section.dc-video.bg_white + script + .bg_white, section.dc-video.bg_grey + .bg_grey, section.dc-video.bg_grey + script + .bg_grey, section.dc-video.bg_blue + .bg_blue, section.dc-video.bg_blue + script + .bg_blue, section.dc-video.bg_blue2 + script + .bg_blue2, section.dc-video.bg_blue2 + script + .bg_blue2, section.dc-text-block.bg_white + .bg_white, section.dc-text-block.bg_white + script + .bg_white, section.dc-text-block.bg_grey + .bg_grey, section.dc-text-block.bg_grey + script + .bg_grey, section.dc-text-block.bg_blue + .bg_blue, section.dc-text-block.bg_blue + script + .bg_blue, section.dc-text-block.bg_blue2 + script + .bg_blue2, section.dc-text-block.bg_blue2 + script + .bg_blue2, section.dc-brands.bg_white + .bg_white, section.dc-brands.bg_white + script + .bg_white, section.dc-brands.bg_grey + .bg_grey, section.dc-brands.bg_grey + script + .bg_grey, section.dc-brands.bg_blue + .bg_blue, section.dc-brands.bg_blue + script + .bg_blue, section.dc-brands.bg_blue2 + script + .bg_blue2, section.dc-brands.bg_blue2 + script + .bg_blue2, section.dc-cards-carousel.bg_white + .bg_white, section.dc-cards-carousel.bg_white + script + .bg_white, section.dc-cards-carousel.bg_grey + .bg_grey, section.dc-cards-carousel.bg_grey + script + .bg_grey, section.dc-cards-carousel.bg_blue + .bg_blue, section.dc-cards-carousel.bg_blue + script + .bg_blue, section.dc-cards-carousel.bg_blue2 + script + .bg_blue2, section.dc-cards-carousel.bg_blue2 + script + .bg_blue2, section.dc-lessons-carousel.bg_white + .bg_white, section.dc-lessons-carousel.bg_white + script + .bg_white, section.dc-lessons-carousel.bg_grey + .bg_grey, section.dc-lessons-carousel.bg_grey + script + .bg_grey, section.dc-lessons-carousel.bg_blue + .bg_blue, section.dc-lessons-carousel.bg_blue + script + .bg_blue, section.dc-lessons-carousel.bg_blue2 + script + .bg_blue2, section.dc-lessons-carousel.bg_blue2 + script + .bg_blue2, section.dc-cta.bg_white + .bg_white, section.dc-cta.bg_white + script + .bg_white, section.dc-cta.bg_grey + .bg_grey, section.dc-cta.bg_grey + script + .bg_grey, section.dc-cta.bg_blue + .bg_blue, section.dc-cta.bg_blue + script + .bg_blue, section.dc-cta.bg_blue2 + script + .bg_blue2, section.dc-cta.bg_blue2 + script + .bg_blue2, section.dc-form.bg_white + .bg_white, section.dc-form.bg_white + script + .bg_white, section.dc-form.bg_grey + .bg_grey, section.dc-form.bg_grey + script + .bg_grey, section.dc-form.bg_blue + .bg_blue, section.dc-form.bg_blue + script + .bg_blue, section.dc-form.bg_blue2 + script + .bg_blue2, section.dc-form.bg_blue2 + script + .bg_blue2, section.dc-hotboxes.bg_white + .bg_white, section.dc-hotboxes.bg_white + script + .bg_white, section.dc-hotboxes.bg_grey + .bg_grey, section.dc-hotboxes.bg_grey + script + .bg_grey, section.dc-hotboxes.bg_blue + .bg_blue, section.dc-hotboxes.bg_blue + script + .bg_blue, section.dc-hotboxes.bg_blue2 + script + .bg_blue2, section.dc-hotboxes.bg_blue2 + script + .bg_blue2, section.dc-image.bg_white + .bg_white, section.dc-image.bg_white + script + .bg_white, section.dc-image.bg_grey + .bg_grey, section.dc-image.bg_grey + script + .bg_grey, section.dc-image.bg_blue + .bg_blue, section.dc-image.bg_blue + script + .bg_blue, section.dc-image.bg_blue2 + script + .bg_blue2, section.dc-image.bg_blue2 + script + .bg_blue2, section.dc-image-button.bg_white + .bg_white, section.dc-image-button.bg_white + script + .bg_white, section.dc-image-button.bg_grey + .bg_grey, section.dc-image-button.bg_grey + script + .bg_grey, section.dc-image-button.bg_blue + .bg_blue, section.dc-image-button.bg_blue + script + .bg_blue, section.dc-image-button.bg_blue2 + script + .bg_blue2, section.dc-image-button.bg_blue2 + script + .bg_blue2, section.dc-image-card.bg_white + .bg_white, section.dc-image-card.bg_white + script + .bg_white, section.dc-image-card.bg_grey + .bg_grey, section.dc-image-card.bg_grey + script + .bg_grey, section.dc-image-card.bg_blue + .bg_blue, section.dc-image-card.bg_blue + script + .bg_blue, section.dc-image-card.bg_blue2 + script + .bg_blue2, section.dc-image-card.bg_blue2 + script + .bg_blue2, section.dc-image-grid.bg_white + .bg_white, section.dc-image-grid.bg_white + script + .bg_white, section.dc-image-grid.bg_grey + .bg_grey, section.dc-image-grid.bg_grey + script + .bg_grey, section.dc-image-grid.bg_blue + .bg_blue, section.dc-image-grid.bg_blue + script + .bg_blue, section.dc-image-grid.bg_blue2 + script + .bg_blue2, section.dc-image-grid.bg_blue2 + script + .bg_blue2, section.dc-image-slider.bg_white + .bg_white, section.dc-image-slider.bg_white + script + .bg_white, section.dc-image-slider.bg_grey + .bg_grey, section.dc-image-slider.bg_grey + script + .bg_grey, section.dc-image-slider.bg_blue + .bg_blue, section.dc-image-slider.bg_blue + script + .bg_blue, section.dc-image-slider.bg_blue2 + script + .bg_blue2, section.dc-image-slider.bg_blue2 + script + .bg_blue2, section.dc-image-text-box.bg_white + .bg_white, section.dc-image-text-box.bg_white + script + .bg_white, section.dc-image-text-box.bg_grey + .bg_grey, section.dc-image-text-box.bg_grey + script + .bg_grey, section.dc-image-text-box.bg_blue + .bg_blue, section.dc-image-text-box.bg_blue + script + .bg_blue, section.dc-image-text-box.bg_blue2 + script + .bg_blue2, section.dc-image-text-box.bg_blue2 + script + .bg_blue2, section.dc-news-grid.bg_white + .bg_white, section.dc-news-grid.bg_white + script + .bg_white, section.dc-news-grid.bg_grey + .bg_grey, section.dc-news-grid.bg_grey + script + .bg_grey, section.dc-news-grid.bg_blue + .bg_blue, section.dc-news-grid.bg_blue + script + .bg_blue, section.dc-news-grid.bg_blue2 + script + .bg_blue2, section.dc-news-grid.bg_blue2 + script + .bg_blue2, section.dc-product-cta.bg_white + .bg_white, section.dc-product-cta.bg_white + script + .bg_white, section.dc-product-cta.bg_grey + .bg_grey, section.dc-product-cta.bg_grey + script + .bg_grey, section.dc-product-cta.bg_blue + .bg_blue, section.dc-product-cta.bg_blue + script + .bg_blue, section.dc-product-cta.bg_blue2 + script + .bg_blue2, section.dc-product-cta.bg_blue2 + script + .bg_blue2, section.dc-testimonials.bg_white + .bg_white, section.dc-testimonials.bg_white + script + .bg_white, section.dc-testimonials.bg_grey + .bg_grey, section.dc-testimonials.bg_grey + script + .bg_grey, section.dc-testimonials.bg_blue + .bg_blue, section.dc-testimonials.bg_blue + script + .bg_blue, section.dc-testimonials.bg_blue2 + script + .bg_blue2, section.dc-testimonials.bg_blue2 + script + .bg_blue2, section.dc-image-infobox.bg_white + .bg_white, section.dc-image-infobox.bg_white + script + .bg_white, section.dc-image-infobox.bg_grey + .bg_grey, section.dc-image-infobox.bg_grey + script + .bg_grey, section.dc-image-infobox.bg_blue + .bg_blue, section.dc-image-infobox.bg_blue + script + .bg_blue, section.dc-image-infobox.bg_blue2 + script + .bg_blue2, section.dc-image-infobox.bg_blue2 + script + .bg_blue2, section.advices-section.bg_white + .bg_white, section.advices-section.bg_white + script + .bg_white, section.advices-section.bg_grey + .bg_grey, section.advices-section.bg_grey + script + .bg_grey, section.advices-section.bg_blue + .bg_blue, section.advices-section.bg_blue + script + .bg_blue, section.advices-section.bg_blue2 + script + .bg_blue2, section.advices-section.bg_blue2 + script + .bg_blue2, section.dc-advice.bg_white + .bg_white, section.dc-advice.bg_white + script + .bg_white, section.dc-advice.bg_grey + .bg_grey, section.dc-advice.bg_grey + script + .bg_grey, section.dc-advice.bg_blue + .bg_blue, section.dc-advice.bg_blue + script + .bg_blue, section.dc-advice.bg_blue2 + script + .bg_blue2, section.dc-advice.bg_blue2 + script + .bg_blue2, section.dc-lessons-grid.bg_white + .bg_white, section.dc-lessons-grid.bg_white + script + .bg_white, section.dc-lessons-grid.bg_grey + .bg_grey, section.dc-lessons-grid.bg_grey + script + .bg_grey, section.dc-lessons-grid.bg_blue + .bg_blue, section.dc-lessons-grid.bg_blue + script + .bg_blue, section.dc-lessons-grid.bg_blue2 + script + .bg_blue2, section.dc-lessons-grid.bg_blue2 + script + .bg_blue2 {
  padding-top: 0 !important;
}
section.bottom-20 {
  padding-bottom: 20px !important;
}
section.bottom_0 {
  padding-bottom: 0 !important;
}
section.top_0 {
  padding-top: 0 !important;
}

/*
.dc-titlebox + .bg_white,
.dc-titlebox + .dc-text-block.bg_grey {
	padding-top: 40px !important;
	
	@include mq('tablet', min) {
		padding-top: 60px !important;
	}
}
*/
/*
.dc-titlebox {
	
	+ .dc-news-grid,
	+ .events-section,
	+ .dc-events-list,
	+ .dc-guidebook-grid,
	+ .dc-media-grid,
	+ .dc-podcast-list,
	+ .dc-video-grid,
	+ .dc-image-video-carousel {
		padding-top: 0 !important;
	}
	
	+ script {
		
		+ .dc-news-grid,
		+ .events-section,
		+ .dc-events-list,
		+ .dc-guidebook-grid,
		+ .dc-media-grid,
		+ .dc-podcast-list,
		+ .dc-video-grid,
		+ .dc-image-video-carousel {
			padding-top: 0 !important;
		}
	}
}
*/
section:not(.title-side) > .inner > .section_intro {
  position: relative;
  width: 100%;
  max-width: 1100px;
  margin: 0 auto 50px;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  section:not(.title-side) > .inner > .section_intro {
    margin-bottom: 70px;
  }
}
section:not(.title-side) > .inner > .section_intro .description h2,
section:not(.title-side) > .inner > .section_intro .description h3,
section:not(.title-side) > .inner > .section_intro .description h4,
section:not(.title-side) > .inner > .section_intro .description h5,
section:not(.title-side) > .inner > .section_intro .description h6 {
  margin-bottom: 10px;
}
section:not(.title-side) > .inner > .section_intro .description p {
  max-width: 780px;
  margin: 0 auto !important;
}
section:not(.title-side) > .inner > .section_intro .description p:last-child {
  margin: 0;
}

section.bg_white {
  background-color: #FFFFFF;
}
section.bg_grey {
  background-color: #f2f5f5;
}
.sup-landing section.bg_grey, .sup section.bg_grey {
  background: #ebf1f5;
}
section.bg_blue2 {
  background-color: #2b4258;
}
section.bg_blue {
  background-color: #002449;
    /*
		&.dc-text-block,
		&.dc-image,
		&.dc-image-carousel,
		&.dc-image-slider,
		&.dc-image-text-slider,
		&.dc-video-grid,
		&.dc-podcast-list,
		&.dc-media-grid,
		&.dc-guidebook-grid,
		&.dc-events-list,
		&.dc-guidebook-content,
		&.dc-hotboxes,
		&.dc-cards-carousel,
		&.dc-team-cards,
		&.dc-accordion,
		&.dc-video,
		&.dc-testimonials,
		&.dc-list {

			h1, h2, h3, h4, h5, h6, p, li {
				color: white;
			}	
		}
		
		&.dc-image-text-box,
		&.dc-news-grid,
		&.dc-cards-section {
		
			.section_intro {
	
				h1, h2, h3, h4, h5, h6, p, li {
					color: white;
				}	
			}
		}
*/
}
section.bg_blue .section_intro .title-wrapper h2,
section.bg_blue .section_intro .title-wrapper h3,
section.bg_blue .section_intro .title-wrapper h4,
section.bg_blue .section_intro .title-wrapper h5,
section.bg_blue .section_intro .title-wrapper h6 {
  color: #a1cdd3;
}
section.bg_blue .section_intro .description h2,
section.bg_blue .section_intro .description h3,
section.bg_blue .section_intro .description h4,
section.bg_blue .section_intro .description h5,
section.bg_blue .section_intro .description h6 {
  color: #f2f5f5;
}
section.bg_blue .section_intro .description p,
section.bg_blue .section_intro .description li {
  color: #b2bec8;
}

/*
section {
	
	> .inner {
		
		> .button-wrapper {
			text-align: center;
			    
			margin-top: 50px;
		    
		    @include mq('tablet', min) {
		    	margin-top: 110px;
			}
		    
		    @include mq('tablet', max) {
			    display: flex;
		    	flex-direction: column;
	    	    align-items: center;
			}
			
			a {
				
				&:nth-child(2) {
				    margin-left: 16px;
				    
				    @include mq('tablet', max) {
				    	margin: 20px 0 0 0;
					}
				}
			}
		}
	}
}
*/
.uh-white {
  padding-bottom: 0 !important;
}
.uh-white:before {
  content: "";
  background: white;
  width: 100vw;
  height: 100px;
  position: absolute;
  bottom: 0;
}
.uh-white > .inner {
  position: relative;
  padding-bottom: 0 !important;
}

.uh-grey {
  padding-bottom: 0 !important;
}
.uh-grey:before {
  content: "";
  background: #f2f5f5;
  width: 100vw;
  height: 100px;
  position: absolute;
  bottom: 0;
}
body.sup .uh-grey:before, body.sup-landing .uh-grey:before {
  background: #ebf1f5;
}
.uh-grey > .inner {
  position: relative;
  padding-bottom: 0 !important;
}

.uh-300:before {
  height: 300px;
}

/* SLICK SLIDER */
/*------------------------------------*\
	
    SLICK DOTS
    
\*------------------------------------*/
.slick-dots {
  list-style: none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  margin-top: 30px;
}
.slick-dots li {
  display: inline;
  margin: 0 5px;
}
.slick-dots li button {
  width: 10px;
  height: 10px;
  padding: 10px 0;
  border: 0 none;
  font-size: 0;
  background: transparent;
}
.slick-dots li button:before {
  display: none !important;
}
.slick-dots li button:after {
  content: "";
  position: absolute;
  top: 11px;
  left: 0;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  background-color: #E2E6E7;
  border: 1px solid #E2E6E7;
}
.slick-dots li.slick-active button:after,
.slick-dots li button:hover:after {
  background-color: #002449;
  border: 1px solid #002449;
}

/*------------------------------------*\
	
    SLICK ARROWS
    
\*------------------------------------*/
button.slick-arrow {
  position: absolute;
  top: calc(50% - 21px);
  width: 42px;
  height: 42px;
  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: transparent;
  border: 0;
}
button.slick-arrow:before {
  display: none;
}
button.slick-arrow: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;
  position: relative;
  font-size: 25px;
  vertical-align: 0;
  transition: all 250ms ease-in-out;
  color: #CCCCD1;
}
button.slick-arrow.slick-prev {
  left: -20px;
}
button.slick-arrow.slick-prev:after {
  content: "";
}
@media only screen and (min-width: 1360px) {
  button.slick-arrow.slick-prev {
    left: -90px;
  }
}
@media only screen and (min-width: 1550px) {
  button.slick-arrow.slick-prev {
    left: -140px;
  }
}
button.slick-arrow.slick-next {
  right: -20px;
}
button.slick-arrow.slick-next:after {
  content: "";
}
@media only screen and (min-width: 1360px) {
  button.slick-arrow.slick-next {
    right: -90px;
  }
}
@media only screen and (min-width: 1550px) {
  button.slick-arrow.slick-next {
    right: -140px;
  }
}

.carousel-active {
  display: block !important;
}

/* TITLEBOX */
/*------------------------------------*\
	
    TITLE BOX 
    
\*------------------------------------*/
.dc-titlebox {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  z-index: 10;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.dc-titlebox .inner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  position: relative;
  width: 100%;
  max-width: 1360px;
  margin: 0 auto !important;
}
.dc-titlebox .inner h1 {
  color: white;
  font-weight: 600;
  position: relative;
  max-width: 900px;
  margin-bottom: 18px;
}
.dc-titlebox .inner h1:last-child {
  margin-bottom: 0;
}
.dc-titlebox .inner > h1 {
  margin-left: 30px;
  margin-right: 30px;
}
@media only screen and (min-width: 768px) {
  .dc-titlebox .inner > h1 {
    margin-left: 30px;
    margin-right: 0;
  }
}
@media only screen and (min-width: 1100px) {
  .dc-titlebox .inner > h1 {
    margin-left: 60px;
  }
}
.dc-titlebox .inner .text {
  position: relative;
}
.dc-titlebox .inner p {
  color: white;
  margin-bottom: 36px;
}
.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: 330px;
  margin-top: 80px;
  margin-bottom: 10px;
}
.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;
  }
}
.dc-titlebox.left .inner .content {
  max-width: 750px;
  padding-right: 50px;
}
.dc-titlebox.left .inner .sub_title {
  display: none;
}
.dc-titlebox.slider {
  display: block;
}
.dc-titlebox > .breadcrumbs {
  display: none;
}

/*------------------------------------*\
	
    TITLE BOX - HEIGHTS
    
\*------------------------------------*/
.dc-titlebox {
  height: 84px;
  min-height: 120px;
  padding-top: 30px;
  padding-bottom: 30px;
  	/*
  	&.multiple-sliders,
  	.multipleSliders,
  	.multipleSliders .item {
  		height: 600px;
  						
  		@include mq('tablet', min) 	{ height: 700px; }	
  						
  		@include mq('950', min) 	{ height: 800px; }	
  			
  		@include mq('desktop', min) { height: 870px; }
  	}
  */
  	/*
  	&.title_short {
  		min-height: $title_box_height_short - 190px;
  						
  		@include mq('tablet', min) 	{ min-height: $title_box_height_short - 120px; }	
  						
  		@include mq('950', min) 	{ min-height: $title_box_height_short - 60px; }	
  			
  		@include mq('desktop', min) { min-height: $title_box_height_short; }
  	}
  */
  	/*
  	// 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 {
    height: 214px;
  }
}
@media only screen and (min-width: 950px) {
  .dc-titlebox {
    height: 274px;
  }
}
@media only screen and (min-width: 1100px) {
  .dc-titlebox {
    height: 334px;
  }
}
.dc-titlebox.title_tall, .dc-titlebox.title_tall .slick-slide, .dc-titlebox.title_tall .image-wrapper {
  height: auto;
  max-height: 1000px;
  min-height: 430px;
}
@media only screen and (min-width: 768px) {
  .dc-titlebox.title_tall, .dc-titlebox.title_tall .slick-slide, .dc-titlebox.title_tall .image-wrapper {
    height: 748px;
    max-height: 43vw;
    min-height: 460px;
  }
}
@media only screen and (min-width: 850px) {
  .dc-titlebox.title_tall, .dc-titlebox.title_tall .slick-slide, .dc-titlebox.title_tall .image-wrapper {
    min-height: 500px;
  }
}
@media only screen and (min-width: 950px) {
  .dc-titlebox.title_tall, .dc-titlebox.title_tall .slick-slide, .dc-titlebox.title_tall .image-wrapper {
    height: 748px;
  }
}
@media only screen and (min-width: 1100px) {
  .dc-titlebox.title_tall, .dc-titlebox.title_tall .slick-slide, .dc-titlebox.title_tall .image-wrapper {
    height: 748px;
    min-height: 570px;
  }
}

/*------------------------------------*\
	
    TITLE BOX - SLIDER
    
\*------------------------------------*/
.dc-titlebox.slider {
  min-height: 870px;
}
.dc-titlebox.slider:before {
  background-image: url("../../../uploads/2021/05/slider-bg-dark-blue.jpg");
}
.dc-titlebox .multipleSliders {
  width: 100%;
  margin: 0 auto !important;
  box-sizing: border-box;
  transition: all 250ms ease-in-out;
  display: none;
  opacity: 0;
}
.dc-titlebox .multipleSliders.slick-initialized {
  display: block;
  opacity: 1;
}
.dc-titlebox .multipleSliders .item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  position: relative;
  background-size: cover;
}
.dc-titlebox .multipleSliders .item .content {
  max-width: 680px;
  margin-left: 30px;
  margin-right: 30px;
  padding: 35px 0 80px;
}
@media only screen and (min-width: 1100px) {
  .dc-titlebox .multipleSliders .item .content {
    margin-left: 60px;
  }
}
.dc-titlebox .slick-dots {
  position: absolute;
  bottom: 26px;
  margin: 0 0 0 30px;
}
@media only screen and (min-width: 1100px) {
  .dc-titlebox .slick-dots {
    margin: 0 0 0 60px;
  }
}

/*------------------------------------*\
	
    TITLE BOX - OVERLAY
    
\*------------------------------------*/
.dc-titlebox .bg_image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100%;
  background-size: cover;
  background-position: right center;
  z-index: 0;
}
.dc-titlebox:before {
  content: "";
  position: absolute;
  top: 0;
  left: -30px;
  width: 100vw;
  height: 100%;
  z-index: 1;
  background: linear-gradient(90deg, #002449 27%, rgba(255, 255, 255, 0) 100%);
}
@media only screen and (min-width: 1200px) {
  .dc-titlebox:before {
    left: calc(50% - 1100px);
    width: 2200px;
  }
}
.dc-titlebox .breadcrumbs,
.dc-titlebox .inner,
.dc-titlebox h1 {
  position: relative;
  z-index: 10;
}
.dc-titlebox.shop_style_category .bg_image {
  background-image: url("../../../uploads/2021/08/hero-test.jpg");
}
.dc-titlebox.title_tall:before {
  display: none;
}

.page-template-shop-page article > .dc-titlebox {
  display: none;
}

/*------------------------------------*\
	
    TITLE BOX - POSITION
    
\*------------------------------------*/
.dc-titlebox .inner.align_center,
.dc-titlebox .inner .item.align_center {
  -ms-flex-pack: center;
      justify-content: center;
}
.dc-titlebox .inner.align_center > h1,
.dc-titlebox .inner .item.align_center > h1 {
  font-size: 90px;
  text-transform: uppercase;
  padding: 0 60px;
  margin: 0;
  text-align: center;
}
@media only screen and (max-width: 1099px) {
  .dc-titlebox .inner.align_center > h1,
  .dc-titlebox .inner .item.align_center > h1 {
    font-size: 67px;
  }
}
@media only screen and (max-width: 849px) {
  .dc-titlebox .inner.align_center > h1,
  .dc-titlebox .inner .item.align_center > h1 {
    font-size: 36px;
    padding: 0 15px;
  }
}
.dc-titlebox .inner.align_center > h1 span,
.dc-titlebox .inner .item.align_center > h1 span {
  color: #a1cdd3;
  font-size: 220px;
  font-weight: 600;
  letter-spacing: 6px;
  line-height: 1em;
  text-transform: uppercase;
  display: block;
  margin-bottom: -70px;
}
@media only screen and (max-width: 1099px) {
  .dc-titlebox .inner.align_center > h1 span,
  .dc-titlebox .inner .item.align_center > h1 span {
    font-size: 150px;
    margin-bottom: -55px;
  }
}
@media only screen and (max-width: 849px) {
  .dc-titlebox .inner.align_center > h1 span,
  .dc-titlebox .inner .item.align_center > h1 span {
    font-size: 78px;
    margin-bottom: -36px;
  }
}
.dc-titlebox .inner.align_center .content,
.dc-titlebox .inner .item.align_center .content {
  padding: 0 60px;
  margin: 0;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .dc-titlebox .inner.align_right,
  .dc-titlebox .inner .item.align_right {
    -ms-flex-pack: end;
        justify-content: flex-end;
  }
  .dc-titlebox .inner.align_right > h1,
  .dc-titlebox .inner .item.align_right > h1 {
    margin: 0 60px 0 0;
    text-align: right;
  }
  .dc-titlebox .inner.align_right .content,
  .dc-titlebox .inner .item.align_right .content {
    margin: 0 60px 0 0;
    text-align: right;
  }
}

/* BLOCKS */
/*------------------------------------*\
	
    TEXT BOX
    
\*------------------------------------*/
.dc-text-block.bg_white + .bg_white.dc-text-block.no-title, .dc-text-block.bg_grey + .bg_grey.dc-text-block.no-title, .dc-text-block.bg_blue + .bg_blue.dc-text-block.no-title {
  margin-top: -60px !important;
}
.dc-text-block.highlight .items .item:last-child {
  background-color: #ebf1f5;
  padding: 50px !important;
}
@media only screen and (max-width: 767px) {
  .dc-text-block.highlight .items .item:last-child {
    padding: 30px !important;
  }
}
.dc-text-block.section > .inner {
  position: relative;
  max-width: 1220px;
}
.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: 30px;
}
.dc-text-block .items .item p a:not(.dc-btn),
.dc-text-block .items .item li a:not(.dc-btn) {
  text-decoration: underline;
  color: #002449;
}
.dc-text-block .items .item:nth-child(1) {
  padding-top: 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.map_block .section_content {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}
.dc-text-block.contact-block .items .item {
  background-color: white;
  padding: 30px 20px 0 !important;
}
@media only screen and (min-width: 768px) {
  .dc-text-block.contact-block .items .item {
    margin-right: 20px;
    padding: 40px 40px 30px !important;
    width: calc(33.333333% - 20px) !important;
  }
}

/*------------------------------------*\
	
    IMAGE
    
\*------------------------------------*/
section.dc-image.no-title .grid-items {
  padding-top: 0;
}
section.dc-image > .inner .section_intro {
  margin-bottom: 0;
}
section.dc-image > .inner .section_intro .description p {
  font-size: 18px;
  max-width: 570px;
}
section.dc-image > .inner .section_intro .button-wrapper {
  margin-top: 40px;
}
@media only screen and (min-width: 768px) {
  section.dc-image .grid-items {
    display: -ms-flexbox;
    display: flex;
  }
}
section.dc-image .grid-items .item {
  margin-bottom: 54px;
}
section.dc-image .grid-items .item img {
  display: block;
  width: 100%;
}
section.dc-image .grid-items .item:first-child:last-child {
  margin-bottom: 0;
}
section.dc-image .grid-items.col1 .item {
  width: 100%;
}

/*------------------------------------*\
	
    IMAGE TEXT BOX
    
\*------------------------------------*/
.dc-image-text-box:before {
  z-index: 1;
}
.dc-image-text-box .background-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: cover;
}
.dc-image-text-box.style_1 {
  background-position: right top;
  background-size: auto;
}
.dc-image-text-box.style_1 .section_content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
      align-items: flex-start;
}
@media only screen and (max-width: 767px) {
  .dc-image-text-box.style_1 .section_content {
    -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
  }
}
.dc-image-text-box.style_1 .section_content .text {
  max-width: 100%;
}
@media only screen and (max-width: 767px) {
  .dc-image-text-box.style_1 .section_content .text {
    width: 100%;
    max-width: 470px;
  }
  .dc-image-text-box.style_1 .section_content .text br {
    display: none;
  }
}
.dc-image-text-box.style_1 .section_content .image-wrapper {
  width: 100%;
  margin-top: 100px;
  position: relative;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 767px) {
  .dc-image-text-box.style_1 .section_content .image-wrapper {
    margin-top: 30px !important;
  }
}
.dc-image-text-box.style_1 .section_content .image-wrapper > img {
  width: 100%;
  border-radius: 0;
  box-shadow: 0 0 26px 30px rgba(43, 66, 88, 0.08);
  object-fit: cover;
}
.dc-image-text-box.style_1 .section_content .button-wrapper {
  margin-top: 30px;
}
@media only screen and (min-width: 560px) {
  .dc-image-text-box.style_1 .section_content .button-wrapper {
    margin-top: 40px;
  }
}
@media only screen and (min-width: 768px) {
  .dc-image-text-box.style_1 .section_content .button-wrapper {
    margin-top: 50px;
  }
}
@media only screen and (min-width: 1000px) {
  .dc-image-text-box.style_1 .section_content .button-wrapper {
    margin-top: 60px;
  }
}
.dc-image-text-box.style_1 .section_content .button-wrapper + .button-wrapper {
  margin-top: 20px;
}
.dc-image-text-box.style_1 .section_content .left,
.dc-image-text-box.style_1 .section_content .right {
  width: 100%;
  position: relative;
  z-index: 10;
}
@media only screen and (min-width: 768px) {
  .dc-image-text-box.style_1 .section_content .left,
  .dc-image-text-box.style_1 .section_content .right {
    width: 50%;
  }
}
@media only screen and (min-width: 768px) {
  .dc-image-text-box.style_1 .section_content .left .image-wrapper img {
    -ms-transform: translateX(60px);
        transform: translateX(60px);
  }
  .dc-image-text-box.style_1 .section_content .right h2,
  .dc-image-text-box.style_1 .section_content .right .text {
    padding-right: 50px;
  }
  .dc-image-text-box.style_1 .section_content .right .image-wrapper img {
    -ms-transform: translateX(-60px);
        transform: translateX(-60px);
    box-shadow: none;
  }
}
.dc-image-text-box.style_1 .align-center .section_content {
  -ms-flex-align: center;
      align-items: center;
}
@media only screen and (min-width: 768px) {
  .dc-image-text-box.style_1 .image_right .section_content {
    -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
  }
  .dc-image-text-box.style_1 .image_right .section_content .right {
    margin-left: 0;
  }
}
.dc-image-text-box.style_1.bg-size-right .background-image {
  width: 50vw;
  left: 50vw;
}
@media only screen and (max-width: 767px) {
  .dc-image-text-box.style_1.bg-size-right .background-image {
    display: none;
  }
}
.dc-image-text-box.style_2 {
  padding-top: 0;
  padding-bottom: 0;
}
.dc-image-text-box.style_2 .style-2-image {
  position: absolute;
  top: -90px;
  height: calc(100% + 90px);
  display: -ms-flexbox;
  display: flex;
  left: 40%;
  width: 60%;
  display: flex;
}
@media only screen and (max-width: 999px) {
  .dc-image-text-box.style_2 .style-2-image {
    left: 50%;
    width: 50%;
  }
}
@media only screen and (max-width: 767px) {
  .dc-image-text-box.style_2 .style-2-image {
    display: none;
  }
}
.dc-image-text-box.style_2 .style-2-image img {
  object-fit: cover;
}
.dc-image-text-box.style_2 .section_content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
      align-items: flex-start;
}
@media only screen and (max-width: 767px) {
  .dc-image-text-box.style_2 .section_content {
    -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
  }
}
.dc-image-text-box.style_2 .section_content .text {
  max-width: 100%;
}
@media only screen and (max-width: 767px) {
  .dc-image-text-box.style_2 .section_content .text {
    width: 100%;
    max-width: 470px;
  }
  .dc-image-text-box.style_2 .section_content .text br {
    display: none;
  }
}
.dc-image-text-box.style_2 .section_content .image-wrapper {
  width: 100%;
  margin-top: -90px;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  display: none;
}
@media only screen and (max-width: 767px) {
  .dc-image-text-box.style_2 .section_content .image-wrapper {
    margin-top: 30px !important;
  }
}
.dc-image-text-box.style_2 .section_content .image-wrapper > img {
  width: 100%;
  border-radius: 0;
  object-fit: cover;
}
.dc-image-text-box.style_2 .section_content .button-wrapper {
  margin-top: 30px;
}
@media only screen and (min-width: 560px) {
  .dc-image-text-box.style_2 .section_content .button-wrapper {
    margin-top: 40px;
  }
}
@media only screen and (min-width: 768px) {
  .dc-image-text-box.style_2 .section_content .button-wrapper {
    margin-top: 50px;
  }
}
@media only screen and (min-width: 1000px) {
  .dc-image-text-box.style_2 .section_content .button-wrapper {
    margin-top: 60px;
  }
}
.dc-image-text-box.style_2 .section_content .button-wrapper + .button-wrapper {
  margin-top: 20px;
}
.dc-image-text-box.style_2 .section_content .left,
.dc-image-text-box.style_2 .section_content .right {
  width: 100%;
  position: relative;
  z-index: 10;
}
@media only screen and (min-width: 768px) {
  .dc-image-text-box.style_2 .section_content .left,
  .dc-image-text-box.style_2 .section_content .right {
    width: 50%;
  }
}
@media only screen and (max-width: 767px) {
  .dc-image-text-box.style_2 .section_content .left,
  .dc-image-text-box.style_2 .section_content .right {
    width: 100%;
  }
  .dc-image-text-box.style_2 .section_content .right {
    padding: 50px 50px 50px 0;
  }
}
@media only screen and (min-width: 768px) {
  .dc-image-text-box.style_2 .section_content .left {
    width: calc(100% - 420px);
  }
  .dc-image-text-box.style_2 .section_content .right {
    padding: 50px 50px 50px 0;
    width: 420px;
  }
  .dc-image-text-box.style_2 .section_content .right .image-wrapper img {
    -ms-transform: translateX(-60px);
        transform: translateX(-60px);
  }
}
@media only screen and (min-width: 1000px) {
  .dc-image-text-box.style_2 .section_content .right {
    padding: 100px 50px 100px 0;
    width: 420px;
  }
}
.dc-image-text-box.style_2 .align-center .section_content {
  -ms-flex-align: center;
      align-items: center;
}
@media only screen and (min-width: 768px) {
  .dc-image-text-box.style_2 .image_right .section_content {
    -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
  }
  .dc-image-text-box.style_2 .image_right .section_content .right {
    margin-left: 0;
  }
}
.dc-image-text-box.style_2.bg_blue .right h3 {
  color: #62c9d1;
}
.dc-image-text-box.style_2.bg_blue .right .text {
  color: white;
}
.dc-image-text-box.style_2.bg_blue .right .button-wrapper a {
  background: #62c9d1;
  color: #002449;
}
.dc-image-text-box.style_2.bg_blue .right .button-wrapper a:hover {
  background: white;
}
.dc-image-text-box.style_3 {
  padding-top: 0;
  padding-bottom: 0;
}
.dc-image-text-box.style_3 .style-2-image {
  position: absolute;
  top: -80px;
  height: calc(100% + 80px);
  display: -ms-flexbox;
  display: flex;
  right: 55%;
  width: 45% img;
  width-object-fit: cover;
}
@media only screen and (max-width: 767px) {
  .dc-image-text-box.style_3 .style-2-image {
    display: none;
  }
}
@media only screen and (min-width: 768px) {
  .dc-image-text-box.style_3 .style-2-image {
    top: -80px;
    height: calc(100% + 80px);
  }
}
@media only screen and (min-width: 1100px) {
  .dc-image-text-box.style_3 .style-2-image {
    top: -150px;
    height: calc(100% + 150px);
  }
}
.dc-image-text-box.style_3.uh-top-grey {
  padding-top: 210px !important;
}
.dc-image-text-box.style_3.uh-top-grey:before {
  content: "";
  background: #f2f5f5;
  width: 100vw;
  height: 150px;
  position: absolute;
  top: 0;
}
body.sup .dc-image-text-box.style_3.uh-top-grey:before, body.sup-landing .dc-image-text-box.style_3.uh-top-grey:before {
  background: #ebf1f5;
}
.dc-image-text-box.style_3.uh-top-grey .style-2-image {
  z-index: 1;
  top: 70px;
  height: calc(100% - 70px);
}
.dc-image-text-box.style_3 .section_content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
      align-items: flex-start;
}
@media only screen and (max-width: 767px) {
  .dc-image-text-box.style_3 .section_content {
    -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
  }
}
@media only screen and (max-width: 767px) {
  .dc-image-text-box.style_3 .section_content .right {
    padding: 50px 0 20px;
  }
}
.dc-image-text-box.style_3 .section_content .text {
  max-width: 100%;
}
@media only screen and (max-width: 767px) {
  .dc-image-text-box.style_3 .section_content .text {
    width: 100%;
    max-width: 470px;
  }
  .dc-image-text-box.style_3 .section_content .text br {
    display: none;
  }
}
.dc-image-text-box.style_3 .section_content .image-wrapper {
  width: 100%;
  margin-top: 30px !important;
  position: relative;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 767px) {
  .dc-image-text-box.style_3 .section_content .image-wrapper {
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 768px) {
  .dc-image-text-box.style_3 .section_content .image-wrapper {
    margin-top: 90px;
  }
}
.dc-image-text-box.style_3 .section_content .image-wrapper > img {
  width: 100%;
  border-radius: 0;
  object-fit: cover;
}
.dc-image-text-box.style_3 .section_content .button-wrapper {
  margin-top: 30px;
}
@media only screen and (min-width: 560px) {
  .dc-image-text-box.style_3 .section_content .button-wrapper {
    margin-top: 40px;
  }
}
@media only screen and (min-width: 768px) {
  .dc-image-text-box.style_3 .section_content .button-wrapper {
    margin-top: 50px;
  }
}
@media only screen and (min-width: 1000px) {
  .dc-image-text-box.style_3 .section_content .button-wrapper {
    margin-top: 60px;
  }
}
.dc-image-text-box.style_3 .section_content .button-wrapper + .button-wrapper {
  margin-top: 20px;
}
.dc-image-text-box.style_3 .section_content .left,
.dc-image-text-box.style_3 .section_content .right {
  width: 100%;
  position: relative;
  z-index: 10;
}
@media only screen and (min-width: 768px) {
  .dc-image-text-box.style_3 .section_content .left,
  .dc-image-text-box.style_3 .section_content .right {
    width: 50%;
  }
}
@media only screen and (min-width: 768px) {
  .dc-image-text-box.style_3 .section_content .left {
    margin-bottom: -150px;
  }
  .dc-image-text-box.style_3 .section_content .right {
    padding: 60px 0 60px 7%;
  }
  .dc-image-text-box.style_3 .section_content .right h2,
  .dc-image-text-box.style_3 .section_content .right .text {
    padding-right: 50px;
  }
  .dc-image-text-box.style_3 .section_content .right .image-wrapper img {
    -ms-transform: translateX(-60px);
        transform: translateX(-60px);
  }
}
@media only screen and (min-width: 850px) {
  .dc-image-text-box.style_3 .section_content .right {
    padding: 100px 0 60px 7%;
  }
}
@media only screen and (min-width: 1000px) {
  .dc-image-text-box.style_3 .section_content .right {
    padding: 100px 7%;
  }
}
@media only screen and (min-width: 1200px) {
  .dc-image-text-box.style_3 .section_content .right {
    padding: 150px 8%;
  }
}
.dc-image-text-box.style_3 .align-center .section_content {
  -ms-flex-align: center;
      align-items: center;
}
@media only screen and (min-width: 768px) {
  .dc-image-text-box.style_3 .image_right .section_content {
    -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
  }
  .dc-image-text-box.style_3 .image_right .section_content .right {
    margin-left: 0;
  }
}
.dc-image-text-box.style_4 .section_content {
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 767px) {
  .dc-image-text-box.style_4 .section_content {
    -ms-flex-direction: column !important;
        flex-direction: column !important;
  }
}
@media only screen and (min-width: 768px) {
  .dc-image-text-box.style_4 .section_content .left {
    width: 33%;
    margin-right: 40px;
  }
}
@media only screen and (min-width: 950px) {
  .dc-image-text-box.style_4 .section_content .left {
    margin-right: 80px;
  }
}
.dc-image-text-box.style_4 .section_content .right {
  -ms-flex: 1;
      flex: 1;
}
.dc-image-text-box.style_4 .inner.image_right .section_content {
  -ms-flex-direction: row-reverse;
      flex-direction: row-reverse;
}
@media only screen and (min-width: 768px) {
  .dc-image-text-box.style_4 .inner.image_right .section_content .left {
    margin-left: 40px;
    margin-right: 0;
  }
}
@media only screen and (min-width: 950px) {
  .dc-image-text-box.style_4 .inner.image_right .section_content .left {
    margin-left: 80px;
  }
}

/*------------------------------------*\
	
    IMAGE CARD
    
\*------------------------------------*/
.dc-titlebox + .dc-image-card,
.dc-titlebox + script + .dc-image-card {
  padding-top: 20px !important;
}

.dc-image-card.style_1 .card-items {
  display: grid;
  grid-template-columns: 50% 50%;
  grid-template-rows: 220px 220px 160px;
}
@media only screen and (max-width: 767px) {
  .dc-image-card.style_1 .card-items {
    grid-template-rows: 160px 160px 80px;
  }
}
.dc-image-card.style_1 .card-items .card h3 {
  font-size: 26px;
}
@media only screen and (max-width: 767px) {
  .dc-image-card.style_1 .card-items .card:nth-child(1) {
    grid-column: 1 / span 1;
    grid-row: 1 / span 2;
    height: 300px;
  }
  .dc-image-card.style_1 .card-items .card:nth-child(2) {
    grid-column: 2 / span 1;
    grid-row: 1 / span 1;
    height: 140px;
  }
  .dc-image-card.style_1 .card-items .card:nth-child(3) {
    grid-column: 2 / span 1;
    grid-row: 2 / span 1;
    height: 140px;
  }
  .dc-image-card.style_1 .card-items .card:nth-child(4) {
    grid-column: 1 / span 2;
    grid-row: 3 / span 1;
    height: 80px;
    min-height: 100px;
  }
  .dc-image-card.style_1 .card-items .card:nth-child(4) .card-image:after {
    display: none;
  }
  .dc-image-card.style_1 .card-items .card:nth-child(4) h3 {
    padding-left: 100px;
    -ms-flex-pack: start;
        justify-content: flex-start;
  }
}
@media only screen and (min-width: 768px) {
  .dc-image-card.style_1 .card-items .card:nth-child(1) {
    grid-column: 1 / span 1;
    grid-row: 1 / span 2;
    height: 420px;
  }
  .dc-image-card.style_1 .card-items .card:nth-child(2) {
    grid-column: 2 / span 1;
    grid-row: 1 / span 1;
    height: 200px;
  }
  .dc-image-card.style_1 .card-items .card:nth-child(3) {
    grid-column: 2 / span 1;
    grid-row: 2 / span 1;
    height: 200px;
  }
  .dc-image-card.style_1 .card-items .card:nth-child(4) {
    grid-column: 1 / span 2;
    grid-row: 3 / span 1;
    height: 160px;
  }
  .dc-image-card.style_1 .card-items .card:nth-child(4) .card-image:after {
    display: none;
  }
  .dc-image-card.style_1 .card-items .card:nth-child(4) h3 {
    padding-left: 100px;
    -ms-flex-pack: start;
        justify-content: flex-start;
  }
}
.dc-image-card.style_2 .card-items {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media only screen and (min-width: 768px) {
  .dc-image-card.style_2 .card-items .card:nth-child(1), .dc-image-card.style_2 .card-items .card:nth-child(2), .dc-image-card.style_2 .card-items .card:nth-child(3), .dc-image-card.style_2 .card-items .card:nth-child(4) {
    width: 25%;
    margin-bottom: 20px;
  }
  .dc-image-card.style_2 .card-items .card:nth-child(1) .card-image:after, .dc-image-card.style_2 .card-items .card:nth-child(2) .card-image:after, .dc-image-card.style_2 .card-items .card:nth-child(3) .card-image:after, .dc-image-card.style_2 .card-items .card:nth-child(4) .card-image:after {
    display: none;
  }
  .dc-image-card.style_2 .card-items .card:nth-child(5) {
    width: 100%;
  }
  .dc-image-card.style_2 .card-items .card:nth-child(5) h3 {
    padding-left: 100px;
    -ms-flex-pack: start;
        justify-content: flex-start;
  }
}
@media only screen and (max-width: 767px) {
  .dc-image-card.style_2 .card-items .card {
    width: 50%;
    padding: 0 5px;
    margin-bottom: 10px;
    min-height: 100px;
  }
  .dc-image-card.style_2 .card-items .card:nth-child(5) {
    width: 100%;
  }
}
.dc-image-card .card-items {
  margin: 0 -10px;
  width: calc(100% + 20px);
}
@media only screen and (max-width: 767px) {
  .dc-image-card .card-items {
    margin: 0 -20px;
    width: calc(100% + 40px);
  }
}
.dc-image-card .card-items .card {
  position: relative;
  width: 100%;
  padding: 0 10px;
}
.dc-image-card .card-items .card > a.overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  font-size: 0;
}
.dc-image-card .card-items .card h3 {
  color: white;
  text-align: center;
  position: absolute;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.dc-image-card .card-items .card .card-image {
  display: -ms-flexbox;
  display: flex;
  position: relative;
  height: 100%;
  /*
  	&:after {
  		content: "";
  		
  		position: absolute;
  		left: 0;
  		bottom: 0;
  		height: 100%;
  		width: 100%;
  		background: linear-gradient(180deg, rgba(0,0,0,0) 35%, rgba(0,36,73,0.4) 100%);
  	}
  */
}
.dc-image-card .card-items .card .card-image img {
  min-width: 100%;
  object-fit: cover;
}
.dc-image-card .card-items .card .button-wrapper,
.dc-image-card .card-items .card .button-wrapper a {
  position: absolute;
  top: 0;
  left: 10px;
  width: calc(100% - 20px);
  height: 100%;
}
.dc-image-card .card-items.col2 .item {
  width: 50%;
}
@media only screen and (max-width: 650px) {
  .dc-image-card .card-items.col2 .item {
    width: 100%;
  }
}
.dc-image-card .card-items.col3 .item {
  width: 33.333%;
}
@media only screen and (max-width: 650px) {
  .dc-image-card .card-items.col3 .item {
    width: 100%;
  }
}

/*------------------------------------*\
	
    IMAGE GRID
    
\*------------------------------------*/
.dc-image-grid .grid-items {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-direction: row !important;
      flex-direction: row !important;
  margin: 0 -10px;
}
.dc-image-grid .grid-items .item {
  width: 25%;
  padding: 0 10px 20px;
}
@media only screen and (max-width: 767px) {
  .dc-image-grid .grid-items .item {
    width: 50%;
  }
}
.dc-image-grid .grid-items .item img {
  width: 100%;
}
.dc-image-grid .grid-items.col2 .item {
  width: 50%;
}
@media only screen and (max-width: 650px) {
  .dc-image-grid .grid-items.col2 .item {
    width: 100%;
  }
}
.dc-image-grid .grid-items.col3 .item {
  width: 33.333%;
}
@media only screen and (max-width: 650px) {
  .dc-image-grid .grid-items.col3 .item {
    width: 100%;
  }
}

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

    IMAGE CAROUSEL & SLIDER 

\*------------------------------------*/
.dc-image-carousel .slick-list,
.dc-image-slider .slick-list {
  padding: 0 !important;
  margin: 0 -10px;
}
.dc-image-carousel .slick-list:before, .dc-image-carousel .slick-list:after,
.dc-image-slider .slick-list:before,
.dc-image-slider .slick-list:after {
  content: "";
  position: absolute;
  top: 0;
  z-index: 1000;
  width: 10px;
  height: 100%;
}
.dc-image-carousel .slick-list:before,
.dc-image-slider .slick-list:before {
  left: 0;
}
.dc-image-carousel .slick-list:after,
.dc-image-slider .slick-list:after {
  right: 0;
}
.dc-image-carousel.bg_white:before, .dc-image-carousel.bg_white:after,
.dc-image-slider.bg_white:before,
.dc-image-slider.bg_white:after {
  background: white;
}
.dc-image-carousel.bg_grey:before, .dc-image-carousel.bg_grey:after,
.dc-image-slider.bg_grey:before,
.dc-image-slider.bg_grey:after {
  background: #f2f5f5;
}
.dc-image-carousel.bg_blue:before, .dc-image-carousel.bg_blue:after,
.dc-image-slider.bg_blue:before,
.dc-image-slider.bg_blue:after {
  background: #002449;
}
.dc-image-carousel .item,
.dc-image-slider .item {
  padding: 0 10px;
}
.dc-image-carousel .item img,
.dc-image-slider .item img {
  width: 100%;
}
.dc-image-carousel > .inner > .button-wrapper,
.dc-image-slider > .inner > .button-wrapper {
  margin-top: 30px;
}
.dc-image-carousel.brand-carousel .item,
.dc-image-slider.brand-carousel .item {
  background: white;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  position: relative;
  height: 100px;
  padding: 20px;
  margin: 0 10px;
}
@media only screen and (max-width: 767px) {
  .dc-image-carousel.brand-carousel .item,
  .dc-image-slider.brand-carousel .item {
    height: 80px;
    padding: 10px;
  }
}
.dc-image-carousel.brand-carousel .item .overlay,
.dc-image-slider.brand-carousel .item .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.dc-image-carousel.brand-carousel .slick-dots,
.dc-image-slider.brand-carousel .slick-dots {
  position: relative;
  bottom: unset;
}

.section.dc-image-slider {
  padding: 0 !important;
}
.section.dc-image-slider > .inner .slick-track {
  display: -ms-flexbox;
  display: flex;
}
.section.dc-image-slider > .inner .item {
  padding: 0;
  display: -ms-flexbox;
  display: flex;
  height: auto;
}
.section.dc-image-slider > .inner .item img {
  object-fit: cover;
}
.section.dc-image-slider > .inner .slick-dots {
  margin-top: 0;
  bottom: 0;
}
.section.dc-image-slider > .inner button.slick-arrow {
  top: calc(100% - 60px);
}
.section.dc-image-slider > .inner button.slick-arrow.slick-prev {
  left: calc(50% - 65px);
}
.section.dc-image-slider > .inner button.slick-arrow.slick-next {
  right: calc(50% - 65px);
}
.section.dc-image-slider > .inner button.slick-arrow.slick-next:before {
  content: "" !important;
  display: block !important;
  position: absolute;
  left: -22px;
  height: 56px;
  width: 2px;
  opacity: .5;
  background: white;
}
.section.dc-image-slider > .inner button.slick-arrow:after {
  font-size: 21px;
  color: white;
}
.section.dc-image-slider > .inner button.slick-arrow:hover:after {
  color: #002449;
}

/*------------------------------------*\
	
    CARDS CAROUSEL
    
\*------------------------------------*/
.dc-cards-carousel {
  	/*
  	&.bg_grey,
  	&.bg_blue {
  		background: white;
  		
  		.item .text > span:first-child {
  			color: white;
  		}
  	}
  	
  	&.bg_grey:before {			
  		background: $greylight;
  	}
  	
  	&.bg_blue {
  		
  		.item .description {
  			color: white;
  		}
  	}
  */
}
.dc-cards-carousel > .inner {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
@media only screen and (max-width: 949px) {
  .dc-cards-carousel > .inner {
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-line-pack: start;
        align-content: flex-start;
    padding-bottom: 30px;
  }
}
.dc-cards-carousel .section_intro {
  width: calc(8.333% * 3);
  padding-right: 20px;
}
@media only screen and (min-width: 950px) {
  .dc-cards-carousel .section_intro {
    margin-bottom: 54px;
    padding-bottom: 60px;
  }
}
@media only screen and (max-width: 1099px) {
  .dc-cards-carousel .section_intro {
    padding-right: 50px;
  }
}
@media only screen and (max-width: 949px) {
  .dc-cards-carousel .section_intro {
    width: 100%;
    padding-right: 0;
  }
  .dc-cards-carousel .section_intro .description {
    max-width: 700px;
  }
}
.dc-cards-carousel .section_intro h2,
.dc-cards-carousel .section_intro h3 {
  font-size: 40px;
}
@media only screen and (min-width: 767px) and (max-width: 1100px) {
  .dc-cards-carousel .section_intro h2,
  .dc-cards-carousel .section_intro h3 {
    font-size: 30px;
  }
}
.dc-cards-carousel .section_intro .button-wrapper {
  margin-top: 30px;
}
.dc-cards-carousel .section_intro .slick-dots {
  -ms-flex-pack: start;
      justify-content: flex-start;
}
.dc-cards-carousel .section_intro .slick-dots li {
  margin: 0 10px 0 0;
}
@media only screen and (max-width: 949px) {
  .dc-cards-carousel .section_intro .slick-dots {
    position: absolute;
    bottom: -50px;
  }
}
.dc-cards-carousel .section_content {
  width: calc(8.333% * 9);
}
@media only screen and (max-width: 949px) {
  .dc-cards-carousel .section_content {
    width: 100%;
    padding: 50px 0 0 0;
  }
}
@media only screen and (min-width: 768px) {
  .dc-cards-carousel .slick-list {
    margin-right: -20px;
  }
}
.dc-cards-carousel .slick-track {
  display: -ms-flexbox;
  display: flex;
}
.dc-cards-carousel .items {
  overflow: hidden;
}
.dc-cards-carousel .item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  margin-right: 20px;
  height: auto;
  border: 0 none;
  background: none;
  position: relative;
}
.dc-cards-carousel .item .text {
  -ms-flex: 1;
      flex: 1;
  position: relative;
  padding: 24px 24px;
  background: white;
  border-bottom: 2px solid #DFE8EB;
}
@media only screen and (min-width: 768px) {
  .dc-cards-carousel .item .text {
    padding: 30px 40px;
  }
}
.dc-cards-carousel .item .text > span:first-child {
  color: #E6E6E6;
  font-size: 56px;
  font-weight: 700;
  line-height: 1em;
  display: block;
  margin-bottom: 20px;
}
.dc-cards-carousel .item .text h3 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
      align-items: flex-end;
  margin-bottom: 10px;
  font-size: 20px;
}
@media only screen and (min-width: 768px) {
  .dc-cards-carousel .item .text h3 {
    font-size: 24px;
  }
}
.dc-cards-carousel .item .description {
  line-height: 1.5em;
}
.dc-cards-carousel .item .description a {
  color: #002449;
  text-decoration: underline;
  display: block;
  padding-top: 12px;
}
.dc-cards-carousel .item .button-wrapper {
  padding: 0;
  margin: 20px 0 30px;
  position: absolute;
  bottom: 0;
}
.dc-cards-carousel .item .icon-wrapper {
  display: -ms-flexbox;
  display: flex;
  height: 220px;
  max-height: 14.8vw;
}
@media only screen and (max-width: 949px) {
  .dc-cards-carousel .item .icon-wrapper {
    max-height: 25vw;
  }
}
@media only screen and (max-width: 650px) {
  .dc-cards-carousel .item .icon-wrapper {
    max-height: 37vw;
  }
}
.dc-cards-carousel .item .icon-wrapper img {
  min-width: 100%;
  object-fit: cover;
}
.dc-cards-carousel .item > a {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
@media only screen and (min-width: 767px) and (max-width: 1100px) {
  .dc-cards-carousel .item h3 {
    font-size: 26px;
  }
}
.dc-cards-carousel .item:hover {
  box-shadow: none !important;
}

.dc-lessons-carousel .inner {
  -ms-flex-direction: column;
      flex-direction: column;
}
.dc-lessons-carousel .title-wrapper {
  width: 100%;
}
.dc-lessons-carousel .section_content {
  width: 100%;
}

/*------------------------------------*\
	
    POST GRID - ITEMS

\*------------------------------------*/
.grid-items {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
  padding: 10px 0 0 0;
  margin: 0 auto;
  overflow: hidden;
}
@media only screen and (max-width: 650px) {
  .grid-items {
    -ms-flex-direction: column;
        flex-direction: column;
    padding: 0;
    margin-bottom: -15px;
  }
}
.grid-items.col2 {
  width: calc(100% + 54px);
  margin-bottom: -54px;
}
@media only screen and (max-width: 1099px) {
  .grid-items.col2 {
    width: calc(100% + 30px);
  }
}
@media only screen and (max-width: 767px) {
  .grid-items.col2 {
    width: 100%;
  }
}
.grid-items.col2 .item {
  width: calc(calc(100% / 2) - 54px);
  margin-right: 54px;
}
@media only screen and (max-width: 849px) {
  .grid-items.col2 .item {
    width: calc(calc(100% / 2) - 30px);
  }
}
@media only screen and (max-width: 650px) {
  .grid-items.col2 .item {
    width: 100%;
    margin-right: 0;
  }
}
.grid-items.col3 {
  width: calc(100% + 54px);
  margin-bottom: -54px;
}
@media only screen and (max-width: 1099px) {
  .grid-items.col3 {
    width: calc(100% + 30px);
  }
}
@media only screen and (max-width: 767px) {
  .grid-items.col3 {
    width: calc(100% + 25px);
  }
}
.grid-items.col3 .item {
  width: calc(calc(100% / 3) - 54px);
  margin-right: 54px;
}
@media only screen and (max-width: 1099px) {
  .grid-items.col3 .item {
    width: calc(calc(100% / 3) - 30px);
    margin-right: 30px;
  }
}
@media only screen and (max-width: 849px) {
  .grid-items.col3 .item {
    width: calc(calc(100% / 2) - 30px);
  }
}
@media only screen and (max-width: 650px) {
  .grid-items.col3 .item {
    width: 100%;
    margin-right: 0;
  }
}
.grid-items.col4 {
  width: calc(100% + 30px);
  margin-bottom: -30px;
}
@media only screen and (max-width: 1099px) {
  .grid-items.col4 {
    width: calc(100% + 30px);
  }
}
@media only screen and (max-width: 767px) {
  .grid-items.col4 {
    width: 100%;
  }
}
.grid-items.col4 .item {
  width: calc(calc(100% / 4) - 30px);
  margin-right: 30px;
}
@media only screen and (max-width: 1099px) {
  .grid-items.col4 .item {
    width: calc(calc(100% / 2) - 30px);
    margin-right: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .grid-items.col4 .item {
    width: calc(calc(100% / 2) - 30px);
  }
}
@media only screen and (max-width: 650px) {
  .grid-items.col4 .item {
    width: 100%;
    margin-right: 0;
  }
}
.grid-items.slick-slider {
  width: 100%;
  display: block;
}
@media only screen and (min-width: 560px) {
  .grid-items.slick-slider .item {
    margin-right: 20px;
  }
}

.dc-card {
  position: relative;
  margin-bottom: 54px;
  padding-bottom: 60px;
  background: white;
  border: 1px solid #f2f5f5;
  transition: all 250ms ease-in-out;
}
@media only screen and (max-width: 650px) {
  .dc-card {
    margin-bottom: 15px;
  }
}
.dc-lessons-grid .dc-card {
  padding-bottom: 0 !important;
}
.dc-card .image-wrapper {
  position: relative;
  height: 250px;
  max-height: 53vw;
  min-height: 140px;
  display: -ms-flexbox;
  display: flex;
  background: #f2f5f5;
}
@media only screen and (min-width: 651px) {
  .dc-card .image-wrapper {
    max-height: 27vw;
  }
}
@media only screen and (min-width: 768px) {
  .dc-card .image-wrapper {
    max-height: 27vw;
  }
}
@media only screen and (min-width: 850px) {
  .col3 .dc-card .image-wrapper {
    max-height: 17vw;
  }
}
@media only screen and (min-width: 1100px) {
  .col4 .dc-card .image-wrapper {
    max-height: 13vw;
  }
}
.dc-card .image-wrapper img {
  display: block;
  object-fit: cover;
  width: 100%;
}
.dc-card .image-wrapper .play-btn-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
}
.dc-card .image-wrapper .play-btn-overlay span.play-btn {
  position: absolute;
  width: 50px;
  height: 50px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.1);
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 100%;
  border: 2px solid white;
}
.dc-card .image-wrapper .play-btn-overlay span.play-btn i {
  color: white;
  font-size: 30px;
  margin-left: 7px;
  -ms-transform: scaleX(1.5);
      transform: scaleX(1.5);
}
.dc-card .content-wrapper {
  padding: 30px 22px;
}
.dc-card .content-wrapper h4,
.dc-card .content-wrapper .meta-date {
  color: #9C9CA7;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  display: block;
  margin-bottom: 24px;
}
.dc-card .content-wrapper h2,
.dc-card .content-wrapper h3 {
  font-weight: 600;
  letter-spacing: 0.3px;
  line-height: 1.4em;
  margin-bottom: 16px;
  transition: all 250ms ease-in-out;
}
@media only screen and (max-width: 650px) {
  .dc-card .content-wrapper h2,
  .dc-card .content-wrapper h3 {
    line-height: 1.2em;
  }
}
.dc-card .content-wrapper p {
  margin: 0;
}
.dc-card .button-wrapper {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 0 22px 30px 22px;
}
.dc-card .button-wrapper a {
  position: relative;
  color: #62c9d1;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 1.5px;
  line-height: 1.15em;
  text-transform: uppercase;
}
.dc-card .button-wrapper a:before {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: -4px;
  background: #62c9d1;
}
.dc-card > a.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media (hover: hover) {
  .dc-card:hover {
    box-shadow: 0 25px 21px -10px rgba(40, 40, 40, 0.12);
  }
  .dc-card:hover h2,
  .dc-card:hover h3 {
    color: #62c9d1;
  }
}

section.dc-news-grid > .inner {
  padding-bottom: 120px;
}
@media only screen and (max-width: 650px) {
  section.dc-news-grid > .inner {
    padding-bottom: 40px;
  }
}
section.dc-news-grid > .inner > .section_intro {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  width: 100%;
  max-width: 100%;
  margin: 0 0 40px;
  text-align: left;
}
@media only screen and (max-width: 650px) {
  section.dc-news-grid > .inner > .section_intro {
    -ms-flex-direction: column;
        flex-direction: column;
  }
}
section.dc-news-grid > .inner .dc-card {
  padding-bottom: 50px;
}
section.dc-news-grid > .inner .dc-card .button-wrapper {
  padding: 0 22px 30px 22px;
  position: absolute;
  left: 0;
  bottom: 0;
}
@media only screen and (min-width: 560px) {
  section.dc-news-grid > .inner .slick-list {
    margin-right: -20px;
  }
}
.blog section.dc-news-grid {
  padding-top: 80px !important;
  padding-bottom: 70px !important;
}
.blog section.dc-news-grid .inner {
  padding-bottom: 0 !important;
}
section.dc-news-grid .slick-dots {
  margin-top: 0;
}

/*------------------------------------*\
	
    POST ROW - ITEMS

\*------------------------------------*/
.row-items {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-direction: column;
      flex-direction: column;
  position: relative;
  padding: 0;
  margin: 0 auto;
}
.row-items .item {
  position: relative;
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  /*
  		@media (hover: hover) {
  			
  		    &:hover{
  				
  				h3{
  	    			color: $theme_color;
  				}
  				
  				.readmore {
  					
  					span {
  						color: $yellow;
  					}
  				}
  			}
  		}
  */
}
.row-items .item .image-wrapper {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  background: #f2f5f5;
}
.row-items .item .image-wrapper img {
  display: block;
  object-fit: cover;
  width: 100%;
}
.row-items .item .content-wrapper .meta-date,
.row-items .item .content-wrapper .meta-time {
  color: #9C9CA7;
  letter-spacing: 1px;
  display: block;
  margin-bottom: 24px;
}
.row-items .item .content-wrapper h2,
.row-items .item .content-wrapper h3,
.row-items .item .content-wrapper h4 {
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 1.2em;
  margin-bottom: 0;
}
.row-items .item .content-wrapper h3 {
  font-weight: 600;
}
.row-items .item .content-wrapper h4 {
  font-size: 20px;
}
.row-items .item .content-wrapper p {
  font-size: 16px;
  margin: 0;
}

.dc-events-list:last-child {
  padding-bottom: 0 !important;
}
.dc-events-list .section_content {
  max-width: 1100px;
  margin: 0 auto;
}
.dc-events-list .section_content .item {
  padding: 50px 0;
}
@media only screen and (max-width: 767px) {
  .dc-events-list .section_content .item {
    -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
  }
}
.dc-events-list .section_content .item:nth-child(even):before {
  content: "";
  background: #f2f5f5;
  position: absolute;
  top: 0;
  left: calc(50% - 50vw);
  width: 100vw;
  height: 100%;
}
.dc-events-list .section_content .item .content-wrapper {
  position: relative;
  width: 50%;
  padding-right: 30px;
}
@media only screen and (max-width: 767px) {
  .dc-events-list .section_content .item .content-wrapper {
    width: 100%;
  }
}
.dc-events-list .section_content .item .content-wrapper h2 {
  font-size: 36px;
}
@media only screen and (max-width: 1099px) {
  .dc-events-list .section_content .item .content-wrapper h2 {
    font-size: 32px;
  }
}
@media only screen and (max-width: 949px) {
  .dc-events-list .section_content .item .content-wrapper h2 {
    font-size: 28px;
  }
}
@media only screen and (max-width: 767px) {
  .dc-events-list .section_content .item .content-wrapper h2 {
    font-size: 26px;
  }
}
.dc-events-list .section_content .item .content-wrapper .meta-date,
.dc-events-list .section_content .item .content-wrapper .meta-time {
  font-size: 20px;
  font-weight: 400;
}
@media only screen and (max-width: 1099px) {
  .dc-events-list .section_content .item .content-wrapper .meta-date,
  .dc-events-list .section_content .item .content-wrapper .meta-time {
    font-size: 18px;
  }
}
@media only screen and (max-width: 767px) {
  .dc-events-list .section_content .item .content-wrapper .meta-date,
  .dc-events-list .section_content .item .content-wrapper .meta-time {
    font-size: 16px;
  }
}
.dc-events-list .section_content .item .content-wrapper .meta-date {
  margin-top: 20px;
  margin-bottom: 12px;
}
.dc-events-list .section_content .item .image-wrapper {
  width: 50%;
  height: 384px;
  max-height: 34vw;
  margin-left: 20px;
}
@media only screen and (max-width: 767px) {
  .dc-events-list .section_content .item .image-wrapper {
    width: 100%;
    margin-left: 0;
    margin-bottom: 40px;
    max-height: 50vw;
  }
}

.dc-podcast-list .section_content {
  max-width: 1360px;
  margin: 0 auto;
}
.dc-podcast-list .section_content .item {
  padding: 50px 0 40px;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  border-bottom: 1px solid #f2f5f5;
}
@media only screen and (max-width: 767px) {
  .dc-podcast-list .section_content .item {
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: start;
        align-items: flex-start;
  }
}
.dc-podcast-list .section_content .item .content-wrapper {
  -ms-flex: 1;
      flex: 1;
}
.dc-podcast-list .section_content .item .content-wrapper .meta-date,
.dc-podcast-list .section_content .item .content-wrapper .meta-time {
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 0;
}
.dc-podcast-list .section_content .item .content-wrapper .episode {
  text-transform: capitalize;
}
.dc-podcast-list .section_content .item .image-wrapper {
  height: 146px;
  width: 146px;
  margin-right: 40px;
  margin-bottom: 20px;
}
@media only screen and (min-width: 768px) {
  .dc-podcast-list .section_content .item .image-wrapper {
    max-width: 15vw;
    max-width: 15vw;
    margin-bottom: 0;
  }
}
.dc-podcast-list .section_content .item .button-wrapper {
  margin-top: 30px;
}
.dc-podcast-list .section_content .item .button-wrapper .dc-btn {
  width: 216px;
  min-width: 100px;
}
@media only screen and (min-width: 768px) {
  .dc-podcast-list .section_content .item .button-wrapper {
    margin-left: 30px;
    margin-top: 0;
  }
  .dc-podcast-list .section_content .item .button-wrapper .dc-btn {
    max-width: 20vw;
    padding: 16px;
  }
}

/*------------------------------------*\
	
    HOTBOX SECTION
    
\*------------------------------------*/
.dc-hotboxes .inner .section_intro {
  margin-bottom: 20px !important;
  padding-bottom: 40px;
}
.dc-hotboxes .inner .section_content {
  max-width: 1460px;
  margin: 0 auto;
}
.dc-hotboxes .inner .section_content .items {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: calc(100% + 20px);
}
@media only screen and (max-width: 559px) {
  .dc-hotboxes .inner .section_content .items {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) {
  .dc-hotboxes .inner .section_content .items:nth-child(2) {
    -ms-transform: translateY(30px);
        transform: translateY(30px);
  }
}
.dc-hotboxes .inner .section_content .items .item {
  position: relative;
  width: calc(50% - 20px);
  margin-right: 20px;
  margin-top: 20px;
  background: white;
}
@media only screen and (max-width: 559px) {
  .dc-hotboxes .inner .section_content .items .item {
    width: 100%;
    margin-right: 0;
    margin-top: 20px;
    text-align: center;
  }
}
@media only screen and (min-width: 768px) {
  .dc-hotboxes .inner .section_content .items .item {
    -ms-transform: translateY(-40px);
        transform: translateY(-40px);
  }
  .dc-hotboxes .inner .section_content .items .item:nth-child(2) {
    -ms-transform: translateY(70px);
        transform: translateY(70px);
  }
}
.dc-hotboxes .inner .section_content .items .item > a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.dc-hotboxes .inner .section_content .items .item .icon-wrapper {
  display: -ms-flexbox;
  display: flex;
  height: 330px;
}
@media only screen and (max-width: 559px) {
  .dc-hotboxes .inner .section_content .items .item .icon-wrapper {
    margin-bottom: 16px;
  }
}
.dc-hotboxes .inner .section_content .items .item .icon-wrapper img {
  display: block;
  min-width: 100%;
  object-fit: cover;
  object-position: top;
  transition: all 150ms ease-in-out;
}
.dc-hotboxes .inner .section_content .items .item .content {
  box-shadow: 0 20px 20px 20px rgba(1, 1, 1, 0.06);
  padding: 40px 30px;
  text-align: center;
}
.dc-hotboxes .inner .section_content .items .item h3 {
  transition: all 150ms ease-in-out;
}
.dc-hotboxes .inner .section_content .items .item h3 + p.sub-title {
  margin-top: -20px;
}
@media only screen and (max-width: 559px) {
  .dc-hotboxes .inner .section_content .items .item h3 + p.sub-title {
    margin-top: -10px;
    margin-bottom: 14px;
  }
}
.dc-hotboxes .inner .section_content .items .item .text p {
  margin-bottom: 0;
}
.dc-hotboxes .inner .section_content .items .item .button-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.dc-hotboxes .inner .section_content .items .item .button-wrapper .overlay {
  display: block;
  height: 100%;
  width: 100%;
}
.dc-hotboxes .inner .section_content .items .item:hover h3 {
  color: #a1cdd3;
}
@media only screen and (min-width: 768px) {
  .dc-hotboxes .inner .section_content .items.col3 .item {
    width: calc(33.3333% - 20px);
  }
}

/*------------------------------------*\
	
    VIDEO BLOCK
    
\*------------------------------------*/
.dc-video .video-wrapper {
  position: relative;
  min-height: 240px;
  display: -ms-flexbox;
  display: flex;
}
.dc-video .video-wrapper img {
  display: block;
  width: 100%;
  object-fit: cover;
}

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

.fancybox-container {
  z-index: 100000;
}

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

    TESTIMONIALS

\*------------------------------------*/
.dc-testimonials {
  background-position: center;
  background-size: cover;
}
@media only screen and (min-width: 768px) {
  .dc-testimonials {
    padding-top: 220px !important;
    padding-bottom: 80px !important;
  }
}
.dc-testimonials .section_intro h2 {
  color: #a1cdd3;
}
.dc-testimonials .section_intro .button-wrapper {
  margin-top: 20px;
}
.dc-testimonials .section_content {
  max-width: 860px;
  margin: 0 auto;
}
.dc-testimonials .review-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  margin-bottom: 50px;
}
.dc-testimonials .review-wrapper .review {
  background: rgba(1, 1, 1, 0.2);
  border: 4px solid #98AEBC;
  border-radius: 16px;
  width: 130px;
  margin: 0 10px;
  padding: 20px;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .dc-testimonials .review-wrapper .review {
    width: 200px;
  }
}
.dc-testimonials .review-wrapper .review h3 {
  font-size: 0 !important;
}
.dc-testimonials .review-wrapper .review h3:after {
  content: "";
  position: relative;
  display: block;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.dc-testimonials .review-wrapper .review span {
  color: #C3E4E8;
  font-size: 40px;
}
@media only screen and (min-width: 768px) {
  .dc-testimonials .review-wrapper .review span {
    font-size: 58px;
  }
}
.dc-testimonials .review-wrapper .review .stars {
  margin-top: 6px;
  color: white;
  font-size: 8px;
}
@media only screen and (min-width: 768px) {
  .dc-testimonials .review-wrapper .review .stars {
    font-size: 12px;
  }
}
.dc-testimonials .review-wrapper .review .stars i {
  padding: 0 3px;
}
.dc-testimonials .review-wrapper .review.Google h3:after {
  background-image: url("../img/sup/google-logo.png");
  height: 22px;
}
@media only screen and (min-width: 768px) {
  .dc-testimonials .review-wrapper .review.Google h3:after {
    height: 28px;
  }
}
.dc-testimonials .review-wrapper .review.facebook h3:after {
  background-image: url("../img/sup/facebook-logo.png");
  height: 22px;
  padding: 3px 0;
}
@media only screen and (min-width: 768px) {
  .dc-testimonials .review-wrapper .review.facebook h3:after {
    height: 28px;
  }
}
.dc-testimonials .item .text {
  color: white;
  font-size: 12px;
  line-height: 1.5em;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .dc-testimonials .item .text {
    font-size: 14px;
  }
}
@media only screen and (min-width: 850px) {
  .dc-testimonials .item .text {
    font-size: 16px;
  }
}
@media only screen and (min-width: 1100px) {
  .dc-testimonials .item .text {
    font-size: 18px;
  }
}
.dc-testimonials .item .author {
  color: #c3e5e8;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: none;
  text-align: center;
  display: block;
  margin-top: 30px;
  /*
  	&:before {
  		content: "- ";
  	}
  */
  /*
  	.job-title {
  		font-size: 16px;
  		font-weight: 400;
  		letter-spacing: .7px;
  	}
  */
}
.dc-testimonials button.slick-arrow {
  top: 18%;
}
.dc-testimonials button.slick-arrow.slick-prev {
  left: -36px;
}
@media only screen and (min-width: 1100px) {
  .dc-testimonials button.slick-arrow.slick-prev {
    left: -70px;
  }
}
@media only screen and (min-width: 1360px) {
  .dc-testimonials button.slick-arrow.slick-prev {
    left: -90px;
  }
}
@media only screen and (min-width: 1550px) {
  .dc-testimonials button.slick-arrow.slick-prev {
    left: -140px;
  }
}
.dc-testimonials button.slick-arrow.slick-next {
  right: -36px;
}
@media only screen and (min-width: 1100px) {
  .dc-testimonials button.slick-arrow.slick-next {
    right: -70px;
  }
}
@media only screen and (min-width: 1360px) {
  .dc-testimonials button.slick-arrow.slick-next {
    right: -90px;
  }
}
@media only screen and (min-width: 1550px) {
  .dc-testimonials button.slick-arrow.slick-next {
    right: -140px;
  }
}
.dc-testimonials .slick-dots {
  margin-top: 110px;
}
.dc-testimonials .slick-dots li button:after {
  background: #E2E6E7;
  border-color: #E2E6E7;
}
.dc-testimonials .slick-dots li.slick-active button:after {
  background: #a1cdd3;
  border-color: #a1cdd3;
}
.dc-testimonials.bg_blue .item .text,
.dc-testimonials.bg_blue .author,
.dc-testimonials.bg_blue button.slick-arrow:after {
  color: white;
}

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

    TEAM CARDS

\*------------------------------------*/
.dc-team-cards .section_content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
  padding: 10px 0 0 0;
  margin: 0 auto;
  overflow: hidden;
  width: calc(100% + 30px);
  margin-bottom: -30px;
}
@media only screen and (max-width: 1439px) {
  .dc-team-cards .section_content {
    width: calc(100% + 30px);
  }
}
@media only screen and (max-width: 650px) {
  .dc-team-cards .section_content {
    -ms-flex-direction: column;
        flex-direction: column;
    width: 100%;
    padding: 0;
    margin-bottom: -15px;
  }
}
.dc-team-cards .section_content .item {
  width: calc(calc(100% / 3) - 30px);
  margin-right: 30px;
  margin-bottom: 0;
  border: none;
  background: none;
}
@media only screen and (max-width: 999px) {
  .dc-team-cards .section_content .item {
    width: calc(calc(100% / 2) - 30px);
  }
}
@media only screen and (max-width: 650px) {
  .dc-team-cards .section_content .item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 30px;
  }
}
.dc-team-cards .section_content .item .image-wrapper {
  height: 412px;
  max-height: 30vw;
}
@media only screen and (max-width: 999px) {
  .dc-team-cards .section_content .item .image-wrapper {
    max-height: 46vw;
  }
}
@media only screen and (max-width: 767px) {
  .dc-team-cards .section_content .item .image-wrapper {
    max-height: 100vw;
  }
}
.dc-team-cards .section_content .item .image-wrapper img {
  height: 100%;
}
.dc-team-cards .section_content .item .content-wrapper {
  padding: 30px 12% 0;
  text-align: center;
}
.dc-team-cards .section_content .item .content-wrapper .position {
  color: #62c9d1;
}
.dc-team-cards .section_content .item .content-wrapper h3 {
  margin-bottom: 15px;
}
.dc-team-cards .section_content .item:hover {
  box-shadow: none;
}
.dc-team-cards .section_content .item:hover h3 {
  color: #002449;
}
@media only screen and (max-width: 767px) {
  .dc-team-cards .section_content.carousel {
    width: 100%;
  }
  .dc-team-cards .section_content.carousel .item {
    margin-bottom: 0;
  }
}

.dc-team-cards .section_intro {
  max-width: 100% !important;
}

/*------------------------------------*\
	
    CTA 

\*------------------------------------*/
.dc-cta {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  min-height: 400px;
  max-height: 960px;
  background-size: cover;
  background-position: center;
}
.dc-cta.cta_style_1 {
  padding: 90px 0;
  height: 960px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-align: start;
      align-items: flex-start;
}
@media only screen and (max-width: 767px) {
  .dc-cta.cta_style_1 {
    height: 590px;
  }
}
.dc-cta.cta_style_1 .section_intro .description {
  max-width: 570px !important;
}
.dc-cta.text_white .inner .section_intro h1,
.dc-cta.text_white .inner .section_intro h2,
.dc-cta.text_white .inner .section_intro h3,
.dc-cta.text_white .inner .section_intro h4,
.dc-cta.text_white .inner .section_intro h5,
.dc-cta.text_white .inner .section_intro h6,
.dc-cta.text_white .inner .section_intro p {
  color: #FFFFFF;
}
.dc-cta > .inner .section_intro {
  margin: 0 auto;
}
.dc-cta > .inner .section_intro .title-wrapper h1,
.dc-cta > .inner .section_intro .title-wrapper h2,
.dc-cta > .inner .section_intro .title-wrapper h3,
.dc-cta > .inner .section_intro .title-wrapper h4,
.dc-cta > .inner .section_intro .title-wrapper h5,
.dc-cta > .inner .section_intro .title-wrapper h6 {
  font-size: 40px;
}
@media only screen and (min-width: 768px) {
  .dc-cta > .inner .section_intro .title-wrapper h1,
  .dc-cta > .inner .section_intro .title-wrapper h2,
  .dc-cta > .inner .section_intro .title-wrapper h3,
  .dc-cta > .inner .section_intro .title-wrapper h4,
  .dc-cta > .inner .section_intro .title-wrapper h5,
  .dc-cta > .inner .section_intro .title-wrapper h6 {
    font-size: 50px;
  }
}
@media only screen and (min-width: 950px) {
  .dc-cta > .inner .section_intro .title-wrapper h1,
  .dc-cta > .inner .section_intro .title-wrapper h2,
  .dc-cta > .inner .section_intro .title-wrapper h3,
  .dc-cta > .inner .section_intro .title-wrapper h4,
  .dc-cta > .inner .section_intro .title-wrapper h5,
  .dc-cta > .inner .section_intro .title-wrapper h6 {
    font-size: 60px;
  }
}
@media only screen and (min-width: 1100px) {
  .dc-cta > .inner .section_intro .title-wrapper h1,
  .dc-cta > .inner .section_intro .title-wrapper h2,
  .dc-cta > .inner .section_intro .title-wrapper h3,
  .dc-cta > .inner .section_intro .title-wrapper h4,
  .dc-cta > .inner .section_intro .title-wrapper h5,
  .dc-cta > .inner .section_intro .title-wrapper h6 {
    font-size: 70px;
  }
}
.dc-cta > .inner .section_intro .description {
  margin: 20px auto;
}

/*------------------------------------*\
	
    HEADER BUTTON BOX
    
\*------------------------------------*/
.dc-header-button + section,
.dc-header-button + script + section,
.dc-header-button + script + script + section {
  padding-top: 0 !important;
}
.dc-header-button + section > .inner,
.dc-header-button + script + section > .inner,
.dc-header-button + script + script + section > .inner {
  padding-top: 140px;
  padding-bottom: 70px;
}
@media only screen and (min-width: 768px) {
  .dc-header-button + section > .inner,
  .dc-header-button + script + section > .inner,
  .dc-header-button + script + script + section > .inner {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
@media only screen and (min-width: 950px) {
  .dc-header-button + section > .inner,
  .dc-header-button + script + section > .inner,
  .dc-header-button + script + script + section > .inner {
    padding-top: 130px;
    padding-bottom: 130px;
  }
}

.dc-header-button {
  position: relative;
  z-index: 100;
}
@media only screen and (max-width: 767px) {
  .dc-header-button .dc-header-button + script + script + section {
    padding-top: 160px;
  }
}
.dc-header-button > .inner {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.dc-header-button > .inner:before {
  content: "";
  width: 61px;
  height: 61px;
  position: absolute;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  display: block;
  z-index: 10;
  background-repeat: no-repeat;
  background-image: url("../img/sup/or.png");
}
.dc-header-button > .inner .buttonWrap {
  position: relative;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .dc-header-button > .inner .buttonWrap {
    width: 50%;
  }
}
.dc-header-button > .inner .buttonWrap h2 {
  position: absolute;
  top: 50%;
  width: 100%;
  margin-top: -85px;
  color: white;
  font-size: 250px;
  text-transform: uppercase;
}
@media only screen and (max-width: 767px) {
  .dc-header-button > .inner .buttonWrap h2 {
    padding: 0 !important;
    margin-top: -40px;
  }
}
.dc-header-button > .inner .buttonWrap h2:before {
  content: "";
  height: 173px;
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
@media only screen and (max-width: 767px) {
  .dc-header-button > .inner .buttonWrap h2:before {
    float: none !important;
    width: 100% !important;
    max-width: 100% !important;
    padding: 0 30px !important;
    background-position: center !important;
    max-height: 18vw;
    min-height: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .dc-header-button > .inner .buttonWrap .img-wrapper {
    height: 420px;
    display: -ms-flexbox;
    display: flex;
    max-height: 80vw;
  }
}
.dc-header-button > .inner .buttonWrap img {
  transition: all 150ms ease-in-out;
}
@media only screen and (max-width: 767px) {
  .dc-header-button > .inner .buttonWrap img {
    object-fit: cover;
    min-width: 100%;
  }
}
.dc-header-button > .inner .buttonWrap:first-child h2 {
  text-align: right;
  padding-right: 120px;
  font-size: 0;
}
.dc-header-button > .inner .buttonWrap:first-child h2:before {
  width: 262px;
  max-width: 31.44%;
  background-image: url("../img/sup/sup-text.png");
  float: right;
}
.dc-header-button > .inner .buttonWrap:nth-child(2) h2 {
  text-align: left;
  padding-left: 120px;
  font-size: 0;
}
.dc-header-button > .inner .buttonWrap:nth-child(2) h2:before {
  width: 283px;
  max-width: 33.96%;
  background-image: url("../img/sup/foil-text.png");
}
@media only screen and (max-width: 767px) {
  .dc-header-button > .inner .buttonWrap:nth-child(2) h2:before {
    max-width: 33.96%;
  }
}
.dc-header-button > .inner .buttonWrap .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media only screen and (min-width: 768px) {
  .dc-header-button > .inner .buttonWrap:hover h2 {
    color: #62c9d1;
  }
  .dc-header-button > .inner .buttonWrap:hover img {
    -ms-transform: scale(1.005);
        transform: scale(1.005);
  }
}
.dc-header-button > .inner .contentWrap {
  position: absolute;
  bottom: -110px;
  left: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
      align-items: flex-end;
  width: 100%;
  padding: 0 25px;
}
@media only screen and (min-width: 768px) {
  .dc-header-button > .inner .contentWrap {
    bottom: -40px;
    padding: 0 30px;
  }
}
.dc-header-button > .inner .contentWrap .inner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  width: 1300px;
  margin: -80px auto 0 auto;
  background: #2b4258;
  box-shadow: 0 0 26px 30px rgba(43, 66, 88, 0.1);
}
@media only screen and (max-width: 767px) {
  .dc-header-button > .inner .contentWrap .inner {
    -ms-flex-direction: column;
        flex-direction: column;
  }
}
.dc-header-button > .inner .contentWrap .inner p {
  padding: 20px 30px;
  margin: 0;
  color: white;
  font-size: 21px;
  letter-spacing: -0.02em;
}
@media only screen and (max-width: 767px) {
  .dc-header-button > .inner .contentWrap .inner p {
    text-align: center;
  }
}
@media only screen and (min-width: 1100px) {
  .dc-header-button > .inner .contentWrap .inner p {
    font-size: 24px;
    padding: 35px;
  }
}
.dc-header-button > .inner .contentWrap .inner p a {
  color: #a1cdd3;
  font-size: 16px;
  text-decoration: underline;
}
@media only screen and (min-width: 1100px) {
  .dc-header-button > .inner .contentWrap .inner p a {
    font-size: 18px;
  }
}
.dc-header-button > .inner .contentWrap .inner .content {
  color: #2b4258;
  font-size: 24px;
  letter-spacing: -0.02em;
  line-height: 1.25em;
  text-align: center;
  background: #a1cdd3;
  width: 33.333%;
  padding: 20px;
}
@media only screen and (max-width: 767px) {
  .dc-header-button > .inner .contentWrap .inner .content {
    width: 100%;
  }
}
@media only screen and (min-width: 1100px) {
  .dc-header-button > .inner .contentWrap .inner .content {
    font-size: 30px;
    padding: 35px;
  }
}

/*------------------------------------*\
	
    BRANDS
    
\*------------------------------------*/
.dc-brands .inner .section_content .grid-items {
  -ms-flex-direction: row;
      flex-direction: row;
}
@media only screen and (max-width: 767px) {
  .dc-brands .inner .section_content .grid-items .item {
    width: 33.333%;
  }
}
@media only screen and (min-width: 768px) {
  .dc-brands .inner {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
  }
  .dc-brands .inner .side_intro {
    width: 42%;
  }
  .dc-brands .inner .section_content {
    -ms-flex: 1;
        flex: 1;
    padding-right: 20px;
  }
  .dc-brands .inner .section_content .grid-items {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-direction: row;
        flex-direction: row;
  }
  .dc-brands .inner .section_content .grid-items .item {
    width: 33.333%;
  }
}
.dc-brands.home-bg {
  background-color: #f2f5f5;
  background-image: url("../../../uploads/2021/08/home-brands-bg.jpg");
  background-position: center bottom;
  background-size: 100%;
  padding-bottom: 780px;
}
@media only screen and (max-width: 767px) {
  .dc-brands.home-bg {
    padding-bottom: 50vw;
  }
}
@media only screen and (max-width: 767px) {
  .dc-brands.home-bg {
    padding-bottom: 290px;
  }
}

/*------------------------------------*\
	
    DC FORM
    
\*------------------------------------*/
section.dc-form {
  padding: 85px 0;
}
section.dc-form .inner {
  max-width: 1160px !important;
}
section.dc-form.bg_blue .inner .intro .title-wrapper h2, section.dc-form.bg_blue .inner .intro .title-wrapper h3, section.dc-form.bg_blue .inner .intro .title-wrapper h4, section.dc-form.bg_blue .inner .intro .title-wrapper h5, section.dc-form.bg_blue .inner .intro .title-wrapper h6,
section.dc-form.bg_blue .inner .section_intro .title-wrapper h2,
section.dc-form.bg_blue .inner .section_intro .title-wrapper h3,
section.dc-form.bg_blue .inner .section_intro .title-wrapper h4,
section.dc-form.bg_blue .inner .section_intro .title-wrapper h5,
section.dc-form.bg_blue .inner .section_intro .title-wrapper h6 {
  color: white;
  text-transform: uppercase;
}
@media only screen and (min-width: 768px) {
  section.dc-form #gform_wrapper_2 form {
    display: -ms-flexbox;
    display: flex;
    margin-top: 40px;
  }
  section.dc-form #gform_wrapper_2 form ul {
    display: -ms-flexbox;
    display: flex;
  }
  section.dc-form #gform_wrapper_2 form ul li:first-child, section.dc-form #gform_wrapper_2 form ul li:nth-child(2) {
    width: calc(50% - 20px);
    margin-right: 20px !important;
    margin-bottom: 0 !important;
    padding-top: 0 !important;
  }
  section.dc-form #gform_wrapper_2 form .gform_body {
    -ms-flex: 1;
        flex: 1;
    max-width: 100%;
    margin: 0;
  }
  section.dc-form #gform_wrapper_2 form .gform_footer {
    width: 220px;
    margin: 0;
    padding: 0;
  }
  section.dc-form #gform_wrapper_2 form .gform_footer input {
    margin: 0 !important;
    width: 100%;
  }
}

/*------------------------------------*\
	
    IMAGE BUTTON
    
\*------------------------------------*/
.dc-image-button .section_content {
  display: -ms-flexbox;
  display: flex;
  margin: 0 -20px;
}
@media only screen and (max-width: 559px) {
  .dc-image-button .section_content {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.dc-image-button .section_content .image-button {
  -ms-flex: 1;
      flex: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  position: relative;
  height: 350px;
  max-height: 25vw;
  margin: 0 20px;
}
@media only screen and (max-width: 559px) {
  .dc-image-button .section_content .image-button {
    margin: 0 25px 20px;
    width: 100%;
    max-height: 48vw;
    max-width: 100%;
    -ms-flex: auto;
        flex: auto;
  }
}
.dc-image-button .section_content .image-button .image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
}
.dc-image-button .section_content .image-button .image-wrapper img {
  object-fit: cover;
  min-width: 100%;
  transition: all 150ms ease-in-out;
}
.dc-image-button .section_content .image-button .title {
  position: relative;
  color: white;
  text-align: center;
  text-transform: uppercase;
}
@media only screen and (max-width: 767px) {
  .dc-image-button .section_content .image-button .title {
    font-size: 40px;
    margin: 0;
  }
}
.dc-image-button .section_content .image-button .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.dc-image-button .section_content .image-button:hover h2 {
  color: #62c9d1;
}
.dc-image-button .section_content .image-button:hover .image-wrapper img {
  -ms-transform: translateY(-10px);
      transform: translateY(-10px);
}

/*------------------------------------*\
	
    IMAGE INFOBOX
    
\*------------------------------------*/
.dc-image-infobox .inner .section_content .image-wrapper img {
  display: block;
  min-height: 270px;
  width: 100%;
  object-fit: cover;
}
.dc-image-infobox .inner .section_content .content-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-direction: row;
      flex-direction: row;
}
@media only screen and (max-width: 767px) {
  .dc-image-infobox .inner .section_content .content-wrapper {
    -ms-flex-direction: column;
        flex-direction: column;
  }
}
.dc-image-infobox .inner .section_content .content-wrapper .text {
  padding: 60px;
  width: calc(65% - 60px);
  margin-right: 60px;
}
@media only screen and (max-width: 767px) {
  .dc-image-infobox .inner .section_content .content-wrapper .text {
    padding: 30px;
    width: 100%;
    margin-right: 0;
  }
}
.dc-image-infobox .inner .section_content .content-wrapper .infobox {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  width: 30%;
  margin-top: -80px;
  padding: 50px;
  background-color: #002449;
  color: #FFFFFF;
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  .dc-image-infobox .inner .section_content .content-wrapper .infobox {
    margin-top: 0;
    width: 100%;
    padding: 30px;
  }
}
.dc-image-infobox .inner .section_content .content-wrapper .infobox p {
  margin-bottom: 0;
}
.dc-image-infobox .inner .section_content .content-wrapper .infobox p: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;
  font-size: 40px;
  position: relative;
  vertical-align: 0;
  content: "";
  transition: all 250ms ease-in-out;
  display: block;
  margin-bottom: 10px;
  color: #96cfd4;
}

/*------------------------------------*\
	
    ADVICE GRID

\*------------------------------------*/
.dc-advice {
  padding-top: 40px !important;
}
.dc-advice.bg_grey {
  background-color: #ebf1f5;
}
@media only screen and (max-width: 767px) {
  .dc-advice > .inner {
    -ms-flex-direction: column;
        flex-direction: column;
  }
}
.dc-advice > .inner .sidebarWrap {
  width: 260px;
}
@media only screen and (max-width: 767px) {
  .dc-advice > .inner .sidebarWrap {
    width: 100%;
  }
}
.dc-advice > .inner .sidebarWrap .widget-content-text {
  position: relative;
  margin-bottom: 50px;
}
.dc-advice > .inner .sidebarWrap .widget-content-text .sidebar-search {
  border: none;
  border-radius: 50px;
  background: white;
  height: 50px;
  width: 100%;
  max-width: calc(100% - 50px);
  padding-left: 50px;
  font-size: 16px;
  line-height: 50px;
}
.dc-advice > .inner .sidebarWrap .widget-content-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;
  vertical-align: 0;
  content: "";
  position: absolute;
  left: 20px;
  top: 17px;
  width: 12px;
  height: 12px;
  color: #62c9d1;
  font-size: 16px;
  font-weight: 700;
  transition: all 250ms ease-in-out;
}
@media only screen and (max-width: 767px) {
  .dc-advice > .inner .sidebarWrap .sidebar-widget-wrap .widget-content-wrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    background: white;
    margin-bottom: 20px;
    padding: 0 10px;
  }
}
@media only screen and (max-width: 559px) {
  .dc-advice > .inner .sidebarWrap .sidebar-widget-wrap .widget-content-wrap {
    margin: 0 -25px 20px;
  }
}
.dc-advice > .inner .sidebarWrap .sidebar-widget-wrap .form-check {
  background-color: white;
  padding: 15px 30px;
  margin-bottom: 10px;
  cursor: pointer;
}
@media only screen and (max-width: 767px) {
  .dc-advice > .inner .sidebarWrap .sidebar-widget-wrap .form-check {
    padding: 12px 14px;
    margin: 0;
  }
}
@media only screen and (max-width: 559px) {
  .dc-advice > .inner .sidebarWrap .sidebar-widget-wrap .form-check {
    padding: 10px 12px;
    margin: 0;
  }
}
.dc-advice > .inner .sidebarWrap .sidebar-widget-wrap .form-check label {
  color: #002449;
  font-weight: bold;
  cursor: pointer;
}
@media only screen and (max-width: 767px) {
  .dc-advice > .inner .sidebarWrap .sidebar-widget-wrap .form-check label {
    font-size: 12px;
  }
}
.dc-advice > .inner .sidebarWrap .sidebar-widget-wrap .form-check:hover label {
  color: #62c9d1;
}
.dc-advice > .inner .sidebarWrap .sidebar-widget-wrap .form-check input {
  opacity: 0;
  display: none;
}
@media only screen and (min-width: 768px) {
  .dc-advice > .inner .grid-items {
    width: 100%;
    padding-left: 7%;
    margin-right: -20px;
  }
}
.dc-advice > .inner .grid-items .dc-card {
  width: calc(calc(100% / 1) - 20px);
  margin-right: 20px;
  margin-bottom: 20px;
  padding-bottom: 0;
}
@media only screen and (min-width: 651px) {
  .dc-advice > .inner .grid-items .dc-card {
    width: calc(calc(100% / 2) - 20px);
  }
}
@media only screen and (min-width: 1100px) {
  .dc-advice > .inner .grid-items .dc-card {
    width: calc(calc(100% / 3) - 20px);
  }
}
.dc-advice > .inner .grid-items .dc-card .image-wrapper {
  height: 220px;
}
.dc-advice > .inner .grid-items .dc-card .content-wrapper {
  padding: 24px;
}
.dc-advice > .inner .grid-items .dc-card .content-wrapper p {
  font-size: 15px;
  font-size: 600;
}
.dc-advice > .inner .grid-items .dc-card .content-wrapper p span {
  color: #002449;
  text-transform: capitalize;
  text-decoration: underline;
  font-weight: 700;
}

.related-advices.bg_grey {
  background-color: #ebf1f5;
}
.related-advices .grid-items .dc-card {
  padding-bottom: 0;
  border: none;
}
.related-advices .grid-items .dc-card .content-wrapper {
  padding: 30px;
}
.related-advices .grid-items .dc-card .content-wrapper p span {
  color: #002449;
  text-transform: capitalize;
  text-decoration: underline;
  font-weight: bold;
}

article.advices {
  background: #ebf1f5;
}
article.advices #breadcrumbs {
  max-width: 1360px;
  margin: 0 auto;
  padding: 20px 30px;
}
article.advices #breadcrumbs + section {
  padding-top: 0;
}
article.advices section {
  padding-bottom: 0 !important;
}
article.advices section .section_intro {
  max-width: 100% !important;
}
article.advices section.bg_white {
  background: #ebf1f5;
}
article.advices section.bg_white .section_intro {
  background: white;
  margin: 0 !important;
  padding: 70px 30px 50px;
}
article.advices section.bg_white .section_content {
  background: white;
}
article.advices section.dc-image-text-box.style_3 .section_content .left {
  margin-bottom: 0;
  padding-bottom: 60px;
  padding-left: 60px;
}
@media only screen and (max-width: 767px) {
  article.advices section.dc-image-text-box.style_3 .section_content .left {
    padding-left: 0;
  }
}
article.advices section.dc-image-text-box.style_3 .image_left .section_content .right {
  padding: 100px 60px 100px 8%;
}
@media only screen and (max-width: 767px) {
  article.advices section.dc-image-text-box.style_3 .image_left .section_content .right {
    padding: 40px 30px;
  }
}
article.advices section.dc-image-text-box.style_3 .image_right .section_content .right {
  padding: 100px 8% 100px 60px;
}
article.advices section.dc-image-text-box.style_3 .text {
  padding: 0 !important;
}
article.advices section.dc-text-block.section > .inner {
  max-width: 1360px;
}
article.advices section.dc-text-block.section > .inner .section_content {
  padding: 60px;
}
@media only screen and (max-width: 767px) {
  article.advices section.dc-text-block.section > .inner .section_content {
    padding: 30px;
  }
}
article.advices section.dc-cta {
  padding: 180px 0 !important;
}
@media only screen and (max-width: 767px) {
  article.advices section.dc-cta {
    padding: 50px 0 !important;
    min-height: 280px;
  }
}
article.advices section.dc-cta .section_intro {
  margin-bottom: 0;
}

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

    BANNER BOX

\*------------------------------------*/
.banner-box-section.bg_grey {
  background-color: #ebf1f5;
}
.banner-box-section > .inner {
  width: 100%;
  max-width: 1360px;
  margin: 0 auto !important;
  padding-left: 30px;
  padding-right: 30px;
  box-sizing: border-box;
  z-index: 1;
  padding-top: 40px;
}
@media only screen and (max-width: 767px) {
  .banner-box-section > .inner {
    width: 100%;
    max-width: 1360px;
    margin: 0 auto !important;
    padding-left: 25px;
    padding-right: 25px;
    box-sizing: border-box;
  }
}
.banner-box-section > .inner .section_content {
  position: relative;
}
.banner-box-section > .inner .section_content .content-wrapper .text p {
  font-size: 14px;
}
.banner-box-section > .inner .section_content .content-wrapper .text p:last-child {
  margin: 0;
}
.banner-box-section > .inner .section_content .image-wrapper {
  position: relative;
  min-height: 280px;
  display: -ms-flexbox;
  display: flex;
}
.banner-box-section > .inner .section_content .image-wrapper img {
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
}
.banner-box-section > .inner .section_content .content-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  padding: 25px 20px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
  height: 100%;
}
@media only screen and (min-width: 768px) {
  .banner-box-section > .inner .section_content .content-wrapper {
    max-width: 60%;
    padding: 35px 6%;
  }
}
@media only screen and (min-width: 1200px) {
  .banner-box-section > .inner .section_content .content-wrapper {
    max-width: 60%;
    padding: 60px 7%;
  }
}

/*------------------------------------*\
	
    LOGIN
    
\*------------------------------------*/
body.page-template-login .login_page {
  position: relative;
  overflow: hidden;
  padding: 0;
  background-size: cover;
  background-position: center;
  -ms-flex-align: center;
      align-items: center;
  display: -ms-flexbox;
  display: flex;
  padding-top: 160px;
  padding-bottom: 20px;
  min-height: 100vh;
}
@media only screen and (min-width: 768px) {
  body.page-template-login .login_page {
    padding-top: 250px;
    padding-bottom: 130px;
  }
}
@media only screen and (min-width: 950px) {
  body.page-template-login .login_page {
    padding-top: 300px;
    padding-bottom: 150px;
  }
}
body.page-template-login .login_page > .inner {
  width: 100%;
  max-width: 1360px;
  margin: 0 auto !important;
  padding-left: 30px;
  padding-right: 30px;
  box-sizing: border-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  body.page-template-login .login_page > .inner {
    width: 100%;
    max-width: 1360px;
    margin: 0 auto !important;
    padding-left: 25px;
    padding-right: 25px;
    box-sizing: border-box;
    -ms-flex-direction: column;
        flex-direction: column;
  }
}
body.page-template-login .login_page .login_left {
  -ms-flex: 1;
      flex: 1;
}
@media only screen and (max-width: 767px) {
  body.page-template-login .login_page .login_left {
    width: 100%;
  }
}
body.page-template-login .login_page .login_left h1 {
  color: white;
  font-size: 45px;
  margin-top: -10px;
  margin-bottom: 50px;
}
@media only screen and (min-width: 768px) {
  body.page-template-login .login_page .login_left h1 {
    font-size: 60px;
    padding-right: 40px;
  }
}
@media only screen and (min-width: 950px) {
  body.page-template-login .login_page .login_left h1 {
    font-size: 80px;
  }
}
@media only screen and (min-width: 1200px) {
  body.page-template-login .login_page .login_left h1 {
    font-size: 100px;
  }
}
@media only screen and (max-width: 559px) {
  body.page-template-login .login_page .login_left h1 br {
    display: none;
  }
}
body.page-template-login .login_page .login_right {
  width: 33.333%;
  min-width: 300px;
}
@media only screen and (max-width: 767px) {
  body.page-template-login .login_page .login_right {
    width: 100%;
    max-width: 550px;
  }
}
body.page-template-login .login_page .login_right .login_block h3 {
  color: white;
}
body.page-template-login .login_page .login_right .login_block .gf_login_links {
  display: none;
}
body.page-template-login .login_page .login_right .login_block .gform_wrapper .gform_body ul li.gfield {
  font-size: 20px;
  margin: 0 0 8px !important;
  list-style: none;
}
body.page-template-login .login_page .login_right .login_block .gform_wrapper .gform_body ul li.gfield label {
  display: none;
}
body.page-template-login .login_page .login_right .login_block .gform_wrapper .gform_body ul li.gfield .ginput_container input {
  border-bottom: 1px solid #919190 !important;
  color: white !important;
}
body.page-template-login .login_page .login_right .login_block .gform_wrapper .gform_body ul li.gfield .ginput_container input:focus {
  border-bottom-color: green !important;
}
body.page-template-login .login_page .login_right .login_block .gform_wrapper .gform_body ul li.gfield .ginput_container input::-webkit-input-placeholder {
  font-size: 16px;
  font-weight: 600 !important;
  color: #919190;
  transition: all 250ms ease-in-out;
}
body.page-template-login .login_page .login_right .login_block .gform_wrapper .gform_body ul li.gfield .ginput_container input::-moz-placeholder {
  font-size: 16px;
  font-weight: 600 !important;
  color: #919190;
  transition: all 250ms ease-in-out;
}
body.page-template-login .login_page .login_right .login_block .gform_wrapper .gform_body ul li.gfield .ginput_container input:-ms-input-placeholder {
  font-size: 16px;
  font-weight: 600 !important;
  color: #919190;
  transition: all 250ms ease-in-out;
}
body.page-template-login .login_page .login_right .login_block .gform_wrapper .gform_body ul li.gfield .ginput_container input::-moz-placeholder {
  font-size: 16px;
  font-weight: 600 !important;
  color: #919190;
  transition: all 250ms ease-in-out;
}
body.page-template-login .login_page .login_right .login_block .gform_wrapper .gform_body ul li.gfield .ginput_container input:focus::-webkit-input-placeholder {
  color: white;
}
body.page-template-login .login_page .login_right .login_block .gform_wrapper .gform_body ul li.gfield .ginput_container input:focus::-moz-placeholder {
  color: white;
}
body.page-template-login .login_page .login_right .login_block .gform_wrapper .gform_body ul li.gfield .ginput_container input:focus:-ms-input-placeholder {
  color: white;
}
body.page-template-login .login_page .login_right .login_block .gform_wrapper .gform_body ul li.gfield .ginput_container input:focus::-moz-placeholder {
  color: white;
}
body.page-template-login .login_page .login_right .login_block .gform_wrapper .gform_body ul li.gfield .ginput_container input:-webkit-autofill {
  -webkit-text-fill-color: white;
}
body.page-template-login .login_page .login_right .login_block .gform_wrapper .gform_body ul li.gfield#field_3 {
  display: none !important;
}
body.page-template-login .login_page .login_right .login_block .gform_wrapper .gform_body ul li.gfield .dc-forget-link {
  color: #919190;
  font-size: 13px;
  font-weight: 600;
  margin-top: 10px;
}
body.page-template-login .login_page .login_right .login_block .gform_wrapper .gform_body ul li.gfield .dc-forget-link:hover {
  color: green;
}
body.page-template-login .login_page .login_right .login_block .gform_wrapper .gform_footer input.button,
body.page-template-login .login_page .login_right .login_block .gform_wrapper .gform_footer input[type="submit"] {
  color: white;
  margin-top: 0 !important;
}
body.page-template-login .login_page .login_right .login_block .gform_wrapper .gform_footer input.button:hover,
body.page-template-login .login_page .login_right .login_block .gform_wrapper .gform_footer input[type="submit"]:hover {
  background: none !important;
  color: green !important;
}

/*------------------------------------*\
	
   HEADER SHOP
   
\*------------------------------------*/
.main_menu {
  display: -ms-flexbox;
  display: flex;
}
.main_menu .menu-toggle-wrapper {
  position: relative !important;
  top: auto;
  right: auto;
  margin-right: -10px;
}

.header-shop {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  margin-left: 50px;
  padding-left: 35px;
  height: 100px;
  transition: all 250ms ease-in-out;
}
.sticky-nav .header-shop {
  height: 60px;
}
@media only screen and (max-width: 1289px) {
  .header-shop {
    margin-left: 30px;
    padding-left: 25px;
  }
}
@media only screen and (max-width: 1199px) {
  .header-shop {
    height: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .header-shop {
    margin-left: 18px;
    padding-left: 18px;
    height: 60px;
  }
}
.header-shop:before {
  content: "";
  background: #002449;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: calc(100% + 450px);
}
.header-shop > div {
  position: relative;
  color: white;
  font-size: 14px;
}
.header-shop span {
  position: relative;
  margin-left: 25px;
}
@media only screen and (max-width: 767px) {
  .header-shop span {
    margin-left: 0;
  }
}
.header-shop span a {
  color: white;
  font-size: 16px;
}
.header-shop .signin {
  position: relative;
}
@media only screen and (max-width: 959px) {
  .header-shop .signin {
    display: none;
  }
}
.header-shop .signin > a {
  display: block;
  margin-top: -3px;
  color: white;
  font-size: 18px;
  text-transform: uppercase;
}
@media only screen and (max-width: 1289px) {
  .header-shop .signin > a {
    font-size: 16px;
  }
}
@media only screen and (max-width: 767px) {
  .header-shop .signin > a {
    font-size: 12px;
  }
}
.header-shop .signin > a i {
  font-size: 14px;
  color: #96cfd4;
}
.header-shop .signin .widget {
  position: absolute;
  z-index: 1;
  display: none;
  padding: 20px;
  margin-left: 0;
  background-color: #FFFFFF;
  min-width: 160px;
}
.header-shop .signin .widget .menu {
  list-style: none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: start;
      align-items: flex-start;
}
.header-shop .signin .widget .menu li {
  margin: 10px 0;
}
.header-shop .signin:hover .widget {
  display: block;
}
.header-shop .cart {
  margin-left: 25px;
  margin-top: -3px;
}
@media only screen and (max-width: 949px) {
  .header-shop .cart {
    margin-left: 0;
  }
}

/* GRAVITY FORMS */
/*------------------------------------*\
	
    GRAVITY FORM

\*------------------------------------*/
.form-wrapper .title h2 {
  font-size: 32px;
}
@media only screen and (max-width: 1099px) {
  .form-wrapper .title h2 {
    font-size: 28px;
  }
}
@media only screen and (max-width: 949px) {
  .form-wrapper .title h2 {
    font-size: 26px;
  }
}
@media only screen and (max-width: 767px) {
  .form-wrapper .title h2 {
    font-size: 22px;
  }
}

.gform_wrapper {
  max-width: 100%;
  margin: 0 auto;
}
.gform_wrapper .gform_body {
  width: 100% !important;
  max-width: 810px;
  margin: 40px auto 0;
  /*
  		@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 10px !important;
  padding: 0 !important;
  color: #000000 !important;
  border: unset !important;
  background: none;
}
@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%;
  max-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%;
    max-width: 100%;
    padding: 0 !important;
  }
}
.gform_wrapper .gform_body ul li.gfield.gf_right_half {
  width: 50%;
  max-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%;
    max-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: #000000;
  font-size: 16px;
  margin-bottom: 6px;
  padding: 0 !important;
}
.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: #000000 !important;
  font-size: 20px !important;
  line-height: 20px;
  border-radius: 0 !important;
  background: none;
  background-color: white !important;
  padding: 18px 30px !important;
  margin: 0 !important;
  width: 100%;
  border: 1px solid #CCCCD1 !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: #62c9d1 !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: 600 !important;
  color: #9C9CA7;
  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: 600 !important;
  color: #9C9CA7;
  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: 600 !important;
  color: #9C9CA7;
  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: 600 !important;
  color: #9C9CA7;
  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: #62c9d1;
}
.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: #62c9d1;
}
.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: #62c9d1;
}
.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: #62c9d1;
}
.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: #000000;
  -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: #707584;
}
.gform_wrapper .gform_body ul li.gfield .gfield_checkbox input[type=checkbox] {
  margin: 0 6px 0 0;
}
.gform_wrapper .gform_body ul li.gfield .gfield_checkbox label {
  margin-bottom: 0;
}
.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;
}
@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:before:hover:before {
  background: #62c9d1;
}
.gform_wrapper .gform_body ul li.gfield .gfield_radio li label input[type=radio]:checked ~ label:before {
  border: 8px solid #62c9d1;
}
.gform_wrapper .gform_body ul li.gfield .gfield_radio li label input[type=radio]:checked:hover ~ label:before {
  background: none;
}
.gform_wrapper .gform_body ul li.gfield .gfield_radio li label input[type=radio]:checked ~ label {
  color: #707584;
}
.gform_wrapper .gform_body ul li.gfield .gfield_radio li label:last-child label {
  margin: 0 !important;
}
@media only screen and (max-width: 959px) {
  .gform_wrapper .gform_body ul li.gfield .gfield_radio li label:last-child label {
    margin: 0 !important;
  }
}
@media only screen and (max-width: 799px) {
  .gform_wrapper .gform_body ul li.gfield .gfield_radio li label: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 .gform_body ul li.gfield.hidden_label {
  padding-top: 26px !important;
}
.gform_wrapper .column-count-2-of-2 li.gfield {
  padding: 0 0 0 14px !important;
}
.gform_wrapper > .gform_validation_errors {
  display: none;
}
.gform_wrapper > .gform_validation_errors + form {
  padding-bottom: 30px;
}
@media only screen and (max-width: 849px) {
  .gform_wrapper > .gform_validation_errors + form div.gform_footer.top_label {
    margin-top: 60px;
  }
}
@media only screen and (max-width: 650px) {
  .gform_wrapper > .gform_validation_errors + form div.gform_footer.top_label {
    margin-top: 10px;
  }
  .gform_wrapper > .gform_validation_errors + form div.gform_body ul.top_label.form_sublabel_below li.gfield {
    margin-bottom: 50px !important;
  }
}
.gform_wrapper .gfield.gfield_error .validation_message {
  font-weight: 400;
  color: red;
}
.gform_wrapper form div.gform_body ul.top_label.form_sublabel_below li.gfield.gfield.gfield_error > .gfield_label {
  color: red !important;
}
.gform_wrapper form div.gform_body ul.top_label.form_sublabel_below li.gfield.gfield.gfield_error > .ginput_container > input {
  border-color: red !important;
}
.gform_wrapper .gform_footer {
  text-align: center;
  margin: 0;
  padding: 0;
  width: 100%;
  position: relative;
}
.gform_wrapper .gform_footer input.button,
.gform_wrapper .gform_footer input[type=submit] {
  font-size: 14px !important;
  font-weight: 600 !important;
  letter-spacing: -0.02em;
  line-height: 1em;
  text-decoration: none !important;
  text-transform: uppercase;
  text-align: center;
  color: white;
  border-radius: 0;
  background: #002449;
  display: inline-block;
  box-sizing: border-box;
  min-width: 100px;
  width: auto;
  padding: 15px 26px;
  opacity: 1;
  margin: 20px 0 0 0 !important;
  padding: 23px 44px !important;
  border: 0 none;
  font-size: 16px;
  font-weight: 600;
  background: #C2E5E8 !important;
  color: #002449 !important;
}
.gform_wrapper .gform_footer input.button:hover,
.gform_wrapper .gform_footer input[type=submit]:hover {
  background: #62c9d1;
  color: white;
}
.gform_wrapper .gform_footer input.button.black-btn,
.gform_wrapper .gform_footer input[type=submit].black-btn {
  color: #62c9d1;
  background: #000000;
}
.gform_wrapper .gform_footer input.button.black-btn:hover,
.gform_wrapper .gform_footer input[type=submit].black-btn:hover {
  color: #000000;
  background: #62c9d1;
}
@media only screen and (min-width: 768px) {
  .gform_wrapper .gform_footer input.button,
  .gform_wrapper .gform_footer input[type=submit] {
    font-size: 16px !important;
    padding: 22px 44px;
    min-width: 100px;
  }
}
.gform_wrapper .gform_footer input.button:hover,
.gform_wrapper .gform_footer input[type=submit]:hover {
  background: #62c9d1 !important;
  color: #FFFFFF !important;
}

body img.gform_ajax_spinner {
  position: absolute;
  bottom: 18px;
  left: calc(50% + 62px);
  width: 36px !important;
  height: 36px !important;
  max-width: 42px !important;
  margin: 0 !important;
  padding: 0 !important;
}

/* Spinner */
/*
.gform_ajax_spinner {
	margin-left: 20px;
	border: 4px solid rgba(255, 255, 255, 0.3);
	border-left: 4px solid rgba(110, 73, 217, 0.7);
	animation: spinner 1.1s infinite linear;
	border-radius: 50%;
	width: 30px;
	height: 30px;
}
@keyframes spinner {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}
}
*/
/* FANCYBOX */
/* PAGES */
/*------------------------------------*\
	
    PAGE - NEWS
    
\*------------------------------------*/
article.post {
  background: #ebf1f5;
  padding-bottom: 40px;
}
article.post .dc-titlebox.blog_title {
  margin-bottom: 40px;
  height: 280px;
  background: #002449 !important;
}
@media only screen and (max-width: 849px) {
  article.post .dc-titlebox.blog_title {
    height: auto;
  }
}
article.post .dc-titlebox.blog_title .text {
  max-width: 720px;
  padding: 50px 30px 40px;
  text-align: center;
}
article.post .dc-titlebox.blog_title h1 {
  font-size: 44px;
}
@media only screen and (max-width: 1099px) {
  article.post .dc-titlebox.blog_title h1 {
    font-size: 40px;
  }
}
@media only screen and (max-width: 949px) {
  article.post .dc-titlebox.blog_title h1 {
    font-size: 36px;
  }
}
@media only screen and (max-width: 767px) {
  article.post .dc-titlebox.blog_title h1 {
    font-size: 28px;
  }
}
article.post .dc-titlebox.blog_title .back-btn {
  display: block;
  margin-top: 15px;
  color: white;
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
}
article.post .dc-titlebox.blog_title .back-btn: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: 0.9em;
  position: relative;
  vertical-align: 0;
  content: "";
}
article.post .dc-titlebox.blog_title .back-btn:hover {
  color: #62c9d1;
}
article.post .dc-titlebox.blog_title .episode,
article.post .dc-titlebox.blog_title .meta-date {
  color: white;
}
article.post > .content,
article.post > .post-content {
  max-width: 830px !important;
  width: 100%;
  margin: 0 auto 0;
  padding: 20px 30px 100px;
  background: white;
}
article.post > .content img,
article.post > .post-content img {
  margin: 30px -100px;
  width: calc(100% + 200px) !important;
  max-width: calc(100% + 200px) !important;
}
@media only screen and (max-width: 999px) {
  article.post > .content img,
  article.post > .post-content img {
    margin: 30px -30px;
    width: calc(100% + 60px) !important;
    max-width: calc(100% + 60px) !important;
  }
}
@media only screen and (max-width: 899px) {
  article.post > .content img,
  article.post > .post-content img {
    margin: 30px 0;
    width: 100% !important;
    max-width: 100% !important;
  }
}
article.news section.post-content .inner-wrapper > div {
  width: 100% !important;
}

/*------------------------------------*\
	
    PAGE - SINGLE POST
    
\*------------------------------------*/
.single-post .content,
.single-lesson .content {
  position: relative;
  width: 800px;
  max-width: 100%;
  padding: 0 25px;
  margin: 70px auto;
}
@media only screen and (max-width: 767px) {
  .single-post .content,
  .single-lesson .content {
    padding: 0 25px;
    margin-top: 70px;
    margin-bottom: 70px;
  }
}
.single-post .content .image-wrapper,
.single-lesson .content .image-wrapper {
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}
.single-post .content .image-wrapper img,
.single-lesson .content .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.single-post .content .dc-meta-wrapper,
.single-lesson .content .dc-meta-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.single-post .content .dc-meta-wrapper .dc-social-share,
.single-lesson .content .dc-meta-wrapper .dc-social-share {
  margin-bottom: 30px;
}
.single-post .content .dc-meta-wrapper .dc-social-share ul,
.single-lesson .content .dc-meta-wrapper .dc-social-share ul {
  display: -ms-flexbox;
  display: flex;
  list-style: none;
}

/* SHOP */
/*------------------------------------*\
	
    SHOP

\*------------------------------------*/
body.page-template-shop-page .dc-top-banner {
  display: none !important;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  height: 300px;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  overflow: hidden;
}
body.page-template-shop-page .dc-top-banner img {
  object-fit: cover;
  min-width: 100%;
}
body.page-template-shop-page .dc-top-banner .description {
  max-width: 1360px;
  margin: 0 auto;
  padding: 0 30px;
  position: absolute;
  z-index: 100;
  left: calc(50% - 680px);
}

body.page-template-shop-page,
body.woocommerce.archive,
body.single-product {
  background: #ebf1f5;
}
body.page-template-shop-page .bg_grey,
body.woocommerce.archive .bg_grey,
body.single-product .bg_grey {
  background: #ebf1f5;
}

.shop-layout {
  display: -ms-flexbox;
  display: flex;
  margin-top: 34px;
}
@media only screen and (max-width: 767px) {
  .shop-layout {
    -ms-flex-direction: column;
        flex-direction: column;
  }
}
.shop-layout .shop-list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  position: relative;
  width: 100%;
  margin-bottom: 125px;
}
@media only screen and (min-width: 768px) {
  .shop-layout .shop-list {
    width: calc(100% - 230px);
    padding-left: 24px;
  }
}
@media only screen and (min-width: 950px) {
  .shop-layout .shop-list {
    width: calc(100% - 260px);
    padding-left: 7%;
  }
}
.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: 7;
      order: 7;
}
.shop-layout .shop-list .products {
  -ms-flex-order: 5;
      order: 5;
}
.shop-layout .shop-list .woocommerce-pagination {
  -ms-flex-order: 6;
      order: 6;
}

.woocommerce .woocommerce-breadcrumb {
  z-index: 10;
  position: relative;
  margin-top: 27px;
  color: #62c9d1;
}
.woocommerce .woocommerce-breadcrumb a {
  color: #aeaeb1;
}

#dc-shop-lists .blockOverlay {
  background: #ebf1f5 !important;
  opacity: .9 !important;
  margin: -10px -50px !important;
  width: calc(100% + 100px) !important;
}

/*------------------------------------*\
	
    SHOP - CONTENT

\*------------------------------------*/
@media only screen and (min-width: 768px) {
  .shop-list .woocommerce-products-header {
    width: calc(100% - 200px);
  }
}
.shop-list .woocommerce-products-header .woocommerce-products-header__title {
  letter-spacing: 0;
  margin-bottom: 10px;
}
.shop-list .woocommerce-products-header p#breadcrumbs {
  font-size: 16px;
  padding-top: 12px;
}
.shop-list .woocommerce-ordering {
  position: absolute;
  right: 0;
  top: 10px;
}
.shop-list .woocommerce-ordering select {
  border: none;
  color: #788fa2;
  font-size: 16px;
}

/*------------------------------------*\
	
    SHOP - SORT BY AND FILTER RESULTS

\*------------------------------------*/
.dc-woocommerce-ordering {
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.dc-woocommerce-ordering lable {
  margin-right: 20px;
  color: #62c9d1;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  margin-right: 16px;
}
.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-woocommerce-ordering form {
  margin-top: 3px;
}
.dc-woocommerce-ordering form select {
  color: #62c9d1;
  font-size: 13px;
  text-transform: uppercase;
  border: 0 none;
  padding-top: 1px;
  margin-left: -5px;
}

.shop-layout .shop-list .woocommerce-result-count {
  color: #788e9c;
  font-size: 16px;
  width: 240px;
}
@media only screen and (max-width: 767px) {
  .shop-layout .shop-list .woocommerce-result-count {
    display: none;
  }
}

/*
.dc-filters {
	
	
	.active-filters {
	    border-bottom: 1px solid $grey;
	    padding-bottom: 16px;
	    margin-bottom: 18px;

	    .pwf-clear-all-note{
	    	position: absolute;
		    top: 0;
		    right: 0;
		    background-color: transparent;

		    &.pwf-remove-filter{
		    	flex-direction: row !important;
		    }
	    }
		
		.pwf-note-item:not(.pwf-clear-all-note) {
			border-radius: 20px;
			padding: 2px 3px 2px 11px;
		    margin-right: 8px;
			background: $cyan;
			
			color: white;
			font-size: 14px;
			font-weight: 500;
			
			.pwf-remove-filter {
			    display: flex;
			    flex-direction: row-reverse;
    		}
			
			.pwf-icon-remove {
				margin-left: 11px;
		        margin-top: 1px;
				margin-right: -2px;
    
			    width: 16px;
			    height: 16px;

			    background: white;
			    border-radius: 13px;
				
				&:after,
				&:before {
					top: 7px;
				    background: $cyan;
				    right: 3px;
				    width: 9px;
				}
			}
		}
		
		.pwf-note-item.pwf-clear-all-note {
			color: $cyan;
			font-size: 14px;
			font-weight: 500;
		    letter-spacing: 1px;
		    text-transform: uppercase;
			
		    margin: 5px 0 0 0;
			padding: 0;
			
			.pwf-icon-remove {
				
				&:after, 
				&:before {
					top: 7px;
					width: 14px;
				    
				    background-color: $cyan;
				}
			}
		}
	}
}
*/

/*------------------------------------*\
   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: 1360px;
  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: #62c9d1;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 100;
}
body.error404 .panel.main .row #post-404 .page_not_found span.not-found-subtitle {
  color: #62c9d1;
  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: #000000 !important;
  font-size: 20px;
  line-height: 20px;
  -ms-flex: 1;
      flex: 1;
  border-radius: 0 !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: #62c9d1 !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: #9C9CA7;
  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: #9C9CA7;
  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: #9C9CA7;
  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: #9C9CA7;
  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: #62c9d1;
}
body.error404 .panel.main .row #post-404 .error_search form.search input.search-input:focus::-moz-placeholder {
  color: #62c9d1;
}
body.error404 .panel.main .row #post-404 .error_search form.search input.search-input:focus:-ms-input-placeholder {
  color: #62c9d1;
}
body.error404 .panel.main .row #post-404 .error_search form.search input.search-input:focus::-moz-placeholder {
  color: #62c9d1;
}
body.error404 .panel.main .row #post-404 .error_search form.search button.search-submit {
  font-size: 14px !important;
  font-weight: 600 !important;
  letter-spacing: -0.02em;
  line-height: 1em;
  text-decoration: none !important;
  text-transform: uppercase;
  text-align: center;
  color: white;
  border-radius: 0;
  background: #002449;
  display: inline-block;
  box-sizing: border-box;
  min-width: 100px;
  width: auto;
  padding: 15px 26px;
  opacity: 1;
  margin: 0 0 0 20px !important;
}
body.error404 .panel.main .row #post-404 .error_search form.search button.search-submit:hover {
  background: #62c9d1;
  color: white;
}
body.error404 .panel.main .row #post-404 .error_search form.search button.search-submit.black-btn {
  color: #62c9d1;
  background: #000000;
}
body.error404 .panel.main .row #post-404 .error_search form.search button.search-submit.black-btn:hover {
  color: #000000;
  background: #62c9d1;
}
@media only screen and (min-width: 768px) {
  body.error404 .panel.main .row #post-404 .error_search form.search button.search-submit {
    font-size: 16px !important;
    padding: 22px 44px;
    min-width: 100px;
  }
}
@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: #62c9d1 !important;
  color: #FFFFFF !important;
}

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

    SEARCH RESULTS

\*------------------------------------*/
body.search-results .search-content,
body.search-no-results .search-content {
  width: 100%;
  max-width: 1360px;
  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: #000000 !important;
  font-size: 20px;
  line-height: 20px;
  -ms-flex: 1;
      flex: 1;
  border-radius: 0 !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: #62c9d1 !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: #9C9CA7;
  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: #9C9CA7;
  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: #9C9CA7;
  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: #9C9CA7;
  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: #62c9d1;
}
body.search-results .search-content form.search input:focus::-moz-placeholder,
body.search-no-results .search-content form.search input:focus::-moz-placeholder {
  color: #62c9d1;
}
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: #62c9d1;
}
body.search-results .search-content form.search input:focus::-moz-placeholder,
body.search-no-results .search-content form.search input:focus::-moz-placeholder {
  color: #62c9d1;
}
body.search-results .search-content form.search button.search-submit,
body.search-no-results .search-content form.search button.search-submit {
  font-size: 14px !important;
  font-weight: 600 !important;
  letter-spacing: -0.02em;
  line-height: 1em;
  text-decoration: none !important;
  text-transform: uppercase;
  text-align: center;
  color: white;
  border-radius: 0;
  background: #002449;
  display: inline-block;
  box-sizing: border-box;
  min-width: 100px;
  width: auto;
  padding: 15px 26px;
  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 {
  background: #62c9d1;
  color: white;
}
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: #62c9d1;
  background: #000000;
}
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: #000000;
  background: #62c9d1;
}
@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: 16px !important;
    padding: 22px 44px;
    min-width: 100px;
  }
}
@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: #62c9d1 !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: #62c9d1;
  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: #62c9d1;
}
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: #62c9d1;
  font-size: 13px;
  text-transform: uppercase;
  border: 1px solid #62c9d1;
  display: inline-block;
  width: auto;
  padding: 0 7px;
  margin-bottom: 0;
  border-radius: 4px;
}
body.search-results .search-content article.advices,
body.search-no-results .search-content article.advices {
  background: inherit;
}

/*------------------------------------*\
	
    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 68px;
  background: white;
  border-radius: 5px;
  border: 1px solid white;
}
@media only screen and (min-width: 1200px) {
  .woocommerce ul.products li.product,
  .woocommerce-page li.product {
    padding: 20px 20px 74px;
  }
}
.woocommerce ul.products .quickview-wrapper,
.woocommerce ul.products li.product,
.woocommerce-page .quickview-wrapper,
.woocommerce-page li.product {
    /*.product_img {
			
			img {
				margin-bottom: 15px;
								
				@include mq('1200', max) {
					max-width: 200px;
				}	
			}
			
			+ h2.woocommerce-loop-product__title {
				margin-top: 68px;
			}
			
			> .onsale {
				display: none;
			}
			
			.tab-wrapper {
				position: absolute;
			    top: -26px;
			    left: -14px;
				
			    width: calc(100% + 28px);
			    
			    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;
			    }
			    
			    .discount_label {
				    background: $red;	
				    
				    display: inline-block;			    
			    }
			    
			    .new_label {
				    background: $green;	
				    
				    display: inline-block;			    
			    }
			    
			    .custom_label {
				    width: 63px;
				    height: 65px;
				    padding: 0;
				    
				    display: flex;
				    
				    float: right;
				    
				    display: inline-block;
				    
				    img {
					    object-fit: contain;
						object-position: right top;
						margin: 0;
				    }
			    }
			}
				
			.onsale {
			    
			    &.itsnew {
					background: $green;     
			    }
			} 
			
			> .fancybox {
				@extend %montserrat-reg;
			    color: $cyan;
			    font-size: 16px;
			    letter-spacing: 1.3px;
			    line-height: 50px;
				text-transform: uppercase;
				
			    width: 100%;
			    height: 50px;
			    margin-top: 70px;

			    background: red;
			    
			    &:hover {
				    background: $cyan;
				    color: red;
			    }
			}
		}*/
}
.woocommerce ul.products .quickview-wrapper .onsale,
.woocommerce ul.products li.product .onsale,
.woocommerce-page .quickview-wrapper .onsale,
.woocommerce-page li.product .onsale {
  background: #62c9d1;
  font-size: 16px;
  text-transform: uppercase;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  width: 70px;
  height: 70px;
  padding: 0;
  right: auto;
  left: -10px;
  top: 20px;
}
.woocommerce ul.products .quickview-wrapper .onsale.itsnew,
.woocommerce ul.products li.product .onsale.itsnew,
.woocommerce-page .quickview-wrapper .onsale.itsnew,
.woocommerce-page li.product .onsale.itsnew {
  background-color: #002449;
}
.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 {
  color: #62c9d1;
  font-size: 14px;
  text-align: center;
  text-decoration: underline;
  text-transform: uppercase;
  display: block;
  width: 100%;
      /*
				height: 30px;
				width: 60px;
				display: flex;
			    margin-bottom: 8px;
								
				@include mq('950', min) {
					height: 40px;
					width: 80px;
				}
								
				@include mq('1200', min) {
					height: 60px;
					width: 120px;
				}
				
				img {
					object-fit: contain;
					padding: 0;
				}
			*/
      /* &:after {
				content: "Brand/link goes here";
				
				color: $cyan;
				font-size: 14px;
			    text-align: center;
				text-decoration: underline;
				text-transform: uppercase;
			
				@extend %montserrat-reg;
				
			    display: block;
				width: 100%;
			} */
}
.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 {
  display: none;
}
.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: #25425a;
  font-size: 18px;
  letter-spacing: 0.45px;
  line-height: 1.2em;
  text-align: center;
  padding-bottom: 10px;
}
@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: 21px;
  }
}
@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: 24px;
  }
}
.woocommerce ul.products .quickview-wrapper .woocommerce-product-details__short-description,
.woocommerce ul.products li.product .woocommerce-product-details__short-description,
.woocommerce-page .quickview-wrapper .woocommerce-product-details__short-description,
.woocommerce-page li.product .woocommerce-product-details__short-description {
  letter-spacing: 0;
  font-size: 16px;
  text-align: center;
  padding-bottom: 15px;
}
.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: white !important;
  font-size: 16px;
  letter-spacing: 0;
  text-align: center;
  display: block;
  margin-bottom: 0;
  margin-top: 6px;
  padding: 10px 8px;
  background: #62c9d1;
  position: absolute;
  bottom: 24px;
  left: 24px;
  width: calc(100% - 48px);
}
@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: 16px;
    left: 16px;
    width: calc(100% - 32px);
  }
}
@media only screen and (min-width: 1100px) {
  .woocommerce ul.products .quickview-wrapper .price,
  .woocommerce ul.products li.product .price,
  .woocommerce-page .quickview-wrapper .price,
  .woocommerce-page li.product .price {
    font-size: 18px;
  }
}
@media only screen and (min-width: 1360px) {
  .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;
    left: 24px;
    width: calc(100% - 48px);
  }
}
.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: #9C9CA7;
  font-size: 0.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: red;
  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 {
  display: none;
}
.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: #62c9d1;
  color: red;
  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: #002449;
  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;
  }
}
@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;
  }
}

.top_advert {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  margin-top: 20px;
  margin-bottom: 20px;
  height: 160px;
  max-height: 13vw;
  min-height: 80px;
}
.top_advert .banner_image {
  position: absolute;
  display: -ms-flexbox;
  display: flex;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.top_advert .banner_image img {
  object-fit: cover;
  object-position: left;
  min-width: 100%;
}
.top_advert .banner_text {
  position: absolute;
  right: 0;
  padding-right: 16px;
  max-width: 50%;
  text-align: right;
}
@media only screen and (min-width: 768px) {
  .top_advert .banner_text {
    max-width: 60%;
    padding-right: 40px;
  }
}
.top_advert .banner_text p {
  margin-bottom: 0;
  color: #000000;
  font-size: 18px;
  line-height: 1.2em;
}
@media only screen and (min-width: 768px) {
  .top_advert .banner_text p {
    font-size: 26px;
  }
}
@media only screen and (min-width: 950px) {
  .top_advert .banner_text p {
    font-size: 32px;
  }
}
@media only screen and (min-width: 1100px) {
  .top_advert .banner_text p {
    font-size: 36px;
  }
}
.top_advert .banner_text p strong {
  text-transform: uppercase;
}

.dc-term-detail {
  background-color: white;
  padding: 30px 100px;
  margin-top: 20px;
  margin-bottom: 20px;
}

 /*------------------------------------*\
	
    SHOP - PAGINATION

\*------------------------------------*/
.shop-layout .shop-list .woocommerce-pagination {
  text-align: right;
  margin-top: -20px;
  height: 0;
}
.shop-layout .shop-list .woocommerce-pagination ul {
  border: 0 none;
}
.shop-layout .shop-list .woocommerce-pagination ul li {
  border: 1px solid #EBECEC;
  background: white;
}
.shop-layout .shop-list .woocommerce-pagination ul li span,
.shop-layout .shop-list .woocommerce-pagination ul li a {
  color: #002449;
  text-align: center;
  padding: 9px 0;
  width: 30px;
  height: 30px;
}
@media only screen and (min-width: 768px) {
  .shop-layout .shop-list .woocommerce-pagination ul li span,
  .shop-layout .shop-list .woocommerce-pagination ul li a {
    padding: 16px 0;
    width: 50px;
    height: 50px;
  }
}
.shop-layout .shop-list .woocommerce-pagination ul li span.current,
.shop-layout .shop-list .woocommerce-pagination ul li a.current {
  background: #002449;
  color: white;
}

/*------------------------------------*\
	
    SHOP - SIDEBAR FILTER

\*------------------------------------*/
.shop-layout .shop-sidebar {
  width: 230px;
    /*
		.widgettitle {
			font-size: 18px;
			line-height: 1.4em;
			
			padding-bottom: 5px;
			margin-bottom: 14px;
			border-bottom: 1px solid $blue;
		}
		*/
    /*
			> .pwf-filter {
				
				@include mq('tablet', min) {
					position: -webkit-sticky;
				    position: sticky;
				    top: 250px;
				}
			}
			
			.pwf-woo-filter-inner {
								
				@include mq('tablet', min) {
				    max-height: calc(100vh - 250px);
					overflow: scroll;
				}
			}
			
			
			.pwf-field-item-checkboxlist {
				
				@include mq('tablet', min) {
					padding-left: 50px;
				}
			}
		
		
		.pwf-field-item-title {
			color: $blue;
			font-size: 20px;
			letter-spacing: 0;
			//@extend %ebony-bold;
			
			padding-bottom: 10px;
			margin-left: -10px;
			margin-bottom: 0;
			
			display: flex;
		    justify-content: space-between;
		    align-items: center;
		    
		    cursor: pointer;
							
			@include mq('950', min) {
				font-size: 24px;
			}
			
			&:after{
		        @include pseudo;
		        @include fa-icon;
		        @extend .fas;
		        margin-right: 6px;
		        margin-left: 12px;
		        font-size: 1.4em;
		        position: relative;
		        vertical-align: 0;
		        content: fa-content($fa-var-angle-right);
		        
				@include effect(all, 250ms, ease-in-out);
		    }
		}
		
		
		
		.pwf-field-item.active {
			
			.pwf-field-item-title {
				
				&:after{
			        content: fa-content($fa-var-angle-down);
			    }
			}
		}
		
		
		.pwf-field-item-container {
			
			.pwf-item {
				margin-top: 2px;
				
				.text-title {
					color: #788e9c;
					font-size: 20px;
					left: 0;
					line-height: 1.4em;
					@extend %ebony-reg;
					
					.pwf-product-counts {
						display: none;
					}
				}
			}
		}
		
		.pwf-item-label {
			margin: 0;
		}
		
		.pwf-item-label.pwf-checkbox-label {
			display: flex;
			flex-direction: row-reverse;
		    align-items: center;
			
			.pwf-title-container.pwf-checkbox-click-area {
				padding: 0;
			}
		}
		
		
		// CHECKED
		.pwf-field-item-container {
			
			.pwf-checkboxlist-item.checked {
				
				.pwf-input-container.pwf-checkbox-click-area {
					border-color: red;
					background: red;
					
					&:after {
						border-color: white;
					}
				}
			}
		}
		*/
}
@media only screen and (min-width: 950px) {
  .shop-layout .shop-sidebar {
    width: 260px;
  }
}
.shop-layout .shop-sidebar .sidebar-widget-wrap {
  margin-bottom: 40px;
}
.shop-layout .shop-sidebar .sidebar-widget-wrap h4 {
  color: #002449;
  font-size: 20px;
  padding-bottom: 16px;
  padding-left: 0;
  margin-bottom: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  cursor: pointer;
        /* &:after{
					@include pseudo;
					@include fa-icon;
					@extend .fas;
					
					color: #788e9c;
					font-size: 12px;
					
					position: relative;
					vertical-align: 0;
					content: fa-content($fa-var-plus);
					
					@include effect(all, 250ms, ease-in-out);
				} */
}
@media only screen and (min-width: 950px) {
  .shop-layout .shop-sidebar .sidebar-widget-wrap h4 {
    font-size: 24px;
    padding-left: 32px;
  }
}
.shop-layout .shop-sidebar .sidebar-widget-wrap .widget-content-wrap {
  margin-bottom: 10px;
  width: 100%;
}
.shop-layout .shop-sidebar .sidebar-widget-wrap .widget-content-wrap .form-check {
  display: -ms-flexbox;
  display: flex;
  padding-left: 10px;
  padding-bottom: 4px;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
}
@media only screen and (min-width: 950px) {
  .shop-layout .shop-sidebar .sidebar-widget-wrap .widget-content-wrap .form-check {
    padding-left: 45px;
  }
}
.shop-layout .shop-sidebar .sidebar-widget-wrap .widget-content-wrap .form-check .check-label {
  color: #788e9c;
  font-size: 16px;
  left: 0;
  line-height: 1.4em;
  -ms-flex: 1;
      flex: 1;
  cursor: pointer;
}
@media only screen and (min-width: 950px) {
  .shop-layout .shop-sidebar .sidebar-widget-wrap .widget-content-wrap .form-check .check-label {
    font-size: 18px;
  }
}
.shop-layout .shop-sidebar .sidebar-widget-wrap .widget-content-wrap .form-check .check-input {
  cursor: pointer;
  margin-right: 25px;
  margin-top: 7px;
}
.shop-layout .shop-sidebar .sidebar-widget-wrap .inside-sidebar {
  margin-bottom: 0.5rem;
}
.shop-layout .shop-sidebar .sidebar-widget-wrap .inside-sidebar h6 {
  color: #788e9c;
  font-size: 18px;
  line-height: 1.4em;
  -ms-flex: 1;
      flex: 1;
  cursor: pointer;
  position: relative;
  padding-left: 10px;
  margin-bottom: 0;
  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) {
  .shop-layout .shop-sidebar .sidebar-widget-wrap .inside-sidebar h6 {
    font-size: 20px;
    padding-left: 45px;
  }
}
.shop-layout .shop-sidebar .sidebar-widget-wrap .inside-sidebar h6: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: 28px;
  font-size: 13px;
  position: relative;
  vertical-align: 0;
  content: "";
  transition: all 250ms ease-in-out;
}
.shop-layout .shop-sidebar .sidebar-widget-wrap .inside-sidebar .widget-content-wrap {
  padding-top: 6px;
  display: none;
}
.shop-layout .shop-sidebar .sidebar-widget-wrap .inside-sidebar.active h6::after {
  content: "";
}
.shop-layout .shop-sidebar .sidebar-widget-wrap .inside-sidebar.active .widget-content-wrap {
  display: block;
}
.shop-layout .shop-sidebar .widget-content-text {
  position: relative;
  margin-bottom: 50px;
}
.shop-layout .shop-sidebar .widget-content-text .text-input {
  border: none;
  border-radius: 50px;
  background: white;
  height: 50px;
  width: 100%;
  padding-left: 50px;
  font-size: 16px;
  line-height: 50px;
}
.shop-layout .shop-sidebar .widget-content-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;
  vertical-align: 0;
  content: "";
  position: absolute;
  left: 20px;
  top: 17px;
  width: 12px;
  height: 12px;
  color: #62c9d1;
  font-size: 16px;
  font-weight: 700;
  transition: all 250ms ease-in-out;
}
.shop-layout .shop-sidebar .mobile_filter_close {
  display: block;
  position: absolute;
  top: 20px;
  right: 20px;
  display: none;
}
@media only screen and (max-width: 766px) {
  .shop-layout .shop-sidebar .mobile_filter_close {
    display: block;
  }
}

@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: #FFFFFF;
    transition: all 200ms ease-in-out;
  }
  .shop-layout .shop-sidebar > .widget {
    position: relative;
    z-index: 1;
  }
  .shop-layout .shop-sidebar.filter-active {
    right: 0;
  }
}

.mobile_filter_activate {
  position: absolute;
  top: 10px;
  right: 190px;
  display: none;
  font-size: 20px;
  color: #62c9d1;
}
@media only screen and (max-width: 766px) {
  .mobile_filter_activate {
    display: inline-block;
  }
}
.mobile_filter_activate i {
  cursor: pointer;
}
.mobile_filter_activate:hover {
  color: #62c9d1;
}

/* PRODUCT */
/*------------------------------------*\
	
    SHOP - PRODUCT

\*------------------------------------*/
body.single-product .dc-titlebox {
  display: none;
}
body.single-product .breadcrumbs {
  padding: 30px 0 0;
}
body.single-product .breadcrumbs #breadcrumbs {
  margin-bottom: 0;
}
body.single-product .cross-sells .cross_sale_checkbox input {
  opacity: 0 !important;
}
body.single-product .cross-sells .cross_sale_checkbox input:checked ~ label:before {
  opacity: 1;
}
body.single-product .cross-sells .cross_sale_checkbox span.price {
  background-color: transparent !important;
}
body.single-product .cross-sells .cross_sale_checkbox: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;
  vertical-align: 0;
  content: "" !important;
  right: 20px;
  top: 43px;
  font-size: 24px;
  opacity: 0;
  transition: all 250ms ease-in-out;
}

.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,
  .woocommerce .site-main > div.product > .product-img-wrap {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) {
  .woocommerce .site-main > div.product > .images,
  .woocommerce .site-main > div.product > .product-img-wrap {
    -ms-flex: 1;
        flex: 1;
    padding-right: 4%;
    max-width: 66.666%;
  }
}
@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%;
}
.woocommerce .site-main > div.product + .dc-image {
  width: 100vw;
  margin-left: calc(50% - 50vw);
}

/*------------------------------------*\
	
    SHOP - PRODUCT IMAGES

\*------------------------------------*/
.woocommerce div.product > .images .woocommerce-product-gallery,
.woocommerce div.product > .product-img-wrap .woocommerce-product-gallery {
  float: none !important;
}
.woocommerce div.product > .images .woocommerce-product-gallery figure,
.woocommerce div.product > .product-img-wrap .woocommerce-product-gallery figure {
  width: 100%;
}
.woocommerce div.product > .images .onsale,
.woocommerce div.product > .product-img-wrap .onsale {
  display: none;
}
.woocommerce div.product > .images > .wpgis-slider-for,
.woocommerce div.product > .product-img-wrap > .wpgis-slider-for {
    /*
		.slick-list {
			width: 100% !important;
			
			.slick-slide {
				//width: auto !important;
			}
		}
*/
}
.woocommerce div.product > .images > .wpgis-slider-nav .slick-track,
.woocommerce div.product > .product-img-wrap > .wpgis-slider-nav .slick-track {
  margin: 0;
}
.woocommerce div.product > .images > .wpgis-slider-nav .slick-slide,
.woocommerce div.product > .product-img-wrap > .wpgis-slider-nav .slick-slide {
  border: 1px solid #d1d1d0;
  position: relative;
  margin-right: 27px !important;
  cursor: pointer;
}
.woocommerce div.product > .images > .wpgis-slider-nav .slick-slide img,
.woocommerce div.product > .product-img-wrap > .wpgis-slider-nav .slick-slide img {
  padding: 4px;
}
.woocommerce div.product > .images > .wpgis-slider-nav .slick-slide:after,
.woocommerce div.product > .product-img-wrap > .wpgis-slider-nav .slick-slide:after {
  content: "";
  position: absolute;
  top: 4px;
  left: 4px;
  width: calc(100% - 8px);
  height: calc(100% - 8px);
  background: red;
  opacity: 0;
  transition: all 350ms ease-in-out;
}
.woocommerce div.product > .images > .wpgis-slider-nav .slick-slide:hover:after,
.woocommerce div.product > .product-img-wrap > .wpgis-slider-nav .slick-slide:hover:after {
  opacity: 0.8;
}

.woo-variation-product-gallery {
  width: 100%;
}

/*------------------------------------*\
	
    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;
		}
		*/
    /*
			> .zip-widget__wrapper {
				display: none;
			}
		*/
    /*
		.woocommerce-product-rating {
		    color: red_dark;
		    
		    .woocommerce-review-link {
				@include purple_link();
		    }
		}
		*/
    /*
			.tax {
				color: red;
				font-size: 12px;
				letter-spacing: .75px;
				text-transform: uppercase;
				
				margin-bottom: 26px;			
			}
		*/
}
.woocommerce .site-main > div.product .summary .brand_logo {
  margin-bottom: 12px;
}
.woocommerce .site-main > div.product .summary .brand_logo img {
  max-height: 60px;
}
.woocommerce .site-main > div.product .summary .product_title {
  font-size: 36px;
  line-height: 1.1em;
  text-transform: uppercase;
  margin-bottom: 17px;
}
.woocommerce .site-main > div.product .summary .woocommerce-product-details__short-description p {
  font-size: 16px;
  font-weight: 600;
}
.woocommerce .site-main > div.product .summary .woocommerce-product-details__short-description p .readmore {
  color: red;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.4px;
  cursor: pointer;
  position: relative;
}
.woocommerce .site-main > div.product .summary .woocommerce-product-details__short-description p .readmore:hover {
  color: red;
}
.woocommerce .site-main > div.product .summary .woocommerce-product-details__short-description p .readmore:after {
  content: "";
  background: red;
  height: 1px;
  width: 100%;
  position: absolute;
  bottom: -1px;
  left: 0;
}
.woocommerce .site-main > div.product .summary .price {
  color: white;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  background: cyan;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0px 30px 4px 30px;
  background: #62c9d1;
}
.woocommerce .site-main > div.product .summary .price > .woocommerce-Price-amount {
  display: block;
}
.woocommerce .site-main > div.product .summary .price > .woocommerce-Price-amount:first-child {
  margin-right: 10px;
}
.woocommerce .site-main > div.product .summary .price > .woocommerce-Price-amount:not(:first-child) {
  margin-left: 10px;
}
.woocommerce .site-main > div.product .summary .price .woocommerce-Price-currencySymbol {
  font-size: 0.5em;
  vertical-align: super;
}
.woocommerce .site-main > div.product .summary .price del {
  font-size: 0.65em;
  font-weight: 400;
  -ms-flex-order: 2;
      order: 2;
  opacity: 1;
}
.woocommerce .site-main > div.product .summary .price ins {
  text-decoration: none;
  -ms-flex-order: 1;
      order: 1;
  margin-right: 12px;
}
.woocommerce .site-main > div.product .summary form.cart {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 56px;
  margin-bottom: 20px;
}
.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 .single_variation_wrap .woocommerce-variation-price {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
.woocommerce .site-main > div.product .summary form.cart .single_variation_wrap .woocommerce-variation-price:before {
  content: "Sub Total";
  color: #002449;
  font-size: 24px;
  min-width: 130px;
  display: inline-block;
  padding-top: 5px;
}
.woocommerce .site-main > div.product .summary form.cart .single_variation_wrap .woocommerce-variation-price .price {
  padding: 0;
  background: none;
  color: #002449;
  font-size: 24px;
  line-height: 1em;
}
.woocommerce .site-main > div.product .summary form.cart .qty-wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  margin-bottom: 1rem;
  width: 100%;
}
.woocommerce .site-main > div.product .summary form.cart .qty-wrap > span {
  color: #002449;
  font-size: 24px;
  min-width: 130px;
  display: inline-block;
}
.woocommerce .site-main > div.product .summary form.cart .quantity {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  width: 96px;
  margin-left: 0;
  padding: 16px 24px 16px 3px;
  background: white;
}
.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;
  font-weight: 700;
}
.woocommerce .site-main > div.product .summary form.cart .quantity input.qty {
  border: 0 none;
  padding-left: 14px;
  font-size: 16px;
  text-align: center;
  pointer-events: none;
  background: none;
  appearance: textfield;
  -webkit-appearance: textfield;
}
.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: 20px;
  width: 100%;
  height: auto;
  font-size: 16px;
  text-align: center;
  text-transform: uppercase;
  background: #002449;
  border: 0;
  color: white;
  line-height: 16px;
  border-radius: 0;
  margin-top: 20px;
        /*
				i {
				    margin-right: 11px;
					font-size: 17px;
				}
				*/
}
.woocommerce .site-main > div.product .summary form.cart button.single_add_to_cart_button:not(.disabled):hover {
  background: #62c9d1;
  border-color: red;
  color: white;
}
.woocommerce .site-main > div.product .summary form.cart .dc-btn {
  display: block;
  padding: 20px;
  width: 100%;
  height: auto;
  font-size: 16px;
  text-align: center;
  text-transform: uppercase;
  background: #002449;
  border: 0;
  color: white;
  line-height: 16px;
  background: #b4c4cc;
}
.woocommerce .site-main > div.product .summary form.cart .dc-btn:not(.disabled):hover {
  background: #62c9d1;
  border-color: red;
  color: white;
}
.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: red;
  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: 0.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: red_warning;
  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: red_warning;
}
.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: 20px;
  width: 100%;
  height: auto;
  font-size: 16px;
  text-align: center;
  text-transform: uppercase;
  background: #002449;
  border: 0;
  color: white;
  line-height: 16px;
}
.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: #62c9d1;
  border-color: red;
  color: white;
}
.woocommerce .site-main > div.product .summary > .dc-btn {
  background: #b4c4cc;
  width: 100%;
  padding: 20px;
}
.woocommerce .site-main > div.product .summary > .dc-btn:hover {
  background: #62c9d1;
}
.woocommerce .site-main > div.product .summary .out-of-stock {
  font-size: 16px;
  font-weight: 400;
  position: relative;
  color: red_warning;
  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: red_warning;
}
.woocommerce .site-main > div.product .summary .out-of-stock strong {
  display: block;
}
.woocommerce .site-main > div.product .summary a.fancybox {
  display: block;
  padding: 20px;
  width: 100%;
  height: auto;
  font-size: 16px;
  text-align: center;
  text-transform: uppercase;
  background: #002449;
  border: 0;
  color: white;
  line-height: 16px;
}
.woocommerce .site-main > div.product .summary a.fancybox:not(.disabled):hover {
  background: #62c9d1;
  border-color: red;
  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: red_warning;
  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: red_warning;
}
.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: 20px;
  width: 100%;
  height: auto;
  font-size: 16px;
  text-align: center;
  text-transform: uppercase;
  background: #002449;
  border: 0;
  color: white;
  line-height: 16px;
}
.woocommerce .site-main > div.product .summary .wcwl_control .button:not(.disabled):hover {
  background: #62c9d1;
  border-color: red;
  color: white;
}
.woocommerce .site-main > div.product .summary .discontinued .message {
  margin-bottom: 20px;
}
.woocommerce .site-main > div.product .summary .discontinued a {
  display: block;
  padding: 20px;
  width: 100%;
  height: auto;
  font-size: 16px;
  text-align: center;
  text-transform: uppercase;
  background: #002449;
  border: 0;
  color: white;
  line-height: 16px;
}
.woocommerce .site-main > div.product .summary .discontinued a:not(.disabled):hover {
  background: #62c9d1;
  border-color: red;
  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: red !important;
  color: #9C9CA7 !important;
}
.woocommerce .site-main > div.product .summary .exclusive_stores .selected_stores_title {
  margin-top: 15px;
  color: #002449;
  font-size: 24px;
  min-width: 130px;
  display: inline-block;
}
.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: #9C9CA7;
  letter-spacing: -0.02em;
  line-height: 1.1;
  font-size: 18px;
  text-align: center;
  cursor: pointer;
  background: white;
  border: 1px solid #9C9CA7;
  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: #002449;
  font-size: 24px;
  min-width: 130px;
  display: inline-block;
}
.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: red;
  position: relative;
}
.woocommerce .site-main > div.product .summary .selected_stores .stores .store a:after {
  content: "";
  background: red;
  height: 1px;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}
.woocommerce .site-main > div.product .summary .selected_stores .stores .store a:hover {
  color: red;
}
.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 tr {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
.woocommerce .site-main > div.product .summary .variations .label {
  color: #002449;
  font-size: 24px;
  min-width: 130px;
  display: inline-block;
}
.woocommerce .site-main > div.product .summary .variations .label label {
  font-weight: 500;
}
.woocommerce .site-main > div.product .summary .variations .value .reset_variations {
  display: none !important;
}
.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 .qty-wrap, .woocommerce .site-main > div.product .summary .woocommerce-variation-add-to-cart.woocommerce-variation-add-to-cart-disabled .single_add_to_cart_button {
  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: 20px;
  width: 100%;
  height: auto;
  font-size: 16px;
  text-align: center;
  text-transform: uppercase;
  background: #002449;
  border: 0;
  color: white;
  line-height: 16px;
}
.woocommerce .site-main > div.product .summary .woocommerce-variation-add-to-cart .single_add_to_cart_button:not(.disabled):hover {
  background: #62c9d1;
  border-color: red;
  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: 20px;
  width: 100%;
  height: auto;
  font-size: 16px;
  text-align: center;
  text-transform: uppercase;
  background: #002449;
  border: 0;
  color: white;
  line-height: 16px;
  font-weight: 400;
}
.woocommerce .site-main > div.product .summary .woocommerce-variation-availability .woocommerce_waitlist:not(.disabled):hover {
  background: #62c9d1;
  border-color: red;
  color: white;
}
.woocommerce .site-main > div.product .summary .product_meta {
  margin-top: 30px;
}
.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: #002449;
  font-size: 24px;
  min-width: 130px;
  display: inline-block;
  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: red;
  font-size: 18px;
  margin-left: 12px;
}
.woocommerce .site-main > div.product .summary .product_meta .price_match a {
  display: block;
  padding: 20px;
  width: 100%;
  height: auto;
  font-size: 16px;
  text-align: center;
  text-transform: uppercase;
  background: #002449;
  border: 0;
  color: white;
  line-height: 16px;
  background: transparent;
  border: 1px solid red;
  color: red;
  padding-top: 13px !important;
}
.woocommerce .site-main > div.product .summary .product_meta .price_match a:not(.disabled):hover {
  background: #62c9d1;
  border-color: red;
  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: 0.35px;
}
.woocommerce .site-main > div.product .summary .dc_meta_data.zip_payment .description p a {
  color: red;
  letter-spacing: 0.4px;
  text-decoration: underline;
  margin-left: 12px;
}
.woocommerce .site-main > div.product .summary .dc_meta_data.zip_payment .description p a:hover {
  color: red;
}
.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: red;
  letter-spacing: 0.85px;
  text-transform: uppercase;
}
.woocommerce .site-main > div.product .summary .product_tags,
.woocommerce .site-main > div.product .summary .sku_wrapper {
  margin-top: 5px;
}
.woocommerce .site-main > div.product .summary .product_tags .category,
.woocommerce .site-main > div.product .summary .sku_wrapper .category {
  margin-bottom: 0;
}
.woocommerce .site-main > div.product .summary .product_tags .label,
.woocommerce .site-main > div.product .summary .sku_wrapper .label {
  color: #002449;
  font-size: 24px;
  min-width: 130px;
  display: inline-block;
  min-width: 10px;
  font-size: 14px;
}
.woocommerce .site-main > div.product .summary .product_tags .sku_wrapper .label:after,
.woocommerce .site-main > div.product .summary .sku_wrapper .sku_wrapper .label:after {
  content: ":";
}
.woocommerce .site-main > div.product .summary .product_tags .sku,
.woocommerce .site-main > div.product .summary .product_tags .tagged_as a,
.woocommerce .site-main > div.product .summary .sku_wrapper .sku,
.woocommerce .site-main > div.product .summary .sku_wrapper .tagged_as a {
  color: #768691;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  white-space: nowrap;
  border-radius: 20px;
  display: inline-block;
  padding: 0px 0 0px 4px;
}
@media only screen and (max-width: 1199px) {
  .woocommerce .site-main > div.product .summary .product_tags .sku,
  .woocommerce .site-main > div.product .summary .product_tags .tagged_as a,
  .woocommerce .site-main > div.product .summary .sku_wrapper .sku,
  .woocommerce .site-main > div.product .summary .sku_wrapper .tagged_as a {
    font-size: 12px;
  }
}
.woocommerce .site-main > div.product .summary .product_tags .sku:hover,
.woocommerce .site-main > div.product .summary .product_tags .tagged_as a:hover,
.woocommerce .site-main > div.product .summary .sku_wrapper .sku:hover,
.woocommerce .site-main > div.product .summary .sku_wrapper .tagged_as a:hover {
  color: #002449;
}
.woocommerce .site-main > div.product .summary .product_tags .tagged_as a,
.woocommerce .site-main > div.product .summary .sku_wrapper .tagged_as a {
  text-decoration: underline;
  margin-bottom: 4px;
}

.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 #9C9CA7;
}
.woo-variation-swatches
.variable-items-wrapper
.variable-item:not(.radio-variable-item).color-variable-item .variable-item-span-color:after {
  box-shadow: 0 0;
}

.single-product-wrap .cart .cross-sells .products li.product {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -ms-flex-align: center;
      align-items: center;
  padding: 10px 60px 10px 10px;
  margin: 0 0 18px;
}
.single-product-wrap .cart .cross-sells .products li.product img {
  max-width: 60px;
  max-height: 52px;
  width: auto;
}
.single-product-wrap .cart .cross-sells .products li.product .title-wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 1;
      flex: 1;
  -ms-flex-align: center;
      align-items: center;
}
.single-product-wrap .cart .cross-sells .products li.product .title-wrap .woocommerce-loop-product__title {
  font-size: 16px;
  line-height: 1.1em;
  text-align: left;
  margin-left: 20px;
  padding: 0;
}
.single-product-wrap .cart .cross-sells .products li.product .title-wrap .price {
  width: auto;
  position: relative;
  bottom: unset;
  left: unset;
  margin: 0 !important;
  padding: 0 !important;
  display: inline-block !important;
  font-size: 16px;
  color: #25425a;
  background: none;
}
.single-product-wrap .cart .cross-sells .products li.product .title-wrap .price del {
  display: none;
}
.single-product-wrap .cart .cross-sells .products li.product .title-wrap .price ins {
  margin: 0;
  color: #25425a;
}
.single-product-wrap .cart .cross-sells .products li.product .addToCartAjax {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.single-product-wrap .cart .cross-sells .products li.product: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: 23px;
  position: relative;
  vertical-align: 0;
  content: "";
  position: absolute;
  top: 24px;
  right: 20px;
  color: #62c9d1;
  transition: all 250ms ease-in-out;
}
.single-product-wrap .cart .cross-sells .products li.product.checked:after {
  content: "";
}
.single-product-wrap .cart .cross-sells .products li.product .addToCartAjax {
  z-index: 100;
}

/*------------------------------------*\
	
    SHOP - PRODUCT TABS

\*------------------------------------*/
.woocommerce div.product .woocommerce-tabs {
  margin-top: 65px;
}
.woocommerce div.product .woocommerce-tabs ul.wc-tabs {
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  max-width: 940px;
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #e6ebeb;
    /*
				&: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: 0 0 1px 0;
				}
		*/
}
.woocommerce div.product .woocommerce-tabs ul.wc-tabs li {
  background: none !important;
  border-radius: 0 !important;
  border: 0;
  margin: 0 -1px 0 0;
  padding: 0 30px 0 0;
}
.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: #002449 !important;
  font-size: 18px;
  letter-spacing: 0.04em;
  text-align: left;
  text-transform: uppercase;
  display: block;
  padding: 14px 18px 14px 0;
  height: 100%;
  border-bottom: 4px solid transparent;
}
.woocommerce div.product .woocommerce-tabs ul.wc-tabs li.active a {
  border-bottom: 4px solid #002449;
}
.woocommerce div.product .woocommerce-tabs .wc-tab {
  position: relative;
  width: 100%;
  max-width: 1180px;
  max-width: 940px;
  margin: 50px auto 100px 0 !important;
}
.woocommerce div.product .woocommerce-tabs .wc-tab h2:first-child {
  display: none;
}
.woocommerce div.product .woocommerce-tabs .wc-tab p {
  font-size: 16px;
}

 /*------------------------------------*\
	
    SHOP - PRODUCT TABS - DESCRIPTION

\*------------------------------------*/
.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-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-dc-description .row .column,
.section.post-wrapper .row .column {
  width: 100%;
}
.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-dc-description .row .column.col_6,
.section.post-wrapper .row .column.col_6 {
  width: 50%;
}
.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-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-dc-description .row .column.col_4,
.section.post-wrapper .row .column.col_4 {
  width: 33.333%;
}
.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-dc-description .row .block,
.section.post-wrapper .row .block {
  margin: 70px 0;
}
.woocommerce div.product .woocommerce-tabs .wc-tab#tab-dc-description .row .block h3,
.section.post-wrapper .row .block h3 {
  color: red;
}
.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-dc-description .row .block.image_block,
.section.post-wrapper .row .block.image_block {
  width: 100%;
}
.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-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-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-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-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-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-dc-description > .content {
  text-align: left;
  border-bottom: 1px solid #707584;
  overflow: hidden;
  max-height: 1000px;
  margin-bottom: 30px;
  transition: all 1500ms ease-in-out;
}
.woocommerce div.product .woocommerce-tabs .wc-tab#tab-dc-description > .content > h2:first-child {
  display: none;
}
.woocommerce div.product .woocommerce-tabs .wc-tab#tab-dc-description.show_full:after {
  display: none;
}
.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-dc-description.show_full > .show_more {
  display: none;
}
.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: red;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 1.3px;
  text-transform: uppercase;
  text-align: center;
  cursor: pointer;
  border: 1px solid red;
  transition: all 250ms ease-in-out;
}
.woocommerce div.product .woocommerce-tabs .wc-tab#tab-dc-description .show_more:hover {
  background: red;
  border-color: red;
  color: white;
}

.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-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-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-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-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-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-dc-description .expandablecontentblock .img_wrap img {
  margin-left: -120px;
  width: calc(100% + 240px);
  max-width: calc(100% + 240px);
}
.woocommerce div.product .woocommerce-tabs #tab-dc-description .list-dots {
  padding-top: 30px;
}

 /*------------------------------------*\
	
    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: 36px;
  text-align: center;
  margin-bottom: 40px;
}
.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;
      /*
			    .price {
				    background: none;
				    
				    .woocommerce-Price-amount {
					    background: $cyan;
						padding: 8px 20px;
				    }
			    }
			*/
}
@media only screen and (max-width: 1099px) {
  .woocommerce .site-main > div.product > .related ul.products li.product {
    width: calc(33.3333% - 16px);
    margin-right: 16px;
  }
  .woocommerce .site-main > div.product > .related ul.products li.product:last-child {
    display: none;
  }
}
@media only screen and (max-width: 949px) {
  .woocommerce .site-main > div.product > .related ul.products li.product {
    width: calc(50% - 16px);
    margin-right: 16px;
  }
  .woocommerce .site-main > div.product > .related ul.products li.product:nth-last-child(2) {
    display: none;
  }
}
@media only screen and (max-width: 650px) {
  .woocommerce .site-main > div.product > .related ul.products li.product {
    width: 100%;
    margin-right: 0;
  }
  .woocommerce .site-main > div.product > .related ul.products li.product:nth-last-child(3) {
    display: none;
  }
}
.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: #000000;
}
.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;
  color: #96cfd4;
  font-size: 16px;
  font-weight: 400;
}
.dc_mini_cart .dropdown-back i {
  font-size: 18px;
  margin-right: 8px;
  padding-top: 2px;
}
@media only screen and (max-width: 767px) {
  .dc_mini_cart .dropdown-back i {
    font-size: 15px;
  }
}
@media only screen and (max-width: 1199px) {
  .dc_mini_cart .dropdown-back {
    font-size: 0 !important;
  }
}
@media only screen and (max-width: 959px) {
  .dc_mini_cart .dropdown-back {
    margin-left: 0;
  }
  .dc_mini_cart .dropdown-back i {
    padding-top: 2px;
  }
}
@media only screen and (max-width: 767px) {
  .dc_mini_cart .dropdown-back {
    margin-left: 0;
    font-size: 0 !important;
  }
}
@media only screen and (max-width: 479px) {
  .dc_mini_cart .dropdown-back {
    font-size: 0.8em;
  }
}
.dc_mini_cart .dropdown-back .basket-item-count {
  color: #000000;
  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: 1199px) {
  .dc_mini_cart .dropdown-back .basket-item-count {
    margin-left: 0;
    margin-top: 1px;
  }
}
@media only screen and (max-width: 479px) {
  .dc_mini_cart .dropdown-back .basket-item-count {
    width: 17px;
    height: 17px;
    font-size: 10px !important;
  }
}
.dc_mini_cart .dropdown-back .basket-item-count .cart-items-count {
  display: inline;
  margin: 0;
  color: #000;
  font-size: 12px;
}
.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: 0.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 #f2f5f5;
  padding-top: 24px;
  margin-top: 24px;
}
.dc_mini_cart #cart-dropdown .buttons a {
  background: #f2f5f5;
  padding: 10px 18px;
  color: black;
  font-size: 0.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: #62c9d1;
  color: black;
}
.dc_mini_cart #cart-dropdown .woocommerce-mini-cart__total {
  margin-top: 24px;
}
