@charset "UTF-8";
/* CONSTANT */
/* VARIABLES */
/*! normalize.css v3.0.0 | MIT License | git.io/normalize */
* {
  box-sizing: border-box;
}
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  font-size: 13px;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
/*
* {
	box-sizing: border-box;
}
*/
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background: 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 {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  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"] {
  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;
  -moz-box-sizing: content-box;
  -webkit-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;
}
/*
*globals.css
*/
/* S c r e e n */
/*
@media only screen and (max-width: 990px)	{
	.txt_right	 { text-align:center !important;	}
	.txt_left		{ text-align:center !important;	}
}
*/
/* U n i v e r s a l */
/*	Text Colors	*/
.light {
  color: #7A7A7A;
}
.lighte {
  color: #8F8F8F;
}
.lighter {
  color: #A8A8A8;
}
.lightest {
  color: #ECECEC;
}
.darkless {
  color: #6D6D6D;
}
.dark {
  color: #626262;
}
.darker {
  color: #484848;
}
.darkest {
  color: #373737;
}
.black {
  color: #2E2E2E;
}
.blacker {
  color: #1A1A1A;
}
.blackest {
  color: #000000;
}
.r3d {
  color: #E05350;
}
/* Fonts in px */
.f10 {
  font-size: 10px !important;
}
.f11 {
  font-size: 11px !important;
}
.f12 {
  font-size: 12px !important;
}
.f13 {
  font-size: 13px !important;
}
.f14 {
  font-size: 14px !important;
}
.f15 {
  font-size: 15px !important;
}
.f16 {
  font-size: 16px !important;
}
.f17 {
  font-size: 17px !important;
}
.f18 {
  font-size: 18px !important;
}
.f19 {
  font-size: 19px !important;
}
.f20 {
  font-size: 20px !important;
}
.f21 {
  font-size: 21px !important;
}
.fw300 {
  font-weight: 300 !important;
}
/* Font Family */
.clearfix:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
}
.arial-font {
  font-family: 'Arial' !important;
}
.bolded {
  font-weight: bold;
}
.bold {
  font-weight: bold;
}
.upper_case {
  text-transform: uppercase !important;
}
.no_color {
  color: transparent !important;
}
.no_transform {
  text-transform: none !important;
}
.no_decoration {
  text-decoration: none !important;
}
/* Floaters and alignments */
.right {
  float: right !important;
}
.left {
  float: left !important;
}
.txtright,
.txt_right {
  text-align: right;
}
.txtleft,
.txt_left {
  text-align: left ;
}
.txtcenter,
.txt_center {
  text-align: center ;
}
.nofloat {
  float: none !important;
  display: inline-block !important;
}
.nofloat * {
  float: none !important;
  display: inline-block !important;
}
.inline {
  display: inline-block !important;
  zoom: 1;
}
/* Size width, max-width */
.w_a {
  width: auto !important;
}
.wMax {
  width: 100%	!important;
}
.mxw60p {
  max-width: 60%;
}
.mxw70p {
  max-width: 70%;
}
.mxw160 {
  max-width: 160px;
}
.mxw200 {
  max-width: 200px;
}
.mxw215 {
  max-width: 212px;
}
.mxw240 {
  max-width: 240px;
}
.miw80 {
  min-width: 80px;
}
.miw100 {
  min-width: 100px;
}
.wip33 {
  width: 33.3% !important;
}
.wip40 {
  width: 40% !important;
}
.wip50 {
  width: 50% !important;
}
.wip60 {
  width: 60% !important;
}
.wip70 {
  width: 70% !important;
}
.wip80 {
  width: 80% !important;
}
.wip90 {
  width: 90% !important;
}
.wi50 {
  width: 50px !important;
}
.wi60 {
  width: 60px !important;
}
.wi70 {
  width: 70px !important;
}
.wi75 {
  width: 75px !important;
}
.wi80 {
  width: 80px !important;
}
.wi90 {
  width: 90px !important;
}
.wi100 {
  width: 100px !important;
}
.wi110 {
  width: 110px !important;
}
.wi120 {
  width: 120px !important;
}
.wi150 {
  width: 150px !important;
}
.wi170 {
  width: 170px !important;
}
.wi180 {
  width: 180px !important;
}
.wi190 {
  width: 190px !important;
}
.wi200 {
  width: 200px !important;
}
.wi210 {
  width: 210px !important;
}
.wi220 {
  width: 220px !important;
}
.width255 {
  width: 255px !important;
}
.width100 {
  width: 100% !important;
}
.mh120 {
  max-height: 110px;
}
.w360p {
  width: 360px !important;
}
.w550p {
  width: 525px !important;
}
.w700p {
  width: 700px !important;
}
/* Opacity */
.op50 {
  opacity: 0.5;
}
.op60 {
  opacity: 0.6;
}
.op70 {
  opacity: 0.7;
}
.op80 {
  opacity: 0.8;
}
.op85 {
  opacity: 0.85;
}
.op90 {
  opacity: 0.9;
}
.op95 {
  opacity: 0.95;
}
.op100 {
  opacity: 1;
}
/* Paddings */
.pad0 {
  padding: 0px !important;
}
.pad5 {
  padding: 5px !important;
}
.pt0 {
  padding-top: 0	!important;
}
.pt2 {
  padding-top: 2px	!important;
}
.pt5 {
  padding-top: 5px	!important;
}
.pt10 {
  padding-top: 10px !important;
}
.pt15 {
  padding-top: 15px !important;
}
.pt20 {
  padding-top: 20px !important;
}
.pt30 {
  padding-top: 30px !important;
}
.pt40 {
  padding-top: 40px !important;
}
.pb5 {
  padding-bottom: 5px !important;
}
.pb10 {
  padding-bottom: 10px !important;
}
.pb20 {
  padding-bottom: 20px !important;
}
.pr5 {
  padding-right: 5px !important;
}
.pr10 {
  padding-right: 10px !important;
}
.pr15 {
  padding-right: 15px !important;
}
.pr20 {
  padding-right: 20px !important;
}
.pl5 {
  padding-left: 5px !important;
}
.pl10 {
  padding-left: 10px !important;
}
.pl15 {
  padding-left: 15px !important;
}
.pl20 {
  padding-left: 20px !important;
}
.pl30 {
  padding-left: 30px !important;
}
.pl40 {
  padding-left: 40px !important;
}
/* Margins */
.mar0 {
  margin: 0 !important;
}
.mt0 {
  margin-top: 0px !important;
}
.mt5 {
  margin-top: 5px !important;
}
.mt10 {
  margin-top: 10px !important;
}
.mt15 {
  margin-top: 15px !important;
}
.mt20 {
  margin-top: 20px !important;
}
.mt25 {
  margin-top: 25px !important;
}
.mt30 {
  margin-top: 30px !important;
}
.mt32 {
  margin-top: 32px !important;
}
.mt35 {
  margin-top: 35px !important;
}
.mt40 {
  margin-top: 40px !important;
}
.mt50 {
  margin-top: 50px !important;
}
.mr0 {
  margin-right: 0px !important;
}
.mr5 {
  margin-right: 5px !important;
}
.mr8 {
  margin-right: 8px !important;
}
.mr10 {
  margin-right: 10px !important;
}
.mr15 {
  margin-right: 15px !important;
}
.mr20 {
  margin-right: 20px !important;
}
.mr30 {
  margin-right: 30px !important;
}
.mr35 {
  margin-right: 35px !important;
}
.ml4 {
  margin-left: 4px !important;
}
.ml5 {
  margin-left: 5px !important;
}
.ml8 {
  margin-left: 8px !important;
}
.ml10 {
  margin-left: 10px !important;
}
.ml15 {
  margin-left: 15px !important;
}
.ml20 {
  margin-left: 20px !important;
}
.mb5 {
  margin-bottom: 7px !important;
}
.mb10 {
  margin-bottom: 10px !important;
}
.mb20 {
  margin-bottom: 20px !important;
}
.mb15 {
  margin-bottom: 15px !important;
}
.mb30 {
  margin-bottom: 30px !important;
}
.mb40 {
  margin-bottom: 40px !important;
}
.mb50 {
  margin-bottom: 50px !important;
}
/* Border */
.borderright {
  border-right: 1px solid #ECECEC !important;
}
.bordertop {
  border-top: 1px solid #ECECEC !important;
}
.borderbottom {
  border-bottom: 1px solid #ECECEC !important;
}
.no_border {
  border: none !important;
}
/* Spacing */
.l-h15 {
  line-height: 1.5 !important;
}
.l-h16 {
  line-height: 1.6 !important;
}
.l-h17 {
  line-height: 1.7 !important;
}
.l-h18 {
  line-height: 1.8 !important;
}
.l-h35px {
  line-height: 35px !important;
}
.nowrap {
  white-space: nowrap !important;
}
/* BootStrap Elements */
.caret {
  margin-left: 10px !important;
  vertical-align: middle;
  margin-top: -2px;
}
.btn-sm,
.btn-xs {
  line-height: 1.1;
}
.dropdown-menu.text_left {
  text-align: left;
  min-width: 88px;
  border-radius: 1px;
}
.dropdown-menu.textleft {
  text-align: left;
  min-width: 80px;
}
.dropdown-menu.text_left > li > a {
  padding: 1px 10px !important;
  color: #626262;
  font-size: 12px;
}
/* Pointers */
.pointer,
.link {
  cursor: pointer;
}
.cursor-default {
  cursor: default !important;
}
/* Visibility */
.hideme {
  opacity: 0 !important;
  cursor: default;
}
.none {
  display: none !important;
}
.no-select {
  -webkit-user-select: none;
  /* Chrome/Safari */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
}
.selectable {
  -webkit-user-select: auto;
  /* Chrome/Safari */
  -moz-user-select: auto;
  /* Firefox */
  -ms-user-select: auto;
}
.grayscale {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: url(grayscale.svg#greyscale);
  /* Firefox 4+ */
  filter: gray;
  /* IE 6-9 */
}
.minHeight250 {
  min-height: 250px;
}
input[type=text],
input[type=password] {
  border-radius: 0;
}
.fluid-block {
  position: relative;
  float: left;
  margin: 0;
}
.hidden-block {
  display: none !important;
  visibility: hidden !important;
}
.visible-block {
  display: inline-block !important;
  visibility: visible !important;
}
table.visible-block {
  display: table;
}
tr.visible-block {
  display: table-row !important;
}
th.visible-block,
td.visible-block {
  display: table-cell !important;
}
.col-fl-desktop-12 {
  vertical-align: top;
  width: calc(100% / (12 / 12));
  position: relative;
  float: left;
  margin: 0;
}
.col-fl-desktop-11 {
  vertical-align: top;
  width: calc(100% / (12 / 11));
  position: relative;
  float: left;
  margin: 0;
}
.col-fl-desktop-10 {
  vertical-align: top;
  width: calc(100% / (12 / 10));
  position: relative;
  float: left;
  margin: 0;
}
.col-fl-desktop-9 {
  vertical-align: top;
  width: calc(100% / (12 / 9));
  position: relative;
  float: left;
  margin: 0;
}
.col-fl-desktop-8 {
  vertical-align: top;
  width: calc(100% / (12 / 8));
  position: relative;
  float: left;
  margin: 0;
}
.col-fl-desktop-7 {
  vertical-align: top;
  width: calc(100% / (12 / 7));
  position: relative;
  float: left;
  margin: 0;
}
.col-fl-desktop-6 {
  vertical-align: top;
  width: calc(100% / (12 / 6));
  position: relative;
  float: left;
  margin: 0;
}
.col-fl-desktop-5 {
  vertical-align: top;
  width: calc(100% / (12 / 5));
  position: relative;
  float: left;
  margin: 0;
}
.col-fl-desktop-4 {
  vertical-align: top;
  width: calc(100% / (12 / 4));
  position: relative;
  float: left;
  margin: 0;
}
.col-fl-desktop-3 {
  vertical-align: top;
  width: calc(100% / (12 / 3));
  position: relative;
  float: left;
  margin: 0;
}
.col-fl-desktop-2 {
  vertical-align: top;
  width: calc(100% / (12 / 2));
  position: relative;
  float: left;
  margin: 0;
}
.col-fl-desktop-1 {
  vertical-align: top;
  width: calc(100% / (12 / 1));
  position: relative;
  float: left;
  margin: 0;
}
.col-st-desktop-12 {
  vertical-align: top;
  width: calc(1200px / (12 / 12));
  position: relative;
  float: left;
  margin: 0;
}
.col-st-desktop-11 {
  vertical-align: top;
  width: calc(1200px / (12 / 11));
  position: relative;
  float: left;
  margin: 0;
}
.col-st-desktop-10 {
  vertical-align: top;
  width: calc(1200px / (12 / 10));
  position: relative;
  float: left;
  margin: 0;
}
.col-st-desktop-9 {
  vertical-align: top;
  width: calc(1200px / (12 / 9));
  position: relative;
  float: left;
  margin: 0;
}
.col-st-desktop-8 {
  vertical-align: top;
  width: calc(1200px / (12 / 8));
  position: relative;
  float: left;
  margin: 0;
}
.col-st-desktop-7 {
  vertical-align: top;
  width: calc(1200px / (12 / 7));
  position: relative;
  float: left;
  margin: 0;
}
.col-st-desktop-6 {
  vertical-align: top;
  width: calc(1200px / (12 / 6));
  position: relative;
  float: left;
  margin: 0;
}
.col-st-desktop-5 {
  vertical-align: top;
  width: calc(1200px / (12 / 5));
  position: relative;
  float: left;
  margin: 0;
}
.col-st-desktop-4 {
  vertical-align: top;
  width: calc(1200px / (12 / 4));
  position: relative;
  float: left;
  margin: 0;
}
.col-st-desktop-3 {
  vertical-align: top;
  width: calc(1200px / (12 / 3));
  position: relative;
  float: left;
  margin: 0;
}
.col-st-desktop-2 {
  vertical-align: top;
  width: calc(1200px / (12 / 2));
  position: relative;
  float: left;
  margin: 0;
}
.col-st-desktop-1 {
  vertical-align: top;
  width: calc(1200px / (12 / 1));
  position: relative;
  float: left;
  margin: 0;
}
.m50-desktop {
  margin: 50px !important;
}
.mt50-desktop {
  margin-top: 50px !important;
}
.mr50-desktop {
  margin-right: 50px !important;
}
.mb50-desktop {
  margin-bottom: 50px !important;
}
.ml50-desktop {
  margin-left: 50px !important;
}
.p50-desktop {
  padding: 50px !important;
}
.pt50-desktop {
  padding-top: 50px !important;
}
.pr50-desktop {
  padding-right: 50px !important;
}
.pb50-desktop {
  padding-bottom: 50px !important;
}
.pl50-desktop {
  padding-left: 50px !important;
}
.m45-desktop {
  margin: 45px !important;
}
.mt45-desktop {
  margin-top: 45px !important;
}
.mr45-desktop {
  margin-right: 45px !important;
}
.mb45-desktop {
  margin-bottom: 45px !important;
}
.ml45-desktop {
  margin-left: 45px !important;
}
.p45-desktop {
  padding: 45px !important;
}
.pt45-desktop {
  padding-top: 45px !important;
}
.pr45-desktop {
  padding-right: 45px !important;
}
.pb45-desktop {
  padding-bottom: 45px !important;
}
.pl45-desktop {
  padding-left: 45px !important;
}
.m40-desktop {
  margin: 40px !important;
}
.mt40-desktop {
  margin-top: 40px !important;
}
.mr40-desktop {
  margin-right: 40px !important;
}
.mb40-desktop {
  margin-bottom: 40px !important;
}
.ml40-desktop {
  margin-left: 40px !important;
}
.p40-desktop {
  padding: 40px !important;
}
.pt40-desktop {
  padding-top: 40px !important;
}
.pr40-desktop {
  padding-right: 40px !important;
}
.pb40-desktop {
  padding-bottom: 40px !important;
}
.pl40-desktop {
  padding-left: 40px !important;
}
.m35-desktop {
  margin: 35px !important;
}
.mt35-desktop {
  margin-top: 35px !important;
}
.mr35-desktop {
  margin-right: 35px !important;
}
.mb35-desktop {
  margin-bottom: 35px !important;
}
.ml35-desktop {
  margin-left: 35px !important;
}
.p35-desktop {
  padding: 35px !important;
}
.pt35-desktop {
  padding-top: 35px !important;
}
.pr35-desktop {
  padding-right: 35px !important;
}
.pb35-desktop {
  padding-bottom: 35px !important;
}
.pl35-desktop {
  padding-left: 35px !important;
}
.m30-desktop {
  margin: 30px !important;
}
.mt30-desktop {
  margin-top: 30px !important;
}
.mr30-desktop {
  margin-right: 30px !important;
}
.mb30-desktop {
  margin-bottom: 30px !important;
}
.ml30-desktop {
  margin-left: 30px !important;
}
.p30-desktop {
  padding: 30px !important;
}
.pt30-desktop {
  padding-top: 30px !important;
}
.pr30-desktop {
  padding-right: 30px !important;
}
.pb30-desktop {
  padding-bottom: 30px !important;
}
.pl30-desktop {
  padding-left: 30px !important;
}
.m25-desktop {
  margin: 25px !important;
}
.mt25-desktop {
  margin-top: 25px !important;
}
.mr25-desktop {
  margin-right: 25px !important;
}
.mb25-desktop {
  margin-bottom: 25px !important;
}
.ml25-desktop {
  margin-left: 25px !important;
}
.p25-desktop {
  padding: 25px !important;
}
.pt25-desktop {
  padding-top: 25px !important;
}
.pr25-desktop {
  padding-right: 25px !important;
}
.pb25-desktop {
  padding-bottom: 25px !important;
}
.pl25-desktop {
  padding-left: 25px !important;
}
.m20-desktop {
  margin: 20px !important;
}
.mt20-desktop {
  margin-top: 20px !important;
}
.mr20-desktop {
  margin-right: 20px !important;
}
.mb20-desktop {
  margin-bottom: 20px !important;
}
.ml20-desktop {
  margin-left: 20px !important;
}
.p20-desktop {
  padding: 20px !important;
}
.pt20-desktop {
  padding-top: 20px !important;
}
.pr20-desktop {
  padding-right: 20px !important;
}
.pb20-desktop {
  padding-bottom: 20px !important;
}
.pl20-desktop {
  padding-left: 20px !important;
}
.m15-desktop {
  margin: 15px !important;
}
.mt15-desktop {
  margin-top: 15px !important;
}
.mr15-desktop {
  margin-right: 15px !important;
}
.mb15-desktop {
  margin-bottom: 15px !important;
}
.ml15-desktop {
  margin-left: 15px !important;
}
.p15-desktop {
  padding: 15px !important;
}
.pt15-desktop {
  padding-top: 15px !important;
}
.pr15-desktop {
  padding-right: 15px !important;
}
.pb15-desktop {
  padding-bottom: 15px !important;
}
.pl15-desktop {
  padding-left: 15px !important;
}
.m10-desktop {
  margin: 10px !important;
}
.mt10-desktop {
  margin-top: 10px !important;
}
.mr10-desktop {
  margin-right: 10px !important;
}
.mb10-desktop {
  margin-bottom: 10px !important;
}
.ml10-desktop {
  margin-left: 10px !important;
}
.p10-desktop {
  padding: 10px !important;
}
.pt10-desktop {
  padding-top: 10px !important;
}
.pr10-desktop {
  padding-right: 10px !important;
}
.pb10-desktop {
  padding-bottom: 10px !important;
}
.pl10-desktop {
  padding-left: 10px !important;
}
.m5-desktop {
  margin: 5px !important;
}
.mt5-desktop {
  margin-top: 5px !important;
}
.mr5-desktop {
  margin-right: 5px !important;
}
.mb5-desktop {
  margin-bottom: 5px !important;
}
.ml5-desktop {
  margin-left: 5px !important;
}
.p5-desktop {
  padding: 5px !important;
}
.pt5-desktop {
  padding-top: 5px !important;
}
.pr5-desktop {
  padding-right: 5px !important;
}
.pb5-desktop {
  padding-bottom: 5px !important;
}
.pl5-desktop {
  padding-left: 5px !important;
}
.m0-desktop {
  margin: 0px !important;
}
.mt0-desktop {
  margin-top: 0px !important;
}
.mr0-desktop {
  margin-right: 0px !important;
}
.mb0-desktop {
  margin-bottom: 0px !important;
}
.ml0-desktop {
  margin-left: 0px !important;
}
.p0-desktop {
  padding: 0px !important;
}
.pt0-desktop {
  padding-top: 0px !important;
}
.pr0-desktop {
  padding-right: 0px !important;
}
.pb0-desktop {
  padding-bottom: 0px !important;
}
.pl0-desktop {
  padding-left: 0px !important;
}
.container {
  min-width: 1078px;
  max-width: 1200px;
}
/*
.popup {
	position: absolute;
	left: 50%;
}
.looping-popup (@index, @maxCols, @class) when (@index > 0) {
	.popup-@{class}-@{index} {
		width: 100% / (@utpx_MaxDesktopCols / @index);
		.fluid-block;
		.popup;
	}
	.looping-popup(@index - 1, @maxCols, @class);
}
.looping-popup (@maxCols, @class) {
	.looping-popup(@maxCols, @maxCols, @class);
}
*/
.visible-ipad,
.visible-iphone {
  display: none !important;
  visibility: hidden !important;
}
.hidden-ipad,
.hidden-iphone {
  display: inline-block !important;
  visibility: visible !important;
}
table.hidden-ipad,
table.hidden-iphone {
  display: table;
}
tr.hidden-ipad,
tr.hidden-iphone {
  display: table-row !important;
}
th.hidden-ipad,
th.hidden-iphone,
td.hidden-ipad,
td.hidden-iphone {
  display: table-cell !important;
}
.visible-desktop {
  display: inline-block !important;
  visibility: visible !important;
}
table.visible-desktop {
  display: table;
}
tr.visible-desktop {
  display: table-row !important;
}
th.visible-desktop,
td.visible-desktop {
  display: table-cell !important;
}
.hidden-desktop {
  display: none !important;
  visibility: hidden !important;
}
.visible-print {
  display: none !important;
  visibility: hidden !important;
}
@media print {
  .visible-print {
    display: inline-block !important;
    visibility: visible !important;
  }
  table.visible-print {
    display: table;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
    visibility: hidden !important;
  }
}
/* SMALL DESKTOP PART */
@media all and (max-width: 1100px) {
  .col-fl-desktop-small-12 {
    vertical-align: top;
    width: calc(100% / (12 / 12));
    position: relative;
    float: left;
    margin: 0;
  }
  .col-fl-desktop-small-11 {
    vertical-align: top;
    width: calc(100% / (12 / 11));
    position: relative;
    float: left;
    margin: 0;
  }
  .col-fl-desktop-small-10 {
    vertical-align: top;
    width: calc(100% / (12 / 10));
    position: relative;
    float: left;
    margin: 0;
  }
  .col-fl-desktop-small-9 {
    vertical-align: top;
    width: calc(100% / (12 / 9));
    position: relative;
    float: left;
    margin: 0;
  }
  .col-fl-desktop-small-8 {
    vertical-align: top;
    width: calc(100% / (12 / 8));
    position: relative;
    float: left;
    margin: 0;
  }
  .col-fl-desktop-small-7 {
    vertical-align: top;
    width: calc(100% / (12 / 7));
    position: relative;
    float: left;
    margin: 0;
  }
  .col-fl-desktop-small-6 {
    vertical-align: top;
    width: calc(100% / (12 / 6));
    position: relative;
    float: left;
    margin: 0;
  }
  .col-fl-desktop-small-5 {
    vertical-align: top;
    width: calc(100% / (12 / 5));
    position: relative;
    float: left;
    margin: 0;
  }
  .col-fl-desktop-small-4 {
    vertical-align: top;
    width: calc(100% / (12 / 4));
    position: relative;
    float: left;
    margin: 0;
  }
  .col-fl-desktop-small-3 {
    vertical-align: top;
    width: calc(100% / (12 / 3));
    position: relative;
    float: left;
    margin: 0;
  }
  .col-fl-desktop-small-2 {
    vertical-align: top;
    width: calc(100% / (12 / 2));
    position: relative;
    float: left;
    margin: 0;
  }
  .col-fl-desktop-small-1 {
    vertical-align: top;
    width: calc(100% / (12 / 1));
    position: relative;
    float: left;
    margin: 0;
  }
  .col-st-desktop-small-12 {
    vertical-align: top;
    width: calc(1078px / (12 / 12));
    position: relative;
    float: left;
    margin: 0;
  }
  .col-st-desktop-small-11 {
    vertical-align: top;
    width: calc(1078px / (12 / 11));
    position: relative;
    float: left;
    margin: 0;
  }
  .col-st-desktop-small-10 {
    vertical-align: top;
    width: calc(1078px / (12 / 10));
    position: relative;
    float: left;
    margin: 0;
  }
  .col-st-desktop-small-9 {
    vertical-align: top;
    width: calc(1078px / (12 / 9));
    position: relative;
    float: left;
    margin: 0;
  }
  .col-st-desktop-small-8 {
    vertical-align: top;
    width: calc(1078px / (12 / 8));
    position: relative;
    float: left;
    margin: 0;
  }
  .col-st-desktop-small-7 {
    vertical-align: top;
    width: calc(1078px / (12 / 7));
    position: relative;
    float: left;
    margin: 0;
  }
  .col-st-desktop-small-6 {
    vertical-align: top;
    width: calc(1078px / (12 / 6));
    position: relative;
    float: left;
    margin: 0;
  }
  .col-st-desktop-small-5 {
    vertical-align: top;
    width: calc(1078px / (12 / 5));
    position: relative;
    float: left;
    margin: 0;
  }
  .col-st-desktop-small-4 {
    vertical-align: top;
    width: calc(1078px / (12 / 4));
    position: relative;
    float: left;
    margin: 0;
  }
  .col-st-desktop-small-3 {
    vertical-align: top;
    width: calc(1078px / (12 / 3));
    position: relative;
    float: left;
    margin: 0;
  }
  .col-st-desktop-small-2 {
    vertical-align: top;
    width: calc(1078px / (12 / 2));
    position: relative;
    float: left;
    margin: 0;
  }
  .col-st-desktop-small-1 {
    vertical-align: top;
    width: calc(1078px / (12 / 1));
    position: relative;
    float: left;
    margin: 0;
  }
}
/* IPAD PART */
@media all and (max-width: 1078px) {
  /* GOES TO IPHONE TOO */
  .container {
    min-width: 0;
    max-width: 100%;
  }
  .visible-desktop {
    display: none !important;
    visibility: hidden !important;
  }
  .hidden-ipad,
  .visible-iphone {
    display: none !important;
    visibility: hidden !important;
  }
  .visible-ipad {
    display: inline-block !important;
    visibility: visible !important;
  }
  table.visible-ipad {
    display: table;
  }
  tr.visible-ipad {
    display: table-row !important;
  }
  th.visible-ipad,
  td.visible-ipad {
    display: table-cell !important;
  }
  .centered-ipad {
    text-align: center !important;
  }
  .right-ipad {
    text-align: right !important;
  }
  .left-ipad {
    text-align: left !important;
  }
  .nofloat-ipad {
    float: none !important;
    display: inline-block !important;
  }
  .nofloat-ipad * {
    float: none !important;
    display: inline-block !important;
  }
  .m50-ipad {
    margin: 50px !important;
  }
  .mt50-ipad {
    margin-top: 50px !important;
  }
  .mr50-ipad {
    margin-right: 50px !important;
  }
  .mb50-ipad {
    margin-bottom: 50px !important;
  }
  .ml50-ipad {
    margin-left: 50px !important;
  }
  .p50-ipad {
    padding: 50px !important;
  }
  .pt50-ipad {
    padding-top: 50px !important;
  }
  .pr50-ipad {
    padding-right: 50px !important;
  }
  .pb50-ipad {
    padding-bottom: 50px !important;
  }
  .pl50-ipad {
    padding-left: 50px !important;
  }
  .m45-ipad {
    margin: 45px !important;
  }
  .mt45-ipad {
    margin-top: 45px !important;
  }
  .mr45-ipad {
    margin-right: 45px !important;
  }
  .mb45-ipad {
    margin-bottom: 45px !important;
  }
  .ml45-ipad {
    margin-left: 45px !important;
  }
  .p45-ipad {
    padding: 45px !important;
  }
  .pt45-ipad {
    padding-top: 45px !important;
  }
  .pr45-ipad {
    padding-right: 45px !important;
  }
  .pb45-ipad {
    padding-bottom: 45px !important;
  }
  .pl45-ipad {
    padding-left: 45px !important;
  }
  .m40-ipad {
    margin: 40px !important;
  }
  .mt40-ipad {
    margin-top: 40px !important;
  }
  .mr40-ipad {
    margin-right: 40px !important;
  }
  .mb40-ipad {
    margin-bottom: 40px !important;
  }
  .ml40-ipad {
    margin-left: 40px !important;
  }
  .p40-ipad {
    padding: 40px !important;
  }
  .pt40-ipad {
    padding-top: 40px !important;
  }
  .pr40-ipad {
    padding-right: 40px !important;
  }
  .pb40-ipad {
    padding-bottom: 40px !important;
  }
  .pl40-ipad {
    padding-left: 40px !important;
  }
  .m35-ipad {
    margin: 35px !important;
  }
  .mt35-ipad {
    margin-top: 35px !important;
  }
  .mr35-ipad {
    margin-right: 35px !important;
  }
  .mb35-ipad {
    margin-bottom: 35px !important;
  }
  .ml35-ipad {
    margin-left: 35px !important;
  }
  .p35-ipad {
    padding: 35px !important;
  }
  .pt35-ipad {
    padding-top: 35px !important;
  }
  .pr35-ipad {
    padding-right: 35px !important;
  }
  .pb35-ipad {
    padding-bottom: 35px !important;
  }
  .pl35-ipad {
    padding-left: 35px !important;
  }
  .m30-ipad {
    margin: 30px !important;
  }
  .mt30-ipad {
    margin-top: 30px !important;
  }
  .mr30-ipad {
    margin-right: 30px !important;
  }
  .mb30-ipad {
    margin-bottom: 30px !important;
  }
  .ml30-ipad {
    margin-left: 30px !important;
  }
  .p30-ipad {
    padding: 30px !important;
  }
  .pt30-ipad {
    padding-top: 30px !important;
  }
  .pr30-ipad {
    padding-right: 30px !important;
  }
  .pb30-ipad {
    padding-bottom: 30px !important;
  }
  .pl30-ipad {
    padding-left: 30px !important;
  }
  .m25-ipad {
    margin: 25px !important;
  }
  .mt25-ipad {
    margin-top: 25px !important;
  }
  .mr25-ipad {
    margin-right: 25px !important;
  }
  .mb25-ipad {
    margin-bottom: 25px !important;
  }
  .ml25-ipad {
    margin-left: 25px !important;
  }
  .p25-ipad {
    padding: 25px !important;
  }
  .pt25-ipad {
    padding-top: 25px !important;
  }
  .pr25-ipad {
    padding-right: 25px !important;
  }
  .pb25-ipad {
    padding-bottom: 25px !important;
  }
  .pl25-ipad {
    padding-left: 25px !important;
  }
  .m20-ipad {
    margin: 20px !important;
  }
  .mt20-ipad {
    margin-top: 20px !important;
  }
  .mr20-ipad {
    margin-right: 20px !important;
  }
  .mb20-ipad {
    margin-bottom: 20px !important;
  }
  .ml20-ipad {
    margin-left: 20px !important;
  }
  .p20-ipad {
    padding: 20px !important;
  }
  .pt20-ipad {
    padding-top: 20px !important;
  }
  .pr20-ipad {
    padding-right: 20px !important;
  }
  .pb20-ipad {
    padding-bottom: 20px !important;
  }
  .pl20-ipad {
    padding-left: 20px !important;
  }
  .m15-ipad {
    margin: 15px !important;
  }
  .mt15-ipad {
    margin-top: 15px !important;
  }
  .mr15-ipad {
    margin-right: 15px !important;
  }
  .mb15-ipad {
    margin-bottom: 15px !important;
  }
  .ml15-ipad {
    margin-left: 15px !important;
  }
  .p15-ipad {
    padding: 15px !important;
  }
  .pt15-ipad {
    padding-top: 15px !important;
  }
  .pr15-ipad {
    padding-right: 15px !important;
  }
  .pb15-ipad {
    padding-bottom: 15px !important;
  }
  .pl15-ipad {
    padding-left: 15px !important;
  }
  .m10-ipad {
    margin: 10px !important;
  }
  .mt10-ipad {
    margin-top: 10px !important;
  }
  .mr10-ipad {
    margin-right: 10px !important;
  }
  .mb10-ipad {
    margin-bottom: 10px !important;
  }
  .ml10-ipad {
    margin-left: 10px !important;
  }
  .p10-ipad {
    padding: 10px !important;
  }
  .pt10-ipad {
    padding-top: 10px !important;
  }
  .pr10-ipad {
    padding-right: 10px !important;
  }
  .pb10-ipad {
    padding-bottom: 10px !important;
  }
  .pl10-ipad {
    padding-left: 10px !important;
  }
  .m5-ipad {
    margin: 5px !important;
  }
  .mt5-ipad {
    margin-top: 5px !important;
  }
  .mr5-ipad {
    margin-right: 5px !important;
  }
  .mb5-ipad {
    margin-bottom: 5px !important;
  }
  .ml5-ipad {
    margin-left: 5px !important;
  }
  .p5-ipad {
    padding: 5px !important;
  }
  .pt5-ipad {
    padding-top: 5px !important;
  }
  .pr5-ipad {
    padding-right: 5px !important;
  }
  .pb5-ipad {
    padding-bottom: 5px !important;
  }
  .pl5-ipad {
    padding-left: 5px !important;
  }
  .m0-ipad {
    margin: 0px !important;
  }
  .mt0-ipad {
    margin-top: 0px !important;
  }
  .mr0-ipad {
    margin-right: 0px !important;
  }
  .mb0-ipad {
    margin-bottom: 0px !important;
  }
  .ml0-ipad {
    margin-left: 0px !important;
  }
  .p0-ipad {
    padding: 0px !important;
  }
  .pt0-ipad {
    padding-top: 0px !important;
  }
  .pr0-ipad {
    padding-right: 0px !important;
  }
  .pb0-ipad {
    padding-bottom: 0px !important;
  }
  .pl0-ipad {
    padding-left: 0px !important;
  }
  .col-fl-ipad-12 {
    vertical-align: top;
    width: calc(100% / (12 / 12));
    position: relative;
    float: left;
    margin: 0;
  }
  .col-fl-ipad-11 {
    vertical-align: top;
    width: calc(100% / (12 / 11));
    position: relative;
    float: left;
    margin: 0;
  }
  .col-fl-ipad-10 {
    vertical-align: top;
    width: calc(100% / (12 / 10));
    position: relative;
    float: left;
    margin: 0;
  }
  .col-fl-ipad-9 {
    vertical-align: top;
    width: calc(100% / (12 / 9));
    position: relative;
    float: left;
    margin: 0;
  }
  .col-fl-ipad-8 {
    vertical-align: top;
    width: calc(100% / (12 / 8));
    position: relative;
    float: left;
    margin: 0;
  }
  .col-fl-ipad-7 {
    vertical-align: top;
    width: calc(100% / (12 / 7));
    position: relative;
    float: left;
    margin: 0;
  }
  .col-fl-ipad-6 {
    vertical-align: top;
    width: calc(100% / (12 / 6));
    position: relative;
    float: left;
    margin: 0;
  }
  .col-fl-ipad-5 {
    vertical-align: top;
    width: calc(100% / (12 / 5));
    position: relative;
    float: left;
    margin: 0;
  }
  .col-fl-ipad-4 {
    vertical-align: top;
    width: calc(100% / (12 / 4));
    position: relative;
    float: left;
    margin: 0;
  }
  .col-fl-ipad-3 {
    vertical-align: top;
    width: calc(100% / (12 / 3));
    position: relative;
    float: left;
    margin: 0;
  }
  .col-fl-ipad-2 {
    vertical-align: top;
    width: calc(100% / (12 / 2));
    position: relative;
    float: left;
    margin: 0;
  }
  .col-fl-ipad-1 {
    vertical-align: top;
    width: calc(100% / (12 / 1));
    position: relative;
    float: left;
    margin: 0;
  }
  .col-st-ipad-12 {
    vertical-align: top;
    width: calc(1078px / (12 / 12));
    position: relative;
    float: left;
    margin: 0;
  }
  .col-st-ipad-11 {
    vertical-align: top;
    width: calc(1078px / (12 / 11));
    position: relative;
    float: left;
    margin: 0;
  }
  .col-st-ipad-10 {
    vertical-align: top;
    width: calc(1078px / (12 / 10));
    position: relative;
    float: left;
    margin: 0;
  }
  .col-st-ipad-9 {
    vertical-align: top;
    width: calc(1078px / (12 / 9));
    position: relative;
    float: left;
    margin: 0;
  }
  .col-st-ipad-8 {
    vertical-align: top;
    width: calc(1078px / (12 / 8));
    position: relative;
    float: left;
    margin: 0;
  }
  .col-st-ipad-7 {
    vertical-align: top;
    width: calc(1078px / (12 / 7));
    position: relative;
    float: left;
    margin: 0;
  }
  .col-st-ipad-6 {
    vertical-align: top;
    width: calc(1078px / (12 / 6));
    position: relative;
    float: left;
    margin: 0;
  }
  .col-st-ipad-5 {
    vertical-align: top;
    width: calc(1078px / (12 / 5));
    position: relative;
    float: left;
    margin: 0;
  }
  .col-st-ipad-4 {
    vertical-align: top;
    width: calc(1078px / (12 / 4));
    position: relative;
    float: left;
    margin: 0;
  }
  .col-st-ipad-3 {
    vertical-align: top;
    width: calc(1078px / (12 / 3));
    position: relative;
    float: left;
    margin: 0;
  }
  .col-st-ipad-2 {
    vertical-align: top;
    width: calc(1078px / (12 / 2));
    position: relative;
    float: left;
    margin: 0;
  }
  .col-st-ipad-1 {
    vertical-align: top;
    width: calc(1078px / (12 / 1));
    position: relative;
    float: left;
    margin: 0;
  }
}
/* IPHONE PART */
@media all and (max-width: 890px) {
  /*.container {
		min-width: 0;
		max-width: 100%;
	}*/
  .hidden-iphone,
  .visible-ipad {
    display: none !important;
    visibility: hidden !important;
  }
  .visible-iphone {
    display: inline-block !important;
    visibility: visible !important;
  }
  table.visible-iphone {
    display: table;
  }
  tr.visible-iphone {
    display: table-row !important;
  }
  th.visible-iphone,
  td.visible-iphone {
    display: table-cell !important;
  }
  .centered-iphone {
    text-align: center !important;
  }
  .right-iphone {
    text-align: right !important;
  }
  .left-iphone {
    text-align: left !important;
  }
  .nofloat-iphone {
    float: none !important;
    display: inline-block !important;
  }
  .nofloat-iphone * {
    float: none !important;
    display: inline-block !important;
  }
  .m50-iphone {
    margin: 50px !important;
  }
  .mt50-iphone {
    margin-top: 50px !important;
  }
  .mr50-iphone {
    margin-right: 50px !important;
  }
  .mb50-iphone {
    margin-bottom: 50px !important;
  }
  .ml50-iphone {
    margin-left: 50px !important;
  }
  .p50-iphone {
    padding: 50px !important;
  }
  .pt50-iphone {
    padding-top: 50px !important;
  }
  .pr50-iphone {
    padding-right: 50px !important;
  }
  .pb50-iphone {
    padding-bottom: 50px !important;
  }
  .pl50-iphone {
    padding-left: 50px !important;
  }
  .m45-iphone {
    margin: 45px !important;
  }
  .mt45-iphone {
    margin-top: 45px !important;
  }
  .mr45-iphone {
    margin-right: 45px !important;
  }
  .mb45-iphone {
    margin-bottom: 45px !important;
  }
  .ml45-iphone {
    margin-left: 45px !important;
  }
  .p45-iphone {
    padding: 45px !important;
  }
  .pt45-iphone {
    padding-top: 45px !important;
  }
  .pr45-iphone {
    padding-right: 45px !important;
  }
  .pb45-iphone {
    padding-bottom: 45px !important;
  }
  .pl45-iphone {
    padding-left: 45px !important;
  }
  .m40-iphone {
    margin: 40px !important;
  }
  .mt40-iphone {
    margin-top: 40px !important;
  }
  .mr40-iphone {
    margin-right: 40px !important;
  }
  .mb40-iphone {
    margin-bottom: 40px !important;
  }
  .ml40-iphone {
    margin-left: 40px !important;
  }
  .p40-iphone {
    padding: 40px !important;
  }
  .pt40-iphone {
    padding-top: 40px !important;
  }
  .pr40-iphone {
    padding-right: 40px !important;
  }
  .pb40-iphone {
    padding-bottom: 40px !important;
  }
  .pl40-iphone {
    padding-left: 40px !important;
  }
  .m35-iphone {
    margin: 35px !important;
  }
  .mt35-iphone {
    margin-top: 35px !important;
  }
  .mr35-iphone {
    margin-right: 35px !important;
  }
  .mb35-iphone {
    margin-bottom: 35px !important;
  }
  .ml35-iphone {
    margin-left: 35px !important;
  }
  .p35-iphone {
    padding: 35px !important;
  }
  .pt35-iphone {
    padding-top: 35px !important;
  }
  .pr35-iphone {
    padding-right: 35px !important;
  }
  .pb35-iphone {
    padding-bottom: 35px !important;
  }
  .pl35-iphone {
    padding-left: 35px !important;
  }
  .m30-iphone {
    margin: 30px !important;
  }
  .mt30-iphone {
    margin-top: 30px !important;
  }
  .mr30-iphone {
    margin-right: 30px !important;
  }
  .mb30-iphone {
    margin-bottom: 30px !important;
  }
  .ml30-iphone {
    margin-left: 30px !important;
  }
  .p30-iphone {
    padding: 30px !important;
  }
  .pt30-iphone {
    padding-top: 30px !important;
  }
  .pr30-iphone {
    padding-right: 30px !important;
  }
  .pb30-iphone {
    padding-bottom: 30px !important;
  }
  .pl30-iphone {
    padding-left: 30px !important;
  }
  .m25-iphone {
    margin: 25px !important;
  }
  .mt25-iphone {
    margin-top: 25px !important;
  }
  .mr25-iphone {
    margin-right: 25px !important;
  }
  .mb25-iphone {
    margin-bottom: 25px !important;
  }
  .ml25-iphone {
    margin-left: 25px !important;
  }
  .p25-iphone {
    padding: 25px !important;
  }
  .pt25-iphone {
    padding-top: 25px !important;
  }
  .pr25-iphone {
    padding-right: 25px !important;
  }
  .pb25-iphone {
    padding-bottom: 25px !important;
  }
  .pl25-iphone {
    padding-left: 25px !important;
  }
  .m20-iphone {
    margin: 20px !important;
  }
  .mt20-iphone {
    margin-top: 20px !important;
  }
  .mr20-iphone {
    margin-right: 20px !important;
  }
  .mb20-iphone {
    margin-bottom: 20px !important;
  }
  .ml20-iphone {
    margin-left: 20px !important;
  }
  .p20-iphone {
    padding: 20px !important;
  }
  .pt20-iphone {
    padding-top: 20px !important;
  }
  .pr20-iphone {
    padding-right: 20px !important;
  }
  .pb20-iphone {
    padding-bottom: 20px !important;
  }
  .pl20-iphone {
    padding-left: 20px !important;
  }
  .m15-iphone {
    margin: 15px !important;
  }
  .mt15-iphone {
    margin-top: 15px !important;
  }
  .mr15-iphone {
    margin-right: 15px !important;
  }
  .mb15-iphone {
    margin-bottom: 15px !important;
  }
  .ml15-iphone {
    margin-left: 15px !important;
  }
  .p15-iphone {
    padding: 15px !important;
  }
  .pt15-iphone {
    padding-top: 15px !important;
  }
  .pr15-iphone {
    padding-right: 15px !important;
  }
  .pb15-iphone {
    padding-bottom: 15px !important;
  }
  .pl15-iphone {
    padding-left: 15px !important;
  }
  .m10-iphone {
    margin: 10px !important;
  }
  .mt10-iphone {
    margin-top: 10px !important;
  }
  .mr10-iphone {
    margin-right: 10px !important;
  }
  .mb10-iphone {
    margin-bottom: 10px !important;
  }
  .ml10-iphone {
    margin-left: 10px !important;
  }
  .p10-iphone {
    padding: 10px !important;
  }
  .pt10-iphone {
    padding-top: 10px !important;
  }
  .pr10-iphone {
    padding-right: 10px !important;
  }
  .pb10-iphone {
    padding-bottom: 10px !important;
  }
  .pl10-iphone {
    padding-left: 10px !important;
  }
  .m5-iphone {
    margin: 5px !important;
  }
  .mt5-iphone {
    margin-top: 5px !important;
  }
  .mr5-iphone {
    margin-right: 5px !important;
  }
  .mb5-iphone {
    margin-bottom: 5px !important;
  }
  .ml5-iphone {
    margin-left: 5px !important;
  }
  .p5-iphone {
    padding: 5px !important;
  }
  .pt5-iphone {
    padding-top: 5px !important;
  }
  .pr5-iphone {
    padding-right: 5px !important;
  }
  .pb5-iphone {
    padding-bottom: 5px !important;
  }
  .pl5-iphone {
    padding-left: 5px !important;
  }
  .m0-iphone {
    margin: 0px !important;
  }
  .mt0-iphone {
    margin-top: 0px !important;
  }
  .mr0-iphone {
    margin-right: 0px !important;
  }
  .mb0-iphone {
    margin-bottom: 0px !important;
  }
  .ml0-iphone {
    margin-left: 0px !important;
  }
  .p0-iphone {
    padding: 0px !important;
  }
  .pt0-iphone {
    padding-top: 0px !important;
  }
  .pr0-iphone {
    padding-right: 0px !important;
  }
  .pb0-iphone {
    padding-bottom: 0px !important;
  }
  .pl0-iphone {
    padding-left: 0px !important;
  }
  .col-fl-iphone-12 {
    vertical-align: top;
    width: calc(100% / (12 / 12));
    position: relative;
    float: left;
    margin: 0;
  }
  .col-fl-iphone-11 {
    vertical-align: top;
    width: calc(100% / (12 / 11));
    position: relative;
    float: left;
    margin: 0;
  }
  .col-fl-iphone-10 {
    vertical-align: top;
    width: calc(100% / (12 / 10));
    position: relative;
    float: left;
    margin: 0;
  }
  .col-fl-iphone-9 {
    vertical-align: top;
    width: calc(100% / (12 / 9));
    position: relative;
    float: left;
    margin: 0;
  }
  .col-fl-iphone-8 {
    vertical-align: top;
    width: calc(100% / (12 / 8));
    position: relative;
    float: left;
    margin: 0;
  }
  .col-fl-iphone-7 {
    vertical-align: top;
    width: calc(100% / (12 / 7));
    position: relative;
    float: left;
    margin: 0;
  }
  .col-fl-iphone-6 {
    vertical-align: top;
    width: calc(100% / (12 / 6));
    position: relative;
    float: left;
    margin: 0;
  }
  .col-fl-iphone-5 {
    vertical-align: top;
    width: calc(100% / (12 / 5));
    position: relative;
    float: left;
    margin: 0;
  }
  .col-fl-iphone-4 {
    vertical-align: top;
    width: calc(100% / (12 / 4));
    position: relative;
    float: left;
    margin: 0;
  }
  .col-fl-iphone-3 {
    vertical-align: top;
    width: calc(100% / (12 / 3));
    position: relative;
    float: left;
    margin: 0;
  }
  .col-fl-iphone-2 {
    vertical-align: top;
    width: calc(100% / (12 / 2));
    position: relative;
    float: left;
    margin: 0;
  }
  .col-fl-iphone-1 {
    vertical-align: top;
    width: calc(100% / (12 / 1));
    position: relative;
    float: left;
    margin: 0;
  }
  .col-st-iphone-12 {
    vertical-align: top;
    width: calc(890px / (12 / 12));
    position: relative;
    float: left;
    margin: 0;
  }
  .col-st-iphone-11 {
    vertical-align: top;
    width: calc(890px / (12 / 11));
    position: relative;
    float: left;
    margin: 0;
  }
  .col-st-iphone-10 {
    vertical-align: top;
    width: calc(890px / (12 / 10));
    position: relative;
    float: left;
    margin: 0;
  }
  .col-st-iphone-9 {
    vertical-align: top;
    width: calc(890px / (12 / 9));
    position: relative;
    float: left;
    margin: 0;
  }
  .col-st-iphone-8 {
    vertical-align: top;
    width: calc(890px / (12 / 8));
    position: relative;
    float: left;
    margin: 0;
  }
  .col-st-iphone-7 {
    vertical-align: top;
    width: calc(890px / (12 / 7));
    position: relative;
    float: left;
    margin: 0;
  }
  .col-st-iphone-6 {
    vertical-align: top;
    width: calc(890px / (12 / 6));
    position: relative;
    float: left;
    margin: 0;
  }
  .col-st-iphone-5 {
    vertical-align: top;
    width: calc(890px / (12 / 5));
    position: relative;
    float: left;
    margin: 0;
  }
  .col-st-iphone-4 {
    vertical-align: top;
    width: calc(890px / (12 / 4));
    position: relative;
    float: left;
    margin: 0;
  }
  .col-st-iphone-3 {
    vertical-align: top;
    width: calc(890px / (12 / 3));
    position: relative;
    float: left;
    margin: 0;
  }
  .col-st-iphone-2 {
    vertical-align: top;
    width: calc(890px / (12 / 2));
    position: relative;
    float: left;
    margin: 0;
  }
  .col-st-iphone-1 {
    vertical-align: top;
    width: calc(890px / (12 / 1));
    position: relative;
    float: left;
    margin: 0;
  }
}
@media all and (max-width: 1078px) {
  .centered-iphone {
    text-align: center !important;
  }
}
/* ******************* Loader ******************* */
.sk-fading-circle {
  margin: 0 auto 100px auto;
  width: 40px;
  height: 40px;
  position: relative;
}
.sk-fading-circle .sk-circle {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.sk-fading-circle .sk-circle:before {
  content: '';
  display: block;
  margin: 0 auto;
  width: 15%;
  height: 15%;
  background-color: #333;
  border-radius: 100%;
  -webkit-animation: sk-circleFadeDelay 1.2s infinite ease-in-out both;
  animation: sk-circleFadeDelay 1.2s infinite ease-in-out both;
}
.sk-fading-circle .sk-circle2 {
  -webkit-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  transform: rotate(30deg);
}
.sk-fading-circle .sk-circle3 {
  -webkit-transform: rotate(60deg);
  -ms-transform: rotate(60deg);
  transform: rotate(60deg);
}
.sk-fading-circle .sk-circle4 {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.sk-fading-circle .sk-circle5 {
  -webkit-transform: rotate(120deg);
  -ms-transform: rotate(120deg);
  transform: rotate(120deg);
}
.sk-fading-circle .sk-circle6 {
  -webkit-transform: rotate(150deg);
  -ms-transform: rotate(150deg);
  transform: rotate(150deg);
}
.sk-fading-circle .sk-circle7 {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.sk-fading-circle .sk-circle8 {
  -webkit-transform: rotate(210deg);
  -ms-transform: rotate(210deg);
  transform: rotate(210deg);
}
.sk-fading-circle .sk-circle9 {
  -webkit-transform: rotate(240deg);
  -ms-transform: rotate(240deg);
  transform: rotate(240deg);
}
.sk-fading-circle .sk-circle10 {
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.sk-fading-circle .sk-circle11 {
  -webkit-transform: rotate(300deg);
  -ms-transform: rotate(300deg);
  transform: rotate(300deg);
}
.sk-fading-circle .sk-circle12 {
  -webkit-transform: rotate(330deg);
  -ms-transform: rotate(330deg);
  transform: rotate(330deg);
}
.sk-fading-circle .sk-circle2:before {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}
.sk-fading-circle .sk-circle3:before {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}
.sk-fading-circle .sk-circle4:before {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}
.sk-fading-circle .sk-circle5:before {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}
.sk-fading-circle .sk-circle6:before {
  -webkit-animation-delay: -0.7s;
  animation-delay: -0.7s;
}
.sk-fading-circle .sk-circle7:before {
  -webkit-animation-delay: -0.6s;
  animation-delay: -0.6s;
}
.sk-fading-circle .sk-circle8:before {
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s;
}
.sk-fading-circle .sk-circle9:before {
  -webkit-animation-delay: -0.4s;
  animation-delay: -0.4s;
}
.sk-fading-circle .sk-circle10:before {
  -webkit-animation-delay: -0.3s;
  animation-delay: -0.3s;
}
.sk-fading-circle .sk-circle11:before {
  -webkit-animation-delay: -0.2s;
  animation-delay: -0.2s;
}
.sk-fading-circle .sk-circle12:before {
  -webkit-animation-delay: -0.1s;
  animation-delay: -0.1s;
}
@-webkit-keyframes sk-circleFadeDelay {
  0%,
  39%,
  100% {
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
}
@keyframes sk-circleFadeDelay {
  0%,
  39%,
  100% {
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
}
/* // ******************* Loader ******************* */
/* ******************* Loader Cube ******************* */
.sk-folding-cube {
  margin: 0 auto 100px auto;
  width: 40px;
  height: 40px;
  position: relative;
  -webkit-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
}
.sk-folding-cube .sk-cube {
  float: left;
  width: 50%;
  height: 50%;
  position: relative;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.sk-folding-cube .sk-cube:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #555555;
  -webkit-animation: sk-foldCubeAngle 2.4s infinite linear both;
  animation: sk-foldCubeAngle 2.4s infinite linear both;
  -webkit-transform-origin: 100% 100%;
  -ms-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
}
.sk-folding-cube .sk-cube2 {
  -webkit-transform: scale(1.1) rotateZ(90deg);
  transform: scale(1.1) rotateZ(90deg);
}
.sk-folding-cube .sk-cube3 {
  -webkit-transform: scale(1.1) rotateZ(180deg);
  transform: scale(1.1) rotateZ(180deg);
}
.sk-folding-cube .sk-cube4 {
  -webkit-transform: scale(1.1) rotateZ(270deg);
  transform: scale(1.1) rotateZ(270deg);
}
.sk-folding-cube .sk-cube2:before {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}
.sk-folding-cube .sk-cube3:before {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}
.sk-folding-cube .sk-cube4:before {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
}
@-webkit-keyframes sk-foldCubeAngle {
  0%,
  10% {
    -webkit-transform: perspective(140px) rotateX(-180deg);
    transform: perspective(140px) rotateX(-180deg);
    opacity: 0;
  }
  25%,
  75% {
    -webkit-transform: perspective(140px) rotateX(0deg);
    transform: perspective(140px) rotateX(0deg);
    opacity: 1;
  }
  90%,
  100% {
    -webkit-transform: perspective(140px) rotateY(180deg);
    transform: perspective(140px) rotateY(180deg);
    opacity: 0;
  }
}
@keyframes sk-foldCubeAngle {
  0%,
  10% {
    -webkit-transform: perspective(140px) rotateX(-180deg);
    transform: perspective(140px) rotateX(-180deg);
    opacity: 0;
  }
  25%,
  75% {
    -webkit-transform: perspective(140px) rotateX(0deg);
    transform: perspective(140px) rotateX(0deg);
    opacity: 1;
  }
  90%,
  100% {
    -webkit-transform: perspective(140px) rotateY(180deg);
    transform: perspective(140px) rotateY(180deg);
    opacity: 0;
  }
}
/* ******************* Loader Cube ******************* */
.spinner {
  width: 40px;
  height: 40px;
  position: relative;
  margin: 100px auto;
}
.double-bounce1,
.double-bounce2 {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #333;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: sk-bounce 2s infinite ease-in-out;
  animation: sk-bounce 2s infinite ease-in-out;
}
.double-bounce2 {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}
@-webkit-keyframes sk-bounce {
  0%,
  100% {
    -webkit-transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
  }
}
@keyframes sk-bounce {
  0%,
  100% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  50% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}
/* DEFAULT VARIABLES SET WHICH NEEDED TO BE OVERRIDEN AFTER IMPORT */
/***
		Helvetica Neue
***/
@font-face {
  font-family: 'Helvetica Neue';
  src: url('fonts/HelveticaNeue/Regular/HelveticaNeueRegular.woff?app_v=1738771072158') format('woff'), url('fonts/HelveticaNeue/Regular/HelveticaNeueRegular.ttf?app_v=1738771072158') format('truetype'), url('fonts/HelveticaNeue/Regular/HelveticaNeueRegular.svg?app_v=1738771072158#HelveticaNeueLTStdRoman') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Helvetica Neue';
  src: url('fonts/HelveticaNeue/Bold/HelveticaNeueBold.woff?app_v=1738771072158') format('woff'), url('fonts/HelveticaNeue/Bold/HelveticaNeueBold.ttf?app_v=1738771072158') format('truetype'), url('fonts/HelveticaNeue/Bold/HelveticaNeueBold.svg?app_v=1738771072158#HelveticaNeueLTStdBd') format('svg');
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'Helvetica Neue';
  src: url('fonts/HelveticaNeue/SemiBold/HelveticaNeueSemiBold.woff?app_v=1738771072159') format('woff'), url('fonts/HelveticaNeue/SemiBold/HelveticaNeueSemiBold.ttf?app_v=1738771072159') format('truetype'), url('fonts/HelveticaNeue/SemiBold/HelveticaNeueSemiBold.svg?app_v=1738771072159#HelveticaNeueLTStdMd') format('svg');
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: 'Helvetica Neue';
  src: url('fonts/HelveticaNeue/Light/HelveticaNeueLight.woff?app_v=1738771072159') format('woff'), url('fonts/HelveticaNeue/Light/HelveticaNeueLight.ttf?app_v=1738771072159') format('truetype'), url('fonts/HelveticaNeue/Light/HelveticaNeueLight.svg?app_v=1738771072159#HelveticaNeueLTStdLt') format('svg');
  font-weight: 100;
  font-style: normal;
}
/* BEGIN GLOBAL LESS VARIABLES */
/* END GLOBAL VARIABLES	*/
.clearfix::before,
.clearfix::after {
  content: ' ';
  display: table;
}
.clearfix::after {
  clear: both;
}
*:focus {
  outline: none;
}
html,
body {
  margin: 0;
  padding: 0;
  height: 100% !important;
}
html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #585858;
  overflow-y: scroll;
}
body {
  font-family: 'Open Sans', arial, sans-serif, 'Open Sans', arial, sans-serif, arial, helvetica, sans-serif !important;
  background-color: #f3f3f5 !important;
}
.blurElement {
  -webkit-filter: grayscale(0.2) blur(6px);
  filter: grayscale(0.2) blur(6px);
}
.unselectable {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Open Sans', arial, sans-serif, arial, helvetica, sans-serif;
}
h3 {
  font-size: 16px;
  color: #000000;
  font-weight: 400;
  text-transform: uppercase;
}
h4 {
  font-weight: bold;
  color: #000000;
}
a {
  color: #000000;
  text-decoration: none;
  outline: 0 !important;
  cursor: pointer;
}
canvas {
  color: #000000;
}
textarea:focus,
input:focus {
  outline: 0;
}
.container {
  margin: 0 auto;
  padding-left: 10px;
  padding-right: 10px;
}
.container.wide {
  max-width: none;
  padding: 0 40px;
}
.container.wide .top-menu {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  height: 60px;
  padding: 0;
}
.container.wide .login-cis-access {
  margin-top: 3px;
  margin-right: 20px;
  background: transparent;
  color: #555555;
  font-size: 14px;
}
.container.wide .login-cis-access .icon-external-link {
  color: #555555;
  margin-right: 5px;
}
.container.wide .spim-button {
  margin-right: 40px;
  padding: 12px 18px;
  background: #000000;
  color: #fff;
  font-size: 14px;
  cursor: pointer;
}
.container.wide .top-header {
  padding: 18px 0;
}
.container.wide .top-menu {
  padding-top: 18px;
}
.container.wide .main-logo {
  height: 77px !important;
}
.global-background-image {
  position: absolute;
  top: 85px;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url("/images/balmain/bg.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  transition: top 250ms, bottom 250ms;
}
.container-login:after {
  content: '';
  display: block;
  clear: both;
}
.full-width-wrapper {
  position: relative;
  width: 100%;
  background: transparent;
  vertical-align: top;
  float: left;
}
.full-width-wrapper.main-menu-wrapper {
  height: 47px;
  background: white;
  border-top: 1px solid #f2f2f2;
  z-index: 11;
  box-shadow: 0 4px 4px -2px rgba(230, 230, 230, 0.7);
}
.full-width-wrapper.top-menu-wrapper {
  height: 85px;
  background: white;
  position: relative;
  z-index: 12;
}
.full-width-wrapper.home-search-wrapper {
  background: #f3f3f5;
  padding-top: 20px;
}
.full-width-wrapper.watch-search-wrapper,
.full-width-wrapper.components-search-wrapper,
.full-width-wrapper.document-search-wrapper,
.full-width-wrapper.tools-search-wrapper,
.full-width-wrapper.videos-search-wrapper,
.full-width-wrapper.order-search-wrapper,
.full-width-wrapper.jewellery-search-wrapper {
  background: #f3f3f5;
}
.full-width-wrapper.watch-content-wrapper,
.full-width-wrapper.components-content-wrapper,
.full-width-wrapper.document-content-wrapper,
.full-width-wrapper.tools-content-wrapper,
.full-width-wrapper.videos-content-wrapper,
.full-width-wrapper.news-content-wrapper,
.full-width-wrapper.order-content-wrapper,
.full-width-wrapper.jewellery-content-wrapper,
.full-width-wrapper.full-search-content-wrapper {
  background: white;
  box-shadow: 0px -4px 4px -2px rgba(230, 230, 230, 0.7);
}
.full-width-wrapper.full-search-content-wrapper {
  padding-bottom: 70px;
}
.full-width-wrapper.flash-news-wrapper {
  background: white;
  margin: 0;
  box-shadow: 0px -4px 4px -2px rgba(230, 230, 230, 0.7);
}
.full-width-wrapper.home-footer-wrapper {
  background: #f3f3f5;
}
.full-width-wrapper.pre-footer-wrapper {
  background: #f3f3f5;
}
.full-width-wrapper.news-content-wrapper.pre-footer-wrapper {
  background: white;
}
#homeFooter {
  display: none;
}
.header-solid-background {
  height: 85px;
  width: 100%;
  background: white;
  position: absolute;
  top: 0;
  display: inherit;
}
.header-solid-background.tos-page {
  left: 0;
}
.header-solid-background.large {
  height: 114px;
}
.brand-text-color {
  color: #000000 !important;
}
::-webkit-input-placeholder {
  color: #555555;
  font-family: 'Open Sans', arial, sans-serif;
}
:-moz-placeholder {
  color: #555555;
  opacity: 1;
  -moz-opacity: 1;
  filter: alpha(opacity=100);
  font-family: 'Open Sans', arial, sans-serif;
}
::-moz-placeholder {
  color: #555555;
  opacity: 1;
  -moz-opacity: 1;
  filter: alpha(opacity=100);
  font-family: 'Open Sans', arial, sans-serif;
}
:-ms-input-placeholder {
  color: #555555;
  font-family: 'Open Sans', arial, sans-serif;
}
.brightness2 {
  /*filter: brightness(1);
	-webkit-filter: brightness(1);
	-moz-filter: brightness(1);
	-o-filter: brightness(1);
	-ms-filter: brightness(1);*/
}
.brightness0 {
  /*filter: brightness(0);
	-webkit-filter: brightness(0);
	-moz-filter: brightness(0);
	-o-filter: brightness(0);
	-ms-filter: brightness(0);*/
}
.opacity05 {
  cursor: default;
  opacity: 0.5;
  -moz-opacity: 0.5;
  filter: alpha(opacity=50);
}
.zoom-in {
  cursor: url('../images/zoom-in.cur'), default;
  cursor: zoom-in;
}
.button {
  padding: 8px 10px 10px 10px;
  background: #000000;
  display: inline-block;
  color: #fff;
  vertical-align: middle;
  font-family: 'Open Sans', arial, sans-serif;
  border: none;
  text-align: center;
  cursor: pointer;
  font-weight: normal !important;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  text-transform: uppercase;
  -webkit-user-select: none;
  /* Chrome/Safari */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
}
.button .arrow-right-icon {
  background-position: -370px -43px;
}
.button > div {
  display: inline-block;
}
.button .button-text {
  vertical-align: middle;
  line-height: 1.8 !important;
}
.button-disabled {
  background: #ebeaef;
  color: #000000;
}
.button-confirm {
  background-color: #000000;
}
.button.in-list {
  position: relative;
  display: inline-block;
  background-color: #D3D3D3;
  height: 18px;
  line-height: 18px;
  font-size: 11px;
  color: #707070;
  text-transform: uppercase;
  padding: 0 4px;
  border-radius: 4px;
  margin-right: 0;
  cursor: pointer;
}
.button.empty {
  background: none;
  border: 1px solid #ebeaef;
  color: #454545;
  padding: 5px 10px 6px 10px;
  margin: 20px 0;
}
.button.empty:hover {
  color: #000000;
  border: 1px solid #000000;
  background: none;
}
.button.empty .more-news {
  font-size: 11px;
  text-transform: uppercase;
}
.button:active {
  transform: translateY(1px);
}
.button:hover {
  background: #050505;
  color: #ebeaef;
}
.more-link-container {
  position: relative;
  text-align: center;
  border-bottom: 2px solid #000000;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.more-link-container .more-link {
  display: inline-block;
  cursor: pointer;
}
.more-link-container .more-link .more-link-label {
  display: inline-block;
  color: #000000;
  padding: 5px 10px 5px 0;
}
.more-link-container .more-link .icon-arrow-double-right {
  color: #000000;
  display: inline-block;
  font-size: 11px;
  height: 11px;
  vertical-align: top;
  margin: 8px 3px 0 0;
  -webkit-transition: -webkit-transform 0.25s;
  -ms-transition: -ms-transform 0.25s;
  -o-transition: -o-transform 0.25s;
  transition: transform 0.25s;
}
.more-link-container .more-link .icon-arrow-double-right.up-icon {
  margin-top: 7px;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.more-link-container .more-link:hover .more-link-label {
  color: #050505;
}
.more-link-container .more-link:hover .icon-arrow-double-right {
  color: #050505;
}
.more-link-container .watch-detail-attributes label {
  font-size: 13px;
  color: #a7a7a7;
}
.more-link-container .watch-detail-attributes label .attribute-label {
  color: #555555;
}
.more-link-container .watch-icon-container {
  position: absolute;
  bottom: 20px;
  right: 0;
  text-align: right;
}
.more-link-container .watch-icon-container .icon-print {
  display: inline-block;
  font-size: 16px;
  color: #454545;
  cursor: pointer;
}
.more-link-container .watch-icon-container .download-image-container {
  display: inline-block;
  cursor: pointer;
}
.more-link-container .watch-icon-container .download-image-container .icon-download {
  display: inline-block;
  font-size: 16px;
  color: #454545;
  cursor: pointer;
  padding-right: 10px;
}
.pseudo-link {
  color: #808080;
  cursor: pointer;
}
.pseudo-link:hover {
  color: black;
}
.selectBlock {
  position: relative;
  display: inline-block;
  padding: 10px 0 10px;
  background: #ebeaef;
  min-width: 100px;
  height: 36px;
  color: #555555;
  cursor: pointer;
}
.selectBlock .selectedText {
  margin: 0 30px 0 10px;
  white-space: nowrap !important;
  overflow: hidden;
}
.selectBlock .selectedTextInput {
  border: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 0 10px;
  background: transparent;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.selectBlock .selectionBullet {
  position: absolute;
  right: 4px;
  top: 0;
  text-align: center;
}
.selectBlock .selectionBullet .arrow-down-icon {
  margin: 8px 10px;
  display: inline-block;
}
.selectBlock ul {
  position: absolute;
  z-index: 10;
  top: 36px;
  display: none;
  list-style: none;
  margin: 0;
  padding: 0;
  background: #fafafa;
  border: 1px solid #ececec;
  min-width: 100%;
  overflow: hidden;
  overflow-y: auto;
  max-height: 280px;
  cursor: pointer;
}
.selectBlock ul::-webkit-scrollbar {
  width: 4px;
}
.selectBlock ul::-webkit-scrollbar-button {
  background-color: #585858;
}
.selectBlock ul::-webkit-scrollbar-track-piece {
  background-color: #808080;
}
.selectBlock ul::-webkit-scrollbar-thumb {
  height: 40px;
  background-color: #585858;
  border-radius: 0;
}
.selectBlock ul li {
  white-space: nowrap;
  border-top: 1px solid #ececec;
  padding: 5px 10px;
  cursor: default;
  margin-right: 1px;
}
.selectBlock ul li.vs-repeat-before-content {
  padding: 0 !important;
}
.selectBlock ul li > * {
  display: inline-block;
  vertical-align: top;
}
.selectBlock ul li .checkbox {
  text-align: center;
  width: 24px;
  height: 24px;
  background-color: white;
  border: 1px solid #ebeaef;
}
.selectBlock ul li .checkbox::before {
  position: relative;
  font-size: 14px;
  top: 4px;
  left: 1px;
}
.selectBlock ul li:first-child {
  border: none;
}
.selectBlock ul li:hover {
  background: #ebeaef;
}
.selectBlock ul li:not(.selected) .checkbox::before {
  display: none;
}
.selectBlock:not(.multi-select) ul li .checkbox {
  display: none;
}
.selectBlock.price-select {
  margin-top: 3px;
  padding: 6px 0 8px 0;
  height: 31px;
}
.selectBlock.price-select .selectedText {
  height: 16px;
  line-height: 16px;
}
.selectBlock.price-select .arrow-down-icon {
  margin: 8px 10px;
}
.selectBlock.price-select ul {
  top: 31px;
}
.selectBlock.price-select ul li {
  padding: 6px;
}
.selectBlock.price-select ul li span {
  padding-top: 4px;
  padding-left: 4px;
}
.selectBlock.price-select .selected {
  color: #000000;
}
.read-only-select .selectBlock {
  cursor: default !important;
  background-color: #d2d2d2;
}
.hr {
  border-bottom: 1px solid #ebeaef;
  margin: 20px 0;
}
.hr.colorLightGray {
  border-bottom: 1px solid #808080;
}
.selectBlockOpened ul {
  display: block;
}
.radioBlock {
  cursor: default;
}
.radioBlock .radioBullet {
  display: inline-block;
  width: 28px;
  height: 28px;
  background: #ebeaef;
  border-radius: 14px;
  position: absolute;
}
.radioBlock .radioBullet .radioBulletInner {
  display: none;
  position: absolute;
  left: 10px;
  top: 10px;
  width: 8px;
  height: 8px;
  background: #585858;
  border-radius: 4px;
}
.radioBlock .label {
  padding-top: 4px;
  padding-left: 40px;
  display: inline-block;
  vertical-align: middle;
}
.radioBlock .active .radioBulletInner {
  display: block;
}
.sprite {
  background: url("/images/sprite.png");
  background-size: 500px 1000px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .sprite {
    background-image: url("/images/sprite@2x.png");
  }
}
.icon-preset-25 {
  background: url("/images/sprite.png");
  background-size: 500px 1000px;
  cursor: pointer;
  width: 25px;
  height: 26px;
  display: table-cell;
  vertical-align: middle;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .icon-preset-25 {
    background-image: url("/images/sprite@2x.png");
  }
}
.icon-preset-13 {
  background: url("/images/sprite.png");
  background-size: 500px 1000px;
  cursor: pointer;
  width: 13px;
  height: 13px;
  display: table-cell;
  vertical-align: middle;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .icon-preset-13 {
    background-image: url("/images/sprite@2x.png");
  }
}
.icon-preset-17 {
  background: url("/images/sprite.png");
  background-size: 500px 1000px;
  cursor: pointer;
  width: 17px;
  height: 17px;
  display: table-cell;
  vertical-align: middle;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .icon-preset-17 {
    background-image: url("/images/sprite@2x.png");
  }
}
.icon-preset-32 {
  background: url("/images/sprite.png");
  background-size: 500px 1000px;
  cursor: pointer;
  width: 32px;
  height: 32px;
  display: table-cell;
  vertical-align: middle;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .icon-preset-32 {
    background-image: url("/images/sprite@2x.png");
  }
}
.help-icon {
  background: url("/images/sprite.png");
  background-size: 500px 1000px;
  cursor: pointer;
  width: 25px;
  height: 26px;
  display: table-cell;
  vertical-align: middle;
  background-position: 0 -231px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .help-icon {
    background-image: url("/images/sprite@2x.png");
  }
}
.star-icon {
  background: url("/images/sprite.png");
  background-size: 500px 1000px;
  cursor: pointer;
  width: 25px;
  height: 26px;
  display: table-cell;
  vertical-align: middle;
  background-position: 0 -104px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .star-icon {
    background-image: url("/images/sprite@2x.png");
  }
}
.profile-icon {
  background: url("/images/sprite.png");
  background-size: 500px 1000px;
  cursor: pointer;
  width: 25px;
  height: 26px;
  display: table-cell;
  vertical-align: middle;
  background-position: 0 -130px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .profile-icon {
    background-image: url("/images/sprite@2x.png");
  }
}
.tools-icon {
  background: url("/images/sprite.png");
  background-size: 500px 1000px;
  cursor: pointer;
  width: 25px;
  height: 26px;
  display: table-cell;
  vertical-align: middle;
  background-position: 0 -155px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .tools-icon {
    background-image: url("/images/sprite@2x.png");
  }
}
.logout-icon {
  background: url("/images/sprite.png");
  background-size: 500px 1000px;
  cursor: pointer;
  width: 25px;
  height: 26px;
  display: table-cell;
  vertical-align: middle;
  background-position: 0 -180px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .logout-icon {
    background-image: url("/images/sprite@2x.png");
  }
}
.print-icon {
  background: url("/images/sprite.png");
  background-size: 500px 1000px;
  cursor: pointer;
  width: 25px;
  height: 26px;
  display: table-cell;
  vertical-align: middle;
  background-position: 0 -205px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .print-icon {
    background-image: url("/images/sprite@2x.png");
  }
}
.home-icon {
  background: url("/images/sprite.png");
  background-size: 500px 1000px;
  cursor: pointer;
  width: 25px;
  height: 26px;
  display: table-cell;
  vertical-align: middle;
  background-position: -100px 0;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .home-icon {
    background-image: url("/images/sprite@2x.png");
  }
}
.cart-icon {
  background: url("/images/sprite.png");
  background-size: 500px 1000px;
  cursor: pointer;
  width: 25px;
  height: 26px;
  display: table-cell;
  vertical-align: middle;
  background-position: -125px 0;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .cart-icon {
    background-image: url("/images/sprite@2x.png");
  }
}
.cart-white-icon {
  background: url("/images/sprite.png");
  background-size: 500px 1000px;
  cursor: pointer;
  width: 25px;
  height: 26px;
  display: table-cell;
  vertical-align: middle;
  background-position: -327px -54px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .cart-white-icon {
    background-image: url("/images/sprite@2x.png");
  }
}
.search-icon {
  background: url("/images/sprite.png");
  background-size: 500px 1000px;
  cursor: pointer;
  width: 25px;
  height: 26px;
  display: table-cell;
  vertical-align: middle;
  background-position: 0 -588px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .search-icon {
    background-image: url("/images/sprite@2x.png");
  }
}
.search-color-icon {
  background: url("/images/sprite.png");
  background-size: 500px 1000px;
  cursor: pointer;
  width: 25px;
  height: 26px;
  display: table-cell;
  vertical-align: middle;
  background-position: -125px -588px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .search-color-icon {
    background-image: url("/images/sprite@2x.png");
  }
}
.more-color-icon {
  background: url("/images/sprite.png");
  background-size: 500px 1000px;
  cursor: pointer;
  width: 25px;
  height: 26px;
  display: table-cell;
  vertical-align: middle;
  background-position: -100px -257px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .more-color-icon {
    background-image: url("/images/sprite@2x.png");
  }
}
.arrow-down-color-icon {
  background: url("/images/sprite.png");
  background-size: 500px 1000px;
  cursor: pointer;
  width: 25px;
  height: 26px;
  display: table-cell;
  vertical-align: middle;
  background-position: -100px -283px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .arrow-down-color-icon {
    background-image: url("/images/sprite@2x.png");
  }
}
.calendar-color-icon {
  background: url("/images/sprite.png");
  background-size: 500px 1000px;
  cursor: pointer;
  width: 25px;
  height: 26px;
  display: table-cell;
  vertical-align: middle;
  background-position: -100px -309px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .calendar-color-icon {
    background-image: url("/images/sprite@2x.png");
  }
}
.search-options-icon-open {
  background: url("/images/sprite.png");
  background-size: 500px 1000px;
  cursor: pointer;
  width: 25px;
  height: 26px;
  display: table-cell;
  vertical-align: middle;
  background-position: -175px 0;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .search-options-icon-open {
    background-image: url("/images/sprite@2x.png");
  }
}
.search-options-icon-close {
  background: url("/images/sprite.png");
  background-size: 500px 1000px;
  cursor: pointer;
  width: 25px;
  height: 26px;
  display: table-cell;
  vertical-align: middle;
  background-position: -150px 0;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .search-options-icon-close {
    background-image: url("/images/sprite@2x.png");
  }
}
.search-options-color-icon-open {
  background: url("/images/sprite.png");
  background-size: 500px 1000px;
  cursor: pointer;
  width: 25px;
  height: 26px;
  display: table-cell;
  vertical-align: middle;
  background-position: -100px -480px !important;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .search-options-color-icon-open {
    background-image: url("/images/sprite@2x.png");
  }
}
.search-options-color-icon-close {
  background: url("/images/sprite.png");
  background-size: 500px 1000px;
  cursor: pointer;
  width: 25px;
  height: 26px;
  display: table-cell;
  vertical-align: middle;
  background-position: -100px -455px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .search-options-color-icon-close {
    background-image: url("/images/sprite@2x.png");
  }
}
.arrow-down-icon {
  background: url("/images/sprite.png");
  background-size: 500px 1000px;
  cursor: pointer;
  width: 13px;
  height: 13px;
  display: table-cell;
  vertical-align: middle;
  background-position: -200px -15px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .arrow-down-icon {
    background-image: url("/images/sprite@2x.png");
  }
}
.arrow-up-icon {
  background: url("/images/sprite.png");
  background-size: 500px 1000px;
  cursor: pointer;
  width: 13px;
  height: 13px;
  display: table-cell;
  vertical-align: middle;
  background-position: -213px -15px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .arrow-up-icon {
    background-image: url("/images/sprite@2x.png");
  }
}
.arrow-down-white-icon {
  background: url("/images/sprite.png");
  background-size: 500px 1000px;
  cursor: pointer;
  width: 13px;
  height: 13px;
  display: table-cell;
  vertical-align: middle;
  background-position: -230px -15px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .arrow-down-white-icon {
    background-image: url("/images/sprite@2x.png");
  }
}
.arrow-up-white-icon {
  background: url("/images/sprite.png");
  background-size: 500px 1000px;
  cursor: pointer;
  width: 13px;
  height: 13px;
  display: table-cell;
  vertical-align: middle;
  background-position: -243px -15px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .arrow-up-white-icon {
    background-image: url("/images/sprite@2x.png");
  }
}
.brand-selection-icon {
  background-image: url('/images/svg/brand_selection.svg');
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  cursor: pointer;
  width: 67px;
  height: 15px;
  display: inline-block;
}
.word-icon {
  background: url("/images/sprite.png");
  background-size: 500px 1000px;
  cursor: pointer;
  width: 25px;
  height: 26px;
  display: table-cell;
  vertical-align: middle;
  background-position: -195px -26px !important;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .word-icon {
    background-image: url("/images/sprite@2x.png");
  }
}
.excel-icon {
  background: url("/images/sprite.png");
  background-size: 500px 1000px;
  cursor: pointer;
  width: 25px;
  height: 26px;
  display: table-cell;
  vertical-align: middle;
  background-position: -221px -26px !important;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .excel-icon {
    background-image: url("/images/sprite@2x.png");
  }
}
.pdf-icon {
  background: url("/images/sprite.png");
  background-size: 500px 1000px;
  cursor: pointer;
  width: 25px;
  height: 26px;
  display: table-cell;
  vertical-align: middle;
  background-position: -196px -52px !important;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .pdf-icon {
    background-image: url("/images/sprite@2x.png");
  }
}
.document-icon.pdf-icon {
  background-position: -196px -50px !important;
}
.news-new-icon {
  background: url("/images/sprite.png");
  background-size: 500px 1000px;
  cursor: pointer;
  width: 25px;
  height: 26px;
  display: table-cell;
  vertical-align: middle;
  width: 42px;
  height: 42px;
  background-position: -200px -100px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .news-new-icon {
    background-image: url("/images/sprite@2x.png");
  }
}
.list-view-icon {
  background: url("/images/sprite.png");
  background-size: 500px 1000px;
  cursor: pointer;
  width: 25px;
  height: 26px;
  display: table-cell;
  vertical-align: middle;
  background-position: 0 -562px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .list-view-icon {
    background-image: url("/images/sprite@2x.png");
  }
}
.cell-view-icon {
  background: url("/images/sprite.png");
  background-size: 500px 1000px;
  cursor: pointer;
  width: 25px;
  height: 26px;
  display: table-cell;
  vertical-align: middle;
  background-position: 0 -536px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .cell-view-icon {
    background-image: url("/images/sprite@2x.png");
  }
}
.list-view-color-icon {
  background: url("/images/sprite.png");
  background-size: 500px 1000px;
  cursor: pointer;
  width: 25px;
  height: 26px;
  display: table-cell;
  vertical-align: middle;
  background-position: -125px -562px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .list-view-color-icon {
    background-image: url("/images/sprite@2x.png");
  }
}
.cell-view-color-icon {
  background: url("/images/sprite.png");
  background-size: 500px 1000px;
  cursor: pointer;
  width: 25px;
  height: 26px;
  display: table-cell;
  vertical-align: middle;
  background-position: -125px -536px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .cell-view-color-icon {
    background-image: url("/images/sprite@2x.png");
  }
}
.arrow-left-icon {
  background: url("/images/sprite.png");
  background-size: 500px 1000px;
  cursor: pointer;
  width: 13px;
  height: 13px;
  display: table-cell;
  vertical-align: middle;
  background-position: 0 -510px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .arrow-left-icon {
    background-image: url("/images/sprite@2x.png");
  }
}
.arrow-right-icon {
  background: url("/images/sprite.png");
  background-size: 500px 1000px;
  cursor: pointer;
  width: 13px;
  height: 13px;
  display: table-cell;
  vertical-align: middle;
  background-position: 0 -523px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .arrow-right-icon {
    background-image: url("/images/sprite@2x.png");
  }
}
.arrow-left-color-icon {
  background: url("/images/sprite.png");
  background-size: 500px 1000px;
  cursor: pointer;
  width: 13px;
  height: 13px;
  display: table-cell;
  vertical-align: middle;
  background-position: -65px -510px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .arrow-left-color-icon {
    background-image: url("/images/sprite@2x.png");
  }
}
.arrow-right-color-icon {
  background: url("/images/sprite.png");
  background-size: 500px 1000px;
  cursor: pointer;
  width: 13px;
  height: 13px;
  display: table-cell;
  vertical-align: middle;
  background-position: -65px -523px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .arrow-right-color-icon {
    background-image: url("/images/sprite@2x.png");
  }
}
.camera-icon {
  background: url("/images/sprite.png");
  background-size: 500px 1000px;
  cursor: pointer;
  width: 32px;
  height: 32px;
  display: table-cell;
  vertical-align: middle;
  background-position: -268px 3px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .camera-icon {
    background-image: url("/images/sprite@2x.png");
  }
}
.menu-trigger-icon {
  background: url("/images/sprite.png");
  background-size: 500px 1000px;
  cursor: pointer;
  width: 25px;
  height: 26px;
  display: table-cell;
  vertical-align: middle;
  background-position: -150px -26px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .menu-trigger-icon {
    background-image: url("/images/sprite@2x.png");
  }
}
.slider-left-icon {
  background: url("/images/sprite.png");
  background-size: 500px 1000px;
  cursor: pointer;
  width: 14px;
  height: 27px;
  background-position: -200px -140px;
  display: inline-block;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .slider-left-icon {
    background-image: url("/images/sprite@2x.png");
  }
}
.slider-right-icon {
  background: url("/images/sprite.png");
  background-size: 500px 1000px;
  cursor: pointer;
  width: 14px;
  height: 27px;
  background-position: -200px -140px;
  display: inline-block;
  background-position: -214px -140px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .slider-right-icon {
    background-image: url("/images/sprite@2x.png");
  }
}
.gear-icon {
  background: url("/images/sprite.png");
  background-size: 500px 1000px;
  cursor: pointer;
  width: 32px;
  height: 32px;
  display: table-cell;
  vertical-align: middle;
  background-position: -200px -167px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .gear-icon {
    background-image: url("/images/sprite@2x.png");
  }
}
.change-icon {
  background: url("/images/sprite.png");
  background-size: 500px 1000px;
  cursor: pointer;
  width: 32px;
  height: 32px;
  display: table-cell;
  vertical-align: middle;
  background-position: -232px -167px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .change-icon {
    background-image: url("/images/sprite@2x.png");
  }
}
.no-delivery-icon {
  background: url("/images/sprite.png");
  background-size: 500px 1000px;
  cursor: pointer;
  width: 32px;
  height: 32px;
  display: table-cell;
  vertical-align: middle;
  background-position: -25px -104px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .no-delivery-icon {
    background-image: url("/images/sprite@2x.png");
  }
}
.document-icon {
  background: url("/images/sprite.png");
  background-size: 500px 1000px;
  cursor: pointer;
  width: 32px;
  height: 32px;
  display: table-cell;
  vertical-align: middle;
  background-position: -89px -104px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .document-icon {
    background-image: url("/images/sprite@2x.png");
  }
}
.nocart-icon {
  background: url("/images/sprite.png");
  background-size: 500px 1000px;
  cursor: pointer;
  width: 32px;
  height: 32px;
  display: table-cell;
  vertical-align: middle;
  background-position: -57px -104px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .nocart-icon {
    background-image: url("/images/sprite@2x.png");
  }
}
.info-icon {
  background: url("/images/sprite.png");
  background-size: 500px 1000px;
  cursor: pointer;
  width: 32px;
  height: 32px;
  display: table-cell;
  vertical-align: middle;
  background-position: -121px -104px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .info-icon {
    background-image: url("/images/sprite@2x.png");
  }
}
.change-white32-icon {
  background: url("/images/sprite.png");
  background-size: 500px 1000px;
  cursor: pointer;
  width: 32px;
  height: 32px;
  display: table-cell;
  vertical-align: middle;
  background-position: -153px -104px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .change-white32-icon {
    background-image: url("/images/sprite@2x.png");
  }
}
.change-white25-icon {
  background: url("/images/sprite.png");
  background-size: 500px 1000px;
  cursor: pointer;
  width: 25px;
  height: 26px;
  display: table-cell;
  vertical-align: middle;
  background-position: -157px -108px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .change-white25-icon {
    background-image: url("/images/sprite@2x.png");
  }
}
.ipad-preview {
  position: absolute;
  display: inline-block;
  top: 0;
  left: 0;
  z-index: 25;
  padding: 29px 8px 0px 8px;
  cursor: pointer;
}
.ipad-preview .icon {
  display: inline-block;
  width: 23px;
  height: 23px;
  font-size: 23px;
  color: #808080;
}
.ipad-preview .icon.close-preview {
  color: #000000;
}
.zoom-icon {
  background: url("/images/sprite.png");
  background-size: 500px 1000px;
  cursor: pointer;
  width: 43px;
  height: 41px;
  background-position: -242px -100px;
  display: inline-block;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .zoom-icon {
    background-image: url("/images/sprite@2x.png");
  }
}
.edit-icon {
  background: url("/images/sprite.png");
  background-size: 500px 1000px;
  cursor: pointer;
  width: 25px;
  height: 26px;
  display: table-cell;
  vertical-align: middle;
  background-position: -232px -200px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .edit-icon {
    background-image: url("/images/sprite@2x.png");
  }
}
.delete-icon {
  background: url("/images/sprite.png");
  background-size: 500px 1000px;
  cursor: pointer;
  width: 25px;
  height: 26px;
  display: table-cell;
  vertical-align: middle;
  background-position: -257px -200px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .delete-icon {
    background-image: url("/images/sprite@2x.png");
  }
}
.disket-icon {
  background: url("/images/sprite.png");
  background-size: 500px 1000px;
  cursor: pointer;
  width: 25px;
  height: 26px;
  display: table-cell;
  vertical-align: middle;
  background-position: -332px -200px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .disket-icon {
    background-image: url("/images/sprite@2x.png");
  }
}
.delete-small-icon {
  background: url("/images/sprite.png");
  background-size: 500px 1000px;
  cursor: pointer;
  width: 25px;
  height: 26px;
  display: table-cell;
  vertical-align: middle;
  background-position: -250px -27px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .delete-small-icon {
    background-image: url("/images/sprite@2x.png");
  }
}
.clock-icon {
  background: url("/images/sprite.png");
  background-size: 500px 1000px;
  cursor: pointer;
  width: 25px;
  height: 26px;
  display: table-cell;
  vertical-align: middle;
  background-position: -282px -200px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .clock-icon {
    background-image: url("/images/sprite@2x.png");
  }
}
.ok-icon {
  background: url("/images/sprite.png");
  background-size: 500px 1000px;
  cursor: pointer;
  width: 25px;
  height: 26px;
  display: table-cell;
  vertical-align: middle;
  background-position: -307px -200px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .ok-icon {
    background-image: url("/images/sprite@2x.png");
  }
}
.comment-icon {
  background: url("/images/sprite.png");
  background-size: 500px 1000px;
  cursor: pointer;
  width: 25px;
  height: 26px;
  display: table-cell;
  vertical-align: middle;
  background-position: 0 -367px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .comment-icon {
    background-image: url("/images/sprite@2x.png");
  }
}
.comment-color-icon {
  background: url("/images/sprite.png");
  background-size: 500px 1000px;
  cursor: pointer;
  width: 25px;
  height: 26px;
  display: table-cell;
  vertical-align: middle;
  background-position: -125px -363px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .comment-color-icon {
    background-image: url("/images/sprite@2x.png");
  }
}
.info-color-icon {
  background: url("/images/sprite.png");
  background-size: 500px 1000px;
  cursor: pointer;
  width: 32px;
  height: 32px;
  display: table-cell;
  vertical-align: middle;
  background-position: -128px -332px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .info-color-icon {
    background-image: url("/images/sprite@2x.png");
  }
}
.special-info-color-icon {
  background: url("/images/sprite.png");
  background-size: 500px 1000px;
  cursor: pointer;
  width: 32px;
  height: 32px;
  display: table-cell;
  vertical-align: middle;
  background-position: -128px -425px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .special-info-color-icon {
    background-image: url("/images/sprite@2x.png");
  }
}
.more-small-color-icon {
  background: url("/images/sprite.png");
  background-size: 500px 1000px;
  cursor: pointer;
  width: 17px;
  height: 17px;
  display: table-cell;
  vertical-align: middle;
  background-position: -73px -391px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .more-small-color-icon {
    background-image: url("/images/sprite@2x.png");
  }
}
.less-small-color-icon {
  background: url("/images/sprite.png");
  background-size: 500px 1000px;
  cursor: pointer;
  width: 17px;
  height: 17px;
  display: table-cell;
  vertical-align: middle;
  background-position: -73px -410px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .less-small-color-icon {
    background-image: url("/images/sprite@2x.png");
  }
}
.add-folder-icon {
  background: url("/images/sprite.png");
  background-size: 500px 1000px;
  cursor: pointer;
  width: 25px;
  height: 26px;
  display: table-cell;
  vertical-align: middle;
  background-position: -280px -238px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .add-folder-icon {
    background-image: url("/images/sprite@2x.png");
  }
}
.edit-white-icon {
  background: url("/images/sprite.png");
  background-size: 500px 1000px;
  cursor: pointer;
  width: 25px;
  height: 26px;
  display: table-cell;
  vertical-align: middle;
  background-position: -305px -235px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .edit-white-icon {
    background-image: url("/images/sprite@2x.png");
  }
}
.folder-icon {
  background: url("/images/sprite.png");
  background-size: 500px 1000px;
  cursor: pointer;
  width: 25px;
  height: 26px;
  display: table-cell;
  vertical-align: middle;
  background-position: -278px -260px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .folder-icon {
    background-image: url("/images/sprite@2x.png");
  }
}
.link-icon {
  background: url("/images/sprite.png");
  background-size: 500px 1000px;
  cursor: pointer;
  width: 25px;
  height: 26px;
  display: table-cell;
  vertical-align: middle;
  background-position: -307px -259px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .link-icon {
    background-image: url("/images/sprite@2x.png");
  }
}
.move-icon {
  background: url("/images/sprite.png");
  background-size: 500px 1000px;
  cursor: pointer;
  width: 25px;
  height: 26px;
  display: table-cell;
  vertical-align: middle;
  background-position: -329px -259px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .move-icon {
    background-image: url("/images/sprite@2x.png");
  }
}
.edit-small-icon {
  background: url("/images/sprite.png");
  background-size: 500px 1000px;
  cursor: pointer;
  width: 25px;
  height: 26px;
  display: table-cell;
  vertical-align: middle;
  background-position: -351px -259px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .edit-small-icon {
    background-image: url("/images/sprite@2x.png");
  }
}
.disket-small-icon {
  background: url("/images/sprite.png");
  background-size: 500px 1000px;
  cursor: pointer;
  width: 25px;
  height: 26px;
  display: table-cell;
  vertical-align: middle;
  background-position: -375px -259px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .disket-small-icon {
    background-image: url("/images/sprite@2x.png");
  }
}
.cancel-small-icon {
  background: url("/images/sprite.png");
  background-size: 500px 1000px;
  cursor: pointer;
  width: 25px;
  height: 26px;
  display: table-cell;
  vertical-align: middle;
  background-position: -307px -283px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .cancel-small-icon {
    background-image: url("/images/sprite@2x.png");
  }
}
.ok-small-icon {
  background: url("/images/sprite.png");
  background-size: 500px 1000px;
  cursor: pointer;
  width: 25px;
  height: 26px;
  display: table-cell;
  vertical-align: middle;
  background-position: -329px -283px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .ok-small-icon {
    background-image: url("/images/sprite@2x.png");
  }
}
.sort-icon {
  background: url("/images/sprite.png");
  background-size: 500px 1000px;
  cursor: pointer;
  width: 32px;
  height: 32px;
  display: table-cell;
  vertical-align: middle;
  background-position: -239px -136px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .sort-icon {
    background-image: url("/images/sprite@2x.png");
  }
}
.imageRemoveBackground {
  opacity: 0;
  -moz-opacity: 0;
  filter: alpha(opacity=0);
}
.favorite-wrapper {
  display: none;
  position: fixed;
  top: 0;
  left: 50%;
  margin-left: -225px;
  width: 450px;
  box-shadow: 0 0 15px #C9C9C9;
  background: #f7f7f7;
  z-index: 1001;
}
.favorite-wrapper .move-icon {
  -webkit-user-select: none;
  /* Chrome/Safari */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
}
.favorite-wrapper .cancel-small-icon {
  background-color: #646464;
  display: inline-block;
}
.favorite-wrapper .ok-small-icon {
  background-color: #000000;
  display: inline-block;
}
.favorite-wrapper .icon-cross {
  position: absolute;
  right: 37px;
  font-size: 15px;
  top: 35px;
  cursor: pointer;
  width: 19px;
  height: 19px;
}
.favorite-wrapper .icon-add-folder {
  font-size: 30px;
  color: white;
  margin-top: 4px;
}
.favorite-wrapper .icon-edit {
  font-size: 22px;
  color: white;
  margin-top: 8px;
}
.favorite-wrapper .icon-plus {
  font-size: 12px;
  color: white;
  margin-right: 5px;
}
.favorite-wrapper .icon-folder {
  position: absolute;
  font-size: 18px;
  margin: 3px 0 0 5px;
}
.favorite-wrapper .icon-link {
  font-size: 14px;
  margin: 5px 0 0 5px;
  position: absolute;
}
.favorite-wrapper .create-new .icon-link {
  margin-top: 9px;
}
.favorite-wrapper .title {
  text-align: center;
  padding-top: 29px;
  padding-bottom: 30px;
  border-bottom: 1px solid #dadada;
}
.favorite-wrapper .title div {
  display: inline-block;
  vertical-align: middle;
}
.favorite-wrapper .title .name {
  padding-top: 1px;
  font-size: 16px;
  font-weight: bold;
}
.favorite-wrapper .button-custom {
  -webkit-user-select: none;
  /* Chrome/Safari */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  background-color: #646464;
  cursor: pointer;
}
.favorite-wrapper .button-custom:hover {
  color: #fff;
  background: #282828;
}
.favorite-wrapper .button-custom-active {
  background: #000000;
}
.favorite-wrapper .button-custom-active:hover {
  background: #000000;
}
.favorite-wrapper .button-bigger {
  padding: 10px 14px;
}
.favorite-wrapper .square-button {
  width: 39px;
  height: 39px;
  float: right;
  text-align: center;
  margin-left: 6px;
}
.favorite-wrapper .square-button:active {
  transform: translateY(1px);
}
.favorite-wrapper .square-button .add-folder-icon,
.favorite-wrapper .square-button .edit-white-icon {
  display: inline-block;
}
.favorite-wrapper .square-button .add-folder-icon {
  margin-top: 7px;
}
.favorite-wrapper .square-button .edit-white-icon {
  margin-top: 5px;
}
.favorite-wrapper .folder-gap {
  height: 2px;
}
.favorite-wrapper .folder,
.favorite-wrapper .link {
  border-bottom: 1px solid #dadada;
  position: relative;
  padding: 10px 0;
  min-height: 46px;
  background: #f7f7f7;
}
.favorite-wrapper .folder-highlight,
.favorite-wrapper .link-highlight {
  background: #e9e9e9;
}
.favorite-wrapper .folder .edit-icons,
.favorite-wrapper .link .edit-icons {
  position: absolute;
  right: 0;
  top: 10px;
  display: none;
}
.favorite-wrapper .folder .link-icon,
.favorite-wrapper .link .link-icon,
.favorite-wrapper .folder .folder-icon,
.favorite-wrapper .link .folder-icon {
  position: absolute;
  cursor: pointer;
}
.favorite-wrapper .folder .name,
.favorite-wrapper .link .name {
  padding-left: 30px;
  padding-top: 5px;
  cursor: pointer;
}
.favorite-wrapper .folder .name-edit,
.favorite-wrapper .link .name-edit {
  padding-top: 0;
}
.favorite-wrapper .folder .name-edit div,
.favorite-wrapper .link .name-edit div {
  display: none;
}
.favorite-wrapper .folder .name-edit .edit-name-input,
.favorite-wrapper .link .name-edit .edit-name-input {
  display: block;
}
.favorite-wrapper .edit-name-input {
  width: 100%;
  background: #fcfcfc;
  border: 1px solid #dadada;
  height: 27px;
  padding: 5px;
  display: block;
}
.favorite-wrapper .folder-entity:first-child {
  display: none;
}
.favorite-wrapper .folder-entity .link {
  margin-left: 30px;
}
.favorite-wrapper .create-new {
  height: 53px;
}
.favorite-wrapper .create-new input {
  margin-left: 30px;
  background: #fcfcfc;
  border: 1px solid #dadada;
  height: 33px;
  display: inline-block;
  vertical-align: top;
  width: 268px;
  padding: 5px;
  position: absolute;
  -webkit-font-smoothing: antialiased;
}
.favorite-wrapper .create-new input.link-inpt {
  width: 290px;
}
.favorite-wrapper .create-new .folder-icon {
  margin-top: 4px;
}
.favorite-wrapper .create-new .button {
  float: right;
  z-index: 999;
  position: relative;
}
.favorite-wrapper .sub-block {
  padding: 17px 38px;
  border-bottom: 1px solid #dadada;
  width: 100%;
}
.favorite-wrapper .sub-block:last-child {
  border: 0;
}
.favorite-wrapper .move-to-top {
  height: 10px;
}
.favorite-wrapper .favorites-entity {
  overflow-y: auto;
  max-height: 660px;
  padding-top: 0;
}
.favorite-wrapper .favorites-entity-edit .name {
  padding-right: 80px;
}
.favorite-wrapper .favorites-entity-edit .edit-icons {
  display: block;
}
.favorite-wrapper .hidden-iphone {
  display: block;
}
@media screen and (max-width: 890px) {
  .favorite-wrapper {
    width: 300px;
    margin-left: -150px;
    position: absolute;
  }
  .favorite-wrapper .sub-block {
    padding: 17px 15px;
  }
}
.favorite-wrapper .icon-favori {
  font-size: 20px;
  margin-top: 2px;
  margin-right: 5px;
}
.zoomed-image-layer {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  min-height: 100%;
  position: fixed;
  background: #fff;
  z-index: 1500;
}
.zoomed-image-layer .close-icon {
  position: absolute;
  cursor: pointer;
  right: 10px;
  top: 10px;
  z-index: 11;
}
.zoomed-image-layer .zoomInOn,
.zoomed-image-layer .zoomInOff,
.zoomed-image-layer .zoomOutOn,
.zoomed-image-layer .zoomOutOff {
  width: 34px;
  height: 34px;
  display: block;
  position: absolute;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.zoomed-image-layer .zoomInOn,
.zoomed-image-layer .zoomInOff {
  background-image: url(../js/pinchzoomer/assets/zoom_in.png);
  top: 10px;
  left: 10px;
}
.zoomed-image-layer .zoomOutOn,
.zoomed-image-layer .zoomOutOff {
  background-image: url(../js/pinchzoomer/assets/zoom_out.png);
  top: 52px;
  left: 10px;
}
.zoomed-image-layer .zoomInOn,
.zoomed-image-layer .zoomOutOn {
  opacity: 1;
  cursor: pointer;
}
.zoomed-image-layer .zoomInOff,
.zoomed-image-layer .zoomOutOff {
  opacity: 0.3;
  cursor: auto;
}
.wordwrap {
  word-wrap: break-word;
}
.close-light-icon {
  background: url("/images/sprite.png");
  background-size: 500px 1000px;
  cursor: pointer;
  width: 25px;
  height: 26px;
  display: table-cell;
  vertical-align: middle;
  background-position: -175px -26px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .close-light-icon {
    background-image: url("/images/sprite@2x.png");
  }
}
.close-icon {
  background: url("/images/sprite.png");
  background-size: 500px 1000px;
  cursor: pointer;
  width: 25px;
  height: 26px;
  display: table-cell;
  vertical-align: middle;
  background-position: -175px -52px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .close-icon {
    background-image: url("/images/sprite@2x.png");
  }
}
.x-checkbox-wrapper .x-checkbox {
  -webkit-user-select: none;
  /* Chrome/Safari */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  border: 1px solid #808080;
  width: 27px;
  height: 27px;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  cursor: pointer;
}
.x-checkbox-wrapper .x-checkbox .icon-check {
  display: none;
  padding-top: 4px;
  font-size: 16px;
  color: #555555;
}
.x-checkbox-wrapper .active .icon-check {
  display: inline-block;
}
.x-checkbox-wrapper .icon-label {
  padding-left: 20px;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  /* Chrome/Safari */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
}
.custom-tooltip {
  position: absolute;
  background: #585858;
  border-radius: 5px;
  padding: 5px 10px;
  display: none;
  z-index: 10000;
  color: #fff;
}
.home-footer {
  display: none;
  height: 550px;
  background: url("/images/balmain/img_home.jpg") center bottom no-repeat;
  background-size: cover;
}
.center-message {
  display: inline-block;
  background: rgba(255, 255, 255, 0.8);
  width: 500px;
  height: 180px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -250px;
  margin-top: -90px;
  text-align: center;
  padding: 30px;
  color: #050505;
  z-index: 1000;
}
.center-message .title {
  font-size: 24px;
  margin: 20px 0;
}
.center-message .message {
  font-size: 16px;
  margin: 10px 0;
}
.top-header {
  padding: 10px 0 10px 0;
  z-index: 10;
}
.top-header .main-logo {
  cursor: pointer;
  background: url("/images/balmain/logo_balmain_ok2.png") no-repeat;
  background-size: cover;
  background-position-x: 0;
  background-position-y: -4px;
  width: 230px;
  height: 70px;
  margin-left: 0;
}
.top-header .icon-logo-omega {
  color: #000000;
  font-size: 110px;
  margin-left: 70px;
  margin-top: -15px;
}
.top-header .top-menu {
  font-size: 12px;
  font-family: 'Open Sans', arial, sans-serif;
  color: #585858;
  -webkit-user-select: none;
  /* Chrome/Safari */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  padding: 20px 0 0 0;
  text-align: right;
}
.top-header .top-menu .top-menu-element {
  display: inline-block;
  position: relative;
  margin-right: 17px;
  vertical-align: middle;
  cursor: pointer;
}
.top-header .top-menu .top-menu-element .text {
  text-transform: uppercase;
  display: table-cell;
  vertical-align: middle;
  padding: 3px 0 0 5px;
}
.top-header .top-menu .top-menu-element.search-div {
  background: white;
  margin-right: 13px;
}
.top-header .top-menu .top-menu-element-noopacity {
  display: inline-block;
  position: relative;
  margin-right: 10px;
  vertical-align: middle;
  cursor: pointer;
}
.top-header .top-menu .for-language-selector {
  margin-right: 14px !important;
}
.top-header .top-menu .top-menu-element:hover,
.top-header .top-menu .top-menu-element-active {
  opacity: 1;
  -moz-opacity: 1;
  filter: alpha(opacity=100);
}
.top-header .top-menu .top-menu-element-favorite {
  font-size: 19px;
  color: #707070;
  margin-right: 19px;
}
.top-header .top-menu .globalSearchInput {
  font-family: 'Open Sans', arial, sans-serif;
  width: 206px;
  height: 37px;
  color: #808080;
  padding: 0 37px 0 8px;
  border: none;
  background-color: transparent;
  text-align: left;
}
.top-header .top-menu .globalSearchInput:focus {
  background-color: #fafafa;
}
.top-header .top-menu .globalSearchInput.not-empty {
  background-color: #fafafa;
}
.top-header .top-menu .globalSearchInput:hover {
  background-color: #fafafa;
}
.top-header .top-menu .globalSearchInput::-webkit-input-placeholder {
  text-align: right;
  text-transform: uppercase;
  color: #808080;
  font-family: 'Open Sans', arial, sans-serif;
}
.top-header .top-menu .globalSearchInput:-moz-placeholder {
  /* Firefox 18- */
  text-align: right;
  text-transform: uppercase;
  color: #808080;
  font-family: 'Open Sans', arial, sans-serif;
}
.top-header .top-menu .globalSearchInput::-moz-placeholder {
  /* Firefox 19+ */
  text-align: right;
  text-transform: uppercase;
  color: #808080;
  font-family: 'Open Sans', arial, sans-serif;
}
.top-header .top-menu .globalSearchInput:-ms-input-placeholder {
  text-align: right;
  text-transform: uppercase;
  color: #808080;
  font-family: 'Open Sans', arial, sans-serif;
}
.top-header .top-menu .global-search-icon {
  display: inline-block;
  position: absolute !important;
  right: 0;
  top: 0 !important;
  width: 37px;
  height: 37px;
  overflow: hidden;
  background-size: 20px 20px;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url("/images/balmain/icnSearch.svg");
}
.top-header .top-menu .pagecode {
  font-family: 'Open Sans', arial, sans-serif;
  position: absolute;
  right: 10px;
  top: 50px;
  padding: 2px 4px;
  border: none;
  background: #fafafa;
  border-radius: 2px;
  opacity: 0;
  cursor: pointer;
  color: #a7a7a7;
}
.top-header .top-menu .pagecode:hover {
  opacity: 1;
}
.top-header .top-menu .pagecode span {
  color: #000000;
}
.top-header .top-menu .pagecode-ReleaseVersion {
  position: absolute;
  right: 150px;
  top: 50px;
  padding: 2px 4px;
  border: 1px dashed #707070;
  border-radius: 2px;
  opacity: 0;
}
.top-header .top-menu .pagecode-ReleaseVersion:hover {
  opacity: 1;
}
.top-header .top-menu .pagecode-ReleaseVersion span {
  font-weight: bold;
  color: #000000;
}
.top-header .top-menu .icon-search {
  display: inline-block;
  position: absolute !important;
  right: 8px;
  top: 10px !important;
  overflow: hidden;
  vertical-align: top;
  font-size: 17px;
  color: #000000;
}
.top-header .top-menu .icon-favori,
.top-header .top-menu .icon-settings,
.top-header .top-menu .icon-profile,
.top-header .top-menu .icon-help,
.top-header .top-menu .icon-print,
.top-header .top-menu .icon-languages,
.top-header .top-menu .icon-logout,
.top-header .top-menu .helpdesk-icon {
  font-size: 17px;
  color: #454545 !important;
}
.top-header .top-menu .icon-favori:hover,
.top-header .top-menu .icon-settings:hover,
.top-header .top-menu .icon-profile:hover,
.top-header .top-menu .icon-help:hover,
.top-header .top-menu .icon-print:hover,
.top-header .top-menu .icon-languages:hover,
.top-header .top-menu .icon-logout:hover,
.top-header .top-menu .helpdesk-icon:hover {
  color: #000000 !important;
}
.top-header .top-menu .icon-favori,
.top-header .top-menu .icon-logout,
.top-header .top-menu .helpdesk-icon {
  font-size: 18px;
}
.top-header .top-menu .icon-profile {
  margin-right: 18px;
}
.top-header .top-menu .icon-settings {
  margin-right: 17px;
}
.top-header .top-menu .icon-print {
  margin-right: 18px;
}
.pagination {
  font-family: 'Open Sans', arial, sans-serif !important;
}
.pagination .page-element {
  width: 35px;
  height: 35px;
  float: left;
  display: block;
  text-align: center;
  line-height: 35px;
  color: #808080;
}
.pagination .page-element .arrow-left-icon,
.pagination .page-element .arrow-right-icon {
  display: inline-block;
}
.pagination .page-element .arrow-left-icon {
  background-position: -65px -511px !important;
}
.pagination .page-element .arrow-right-icon {
  background-position: 0 -524px !important;
}
.pagination .page-element-arrow {
  width: 13px;
}
.pagination .page-element-arrow:first-child {
  margin-right: 3px;
}
.pagination .page-element-arrow .icon-arrow-left,
.pagination .page-element-arrow .icon-arrow-right {
  color: #000000;
  font-size: 10px;
  padding-top: 2px;
  cursor: pointer;
}
.pagination .page-element-arrow.disabled .icon-arrow-left,
.pagination .page-element-arrow.disabled .icon-arrow-right {
  color: #d2d2d2;
  cursor: default;
}
.pagination input {
  border: none;
  color: #585858;
  background: #f3f3f5;
  padding: 0 !important;
  font-weight: normal !important;
}
.language-selector {
  padding-top: 3px;
  position: relative;
  text-transform: uppercase;
  font-size: 12px;
  cursor: pointer;
  font-family: 'Open Sans', arial, sans-serif;
  color: #585858;
}
.language-selector:hover {
  color: #000000;
}
.language-selector .language-selected,
.language-selector .language-selector-icon {
  cursor: pointer;
  float: left;
  vertical-align: top;
}
.language-selector .language-selector-glob-icon {
  display: inline-block;
  float: left;
  position: relative;
  width: 25px;
  height: 26px;
  margin-right: 10px;
  cursor: pointer;
  background-image: url("/images/icnLg.svg");
  background-position: center 2px;
  background-repeat: no-repeat;
  background-size: 20px 20px;
}
.language-selector .language-selector-glob-icon:hover {
  background-image: url("/images/balmain/icnLg.svg");
}
.language-selector .language-selector-glob-icon.hovered {
  background-image: url("/images/balmain/icnLg.svg");
}
.language-selector .language-selected {
  padding-right: 10px;
}
.language-selector .language-selector-icon {
  background: url("/images/sprite.png");
  background-size: 500px 1000px;
  background-position: -90px 0;
  margin-top: 2px;
  width: 13px;
  height: 13px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .language-selector .language-selector-icon {
    background-image: url("/images/sprite@2x.png");
  }
}
.language-selector .languages-list-container-arrow-up {
  width: 0;
  height: 0;
  z-index: 25;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-bottom: 12px solid #FEFEFE;
  position: absolute;
  top: 33px;
  left: 2px;
}
.language-selector .languages-list-container {
  display: inline-block;
  color: #555555;
  width: 172px;
  padding: 20px 0 0 0;
  z-index: 15;
  position: absolute;
  top: 24px;
  left: -72px;
  opacity: 1 !important;
  -moz-opacity: 1 !important;
  filter: alpha(opacity=100) 1 !important;
}
.language-selector .languages-list-container .languages-list-block {
  display: inline-block;
  width: 172px;
  padding: 12px 0;
  -webkit-box-shadow: 0 0 10px 4px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 10px 4px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px 4px rgba(0, 0, 0, 0.1);
  background-color: #FEFEFE !important;
}
.language-selector .languages-list-container .languages-list-block .languages-list {
  list-style: none;
  padding: 0;
  min-width: 100%;
}
.language-selector .languages-list-container .languages-list-block .languages-list li {
  width: 172px;
  padding: 7px 7px;
  text-align: center;
  cursor: pointer;
}
.language-selector .languages-list-container .languages-list-block .languages-list li.active {
  color: #000000;
  background-color: transparent;
  font-weight: bold;
}
.language-selector .languages-list-container .languages-list-block .languages-list li:hover {
  background: #DDD;
}
.login-wrapper {
  -webkit-user-select: none;
  /* Chrome/Safari */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 394px;
  margin-left: -197px;
  background: white;
}
.login-wrapper .button {
  padding: 9px 10px 10px 10px;
}
.login-wrapper .login-form {
  margin: 0 auto;
  width: 394px;
  padding: 35px 40px 30px 40px;
  text-align: left;
}
.login-wrapper .login-form .title {
  color: #555555;
  padding: 0 0 15px;
  font-size: 18px;
  font-weight: 300;
  text-transform: uppercase;
  display: inherit;
}
.login-wrapper .login-form .input {
  padding: 10px 0;
}
.login-wrapper .login-form .input input {
  background: transparent;
  width: 100%;
  border: none;
  border-bottom: 1px solid #979797;
  text-align: left;
  color: #454545;
  padding-bottom: 5px;
  font-size: 13px;
  font-family: 'Open Sans', arial, sans-serif;
}
.login-wrapper .login-form .input input::-webkit-input-placeholder {
  color: #808080;
  font-family: 'Open Sans', arial, sans-serif;
  font-size: 13px;
  font-weight: 100;
}
.login-wrapper .login-form .input input:-moz-placeholder {
  color: #808080;
  font-family: 'Open Sans', arial, sans-serif;
  font-size: 13px;
  font-weight: 100;
}
.login-wrapper .login-form .input input::-moz-placeholder {
  color: #808080;
  font-family: 'Open Sans', arial, sans-serif;
  font-size: 13px;
  font-weight: 100;
}
.login-wrapper .login-form .input input:-ms-input-placeholder {
  color: #808080;
  font-family: 'Open Sans', arial, sans-serif;
  font-size: 13px;
  font-weight: 100;
}
.login-wrapper .login-form .input.ie9 input {
  background: rgba(204, 204, 204, 0.1);
}
.login-wrapper .login-form .restore-password {
  padding-bottom: 60px;
}
.login-wrapper .login-form .restore-password .help-link a:hover {
  color: black;
}
.login-wrapper .login-form .restore-password .cancel-button {
  background-color: transparent;
  border: 1px solid #a7a7a7;
  color: #a7a7a7;
}
.login-wrapper .login-form .restore-password .cancel-button:hover {
  border: 1px solid black;
  color: black;
}
.login-wrapper .login-form .note {
  color: #555555;
}
.login-wrapper .login-form .note.forgot-pw {
  line-height: 37px;
  display: inline-block;
  color: #808080;
}
.login-wrapper .login-form .forgot-pw-and-submit-line {
  margin-top: 10px;
}
.login-wrapper .login-form .forgot-pw-and-submit-line .login-button {
  float: right;
}
.login-wrapper.tos .login-form {
  padding-bottom: 20px;
  text-align: center;
}
.login-wrapper.tos .login-form .title {
  color: black;
  padding: 0 0 20px;
  font-weight: 700;
  text-align: center;
}
.login-wrapper.tos .login-form .label,
.login-wrapper.tos .login-form a {
  text-align: center;
  padding-bottom: 10px;
}
.login-wrapper.tos .login-form .tos-button-container {
  margin-top: 15px;
  text-align: center;
  display: flex;
  justify-content: center;
}
.login-cis-access {
  background: #f3f3f5;
  display: inherit;
  text-align: center;
  cursor: pointer;
}
.login-cis-access .icon-external-link {
  display: inline-block;
  vertical-align: top;
  margin: 14px 0;
  font-size: 16px;
  color: #000000;
}
.login-cis-access .login-cis-access-label {
  text-transform: uppercase;
  display: inline-block;
  padding: 14px 0 15px 5px;
  color: #555555;
}
.login-cis-access:hover .icon-external-link {
  color: black;
}
.wrong-password {
  animation: shake 0.4s linear;
  -webkit-animation: shake 0.4s linear;
  -moz-animation: shake 0.4s linear;
  -o-animation: shake 0.4s linear;
}
.shakeFrames 8%,
.shakeFrames 41% {
  -moz-transform: translateX(-15px);
  -webkit-transform: translateX(-15px);
  transform: translateX(-15px);
}
.shakeFrames 25%,
.shakeFrames 58% {
  -moz-transform: translateX(15px);
  -webkit-transform: translateX(15px);
  transform: translateX(15px);
}
.shakeFrames 75% {
  -moz-transform: translateX(-7px);
  -webkit-transform: translateX(-7px);
  transform: translateX(-7px);
}
.shakeFrames 92% {
  -moz-transform: translateX(7px);
  -webkit-transform: translateX(7px);
  transform: translateX(7px);
}
.shakeFrames 0%,
.shakeFrames 100% {
  -moz-transform: translateX(0);
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
@-webkit-keyframes shake {
  8%,
  41% {
    -moz-transform: translateX(-15px);
    -webkit-transform: translateX(-15px);
    transform: translateX(-15px);
  }
  25%,
  58% {
    -moz-transform: translateX(15px);
    -webkit-transform: translateX(15px);
    transform: translateX(15px);
  }
  75% {
    -moz-transform: translateX(-7px);
    -webkit-transform: translateX(-7px);
    transform: translateX(-7px);
  }
  92% {
    -moz-transform: translateX(7px);
    -webkit-transform: translateX(7px);
    transform: translateX(7px);
  }
  0%,
  100% {
    -moz-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@-moz-keyframes shake {
  8%,
  41% {
    -moz-transform: translateX(-15px);
    -webkit-transform: translateX(-15px);
    transform: translateX(-15px);
  }
  25%,
  58% {
    -moz-transform: translateX(15px);
    -webkit-transform: translateX(15px);
    transform: translateX(15px);
  }
  75% {
    -moz-transform: translateX(-7px);
    -webkit-transform: translateX(-7px);
    transform: translateX(-7px);
  }
  92% {
    -moz-transform: translateX(7px);
    -webkit-transform: translateX(7px);
    transform: translateX(7px);
  }
  0%,
  100% {
    -moz-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes shake {
  8%,
  41% {
    -moz-transform: translateX(-15px);
    -webkit-transform: translateX(-15px);
    transform: translateX(-15px);
  }
  25%,
  58% {
    -moz-transform: translateX(15px);
    -webkit-transform: translateX(15px);
    transform: translateX(15px);
  }
  75% {
    -moz-transform: translateX(-7px);
    -webkit-transform: translateX(-7px);
    transform: translateX(-7px);
  }
  92% {
    -moz-transform: translateX(7px);
    -webkit-transform: translateX(7px);
    transform: translateX(7px);
  }
  0%,
  100% {
    -moz-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.wcs-block {
  background: url("/images/logo_wcs@2x.png") center top no-repeat;
  background-size: contain;
  height: 67px;
  visibility: hidden !important;
}
.go-back {
  color: #000000;
  cursor: pointer;
  display: inline-block;
}
.go-back > div {
  display: inline-block;
  line-height: 20px;
  height: 20px;
}
.go-back .arrow-left-color-icon {
  margin-right: 5px;
}
.go-back .text-back {
  font-size: 12px;
  font-family: 'Open Sans', arial, sans-serif;
}
.go-back .icon-arrow-left {
  position: relative;
  top: 2px;
  font-size: 12px;
  margin-right: 4px;
}
.go-back:hover {
  color: black;
}
.order-details .go-back .icon-arrow-left {
  padding: 3px 4px 0 0;
}
.order-details .sub-title:hover {
  color: black;
}
.order-details .type-label {
  color: #585858;
  font-size: 14px;
}
.order-details .form-block {
  margin-top: 20px;
  background: #fafafa;
  padding: 15px 10px 30px;
}
.order-details .form-block input::placeholder {
  font-weight: normal;
}
.order-details .form-block input::-webkit-input-placeholder {
  font-weight: normal;
}
.order-details .form-block input::-moz-placeholder {
  font-weight: normal;
}
.order-details .form-block input:-ms-input-placeholder {
  font-weight: normal;
}
.order-details .form-block input:-moz-placeholder {
  font-weight: normal;
}
.order-details .form-block h3 {
  font-weight: bold;
  margin-bottom: 5px;
}
.order-details .form-block h3 span {
  margin-left: 5px;
  text-transform: lowercase;
  font-weight: normal;
  font-size: 14px;
}
.order-details .form-block .drop-area-wrapper {
  align-items: center;
}
.order-details .form-block .drop-area-wrapper .file-drop-area {
  padding: 10px;
}
.order-details .form-block .drop-area-wrapper .file-drop-area.single-file {
  flex: 1.5;
  display: flex;
  justify-content: center;
}
.order-details .form-block .drop-area-wrapper .file-drop-area.multi-file {
  flex: 1.5;
  display: block;
}
.order-details .form-block .drop-area-wrapper .file-drop-area .reset {
  position: relative;
  left: 5px;
  top: 2px;
}
.order-details .form-block .drop-area-wrapper .file-drop-area .button-confirm {
  height: 37px;
}
.order-details .form-block .drop-area-wrapper .file-drop-area .line {
  display: flex;
  justify-content: center;
}
.order-details .document-container {
  background: #f3f4f6;
  padding: 5px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  position: relative;
  top: 10px;
}
.order-details .document-container .document {
  padding: 8px 4px;
  background: #fff;
  display: flex;
  margin: 5px;
  cursor: pointer;
}
.order-details .document-container .document .doc-title {
  color: #585858;
  padding: 0 5px;
}
.order-details .document-container .document .doc-download-picto {
  color: #585858;
  padding: 0 5px;
}
.order-details .document-container .document .doc-download-picto:before {
  font-size: 20px;
}
.order-details .document-container .document .doc-type-picto {
  color: #585858;
  padding: 0 5px;
}
.order-details .document-container .document .doc-type-picto:before {
  font-size: 20px;
}
.order-details .document-container .document .doc-erase-picto {
  color: #585858;
  padding: 0 5px;
}
.order-details .document-container .document .doc-erase-picto:before {
  font-size: 20px;
}
.order-details .excel-download {
  display: inline-block;
  margin: 0px 3px 2px 0;
  cursor: pointer;
}
.order-details .excel-download .doc-type-picto {
  color: #585858;
  padding: 0 5px 0 0;
  font-size: 18px;
}
.order-details .excel-download .doc-title {
  color: #585858;
  padding: 0 5px;
}
.order-details .button-confirm.disabled {
  opacity: 0.2;
  cursor: default;
  background-color: #555 !important;
}
.order-details .button-confirm.disabled-serial {
  background-color: #C40D2E;
  color: #fff;
  text-decoration: line-through;
}
h1.noresult {
  font-family: 'Open Sans', arial, sans-serif !important;
  text-transform: none;
  color: #808080;
  font-size: 16px;
  font-weight: 100 !important;
}
.main-menu {
  height: 46px;
  background: white;
  font-weight: normal;
}
.main-menu ul {
  list-style: none;
  height: 46px;
  padding: 0;
  margin: 0;
  white-space: nowrap;
}
.main-menu ul li {
  font-size: 14px;
  font-family: 'Open Sans', arial, sans-serif;
  float: left;
  height: 46px;
  text-transform: uppercase;
  color: #454545;
  cursor: pointer;
}
.main-menu ul li .menu-title {
  overflow: hidden;
  vertical-align: top;
  padding: 0 15px;
  line-height: 47px;
  display: inline-block;
  font-size: 14px;
}
@media screen and (max-width: 1078px) {
  .main-menu ul li .menu-title {
    padding-left: 5px;
    padding-right: 5px;
  }
}
.main-menu ul li:hover {
  color: black !important;
  font-weight: 600;
}
.main-menu ul li.active {
  color: black !important;
  font-weight: 600;
}
.main-menu ul li .separator {
  width: 1px;
  height: 27px;
  background: transparent;
  padding: 0;
  margin-top: 10px;
  display: inline-block;
}
.main-menu ul .icon-home,
.main-menu ul .cart-icon,
.main-menu ul .search-icon {
  position: relative;
  top: -5px;
  display: inline-block;
}
.main-menu ul .icon-home {
  margin: 12px 13px 0 0;
  top: 0 !important;
  vertical-align: top;
  font-size: 19px;
  color: #454545;
}
.main-menu ul .icon-home:hover {
  color: black;
}
.main-menu ul .icon-cart {
  font-size: 21px;
  display: inline-block;
  vertical-align: top;
  margin: 2px 0 0 0;
  color: #454545;
}
.main-menu ul .icon-cart:hover {
  color: black;
}
.main-menu ul li.order {
  white-space: nowrap;
  overflow: hidden;
  padding: 10px;
}
.main-menu ul li.order:hover .icon-cart {
  color: black;
}
.main-menu ul .order-number {
  display: inline-block;
  position: relative;
  top: 0;
  padding: 3px 0 0 5px;
  font-family: 'Open Sans', arial, sans-serif;
  font-weight: 100;
}
.main-menu ul li.main-search-opened {
  background-color: #242424 !important;
  opacity: 1;
  -moz-opacity: 1;
  filter: alpha(opacity=100);
}
.main-menu ul li.main-search-opened .main-search {
  display: block;
}
.main-search {
  background-color: #242424;
  display: none;
  position: absolute;
  right: 0;
  top: 47px;
  z-index: 150;
  padding: 15px 10px 10px;
}
.main-search input {
  background: transparent;
  border: none;
  color: #585858;
  width: 250px;
  margin-right: 20px;
  font-size: 12px;
  border-bottom: 1px solid #585858;
  font-family: 'Open Sans', arial, sans-serif;
  position: relative;
  font-style: italic;
}
.main-search .search-icon {
  display: block;
  position: absolute !important;
  right: 15px;
  top: 7px !important;
  opacity: 0.75;
  -moz-opacity: 0.75;
  filter: alpha(opacity=75);
}
.search-options-block-container {
  padding: 20px 10px 0 10px;
}
.search-options-block-container:first-child {
  padding-left: 0;
}
.search-options-block-container:last-child {
  padding-right: 0;
}
@media screen and (max-width: 890px) {
  .search-options-block-container {
    padding: 20px 10px 0 0;
  }
  .search-options-block-container:last-child {
    padding-right: 10px;
  }
}
.search-options-block-wrapper .search-history {
  position: absolute;
  background: #fafafa;
  width: 100%;
  border-top: 0;
  z-index: 10;
}
.search-options-block-wrapper .search-history .element {
  border: 1px solid #d9d9d9;
  border-top: 1px solid transparent;
  padding: 3px;
  cursor: pointer;
  color: #585858;
}
.search-options-block-wrapper .search-history .element:hover {
  background: #f3f3f3;
}
.search-options-block-wrapper .generic-search-footer {
  padding: 15px 10px 10px 10px;
}
.search-options-block-wrapper .generic-search-footer .icon-arrow-double-right,
.search-options-block-wrapper .generic-search-footer .icon-arrow-double-top-thin {
  color: #000000;
  display: inline-block;
  font-size: 11px;
  height: 11px;
  vertical-align: top;
  margin: 9px 5px 0 0;
}
.search-options-block-wrapper .generic-search-footer .more-criteria-link {
  display: inline-block;
  text-align: left;
  cursor: pointer;
  color: #000000;
  font-size: 12px;
  text-transform: uppercase;
  margin-top: 7px;
}
.search-options-block-wrapper .generic-search-footer .more-criteria-container {
  display: inline-block;
  cursor: pointer;
}
.search-options-block-wrapper .generic-search-footer .more-criteria-container:hover .more-criteria-link {
  color: #454545;
}
.search-options-block-wrapper .generic-search-footer .more-criteria-container:hover .icon-arrow-double-right {
  color: #454545;
}
.search-options-block-wrapper .generic-search-footer .search-buttons-container {
  text-align: right;
}
.search-options-block-wrapper .generic-search-footer .search-buttons-container .reset-label {
  display: inline-block;
  vertical-align: top;
  padding: 8px 6px 0 0;
  cursor: pointer;
  text-transform: uppercase;
  font-size: 12px;
}
.search-options-block-wrapper .generic-search-footer .search-buttons-container .search-button {
  display: inline-block;
  background: #000000;
  color: #fff;
  vertical-align: top;
  font-family: 'Open Sans', arial, sans-serif;
  border: none;
  text-align: center;
  cursor: pointer;
  font-weight: normal !important;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  padding: 6px 13px 6px 13px;
  text-transform: uppercase;
}
.search-options-block-wrapper .generic-search-footer .search-buttons-container .search-button:hover {
  background: #050505;
  color: #ebeaef;
}
.search-options-block-wrapper .generic-search-footer .search-buttons-container .icon-refresh {
  color: #555555;
  font-size: 22px;
  display: inline-block;
  cursor: pointer;
  height: 22px;
  padding: 5px 8px 0 0;
}
.search-options-block-wrapper .generic-search-footer .search-buttons-container .reset-container {
  display: inline-block;
  margin-right: 12px;
}
.search-options-block-wrapper .generic-search-footer .search-buttons-container .reset-container:hover .icon-refresh {
  color: black;
}
.search-options-block-wrapper .generic-search-footer.special-align {
  padding-top: 27px;
}
.search-options-block-wrapper .generic-search-field-label {
  display: inline-block;
  color: #808080;
  position: absolute;
  top: 13px;
  left: 0;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  transition: all 0.25s;
  -webkit-transition: all 0.25s;
  -o-transition: all 0.25s;
  -moz-transition: all 0.25s;
}
.search-options-block-wrapper .generic-search-field-label div {
  display: inline-block;
}
.search-options-block-wrapper .generic-search-field-label.generic-search-focused {
  top: -5px;
  font-size: 12px;
}
.search-options-block-wrapper .generic-search-field-label.generic-search-focused .pseudo-link {
  color: #000000;
}
.search-options-block-wrapper .label-focus-spot {
  width: 90%;
  height: 13px;
  background: transparent;
  position: relative;
}
.search-options-block-wrapper .generic-search-title {
  text-transform: uppercase;
  padding: 20px 10px 0 10px;
  color: #000000;
  font-family: 'Open Sans', arial, sans-serif;
}
.search-options-block-wrapper .generic-title-url-container {
  text-align: center;
  padding-top: 10px;
  padding-bottom: 15px;
}
.search-options-block-wrapper .generic-title-url-container .generic-title-url {
  display: inline-block;
  cursor: pointer;
}
.search-options-block-wrapper .generic-title-url-container .generic-title-url .url-label {
  display: inline-block;
  text-transform: uppercase;
  color: #454545;
  padding-bottom: 2px;
}
.search-options-block-wrapper .generic-title-url-container .generic-title-url .url-label.selected {
  border-bottom: 1px solid #000000;
}
.search-options-block-wrapper .generic-title-url-container .generic-title-url .generic-title-url-slash {
  padding: 0 7px;
  display: inline-block;
  color: #454545;
}
.search-options-block-wrapper .generic-title-url-container .generic-title-url:last-child .generic-title-url-slash {
  display: none;
}
.search-options-block-wrapper .options-text-container {
  display: inline-block;
  padding: 0 10px 0 5px;
  cursor: pointer;
}
.search-options-block-wrapper .search-options-block {
  padding: 0 10px 10px 15px;
  color: #585858;
  background: #ebeaef;
}
.search-options-block-wrapper .search-options-block .option-sub-block {
  height: 68px;
  display: inline-block;
  vertical-align: top;
  padding: 20px 10px 10px;
}
.search-options-block-wrapper .search-options-block .option-sub-block .field-name {
  font-size: 0.9em;
  margin: 20px 0 10px 0;
  font-family: 'Muli';
}
.search-options-block-wrapper .search-options-block .option-sub-block .input {
  position: relative;
}
.search-options-block-wrapper .search-options-block .option-sub-block .search-color-icon,
.search-options-block-wrapper .search-options-block .option-sub-block .more-color-icon,
.search-options-block-wrapper .search-options-block .option-sub-block .arrow-down-color-icon,
.search-options-block-wrapper .search-options-block .option-sub-block .calendar-color-icon {
  position: absolute;
  right: 0;
  bottom: 2px;
  cursor: pointer;
}
.search-options-block-wrapper .search-options-block .option-sub-block input {
  background: none;
  border: none;
  border-bottom: 1px solid #979797;
  width: 100%;
  padding-bottom: 5px;
}
.search-options-block-wrapper .search-options-block .search-input-container {
  height: 24px;
  position: relative;
}
.search-options-block-wrapper .search-options-block .search-input-container input {
  height: 100%;
  padding-bottom: 5px;
}
.search-options-block-wrapper .search-options-block .search-input-container .icon-search.search-lonely-field-icon {
  font-size: 16px;
  color: #000000;
  position: absolute;
  right: -5px;
  top: -10px;
  padding: 5px;
  cursor: pointer;
}
.search-options-block-wrapper .search-options-block .search-input-container .icon-search.search-lonely-field-icon:hover {
  color: black;
}
.search-options-block-wrapper .search-options-block .search-input-container.search-input-container-focused input {
  border-bottom: 1px solid #808080;
}
.search-options-block-wrapper .search-options-block .generic-search-checkbox {
  cursor: pointer;
  display: inline-block;
  height: 27px;
  width: 27px;
  border: 1px solid #808080;
  text-align: center;
}
.search-options-block-wrapper .search-options-block .generic-search-checkbox .icon-check {
  font-size: 18px;
  color: black;
  display: inline-block;
  height: 18px;
  vertical-align: top;
  margin-top: 4px;
}
.search-options-block-wrapper .search-options-block .generic-search-checkbox-title {
  display: inline-block;
  vertical-align: top;
  padding: 5px 0 0 10px;
}
.search-options-block-wrapper .search-options-block .radio-option {
  position: relative;
  display: inline-block;
  background-color: #D3D3D3;
  height: 18px;
  line-height: 18px;
  font-size: 11px;
  color: #585858;
  text-transform: uppercase;
  padding: 0 4px;
  border-radius: 4px;
  margin-right: 14px;
  cursor: pointer;
}
.search-options-block-wrapper .search-options-block .radio-option.selected {
  cursor: default;
  background-color: #000000;
  color: white;
}
.search-options-block-wrapper .search-options-block .radio-option:before {
  text-align: center;
  content: '/';
  display: inline-block;
  position: absolute;
  top: 0;
  width: 14px;
  height: 18px;
  right: -14px;
  color: #585858;
}
.search-options-block-wrapper .search-options-block .radio-option:last-child:before {
  display: none;
}
.search-options-block-wrapper .search-options-block-searchBlocks {
  margin-top: -20px;
  padding-bottom: 20px;
}
.search-options-block-wrapper .search-options-block-searchBlocks .serial {
  width: 100%;
  padding: 6px 10px 0 0;
}
.search-options-block-wrapper .search-options-block-searchBlocks .serial .search-options-block {
  text-align: center;
  padding: 0;
  background: transparent;
}
.search-options-block-wrapper .search-options-block-searchBlocks .serial .search-options-block .generic-search-title {
  display: none;
}
.search-options-block-wrapper .search-options-block-searchBlocks .serial .search-options-block .option-sub-block {
  text-align: left;
  display: inline-block;
  float: none;
  width: 25%;
}
@media (max-width: 890px) {
  .search-options-block-wrapper .search-options-block-searchBlocks .serial .search-options-block .option-sub-block {
    width: 50%;
  }
}
@media (min-width: 891px) {
  .search-options-block-wrapper .search-options-block-searchBlocks.total-columns-5 > .col-fl-desktop-6,
  .search-options-block-wrapper .search-options-block-searchBlocks.total-columns-5 > .col-fl-ipad-6 {
    width: 40%;
  }
  .search-options-block-wrapper .search-options-block-searchBlocks.total-columns-5 > .col-fl-desktop-3,
  .search-options-block-wrapper .search-options-block-searchBlocks.total-columns-5 > .col-fl-ipad-3 {
    width: 20%;
  }
}
.search-options-block-wrapper .search-options-block-searchBlocks.total-columns-5.home .fifth-column .reset-container {
  display: none;
}
.search-options-block-wrapper .search-options-block-searchBlocks.total-columns-5.home .fifth-column .label {
  height: 38px;
  display: table-cell;
  vertical-align: bottom;
  font-size: 13px;
  color: #808080;
}
@media (min-width: 891px) {
  .search-options-block-wrapper .search-options-block-searchBlocks.total-columns-5.home .fifth-column .search-options-block {
    position: relative;
  }
}
@media (min-width: 891px) and (max-width: 1120px) {
  .search-options-block-wrapper .search-options-block-searchBlocks.total-columns-5.components-list .fifth-column .reset-container {
    display: none;
  }
}
.search-options-block-wrapper .to-center-search-1 {
  vertical-align: top;
  height: 1px;
  width: 37.5%;
  position: relative;
  float: left;
  margin: 0;
}
.search-options-block-wrapper .to-center-search-2 {
  vertical-align: top;
  height: 1px;
  width: 25%;
  position: relative;
  float: left;
  margin: 0;
}
.search-options-block-wrapper .to-center-search-3 {
  vertical-align: top;
  height: 1px;
  width: 12.5%;
  position: relative;
  float: left;
  margin: 0;
}
.search-options-block-wrapper .search-options-block-toggle {
  z-index: 1;
  vertical-align: middle;
  text-align: center;
  cursor: pointer;
  padding: 3px;
}
.search-options-block-wrapper .search-options-block-toggle .icon-arrow-double-top-thin {
  display: inline-block;
  color: #a7a7a7;
  font-size: 12px;
  -webkit-transition: -webkit-transform 0.25s;
  -ms-transition: -ms-transform 0.25s;
  -o-transition: -o-transform 0.25s;
  transition: transform 0.25s;
  padding-top: 3px;
}
.search-options-block-wrapper .search-options-block-toggle:hover .icon-arrow-double-top-thin {
  display: inline-block;
  color: #000000;
}
.search-options-block-wrapper-hidden .search-options-block-container {
  display: none;
}
.search-options-block-wrapper-hidden .search-options-block {
  display: none;
}
.search-options-block-wrapper-hidden .generic-title-url-container {
  display: none;
}
.search-options-block-wrapper-hidden .search-options-block-toggle .icon-arrow-double-top-thin {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.order-search-wrapper .search-options-block-wrapper .search-options-block .option-sub-block {
  height: inherit;
}
.order-search-wrapper .order-search-field-label h4 {
  display: inline-block;
  color: #888888;
}
.order-search-wrapper .order-new {
  cursor: pointer;
  margin-right: 15px;
  text-align: left;
  display: inline-block;
  vert-align: top;
}
.order-search-wrapper .order-new .icon-plus {
  font-size: 18px;
  color: #454545;
  margin-top: 8px;
  display: inline-block;
  vertical-align: top;
}
.order-search-wrapper .order-new .order-new-label {
  display: inline-block;
  color: #454545;
  vertical-align: top;
  padding: 9px 5px 0 8px;
}
.order-search-wrapper .order-search {
  vertical-align: top;
}
.full-fog {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 25;
  position: fixed;
  top: 0;
  left: 0;
}
selectbox .selectbox-input-container {
  cursor: pointer;
  position: relative;
  background: none;
  border: none;
  border-bottom: 1px solid #979797;
  width: 100%;
  height: 24px;
  padding-right: 15px;
}
selectbox .selectbox-input-container .input-label {
  white-space: nowrap;
  overflow: hidden;
}
selectbox .selectbox-input-container .stock-checkboxes {
  display: flex;
  justify-content: center;
  align-items: center;
  left: 60px;
  position: absolute;
  color: #585858;
}
selectbox .selectbox-input-container .stock-checkboxes .checkbox {
  padding-left: 6px;
  margin-right: 10px;
}
selectbox .selectbox-input-container .stock-checkboxes .checkbox > *,
selectbox .selectbox-input-container .stock-checkboxes .checkbox::before {
  display: inline-block;
  vertical-align: top;
}
selectbox .selectbox-input-container .stock-checkboxes .checkbox::before {
  width: 14px;
  height: 14px;
  padding-left: 1px;
  padding-bottom: 1px;
  margin-top: 6px;
  margin-right: 7px;
  text-align: center;
  font-size: 14px;
  line-height: 14px;
  color: #000;
  position: relative;
  bottom: 5px;
}
selectbox .selectbox-input-container.stock {
  display: flex;
  border-bottom: none !important;
}
selectbox .selectbox-input-container.stock .input-label {
  font-weight: 400;
  font-size: 12px;
}
selectbox .selectbox-input-container.stock .checkbox label {
  font-weight: 400;
  font-size: 12px;
}
selectbox .icon-plus {
  color: #000000;
  font-size: 10px;
  position: absolute;
  right: 0;
  bottom: 6px;
}
selectbox .icon-plus:hover {
  color: black;
}
selectbox .selectbox-popup {
  background: white;
  z-index: 101;
  position: fixed;
  width: 400px;
  min-height: 50px;
  max-height: 610px;
  top: 25%;
  left: 0;
  right: 0;
  margin: auto;
}
selectbox .selectbox-popup .popup-container-relative {
  position: relative;
}
selectbox .selectbox-popup .popup-title-container {
  border-bottom: 1px solid #979797;
  position: relative;
}
selectbox .selectbox-popup .popup-title-container .real-title .popup-title {
  padding: 17px 0 17px 20px;
  display: inline-block;
  font-size: 16px;
  text-transform: uppercase;
  color: #454545;
}
selectbox .selectbox-popup .popup-title-container .real-title .icon-close-container {
  display: inline-block;
  float: right;
  width: 15%;
  height: 50px;
  cursor: pointer;
  text-align: right;
}
selectbox .selectbox-popup .popup-title-container .real-title .icon-close-container .icon-cross {
  display: inline-block;
  margin: 21px 20px 0 0;
  font-size: 14px;
  position: relative;
  top: 0;
  right: 0;
  color: #454545;
}
selectbox .selectbox-popup .popup-title-container .real-title .icon-close-container .icon-cross:hover {
  color: #808080;
}
selectbox .selectbox-popup .popup-title-container .filter-container {
  border-top: 1px solid #ebeaef;
}
selectbox .selectbox-popup .popup-title-container .filter-container .selectbox-input {
  text-align: center;
  border: none;
  color: #a7a7a7;
  padding: 5px 20px;
  font-style: italic;
}
selectbox .selectbox-popup .popup-title-container .filter-container ::-webkit-input-placeholder {
  text-align: center;
  color: #a7a7a7;
  font-family: 'Open Sans', arial, sans-serif;
  font-style: italic;
}
selectbox .selectbox-popup .popup-list-container {
  padding: 0 20px;
  max-height: 450px;
  overflow-y: auto;
}
selectbox .selectbox-popup .popup-list-container .popup-list-item {
  cursor: pointer;
  border-bottom: 1px solid #ebeaef;
  padding: 13px 0;
}
selectbox .selectbox-popup .popup-list-container .popup-list-item .choice-label {
  display: inline-block;
  color: #454545;
  vertical-align: top;
}
selectbox .selectbox-popup .popup-list-container .popup-list-item .bullet-square-empty {
  display: inline-block;
  vertical-align: top;
  height: 8px;
  width: 8px;
  padding: 1px;
  border: 1px solid #808080;
  margin: 5px 8px 0 0;
}
selectbox .selectbox-popup .popup-list-container .popup-list-item .bullet-square-empty .bullet-square-full {
  background: white;
  width: 100%;
  height: 100%;
}
selectbox .selectbox-popup .popup-list-container .popup-list-item:hover,
selectbox .selectbox-popup .popup-list-container .popup-list-item.selected {
  border-bottom: 1px solid #000000;
}
selectbox .selectbox-popup .popup-list-container .popup-list-item:hover .choice-label,
selectbox .selectbox-popup .popup-list-container .popup-list-item.selected .choice-label {
  color: #000000;
}
selectbox .selectbox-popup .popup-list-container .popup-list-item:hover .bullet-square-empty,
selectbox .selectbox-popup .popup-list-container .popup-list-item.selected .bullet-square-empty {
  border: 1px solid #000000;
}
selectbox .selectbox-popup .popup-list-container .popup-list-item:hover .bullet-square-empty .bullet-square-full,
selectbox .selectbox-popup .popup-list-container .popup-list-item.selected .bullet-square-empty .bullet-square-full {
  background: #000000;
}
selectbox .selectbox-popup .popup-list-container .popup-list-item:last-child {
  border-bottom: 1px solid transparent;
}
selectbox .selectbox-popup .popup-buttons-container {
  text-align: center;
  border-top: 1px solid #979797;
}
selectbox .selectbox-popup .popup-buttons-container .selectbox-button {
  margin: 15px 5px;
  min-width: 85px;
  display: inline-block;
  background: #000000;
  color: #fff;
  vertical-align: top;
  font-family: 'Open Sans', arial, sans-serif;
  border: none;
  text-align: center;
  cursor: pointer;
  font-weight: normal !important;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  padding: 10px 13px 12px 13px;
  text-transform: uppercase;
}
selectbox .selectbox-popup .popup-buttons-container .selectbox-button.cancel {
  background: #454545;
}
selectbox .selectbox-popup .popup-buttons-container .selectbox-button:hover {
  background: #050505;
  color: #ebeaef;
}
selectbox .selectbox-popup .popup-buttons-container .selectbox-button .icon-arrow-right {
  font-size: 8px;
  padding-left: 2px;
  display: inline-block;
}
selectbox .selectbox-popup .popup-buttons-container .selectbox-button .button-label {
  display: inline-block;
}
.xsl-icon-no-results {
  display: inline-block;
  font-size: 115px;
  height: 115px;
  width: 115px;
  color: #808080;
}
.content-wrapper {
  background: #fff;
  padding: 10px;
}
.products-list {
  font-size: 13px;
}
.products-list .pagination {
  float: right;
}
.products-list .products-list-header {
  padding-bottom: 10px;
  height: 46px;
  border-bottom: 1px solid #f2f2f2;
}
.products-list .products-list-header .pagination {
  position: absolute;
  right: 0;
}
.products-list .products-list-header .search-result-summary {
  padding-top: 8px;
  color: #808080;
  font-family: 'Open Sans', arial, sans-serif !important;
  font-size: 12px !important;
  text-transform: uppercase;
}
.products-list .products-list-header .search-result-summary > * {
  line-height: 20px;
  height: 20px;
}
.products-list .products-list-header .search-result-summary .result-number {
  color: #050505;
}
.products-list .products-list-header .order-new-container {
  text-align: right;
}
.products-list .products-list-header .order-new-container .order-new {
  cursor: pointer;
  text-align: left;
  display: inline-block;
  vert-align: top;
}
.products-list .products-list-header .order-new-container .order-new .icon-plus {
  font-size: 18px;
  color: #000000;
  margin-top: 8px;
  display: inline-block;
  vertical-align: top;
}
.products-list .products-list-header .order-new-container .order-new .order-new-label {
  text-transform: uppercase;
  display: inline-block;
  color: #454545;
  vertical-align: top;
  padding: 9px 0 0 8px;
}
.products-list .products-list-footer {
  padding-top: 10px;
  border-top: 1px solid #f2f2f2;
}
.products-list .products-list-footer .selectBlock {
  background: #f3f3f5;
  color: #454545 !important;
}
.products-list .view-selector {
  text-align: center;
  padding-top: 4px;
}
.products-list .view-selector .cell-view-icon,
.products-list .view-selector .list-view-icon {
  margin: 0 5px;
  display: inline-block;
}
.products-list .preview-wrapper {
  text-align: center;
  padding: 5px 25px;
  min-height: 225px;
}
.products-list .preview-wrapper .return-watch-to-hq {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 45px;
  color: #c40c2e;
}
.products-list img.preview {
  max-width: 100%;
  max-height: 160px;
}
.products-list .camera-icon,
.products-list .document-icon,
.products-list .info-color-icon {
  display: inline-block;
}
.products-list .title {
  height: 55px;
  color: #000000 !important;
  margin-bottom: 10px;
  overflow: hidden;
  font-weight: normal !important;
  font-size: 13px;
  margin-top: 0 !important;
}
.products-list .title a {
  color: #000000 !important;
}
.products-list .title.bigger-height {
  height: 86px;
}
.products-list .title .collection {
  margin: 7px 20px 10px 0;
}
.products-list .title .collection .watch-collection-list {
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 600;
  color: #000000;
  font-family: 'Open Sans', arial, sans-serif;
}
.products-list .cell-view-container,
.products-list .list-view-container {
  float: none;
  display: inline-block;
}
.products-list .cell-view-container .cell-view,
.products-list .list-view-container .cell-view,
.products-list .cell-view-container .list-view,
.products-list .list-view-container .list-view {
  border-bottom: 2px solid transparent;
}
.products-list .cell-view:hover {
  border-bottom: 2px solid #000000;
}
.products-list .list-view {
  border-bottom: 0 !important;
}
.products-list .list-view .highlight-line {
  padding-top: 8px;
  border-bottom: 2px solid transparent;
}
.products-list .list-view:hover .highlight-line {
  border-bottom: 2px solid #000000;
}
@media screen and (max-width: 890px) {
  .products-list .cell-view,
  .products-list .list-view,
  .products-list .cell-view:hover,
  .products-list .list-view:hover {
    border-bottom: 1px solid #ebeaef;
  }
}
.products-list .list-view {
  padding: 0 20px 0 0;
}
.products-list .list-view .icons {
  padding-left: 11px;
}
.products-list .list-view .preview-wrapper {
  min-height: 175px;
  text-align: center;
}
.products-list .list-view .preview-wrapper .icon-no-picture {
  font-size: 40px;
  color: #d2d2d2;
  display: inline-block;
  padding-top: 63px;
}
.products-list .list-view-container {
  margin: 5px 0 10px;
}
.products-list .cell-view-container {
  padding: 0 15px;
}
.products-list .watch-refs > * {
  margin: 5px 0;
}
.products-list .cell-view {
  text-align: center;
  vertical-align: bottom;
  margin-bottom: 15px;
}
.products-list .cell-view .camera-icon {
  display: inline-block;
}
.products-list .cell-view .preview-wrapper {
  min-height: 170px;
  text-align: center;
}
.products-list .cell-view .preview-wrapper .icon-no-picture {
  font-size: 62px;
  color: #d2d2d2;
  display: inline-block;
  padding-top: 40px;
}
.products-list .cell-view .preview-wrapper img {
  max-height: 190px;
}
.products-list .cell-view .preview-wrapper a {
  height: 190px;
  display: block;
}
.products-list .cell-view .title {
  height: 36px;
  line-height: 18px;
  margin-top: 5px ! important;
  margin-bottom: 3px;
  color: #000000 !important;
  font-weight: normal !important;
}
.products-list .cell-view .title a {
  color: #000000 !important;
  font-size: 13px;
}
.products-list .cell-view .pic {
  margin-bottom: 10px;
}
.products-list .title {
  height: 60px;
  color: #000000;
  margin-bottom: 10px;
}
.products-list .pic {
  color: #454545;
  margin-bottom: 6px;
}
.products-list .old-ref {
  color: #808080;
  margin-bottom: 5px;
}
.products-list .year {
  border: 1px solid #ebeaef;
  padding: 3px 6px;
  color: #808080;
  display: inline-block;
  cursor: default;
}
.products-list .year:empty {
  display: none !important;
}
.products-list .selectBlock {
  vertical-align: top;
  margin-right: 10px;
  color: #585858;
}
.products-list .selectBlock .icon-sorted {
  display: inline-block;
  font-size: 18px;
  vertical-align: top;
  margin-top: 9px;
  margin-right: 5px;
}
.products-list .sort-direction {
  height: 36px;
  width: 36px;
  text-align: center;
  display: inline-block;
  vertical-align: top;
  padding-top: 9px;
  background: #f3f3f5;
  cursor: pointer;
  color: #454545;
}
.products-list .sort-direction .icon-arrow-top,
.products-list .sort-direction .icon-arrow-bottom {
  display: inline-block;
  font-size: 12px;
  margin-top: 3px;
}
.products-list .sort-direction:hover {
  background: #808080;
}
.products-list .sort-direction-active {
  background: #000000;
}
.loading {
  display: none;
  position: absolute;
  z-index: 100;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: center;
  padding-top: 100px;
}
.watch {
  color: #050505;
}
.watch .year {
  border: 1px solid #ebeaef;
  padding: 3px 6px;
  display: inline-block;
  cursor: default;
}
.watch .year:empty {
  display: none !important;
}
.watch .row-height {
  height: 70px;
}
@media screen and (min-width: 890px) and (max-width: 1078px) {
  .watch .row-height {
    height: 150px;
  }
}
.watch .row-height-content {
  height: 70px;
}
@media screen and (min-width: 890px) and (max-width: 1078px) {
  .watch .row-height-content {
    height: 150px;
  }
}
@media screen and (max-width: 1078px) {
  .watch .row-height-content {
    height: auto;
  }
}
.watch .image-preview {
  padding: 0 35px;
  text-align: center;
  position: relative;
}
.watch .image-preview img {
  padding: 0 20px;
  max-height: 300px;
  max-width: 100%;
}
.watch .image-preview .slider-right-icon,
.watch .image-preview .slider-left-icon {
  position: absolute;
  top: 45%;
}
.watch .image-preview .slider-left-icon {
  left: 0;
}
.watch .image-preview .slider-right-icon {
  right: 0;
}
.watch .image-preview .icon-arrow-right,
.watch .image-preview .icon-arrow-left {
  position: absolute;
  top: 0;
  width: 26px;
  bottom: 25px;
  cursor: pointer;
}
.watch .image-preview .icon-arrow-right::before,
.watch .image-preview .icon-arrow-left::before {
  position: absolute;
  top: 50%;
  font-size: 16px;
  width: 16px;
  height: 16px;
}
.watch .image-preview .icon-arrow-right:hover,
.watch .image-preview .icon-arrow-left:hover {
  opacity: 0.6;
}
.watch .image-preview .icon-arrow-right {
  right: 5px;
}
.watch .image-preview .icon-arrow-right::before {
  right: 0;
}
.watch .image-preview .icon-arrow-left {
  left: 5px;
}
.watch .image-preview .icon-arrow-left::before {
  left: 0;
}
.watch .image-preview .return-watch-to-hq {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 90px;
  color: #c40c2e;
}
.watch .watch-title {
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 20px;
  color: #555555;
}
.watch .watch-title-gray {
  color: #585858;
}
.watch .sub-title-info {
  color: #808080;
  font-size: 13px;
}
.watch .sub-title-info.ref {
  color: #555555;
}
.watch .collection {
  margin-top: -5px;
  margin-bottom: 10px;
  text-align: center;
  font-size: 16px;
  color: #000000;
  font-family: 'Open Sans', arial, sans-serif;
  font-weight: 600;
}
.watch .serial-info-container {
  border-top: 1px solid #979797;
  border-bottom: 1px solid #979797;
  margin: 5px 0 10px;
  padding: 10px 0;
  line-height: 20px;
}
.watch .serial-info-container .label {
  font-weight: bold;
  display: block;
}
.watch .picto {
  padding: 15px 0 20px 0;
  text-align: center;
  border-bottom: 2px solid transparent;
  margin-bottom: 0;
}
.watch .picto img {
  padding: 2px;
  margin: 0 2px;
  border: 1px solid transparent;
  border-radius: 5px;
}
.watch .picto img.already-border-svg {
  height: 42px;
  width: 42px;
  padding: 0;
  border: none;
  margin: 3px;
  vertical-align: top;
}
.watch .picto img.smallPicto {
  height: 27px;
  width: 27px;
  margin-top: 9px;
  margin-left: 5px;
}
.watch .button {
  background: #808080;
  display: inline-block;
  cursor: pointer;
  margin: 5px 0;
  padding: 5px 13px 6px 13px;
}
.watch .button:hover,
.watch .button-active {
  background: #000000;
}
.watch .sub-page {
  padding-left: 20px;
  /*.sub-page-rows > .sub-page-row:first-child {
			border: none;
		}*/
}
.watch .sub-page .sub-page-row-component {
  font-size: 13px;
  border-bottom: 1px solid #DDD;
}
.watch .sub-page .sub-page-row-component .right-icons-set .icon-picture,
.watch .sub-page .sub-page-row-component .right-icons-set .icon-document,
.watch .sub-page .sub-page-row-component .right-icons-set .icon-doc-warning,
.watch .sub-page .sub-page-row-component .right-icons-set .change-icon,
.watch .sub-page .sub-page-row-component .right-icons-set .icon-empty-tree,
.watch .sub-page .sub-page-row-component .right-icons-set .icon-ev,
.watch .sub-page .sub-page-row-component .right-icons-set .info-color-icon,
.watch .sub-page .sub-page-row-component .right-icons-set .special-info-color-icon,
.watch .sub-page .sub-page-row-component .right-icons-set .icon-cart-no,
.watch .sub-page .sub-page-row-component .right-icons-set .icon-cart-nosspd,
.watch .sub-page .sub-page-row-component .right-icons-set .no-delivery-icon {
  display: inline-block;
  vertical-align: top;
  margin-right: 12px;
}
.watch .sub-page .sub-page-row-component .right-icons-set .change-icon {
  margin-top: 3px;
}
.watch .sub-page .sub-page-row-component .right-icons-set .icon-empty-tree {
  margin-top: 10px;
}
.watch .sub-page .sub-page-row-component .right-icons-set .icon-ev {
  margin-top: 11px;
}
.watch .sub-page .sub-page-row-component .right-icons-set .info-color-icon {
  margin-top: 5px;
}
.watch .sub-page .sub-page-row-component .right-icons-set .special-info-color-icon {
  margin-top: 5px;
}
.watch .sub-page .sub-page-row-component .right-icons-set .no-delivery-icon {
  margin-top: 3px;
}
.watch .sub-page .sub-page-row-component .right-icons-set .icon-cart-no,
.watch .sub-page .sub-page-row-component .right-icons-set .icon-cart-nosspd {
  margin-right: 0;
}
.watch .sub-page .sub-page-row-component .left-icons {
  float: left;
  text-align: left;
  display: inline-block;
}
.watch .sub-page .sub-page-row-component:last-child {
  border-bottom: 1px solid transparent;
}
.watch .sub-page .sub-page-row-component .sub-title {
  font-size: 13px;
  color: #808080;
}
.watch .sub-page .sub-page-row-component .sub-title.ref {
  color: #555555;
}
.watch .sub-page .colors-header::after {
  content: '';
  display: block;
  clear: both;
}
.watch .sub-page .bracelets-color-selector {
  position: relative;
  top: -20px;
}
.watch .sub-page .sub-page-row {
  border-bottom: 1px solid #808080;
  text-transform: uppercase;
  padding: 0 0 0 0;
}
.watch .sub-page .sub-page-row:last-child {
  border-bottom: 1px solid transparent;
}
.watch .sub-page .sub-page-row:hover {
  border-color: #000000 !important;
}
.watch .sub-page .sub-page-row:hover:last-child {
  border-bottom: 1px solid transparent !important;
}
.watch .sub-page .sub-page-row .icons-block-left {
  display: inline-block;
  vertical-align: top;
  padding-top: 16px;
  width: 32px;
  position: absolute;
  z-index: 10;
}
.watch .sub-page .sub-page-row .icons-block {
  cursor: default;
  display: table;
  width: 100%;
  padding-top: 35px;
}
.watch .sub-page .sub-page-row .icons {
  display: table-cell;
  text-align: right;
}
.watch .sub-page .sub-page-row .icons img {
  max-width: 100%;
}
.watch .sub-page .sub-page-row-documents .sub-title {
  padding-bottom: 6px;
}
.watch .sub-page .bracelet-list-image {
  height: 285px;
}
.watch .sub-page .bracelet {
  text-align: center;
  border: none;
  border-bottom: 2px solid transparent !important;
}
.watch .sub-page .bracelet .ref {
  color: #000000;
  margin: 20px 0 10px;
}
.watch .sub-page .bracelet .title {
  color: #808080;
  margin: 0;
  height: 38px;
  overflow: hidden;
}
.watch .sub-page .bracelet .price {
  margin: 0;
  height: 17px;
}
.watch .sub-page .bracelet:hover {
  background: transparent;
  border-bottom: 2px solid #000000 !important;
}
.watch .sub-page .icon-empty-tree {
  font-size: 20px;
  margin-top: 5px;
  cursor: pointer;
}
.watch .sub-page .icon-ev {
  font-size: 20px;
  margin-top: 5px;
  cursor: pointer;
}
.watch .watch-title {
  margin: 10px 0 15px 0;
}
.watch .group-title {
  margin: 20px 0 10px 0;
  color: #454545;
  font-size: 14px;
  font-family: 'Open Sans', arial, sans-serif;
}
.watch .group-title.ref {
  font-size: 13px;
  text-align: right;
  font-family: 'Open Sans', arial, sans-serif;
  color: #555555;
}
.watch .sub-title {
  color: #808080;
  font-size: 13px;
  display: inline-block;
  vertical-align: top;
}
.watch .sub-title-red {
  color: #000000 !important;
}
.watch .sub-title-red:hover {
  color: black;
}
.watch .ref {
  margin-bottom: 5px;
}
.watch .order-block {
  display: table;
}
.watch .order-block .order-block-inner {
  display: table-cell;
  text-align: right;
  cursor: default;
  height: 70px;
}
@media screen and (min-width: 890px) and (max-width: 1078px) {
  .watch .order-block .order-block-inner {
    height: 150px;
  }
}
.watch .order-block .order-block-inner .no-delivery-icon {
  margin-top: 3px;
}
.watch .order-block .price {
  margin-bottom: 5px;
  font-size: 14px;
  color: #555555;
}
.watch .popup-order-block {
  border-top: 2px solid #DADADA;
  border-bottom: 2px solid #DADADA;
  padding: 10px 0;
  margin: 10px 0;
}
.watch .popup-order-block .info-color-icon,
.watch .popup-order-block .special-info-color-icon {
  vertical-align: top;
  margin-top: 4px;
}
.watch .popup-image {
  text-align: center;
  display: inline-block;
  max-width: 100%;
}
@media screen and (max-width: 1078px) {
  .watch .popup-image {
    max-width: 200px;
    display: inline;
  }
}
.watch .gear-icon,
.watch .camera-icon,
.watch .change-icon,
.watch .document-icon,
.watch .info-color-icon,
.watch .special-info-color-icon,
.watch .no-delivery-icon {
  display: inline-block;
}
@media screen and (max-width: 1078px) {
  .watch .sub-page .sub-page-row-component .references {
    padding-top: 0 !important;
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 890px) {
  .watch {
    padding-left: 0 !important;
  }
  .watch .sub-page .sub-page-row-component .references {
    padding-bottom: 0;
  }
}
.video-from-url {
  height: 0 !important;
  overflow: hidden;
}
.video-padding-0 {
  padding-right: 10px;
  height: 131px;
}
@media (max-width: 1078px) {
  .video-padding-0 {
    padding-right: 0;
  }
}
.video-padding-1 {
  padding-left: 10px;
  height: 131px;
}
@media (max-width: 1078px) {
  .video-padding-1 {
    padding-left: 0;
  }
}
.close-video-icon {
  position: fixed;
  top: 20px;
  right: 20px;
  z-index: 15;
  color: white;
  font-size: 19px;
  cursor: pointer;
}
.video-container {
  padding: 15px 0;
  height: 100%;
  border-bottom: 1px solid #DDD;
}
.video-container video {
  height: 1px;
  width: 1px;
  z-index: 5;
  position: absolute;
  background: black;
}
.video-container video.big-video {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 13;
  height: 100%;
  width: 100%;
  transform: scale(1);
  transition-duration: 0.5s;
}
.video-container video.with-transition {
  transition: height 0.25s, width 0.25s;
  -webkit-transition: height 0.25s, width 0.25s;
  -o-transition: height 0.25s, width 0.25s;
  -moz-transition: height 0.25s, width 0.25s;
}
.video-container .video-preview-container {
  position: relative;
  cursor: pointer;
  height: 100%;
  background: no-repeat center;
  background-size: contain;
}
.video-container .video-preview-container .video-preview {
  height: 100px;
  width: 100%;
  z-index: 6;
}
.video-container .video-preview-container .icon-logo-omega {
  color: white;
  font-size: 55px;
  width: 55px;
  height: 55px;
  position: absolute;
  top: 0;
  bottom: 5px;
  left: 0;
  right: 0;
  margin: auto;
}
.video-container .video-info-container {
  padding-left: 15px;
  height: 106px;
  position: relative;
}
.video-container .video-info-container .video-title {
  text-transform: uppercase;
  color: #000000;
  font-size: 14px;
  line-height: 19px;
  max-height: 38px;
  overflow: hidden;
  cursor: pointer;
}
.video-container .video-info-container .video-title:hover {
  color: black;
}
.video-container .video-info-container .video-duration {
  color: #808080;
  font-size: 14px;
}
.video-container .video-info-container .video-date {
  font-size: 14px;
}
.video-container .video-info-container .video-button-bar {
  color: #808080;
  font-size: 0;
  position: absolute;
  bottom: 0;
  left: 15px;
}
.video-container .video-info-container .video-button-bar > * {
  vertical-align: top;
}
.video-container .video-info-container .video-button-bar .arrow-down-color-icon {
  position: absolute;
  right: 0;
  bottom: 2px;
  cursor: pointer;
}
.video-container .video-info-container .video-button-bar .video-input {
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  position: relative;
  vertical-align: top;
}
.video-container .video-info-container .video-button-bar .video-input input {
  cursor: pointer;
  border: 1px solid #979797;
  height: 27px;
  width: 100%;
  padding-left: 5px;
  color: #808080;
}
.video-container .video-info-container .video-button-bar .video-input .list-elements {
  cursor: pointer;
}
.video-container .video-info-container .video-button-bar .video-input .list-elements .list-element {
  cursor: pointer;
  border: 1px solid #979797;
  border-top: none;
  color: #808080 !important;
}
.video-container .video-info-container .video-button-bar .view-dl-video-link {
  cursor: pointer;
  display: inline-block;
}
.video-container .video-info-container .video-button-bar .view-dl-video-button {
  cursor: pointer;
  display: inline-block;
  text-align: center;
  border: 1px solid #979797;
  border-left: none;
  height: 27px;
  width: 27px;
}
.video-container .video-info-container .video-button-bar .view-dl-video-button .icon-download {
  font-size: 12px;
  display: inline-block;
  color: #555555;
  vertical-align: top;
  margin-top: 5px;
}
.video-container .video-info-container .video-button-bar .view-dl-video-button .icon-video {
  font-size: 12px;
  display: inline-block;
  color: #555555;
  vertical-align: top;
  margin-top: 6px;
  margin-left: 1px;
}
.warranty-svg {
  max-height: 55px;
  width: 55px;
}
.watch-warranty .warranty-svg {
  max-height: 70px;
  width: 70px;
}
.watch-title-list {
  text-transform: uppercase;
}
.watch-ff {
  color: #050505;
}
.watch-ff .year {
  border: 1px solid #ebeaef;
  padding: 3px 6px;
  display: inline-block;
  cursor: default;
}
.watch-ff .year:empty {
  display: none !important;
}
.watch-ff .row-height {
  height: 70px;
}
@media screen and (min-width: 890px) and (max-width: 1078px) {
  .watch-ff .row-height {
    height: 150px;
  }
}
.watch-ff .row-height-content {
  height: 70px;
}
@media screen and (min-width: 890px) and (max-width: 1078px) {
  .watch-ff .row-height-content {
    height: 150px;
  }
}
@media screen and (max-width: 1078px) {
  .watch-ff .row-height-content {
    height: auto;
  }
}
.watch-ff .image-preview {
  padding: 0 35px;
  text-align: center;
  position: relative;
}
.watch-ff .image-preview img {
  padding: 0 20px;
  max-height: 300px;
  max-width: 100%;
}
.watch-ff .image-preview .slider-right-icon,
.watch-ff .image-preview .slider-left-icon {
  position: absolute;
  top: 45%;
}
.watch-ff .image-preview .slider-left-icon {
  left: 0;
}
.watch-ff .image-preview .slider-right-icon {
  right: 0;
}
.watch-ff .image-preview .icon-arrow-right,
.watch-ff .image-preview .icon-arrow-left {
  position: absolute;
  top: 0;
  width: 26px;
  bottom: 25px;
  cursor: pointer;
}
.watch-ff .image-preview .icon-arrow-right::before,
.watch-ff .image-preview .icon-arrow-left::before {
  position: absolute;
  top: 50%;
  font-size: 16px;
  width: 16px;
  height: 16px;
}
.watch-ff .image-preview .icon-arrow-right:hover,
.watch-ff .image-preview .icon-arrow-left:hover {
  opacity: 0.6;
}
.watch-ff .image-preview .icon-arrow-right {
  right: 5px;
}
.watch-ff .image-preview .icon-arrow-right::before {
  right: 0;
}
.watch-ff .image-preview .icon-arrow-left {
  left: 5px;
}
.watch-ff .image-preview .icon-arrow-left::before {
  left: 0;
}
.watch-ff .image-preview .return-watch-to-hq {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 90px;
  color: #c40c2e;
}
.watch-ff .watch-title {
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 20px;
  color: #555555;
}
.watch-ff .watch-title-gray {
  color: #585858;
}
.watch-ff .sub-title-info {
  color: #808080;
  font-size: 13px;
}
.watch-ff .sub-title-info.ref {
  color: #555555;
}
.watch-ff .collection {
  margin-top: -5px;
  margin-bottom: 10px;
  text-align: center;
  font-size: 16px;
  color: #000000;
  font-family: 'Open Sans', arial, sans-serif;
  font-weight: 600;
}
.watch-ff .serial-info-container {
  border-top: 1px solid #979797;
  border-bottom: 1px solid #979797;
  margin: 5px 0 10px;
  padding: 10px 0;
  line-height: 20px;
}
.watch-ff .serial-info-container .label {
  font-weight: bold;
  display: block;
}
.watch-ff .picto {
  padding: 15px 0 20px 0;
  text-align: center;
  border-bottom: 2px solid transparent;
  margin-bottom: 0;
}
.watch-ff .picto img {
  padding: 2px;
  margin: 0 2px;
  border: 1px solid transparent;
  border-radius: 5px;
}
.watch-ff .picto img.already-border-svg {
  height: 42px;
  width: 42px;
  padding: 0;
  border: none;
  margin: 3px;
  vertical-align: top;
}
.watch-ff .picto img.smallPicto {
  height: 27px;
  width: 27px;
  margin-top: 9px;
  margin-left: 5px;
}
.watch-ff .button {
  background: #808080;
  display: inline-block;
  cursor: pointer;
  margin: 5px 0;
  padding: 5px 13px 6px 13px;
}
.watch-ff .button:hover,
.watch-ff .button-active {
  background: #000000;
}
.watch-ff .sub-page {
  padding-left: 20px;
  /*.sub-page-rows > .sub-page-row:first-child {
			border: none;
		}*/
}
.watch-ff .sub-page .sub-page-row-component {
  font-size: 13px;
  border-bottom: 1px solid #DDD;
}
.watch-ff .sub-page .sub-page-row-component .right-icons-set .icon-picture,
.watch-ff .sub-page .sub-page-row-component .right-icons-set .icon-document,
.watch-ff .sub-page .sub-page-row-component .right-icons-set .icon-doc-warning,
.watch-ff .sub-page .sub-page-row-component .right-icons-set .change-icon,
.watch-ff .sub-page .sub-page-row-component .right-icons-set .icon-empty-tree,
.watch-ff .sub-page .sub-page-row-component .right-icons-set .icon-ev,
.watch-ff .sub-page .sub-page-row-component .right-icons-set .info-color-icon,
.watch-ff .sub-page .sub-page-row-component .right-icons-set .special-info-color-icon,
.watch-ff .sub-page .sub-page-row-component .right-icons-set .icon-cart-no,
.watch-ff .sub-page .sub-page-row-component .right-icons-set .icon-cart-nosspd,
.watch-ff .sub-page .sub-page-row-component .right-icons-set .no-delivery-icon {
  display: inline-block;
  vertical-align: top;
  margin-right: 12px;
}
.watch-ff .sub-page .sub-page-row-component .right-icons-set .change-icon {
  margin-top: 3px;
}
.watch-ff .sub-page .sub-page-row-component .right-icons-set .icon-empty-tree {
  margin-top: 10px;
}
.watch-ff .sub-page .sub-page-row-component .right-icons-set .icon-ev {
  margin-top: 11px;
}
.watch-ff .sub-page .sub-page-row-component .right-icons-set .info-color-icon {
  margin-top: 5px;
}
.watch-ff .sub-page .sub-page-row-component .right-icons-set .special-info-color-icon {
  margin-top: 5px;
}
.watch-ff .sub-page .sub-page-row-component .right-icons-set .no-delivery-icon {
  margin-top: 3px;
}
.watch-ff .sub-page .sub-page-row-component .right-icons-set .icon-cart-no,
.watch-ff .sub-page .sub-page-row-component .right-icons-set .icon-cart-nosspd {
  margin-right: 0;
}
.watch-ff .sub-page .sub-page-row-component .left-icons {
  float: left;
  text-align: left;
  display: inline-block;
}
.watch-ff .sub-page .sub-page-row-component:last-child {
  border-bottom: 1px solid transparent;
}
.watch-ff .sub-page .sub-page-row-component .sub-title {
  font-size: 13px;
  color: #808080;
}
.watch-ff .sub-page .sub-page-row-component .sub-title.ref {
  color: #555555;
}
.watch-ff .sub-page .colors-header::after {
  content: '';
  display: block;
  clear: both;
}
.watch-ff .sub-page .bracelets-color-selector {
  position: relative;
  top: -20px;
}
.watch-ff .sub-page .sub-page-row {
  border-bottom: 1px solid #808080;
  text-transform: uppercase;
  padding: 0 0 0 0;
}
.watch-ff .sub-page .sub-page-row:last-child {
  border-bottom: 1px solid transparent;
}
.watch-ff .sub-page .sub-page-row:hover {
  border-color: #000000 !important;
}
.watch-ff .sub-page .sub-page-row:hover:last-child {
  border-bottom: 1px solid transparent !important;
}
.watch-ff .sub-page .sub-page-row .icons-block-left {
  display: inline-block;
  vertical-align: top;
  padding-top: 16px;
  width: 32px;
  position: absolute;
  z-index: 10;
}
.watch-ff .sub-page .sub-page-row .icons-block {
  cursor: default;
  display: table;
  width: 100%;
  padding-top: 35px;
}
.watch-ff .sub-page .sub-page-row .icons {
  display: table-cell;
  text-align: right;
}
.watch-ff .sub-page .sub-page-row .icons img {
  max-width: 100%;
}
.watch-ff .sub-page .sub-page-row-documents .sub-title {
  padding-bottom: 6px;
}
.watch-ff .sub-page .bracelet-list-image {
  height: 285px;
}
.watch-ff .sub-page .bracelet {
  text-align: center;
  border: none;
  border-bottom: 2px solid transparent !important;
}
.watch-ff .sub-page .bracelet .ref {
  color: #000000;
  margin: 20px 0 10px;
}
.watch-ff .sub-page .bracelet .title {
  color: #808080;
  margin: 0;
  height: 38px;
  overflow: hidden;
}
.watch-ff .sub-page .bracelet .price {
  margin: 0;
  height: 17px;
}
.watch-ff .sub-page .bracelet:hover {
  background: transparent;
  border-bottom: 2px solid #000000 !important;
}
.watch-ff .sub-page .icon-empty-tree {
  font-size: 20px;
  margin-top: 5px;
  cursor: pointer;
}
.watch-ff .sub-page .icon-ev {
  font-size: 20px;
  margin-top: 5px;
  cursor: pointer;
}
.watch-ff .watch-title {
  margin: 10px 0 15px 0;
}
.watch-ff .group-title {
  margin: 20px 0 10px 0;
  color: #454545;
  font-size: 14px;
  font-family: 'Open Sans', arial, sans-serif;
}
.watch-ff .group-title.ref {
  font-size: 13px;
  text-align: right;
  font-family: 'Open Sans', arial, sans-serif;
  color: #555555;
}
.watch-ff .sub-title {
  color: #808080;
  font-size: 13px;
  display: inline-block;
  vertical-align: top;
}
.watch-ff .sub-title-red {
  color: #000000 !important;
}
.watch-ff .sub-title-red:hover {
  color: black;
}
.watch-ff .ref {
  margin-bottom: 5px;
}
.watch-ff .order-block {
  display: table;
}
.watch-ff .order-block .order-block-inner {
  display: table-cell;
  text-align: right;
  cursor: default;
  height: 70px;
}
@media screen and (min-width: 890px) and (max-width: 1078px) {
  .watch-ff .order-block .order-block-inner {
    height: 150px;
  }
}
.watch-ff .order-block .order-block-inner .no-delivery-icon {
  margin-top: 3px;
}
.watch-ff .order-block .price {
  margin-bottom: 5px;
  font-size: 14px;
  color: #555555;
}
.watch-ff .popup-order-block {
  border-top: 2px solid #DADADA;
  border-bottom: 2px solid #DADADA;
  padding: 10px 0;
  margin: 10px 0;
}
.watch-ff .popup-order-block .info-color-icon,
.watch-ff .popup-order-block .special-info-color-icon {
  vertical-align: top;
  margin-top: 4px;
}
.watch-ff .popup-image {
  text-align: center;
  display: inline-block;
  max-width: 100%;
}
@media screen and (max-width: 1078px) {
  .watch-ff .popup-image {
    max-width: 200px;
    display: inline;
  }
}
.watch-ff .gear-icon,
.watch-ff .camera-icon,
.watch-ff .change-icon,
.watch-ff .document-icon,
.watch-ff .info-color-icon,
.watch-ff .special-info-color-icon,
.watch-ff .no-delivery-icon {
  display: inline-block;
}
@media screen and (max-width: 1078px) {
  .watch-ff .sub-page .sub-page-row-component .references {
    padding-top: 0 !important;
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 890px) {
  .watch-ff {
    padding-left: 0 !important;
  }
  .watch-ff .sub-page .sub-page-row-component .references {
    padding-bottom: 0;
  }
}
.watch-ff .picto-list {
  text-align: center;
  padding-bottom: 15px;
  margin-bottom: 10px;
  border-bottom: 2px solid transparent;
}
.watch-ff .picto-list > * {
  padding-bottom: 10px;
}
.watch-ff .picto-list > *:last-child {
  padding-bottom: 0;
}
.watch-ff .picto-list .picto-container {
  display: inline-block;
  width: 50px;
  height: 50px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}
.watch-ff .picto-list .picto-main .picto-container {
  height: 70px;
  width: 70px;
}
.watch-ff .picto-list .picto-group .label {
  color: #000000;
  text-transform: uppercase;
  padding-bottom: 4px;
}
.watch-ff .picto-list .picto-group .pictos {
  font-size: 0;
  margin: -2px;
}
.watch-ff .picto-list .picto-group .pictos .picto-container {
  margin: 2px;
  border: 1px solid transparent;
  border-radius: 5px;
}
.watch-ff .references-list .reference {
  font-size: 13px;
  margin-bottom: 5px;
}
.watch-ff .references-list .reference .label {
  color: #555555;
}
.watch-ff .references-list .reference .value {
  color: #808080;
}
.watch-ff .references-list .reference:first-child {
  font-size: 15px;
  font-weight: bold;
}
.watch-ff .references-list .reference:first-child .value {
  color: #555555;
}
.watch-ff .technical-variations-container {
  text-align: center;
  margin-bottom: 10px;
}
.watch-ff .technical-variations-container > * {
  display: inline-block;
  text-align: left;
  vertical-align: top;
}
.watch-ff .technical-variations-container .technical-variations-label {
  height: 28px;
  line-height: 28px;
  color: #555555;
}
.watch-ff .technical-variations-container utx-input-select {
  width: 130px;
}
.watch-ff .technical-variations-container utx-input-select label {
  display: block;
  height: 18px;
  line-height: 18px;
  margin-bottom: 6px;
  text-align: left;
}
.watch-ff .technical-variations-container utx-input-select .input-wrapper {
  height: 30px;
  border: 1px solid #ececec;
  background: transparent;
  font-size: 0;
}
.watch-ff .technical-variations-container utx-input-select .input-wrapper input,
.watch-ff .technical-variations-container utx-input-select .input-wrapper textarea {
  display: block;
  width: 100%;
  height: 100%;
  padding: 0 10px 2px;
  background: transparent;
  transition: background 100ms;
  color: #585858;
  font-size: 13px;
  font-family: 'Open Sans', arial, sans-serif;
  text-overflow: ellipsis;
  line-height: 30px;
}
.watch-ff .technical-variations-container utx-input-select .input-wrapper input:-webkit-autofill,
.watch-ff .technical-variations-container utx-input-select .input-wrapper textarea:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 30px #fdfdfd inset !important;
  -webkit-text-fill-color: #585858 !important;
}
@include placeholder-mixin {
  color: rgba(255, 255, 255, 0.7);
  font-style: italic;
}
.watch-ff .technical-variations-container utx-input-select .input-wrapper input.focus,
.watch-ff .technical-variations-container utx-input-select .input-wrapper textarea.focus,
.watch-ff .technical-variations-container utx-input-select .input-wrapper input:focus,
.watch-ff .technical-variations-container utx-input-select .input-wrapper textarea:focus {
  background: #fdfdfd;
}
.watch-ff .technical-variations-container utx-input-select .input-wrapper textarea {
  padding-top: 5px;
  padding-bottom: 5px;
  min-height: 30px;
  min-width: 100%;
  max-width: 100%;
}
.watch-ff .technical-variations-container utx-input-select .input-wrapper .clear-icon {
  top: -1px;
  height: 30px;
  width: 30px;
  color: #585858;
  display: none;
  right: 0;
}
.watch-ff .technical-variations-container utx-input-select .input-wrapper .clear-icon::before {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 14px;
  height: 14px;
  font-size: 14px;
  margin-left: -7px;
  margin-top: -7px;
}
.watch-ff .technical-variations-container utx-input-select .input-wrapper .clear-icon.dynamic {
  cursor: pointer;
  transition: color 100ms;
}
.watch-ff .technical-variations-container utx-input-select .input-wrapper .clear-icon.dynamic:hover {
  color: #252525;
}
.watch-ff .technical-variations-container utx-input-select .input-wrapper .clear-icon.smaller::before {
  width: 14px / 2;
  height: 14px / 2;
  font-size: 14px / 2;
  margin-left: -3.5px;
  margin-top: -3.5px;
}
.watch-ff .technical-variations-container utx-input-select .input-wrapper.has-clear-icon input:not([disabled]):focus {
  padding-right: 25px;
}
.watch-ff .technical-variations-container utx-input-select .input-wrapper.has-clear-icon input:not([disabled]):focus + .clear-icon,
.watch-ff .technical-variations-container utx-input-select .input-wrapper.has-clear-icon textarea:not([disabled]):focus + .clear-icon {
  display: block;
}
.watch-ff .technical-variations-container utx-input-select .input-wrapper.has-icon .input-icon {
  top: -1px;
  height: 30px;
  width: 30px;
  color: #585858;
}
.watch-ff .technical-variations-container utx-input-select .input-wrapper.has-icon .input-icon::before {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 20px;
  font-size: 20px;
  margin-left: -10px;
  margin-top: -10px;
}
.watch-ff .technical-variations-container utx-input-select .input-wrapper.has-icon .input-icon.dynamic {
  cursor: pointer;
  transition: color 100ms;
}
.watch-ff .technical-variations-container utx-input-select .input-wrapper.has-icon .input-icon.dynamic:hover {
  color: #252525;
}
.watch-ff .technical-variations-container utx-input-select .input-wrapper.has-icon .input-icon.smaller::before {
  width: 20px / 2;
  height: 20px / 2;
  font-size: 20px / 2;
  margin-left: -5px;
  margin-top: -5px;
}
.watch-ff .technical-variations-container utx-input-select .input-wrapper.has-icon.icon-left input {
  padding-left: 40px;
}
.watch-ff .technical-variations-container utx-input-select .input-wrapper.has-icon.icon-right input {
  padding-right: 40px;
}
.watch-ff .technical-variations-container utx-input-select .input-wrapper.has-icon.icon-right.has-clear-icon input:focus {
  padding-right: 60px;
}
.watch-ff .technical-variations-container utx-input-select .input-wrapper.has-icon.icon-right.has-clear-icon .clear-icon {
  right: 30px;
}
.watch-ff .technical-variations-container utx-input-select .input-wrapper .select-all-wrapper,
.watch-ff .technical-variations-container utx-input-select .input-wrapper .options-wrapper {
  z-index: 1;
  position: absolute;
  left: -1px;
  right: -1px;
  top: 100%;
  border: 1px solid #ececec;
  background-color: #fafafa;
}
.watch-ff .technical-variations-container utx-input-select .input-wrapper .select-all-wrapper .option,
.watch-ff .technical-variations-container utx-input-select .input-wrapper .options-wrapper .option {
  text-align: left;
  cursor: default;
  height: 30px;
  line-height: 28px;
  padding: 0 10px 2px;
  color: #585858;
  font-size: 13px;
  font-family: 'Open Sans', arial, sans-serif;
  text-overflow: ellipsis;
  white-space: nowrap;
  background-color: #fafafa;
  border-bottom: 1px solid #ececec;
  transition: background-color 100ms;
}
.watch-ff .technical-variations-container utx-input-select .input-wrapper .select-all-wrapper .option.hovered,
.watch-ff .technical-variations-container utx-input-select .input-wrapper .options-wrapper .option.hovered,
.watch-ff .technical-variations-container utx-input-select .input-wrapper .select-all-wrapper .option:hover,
.watch-ff .technical-variations-container utx-input-select .input-wrapper .options-wrapper .option:hover {
  background-color: #f4f4f4;
}
.watch-ff .technical-variations-container utx-input-select .input-wrapper .select-all-wrapper .option.max-choices-reached,
.watch-ff .technical-variations-container utx-input-select .input-wrapper .options-wrapper .option.max-choices-reached {
  opacity: 0.5;
}
.watch-ff .technical-variations-container utx-input-select .input-wrapper .select-all-wrapper .option.selected,
.watch-ff .technical-variations-container utx-input-select .input-wrapper .options-wrapper .option.selected {
  color: #000000;
  background-color: #ececec;
}
.watch-ff .technical-variations-container utx-input-select .input-wrapper .select-all-wrapper .option:last-child,
.watch-ff .technical-variations-container utx-input-select .input-wrapper .options-wrapper .option:last-child {
  border-bottom-color: transparent;
}
.watch-ff .technical-variations-container utx-input-select .input-wrapper .select-all-wrapper.no-select-all,
.watch-ff .technical-variations-container utx-input-select .input-wrapper .options-wrapper.no-select-all {
  top: 30px !important;
}
.watch-ff .technical-variations-container utx-input-select .input-wrapper .select-all-wrapper {
  display: none;
}
.watch-ff .technical-variations-container utx-input-select .input-wrapper .options-wrapper {
  margin-bottom: 20px;
  max-height: 0;
  transition: max-height 150ms;
  overflow-y: auto;
  overflow-x: hidden;
}
.watch-ff .technical-variations-container utx-input-select .input-wrapper .options-wrapper::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}
.watch-ff .technical-variations-container utx-input-select .input-wrapper .options-wrapper::-webkit-scrollbar-track {
  background: #fafafa;
}
.watch-ff .technical-variations-container utx-input-select .input-wrapper .options-wrapper::-webkit-scrollbar-thumb {
  background: #585858;
  width: 4px;
  height: 4px;
}
.watch-ff .technical-variations-container utx-input-select .input-wrapper .options-wrapper .vs-repeat-before-content,
.watch-ff .technical-variations-container utx-input-select .input-wrapper .options-wrapper .vs-repeat-after-content {
  padding: 0 !important;
  border: 0;
  margin-right: 1px;
}
.watch-ff .technical-variations-container utx-input-select .input-wrapper.options-visible .options-wrapper {
  max-height: 302px;
}
.watch-ff .technical-variations-container utx-input-select .input-wrapper:not(.options-visible) .options-wrapper {
  border-top: 0;
  border-bottom: 0;
  top: calc(100% + 1px);
}
.watch-ff .technical-variations-container utx-input-select .input-wrapper.has-select-all .options-wrapper {
  top: calc(200% + 2px);
}
.watch-ff .technical-variations-container utx-input-select .input-wrapper.has-select-all.options-visible .select-all-wrapper {
  display: block;
}
.watch-ff .technical-variations-container utx-input-select .input-wrapper.disabled .input-icon {
  display: none;
}
.watch-ff .technical-variations-container.rfids-variations-container .rfids-label {
  display: block;
  text-align: center;
  color: #a7a7a7;
  font-size: 13px;
  font-weight: bold;
}
.watch-ff .technical-variations-container.rfids-variations-container utx-input-select {
  width: 180px !important;
}
.watch-ff .technical-variations-container.rfids-variations-container utx-input-select label {
  display: block;
  height: 18px;
  line-height: 18px;
  margin-bottom: 6px;
  text-align: left;
}
.watch-ff .technical-variations-container.rfids-variations-container utx-input-select .input-wrapper {
  height: 30px;
  border: 1px solid #ececec;
  background: transparent;
  font-size: 0;
}
.watch-ff .technical-variations-container.rfids-variations-container utx-input-select .input-wrapper input,
.watch-ff .technical-variations-container.rfids-variations-container utx-input-select .input-wrapper textarea {
  display: block;
  width: 100%;
  height: 100%;
  padding: 0 10px 2px;
  background: transparent;
  transition: background 100ms;
  color: #585858;
  font-size: 13px;
  font-family: 'Open Sans', arial, sans-serif;
  text-overflow: ellipsis;
  line-height: 30px;
}
.watch-ff .technical-variations-container.rfids-variations-container utx-input-select .input-wrapper input:-webkit-autofill,
.watch-ff .technical-variations-container.rfids-variations-container utx-input-select .input-wrapper textarea:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 30px #fdfdfd inset !important;
  -webkit-text-fill-color: #585858 !important;
}
@include placeholder-mixin {
  color: rgba(255, 255, 255, 0.7);
  font-style: italic;
}
.watch-ff .technical-variations-container.rfids-variations-container utx-input-select .input-wrapper input.focus,
.watch-ff .technical-variations-container.rfids-variations-container utx-input-select .input-wrapper textarea.focus,
.watch-ff .technical-variations-container.rfids-variations-container utx-input-select .input-wrapper input:focus,
.watch-ff .technical-variations-container.rfids-variations-container utx-input-select .input-wrapper textarea:focus {
  background: #fdfdfd;
}
.watch-ff .technical-variations-container.rfids-variations-container utx-input-select .input-wrapper textarea {
  padding-top: 5px;
  padding-bottom: 5px;
  min-height: 30px;
  min-width: 100%;
  max-width: 100%;
}
.watch-ff .technical-variations-container.rfids-variations-container utx-input-select .input-wrapper .clear-icon {
  top: -1px;
  height: 30px;
  width: 30px;
  color: #585858;
  display: none;
  right: 0;
}
.watch-ff .technical-variations-container.rfids-variations-container utx-input-select .input-wrapper .clear-icon::before {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 14px;
  height: 14px;
  font-size: 14px;
  margin-left: -7px;
  margin-top: -7px;
}
.watch-ff .technical-variations-container.rfids-variations-container utx-input-select .input-wrapper .clear-icon.dynamic {
  cursor: pointer;
  transition: color 100ms;
}
.watch-ff .technical-variations-container.rfids-variations-container utx-input-select .input-wrapper .clear-icon.dynamic:hover {
  color: #252525;
}
.watch-ff .technical-variations-container.rfids-variations-container utx-input-select .input-wrapper .clear-icon.smaller::before {
  width: 14px / 2;
  height: 14px / 2;
  font-size: 14px / 2;
  margin-left: -3.5px;
  margin-top: -3.5px;
}
.watch-ff .technical-variations-container.rfids-variations-container utx-input-select .input-wrapper.has-clear-icon input:not([disabled]):focus {
  padding-right: 25px;
}
.watch-ff .technical-variations-container.rfids-variations-container utx-input-select .input-wrapper.has-clear-icon input:not([disabled]):focus + .clear-icon,
.watch-ff .technical-variations-container.rfids-variations-container utx-input-select .input-wrapper.has-clear-icon textarea:not([disabled]):focus + .clear-icon {
  display: block;
}
.watch-ff .technical-variations-container.rfids-variations-container utx-input-select .input-wrapper.has-icon .input-icon {
  top: -1px;
  height: 30px;
  width: 30px;
  color: #585858;
}
.watch-ff .technical-variations-container.rfids-variations-container utx-input-select .input-wrapper.has-icon .input-icon::before {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 20px;
  font-size: 20px;
  margin-left: -10px;
  margin-top: -10px;
}
.watch-ff .technical-variations-container.rfids-variations-container utx-input-select .input-wrapper.has-icon .input-icon.dynamic {
  cursor: pointer;
  transition: color 100ms;
}
.watch-ff .technical-variations-container.rfids-variations-container utx-input-select .input-wrapper.has-icon .input-icon.dynamic:hover {
  color: #252525;
}
.watch-ff .technical-variations-container.rfids-variations-container utx-input-select .input-wrapper.has-icon .input-icon.smaller::before {
  width: 20px / 2;
  height: 20px / 2;
  font-size: 20px / 2;
  margin-left: -5px;
  margin-top: -5px;
}
.watch-ff .technical-variations-container.rfids-variations-container utx-input-select .input-wrapper.has-icon.icon-left input {
  padding-left: 40px;
}
.watch-ff .technical-variations-container.rfids-variations-container utx-input-select .input-wrapper.has-icon.icon-right input {
  padding-right: 40px;
}
.watch-ff .technical-variations-container.rfids-variations-container utx-input-select .input-wrapper.has-icon.icon-right.has-clear-icon input:focus {
  padding-right: 60px;
}
.watch-ff .technical-variations-container.rfids-variations-container utx-input-select .input-wrapper.has-icon.icon-right.has-clear-icon .clear-icon {
  right: 30px;
}
.watch-ff .technical-variations-container.rfids-variations-container utx-input-select .input-wrapper .select-all-wrapper,
.watch-ff .technical-variations-container.rfids-variations-container utx-input-select .input-wrapper .options-wrapper {
  z-index: 1;
  position: absolute;
  left: -1px;
  right: -1px;
  top: 100%;
  border: 1px solid #ececec;
  background-color: #fafafa;
}
.watch-ff .technical-variations-container.rfids-variations-container utx-input-select .input-wrapper .select-all-wrapper .option,
.watch-ff .technical-variations-container.rfids-variations-container utx-input-select .input-wrapper .options-wrapper .option {
  text-align: left;
  cursor: default;
  height: 30px;
  line-height: 28px;
  padding: 0 10px 2px;
  color: #585858;
  font-size: 13px;
  font-family: 'Open Sans', arial, sans-serif;
  text-overflow: ellipsis;
  white-space: nowrap;
  background-color: #fafafa;
  border-bottom: 1px solid #ececec;
  transition: background-color 100ms;
}
.watch-ff .technical-variations-container.rfids-variations-container utx-input-select .input-wrapper .select-all-wrapper .option.hovered,
.watch-ff .technical-variations-container.rfids-variations-container utx-input-select .input-wrapper .options-wrapper .option.hovered,
.watch-ff .technical-variations-container.rfids-variations-container utx-input-select .input-wrapper .select-all-wrapper .option:hover,
.watch-ff .technical-variations-container.rfids-variations-container utx-input-select .input-wrapper .options-wrapper .option:hover {
  background-color: #f4f4f4;
}
.watch-ff .technical-variations-container.rfids-variations-container utx-input-select .input-wrapper .select-all-wrapper .option.max-choices-reached,
.watch-ff .technical-variations-container.rfids-variations-container utx-input-select .input-wrapper .options-wrapper .option.max-choices-reached {
  opacity: 0.5;
}
.watch-ff .technical-variations-container.rfids-variations-container utx-input-select .input-wrapper .select-all-wrapper .option.selected,
.watch-ff .technical-variations-container.rfids-variations-container utx-input-select .input-wrapper .options-wrapper .option.selected {
  color: #000000;
  background-color: #ececec;
}
.watch-ff .technical-variations-container.rfids-variations-container utx-input-select .input-wrapper .select-all-wrapper .option:last-child,
.watch-ff .technical-variations-container.rfids-variations-container utx-input-select .input-wrapper .options-wrapper .option:last-child {
  border-bottom-color: transparent;
}
.watch-ff .technical-variations-container.rfids-variations-container utx-input-select .input-wrapper .select-all-wrapper.no-select-all,
.watch-ff .technical-variations-container.rfids-variations-container utx-input-select .input-wrapper .options-wrapper.no-select-all {
  top: 30px !important;
}
.watch-ff .technical-variations-container.rfids-variations-container utx-input-select .input-wrapper .select-all-wrapper {
  display: none;
}
.watch-ff .technical-variations-container.rfids-variations-container utx-input-select .input-wrapper .options-wrapper {
  margin-bottom: 20px;
  max-height: 0;
  transition: max-height 150ms;
  overflow-y: auto;
  overflow-x: hidden;
}
.watch-ff .technical-variations-container.rfids-variations-container utx-input-select .input-wrapper .options-wrapper::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}
.watch-ff .technical-variations-container.rfids-variations-container utx-input-select .input-wrapper .options-wrapper::-webkit-scrollbar-track {
  background: #fafafa;
}
.watch-ff .technical-variations-container.rfids-variations-container utx-input-select .input-wrapper .options-wrapper::-webkit-scrollbar-thumb {
  background: #585858;
  width: 4px;
  height: 4px;
}
.watch-ff .technical-variations-container.rfids-variations-container utx-input-select .input-wrapper .options-wrapper .vs-repeat-before-content,
.watch-ff .technical-variations-container.rfids-variations-container utx-input-select .input-wrapper .options-wrapper .vs-repeat-after-content {
  padding: 0 !important;
  border: 0;
  margin-right: 1px;
}
.watch-ff .technical-variations-container.rfids-variations-container utx-input-select .input-wrapper.options-visible .options-wrapper {
  max-height: 302px;
}
.watch-ff .technical-variations-container.rfids-variations-container utx-input-select .input-wrapper:not(.options-visible) .options-wrapper {
  border-top: 0;
  border-bottom: 0;
  top: calc(100% + 1px);
}
.watch-ff .technical-variations-container.rfids-variations-container utx-input-select .input-wrapper.has-select-all .options-wrapper {
  top: calc(200% + 2px);
}
.watch-ff .technical-variations-container.rfids-variations-container utx-input-select .input-wrapper.has-select-all.options-visible .select-all-wrapper {
  display: block;
}
.watch-ff .technical-variations-container.rfids-variations-container utx-input-select .input-wrapper.disabled .input-icon {
  display: none;
}
.watch-ff .watch-title {
  font-size: 17px;
  font-weight: 100;
}
.watch-ff .more-link-container {
  border-bottom: 1px solid #808080;
}
.watch-ff .sub-menu .button {
  color: red;
  border: 1px solid red;
  padding-top: 9px;
  padding-bottom: 9px;
  color: #000000;
  border: 1px solid #000000;
  background-color: transparent;
  padding-top: 6px;
  padding-bottom: 6px;
}
.watch-ff .sub-menu .button:hover {
  color: white;
  background-color: blue;
}
.watch-ff .sub-menu .button.button-active {
  cursor: default;
  color: white;
  background-color: blue;
}
.watch-ff .sub-menu .button:hover {
  color: white;
  background-color: #000000;
}
.watch-ff .sub-menu .button.button-active {
  cursor: default;
  color: white;
  background-color: #000000;
}
/** OLD **/
.component-rows-old {
  text-transform: uppercase;
  color: #050505;
}
.component-rows-old .component-row-wrapper {
  padding: 3px 0;
  border-bottom: 1px solid #ebeaef;
}
.component-rows-old .component-row-wrapper:first-child {
  border-top: 1px solid #ebeaef;
}
.component-rows-old .component-row {
  padding: 10px 0;
  border-top: 1px solid #ebeaef;
}
.component-rows-old .component-row.specialEVPaddings {
  padding: 10px 0 !important;
}
.component-rows-old .component-row .no-delivery-icon,
.component-rows-old .component-row .nocart-icon,
.component-rows-old .component-row .document-icon,
.component-rows-old .component-row .camera-icon,
.component-rows-old .component-row .info-color-icon,
.component-rows-old .component-row .special-info-color-icon,
.component-rows-old .component-row .change-icon,
.component-rows-old .component-row .gear-icon,
.component-rows-old .component-row .cart-block {
  margin: 4px;
  display: inline-block;
  vertical-align: top;
}
.component-rows-old .component-row .icons-set {
  display: inline-block;
  vertical-align: top;
  padding-top: 25px;
}
.component-rows-old .component-row .paddingCell {
  padding-top: 0px;
}
.component-rows-old .component-row .title {
  color: #000000;
  font-weight: 400;
}
.component-rows-old .component-row .component-image {
  display: inline-block;
  height: 80px;
  position: relative;
  text-align: center;
}
.component-rows-old .component-row .component-image .icon-no-picture {
  color: #d2d2d2;
  font-size: 26px;
  display: inline-block;
  padding-top: 27px;
}
.component-rows-old .component-row .component-icons-container {
  padding-right: 10px;
}
.component-rows-old .component-row .component-icons-container .inline-block {
  display: inline-block;
  margin-left: 20px;
  margin-right: 0;
  vertical-align: top;
}
.component-rows-old .component-row .component-icons-container .inline-block.icon-cart-no,
.component-rows-old .component-row .component-icons-container .inline-block.icon-cart-nosspd {
  margin-right: 12px;
}
@media screen and (max-width: 1078px) {
  .component-rows-old .component-row .component-icons-container .inline-block {
    margin-left: 5px;
    margin-right: 5px;
  }
}
.component-rows-old .component-row .icon-no-picture {
  color: #d2d2d2;
  font-size: 26px;
  display: inline-block;
  padding-top: 32px;
}
.component-rows-old .component-row.highlight-line {
  background: #f5f5f5;
}
.component-rows-old .tool-proposal-row:last-child .component-row {
  border-bottom: 1px solid #ebeaef;
}
@media screen and (max-width: 1078px) {
  .component-rows-old .tool-proposal-row .component-row {
    height: auto !important;
  }
}
.component-rows-old .tool-demi-row-0 {
  padding-right: 3%;
}
.component-rows-old .tool-demi-row-1 {
  padding-left: 3%;
}
.component-rows-old .no-border-top {
  border-top: 1px solid transparent;
}
.component-rows-old .tool-demi-row-cart-icon {
  width: 33.3333%;
}
@media screen and (max-width: 1078px) {
  .component-rows-old .tool-demi-row-1 {
    padding-left: 0;
    padding-right: 3%;
  }
  .component-rows-old .no-border-top {
    border-top: 1px solid #ebeaef;
  }
}
.component-rows-old .tool-demi-row {
  position: relative;
  height: 109px;
}
.component-rows-old .tool-demi-row .title {
  margin: 12px 0 !important;
  height: auto;
}
.component-rows-old .tool-demi-row .ref {
  padding-bottom: 5px;
  color: #454545;
}
.component-rows-old .tool-demi-row .inline-block {
  display: inline-block;
  margin-left: 15px;
  margin-right: 0;
  vertical-align: top;
}
.component-rows-old .tool-demi-row .inline-block.icon-cart-no,
.component-rows-old .tool-demi-row .inline-block.icon-cart-nosspd {
  margin-right: 12px;
  margin-top: 16px;
}
.component-rows-old .tool-demi-row .component-prices-list {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background-color: #f3f3f5;
  z-index: 11;
  padding: 15px 10px;
  border-top: 1px solid #DADADA;
  opacity: 0.95;
}
.component-rows-old .tool-demi-row .component-prices-list::before {
  content: '';
  display: block;
}
.component-rows-old .tool-demi-row:hover .component-prices-list {
  display: block;
}
.component-rows-old .old-ref {
  margin: 5px 0 0 0;
}
.component-rows-old .component-row:hover,
.component-rows-old .component-row-hover {
  background: #f3f3f5;
}
.component-rows-old .price {
  color: #454545;
  padding-bottom: 2px;
}
.component-rows-old .h40 {
  height: 40px !important;
}
.component-rows-old .component-refs {
  padding-top: 12px;
}
.component-rows-old .component-refs .ref {
  display: inline-block;
  padding-right: 40px;
  float: left;
  color: #454545;
}
.component-rows-old .component-refs .old-ref {
  display: inline-block;
  margin: 0;
}
.component-rows-old .component-refs.tools-proposal .ref {
  padding-right: 0;
}
.component-rows-old .component-refs.tools-proposal .old-ref {
  padding-left: 0;
}
.component-rows-old .horlogier-label-container {
  padding-top: 12px;
  padding-left: 20px;
}
.component-rows-old .horlogier-label-container .horlogier-label {
  text-transform: none;
  color: #808080;
}
.component-rows-old .component-price {
  margin-left: 45px;
  padding-top: 12px;
}
.component-rows-old .component-title {
  display: inline-block;
  padding-top: 12px;
  padding-left: 10px;
}
.component-rows-old .component-jewel-pop {
  padding: 10px 0;
}
.component-rows-old .component-jewel-pop .title {
  height: auto;
}
.component-rows-old .component-jewel-pop.normal-height {
  min-height: 61px;
}
.component-rows-old .component-jewel-pop.bigger-height {
  min-height: 80px;
  padding: 0;
}
.component-rows-old .component-jewel-pop.bigger-height .component-title {
  padding-top: 32px;
}
.component-rows-old .component-jewel-pop.bigger-height .component-price {
  padding-top: 32px;
}
.component-rows-old .component-jewel-pop.bigger-height .horlogier-label-container {
  padding-top: 32px;
}
.component-rows-old .component-jewel-pop.bigger-height .component-refs {
  padding-top: 32px;
  padding-bottom: 32px;
}
.component-rows-old .component-jewel-pop.bigger-height .icon-cart-no,
.component-rows-old .component-jewel-pop.bigger-height .icon-cart-nosspd {
  margin-top: 24px;
}
.component-rows-old .component-jewel-pop.bigger-height .icon-transport-no {
  margin-top: 26px;
}
.component-rows-old .component-jewel-pop.bigger-height .icon-doc-warning {
  margin-top: 28px;
}
.component-rows-old .component-jewel-pop.bigger-height .icon-document {
  margin-top: 28px;
}
.component-rows-old .component-jewel-pop.bigger-height .icon-empty-tree {
  margin-top: 29px;
}
.component-rows-old .component-jewel-pop.bigger-height .icon-ev {
  margin-top: 29px;
}
.component-rows-old .component-jewel-pop.bigger-height .change-icon {
  margin-top: 23px;
}
.component-rows-old .component-jewel-pop.bigger-height .cart-icon-container {
  padding-top: 18px;
}
.component-rows-old .component-jewel-pop.bigger-height .icon-sorted-arrows {
  margin-top: 28px;
}
.component-rows-old .component-jewel-pop.bigger-height .info-color-icon {
  margin-top: 23px !important;
}
.component-rows-old .component-jewel-pop.bigger-height .special-info-color-icon {
  margin-top: 23px !important;
}
.component-rows-old .component-jewel-pop.bigger-height .icon-refresh {
  margin-top: 26px;
}
.component-rows-old .proposal-buttons-container {
  padding: 25px 0;
  text-align: right;
  text-transform: uppercase;
}
.component-prices-list {
  font-size: 12px;
  text-align: right;
  padding: 0 10px 5px 10px;
}
.component-prices-list .price {
  vertical-align: top;
  display: inline-block;
  text-transform: none;
  width: 33.333%;
  padding: 2px 5px;
}
.component-prices-list .price > * {
  display: block;
  vertical-align: top;
}
.component-prices-list .price .label {
  color: #585858;
}
.component-prices-list .price .value {
  color: #050505;
  padding-right: 5px;
}
@media (max-width: 1024px) {
  .component-prices-list .price {
    width: 33.333%;
  }
}
@media (max-width: 900px) {
  .component-prices-list .price {
    width: 50%;
  }
}
.component-rows-old .icon-document,
.watch-content-wrapper .icon-document {
  font-size: 22px;
  height: 22px;
  margin-top: 9px;
  cursor: pointer;
  vertical-align: top;
  color: #a7a7a7;
}
.component-rows-old .icon-doc-warning,
.watch-content-wrapper .icon-doc-warning {
  font-size: 22px;
  height: 22px;
  margin-top: 9px;
  cursor: pointer;
  vertical-align: top;
  color: red;
}
.component-rows-old .icon-empty-tree,
.watch-content-wrapper .icon-empty-tree {
  font-size: 20px;
  margin-top: 10px;
  cursor: pointer;
  vertical-align: top;
  color: #a7a7a7;
}
.component-rows-old .icon-ev,
.watch-content-wrapper .icon-ev {
  font-size: 20px;
  margin-top: 10px;
  cursor: pointer;
  vertical-align: top;
  color: #a7a7a7;
}
.component-rows-old .icon-cart-no,
.watch-content-wrapper .icon-cart-no,
.component-rows-old .icon-cart-nosspd,
.watch-content-wrapper .icon-cart-nosspd {
  font-size: 26px;
  margin-top: 8px;
  cursor: pointer;
  vertical-align: top;
  color: #a7a7a7;
  margin-right: 12px;
}
.component-rows-old .icon-transport-no,
.watch-content-wrapper .icon-transport-no {
  font-size: 26px;
  margin-top: 8px;
  cursor: pointer;
  vertical-align: top;
  color: #a7a7a7;
}
.component-rows-old .icon-picture,
.watch-content-wrapper .icon-picture {
  font-size: 20px;
  margin-top: 10px;
  cursor: pointer;
  vertical-align: top;
  color: #a7a7a7;
}
.component-rows-old .icon-refresh,
.watch-content-wrapper .icon-refresh {
  font-size: 20px;
  margin-top: 10px;
  cursor: pointer;
  vertical-align: top;
  color: #a7a7a7;
}
.component-rows-old .replaced-icon-container,
.watch-content-wrapper .replaced-icon-container {
  display: inline-block;
  vertical-align: top;
}
.component-rows-old .replaced-icon-container .icon-sorted-arrows,
.watch-content-wrapper .replaced-icon-container .icon-sorted-arrows {
  cursor: pointer;
  font-size: 20px;
  color: #979797;
  margin-top: 10px;
}
.ev {
  background: #fff;
}
.ev bom-tree {
  display: block;
}
.ev .evComponentsBlock {
  padding: 0;
}
.ev .evComponentsBlock .component-rows {
  height: 0;
  overflow-y: auto;
}
.ev .evComponentsBlock .component-rows.show-scroll {
  overflow-y: scroll;
}
.ev canvas {
  margin-top: 40px;
  margin-bottom: 17px;
  cursor: default;
}
.ev .ref {
  color: #808080;
  font-size: 13px;
}
.ev .title,
.ev .old-ref {
  color: #808080;
}
.ev .component-row {
  border: none;
}
.ev .icon-download {
  position: absolute;
  top: 8px;
  left: 0;
  height: 1px;
  width: 17px;
  cursor: pointer;
  font-size: 17px;
  color: #555555;
}
.ev .icon-download:hover {
  color: #000000;
}
.ev .zoom-in-out-icon {
  cursor: pointer;
  position: absolute;
  top: 5px;
  right: 0;
  width: 30px;
  height: 30px;
  font-size: 30px;
}
.ev .zoom-in-out-icon:hover {
  color: #000000;
}
.ev .ev_pagination {
  display: block;
  text-align: right;
  padding: 16px 0 0 16px;
}
.ev .ev_pagination .ev_page {
  border: none;
  display: inline-block;
  height: 26px;
  line-height: 26px;
  margin: 0 8px;
  padding: 0 8px;
  text-align: center;
  cursor: pointer;
  color: #000000;
  background-color: #ebeaef;
}
.ev .ev_pagination .ev_page.ev_active {
  color: #555555;
}
.ev .ev_pagination .ev_page:hover {
  color: #555555;
}
.ev .ev_pagination.v-small {
  padding: 4px 16px 0 0;
  text-align: left;
}
.ev .ev-container {
  min-height: 250px;
}
.ev .ajax-loader-centered {
  position: absolute;
  top: 160px;
  left: 0;
  width: 100%;
  text-align: center;
  display: none;
}
.ev .ajax-loader-centered .loading {
  padding-top: 0;
}
.ev .ajax-loader-centered.isLoading {
  display: block;
}
.ev .ajax-loader-centered.isLoading .loading {
  display: block;
}
.ev #evCanvas {
  opacity: 1;
  transition: opacity 0.25s, margin-top 0.25s;
  transition-timing-function: linear;
}
.ev #evCanvas.isLoading {
  opacity: 0.1;
}
.ev .ev-bom-buttons {
  text-align: right;
  margin: 30px 0 20px;
  text-transform: uppercase;
}
.ev .ev-bom-buttons .button {
  margin-left: 20px;
}
.ev .ev-title {
  cursor: pointer;
}
.ev .ev-title:hover {
  color: #000000;
}
.mac-os .ev .evComponentsBlock .component-rows {
  padding-right: 0 !important;
}
.search-global-result {
  font-size: 14px;
  padding: 8px;
}
.search-global-result span {
  font-weight: bold;
  color: #050505;
}
.search-global-result .query {
  color: #555555;
}
.search-global-loader {
  position: relative;
}
.search-global-loader .loading {
  padding-top: 50px;
}
.search-result-container {
  background: #fff;
  padding: 35px 10px 0 10px;
  margin-bottom: 25px;
}
.search-result-container:last-child {
  margin-bottom: 0;
}
.search-result-container .news-archive .news-list {
  padding: 20px 0;
}
.search-result-container .news-archive .news-list .icon-bullet {
  margin: 6px 0 0 8px;
}
.search-result-container .sub-block-header {
  display: inline-block;
  vertical-align: middle;
  font-size: 20px;
  padding-bottom: 10px;
  float: none;
}
.search-result-container .sub-block-header div {
  display: inline-block;
  vertical-align: middle;
}
.search-result-container .sub-block-header .results {
  height: 36px;
  font-size: 16px;
  width: 36px;
  border-radius: 18px;
  background: #ebeaef;
  margin-left: 20px;
  text-align: center;
  padding-top: 8px;
}
.search-result-container .sub-block-header .button {
  font-size: 14px;
}
.search-result-container .sub-block-header .button .arrow-right-icon {
  margin-right: 6px;
}
.search-result-container .items-list {
  border-top: 1px solid #DDD;
}
.search-result-container .product-element {
  display: inline-block;
  float: none;
}
.search-result-container .button {
  padding: 4px 10px 6px 10px;
}
.search-result-container .global-search-page:first-child .component-row {
  border-top: 1px solid transparent !important;
}
.search-result-container .global-search-page:first-child .tool-demi-row {
  border-top: 1px solid transparent !important;
}
.search-result-container .global-search-page .tool-demi-row {
  border-top: 1px solid #ececec !important;
}
.news-popup .content {
  margin-right: -10px;
  padding-right: 10px;
  font-family: 'Open Sans', arial, sans-serif;
  height: auto !important;
  overflow: auto !important;
  max-height: 450px !important;
  line-height: 18px;
}
.news-popup .date {
  font-family: 'Open Sans', arial, sans-serif;
}
.news-popup .title {
  color: #555555;
}
.news {
  font-family: 'Open Sans', arial, sans-serif;
}
.news a {
  text-decoration: underline;
}
.news .news-image-preview {
  height: 220px;
  width: 100%;
  display: table-cell;
  vertical-align: middle;
}
.news .news-image-preview-wrapper {
  width: 100%;
  height: 220px;
  display: table;
}
.news .flash-news-block {
  padding-bottom: 10px;
  height: 220px;
}
@media screen and (max-width: 1078px) {
  .news .flash-news-block {
    height: auto;
    border-bottom: 1px solid #ebeaef;
    margin-bottom: 30px;
  }
  .news .flash-news-block:last-child {
    border: 0;
    margin-bottom: 0;
  }
}
.news .flash-news-body {
  min-height: 205px;
}
.news .flash-news-body .document-icon {
  cursor: auto;
}
.news .flash-news-body .title {
  color: #000000;
}
.news .flash-news-body .more {
  color: #000000;
}
.news .h2,
.news h2 {
  color: #000000;
  font-weight: 100;
  margin: 15px 0 15px 0;
}
.news .news-image {
  padding-right: 30px;
  text-align: center;
}
.news img {
  max-width: 100%;
  max-height: 100%;
}
.news .date {
  color: #808080;
  font-size: 13px;
}
.news .title {
  font-size: 16px;
  text-transform: uppercase;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding: 15px 0;
  font-family: 'Open Sans', arial, sans-serif;
}
.news .content {
  color: #808080;
  font-size: 13px;
  max-height: 87px;
  min-height: 87px;
  overflow: hidden;
}
.news .content p {
  margin: 0;
}
.news .more {
  font-size: 16px;
  text-transform: uppercase;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding: 15px 0;
  font-family: 'Open Sans', arial, sans-serif;
  font-size: 14px;
  cursor: pointer;
  position: absolute;
  bottom: -20px;
}
.news .more i {
  margin-left: 6px;
}
.news .all-news-button {
  position: absolute;
  right: 15px;
  bottom: 15px;
}
.news .news-subtitle {
  color: #000000;
  font-weight: 100;
  margin: 15px 0 15px 0;
  text-transform: uppercase;
  font-size: 14px;
  padding: 20px 0;
}
.news .related-file {
  border-top: 1px solid #f3f3f5;
  padding: 11px 0;
  cursor: pointer;
}
.news .related-file .file-title {
  font-size: 13px;
  color: #454545;
  padding-left: 5px;
  font-family: 'Open Sans', arial, sans-serif;
}
.news .related-file .file-size {
  text-align: right;
}
.news .related-file .file-icon {
  color: #555555;
  padding-right: 5px;
  text-align: right;
  margin-top: 1px;
}
.news .related-file .file-icon .icon-pdf {
  font-size: 16px;
  height: 16px;
  color: #000000;
}
.news .related-file .file-icon .icon-excel {
  color: #62a973;
  font-size: 14px;
  height: 14px;
}
.news .related-file .file-icon .icon-word {
  color: #76a0ce;
  font-size: 13px;
  height: 13px;
}
.news .related-file .file-icon .icon-video {
  font-size: 16px;
  height: 16px;
  margin-top: 0;
}
.news .related-file .date {
  padding-left: 5px;
  color: #a7a7a7;
}
.news .related-file .date,
.news .related-file .file-title,
.news .related-file .file-size {
  vertical-align: top;
  display: inline-block;
  font-size: 13px !important;
}
.news .related-file .document-icon,
.news .related-file .pdf-icon,
.news .related-file .word-icon,
.news .related-file .excel-icon {
  float: right;
  position: relative;
}
.news .news-new-icon {
  position: absolute;
  top: -15px;
  right: 0;
}
.news .document-icon {
  position: absolute;
  top: -11px;
  right: 44px;
}
@media screen and (max-width: 890px) {
  .news img {
    max-height: 250px;
  }
}
.flash-news {
  margin-top: 10px;
  background: #fff;
  padding: 0 20px 10px;
  min-height: 83px;
  font-family: 'Open Sans', arial, sans-serif;
}
.flash-news h2 {
  font-size: 20px;
}
.flash-news-nonews {
  background: transparent;
}
.flash-news-nonews h2 {
  display: none;
}
.flash-news a {
  text-decoration: underline;
}
.flash-news .news-image-preview {
  height: 220px;
  width: 100%;
  display: table-cell;
  vertical-align: middle;
}
.flash-news .news-image-preview-wrapper {
  width: 100%;
  height: 220px;
  display: table;
}
.flash-news .flash-news-block {
  padding-bottom: 10px;
  height: 220px;
}
@media screen and (max-width: 1078px) {
  .flash-news .flash-news-block {
    height: auto;
    border-bottom: 1px solid #ebeaef;
    margin-bottom: 30px;
  }
  .flash-news .flash-news-block:last-child {
    border: 0;
    margin-bottom: 0;
  }
}
.flash-news .flash-news-body {
  min-height: 205px;
}
.flash-news .flash-news-body .document-icon {
  cursor: auto;
}
.flash-news .flash-news-body .title {
  color: #000000;
}
.flash-news .flash-news-body .more {
  color: #000000;
}
.flash-news .h2,
.flash-news h2 {
  color: #000000;
  font-weight: 100;
  margin: 15px 0 15px 0;
}
.flash-news .news-image {
  padding-right: 30px;
  text-align: center;
}
.flash-news img {
  max-width: 100%;
  max-height: 100%;
}
.flash-news .date {
  color: #808080;
  font-size: 13px;
}
.flash-news .title {
  font-size: 16px;
  text-transform: uppercase;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding: 15px 0;
  font-family: 'Open Sans', arial, sans-serif;
}
.flash-news .content {
  color: #808080;
  font-size: 13px;
  max-height: 87px;
  min-height: 87px;
  overflow: hidden;
}
.flash-news .content p {
  margin: 0;
}
.flash-news .more {
  font-size: 16px;
  text-transform: uppercase;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding: 15px 0;
  font-family: 'Open Sans', arial, sans-serif;
  font-size: 14px;
  cursor: pointer;
  position: absolute;
  bottom: -20px;
}
.flash-news .more i {
  margin-left: 6px;
}
.flash-news .all-news-button {
  position: absolute;
  right: 15px;
  bottom: 15px;
}
.flash-news .news-subtitle {
  color: #000000;
  font-weight: 100;
  margin: 15px 0 15px 0;
  text-transform: uppercase;
  font-size: 14px;
  padding: 20px 0;
}
.flash-news .related-file {
  border-top: 1px solid #f3f3f5;
  padding: 11px 0;
  cursor: pointer;
}
.flash-news .related-file .file-title {
  font-size: 13px;
  color: #454545;
  padding-left: 5px;
  font-family: 'Open Sans', arial, sans-serif;
}
.flash-news .related-file .file-size {
  text-align: right;
}
.flash-news .related-file .file-icon {
  color: #555555;
  padding-right: 5px;
  text-align: right;
  margin-top: 1px;
}
.flash-news .related-file .file-icon .icon-pdf {
  font-size: 16px;
  height: 16px;
  color: #000000;
}
.flash-news .related-file .file-icon .icon-excel {
  color: #62a973;
  font-size: 14px;
  height: 14px;
}
.flash-news .related-file .file-icon .icon-word {
  color: #76a0ce;
  font-size: 13px;
  height: 13px;
}
.flash-news .related-file .file-icon .icon-video {
  font-size: 16px;
  height: 16px;
  margin-top: 0;
}
.flash-news .related-file .date {
  padding-left: 5px;
  color: #a7a7a7;
}
.flash-news .related-file .date,
.flash-news .related-file .file-title,
.flash-news .related-file .file-size {
  vertical-align: top;
  display: inline-block;
  font-size: 13px !important;
}
.flash-news .related-file .document-icon,
.flash-news .related-file .pdf-icon,
.flash-news .related-file .word-icon,
.flash-news .related-file .excel-icon {
  float: right;
  position: relative;
}
.flash-news .news-new-icon {
  position: absolute;
  top: -15px;
  right: 0;
}
.flash-news .document-icon {
  position: absolute;
  top: -11px;
  right: 44px;
}
@media screen and (max-width: 890px) {
  .flash-news img {
    max-height: 250px;
  }
}
.flash-news .container {
  font-size: 12px;
}
.flash-news .icon-document {
  position: absolute;
  top: -11px;
  right: 44px;
  font-size: 18px;
}
.documents {
  background: #fff;
  padding: 20px;
}
.document {
  border-bottom: 1px solid #ebeaef;
  padding: 12px 5px 4px 0;
}
.document .sub-title a {
  font-size: 13px;
  font-weight: normal;
  text-transform: normal;
  color: #000000;
  line-height: 32px;
}
.document .sub-title a:hover {
  color: black;
}
.document .icon-pdf {
  color: #c60429;
  font-size: 16px;
  margin-right: 7px;
}
.document .icon-excel {
  color: #62a973;
  font-size: 14px;
  margin-right: 7px;
}
.document .icon-word {
  color: #76a0ce;
  font-size: 13px;
  margin-right: 7px;
}
.document .icon-video {
  color: #555555;
  margin-right: 7px;
}
.document .chapter-name {
  color: #454545;
}
.document .date-label {
  color: #a7a7a7;
}
.news-image-in-list {
  max-height: 120px !important;
}
.news-archive .news-category-wrapper {
  padding-right: 20px;
}
.news-archive .news-category-wrapper .new-category {
  position: relative;
  background: #fff;
  padding: 10px 20px 0 0;
  text-transform: uppercase;
  box-shadow: 4px -1px 4px -2px rgba(230, 230, 230, 0.7);
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
}
.news-archive .news-category-wrapper .new-category .unread-news-button {
  position: absolute;
  right: 20px;
  top: 23px;
  z-index: 1;
  cursor: pointer;
  color: #454545;
  font-size: 12px;
}
.news-archive .news-category-wrapper .new-category .unread-news-button > * {
  display: inline-block;
  vertical-align: top;
  line-height: 16px;
}
.news-archive .news-category-wrapper .new-category .unread-news-button:hover {
  color: #000000;
}
.news-archive .news-category-wrapper .new-category .unread-news-button.activated {
  color: #000000;
}
.news-archive .news-category-wrapper .new-category .main-category {
  padding: 7px 0 !important;
}
.news-archive .news-category-wrapper .new-category .main-category.title-container {
  padding-top: 16px !important;
  padding-bottom: 22px !important;
}
.news-archive .news-category-wrapper .new-category .main-category.title-container .title {
  font-size: 14px;
  display: inline-block;
  cursor: pointer;
  font-family: 'Open Sans', arial, sans-serif;
  color: #555555;
}
.news-archive .news-category-wrapper .new-category .main-category.title-container .title:hover {
  color: #000000;
}
.news-archive .news-category-wrapper .new-category .main-category.title-container .title-unread {
  display: inline-block;
  padding-right: 5px;
}
.news-archive .news-category-wrapper .new-category .main-category.title-container .title-unread div {
  cursor: pointer;
  display: inline-block;
  font-size: 12px;
  vertical-align: top;
  color: #454545;
  padding-top: 3px;
}
.news-archive .news-category-wrapper .new-category .main-category.title-container .title-unread .icon-bullet {
  color: #808080;
  font-size: 5px;
  margin: 5px 0 0 2px;
}
.news-archive .news-category-wrapper .new-category .main-category.title-container .title-unread.unread-on div {
  color: #000000;
}
.news-archive .news-category-wrapper .new-category .main-category.title-container .title-unread:hover div {
  color: #000000;
}
.news-archive .news-category-wrapper .new-category .main-category.title-container .title-unread:hover .icon-bullet {
  color: #000000;
}
.news-archive .news-category-wrapper .new-category .icon-cross {
  cursor: pointer;
  color: #808080;
  display: inline-block;
  font-size: 14px;
  vertical-align: top;
  position: absolute;
  right: 0;
  top: 11px;
  z-index: 6;
}
.news-archive .news-category-wrapper .new-category .flash-news-search {
  height: 40px;
  border-top: 1px solid #ebeaef;
  border-bottom: 1px solid #ebeaef;
  position: relative;
}
.news-archive .news-category-wrapper .new-category .flash-news-search form {
  height: 100%;
}
.news-archive .news-category-wrapper .new-category .flash-news-search input {
  height: 100%;
  width: 100%;
  border: 0;
  cursor: text;
}
.news-archive .news-category-wrapper .new-category .flash-news-search input:-webkit-autofill {
  background: white;
}
.news-archive .news-category-wrapper .new-category .flash-news-search .input-placeholder {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  padding-right: 25px;
  cursor: text;
  height: 1px;
}
.news-archive .news-category-wrapper .new-category .flash-news-search .input-placeholder .label-placeholder {
  width: 45%;
  color: #808080;
  display: inline-block;
  vertical-align: top;
  position: relative;
  margin-top: 9px;
  text-transform: uppercase;
  transition: width 0.5s;
  -webkit-transition: width 0.5s;
  -o-transition: width 0.5s;
  -moz-transition: width 0.5s;
  padding-left: 25px;
}
.news-archive .news-category-wrapper .new-category .flash-news-search .input-placeholder .label-placeholder label {
  font-size: 12px;
  color: #a7a7a7;
}
.news-archive .news-category-wrapper .new-category .flash-news-search .input-placeholder .icon-search {
  color: #808080;
  display: inline-block;
  font-size: 16px;
  vertical-align: top;
  position: absolute;
  right: -25px;
  top: 2px;
  transition: right 0.4s;
  -webkit-transition: right 0.4s;
  -o-transition: right 0.4s;
  -moz-transition: right 0.4s;
}
.news-archive .news-category-wrapper .new-category .flash-news-search .input-placeholder.focused .label-placeholder {
  width: 100%;
  background: red;
}
.news-archive .news-category-wrapper .new-category .flash-news-search .input-placeholder.focused .icon-search {
  cursor: pointer;
  color: #808080;
  right: 0;
}
.news-archive .news-category-wrapper .new-category .category-active {
  color: #000000 !important;
}
.news-archive .news-category-wrapper .new-category .small-icon-wrapper {
  background: #ebeaef;
  width: 17px;
  height: 17px;
  display: inline-block;
}
.news-archive .news-category-wrapper .new-category .category-name {
  display: inline-block;
}
.news-archive .news-category-wrapper .new-category .sub-category,
.news-archive .news-category-wrapper .new-category .main-category {
  padding: 5px 5px 5px 30px;
}
.news-archive .news-category-wrapper .new-category .sub-category .news-bullet,
.news-archive .news-category-wrapper .new-category .main-category .news-bullet {
  display: inline-block;
  vertical-align: middle;
  background: #585858;
  width: 3px;
  height: 3px;
  border-radius: 3px;
  margin-left: 13px;
}
.news-archive .news-category-wrapper .new-category .sub-category .sub-category-name,
.news-archive .news-category-wrapper .new-category .main-category .sub-category-name {
  display: inline-block;
  vertical-align: middle;
}
.news-archive .news-category-wrapper .new-category .sub-category-active .news-bullet,
.news-archive .news-category-wrapper .new-category .main-category-active .news-bullet {
  background-color: #000000;
}
.news-archive .news-category-wrapper .new-category .sub-category-active .sub-category-name,
.news-archive .news-category-wrapper .new-category .main-category-active .sub-category-name {
  color: #000000;
}
.news-archive .news-category-wrapper .new-category .sub-category {
  cursor: pointer;
  padding: 5px 0 5px 20px;
}
.news-archive .news-category-wrapper .new-category .sub-category .news-bullet {
  position: absolute;
  top: 12px;
  left: 16px;
}
@media screen and (max-width: 890px) {
  .news-archive .news-category-wrapper .new-category {
    padding-right: 10px;
    box-shadow: 0px 4px 4px -2px rgba(230, 230, 230, 0.7);
    position: relative;
    z-index: 1;
  }
}
@media screen and (max-width: 890px) {
  .news-archive .news-category-wrapper {
    height: 100% !important;
  }
}
.news-archive .news-list {
  background: #fff;
  padding: 20px 30px;
}
.news-archive .news-list .news-list-row {
  padding: 10px 0;
  border-bottom: 1px solid #ebeaef;
  cursor: pointer;
}
.news-archive .news-list .news-list-row .image-preview {
  text-align: center;
}
.news-archive .news-list .news-list-row img {
  max-width: 100%;
  max-height: 140px;
  cursor: zoom-in !important;
}
.news-archive .news-list .news-list-row .date {
  color: #808080;
}
.news-archive .news-list .news-list-row .title {
  margin: 7px 0 10px 0;
  color: #000000;
}
.interactive-ccp-policy {
  padding: 20px 0 12px;
  text-align: center;
  display: flex;
  justify-content: center;
  background-color: #000000;
  color: #fff;
  cursor: pointer;
}
.interactive-ccp-policy .picto {
  font-size: 20px;
  margin: 0 10px 0;
}
.interactive-ccp-policy .ccp-label {
  text-align: center;
}
.interactive-ccp-policy .ccp-label span {
  border-bottom: 1px solid #fff;
}
.bullet-block {
  text-align: center;
  height: 32px;
}
.bullet-block .bullet {
  display: inline-block;
  margin: 0 3px;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background: #DDD;
}
.bullet-block .bullet-active {
  background: #000000;
}
.order-row {
  padding: 15px 0;
}
.order-row:first-child {
  padding-left: 10px;
}
.order-row:last-child {
  padding-right: 10px;
}
.order-row .type-label > * {
  vertical-align: top;
}
.order-row .type-label .url-icon {
  display: inline-block;
  height: 14px;
  width: 22px;
  font-size: 14px;
  color: #DADADA;
}
.order-row .title {
  margin: 0 !important;
  height: 30px;
  font-weight: bold;
}
.order-row:hover,
.order-row.highlight {
  background: #ebeaef;
}
.order-row:hover .type-label .url-icon,
.order-row.highlight .type-label .url-icon {
  color: #000000;
}
.order-row .ok-icon,
.order-row .clock-icon,
.order-row .status {
  display: inline-block;
  vertical-align: middle;
}
.order-row .status {
  padding-left: 10px;
  padding-top: 5px;
}
.order-details .order-details-header .icon {
  display: inline-block;
  vertical-align: top;
  height: 35px;
  line-height: 40px;
  font-size: 18px;
  color: #585858;
  margin-right: 7px;
}
.order-details .order-details-header .icon.dynamic {
  cursor: pointer;
}
.order-details .order-details-header .icon.dynamic:hover {
  color: #000000;
}
.order-details .icons-container {
  position: relative;
  top: 1px;
  display: inline-block;
  float: right;
}
.order-details .icons-container .icon {
  display: inline-block;
  vertical-align: top;
  font-size: 18px;
  color: #585858;
  margin-left: 15px;
}
.order-details .icons-container .icon.dynamic {
  cursor: pointer;
}
.order-details .icons-container .icon.dynamic:hover {
  color: #000000;
}
.order-details .icons-container .icon.active {
  color: #000000;
}
.order-details .title {
  font-size: 22px;
  font-weight: 300;
}
.order-details .linked-with {
  margin-bottom: 20px;
}
.order-details .linked-with .linked-with-icon {
  position: relative;
  top: 1px;
  display: inline-block;
  height: 14px;
  width: 22px;
  font-size: 14px;
  color: #808080;
}
.order-details .linked-with .linked-with-label {
  padding-right: 5px;
}
.order-details .linked-with .linked-with-name {
  cursor: pointer;
  color: #000000;
}
.order-details .order-download-pdf {
  padding-top: 9px;
  font-size: 16px;
  cursor: pointer;
}
.order-details .title,
.order-details .edit-icon,
.order-details .delete-icon,
.order-details .disket-icon,
.order-details .comment-icon,
.order-details .comment-color-icon,
.order-details .delete-small-icon,
.order-details .qty-label,
.order-details .total-price,
.order-details .save-status {
  display: inline-block;
}
.order-details .title,
.order-details .edit-icon,
.order-details .disket-icon,
.order-details .delete-icon,
.order-details .save-status {
  margin-right: 15px;
  vertical-align: middle;
}
.order-details .save-status {
  vertical-align: top;
}
.order-details .disket-icon {
  margin-right: 5px;
}
.order-details .comment-icon,
.order-details .delete-small-icon {
  margin-left: 10px;
}
.order-details .sub-title {
  color: #000000;
}
.order-details .sub-title,
.order-details .total-price {
  font-weight: normal;
}
.order-details .total-price {
  color: #555555;
  font-weight: bold;
}
.order-details .qty-label {
  padding-right: 5px;
}
.order-details .qty {
  border: none;
  background: #ebeaef;
  width: 50px;
  height: 30px;
  text-align: center;
  padding: 5px;
}
.order-details .items-container {
  max-height: 1230px;
  overflow: auto;
}
.order-details .items-container::-webkit-scrollbar {
  width: 4px;
}
.order-details .items-container::-webkit-scrollbar-track {
  background: #808080;
}
.order-details .items-container::-webkit-scrollbar-thumb {
  background: #585858;
  width: 4px;
}
.order-details .items-container .item-row {
  padding: 5px 0 10px;
  margin-bottom: 20px;
}
.order-details .items-container .item-row.bottomBordered {
  border-bottom: 1px solid #ebeaef;
}
.order-details .serial-number,
.order-details .mistake-description {
  margin-top: 10px;
  display: flex;
  flex-direction: column;
  position: relative;
}
.order-details .serial-number .serial-error,
.order-details .mistake-description .serial-error {
  font-size: 10px;
  font-style: italic;
  font-weight: 400;
  line-height: 14px;
  text-align: left;
  color: #C40D2E;
  position: relative;
  bottom: 10px;
}
.order-details .serial-number .icn-sw-warning-20:before,
.order-details .mistake-description .icn-sw-warning-20:before {
  position: absolute;
  left: 200px;
  top: 25px;
  color: #C40D2E;
}
.order-details .serial-number .label,
.order-details .mistake-description .label,
.order-details .serial-number .value,
.order-details .mistake-description .value {
  font-size: 12px;
  font-style: italic;
  font-weight: 400;
  line-height: 14px;
  color: #adadad;
  height: auto;
}
.order-details .serial-number .label.valid,
.order-details .mistake-description .label.valid,
.order-details .serial-number .value.valid,
.order-details .mistake-description .value.valid {
  color: #585858;
}
.order-details .serial-number .value,
.order-details .mistake-description .value {
  color: #555555;
  margin-left: 2px;
}
.order-details .serial-number .warranty-input input,
.order-details .mistake-description .warranty-input input {
  align-self: stretch;
  background: #F3F3F5;
  width: 218px;
  margin-bottom: 10px;
  color: #555555;
  font-size: 12px;
  padding: 2px 0 2px 10px;
  font-style: italic;
}
.order-details .serial-number .warranty-input textarea,
.order-details .mistake-description .warranty-input textarea {
  width: 218px;
  background: #F3F3F5;
  font-size: 14px;
  font-style: italic;
  font-weight: 400;
  line-height: 14px;
  color: #555555;
  padding: 10px;
}
.order-details .serial-number .warranty-input.empty input,
.order-details .mistake-description .warranty-input.empty input,
.order-details .serial-number .warranty-input.empty textarea,
.order-details .mistake-description .warranty-input.empty textarea {
  border: 0.5px solid #C40D2E;
}
.order-details .serial-number .warranty-input.error input,
.order-details .mistake-description .warranty-input.error input {
  color: #000;
}
.order-details .serial-number .serial-date-input,
.order-details .mistake-description .serial-date-input {
  margin-top: 10px;
}
.order-details .serial-number .serial-date-input .icon-calendar,
.order-details .mistake-description .serial-date-input .icon-calendar {
  left: 198px;
  right: auto !important;
  bottom: 0 !important;
}
.order-details .serial-number .serial-date-input .icon-calendar:before,
.order-details .mistake-description .serial-date-input .icon-calendar:before {
  font-size: 14px;
}
.order-details .add-reference {
  text-align: left;
  padding: 7px;
  height: 30px;
  font-style: normal;
  color: #585858;
  background: #ebeaef;
}
.order-details .add-reference-input {
  width: 100%;
  border: none;
  text-align: left;
  padding: 7px;
  height: 30px;
  font-style: normal;
  color: #585858;
  background: white;
  border: 1px solid #ebeaef;
  background: #ececec;
}
.order-details .icon-plus-container {
  width: 30px;
  height: 30px;
  background: #000000;
  text-align: center;
  display: inline-block;
}
.order-details .icon-plus-container .icon-plus-thin {
  margin-top: 5px;
  display: inline-block;
  color: white;
  font-size: 19px;
}
.order-details .icon-plus-container:hover {
  background: black;
}
.order-details .qty-container {
  padding: 0 15px;
}
@media screen and (min-width: 890px) {
  .order-details .qty-container {
    width: 7%;
  }
}
.order-details .label {
  height: 22px;
  padding-bottom: 5px;
}
@media screen and (min-width: 890px) {
  .order-details .comment-container {
    width: 72%;
  }
}
@media screen and (max-width: 890px) {
  .order-details .comment-container {
    margin-top: 10px;
  }
}
@media screen and (min-width: 890px) {
  .order-details .reference-container {
    width: 17%;
  }
}
.order-details .plus-div {
  cursor: pointer;
  padding-top: 22px;
  padding-left: 10px;
  text-align: right;
}
@media screen and (min-width: 890px) {
  .order-details .plus-div {
    width: 4%;
  }
}
@media screen and (max-width: 890px) {
  .order-details .plus-div {
    margin-top: 10px;
    padding-right: 15px;
  }
}
.order-details .arrow-right-icon {
  position: absolute;
  top: 9px;
  left: 230px;
}
.order-details .special-info-color-icon {
  display: inline-block;
}
.order-details .info-color-icon {
  display: inline-block;
}
.order-details .save-draft-color {
  background: #000000;
}
.order-details .order-top-button {
  color: #454545;
}
.order-details .order-top-button .order-top-button-container {
  cursor: pointer;
  height: 39px;
}
.order-details .order-top-button .order-top-button-container:hover .icon-list-2 {
  color: #000000;
}
.order-details .order-top-button .order-top-button-container:hover .icon-duplicate {
  color: #000000;
}
.order-details .order-top-button .order-top-button-container:hover .icon-plus {
  color: #000000;
}
.order-details .order-top-button div {
  display: inline-block;
  vertical-align: top;
}
.order-details .order-top-button .order-button-label {
  font-size: 12px;
  padding: 12px 5px 0 9px;
}
.order-details .order-top-button .icon-list-2 {
  font-size: 16px;
  padding-top: 11px;
}
.order-details .order-top-button .icon-duplicate {
  font-size: 16px;
  padding-top: 10px;
}
.order-details .order-top-button .icon-plus {
  font-size: 16px;
  padding-top: 11px;
}
.list-elements {
  position: absolute;
  background: #fff;
  min-width: 100%;
  z-index: 10;
}
.list-elements .list-element {
  padding: 5px;
  cursor: default;
  color: #707070 !important;
}
.list-elements .list-element:hover {
  background: #f9f9f9;
}
.order-details-popup .title {
  font-size: 16px;
  text-transform: uppercase;
  margin-bottom: 15px;
}
.order-details-popup .ref {
  color: #808080;
  margin-bottom: 10px;
}
.order-details-popup .oldRef {
  color: #808080;
}
.order-details-popup textarea {
  width: 100%;
  border: none;
  padding: 10px;
  background: #ebeaef;
  height: 120px;
}
.order-details-popup input[type=text] {
  width: 100%;
  border: none;
  background: #ebeaef;
  padding: 5px;
}
.order-details-popup .button {
  margin-top: 15px;
  min-width: 100px;
}
.order-details-popup .message {
  margin: 40px 0 20px;
  color: #454545;
  font-weight: 100;
}
.order-checkbox-container {
  margin: 5px 0;
}
.order-checkbox-container .order-checkbox {
  cursor: pointer;
  display: inline-block;
  height: 27px;
  width: 27px;
  border: 1px solid #808080;
  text-align: center;
  vertical-align: top;
}
.order-checkbox-container .order-checkbox .icon-check {
  font-size: 18px;
  color: black;
  display: inline-block;
  height: 18px;
  vertical-align: top;
  margin-top: 4px;
}
.order-checkbox-container .order-checkbox.training {
  cursor: default;
  background-color: #979797;
  border: 1px solid rgba(55, 55, 55, 0.5);
}
.order-checkbox-container .order-checkbox.training .icon-check {
  color: rgba(0, 0, 0, 0.5);
}
.order-checkbox-container .order-checkbox-label {
  display: inline-block;
  padding: 5px 45px 0 10px;
  vertical-align: top;
}
.pre-footer-message {
  font-size: 12px;
  color: #808080;
  padding: 30px 10px 10px 10px;
  font-style: italic;
}
.footer {
  padding: 10px;
}
.footer .text {
  font-family: 'Open Sans', arial, sans-serif;
  display: inline-block;
  font-size: 13px;
  color: #808080;
  cursor: pointer;
  padding: 0;
  vertical-align: middle;
  text-transform: uppercase;
}
.footer .arrow-up-icon {
  display: inline-block;
}
.footer .brand-selection {
  padding: 10px 20px 10px 0;
}
.footer .brand-selection-icon-container {
  display: inline-block;
  padding: 8px 2px 10px 0;
  vertical-align: middle;
}
.footer .brand-selection-icon {
  vertical-align: middle;
}
.footer .gototop-right {
  padding-top: 10px;
  display: none;
  float: right;
}
.footer .gototop-right .icon-arrow-top {
  cursor: pointer;
  font-size: 10px;
  display: inline-block;
  color: #000000;
  vertical-align: top;
  margin: 5px 0 0 5px;
}
.footer .login-cis-access {
  padding: 10px 20px 10px 10px;
  display: inline-block;
  visibility: visible;
}
.footer .login-cis-access .icon-external-link {
  margin: 4px 2px 2px 2px;
  font-size: 14px;
}
.go-back-button-vertical-align {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #DDD;
  padding-top: 10px;
  padding-bottom: 10px;
}
.go-back-button-vertical-align .go-back .text-back {
  vertical-align: initial;
}
.go-back-button-vertical-align .export-icons-container {
  text-align: right;
  padding-right: 19px;
}
.go-back-button-vertical-align .export-icons-container .export-icons {
  display: flex;
}
.go-back-button-vertical-align .export-icons-container .export-icons > * {
  display: inline-block;
  vertical-align: top;
  cursor: pointer;
  font-size: 16px;
  color: #585858;
  margin-left: 15px;
  height: 10px;
}
.go-back-button-vertical-align .export-icons-container .export-icons > *:hover {
  color: #000000;
}
.brand-selector .brand-selector-element {
  text-align: center;
}
.brand-selector .brand-selector-element img {
  width: 300px;
  height: 118px;
  cursor: pointer;
}
@media screen and (max-width: 890px) {
  .brand-selector .brand-selector-element img {
    width: 225px;
    height: 89px;
  }
}
.popup-wrapper {
  display: inline-block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  overflow: auto;
  text-align: center;
}
.popup-wrapper .under-overlay {
  background: rgba(0, 0, 0, 0.35);
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
}
.popup-wrapper .popup {
  box-shadow: 0 0 5px #585858;
  border-radius: 3px;
  margin: 150px auto;
  margin-top: 7vh;
  margin-bottom: 7vh;
  background: #fff;
  position: relative;
  display: inline-block;
  padding: 0 0 20px 0;
  text-align: left;
  float: none !important;
  transition: margin-top 0.25s;
  -webkit-transition: margin-top 0.25s;
  -o-transition: margin-top 0.25s;
  -moz-transition: margin-top 0.25s;
}
.popup-wrapper .popup .popup-title {
  padding: 15px 60px 16px 20px;
  border-bottom: 1px solid #f3f3f5;
}
.popup-wrapper .popup .popup-title h3 {
  color: #000000;
  font-weight: 100;
  margin: 0;
}
.popup-wrapper .popup .popup-content {
  padding: 20px 20px 10px 20px;
}
.popup-wrapper .popup .popup-content .popup-image {
  max-height: 285px;
  max-width: 300px;
}
.popup-wrapper .popup .popup-content .popup-image img {
  max-height: 100%;
  max-width: 100%;
}
.popup-wrapper .popup .popup-content .name-label {
  font-size: 16px;
  color: black;
  padding: 10px 0;
}
.popup-wrapper .popup .popup-content .ref-label {
  display: inline-block;
  color: #454545;
}
.popup-wrapper .popup .popup-content .eanref-label {
  display: inline-block;
  color: #808080;
  padding-bottom: 10px;
}
.popup-wrapper .popup .popup-content .info-label {
  display: inline-block;
  color: #808080;
  padding-top: 4px;
}
.popup-wrapper .popup .popup-content .use-with-container {
  background-color: #f3f3f5;
}
.popup-wrapper .popup .popup-content .use-with-container.with-padding {
  padding-bottom: 15px;
}
.popup-wrapper .popup .popup-content .use-with-container .use-with-title-container {
  cursor: pointer;
}
.popup-wrapper .popup .popup-content .use-with-container .use-with-title-container .icon-arrow-double-right {
  color: black;
  display: inline-block;
  font-size: 12px;
  height: 12px;
  vertical-align: top;
  margin: 16px 0 0 14px;
  -webkit-transition: -webkit-transform 0.25s;
  -ms-transition: -ms-transform 0.25s;
  -o-transition: -o-transform 0.25s;
  transition: transform 0.25s;
}
.popup-wrapper .popup .popup-content .use-with-container .use-with-title-container .icon-arrow-double-right.bottom-icon {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.popup-wrapper .popup .popup-content .use-with-container .use-with-title-container .use-with-title {
  display: inline-block;
  text-transform: uppercase;
  color: black;
  padding: 11px 0 9px 5px;
  font-size: 16px;
}
.popup-wrapper .popup .popup-content .use-with-container .use-with-title-container:hover {
  color: #000000;
}
.popup-wrapper .popup .popup-content .use-with-container .use-with-link-container {
  padding: 4px 0 4px 15px;
  white-space: nowrap;
  overflow: hidden;
  height: 25px;
}
.popup-wrapper .popup .popup-content .use-with-container .use-with-link-container .use-with-link {
  display: inline-block;
}
.popup-wrapper .popup .popup-content .use-with-container .use-with-link-container .icon-arrow-right {
  font-size: 8px;
  padding-left: 2px;
  display: inline-block;
}
.popup-wrapper .popup .popup-content .use-with-container .use-with-link-container .use-with-link-color {
  width: inherit;
  cursor: pointer;
  color: #000000;
}
.popup-wrapper .popup .popup-content .use-with-container .use-with-link-container .use-with-link-color:hover {
  color: #050505;
}
.popup-wrapper .popup .popup-content .use-with-container .advanced-mode-container {
  border-top: 1px solid #ebeaef;
  background-color: #f3f3f5;
  padding: 20px 20px 5px 20px;
  margin: 20px 0;
  display: inline-block;
  float: none;
}
.popup-wrapper .popup .popup-content .use-with-container .advanced-mode-container .advanced-mode-title {
  text-transform: uppercase;
  text-align: left;
}
.popup-wrapper .popup .popup-content .use-with-container .advanced-mode-container .advanced-mode-button-container {
  text-align: center;
}
.popup-wrapper .popup .popup-content .use-with-container .advanced-mode-container .popup-button {
  margin-top: 20px;
}
.popup-wrapper .popup .popup-content .buttons-container {
  padding-top: 7px;
  text-align: right;
}
.popup-wrapper .popup .popup-content .attributes-list {
  padding: 5px 0;
}
.popup-wrapper .popup .popup-content .attributes-list .attribute {
  padding: 2px 0;
  overflow: hidden;
  white-space: nowrap;
}
.popup-wrapper .popup .popup-content .attributes-list .attribute > * {
  vertical-align: top;
}
.popup-wrapper .popup .popup-content .attributes-list .attribute .label {
  color: #555555;
}
.popup-wrapper .popup .popup-content .attributes-list .attribute .value {
  color: #808080;
}
@media (max-width: 880px) {
  .popup-wrapper .popup .popup-content .attributes-list .attribute {
    max-width: 100%;
  }
}
.popup-wrapper .popup .popup-content .attributes-list::after {
  content: '';
  display: block;
  clear: both;
}
.popup-wrapper .popup .popup-content .popup-price-container {
  padding: 10px 0;
  margin: 15px 0;
  border-bottom: 1px solid #808080;
  border-top: 1px solid #808080;
}
.popup-wrapper .popup .popup-content .popup-price-container .popup-price-first-row {
  display: table;
  width: 100%;
  height: 40px;
}
.popup-wrapper .popup .popup-content .popup-price-container .popup-price-first-row > * {
  display: table-cell;
  height: 100%;
  vertical-align: middle;
  padding: 0 5px;
}
.popup-wrapper .popup .popup-content .popup-price-container .popup-price-first-row > *:first-child {
  text-align: left;
  padding-left: 0;
}
.popup-wrapper .popup .popup-content .popup-price-container .popup-price-first-row > *:last-child {
  text-align: right;
  padding-right: 0;
}
.popup-wrapper .popup .popup-content .popup-price-container .popup-price-first-row .price,
.popup-wrapper .popup .popup-content .popup-price-container .popup-price-first-row utx-cart {
  width: 1px;
}
.popup-wrapper .popup .popup-content .popup-price-container .popup-price-first-row .price {
  white-space: nowrap;
}
.popup-wrapper .popup .popup-content .popup-price-container .popup-price-first-row .price > * {
  display: inline-block;
}
.popup-wrapper .popup .popup-content .popup-price-container .popup-price-first-row .price .price-label {
  color: #808080;
  text-transform: uppercase;
}
.popup-wrapper .popup .popup-content .popup-price-container .popup-price-first-row .price .price-value {
  color: #454545;
}
.popup-wrapper .popup .popup-content .popup-price-container .popup-price-first-row .icons {
  width: 1px;
  text-align: right;
  white-space: nowrap;
}
.popup-wrapper .popup .popup-content .popup-price-container .popup-price-first-row .icons > * {
  display: inline-block;
}
.popup-wrapper .popup .popup-content .popup-price-container .popup-price-first-row .icons .icon-sorted-arrows {
  cursor: pointer;
  font-size: 20px;
  color: #afafaf;
  margin: 6px 10px 0 0;
}
.popup-wrapper .popup .popup-content .popup-price-container .popup-price-first-row .icons .icon-doc-warning {
  cursor: pointer;
  font-size: 30px;
  color: red;
  margin: 5px 10px 0 0;
}
.popup-wrapper .popup .popup-content .popup-price-container .popup-price-first-row .icons .exchange-price-icon {
  font-size: 22px;
  color: #afafaf;
  margin: 5px 10px 0 0;
}
.popup-wrapper .popup .popup-content .popup-price-container .add-to-cart-icons {
  width: 88%;
  vertical-align: top;
  position: relative;
  float: left;
  margin: 0;
  display: inline-block;
}
.popup-wrapper .popup .popup-content .popup-price-container .add-to-cart-icons .popup-price-label {
  display: inline-block;
  color: #808080;
  text-transform: uppercase;
  padding-top: 9px;
}
.popup-wrapper .popup .popup-content .popup-price-container .add-to-cart-icons .popup-price-value {
  display: inline-block;
  color: #454545;
  padding-top: 9px;
}
.popup-wrapper .popup .popup-content .popup-price-container .add-to-cart-icons .icon-sorted-arrows {
  display: inline-block;
  cursor: pointer;
  font-size: 20px;
  color: #d2d2d2;
  margin: 6px 10px 0 0;
  float: right;
}
.popup-wrapper .popup .popup-content .popup-price-container .add-to-cart-icons .icon-doc-warning {
  display: inline-block;
  font-size: 30px;
  color: red;
  margin: 5px 10px 0 0;
  float: right;
  cursor: pointer;
}
.popup-wrapper .popup .popup-content .popup-price-container .add-to-cart-icons .info-message {
  margin-top: 3px;
  margin-bottom: 7px;
}
.popup-wrapper .popup .popup-content .popup-price-container .add-to-cart-template {
  width: 12%;
}
.popup-wrapper .popup .popup-content .popup-price-container .icon-cart-no,
.popup-wrapper .popup .popup-content .popup-price-container .icon-cart-nosspd {
  font-size: 25px;
  height: 25px;
  color: #808080;
}
.popup-wrapper .popup .popup-content .popup-price-container .price-icon-container {
  height: 34px;
  text-align: right;
}
.popup-wrapper .popup .popup-content .popup-price-container .price-icon-container .add-to-cart {
  display: inline-block;
}
.popup-wrapper .popup .popup-content .popup-price-container .price-icon-container .add-to-cart input {
  width: 34px;
  height: 34px;
}
.popup-wrapper .popup .popup-content .popup-price-container .price-icon-container .add-to-cart .cart-white-icon,
.popup-wrapper .popup .popup-content .popup-price-container .price-icon-container .add-to-cart .icon-cart {
  margin: 4px !important;
}
.popup-wrapper .popup .popup-content .popup-price-container .price-icon-container.add-margin-top {
  margin-top: 0px;
}
.popup-wrapper .popup .popup-content .popup-button {
  margin: 8px 0 0 10px;
  display: inline-block;
  background: #000000;
  color: #fff;
  vertical-align: top;
  font-family: 'Open Sans', arial, sans-serif;
  border: none;
  text-align: center;
  cursor: pointer;
  font-weight: normal !important;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  padding: 5px 13px 7px 13px;
  text-transform: uppercase;
}
.popup-wrapper .popup .popup-content .popup-button:hover {
  background: #050505;
  color: #ebeaef;
}
.popup-wrapper .popup .popup-content .popup-button .icon-arrow-right {
  font-size: 8px;
  padding-left: 2px;
  display: inline-block;
}
.popup-wrapper .popup .popup-content .popup-button .button-label {
  display: inline-block;
}
.popup-wrapper .popup .icon-cross {
  position: absolute;
  right: 11px;
  top: 11px;
  font-size: 16px;
  color: #454545;
  cursor: pointer;
}
.popup-wrapper .popup .icon-cross.generic {
  right: 20px;
  top: 19px;
}
.popup-wrapper .popup .icon-print {
  position: absolute;
  right: 42px;
  top: 11px;
  font-size: 18px;
  color: #454545;
  cursor: pointer;
}
.popup-wrapper .popup .icon-print.generic {
  right: 60px;
  top: 18px;
}
.popup-wrapper .popup .icon-favori {
  position: absolute;
  right: 100px;
  top: 18px;
  font-size: 18px;
  color: #454545;
  cursor: pointer;
}
.popup-wrapper .popup .icon-download {
  position: absolute;
  right: 72px;
  top: 11px;
  font-size: 18px;
  color: #454545;
  cursor: pointer;
}
.popup-wrapper .popup .icon-download.generic {
  right: 100px;
  top: 17px;
}
.popup-wrapper .popup .icons-container {
  position: absolute;
  right: 16px;
  top: 16px;
  text-align: right;
}
.popup-wrapper .popup .icons-container .icon-cross,
.popup-wrapper .popup .icons-container .icon-print,
.popup-wrapper .popup .icons-container .icon-favori,
.popup-wrapper .popup .icons-container .icon-download {
  color: #454545;
  cursor: pointer;
  font-size: 18px;
  position: static;
  top: 0;
  right: 0;
}
.popup-wrapper .popup .icons-container > * {
  display: inline-block;
  margin-left: 10px;
}
.popup-wrapper .popup.close-icon-top-18 .icon-cross {
  position: absolute;
  right: 16px;
  top: 16px;
  font-size: 18px;
  color: #454545;
  cursor: pointer;
}
.popup-wrapper .popup .popup-buttons .button {
  margin-bottom: 10px;
}
.popup-wrapper .popup .popup-buttons .button:last-child {
  margin-bottom: 0;
}
.popup-wrapper .popup .popup-image-container {
  position: relative;
}
.popup-wrapper .popup .popup-image-container .popup-image {
  cursor: zoom-in;
}
.popup-wrapper .popup .popup-image-container .icon-arrow-left {
  font-size: 20px;
  height: 20px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  color: #454545;
  cursor: pointer;
}
.popup-wrapper .popup .popup-image-container .icon-arrow-right {
  font-size: 20px;
  height: 20px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  color: #454545;
  cursor: pointer;
}
.popup-wrapper .popup.ccp {
  margin-top: 65.5px;
  position: absolute;
  left: 10.8vw;
}
.popup-wrapper .important-document-container .print-icon-container {
  text-align: center;
}
.popup-wrapper .important-document-container .print-icon-container .icon-warning-big {
  font-size: 60px;
  display: inline-block;
}
.popup-wrapper .important-document-container .doc-label {
  color: #555555;
  margin-bottom: 20px;
}
.popup-wrapper .important-document-container .line-doc {
  cursor: pointer;
  border-bottom: 1px solid #a7a7a7;
}
.popup-wrapper .important-document-container .line-doc .doc-title {
  color: #000000;
  padding: 13px 0;
}
.popup-wrapper .important-document-container .line-doc .icon-pdf,
.popup-wrapper .important-document-container .line-doc .icon-excel,
.popup-wrapper .important-document-container .line-doc .icon-word {
  margin-top: 11px;
}
.popup-wrapper .important-document-container .line-doc .icon-pdf {
  font-size: 18px;
  color: #000000;
}
.popup-wrapper .important-document-container .line-doc .icon-excel {
  color: #62a973;
  font-size: 20px;
}
.popup-wrapper .important-document-container .line-doc .icon-word {
  color: #76a0ce;
  font-size: 20px;
}
.popup-wrapper .important-document-button-container {
  padding: 16px 0 0 0;
  text-align: right;
  text-transform: uppercase;
}
.popup-wrapper .darkPopup {
  background: #242424;
}
.popup-wrapper .darkPopup .popup-close-icon {
  /*filter: brightness(1);
	-webkit-filter: brightness(1);
	-moz-filter: brightness(1);
	-o-filter: brightness(1);
	-ms-filter: brightness(1);*/
}
.popup-wrapper #popupWindowGeneric:after {
  content: '';
  display: block;
  clear: both;
}
.popup-wrapper .component-prices-list {
  padding-top: 7px;
  padding-left: 0;
  padding-right: 0;
  margin-top: 10px;
  border-top: 1px solid #f2f2f2;
}
.popup-wrapper.generic-popup {
  z-index: 1001;
}
.popup-wrapper.popup-controller {
  z-index: 1002;
}
.popup-less-padding .popup-content {
  padding: 20px 25px 10px 25px !important;
}
.popupList {
  max-height: 392px;
  overflow-y: auto;
  margin-top: 30px;
  color: #ebeaef;
  text-transform: uppercase;
}
.popupList::-webkit-scrollbar {
  width: 4px;
}
.popupList::-webkit-scrollbar-button {
  background-color: #585858;
}
.popupList::-webkit-scrollbar-track-piece {
  background-color: #808080;
}
.popupList::-webkit-scrollbar-thumb {
  height: 40px;
  background-color: #585858;
  border-radius: 0;
}
.popupList .popupItemMain {
  cursor: pointer;
  border-top: 1px solid #585858;
}
.popupList .popupItemMain:first-child {
  border: none;
}
.popupList .popupItem {
  padding: 5px;
}
.popupList .popupItem:hover {
  background: #303030;
  color: #fff;
}
.popupList .popupItemSub {
  padding: 5px;
  padding-left: 20px;
}
.popupList .popupItemSub:hover {
  background: #303030;
  color: #fff;
}
.add-to-cart {
  display: inline-block;
  position: relative;
  z-index: 10;
}
.add-to-cart input {
  display: inline-block;
  border: none;
  color: #585858;
  background: #DADADA;
  padding: 0 !important;
  width: 39px;
  height: 40px;
  vertical-align: top;
  text-align: center !important;
  float: left;
  margin-right: 0;
  font-size: 13px;
}
.add-to-cart .button {
  margin: 0;
  vertical-align: top;
  padding: 0;
  float: left;
  background: #000000;
}
.add-to-cart .cart-white-icon,
.add-to-cart .icon-cart,
.add-to-cart .change-white25-icon {
  margin: 7px;
}
.add-to-cart .add-to-cart-message {
  position: absolute;
  right: 0;
  padding: 6px 15px 0 15px;
  text-align: left;
  background: #555555;
  color: #fff;
  height: 40px;
  font-size: 14px;
  white-space: nowrap !important;
}
.add-to-cart-message-popup {
  min-height: 30px;
  width: 400px;
  position: relative;
  display: inline-block;
  background: white;
  border-radius: 3px;
  box-shadow: 0 0 5px #707070;
  -webkit-transition: margin-top 0.25s;
}
.add-to-cart-message-popup .icon-cross {
  cursor: pointer;
  text-align: right;
  padding: 10px 10px 0 0;
}
.add-to-cart-message-popup .message-popup-label {
  padding: 10px 20px 20px 20px;
  text-align: left;
  text-transform: none;
  font-size: 14px;
}
.error-message {
  position: absolute;
  padding: 15px;
  background: #555555;
  color: #fff;
}
.change-password .buttons,
.profile_old .buttons {
  position: absolute;
  bottom: 0;
}
.change-password .left-side,
.profile_old .left-side,
.change-password .right-side,
.profile_old .right-side {
  min-height: 220px;
}
.change-password .left-side,
.profile_old .left-side {
  padding-right: 20px;
  border-right: 1px solid #DDD;
}
.change-password .right-side,
.profile_old .right-side {
  padding-left: 20px;
}
.change-password .right-side .buttons,
.profile_old .right-side .buttons {
  right: 0;
}
.change-password .bottom-side,
.profile_old .bottom-side {
  margin-top: 20px;
  border-top: 1px solid #DDD;
  padding-top: 20px;
}
.change-password .bottom-side .titles,
.profile_old .bottom-side .titles {
  padding-right: 10px;
}
.change-password .bottom-side .datas,
.profile_old .bottom-side .datas {
  color: #808080;
}
.change-password .bottom-side .datas .date,
.profile_old .bottom-side .datas .date {
  color: #000000;
}
.change-password .bottom-side .datas:hover,
.profile_old .bottom-side .datas:hover {
  background: #ebeaef;
}
.change-password .button,
.profile_old .button {
  min-width: 80px;
  margin-top: 5px;
  padding: 7px 10px 8px 10px;
  text-transform: uppercase;
}
.change-password .company-select,
.profile_old .company-select {
  width: 100%;
}
.change-password input[type=password],
.profile_old input[type=password] {
  width: 100%;
  border: none;
  background: #ebeaef;
  padding: 5px;
}
.change-password .error,
.profile_old .error {
  color: red;
}
.change-password .section-title,
.profile_old .section-title {
  text-transform: uppercase;
}
.change-password .parameters .parameter-checkbox-container,
.profile_old .parameters .parameter-checkbox-container {
  margin-left: 10px;
  cursor: pointer;
  display: inline-block;
}
.change-password .parameters .parameter-checkbox-container .parameter-checkbox,
.profile_old .parameters .parameter-checkbox-container .parameter-checkbox {
  display: inline-block;
  height: 14px;
  width: 14px;
  border: 1px solid #808080;
  border-radius: 50%;
  text-align: center;
  vertical-align: top;
  padding: 2px;
  margin-top: 7px;
}
.change-password .parameters .parameter-checkbox-container .parameter-checkbox .valid-checkbox,
.profile_old .parameters .parameter-checkbox-container .parameter-checkbox .valid-checkbox {
  display: inline-block;
  width: 100%;
  height: 100%;
  background: #000000;
  border-radius: 50%;
  vertical-align: top;
}
.change-password .parameters .parameter-checkbox-container .parameter-checkbox .parameter-checkbox-label,
.profile_old .parameters .parameter-checkbox-container .parameter-checkbox .parameter-checkbox-label {
  display: inline-block;
}
.change-password .parameters .parameter-label,
.profile_old .parameters .parameter-label {
  display: inline-block;
  vertical-align: top;
  padding-top: 6px;
}
.change-password .parameters .parameter-label.news,
.profile_old .parameters .parameter-label.news {
  padding-top: 8px;
}
.change-password .parameters .selectBlock,
.profile_old .parameters .selectBlock {
  margin-left: 10px;
  margin-top: 3px;
  display: inline-block;
  width: auto;
  min-width: 300px;
  padding: 6px 0 8px 0 !important;
  height: 31px;
}
.change-password .parameters .selectBlock .arrow-down-icon,
.profile_old .parameters .selectBlock .arrow-down-icon {
  margin: 8px 10px;
}
.change-password .parameters .selectBlock ul,
.profile_old .parameters .selectBlock ul {
  top: 31px;
}
.change-password .parameters .selectBlock ul li,
.profile_old .parameters .selectBlock ul li {
  padding: 7px 10px;
}
.change-password .parameters .selectBlock .selected,
.profile_old .parameters .selectBlock .selected {
  color: #000000;
}
.visible-iphone .help-icon {
  background-position: -125px -231px;
}
.visible-iphone .star-icon {
  background-position: -125px -104px;
}
.visible-iphone .profile-icon {
  background-position: -125px -130px;
}
.visible-iphone .tools-icon {
  background-position: -125px -155px;
}
.visible-iphone .logout-icon {
  background-position: -125px -180px;
}
.visible-iphone .print-icon {
  background-position: -125px -205px;
}
.visible-iphone .language-selector-icon {
  background-position: -75px 0 !important;
}
body.home .home-footer {
  display: block;
}
body.home .search-options-block {
  display: block;
}
body.home .search-options-block-toggle {
  display: none;
}
@media screen and (max-width: 890px) {
  .login .container.wide {
    padding: 0 12px 0 0 !important;
  }
  .login .top-header {
    text-align: left;
    height: auto;
    border-bottom: none;
  }
  .login .top-header .main-logo {
    display: block;
    background: url("/images/balmain/logo_balmain_ok.png") no-repeat;
    background-position: center;
    background-size: contain;
    margin-top: 0;
    width: 150px;
    height: 40px;
    margin-left: 8px;
  }
  .login .top-header .top-menu-element {
    margin-right: 4px !important;
  }
  .login .top-header .spim-button {
    margin-right: 14px !important;
  }
  .login .top-header .top-menu-element-noopacity {
    margin-right: 12px;
  }
  .login .top-header .login-cis-access {
    margin-right: 6px;
    position: relative;
    bottom: 2px;
  }
  .login .language-selector .languages-list-container {
    left: -122px;
  }
  .center-message {
    width: 300px;
    height: 150px;
    left: 50%;
    top: 50%;
    margin-left: -150px;
    margin-top: -75px;
  }
  .center-message .title {
    font-size: 18px;
    margin: 10px 0;
  }
  .center-message .message {
    font-size: 12px;
    margin: 10px 0;
  }
  body {
    background-image: none !important;
  }
  .full-width-wrapper.top-menu-wrapper {
    height: auto;
  }
  .full-width-wrapper.main-menu-wrapper {
    border-top: none;
    height: 0;
  }
  .full-width-wrapper.home-search-wrapper > .container,
  .full-width-wrapper.watch-search-wrapper > .container,
  .full-width-wrapper.components-search-wrapper > .container,
  .full-width-wrapper.document-search-wrapper > .container,
  .full-width-wrapper.tools-search-wrapper > .container,
  .full-width-wrapper.videos-search-wrapper > .container,
  .full-width-wrapper.order-search-wrapper > .container,
  .full-width-wrapper.jewellery-search-wrapper > .container {
    padding-right: 0;
  }
  .content-wrapper {
    padding: 30px 10px !important;
    padding-top: 10px !important;
    margin-top: 0px !important;
  }
  .left-side {
    border: none !important;
  }
  .left-side,
  .right-side {
    padding: 0 !important;
  }
  .top-header {
    text-align: center;
    height: 65px;
    padding: 0;
    border-bottom: 1px solid #DADADA;
    /*.main-logo {
			display: inline-block;
			background: url(@topLogoIPhone) no-repeat;
			background-size: 165px 65px;
			width: 165px;
			height: 65px;
		}*/
  }
  .top-header .search-icon {
    -webkit-filter: contrast(0);
    filter: contrast(0);
  }
  .top-header .search-icon,
  .top-header .menu-trigger-icon {
    display: inline-block;
    margin-top: 20px;
  }
  .top-header .menu-trigger-side,
  .top-header .search-trigger-side {
    height: 65px;
    width: 65px;
    display: inline-block;
  }
  .top-header .main-side-active {
    background: #DADADA;
  }
  .top-header .main-logo {
    display: inline-block;
    background: url("/images/balmain/logo_balmain_ok.png") no-repeat;
    background-position: center;
    background-size: contain;
    margin-top: 11px;
    width: 150px;
    height: 40px;
  }
  .main-menu {
    font-weight: 300;
    height: auto;
  }
  .ng-hide {
    display: none !important;
    visibility: hidden !important;
  }
  .top-main-menu,
  .top-main-menu-cart,
  .main-menu-elements {
    border-bottom: 1px solid rgba(255, 255, 255, 0.25);
  }
  .top-main-menu {
    background: #515151;
    text-align: center;
    padding: 18px 0 15px 0;
  }
  .top-main-menu .star-icon,
  .top-main-menu .profile-icon,
  .top-main-menu .tools-icon,
  .top-main-menu .help-icon,
  .top-main-menu .logout-icon {
    margin: 0 5px;
    display: inline-block;
  }
  .top-main-menu .cart-icon {
    margin: 0 5px;
    display: inline-block;
    vertical-align: middle;
  }
  .top-main-menu .order-number {
    display: inline-block;
    color: #ebeaef;
    vertical-align: middle;
    margin-top: 6px;
  }
  .top-main-menu-cart {
    padding: 18px 0;
  }
  .main-menu-elements {
    background: #3d3d3d;
  }
  .main-menu-elements .main-menu-element {
    padding: 15px 20px;
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
  }
  .main-menu-elements .main-menu-element:hover,
  .main-menu-elements .main-menu-element.active {
    background: #515151;
  }
  .main-menu-language {
    background: #515151;
    padding: 15px 20px;
  }
  .main-menu-language .language-selected {
    font-size: 14px;
    color: #ebeaef;
  }
  .languages {
    padding-top: 10px;
  }
  .languages .language {
    color: #ebeaef;
    padding: 15px;
    text-transform: uppercase;
  }
  .global-search {
    background: #515151;
  }
  .global-search input {
    background: transparent;
    height: 51px;
    padding: 20px;
    border: 0;
    color: #808080;
    width: 100%;
  }
  .global-search .search-icon {
    position: absolute;
    top: 12px;
    right: 20px;
  }
  .pre-footer-message {
    padding: 30px;
  }
  .footer {
    text-align: center;
  }
  .footer .gototop-right {
    float: none;
    padding: 20px;
  }
  .login-wrapper {
    width: 90%;
    left: 5%;
    margin: 0;
    top: 150px;
    bottom: auto;
  }
  .language-selector {
    display: inline-block;
  }
  .language-selector .languages-list {
    top: auto;
    bottom: 8px;
  }
  #newsCategory {
    padding: 0 !important;
    background: red !important;
  }
  #newsList {
    padding-right: 10px;
  }
  #newsList .products-list {
    padding-left: 0;
    padding-right: 0;
  }
  #newsList .news-list {
    padding: 10px 0 !important;
  }
  #newsList .news-list .flash-news-single {
    padding-left: 0;
  }
  .fixeable {
    margin-top: 40px !important;
  }
}
.tos-container {
  width: 100%;
  height: 100%;
  background-image: url('/images/balmain/background/login/bg-1.jpg');
}
.tos-container .tos-button-container {
  padding: 20px 0 10px 0;
  display: flex;
}
.tos-container .tos-button-container .refuse-button {
  cursor: pointer;
  display: inline-block;
  border: 1px solid black;
  padding: 9px 10px 10px;
  vertical-align: top;
  margin-right: 30px;
}
.tos-container .tos-button-container .refuse-button:hover {
  color: black;
}
.tos-container .tos-button-container .accept-button {
  float: right;
}
.tos-container .tos-button-container .button {
  border: 1px solid #000000;
}
.tos-container .tos-button-container .button:hover {
  border: 1px solid black;
}
.tos-container a {
  text-transform: uppercase;
}
.tos-container a:hover {
  text-decoration: underline;
}
.tos-container .doc-download-picto {
  position: relative;
  left: 10px;
  top: 2px;
}
.pt16 {
  padding-top: 16px;
}
.pt25 {
  padding-top: 25px;
}
.pt7 {
  padding-top: 7px;
}
.pt1 {
  padding-top: 1px !important;
}
.mt80 {
  margin-top: 80px !important;
}
.mb80 {
  margin-bottom: 80px !important;
}
.mt11 {
  margin-top: 11px !important;
}
.mb7 {
  margin-bottom: 7px !important;
}
.pb8 {
  padding-bottom: 8px !important;
}
.mt7 {
  margin-top: 7px;
}
@media screen and (max-width: 890px) {
  .pt2-iphone {
    padding-top: 2px;
  }
  .iphone-component-height {
    height: auto !important;
  }
}
.pr7 {
  padding-right: 7px;
}
.ptb30 {
  padding: 30px 0;
}
.mt1 {
  margin-top: 1px;
}
.mt2 {
  margin-top: 2px;
}
.mt3 {
  margin-top: 3px;
}
.flash-news-container {
  padding: 20px 0 10px 0;
}
@media screen and (max-width: 890px) {
  .flash-news-container {
    padding-right: 10px;
  }
  .flash-news-container .flash-news-single {
    padding-left: 0;
  }
}
#moreInfos {
  display: none;
}
.flash-news-single {
  text-align: left;
  overflow: hidden;
  padding-left: 20px;
}
.flash-news-single .news-date-container {
  border-top: 1px solid #ebeaef;
  padding-top: 9px;
  padding-bottom: 5px;
  color: #979797;
}
.flash-news-single .news-date-container .date-label {
  display: inline-block;
  font-size: 12px;
  margin-right: 5px;
}
.flash-news-single .news-date-container .news-is-new {
  float: right;
  background: #000000;
  border-radius: 3px;
  color: white;
  padding: 2px 5px;
  display: inline-block;
  font-size: 10px;
  vertical-align: top;
  margin-right: 5px;
}
.flash-news-single .news-date-container .icon-document {
  cursor: pointer;
  font-size: 14px;
  height: 14px;
  display: inline-block;
  vertical-align: top;
  padding-top: 2px;
  padding-right: 7px;
  color: #454545;
}
.flash-news-single:first-child .news-date-container {
  border-top: 1px solid transparent;
}
.flash-news-single .news-title-container {
  padding: 12px 0 14px 0;
  cursor: pointer;
}
.flash-news-single .news-title-container .news-title {
  font-size: 14px;
  text-transform: uppercase;
  color: #454545;
  display: inline-block;
  vertical-align: top;
}
.flash-news-single .news-title-container .news-title.unread-news {
  color: #000000;
}
.flash-news-single .news-title-container .news-title:hover {
  color: black;
}
.flash-news-single .news-title-container .icon-bullet {
  color: #000000;
  font-size: 5px;
  display: inline-block;
  vertical-align: top;
  margin: 7px 0 0 3px;
}
.flash-news-single .news-text {
  font-size: 12px;
  overflow: hidden;
  padding-bottom: 25px;
  color: #808080;
}
.flash-news-single .home-news-image {
  height: 100px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.additionnal-fields {
  display: none;
  -webkit-transition: margin-top 0.25s;
  -ms-transition: margin-top 0.25s;
  -o-transition: margin-top 0.25s;
  transition: margin-top 0.25s;
}
.flash-category-container,
.doc-category-container {
  border-bottom: 1px solid #ebeaef;
  cursor: pointer;
}
.flash-category-container .flash-category-title,
.doc-category-container .flash-category-title {
  display: inline-block;
  font-size: 12px;
  color: #454545;
  white-space: nowrap;
  vertical-align: top;
  padding-top: 2px;
  overflow: hidden;
}
.flash-category-container .flash-category-title.unread,
.doc-category-container .flash-category-title.unread {
  font-weight: 500;
  padding-top: 2px;
  padding-right: 4px;
  color: #000000;
  float: right;
  font-size: 12px;
  font-family: 'Open Sans', arial, sans-serif;
}
.flash-category-container:last-child,
.doc-category-container:last-child {
  border-bottom: 1px solid transparent;
}
.flash-category-container .bullet-square-empty,
.doc-category-container .bullet-square-empty {
  display: inline-block;
  height: 8px;
  width: 8px;
  padding: 1px;
  border: 1px solid #808080;
  vertical-align: top;
  margin: 6px 3px 0 0;
}
.flash-category-container .bullet-square-empty .bullet-square-full,
.doc-category-container .bullet-square-empty .bullet-square-full {
  background: white;
  width: 100%;
  height: 100%;
}
.flash-category-container .icon-arrow-bottom,
.doc-category-container .icon-arrow-bottom {
  font-size: 10px;
  color: #454545;
  display: inline-block;
  vertical-align: top;
  padding: 5px 5px 1px 5px;
  -webkit-transition: -webkit-transform 0.25s;
  -ms-transition: -ms-transform 0.25s;
  -o-transition: -o-transform 0.25s;
  transition: transform 0.25s;
}
.flash-category-container .icon-arrow-bottom.arrow-up,
.doc-category-container .icon-arrow-bottom.arrow-up {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.flash-category-container.active-category .flash-category-title,
.doc-category-container.active-category .flash-category-title {
  color: #000000;
}
.flash-category-container.active-category .bullet-square-empty,
.doc-category-container.active-category .bullet-square-empty {
  border: 1px solid #000000;
}
.flash-category-container.active-category .bullet-square-empty .bullet-square-full,
.doc-category-container.active-category .bullet-square-empty .bullet-square-full {
  background: #000000;
}
.flash-category-container.active-category .icon-arrow-bottom,
.doc-category-container.active-category .icon-arrow-bottom {
  color: #000000;
}
.flash-category-container.active-category .sub-category .flash-category-title,
.doc-category-container.active-category .sub-category .flash-category-title {
  color: #454545;
}
.flash-category-container.active-category .sub-category .bullet-square-empty,
.doc-category-container.active-category .sub-category .bullet-square-empty {
  border: 1px solid #808080;
}
.flash-category-container.active-category .sub-category .bullet-square-empty .bullet-square-full,
.doc-category-container.active-category .sub-category .bullet-square-empty .bullet-square-full {
  background: white;
}
.flash-category-container.active-category .sub-category .icon-arrow-bottom,
.doc-category-container.active-category .sub-category .icon-arrow-bottom {
  color: #454545;
}
.flash-category-container .sub-category.active-category .flash-category-title,
.doc-category-container .sub-category.active-category .flash-category-title {
  color: #000000;
}
.flash-category-container .sub-category.active-category .bullet-square-empty,
.doc-category-container .sub-category.active-category .bullet-square-empty {
  border: 1px solid #000000;
}
.flash-category-container .sub-category.active-category .bullet-square-empty .bullet-square-full,
.doc-category-container .sub-category.active-category .bullet-square-empty .bullet-square-full {
  background: #000000;
}
.flash-category-container .sub-category.active-category .icon-arrow-bottom,
.doc-category-container .sub-category.active-category .icon-arrow-bottom {
  color: #000000;
}
.flash-category-container .sub-category-container-div,
.doc-category-container .sub-category-container-div {
  display: none;
}
.flash-category-container {
  padding: 11px 0;
}
.flash-category-container:hover .flash-category-title {
  color: #000000;
}
.flash-category-container:hover .bullet-square-empty {
  border: 1px solid #000000;
}
.flash-category-container:hover .bullet-square-empty .bullet-square-full {
  background: #000000;
}
.flash-category-container:hover .icon-arrow-bottom {
  color: #000000;
}
.doc-category-container .doc-line-title {
  padding: 11px 0;
}
.doc-category-container .doc-title-line {
  display: inline-block;
}
.doc-category-container .doc-title-line:hover .flash-category-title {
  color: #000000;
}
.doc-category-container .doc-title-line:hover .bullet-square-empty {
  border: 1px solid #000000;
}
.doc-category-container .doc-title-line:hover .bullet-square-empty .bullet-square-full {
  background: #000000;
}
.doc-category-container .doc-title-line:hover .icon-arrow-bottom {
  color: #000000;
}
.doc-category-container .sub-category:hover .flash-category-title {
  color: #000000;
}
.doc-category-container .sub-category:hover .bullet-square-empty {
  border: 1px solid #000000;
}
.doc-category-container .sub-category:hover .bullet-square-empty .bullet-square-full {
  background: #000000;
}
.doc-category-container .sub-category:hover .icon-arrow-bottom {
  color: #000000;
}
.doc-category-container.open-category {
  padding-bottom: 11px;
}
.doc-category-container.open-category .doc-line-title {
  padding: 11px 0 0 0;
}
.price-label-bom {
  font-size: 13px;
  padding-bottom: 5px;
  display: inline-block;
}
.price-label-bom.lonely-price {
  padding: 25px 12px 25px 0;
}
.ev-header-back {
  height: 35px;
  padding-bottom: 10px;
  padding-top: 4px;
  border-bottom: 1px solid #DDD;
}
.ev-header-back > * {
  display: inline-block;
  vertical-align: top;
}
.ev-header-back .export-icons-container {
  float: right;
  margin-top: 2px;
  text-align: right;
  padding-right: 8px;
  padding-bottom: 10px;
}
.ev-header-back .export-icons-container > * {
  display: inline-block;
  vertical-align: top;
  cursor: pointer;
  font-size: 16px;
  color: #585858;
  margin-left: 15px;
}
.ev-header-back .export-icons-container > *:hover {
  color: #000000;
}
.flash-category-filter {
  border-bottom: 1px solid transparent;
  margin-bottom: 1px;
  background-color: #f3f3f5;
  padding: 8px 0 8px 10px;
  cursor: pointer;
  text-transform: none;
}
.flash-category-filter .flash-category-title {
  display: inline-block;
  font-size: 12px;
}
.flash-category-filter .flash-category-title.unread {
  padding-left: 2px;
  color: #000000;
}
.flash-category-filter:hover {
  color: #000000;
}
.flash-category-filter:hover .flash-category-title {
  color: #000000;
}
.hidden-submit {
  position: absolute;
  opacity: 0;
  top: -50000px;
  left: -500000px;
}
.date-picker-container .datePicker {
  height: 24px;
}
.date-picker-container .datePicker input {
  height: 100%;
}
.date-picker-container .icon-calendar {
  font-size: 16px;
  color: #000000;
  position: absolute;
  right: 0;
  bottom: 2px;
  cursor: pointer;
}
.date-picker-container .icon-calendar:hover {
  color: black;
}
bom-tree {
  width: 100%;
  display: block;
}
bom-tree:after {
  content: '';
  display: block;
  clear: both;
}
.bom-tree .right-icons-set {
  font-size: 0;
}
.bom-tree .right-icons-set .icon-picture,
.bom-tree .right-icons-set .icon-document,
.bom-tree .right-icons-set .icon-doc-warning,
.bom-tree .right-icons-set .change-icon,
.bom-tree .right-icons-set .icon-empty-tree,
.bom-tree .right-icons-set .icon-ev,
.bom-tree .right-icons-set .info-color-icon,
.bom-tree .right-icons-set .special-info-color-icon,
.bom-tree .right-icons-set .icon-refresh,
.bom-tree .right-icons-set .replaced-icon-container {
  display: inline-block;
  vertical-align: top;
  margin-right: 12px;
  margin-top: 30px !important;
}
.bom-tree .right-icons-set .icon-transport-no,
.bom-tree .right-icons-set .icon-cart-no,
.bom-tree .right-icons-set .icon-cart-nosspd {
  display: inline-block;
  vertical-align: top;
  margin-right: 12px;
}
.bom-tree .right-icons-set .info-color-icon {
  margin-top: 24px;
}
.bom-tree .right-icons-set .special-info-color-icon {
  margin-top: 24px;
}
.bom-tree .right-icons-set .icon-cart-no,
.bom-tree .right-icons-set .icon-transport-no,
.bom-tree .right-icons-set .icon-cart-nosspd {
  margin: 0;
  padding: 18px 6px 19px 6px;
}
.bom-tree .right-icons-set .replaced-icon-container {
  margin-top: 21px;
}
.bom-tree .hover-div {
  min-height: 83px;
  border-top: 1px solid #ececec;
  overflow: hidden;
}
.bom-tree .hover-div:hover {
  background: #fafafa !important;
}
.bom-tree .hover-div:after {
  content: '';
  display: block;
  clear: both;
}
.bom-tree .icons-block-left {
  display: inline-block;
  vertical-align: top;
  padding-top: 16px;
  width: 32px;
  z-index: 10;
}
.bom-tree .icons-block {
  cursor: default;
  display: table;
  width: 100%;
  padding-top: 35px;
}
.bom-tree .bom-tree-name {
  color: #000000;
}
.bom-tree .icons {
  display: inline-block;
}
.bom-tree .title-wrapper {
  position: relative;
}
.bom-tree .plus-icon-container {
  position: absolute;
  height: 18px;
  width: 18px;
  top: 32px;
  background-color: #ececec;
  text-align: center;
  cursor: pointer;
}
.bom-tree .plus-icon-container.margin-left-for-eye {
  margin-left: 30px;
}
.bom-tree .plus-icon-container .icon-plus,
.bom-tree .plus-icon-container .icon-minus {
  font-size: 12px;
  display: inline-block;
  color: #000000;
  margin-top: 3px;
  vertical-align: top;
}
.bom-tree .plus-icon-container:hover {
  background-color: #d2d2d2;
}
.bom-tree .plus-icon-container:hover .icon-plus,
.bom-tree .plus-icon-container:hover .icon-minus {
  color: black;
}
.bom-tree .sub-title {
  font-size: 13px;
  display: inline-block;
}
.bom-tree .sub-title-red {
  padding-top: 32px;
  padding-left: 30px;
  padding-right: 10px;
  height: 50px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.bom-tree .sub-title-red.big-padding-left {
  padding-left: 60px;
}
.bom-tree .ref-container {
  padding: 19px 0;
  color: #808080;
}
.bom-tree .ref-container .ref {
  color: #555555;
}
.bom-tree .add2CartHtml {
  font-size: 13px;
  display: inline-block;
  padding: 8px 8px 8px 0;
  width: 30%;
  min-width: 88px;
}
.bom-tree .add2CartHtml input {
  height: 40px;
  width: 40px;
}
.bom-tree .add2CartHtml .button {
  text-align: center;
  height: 40px;
  width: 40px;
}
.bom-tree .add2CartHtml .button .add-to-cart-icon {
  color: white;
  font-size: 22px;
  display: inline-block;
  margin-top: 8px;
  padding-right: 2px;
}
@media screen and (max-width: 1078px) {
  .bom-tree .references {
    padding-top: 0 !important;
  }
}
@media screen and (max-width: 890px) {
  .bom-tree .references {
    padding-bottom: 0 !important;
  }
}
.watch-content-wrapper .watch .bom-tree .right-icons-set {
  font-size: 0;
}
.watch-content-wrapper .watch .bom-tree .right-icons-set .icon-picture,
.watch-content-wrapper .watch .bom-tree .right-icons-set .icon-document,
.watch-content-wrapper .watch .bom-tree .right-icons-set .icon-doc-warning,
.watch-content-wrapper .watch .bom-tree .right-icons-set .change-icon,
.watch-content-wrapper .watch .bom-tree .right-icons-set .icon-empty-tree,
.watch-content-wrapper .watch .bom-tree .right-icons-set .icon-ev,
.watch-content-wrapper .watch .bom-tree .right-icons-set .info-color-icon,
.watch-content-wrapper .watch .bom-tree .right-icons-set .icon-cart-no,
.watch-content-wrapper .watch .bom-tree .right-icons-set .icon-cart-nosspd,
.watch-content-wrapper .watch .bom-tree .right-icons-set .special-info-color-icon,
.watch-content-wrapper .watch .bom-tree .right-icons-set .icon-refresh,
.watch-content-wrapper .watch .bom-tree .right-icons-set .icon-transport-no {
  display: inline-block;
  vertical-align: top;
  margin-right: 12px;
  margin-top: 11px;
}
.watch-content-wrapper .watch .bom-tree .right-icons-set .info-color-icon {
  margin-top: 5px;
}
.watch-content-wrapper .watch .bom-tree .right-icons-set .special-info-color-icon {
  margin-top: 5px;
}
.watch-content-wrapper .watch .bom-tree .right-icons-set .icon-cart-no,
.watch-content-wrapper .watch .bom-tree .right-icons-set .icon-transport-no,
.watch-content-wrapper .watch .bom-tree .right-icons-set .icon-cart-nosspd {
  margin: 0;
  padding: 7px 6px 0 6px;
}
.watch-content-wrapper .watch .bom-tree .right-icons-set .icon-document {
  font-size: 20px;
}
.sub-menu {
  text-transform: uppercase;
  margin-bottom: 21px;
}
.ev-title {
  display: inline-block;
  font-size: 14px;
  color: #454545;
  font-family: 'Open Sans', arial, sans-serif;
  padding: 15px;
}
.title-button-container {
  float: right;
  text-align: center;
}
.title-button-container .icon-tree-open,
.title-button-container .icon-tree-closed {
  cursor: pointer;
  font-size: 20px;
  color: #454545;
  display: inline-block;
  padding: 12px 10px 10px;
}
.ajax-loader-centered img {
  cursor: pointer !important;
}
.video-player {
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  transition: width 250ms, height 250ms;
  background-color: black;
}
.video-player video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.video-player .close-video,
.video-player .download-video {
  position: absolute;
  top: 20px;
  color: white;
  font-size: 19px;
  cursor: pointer;
}
.video-player .download-video {
  right: 60px;
}
.video-player .close-video {
  right: 20px;
}
.video-player.opened {
  width: 100%;
  height: 100%;
}
.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;
}
.size-lock .size-lock-message .icon {
  position: absolute;
  top: 50%;
  margin-top: -22.5px;
  font-size: 45px;
  color: #000000;
  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("/images/balmain/logo_balmain_ok.png") no-repeat center;
  background-size: contain;
}
.size-lock .size-lock-message .p1 {
  color: #000000;
}
.size-lock .size-lock-message .p2 {
  color: #555555;
}
@media screen and (max-width: 767px) {
  .size-lock {
    display: block;
  }
}
.print-container {
  position: absolute;
  z-index: 9999;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 100%;
  background-color: white;
  display: none;
}
.print-container .header {
  display: table;
  width: 100%;
  position: relative;
  margin: 0 0 1cm 0;
  height: 2cm;
}
.print-container .header > * {
  display: table-cell;
  vertical-align: middle;
}
.print-container .header .title {
  font-family: 'Open Sans', arial, sans-serif;
  text-align: center;
  color: #555555;
  font-size: 14pt;
}
.print-container .header .logo {
  width: 3cm;
}
.print-container .header .logo img {
  max-width: 3cm;
  max-height: 2cm;
}
.print-container .print-bom,
.print-container .print-canvas {
  width: 100%;
}
.print-container .print-bom {
  font-family: 'Open Sans', arial, sans-serif;
  font-size: 6pt;
  text-transform: uppercase;
}
.print-container .print-bom .bom-list table {
  width: 100%;
  page-break-inside: auto;
}
.print-container .print-bom .bom-list table thead {
  display: table-header-group;
}
.print-container .print-bom .bom-list table tfoot {
  display: table-footer-group;
}
.print-container .print-bom .bom-list table tr {
  page-break-inside: avoid;
  page-break-after: auto;
}
.print-container .print-bom .bom-list table tr td {
  vertical-align: middle;
  page-break-inside: avoid;
  page-break-after: auto;
  height: 2.5em;
  padding: 0 0.5em;
  border-bottom: 1px solid #d2d2d2;
}
.print-container .print-bom .bom-list table tr td:first-child {
  padding-left: 0.5em;
  text-align: left;
}
.print-container .print-bom .bom-list table tr td:last-child {
  padding-right: 0.5em;
  text-align: right;
}
.print-container .print-bom .bom-list table tr:last-child td {
  border-bottom: none;
}
.print-container .print-bom .bom-list table .title {
  color: #000000;
}
.print-container .print-bom .bom-list table .title .collapse-icon {
  position: relative;
  top: 0.5pt;
  display: inline-block;
  width: 1.5em;
  text-align: center;
  margin-right: 0.5em;
  font-size: 6pt;
}
.print-container .print-bom .bom-list table .ref {
  color: #555555;
}
.print-container .print-bom .bom-list table .eanRef {
  color: #808080;
}
.print-container .print-bom .bom-list table .price {
  color: black;
}
.print-container .print-canvas canvas {
  width: 100%;
}
body.print-context .add-to-cart,
body.print-context .icon-cart-no,
body.print-context .icon-cart-nosspd,
body.print-context .icon-empty-tree,
body.print-context .info-color-icon,
body.print-context .add2CartHtml,
body.print-context .cart-icon-container,
body.print-context .full-fog {
  display: none !important;
}
body.show-print-container > * {
  display: none;
}
body.show-print-container .print-container {
  display: block;
}
@media only print {
  @page {
    margin: 1.5cm 1.5cm;
  }
  html {
    overflow-y: auto;
  }
}
input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 50px white inset;
  /* Change the color to your own background color */
}
.icon-cart {
  cursor: pointer;
  width: 25px;
  height: 26px;
  display: table-cell;
  vertical-align: middle;
  font-size: 19px;
}
.icon-cart::before {
  position: relative;
  top: 3px;
}
.order-details-popup .order-details-popup-title {
  padding: 0 20px 16px 0;
  border-bottom: 1px solid #f3f3f5;
  margin-bottom: 20px;
}
/** REFACTORING **/
placeholder-background {
  display: block;
}
.placeholder-background {
  background-repeat: no-repeat;
  background-position: center center;
  width: 100%;
  height: 100%;
}
utx-line-list {
  display: block;
}
utx-line-list .line-list {
  width: 100%;
  font-size: inherit;
}
utx-line-list .line-list tbody > * > * {
  vertical-align: middle;
  padding: 7px 8px;
  border-top: 1px solid #e0e0e0;
}
utx-line-list .line-list tbody > * > *:first-child {
  text-align: left;
}
utx-line-list .line-list tbody > * > *:last-child {
  text-align: right;
}
utx-line-list .line-list tbody > * > *.empty {
  width: 0;
  padding: 0;
}
utx-line-list .line-list tbody > * > *.empty > * {
  display: none;
}
utx-line-list .line-list tbody > *:first-child > * {
  border-top-color: transparent;
}
utx-line-list .line-list .item {
  height: 60px;
  color: #555555;
  /*
			//transform: translateX(0);
			transform: scaleY(1);
			opacity: 1;
			transition: transform 250ms, opacity 250ms;

			&.hidden {
				//transform: translateX(-100%);
				transform: scaleY(0);
				opacity: 0;

				&:not(.hidden-add):not(.hidden-remove) {
					display: none;
				}
			}
			*/
}
utx-line-list .line-list .item .item-collapse-icon {
  width: 19px;
  height: 19px;
  border: 1px solid transparent;
  border-radius: 2px;
}
utx-line-list .line-list .item .item-collapse-icon:not(.void) {
  cursor: pointer;
  font-size: 11px;
  border-color: #555555;
  color: #555555;
  background-color: transparent;
}
utx-line-list .line-list .item .item-collapse-icon::before {
  position: relative;
  top: 2px;
  left: 3px;
}
utx-line-list .line-list .item .price > * {
  display: block;
  vertical-align: top;
}
utx-line-list .line-list .item .price .value {
  color: #555555;
}
utx-line-list .line-list .item .price .label {
  color: #808080;
}
utx-line-list .line-list .item .item-first-cell > * {
  display: table;
  width: 100%;
}
utx-line-list .line-list .item .item-first-cell > * > * {
  display: table-cell;
  vertical-align: middle;
  padding: 0 8px;
}
utx-line-list .line-list .item .item-first-cell > * > *:first-child {
  text-align: left;
  padding-left: 0;
}
utx-line-list .line-list .item .item-first-cell > * > *:last-child {
  padding-right: 0;
}
utx-line-list .line-list .item .item-first-cell .item-references-cell {
  display: none;
}
@media (max-width: 1320px) {
  utx-line-list .line-list .item .item-first-cell div.item-references-cell {
    display: block;
    margin-left: 35px;
  }
  utx-line-list .line-list .item .item-first-cell div.item-references-cell .reference {
    display: block;
    padding: 0;
  }
}
utx-line-list .line-list .item .item-collapse-icon-cell,
utx-line-list .line-list .item .item-find-icon-cell,
utx-line-list .line-list .item .item-image-cell,
utx-line-list .line-list .item .item-add-to-cart-cell {
  width: 1px;
}
utx-line-list .line-list .item .item-image-cell,
utx-line-list .line-list .item .item-title-cell .title {
  cursor: pointer;
}
utx-line-list .line-list .item .item-image-cell .placeholder-background {
  height: 80px;
  width: 80px;
}
utx-line-list .line-list .item .item-title-cell .title {
  text-transform: uppercase;
  color: #000000;
}
utx-line-list .line-list .item .item-title-cell .references {
  padding-top: 5px;
}
utx-line-list .line-list .item .item-title-cell > .references > .reference,
utx-line-list .line-list .item .item-references-cell > .reference {
  white-space: nowrap;
  max-width: 250px;
  overflow: hidden;
  text-overflow: ellipsis;
}
utx-line-list .line-list .item .item-title-cell > .references > .reference:not(:first-child),
utx-line-list .line-list .item .item-references-cell > .reference:not(:first-child) {
  color: #808080;
}
utx-line-list .line-list .item .item-title-cell > .references > .reference:nth-child(3) ~ *,
utx-line-list .line-list .item .item-references-cell > .reference:nth-child(3) ~ * {
  display: none;
}
@media (max-width: 1320px) {
  utx-line-list .line-list .item td.item-references-cell {
    display: none;
  }
}
utx-line-list .line-list .item .item-icons-cell {
  white-space: nowrap;
}
utx-line-list .line-list .item .item-icons-cell .icon {
  color: #808080;
  margin: 2px;
}
utx-line-list .line-list .item .item-icons-cell .icon:not(.dynamic) {
  cursor: default;
}
utx-line-list .line-list .item .item-icons-cell .icon.icn-sw-doc-warning-20 {
  color: red;
}
utx-line-list .line-list .item .item-icons-cell.right-icons {
  width: 1px;
}
utx-line-list .line-list .item .item-bom-tag {
  text-align: center;
}
utx-line-list .line-list .item .item-bom-tag .tag {
  background: #616161;
  color: #fff;
  padding: 1px 4px;
  font-size: 10px;
  font-weight: bold;
  border-radius: 15%;
  text-transform: uppercase;
}
utx-line-list .line-list .item .item-prices-cell {
  text-align: right;
}
utx-line-list .line-list .item .item-prices-cell .price {
  white-space: nowrap;
}
utx-line-list .line-list .item.price-row {
  font-size: 12px;
}
utx-line-list .line-list .item.price-row td {
  text-align: right;
  padding: 5px 3px;
  border-top-color: #f2f2f2;
}
utx-line-list .line-list .item.price-row td > * {
  display: inline-block;
  vertical-align: top;
  width: 25%;
  padding: 2px 5px;
}
@media (max-width: 1024px) {
  utx-line-list .line-list .item.price-row td > * {
    width: 33.333%;
  }
}
@media (max-width: 768px) {
  utx-line-list .line-list .item.price-row td > * {
    width: 50%;
  }
}
utx-line-list .line-list .item.hidden {
  display: none;
}
utx-line-list .line-list .item.selected > * {
  background-color: #fafafa;
}
utx-line-list .line-list .item.section {
  height: 50px;
}
utx-line-list .line-list .item.section > * {
  border-top-color: #d3d3d3;
}
utx-line-list .line-list .item.section > * > *:not(.table):not(.reference) {
  display: none;
}
utx-line-list .line-list .item.section .item-title-cell {
  cursor: auto;
}
utx-line-list .line-list .item.section .item-title-cell .title {
  color: #000000;
  font-size: inherit;
  font-weight: bold;
}
utx-line-list .line-list .item.section .item-title-cell .references {
  padding: 0 0 0 10px;
}
utx-line-list .line-list.is-bom .item:hover > * {
  background-color: #fafafa;
}
utx-line-list .line-list:not(.hide-image) .item .item-icons-cell .icon.icn-sw-picture-20 {
  display: none;
}
utx-line-list .line-list.references-under-title .item .item-references-cell {
  display: none;
}
utx-line-list .line-list.references-under-title .item.section .item-title-cell {
  white-space: nowrap;
}
utx-line-list .line-list.references-under-title .item.section .item-title-cell > * {
  display: inline-block;
}
utx-line-list .line-list:not(.references-under-title) .item .item-title-cell .references {
  display: none;
}
utx-bom-list {
  display: block;
}
.surveys-list {
  display: table;
  width: 100%;
  border-collapse: separate;
  border-spacing: 0 20px;
  padding: 10px 40px;
  background-color: #ececec;
}
.surveys-list > * {
  display: table-row;
  height: 50px;
}
.surveys-list > * > * {
  display: table-cell;
  vertical-align: middle;
  text-align: left;
  background-color: #ffffff;
  padding: 10px;
}
.surveys-list .survey-line .progress-cell {
  text-align: center;
  border-right: 1px solid #ececec;
  width: 1px;
  white-space: nowrap;
  color: #000000;
}
.surveys-list .survey-line .progress-cell > * {
  display: inline-block;
}
.surveys-list .survey-line .buttons-cell {
  text-align: right;
  font-size: 0;
}
.surveys-list .survey-line .buttons-cell .no-margin-wrapper {
  margin: -2px -5px;
}
.surveys-list .survey-line .buttons-cell button {
  margin: 2px 5px;
}
.surveys-list .survey-line.is-started .progress-cell .time {
  display: none;
}
.surveys-list .survey-line.is-started .buttons-cell .start {
  display: none;
}
.surveys-list .survey-line:not(.is-started) .progress-cell .progress {
  display: none;
}
.surveys-list .survey-line:not(.is-started) .buttons-cell .resume {
  display: none;
}
.surveys-list .survey-line.is-mandatory .buttons-cell .do-no-answer {
  display: none;
}
utx-paginated-list {
  display: block;
  background-color: white;
  padding: 10px;
}
utx-paginated-list > .list-header {
  display: table;
  width: 100%;
}
utx-paginated-list > .list-header > * {
  display: table-cell;
  vertical-align: middle;
  padding: 0 10px;
  text-align: left;
  font-size: 0;
}
utx-paginated-list > .list-header > *:first-child {
  padding-left: 0;
}
utx-paginated-list > .list-header > *:last-child {
  text-align: right;
  padding-right: 0;
}
utx-paginated-list > .list-header > .back-button-wrapper {
  width: 1px;
  cursor: pointer;
}
utx-paginated-list > .list-header > .back-button-wrapper > .back-button {
  white-space: nowrap;
  text-transform: uppercase;
  font-size: 12px;
  font-family: 'Open Sans', arial, sans-serif;
  color: #000000;
  transition: color 150ms;
}
utx-paginated-list > .list-header > .back-button-wrapper > .back-button > *,
utx-paginated-list > .list-header > .back-button-wrapper > .back-button::before {
  display: inline-block;
  vertical-align: top;
}
utx-paginated-list > .list-header > .back-button-wrapper > .back-button::before {
  position: relative;
  font-size: 12px;
  height: 12px;
  width: 12px;
}
utx-paginated-list > .list-header > .back-button-wrapper:hover > .back-button {
  color: black;
}
utx-paginated-list > .list-header > .results-wrapper {
  white-space: nowrap;
}
utx-paginated-list > .list-header > .results-wrapper > * {
  display: inline-block;
  text-transform: uppercase;
  vertical-align: top;
  font-size: 12px;
  font-family: 'Open Sans', arial, sans-serif;
}
utx-paginated-list > .list-header > .results-wrapper > .results-title {
  color: #a7a7a7;
}
utx-paginated-list > .list-header > .results-wrapper > .results-count {
  color: #050505;
  padding-left: 10px;
}
utx-paginated-list > .list-header > .pagination-wrapper {
  width: 1px;
}
utx-paginated-list > .list-content {
  margin-top: 10px;
  border-top: 1px solid #f2f2f2;
}
utx-paginated-list > .list-content > utx-no-result {
  margin: 50px 0;
}
utx-cart {
  display: block;
  height: 40px;
}
utx-cart .item-cart {
  height: 100%;
}
utx-cart .item-cart .add-to-cart-form {
  height: 100%;
  position: relative;
  font-size: 0;
  white-space: nowrap;
  display: flex;
  justify-content: flex-end;
}
utx-cart .item-cart .add-to-cart-form > * {
  display: inline-block;
  vertical-align: top;
  height: 100%;
}
utx-cart .item-cart .add-to-cart-form .stock-group {
  margin-right: 2px;
  width: 50px;
}
utx-cart .item-cart .add-to-cart-form .stock-group .stock-wrap {
  display: flex;
  height: 100%;
  width: 50px;
  justify-content: flex-end;
}
utx-cart .item-cart .add-to-cart-form .stock-group .stock-wrap .stock-item {
  width: 22.5px;
  position: relative;
}
utx-cart .item-cart .add-to-cart-form .stock-group .stock-wrap .stock-item .label {
  height: 50%;
  font-size: 11px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  position: relative;
  bottom: 6px;
  right: 6px;
}
utx-cart .item-cart .add-to-cart-form .stock-group .stock-wrap .stock-item .stock-square {
  position: absolute;
}
utx-cart .item-cart .add-to-cart-form .stock-group .stock-wrap .stock-item .stock-square::before {
  content: '';
  display: block;
  box-sizing: border-box;
  position: absolute;
  top: -4px;
  left: 4px;
  width: 10px;
  height: 10px;
  margin-top: 0;
  border: 1px solid #555555;
  background-color: #dddddd;
}
utx-cart .item-cart .add-to-cart-form .stock-group .stock-wrap .stock-item .stock-square.red::before {
  background-color: #e90008;
}
utx-cart .item-cart .add-to-cart-form .stock-group .stock-wrap .stock-item .stock-square.orange::before {
  background-color: #df9300;
}
utx-cart .item-cart .add-to-cart-form .stock-group .stock-wrap .stock-item .stock-square.green::before {
  background-color: #029c09;
}
utx-cart .item-cart .add-to-cart-form input,
utx-cart .item-cart .add-to-cart-form button {
  width: 40px;
  outline-style: none;
  -webkit-appearance: none;
  border: 0;
  font: inherit;
  line-height: inherit;
}
utx-cart .item-cart .add-to-cart-form input {
  text-align: center;
  font-size: 13px;
  color: #626262;
  background-color: white;
  border: 1px solid #626262;
  border-right: 0;
}
utx-cart .item-cart .add-to-cart-form button {
  font-size: 23px;
  color: #626262;
  background-color: white;
  border: 1px solid #626262;
  padding: 0;
}
utx-cart .item-cart .add-to-cart-form button::before {
  position: relative;
  top: 2px;
}
utx-cart .item-cart .add-to-cart-form button:hover,
utx-cart .item-cart .add-to-cart-form button:focus {
  color: white;
  background-color: #000000;
  border-color: #000000;
}
utx-cart .item-cart .add-to-cart-form button:active {
  transform: scale(1.05);
}
utx-cart .item-cart .add-to-cart-form .add-to-cart-feedback {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  padding: 0 15px;
  background-color: #626262;
  text-align: right;
  font-size: 14px;
  line-height: 18px;
  color: white;
  text-transform: uppercase;
  white-space: nowrap;
  transform-origin: 100% 50%;
  transform: scaleX(0);
  opacity: 0;
  transition: transform 200ms, opacity 200ms;
}
utx-cart .item-cart .add-to-cart-form .add-to-cart-feedback .wrapper {
  display: table;
  height: 100%;
  width: 100%;
}
utx-cart .item-cart .add-to-cart-form .add-to-cart-feedback .wrapper > * {
  display: table-cell;
  vertical-align: middle;
}
utx-cart .item-cart .add-to-cart-form .add-to-cart-feedback.visible {
  opacity: 1;
  transform: scaleX(1);
}
utx-cart .item-cart .add-to-cart-form .not-orderable-icon {
  width: 40px;
  text-align: center;
}
utx-cart .item-cart .add-to-cart-form .not-orderable-icon::before {
  font-size: 23px;
  width: 23px;
  height: 23px;
  line-height: 23px;
  top: 50%;
  margin-top: -11.5px;
}
utx-cart .item-cart.orderable .not-orderable-icon {
  display: none;
}
utx-cart .item-cart:not(.orderable) .add-to-cart-form > *:not(.stock):not(.not-orderable-icon) {
  display: none;
}
utx-tree {
  display: block;
  width: 100%;
}
utx-tree > .item-title {
  position: relative;
  display: block;
  width: 100%;
  height: 40px;
  padding-left: 16px;
  font-size: 12px;
  text-transform: uppercase;
  color: #454545;
  line-height: 42px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  -ms-user-select: none;
  user-select: none;
}
utx-tree > .item-title::before {
  content: '';
  display: block;
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -4px;
  width: 8px;
  height: 8px;
  background-color: white;
  box-shadow: inset 0 0 0 1px white;
  border: 1px solid #808080;
}
utx-tree > .item-title::after {
  content: '';
  display: inline-block;
  vertical-align: top;
  position: relative;
  top: 50%;
  margin-left: 5px;
  margin-top: -5px;
  width: 6px;
  height: 6px;
  border: 1px solid #454545;
  border-top: 0;
  border-left: 0;
  transform: rotate(-45deg);
  transform-origin: 70% 70%;
  transition: transform 150ms;
}
utx-tree > .item-title.clickable {
  cursor: pointer;
}
utx-tree > .item-title.clickable:hover {
  color: #000000;
}
utx-tree > .item-title.clickable:hover::before {
  background-color: #000000;
  border-color: #000000;
}
utx-tree > .item-title.clickable:hover::after {
  border-color: #000000;
}
utx-tree > .children {
  padding-left: 20px;
  overflow: hidden;
  max-height: 0;
  transition: max-height 250ms;
}
utx-tree:not(.collapsed) > .item-title::after {
  transform: rotate(45deg);
}
utx-tree:not(.collapsed) > .children {
  max-height: 10000px;
}
utx-tree.selected > .item-title {
  color: #000000;
}
utx-tree.selected > .item-title::before {
  background-color: #000000;
  border-color: #000000;
}
utx-tree.selected > .item-title::after {
  border-color: #000000;
}
utx-tree:not(.has-children) > .item-title::after {
  display: none;
}
utx-bracelets {
  display: block;
}
utx-bracelets .filters {
  text-align: center;
  margin: -10px -10px;
}
utx-bracelets .filters > * {
  vertical-align: top;
  display: inline-block;
  padding: 10px 10px;
  width: 20%;
}
utx-bracelets .filters utx-input-select {
  min-width: 220px;
}
utx-bracelets .filters utx-input-select label {
  display: block;
  height: 18px;
  line-height: 18px;
  margin-bottom: 6px;
  text-align: left;
}
utx-bracelets .filters utx-input-select .input-wrapper {
  height: 30px;
  border: 1px solid #ececec;
  background: transparent;
  font-size: 0;
}
utx-bracelets .filters utx-input-select .input-wrapper input,
utx-bracelets .filters utx-input-select .input-wrapper textarea {
  display: block;
  width: 100%;
  height: 100%;
  padding: 0 10px 2px;
  background: transparent;
  transition: background 100ms;
  color: #585858;
  font-size: 13px;
  font-family: 'Open Sans', arial, sans-serif;
  text-overflow: ellipsis;
  line-height: 30px;
}
utx-bracelets .filters utx-input-select .input-wrapper input:-webkit-autofill,
utx-bracelets .filters utx-input-select .input-wrapper textarea:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 30px #fdfdfd inset !important;
  -webkit-text-fill-color: #585858 !important;
}
@include placeholder-mixin {
  color: rgba(255, 255, 255, 0.7);
  font-style: italic;
}
utx-bracelets .filters utx-input-select .input-wrapper input.focus,
utx-bracelets .filters utx-input-select .input-wrapper textarea.focus,
utx-bracelets .filters utx-input-select .input-wrapper input:focus,
utx-bracelets .filters utx-input-select .input-wrapper textarea:focus {
  background: #fdfdfd;
}
utx-bracelets .filters utx-input-select .input-wrapper textarea {
  padding-top: 5px;
  padding-bottom: 5px;
  min-height: 30px;
  min-width: 100%;
  max-width: 100%;
}
utx-bracelets .filters utx-input-select .input-wrapper .clear-icon {
  top: -1px;
  height: 30px;
  width: 30px;
  color: #585858;
  display: none;
  right: 0;
}
utx-bracelets .filters utx-input-select .input-wrapper .clear-icon::before {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 14px;
  height: 14px;
  font-size: 14px;
  margin-left: -7px;
  margin-top: -7px;
}
utx-bracelets .filters utx-input-select .input-wrapper .clear-icon.dynamic {
  cursor: pointer;
  transition: color 100ms;
}
utx-bracelets .filters utx-input-select .input-wrapper .clear-icon.dynamic:hover {
  color: #252525;
}
utx-bracelets .filters utx-input-select .input-wrapper .clear-icon.smaller::before {
  width: 14px / 2;
  height: 14px / 2;
  font-size: 14px / 2;
  margin-left: -3.5px;
  margin-top: -3.5px;
}
utx-bracelets .filters utx-input-select .input-wrapper.has-clear-icon input:not([disabled]):focus {
  padding-right: 25px;
}
utx-bracelets .filters utx-input-select .input-wrapper.has-clear-icon input:not([disabled]):focus + .clear-icon,
utx-bracelets .filters utx-input-select .input-wrapper.has-clear-icon textarea:not([disabled]):focus + .clear-icon {
  display: block;
}
utx-bracelets .filters utx-input-select .input-wrapper.has-icon .input-icon {
  top: -1px;
  height: 30px;
  width: 30px;
  color: #585858;
}
utx-bracelets .filters utx-input-select .input-wrapper.has-icon .input-icon::before {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 20px;
  font-size: 20px;
  margin-left: -10px;
  margin-top: -10px;
}
utx-bracelets .filters utx-input-select .input-wrapper.has-icon .input-icon.dynamic {
  cursor: pointer;
  transition: color 100ms;
}
utx-bracelets .filters utx-input-select .input-wrapper.has-icon .input-icon.dynamic:hover {
  color: #252525;
}
utx-bracelets .filters utx-input-select .input-wrapper.has-icon .input-icon.smaller::before {
  width: 20px / 2;
  height: 20px / 2;
  font-size: 20px / 2;
  margin-left: -5px;
  margin-top: -5px;
}
utx-bracelets .filters utx-input-select .input-wrapper.has-icon.icon-left input {
  padding-left: 40px;
}
utx-bracelets .filters utx-input-select .input-wrapper.has-icon.icon-right input {
  padding-right: 40px;
}
utx-bracelets .filters utx-input-select .input-wrapper.has-icon.icon-right.has-clear-icon input:focus {
  padding-right: 60px;
}
utx-bracelets .filters utx-input-select .input-wrapper.has-icon.icon-right.has-clear-icon .clear-icon {
  right: 30px;
}
utx-bracelets .filters utx-input-select .input-wrapper .select-all-wrapper,
utx-bracelets .filters utx-input-select .input-wrapper .options-wrapper {
  z-index: 1;
  position: absolute;
  left: -1px;
  right: -1px;
  top: 100%;
  border: 1px solid #ececec;
  background-color: #fafafa;
}
utx-bracelets .filters utx-input-select .input-wrapper .select-all-wrapper .option,
utx-bracelets .filters utx-input-select .input-wrapper .options-wrapper .option {
  text-align: left;
  cursor: default;
  height: 30px;
  line-height: 28px;
  padding: 0 10px 2px;
  color: #585858;
  font-size: 13px;
  font-family: 'Open Sans', arial, sans-serif;
  text-overflow: ellipsis;
  white-space: nowrap;
  background-color: #fafafa;
  border-bottom: 1px solid #ececec;
  transition: background-color 100ms;
}
utx-bracelets .filters utx-input-select .input-wrapper .select-all-wrapper .option.hovered,
utx-bracelets .filters utx-input-select .input-wrapper .options-wrapper .option.hovered,
utx-bracelets .filters utx-input-select .input-wrapper .select-all-wrapper .option:hover,
utx-bracelets .filters utx-input-select .input-wrapper .options-wrapper .option:hover {
  background-color: #f4f4f4;
}
utx-bracelets .filters utx-input-select .input-wrapper .select-all-wrapper .option.max-choices-reached,
utx-bracelets .filters utx-input-select .input-wrapper .options-wrapper .option.max-choices-reached {
  opacity: 0.5;
}
utx-bracelets .filters utx-input-select .input-wrapper .select-all-wrapper .option.selected,
utx-bracelets .filters utx-input-select .input-wrapper .options-wrapper .option.selected {
  color: #000000;
  background-color: #ececec;
}
utx-bracelets .filters utx-input-select .input-wrapper .select-all-wrapper .option:last-child,
utx-bracelets .filters utx-input-select .input-wrapper .options-wrapper .option:last-child {
  border-bottom-color: transparent;
}
utx-bracelets .filters utx-input-select .input-wrapper .select-all-wrapper.no-select-all,
utx-bracelets .filters utx-input-select .input-wrapper .options-wrapper.no-select-all {
  top: 30px !important;
}
utx-bracelets .filters utx-input-select .input-wrapper .select-all-wrapper {
  display: none;
}
utx-bracelets .filters utx-input-select .input-wrapper .options-wrapper {
  margin-bottom: 20px;
  max-height: 0;
  transition: max-height 150ms;
  overflow-y: auto;
  overflow-x: hidden;
}
utx-bracelets .filters utx-input-select .input-wrapper .options-wrapper::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}
utx-bracelets .filters utx-input-select .input-wrapper .options-wrapper::-webkit-scrollbar-track {
  background: #fafafa;
}
utx-bracelets .filters utx-input-select .input-wrapper .options-wrapper::-webkit-scrollbar-thumb {
  background: #585858;
  width: 4px;
  height: 4px;
}
utx-bracelets .filters utx-input-select .input-wrapper .options-wrapper .vs-repeat-before-content,
utx-bracelets .filters utx-input-select .input-wrapper .options-wrapper .vs-repeat-after-content {
  padding: 0 !important;
  border: 0;
  margin-right: 1px;
}
utx-bracelets .filters utx-input-select .input-wrapper.options-visible .options-wrapper {
  max-height: 302px;
}
utx-bracelets .filters utx-input-select .input-wrapper:not(.options-visible) .options-wrapper {
  border-top: 0;
  border-bottom: 0;
  top: calc(100% + 1px);
}
utx-bracelets .filters utx-input-select .input-wrapper.has-select-all .options-wrapper {
  top: calc(200% + 2px);
}
utx-bracelets .filters utx-input-select .input-wrapper.has-select-all.options-visible .select-all-wrapper {
  display: block;
}
utx-bracelets .filters utx-input-select .input-wrapper.disabled .input-icon {
  display: none;
}
utx-bracelets .filters .reset-button {
  width: auto;
}
utx-bracelets .filters .reset-button > * {
  width: 20px;
  height: 20px;
  margin: 5px 0;
}
utx-bracelets .bracelets-list {
  padding: 30px 0 20px;
}
utx-bracelets .bracelets-list .bracelet-groups {
  text-align: center;
  margin: -15px -15px;
}
utx-bracelets .bracelets-list .bracelet-groups > .item {
  display: inline-block;
  width: 290px;
  padding: 15px 15px;
}
utx-bracelets .bracelets-list .bracelet-groups > .item .item-image {
  cursor: pointer;
  position: relative;
  padding-bottom: 100%;
}
utx-bracelets .bracelets-list .bracelet-groups > .item .item-image > * {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
utx-bracelets .bracelets-list .bracelet-groups > .item .reference,
utx-bracelets .bracelets-list .bracelet-groups > .item .title,
utx-bracelets .bracelets-list .bracelet-groups > .item .price {
  height: 18px;
  line-height: 18px;
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
}
utx-bracelets .bracelets-list .bracelet-groups > .item .reference,
utx-bracelets .bracelets-list .bracelet-groups > .item .price {
  white-space: nowrap;
}
utx-bracelets .bracelets-list .bracelet-groups > .item .reference {
  margin-top: 20px;
  color: #000000;
}
utx-bracelets .bracelets-list .bracelet-groups > .item .title {
  margin-top: 5px;
  color: #808080;
  height: 36px;
}
utx-bracelets .bracelets-list .bracelet-groups > .item .price {
  margin-top: 2px;
}
utx-no-result {
  display: block;
  text-align: center;
  color: #a7a7a7;
}
utx-no-result > * {
  display: inline-block;
  vertical-align: top;
  height: 80px;
  line-height: 80px;
}
utx-no-result .icon-no-results {
  margin-right: 5px;
  font-size: 80px;
  width: 80px;
}
input,
button,
textarea {
  outline-style: none;
  -webkit-appearance: none;
  border: 0;
  font: inherit;
  line-height: inherit;
}
textarea:focus,
input:focus,
[tabindex]:focus {
  outline: 0;
}
textarea::-ms-clear,
input::-ms-clear,
[tabindex]::-ms-clear {
  display: none;
}
textarea:required,
input:required,
[tabindex]:required {
  box-shadow: none;
}
textarea:invalid,
input:invalid,
[tabindex]:invalid {
  box-shadow: none;
}
input[type='number'] {
  -moz-appearance: textfield;
}
input[type='number']::-webkit-inner-spin-button,
input[type='number'] ::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
utx-form {
  display: block;
}
.breakline {
  padding-top: 0;
  padding-bottom: 0;
}
utx-button {
  display: inline-block;
  font-size: 0;
}
utx-button button {
  cursor: pointer;
}
utx-input {
  width: 100%;
  display: block;
}
utx-input-text,
utx-input-textarea,
utx-input-select,
utx-input-datepicker {
  width: 100%;
  display: block;
}
utx-input-text .input-wrapper,
utx-input-textarea .input-wrapper,
utx-input-select .input-wrapper,
utx-input-datepicker .input-wrapper {
  position: relative;
  width: 100%;
}
utx-input-text .input-wrapper.has-clear-icon .clear-icon,
utx-input-textarea .input-wrapper.has-clear-icon .clear-icon,
utx-input-select .input-wrapper.has-clear-icon .clear-icon,
utx-input-datepicker .input-wrapper.has-clear-icon .clear-icon {
  position: absolute;
  top: 0;
}
utx-input-text .input-wrapper.has-icon .input-icon,
utx-input-textarea .input-wrapper.has-icon .input-icon,
utx-input-select .input-wrapper.has-icon .input-icon,
utx-input-datepicker .input-wrapper.has-icon .input-icon {
  position: absolute;
  top: 0;
}
utx-input-text .input-wrapper.has-icon.icon-left .input-icon,
utx-input-textarea .input-wrapper.has-icon.icon-left .input-icon,
utx-input-select .input-wrapper.has-icon.icon-left .input-icon,
utx-input-datepicker .input-wrapper.has-icon.icon-left .input-icon {
  left: 0;
}
utx-input-text .input-wrapper.has-icon.icon-right .input-icon,
utx-input-textarea .input-wrapper.has-icon.icon-right .input-icon,
utx-input-select .input-wrapper.has-icon.icon-right .input-icon,
utx-input-datepicker .input-wrapper.has-icon.icon-right .input-icon {
  right: 0;
}
utx-input-datepicker datepicker {
  font-size: 0;
  line-height: 0;
  text-align: center;
  display: inline-block;
}
utx-input-datepicker datepicker > datepicker-inner {
  display: inline-block;
}
utx-input-datepicker datepicker > datepicker-inner > div {
  display: inline-block;
}
utx-input-datepicker datepicker > datepicker-inner > div > * {
  display: inline-block;
}
utx-input-datepicker datepicker > datepicker-inner > div > * table {
  width: 100%;
}
utx-input-datepicker datepicker > datepicker-inner > div > * table th button.pull-left {
  float: left;
}
utx-input-datepicker datepicker > datepicker-inner > div > * table th button.pull-right {
  float: right;
}
.popup.survey .survey-message {
  max-width: 450px;
  text-align: center;
  margin: 3px auto 3px auto;
}
.popup.survey .answer-later-wrapper {
  text-align: center;
  padding: 22px 0 28px 0;
}
.popup.profile .popup-content {
  padding: 0 !important;
}
.popup.profile .menu {
  padding: 5px;
  text-align: center;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.05);
}
.popup.profile .menu button {
  vertical-align: top;
}
.popup.profile .sections {
  position: relative;
  padding: 20px;
  overflow: auto;
  max-height: 600px;
  max-height: 70vh;
  min-height: 500px;
}
.popup.profile .sections::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}
.popup.profile .sections::-webkit-scrollbar-track {
  background: white;
}
.popup.profile .sections::-webkit-scrollbar-thumb {
  background: #000000;
  width: 4px;
  height: 4px;
}
.popup.profile .sections .section {
  padding: 30px;
  border-bottom: 1px solid #dddddd;
  text-align: center;
}
.popup.profile .sections .section:first-child {
  padding-top: 0;
}
.popup.profile .sections .section:last-child {
  border-bottom-color: transparent;
  padding-bottom: 10px;
}
.popup.profile .sections .section .section-title,
.popup.profile .sections .section .section-sub-title {
  text-transform: uppercase;
  font-size: 16px;
  color: #555555;
}
.popup.profile .sections .section .section-sub-title {
  text-transform: none;
}
.popup.profile .sections .section.surveys {
  background-color: #ececec;
  border-bottom-color: transparent;
  padding: 20px 0 0 0;
}
.popup.profile .sections .section.surveys .section-title {
  padding-top: 16px;
  padding-bottom: 4px;
  color: #000000;
}
.popup.profile .sections .section.profile .icon {
  margin-bottom: 9px;
  color: #a3a3a3;
  background-color: #ececec;
}
.popup.profile .sections .section.profile .name,
.popup.profile .sections .section.profile .email,
.popup.profile .sections .section.profile .company,
.popup.profile .sections .section.profile .contact {
  height: 26px;
  line-height: 26px;
}
.popup.profile .sections .section.profile .buttons {
  font-size: 0;
  margin: -2px -10px;
  padding-top: 22px;
}
.popup.profile .sections .section.profile .buttons button {
  vertical-align: top;
  min-width: 285px;
  margin: 2px 10px;
}
.popup.profile .sections .section.prices .section-title,
.popup.profile .sections .section.stocks .section-title {
  padding-bottom: 30px;
}
.popup.profile .sections .section.prices utx-input-select,
.popup.profile .sections .section.stocks utx-input-select,
.popup.profile .sections .section.prices .message,
.popup.profile .sections .section.stocks .message {
  margin: 0 auto;
  max-width: 500px;
  width: 90%;
  padding: 3px 5px;
}
.popup.profile .sections .section.prices utx-input-select label,
.popup.profile .sections .section.stocks utx-input-select label {
  display: block;
  height: 18px;
  line-height: 18px;
  margin-bottom: 6px;
  text-align: left;
}
.popup.profile .sections .section.prices utx-input-select .input-wrapper,
.popup.profile .sections .section.stocks utx-input-select .input-wrapper {
  height: 30px;
  border: 1px solid #ececec;
  background: transparent;
  font-size: 0;
}
.popup.profile .sections .section.prices utx-input-select .input-wrapper input,
.popup.profile .sections .section.stocks utx-input-select .input-wrapper input,
.popup.profile .sections .section.prices utx-input-select .input-wrapper textarea,
.popup.profile .sections .section.stocks utx-input-select .input-wrapper textarea {
  display: block;
  width: 100%;
  height: 100%;
  padding: 0 10px 2px;
  background: transparent;
  transition: background 100ms;
  color: #585858;
  font-size: 13px;
  font-family: 'Open Sans', arial, sans-serif;
  text-overflow: ellipsis;
  line-height: 30px;
}
.popup.profile .sections .section.prices utx-input-select .input-wrapper input:-webkit-autofill,
.popup.profile .sections .section.stocks utx-input-select .input-wrapper input:-webkit-autofill,
.popup.profile .sections .section.prices utx-input-select .input-wrapper textarea:-webkit-autofill,
.popup.profile .sections .section.stocks utx-input-select .input-wrapper textarea:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 30px #fdfdfd inset !important;
  -webkit-text-fill-color: #585858 !important;
}
@include placeholder-mixin {
  color: rgba(255, 255, 255, 0.7);
  font-style: italic;
}
.popup.profile .sections .section.prices utx-input-select .input-wrapper input.focus,
.popup.profile .sections .section.stocks utx-input-select .input-wrapper input.focus,
.popup.profile .sections .section.prices utx-input-select .input-wrapper textarea.focus,
.popup.profile .sections .section.stocks utx-input-select .input-wrapper textarea.focus,
.popup.profile .sections .section.prices utx-input-select .input-wrapper input:focus,
.popup.profile .sections .section.stocks utx-input-select .input-wrapper input:focus,
.popup.profile .sections .section.prices utx-input-select .input-wrapper textarea:focus,
.popup.profile .sections .section.stocks utx-input-select .input-wrapper textarea:focus {
  background: #fdfdfd;
}
.popup.profile .sections .section.prices utx-input-select .input-wrapper textarea,
.popup.profile .sections .section.stocks utx-input-select .input-wrapper textarea {
  padding-top: 5px;
  padding-bottom: 5px;
  min-height: 30px;
  min-width: 100%;
  max-width: 100%;
}
.popup.profile .sections .section.prices utx-input-select .input-wrapper .clear-icon,
.popup.profile .sections .section.stocks utx-input-select .input-wrapper .clear-icon {
  top: -1px;
  height: 30px;
  width: 30px;
  color: #585858;
  display: none;
  right: 0;
}
.popup.profile .sections .section.prices utx-input-select .input-wrapper .clear-icon::before,
.popup.profile .sections .section.stocks utx-input-select .input-wrapper .clear-icon::before {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 14px;
  height: 14px;
  font-size: 14px;
  margin-left: -7px;
  margin-top: -7px;
}
.popup.profile .sections .section.prices utx-input-select .input-wrapper .clear-icon.dynamic,
.popup.profile .sections .section.stocks utx-input-select .input-wrapper .clear-icon.dynamic {
  cursor: pointer;
  transition: color 100ms;
}
.popup.profile .sections .section.prices utx-input-select .input-wrapper .clear-icon.dynamic:hover,
.popup.profile .sections .section.stocks utx-input-select .input-wrapper .clear-icon.dynamic:hover {
  color: #252525;
}
.popup.profile .sections .section.prices utx-input-select .input-wrapper .clear-icon.smaller::before,
.popup.profile .sections .section.stocks utx-input-select .input-wrapper .clear-icon.smaller::before {
  width: 14px / 2;
  height: 14px / 2;
  font-size: 14px / 2;
  margin-left: -3.5px;
  margin-top: -3.5px;
}
.popup.profile .sections .section.prices utx-input-select .input-wrapper.has-clear-icon input:not([disabled]):focus,
.popup.profile .sections .section.stocks utx-input-select .input-wrapper.has-clear-icon input:not([disabled]):focus {
  padding-right: 25px;
}
.popup.profile .sections .section.prices utx-input-select .input-wrapper.has-clear-icon input:not([disabled]):focus + .clear-icon,
.popup.profile .sections .section.stocks utx-input-select .input-wrapper.has-clear-icon input:not([disabled]):focus + .clear-icon,
.popup.profile .sections .section.prices utx-input-select .input-wrapper.has-clear-icon textarea:not([disabled]):focus + .clear-icon,
.popup.profile .sections .section.stocks utx-input-select .input-wrapper.has-clear-icon textarea:not([disabled]):focus + .clear-icon {
  display: block;
}
.popup.profile .sections .section.prices utx-input-select .input-wrapper.has-icon .input-icon,
.popup.profile .sections .section.stocks utx-input-select .input-wrapper.has-icon .input-icon {
  top: -1px;
  height: 30px;
  width: 30px;
  color: #585858;
}
.popup.profile .sections .section.prices utx-input-select .input-wrapper.has-icon .input-icon::before,
.popup.profile .sections .section.stocks utx-input-select .input-wrapper.has-icon .input-icon::before {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 20px;
  font-size: 20px;
  margin-left: -10px;
  margin-top: -10px;
}
.popup.profile .sections .section.prices utx-input-select .input-wrapper.has-icon .input-icon.dynamic,
.popup.profile .sections .section.stocks utx-input-select .input-wrapper.has-icon .input-icon.dynamic {
  cursor: pointer;
  transition: color 100ms;
}
.popup.profile .sections .section.prices utx-input-select .input-wrapper.has-icon .input-icon.dynamic:hover,
.popup.profile .sections .section.stocks utx-input-select .input-wrapper.has-icon .input-icon.dynamic:hover {
  color: #252525;
}
.popup.profile .sections .section.prices utx-input-select .input-wrapper.has-icon .input-icon.smaller::before,
.popup.profile .sections .section.stocks utx-input-select .input-wrapper.has-icon .input-icon.smaller::before {
  width: 20px / 2;
  height: 20px / 2;
  font-size: 20px / 2;
  margin-left: -5px;
  margin-top: -5px;
}
.popup.profile .sections .section.prices utx-input-select .input-wrapper.has-icon.icon-left input,
.popup.profile .sections .section.stocks utx-input-select .input-wrapper.has-icon.icon-left input {
  padding-left: 40px;
}
.popup.profile .sections .section.prices utx-input-select .input-wrapper.has-icon.icon-right input,
.popup.profile .sections .section.stocks utx-input-select .input-wrapper.has-icon.icon-right input {
  padding-right: 40px;
}
.popup.profile .sections .section.prices utx-input-select .input-wrapper.has-icon.icon-right.has-clear-icon input:focus,
.popup.profile .sections .section.stocks utx-input-select .input-wrapper.has-icon.icon-right.has-clear-icon input:focus {
  padding-right: 60px;
}
.popup.profile .sections .section.prices utx-input-select .input-wrapper.has-icon.icon-right.has-clear-icon .clear-icon,
.popup.profile .sections .section.stocks utx-input-select .input-wrapper.has-icon.icon-right.has-clear-icon .clear-icon {
  right: 30px;
}
.popup.profile .sections .section.prices utx-input-select .input-wrapper .select-all-wrapper,
.popup.profile .sections .section.stocks utx-input-select .input-wrapper .select-all-wrapper,
.popup.profile .sections .section.prices utx-input-select .input-wrapper .options-wrapper,
.popup.profile .sections .section.stocks utx-input-select .input-wrapper .options-wrapper {
  z-index: 1;
  position: absolute;
  left: -1px;
  right: -1px;
  top: 100%;
  border: 1px solid #ececec;
  background-color: #fafafa;
}
.popup.profile .sections .section.prices utx-input-select .input-wrapper .select-all-wrapper .option,
.popup.profile .sections .section.stocks utx-input-select .input-wrapper .select-all-wrapper .option,
.popup.profile .sections .section.prices utx-input-select .input-wrapper .options-wrapper .option,
.popup.profile .sections .section.stocks utx-input-select .input-wrapper .options-wrapper .option {
  text-align: left;
  cursor: default;
  height: 30px;
  line-height: 28px;
  padding: 0 10px 2px;
  color: #585858;
  font-size: 13px;
  font-family: 'Open Sans', arial, sans-serif;
  text-overflow: ellipsis;
  white-space: nowrap;
  background-color: #fafafa;
  border-bottom: 1px solid #ececec;
  transition: background-color 100ms;
}
.popup.profile .sections .section.prices utx-input-select .input-wrapper .select-all-wrapper .option.hovered,
.popup.profile .sections .section.stocks utx-input-select .input-wrapper .select-all-wrapper .option.hovered,
.popup.profile .sections .section.prices utx-input-select .input-wrapper .options-wrapper .option.hovered,
.popup.profile .sections .section.stocks utx-input-select .input-wrapper .options-wrapper .option.hovered,
.popup.profile .sections .section.prices utx-input-select .input-wrapper .select-all-wrapper .option:hover,
.popup.profile .sections .section.stocks utx-input-select .input-wrapper .select-all-wrapper .option:hover,
.popup.profile .sections .section.prices utx-input-select .input-wrapper .options-wrapper .option:hover,
.popup.profile .sections .section.stocks utx-input-select .input-wrapper .options-wrapper .option:hover {
  background-color: #f4f4f4;
}
.popup.profile .sections .section.prices utx-input-select .input-wrapper .select-all-wrapper .option.max-choices-reached,
.popup.profile .sections .section.stocks utx-input-select .input-wrapper .select-all-wrapper .option.max-choices-reached,
.popup.profile .sections .section.prices utx-input-select .input-wrapper .options-wrapper .option.max-choices-reached,
.popup.profile .sections .section.stocks utx-input-select .input-wrapper .options-wrapper .option.max-choices-reached {
  opacity: 0.5;
}
.popup.profile .sections .section.prices utx-input-select .input-wrapper .select-all-wrapper .option.selected,
.popup.profile .sections .section.stocks utx-input-select .input-wrapper .select-all-wrapper .option.selected,
.popup.profile .sections .section.prices utx-input-select .input-wrapper .options-wrapper .option.selected,
.popup.profile .sections .section.stocks utx-input-select .input-wrapper .options-wrapper .option.selected {
  color: #000000;
  background-color: #ececec;
}
.popup.profile .sections .section.prices utx-input-select .input-wrapper .select-all-wrapper .option:last-child,
.popup.profile .sections .section.stocks utx-input-select .input-wrapper .select-all-wrapper .option:last-child,
.popup.profile .sections .section.prices utx-input-select .input-wrapper .options-wrapper .option:last-child,
.popup.profile .sections .section.stocks utx-input-select .input-wrapper .options-wrapper .option:last-child {
  border-bottom-color: transparent;
}
.popup.profile .sections .section.prices utx-input-select .input-wrapper .select-all-wrapper.no-select-all,
.popup.profile .sections .section.stocks utx-input-select .input-wrapper .select-all-wrapper.no-select-all,
.popup.profile .sections .section.prices utx-input-select .input-wrapper .options-wrapper.no-select-all,
.popup.profile .sections .section.stocks utx-input-select .input-wrapper .options-wrapper.no-select-all {
  top: 30px !important;
}
.popup.profile .sections .section.prices utx-input-select .input-wrapper .select-all-wrapper,
.popup.profile .sections .section.stocks utx-input-select .input-wrapper .select-all-wrapper {
  display: none;
}
.popup.profile .sections .section.prices utx-input-select .input-wrapper .options-wrapper,
.popup.profile .sections .section.stocks utx-input-select .input-wrapper .options-wrapper {
  margin-bottom: 20px;
  max-height: 0;
  transition: max-height 150ms;
  overflow-y: auto;
  overflow-x: hidden;
}
.popup.profile .sections .section.prices utx-input-select .input-wrapper .options-wrapper::-webkit-scrollbar,
.popup.profile .sections .section.stocks utx-input-select .input-wrapper .options-wrapper::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}
.popup.profile .sections .section.prices utx-input-select .input-wrapper .options-wrapper::-webkit-scrollbar-track,
.popup.profile .sections .section.stocks utx-input-select .input-wrapper .options-wrapper::-webkit-scrollbar-track {
  background: #fafafa;
}
.popup.profile .sections .section.prices utx-input-select .input-wrapper .options-wrapper::-webkit-scrollbar-thumb,
.popup.profile .sections .section.stocks utx-input-select .input-wrapper .options-wrapper::-webkit-scrollbar-thumb {
  background: #585858;
  width: 4px;
  height: 4px;
}
.popup.profile .sections .section.prices utx-input-select .input-wrapper .options-wrapper .vs-repeat-before-content,
.popup.profile .sections .section.stocks utx-input-select .input-wrapper .options-wrapper .vs-repeat-before-content,
.popup.profile .sections .section.prices utx-input-select .input-wrapper .options-wrapper .vs-repeat-after-content,
.popup.profile .sections .section.stocks utx-input-select .input-wrapper .options-wrapper .vs-repeat-after-content {
  padding: 0 !important;
  border: 0;
  margin-right: 1px;
}
.popup.profile .sections .section.prices utx-input-select .input-wrapper.options-visible .options-wrapper,
.popup.profile .sections .section.stocks utx-input-select .input-wrapper.options-visible .options-wrapper {
  max-height: 302px;
}
.popup.profile .sections .section.prices utx-input-select .input-wrapper:not(.options-visible) .options-wrapper,
.popup.profile .sections .section.stocks utx-input-select .input-wrapper:not(.options-visible) .options-wrapper {
  border-top: 0;
  border-bottom: 0;
  top: calc(100% + 1px);
}
.popup.profile .sections .section.prices utx-input-select .input-wrapper.has-select-all .options-wrapper,
.popup.profile .sections .section.stocks utx-input-select .input-wrapper.has-select-all .options-wrapper {
  top: calc(200% + 2px);
}
.popup.profile .sections .section.prices utx-input-select .input-wrapper.has-select-all.options-visible .select-all-wrapper,
.popup.profile .sections .section.stocks utx-input-select .input-wrapper.has-select-all.options-visible .select-all-wrapper {
  display: block;
}
.popup.profile .sections .section.prices utx-input-select .input-wrapper.disabled .input-icon,
.popup.profile .sections .section.stocks utx-input-select .input-wrapper.disabled .input-icon {
  display: none;
}
.popup.profile .sections .section.prices utx-input-select .option.depth-1 .title,
.popup.profile .sections .section.stocks utx-input-select .option.depth-1 .title {
  padding-left: 15px;
}
.popup.profile .sections .section.prices utx-input-select .option.depth-2 .title,
.popup.profile .sections .section.stocks utx-input-select .option.depth-2 .title {
  padding-left: 30px;
}
.popup.profile .sections .section.prices utx-input-select .option.depth-3 .title,
.popup.profile .sections .section.stocks utx-input-select .option.depth-3 .title {
  padding-left: 45px;
}
.popup.profile .sections .section.prices utx-input-select .option.depth-4 .title,
.popup.profile .sections .section.stocks utx-input-select .option.depth-4 .title {
  padding-left: 60px;
}
.popup.profile .sections .section.prices utx-input-select .option.depth-5 .title,
.popup.profile .sections .section.stocks utx-input-select .option.depth-5 .title {
  padding-left: 75px;
}
.popup.profile .sections .section.prices utx-input-select .option.depth-6 .title,
.popup.profile .sections .section.stocks utx-input-select .option.depth-6 .title {
  padding-left: 90px;
}
.popup.profile .sections .section.prices utx-input-select .option.depth-7 .title,
.popup.profile .sections .section.stocks utx-input-select .option.depth-7 .title {
  padding-left: 105px;
}
.popup.profile .sections .section.prices utx-input-select .option.depth-8 .title,
.popup.profile .sections .section.stocks utx-input-select .option.depth-8 .title {
  padding-left: 120px;
}
.popup.profile .sections .section.prices utx-input-select .option.depth-9 .title,
.popup.profile .sections .section.stocks utx-input-select .option.depth-9 .title {
  padding-left: 135px;
}
.popup.profile .sections .section.prices utx-input-select .option.depth-10 .title,
.popup.profile .sections .section.stocks utx-input-select .option.depth-10 .title {
  padding-left: 150px;
}
.popup.profile .sections .section.prices utx-input-select .option.depth-11 .title,
.popup.profile .sections .section.stocks utx-input-select .option.depth-11 .title {
  padding-left: 165px;
}
.popup.profile .sections .section.prices utx-input-select .option.depth-12 .title,
.popup.profile .sections .section.stocks utx-input-select .option.depth-12 .title {
  padding-left: 180px;
}
.popup.profile .sections .section.prices utx-input-select.prices,
.popup.profile .sections .section.stocks utx-input-select.prices,
.popup.profile .sections .section.prices utx-input-select.stocks,
.popup.profile .sections .section.stocks utx-input-select.stocks {
  position: relative;
}
.popup.profile .sections .section.prices utx-input-select.prices.multiple .option,
.popup.profile .sections .section.stocks utx-input-select.prices.multiple .option,
.popup.profile .sections .section.prices utx-input-select.stocks.multiple .option,
.popup.profile .sections .section.stocks utx-input-select.stocks.multiple .option {
  padding-left: 6px;
}
.popup.profile .sections .section.prices utx-input-select.prices.multiple .option > *,
.popup.profile .sections .section.stocks utx-input-select.prices.multiple .option > *,
.popup.profile .sections .section.prices utx-input-select.stocks.multiple .option > *,
.popup.profile .sections .section.stocks utx-input-select.stocks.multiple .option > *,
.popup.profile .sections .section.prices utx-input-select.prices.multiple .option::before,
.popup.profile .sections .section.stocks utx-input-select.prices.multiple .option::before,
.popup.profile .sections .section.prices utx-input-select.stocks.multiple .option::before,
.popup.profile .sections .section.stocks utx-input-select.stocks.multiple .option::before {
  display: inline-block;
  vertical-align: top;
}
.popup.profile .sections .section.prices utx-input-select.prices.multiple .option::before,
.popup.profile .sections .section.stocks utx-input-select.prices.multiple .option::before,
.popup.profile .sections .section.prices utx-input-select.stocks.multiple .option::before,
.popup.profile .sections .section.stocks utx-input-select.stocks.multiple .option::before {
  content: 'x';
  width: 14px;
  height: 14px;
  padding-left: 1px;
  padding-bottom: 1px;
  margin-top: 6px;
  margin-right: 5px;
  text-align: center;
  font-size: 14px;
  line-height: 14px;
  color: #909090;
  background-color: white;
  border: 1px solid #ececec;
}
.popup.profile .sections .section.prices utx-input-select.prices.multiple .option:not(.selected)::before,
.popup.profile .sections .section.stocks utx-input-select.prices.multiple .option:not(.selected)::before,
.popup.profile .sections .section.prices utx-input-select.stocks.multiple .option:not(.selected)::before,
.popup.profile .sections .section.stocks utx-input-select.stocks.multiple .option:not(.selected)::before {
  content: '';
}
.popup.profile .sections .section.prices utx-input-select.prices::after,
.popup.profile .sections .section.stocks utx-input-select.prices::after,
.popup.profile .sections .section.prices utx-input-select.stocks::after,
.popup.profile .sections .section.stocks utx-input-select.stocks::after {
  content: '✓';
  display: block;
  position: absolute;
  font-size: 18px;
  line-height: 20px;
  width: 20px;
  height: 20px;
  right: -20px;
  top: 50%;
  margin-top: -10px;
  color: #098829;
  opacity: 0;
  transition: opacity 500ms;
}
.popup.profile .sections .section.prices utx-input-select.saved::after,
.popup.profile .sections .section.stocks utx-input-select.saved::after {
  opacity: 1;
}
.popup.profile .sections .section.prices .message,
.popup.profile .sections .section.stocks .message {
  padding-top: 25px;
  padding-bottom: 0;
}
.popup.profile .sections .section.stocks .section-title {
  padding-bottom: 10px;
}
.popup.profile .sections .section.stocks .section-sub-title {
  padding-bottom: 30px;
}
.popup.profile .sections .section.settings .section-title {
  padding-bottom: 30px;
}
.popup.profile .sections .section.settings .table {
  display: table;
  margin: 0 auto;
  max-width: 500px;
  width: 90%;
}
.popup.profile .sections .section.settings .table > * {
  display: table-row;
}
.popup.profile .sections .section.settings .table > * > * {
  display: table-cell;
  vertical-align: middle;
  padding: 3px 5px;
  text-align: left;
}
.popup.profile .sections .section.settings .table > * > *:first-child {
  padding-left: 0;
  white-space: nowrap;
  width: 1px;
}
.popup.profile .sections .section.settings .table > * > *:last-child {
  padding-right: 0;
}
.popup.profile .sections .section.settings .table .show-ean input[type='radio'] {
  display: none;
}
.popup.profile .sections .section.settings .table .show-ean input[type='radio'] ~ label > * {
  cursor: pointer;
  display: inline-block;
  vertical-align: top;
  line-height: 14px;
  height: 14px;
}
.popup.profile .sections .section.settings .table .show-ean input[type='radio'] ~ label .check {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  border: 1px solid #585858;
}
.popup.profile .sections .section.settings .table .show-ean input[type='radio'] ~ label .check::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 8px;
  height: 8px;
  margin-top: -4px;
  margin-left: -4px;
  border-radius: 50%;
  background-color: #000000;
  opacity: 1;
  transform: scale(1, 1);
  transition: opacity 100ms, transform 100ms;
}
.popup.profile .sections .section.settings .table .show-ean input[type='radio']:not(:checked) ~ label .check::before {
  opacity: 0;
  transform: scale(0, 0);
}
.popup.profile .sections .section.settings .table .show-ean .input-wrapper {
  display: inline-block;
  margin-right: 10px;
}
.popup.profile .sections .section.settings .table .show-ean .input-wrapper:last-child {
  margin-right: 0;
}
.popup.profile .sections .section.settings .table .newsletter-subscription utx-input-select label {
  display: block;
  height: 18px;
  line-height: 18px;
  margin-bottom: 6px;
  text-align: left;
}
.popup.profile .sections .section.settings .table .newsletter-subscription utx-input-select .input-wrapper {
  height: 30px;
  border: 1px solid #ececec;
  background: transparent;
  font-size: 0;
}
.popup.profile .sections .section.settings .table .newsletter-subscription utx-input-select .input-wrapper input,
.popup.profile .sections .section.settings .table .newsletter-subscription utx-input-select .input-wrapper textarea {
  display: block;
  width: 100%;
  height: 100%;
  padding: 0 10px 2px;
  background: transparent;
  transition: background 100ms;
  color: #585858;
  font-size: 13px;
  font-family: 'Open Sans', arial, sans-serif;
  text-overflow: ellipsis;
  line-height: 30px;
}
.popup.profile .sections .section.settings .table .newsletter-subscription utx-input-select .input-wrapper input:-webkit-autofill,
.popup.profile .sections .section.settings .table .newsletter-subscription utx-input-select .input-wrapper textarea:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 30px #fdfdfd inset !important;
  -webkit-text-fill-color: #585858 !important;
}
@include placeholder-mixin {
  color: rgba(255, 255, 255, 0.7);
  font-style: italic;
}
.popup.profile .sections .section.settings .table .newsletter-subscription utx-input-select .input-wrapper input.focus,
.popup.profile .sections .section.settings .table .newsletter-subscription utx-input-select .input-wrapper textarea.focus,
.popup.profile .sections .section.settings .table .newsletter-subscription utx-input-select .input-wrapper input:focus,
.popup.profile .sections .section.settings .table .newsletter-subscription utx-input-select .input-wrapper textarea:focus {
  background: #fdfdfd;
}
.popup.profile .sections .section.settings .table .newsletter-subscription utx-input-select .input-wrapper textarea {
  padding-top: 5px;
  padding-bottom: 5px;
  min-height: 30px;
  min-width: 100%;
  max-width: 100%;
}
.popup.profile .sections .section.settings .table .newsletter-subscription utx-input-select .input-wrapper .clear-icon {
  top: -1px;
  height: 30px;
  width: 30px;
  color: #585858;
  display: none;
  right: 0;
}
.popup.profile .sections .section.settings .table .newsletter-subscription utx-input-select .input-wrapper .clear-icon::before {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 14px;
  height: 14px;
  font-size: 14px;
  margin-left: -7px;
  margin-top: -7px;
}
.popup.profile .sections .section.settings .table .newsletter-subscription utx-input-select .input-wrapper .clear-icon.dynamic {
  cursor: pointer;
  transition: color 100ms;
}
.popup.profile .sections .section.settings .table .newsletter-subscription utx-input-select .input-wrapper .clear-icon.dynamic:hover {
  color: #252525;
}
.popup.profile .sections .section.settings .table .newsletter-subscription utx-input-select .input-wrapper .clear-icon.smaller::before {
  width: 14px / 2;
  height: 14px / 2;
  font-size: 14px / 2;
  margin-left: -3.5px;
  margin-top: -3.5px;
}
.popup.profile .sections .section.settings .table .newsletter-subscription utx-input-select .input-wrapper.has-clear-icon input:not([disabled]):focus {
  padding-right: 25px;
}
.popup.profile .sections .section.settings .table .newsletter-subscription utx-input-select .input-wrapper.has-clear-icon input:not([disabled]):focus + .clear-icon,
.popup.profile .sections .section.settings .table .newsletter-subscription utx-input-select .input-wrapper.has-clear-icon textarea:not([disabled]):focus + .clear-icon {
  display: block;
}
.popup.profile .sections .section.settings .table .newsletter-subscription utx-input-select .input-wrapper.has-icon .input-icon {
  top: -1px;
  height: 30px;
  width: 30px;
  color: #585858;
}
.popup.profile .sections .section.settings .table .newsletter-subscription utx-input-select .input-wrapper.has-icon .input-icon::before {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 20px;
  font-size: 20px;
  margin-left: -10px;
  margin-top: -10px;
}
.popup.profile .sections .section.settings .table .newsletter-subscription utx-input-select .input-wrapper.has-icon .input-icon.dynamic {
  cursor: pointer;
  transition: color 100ms;
}
.popup.profile .sections .section.settings .table .newsletter-subscription utx-input-select .input-wrapper.has-icon .input-icon.dynamic:hover {
  color: #252525;
}
.popup.profile .sections .section.settings .table .newsletter-subscription utx-input-select .input-wrapper.has-icon .input-icon.smaller::before {
  width: 20px / 2;
  height: 20px / 2;
  font-size: 20px / 2;
  margin-left: -5px;
  margin-top: -5px;
}
.popup.profile .sections .section.settings .table .newsletter-subscription utx-input-select .input-wrapper.has-icon.icon-left input {
  padding-left: 40px;
}
.popup.profile .sections .section.settings .table .newsletter-subscription utx-input-select .input-wrapper.has-icon.icon-right input {
  padding-right: 40px;
}
.popup.profile .sections .section.settings .table .newsletter-subscription utx-input-select .input-wrapper.has-icon.icon-right.has-clear-icon input:focus {
  padding-right: 60px;
}
.popup.profile .sections .section.settings .table .newsletter-subscription utx-input-select .input-wrapper.has-icon.icon-right.has-clear-icon .clear-icon {
  right: 30px;
}
.popup.profile .sections .section.settings .table .newsletter-subscription utx-input-select .input-wrapper .select-all-wrapper,
.popup.profile .sections .section.settings .table .newsletter-subscription utx-input-select .input-wrapper .options-wrapper {
  z-index: 1;
  position: absolute;
  left: -1px;
  right: -1px;
  top: 100%;
  border: 1px solid #ececec;
  background-color: #fafafa;
}
.popup.profile .sections .section.settings .table .newsletter-subscription utx-input-select .input-wrapper .select-all-wrapper .option,
.popup.profile .sections .section.settings .table .newsletter-subscription utx-input-select .input-wrapper .options-wrapper .option {
  text-align: left;
  cursor: default;
  height: 30px;
  line-height: 28px;
  padding: 0 10px 2px;
  color: #585858;
  font-size: 13px;
  font-family: 'Open Sans', arial, sans-serif;
  text-overflow: ellipsis;
  white-space: nowrap;
  background-color: #fafafa;
  border-bottom: 1px solid #ececec;
  transition: background-color 100ms;
}
.popup.profile .sections .section.settings .table .newsletter-subscription utx-input-select .input-wrapper .select-all-wrapper .option.hovered,
.popup.profile .sections .section.settings .table .newsletter-subscription utx-input-select .input-wrapper .options-wrapper .option.hovered,
.popup.profile .sections .section.settings .table .newsletter-subscription utx-input-select .input-wrapper .select-all-wrapper .option:hover,
.popup.profile .sections .section.settings .table .newsletter-subscription utx-input-select .input-wrapper .options-wrapper .option:hover {
  background-color: #f4f4f4;
}
.popup.profile .sections .section.settings .table .newsletter-subscription utx-input-select .input-wrapper .select-all-wrapper .option.max-choices-reached,
.popup.profile .sections .section.settings .table .newsletter-subscription utx-input-select .input-wrapper .options-wrapper .option.max-choices-reached {
  opacity: 0.5;
}
.popup.profile .sections .section.settings .table .newsletter-subscription utx-input-select .input-wrapper .select-all-wrapper .option.selected,
.popup.profile .sections .section.settings .table .newsletter-subscription utx-input-select .input-wrapper .options-wrapper .option.selected {
  color: #000000;
  background-color: #ececec;
}
.popup.profile .sections .section.settings .table .newsletter-subscription utx-input-select .input-wrapper .select-all-wrapper .option:last-child,
.popup.profile .sections .section.settings .table .newsletter-subscription utx-input-select .input-wrapper .options-wrapper .option:last-child {
  border-bottom-color: transparent;
}
.popup.profile .sections .section.settings .table .newsletter-subscription utx-input-select .input-wrapper .select-all-wrapper.no-select-all,
.popup.profile .sections .section.settings .table .newsletter-subscription utx-input-select .input-wrapper .options-wrapper.no-select-all {
  top: 30px !important;
}
.popup.profile .sections .section.settings .table .newsletter-subscription utx-input-select .input-wrapper .select-all-wrapper {
  display: none;
}
.popup.profile .sections .section.settings .table .newsletter-subscription utx-input-select .input-wrapper .options-wrapper {
  margin-bottom: 20px;
  max-height: 0;
  transition: max-height 150ms;
  overflow-y: auto;
  overflow-x: hidden;
}
.popup.profile .sections .section.settings .table .newsletter-subscription utx-input-select .input-wrapper .options-wrapper::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}
.popup.profile .sections .section.settings .table .newsletter-subscription utx-input-select .input-wrapper .options-wrapper::-webkit-scrollbar-track {
  background: #fafafa;
}
.popup.profile .sections .section.settings .table .newsletter-subscription utx-input-select .input-wrapper .options-wrapper::-webkit-scrollbar-thumb {
  background: #585858;
  width: 4px;
  height: 4px;
}
.popup.profile .sections .section.settings .table .newsletter-subscription utx-input-select .input-wrapper .options-wrapper .vs-repeat-before-content,
.popup.profile .sections .section.settings .table .newsletter-subscription utx-input-select .input-wrapper .options-wrapper .vs-repeat-after-content {
  padding: 0 !important;
  border: 0;
  margin-right: 1px;
}
.popup.profile .sections .section.settings .table .newsletter-subscription utx-input-select .input-wrapper.options-visible .options-wrapper {
  max-height: 302px;
}
.popup.profile .sections .section.settings .table .newsletter-subscription utx-input-select .input-wrapper:not(.options-visible) .options-wrapper {
  border-top: 0;
  border-bottom: 0;
  top: calc(100% + 1px);
}
.popup.profile .sections .section.settings .table .newsletter-subscription utx-input-select .input-wrapper.has-select-all .options-wrapper {
  top: calc(200% + 2px);
}
.popup.profile .sections .section.settings .table .newsletter-subscription utx-input-select .input-wrapper.has-select-all.options-visible .select-all-wrapper {
  display: block;
}
.popup.profile .sections .section.settings .table .newsletter-subscription utx-input-select .input-wrapper.disabled .input-icon {
  display: none;
}
.popup.profile .sections .section.settings .table .news-subscription utx-input-select label {
  display: block;
  height: 18px;
  line-height: 18px;
  margin-bottom: 6px;
  text-align: left;
}
.popup.profile .sections .section.settings .table .news-subscription utx-input-select .input-wrapper {
  height: 30px;
  border: 1px solid #ececec;
  background: transparent;
  font-size: 0;
}
.popup.profile .sections .section.settings .table .news-subscription utx-input-select .input-wrapper input,
.popup.profile .sections .section.settings .table .news-subscription utx-input-select .input-wrapper textarea {
  display: block;
  width: 100%;
  height: 100%;
  padding: 0 10px 2px;
  background: transparent;
  transition: background 100ms;
  color: #585858;
  font-size: 13px;
  font-family: 'Open Sans', arial, sans-serif;
  text-overflow: ellipsis;
  line-height: 30px;
}
.popup.profile .sections .section.settings .table .news-subscription utx-input-select .input-wrapper input:-webkit-autofill,
.popup.profile .sections .section.settings .table .news-subscription utx-input-select .input-wrapper textarea:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 30px #fdfdfd inset !important;
  -webkit-text-fill-color: #585858 !important;
}
@include placeholder-mixin {
  color: rgba(255, 255, 255, 0.7);
  font-style: italic;
}
.popup.profile .sections .section.settings .table .news-subscription utx-input-select .input-wrapper input.focus,
.popup.profile .sections .section.settings .table .news-subscription utx-input-select .input-wrapper textarea.focus,
.popup.profile .sections .section.settings .table .news-subscription utx-input-select .input-wrapper input:focus,
.popup.profile .sections .section.settings .table .news-subscription utx-input-select .input-wrapper textarea:focus {
  background: #fdfdfd;
}
.popup.profile .sections .section.settings .table .news-subscription utx-input-select .input-wrapper textarea {
  padding-top: 5px;
  padding-bottom: 5px;
  min-height: 30px;
  min-width: 100%;
  max-width: 100%;
}
.popup.profile .sections .section.settings .table .news-subscription utx-input-select .input-wrapper .clear-icon {
  top: -1px;
  height: 30px;
  width: 30px;
  color: #585858;
  display: none;
  right: 0;
}
.popup.profile .sections .section.settings .table .news-subscription utx-input-select .input-wrapper .clear-icon::before {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 14px;
  height: 14px;
  font-size: 14px;
  margin-left: -7px;
  margin-top: -7px;
}
.popup.profile .sections .section.settings .table .news-subscription utx-input-select .input-wrapper .clear-icon.dynamic {
  cursor: pointer;
  transition: color 100ms;
}
.popup.profile .sections .section.settings .table .news-subscription utx-input-select .input-wrapper .clear-icon.dynamic:hover {
  color: #252525;
}
.popup.profile .sections .section.settings .table .news-subscription utx-input-select .input-wrapper .clear-icon.smaller::before {
  width: 14px / 2;
  height: 14px / 2;
  font-size: 14px / 2;
  margin-left: -3.5px;
  margin-top: -3.5px;
}
.popup.profile .sections .section.settings .table .news-subscription utx-input-select .input-wrapper.has-clear-icon input:not([disabled]):focus {
  padding-right: 25px;
}
.popup.profile .sections .section.settings .table .news-subscription utx-input-select .input-wrapper.has-clear-icon input:not([disabled]):focus + .clear-icon,
.popup.profile .sections .section.settings .table .news-subscription utx-input-select .input-wrapper.has-clear-icon textarea:not([disabled]):focus + .clear-icon {
  display: block;
}
.popup.profile .sections .section.settings .table .news-subscription utx-input-select .input-wrapper.has-icon .input-icon {
  top: -1px;
  height: 30px;
  width: 30px;
  color: #585858;
}
.popup.profile .sections .section.settings .table .news-subscription utx-input-select .input-wrapper.has-icon .input-icon::before {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 20px;
  font-size: 20px;
  margin-left: -10px;
  margin-top: -10px;
}
.popup.profile .sections .section.settings .table .news-subscription utx-input-select .input-wrapper.has-icon .input-icon.dynamic {
  cursor: pointer;
  transition: color 100ms;
}
.popup.profile .sections .section.settings .table .news-subscription utx-input-select .input-wrapper.has-icon .input-icon.dynamic:hover {
  color: #252525;
}
.popup.profile .sections .section.settings .table .news-subscription utx-input-select .input-wrapper.has-icon .input-icon.smaller::before {
  width: 20px / 2;
  height: 20px / 2;
  font-size: 20px / 2;
  margin-left: -5px;
  margin-top: -5px;
}
.popup.profile .sections .section.settings .table .news-subscription utx-input-select .input-wrapper.has-icon.icon-left input {
  padding-left: 40px;
}
.popup.profile .sections .section.settings .table .news-subscription utx-input-select .input-wrapper.has-icon.icon-right input {
  padding-right: 40px;
}
.popup.profile .sections .section.settings .table .news-subscription utx-input-select .input-wrapper.has-icon.icon-right.has-clear-icon input:focus {
  padding-right: 60px;
}
.popup.profile .sections .section.settings .table .news-subscription utx-input-select .input-wrapper.has-icon.icon-right.has-clear-icon .clear-icon {
  right: 30px;
}
.popup.profile .sections .section.settings .table .news-subscription utx-input-select .input-wrapper .select-all-wrapper,
.popup.profile .sections .section.settings .table .news-subscription utx-input-select .input-wrapper .options-wrapper {
  z-index: 1;
  position: absolute;
  left: -1px;
  right: -1px;
  top: 100%;
  border: 1px solid #ececec;
  background-color: #fafafa;
}
.popup.profile .sections .section.settings .table .news-subscription utx-input-select .input-wrapper .select-all-wrapper .option,
.popup.profile .sections .section.settings .table .news-subscription utx-input-select .input-wrapper .options-wrapper .option {
  text-align: left;
  cursor: default;
  height: 30px;
  line-height: 28px;
  padding: 0 10px 2px;
  color: #585858;
  font-size: 13px;
  font-family: 'Open Sans', arial, sans-serif;
  text-overflow: ellipsis;
  white-space: nowrap;
  background-color: #fafafa;
  border-bottom: 1px solid #ececec;
  transition: background-color 100ms;
}
.popup.profile .sections .section.settings .table .news-subscription utx-input-select .input-wrapper .select-all-wrapper .option.hovered,
.popup.profile .sections .section.settings .table .news-subscription utx-input-select .input-wrapper .options-wrapper .option.hovered,
.popup.profile .sections .section.settings .table .news-subscription utx-input-select .input-wrapper .select-all-wrapper .option:hover,
.popup.profile .sections .section.settings .table .news-subscription utx-input-select .input-wrapper .options-wrapper .option:hover {
  background-color: #f4f4f4;
}
.popup.profile .sections .section.settings .table .news-subscription utx-input-select .input-wrapper .select-all-wrapper .option.max-choices-reached,
.popup.profile .sections .section.settings .table .news-subscription utx-input-select .input-wrapper .options-wrapper .option.max-choices-reached {
  opacity: 0.5;
}
.popup.profile .sections .section.settings .table .news-subscription utx-input-select .input-wrapper .select-all-wrapper .option.selected,
.popup.profile .sections .section.settings .table .news-subscription utx-input-select .input-wrapper .options-wrapper .option.selected {
  color: #000000;
  background-color: #ececec;
}
.popup.profile .sections .section.settings .table .news-subscription utx-input-select .input-wrapper .select-all-wrapper .option:last-child,
.popup.profile .sections .section.settings .table .news-subscription utx-input-select .input-wrapper .options-wrapper .option:last-child {
  border-bottom-color: transparent;
}
.popup.profile .sections .section.settings .table .news-subscription utx-input-select .input-wrapper .select-all-wrapper.no-select-all,
.popup.profile .sections .section.settings .table .news-subscription utx-input-select .input-wrapper .options-wrapper.no-select-all {
  top: 30px !important;
}
.popup.profile .sections .section.settings .table .news-subscription utx-input-select .input-wrapper .select-all-wrapper {
  display: none;
}
.popup.profile .sections .section.settings .table .news-subscription utx-input-select .input-wrapper .options-wrapper {
  margin-bottom: 20px;
  max-height: 0;
  transition: max-height 150ms;
  overflow-y: auto;
  overflow-x: hidden;
}
.popup.profile .sections .section.settings .table .news-subscription utx-input-select .input-wrapper .options-wrapper::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}
.popup.profile .sections .section.settings .table .news-subscription utx-input-select .input-wrapper .options-wrapper::-webkit-scrollbar-track {
  background: #fafafa;
}
.popup.profile .sections .section.settings .table .news-subscription utx-input-select .input-wrapper .options-wrapper::-webkit-scrollbar-thumb {
  background: #585858;
  width: 4px;
  height: 4px;
}
.popup.profile .sections .section.settings .table .news-subscription utx-input-select .input-wrapper .options-wrapper .vs-repeat-before-content,
.popup.profile .sections .section.settings .table .news-subscription utx-input-select .input-wrapper .options-wrapper .vs-repeat-after-content {
  padding: 0 !important;
  border: 0;
  margin-right: 1px;
}
.popup.profile .sections .section.settings .table .news-subscription utx-input-select .input-wrapper.options-visible .options-wrapper {
  max-height: 302px;
}
.popup.profile .sections .section.settings .table .news-subscription utx-input-select .input-wrapper:not(.options-visible) .options-wrapper {
  border-top: 0;
  border-bottom: 0;
  top: calc(100% + 1px);
}
.popup.profile .sections .section.settings .table .news-subscription utx-input-select .input-wrapper.has-select-all .options-wrapper {
  top: calc(200% + 2px);
}
.popup.profile .sections .section.settings .table .news-subscription utx-input-select .input-wrapper.has-select-all.options-visible .select-all-wrapper {
  display: block;
}
.popup.profile .sections .section.settings .table .news-subscription utx-input-select .input-wrapper.disabled .input-icon {
  display: none;
}
.popup.profile .sections .section.last-visits .section-title {
  padding-bottom: 20px;
}
.popup.profile .sections .section.last-visits .sessions {
  display: table;
  width: 100%;
  color: #808080;
}
.popup.profile .sections .section.last-visits .sessions > * {
  display: table-row;
  height: 28px;
}
.popup.profile .sections .section.last-visits .sessions > * > * {
  display: table-cell;
  vertical-align: middle;
  text-align: left;
  padding: 2px 5px;
  width: 25%;
}
.popup.profile .sections .section.last-visits .sessions .header {
  color: #707070;
}
.popup.profile .sections .section.last-visits .sessions .header > * {
  padding-bottom: 5px;
}
.popup.profile .sections .section.last-visits .sessions .session > *:first-child {
  color: #000000;
}
.ccp-container {
  padding-top: 15px;
  width: 75vw;
  height: 82vh;
}
.ccp-container .language-selector {
  padding-top: 3px;
  position: relative;
  text-transform: uppercase;
  font-size: 12px;
  cursor: pointer;
  font-family: 'Open Sans', arial, sans-serif;
  color: #585858;
  height: 0;
  width: 20%;
}
.ccp-container .language-selector .icon-languages {
  position: relative;
  top: -28px;
  left: -10px;
}
.ccp-container .language-selector .icon-languages:before {
  font-size: 20px;
}
.ccp-container .language-selector:hover {
  color: #000000;
}
.ccp-container .language-selector .language-selected,
.ccp-container .language-selector .language-selector-icon {
  cursor: pointer;
  float: left;
  vertical-align: top;
}
.ccp-container .language-selector .language-selector-glob-icon {
  display: inline-block;
  float: left;
  position: relative;
  width: 25px;
  height: 26px;
  margin-right: 10px;
  cursor: pointer;
  background-image: url("/images/icnLg.svg");
  background-position: center 2px;
  background-repeat: no-repeat;
  background-size: 20px 20px;
}
.ccp-container .language-selector .language-selector-glob-icon:hover {
  background-image: url("/images/balmain/icnLg.svg");
}
.ccp-container .language-selector .language-selector-glob-icon.hovered {
  background-image: url("/images/balmain/icnLg.svg");
}
.ccp-container .language-selector .language-selected {
  padding-right: 10px;
}
.ccp-container .language-selector .language-selector-icon {
  background: url("/images/sprite.png");
  background-size: 500px 1000px;
  background-position: -90px 0;
  margin-top: 2px;
  width: 13px;
  height: 13px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .ccp-container .language-selector .language-selector-icon {
    background-image: url("/images/sprite@2x.png");
  }
}
.ccp-container .language-selector .languages-list-container-arrow-up {
  width: 0;
  height: 0;
  z-index: 25;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-bottom: 12px solid #FEFEFE;
  position: absolute;
  top: 1px;
  left: -14px;
}
.ccp-container .language-selector .languages-list-container {
  display: inline-block;
  color: #555555;
  width: 172px;
  padding: 20px 0 0 0;
  z-index: 15;
  position: absolute;
  top: -7px;
  left: -87px;
  opacity: 1 !important;
  -moz-opacity: 1 !important;
  filter: alpha(opacity=100) 1 !important;
}
.ccp-container .language-selector .languages-list-container .languages-list-block {
  display: inline-block;
  width: 172px;
  padding: 12px 0;
  -webkit-box-shadow: 0 0 10px 4px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 10px 4px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px 4px rgba(0, 0, 0, 0.1);
  background-color: #FEFEFE !important;
}
.ccp-container .language-selector .languages-list-container .languages-list-block .languages-list {
  list-style: none;
  padding: 0;
  min-width: 100%;
}
.ccp-container .language-selector .languages-list-container .languages-list-block .languages-list li {
  width: 172px;
  padding: 7px 7px;
  text-align: center;
  cursor: pointer;
}
.ccp-container .language-selector .languages-list-container .languages-list-block .languages-list li.active {
  color: #000000 !important;
  font-weight: bold;
}
.ccp-container .language-selector .languages-list-container .languages-list-block .languages-list li:hover {
  background: #DDD;
}
.ccp-container .language-selector .language-label {
  position: relative;
  top: -48px;
  left: 16px;
}
utx-password-rules {
  display: block;
}
utx-password-rules > .password-rules-description {
  padding-bottom: 10px;
  min-height: 64px;
}
utx-password-rules > .password-rules-list > * {
  line-height: 18px;
  min-height: 18px;
  padding: 2px 0;
}
utx-password-rules > .password-rules-list > *::before {
  content: '';
  display: inline-block;
  vertical-align: top;
  width: 8px;
  height: 8px;
  background-color: #808080;
  border-radius: 50%;
  margin-top: 10px / 2;
  margin-right: 8px;
}
utx-voucher-search-home {
  display: block;
  background-color: #ebeaef;
}
utx-voucher-search-home > .title-container {
  font-size: 14px;
  color: #000000;
  text-transform: uppercase;
  padding: 20px 20px 0;
}
utx-voucher-search-home > .row-container {
  width: 100%;
}
utx-voucher-search-home > .row-container > * {
  float: left;
  width: 50%;
  position: relative;
  padding: 20px;
}
utx-voucher-search-home > .row-container > * > * {
  display: table;
  width: 100%;
  height: 66px;
}
utx-voucher-search-home > .row-container > * > * > * {
  display: table-cell;
  vertical-align: middle;
  padding: 0 10px;
}
utx-voucher-search-home > .row-container > * > * > *:first-child {
  padding-left: 0;
}
utx-voucher-search-home > .row-container > * > * > *:last-child {
  text-align: right;
  padding-right: 0;
}
utx-voucher-search-home > .row-container > * > * > .icon-wrapper-cell,
utx-voucher-search-home > .row-container > * > * > .button-wrapper-cell {
  width: 1px;
}
utx-voucher-search-home > .row-container > *:not(:last-child)::after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  height: 66px;
  width: 1px;
  background-color: #999;
  margin-top: -33px;
}
utx-voucher-search-home > .row-container::after {
  content: '';
  display: block;
  clear: both;
}
@media (max-width: 960px) {
  utx-voucher-search-home > .row-container > * {
    width: 100%;
    float: none;
  }
  utx-voucher-search-home > .row-container > *::after {
    display: none !important;
  }
}
utx-voucher-search-home > .row-container.three-columns > * {
  width: 33%;
}
@media (max-width: 960px) {
  utx-voucher-search-home > .row-container.three-columns > * {
    width: 100% !important;
    float: none;
  }
  utx-voucher-search-home > .row-container.three-columns > *::after {
    display: none !important;
  }
}
utx-voucher-search-home .search-by-reference-wrapper .input-wrapper {
  width: 100%;
}
.input-wrapper {
  display: inline-block;
  vertical-align: top;
  width: 25%;
  height: 30px;
}
.input-wrapper > .field-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
}
.input-wrapper > .field-wrapper > .label {
  position: absolute;
  bottom: 100%;
  height: 14px;
  line-height: 14px;
  font-size: 12px;
  color: #a7a7a7;
  transition: font-size 150ms, bottom 150ms;
}
.input-wrapper > .field-wrapper > input {
  width: 100%;
  height: 100%;
  color: #585858;
  border: 0;
  padding: 0;
  border-bottom: 1px solid #d2d2d2;
  background-color: transparent;
}
.input-wrapper > .field-wrapper > input::-webkit-input-placeholder {
  color: #a7a7a7;
}
.input-wrapper > .field-wrapper > input::-moz-placeholder {
  color: #a7a7a7;
}
.input-wrapper > .field-wrapper > input:-ms-input-placeholder {
  color: #a7a7a7;
}
.input-wrapper > .field-wrapper > input:-moz-placeholder {
  color: #a7a7a7;
}
.input-wrapper > .field-wrapper > .field-icon {
  position: absolute;
  top: 0;
  right: 0;
  width: 18px;
  height: 30px;
  color: #000000;
  transition: color 150ms;
}
.input-wrapper > .field-wrapper > .field-icon::before {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 18px;
  height: 18px;
  font-size: 18px;
  margin-top: -9px;
  margin-left: -9px;
}
.input-wrapper > .field-wrapper > .field-icon.smaller {
  width: calc(18px / 2);
}
.input-wrapper > .field-wrapper > .field-icon.smaller::before {
  width: calc(18px / 2);
  height: calc(18px / 2);
  font-size: calc(18px / 2);
  margin-top: calc(-(calc(18px / 2) / 2));
  margin-left: calc(-(calc(18px / 2) / 2));
}
.input-wrapper > .field-wrapper > .field-icon.clickable {
  cursor: pointer;
}
.input-wrapper > .field-wrapper > .field-icon.clickable:hover {
  color: black;
}
.input-wrapper > .field-wrapper > selectbox {
  text-align: left;
}
.input-wrapper > .field-wrapper > selectbox .selectbox-input-container {
  display: none;
}
.input-wrapper > .field-wrapper > selectbox .selectbox-popup .filter-container > .selectbox-input {
  width: 100%;
}
.input-wrapper > .button-wrapper {
  height: 100%;
}
.input-wrapper > .button-wrapper > button {
  width: 100%;
  height: 100%;
  text-align: center;
  cursor: pointer;
  padding: 0 13px;
  color: white;
  background-color: #000000;
  transition: color 100ms;
  font-family: 'Muli', Arial, sans-serif;
  font-weight: normal;
  text-transform: uppercase;
  white-space: nowrap;
  border: 0;
  border-radius: 0;
}
.input-wrapper > .button-wrapper > button:hover {
  color: white;
  background-color: black;
}
.input-wrapper > .button-wrapper > button > .button-text {
  position: relative;
  top: 1px;
}
.input-wrapper > .button-wrapper > button > .button-icon {
  cursor: pointer;
  transition: none;
}
.input-wrapper > .button-wrapper.type-1 > button {
  color: white;
  background-color: #a8a8a8;
}
.input-wrapper > .button-wrapper.type-1 > button:hover {
  color: white;
  background-color: #555555;
}
.input-wrapper > .button-wrapper.type-transparent > button {
  padding-left: 0;
  padding-right: 0;
  color: #585858;
  background-color: transparent;
}
.input-wrapper > .button-wrapper.type-transparent > button:hover {
  color: black;
  background-color: transparent;
}
.input-wrapper.input-button {
  width: auto;
}
.input-wrapper.breakline {
  display: block;
  padding: 0;
  margin: 0;
  width: 100%;
  height: 0;
}
.input-wrapper.float-left {
  float: left;
}
.input-wrapper.float-right {
  float: right;
}
.input-wrapper:not(.focused).empty > .field-wrapper > .label {
  font-size: 14px;
  bottom: 16px / 2;
}
.input-wrapper.has-icon > .field-wrapper > input {
  padding-right: 23px;
}
utx-auto-form {
  display: block;
  padding: 20px;
  padding-top: 34px;
  background-color: #ebeaef;
}
utx-auto-form > form {
  text-align: left;
  margin: -14px -10px;
}
utx-auto-form > form > .input-wrapper {
  display: inline-block;
  vertical-align: top;
  padding: 14px 10px;
  width: 25%;
  height: 58px;
}
utx-auto-form > form::after {
  content: '';
  display: block;
  clear: both;
}
utx-pagination {
  display: table;
  width: 96px;
  height: 34px;
  text-align: center;
}
utx-pagination > * {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  font-size: 0;
}
utx-pagination > *.page-input-wrapper {
  width: 34px;
}
utx-pagination > *.page-input-wrapper > input {
  font-size: 13px;
  width: 100%;
  height: 100%;
  text-align: center;
  color: #a7a7a7;
  background-color: #fafafa;
  border: 0;
  padding: 0;
}
utx-pagination > *.page-total-wrapper {
  width: 34px;
  color: #a7a7a7;
  font-size: 13px;
}
utx-pagination > *.left-arrow-wrapper {
  text-align: left;
}
utx-pagination > *.right-arrow-wrapper {
  text-align: right;
}
utx-pagination > *.left-arrow-wrapper,
utx-pagination > *.right-arrow-wrapper {
  width: 14px;
  cursor: pointer;
  user-select: none;
}
utx-pagination > *.left-arrow-wrapper > *,
utx-pagination > *.right-arrow-wrapper > * {
  display: inline-block;
  width: 10px;
  height: 10px;
}
utx-pagination > *.left-arrow-wrapper > *::before,
utx-pagination > *.right-arrow-wrapper > *::before {
  display: block;
  width: 10px;
  height: 10px;
  font-size: 10px;
  color: #d02b32;
}
utx-pagination > *.left-arrow-wrapper:not(.disabled):hover > *::before,
utx-pagination > *.right-arrow-wrapper:not(.disabled):hover > *::before {
  color: black;
}
utx-pagination > *.left-arrow-wrapper.disabled,
utx-pagination > *.right-arrow-wrapper.disabled {
  cursor: default;
}
utx-pagination > *.left-arrow-wrapper.disabled > *::before,
utx-pagination > *.right-arrow-wrapper.disabled > *::before {
  color: #d2d2d2;
}
.vouchers-page .vouchers-menu {
  text-align: center;
  padding: 12px 0;
}
.vouchers-page .vouchers-menu > .menu-button {
  display: inline-block;
  position: relative;
  height: 14px;
  line-height: 14px;
  text-transform: uppercase;
  font-size: 14px;
  color: #585858;
  padding: 0 13px;
  margin: 10px 0;
}
.vouchers-page .vouchers-menu > .menu-button:not(:last-child) {
  border-right: 1px solid #585858;
}
.vouchers-page .vouchers-menu > .menu-button:not(.selected) {
  cursor: pointer;
}
.vouchers-page .vouchers-menu > .menu-button.selected {
  cursor: default;
}
.vouchers-page .vouchers-menu > .menu-button.selected::after {
  content: '';
  display: block;
  position: absolute;
  left: 13px;
  right: 13px;
  bottom: -5px;
  height: 1px;
  background-color: #000000;
}
utx-vouchers-search {
  display: block;
}
utx-vouchers-search > utx-paginated-list {
  margin-top: 20px;
}
utx-vouchers-search > utx-paginated-list .list {
  display: table;
  width: 100%;
}
utx-vouchers-search > utx-paginated-list .list > * {
  display: table-row;
  height: 60px;
}
utx-vouchers-search > utx-paginated-list .list > * > * {
  display: table-cell;
  vertical-align: middle;
  padding: 5px 10px;
  border-bottom: 1px solid #e0e0e0;
}
utx-vouchers-search > utx-paginated-list .list > * > *:last-child {
  text-align: right;
}
utx-vouchers-search > utx-paginated-list .list > *:last-child > * {
  border-bottom: 0;
}
utx-vouchers-search > utx-paginated-list .list > .table-header {
  height: 48px;
  color: #000000;
  text-transform: uppercase;
  font-size: 12px;
}
utx-vouchers-search > utx-paginated-list .list > .item {
  cursor: pointer;
}
utx-vouchers-search > utx-paginated-list .list > .item > .item-status-wrapper > * {
  display: inline-block;
  vertical-align: top;
  height: 22px;
  line-height: 24px;
}
utx-vouchers-search > utx-paginated-list .list > .item > .item-status-wrapper > .item-status-update-date {
  color: #808080;
  margin-right: 5px;
}
utx-vouchers-search > utx-paginated-list .list > .item:hover > *:first-child {
  box-shadow: inset 2px 0 0 0 #000000;
}
utx-vouchers-create {
  display: block;
}
utx-vouchers-create > .voucher-page-container > .voucher-type-container {
  text-align: center;
  padding: 5px 0 20px;
}
utx-vouchers-create > .voucher-page-container > .voucher-type-container > .title {
  text-transform: uppercase;
  color: #000000;
  font-size: 14px;
  font-weight: bold;
}
utx-vouchers-create > .voucher-page-container > .vouchers-option-buttons {
  padding: 18px;
  background-color: #ebeaef;
}
utx-vouchers-create > .voucher-page-container > .vouchers-option-buttons > .inline-buttons {
  font-size: 0;
  margin: -6px -7px;
  padding: 12px 0;
  text-align: center;
}
utx-vouchers-create > .voucher-page-container > .vouchers-option-buttons > .inline-buttons > .inline-button {
  display: inline-block;
  margin: 6px 7px;
  position: relative;
  white-space: nowrap;
  height: 18px;
  line-height: 19px;
  padding: 0 5px;
  cursor: pointer;
  -ms-user-select: none;
  user-select: none;
  font-size: 11px;
  text-transform: uppercase;
  color: #585858;
  background-color: #DADADA;
  border-radius: 3px;
}
utx-vouchers-create > .voucher-page-container > .vouchers-option-buttons > .inline-buttons > .inline-button.selected {
  cursor: default;
  color: white;
  background-color: #000000;
}
utx-vouchers-create > .voucher-page-container > .vouchers-option-buttons > .inline-buttons > .inline-button:not(:last-child)::after {
  content: '/';
  display: block;
  cursor: default;
  position: absolute;
  top: 0;
  right: -9px;
  color: #585858;
}
utx-vouchers-create > .voucher-page-container > utx-auto-form {
  background-color: transparent;
  padding: 20px;
}
utx-vouchers-create > .voucher-page-container > utx-auto-form > form {
  text-align: center;
}
utx-vouchers-create > .voucher-page-container > utx-auto-form > form > .input-wrapper > .field-wrapper > .label {
  display: none;
}
utx-vouchers-create > .voucher-page-container > utx-auto-form > form > .input-wrapper.hidden-input {
  width: 0;
  height: 0;
  padding: 0;
}
utx-vouchers-create > .voucher-page-container > utx-auto-form > form > .input-wrapper.hidden-input > .field-wrapper > .label,
utx-vouchers-create > .voucher-page-container > utx-auto-form > form > .input-wrapper.hidden-input > .field-wrapper > .field-icon {
  display: none;
}
utx-vouchers-create > .voucher-page-container > utx-auto-form > form > .input-wrapper.hidden-input > .field-wrapper > input {
  transform: scale(0);
}
utx-vouchers-create > .voucher-page-container > .voucher-no-amount-container {
  text-align: center;
  font-size: 16px;
  padding: 40px 0;
  color: #000000;
}
utx-vouchers-create > .voucher-page-container > .voucher {
  background-color: white;
  overflow: hidden;
  border-radius: 8px;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  color: #808080;
}
utx-vouchers-create > .voucher-page-container > .voucher > .row-wrapper {
  display: table;
  width: 100%;
}
utx-vouchers-create > .voucher-page-container > .voucher > .row-wrapper > * {
  display: table-cell;
  vertical-align: top;
  font-size: 0;
}
utx-vouchers-create > .voucher-page-container > .voucher > .row-wrapper > .left-wrapper {
  width: 66.66666667%;
  padding: 40px 60px;
}
utx-vouchers-create > .voucher-page-container > .voucher > .row-wrapper > .right-wrapper {
  width: 33.33333333%;
  padding: 40px;
  background-color: #f3f3f5;
}
utx-vouchers-create > .voucher-page-container > .voucher .back-button {
  cursor: pointer;
  white-space: nowrap;
  text-transform: uppercase;
  font-size: 12px;
  font-family: 'Open Sans', arial, sans-serif;
  color: #000000;
  transition: color 150ms;
  margin-bottom: 10px;
}
utx-vouchers-create > .voucher-page-container > .voucher .back-button > *,
utx-vouchers-create > .voucher-page-container > .voucher .back-button::before {
  display: inline-block;
  vertical-align: top;
}
utx-vouchers-create > .voucher-page-container > .voucher .back-button::before {
  position: relative;
  font-size: 12px;
  height: 12px;
  width: 12px;
}
utx-vouchers-create > .voucher-page-container > .voucher .back-button:hover {
  color: black;
}
utx-vouchers-create > .voucher-page-container > .voucher .voucher-first-row {
  display: table;
  width: 100%;
}
utx-vouchers-create > .voucher-page-container > .voucher .voucher-first-row > * {
  display: table-cell;
  vertical-align: middle;
  padding: 0 5px;
  line-height: 15px;
  font-size: 18px;
  white-space: nowrap;
}
utx-vouchers-create > .voucher-page-container > .voucher .voucher-first-row > *:first-child {
  padding-left: 0;
}
utx-vouchers-create > .voucher-page-container > .voucher .voucher-first-row > *:last-child {
  padding-right: 0;
}
utx-vouchers-create > .voucher-page-container > .voucher .voucher-first-row > *:not(:first-child):last-child {
  text-align: right;
}
utx-vouchers-create > .voucher-page-container > .voucher .voucher-first-row .voucher-type {
  text-align: right;
  color: #808080;
}
utx-vouchers-create > .voucher-page-container > .voucher .voucher-amount-row {
  white-space: nowrap;
  margin-top: 66px;
}
utx-vouchers-create > .voucher-page-container > .voucher .voucher-amount-row > * {
  display: inline-block;
  vertical-align: bottom;
}
utx-vouchers-create > .voucher-page-container > .voucher .voucher-amount-row > .voucher-amount {
  height: 100px;
  line-height: 110px;
  font-size: 138px;
  color: #000000;
  padding-right: 16px;
  overflow: hidden;
}
utx-vouchers-create > .voucher-page-container > .voucher .voucher-amount-row > .voucher-currency {
  height: 25px;
  line-height: 28px;
  font-size: 35px;
  color: #555555;
  padding-right: 30px;
  overflow: hidden;
}
utx-vouchers-create > .voucher-page-container > .voucher .voucher-minimum-purchase-value {
  margin-top: 30px;
  height: 13px;
  line-height: 15px;
  font-size: 18px;
}
utx-vouchers-create > .voucher-page-container > .voucher .voucher-minimum-purchase-value > * {
  height: 100%;
  display: inline-block;
  vertical-align: top;
}
utx-vouchers-create > .voucher-page-container > .voucher .voucher-minimum-purchase-value > .label {
  color: #808080;
}
utx-vouchers-create > .voucher-page-container > .voucher .voucher-minimum-purchase-value > .value {
  color: #555555;
}
utx-vouchers-create > .voucher-page-container > .voucher .voucher-affiliate {
  margin-top: 30px;
}
utx-vouchers-create > .voucher-page-container > .voucher .voucher-affiliate-details {
  margin-top: 10px;
}
utx-vouchers-create > .voucher-page-container > .voucher .voucher-law-text {
  margin-top: 42px;
  padding-top: 8px;
  border-top: 1px solid #808080;
  text-align: justify;
  font-size: 12px;
  line-height: 15px;
  color: #808080;
  min-height: 20px;
}
utx-vouchers-create > .voucher-page-container > .voucher .voucher-law-text.editable {
  padding-right: 26px;
}
utx-vouchers-create > .voucher-page-container > .voucher .voucher-validity-dates > .label,
utx-vouchers-create > .voucher-page-container > .voucher .voucher-service-number > .label,
utx-vouchers-create > .voucher-page-container > .voucher .voucher-retailer > .label,
utx-vouchers-create > .voucher-page-container > .voucher .voucher-e-commerce > .label,
utx-vouchers-create > .voucher-page-container > .voucher .voucher-affiliate > .label,
utx-vouchers-create > .voucher-page-container > .voucher .voucher-affiliate-details > .label,
utx-vouchers-create > .voucher-page-container > .voucher .voucher-watch-model > .label {
  height: 13px;
  line-height: 15px;
  font-size: 18px;
  font-weight: bold;
  color: #555555;
}
utx-vouchers-create > .voucher-page-container > .voucher .voucher-validity-dates > .row,
utx-vouchers-create > .voucher-page-container > .voucher .voucher-service-number > .row,
utx-vouchers-create > .voucher-page-container > .voucher .voucher-retailer > .row,
utx-vouchers-create > .voucher-page-container > .voucher .voucher-e-commerce > .row,
utx-vouchers-create > .voucher-page-container > .voucher .voucher-affiliate > .row,
utx-vouchers-create > .voucher-page-container > .voucher .voucher-affiliate-details > .row,
utx-vouchers-create > .voucher-page-container > .voucher .voucher-watch-model > .row {
  margin-top: 14px;
  font-size: 0;
}
utx-vouchers-create > .voucher-page-container > .voucher .voucher-validity-dates > .row > *,
utx-vouchers-create > .voucher-page-container > .voucher .voucher-service-number > .row > *,
utx-vouchers-create > .voucher-page-container > .voucher .voucher-retailer > .row > *,
utx-vouchers-create > .voucher-page-container > .voucher .voucher-e-commerce > .row > *,
utx-vouchers-create > .voucher-page-container > .voucher .voucher-affiliate > .row > *,
utx-vouchers-create > .voucher-page-container > .voucher .voucher-affiliate-details > .row > *,
utx-vouchers-create > .voucher-page-container > .voucher .voucher-watch-model > .row > * {
  display: inline-block;
  vertical-align: top;
  line-height: 19px;
  padding: 2px 0;
  height: 23px;
  font-size: 15px;
}
utx-vouchers-create > .voucher-page-container > .voucher .voucher-validity-dates > .row > .label,
utx-vouchers-create > .voucher-page-container > .voucher .voucher-service-number > .row > .label,
utx-vouchers-create > .voucher-page-container > .voucher .voucher-retailer > .row > .label,
utx-vouchers-create > .voucher-page-container > .voucher .voucher-e-commerce > .row > .label,
utx-vouchers-create > .voucher-page-container > .voucher .voucher-affiliate > .row > .label,
utx-vouchers-create > .voucher-page-container > .voucher .voucher-affiliate-details > .row > .label,
utx-vouchers-create > .voucher-page-container > .voucher .voucher-watch-model > .row > .label {
  color: #555555;
  margin-right: 7px;
}
utx-vouchers-create > .voucher-page-container > .voucher .voucher-validity-dates > .row > .value,
utx-vouchers-create > .voucher-page-container > .voucher .voucher-service-number > .row > .value,
utx-vouchers-create > .voucher-page-container > .voucher .voucher-retailer > .row > .value,
utx-vouchers-create > .voucher-page-container > .voucher .voucher-e-commerce > .row > .value,
utx-vouchers-create > .voucher-page-container > .voucher .voucher-affiliate > .row > .value,
utx-vouchers-create > .voucher-page-container > .voucher .voucher-affiliate-details > .row > .value,
utx-vouchers-create > .voucher-page-container > .voucher .voucher-watch-model > .row > .value {
  color: #808080;
}
utx-vouchers-create > .voucher-page-container > .voucher .voucher-validity-dates > .row > input,
utx-vouchers-create > .voucher-page-container > .voucher .voucher-service-number > .row > input,
utx-vouchers-create > .voucher-page-container > .voucher .voucher-retailer > .row > input,
utx-vouchers-create > .voucher-page-container > .voucher .voucher-e-commerce > .row > input,
utx-vouchers-create > .voucher-page-container > .voucher .voucher-affiliate > .row > input,
utx-vouchers-create > .voucher-page-container > .voucher .voucher-affiliate-details > .row > input,
utx-vouchers-create > .voucher-page-container > .voucher .voucher-watch-model > .row > input {
  background-color: transparent;
  border: 0;
  border-bottom: 1px dashed transparent;
  transition: border-color 150ms;
}
utx-vouchers-create > .voucher-page-container > .voucher .voucher-validity-dates > .row > input:focus,
utx-vouchers-create > .voucher-page-container > .voucher .voucher-service-number > .row > input:focus,
utx-vouchers-create > .voucher-page-container > .voucher .voucher-retailer > .row > input:focus,
utx-vouchers-create > .voucher-page-container > .voucher .voucher-e-commerce > .row > input:focus,
utx-vouchers-create > .voucher-page-container > .voucher .voucher-affiliate > .row > input:focus,
utx-vouchers-create > .voucher-page-container > .voucher .voucher-affiliate-details > .row > input:focus,
utx-vouchers-create > .voucher-page-container > .voucher .voucher-watch-model > .row > input:focus {
  border-bottom-color: #808080;
}
utx-vouchers-create > .voucher-page-container > .voucher .voucher-validity-dates > .content,
utx-vouchers-create > .voucher-page-container > .voucher .voucher-service-number > .content,
utx-vouchers-create > .voucher-page-container > .voucher .voucher-retailer > .content,
utx-vouchers-create > .voucher-page-container > .voucher .voucher-e-commerce > .content,
utx-vouchers-create > .voucher-page-container > .voucher .voucher-affiliate > .content,
utx-vouchers-create > .voucher-page-container > .voucher .voucher-affiliate-details > .content,
utx-vouchers-create > .voucher-page-container > .voucher .voucher-watch-model > .content {
  color: #808080;
  font-size: 15px;
  margin-top: 14px;
}
utx-vouchers-create > .voucher-page-container > .voucher .voucher-service-number,
utx-vouchers-create > .voucher-page-container > .voucher .voucher-retailer,
utx-vouchers-create > .voucher-page-container > .voucher .voucher-e-commerce,
utx-vouchers-create > .voucher-page-container > .voucher .voucher-watch-model {
  margin-top: 40px;
}
utx-vouchers-create > .voucher-page-container > .voucher .voucher-validity-dates > .period > * {
  cursor: default;
}
utx-vouchers-create > .voucher-page-container > .voucher .voucher-validity-dates > .period > .separator {
  margin: 0 7px;
}
utx-vouchers-create > .voucher-page-container > .voucher .voucher-service-number > .value {
  width: 100%;
}
utx-vouchers-create > .voucher-page-container > .voucher .voucher-retailer > .row > .value {
  height: auto;
}
utx-vouchers-create > .voucher-page-container > .voucher .voucher-watch-model > .row > .value {
  width: 130px;
}
utx-vouchers-create > .voucher-page-container > .voucher .voucher-watch-model > .row > .value:not([disabled]) {
  border-bottom-color: #808080;
}
utx-vouchers-create > .voucher-page-container > .voucher .editable {
  position: relative;
  cursor: pointer;
  -ms-user-select: none;
  user-select: none;
}
utx-vouchers-create > .voucher-page-container > .voucher .editable::before {
  position: absolute;
  right: 0;
  top: 0;
  width: 16px;
  height: 16px;
  font-size: 16px;
  color: #808080;
  transition: color 150ms;
}
utx-vouchers-create > .voucher-page-container > .voucher .editable:hover::before {
  color: #555555;
}
utx-vouchers-create > .voucher-page-container > .voucher .editable.editable-bottom::before {
  top: auto;
  bottom: 0;
}
utx-vouchers-create > .voucher-page-unavailable-container {
  text-align: center;
  font-size: 16px;
  padding: 40px 0;
}
.utx-pdf-viewer-page.full-screen-page {
  position: fixed;
  top: 0;
  height: 100vh;
  z-index: 100;
  background: #fff;
}
.utx-pdf-viewer-page .back-button {
  cursor: pointer;
  white-space: nowrap;
  text-transform: uppercase;
  font-size: 12px;
  font-family: 'Open Sans', arial, sans-serif;
  color: #000000;
  transition: color 150ms;
  font-weight: bold;
}
.utx-pdf-viewer-page .back-button > *,
.utx-pdf-viewer-page .back-button::before {
  display: inline-block;
  vertical-align: top;
}
.utx-pdf-viewer-page .back-button::before {
  position: relative;
  font-size: 12px;
  height: 12px;
  width: 12px;
  top: 2px;
}
.utx-pdf-viewer-page .back-button:hover {
  color: black;
}
.utx-pdf-viewer-page .header {
  padding: 20px 20px;
  text-align: left;
}
.utx-pdf-viewer-page .pdf-container {
  width: 100%;
  height: 100%;
}
[data-icon]:before {
  font-family: "swatch-group" !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;
}
[class^="icn-"]:before,
[class*=" icn-"]:before {
  font-family: "swatch-group" !important;
  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;
}
.icn-sw-admin-20:before {
  content: "\62";
}
.icn-sw-arrow-bottom-20:before {
  content: "\63";
}
.icn-sw-arrow-double-bot-thin-20:before {
  content: "\64";
}
.icn-sw-arrow-double-top-thin-20:before {
  content: "\65";
}
.icn-sw-arrow-left-20:before {
  content: "\66";
}
.icn-sw-arrow-right-20:before {
  content: "\67";
}
.icn-sw-arrow-top-20:before {
  content: "\68";
}
.icn-sw-back-20:before {
  content: "\69";
}
.icn-sw-back-bg-20:before {
  content: "\6a";
}
.icn-sw-bon-30:before {
  content: "\6b";
}
.icn-sw-bon-search-30:before {
  content: "\6c";
}
.icn-sw-bullet-20:before {
  content: "\6d";
}
.icn-sw-calendar-20:before {
  content: "\6e";
}
.icn-sw-cart-20:before {
  content: "\6f";
}
.icn-sw-cart-cross-20:before {
  content: "\70";
}
.icn-sw-cart-no-20:before {
  content: "\71";
}
.icn-sw-cart-nosspd-20:before {
  content: "\72";
}
.icn-sw-cart-warning-20:before {
  content: "\73";
}
.icn-sw-check-20:before {
  content: "\74";
}
.icn-sw-city-20:before {
  content: "\75";
}
.icn-sw-comment-full-20:before {
  content: "\77";
}
.icn-sw-cross-20:before {
  content: "\78";
}
.icn-sw-cross-circle-20:before {
  content: "\79";
}
.icn-sw-doc-warning-20:before {
  content: "\7a";
}
.icn-sw-document-20:before {
  content: "\41";
}
.icn-sw-download-20:before {
  content: "\42";
}
.icn-sw-duplicate-20:before {
  content: "\43";
}
.icn-sw-edit-20:before {
  content: "\44";
}
.icn-sw-empty-tree-20:before {
  content: "\45";
}
.icn-sw-ev-20:before {
  content: "\46";
}
.icn-sw-excel-20:before {
  content: "\47";
}
.icn-sw-expand-20:before {
  content: "\48";
}
.icn-sw-external-link-20:before {
  content: "\49";
}
.icn-sw-favori-20:before {
  content: "\4a";
}
.icn-sw-folder-20:before {
  content: "\4b";
}
.icn-sw-help-20:before {
  content: "\4c";
}
.icn-sw-helpdesk-20:before {
  content: "\4d";
}
.icn-sw-home1-20:before {
  content: "\4e";
}
.icn-sw-home-20:before {
  content: "\4f";
}
.icn-sw-icndownload-20:before {
  content: "\50";
}
.icn-sw-info-20:before {
  content: "\51";
}
.icn-sw-info-bg-20:before {
  content: "\52";
}
.icn-sw-languages-20:before {
  content: "\53";
}
.icn-sw-levels-20:before {
  content: "\54";
}
.icn-sw-link-20:before {
  content: "\55";
}
.icn-sw-list-1-20:before {
  content: "\56";
}
.icn-sw-list-2-20:before {
  content: "\57";
}
.icn-sw-lock-20:before {
  content: "\58";
}
.icn-sw-logout-20:before {
  content: "\59";
}
.icn-sw-minus-20:before {
  content: "\5a";
}
.icn-sw-minus-thin-20:before {
  content: "\30";
}
.icn-sw-new-20:before {
  content: "\31";
}
.icn-sw-no-picture-20:before {
  content: "\32";
}
.icn-sw-no-results-20:before {
  content: "\33";
}
.icn-sw-organigram-20:before {
  content: "\34";
}
.icn-sw-pdf-20:before {
  content: "\35";
}
.icn-sw-picture-20:before {
  content: "\36";
}
.icn-sw-placeholder-omega-20:before {
  content: "\37";
}
.icn-sw-placeholder-watch-20:before {
  content: "\38";
}
.icn-sw-plus-20:before {
  content: "\39";
}
.icn-sw-plus-thin-20:before {
  content: "\21";
}
.icn-sw-preview-20:before {
  content: "\22";
}
.icn-sw-print-20:before {
  content: "\23";
}
.icn-sw-profile-20:before {
  content: "\24";
}
.icn-sw-refresh-20:before {
  content: "\25";
}
.icn-sw-save-20:before {
  content: "\26";
}
.icn-sw-search-20:before {
  content: "\27";
}
.icn-sw-settings-20:before {
  content: "\28";
}
.icn-sw-shout-20:before {
  content: "\29";
}
.icn-sw-sorted-20:before {
  content: "\2a";
}
.icn-sw-sorted-arrows-20:before {
  content: "\2b";
}
.icn-sw-stopwatch-20:before {
  content: "\2c";
}
.icn-sw-survey-warning-20:before {
  content: "\2d";
}
.icn-sw-time-20:before {
  content: "\2e";
}
.icn-sw-transport-no-20:before {
  content: "\2f";
}
.icn-sw-trash-20:before {
  content: "\3a";
}
.icn-sw-unlock-20:before {
  content: "\3b";
}
.icn-sw-video-20:before {
  content: "\3c";
}
.icn-sw-warning-20:before {
  content: "\3d";
}
.icn-sw-warning-big-20:before {
  content: "\3e";
}
.icn-sw-word-20:before {
  content: "\3f";
}
.icn-sw-zoom-in-20:before {
  content: "\40";
}
.icn-sw-zoom-out-20:before {
  content: "\5b";
}
.icn-sw-exchange-price-20:before {
  content: "\5d";
}
.icn-sw-kit-20:before {
  content: "\5e";
}
.icn-sw-kit-20-1:before {
  content: "\5f";
}
.icn-omega-return-40:before {
  content: "\60";
}
.icn-sw-round-warning-13:before {
  content: "\7b";
}
.icn-catalog-20:before {
  content: "\7c";
}
.icn-sw-comment-20:before {
  content: "\76";
}
.icn-sw-add-folder-20:before {
  content: "\61";
}
.icn-lon-checkbox-empty-20:before {
  content: "\7d";
}
.icn-lon-checkbox-full-20:before {
  content: "\7e";
}
@font-face {
  font-family: 'swatch-group';
  src: url("/css/icons/fonts/swatch-group.woff?app_v=1738771072098") format('woff'), url("/css/icons/fonts/swatch-group.ttf?app_v=1738771072099") format('truetype'), url("/css/icons/fonts/swatch-group.svg?app_v=1738771072099#swatch-group") format('svg');
  font-weight: 200;
  font-style: normal;
}
/*'Muli', 'Arial', sans-serif;*/
.mixin-unselectable {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.mixin-scrollbar-default::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}
.mixin-scrollbar-default::-webkit-scrollbar-track {
  background: white;
}
.mixin-scrollbar-default::-webkit-scrollbar-thumb {
  background: #000000;
  width: 4px;
  height: 4px;
}
.icon {
  display: inline-block;
  cursor: default;
  height: 1px;
  vertical-align: top;
  line-height: 1px;
  font-size: 0;
  transition: color 100ms;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 20px;
}
.icon::before {
  width: 20px;
  height: 20px;
  line-height: 20px;
  font-size: 20px;
}
.icon::before {
  display: inline-block;
  position: relative;
  top: -2px;
  left: 0;
}
.icon.selected {
  cursor: default !important;
  color: #000000;
}
.icon.dynamic {
  cursor: pointer;
}
.icon.dynamic:hover {
  color: #000000;
}
.icon.squared {
  height: 20px;
}
.icon.squared::before {
  top: 0;
}
.icon.smaller {
  width: 10px;
}
.icon.smaller::before {
  width: 10px;
  height: 10px;
  line-height: 10px;
  font-size: 10px;
}
.icon.smaller::before {
  top: 2px;
}
.icon.bigger {
  width: 30px;
}
.icon.bigger::before {
  width: 30px;
  height: 30px;
  line-height: 30px;
  font-size: 30px;
}
.icon.bigger::before {
  top: -4px;
}
.icon.special {
  width: 20px;
  position: relative;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background-color: #000000;
  color: #ebeaef;
}
.icon.special::before {
  width: 20px;
  height: 20px;
  line-height: 20px;
  font-size: 20px;
}
.icon.special::before {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -10px;
  margin-left: -10px;
}
.icon.special.type-2 {
  width: 30px;
  width: 56px;
  height: 56px;
  background-color: white;
  color: #808080;
}
.icon.special.type-2::before {
  width: 30px;
  height: 30px;
  line-height: 30px;
  font-size: 30px;
}
.icon.special.type-2::before {
  margin-top: -15px;
  margin-left: -15px;
}
.icon-doc-warning,
.icon-warning-big {
  color: red;
}
input[type='number'] {
  -moz-appearance: textfield;
}
input[type='number']::-webkit-inner-spin-button,
input[type='number'] ::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
button {
  display: inline-block;
  position: relative;
  height: 38px;
  padding: 0 13px;
  text-transform: uppercase;
  font-family: 'Open Sans', arial, sans-serif;
  font-size: 13px;
  cursor: pointer;
  transition: color 100ms, border 100ms, background-color 100ms;
}
button.active,
button:active {
  transform: translateY(1px);
}
button.type-1 {
  background: #000000;
  border: 0;
  color: #ebeaef;
}
button.type-1:hover {
  background: #050505;
  border: 0;
  color: #ebeaef;
}
button.type-2 {
  background: #555555;
  border: 0;
  color: #ebeaef;
}
button.type-2:hover {
  background: #444444;
  border: 0;
  color: #ebeaef;
}
button.type-3 {
  background: transparent;
  border: 1px solid #585858;
  color: #585858;
}
button.type-3:hover {
  background: transparent;
  border: 1px solid #000000;
  color: #000000;
}
button.type-transparent-1 {
  background: transparent;
  border: transparent;
  color: #585858;
}
button.type-transparent-1:hover {
  background: transparent;
  border: transparent;
  color: #000000;
}
button.smaller {
  height: 30px;
  padding: 0 10px;
}
button.border-bottom {
  border-top-color: transparent;
  border-left-color: transparent;
  border-right-color: transparent;
  padding-left: 0;
  padding-right: 0;
}
button.border-bottom:hover {
  border-top-color: transparent;
  border-left-color: transparent;
  border-right-color: transparent;
}
/***
 * FORM
 **/
.abstract-input-with-text-type-1 label {
  display: block;
  height: 18px;
  line-height: 18px;
  margin-bottom: 6px;
  text-align: left;
}
.abstract-input-with-text-type-1 .input-wrapper {
  height: 28px;
  border: 1px solid #1a1a1a;
  background: #000000;
  font-size: 0;
}
.abstract-input-with-text-type-1 .input-wrapper input,
.abstract-input-with-text-type-1 .input-wrapper textarea {
  display: block;
  width: 100%;
  height: 100%;
  padding: 0 10px 2px;
  background: transparent;
  transition: background 100ms;
  color: white;
  font-size: 13px;
  font-family: 'Open Sans', arial, sans-serif;
  text-overflow: ellipsis;
  line-height: 28px;
}
.abstract-input-with-text-type-1 .input-wrapper input:-webkit-autofill,
.abstract-input-with-text-type-1 .input-wrapper textarea:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 28px #0d0d0d inset !important;
  -webkit-text-fill-color: white !important;
}
@include placeholder-mixin {
  color: rgba(255, 255, 255, 0.7);
  font-style: italic;
}
.abstract-input-with-text-type-1 .input-wrapper input.focus,
.abstract-input-with-text-type-1 .input-wrapper textarea.focus,
.abstract-input-with-text-type-1 .input-wrapper input:focus,
.abstract-input-with-text-type-1 .input-wrapper textarea:focus {
  background: #0d0d0d;
}
.abstract-input-with-text-type-1 .input-wrapper textarea {
  padding-top: 5px;
  padding-bottom: 5px;
  min-height: 28px;
  min-width: 100%;
  max-width: 100%;
}
.abstract-input-with-text-type-1 .input-wrapper .clear-icon {
  top: -1px;
  height: 28px;
  width: 28px;
  color: white;
  display: none;
  right: 0;
}
.abstract-input-with-text-type-1 .input-wrapper .clear-icon::before {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 14px;
  height: 14px;
  font-size: 14px;
  margin-left: -7px;
  margin-top: -7px;
}
.abstract-input-with-text-type-1 .input-wrapper .clear-icon.dynamic {
  cursor: pointer;
  transition: color 100ms;
}
.abstract-input-with-text-type-1 .input-wrapper .clear-icon.dynamic:hover {
  color: #cccccc;
}
.abstract-input-with-text-type-1 .input-wrapper .clear-icon.smaller::before {
  width: 14px / 2;
  height: 14px / 2;
  font-size: 14px / 2;
  margin-left: -3.5px;
  margin-top: -3.5px;
}
.abstract-input-with-text-type-1 .input-wrapper.has-clear-icon input:not([disabled]):focus {
  padding-right: 23px;
}
.abstract-input-with-text-type-1 .input-wrapper.has-clear-icon input:not([disabled]):focus + .clear-icon,
.abstract-input-with-text-type-1 .input-wrapper.has-clear-icon textarea:not([disabled]):focus + .clear-icon {
  display: block;
}
.abstract-input-with-text-type-1 .input-wrapper.has-icon .input-icon {
  top: -1px;
  height: 28px;
  width: 28px;
  color: white;
}
.abstract-input-with-text-type-1 .input-wrapper.has-icon .input-icon::before {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 20px;
  font-size: 20px;
  margin-left: -10px;
  margin-top: -10px;
}
.abstract-input-with-text-type-1 .input-wrapper.has-icon .input-icon.dynamic {
  cursor: pointer;
  transition: color 100ms;
}
.abstract-input-with-text-type-1 .input-wrapper.has-icon .input-icon.dynamic:hover {
  color: #cccccc;
}
.abstract-input-with-text-type-1 .input-wrapper.has-icon .input-icon.smaller::before {
  width: 20px / 2;
  height: 20px / 2;
  font-size: 20px / 2;
  margin-left: -5px;
  margin-top: -5px;
}
.abstract-input-with-text-type-1 .input-wrapper.has-icon.icon-left input {
  padding-left: 38px;
}
.abstract-input-with-text-type-1 .input-wrapper.has-icon.icon-right input {
  padding-right: 38px;
}
.abstract-input-with-text-type-1 .input-wrapper.has-icon.icon-right.has-clear-icon input:focus {
  padding-right: 56px;
}
.abstract-input-with-text-type-1 .input-wrapper.has-icon.icon-right.has-clear-icon .clear-icon {
  right: 28px;
}
.abstract-input-with-text-type-1 .input-wrapper {
  border-top: 0;
  border-left: 0;
  border-right: 0;
}
.abstract-input-select-type-1 label {
  display: block;
  height: 18px;
  line-height: 18px;
  margin-bottom: 6px;
  text-align: left;
}
.abstract-input-select-type-1 .input-wrapper {
  height: 28px;
  border: 1px solid #1a1a1a;
  background: #000000;
  font-size: 0;
}
.abstract-input-select-type-1 .input-wrapper input,
.abstract-input-select-type-1 .input-wrapper textarea {
  display: block;
  width: 100%;
  height: 100%;
  padding: 0 10px 2px;
  background: transparent;
  transition: background 100ms;
  color: white;
  font-size: 13px;
  font-family: 'Open Sans', arial, sans-serif;
  text-overflow: ellipsis;
  line-height: 28px;
}
.abstract-input-select-type-1 .input-wrapper input:-webkit-autofill,
.abstract-input-select-type-1 .input-wrapper textarea:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 28px #0d0d0d inset !important;
  -webkit-text-fill-color: white !important;
}
@include placeholder-mixin {
  color: rgba(255, 255, 255, 0.7);
  font-style: italic;
}
.abstract-input-select-type-1 .input-wrapper input.focus,
.abstract-input-select-type-1 .input-wrapper textarea.focus,
.abstract-input-select-type-1 .input-wrapper input:focus,
.abstract-input-select-type-1 .input-wrapper textarea:focus {
  background: #0d0d0d;
}
.abstract-input-select-type-1 .input-wrapper textarea {
  padding-top: 5px;
  padding-bottom: 5px;
  min-height: 28px;
  min-width: 100%;
  max-width: 100%;
}
.abstract-input-select-type-1 .input-wrapper .clear-icon {
  top: -1px;
  height: 28px;
  width: 28px;
  color: white;
  display: none;
  right: 0;
}
.abstract-input-select-type-1 .input-wrapper .clear-icon::before {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 14px;
  height: 14px;
  font-size: 14px;
  margin-left: -7px;
  margin-top: -7px;
}
.abstract-input-select-type-1 .input-wrapper .clear-icon.dynamic {
  cursor: pointer;
  transition: color 100ms;
}
.abstract-input-select-type-1 .input-wrapper .clear-icon.dynamic:hover {
  color: #cccccc;
}
.abstract-input-select-type-1 .input-wrapper .clear-icon.smaller::before {
  width: 14px / 2;
  height: 14px / 2;
  font-size: 14px / 2;
  margin-left: -3.5px;
  margin-top: -3.5px;
}
.abstract-input-select-type-1 .input-wrapper.has-clear-icon input:not([disabled]):focus {
  padding-right: 23px;
}
.abstract-input-select-type-1 .input-wrapper.has-clear-icon input:not([disabled]):focus + .clear-icon,
.abstract-input-select-type-1 .input-wrapper.has-clear-icon textarea:not([disabled]):focus + .clear-icon {
  display: block;
}
.abstract-input-select-type-1 .input-wrapper.has-icon .input-icon {
  top: -1px;
  height: 28px;
  width: 28px;
  color: white;
}
.abstract-input-select-type-1 .input-wrapper.has-icon .input-icon::before {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 20px;
  font-size: 20px;
  margin-left: -10px;
  margin-top: -10px;
}
.abstract-input-select-type-1 .input-wrapper.has-icon .input-icon.dynamic {
  cursor: pointer;
  transition: color 100ms;
}
.abstract-input-select-type-1 .input-wrapper.has-icon .input-icon.dynamic:hover {
  color: #cccccc;
}
.abstract-input-select-type-1 .input-wrapper.has-icon .input-icon.smaller::before {
  width: 20px / 2;
  height: 20px / 2;
  font-size: 20px / 2;
  margin-left: -5px;
  margin-top: -5px;
}
.abstract-input-select-type-1 .input-wrapper.has-icon.icon-left input {
  padding-left: 38px;
}
.abstract-input-select-type-1 .input-wrapper.has-icon.icon-right input {
  padding-right: 38px;
}
.abstract-input-select-type-1 .input-wrapper.has-icon.icon-right.has-clear-icon input:focus {
  padding-right: 56px;
}
.abstract-input-select-type-1 .input-wrapper.has-icon.icon-right.has-clear-icon .clear-icon {
  right: 28px;
}
.abstract-input-select-type-1 .input-wrapper {
  border-top: 0;
  border-left: 0;
  border-right: 0;
}
.abstract-input-select-type-1 .input-wrapper .select-all-wrapper,
.abstract-input-select-type-1 .input-wrapper .options-wrapper {
  z-index: 1;
  position: absolute;
  left: -1px;
  right: -1px;
  top: 100%;
  border: 0;
  background-color: #000000;
}
.abstract-input-select-type-1 .input-wrapper .select-all-wrapper .option,
.abstract-input-select-type-1 .input-wrapper .options-wrapper .option {
  text-align: left;
  cursor: default;
  height: 28px;
  line-height: 26px;
  padding: 0 10px 2px;
  color: white;
  font-size: 13px;
  font-family: 'Open Sans', arial, sans-serif;
  text-overflow: ellipsis;
  white-space: nowrap;
  background-color: #000000;
  border-bottom: 1px solid #1a1a1a;
  transition: background-color 100ms;
}
.abstract-input-select-type-1 .input-wrapper .select-all-wrapper .option.hovered,
.abstract-input-select-type-1 .input-wrapper .options-wrapper .option.hovered,
.abstract-input-select-type-1 .input-wrapper .select-all-wrapper .option:hover,
.abstract-input-select-type-1 .input-wrapper .options-wrapper .option:hover {
  background-color: #0d0d0d;
}
.abstract-input-select-type-1 .input-wrapper .select-all-wrapper .option.max-choices-reached,
.abstract-input-select-type-1 .input-wrapper .options-wrapper .option.max-choices-reached {
  opacity: 0.5;
}
.abstract-input-select-type-1 .input-wrapper .select-all-wrapper .option.selected,
.abstract-input-select-type-1 .input-wrapper .options-wrapper .option.selected {
  color: white;
  background-color: #0d0d0d;
}
.abstract-input-select-type-1 .input-wrapper .select-all-wrapper .option:last-child,
.abstract-input-select-type-1 .input-wrapper .options-wrapper .option:last-child {
  border-bottom-color: transparent;
}
.abstract-input-select-type-1 .input-wrapper .select-all-wrapper.no-select-all,
.abstract-input-select-type-1 .input-wrapper .options-wrapper.no-select-all {
  top: 30px !important;
}
.abstract-input-select-type-1 .input-wrapper .select-all-wrapper {
  display: none;
}
.abstract-input-select-type-1 .input-wrapper .options-wrapper {
  margin-bottom: 20px;
  max-height: 0;
  transition: max-height 150ms;
  overflow-y: auto;
  overflow-x: hidden;
}
.abstract-input-select-type-1 .input-wrapper .options-wrapper::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}
.abstract-input-select-type-1 .input-wrapper .options-wrapper::-webkit-scrollbar-track {
  background: #000000;
}
.abstract-input-select-type-1 .input-wrapper .options-wrapper::-webkit-scrollbar-thumb {
  background: white;
  width: 4px;
  height: 4px;
}
.abstract-input-select-type-1 .input-wrapper .options-wrapper .vs-repeat-before-content,
.abstract-input-select-type-1 .input-wrapper .options-wrapper .vs-repeat-after-content {
  padding: 0 !important;
  border: 0;
  margin-right: 1px;
}
.abstract-input-select-type-1 .input-wrapper.options-visible .options-wrapper {
  max-height: 282px;
}
.abstract-input-select-type-1 .input-wrapper:not(.options-visible) .options-wrapper {
  border-top: 0;
  border-bottom: 0;
  top: calc(100% + 1px);
}
.abstract-input-select-type-1 .input-wrapper.has-select-all .options-wrapper {
  top: calc(200% + 2px);
}
.abstract-input-select-type-1 .input-wrapper.has-select-all.options-visible .select-all-wrapper {
  display: block;
}
.abstract-input-select-type-1 .input-wrapper.disabled .input-icon {
  display: none;
}
.abstract-input-select-type-1 .input-wrapper .select-all-wrapper,
.abstract-input-select-type-1 .input-wrapper .options-wrapper {
  left: 0;
  right: 0;
}
.abstract-input-with-text-type-2 label {
  display: block;
  height: 18px;
  line-height: 18px;
  margin-bottom: 6px;
  text-align: left;
}
.abstract-input-with-text-type-2 .input-wrapper {
  height: 30px;
  border: 1px solid #ececec;
  background: transparent;
  font-size: 0;
}
.abstract-input-with-text-type-2 .input-wrapper input,
.abstract-input-with-text-type-2 .input-wrapper textarea {
  display: block;
  width: 100%;
  height: 100%;
  padding: 0 10px 2px;
  background: transparent;
  transition: background 100ms;
  color: #585858;
  font-size: 13px;
  font-family: 'Open Sans', arial, sans-serif;
  text-overflow: ellipsis;
  line-height: 30px;
}
.abstract-input-with-text-type-2 .input-wrapper input:-webkit-autofill,
.abstract-input-with-text-type-2 .input-wrapper textarea:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 30px #fdfdfd inset !important;
  -webkit-text-fill-color: #585858 !important;
}
@include placeholder-mixin {
  color: rgba(255, 255, 255, 0.7);
  font-style: italic;
}
.abstract-input-with-text-type-2 .input-wrapper input.focus,
.abstract-input-with-text-type-2 .input-wrapper textarea.focus,
.abstract-input-with-text-type-2 .input-wrapper input:focus,
.abstract-input-with-text-type-2 .input-wrapper textarea:focus {
  background: #fdfdfd;
}
.abstract-input-with-text-type-2 .input-wrapper textarea {
  padding-top: 5px;
  padding-bottom: 5px;
  min-height: 30px;
  min-width: 100%;
  max-width: 100%;
}
.abstract-input-with-text-type-2 .input-wrapper .clear-icon {
  top: -1px;
  height: 30px;
  width: 30px;
  color: #585858;
  display: none;
  right: 0;
}
.abstract-input-with-text-type-2 .input-wrapper .clear-icon::before {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 14px;
  height: 14px;
  font-size: 14px;
  margin-left: -7px;
  margin-top: -7px;
}
.abstract-input-with-text-type-2 .input-wrapper .clear-icon.dynamic {
  cursor: pointer;
  transition: color 100ms;
}
.abstract-input-with-text-type-2 .input-wrapper .clear-icon.dynamic:hover {
  color: #252525;
}
.abstract-input-with-text-type-2 .input-wrapper .clear-icon.smaller::before {
  width: 14px / 2;
  height: 14px / 2;
  font-size: 14px / 2;
  margin-left: -3.5px;
  margin-top: -3.5px;
}
.abstract-input-with-text-type-2 .input-wrapper.has-clear-icon input:not([disabled]):focus {
  padding-right: 25px;
}
.abstract-input-with-text-type-2 .input-wrapper.has-clear-icon input:not([disabled]):focus + .clear-icon,
.abstract-input-with-text-type-2 .input-wrapper.has-clear-icon textarea:not([disabled]):focus + .clear-icon {
  display: block;
}
.abstract-input-with-text-type-2 .input-wrapper.has-icon .input-icon {
  top: -1px;
  height: 30px;
  width: 30px;
  color: #585858;
}
.abstract-input-with-text-type-2 .input-wrapper.has-icon .input-icon::before {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 20px;
  font-size: 20px;
  margin-left: -10px;
  margin-top: -10px;
}
.abstract-input-with-text-type-2 .input-wrapper.has-icon .input-icon.dynamic {
  cursor: pointer;
  transition: color 100ms;
}
.abstract-input-with-text-type-2 .input-wrapper.has-icon .input-icon.dynamic:hover {
  color: #252525;
}
.abstract-input-with-text-type-2 .input-wrapper.has-icon .input-icon.smaller::before {
  width: 20px / 2;
  height: 20px / 2;
  font-size: 20px / 2;
  margin-left: -5px;
  margin-top: -5px;
}
.abstract-input-with-text-type-2 .input-wrapper.has-icon.icon-left input {
  padding-left: 40px;
}
.abstract-input-with-text-type-2 .input-wrapper.has-icon.icon-right input {
  padding-right: 40px;
}
.abstract-input-with-text-type-2 .input-wrapper.has-icon.icon-right.has-clear-icon input:focus {
  padding-right: 60px;
}
.abstract-input-with-text-type-2 .input-wrapper.has-icon.icon-right.has-clear-icon .clear-icon {
  right: 30px;
}
.abstract-input-select-type-2 label {
  display: block;
  height: 18px;
  line-height: 18px;
  margin-bottom: 6px;
  text-align: left;
}
.abstract-input-select-type-2 .input-wrapper {
  height: 30px;
  border: 1px solid #ececec;
  background: transparent;
  font-size: 0;
}
.abstract-input-select-type-2 .input-wrapper input,
.abstract-input-select-type-2 .input-wrapper textarea {
  display: block;
  width: 100%;
  height: 100%;
  padding: 0 10px 2px;
  background: transparent;
  transition: background 100ms;
  color: #585858;
  font-size: 13px;
  font-family: 'Open Sans', arial, sans-serif;
  text-overflow: ellipsis;
  line-height: 30px;
}
.abstract-input-select-type-2 .input-wrapper input:-webkit-autofill,
.abstract-input-select-type-2 .input-wrapper textarea:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 30px #fdfdfd inset !important;
  -webkit-text-fill-color: #585858 !important;
}
@include placeholder-mixin {
  color: rgba(255, 255, 255, 0.7);
  font-style: italic;
}
.abstract-input-select-type-2 .input-wrapper input.focus,
.abstract-input-select-type-2 .input-wrapper textarea.focus,
.abstract-input-select-type-2 .input-wrapper input:focus,
.abstract-input-select-type-2 .input-wrapper textarea:focus {
  background: #fdfdfd;
}
.abstract-input-select-type-2 .input-wrapper textarea {
  padding-top: 5px;
  padding-bottom: 5px;
  min-height: 30px;
  min-width: 100%;
  max-width: 100%;
}
.abstract-input-select-type-2 .input-wrapper .clear-icon {
  top: -1px;
  height: 30px;
  width: 30px;
  color: #585858;
  display: none;
  right: 0;
}
.abstract-input-select-type-2 .input-wrapper .clear-icon::before {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 14px;
  height: 14px;
  font-size: 14px;
  margin-left: -7px;
  margin-top: -7px;
}
.abstract-input-select-type-2 .input-wrapper .clear-icon.dynamic {
  cursor: pointer;
  transition: color 100ms;
}
.abstract-input-select-type-2 .input-wrapper .clear-icon.dynamic:hover {
  color: #252525;
}
.abstract-input-select-type-2 .input-wrapper .clear-icon.smaller::before {
  width: 14px / 2;
  height: 14px / 2;
  font-size: 14px / 2;
  margin-left: -3.5px;
  margin-top: -3.5px;
}
.abstract-input-select-type-2 .input-wrapper.has-clear-icon input:not([disabled]):focus {
  padding-right: 25px;
}
.abstract-input-select-type-2 .input-wrapper.has-clear-icon input:not([disabled]):focus + .clear-icon,
.abstract-input-select-type-2 .input-wrapper.has-clear-icon textarea:not([disabled]):focus + .clear-icon {
  display: block;
}
.abstract-input-select-type-2 .input-wrapper.has-icon .input-icon {
  top: -1px;
  height: 30px;
  width: 30px;
  color: #585858;
}
.abstract-input-select-type-2 .input-wrapper.has-icon .input-icon::before {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 20px;
  font-size: 20px;
  margin-left: -10px;
  margin-top: -10px;
}
.abstract-input-select-type-2 .input-wrapper.has-icon .input-icon.dynamic {
  cursor: pointer;
  transition: color 100ms;
}
.abstract-input-select-type-2 .input-wrapper.has-icon .input-icon.dynamic:hover {
  color: #252525;
}
.abstract-input-select-type-2 .input-wrapper.has-icon .input-icon.smaller::before {
  width: 20px / 2;
  height: 20px / 2;
  font-size: 20px / 2;
  margin-left: -5px;
  margin-top: -5px;
}
.abstract-input-select-type-2 .input-wrapper.has-icon.icon-left input {
  padding-left: 40px;
}
.abstract-input-select-type-2 .input-wrapper.has-icon.icon-right input {
  padding-right: 40px;
}
.abstract-input-select-type-2 .input-wrapper.has-icon.icon-right.has-clear-icon input:focus {
  padding-right: 60px;
}
.abstract-input-select-type-2 .input-wrapper.has-icon.icon-right.has-clear-icon .clear-icon {
  right: 30px;
}
.abstract-input-select-type-2 .input-wrapper .select-all-wrapper,
.abstract-input-select-type-2 .input-wrapper .options-wrapper {
  z-index: 1;
  position: absolute;
  left: -1px;
  right: -1px;
  top: 100%;
  border: 1px solid #ececec;
  background-color: #fafafa;
}
.abstract-input-select-type-2 .input-wrapper .select-all-wrapper .option,
.abstract-input-select-type-2 .input-wrapper .options-wrapper .option {
  text-align: left;
  cursor: default;
  height: 30px;
  line-height: 28px;
  padding: 0 10px 2px;
  color: #585858;
  font-size: 13px;
  font-family: 'Open Sans', arial, sans-serif;
  text-overflow: ellipsis;
  white-space: nowrap;
  background-color: #fafafa;
  border-bottom: 1px solid #ececec;
  transition: background-color 100ms;
}
.abstract-input-select-type-2 .input-wrapper .select-all-wrapper .option.hovered,
.abstract-input-select-type-2 .input-wrapper .options-wrapper .option.hovered,
.abstract-input-select-type-2 .input-wrapper .select-all-wrapper .option:hover,
.abstract-input-select-type-2 .input-wrapper .options-wrapper .option:hover {
  background-color: #f4f4f4;
}
.abstract-input-select-type-2 .input-wrapper .select-all-wrapper .option.max-choices-reached,
.abstract-input-select-type-2 .input-wrapper .options-wrapper .option.max-choices-reached {
  opacity: 0.5;
}
.abstract-input-select-type-2 .input-wrapper .select-all-wrapper .option.selected,
.abstract-input-select-type-2 .input-wrapper .options-wrapper .option.selected {
  color: #000000;
  background-color: #ececec;
}
.abstract-input-select-type-2 .input-wrapper .select-all-wrapper .option:last-child,
.abstract-input-select-type-2 .input-wrapper .options-wrapper .option:last-child {
  border-bottom-color: transparent;
}
.abstract-input-select-type-2 .input-wrapper .select-all-wrapper.no-select-all,
.abstract-input-select-type-2 .input-wrapper .options-wrapper.no-select-all {
  top: 30px !important;
}
.abstract-input-select-type-2 .input-wrapper .select-all-wrapper {
  display: none;
}
.abstract-input-select-type-2 .input-wrapper .options-wrapper {
  margin-bottom: 20px;
  max-height: 0;
  transition: max-height 150ms;
  overflow-y: auto;
  overflow-x: hidden;
}
.abstract-input-select-type-2 .input-wrapper .options-wrapper::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}
.abstract-input-select-type-2 .input-wrapper .options-wrapper::-webkit-scrollbar-track {
  background: #fafafa;
}
.abstract-input-select-type-2 .input-wrapper .options-wrapper::-webkit-scrollbar-thumb {
  background: #585858;
  width: 4px;
  height: 4px;
}
.abstract-input-select-type-2 .input-wrapper .options-wrapper .vs-repeat-before-content,
.abstract-input-select-type-2 .input-wrapper .options-wrapper .vs-repeat-after-content {
  padding: 0 !important;
  border: 0;
  margin-right: 1px;
}
.abstract-input-select-type-2 .input-wrapper.options-visible .options-wrapper {
  max-height: 302px;
}
.abstract-input-select-type-2 .input-wrapper:not(.options-visible) .options-wrapper {
  border-top: 0;
  border-bottom: 0;
  top: calc(100% + 1px);
}
.abstract-input-select-type-2 .input-wrapper.has-select-all .options-wrapper {
  top: calc(200% + 2px);
}
.abstract-input-select-type-2 .input-wrapper.has-select-all.options-visible .select-all-wrapper {
  display: block;
}
.abstract-input-select-type-2 .input-wrapper.disabled .input-icon {
  display: none;
}
.abstract-input-radio-button-type-1 input[type='radio'] {
  display: none;
}
.abstract-input-radio-button-type-1 input[type='radio'] ~ label > * {
  cursor: pointer;
  display: inline-block;
  vertical-align: top;
  line-height: 14px;
  height: 14px;
}
.abstract-input-radio-button-type-1 input[type='radio'] ~ label .check {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  border: 1px solid #585858;
}
.abstract-input-radio-button-type-1 input[type='radio'] ~ label .check::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 8px;
  height: 8px;
  margin-top: -4px;
  margin-left: -4px;
  border-radius: 50%;
  background-color: #000000;
  opacity: 1;
  transform: scale(1, 1);
  transition: opacity 100ms, transform 100ms;
}
.abstract-input-radio-button-type-1 input[type='radio']:not(:checked) ~ label .check::before {
  opacity: 0;
  transform: scale(0, 0);
}
.top-header .top-menu .top-menu-element.icon-profile {
  position: relative;
}
.top-header .top-menu .top-menu-element.icon-profile::after {
  content: '';
  display: block;
  box-sizing: border-box;
  position: absolute;
  top: -2px;
  right: 0;
  width: 9px;
  height: 9px;
  background-color: #000000;
  border: 1px solid white;
  border-radius: 50%;
}
.top-header .top-menu .top-menu-element.icon-profile:not(.surveys-available)::after {
  display: none;
}
.products-list .product-image {
  width: 100%;
  height: 160px;
}
.products-list .icon-document {
  margin-right: 8px;
  color: #a7a7a7;
  font-size: 16px;
}
.watch .picto-list {
  text-align: center;
  padding-bottom: 15px;
  margin-bottom: 10px;
  border-bottom: 2px solid transparent;
}
.watch .picto-list > * {
  padding-bottom: 10px;
}
.watch .picto-list > *:last-child {
  padding-bottom: 0;
}
.watch .picto-list .picto-container {
  display: inline-block;
  width: 50px;
  height: 50px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}
.watch .picto-list .picto-main .picto-container {
  height: 70px;
  width: 70px;
}
.watch .picto-list .picto-group .label {
  color: #000000;
  text-transform: uppercase;
  padding-bottom: 4px;
}
.watch .picto-list .picto-group .pictos {
  font-size: 0;
  margin: -2px;
}
.watch .picto-list .picto-group .pictos .picto-container {
  margin: 2px;
  border: 1px solid transparent;
  border-radius: 5px;
}
.watch .references-list .reference {
  font-size: 13px;
  margin-bottom: 5px;
}
.watch .references-list .reference .label {
  color: #555555;
}
.watch .references-list .reference .value {
  color: #808080;
}
.watch .references-list .reference:first-child {
  font-size: 15px;
  font-weight: bold;
}
.watch .references-list .reference:first-child .value {
  color: #555555;
}
.watch .technical-variations-container {
  text-align: center;
  margin-bottom: 10px;
}
.watch .technical-variations-container > * {
  display: inline-block;
  text-align: left;
  vertical-align: top;
}
.watch .technical-variations-container .technical-variations-label {
  height: 28px;
  line-height: 28px;
  color: #555555;
}
.watch .technical-variations-container utx-input-select {
  width: 130px;
}
.watch .technical-variations-container utx-input-select label {
  display: block;
  height: 18px;
  line-height: 18px;
  margin-bottom: 6px;
  text-align: left;
}
.watch .technical-variations-container utx-input-select .input-wrapper {
  height: 30px;
  border: 1px solid #ececec;
  background: transparent;
  font-size: 0;
}
.watch .technical-variations-container utx-input-select .input-wrapper input,
.watch .technical-variations-container utx-input-select .input-wrapper textarea {
  display: block;
  width: 100%;
  height: 100%;
  padding: 0 10px 2px;
  background: transparent;
  transition: background 100ms;
  color: #585858;
  font-size: 13px;
  font-family: 'Open Sans', arial, sans-serif;
  text-overflow: ellipsis;
  line-height: 30px;
}
.watch .technical-variations-container utx-input-select .input-wrapper input:-webkit-autofill,
.watch .technical-variations-container utx-input-select .input-wrapper textarea:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 30px #fdfdfd inset !important;
  -webkit-text-fill-color: #585858 !important;
}
@include placeholder-mixin {
  color: rgba(255, 255, 255, 0.7);
  font-style: italic;
}
.watch .technical-variations-container utx-input-select .input-wrapper input.focus,
.watch .technical-variations-container utx-input-select .input-wrapper textarea.focus,
.watch .technical-variations-container utx-input-select .input-wrapper input:focus,
.watch .technical-variations-container utx-input-select .input-wrapper textarea:focus {
  background: #fdfdfd;
}
.watch .technical-variations-container utx-input-select .input-wrapper textarea {
  padding-top: 5px;
  padding-bottom: 5px;
  min-height: 30px;
  min-width: 100%;
  max-width: 100%;
}
.watch .technical-variations-container utx-input-select .input-wrapper .clear-icon {
  top: -1px;
  height: 30px;
  width: 30px;
  color: #585858;
  display: none;
  right: 0;
}
.watch .technical-variations-container utx-input-select .input-wrapper .clear-icon::before {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 14px;
  height: 14px;
  font-size: 14px;
  margin-left: -7px;
  margin-top: -7px;
}
.watch .technical-variations-container utx-input-select .input-wrapper .clear-icon.dynamic {
  cursor: pointer;
  transition: color 100ms;
}
.watch .technical-variations-container utx-input-select .input-wrapper .clear-icon.dynamic:hover {
  color: #252525;
}
.watch .technical-variations-container utx-input-select .input-wrapper .clear-icon.smaller::before {
  width: 14px / 2;
  height: 14px / 2;
  font-size: 14px / 2;
  margin-left: -3.5px;
  margin-top: -3.5px;
}
.watch .technical-variations-container utx-input-select .input-wrapper.has-clear-icon input:not([disabled]):focus {
  padding-right: 25px;
}
.watch .technical-variations-container utx-input-select .input-wrapper.has-clear-icon input:not([disabled]):focus + .clear-icon,
.watch .technical-variations-container utx-input-select .input-wrapper.has-clear-icon textarea:not([disabled]):focus + .clear-icon {
  display: block;
}
.watch .technical-variations-container utx-input-select .input-wrapper.has-icon .input-icon {
  top: -1px;
  height: 30px;
  width: 30px;
  color: #585858;
}
.watch .technical-variations-container utx-input-select .input-wrapper.has-icon .input-icon::before {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 20px;
  font-size: 20px;
  margin-left: -10px;
  margin-top: -10px;
}
.watch .technical-variations-container utx-input-select .input-wrapper.has-icon .input-icon.dynamic {
  cursor: pointer;
  transition: color 100ms;
}
.watch .technical-variations-container utx-input-select .input-wrapper.has-icon .input-icon.dynamic:hover {
  color: #252525;
}
.watch .technical-variations-container utx-input-select .input-wrapper.has-icon .input-icon.smaller::before {
  width: 20px / 2;
  height: 20px / 2;
  font-size: 20px / 2;
  margin-left: -5px;
  margin-top: -5px;
}
.watch .technical-variations-container utx-input-select .input-wrapper.has-icon.icon-left input {
  padding-left: 40px;
}
.watch .technical-variations-container utx-input-select .input-wrapper.has-icon.icon-right input {
  padding-right: 40px;
}
.watch .technical-variations-container utx-input-select .input-wrapper.has-icon.icon-right.has-clear-icon input:focus {
  padding-right: 60px;
}
.watch .technical-variations-container utx-input-select .input-wrapper.has-icon.icon-right.has-clear-icon .clear-icon {
  right: 30px;
}
.watch .technical-variations-container utx-input-select .input-wrapper .select-all-wrapper,
.watch .technical-variations-container utx-input-select .input-wrapper .options-wrapper {
  z-index: 1;
  position: absolute;
  left: -1px;
  right: -1px;
  top: 100%;
  border: 1px solid #ececec;
  background-color: #fafafa;
}
.watch .technical-variations-container utx-input-select .input-wrapper .select-all-wrapper .option,
.watch .technical-variations-container utx-input-select .input-wrapper .options-wrapper .option {
  text-align: left;
  cursor: default;
  height: 30px;
  line-height: 28px;
  padding: 0 10px 2px;
  color: #585858;
  font-size: 13px;
  font-family: 'Open Sans', arial, sans-serif;
  text-overflow: ellipsis;
  white-space: nowrap;
  background-color: #fafafa;
  border-bottom: 1px solid #ececec;
  transition: background-color 100ms;
}
.watch .technical-variations-container utx-input-select .input-wrapper .select-all-wrapper .option.hovered,
.watch .technical-variations-container utx-input-select .input-wrapper .options-wrapper .option.hovered,
.watch .technical-variations-container utx-input-select .input-wrapper .select-all-wrapper .option:hover,
.watch .technical-variations-container utx-input-select .input-wrapper .options-wrapper .option:hover {
  background-color: #f4f4f4;
}
.watch .technical-variations-container utx-input-select .input-wrapper .select-all-wrapper .option.max-choices-reached,
.watch .technical-variations-container utx-input-select .input-wrapper .options-wrapper .option.max-choices-reached {
  opacity: 0.5;
}
.watch .technical-variations-container utx-input-select .input-wrapper .select-all-wrapper .option.selected,
.watch .technical-variations-container utx-input-select .input-wrapper .options-wrapper .option.selected {
  color: #000000;
  background-color: #ececec;
}
.watch .technical-variations-container utx-input-select .input-wrapper .select-all-wrapper .option:last-child,
.watch .technical-variations-container utx-input-select .input-wrapper .options-wrapper .option:last-child {
  border-bottom-color: transparent;
}
.watch .technical-variations-container utx-input-select .input-wrapper .select-all-wrapper.no-select-all,
.watch .technical-variations-container utx-input-select .input-wrapper .options-wrapper.no-select-all {
  top: 30px !important;
}
.watch .technical-variations-container utx-input-select .input-wrapper .select-all-wrapper {
  display: none;
}
.watch .technical-variations-container utx-input-select .input-wrapper .options-wrapper {
  margin-bottom: 20px;
  max-height: 0;
  transition: max-height 150ms;
  overflow-y: auto;
  overflow-x: hidden;
}
.watch .technical-variations-container utx-input-select .input-wrapper .options-wrapper::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}
.watch .technical-variations-container utx-input-select .input-wrapper .options-wrapper::-webkit-scrollbar-track {
  background: #fafafa;
}
.watch .technical-variations-container utx-input-select .input-wrapper .options-wrapper::-webkit-scrollbar-thumb {
  background: #585858;
  width: 4px;
  height: 4px;
}
.watch .technical-variations-container utx-input-select .input-wrapper .options-wrapper .vs-repeat-before-content,
.watch .technical-variations-container utx-input-select .input-wrapper .options-wrapper .vs-repeat-after-content {
  padding: 0 !important;
  border: 0;
  margin-right: 1px;
}
.watch .technical-variations-container utx-input-select .input-wrapper.options-visible .options-wrapper {
  max-height: 302px;
}
.watch .technical-variations-container utx-input-select .input-wrapper:not(.options-visible) .options-wrapper {
  border-top: 0;
  border-bottom: 0;
  top: calc(100% + 1px);
}
.watch .technical-variations-container utx-input-select .input-wrapper.has-select-all .options-wrapper {
  top: calc(200% + 2px);
}
.watch .technical-variations-container utx-input-select .input-wrapper.has-select-all.options-visible .select-all-wrapper {
  display: block;
}
.watch .technical-variations-container utx-input-select .input-wrapper.disabled .input-icon {
  display: none;
}
.watch .technical-variations-container.rfids-variations-container .rfids-label {
  display: block;
  text-align: center;
  color: #a7a7a7;
  font-size: 13px;
  font-weight: bold;
}
.watch .technical-variations-container.rfids-variations-container utx-input-select {
  width: 180px !important;
}
.watch .technical-variations-container.rfids-variations-container utx-input-select label {
  display: block;
  height: 18px;
  line-height: 18px;
  margin-bottom: 6px;
  text-align: left;
}
.watch .technical-variations-container.rfids-variations-container utx-input-select .input-wrapper {
  height: 30px;
  border: 1px solid #ececec;
  background: transparent;
  font-size: 0;
}
.watch .technical-variations-container.rfids-variations-container utx-input-select .input-wrapper input,
.watch .technical-variations-container.rfids-variations-container utx-input-select .input-wrapper textarea {
  display: block;
  width: 100%;
  height: 100%;
  padding: 0 10px 2px;
  background: transparent;
  transition: background 100ms;
  color: #585858;
  font-size: 13px;
  font-family: 'Open Sans', arial, sans-serif;
  text-overflow: ellipsis;
  line-height: 30px;
}
.watch .technical-variations-container.rfids-variations-container utx-input-select .input-wrapper input:-webkit-autofill,
.watch .technical-variations-container.rfids-variations-container utx-input-select .input-wrapper textarea:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 30px #fdfdfd inset !important;
  -webkit-text-fill-color: #585858 !important;
}
@include placeholder-mixin {
  color: rgba(255, 255, 255, 0.7);
  font-style: italic;
}
.watch .technical-variations-container.rfids-variations-container utx-input-select .input-wrapper input.focus,
.watch .technical-variations-container.rfids-variations-container utx-input-select .input-wrapper textarea.focus,
.watch .technical-variations-container.rfids-variations-container utx-input-select .input-wrapper input:focus,
.watch .technical-variations-container.rfids-variations-container utx-input-select .input-wrapper textarea:focus {
  background: #fdfdfd;
}
.watch .technical-variations-container.rfids-variations-container utx-input-select .input-wrapper textarea {
  padding-top: 5px;
  padding-bottom: 5px;
  min-height: 30px;
  min-width: 100%;
  max-width: 100%;
}
.watch .technical-variations-container.rfids-variations-container utx-input-select .input-wrapper .clear-icon {
  top: -1px;
  height: 30px;
  width: 30px;
  color: #585858;
  display: none;
  right: 0;
}
.watch .technical-variations-container.rfids-variations-container utx-input-select .input-wrapper .clear-icon::before {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 14px;
  height: 14px;
  font-size: 14px;
  margin-left: -7px;
  margin-top: -7px;
}
.watch .technical-variations-container.rfids-variations-container utx-input-select .input-wrapper .clear-icon.dynamic {
  cursor: pointer;
  transition: color 100ms;
}
.watch .technical-variations-container.rfids-variations-container utx-input-select .input-wrapper .clear-icon.dynamic:hover {
  color: #252525;
}
.watch .technical-variations-container.rfids-variations-container utx-input-select .input-wrapper .clear-icon.smaller::before {
  width: 14px / 2;
  height: 14px / 2;
  font-size: 14px / 2;
  margin-left: -3.5px;
  margin-top: -3.5px;
}
.watch .technical-variations-container.rfids-variations-container utx-input-select .input-wrapper.has-clear-icon input:not([disabled]):focus {
  padding-right: 25px;
}
.watch .technical-variations-container.rfids-variations-container utx-input-select .input-wrapper.has-clear-icon input:not([disabled]):focus + .clear-icon,
.watch .technical-variations-container.rfids-variations-container utx-input-select .input-wrapper.has-clear-icon textarea:not([disabled]):focus + .clear-icon {
  display: block;
}
.watch .technical-variations-container.rfids-variations-container utx-input-select .input-wrapper.has-icon .input-icon {
  top: -1px;
  height: 30px;
  width: 30px;
  color: #585858;
}
.watch .technical-variations-container.rfids-variations-container utx-input-select .input-wrapper.has-icon .input-icon::before {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 20px;
  font-size: 20px;
  margin-left: -10px;
  margin-top: -10px;
}
.watch .technical-variations-container.rfids-variations-container utx-input-select .input-wrapper.has-icon .input-icon.dynamic {
  cursor: pointer;
  transition: color 100ms;
}
.watch .technical-variations-container.rfids-variations-container utx-input-select .input-wrapper.has-icon .input-icon.dynamic:hover {
  color: #252525;
}
.watch .technical-variations-container.rfids-variations-container utx-input-select .input-wrapper.has-icon .input-icon.smaller::before {
  width: 20px / 2;
  height: 20px / 2;
  font-size: 20px / 2;
  margin-left: -5px;
  margin-top: -5px;
}
.watch .technical-variations-container.rfids-variations-container utx-input-select .input-wrapper.has-icon.icon-left input {
  padding-left: 40px;
}
.watch .technical-variations-container.rfids-variations-container utx-input-select .input-wrapper.has-icon.icon-right input {
  padding-right: 40px;
}
.watch .technical-variations-container.rfids-variations-container utx-input-select .input-wrapper.has-icon.icon-right.has-clear-icon input:focus {
  padding-right: 60px;
}
.watch .technical-variations-container.rfids-variations-container utx-input-select .input-wrapper.has-icon.icon-right.has-clear-icon .clear-icon {
  right: 30px;
}
.watch .technical-variations-container.rfids-variations-container utx-input-select .input-wrapper .select-all-wrapper,
.watch .technical-variations-container.rfids-variations-container utx-input-select .input-wrapper .options-wrapper {
  z-index: 1;
  position: absolute;
  left: -1px;
  right: -1px;
  top: 100%;
  border: 1px solid #ececec;
  background-color: #fafafa;
}
.watch .technical-variations-container.rfids-variations-container utx-input-select .input-wrapper .select-all-wrapper .option,
.watch .technical-variations-container.rfids-variations-container utx-input-select .input-wrapper .options-wrapper .option {
  text-align: left;
  cursor: default;
  height: 30px;
  line-height: 28px;
  padding: 0 10px 2px;
  color: #585858;
  font-size: 13px;
  font-family: 'Open Sans', arial, sans-serif;
  text-overflow: ellipsis;
  white-space: nowrap;
  background-color: #fafafa;
  border-bottom: 1px solid #ececec;
  transition: background-color 100ms;
}
.watch .technical-variations-container.rfids-variations-container utx-input-select .input-wrapper .select-all-wrapper .option.hovered,
.watch .technical-variations-container.rfids-variations-container utx-input-select .input-wrapper .options-wrapper .option.hovered,
.watch .technical-variations-container.rfids-variations-container utx-input-select .input-wrapper .select-all-wrapper .option:hover,
.watch .technical-variations-container.rfids-variations-container utx-input-select .input-wrapper .options-wrapper .option:hover {
  background-color: #f4f4f4;
}
.watch .technical-variations-container.rfids-variations-container utx-input-select .input-wrapper .select-all-wrapper .option.max-choices-reached,
.watch .technical-variations-container.rfids-variations-container utx-input-select .input-wrapper .options-wrapper .option.max-choices-reached {
  opacity: 0.5;
}
.watch .technical-variations-container.rfids-variations-container utx-input-select .input-wrapper .select-all-wrapper .option.selected,
.watch .technical-variations-container.rfids-variations-container utx-input-select .input-wrapper .options-wrapper .option.selected {
  color: #000000;
  background-color: #ececec;
}
.watch .technical-variations-container.rfids-variations-container utx-input-select .input-wrapper .select-all-wrapper .option:last-child,
.watch .technical-variations-container.rfids-variations-container utx-input-select .input-wrapper .options-wrapper .option:last-child {
  border-bottom-color: transparent;
}
.watch .technical-variations-container.rfids-variations-container utx-input-select .input-wrapper .select-all-wrapper.no-select-all,
.watch .technical-variations-container.rfids-variations-container utx-input-select .input-wrapper .options-wrapper.no-select-all {
  top: 30px !important;
}
.watch .technical-variations-container.rfids-variations-container utx-input-select .input-wrapper .select-all-wrapper {
  display: none;
}
.watch .technical-variations-container.rfids-variations-container utx-input-select .input-wrapper .options-wrapper {
  margin-bottom: 20px;
  max-height: 0;
  transition: max-height 150ms;
  overflow-y: auto;
  overflow-x: hidden;
}
.watch .technical-variations-container.rfids-variations-container utx-input-select .input-wrapper .options-wrapper::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}
.watch .technical-variations-container.rfids-variations-container utx-input-select .input-wrapper .options-wrapper::-webkit-scrollbar-track {
  background: #fafafa;
}
.watch .technical-variations-container.rfids-variations-container utx-input-select .input-wrapper .options-wrapper::-webkit-scrollbar-thumb {
  background: #585858;
  width: 4px;
  height: 4px;
}
.watch .technical-variations-container.rfids-variations-container utx-input-select .input-wrapper .options-wrapper .vs-repeat-before-content,
.watch .technical-variations-container.rfids-variations-container utx-input-select .input-wrapper .options-wrapper .vs-repeat-after-content {
  padding: 0 !important;
  border: 0;
  margin-right: 1px;
}
.watch .technical-variations-container.rfids-variations-container utx-input-select .input-wrapper.options-visible .options-wrapper {
  max-height: 302px;
}
.watch .technical-variations-container.rfids-variations-container utx-input-select .input-wrapper:not(.options-visible) .options-wrapper {
  border-top: 0;
  border-bottom: 0;
  top: calc(100% + 1px);
}
.watch .technical-variations-container.rfids-variations-container utx-input-select .input-wrapper.has-select-all .options-wrapper {
  top: calc(200% + 2px);
}
.watch .technical-variations-container.rfids-variations-container utx-input-select .input-wrapper.has-select-all.options-visible .select-all-wrapper {
  display: block;
}
.watch .technical-variations-container.rfids-variations-container utx-input-select .input-wrapper.disabled .input-icon {
  display: none;
}
.ev .component-rows > * > .title {
  text-transform: uppercase;
  font-weight: bold;
  color: #000000;
  margin: 20px 0;
  padding-top: 20px;
  border-top: 1px solid #585858;
}
.ev .component-rows > *:first-child .title {
  border-top: 0;
  margin-top: 0;
}
.order-details .icons-container {
  position: relative;
  top: -2px;
}
.order-details .file-drop-area {
  border: 1px dashed #808080;
  padding: 20px;
  text-align: center;
  font-weight: bold;
  cursor: pointer;
}
.order-details .files-drop-area {
  border: 1px dashed #808080;
  padding: 20px;
  text-align: center;
  font-weight: bold;
  cursor: pointer;
}
.order-details .disclaimer {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  color: #000000;
  padding: 10px 0;
}
.order-details .disclaimer .picto-warning {
  color: #000000;
  margin-right: 2px;
}
.order-details .disclaimer .label-linked {
  cursor: pointer;
  text-decoration: underline;
  padding-right: 10px;
}
.popup-technical-versions .technical-versions-table {
  width: 100%;
  border-bottom: 1px solid #ebeaef;
}
.popup-technical-versions .technical-versions-table .header-row > * {
  border-bottom: 1px solid #ebeaef;
}
.popup-technical-versions .technical-versions-table td,
.popup-technical-versions .technical-versions-table th {
  height: 30px;
  vertical-align: top;
  text-align: left;
  padding: 5px 10px;
}
.popup-technical-versions .technical-versions-table .technical-reference-row {
  cursor: pointer;
}
.popup-technical-versions .technical-versions-table .technical-reference-row:hover {
  background-color: #ebeaef;
}
.popup-serial-RFID .serial-RFID-table {
  width: 100%;
  border-bottom: 1px solid #ebeaef;
}
.popup-serial-RFID .serial-RFID-table .header-row > * {
  border-bottom: 1px solid #ebeaef;
}
.popup-serial-RFID .serial-RFID-table td,
.popup-serial-RFID .serial-RFID-table th {
  height: 30px;
  vertical-align: top;
  text-align: left;
  padding: 5px 10px;
}
.popup-serial-RFID .serial-RFID-table .serial-RFID-row {
  cursor: pointer;
}
.popup-serial-RFID .serial-RFID-table .serial-RFID-row:hover {
  background-color: #ebeaef;
}
.popup.survey,
.popup.profile {
  width: 90%;
  max-width: 876px;
  padding: 0;
}
.popup.survey .popup-content,
.popup.profile .popup-content {
  padding: 20px;
}
.voucher-search-home-wrapper {
  padding-top: 20px;
}
.voucher-status {
  display: inline-block;
  vertical-align: top;
  height: 22px;
  font-size: 14px;
  line-height: 24px;
  padding: 0 7px;
  border-radius: 3px;
  color: white;
  background-color: #686868;
  text-transform: uppercase;
}
.voucher-status.activated {
  background-color: #afafaf;
}
.voucher-status.deleted,
.voucher-status.expired {
  background-color: #b80509;
}
.voucher-status.open {
  background-color: #29853b;
}
/** END REFACTORING **/
/** Guillaume refactoring **/
.login .login-wrapper.mode-restore-password {
  width: 850px;
  margin-left: -425px;
}
.login .login-wrapper.mode-restore-password .login-form {
  width: 100%;
}
.login .login-wrapper.mode-restore-password .login-form .restore-password {
  font-size: 0;
  padding-bottom: 0;
}
.login .login-wrapper.mode-restore-password .login-form .restore-password > * {
  width: 50%;
  font-size: 13px;
  display: inline-block;
  vertical-align: top;
  position: relative;
  padding-bottom: 55px;
  min-height: 280px;
}
.login .login-wrapper.mode-restore-password .login-form .restore-password > * .button {
  position: absolute;
  bottom: 0;
}
.login .login-wrapper.mode-restore-password .login-form .restore-password > * .button.cancel-button {
  left: 0;
}
.login .login-wrapper.mode-restore-password .login-form .restore-password > * .button.confirm-button {
  right: 0;
}
.login .login-wrapper.mode-restore-password .login-form .restore-password .pattern-rules {
  padding-right: 25px;
}
.login .login-wrapper.mode-restore-password .login-form .restore-password .pattern-rules .title {
  font-size: 18px;
  display: block;
}
.login .login-wrapper.mode-restore-password .login-form .restore-password .pattern-rules .any-help-link {
  padding-top: 10px;
}
.login .login-wrapper.mode-restore-password .login-form .restore-password .new-password-form {
  padding-top: 30px;
}
.login .login-wrapper.mode-restore-password .login-form .restore-password .new-password-form .input-identification-number {
  display: inline-block;
  width: 352px;
}
.login .login-wrapper.mode-restore-password .login-form .restore-password .new-password-form .info-color-icon {
  display: inline-block;
  cursor: default;
}
.popup .change-password utx-password-rules {
  padding-bottom: 20px;
}
.popup .confirm-popup > .message {
  margin: 40px 0 20px;
  text-align: center;
  color: #454545;
  font-weight: 100;
}
.popup .confirm-popup > .buttons {
  margin-top: 15px;
  text-align: center;
}
.popup .confirm-popup > .buttons > .button {
  min-width: 100px;
}
.popup .confirm-popup > .buttons > .button:not(:last-child) {
  margin-right: 15px;
}
@media (max-width: 890px) {
  .login .login-wrapper.mode-restore-password {
    position: relative;
    bottom: 0;
    width: 90%;
    margin-left: 0;
  }
  .login .login-wrapper.mode-restore-password .login-form .restore-password .new-password-form .input-identification-number {
    width: 89%;
  }
}
.hybrid-price .hybrid {
  color: #808080;
}
.hybrid-price.is-hybrid {
  color: #808080 !important;
}
.hybrid-price.is-hybrid .label {
  color: #808080 !important;
}
.hybrid-price:not(.is-hybrid) .hybrid {
  display: none;
}
.clear {
  clear: both;
}
.flex {
  display: flex;
}
.component-lists .line-list tbody > *:first-child > * {
  border-top-color: transparent !important;
}
/** End Guillaume refactoring **/
.lbrh-button {
  padding-top: 9px;
  padding-bottom: 9px;
  color: red;
  border: 1px solid red;
  background-color: transparent;
}
.lbrh-button:hover {
  color: white;
  background-color: blue;
}
.lbrh-button.button-active {
  cursor: default;
  color: white;
  background-color: blue;
}
.main-menu ul li .menu-title {
  line-height: 46px;
}
.main-menu ul li .icon-cart {
  margin-top: -1px;
}
.search-options-block-wrapper .generic-search-footer .search-buttons-container .reset-label {
  display: none;
}
.search-options-block-wrapper .generic-search-title {
  font-size: 14px;
}
.search-options-block-wrapper .option-sub-block .label {
  color: #808080;
  font-style: italic;
}
.search-options-block-wrapper .generic-search-field-label {
  font-style: italic;
}
.search-options-block-wrapper .search-button {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}
.top-header .top-menu .globalSearchInput::-webkit-input-placeholder {
  text-transform: none;
}
.top-header .top-menu .globalSearchInput::-moz-placeholder {
  text-transform: none;
}
.top-header .top-menu .globalSearchInput:-ms-input-placeholder {
  text-transform: none;
}
.top-header .top-menu .globalSearchInput:-moz-placeholder {
  text-transform: none;
}
.forgot-pw-and-submit-line .forgot-pw {
  font-style: italic;
}
.login-wrapper .login-cis-access .login-cis-access-label {
  padding-top: 15px;
}
.home-footer-wrapper .brand-selection {
  padding-top: 12px;
}
.home-footer-wrapper .login-cis-access .login-cis-access-label {
  padding-top: 4px;
}
.main-menu-wrapper .icon-cart {
  margin-top: 0;
}
.products-list .products-list-header .result-number {
  position: relative;
  padding-left: 9px;
}
.products-list .products-list-header .result-number::before {
  content: '';
  display: block;
  position: absolute;
  top: 2px;
  bottom: 2px;
  left: 0;
  width: 1px;
  background-color: #979797;
}
.products-list .list-view .highlight-line {
  border-bottom: 1px solid #ececec !important;
}
.products-list .list-view:hover .highlight-line {
  border-bottom: 1px solid #000000 !important;
}
.products-list .cell-view {
  border-bottom: 1px solid #ececec !important;
}
.products-list .cell-view:hover {
  border-bottom: 1px solid #000000 !important;
}
.products-list .products-list-footer {
  margin-top: 20px;
}
input[type="text"],
input[type="number"],
input[type="password"] {
  color: #000000;
}
input[type="text"]::-webkit-input-placeholder,
input[type="number"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder {
  font-style: italic;
}
input[type="text"]::-moz-placeholder,
input[type="number"]::-moz-placeholder,
input[type="password"]::-moz-placeholder {
  font-style: italic;
}
input[type="text"]:-ms-input-placeholder,
input[type="number"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder {
  font-style: italic;
}
input[type="text"]:-moz-placeholder,
input[type="number"]:-moz-placeholder,
input[type="password"]:-moz-placeholder {
  font-style: italic;
}
.flash-news h2 {
  font-size: 18px;
  text-transform: uppercase;
}
.flash-news .all-news-button .button {
  color: red;
  border: 1px solid red;
  padding-top: 9px;
  padding-bottom: 9px;
  color: #000000;
  border: 1px solid #000000;
  background-color: transparent;
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}
.flash-news .all-news-button .button:hover {
  color: white;
  background-color: blue;
}
.flash-news .all-news-button .button.button-active {
  cursor: default;
  color: white;
  background-color: blue;
}
.flash-news .all-news-button .button:hover {
  color: white;
  background-color: #000000;
}
.flash-news .all-news-button .button.button-active {
  cursor: default;
  color: white;
  background-color: #000000;
}
.flash-news .flash-news-body .title {
  font-weight: 100;
  font-size: 18px;
}
.flash-news .flash-news-body .more {
  font-size: 13px;
}
.popup-wrapper .popup {
  border-radius: 0;
}
.popup-wrapper .popup .profile .left-side .bolded {
  font-weight: normal;
}
.popup-wrapper .popup .profile .left-side .button {
  color: red;
  border: 1px solid red;
  padding-top: 9px;
  padding-bottom: 9px;
  color: #000000;
  border: 1px solid #000000;
  background-color: transparent;
}
.popup-wrapper .popup .profile .left-side .button:hover {
  color: white;
  background-color: blue;
}
.popup-wrapper .popup .profile .left-side .button.button-active {
  cursor: default;
  color: white;
  background-color: blue;
}
.popup-wrapper .popup .profile .left-side .button:hover {
  color: white;
  background-color: #000000;
}
.popup-wrapper .popup .profile .left-side .button.button-active {
  cursor: default;
  color: white;
  background-color: #000000;
}
.popup-wrapper .popup .profile .right-side .price-select {
  border: 1px solid #ececec;
  background-color: transparent;
  padding: 9px 0 0;
  height: 35px;
}
.popup-wrapper .popup .profile .right-side .price-select .option-list {
  top: 33px;
  left: -1px;
  right: -1px;
}
.popup-wrapper .popup .profile .right-side .button {
  padding-top: 9px;
  padding-bottom: 9px;
}
.popup-wrapper .popup .profile .bottom-side .datas {
  color: #000000;
}
.popup-wrapper .popup .profile .section-title h3 {
  font-size: 14px;
}
.popup-wrapper .popup .popup-content .name-label {
  font-weight: 100;
}
.watch .watch-title {
  font-size: 17px;
  font-weight: 100;
}
.watch .more-link-container {
  border-bottom: 1px solid #808080;
}
.watch .sub-menu .button {
  color: red;
  border: 1px solid red;
  padding-top: 9px;
  padding-bottom: 9px;
  color: #000000;
  border: 1px solid #000000;
  background-color: transparent;
  padding-top: 6px;
  padding-bottom: 6px;
}
.watch .sub-menu .button:hover {
  color: white;
  background-color: blue;
}
.watch .sub-menu .button.button-active {
  cursor: default;
  color: white;
  background-color: blue;
}
.watch .sub-menu .button:hover {
  color: white;
  background-color: #000000;
}
.watch .sub-menu .button.button-active {
  cursor: default;
  color: white;
  background-color: #000000;
}
.add-to-cart input {
  border: 1px solid #808080;
  border-right: 0;
  background: transparent;
}
.add-to-cart .button {
  color: red;
  border: 1px solid red;
  padding-top: 9px;
  padding-bottom: 9px;
  color: #000000;
  border: 1px solid #000000;
  background-color: transparent;
  padding: 0;
}
.add-to-cart .button:hover {
  color: white;
  background-color: blue;
}
.add-to-cart .button.button-active {
  cursor: default;
  color: white;
  background-color: blue;
}
.add-to-cart .button:hover {
  color: white;
  background-color: #000000;
}
.add-to-cart .button.button-active {
  cursor: default;
  color: white;
  background-color: #000000;
}
.add-to-cart .button .icon-cart {
  height: 24px;
}
.add-to-cart .button .icon-cart::before {
  top: 2px;
}
.order-details .save-draft-color {
  color: red;
  border: 1px solid red;
  padding-top: 9px;
  padding-bottom: 9px;
  color: #000000;
  border: 1px solid #000000;
  background-color: transparent;
  padding-top: 8px;
  padding-bottom: 8px;
}
.order-details .save-draft-color:hover {
  color: white;
  background-color: blue;
}
.order-details .save-draft-color.button-active {
  cursor: default;
  color: white;
  background-color: blue;
}
.order-details .save-draft-color:hover {
  color: white;
  background-color: #000000;
}
.order-details .save-draft-color.button-active {
  cursor: default;
  color: white;
  background-color: #000000;
}
.order-details .icon-plus-container {
  color: red;
  border: 1px solid red;
  padding-top: 9px;
  padding-bottom: 9px;
  color: #000000;
  border: 1px solid #000000;
  background-color: transparent;
  padding-top: 0;
  padding-bottom: 0;
}
.order-details .icon-plus-container:hover {
  color: white;
  background-color: blue;
}
.order-details .icon-plus-container.button-active {
  cursor: default;
  color: white;
  background-color: blue;
}
.order-details .icon-plus-container:hover {
  color: white;
  background-color: #000000;
}
.order-details .icon-plus-container.button-active {
  cursor: default;
  color: white;
  background-color: #000000;
}
.order-details .icon-plus-container .icon-plus-thin {
  margin-top: 7px;
  color: #000000;
  font-size: 13px;
}
.order-details .icon-plus-container:hover .icon-plus-thin {
  color: white;
}
.order-details .qty {
  background: transparent;
  border: 1px solid #ebeaef;
}
.products-list .sort-direction .icon-arrow-bottom {
  margin-top: 2px !important;
}
.ev .ev_pagination .ev_page {
  color: #000000;
  background-color: #ebeaef;
}
.ev .ev_pagination .ev_page:hover,
.ev .ev_pagination .ev_page.ev_active {
  color: white;
  background-color: #000000;
}
/**** Open Sans ****/
@font-face {
  font-family: 'Open Sans';
  src: url('fonts/Open_Sans/OpenSans-Regular/opensans-regular.eot?app_v=1738771072338');
  src: url('fonts/Open_Sans/OpenSans-Regular/opensans-regular.eot?app_v=1738771072338#iefix') format('embedded-opentype'), url('fonts/Open_Sans/OpenSans-Regular/opensans-regular.woff2?app_v=1738771072338') format('woff2'), url('fonts/Open_Sans/OpenSans-Regular/opensans-regular.woff?app_v=1738771072338') format('woff'), url('fonts/Open_Sans/OpenSans-Regular/opensans-regular.ttf?app_v=1738771072338') format('truetype'), url('fonts/Open_Sans/OpenSans-Regular/opensans-regular.svg?app_v=1738771072338#open_sansregular') format('svg');
  font-weight: 400;
  font-style: normal;
}
.lbrh-button {
  padding-top: 9px;
  padding-bottom: 9px;
  color: #000000;
  border: 1px solid #000000;
  background-color: transparent;
}
.lbrh-button:hover {
  color: white;
  background-color: #000000;
}
.lbrh-button.button-active {
  cursor: default;
  color: white;
  background-color: #000000;
}
@media (min-width: 891px) {
  .search-options-block-wrapper .search-options-block-searchBlocks.home .search-options-block-container:last-child .search-options-block {
    position: relative;
    height: 248px;
  }
  .search-options-block-wrapper .search-options-block-searchBlocks.home .search-options-block-container:last-child .search-options-block .generic-search-footer {
    position: absolute;
    bottom: 10px;
    right: 10px;
    left: 10px;
    float: none;
    width: auto;
  }
}
.news-popup .title {
  color: black;
}
.flash-news-single .news-title-container .news-title {
  font-size: 16px;
}
.popup-wrapper .popup .popup-content .attributes-list .attribute .label {
  color: #454545;
}
