/**
	'Source Sans Pro'
**/
@import "icons/styles.css";
@font-face {
  font-family: "Source Sans Pro";
  font-style: normal;
  font-weight: 300;
  src: local("Source Sans Pro Light"), local("SourceSansPro-Light"), url("fonts/Source_Sans_Pro/SourceSansPro-Light.ttf") format("truetype");
}
@font-face {
  font-family: "Source Sans Pro";
  font-style: normal;
  font-weight: 400;
  src: local("Source Sans Pro"), local("SourceSansPro-Regular"), url("fonts/Source_Sans_Pro/SourceSansPro-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "Source Sans Pro";
  font-style: normal;
  font-weight: 600;
  src: local("Source Sans Pro Semibold"), local("SourceSansPro-Semibold"), url("fonts/Source_Sans_Pro/SourceSansPro-Semibold.ttf") format("truetype");
}
@font-face {
  font-family: "Source Sans Pro";
  font-style: normal;
  font-weight: 700;
  src: local("Source Sans Pro Bold"), local("SourceSansPro-Bold"), url("fonts/Source_Sans_Pro/SourceSansPro-Bold.ttf") format("truetype");
}
@font-face {
  font-family: FuturaEFCE-Light;
  src: url("fonts/FuturaEFCE/futuraefce-light-webfont.woff2") format("woff2"), url("fonts/FuturaEFCE/futuraefce-light-webfont.woff") format("woff"), url("fonts/FuturaEFCE/futuraefce-light-webfont.ttf") format("truetype"), url("fonts/FuturaEFCE/futuraefce-light-webfont.svg#futuraefce-lightregular") format("svg");
}
@font-face {
  font-family: TheSansExtraLight;
  src: url("fonts/tsan2_extralight/tsan2_extralight-webfont.woff2") format("woff2"), url("fonts/tsan2_extralight/tsan2_extralight-webfont.woff") format("woff"), url("fonts/tsan2_extralight/tsan2_extralight-webfont.ttf") format("truetype"), url("fonts/tsan2_extralight/tsan2_extralight-webfont.svg#thesansextralightplain") format("svg");
}
@font-face {
  font-family: TheSansExtraLightCaps;
  src: url("fonts/tsan2c/tsan2c-webfont.woff2") format("woff2"), url("fonts/tsan2c/tsan2c-webfont.woff") format("woff"), url("fonts/tsan2c/tsan2c-webfont.ttf") format("truetype"), url("fonts/tsan2c/tsan2c-webfont.svg#thesansextralightcaps") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: TheSansLight;
  src: url("fonts/tsan3_light/tsan3_light-webfont.woff2") format("woff2"), url("fonts/tsan3_light/tsan3_light-webfont.woff") format("woff"), url("fonts/tsan3_light/tsan3_light-webfont.ttf") format("truetype"), url("fonts/tsan3_light/tsan3_light-webfont.svg#thesanslightplain") format("svg");
}
/**
	'The Sans'
**/
@font-face {
  font-family: "The Sans Extra Light";
  src: url("fonts/tsan2_extralight/tsan2_extralight-webfont.woff2") format("woff2"), url("fonts/tsan2_extralight/tsan2_extralight-webfont.woff") format("woff"), url("fonts/tsan2_extralight/tsan2_extralight-webfont.ttf") format("truetype"), url("fonts/tsan2_extralight/tsan2_extralight-webfont.svg#thesansextralightplain") format("svg");
}
@font-face {
  font-family: "The Sans Extra Light CAPS";
  src: url("fonts/tsan2c/tsan2c-webfont.woff2") format("woff2"), url("fonts/tsan2c/tsan2c-webfont.woff") format("woff"), url("fonts/tsan2c/tsan2c-webfont.ttf") format("truetype"), url("fonts/tsan2c/tsan2c-webfont.svg#thesansextralightcaps") format("svg");
}
@font-face {
  font-family: "The Sans Light";
  src: url("fonts/tsan3_light/tsan3_light-webfont.woff2") format("woff2"), url("fonts/tsan3_light/tsan3_light-webfont.woff") format("woff"), url("fonts/tsan3_light/tsan3_light-webfont.ttf") format("truetype"), url("fonts/tsan3_light/tsan3_light-webfont.svg#thesanslightplain") format("svg");
}
/***
	Texts
***/
/***
	Inputs
***/
/*$datepicker-background-color-type2: $color-gray-5;
$datepicker-button-color-type2: $color-gray-1;
$datepicker-button-background-color-type2: $color-gray-4;
$datepicker-button-color-hover-type2: $color-gray-4;
$datepicker-button-background-color-hover-type2: $color-gray-3;
$datepicker-button-color-selected-type2: $color-gray-1;
$datepicker-button-background-color-selected-type2: $color-gray-6;
$datepicker-button-color-disabled-type2: $color-gray-5;*/
/***
	Buttons
***/
/***
	Icons
***/
/***
	Blocks
***/
/***
	Popups
***/
/***
	Various
***/
html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

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

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

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 {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-size: 1em;
}

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

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

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

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

input {
  line-height: normal;
}

input[type=checkbox],
input[type=radio] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

input[type=search] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

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

td,
th {
  padding: 0;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

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

html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  font-size: 14px;
  line-height: 1.42857143;
  color: #333333;
  background-color: #ffffff;
}

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

a {
  color: #337ab7;
  text-decoration: none;
}

a:hover,
a:focus {
  color: #23527c;
  text-decoration: underline;
}

a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

figure {
  margin: 0;
}

img {
  vertical-align: middle;
}

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

.img-rounded {
  border-radius: 6px;
}

.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}

.img-circle {
  border-radius: 50%;
}

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}

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

.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

[role=button] {
  cursor: pointer;
}

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

@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.row {
  margin-left: -15px;
  margin-right: -15px;
}

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

.col-xxs-1,
.col-xxs-2,
.col-xxs-3,
.col-xxs-4,
.col-xxs-5,
.col-xxs-6,
.col-xxs-7,
.col-xxs-8,
.col-xxs-9,
.col-xxs-10,
.col-xxs-11,
.col-xxs-12 {
  float: left;
}

.col-xxs-1 {
  width: 8.3333333333%;
}

.col-xxs-2 {
  width: 16.6666666667%;
}

.col-xxs-3 {
  width: 25%;
}

.col-xxs-4 {
  width: 33.3333333333%;
}

.col-xxs-5 {
  width: 41.6666666667%;
}

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

.col-xxs-7 {
  width: 58.3333333333%;
}

.col-xxs-8 {
  width: 66.6666666667%;
}

.col-xxs-9 {
  width: 75%;
}

.col-xxs-10 {
  width: 83.3333333333%;
}

.col-xxs-11 {
  width: 91.6666666667%;
}

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

.col-xxs-push-1 {
  left: 8.3333333333%;
}

.col-xxs-push-2 {
  left: 16.6666666667%;
}

.col-xxs-push-3 {
  left: 25%;
}

.col-xss-push-4 {
  left: 33.3333333333%;
}

.col-xxs-push-5 {
  left: 41.6666666667%;
}

.col-xxs-push-6 {
  left: 50%;
}

.col-xxs-push-7 {
  left: 58.3333333333%;
}

.col-xxs-push-8 {
  left: 66.6666666667%;
}

.col-xxs-push-9 {
  left: 75%;
}

.col-xxs-push-10 {
  left: 83.3333333333%;
}

.col-xxs-push-11 {
  left: 91.6666666667%;
}

.col-xxs-pull-1 {
  right: 8.3333333333%;
}

.col-xxs-pull-2 {
  right: 16.6666666667%;
}

.col-xxs-pull-3 {
  right: 25%;
}

.col-xxs-pull-4 {
  right: 33.3333333333%;
}

.col-xxs-pull-5 {
  right: 41.6666666667%;
}

.col-xxs-pull-6 {
  right: 50%;
}

.col-xxs-pull-7 {
  right: 58.3333333333%;
}

.col-xxs-pull-8 {
  right: 66.6666666667%;
}

.col-xxs-pull-9 {
  right: 75%;
}

.col-xxs-pull-10 {
  right: 83.3333333333%;
}

.col-xxs-pull-11 {
  right: 91.6666666667%;
}

.col-xxs-offset-1 {
  margin-left: 8.3333333333%;
}

.col-xxs-offset-2 {
  margin-left: 16.6666666667%;
}

.col-xxs-offset-3 {
  margin-left: 25%;
}

.col-xxs-offset-4 {
  margin-left: 33.3333333333%;
}

.col-xxs-offset-5 {
  margin-left: 41.6666666667%;
}

.col-xxs-offset-6 {
  margin-left: 50%;
}

.col-xxs-offset-7 {
  margin-left: 58.3333333333%;
}

.col-xxs-offset-8 {
  margin-left: 66.6666666667%;
}

.col-xxs-offset-9 {
  margin-left: 75%;
}

.col-xxs-offset-10 {
  margin-left: 83.3333333333%;
}

.col-xxs-offset-11 {
  margin-left: 91.6666666667%;
}

@media (min-width: 384px) {
  .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
    float: left;
  }

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

  .col-xs-11 {
    width: 91.66666667%;
  }

  .col-xs-10 {
    width: 83.33333333%;
  }

  .col-xs-9 {
    width: 75%;
  }

  .col-xs-8 {
    width: 66.66666667%;
  }

  .col-xs-7 {
    width: 58.33333333%;
  }

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

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

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

  .col-xs-3 {
    width: 25%;
  }

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

  .col-xs-1 {
    width: 8.33333333%;
  }

  .col-xs-0 {
    display: none;
  }

  .col-xs-pull-12 {
    right: 100%;
  }

  .col-xs-pull-11 {
    right: 91.66666667%;
  }

  .col-xs-pull-10 {
    right: 83.33333333%;
  }

  .col-xs-pull-9 {
    right: 75%;
  }

  .col-xs-pull-8 {
    right: 66.66666667%;
  }

  .col-xs-pull-7 {
    right: 58.33333333%;
  }

  .col-xs-pull-6 {
    right: 50%;
  }

  .col-xs-pull-5 {
    right: 41.66666667%;
  }

  .col-xs-pull-4 {
    right: 33.33333333%;
  }

  .col-xs-pull-3 {
    right: 25%;
  }

  .col-xs-pull-2 {
    right: 16.66666667%;
  }

  .col-xs-pull-1 {
    right: 8.33333333%;
  }

  .col-xs-pull-0 {
    right: auto;
  }

  .col-xs-push-12 {
    left: 100%;
  }

  .col-xs-push-11 {
    left: 91.66666667%;
  }

  .col-xs-push-10 {
    left: 83.33333333%;
  }

  .col-xs-push-9 {
    left: 75%;
  }

  .col-xs-push-8 {
    left: 66.66666667%;
  }

  .col-xs-push-7 {
    left: 58.33333333%;
  }

  .col-xs-push-6 {
    left: 50%;
  }

  .col-xs-push-5 {
    left: 41.66666667%;
  }

  .col-xs-push-4 {
    left: 33.33333333%;
  }

  .col-xs-push-3 {
    left: 25%;
  }

  .col-xs-push-2 {
    left: 16.66666667%;
  }

  .col-xs-push-1 {
    left: 8.33333333%;
  }

  .col-xs-push-0 {
    left: auto;
  }

  .col-xs-offset-12 {
    margin-left: 100%;
  }

  .col-xs-offset-11 {
    margin-left: 91.66666667%;
  }

  .col-xs-offset-10 {
    margin-left: 83.33333333%;
  }

  .col-xs-offset-9 {
    margin-left: 75%;
  }

  .col-xs-offset-8 {
    margin-left: 66.66666667%;
  }

  .col-xs-offset-7 {
    margin-left: 58.33333333%;
  }

  .col-xs-offset-6 {
    margin-left: 50%;
  }

  .col-xs-offset-5 {
    margin-left: 41.66666667%;
  }

  .col-xs-offset-4 {
    margin-left: 33.33333333%;
  }

  .col-xs-offset-3 {
    margin-left: 25%;
  }

  .col-xs-offset-2 {
    margin-left: 16.66666667%;
  }

  .col-xs-offset-1 {
    margin-left: 8.33333333%;
  }

  .col-xs-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }

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

  .col-sm-11 {
    width: 91.66666667%;
  }

  .col-sm-10 {
    width: 83.33333333%;
  }

  .col-sm-9 {
    width: 75%;
  }

  .col-sm-8 {
    width: 66.66666667%;
  }

  .col-sm-7 {
    width: 58.33333333%;
  }

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

  .col-sm-5 {
    width: 41.66666667%;
  }

  .col-sm-4 {
    width: 33.33333333%;
  }

  .col-sm-3 {
    width: 25%;
  }

  .col-sm-2 {
    width: 16.66666667%;
  }

  .col-sm-1 {
    width: 8.33333333%;
  }

  .col-sm-0 {
    display: none;
  }

  .col-sm-pull-12 {
    right: 100%;
  }

  .col-sm-pull-11 {
    right: 91.66666667%;
  }

  .col-sm-pull-10 {
    right: 83.33333333%;
  }

  .col-sm-pull-9 {
    right: 75%;
  }

  .col-sm-pull-8 {
    right: 66.66666667%;
  }

  .col-sm-pull-7 {
    right: 58.33333333%;
  }

  .col-sm-pull-6 {
    right: 50%;
  }

  .col-sm-pull-5 {
    right: 41.66666667%;
  }

  .col-sm-pull-4 {
    right: 33.33333333%;
  }

  .col-sm-pull-3 {
    right: 25%;
  }

  .col-sm-pull-2 {
    right: 16.66666667%;
  }

  .col-sm-pull-1 {
    right: 8.33333333%;
  }

  .col-sm-pull-0 {
    right: auto;
  }

  .col-sm-push-12 {
    left: 100%;
  }

  .col-sm-push-11 {
    left: 91.66666667%;
  }

  .col-sm-push-10 {
    left: 83.33333333%;
  }

  .col-sm-push-9 {
    left: 75%;
  }

  .col-sm-push-8 {
    left: 66.66666667%;
  }

  .col-sm-push-7 {
    left: 58.33333333%;
  }

  .col-sm-push-6 {
    left: 50%;
  }

  .col-sm-push-5 {
    left: 41.66666667%;
  }

  .col-sm-push-4 {
    left: 33.33333333%;
  }

  .col-sm-push-3 {
    left: 25%;
  }

  .col-sm-push-2 {
    left: 16.66666667%;
  }

  .col-sm-push-1 {
    left: 8.33333333%;
  }

  .col-sm-push-0 {
    left: auto;
  }

  .col-sm-offset-12 {
    margin-left: 100%;
  }

  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }

  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }

  .col-sm-offset-9 {
    margin-left: 75%;
  }

  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }

  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }

  .col-sm-offset-6 {
    margin-left: 50%;
  }

  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }

  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }

  .col-sm-offset-3 {
    margin-left: 25%;
  }

  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }

  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }

  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }

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

  .col-md-11 {
    width: 91.66666667%;
  }

  .col-md-10 {
    width: 83.33333333%;
  }

  .col-md-9 {
    width: 75%;
  }

  .col-md-8 {
    width: 66.66666667%;
  }

  .col-md-7 {
    width: 58.33333333%;
  }

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

  .col-md-5 {
    width: 41.66666667%;
  }

  .col-md-4 {
    width: 33.33333333%;
  }

  .col-md-3 {
    width: 25%;
  }

  .col-md-2 {
    width: 16.66666667%;
  }

  .col-md-1 {
    width: 8.33333333%;
  }

  .col-md-0 {
    display: none;
  }

  .col-md-pull-12 {
    right: 100%;
  }

  .col-md-pull-11 {
    right: 91.66666667%;
  }

  .col-md-pull-10 {
    right: 83.33333333%;
  }

  .col-md-pull-9 {
    right: 75%;
  }

  .col-md-pull-8 {
    right: 66.66666667%;
  }

  .col-md-pull-7 {
    right: 58.33333333%;
  }

  .col-md-pull-6 {
    right: 50%;
  }

  .col-md-pull-5 {
    right: 41.66666667%;
  }

  .col-md-pull-4 {
    right: 33.33333333%;
  }

  .col-md-pull-3 {
    right: 25%;
  }

  .col-md-pull-2 {
    right: 16.66666667%;
  }

  .col-md-pull-1 {
    right: 8.33333333%;
  }

  .col-md-pull-0 {
    right: auto;
  }

  .col-md-push-12 {
    left: 100%;
  }

  .col-md-push-11 {
    left: 91.66666667%;
  }

  .col-md-push-10 {
    left: 83.33333333%;
  }

  .col-md-push-9 {
    left: 75%;
  }

  .col-md-push-8 {
    left: 66.66666667%;
  }

  .col-md-push-7 {
    left: 58.33333333%;
  }

  .col-md-push-6 {
    left: 50%;
  }

  .col-md-push-5 {
    left: 41.66666667%;
  }

  .col-md-push-4 {
    left: 33.33333333%;
  }

  .col-md-push-3 {
    left: 25%;
  }

  .col-md-push-2 {
    left: 16.66666667%;
  }

  .col-md-push-1 {
    left: 8.33333333%;
  }

  .col-md-push-0 {
    left: auto;
  }

  .col-md-offset-12 {
    margin-left: 100%;
  }

  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }

  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }

  .col-md-offset-9 {
    margin-left: 75%;
  }

  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }

  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }

  .col-md-offset-6 {
    margin-left: 50%;
  }

  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }

  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }

  .col-md-offset-3 {
    margin-left: 25%;
  }

  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }

  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }

  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }

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

  .col-lg-11 {
    width: 91.66666667%;
  }

  .col-lg-10 {
    width: 83.33333333%;
  }

  .col-lg-9 {
    width: 75%;
  }

  .col-lg-8 {
    width: 66.66666667%;
  }

  .col-lg-7 {
    width: 58.33333333%;
  }

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

  .col-lg-5 {
    width: 41.66666667%;
  }

  .col-lg-4 {
    width: 33.33333333%;
  }

  .col-lg-3 {
    width: 25%;
  }

  .col-lg-2 {
    width: 16.66666667%;
  }

  .col-lg-1 {
    width: 8.33333333%;
  }

  .col-lg-0 {
    display: none;
  }

  .col-lg-pull-12 {
    right: 100%;
  }

  .col-lg-pull-11 {
    right: 91.66666667%;
  }

  .col-lg-pull-10 {
    right: 83.33333333%;
  }

  .col-lg-pull-9 {
    right: 75%;
  }

  .col-lg-pull-8 {
    right: 66.66666667%;
  }

  .col-lg-pull-7 {
    right: 58.33333333%;
  }

  .col-lg-pull-6 {
    right: 50%;
  }

  .col-lg-pull-5 {
    right: 41.66666667%;
  }

  .col-lg-pull-4 {
    right: 33.33333333%;
  }

  .col-lg-pull-3 {
    right: 25%;
  }

  .col-lg-pull-2 {
    right: 16.66666667%;
  }

  .col-lg-pull-1 {
    right: 8.33333333%;
  }

  .col-lg-pull-0 {
    right: auto;
  }

  .col-lg-push-12 {
    left: 100%;
  }

  .col-lg-push-11 {
    left: 91.66666667%;
  }

  .col-lg-push-10 {
    left: 83.33333333%;
  }

  .col-lg-push-9 {
    left: 75%;
  }

  .col-lg-push-8 {
    left: 66.66666667%;
  }

  .col-lg-push-7 {
    left: 58.33333333%;
  }

  .col-lg-push-6 {
    left: 50%;
  }

  .col-lg-push-5 {
    left: 41.66666667%;
  }

  .col-lg-push-4 {
    left: 33.33333333%;
  }

  .col-lg-push-3 {
    left: 25%;
  }

  .col-lg-push-2 {
    left: 16.66666667%;
  }

  .col-lg-push-1 {
    left: 8.33333333%;
  }

  .col-lg-push-0 {
    left: auto;
  }

  .col-lg-offset-12 {
    margin-left: 100%;
  }

  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }

  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }

  .col-lg-offset-9 {
    margin-left: 75%;
  }

  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }

  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }

  .col-lg-offset-6 {
    margin-left: 50%;
  }

  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }

  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }

  .col-lg-offset-3 {
    margin-left: 25%;
  }

  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }

  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }

  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
  content: " ";
  display: table;
}

.clearfix:after,
.container:after,
.container-fluid:after,
.row:after {
  clear: both;
}

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.pull-right {
  float: right !important;
}

.pull-left {
  float: left !important;
}

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.invisible {
  visibility: hidden;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.hidden {
  display: none !important;
}

.affix {
  position: fixed;
}

@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }

  table.visible-xs {
    display: table !important;
  }

  tr.visible-xs {
    display: table-row !important;
  }

  th.visible-xs,
td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }

  table.visible-sm {
    display: table !important;
  }

  tr.visible-sm {
    display: table-row !important;
  }

  th.visible-sm,
td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }

  table.visible-md {
    display: table !important;
  }

  tr.visible-md {
    display: table-row !important;
  }

  th.visible-md,
td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }

  table.visible-lg {
    display: table !important;
  }

  tr.visible-lg {
    display: table-row !important;
  }

  th.visible-lg,
td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}

@media print {
  .visible-print {
    display: block !important;
  }

  table.visible-print {
    display: table !important;
  }

  tr.visible-print {
    display: table-row !important;
  }

  th.visible-print,
td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}

@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}

@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}

@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
@-webkit-keyframes ngdialog-flyin {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-40px);
    transform: translateY(-40px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes ngdialog-flyin {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-40px);
    transform: translateY(-40px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes ngdialog-flyout {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-40px);
    transform: translateY(-40px);
  }
}
@keyframes ngdialog-flyout {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-40px);
    transform: translateY(-40px);
  }
}
.ngdialog.popup-utx.ngdialog-closing .ngdialog-content {
  -webkit-animation: ngdialog-flyout 0.5s;
  animation: ngdialog-flyout 0.5s;
}

