/** Notion - Built by mogul.co.nz **/

/* -------------------------------------
  Normalize
  ----------------------------------- */

  article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
  audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
  audio:not([controls]) { display: none; }[hidden] { display: none; }
  html {font-size: 100%;-webkit-text-size-adjust: 100%;-ms-text-size-adjust: 100%;-webkit-font-smoothing: antialiased;background: #1b222d;}
  html, button, input, select, textarea {font-family: sans-serif;color: #000;}
  body { margin: 0; font-size: 1em; line-height: 1.4; }
  ::-moz-selection { background: #2fbdff; color: #fff; text-shadow: none; }
  ::selection { background: #2fbdff; color: #fff; text-shadow: none; }
  a {color: #000000;text-decoration: underline;}
  a:visited {color: #000000;}
  .no-touch a:hover {}
  a:focus { outline: none; }
  b, strong { font-weight: bold; }
  dfn { font-style: italic; }
  ins {color: #000;text-decoration: none;}
  mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }
  pre, code, kbd, samp {font-family: monospace, serif;_font-family: 'courier new', monospace;font-size: 1em;}
  pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }
  small {font-size: 75%;}
  sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
  sup { top: -0.5em; }
  sub { bottom: -0.25em; }
  ul, ol {margin: 1em 0;padding: 0 0 0 20px;line-height: 1.68em;font-family: "aktiv-grotesk", sans-serif;font-weight: 300;font-size: 1.04em;}
  dd { margin: 0 0 0 40px; }
  nav ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0; }
  img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; max-width: 100%;height:auto;}
  svg:not(:root) {overflow: hidden;padding: 0px;margin: 0;}
  figure { margin: 0; }
  form { margin: 0; }
  fieldset { border: 0; margin: 0; padding: 0; }
  label { cursor: pointer; }
  legend { border: 0; *margin-left: -7px; padding: 0; white-space: normal; }
  button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }
  button, input { line-height: normal; }
  button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; *overflow: visible; }
  button[disabled], input[disabled] {cursor: default;opacity: 0.3;}
  input[type="checkbox"], input[type="radio"] { box-sizing: border-box; padding: 0; *width: 13px; *height: 13px; }
  input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
  input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button { -webkit-appearance: none; }
  button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }
  textarea { overflow: auto; vertical-align: top; resize: vertical; }
  input:valid, textarea:valid {  }
  input:invalid, textarea:invalid {/* background-color: #f0dddd; */}
  table { border-collapse: collapse; border-spacing: 0; }
  td { vertical-align: top; }


/* Flex layout Helpers
  ----------------------------- */
  .flex{display: -webkit-box;display: -ms-flexbox;display: flex;-ms-flex-wrap: wrap;flex-wrap: wrap;box-sizing: border-box;}
  .flex-nowrap{-ms-flex-wrap:nowrap;flex-wrap:nowrap;}
  .flex-col{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-align-items: stretch;-ms-flex-align: stretch;align-items: stretch;-ms-flex-wrap: nowrap;flex-wrap: nowrap;}
  .flex-row-reverse{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse;}
  .flex-grow{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;}
  .flex-grow-none{-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;}
  .flex-shrink{-ms-flex-negative:1;flex-shrink:1;}
  .flex-shrink-none{-ms-flex-negative:0;flex-shrink:0;}
  .flex-space-between{-webkit-box-pack: justify;-ms-flex-pack: justify;justify-content: space-between;}
  .flex-align-right{-webkit-box-align: end;-ms-flex-align: end;-ms-grid-row-align: flex-end;align-items: flex-end;}
  .flex-align-start{-webkit-box-align: end;-ms-flex-align: end;-ms-grid-row-align: flex-end;align-items: flex-end;}
  .flex-align-center{-webkit-box-align: center;-ms-flex-align: center;-ms-grid-row-align: center;align-items: center;}
  .flex-justify-center{-webkit-box-pack: center;-ms-flex-pack: center;justify-content: center;}

/* Helpers
  ----------------------------- */
  .hidden { display: none !important; visibility: hidden; }

/* Wrap
  --------------------------- */
  .wrap{position: relative;z-index: 2;-webkit-transition: all 0.3s ease;-moz-transition: all 0.3s ease;-o-transition: all 0.3s ease;transition: all 0.3s ease;background: white;overflow-x: hidden;}
  .nav-open .wrap{}

/* Inner
  --------------------------- */
  .inner{max-width: 1700px;padding: 0 7%;margin:0 auto;position: relative;}
  .inner-900{max-width:900px;}
  .inner-700{max-width:700px;}
  .inner.wide{max-width: 100%;padding: 0 60px;}
  .inner.medium{max-width: 1400px;}
  .inner.thin{max-width: 800px;}

  .single-post .content.blog .inner{max-width: 1200px;padding: 30px 7% 60px;}
  .error404 .intro-plain .inner .intro-copy{text-align:center;}
  .error404 .inner.thin{padding: 0 7% 40px;text-align: center;max-width: 1160px;}

/* Grid
  ------------------------ */
  *, *:after, *:before {-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}

  .col-1-1 {width: 100%;}
  .col-1-2 {width: 50%;}
  .col-1-3 {width: 33.33%;}
  .col-2-3 {width: 66.66%;}
  .col-1-4 {width: 25%;}
  .col-2-4 {width: 50%;}
  .col-3-4 {width:75%;}

  .grid.column-2{display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-pack: justify;-ms-flex-pack: justify;justify-content: space-between;-webkit-box-align: center;-ms-flex-align: center;align-items: center;-ms-flex-wrap: wrap;flex-wrap: wrap;}
  .grid.column-2 .col{width: 46%;margin-bottom: 20px;}
  .grid.column-2.tight .col{width: 49%;}
  .grid.column-2.no-gutter .col{width: 50%;}

  .grid.column-3{display: -webkit-box;display: -ms-flexbox;display: flex;-ms-flex-wrap: wrap;flex-wrap: wrap;}
  .grid.column-3 .col{width: 29.33%;margin-bottom: 30px;}
  .grid.column-3.tight .col{width: 32.33%;margin-right: 1%;}
  .grid.column-3.no-gutter .col{width: 33.33%;}

  .grid.column-4{display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-pack: justify;-ms-flex-pack: justify;justify-content: space-between;-ms-flex-wrap: wrap;flex-wrap: wrap;}
  .grid.column-4 .col{width: 23%;margin-bottom: 30px;}
  .grid.column-4.tight .col{width: 24%;}
  .grid.column-4.no-gutter .col{width: 25%;}

  .grid.column-4.articles{-webkit-box-pack: start;-ms-flex-pack: start;justify-content: flex-start;padding-top: 29px;margin:0 -2%;}
  .grid.column-4.articles .col{width: 21%;margin: 0 2% 50px;}
  .grid.column-4.articles .col .tile-copy{padding: 24px 0 0;}

  
  
  @media screen and (max-width:1300px){
    .grid.column-4.articles .col{width:29%;}
  }
  @media screen and (max-width:1200px){
    .grid.column-2 .col, .grid.column-3 .col, .grid.column-4 .col, .grid.column-4 .col:last-child{width: 46%;}
    .grid.column-2.tight .col,.grid.column-3.tight .col,.grid.column-4.tight .col{width: 49%;}
    .grid.column-2.no-gutter .col,.grid.column-3.no-gutter .col,.grid.column-4.no-gutter .col{width: 50%;}
    .grid.column-3.tight .col.tile:last-child,.grid.column-3.no-gutter .col.tile:last-child{width: 49%;}
  }
  @media screen and (max-width:1024px){
    .grid.column-4.articles .col{width: 46%;}
  }
  @media screen and (max-width:600px){
    .grid.column-2{-webkit-box-orient: vertical;-webkit-box-direction: normal;-ms-flex-direction: column;flex-direction: column;}
    .grid.column-2 .col, .grid.column-2.no-gutter .col,.grid.column-2.tight .col{width:100%;margin-bottom: 20px;}
    .grid.column-2.no-gutter .col:last-child{margin: 0px;}
    .grid.column-3,.grid.column-4{-webkit-box-orient: vertical;-webkit-box-direction: normal;-ms-flex-direction: column;flex-direction: column;}
    .grid.column-4 .col, .grid.column-4.tight .col, .grid.column-4.no-gutter .col{width:100%;}
    .grid.column-3 .col, .grid.column-3.no-gutter .col, .grid.column-3.tight .col,.grid.column-3 .col.tile:last-child, .grid.column-3.tight .col.tile:last-child, .grid.column-3.no-gutter .col.tile:last-child{width: 100%;margin-bottom: 20px;}
    .grid.column-3 .col:last-child,.grid.column-3.no-gutter .col:last-child{margin-bottom:0px;}
    .grid.column-4.articles .col{width: 100%;margin: 0 0 30px;}
  }


