@charset "UTF-8";

/*================ VARIABLES ================*/
/*============================================================================
  Table of Contents:
    *Color Variables
    *Action Bar
    *Logo Width
    *Navigation Header
    *Sale Badges
    *Sizing Variables
    *Typography Variables
    *Z-Index
    *Site Header
    *Forms
    *Misc
    *Drawers
    *Hero
    *Collection Grid
==============================================================================*/
/*============================================================================
  Grid Breakpoints and Class Names
    - Do not change the variable names
==============================================================================*/
/*============================================================================
  Generate breakpoint-specific column widths and push classes
    - Default column widths: $grid-breakpoint-has-widths: ($small, $medium-up);
    - Default is no push classes
==============================================================================*/
/*================ #Color Variables ================*/
/*================ Logo Width ================*/
/*================ Navigation Header ================*/
/*================ #Action Bar ================*/
/*================ Sale badges ================*/
/*================ #Sizing Variables ================*/
/*================ #Typography Variables ================*/
@font-face {
	font-family: 'icons';
	src: url('//eu.suitnegozi.com/cdn/shop/t/2/assets/icons.eot?v=20028156566840377271579872943');
	src: url('//eu.suitnegozi.com/cdn/shop/t/2/assets/icons.eot?v=20028156566840377271579872943#iefix') format("embedded-opentype"),
	url('//eu.suitnegozi.com/cdn/shop/t/2/assets/icons.woff?v=15017938242008778141579872945') format("woff"),
	url('//eu.suitnegozi.com/cdn/shop/t/2/assets/icons.ttf?v=27219823213237099761579872944') format("truetype"),
	url('//eu.suitnegozi.com/cdn/shop/t/2/assets/icons.svg?v=181733883950945120391579872944#shop-icons') format("svg");
	font-weight: 400;
	font-style: normal;
}

/*================ #Z-Index ================*/
/*================ Misc ================*/
/*================ #Site Header ================*/
/*================ #Forms ================*/
/*================ #Drawers ================*/
/*================ #Collection Grid ================*/
/*============================================================================
  Boundless Theme by Shopify
==============================================================================*/
/*================ THEME FUNCTIONS ================*/
/*============================================================================
  Strip units off number to have a safe working base, then append units.
  Add unit by multiplying by 1 (ex. 20 * 1px = 20px)
==============================================================================*/
/*================ CANVAS ================*/
/*============================================================================
  Shopify Canvas
  Copyright 2015 Shopify Inc.

  Some things to know about this file:
    - Sass is compiled on Shopify's server so you don't need to convert it to CSS yourself
    - The output CSS is compressed and comments are removed
    - You cannot use @imports in this file
    - The font icons are prepared using https://icomoon.io/app
==============================================================================*/
/*============================================================================
  Table of Contents

  #Normalize
  #Variables
    *Color Variables
    *Sizing Variables
    *Typography Variables
    *Z-Index
  #Mixins and Functions
    *Clear Fix
    *Prefix
    *Em
    *Strip-units
    *Backface
    *User-select
  #Helper Classes
  #Breakpoint Variables
  #Media Query
  #Responsive Helper Mixins
    *Show/Hide Helper
    *Text Align Helper
    *Float Helper
  #Grid
    *Grid Setup
    *Reverse Grid
    *Gutterless Grid
    *Grid Columns
    *Uniform Grid
  #Basic Styles
  #Typography
  #Icons
    *Fallback Text
    *Icon Mapping
  #Lists
  #Rich Text Editor
  #Links and Buttons
  #Tables
  #Reponsive Tables
  #Images and Iframes
  #Forms
    *Error States
    *Labels
  #Site Nav and Dropdowns
  #Section Headers
==============================================================================*/
/*============================================================================
  #Normalize

  Based on normalize.css v3.0.2 | MIT License | git.io/normalize
==============================================================================*/
*,
*:before,
*:after {
	box-sizing: border-box;
}

body {
	margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
	display: block;
}

body,
input,
textarea,
button,
select {
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: 100%;
}

a {
	background-color: transparent;
	color: #000;
	text-decoration: none;
}

b,
strong {
	font-weight: "700";
}

em {
	font-style: italic;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	max-width: 100%;
	border: 0;
	vertical-align: middle;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input[type="search"] {
	-webkit-appearance: textfield;
}

table {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

textarea {
	overflow: auto;
}

[tabindex='-1']:focus {
	outline: none;
}

/*============================================================================
  #Mixins and Functions
==============================================================================*/
/*================ #Clear Fix ================*/
/*============================================================================
  Prefix mixin for generating vendor prefixes:

  Usage:
    // Input:
    .element {
      @include prefix(transform, scale(1), ms webkit spec);
    }

    // Output:
    .element {
      -ms-transform: scale(1);
      -webkit-transform: scale(1);
      transform: scale(1);
    }

  Based on https://github.com/thoughtbot/bourbon/blob/master/app/assets/stylesheets/addons/_prefixer.scss
==============================================================================*/
/*============================================================================
  Convert pixels to ems

  eg. for a relational value of 12px write em(12) when the parent is 16px
  if the parent is another value say 24px write em(12, 24)

  Based on https://github.com/thoughtbot/bourbon/blob/master/app/assets/stylesheets/functions/_px-to-em.scss
==============================================================================*/
/*============================================================================
  Strips the unit from a number.

  @param {Number (With Unit)} $value
  @example scss - Usage
    $dimension: strip-units(10em);
  @example css - CSS Output
    $dimension: 10;
  @return {Number (Unitless)}

  based on https://github.com/thoughtbot/bourbon/blob/master/app/assets/stylesheets/functions/_strip-units.scss
==============================================================================*/
/*============================================================================
  #Helper Classes
==============================================================================*/
.clearfix {
	*zoom: 1;
}

.clearfix:after {
	content: '';
	display: table;
	clear: both;
}

.visually-hidden,
.no-js .lazyload,
.no-js .fade-in,
.no-js .product-item__image-container,
.no-js .article__featured-image-wrapper {
	position: absolute !important;
	overflow: hidden;
	clip: rect(0 0 0 0);
	height: 1px;
	width: 1px;
	margin: -1px;
	padding: 0;
	border: 0;
}

/*============================================================================
  #Media Query Mixin
==============================================================================*/
/*============================================================================
  #Responsive Helper Mixins
==============================================================================*/
/*================ Responsive Show/Hide Helper ================*/
/*================ Responsive Text Alignment Helper ================*/
/*============================================================================
  #Grid
==============================================================================*/
/*============================================================================
  Grid Setup
    1. Allow the grid system to be used on lists.
    2. Remove any margins and paddings that might affect the grid system.
    3. Apply a negative `margin-left` to negate the columns' gutters.
==============================================================================*/
.grid {
	*zoom: 1;
}

.grid:after {
	content: '';
	display: table;
	clear: both;
}

.grid {
	list-style: none;
	margin: 0;
	padding: 0;
	margin-left: -30px;
}

.grid__item {
	float: left;
	padding-left: 30px;
	width: 100%;
}

.grid__item[class*="--push"] {
	position: relative;
}

/*============================================================================
  Reversed grids allow you to structure your source in the opposite
  order to how your rendered layout will appear.
==============================================================================*/
.grid--rev {
	direction: rtl;
	text-align: left;
}

.grid--rev>.grid__item {
	direction: ltr;
	text-align: left;
	float: right;
}

/*============================================================================
  Grid Columns
    - Create width classes, prepended by the breakpoint name.
==============================================================================*/
/*================ Grid push classes ================*/
/*================ Clearfix helper on uniform grids ================*/
/*================ Build Base Grid Classes ================*/
/** Whole */
.one-whole {
	width: 100%;
}

/* Halves */
.one-half {
	width: 50%;
}

/* Thirds */
.one-third {
	width: 33.33333%;
}

.two-thirds {
	width: 66.66667%;
}

/* Quarters */
.one-quarter {
	width: 25%;
}

.two-quarters {
	width: 50%;
}

.three-quarters {
	width: 75%;
}

/* Fifths */
.one-fifth {
	width: 20%;
}

.two-fifths {
	width: 40%;
}

.three-fifths {
	width: 60%;
}

.four-fifths {
	width: 80%;
}

/* Sixths */
.one-sixth {
	width: 16.66667%;
}

.two-sixths {
	width: 33.33333%;
}

.three-sixths {
	width: 50%;
}

.four-sixths {
	width: 66.66667%;
}

.five-sixths {
	width: 83.33333%;
}

/* Eighths */
.one-eighth {
	width: 12.5%;
}

.two-eighths {
	width: 25%;
}

.three-eighths {
	width: 37.5%;
}

.four-eighths {
	width: 50%;
}

.five-eighths {
	width: 62.5%;
}

.six-eighths {
	width: 75%;
}

.seven-eighths {
	width: 87.5%;
}

/* Tenths */
.one-tenth {
	width: 10%;
}

.two-tenths {
	width: 20%;
}

.three-tenths {
	width: 30%;
}

.four-tenths {
	width: 40%;
}

.five-tenths {
	width: 50%;
}

.six-tenths {
	width: 60%;
}

.seven-tenths {
	width: 70%;
}

.eight-tenths {
	width: 80%;
}

.nine-tenths {
	width: 90%;
}

/* Twelfths */
.one-twelfth {
	width: 8.33333%;
}

.two-twelfths {
	width: 16.66667%;
}

.three-twelfths {
	width: 25%;
}

.four-twelfths {
	width: 33.33333%;
}

.five-twelfths {
	width: 41.66667%;
}

.six-twelfths {
	width: 50%;
}

.seven-twelfths {
	width: 58.33333%;
}

.eight-twelfths {
	width: 66.66667%;
}

.nine-twelfths {
	width: 75%;
}

.ten-twelfths {
	width: 83.33333%;
}

.eleven-twelfths {
	width: 91.66667%;
}

.show {
	display: block !important;
}

.hide {
	display: none !important;
}

.text-left {
	text-align: left !important;
}

.text-right {
	text-align: right !important;
}

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

/*================ Build Responsive Grid Classes ================*/
@media only screen and (min-width: 481px) and (max-width: 766px) {

	/** Whole */
	.small--one-whole {
		width: 100%;
	}

	/* Halves */
	.small--one-half {
		width: 50%;
	}

	/* Thirds */
	.small--one-third {
		width: 33.33333%;
	}

	.small--two-thirds {
		width: 66.66667%;
	}

	/* Quarters */
	.small--one-quarter {
		width: 25%;
	}

	.small--two-quarters {
		width: 50%;
	}

	.small--three-quarters {
		width: 75%;
	}

	/* Fifths */
	.small--one-fifth {
		width: 20%;
	}

	.small--two-fifths {
		width: 40%;
	}

	.small--three-fifths {
		width: 60%;
	}

	.small--four-fifths {
		width: 80%;
	}

	/* Sixths */
	.small--one-sixth {
		width: 16.66667%;
	}

	.small--two-sixths {
		width: 33.33333%;
	}

	.small--three-sixths {
		width: 50%;
	}

	.small--four-sixths {
		width: 66.66667%;
	}

	.small--five-sixths {
		width: 83.33333%;
	}

	/* Eighths */
	.small--one-eighth {
		width: 12.5%;
	}

	.small--two-eighths {
		width: 25%;
	}

	.small--three-eighths {
		width: 37.5%;
	}

	.small--four-eighths {
		width: 50%;
	}

	.small--five-eighths {
		width: 62.5%;
	}

	.small--six-eighths {
		width: 75%;
	}

	.small--seven-eighths {
		width: 87.5%;
	}

	/* Tenths */
	.small--one-tenth {
		width: 10%;
	}

	.small--two-tenths {
		width: 20%;
	}

	.small--three-tenths {
		width: 30%;
	}

	.small--four-tenths {
		width: 40%;
	}

	.small--five-tenths {
		width: 50%;
	}

	.small--six-tenths {
		width: 60%;
	}

	.small--seven-tenths {
		width: 70%;
	}

	.small--eight-tenths {
		width: 80%;
	}

	.small--nine-tenths {
		width: 90%;
	}

	/* Twelfths */
	.small--one-twelfth {
		width: 8.33333%;
	}

	.small--two-twelfths {
		width: 16.66667%;
	}

	.small--three-twelfths {
		width: 25%;
	}

	.small--four-twelfths {
		width: 33.33333%;
	}

	.small--five-twelfths {
		width: 41.66667%;
	}

	.small--six-twelfths {
		width: 50%;
	}

	.small--seven-twelfths {
		width: 58.33333%;
	}

	.small--eight-twelfths {
		width: 66.66667%;
	}

	.small--nine-twelfths {
		width: 75%;
	}

	.small--ten-twelfths {
		width: 83.33333%;
	}

	.small--eleven-twelfths {
		width: 91.66667%;
	}

	.grid--uniform .small--one-half:nth-child(2n+1),
	.grid--uniform .small--one-third:nth-child(3n+1),
	.grid--uniform .small--one-quarter:nth-child(4n+1),
	.grid--uniform .small--one-fifth:nth-child(5n+1),
	.grid--uniform .small--one-sixth:nth-child(6n+1),
	.grid--uniform .small--two-sixths:nth-child(3n+1),
	.grid--uniform .small--three-sixths:nth-child(2n+1),
	.grid--uniform .small--two-eighths:nth-child(4n+1),
	.grid--uniform .small--four-eighths:nth-child(2n+1),
	.grid--uniform .small--five-tenths:nth-child(2n+1),
	.grid--uniform .small--one-twelfth:nth-child(12n+1),
	.grid--uniform .small--two-twelfths:nth-child(6n+1),
	.grid--uniform .small--three-twelfths:nth-child(4n+1),
	.grid--uniform .small--four-twelfths:nth-child(3n+1),
	.grid--uniform .small--six-twelfths:nth-child(2n+1) {
		clear: both;
	}

	.small--show {
		display: block !important;
	}

	.small--hide {
		display: none !important;
	}

	.small--text-left {
		text-align: left !important;
	}

	.small--text-right {
		text-align: right !important;
	}

	.small--text-center {
		text-align: center !important;
	}
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {

	/** Whole */
	.medium--one-whole {
		width: 100%;
	}

	/* Halves */
	.medium--one-half {
		width: 50%;
	}

	/* Thirds */
	.medium--one-third {
		width: 33.33333%;
	}

	.medium--two-thirds {
		width: 66.66667%;
	}

	/* Quarters */
	.medium--one-quarter {
		width: 25%;
	}

	.medium--two-quarters {
		width: 50%;
	}

	.medium--three-quarters {
		width: 75%;
	}

	/* Fifths */
	.medium--one-fifth {
		width: 20%;
	}

	.medium--two-fifths {
		width: 40%;
	}

	.medium--three-fifths {
		width: 60%;
	}

	.medium--four-fifths {
		width: 80%;
	}

	/* Sixths */
	.medium--one-sixth {
		width: 16.66667%;
	}

	.medium--two-sixths {
		width: 33.33333%;
	}

	.medium--three-sixths {
		width: 50%;
	}

	.medium--four-sixths {
		width: 66.66667%;
	}

	.medium--five-sixths {
		width: 83.33333%;
	}

	/* Eighths */
	.medium--one-eighth {
		width: 12.5%;
	}

	.medium--two-eighths {
		width: 25%;
	}

	.medium--three-eighths {
		width: 37.5%;
	}

	.medium--four-eighths {
		width: 50%;
	}

	.medium--five-eighths {
		width: 62.5%;
	}

	.medium--six-eighths {
		width: 75%;
	}

	.medium--seven-eighths {
		width: 87.5%;
	}

	/* Tenths */
	.medium--one-tenth {
		width: 10%;
	}

	.medium--two-tenths {
		width: 20%;
	}

	.medium--three-tenths {
		width: 30%;
	}

	.medium--four-tenths {
		width: 40%;
	}

	.medium--five-tenths {
		width: 50%;
	}

	.medium--six-tenths {
		width: 60%;
	}

	.medium--seven-tenths {
		width: 70%;
	}

	.medium--eight-tenths {
		width: 80%;
	}

	.medium--nine-tenths {
		width: 90%;
	}

	/* Twelfths */
	.medium--one-twelfth {
		width: 8.33333%;
	}

	.medium--two-twelfths {
		width: 16.66667%;
	}

	.medium--three-twelfths {
		width: 25%;
	}

	.medium--four-twelfths {
		width: 33.33333%;
	}

	.medium--five-twelfths {
		width: 41.66667%;
	}

	.medium--six-twelfths {
		width: 50%;
	}

	.medium--seven-twelfths {
		width: 58.33333%;
	}

	.medium--eight-twelfths {
		width: 66.66667%;
	}

	.medium--nine-twelfths {
		width: 75%;
	}

	.medium--ten-twelfths {
		width: 83.33333%;
	}

	.medium--eleven-twelfths {
		width: 91.66667%;
	}

	.grid--uniform .medium--one-half:nth-child(2n+1),
	.grid--uniform .medium--one-third:nth-child(3n+1),
	.grid--uniform .medium--one-quarter:nth-child(4n+1),
	.grid--uniform .medium--one-fifth:nth-child(5n+1),
	.grid--uniform .medium--one-sixth:nth-child(6n+1),
	.grid--uniform .medium--two-sixths:nth-child(3n+1),
	.grid--uniform .medium--three-sixths:nth-child(2n+1),
	.grid--uniform .medium--two-eighths:nth-child(4n+1),
	.grid--uniform .medium--four-eighths:nth-child(2n+1),
	.grid--uniform .medium--five-tenths:nth-child(2n+1),
	.grid--uniform .medium--one-twelfth:nth-child(12n+1),
	.grid--uniform .medium--two-twelfths:nth-child(6n+1),
	.grid--uniform .medium--three-twelfths:nth-child(4n+1),
	.grid--uniform .medium--four-twelfths:nth-child(3n+1),
	.grid--uniform .medium--six-twelfths:nth-child(2n+1) {
		clear: both;
	}

	.medium--show {
		display: block !important;
	}

	.medium--hide {
		display: none !important;
	}

	.medium--text-left {
		text-align: left !important;
	}

	.medium--text-right {
		text-align: right !important;
	}

	.medium--text-center {
		text-align: center !important;
	}
}

@media only screen and (min-width: 768px) {

	/** Whole */
	.medium-up--one-whole {
		width: 100%;
	}

	/* Halves */
	.medium-up--one-half {
		width: 50%;
	}

	/* Thirds */
	.medium-up--one-third {
		width: 33.33333%;
	}

	.medium-up--two-thirds {
		width: 66.66667%;
	}

	/* Quarters */
	.medium-up--one-quarter {
		width: 25%;
	}

	.medium-up--two-quarters {
		width: 50%;
	}

	.medium-up--three-quarters {
		width: 75%;
	}

	/* Fifths */
	.medium-up--one-fifth {
		width: 20%;
	}

	.medium-up--two-fifths {
		width: 40%;
	}

	.medium-up--three-fifths {
		width: 60%;
	}

	.medium-up--four-fifths {
		width: 80%;
	}

	/* Sixths */
	.medium-up--one-sixth {
		width: 16.66667%;
	}

	.medium-up--two-sixths {
		width: 33.33333%;
	}

	.medium-up--three-sixths {
		width: 50%;
	}

	.medium-up--four-sixths {
		width: 66.66667%;
	}

	.medium-up--five-sixths {
		width: 83.33333%;
	}

	/* Eighths */
	.medium-up--one-eighth {
		width: 12.5%;
	}

	.medium-up--two-eighths {
		width: 25%;
	}

	.medium-up--three-eighths {
		width: 37.5%;
	}

	.medium-up--four-eighths {
		width: 50%;
	}

	.medium-up--five-eighths {
		width: 62.5%;
	}

	.medium-up--six-eighths {
		width: 75%;
	}

	.medium-up--seven-eighths {
		width: 87.5%;
	}

	/* Tenths */
	.medium-up--one-tenth {
		width: 10%;
	}

	.medium-up--two-tenths {
		width: 20%;
	}

	.medium-up--three-tenths {
		width: 30%;
	}

	.medium-up--four-tenths {
		width: 40%;
	}

	.medium-up--five-tenths {
		width: 50%;
	}

	.medium-up--six-tenths {
		width: 60%;
	}

	.medium-up--seven-tenths {
		width: 70%;
	}

	.medium-up--eight-tenths {
		width: 80%;
	}

	.medium-up--nine-tenths {
		width: 90%;
	}

	/* Twelfths */
	.medium-up--one-twelfth {
		width: 8.33333%;
	}

	.medium-up--two-twelfths {
		width: 16.66667%;
	}

	.medium-up--three-twelfths {
		width: 25%;
	}

	.medium-up--four-twelfths {
		width: 33.33333%;
	}

	.medium-up--five-twelfths {
		width: 41.66667%;
	}

	.medium-up--six-twelfths {
		width: 50%;
	}

	.medium-up--seven-twelfths {
		width: 58.33333%;
	}

	.medium-up--eight-twelfths {
		width: 66.66667%;
	}

	.medium-up--nine-twelfths {
		width: 75%;
	}

	.medium-up--ten-twelfths {
		width: 83.33333%;
	}

	.medium-up--eleven-twelfths {
		width: 91.66667%;
	}

	.grid--uniform .medium-up--one-half:nth-child(2n+1),
	.grid--uniform .medium-up--one-third:nth-child(3n+1),
	.grid--uniform .medium-up--one-quarter:nth-child(4n+1),
	.grid--uniform .medium-up--one-fifth:nth-child(5n+1),
	.grid--uniform .medium-up--one-sixth:nth-child(6n+1),
	.grid--uniform .medium-up--two-sixths:nth-child(3n+1),
	.grid--uniform .medium-up--three-sixths:nth-child(2n+1),
	.grid--uniform .medium-up--two-eighths:nth-child(4n+1),
	.grid--uniform .medium-up--four-eighths:nth-child(2n+1),
	.grid--uniform .medium-up--five-tenths:nth-child(2n+1),
	.grid--uniform .medium-up--one-twelfth:nth-child(12n+1),
	.grid--uniform .medium-up--two-twelfths:nth-child(6n+1),
	.grid--uniform .medium-up--three-twelfths:nth-child(4n+1),
	.grid--uniform .medium-up--four-twelfths:nth-child(3n+1),
	.grid--uniform .medium-up--six-twelfths:nth-child(2n+1) {
		clear: both;
	}

	.medium-up--show {
		display: block !important;
	}

	.medium-up--hide {
		display: none !important;
	}

	.medium-up--text-left {
		text-align: left !important;
	}

	.medium-up--text-right {
		text-align: right !important;
	}

	.medium-up--text-center {
		text-align: center !important;
	}
}

@media only screen and (min-width: 1201px) {

	/** Whole */
	.large-up--one-whole {
		width: 100%;
	}

	/* Halves */
	.large-up--one-half {
		width: 50%;
	}

	/* Thirds */
	.large-up--one-third {
		width: 33.33333%;
	}

	.large-up--two-thirds {
		width: 66.66667%;
	}

	/* Quarters */
	.large-up--one-quarter {
		width: 25%;
	}

	.large-up--two-quarters {
		width: 50%;
	}

	.large-up--three-quarters {
		width: 75%;
	}

	/* Fifths */
	.large-up--one-fifth {
		width: 20%;
	}

	.large-up--two-fifths {
		width: 40%;
	}

	.large-up--three-fifths {
		width: 60%;
	}

	.large-up--four-fifths {
		width: 80%;
	}

	/* Sixths */
	.large-up--one-sixth {
		width: 16.66667%;
	}

	.large-up--two-sixths {
		width: 33.33333%;
	}

	.large-up--three-sixths {
		width: 50%;
	}

	.large-up--four-sixths {
		width: 66.66667%;
	}

	.large-up--five-sixths {
		width: 83.33333%;
	}

	/* Eighths */
	.large-up--one-eighth {
		width: 12.5%;
	}

	.large-up--two-eighths {
		width: 25%;
	}

	.large-up--three-eighths {
		width: 37.5%;
	}

	.large-up--four-eighths {
		width: 50%;
	}

	.large-up--five-eighths {
		width: 62.5%;
	}

	.large-up--six-eighths {
		width: 75%;
	}

	.large-up--seven-eighths {
		width: 87.5%;
	}

	/* Tenths */
	.large-up--one-tenth {
		width: 10%;
	}

	.large-up--two-tenths {
		width: 20%;
	}

	.large-up--three-tenths {
		width: 30%;
	}

	.large-up--four-tenths {
		width: 40%;
	}

	.large-up--five-tenths {
		width: 50%;
	}

	.large-up--six-tenths {
		width: 60%;
	}

	.large-up--seven-tenths {
		width: 70%;
	}

	.large-up--eight-tenths {
		width: 80%;
	}

	.large-up--nine-tenths {
		width: 90%;
	}

	/* Twelfths */
	.large-up--one-twelfth {
		width: 8.33333%;
	}

	.large-up--two-twelfths {
		width: 16.66667%;
	}

	.large-up--three-twelfths {
		width: 25%;
	}

	.large-up--four-twelfths {
		width: 33.33333%;
	}

	.large-up--five-twelfths {
		width: 41.66667%;
	}

	.large-up--six-twelfths {
		width: 50%;
	}

	.large-up--seven-twelfths {
		width: 58.33333%;
	}

	.large-up--eight-twelfths {
		width: 66.66667%;
	}

	.large-up--nine-twelfths {
		width: 75%;
	}

	.large-up--ten-twelfths {
		width: 83.33333%;
	}

	.large-up--eleven-twelfths {
		width: 91.66667%;
	}

	.grid--uniform .large-up--one-half:nth-child(2n+1),
	.grid--uniform .large-up--one-third:nth-child(3n+1),
	.grid--uniform .large-up--one-quarter:nth-child(4n+1),
	.grid--uniform .large-up--one-fifth:nth-child(5n+1),
	.grid--uniform .large-up--one-sixth:nth-child(6n+1),
	.grid--uniform .large-up--two-sixths:nth-child(3n+1),
	.grid--uniform .large-up--three-sixths:nth-child(2n+1),
	.grid--uniform .large-up--two-eighths:nth-child(4n+1),
	.grid--uniform .large-up--four-eighths:nth-child(2n+1),
	.grid--uniform .large-up--five-tenths:nth-child(2n+1),
	.grid--uniform .large-up--one-twelfth:nth-child(12n+1),
	.grid--uniform .large-up--two-twelfths:nth-child(6n+1),
	.grid--uniform .large-up--three-twelfths:nth-child(4n+1),
	.grid--uniform .large-up--four-twelfths:nth-child(3n+1),
	.grid--uniform .large-up--six-twelfths:nth-child(2n+1) {
		clear: both;
	}

	.large-up--show {
		display: block !important;
	}

	.large-up--hide {
		display: none !important;
	}

	.large-up--text-left {
		text-align: left !important;
	}

	.large-up--text-right {
		text-align: right !important;
	}

	.large-up--text-center {
		text-align: center !important;
	}
}

@media only screen and (min-width: 1441px) {

	/** Whole */
	.widescreen-up--one-whole {
		width: 100%;
	}

	/* Halves */
	.widescreen-up--one-half {
		width: 50%;
	}

	/* Thirds */
	.widescreen-up--one-third {
		width: 33.33333%;
	}

	.widescreen-up--two-thirds {
		width: 66.66667%;
	}

	/* Quarters */
	.widescreen-up--one-quarter {
		width: 25%;
	}

	.widescreen-up--two-quarters {
		width: 50%;
	}

	.widescreen-up--three-quarters {
		width: 75%;
	}

	/* Fifths */
	.widescreen-up--one-fifth {
		width: 20%;
	}

	.widescreen-up--two-fifths {
		width: 40%;
	}

	.widescreen-up--three-fifths {
		width: 60%;
	}

	.widescreen-up--four-fifths {
		width: 80%;
	}

	/* Sixths */
	.widescreen-up--one-sixth {
		width: 16.66667%;
	}

	.widescreen-up--two-sixths {
		width: 33.33333%;
	}

	.widescreen-up--three-sixths {
		width: 50%;
	}

	.widescreen-up--four-sixths {
		width: 66.66667%;
	}

	.widescreen-up--five-sixths {
		width: 83.33333%;
	}

	/* Eighths */
	.widescreen-up--one-eighth {
		width: 12.5%;
	}

	.widescreen-up--two-eighths {
		width: 25%;
	}

	.widescreen-up--three-eighths {
		width: 37.5%;
	}

	.widescreen-up--four-eighths {
		width: 50%;
	}

	.widescreen-up--five-eighths {
		width: 62.5%;
	}

	.widescreen-up--six-eighths {
		width: 75%;
	}

	.widescreen-up--seven-eighths {
		width: 87.5%;
	}

	/* Tenths */
	.widescreen-up--one-tenth {
		width: 10%;
	}

	.widescreen-up--two-tenths {
		width: 20%;
	}

	.widescreen-up--three-tenths {
		width: 30%;
	}

	.widescreen-up--four-tenths {
		width: 40%;
	}

	.widescreen-up--five-tenths {
		width: 50%;
	}

	.widescreen-up--six-tenths {
		width: 60%;
	}

	.widescreen-up--seven-tenths {
		width: 70%;
	}

	.widescreen-up--eight-tenths {
		width: 80%;
	}

	.widescreen-up--nine-tenths {
		width: 90%;
	}

	/* Twelfths */
	.widescreen-up--one-twelfth {
		width: 8.33333%;
	}

	.widescreen-up--two-twelfths {
		width: 16.66667%;
	}

	.widescreen-up--three-twelfths {
		width: 25%;
	}

	.widescreen-up--four-twelfths {
		width: 33.33333%;
	}

	.widescreen-up--five-twelfths {
		width: 41.66667%;
	}

	.widescreen-up--six-twelfths {
		width: 50%;
	}

	.widescreen-up--seven-twelfths {
		width: 58.33333%;
	}

	.widescreen-up--eight-twelfths {
		width: 66.66667%;
	}

	.widescreen-up--nine-twelfths {
		width: 75%;
	}

	.widescreen-up--ten-twelfths {
		width: 83.33333%;
	}

	.widescreen-up--eleven-twelfths {
		width: 91.66667%;
	}

	.grid--uniform .widescreen-up--one-half:nth-child(2n+1),
	.grid--uniform .widescreen-up--one-third:nth-child(3n+1),
	.grid--uniform .widescreen-up--one-quarter:nth-child(4n+1),
	.grid--uniform .widescreen-up--one-fifth:nth-child(5n+1),
	.grid--uniform .widescreen-up--one-sixth:nth-child(6n+1),
	.grid--uniform .widescreen-up--two-sixths:nth-child(3n+1),
	.grid--uniform .widescreen-up--three-sixths:nth-child(2n+1),
	.grid--uniform .widescreen-up--two-eighths:nth-child(4n+1),
	.grid--uniform .widescreen-up--four-eighths:nth-child(2n+1),
	.grid--uniform .widescreen-up--five-tenths:nth-child(2n+1),
	.grid--uniform .widescreen-up--one-twelfth:nth-child(12n+1),
	.grid--uniform .widescreen-up--two-twelfths:nth-child(6n+1),
	.grid--uniform .widescreen-up--three-twelfths:nth-child(4n+1),
	.grid--uniform .widescreen-up--four-twelfths:nth-child(3n+1),
	.grid--uniform .widescreen-up--six-twelfths:nth-child(2n+1) {
		clear: both;
	}

	.widescreen-up--show {
		display: block !important;
	}

	.widescreen-up--hide {
		display: none !important;
	}

	.widescreen-up--text-left {
		text-align: left !important;
	}

	.widescreen-up--text-right {
		text-align: right !important;
	}

	.widescreen-up--text-center {
		text-align: center !important;
	}
}

/*================ Build Grid Push Classes ================*/
@media only screen and (min-width: 768px) {

	/* Halves */
	.medium-up--push-one-half {
		left: 50%;
	}

	/* Thirds */
	.medium-up--push-one-third {
		left: 33.33333%;
	}

	.medium-up--push-two-thirds {
		left: 66.66667%;
	}

	/* Quarters */
	.medium-up--push-one-quarter {
		left: 25%;
	}

	.medium-up--push-two-quarters {
		left: 50%;
	}

	.medium-up--push-three-quarters {
		left: 75%;
	}

	/* Fifths */
	.medium-up--push-one-fifth {
		left: 20%;
	}

	.medium-up--push-two-fifths {
		left: 40%;
	}

	.medium-up--push-three-fifths {
		left: 60%;
	}

	.medium-up--push-four-fifths {
		left: 80%;
	}

	/* Sixths */
	.medium-up--push-one-sixth {
		left: 16.66667%;
	}

	.medium-up--push-two-sixths {
		left: 33.33333%;
	}

	.medium-up--push-three-sixths {
		left: 50%;
	}

	.medium-up--push-four-sixths {
		left: 66.66667%;
	}

	.medium-up--push-five-sixths {
		left: 83.33333%;
	}

	/* Eighths */
	.medium-up--push-one-eighth {
		left: 12.5%;
	}

	.medium-up--push-two-eighths {
		left: 25%;
	}

	.medium-up--push-three-eighths {
		left: 37.5%;
	}

	.medium-up--push-four-eighths {
		left: 50%;
	}

	.medium-up--push-five-eighths {
		left: 62.5%;
	}

	.medium-up--push-six-eighths {
		left: 75%;
	}

	.medium-up--push-seven-eighths {
		left: 87.5%;
	}

	/* Tenths */
	.medium-up--push-one-tenth {
		left: 10%;
	}

	.medium-up--push-two-tenths {
		left: 20%;
	}

	.medium-up--push-three-tenths {
		left: 30%;
	}

	.medium-up--push-four-tenths {
		left: 40%;
	}

	.medium-up--push-five-tenths {
		left: 50%;
	}

	.medium-up--push-six-tenths {
		left: 60%;
	}

	.medium-up--push-seven-tenths {
		left: 70%;
	}

	.medium-up--push-eight-tenths {
		left: 80%;
	}

	.medium-up--push-nine-tenths {
		left: 90%;
	}

	/* Twelfths */
	.medium-up--push-one-twelfth {
		left: 8.33333%;
	}

	.medium-up--push-two-twelfths {
		left: 16.66667%;
	}

	.medium-up--push-three-twelfths {
		left: 25%;
	}

	.medium-up--push-four-twelfths {
		left: 33.33333%;
	}

	.medium-up--push-five-twelfths {
		left: 41.66667%;
	}

	.medium-up--push-six-twelfths {
		left: 50%;
	}

	.medium-up--push-seven-twelfths {
		left: 58.33333%;
	}

	.medium-up--push-eight-twelfths {
		left: 66.66667%;
	}

	.medium-up--push-nine-twelfths {
		left: 75%;
	}

	.medium-up--push-ten-twelfths {
		left: 83.33333%;
	}

	.medium-up--push-eleven-twelfths {
		left: 91.66667%;
	}
}

@media only screen and (min-width: 1201px) {

	/* Halves */
	.large-up--push-one-half {
		left: 50%;
	}

	/* Thirds */
	.large-up--push-one-third {
		left: 33.33333%;
	}

	.large-up--push-two-thirds {
		left: 66.66667%;
	}

	/* Quarters */
	.large-up--push-one-quarter {
		left: 25%;
	}

	.large-up--push-two-quarters {
		left: 50%;
	}

	.large-up--push-three-quarters {
		left: 75%;
	}

	/* Fifths */
	.large-up--push-one-fifth {
		left: 20%;
	}

	.large-up--push-two-fifths {
		left: 40%;
	}

	.large-up--push-three-fifths {
		left: 60%;
	}

	.large-up--push-four-fifths {
		left: 80%;
	}

	/* Sixths */
	.large-up--push-one-sixth {
		left: 16.66667%;
	}

	.large-up--push-two-sixths {
		left: 33.33333%;
	}

	.large-up--push-three-sixths {
		left: 50%;
	}

	.large-up--push-four-sixths {
		left: 66.66667%;
	}

	.large-up--push-five-sixths {
		left: 83.33333%;
	}

	/* Eighths */
	.large-up--push-one-eighth {
		left: 12.5%;
	}

	.large-up--push-two-eighths {
		left: 25%;
	}

	.large-up--push-three-eighths {
		left: 37.5%;
	}

	.large-up--push-four-eighths {
		left: 50%;
	}

	.large-up--push-five-eighths {
		left: 62.5%;
	}

	.large-up--push-six-eighths {
		left: 75%;
	}

	.large-up--push-seven-eighths {
		left: 87.5%;
	}

	/* Tenths */
	.large-up--push-one-tenth {
		left: 10%;
	}

	.large-up--push-two-tenths {
		left: 20%;
	}

	.large-up--push-three-tenths {
		left: 30%;
	}

	.large-up--push-four-tenths {
		left: 40%;
	}

	.large-up--push-five-tenths {
		left: 50%;
	}

	.large-up--push-six-tenths {
		left: 60%;
	}

	.large-up--push-seven-tenths {
		left: 70%;
	}

	.large-up--push-eight-tenths {
		left: 80%;
	}

	.large-up--push-nine-tenths {
		left: 90%;
	}

	/* Twelfths */
	.large-up--push-one-twelfth {
		left: 8.33333%;
	}

	.large-up--push-two-twelfths {
		left: 16.66667%;
	}

	.large-up--push-three-twelfths {
		left: 25%;
	}

	.large-up--push-four-twelfths {
		left: 33.33333%;
	}

	.large-up--push-five-twelfths {
		left: 41.66667%;
	}

	.large-up--push-six-twelfths {
		left: 50%;
	}

	.large-up--push-seven-twelfths {
		left: 58.33333%;
	}

	.large-up--push-eight-twelfths {
		left: 66.66667%;
	}

	.large-up--push-nine-twelfths {
		left: 75%;
	}

	.large-up--push-ten-twelfths {
		left: 83.33333%;
	}

	.large-up--push-eleven-twelfths {
		left: 91.66667%;
	}
}

/*============================================================================
  #Basic Styles
==============================================================================*/
body,
html {
	background-color: #fff;
	height: 100%;
}

.page-width,
.page-width--wide {
	*zoom: 1;
	max-width: 1530px;
	margin: 0 auto;
	padding: 0 20px;
}

.page-width:after,
.page-width--wide:after {
	content: '';
	display: table;
	clear: both;
}

/*============================================================================
  #Typography
==============================================================================*/
blockquote p+cite {
	margin-top: 10px;
}

blockquote cite {
	display: block;
}

blockquote cite:before {
	content: '\2014 \0020';
}

code,
pre {
	font-family: Consolas, monospace;
	font-size: 1em;
}

pre {
	overflow: auto;
}

/*================ Payment Icons ================*/
.payment-icons {
	-moz-user-select: none;
	-ms-user-select: none;
	-webkit-user-select: none;
	user-select: none;
	cursor: default;
}

.payment-icons .icon {
	font-size: 20px;
}

/*================ Social Icons ================*/
.social-icons .icon {
	font-size: 20px;
}

/*============================================================================
  #Lists
==============================================================================*/
ul,
ol {
	margin: 0;
	padding: 0;
}

ol {
	list-style: decimal;
}

.list--inline {
	padding: 0;
	margin: 0;
}

.list--inline li {
	display: inline-block;
	margin-bottom: 0;
}

.rte ul,
.rte ol {
	margin: 0 0 10px 20px;
}

.rte ul {
	list-style: disc outside;
}

.rte ul ul {
	list-style: circle outside;
}

.rte ul ul ul {
	list-style: square outside;
}

/*============================================================================
  #Rich Text Editor
==============================================================================*/
.rte img {
	height: auto;
}

.rte__table-wrapper {
	max-width: 100%;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
}

/*============================================================================
  Responsive tables, defined with .table on table element.
==============================================================================*/
@media only screen and (min-width: 481px) and (max-width: 766px) {
	.responsive-table thead {
		display: none;
	}

	.responsive-table tr {
		display: block;
	}

	.responsive-table th,
	.responsive-table td {
		display: block;
		text-align: right;
		padding: 10px;
		border: none;
		margin: 0;
	}

	.responsive-table td:before {
		content: attr(data-label);
		float: left;
		text-align: center;
		font-size: 12px;
		padding-right: 10px;
	}

	.responsive-table__row+.responsive-table__row,
	tfoot>.responsive-table__row:first-child {
		position: relative;
		margin-top: 10px;
		padding-top: 20px;
	}

	.responsive-table__row+.responsive-table__row:after,
	tfoot>.responsive-table__row:first-child:after {
		content: '';
		display: block;
		position: absolute;
		top: 0;
		left: 10px;
		right: 10px;
		border-bottom: 1px solid #F5F0E5;
	}
}

.order-table a {
	color: #000;
}

.order-table th,
.order-table td {
	border: 0;
}

.order-table tbody th,
.order-table tfoot th {
	font-weight: normal;
	text-transform: none;
	letter-spacing: 0;
	font-size: 13px;
	font-family: "Suit", sans-serif;
}

.order-table tbody tr+tr {
	border-top: 1px solid #F5F0E5;
}

.order-table thead {
	border-bottom: 1px solid #000;
}

.order-table tfoot {
	border-top: 1px solid #000;
}

.order-table tfoot th,
.order-table tfoot td {
	color: #000;
}

.order-table tfoot tr:first-child th,
.order-table tfoot tr:first-child td {
	padding-top: 1.25em;
}

.order-table tfoot tr:nth-last-child(2) th,
.order-table tfoot tr:nth-last-child(2) td {
	padding-bottom: 1.25em;
}

.order-table tfoot tr:last-child th,
.order-table tfoot tr:last-child td {
	border-top: 1px solid #000;
	font-weight: "700";
	padding-top: 1.25em;
	padding-bottom: 1.25em;
	color: #000;
}

@media only screen and (min-width: 768px) {

	.order-table th,
	.order-table td {
		padding: 1.25em 1em;
	}

	.order-table tfoot th,
	.order-table tfoot td {
		padding: 0.5em 1em;
		vertical-align: bottom;
	}

	.order-table tbody tr:last-child th .order-discount--list,
	.order-table tbody tr:last-child td .order-discount--list {
		margin-bottom: 0;
	}
}

@media only screen and (min-width: 481px) and (max-width: 766px) {
	.order-table {
		border: 0;
	}

	.order-table thead {
		display: none;
	}

	.order-table th,
	.order-table td {
		float: left;
		clear: left;
		width: 100%;
		text-align: right;
		padding: 0.5rem 0;
		border: 0;
		margin: 0;
	}

	.order-table th::before,
	.order-table td::before {
		content: attr(data-label);
		float: left;
		text-align: left;
		padding-right: 2em;
		max-width: 80%;
		color: #000;
	}

	.order-table tbody tr th:first-child {
		padding-top: 1.25em;
	}

	.order-table tbody tr td:last-child {
		padding-bottom: 1.25em;
	}

	.order-table tbody th::before,
	.order-table tbody td::before {
		font-weight: "700";
		font-size: 0.53846em;
	}
}

@media only screen and (min-width: 481px) and (max-width: 766px) {
	.order-table__product {
		display: -webkit-box;
		display: flex;
		-webkit-box-pack: justify;
		justify-content: space-between;
	}
}

.order-discount {
	text-transform: uppercase;
	color: #F5F0E5;
	display: block;
	line-height: 1.2;
}

.order-discount .icon-saletag {
	margin-right: 0.8em;
	font-size: 0.9em;
	display: inline;
}

.order-discount--title {
	word-break: break-word;
	padding-right: 20px;
}

.order-discount--list {
	margin: 0.8em 0 0 1.3em;
	list-style: none;
	padding: 0;
}

.order-discount--cart-list {
	display: inline-block;
}

@media only screen and (min-width: 481px) and (max-width: 766px) {
	.order-discount--cart-list {
		max-width: 50%;
	}
}

.order-discount__item {
	text-indent: -1.5em;
}

.order-discount__item+.order-discount__item {
	margin-top: 0.6em;
}

@media only screen and (min-width: 481px) and (max-width: 766px) {
	.order-discount-wrapper {
		display: -webkit-box;
		display: flex;
		-webkit-box-pack: justify;
		justify-content: space-between;
		width: 100%;
	}
}

.order-discount-wrapper-cart {
	display: -webkit-inline-box;
	display: inline-flex;
	margin-bottom: 20px;
}

.order-discount--cart {
	font-size: 0.85em;
}

.order-discount--cart-title {
	font-weight: "700";
}

/*================ Error styles ================*/
input.error,
select.error,
textarea.error {
	border-color: #b62b2b;
	background-color: #fff0f0;
	color: #b62b2b;
}

label.error {
	color: #b62b2b;
}

select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-position: right center;
	background-repeat: no-repeat;
	background-position: right 10px center;
	background-color: transparent;
	padding-right: 28px;
	text-indent: 0.01px;
	text-overflow: '';
	cursor: pointer;
}

optgroup {
	font-weight: "700";
}

option {
	color: #000;
	background-color: #fff;
}

select::-ms-expand {
	display: none;
}

/*================ Form labels ================*/
.label--hidden {
	position: absolute;
	height: 0;
	width: 0;
	margin-bottom: 0;
	overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px);
}

label[for] {
	cursor: pointer;
}

/*============================================================================
  #Site Nav and Dropdowns
==============================================================================*/
.site-nav li {
	display: inline-block;
}

/*================ Site Nav Links ================*/
.site-nav__link {
	display: block;
	white-space: nowrap;
}

.site-nav__link .icon-arrow-down {
	position: relative;
}

/*================ Dropdowns ================*/
.site-nav--has-dropdown {
	position: relative;
}

.site-nav__dropdown {
	display: none;
	position: absolute;
	left: 0;
	padding: 0;
	margin: 0;
	z-index: 2;
}

.supports-no-touch .site-nav--has-dropdown:hover .site-nav__dropdown,
.site-nav--has-dropdown.nav-hover .site-nav__dropdown,
.nav-focus+.site-nav__dropdown {
	display: block;
}

.site-nav__dropdown li {
	display: block;
}

/*============================================================================
  #Section Headers
==============================================================================*/
.section-header {
	margin-bottom: 30px;
}

/*================ THEME MIXINS ================*/
/*================ Theme mixins ================*/
/*============================================================================
  Flexbox prefix mixins from Bourbon
    https://github.com/thoughtbot/bourbon/blob/master/app/assets/stylesheets/css3/_flex-box.scss
==============================================================================*/
/*================ Keyframe animations ================*/
@-webkit-keyframes fadeIn {

	0%,
	35% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

@keyframes fadeIn {

	0%,
	35% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

@-webkit-keyframes heroContentIn {

	0%,
	35% {
		opacity: 0;
		-webkit-transform: translateY(10px);
		transform: translateY(10px);
	}

	40% {
		-webkit-transform: translateY(10px);
		transform: translateY(10px);
	}

	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}

@keyframes heroContentIn {

	0%,
	35% {
		opacity: 0;
		-webkit-transform: translateY(10px);
		transform: translateY(10px);
	}

	40% {
		-webkit-transform: translateY(10px);
		transform: translateY(10px);
	}

	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}

@-webkit-keyframes spin {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@keyframes spin {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

/*================ THEME FUNCTIONS ================*/
/*================ GLOBAL ================*/
/*================ Grid | No gutters ================*/
.grid--no-gutters {
	margin-left: 0;
}

.grid--no-gutters>.grid__item {
	padding-left: 0;
}

/*================ Grid | Half gutters ================*/
.grid--half-gutters {
	margin-left: -10px;
}

.grid--half-gutters>.grid__item {
	padding-left: 10px;
}

/*================ Grid | Vertically centered items ================*/
.grid--table {
	display: table;
	table-layout: fixed;
	width: 100%;
	margin-left: 0;
}

.grid--table>.grid__item {
	float: none;
	display: table-cell;
	vertical-align: middle;
	min-height: 1px;
	padding-left: 0;
}

@media only screen and (min-width: 1201px) {
	.large-up--grid--table {
		display: table;
		table-layout: fixed;
		width: 100%;
		margin-left: 0;
	}

	.large-up--grid--table>.grid__item {
		float: none;
		display: table-cell;
		vertical-align: middle;
		min-height: 1px;
		padding-left: 0;
	}
}

/*================ General theme related layout ================*/
.page-gutter {
	padding-left: 5px;
	padding-right: 5px;
}

@media only screen and (min-width: 768px) {
	.page-gutter {
		padding-left: 10px;
		padding-right: 10px;
	}
}

.main-content--no-template {
	padding-top: 50px;
}

.page-width--wide {
	max-width: 1920px;
}

hr {
	margin-bottom: 60px;
}

hr.hr--clear {
	border: 0 none;
	height: 1px;
	margin-top: -1px;
}

.page-content__content {
	margin: 0 10%;
}

/*================ Page template ================*/
.page-container {
	padding-top: 40px;
	padding-bottom: 40px;
}

@media only screen and (min-width: 768px) {
	.page-container {
		padding-top: 60px;
		padding-bottom: 80px;
	}
}

/*================ 404 ================*/
.template-404 .main-content {
	margin-top: 120px;
	padding-bottom: 120px;
}

/*================ Customer login/register form ================*/
.customer__account-form {
	margin: 0 auto;
	max-width: 380px;
}

/*================ Tables ================*/
.responsive-table th,
.responsive-table td {
	padding: 20px 0;
	border: none;
}

@media only screen and (min-width: 768px) {

	.responsive-table th,
	.responsive-table td {
		border-bottom: 1px solid #F5F0E5;
		padding: 20px;
	}
}

.responsive-table th:first-child,
.responsive-table td:first-child {
	padding-left: 0;
}

.responsive-table th:last-child,
.responsive-table td:last-child {
	padding-right: 0;
}

.responsive-table th {
	padding-bottom: 20px;
}

@media only screen and (min-width: 481px) and (max-width: 766px) {
	.responsive-table td:before {
		font-family: "Suit", sans-serif;
		font-weight: "";
		font-style: 400;
		text-rendering: optimizeLegibility;
		font-size: 0.53846em;
		color: #000;
	}
}

/*================ Cart page ================*/
.cart__footer {
	padding-top: 50px;
}

.responsive-table__row .js-qty,
.responsive-table__row .ajaxcart__qty {
	display: inline-block;
	margin-bottom: 0;
}

@media only screen and (min-width: 768px) {
	.cart__row td:first-child {
		width: 130px;
	}

	.cart__row td:nth-child(2) {
		max-width: 300px;
	}
}

@media only screen and (min-width: 1201px) {
	.cart__row td:first-child {
		width: 200px;
	}
}

.cart__row p {
	margin-bottom: 0.76923em;
}

.cart__image {
	vertical-align: middle;
	padding-right: 20px;
}

.cart__notes {
	margin-bottom: 45px;
}

@media only screen and (min-width: 768px) {
	.cart__notes {
		margin-bottom: 0;
	}
}

.cart__subtotal-container {
	margin-bottom: 15px;
}

.cart__subtotal {
	padding-left: 20px;
}

.cart__policies {
	margin-bottom: 50px;
}

.cart--no-cookies .cart--continue-browsing {
	display: none;
}

.cart--no-cookies .cart--empty-message {
	display: none;
}

.cart--cookie-message {
	display: none;
	padding-bottom: 25px;
}

.cart--no-cookies .cart--cookie-message {
	display: block;
}

/*================ Headings ================*/
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
	font-family: "Suit", sans-serif;
	font-weight: "";
	font-style: 400;
	text-rendering: optimizeLegibility;
	margin: 0 0 0.76923em;
	line-height: 1.4;
	color: #000;
}

h1 a,
.h1 a,
h2 a,
.h2 a,
h3 a,
.h3 a,
h4 a,
.h4 a,
h5 a,
.h5 a,
h6 a,
.h6 a {
	color: #000;
	text-decoration: none;
	font-weight: inherit;
}

h1,
.h1 {
	font-size: 1em;
}


h2,
.h2 {
	font-size: 0.84615em;
}


h3,
.h3 {
	font-size: 0.69231em;
}


h4,
.h4 {
	font-size: 0.53846em;
}


h5,
.h5,
h6,
.h6 {
	font-size: 0.46154em;
}

/*================ RTE headings ================*/
.rte h1,
.rte .h1,
.rte h2,
.rte .h2,
.rte h3,
.rte .h3,
.rte h4,
.rte .h4,
.rte h5,
.rte .h5,
.rte h6,
.rte .h6 {
	margin-top: 70px;
	margin-bottom: 20px;
}

.rte h1:first-child,
.rte .h1:first-child,
.rte h2:first-child,
.rte .h2:first-child,
.rte h3:first-child,
.rte .h3:first-child,
.rte h4:first-child,
.rte .h4:first-child,
.rte h5:first-child,
.rte .h5:first-child,
.rte h6:first-child,
.rte .h6:first-child {
	margin-top: 0;
}

/*================ Lists ================*/
.list--inline__separator {
	position: relative;
	padding-left: 18px;
	margin-left: 10px;
}

.list--inline__separator:before {
	content: '\2022';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}

/*================ Paragraph styles ================*/
p {
	margin: 0 0 20px;
}

.txt--minor {
	font-size: 80%;
}

.txt--emphasis {
	font-style: italic;
}

/*================ Blockquote ================*/
blockquote {
	font-family: "Suit", sans-serif;
	font-weight: "";
	font-style: 400;
	text-rendering: optimizeLegibility;
	font-size: 0.84615em;
	text-align: center;
	color: #000;
	margin: 40px 20px;
}

blockquote cite {
	font-family: "Suit", sans-serif;
	font-size: 0.85em;
	font-weight: 400;
	font-style: "normal";
}

/*================ Theme links and buttons ================*/
.btn,
.shopify-payment-button .shopify-payment-button__button--unbranded {
	position: relative;
	padding: 10px 30px;
	border-radius: 2px;
	font-family: "Suit", sans-serif;
	font-weight: "";
	font-style: 400;
	text-rendering: optimizeLegibility;
	font-size: 13px;
}

@media only screen and (min-width: 481px) and (max-width: 766px) {

	.btn,
	.shopify-payment-button .shopify-payment-button__button--unbranded {
		font-size: 13px;
	}
}

.btn.btn--ajax-disabled:before,
.shopify-payment-button .btn--ajax-disabled.shopify-payment-button__button--unbranded:before {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	content: "";
	background-color: #F5F0E5;
}

.btn.btn--ajax-disabled:after,
.shopify-payment-button .btn--ajax-disabled.shopify-payment-button__button--unbranded:after {
	content: '';
	display: block;
	width: 20px;
	height: 20px;
	position: absolute;
	top: 50%;
	margin-left: -10px;
	margin-top: -10px;
	border-radius: 50%;
	border: 3px solid #707070;
	border-top-color: transparent;
	-webkit-animation: spin 0.65s infinite linear;
	-moz-animation: spin 0.65s infinite linear;
	left: 50%;
}

.btn[disabled],
.shopify-payment-button .shopify-payment-button__button--unbranded[disabled],
.btn.btn--disabled,
.shopify-payment-button .btn--disabled.shopify-payment-button__button--unbranded {
	opacity: 0.5;
}

/*================ Smart Payment Buttons ================*/
.btn--secondary-accent {
	background-color: transparent;
	color: #F5F0E5;
	border: 2px solid #F5F0E5;
	min-height: 47px;
	padding: 6px 30px;
}

.btn--secondary-accent:hover {
	background-color: transparent;
	color: #F5F0E5;
	border: 2px solid #F5F0E5;
	opacity: 0.8;
}

.btn--secondary-accent:active,
.btn--secondary-accent:focus {
	background-color: transparent;
	color: #F5F0E5;
	border: 2px solid #F5F0E5;
}

.btn--secondary-accent[disabled],
.btn--secondary-accent.disabled {
	background-color: #F5F0E5;
	color: #707070;
	opacity: 0.5;
}

.shopify-payment-button {
	margin-top: 10px;
}

.shopify-payment-button .shopify-payment-button__button--unbranded {
	white-space: normal;
	width: 100%;
	min-height: 47px;
}

.shopify-payment-button .shopify-payment-button__button--unbranded:hover,
.shopify-payment-button .shopify-payment-button__button--unbranded:focus {
	opacity: 0.8;
	background: #F5F0E5 !important;
}

.shopify-payment-button .shopify-payment-button__button--unbranded[disabled],
.shopify-payment-button .shopify-payment-button__button--unbranded.disabled {
	opacity: 0.5;
}

.shopify-payment-button .shopify-payment-button__button--branded {
	border-radius: 2px;
	overflow: hidden;
	min-height: 46px;
}

.shopify-payment-button .shopify-payment-button__button--branded[disabled],
.shopify-payment-button .shopify-payment-button__button--branded.disabled {
	opacity: 0.5;
}

.shopify-payment-button .shopify-payment-button__more-options {
	color: #000;
	text-decoration: underline;
	margin: 13px 0 20px;
}

.shopify-payment-button .shopify-payment-button__more-options:hover,
.shopify-payment-button .shopify-payment-button__more-options:focus {
	opacity: 0.7;
}

.shopify-payment-button .shopify-payment-button__more-options[disabled],
.shopify-payment-button .shopify-payment-button__more-options.disabled {
	opacity: 0.5;
}

/*================ Text links ================*/
.link-body-color {
	color: #000;
}

.link-body-color:hover,
.link-body-color:focus {
	opacity: 0.7;
}

.btn--link {
	background-color: transparent;
	border: none;
	color: #000;
}

.btn--link:hover,
.btn--link:focus {
	opacity: 0.7;
}

.text-link {
	color: #000;
	border-bottom: 1px solid #000;
	padding-bottom: 2px;
}

.text-link:hover,
.text-link:focus {
	opacity: 0.7;
}

/*================ Action Links ================*/
.action-link {
	font-family: "Suit", sans-serif;
	font-weight: "";
	font-style: 400;
	text-rendering: optimizeLegibility;
	text-transform: uppercase;
	font-size: 0.53846em;
}

.action-link__icon {
	font-size: 0.38462em;
	vertical-align: middle;
}

/*================ Footer ================*/
html {
	/*background-color: $color-footer;*/
	background-color: #fff;
}

.icon--placeholder {
	fill: rgba(0, 0, 0, 0.35);
	background-color: rgba(0, 0, 0, 0.1);
	width: 100%;
	height: 100%;
	max-width: 100%;
	max-height: 100%;
	border: 1px solid rgba(0, 0, 0, 0.2);
}

.placeholder-noblocks {
	padding: 40px;
	text-align: center;
}

.placeholder-background {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

.placeholder-background .icon {
	border: 0;
}

.placeholder-background--animation {
	background-color: #000;
	-webkit-animation: placeholder-background-loading 1.5s infinite linear;
	-moz-animation: placeholder-background-loading 1.5s infinite linear;
}

.no-js .placeholder-background--animation {
	display: none;
}

.helper-section .icon--placeholder {
	display: block;
	border-width: 0px;
}

.fade-in {
	opacity: 0;
	-webkit-transition: opacity 250ms ease-out;
	transition: opacity 250ms ease-out;
}

.fade-in.lazyloaded {
	opacity: 1;
}

/*================ TEMPLATES ================*/
/*================ Error & Success states ================*/
.errors,
.form--success {
	border: 1px solid;
	padding: 12px;
	margin: 12px 0;
}

.errors li,
.form--success li {
	list-style-position: inside;
}

.errors {
	border-color: #b62b2b;
	background: #fff0f0;
}

.errors li {
	color: #b62b2b;
}

.form--success {
	margin-top: 40px;
	border-color: #56ad6a;
	background: #ecfef0;
	color: #56ad6a;
}

.form--success li {
	list-style-type: none;
}

/*================ Contact Form ================*/
@media only screen and (min-width: 768px) {
	.contact-form .contact-form__email {
		padding-left: 12px;
	}
}

/*================ Newsletter Form ================*/
.newsletter .form--success {
	width: 50%;
	margin: 0 auto;
}

@media only screen and (min-width: 481px) and (max-width: 766px) {
	.newsletter .form--success {
		width: 80%;
	}
}

/*================ Inline Forms ================*/
.form--success {
	margin-top: 40px;
}

.input-group {
	display: block;
	width: 100%;
}

.input-group__field,
.input-group__btn {
	display: inline-block;
	vertical-align: middle;
	margin-bottom: 10px;
}

.input-group__btn {
	margin-left: -4px;
	border-width: 0;
}

.input-group__btn .btn,
.input-group__btn .shopify-payment-button .shopify-payment-button__button--unbranded,
.shopify-payment-button .input-group__btn .shopify-payment-button__button--unbranded {
	padding: 10px 20px;
}

.input-group__field {
	padding: 10px;
	width: 270px;
}

@media only screen and (min-width: 481px) and (max-width: 766px) {
	.input-group__field {
		width: 230px;
	}
}

/*============================================================================
  #Slick Slider overrides
    - If upgrading Slick's styles, use the following variables/functions
      instead of the slick defaults
    - Only overwrite slick's default styles starting at #Slick Slider SCSS
==============================================================================*/
/*============================================================================
  #Slick Slider SCSS
    - Everything below this line is unchanged from Slick's scss file
    - When updating to a new version, don't include the variables/function
      that were modified above
==============================================================================*/
.slick-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}

.slick-list {
	position: relative;
	overflow: hidden;
	display: block;
	margin: 0;
	padding: 0;
}

.slick-loading .slick-list {
	background: #fff slick-image-url("ajax-loader.gif") center center no-repeat;
}

.slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.slick-track {
	position: relative;
	left: 0;
	top: 0;
	display: block;
}

.slick-track:before,
.slick-track:after {
	content: "";
	display: table;
}

.slick-track:after {
	clear: both;
}

.slick-loading .slick-track {
	visibility: hidden;
}

.slick-slide {
	float: left;
	height: 100%;
	min-height: 1px;
	display: none;
}

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

/* Icons */
/* Arrows */
.slick-prev,
.slick-next {
	position: absolute;
	display: block;
	width: 0.6rem;
	line-height: 0;
	cursor: pointer;
	padding: 0;
	border: none;
}

.slick-prev .icon:before,
.slick-next .icon:before {
	bottom: 0;
}

.slick-prev .icon:before,
.slick-next .icon:before {
	position: relative;
	-webkit-transition: top 0.1s linear;
	transition: top 0.1s linear;
	font-size: 0.6rem;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

/* Dots */
.slick-dots {
	position: absolute;
	list-style: none;
	display: block;
	text-align: center;
	padding: 0;
	width: 100%;
}

.slick-dots li {
	position: relative;
	display: inline-block;
	height: 10px;
	width: 10px;
	margin: 0 3px;
	padding: 0;
	cursor: pointer;
}

.slick-dots li .hero__dots {
	border: 0;
	background: transparent;
	display: block;
	height: 8px;
	width: 8px;
	line-height: 0;
	font-size: 0;
	color: transparent;
	padding: 5px;
	cursor: pointer;
}

.slick-dots li .hero__dots:hover,
.slick-dots li .hero__dots:focus {
	opacity: 1;
}

.slick-dots li .hero__dots:before {
	position: absolute;
	top: -1px;
	left: 0;
	content: "•";
	width: 8px;
	height: 8px;
	font-family: "slick-icons, sans-serif";
	font-size: 6px;
	line-height: 20px;
	text-align: center;
	opacity: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.cart-link {
	position: relative;
}

.cart-link.cart-bubble--visible:before {
	content: '';
	position: absolute;
	top: 18px;
	right: 4px;
	width: 10px;
	height: 10px;
	background-color: #F5F0E5;
	border-radius: 50%;
}

@media only screen and (min-width: 481px) and (max-width: 766px) {
	.cart-link.cart-bubble--visible:before {
		top: 14px;
		right: 0;
	}
}

.action-area {
	position: relative;
	overflow: hidden;
}

.action-area {
	z-index: 5;
}

.js-sticky-action-bar .action-area {
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	-webkit-transform: translate3d(0, -100%, 0);
	transform: translate3d(0, -100%, 0);
}

.js-sticky-action-bar--open .action-area {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	-webkit-transition: all 0.35s cubic-bezier(0.33, 0.59, 0.14, 1);
	transition: all 0.35s cubic-bezier(0.33, 0.59, 0.14, 1);
}

.supports-pointerevents .action-bar-wrapper.scrollable-js:before,
.supports-pointerevents .action-bar-wrapper.scrollable-js:after {
	content: '';
	pointer-events: none;
	z-index: 8;
	width: 125px;
	height: 52px;
	color: #707070;
	position: absolute;
	top: 0;
	bottom: 0;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.supports-pointerevents .action-bar-wrapper.scrollable-js:before {
	background: -webkit-gradient(linear, left top, right top, from(rgba(245, 240, 229, 0)), to(#F5F0E5));
	background: linear-gradient(to right, rgba(245, 240, 229, 0) 0%, #F5F0E5 100%);
	right: 0;
}

.supports-pointerevents .action-bar-wrapper.scrollable-js:after {
	background: -webkit-gradient(linear, right top, left top, from(rgba(245, 240, 229, 0)), to(#F5F0E5));
	background: linear-gradient(to left, rgba(245, 240, 229, 0) 0%, #F5F0E5 100%);
	left: 0;
	opacity: 0;
}

.supports-pointerevents .action-bar-wrapper.scrollable-js.scrolled:after {
	opacity: 1;
}

.action-bar {
	position: relative;
	overflow: hidden;
	background: #F5F0E5;
	height: 52px;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
}

.scrollable-js .action-bar {
	overflow-x: auto;
	overflow-y: hidden;
	-webkit-overflow-scrolling: touch;
}

.action-bar__menu--main,
.action-bar__menu--sub {
	position: absolute;
	height: 50px;
	min-width: 100%;
	margin-top: 0;
	margin-bottom: 2px;
	text-align: center;
	white-space: nowrap;
	background-color: #F5F0E5;
	-webkit-transition: all 200ms cubic-bezier(0.57, 0.06, 0.05, 0.95);
	transition: all 200ms cubic-bezier(0.57, 0.06, 0.05, 0.95);
	display: none;
	top: -50px;
}

.action-bar__menu--main.action-bar--show,
.action-bar__menu--sub.action-bar--show {
	top: 0;
	visibility: visible;
	display: block;
}

.scrollable-js .action-bar__menu--main.action-bar--show,
.scrollable-js .action-bar__menu--sub.action-bar--show {
	padding-right: 100px;
}

.action-bar--active {
	position: relative;
}

.action-bar--active:after {
	content: '';
	display: block;
	position: absolute;
	height: 2px;
	left: 10px;
	right: 10px;
	background: #F5F0E5;
}

@media only screen and (min-width: 768px) {
	.action-bar--active:after {
		left: 15px;
		right: 15px;
	}
}

.action-bar__link {
	font-family: "Suit", sans-serif;
	font-weight: "";
	font-style: 400;
	text-rendering: optimizeLegibility;
	font-size: 13px;
	position: relative;
	display: inline-block;
	color: #707070;
	padding: 0 10px;
	background-color: #F5F0E5;
	border: 0 none;
	line-height: 50px;
}

@media only screen and (min-width: 481px) and (max-width: 766px) {
	.action-bar__link {
		font-size: 13px;
	}
}

.action-bar__link:hover,
.action-bar__link:active,
.action-bar__link:focus {
	opacity: 1;
}

.action-bar--active .action-bar__link {
	color: #F5F0E5;
}

.action-bar--active .action-bar__link:hover,
.action-bar--active .action-bar__link:active,
.action-bar--active .action-bar__link:focus {
	opacity: 1;
}

.action-bar__back {
	border: 0px solid transparent;
	background-color: #F5F0E5;
}

.action-bar__back:focus,
.action-bar__back:active {
	background-color: #F5F0E5;
}

@media only screen and (min-width: 768px) {
	.action-bar__link {
		padding-left: 15px;
		padding-right: 15px;
	}
}

/*================ Secondary action bar ================*/
.action-bar-secondary {
	*zoom: 1;
	position: relative;
	margin: 20px;
}

.action-bar-secondary:after {
	content: '';
	display: table;
	clear: both;
}

@media only screen and (min-width: 481px) and (max-width: 766px) {
	.action-bar-secondary__dropdown {
		text-align: center;
	}

	.action-bar-secondary__dropdown:first-of-type {
		margin-bottom: 20px;
	}
}

@media only screen and (min-width: 768px) {
	.action-bar-secondary--left {
		float: left;
	}

	.action-bar-secondary--right {
		float: right;
	}
}

.search-bar {
	color: #000;
	background-color: #fff;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	height: 65px;
	padding: 0 10px;
}

.search-bar__table {
	display: table;
	table-layout: fixed;
	width: 100%;
	height: 65px;
}

.search-bar__table-cell {
	display: table-cell;
	vertical-align: middle;
}

.supports-fontface .search-bar__icon-cell {
	width: 40px;
}

.search-bar__form {
	width: 90%;
}

.search-bar__input {
	background: none;
	border: none;
	color: #000;
	width: 100%;
	padding: 0 10px;
	height: 55px;
}

.search-bar__input::-webkit-input-placeholder {
	color: #000;
	opacity: 0.8;
}

.search-bar__input::-moz-placeholder {
	color: #000;
	opacity: 0.8;
}

.search-bar__input:-ms-input-placeholder {
	color: #000;
	opacity: 0.8;
}

.search-bar__icon-button {
	background: none;
	border: none;
	display: inline-block;
	color: #000;
	padding: 0 10px;
	height: 55px;
}

.search-bar__icon-button .icon {
	font-size: 1.53846em;
}

.search__results-count {
	color: #707070;
	padding: 0 10px 10px 20px;
	line-height: 50px;
}

@media only screen and (max-width: 767px) {
	.product-item {
		margin-bottom: 40px;
	}
}

.product-item__link-wrapper {
	display: -webkit-box;
	display: flex;
	width: 100%;
	width: 100%;
	position: relative;
}

.no-js .product-item__link-wrapper {
	text-align: center;
}

.product-item__link {
	position: relative;
	width: 100%;
	height: 100%;
	min-height: 120px;
	overflow: hidden;
	-moz-flex: 1;
	-webkit-box-flex: 1;
	flex: 1;
	-webkit-align-self: center;
	align-self: center;
	color: #000;
}

.product-item__link:hover,
.product-item__link:focus {
	opacity: 1;
}

.product-item__link p {
	margin: 0 15px 2px 15px;
}

.product-item__link p:last-child {
	margin-bottom: 0;
}

.product-item__link .product-item__image-wrapper {
	position: relative;
	height: 0;
	display: block;
	width: 100%;
}

.product-item__image-container {
	position: relative;
	margin: 0 auto;
}

.product-item__image {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	margin: 0 auto 20px;
}

.product-item__image-container--loading .product-item__image {
	opacity: 0;
}

@media only screen and (min-width: 1201px) {
	.product-item__image {
		margin-bottom: 0;
	}

	.product-item__link:hover .product-item__image {
		opacity: 0.1;
	}
}

.product-item__image-no-js {
	margin: 0 auto;
}

.product-item__image--margins {
	margin: 30px;
}

@media only screen and (min-width: 481px) and (max-width: 766px) {
	.product-item__image--margins {
		margin-bottom: 0;
	}
}

.product-item__title {
	font-family: "Suit", sans-serif;
	font-weight: "";
	font-style: 400;
	text-rendering: optimizeLegibility;
	color: #000;
	font-size: 0.76923em;
}

@media only screen and (max-width: 767px) {
	.product-item__title {
		font-size: 0.53846em;
	}
}

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

@media only screen and (max-width: 767px) {
	.product-item__meta__inner {
		text-align: left;
		padding-top: 20px;
		float: left;
		width: 100%;
	}
}

@media only screen and (max-width: 767px) {
	.product-item.small--one-half .product-item__meta__inner {
		text-align: left;
	}
}

@media only screen and (min-width: 1201px) {
	.product-item__meta {
		display: block;
		height: 100%;
		width: 100%;
		position: absolute;
		top: 0;
		opacity: 0;
		filter: alpha(opacity=0);
		-webkit-transition: opacity 0.4s ease;
		transition: opacity 0.4s ease;
	}

	.product-item__meta:before {
		content: "";
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		opacity: 0;
		background-color: #fff;
		-webkit-transition: opacity 0.4s ease;
		transition: opacity 0.4s ease;
	}

	.product-item__meta:hover,
	.product-item__meta:focus {
		opacity: 1;
		filter: alpha(opacity=100);
	}

	.product-item__meta:hover .product-item__meta__inner,
	.product-item__meta:focus .product-item__meta__inner {
		top: 50%;
	}

	.product-item__meta:hover:before,
	.product-item__meta:focus:before {
		opacity: 0.4;
	}

	.product-item__meta__inner {
		position: absolute;
		top: 52%;
		left: 0;
		right: 0;
		padding: 0 20px;
		-webkit-transition: top 0.3s ease;
		transition: top 0.3s ease;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
	}
}

.product-item__vendor,
.product-item__price-wrapper {
	font-size: 13px;
}

@media only screen and (max-width: 767px) {

	.product-item__vendor,
	.product-item__price-wrapper {
		font-size: 11px;
	}
}

/*================ Price styles ================*/
.product-item__price--reg {
	opacity: 0.7;
}

.product-item__price--sale {
	color: #F5F0E5;
	padding-left: 5px;
}

.product-price-unit {
	display: block;
	font-size: 0.92308em;
}

.product-price-unit--unavailable {
	display: none;
}

/*================ Availability badges ================*/
.product-item__badge {
	position: absolute;
	top: -26px;
	right: -94px;
	width: 200px;
	padding: 40px 4px 4px;
	text-align: center;
	background-color: #F5F0E5;
	color: #fff;
	font-size: 1em;
	font-weight: "700";
	-webkit-transform: rotate(45deg) translateZ(0);
	transform: rotate(45deg) translateZ(0);
}

.product-item__badge--large {
	top: -10px;
	right: -75px;
	width: 200px;
}

@-webkit-keyframes placeholder-background-loading {
	0% {
		opacity: 0.02;
	}

	50% {
		opacity: 0.05;
	}

	100% {
		opacity: 0.02;
	}
}

@keyframes placeholder-background-loading {
	0% {
		opacity: 0.02;
	}

	50% {
		opacity: 0.05;
	}

	100% {
		opacity: 0.02;
	}
}

/*================ Articles ================*/
.article-meta {
	margin-bottom: 20px;
}

.article-meta li+li {
	position: relative;
	padding-left: 18px;
	margin-left: 10px;
}

.article-meta li+li:before {
	content: '\2022';
	display: block;
	position: absolute;
	left: 0;
}

/*================ Comments ================*/
.comment-list {
	margin: 0 0 20px;
	padding: 0;
}

.comment {
	list-style: none;
	padding: 0;
	margin: 0 0 40px;
}

.comment__content p:last-child {
	margin-bottom: 10px;
}

.comment__textarea {
	min-height: 150px;
}

@media only screen and (min-width: 481px) and (max-width: 766px) {
	.comments-wrapper :target {
		padding-top: 50px;
	}
}

/*================ Rich text section ================*/
.rich-text__text--large {
	font-size: 1.07692em;
}

.rich-text__text--small {
	font-size: 0.84615em;
}

/*================ Indented article/page images and blockquotes ================*/
@media only screen and (min-width: 768px) {

	.rte--indented-images img: not([style]),
		.rte--indented-images img[style="float: none;"] {
		max-width: 140%;
		margin-left: -20%;
	}

	.rte--indented-images img:not([style]).rte__no-indent,
	.rte--indented-images img[style="float: none;"].rte__no-indent {
		margin: 0 auto;
		max-width: 100%;
	}

	.rte--indented-images img[style="float: right;"] {
		margin: 0 -10% 10px 10px;
	}

	.rte--indented-images img[style="float: left;"] {
		margin: 0 10px 10px -10%;
	}
}

@media only screen and (min-width: 481px) and (max-width: 766px) {

	.rte--indented-images img: not([style]),
		.rte--indented-images img[style="float: none;"] {
		max-width: 120%;
		margin-left: -10%;
	}
}

/*================ RTE collection description ================*/
.rte--description {
	text-align: center;
	font-size: 1.30769em;
	padding: 60px 40px 40px;
}

.rte--description ol,
.rte--description ul {
	list-style-position: inside;
	margin-left: 0;
}

/*================ General ================*/
.rte table {
	margin-bottom: 20px;
}

.rte th,
.rte td {
	border: 1px solid #F5F0E5;
	padding: 10px 26.66667px;
}

.rte.text-center ul,
.rte.text-center ol,
.text-center .rte ul,
.text-center .rte ol {
	margin-left: 0;
	list-style-position: inside;
}

.social-sharing {
	margin-left: -10px;
	margin-top: 20px;
	margin-bottom: 20px;
}

.social-icons--drawer {
	margin-top: 30px;
}

@media only screen and (max-width: 767px) {
	.social-icons--drawer {
		margin-left: 10px;
	}
}

.social-sharing a {
	display: inline-block;
	border: 1px solid #F5F0E5;
	color: #000;
	padding: 10px 15px;
	margin-left: 10px;
	margin-bottom: 10px;
}

.social-sharing a .icon {
	margin-right: 5px;
}

.share-facebook .icon {
	color: #3b5998;
}

.share-facebook .icon {
	color: #3b5998;
}

.share-twitter .icon {
	color: #00aced;
}

.share-pinterest .icon {
	color: #cb2027;
}

/*============================================================================
  Drawer skeleton
==============================================================================*/
.is-transitioning {
	display: block !important;
	visibility: visible !important;
}

.js-drawer-open {
	overflow: hidden;
}

.drawer {
	display: none;
	position: fixed;
	overflow-y: auto;
	overflow-x: hidden;
	-webkit-overflow-scrolling: touch;
	bottom: 0;
	z-index: 100;
	color: #000;
	background-color: #fff;
	-webkit-transition: all 0.35s cubic-bezier(0.29, 0.63, 0.44, 1);
	transition: all 0.35s cubic-bezier(0.29, 0.63, 0.44, 1);
}

.drawer--left,
.drawer--right {
	top: 0;
	max-width: 95%;
}

.drawer--left {
	width: 300px;
	left: -300px;
}

.js-drawer-open-left .drawer--left {
	display: block;
	-webkit-transform: translateX(300px);
	transform: translateX(300px);
}

.drawer--right {
	width: 300px;
	right: -300px;
}

.js-drawer-open-right .drawer--right {
	display: block;
	-webkit-transform: translateX(-300px);
	transform: translateX(-300px);
}

.drawer--right .drawer__close {
	float: right;
	height: 65px;
}

.drawer--top {
	width: 100%;
	height: 65px;
	top: -65px;
}

.js-drawer-open-top .drawer--top {
	display: block;
	-webkit-transform: translateY(100%);
	transform: translateY(100%);
}

#PageContainer {
	overflow: hidden;
}

.drawer-page-content:after {
	visibility: hidden;
	opacity: 0;
	content: '';
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.6);
	z-index: 99;
	-webkit-transition: all 0.35s cubic-bezier(0.29, 0.63, 0.44, 1);
	transition: all 0.35s cubic-bezier(0.29, 0.63, 0.44, 1);
}

.js-drawer-open .drawer-page-content:after {
	visibility: visible;
	opacity: 1;
}

.drawer__title,
.drawer__close {
	display: table-cell;
	vertical-align: middle;
}

.drawer__title {
	font-family: "Suit", sans-serif;
	font-weight: "";
	font-style: 400;
	text-rendering: optimizeLegibility;
	font-size: 0.69231em;
	width: 100%;
}

.drawer__close-button {
	background: none;
	border: 0 none;
	position: relative;
	right: -15px;
	height: 100%;
	width: 60px;
	padding: 0 20px;
	color: inherit;
	font-size: 1.38462em;
}

.drawer--left .drawer__close-button {
	right: auto;
	left: -15px;
}

.drawer--product .drawer__close-button {
	position: absolute;
	top: 0;
	right: 0;
	height: 60px;
	z-index: 2;
}

.drawer__close-button:active,
.drawer__close-button:focus {
	background-color: #f2f2f2;
}

/*================ Drawer loader ================*/
.supports-csstransforms .drawer--is-loading .drawer__cart {
	min-height: 100px;
}

.supports-csstransforms .drawer--is-loading .drawer__cart:after {
	content: '';
	display: block;
	width: 24px;
	height: 24px;
	position: absolute;
	left: 50%;
	top: 40px;
	margin-left: -12px;
	border-radius: 50%;
	border: 3px solid adaptive-color(#fff, 5%);
	border-top-color: transparent;
	-webkit-animation: spin 1s infinite linear;
	-moz-animation: spin 1s infinite linear;
}

/*============================================================================
  Theme-specific drawer styles
==============================================================================*/
.drawer input[type="text"],
.drawer textarea {
	background-color: #fff;
	color: #000;
}

.drawer .ajaxcart__note {
	background-color: #f4f4f4;
}

.drawer a {
	color: #000;
}

.drawer a:hover,
.drawer a:focus {
	opacity: 0.7;
}

.drawer__header {
	position: absolute;
	top: 0;
	display: table;
	height: 65px;
	width: 100%;
	padding: 0 10px;
}

.drawer__inner {
	position: absolute;
	top: 65px;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 0 10px;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
}

@media only screen and (min-width: 1201px) {
	.drawer__inner {
		padding-left: 20px;
		padding-right: 20px;
	}
}

.drawer--has-fixed-footer .drawer__inner {
	overflow: hidden;
}

.drawer--product .drawer__inner {
	top: 0;
}

/*================ Drawer Fixed Cart Footer ================*/
.ajaxcart__inner {
	margin-bottom: 20px;
}

.ajaxcart__inner--has-fixed-footer {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: 0;
	padding: 0 10px;
	bottom: 130px;
	overflow-x: hidden;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
}

@media only screen and (min-width: 1201px) {
	.ajaxcart__inner--has-fixed-footer {
		padding: 0 20px;
	}
}

.ajaxcart__footer {
	padding-top: 20px;
}

.ajaxcart__footer--fixed {
	position: absolute;
	bottom: 0;
	left: 10px;
	right: 10px;
	min-height: 130px;
	padding-bottom: 20px;
}

@media only screen and (min-width: 481px) and (max-width: 766px) {
	.ajaxcart__footer--fixed {
		padding-bottom: 10px;
	}
}

@media only screen and (min-width: 1201px) {
	.ajaxcart__footer--fixed {
		left: 20px;
		right: 20px;
	}
}

/*================ Drawer rows and products ================*/
.ajaxcart__row {
	position: relative;
	max-height: 500px;
}

.ajaxcart__row.is-removed {
	max-height: 0;
	opacity: 0;
	overflow: hidden;
	visibility: hidden;
	-webkit-transition: all 450ms cubic-bezier(0.57, 0.06, 0.05, 0.95);
	transition: all 450ms cubic-bezier(0.57, 0.06, 0.05, 0.95);
	-webkit-backface-visiblity: hidden;
	backface-visiblity: hidden;
}

.ajaxcart__product {
	padding-bottom: 10px;
	margin-bottom: 10px;
}

@media only screen and (min-width: 768px) {
	.ajaxcart__product {
		padding-bottom: 20px;
		margin-bottom: 20px;
	}
}

.ajaxcart__product-image {
	display: block;
	overflow: hidden;
}

.ajaxcart__product-image img {
	display: block;
	margin: 0 auto;
	max-width: 100%;
}

.ajaxcart__product-name,
.ajaxcart__product-meta {
	display: block;
}

.ajaxcart__product-meta,
.ajaxcart__price {
	font-size: 1.07692em;
}

.ajaxcart__product-name-wrapper,
.ajaxcart__product-name {
	margin-bottom: 5px;
}

.ajaxcart__product-name-wrapper {
	padding-left: 10px;
}

.ajaxcart__subtotal {
	margin-bottom: 20px;
}

.ajaxcart__discounts {
	margin-bottom: 20px;
}

.ajaxcart__subtotal-title {
	margin-bottom: 0;
	color: #000;
}

.ajaxcart__policies {
	margin-bottom: 45px;
	color: #000;
}

/*================ Drawer Nav ================*/
.drawer-nav {
	padding: 0;
	margin: -10px -10px 0;
}

@media only screen and (min-width: 1201px) {
	.drawer-nav {
		margin-left: -20px;
		margin-right: -20px;
	}
}

.drawer-nav li {
	margin-bottom: 0;
	list-style: none;
}

.drawer-nav__search {
	padding: 10px;
}

.drawer-nav__item {
	display: block;
}

.drawer-nav__grandchild {
	margin-left: 20px;
}

.social-icons--drawer a {
	color: #000;
}

@media only screen and (min-width: 481px) and (max-width: 766px) {
	.social-icons--drawer {
		margin-left: 10px;
	}
}

.drawer-nav__item a,
.drawer-nav__toggle button {
	color: #000;
	padding: 13.33333px 10px;
	text-decoration: none;
}

.drawer-nav__item a:active,
.drawer-nav__toggle button:active {
	color: black;
	background-color: #f2f2f2;
}

.drawer-nav__item a {
	display: block;
	padding-left: 20px;
	font-size: 0.76923em;
}

.drawer-nav__link {
	margin-bottom: 0;
}

.drawer-nav__toggle-button {
	background: none;
	border: none;
	margin-right: 15px;
}

.drawer-nav__item--secondary a {
	color: #000;
	font-size: 13px;
	line-height: 1.2;
	padding-top: 10px;
	padding-bottom: 10px;
}

.drawer-nav__spacer {
	height: 20px;
}

.drawer-nav__has-sublist {
	display: table;
	width: 100%;
}

.drawer-nav__has-sublist .drawer-nav__link {
	display: table-cell;
	vertical-align: middle;
	width: 100%;
}

.drawer-nav__toggle {
	display: table-cell;
	vertical-align: middle;
	width: 1%;
}

.drawer-nav__sublist {
	margin: 0;
	padding: 0;
	max-height: 0;
	visibility: hidden;
	overflow: hidden;
	-webkit-transition: all 300ms cubic-bezier(0.57, 0.06, 0.05, 0.95);
	transition: all 300ms cubic-bezier(0.57, 0.06, 0.05, 0.95);
}

.drawer-nav--expanded+.drawer-nav__sublist {
	visibility: visible;
	max-height: 1000px;
	margin-bottom: 20px;
	-webkit-transition: all 600ms cubic-bezier(0.57, 0.06, 0.05, 0.95);
	transition: all 600ms cubic-bezier(0.57, 0.06, 0.05, 0.95);
}

.drawer-nav__sublist .drawer-nav__link {
	color: #000;
	font-size: 13px;
	padding: 8px 10px 8px 40px;
	font-weight: 400;
}

.drawer-nav__sublist--inner .drawer-nav__link {
	color: rgba(0, 0, 0, 0.65);
}

/*============================================================================
  Quantity selectors
  - js-qty replaces input[type="number"] where it's used
  - ajaxcart__qty is used solely in the drawer
==============================================================================*/
.js-qty,
.ajaxcart__qty {
	position: relative;
	margin-bottom: 10px;
	max-width: 100px;
	min-width: 75px;
	overflow: visible;
}

.js-qty input[type="text"],
.ajaxcart__qty input[type="text"] {
	display: block;
	text-align: center;
	width: 100%;
	padding: 2px 20px;
	border-radius: 2px;
}

.js-qty__adjust,
.ajaxcart__qty-adjust {
	cursor: pointer;
	position: absolute;
	display: block;
	top: 0;
	bottom: 0;
	border: 0 none;
	padding: 0 8px;
	background: none;
	text-align: center;
	overflow: hidden;
	line-height: 1;
	-webkit-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
	-moz-user-select: none;
	-ms-user-select: none;
	-webkit-user-select: none;
	user-select: none;
	-webkit-backface-visiblity: hidden;
	backface-visiblity: hidden;
}

.js-qty__adjust .icon,
.ajaxcart__qty-adjust .icon {
	font-size: 8px;
	vertical-align: middle;
}

.js-qty__adjust:hover,
.ajaxcart__qty-adjust:hover {
	background-color: #e2e2e2;
}

.js-qty__adjust:active,
.ajaxcart__qty-adjust:active {
	background-color: #dbdbdb;
}

.js-qty__adjust--plus,
.ajaxcart__qty--plus {
	right: 0;
	border-radius: 0 2px 2px 0;
}

.js-qty__adjust--minus,
.ajaxcart__qty--minus {
	left: 0;
	border-radius: 2px 0 0 2px;
}

/*================ Quantity Selectors in Ajax Cart ================*/
.ajaxcart__qty {
	margin: 0;
	max-width: 75px;
	margin-left: 10px;
}

.is-loading .ajaxcart__qty {
	opacity: 0.5;
	-webkit-transition: none;
	transition: none;
}

.ajaxcart__qty-num[type="text"] {
	color: #000;
}

.ajaxcart__qty-adjust {
	color: #000;
}

.ajaxcart__qty-adjust:hover {
	background-color: #d9d9d9;
}

.ajaxcart__qty-adjust:active {
	background-color: #d9d9d9;
}

.btn--add-to-cart {
	white-space: normal;
	width: 100%;
}

.back-button {
	text-align: center;
	margin: 20px 0;
	padding: 0 20px;
}

.back-button__link {
	white-space: normal;
}

#ProductSelect {
	display: none;
}

.no-js #ProductSelect {
	display: block;
}

.selector-wrapper,
.quantity-wrapper {
	display: -webkit-box;
	display: flex;
	width: 100%;
	-moz-align-items: center;
	-ms-align-items: center;
	-o-align-items: center;
	-webkit-box-align: center;
	align-items: center;
	flex-wrap: wrap;
	margin-bottom: 10px;
	border: 1px solid #F5F0E5;
	border-radius: 2px;
	padding: 6px 3px 6px 12px;
	width: 100%;
}

.selector-wrapper label,
.quantity-wrapper label {
	color: #000;
	padding: 2px 0px;
}

.selector-wrapper label:after,
.quantity-wrapper label:after {
	content: '-';
	padding-left: 6px;
}

.selector-wrapper select,
.quantity-wrapper select {
	white-space: normal;
}

.single-option-selector,
.quantity-input {
	color: #000;
	background-color: transparent;
	border-radius: 0;
	padding-bottom: 2px;
	padding-left: 6px;
	padding-top: 2px;
	-webkit-box-flex: 1;
	flex-grow: 1;
	flex-basis: 0;
	min-width: 0;
}

/*================ Modules | Theme collection grid item ================*/
.collection-grid__item {
	overflow: hidden;
}

@media only screen and (min-width: 481px) and (max-width: 766px) {
	.collection-grid__item {
		height: 250px;
	}
}

@media only screen and (min-width: 768px) {
	.collection-grid__item {
		height: 400px;
	}
}

.collection-grid__link {
	position: relative;
	overflow: hidden;
	height: 100%;
	width: 100%;
}

.collection-grid__title {
	font-family: "Suit", sans-serif;
	font-weight: "";
	font-style: 400;
	text-rendering: optimizeLegibility;
	font-size: 1.53846em;
	color: #000;
}

@media only screen and (max-width: 767px) {
	.collection-grid__title {
		background-color: #F5F0E5;
		color: #707070;
		padding: 15px 20px;
		line-height: 1;
	}

	.supports-csstransforms3d .collection-grid__title {
		position: absolute;
		top: 50%;
		left: 50%;
		-webkit-transform: translate3d(-50%, -50%, 0);
		transform: translate3d(-50%, -50%, 0);
	}
}

.collection-grid__link-overlay {
	display: block;
	overflow: hidden;
	height: 100%;
	width: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.collection-grid__title-wrapper {
	position: relative;
	top: 0;
	height: 100%;
	width: 100%;
	display: table;
}

@media only screen and (min-width: 1201px) {
	.collection-grid__title {
		opacity: 0;
		display: table-cell;
		vertical-align: middle;
		margin: 0 auto;
	}

	.collection-grid__link-overlay {
		position: relative;
	}

	.collection-grid__link-overlay:before {
		content: '';
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		opacity: 0;
		background-color: #fff;
		-webkit-transition: all 0.5s ease;
		transition: all 0.5s ease;
	}

	.collection-grid__link-overlay:hover,
	.collection-grid__link-overlay:focus {
		-webkit-transition: all 0.8s ease;
		transition: all 0.8s ease;
		-webkit-transform: scale(1.03);
		transform: scale(1.03);
	}

	.collection-grid__link-overlay:hover:before,
	.collection-grid__link-overlay:focus:before {
		opacity: 0.95;
	}

	.collection-grid__link-overlay:hover .collection-grid__title,
	.collection-grid__link-overlay:focus .collection-grid__title {
		opacity: 1;
	}
}

/*================ Modules | Theme collection list grid item ================*/
.collection-list {
	padding: 0 20px;
}

.collection-list .collection-list-grid__item {
	margin-bottom: 20px;
	position: relative;
}

.collection-list .collection-list-grid__item-container {
	position: relative;
	width: 100%;
	padding-bottom: 100%;
}

.collection-list .collection-list-grid__inner {
	height: 100%;
}

.collection-list .collection-grid__link {
	position: absolute;
}

.collection-list .collection-list-grid__image {
	position: absolute;
	display: block;
	overflow: hidden;
	height: 100%;
	width: 100%;
	background-size: cover;
	background-repeat: no-repeat;
}

.collection-list .collection-list-grid__image-wrapper {
	position: relative;
	height: 100%;
	width: 100%;
	padding: 0;
}

.collection-list .collection-list-grid__title-wrapper {
	position: absolute;
	top: 40px;
	left: 40px;
	display: block;
}

@media only screen and (max-width: 767px) {
	.collection-list .collection-list-grid__title-wrapper {
		display: none;
	}
}

.collection-list .mobile-view {
	display: none;
}

@media only screen and (max-width: 767px) {
	.collection-list .mobile-view {
		display: block;
	}
}

.collection-list .collection-list-grid__title {
	margin-bottom: 0;
}

.collection-list .number-products {
	color: #000;
}

.collection-list .under-spacing {
	margin-top: 20px;
}

.collection-list .collection-list-grid__placeholder {
	width: 100%;
	height: 100%;
	fill: rgba(0, 0, 0, 0.35);
}

/*================ PARTIALS ================*/
/*
* Styles for sections
*/
/* General */
.index-section {
	margin-top: 60px;
	margin-bottom: 60px;
}

.featured-collection-section,
.map {
	margin-top: 0px;
	margin-bottom: 0px;
}

/* Feature row */
.feature-row .feature-row__image-wrapper {
	position: relative;
}

.feature-row .feature-row__item img {
	width: 100%;
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
}

.feature-row .feature-row__content {
	max-width: 780px;
	padding: 0px 35px;
}

@media only screen and (max-width: 767px) {
	.feature-row .feature-row__content {
		padding: 0px 20px;
	}
}

.feature-row .feature-row__text--left .feature-row__content {
	margin-right: auto;
	margin-left: 0px;
}

.feature-row .feature-row__text--right .feature-row__content {
	margin-left: auto;
	margin-right: 0px;
}

.feature-row .feature-row__text--left {
	margin-top: 20px;
}

/* Feature blog */
@media only screen and (max-width: 767px) {
	.featured-blog .grid--uniform {
		padding: 0 20px;
	}
}

.article__featured-image {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	display: block;
}

.article__featured-image-wrapper {
	position: relative;
	margin-bottom: 45px;
}

@media only screen and (max-width: 767px) {
	.article__featured-image-wrapper {
		margin-bottom: 30px;
	}
}

.featured-blog__post,
.title--one-post,
.section-title {
	margin-bottom: 52.5px;
}

@media only screen and (max-width: 767px) {

	.featured-blog__post,
	.title--one-post,
	.section-title {
		margin-bottom: 30px;
	}
}

.featured-blog__post-inner {
	padding-bottom: 45px;
	margin: 0 45px 2px 45px;
}

@media only screen and (max-width: 767px) {
	.featured-blog__post-inner {
		margin: 0 0 2px 0;
		padding-bottom: 22.5px;
	}
}

.featured-blog__title {
	margin-bottom: 0;
}

.featured-blog__rte {
	margin-top: 30px;
}

.featured-blog__post .placeholder-svg {
	fill: rgba(0, 0, 0, 0.35);
	background-color: rgba(0, 0, 0, 0.1);
}

.featured-blog__meta {
	padding-bottom: 30px;
}

@media only screen and (max-width: 767px) {
	.featured-blog__meta {
		padding-bottom: 22.5px;
	}
}

.featured-blog__meta-list,
.featured-blog__meta-dot {
	display: inline-block;
}

.featured-blog__meta-dot:after {
	content: '\2022';
	margin: 0 5px;
}

.helper .featured-blog__title {
	margin-top: 45px;
}

@media only screen and (max-width: 767px) {
	.helper .featured-blog__title {
		margin-top: 30px;
	}
}

/* Feature collection */
.featured-collection .placeholder-svg {
	fill: rgba(0, 0, 0, 0.35);
}

@media only screen and (max-width: 767px) {
	.featured-collection .placeholder-svg {
		background-color: rgba(0, 0, 0, 0.1);
	}
}

.featured-collection.helper-section .product-item__link {
	background-color: rgba(0, 0, 0, 0.1);
}

@media only screen and (max-width: 767px) {
	.featured-collection.helper-section .product-item__link {
		background-color: transparent;
	}
}

/* Product Recomendations */
.product-recommendations {
	padding-top: 60px;
}

/*================ GIFT CARD ================*/
/*============================================================================
  #General Variables
==============================================================================*/
/*================ Base styles ================*/
.template-giftcard {
	background: #fff;
}

.template-giftcard h1,
.template-giftcard .h1 {
	font-size: 1.85rem;
	font-weight: lighter !important;
}

.template-giftcard p {
	font-size: 1.23rem;
	font-weight: lighter !important;
}

.template-giftcard a {
	font-size: 1.3rem;
	font-weight: lighter !important;
}

.template-giftcard .wrapper {
	max-width: 588px;
}

.template-giftcard .wrapper img,
.template-giftcard .wrapper object,
.template-giftcard .wrapper iframe {
	max-width: 100%;
}

.shop-url {
	display: none;
}

.giftcard-wrapper {
	max-width: 488px;
	margin: 0 auto;
}

.giftcard {
	padding-top: 100px;
}

.giftcard__header {
	margin-bottom: 40px;
}

.giftcard__tag--active {
	opacity: 0.6;
}

/*================ Gift Card buttons ================*/
.print-link {
	text-decoration: underline;
}

.suit-btn {
	background-color: #ef8e48;
	color: #fff;
	height: 42px !important;
}

.suit-btn:hover {
	background-color: rgba(239, 142, 72, 0.9);
}

/*================ Gift Card image ================*/
.giftcard__wrap {
	position: relative;
	margin: 10px 10px 20px;
	/*
  &:before {
    background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDE3LjAuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHg9IjBweCIgeT0iMHB4IiB3aWR0aD0iNDdweCIgaGVpZ2h0PSI0N3B4IiB2aWV3Qm94PSIwIDAgNDcgNDciIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDQ3IDQ3IiB4bWw6c3BhY2U9InByZXNlcnZlIj4KPGc+Cgk8ZyBvcGFjaXR5PSIwLjEiPgoJCTxwYXRoIGQ9Ik00NC41ODYsMUwxLDQ0LjU4NlYxMGMwLTQuOTYzLDQuMDM3LTksOS05SDQ0LjU4NiBNNDcsMEgxMEM0LjQ3NywwLDAsNC40NzcsMCwxMHYzN0w0NywwTDQ3LDB6Ii8+Cgk8L2c+CjwvZz4KPGc+Cgk8Zz4KCQk8cGF0aCBmaWxsPSIjRkZGRkZGIiBkPSJNNDQuNTg2LDFMMSw0NC41ODZWMTBjMC00Ljk2Myw0LjAzNy05LDktOUg0NC41ODYiLz4KCTwvZz4KPC9nPgo8L3N2Zz4K') 0 0 no-repeat;
    top: -1px;
    left: -1px;
  }

  &:after {
    background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDE3LjAuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHg9IjBweCIgeT0iMHB4IiB3aWR0aD0iNDdweCIgaGVpZ2h0PSI0N3B4IiB2aWV3Qm94PSIwIDAgNDcgNDciIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDQ3IDQ3IiB4bWw6c3BhY2U9InByZXNlcnZlIj4KPGc+Cgk8ZyBvcGFjaXR5PSIwLjEiPgoJCTxwYXRoIGQ9Ik0yLjQxNCw0Nkw0NiwyLjQxNFYzN2MwLDQuOTYzLTQuMDM3LDktOSw5SDIuNDE0IE0wLDQ3aDM3YzUuNTIzLDAsMTAtNC40NzcsMTAtMTBWMEwwLDQ3TDAsNDd6Ii8+Cgk8L2c+CjwvZz4KPGc+Cgk8Zz4KCQk8cGF0aCBmaWxsPSIjRkZGRkZGIiBkPSJNMi40MTQsNDZMNDYsMi40MTRWMzdjMCw0Ljk2My00LjAzNyw5LTksOUgyLjQxNCIvPgoJPC9nPgo8L2c+Cjwvc3ZnPgo=') 0 0 no-repeat;
    bottom: -1px;
    right: -1px;
  }
  */
}

.giftcard__wrap img {
	position: relative;
	display: block;
	border-radius: 10px;
	z-index: 2;
}

.giftcard__wrap:before,
.giftcard__wrap:after {
	content: "";
	position: absolute;
	width: 47px;
	height: 47px;
	z-index: 3;
}

/*================ Gift card code ================*/
.giftcard__code {
	position: absolute;
	bottom: 55px;
	/* 20px; */
	left: 50px;
	text-align: left;
	/* center; */
	width: auto;
	/* 100%; */
	z-index: 5;
}

.giftcard__code--medium {
	font-size: 0.875em;
}

.giftcard__code--small {
	font-size: 0.75em;
}

.giftcard__code__inner {
	display: inline-block;
	vertical-align: baseline;
	background-color: transparent;
	/* #fff; */
	/* padding: 0.5em; */
	border-radius: 0;
	/*4px;*/
	max-width: 450px;
	/* -webkit-box-shadow: 0 0 0 1px rgba(0,0,0,0.1); */
	/* box-shadow: 0 0 0 1px rgba(0,0,0,0.1); */
}

.giftcard__code__text {
	font-size: 1.875em;
	text-transform: uppercase;
	/* border: 1px dashed $color-border; */
	/* padding: 0.4em 0.5em; */
	display: inline-block;
	vertical-align: baseline;
	line-height: 1;
	color: #ef8e48;
}

.giftcard__code__text.disabled {
	color: #999;
	text-decoration: line-through;
}

/*================ Gift card amount ================*/
.giftcard__amount {
	position: absolute;
	top: 20px;
	/* 0; */
	right: 20px;
	/* 0; */
	color: #ef8e48 !important;
	/* #fff; */
	font-size: 1.85em !important;
	line-height: 1.2;
	padding: 20px;
	z-index: 5;
}

.giftcard__amount strong {
	display: block;
	/* text-shadow: 2px 2px 0 rgba(0,0,0,0.1); */
}

.giftcard__amount--medium {
	font-size: 2em;
}

/*================ Tooltip ================*/
.giftcard__tooltip {
	display: block;
	position: absolute;
	top: -50%;
	right: 50%;
	margin-top: 16px;
	z-index: 4;
	color: #fff;
	text-align: center;
	white-space: nowrap;
}

.giftcard__tooltip:before {
	content: "";
	display: block;
	position: absolute;
	left: 100%;
	bottom: 0;
	width: 0;
	height: 0;
	margin-left: -5px;
	margin-bottom: -5px;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-top: 5px solid #333;
	border-top: 5px solid rgba(0, 0, 0, 0.9);
}

.giftcard__tooltip-label {
	display: block;
	position: relative;
	right: -50%;
	border: none;
	border-radius: 4px;
	background-color: #333;
	background-color: rgba(0, 0, 0, 0.9);
	min-height: 14px;
	font-size: 12px;
	text-decoration: none;
	line-height: 16px;
	text-shadow: none;
	padding: 0.5em 0.75em;
	margin-left: 0.25em;
}

.giftcard__tooltip-label small {
	text-transform: uppercase;
	letter-spacing: 0.1em;
	color: #b3b3b3;
	font-size: 0.875em;
}

/*================ QR code (print only) ================*/
.giftcard__qr-code img {
	padding: color_body_bg0px;
	border: 1px solid #F5F0E5;
	border-radius: 4px;
	margin: 0 auto 20px;
}

/*================ Medium-down width ================*/
@media screen and (max-width: 580px) {
	.giftcard {
		padding-top: 40px;
	}

	.print-link {
		display: none;
	}
}

/*================ Small width ================*/
@media screen and (max-width: 400px) {

	.giftcard__wrap:before,
	.giftcard__wrap:after {
		display: none;
	}

	.giftcard__code {
		font-size: 0.75em;
	}

	.giftcard__code--medium {
		font-size: 0.65em;
	}

	.giftcard__code--small {
		font-size: 0.55em;
	}
}

/*============================================================================
  #Print Styles
==============================================================================*/
@media print {
	@page {
		margin: 0.5cm;
	}

	p {
		orphans: 3;
		widows: 3;
	}

	html,
	body {
		background-color: #fff;
	}

	.giftcard__actions,
	.giftcard__wrap:before,
	.giftcard__wrap:after,
	.giftcard__tooltip {
		display: none;
	}

	.shop-url {
		display: block;
		text-align: center;
	}

	.qr-code {
		display: block;
	}

	.print-link {
		display: none;
	}
}

html {
	font-size: 13px;
	scrollbar-width: none;
}

body,
input,
textarea,
button,
select {
	font-size: 1rem;
	font-family: "Suit", sans-serif;
	font-weight: 400;
	color: #000;
	line-height: 1.61538rem;
	scrollbar-width: none;
}

::-webkit-scrollbar {
	width: 0px;
	background: transparent;
}

h1,
.h1 {
	font-size: 1rem;
	text-transform: uppercase;
	color: #000;
	letter-spacing: 1.6px;
	font-weight: 500;
	text-align: center;
}

@media only screen and (min-width: 768px) {

	h1,
	.h1 {
		font-size: 1.23077rem;
	}
}

a {
	text-decoration: none;
	color: #000;
}

input[type="text"],
input[type="password"],
input[type="email"],
input[type="search"],
input[type="url"],
input[type="tel"],
input[type="number"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="range"],
input[type="color"],
select,
textarea {
	border: none;
	border-bottom: 1px solid #808080;
	background-color: transparent;
	min-height: 40px;
	height: 40px;
	border-radius: 0;
	display: block;
	width: 100%;
	outline: none;
}

textarea {
	max-width: 100%;
	text-align: left;
}

textarea::-webkit-input-placeholder {
	text-transform: uppercase;
}

textarea::-moz-placeholder {
	text-transform: uppercase;
}

textarea:-ms-input-placeholder {
	text-transform: uppercase;
}

textarea::-ms-input-placeholder {
	text-transform: uppercase;
}

textarea::placeholder {
	text-transform: uppercase;
}

input[type="text"]:active,
input[type="text"]:focus,
input[type="password"]:active,
input[type="password"]:focus,
input[type="email"]:active,
input[type="email"]:focus,
input[type="search"]:active,
input[type="search"]:focus,
input[type="url"]:active,
input[type="url"]:focus,
input[type="tel"]:active,
input[type="tel"]:focus,
input[type="number"]:active,
input[type="number"]:focus,
input[type="date"]:active,
input[type="date"]:focus,
input[type="month"]:active,
input[type="month"]:focus,
input[type="week"]:active,
input[type="week"]:focus,
input[type="time"]:active,
input[type="time"]:focus,
input[type="range"]:active,
input[type="range"]:focus,
input[type="color"]:active,
input[type="color"]:focus,
select:active,
select:focus,
textarea:active,
textarea:focus {
	border: none;
	border-bottom: 1px solid #808080;
}

a.button,
.button,
button,
.btn,
.shopify-payment-button .shopify-payment-button__button--unbranded,
input[type="submit"],
input[type="reset"],
input[type="button"],
.action_button,
a.action_button,
input.action_button[type="submit"],
input.action_button[type="button"],
input.action_button[type="button"],
button.shopify-payment-button__button.shopify-payment-button__button--unbranded {
	letter-spacing: unset;
	border: none;
	min-height: 40px;
	height: 40px;
	box-shadow: none;
	outline: 0;
	text-transform: uppercase;
	text-align: center;
	line-height: 42px;
	border-radius: 0;
	display: inline-block;
	padding: 0 30px;
	cursor: pointer;
	font-weight: 500;
	letter-spacing: 1px;
	-webkit-appearance: none;
}

[type="radio"]:checked,
[type="radio"]:not(:checked),
[type="checkbox"]:checked,
[type="checkbox"]:not(:checked) {
	position: absolute;
	left: -9999px;
}

[type="radio"]:checked+label,
[type="radio"]:not(:checked)+label,
[type="checkbox"]:checked+label,
[type="checkbox"]:not(:checked)+label {
	position: relative;
	padding-left: 20px;
	cursor: pointer;
	line-height: 23px;
	display: inline-block;
	color: #000;
}

[type="radio"]:checked+label.error,
[type="radio"]:not(:checked)+label.error,
[type="checkbox"]:checked+label.error,
[type="checkbox"]:not(:checked)+label.error {
	color: #E42401;
}

[type="radio"]:checked+label.error:before,
[type="radio"]:checked+label.error:after,
[type="radio"]:not(:checked)+label.error:before,
[type="radio"]:not(:checked)+label.error:after,
[type="checkbox"]:checked+label.error:before,
[type="checkbox"]:checked+label.error:after,
[type="checkbox"]:not(:checked)+label.error:before,
[type="checkbox"]:not(:checked)+label.error:after {
	border: 1px solid #E42401;
}

@media only screen and (max-width: 767px) {

	[type="radio"]:checked+label,
	[type="radio"]:not(:checked)+label,
	[type="checkbox"]:checked+label,
	[type="checkbox"]:not(:checked)+label {
		line-height: 22px;
	}
}

[type="radio"]:checked+label:before,
[type="radio"]:not(:checked)+label:before,
[type="checkbox"]:checked+label:before,
[type="checkbox"]:not(:checked)+label:before {
	content: '';
	position: absolute;
	left: 0;
	top: 4px;
	width: 10px;
	height: 10px;
	border: 1px solid #808080;
	background: transparent;
}

@media only screen and (max-width: 767px) {

	[type="radio"]:checked+label:before,
	[type="radio"]:not(:checked)+label:before,
	[type="checkbox"]:checked+label:before,
	[type="checkbox"]:not(:checked)+label:before {
		width: 12px;
		height: 12px;
	}
}

[type="radio"]:checked+label:after,
[type="radio"]:not(:checked)+label:after,
[type="checkbox"]:checked+label:after,
[type="checkbox"]:not(:checked)+label:after {
	content: '';
	width: 10px;
	height: 10px;
	background: #000;
	position: absolute;
	top: 4px;
	left: 0;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

@media only screen and (max-width: 767px) {

	[type="radio"]:checked+label:after,
	[type="radio"]:not(:checked)+label:after,
	[type="checkbox"]:checked+label:after,
	[type="checkbox"]:not(:checked)+label:after {
		width: 12px;
		height: 12px;
	}
}

[type="radio"]:not(:checked)+label:after,
[type="checkbox"]:not(:checked)+label:after {
	opacity: 0;
	-webkit-transform: scale(0);
	transform: scale(0);
}

[type="radio"]:checked+label:after,
[type="checkbox"]:checked+label:after {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}

ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

.btn--transparent {
	background-color: transparent;
	color: #000;
	border: none;
}

.btn--secondary {
	background-color: transparent;
	color: #000;
	border: 1px solid #000;
}

.btn--full {
	width: 100%;
}

.btn--primary {
	background-color: #000;
	color: #FFF;
}

.btn--light {
	background-color: #e7dbc0;
	color: #707070;
}

.btn--red {
	background-color: #FFF;
	color: #E42401;
	border: 1px solid #E42401;
}

.btn--grey {
	background-color: #707070;
	color: #FFF;
}

.btn--ghost {
	background-color: transparent;
	color: #000;
	border: 1px solid #000;
}

.btn--default {
	background-color: transparent;
	color: #707070;
	border: 1px solid #707070;
}

/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
/*
 *  Owl Carousel - Core
 */
.owl-carousel {
	display: none;
	width: 100%;
	-webkit-tap-highlight-color: transparent;
	/* position relative and z-index fix webkit rendering fonts issue */
	position: relative;
	z-index: 1;
}

.owl-carousel .owl-stage {
	position: relative;
	touch-action: manipulation;
	-moz-backface-visibility: hidden;
	/* fix firefox animation glitch */
}

.owl-carousel .owl-stage:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.owl-carousel .owl-stage-outer {
	position: relative;
	overflow: hidden;
	/* fix for flashing background */
	-webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
	position: relative;
	min-height: 1px;
	float: left;
	-webkit-backface-visibility: hidden;
	-webkit-tap-highlight-color: transparent;
	-webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
	display: block;
	width: 100%;
}

.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
	display: none;
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.owl-carousel button.owl-dot {
	background: none;
	color: inherit;
	border: none;
	padding: 0 !important;
	font: inherit;
}

.owl-carousel.owl-loaded {
	display: block;
}

.owl-carousel.owl-loading {
	opacity: 0;
	display: block;
}

.owl-carousel.owl-hidden {
	opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
	visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
	touch-action: pan-y;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.owl-carousel.owl-grab {
	cursor: move;
	cursor: -webkit-grab;
	cursor: grab;
}

.owl-carousel.owl-rtl {
	direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
	float: right;
}

/* No Js */
.no-js .owl-carousel {
	display: block;
}

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
	-webkit-animation-duration: 1000ms;
	animation-duration: 1000ms;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
	z-index: 0;
}

.owl-carousel .owl-animated-out {
	z-index: 1;
}

.owl-carousel .fadeOut {
	-webkit-animation-name: fadeOut;
	animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
	0% {
		opacity: 1;
	}

	100% {
		opacity: 0;
	}
}

@keyframes fadeOut {
	0% {
		opacity: 1;
	}

	100% {
		opacity: 0;
	}
}

/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
	-webkit-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out;
}

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item {
	/**
			This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
			calculation of the height of the owl-item that breaks page layouts
		 */
}

.owl-carousel .owl-item .owl-lazy {
	opacity: 0;
	-webkit-transition: opacity 400ms ease;
	transition: opacity 400ms ease;
}

.owl-carousel .owl-item .owl-lazy[src^=""],
.owl-carousel .owl-item .owl-lazy:not([src]) {
	max-height: 0;
}

.owl-carousel .owl-item img.owl-lazy {
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
}

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
	position: relative;
	height: 100%;
	background: #000;
}

.owl-carousel .owl-video-play-icon {
	position: absolute;
	height: 80px;
	width: 80px;
	left: 50%;
	top: 50%;
	margin-left: -40px;
	margin-top: -40px;
	background: url("owl.video.play.png") no-repeat;
	cursor: pointer;
	z-index: 1;
	-webkit-backface-visibility: hidden;
	-webkit-transition: -webkit-transform 100ms ease;
	transition: -webkit-transform 100ms ease;
	transition: transform 100ms ease;
	transition: transform 100ms ease, -webkit-transform 100ms ease;
}

.owl-carousel .owl-video-play-icon:hover {
	-webkit-transform: scale(1.3, 1.3);
	transform: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
	display: none;
}

.owl-carousel .owl-video-tn {
	opacity: 0;
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	-webkit-transition: opacity 400ms ease;
	transition: opacity 400ms ease;
}

.owl-carousel .owl-video-frame {
	position: relative;
	z-index: 1;
	height: 100%;
	width: 100%;
}

/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
/*
 * 	Default theme - Owl Carousel CSS File
 */
.owl-theme .owl-nav {
	margin-top: 10px;
	text-align: center;
	-webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-nav [class*='owl-'] {
	color: #FFF;
	font-size: 14px;
	margin: 5px;
	padding: 4px 7px;
	background: #D6D6D6;
	display: inline-block;
	opacity: 0.5;
	font-weight: 300 !important;
	cursor: pointer;
	border-radius: 3px;
}

.owl-theme .owl-nav .disabled {
	opacity: 0.1;
	display: none;
	cursor: default;
}

.owl-theme .owl-nav.disabled+.owl-dots {
	margin-top: 10px;
}

.owl-theme .owl-dots {
	text-align: center;
	-webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-dots .owl-dot {
	display: inline-block;
	zoom: 1;
	*display: inline;
}

.owl-theme .owl-dots .owl-dot span {
	width: 10px;
	height: 10px;
	margin: 5px 7px;
	border: 1px solid #808080;
	display: block;
	-webkit-backface-visibility: visible;
	-webkit-transition: opacity 200ms ease;
	transition: opacity 200ms ease;
	border-radius: 30px;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
	background: #808080;
}

.container {
	max-width: 1530px;
	margin: 0 auto;
	padding: 0 15px;
}

.container--page {
	max-width: 1036px;
	margin-bottom: 100px;
}

.soldout,
.was_price {
	color: #808080;
	font-size: 0.92308rem;
	text-decoration: line-through;
}

.error {
	color: #E42401 !important;
	text-decoration: underline;
}

.mwCMB {
	display: none !important;
}

.pagination {
	margin: 40px 0;
	display: -webkit-box;
	display: flex;
	-moz-align-items: center;
	-ms-align-items: center;
	-o-align-items: center;
	-webkit-box-align: center;
	align-items: center;
	-ms-justify-content: center;
	-webkit-box-pack: center;
	justify-content: center;
}

@media only screen and (max-width: 767px) {
	.pagination {
		margin: 20px 0;
	}
}

.pagination .paginate {
	display: -webkit-box;
	display: flex;
	-moz-align-items: center;
	-ms-align-items: center;
	-o-align-items: center;
	-webkit-box-align: center;
	align-items: center;
	-ms-justify-content: center;
	-webkit-box-pack: center;
	justify-content: center;
	padding: 0;
}

.pagination .paginate>li {
	font-size: 1.07692rem;
	padding: 2px 5px;
	margin: 0 8px;
	list-style: none;
	color: #000;
	font-weight: normal;
}

.pagination .paginate>li.active {
	border: none;
	border-bottom: 1px solid #000;
	background-color: unset;
	color: #000;
	font-weight: 500;
}

.pagination .paginate>li.disabled {
	color: #808080;
}

.pagination .paginate>li.disabled svg {
	fill: #808080;
}

.pagination .paginate>li a {
	border: none;
	padding: 0;
}

.pagination .paginate>li a:hover {
	background-color: unset;
	border: none;
	color: #000;
}

.pagination .paginate .next,
.pagination .paginate .prev {
	padding: 2px 5px;
	margin: 0 8px;
	vertical-align: middle;
}

.pagination .paginate .next span>svg,
.pagination .paginate .prev span>svg {
	width: 10px;
	height: 10px;
	margin-right: 8px;
}

.pagination .loader {
	display: none;
}

.overlay {
	visibility: hidden;
	opacity: 0;
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	opacity: 0;
	z-index: 9999;
	-webkit-transition: all 0.35s cubic-bezier(0.29, 0.63, 0.44, 1);
	transition: all 0.35s cubic-bezier(0.29, 0.63, 0.44, 1);
	cursor: pointer;
}

.overlay.visible {
	opacity: .5;
	visibility: visible;
}

.alert {
	position: relative;
	padding: 3px 0 0 30px;
}

.alert:before {
	content: "!";
	border: 1px solid #000;
	width: 14px;
	height: 14px;
	line-height: 14px;
	position: absolute;
	text-align: center;
	border-radius: 50%;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.form-success {
	color: green;
	border: 1px solid green;
	padding: 10px;
	margin-bottom: 15px;
}

.warning-modal {
	position: fixed;
	top: 20%;
	left: 50%;
	width: 80%;
	min-height: 150px;
	padding: 20px;
	margin-left: -40%;
	background-color: #fff;
	border: 1px solid #000;
	z-index: 99999;
}

@media only screen and (max-width: 767px) {
	.warning-modal {
		width: 50%;
		margin-left: -25%;
	}
}

.warning-modal .warning {
	color: red;
	border: 1px solid red;
	padding: 10px;
	margin-top: 20px;
}

.warning-modal .warning p {
	margin: 0;
}

.warning-modal .close {
	position: absolute;
	top: 20px;
	right: 20px;
	font-size: 1.5em;
}

.warning-modal .close svg {
	width: 13px;
}

.ratio-container {
	max-width: 100%;
	width: 100%;
	display: block;
	position: relative;
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: center;
	justify-content: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column;
}

.ratio-container:after {
	content: '';
	display: block;
	height: 0;
	width: 100%;
	padding-bottom: 133%;
}

.ratio-container>img {
	position: absolute;
	width: 100%;
	display: block;
}

.ratio-container--full-width:after {
	padding-bottom: 88%;
}

@media only screen and (min-width: 1024px) {
	.ratio-container--full-width:after {
		padding-bottom: 30%;
	}
}

.ratio-container--full-width-2:after {
	padding-bottom: 140%;
}

@media only screen and (min-width: 1024px) {
	.ratio-container--full-width-2:after {
		padding-bottom: 56.25%;
	}
}

.ratio-container--half-width:after {
	padding-bottom: 100%;
}

.ratio-container--cards:after {
	padding-bottom: 143%;
}

@media only screen and (min-width: 1024px) {
	.ratio-container--man:after {
		padding-bottom: 100%;
	}
}

.ratio-container--woman:after {
	padding-bottom: 100%;
}

.home-carousel {
	min-height: 400px;
	display: block;
	visibility: hidden;
}

.home-carousel.owl-loaded {
	visibility: visible;
}

img[data-sizes="auto"].lazyloaded {
	height: auto;
}

img[data-sizes="auto"],
img[data-sizes="100vw"] {
	display: block;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}

.transition--fade-in {
	opacity: 0;
	-webkit-transition: opacity 0.1s ease-in;
	transition: opacity 0.1s ease-in;
}

.transition--fade-in.lazyloaded {
	opacity: 1;
}

.breadcrumbs {
	max-width: 1920px;
	margin: 0 auto;
	padding: 20px 25px 0 25px;
	display: none;
}

@media only screen and (min-width: 768px) {
	.breadcrumbs {
		display: block;
	}
}

.breadcrumbs.breadcrumb-collection {
	padding-left: 0;
}

.breadcrumbs span,
.breadcrumbs a {
	font-size: 1rem;
	color: #5F5F5F;
	font-weight: 300;
}

.pagination {
	margin: 40px 0;
}

@media only screen and (max-width: 767px) {
	.pagination {
		margin: 20px 0;
	}
}

.pagination__container {
	display: inline-block;
}

.pagination .paginate {
	display: -webkit-box;
	display: flex;
	-moz-align-items: center;
	-ms-align-items: center;
	-o-align-items: center;
	-webkit-box-align: center;
	align-items: center;
	-ms-justify-content: center;
	-webkit-box-pack: center;
	justify-content: center;
	padding: 0;
	margin-bottom: 5px;
}

.pagination .paginate>li {
	font-size: 1.23077rem;
	padding: 2px 5px;
	margin: 0 8px;
	list-style: none;
	color: #000;
	font-weight: 300;
}

.pagination .paginate>li.active {
	border: none;
	border-bottom: 1px solid #707070;
	background-color: unset;
	color: #707070;
	font-weight: 400;
}

.pagination .paginate>li.disabled {
	color: #B1B1B1;
}

.pagination .paginate>li a {
	border: none;
	padding: 0;
}

.pagination .paginate>li a:hover {
	background-color: unset;
	border: none;
	color: #000;
}

.pagination .prev-next {
	display: -webkit-box;
	display: flex;
	-ms-justify-content: space-between;
	-webkit-box-pack: justify;
	justify-content: space-between;
}

.pagination .next,
.pagination .prev {
	padding: 2px 5px;
	margin: 0;
	vertical-align: middle;
	font-size: 1rem;
	font-weight: 300;
}

.pagination .next.disabled,
.pagination .prev.disabled {
	color: #B1B1B1;
}

.pagination .loader {
	display: none;
}

.filters-open .collection__container {
	position: relative;
}

.filters-open .products-grid {
	left: 20%;
	width: 80%;
	position: relative;
	margin: 0;
}

.filters-open .shop-filters {
	visibility: visible;
	opacity: 1;
	pointer-events: all;
}

.shop-filters {
	position: fixed;
	height: 100%;
	left: 0;
	opacity: 0;
	display: block;
	-webkit-transition: all 0.35s cubic-bezier(0.29, 0.63, 0.44, 1);
	transition: all 0.35s cubic-bezier(0.29, 0.63, 0.44, 1);
	pointer-events: none;
	background-color: #FFF;
	height: calc(100% - 64px);
}

@media only screen and (max-width: 1200px) {
	.shop-filters {
		display: -webkit-box;
		display: flex;
		-moz-align-items: center;
		-ms-align-items: center;
		-o-align-items: center;
		-webkit-box-align: center;
		align-items: center;
		z-index: 99999;
		padding: 30px 20px 0 20px;
		max-height: 100%;
		width: 100%;
		bottom: 0;
	}
}

@media only screen and (min-width: 1201px) {
	.shop-filters {
		height: auto;
		-webkit-transition: none;
		transition: none;
		position: absolute;
		z-index: 90;
		width: 100%;
		width: 20%;
		visibility: hidden;
		overflow: auto;
		top: 0;
	}
}

.shop-filters.active {
	display: block;
}

@media only screen and (max-width: 1200px) {
	.shop-filters.active {
		display: -webkit-box;
		display: flex;
		-moz-flex-direction: column;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		flex-direction: column;
		-ms-justify-content: space-between;
		-webkit-box-pack: justify;
		justify-content: space-between;
		opacity: 1;
		pointer-events: all;
		visibility: visible;
	}
}

.shop-filters.active .shop-filters__buttons .shop-filters__show-all {
	position: relative;
	margin-bottom: 0;
	height: 44px;
	line-height: 38px;
}

.shop-filters__wrap {
	display: -webkit-box;
	display: flex;
	padding: 50px 0 20px 0;
	-moz-flex-direction: column;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column;
	width: 100%;
}

@media only screen and (max-width: 1200px) {
	.shop-filters__wrap {
		width: 100%;
		overflow: hidden;
		padding: 0;
		height: 100%;
	}

	.shop-filters__wrap .shop-filters__container {
		max-height: 100%;
		overflow: auto;
		height: 100%;
	}
}

.shop-filters__filter {
	display: -webkit-box;
	display: flex;
	-moz-flex-direction: column;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column;
}

@media only screen and (min-width: 1201px) {
	.shop-filters__filter {
		-moz-flex: 1;
		-webkit-box-flex: 1;
		flex: 1;
	}
}

.shop-filters__filter.empty {
	display: none !important;
}

.shop-filters__filter.active {
	height: 100%;
}

.shop-filters__filter.active .shop-filters__container {
	display: -webkit-box;
	display: flex;
}

.shop-filters__filter.active .shop-filters__title>span:after {
	content: ' ';
	position: absolute;
	right: unset;
	border: solid #000;
	border-width: 0 1px 1px 0;
	display: inline-block;
	padding: 3px;
	top: 4px;
	transform: rotate(135deg);
	-webkit-transform: rotate(135deg);
	left: -16px;
}

@media only screen and (min-width: 1201px) {
	.shop-filters__filter.active .shop-filters__title>span:after {
		display: none;
	}
}

.shop-filters__container {
	display: -webkit-box;
	display: flex;
	margin-top: 15px;
	width: 100%;
	display: none;
}

@media only screen and (min-width: 1201px) {
	.shop-filters__container {
		overflow: auto;
		height: 100%;
		position: relative;
		max-height: 190px;
	}
}

.shop-filters__back-mobile {
	display: none;
	-moz-align-items: center;
	-ms-align-items: center;
	-o-align-items: center;
	-webkit-box-align: center;
	align-items: center;
	text-transform: uppercase;
}

.shop-filters__back-mobile a {
	display: block;
	position: relative;
}

.shop-filters__back-mobile a:before {
	content: ' ';
	position: absolute;
	left: -16px;
	border: solid #000;
	border-width: 0 2px 2px 0;
	display: inline-block;
	padding: 3px;
	top: 4px;
	transform: rotate(135deg);
	-webkit-transform: rotate(135deg);
}

.shop-filters__title {
	font-size: 1.07692rem;
	display: block;
	visibility: visible;
	font-weight: 500;
	padding: 10px 15px 10px 0;
	border-bottom: 1px solid #B1B1B1;
	display: -webkit-box;
	display: flex;
	-ms-justify-content: space-between;
	-webkit-box-pack: justify;
	justify-content: space-between;
	cursor: pointer;
}

@media only screen and (max-width: 1200px) {
	.shop-filters__title {
		padding-bottom: 15px;
		display: -webkit-box;
		display: flex;
		-ms-justify-content: center;
		-webkit-box-pack: center;
		justify-content: center;
		margin-bottom: 5px;
		min-height: 30px;
		padding-right: 0;
		border-bottom: 1px solid #F0F0F0;
	}
}

.shop-filters__title>span {
	position: relative;
}

.shop-filters__title>span:after {
	display: none;
}

.shop-filters .ps__rail-y {
	right: 12px;
}

.shop-filters__check {
	margin-right: 5px;
	width: 10px;
	height: 10px;
	border: 1px solid #000;
	border-radius: 100%;
	background: #FFF;
	display: inline-block;
}

@media only screen and (min-width: 1201px) {
	.shop-filters__check {
		float: right;
		margin-right: 5px;
		margin-bottom: 2px;
	}
}

.shop-filters__content {
	margin: 0;
	visibility: visible;
	width: 100%;
	padding: 0 15px;
}

.shop-filters__content>li {
	margin-bottom: 0;
}

.shop-filters__content>li a {
	padding-bottom: 10px;
}

@media only screen and (max-width: 1200px) {
	.shop-filters__content {
		width: 100%;
		overflow: auto;
		height: calc(100% - 34px);
		-webkit-overflow-scrolling: touch;
	}

	.shop-filters__content li {
		margin-top: 15px;
	}

	.shop-filters__content li+.separator {
		border-top: none;
		margin-top: 0;
	}

	.shop-filters__content li:first-child {
		padding-top: 0;
		border-top: none;
		margin-top: 0;
	}

	.shop-filters__content li a {
		font-weight: 300;
		text-align: center;
	}
}

.shop-filters__content .separator {
	display: -webkit-box;
	display: flex;
	min-height: 1px;
	padding-bottom: 10px;
}

.shop-filters__content .separator:after {
	content: '';
	height: 1px;
	background-color: #f4f4f4;
	width: 100%;
	position: absolute;
	left: -16px;
}

@media only screen and (max-width: 1200px) {
	.shop-filters__content .separator {
		position: relative;
	}

	.shop-filters__content .separator+li {
		border-top: none;
		margin-top: 0;
	}

	.shop-filters__content .separator:after {
		left: 0;
	}
}

.shop-filters__link {
	text-transform: uppercase;
}

@media only screen and (min-width: 1201px) {
	.shop-filters__link {
		font-size: 1.07692rem;
		display: -webkit-box;
		display: flex;
		-moz-align-items: center;
		-ms-align-items: center;
		-o-align-items: center;
		-webkit-box-align: center;
		align-items: center;
		font-weight: 300;
	}
}

@media only screen and (max-width: 1200px) {
	.shop-filters__link {
		display: block;
	}
}

.shop-filters__link.active .shop-filters__check {
	background: #000;
}

.shop-filters__link.not-filtable {
	text-decoration: line-through;
	pointer-events: none;
}

.shop-filters__more-less {
	width: 10px;
	line-height: 20px;
	font-size: 1.30769rem;
	font-weight: 300;
	text-align: center;
}

@media only screen and (max-width: 1200px) {
	.shop-filters__more-less {
		display: none;
	}
}

.shop-filters__buttons {
	margin-top: 25px;
	text-align: center;
	margin-bottom: 30px;
	padding: 0;
	-ms-justify-content: space-evenly;
	-webkit-box-pack: space-evenly;
	justify-content: space-evenly;
	width: 100%;
}

@media only screen and (min-width: 1201px) {
	.shop-filters__buttons {
		display: none;
	}
}

.shop-filters__close {
	text-transform: uppercase;
	font-weight: 300;
	padding: 0;
	font-size: 1.07692rem;
	color: #000;
}

@media only screen and (min-width: 1201px) {
	.shop-filters__close {
		text-decoration: underline;
		padding: 0;
	}
}

.shop-filters__reset {
	text-transform: uppercase;
	text-decoration: underline;
	font-weight: 300;
	font-size: 1.07692rem;
	color: #000;
}

.shop-filters__mobile-current {
	visibility: visible;
	display: none;
}

@media only screen and (max-width: 1200px) {
	.shop-filters__mobile-current {
		display: -webkit-box;
		display: flex;
		-moz-flex-direction: column;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		flex-direction: column;
		margin-bottom: 10px;
		text-transform: uppercase;
		width: 100%;
		overflow-y: scroll;
		height: 150px;
	}

	.shop-filters__mobile-current #current-filters-mobile {
		display: none;
		margin: 0;
		height: 100%;
		overflow: scroll;
	}

	.shop-filters__mobile-current #current-filters-mobile li {
		display: inline-block;
		padding: 0 5px;
		margin-right: 10px;
		margin-bottom: 5px;
		height: 44px;
		line-height: 43px;
	}

	.shop-filters__mobile-current #current-filters-mobile li a {
		font-size: 0.92308rem;
		color: #000;
		font-weight: 300;
	}
}

@media only screen and (max-width: 1200px) {
	.shop-filters__buttons {
		display: -webkit-box;
		display: flex;
		-moz-align-items: flex-end;
		-ms-align-items: flex-end;
		-o-align-items: flex-end;
		-webkit-box-align: end;
		align-items: flex-end;
	}
}

.shop-filters__apply-mobile,
.shop-filters__show-all {
	width: 150px;
	display: none;
	padding: 3px 20px;
	border: 1px solid #000;
	text-align: center;
	text-transform: uppercase;
	margin: 0 auto;
	position: absolute;
	bottom: 0;
	margin-bottom: 30px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	height: 44px;
	line-height: 37px;
}

.shop-filters__remove-all {
	display: none;
	-webkit-align-self: flex-end;
	align-self: flex-end;
}

@media only screen and (max-width: 1200px) {
	.shop-filters__show-all {
		display: block;
	}
}

.filter-explode {
	display: -webkit-box;
	display: flex;
	overflow: auto;
	white-space: nowrap;
	font-size: 1rem;
	text-transform: capitalize;
	-moz-flex: 1;
	-webkit-box-flex: 1;
	flex: 1;
	height: 40px;
}

.filter-explode::-webkit-scrollbar {
	width: 0;
	height: 0;
	background: transparent;
}

@media only screen and (min-width: 1201px) {
	.filter-explode {
		display: none;
	}
}

.filter-explode__filter {
	display: -webkit-box;
	display: flex;
	-moz-align-items: center;
	-ms-align-items: center;
	-o-align-items: center;
	-webkit-box-align: center;
	align-items: center;
}

.filter-explode__filter:last-child .filter-explode__title {
	border-right: 0;
}

.filter-explode__title {
	border-right: 1px solid #000;
	padding: 0 25px;
}

.filter-explode__title.view-all {
	color: #808080;
}

.load-more {
	text-align: center;
	margin-top: 30px;
}

.load-more button {
	background-color: transparent;
}

.no-result {
	margin: 0px auto 20px auto;
	max-width: 800px;
	width: 70%;
	display: none;
}

@media only screen and (max-width: 767px) {
	.no-result {
		padding-left: 7%;
	}
}

.no-result.active,
.no-result.search {
	display: block;
}

@media only screen and (max-width: 767px) {
	.no-result {
		width: 100%;
	}
}

.no-result__title {
	margin-bottom: 25px;
	font-size: 2.1rem;
}

.no-result__wrapper {
	border: 1px solid #000;
}

.no-result__text {
	border: 1px solid #fbb231;
	padding: 15px;
	color: #fbb231;
	margin: 15px;
}

.ps {
	overflow: hidden !important;
	overflow-anchor: none;
	-ms-overflow-style: none;
	touch-action: auto;
	-ms-touch-action: auto;
}

.ps__rail-x {
	transition: background-color .2s linear, opacity .2s linear;
	-webkit-transition: background-color .2s linear, opacity .2s linear;
	height: 15px;
	bottom: 0px;
	position: absolute;
}

.ps__rail-y {
	transition: background-color .2s linear, opacity .2s linear;
	-webkit-transition: background-color .2s linear, opacity .2s linear;
	width: 15px;
	right: 0;
	position: absolute;
}

.ps--active-x>.ps__rail-x,
.ps--active-y>.ps__rail-y {
	display: block;
	background-color: transparent;
}

.ps .ps__rail-x:hover,
.ps .ps__rail-y:hover,
.ps .ps__rail-x:focus,
.ps .ps__rail-y:focus,
.ps .ps__rail-x.ps--clicking,
.ps .ps__rail-y.ps--clicking {
	background-color: transparent;
	opacity: 1;
}

.ps__thumb-x {
	background-color: #707070;
	transition: background-color .2s linear, height .2s ease-in-out;
	-webkit-transition: background-color .2s linear, height .2s ease-in-out;
	height: 6px;
	opacity: 0;
	bottom: 2px;
	position: absolute;
}

.ps__thumb-y {
	background-color: #707070;
	transition: background-color .2s linear, width .2s ease-in-out;
	-webkit-transition: background-color .2s linear, width .2s ease-in-out;
	width: 1px;
	opacity: 0;
	right: 7px;
	position: absolute;
}

.ps.ps--active-x:hover .ps__thumb-x,
.ps.ps--active-x:focus .ps__thumb-x {
	background-color: #707070;
	height: 11px;
	opacity: 1;
}

.ps.ps--active-y:hover .ps__thumb-y,
.ps.ps--active-y:focus .ps__thumb-y {
	background-color: #707070;
	width: 1px;
	opacity: 1;
}

@supports (-ms-overflow-style: none) {
	.ps {
		overflow: auto !important;
	}
}

@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {
	.ps {
		overflow: auto !important;
	}
}

/* Lazyframe */
.lazyframe {
	position: relative;
	background-color: #fff;
	background-repeat: no-repeat;
	background-size: cover;
}

.lazyframe__title {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	padding: 15px 17px;
	z-index: 3;
}

.lazyframe__title:after {
	z-index: -1;
}

.lazyframe:hover {
	cursor: pointer;
}

.lazyframe:before {
	display: block;
	content: "";
	width: 100%;
	padding-top: 100%;
}

.lazyframe[data-ratio="16:9"]:before {
	padding-top: 56.25%;
}

.lazyframe[data-ratio="4:3"]:before {
	padding-top: 75%;
}

.lazyframe[data-ratio="1:1"]:before {
	padding-top: 100%;
}

.lazyframe iframe {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 5;
	width: 100%;
	height: 100%;
}

.lazyframe[data-vendor="youtube"],
.lazyframe[data-vendor="youtube_nocookie"] {
	background-color: #e52d27;
	font-family: Roboto, Arial, Helvetica, sans-serif;
}

.lazyframe[data-vendor="youtube"] .lazyframe__title,
.lazyframe[data-vendor="youtube_nocookie"] .lazyframe__title {
	color: #eee;
	font-family: Roboto, Arial, Helvetica, sans-serif;
	font-size: 18px;
	text-shadow: rgba(0, 0, 0, 0.498039) 0px 0px 2px;
	-webkit-font-smoothing: antialiased;
	-webkit-tap-highlight-color: transparent;
	-webkit-transition: color 0.1s cubic-bezier(0.4, 0, 1, 1);
	transition: color 0.1s cubic-bezier(0.4, 0, 1, 1);
}

.lazyframe[data-vendor="youtube"] .lazyframe__title:hover,
.lazyframe[data-vendor="youtube_nocookie"] .lazyframe__title:hover {
	color: #fff;
}

.lazyframe[data-vendor="youtube"] .lazyframe__title:before,
.lazyframe[data-vendor="youtube_nocookie"] .lazyframe__title:before {
	content: '';
	display: block;
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.2)), to(transparent));
	background: linear-gradient(rgba(0, 0, 0, 0.2), transparent);
	height: 98px;
	width: 100%;
	pointer-events: none;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: -1;
	-webkit-tap-highlight-color: transparent;
}

.lazyframe[data-vendor="youtube"]:before,
.lazyframe[data-vendor="youtube_nocookie"]:before {
	padding-top: 56.25%;
}

.lazyframe[data-vendor="youtube"][data-ratio="16:9"]:before,
.lazyframe[data-vendor="youtube_nocookie"][data-ratio="16:9"]:before {
	padding-top: 56.25%;
}

.lazyframe[data-vendor="youtube"][data-ratio="4:3"]:before,
.lazyframe[data-vendor="youtube_nocookie"][data-ratio="4:3"]:before {
	padding-top: 75%;
}

.lazyframe[data-vendor="youtube"][data-ratio="1:1"]:before,
.lazyframe[data-vendor="youtube_nocookie"][data-ratio="1:1"]:before {
	padding-top: 100%;
}

.lazyframe[data-vendor="youtube"]:after,
.lazyframe[data-vendor="youtube_nocookie"]:after {
	content: '';
	position: absolute;
	left: 50%;
	top: 50%;
	width: 68px;
	height: 48px;
	margin-left: -34px;
	margin-top: -24px;
	background-image: url("data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgNTEyIDUxMiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMjU1LjcgNDQ2LjNjLTUzLjMuMy0xMDYuNi0uNC0xNTkuOC0zLjMtMTcuNC0xLTM0LjctMi41LTUwLjQtMTFDMzUgNDI2LjMgMjcgNDE4LjQgMjIgNDA3LjIgMTMuMiAzODguNiAxMC41IDM2OSA5IDM0OWMtMy40LTQxLjMtMy42LTgyLjYtMS44LTEyMy44IDEtMjIgMS42LTQ0IDYuOC02NS41IDItOC40IDUtMTYuNiA4LjgtMjQuNEMzMiAxMTcgNDggMTA4IDY3LjMgMTA0YzE2LjItMyAzMi44LTMgNDkuMy0zLjcgNTYtMi4zIDExMi0zLjUgMTY4LTMgNDMgLjYgODYuMiAxLjcgMTI5LjMgNCAxMy4yLjYgMjYuNi44IDM5LjMgNS41IDE3LjIgNi40IDMwIDE3LjIgMzcgMzQuNyA2LjYgMTYuOCA5LjIgMzQuMiAxMC42IDUyIDMuOCA0OC43IDQgOTcuMy43IDE0Ni0xIDE2LjMtMi4yIDMyLjctNi41IDQ4LjgtOS43IDM3LTMyLjggNTEuNS02Ni43IDUzLjgtMzYuMiAyLjUtNzIuNSAzLjgtMTA4LjggNC4zLTIxLjMuMi00Mi43IDAtNjQgMHpNMjAzLjIgMzQ0TDM0OCAyNjQuN2wtMTQ0LjgtNzkuM1YzNDR6IiBmaWxsPSIjIzFmMWYxZiIvPjxwYXRoIGQ9Ik0yMDMuMiAzNDRWMTg1LjVMMzQ4IDI2NC44IDIwMy4yIDM0NHoiIGZpbGw9IiNGRUZERkQiLz48L3N2Zz4=");
	background-position: center center;
	background-size: 100%;
	background-repeat: no-repeat;
	opacity: .81;
	border: none;
	z-index: 4;
}

.lazyframe[data-vendor="youtube"]:hover:after,
.lazyframe[data-vendor="youtube_nocookie"]:hover:after {
	background-image: url("data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgNTEyIDUxMiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMjU1LjcgNDQ2LjNjLTUzLjMuMy0xMDYuNi0uNC0xNTkuOC0zLjMtMTcuNC0xLTM0LjctMi41LTUwLjQtMTFDMzUgNDI2LjMgMjcgNDE4LjQgMjIgNDA3LjIgMTMuMiAzODguNiAxMC41IDM2OSA5IDM0OWMtMy40LTQxLjMtMy42LTgyLjYtMS44LTEyMy44IDEtMjIgMS42LTQ0IDYuOC02NS41IDItOC40IDUtMTYuNiA4LjgtMjQuNEMzMiAxMTcgNDggMTA4IDY3LjMgMTA0YzE2LjItMyAzMi44LTMgNDkuMy0zLjcgNTYtMi4zIDExMi0zLjUgMTY4LTMgNDMgLjYgODYuMiAxLjcgMTI5LjMgNCAxMy4yLjYgMjYuNi44IDM5LjMgNS41IDE3LjIgNi40IDMwIDE3LjIgMzcgMzQuNyA2LjYgMTYuOCA5LjIgMzQuMiAxMC42IDUyIDMuOCA0OC43IDQgOTcuMy43IDE0Ni0xIDE2LjMtMi4yIDMyLjctNi41IDQ4LjgtOS43IDM3LTMyLjggNTEuNS02Ni43IDUzLjgtMzYuMiAyLjUtNzIuNSAzLjgtMTA4LjggNC4zLTIxLjMuMi00Mi43IDAtNjQgMHpNMjAzLjIgMzQ0TDM0OCAyNjQuN2wtMTQ0LjgtNzkuM1YzNDR6IiBmaWxsPSIjREQyQzI4Ii8+PHBhdGggZD0iTTIwMy4yIDM0NFYxODUuNUwzNDggMjY0LjggMjAzLjIgMzQ0eiIgZmlsbD0iI0ZFRkRGRCIvPjwvc3ZnPg==");
	opacity: 1;
}

.lazyframe[data-vendor="vimeo"] {
	background-color: #00adef;
}

.lazyframe[data-vendor="vimeo"] .lazyframe__title {
	font-family: "Helvetica Neue", Helvetica, Arial;
	color: #00adef;
	font-size: 20px;
	font-weight: bold;
	text-rendering: optimizeLegibility;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-font-smoothing: auto;
	-webkit-tap-highlight-color: transparent;
	background-color: rgba(0, 0, 0, 0.5);
}

.lazyframe[data-vendor="vimeo"]:before {
	padding-top: 48.25%;
}

.lazyframe[data-vendor="vimeo"][data-ratio="16:9"]:before {
	padding-top: 56.25%;
}

.lazyframe[data-vendor="vimeo"][data-ratio="4:3"]:before {
	padding-top: 75%;
}

.lazyframe[data-vendor="vimeo"][data-ratio="1:1"]:before {
	padding-top: 100%;
}

.lazyframe[data-vendor="vimeo"]:after {
	content: '';
	height: 40px;
	width: 65px;
	display: block;
	position: absolute;
	bottom: 10px;
	left: 10px;
	z-index: 3;
	background-color: rgba(0, 0, 0, 0.5);
	background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMCIgaGVpZ2h0PSIyMCIgYmFzZVByb2ZpbGU9InRpbnkiIHZpZXdCb3g9IjAgMCAyNCAyNCI+PHBhdGggZmlsbD0iI0ZGRiIgZD0iTTcuNzY1IDE2Ljg5bDguNDctNC44OS04LjQ3LTQuODkiLz48L3N2Zz4=");
	background-position: center center;
	background-size: 100% 100%;
	background-repeat: no-repeat;
	border-radius: 5px;
	position: relative;
}

.lazyframe[data-vendor="vimeo"]:hover:after {
	background-color: #00adef;
}

.lazyframe[data-vendor="vine"] {
	background-color: #00bf8f;
}

.lazyframe[data-vendor="vine"] .lazyframe__title {
	color: #fff;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 16px;
	white-space: nowrap;
	z-index: 3;
	positon: relative;
}

.lazyframe[data-vendor="vine"] .lazyframe__title:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: -1;
	height: 115px;
	padding: 24px 70px 24px 24px;
	background: -webkit-gradient(linear, left bottom, left top, color-stop(0, rgba(23, 23, 23, 0)), to(rgba(23, 23, 23, 0.7)));
	background: linear-gradient(to top, rgba(23, 23, 23, 0) 0, rgba(23, 23, 23, 0.7) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#b3171717", endColorstr="#00171717", GradientType=0);
}

.lazyframe[data-vendor="vine"]:before {
	padding-top: 100%;
}

.lazyframe[data-vendor="vine"][data-ratio="16:9"]:before {
	padding-top: 56.25%;
}

.lazyframe[data-vendor="vine"][data-ratio="4:3"]:before {
	padding-top: 75%;
}

.lazyframe[data-vendor="vine"][data-ratio="1:1"]:before {
	padding-top: 100%;
}

.lazyframe[data-vendor="vine"]:after {
	content: '';
	width: 60px;
	height: 60px;
	position: absolute;
	left: 50%;
	top: 50%;
	z-index: 4;
	background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMzYiIGhlaWdodD0iMTM2IiB2aWV3Qm94PSIwIDAgMTM2IDEzNiI+PHBhdGggZmlsbD0iI0ZGRiIgZD0iTTU2IDQ0Yy0uNyAwLTEuNC4yLTIgLjUtMS4yLjgtMiAyLTIgMy41djQwYzAgMS40LjggMi44IDIgMy41LjYuMyAxLjMuNSAyIC41czEuNC0uMiAyLS41bDM0LjYtMjBjMS4zLS43IDItMiAyLTMuNSAwLTEuNC0uNy0yLjgtMi0zLjVMNTggNDQuNWMtLjYtLjMtMS4zLS41LTItLjV6Ii8+PC9zdmc+");
	background-color: rgba(0, 0, 0, 0.5);
	background-size: cover;
	background-repeat: no-repeat;
	margin-top: -30px;
	margin-left: -30px;
	border-radius: 50%;
}

.lazyframe[data-vendor="vine"]:hover:after {
	background-color: rgba(0, 0, 0, 0.75);
}

@media only screen and (min-width: 1201px) {
	.custom-dropdown.fixed {
		position: absolute;
		text-transform: uppercase;
		bottom: 50%;
		-webkit-transform: translateY(50%);
		transform: translateY(50%);
		z-index: 99999;
	}

	.custom-dropdown:hover .custom-dropdown__current {
		min-width: 190px;
		-webkit-transition: all 0.35s cubic-bezier(0.29, 0.63, 0.44, 1);
		transition: all 0.35s cubic-bezier(0.29, 0.63, 0.44, 1);
		text-align: right;
		background-color: #FFF;
	}

	.custom-dropdown:hover .custom-dropdown__link {
		visibility: visible;
		opacity: 1;
		width: 190px;
		-webkit-transition: all 0.35s cubic-bezier(0.29, 0.63, 0.44, 1);
		transition: all 0.35s cubic-bezier(0.29, 0.63, 0.44, 1);
		height: auto;
		overflow: hidden;
	}
}

.custom-dropdown>a:hover {
	text-decoration: none;
}

.custom-dropdown__select {
	display: none !important;
}

.custom-dropdown__span {
	text-transform: uppercase;
	cursor: pointer;
	padding-top: 18px;
}

.custom-dropdown__title {
	padding: 35px 0;
	font-size: 15px;
	color: #000;
	letter-spacing: 3px;
	font-weight: 500;
}

@media only screen and (min-width: 1201px) {
	.custom-dropdown__title {
		display: none;
	}
}

@media only screen and (max-width: 1200px) {
	.custom-dropdown__container {
		position: fixed;
		height: 100%;
		left: 0;
		opacity: 0;
		-webkit-transition: all 0.35s cubic-bezier(0.29, 0.63, 0.44, 1);
		transition: all 0.35s cubic-bezier(0.29, 0.63, 0.44, 1);
		pointer-events: none;
		background-color: #FFF;
		height: calc(100% - 64px);
		top: unset;
		width: 100%;
		bottom: 0;
		z-index: 99999;
		display: -webkit-box;
		display: flex;
		-moz-flex-direction: column;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		flex-direction: column;
		-ms-justify-content: space-between;
		-webkit-box-pack: justify;
		justify-content: space-between;
	}

	.custom-dropdown__container.visible {
		opacity: 1;
		pointer-events: all;
	}
}

@media only screen and (min-width: 1201px) {
	.custom-dropdown__link {
		position: absolute;
		display: -webkit-box;
		display: flex;
		visibility: hidden;
		opacity: 0;
		-moz-flex-direction: column;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		flex-direction: column;
		margin: 0;
		width: 140px;
		height: 0;
		right: -1px;
		text-align: right;
		background-color: #FFF;
		text-transform: uppercase;
		z-index: 99;
		border-right: 1px solid #B1B1B1;
		border-left: 1px solid #B1B1B1;
		border-bottom: 1px solid #B1B1B1;
	}
}

.custom-dropdown__link li {
	width: 100%;
	padding: 0 15px;
	line-height: 0;
}

.custom-dropdown__link li:last-child a {
	border-bottom: 0;
}

.custom-dropdown__link li a {
	font-size: 0.92308rem;
	line-height: 1.07692rem;
	font-weight: 300;
	display: block;
	padding: 15px 0;
	text-transform: capitalize;
}

@media only screen and (min-width: 1201px) {
	.custom-dropdown__link li a {
		padding: 10px 0;
		border-bottom: 1px solid #B1B1B1;
		text-transform: uppercase;
	}
}

.custom-dropdown__link li a.active {
	font-weight: 500;
}

.custom-dropdown__buttons {
	padding: 35px 0;
	font-size: 1.07692rem;
	color: #707070;
	text-decoration: underline;
}

@media only screen and (min-width: 1201px) {
	.custom-dropdown__buttons {
		display: none;
	}
}

#BIS_trigger {
	display: none;
}

.loader {
	display: block;
	position: relative;
	margin: 0 auto;
	width: 40px;
}

.loader.loading {
	display: block;
}

body {
	-ms-scroll-chaining: none;
	overscroll-behavior: contain;
}

body.index .main-content {
	margin: 0 auto;
	max-width: 1920px;
}

@media only screen and (max-width: 1023px) {
	body.index .main-content {
		padding-left: 0;
		padding-right: 0;
	}
}

body.product .main-content {
	margin-top: 15px;
}

@media only screen and (min-width: 1024px) {
	body.cart .main-content {
		padding-top: 170px;
	}
}

@media only screen and (min-width: 1024px) {
	body.article .main-content {
		padding-top: 170px;
	}
}

@media only screen and (max-width: 1023px) {
	.main-content {
		padding-top: 64px;
		padding-left: 20px;
		padding-right: 20px;
		margin-top: 40px;
		min-height: calc(100vh - 75px);
	}
}

@media only screen and (min-width: 1024px) {
	.main-content {
		padding-top: 170px;
		margin-top: 35px;
		min-height: 100vh;
	}
}

/*============================================================================
  #Normalize

  Based on normalize.css v3.0.2 | MIT License | git.io/normalize
==============================================================================*/
*,
*:before,
*:after {
	box-sizing: border-box;
}

body {
	margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
	display: block;
}

body,
input,
textarea,
button,
select {
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: 100%;
}

.all-brands {
	display: none;
}

.all-brands .active {
	border-bottom: 0.5px solid black;
}

@media only screen and (min-width: 768px) {
	.all-brands__container-page {
		text-align: center;
	}
}

.all-brands__title {
	margin-bottom: 10px;
	font-size: 1.53846rem;
	color: #EF8E48;
	padding-bottom: 10px;
	border-bottom: 1px solid;
}

@media only screen and (min-width: 768px) {
	.all-brands__title {
		margin-bottom: 10px;
		padding-top: 15px;
		border-top: 1px solid #F0F0F0;
		padding-bottom: 0;
		border-bottom: 0;
	}
}

.all-brands__brand-gender-title {
	display: -webkit-box;
	display: flex;
	-ms-justify-content: left;
	-webkit-box-pack: left;
	justify-content: left;
	letter-spacing: 1px;
	text-transform: uppercase;
}

@media only screen and (min-width: 768px) {
	.all-brands__brand-gender-title {
		margin-top: 40px;
		display: -webkit-box;
		display: flex;
		-ms-justify-content: center;
		-webkit-box-pack: center;
		justify-content: center;
		font-size: 1.69231rem;
	}
}

.all-brands__letters {
	overflow: auto;
	white-space: nowrap;
	height: 40px;
	margin-top: 50px;
}

@media only screen and (min-width: 768px) {
	.all-brands__letters {
		display: -webkit-box;
		display: flex;
		-ms-justify-content: center;
		-webkit-box-pack: center;
		justify-content: center;
	}
}

.all-brands__letter {
	display: inline-block;
	margin-left: 20px;
	font-size: 1.07692rem;
	font-weight: 500;
}

.all-brands__letter:first-child {
	margin-left: 0;
}

@media only screen and (min-width: 1201px) {
	.all-brands__letter {
		margin-left: 20px;
		width: 20px;
		font-size: 1.53846rem;
	}
}

@media only screen and (min-width: 768px) {
	.all-brands__letter>a {
		padding-bottom: 9px;
	}
}

.all-brands__container {
	display: -webkit-box;
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}

@media only screen and (min-width: 768px) {
	.all-brands__container {
		margin-left: 60px;
	}
}

.all-brands__brands {
	display: -webkit-box;
	display: flex;
	margin-top: 20px;
}

@media only screen and (min-width: 768px) {
	.all-brands__brands {
		max-width: 1200px;
		margin: 0 auto;
		margin-top: 100px;
		margin-bottom: 243px;
		flex-wrap: wrap;
	}
}

.all-brands__brand {
	margin-bottom: 5px;
}

.all-brands__brand a {
	font-size: 0.92308rem;
}

@media only screen and (min-width: 768px) {
	.all-brands__brand a {
		font-size: 1.07692rem;
		margin-bottom: 0;
	}
}

.all-brands__section {
	padding: 0 30px 20px 0;
	margin-bottom: 20px;
	-moz-flex: 0 0 50%;
	-webkit-box-flex: 0;
	flex: 0 0 50%;
	width: 50%;
}

@media only screen and (min-width: 768px) {
	.all-brands__section {
		text-align: left;
		-moz-flex: 0 0 25%;
		-webkit-box-flex: 0;
		flex: 0 0 25%;
		width: 25%;
		padding-top: 20px;
		padding-right: 60px;
	}
}

.all-brands__vendors-list {
	display: -webkit-box;
	display: flex;
	flex-wrap: wrap;
	-moz-flex-direction: column;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column;
}

.account {
	max-width: 750px;
	margin: 0 auto;
}

.account__form {
	margin-top: 20px;
	display: -webkit-box;
	display: flex;
	-moz-align-items: center;
	-ms-align-items: center;
	-o-align-items: center;
	-webkit-box-align: center;
	align-items: center;
	-moz-flex-direction: column;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column;
}

@media only screen and (min-width: 768px) {
	.account__form {
		color: #000;
		padding: 80px 0;
		margin-top: 60px;
		min-height: 420px;
		border: 1px solid #F0F0F0;
	}
}

.account__form .form-vertical {
	width: 100%;
	text-align: center;
}

.account__form .form-vertical h2,
.account__form .form-vertical .h2 {
	font-size: 1.07692rem;
}

@media only screen and (min-width: 768px) {
	.account__form .form-vertical {
		max-width: 320px;
		margin: 0 auto;
	}
}

.account__form .input-full {
	height: 40px;
	min-height: 40px;
	text-align: center;
	font-weight: 300;
	margin-bottom: 15px;
}

.account__form .forgot-password {
	text-align: center;
	margin-top: 20px;
	font-size: 0.92308rem;
	display: block;
}

.account__form .accepts-newsletter {
	font-size: 0.92308rem;
	color: #808080;
	font-weight: 300;
}

.account__form .accepts-tos {
	font-size: 0.92308rem;
	margin-bottom: 25px;
	color: #808080;
	font-weight: 300;
}

.account__form .submit {
	margin-top: 20px;
}

.account__form .actions {
	display: -webkit-box;
	display: flex;
	-ms-justify-content: space-between;
	-webkit-box-pack: justify;
	justify-content: space-between;
}

.account__form .actions .btn,
.account__form .actions .shopify-payment-button .shopify-payment-button__button--unbranded,
.shopify-payment-button .account__form .actions .shopify-payment-button__button--unbranded {
	width: 47%;
	padding: 0;
}

.account__form .actions .btn--red a {
	color: #E42401;
	display: block;
}

.account .register-or-login {
	text-align: center;
	margin-top: 50px;
	text-transform: uppercase;
	text-decoration: underline;
	font-size: 1.23077rem;
}

@media only screen and (min-width: 768px) {
	.account .register-or-login {
		margin-top: 60px;
	}
}

.customers-register {
	.account {
		/* input[type=submit] { display: none; } */
		.newsletter {
			margin-bottom: 20px;
		}
		.newsletter__title {
			display: none;
		}
		.newsletter {
			.gender {
				display              : -webkit-box;
				display              : flex;
				-moz-align-items     : center;
				-ms-align-items      : center;
				-o-align-items       : center;
				-webkit-box-align    : center;
				align-items          : center;
				-moz-flex-direction  : column;
				-webkit-box-orient   : vertical;
				-webkit-box-direction: normal;
				flex-direction       : column;
			}
			.email,
			#mc-embedded-subscribe {
				display: none;
			}
		}
	}
}

.account-main {
	margin: 0 auto;
}

.account-main h2,
.account-main .h2,
.account-main h3,
.account-main .h3 {
	text-transform: uppercase;
	margin-bottom: 60px;
	letter-spacing: 1px;
	font-weight: 500;
	text-align: center;
	font-size: 1.07692rem;
}

.account-main .empty {
	text-align: center;
}

.account-main .account-tabs {
	width: 100%;
	max-width: 750px;
	margin: 60px auto 70px auto;
	text-transform: uppercase;
	text-align: center;
	display: -webkit-box;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	flex-flow: row wrap;
	-ms-justify-content: space-between;
	-webkit-box-pack: justify;
	justify-content: space-between;
	font-size: 1.07692rem;
	letter-spacing: 1px;
}

.account-main .account-tabs .account-link {
	display: inline-block;
	-moz-flex: 1;
	-webkit-box-flex: 1;
	flex: 1;
	padding-bottom: 5px;
	font-weight: 300;
}

@media only screen and (min-width: 768px) {
	.account-main .account-tabs .account-link.active {
		border-bottom: 1px solid #000;
		font-weight: 500;
	}
}

.account-main .account-tabs .account-link.active a {
	color: #000;
}

.account-main .account-tabs .account-link__info {
	text-align: left;
}

@media only screen and (min-width: 768px) {
	.account-main .account-tabs .account-link__info {
		text-align: center;
	}
}

.account-main .account-tabs .account-link__addresses {
	text-align: center;
}

.account-main .account-tabs .account-link__orders {
	text-align: right;
}

@media only screen and (min-width: 768px) {
	.account-main .account-tabs .account-link__orders {
		text-align: center;
	}
}

.account-main .account-tabs .account-link a {
	display: block;
	color: #808080;
}

@media only screen and (min-width: 768px) {
	.account-main .account-tabs .account-link a {
		color: #000;
	}
}

.account-main__tab {
	width: 100%;
	max-width: 750px;
	margin: 0 auto;
}

.account-main__information {
	width: 100%;
	max-width: 480px;
	margin: 0 auto;
}

.account-main__information .info-list {
	display: -webkit-box;
	display: flex;
	-moz-flex-direction: column;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column;
	max-width: 320px;
	margin: 0 auto;
}

.account-main__information .info-list .field {
	margin-bottom: 20px;
	display: -webkit-box;
	display: flex;
}

.account-main__information .info-list .field.last {
	margin-bottom: 0;
}

.account-main__information .info-list .field .label {
	text-transform: uppercase;
	font-weight: 300;
	color: #808080;
	width: 40%;
	font-size: 1.07692rem;
}

.account-main__information .info-list .field .value {
	font-size: 0.92308rem;
	text-transform: uppercase;
	width: 60%;
	word-break: break-all;
}

.account-main__information .actions {
	margin-top: 50px;
	text-align: center;
}

.account-main__information .logout-link {
	display: block;
	padding: 0;
	border: 1px solid;
}

.account-main__information .logout-link a {
	display: block;
}

.account-main__addresses #address_tables {
	max-width: 320px;
	margin: 0 auto;
}

.account-main__addresses #address_tables .address_table {
	margin: 24px 0;
	padding-bottom: 20px;
	position: relative;
	border-bottom: 1px solid #F5F0E5;
}

.account-main__addresses #address_tables .address_table:last-child {
	border-bottom: 0;
}

.account-main__addresses #address_tables .address_table .view_address {
	font-size: 1rem;
	font-weight: 300;
}

.account-main__addresses #address_tables .address_table .address_title {
	font-size: 1rem;
	font-weight: 500;
	text-transform: uppercase;
	padding-right: 60px;
}

.account-main__addresses #address_tables .address_table .address__action {
	position: absolute;
	top: 0;
	right: 0;
}

.account-main__addresses #address_tables .address_table .address__action .btn-customer--edit {
	background: none;
}

.account-main__addresses #address_tables .address_table .address__action .btn-customer--edit a {
	background: none;
	text-decoration: underline;
	text-transform: none;
	font-weight: 300;
}

.account-main__addresses #address_tables .address_table .actions {
	display: -webkit-box;
	display: flex;
	-ms-justify-content: space-between;
	-webkit-box-pack: justify;
	justify-content: space-between;
}

.account-main__addresses #address_tables .address_table .actions .btn,
.account-main__addresses #address_tables .address_table .actions .shopify-payment-button .shopify-payment-button__button--unbranded,
.shopify-payment-button .account-main__addresses #address_tables .address_table .actions .shopify-payment-button__button--unbranded {
	width: 47%;
	padding: 0;
}

.account-main__addresses #address_tables .address_table .actions .btn--red a {
	color: #E42401;
	display: block;
}

.account-main__addresses #address_tables .address_table .actions .btn.default-address,
.account-main__addresses #address_tables .address_table .actions .shopify-payment-button .default-address.shopify-payment-button__button--unbranded,
.shopify-payment-button .account-main__addresses #address_tables .address_table .actions .default-address.shopify-payment-button__button--unbranded {
	pointer-events: none;
}

.account-main__addresses .customer_address {
	clear: both;
	position: relative;
}

.account-main__addresses .customer_address--form {
	margin-bottom: 20px;
}

.account-main__addresses .customer_address--form input {
	margin-bottom: 5px;
	text-align: center;
}

.account-main__addresses .customer_address .edit_address h2,
.account-main__addresses .customer_address .edit_address .h2 {
	margin-bottom: 20px;
}

.account-main__addresses .customer_address .action_bottom {
	display: -webkit-box;
	display: flex;
	-ms-justify-content: space-between;
	-webkit-box-pack: justify;
	justify-content: space-between;
}

.account-main__addresses .customer_address .action_bottom .btn,
.account-main__addresses .customer_address .action_bottom .shopify-payment-button .shopify-payment-button__button--unbranded,
.shopify-payment-button .account-main__addresses .customer_address .action_bottom .shopify-payment-button__button--unbranded {
	width: 47%;
	padding: 0;
}

.account-main__addresses #action-new-address a {
	margin: 0 auto;
	text-align: center;
	width: 100%;
	font-weight: 500;
	font-size: 0.92308rem;
	letter-spacing: 0.5px;
}

.account-main__addresses .customer__address--form label {
	display: none;
}

.account-main__addresses .customer__address--form input {
	text-align: left;
	margin-bottom: 24px;
}

.account-main__addresses .customer__address--form input::-webkit-input-placeholder {
	text-transform: uppercase;
}

.account-main__addresses .customer__address--form input::-moz-placeholder {
	text-transform: uppercase;
}

.account-main__addresses .customer__address--form input:-ms-input-placeholder {
	text-transform: uppercase;
}

.account-main__addresses .customer__address--form input::-ms-input-placeholder {
	text-transform: uppercase;
}

.account-main__addresses .customer__address--form input::placeholder {
	text-transform: uppercase;
}

.account-main__orders table {
	font-weight: 300;
	text-align: center;
}

.account-main__orders table thead {
	text-align: left;
	text-transform: uppercase;
	display: none;
}

@media only screen and (min-width: 768px) {
	.account-main__orders table thead {
		display: table-header-group;
	}
}

.account-main__orders table thead th {
	font-weight: 300;
	font-size: 1.07692rem;
	color: #808080;
	text-align: center;
}

@media only screen and (min-width: 768px) {

	.account-main__orders table th,
	.account-main__orders table td {
		padding: 15px 0;
	}
}

.account-main__orders table th.order-name,
.account-main__orders table td.order-name {
	padding-top: 15px;
}

.account-main__orders table th.order-date,
.account-main__orders table td.order-date {
	font-weight: 300;
}

.account-main__orders table th.order-price,
.account-main__orders table td.order-price {
	font-weight: 500;
}

.account-main__orders table th.order-status,
.account-main__orders table td.order-status {
	color: #EF8E48;
}

.account-main__orders table th.order-details,
.account-main__orders table td.order-details {
	text-decoration: underline;
	padding: 15px 0;
}

.account-main__orders table tbody tr {
	border-bottom: 1px solid #F5F0E5;
	font-size: 0.92308rem;
	display: -webkit-box;
	display: flex;
	-moz-flex-direction: column;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column;
}

@media only screen and (min-width: 768px) {
	.account-main__orders table tbody tr {
		display: table-row;
	}
}

.account-order {
	width: 100%;
	max-width: 480px;
	margin: 0 auto;
}

.account-order>h2,
.account-order>.h2 {
	font-size: 1.07692rem;
	margin-bottom: 5px;
	color: #000;
	letter-spacing: 0;
}

.account-order__status {
	font-weight: 400;
	margin-bottom: 24px;
	padding-bottom: 12px;
	text-align: center;
	font-size: 0.92308rem;
}

.account-order__products {
	margin-bottom: 24px;
	padding-bottom: 12px;
	width: 100%;
	border-bottom: 1px solid #F5F0E5;
}

.account-order__products-label {
	margin-bottom: 12px;
	text-align: center;
	font-size: 1.07692rem;
	color: #000;
	text-transform: uppercase;
	font-weight: 500;
}

.account-order__product {
	margin-bottom: 24px;
	width: 100%;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	flex-flow: row wrap;
	display: -webkit-box;
	display: flex;
	-ms-justify-content: space-between;
	-webkit-box-pack: justify;
	justify-content: space-between;
	color: #808080;
}

.account-order__product a {
	color: #808080;
}

.account-order__product-informations {
	width: 80%;
}

.account-order__product-brand {
	font-weight: 300;
}

.account-order__product-name {
	font-weight: 300;
}

.account-order__product-price {
	width: 20%;
	text-align: right;
}

.account-order .subtotals table {
	width: 100%;
}

.account-order .subtotals-row-label {
	font-weight: 400;
	text-align: left;
}

.account-order .subtotals-row-total {
	font-weight: 500;
}

.account-order__shipping,
.account-order__billing {
	margin-bottom: 24px;
	padding-bottom: 12px;
	text-align: center;
	border-bottom: 1px solid #F5F0E5;
	font-size: 0.92308rem;
}

.account-order__shipping h3,
.account-order__shipping .h3,
.account-order__billing h3,
.account-order__billing .h3 {
	margin-bottom: 10px;
	color: #000;
	letter-spacing: 0;
	font-weight: 500;
}

.account-order__shipping-status,
.account-order__billing-status {
	display: none;
}

.account-order__shipping-address,
.account-order__billing-address {
	font-size: 1rem;
	font-weight: 300;
}

.account-order__shipping-address strong,
.account-order__billing-address strong {
	font-weight: 300;
	margin: 0;
}

.account-order__shipping-address p,
.account-order__billing-address p {
	margin: 0;
}

.account-order__shipping-address p span,
.account-order__billing-address p span {
	display: block;
}

.collection .collection-template-section,
.collection-news .collection-template-section {
	max-width: 1920px;
	margin: 0 auto;
}

@media only screen and (min-width: 1201px) {

	.collection .collection-template-section,
	.collection-news .collection-template-section {
		padding: 0 50px;
	}
}

.collection__top,
.collection-news__top {
	display: -webkit-box;
	display: flex;
	width: 100%;
	position: relative;
	-moz-flex-direction: column;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column;
}

@media only screen and (min-width: 1201px) {

	.collection__top,
	.collection-news__top {
		-moz-flex-direction: row;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		flex-direction: row;
	}
}

.collection__top--fixed,
.collection-news__top--fixed {
	display: -webkit-box;
	display: flex;
	position: fixed;
	top: 0;
	left: 50%;
	visibility: hidden;
	opacity: 0;
	max-width: 1920px;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	padding: 0 50px;
	z-index: 9;
	min-height: 65px;
	-moz-align-items: center;
	-ms-align-items: center;
	-o-align-items: center;
	-webkit-box-align: center;
	align-items: center;
	background-color: #FFF;
	pointer-events: none;
}

.collection__top--fixed.visible,
.collection-news__top--fixed.visible {
	visibility: visible;
	opacity: 1;
	pointer-events: all;
}

.collection__top--fixed .collection__title,
.collection-news__top--fixed .collection__title {
	margin-bottom: 0;
}

.collection__top--fixed .collection__title h1,
.collection__top--fixed .collection__title .h1,
.collection__top--fixed .collection__title .h1,
.collection-news__top--fixed .collection__title h1,
.collection-news__top--fixed .collection__title .h1,
.collection-news__top--fixed .collection__title .h1 {
	font-size: 1.23077rem;
	letter-spacing: 3px;
	margin-bottom: 0;
}

.collection__top--fixed .collection__sort-by,
.collection-news__top--fixed .collection__sort-by {
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

@media only screen and (max-width: 1200px) {

	.collection__left,
	.collection-news__left {
		left: 0;
		text-align: center;
		text-transform: uppercase;
		-webkit-box-ordinal-group: 1;
		order: 1;
		width: 100vw;
		position: relative;
		left: 50%;
		right: 50%;
		margin-left: -50vw;
		margin-right: -50vw;
		display: -webkit-box;
		display: flex;
		overflow: auto;
		margin-top: 10px;
		margin-bottom: 10px;
		padding: 5px 0;
		border-top: 1px solid #F5F4F2;
		border-bottom: 1px solid #F5F4F2;
	}
}

.collection__left .btn,
.collection__left .shopify-payment-button .shopify-payment-button__button--unbranded,
.shopify-payment-button .collection__left .shopify-payment-button__button--unbranded,
.collection-news__left .btn,
.collection-news__left .shopify-payment-button .shopify-payment-button__button--unbranded,
.shopify-payment-button .collection-news__left .shopify-payment-button__button--unbranded {
	border: 1px solid #B1B1B1;
	padding: 0 15px;
	letter-spacing: normal;
}

@media only screen and (max-width: 1200px) {

	.collection__left .btn,
	.collection__left .shopify-payment-button .shopify-payment-button__button--unbranded,
	.shopify-payment-button .collection__left .shopify-payment-button__button--unbranded,
	.collection-news__left .btn,
	.collection-news__left .shopify-payment-button .shopify-payment-button__button--unbranded,
	.shopify-payment-button .collection-news__left .shopify-payment-button__button--unbranded {
		border: none;
		display: -webkit-box;
		display: flex;
	}
}

.collection__left .filter-title,
.collection-news__left .filter-title {
	width: 100%;
	display: block;
}

@media only screen and (min-width: 1201px) {

	.collection__left,
	.collection-news__left {
		display: -webkit-box;
		display: flex;
		-ms-justify-content: flex-start;
		-webkit-box-pack: start;
		justify-content: flex-start;
		-moz-align-items: flex-end;
		-ms-align-items: flex-end;
		-o-align-items: flex-end;
		-webkit-box-align: end;
		align-items: flex-end;
		position: relative;
		-moz-flex: 0 0 120px;
		-webkit-box-flex: 0;
		flex: 0 0 120px;
	}

	.collection__left .filter-title,
	.collection-news__left .filter-title {
		font-weight: 500;
		color: #000;
		font-size: 1rem;
	}
}

.collection__center,
.collection-news__center {
	-moz-flex: 1;
	-webkit-box-flex: 1;
	flex: 1;
	position: relative;
}

@media only screen and (max-width: 1200px) {

	.collection__center,
	.collection-news__center {
		-webkit-box-ordinal-group: 0;
		order: 0;
	}
}

.collection__center .image-element__wrap,
.collection-news__center .image-element__wrap {
	width: 100%;
	max-width: 100%;
	margin: 0 auto;
	max-height: 250px;
	overflow: hidden;
}

.collection__center .text-overlay,
.collection-news__center .text-overlay {
	display: -webkit-box;
	display: flex;
	-moz-flex-direction: column;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column;
	-moz-align-items: center;
	-ms-align-items: center;
	-o-align-items: center;
	-webkit-box-align: center;
	align-items: center;
	-ms-justify-content: center;
	-webkit-box-pack: center;
	justify-content: center;
}

.collection__overlay,
.collection-news__overlay {
	position: absolute;
	top: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 100%;
	background-color: rgba(0, 0, 0, 0.44);
	display: -webkit-box;
	display: flex;
	-moz-align-items: center;
	-ms-align-items: center;
	-o-align-items: center;
	-webkit-box-align: center;
	align-items: center;
	-moz-flex-direction: column;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column;
	-ms-justify-content: center;
	-webkit-box-pack: center;
	justify-content: center;
	height: 100%;
}

.collection__overlay h1,
.collection__overlay .h1,
.collection__overlay h2,
.collection__overlay .h2,
.collection-news__overlay h1,
.collection-news__overlay .h1,
.collection-news__overlay h2,
.collection-news__overlay .h2 {
	color: #FFF;
}

.collection__right,
.collection-news__right {
	display: -webkit-box;
	display: flex;
}

@media only screen and (max-width: 1200px) {

	.collection__right,
	.collection-news__right {
		-webkit-box-ordinal-group: 2;
		order: 2;
		-ms-justify-content: center;
		-webkit-box-pack: center;
		justify-content: center;
	}
}

@media only screen and (min-width: 1201px) {

	.collection__right,
	.collection-news__right {
		-ms-justify-content: flex-end;
		-webkit-box-pack: end;
		justify-content: flex-end;
		display: -webkit-box;
		display: flex;
		-moz-align-items: flex-end;
		-ms-align-items: flex-end;
		-o-align-items: flex-end;
		-webkit-box-align: end;
		align-items: flex-end;
		position: relative;
		bottom: 0;
		padding: 0;
		-moz-flex: 0 0 120px;
		-webkit-box-flex: 0;
		flex: 0 0 120px;
	}
}

.collection__right .btn,
.collection__right .shopify-payment-button .shopify-payment-button__button--unbranded,
.shopify-payment-button .collection__right .shopify-payment-button__button--unbranded,
.collection-news__right .btn,
.collection-news__right .shopify-payment-button .shopify-payment-button__button--unbranded,
.shopify-payment-button .collection-news__right .shopify-payment-button__button--unbranded {
	border: 1px solid #B1B1B1;
	padding: 0 15px;
	letter-spacing: normal;
}

@media only screen and (max-width: 1200px) {

	.collection__right .btn,
	.collection__right .shopify-payment-button .shopify-payment-button__button--unbranded,
	.shopify-payment-button .collection__right .shopify-payment-button__button--unbranded,
	.collection-news__right .btn,
	.collection-news__right .shopify-payment-button .shopify-payment-button__button--unbranded,
	.shopify-payment-button .collection-news__right .shopify-payment-button__button--unbranded {
		border: 0;
		text-decoration: underline;
		color: #B1B1B1;
	}
}

.collection__right .sort_by,
.collection-news__right .sort_by {
	font-weight: 500;
	color: #000;
	direction: rtl;
}

@media only screen and (min-width: 1201px) {

	.collection__right .sort_by,
	.collection-news__right .sort_by {
		text-transform: uppercase;
	}
}

.collection__container,
.collection-news__container {
	padding-top: 20px;
	/*background-color: #fafafa;*/
}

@media only screen and (min-width: 1201px) {

	.collection__container,
	.collection-news__container {
		max-width: 1920px;
		margin: 30px auto 0 auto;
		padding: 0 50px;
	}
}

.collection__container .products-grid,
.collection-news__container .products-grid {
	-webkit-transition: all 0.35s cubic-bezier(0.29, 0.63, 0.44, 1);
	transition: all 0.35s cubic-bezier(0.29, 0.63, 0.44, 1);
}

.collection__title,
.collection-news__title {
	text-align: center;
	margin-bottom: 20px;
}

@media only screen and (min-width: 1201px) {

	.collection__title,
	.collection-news__title {
		margin-bottom: 10px;
	}
}

.collection__title h1,
.collection__title .h1,
.collection__title .h1,
.collection-news__title h1,
.collection-news__title .h1,
.collection-news__title .h1 {
	font-size: 1.07692rem;
	line-height: 1.23077rem;
	font-weight: 400;
	letter-spacing: 3px;
}

@media only screen and (min-width: 1201px) {

	.collection__title h1,
	.collection__title .h1,
	.collection__title .h1,
	.collection-news__title h1,
	.collection-news__title .h1,
	.collection-news__title .h1 {
		font-size: 1.23077rem;
		line-height: 1.38462rem;
	}
}

.collection__description,
.collection-news__description {
	text-align: center;
}

@media only screen and (max-width: 1200px) {

	.collection__description,
	.collection-news__description {
		max-height: 80%;
		overflow: scroll;
	}
}

@media only screen and (min-width: 1201px) {

	.collection__description,
	.collection-news__description {
		max-width: 600px;
		margin: 0 auto;
		min-height: 50px;
	}
}

.collection__description h2,
.collection__description .h2,
.collection-news__description h2,
.collection-news__description .h2 {
	font-size: 1rem;
	line-height: 1.15385rem;
	text-transform: unset;
	font-weight: 300;
	margin-bottom: 0;
}

@media only screen and (min-width: 1201px) {

	.collection__description h2,
	.collection__description .h2,
	.collection-news__description h2,
	.collection-news__description .h2 {
		font-size: 1rem;
		line-height: 1.15385rem;
	}
}

.collection__description p:last-of-type,
.collection-news__description p:last-of-type {
	margin-bottom: 0;
}

@media only screen and (min-width: 1201px) {

	.collection__sort-by,
	.collection-news__sort-by {
		position: absolute;
	}
}

.collection__sort-by .custom-dropdown__current,
.collection-news__sort-by .custom-dropdown__current {
	font-size: 1.07692rem;
	min-width: 88px;
}

@media only screen and (min-width: 1201px) {

	.collection__sort-by .custom-dropdown__current,
	.collection-news__sort-by .custom-dropdown__current {
		font-size: 1rem;
		text-align: right;
	}
}

.list-collections__container {
	display: -webkit-box;
	display: flex;
	flex-wrap: wrap;
	max-width: 1280px;
	margin: 0 auto;
}

.list-collections__collection {
	-moz-flex: 0 0 50%;
	-webkit-box-flex: 0;
	flex: 0 0 50%;
	width: 50%;
	position: relative;
	padding-left: 10px;
	padding-bottom: 35px;
	display: -webkit-box;
	display: flex;
	-moz-flex-direction: column;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column;
	-ms-justify-content: space-between;
	-webkit-box-pack: justify;
	justify-content: space-between;
	-moz-align-items: center;
	-ms-align-items: center;
	-o-align-items: center;
	-webkit-box-align: center;
	align-items: center;
	text-transform: uppercase;
}

@media only screen and (min-width: 768px) {
	.list-collections__collection {
		-moz-flex: 0 0 33.3333%;
		-webkit-box-flex: 0;
		flex: 0 0 33.3333%;
		width: 33.33333%;
	}
}

.list-collections .image__container {
	width: 100%;
}

.view-all-new {
	margin: 20px 0;
	display: none;
	text-align: center;
}

.search_container {
	background-color: #FFF;
	bottom: 0;
	-webkit-overflow-scrolling: touch;
	left: 0;
	max-height: 100%;
	overflow: auto;
	position: absolute;
	width: 100%;
	z-index: 3333333;
	-webkit-transition: transform 0.5s;
	-webkit-transition: -webkit-transform 0.5s;
	transition: -webkit-transform 0.5s;
	transition: transform 0.5s;
	transition: transform 0.5s, -webkit-transform 0.5s;
	-webkit-transform: translate3d(-100%, 0, 0);
	transform: translate3d(-100%, 0, 0);
	min-height: 45px;
	border-bottom: 1px solid #F5F0E5;
}

@media only screen and (min-width: 768px) {
	.search_container {
		left: 50%;
		min-height: 175px;
		opacity: 0;
		padding: 30px 60px 20px 60px;
		position: fixed;
		pointer-events: none;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
		top: 0;
		visibility: hidden;
		max-height: 620px;
		-webkit-transition: all 0.35s cubic-bezier(0.29, 0.63, 0.44, 1);
		transition: all 0.35s cubic-bezier(0.29, 0.63, 0.44, 1);
		max-width: 1920px;
	}
}

.search_container.active {
	display: block;
	pointer-events: all;
	opacity: 1;
	visibility: visible;
	position: fixed;
	-webkit-transition: all 0.35s cubic-bezier(0.29, 0.63, 0.44, 1);
	transition: all 0.35s cubic-bezier(0.29, 0.63, 0.44, 1);
}

@media only screen and (max-width: 767px) {
	.search_container.active {
		height: 100%;
		-webkit-transform: none;
		transform: none;
		-webkit-transition: -webkit-transform 0.5s;
		transition: -webkit-transform 0.5s;
		transition: transform 0.5s;
		transition: transform 0.5s, -webkit-transform 0.5s;
	}

	.search_container.active .search-close {
		display: block;
		top: 4px;
		background-color: transparent;
		z-index: 9;
	}

	.search_container.active .search-close svg {
		width: 13px;
		height: 13px;
		fill: #707070;
	}
}

@media only screen and (min-width: 768px) {
	.search_container .search_form {
		max-width: 1920px;
		margin: 0 auto;
		position: relative;
	}
}

.search_container .search-wrapper {
	display: -webkit-box;
	display: flex;
	-moz-align-items: center;
	-ms-align-items: center;
	-o-align-items: center;
	-webkit-box-align: center;
	align-items: center;
	position: fixed;
	bottom: 0;
	height: 45px;
	background-color: #F5F4F2;
	height: auto;
	background-color: #FFF;
	position: fixed;
	width: 100vw;
	z-index: 9;
}

@media only screen and (min-width: 768px) {
	.search_container .search-wrapper {
		position: relative;
		width: 100%;
	}
}

.search_container .search-wrapper .search-terms {
	background-color: #F5F4F2;
	color: #000;
	text-decoration: none;
	text-transform: uppercase;
	text-align: center;
	color: #000;
	border: 0;
	font-weight: 500;
	letter-spacing: 2px;
	height: 45px;
	z-index: 9;
}

.search_container .search-wrapper .search-terms::-webkit-input-placeholder {
	color: #000;
	opacity: 1;
}

.search_container .search-wrapper .search-terms::-moz-placeholder {
	color: #000;
	opacity: 1;
}

.search_container .search-wrapper .search-terms:-ms-input-placeholder {
	color: #000;
	opacity: 1;
}

.search_container .search-wrapper .search-terms::-ms-input-placeholder {
	color: #000;
	opacity: 1;
}

.search_container .search-wrapper .search-terms::placeholder {
	color: #000;
	opacity: 1;
}

.search_container .search-wrapper .search-terms :-ms-input-placeholder {
	color: #000;
}

.search_container .search-wrapper .search-terms::-ms-input-placeholder {
	color: #000;
}

@media only screen and (min-width: 768px) {
	.search_container .search-wrapper .search-terms {
		background-color: #FFF;
		margin-right: 50px;
		font-size: 0.92308rem;
		text-transform: unset;
		text-align: left;
		border-bottom: 1px solid #B1B1B1;
		font-weight: 400;
		letter-spacing: 0;
		position: relative;
		height: 30px;
		min-height: 30px;
	}

	.search_container .search-wrapper .search-terms::-webkit-input-placeholder {
		color: #808080;
		opacity: 1;
	}

	.search_container .search-wrapper .search-terms::-moz-placeholder {
		color: #808080;
		opacity: 1;
	}

	.search_container .search-wrapper .search-terms:-ms-input-placeholder {
		color: #808080;
		opacity: 1;
	}

	.search_container .search-wrapper .search-terms::-ms-input-placeholder {
		color: #808080;
		opacity: 1;
	}

	.search_container .search-wrapper .search-terms::placeholder {
		color: #808080;
		opacity: 1;
	}

	.search_container .search-wrapper .search-terms :-ms-input-placeholder {
		color: #808080;
	}

	.search_container .search-wrapper .search-terms::-ms-input-placeholder {
		color: #808080;
	}
}

.search_container .search-title {
	font-size: 1.07692rem;
	text-transform: uppercase;
	margin-right: 15px;
	display: none;
	font-weight: 400;
	letter-spacing: 0.7px;
}

@media only screen and (min-width: 768px) {
	.search_container .search-title {
		display: block;
	}
}

.search_container .search-close {
	padding-right: 20px;
	position: absolute;
	right: 0px;
	display: none;
}

.search_container .search-close span {
	display: none;
}

@media only screen and (min-width: 768px) {
	.search_container .search-close {
		padding-right: 0;
		padding-left: 0;
		position: relative;
		display: block;
		font-size: 1.07692rem;
	}

	.search_container .search-close span {
		display: block;
		position: relative;
	}
}

.search_container .search__results-wrapper {
	display: none;
}

.search_container .search__results-wrapper .search__results {
	position: relative;
}

@media only screen and (min-width: 768px) {
	.search_container .search__results-wrapper .search__results {
		padding-bottom: 30px;
	}
}

.search_container .search__results-wrapper .search__results__container.products {
	overflow: auto;
}

@media only screen and (min-width: 768px) {
	.search_container .search__results-wrapper .search__results__container.products {
		margin-top: 30px;
		height: auto;
	}
}

.search_container .search__results-wrapper .search__results__container.no-results {
	padding: 30px 0;
	text-align: center;
}

.search_container .search__results-wrapper .search__results__products {
	display: -webkit-box;
	display: flex;
	flex-wrap: wrap;
	padding: 30px 10px 50px 10px;
	max-height: calc(100% - 45px);
}

@media only screen and (min-width: 768px) {
	.search_container .search__results-wrapper .search__results__products {
		padding: 0px 30px 0 30px;
	}
}

.search_container .search__results-wrapper .search__results__products .item-result {
	margin: 0 auto;
	width: 100%;
}

.search_container .search__results-wrapper .search__results__products .item-result>a {
	padding: 0 0 30px 0;
}

@media only screen and (min-width: 768px) {
	.search_container .search__results-wrapper .search__results__products .item-result>a {
		padding: 0 50px 15px 0;
	}
}

@media only screen and (min-width: 768px) {
	.search_container .search__results-wrapper .search__results__products .item-result {
		max-width: 50%;
		-moz-flex: 0 0 50%;
		-webkit-box-flex: 0;
		flex: 0 0 50%;
		margin: 0;
		max-width: 280px;
		min-width: 93px;
	}
}

@media only screen and (min-width: 1201px) {
	.search_container .search__results-wrapper .search__results__products .item-result {
		max-width: 33.33333%;
		-moz-flex: 0 0 33.33333%;
		-webkit-box-flex: 0;
		flex: 0 0 33.33333%;
		margin: 0;
	}
}

.search_container .search__results-wrapper .search__results__products .all-results {
	width: 100%;
	text-align: center;
}

.search_container .search__results-wrapper .search__results__products .all-results a {
	display: inline-block;
	padding: 20px 0;
	padding: 0;
	width: auto;
	text-transform: uppercase;
	font-weight: 500;
}

.search_container .search__results-wrapper .search__results li {
	border: none;
}

.search_container .search__results-wrapper .search__results li a {
	display: -webkit-box;
	display: flex;
	-moz-align-items: stretch;
	-ms-align-items: stretch;
	-o-align-items: stretch;
	-webkit-box-align: stretch;
	align-items: stretch;
	padding: 0 0 15px 0;
}

@media only screen and (min-width: 768px) {
	.search_container .search__results-wrapper .search__results li a {
		padding: 0 10px 10px 10px;
	}
}

.search_container .search__results-wrapper .search__results li .info {
	display: -webkit-box;
	display: flex;
	-ms-justify-content: center;
	-webkit-box-pack: center;
	justify-content: center;
	-moz-flex: 1;
	-webkit-box-flex: 1;
	flex: 1;
	-moz-align-items: self-start;
	-ms-align-items: self-start;
	-o-align-items: self-start;
	-webkit-box-align: self-start;
	align-items: self-start;
	-moz-flex-direction: column;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column;
	padding-left: 30px;
}

@media only screen and (min-width: 768px) {
	.search_container .search__results-wrapper .search__results li .info {
		-moz-flex-direction: row;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		flex-direction: row;
		-ms-justify-content: space-between;
		-webkit-box-pack: justify;
		justify-content: space-between;
		padding-left: 10px;
	}
}

.search_container .search__results-wrapper .search__results li .title {
	padding-left: 0;
}

@media only screen and (min-width: 768px) {
	.search_container .search__results-wrapper .search__results li .title {
		width: 70%;
		padding-right: 15px;
	}
}

.search_container .search__results-wrapper .search__results li .title .name {
	margin-bottom: 0;
	margin-top: 0;
	font-size: 1.07692rem;
	text-transform: uppercase;
	font-weight: 500;
}

@media only screen and (min-width: 768px) {
	.search_container .search__results-wrapper .search__results li .title .name {
		font-size: 1rem;
	}
}

.search_container .search__results-wrapper .search__results li .title .vendor {
	font-size: 1rem;
	text-transform: uppercase;
	text-align: left;
	margin-top: 0;
	margin-bottom: 0;
	font-weight: 300;
}

@media only screen and (min-width: 768px) {
	.search_container .search__results-wrapper .search__results li .title .vendor {
		font-size: 1rem;
	}
}

.search_container .search__results-wrapper .search__results li .item-pricing {
	font-weight: 500;
}

.search_container .search__results-wrapper .search__results li .item-pricing .current_price {
	margin-left: 10px;
}

@media only screen and (min-width: 768px) {
	.search_container .search__results-wrapper .search__results li .item-pricing {
		width: 30%;
		text-align: right;
	}

	.search_container .search__results-wrapper .search__results li .item-pricing .current_price {
		float: right;
	}
}

.search_container .search__results-wrapper .search__results li .image {
	width: auto;
	min-width: auto;
}

.search_container .search__results-wrapper .search__results li .image img {
	max-width: 100px;
	max-height: 133px;
	height: 100%;
	width: 100%;
}

.search .search-template-section {
	max-width: 1920px;
	margin: 0 auto;
}

@media only screen and (min-width: 1201px) {
	.search .search-template-section {
		padding: 0 50px;
	}
}

body.index .footer {
	background-color: #FAFAFA;
}

.footer {
	background-color: #FFF;
	padding: 46px 25px;
	text-align: center;
	width: 100%;
}

@media only screen and (min-width: 1201px) {
	.footer {
		padding: 46px 40px;
	}
}

.footer__wrap {
	font-size: 1rem;
	line-height: 2rem;
	letter-spacing: 1px;
	max-width: 1920px;
	text-transform: uppercase;
}

@media only screen and (min-width: 768px) {
	.footer__wrap {
		display: -webkit-box;
		display: flex;
		text-align: left;
		line-height: 1.69231rem;
	}
}

@media only screen and (min-width: 1201px) {
	.footer__wrap {
		margin: 0 5vw;
	}
}

@media screen and (min-width: 1980px) {
	.footer__wrap {
		margin: 0 auto;
	}
}

.footer__title {
	font-size: 1.07692rem;
	letter-spacing: 2.5px;
	font-weight: 500;
}

.footer__column {
	list-style: none;
	margin-bottom: 46px;
	line-height: 44px;
}

@media only screen and (min-width: 768px) {
	.footer__column {
		margin-bottom: 0;
		width: 16.25%;
		line-height: 30px;
		padding-right: 40px;
	}
}

@media only screen and (max-width: 1200px) {
	.footer__column:nth-child(3) {
		padding-right: 0;
	}
}

@media only screen and (min-width: 768px) {
	.footer__newsletter-wrap {
		margin-bottom: 0;
		padding-right: 92px;
		width: 35%;
	}
}

@media only screen and (max-width: 767px) {
	.footer .country-switcher {
		-ms-justify-content: center;
		-webkit-box-pack: center;
		justify-content: center;
	}
}

footer .copyright {
	color: #B1B1B1;
	font-size: 0.76923rem;
	max-width: 1920px;
	padding-top: 16px;
	text-align: center;
	display: -webkit-box;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column;
	-webkit-box-align: start;
	align-items: flex-start;
}

footer .copyright .icon-container {
	display: -webkit-box;
	display: flex;
}

footer .copyright .best_shop {
	padding: 5px 0;
}

footer .copyright .best_shop img {
	width: 100px;
}

@media only screen and (min-width: 768px) {
	footer .copyright {
		text-align: left;
		max-width: 1920px;
		margin: 0 auto;
	}
}

@media only screen and (min-width: 1201px) {
	footer .copyright {
		margin: 0 5vw;
	}
}

@media screen and (min-width: 1980px) {
	footer .copyright {
		margin: 0 auto;
	}
}

.blog__container {
	max-width: 1920px;
	margin: 0 auto;
	display: -webkit-box;
	display: flex;
	flex-wrap: wrap;
	opacity: 0;
	-webkit-transition: all 0.35s cubic-bezier(0.29, 0.63, 0.44, 1);
	transition: all 0.35s cubic-bezier(0.29, 0.63, 0.44, 1);
}

.blog__container.visible {
	opacity: 1;
}

.blog__filters {
	max-width: 500px;
	margin: 0 auto;
	text-transform: uppercase;
	padding-bottom: 20px;
	display: -webkit-box;
	display: flex;
	width: 100%;
}

@media only screen and (max-width: 1200px) {
	.blog__filters {
		overflow: auto;
		white-space: nowrap;
	}

	.blog__filters::-webkit-scrollbar {
		width: 0;
		height: 0;
		background: transparent;
	}
}

@media only screen and (min-width: 1201px) {
	.blog__filters {
		padding-bottom: 50px;
		-moz-align-items: center;
		-ms-align-items: center;
		-o-align-items: center;
		-webkit-box-align: center;
		align-items: center;
		-ms-justify-content: center;
		-webkit-box-pack: center;
		justify-content: center;
	}
}

.blog__filter.active>a {
	font-weight: 400;
}

.blog__filter--view-all>a {
	color: #707070;
}

.blog__filter>a {
	padding-right: 20px;
	letter-spacing: 3px;
	font-weight: 300;
}

.blog__image-container {
	-moz-flex: 0 0 50%;
	-webkit-box-flex: 0;
	flex: 0 0 50%;
	width: 50%;
	padding-right: 8px;
	padding-bottom: 8px;
}

@media only screen and (min-width: 1201px) {
	.blog__image-container {
		-moz-flex: 0 0 20%;
		-webkit-box-flex: 0;
		flex: 0 0 20%;
		width: 20%;
		padding-right: 20px;
		padding-bottom: 20px;
	}
}

.blog__image {
	position: relative;
}

.blog__overlay {
	position: absolute;
	bottom: 5px;
	padding: 0 20px;
	text-align: left;
	width: 100%;
}

.blog__overlay a {
	color: #FFF;
	text-transform: uppercase;
	text-align: center;
	display: block;
	font-size: 1rem;
}

@media only screen and (min-width: 1201px) {
	.blog__overlay a {
		font-size: 1.53846rem;
	}
}

.blog__excerpt {
	color: #FFF;
	font-size: 0.84615rem;
	line-height: 11px;
	text-align: center;
}

@media only screen and (min-width: 1201px) {
	.blog__excerpt {
		font-size: 1.07692rem;
		line-height: 14px;
	}
}

@media screen and (max-width: 1920px) {
	.blog__excerpt {
		display: none;
	}
}

.post h1,
.post .h1 {
	font-size: 1.23077rem;
	letter-spacing: 4px;
	padding-bottom: 30px;
}

@media only screen and (min-width: 1201px) {

	.post h1,
	.post .h1 {
		font-size: 1.53846rem;
		padding-bottom: 60px;
	}
}

.post__container {
	max-width: 1000px;
	margin: 0 auto;
}

.post__main-image {
	display: -webkit-box;
	display: flex;
	-ms-justify-content: center;
	-webkit-box-pack: center;
	justify-content: center;
}

.post__main-image img {
	align-self: center;
}

.post__text {
	max-width: 700px;
	margin: 0 auto;
	padding: 50px 0;
	font-size: 14px;
	font-weight: 300;
}

.post__alternate-images {
	display: -webkit-box;
	display: flex;
	-ms-justify-content: center;
	-webkit-box-pack: center;
	justify-content: center;
	flex-wrap: wrap;
}

.post__alternate-image {
	padding-bottom: 20px;
}

.post__alternate-image img {
	max-height: 450px;
}

.post__alternate-video {
	padding-bottom: 20px;
	width: 100%;
}

.post__alternate-video iframe {
	width: 100%;
	height: 600px;
}

.post__back {
	color: #000;
	font-size: 1.07692rem;
	letter-spacing: 3px;
	text-decoration: underline;
	text-transform: uppercase;
	text-align: center;
	padding-top: 20px;
	font-weight: 300;
	padding-bottom: 40px;
}

.post__collection {
	max-width: 1920px;
	margin: 0 auto;
}

.post__collection--title {
	font-size: 1.07692rem;
	color: #000;
	letter-spacing: 3px;
	text-transform: uppercase;
	margin-bottom: 50px;
	padding-bottom: 20px;
	margin-top: 70px;
	text-align: center;
	border-bottom: 1px solid #F5F0E5;
	font-weight: 300;
}

@media only screen and (min-width: 1201px) {
	.post__collection--title {
		margin-top: 150px;
	}
}

.post .owl-dots {
	display: none;
}

.blog-articles {
	display: -webkit-box;
	display: flex;
}

.blog-articles__article {
	display: -webkit-box;
	display: flex;
	-moz-flex: 0 0 33.3333%;
	-webkit-box-flex: 0;
	flex: 0 0 33.3333%;
	position: relative;
}

@media only screen and (max-width: 767px) {
	.blog-articles__article {
		-moz-flex: 1;
		-webkit-box-flex: 1;
		flex: 1;
	}

	.blog-articles__article:nth-child(3) {
		display: none;
	}
}

.blog-articles__overlay {
	position: absolute;
	bottom: 5px;
	padding: 0 20px;
	text-align: left;
	width: 100%;
}

.blog-articles__overlay a {
	color: #FFF;
	text-transform: uppercase;
	text-align: center;
	display: block;
	font-size: 1rem;
	font-weight: 500;
}

@media only screen and (min-width: 768px) {
	.blog-articles__overlay a {
		font-size: 2.15385rem;
	}
}

.blog-articles__excerpt {
	color: #FFF;
	font-size: 0.92308rem;
	line-height: 11px;
	padding-top: 10px;
	text-align: center;
	/*@media screen and (max-width: 1920px) {
            display: none;
        }*/
}

@media only screen and (min-width: 768px) {
	.blog-articles__excerpt {
		font-size: 1.07692rem;
		line-height: 14px;
	}
}

.blog-articles__image {
	-moz-flex: 1;
	-webkit-box-flex: 1;
	flex: 1;
	height: 0;
	padding-bottom: 100%;
	overflow: hidden;
}

.table {
	display: table;
	text-align: center;
	width: 85%;
	margin: 50px auto 0 auto;
	border-collapse: separate;
	table-layout: fixed;
}

.table_row {
	display: table-row;
}

.theader {
	display: table-row;
}

.table_header {
	display: table-cell;
	padding-top: 7px;
	padding-bottom: 7px;
	font-size: 1rem;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.table_small {
	display: table-cell;
}

.table_row>.table_small>.table_cell:nth-child(odd) {
	display: none;
	padding-top: 10px;
	padding-bottom: 10px;
}

.table_row>.table_small>.table_cell {
	padding-top: 7px;
	padding-bottom: 7px;
	font-size: 1rem;
	font-weight: 400;
	letter-spacing: 1px;
}

@media only screen and (max-width: 1200px) {
	.table {
		width: 90%;
	}
}

@media only screen and (max-width: 767px) {
	.table {
		display: block;
	}

	.table_row:nth-child(2n+3) {
		background: none;
	}

	.theader {
		display: none;
	}

	.table_row>.table_small>.table_cell:nth-child(odd) {
		display: table-cell;
		width: 50%;
	}

	.table_cell {
		display: table-cell;
		width: 50%;
	}

	.table_row {
		display: table;
		width: 100%;
		border-collapse: separate;
		padding-bottom: 20px;
		margin: 5% auto 0;
		text-align: center;
	}

	.table_small {
		display: table-row;
	}
}

body.b2b.customers-login .menu,
body.b2b.customers-login .search-link,
body.b2b.customers-login .menu-utility,
body.b2b.customers-login .message,
body.b2b.customers-login .minicart,
body.b2b.customers-login .register-or-login,
body.b2b.customers-login .footer,
body.b2b.customers-login .menu-xs-btn,
body.b2b.customers-login .menu-xs-cart {
	display: none !important;
}

body.b2b.customers-login .main-content {
	margin-top: 0;
	min-height: calc(100vh - 75px);
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: center;
	justify-content: center;
	display: -webkit-box;
	display: flex;
}

@media only screen and (min-width: 768px) {
	body.b2b.customers-login .main-content {
		min-height: calc(100vh - 108px);
	}
}

body.b2b.customers-login .account {
	width: 100%;
	max-width: none;
}

body.b2b.customers-login .account .account__form {
	border: none;
	padding: 0;
	min-height: auto;
}

body.b2b .header {
	border-bottom: 1px solid #F0F0F0;
}

@media only screen and (min-width: 768px) {
	body.b2b .footer__wrap {
		-ms-justify-content: space-between;
		-webkit-box-pack: justify;
		justify-content: space-between;
	}
}

@media only screen and (min-width: 768px) {
	body.b2b .footer__column {
		width: 25%;
	}
}

body.b2b .cart-item {
	max-width: 900px;
}

body.b2b .minicart__item--column {
	-moz-align-items: center;
	-ms-align-items: center;
	-o-align-items: center;
	-webkit-box-align: center;
	align-items: center;
}

body.b2b .minicart__item-image {
	max-width: 200px;
	width: 100%;
}

body.b2b .minicart__item-image img {
	max-height: 100%;
	max-width: 100%;
}

body.b2b .minicart__item-info {
	width: 100%;
}

body .bookmarked {
	color: #000 !important;
}

body .bookmarked:hover {
	color: #000 !important;
}

body .bookmarked:focus {
	outline: 0;
}

body .unbookmarked {
	color: #000 !important;
}

body .unbookmarked:focus {
	outline: 0;
}

body div#all {
	margin: 0 !important;
}

header.header {
	z-index: 9999 !important;
}

.tooltipster-base,
.topbadge {
	display: none !important;
}

.wishlistpage #heading-breadcrumbs .col-md-6 {
	width: 100%;
}

.wishlistpage #heading-breadcrumbs .allbuttons {
	display: none;
}

.wishlistpage #heading-breadcrumbs .titletext {
	text-align: center;
	color: #000;
	font-size: 1.23077rem;
	margin-bottom: 0;
}

.wishlistpage #heading-breadcrumbs .alert.alert-info {
	color: #000 !important;
}

.wishlistpage #heading-breadcrumbs .alert.alert-info a {
	color: #000 !important;
}

.wishlistpage .alert,
.wishlistpage .alert.alert-info {
	background-color: transparent !important;
	border: none;
	color: #000 !important;
	padding: 5px 0;
	width: 100%;
	font-size: 0.92308rem;
}

.wishlistpage .alert:before,
.wishlistpage .alert.alert-info:before {
	display: none;
}

.wishlistpage .alert a,
.wishlistpage .alert.alert-info a {
	color: #000 !important;
}

.wishlistpage .wishlistbodycontainer.container {
	max-width: 1750px;
	width: 100%;
}

.wishlistpage #bookmarks #sw_preloader {
	display: none;
}

.wishlistpage #bookmarks .product-container {
	padding: 0 10px;
	position: relative;
	text-align: center;
	-moz-flex: 0 0 100%;
	-webkit-box-flex: 0;
	flex: 0 0 100%;
	width: 100%;
	word-break: break-word;
	margin-bottom: 60px;
}

@media only screen and (min-width: 768px) {
	.wishlistpage #bookmarks .product-container {
		-moz-flex: 0 0 50%;
		-webkit-box-flex: 0;
		flex: 0 0 50%;
		padding: 0 10px;
		width: 50%;
	}
}

@media only screen and (min-width: 1201px) {
	.wishlistpage #bookmarks .product-container {
		-moz-flex: 0 0 25%;
		-webkit-box-flex: 0;
		flex: 0 0 25%;
		padding: 0 1.5%;
		width: 25%;
	}
}

.wishlistpage #bookmarks .row {
	display: -webkit-box;
	display: flex;
	-moz-flex-direction: wrap;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: wrap;
	flex-flow: row wrap;
	margin: 0 -10px;
}

.wishlistpage #bookmarks .product {
	margin-bottom: 0;
	padding: 30px;
	position: relative;
}

.wishlistpage #bookmarks .product:hover .image img {
	-webkit-transform: initial !important;
	transform: initial !important;
}

.wishlistpage #bookmarks .product .variant_title {
	display: none;
}

.wishlistpage #bookmarks .product .text {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	justify-content: space-between;
	padding: 0;
	margin: 20px 0 30px 0;
}

.wishlistpage #bookmarks .product .product_title {
	height: auto;
	font-size: 1rem;
	font-weight: 500;
	text-transform: uppercase;
	max-width: 70%;
	text-align: left;
}

.wishlistpage #bookmarks .product .price {
	margin: 0;
}

.wishlistpage #bookmarks .product .buttons {
	padding: 0;
	margin-bottom: 0;
	display: -webkit-box;
	display: flex;
}

.wishlistpage #bookmarks .product .btn,
.wishlistpage #bookmarks .product .shopify-payment-button .shopify-payment-button__button--unbranded,
.shopify-payment-button .wishlistpage #bookmarks .product .shopify-payment-button__button--unbranded {
	margin-bottom: 0;
	border-radius: 0;
	font-family: "Suit", sans-serif;
	width: 100%;
	font-weight: 500;
	line-height: 27px;
	font-size: 1.23077rem;
}

.wishlistpage #bookmarks .product .seeproduct {
	border: 1px solid #000;
}

.wishlistpage #bookmarks .product .empty-wishlist {
	width: 100%;
}

.wishlistpage #bookmarks .product .removebutton {
	background: #000 !important;
	color: #FFF;
	height: 15px;
	line-height: 14px;
	font-size: 1.23077rem;
	width: auto;
	border: none;
	padding: 10px;
	width: 42px;
	/* height: 42px; */
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: center;
	justify-content: center;
	margin-right: 10px;
}

.wishlistpage #bookmarks .product>.image img {
	max-height: 450px;
	width: auto;
	max-width: 100%;
	height: auto;
}

@media only screen and (max-width: 1200px) {
	.wishlistpage #bookmarks .product>.image img {
		min-width: auto !important;
	}
}

#remove_modal .modal-header {
	font-size: 1.38462rem;
	border: 0;
}

#remove_modal .modal-header .close {
	display: none;
}

#remove_modal .modal-content {
	box-shadow: none;
	border-radius: 0;
}

#remove_modal .modal-body {
	display: none;
}

#remove_modal .modal-footer {
	border: 0;
	display: -webkit-box;
	display: flex;
}

@media only screen and (max-width: 1200px) {
	#remove_modal .modal-footer {
		-moz-flex-direction: column;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		flex-direction: column;
	}
}

#remove_modal .modal-footer .btn,
#remove_modal .modal-footer .shopify-payment-button .shopify-payment-button__button--unbranded,
.shopify-payment-button #remove_modal .modal-footer .shopify-payment-button__button--unbranded {
	-moz-flex: 1;
	-webkit-box-flex: 1;
	flex: 1;
}

@media only screen and (max-width: 1200px) {

	#remove_modal .modal-footer .btn+.btn,
	#remove_modal .modal-footer .shopify-payment-button .shopify-payment-button__button--unbranded+.btn,
	.shopify-payment-button #remove_modal .modal-footer .shopify-payment-button__button--unbranded+.btn,
	#remove_modal .modal-footer .shopify-payment-button .btn+.shopify-payment-button__button--unbranded,
	.shopify-payment-button #remove_modal .modal-footer .btn+.shopify-payment-button__button--unbranded,
	#remove_modal .modal-footer .shopify-payment-button .shopify-payment-button__button--unbranded+.shopify-payment-button__button--unbranded,
	.shopify-payment-button #remove_modal .modal-footer .shopify-payment-button__button--unbranded+.shopify-payment-button__button--unbranded {
		margin-left: 0;
		margin-top: 10px;
	}
}

#remove_modal .btn,
#remove_modal .shopify-payment-button .shopify-payment-button__button--unbranded,
.shopify-payment-button #remove_modal .shopify-payment-button__button--unbranded {
	margin-bottom: 0;
	border-radius: 0;
	font-family: "Suit", sans-serif;
	width: 100%;
	font-weight: 500;
	line-height: 27px;
	font-size: 1.23077rem;
	background-color: #000 !important;
	color: #FFF;
}

.newsletter {
	margin-bottom: 46px;
}

.newsletter__title {
	font-size: 1.07692rem;
	letter-spacing: 2.5px;
	line-height: 30px;
	font-weight: 500;
}

.newsletter__email {
	color: #5F5F5F;
	text-align: center;
	font-size: 0.92308rem;
}

@media only screen and (min-width: 768px) {
	.newsletter__email {
		text-align: left;
	}
}

.newsletter__button {
	margin-top: 10px;
}

.newsletter .validate-newsletter {
	margin: 10px 0;
}

.newsletter .action_button.btn.btn--primary,
.newsletter .shopify-payment-button .action_button.btn--primary.shopify-payment-button__button--unbranded,
.shopify-payment-button .newsletter .action_button.btn--primary.shopify-payment-button__button--unbranded {
	display: block;
	margin: 0 auto;
	background-color: transparent;
	color: #000;
	border: 1px solid #000;
}

@media only screen and (min-width: 768px) {

	.newsletter .action_button.btn.btn--primary,
	.newsletter .shopify-payment-button .action_button.btn--primary.shopify-payment-button__button--unbranded,
	.shopify-payment-button .newsletter .action_button.btn--primary.shopify-payment-button__button--unbranded {
		margin: 0;
	}
}

.newsletter div.mce_inline_error {
	background-color: transparent !important;
	color: #E42401 !important;
	font-weight: 300 !important;
	text-align: center;
	font-size: 0.92308rem;
	padding: 2px 0 !important;
	margin: 0 !important;
	text-transform: none;
	letter-spacing: normal;
}

@media only screen and (min-width: 768px) {
	.newsletter div.mce_inline_error {
		text-align: left;
	}
}

.newsletter .response {
	font-size: 0.92308rem;
	font-weight: 300;
	margin: 10px 0;
	text-transform: none;
}

@media only screen and (min-width: 768px) {
	.newsletter .response {
		font-size: 1.07692rem;
	}
}

.newsletter #mce-error-response {
	color: #E42401;
}

.newsletter #mce-error-response a {
	color: #E42401;
}

.newsletter .mc-field-group {
	margin-bottom: 10px;
	border: none;
	padding: 0;
	margin-left: 0;
}

.newsletter a {
	text-decoration: underline;
}

.newsletter .gender {
	font-size: 0.92308rem;
	text-transform: none;
	font-weight: 300;
	letter-spacing: normal;
}

@media only screen and (max-width: 767px) {
	.newsletter .gender {
		display: -webkit-box;
		display: flex;
		-moz-flex-direction: column;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		flex-direction: column;
		-ms-justify-content: center;
		-webkit-box-pack: center;
		justify-content: center;
		-moz-align-items: center;
		-ms-align-items: center;
		-o-align-items: center;
		-webkit-box-align: center;
		align-items: center;
	}
}

.newsletter .gender ul {
	display: -webkit-box;
	display: flex;
}

.newsletter .gender li:first-child {
	margin-right: 10px;
}

.newsletter .subscribe-newsletter+label {
	margin-bottom: 10px;
}

.newsletter .checkbox {
	font-size: 0.92308rem;
	text-transform: none;
	font-weight: 300;
	letter-spacing: 0;
	margin: 0;
}

.product-related__title {
	text-transform: uppercase;
	font-weight: 400;
	border-bottom: solid 1px #F5F0E5;
	font-size: 1.1em;
	padding-bottom: 0.5em;
}

@media only screen and (max-width: 1023px) {
	.product-related__title {
		text-align: center;
		border-bottom: solid 1px #707070;
		font-weight: 300;
	}
}

.products-slider.owl-carousel .product-card {
	-webkit-box-flex: 0;
	flex: none;
	width: 100%;
}

.back-in-stock {
	max-width: 400px;
	margin: 0 auto;
}

.back-in-stock__field {
	margin-bottom: 1em;
}

.back-in-stock__field input {
	text-align: center;
}

.back-in-stock__action button {
	width: 200px;
}

.back-in-stock .BIS_response {
	margin-top: 1em;
	font-size: 13px;
}

.minicart {
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	padding: 20px 25px;
	z-index: 9999;
	text-transform: uppercase;
	color: #000;
	letter-spacing: 1px;
	cursor: initial;
	-webkit-transition: all 0.35s cubic-bezier(0.29, 0.63, 0.44, 1);
	transition: all 0.35s cubic-bezier(0.29, 0.63, 0.44, 1);
	background-color: #FFF;
	font-size: 1rem;
}

@media only screen and (max-width: 1023px) {
	.minicart {
		position: fixed;
		bottom: 0;
		right: 0;
		left: 0;
	}
}

@media only screen and (min-width: 1024px) {
	.minicart {
		min-height: 470px;
		position: absolute;
		width: 400px;
		top: 65px;
		font-size: 1.07692rem;
		padding: 25px 30px;
		right: 20px;
		border: 1px solid #B1B1B1;
	}
}

.minicart.visible {
	opacity: 1;
	visibility: visible;
	pointer-events: all;
}

.minicart.empty {
	min-width: 250px;
	width: auto;
	min-height: auto;
}

.minicart.empty .minicart__title {
	display: none;
}

.minicart.empty .minicart__content {
	height: auto;
}

.minicart.empty .minicart__totals {
	display: none;
}

.minicart.empty .minicart__buttons {
	display: none;
}

.minicart__title {
	margin-bottom: 30px;
	text-align: left;
	letter-spacing: 1.4px;
	font-size: 1rem;
	position: relative;
	color: #000;
	font-weight: 500;
}

@media only screen and (min-width: 1024px) {
	.minicart__title {
		font-size: 1.07692rem;
	}
}

.minicart__empty-message {
	text-align: left;
	margin-bottom: 0;
}

.minicart__content {
	height: 190px;
	overflow: auto;
}

.minicart__content::-webkit-scrollbar {
	width: 0px;
	background: transparent;
}

@media only screen and (min-width: 1024px) {
	.minicart__content {
		height: 250px;
	}
}

.minicart__close {
	position: absolute;
	right: -10px;
	top: -10px;
	padding: 10px;
}

@media only screen and (min-width: 1024px) {
	.minicart__close {
		display: none;
	}
}

.minicart__item {
	display: -webkit-box;
	display: flex;
	position: relative;
	padding-bottom: 40px;
}

.minicart__item--column {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column;
}

@media only screen and (max-width: 1023px) {
	.minicart__item-image {
		max-width: 90px;
		width: 100%;
	}
}

@media only screen and (min-width: 1024px) {
	.minicart__item-image {
		-moz-flex: 1;
		-webkit-box-flex: 1;
		flex: 1;
	}
}

.minicart__item-image a {
	display: block;
}

.minicart__item-image img {
	max-height: 120px;
}

@media only screen and (max-width: 1023px) {
	.minicart__item-image img {
		max-width: 90px;
		width: 100%;
	}
}

@media only screen and (min-width: 1024px) {
	.minicart__item-image img {
		max-height: 200px;
	}
}

.minicart__item-info {
	-moz-flex: 1;
	-webkit-box-flex: 1;
	flex: 1;
	padding-left: 15px;
	text-align: left;
	padding-right: 20px;
}

.minicart__item-name {
	font-weight: 500;
}

.minicart__item-vendor {
	font-weight: 300;
}

.minicart__item-size {
	font-weight: 300;
}

.minicart__item-qty {
	font-weight: 300;
}

.minicart__item-price {
	font-weight: 500;
	margin-top: 10px;
}

.minicart__item-remove {
	position: absolute;
	right: 0;
	cursor: pointer;
	top: -1px;
}

@media only screen and (max-width: 1023px) {
	.minicart__item-remove {
		display: none;
	}
}

.minicart__item-remove svg {
	fill: #707070;
	width: 10px;
}

.minicart__totals {
	padding: 30px 0;
	border-top: 1px solid #707070;
	text-align: left;
	display: -webkit-box;
	display: flex;
	-ms-justify-content: space-between;
	-webkit-box-pack: justify;
	justify-content: space-between;
	font-size: 1.23077rem;
	letter-spacing: 1.4px;
	font-weight: 500;
}

@media only screen and (max-width: 1023px) {
	.minicart__totals {
		display: none;
	}
}

.minicart__buttons a {
	width: 100%;
	padding: 0 15px;
	font-size: 1.07692rem;
	color: #FFF;
}

@media only screen and (min-width: 1024px) {
	.minicart__buttons a {
		font-size: 1.23077rem;
		width: 250px;
		margin-bottom: 10px;
	}
}

.minicart .cart-item__table .minicart__item-remove {
	position: static;
}

@media only screen and (min-width: 768px) {
	.minicart .cart-item__table {
		margin-top: 1.5em;
	}
}

.cart-page__container {
	display: -webkit-box;
	display: flex;
	-ms-justify-content: center;
	-webkit-box-pack: center;
	justify-content: center;
	margin: 30px 0 45px 0;
}

@media only screen and (min-width: 768px) {
	.cart-page__container {
		margin: 80px 0 150px 0;
	}
}

.cart-page__form {
	width: 100%;
}

.cart-page__alerts .alert {
	margin-bottom: 10px;
	font-size: 0.92308rem;
	line-height: 1.07692rem;
	color: #5F5F5F;
	font-weight: 300;
}

.cart-page__alerts .alert:last-child {
	margin-bottom: 0;
}

.cart-page__invoice {
	margin-top: 20px;
	margin-left: 2px;
	font-weight: 300;
	position: relative;
}

.cart-page__invoice-input,
.cart-page__vatid-input,
.cart-page__pec-input,
.cart-page__sdi-input {
	display: none;
	margin-bottom: 10px;
}

.cart-page__invoice-input.active,
.cart-page__vatid-input.active,
.cart-page__pec-input.active,
.cart-page__sdi-input.active {
	display: -webkit-box;
	display: flex;
	-moz-flex-direction: column;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column;
}

.cart-page__pec-sdi {
	display: -webkit-box;
	display: flex;
	-ms-justify-content: space-between;
	-webkit-box-pack: justify;
	justify-content: space-between;
	-moz-flex-direction: column;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column;
}

.cart-page__pec-sdi .cart-page__pec-sdi-container {
	display: -webkit-box;
	display: flex;
	-ms-justify-content: space-between;
	-webkit-box-pack: justify;
	justify-content: space-between;
}

.cart-page__pec-sdi .cart-page__pec-input {
	padding-right: 10px;
	-moz-flex: 1;
	-webkit-box-flex: 1;
	flex: 1;
}

.cart-page__pec-sdi .cart-page__sdi-input {
	padding-left: 10px;
	-moz-flex: 1;
	-webkit-box-flex: 1;
	flex: 1;
}

.cart-page__tos {
	margin-top: 20px;
	margin-left: 2px;
	font-weight: 300;
	position: relative;
}

.cart-page__buttons {
	margin: 35px 0;
}

.cart-page__buttons>div {
	width: 100%;
	border-radius: 0 !important;
	display: -webkit-box;
	display: flex;
	-ms-justify-content: center;
	-webkit-box-pack: center;
	justify-content: center;
	-moz-align-items: center;
	-ms-align-items: center;
	-o-align-items: center;
	-webkit-box-align: center;
	align-items: center;
	margin-top: 6px;
}

.cart-page__buttons .additional-checkout-buttons {
	padding-top: 20px;
}

@media only screen and (min-width: 768px) {

	.cart-page__buttons .shopify-cleanslate>div,
	.cart-page__buttons .shopify-cleanslate>div>div {
		display: -webkit-box;
		display: flex;
		-ms-justify-content: center;
		-webkit-box-pack: center;
		justify-content: center;
		-moz-align-items: center;
		-ms-align-items: center;
		-o-align-items: center;
		-webkit-box-align: center;
		align-items: center;
	}
}

.cart-page__buttons .add_to_cart {
	width: 100%;
	max-width: 480px;
	margin: 0 auto;
	display: block;
	font-size: 1.07692rem;
	height: 50px;
}

@media only screen and (min-width: 768px) {
	.cart-page__buttons .add_to_cart {
		height: 60px;
		font-size: 1.38462rem;
	}
}

.cart-page__message {
	margin-bottom: 30px;
	font-size: 0.92308rem;
	font-weight: 300;
}

.cart-page__message:last-child {
	margin-bottom: 0;
}

.cart-page__message span {
	margin-right: 10px;
	text-transform: uppercase;
	float: left;
	font-weight: 500;
}

.cart-page button#checkout.disabled {
	pointer-events: none;
}

.cart-item {
	display: -webkit-box;
	display: flex;
	margin: 0 auto 25px auto;
	padding-bottom: 25px;
	max-width: 750px;
	width: 100%;
	border-bottom: 1px solid #707070;
}

.cart-item.last {
	border-bottom: 0;
}

.cart-item__container {
	display: -webkit-box;
	display: flex;
	width: 100%;
}

.cart-item__header {
	display: -webkit-box;
	display: flex;
	-ms-justify-content: space-between;
	-webkit-box-pack: justify;
	justify-content: space-between;
	-moz-flex-direction: column;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column;
	margin-bottom: 10px;
}

@media only screen and (min-width: 768px) {
	.cart-item__header {
		-moz-flex-direction: row;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		flex-direction: row;
		margin-bottom: 0;
	}
}

.cart-item__name {
	font-size: 1.07692rem;
	font-weight: 500;
	margin-bottom: 0;
	margin-bottom: 5px;
	text-transform: uppercase;
}

@media only screen and (min-width: 768px) {
	.cart-item__name {
		line-height: 1.07692rem;
	}
}

.cart-item__brand {
	margin-bottom: 0;
	text-transform: uppercase;
}

@media only screen and (min-width: 768px) {
	.cart-item__brand {
		margin-bottom: 5px;
	}
}

.cart-item__brand a {
	font-size: 1rem;
	line-height: 1rem;
	font-weight: 300;
}

.cart-item--b2b {
	-webkit-box-pack: justify;
	justify-content: space-between;
}

@media only screen and (max-width: 767px) {
	.cart-item--b2b {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		flex-direction: column;
	}
}

.cart-item__table {
	width: 100%;
	max-width: 550px;
	margin-top: 1.5em;
}

@media only screen and (min-width: 768px) {
	.cart-item__table {
		margin: 0 0 0 auto;
	}
}

.cart-item__table thead {
	text-transform: uppercase;
	color: #000;
}

.cart-item__table thead th {
	font-weight: 300;
}

.cart-item__table th,
.cart-item__table td {
	width: calc(100% / 6);
	padding: 10px 10px;
	white-space: nowrap;
	text-align: center;
}

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

.cart-item__table .align-right {
	text-align: right;
}

@media only screen and (min-width: 768px) {
	.cart-item__table-image {
		-webkit-box-flex: 1;
		flex: 1 0 150px;
	}

	.cart-item__table-info {
		padding-top: 4em;
		-webkit-box-flex: 1;
		flex: 1 0 150px;
	}
}

@media only screen and (max-width: 767px) {
	.cart-item__table-price {
		display: none;
	}

	.cart-item__table-remove span {
		display: none;
	}
}

.cart-item__table .js-update-qty {
	padding: 0;
	letter-spacing: normal;
	color: #B1B1B1;
	text-decoration: underline;
	font-weight: 300;
}

.cart-item__subtotal {
	font-weight: 600;
	color: #EF8E48;
}

.cart-item__delete {
	display: -webkit-box;
	display: flex;
}

@media only screen and (min-width: 768px) {
	.cart-item__delete {
		-webkit-align-self: flex-end;
		align-self: flex-end;
		justify-self: flex-end;
	}
}

.cart-item__delete a {
	text-transform: uppercase;
	color: #808080;
	margin-top: 20px;
	text-decoration: underline;
}

@media only screen and (min-width: 768px) {
	.cart-item__delete a {
		text-transform: none;
		margin-top: 0;
		text-decoration: none;
	}
}

.cart-item__delete svg {
	display: none;
	width: 7px;
	height: 7px;
	margin-left: 0;
	fill: #808080;
}

.cart-item__delete span {
	display: block;
}

@media only screen and (min-width: 768px) {
	.cart-item__delete svg {
		display: inline-block;
	}
}

.cart-item__image {
	max-width: 95px;
	width: 100%;
}

@media only screen and (min-width: 768px) {
	.cart-item__image {
		max-width: 130px;
	}
}

.cart-item__info {
	text-transform: uppercase;
	-moz-flex: 1;
	-webkit-box-flex: 1;
	flex: 1;
	display: -webkit-box;
	display: flex;
	-moz-flex-direction: column;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column;
	-ms-justify-content: center;
	-webkit-box-pack: center;
	justify-content: center;
	padding: 0 0 10px 20px;
}

@media only screen and (min-width: 768px) {
	.cart-item__info {
		padding: 0 0 10px 50px;
	}
}

.cart-item__qty {
	display: -webkit-box;
	display: flex;
	-moz-align-items: center;
	-ms-align-items: center;
	-o-align-items: center;
	-webkit-box-align: center;
	align-items: center;
	margin-top: 10px;
}

@media only screen and (min-width: 768px) {
	.cart-item__qty {
		margin-top: 0;
	}
}

.cart-item__qty>span {
	margin-right: 10px;
	font-weight: 300;
}

.cart-item__qty .product-quantity-box {
	display: -webkit-box;
	display: flex;
}

.cart-item__qty .js-change-quantity {
	display: none;
	cursor: pointer;
}

.cart-item__qty .js-change-quantity.product-minus {
	margin-right: 10px;
}

@media only screen and (min-width: 768px) {
	.cart-item__qty .js-change-quantity {
		display: -webkit-box;
		display: flex;
		-moz-align-items: center;
		-ms-align-items: center;
		-o-align-items: center;
		-webkit-box-align: center;
		align-items: center;
	}
}

.cart-item__qty input[type="number"] {
	width: 28px;
	height: 28px;
	min-height: 28px;
	border-bottom: 0;
	text-align: center;
	border: 1px solid #808080;
	font-size: 0.92308rem;
	pointer-events: all;
}

@media only screen and (min-width: 768px) {
	.cart-item__qty input[type="number"] {
		width: 36px;
		height: 22px;
		min-height: 22px;
		border: none;
		font-size: 1rem;
		pointer-events: none;
	}
}

.cart-item__sizes span {
	font-weight: 400;
}

.cart-item__sizes .size {
	font-weight: 500;
}

.cart-item__top {
	display: -webkit-box;
	display: flex;
	-ms-justify-content: space-between;
	-webkit-box-pack: justify;
	justify-content: space-between;
	-moz-flex-direction: column;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column;
}

.cart-item__bottom {
	display: -webkit-box;
	display: flex;
	-moz-flex-direction: column;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column;
}

@media only screen and (min-width: 768px) {
	.cart-item__bottom {
		margin-top: 35px;
		-moz-flex-direction: row;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		flex-direction: row;
	}
}

.cart-item__bottom-left {
	-moz-flex: 1;
	-webkit-box-flex: 1;
	flex: 1;
}

.cart-item__price {
	display: -webkit-box;
	display: flex;
	color: #000;
	font-size: 1.07692rem;
	padding-bottom: 0;
	font-weight: 500;
}

.cart-item__price .was_price {
	margin-right: 10px;
	font-size: 0.92308rem;
	line-height: 1.46154rem;
}

.cart-item__container-total {
	max-width: 750px;
	width: 100%;
	display: -webkit-box;
	display: flex;
	-moz-flex-direction: column;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column;
	padding: 30px 25px 10px 25px;
	border: 1px solid #EF8E48;
}

@media only screen and (min-width: 768px) {
	.cart-item__container-total {
		margin: 50px auto 0 auto;
		padding: 40px;
	}
}

.cart-item__container-total .cart_subtotal {
	text-transform: uppercase;
	font-size: 1.23077rem;
	display: -webkit-box;
	display: flex;
	-ms-justify-content: space-between;
	-webkit-box-pack: justify;
	justify-content: space-between;
	font-weight: 500;
}

@media only screen and (min-width: 768px) {
	.cart-item__container-total .cart_subtotal {
		font-size: 1.38462rem;
	}
}

.cart-empty .breadcrumbs {
	display: none;
}

.cart-empty .content-wrap {
	display: -webkit-box;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	flex-flow: row wrap;
	-webkit-box-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	align-items: center;
}

.cart-empty .main-content {
	display: -webkit-box;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	flex-flow: row wrap;
	-webkit-box-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	align-items: center;
	margin-top: 0;
}

.cart-empty .cart-page__empty {
	text-align: center;
	width: 100%;
	max-width: 480px;
	line-height: 1.4rem;
	border: solid 1px #EF8E48;
	padding: 50px;
}

@media only screen and (min-width: 1024px) {
	.cart-empty .cart-page__empty {
		margin: 7em auto;
		padding: 90px 120px;
	}
}

.cart-empty .cart-page__empty .empty-message {
	text-transform: uppercase;
	font-weight: 500;
	margin-top: 0;
	font-size: 1.53846rem;
	letter-spacing: 2px;
}

.cart-empty .cart-page__empty .btn--primary {
	height: 40px;
	padding: 5px 20px;
}

.js-update-qty {
	text-transform: none;
	display: inline;
	background: none;
	border: none;
}

.js-update-qty:hover {
	text-decoration: underline;
}

body.modal-visible .select-variant--fixed {
	z-index: 9999;
}

.product-page {
	position: relative;
}

@media only screen and (min-width: 1024px) {
	.product-page {
		max-width: 1920px;
		margin: 25px auto;
	}
}

@media only screen and (min-width: 1024px) {
	.product-page__column {
		max-width: 645px;
		position: absolute;
		top: 0;
		z-index: 3;
		width: 33%;
		height: 100%;
		padding: 3% 5% 6% 5%;
	}

	.product-page__column--left {
		left: 0;
	}

	.product-page__column--right {
		right: 0;
	}
}

@media only screen and (max-width: 1023px) {
	.product-page__column--bottom {
		-webkit-box-ordinal-group: 2;
		order: 1;
	}
}

.product-page__column--bottom .modal__links {
	margin-top: 1em;
}

@media only screen and (max-width: 1023px) {
	.product-page__column--top {
		-webkit-box-ordinal-group: 3;
		order: 2;
	}
}

.product-page__column-wrap {
	padding-bottom: 25px;
	display: -webkit-box;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column;
}

@media only screen and (min-width: 1024px) {
	.product-page__column-wrap {
		-webkit-box-pack: justify;
		justify-content: space-between;
		height: 100%;
	}
}

@media only screen and (max-width: 1023px) {
	.product-page__column-wrap--right {
		display: -webkit-box;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		flex-direction: column-reverse;
	}
}

@media only screen and (min-width: 1024px) {
	.product-page__column-wrap--right .product-page__additional-text {
		margin-bottom: 6em;
	}
}

.product-page__main-info {
	text-align: center;
}

@media only screen and (min-width: 1024px) {
	.product-page__main-info {
		text-align: left;
		margin-bottom: 4em;
	}
}

.product-page__images {
	width: 100%;
	overflow: hidden;
}

@media only screen and (min-width: 1024px) {
	.product-page__images {
		min-height: 600px;
	}
}

.product-page__name {
	color: #000;
	font-size: 1.23077rem;
	font-weight: 500;
	letter-spacing: 0;
	line-height: 1;
	text-transform: uppercase;
	margin-top: 5px;
}

@media only screen and (min-width: 1024px) {
	.product-page__name {
		text-align: left;
		font-size: 1.38462rem;
		margin: 0;
	}
}

.product-page__vendor {
	font-size: 1rem;
	letter-spacing: 0;
	text-transform: uppercase;
	line-height: normal;
	font-weight: 500;
}

.product-page__vendor a {
	color: #EF8E48;
}

@media only screen and (min-width: 1024px) {
	.product-page__vendor {
		font-size: 1.23077rem;
	}
}

.product-page__description {
	font-size: 0.92308rem;
	font-weight: 300;
	margin-bottom: 20px;
	text-align: left;
}

@media only screen and (min-width: 1024px) {
	.product-page__description {
		font-size: 1.07692rem;
		font-weight: 400;
	}
}

.product-page__additional-info {
	font-size: 0.92308rem;
	color: #808080;
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: left;
}

@media only screen and (min-width: 1024px) {
	.product-page__additional-info {
		font-size: 1.07692rem;
	}
}

.product-page__current_price {
	font-weight: 500;
}

.product-page__was_price {
	color: #808080;
	text-decoration: line-through;
}

.product-page__was_price .price {
	padding-right: 5px;
}

.product-page__price {
	font-size: 1rem;
}

@media only screen and (min-width: 1024px) {
	.product-page__price {
		font-size: 1.23077rem;
	}
}

.product-page__additional-text {
	font-size: 1.07692rem;
	margin-bottom: 3em;
	font-weight: 300;
}

@media only screen and (max-width: 1023px) {
	.product-page__additional-text {
		font-size: 0.92308rem;
		text-align: center;
	}

	.product-page__additional-text b {
		font-weight: 300;
		display: inline-block;
		padding-top: 30px;
		text-transform: uppercase;
		text-align: center;
		width: 100%;
	}
}

.product-page__wishlist {
	margin-top: 30px;
}

@media only screen and (min-width: 1024px) {
	.product-page__wishlist {
		margin-top: 15px;
	}
}

.product-page__wishlist #sw_wishlist_label {
	display: none;
}

.product-page__wishlist #bookmarkit:focus {
	outline: none;
}

@media only screen and (max-width: 1023px) {
	.product-page__wishlist #bookmarkit.swpbutton2 {
		height: 44px;
		line-height: 46px;
		text-align: center;
		border: solid 1px #000;
		display: block;
	}
}

@media only screen and (min-width: 1024px) {
	.product-page__wishlist {
		min-height: 50px;
		text-transform: uppercase;
		text-align: left;
	}

	.product-page__wishlist #smartwishlist {
		margin: 0;
	}

	.product-page__wishlist #bookmarkit {
		height: 0 !important;
		display: blocK !important;
		position: absolute !important;
	}

	.product-page__wishlist #sw_wishlist_label {
		height: 0 !important;
		font-size: 1rem !important;
		display: inline-blocK !important;
	}
}

.product-page--suit-gift-card .gallery .owl-nav {
	display: none;
}

.counter {
	font-size: 1.07692rem;
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: justify;
	justify-content: space-between;
	max-width: 30%;
}

@media only screen and (max-width: 1023px) {
	.counter {
		font-size: 0.84615rem;
		margin: 0 auto 1em;
		max-width: 68px;
	}
}

.counter__start {
	font-weight: 500;
	color: #707070;
}

.counter__separator {
	-webkit-box-flex: 1;
	flex-grow: 1;
	text-align: center;
	margin: 0 5px;
}

.counter__separator::after {
	content: " ";
	border-bottom: 1px solid #000;
	display: block;
	margin: 8px auto 0 auto;
	width: 90%;
}

.js-add-to-cart {
	background-color: #EF8E48;
	color: #FFF;
	width: 100%;
	height: 44px;
	line-height: 46px;
	text-align: center;
	text-transform: uppercase;
	display: none;
	letter-spacing: 1px;
	font-size: 1.07692rem;
	font-weight: 500;
}

.js-select-variant {
	background-color: #F0F0F0;
	color: #000;
	width: 100%;
	height: 40px;
	line-height: 40px;
	text-align: center;
	text-transform: uppercase;
	display: inline-block;
	font-size: 1.07692rem;
	font-weight: 500;
	letter-spacing: 1px;
}

.link-wrap {
	text-align: center;
	margin-bottom: 30px;
}

@media only screen and (max-width: 1023px) {
	.link-wrap {
		margin-top: 2em;
		display: -webkit-box;
		display: flex;
		-webkit-box-align: start;
		align-items: flex-start;
		justify-content: space-around;
	}
}

@media only screen and (min-width: 1024px) {
	.link-wrap {
		display: none;
	}
}

.size-link {
	display: none;
}

@media only screen and (min-width: 1024px) {
	.size-link {
		display: block;
		margin-bottom: 1em;
	}

	.size-link::before {
		content: "+";
		padding-right: 15px;
		font-size: 1.23077rem;
		line-height: 19px;
		font-weight: bold;
	}
}

.size-link--xs {
	font-weight: 300;
	text-transform: uppercase;
	color: #707070;
	border-bottom: 1px solid #000;
	display: -webkit-inline-box;
	display: inline-flex;
}

.size-link--xs::before {
	content: "";
	padding: 0;
}

@media only screen and (min-width: 1024px) {
	.size-link--xs {
		display: none;
	}
}

.shipping-link {
	color: #000;
	display: none;
}

@media only screen and (min-width: 1024px) {
	.shipping-link {
		display: block;
		margin-bottom: 2em;
	}
}

.shipping-link::before {
	content: "+";
	padding-right: 15px;
	font-size: 1.23077rem;
	line-height: 19px;
	font-weight: bold;
}

.shipping-link--xs {
	border-bottom: 1px solid #000;
	display: inline-block;
	font-weight: 300;
	color: #707070;
	text-transform: uppercase;
}

.shipping-link--xs::before {
	content: " ";
	padding: 0;
}

@media only screen and (min-width: 1024px) {
	.shipping-link--xs {
		display: none;
	}
}

/* Gallery */
@media only screen and (min-width: 1024px) {
	.gallery {
		overflow: hidden;
		position: relative;
		height: calc(100vh - 196px - 25px);
	}
}

.gallery__wrapper.owl-carousel {
	display: block;
	opacity: 0;
}

.gallery__wrapper.owl-carousel.owl-loaded {
	opacity: 1;
}

.gallery__wrapper.owl-carousel .owl-item img {
	width: 90%;
	margin: 0 auto;
}

@media only screen and (min-width: 1024px) {
	.gallery__wrapper.owl-carousel .owl-item img {
		width: auto;
	}
}

@media only screen and (min-width: 1024px) {
	.gallery__wrapper.owl-carousel .owl-nav .owl-prev {
		position: absolute;
		top: 50%;
		left: 35%;
		-webkit-transform: rotate(90deg);
		transform: rotate(90deg);
	}

	.gallery__wrapper.owl-carousel .owl-nav .owl-next {
		position: absolute;
		top: 50%;
		right: 35%;
		-webkit-transform: rotate(270deg);
		transform: rotate(270deg);
	}
}

@media only screen and (min-width: 1024px) {
	.gallery__wrapper {
		position: absolute;
		white-space: nowrap;
		display: -webkit-box;
		display: flex;
		-webkit-box-align: center;
		align-items: center;
	}
}

.gallery__image {
	max-width: 100%;
}

@media only screen and (min-width: 1024px) {
	.gallery__image {
		height: calc(100vh - (196px - 25px));
		width: auto;
		display: inline-block;
	}
}

.gallery__image-wrapper {
	display: inline-block;
	text-align: center;
	width: calc(100vw / 3);
}

.gallery__frame {
	width: 400px;
	height: 230px;
	-webkit-box-flex: 0;
	flex: 0 0 400px;
}

@media only screen and (min-width: 1201px) {
	.gallery__frame {
		width: 600px;
		height: 300px;
		-webkit-box-flex: 0;
		flex: 0 0 600px;
	}
}

.gallery .owl-nav {
	margin: 0;
}

.gallery .owl-nav .owl-prev,
.gallery .owl-nav .owl-next {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	font-size: 40px !important;
	width: 25px;
	height: 25px;
}

.gallery .owl-nav .owl-prev {
	left: 0;
}

.gallery .owl-nav .owl-next {
	right: 0;
}

/* Select size */
@media only screen and (max-width: 1023px) {
	.select-variant__title-wrap {
		margin-bottom: 3em;
		text-align: center;
	}
}

.select-variant__title {
	display: inline-block;
	font-size: 1.07692rem;
	font-weight: 300;
	text-transform: uppercase;
	text-align: center;
	border-bottom: 1px solid #000;
	padding-bottom: 5px;
	margin: 0 auto;
	cursor: pointer;
	max-width: 170px;
	width: 100%;
}

.select-variant__title .caret {
	display: inline-block;
	margin-bottom: -3px;
	width: 17px;
}

@media only screen and (min-width: 1024px) {
	.select-variant__title {
		display: none;
	}
}

.select-variant__hidden {
	display: none;
}

.select-variant__link {
	cursor: pointer;
	font-size: 1.38462rem;
	font-weight: 500;
	text-transform: uppercase;
	margin: 4px 13px;
	border-bottom: 2px solid transparent;
}

@media only screen and (min-width: 1024px) {
	.select-variant__link {
		font-size: 1.23077rem;
	}
}

.select-variant__link--sold-out {
	color: #A8A8A8;
	font-weight: 300;
}

.select-variant__link--selected {
	color: #EF8E48;
	border-bottom: 2px solid #EF8E48;
}

.select-variant__links {
	width: auto;
	text-align: center;
	display: none;
	visibility: hidden;
}

@media only screen and (min-width: 1024px) {
	.select-variant__links {
		display: -webkit-box;
		display: flex;
		align-content: center;
		-webkit-box-pack: start;
		justify-content: flex-start;
		flex-wrap: wrap;
		width: auto;
		margin: 0 auto 30px -13px;
		max-width: 360px;
	}
}

.select-variant__links.sorted {
	visibility: visible;
}

.select-variant__links.owl-carousel .owl-nav .owl-next,
.select-variant__links.owl-carousel .owl-nav .owl-prev {
	position: absolute;
	top: -10px;
	padding: 0;
	margin: 0;
	font-size: 1.92308rem;
}

.select-variant__links.owl-carousel .owl-nav .owl-prev {
	left: 0;
}

.select-variant__links.owl-carousel .owl-nav .owl-next {
	right: 0;
}

.select-variant__table {
	margin-bottom: 2em;
	display: none;
}

@media only screen and (min-width: 1024px) {
	.select-variant__table {
		display: table;
	}
}

.select-variant__table tbody tr:nth-child(odd) {
	background-color: #FAFAFA;
}

.select-variant__table th {
	font-size: 1em;
	font-weight: 300;
	text-transform: uppercase;
}

.select-variant__table th,
.select-variant__table td {
	text-align: center;
	width: 33%;
	padding: 3px;
}

.select-variant__table .js-change-quantity {
	font-size: 20px;
	height: 15px;
	display: inline-block;
	vertical-align: middle;
	margin: 0 6px;
	cursor: pointer;
}

.select-variant__close {
	display: none;
}

.select-variant--fixed {
	background-color: #FFF;
	bottom: 0;
	left: 0;
	padding: 15px;
	position: fixed;
	text-align: center;
	width: 100%;
	z-index: 99999;
}

.select-variant--fixed .select-variant__links {
	display: -webkit-box;
	display: flex;
	align-content: center;
	-webkit-box-pack: center;
	justify-content: center;
	flex-wrap: wrap;
	margin: 0 auto;
	max-width: 360px;
	padding: 0 20px 20%;
	width: auto;
}

.select-variant--fixed .select-variant__close {
	display: block;
	font-weight: 300;
	margin-bottom: 20%;
	color: #707070;
	font-size: 1.07692rem;
}

.select-variant--fixed .select-variant__table {
	display: table;
}

.select-variant--fixed .size-link {
	display: block;
	color: #707070;
	text-decoration: underline;
}

.select-variant__label {
	display: none;
}

@media only screen and (min-width: 1024px) {
	.select-variant__label {
		display: block;
		color: #EF8E48;
		text-transform: uppercase;
		font-size: 0.84615rem;
		letter-spacing: 1px;
		font-weight: 500;
		margin-bottom: 10px;
	}
}

input.select-variant__qty {
	border: solid 1px #B1B1B1;
	display: inline-block;
	width: 30px;
	height: 25px;
	color: #B1B1B1;
	line-height: normal;
	text-align: center;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	min-height: auto;
	background-color: #FFF;
}

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

input.select-variant__qty:focus {
	border: solid 1px #808080;
}

input.select-variant__qty.error {
	border-color: #E42401;
}

/*

Homepage blocks:

#Full Width banner
#Featured collection
#Banner uomo
#Banner donna
#Top brands
#Text loop
#Vide
#Cards banner
#Image half-width
#Instagram

*/
.homepage-content-main {
	background-color: #FAFAFA;
	padding-top: 30px;
}

@media only screen and (min-width: 1024px) {
	.homepage-content-main {
		padding-top: 135px;
	}
}

/** Full Width banner **/
.full-width {
	position: relative;
	max-width: 1920px;
	margin: 0 auto 50px auto;
}

.full-width__image {
	width: 100%;
}

.full-width__image img {
	width: 100%;
}

.full-width__text {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: center;
	justify-content: center;
	text-align: center;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

@media only screen and (max-width: 1023px) {
	.full-width__text {
		width: 90%;
	}
}

.full-width__title {
	font-weight: 500;
	font-size: 3.07692rem;
	letter-spacing: 4px;
	text-transform: uppercase;
	margin-bottom: 15px;
}

@media only screen and (max-width: 1023px) {
	.full-width__title {
		font-size: 2rem;
	}
}

.full-width__link {
	font-weight: 300;
	font-size: 2.30769rem;
	letter-spacing: 0px;
	text-transform: uppercase;
}

.full-width__link:nth-child(3)::before {
	content: "/";
	display: inline-block;
	padding: 0 5px;
	text-align: center;
	width: 20px;
}

@media only screen and (max-width: 1023px) {
	.full-width__link:nth-child(3)::before {
		padding: 0px 20px 0 10px;
	}
}

@media only screen and (max-width: 1023px) {
	.full-width__link {
		font-size: 1.23077rem;
	}
}

.full-width--2 {
	margin-top: -80px;
}

@media only screen and (min-width: 1024px) {
	.full-width--2 {
		margin-top: -100px;
		margin-bottom: 0;
	}
}

@media only screen and (max-width: 1023px) {
	.full-width--2 .full-width__title {
		font-size: 2.07692rem;
		letter-spacing: 5px;
		padding: 0 .3vw;
	}
}

@media only screen and (max-width: 1023px) {
	.full-width--2 .full-width__link {
		background: rgba(25, 25, 25, 0.3);
		border: 1px solid #FFF;
		display: inline-block;
		font-size: 1.23077rem;
		height: 40px;
		line-height: 40px;
		padding: 0px 10px;
		margin: 0 10px;
	}

	.full-width--2 .full-width__link::before {
		content: " ";
		padding: 0;
		width: 0;
	}
}

/** Featured collection **/
.featured-products {
	max-width: 1920px;
	margin: 0 auto 50px auto;
}

/* home content wrapper */
/* Wrapper */
.home-content {
	position: relative;
	max-width: 1920px;
}

.home-content--1 .woman {
	display: none;
}

@media only screen and (min-width: 1024px) {
	.home-content--1 {
		display: -webkit-box;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: reverse;
		flex-direction: row-reverse;
		-webkit-box-pack: justify;
		justify-content: space-between;
		padding: 0 3%;
	}

	.home-content--1 .woman {
		display: block;
	}
}

@media only screen and (min-width: 1024px) {
	.home-content--1 {
		margin: 0 5vw;
	}
}

@media screen and (min-width: 1980px) {
	.home-content--1 {
		margin: 0 auto;
	}
}

@media only screen and (min-width: 1024px) {
	.home-content--2 {
		display: -webkit-box;
		display: flex;
		-webkit-box-pack: end;
		justify-content: flex-end;
		margin-top: -250px;
		z-index: 4;
	}

	.home-content--2 .woman {
		display: none;
	}
}

@media only screen and (min-width: 1024px) {
	.home-content--2 {
		margin: 0 5vw;
	}
}

@media screen and (min-width: 1980px) {
	.home-content--2 {
		margin: 0 auto;
	}
}

/** Banner uomo **/
.man {
	position: relative;
	width: 70%;
	margin: 0 auto 100px auto;
}

@media only screen and (min-width: 1024px) {
	.man {
		margin: 0;
		width: 50%;
		padding-right: 40px;
	}
}

.man__container {
	position: relative;
}

.man__link {
	background: #EF8E48;
	color: #FFF;
	font-size: 1.53846rem;
	font-weight: 500;
	height: 50px;
	line-height: 54px;
	text-transform: uppercase;
	left: 50%;
	padding: 0 25px;
	position: absolute;
	text-align: center;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

@media only screen and (max-width: 1023px) {
	.man__link {
		line-height: 44px;
		height: 40px;
		font-size: 1.07692rem;
		padding: 0 15px;
	}
}

/* Banner donna */
.woman {
	position: relative;
	width: 80%;
	margin: 0 auto;
	z-index: 3;
}

@media only screen and (min-width: 1024px) {
	.woman {
		margin: 0;
		width: 100%;
	}
}

.woman__link {
	background: #EF8E48;
	color: #FFF;
	font-size: 1.53846rem;
	font-weight: 500;
	height: 50px;
	line-height: 54px;
	text-transform: uppercase;
	left: 50%;
	padding: 0 25px;
	position: absolute;
	text-align: center;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

@media only screen and (max-width: 1023px) {
	.woman__link {
		line-height: 44px;
		height: 40px;
		font-size: 1.07692rem;
		padding: 0 15px;
	}
}

/* Top brands */
.top-brands {
	margin: 20px 0px 0 0;
	text-align: center;
	width: 100%;
}

@media only screen and (min-width: 1024px) {
	.top-brands {
		margin: 20px 0 0 0;
		width: 50%;
		padding-left: 40px;
	}
}

.top-brands__switch {
	display: -webkit-box;
	display: flex;
	-ms-justify-content: center;
	-webkit-box-pack: center;
	justify-content: center;
	margin: 10px 0;
}

.top-brands__switch-item {
	font-size: 1.07692rem;
	color: #808080;
	text-transform: uppercase;
	font-weight: 500;
	letter-spacing: 1.6px;
	cursor: pointer;
}

@media only screen and (min-width: 1024px) {
	.top-brands__switch-item {
		font-size: 1.23077rem;
	}
}

.top-brands__switch-item.active {
	color: #EF8E48;
	text-decoration: underline;
}

.top-brands__switch-separator {
	padding: 0 15px;
}

.top-brands__title {
	color: #000;
	font-weight: 500;
	font-size: 2.30769rem;
	letter-spacing: 3px;
	line-height: 3.38462rem;
	text-transform: uppercase;
	text-align: center;
	margin-bottom: 0;
}

@media only screen and (max-width: 1023px) {
	.top-brands__title {
		font-size: 1.53846rem;
	}
}

.top-brands__list {
	font-size: 1.23077rem;
	font-weight: 400;
	text-transform: uppercase;
	line-height: 3.07692rem;
	padding-bottom: 50px;
	max-width: 670px;
	margin: 0 auto;
	display: none;
}

@media only screen and (max-width: 1023px) {
	.top-brands__list {
		font-size: 1.07692rem;
		font-weight: 300;
	}
}

.top-brands__list.active {
	display: block;
}

@media only screen and (max-width: 1023px) {
	.top-brands__list li.hide-on-mobile {
		display: none;
	}
}

@media only screen and (min-width: 1024px) {
	.top-brands__list li {
		display: inline;
		letter-spacing: 3px;
	}

	.top-brands__list li:after {
		content: "|";
		padding: 0 8px;
	}

	.top-brands__list li:last-child:after {
		content: "";
	}
}

/* Text loop */
.text-loop {
	width: 100%;
	overflow: hidden;
}

.loop {
	cursor: pointer;
	display: block;
	height: 50px;
	line-height: 50px;
	left: 0;
	margin: 30px 0 50px 0px;
	min-width: 200vw;
	overflow: hidden;
	position: relative;
	text-transform: uppercase;
	width: 100%;
	max-width: 100%;
}

@media only screen and (min-width: 1024px) {
	.loop {
		height: 120px;
		line-height: 120px;
		margin: 0;
	}
}

.loop__text {
	color: #707070;
	display: inline-block;
	font-size: 1.53846rem;
	font-weight: 500;
	letter-spacing: 4px;
	list-style: none;
	margin: 0;
	padding: 0;
	position: relative;
	white-space: nowrap;
	margin-left: 10px;
}

.loop__text.cloned {
	bottom: 0px;
	left: 0px;
	position: absolute;
	margin-right: 100px;
}

.loop__sentence {
	margin-right: 100px;
}

/** Video **/
.video-section {
	margin: 0 auto;
	max-width: 1920px;
	width: 100%;
}

@media only screen and (min-width: 1024px) {
	.video-section {
		width: 70%;
	}
}

.video-section .js-video {
	margin-bottom: 70px;
}

.video-section__label {
	position: absolute;
	font-size: 1.92308rem;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	pointer-events: none;
	text-transform: uppercase;
	font-weight: 500;
	letter-spacing: 1px;
}

@media only screen and (min-width: 1024px) {
	.video-section__label {
		font-size: 2.30769rem;
	}
}

/* Cards */
.cards {
	text-align: center;
}

@media only screen and (min-width: 1024px) {
	.cards {
		cursor: pointer;
		margin-top: -130px;
		position: relative;
	}
}

.cards__wrapper {
	margin-bottom: 70px;
}

@media only screen and (min-width: 1024px) {
	.cards__wrapper {
		width: 100%;
		max-width: 1920px;
		margin: 0 auto;
		padding: 0 5vw;
		-webkit-transition: all 0.35s cubic-bezier(0.29, 0.63, 0.44, 1);
		transition: all 0.35s cubic-bezier(0.29, 0.63, 0.44, 1);
	}
}

@media only screen and (min-width: 1024px) and (min-width: 1024px) {
	.cards__wrapper:after {
		content: '';
		display: block;
		height: 0;
		width: 100%;
		padding-bottom: 4.7%;
	}
}

@media only screen and (min-width: 1024px) {
	.cards__button {
		background-color: #EF8E48;
		border-radius: 50%;
		color: #FFF;
		cursor: pointer;
		height: 34px;
		line-height: 40px;
		position: absolute;
		top: 0;
		right: -17px;
		text-align: center;
		top: -17px;
		width: 34px;
		z-index: 5;
	}

	.cards__button:after {
		content: "-";
		font-size: 2.46154rem;
		vertical-align: sub;
		font-weight: 300;
	}
}

@media only screen and (min-width: 1024px) {
	.cards__image {
		position: relative;
		display: inline-block;
		margin: 0 20px;
		-webkit-transition: all 0.35s cubic-bezier(0.29, 0.63, 0.44, 1);
		transition: all 0.35s cubic-bezier(0.29, 0.63, 0.44, 1);
		width: 25vw;
		max-width: 460px;
		z-index: 1;
	}
}

.cards:not(.cards--close) .cards__image:hover .cards__overlay {
	height: 100%;
	background-color: #000;
	height: 100%;
	opacity: .5;
	top: 0;
	width: 100%;
	-webkit-transition: all 0.2s cubic-bezier(0.29, 0.63, 0.44, 1);
	transition: all 0.2s cubic-bezier(0.29, 0.63, 0.44, 1);
	visibility: visible;
	pointer-events: all;
}

.cards:not(.cards--close) .cards__image:hover .cards__hover {
	font-size: 2.30769rem;
	letter-spacing: 3px;
	color: #FFF;
	-ms-justify-content: center;
	-webkit-box-pack: center;
	justify-content: center;
	-moz-align-items: center;
	-ms-align-items: center;
	-o-align-items: center;
	-webkit-box-align: center;
	align-items: center;
	display: -webkit-box;
	display: flex;
	text-transform: uppercase;
	padding: 0 25px;
	top: 50%;
	left: 50%;
	width: 100%;
	line-height: 2.61538rem;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	font-weight: 500;
}

.cards .owl-item.active .cards__overlay {
	height: 100%;
	background-color: #000;
	height: 100%;
	opacity: .5;
	top: 0;
	width: 100%;
	-webkit-transition: all 0.2s cubic-bezier(0.29, 0.63, 0.44, 1);
	transition: all 0.2s cubic-bezier(0.29, 0.63, 0.44, 1);
	visibility: visible;
	pointer-events: all;
}

.cards .owl-item.active .cards__hover {
	font-size: 1.23077rem;
	letter-spacing: 3px;
	color: #FFF;
	-ms-justify-content: center;
	-webkit-box-pack: center;
	justify-content: center;
	-moz-align-items: center;
	-ms-align-items: center;
	-o-align-items: center;
	-webkit-box-align: center;
	align-items: center;
	display: -webkit-box;
	display: flex;
	text-transform: uppercase;
	padding: 0 25px;
	top: 50%;
	left: 50%;
	width: 100%;
	line-height: 1.53846rem;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	font-weight: 500;
}

.cards--close .cards__wrapper {
	position: relative;
}

@media only screen and (min-width: 1024px) {
	.cards--close .cards__wrapper:after {
		content: '';
		display: block;
		height: 0;
		width: 100%;
		padding-bottom: 45%;
	}
}

@media only screen and (min-width: 1024px) {
	.cards--close .cards__button:after {
		content: "+";
	}
}

@media only screen and (max-width: 1023px) {
	.cards--close .cards__image {
		display: block;
		width: 100%;
	}
}

@media only screen and (min-width: 1024px) {
	.cards--close .cards__image {
		left: 50%;
		position: absolute;
		text-align: center;
		top: 0;
		margin-left: -12.5px;
	}

	.cards--close .cards__image--1 {
		top: 12vh;
		margin-left: -16%;
		z-index: 1;
	}

	.cards--close .cards__image--2 {
		top: 6vh;
		margin-left: -13%;
		z-index: 2;
	}

	.cards--close .cards__image--3 {
		top: 0;
		margin-left: -10%;
		z-index: 3;
	}
}

.cards .cards__overlay {
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	position: absolute;
}

.cards .cards__hover {
	display: none;
	position: absolute;
}

.cards__title {
	color: #000;
	font-weight: 500;
	font-size: 2.30769rem;
	letter-spacing: 3px;
	line-height: 3.38462rem;
	text-transform: uppercase;
	font-weight: 400;
}

@media only screen and (min-width: 1024px) {
	.cards__title {
		left: 3vw;
		max-width: 518px;
		position: absolute;
		text-align: left;
		top: 50%;
		-webkit-transform: translate(0, -50%);
		transform: translate(0, -50%);
		width: 27vw;
	}
}

@media only screen and (max-width: 1023px) {
	.cards__title {
		font-size: 1.53846rem;
		max-width: 70%;
		margin: 0 auto;
		line-height: 22px;
	}
}

@media only screen and (max-width: 1440px) {
	.cards__title {
		font-size: 1.53846rem;
		line-height: 1.92308rem;
	}
}

.cards__text {
	margin-bottom: 50px;
	font-weight: 300;
}

@media only screen and (min-width: 1024px) {
	.cards__text {
		right: 3vw;
		position: absolute;
		width: 27vw;
		max-width: 518px;
		text-align: left;
		top: 50%;
		-webkit-transform: translate(0, -50%);
		transform: translate(0, -50%);
		font-size: 1.07692rem;
	}
}

@media only screen and (max-width: 1023px) {
	.cards__text {
		text-align: left;
		padding: 0 20px;
		font-size: 0.92308rem;
		margin-top: 20px;
		line-height: 14px;
	}
}

/* Image half-width */
.half-width-img {
	position: relative;
}

@media only screen and (min-width: 1024px) {
	.half-width-img {
		margin-top: -125px;
		width: 50%;
	}
}

@media only screen and (min-width: 1024px) {
	.half-width-img__wrapper {
		display: -webkit-box;
		display: flex;
		max-width: 1920px;
		margin: 0 auto;
	}
}

.half-width-img__container {
	position: relative;
}

.half-width-img__text {
	padding: 20px;
}

@media only screen and (min-width: 1024px) {
	.half-width-img__text {
		bottom: 40px;
		left: 40px;
		padding: 0;
		position: absolute;
		width: 50%;
		z-index: 6;
	}
}

.half-width-img__title {
	color: #000;
	font-weight: 500;
	font-size: 2.30769rem;
	letter-spacing: 3px;
	line-height: 3.38462rem;
	text-transform: uppercase;
	text-align: center;
	margin-bottom: 20px;
	line-height: 2.61538rem;
}

@media only screen and (min-width: 1024px) {
	.half-width-img__title {
		text-align: left;
	}
}

.half-width-img__cta {
	text-align: center;
	font-size: 1.23077rem;
	text-transform: uppercase;
	font-weight: 500;
	width: 100%;
}

@media only screen and (max-width: 1023px) {
	.half-width-img__cta {
		position: absolute;
		bottom: 40px;
		letter-spacing: 2px;
	}
}

.half-width-img__cta.desktop {
	display: none;
}

.half-width-img__cta.mobile {
	display: block;
}

@media only screen and (min-width: 1024px) {
	.half-width-img__cta {
		text-align: left;
		font-size: 1.84615rem;
		margin-top: 25px;
		text-decoration: underline;
	}

	.half-width-img__cta.desktop {
		display: block;
	}

	.half-width-img__cta.mobile {
		display: none;
	}
}

/* Instagram */
.instagram {
	margin: 0 auto;
	max-width: 1920px;
}

@media only screen and (min-width: 1024px) {
	.instagram {
		padding-bottom: 150px;
	}
}

.instagram__title {
	color: #000;
	font-weight: 500;
	font-size: 2.30769rem;
	letter-spacing: 3px;
	line-height: 3.38462rem;
	text-transform: uppercase;
	margin-bottom: 20px;
	text-align: center;
}

@media only screen and (max-width: 1023px) {
	.instagram__title {
		font-size: 1.53846rem;
		padding: 0 20px;
		line-height: 22px;
	}
}

.instagram__text {
	padding: 0 20px;
	font-size: 0.92308rem;
	line-height: 14px;
	text-align: center;
}

@media only screen and (min-width: 1024px) {
	.instagram__text {
		margin: 0 auto;
		padding: 0;
		width: 50vw;
		max-width: 570px;
	}
}

.instagram #insta-feed {
	margin-top: 50px;
}

@media only screen and (max-width: 1023px) {
	.instagram #insta-feed {
		padding: 0;
	}
}

@media only screen and (min-width: 1024px) {
	.instagram #insta-feed a[href^="#5-insta-feed"] {
		display: none;
	}
}

.instagram .instafeed-container {
	width: 33.33% !important;
	padding-top: 33.33% !important;
}

@media only screen and (min-width: 1024px) {
	.instagram .instafeed-container {
		width: 20% !important;
		padding-top: 20% !important;
	}
}

.instagram .header {
	left: 0;
	translate: none;
}

.products-grid {
	display: -webkit-box;
	display: flex;
	-moz-flex-direction: wrap;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: wrap;
	margin: 0 -10px;
	flex-flow: row wrap;
}

.product-card {
	padding: 0 10px;
	position: relative;
	text-align: center;
	-moz-flex: 0 0 50%;
	-webkit-box-flex: 0;
	flex: 0 0 50%;
	width: 50%;
	word-break: break-word;
	margin-bottom: 20px;
}

@media only screen and (min-width: 1024px) {
	.product-card {
		-moz-flex: 0 0 25%;
		-webkit-box-flex: 0;
		flex: 0 0 25%;
		padding: 0 2.5%;
		margin-bottom: 80px;
	}

	.product-card:nth-last-child(-n+4) {
		margin-bottom: 0;
	}
}

.product-card img {
	height: auto;
	display: block;
}

.product-card:hover .h4 {
	display: none;
}

.product-card:hover .product-card__sizes {
	display: -webkit-box;
	display: flex;
	flex-wrap: wrap;
}

@media only screen and (min-width: 1024px) {
	.product-card:hover .primary {
		opacity: 0;
		visibility: hidden;
		height: 0;
	}

	.product-card:hover .secondary {
		opacity: 1;
		visibility: visible;
		height: auto;
	}
}

.product-card__image {
	position: relative;
	max-width: 350px;
	margin: 0 auto 30px auto;
}

.product-card__image .secondary {
	opacity: 0;
	visibility: hidden;
	height: 0;
}

.product-card__season {
	display: block;
	text-align: left;
	color: #5a5a5a;
	letter-spacing: 0.5px;
	font-size: 0.84615rem;
	line-height: 1.23077rem;
	height: 16px;
}

.product-card__info {
	display: -webkit-box;
	display: flex;
	-moz-flex-direction: column;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column;
	position: relative;
}

@media only screen and (min-width: 1024px) {
	.product-card__info {
		-moz-flex-direction: row;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		flex-direction: row;
	}
}

.product-card__left {
	font-weight: 500;
}

@media only screen and (max-width: 1023px) {
	.product-card__left {
		max-width: calc(100% - 30px);
		margin: 0 auto 0 0;
		text-align: left;
	}
}

@media only screen and (min-width: 1024px) {
	.product-card__left {
		display: -webkit-box;
		display: flex;
		-moz-flex: 1;
		-webkit-box-flex: 1;
		flex: 1;
		-ms-justify-content: flex-start;
		-webkit-box-pack: start;
		justify-content: flex-start;
		-moz-flex-direction: column;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		flex-direction: column;
		text-align: left;
		font-size: 0.84615rem;
		padding-right: 10px;
	}
}

.product-card__left h4.h3,
.product-card__left .h3.h4 {
	font-size: 1rem;
	text-transform: uppercase;
	font-weight: 500;
	margin-bottom: 0;
}

.product-card__left .h4 {
	font-size: 0.92308rem;
	font-weight: 500;
	text-transform: uppercase;
	margin-bottom: 0;
	line-height: 1.07692rem;
	color: #5a5a5a;
}

@media only screen and (min-width: 1024px) {
	.product-card__left .h4 {
		max-height: 13px;
	}
}

@media only screen and (min-width: 1024px) {
	.product-card__right {
		display: -webkit-box;
		display: flex;
		-moz-flex: 0 35%;
		-webkit-box-flex: 0;
		flex: 0 35%;
		-ms-justify-content: space-between;
		-webkit-box-pack: justify;
		justify-content: space-between;
		-moz-flex-direction: column;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		flex-direction: column;
		-moz-align-items: flex-end;
		-ms-align-items: flex-end;
		-o-align-items: flex-end;
		-webkit-box-align: end;
		align-items: flex-end;
	}
}

.product-card__price {
	font-size: 1rem;
	font-weight: 500;
	text-align: left;
	margin-top: 5px;
}

@media only screen and (min-width: 1024px) {
	.product-card__price {
		text-align: right;
		margin-top: 0;
	}
}

.product-card__sizes {
	display: none;
	line-height: 1.07692rem;
	max-height: 14px;
	max-width: 100%;
}

.product-card__size {
	font-size: 0.92308rem;
	font-weight: 300;
	margin-right: 10px;
	text-transform: uppercase;
}

.product-card__wishlist {
	display: -webkit-box;
	display: flex;
	cursor: pointer;
	position: absolute;
	top: 0;
	right: 0;
}

@media only screen and (min-width: 1024px) {
	.product-card__wishlist {
		position: relative;
	}
}

.product-card__wishlist.is-active {
	fill: #E42401;
}

.product-card__wishlist svg {
	width: 15px;
	height: 15px;
}

.product-card--featured {
	display: block;
	width: 100%;
	padding: 0;
	margin-bottom: 20px;
}

.product-card--featured .h4 {
	font-size: 0.92308rem;
	font-weight: 500;
	margin: 10px 0 0 0;
	margin-bottom: 0;
	text-transform: uppercase;
	color: #EF8E48;
}

.product-card--featured h4.h3,
.product-card--featured .h3.h4 {
	font-size: 1rem;
	font-weight: 500;
	margin: 5px 0 0 0;
	text-transform: uppercase;
}

.product-card--featured .was_price {
	padding: 0 10px;
}

.product-card--featured:hover .h4 {
	display: block;
}

.product-card--featured:hover .product-card__sizes {
	display: none;
}

.product-card--featured .product-card__season {
	text-align: center;
}

.product-card--featured .product-card__price {
	margin-top: 5px;
	text-align: center;
}

.header {
	background-color: #FFF;
	font-size: 1.07692rem;
	height: 64px;
	letter-spacing: 0.7px;
	margin: 0 auto;
	padding-top: 0;
	position: fixed;
	text-align: center;
	width: 100%;
	z-index: 9999;
}

@media only screen and (min-width: 1024px) {
	.header {
		height: auto;
		left: 50%;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
		padding-top: 20px;
		position: absolute;
		max-width: 1920px;
		width: 100%;
	}
}

.header--fixed {
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	position: fixed;
}

.logo {
	height: 60px;
	margin: 0px auto 0 auto;
	-webkit-transition: all 0.35s cubic-bezier(0.29, 0.63, 0.44, 1);
	transition: all 0.35s cubic-bezier(0.29, 0.63, 0.44, 1);
}

@media only screen and (max-width: 1023px) {
	.logo {
		padding-top: 5px;
	}
}

.logo__link svg {
	height: 100%;
}

.logo__link svg .st0 {
	fill: #F08B43;
}

.logo__link svg .st1 {
	fill-rule: evenodd;
	clip-rule: evenodd;
	fill: #858387;
}

@media only screen and (min-width: 1024px) {
	.logo {
		height: 88px;
	}
}

.logo img {
	height: 100%;
}

.minicart__count {
	position: absolute;
	width: 12px;
	display: inline-block;
	text-align: center;
	font-size: 0.84615rem;
	top: -1px;
	letter-spacing: normal;
	left: 1px;
}

.search-link {
	display: none;
}

@media only screen and (min-width: 1024px) {
	.search-link {
		color: #707070;
		display: block;
		left: 60px;
		position: absolute;
		text-transform: uppercase;
		top: 40px;
		cursor: pointer;
	}
}

.message {
	width: 100%;
	background-color: #707070;
	color: #FFF;
	font-size: 0.84615rem;
	height: 15px;
	line-height: 17px;
	text-transform: uppercase;
	position: absolute;
	top: 0;
	letter-spacing: 0px;
	/*@include media-query($smedium-up) {
    position: relative;
    bottom: auto;
    height: 22px;
    letter-spacing: 2px;
    line-height: 22px;
  } */
}

.menu-utility {
	display: none;
}

@media only screen and (min-width: 1024px) {
	.menu-utility {
		display: -webkit-box;
		display: flex;
		color: #707070;
		list-style: none;
		position: absolute;
		right: 60px;
		text-transform: uppercase;
		top: 40px;
		width: auto;
	}
}

.menu-utility__item {
	display: block;
	height: 20px;
	line-height: 20px;
	padding: 0 15px;
}

.menu-utility__item a {
	color: #707070;
	position: relative;
}

.menu-utility__item--cart {
	position: relative;
	line-height: 25px;
	top: -3px;
}

.menu-utility__item--wishlist {
	line-height: 25px;
}

.menu-utility__item .large-screen {
	display: none;
}

@media only screen and (min-width: 1441px) {
	.menu-utility__item .large-screen {
		display: -webkit-box;
		display: flex;
	}
}

.menu-utility__item .medium-screen {
	display: none;
}

@media only screen and (max-width: 1440px) {
	.menu-utility__item .medium-screen {
		display: -webkit-box;
		display: flex;
	}
}

.menu-utility__item .medium-screen .customer-icon {
	display: none;
}

.menu-utility__item .medium-screen .customer-icon svg {
	height: 15px;
	width: 15px;
	fill: #707070;
}

@media only screen and (max-width: 1440px) {
	.menu-utility__item .medium-screen .customer-icon {
		display: -webkit-box;
		display: flex;
	}
}

.menu-utility .heart-svg {
	display: inline-block;
	width: 15px;
	height: 15px;
}

.menu-utility .cart-svg {
	display: inline-block;
	width: 12px;
	height: 15px;
}

/**********************************************************************/
/** MENU DESKTOP **/
/**********************************************************************/
.menu {
	display: none;
}

@media only screen and (min-width: 1024px) {
	.menu {
		display: block;
		margin: 20px 0 20px 0;
		position: relative;
		text-align: center;
		text-transform: uppercase;
		-webkit-transition: all 0.35s cubic-bezier(0.29, 0.63, 0.44, 1);
		transition: all 0.35s cubic-bezier(0.29, 0.63, 0.44, 1);
	}
}

.menu__image-1 {
	margin-left: 50px;
}

.menu__1l-item {
	display: inline-block;
	padding: 0 1vw;
	font-weight: 500;
}

.menu__1l-link--active {
	color: #EF8E48;
}

.menu__megamenu {
	background-color: #fff;
	height: auto;
	left: 0;
	margin: 0;
	opacity: 0;
	padding: 20px 0 0 0;
	position: absolute;
	text-align: center;
	top: 40px;
	visibility: hidden;
	width: 100%;
	z-index: 4444;
	height: 500px;
	display: -webkit-box;
	display: flex;
	overflow: hidden;
	max-width: 1920px;
}

.menu__megamenu--active {
	opacity: 1;
	visibility: visible;
	border-top: 1px solid #F0F0F0;
}

.menu__megamenu .image-element__wrap img {
	width: 360px;
	height: 360px;
}

.menu__megamenu .menu__2l-1 {
	letter-spacing: normal;
	text-align: left;
	text-transform: none;
}

.menu__megamenu .menu__2l-1-container {
	width: 100%;
	display: -webkit-box;
	display: flex;
	max-height: 360px;
	overflow: hidden;
}

.menu__megamenu .menu__2l-2-container {
	width: 100%;
	display: -webkit-box;
	display: flex;
	max-height: 360px;
	overflow: hidden;
}

.menu__megamenu .menu__2l-item {
	width: 100%;
	margin-right: 20px;
}

.menu__megamenu .menu__2l-2 {
	letter-spacing: normal;
	text-align: left;
	text-transform: none;
}

.menu__megamenu-wrap {
	display: -webkit-box;
	display: flex;
	max-width: 1200px;
	margin: 0 auto;
	width: 100%;
	overflow: hidden;
}

.menu__2l {
	display: -webkit-box;
	display: flex;
	letter-spacing: normal;
	text-transform: none;
	margin: 0 auto;
	text-align: left;
	width: 100%;
	-moz-flex: 1;
	-webkit-box-flex: 1;
	flex: 1;
}

.menu__2l-item {
	width: 20%;
}

.menu__2l-link {
	color: #000;
	display: inline-block;
	height: 30px;
	line-height: 30px;
	font-weight: 500;
	font-size: 1rem;
}

.menu__2l-container {
	width: 100%;
	display: -webkit-box;
	display: flex;
}

.menu__3l-link {
	color: #707070;
	display: inline-block;
	height: 28px;
	line-height: 28px;
	font-size: 0.92308rem;
	font-weight: 400;
}

/**********************************************************************/
/** MENU MOBILE **/
/**********************************************************************/
.menu-xs-btn {
	display: none;
}

@media only screen and (max-width: 1023px) {
	.menu-xs-btn {
		position: absolute;
		top: 25px;
		left: 20px;
		display: inline-block;
		cursor: pointer;
	}
}

.menu-xs-btn__bar {
	width: 16px;
	height: 1px;
	background-color: #707070;
	margin: 4px 0;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.menu-xs-btn--close .menu-xs-btn__bar:nth-child(1) {
	-webkit-transform: rotate(-45deg) translate(-9px, 6px);
	transform: rotate(-45deg) translate(-9px, 6px);
}

.menu-xs-btn--close .menu-xs-btn__bar:nth-child(2) {
	opacity: 0;
}

.menu-xs-btn--close .menu-xs-btn__bar:nth-child(3) {
	-webkit-transform: rotate(45deg) translate(-8px, -8px);
	transform: rotate(45deg) translate(-8px, -8px);
}

.menu-xs-user {
	display: none;
}

@media only screen and (max-width: 1023px) {
	.menu-xs-user {
		display: inline-block;
		position: absolute;
		top: 30px;
		right: 60px;
		cursor: pointer;
	}
}

.menu-xs-user .customer-icon {
	width: 17px;
	height: 14px;
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	stroke: #fff;
}

.menu-xs-cart {
	display: none;
}

@media only screen and (max-width: 1023px) {
	.menu-xs-cart {
		position: absolute;
		top: 25px;
		right: 20px;
		display: inline-block;
		cursor: pointer;
	}

	.menu-xs-cart a {
		display: -webkit-box;
		display: flex;
		-moz-align-items: center;
		-ms-align-items: center;
		-o-align-items: center;
		-webkit-box-align: center;
		align-items: center;
	}

	.menu-xs-cart svg {
		width: 14px;
		height: 17px;
	}

	.menu-xs-cart .menu-xs-cart__count {
		position: absolute;
		width: 12px;
		display: inline-block;
		text-align: center;
		font-size: 0.7692307692rem;
		top: 4px;
		left: 1px;
		color: #707070;
		line-height: 15px;
	}
}

@media only screen and (max-width: 1023px) and (max-width: 1023px) {
	.menu-xs-cart .menu-xs-cart__count {
		left: 1px;
	}
}

/** MENU MOBILE PUSH EFFECT **/
.st-content {
	overflow-y: scroll;
	height: 100%;
}

.st-pusher {
	left: 0;
	z-index: 99;
	height: 100%;
	-webkit-transition: -webkit-transform 0.5s;
	transition: -webkit-transform 0.5s;
	transition: transform 0.5s;
	transition: transform 0.5s, -webkit-transform 0.5s;
}

@supports (-webkit-touch-callout: none) {

	/* CSS specific to iOS devices */
	.menu-xs-open .st-pusher {
		height: -webkit-fill-available;
	}
}

@supports not (-webkit-touch-callout: none) {

	/* CSS for other than iOS devices */
	.st-container {
		position: relative;
		overflow: hidden;
		height: 100%;
	}
}

.st-pusher::after {
	position: absolute;
	top: 0;
	right: 0;
	width: 0;
	height: 0;
	background: rgba(0, 0, 0, 0.2);
	content: '';
	opacity: 0;
	-webkit-transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
	transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
	z-index: 66666;
}

.menu-xs {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 111111;
	visibility: hidden;
	width: 70%;
	height: calc(100% - 40px);
	background: #fff;
	-webkit-transition: transform 0.5s;
	-webkit-transition: -webkit-transform 0.5s;
	transition: -webkit-transform 0.5s;
	transition: transform 0.5s;
	transition: transform 0.5s, -webkit-transform 0.5s;
	-webkit-transform: translate3d(-100%, 0, 0);
	transform: translate3d(-100%, 0, 0);
}

.menu-xs::after {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.2);
	content: '';
	opacity: 1;
	-webkit-transition: opacity 0.5s;
	transition: opacity 0.5s;
}

.menu-xs-open .menu-xs::after {
	width: 0;
	height: 0;
	opacity: 0;
	-webkit-transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
	transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
}

.menu-xs-open .st-pusher {
	-webkit-transform: translate3d(70%, 0, 0);
	transform: translate3d(70%, 0, 0);
	left: 0;
}

.menu-xs-open .st-pusher::after {
	width: 100%;
	height: 100%;
	opacity: 1;
	-webkit-transition: opacity 0.5s;
	transition: opacity 0.5s;
}

.menu-xs-open .menu-xs {
	visibility: visible;
	-webkit-transition: -webkit-transform 0.5s;
	transition: -webkit-transform 0.5s;
	transition: transform 0.5s;
	transition: transform 0.5s, -webkit-transform 0.5s;
}

.menu-xs::after {
	display: none;
}

/* NAV XS STYLES */
.menu-xs__close {
	color: #707070;
	display: inline-block;
	padding: 3vh 8vw;
}

.menu-xs__close .close-svg {
	height: 13px;
	width: 13px;
	fill: #EF8E48;
}

.menu-xs__1l {
	line-height: 3em;
	letter-spacing: 1.5px;
	padding: 3vh 10vw 60vw 8vw;
	text-transform: uppercase;
	font-weight: 500;
}

.menu-xs__1l>li {
	font-size: 1.23077rem;
	padding-bottom: 10px;
}

.menu-xs__1l-item--active>.menu-xs__link {
	color: #000;
}

.menu-xs__1l-item--active>.menu-xs__link::before {
	content: "\02039";
	font-size: 2.30769rem;
	font-weight: 300;
	vertical-align: bottom;
}

.menu-xs__1l-utility {
	text-transform: none;
	margin-top: 5vh;
	position: absolute;
	bottom: 60px;
}

.menu-xs__1l-utility>li {
	font-size: 1.23077rem;
	letter-spacing: 0;
}

.menu-xs__1l-utility>li a {
	color: #707070;
	font-weight: 300;
}

.menu-xs__1l-utility .heart-svg {
	display: inline-block;
	width: 14px;
	height: 13px;
}

.menu-xs__1l-utility .cart-svg {
	display: inline-block;
	width: 12px;
	height: 15px;
}

@media only screen and (min-width: 1024px) {
	.menu-xs__1l {
		display: none;
	}
}

.menu-xs__2l {
	display: none;
	text-transform: none;
	letter-spacing: normal;
	font-weight: 400;
}

.menu-xs__2l--active {
	display: block;
}

.menu-xs__2l-item--active>.menu-xs__link {
	color: #000;
	font-weight: 500;
}

.menu-xs__2l-item--active>.menu-xs__link::before {
	content: "\02039";
	font-size: 2.30769rem;
	font-weight: 300;
	vertical-align: bottom;
}

.menu-xs__3l {
	display: none;
	height: auto;
	letter-spacing: normal;
	max-height: 60vh;
	overflow-y: scroll;
	text-transform: none;
	-webkit-overflow-scrolling: touch;
	font-weight: 300;
	/*
  &::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 1px;
  }

  &::-webkit-scrollbar-track {
    background-color: $theme-color-light-2;
  }

  &::-webkit-scrollbar-thumb {
    background-color: $theme-color-black;
  }
  */
}

.menu-xs__3l-item a {
	color: #707070;
	font-weight: 300;
}

.menu-xs__3l--active {
	display: block;
}

.menu-xs__3l--active>.menu-xs__link {
	color: #707070;
}

/* COUNTRY SWITCHER */
.country-switcher {
	display: -webkit-box;
	display: flex;
	-webkit-align-self: center;
	align-self: center;
	-ms-justify-content: flex-start;
	-webkit-box-pack: start;
	justify-content: flex-start;
	text-transform: capitalize;
	position: relative;
	font-weight: 400;
	height: 100%;
}

.country-switcher__value {
	cursor: pointer;
	text-decoration: underline;
	text-transform: uppercase;
}

.country-switcher__select {
	color: transparent;
	cursor: pointer;
	height: auto;
	margin: 0;
	min-height: auto;
	opacity: 0 !important;
	position: absolute;
	padding: 0;
	height: 100%;
}

.country-switcher__select:focus,
.country-switcher__select:active {
	border: none;
}

.cms-title {
	margin-bottom: 4em;
}

.cms-title h1,
.cms-title .h1 {
	margin: 0;
}

.cms-content {
	text-align: justify;
	font-size: 1.07692rem;
}

.cms-content h1,
.cms-content .h1,
.cms-content h2,
.cms-content .h2,
.cms-content h3,
.cms-content .h3,
.cms-content h4,
.cms-content .h4,
.cms-content h5,
.cms-content .h5,
.cms-content h6,
.cms-content .h6 {
	margin: 3em 0 0.5em;
	padding: 0;
	font-size: 1.23077rem;
	font-weight: 500;
	text-transform: uppercase;
}

.cms-content p {
	font-size: 1.07692rem;
}

.cms-content a {
	text-decoration: underline;
}

.page-contact .contact-form--bordered {
	border: 1px solid #F0F0F0;
	padding: 2em;
	max-width: 644px;
	margin: 3em auto 6em;
}

.page-contact .contact-form--bordered h2,
.page-contact .contact-form--bordered .h2 {
	margin: 0 0 2em;
}

.page-contact .contact-form__field {
	margin-bottom: 2em;
}

.page-contact .contact-form__field input,
.page-contact .contact-form__field textarea {
	text-align: center;
	color: #B1B1B1;
}

.page-contact .contact-form__field input::-webkit-input-placeholder,
.page-contact .contact-form__field textarea::-webkit-input-placeholder {
	text-transform: none;
	color: #B1B1B1;
}

.page-contact .contact-form__field input::-moz-placeholder,
.page-contact .contact-form__field textarea::-moz-placeholder {
	text-transform: none;
	color: #B1B1B1;
}

.page-contact .contact-form__field input:-ms-input-placeholder,
.page-contact .contact-form__field textarea:-ms-input-placeholder {
	text-transform: none;
	color: #B1B1B1;
}

.page-contact .contact-form__field input::-ms-input-placeholder,
.page-contact .contact-form__field textarea::-ms-input-placeholder {
	text-transform: none;
	color: #B1B1B1;
}

.page-contact .contact-form__field input::placeholder,
.page-contact .contact-form__field textarea::placeholder {
	text-transform: none;
	color: #B1B1B1;
}

.page-contact .contact-form .btn,
.page-contact .contact-form .shopify-payment-button .shopify-payment-button__button--unbranded,
.shopify-payment-button .page-contact .contact-form .shopify-payment-button__button--unbranded {
	width: 303px;
	max-width: 100%;
}

.page-contact .contact-form #ContactFormMessage {
	width: 100% !important;
	min-height: 100px;
	max-height: 200px;
}

.error-404 .main-content {
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: center;
	justify-content: center;
	margin-top: 0;
}

.page-not-found {
	align-self: center;
	text-align: center;
	width: 100%;
	max-width: 480px;
	padding: 4em;
	border: solid 1px #F0F0F0;
}

.page-not-found h1,
.page-not-found .h1 {
	font-size: 1.69231rem;
	font-weight: bold;
}

.page-not-found p {
	font-size: 1.23077rem;
	margin: 0;
}

.page-not-found p~p {
	margin-top: 1em;
}

.page-not-found a {
	text-decoration: underline;
}

#returnDiv {
	font-family: "Suit", sans-serif !important;
}

#returnDiv #currentStepTitle {
	color: #000;
}

#returnDiv #trackingButton {
	height: auto;
	background-color: #000;
	border-radius: 0;
}

#returnDiv .inputElement {
	color: #000;
	border-radius: 0;
}

#returnDiv .inputElement:focus {
	border-color: #000;
}

#shopify-section-newsletter-modal {
	position: absolute;
	z-index: 10001;
}

.modal {
	display: none;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	position: fixed;
	z-index: 10001;
}

.modal--visible {
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	align-items: center;
}

.modal__wrapper {
	width: 85%;
	max-width: 934px;
	background: #F0F0F0;
	position: relative;
	max-height: 80vh;
	overflow: auto;
}

@media only screen and (max-width: 1023px) {
	.modal__wrapper {
		max-width: 600px;
	}
}

.modal__column-media {
	display: none;
}

.modal__column-content {
	text-align: center;
	padding: 2em;
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: center;
	justify-content: center;
	flex-wrap: wrap;
}

@media only screen and (max-width: 1023px) {
	.modal__column-content {
		padding: 40px 40px 60px 40px;
	}
}

.modal__column-content-centered {
	align-self: center;
}

.modal__close {
	display: block;
	padding: 0;
	background: none;
	text-transform: lowercase;
	margin: 1em auto;
}

.modal__close svg {
	fill: #000;
	width: 15px;
	height: 15px;
}

.modal__title {
	text-transform: uppercase;
	font-size: 1.38462rem;
	letter-spacing: 3.5px;
	padding: 0;
	margin: 0 0 1em;
	font-weight: 400;
}

.modal__description {
	margin: 0;
	font-size: 0.92308rem;
	line-height: 1.07692rem;
	font-weight: 300;
}

.modal--newsletter__privacy {
	margin-top: 1em;
}

.modal--newsletter__button {
	background-color: #FFF;
}

@media only screen and (max-width: 1023px) {
	.modal--newsletter .modal__title {
		letter-spacing: 1px solid;
		font-weight: 500;
		font-size: 1.07692rem;
	}
}

.modal--newsletter .modal__close {
	margin: 0 auto 1em;
	position: absolute;
	top: 2em;
}

@media only screen and (max-width: 1023px) {
	.modal--newsletter .modal__close {
		position: relative;
		top: 0;
	}
}

.modal--newsletter .gender ul {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: center;
	justify-content: center;
}

.modal--newsletter .newsletter__title {
	display: none;
}

.modal--newsletter input[type="submit"] {
	background-color: #EF8E48 !important;
	color: #FFF !important;
	border-color: #EF8E48 !important;
	margin: 0 auto !important;
	max-width: 200px;
	width: 100%;
}

.modal--newsletter input[type=email] {
	border-bottom: 1px solid #EF8E48 !important;
}

.modal--newsletter .newsletter {
	margin-bottom: 0;
}

.modal--newsletter .newsletter form {
	margin-top: 3em;
}

.modal--newsletter .newsletter form button {
	margin-top: 1em;
}

.modal--newsletter .newsletter form a {
	text-decoration: underline;
}

.modal--newsletter .newsletter form .inline_error {
	text-align: center;
}

.modal--shipping .modal__wrapper {
	background: #FFF;
	display: block;
	padding: 20px;
}

.modal--shipping .modal__title {
	text-align: center;
}

.modal--shipping .modal__content {
	text-align: center;
}

.modal--shipping .modal__close {
	top: 10px;
	right: 20px;
	left: auto;
}

.modal--size .modal__wrapper {
	background: #FFF;
	display: block;
	padding: 20px;
}

.modal--size .modal__title {
	text-align: center;
}

.modal--size .modal__content {
	text-align: center;
}

.modal--size .modal__close {
	top: 10px;
	right: 20px;
	left: auto;
}

.modal--messages .modal__wrapper {
	background: #FFF;
	display: block;
	padding: 2em 2em 4em;
	text-align: center;
	max-width: 500px;
}

.modal--messages .modal__title h4,
.modal--messages .modal__title .h4 {
	font-size: 1.2em;
	text-transform: uppercase;
}

.modal--back-in-stock .modal__close {
	position: static;
	margin: 1em auto;
}

.modal--back-in-stock .modal__wrapper {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column;
	padding: 2em;
	text-align: center;
	width: 500px;
}

@media only screen and (max-width: 1023px) {
	.modal--back-in-stock .modal__wrapper {
		max-width: 85%;
	}
}

@media screen and (min-width: 1024px) {
	.modal__wrapper {
		display: -webkit-box;
		display: flex;
	}

	.modal__column {
		-webkit-box-flex: 0;
		flex: 0 0 50%;
	}

	.modal__column-media {
		display: block;
	}

	.modal__column-content {
		padding: 4em 4em 2em;
	}

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

.template-password {
	overflow: hidden;
}

.password-page {
	height: 100vh;
}

.password-page [type=checkbox]:checked+label:before,
.password-page [type=checkbox]:not(:checked)+label:before,
.password-page [type=radio]:not(:checked)+label:before {
	width: 13px;
	height: 13px;
}

.password-page [type=checkbox]:checked+label:after,
.password-page [type=checkbox]:not(:checked)+label:after,
.password-page [type=radio]:checked+label:after {
	width: 13px;
	height: 13px;
	background: #3E3E3E;
}

.password-page .loop {
	position: fixed;
	margin: 0;
}

.password-page .loop-1 {
	top: 0;
}

.password-page .loop-2 {
	bottom: 0;
}

.password-page .loop__text {
	font-size: 1.38462rem;
}

@media only screen and (max-width: 1023px) {
	.password-page .loop__text {
		font-size: 1.23077rem;
	}
}

.password-page .loop__text.cloned {
	margin-right: 50px;
}

.password-page .loop__text span {
	margin-right: 50px;
	font-weight: 400;
}

.password-page__content {
	height: 100%;
}

.password-page__form {
	display: -webkit-box;
	display: flex;
	-moz-align-items: center;
	-ms-align-items: center;
	-o-align-items: center;
	-webkit-box-align: center;
	align-items: center;
	-ms-justify-content: center;
	-webkit-box-pack: center;
	justify-content: center;
	-moz-flex-direction: column;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column;
	height: 100%;
}

@media only screen and (max-width: 1023px) {
	.password-page__form {
		padding: 0 20px;
	}
}

.password-page__form .newsletter input[type="email"] {
	border: 1px solid #FFF;
	color: #3E3E3E;
	letter-spacing: 1.4px;
	font-size: 1.07692rem;
	padding: 0 10px;
	min-width: 360px;
}

@media only screen and (min-width: 1024px) {
	.password-page__form .newsletter input[type="email"] {
		border-right: 0;
	}
}

.password-page__form .newsletter input[type="email"]::-webkit-input-placeholder {
	color: #3E3E3E;
}

.password-page__form .newsletter input[type="email"]::-moz-placeholder {
	color: #3E3E3E;
}

.password-page__form .newsletter input[type="email"]:-ms-input-placeholder {
	color: #3E3E3E;
}

.password-page__form .newsletter input[type="email"]::-ms-input-placeholder {
	color: #3E3E3E;
}

.password-page__form .newsletter input[type="email"]::placeholder {
	color: #3E3E3E;
}

.password-page__form .newsletter input[type="submit"] {
	background-color: #EF8E48 !important;
	color: #FFF !important;
	letter-spacing: 1.4px;
	font-weight: 600;
	border: none !important;
}

.password-page__form .newsletter .response {
	font-size: 1.07692rem;
	font-weight: 300;
	margin: 10px 0;
	text-transform: none;
}

@media only screen and (min-width: 768px) {
	.password-page__form .newsletter .response {
		font-size: 1.38462rem;
	}
}

.password-page__form .newsletter .mc-field-group.email {
	display: -webkit-box;
	display: flex;
	-moz-flex-direction: column;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column;
}

.password-page__form .newsletter .mc-field-group.email .email-input {
	display: -webkit-box;
	display: flex;
	margin-bottom: 10px;
}

@media only screen and (max-width: 1023px) {
	.password-page__form .newsletter .mc-field-group.email .email-input {
		-moz-flex-direction: column;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		flex-direction: column;
	}

	.password-page__form .newsletter .mc-field-group.email .email-input .newsletter__email {
		margin-bottom: 10px;
	}

	.password-page__form .newsletter .mc-field-group.email .email-input input {
		min-width: 100%;
	}
}

@media only screen and (max-width: 1023px) {
	.password-page__form .newsletter .mc-field-group.email .email-input .contact_email {
		margin-bottom: 10px;
		min-width: 100%;
	}
}

.password-page__form .newsletter .mc-field-group.email a {
	text-decoration: underline;
}

.password-page__form .newsletter .mc-field-group.email .checkbox {
	text-align: left;
}

.password-page__form .newsletter .mc-field-group.gender {
	font-size: 1.07692rem;
	text-transform: uppercase;
	margin-bottom: 10px;
}

.password-page__form .newsletter .mc-field-group.gender label {
	letter-spacing: 1.4px;
}

.password-page__form .newsletter .mc-field-group.gdprRequired {
	text-align: left;
	font-size: 0.84615rem;
	border: none;
	padding-left: 0;
	margin-left: 0;
}

.password-page__form .newsletter .message {
	position: relative;
}

.password-page__logo {
	margin-bottom: 30px;
}

@media only screen and (max-width: 1023px) {
	.password-page__logo {
		margin-bottom: 15px;
	}
}

@media only screen and (max-width: 1023px) {
	.password-page__logo svg {
		width: 70px;
	}
}

.password-page__logo svg .a {
	fill: #FFF;
}

.password-page__logo svg .b {
	fill: #EF8E48;
}

.password-page__text {
	text-align: center;
	max-width: 500px;
}

@media only screen and (max-width: 1023px) {
	.password-page__text {
		max-width: 85%;
	}
}

.password-page h1,
.password-page .h1 {
	font-size: 1.07692rem;
	line-height: 1.23077rem;
	color: #FFF;
	text-transform: uppercase;
	letter-spacing: 1.4px;
}

@media only screen and (max-width: 1023px) {

	.password-page h1,
	.password-page .h1 {
		margin-bottom: 10px;
	}
}

.password-page h2,
.password-page .h2 {
	font-size: 1.07692rem;
	line-height: 1.23077rem;
	color: #F0F0F0;
	text-transform: unset;
	letter-spacing: 1.4px;
}

@media only screen and (max-width: 1023px) {

	.password-page h2,
	.password-page .h2 {
		margin-bottom: 10px;
	}
}

.password-page h3,
.password-page .h3 {
	font-size: 1.07692rem;
	line-height: 1.23077rem;
	color: #FFF;
	text-transform: uppercase;
	margin-bottom: 20px;
	letter-spacing: 1.4px;
}

@media only screen and (max-width: 1023px) {

	.password-page h3,
	.password-page .h3 {
		margin-bottom: 10px;
	}
}

.section__split-block {
	--background-color: #ffffff;
	--foreground-color: #292929;
	--padding-bottom-mb: 22px;
	--padding-bottom: 62px;
	background-color: var(--background-color);
	color: var(--foreground-color);
	display: -webkit-box;
	display: flex;
	-moz-flex-direction: column;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column;
	width: 100%;
	padding: 19px 0 var(--padding-bottom-mb) 0px;
	margin-top: 0;
}

@media only screen and (min-width: 1024px) {
	.section__split-block {
		-moz-flex-direction: row;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		flex-direction: row;
		padding: 0 48px;
		margin-top: 0;
		padding-bottom: var(--padding-bottom);
	}
}

.section__split-block .content__split-block {
	padding: 0px 14px 0 14px;
}

@media only screen and (min-width: 1024px) {
	.section__split-block .content__split-block {
		padding: 25px 48px 48px 48px;
		width: 50%;
	}
}

.section__split-block .content__split-block .img-container {
	aspect-ratio: 1;
	overflow: hidden;
	width: 100%;
	height: 100%;
}

.section__split-block .content__split-block img.img__split-block {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.section__split-block .content__split-block a.link__split-block {
	text-transform: uppercase;
	text-decoration: underline;
	font-size: 14px;
	font-family: 'Hind Guntur';
	padding-top: 4px;
	color: var(--foreground-color);
	height: 27px;
	display: -webkit-box;
	display: flex;
	-ms-justify-content: center;
	-webkit-box-pack: center;
	justify-content: center;
}

@media only screen and (min-width: 1024px) {
	.section__split-block .content__split-block a.link__split-block {
		font-size: 20px;
		padding-top: 20px;
		line-height: 20px;
		height: 37px;
	}
}

.section__split-block .content__split-block a.link__split-block.align-left {
	-webkit-box-pack: left;
	justify-content: left;
}

.section__split-block .content__split-block a.link__split-block.align-right {
	-webkit-box-pack: right;
	justify-content: right;
}

.section__split-block .content__split-block a.link__split-block.text-nounderline {
	text-decoration: none;
}

.title__four-banner {
	--background-color: #ffffff;
	--foreground-color: #292929;
	background-color: var(--background-color);
	color: var(--foreground-color);
	font-size: 20px;
	font-family: 'Hind Guntur';
	text-transform: uppercase;
	line-height: 20px;
	height: 37px;
	margin-top: 0;
	margin-bottom: 4px;
	padding-left: 14px;
	letter-spacing: 0.34px;
}

@media only screen and (min-width: 1024px) {
	.title__four-banner {
		padding-left: 98px;
		letter-spacing: 0.84px;
	}
}

.section__four-banner {
	--background-color: #ffffff;
	--foreground-color: #292929;
	--padding-bottom-mb: 17px;
	--padding-bottom: 70px;
	background-color: var(--background-color);
	color: var(--foreground-color);
	display: -webkit-box;
	display: flex;
	-moz-flex-direction: row;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	flex-direction: row;
	flex-wrap: wrap;
	width: 100%;
	padding: 0 9px 0px 9px;
	margin-top: 0;
	padding-bottom: var(--padding-bottom-mb);
}

@media only screen and (min-width: 1024px) {
	.section__four-banner {
		-moz-flex-direction: row;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		flex-direction: row;
		padding: 0 81px;
		margin-top: 0;
		padding-bottom: var(--padding-bottom);
	}
}

.section__four-banner .content__four-banner {
	padding: 0px 5px 30px 5px;
	max-width: 50%;
}

@media only screen and (min-width: 1024px) {
	.section__four-banner .content__four-banner {
		padding: 0px 15px 48px 15px;
		width: 25%;
	}
}

.section__four-banner .content__four-banner .img-container {
	aspect-ratio: 3/4;
	overflow: hidden;
	width: 100%;
	height: 100%;
}

.section__four-banner .content__four-banner img.img__four-banner {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.section__four-banner .content__four-banner a.link__four-banner {
	text-transform: uppercase;
	text-decoration: underline;
	font-family: 'Hind Guntur';
	font-size: 14px;
	padding-top: 4px;
	line-height: 20px;
	height: 27px;
	color: var(--foreground-color);
	display: -webkit-box;
	display: flex;
	-ms-justify-content: left;
	-webkit-box-pack: left;
	justify-content: left;
}

@media only screen and (min-width: 1024px) {
	.section__four-banner .content__four-banner a.link__four-banner {
		font-size: 20px;
		padding-top: 20px;
		height: 37px;
	}
}

.section__four-banner .content__four-banner a.link__four-banner.align-left {
	-webkit-box-pack: left;
	justify-content: left;
}

.section__four-banner .content__four-banner a.link__four-banner.align-right {
	-webkit-box-pack: right;
	justify-content: right;
}

.section__four-banner .content__four-banner a.link__four-banner.align-center {
	-webkit-box-pack: center;
	justify-content: center;
}

.section__four-banner .content__four-banner a.link__four-banner.text-nounderline {
	text-decoration: none;
}

.section__splitblock-brand {
	position: relative;
	--padding-bottom-mb: 31px;
	--padding-bottom: 85px;
}

.section__splitblock-brand .content__splitblock-brand {
	display: -webkit-box;
	display: flex;
	margin-top: 0;
	padding-bottom: var(--padding-bottom-mb);
}

@media only screen and (min-width: 1024px) {
	.section__splitblock-brand .content__splitblock-brand {
		margin-top: 70px;
		margin-top: 0;
		padding-bottom: var(--padding-bottom);
	}
}

.section__splitblock-brand .content__splitblock-brand .text-wrapper__splitblock-brand {
	color: white;
	display: -webkit-box;
	display: flex;
	-moz-flex-direction: column;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column;
	-ms-justify-content: space-between;
	-webkit-box-pack: justify;
	justify-content: space-between;
}

.section__splitblock-brand .content__splitblock-brand .text-wrapper__splitblock-brand.title-left {
	position: absolute;
	bottom: 10px;
	left: 14px;
	right: unset;
	padding: 0;
	height: 50%;
	color: white;
}

@media only screen and (min-width: 1024px) {
	.section__splitblock-brand .content__splitblock-brand .text-wrapper__splitblock-brand.title-left {
		left: 98px;
		bottom: 47px;
	}
}

.section__splitblock-brand .content__splitblock-brand .text-wrapper__splitblock-brand.title-right {
	position: absolute;
	bottom: 10px;
	right: 14px;
	left: unset;
	padding: 0;
	height: 50%;
	color: white;
}

@media only screen and (min-width: 1024px) {
	.section__splitblock-brand .content__splitblock-brand .text-wrapper__splitblock-brand.title-right {
		right: 98px;
		bottom: 47px;
	}
}

.section__splitblock-brand .content__splitblock-brand .text-wrapper__splitblock-brand.vertical-upper {
	height: 85%;
}

@media only screen and (min-width: 1024px) {
	.section__splitblock-brand .content__splitblock-brand .text-wrapper__splitblock-brand.vertical-upper {
		bottom: 47px;
	}
}

.section__splitblock-brand .content__splitblock-brand .text-wrapper__splitblock-brand.vertical-bottom {
	height: 90px;
}

@media only screen and (min-width: 1024px) {
	.section__splitblock-brand .content__splitblock-brand .text-wrapper__splitblock-brand.vertical-bottom {
		bottom: 47px;
		height: 21%;
	}
}

.section__splitblock-brand .content__splitblock-brand .text-wrapper__splitblock-brand .title__splitblock-brand {
	color: white;
	font-family: 'Hind Guntur';
	font-size: 24px;
	letter-spacing: 0.58px;
	line-height: 25px;
	height: 71px;
	max-width: 94px;
	display: block;
}

@media only screen and (min-width: 1024px) {
	.section__splitblock-brand .content__splitblock-brand .text-wrapper__splitblock-brand .title__splitblock-brand {
		font-size: 45px;
		height: 121px;
		max-width: 175px;
		line-height: 45px;
		letter-spacing: 0.96px;
	}
}

.section__splitblock-brand .content__splitblock-brand .text-wrapper__splitblock-brand .title__splitblock-brand.text-darker {
	color: black !important;
}

.section__splitblock-brand .content__splitblock-brand .text-wrapper__splitblock-brand .link__splitblock-brand {
	font-size: 14px;
	font-family: 'Hind Guntur';
	height: 27px;
	line-height: 11px;
	letter-spacing: 0.34px;
	color: white;
	text-decoration: underline;
	text-transform: uppercase;
	position: absolute;
	bottom: -10px;
}

@media only screen and (min-width: 1024px) {
	.section__splitblock-brand .content__splitblock-brand .text-wrapper__splitblock-brand .link__splitblock-brand {
		font-size: 20px;
		line-height: 20px;
		height: 37px;
		letter-spacing: 0.48px;
		bottom: -20px;
	}
}

.section__splitblock-brand .content__splitblock-brand .text-wrapper__splitblock-brand .link__splitblock-brand.text-darker {
	color: black !important;
}

.section__splitblock-brand .img-container {
	aspect-ratio: 1;
	overflow: hidden;
	width: 100%;
	height: 100%;
}

@media only screen and (min-width: 1024px) {
	.section__splitblock-brand .img-container {
		width: 50%;
	}
}

.section__splitblock-brand .img-container img.img__splitblock-brand {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.section__splitblock-brand .img-container.img-container2 {
	display: none;
}

@media only screen and (min-width: 1024px) {
	.section__splitblock-brand .img-container.img-container2 {
		display: block;
	}
}

.content__happening-banner {
	--padding-bottom-mb: 28px;
	--padding-bottom: 112px;
	height: 290px;
	position: relative;
	margin-top: 0px;
	margin-bottom: var(--padding-bottom-mb);
}

@media only screen and (min-width: 1024px) {
	.content__happening-banner {
		height: 290px;
		margin-top: 0;
		padding-bottom: var(--padding-bottom);
	}
}

.content__happening-banner .wrapper__happening-banner {
	color: black;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	display: -webkit-box;
	display: flex;
	-moz-flex-direction: column;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column;
}

@media only screen and (min-width: 1024px) {
	.content__happening-banner .wrapper__happening-banner {
		-moz-flex-direction: row;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		flex-direction: row;
		-ms-justify-content: space-between;
		-webkit-box-pack: justify;
		justify-content: space-between;
		padding: 0px 95px;
		width: 100%;
		right: unset;
		height: 60%;
		top: 45px;
		bottom: 40px;
		gap: 190px;
	}
}

.content__happening-banner .wrapper__happening-banner .text__happening-banner {
	display: -webkit-box;
	display: flex;
	-moz-flex-direction: column;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column;
	-ms-justify-content: space-between;
	-webkit-box-pack: justify;
	justify-content: space-between;
	padding: 28px 14px 40px 14px;
}

@media only screen and (min-width: 1024px) {
	.content__happening-banner .wrapper__happening-banner .text__happening-banner {
		padding: 0px 14px 40px 0px;
	}
}

.content__happening-banner .wrapper__happening-banner .text__happening-banner .title__happening-banner {
	font-size: 44px;
	line-height: 1;
	text-transform: uppercase;
	margin-bottom: 0;
	font-family: 'Hatton';
}

@media only screen and (min-width: 1024px) {
	.content__happening-banner .wrapper__happening-banner .text__happening-banner .title__happening-banner {
		font-size: 47px;
		line-height: 59px;
	}
}

.content__happening-banner .wrapper__happening-banner .text__happening-banner .title__happening-banner.text-light {
	color: white !important;
}

.content__happening-banner .wrapper__happening-banner .text__happening-banner .subtitle__happening-banner {
	font-size: 22px;
	line-height: 34px;
	margin-bottom: 0;
	font-family: 'Telegraf';
}

@media only screen and (min-width: 1024px) {
	.content__happening-banner .wrapper__happening-banner .text__happening-banner .subtitle__happening-banner {
		font-size: 28px;
		line-height: 41px;
	}
}

.content__happening-banner .wrapper__happening-banner .text__happening-banner .subtitle__happening-banner.text-light {
	color: white !important;
}

.content__happening-banner .wrapper__happening-banner .ctas__happening-banner {
	font-size: 14px;
	line-height: 31px;
	text-transform: uppercase;
	text-decoration: underline;
	padding: 0 14px;
	font-family: 'Lato';
	letter-spacing: 0.34px;
	display: -webkit-box;
	display: flex;
	-moz-flex-direction: row;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	flex-direction: row;
}

@media only screen and (min-width: 1024px) {
	.content__happening-banner .wrapper__happening-banner .ctas__happening-banner {
		font-size: 20px;
		height: 24px;
		position: relative;
		top: 50%;
		gap: 63px;
		letter-spacing: 0.48px;
		width: 50%;
		-ms-justify-content: flex-end;
		-webkit-box-pack: end;
		justify-content: flex-end;
	}
}

.content__happening-banner .wrapper__happening-banner .ctas__happening-banner .first-anchor {
	padding-right: 24px;
}

@media only screen and (min-width: 1024px) {
	.content__happening-banner .wrapper__happening-banner .ctas__happening-banner .first-anchor {
		padding-right: 0;
	}
}

.content__happening-banner .wrapper__happening-banner .ctas__happening-banner .text-light {
	color: white !important;
}

.content__happening-banner .info__happening-banner {
	position: absolute;
	bottom: 20px;
	padding: 0 14px;
	width: 100%;
}

@media only screen and (min-width: 1024px) {
	.content__happening-banner .info__happening-banner {
		bottom: 18px;
		padding: 0 95px;
	}
}

.content__happening-banner .info__happening-banner span {
	height: 19px;
	font-size: 10px;
	font-family: 'Hind Guntur';
	line-height: 10px;
}

@media only screen and (min-width: 1024px) {
	.content__happening-banner .info__happening-banner span {
		font-size: 19px;
		line-height: 32px;
	}
}

.content__happening-banner .info__happening-banner .text-light {
	color: white !important;
}

.section__sales-shopping {
	--background-color: #ffffff;
	--foreground-color: #292929;
	--padding-bottom-mb: 43px;
	--padding-bottom: 106px;
	background-color: var(--background-color);
	color: var(--foreground-color);
	margin-top: 0px;
	padding-bottom: var(--padding-bottom-mb);
	position: relative;
}

@media only screen and (min-width: 1024px) {
	.section__sales-shopping {
		margin-top: 0;
		padding-bottom: var(--padding-bottom);
	}
}

.section__sales-shopping .wrapper__sales-shopping {
	display: -webkit-box;
	display: flex;
	-moz-flex-direction: row;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	flex-direction: row;
	-ms-justify-content: space-between;
	-webkit-box-pack: justify;
	justify-content: space-between;
	margin: 0 14px;
}

@media only screen and (min-width: 1024px) {
	.section__sales-shopping .wrapper__sales-shopping {
		margin: 0 98px;
	}
}

.section__sales-shopping .wrapper__sales-shopping .title__sales-shopping,
.section__sales-shopping .wrapper__sales-shopping h1.title__sales-shopping,
.section__sales-shopping .wrapper__sales-shopping h2.title__sales-shopping {
	text-transform: uppercase;
	font-family: 'Hind Guntur';
	font-size: 20px;
	height: 37px;
	margin-bottom: 0;
	line-height: unset;
	color: var(--foreground-color);
	margin-top: unset;
}

@media only screen and (min-width: 1024px) {
  .section__sales-shopping .wrapper__sales-shopping .title__sales-shopping,
	.section__sales-shopping .wrapper__sales-shopping h1.title__sales-shopping,
  .section__sales-shopping .wrapper__sales-shopping h2.title__sales-shopping {
		font-size: 35px;
		font-family: 'LatoLight';
		margin-bottom: unset;
		line-height: unset;
		color: var(--foreground-color);
		margin-top: unset;
	}
}

.section__sales-shopping .wrapper__sales-shopping .cta__sales-shopping {
	text-transform: uppercase;
	text-decoration: underline;
	font-family: 'Lato';
	font-size: 14px;
	margin-bottom: 0;
	color: var(--foreground-color);
}

@media only screen and (min-width: 1024px) {
	.section__sales-shopping .wrapper__sales-shopping .cta__sales-shopping {
		font-size: 20px;
		margin-bottom: unset;
	}
}

.section__sales-shopping .slide-active-index {
	height: 15px;
	padding-right: 2px;
}

@media only screen and (min-width: 1024px) {
	.section__sales-shopping .slide-active-index {
		display: none;
	}
}

.section__sales-shopping .slide-pages {
	height: 15px;
	border-left: 1.2px solid;
	border-color: --foreground-color;
	padding-left: 2px;
}

@media only screen and (min-width: 1024px) {
	.section__sales-shopping .slide-pages {
		display: none;
	}
}

.section__sales-shopping .custom-nav-prev {
	width: 15px;
}

@media only screen and (min-width: 1024px) {
	.section__sales-shopping .custom-nav-prev {
		width: 18px;
		cursor: pointer;
	}
}

.section__sales-shopping .custom-nav-prev svg {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}

.section__sales-shopping .custom-nav-next {
	width: 15px;
}

@media only screen and (min-width: 1024px) {
	.section__sales-shopping .custom-nav-next {
		width: 18px;
		cursor: pointer;
	}
}

.section__sales-shopping .home__slide-and-image__slide-gallery {
	margin: 0 14px 11px 14px;
}

@media only screen and (min-width: 1024px) {
	.section__sales-shopping .home__slide-and-image__slide-gallery {
		margin: 0 98px;
	}
}

.section__sales-shopping .home__slide-and-image__slide-gallery .tns-nav {
	display: none;
}

.section__sales-shopping .home__slide-and-image__slide-gallery .tns-controls {
	display: none;
}

.section__sales-shopping .home__slide-and-image__slide-gallery .home__slide-and-image__slide-product-info img {
	border: 1px solid #EDEDED;
}

.section__sales-shopping .home__slide-and-image__slide__custom-nav {
	display: -webkit-box;
	display: flex;
	-moz-flex-direction: row;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	flex-direction: row;
	-ms-justify-content: center;
	-webkit-box-pack: center;
	justify-content: center;
}

@media only screen and (min-width: 1024px) {
	.section__sales-shopping .home__slide-and-image__slide__custom-nav {
		-ms-justify-content: space-between;
		-webkit-box-pack: justify;
		justify-content: space-between;
		width: 100%;
		position: absolute;
		bottom: 50%;
		padding: 0 40px;
	}
}

.section__collectionhp {
	position: relative;
	--padding-bottom-mb: 33px;
	--padding-bottom: 98px;
	display: -webkit-box;
	display: flex;
	-moz-flex-direction: column;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column;
	margin-top: 0px;
	padding-bottom: var(--padding-bottom-mb);
}

@media only screen and (min-width: 1024px) {
	.section__collectionhp {
		width: 100%;
		padding-right: 98px;
		-moz-flex-direction: row;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		flex-direction: row;
		-ms-justify-content: space-between;
		-webkit-box-pack: justify;
		justify-content: space-between;
		margin: 85px 0px 119px 0;
		padding-bottom: var(--padding-bottom);
	}

	.section__collectionhp .title__collectionhp-mobile {
		display: none !important;
	}
}

@media only screen and (min-width: 1024px) {
	.section__collectionhp.reverse-flex {
		-moz-flex-direction: row-reverse;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: reverse;
		flex-direction: row-reverse;
		margin-left: 98px;
		margin-right: 0;
	}
}

.section__collectionhp .title__collectionhp-mobile {
	display: block;
	font-size: 20px;
	line-height: 25px;
	font-family: 'Hind Guntur';
	letter-spacing: 0.48px;
	margin-left: 14px;
	height: 37px;
	margin-bottom: 0;
}

@media only screen and (min-width: 1024px) {
	.section__collectionhp .slider__collectionhp {
		width: 80%;
		display: -webkit-box;
		display: flex;
		-ms-align-content: center;
		align-content: center;
		flex-wrap: wrap;
	}
}

.section__collectionhp .slider__collectionhp .slide-active-index {
	display: none;
}

.section__collectionhp .slider__collectionhp .slide-pages {
	display: none;
}

.section__collectionhp .slider__collectionhp .custom-nav-prev {
	display: none;
}

@media only screen and (min-width: 1024px) {
	.section__collectionhp .slider__collectionhp .custom-nav-prev {
		width: 18px;
		display: block;
		cursor: pointer;
	}
}

.section__collectionhp .slider__collectionhp .custom-nav-prev svg {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}

.section__collectionhp .slider__collectionhp .custom-nav-next {
	display: none;
}

@media only screen and (min-width: 1024px) {
	.section__collectionhp .slider__collectionhp .custom-nav-next {
		width: 18px;
		display: block;
		cursor: pointer;
	}
}

.section__collectionhp .slider__collectionhp .home__slide-and-image__slide-gallery {
	margin: 0 14px 11px 14px;
}

@media only screen and (min-width: 1024px) {
	.section__collectionhp .slider__collectionhp .home__slide-and-image__slide-gallery {
		margin: 0 98px;
	}
}

.section__collectionhp .slider__collectionhp .home__slide-and-image__slide-gallery .tns-nav {
	display: none;
}

.section__collectionhp .slider__collectionhp .home__slide-and-image__slide-gallery .tns-controls {
	display: none;
}

.section__collectionhp .slider__collectionhp .home__slide-and-image__slide-gallery .home__slide-and-image__slide-product-info img {
	border: 1px solid #EDEDED;
}

.section__collectionhp .slider__collectionhp .home__slide-and-image__slide__custom-nav {
	display: -webkit-box;
	display: flex;
	-moz-flex-direction: row;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	flex-direction: row;
	-ms-justify-content: center;
	-webkit-box-pack: center;
	justify-content: center;
}

@media only screen and (min-width: 1024px) {
	.section__collectionhp .slider__collectionhp .home__slide-and-image__slide__custom-nav {
		-ms-justify-content: space-between;
		-webkit-box-pack: justify;
		justify-content: space-between;
		width: calc(80% - 98px);
		position: absolute;
		bottom: 50%;
		padding: 0 35px 0 50px;
	}
}

.section__collectionhp .text-wrapper__collectionhp {
	margin-right: 14px;
}

@media only screen and (min-width: 1024px) {
	.section__collectionhp .text-wrapper__collectionhp {
		width: 20%;
		margin-right: 0;
		display: -webkit-box;
		display: flex;
		-moz-flex-direction: column;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		flex-direction: column;
		-ms-justify-content: center;
		-webkit-box-pack: center;
		justify-content: center;
		-moz-align-items: center;
		-ms-align-items: center;
		-o-align-items: center;
		-webkit-box-align: center;
		align-items: center;
	}
}

.section__collectionhp .text-wrapper__collectionhp .title__collectionhp {
	display: none;
	font-family: 'LatoLight';
}

@media only screen and (min-width: 1024px) {
	.section__collectionhp .text-wrapper__collectionhp .title__collectionhp {
		display: block;
		font-size: 35px;
		line-height: 41px;
		letter-spacing: 0.84px;
	}
}

.section__collectionhp .text-wrapper__collectionhp .subtitle__collectionhp {
	font-size: 14px;
	font-family: 'LatoLight';
	letter-spacing: 0.34px;
	line-height: 20px;
	margin-left: 14px;
	margin-bottom: 21px;
}

@media only screen and (min-width: 1024px) {
	.section__collectionhp .text-wrapper__collectionhp .subtitle__collectionhp {
		font-size: 21px;
		line-height: 30px;
		letter-spacing: 0.5px;
		margin-left: 0px;
		margin-bottom: 20px;
	}
}

.section__collectionhp .text-wrapper__collectionhp .cta__collectionhp {
	text-transform: uppercase;
	text-decoration: underline;
	font-family: 'Lato';
	font-size: 14px;
	line-height: 31px;
	letter-spacing: 0.34px;
	margin-left: 14px;
}

@media only screen and (min-width: 1024px) {
	.section__collectionhp .text-wrapper__collectionhp .cta__collectionhp {
		font-size: 20px;
		letter-spacing: 0.48px;
		margin-left: 0px;
		margin-bottom: 0px;
		width: 100%;
	}
}

.section__landing-page {
	--background-color: #ffffff;
	--foreground-color: #292929;
	background-color: var(--background-color);
	color: var(--foreground-color);
	text-align: center;
	padding-top: 27px;
	margin-top: -1px;
}

@media only screen and (min-width: 1024px) {
	.section__landing-page {
		max-width: 690px;
		margin: 0 auto;
		padding-top: 40.5px;
	}
}

.section__landing-page .title__landing-page,
.section__landing-page h1.title__landing-page,
.section__landing-page h2.title__landing-page {
	font-size     : 24px;
	font-family   : 'Lato';
	text-transform: uppercase;
	line-height   : 29px;
	letter-spacing: 0;
	margin-bottom : 5px;
	color         : var(--foreground-color);
	margin-top    : unset;
}

@media only screen and (min-width: 1024px) {
  	.section__landing-page .title__landing-page,
	.section__landing-page h1.title__landing-page,
  	.section__landing-page h2.title__landing-page {
		font-size  : 35px;
		line-height: 42px;
	}
}

.section__landing-page .discount__landing-page {
	font-size: 24px;
	font-family: 'Lato';
	text-transform: uppercase;
	line-height: 29px;
	letter-spacing: 0;
	font-weight: 600;
	margin-bottom: 30px;
}

@media only screen and (min-width: 1024px) {
	.section__landing-page .discount__landing-page {
		font-size: 35px;
		line-height: 42px;
		margin-bottom: 40px;
	}
}

.section__landing-page .date__landing-page {
	font-size: 16px;
	font-family: 'Lato';
	line-height: 19px;
	letter-spacing: 0;
	margin-bottom: 30px;
}

@media only screen and (min-width: 1024px) {
	.section__landing-page .date__landing-page {
		font-size: 20px;
		line-height: 24px;
		margin-bottom: 40px;
	}
}

.section__landing-page .description__landing-page {
	font-size     : 13px;
	line-height   : 15px;
	letter-spacing: 0;
	font-family   : 'Hind Guntur';
	padding-right : 13px;
	padding-left  : 13px;
	margin        : 40px 0;
}

.section__landing-page .description__landing-page h2.text__landing-page{
	font-weight: 500;
	font-size  : 20px;
	line-height: 21px;
	color      : var(--foreground-color);
	margin     : 0 0 5px 0;
}
.section__landing-page .description__landing-page p.text__landing-page {
	font-weight   : 300;
	font-size     : 20px;
	line-height   : 21px;
	color         : var(--foreground-color);
	text-transform: none;
	margin        : 0;
}

.section__landing-page .description__landing-page h3.subtext__landing-page{
	font-weight: 500;
	font-size  : 14px;
	line-height: 15px;
	color      : var(--foreground-color);
	margin     : 0 0 5px 0;
}
.section__landing-page .description__landing-page p.subtext__landing-page {
	font-weight   : 300;
	font-size     : 13px;
	line-height   : 15px;
	color         : var(--foreground-color);
	text-transform: none;
	margin        : 0;
}