.ngdialog.popup-utx {
  /**
   It means :
  	 I want 200px of top padding for an height of 1000px, and
  	 I want 0 of top padding for an height of 540px
   => then let computer get the best value for us
  */
  padding-bottom: calc(43.4782608696vh - 234.7826086957px);
  padding-top: calc(43.4782608696vh - 234.7826086957px);
}
.ngdialog.popup-utx::-webkit-scrollbar {
  width: 8px;
}
.ngdialog.popup-utx::-webkit-scrollbar-track {
  background: #efefef;
}
.ngdialog.popup-utx::-webkit-scrollbar-thumb {
  width: 8px;
  background: #8b8b8b;
}
.ngdialog.popup-utx .ngdialog-content {
  -webkit-animation: ngdialog-flyin 0.5s;
  animation: ngdialog-flyin 0.5s;
  margin: 0 auto;
  position: relative;
  text-align: left;
  padding: 36px 41px;
}
.ngdialog.popup-utx .ngdialog-content .ngdialog-close {
  cursor: pointer;
  position: absolute;
  right: 40px;
  top: 49px;
  color: #c8c8c8;
}
.ngdialog.popup-utx .ngdialog-content .ngdialog-close:hover {
  color: white;
}
.ngdialog.popup-utx .ngdialog-content {
  -webkit-animation: ngdialog-flyin 0.5s;
  animation: ngdialog-flyin 0.5s;
  margin: 0 auto;
  position: relative;
  text-align: left;
  padding: 36px 41px;
}
.ngdialog.popup-utx .ngdialog-content .popup-title {
  text-align: center;
  margin-top: -11px;
  margin-bottom: 23px;
  padding: 0 27px 27px 27px;
  border-bottom: 1px solid #404040;
}
.ngdialog.popup-utx .ngdialog-content .popup-form .raw-text {
  margin-bottom: 20px;
}
.ngdialog.popup-utx .ngdialog-content .popup-form .confirm-message {
  text-align: center;
}
.ngdialog.popup-utx .ngdialog-content .popup-form .cancel-button {
  text-align: left;
}
.ngdialog.popup-utx .ngdialog-content .popup-form .confirm-button {
  text-align: right;
}
.ngdialog.popup-utx .ngdialog-content .popup-form .spacer {
  height: 15px;
}
.ngdialog.popup-utx .ngdialog-content .popup-text p {
  margin: 10px 0;
}
.ngdialog.popup-utx .ngdialog-content .popup-list .elements {
  overflow: auto;
}
.ngdialog.popup-utx .ngdialog-content .popup-list .elements .element {
  cursor: pointer;
}
.ngdialog.popup-utx .ngdialog-content .popup-list .elements::-webkit-scrollbar {
  width: 4px;
}
.ngdialog.popup-utx .ngdialog-content .popup-list .elements::-webkit-scrollbar-track {
  background: #2c2c2e;
}
.ngdialog.popup-utx .ngdialog-content .popup-list .elements::-webkit-scrollbar-thumb {
  background: #c8c8c8;
  width: 4px;
}
.ngdialog.popup-utx .ngdialog-content .popup-list.type1 .elements {
  margin-top: 15px;
  max-height: 350px;
}
.ngdialog.popup-utx .ngdialog-content .popup-list.type1 .elements .element {
  height: 35px;
  padding: 0 11px;
  line-height: 35px;
  border-bottom: 1px solid #404040;
}
.ngdialog.popup-utx .ngdialog-content .popup-list.type1 .elements .element:hover, .ngdialog.popup-utx .ngdialog-content .popup-list.type1 .elements .element.hover, .ngdialog.popup-utx .ngdialog-content .popup-list.type1 .elements .element.selected {
  background-color: #404040;
}
.ngdialog.popup-utx .ngdialog-content .popup-list.type2 .input-text {
  display: none;
}
.ngdialog.popup-utx .ngdialog-content .popup-list.type2 .elements {
  text-align: center;
  max-height: 300px;
}
.ngdialog.popup-utx .ngdialog-content .popup-list.type2 .elements .element {
  height: 30px;
  line-height: 30px;
  font-size: 16px;
  text-transform: uppercase;
}
.ngdialog.popup-utx .ngdialog-content .popup-bottom-image {
  height: 213px;
  margin-left: -41px;
  margin-right: -41px;
  margin-bottom: -36px;
}
.ngdialog.popup-utx .ngdialog-content .popup-bottom-image .bottom-image {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.ngdialog.popup-utx .ngdialog-content .popup-bottom-image.contain .bottom-image {
  background-color: white;
  background-size: contain;
}
.ngdialog.popup-utx .ngdialog-content .popup-bottom-image.zoom .bottom-image {
  cursor: zoom-in;
}
.ngdialog.popup-utx .ngdialog-content .popup-descriptions {
  overflow-y: auto;
  max-height: 465px;
  margin-right: -12px;
  padding-right: 12px;
  margin-top: -18px;
}
.ngdialog.popup-utx .ngdialog-content .popup-descriptions::-webkit-scrollbar {
  width: 4px;
}
.ngdialog.popup-utx .ngdialog-content .popup-descriptions::-webkit-scrollbar-track {
  background: #2c2c2e;
}
.ngdialog.popup-utx .ngdialog-content .popup-descriptions::-webkit-scrollbar-thumb {
  background: #c8c8c8;
  width: 4px;
}
.ngdialog.popup-utx .ngdialog-content .popup-descriptions .description-container {
  padding-top: 22px;
  padding-bottom: 15px;
  border-bottom: 1px solid #404040;
}
.ngdialog.popup-utx .ngdialog-content .popup-descriptions .description-container .description-title {
  font-size: 15px;
  color: rgba(200, 200, 200, 0.5);
  margin-bottom: 14px;
}
.ngdialog.popup-utx .ngdialog-content .popup-descriptions .description-container .description-text {
  font-size: 12px;
  color: #c8c8c8;
  white-space: pre-wrap;
}
.ngdialog.popup-utx .ngdialog-content .popup-descriptions .description-container:last-child {
  border-bottom-color: transparent;
}
.ngdialog.popup-utx .ngdialog-content .popup-product-sheet {
  position: relative;
}
.ngdialog.popup-utx .ngdialog-content .popup-product-sheet .product-description {
  text-transform: uppercase;
  font-size: 16px;
  color: #c8c8c8;
  padding: 3px 0 2px;
}
.ngdialog.popup-utx .ngdialog-content .popup-product-sheet .product-description.has-descriptions {
  padding-right: 38px;
}
.ngdialog.popup-utx .ngdialog-content .popup-product-sheet .product-show-descriptions-button {
  position: absolute;
  top: 0;
  right: 0;
}
.ngdialog.popup-utx .ngdialog-content .popup-product-sheet .product-attributes {
  overflow-y: auto;
  max-height: 185px;
  margin-right: -12px;
  padding-right: 12px;
  border-bottom: 1px solid #404040;
  margin: 15px 0 0 0;
  padding: 5px 0;
}
.ngdialog.popup-utx .ngdialog-content .popup-product-sheet .product-attributes::-webkit-scrollbar {
  width: 4px;
}
.ngdialog.popup-utx .ngdialog-content .popup-product-sheet .product-attributes::-webkit-scrollbar-track {
  background: #2c2c2e;
}
.ngdialog.popup-utx .ngdialog-content .popup-product-sheet .product-attributes::-webkit-scrollbar-thumb {
  background: #c8c8c8;
  width: 4px;
}
.ngdialog.popup-utx .ngdialog-content .popup-product-sheet .product-attributes .attribute {
  line-height: 25px;
  height: 25px;
}
.ngdialog.popup-utx .ngdialog-content .popup-product-sheet .product-attributes .attribute .attribute-name, .ngdialog.popup-utx .ngdialog-content .popup-product-sheet .product-attributes .attribute .attribute-value {
  text-transform: uppercase;
  font-size: 14px;
}
.ngdialog.popup-utx .ngdialog-content .popup-product-sheet .product-attributes .attribute .attribute-name {
  color: rgba(200, 200, 200, 0.5);
  margin-right: 5px;
}
.ngdialog.popup-utx .ngdialog-content .popup-product-sheet .product-attributes .attribute .attribute-value {
  color: #c8c8c8;
}
.ngdialog.popup-utx .ngdialog-content .popup-product-sheet .product-add-to-cart {
  height: 60px;
  display: table;
  width: 100%;
  border-bottom: 1px solid #404040;
}
.ngdialog.popup-utx .ngdialog-content .popup-product-sheet .product-add-to-cart > * {
  display: table-cell;
  vertical-align: middle;
}
.ngdialog.popup-utx .ngdialog-content .popup-product-sheet .product-add-to-cart .other-currencies-wrapper .other-currencies {
  cursor: pointer;
}
.ngdialog.popup-utx .ngdialog-content .popup-product-sheet .product-add-to-cart .other-currencies-wrapper .other-currencies:hover {
  color: #f8f8f8;
}
.ngdialog.popup-utx .ngdialog-content .popup-product-sheet .product-add-to-cart .product-price-and-cart-wrapper {
  text-align: right;
}
.ngdialog.popup-utx .ngdialog-content .popup-product-sheet .product-add-to-cart .product-price-and-cart-wrapper > * {
  display: inline-block;
}
.ngdialog.popup-utx .ngdialog-content .popup-product-sheet .product-add-to-cart .product-price-and-cart-wrapper .product-price {
  margin-right: 17px;
}
.ngdialog.popup-utx .ngdialog-content .popup-product-sheet .product-add-to-cart .product-price-and-cart-wrapper .product-price .no-price, .ngdialog.popup-utx .ngdialog-content .popup-product-sheet .product-add-to-cart .product-price-and-cart-wrapper .product-price .currency, .ngdialog.popup-utx .ngdialog-content .popup-product-sheet .product-add-to-cart .product-price-and-cart-wrapper .product-price .price {
  display: inline-block;
  color: #c8c8c8;
  text-transform: uppercase;
  font-size: 16px;
}
.ngdialog.popup-utx .ngdialog-content .popup-product-sheet .product-add-to-cart .product-price-and-cart-wrapper .product-price .no-price {
  display: none;
}
.ngdialog.popup-utx .ngdialog-content .popup-product-sheet .product-add-to-cart .product-price-and-cart-wrapper .product-price.no-price .currency, .ngdialog.popup-utx .ngdialog-content .popup-product-sheet .product-add-to-cart .product-price-and-cart-wrapper .product-price.no-price .price {
  display: none;
}
.ngdialog.popup-utx .ngdialog-content .popup-product-sheet .product-add-to-cart .product-price-and-cart-wrapper .product-price.no-price .no-price {
  display: inline-block;
}
.ngdialog.popup-utx .ngdialog-content .popup-product-sheet .product-buttons {
  padding-top: 36px;
  margin: -5px;
  text-align: right;
}
.ngdialog.popup-utx .ngdialog-content .popup-product-sheet .product-buttons button {
  margin: 5px;
}
.ngdialog.popup-utx .ngdialog-content .popup-product-sheet .product-buttons.product-buttons-special-request {
  padding-top: 0;
  border-bottom: 1px solid #404040;
  margin: 0;
}
.ngdialog.popup-utx .ngdialog-content .popup-product-sheet .product-buttons.product-buttons-special-request button {
  border: 0;
  padding: 0;
}
.ngdialog.popup-utx .ngdialog-content .popup-product-sheet.has-image {
  margin-bottom: 36px;
}
.ngdialog.popup-utx .ngdialog-content .product-strap-chablon {
  padding-bottom: 10px;
}
.ngdialog.popup-utx .ngdialog-content .product-strap-chablon span {
  color: #999;
}
.ngdialog.popup-utx .ngdialog-content .product-strap-chablon .icon-chopard-download-20 {
  display: inline-block;
  font-size: 16px;
  width: 25px;
  height: 25px;
  text-align: center;
  padding-top: 2px;
  vertical-align: middle;
  margin-left: 5px;
  position: relative;
  border: 1px solid rgba(255, 255, 255, 0.5);
  top: -2px;
  border-radius: 2px;
  cursor: pointer;
}
.ngdialog.popup-utx .ngdialog-content .general-conditions {
  overflow-y: auto;
  max-height: 465px;
  margin-right: -12px;
  padding-right: 12px;
}
.ngdialog.popup-utx .ngdialog-content .general-conditions::-webkit-scrollbar {
  width: 4px;
}
.ngdialog.popup-utx .ngdialog-content .general-conditions::-webkit-scrollbar-track {
  background: #2c2c2e;
}
.ngdialog.popup-utx .ngdialog-content .general-conditions::-webkit-scrollbar-thumb {
  background: #c8c8c8;
  width: 4px;
}
.ngdialog.popup-utx .ngdialog-content .general-conditions h1, .ngdialog.popup-utx .ngdialog-content .general-conditions h2, .ngdialog.popup-utx .ngdialog-content .general-conditions h3, .ngdialog.popup-utx .ngdialog-content .general-conditions h4, .ngdialog.popup-utx .ngdialog-content .general-conditions h5, .ngdialog.popup-utx .ngdialog-content .general-conditions h6 {
  color: #c8c8c8;
  font-family: "The Sans Extra Light CAPS";
  font-weight: normal;
}
.ngdialog.popup-utx .ngdialog-content .general-conditions h1 {
  font-size: 20px;
}
.ngdialog.popup-utx .ngdialog-content .general-conditions h2 {
  font-size: 18px;
}
.ngdialog.popup-utx .ngdialog-content .general-conditions h3 {
  font-size: 16px;
}
.ngdialog.popup-utx .ngdialog-content .general-conditions p {
  display: block;
  text-align: justify;
  color: #ababab;
  font-size: 14px;
  font-family: "Source Sans Pro";
  margin: 10px 0;
}
.ngdialog.popup-utx .ngdialog-content .general-conditions ul {
  color: #ababab;
}
.ngdialog.popup-utx .ngdialog-content .accept-general-conditions {
  margin-top: 20px;
}
.ngdialog.popup-utx .ngdialog-content .accept-general-conditions .raw-text {
  text-align: center;
}
.ngdialog.popup-utx .ngdialog-content .accept-general-conditions .accept-button {
  text-align: right;
}
.ngdialog.popup-utx .ngdialog-content .change-password .required .raw-text {
  color: #8b8b8b;
  text-align: left;
}
.ngdialog.popup-utx .ngdialog-content .change-password .submit-button {
  text-align: right;
}
.ngdialog.popup-utx .ngdialog-content .create-order .raw-text {
  text-align: center;
}
.ngdialog.popup-utx .ngdialog-content .create-order .submit-button {
  text-align: right;
}
.ngdialog.popup-utx .ngdialog-content .add-order-comment .submit-button {
  text-align: right;
}
.ngdialog.popup-utx .ngdialog-content .checkout-order .submit-button {
  text-align: right;
}
.ngdialog.popup-utx .ngdialog-content .collection {
  text-align: center;
  margin-bottom: 25px;
}
.ngdialog.popup-utx .ngdialog-content .create-data-entry .download-template .raw-text {
  text-align: left;
}
.ngdialog.popup-utx .ngdialog-content .create-data-entry .download-template-button {
  text-align: right;
  margin-bottom: 20px;
}
.ngdialog.popup-utx .ngdialog-content .create-data-entry .required .raw-text {
  color: #8b8b8b;
  text-align: left;
}
.ngdialog.popup-utx .ngdialog-content .create-data-entry .submit-button {
  text-align: right;
}
.ngdialog.popup-utx .ngdialog-content .data-entry-create-success .raw-text, .ngdialog.popup-utx .ngdialog-content .data-entry-create-success .download-result-button {
  text-align: center;
}
.ngdialog.popup-utx .ngdialog-content .import-data-entry .raw-text, .ngdialog.popup-utx .ngdialog-content .import-data-entry-detail .raw-text {
  text-align: left;
}
.ngdialog.popup-utx .ngdialog-content .import-data-entry .download-template-button, .ngdialog.popup-utx .ngdialog-content .import-data-entry-detail .download-template-button {
  text-align: right;
  margin-bottom: 20px;
}
.ngdialog.popup-utx .ngdialog-content .import-data-entry .cancel-button, .ngdialog.popup-utx .ngdialog-content .import-data-entry-detail .cancel-button {
  text-align: left;
}
.ngdialog.popup-utx .ngdialog-content .import-data-entry .submit-button, .ngdialog.popup-utx .ngdialog-content .import-data-entry-detail .submit-button {
  text-align: right;
}
.ngdialog.popup-utx .ngdialog-content .data-entry-import-result .raw-text, .ngdialog.popup-utx .ngdialog-content .data-entry-detail-import-result .raw-text {
  text-align: center;
}
.ngdialog.popup-utx .ngdialog-content .data-entry-import-result .download-result-button, .ngdialog.popup-utx .ngdialog-content .data-entry-detail-import-result .download-result-button {
  text-align: center;
}
.ngdialog.popup-utx .ngdialog-content .edit-data-entry-detail .required .raw-text, .ngdialog.popup-utx .ngdialog-content .duplicate-data-entry-detail .required .raw-text {
  color: #8b8b8b;
}
.ngdialog.popup-utx .ngdialog-content .edit-data-entry-detail .submit-button, .ngdialog.popup-utx .ngdialog-content .duplicate-data-entry-detail .submit-button {
  text-align: right;
}
.ngdialog.popup-utx .ngdialog-content .delete-all-data-entry-detail .raw-text, .ngdialog.popup-utx .ngdialog-content .delete-data-entry-detail .raw-text, .ngdialog.popup-utx .ngdialog-content .validate-data-entry-detail .raw-text {
  text-align: center;
}
.ngdialog.popup-utx .ngdialog-content .delete-all-data-entry-detail .cancel-button, .ngdialog.popup-utx .ngdialog-content .delete-data-entry-detail .cancel-button, .ngdialog.popup-utx .ngdialog-content .validate-data-entry-detail .cancel-button {
  text-align: left;
}
.ngdialog.popup-utx .ngdialog-content .delete-all-data-entry-detail .submit-button, .ngdialog.popup-utx .ngdialog-content .delete-data-entry-detail .submit-button, .ngdialog.popup-utx .ngdialog-content .validate-data-entry-detail .submit-button {
  text-align: right;
}
.ngdialog.popup-utx .ngdialog-content .mark-order-as-read .raw-text, .ngdialog.popup-utx .ngdialog-content .mark-order-as-read .submit-button,
.ngdialog.popup-utx .ngdialog-content .mark-order-as-received .raw-text,
.ngdialog.popup-utx .ngdialog-content .mark-order-as-received .submit-button,
.ngdialog.popup-utx .ngdialog-content .mark-order-as-prepared .raw-text,
.ngdialog.popup-utx .ngdialog-content .mark-order-as-prepared .submit-button,
.ngdialog.popup-utx .ngdialog-content .mark-order-as-processing .raw-text,
.ngdialog.popup-utx .ngdialog-content .mark-order-as-processing .submit-button,
.ngdialog.popup-utx .ngdialog-content .mark-order-as-archived .raw-text,
.ngdialog.popup-utx .ngdialog-content .mark-order-as-archived .submit-button,
.ngdialog.popup-utx .ngdialog-content .new-delivery .raw-text,
.ngdialog.popup-utx .ngdialog-content .new-delivery .submit-button,
.ngdialog.popup-utx .ngdialog-content .delete-delivery .raw-text,
.ngdialog.popup-utx .ngdialog-content .delete-delivery .submit-button {
  text-align: center;
}
.ngdialog.popup-utx .ngdialog-content .create-account .required .raw-text {
  color: #8b8b8b;
}
.ngdialog.popup-utx .ngdialog-content .create-account .submit-button {
  text-align: right;
}
.ngdialog.popup-utx .ngdialog-content .pay-order .payment-options .label {
  text-align: center;
}
.ngdialog.popup-utx .ngdialog-content .other-payment-methods {
  text-align: center;
}
.ngdialog.popup-utx .ngdialog-content .other-payment-methods .button {
  display: inline-block;
  margin: 2px 4px;
}
.ngdialog.popup-utx .ngdialog-content .download-maintenance .cancel-button, .ngdialog.popup-utx .ngdialog-content .download-maintenance .submit-button {
  margin-top: 10px;
}
.ngdialog.popup-utx .ngdialog-content .download-maintenance .submit-button {
  text-align: right;
}
.ngdialog.popup-utx .ngdialog-content .create-maintenance .submit-button {
  text-align: right;
}
.ngdialog.popup-utx.small .ngdialog-content {
  width: 400px;
}
@media (max-width: 440px) {
  .ngdialog.popup-utx.small .ngdialog-content {
    width: 100%;
  }
}
.ngdialog.popup-utx.normal .ngdialog-content {
  width: 560px;
}
@media (max-width: 600px) {
  .ngdialog.popup-utx.normal .ngdialog-content {
    width: 100%;
  }
}
.ngdialog.popup-utx.big .ngdialog-content {
  width: 760px;
}
@media (max-width: 800px) {
  .ngdialog.popup-utx.big .ngdialog-content {
    width: 100%;
  }
}
.ngdialog.popup-utx.extra-big .ngdialog-content {
  width: 1170px;
}
@media (max-width: 1210px) {
  .ngdialog.popup-utx.extra-big .ngdialog-content {
    width: 100%;
  }
}
.ngdialog.popup-utx.dark .ngdialog-content {
  background-color: #2c2c2e;
  color: #c8c8c8;
}
.ngdialog.popup-utx.dark .ngdialog-content .ngdialog-close {
  color: #c8c8c8;
}
.ngdialog.popup-utx.dark .ngdialog-content .ngdialog-close:hover {
  color: white;
}
.ngdialog.popup-utx.dark .ngdialog-content .title1, .ngdialog.popup-utx.dark .ngdialog-content .title2 {
  color: #c8c8c8;
}
.ngdialog.popup-utx.light .ngdialog-content {
  background-color: white;
  color: #8b8b8b;
}
.ngdialog.popup-utx.light .ngdialog-content .ngdialog-close {
  color: #272b44;
}
.ngdialog.popup-utx.light .ngdialog-content .ngdialog-close:hover {
  color: #3a3a6a;
}
.ngdialog.popup-utx.popup-checkout .popup-container .checkout-steps {
  position: relative;
  margin: -36px -41px 0 -41px;
  height: 85px;
  background-color: #f7f8f3;
}
.ngdialog.popup-utx.popup-checkout .popup-container .checkout-steps .steps {
  position: absolute;
  top: 50%;
  height: 35px;
  width: 100%;
  margin-top: -17.5px;
  text-align: center;
}
.ngdialog.popup-utx.popup-checkout .popup-container .checkout-steps .steps .step {
  cursor: pointer;
  position: relative;
  display: inline-block;
  width: 35px;
  height: 35px;
  margin-right: 42px;
  border: 1px solid transparent;
  border-radius: 50%;
}
.ngdialog.popup-utx.popup-checkout .popup-container .checkout-steps .steps .step span {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 25px;
  height: 25px;
  margin-top: -12.5px;
  margin-left: -12.5px;
  border: 1px solid #c8c8c8;
  border-radius: 50%;
  text-align: center;
  line-height: 22px;
  font-size: 15px;
  color: #272b44;
}
.ngdialog.popup-utx.popup-checkout .popup-container .checkout-steps .steps .step:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: -39px;
  width: 34px;
  height: 1px;
  margin-top: -0.5px;
  background-color: #c8c8c8;
}
.ngdialog.popup-utx.popup-checkout .popup-container .checkout-steps .steps .step:last-child {
  margin-right: 0;
}
.ngdialog.popup-utx.popup-checkout .popup-container .checkout-steps .steps .step:last-child:before {
  display: none;
}
.ngdialog.popup-utx.popup-checkout .popup-container .checkout-steps .steps .step.selected {
  border-color: #c8c8c8;
}
.ngdialog.popup-utx.popup-checkout .popup-container .checkout-steps .steps .step.selected span {
  border-color: transparent;
  background-color: #272b44;
  color: white;
}
.ngdialog.popup-utx.popup-checkout .popup-container .checkout-steps .steps .step.disabled {
  cursor: default;
}
.ngdialog.popup-utx.popup-checkout .popup-container .checkout-title {
  display: table;
  height: 85px;
  width: 100%;
  font-size: 22px;
  font-family: "The Sans Extra Light CAPS";
  color: #272b44;
  border-bottom: 1px solid transparent;
}
.ngdialog.popup-utx.popup-checkout .popup-container .checkout-title span {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}
.ngdialog.popup-utx.popup-checkout .popup-container .checkout-content .checkout-item-list .shopping-list-container {
  overflow-y: auto;
  max-height: 481px;
  margin-right: -12px;
  padding-right: 12px;
}
.ngdialog.popup-utx.popup-checkout .popup-container .checkout-content .checkout-item-list .shopping-list-container::-webkit-scrollbar {
  width: 4px;
}
.ngdialog.popup-utx.popup-checkout .popup-container .checkout-content .checkout-item-list .shopping-list-container::-webkit-scrollbar-track {
  background: white;
}
.ngdialog.popup-utx.popup-checkout .popup-container .checkout-content .checkout-item-list .shopping-list-container::-webkit-scrollbar-thumb {
  background: #c8c8c8;
  width: 4px;
}
.ngdialog.popup-utx.popup-checkout .popup-container .checkout-content .checkout-item-list .shopping-list-container .shopping-list-item:last-child {
  border-bottom-color: transparent;
}
.ngdialog.popup-utx.popup-checkout .popup-container .checkout-content .checkout-item-list .shopping-list-footer {
  border-top: 1px solid #efefef;
  padding-bottom: 0;
}
.ngdialog.popup-utx.popup-checkout .popup-container .checkout-content .checkout-billing .payment-options {
  margin-top: 20px;
  margin-bottom: 50px;
}
.ngdialog.popup-utx.popup-checkout .popup-container .checkout-content .checkout-billing .general-conditions-checkbox, .ngdialog.popup-utx.popup-checkout .popup-container .checkout-content .checkout-billing .general-conditions-icon {
  float: left;
}
.ngdialog.popup-utx.popup-checkout .popup-container .checkout-content .checkout-billing .general-conditions-checkbox, .ngdialog.popup-utx.popup-checkout .popup-container .checkout-content .checkout-billing .general-conditions-icon, .ngdialog.popup-utx.popup-checkout .popup-container .checkout-content .checkout-billing .back-button {
  margin-left: 15px;
}
.ngdialog.popup-utx.popup-checkout .popup-container .checkout-content .checkout-billing .general-conditions-icon {
  position: relative;
  top: -1px;
}
.ngdialog.popup-utx.popup-checkout .popup-container .checkout-content .checkout-billing .back-button {
  margin-top: 34px;
}
.ngdialog.popup-utx.popup-checkout .popup-container .checkout-content .checkout-status .message {
  text-align: center;
}
.ngdialog.popup-utx.popup-checkout .popup-container.checkout-summary .checkout-title {
  border-bottom-color: #efefef;
}
@media (max-height: 540) {
  .ngdialog.popup-utx {
    padding-bottom: 0;
    padding-top: 0;
  }
  .ngdialog.popup-utx .ngdialog-content {
    height: 100%;
    overflow: auto;
  }
}

.ngdialog.popup-utx .ngdialog-message {
  margin-bottom: 0.5em;
}

.ngdialog.popup-utx .ngdialog-input {
  margin-bottom: 1em;
}

.ngdialog.popup-utx .ngdialog-input textarea,
.ngdialog.popup-utx .ngdialog-input input[type=text],
.ngdialog.popup-utx .ngdialog-input input[type=password],
.ngdialog.popup-utx .ngdialog-input input[type=email],
.ngdialog.popup-utx .ngdialog-input input[type=url] {
  background: #fff;
  border: 0;
  border-radius: 3px;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  margin: 0 0 0.25em;
  min-height: 2.5em;
  padding: 0.25em 0.67em;
  width: 100%;
}

.ngdialog.popup-utx .ngdialog-input textarea:focus,
.ngdialog.popup-utx .ngdialog-input input[type=text]:focus,
.ngdialog.popup-utx .ngdialog-input input[type=password]:focus,
.ngdialog.popup-utx .ngdialog-input input[type=email]:focus,
.ngdialog.popup-utx .ngdialog-input input[type=url]:focus {
  box-shadow: inset 0 0 0 2px #8dbdf1;
  outline: none;
}

.ngdialog.popup-utx .ngdialog-buttons {
  *zoom: 1;
}

.ngdialog.popup-utx .ngdialog-buttons:after {
  content: "";
  display: table;
  clear: both;
}

.ngdialog.popup-utx .ngdialog-button {
  border: 0;
  border-radius: 3px;
  cursor: pointer;
  float: right;
  font-family: inherit;
  font-size: 0.8em;
  letter-spacing: 0.1em;
  line-height: 1em;
  margin: 0 0 0 0.5em;
  padding: 0.75em 2em;
  text-transform: uppercase;
}

.ngdialog.popup-utx .ngdialog-button:focus {
  -webkit-animation: ngdialog-pulse 1.1s infinite;
  animation: ngdialog-pulse 1.1s infinite;
  outline: none;
}

@media (max-width: 568px) {
  .ngdialog.popup-utx .ngdialog-button:focus {
    -webkit-animation: none;
    animation: none;
  }
}
.ngdialog.popup-utx .ngdialog-button.ngdialog-button-primary {
  background: #3288e6;
  color: #fff;
}

.ngdialog.popup-utx .ngdialog-button.ngdialog-button-secondary {
  background: #e0e0e0;
  color: #777;
}

/***
	Global classes
***/
.align-container {
  display: table;
  width: 100%;
  height: 100%;
}
.align-container .align-top, .align-container .align-middle, .align-container .align-bottom,
.align-container .align-left, .align-container .align-center, .align-container .align-right {
  display: table-cell;
  vertical-align: top;
}
.align-container .align-top .aligned, .align-container .align-middle .aligned, .align-container .align-bottom .aligned,
.align-container .align-left .aligned, .align-container .align-center .aligned, .align-container .align-right .aligned {
  display: inline-block;
}
.align-container .align-top {
  vertical-align: top;
}
.align-container .align-middle {
  vertical-align: middle;
}
.align-container .align-bottom {
  vertical-align: bottom;
}
.align-container .align-left {
  text-align: left;
}
.align-container .align-center {
  text-align: center;
}
.align-container .align-right {
  text-align: right;
}

.unselectable {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: default;
}

.size-lock {
  background: #F4F2F2;
  z-index: 99999999;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: fixed;
  display: none;
}
.size-lock .size-lock-message {
  position: absolute;
  display: inline-block;
  top: 45%;
  width: 100%;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  padding: 0 75px;
}
.size-lock .size-lock-message .icon {
  position: absolute;
  top: 50%;
  margin-top: -22.5px;
  font-size: 45px;
  color: #3a3a6a;
  width: 45px;
  height: 45px;
}
.size-lock .size-lock-message .icon:before {
  position: absolute;
  top: 0;
  left: 0;
}
.size-lock .size-lock-message .icon.n1 {
  opacity: 1;
}
.size-lock .size-lock-message .icon.n2 {
  opacity: 0.6;
}
.size-lock .size-lock-message .icon.n3 {
  opacity: 0.3;
}
.size-lock .size-lock-message .icon.left.n1 {
  left: 10px;
}
.size-lock .size-lock-message .icon.left.n2 {
  left: 20px;
}
.size-lock .size-lock-message .icon.left.n3 {
  left: 30px;
}
.size-lock .size-lock-message .icon.right.n1 {
  right: 10px;
}
.size-lock .size-lock-message .icon.right.n2 {
  right: 20px;
}
.size-lock .size-lock-message .icon.right.n3 {
  right: 30px;
}
.size-lock .size-lock-message .logo {
  position: absolute;
  left: 50%;
  margin-left: -100px;
  top: -150px;
  top: calc(-50px - 20vh);
  height: 50px;
  width: 200px;
  background: url("../img/svg/chopard_logo.svg") no-repeat center;
  background-size: contain;
}
.size-lock .size-lock-message .p1 {
  color: #3a3a6a;
}
.size-lock .size-lock-message .p2 {
  color: #8b8b8b;
}

.global-loader {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #f4f2f2;
  z-index: 999999;
}
.global-loader .logo {
  width: 176px;
  height: 56px;
  margin-bottom: 10px;
}
.global-loader .logo svg {
  width: 100%;
  height: 100%;
}
.global-loader .loader-inner > div {
  background: rgba(0, 0, 0, 0.2);
}

.global-loader-visible {
  overflow: hidden;
}
.global-loader-visible .global-loader {
  display: block;
}

/***
	Default config for various elements
***/
html, body {
  height: 100%;
  width: 100%;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 0.03em;
  min-width: 768px;
}

