/* ==========================================================================
	Base Colors
========================================================================== */
/* Brand colors */
/* Secondary colors */
/* Neutral colors */
/* System colors */
/* Digital UI colors */
/* Gradients*/
/* Background colors */
/* Period tracker */
/* Input validation colors */
/* Social media colors */
/* ==========================================================================
	Table variables overwriting from bootstrap
========================================================================== */
/* ==========================================================================
	Base Sizes
========================================================================== */
/* Spacings */
/* Navigation */
/* Logo */
/* ==========================================================================
	Z-index
========================================================================== */
/* ==========================================================================
	Base Typography
========================================================================== */
/* ==========================================================================
	Media queries breakpoints, copied from bootstrap
========================================================================== */
/* ==========================================================================
	Container width with respect to screen size
========================================================================== */
/* =================================================================
	Mediaquery Enum
==================================================================== */
/* =================================================================
	Spacing for offset containers
==================================================================== */
/* ==========================================================================
	Button mixins / shared button styles
========================================================================== */
/* ==========================================================================
	Spacing mixins
========================================================================== */
/* ==========================================================================
	Typography mixins
========================================================================== */
/* Start Typography */
/* Footer&NavTypography */
/* End Footer Typography */
/* End Typography */
* {
  box-sizing: border-box;
}

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

html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  font-family: Arial, sans-serif;
  font-size: 16px;
  line-height: 1.42857;
  color: #413D3D;
  background-color: #F6F3F3;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  word-break: break-word;
  word-wrap: break-word;
  margin: 0;
  padding-top: 64px;
}

a {
  cursor: pointer;
  color: #413D3D;
}
a, a:hover, a:focus {
  -webkit-text-decoration: none;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}

h1,
h2,
h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}

h4,
h5,
h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}

h1 {
  font-size: 36px;
}

h2 {
  font-size: 30px;
}

h3 {
  font-size: 24px;
}

h4 {
  font-size: 18px;
}

h5 {
  font-size: 14px;
}

h6 {
  font-size: 12px;
}

ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}
ul ul,
ul ol,
ol ul,
ol ol {
  margin-bottom: 0;
}

p {
  margin: 0 0 10px;
}

img {
  height: auto;
}

picture,
img {
  max-width: 100%;
  width: auto;
}

img {
  border: 0;
  vertical-align: middle;
}

.clearfix:before,
.clearfix:after {
  display: table;
  content: " ";
}

.clearfix:after {
  clear: both;
}

.hidden {
  display: none !important;
}

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

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

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

