/*
Theme Name: Base New
Author: Anonymous
Author URI:
Version: 1.0.0
Description: Base New theme for Wordpress with ACF block.json support
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: basenew
Tags: one-column, two-columns
Theme URI:
*/
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

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

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

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

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

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

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */ }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

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

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

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

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

.listreset, .header .header-navigation {
  margin: 0;
  padding: 0;
  list-style: none; }

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

.section.comments input[type="submit"],
.section.respond input[type="submit"], .section.comments a,
.section.respond a, .btn {
  transition: all 0.3s ease-in-out; }

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

.btn {
  display: inline-block;
  vertical-align: top; }

html {
  box-sizing: border-box; }

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

* {
  max-height: 1000000px; }

body {
  color: #36373F;
  background: #f8f8f8;
  font: 16px/1.25 "Manrope", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  min-width: 320px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

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

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

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

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

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

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

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

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

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

ul {
  list-style-type: disc; }

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

dl dd {
  overflow: hidden; }

pre {
  max-width: 100%; }

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

input[type='text'],
input[type='tel'],
input[type='email'],
input[type='search'],
input[type='password'],
textarea {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  box-sizing: border-box;
  border: 1px solid #efefef;
  padding: 0.4em 0.7em; }
  input[type='text']:focus,
  input[type='tel']:focus,
  input[type='email']:focus,
  input[type='search']:focus,
  input[type='password']:focus,
  textarea:focus {
    border-color: #36373F; }
  input[type='text']::-webkit-input-placeholder,
  input[type='tel']::-webkit-input-placeholder,
  input[type='email']::-webkit-input-placeholder,
  input[type='search']::-webkit-input-placeholder,
  input[type='password']::-webkit-input-placeholder,
  textarea::-webkit-input-placeholder {
    color: #efefef; }
  input[type='text']::-moz-placeholder,
  input[type='tel']::-moz-placeholder,
  input[type='email']::-moz-placeholder,
  input[type='search']::-moz-placeholder,
  input[type='password']::-moz-placeholder,
  textarea::-moz-placeholder {
    opacity: 1;
    color: #efefef; }
  input[type='text']:-moz-placeholder,
  input[type='tel']:-moz-placeholder,
  input[type='email']:-moz-placeholder,
  input[type='search']:-moz-placeholder,
  input[type='password']:-moz-placeholder,
  textarea:-moz-placeholder {
    color: #efefef; }
  input[type='text']:-ms-input-placeholder,
  input[type='tel']:-ms-input-placeholder,
  input[type='email']:-ms-input-placeholder,
  input[type='search']:-ms-input-placeholder,
  input[type='password']:-ms-input-placeholder,
  textarea:-ms-input-placeholder {
    color: #efefef; }
  input[type='text'].placeholder,
  input[type='tel'].placeholder,
  input[type='email'].placeholder,
  input[type='search'].placeholder,
  input[type='password'].placeholder,
  textarea.placeholder {
    color: #efefef; }

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

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

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

#wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  overflow: hidden; }

#main {
  flex-grow: 1; }

.widget {
  margin-bottom: 1.25em; }
  .widget ul {
    padding-left: 2em; }
  .widget select {
    min-width: 150px; }

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

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

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

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

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

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

.search-form {
  margin-bottom: 15px; }
  .search-form input {
    float: left;
    height: 2em; }
    .search-form input[type='search'] {
      margin: 0 4px 0 0;
      width: 150px; }

.post-password-form input {
  float: left;
  height: 2em; }
  .post-password-form input[type='password'] {
    width: 150px; }

.comment-form input[type='submit'],
.post-password-form input[type='submit'],
.search-form input[type='submit'] {
  background: #006AFF;
  color: #fff;
  height: 2em;
  border: none;
  padding: 0 .5em; }
  .comment-form input[type='submit']:hover,
  .post-password-form input[type='submit']:hover,
  .search-form input[type='submit']:hover {
    opacity: 0.8; }

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

.commentlist-item .commentlist-item {
  padding: 0; }
  @media (min-width: 768px) {
    .commentlist-item .commentlist-item {
      padding: 0 0 0 2em; } }

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

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

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

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

.navigation,
.navigation-comments {
  margin-bottom: 1.25em;
  position: relative;
  vertical-align: middle; }
  .navigation .screen-reader-text,
  .navigation-comments .screen-reader-text {
    position: absolute;
    left: -99999px; }
  .navigation .page-numbers,
  .navigation-comments .page-numbers {
    display: inline-block;
    vertical-align: middle;
    padding: 0 .4em; }
    @media (max-width: 767px) {
      .navigation .page-numbers,
      .navigation-comments .page-numbers {
        padding: 0 3px; } }
  .navigation .next,
  .navigation .prev,
  .navigation-comments .next,
  .navigation-comments .prev {
    background: #006AFF;
    color: #fff;
    display: inline-block;
    vertical-align: middle;
    max-width: 48%;
    padding: .4em;
    text-decoration: none; }
    @media (max-width: 767px) {
      .navigation .next,
      .navigation .prev,
      .navigation-comments .next,
      .navigation-comments .prev {
        padding: .2em; } }
    .navigation .next:hover,
    .navigation .prev:hover,
    .navigation-comments .next:hover,
    .navigation-comments .prev:hover {
      opacity: 0.8; }

.navigation-single {
  margin-bottom: 1.25em; }
  .navigation-single .next,
  .navigation-single .prev {
    background: #006AFF;
    color: #fff;
    float: left;
    vertical-align: middle;
    max-width: 48%;
    text-decoration: none; }
    .navigation-single .next:hover,
    .navigation-single .prev:hover {
      opacity: 0.8; }
    .navigation-single .next a,
    .navigation-single .prev a {
      color: inherit;
      text-decoration: none;
      padding: .4em;
      display: block; }
      @media (max-width: 767px) {
        .navigation-single .next a,
        .navigation-single .prev a {
          padding: .2em; } }
  .navigation-single .next {
    float: right; }

.wp-caption {
  margin-bottom: 1.25em;
  border: 1px solid #efefef;
  max-width: 100%;
  clear: both;
  padding: .4em; }
  .wp-caption img {
    margin: 0;
    vertical-align: top; }
  .wp-caption p {
    margin: .4em 0 0; }

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

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

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

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

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

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

iframe {
  max-width: 100%; }

.navigation-single .next,
.navigation-single .prev,
.page-numbers,
.title {
  word-break: break-word; }

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

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

.section.comments,
.section.respond {
  max-width: 730px; }
  .section.comments .comment-form textarea,
  .section.respond .comment-form textarea {
    max-width: 100%; }
  .section.comments input[type="text"],
  .section.comments input[type="email"],
  .section.comments input[type="url"],
  .section.comments textarea,
  .section.respond input[type="text"],
  .section.respond input[type="email"],
  .section.respond input[type="url"],
  .section.respond textarea {
    border: 1px solid #36373F;
    width: 100%;
    max-width: 100%;
    padding: 10px 15px; }
  .section.comments input[type="submit"],
  .section.respond input[type="submit"] {
    padding: 13px 25px;
    display: inline-block;
    height: auto; }
    .section.comments input[type="submit"]:hover,
    .section.respond input[type="submit"]:hover {
      opacity: 0.7; }
  .section.comments a,
  .section.respond a {
    text-decoration: none; }
    .section.comments a:hover,
    .section.respond a:hover {
      opacity: 0.7; }
  .section.comments .comment-form-cookies-consent,
  .section.respond .comment-form-cookies-consent {
    display: flex;
    align-items: center; }
    .section.comments .comment-form-cookies-consent input,
    .section.respond .comment-form-cookies-consent input {
      margin-right: 10px; }
    .section.comments .comment-form-cookies-consent label,
    .section.respond .comment-form-cookies-consent label {
      padding-bottom: 0; }
  .section.comments .comment-reply-title small,
  .section.respond .comment-reply-title small {
    margin-left: 5px; }

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6,
.h {
  font-family: inherit;
  font-weight: bold;
  margin: 0 0 0.5em;
  color: inherit; }

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

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

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

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

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

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

p {
  margin: 0 0 1em; }

a {
  color: #006AFF; }
  a:hover, a:focus {
    text-decoration: none; }

@font-face {
  font-family: 'icomoon';
  src: url("fonts/icomoon.eot?eg55rm");
  src: url("fonts/icomoon.eot?eg55rm#iefix") format("embedded-opentype"), url("fonts/icomoon.ttf?eg55rm") format("truetype"), url("fonts/icomoon.woff?eg55rm") format("woff"), url("fonts/icomoon.svg?eg55rm#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block; }

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

.icon-arrow-left:before {
  content: "\e901"; }

.icon-arrow-right:before {
  content: "\e902"; }

.icon-arrow-up:before {
  content: "\e903"; }

.icon-arrow-down:before {
  content: "\e904"; }

.icon-menu:before {
  content: "\e90f"; }

.icon-close:before {
  content: "\e910"; }

.header {
  position: relative;
  z-index: 100;
  padding: 24px 0; }
  .header .top-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between; }
    @media (min-width: 1024px) {
      .header .top-wrapper {
        margin: 0 0 34px; } }
  .header .logo {
    width: 100px; }
    .header .logo a {
      display: block; }
  .header .select-holder {
    width: calc(100% - 480px);
    max-width: 540px;
    display: flex;
    align-items: center;
    margin-left: 110px;
    background: #fff;
    border-radius: 25px;
    padding: 8px 0 8px 8px; }
    .header .select-holder.mobile {
      margin: 30px auto;
      width: auto;
      justify-content: center; }
      @media (min-width: 1024px) {
        .header .select-holder.mobile {
          display: none; } }
    .header .select-holder.desktop {
      display: none; }
      @media (min-width: 1024px) {
        .header .select-holder.desktop {
          display: flex; } }
    .header .select-holder .over-sel {
      position: relative; }
      .header .select-holder .over-sel:after {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: 26px;
        font-size: 12px;
        content: "\e904";
        font-family: 'icomoon';
        pointer-events: none; }
    .header .select-holder .over-search {
      padding-left: 16px;
      width: calc(100% - 170px);
      position: relative; }
      .header .select-holder .over-search .search-field {
        border: 0;
        font-size: 12px;
        color: #000;
        width: 100%;
        padding-right: 30px; }
        .header .select-holder .over-search .search-field::-webkit-input-placeholder {
          color: #9A9A9A; }
        .header .select-holder .over-search .search-field::-moz-placeholder {
          opacity: 1;
          color: #9A9A9A; }
        .header .select-holder .over-search .search-field:-moz-placeholder {
          color: #9A9A9A; }
        .header .select-holder .over-search .search-field:-ms-input-placeholder {
          color: #9A9A9A; }
        .header .select-holder .over-search .search-field.placeholder {
          color: #9A9A9A; }
      .header .select-holder .over-search button[type='submit'] {
        position: absolute;
        right: -5px;
        top: 50%;
        transform: translateY(-50%);
        width: 24px;
        height: 24px;
        font-size: 0;
        border: 0;
        background-color: transparent;
        background-image: url(images/search.png);
        background-repeat: no-repeat;
        background-position: 50% 50%; }
  .header .header__categories {
    width: 154px;
    height: 32px;
    border-radius: 16px;
    background: #f8f8f8;
    border: 0;
    padding: 5px 36px 5px 18px;
    appearance: none;
    font: 600 12px/16px "Manrope", "Arial", "Helvetica Neue", "Helvetica", sans-serif; }
  .header .acc-holder {
    width: 270px;
    display: flex;
    align-items: center;
    justify-content: flex-end; }
    .header .acc-holder.desktop {
      display: none; }
      @media (min-width: 1024px) {
        .header .acc-holder.desktop {
          display: flex; } }
    .header .acc-holder.mobile {
      margin-bottom: 30px;
      width: auto;
      justify-content: center; }
      @media (min-width: 1024px) {
        .header .acc-holder.mobile {
          display: none; } }
  .header .wish-list-link {
    text-decoration: none;
    width: 36px;
    height: 36px;
    border: 1px solid #D5D5D5;
    border-radius: 50%;
    overflow: hidden;
    background: #fff;
    display: inline-block;
    padding-top: 10px;
    text-align: center;
    padding-right: 0.5px; }
  .header .account-link {
    text-decoration: none;
    display: flex;
    align-items: center;
    font-size: 14px;
    color: #36373F;
    margin: 0 0 0 20px; }
    .header .account-link .txt {
      margin-left: 10px; }
  .header .shop-link {
    text-decoration: none;
    display: flex;
    align-items: center;
    font-size: 14px;
    color: #36373F;
    margin: 0 0 0 20px; }
    .header .shop-link .txt {
      margin-left: 10px; }
    .header .shop-link .count {
      position: relative; }
      .header .shop-link .count .num {
        position: absolute;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
        top: -18px;
        right: -18px;
        color: #fff;
        width: 24px;
        height: 24px;
        font-weight: 600;
        font-size: 12px;
        background: #EB8426; }
  .header .menu-toggle {
    width: 63px;
    height: 77px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 0;
    font-size: 19px;
    background: none;
    color: #36373F;
    min-width: 0; }
    @media (min-width: 1024px) {
      .header .menu-toggle {
        display: none; } }
  .header .header-navigation {
    display: flex;
    flex-direction: column;
    align-items: center;
    font: 600 16px/24px "Manrope", "Arial", "Helvetica Neue", "Helvetica", sans-serif; }
    @media (min-width: 1024px) {
      .header .header-navigation {
        flex-direction: row; } }
    .header .header-navigation li {
      padding: 15px 23px; }
      @media (min-width: 1024px) {
        .header .header-navigation li {
          padding: 0 23px; } }
      @media (min-width: 1024px) {
        .header .header-navigation li:first-child {
          padding-left: 0; } }
      .header .header-navigation li.active a {
        color: #EB8426; }
      .header .header-navigation li.active a:after {
        right: 2px; }
    .header .header-navigation a {
      text-decoration: none;
      color: #36373F;
      position: relative; }
      .header .header-navigation a:after {
        position: absolute;
        bottom: -10px;
        left: 2px;
        right: 100%;
        height: 4px;
        background: #EB8426;
        content: "";
        border-radius: 2px;
        transition: right 0.3s;
        pointer-events: none; }
      .header .header-navigation a:hover {
        color: #EB8426; }
        .header .header-navigation a:hover:after {
          right: 2px; }
  .header .menu-wrapper {
    padding: 40px 0;
    display: none; }
    @media (min-width: 1024px) {
      .header .menu-wrapper {
        padding: 0;
        display: block; } }

@media (max-width: 1023px) {
  .nav-active .header .menu-wrapper {
    display: block; } }

.footer {
  margin-bottom: 20px;
  margin-top: 20px; }
  @media (min-width: 768px) {
    .footer {
      margin-bottom: 80px; } }
  .footer .footer-holder {
    background: #006AFF;
    padding: 40px 20px;
    border-radius: 20px;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
    @media (min-width: 768px) {
      .footer .footer-holder {
        padding: 62px 45px; } }
  .footer .text {
    width: 100%;
    color: #fff;
    font: 16px/24px manrope, arial, "helvetica neue", helvetica, sans-serif;
    margin-bottom: 30px; }
    @media (min-width: 1024px) {
      .footer .text {
        width: 50%;
        margin-bottom: 0; } }
    .footer .text img {
      margin-right: 10px; }
  .footer .over-menu {
    width: 100%;
    display: flex;
    flex-wrap: wrap; }
    @media (min-width: 1024px) {
      .footer .over-menu {
        width: 50%; } }
    @media (min-width: 1200px) {
      .footer .over-menu {
        width: 31%; } }
    .footer .over-menu .col {
      width: 55%; }
      .footer .over-menu .col:first-child {
        width: 45%; }
  .footer .footer-widget {
    color: #fff; }
    .footer .footer-widget h3 {
      font-weight: 700;
      margin: 0 0 20px; }
    .footer .footer-widget .menu {
      list-style-type: none;
      margin: 0;
      padding: 0; }
      .footer .footer-widget .menu li {
        margin: 0 0 10px; }
      .footer .footer-widget .menu a {
        font-size: 16px;
        line-height: 20px;
        font-weight: 600;
        color: #fff;
        text-decoration: none; }
        .footer .footer-widget .menu a:hover {
          color: #ccc; }

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

.container {
  width: 100%;
  max-width: 1334px;
  padding: 0 20px;
  margin: 0 auto; }
  .container:after {
    content: '';
    display: block;
    clear: both; }
  .container > p.alignfull,
  .container > h1.alignfull,
  .container > h2.alignfull,
  .container > h3.alignfull,
  .container > h4.alignfull,
  .container > h5.alignfull,
  .container > h6.alignfull {
    padding: 0 20px; }
  .container > p.alignwide,
  .container > h1.alignwide,
  .container > h2.alignwide,
  .container > h3.alignwide,
  .container > h4.alignwide,
  .container > h5.alignwide,
  .container > h6.alignwide {
    padding: 0 20px;
    width: calc(120% + 40px); }

.title-page {
  text-align: center;
  font: 600 32px/1 "Manrope", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  margin: 20px 0 80px; }

.alignfull {
  position: relative;
  width: 100vw;
  left: 50%;
  margin-left: -50vw; }

.alignwide {
  position: relative;
  width: 120%;
  max-width: 100vw;
  left: 50%;
  transform: translate3D(-50%, 0, 0); }

.wide {
  position: relative;
  width: 100vw;
  left: 50%;
  margin-left: -50vw; }

.woocommerce-cart .container .woocommerce {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  margin: 0 0 30px; }

.woocommerce-cart .container .woocommerce-cart-form {
  width: 100%; }
  @media (min-width: 768px) {
    .woocommerce-cart .container .woocommerce-cart-form {
      padding-right: 30px;
      width: 65%; } }
  @media (min-width: 1024px) {
    .woocommerce-cart .container .woocommerce-cart-form {
      width: 60%;
      padding-right: 54px; } }

.woocommerce-cart .container .cart-collaterals {
  width: 100%; }
  @media (min-width: 768px) {
    .woocommerce-cart .container .cart-collaterals {
      width: 35%; } }
  @media (min-width: 1024px) {
    .woocommerce-cart .container .cart-collaterals {
      padding-right: 126px;
      width: 40%; } }

.woocommerce-cart .container .cart_totals {
  float: none;
  width: 100%;
  background: #fff;
  border-radius: 20px;
  padding: 32px; }

.woocommerce-cart .container .shop_table.shop_table_responsive {
  border: 0; }
  .woocommerce-cart .container .shop_table.shop_table_responsive tr, .woocommerce-cart .container .shop_table.shop_table_responsive th, .woocommerce-cart .container .shop_table.shop_table_responsive td {
    border: 0; }
  .woocommerce-cart .container .shop_table.shop_table_responsive td {
    text-align: right; }

.woocommerce-cart .container .checkout-button {
  background: #006AFF !important;
  color: #fff;
  height: 40px !important;
  border-radius: 25px;
  font-size: 16px !important;
  font-weight: 600;
  padding: 11px !important; }

.woocommerce-cart .row.woocommerce-cart-form__cart-item.cart_item {
  position: relative;
  display: flex;
  margin-bottom: 20px; }
  .woocommerce-cart .row.woocommerce-cart-form__cart-item.cart_item .box {
    width: calc(100% - 120px);
    margin-left: 20px;
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
    padding: 29px 54px 29px 34px; }
    @media (min-width: 600px) {
      .woocommerce-cart .row.woocommerce-cart-form__cart-item.cart_item .box {
        width: calc(100% - 166px); } }
  .woocommerce-cart .row.woocommerce-cart-form__cart-item.cart_item a.remove {
    position: absolute;
    top: 10px;
    right: 10px;
    color: #000 !important;
    font-size: 12px; }
    @media (min-width: 600px) {
      .woocommerce-cart .row.woocommerce-cart-form__cart-item.cart_item a.remove {
        top: 29px;
        right: 34px; } }
    .woocommerce-cart .row.woocommerce-cart-form__cart-item.cart_item a.remove:hover {
      background: transparent !important;
      color: #a00 !important; }
  .woocommerce-cart .row.woocommerce-cart-form__cart-item.cart_item .product-name {
    font: 600 16px/20px "Manrope", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    margin-bottom: 30px; }
    .woocommerce-cart .row.woocommerce-cart-form__cart-item.cart_item .product-name a {
      text-decoration: none;
      color: #36373F; }
  .woocommerce-cart .row.woocommerce-cart-form__cart-item.cart_item .over {
    display: flex;
    align-items: center; }
    .woocommerce-cart .row.woocommerce-cart-form__cart-item.cart_item .over .woocommerce-Price-amount.amount {
      color: #006AFF;
      font: 500 20px/1 "Poppins", "Arial", "Helvetica Neue", "Helvetica", sans-serif; }
    .woocommerce-cart .row.woocommerce-cart-form__cart-item.cart_item .over .product-subtotal {
      margin-left: 20px; }
  .woocommerce-cart .row.woocommerce-cart-form__cart-item.cart_item .col.product-thumbnail {
    padding: 8px;
    background: #fff;
    width: 100px;
    height: 100px;
    border-radius: 20px;
    overflow: hidden; }
    @media (min-width: 600px) {
      .woocommerce-cart .row.woocommerce-cart-form__cart-item.cart_item .col.product-thumbnail {
        width: 146px;
        height: 146px; } }

.woocommerce-cart .cart_totals h2 {
  display: none; }

.btn {
  background: #006AFF;
  color: #fff;
  border-radius: 24px;
  padding: 11px 20px 13px;
  font-weight: 600;
  font-size: 16px;
  line-height: 1;
  text-decoration: none;
  min-width: 124px;
  text-align: center; }
  .btn:hover {
    background: #2055a0; }

@media print {
  body {
    background: #fff;
    color: #36373F;
    overflow: visible; }
  * {
    color: #36373F !important;
    background: none !important; }
  .search-form,
  .navigation,
  .navigation-single,
  #header,
  #footer {
    display: none !important; } }

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

.banner-section {
  padding: 32px 0 57px;
  background: #060B14;
  color: #fff;
  position: relative; }
  .banner-section:after {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -80px;
    width: 460px;
    height: 460px;
    background: rgba(255, 122, 26, 0.07);
    content: "";
    border-radius: 50%;
    overflow: hidden; }
  .banner-section .container {
    max-width: 1440px;
    padding: 0 20px; }
    @media (min-width: 1024px) {
      .banner-section .container {
        padding: 0 45px; } }
  .banner-section .row {
    display: flex;
    flex-wrap: wrap;
    align-items: center; }
    .banner-section .row .col {
      width: 100%; }
      .banner-section .row .col.image-holder {
        text-align: center; }
        @media (min-width: 1024px) {
          .banner-section .row .col.image-holder {
            width: 55%; } }
        @media (min-width: 1200px) {
          .banner-section .row .col.image-holder {
            width: 52%; } }
        .banner-section .row .col.image-holder > img {
          width: 100%;
          max-width: 564px; }
          @media (min-width: 1024px) {
            .banner-section .row .col.image-holder > img {
              max-width: none; } }
        .banner-section .row .col.image-holder .over-img {
          position: relative;
          display: inline-block;
          max-width: 564px;
          margin-left: -30px; }
          @media (min-width: 768px) {
            .banner-section .row .col.image-holder .over-img {
              margin-left: 0; } }
          @media (min-width: 1024px) {
            .banner-section .row .col.image-holder .over-img {
              margin-left: -50px;
              max-width: none; } }
      .banner-section .row .col.text-holder {
        margin-bottom: 30px; }
        @media (min-width: 1024px) {
          .banner-section .row .col.text-holder {
            margin-bottom: 0;
            width: 45%;
            padding: 0 15px; } }
        @media (min-width: 1200px) {
          .banner-section .row .col.text-holder {
            width: 48%;
            padding: 0 35px; } }
  .banner-section .sub-title {
    text-transform: uppercase;
    color: #C9F559;
    display: block;
    margin: 0 0 24px;
    font: 400 11px/1 'Inter','Arial', 'Helvetica Neue', 'Helvetica', sans-serif; }
    @media (min-width: 768px) {
      .banner-section .sub-title {
        font-size: 12px; } }
    @media (min-width: 1440px) {
      .banner-section .sub-title {
        font-size: 14px; } }
  .banner-section .section-title h1 {
    margin: 0 0 24px;
    color: #F5F7FA;
    font: 700 30px/1 'Manrope','Arial', 'Helvetica Neue', 'Helvetica', sans-serif; }
    @media (min-width: 768px) {
      .banner-section .section-title h1 {
        font-size: 40px; } }
    @media (min-width: 1024px) {
      .banner-section .section-title h1 {
        font-size: 50px; } }
    @media (min-width: 1200px) {
      .banner-section .section-title h1 {
        letter-spacing: -4px;
        font-size: 60px; } }
    @media (min-width: 1440px) {
      .banner-section .section-title h1 {
        font-size: 80px; } }
    .banner-section .section-title h1 em {
      font-style: normal;
      color: #C9F559; }
  .banner-section .text {
    font: 600 14px/1.5 'Manrope','Arial', 'Helvetica Neue', 'Helvetica', sans-serif;
    padding: 0 50px 24px 0;
    position: relative;
    letter-spacing: -1%; }
    @media (min-width: 768px) {
      .banner-section .text {
        font-size: 16px; } }
    @media (min-width: 1024px) {
      .banner-section .text {
        font-size: 18px; } }
    @media (min-width: 1440px) {
      .banner-section .text {
        font-size: 20px; } }
    .banner-section .text:before {
      position: absolute;
      bottom: 0;
      height: 1px;
      width: 45%;
      left: 0;
      background: #c9f559;
      content: "";
      z-index: 1; }
      @media (min-width: 1024px) {
        .banner-section .text:before {
          left: 20px;
          width: 215px; } }
    .banner-section .text:after {
      position: absolute;
      bottom: 0;
      left: 50%;
      width: 45%;
      height: 1px;
      background: #6c8cff;
      z-index: 1;
      content: ""; }
      @media (min-width: 1024px) {
        .banner-section .text:after {
          width: 200px;
          left: 290px; } }
  .banner-section .image-holder {
    position: relative; }
    .banner-section .image-holder .over-txt {
      text-align: center;
      position: absolute;
      top: 15%;
      left: 15%;
      right: 15%;
      bottom: 11%; }
      @media (min-width: 560px) {
        .banner-section .image-holder .over-txt {
          left: 20%;
          right: 20%; } }
      @media (min-width: 768px) {
        .banner-section .image-holder .over-txt {
          width: 377px;
          top: 80px;
          left: 51.5%;
          transform: translateX(-50%);
          bottom: 58px; } }
      @media (min-width: 1024px) {
        .banner-section .image-holder .over-txt {
          width: auto;
          top: 108px;
          left: 96px;
          right: 105px;
          bottom: 77px;
          transform: translateX(0); } }
    .banner-section .image-holder .center-text {
      position: absolute;
      text-decoration: none;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      display: flex;
      align-items: center;
      justify-content: center;
      letter-spacing: -1px;
      font: 600 20px/1.5 'Manrope','Arial', 'Helvetica Neue', 'Helvetica', sans-serif;
      color: #f5f7fa;
      width: 13.31%;
      height: 14%;
      font-size: 3.1vw; }
      @media (min-width: 560px) {
        .banner-section .image-holder .center-text {
          font-size: 2.8vw; } }
      @media (min-width: 768px) {
        .banner-section .image-holder .center-text {
          font-size: 14px; } }
      @media (min-width: 1024px) {
        .banner-section .image-holder .center-text {
          font-size: 1.3vw; } }
      @media (min-width: 1440px) {
        .banner-section .image-holder .center-text {
          font-size: 20px; } }
    .banner-section .image-holder .sector-title {
      letter-spacing: -1px;
      margin: 0;
      font: 600 20px/1.5 'Manrope','Arial', 'Helvetica Neue', 'Helvetica', sans-serif;
      color: #f5f7fa;
      font-size: 2.8vw; }
      @media (min-width: 560px) {
        .banner-section .image-holder .sector-title {
          font-size: 2.5vw; } }
      @media (min-width: 768px) {
        .banner-section .image-holder .sector-title {
          font-size: 14px; } }
      @media (min-width: 1024px) {
        .banner-section .image-holder .sector-title {
          font-size: 1.3vw; } }
      @media (min-width: 1440px) {
        .banner-section .image-holder .sector-title {
          font-size: 20px; } }
    .banner-section .image-holder .sector-text {
      margin: 0;
      color: #b8c0cc;
      font: 400 14px/1 'Inter','Arial', 'Helvetica Neue', 'Helvetica', sans-serif;
      font-size: 1.8vw; }
      @media (min-width: 560px) {
        .banner-section .image-holder .sector-text {
          font-size: 1.5vw; } }
      @media (min-width: 768px) {
        .banner-section .image-holder .sector-text {
          font-size: 11px; } }
      @media (min-width: 1024px) {
        .banner-section .image-holder .sector-text {
          font-size: 12px; } }
      @media (min-width: 1440px) {
        .banner-section .image-holder .sector-text {
          font-size: 14px; } }
    .banner-section .image-holder .image_sectors > li {
      position: absolute; }
      .banner-section .image-holder .image_sectors > li:nth-child(1) {
        width: 28%;
        top: 50%;
        transform: translateY(-50%); }
        @media (min-width: 768px) {
          .banner-section .image-holder .image_sectors > li:nth-child(1) {
            left: 10px; } }
        @media (min-width: 1024px) {
          .banner-section .image-holder .image_sectors > li:nth-child(1) {
            top: 48%;
            width: 30%;
            left: -5%; } }
        @media (min-width: 1300px) {
          .banner-section .image-holder .image_sectors > li:nth-child(1) {
            top: 48%;
            left: 1.33%; } }
      .banner-section .image-holder .image_sectors > li:nth-child(2) {
        width: 28%;
        top: 10.5%;
        left: 18.8%; }
        @media (min-width: 1024px) {
          .banner-section .image-holder .image_sectors > li:nth-child(2) {
            top: 4.5%;
            left: 14%; } }
        @media (min-width: 1300px) {
          .banner-section .image-holder .image_sectors > li:nth-child(2) {
            top: 10.5%;
            left: 18.8%; } }
      .banner-section .image-holder .image_sectors > li:nth-child(3) {
        width: 30%;
        top: 12.5%;
        right: 18.8%; }
        @media (min-width: 1024px) {
          .banner-section .image-holder .image_sectors > li:nth-child(3) {
            top: 4.5%;
            right: 18%; } }
        @media (min-width: 1300px) {
          .banner-section .image-holder .image_sectors > li:nth-child(3) {
            top: 12.5%;
            right: 18.8%; } }
      .banner-section .image-holder .image_sectors > li:nth-child(4) {
        width: 30%;
        top: 50%;
        transform: translateY(-50%);
        right: 1.33%; }
        @media (min-width: 1024px) {
          .banner-section .image-holder .image_sectors > li:nth-child(4) {
            -right: 4%;
            width: 32%; } }
        @media (min-width: 1300px) {
          .banner-section .image-holder .image_sectors > li:nth-child(4) {
            right: 1.33%;
            width: 30%; } }
      .banner-section .image-holder .image_sectors > li:nth-child(5) {
        width: 28%;
        bottom: 15%;
        right: 19.5%; }
        @media (min-width: 1024px) {
          .banner-section .image-holder .image_sectors > li:nth-child(5) {
            bottom: 10%;
            right: 16.5%; } }
        @media (min-width: 1300px) {
          .banner-section .image-holder .image_sectors > li:nth-child(5) {
            bottom: 15%;
            right: 19.5%; } }
      .banner-section .image-holder .image_sectors > li:nth-child(6) {
        width: 28%;
        bottom: 13%;
        left: 19.5%; }
        @media (min-width: 1024px) {
          .banner-section .image-holder .image_sectors > li:nth-child(6) {
            bottom: 10%;
            left: 14.5%; } }
        @media (min-width: 1300px) {
          .banner-section .image-holder .image_sectors > li:nth-child(6) {
            bottom: 13%;
            left: 19.5%; } }

.banner-section .image_sectors, 
.banner-section .icons {
  margin: 0;
  padding: 0;
  list-style: none;
}
.wide {
  position: relative;
  width: 100vw;
  left: 50%;
  margin-left: -50vw;
}

/*# sourceMappingURL=style.css.map */