/***
	Texts
***/
p {
  display: block;
  margin: 0;
  text-align: justify;
  color: #8b8b8b;
  font-size: 14px;
  font-family: "Source Sans Pro";
}
p.marketing {
  font-size: 13px;
  text-transform: uppercase;
}
p.technical {
  font-family: Courier, monospace;
  font-size: 13px;
  text-transform: uppercase;
  white-space: pre-wrap;
}

.title1, .title2 {
  color: #3a3a6a;
  font-family: "The Sans Extra Light CAPS";
}

.title1 {
  font-size: 27px;
}

.title2 {
  font-size: 20px;
}

.product-details-price .text, .product-details-price .currency, .product-details-price .price, .product-details-price .no-price {
  display: inline-block;
}
.product-details-price .text, .product-details-price .no-price {
  font-size: 17px;
  color: #676767;
}
.product-details-price .no-price {
  display: none;
}
.product-details-price .currency {
  font-size: 15px;
  color: #8b8b8b;
}
.product-details-price .price {
  font-size: 17px;
  color: #272b44;
}
.product-details-price.bigger .currency {
  font-size: 17px;
}
.product-details-price.bigger .price {
  font-size: 22px;
}
.product-details-price.no-price .text, .product-details-price.no-price .currency, .product-details-price.no-price .price {
  display: none;
}
.product-details-price.no-price .no-price {
  display: inline-block;
}

.txt-left {
  text-align: left;
}

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

.txt-right {
  text-align: right;
}

.status {
  text-align: center;
  display: inline-block;
  border: 1px solid transparent;
  text-transform: uppercase;
  line-height: 14px;
  font-size: 12px;
  border-radius: 3px;
  padding: 4px 4px;
  border-color: #8b8b8b;
  color: #8b8b8b;
}
.status.estimation-in-progress {
  border-color: #fa8526;
  color: #fa8526;
}
.status.received {
  border-color: #a98b74;
  color: #a98b74;
}
.status.repair-in-progress {
  border-color: #55a0c0;
  color: #55a0c0;
}
.status.closed {
  border-color: #5fb173;
  color: #5fb173;
}
.status.repair-in-final-quality-control {
  border-color: #bd58b6;
  color: #bd58b6;
}
.status.open {
  border-color: #8b8b8b;
  color: #8b8b8b;
}
.status.submitted {
  border-color: #5fb173;
  color: #5fb173;
}
.status.deleted {
  border-color: #ff0f1c;
  color: #ff0f1c;
}
.status.active {
  border-color: #55a0c0;
  color: #55a0c0;
}
.status.sent {
  border-color: #5fb173;
  color: #5fb173;
}
.status.shipped {
  border-color: #5fb173;
  color: #5fb173;
}
.status.processing {
  border-color: #fa8525;
  color: #fa8525;
}
.status.prepared {
  border-color: #bd58b6;
  color: #bd58b6;
}
.status.archived {
  border-color: #a98b74;
  color: #a98b74;
}
.status.component {
  border-color: transparent;
  background-color: #b4b4b4;
  color: white;
}

/***
	Inputs
***/
input,
button,
textarea {
  -webkit-appearance: none;
  outline: none;
  border-radius: 0;
}

.input-text {
  width: 100%;
  position: relative;
}
.input-text input, .input-text textarea, .input-text .input-file-label {
  width: 100%;
  font-family: "Source Sans Pro";
  font-weight: 300;
  border: none;
}
.input-text input, .input-text .input-file-label {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.input-text textarea {
  resize: vertical;
  min-height: 98px;
}
.input-text .datepicker {
  left: 0;
  z-index: 1;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}
.input-text .options {
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  margin-bottom: 20px;
}
.input-text .options .select-all-wrapper,
.input-text .options .options-wrapper {
  overflow: auto;
}
.input-text .options .select-all-wrapper .option,
.input-text .options .options-wrapper .option {
  position: relative;
  cursor: pointer;
}
.input-text .options .select-all-wrapper .option .checkbox, .input-text .options .select-all-wrapper .option .option-title,
.input-text .options .options-wrapper .option .checkbox,
.input-text .options .options-wrapper .option .option-title {
  position: absolute;
}
.input-text .options .select-all-wrapper .option .checkbox,
.input-text .options .options-wrapper .option .checkbox {
  top: 50%;
  margin-top: -6.5px;
  left: 11px;
}
.input-text .options .select-all-wrapper .option .option-title,
.input-text .options .options-wrapper .option .option-title {
  left: 11px;
  right: 11px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.input-text .options .select-all-wrapper .option.has-checkbox .option-title,
.input-text .options .options-wrapper .option.has-checkbox .option-title {
  left: 35px;
}
.input-text .options .select-all-wrapper::-webkit-scrollbar,
.input-text .options .options-wrapper::-webkit-scrollbar {
  width: 4px;
}
.input-text .options .select-all-wrapper::-webkit-scrollbar-thumb,
.input-text .options .options-wrapper::-webkit-scrollbar-thumb {
  width: 4px;
}
.input-text .tooltip {
  display: none;
  padding: 6px 12px;
  top: 45px;
}
.input-text.input-type-file input {
  width: 0.1px !important;
  height: 0.1px !important;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}
.input-text.input-type-file .input-file-label {
  display: inline-block;
  line-height: 35px;
  margin-bottom: -5px;
}
.input-text.type1 input, .input-text.type1 textarea, .input-text.type1 .input-file-label {
  padding: 0 11px;
  color: #3a3a6a;
  border-bottom: 1px solid #c8c8c8;
  background-color: #f2f2f2;
}
.input-text.type1 input::-webkit-input-placeholder, .input-text.type1 textarea::-webkit-input-placeholder, .input-text.type1 .input-file-label::-webkit-input-placeholder {
  color: #8b8b8b;
}
.input-text.type1 input:-moz-placeholder, .input-text.type1 textarea:-moz-placeholder, .input-text.type1 .input-file-label:-moz-placeholder {
  color: #8b8b8b;
}
.input-text.type1 input::-moz-placeholder, .input-text.type1 textarea::-moz-placeholder, .input-text.type1 .input-file-label::-moz-placeholder {
  color: #8b8b8b;
}
.input-text.type1 input:-ms-input-placeholder, .input-text.type1 textarea:-ms-input-placeholder, .input-text.type1 .input-file-label:-ms-input-placeholder {
  color: #8b8b8b;
}
.input-text.type1 input:focus, .input-text.type1 input .focus, .input-text.type1 textarea:focus, .input-text.type1 textarea .focus, .input-text.type1 .input-file-label:focus, .input-text.type1 .input-file-label .focus {
  border-bottom: 1px solid black;
}
.input-text.type1 input:disabled, .input-text.type1 textarea:disabled, .input-text.type1 .input-file-label:disabled {
  opacity: 0.7;
}
.input-text.type1 input:-webkit-autofill, .input-text.type1 textarea:-webkit-autofill, .input-text.type1 .input-file-label:-webkit-autofill {
  -webkit-text-fill-color: #3a3a6a;
  box-shadow: 0 0 0 35px #f2f2f2 inset;
}
.input-text.type1 input, .input-text.type1 .input-file-label {
  height: 35px;
}
.input-text.type1 textarea {
  padding-top: 7px;
  padding-bottom: 7px;
}
.input-text.type1.icon-on-the-right:before, .input-text.type1.icon-on-the-left:before {
  height: 35px;
  width: 35px;
}
.input-text.type1.icon-on-the-right input, .input-text.type1.icon-on-the-right .input-file-label {
  padding-right: 35px;
}
.input-text.type1.icon-on-the-left input, .input-text.type1.icon-on-the-left .input-file-label {
  padding-left: 35px;
}
.input-text.type1 .datepicker {
  top: 40px;
  background-color: #f2f2f2;
}
.input-text.type1 .datepicker button {
  color: #404040;
  border-color: #f2f2f2;
  background: white;
}
.input-text.type1 .datepicker button:hover {
  background: #c8c8c8;
  color: black;
}
.input-text.type1 .datepicker button.active {
  background: #3a3a6a;
  color: white;
}
.input-text.type1 .datepicker button .text-muted {
  color: #8b8b8b;
}
.input-text.type1 .options {
  top: 35px;
  background-color: white;
  color: #3a3a6a;
  border-bottom: 1px solid #c8c8c8;
  border-left: 1px solid #c8c8c8;
  border-right: 1px solid #c8c8c8;
}
.input-text.type1 .options .search-wrapper input {
  height: 35px;
  background-color: white;
  border: none;
  border-bottom: 1px solid #c8c8c8;
}
.input-text.type1 .options .select-all-wrapper {
  border-bottom: 1px solid rgba(58, 58, 106, 0.5);
}
.input-text.type1 .options .options-wrapper {
  max-height: 316px;
}
.input-text.type1 .options .options-wrapper::-webkit-scrollbar-track {
  background-color: white;
}
.input-text.type1 .options .options-wrapper::-webkit-scrollbar-thumb {
  background-color: #3a3a6a;
}
.input-text.type1 .options .select-all-wrapper .option,
.input-text.type1 .options .options-wrapper .option {
  height: 35px;
}
.input-text.type1 .options .select-all-wrapper .option .option-title,
.input-text.type1 .options .options-wrapper .option .option-title {
  line-height: 35px;
}
.input-text.type1 .options .select-all-wrapper .option:hover, .input-text.type1 .options .select-all-wrapper .option.hover,
.input-text.type1 .options .options-wrapper .option:hover,
.input-text.type1 .options .options-wrapper .option.hover {
  background-color: #f8f8f8;
}
.input-text.type1 .options .select-all-wrapper .option.has-checkbox.selected,
.input-text.type1 .options .options-wrapper .option.has-checkbox.selected {
  background: none;
}
.input-text.type1 .options .select-all-wrapper .option.selected,
.input-text.type1 .options .options-wrapper .option.selected {
  background: #f8f8f8;
}
.input-text.type2 input, .input-text.type2 textarea, .input-text.type2 .input-file-label {
  padding: 0 11px;
  color: #c8c8c8;
  border-bottom: 1px solid #8b8b8b;
  background-color: #404040;
}
.input-text.type2 input::-webkit-input-placeholder, .input-text.type2 textarea::-webkit-input-placeholder, .input-text.type2 .input-file-label::-webkit-input-placeholder {
  color: #8b8b8b;
}
.input-text.type2 input:-moz-placeholder, .input-text.type2 textarea:-moz-placeholder, .input-text.type2 .input-file-label:-moz-placeholder {
  color: #8b8b8b;
}
.input-text.type2 input::-moz-placeholder, .input-text.type2 textarea::-moz-placeholder, .input-text.type2 .input-file-label::-moz-placeholder {
  color: #8b8b8b;
}
.input-text.type2 input:-ms-input-placeholder, .input-text.type2 textarea:-ms-input-placeholder, .input-text.type2 .input-file-label:-ms-input-placeholder {
  color: #8b8b8b;
}
.input-text.type2 input:focus, .input-text.type2 input .focus, .input-text.type2 textarea:focus, .input-text.type2 textarea .focus, .input-text.type2 .input-file-label:focus, .input-text.type2 .input-file-label .focus {
  border-bottom: 1px solid #c8c8c8;
}
.input-text.type2 input:disabled, .input-text.type2 textarea:disabled, .input-text.type2 .input-file-label:disabled {
  opacity: 0.7;
}
.input-text.type2 input:-webkit-autofill, .input-text.type2 textarea:-webkit-autofill, .input-text.type2 .input-file-label:-webkit-autofill {
  -webkit-text-fill-color: #c8c8c8;
  box-shadow: 0 0 0 35px #404040 inset;
}
.input-text.type2 input, .input-text.type2 .input-file-label {
  height: 35px;
}
.input-text.type2 textarea {
  padding-top: 7px;
  padding-bottom: 7px;
}
.input-text.type2.icon-on-the-right:before, .input-text.type2.icon-on-the-left:before {
  height: 35px;
  width: 35px;
}
.input-text.type2.icon-on-the-right input, .input-text.type2.icon-on-the-right .input-file-label {
  padding-right: 35px;
}
.input-text.type2.icon-on-the-left input, .input-text.type2.icon-on-the-left .input-file-label {
  padding-left: 35px;
}
.input-text.type2 .datepicker {
  top: 40px;
  background-color: #404040;
}
.input-text.type2 .datepicker button {
  color: #f2f2f2;
  border-color: #404040;
  background: #6a6a6a;
}
.input-text.type2 .datepicker button:hover {
  background: #c8c8c8;
  color: #8b8b8b;
}
.input-text.type2 .datepicker button.active {
  background: #cdcdcd;
  color: black;
}
.input-text.type2 .datepicker button .text-muted {
  color: #404040;
}
.input-text.type2 .options {
  top: 35px;
  background-color: #2c2c2e;
  color: #c8c8c8;
  border-bottom: 1px solid #8b8b8b;
  border-left: 1px solid #8b8b8b;
  border-right: 1px solid #8b8b8b;
}
.input-text.type2 .options .search-wrapper input {
  height: 35px;
  background-color: #2c2c2e;
  border: none;
  border-bottom: 1px solid #8b8b8b;
}
.input-text.type2 .options .select-all-wrapper {
  border-bottom: 1px solid rgba(200, 200, 200, 0.5);
}
.input-text.type2 .options .options-wrapper {
  max-height: 316px;
}
.input-text.type2 .options .options-wrapper::-webkit-scrollbar-track {
  background-color: #2c2c2e;
}
.input-text.type2 .options .options-wrapper::-webkit-scrollbar-thumb {
  background-color: #c8c8c8;
}
.input-text.type2 .options .select-all-wrapper .option,
.input-text.type2 .options .options-wrapper .option {
  height: 35px;
}
.input-text.type2 .options .select-all-wrapper .option .option-title,
.input-text.type2 .options .options-wrapper .option .option-title {
  line-height: 35px;
}
.input-text.type2 .options .select-all-wrapper .option:hover, .input-text.type2 .options .select-all-wrapper .option.hover,
.input-text.type2 .options .options-wrapper .option:hover,
.input-text.type2 .options .options-wrapper .option.hover {
  background-color: #404040;
}
.input-text.type2 .options .select-all-wrapper .option.has-checkbox.selected,
.input-text.type2 .options .options-wrapper .option.has-checkbox.selected {
  background: none;
}
.input-text.type2 .options .select-all-wrapper .option.selected,
.input-text.type2 .options .options-wrapper .option.selected {
  background: #404040;
}
.input-text.type3, .input-text.type5 {
  border: 1px solid transparent;
  border-radius: 3px;
}
.input-text.type3 input, .input-text.type5 input {
  text-align: right;
}
.input-text.type3:before, .input-text.type5:before {
  cursor: pointer;
}
.input-text.type3 {
  border-color: #efefef;
}
.input-text.type3 input, .input-text.type3 textarea, .input-text.type3 .input-file-label {
  padding: 0 9px;
  color: #8b8b8b;
  border-bottom: none;
  background-color: transparent;
}
.input-text.type3 input::-webkit-input-placeholder, .input-text.type3 textarea::-webkit-input-placeholder, .input-text.type3 .input-file-label::-webkit-input-placeholder {
  color: #c8c8c8;
}
.input-text.type3 input:-moz-placeholder, .input-text.type3 textarea:-moz-placeholder, .input-text.type3 .input-file-label:-moz-placeholder {
  color: #c8c8c8;
}
.input-text.type3 input::-moz-placeholder, .input-text.type3 textarea::-moz-placeholder, .input-text.type3 .input-file-label::-moz-placeholder {
  color: #c8c8c8;
}
.input-text.type3 input:-ms-input-placeholder, .input-text.type3 textarea:-ms-input-placeholder, .input-text.type3 .input-file-label:-ms-input-placeholder {
  color: #c8c8c8;
}
.input-text.type3 input:focus, .input-text.type3 input .focus, .input-text.type3 textarea:focus, .input-text.type3 textarea .focus, .input-text.type3 .input-file-label:focus, .input-text.type3 .input-file-label .focus {
  border-bottom: none;
}
.input-text.type3 input:disabled, .input-text.type3 textarea:disabled, .input-text.type3 .input-file-label:disabled {
  opacity: 0.7;
}
.input-text.type3 input:-webkit-autofill, .input-text.type3 textarea:-webkit-autofill, .input-text.type3 .input-file-label:-webkit-autofill {
  -webkit-text-fill-color: #8b8b8b;
  box-shadow: 0 0 0 30px transparent inset;
}
.input-text.type3 input, .input-text.type3 .input-file-label {
  height: 30px;
}
.input-text.type3 textarea {
  padding-top: 5px;
  padding-bottom: 5px;
}
.input-text.type3.icon-on-the-right:before, .input-text.type3.icon-on-the-left:before {
  height: 30px;
  width: 30px;
}
.input-text.type3.icon-on-the-right input, .input-text.type3.icon-on-the-right .input-file-label {
  padding-right: 30px;
}
.input-text.type3.icon-on-the-left input, .input-text.type3.icon-on-the-left .input-file-label {
  padding-left: 30px;
}
.input-text.type4 input, .input-text.type4 textarea, .input-text.type4 .input-file-label {
  padding: 0 11px;
  color: #8b8b8b;
  border-bottom: 1px solid #c8c8c8;
  background-color: #f8f6f6;
}
.input-text.type4 input::-webkit-input-placeholder, .input-text.type4 textarea::-webkit-input-placeholder, .input-text.type4 .input-file-label::-webkit-input-placeholder {
  color: #c8c8c8;
}
.input-text.type4 input:-moz-placeholder, .input-text.type4 textarea:-moz-placeholder, .input-text.type4 .input-file-label:-moz-placeholder {
  color: #c8c8c8;
}
.input-text.type4 input::-moz-placeholder, .input-text.type4 textarea::-moz-placeholder, .input-text.type4 .input-file-label::-moz-placeholder {
  color: #c8c8c8;
}
.input-text.type4 input:-ms-input-placeholder, .input-text.type4 textarea:-ms-input-placeholder, .input-text.type4 .input-file-label:-ms-input-placeholder {
  color: #c8c8c8;
}
.input-text.type4 input:focus, .input-text.type4 input .focus, .input-text.type4 textarea:focus, .input-text.type4 textarea .focus, .input-text.type4 .input-file-label:focus, .input-text.type4 .input-file-label .focus {
  border-bottom: 1px solid black;
}
.input-text.type4 input:disabled, .input-text.type4 textarea:disabled, .input-text.type4 .input-file-label:disabled {
  opacity: 0.7;
}
.input-text.type4 input:-webkit-autofill, .input-text.type4 textarea:-webkit-autofill, .input-text.type4 .input-file-label:-webkit-autofill {
  -webkit-text-fill-color: #8b8b8b;
  box-shadow: 0 0 0 35px #f8f6f6 inset;
}
.input-text.type4 input, .input-text.type4 .input-file-label {
  height: 35px;
}
.input-text.type4 textarea {
  padding-top: 7px;
  padding-bottom: 7px;
}
.input-text.type4.icon-on-the-right:before, .input-text.type4.icon-on-the-left:before {
  height: 35px;
  width: 35px;
}
.input-text.type4.icon-on-the-right input, .input-text.type4.icon-on-the-right .input-file-label {
  padding-right: 35px;
}
.input-text.type4.icon-on-the-left input, .input-text.type4.icon-on-the-left .input-file-label {
  padding-left: 35px;
}
.input-text.type5 {
  border-color: rgba(255, 255, 255, 0.5);
}
.input-text.type5 input, .input-text.type5 textarea, .input-text.type5 .input-file-label {
  padding: 0 9px;
  color: rgba(255, 255, 255, 0.8);
  border-bottom: none;
  background-color: transparent;
}
.input-text.type5 input::-webkit-input-placeholder, .input-text.type5 textarea::-webkit-input-placeholder, .input-text.type5 .input-file-label::-webkit-input-placeholder {
  color: #c8c8c8;
}
.input-text.type5 input:-moz-placeholder, .input-text.type5 textarea:-moz-placeholder, .input-text.type5 .input-file-label:-moz-placeholder {
  color: #c8c8c8;
}
.input-text.type5 input::-moz-placeholder, .input-text.type5 textarea::-moz-placeholder, .input-text.type5 .input-file-label::-moz-placeholder {
  color: #c8c8c8;
}
.input-text.type5 input:-ms-input-placeholder, .input-text.type5 textarea:-ms-input-placeholder, .input-text.type5 .input-file-label:-ms-input-placeholder {
  color: #c8c8c8;
}
.input-text.type5 input:focus, .input-text.type5 input .focus, .input-text.type5 textarea:focus, .input-text.type5 textarea .focus, .input-text.type5 .input-file-label:focus, .input-text.type5 .input-file-label .focus {
  border-bottom: none;
}
.input-text.type5 input:disabled, .input-text.type5 textarea:disabled, .input-text.type5 .input-file-label:disabled {
  opacity: 0.7;
}
.input-text.type5 input:-webkit-autofill, .input-text.type5 textarea:-webkit-autofill, .input-text.type5 .input-file-label:-webkit-autofill {
  -webkit-text-fill-color: rgba(255, 255, 255, 0.8);
  box-shadow: 0 0 0 30px transparent inset;
}
.input-text.type5 input, .input-text.type5 .input-file-label {
  height: 30px;
}
.input-text.type5 textarea {
  padding-top: 5px;
  padding-bottom: 5px;
}
.input-text.type5.icon-on-the-right:before, .input-text.type5.icon-on-the-left:before {
  height: 30px;
  width: 30px;
}
.input-text.type5.icon-on-the-right input, .input-text.type5.icon-on-the-right .input-file-label {
  padding-right: 30px;
}
.input-text.type5.icon-on-the-left input, .input-text.type5.icon-on-the-left .input-file-label {
  padding-left: 30px;
}
.input-text.type6 input, .input-text.type6 textarea, .input-text.type6 .input-file-label {
  padding: 0 11px;
  color: white;
  border-bottom: 1px solid #a3a5b1;
  background-color: rgba(32, 33, 54, 0.85);
}
.input-text.type6 input::-webkit-input-placeholder, .input-text.type6 textarea::-webkit-input-placeholder, .input-text.type6 .input-file-label::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.8);
}
.input-text.type6 input:-moz-placeholder, .input-text.type6 textarea:-moz-placeholder, .input-text.type6 .input-file-label:-moz-placeholder {
  color: rgba(255, 255, 255, 0.8);
}
.input-text.type6 input::-moz-placeholder, .input-text.type6 textarea::-moz-placeholder, .input-text.type6 .input-file-label::-moz-placeholder {
  color: rgba(255, 255, 255, 0.8);
}
.input-text.type6 input:-ms-input-placeholder, .input-text.type6 textarea:-ms-input-placeholder, .input-text.type6 .input-file-label:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.8);
}
.input-text.type6 input:focus, .input-text.type6 input .focus, .input-text.type6 textarea:focus, .input-text.type6 textarea .focus, .input-text.type6 .input-file-label:focus, .input-text.type6 .input-file-label .focus {
  border-bottom: 1px solid #c6c9db;
}
.input-text.type6 input:disabled, .input-text.type6 textarea:disabled, .input-text.type6 .input-file-label:disabled {
  opacity: 0.7;
}
.input-text.type6 input:-webkit-autofill, .input-text.type6 textarea:-webkit-autofill, .input-text.type6 .input-file-label:-webkit-autofill {
  -webkit-text-fill-color: white;
  box-shadow: 0 0 0 35px rgba(32, 33, 54, 0.85) inset;
}
.input-text.type6 input, .input-text.type6 .input-file-label {
  height: 35px;
}
.input-text.type6 textarea {
  padding-top: 7px;
  padding-bottom: 7px;
}
.input-text.type6.icon-on-the-right:before, .input-text.type6.icon-on-the-left:before {
  height: 35px;
  width: 35px;
}
.input-text.type6.icon-on-the-right input, .input-text.type6.icon-on-the-right .input-file-label {
  padding-right: 35px;
}
.input-text.type6.icon-on-the-left input, .input-text.type6.icon-on-the-left .input-file-label {
  padding-left: 35px;
}
.input-text.icon-on-the-right:before, .input-text.icon-on-the-left:before {
  font-size: 20px;
  position: absolute;
  top: 0;
  padding: 8px;
}
.input-text.icon-on-the-right.type1:before, .input-text.icon-on-the-left.type1:before {
  color: #404040;
}
.input-text.icon-on-the-right.type2:before, .input-text.icon-on-the-left.type2:before {
  color: #f8f8f8;
}
.input-text.icon-on-the-right.type3:before, .input-text.icon-on-the-right.type5:before, .input-text.icon-on-the-left.type3:before, .input-text.icon-on-the-left.type5:before {
  top: -1px;
  font-size: 18px;
  padding: 7px;
  border-radius: 3px;
}
.input-text.icon-on-the-right.type3:before, .input-text.icon-on-the-left.type3:before {
  height: 32px;
  width: 32px;
  color: #efefef;
  background-color: #272b44;
}
.input-text.icon-on-the-right.type5:before, .input-text.icon-on-the-left.type5:before {
  height: 32px;
  width: 32px;
  color: #474747;
  background-color: rgba(255, 255, 255, 0.8);
}
.input-text.icon-on-the-right.type6:before, .input-text.icon-on-the-left.type6:before {
  color: #a3a5b1;
}
.input-text.icon-on-the-right.smaller-icon:before, .input-text.icon-on-the-left.smaller-icon:before {
  font-size: 9px;
  padding-top: 13px;
  padding-left: 13px;
}
.input-text.icon-on-the-right:before {
  right: -1px;
}
.input-text.icon-on-the-right.type3 input {
  padding-right: 39px;
}
.input-text.icon-on-the-right.type5 input {
  padding-right: 39px;
}
.input-text.icon-on-the-left:before {
  left: -1px;
}
.input-text.icon-on-the-left.type3 input {
  padding-left: 39px;
}
.input-text.icon-on-the-left.type5 input {
  padding-left: 39px;
}
.input-text.dynamic-icon:before {
  cursor: pointer;
}

.cart-input {
  width: 88px;
}
.cart-input .stock-status-icon {
  top: 5px;
  right: 2px;
  border-color: #272b44;
}

.checkbox {
  position: relative;
  border: red;
}
.checkbox:before {
  position: absolute;
  left: 0;
}
.checkbox.small {
  width: 13px;
  height: 13px;
  font-size: 15px;
}
.checkbox.small:before {
  top: -4px;
  left: 0;
}
.checkbox.big {
  width: 26px;
  height: 26px;
  font-size: 20px;
}
.checkbox.big:before {
  top: 2px;
  left: 2px;
}
.checkbox.type1 {
  color: #3a3a6a;
  border: 1px solid #c8c8c8;
  background-color: #f2f2f2;
}
.checkbox.type2 {
  color: white;
  border: 1px solid rgba(255, 255, 255, 0.3);
}
.checkbox.type4 {
  color: #3a3a6a;
  border: 1px solid #c8c8c8;
  background-color: #f8f6f6;
}
.checkbox:before {
  visibility: hidden;
}
.checkbox.checked:before {
  visibility: visible;
}

.switch {
  position: relative;
  width: 47px;
  height: 25px;
  border-radius: 25px;
  border: 1px solid #747474;
  background-color: transparent;
  cursor: pointer;
  transition: background-color 100ms;
}
.switch:after {
  content: "";
  position: absolute;
  width: 25px;
  height: 25px;
  left: -1px;
  top: -1px;
  background-color: white;
  border-radius: 12.5px;
  box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.2);
  transition: left 100ms;
}
.switch.on {
  border: 1px solid #4f89cf;
  background-color: #4f89cf;
}
.switch.on:after {
  left: 21px;
}