.sr-only {
  width: 1px !important;
  position: absolute;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

main,
footer {
  margin: 0 auto;
  max-width: 1500px;
}

.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.container:before,
.container:after {
  display: table;
  content: " ";
}

.container:after {
  clear: both;
}

@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.row {
  margin-right: -15px;
  margin-left: -15px;
}

.row:before,
.row:after {
  display: table;
  content: " ";
}

.row:after {
  clear: both;
}

.col-xs-2,
.col-sm-2,
.col-md-2,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-sm-8,
.col-md-8,
.col-sm-10,
.col-md-10,
.col-sm-11,
.col-xs-12,
.col-sm-12,
.col-md-12 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col-xs-2,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-12 {
  float: left;
}

.col-xs-2 {
  width: 16.66667%;
}

.col-xs-4 {
  width: 33.33333%;
}

.col-xs-5 {
  width: 41.66667%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-12 {
  width: 100%;
}

@media (min-width: 768px) {
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-8,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12 {
    float: left;
  }
  .col-sm-2 {
    width: 16.66667%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-4 {
    width: 33.33333%;
  }
  .col-sm-5 {
    width: 41.66667%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-8 {
    width: 66.66667%;
  }
  .col-sm-10 {
    width: 83.33333%;
  }
  .col-sm-11 {
    width: 91.66667%;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-push-1 {
    left: 8.33333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333%;
  }
}
@media (min-width: 992px) {
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-8,
  .col-md-10,
  .col-md-12 {
    float: left;
  }
  .col-md-2 {
    width: 16.66667%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-4 {
    width: 33.33333%;
  }
  .col-md-5 {
    width: 41.66667%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-8 {
    width: 66.66667%;
  }
  .col-md-10 {
    width: 83.33333%;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-1 {
    margin-left: 8.33333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333%;
  }
}
@media (min-width: 1200px) {
  .col-lg-3 {
    float: left;
  }
  .col-lg-3 {
    width: 25%;
  }
}
.navigation {
  position: fixed;
  top: 0;
  height: 64px;
  width: 100%;
  transition: height 0.5s, top 0.4s;
  z-index: 1030;
}
.navigation__v-logo {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 76px;
  width: 164px;
  transition: width 0.5s, height 0.5s;
}
.navigation__ribbon-logo, .navigation__rhombus-logo {
  position: absolute;
  top: 10px;
  left: 50%;
  transform: translateX(-50%);
  height: 49px;
  width: 76px;
  transition: width 0.5s, height 0.5s, top 0.5s;
}

.navigation-bar {
  background: #FFFFFF;
  min-height: 64px;
}
.navigation-bar__icon i {
  font-size: 21px;
}
.navigation-bar__icon--toggle {
  padding: 0;
  background: none;
  border: none;
  color: #001E62;
  position: absolute;
  left: 20px;
  top: 20px;
}
.rtl .navigation-bar__icon--toggle {
  right: 20px;
  left: auto;
}
.navigation-bar__icon--cart, .navigation-bar__icon--stash {
  position: relative;
}
.navigation-bar__half {
  display: none;
}
.navigation-bar__logo-wrapper {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  width: 231px;
  height: 100%;
}
.navigation-bar__icon--mobile-search {
  position: absolute;
  right: 20px;
  top: 20px;
  color: #001E62;
}
.rtl .navigation-bar__icon--mobile-search {
  left: 20px;
  right: auto;
}
.navigation-bar__icon--toggle + .navigation-bar__icon--mobile-search {
  left: 57px;
  top: 20px;
  right: auto;
}
.navigation-bar__icon--mobile-stash {
  position: absolute;
  right: 55px;
  top: 20px;
  color: #001E62;
}
.rtl .navigation-bar__icon--mobile-stash {
  left: 55px;
  right: auto;
}
.navigation-bar__icon--mobile-cart {
  position: absolute;
  right: 20px;
  top: 20px;
  color: #001E62;
}
.rtl .navigation-bar__icon--mobile-cart {
  left: 20px;
  right: auto;
}
.navigation-bar__cart-counter, .navigation-bar__stash-counter {
  font-size: 11px;
  color: #FFFFFF;
  text-align: center;
  width: 15px;
  height: 15px;
  border-radius: 25px;
  background-color: #D11A88;
  position: absolute;
  top: -3px;
  left: 13px;
}

.navigation-bar .navigation-bar__logo-wrapper .navigation__v-logo,
.modal__content .navigation-bar__logo-wrapper .navigation__v-logo {
  position: static;
  top: auto;
  left: auto;
  transform: none;
  margin: auto;
  display: block;
}

.modal {
  display: none;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
}

.form-control {
  display: block;
  width: 100%;
  background-image: none;
}
.form-control:focus {
  outline: 0;
}

textarea {
  overflow: auto;
}
textarea.form-control {
  height: auto;
}

.cookie-notice {
  display: none;
}

.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

button {
  overflow: visible;
}

button, html input[type=button], input[type=reset], input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5 {
  margin-top: 0;
}

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

h2,
.h2 {
  font-size: 24px;
  line-height: 28px;
}

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

h4,
.h4 {
  font-size: 18px;
  line-height: 22px;
}

p {
  font-size: 16px;
  line-height: 24px;
}