/* Typography
  ------------------------ */
  body{font-size:1em;font-family: "aktiv-grotesk", sans-serif;line-height: 1.375em;overflow-x: hidden;width: 100%;}
  h1, h2, h3, h4, h5, h6{margin-bottom: 0.4em;font-family: 'Playfair Display', serif;}
  h1:first-child, h2:first-child, h3:first-child, h4:first-child, h5:first-child, h6:first-child{margin-top:0px;}

  h1{font-size: 3em; line-height: 1.05em;}
  h2{font-size: 2.2em;line-height: 1.25em;margin-top: 0px;}
  h3{font-size: 1.75em;line-height: 1.25em;}
  h4{font-size: 21px;line-height: 1.68em;font-family: "aktiv-grotesk", sans-serif;font-weight: 300;}
  h5{font-size: 1em;line-height: 1.22em;}
  p,li{color: #353535;line-height: 1.8em;margin-bottom: 0.4em;font-size: 17px;font-weight: 300;}
  .dark h1, .dark h2, .dark h3, .dark h4, .dark h5, .dark h6, .dark p, .dark li, .dark span{color: #fff;}

  blockquote{font-size: 1.5em;line-height: 1.45833333em;border-left: 4px solid #E6E6E6;padding-left: 40px;margin-left: 0px;}
  .dark blockquote{border-left: 4px solid rgba(255, 255, 255, 0.2);}

  @media screen and (max-width: 1024px){
    h1{font-size: 3em;line-height: 1.125em;}
    h2{font-size: 2.2em;line-height: 1.25em;}
    h3{font-size: 1.5em;line-height: 1.25em;}
    h4{font-size: 1.125em;line-height: 1.5em;}
  }
  @media screen and (max-width: 849px){
    body{line-height: 1.25em;}
    h1{font-size: 3em;}
    h2{font-size: 2em;line-height:1.15em;}
    h3{font-size: 1.375em; line-height: 1.13em;}
    h4{font-size: 1.125em;line-height: 1.5em;}
    h5{line-height: 1.11em;}
    p,li{/* font-size: 18px; */}
    blockquote{font-size: 1.25em; line-height: 1.25em;}
  }
  @media screen and (max-width: 600px){
    body{line-height: 1.25em;}
    h1{font-size:2em;line-height:1.25em;}
    h2{font-size: 1.8em;line-height:1.15em;}
    h3{font-size: 1.375em; line-height: 1.13em;}
    p,li{font-size: 14px;}
  }

/* Buttons - button groups
  --------------------------- */
  a.button{padding: 19px 30px;background-color: #000;color: white;font-size: 15px;display: inline-block;line-height: 1em;position: relative;text-decoration: none;font-family: 'Playfair Display', serif;font-weight: 700;}
  a.button br{display:none;}
  .no-touch a.button:hover{opacity:0.8;}
  a.button.white{background: white;color: black;}
  a.button.small{padding: 6px 12px;font-size: 14px;background: transparent;color: black;text-decoration: underline;}
  a.button.round{border-radius: 100px;}
  a.button.rounded{border-radius: 4px;}
  a.button.bg-white{background:white; color:black;}
  a.button.bg-blue{background: #007FEF;color:white;}
  a.button.bg-green{background: #00ca6e;color:white;}
  a.button.ghost{background:transparent;border: 2px solid;}
  .button-group{margin:2em 0;}
  .button-group a{margin: 0 10px 5px 0px;}
  .button-group:last-child{margin-bottom:0;}

  @media screen and (max-width:500px){
    a.button{font-size: 14px;padding: 15px 24px;}
  }

/* Icons
  --------------------------- */
  i[class*="icon"]{font-family: 'framework';cursor:pointer;}
  [class^="icon-"]:before, [class*=" icon-"]:before{display:block; line-height: inherit !important;}
  i.icon-play{position: absolute;color: white;left: 0;right: 0;margin: auto;top: 0;bottom: 0;font-size: 5.625em;width: 97px;height: 90px;line-height: 90px;cursor: pointer;}

/* Backgrounds
  --------------------------- */
  .bg-white{background:white;}
  .bg-black{background:black;}
  .bg-grey{background: #F5F5F5;}
  .bg-blue{background: rgba(0, 197, 225, 1);}
  .background-image{background-size: cover;background-position: center;position: relative;}
  .background-image:before{content:' ';display:block;position: absolute;background-color: rgba(0,0,0,0.3);width: 100%;height: 100%;left: 0;top: 0;}
  .background-image.no-overlay:before{display:none;}


/* Intro
  --------------------------- */
  .intro{}
  .intro-home{}
  .intro-home .inner{padding: 180px 7%;}
  .intro-default,.intro-plain{margin: 0 40px;text-align: center;}
  .intro-plain .inner{padding-top: 20px;}
  .intro-default .inner{padding: 250px 0px;max-width: 100%;}
  .intro-copy{}

  .intro-default .intro-copy,.intro-plain .intro-copy{margin:0 auto;}
  .intro-plain .intro-copy{}
  .intro-default .intro-copy h1{margin:0;}
  .intro-copy h1, .intro-copy h2, .intro-copy h3{margin-top:0px;margin-bottom: 0.6em;}

  .pastel-bg:before {display: none;}
  .pastel-bg .intro-copy h1 {color: black;}
  .pastel-bg.yellow {background-color: #fbf3af;}
  .pastel-bg.red {background-color: #ffe9cf;}
  .pastel-bg.pink {background: #ffdde3;}

  .read-more-button,.read-less-button{font-size: 16px;font-weight: 300;border: 0;background: transparent;text-decoration: underline;outline:none;padding: 0;margin: 10px 0px 20px;}
  .read-more-content{display: none;}
  .read-more-content.show{display: block;}
  .read-more-button{}
  .read-less-button{}
  .read-more-button.hide{display:none;}
  .read-less-button.hide{display: none;}


  @media screen and (min-width:1025px){
    .intro-default{background-attachment:fixed;}
    .intro-copy h1, .intro-copy h2, .intro-copy h3{font-size:4em;}
  }
  @media screen and (max-width:1024px){
    .intro-default .inner{padding: 180px 0px;}
  }
  @media screen and (max-width:800px){
    .intro-home .inner{padding: 120px 7%;}
    .intro-default{margin: 25px 20px 0;}
    .intro-plain{margin: 25px 40px 0;}
    .intro-default .inner{padding: 140px 0;}
    .intro-plain .inner{padding:0px;}
    .intro-plain .intro-copy{max-width:100%;text-align:left;}
  }
  @media screen and (max-width:520px){
    .intro-default{margin-top: 25px;margin: 25px 20px 0;background-size: auto 100%;}
    .intro-plain{margin: 25px 20px 0;}
  }
  @media screen and (max-width:400px){
    .intro-home .inner{padding: 60px 7%;}
    .intro-default .inner{}
  }

  /* home slider */
    .home-slider{}

    .home-slider .slick-prev,.home-slider .slick-next{position: absolute;z-index: 2;display: block !important;width: 45px;height: 45px;text-align: center;bottom: 13px;top: inherit;}
    .home-slider .slick-prev:before,.home-slider .slick-next:before{opacity: 1;content: ' ';display: block;width: 9px;height: 17px;background-image: url(../img/chevron-right.svg);background-size: 100%;background-repeat: no-repeat;margin: 10px 18px;}
    .home-slider .slick-prev:before{background-image: url(../img/chevron-left.svg);margin: 10px 16px;}
    .home-slider .slick-next:before{background: url(../img/chevron-right.svg);}
    .home-slider .slick-prev{right: 114px;left: inherit;}
    .home-slider .slick-next{right: 21px;}
    .home-slider .slick-dots{width: 182px;background: white;bottom: 0px;right: 0px;height: 75px;text-align: center;z-index: 1;}
    .home-slider .slick-dots li{display: none;margin: 0;text-align: center;line-height: 75px;font-family: 'Playfair Display', serif;color: black;font-size: 18px;}
    .home-slider .slick-dots li.slick-active{display: block;}
    .home-slider .slick-dots button{height: auto;width: auto;font-family: 'Playfair Display', serif;}
    .home-slider .slick-dots li.slick-active button{margin: 0;display: inline-block;}
    .home-slider .intro-copy{height: calc(100vh - 147px);min-height: 680px;display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-orient: vertical;-webkit-box-direction: normal;-ms-flex-direction: column;flex-direction: column;-webkit-box-pack: center;-ms-flex-pack: center;justify-content: center;}
    .home-slider .button-group{margin:0;}
    .home-slider .intro-copy img{display:none;}

  @media screen and (max-width:1024px){
    .home-slider .intro-copy{height: 600px;min-height: 0;}
  }
  @media screen and (max-width:768px){
    .home-slider .slick-slide{background:none !important;}
    .home-slider .slick-slide:before{display:none;}
    .home-slider .intro-copy{height: auto;}
    .home-slider .intro-copy img{display:block;margin: 0 -8% 30px;max-width: calc(115% + 20px);width: calc(115% + 20px);transform: translateX(-1px);}
    .home-slider .intro-copy h1, .home-slider .intro-copy h2, .home-slider .intro-copy h3{color:black;}
    .home-slider .button-group a{background:black;color:white;}
    .home-slider .slick-dots{background: transparent;height: 50px;width: 72px;}
    .home-slider .slick-dots li{line-height: 48px;}
    .home-slider .slick-prev, .home-slider .slick-next{bottom: 2px;display: none !important;}
  }
  @media screen and (max-width:500px){
    .home-slider .intro-copy h1, .home-slider .intro-copy h2, .home-slider .intro-copy h3{font-size: 2.2em;}
  }

/* video background sections
  --------------------------- */
  .bg-vid-parent{height: 100vh;position: relative;z-index: 1;overflow: hidden;width: 100%;overflow-x: hidden;}
  .bg-video {display: block;position: absolute;width: 100%;z-index: -1;top: 0;left: 0;pointer-events: none;}
  .bg-video[style*="display"]{opacity:1;}
  .bg-vid-parent .inner{height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;}
  .bg-vid-parent .inner > .intro-copy{}

  @media screen and (max-width:1099px){
    .bg-vid-parent.background-image{background-attachment:fixed !Important;}
    .touchevents .bg-vid-parent.background-image{background-attachment:scroll !Important;}
    .bg-video{display:none;}
  }

/* Tables
  --------------------------- */
  table{border-collapse:collapse;border-spacing:0;empty-cells:show;border:1px solid #cbcbcb;width: 100%;font-family: inherit;}
  table td,table th{border-left:1px solid #cbcbcb;border-width:0 0 0 1px;font-size:inherit;margin:0;overflow:visible;padding:0.5em 1em}
  table th{border-bottom:1px solid #cbcbcb;font-weight: 700;}
  table td:first-child,table th:first-child{border-left-width:0}
  table thead{background:#e0e0e0;color:#000;text-align:left;vertical-align:bottom}
  table tr:nth-child(2n-1) td{/* background-color:#f8f8f8 */}
  table td{border-bottom:1px solid #cbcbcb}

/* Dividers
  --------------------------- */
  hr {display: block;height: 1px;border: 0;border-top: 1px solid #E4E4E4;margin: 1em 0;padding: 0;}
  hr.divider{margin: 3em 0;}
  .dark hr{border-top: 1px solid rgba(255,255,255,0.2);}

/* Section header
  --------------------------- */
  .section-header{padding-bottom:1px;}
  .section-head{margin-bottom: 50px;position:relative;}
  .section-head *:first-child{margin-top:0px; }
  .section-head.center{margin-left:auto;margin-right:auto;max-width: 930px;text-align: center;}
  .section-head h2,.section-head h3,.section-head h4,.section-head h5{margin-top: 10px;margin-bottom: 5px;}
  .section-head.dark h2,.section-head.dark h3,.section-head.dark h4,.section-head.dark h5{color: white;}
  .section-head.center .button-group{position:relative;margin: 2em 0 0;}

  .single-product .tiles-slider .section-head{text-align:center;}



  @media screen and (min-width:650px){
    .section-head .button-group{}
    .tiles .section-head p:first-child{font-size: 21px;font-weight: 300;line-height: 1.8em;}
  }
  @media screen and (max-width:650px){
    .section-head{margin-bottom:30px}
    .section-head h3,.section-head h4,.section-head h5{display:block;margin-bottom:20px;}
    .tiles .section-head p:first-child{font-size: 16px;font-weight: 300;line-height: 1.8em;}
  }


/* Single Column
  --------------------------- */
  .single-column{padding: 60px 7% 30px;}
  .alternating + .single-column{padding: 1px 7% 30px;}
  .woocommerce-cart .single-column,
  .woocommerce-checkout  .single-column{padding-bottom:60px;}
  .woocommerce-cart .single-column > .inner.thin{max-width: 100%;}
  .product-details + .single-column{text-align:center;padding-bottom: 20px;}
  .intro + .single-column .inner p:empty{display:none;}

  .single-column > .inner{padding: 0;}
  .single-column > .inner p:first-child{margin-top:0px;}

  .single-column > .inner img{margin: 30px -17% 30px;width: 134%;max-width: 134%;}
  .single-column > .inner .read-more-content img{margin: 30px 0px;width: 100%;max-width: 100%;}

  .intro + .single-column{}
  .intro + .single-column .inner{max-width: 930px;}

  @media screen and (max-width:1110px){
    .single-column > .inner img{margin: 0 -5% 30px;width: 110%;max-width: 110%;}
  }
  @media screen and (min-width:601px){
    .intro + .single-column .inner p:first-child{font-size:20px;}
  }
  @media screen and (max-width:600px){
    .single-column{padding: 30px 7% 20px;}
    .single-column > .inner{}
  }


/* Tabs
  --------------------------- */
  ul.tabs{margin: 0px;padding: 0px;list-style: none;background: white; text-align: center;}
  ul.tabs li{color: #505050;display: inline-block;padding: 8px 16px;cursor: pointer;border-radius: 2px 2px 0px 0px;font-size: 15px;-webkit-user-select: none;-moz-user-select: none;-ms-user-select: none;user-select: none;}
  .no-touch ul.tabs li:hover{filter: alpha(opacity=70); opacity: 0.7;}
  ul.tabs li.current{border-bottom: 2px solid #15CD52;}
  .no-touch ul.tabs li.current:hover{filter: alpha(opacity=100); opacity: 1;}
  .tab-content{display: none;}
  .tab-content.current{display: inherit;}


/* Accordions
  -------------------------- */
  .accordions{}
  .accordions > .inner{
    padding: 60px 7%;
}
  .accordions .section-head{
    margin-bottom: 20px;
}
  .accordion-head {cursor: pointer;padding: 12px 62px 12px 20px;margin: 0px 0px -2px 0px;border: 2px solid #eee;      position: relative;font-size: 16px;}
  .accordion-head:hover{background: white;}
  .accordion-head:before{content: 'd';font-family: 'framework';position: absolute;right: 17px;font-size: 12px;top: 15px;}
  .accordion-head.open:before{content: 'e';}
  .accordion-body {display: none;background: rgb(255, 255, 255);padding: 5px 20px;border: 2px solid #eee;margin-bottom: 10px;}
  .accordion-body.default {display: block;}


/* Breadcrumbs
  --------------------------- */
  .breadcrumbs{margin: 0 0 10px;list-style: none;padding: 0px;}
  .breadcrumbs li{display: inline-block;margin-right: 16px;position: relative;font-size: 13px;color: rgba(255, 255, 255, 0.7);font-=we:;font-weight: 500;}
  .breadcrumbs.light li{ color: #757575;}
  .breadcrumbs li:before{display:block; content: '>';position: absolute;right: -11px;font-size: 9px;}
  .breadcrumbs li:last-child:before{display:none;}
  .breadcrumbs li a{color: black;text-decoration: none;}
  .breadcrumbs.light li a{color: #EE4136;}

  body .breadcrumbs{text-align: left;position: absolute;-webkit-transform: rotate(90deg) translateX(100%);transform: rotate(90deg) translateX(100%);-webkit-transform-origin: top right;transform-origin: top right;right: -36px;top: 1px;}
  body .breadcrumbs li{color: #7d7d7d;}
  body .breadcrumbs li a{}
  body .breadcrumbs li a:hover{text-decoration:underline;}

  @media screen and (max-width:800px){
    body .breadcrumbs{text-align: left;position: absolute;-webkit-transform: rotate(0deg) translateX(0%);transform: rotate(0deg) translateX(0%);-webkit-transform-origin: top right;transform-origin: top right;    top: -34px;left: 0;}
    body .breadcrumbs li{font-size: 11px;}
  }


/* WP - image styles
  --------------------------- */
  img.alignright { float: right; margin: 0 0 1em 1em;max-width: 36%;}
  img.alignleft {float: left;margin: 0 30px 20px 0;max-width: 27%;}
  img.aligncenter { display: block; margin-left: auto; margin-right: auto; }
  .alignright { float: right; }
  .alignleft {float: left;}
  .aligncenter { display: block; margin-left: auto; margin-right: auto; }
  .wp-caption .wp-caption-text{font-size: 12px;}
  .alignleft.wp-caption{margin: 10px 20px 10px 0px;max-width: 100%;max-width: 50%;}
  .alignright.wp-caption{margin: 10px 0px 20px 20px;}
  .wp-caption img{margin-bottom: 10px;}



/* Tiles
  --------------------------- */
  .tiles{}
  .tiles .inner{padding: 60px 7% 30px;}
  .grid .tile{}
  .grid .tile img{width:100%;transition: 0.2s ease all;transform: scale(1);}
  .grid .tile .fav:first-child{display:block;}
  .grid .tile a:first-child:hover img{transform:scale(0.98);}
  .grid .tile.shadow{overflow: hidden;border-radius: 2px;background-color: white;}
  .grid .tile-copy{padding: 25px;background:white;}
  .grid .tile-copy.center{text-align:center;}
  .grid .tile-copy.transparent{background: transparent;}
  .grid .tile-copy *:first-child{margin-top:0px;}
  .grid .tile-copy.transparent{padding: 25px 0px 0px;}
  .grid .tile-copy p{font-size: 0.8em;line-height: 2em;}
  .grid .tile-copy h3{margin-bottom: 5px;}
  .grid .tile-copy h3 a{text-decoration:none;}
  .grid .tile-copy h3 a:hover{text-decoration:underline;}
  .grid .tile-copy h4 a{text-decoration:none;}
  .grid .tile-copy h4 a:hover{text-decoration:underline;}
  .grid .tile-copy .date-meta{font-size: 12px;}
  .grid .tile-copy .date-meta + p{margin-top:5px;}
  .tile-copy p:last-child{margin-bottom:0px;}

  /* Product tiles */
  .filtering .grid.column-4 .col.product-tile{position: relative;width: 24.8%;padding: 0 0 0 32px;float: left;}
  .col.product-tile.out-of-stock a.product-tile-image{opacity: 0.5;}
  .col.product-tile.out-of-stock:hover a.product-tile-image{opacity:1;}
  .product-tile.out-of-stock .tile-copy h4:before{content:'Out of stock';position: absolute;top: 0px;text-align: center;left: 0;right: 0;margin: auto;top: -25px;font-size: 11px;font-weight: 500;color: #9c9c9c;text-transform: uppercase;letter-spacing: 0.06em;background: #ececec;line-height: 24px;z-index: 2;}
  .tiles-slider .product-tile{margin: 0 16px 0 !important;position: relative;}
  .product-tile .fav{position: absolute;z-index: 1;font-size: 23px;padding: 10px;font-family: "aktiv-grotesk", sans-serif;text-decoration: none;/* background: white; */border-radius: 40px;transform: translateX(7px) translateY(7px);transition: 0.2s ease all;}
  .product-tile .fav:hover{background:white;}
  .product-tile span.new{background: white;position: absolute;z-index: 1;right: 0;font-family: 'Playfair Display', serif;font-style: italic;font-size: 15px;padding: 6px 12px;pointer-events: none;}
  .product-tile span.sale{background: white;position: absolute;z-index: 1;right: 0;font-family: 'Playfair Display', serif;font-style: italic;font-size: 15px;padding: 6px 12px;pointer-events: none;}
  .product-tile span.picked{background: white;position: absolute;z-index: 1;font-family: 'Playfair Display', serif;font-style: italic;font-size: 15px;padding: 6px 12px;pointer-events: none;top: -32px;margin: auto;left: 0;right: 0;width: 127px;}
  .product-tile .new + span.sale{right: 61px;/* left: 58px; */}
  a.product-tile-image{display:block;transition:0.1s ease all;}
  a.product-tile-image:hover{opacity: 0.95;}
  .product-tile .tile-copy{padding: 25px 0px 10px;text-align: center;position: relative;}
  .product-tile .tile-copy h4{margin: 0;position: relative;}
  .product-tile .tile-copy p{margin: 6px 0px;}
  .product-tile .tile-copy .product-options{font-size: 13px;color: #353535;margin: -4px 0 0;}
  .product-tile .tile-copy .product-options span{margin:0 2px;}
  .product-tile .tile-copy .product-options span.out-of-stock{
    text-decoration: line-through;
    opacity: 0.4;
}
  .product-tile .tile-copy p .woocs_price_code{font-size: 15px;}
  .product-tile .product-sizes{}
  .product-tile .product-size{display: inline-block;font-size: 13px;padding: 0px 3px;}
  .product-tile .product-size-value{}

  @media screen and (max-width:1250px){
    .filtering .grid.column-4 .col.product-tile{position: relative;width: 33.33%;padding: 0 0 0 32px;}
  }

  @media screen and (max-width:849px){
    .tiles .inner{padding: 30px 0;margin: 0 40px;}
    .filtering .grid.column-4 .col.product-tile{position: relative;width: 50%;padding: 0 0 0 32px;}
  }
  @media screen and (max-width:500px){
    .tiles .inner{padding: 30px 0;margin: 0 20px;}
    .tiles-slider .product-tile{margin: 0 3px 0 !important;}
    .product-tile span.new{font-size: 12px;padding: 3px 9px;}
    .filtering .grid.column-4 .col.product-tile{position: relative;width: 100%;padding: 0px;margin-bottom:16px;}
  }



/* Cards
  --------------------------- */
  .cards{}
  .cards .inner{padding: 60px 7% 50px;}
  .grid .card{position: relative;margin-bottom: 20px;}
  .grid .card .button-group{margin:0px;}
  .card img{width: 100%;display:none;}
  .card .tile-copy{position: absolute;bottom: 0px;background: transparent;}
  .card .tile-copy a{color:white;}
  .card.background-image:before{background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0) 4%, rgba(0,0,0,0.65) 100%);background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 4%,rgba(0,0,0,0.65) 100%);background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 4%,rgba(0,0,0,0.65) 100%);filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );}
  .card .date-meta{font-size: 12px;margin: -8px 0 -6px;display: block;}

  @media screen and (min-width:850px){
    .grid .card{min-height: 330px;margin-bottom: 20px;}
  }
  @media screen and (max-width:849px){
    .grid .card{min-height: 300px;}
    .card{min-height:0px;}
    .card img{width: 100%;}
    .cards .inner{padding: 30px 7%;}
  }
  @media screen and (max-width:600px){
    .grid .card{margin-bottom: 15px !important;}
  }
  @media screen and (max-width:460px){
    .card img{width: auto;height: 330px;}

  }


/* Alternating
  --------------------------- */
  .alternating{}
  .alternating > .inner{max-width: 1500px;padding: 60px 7%;}
  .alternating .grid:not(:last-child){margin-bottom:50px;}
  .alternating img{width:100%;}
  .alternating .map_embed{padding-bottom: 5%; overflow: hidden }

  /* Responsive video */
  .video-wrapper{position: relative;padding-bottom: 56.25%; /* 16:9 */padding-top: 25px;height: 0;}
  .video-wrapper iframe{position: absolute;top: 0;left: 0;width: 100%;height: 100%;}

  @media screen and (min-width:850px){
    .alternating .grid:nth-child(even){-webkit-box-orient: horizontal;-webkit-box-direction: reverse;-ms-flex-direction: row-reverse;flex-direction: row-reverse;}
  }
  @media screen and (max-width:849px){
    .alternating > .inner{padding: 30px 7%;}
    .alternating img{margin-bottom: 10px;}
  }
  @media screen and (max-width:700px){
    .alternating .grid.column-2 .col{width:100%;}
  }

/* Alternating - Flex
  --------------------------- */
  .alternating-flex{}
  .alternating-flex > .inner{max-width:100%;padding: 0;}
  .alternating-flex .section-head{margin-bottom: 30px;}
  .alternating-flex .grid.column-2{-webkit-box-align: stretch;-ms-flex-align: stretch;-ms-grid-row-align: stretch;align-items: stretch;}
  .alternating-flex .grid.column-2 > .col{margin-bottom:0px;}
  .alternating-flex .col-text{background: #f5f5f5;padding: 80px 7% 100px;}

  .img-bg-swap{}
  .alternating-flex .img-bg-swap img{display: none;}
  a.popup-video{position: absolute;width: 100%;height: 100%;background: rgba(45, 45, 45, 0.17);}

  @media screen and (min-width:920px){
    .alternating-flex .grid:nth-child(even){-webkit-box-orient: horizontal;-webkit-box-direction: reverse;-ms-flex-direction: row-reverse;flex-direction: row-reverse;}
  }
  @media screen and (max-width:919px){
    .alternating-flex .grid.column-2{-webkit-box-align: baseline;-ms-flex-align: baseline;-ms-grid-row-align: baseline;align-items: baseline;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;}
    .alternating-flex .grid.column-2 .col{width:100%;}
    .alternating-flex .background-image.img-bg-swap{background-image:none !important;}
    .alternating-flex .img-bg-swap img{display: block;width:100%;}
    .alternating-flex .grid.column-2 .col{margin-bottom:0px;}
    .alternating-flex .col-text{padding: 30px 7% 40px;}
  }




/* Slick slider
  --------------------------- */
  .slick-slider{position: relative;display: block;box-sizing: border-box;-webkit-user-select: none;-moz-user-select: none;-ms-user-select: none;user-select: none;-webkit-touch-callout: none;-khtml-user-select: none;-ms-touch-action: pan-y;touch-action: pan-y;-webkit-tap-highlight-color: transparent;}
  .slick-list{position: relative;display: block;overflow: hidden;margin: 0;padding: 0;}
  .slick-list:focus{outline: none;}
  .slick-list.dragging{cursor: pointer;cursor: hand;}
  .slick-slider .slick-track,.slick-slider .slick-list{-webkit-transform: translate3d(0, 0, 0);-moz-transform: translate3d(0, 0, 0);-ms-transform: translate3d(0, 0, 0);-o-transform: translate3d(0, 0, 0);transform: translate3d(0, 0, 0);width: 100%;}
  .slick-track{position: relative;top: 0;left: 0;display: block;}
  .slick-track:before,.slick-track:after{display: table;content: '';}
  .slick-track:after{clear: both;}
  .slick-loading .slick-track{visibility: hidden;}
  .slick-slide{display: none;float: left;height: 100%;min-height: 1px;outline: none;}
  .slick-slide.vheight-70{height:70vh;}
  [dir='rtl'] .slick-slide{float: right;}
  .slick-slide img{display: block;}
  .slick-slide.slick-loading img{display: none;}
  .slick-slide.dragging img{pointer-events: none;}
  .slick-initialized .slick-slide{display: block;}
  .slick-loading .slick-slide{visibility: hidden;}
  .slick-vertical .slick-slide{display: block;height: auto;border: 1px solid transparent;}
  .slick-arrow.slick-hidden {display: none;}

  /* Dots */
  .slick-dots{position: absolute;bottom: 40px;z-index: 9;width:100%;text-align:center;margin:0px;padding:0px;}
  .slick-dots button{background: rgb(214, 214, 214);}
  .slick-dots li{font-size:0px;display:inline-block;margin: 0 5px;}
  .slick-dots button{border: 0px;width: 10px;height: 10px;display: block;border-radius: 20px;padding: 0px;outline: none;}
  .slick-dots li.slick-active{}
  .slick-dots li.slick-active button{background: #000000;}
  .slick-dotted.slick-slider { margin-bottom: 0px; padding-bottom: 0px;}

  @media screen and (max-width:450px){
    .slick-dots button{}
  }

  /* Arrows */
  .slick-prev,
  .slick-next{font-size: 0;line-height: 0;position: absolute;top: 50%;display: block;width: 20px;height: 20px;margin-top: -10px;padding: 0;cursor: pointer;color: transparent;border: none;outline: none;background: transparent;z-index: 1;}
  .slick-prev:hover,.slick-prev:focus,.slick-next:hover,.slick-next:focus{color: transparent;outline: none;background: transparent;}
  .slick-prev:hover:before,.slick-prev:focus:before,.slick-next:hover:before,.slick-next:focus:before{opacity: 1;}
  .slick-prev.slick-disabled:before,.slick-next.slick-disabled:before{opacity: .25;}
  .slick-prev:before,.slick-next:before{font-size: 26px;line-height: 1;opacity: .75;color: white;-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale;opacity: 1;content: ' ';display: block;width: 9px;height: 17px;background-image: url(../img/chevron-right.svg);background-size: 100%;background-repeat: no-repeat;margin: 10px auto;}
  .slick-prev{left: 25px;}
  [dir='rtl'] .slick-prev{right: -25px;left: auto;}
  .slick-prev:before{background-image: url(../img/chevron-left.svg);margin: 10px 16px;}
  [dir='rtl'] .slick-prev:before{content: '>';}
  .slick-next{right: 29px;}
  [dir='rtl'] .slick-next{right: auto;left: -25px;}
  .slick-next:before{background: url(../img/chevron-right.svg);}
  [dir='rtl'] .slick-next:before{content: '<';}

  @media screen and (max-width:1024px){
    .slick-prev, .slick-next{/* display:none !important; */}
  }

  /* Dark slick */
  .slick-dark .slick-dots{bottom: -39px;}
  .slick-dark .slick-dots button{background: rgba(0, 0, 0, 0.25);}
  .slick-dark .slick-dots li.slick-active button{background: black;}
  .slick-dark .slick-prev{left: -50px;}
  .slick-dark .slick-next{right: -50px;}
  .slick-dark .slick-next:before, .slick-dark .slick-prev:before{color: black;}




/* Blog filter bar
  --------------------------- */
  .blog-filter {background: #FFF;margin-bottom: 30px;overflow: hidden;border-bottom:1px solid #eee;}
  .blog-filter ul {text-align:center;margin: 0;padding: 10px;}
  .blog-filter li {display:inline-block;margin: 10px 20px;}
  .blog-filter li a{text-decoration:none;}

  .blog-filter .level-1 {border-bottom: 1px dashed #EEE;margin-bottom: -1px;}
  .blog-filter .level-1 a {padding: 0 0 5px 0;text-decoration: none;}
  .blog-filter .level-1 a:after { content:"+"; padding-left:5px; }
  .blog-filter .level-1 a.open:after { content:"-"; }

  .blog-filter .level-2 li { font-size:14px; margin:10px; }
  .blog-filter a:hover { opacity:0.8; }
  .blog-filter a span {display:inline-block;font-size:10px;padding:2px 4px;min-width:21px;height:21px;border-radius:100px;background:#EEE;line-height: 17px;position: relative;top: -2px;}


/* post general */
  .navigation{border-top:1px solid #eee;padding: 30px 0px;margin: 50px 0px 30px;border-bottom: 1px solid #eee;}
  .navigation span{font-size:0px;}
  .navigation a{padding: 17px 30px;background-color: #000;color: white;font-size: 15px;display: inline-block;line-height: 1em;position: relative;text-decoration: none;border: 0;font-family: 'Playfair Display', serif;border-radius: 2px;font-weight: 700;}

  

/* Comments
  --------------------------- */

  .comments-wrapper .navigation{display:none;}
  ol.comment-list {list-style:none;margin:0 0 1em;padding: 20px 0 0;text-indent:0;}
  ol.comment-list li { }
  ol.comment-list li.alt { }
  ol.comment-list li.bypostauthor {}
  ol.comment-list li.byuser {}
  ol.comment-list li.comment-author-admin {}
  ol.comment-list li.comment {padding:1em;border: 1px solid #eee;}
  ol.comment-list li.comment div.comment-author {}
  ol.comment-list li.comment div.vcard cite.fn { font-style:normal; }
  ol.comment-list li.comment div.vcard cite.fn a.url {}
  ol.comment-list li.comment div.vcard img.avatar {border:5px solid #ccc;float:right;margin:0 0 1em 1em;max-width: 22%;}
  ol.comment-list li.comment div.vcard img.avatar-32 {}
  ol.comment-list li.comment div.vcard img.photo {}
  ol.comment-list li.comment div.vcard span.says {}
  ol.comment-list li.comment div.commentmetadata {}
  ol.comment-list li.comment div.comment-meta { font-size:9px; }
  ol.comment-list li.comment div.comment-meta a { color:#ccc; }
  ol.comment-list li.comment p {margin:0 0 1em;font-size: 14px;}
  ol.comment-list li.comment ul { font-size:11px; list-style:square; margin:0 0 1em 2em; }
  ol.comment-list li.comment div.reply { font-size:11px; }
  ol.comment-list li.comment div.reply a { font-weight:bold; }
  ol.comment-list li.comment ul.children {list-style:none;margin:1em 0 0;text-indent:0;padding-left: 0px;}
  ol.comment-list li.comment ul.children li {}
  ol.comment-list li.comment ul.children li.alt {}
  ol.comment-list li.comment ul.children li.bypostauthor {}
  ol.comment-list li.comment ul.children li.byuser {}
  ol.comment-list li.comment ul.children li.comment {}
  ol.comment-list li.comment ul.children li.comment-author-admin {}
  ol.comment-list li.comment ul.children li.depth-2 {border-left: 5px solid #eee;margin:0 0 .25em .25em;}
  ol.comment-list li.comment ul.children li.depth-3 { border-left:5px solid #999; margin:0 0 .25em .25em; }
  ol.comment-list li.comment ul.children li.depth-4 { border-left:5px solid #bbb; margin:0 0 .25em .25em; }
  ol.comment-list li.comment ul.children li.depth-5 {}
  ol.comment-list li.comment ul.children li.odd {}
  ol.comment-list li.even { background:#fff; }
  ol.comment-list li.odd { background:#f6f6f6; }
  ol.comment-list li.parent {border-left: 5px solid #eee;}
  ol.comment-list li.thread-alt { }
  ol.comment-list li.thread-even {}
  ol.comment-list li.thread-odd {}

  #commentform textarea, #commentform input {outline: none;width: 100%;padding: 18px 18px;background-color: #EFEFEF;color: black;font-size: 15px;display: inline-block;line-height: 1em;position: relative;text-decoration: none;border: none;margin-bottom: 9px;font-family: "aktiv-grotesk", sans-serif;line-height: 25px;}
  #commentform input[type="submit"]{font-size: 12px;padding: 4px 16px;line-height: 26px;width: auto;border: 2px solid #222;background: rgba(0, 0, 0, 0);outline: none;margin-top: 10px;padding: 17px 30px;background-color: #000;color: white;font-size: 15px;display: inline-block;line-height: 1em;position: relative;text-decoration: none;border: 0;font-family: 'Playfair Display', serif;border-radius: 2px;font-weight: 700;}
  p.comment-form-url { display:none; }



/* Search page
  --------------------------- */
  .search-results{}
  .search-results article{display:block;float: none;width: 100%;border-bottom: 1px solid #eaeaea;background: white;padding: 17px 0px 16px;margin: 0px 1% 4px;}
  .search-results article:last-child{border-bottom:none;margin-bottom: 50px;}
  .search-results article .post-thumbnail{display:none;}
  .search-results article h3{margin:0px;font-size: 18px;}
  .search-results article h5.date-meta{margin:5px 0px 0px;}
  .search-results article p{margin: 10px 0px 0px;font-size: 13px;}
  .search-results article img{width: 150px; float: left;margin-right:10px}
  .load-more-wrapper{margin:10px 0px;}

  @media screen and (max-width:450px){
    .search-results article h3{line-height:1.3em;}
    .search-results article p{font-size:11px;}
  }

/* Footer
  --------------------------- */
  .footer{background-color: #fff;}
  .footer .inner{padding: 60px 60px;max-width: 100%;}
  .footer .social i{font-size: 27px;display: inline-block;margin: 0;}
  .footer-meta{font-size: 11px;}
  .footer .footer_meta_text {display: inline-block;font-size: 11px;}
  .footer .grid.column-4 .col{width: 20%;}
  .footer .grid.column-4 .col:last-child{text-align:right;width: 40%;}
  .footer .grid.column-4 .col:last-child img{width: 120px;}
  .footer ul{list-style: none;padding: 0;margin: 0;}
  .footer ul li{font-size: 15px;line-height: 28px;}
  .footer ul li a{text-decoration: none;}
  .footer ul li a:hover{text-decoration:underline;}
  .footer .button-group.social a{margin:0 0 0 0;padding: 10px 5px;}
  .footer .button-group.social a:hover i{color: #E7B00C;}

  @media screen and (max-width:850px){
    .footer .grid.column-4{-webkit-box-orient: horizontal;-webkit-box-direction: normal;-ms-flex-direction: row;flex-direction: row;}
    .footer .grid.column-4 .col{width: 33.33%;text-align: center;}
    .footer .grid.column-4 .col:last-child{text-align:center;width: 100%;}
    .footer-meta{text-align:center;}
    .footer .inner{padding: 40px 5%;}
    .footer ul li{ }
  }
  @media screen and (max-width:480px){
    .footer .inner{padding: 20px 5%;}
    .footer ul li,.footer .footer_meta_text{font-size: 11px;line-height: 27px;}
  }


/* Slick - Gallery slider
  ------------------------------------ */
  .gallery-slider img{height: 400px;}
  .gallery-slider .slick-dots{bottom: 16px;}

  @media screen and (max-width:1024px){
    .gallery-slider img{height: 300px;}
  }
  @media screen and (max-width:760px){
    .gallery-slider img{height: 200px;}
  }
  @media screen and (max-width:450px){
    .gallery-slider img{height: 110px;}
    .gallery-slider .slick-dots{position: relative;bottom: 0px;background: #3a3a3a;padding-bottom: 10px;}
  }


/* Zoom gallery
  ----------------------- */
  .mfp-figure figcaption{position: absolute;width: 100%;height: 100%;bottom: 0;}
  .mfp-figure .mfp-bottom-bar{padding: 14px;background: transparent;}
  .mfp-bottom-bar .mfp-counter{bottom: 23px;right: 0px;}
  .mfp-title .author img.avatar{width: 30px;left: -40px;top: -5px;}
  .mfp-title .author .name{color: white;font-size: 12px;}
  .mfp-title .author .username, .mfp-title .author .time{color: rgba(255, 255, 255, 0.5);}

  .image-source-link {color: #98C3D1;}
  .mfp-with-zoom .mfp-container,
  .mfp-with-zoom.mfp-bg,
  .mfp-animated-image{opacity: 0; -webkit-backface-visibility: hidden;-webkit-transition: all 0.3s ease-out; -moz-transition: all 0.3s ease-out; -o-transition: all 0.3s ease-out; transition: all 0.3s ease-out;}
  .mfp-with-zoom.mfp-ready .mfp-container {opacity: 1;}
  .mfp-with-zoom.mfp-ready.mfp-bg {opacity: 0.9;}
  .mfp-with-zoom.mfp-removing .mfp-container,
  .mfp-with-zoom.mfp-removing.mfp-bg {opacity: 0;}
  .mfp-ready .mfp-animated-image{opacity: 1;}

  .mfp-wrap .mfp-arrow{height: auto;width: auto;margin: -26px 0 0 0;}
  .mfp-arrow:before{display:none;}
  .mfp-arrow-right:after, .mfp-arrow-left:after{font-family: framework;font-size: 40px;color: white;width: 50px;height: 50px;display: block;line-height: 46px;position: relative;border: 0px;margin: 0px;}
  .mfp-wrap .mfp-arrow-right{right: 15px;}
  .mfp-wrap .mfp-arrow-left{left: 15px;}

  .mfp-arrow.mfp-arrow-right:after{content: 'j';}
  .mfp-arrow.mfp-arrow-left:after{content: 'i';}

  @media screen and (max-width:450px){
    .mfp-arrow-right:after, .mfp-arrow-left:after{font-size: 20px;}
    .mfp-wrap .mfp-arrow-right{right: 5px;}
    .mfp-wrap .mfp-arrow-left{left: 5px;}
  }

/* Gallery - thumbnail */
  .gallery-thumbnails{}
  .gallery-thumbnails .inner{padding:60px 7%}
  .gallery-thumbnails .grid{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
  .gallery-thumbnails .gallery-thumbnail-image{width: 20%;}
  .gallery-thumbnail-image{display: block;margin-top: 0px;text-align: center;-webkit-transition: all 0.5s ease;-moz-transition: all 0.5s ease;-o-transition: all 0.5s ease;transition: all 0.5s ease;overflow: hidden;background-size: cover;background-position: center;}
  .no-touch .gallery-thumbnail-image:hover,.gallery-thumbnail-image:hover{-webkit-transform: scale(0.94);-moz-transform: scale(0.94);-o-transform: scale(0.94);-ms-transform: scale(0.94);transform: scale(0.94);filter: alpha(opacity=100);opacity: 1;}

  .gallery-thumbnail-image img{width: 100%;}
  .gallery-thumbnail-image img.image-bg{ position: absolute;}
  .gallery-thumbnail-image img.image-spacer{border: 0px solid #ecf1f7;}
  @media screen and (max-width:450px){
    .gallery-thumbnails .gallery-thumbnail-image{ width: 25%; }
  }

   /* Gallery columns */
  .gallery-columns{}
  .gallery-columns .inner{max-width: 1300px;padding: 60px 7%;}
  .gallery-columns .section-head{margin-bottom: 20px;}
  .gallery-columns .grid{-webkit-columns: 3 220px;-moz-columns: 3 220px;columns: 3 220px;}
  .gallery-columns .grid > a{display:block;}
  .gallery-columns .grid > a img{width:100%;display: block;border-bottom: 10px solid rgba(255, 255, 255, 0);}

  @media screen and (max-width:600px){
    .gallery-columns .inner{padding: 30px 7%;}
    .gallery-columns .grid{-webkit-columns: 2 50px;-moz-columns: 2 50px;columns: 2 50px;}
  }


/* Content slider
  --------------------------- */
  .content-slider{}
  .content-slider > .inner{padding: 60px 7% 80px;}
  .content-slider .section-head{margin-bottom: 20px;}
  .content-slider .grid{margin:0;}




/* Logo strip
----------------------------- */
  .logo-strip img{max-width: 110px;margin: 10px 18px;}
  @media screen and (max-width: 400px){
      .logo-strip img{max-width: 80px;margin: 7px 10px;}
  }


/* Testimonials
  --------------------------- */
  .testimonials{}
  .testimonials .inner{padding: 60px 7%;}
  .testimonial .author{font-size: 12px;}
  .testimonial img{width: 90px;border-radius: 100px;height: 90px;}
  .testimonials .slick-dots{position: relative;bottom: 0;margin: 15px 0 0 0;}
  .testimonials .slick-dots button{background: rgba(0, 0, 0, 0.2);}
  .testimonials .slick-dots li.slick-active button{background: #222222;}
  .testimonials .slick-slide{padding: 0 20px;}

  @media screen and (min-width:600px){
    .testimonial p{font-size: 20px;}
  }
  @media screen and (max-width:600px){
    .testimonials .inner{padding: 30px 7%;}
  }


/* Search
  --------------------------- */
  .search-form{position: relative;display: none;width: 100%;background: #000000;left: 0;right: 0;margin: 0px;border-top: 0px;z-index: 1;}
  .screen-reader-text {clip: rect(1px,1px,1px,1px);position: absolute!important;height: 1px;width: 1px;overflow: hidden;}
  .search-form input{border: 0;color: rgba(255, 255, 255, 0.96);font-size: 2em;height: auto;padding: 20px;margin: 0;width: calc(100% - 240px);outline: 0;box-sizing: border-box;background-color: transparent;font-weight:normal;text-align: right;font-family: "aktiv-grotesk", sans-serif;font-weight: 300;}
  .search-form input[type="submit"]{display: none;}
  .search-form small{position: absolute;top: calc(39%);right: 30px;color: rgb(169, 169, 169);font-size: 12px;}
  .search-form small a{color: #ffffff;display: inline-block;margin-left: 15px;text-decoration: underline;}
  .no-touchevents header .icon-search:hover{filter: alpha(opacity=60);  opacity: 0.6;}

  @media screen and (max-width:1300px){
    .search-form input{font-size: 1.8em;}
  }
  @media screen and (max-width:520px){
    .search-form input{font-size: 22px;width: 100%;text-align: center;}
    .search-form small{position: relative;top: initial;display: block;padding: 0px 20px 20px;right: 0px;font-size: 12px;text-align: center;}
  }

/* Mobile nav
  --------------------------- */
  .mobile-nav{width: 300px;position: fixed;z-index: 3;right: 0px;background: white;transition: 0.2s ease all;-webkit-transform: translateX(100%);transform: translateX(100%);display: none;}
  .nav-open .mobile-nav{-webkit-transform: translateX(0%);transform: translateX(0%);box-shadow: 1px 3px 12px rgba(0,0,0,0.2);}
  .mobile-nav .mdi-close{color: black;padding: 41px 18px 21px;display: inline-block;font-size: 29px;cursor: pointer;}
  .no-touch .mobile-nav .icon-close:hover{filter: alpha(opacity=60);  opacity: 0.6;}
  .mobile-nav > ul.menu{padding: 15px 0 20px;}
  .mobile-nav li{font-size: 13px;}
  .mobile-nav li.menu-item-has-children{padding-right: 33px;}
  .mobile-nav li.nav-toggle{position:absolute;font-size:0px;width: 33px;height: 33px;background: rgba(191, 191, 191, 0);right: 4px;}
  .mobile-nav li.nav-toggle a{display:none;}
  .mobile-nav li.nav-toggle:before{content:'+';display:block;font-size:20px;line-height: 33px;width: 33px;text-align:center;font-weight: 200;}
  .mobile-nav li.nav-toggle.active:before{content:'-';}
  .mobile-nav li.current_page_item a,
  .mobile-nav li.current_page_parent a,
  .mobile-nav li.current_page_ancestor a{color: white;}
  .mobile-nav li a{color: rgb(0, 0, 0);display: block;padding: 7px 16px;text-decoration: none;font-size: 14px;}
  .mobile-nav ul ul.sub-menu{padding: 0;padding-left: 10px;display: none;padding-bottom: 8px;}
  .mobile-nav ul .open ul.sub-menu{display:block;}
  .mobile-nav ul ul.sub-menu li{}
  .mobile-nav ul ul.sub-menu li a{font-size: 12px;padding: 3px 16px;}

  @media screen and (max-width:1100px){
    .mobile-nav{display:block;box-shadow: 1px 3px 12px rgba(0,0,0,0.0);}
  }

  @media screen and (max-width:520px){
    .mobile-nav{width:250px;}
    .mobile-nav .mdi-close{font-size: 29px;padding: 24px 18px 1px;}
  }


/* Top banner message */
  p.top-banner{background: #F4EAE9;margin: 0;padding: 8px 10px;font-family: 'Playfair Display', serif;font-style: italic;font-size: 14px;text-align: center;}
  p.top-banner a{font-weight: 700;}

  @media screen and (max-width:480px){
    p.top-banner{font-size:11px;padding: 7px 5px;}
  }
/* Header
  --------------------------- */
  #header{padding: 0px 40px;position: relative;z-index: 10;height: 105px;}
  #header.transparent{position: absolute;z-index: 1;width: 100%;}
  #header a.main-logo{margin: 0;float: left;font-size: 0px;line-height: 0px;color: transparent;display: block;width: 136px;height: 38px;background-image: url(../img/notion_logo.svg);background-size: 100%;background-repeat: no-repeat;position: relative;margin-right: 40px;}
  #header nav{float: right;z-index: 10;}
  #header nav > ul{padding: 0;display: flex;flex-direction: row;flex-wrap: nowrap;}
  #header > nav > ul > li{display: inline-block;font-size: 14px;}
  #header nav li.current-product_cat-parent a,
  #header nav li.current-menu-item a,
  #header nav li.current_page_item a,
  #header nav li.current_page_parent a,
  #header nav li.current_page_ancestor a{color: #000000;font-weight: 700;}
  #header.transparent nav li.current_page_item a,
  #header.transparent nav li.current_page_parent a,
  #header.transparent nav li.current_page_ancestor a{color: #ffffff;}

  @media screen and (max-width:520px){
    #header{padding: 0px 15px;}
    #header a.main-logo{background-image: url(../img/notion_logo_icon.svg);background-size: auto 100%;width: 49px;margin: 0;float: none;flex-shrink: 0;height: 29px;margin-left: 0px;}
  }

  #header nav > ul > li > a{color: #000;font-weight: 300;padding: 10px 14px;line-height: 80px;display: block;position:relative;text-decoration: none;}
  #header nav > ul > li > a::after{display:block;width: calc(100% - 28px);border-top: 1px solid rgba(0, 0, 0, 0);content:' ';bottom: 33px;position: absolute;transition:0.1s ease all;}
  #header nav > ul > li:hover > a::after{border-top: 1px solid black;}
  .transparent .header-inner nav a{color: #fff;}
  #header [class*="icon"]{font-size: 20px;padding: 19px 12px;float: right;display: block;position: relative;max-height: 84px;}
  #header.transparent [class*="icon"]{color:white;}
  #header .mdi-search{}
  #header .mdi-menu{display:none;}
  #header img.xero{width: 120px;float: right;margin-right: 19px;}
  a.cart-icon{position:relative;}
  .cart-icon span.cart-amount{position: absolute;font-size: 11px;right: 21px;line-height: 10px;top: 22px;}

  .header-action{font-size: 15px;}
  .header-action svg{padding: 0px;margin: 10px;margin-right: 16px;height: 23px;}
  .header-action svg.header-search{
}
  .header-action svg:hover{opacity:0.7;}
  .header-action a{color:black;}
  .header-action a[href="/my-account"]{padding: 10px 16px;}
  .header-search{width: 20px;cursor: pointer;}
  .header-action a[href="/cart"]{}
  .header-cart{width: 20px;cursor: pointer;}


  @media screen and (max-width:1100px){
    #header nav{display:none;}
    #header .mdi-menu{display:block;font-size: 30px;margin-left: 10px;padding: 10px 0;}
  }

  .header-action .woocommerce-currency-switcher-form {}
  .header-action .woocommerce-currency-switcher-form .dd-selected{font-weight: normal;background: transparent;padding: 10px;line-height: 80px;text-decoration: none;font-weight: 300;}
  .header-action .woocommerce-currency-switcher-form .dd-pointer-down{display:none;}
  .header-action .dd-options{box-shadow: none;border: 0PX;width: 140px !important;padding: 0 0 10px 0;}
  .header-action .dd-select{background: transparent !important;border: 0px;}
  .header-action .woocommerce-currency-switcher-form a.dd-option{font-weight: normal;border: 0px;padding: 5px 10px;}
  .woocommerce-currency-switcher-form a.dd-option{}

  .account-dropdown{margin: 0 7px;position: relative;z-index: 10;}
  .account-dropdown span.dd-toggle{display: block;padding: 10px;line-height: 80px;cursor: pointer;position: relative;font-weight: 300;text-decoration: none;}
  .account-dropdown span.dd-toggle a{text-decoration: none;}
  .account-dropdown ul{list-style: none;padding: 0px 0 14px 0px;margin: 0;position: absolute;background: white;z-index: 1;left: -7px;display: block;transition: 0.2s ease all;pointer-events: none;transform: translateY(-30px);opacity: 0;box-shadow: 0px 1px 4px 0px rgb(0, 0, 0,0.1);}
  .account-dropdown ul li{color: black;white-space: nowrap;font-size: 14px;}
  .account-dropdown ul li.title{font-weight: 700;display: block;padding: 8px 16px 16px;position: relative;}
  .account-dropdown ul li.title:after{display:block;width:20px;border-top: 1px solid black;content:' ';bottom: 8px;position: absolute;}
  .account-dropdown ul li a{display: block;padding: 0px 34px 0px 15px;text-decoration: none;}
  .account-dropdown ul li.title a{padding: 0px;}
  .account-dropdown ul li a:hover{text-decoration:underline;}

  @media screen and (min-width:1025px){
    .account-dropdown:hover ul{opacity: 1;pointer-events: all;transform: translateY(0px);}
    .account-dropdown:hover span.dd-toggle:after{content:' ';border-top: 1px solid black;width: calc(100% - 20px);height: 10px;position: absolute;bottom: 25px;left: 10px;}
    .header-action .woocommerce-currency-switcher-form .dd-selected:hover::after {display: block;width: calc(100% - 20px);border-top: 1px solid rgb(0, 0, 0);content: ' ';bottom: 33px;position: absolute;transition: 0.1s ease all;}
  }
  @media screen and (max-width:1024px){
    .account-dropdown.open ul{opacity: 1;pointer-events: all;transform: translateY(0px);}
    .account-dropdown.open span.dd-toggle{}
  }
  @media screen and (max-width:800px){
    #header{
    padding: 0px 22px;
}
  }
  @media screen and (max-width:520px){
    .cart-icon span.cart-amount {
    right: 15px;
    top: 16px;
}
    .account-dropdown span.dd-toggle,
    .header-action .woocommerce-currency-switcher-form .dd-selected{line-height: 50px;padding: 10px 5px;}
    .account-dropdown{}
    .header-action svg{width: 17px;margin: 0 10px;}
    #header .mdi-menu{
    font-size: 26px;
    padding: 0px;
    margin: -5px 0 0 9px;
}
  }


  /* Header - Dropdown */
  #header li.menu-item-has-children {display: inline-block;}
  .sub-menu li:last-child {border: 0px;}
  #header > nav > ul > li > ul.sub-menu{position: absolute;transition: all 0.0s ease;pointer-events: none;opacity: 0;z-index: 10;width: 100%;left: 0;display: flex;flex-wrap: nowrap;background: white;box-shadow: 0px 5px 4px -4px rgb(0, 0, 0,0.1);padding-bottom: 40px;}
  #header li.menu-item-has-children:hover > ul.sub-menu{pointer-events: all;opacity: 1;}
  #header li.menu-womans > ul.sub-menu{padding-left: 318px;}
  #header li.menu-mens > ul.sub-menu{padding-left: 400px;}
  #header li.menu-accessories > ul.sub-menu{padding-left: 465px;}
  #header > nav > ul > li > ul.sub-menu > li > a{font-weight: 700;margin-bottom: 1px;text-decoration: none;text-transform: uppercase;font-size: 11px;color: #929292;}
  #header > nav > ul > li > ul.sub-menu > li > ul{}
  #header > nav > ul > li > ul.sub-menu > li > ul > li{}
  #header > nav > ul > li > ul.sub-menu > li > ul > li > a{text-decoration: none;font-weight: 400;}
  #header > nav > ul > li > ul.sub-menu > li > ul > li.current-menu-item > a{font-weight:700;}
  #header > nav > ul > li > ul.sub-menu > li > ul > li > a:hover{text-decoration:underline;}

  ul.sub-menu li {display: block;letter-spacing: 0;margin: 0;font-weight: 400;padding: 0;font-size: 14px;}
  #header li.menu-item-has-children:hover ul.sub-menu li {display: block;}
  #header ul.sub-menu li a {color: #000000;display: block;padding: 1px 34px 1px 16px;}


/* Tiles Slider
  -------------- */
  .tiles-slider{}
  .tile-slider{}
  .tile-slider .slick-list{}
  .tile-slider .slick-prev, .tile-slider .slick-next{width: 56px;background: white;height: 56px;right: -16px;left: initial;top: 27%;}
  .tile-slider .slick-prev{top: calc(27% + 56px);padding-left: 5px;}
  .tile-slider .slick-next{}
  .tiles-slider .slick-dots{display:none;bottom: -30px;}

  @media screen and (max-width:1500px){
    .tiles-slider .inner{padding: 60px 20px 70px;margin: 0;}
  }
  @media screen and (max-width:500px){
    .tiles-slider .inner{padding: 60px 18px 30px;}
  }


  /* Columns */
  .columns{}
  .columns > .inner{padding: 60px 7% 40px;}

  .pricing-columns .grid {}
  .pricing-column {padding-bottom: 4em;position: relative;padding: 2em;border: 1px solid #dedede;}
  .pricing-column.selected {border-color: #000;z-index: 1;-moz-box-shadow: 0px 0px 0px 10px #FFF;padding: 2em;}
  .pricing-column.selected:after { content:"Most popular"; text-transform:uppercase; text-align:center; display:inline-block; background: #000; padding: 0.6em 1.2em; font-size: 10px; color: #FFF;position: absolute;right: 0em;top: 0;font-weight: 700;letter-spacing: 0.15em; }
  .pricing-column-header { text-align:center; }
  .pricing-column .button-group{text-align:center;}
  p.price { font-size: 2.0em; font-weight: 700;}
  p.price sup { font-size:0.5em; top:-0.65em; }
  .outro { padding: 2em 50% 4em 2em; }

  .horizontal .pricing-column {width:100% !Important;text-align:left;padding-bottom: 2em;margin-left: 0px !Important;margin-right: 0px !Important;}
  .horizontal .pricing-column-header { float:left; width:30%;text-align:left; }
  .horizontal .pricing-column-content { float:left; width:70%; padding: 1.8em 0 0 3em; }

  @media screen and (max-width:650px){
    .horizontal .pricing-column-header, .pricing-column-header { width:100%; text-align:center; }
    .horizontal .pricing-column-price, .pricing-column-price { width:100%; text-align:center; }
    .horizontal .pricing-column-content, .pricing-column-content { clear:both; width:100%; padding:0; }
  }
  @media screen and (max-width:600px){
    .columns > .inner{padding: 30px 7%;}
  }


  /* Sign up layer */
  .sign-up-layer{background: #F1E8DC;}
  .sign-up-layer form#subForm {position: relative;}
  .mysize-cta + .sign-up-layer{background: #e6d9c8;}
  .sign-up-layer .inner{max-width: 1260px;}
  .sign-up-layer .grid{align-items: baseline;}
  .sign-up-layer form p{margin:0px;}
  .sign-up-layer label,.sign-up-layer br{/* display:none; */font-size: 14px;}
  .sign-up-layer input[type="email"],
  .sign-up-layer input[type="text"]{width: 100%;padding: 13px 14px;background-color: #fff;color: black;font-size: 16px;display: inline-block;line-height: 1em;position: relative;text-decoration: none;border: none;margin-bottom: 9px;font-family: "aktiv-grotesk", sans-serif;}
  .sign-up-layer button[type="submit"]{padding: 17px 30px;background-color: #000;color: white;font-size: 15px;display: inline-block;line-height: 1em;position: relative;text-decoration: none;border: 0;font-family: 'Playfair Display', serif;border-radius: 2px;font-weight: 700;margin: 17px 0 10px 0;}
  .sign-up-layer input[type="email"]:focus, .sign-up-layer input[type="text"]:focus{outline: none;box-shadow: 0px 0px 0px 1px black;}
  .sign-up-layer button[type="submit"]:hover{opacity:0.8;}
  .sign-up-layer button[type="submit"]:focus{outline: none;opacity: 0.8;}

  @media screen and (max-width:480px){
    .sign-up-layer input[type="email"],
    .sign-up-layer input[type="text"]{padding: 15px 17px;font-size: 14px;}
    .sign-up-layer button[type="submit"]{font-size: 14px;padding: 16px 37px;width: 100%;}
  }

/* CTA
  --------------------------- */
  .cta{position:relative;background-size: cover;background-position: center;}
  .cta > .inner{padding:60px 7%;}
  .cta .section-head{margin: 0 auto;}
  .cta[style*="background"]:before{content: ' ';display: block;position: absolute;background-color: rgba(0, 0, 0, 0.46);width: 100%;height: 100%;left: 0;top: 0;}

  .mysize-cta.cta[style*="background"]:before{background:transparent;}
  .mysize-cta .inner{padding: 200px 7% 230px;height: 100vh;display: flex;flex-direction: column;align-items: center;justify-content: center;max-height: 860px;}
  .mysize-cta .section-head{width: 43%;margin: 0 0 0 auto;}
  .mysize-cta,
  .mysize-cta h2,
  .mysize-cta p,
  .mysize-cta a{/* color:white; */}
  .mysize-cta h2{font-size: 5.2em;font-style: italic;margin-bottom: 0.2em;}
  .mysize-cta h2 span{font-style:normal;margin-left: 0.03em;}
  .mysize-cta p{margin: 20px auto 23px;font-size: 18px;font-weight: 300;line-height: 2em;}
  .mysize-cta .button{background: white;color: black;text-decoration:none;}

  @media screen and (min-width:1025px){
    .mysize-cta{background-attachment:fixed;background-color: #f1e8dc;background-image: url(../img/mysize1.png);background-repeat: no-repeat;background-position: left 4% top 29%;background-size: 867px auto;}
  }
  @media screen and (min-width:1024px){
    .mysize-cta{background-color: #f1e8dc;background-image: url(../img/mysize1.png);background-size: 867px auto;background-repeat: no-repeat;background-position: left 4% top -30px;}
    .mysize-cta img{display:none;}
  }
  @media screen and (max-width:1380px) and (min-height:730px){
    .mysize-cta{background-size: auto 120% !important;background-position: left 60px top 0%;}
    .mysize-cta .section-head{width: 50%;}
  }
  @media screen and (max-width:1380px) and (max-height:730px){
    .mysize-cta{background-size: auto 130% !important;background-position: left 50px top 30px;}
    .mysize-cta .section-head{width: 50%;}
  }
  @media screen and (max-width:1023px){
    .mysize-cta{    background-color: #f1e8dc;}
    .mysize-cta .inner{min-height: 0;padding: 30px 7% 40px;height: auto;display: block;max-height: 100000px;}
    .mysize-cta .section-head{width: 100%;text-align: center;}
    .mysize-cta h2{font-size: 5em;}
    .mysize-cta p{max-width:100%;width:500px}
    .mysize-cta a{text-decoration:underline;}
    .mysize-cta .button{background:black;color:white;}
    .mysize-cta img{margin: auto;width: 100%;display: block;}
  }
  @media screen and (max-width:600px){
    .cta > .inner{padding: 0px 7% 40px;}
    .mysize-cta h2{font-size: 2.8em;}
    .mysize-cta p{font-size:16px;}
  }



/* Popup
  --------------------------- */

  html.popup-open, html.popup-open body { overflow:hidden !important; }

  .popup {background-color: rgba(0, 0, 0, 0.66);position: fixed;width: 100%;height: 100%;z-index: 99999;top: 0;left: 0;overflow-x: hidden;text-align: center;}
  .popup-inner {padding: 80px;height: auto;width: inherit;min-height: 100vh;}
  .popup-content-wrapper {display: inline-block;position: relative;z-index: 2;background: #FFF;max-width: 700px;text-align: left;padding: 20px 30px 30px;box-shadow: 0px 12px 50px rgba(0, 0, 0, 0.42);}
  .popup .button-overlay { position:absolute; width:100%; height:100%; top:0; left:0; display:block; color:transparent; }
  .popup .button-overlay span { display:none; }

  .popup .button-x {position:absolute;top: -20px;right: -20px;text-decoration:none;line-height: 40px;width:40px;height:40px;display:inline-block;text-align:center;background: #000;color: #FFF;text-align:center;-transition: all 0.25s ease-in-out;-webkit-transition:all 0.25s ease-in-out;transition: all 0.25s ease-in-out;z-index: 1;font-size: 26px;border-radius: 2px;}
  .popup .button-x span { display:none; }
  
  .popup[data-id="contact"] form{}
  .popup[data-id="contact"] form p > label{font-size: 14px;font-weight: 400;font-family: "aktiv-grotesk", sans-serif;}
  .popup[data-id="contact"] form p > label > span{}
  .popup[data-id="contact"] form p > label > span > input,.popup[data-id="contact"] form p > label > span > textarea{width: 100%;padding: 12px 14px;color: black;font-size: 16px;display: inline-block;line-height: 1em;position: relative;text-decoration: none;border: none;margin-bottom: 9px;font-family: "aktiv-grotesk", sans-serif;outline: none;margin: 0;border: 1px solid #d2d2d2;}
  .popup[data-id="contact"] input[type="submit"]{padding: 17px 30px;background-color: #000;color: white;font-size: 15px;display: inline-block;line-height: 1em;position: relative;text-decoration: none;border: 0;font-family: 'Playfair Display', serif;font-weight: 700;margin-right: 17px;}
  
  .popup[data-id="newsletter"] .popup-content-wrapper{width: 410px;max-width: 100%;}
  .popup[data-id="newsletter"] .modal-title{background: #F1E8DC;margin: -37px -30px 0;padding: 20px 40px;text-align: center;}
  .popup[data-id="newsletter"] .modal-title p{margin: 0;font-size: 22px;}
  .popup[data-id="newsletter"] .modal-title h3{margin: 9px 0 7px;text-transform: uppercase;line-height: 29px;font-size: 26px;}
  .popup[data-id="newsletter"] form{}
  .popup[data-id="newsletter"] form p > label{font-size: 14px;font-weight: 400;font-family: "aktiv-grotesk", sans-serif;}
  .popup[data-id="newsletter"] form p input,
  .popup[data-id="newsletter"] form p textarea{width: 100%;padding: 12px 14px;color: black;font-size: 16px;display: inline-block;line-height: 1em;position: relative;text-decoration: none;border: none;margin-bottom: 9px;font-family: "aktiv-grotesk", sans-serif;outline: none;margin: 0;border: 1px solid #d2d2d2;/* box-shadow: inset 0px 0px 0px 30px white; */}
  .popup[data-id="newsletter"] button[type="submit"]{padding: 17px 30px;background-color: #000;color: white;font-size: 15px;display: inline-block;line-height: 1em;position: relative;text-decoration: none;border: 0;font-family: 'Playfair Display', serif;font-weight: 700;margin: 6px 0px 0;width: 100%;}
  .popup[data-id="newsletter"] p.close-newsletter-modal{text-decoration:underline;cursor:pointer;text-align:center;font-size:14px;margin-bottom:0px;}

  @media screen and (max-width:600px){
    .popup[data-id="newsletter"] .modal-title{
    margin: -23px -16px 0;
}
  }




  .popup[data-id="sizing-guide"] table{}
  .popup[data-id="sizing-guide"] table tr{}
  .popup[data-id="sizing-guide"] table tr td{}
  .popup[data-id="sizing-guide"] table tr td:first-child{width: 70px !important;}


  @media screen and (min-width:700px){
    .popup-content-wrapper {min-width: 300px;}
  }
  @media screen and (min-width:601px){
    .popup-content-wrapper table { font-size:12px;}

  }
  @media screen and (max-width:600px){
    .popup-inner{ padding: 11px;}
    .popup .button-x{ top: -6px;right: -7px; }
    .popup-content-wrapper {padding: 16px;}
    .popup-content-wrapper { font-size:12px;}
  }


  /* popup - sizing tool */
  .popup[data-id="sizing"]{}
  .popup[data-id="sizing"] .popup-inner{display: -webkit-box;display: -ms-flexbox;display: flex;}
  .popup[data-id="sizing"] .popup-content-wrapper{background: transparent;padding: 0;max-width: 100%;width: 100%;box-shadow: none;}
  .popup[data-id="sizing"] .my-size-setup .inner{padding:0;margin:0;width:100%;max-width: 100%;}
  .popup[data-id="sizing"] .layer.my-size-setup  .steps-wrap{margin:0;border-radius: 2px;}


  

/* Products Intro
  --------------------------- */
  .product-details{}
  .product-details .inner{max-width: 100%;padding-top: 1px;margin: 0px 110px 0 0;padding-right: 3%;}
  .product-details .grid.column-2{align-items: end;max-width: 1190px;margin: auto;}
  .product-details .grid.column-2 .col:first-child{width: 50%;position: relative;}
  .product-details .grid.column-2 .col:last-child{width: 42%;text-align: center;padding-top: 30px;}
  body .product-details .breadcrumbs{top: 40px;}
  .product-details .stock, .mobile-show,.product-details .quantity{ display:none; }
  .product-copy{margin-bottom: 29px;border-bottom: 1px solid;padding-bottom: 27px;}
  .product-copy h1{margin: 0;}
  .product-copy p.product-price{font-size: 28px;margin: 10px 0px;color: black;}
  .laybuy{}
  .laybuy a{display: inline-block;position: relative;top: 7px;}
  .laybuy p{font-weight: 400;font-size: 14px;margin-bottom: 8px;}
  .laybuy img{width: 115px;margin-right: 7px;position: relative;margin-left: 9px;top: -4px;}
  .product-details .product-size{}
  .product-details .product-color .label, .product-details .size-label label{font-family: 'Playfair Display', serif;font-weight: 700;font-style: italic;margin-bottom: 10px;}
  .product-details .product-size:first-child{}
  .product-details .product-size:last-child{}
  .product-color{border-top: 1px solid;margin: 30px 0px 0px;padding-top: 29px;}
  .simple .product-color{border: none;margin: 0;padding: 0;}
  .product-options .size-button{width: 40px;height: 40px;display: inline-block;border: 1px solid black;line-height: 38px;border-radius: 30px;margin: 0 3px;cursor: pointer;user-select: none;}
  .product-options .size-button:hover{opacity:0.5}
  .product-options .size-button.out-of-stock{border-color: #b3b3b3;color: #b3b3b3;pointer-events:none;}
  .product-options .size-button.out-of-stock:before{content:' ';width: 38px;border-top: 1px solid #bbbbbb;display: block;top: 19px;position: relative;transform: rotate(45deg);}



  .product-options .size-button.active{background:black;color:white;}
  .product-options a{width: 40px;height: 40px;display: inline-block;line-height: 38px;border-radius: 30px;margin: 0 5px;font-size: 0px;background-size: cover !important;}
  .product-options a:hover{opacity:0.7;}
  .product-options .size-button input[type="radio"]{display:none;}.Size-guide{margin: 24px 0px 0px;}
  .Size-guide p{margin: 10px 0;font-size: 14px;line-height: 1.6em;}
  .Size-guide a{margin: 0 6px;font-size: 14px;}
  .single_variation_wrap{padding-top: 26px;}
  .single_variation_wrap .single_variation{display:none;}
  .single_variation_wrap .quantity{margin-bottom:30px;display: flex !important;align-items: center;justify-content: center;display: none !important;}
  .single_variation_wrap .quantity label{clip: unset;position: relative !important;height: auto;width: auto;overflow: visible;margin-right: 28px;}
  .single_variation_wrap .quantity input{padding: 18px 25px;background-color: #eaeaea;color: black;font-size: 16px;display: inline-block;line-height: 1em;position: relative;text-decoration: none;border: none;font-family: "aktiv-grotesk", sans-serif;width: 203px;}
  .single_variation_wrap .single_add_to_cart_button,
  button[name="add-to-cart"]{padding: 18px 30px;background-color: #000;color: white;font-size: 16px;display: inline-block;line-height: 1em;position: relative;text-decoration: none;border: 0;font-family: 'Playfair Display', serif;width: 100%;outline: none;font-weight: 700;}
  .simple button[name="add-to-cart"]{margin-top: 30px;}
  .single_variation_wrap .single_add_to_cart_button.wc-variation-is-unavailable{pointer-events:none;opacity:0.2;}
  .single_variation_wrap .single_add_to_cart_button:hover{opacity:0.8;}
  .single_variation_wrap .woocommerce-variation-price{display:none; }

  .product-showcase-slider{}
  .product-showcase-slider img{}
  .product-nav-slider{margin-bottom: 74px !important;}
  .product-nav-slider img{opacity: 0.4;-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";border-top: 6px solid white;}
  .product-nav-slider img.slick-current{opacity: 1;-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";}
  .product-nav-slider .slick-next{right: -35px;width: 40px;height: 40px;}
  .product-nav-slider .slick-next:before{color: #adadad;}
  .product-nav-slider .slick-prev{left: -40px;width: 40px;height: 40px;}
  .product-nav-slider .slick-prev:before{color: #adadad;}
  .product-nav-slider .slick-dots{bottom: -38px;}
  .product-nav-slider .slick-dots button{background: rgba(0, 0, 0, 0.13);}
  .product-nav-slider .slick-dots li.slick-active button{background: #828282;}

  @media screen and (min-width: 1450px){
    .product-nav-slider{width: 80px;position: absolute;top: 0px;left: -90px;}
    .product-nav-slider .slick-next{right: 19px;bottom: -40px;top: unset;transform: rotate(90deg);}
    .product-nav-slider .slick-prev{top: -30px;left: 21px;transform: rotate(90deg);}
  }

  @media screen and (max-width:950px){
    .mobile-show{display:block;text-align: center;}
    body .product-details .breadcrumbs{position: relative;top: 0;text-align: center;-webkit-transform: rotate(0deg) translateX(0%);transform: rotate(0deg) translateX(0%);-webkit-transform-origin: top right;transform-origin: top right;right: 0;}
    .mobile-hide{display:none;  }
    .mobile-show .product-copy{border:0px;padding-bottom: 0px;}
    .product-details .grid.column-2{margin:0px;}
    .product-details .grid.column-2 .col, .product-details .grid.column-2 .col:first-child,.product-details .grid.column-2 .col:last-child{width:100%;margin: 0;padding-top: 0px;}
    .product-showcase-slider{margin-top:30px;}
    .product-details .inner{padding: 0 40px;margin: 0;}
  }
  @media screen and (max-width:650px){
    .product-details .inner{padding: 0 20px;margin: 0;}
    .product-copy p{font-size: 13px;line-height:1.6em;}
    .product-option label{width: 100%;}
    .product-option select{width: 100%;}
    .product-showcase-slider{margin-bottom:5px;}
    .product-nav-slider img{padding: 2px;}
    .laybuy img{width: 104px;position: relative;}
  }


/* Filtering
  -------------- */
  .filtering{overflow:hidden;}
  #filter_tiles{margin-bottom: 20px;}
  #filter_tiles #mix-filters .name-label { display:inline-block; min-width:80px; margin-right:10px;}
  #filter_tiles .option-labels {display: block;}
  #filter_tiles .option-labels input[type="radio"], #filter_tiles .option-labels input[type="checkbox"] {display:none;}
  #filter_tiles .option-labels label{display: block;font-family: "aktiv-grotesk", sans-serif;font-size: 13px;margin: 4px 0px;padding-left: 23px;position: relative;}
  #filter_tiles .option-labels label.active{}

  #filter_tiles .option-labels label:before{display:block;position: absolute;left: 0;top: 0px;content: "\F131";font-family: "Material Design Icons";font-size: 16px;font-weight: normal;}
  #filter_tiles .option-labels label.active:before{content: "\F132";}

  #filter_tiles #filter-container .fail-message{ text-align: center; width:100%; padding:20px; -webkit-transition: 150ms; -moz-transition: 150ms; transition: 150ms; display:none;}
  #filter_tiles #filter-container .fail-message span{ display: inline-block; vertical-align: middle; font-size: 20px; font-weight: 700;}
  #filter_tiles #filter-container.no-results .fail-message{ display:block;}
  #filter_tiles #filter-container {width: calc(100% + 32px);clear: both;display:block;min-height: 100px;margin-left: -32px;}
  #filter_tiles #filter-load-more { display:block; width:200px;background-color: rgb(255, 255, 255); padding:10px; text-align:center; margin:2em auto;}

  .controls-wrap{position:relative;padding: 0 0 24px;}
  .control-toggles{display:flex;flex-wrap:nowrap;}
  .control-toggles button.refine{border: none;background: transparent;outline: none;font-family: 'Playfair Display', serif;font-style: italic;font-weight: 600;padding-right: 20px;padding-left: 0px;position: relative;}
  .control-toggles button.refine:hover{text-decoration:underline;}
  .control-toggles button.refine:before{content: "\F35D";font-family: "Material Design Icons";font-size: 16px;position: absolute;right: 0;top: 8px;font-style: normal;}
  .control-toggles button.refine.active:before{content: "\F360";}
  #isotope-filters{background: white;display: flex;padding: 40px 0px;width: 100%;z-index: 2;pointer-events: none;transition: 0.2s ease all;opacity: 0;position: absolute;}
  #isotope-filters.open{pointer-events: all;opacity: 1;}
  #filter_tiles .controls.select .filter-group {display:block;min-width: 220px;}
  #filter_tiles .controls.select .filter-group select { display:none;}
  #filter_tiles .controls.select .filter-group .select2-container{border-bottom: 1px solid #3a3a3a;width: calc(100% - 32px) !important;}
  #filter_tiles .controls.radio .filter-group { }
  #filter_tiles .controls.checkbox >  .filter-group {padding-left: 0;min-width: 140px;padding-right: 23px;}
  #filter_tiles .controls.checkbox .filter-group > .filter-group{padding:0px;}
  #filter_tiles .controls.checkbox .filter-group .name-label h5{font-size: 14px;font-family: "aktiv-grotesk", sans-serif;margin-bottom: 14px;}

  .sort-wrap{padding-top: 1px;}
  .sort-wrap label{border: none;background: transparent;outline: none;font-family: 'Playfair Display', serif;font-style: italic;font-weight: 600;padding-right: 0px;padding-left: 0px;position: relative;transform: translateY(2px);display: inline-block;left: -3px;}            

  @media screen and (max-width:1024px){
    #filter_tiles #isotope-filters{flex-wrap:wrap;padding-bottom:10px;}
    #filter_tiles .controls.select .filter-group {display:block;width:50%;margin-bottom:30px;}

  }

  @media screen and (max-width:700px){
    #isotope-filters{position:relative;display:none;padding: 22px 0px;}
    #isotope-filters.open{display:flex;flex-wrap: wrap;}
    #filter_tiles .controls.checkbox > .filter-group{min-width: 0;width: 50%;}
  }
  @media screen and (max-width:550px){
    #filter_tiles #isotope-filters{flex-wrap:wrap;padding: 17px 0 0;}
    #filter_tiles .controls.select .filter-group{min-width: 0;width: 100%;margin-bottom: 20px;}
    #filter_tiles .controls.select .filter-group .select2-container{width: 100% !important;}

  }
  @media screen and (max-width:500px){
    #filter_tiles #filter-container{margin:0px;width:100%;}
    .filtering .grid.column-4 .col.product-tile{}
    .control-toggles{flex-direction:column-reverse;}
    .control-toggles button.refine{width: 123px;margin-top: 15px;}
  }


  /* Filtering sidebar */
  #filter_tiles.filtering-sidebar {}
  #filter_tiles.filtering-sidebar .controls.select .filter-group { display:block; float:none; padding-bottom:20px; }


/* Blog Filtering
  -------------- */

  #filter_tiles.blog .filter-labels { text-align:center;}
  #filter_tiles.blog .filter-labels a { padding:5px; border:1px solid #eaeaea; display:inline-block; margin:0 10px;}

  #filter_tiles.blog .filter-groups { text-align:center; padding:10px 0; min-height:60px;}
  #filter_tiles.blog .filter-groups .filter-group { width:100%; padding:10px 0; }

  #filter_tiles.blog .filter-labels a:after { content: "+"; padding:0 5px; }
  #filter_tiles.blog .filter-labels a.open:after { content: "-"; }


/* Select2
  --------------------------- */
  body .select2-container {
    /* width: 100% !important; */
    /* border-bottom: 1px solid red; */
}
  body .select2-container--default {outline: none;}
  #isotope-filters{}
  body .select2-container--default .select2-selection--single {border: 0px;outline: none;min-width: 142px;position: relative;font-size: 14px;height: 26px;}
  body .select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 0px;
}
  body .select2-container--default:hover {}
  body .select2-container .select2-selection--single .select2-selection__rendered:focus {}
 .select2-container--default .select2-selection--single .select2-selection__rendered {color: black;}
 .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {border-color: transparent transparent #000 transparent;}
  body .select2-container--default .select2-selection--single .select2-selection__arrow {}
  body .select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #000 transparent transparent transparent;
    left: auto !important;
    margin-left: -18px;
}

  body .select2-container--default .select2-selection--single:focus {}
  body .select2-container--default .select2-results__option--highlighted[aria-selected] {background-color: transparent;color: black;font-weight: 600;}
  body .select2-dropdown {border: 0px;box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);}
  body .select2-container--default .select2-search--dropdown .select2-search__field {
    display: none;
}

  body .select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {}
  body .select2-container--default .select2-results__option[aria-selected=true] {}
  body .select2-container--default .select2-results__options {}
  body .select2-container--default .select2-results__options li {font-size: 14px;margin-bottom: 0;border-bottom: 1px solid #e8e8e8;}
  body .select2-container--default .select2-results__options li:last-child{border-bottom:0px;}

  body .select2-hidden-accessible {}

  @media screen and (max-width: 900px) {
    .controls {}
  }
  @media screen and (max-width: 600px) {
    body .select2-container {min-width: 142px;}
  }


/* Woocommerce overides
  --------------------------- */
  .woocommerce-result-count{display:none;}
  .price,.price p{display: block;font-size: 20px;font-weight: 700;}
  p.form-row br{display:none;}
  .shop_table{margin-bottom: 10px;text-align: left;border: 0px;empty-cells: show;}
  .shop_table thead{background: transparent;}
  .cart-collaterals .shop_table{background: white;}
  .shop_table th{border: 0px;font-family: inherit;font-weight: 300;}
  .shop_table th.product-price, .shop_table th.product-name{text-align: left;}
  .shop_table th.product-quantity, .shop_table th.product-subtotal, .shop_table td.product-quantity, .shop_table td.product-subtotal{/* display:none; */}
  .shop_table tr{}
  .shop_table td{vertical-align: middle;color: #000;border: 0px;border-top: 1px solid #f1f0ed;}
  .shop_table td br{display:none;}
  .cart-collaterals .shop_table td,.cart-collaterals .shop_table th{background:white;border: 1px solid #f0efed;border-left: 0;border-right: 0;}
  
  .woocommerce-checkout-review-order-table td,.woocommerce-checkout-review-order-table th{border: 1px solid #f0efed;}

  .shop_table td.actions{padding: 50px 0px 30px;text-align: right;}
  .shop_table td.product-quantity input{max-width: 100%;padding: 12px 14px;color: black;font-size: 16px;display: inline-block;line-height: 1em;position: relative;text-decoration: none;border: none;margin-bottom: 9px;font-family: "aktiv-grotesk", sans-serif;outline: none;margin: 0;border: 1px solid #d2d2d2;}
  .shop_table td.product-quantity input:focus,
  .shop_table td.product-quantity input:active{}
  .content .shop_table img{margin: 0px;width: 70px;}
  .product-remove{}
  .product-remove a{color: #c7c7c7;font-size: 30px;margin: 0px;padding: 0px;text-decoration: none;}
  .product-remove a:hover{color:black;}
  .coupon{display:inline-block;}
  .coupon button.button {padding: 16px 30px;background-color: #000;color: white;font-size: 15px;display: inline-block;line-height: 1em;position: relative;text-decoration: none;border: 0;font-family: 'Playfair Display', serif;border-radius: 2px;font-weight: 700;}
  .coupon label{display:inline-block;margin-right: 17px;}
  .coupon input{background: white;}
  .coupon input[type="text"]{max-width: 100%;padding: 12px 14px;color: black;font-size: 16px;display: inline-block;line-height: 1em;position: relative;text-decoration: none;border: none;margin-bottom: 9px;font-family: "aktiv-grotesk", sans-serif;outline: none;margin: 0;border: 1px solid #d2d2d2;margin-right: 17px;}
  .coupon input[type="submit"]{text-decoration: underline;border: 0;background: transparent;}
  .wc-proceed-to-checkout{text-align:right;width: 960px;margin: 0px auto 20px;max-width: 100%;}
  .woocommerce-message, .woocommerce-info, .woocommerce-billing-fields, .woocommerce-account-fields, .woocommerce-shipping-fields,.woocommerce-additional-fields{background: white;margin-bottom: -1px;padding: 20px;border:1px solid #eaeaea;}
  .woocommerce-shipping-fields br{display:none;}
  .woocommerce-shipping-fields h3{line-height: 1em;margin: 0;}
  .woocommerce-account-fields{}
  .woocommerce-account-fields p{margin: 0 !important;font-size: 16px !important;font-weight: 400;}
  .woocommerce-message{margin-bottom:30px;}
  .checkout_coupon, .woocommerce-form.woocommerce-form-login.login{background: white;margin-bottom: 30px;padding: 20px;border: 1px solid #eaeaea;position: relative;top: 0;}
  .checkout_coupon p.form-row{display: inline-block;}
  .checkout_coupon p.form-row input[type="text"]{max-width: 100%;padding: 12px 14px;color: black;font-size: 16px;display: inline-block;line-height: 1em;position: relative;text-decoration: none;border: none;margin-bottom: 9px;font-family: "aktiv-grotesk", sans-serif;outline: none;margin: 0;border: 1px solid #d2d2d2;margin-right: 17px;}
  .checkout_coupon p.form-row button[type="submit"]{text-decoration: underline;border: 0;font-size: 16px;background: transparent;}
  .woocommerce-billing-fields__field-wrapper, .woocommerce-shipping-fields__field-wrapper{display:flex;flex-wrap:wrap;}
  #customer_details p.form-row, .woocommerce-form.woocommerce-form-login.login p.form-row{width: 50%;padding-right: 20px;display: flex;flex-direction: column;justify-content: flex-end;margin: 0 0 14px 0;}
  .woocommerce-form.woocommerce-form-login.login p.form-row{display: inline-block;width: calc(50% - 4px);}
  .form-row.terms{margin-bottom:20px;}
  .woocommerce-form.woocommerce-form-login.login .clear + p.form-row{width:100%;padding-right:0px;}
  .woocommerce-form.woocommerce-form-login.login p.form-row button, button#place_order{padding: 17px 30px;background-color: #000;color: white;font-size: 15px;display: inline-block;line-height: 1em;position: relative;text-decoration: none;border: 0;font-family: 'Playfair Display', serif;font-weight: 700;margin-right: 17px;}
  button#place_order {margin-top: 30px;}
  .woocommerce-billing-fields{margin: auto auto 20px;}
  .woocommerce-message a.button{margin-right:20px;padding: 7px 15px;font-size: 12px;box-shadow: none;text-transform: capitalize;letter-spacing: 0px;}
  .woocommerce-billing-fields label, .woocommerce-form.woocommerce-form-login.login p.form-row label,#customer_details label{font-size: 14px;font-weight: 400;font-family: "aktiv-grotesk", sans-serif;}
  .woocommerce-form.woocommerce-form-login.login p.form-row label{}
  .woocommerce-form.woocommerce-form-login.login p.form-row label input[type=checkbox]{width:auto;margin-right: 5px;position: relative;top: 2px;}
  .woocommerce-billing-fields input, .woocommerce-form.woocommerce-form-login.login p.form-row input, #customer_details input[type="password"], #customer_details input[type="text"], #customer_details textarea{width: 100%;padding: 12px 14px;color: black;font-size: 16px;display: inline-block;line-height: 1em;position: relative;text-decoration: none;border: none;margin-bottom: 9px;font-family: "aktiv-grotesk", sans-serif;outline: none;margin: 0;border: 1px solid #d2d2d2;}
  .woocommerce-billing-fields input:focus{border-color:black;}
  #customer_details .select2-container{border: 1px solid #d2d2d2;margin-bottom: 1px;padding-bottom: 4px;color: black;font-size: 16px;}
  
  .currency-nzd .woocommerce-billing-fields .select2-container:nth-child(3){display:block;}
  .currency-nzd .woocommerce-billing-fields .select2-container:nth-child(4){display:none;}
  .currency-aud .woocommerce-billing-fields .select2-container:nth-child(3){display:none;}
  .currency-aud .woocommerce-billing-fields .select2-container:nth-child(4){display:block;}
    
  #customer_details .select2-container--focus{border-color:black;}
  #customer_details .select2-container .select2-selection--single{height: auto;}
  body #customer_details .select2-container .select2-selection__rendered{padding: 14px 14px 14px;line-height: 1em !important;color: black;font-size: 16px;}
  body #customer_details .select2-container--default .select2-selection--single .select2-selection__arrow{top: 8px;}

  .woocommerce-checkout .select2-container--open .select2-dropdown--below{border:1px solid black;margin-top:-1px;}

  .woocommerce-error{background: #fff;border-radius: 4px;/* box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.1); */padding: 13px 24px 13px;margin: 0 0 10px;list-style: none;}
  .woocommerce-error li{color: #c12e0a;}

  .woocommerce-checkout-payment{}
  .woocommerce-checkout-payment ul{background:white;padding: 0px;}
  .woocommerce-checkout-payment li{list-style:none;border-bottom:1px solid #eee;padding: 20px 0;}
  .woocommerce-checkout-payment li:last-child{border:0px;}
  .woocommerce-checkout-payment li label{display:inline-block}
  .single-column > .inner .payment_methods img{width: auto;margin: 0 0 0 13px;max-width: 100%;}
  .single-column > .inner .payment_methods .form-row label{
    font-size: 14px;
    font-weight: 400;
    font-family: "aktiv-grotesk", sans-serif;
    display: block;
}
  .single-column > .inner .payment_methods .form-row input{
    width: 100%;
    padding: 12px 14px;
    color: black;
    font-size: 16px;
    display: inline-block;
    line-height: 1em;
    position: relative;
    text-decoration: none;
    border: none;
    margin-bottom: 9px;
    font-family: "aktiv-grotesk", sans-serif;
    outline: none;
    margin: 0;
    border: 1px solid #d2d2d2;
}

  .woocommerce-cart{}
  .woocommerce-cart .intro-copy h1,.woocommerce-checkout .intro-copy h1{margin-bottom:0px;}
  .woocommerce-cart-form{/* width: 960px; */margin: auto;max-width:100%;}
  .woocommerce-cart-form tr:last-child{}
  .cart-collaterals .shop_table th:first-child,
  .woocommerce-checkout-review-order-table th:first-child,
  .woocommerce-checkout-review-order-table td:first-child{text-align:left;padding-left: 0px;font-size: 14px;border-right: 0px;}
  .woocommerce-checkout-review-order-table .order-total th,.woocommerce-checkout-review-order-table .order-total td{
    border-bottom: none;
}
  .woocommerce-checkout-review-order-table .shipping th, .woocommerce-checkout-review-order-table .shipping td{
    border-bottom: 1px solid black;
}
  .woocommerce-checkout-review-order-table td.product-name{padding-left: 10px;}
  .woocommerce-checkout-review-order-table thead th{border-color: transparent;border-bottom: 1px solid black;}
  .woocommerce-checkout-review-order-table td:first-child:last-child{text-align:right;}
  .cart-collaterals .shop_table th,.cart-collaterals .shop_table td,
  .woocommerce-checkout-review-order-table td{padding: 16px 0;font-weight: 300;border-left:0px;}
  .woocommerce-checkout-review-order-table td:last-child,.woocommerce-checkout-review-order-table th:last-child{text-align:right;border-right:0px;border-left: 0px;padding-right: 0px;}
  .woocommerce-cart-form tr:last-child td.actions:after{content:' ';display:block;clear:both;}
  .woocommerce-cart-form tr:last-child td.actions .coupon{float: left;display: flex;align-items: center;}
  .woocommerce-cart-form tr:last-child td.actions p{margin: 0;}
  .woocommerce-cart-form tr:last-child td.actions p button[name="update_cart"]{padding: 14px 30px;color: black;font-size: 15px;display: inline-block;line-height: 1em;position: relative;text-decoration: none;font-family: 'Playfair Display', serif;font-weight: 700;border: 0;background: transparent;border: 1px solid black;}
  .woocommerce-cart-form tr:last-child td.actions p button[name="update_cart"]{}
  .woocommerce-cart-form tr:last-child td.actions p button[name="update_cart"][disabled]{display:none;}
  .woocommerce-cart-form tr:last-child td.actions p:last-child{display:none;}

  .cart-collaterals .shop_table p{font-size: 16px !important;font-weight: 400;}

  .reset_variations{display:none !important;}
  #pa_size{display:none;}
  .size-label, .size-value{display:block;background: none !important;border: 0px !important;}
  .variations{border: 0px !important;}

  #customer_details{}
  #customer_details .col-1{width: 100%;float: none;}

  .cart_totals{/* border-top: 1px solid black; */padding-top: 40px;text-align: center;display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-orient: vertical;-webkit-box-direction: normal;-ms-flex-direction: column;flex-direction: column;}
  .cart_totals .shop_table{text-align:right;width: auto;width: 960px;margin: 30px auto;max-width: 100%;}
  
  @media screen and (max-width: 1024px){
    .cart thead{display:none;}
    .shop_table.cart,.shop_table.cart tbody{display:block;}
    .woocommerce-cart-form__contents tr.cart_item tr.cart_item{border-top: 1px solid #e8e8e8;padding: 23px 0px 19px;display: block;width: 100%;margin-bottom: -1px;position: relative;padding-left: 116px;}
    .woocommerce-cart-form__contents tr.cart_item tr.cart_item td{display: block;border: 0;padding: 0;font-weight: 300;}
    .woocommerce-cart-form .shop_table tr.cart_item {max-width:100% !important;}
    .shop_table tr.cart_item{position:relative;display:block;border:1px solid #d2d2d2;margin-bottom: 10px;padding: 20px 20px 11px;width: 142%;}
    .shop_table tr.cart_item td{display:block;border:none;padding: 0;margin-bottom: 13px;width: 100%;}
    .shop_table tr.cart_item td.product-remove{position: absolute;right: 0;top: 0;}
    .shop_table tr.cart_item td.product-remove a{padding: 0;display: block;width: 40px;height: 50px;line-height: 47px;text-align: center;font-size: 37px;color: black;float: right;}
    .shop_table tr.cart_item td.product-thumbnail{position: absolute;left: 20px;display: none;}
    .shop_table tr.cart_item td.product-name a{margin-bottom: 0;font-size: 17px;font-weight: 700;text-decoration: none;display: block;}
    .shop_table tr.cart_item td.product-price{}
    .shop_table tr.cart_item td.product-quantity:before,
    .shop_table tr.cart_item td.product-price:before,
    .shop_table tr.cart_item td.product-subtotal:before{display:inline-block;width:100px;font-size: 14px;font-weight: 300;}
    .shop_table tr.cart_item td.product-price:before{content:'Price:';}
    .shop_table tr.cart_item td.product-quantity{margin-bottom: 9px;}
    .shop_table tr.cart_item td.product-quantity:before{content: 'Quanitity:';}
    .shop_table tr.cart_item td.product-quantity .quantity{display:inline-block}
    .shop_table tr.cart_item td.product-subtotal{}
    .shop_table tr.cart_item td.product-subtotal:before{content:'Subtotal:';}
    .woocommerce-cart-form tr:last-child{width: 100%;display: block;}
    .woocommerce-cart-form tr:last-child td.actions:after{display:none;}
    .woocommerce-cart-form tr:last-child td{display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-pack: justify;-ms-flex-pack: justify;justify-content: space-between;border: 0;padding: 30px 0px 20px;}
  }


  @media screen and (max-width:768px){
    .shop_table td.actions{padding: 34px 0px 30px;}
    .cart .product-thumbnail,.product-subtotal  {display:none;}
    .woocommerce-cart-form tr:last-child td.actions .coupon{text-align: left;display: block !important;}
    .coupon label{display: none;margin-bottom: 7px;}
    .coupon input, .coupon input[type="submit"], form input[disabled], .wc-proceed-to-checkout a.button{margin-bottom: 10px;}
    .coupon input[type="submit"]{display: block;padding: 18px 0px 0;}
    .cart_totals{padding-top:0px;}
  }
  @media screen and (max-width:550px){
    .woocommerce-page .single-column{padding: 30px 20px 20px;}
    #customer_details p.form-row,.woocommerce-form.woocommerce-form-login.login p.form-row{width: 100%;padding-right: 0;}
    .shop_table tr.cart_item{/* padding: 20px 0; */}
    .shop_table tr.cart_item td.product-quantity:before, .shop_table tr.cart_item td.product-price:before, .shop_table tr.cart_item td.product-subtotal:before{font-size: 11px;}
    .shop_table tr.cart_item td.product-thumbnail{display:none;}
    .shop_table tr.cart_item td.product-name a{font-size: 16px;font-weight: 600;}
    .shop_table td.product-quantity input{width: 170px;}
    .shop_table tr.cart_item td.product-name{max-width: 90%;}
    .woocommerce-cart-form tr:last-child td{display:flex;flex-direction:column-reverse;text-align: left;}
    .woocommerce-cart-form tr:last-child td.actions p{margin-bottom:20px;}
    .woocommerce-cart-form tr:last-child td.actions p button[name="update_cart"]{width:100%;}

  }

  /* lost password form */
  .woocommerce-ResetPassword{width: 400px;max-width: 100%;margin: auto;}
  .woocommerce-ResetPassword p{}
  .woocommerce-ResetPassword p:first-child{
    font-size: 14px !important;
}
  .woocommerce-ResetPassword label{
    font-size: 14px;
    font-weight: 400;
    font-family: "aktiv-grotesk", sans-serif;
}
  .woocommerce-ResetPassword input[type="text"]{
    width: 100%;
    padding: 12px 14px;
    color: black;
    font-size: 16px;
    display: inline-block;
    line-height: 1em;
    position: relative;
    text-decoration: none;
    border: none;
    margin-bottom: 9px;
    font-family: "aktiv-grotesk", sans-serif;
    outline: none;
    margin: 0;
    border: 1px solid #d2d2d2;
}
  .woocommerce-ResetPassword button[type="submit"]{
    padding: 17px 30px;
    background-color: #000;
    color: white;
    font-size: 15px;
    display: inline-block;
    line-height: 1em;
    position: relative;
    text-decoration: none;
    border: 0;
    font-family: 'Playfair Display', serif;
    font-weight: 700;
    margin-right: 17px;
}


/* Portal
--------------------------- */
   .portal .tab-content .inner{padding: 60px 0 30px;}
  .login-wrap{padding:50px 7%;max-width: 970px;margin: auto;}
  .login-form{background: white;padding: 13px 5%;max-width: 400px;box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.16);margin: auto;}
  .login-form form#loginform{}
  .login-form form#loginform p{position: relative;}
  .login-form > p{text-align:center;font-size:14px;color: #9c9c9c;}
  .form-wrap{background:white;padding: 32px 35px;max-width: 688px;}
  .login-form form#loginform p label, .form-wrap label{display: block;font-size: 14px;font-weight: 700;margin-bottom: 2px;color: #545454;}
  .login-form form#loginform p.login-remember label{font-weight: 400;color: #9c9c9c;}
  .login-form form#loginform p.login-remember label input{}
  .login-form form#loginform p input[type="text"],
  .login-form form#loginform p input[type="password"],
  .form-wrap input[type="text"],.form-wrap input[type="email"],
  .form-wrap textarea,
  .form-wrap input[type="password"] {background-color: rgb(255, 255, 255);border: none;color: #616161 !important;padding: 14px 16px;font-family: inherit;width: 100%;border: 1px solid #e0e0e0;font-size: 16px;border-radius: 2px;}
  .wp-editor-wrap{border: 1px solid #e0e0e0;padding: 0px;}
  .wp-editor-tools{padding:10px;}
  .form-wrap input[type="text"],
  .form-wrap input[type="email"],
  .form-wrap input[type="password"],
  .form-wrap textarea{margin-bottom:20px;}
  .login-form form#loginform p input[type="submit"],
  .form-wrap input[type="submit"]{background-color: #898989;color: white;padding: 13px 20px;border-radius: 3px;border: 0px;font-size: 13px;width: 100%;}
  .form-wrap input[type="submit"]{width:auto;min-width:160px}
  .no-touch .login-form form#loginform p input[type="submit"]:hover,
  .no-touch .form-wrap input[type="submit"]:hover{opacity:0.7;}
  .form-wrap .button-group{margin:10px 0 0;}
  form input[type="checkbox"]{transform: scale(1.2);margin-right: 5px;top: 1px;position: relative;}
  form input[type="checkbox"]:focus + label:before{border: 2px solid #a6c8ff;}
  form input[type="checkbox"] + label:before {content: '';margin-right: 10px;display: inline-block;vertical-align: text-top;width: 20px;height: 20px;background: #ffffff;border: 1px solid #dadada;font-size: 16px;border-radius: 2px;position: relative;top: 0px;}
  form input[type="checkbox"]:checked + label:before{background: #898989;border-color: #898989;}
  form input[type="checkbox"] + label:after{content: '';display:block;position:absolute;font-family: 'framework';top: 1px;left: 3px;}
  form input[type="checkbox"]:checked + label:after{content: 'p';color: white;}
  input[type="radio"]{margin-right: 8px;transform: scale(1.4);margin-bottom: 13px;}

  ul#menu-portal-menu{margin: 0px;padding: 0px;list-style: none;background: white; text-align: center;}
  ul#menu-portal-menu li{color: #505050;display: inline-block;padding: 8px 16px;cursor: pointer;border-radius: 2px 2px 0px 0px;font-size: 15px;-webkit-user-select: none;-moz-user-select: none;-ms-user-select: none;user-select: none;}
  ul#menu-portal-menu li a {color: #888; }
  .no-touch ul#menu-portal-menu li:hover{filter: alpha(opacity=70); opacity: 0.7;}
  ul#menu-portal-menu li.current-menu-item{border-bottom: 2px solid #15CD52;}
  .no-touch ul#menu-portal-menu li.current-menu-item:hover{filter: alpha(opacity=100); opacity: 1;}

  @media screen and (max-width:400px){
    .login-wrap{padding: 0px;}
    .login-form{box-shadow: none;}
    .login-form form#loginform p input[type="text"], .login-form form#loginform p input[type="password"]{padding: 11px 14px;}
  }

/* instagram_feed
  --------------------------- */
  .instagram_feed{text-align:center;}
  .instagram_feed h2{display: inline-block;}
  .instagram_feed h2:after{content:' ';display:inline-block;width: 35px;height: 35px;background-image:url(../img/instagram.svg);background-size:100%;margin-left: 14px;background-repeat: no-repeat;}
  .instagram_feed #sb_instagram .sb_instagram_header,
  #sb_instagram #sbi_load{display:none;}
  .instagram_feed .inner{padding-bottom:40px;}

  @media screen and (max-width:400px){
    #sb_instagram.sbi_col_3 #sbi_images .sbi_item, #sb_instagram.sbi_col_4 #sbi_images .sbi_item, #sb_instagram.sbi_col_5 #sbi_images .sbi_item, #sb_instagram.sbi_col_6 #sbi_images .sbi_item, #sb_instagram.sbi_col_7 #sbi_images .sbi_item, #sb_instagram.sbi_col_8 #sbi_images .sbi_item, #sb_instagram.sbi_col_9 #sbi_images .sbi_item, #sb_instagram.sbi_col_10 #sbi_images .sbi_item{
    width: 50%;
  }
    #sb_instagram .sbi_photo{height: 150px !important;}
  }


/* My size layer / steps
  --------------------------- */

  .my-size-setup{margin:0 auto;max-width:1920px;}
  .my-size-setup .inner{padding:0;max-width: calc(100% - 80px);}
  .steps-wrap{text-align: center;display: flex;flex-direction: column;padding: 40px 20px 70px;margin: 30px 0px;background-color: #F1F0F1;}
  .layer.my-size-setup .steps-wrap{background-image: url(../img/plant1.png), url(../img/chair1.png);background-position: left -30px bottom -57px, right 47px bottom;background-repeat: no-repeat;background-size: 329px, 300px;}

  .steps-wrap > p{font-weight: 500;font-size: 14px;color: #909090;}
  .step{display: none;}
  .step.active{display: block;}
  .step-header{margin: 20px auto 0;max-width: 55%;}
  .step-header h2{}
  .step-header p{font-size: 24px;margin: 0 0 12px;}
  .step-options{display: flex;justify-content: center;padding: 35px 0px 0px;}
  .step-option{margin: 0 12px 20px;position: relative;transition: 0.2s ease all;}
  .step-option:hover{transform: translateY(-2px);}
  .step-option:before{content: "\F12C";font-family: "Material Design Icons";background: black;color: white;border-radius: 60px;width: 26px;display: block;height: 26px;line-height: 26px;font-size: 17px;position: absolute;top: -12px;right: -11px;transition: 0.2s ease all;transform: scale(0);text-align: center;}
  .step-option.active:before{transform:scale(1);}
  .step-option label{background: white;display: block;width: 150px;margin-bottom: 17px;height: 150px;display: flex;align-items: center;justify-content: center;border-radius: 6px;transition: 0.2s ease all;box-shadow: 0px 3px 4px -2px rgba(0, 0, 0, 0.2);}
  .step-option label:hover{box-shadow: 0px 5px 4px -2px rgba(0, 0, 0, 0.2);}
  .step-option.active label{border: 2px solid black !important;box-shadow: none !important;}
  .step-option svg{width: 55px;}
  .step-option input[type="radio"]{display: none;}
  .step-option span.step-option-title{font-size: 16px;}
  .step-actions{margin-top: 40px;}
  .step-actions button,.step-actions input.button{padding: 17px 43px;background-color: #000;color: white;font-size: 15px;display: inline-block;line-height: 1em;position: relative;text-decoration: none;border: 0;font-family: 'Playfair Display', serif;outline: none;border-radius: 2px;margin: 0px 11px;font-weight: 700;}
  .step-actions button:hover{opacity:0.8;}
  .step-actions button.forward{}
  .step-actions button.forward.disabled{opacity: 0.2;pointer-events: none;}
  .step-actions button.back{background: #ffffff;color: black;}

  .step-form-elements{max-width: 100%;width: 660px;margin: auto;display: -webkit-box;display: -ms-flexbox;display: flex;-ms-flex-wrap: wrap;flex-wrap: wrap;}
  .step-form-elements fieldset{width: 50%;margin: 7px 0px;position: relative;padding: 0 20px;}
  .step3 .step-form-elements fieldset{width:100%;}
  .step-form-elements label{display: block;text-align: left;font-size: 12px;}
  .step-form-elements input[type="number"], .step-form-elements input[type="text"],.step-form-elements input[type="email"]{width: 100%;width: 100%;padding: 15px 42px 15px 15px;background-color: #fff;color: black;font-size: 16px;display: inline-block;line-height: 1em;position: relative;text-decoration: none;border: none;margin-bottom: 9px;font-family: "aktiv-grotesk", sans-serif;}
  
  .step-form-elements input[type=range] {-webkit-appearance: none;border: 1px solid #f2f1f2;width: 100%;}
  .step-form-elements input[type=range]::-webkit-slider-runnable-track {width: 100%;height: 5px;background: #ddd;border: none;border-radius: 3px;}
  .step-form-elements input[type=range]::-webkit-slider-thumb {-webkit-appearance: none;border: none;height: 16px;width: 16px;border-radius: 50%;background: black;margin-top: -4px;}
  .step-form-elements input[type=range]:focus {outline: none;}
  .step-form-elements input[type=range]:focus::-webkit-slider-runnable-track {background: #ccc;}
  .step-form-elements input[type=range]::-moz-range-track {width: 100%;height: 5px;background: #ddd;border: none;border-radius: 3px;}
  .step-form-elements input[type=range]::-moz-range-thumb {border: none;height: 16px;width: 16px;border-radius: 50%;background: black;}
  .step-form-elements input[type=range]:-moz-focusring{outline: 1px solid white;outline-offset: -1px;}
  .step-form-elements input[type=range]::-ms-track {width: 100%;height: 5px;background: transparent;border-color: transparent;border-width: 6px 0;color: transparent;}
  .step-form-elements input[type=range]::-ms-fill-lower {background: #777;border-radius: 10px;}
  .step-form-elements input[type=range]::-ms-fill-upper {background: #ddd;border-radius: 10px;}
  .step-form-elements input[type=range]::-ms-thumb {border: none;height: 16px;width: 16px;border-radius: 50%;background: black;}
  .step-form-elements input[type=range]:focus::-ms-fill-lower {background: #888;}
  .step-form-elements input[type=range]:focus::-ms-fill-upper {background: #ccc;}

  .step-form-elements .range-indicator{display: flex;flex-wrap: nowrap;justify-content: space-between;padding-top: 7px;}
  .step-form-elements .range-indicator span{position: relative;font-size: 11px;}
  .step-form-elements .range-indicator span:nth-child(2){padding-left:6px;}

  .step1 .step-option:nth-child(1) svg{width: 78px;}
  .step1 .step-option:nth-child(2) svg{}
  .step1 .step-option:nth-child(3) svg{width: 55px;}

  .step4 .step-option:nth-child(1) svg{width: 50px;}
  .step4 .step-option:nth-child(2) svg{width: 45px;}
  .step4 .step-option:nth-child(3) svg{width: 28px;}
  .step4 .step-option:nth-child(4) svg{width: 33px;}
  
  .step2 .step-form-elements span{position: absolute;right: 33px;bottom: 23px;font-size: 12px;}
  
  .step1 fieldset{width: 400px;max-width: 100%;margin: 30px auto 10px;padding: 0;}

  @media screen and (max-width:1400px){
    .layer.my-size-setup .steps-wrap{background-image: url(../img/plant1.png), url(../img/chair1.png);background-position: left -40px bottom -57px, right 27px bottom;background-repeat: no-repeat;background-size: 269px, 240px;}

  }
  @media screen and (max-width:1024px){
    .layer.my-size-setup .steps-wrap{background-image: none;padding: 40px 20px;}
    .my-size-setup .inner{max-width: calc(100% - 40px);}
    .step-header{margin: 20px auto 0;max-width: 100%;}
    .step-header p{font-size:18px;}
  }
  @media screen and (max-width: 768px){
    .layer.my-size-setup .steps-wrap{padding: 30px 20px;}
    .step-header{margin:0px;}
    .step-options{flex-direction: column;padding: 14px 0px 0px;}
    .step-option{margin-bottom:10px;margin: 0 0 8px;}
    .step-option label{width: 100%;height: 68px;padding: 11px 17px;align-items: center;justify-content: left;margin: 0;border: 2px solid white;}
    .step-option span.step-option-title{position: absolute;top: 23px;text-align: right;left: 73px;}
    .step1 .step-option svg,
    .step4 .step-option svg{width: auto !important;height: 32px;}
    .step1 .step-option:nth-child(1) svg{height: 27px;}
    .step1 .step-option:nth-child(3) svg{height: 31px;}
    .step-actions{margin-top: 16px;}
    .step-actions button{margin: 0px 3px;padding: 17px 23px;}
    
  }
  @media screen and (max-width:500px){
    .layer.my-size-setup .steps-wrap{padding-top:10px;}
    .step-header p{font-size:16px;}
    .step-form-elements fieldset{width: 100%;padding: 0;}
    .step2 .step-form-elements span{right: 17px;}
  }


/* account page */
.woocommerce-account{}
.page-template-template-account .tiles-slider{padding: 60px 7% 30px;}
.woocommerce-account .single-column > .inner,
.page-template-template-account .tiles-slider .inner,
.page-template-template-account .my-size-setup .inner{max-width: 1020px;padding: 0;}
.woocommerce-account.logged-in .single-column > .inner > .woocommerce,
.page-template-template-account .woocommerce{display: -webkit-box;display: -ms-flexbox;display: flex;margin-bottom: 30px;}
nav.woocommerce-MyAccount-navigation{width: 27%;border-top: 1px solid black;padding-top: 26px;margin-right: 4%;}
nav.woocommerce-MyAccount-navigation li{}

.tiles-slider nav.woocommerce-MyAccount-navigation li:nth-child(1) a,
.my-size-setup nav.woocommerce-MyAccount-navigation li:nth-child(1) a{font-weight: 400;}


nav.woocommerce-MyAccount-navigation li a{text-decoration: none;}
nav.woocommerce-MyAccount-navigation li a:hover{text-decoration: underline;}
nav.woocommerce-MyAccount-navigation li.is-active{}
nav.woocommerce-MyAccount-navigation li.is-active a{font-weight: 600;}
.woocommerce-MyAccount-content,
.page-template-template-account .tiles-slider .tile.column-3 {width: calc(100% - 31%);border-top: 1px solid black;padding-top: 26px;}
.page-template-template-account .tiles-slider .tile.column-3{margin: 0 0;flex-direction: row;}
.page-template-template-account .tiles-slider .tile.column-3 .col{margin: 0 0 20px 0 !important;padding: 0 16px 0;width: 33.33%;}

@media screen and (max-width:600px){
  .page-template-template-account .tiles-slider .tile.column-3 .col{width:50%;}
}
@media screen and (max-width:400px){
  .page-template-template-account .tiles-slider .tile.column-3{}
  .page-template-template-account .tiles-slider .tile.column-3 .col{width:100%;}
}

.woocommerce-MyAccount-content .woocommerce-Address{border:1px solid #eee;margin-bottom: 10px;padding: 20px;}
.woocommerce-MyAccount-content .woocommerce-Address h3{font-family: "aktiv-grotesk", sans-serif;font-size: 16px;}

table.account-orders-table{font-size: 12px;}
table.account-orders-table a.button{background: transparent;padding: 0;color: #000;font-family: "aktiv-grotesk", sans-serif;margin-right: 8px;font-weight: 400;text-decoration: underline;font-size: 12px;}

.page-template-template-account .tiles-slider .inner{}
.page-template-template-account .tiles-slider .inner .woocommerce{}

.woocommerce-MyAccount-content .edit-account{}
.woocommerce-MyAccount-content .edit-account p{font-size: 16px !important;}
.woocommerce-MyAccount-content .edit-account p label{display: block;}
.woocommerce-MyAccount-content .edit-account fieldset{margin-top: 30px;}
.woocommerce-MyAccount-content legend{font-weight:700;}
.woocommerce-MyAccount-content .edit-account p input{width: 100%;padding: 9px 14px;background-color: #fff;color: black;font-size: 14px;display: inline-block;line-height: 1em;position: relative;text-decoration: none;border: none;margin-bottom: 9px;font-family: "aktiv-grotesk", sans-serif;border: 1px solid #c1c1c1;}
.woocommerce-MyAccount-content .edit-account button[type="submit"]{padding: 17px 30px;background-color: #000;color: white;font-size: 15px;display: inline-block;line-height: 1em;position: relative;text-decoration: none;border: 0;font-family: 'Playfair Display', serif;border-radius: 2px;font-weight: 700;}
.woocommerce-MyAccount-content .edit-account button[type="submit"]:hover{opacity:0.75;}

.layer.my-size-setup .woocommerce-MyAccount-content .use-my-size label{}
.layer.my-size-setup .woocommerce-MyAccount-content .steps-wrap{background: white;text-align: left;padding: 0;}
.layer.my-size-setup .woocommerce-MyAccount-content .steps-wrap > p:first-child{display:none;}
.layer.my-size-setup .woocommerce-MyAccount-content .step{border-top: 1px solid #ddd;padding-top: 40px;margin-top: 30px;}
.layer.my-size-setup .woocommerce-MyAccount-content .step-header{margin: 0;}
.layer.my-size-setup .woocommerce-MyAccount-content .step-options{flex-direction: column;}
.layer.my-size-setup .woocommerce-MyAccount-content .step-option {margin-bottom: 10px;margin: 0 0 8px;}
.layer.my-size-setup .woocommerce-MyAccount-content .step-option label{width: 100%;height: 68px;padding: 11px 17px;align-items: center;justify-content: left;margin: 0;border: 2px solid white;}
.layer.my-size-setup .woocommerce-MyAccount-content .step-option span.step-option-title{position: absolute;top: 23px;text-align: right;left: 73px;}
.layer.my-size-setup .woocommerce-MyAccount-content .step1 .step-option svg,
.layer.my-size-setup .woocommerce-MyAccount-content .step4 .step-option svg{width: auto !important;height: 32px;}
.layer.my-size-setup .woocommerce-MyAccount-content .step1 .step-option:nth-child(1) svg{height: 27px;}
.layer.my-size-setup .woocommerce-MyAccount-content .step1 .step-option:nth-child(3) svg{height: 31px;}
.layer.my-size-setup .woocommerce-MyAccount-content .step-actions{margin-top: 16px;}
.layer.my-size-setup .woocommerce-MyAccount-content .step-actions button{margin: 0px 3px;padding: 17px 23px;}
.layer.my-size-setup .woocommerce-MyAccount-content .step-option svg{height: 32px;width: auto;}

.layer.my-size-setup .woocommerce-MyAccount-content .step-header h2{font-family: "aktiv-grotesk", sans-serif;font-size: 19px;}
.layer.my-size-setup .woocommerce-MyAccount-content .step-header p{font-size: 16px;}
.layer.my-size-setup .woocommerce-MyAccount-content .step-option label{background: white;box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.3);width: 100%;height: 68px;padding: 11px 17px;align-items: center;justify-content: left;margin: 0;border: 2px solid white;}

.layer.my-size-setup .woocommerce-MyAccount-content  .step-form-elements input[type="number"]{background-color: #eaeaea;}



@media screen and (max-width:800px){
  .page-template-template-account .my-size-setup,
  .woocommerce-account .single-column{padding: 20px 30px;}
  .page-template-template-account .tiles-slider{padding: 1px 20px 30px;}
  .woocommerce-account.logged-in .single-column > .inner > .woocommerce, .page-template-template-account .woocommerce{display: block;}
  nav.woocommerce-MyAccount-navigation{width: calc(100% + 40px);padding: 0 0px 0 0;margin-right: 0px;border-top: 0;border-bottom: 1px solid black;/* margin-left: -20px; */}
  nav.woocommerce-MyAccount-navigation > ul{display: flex;flex-wrap: nowrap;overflow-x: scroll;padding: 0 60px 0 0;}
  nav.woocommerce-MyAccount-navigation li{display: inline-block;margin-right: 13px;white-space: nowrap;margin-bottom: 0;line-height: 41px;}
  nav.woocommerce-MyAccount-navigation li:last-child{padding-right: 50px;}
  .woocommerce-MyAccount-content,.page-template-template-account .tiles-slider .tile.column-3{width: 100%;border-top: 0px;}
 
}
@media screen and (max-width:520px){
  .woocommerce-account .single-column,
  .page-template-template-account .my-size-setup{padding: 20px;}
}



/* Insta style */
  


/* IOS popup fix
    --------------------------- */
    html.iphone.popup-open body,
    html.ipad.popup-open body{width:100%;height:100%;overflow:hidden;position:fixed;}




/* Print Styles
  --------------------------- */

  @media print,
     (-o-min-device-pixel-ratio: 5/4),
     (-webkit-min-device-pixel-ratio: 1.25),
     (min-resolution: 120dpi) {

  }
  @media print {
    * {background: transparent !important; color: black !important; box-shadow:none !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } /* Black prints faster: h5bp.com/s */
    a, a:visited {text-decoration: underline; }
    a[href]:after {content: " (" attr(href) ")"; }
    abbr[title]:after {content: " (" attr(title) ")"; }
    .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }  /* Don't show links for images, or javascript/internal links */
    pre, blockquote {border: 1px solid #999; page-break-inside: avoid; }
    thead {display: table-header-group;}
    tr, img {page-break-inside: avoid;}
    img {max-width: 100% !important;}
    @page {margin: 0.5cm;}
    p, h2, h3 {orphans: 3; widows: 3;}
    h2, h3 {page-break-after: avoid;}
  }