.datepicker {
  position: absolute;
  padding: 5px;
  border: 1px solid #efefef;
}
.datepicker button {
  padding: 0;
  border: 2px solid transparent;
}
.datepicker button.uib-title, .datepicker button.uib-left, .datepicker button.uib-right {
  height: 48px;
  width: 100%;
}
.datepicker button.uib-left, .datepicker button.uib-right {
  font-family: "chopardv2" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.datepicker button.uib-left:before, .datepicker button.uib-right:before {
  position: relative;
  top: 1px;
}
.datepicker button.uib-left:before {
  content: "e";
}
.datepicker button.uib-right:before {
  content: "h";
}
.datepicker .uib-day button {
  width: 32px;
  height: 32px;
}
.datepicker .uib-month button {
  width: 96px;
  height: 48px;
}
.datepicker .uib-year button {
  width: 48px;
  height: 48px;
}

.input-with-label .label {
  cursor: default;
}
.input-with-label .label .filter {
  float: right;
  font-style: italic;
}
.input-with-label .label .filter > * {
  display: inline-block;
  cursor: pointer;
}
.input-with-label .label .filter > *.selected {
  color: white;
}
.input-with-label .label .filter > *::after {
  content: "/";
  display: inline-block;
  font-weight: normal;
  padding: 0 5px;
}
.input-with-label .label .filter > *:last-child::after {
  display: none;
}
.input-with-label.type-text .label {
  text-align: left;
  margin-bottom: 4px;
  font-family: "Source Sans Pro";
  font-weight: 300;
}
.input-with-label.type-text.type1 .label {
  font-size: 14px;
  color: #8b8b8b;
}
.input-with-label.type-text.type2 .label {
  font-size: 14px;
  color: #c8c8c8;
}
.input-with-label.type-text.type4 .label {
  font-size: 14px;
  color: #8b8b8b;
}
.input-with-label.type-checkbox .checkbox, .input-with-label.type-checkbox .label {
  display: inline-block;
  margin-bottom: -5px;
}
.input-with-label.type-checkbox .checkbox, .input-with-label.type-checkbox .label {
  position: relative;
}
.input-with-label.type-checkbox .label {
  margin-left: 11px;
}
.input-with-label.type-checkbox.small .checkbox {
  top: -3px;
}
.input-with-label.type-checkbox.small .label {
  text-transform: uppercase;
  font-size: 13px;
}
.input-with-label.type-checkbox.big .label {
  top: -4px;
  font-size: 14px;
}
.input-with-label.type-checkbox.type1 {
  color: #3a3a6a;
}
.input-with-label.type-checkbox.type2 {
  color: #c8c8c8;
}
.input-with-label.type-checkbox.type4 {
  color: #3a3a6a;
}
.input-with-label.type-switch .label {
  display: inline-block;
  line-height: 25px;
}
.input-with-label.type-switch .switch {
  float: right;
}
.input-with-label.type-switch:after {
  content: "";
  clear: both;
}

.payment-options .label {
  padding-bottom: 12px;
}
.payment-options .options {
  text-align: center;
}
.payment-options .options > * {
  display: inline-block;
  height: 35px;
  margin: 5px 10px;
  vertical-align: top;
}
.payment-options .options .option {
  cursor: pointer;
  width: 54px;
  border: 1px solid #c8c8c8;
  background: transparent no-repeat center;
  background-size: cover;
}
.payment-options .options .option:hover, .payment-options .options .option.selected {
  border-color: #272b44;
}
.popup-cart-line {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  padding-top: 10px;
  border-top: 1px solid rgba(255, 255, 255, 0.48);
  margin-top: 10px;
}
.popup-cart-line .popup-cart-line-right {
  text-align: right;
}

.form .input-element {
  margin-bottom: 15px;
  min-height: 60px;
}
.form .input-element .input-with-extra-button {
  padding-right: 35px;
  position: relative;
}
.form .input-element .input-with-extra-button .input-extra-button {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  position: absolute;
  right: 0;
  bottom: 5px;
  text-align: center;
  line-height: 26px;
  font-size: 18px;
  cursor: pointer;
  background: #555;
}
.form .input-element .input-radio-options-image-wrapper .input-radio-option-image {
  display: inline-block;
  margin-right: 10px;
  border: 1px solid rgba(0, 0, 0, 0.5);
  cursor: pointer;
  width: 42px;
  height: 42px;
}
.form .input-element .input-radio-options-image-wrapper .input-radio-option-image.selected {
  border-color: rgba(255, 255, 255, 0.5);
}
.form .input-element.button input[type=submit],
.form .input-element.button input[type=reset],
.form .input-element.button button {
  margin-top: 24px;
}
.form .input-element.checkbox .type-checkbox {
  margin-top: 24px;
}
.form .input-element.smaller {
  min-height: 35px;
  margin-bottom: 10px;
}
.form .input-element.smaller.button input[type=submit],
.form .input-element.smaller.button input[type=reset],
.form .input-element.smaller.button button {
  margin-top: 0;
}
.form .input-element.smaller.checkbox-element .type-checkbox {
  margin-top: 2px;
}
.form .input-element.reset-button {
  text-align: left;
}
.form .input-element.submit-button {
  text-align: left;
}
.form .input-element.excel_stats-button {
  text-align: left;
}
.form .input-element.excel_all_stats-button {
  text-align: left;
}
.form .input-element.hidden {
  display: none;
}
.form .checkbox-element {
  margin: 5px 0 15px 0;
}
.form .hidden-submit {
  height: 0.5px !important;
  width: 0.5px !important;
  overflow: hidden !important;
  margin: 0 !important;
  padding: 0 !important;
}
.form .hidden-submit * {
  background-color: transparent;
  color: transparent;
}

/***
	Buttons
***/
input[type=submit],
input[type=reset],
input[type=button],
button {
  position: relative;
  height: 35px;
  font-size: 13px;
  font-family: "Source Sans Pro";
  font-weight: 300;
  text-transform: uppercase;
  white-space: nowrap;
  padding: 0 18px;
}
input[type=submit].gray,
input[type=reset].gray,
input[type=button].gray,
button.gray {
  border: 1px solid #c8c8c8;
  background-color: #f8f8f8;
  color: #8b8b8b;
}
input[type=submit].gray:hover, input[type=submit].gray.hover,
input[type=reset].gray:hover,
input[type=reset].gray.hover,
input[type=button].gray:hover,
input[type=button].gray.hover,
button.gray:hover,
button.gray.hover {
  border: 1px solid #272b44;
  background-color: #efefef;
  color: #272b44;
}
input[type=submit].blue,
input[type=reset].blue,
input[type=button].blue,
button.blue {
  border: 1px solid #272b44;
  background-color: #272b44;
  color: #c8c8c8;
}
input[type=submit].blue:hover, input[type=submit].blue.hover,
input[type=reset].blue:hover,
input[type=reset].blue.hover,
input[type=button].blue:hover,
input[type=button].blue.hover,
button.blue:hover,
button.blue.hover {
  border: 1px solid #272b44;
  background-color: #272b44;
  color: white;
}
input[type=submit].white,
input[type=reset].white,
input[type=button].white,
button.white {
  border: 1px solid white;
  background-color: white;
  color: #8b8b8b;
}
input[type=submit].white:hover, input[type=submit].white.hover,
input[type=reset].white:hover,
input[type=reset].white.hover,
input[type=button].white:hover,
input[type=button].white.hover,
button.white:hover,
button.white.hover {
  border: 1px solid white;
  background-color: white;
  color: #272b44;
}
input[type=submit].transparent-1,
input[type=reset].transparent-1,
input[type=button].transparent-1,
button.transparent-1 {
  border: 1px solid transparent;
  background-color: transparent;
  color: #8b8b8b;
}
input[type=submit].transparent-1:hover, input[type=submit].transparent-1.hover,
input[type=reset].transparent-1:hover,
input[type=reset].transparent-1.hover,
input[type=button].transparent-1:hover,
input[type=button].transparent-1.hover,
button.transparent-1:hover,
button.transparent-1.hover {
  border: 1px solid transparent;
  background-color: transparent;
  color: #272b44;
}
input[type=submit].transparent-2,
input[type=reset].transparent-2,
input[type=button].transparent-2,
button.transparent-2 {
  border: 1px solid rgba(255, 255, 255, 0.3);
  background-color: transparent;
  color: rgba(255, 255, 255, 0.8);
}
input[type=submit].transparent-2:hover, input[type=submit].transparent-2.hover,
input[type=reset].transparent-2:hover,
input[type=reset].transparent-2.hover,
input[type=button].transparent-2:hover,
input[type=button].transparent-2.hover,
button.transparent-2:hover,
button.transparent-2.hover {
  border: 1px solid rgba(255, 255, 255, 0.8);
  background-color: transparent;
  color: white;
}
input[type=submit].transparent-2.selected,
input[type=reset].transparent-2.selected,
input[type=button].transparent-2.selected,
button.transparent-2.selected {
  cursor: default;
  border: 1px solid white;
  background-color: white;
  color: #272b44;
}
input[type=submit].filter,
input[type=reset].filter,
input[type=button].filter,
button.filter {
  border: 1px solid #c8c8c8;
  background-color: #f2f2f2;
  color: #8b8b8b;
}
input[type=submit].filter:hover, input[type=submit].filter.hover,
input[type=reset].filter:hover,
input[type=reset].filter.hover,
input[type=button].filter:hover,
input[type=button].filter.hover,
button.filter:hover,
button.filter.hover {
  border: 1px solid #c8c8c8;
  background-color: #f2f2f2;
  color: #8b8b8b;
}
input[type=submit].filter .filter-list,
input[type=reset].filter .filter-list,
input[type=button].filter .filter-list,
button.filter .filter-list {
  display: none;
}
input[type=submit].filter.selected,
input[type=reset].filter.selected,
input[type=button].filter.selected,
button.filter.selected {
  cursor: default;
  border: 1px solid #2c2c2e;
  background-color: #f2f2f2;
  color: #2c2c2e;
}
input[type=submit].filter.selected,
input[type=reset].filter.selected,
input[type=button].filter.selected,
button.filter.selected {
  cursor: pointer;
}
input[type=submit].filter.selected .filter-list,
input[type=reset].filter.selected .filter-list,
input[type=button].filter.selected .filter-list,
button.filter.selected .filter-list {
  display: block;
}
input[type=submit].tab,
input[type=reset].tab,
input[type=button].tab,
button.tab {
  border: 1px solid #c8c8c8;
  background-color: white;
  color: #272b44;
}
input[type=submit].tab:hover, input[type=submit].tab.hover,
input[type=reset].tab:hover,
input[type=reset].tab.hover,
input[type=button].tab:hover,
input[type=button].tab.hover,
button.tab:hover,
button.tab.hover {
  border: 1px solid #272b44;
  background-color: white;
  color: #272b44;
}
input[type=submit].tab.selected,
input[type=reset].tab.selected,
input[type=button].tab.selected,
button.tab.selected {
  cursor: default;
  border: 1px solid #272b44;
  background-color: #272b44;
  color: white;
}
input[type=submit].icon-on-the-left:before, input[type=submit].icon-on-the-right:before,
input[type=reset].icon-on-the-left:before,
input[type=reset].icon-on-the-right:before,
input[type=button].icon-on-the-left:before,
input[type=button].icon-on-the-right:before,
button.icon-on-the-left:before,
button.icon-on-the-right:before {
  position: relative;
  top: -2px;
  font-size: 20px;
  width: 20px;
  height: 1px;
}
input[type=submit].icon-on-the-left:before,
input[type=reset].icon-on-the-left:before,
input[type=button].icon-on-the-left:before,
button.icon-on-the-left:before {
  float: left;
  margin-right: 10px;
}
input[type=submit].icon-on-the-right:before,
input[type=reset].icon-on-the-right:before,
input[type=button].icon-on-the-right:before,
button.icon-on-the-right:before {
  float: right;
  margin-left: 10px;
}
input[type=submit].smaller-icon.icon-on-the-left:before, input[type=submit].smaller-icon.icon-on-the-right:before,
input[type=reset].smaller-icon.icon-on-the-left:before,
input[type=reset].smaller-icon.icon-on-the-right:before,
input[type=button].smaller-icon.icon-on-the-left:before,
input[type=button].smaller-icon.icon-on-the-right:before,
button.smaller-icon.icon-on-the-left:before,
button.smaller-icon.icon-on-the-right:before {
  font-size: 9px;
  width: 9px;
  top: 4px;
}
input[type=submit].less-padding,
input[type=reset].less-padding,
input[type=button].less-padding,
button.less-padding {
  padding: 0 10px;
}
input[type=submit].no-padding,
input[type=reset].no-padding,
input[type=button].no-padding,
button.no-padding {
  padding: 0 0;
}
input[type=submit].got-to-straps-button,
input[type=reset].got-to-straps-button,
input[type=button].got-to-straps-button,
button.got-to-straps-button {
  background: transparent;
  margin-bottom: 40px;
  color: #272b44;
  border-color: #272b44;
}
input[type=submit].got-to-straps-button:hover,
input[type=reset].got-to-straps-button:hover,
input[type=button].got-to-straps-button:hover,
button.got-to-straps-button:hover {
  background: transparent;
  opacity: 0.5;
  color: #272b44;
  border-color: #272b44;
}

utx-filter {
  position: relative;
}
utx-filter button:not(.visible) {
  display: none;
}
utx-filter .rubin-in-filter {
  width: 21px;
  height: 24px;
  display: inline-block;
  margin: 0;
  padding: 0;
}
utx-filter .rubin-in-filter::before {
  background: url("/img/sprite.png") no-repeat;
  content: "";
  position: absolute;
  z-index: 1;
  width: 12px;
  height: 12px;
  right: 5px;
  top: 3px;
  background-position: -50px -270px;
}

/***
	Icons
***/
.stock-status-icon {
  display: block;
  position: absolute;
  width: 10px;
  height: 10px;
  top: 3px;
  right: 2px;
  z-index: 1;
  background-color: #404040;
  border: 2px solid white;
  border-radius: 50%;
}
.stock-status-icon.last-pieces {
  background-color: #ff0f1c;
}
.stock-status-icon.limited-quantity {
  background-color: #fa8525;
}
.stock-status-icon.in-stock {
  background-color: #5fb173;
}
.stock-status-icon.uniq {
  background-color: #bd58b6;
}
.stock-status-icon.short {
  background-color: #5fb173;
}
.stock-status-icon.contact-us {
  background-color: #bd58b6;
}
.stock-status-icon.variable {
  background-color: #fa8525;
}

.inline-icon {
  display: inline-block;
  position: relative;
  width: 20px;
  height: 1px;
  font-size: 20px;
  color: rgba(64, 64, 64, 0.8);
  text-align: center;
  line-height: 1px;
}
.inline-icon:before {
  position: absolute;
  top: -14px;
  left: 0;
}
.inline-icon.with-margin-right {
  margin-right: 4px;
}
.inline-icon.dynamic {
  cursor: pointer;
}
.inline-icon.dynamic:hover {
  color: #404040;
}
.inline-icon.icon-chopard-arrow-back-20:before {
  top: -13px;
}
.inline-icon .stock-status-icon {
  top: 3px;
  right: 2px;
}

.inline-icon-wrapper {
  display: inline-block;
  border: 1px solid #efefef;
  background-color: #f8f8f8;
  font-size: 13px;
  color: rgba(64, 64, 64, 0.8);
  height: 28px;
  min-width: 28px;
  border-radius: 3px;
  padding: 4px 7px 0 7px;
}
.inline-icon-wrapper .inline-icon {
  position: relative;
  margin: 0 -3px 0 -3px;
  top: 1px;
}
.inline-icon-wrapper span {
  margin-left: 6px;
}
.inline-icon-wrapper .stock-status-icon {
  top: 3px;
  right: 2px;
}
.inline-icon-wrapper.smaller {
  font-size: 13px;
  min-width: 21px;
  height: 21px;
  padding: 7px 9px 0 9px;
}
.inline-icon-wrapper.smaller .inline-icon {
  width: 7px;
  font-size: 7px;
}
.inline-icon-wrapper.smaller-2 {
  font-size: 13px;
  min-width: 21px;
  height: 21px;
  padding: 4px 6px 0 5px;
}
.inline-icon-wrapper.smaller-2 .inline-icon {
  width: 14px;
  font-size: 14px;
}
.inline-icon-wrapper.bigger {
  min-width: 32px;
  height: 32px;
  padding: 6px 8px 0 8px;
}
.inline-icon-wrapper.bigger .stock-status-icon {
  top: 5px;
  right: 2px;
}
.inline-icon-wrapper.transparent {
  border: 1px solid transparent;
  background: none;
}
.inline-icon-wrapper.dynamic {
  cursor: pointer;
}
.inline-icon-wrapper.dynamic:hover {
  color: #404040;
}
.inline-icon-wrapper.dynamic:hover .inline-icon {
  color: #404040;
}
.inline-icon-wrapper.selected {
  cursor: default;
  color: white;
  background-color: #272b44;
}
.inline-icon-wrapper.selected .inline-icon {
  color: white;
}
.inline-icon-wrapper.selected:hover .inline-icon {
  color: white;
}
.inline-icon-wrapper.type2 {
  border: 1px solid rgba(255, 255, 255, 0.5);
  color: rgba(255, 255, 255, 0.8);
  background-color: rgba(255, 255, 255, 0.1);
}
.inline-icon-wrapper.type2 .inline-icon {
  color: rgba(255, 255, 255, 0.8);
}
.inline-icon-wrapper.type2.dynamic:hover {
  color: white;
}
.inline-icon-wrapper.type2.dynamic:hover .inline-icon {
  color: white;
}
.inline-icon-wrapper.type3 {
  border: 1px solid rgba(255, 255, 255, 0.5);
  color: #474747;
  background-color: rgba(255, 255, 255, 0.8);
}
.inline-icon-wrapper.type3 .inline-icon {
  color: #474747;
}
.inline-icon-wrapper.type3.dynamic:hover {
  color: #2c2c2e;
}
.inline-icon-wrapper.type3.dynamic:hover .inline-icon {
  color: #2c2c2e;
}

.icon-diamond {
  display: inline-block;
  text-align: center;
  width: 33px;
  height: 33px;
  font-size: 26px;
  color: #c0c0c0;
  border: 1px solid #c0c0c0;
  border-radius: 1px;
}

.picto {
  position: relative;
  display: inline-block;
  width: 30px;
  height: 30px;
}
.picto .background {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.picto .background .value {
  font-size: 8px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
}

/***
	Blocks
***/
.block {
  border-bottom: 1px solid #efefef;
}
.block:last-child {
  border-bottom: none;
}

.block-login {
  display: table;
  width: 100%;
  height: 99%;
  text-align: center;
  color: white;
}
.block-login > * {
  display: table-row;
}
.block-login > * > * {
  padding: 10px 20px;
  display: table-cell;
  vertical-align: middle;
}
.block-login .login-title-row, .block-login .login-switch-view-row {
  height: 40%;
}
.block-login .login-form-row {
  height: 20%;
}
.block-login .login-title-row .login-title-cell .login-title {
  font-family: "The Sans Extra Light CAPS";
  font-size: 35px;
  display: inline-block;
  width: 180px;
}
.block-login .login-form-row .login-form-cell form {
  display: none;
}
.block-login .login-form-row .login-form-cell form .message {
  padding: 0 50px;
  margin-bottom: 25px;
}
.block-login .login-form-row .login-form-cell form .input-text {
  width: 221px;
  display: inline-block;
}
.block-login .login-form-row .login-form-cell form .input-text-wrapper {
  padding-bottom: 25px;
}
.block-login .login-form-row .login-form-cell form .button-wrapper {
  margin-top: 6px;
}
.block-login .login-form-row .login-form-cell .cant-login-message {
  padding: 0 50px;
}
.block-login .login-form-row .login-form-cell .login-form .forgot-password {
  margin-top: 25px;
  cursor: pointer;
}
.block-login .login-form-row .login-form-cell .login-form .forgot-password:hover {
  color: rgba(255, 255, 255, 0.8);
}
.block-login .login-switch-view-row .login-switch-view-cell button {
  display: none;
}
.block-login.view-login .login-form, .block-login.view-create-account .login-form {
  display: block !important;
}
.block-login.view-login .create-account-button, .block-login.view-create-account .create-account-button {
  display: inline-block !important;
}
.block-login.view-forgot-password .forgot-password-form {
  display: block !important;
}
.block-login.view-forgot-password .login-button-forgot-password {
  display: inline-block !important;
}
.block-login.view-reset-password .reset-password-form {
  display: block !important;
}
.block-login.view-reset-password .login-button-reset-password {
  display: inline-block !important;
}
.block-welcome-message {
  text-align: center;
  color: white;
}
.block-welcome-message .welcome-title {
  margin-top: 70px;
  font-family: "The Sans Extra Light CAPS";
  font-size: 26px;
  line-height: 30px;
}
.block-welcome-message .welcome-message {
  margin: 0 auto;
  max-width: 630px;
  margin-top: 17px;
  font-size: 12px;
  text-transform: uppercase;
  line-height: 22px;
}
.block-welcome-message .view-all-products-button-wrapper {
  margin-top: 23px;
  margin-bottom: 30px;
}

.block-form {
  padding: 40px 0;
  text-align: center;
}
.block-form .block-form-title {
  margin-top: -9px;
  margin-bottom: 32px;
  font-size: 22px;
  text-transform: normal;
  font-family: "The Sans Extra Light CAPS";
  color: #8b8b8b;
}
.block-form .block-form-inputs-selector {
  margin-top: -15px;
  margin-bottom: 11px;
}
.block-form .block-form-inputs-selector > * {
  display: inline-block;
  position: relative;
  height: 15px;
  line-height: 13px;
  color: #8b8b8b;
  cursor: pointer;
}
.block-form .block-form-inputs-selector > *.selected {
  color: #333333;
  font-weight: 600;
  cursor: default;
}
.block-form .block-form-inputs-selector > *:not(:last-child) {
  padding-right: 11px;
  margin-right: 10px;
}
.block-form .block-form-inputs-selector > *:not(:last-child)::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 1px;
  background-color: #bebebe;
}
.block-form .block-form-inputs {
  margin-bottom: -20px;
}
.block-form .block-form-inputs > * {
  float: none;
  display: inline-block;
  text-align: left;
  margin-bottom: 20px;
}
.block-form .block-form-inputs.mode-compacted > * {
  width: 40%;
  max-width: 400px;
  min-width: 200px;
}
.block-form .block-form-inputs .buttons button {
  margin: 0 15px;
}
.block-form.block-orders-form .block-form-inputs {
  margin-top: -12px;
  margin-bottom: -12px;
}
.block-form.block-orders-form .block-form-inputs button {
  margin: 12px 11px;
}

.block-menus {
  padding-top: 30px;
  padding-bottom: 30px;
}
.block-menus .menus {
  margin-bottom: -30px;
}
.block-menus .menus .menu {
  margin-bottom: 30px;
}
.block-menus .menus .menu .menu-title {
  margin-bottom: 25px;
  cursor: pointer;
  text-align: center;
}
.block-menus .menus .menu .menu-title:hover {
  color: rgba(58, 58, 106, 0.8);
}
.block-menus .menus .menu .categories {
  margin-bottom: -13px;
}
.block-menus .menus .menu .categories .category {
  position: relative;
  padding-bottom: 23px;
  margin-bottom: 13px;
}
.block-menus .menus .menu .categories .category .category-title {
  cursor: pointer;
  padding-left: 28px;
}
.block-menus .menus .menu .categories .category .category-title:hover {
  color: rgba(58, 58, 106, 0.8);
}
.block-menus .menus .menu .categories .category .sub-categories {
  padding-top: 7px;
}
.block-menus .menus .menu .categories .category .sub-categories .sub-category {
  cursor: pointer;
  padding-top: 5px;
  padding-bottom: 5px;
  position: relative;
}
.block-menus .menus .menu .categories .category .sub-categories .sub-category span {
  display: inline-block;
  padding-left: 29px;
  color: #8b8b8b;
  font-size: 14px;
  text-transform: uppercase;
  line-height: 20px;
}
.block-menus .menus .menu .categories .category .sub-categories .sub-category:before {
  position: absolute;
  display: block;
  top: 10.5px;
  left: 21px;
  width: 9px;
  height: 9px;
  color: #c8c8c8;
  font-size: 9px;
}
.block-menus .menus .menu .categories .category .sub-categories .sub-category:hover span, .block-menus .menus .menu .categories .category .sub-categories .sub-category:hover:before {
  color: #3a3a6a;
}
.block-menus .menus .menu .categories .category:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -30px;
  width: 60px;
  height: 1px;
  background-color: #efefef;
}
.block-menus .menus .menu .categories .category:last-child {
  padding-bottom: 0;
}
.block-menus .menus .menu .categories .category:last-child:before {
  display: none;
}
@media (min-width: 768px) {
  .block-menus .menus .menu:nth-child(odd) {
    border-right: 1px solid #efefef;
  }
}

.block-news {
  padding: 39px 27px 25px 27px;
  background-color: #487aad;
  margin-left: -27px;
  margin-right: -27px;
  min-height: 230px;
  color: white;
}
.block-news .date, .block-news .navigation {
  font-size: 18px;
  line-height: 18px;
  height: 18px;
}
.block-news .date {
  text-align: left;
}
.block-news .news-content {
  text-align: center;
}
.block-news .news-content .news-title {
  margin-top: -1px;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 400;
}
.block-news .news-content .news-description {
  font-size: 14px;
  text-transform: uppercase;
  line-height: 25px;
  margin-top: 17px;
  margin-bottom: 17px;
}
.block-news .navigation {
  text-align: right;
}
.block-news .navigation .previous-icon, .block-news .navigation .next-icon {
  cursor: pointer;
  display: inline-block;
  font-size: 13px;
  height: 1px;
  width: 13px;
}
.block-news .navigation .previous-icon:before, .block-news .navigation .next-icon:before {
  position: relative;
  top: 1px;
}
.block-news .navigation .previous-icon.disabled, .block-news .navigation .next-icon.disabled {
  color: rgba(255, 255, 255, 0.4);
  cursor: default;
}
.block-news .navigation .previous-icon {
  margin-right: 6px;
}
.block-news .navigation .next-icon {
  margin-left: 6px;
}
.block-news .navigation .current-news-index, .block-news .navigation .total-news-number {
  padding: 0 8px;
  display: inline-block;
}
.block-news .navigation .current-news-index {
  border-right: 1px solid rgba(255, 255, 255, 0.4);
}
.block-news .navigation .total-news-number {
  color: rgba(255, 255, 255, 0.4);
}

.block-collection-image {
  position: relative;
}
.block-collection-image .image-container {
  position: absolute;
  top: 0;
  left: 50%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.block-collection-image .image-container .button {
  cursor: pointer;
  position: absolute;
  white-space: nowrap;
  height: 32px;
}
.block-collection-image .image-container .button .button-title, .block-collection-image .image-container .button .inline-icon-wrapper {
  display: inline-block;
}
.block-collection-image .image-container .button .button-title {
  position: relative;
  top: -3px;
  color: #8b8b8b;
  font-family: "The Sans Extra Light CAPS";
  font-size: 17px;
  line-height: 32px;
  padding: 0 18px;
}
.block-collection-image .image-container .button .inline-icon-wrapper {
  padding: 10px 13px 0 13px;
}
.block-collection-image .image-container .button .inline-icon-wrapper .inline-icon {
  font-size: 11px;
  width: 11px;
}

.block-collection-description {
  text-align: center;
  margin-left: -27px;
  margin-right: -27px;
  padding: 27px;
}
.block-collection-description .collection-name {
  padding-top: 13px;
}
.block-collection-description .collection-description {
  float: none;
  display: inline-block;
  margin-top: 25px;
  text-align: center;
}
.block-collection-description .see-our-collection-button-container {
  margin-top: 38px;
}

.block-menu-list {
  padding-top: 25px;
}
.block-menu-list .block-menu-list-buttons-wrapper {
  text-align: center;
}
.block-menu-list .block-menu-list-buttons-wrapper button {
  margin: 14px 3px 0;
}
.block-menu-list .block-menu-list-button-icons-wrapper {
  margin-top: 18px;
  height: 65px;
}
.block-menu-list .block-menu-list-button-icons-wrapper .results .results-title, .block-menu-list .block-menu-list-button-icons-wrapper .results .results-number {
  position: relative;
  top: 6px;
  display: inline-block;
  font-size: 18px;
  text-transform: uppercase;
  height: 17px;
  overflow: hidden;
}
.block-menu-list .block-menu-list-button-icons-wrapper .results .results-title span, .block-menu-list .block-menu-list-button-icons-wrapper .results .results-number span {
  position: relative;
  top: -6px;
}
.block-menu-list .block-menu-list-button-icons-wrapper .results .results-title {
  padding-right: 11px;
  margin-right: 6px;
  border-right: 1px solid #efefef;
}
.block-menu-list .block-menu-list-button-icons-wrapper .results .results-number {
  color: #a6a8b7;
}
.block-menu-list .block-menu-list-button-icons-wrapper .results .results-sort-icon {
  position: relative;
  top: 0;
  margin-left: 21px;
}
.block-menu-list .block-menu-list-button-icons-wrapper .results .results-sort-by {
  position: relative;
  cursor: pointer;
  display: inline-block;
  margin-left: 10px;
  color: #8b8b8b;
  font-size: 14px;
  text-transform: uppercase;
}
.block-menu-list .block-menu-list-button-icons-wrapper .results .results-sort-by .inline-icon {
  font-size: 11px;
  width: 11px;
  top: 5px;
  margin-left: 3px;
  color: #8b8b8b;
}
.block-menu-list .block-menu-list-button-icons-wrapper .results .results-sort-by:hover {
  color: #404040;
}
.block-menu-list .block-menu-list-button-icons-wrapper .results .results-sort-by:hover .inline-icon {
  color: #404040;
}
.block-menu-list .block-menu-list-button-icons-wrapper .display-as-buttons .display-as-vignettes-button {
  border-radius: 3px 0 0 3px;
  border-right: none;
}
.block-menu-list .block-menu-list-button-icons-wrapper .display-as-buttons .display-as-list-button {
  margin-left: -3px;
  border-radius: 0 3px 3px 0;
  border-left: none;
}

.block-list {
  display: flex;
  flex-direction: column;
}
.block-list .product-image-wrapper {
  cursor: pointer;
  position: relative;
}
.block-list .product-image-wrapper .product-image-shadow, .block-list .product-image-wrapper .product-image {
  position: absolute;
  left: 0;
  right: 0;
}
.block-list .product-image-wrapper .product-image-shadow {
  height: 27px;
  bottom: 0;
  background: url("../img/png/shadow.png") no-repeat center;
  background-size: contain;
  opacity: 0.2;
}
.block-list .product-image-wrapper .product-image {
  top: 0;
  bottom: 27px;
  background: url("../img/svg/chopard_placeholder.svg") no-repeat center;
  background-size: contain;
}
.block-list .product-image-cell {
  text-align: center;
}
.block-list .product-image-cell .product-image-wrapper {
  position: relative;
  top: 5px;
  display: inline-block;
  width: 100%;
  height: 140px;
  margin-bottom: -5px;
}
.block-list .product-details .product-details-pictos-wrapper {
  height: 34px;
  overflow: hidden;
}
.block-list .product-details .product-details-pictos-wrapper .picto {
  margin: 2px;
}
.block-list .product-details .product-details-reference {
  color: #a6a8b7;
  font-size: 17px;
  text-transform: uppercase;
}
.block-list .product-details .product-details-infos {
  overflow: hidden;
  max-height: 60px;
  line-height: 20px;
}
.block-list .product-details .product-details-public-price {
  font-size: 15px;
  color: #8b8b8b;
  text-decoration: line-through;
}
.block-list .product-options-icons .inline-icon-wrapper {
  position: relative;
  margin-left: -2px;
  margin-right: 6px;
}
.block-list .product-options-icons .inline-icon-wrapper:first-child {
  margin-left: 7px;
}
.block-list .vignettes-wrapper {
  display: none;
  padding-bottom: 30px;
  text-align: center;
}
.block-list .vignettes-wrapper .product-vignette-wrapper {
  float: none;
  display: inline-block;
  padding-top: 30px;
}
.block-list .vignettes-wrapper .product-vignette-wrapper .product-image-wrapper {
  width: 100%;
  height: 250px;
  margin-bottom: 5px;
}
.block-list .vignettes-wrapper .product-vignette-wrapper .product-details {
  text-align: center;
}
.block-list .vignettes-wrapper .product-vignette-wrapper .product-details .product-details-pictos-wrapper {
  margin-bottom: 15px;
}
.block-list .vignettes-wrapper .product-vignette-wrapper .product-details .product-details-title {
  margin-bottom: 10px;
  height: 28px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 0 20px;
}
.block-list .vignettes-wrapper .product-vignette-wrapper .product-details .product-details-reference {
  margin-top: -10px;
  margin-bottom: 11px;
}
.block-list .vignettes-wrapper .product-vignette-wrapper .product-details .product-details-infos {
  height: 60px;
}
.block-list .vignettes-wrapper .product-vignette-wrapper .product-details .product-details-price {
  margin-bottom: 14px;
}
.block-list .vignettes-wrapper .product-vignette-wrapper .product-options-icons {
  margin-top: 5px;
}
.block-list .vignettes-wrapper .product-vignette-wrapper .product-options-icons .product-options-icons-table {
  width: 100%;
  vertical-align: middle;
}
.block-list .vignettes-wrapper .product-vignette-wrapper .product-options-icons .line-wrapper {
  width: 50%;
  height: 28px;
}
.block-list .vignettes-wrapper .product-vignette-wrapper .product-options-icons .line-wrapper .line {
  width: 100%;
  height: 1px;
  background-color: #efefef;
}
.block-list .vignettes-wrapper .product-vignette-wrapper .product-options-icons .icon-wrapper {
  width: 0;
  white-space: nowrap;
}
.block-list .list-wrapper {
  display: none;
  padding-bottom: 27px;
  /*
  	.product-options-icons-wrapper {
  		text-align: right;

  		.product-options-icons {
  			display: inline-block;
  			white-space: nowrap;

  			.inline-icon-wrapper {
  				&:last-child {
  					margin-right: 0;
  				}
  			}
  		}
  	}
  }*/
}
.block-list .list-wrapper .product-vignette-wrapper {
  height: 175px;
}
.block-list .list-wrapper .product-vignette-wrapper table {
  width: 100%;
  height: 100%;
  border-bottom: 1px solid #efefef;
}
.block-list .list-wrapper .product-vignette-wrapper .product-image-cell {
  width: 190px;
}
.block-list .list-wrapper .product-vignette-wrapper .product-image-cell .product-image-shadow {
  height: 20px;
}
.block-list .list-wrapper .product-vignette-wrapper .product-image-cell .product-image {
  bottom: 20px;
}
.block-list .list-wrapper .product-vignette-wrapper .product-details-cell .product-details {
  padding-left: 20px;
  text-align: left;
}
.block-list .list-wrapper .product-vignette-wrapper .product-details-cell .product-details .product-details-title {
  margin-bottom: -3px;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 28px;
  max-height: 56px;
}
.block-list .list-wrapper .product-vignette-wrapper .product-details-cell .product-details .product-details-reference {
  margin-bottom: 17px;
}
.block-list .list-wrapper .product-vignette-wrapper .product-details-cell .product-details .product-details-pictos-wrapper {
  margin-bottom: 17px;
}
.block-list .list-wrapper .product-vignette-wrapper .product-details-cell .product-details .product-options-icons-and-price-wrapper {
  height: 32px;
}
.block-list .list-wrapper .product-vignette-wrapper .product-details-cell .product-details .product-options-icons-and-price-wrapper .product-details-public-price {
  margin-right: 10px;
}
.block-list .list-wrapper .product-vignette-wrapper .product-details-cell .product-details .product-options-icons-and-price-wrapper .product-details-public-price, .block-list .list-wrapper .product-vignette-wrapper .product-details-cell .product-details .product-options-icons-and-price-wrapper .product-details-price {
  display: inline-block;
  white-space: nowrap;
  float: left;
  height: 32px;
  line-height: 32px;
}
.block-list .list-wrapper .product-vignette-wrapper .product-details-cell .product-details .product-options-icons-and-price-wrapper .product-options-icons {
  display: inline-block;
  white-space: nowrap;
  float: right;
}
.block-list .list-wrapper .product-vignette-wrapper .product-details-cell .product-details .product-options-icons-and-price-wrapper .product-options-icons .inline-icon-wrapper:last-child {
  margin-right: 0;
}
.block-list .list-wrapper.smaller .product-vignette-wrapper {
  height: 140px;
}
.block-list .list-wrapper.smaller .product-vignette-wrapper .product-image-wrapper {
  top: 2px;
  height: 120px;
}
.block-list .list-wrapper.smaller .product-vignette-wrapper .product-image-wrapper .product-image-shadow {
  display: none;
}
.block-list .list-wrapper.smaller .product-vignette-wrapper .product-image-wrapper .product-image {
  bottom: 0;
}
.block-list .bracelet-list-wrapper {
  text-align: center;
  display: none;
  margin-bottom: 30px;
}
.block-list .bracelet-list-wrapper .product-vignette-wrapper {
  float: none;
  display: inline-block;
  text-align: left;
  height: 174px;
}
.block-list .bracelet-list-wrapper .product-vignette-wrapper table {
  height: 100%;
  width: 100%;
  background-color: white;
  border-bottom: 1px solid #efefef;
}
.block-list .bracelet-list-wrapper .product-vignette-wrapper .product-image-wrapper {
  width: 230px;
}
.block-list .bracelet-list-wrapper .product-vignette-wrapper .product-image-wrapper .product-image-special-wrapper {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 230px;
  height: 164px;
  overflow: hidden;
}
.block-list .bracelet-list-wrapper .product-vignette-wrapper .product-image-wrapper .product-image {
  top: 50%;
  left: 50%;
  width: 230px;
  height: 164px;
  margin-top: -82px;
  margin-left: -115px;
}
.block-list .bracelet-list-wrapper .product-vignette-wrapper .product-image-wrapper .product-image.flip {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  width: 164px;
  height: 230px;
  margin-top: -115px;
  margin-left: -82px;
}
.block-list .bracelet-list-wrapper .product-vignette-wrapper .product-details-wrapper {
  padding-left: 15px;
}
.block-list .bracelet-list-wrapper .product-vignette-wrapper .product-details-wrapper .product-details {
  text-align: left;
}
.block-list .bracelet-list-wrapper .product-vignette-wrapper .product-details-wrapper .product-details .product-details-reference {
  font-size: 19px;
  color: #404040;
}
.block-list .bracelet-list-wrapper .product-vignette-wrapper .product-details-wrapper .product-details .product-details-infos {
  font-size: 16px;
  color: #8b8b8b;
}
.block-list .shopping-list-wrapper {
  display: none;
}
.block-list .shopping-list-wrapper .shopping-list-header, .block-list .shopping-list-wrapper .shopping-list-table, .block-list .shopping-list-wrapper .shopping-list-footer {
  width: 100%;
}
.block-list .shopping-list-wrapper .shopping-list-header {
  height: 94px;
  border-bottom: 1px solid #efefef;
}
.block-list .shopping-list-wrapper .shopping-list-header .date-wrapper {
  vertical-align: bottom;
  text-align: left;
  padding-bottom: 25px;
}
.block-list .shopping-list-wrapper .shopping-list-header .date-wrapper .date-text, .block-list .shopping-list-wrapper .shopping-list-header .date-wrapper .date, .block-list .shopping-list-wrapper .shopping-list-header .date-wrapper .active-tag {
  display: inline-block;
}
.block-list .shopping-list-wrapper .shopping-list-header .date-wrapper .date-text, .block-list .shopping-list-wrapper .shopping-list-header .date-wrapper .date {
  font-size: 16px;
}
.block-list .shopping-list-wrapper .shopping-list-header .date-wrapper .date-text {
  color: #8b8b8b;
}
.block-list .shopping-list-wrapper .shopping-list-header .date-wrapper .date {
  color: black;
}
.block-list .shopping-list-wrapper .shopping-list-header .date-wrapper .active-tag {
  position: relative;
  top: -1px;
  height: 18px;
  padding: 0 5px;
  border-radius: 2px;
  margin-left: 16px;
  font-size: 14px;
  color: white;
  background-color: #b4b4b4;
  line-height: 16px;
}
.block-list .shopping-list-wrapper .shopping-list-header .date-wrapper .delivery-input {
  display: inline-block;
  width: auto;
  margin-left: 15px;
}
.block-list .shopping-list-wrapper .shopping-list-header .date-wrapper .delivery-input utx-input-with-label {
  display: block;
}
.block-list .shopping-list-wrapper .shopping-list-header .date-wrapper .delivery-input utx-input-with-label .input-with-label > * {
  display: inline-block;
}
.block-list .shopping-list-wrapper .shopping-list-header .date-wrapper .delivery-input utx-input-with-label .input-with-label .label {
  margin-right: 5px;
}
.block-list .shopping-list-wrapper .shopping-list-header .date-wrapper .delivery-input utx-input-with-label .input-with-label .input-text {
  width: 200px;
}
.block-list .shopping-list-wrapper .shopping-list-header .quick-add-wrapper {
  vertical-align: bottom;
  width: 200px;
  padding-bottom: 19px;
}
.block-list .shopping-list-wrapper .shopping-list-header .quick-add-wrapper .input-text input {
  text-align: left;
}
.block-list .shopping-list-wrapper .shopping-list-table .shopping-list-item {
  height: 160px;
  border-bottom: 1px solid #efefef;
}
.block-list .shopping-list-wrapper .shopping-list-table .special-align-cell table {
  margin: 10px 0;
  width: 100%;
}
.block-list .shopping-list-wrapper .shopping-list-table .product-image-cell {
  width: 240px;
}
.block-list .shopping-list-wrapper .shopping-list-table .product-details-wrapper {
  vertical-align: top;
  padding-left: 10px;
}
.block-list .shopping-list-wrapper .shopping-list-table .product-details-wrapper .product-details {
  margin-top: 8px;
}
.block-list .shopping-list-wrapper .shopping-list-table .product-details-wrapper .product-details .product-details-index, .block-list .shopping-list-wrapper .shopping-list-table .product-details-wrapper .product-details .product-details-reference {
  display: inline-block;
  height: 18px;
  line-height: 16px;
}
.block-list .shopping-list-wrapper .shopping-list-table .product-details-wrapper .product-details .product-details-index {
  padding-right: 8px;
  color: #8b8b8b;
  font-size: 19px;
  border-right: 1px solid #8b8b8b;
}
.block-list .shopping-list-wrapper .shopping-list-table .product-details-wrapper .product-details .product-details-reference {
  padding-left: 4px;
  color: #404040;
  font-size: 19px;
}
.block-list .shopping-list-wrapper .shopping-list-table .product-details-wrapper .product-details .product-details-infos {
  color: #8b8b8b;
  font-size: 14px;
  text-transform: lowercase;
  height: 62px;
  overflow: hidden;
  margin-top: 10px;
}
.block-list .shopping-list-wrapper .shopping-list-table .product-options-wrapper {
  width: 300px;
  text-align: right;
  white-space: nowrap;
}
.block-list .shopping-list-wrapper .shopping-list-table .product-options-wrapper .product-details-price, .block-list .shopping-list-wrapper .shopping-list-table .product-options-wrapper .product-details-number {
  display: inline-block;
}
.block-list .shopping-list-wrapper .shopping-list-table .product-options-wrapper .product-details-price {
  position: relative;
  top: 1px;
}
.block-list .shopping-list-wrapper .shopping-list-table .product-options-wrapper .product-details-number .quantity {
  font-size: 15px;
  color: #8b8b8b;
}
.block-list .shopping-list-wrapper .shopping-list-table .product-options-wrapper .product-details-number .cart-input {
  margin-right: 2px;
  margin-left: 10px;
}
.block-list .shopping-list-wrapper .shopping-list-table .product-options-wrapper .inline-icon-wrapper {
  position: relative;
  top: -1px;
  margin-left: 7px;
}
.block-list .shopping-list-wrapper .shopping-list-table .product-options-wrapper .product-details-total {
  margin-top: 43px;
}
.block-list .shopping-list-wrapper .shopping-list-footer {
  text-align: right;
  padding-top: 26px;
  padding-bottom: 37px;
}
.block-list .shopping-list-wrapper .shopping-list-footer .total-line .text, .block-list .shopping-list-wrapper .shopping-list-footer .total-line .number, .block-list .shopping-list-wrapper .shopping-list-footer .total-line .currency,
.block-list .shopping-list-wrapper .shopping-list-footer .total-line .separator, .block-list .shopping-list-wrapper .shopping-list-footer .total-line .total-number-of-article-wrapper, .block-list .shopping-list-wrapper .shopping-list-footer .total-line .total-price-wrapper {
  display: inline-block;
}
.block-list .shopping-list-wrapper .shopping-list-footer .total-line .text {
  font-size: 14px;
  color: #8b8b8b;
  text-transform: uppercase;
}
.block-list .shopping-list-wrapper .shopping-list-footer .total-line .number, .block-list .shopping-list-wrapper .shopping-list-footer .total-line .currency {
  font-size: 20px;
  color: #404040;
}
.block-list .shopping-list-wrapper .shopping-list-footer .total-line .reset-icon {
  margin-right: 10px;
}
.block-list .shopping-list-wrapper .shopping-list-footer .total-line .separator {
  margin: 0 10px;
}
.block-list .shopping-list-wrapper .shopping-list-footer .buttons-wrapper {
  margin-top: 29px;
}
.block-list .shopping-list-wrapper .shopping-list-footer .buttons-wrapper button {
  margin-left: 14px;
}
.block-list .shopping-list-wrapper.definitive-list .shopping-list-header {
  display: none;
}
.block-list .shopping-list-wrapper.definitive-list .shopping-list-table .product-image-wrapper {
  cursor: default;
}
.block-list.display-as-vignettes .vignettes-wrapper {
  display: block;
}
.block-list.display-as-list .list-wrapper {
  display: block;
}
.block-list.display-as-bracelet-list .bracelet-list-wrapper {
  display: block;
}
.block-list.display-as-shopping-list .shopping-list-wrapper {
  display: block;
}
.block-list .red-block-warning {
  color: #fff;
  background-color: #b9313b;
  display: inline-block;
  padding: 10px 20px 15px;
  margin: 20px auto 0;
  text-align: center;
}
.block-list .red-block-warning .warning {
  font-size: 13px;
  text-transform: lowercase;
  text-align: center;
}
.block-list .red-block-warning .sizes-link {
  margin-top: 10px;
  text-align: center;
  padding-bottom: 2px;
  border-bottom: 1px solid #fff;
  cursor: pointer;
}
.block-list .red-block-warning .sizes-link:before {
  float: right;
  margin-left: 10px;
  font-size: 10px;
  position: relative;
  top: 6px;
}

.block-no-results {
  text-align: center;
  color: #8b8b8b;
}
.block-no-results .icon-no-results {
  margin-top: 70px;
  margin-bottom: 50px;
}
.block-no-results .icon-no-results:before {
  display: inline-block;
  font-size: 115px;
  width: 115px;
  height: 115px;
}
.block-no-results .no-results-message {
  font-size: 16px;
  padding: 20px 0;
}

.block-gallery {
  margin-left: -27px;
  margin-right: -27px;
}
.block-gallery .photos-wrapper {
  position: relative;
  width: 100%;
  overflow: hidden;
  background: black;
}
.block-gallery .photos-wrapper .previous-button, .block-gallery .photos-wrapper .next-button {
  z-index: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  cursor: pointer;
  margin-top: -15px;
  width: 30px;
  height: 30px;
  font-size: 30px;
  color: rgba(255, 255, 255, 0.8);
  transition: color 250ms;
}
.block-gallery .photos-wrapper .previous-button:before, .block-gallery .photos-wrapper .next-button:before {
  position: relative;
  top: -3px;
  left: 1px;
}
.block-gallery .photos-wrapper .previous-button:hover, .block-gallery .photos-wrapper .next-button:hover {
  color: white;
}
.block-gallery .photos-wrapper .previous-button.disabled, .block-gallery .photos-wrapper .next-button.disabled {
  display: none;
}
.block-gallery .photos-wrapper .photo {
  position: absolute;
  top: 0;
  left: 50%;
  height: 100%;
  background: no-repeat center;
}
.block-gallery .photos-wrapper .photo:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  transition: background-color 250ms;
  background-color: rgba(0, 0, 0, 0.7);
}
.block-gallery .photos-wrapper .photo.selected:before {
  background-color: rgba(0, 0, 0, 0);
}
.block-gallery .photos-wrapper.type1 {
  height: 324px;
}
.block-gallery .photos-wrapper.type1 .previous-button {
  margin-left: -297px;
}
.block-gallery .photos-wrapper.type1 .next-button {
  margin-left: 267px;
}
.block-gallery .photos-wrapper.type1 .photo {
  width: 484px;
  margin-left: -242px;
  transition: margin-left 250ms;
  background-size: cover;
}
.block-gallery .photos-wrapper.type2 {
  height: 239px;
}
.block-gallery .photos-wrapper.type2 .photo {
  width: 100%;
  margin-left: -50%;
  background-size: contain;
}
.block-gallery .gallery-header {
  width: 100%;
  height: 131px;
}
.block-gallery .gallery-header .gallery-title {
  position: relative;
  top: -8px;
  color: white;
}
.block-gallery .gallery-header .gallery-more-details-button {
  margin-top: 11px;
}
.block-gallery .gallery-header.type1 {
  background-color: #c91d34;
}
.block-gallery .gallery-header.type2 {
  background-color: #1b1b35;
}
.block-gallery .gallery-header.type3 {
  background-color: #1a312c;
}

.block-gallery-automatic {
  position: relative;
  margin-left: -27px;
  margin-right: -27px;
  height: 325px;
}
.block-gallery-automatic > div {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: no-repeat center;
  background-size: cover;
}

.block-product-details {
  position: relative;
}
.block-product-details .previous-button, .block-product-details .next-button {
  position: absolute;
  top: 50%;
  z-index: 1;
  cursor: pointer;
  width: 30px;
  height: 30px;
  margin-top: -15px;
  font-size: 30px;
  color: #8b8b8b;
}
.block-product-details .previous-button:hover, .block-product-details .next-button:hover {
  color: #c8c8c8;
}
.block-product-details .previous-button.disabled, .block-product-details .next-button.disabled {
  display: none;
}
.block-product-details .previous-button {
  left: 0;
}
.block-product-details .next-button {
  right: 0;
}
.block-product-details .photos-wrapper {
  position: relative;
}
.block-product-details .photos-wrapper .image-wrapper .photo, .block-product-details .photos-wrapper .image-wrapper .image-shadow {
  position: absolute;
  left: 0;
  right: 0;
}
.block-product-details .photos-wrapper .image-wrapper .photo {
  cursor: zoom-in;
  top: 0;
  bottom: 12%;
  background: transparent no-repeat center;
  background-size: contain;
}
.block-product-details .photos-wrapper .image-wrapper .image-shadow {
  bottom: 0;
  height: 12%;
  background: url("../img/png/shadow.png") no-repeat center;
  background-size: contain;
  opacity: 0.2;
}
.block-product-details .thumbnail-wrapper {
  text-align: center;
  margin: -8px -8px -13px -8px;
}
.block-product-details .thumbnail-wrapper .thumbnail {
  display: inline-block;
  cursor: pointer;
  width: 60px;
  height: 60px;
  margin: 8px;
  border: 1px solid #efefef;
  background: transparent no-repeat center;
  background-size: contain;
}
.block-product-details .thumbnail-wrapper .thumbnail:hover {
  border: 1px solid #c8c8c8;
}
.block-product-details .thumbnail-wrapper .thumbnail.selected {
  border: 2px solid black;
}
.block-product-details .price-wrapper .price-text {
  font-size: 15px;
  color: #8b8b8b;
}
.block-product-details .price-wrapper .cart-input-wrapper {
  text-align: right;
}
.block-product-details .price-wrapper .cart-input-wrapper .price-last-update {
  position: relative;
  margin-right: 20px;
}
.block-product-details .price-wrapper .cart-input-wrapper .price-last-update .tooltip {
  left: 50%;
  bottom: 30px;
  margin-left: -50px;
  width: 100px;
  padding: 5px;
  font-size: 14px;
  line-height: normal;
  border-radius: 3px;
  transform: scale(0, 0);
  opacity: 0;
  transition: transform 150ms, opacity 150ms;
}
.block-product-details .price-wrapper .cart-input-wrapper .price-last-update .tooltip:before {
  top: auto;
  bottom: -5px;
}
.block-product-details .price-wrapper .cart-input-wrapper .price-last-update .tooltip.visible {
  transform: scale(1, 1);
  opacity: 1;
}
.block-product-details .price-wrapper .cart-input-wrapper .cart-input {
  display: inline-block;
}
.block-product-details .view1 .photos-wrapper {
  margin: 20px 0;
  margin-bottom: -12px;
  height: 550px;
  height: 50vh;
}
.block-product-details .view1 .photos-wrapper .image-wrapper {
  position: absolute;
  top: 0;
  left: 50%;
  width: 350px;
  height: 100%;
  margin-left: -175px;
}
.block-product-details .view1 .product-details-menu {
  width: 100%;
  margin-bottom: 27px;
  min-height: 85px;
}
.block-product-details .view1 .product-details-menu td {
  vertical-align: bottom;
}
.block-product-details .view1 .product-details-menu .product-details-pictos-wrapper, .block-product-details .view1 .product-details-menu .product-details-price-wrapper {
  width: 160px;
}
.block-product-details .view1 .product-details-menu .product-details-pictos-wrapper .picto {
  margin-bottom: -5px;
  margin-right: 4px;
}
.block-product-details .view1 .product-details-menu .product-details-price-wrapper {
  text-align: right;
}
.block-product-details .view1 .product-details-menu .product-details-price-wrapper .price-wrapper .employee-price-wrapper > * {
  white-space: nowrap;
}
.block-product-details .view1 .product-details-menu .product-details-price-wrapper .price-wrapper .employee-price-wrapper > * .price-text, .block-product-details .view1 .product-details-menu .product-details-price-wrapper .price-wrapper .employee-price-wrapper > * .product-details-price {
  display: inline-block;
}
.block-product-details .view1 .product-details-menu .product-details-price-wrapper .price-wrapper .employee-price-wrapper .public-price .price-text {
  font-size: 13px;
}
.block-product-details .view1 .product-details-menu .product-details-price-wrapper .price-wrapper .employee-price-wrapper .public-price .product-details-price .currency {
  font-size: 13px;
}
.block-product-details .view1 .product-details-menu .product-details-price-wrapper .price-wrapper .employee-price-wrapper .public-price .product-details-price .price {
  font-size: 14px;
}
.block-product-details .view1 .product-details-menu .product-details-price-wrapper .price-wrapper .cart-input-wrapper .input-text {
  margin-top: 6px;
}
.block-product-details .view2 {
  padding: 40px 0;
}
.block-product-details .view2 .photos-wrapper {
  height: 260px;
  height: 25vh;
}
.block-product-details .view2 .photos-wrapper .image-wrapper {
  position: relative;
  height: 100%;
  width: 100%;
}
.block-product-details .view2 .product-details-menu {
  position: relative;
}
.block-product-details .view2 .product-details-menu .product-details-title {
  padding-right: 38px;
}
.block-product-details .view2 .product-details-menu .product-details-pictos-wrapper {
  margin-top: 15px;
  font-size: 0;
}
.block-product-details .view2 .product-details-menu .product-details-pictos-wrapper .picto {
  margin-right: 4px;
}
.block-product-details .view2 .product-details-menu .product-details-description {
  margin-top: 19px;
}
.block-product-details .view2 .product-details-menu .product-details-show-descriptions-button {
  position: absolute;
  top: 6px;
  right: 15px;
}
.block-product-details .view2 .product-details-menu .product-details-price-wrapper {
  border-top: 1px solid #efefef;
  padding-top: 12px;
  margin-top: 25px;
  text-align: right;
}
.block-product-details .view2 .product-details-menu .product-details-price-wrapper > * {
  display: inline-block;
}
.block-product-details .view2 .product-details-menu .product-details-price-wrapper .product-details-price {
  line-height: 32px;
  height: 32px;
  vertical-align: top;
}
.block-product-details .view2 .product-details-menu .product-details-price-wrapper .cart-input-wrapper {
  margin-left: 15px;
}
.block-product-details .view2_old {
  position: relative;
}
.block-product-details .view2_old .product-details-view2-wrapper {
  width: 100%;
}
.block-product-details .view2_old .product-details-view2-wrapper .product-details-photos-wrapper, .block-product-details .view2_old .product-details-view2-wrapper .product-details-description-wrapper {
  width: 50%;
}
.block-product-details .view2_old .product-details-view2-wrapper .product-details-description-wrapper .product-details-description-table {
  width: 100%;
}
.block-product-details .view2_old .product-details-view2-wrapper .product-details-description-wrapper .product-details-description-table tr {
  height: 56px;
}
.block-product-details .view2_old .product-details-view2-wrapper .product-details-description-wrapper .product-details-description-table .icon-wrapper {
  width: 44px;
}
.block-product-details .view2_old .product-details-view2-wrapper .product-details-description-wrapper .product-details-description-table .icon-wrapper .product-details-icon {
  width: 44px;
  height: 44px;
  font-size: 42px;
  color: #8b8b8b;
  border: 1px solid #c8c8c8;
  border-radius: 4px;
}
.block-product-details .view2_old .product-details-view2-wrapper .product-details-description-wrapper .product-details-description-table .icon-wrapper .product-details-icon:before {
  position: relative;
  top: -3px;
}
.block-product-details .view2_old .product-details-view2-wrapper .product-details-description-wrapper .product-details-description-table .detail-text-wrapper .detail-text {
  height: 38px;
  overflow: hidden;
  padding-left: 35px;
  padding-right: 60px;
  color: #8b8b8b;
  font-size: 16px;
  line-height: 18px;
}
.block-product-details .view2_old .product-details-view2-wrapper .product-details-description-wrapper .thumbnail-wrapper {
  text-align: left;
  margin-top: 64px;
}
.block-product-details .view2_old .product-details-view2-wrapper .product-details-description-wrapper .price-wrapper {
  margin-top: 49px;
}
.block-product-details .view2_old .product-details-view2-wrapper .product-details-description-wrapper .price-wrapper .input-text {
  margin-right: 16px;
}

.block-product-description {
  text-align: center;
  margin-left: -27px;
  margin-right: -27px;
  padding: 27px;
}
.block-product-description .product-name {
  padding-top: 13px;
}
.block-product-description .product-description-menu {
  margin: -5px;
  padding: 1px 0 36px 0;
}
.block-product-description .product-description-menu button {
  margin: 5px 3px 5px 5px;
}
.block-product-description .tab-content-wrapper .description-view > * {
  width: 100%;
  padding: 10px 0;
  text-align: center;
}
.block-product-description .tab-content-wrapper .description-view > *:first-child {
  padding-top: 0;
}
.block-product-description .tab-content-wrapper .description-view > *:last-child {
  padding-bottom: 0;
}
.block-product-description .tab-content-wrapper .description-view > *:not(:only-child):last-child {
  border-top: 1px solid #e2e2e2;
}
.block-product-description .tab-content-wrapper .description-view .sizes-container {
  padding-top: 0;
}
.block-product-description .tab-content-wrapper .description-view .descriptions-container {
  text-align: left;
}
.block-product-description .tab-content-wrapper .description-view .table {
  width: 100%;
}
.block-product-description .tab-content-wrapper .description-view .table .td {
  vertical-align: top;
}
@media (min-width: 768px) {
  .block-product-description .tab-content-wrapper .description-view .tr {
    display: table-row;
  }
  .block-product-description .tab-content-wrapper .description-view .tr .td {
    display: table-cell;
    width: 50%;
    border-right: 1px solid #e2e2e2;
    padding: 0 40px;
  }
  .block-product-description .tab-content-wrapper .description-view .tr .td:first-child {
    padding-left: 0;
  }
  .block-product-description .tab-content-wrapper .description-view .tr .td:last-child {
    border-right: none;
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .block-product-description .tab-content-wrapper .description-view .tr {
    display: block;
  }
  .block-product-description .tab-content-wrapper .description-view .tr .td {
    display: table-row;
  }
  .block-product-description .tab-content-wrapper .description-view .tr .td p {
    display: table-cell;
    width: 100%;
    padding-bottom: 30px;
  }
}
.block-product-description .tab-content-wrapper .catalogue-view .search-catalogue {
  text-align: center;
}
.block-product-description .tab-content-wrapper .catalogue-view .search-catalogue .input-text {
  display: inline-block;
  width: 280px;
}
.block-product-description .tab-content-wrapper .catalogue-view .search-results {
  margin-top: 30px;
  margin-bottom: 17px;
}
.block-product-description .tab-content-wrapper .catalogue-view .search-results table {
  width: 100%;
}
.block-product-description .tab-content-wrapper .catalogue-view .search-results table tr {
  height: 45px;
  border-bottom: 1px solid #efefef;
}
.block-product-description .tab-content-wrapper .catalogue-view .search-results table tr td {
  text-align: center;
  color: #8b8b8b;
  font-size: 14px;
  text-transform: uppercase;
  padding-left: 7px;
}
.block-product-description .tab-content-wrapper .cases-view .case-image {
  width: 100%;
  height: 305px;
  background: no-repeat center;
  background-size: contain;
}
.block-product-description .tab-content-wrapper .cases-view .reference-wrapper {
  margin-top: 20px;
}
.block-product-description .tab-content-wrapper .cases-view .reference-wrapper .reference-text, .block-product-description .tab-content-wrapper .cases-view .reference-wrapper .reference-number {
  display: inline-block;
}
.block-product-description .tab-content-wrapper .cases-view .reference-wrapper .reference-text {
  color: #8b8b8b;
  font-size: 16px;
  text-transform: uppercase;
}
.block-product-description .tab-content-wrapper .cases-view .reference-wrapper .reference-number {
  cursor: pointer;
  color: #3a3a6a;
  font-size: 19px;
}
.block-product-description .tab-content-wrapper .cases-view .case-description {
  margin-top: 5px;
  color: #8b8b8b;
  font-size: 15px;
  text-transform: uppercase;
}
@media (min-width: 992px) {
  .block-product-description .tab-content-wrapper .bracelets-view .bracelet-list-wrapper .product-vignette-wrapper {
    margin-bottom: 15px;
  }
}
.block-product-description .tab-content-wrapper .watches-use-cases-view .block-list, .block-product-description .tab-content-wrapper .variantes-view .block-list {
  background-color: white;
}
.block-product-description .tab-content-wrapper .documents-view {
  text-align: center;
}
.block-product-description .tab-content-wrapper .documents-view .document-wrapper {
  float: none;
  display: inline-block;
  text-align: left;
}
@media (min-width: 992px) {
  .block-product-description .tab-content-wrapper .documents-view .document-wrapper {
    margin-bottom: 15px;
  }
}
.block-product-description .tab-content-wrapper .documents-view .document-wrapper .document {
  padding: 20px;
  background-color: #f8f6f6;
}
.block-product-description .tab-content-wrapper .more-infos-view .form {
  text-align: left;
}
.block-product-description .tab-content-wrapper .more-infos-view .form utx-input-with-label {
  display: table;
  width: 100%;
  margin-bottom: 15px;
}
.block-product-description .tab-content-wrapper .more-infos-view .form utx-input-with-label .input-with-label {
  height: 60px;
  vertical-align: bottom;
  display: table-cell;
}
.block-product-description .tab-content-wrapper .more-infos-view .form utx-input-with-label .input-with-label textarea {
  min-height: 170px;
}
.block-product-description .tab-content-wrapper .more-infos-view .form utx-input-with-label .input-with-label.type-checkbox {
  position: relative;
  top: -5px;
}
.block-product-description .tab-content-wrapper .more-infos-view .form .checkbox-element {
  margin: 0;
}
.block-product-description .tab-content-wrapper .more-infos-view .form .raw-text {
  position: relative;
  top: 6px;
  margin-bottom: 10px;
  color: #8b8b8b;
  font-size: 14px;
}
.block-product-description .tab-content-wrapper .more-infos-view .form .more-infos-button button {
  float: right;
}
.block-product-description .tab-content-wrapper .prices-view .loader-inner > div {
  background: rgba(0, 0, 0, 0.2);
}
.block-product-description .tab-content-wrapper .prices-view .price-line {
  padding: 2px 0;
}
.block-product-description .tab-content-wrapper .stocks-view .stock-line {
  padding: 2px 0;
}
.block-product-description .tab-content-wrapper .available-references-view {
  text-align: center;
}
.block-product-description .tab-content-wrapper .available-references-view .references {
  display: table;
  margin-left: auto;
  margin-right: auto;
}
.block-product-description .tab-content-wrapper .available-references-view .references > * {
  display: table-row;
}
.block-product-description .tab-content-wrapper .available-references-view .references > * > * {
  text-align: center;
  vertical-align: middle;
  display: table-cell;
}
.block-product-description .tab-content-wrapper .available-references-view .reference {
  height: 35px;
}
.block-product-description .tab-content-wrapper .available-references-view .reference span {
  cursor: pointer;
  border-bottom: 1px solid #c8c8c8;
}
.block-product-description .tab-content-wrapper .available-references-view .reference span:hover {
  color: #3a3a6a;
  border-bottom-color: #8b8b8b;
}
.block-product-description .tab-content-wrapper .bom-view .bom-info-message {
  text-align: left;
  margin-bottom: 26px;
}
.block-product-description .tab-content-wrapper .bom-view .bom-info-message > .invalid-serial > *, .block-product-description .tab-content-wrapper .bom-view .bom-info-message > .missing-serial-number > * {
  display: inline-block;
  vertical-align: top;
  height: 21px;
}
.block-product-description .tab-content-wrapper .bom-view .bom-info-message > .invalid-serial > *.message, .block-product-description .tab-content-wrapper .bom-view .bom-info-message > .missing-serial-number > *.message {
  line-height: 21px;
  padding-left: 4px;
}
.block-product-description .tab-content-wrapper .bom-view .bom-info-message > .invalid-serial {
  color: #c91d34;
  margin-bottom: 5px;
}
.block-product-description .tab-content-wrapper .bom-view .bom-info-message > .missing-serial-number {
  display: inline-block;
  cursor: pointer;
  user-select: none;
  color: #8b8b8b;
}
.block-product-description .tab-content-wrapper .bom-view .bom-info-message > .missing-serial-number > *.message {
  text-decoration: underline;
}
.block-product-description .tab-content-wrapper .bom-view .bom-info-message > .missing-serial-number:hover {
  color: #3a3a6a;
}
.block-product-description .tab-content-wrapper .bom-view .bom-header {
  display: table;
  width: 100%;
  margin-bottom: 26px;
}
.block-product-description .tab-content-wrapper .bom-view .bom-header > * {
  display: table-cell;
  vertical-align: middle;
}
.block-product-description .tab-content-wrapper .bom-view .bom-header .display-as-buttons, .block-product-description .tab-content-wrapper .bom-view .bom-header .notify-error-wrapper {
  width: 50%;
}
.block-product-description .tab-content-wrapper .bom-view .bom-header .display-as-buttons {
  text-align: left;
  /*.display-as-list-button,*/
}
.block-product-description .tab-content-wrapper .bom-view .bom-header .display-as-buttons .display-as-tree-button, .block-product-description .tab-content-wrapper .bom-view .bom-header .display-as-buttons .expend-all-button {
  border-radius: 3px 0 0 3px;
  border-right: none;
}
.block-product-description .tab-content-wrapper .bom-view .bom-header .display-as-buttons .collapse-all-button {
  margin-left: -3px;
  border-radius: 0 3px 3px 0;
  border-left: none;
}
.block-product-description .tab-content-wrapper .bom-view .bom-header .display-as-buttons .display-as-list-button {
  margin-left: 10px;
}
.block-product-description .tab-content-wrapper .bom-view .bom-header .input-search-wrapper .input-text {
  width: 250px;
}
.block-product-description .tab-content-wrapper .bom-view .bom-header .notify-error-wrapper {
  text-align: right;
}
.block-product-description .tab-content-wrapper .bom-view .bom-header .notify-error-wrapper span {
  text-transform: uppercase;
  margin-right: 6px;
}
.block-product-description .tab-content-wrapper .bom-view .bom-header .notify-error-wrapper .notify-error-button {
  display: inline-block;
  width: 24px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  background-color: #e31112;
  cursor: pointer;
  color: white;
  border-radius: 3px;
  font-size: 18px;
}
.block-product-description .tab-content-wrapper .bom-view .bom-footer {
  text-align: left;
  margin-top: 14px;
}
.block-product-description .tab-content-wrapper .bom-view .bom-footer .required-message {
  color: #8b8b8b;
}

.block-bom.display-as-list .collapse-icon {
  display: none !important;
}
.block-bom .sortable-table tr td:first-child {
  white-space: nowrap;
  font-size: 0;
}
.block-bom .sortable-table tr td:first-child .collapse-icon, .block-bom .sortable-table tr td:first-child .go-to-icon, .block-bom .sortable-table tr td:first-child span {
  vertical-align: top;
  display: inline-block;
}
.block-bom .sortable-table tr td:first-child .collapse-icon {
  margin-right: 15px;
}
.block-bom .sortable-table tr td:first-child .go-to-icon {
  display: none;
  cursor: pointer;
  width: 21px;
  height: 21px;
  margin-right: 15px;
  font-size: 16px;
  color: rgba(139, 139, 139, 0.8);
}
.block-bom .sortable-table tr td:first-child .go-to-icon:before {
  position: relative;
  top: 1px;
  left: 1px;
}
.block-bom .sortable-table tr td:first-child .go-to-icon:hover {
  color: #8b8b8b;
}
.block-bom .sortable-table tr td:first-child span {
  font-size: 16px;
}
.block-bom .sortable-table tr th.column-quantity::before {
  display: none;
}
.block-bom .sortable-table tr th.column-icons, .block-bom .sortable-table tr th.column-quantity, .block-bom .sortable-table tr td.column-icons, .block-bom .sortable-table tr td.column-quantity {
  width: 1px;
}
.block-bom .sortable-table tr th.column-quantity, .block-bom .sortable-table tr td.column-quantity {
  padding-right: 0;
}
.block-bom .sortable-table tr th.column-icons, .block-bom .sortable-table tr td.column-icons {
  white-space: nowrap;
  font-size: 0;
  padding-left: 0;
}
.block-bom .sortable-table tr th.column-icons .icons > *, .block-bom .sortable-table tr td.column-icons .icons > * {
  position: relative;
}
.block-bom .sortable-table tr th.column-icons .icons > * > .tooltip, .block-bom .sortable-table tr td.column-icons .icons > * > .tooltip {
  display: none;
  padding: 6px 12px;
  top: 50%;
  right: 100%;
  transform: translate(-10px, -50%);
  width: 200px;
  white-space: normal;
}
.block-bom .sortable-table tr th.column-icons .icons > * > .tooltip:before, .block-bom .sortable-table tr td.column-icons .icons > * > .tooltip:before {
  top: 50%;
  left: auto;
  right: -5px;
  margin-left: 0;
  transform: translateY(-50%) rotate(45deg);
}
.block-bom .sortable-table tr th.column-icons .icons > *:hover > .tooltip, .block-bom .sortable-table tr td.column-icons .icons > *:hover > .tooltip {
  display: block;
}
.block-bom .sortable-table tr:hover td:first-child .go-to-icon {
  display: inline-block;
}
.block-bom .sortable-table .hidden-row {
  display: none;
}

.block-ev .row {
  position: relative;
}
.block-ev .loader-inner > div {
  background: rgba(0, 0, 0, 0.2);
}
.block-ev .ev-menu {
  display: table;
  width: 100%;
  padding-bottom: 10px;
}
.block-ev .ev-menu > * {
  display: table-cell;
  vertical-align: middle;
}
.block-ev .ev-menu .zoom {
  text-align: center;
}
.block-ev .ev-menu .bom-control, .block-ev .ev-menu .right-buttons {
  width: 130px;
}
.block-ev .ev-menu .bom-control {
  white-space: nowrap;
  text-align: left;
}
.block-ev .ev-menu .bom-control .display-as-tree-button, .block-ev .ev-menu .bom-control .expend-all-button {
  border-radius: 3px 0 0 3px;
  border-right: none;
}
.block-ev .ev-menu .bom-control .collapse-all-button {
  margin-left: -3px;
  border-radius: 0 3px 3px 0;
  border-left: none;
}
.block-ev .ev-menu .bom-control .display-as-list-button {
  margin-left: 10px;
}
.block-ev .ev-menu .right-buttons {
  text-align: right;
}
.block-ev .ev-menu .right-buttons .unlock {
  margin-left: 10px;
}
.block-ev .block-ev-container .ev-container.pointer {
  cursor: pointer;
}
.block-ev .block-bom-container .block-bom {
  overflow-y: auto;
  max-height: 700px;
  margin-right: -12px;
  padding-right: 12px;
  overflow-x: hidden;
}
.block-ev .block-bom-container .block-bom::-webkit-scrollbar {
  width: 4px;
}
.block-ev .block-bom-container .block-bom::-webkit-scrollbar-track {
  background: white;
}
.block-ev .block-bom-container .block-bom::-webkit-scrollbar-thumb {
  background: #c8c8c8;
  width: 4px;
}
.block-ev .block-bom-container .block-bom .column-description {
  display: none;
}
.block-ev .block-bom-container .block-bom.highlight-only tr:not(.header-row):not(.highlight) {
  display: none;
}

.block-documents .documents-menu {
  width: 235px;
  margin-bottom: 20px;
  float: left;
}
.block-documents .documents-menu .header {
  color: black;
  margin-top: 28px;
  margin-bottom: -2px;
}
.block-documents .documents-menu .list {
  width: 100%;
}
.block-documents .documents-menu .list .element .element-title {
  position: relative;
  width: 100%;
  height: 21px;
  margin: 14px 0;
}
.block-documents .documents-menu .list .element .element-title .icon-wrapper, .block-documents .documents-menu .list .element .element-title .title {
  position: absolute;
  top: 0;
  bottom: 0;
}
.block-documents .documents-menu .list .element .element-title .icon-wrapper {
  left: 0;
  width: 21px;
}
.block-documents .documents-menu .list .element .element-title .icon-wrapper.deploy {
  display: none;
}
.block-documents .documents-menu .list .element .element-title .icon-wrapper.bullet .icon {
  font-size: 4px;
  width: 4px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -2px;
  margin-left: -2px;
  color: rgba(64, 64, 64, 0.3);
}
.block-documents .documents-menu .list .element .element-title .title {
  left: 31px;
  right: 0;
  line-height: 21px;
  text-transform: uppercase;
  color: #8b8b8b;
  font-size: 15px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  cursor: default;
}
.block-documents .documents-menu .list .element .element-title .title.clickable {
  cursor: pointer;
}
.block-documents .documents-menu .list .element .element-title .title.selected {
  color: #3a3a6a;
  font-weight: 400;
}
.block-documents .documents-menu .list .element .list {
  display: none;
  padding-left: 23px;
}
.block-documents .documents-menu .list .element.has-children > .element-title > .icon-wrapper.deploy {
  display: block;
}
.block-documents .documents-menu .list .element.has-children > .element-title > .icon-wrapper.bullet {
  display: none;
}
.block-documents .documents-menu .list .element.has-children.deployed > .list {
  display: block;
}
.block-documents .documents-container {
  margin-left: 235px;
}
.block-documents.hide-menu .documents-menu {
  display: none;
}
.block-documents.hide-menu .documents-container {
  margin-left: -15px;
}
.block-documents:after {
  content: "";
  clear: both;
}

.document {
  position: relative;
  display: block;
  text-align: left;
  height: 160px;
  border-bottom: 1px solid #efefef;
  padding: 20px 0 20px 0;
}
.document .image-wrapper, .document .document-details-wrapper, .document .document-options-icons-wrapper {
  display: inline-block;
  vertical-align: top;
}
.document .image-wrapper {
  height: 100%;
  width: 115px;
  text-align: left;
}
.document .image-wrapper .image {
  border: 1px solid #efefef;
  display: inline-block;
  margin-bottom: -5px;
  width: 84px;
  height: 100%;
  background-color: white;
  background-image: url("../../img/svg/chopard_placeholder.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.document .document-details-wrapper {
  position: absolute;
  left: 140px;
  right: 80px;
  margin-top: 10px;
  text-align: left;
  text-transform: uppercase;
}
.document .document-details-wrapper .date {
  color: #8b8b8b;
  font-size: 17px;
}
.document .document-details-wrapper .title {
  cursor: pointer;
  margin-top: 10px;
  color: #3a3a6a;
  font-size: 15px;
  font-weight: 400;
}
.document .document-details-wrapper .attributes {
  margin-top: 1px;
  color: #8b8b8b;
  font-size: 15px;
}
.document .document-details-wrapper .attributes .type, .document .document-details-wrapper .attributes .size {
  display: inline-block;
  height: 15px;
  line-height: 15px;
}
.document .document-details-wrapper .attributes .type {
  padding-right: 7px;
}
.document .document-details-wrapper .attributes .size {
  border-left: 1px solid #efefef;
  padding-left: 9px;
}
.document .document-options-icons-wrapper {
  float: right;
}

.block-maintenance-list .column-download, .block-maintenance-list .column-delete, .block-data-entry-list .column-download, .block-data-entry-list .column-delete {
  padding-right: 10px;
  padding-left: 10px;
  width: 32px;
}
.block-maintenance-list th.column-download, .block-maintenance-list th.column-delete, .block-data-entry-list th.column-download, .block-data-entry-list th.column-delete {
  cursor: default;
}
.block-maintenance-list td.column-download, .block-maintenance-list td.column-delete, .block-data-entry-list td.column-download, .block-data-entry-list td.column-delete {
  text-align: right;
}

.block-filters-and-forms-menu {
  padding-top: 40px;
  padding-bottom: 40px;
}
.block-filters-and-forms-menu .filters {
  margin-bottom: 40px;
  text-align: center;
}
.block-filters-and-forms-menu .filters .filter {
  margin: 3px;
}
.block-filters-and-forms-menu .form .button {
  margin: 7px;
  display: inline-block;
  float: right;
}
.block-filters-and-forms-menu .form .button.reset-button {
  float: left;
  margin-left: 15px;
}
.block-filters-and-forms-menu .form .button.last {
  margin-right: 15px;
}

.block-data-entry-detail-total {
  padding: 18px 0;
  text-align: center;
}
.block-data-entry-detail-total .total-articles-label, .block-data-entry-detail-total .total-price-label, .block-data-entry-detail-total .separator {
  font-size: 14px;
  color: #8b8b8b;
  text-transform: uppercase;
}
.block-data-entry-detail-total .total-articles-value, .block-data-entry-detail-total .total-price-value {
  font-size: 20px;
  color: #404040;
}
.block-data-entry-detail-total .separator {
  margin: 0 10px;
}

.block-data-entry-detail-list .column-quantity {
  padding-right: 0;
  width: 150px;
}
.block-data-entry-detail-list td.column-quantity {
  white-space: nowrap;
  text-align: right;
}
.block-data-entry-detail-list td.column-quantity .readonly {
  padding-right: 20px;
}
.block-data-entry-detail-list td.column-quantity .cart-input {
  display: inline-block;
}
.block-data-entry-detail-list td.column-quantity .delete-data-entry-icon {
  margin-left: 5px;
}

.block-orders-list, .block-maintenance-list, .block-repairs-list, .block-data-entry-list {
  padding: 20px 0;
}
.block-orders-list .results, .block-maintenance-list .results, .block-repairs-list .results, .block-data-entry-list .results {
  text-transform: uppercase;
  padding-bottom: 20px;
}
.block-orders-list .results .number, .block-maintenance-list .results .number, .block-repairs-list .results .number, .block-data-entry-list .results .number {
  color: #a6a8b7;
}

.block-data-entry-list tr.deleted {
  display: none;
}

.block-repairs-list .sortable-table tr th, .block-repairs-list .sortable-table tr td {
  padding-left: 10px;
  padding-right: 10px;
  font-size: 13px;
}
.block-repairs-list .sortable-table tr th .title {
  font-size: 14px;
}
.block-repairs-list .sortable-table tr th .order-by-icon {
  margin-left: 4px;
}
@media (max-width: 1199px) {
  .block-repairs-list .sortable-table tr th, .block-repairs-list .sortable-table tr td {
    padding-left: 6px;
    padding-right: 6px;
    font-size: 12px;
  }
  .block-repairs-list .sortable-table tr th .title {
    font-size: 13px;
  }
  .block-repairs-list .sortable-table tr th .order-by-icon {
    margin-left: 0px;
  }
}
@media (max-width: 991px) {
  .block-repairs-list .sortable-table tr th, .block-repairs-list .sortable-table tr td {
    padding-left: 2px;
    padding-right: 2px;
    font-size: 9px;
  }
  .block-repairs-list .sortable-table tr th .title {
    font-size: 10px;
  }
  .block-repairs-list .sortable-table tr th .order-by-icon {
    margin-left: 0px;
  }
}

/***
	Popups
***/
.tooltip {
  cursor: default;
  position: absolute;
  z-index: 2;
  color: rgba(255, 255, 255, 0.8);
  background-color: #2c2c2e;
}
.tooltip:before {
  content: "";
  display: block;
  position: absolute;
  top: -5px;
  left: 50%;
  margin-left: -5px;
  width: 10px;
  height: 10px;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  background-color: #2c2c2e;
}
.tooltip.on-the-left {
  left: 0;
  right: auto !important;
}
.tooltip.on-the-left:before {
  left: 24px;
  right: auto !important;
}
.tooltip.on-the-right {
  left: auto !important;
  right: 0;
}
.tooltip.on-the-right:before {
  left: auto !important;
  right: 24px;
}
.tooltip.buttons-tooltip {
  padding: 13px 20px;
  top: 100%;
  margin-top: 22px;
  left: 50%;
  margin-left: -92px;
  width: 184px;
}
.tooltip.buttons-tooltip .option-buttons-wrapper {
  width: 100%;
}
.tooltip.buttons-tooltip .option-buttons-wrapper .option-buttons-table {
  width: 100%;
  text-align: left;
}
.tooltip.buttons-tooltip .option-buttons-wrapper .option-buttons-table .button-wrapper {
  cursor: pointer;
  height: 40px;
}
.tooltip.buttons-tooltip .option-buttons-wrapper .option-buttons-table .button-wrapper .icon-wrapper, .tooltip.buttons-tooltip .option-buttons-wrapper .option-buttons-table .button-wrapper .text-wrapper {
  vertical-align: middle;
}
.tooltip.buttons-tooltip .option-buttons-wrapper .option-buttons-table .button-wrapper .icon-wrapper {
  width: 20px;
}
.tooltip.buttons-tooltip .option-buttons-wrapper .option-buttons-table .button-wrapper .icon-wrapper .inline-icon {
  margin: 0;
  color: rgba(255, 255, 255, 0.8);
}
.tooltip.buttons-tooltip .option-buttons-wrapper .option-buttons-table .button-wrapper .icon-wrapper .inline-icon.icon-chopard-import-favori-20, .tooltip.buttons-tooltip .option-buttons-wrapper .option-buttons-table .button-wrapper .icon-wrapper .inline-icon.icon-chopard-export-favori-20 {
  font-size: 28px;
  top: -4px;
  left: -4px;
}
.tooltip.buttons-tooltip .option-buttons-wrapper .option-buttons-table .button-wrapper .text-wrapper {
  padding-left: 18px;
  font-size: 14px;
  text-transform: uppercase;
}
.tooltip.buttons-tooltip .option-buttons-wrapper .option-buttons-table .button-wrapper:hover {
  color: white;
}
.tooltip.buttons-tooltip .option-buttons-wrapper .option-buttons-table .button-wrapper:hover .icon-wrapper .inline-icon {
  color: white;
}
.tooltip.buttons-tooltip.on-the-right {
  right: -19px;
}
.tooltip.form-tooltip {
  text-align: left;
  padding: 22px 24px;
  top: 100%;
  margin-top: 22px;
  left: 50%;
  margin-left: -115px;
  width: 230px;
}
.tooltip.form-tooltip.larger {
  margin-left: -160px;
  width: 320px;
}
.tooltip.form-tooltip utx-input-with-label {
  margin-bottom: 18px;
  display: block;
}
.tooltip.form-tooltip utx-input-with-label:last-child {
  margin-bottom: 18px;
}
.tooltip.form-tooltip button:before {
  top: -4px;
}
.tooltip.form-tooltip .raw-text {
  text-align: center;
  font-size: 14px;
  line-height: normal;
}
.tooltip.form-tooltip .export-popup .button {
  text-align: right;
}
.tooltip.form-tooltip .confirm-popup .raw-text {
  margin-bottom: 20px;
}
.tooltip.form-tooltip .confirm-popup .cancel-button {
  text-align: left;
}
.tooltip.form-tooltip .confirm-popup .confirm-button {
  text-align: right;
}
.tooltip.form-tooltip.on-the-right {
  right: -19px;
}
.tooltip.filter-list {
  top: 57px;
  left: 0;
  min-width: 194px;
}
.tooltip.filter-list:before {
  left: 24px;
}
.tooltip.filter-list .list-wrapper {
  padding: 12px 18px;
  max-height: 377px;
  overflow: auto;
}
.tooltip.filter-list .list-wrapper::-webkit-scrollbar {
  width: 18px;
}
.tooltip.filter-list .list-wrapper::-webkit-scrollbar-track {
  background: #2c2c2e;
}
.tooltip.filter-list .list-wrapper::-webkit-scrollbar-thumb {
  background: white;
  width: 4px;
  border: 7px solid #2c2c2e;
  border-radius: 9px;
}
.tooltip.filter-list .list-wrapper .list {
  width: 100%;
  text-align: left;
  vertical-align: middle;
}
.tooltip.filter-list .list-wrapper .list tr {
  height: 32px;
  border-bottom: 1px solid transparent;
}
.tooltip.filter-list .list-wrapper .list tr .border-bottom {
  border-bottom: 1px solid #404040;
}
.tooltip.filter-list .list-wrapper .list tr .border-top {
  border-top: 1px solid #404040;
}
.tooltip.filter-list .list-wrapper .list tr .input-with-label {
  white-space: nowrap;
}
.tooltip.filter-list.on-the-right {
  right: 0;
}

/***
	Various
***/
.page-wrapper {
  position: fixed;
  left: 0;
  right: 0;
  overflow: auto;
  min-width: 768px;
  /*min-height: 100%;
  padding-bottom: $footer-height + 0px;
  margin-bottom: -$footer-height;*/
}
.page-wrapper::-webkit-scrollbar {
  width: 8px;
}
.page-wrapper::-webkit-scrollbar-thumb {
  width: 8px;
}

.content-wrapper {
  background: white;
  min-height: 100%;
}

.sortable-table {
  width: 100%;
}
.sortable-table tr {
  height: 52px;
  cursor: default;
}
.sortable-table tr th, .sortable-table tr td {
  text-align: left;
  vertical-align: middle;
  padding: 10px 20px;
}
.sortable-table tr td {
  border-bottom: 1px solid #ececec;
  color: #8b8b8b;
}
.sortable-table tr th {
  font-weight: normal;
  color: #404040;
  position: relative;
  cursor: pointer;
  font-size: 0 !important;
  border-bottom: 1px solid #e0e0e0;
  white-space: nowrap;
}
.sortable-table tr th .title, .sortable-table tr th .order-by-icon {
  display: inline-block;
}
.sortable-table tr th .title {
  font-size: 14px;
}
.sortable-table tr th .order-by-icon {
  visibility: hidden;
  margin-left: 5px;
  font-size: 10px;
  width: 10px;
  height: 10px;
  color: #404040;
}
.sortable-table tr th.col-sort-asc .order-by-icon {
  visibility: visible;
  transform: rotate(180deg);
}
.sortable-table tr th.col-sort-desc .order-by-icon {
  visibility: visible;
}
.sortable-table tr th:before {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -8px;
  height: 16px;
  width: 1px;
  background-color: #e0e0e0;
}
.sortable-table tr th:last-child:before {
  display: none;
}
.sortable-table tr th:hover {
  color: #272b44;
}
.sortable-table tr.importance0 {
  background-color: white;
}
.sortable-table tr.importance1 {
  background-color: rgba(244, 242, 242, 0.525);
}
.sortable-table tr.clickable {
  cursor: pointer;
}
.sortable-table tr.clickable:hover {
  background-color: rgba(244, 242, 242, 0.8);
}
.sortable-table tr.hightlight {
  background-color: rgba(244, 242, 242, 0.8);
}
.sortable-table .header-row {
  height: 50px;
  background-color: #f4f2f2;
}
.sortable-table.sort-disabled tr th {
  cursor: default;
}
@media (max-width: 992px) {
  .sortable-table tr td, .sortable-table tr th {
    padding-left: 10px;
    padding-right: 10px;
  }
}

.side-panel-wrapper {
  position: fixed;
  z-index: 1;
  top: 0;
  bottom: 0;
  width: 320px;
  background-color: #2c2c2e;
  color: rgba(255, 255, 255, 0.8);
  font-size: 14px;
}
.side-panel-wrapper .side-panel-select-options-wrapper {
  padding: 30px 20px;
}
.side-panel-wrapper .side-panel-select-options-wrapper .side-panel-header {
  text-align: center;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 20px;
  border-bottom: 1px solid #595959;
  color: #fff;
}
.side-panel-wrapper .side-panel-select-options-wrapper .side-panel-header .inline-icon {
  position: absolute;
  left: 0;
  color: #fff;
}
.side-panel-wrapper .side-panel-select-options-wrapper .side-panel-header .inline-icon::before {
  top: 0;
}
.side-panel-wrapper .side-panel-select-options-wrapper .side-panel-filter {
  padding-top: 20px;
}
.side-panel-wrapper .side-panel-select-options-wrapper .side-panel-select-options {
  position: absolute;
  top: 130px;
  bottom: 0;
  left: 20px;
  right: 20px;
  overflow: hidden;
  overflow-y: auto;
}
.side-panel-wrapper .side-panel-select-options-wrapper .side-panel-select-options .side-panel-select-option {
  vertical-align: top;
  display: inline-block;
  width: 120px;
  border-bottom: 1px solid #595959;
  position: relative;
  cursor: pointer;
  margin-bottom: 5px;
}
.side-panel-wrapper .side-panel-select-options-wrapper .side-panel-select-options .side-panel-select-option:nth-child(2n+1) {
  margin-right: 20px;
}
.side-panel-wrapper .side-panel-select-options-wrapper .side-panel-select-options .side-panel-select-option .picto {
  position: absolute;
  right: 4px;
  top: 24px;
  font-size: 20px;
  color: #fff;
}
.side-panel-wrapper .side-panel-select-options-wrapper .side-panel-select-options .side-panel-select-option .side-panel-select-option-image-wrapper {
  padding-top: 13px;
  height: 58px;
}
.side-panel-wrapper .side-panel-select-options-wrapper .side-panel-select-options .side-panel-select-option .side-panel-select-option-image-wrapper .side-panel-select-option-image {
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: inherit;
  font-size: 30px;
}
.side-panel-wrapper .side-panel-select-options-wrapper .side-panel-select-options .side-panel-select-option .side-panel-select-option-value {
  text-transform: uppercase;
  text-align: center;
  padding-bottom: 10px;
  min-height: 30px;
}
.side-panel-wrapper .options-list {
  display: table;
  width: 100%;
}
.side-panel-wrapper .options-list tr .menu-button, .side-panel-wrapper .options-list tr .menu-line {
  height: 43px;
  position: relative;
}
.side-panel-wrapper .options-list tr .menu-button .text, .side-panel-wrapper .options-list tr .menu-line .text {
  display: inline-block;
}
.side-panel-wrapper .options-list tr .menu-button.type-normal-case .inline-icon, .side-panel-wrapper .options-list tr .menu-button.type-section-title .inline-icon, .side-panel-wrapper .options-list tr .menu-line.type-normal-case .inline-icon, .side-panel-wrapper .options-list tr .menu-line.type-section-title .inline-icon {
  color: rgba(255, 255, 255, 0.8);
}
.side-panel-wrapper .options-list tr .menu-button.type-normal-case .inline-icon:before, .side-panel-wrapper .options-list tr .menu-button.type-section-title .inline-icon:before, .side-panel-wrapper .options-list tr .menu-line.type-normal-case .inline-icon:before, .side-panel-wrapper .options-list tr .menu-line.type-section-title .inline-icon:before {
  top: 0;
}
.side-panel-wrapper .options-list tr .menu-button.type-normal-case .inline-icon.icon-chopard-arrow-back-20:before, .side-panel-wrapper .options-list tr .menu-button.type-section-title .inline-icon.icon-chopard-arrow-back-20:before, .side-panel-wrapper .options-list tr .menu-line.type-normal-case .inline-icon.icon-chopard-arrow-back-20:before, .side-panel-wrapper .options-list tr .menu-line.type-section-title .inline-icon.icon-chopard-arrow-back-20:before {
  top: 1px;
}
.side-panel-wrapper .options-list tr .menu-button.type-normal-case:hover .inline-icon, .side-panel-wrapper .options-list tr .menu-button.type-section-title:hover .inline-icon, .side-panel-wrapper .options-list tr .menu-line.type-normal-case:hover .inline-icon, .side-panel-wrapper .options-list tr .menu-line.type-section-title:hover .inline-icon {
  color: white;
}
.side-panel-wrapper .options-list tr .menu-button.type-normal-case:after, .side-panel-wrapper .options-list tr .menu-button.type-section-title:after, .side-panel-wrapper .options-list tr .menu-line.type-normal-case:after, .side-panel-wrapper .options-list tr .menu-line.type-section-title:after {
  content: "";
  clear: both;
}
.side-panel-wrapper .options-list tr .menu-button.type-normal-case .inline-icon, .side-panel-wrapper .options-list tr .menu-button.type-normal-case .switch, .side-panel-wrapper .options-list tr .menu-button.type-normal-case .currency, .side-panel-wrapper .options-list tr .menu-line.type-normal-case .inline-icon, .side-panel-wrapper .options-list tr .menu-line.type-normal-case .switch, .side-panel-wrapper .options-list tr .menu-line.type-normal-case .currency {
  float: right;
}
.side-panel-wrapper .options-list tr .menu-button.type-normal-case .text, .side-panel-wrapper .options-list tr .menu-button.type-normal-case .currency, .side-panel-wrapper .options-list tr .menu-line.type-normal-case .text, .side-panel-wrapper .options-list tr .menu-line.type-normal-case .currency {
  color: rgba(255, 255, 255, 0.8);
}
.side-panel-wrapper .options-list tr .menu-button.type-normal-case .currency, .side-panel-wrapper .options-list tr .menu-line.type-normal-case .currency {
  text-transform: uppercase;
}
.side-panel-wrapper .options-list tr .menu-button.type-normal-case:hover .text, .side-panel-wrapper .options-list tr .menu-button.type-normal-case:hover .currency, .side-panel-wrapper .options-list tr .menu-line.type-normal-case:hover .text, .side-panel-wrapper .options-list tr .menu-line.type-normal-case:hover .currency {
  color: white;
}
.side-panel-wrapper .options-list tr .menu-button.type-uppercase-case .text, .side-panel-wrapper .options-list tr .menu-line.type-uppercase-case .text {
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.6);
}
.side-panel-wrapper .options-list tr .menu-button.type-uppercase-case .inline-icon, .side-panel-wrapper .options-list tr .menu-line.type-uppercase-case .inline-icon {
  color: rgba(255, 255, 255, 0.8);
  opacity: 0.5;
  margin-left: 10px;
}
.side-panel-wrapper .options-list tr .menu-button.type-uppercase-case.home .inline-icon, .side-panel-wrapper .options-list tr .menu-line.type-uppercase-case.home .inline-icon {
  position: relative;
  opacity: 1;
  float: right;
  margin-top: 13px;
  font-size: 22px;
  right: 1px;
}
.side-panel-wrapper .options-list tr .menu-button.type-uppercase-case:hover .text, .side-panel-wrapper .options-list tr .menu-button.type-uppercase-case:hover .inline-icon, .side-panel-wrapper .options-list tr .menu-line.type-uppercase-case:hover .text, .side-panel-wrapper .options-list tr .menu-line.type-uppercase-case:hover .inline-icon {
  color: white;
}
.side-panel-wrapper .options-list tr .menu-button.type-uppercase-case.selected, .side-panel-wrapper .options-list tr .menu-line.type-uppercase-case.selected {
  cursor: default;
}
.side-panel-wrapper .options-list tr .menu-button.type-uppercase-case.selected .text, .side-panel-wrapper .options-list tr .menu-line.type-uppercase-case.selected .text {
  color: rgba(255, 255, 255, 0.8);
}
.side-panel-wrapper .options-list tr .menu-button.type-section-title, .side-panel-wrapper .options-list tr .menu-line.type-section-title {
  text-align: center;
}
.side-panel-wrapper .options-list tr .menu-button.type-section-title .text, .side-panel-wrapper .options-list tr .menu-line.type-section-title .text {
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.8);
}
.side-panel-wrapper .options-list tr .menu-button.type-section-title:hover .text, .side-panel-wrapper .options-list tr .menu-line.type-section-title:hover .text {
  color: white;
}
.side-panel-wrapper .options-list tr .menu-button.type-section-title .inline-icon, .side-panel-wrapper .options-list tr .menu-line.type-section-title .inline-icon {
  position: absolute;
  left: 0;
}
.side-panel-wrapper .options-list tr .menu-button.type-attribute, .side-panel-wrapper .options-list tr .menu-line.type-attribute {
  cursor: default;
}
.side-panel-wrapper .options-list tr .menu-button.type-attribute .attribute, .side-panel-wrapper .options-list tr .menu-button.type-attribute .value, .side-panel-wrapper .options-list tr .menu-line.type-attribute .attribute, .side-panel-wrapper .options-list tr .menu-line.type-attribute .value {
  display: inline-block;
}
.side-panel-wrapper .options-list tr .menu-button.type-attribute .attribute, .side-panel-wrapper .options-list tr .menu-line.type-attribute .attribute {
  color: rgba(255, 255, 255, 0.4);
}
.side-panel-wrapper .options-list tr .menu-button.type-attribute .value, .side-panel-wrapper .options-list tr .menu-line.type-attribute .value {
  color: rgba(255, 255, 255, 0.8);
}
.side-panel-wrapper .options-list tr .menu-button.type-input-text, .side-panel-wrapper .options-list tr .menu-line.type-input-text {
  padding-top: 11px;
}
.side-panel-wrapper .options-list tr .menu-button.type-button input[type=submit],
.side-panel-wrapper .options-list tr .menu-button.type-button input[type=reset],
.side-panel-wrapper .options-list tr .menu-button.type-button button, .side-panel-wrapper .options-list tr .menu-line.type-button input[type=submit],
.side-panel-wrapper .options-list tr .menu-line.type-button input[type=reset],
.side-panel-wrapper .options-list tr .menu-line.type-button button {
  text-align: right;
  width: 100%;
}
.side-panel-wrapper .options-list tr .menu-button.type-button.type-save, .side-panel-wrapper .options-list tr .menu-line.type-button.type-save {
  padding-top: 33px;
}
.side-panel-wrapper .options-list tr .menu-button.type-button.type-change-password, .side-panel-wrapper .options-list tr .menu-line.type-button.type-change-password {
  padding-top: 16px;
}
.side-panel-wrapper .options-list tr .menu-button.type-button.type-change-password button, .side-panel-wrapper .options-list tr .menu-line.type-button.type-change-password button {
  border: 1px solid #8b8b8b;
}
.side-panel-wrapper .options-list tr .menu-button {
  cursor: pointer;
}
.side-panel-wrapper .options-list tr .line-separator {
  vertical-align: top;
  padding-top: 30px;
  padding-bottom: 29px;
}
.side-panel-wrapper .options-list tr .line-separator .line {
  height: 1px;
  width: 100%;
  background-color: #595959;
}
.side-panel-wrapper .options-list tr .line-separator.smaller-top {
  padding-top: 9px;
  padding-bottom: 15px;
}
.side-panel-wrapper .options-list tr .line-separator.smaller-bot {
  padding-top: 16px;
  padding-bottom: 9px;
}
.side-panel-wrapper .options-list tr .line-separator.small {
  padding-top: 9px;
  padding-bottom: 9px;
}
.side-panel-wrapper .options-list tr .currencies-list .currency {
  cursor: pointer;
  height: 43px;
  padding-top: 9px;
  border-bottom: 1px solid #595959;
}
.side-panel-wrapper .options-list tr td.border-bottom {
  border-bottom: 1px solid #595959;
}
.side-panel-wrapper.left {
  left: -320px;
  transition: left 250ms;
  padding: 28px;
  overflow: auto;
}
.side-panel-wrapper.left::-webkit-scrollbar {
  width: 4px;
}
.side-panel-wrapper.left::-webkit-scrollbar-track {
  background: #2c2c2e;
}
.side-panel-wrapper.left::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.8);
  width: 4px;
}
.side-panel-wrapper.right {
  right: -320px;
  transition: right 250ms;
}
.side-panel-wrapper.right .tabs, .side-panel-wrapper.right .form-wrapper, .side-panel-wrapper.right .buttons-wrapper {
  position: absolute;
  left: 0;
  right: 0;
  padding: 28px;
}
.side-panel-wrapper.right .tabs {
  top: 0;
  min-height: 105px;
  text-align: center;
}
.side-panel-wrapper.right .tabs button {
  margin: 7px;
}
.side-panel-wrapper.right .form-wrapper {
  top: 105px;
  bottom: 91px;
  overflow: auto;
}
.side-panel-wrapper.right .form-wrapper::-webkit-scrollbar {
  width: 4px;
}
.side-panel-wrapper.right .form-wrapper::-webkit-scrollbar-track {
  background: #2c2c2e;
}
.side-panel-wrapper.right .form-wrapper::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.8);
  width: 4px;
}
.side-panel-wrapper.right .form-wrapper .form {
  position: relative;
}
.side-panel-wrapper.right .form-wrapper .form .checkbox-element {
  margin: 8px 0;
}
.side-panel-wrapper.right .form-wrapper .form .spacer {
  position: relative;
  width: 100%;
  height: 15px;
}
.side-panel-wrapper.right .form-wrapper .form .spacer.line {
  height: 40px;
}
.side-panel-wrapper.right .form-wrapper .form .spacer.line:before {
  content: "";
  display: block;
  height: 1px;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  background-color: #8b8b8b;
}
.side-panel-wrapper.right .form-wrapper .form .hidden-button {
  opacity: 0.01;
  width: 1px;
  height: 1px;
  position: absolute;
  left: -1000px;
}
.side-panel-wrapper.right .buttons-wrapper {
  bottom: 0;
  height: 91px;
}
.side-panel-wrapper.right .buttons-wrapper .reset-button {
  float: left;
  margin-left: 15px;
}
.side-panel-wrapper.right .buttons-wrapper .reset-button:hover {
  color: rgba(255, 255, 255, 0.8);
}
.side-panel-wrapper.right .buttons-wrapper .reset-button:hover:before {
  color: rgba(255, 255, 255, 0.8);
}
.side-panel-wrapper.right .buttons-wrapper .submit-button {
  float: right;
  margin-right: 15px;
}
.side-panel-wrapper.right .buttons-wrapper .border-top {
  position: absolute;
  height: 1px;
  left: 28px;
  right: 28px;
  top: 0;
  background-color: #8b8b8b;
}
.side-panel-wrapper.right.no-tabs .tabs {
  display: none;
}
.side-panel-wrapper.right.no-tabs .form-wrapper {
  top: 0;
}

header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
  min-width: 768px;
}
header .top-header-wrapper {
  width: 100%;
  border-bottom: 1px solid #efefef;
  background-color: white;
}
header .top-header-wrapper .top-header-container {
  width: 100%;
  height: 90px;
  vertical-align: middle;
}
header .top-header-wrapper .top-header-container tr {
  height: 100%;
}
header .top-header-wrapper .top-header-container tr .open-left-panel-button-wrapper, header .top-header-wrapper .top-header-container tr .menu-icons-wrapper {
  width: 200px;
}
header .top-header-wrapper .top-header-container tr .open-left-panel-button-wrapper button {
  padding-left: 0;
}
header .top-header-wrapper .top-header-container tr .logo-wrapper {
  text-align: center;
}
header .top-header-wrapper .top-header-container tr .logo-wrapper .logo {
  display: inline-block;
  cursor: pointer;
  width: 176px;
  height: 56px;
  background: url("../img/svg/chopard_logo.svg") no-repeat center;
  background-size: 176px 56px;
}
header .top-header-wrapper .top-header-container tr .logo-wrapper .nav-menu {
  display: none;
  margin-top: 8px;
  color: #8b8b8b;
  font-family: "Source Sans Pro";
  font-size: 13px;
  font-weight: 300;
  text-transform: uppercase;
}
header .top-header-wrapper .top-header-container tr .logo-wrapper .nav-menu .nav-menu-button {
  display: inline-block;
  white-space: nowrap;
}
header .top-header-wrapper .top-header-container tr .logo-wrapper .nav-menu .nav-menu-button span {
  cursor: pointer;
}
header .top-header-wrapper .top-header-container tr .logo-wrapper .nav-menu .nav-menu-button span:hover, header .top-header-wrapper .top-header-container tr .logo-wrapper .nav-menu .nav-menu-button span.selected {
  color: #3a3a6a;
}
header .top-header-wrapper .top-header-container tr .logo-wrapper .nav-menu .nav-menu-button span.selected {
  cursor: default;
  font-weight: 400;
}
header .top-header-wrapper .top-header-container tr .logo-wrapper .nav-menu .nav-menu-button .nav-menu-separator {
  display: inline-block;
  position: relative;
  top: -3px;
  left: -2px;
  font-size: 4px;
  width: 4px;
  height: 1px;
  margin: 0 6px;
}
header .top-header-wrapper .top-header-container tr .logo-wrapper .nav-menu .nav-menu-button:last-child .nav-menu-separator {
  display: none;
}
header .top-header-wrapper .top-header-container tr .menu-icons-wrapper {
  text-align: right;
}
header .top-header-wrapper .top-header-container tr .menu-icons-wrapper .inline-icon-wrapper {
  margin-left: 10px;
}
header .bottom-header-wrapper {
  display: none;
  width: 100%;
  height: 49px;
}
header .bottom-header-wrapper .bottom-header-container {
  width: 100%;
  height: 49px;
  vertical-align: middle;
}
header .bottom-header-wrapper .bottom-header-container tr {
  height: 100%;
}
header .bottom-header-wrapper .bottom-header-container tr .previous-button-wrapper, header .bottom-header-wrapper .bottom-header-container tr .menu-icons-wrapper {
  width: 200px;
}
header .bottom-header-wrapper .bottom-header-container tr .path-wrapper {
  text-align: center;
  color: #8b8b8b;
  font-family: "Source Sans Pro";
  font-size: 15px;
  font-weight: 300;
  text-transform: uppercase;
}
header .bottom-header-wrapper .bottom-header-container tr .path-wrapper > * {
  display: inline-block;
}
header .bottom-header-wrapper .bottom-header-container tr .path-wrapper .path-element-button span {
  cursor: pointer;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
header .bottom-header-wrapper .bottom-header-container tr .path-wrapper .path-element-button.disabled span {
  cursor: default;
}
header .bottom-header-wrapper .bottom-header-container tr .path-wrapper .path-element-button:after {
  content: "/";
  margin-left: 3px;
  margin-right: 6px;
}
header .bottom-header-wrapper .bottom-header-container tr .path-wrapper .path-element-button:last-child {
  cursor: default;
  color: #3a3a6a;
  font-weight: 400;
}
header .bottom-header-wrapper .bottom-header-container tr .path-wrapper .path-element-button:last-child:after {
  display: none;
}
header .bottom-header-wrapper .bottom-header-container tr .menu-icons-wrapper {
  text-align: right;
}
header .bottom-header-wrapper .bottom-header-container tr .menu-icons-wrapper utx-tooltip-button {
  margin-left: 15px;
  display: inline-block;
}
header .bottom-header-wrapper .bottom-header-container tr .menu-icons-wrapper utx-tooltip-button:last-child {
  margin-right: 5px;
}
header.show-nav-menu .top-header-wrapper .top-header-container {
  height: 120px;
}
header.show-nav-menu .top-header-wrapper .top-header-container tr .logo-wrapper .nav-menu {
  display: block;
}
header.show-bottom-header .bottom-header-wrapper {
  display: block;
}

footer {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  height: 35px;
  background-color: #f8f8f8;
}
footer .footer-table {
  width: 100%;
  height: 100%;
}
footer .footer-table .buttons-wrapper, footer .footer-table .languages-wrapper {
  width: 50%;
}
footer .footer-table .buttons-wrapper {
  white-space: nowrap;
  text-align: left;
}
footer .footer-table .buttons-wrapper button {
  height: 19px;
  border-left: 1px solid #efefef;
}
footer .footer-table .buttons-wrapper button:first-child {
  border-left: none;
  padding-left: 0;
}
footer .footer-table .go-to-top-wrapper .inline-icon {
  height: 20px;
  margin-bottom: -5px;
}
footer .footer-table .go-to-top-wrapper .inline-icon:before {
  top: 0;
  opacity: 0.4;
}
footer .footer-table .go-to-top-wrapper .inline-icon:hover:before {
  opacity: 0.6;
}
footer .footer-table .languages-wrapper {
  text-align: right;
}
footer .footer-table .languages-wrapper button:last-child {
  padding-right: 0;
}

body {
  /** MODULES STYLE **/
  background-color: #f4f2f2;
  /** END **/
}
body.login header, body.login .page-wrapper, body.login footer {
  width: 487px;
  margin-right: auto;
  margin-left: auto;
}
body.login header .container, body.login .page-wrapper .container, body.login footer .container {
  width: auto;
}
body.login header .top-header-wrapper, body.login .page-wrapper .container, body.login footer {
  background-color: rgba(30, 32, 59, 0.92);
}
body.login header .top-header-wrapper {
  border-bottom: none;
}
body.login header .top-header-wrapper .top-header-container tr .logo-wrapper .logo {
  background-image: url("../img/svg/chopard_logo_white.svg");
}
body.login header .open-left-panel-button-wrapper, body.login header .menu-icons-wrapper {
  display: none;
}
body.login .page-wrapper .container {
  position: relative;
}
body.login .page-wrapper .container ui-view {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
}
body.login footer button.transparent-1 {
  color: white;
}
body.login footer button.transparent-1:hover {
  color: rgba(255, 255, 255, 0.8);
}
body.collection .block-collection-image {
  background-color: white;
  margin: 0 -27px 0 -27px;
  padding: 1px 27px 1px 27px;
}
body.product-details .block-product-details {
  background-color: white;
  margin: 0 -27px 0 -27px;
  padding: 1px 27px 1px 27px;
}
body.home .block-list .vignettes-wrapper .product-vignette-wrapper {
  opacity: 1;
  transition: opacity 200ms;
}
body.home .block-list .vignettes-wrapper .product-vignette-wrapper.transparent-hover {
  opacity: 0.8;
}
body.components-nav .block-bom {
  padding-top: 27px;
  padding-bottom: 27px;
}
body .global-loader {
  background: #f4f2f2;
}
body .input-text.type4 input, body .input-text.type4 textarea, body .input-text.type4 .input-file-label {
  padding: 0 11px;
  color: #8b8b8b;
  border-bottom: 1px solid #c8c8c8;
  background-color: #f8f6f6;
}
body .input-text.type4 input::-webkit-input-placeholder, body .input-text.type4 textarea::-webkit-input-placeholder, body .input-text.type4 .input-file-label::-webkit-input-placeholder {
  color: #c8c8c8;
}
body .input-text.type4 input:-moz-placeholder, body .input-text.type4 textarea:-moz-placeholder, body .input-text.type4 .input-file-label:-moz-placeholder {
  color: #c8c8c8;
}
body .input-text.type4 input::-moz-placeholder, body .input-text.type4 textarea::-moz-placeholder, body .input-text.type4 .input-file-label::-moz-placeholder {
  color: #c8c8c8;
}
body .input-text.type4 input:-ms-input-placeholder, body .input-text.type4 textarea:-ms-input-placeholder, body .input-text.type4 .input-file-label:-ms-input-placeholder {
  color: #c8c8c8;
}
body .input-text.type4 input:focus, body .input-text.type4 input .focus, body .input-text.type4 textarea:focus, body .input-text.type4 textarea .focus, body .input-text.type4 .input-file-label:focus, body .input-text.type4 .input-file-label .focus {
  border-bottom: 1px solid black;
}
body .input-text.type4 input:disabled, body .input-text.type4 textarea:disabled, body .input-text.type4 .input-file-label:disabled {
  opacity: 0.7;
}
body .input-text.type4 input:-webkit-autofill, body .input-text.type4 textarea:-webkit-autofill, body .input-text.type4 .input-file-label:-webkit-autofill {
  -webkit-text-fill-color: #8b8b8b;
  box-shadow: 0 0 0 35px #f8f6f6 inset;
}
body .input-text.type4 input, body .input-text.type4 .input-file-label {
  height: 35px;
}
body .input-text.type4 textarea {
  padding-top: 7px;
  padding-bottom: 7px;
}
body .input-text.type4.icon-on-the-right:before, body .input-text.type4.icon-on-the-left:before {
  height: 35px;
  width: 35px;
}
body .input-text.type4.icon-on-the-right input, body .input-text.type4.icon-on-the-right .input-file-label {
  padding-right: 35px;
}
body .input-text.type4.icon-on-the-left input, body .input-text.type4.icon-on-the-left .input-file-label {
  padding-left: 35px;
}
body .checkbox.type4 {
  background-color: #f8f6f6;
}
body .block-product-description .tab-content-wrapper .documents-view .document-wrapper .document {
  background-color: #f8f6f6;
}
body header .bottom-header-wrapper {
  background-color: #eeeaeb;
}
body footer {
  background-color: #f8f8f8;
}
body .sortable-table tr.importance1 {
  background-color: rgba(244, 242, 242, 0.525);
}
body .sortable-table tr.clickable:hover {
  background-color: rgba(244, 242, 242, 0.8);
}
body .sortable-table .header-row {
  background-color: #f4f2f2;
}
body.collection .content-wrapper {
  background-color: #eeeaeb;
}
body.product-details .content-wrapper {
  background-color: #eeeaeb;
}
body.module-catalog {
  background-color: #f4f2f2;
}
body.module-catalog .global-loader {
  background: #f4f2f2;
}
body.module-catalog .input-text.type4 input, body.module-catalog .input-text.type4 textarea, body.module-catalog .input-text.type4 .input-file-label {
  padding: 0 11px;
  color: #8b8b8b;
  border-bottom: 1px solid #c8c8c8;
  background-color: #f8f6f6;
}
body.module-catalog .input-text.type4 input::-webkit-input-placeholder, body.module-catalog .input-text.type4 textarea::-webkit-input-placeholder, body.module-catalog .input-text.type4 .input-file-label::-webkit-input-placeholder {
  color: #c8c8c8;
}
body.module-catalog .input-text.type4 input:-moz-placeholder, body.module-catalog .input-text.type4 textarea:-moz-placeholder, body.module-catalog .input-text.type4 .input-file-label:-moz-placeholder {
  color: #c8c8c8;
}
body.module-catalog .input-text.type4 input::-moz-placeholder, body.module-catalog .input-text.type4 textarea::-moz-placeholder, body.module-catalog .input-text.type4 .input-file-label::-moz-placeholder {
  color: #c8c8c8;
}
body.module-catalog .input-text.type4 input:-ms-input-placeholder, body.module-catalog .input-text.type4 textarea:-ms-input-placeholder, body.module-catalog .input-text.type4 .input-file-label:-ms-input-placeholder {
  color: #c8c8c8;
}
body.module-catalog .input-text.type4 input:focus, body.module-catalog .input-text.type4 input .focus, body.module-catalog .input-text.type4 textarea:focus, body.module-catalog .input-text.type4 textarea .focus, body.module-catalog .input-text.type4 .input-file-label:focus, body.module-catalog .input-text.type4 .input-file-label .focus {
  border-bottom: 1px solid black;
}
body.module-catalog .input-text.type4 input:disabled, body.module-catalog .input-text.type4 textarea:disabled, body.module-catalog .input-text.type4 .input-file-label:disabled {
  opacity: 0.7;
}
body.module-catalog .input-text.type4 input:-webkit-autofill, body.module-catalog .input-text.type4 textarea:-webkit-autofill, body.module-catalog .input-text.type4 .input-file-label:-webkit-autofill {
  -webkit-text-fill-color: #8b8b8b;
  box-shadow: 0 0 0 35px #f8f6f6 inset;
}
body.module-catalog .input-text.type4 input, body.module-catalog .input-text.type4 .input-file-label {
  height: 35px;
}
body.module-catalog .input-text.type4 textarea {
  padding-top: 7px;
  padding-bottom: 7px;
}
body.module-catalog .input-text.type4.icon-on-the-right:before, body.module-catalog .input-text.type4.icon-on-the-left:before {
  height: 35px;
  width: 35px;
}
body.module-catalog .input-text.type4.icon-on-the-right input, body.module-catalog .input-text.type4.icon-on-the-right .input-file-label {
  padding-right: 35px;
}
body.module-catalog .input-text.type4.icon-on-the-left input, body.module-catalog .input-text.type4.icon-on-the-left .input-file-label {
  padding-left: 35px;
}
body.module-catalog .checkbox.type4 {
  background-color: #f8f6f6;
}
body.module-catalog .block-product-description .tab-content-wrapper .documents-view .document-wrapper .document {
  background-color: #f8f6f6;
}
body.module-catalog header .bottom-header-wrapper {
  background-color: #eeeaeb;
}
body.module-catalog footer {
  background-color: #f8f8f8;
}
body.module-catalog .sortable-table tr.importance1 {
  background-color: rgba(244, 242, 242, 0.525);
}
body.module-catalog .sortable-table tr.clickable:hover {
  background-color: rgba(244, 242, 242, 0.8);
}
body.module-catalog .sortable-table .header-row {
  background-color: #f4f2f2;
}
body.module-catalog.collection .content-wrapper {
  background-color: #eeeaeb;
}
body.module-catalog.product-details .content-wrapper {
  background-color: #eeeaeb;
}
body.module-accessories {
  background-color: #f2f3f5;
}
body.module-accessories .global-loader {
  background: #f2f3f5;
}
body.module-accessories .input-text.type4 input, body.module-accessories .input-text.type4 textarea, body.module-accessories .input-text.type4 .input-file-label {
  padding: 0 11px;
  color: #8b8b8b;
  border-bottom: 1px solid #c8c8c8;
  background-color: #f2f3f5;
}
body.module-accessories .input-text.type4 input::-webkit-input-placeholder, body.module-accessories .input-text.type4 textarea::-webkit-input-placeholder, body.module-accessories .input-text.type4 .input-file-label::-webkit-input-placeholder {
  color: #c8c8c8;
}
body.module-accessories .input-text.type4 input:-moz-placeholder, body.module-accessories .input-text.type4 textarea:-moz-placeholder, body.module-accessories .input-text.type4 .input-file-label:-moz-placeholder {
  color: #c8c8c8;
}
body.module-accessories .input-text.type4 input::-moz-placeholder, body.module-accessories .input-text.type4 textarea::-moz-placeholder, body.module-accessories .input-text.type4 .input-file-label::-moz-placeholder {
  color: #c8c8c8;
}
body.module-accessories .input-text.type4 input:-ms-input-placeholder, body.module-accessories .input-text.type4 textarea:-ms-input-placeholder, body.module-accessories .input-text.type4 .input-file-label:-ms-input-placeholder {
  color: #c8c8c8;
}
body.module-accessories .input-text.type4 input:focus, body.module-accessories .input-text.type4 input .focus, body.module-accessories .input-text.type4 textarea:focus, body.module-accessories .input-text.type4 textarea .focus, body.module-accessories .input-text.type4 .input-file-label:focus, body.module-accessories .input-text.type4 .input-file-label .focus {
  border-bottom: 1px solid black;
}
body.module-accessories .input-text.type4 input:disabled, body.module-accessories .input-text.type4 textarea:disabled, body.module-accessories .input-text.type4 .input-file-label:disabled {
  opacity: 0.7;
}
body.module-accessories .input-text.type4 input:-webkit-autofill, body.module-accessories .input-text.type4 textarea:-webkit-autofill, body.module-accessories .input-text.type4 .input-file-label:-webkit-autofill {
  -webkit-text-fill-color: #8b8b8b;
  box-shadow: 0 0 0 35px #f2f3f5 inset;
}
body.module-accessories .input-text.type4 input, body.module-accessories .input-text.type4 .input-file-label {
  height: 35px;
}
body.module-accessories .input-text.type4 textarea {
  padding-top: 7px;
  padding-bottom: 7px;
}
body.module-accessories .input-text.type4.icon-on-the-right:before, body.module-accessories .input-text.type4.icon-on-the-left:before {
  height: 35px;
  width: 35px;
}
body.module-accessories .input-text.type4.icon-on-the-right input, body.module-accessories .input-text.type4.icon-on-the-right .input-file-label {
  padding-right: 35px;
}
body.module-accessories .input-text.type4.icon-on-the-left input, body.module-accessories .input-text.type4.icon-on-the-left .input-file-label {
  padding-left: 35px;
}
body.module-accessories .checkbox.type4 {
  background-color: #f2f3f5;
}
body.module-accessories .block-product-description .tab-content-wrapper .documents-view .document-wrapper .document {
  background-color: #f2f3f5;
}
body.module-accessories header .bottom-header-wrapper {
  background-color: #ebecee;
}
body.module-accessories footer {
  background-color: #f9f9f9;
}
body.module-accessories .sortable-table tr.importance1 {
  background-color: rgba(242, 243, 245, 0.525);
}
body.module-accessories .sortable-table tr.clickable:hover {
  background-color: rgba(242, 243, 245, 0.8);
}
body.module-accessories .sortable-table .header-row {
  background-color: #f2f3f5;
}
body.module-accessories.collection .content-wrapper {
  background-color: #ebecee;
}
body.module-accessories.product-details .content-wrapper {
  background-color: #ebecee;
}
body.module-aftersalesservices {
  background-color: #f2f4f6;
}
body.module-aftersalesservices .global-loader {
  background: #f2f4f6;
}
body.module-aftersalesservices .input-text.type4 input, body.module-aftersalesservices .input-text.type4 textarea, body.module-aftersalesservices .input-text.type4 .input-file-label {
  padding: 0 11px;
  color: #8b8b8b;
  border-bottom: 1px solid #c8c8c8;
  background-color: #f2f4f6;
}
body.module-aftersalesservices .input-text.type4 input::-webkit-input-placeholder, body.module-aftersalesservices .input-text.type4 textarea::-webkit-input-placeholder, body.module-aftersalesservices .input-text.type4 .input-file-label::-webkit-input-placeholder {
  color: #c8c8c8;
}
body.module-aftersalesservices .input-text.type4 input:-moz-placeholder, body.module-aftersalesservices .input-text.type4 textarea:-moz-placeholder, body.module-aftersalesservices .input-text.type4 .input-file-label:-moz-placeholder {
  color: #c8c8c8;
}
body.module-aftersalesservices .input-text.type4 input::-moz-placeholder, body.module-aftersalesservices .input-text.type4 textarea::-moz-placeholder, body.module-aftersalesservices .input-text.type4 .input-file-label::-moz-placeholder {
  color: #c8c8c8;
}
body.module-aftersalesservices .input-text.type4 input:-ms-input-placeholder, body.module-aftersalesservices .input-text.type4 textarea:-ms-input-placeholder, body.module-aftersalesservices .input-text.type4 .input-file-label:-ms-input-placeholder {
  color: #c8c8c8;
}
body.module-aftersalesservices .input-text.type4 input:focus, body.module-aftersalesservices .input-text.type4 input .focus, body.module-aftersalesservices .input-text.type4 textarea:focus, body.module-aftersalesservices .input-text.type4 textarea .focus, body.module-aftersalesservices .input-text.type4 .input-file-label:focus, body.module-aftersalesservices .input-text.type4 .input-file-label .focus {
  border-bottom: 1px solid black;
}
body.module-aftersalesservices .input-text.type4 input:disabled, body.module-aftersalesservices .input-text.type4 textarea:disabled, body.module-aftersalesservices .input-text.type4 .input-file-label:disabled {
  opacity: 0.7;
}
body.module-aftersalesservices .input-text.type4 input:-webkit-autofill, body.module-aftersalesservices .input-text.type4 textarea:-webkit-autofill, body.module-aftersalesservices .input-text.type4 .input-file-label:-webkit-autofill {
  -webkit-text-fill-color: #8b8b8b;
  box-shadow: 0 0 0 35px #f2f4f6 inset;
}
body.module-aftersalesservices .input-text.type4 input, body.module-aftersalesservices .input-text.type4 .input-file-label {
  height: 35px;
}
body.module-aftersalesservices .input-text.type4 textarea {
  padding-top: 7px;
  padding-bottom: 7px;
}
body.module-aftersalesservices .input-text.type4.icon-on-the-right:before, body.module-aftersalesservices .input-text.type4.icon-on-the-left:before {
  height: 35px;
  width: 35px;
}
body.module-aftersalesservices .input-text.type4.icon-on-the-right input, body.module-aftersalesservices .input-text.type4.icon-on-the-right .input-file-label {
  padding-right: 35px;
}
body.module-aftersalesservices .input-text.type4.icon-on-the-left input, body.module-aftersalesservices .input-text.type4.icon-on-the-left .input-file-label {
  padding-left: 35px;
}
body.module-aftersalesservices .checkbox.type4 {
  background-color: #f2f4f6;
}
body.module-aftersalesservices .block-product-description .tab-content-wrapper .documents-view .document-wrapper .document {
  background-color: #f8f8f8;
}
body.module-aftersalesservices header .bottom-header-wrapper {
  background-color: #ebeef2;
}
body.module-aftersalesservices footer {
  background-color: #f6f8f9;
}
body.module-aftersalesservices .sortable-table tr.importance1 {
  background-color: rgba(242, 244, 246, 0.525);
}
body.module-aftersalesservices .sortable-table tr.clickable:hover {
  background-color: rgba(242, 244, 246, 0.8);
}
body.module-aftersalesservices .sortable-table .header-row {
  background-color: #f2f4f6;
}
body.module-aftersalesservices.collection .content-wrapper {
  background-color: #ebeef2;
}
body.module-aftersalesservices.product-details .content-wrapper {
  background-color: white;
}
body.module-aftersalesservices .block-gallery-automatic {
  height: 230px;
}
body.module-aftersalesservices .block-product-details .view2 {
  border-bottom: 1px solid #efefef;
}
body.module-posmaterial {
  background-color: #f4f2f2;
}
body.module-posmaterial .global-loader {
  background: #f4f2f2;
}
body.module-posmaterial .input-text.type4 input, body.module-posmaterial .input-text.type4 textarea, body.module-posmaterial .input-text.type4 .input-file-label {
  padding: 0 11px;
  color: #8b8b8b;
  border-bottom: 1px solid #c8c8c8;
  background-color: #f4f2f2;
}
body.module-posmaterial .input-text.type4 input::-webkit-input-placeholder, body.module-posmaterial .input-text.type4 textarea::-webkit-input-placeholder, body.module-posmaterial .input-text.type4 .input-file-label::-webkit-input-placeholder {
  color: #c8c8c8;
}
body.module-posmaterial .input-text.type4 input:-moz-placeholder, body.module-posmaterial .input-text.type4 textarea:-moz-placeholder, body.module-posmaterial .input-text.type4 .input-file-label:-moz-placeholder {
  color: #c8c8c8;
}
body.module-posmaterial .input-text.type4 input::-moz-placeholder, body.module-posmaterial .input-text.type4 textarea::-moz-placeholder, body.module-posmaterial .input-text.type4 .input-file-label::-moz-placeholder {
  color: #c8c8c8;
}
body.module-posmaterial .input-text.type4 input:-ms-input-placeholder, body.module-posmaterial .input-text.type4 textarea:-ms-input-placeholder, body.module-posmaterial .input-text.type4 .input-file-label:-ms-input-placeholder {
  color: #c8c8c8;
}
body.module-posmaterial .input-text.type4 input:focus, body.module-posmaterial .input-text.type4 input .focus, body.module-posmaterial .input-text.type4 textarea:focus, body.module-posmaterial .input-text.type4 textarea .focus, body.module-posmaterial .input-text.type4 .input-file-label:focus, body.module-posmaterial .input-text.type4 .input-file-label .focus {
  border-bottom: 1px solid black;
}
body.module-posmaterial .input-text.type4 input:disabled, body.module-posmaterial .input-text.type4 textarea:disabled, body.module-posmaterial .input-text.type4 .input-file-label:disabled {
  opacity: 0.7;
}
body.module-posmaterial .input-text.type4 input:-webkit-autofill, body.module-posmaterial .input-text.type4 textarea:-webkit-autofill, body.module-posmaterial .input-text.type4 .input-file-label:-webkit-autofill {
  -webkit-text-fill-color: #8b8b8b;
  box-shadow: 0 0 0 35px #f4f2f2 inset;
}
body.module-posmaterial .input-text.type4 input, body.module-posmaterial .input-text.type4 .input-file-label {
  height: 35px;
}
body.module-posmaterial .input-text.type4 textarea {
  padding-top: 7px;
  padding-bottom: 7px;
}
body.module-posmaterial .input-text.type4.icon-on-the-right:before, body.module-posmaterial .input-text.type4.icon-on-the-left:before {
  height: 35px;
  width: 35px;
}
body.module-posmaterial .input-text.type4.icon-on-the-right input, body.module-posmaterial .input-text.type4.icon-on-the-right .input-file-label {
  padding-right: 35px;
}
body.module-posmaterial .input-text.type4.icon-on-the-left input, body.module-posmaterial .input-text.type4.icon-on-the-left .input-file-label {
  padding-left: 35px;
}
body.module-posmaterial .checkbox.type4 {
  background-color: #f4f2f2;
}
body.module-posmaterial .block-product-description .tab-content-wrapper .documents-view .document-wrapper .document {
  background-color: #f8f6f6;
}
body.module-posmaterial header .bottom-header-wrapper {
  background-color: #eeeaeb;
}
body.module-posmaterial footer {
  background-color: #f8f8f8;
}
body.module-posmaterial .sortable-table tr.importance1 {
  background-color: rgba(244, 242, 242, 0.525);
}
body.module-posmaterial .sortable-table tr.clickable:hover {
  background-color: rgba(244, 242, 242, 0.8);
}
body.module-posmaterial .sortable-table .header-row {
  background-color: #f4f2f2;
}
body.module-posmaterial.collection .content-wrapper {
  background-color: #eeeaeb;
}
body.module-posmaterial.product-details .content-wrapper {
  background-color: #eeeaeb;
}
body.module-posmaterial .block-gallery-automatic {
  height: 230px;
}
body.module-posmaterial.home .content-wrapper {
  background-color: #eeeaeb;
}
body.module-posmaterial.home .content-wrapper .block-gallery-automatic {
  background-color: white;
}
body.module-posmaterial.home .content-wrapper .block-menus, body.module-posmaterial.home .content-wrapper .block-search-form {
  background-color: white;
  margin-left: -27px;
  margin-right: -27px;
  padding-left: 27px;
  padding-right: 27px;
}
body.module-posmaterial.home .content-wrapper .block-menus.block, body.module-posmaterial.home .content-wrapper .block-search-form.block {
  position: relative;
  border-bottom: none;
}
body.module-posmaterial.home .content-wrapper .block-menus.block:before, body.module-posmaterial.home .content-wrapper .block-search-form.block:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 27px;
  right: 27px;
  height: 1px;
  background-color: #efefef;
}
body.module-posmaterial .block-list .vignettes-wrapper .product-vignette-wrapper .product-details .product-details-title {
  white-space: normal;
  line-height: 28px;
  height: 56px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
body.module-data_entry.home .col-md-3 {
  width: 33.33333%;
}
body.module-private_sales {
  background-image: url("../img/backgrounds/01_img_ambiance_ps.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
}
body.module-private_sales.login {
  background-image: url("../img/backgrounds/login_bg_PS.jpg");
}
body.module-private_sales.home .content-wrapper {
  background-color: transparent;
}
body.module-private_sales.home .content-wrapper .block-welcome-message, body.module-private_sales.home .content-wrapper .block-list, body.module-private_sales.home .content-wrapper .block-orders-form {
  margin-left: -27px;
  margin-right: -27px;
  padding-left: 27px;
  padding-right: 27px;
}
body.module-private_sales.home .content-wrapper .block-list {
  background-color: white;
}
@media (min-width: 992px) {
  body.module-private_sales.home .content-wrapper .block-list .col-md-3 {
    width: 33%;
  }
}
body.module-private_sales.home .content-wrapper .block-orders-form {
  background-color: #eeeaeb;
}
body .page-wrapper::-webkit-scrollbar-track {
  background: #efefef;
}
body .page-wrapper::-webkit-scrollbar-thumb {
  background: #8b8b8b;
}
body.show-left-panel .side-panel-wrapper.left {
  left: 0;
}
body.show-right-panel .side-panel-wrapper.right {
  right: 0;
}
body.wait, body.wait * {
  cursor: wait !important;
}
body .items-where-used .block-data-entry-list tr, body .warranty .block-data-entry-list tr {
  cursor: pointer;
}
body .items-where-used .block-data-entry-list tr:hover, body .warranty .block-data-entry-list tr:hover {
  background: #f2f4f6;
}
body .warranty-container {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}
body .warranty-container.warranty-container-no-warranty {
  color: #c91d34;
}
body .warranty-container .warranty-certificate {
  flex: 1;
  padding: 20px;
  display: flex;
  justify-content: center;
}
body .warranty-container .warranty-certificate .certificate {
  width: 60%;
  background-size: contain !important;
}
body .warranty-container .warranty-certificate .certificate.green {
  background: url("../css/img/warranty_green.png") no-repeat;
}
body .warranty-container .warranty-certificate .certificate.red {
  background: url("../css/img/warranty_red.png") no-repeat;
}
body .warranty-container .warranty-info {
  flex: 1;
  padding: 20px;
}
body .warranty-container .warranty-info .warranty-title {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  padding-bottom: 15px;
  color: #272b44;
}
body .warranty-container .warranty-info .field {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  text-transform: capitalize;
  /* identical to box height */
  margin-bottom: 5px;
  color: #272b44;
}
body .warranty-container .warranty-info .field span {
  color: #8b8b8b;
}
body .warranty-container .warranty-info .warranty-date-container {
  display: flex;
  margin-bottom: 15px;
}
body .warranty-container .warranty-info .warranty-date-container .from {
  margin-right: 20px;
}
body .icon-chopard-bullet-separation-4 {
  margin-left: 8px !important;
  margin-right: 8px !important;
  top: -2px !important;
}

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