@charset "UTF-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

/* =================================================================================================
  SPACES
===================================================================================================== */
/* =================================================================================================
  COLORS
================================================================================================= */
/* =================================================================================================
    CART
================================================================================================= */
/* =================================================================================================
  FONTS
================================================================================================= */
/*new cart fonts*/
/* =================================================================================================
  BUTTONS
================================================================================================= */
/* =================================================================================================
  FORMS
================================================================================================= */
/* =================================================================================================
  OTHER STUFF
================================================================================================= */
/* =================================================================================================
  MIXINS
================================================================================================= */
/*
  CHIAMATA (CUT AND PASTE):
    @include typographyRules($fontFamily,$fontSize,$color,$textDecoration,$textTransform,$textAlign,$lineHeight);
*/
/*
    BUTTON CUSTOMIZZABLE
    Prende in input argomenti opzionali per stilizzare il bottone on the go:

    CHIAMATA (CUT AND PASTE):
    @include buttonCustom($color,$colorHover,$bg,$bgHover,$radius,$float,$padding,$lineHeight);

    $color:     colore della scritta (di default ├¿ bianco)
    $colorHover:  colore della scritta all'hover (di default ├¿ bianco)
    $bg:            colore di background (di default ├¿ nero)
    $bgHover:     colore di background all'hover (di default ├¿ grigio)
    $radius:        bordi arrotondati css3 (di default il radius ├¿ 0)
    $float:         float del bottone, di default non ├¿ presente
    $padding:       padding del botton
    $lineHeight:    line-height per la centratura del testo, di solito ├¿ la somma del padding top e bottom

*/
/* =================================================================================================
  TITLES MIXIN
================================================================================================= */
/* =================================================================================================
  FORMS MIXIN
================================================================================================= */
/* =================================================================================================
	COLORS
================================================================================================= */
/* =================================================================================================
	FORMS GENERAL RULES
================================================================================================= */
*:focus {
  outline: none;
}

select {
  box-shadow: none;
  -webkit-border-radius: 0px;
  -webkit-appearance: none;
  border-radius: 0px;
  background-color: transparent;
  border: 1px solid #AFAFAF;
  height: 28px;
  padding: 2px 8px;
  width: 285px;
  font-size: 12px;
  line-height: 29px;
  position: relative;
  padding: 0;
  height: 34px;
  width: 301px;
  background-color: #F8F8F8;
  visibility: hidden;
  display: inline-block;
  vertical-align: baseline;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}
.ie7 select {
  visibility: visible;
  height: auto;
}

body.cn select {
  background: #FFFFFF url("http://cdn2.yoox.biz/Os/armanigroup/images/selectArrow.png") no-repeat right center;
  visibility: visible;
}

@media (-webkit-min-device-pixel-ratio: 1.5), (min-device-pixel-ratio: 1.5) {
  body.cn select {
    background: #FFFFFF url("http://cdn2.yoox.biz/Os/armanigroup/images/2x-selectArrow.png") no-repeat right center;
  }
}
input, textarea {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
}

textarea {
  padding: 9px 8px;
  min-width: 283px;
  border: #AFAFAF 1px solid;
  -moz-transition: all 0.75s ease-in;
  -o-transition: all 0.75s ease-in;
  -webkit-transition: all 0.75s ease-in;
  transition: all 0.75s ease-in;
}

textarea:focus {
  background-color: #FFFFFF;
}

/* label - verifica  */
label {
  font-family: "montserratregular", Helvetica, Arial, sans-serif;
  font-size: 12px;
  color: #393939;
}

input[type="checkbox"], input[type="radio"], input[type="text"], input[type="email"], input[type="mail"], input[type="password"], input[type="tel"] {
  padding: 0;
  margin: 0;
  color: #000000;
}
input[type="text"], input[type="email"], input[type="password"], input[type="tel"] {
  box-shadow: none;
  -webkit-border-radius: 0px;
  -webkit-appearance: none;
  border-radius: 0px;
  background-color: transparent;
  border: 1px solid #AFAFAF;
  height: 28px;
  padding: 2px 8px;
  width: 285px;
  font-size: 12px;
  line-height: 29px;
  -moz-transition: background-color 0.75s ease-in;
  -o-transition: background-color 0.75s ease-in;
  -webkit-transition: background-color 0.75s ease-in;
  transition: background-color 0.75s ease-in;
  background-color: #FFFFFF;
}

input[type="text"]:focus, input[type="email"]:focus, input[type="password"]:focus, input[type="tel"]:focus {
  border: 1px solid #393939;
}

/* radio button e checkbox ------------------------------------------------------------------------------------------ */
input {
  /* radio buttons input ---------------------------------------------------------------------------------------------  */
  /* checkbox buttons input -------------------------------------------------------------------------------------------  */
}
input[type='checkbox'], input[type='radio'] {
  position: relative;
  vertical-align: middle;
  bottom: 3px;
  z-index: 2;
}
input[type='radio'] {
  /*			visibility: hidden;*/
  -webkit-appearance: none;
  appearance: none;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  cursor: pointer;
  position: absolute !important;
  top: 50%;
  margin-top: 4px;
  margin-left: 1px;
  width: 21px;
  height: 21px;
  background-color: #000000;
  opacity: 0;
  z-index: 2;
}
input[type='checkbox'] {
  /*			visibility: hidden;*/
  -webkit-appearance: none;
  appearance: none;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  cursor: pointer;
  position: absolute !important;
  /*		top: 50%;
  		margin-top: -8px;
  		margin-left: 3px;*/
  width: 21px;
  height: 21px;
  background-color: #000000;
  opacity: 0;
}

/* radio buttons container -----------------------------------------------------------------------------------------  */
.i-radio {
  width: 21px;
  position: relative;
  display: block;
  clear: both;
}
.i-radio + label {
  margin-left: 30px;
}
.i-radio .i-radio-inside {
  cursor: pointer;
  position: absolute;
  width: 21px;
  height: 21px;
  top: 0;
  background-color: #FFFFFF;
  border: 1px solid #000000;
  /*	@include transition(background-image $SBtransitionTime ease-in); */
  z-index: 1;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  zoom: 1;
  cursor: pointer;
}
.i-radio .i-radio-inside:hover {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
  filter: alpha(opacity=30);
  opacity: 0.5;
}
.i-radio input[type=radio]:checked + .i-radio-inside {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
  /*  @include button;   WTF !?*/
  background: transparent url('http://cdn2.yoox.biz/Os/armanigroup/generated_images/siteSprite-sbe57f97777.png') no-repeat 0 -2954px;
  height: 21px;
  width: 21px;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .i-radio input[type=radio]:checked + .i-radio-inside {
    background: transparent url('http://cdn2.yoox.biz/Os/armanigroup/generated_images/siteSprite2x-sfb0e2c50a1.png') no-repeat 0 -2938px;
    background-size: 264px 3818px;
    height: 21px;
    width: 21px;
  }
}

/* checkbox buttons container --------------------------------------------------------------------------------------  */
.i-checkbox {
  width: 21px;
  height: 21px;
  position: relative;
  display: block;
  clear: both;
  float: left;
}
.i-checkbox + label {
  margin-left: 10px;
}
.i-checkbox .i-checkbox-inside {
  cursor: pointer;
  position: absolute;
  width: 21px;
  height: 21px;
  top: 0;
  /*  @include button;   WTF !?*/
  background: transparent url('http://cdn2.yoox.biz/Os/armanigroup/generated_images/siteSprite-sbe57f97777.png') no-repeat 0 -647px;
  height: 21px;
  width: 21px;
  z-index: 1;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  zoom: 1;
  cursor: pointer;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .i-checkbox .i-checkbox-inside {
    background: transparent url('http://cdn2.yoox.biz/Os/armanigroup/generated_images/siteSprite2x-sfb0e2c50a1.png') no-repeat 0 -632px;
    background-size: 264px 3818px;
    height: 21px;
    width: 21px;
  }
}
.i-checkbox .i-checkbox-inside:hover {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
  filter: alpha(opacity=30);
  opacity: 0.5;
}
.i-checkbox input[type='checkbox']:checked + .i-checkbox-inside {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
  /*  @include button;   WTF !?*/
  background: transparent url('http://cdn2.yoox.biz/Os/armanigroup/generated_images/siteSprite-sbe57f97777.png') no-repeat 0 -740px;
  height: 21px;
  width: 21px;
  height: 21px;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .i-checkbox input[type='checkbox']:checked + .i-checkbox-inside {
    background: transparent url('http://cdn2.yoox.biz/Os/armanigroup/generated_images/siteSprite2x-sfb0e2c50a1.png') no-repeat 0 -725px;
    background-size: 264px 3818px;
    height: 21px;
    width: 21px;
  }
}
.i-checkbox .i-checkbox-ielt9 {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
.i-checkbox .i-checkbox-inside-ielt9 {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  /*  @include button;   WTF !?*/
  background: transparent url('http://cdn2.yoox.biz/Os/armanigroup/generated_images/siteSprite-sbe57f97777.png') no-repeat 0 -740px;
  height: 21px;
  width: 21px;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .i-checkbox .i-checkbox-inside-ielt9 {
    background: transparent url('http://cdn2.yoox.biz/Os/armanigroup/generated_images/siteSprite2x-sfb0e2c50a1.png') no-repeat 0 -725px;
    background-size: 264px 3818px;
    height: 21px;
    width: 21px;
  }
}
.ie8 .i-checkbox .i-checkbox-inside-ielt9 {
  height: 21px;
}

html.tablet .i-checkbox-inside {
  border-top: 1px solid transparent;
}

/* =================================================================================================
	FORMS GENERAL RULES
================================================================================================= */
.fieldRow {
  width: 100%;
  margin: 0 0 24px 0;
  position: relative;
}
.fieldRow .fieldLabel {
  margin: 6px 20px 10px 0;
}

/* =================================================================================================
	SELECT CUSTOM
================================================================================================= */
.armaniForms {
  position: relative;
  border: 1px solid #AFAFAF;
  zoom: 1;
}
.armaniForms.active {
  border: 1px solid #000000;
}
.armaniForms.active .UlSelectizeContainer {
  border-right: 1px solid #000000;
  border-bottom: 1px solid #000000;
  border-left: 1px solid #000000;
}
.armaniForms .selectyzeValue {
  padding-left: 8px;
  position: relative;
  z-index: 10;
  display: block;
  text-decoration: none;
  height: 32px;
  line-height: 32px;
  background-color: #FFFFFF;
  overflow: hidden;
}
.armaniForms .UlSelectizeContainer {
  position: absolute;
  z-index: 9999;
  display: none;
  width: 100%;
  left: -1px;
  top: 32px;
  list-style: none;
  border-right: 1px solid #AFAFAF;
  border-bottom: 1px solid #AFAFAF;
  border-left: 1px solid #AFAFAF;
  background-color: #F8F8F8;
  max-height: 200px;
  background-color: #fff;
}
.armaniForms.oneSelection .selectyzeIcon {
  display: none;
}
.armaniForms.oneSelection .selectyzeValue {
  cursor: default;
}
.armaniForms li a {
  display: block;
  text-decoration: none;
  padding: 8px;
  color: #000000;
  background-color: #FFFFFF;
}
.armaniForms li a:hover {
  color: #FFFFFF;
  background-color: #000000;
}
.armaniForms li a.disabled {
  color: #999999;
}
.armaniForms li a.disabled:hover {
  background-color: #BABABA;
}
.armaniForms .selectyzeIcon {
  /*  @include button;   WTF !?*/
  background: transparent url('http://cdn2.yoox.biz/Os/armanigroup/generated_images/siteSprite-sbe57f97777.png') no-repeat 0 -230px;
  height: 6px;
  width: 11px;
  position: absolute;
  top: 14px;
  right: 10px;
  z-index: 1000;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .armaniForms .selectyzeIcon {
    background: transparent url('http://cdn2.yoox.biz/Os/armanigroup/generated_images/siteSprite2x-sfb0e2c50a1.png') no-repeat 0 -215px;
    background-size: 264px 3818px;
    height: 6px;
    width: 11px;
  }
}

.optgroupTitle {
  display: block;
}

/* =================================================================================================
	ERRORS
================================================================================================= */
.inputWrapper {
  position: relative;
}

.fieldValue {
  position: relative;
}
.fieldValue span.error {
  position: absolute;
  top: 40px;
  min-width: 280px;
  line-height: 12px;
  left: 0;
  font-family: "montserratregular", Helvetica, Arial, sans-serif;
  font-size: 10px;
  text-transform: uppercase;
}
.fieldValue span.serverSideError {
  top: -18px;
  width: 600px;
}

#loginFailed,
span.serverSideError {
  position: absolute;
  top: 24px;
  /*	width: 280px;
  	left: 0;*/
  line-height: 12px;
  font-family: "montserratregular", Helvetica, Arial, sans-serif;
  font-size: 10px;
  text-transform: uppercase;
  color: #F45C19;
}

.rowSessionLayer {
  position: relative;
}
.rowSessionLayer #loginFailed {
  top: 74px;
}

.errorLogin div.error {
  color: #F45C19;
  text-align: left;
  text-decoration: none;
  text-transform: none;
  line-height: 20px;
  font-family: "montserratregular", Helvetica, Arial, sans-serif;
  font-size: 10px;
  text-transform: uppercase;
}
form div.error {
  color: #F45C19;
  text-align: left;
  text-decoration: none;
  text-transform: none;
  line-height: 20px;
  font-family: "montserratregular", Helvetica, Arial, sans-serif;
  font-size: 10px;
  text-transform: uppercase;
}

/* =================================================================================================
	TOOLTIP
================================================================================================= */
.formsTooltip {
  position: relative;
}
.formsTooltip .cvvParagraph {
  margin: 10px 0 10px 0;
}
.formsTooltip .tooltip {
  padding: 15px;
}
.formsTooltip .tooltip,
.formsTooltip .tooltiparrow {
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
  z-index: 99999;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.formsTooltip:hover .tooltip, .formsTooltip:hover .tooltiparrow {
  opacity: 1;
  visibility: visible;
}
.formsTooltip:hover .tooltip--right {
  margin-left: 5px;
}
.formsTooltip:hover .tooltip--left {
  margin-right: 20px;
}
.formsTooltip:after {
  content: " ";
  font-size: 0;
  line-height: 0;
  position: absolute;
  width: 0;
  z-index: 1;
}

.tooltip {
  background-color: #BABABA;
  color: #FFFFFF;
  padding: 6px 10px;
  font-family: "montserratregular", Helvetica, Arial, sans-serif;
  font-size: 12px;
  position: absolute;
  text-align: justify;
  text-decoration: none;
  text-shadow: none;
  z-index: 4;
}
.tooltip .cvvInfo {
  text-transform: uppercase;
}

.tooltip--right,
.tooltip--left {
  line-height: 20px;
  top: -175px;
  width: 350px;
}

.tooltip--right {
  margin-left: 5px;
  left: 100%;
}

.tooltip--left {
  margin-right: 5px;
  right: 100%;
}

.closeTooltip {
  /*  @include button;   WTF !?*/
  background: transparent url('http://cdn2.yoox.biz/Os/armanigroup/generated_images/checkoutSprite-s010fa0bf0b.png') no-repeat 0 -1495px;
  height: 8px;
  width: 8px;
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 1000;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .closeTooltip {
    background: transparent url('http://cdn2.yoox.biz/Os/armanigroup/generated_images/checkoutSprite2x-sc63d43255d.png') no-repeat 0 -1495.5px;
    background-size: 51px 1839px;
    height: 8px;
    width: 8px;
  }
}

/* tooltip arrows */
.arrow-right {
  position: absolute;
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid #BABABA;
  margin-right: 15px;
  top: -13px;
  right: 100%;
}

.arrow-left {
  position: absolute;
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-right: 5px solid #BABABA;
  margin-left: 15px;
  top: -13px;
  left: 100%;
}

.cvvImage {
  float: right;
  margin: 0 10px;
}

/* =================================================================================================
	IE, FIX, OTHER, ETC.
================================================================================================= */
.ie7 button {
  overflow: visible;
}

.ielt9 input[type="checkbox"],
.ielt9 input[type="radio"] {
  background: transparent;
  border-color: transparent;
}
.ielt9 input[type='checkbox'] {
  bottom: 0;
}

/* ==|== HEADER ===================================================================================================== */
body.jp {
  font-family: Arial, "Hiragino Kaku Gothic ProN", Meiryo, "MS PGothic", Sans-serif !important;
  line-height: 16px;
  font-size: 10px;
  letter-spacing: 0.20em;
}

body.cn {
  font-family: Helvetica, Arial, "Microsoft YaHei", "Microsoft YaHei Regular", SimHei, "SimHei Regular", sans-serif !important;
  font-size: 12px;
  letter-spacing: 0.25em;
}
body.cn #topBar .logoHeader .logoImg {
  display: inline-block;
  vertical-align: baseline;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  /*  @include button;   WTF !?*/
  background: transparent url('http://cdn2.yoox.biz/Os/armanigroup/generated_images/siteSprite-sbe57f97777.png') no-repeat 0 -37px;
  height: 30px;
  width: 180px;
  vertical-align: middle;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  body.cn #topBar .logoHeader .logoImg {
    background: transparent url('http://cdn2.yoox.biz/Os/armanigroup/generated_images/siteSprite2x-sfb0e2c50a1.png') no-repeat 0 -37px;
    background-size: 264px 3818px;
    height: 15px;
    width: 90px;
  }
}

html#popupMVC #forget-layer-cnt {
  padding: 15px !important;
}

header .pageWidth,
footer .pageWidth {
  margin: 0;
}

#hiddenTopLayer {
  height: 0px;
  overflow: hidden;
  z-index: 99999;
  position: relative;
}
#hiddenTopLayer.shoppingBagLayer .numProd {
  color: #FFFFFF;
}
#hiddenTopLayer .closeIcon {
  cursor: pointer;
  position: absolute;
  top: 27px;
  right: 20px;
  background-color: #222222;
  width: 16px;
  height: 16px;
}
#hiddenTopLayer .closeIcon .closeImg {
  display: inline-block;
  vertical-align: baseline;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  /*  @include button;   WTF !?*/
  background: transparent url('http://cdn2.yoox.biz/Os/armanigroup/generated_images/siteSprite-sbe57f97777.png') no-repeat 0 -319px;
  height: 13px;
  width: 13px;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  #hiddenTopLayer .closeIcon .closeImg {
    background: transparent url('http://cdn2.yoox.biz/Os/armanigroup/generated_images/siteSprite2x-sfb0e2c50a1.png') no-repeat 0 -304px;
    background-size: 264px 3818px;
    height: 13px;
    width: 13px;
  }
}
#hiddenTopLayer .closeIcon.white {
  background-color: #FFFFFF;
}
#hiddenTopLayer .closeIcon.white .closeImg {
  /*  @include button;   WTF !?*/
  background: transparent url('http://cdn2.yoox.biz/Os/armanigroup/generated_images/siteSprite-sbe57f97777.png') no-repeat 0 -915px;
  height: 13px;
  width: 13px;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  #hiddenTopLayer .closeIcon.white .closeImg {
    background: transparent url('http://cdn2.yoox.biz/Os/armanigroup/generated_images/siteSprite2x-sfb0e2c50a1.png') no-repeat 0 -900px;
    background-size: 264px 3818px;
    height: 13px;
    width: 13px;
  }
}
#hiddenTopLayer .hiddenTopLayerContent {
  overflow: hidden;
  width: auto;
  min-height: 347px;
  position: relative;
}
#hiddenTopLayer .hiddenTopLayerContent .emptyCart,
#hiddenTopLayer .hiddenTopLayerContent .emptyWishlist {
  text-align: center;
  line-height: 374px;
  text-transform: uppercase;
  font-size: 15px;
  color: #222222;
}
#hiddenTopLayer .hiddenTopLayerContent .itemContainer {
  width: 159px;
  height: 374px;
  text-align: center;
  float: left;
  position: relative;
}
#hiddenTopLayer .hiddenTopLayerContent .itemContainer.soldOut {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
}
#hiddenTopLayer .hiddenTopLayerContent .itemContainer a {
  text-decoration: none;
}
#hiddenTopLayer .hiddenTopLayerContent .itemContainer .detailsContainer {
  padding: 0 4px;
}
#hiddenTopLayer .hiddenTopLayerContent .itemContainer .mainImage img {
  width: 159px;
  height: 306px;
}
#hiddenTopLayer .hiddenTopLayerContent .itemContainer .deleteItem {
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
  display: block;
  padding: 10px;
  background-color: #bfc1c4;
}
.desktop #hiddenTopLayer .hiddenTopLayerContent .itemContainer .deleteItem {
  display: none;
}
#hiddenTopLayer .hiddenTopLayerContent .itemContainer .deleteItem .icon {
  /*  @include button;   WTF !?*/
  background: transparent url('http://cdn2.yoox.biz/Os/armanigroup/generated_images/siteSprite-sbe57f97777.png') no-repeat 0 -319px;
  height: 13px;
  width: 13px;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  #hiddenTopLayer .hiddenTopLayerContent .itemContainer .deleteItem .icon {
    background: transparent url('http://cdn2.yoox.biz/Os/armanigroup/generated_images/siteSprite2x-sfb0e2c50a1.png') no-repeat 0 -304px;
    background-size: 264px 3818px;
    height: 13px;
    width: 13px;
  }
}
#hiddenTopLayer .hiddenTopLayerContent .itemContainer .itemImage {
  margin: 0 auto 16px auto;
}
#hiddenTopLayer .hiddenTopLayerContent .itemContainer .itemImage img {
  width: 100%;
  height: auto;
}
#hiddenTopLayer .hiddenTopLayerContent .itemContainer .itemBrand {
  font-size: 11px;
  color: #000000;
  margin-bottom: 7px;
  letter-spacing: 1px;
}
#hiddenTopLayer .hiddenTopLayerContent .itemContainer .itemCategory {
  font-size: 11px;
  color: #909090;
  margin-bottom: 20px;
  text-transform: lowercase;
  height: 14px;
}
#hiddenTopLayer .hiddenTopLayerContent .itemContainer .itemInfoContainer {
  height: 12px;
  margin-bottom: 10px;
  text-transform: uppercase;
  font-size: 10px;
  color: #909090;
}
.jp #hiddenTopLayer .hiddenTopLayerContent .itemContainer .itemInfoContainer {
  white-space: nowrap;
  font-size: 9px;
}
#hiddenTopLayer .hiddenTopLayerContent .itemContainer .itemInfo {
  margin-left: 1em;
}
#hiddenTopLayer .hiddenTopLayerContent .itemContainer .itemPrice {
  font-family: "droid_serifregular", serif;
  font-size: 15px;
  color: #020202;
}
.jp #hiddenTopLayer .hiddenTopLayerContent .itemContainer .itemPrice {
  line-height: 10px;
}
#hiddenTopLayer .hiddenTopLayerContent .itemContainer .itemPreorder {
  margin: 4px auto 0;
  color: white;
  background: #404040;
  padding: 5px 0px;
  width: 80%;
  word-wrap: break-word;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 0.85em;
  text-transform: uppercase;
}
.desktop #hiddenTopLayer .hiddenTopLayerContent .itemContainer:hover .deleteItem {
  display: block;
}
#hiddenTopLayer .hiddenTopLayerDescription {
  position: relative;
  padding-top: 27px;
  float: right;
  width: 272px;
  height: 347px;
  background-color: #222222;
  /*      @include transition(all $SBtransitionTime ease-in-out);*/
}
#hiddenTopLayer .hiddenTopLayerDescription .layerTitle {
  letter-spacing: 2px;
  color: #FFFFFF;
  font-size: 18px;
  text-transform: uppercase;
  padding: 0 36px 25px 26px;
}
#hiddenTopLayer .hiddenTopLayerDescription .topLayerDescriptionContent {
  clear: both;
  padding: 0 36px 0 26px;
}
#hiddenTopLayer .hiddenTopLayerDescription .topLayerDescriptionContent .numProd {
  color: #727272;
  font-size: 12px;
  min-height: 90px;
  line-height: 17px;
}
#hiddenTopLayer .hiddenTopLayerDescription .topLayerDescriptionContent .subtotalTitle {
  font-size: 12px;
  color: #727272;
  text-transform: uppercase;
  margin-bottom: 10px;
}
#hiddenTopLayer .hiddenTopLayerDescription .topLayerDescriptionContent .subtotal {
  font-size: 19px;
  font-family: "droid_serifregular", serif;
  color: #FFFFFF;
  margin-bottom: 24px;
}
#hiddenTopLayer .hiddenTopLayerDescription .topLayerDescriptionContent .shopNow {
  position: absolute;
  bottom: 46px;
  display: block;
  text-decoration: none;
  width: 145px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  font-size: 10px;
  color: #222;
  background-color: #FFFFFF;
  text-transform: uppercase;
}

#login-toolbar-cnt,
#forget-layer-cnt {
  padding: 29px 0 0 35px;
  font-size: 11px;
  /* frase di risposta all'invio mail del forget */
}
#login-toolbar-cnt h2,
#login-toolbar-cnt p,
#forget-layer-cnt h2,
#forget-layer-cnt p {
  color: #000000;
  text-transform: uppercase;
  font-size: 18px;
  margin-bottom: 20px;
  letter-spacing: 1px;
}
#login-toolbar-cnt .login-subtitle,
#forget-layer-cnt .login-subtitle {
  color: #B9B9B9;
  text-transform: uppercase;
  margin-bottom: 20px;
}
#login-toolbar-cnt .forget-subtitle,
#forget-layer-cnt .forget-subtitle {
  color: #000000;
  text-transform: uppercase;
  margin-bottom: 10px;
}
#login-toolbar-cnt .forget-cnt,
#forget-layer-cnt .forget-cnt {
  color: #BABABA;
  line-height: 18px;
  max-width: 400px;
  margin-bottom: 36px;
}
#login-toolbar-cnt #email,
#login-toolbar-cnt #password,
#login-toolbar-cnt #Email,
#forget-layer-cnt #email,
#forget-layer-cnt #password,
#forget-layer-cnt #Email {
  box-shadow: none;
  -webkit-border-radius: 0px;
  -webkit-appearance: none;
  border-radius: 0px;
  background-color: transparent;
  border: 1px solid #AFAFAF;
  height: 28px;
  padding: 2px 8px;
  width: 285px;
  font-size: 12px;
  line-height: 29px;
  width: 344px;
  height: 33px;
  line-height: 33px;
  background-color: #FFFFFF;
}
#login-toolbar-cnt #password,
#forget-layer-cnt #password {
  margin-bottom: 23px;
  width: 384px;
}
#login-toolbar-cnt #email,
#forget-layer-cnt #email {
  width: 384px;
}
#login-toolbar-cnt #buttonSubmit,
#forget-layer-cnt #buttonSubmit {
  /* General rules */
  display: inline-block;
  *display: inline;
  *zoom: 1;
  cursor: pointer;
  -webkit-border-radius: 0px 0px 0 0;
  -moz-border-radius: 0px 0px 0 0;
  -ms-border-radius: 0px 0px 0 0;
  border-radius: 0px 0px 0 0;
  /* Text alignments */
  padding: 10px 48px 10px 48px;
  line-height: 20px;
  vertical-align: middle;
  text-transform: uppercase;
  text-align: center;
  text-decoration: none;
  /* Transitions */
  -webkit-transition: color 0.5s, background-color 0.5s;
  -moz-transition: color 0.5s, background-color 0.5s;
  -ms-transition: color 0.5s, background-color 0.5s;
  -o-transition: color 0.5s, background-color 0.5s;
  transition: color 0.5s, background-color 0.5s;
  /* Default behaviour */
  color: #FFFFFF;
  background-color: #000000;
  float: none;
  border: transparent;
  font-size: 10px;
  /* On hover behaviour */
}
.desktop #login-toolbar-cnt #buttonSubmit:hover, .desktop
#forget-layer-cnt #buttonSubmit:hover {
  color: #FFFFFF;
  background-color: #909090;
}
#login-toolbar-cnt .btnCancels,
#forget-layer-cnt .btnCancels {
  /* General rules */
  display: inline-block;
  *display: inline;
  *zoom: 1;
  cursor: pointer;
  -webkit-border-radius: 0px 0px 0 0;
  -moz-border-radius: 0px 0px 0 0;
  -ms-border-radius: 0px 0px 0 0;
  border-radius: 0px 0px 0 0;
  /* Text alignments */
  padding: 10px 48px 10px 48px;
  line-height: 20px;
  vertical-align: middle;
  text-transform: uppercase;
  text-align: center;
  text-decoration: none;
  /* Transitions */
  -webkit-transition: color 0.5s, background-color 0.5s;
  -moz-transition: color 0.5s, background-color 0.5s;
  -ms-transition: color 0.5s, background-color 0.5s;
  -o-transition: color 0.5s, background-color 0.5s;
  transition: color 0.5s, background-color 0.5s;
  /* Default behaviour */
  color: #FFFFFF;
  background-color: #909090;
  float: none;
  border: transparent;
  font-size: 10px;
  /* On hover behaviour */
  margin-right: 6px;
}
.desktop #login-toolbar-cnt .btnCancels:hover, .desktop
#forget-layer-cnt .btnCancels:hover {
  color: #FFFFFF;
  background-color: #000000;
}
#login-toolbar-cnt #recoveryForm p,
#forget-layer-cnt #recoveryForm p {
  font-weight: bold;
}

#login-toolbar-cnt .forgetPass {
  color: #393939;
  text-decoration: underline;
  font-size: 11px;
  margin-left: 14px;
}
#login-toolbar-cnt #rememberMeContainer {
  width: 400px;
  margin-top: 10px;
  line-height: 21px;
}
#login-toolbar-cnt #rememberme {
  float: left;
  margin-right: 10px;
}
#login-toolbar-cnt .rememberme {
  font-size: 10px;
  color: #393939;
  text-transform: uppercase;
  float: left;
  width: 160px;
}
#login-toolbar-cnt .rememberMe {
  display: block;
}
#login-toolbar-cnt .i-checkbox {
  margin-right: 10px;
}
#login-toolbar-cnt .serverSideError {
  position: absolute;
  top: 214px;
  width: 384px;
  line-height: 10px;
  text-transform: uppercase;
}
#login-toolbar-cnt span.error {
  margin-top: 2px;
}

#registration-toolbar-cnt {
  font-size: 11px;
  color: #727272;
  line-height: 14px;
}
#registration-toolbar-cnt .reg-subtitle {
  text-transform: uppercase;
}
#registration-toolbar-cnt .reg-descr {
  color: #FFFFFF;
  padding: 14px 0 18px 0;
}
#registration-toolbar-cnt ol {
  list-style-type: decimal;
  padding-left: 15px;
}
#registration-toolbar-cnt ol li {
  padding-bottom: 1px;
}
#registration-toolbar-cnt a.registrationLink {
  position: absolute;
  bottom: 18px;
  /* General rules */
  display: inline-block;
  *display: inline;
  *zoom: 1;
  cursor: pointer;
  -webkit-border-radius: 0px 0px 0 0;
  -moz-border-radius: 0px 0px 0 0;
  -ms-border-radius: 0px 0px 0 0;
  border-radius: 0px 0px 0 0;
  /* Text alignments */
  padding: 10px 48px 10px 48px;
  line-height: 20px;
  vertical-align: middle;
  text-transform: uppercase;
  text-align: center;
  text-decoration: none;
  /* Transitions */
  -webkit-transition: color 0.5s, background-color 0.5s;
  -moz-transition: color 0.5s, background-color 0.5s;
  -ms-transition: color 0.5s, background-color 0.5s;
  -o-transition: color 0.5s, background-color 0.5s;
  transition: color 0.5s, background-color 0.5s;
  /* Default behaviour */
  color: #000000;
  background-color: #FFFFFF;
  float: none;
  border: transparent;
  font-size: 10px;
  /* On hover behaviour */
}
.desktop #registration-toolbar-cnt a.registrationLink:hover {
  color: #FFFFFF;
  background-color: #909090;
}

#hiddenTopLayer.loginLayer .topLayerDescriptionContent {
  width: 250px;
}

#siteHeader {
  font-family: "montserratregular", Helvetica, Arial, sans-serif;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000001;
  background-color: #FFFFFF;
}
#siteHeader.static {
  position: static;
}
#siteHeader.static + #animationDiv {
  display: none;
}
#siteHeader.static .othercountryForm {
  overflow: visible;
}
#siteHeader .otherCountries {
  margin: 0;
  padding: 0;
}
#siteHeader .otherCountries.opened {
  margin: 0 auto 30px auto;
  padding-bottom: 64px;
}
.ie6 #siteHeader {
  position: relative;
  top: auto;
  left: auto;
}
#siteHeader.sizeView {
  z-index: 10001;
}
@media screen and (max-width: 1024px) {
  .desktop #siteHeader {
    position: absolute;
  }
}

/* End of #siteHeader */
#topBar {
  position: relative;
  /* End of .logoHeader */
  /* Evita che la toolbar vada a capo aumentando l'altezza dell'header. */
  /* Media Query Fallback - Evita che la toolbar vada a capo aumentando l'altezza dell'header. */
  /* End of #textSearchCnt */
  /* End of .navCnt */
}
#topBar .logoHeader {
  float: left;
  margin-left: 15px;
  font-size: 10px;
}
#topBar .logoHeader .logoImg {
  display: inline-block;
  vertical-align: baseline;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  /*  @include button;   WTF !?*/
  background: transparent url('http://cdn2.yoox.biz/Os/armanigroup/generated_images/siteSprite-sbe57f97777.png') no-repeat 0 0;
  height: 27px;
  width: 163px;
  vertical-align: middle;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  #topBar .logoHeader .logoImg {
    background: transparent url('http://cdn2.yoox.biz/Os/armanigroup/generated_images/siteSprite2x-sfb0e2c50a1.png') no-repeat 0 0;
    background-size: 264px 3818px;
    height: 27px;
    width: 163px;
  }
}
#topBar .logoHeader .shoponline {
  color: #999999;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-decoration: none;
  height: 28px;
  padding: 0 18px 0 18px;
  border-left: 1px solid #cfcfcf;
  display: none;
  margin-left: 18px;
  font-family: "montserratbold", Helvetica, Arial, sans-serif;
}
#topBar .toolBar {
  float: right;
  font-size: 11px;
  color: #999999;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.cn #topBar .toolBar {
  font-size: 12px;
}
#topBar .toolBar a,
#topBar .toolBar .welcome {
  display: block;
  color: #999999;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 11px;
  text-decoration: none;
  height: 60px;
  line-height: 60px;
  padding: 0 18px;
  border-right: 1px solid #cfcfcf;
}
.cn #topBar .toolBar a, .cn
#topBar .toolBar .welcome {
  font-size: 12px;
}
#topBar .toolBar a:hover,
#topBar .toolBar .welcome:hover {
  background: #f2f2f2;
  color: #999999 !important;
}
#topBar .toolBar a.goToMyAccount {
  padding: 0;
  border: none;
}
#topBar .toolBar .welcome {
  max-width: 175px;
  overflow: hidden;
}
#topBar .toolBar li {
  float: left;
}
#topBar .toolBar #strlctr {
  float: left;
}
@media screen and (max-width: 1115px) {
  #topBar .toolBar a,
  #topBar .toolBar #ftCountry a {
    font-size: 10px;
    padding: 0 10px;
  }
  .cn #topBar .toolBar a, .cn
  #topBar .toolBar #ftCountry a {
    font-size: 12px;
  }
}
.ie8 #topBar .toolBar a,
.ie8 #topBar .toolBar #ftCountry a {
  font-size: 11px;
  padding: 0 10px;
}
.cn .ie8 #topBar .toolBar a, .cn
.ie8 #topBar .toolBar #ftCountry a {
  font-size: 12px;
}
#topBar .topBarWrapper {
  width: 100%;
  line-height: 60px;
  background-color: #FFFFFF;
  height: 60px;
  border-top: 1px solid #cfcfcf;
  margin-top: -1px;
}
#topBar .topBarWrapper .navCnt li {
  float: left;
}
#topBar #textSearchCnt {
  width: 150px;
  background: #B9B9B9;
  height: 60px;
  /* End of .textSearchWrapper */
}
#topBar #textSearchCnt:hover {
  background: #9C9C9C;
}
#topBar #textSearchCnt .textSearchWrapper {
  background-color: #B9B9B9;
  /* End of .inputSearch */
}
#topBar #textSearchCnt .textSearchWrapper .hiddenSubmit {
  display: none;
}
#topBar #textSearchCnt .textSearchWrapper .inputSearch input[type='text'] {
  line-height: 28px;
  height: 28px;
}
#topBar #textSearchCnt .textSearchWrapper .inputSearch .lens {
  background-color: #B9B9B9;
  float: left;
  padding-left: 12px;
  height: 60px;
}
#topBar #textSearchCnt .textSearchWrapper .inputSearch .lens .lensContainer {
  background-color: #B9B9B9;
  margin-top: 22px;
  /*  @include button;   WTF !?*/
  background: transparent url('http://cdn2.yoox.biz/Os/armanigroup/generated_images/siteSprite-sbe57f97777.png') no-repeat 0 -1712px;
  height: 14px;
  width: 14px;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  #topBar #textSearchCnt .textSearchWrapper .inputSearch .lens .lensContainer {
    background: transparent url('http://cdn2.yoox.biz/Os/armanigroup/generated_images/siteSprite2x-sfb0e2c50a1.png') no-repeat 0 -1696.5px;
    background-size: 264px 3818px;
    height: 14px;
    width: 14px;
  }
}
#topBar #textSearchCnt .textSearchWrapper .inputSearch #textsearchinput {
  font-family: "montserratregular", Helvetica, Arial, sans-serif;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 11px;
  border: none;
  background-color: #B9B9B9;
  height: 60px;
  line-height: 60px;
  padding-top: 0;
  padding-bottom: 0;
  width: 108px;
  color: #fff;
  cursor: pointer;
  transition: none;
  margin-bottom: 0;
}
#topBar #textSearchCnt .textSearchWrapper .inputSearch #textsearchinput:focus {
  outline: none;
}
#topBar .hoverK,
#topBar .focusK {
  cursor: pointer;
  background-color: #9C9C9C !important;
}
#topBar .loginLink,
#topBar .nlLink,
#topBar #ftCountry li {
  background-color: #FFFFFF;
  -moz-transition: all 0.75s ease-in-out;
  -o-transition: all 0.75s ease-in-out;
  -webkit-transition: all 0.75s ease-in-out;
  transition: all 0.75s ease-in-out;
}
#topBar .loginLink.active,
#topBar .nlLink.active,
#topBar #ftCountry li.active {
  background-color: #222222;
  -moz-transition: all 0.75s ease-in-out;
  -o-transition: all 0.75s ease-in-out;
  -webkit-transition: all 0.75s ease-in-out;
  transition: all 0.75s ease-in-out;
}
#topBar .loginLink.active a,
#topBar .nlLink.active a,
#topBar #ftCountry li.active a {
  color: #FFFFFF;
}
#topBar .navCnt {
  /* End of .wishlistLink */
  /* End of .shoppingbagLink */
}
#topBar .navCnt .wishlistLink .wishlistIco {
  margin-right: 9px;
  display: inline-block;
  vertical-align: middle;
  /*  @include button;   WTF !?*/
  background: transparent url('http://cdn2.yoox.biz/Os/armanigroup/generated_images/siteSprite-sbe57f97777.png') no-repeat 0 -3669px;
  height: 15px;
  width: 12px;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  #topBar .navCnt .wishlistLink .wishlistIco {
    background: transparent url('http://cdn2.yoox.biz/Os/armanigroup/generated_images/siteSprite2x-sfb0e2c50a1.png') no-repeat 0 -3653px;
    background-size: 264px 3818px;
    height: 15px;
    width: 12px;
  }
}
#topBar .navCnt .wishlistLink.active {
  background-color: #222222;
  -moz-transition: all 0.75s ease-in-out;
  -o-transition: all 0.75s ease-in-out;
  -webkit-transition: all 0.75s ease-in-out;
  transition: all 0.75s ease-in-out;
}
#topBar .navCnt .wishlistLink.active a {
  color: #FFFFFF;
}
#topBar .navCnt .wishlistLink.active .wishlistIco {
  /*  @include button;   WTF !?*/
  background: transparent url('http://cdn2.yoox.biz/Os/armanigroup/generated_images/siteSprite-sbe57f97777.png') no-repeat 0 -3694px;
  height: 12px;
  width: 12px;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  #topBar .navCnt .wishlistLink.active .wishlistIco {
    background: transparent url('http://cdn2.yoox.biz/Os/armanigroup/generated_images/siteSprite2x-sfb0e2c50a1.png') no-repeat 0 -3678px;
    background-size: 264px 3818px;
    height: 12px;
    width: 12px;
  }
}
#topBar .navCnt .shoppingbagLink {
  background-color: #FFFFFF;
  -moz-transition: all 0.75s ease-in-out;
  -o-transition: all 0.75s ease-in-out;
  -webkit-transition: all 0.75s ease-in-out;
  transition: all 0.75s ease-in-out;
}
#topBar .navCnt .shoppingbagLink .shoppingbagIco {
  margin-right: 9px;
  display: inline-block;
  vertical-align: baseline;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  vertical-align: middle;
  /*  @include button;   WTF !?*/
  background: transparent url('http://cdn2.yoox.biz/Os/armanigroup/generated_images/siteSprite-sbe57f97777.png') no-repeat 0 -3028px;
  height: 15px;
  width: 12px;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  #topBar .navCnt .shoppingbagLink .shoppingbagIco {
    background: transparent url('http://cdn2.yoox.biz/Os/armanigroup/generated_images/siteSprite2x-sfb0e2c50a1.png') no-repeat 0 -3012px;
    background-size: 264px 3818px;
    height: 15px;
    width: 12px;
  }
}
#topBar .navCnt .shoppingbagLink.active {
  background-color: #222222;
  -moz-transition: all 0.75s ease-in-out;
  -o-transition: all 0.75s ease-in-out;
  -webkit-transition: all 0.75s ease-in-out;
  transition: all 0.75s ease-in-out;
}
#topBar .navCnt .shoppingbagLink.active a {
  color: #FFFFFF;
  border-right: 1px solid transparent;
}
#topBar .navCnt .shoppingbagLink.active .shoppingbagIco {
  /*  @include button;   WTF !?*/
  background: transparent url('http://cdn2.yoox.biz/Os/armanigroup/generated_images/siteSprite-sbe57f97777.png') no-repeat 0 -3053px;
  height: 15px;
  width: 12px;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  #topBar .navCnt .shoppingbagLink.active .shoppingbagIco {
    background: transparent url('http://cdn2.yoox.biz/Os/armanigroup/generated_images/siteSprite2x-sfb0e2c50a1.png') no-repeat 0 -3037px;
    background-size: 264px 3818px;
    height: 15px;
    width: 12px;
  }
}
#topBar #ftCountry a {
  padding: 0 18px;
}
#topBar #ftCountry a:hover {
  background: #fff;
}

html[lang="CN"] #topBar .topBarWrapper {
  line-height: 58px;
}

/* End of #topBar  */
/*html.tablet{

    #animationDiv{
        width: 100%;
        height: 100px;
    }

    #wrapper {
        //padding-top: 73px; // padding quando il menu ├¿ collassato

        &.explodeMenu {
            //padding-top: 95px; // padding quando il menu ├¿ esploso
        }
    }

    #topBar {
        .logoHeader{
            width: 100%;
        }
        .toolBar{
            float: left;
            a, .welcome{
                padding: 0 5px !important;
            }

        }
        #ftCountry{
            padding-left: 18px;
        }

    }
}*/
#faytContainer {
  display: none;
  position: absolute;
  top: 28px;
  right: 0;
  width: 400px;
  z-index: 99;
  min-height: 40px;
  background-color: #FFFFFF;
  box-shadow: inset 0px 0px 1px #ededed;
  -moz-transition: height 0.2s;
  -o-transition: height 0.2s;
  -webkit-transition: height 0.2s;
  transition: height 0.2s;
}
#faytContainer .suggestionTitle {
  position: relative;
  z-index: 1;
  height: 20px;
  line-height: 20px;
  padding: 0 8px;
  background-color: #C8C8C8;
  color: #FFFFFF;
  font-size: 9px;
  text-align: right;
  text-transform: uppercase;
}
#faytContainer .suggestions li {
  width: 100%;
  float: none;
}
#faytContainer .suggestions li a {
  display: block;
  position: relative;
  box-shadow: inset 0px 0px 1px #ededed;
  padding: 0 16px;
  height: 32px;
  line-height: 32px;
  font-size: 10px;
  text-transform: uppercase;
  text-decoration: none;
  background-color: #FFFFFF;
  color: #727272;
  overflow: hidden;
  border-right: none;
}
#faytContainer .suggestions li a:hover {
  background-color: #000000;
  color: #FFFFFF;
}
#faytContainer .suggestions li a.customHover {
  background-color: #000000;
  color: #FFFFFF;
}

#nletter,
#ftCountry,
#userBar,
#account,
.navCnt,
#textSearchCnt,
.storeLocator {
  position: relative;
  float: left;
}

.jp #mainMenu {
  letter-spacing: normal;
}

#overlayGrid {
  width: 100%;
  height: 100%;
  display: none;
  background-color: black;
  position: absolute;
  z-index: 1000000;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}

#stripPromoEngine {
  height: 32px;
  position: absolute;
  display: block !important;
  right: 0;
  color: black;
  font-size: 14px;
  line-height: 32px;
}
#stripPromoEngine .closeImg {
  display: inline-block;
  vertical-align: baseline;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  /*  @include button;   WTF !?*/
  background: transparent url('http://cdn2.yoox.biz/Os/armanigroup/generated_images/siteSprite-sbe57f97777.png') no-repeat 0 -2906px;
  height: 7px;
  width: 7px;
  cursor: pointer;
  position: absolute;
  right: 8px;
  top: 8px;
  z-index: 10;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  #stripPromoEngine .closeImg {
    background: transparent url('http://cdn2.yoox.biz/Os/armanigroup/generated_images/siteSprite2x-sfb0e2c50a1.png') no-repeat 0 -2890px;
    background-size: 264px 3818px;
    height: 7px;
    width: 7px;
  }
}
#stripPromoEngine .shortMessage {
  min-width: 150px;
  min-height: 32px;
  background-color: #e8e9ed;
  margin-top: -33px;
  padding: 0 20px;
  text-align: center;
  float: right;
  cursor: pointer;
  border-bottom: 1px solid black;
  -webkit-border-radius: 10px 0px 0px 0px;
  -moz-border-radius: 10px 0px 0px 0px;
  -ms-border-radius: 10px 0px 0px 0px;
  border-radius: 10px 0px 0px 0px;
}
#stripPromoEngine.openPromoEngine .active .longMessageWrapper {
  display: inline-block;
}
#stripPromoEngine .longMessageWrapper {
  position: relative;
  float: right;
  min-width: 300px;
  background-color: #e8e9ed;
  -webkit-border-radius: 0px 0px 0px 10px;
  -moz-border-radius: 0px 0px 0px 10px;
  -ms-border-radius: 0px 0px 0px 10px;
  border-radius: 0px 0px 0px 10px;
  display: none;
}
#stripPromoEngine .longMessageWrapper .longMessage {
  margin: 20px;
  max-width: 400px;
  line-height: 18px;
  text-align: center;
}
#stripPromoEngine .bannerWrapper {
  min-width: 300px;
  min-height: 100px;
  overflow: hidden;
  background-color: #e8e9ed;
  -webkit-border-radius: 0px 0px 0px 10px;
  -moz-border-radius: 0px 0px 0px 10px;
  -ms-border-radius: 0px 0px 0px 10px;
  border-radius: 0px 0px 0px 10px;
}
#stripPromoEngine .bannerWrapper .banner {
  padding: 30px 30px;
}
#stripPromoEngine .bannerWrapper .banner img {
  width: 100%;
}

#menuBar {
  /* End of #MenuBarWrapper */
  /* Ends of .btnOpen */
  /* End of ul */
}
#menuBar .menuBarWrapper {
  width: 100%;
  height: 40px;
  line-height: 40px;
  background-color: #1a1a1a;
  color: #FFFFFF;
  font-size: 10px;
  text-transform: uppercase;
}
#menuBar .menuBarWrapper.close {
  height: 17px;
}
#menuBar .menuBarWrapper.close ul {
  display: none;
}
#menuBar .menuBarWrapper.close .btnOpen {
  display: block;
}
#menuBar .menuBarWrapper .menuBarInnerWrapper {
  min-width: 1020px;
  width: 100%;
}
#menuBar .btnOpen {
  display: none;
  width: 21px;
  margin: 0 auto;
  position: relative;
  /* End of .cloud */
}
#menuBar .btnOpen .btnContainer {
  cursor: pointer;
  padding: 7px 0 7px 0;
}
#menuBar .btnOpen .square {
  float: left;
  background-color: #fff;
  width: 3px;
  height: 3px;
  margin-right: 6px;
}
#menuBar .btnOpen .square.last {
  margin-right: 0;
}
#menuBar .btnOpen .cloud {
  padding-top: 10px;
  position: absolute;
  left: -64px;
  z-index: 1;
  display: none;
  -moz-transition: all 0.75s ease-in-out;
  -o-transition: all 0.75s ease-in-out;
  -webkit-transition: all 0.75s ease-in-out;
  transition: all 0.75s ease-in-out;
  /* End of .rectangle */
}
#menuBar .btnOpen .cloud .triangle {
  border-top: 7.5px transparent;
  border-right: 7.5px transparent;
  border-bottom: 7.5px #000000;
  border-left: 7.5px transparent;
  border-style: solid dashed;
  position: relative;
  left: 67px;
  width: 0;
  height: 0;
}
#menuBar .btnOpen .cloud .rectangle {
  width: 146px;
  height: 86px;
  line-height: 86px;
  background-color: #000000;
  text-align: center;
  /* End of .rectangleLink */
}
#menuBar .btnOpen .cloud .rectangle .rectangleLink {
  color: #FFFFFF;
  text-decoration: none;
  display: block;
  width: 100%;
  height: 100%;
  cursor: pointer;
  position: relative;
  z-index: 10000;
}
html.tablet #menuBar .btnOpen .cloud .rectangle .rectangleLink {
  display: block;
  width: 100%;
  height: 100%;
}
#menuBar ul {
  height: 100%;
  margin-left: 15px;
  overflow: hidden;
  white-space: nowrap;
  /* End of li */
}
#menuBar ul li {
  position: relative;
  height: 40px;
  margin-right: 3.5%;
  display: inline-block;
  /* End of a */
}
@media screen and (max-width: 1024px) {
  #menuBar ul li {
    margin-right: 2.5%;
  }
}
#menuBar ul li a {
  font-size: 11px;
  text-transform: uppercase;
  text-decoration: none;
  color: #FFFFFF;
  height: 36px;
  display: block;
}
.cn #menuBar ul li a {
  font-size: 12px;
}
#menuBar ul li a.experience, #menuBar ul li a.showAsExperience {
  color: #999999;
}
#menuBar ul li a.customColor:hover {
  color: #999999 !important;
}
#menuBar ul li.active a, #menuBar ul li.hover a {
  color: #999999;
  border-bottom: 4px solid #999999;
}

.ru #menuBar ul li {
  margin-right: 2%;
}

/* End of #menuBar */
#subMenuBar {
  /* End of ul */
}
#subMenuBar .subMenuBarWrapper {
  display: none;
  line-height: 40px;
  color: #FFFFFF;
  font-size: 11px;
  text-transform: uppercase;
  width: auto !important;
  height: auto !important;
  background-color: transparent !important;
  position: absolute !important;
}
.cn #subMenuBar .subMenuBarWrapper {
  font-size: 12px;
}
#subMenuBar .hidden {
  display: none;
}
#subMenuBar ul {
  height: 100%;
  margin-left: 15px;
  width: 180px !important;
  background-color: #999 !important;
  padding-left: 10px !important;
  /* End of li */
}
.cn #subMenuBar ul {
  width: 206px !important;
}
#subMenuBar ul li {
  margin-right: 3.5%;
  float: none !important;
}
@media screen and (min-width: 1350px) {
  #subMenuBar ul li {
    margin-right: 5%;
  }
}
#subMenuBar ul li a {
  font-size: 11px;
  text-transform: uppercase;
  text-decoration: none;
  color: #FFFFFF;
}
.cn #subMenuBar ul li a {
  font-size: 12px;
}
#subMenuBar ul li.active a, #subMenuBar ul li:hover a {
  color: #333;
}

/* End of #subMenuBar */
#animationDiv {
  width: 100%;
  background: #1a1a1a;
  height: 100px !important;
  /*background-color: red;*/
}
#animationDiv.hWithPromo {
  height: 100px;
}
#animationDiv.hNoPromo {
  height: 100px;
}

#wrapper {
  position: relative;
}
#wrapper.showSidebar #pageContent {
  margin-left: 204px;
}
.ie6 #wrapper {
  padding-top: 0 !important;
}

/* ==|== CONTENT PAGE =============================================================================================== */
.pageTitle {
  font-family: "montserratregular", Helvetica, Arial, sans-serif;
  font-size: "12px";
  color: #000000;
  text-transform: uppercase;
  margin-bottom: 50px;
  font-weight: bold;
}

.sectionTitle {
  font-family: "montserratregular", Helvetica, Arial, sans-serif;
  font-size: 16px;
  color: #FFFFFF;
  text-transform: uppercase;
  background-color: #9C9C9C;
  padding: 15px;
  margin: 20px 0 0 0;
}

/* ==|== SOCIAL ===================================================================================================== */
.socialList a:hover,
.pagerSocials a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
}
.socialList a,
.pagerSocials a {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  opacity: 0.4;
  width: 22px;
  height: 22px;
  display: block;
}
.socialList span,
.pagerSocials span {
  display: block;
}
.socialList li,
.pagerSocials li {
  float: left;
  margin-right: 20px;
  margin-bottom: 13px;
  width: 22px;
  height: 23px;
}
.ie7 .socialList li a, .ie7
.pagerSocials li a {
  cursor: pointer;
}
.socialList li .facebook,
.pagerSocials li .facebook {
  /*  @include button;   WTF !?*/
  background: transparent url('http://cdn2.yoox.biz/Os/armanigroup/generated_images/siteSprite-sbe57f97777.png') no-repeat 0 -1005px;
  height: 22px;
  width: 22px;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .socialList li .facebook,
  .pagerSocials li .facebook {
    background: transparent url('http://cdn2.yoox.biz/Os/armanigroup/generated_images/siteSprite2x-sfb0e2c50a1.png') no-repeat 0 -990px;
    background-size: 264px 3818px;
    height: 22px;
    width: 22px;
  }
}
.socialList li .twitter,
.pagerSocials li .twitter {
  /*  @include button;   WTF !?*/
  background: transparent url('http://cdn2.yoox.biz/Os/armanigroup/generated_images/siteSprite-sbe57f97777.png') no-repeat 0 -3235px;
  height: 22px;
  width: 22px;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .socialList li .twitter,
  .pagerSocials li .twitter {
    background: transparent url('http://cdn2.yoox.biz/Os/armanigroup/generated_images/siteSprite2x-sfb0e2c50a1.png') no-repeat 0 -3219px;
    background-size: 264px 3818px;
    height: 22px;
    width: 22px;
  }
}
.socialList li .youtube,
.pagerSocials li .youtube {
  /*  @include button;   WTF !?*/
  background: transparent url('http://cdn2.yoox.biz/Os/armanigroup/generated_images/siteSprite-sbe57f97777.png') no-repeat 0 -3780px;
  height: 22px;
  width: 22px;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .socialList li .youtube,
  .pagerSocials li .youtube {
    background: transparent url('http://cdn2.yoox.biz/Os/armanigroup/generated_images/siteSprite2x-sfb0e2c50a1.png') no-repeat 0 -3764px;
    background-size: 264px 3818px;
    height: 22px;
    width: 22px;
  }
}
.socialList li .gplus, .socialList li .googleplus,
.pagerSocials li .gplus,
.pagerSocials li .googleplus {
  /*  @include button;   WTF !?*/
  background: transparent url('http://cdn2.yoox.biz/Os/armanigroup/generated_images/siteSprite-sbe57f97777.png') no-repeat 0 -1445px;
  height: 22px;
  width: 22px;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .socialList li .gplus, .socialList li .googleplus,
  .pagerSocials li .gplus,
  .pagerSocials li .googleplus {
    background: transparent url('http://cdn2.yoox.biz/Os/armanigroup/generated_images/siteSprite2x-sfb0e2c50a1.png') no-repeat 0 -1429.5px;
    background-size: 264px 3818px;
    height: 22px;
    width: 22px;
  }
}
.socialList li .tumblr,
.pagerSocials li .tumblr {
  /*  @include button;   WTF !?*/
  background: transparent url('http://cdn2.yoox.biz/Os/armanigroup/generated_images/siteSprite-sbe57f97777.png') no-repeat 0 -3171px;
  height: 22px;
  width: 22px;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .socialList li .tumblr,
  .pagerSocials li .tumblr {
    background: transparent url('http://cdn2.yoox.biz/Os/armanigroup/generated_images/siteSprite2x-sfb0e2c50a1.png') no-repeat 0 -3155px;
    background-size: 264px 3818px;
    height: 22px;
    width: 22px;
  }
}
.socialList li .pinterest,
.pagerSocials li .pinterest {
  /*  @include button;   WTF !?*/
  background: transparent url('http://cdn2.yoox.biz/Os/armanigroup/generated_images/siteSprite-sbe57f97777.png') no-repeat 0 -2720px;
  height: 22px;
  width: 22px;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .socialList li .pinterest,
  .pagerSocials li .pinterest {
    background: transparent url('http://cdn2.yoox.biz/Os/armanigroup/generated_images/siteSprite2x-sfb0e2c50a1.png') no-repeat 0 -2704px;
    background-size: 264px 3818px;
    height: 22px;
    width: 22px;
  }
}
.socialList li .instagram,
.pagerSocials li .instagram {
  /*  @include button;   WTF !?*/
  background: transparent url('http://cdn2.yoox.biz/Os/armanigroup/generated_images/siteSprite-sbe57f97777.png') no-repeat 0 -1621px;
  height: 22px;
  width: 22px;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .socialList li .instagram,
  .pagerSocials li .instagram {
    background: transparent url('http://cdn2.yoox.biz/Os/armanigroup/generated_images/siteSprite2x-sfb0e2c50a1.png') no-repeat 0 -1605.5px;
    background-size: 264px 3818px;
    height: 22px;
    width: 22px;
  }
}
.socialList li .viddy,
.pagerSocials li .viddy {
  /*  @include button;   WTF !?*/
  background: transparent url('http://cdn2.yoox.biz/Os/armanigroup/generated_images/siteSprite-sbe57f97777.png') no-repeat 0 -3352px;
  height: 22px;
  width: 22px;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .socialList li .viddy,
  .pagerSocials li .viddy {
    background: transparent url('http://cdn2.yoox.biz/Os/armanigroup/generated_images/siteSprite2x-sfb0e2c50a1.png') no-repeat 0 -3336px;
    background-size: 264px 3818px;
    height: 22px;
    width: 22px;
  }
}
.socialList li .youku,
.pagerSocials li .youku {
  /*  @include button;   WTF !?*/
  background: transparent url('http://cdn2.yoox.biz/Os/armanigroup/generated_images/siteSprite-sbe57f97777.png') no-repeat 0 -3716px;
  height: 22px;
  width: 22px;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .socialList li .youku,
  .pagerSocials li .youku {
    background: transparent url('http://cdn2.yoox.biz/Os/armanigroup/generated_images/siteSprite2x-sfb0e2c50a1.png') no-repeat 0 -3700px;
    background-size: 264px 3818px;
    height: 22px;
    width: 22px;
  }
}
.socialList li .weibo,
.pagerSocials li .weibo {
  /*  @include button;   WTF !?*/
  background: transparent url('http://cdn2.yoox.biz/Os/armanigroup/generated_images/siteSprite-sbe57f97777.png') no-repeat 0 -3480px;
  height: 22px;
  width: 22px;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .socialList li .weibo,
  .pagerSocials li .weibo {
    background: transparent url('http://cdn2.yoox.biz/Os/armanigroup/generated_images/siteSprite2x-sfb0e2c50a1.png') no-repeat 0 -3464px;
    background-size: 264px 3818px;
    height: 22px;
    width: 22px;
  }
}
.socialList li .wechat,
.pagerSocials li .wechat {
  /*  @include button;   WTF !?*/
  background: transparent url('http://cdn2.yoox.biz/Os/armanigroup/generated_images/siteSprite-sbe57f97777.png') no-repeat 0 -3416px;
  height: 22px;
  width: 22px;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .socialList li .wechat,
  .pagerSocials li .wechat {
    background: transparent url('http://cdn2.yoox.biz/Os/armanigroup/generated_images/siteSprite2x-sfb0e2c50a1.png') no-repeat 0 -3400px;
    background-size: 264px 3818px;
    height: 22px;
    width: 22px;
  }
}
.socialList li span,
.pagerSocials li span {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
}

.social .socialList {
  max-width: 176px;
}
.social .socialList a {
  background-color: #F6F6F6;
}
.ielt8 .social .socialList li span {
  background-color: #F6F6F6;
}

.pagerSocials {
  text-align: right;
}
.pagerSocials ul {
  display: inline-block;
  margin-left: 40px;
}
html.ie7 .pagerSocials ul {
  float: right;
}
.pagerSocials a {
  background-color: #FFF;
}
.ielt8 .pagerSocials li span {
  background-color: #FFF;
}

/* ==|== FOOTER ===================================================================================================== */
#sitefooter {
  font-family: "montserratregular", Helvetica, Arial, sans-serif;
  font-size: 10px;
  letter-spacing: 1px;
}
#sitefooter .wrapperFooter {
  position: relative;
  background-color: #f6f6f6;
  padding-top: 21px;
  overflow: hidden;
  height: 31px;
  width: 100%;
  -moz-transition: all 0.75s ease-in-out;
  -o-transition: all 0.75s ease-in-out;
  -webkit-transition: all 0.75s ease-in-out;
  transition: all 0.75s ease-in-out;
}
#sitefooter .wrapperFooter.open {
  height: 440px;
  -moz-transition: all 0.75s ease-in-out;
  -o-transition: all 0.75s ease-in-out;
  -webkit-transition: all 0.75s ease-in-out;
  transition: all 0.75s ease-in-out;
}
#sitefooter .wrapperFooter.open .openCloseImg {
  /*  @include button;   WTF !?*/
  background: transparent url('http://cdn2.yoox.biz/Os/armanigroup/generated_images/siteSprite-sbe57f97777.png') no-repeat 0 -262px;
  height: 6px;
  width: 11px;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  #sitefooter .wrapperFooter.open .openCloseImg {
    background: transparent url('http://cdn2.yoox.biz/Os/armanigroup/generated_images/siteSprite2x-sfb0e2c50a1.png') no-repeat 0 -247px;
    background-size: 264px 3818px;
    height: 6px;
    width: 11px;
  }
}
#sitefooter .openCloseFooter,
#sitefooter .footerCategories {
  float: left;
  width: 90%;
  position: relative;
}
#sitefooter .footerCategories {
  min-height: 395px;
}
#sitefooter #loghiCn {
  position: absolute;
  right: 0;
  bottom: 20px;
  width: 450px;
}
#sitefooter #loghiCn .linkGovChina {
  float: left;
  margin-right: 10px;
}
#sitefooter .openCloseFooter {
  width: 80px;
  min-height: 1px;
  cursor: pointer;
}
#sitefooter .openCloseFooter .openCloseImg {
  display: block;
  margin-left: 17px;
  margin-top: 2px;
  /*  @include button;   WTF !?*/
  background: transparent url('http://cdn2.yoox.biz/Os/armanigroup/generated_images/siteSprite-sbe57f97777.png') no-repeat 0 -230px;
  height: 6px;
  width: 11px;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  #sitefooter .openCloseFooter .openCloseImg {
    background: transparent url('http://cdn2.yoox.biz/Os/armanigroup/generated_images/siteSprite2x-sfb0e2c50a1.png') no-repeat 0 -215px;
    background-size: 264px 3818px;
    height: 6px;
    width: 11px;
  }
}
#sitefooter .categoriesContainer {
  float: left;
}
#sitefooter .categoriesContainer .subdivisionLinks {
  margin-bottom: 30px;
}
#sitefooter .categoriesContainer h3 {
  font-size: 11px;
  min-height: 46px;
  padding-right: 15px;
  text-transform: uppercase;
  cursor: pointer;
  font-weight: normal;
  display: inline-block;
  margin: 0;
}
.cn #sitefooter .categoriesContainer h3 {
  font-size: 12px;
}
#sitefooter .categoriesContainer li {
  margin-bottom: 15px;
  min-height: 7px;
  min-width: 1px;
  text-transform: uppercase;
  color: #b1b1b1;
}
#sitefooter .categoriesContainer li a {
  text-transform: uppercase;
  color: #b1b1b1;
  text-decoration: none;
}
#sitefooter .categoriesContainer .fieldStoreLocator {
  margin-bottom: 22px;
  width: 230px;
}
#sitefooter .categoriesContainer .fieldStoreLocator .inputFieldStoreLocator {
  width: 159px;
  max-width: 159px;
  min-width: 159px;
  height: 29px;
  line-height: 29px;
  border: 1px solid #c8c8c8;
  background-color: transparent;
  color: #c8c8c8;
  padding: 0;
  text-indent: 9px;
}
#sitefooter .categoriesContainer .fieldStoreLocator .btnSearchContainer {
  display: inline-block;
  vertical-align: baseline;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  background-color: #c8c8c8;
  vertical-align: top;
  padding: 7px 9px;
}
#sitefooter .categoriesContainer .fieldStoreLocator .btnSearch {
  display: inline-block;
  border: none;
  vertical-align: top;
  cursor: pointer;
  display: inline-block;
  vertical-align: baseline;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  /*  @include button;   WTF !?*/
  background: transparent url('http://cdn2.yoox.biz/Os/armanigroup/generated_images/siteSprite-sbe57f97777.png') no-repeat 0 -2840px;
  height: 16px;
  width: 11px;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  #sitefooter .categoriesContainer .fieldStoreLocator .btnSearch {
    background: transparent url('http://cdn2.yoox.biz/Os/armanigroup/generated_images/siteSprite2x-sfb0e2c50a1.png') no-repeat 0 -2824px;
    background-size: 264px 3818px;
    height: 16px;
    width: 11px;
  }
}
#sitefooter .categoriesContainer .localized a {
  color: #a6a6a6;
}
#sitefooter a {
  font-size: 10px;
}
.cn #sitefooter a {
  font-size: 12px;
}
#sitefooter .copyright {
  width: 100%;
  height: 28px;
  line-height: 28px;
  background-color: #000000;
  color: #FFFFFF;
  position: relative;
  float: left;
}
#sitefooter .copyright li {
  float: right;
  margin-right: 25px;
}
#sitefooter .copyright a {
  color: #FFFFFF;
}
#sitefooter .newsletterFooter {
  max-width: 176px;
  clear: left;
}

/* ==|== MENU SPALLA GENERALI ===================================================================================================== */
#navContainer {
  width: 204px;
  left: 0;
  font-size: 10px;
  float: left;
  /*  position: fixed;*/
  /*** SIDEBAR ***/
}
#navContainer .divisionLogo {
  min-height: 120px;
}
#navContainer .divisionLogo .image {
  margin: 0 auto;
}
#navContainer #backToPrivateSale {
  text-align: left;
  line-height: 36px;
  border-top: 1px solid #504F4F;
  border-bottom: 1px solid #504F4F;
  display: none;
  background: rgba(255, 255, 255, 0.14);
}
#navContainer #backToPrivateSale a {
  color: #FFFFFF;
  text-transform: uppercase;
  text-decoration: none;
  text-indent: 18px;
  display: block;
}
#navContainer .menuSeason {
  width: 100%;
  line-height: 36px;
  text-transform: uppercase;
}
#navContainer .menuSeason a {
  display: block;
  width: 100%;
  line-height: 36px;
  height: 36px;
  text-decoration: none;
  text-indent: 21px;
  color: #fff;
}
#navContainer #sidebarMenu .leaf {
  border-bottom: none !important;
  text-transform: none !important;
}
#navContainer #sidebarMenu .leaf a {
  text-transform: none !important;
  color: #8a8a8a;
}
#navContainer #sidebarMenu .leaf a:hover {
  color: white;
}
#navContainer #sidebarMenu .selected.leaf a {
  color: #FFFFFF;
}
#navContainer #sidebarMenu .level4.open .selected a {
  color: #FFFFFF;
}
#navContainer nav li {
  width: 100%;
  line-height: 36px;
  text-transform: uppercase;
}
#navContainer nav li:last-child {
  border-bottom: 0 solid #000000 !important;
}
#navContainer nav li a {
  text-decoration: none;
  height: 36px;
  width: 100%;
  display: block;
  line-height: 36px;
  white-space: nowrap;
}
#navContainer nav .level1 > li a {
  text-indent: 18px;
  color: #FFFFFF;
}
.cn #navContainer nav .level1 > li a {
  font-size: 12px;
}
#navContainer nav .level2 > li {
  position: relative;
}
#navContainer nav .level2 > li .arrowDown {
  /*  @include button;   WTF !?*/
  background: transparent url('http://cdn2.yoox.biz/Os/armanigroup/generated_images/siteSprite-sbe57f97777.png') no-repeat 0 -278px;
  height: 5px;
  width: 9px;
  position: absolute;
  right: 15px;
  top: 15px;
  display: none;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  #navContainer nav .level2 > li .arrowDown {
    background: transparent url('http://cdn2.yoox.biz/Os/armanigroup/generated_images/siteSprite2x-sfb0e2c50a1.png') no-repeat 0 -263px;
    background-size: 264px 3818px;
    height: 5px;
    width: 9px;
  }
}
#navContainer nav .level2 > li a {
  text-indent: 36px;
  color: #FFFFFF;
  text-transform: uppercase;
}
#navContainer nav .level2 > li > a:hover {
  background: rgba(255, 255, 255, 0.24);
}
#navContainer nav .level2.close {
  display: none;
}
#navContainer nav .level2 .open .arrowDown {
  display: block;
}
#navContainer nav .level2 .selected .arrowDown {
  display: block;
}
#navContainer nav .level3 > li a {
  text-indent: 44px;
  color: #FFFFFF;
  text-transform: uppercase;
}
#navContainer nav .level3.close {
  display: none;
}
#navContainer nav .level4 {
  border-bottom: none;
}
#navContainer nav .level4 > li a {
  text-indent: 62px;
  color: #b2b1af;
  /* bianco 40% */
  text-transform: none;
}
#navContainer nav .level4 > li a:hover {
  color: #FFFFFF;
}
#navContainer nav .level4.close {
  display: none;
}
#navContainer nav .level4.selected {
  /*             text-decoration: underline;*/
}
#navContainer .jspVerticalBar {
  width: 2px;
}

html.ie6 .shoppingbagLink .shoppingbagIco,
html.ie6 .shoppingbagLink #cartNum {
  margin-top: 5px;
}
html.ie6 .shoppingbagLink #cartNum {
  position: relative;
  top: 5px;
}
html.ie6 .btnSearch {
  position: relative;
  left: -10px;
  top: -6px;
}
html.ie6 .wishlistLink .wishListNumContainer,
html.ie6 .wishlistLink .wishlistIco {
  margin-top: 6px;
}
html.ie6 .wishlistLink .wishListNum {
  position: relative;
  top: 5px;
}
html.ie6 #topBar .logoHeader {
  padding-top: 5px;
  margin-left: 7px;
}
html.ie6 .openCloseImg {
  /*  @include button;   WTF !?*/
  background: transparent url('http://cdn2.yoox.biz/Os/armanigroup/generated_images/siteSprite-sbe57f97777.png') no-repeat 0 -230px;
  height: 6px;
  width: 11px;
  overflow: hidden;
  height: 6px;
  width: 11px;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  html.ie6 .openCloseImg {
    background: transparent url('http://cdn2.yoox.biz/Os/armanigroup/generated_images/siteSprite2x-sfb0e2c50a1.png') no-repeat 0 -215px;
    background-size: 264px 3818px;
    height: 6px;
    width: 11px;
  }
}
html.ie6 #topBar #textSearchCnt .lens {
  margin-left: 5px;
  margin-right: 5px;
}
html.ie6 #login-toolbar-cnt #rememberme {
  float: left;
  margin-right: 0;
}
html.ie6 #login-toolbar-cnt .rememberMe {
  position: relative;
  top: 5px;
  width: 80px;
}
html.ie6 #login-toolbar-cnt #buttonSubmit {
  width: 150px;
  border: none;
}
html.ie6 .fieldStoreLocator .btnSearch span {
  position: relative;
  top: 7px;
  left: 6px;
}

html.ie7 .logoImg {
  margin-top: 4px;
}
html.ie7 #navContainer {
  position: fixed;
  left: 0px;
  top: 20px;
}
html.ie7 #prFilter {
  /*      top:45px;
  left:204px;*/
  display: block;
  float: left;
}
html.ie7 #subMenuBar ul {
  cursor: default;
}

/* IE FIX */
html.ie7 body {
  overrflow: auto;
}

html.ie8 #menuBar li a,
html.ie6 #menuBar li a {
  display: inline;
  padding-bottom: 10px;
}

html.ie9 #topBar #textSearchCnt #textsearchinput,
html.ielt9 #topBar #textSearchCnt #textsearchinput {
  float: left;
  width: 57px;
}

html.ie8 footer .categoriesContainer .fieldStoreLocator .btnSearchContainer {
  padding-bottom: 6px;
  padding-right: 7px;
}

html.ie7 footer .categoriesContainer .fieldStoreLocator .btnSearchContainer {
  position: relative;
  top: 1px;
  padding-right: 10px;
  padding-bottom: 8px;
}

html.ie9 footer .categoriesContainer .fieldStoreLocator .btnSearchContainer {
  padding-bottom: 8px;
  padding-right: 7px;
}

html.ielt9 .btnOpen .triangle {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}

#ajaxLoad {
  display: none !important;
}

.loadingLayerOverLay {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #FFFFFF;
  opacity: 0.5;
  top: 0;
  left: 0;
}

/* STORE LOCATOR FIX */
.pac-container {
  border-left: 1px solid black;
  border-right: 1px solid black;
  border-bottom: 1px solid black;
  background-color: #c8c8c8;
  border: 1px solid #c8c8c8;
  color: #f6f6f6;
}

.pac-container:after {
  content: '' !important;
  background-image: none;
}

.pac-container .pac-item {
  padding: 5px;
  font-size: 12px;
}

.pac-container .pac-item:hover {
  color: #c8c8c8;
}

/* PAGE 404 */
#content404 .wrapper404 {
  color: #2b2b2b;
  text-align: center;
  width: 1024px;
  min-height: 124px;
  top: 50%;
  left: 50%;
  position: fixed;
  margin-top: -62px;
  margin-left: -512px;
}
#content404 .wrapper404 .firstRow {
  font-size: 50px;
  text-transform: uppercase;
  font-family: "montserratregular", Helvetica, Arial, sans-serif;
  margin-bottom: 40px;
}
#content404 .wrapper404 .secondRow {
  font-size: 24px;
  color: #b2b2b2;
  font-family: "droid_serifregular", serif;
}

.error500 #header {
  height: 28px;
  background-color: #eaeaea;
  line-height: 28px;
}
.error500 #header #logo {
  background: url("http://cdn2.yoox.biz/Os/armanigroup/images/armani-logo.png") no-repeat;
  margin-left: 15px;
  width: 90px;
  height: 15px;
  display: block;
  position: relative;
  top: 6px;
}
.error500 #header #logo h1 {
  display: none;
}
.error500 .content500 {
  width: 450px;
  height: 200px;
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -100px;
  margin-left: -225px;
}
@media screen and (max-width: 450px) {
  .error500 .content500 {
    width: 100%;
    margin-left: 0;
    left: 0;
  }
}
.error500 #wrapper {
  padding-top: 0;
}
.error500 .firstRow {
  font-size: 22px;
  text-transform: uppercase;
  font-family: "montserratregular", Helvetica, Arial, sans-serif;
  margin-bottom: 40px;
}
@media screen and (max-width: 450px) {
  .error500 .firstRow {
    font-size: 30px;
  }
}
.error500 .secondRow {
  font-size: 15px;
  color: #b2b2b2;
  font-family: "droid_serifregular", serif;
  line-height: 25px;
}
@media screen and (max-width: 450px) {
  .error500 .secondRow {
    font-size: 24px;
  }
}

html.ie7 #content404 .secondRow {
  line-height: 30px;
}
html.ie7 #passwordWrapper .inputWrapper {
  *zoom: 1;
  margin-bottom: 24px;
}
html.ie7 #passwordWrapper .inputWrapper:before, html.ie7 #passwordWrapper .inputWrapper:after {
  content: "";
  display: table;
}
html.ie7 #passwordWrapper .inputWrapper:after {
  clear: both;
}
html.ie7 #passwordWrapper .inputWrapper input {
  float: left;
}
html.ie7 #passwordWrapper .inputWrapper a {
  line-height: 38px;
}

#ie6Alert {
  background-color: #000000;
  height: 520px;
  text-align: center;
}
#ie6Alert .alert {
  padding-top: 120px;
  font-size: 20px;
  color: #FFFFFF;
  text-transform: uppercase;
  font-family: "montserratregular", Helvetica, Arial, sans-serif;
}
#ie6Alert .suggestion {
  padding-top: 18px;
  font-size: 20px;
  color: #666666;
  font-family: "droid_serifregular", serif;
}
#ie6Alert .icon {
  width: 154px;
  padding-top: 80px;
  margin: 0 auto;
}

body.experience {
  /* non ├¿ bellissimo, ma serve ad overridare gli stili di bootstrap O_O che include l'experience */
}
body.experience .toolBar #userBar {
  display: none;
}
body.experience footer {
  padding: 0;
}
body.experience .copyright,
body.experience .footerCategories {
  font-style: normal;
}
body.experience .footerCategories {
  min-height: 533px;
}
body.experience .menuBarInnerWrapper,
body.experience .menuBarWrapper.close {
  opacity: 1;
}
body.experience #sitefooter .noExp {
  display: none;
}
body.experience input[type="password"],
body.experience input[type="datetime"],
body.experience input[type="datetime-local"],
body.experience input[type="date"],
body.experience input[type="month"],
body.experience input[type="time"],
body.experience input[type="week"],
body.experience input[type="number"],
body.experience input[type="email"],
body.experience input[type="url"],
body.experience input[type="search"],
body.experience input[type="tel"],
body.experience input[type="color"] {
  -webkit-border-radius: none !important;
  -moz-border-radius: none !important;
  -ms-border-radius: none !important;
  -o-border-radius: none !important;
  border-radius: none !important;
}
body.experience ul {
  padding: 0;
  margin: 0;
}
body.experience .menuBarInnerWrapper ul li {
  line-height: 39px;
}
body.experience #subMenuBar ul li {
  line-height: 28px;
}

body.home.experience .wrapperFooter.open {
  min-height: 568px;
}
body.home.experience .footerCategories {
  top: -23px;
  min-height: 533px;
}

.jp #sitefooter .wrapperFooter.open {
  height: 467px;
}

#preference {
  float: left;
  width: 100%;
  padding-top: 0px;
  padding-bottom: 30px;
}
#preference #title {
  font-size: 11px;
  color: #393939;
  line-height: 26px;
  text-transform: uppercase;
}
#preference #selectionCont {
  position: relative;
  height: 36px;
  overflow: hidden;
  border: 1px solid black;
  margin-top: 10px;
}
#preference #selectionCont.open .arrowOpen {
  /*  @include button;   WTF !?*/
  background: transparent url('http://cdn2.yoox.biz/Os/armanigroup/generated_images/siteSprite-sbe57f97777.png') no-repeat 0 -262px;
  height: 6px;
  width: 11px;
  position: absolute;
  right: 10px;
  z-index: 1000;
  margin-top: 16px;
  cursor: pointer;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  #preference #selectionCont.open .arrowOpen {
    background: transparent url('http://cdn2.yoox.biz/Os/armanigroup/generated_images/siteSprite2x-sfb0e2c50a1.png') no-repeat 0 -247px;
    background-size: 264px 3818px;
    height: 6px;
    width: 11px;
  }
}
#preference #selectionCont.close .arrowClose {
  /*  @include button;   WTF !?*/
  background: transparent url('http://cdn2.yoox.biz/Os/armanigroup/generated_images/siteSprite-sbe57f97777.png') no-repeat 0 -230px;
  height: 6px;
  width: 11px;
  position: absolute;
  right: 10px;
  z-index: 1000;
  margin-top: 16px;
  cursor: pointer;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  #preference #selectionCont.close .arrowClose {
    background: transparent url('http://cdn2.yoox.biz/Os/armanigroup/generated_images/siteSprite2x-sfb0e2c50a1.png') no-repeat 0 -215px;
    background-size: 264px 3818px;
    height: 6px;
    width: 11px;
  }
}
#preference #recapCont {
  border: 1px solid black;
  margin-top: 20px;
  display: none;
}
#preference #recapCont .selectionWrapper {
  display: block;
}
#preference .selectionWrapper,
#preference .label {
  display: inline-block;
  cursor: pointer;
}
#preference .item {
  height: 36px;
  color: #b7b7b7;
}
#preference .item.default {
  cursor: pointer;
}
#preference .label {
  line-height: 36px;
}
#preference .label.selected {
  font-weight: bold;
  color: black;
}
#preference .selectionBlock {
  width: 12px;
  height: 12px;
  background-color: white;
  border: 1px solid black;
  cursor: pointer;
  float: left;
  margin: 10px;
}
#preference .selectionBlock.selected {
  background-color: black;
}

/*ICONE SOCIAL*/
.itemSocial {
  margin: 25px 38px 35px 38px;
}
.itemSocial li {
  margin-right: 20px;
  float: left;
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
.itemSocial li:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}
.itemSocial .facebook {
  /*  @include button;   WTF !?*/
  background: transparent url('http://cdn2.yoox.biz/Os/armanigroup/generated_images/siteSprite-sbe57f97777.png') no-repeat 0 -1005px;
  height: 22px;
  width: 22px;
  background-color: #FFFFFF;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .itemSocial .facebook {
    background: transparent url('http://cdn2.yoox.biz/Os/armanigroup/generated_images/siteSprite2x-sfb0e2c50a1.png') no-repeat 0 -990px;
    background-size: 264px 3818px;
    height: 22px;
    width: 22px;
  }
}
.itemSocial .twitter {
  /*  @include button;   WTF !?*/
  background: transparent url('http://cdn2.yoox.biz/Os/armanigroup/generated_images/siteSprite-sbe57f97777.png') no-repeat 0 -3235px;
  height: 22px;
  width: 22px;
  background-color: #FFFFFF;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .itemSocial .twitter {
    background: transparent url('http://cdn2.yoox.biz/Os/armanigroup/generated_images/siteSprite2x-sfb0e2c50a1.png') no-repeat 0 -3219px;
    background-size: 264px 3818px;
    height: 22px;
    width: 22px;
  }
}
.itemSocial .pinterest {
  /*  @include button;   WTF !?*/
  background: transparent url('http://cdn2.yoox.biz/Os/armanigroup/generated_images/siteSprite-sbe57f97777.png') no-repeat 0 -2720px;
  height: 22px;
  width: 22px;
  background-color: #FFFFFF;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .itemSocial .pinterest {
    background: transparent url('http://cdn2.yoox.biz/Os/armanigroup/generated_images/siteSprite2x-sfb0e2c50a1.png') no-repeat 0 -2704px;
    background-size: 264px 3818px;
    height: 22px;
    width: 22px;
  }
}
.itemSocial .googleplus {
  /*  @include button;   WTF !?*/
  background: transparent url('http://cdn2.yoox.biz/Os/armanigroup/generated_images/siteSprite-sbe57f97777.png') no-repeat 0 -1445px;
  height: 22px;
  width: 22px;
  background-color: #FFFFFF;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .itemSocial .googleplus {
    background: transparent url('http://cdn2.yoox.biz/Os/armanigroup/generated_images/siteSprite2x-sfb0e2c50a1.png') no-repeat 0 -1429.5px;
    background-size: 264px 3818px;
    height: 22px;
    width: 22px;
  }
}
.itemSocial .weibo {
  /*  @include button;   WTF !?*/
  background: transparent url('http://cdn2.yoox.biz/Os/armanigroup/generated_images/siteSprite-sbe57f97777.png') no-repeat 0 -3480px;
  height: 22px;
  width: 22px;
  background-color: #FFFFFF;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .itemSocial .weibo {
    background: transparent url('http://cdn2.yoox.biz/Os/armanigroup/generated_images/siteSprite2x-sfb0e2c50a1.png') no-repeat 0 -3464px;
    background-size: 264px 3818px;
    height: 22px;
    width: 22px;
  }
}
.itemSocial .wechat {
  /*  @include button;   WTF !?*/
  background: transparent url('http://cdn2.yoox.biz/Os/armanigroup/generated_images/siteSprite-sbe57f97777.png') no-repeat 0 -3416px;
  height: 22px;
  width: 22px;
  background-color: #FFFFFF;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .itemSocial .wechat {
    background: transparent url('http://cdn2.yoox.biz/Os/armanigroup/generated_images/siteSprite2x-sfb0e2c50a1.png') no-repeat 0 -3400px;
    background-size: 264px 3818px;
    height: 22px;
    width: 22px;
  }
}
.itemSocial .email {
  /*  @include button;   WTF !?*/
  background: transparent url('http://cdn2.yoox.biz/Os/armanigroup/generated_images/siteSprite-sbe57f97777.png') no-repeat 0 -1565px;
  height: 22px;
  width: 22px;
  background-color: #FFFFFF;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .itemSocial .email {
    background: transparent url('http://cdn2.yoox.biz/Os/armanigroup/generated_images/siteSprite2x-sfb0e2c50a1.png') no-repeat 0 -1549.5px;
    background-size: 264px 3818px;
    height: 22px;
    width: 22px;
  }
}

/*icone NL*/
.nlLink {
  line-height: 28px;
  display: block;
}
.nlLink .mail-icon {
  display: none;
  /*  @include button;   WTF !?*/
  background: transparent url('http://cdn2.yoox.biz/Os/armanigroup/generated_images/siteSprite-sbe57f97777.png') no-repeat 0 -2523px;
  height: 12px;
  width: 16px;
  background-color: #FFFFFF;
  vertical-align: middle;
  margin-right: 15px;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .nlLink .mail-icon {
    background: transparent url('http://cdn2.yoox.biz/Os/armanigroup/generated_images/siteSprite2x-sfb0e2c50a1.png') no-repeat 0 -2507px;
    background-size: 264px 3818px;
    height: 12px;
    width: 16px;
  }
}
.nlLink.active .mail-icon {
  /*  @include button;   WTF !?*/
  background: transparent url('http://cdn2.yoox.biz/Os/armanigroup/generated_images/siteSprite-sbe57f97777.png') no-repeat 0 -2545px;
  height: 12px;
  width: 16px;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .nlLink.active .mail-icon {
    background: transparent url('http://cdn2.yoox.biz/Os/armanigroup/generated_images/siteSprite2x-sfb0e2c50a1.png') no-repeat 0 -2529px;
    background-size: 264px 3818px;
    height: 12px;
    width: 16px;
  }
}

/*Newsletter Layers*/
/*parte comune*/
.newsletterLayer {
  /*Gestione eccezzioni per paese*/
}
.newsletterLayer .closeIcon {
  display: inline-block;
  vertical-align: baseline;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  /*  @include button;   WTF !?*/
  background: transparent url('http://cdn2.yoox.biz/Os/armanigroup/generated_images/siteSprite-sbe57f97777.png') no-repeat 0 -915px;
  height: 13px;
  width: 13px;
  float: right;
  margin-right: 20px;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .newsletterLayer .closeIcon {
    background: transparent url('http://cdn2.yoox.biz/Os/armanigroup/generated_images/siteSprite2x-sfb0e2c50a1.png') no-repeat 0 -900px;
    background-size: 264px 3818px;
    height: 13px;
    width: 13px;
  }
}
.newsletterLayer h2 {
  font-family: "montserratregular", Helvetica, Arial, sans-serif;
  font-size: 20px;
  text-transform: uppercase;
  margin-bottom: 23px;
}
.newsletterLayer div.radio {
  display: inline-block;
  height: 23px;
  margin-bottom: 10px;
}
.newsletterLayer .i-radio + label {
  line-height: 23px;
  margin-right: 20px;
}
.newsletterLayer .privacy {
  padding: 0 20px;
  font-family: "droid_serifregular", serif;
  margin-bottom: 10px;
}
.newsletterLayer .NlSubmit {
  /* General rules */
  display: inline-block;
  *display: inline;
  *zoom: 1;
  cursor: pointer;
  -webkit-border-radius: 0px 0px 0 0;
  -moz-border-radius: 0px 0px 0 0;
  -ms-border-radius: 0px 0px 0 0;
  border-radius: 0px 0px 0 0;
  /* Text alignments */
  padding: 10px 48px 10px 48px;
  line-height: 20px;
  vertical-align: middle;
  text-transform: uppercase;
  text-align: center;
  text-decoration: none;
  /* Transitions */
  -webkit-transition: color 0.5s, background-color 0.5s;
  -moz-transition: color 0.5s, background-color 0.5s;
  -ms-transition: color 0.5s, background-color 0.5s;
  -o-transition: color 0.5s, background-color 0.5s;
  transition: color 0.5s, background-color 0.5s;
  /* Default behaviour */
  color: #FFFFFF;
  background-color: #000000;
  float: none;
  border: transparent;
  font-size: 10px;
  /* On hover behaviour */
}
.desktop .newsletterLayer .NlSubmit:hover {
  color: #FFFFFF;
  background-color: #909090;
}
.newsletterLayer .fieldValue span.error {
  position: initial;
  position: static;
  left: auto;
}
.jp .newsletterLayer .privacy {
  font-size: 12px;
}

/*sovrascrivo per regole di colorbox*/
#colorbox .newsletterLayer h2 {
  font-family: "montserratregular", Helvetica, Arial, sans-serif;
  font-size: 20px;
  text-transform: uppercase;
  margin-bottom: 23px;
}
#colorbox .privacy {
  padding: 0;
}

#NlfloatingLayer {
  position: fixed;
  top: 30%;
  right: 10%;
  width: 400px;
  padding: 20px;
  background-color: #FFFFFF;
}

#hiddenTopLayer .newsletterLayer {
  text-align: center;
  padding-top: 35px;
}
#hiddenTopLayer div.radio {
  text-align: left;
}
#hiddenTopLayer .privacy {
  line-height: 200%;
}
#hiddenTopLayer #countrySelection {
  width: 1024px;
  margin: 0 auto;
  padding-bottom: 30px;
}
#hiddenTopLayer #countrySelection .shopMessage {
  text-align: center;
  border-bottom: none;
}
#hiddenTopLayer #countrySelection .internationalMessage {
  text-align: center;
}

.hiddenPrivateSale {
  display: none;
}

/* riscrivo line-height sottovoci menu lato experience */
body.experience #subMenuBar ul li {
  line-height: 40px;
}

#countrySelection {
  margin-bottom: 30px;
}
#countrySelection .shopMessage {
  font-size: 20px;
  font-family: "montserratregular", Helvetica, Arial, sans-serif;
  color: #393939;
  letter-spacing: 1px;
  text-transform: uppercase;
  border-bottom: 1px solid #EAEAEA;
  padding: 20px 0;
}
#countrySelection .columnContinentContainer {
  margin: 30px 0;
  padding: 0 60px;
}
#countrySelection .columnContinentContainer .columnContinent {
  float: left;
}
#countrySelection .columnContinentContainer .columnContinent.europe {
  margin-right: 110px;
}
.ie6 #countrySelection .columnContinentContainer .columnContinent.europe {
  width: 265px;
}
#countrySelection .columnContinentContainer .columnContinent.europe .singleColumn {
  margin-right: 0;
}
#countrySelection .columnContinentContainer .columnContinent.europe .singleColumn.first {
  margin-right: 48px;
}
#countrySelection .columnContinentContainer .columnContinent.america {
  margin-right: 80px;
}
#countrySelection .columnContinentContainer .columnContinent.america .singleColumn {
  margin-right: 0;
}
#countrySelection .columnContinentContainer .columnContinent.asia {
  margin-right: 50px;
}
#countrySelection .columnContinentContainer .columnContinent.asia .singleColumn {
  margin-right: 0;
}
#countrySelection .columnContinentContainer .columnContinent.africa {
  margin-right: 0;
}
#countrySelection .columnContinentContainer .columnContinent.africa .singleColumn {
  margin-right: 0;
}
#countrySelection .columnContinentContainer .columnContinent .labelContinent {
  font-size: 18px;
  font-family: "montserratregular", Helvetica, Arial, sans-serif;
  letter-spacing: 1px;
  text-transform: capitalize;
  color: #393939;
}
#countrySelection .columnContinentContainer .columnContinent .columnContainer {
  margin-top: 22px;
}
#countrySelection .columnContinentContainer .columnContinent .columnContainer .singleColumn {
  float: left;
  line-height: 24px;
}
#countrySelection .columnContinentContainer .columnContinent .columnContainer .singleColumn a {
  font-size: 10px;
  font-family: "montserratbold", serif;
  color: #393939;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-decoration: none;
}
#countrySelection .columnContinentContainer .columnContinent .columnContainer .singleColumn a.selected {
  font-family: "montserratregular", Helvetica, Arial, sans-serif;
  display: inline-block;
  width: auto;
}
.ie7 #countrySelection .columnContinentContainer .columnContinent .columnContainer .singleColumn a.selected {
  display: block;
  cursor: pointer;
}
#countrySelection .columnContinentContainer .columnContinent .columnContainer .singleColumn a.selected span {
  display: inline-block;
  margin-left: -8px;
  color: #FFFFFF;
  padding: 0 8px;
  background: #000000;
}
#countrySelection .columnContinentContainer .columnContinent .columnContainer .singleColumn a.selected {
  font-family: "montserratregular", Helvetica, Arial, sans-serif;
  display: inline-block;
  width: auto;
}
.ie7 #countrySelection .columnContinentContainer .columnContinent .columnContainer .singleColumn a.selected {
  display: block;
  cursor: pointer;
}
#countrySelection .columnContinentContainer .columnContinent .columnContainer .singleColumn a.selected span {
  display: inline-block;
  margin-left: -8px;
  color: #FFFFFF;
  padding: 0 8px;
  background: #000000;
}
#countrySelection .columnContinentContainer .columnContinent .separator {
  height: 1px;
  width: 26px;
  background: #CCCCCC;
  margin: 38px 0 56px 0;
}
#countrySelection .columnContinentContainer .columnContinent .internationalLabel {
  font-size: 10px;
  font-family: "montserratregular", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
}
#countrySelection .internationalMessage {
  font-size: 11px;
  font-family: "montserratregular", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
}
#countrySelection .internationalMessage a {
  color: #A3A3A3;
  text-decoration: none;
}

.otherCountriesContainer {
  overflow: hidden;
}
.otherCountriesContainer .otherCountries {
  width: 1024px;
  margin: 0 auto 30px auto;
  padding-bottom: 64px;
}
.otherCountriesContainer .otherCountries .othercountryForm {
  width: 650px;
  margin: 0 auto;
  text-align: center;
  line-height: 24px;
  overflow: hidden;
}
.otherCountriesContainer .otherCountries .othercountryForm .hiddenSubmit {
  display: none;
}
.otherCountriesContainer .otherCountries .othercountryForm [data-input-ref="email"].error {
  line-height: 13px;
  text-align: left;
  top: 66px;
}
.otherCountriesContainer .otherCountries .othercountryForm #otherCountriesBody,
.otherCountriesContainer .otherCountries .othercountryForm #privacy {
  margin: 30px 0;
  color: #808080;
  font-family: "droid_serifregular", serif;
  font-style: italic;
}
.otherCountriesContainer .otherCountries .othercountryForm .emailLabel {
  margin-right: 14px;
}
.otherCountriesContainer .otherCountries .othercountryForm .stateWrapper .selectyzeValue {
  text-align: left;
  overflow: initial;
  color: #808080;
}
.otherCountriesContainer .otherCountries .othercountryForm .emailLabel,
.otherCountriesContainer .otherCountries .othercountryForm .stateWrapper {
  display: inline-block;
  position: relative;
}
.otherCountriesContainer .otherCountries .othercountryForm .emailLabel label,
.otherCountriesContainer .otherCountries .othercountryForm .stateWrapper label {
  display: block;
  text-align: left;
  text-transform: uppercase;
  font-weight: bold;
}
.otherCountriesContainer .otherCountries .othercountryForm .emailLabel select,
.otherCountriesContainer .otherCountries .othercountryForm .stateWrapper select {
  width: 223px;
}
.otherCountriesContainer .otherCountries .othercountryForm .emailLabel input,
.otherCountriesContainer .otherCountries .othercountryForm .stateWrapper input {
  width: 205px;
}
.otherCountriesContainer .otherCountries .othercountryForm #buttonSubmit {
  /* General rules */
  display: inline-block;
  *display: inline;
  *zoom: 1;
  cursor: pointer;
  -webkit-border-radius: 0 0 0 0;
  -moz-border-radius: 0 0 0 0;
  -ms-border-radius: 0 0 0 0;
  border-radius: 0 0 0 0;
  /* Text alignments */
  padding: 0 28px;
  line-height: 34px;
  vertical-align: middle;
  text-transform: uppercase;
  text-align: center;
  text-decoration: none;
  /* Transitions */
  -webkit-transition: color 0.5s, background-color 0.5s;
  -moz-transition: color 0.5s, background-color 0.5s;
  -ms-transition: color 0.5s, background-color 0.5s;
  -o-transition: color 0.5s, background-color 0.5s;
  transition: color 0.5s, background-color 0.5s;
  /* Default behaviour */
  color: #FFFFFF;
  background-color: #000000;
  float: left;
  border: transparent;
  font-size: 10px;
  /* On hover behaviour */
  display: block;
  margin: 0 auto;
  padding: 0 50px;
  letter-spacing: 2px;
  float: none;
}
.desktop .otherCountriesContainer .otherCountries .othercountryForm #buttonSubmit:hover {
  color: #FFFFFF;
  background-color: #909090;
}
.otherCountriesContainer .otherCountries .contentPop {
  text-align: center;
  position: relative;
  top: 25px;
  color: #808080;
  font-family: "droid_serifregular", serif;
  font-style: italic;
}
.otherCountriesContainer #selectyzed_state {
  display: block !important;
}
.otherCountriesContainer #selectyzed_state .UlSelectizeContainer li {
  text-align: left;
}
.otherCountriesContainer .stateWrapper {
  vertical-align: bottom;
}
.otherCountriesContainer span.error {
  position: absolute;
  top: 60px;
}

@font-face {
  font-family: 'montserratregular';
  src: url("http://cdn2.yoox.biz/OS/fonts/montserrat-regular-webfont.eot");
  src: url("http://cdn2.yoox.biz/OS/fonts/montserrat-regular-webfont.eot?#iefix") format("embedded-opentype"), url("http://cdn2.yoox.biz/OS/fonts/montserrat-regular-webfont.woff") format("woff"), url("http://cdn2.yoox.biz/OS/fonts/montserrat-regular-webfont.ttf") format("truetype"), url("http://cdn2.yoox.biz/OS/fonts/montserrat-regular-webfont.svg#montserratregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'montserratbold';
  src: url("http://cdn2.yoox.biz/OS/fonts/montserrat-bold-webfont.eot");
  src: url("http://cdn2.yoox.biz/OS/fonts/montserrat-bold-webfont.eot?#iefix") format("embedded-opentype"), url("http://cdn2.yoox.biz/OS/fonts/montserrat-bold-webfont.woff") format("woff"), url("http://cdn2.yoox.biz/OS/fonts/montserrat-bold-webfont.ttf") format("truetype"), url("http://cdn2.yoox.biz/OS/fonts/montserrat-bold-webfont.svg#montserratbold") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'droid_serifregular';
  src: url("http://cdn2.yoox.biz/OS/fonts/droidserif-webfont.eot");
  src: url("http://cdn2.yoox.biz/OS/fonts/droidserif-webfont.eot?#iefix") format("embedded-opentype"), url("http://cdn2.yoox.biz/OS/fonts/droidserif-webfont.woff") format("woff"), url("http://cdn2.yoox.biz/OS/fonts/droidserif-webfont.ttf") format("truetype"), url("http://cdn2.yoox.biz/OS/fonts/droidserif-webfont.svg#droid_serifregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
.jspContainer {
  overflow: hidden;
  position: relative;
}

.jspPane {
  position: absolute;
}

.jspVerticalBar {
  position: absolute;
  top: 0;
  right: 0;
  width: 8px;
  height: 100%;
  background: #FFFFFF;
  border-top: 1px solid #CCCCCC;
}

.jspHorizontalBar {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 8px;
}

.jspVerticalBar *,
.jspHorizontalBar * {
  margin: 0;
  padding: 0;
}

.jspCap {
  display: none;
}

.jspHorizontalBar .jspCap {
  float: left;
}

.jspTrack {
  width: 1px;
  background: #CCCCCC;
  position: relative;
}

.jspDrag {
  background: #A3A3A3;
  position: relative;
  top: 0;
  left: 0px;
  cursor: pointer;
  width: 8px;
  height: 20px;
}
.jspDrag.jspHover {
  background: #CCCCCC;
}
.jspDrag.jspActive {
  background: #000000;
}

.jspHorizontalBar .jspTrack,
.jspHorizontalBar .jspDrag {
  float: left;
  height: 100%;
}

.jspHorizontalBar .jspTrack {
  background-color: transparent;
}

.jspArrow {
  text-indent: -20000px;
  display: block;
  cursor: pointer;
  height: 6px;
}

.jspArrowUp {
  border-top: 3px transparent;
  border-right: 3px transparent;
  border-bottom: 3px #000000;
  border-left: 3px transparent;
  border-style: solid dashed;
}

.jspArrowDown {
  border-top: 3px #000000;
  border-right: 3px transparent;
  border-bottom: 3px transparent;
  border-left: 3px transparent;
  border-style: solid dashed;
}

.jspArrow.jspDisabled {
  cursor: default;
}

.jspVerticalBar .jspArrow {
  height: 16px;
}

.jspHorizontalBar .jspArrow {
  width: 8px;
  float: left;
  height: 100%;
}

.jspVerticalBar .jspArrow:focus {
  outline: none;
}

.jspCorner {
  background: #eeeef4;
  float: left;
  height: 100%;
}

/* Yuk! CSS Hack for IE6 3 pixel bug :( */
* html .jspCorner {
  margin: 0 -3px 0 0;
}

.prevSlide, .nextSlide {
  float: left;
  cursor: pointer;
  visibility: hidden;
}
.prevSlide.inactive, .nextSlide.inactive {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=10);
  opacity: 0.1;
  cursor: default;
}

.prevSlide {
  /*  @include button;   WTF !?*/
  background: transparent url('http://cdn2.yoox.biz/Os/armanigroup/generated_images/siteSprite-sbe57f97777.png') no-repeat 0 -3105px;
  height: 17px;
  width: 9px;
  margin: 146px 24px 0 19px;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .prevSlide {
    background: transparent url('http://cdn2.yoox.biz/Os/armanigroup/generated_images/siteSprite2x-sfb0e2c50a1.png') no-repeat 0 -3089px;
    background-size: 264px 3818px;
    height: 17px;
    width: 9px;
  }
}

.nextSlide {
  /*  @include button;   WTF !?*/
  background: transparent url('http://cdn2.yoox.biz/Os/armanigroup/generated_images/siteSprite-sbe57f97777.png') no-repeat 0 -3078px;
  height: 17px;
  width: 9px;
  margin: 146px 24px 0 19px;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .nextSlide {
    background: transparent url('http://cdn2.yoox.biz/Os/armanigroup/generated_images/siteSprite2x-sfb0e2c50a1.png') no-repeat 0 -3062px;
    background-size: 264px 3818px;
    height: 17px;
    width: 9px;
  }
}

.bx-wrapper {
  float: left;
  position: relative;
  padding: 0;
  *zoom: 1;
}

.bx-wrapper img {
  max-width: 100%;
  display: block;
}

/** THEME
===================================*/
.bx-wrapper .bx-pager {
  margin-top: 10px;
}

.bx-wrapper .bx-controls-auto {
  position: absolute;
  bottom: -30px;
  width: 100%;
}

/* LOADER */
.bx-wrapper .bx-loading {
  /*min-height: 50px;
  background: url(images/bx_loader.gif) center center no-repeat #fff;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2000;*/
}

/* PAGER */
#hiddenTopLayer .bx-wrapper .bx-pager {
  display: none;
}

.bx-wrapper .bx-pager {
  text-align: center;
}

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
  display: inline-block;
  *zoom: 1;
  *display: inline;
}

.bx-wrapper .bx-pager.bx-default-pager a {
  background: #CCCCCC;
  text-indent: -9999px;
  display: block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  outline: 0;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
  background: #000;
}

/* DIRECTION CONTROLS (NEXT / PREV) */
.bx-wrapper .bx-prev {
  left: -22px;
  /*  @include button;   WTF !?*/
  background: transparent url('http://cdn2.yoox.biz/Os/armanigroup/generated_images/siteSprite-sbe57f97777.png') no-repeat 0 -3105px;
  height: 17px;
  width: 9px;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .bx-wrapper .bx-prev {
    background: transparent url('http://cdn2.yoox.biz/Os/armanigroup/generated_images/siteSprite2x-sfb0e2c50a1.png') no-repeat 0 -3089px;
    background-size: 264px 3818px;
    height: 17px;
    width: 9px;
  }
}
.bx-wrapper .bx-prev.inactive {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=10);
  opacity: 0.1;
  cursor: default;
}

.bx-wrapper .bx-next {
  right: -22px;
  /*  @include button;   WTF !?*/
  background: transparent url('http://cdn2.yoox.biz/Os/armanigroup/generated_images/siteSprite-sbe57f97777.png') no-repeat 0 -3078px;
  height: 17px;
  width: 9px;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .bx-wrapper .bx-next {
    background: transparent url('http://cdn2.yoox.biz/Os/armanigroup/generated_images/siteSprite2x-sfb0e2c50a1.png') no-repeat 0 -3062px;
    background-size: 264px 3818px;
    height: 17px;
    width: 9px;
  }
}
.bx-wrapper .bx-next.inactive {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=10);
  opacity: 0.1;
  cursor: default;
}

.bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 50%;
  margin-top: -16px;
  outline: 0;
  text-indent: -9999px;
  z-index: 9998;
}

.bx-wrapper .bx-controls-direction a.disabled {
  display: none;
}

/* AUTO CONTROLS (START / STOP) */
.bx-wrapper .bx-controls-auto {
  text-align: center;
}

.bx-wrapper .bx-controls-auto .bx-start {
  display: block;
  text-indent: -9999px;
  width: 10px;
  height: 11px;
  outline: 0;
  background: url(images/controls.png) -86px -11px no-repeat;
  margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
  background-position: -86px 0;
}

.bx-wrapper .bx-controls-auto .bx-stop {
  display: block;
  text-indent: -9999px;
  width: 9px;
  height: 11px;
  outline: 0;
  background: url(images/controls.png) -86px -44px no-repeat;
  margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
  background-position: -86px -33px;
}

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
  text-align: left;
  width: 80%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
  right: 0;
  width: 35px;
}

/* IMAGE CAPTIONS */
.bx-wrapper .bx-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #666;
  background: rgba(80, 80, 80, 0.75);
  width: 100%;
}

.bx-wrapper .bx-caption span {
  color: #fff;
  font-family: Arial;
  display: block;
  font-size: .85em;
  padding: 10px;
}

.squaresWave {
  position: absolute;
  top: 0;
  border: 1px solid #000000;
  width: 5px;
  height: 5px;
  -webkit-animation-name: bounce_squaresWave;
  -webkit-animation-duration: 1.3s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-direction: linear;
  animation-name: bounce_squaresWave;
  animation-duration: 1.3s;
  animation-iteration-count: infinite;
  animation-direction: linear;
}

.squaresWave_1 {
  left: 0;
  -webkit-animation-delay: 0.52s;
  animation-delay: 0.52s;
}

.squaresWave_2 {
  left: 11px;
  -webkit-animation-delay: 0.65s;
  animation-delay: 0.65s;
}

.squaresWave_3 {
  left: 22px;
  -webkit-animation-delay: 0.78s;
  animation-delay: 0.78s;
}

.squaresWave_4 {
  left: 33px;
  -webkit-animation-delay: 0.91s;
  animation-delay: 0.91s;
}

@-webkit-keyframes bounce_squaresWave {
  0% {
    background-color: #000000;
  }
  100% {
    background-color: #FFFFFF;
  }
}
@keyframes bounce_squaresWave {
  0% {
    background-color: #000000;
  }
  100% {
    background-color: #FFFFFF;
  }
}
.loadingCssAnimations {
  position: absolute;
  display: inline-block;
  top: 50%;
  left: 50%;
  z-index: 1;
  margin-left: -20px;
}

.loadingNoCssAnimations, .preloader {
  background-image: url("http://cdn2.yoox.biz/Os/armanigroup/images/loadingAnimation.gif");
  width: 40px;
  height: 7px;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  left: 50%;
}

/* =================================================================================================
	COMMON GRIDR RULES
================================================================================================= */
.jp .grid .slot .ctabutton {
  width: 12em;
}

.grid {
  width: 100%;
  position: relative;
  overflow: hidden;
  font-size: 10px;
}
.grid .slot {
  position: absolute;
  overflow: hidden;
}
.grid .slot .mainImage {
  width: 100%;
  position: relative;
}
.grid .slot .mainImage.zoomable {
  cursor: cell;
  cursor: zoom-in;
}
.ie8 .grid .slot .mainImage.zoomable {
  cursor: pointer;
}
.grid .slot .alternativeImage {
  width: 100%;
  display: none;
  position: relative;
}
.grid .slot .video {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #000;
}
.grid .slot:hover .overlay {
  display: table;
  opacity: 1;
  top: 0%;
}
.grid .slot a.overlay {
  text-decoration: none;
}
.grid .slot .overlay.activeOverlay {
  display: table;
  opacity: 1;
  top: 0%;
}
.grid .slot .overlay {
  background-image: url("http://cdn2.yoox.biz/Os/armanigroup/images/bg_b50.png");
  position: absolute;
  display: table;
  -moz-transition: opacity 250ms;
  -o-transition: opacity 250ms;
  -webkit-transition: opacity 250ms;
  transition: opacity 250ms;
  opacity: 0;
  top: 200%;
  left: 0%;
  width: 100%;
  height: 100%;
}
.grid .slot .overlay.chrome {
  -moz-transition: opacity 0ms;
  -o-transition: opacity 0ms;
  -webkit-transition: opacity 0ms;
  transition: opacity 0ms;
}
.grid .slot .overlay .overlayContainer {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 4%;
}
#subhomele-sac-11 .grid .slot .overlay .overlayContainer {
  padding: 0 6%;
}
.grid .slot .overlay .overlayContainer .overlayAligner {
  display: block;
  margin: 0 auto;
  text-align: center;
}
.grid .slot .overlay .overlayContainer .overlayAligner br {
  /*display: none;*/
}
.grid .slot .overlay .overlayContainer .overlayAligner span br {
  display: inline;
}
.grid .slot .overlay .blockLogo {
  display: block;
  margin: 0 auto 1.8em auto;
  width: 22.6em;
}
.grid .slot .overlay .headline {
  color: #ffffff;
  font-size: 2.2em;
  line-height: 1.3em;
  letter-spacing: 0.1em;
  display: block;
  text-align: center;
  text-transform: uppercase;
  margin: 0 auto;
}
.grid .slot .overlay .label,
.grid .slot .overlay .labeltop {
  display: block;
  font-size: 1.1em;
  line-height: 1.6em;
  color: #ffffff;
  text-transform: uppercase;
  margin: 0 auto;
}
.grid .slot .overlay .labeltop {
  width: 30.95em;
  position: absolute;
  top: 10%;
  margin: 0;
}
.grid .slot .overlay .bodycopy {
  display: block;
  color: #8f8f8f;
  font-size: 1.1em;
  line-height: 1.6em;
  margin: 0 auto 2em auto;
}
#subhomele-sac-11 .grid .slot .overlay .bodycopy {
  color: white;
}
.grid .slot .overlay .onAirLabel {
  display: none;
  font-size: 4em;
  margin: 1em 0;
  line-height: 1em;
  width: 100%;
}
.grid .slot .overlay .countdownContainer {
  display: block;
  margin: 3em 0;
}
.grid .slot .overlay .countdownContainer span {
  display: inline-block;
  width: 8.2em;
  margin: 0 0.1em;
  background-image: url("http://cdn2.yoox.biz/Os/armanigroup/images/bg_w15.png");
  color: #fff;
  font-size: 1em;
  text-transform: uppercase;
  padding: 1.2em 0;
}
.grid .slot .overlay .countdownContainer span em {
  display: block;
  font-size: 3em;
  margin: 0 0 0.5em 0;
  font-style: normal;
}
.grid .slot .ctabutton {
  display: inline-block;
  position: relative;
  height: 3em;
  line-height: 3em;
  vertical-align: middle;
  text-align: center;
  min-width: 7em;
  padding: 0 15px;
  background: #fff;
  color: #000;
  text-decoration: none;
  margin: 0.6em;
}
.grid .slot .ctabutton span {
  display: inline-block;
  vertical-align: middle;
  line-height: 1.2;
  text-transform: uppercase;
  font-family: "montserratregular", Helvetica, Arial, sans-serif;
  font-size: 1em;
}
.grid .slot .ctabutton:hover {
  background: #909090;
  color: #fff;
}
.grid .slot .hotspot {
  display: block;
  position: absolute;
  font-size: 1.7em;
  font-weight: normal;
  text-decoration: none;
  padding: 0.4em 0.6em;
  background: #fff;
  font-family: arial;
  line-height: 1;
  color: #000;
  z-index: 30;
}
.grid .slot .hotspot:hover {
  background: #000;
  color: #fff;
}
.grid .slot .hotspot .open {
  display: block;
}
.grid .slot .hotspot .close {
  display: none;
}
.grid .slot .hotspot.active .open {
  display: none;
}
.grid .slot .hotspot.active .close {
  display: block;
}
.grid .slot.block_3 .overlay .overlayContainer .overlayAligner {
  width: 24em;
  padding-right: 2em !important;
}
.grid .slot.block_3 .overlay .overlayContainer .overlayAligner .blockLogo {
  position: static;
}
.grid .slot.block_3 .overlay .labeltop {
  width: 23.95em;
}
.grid .slot.slot_countdown .overlay {
  background-image: none !important;
}
.grid .slot.slot_countdown .overlay .overlayContainer .overlayAligner {
  width: 100%;
}
.grid .slot_visibility_private, .grid .logged {
  display: none;
}
.grid.logged .slot_visibility_private, .grid.logged .logged {
  display: block;
}
.grid.logged .unlogged, .grid.logged .slot_visibility_pubblic {
  display: none;
}
.grid .slot_image.not_added {
  visibility: hidden;
}
.grid .slot_text .overlay {
  display: table;
  opacity: 1;
  background: none;
}
.grid .slot_text .leftbottom .overlayContainer .overlayAligner, .grid .slot_text .lefttop .overlayContainer .overlayAligner {
  text-align: left;
  margin: 0 auto 0 4em;
}
.grid .slot_text .leftbottom .overlayContainer .overlayAligner .headline, .grid .slot_text .lefttop .overlayContainer .overlayAligner .headline {
  text-align: left;
}
.grid .slot_text .rightbottom .overlayContainer .overlayAligner, .grid .slot_text .righttop .overlayContainer .overlayAligner {
  text-align: right;
  margin: 0 4em 0 auto;
}
.grid .slot_text .rightbottom .overlayContainer .overlayAligner .headline, .grid .slot_text .righttop .overlayContainer .overlayAligner .headline {
  text-align: right;
}
.grid .slot.slot_slideshow {
  z-index: 0;
}
.grid .slot_product {
  background: #fff;
}
.grid .slot_product .prodImage {
  position: absolute;
  top: 0;
  left: 0;
  height: 70%;
  width: 100%;
}
.grid .slot_product .prodImage .prodImageBg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  margin: 0;
}
.grid .slot_product .prodImage .mainImage {
  display: block;
  position: relative;
  height: 100%;
  width: auto;
  margin: 0 auto;
}
.grid .slot_product .prodInfo {
  position: absolute;
  top: 70%;
  left: 0;
  height: 30%;
  width: 100%;
  text-align: center;
}
.grid .slot_product .prodInfo .prodName {
  margin: 1% 0 2% 0;
  font-size: 1.4em;
  text-transform: uppercase;
}
.grid .slot_product .prodInfo .ctabutton {
  display: inline-block;
  position: relative;
  height: 3em;
  line-height: 3em;
  vertical-align: middle;
  text-align: center;
  width: 12em;
  background: #000;
  color: #fff;
  text-decoration: none;
  margin: 0.6em 0.6em 0 0.6em;
}
.grid .slot_product .prodInfo .ctabutton span {
  display: inline-block;
  vertical-align: middle;
  line-height: 1.2;
  text-transform: uppercase;
  font-family: "montserratregular", Helvetica, Arial, sans-serif;
  font-size: 1em;
}
.grid .slot_product .prodInfo .ctabutton:hover {
  background: #909090;
  color: #000;
}
.grid .slot_social {
  background-color: #171717;
  word-wrap: break-word;
}
.grid .slot_social .icon {
  /*  @include button;   WTF !?*/
  background: transparent url('http://cdn2.yoox.biz/Os/armanigroup/generated_images/siteSprite-sbe57f97777.png') no-repeat 0 -3267px;
  height: 22px;
  width: 22px;
  margin: 0 auto;
  margin-bottom: 4em;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .grid .slot_social .icon {
    background: transparent url('http://cdn2.yoox.biz/Os/armanigroup/generated_images/siteSprite2x-sfb0e2c50a1.png') no-repeat 0 -3251px;
    background-size: 264px 3818px;
    height: 22px;
    width: 22px;
  }
}
.grid .slot_social .hash {
  font-size: 2.3em;
  color: #6b6b6b;
  text-align: center;
  margin-bottom: 2.7em;
}
.grid .slot_social .twitter {
  margin: 0 auto;
  color: #ffffff;
  text-align: center;
}
.grid .slot_social .twitter .content {
  font-size: 1.9em;
  font-family: "droid_serifregular", serif;
  line-height: 2em;
  margin-bottom: 2.2em;
}
.grid .slot_social .twitter .content a {
  text-decoration: none;
  color: #FFFFFF;
  font-weight: bold;
}
.grid .slot_social .twitter .content a:hover {
  text-decoration: underline;
}
.grid .slot_social .twitter .date {
  font-family: sans-serif;
  text-transform: uppercase;
  color: #6b6b6b;
  font-size: 1.7em;
}
.grid .slot_social .twitterIframe {
  display: none;
}
.grid .slot_social.Instagram .overlay, .grid .slot_social.Pinterest .overlay, .grid .slot_social.Weibo .overlay, .grid .slot_social.Wechat .overlay {
  top: initial;
  left: -1%;
  height: auto;
  padding: 1em 0;
  bottom: 0px;
  display: table;
}
.grid .slot_social.Instagram .overlay .headline, .grid .slot_social.Pinterest .overlay .headline, .grid .slot_social.Weibo .overlay .headline, .grid .slot_social.Wechat .overlay .headline {
  text-align: left;
  margin-bottom: 0;
}
.grid .slot_social.Instagram .overlay .blockLogo, .grid .slot_social.Pinterest .overlay .blockLogo, .grid .slot_social.Weibo .overlay .blockLogo, .grid .slot_social.Wechat .overlay .blockLogo {
  position: absolute;
  right: 0;
  width: 42px;
  bottom: 0;
  margin-right: 2em;
  margin-bottom: 2em;
}
.grid .slot_social.Instagram .overlay .label,
.grid .slot_social.Instagram .overlay .ctabutton,
.grid .slot_social.Instagram .overlay .bodycopy,
.grid .slot_social.Instagram .overlay .label,
.grid .slot_social.Instagram .overlay .labeltop, .grid .slot_social.Pinterest .overlay .label,
.grid .slot_social.Pinterest .overlay .ctabutton,
.grid .slot_social.Pinterest .overlay .bodycopy,
.grid .slot_social.Pinterest .overlay .label,
.grid .slot_social.Pinterest .overlay .labeltop, .grid .slot_social.Weibo .overlay .label,
.grid .slot_social.Weibo .overlay .ctabutton,
.grid .slot_social.Weibo .overlay .bodycopy,
.grid .slot_social.Weibo .overlay .label,
.grid .slot_social.Weibo .overlay .labeltop, .grid .slot_social.Wechat .overlay .label,
.grid .slot_social.Wechat .overlay .ctabutton,
.grid .slot_social.Wechat .overlay .bodycopy,
.grid .slot_social.Wechat .overlay .label,
.grid .slot_social.Wechat .overlay .labeltop {
  display: none;
}
.grid .slot_social.Instagram .overlay .overlayContainer .overlayAligner, .grid .slot_social.Pinterest .overlay .overlayContainer .overlayAligner, .grid .slot_social.Weibo .overlay .overlayContainer .overlayAligner, .grid .slot_social.Wechat .overlay .overlayContainer .overlayAligner {
  margin: 0 0 0 2em;
  text-align: left;
  padding-right: 12em;
  width: 99%;
  box-sizing: border-box;
}
.grid .slot_social.Instagram .overlay .title, .grid .slot_social.Instagram .overlay .description, .grid .slot_social.Pinterest .overlay .title, .grid .slot_social.Pinterest .overlay .description, .grid .slot_social.Weibo .overlay .title, .grid .slot_social.Weibo .overlay .description, .grid .slot_social.Wechat .overlay .title, .grid .slot_social.Wechat .overlay .description {
  color: #FFFFFF;
  display: block;
}
.grid .slot_social.Instagram .overlay .title, .grid .slot_social.Pinterest .overlay .title, .grid .slot_social.Weibo .overlay .title, .grid .slot_social.Wechat .overlay .title {
  font-size: 1.6em;
  line-height: 2em;
}
.grid .slot_social.Instagram .overlay .description, .grid .slot_social.Pinterest .overlay .description, .grid .slot_social.Weibo .overlay .description, .grid .slot_social.Wechat .overlay .description {
  font-size: 1.4em;
  line-height: 1.8em;
}
.grid .slot_social.Instagram .ico {
  /*  @include button;   WTF !?*/
  background: transparent url('http://cdn2.yoox.biz/Os/armanigroup/generated_images/siteSprite-sbe57f97777.png') no-repeat 0 -1653px;
  height: 22px;
  width: 22px;
  display: inline-block;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .grid .slot_social.Instagram .ico {
    background: transparent url('http://cdn2.yoox.biz/Os/armanigroup/generated_images/siteSprite2x-sfb0e2c50a1.png') no-repeat 0 -1637.5px;
    background-size: 264px 3818px;
    height: 22px;
    width: 22px;
  }
}
.grid .slot_social.Pinterest .ico {
  /*  @include button;   WTF !?*/
  background: transparent url('http://cdn2.yoox.biz/Os/armanigroup/generated_images/siteSprite-sbe57f97777.png') no-repeat 0 -2752px;
  height: 22px;
  width: 22px;
  display: inline-block;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .grid .slot_social.Pinterest .ico {
    background: transparent url('http://cdn2.yoox.biz/Os/armanigroup/generated_images/siteSprite2x-sfb0e2c50a1.png') no-repeat 0 -2736px;
    background-size: 264px 3818px;
    height: 22px;
    width: 22px;
  }
}
.grid .slot_social.Weibo .ico {
  /*  @include button;   WTF !?*/
  background: transparent url('http://cdn2.yoox.biz/Os/armanigroup/generated_images/siteSprite-sbe57f97777.png') no-repeat 0 -3512px;
  height: 22px;
  width: 22px;
  display: inline-block;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .grid .slot_social.Weibo .ico {
    background: transparent url('http://cdn2.yoox.biz/Os/armanigroup/generated_images/siteSprite2x-sfb0e2c50a1.png') no-repeat 0 -3496px;
    background-size: 264px 3818px;
    height: 22px;
    width: 22px;
  }
}
.grid .slot_social.Wechat .ico {
  /*  @include button;   WTF !?*/
  background: transparent url('http://cdn2.yoox.biz/Os/armanigroup/generated_images/siteSprite-sbe57f97777.png') no-repeat 0 -3448px;
  height: 22px;
  width: 22px;
  display: inline-block;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .grid .slot_social.Wechat .ico {
    background: transparent url('http://cdn2.yoox.biz/Os/armanigroup/generated_images/siteSprite2x-sfb0e2c50a1.png') no-repeat 0 -3432px;
    background-size: 264px 3818px;
    height: 22px;
    width: 22px;
  }
}
.grid .slot_image.shopNow {
  overflow: hidden;
  background: white;
  display: table;
}
.grid .slot_image.shopNow > div {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.grid .slot_image.shopNow .shopNowImage {
  width: 60%;
}
.grid .slot_image.shopNow .shopNowImage img {
  width: 60%;
  float: right;
}
.grid .slot_image.shopNow .shopNowContainer {
  background: white;
  width: 40%;
}
.grid .slot_image.shopNow .shopNowContainer a {
  text-decoration: none;
  font-family: "montserratbold", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-size: 14px;
  display: block;
  text-align: center;
  color: black;
}
.grid .slot_image.shopNow .shopNowContainer a span {
  margin-right: 10px;
  top: -1px;
  position: relative;
}
.grid .slot_image.shopNow .shopNowContainer a span.ico {
  position: static;
  /*  @include button;   WTF !?*/
  background: transparent url('http://cdn2.yoox.biz/Os/armanigroup/generated_images/siteSprite-sbe57f97777.png') no-repeat 0 -2883px;
  height: 13px;
  width: 13px;
  display: inline-block;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .grid .slot_image.shopNow .shopNowContainer a span.ico {
    background: transparent url('http://cdn2.yoox.biz/Os/armanigroup/generated_images/siteSprite2x-sfb0e2c50a1.png') no-repeat 0 -2867px;
    background-size: 264px 3818px;
    height: 13px;
    width: 13px;
  }
}
.grid .videoHover .overlay {
  background-image: url("http://cdn2.yoox.biz/Os/black.gif");
}

/* Stili per quick look - shop by look */
.grid-quick-look .slot .ctabutton {
  width: 12.5em;
  height: 3em;
  font-size: 1.4em;
  margin-top: 2.3em;
  cursor: pointer;
}
.iPad .grid-quick-look .slot.slot_image:not(.slot_countdown) span.overlay, .tablet .grid-quick-look .slot.slot_image:not(.slot_countdown) span.overlay {
  display: none;
}

#goToTop {
  cursor: pointer;
  width: 45px;
  height: 45px;
  position: fixed;
  display: none;
  bottom: 30px;
  right: 30px;
  line-height: 46px;
  background: #2d2d2d;
  color: #fff;
  text-align: center;
}
#goToTop .ico {
  /*  @include button;   WTF !?*/
  background: transparent url('http://cdn2.yoox.biz/Os/armanigroup/generated_images/siteSprite-sbe57f97777.png') no-repeat 0 -1425px;
  height: 10px;
  width: 7px;
  display: inline-block;
  margin-top: 17px;
  height: 12px;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  #goToTop .ico {
    background: transparent url('http://cdn2.yoox.biz/Os/armanigroup/generated_images/siteSprite2x-sfb0e2c50a1.png') no-repeat 0 -1409.5px;
    background-size: 264px 3818px;
    height: 10px;
    width: 7px;
  }
}

.armani .grid, .armani .slot_text, .ARMANI .grid, .ARMANI .slot_text {
  background-image: none;
  background-color: #333333;
}

.armanigroup .grid, .armanigroup .slot_text, .ARMANIGROUP .grid, .ARMANIGROUP .slot_text {
  background-image: none;
  background-color: #333333;
}

.giorgioarmani .grid, .giorgioarmani .slot_text, .GIORGIOARMANI .grid, .GIORGIOARMANI .slot_text {
  background-image: none;
  background-color: #f0ece9;
}

.ea7 .grid, .ea7 .slot_text, .EA7 .grid, .EA7 .slot_text {
  background-image: none;
  background-color: #9899a0;
}

.armanicollezioni .grid, .armanicollezioni .slot_text, .ARMANICOLLEZIONI .grid, .ARMANICOLLEZIONI .slot_text {
  background-image: none;
  background-color: #3b322f;
}

.armanijeans .grid, .armanijeans .slot_text, .ARMANIJEANS .grid, .ARMANIJEANS .slot_text {
  background-image: none;
  background-color: #1e354b;
}

.armanijunior .grid, .armanijunior .slot_text, .ARMANIJUNIOR .grid, .ARMANIJUNIOR .slot_text {
  background-image: none;
  background-color: #473864;
}

/* =================================================================================================
	IE Rules/Fixes/Hacks
================================================================================================= */
.ie7 .grid {
  /* slot hacks */
  /* slideshow hacks */
}
.ie7 .grid .slot .overlay .overlayContainer {
  position: absolute;
  top: 50%;
}
.ie7 .grid .slot .overlay .overlayContainer .overlayAligner {
  position: relative;
  top: -50%;
}
.ie7 .grid .slot .overlay .labeltop {
  /* WARN: on IE7 a js fix detaches .labeltops and prepends those to .overlay */
  left: 50%;
  margin-left: -17em;
  text-align: center;
}
.ie7 .grid .slot .overlay .ctabutton {
  line-height: 1.2;
  height: auto;
}
.ie7 .grid .slot .overlay .ctabutton span {
  padding: 0.6em;
}
.ie7 .grid .slot .overlay.activeOverlay {
  display: block;
}
.ie7 .grid .slot:hover .overlay {
  display: block;
}
.ie7 .grid .slot.slot_text .overlay {
  display: block;
}
.ie7 .grid .slot.slot_text .overlay .labeltop {
  /* WARN: on IE7 a js fix detaches .labeltops and prepends those to .overlay */
  left: 4em;
  margin-left: 0;
}
.ie7 .grid .slot.slot_text .leftbottom .labeltop, .ie7 .grid .slot.slot_text .lefttop .labeltop {
  text-align: left;
}
.ie7 .grid .slot.slot_text .rightbottom .labeltop, .ie7 .grid .slot.slot_text .righttop .labeltop {
  text-align: right;
}
.ie7 .grid .slideshow .pagination li {
  display: inline;
  zoom: 1;
}

.ie8 .grid .slot .overlay .overlayContainer {
  padding: 0;
}
.ie8 .grid .slot .overlay .overlayContainer .overlayAligner {
  width: 92% !important;
  padding: 0 4%;
}

.ie7 .grid .slot .video > span,
.ie8 .grid .slot .video > span,
.ie9 .grid .slot .video > span,
.ie10 .grid .slot .video > span {
  position: relative;
  height: 100%;
  width: 100%;
}

/* =================================================================================================
	IPad Rules/Fixes/Hacks
================================================================================================= */
.iPad .slot:not(.slot_countdown):not(.slot_social) .overlay {
  top: initial;
  left: -1%;
  height: auto;
  padding: 1em 0;
  bottom: 0px;
  display: table;
  opacity: 1;
}
.iPad .slot:not(.slot_countdown):not(.slot_social) .overlay .headline {
  text-align: left;
  margin-bottom: 0;
  font-size: 1.8em;
}
.iPad .slot:not(.slot_countdown):not(.slot_social) .overlay .blockLogo {
  position: absolute;
  right: 0;
  width: 182px;
  bottom: 0;
  margin-right: 2em;
  margin-bottom: 0;
}
.iPad .slot:not(.slot_countdown):not(.slot_social) .overlay .label,
.iPad .slot:not(.slot_countdown):not(.slot_social) .overlay .ctabutton,
.iPad .slot:not(.slot_countdown):not(.slot_social) .overlay .bodycopy,
.iPad .slot:not(.slot_countdown):not(.slot_social) .overlay .label,
.iPad .slot:not(.slot_countdown):not(.slot_social) .overlay .labeltop {
  display: none;
}
.iPad .slot:not(.slot_countdown):not(.slot_social) .overlay .overlayContainer .overlayAligner {
  margin: 0 0 0 2em;
  text-align: left;
  padding-right: 22em;
  width: 99%;
  box-sizing: border-box;
}
.iPad .slot:not(.slot_countdown):not(.slot_social) .overlay.active {
  top: -1%;
  left: -1%;
  width: 102%;
  height: 102%;
  padding: inherit;
  bottom: inherit;
  display: table;
}
.iPad .slot:not(.slot_countdown):not(.slot_social) .overlay.active .headline {
  text-align: center;
  margin: 0 auto 0.5em auto;
}
.iPad .slot:not(.slot_countdown):not(.slot_social) .overlay.active .blockLogo {
  display: block;
  margin: 0 auto 1.8em auto;
  position: inherit;
  right: inherit;
  height: inherit;
  width: 90%;
  bottom: initial;
}
.iPad .slot:not(.slot_countdown):not(.slot_social) .overlay.active .label,
.iPad .slot:not(.slot_countdown):not(.slot_social) .overlay.active .ctabutton,
.iPad .slot:not(.slot_countdown):not(.slot_social) .overlay.active .bodycopy,
.iPad .slot:not(.slot_countdown):not(.slot_social) .overlay.active .label,
.iPad .slot:not(.slot_countdown):not(.slot_social) .overlay.active .labeltop {
  display: inline-block;
}
.iPad .slot:not(.slot_countdown):not(.slot_social) .overlay.active .overlayContainer .overlayAligner {
  margin: 0 auto;
  text-align: center;
  width: 34em;
  padding-right: 0;
}
.iPad .grid-quick-look .slot:not(.slot_countdown):not(.slot_social) .overlay .overlayContainer .overlayAligner {
  margin: 0 auto;
  text-align: center;
  padding-right: 0;
}
.iPad .grid-quick-look .slot:not(.slot_countdown):not(.slot_social) .overlay .overlayContainer .overlayAligner .headline {
  text-align: center;
}
.iPad .slot_text .overlay {
  top: -1%;
  left: -1%;
  width: 102%;
  height: 102%;
  padding: inherit;
  bottom: inherit;
  display: table;
}
.iPad .slot_text .overlay .headline {
  text-align: center;
  margin: 0 auto 0.5em auto;
}
.iPad .slot_text .overlay .blockLogo {
  display: block;
  margin: 0 auto 1.8em auto;
  position: inherit;
  right: inherit;
  height: inherit;
  width: initial;
  bottom: initial;
}
.iPad .slot_text .overlay .label,
.iPad .slot_text .overlay .ctabutton,
.iPad .slot_text .overlay .bodycopy,
.iPad .slot_text .overlay .label,
.iPad .slot_text .overlay .labeltop {
  display: inline-block;
}
.iPad .slot_text .overlay .overlayContainer .overlayAligner {
  margin: 0 auto 0 2em;
  text-align: left;
  width: 30em;
  padding-right: 0;
}
.iPad .slot_countdown .overlay .overlayContainer .overlayAligner {
  padding-right: 0;
  text-align: center;
}
.iPad .slot:not(.slot_countdown):not(.slot_social).slot_video .overlay .overlayContainer .overlayAligner {
  text-align: center;
  padding-right: 2em;
}
.iPad .slot:not(.slot_countdown):not(.slot_social).slot_video .overlay .overlayContainer .overlayAligner .ctabutton {
  display: inline-block;
  font-size: 2.2em;
}
.iPad .slot:not(.slot_countdown):not(.slot_social).slot_video .overlay .headline {
  text-align: center;
}
.iPad .slot:not(.slot_countdown):not(.slot_social).slot_video .overlay .ctabutton {
  display: inline-block;
  font-size: 2.2em;
}
.iPad .slot.slot_text .overlay.activeOverlay {
  height: 100%;
}
.iPad .slot.slot_text .overlay.activeOverlay .headline {
  text-align: center;
  margin: 0 auto 0.5em auto;
}
.iPad .slot.slot_text .overlay.activeOverlay .bodycopy {
  display: block;
  text-align: center;
}
.iPad .slot.slot_text .overlay.activeOverlay .ctabutton {
  display: inline-block;
}
.iPad .slot.slot_text .overlay.activeOverlay .overlayContainer .overlayAligner {
  margin: 0 auto;
  padding: 0 2em;
}
.iPad .slot.slot_text .overlay.activeOverlay .blockLogo {
  position: static;
  right: inherit;
  margin: 0 auto 10px auto;
}
.iPad .slot_social.Instagram .overlay .blockLogo, .iPad .slot_social.Pinterest .overlay .blockLogo, .iPad .slot_social.Weibo .overlay .blockLogo, .iPad .slot_social.Wechat .overlay .blockLogo {
  position: absolute;
  right: 0;
  width: 42px;
  bottom: 0;
  margin-right: 2em;
  margin-bottom: 2em;
}
.iPad .slot_social.Instagram .overlay .overlayContainer .overlayAligner, .iPad .slot_social.Pinterest .overlay .overlayContainer .overlayAligner, .iPad .slot_social.Weibo .overlay .overlayContainer .overlayAligner, .iPad .slot_social.Wechat .overlay .overlayContainer .overlayAligner {
  margin: 0 0 0 2em;
  text-align: left;
  padding-right: 12em;
  width: 99%;
  box-sizing: border-box;
}
.iPad .slot:not(.slot_countdown):not(.slot_social).block_4 .overlay.active .blockLogo {
  width: 182px !important;
}

/* =================================================================================================
	SLIDESHOW slide-four-slot
================================================================================================= */
.slide-four-slot {
  position: relative;
  background-color: white;
}
.slide-four-slot .bx-wrapper {
  float: none;
  margin: 0 auto;
  height: 100%;
}
.slide-four-slot .bx-wrapper .bx-viewport {
  height: 90%;
}
.slide-four-slot .bx-wrapper .bx-pager {
  position: absolute;
  width: 100%;
  bottom: 20px;
}
.slide-four-slot .bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 50%;
  display: block;
  border: none;
  z-index: 50;
  font-size: 4em;
  line-height: 1;
  padding: 0;
  margin-top: -1.5em;
  font-family: Verdana;
  background: none;
  text-indent: 0;
  text-decoration: none;
  color: black;
  width: auto;
  height: auto;
}
.slide-four-slot .bx-wrapper .bx-controls-direction a.bx-prev {
  left: 5px;
}
.slide-four-slot .bx-wrapper .bx-controls-direction a.bx-next {
  right: 5px;
}
.slide-four-slot .slides {
  overflow: hidden;
  padding: 0;
  position: absolute;
  margin: 0;
  width: 100%;
  height: 100%;
}
.slide-four-slot .slides li {
  height: 100%;
  float: left;
  display: block;
  overflow: hidden;
  position: relative;
}
.slide-four-slot .slides li .slot {
  width: 100% !important;
  position: static !important;
}
.slide-four-slot .slides li img {
  width: 100%;
}
.slide-four-slot.four-slide .slides li {
  width: 25%;
}
.slide-four-slot.three-slide .slides li {
  width: 33.33%;
}

/* =================================================================================================
	SLIDEME Rules (core by Luigi Ferraresi)
================================================================================================= */
/*** Core ***/
.slideme_container {
  position: relative;
}

.slideme {
  overflow: hidden;
  padding: 0;
  position: relative;
  margin: 0;
  width: 100%;
}

.slideme > * {
  display: none;
  height: 100%;
  list-style: none outside;
  left: 0;
  margin: 0;
  opacity: 0;
  padding: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.slideme > *:first-child {
  display: block;
  opacity: 1;
}

.slideme_container .slideme > *:first-child {
  display: none;
  opacity: 0;
}

.slideme .itemsForSlide {
  float: left;
  display: inline;
}

.resizable .slideme {
  overflow: hidden;
}

.slideme_container .slideme > .current, .slideme_container .slideme > .next {
  display: block;
  position: absolute;
  opacity: 1;
  z-index: 50;
}

.slide .slideme > .current, .page .slideme > .current {
  z-index: 100;
}

.slide .slideme > .next, .page .slideme > .next {
  z-index: 200;
}

.fade .slideme > .current {
  z-index: 200;
}

.fade .slideme > .next {
  z-index: 100;
}

.slide .slideme > *, .page .slideme > * {
  -webkit-transition: left .5s ease-in-out;
  -moz-transition: left .5s ease-in-out;
  -ms-transition: left .5s ease-in-out;
  -o-transition: left .5s ease-in-out;
  transition: left 0.5s ease-in-out;
}

.fade .slideme > * {
  -webkit-transition: opacity .5s ease-in-out;
  -moz-transition: opacity .5s ease-in-out;
  -ms-transition: opacity .5s ease-in-out;
  -o-transition: opacity .5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
}

/*** Theme ***/
.slideme {
  background: #ccc;
  /* max-width: 1093px; */
  /* width: 1093px; Se di dimensioni fisse */
  /* height: 504px; Se di dimensioni fisse */
}

.slideme > li img {
  width: 100%;
}

.slideshow {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.slideshow .pagination {
  position: absolute;
  bottom: 10%;
  z-index: 1000;
  margin: 0;
  width: 100%;
  left: 0;
  height: 0;
  text-align: center;
}
.slideshow .pagination nav {
  height: 0;
  overflow: visible;
}
.slideshow .pagination nav ol {
  height: 0;
  overflow: visible;
}
.slideshow .pagination nav ol li {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=30);
  opacity: 0.3;
  display: inline-block;
  font-size: 4em;
  line-height: 0.5;
  color: #444;
  cursor: pointer;
  overflow: hidden;
}
.slideshow .pagination nav ol li.current {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  cursor: default;
}
.slideshow button {
  position: absolute;
  top: 50%;
  display: block;
  border: none;
  z-index: 50;
  font-size: 4em;
  line-height: 1;
  padding: 0.5em 10px;
  margin-top: -1.5em;
  background: transparent;
  font-family: Verdana;
}
.slideshow button.prev {
  left: 0px;
}
.slideshow button.next {
  right: 0px;
}

/*3x3*/
.grid .slot.block_2 .overlay .overlayContainer .overlayAligner {
  width: inherit;
}

body {
  font-family: "montserratregular", Helvetica, Arial, sans-serif;
  font-size: 12px;
  overflow-y: scroll;
}
.ielt8 body {
  overflow-y: visible;
}

#container {
  min-width: 1020px;
}

#pageContent {
  background: #FFFFFF;
}

.pageWidth {
  min-width: 1020px;
  margin: 0 auto;
}

.pageWidthInner {
  padding: 0;
}

img {
  display: block;
}

a {
  color: #393939;
}

input {
  outline: none;
}

span.error {
  font-family: "montserratregular", Helvetica, Arial, sans-serif;
  font-size: 10px;
  color: #F45C19 !important;
  text-transform: uppercase;
  display: block;
  letter-spacing: 1px;
}

/* ===========================================================================================================
	COOKIE LAW
============================================================================================================= */
#cookieLawBox {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 1000003;
  width: 100%;
  background-color: #BABABA;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=95);
  opacity: 0.95;
}
#cookieLawBox #cookieLawBoxInner {
  padding: 20px 200px 20px 40px;
}
#cookieLawBox #cookieLawLabel {
  font-size: 12px;
  text-transform: uppercase;
  line-height: 16px;
  color: #FFFFFF;
}
#cookieLawBox a {
  text-decoration: underline;
  color: #000000;
  font-size: 12px;
}
#cookieLawBox #cookieLawButton {
  top: 50%;
  position: absolute;
  right: 50px;
  margin-top: -24px;
}
#cookieLawBox #cookieLawButton input[type="button"] {
  /* General rules */
  display: inline-block;
  *display: inline;
  *zoom: 1;
  cursor: pointer;
  -webkit-border-radius: 0px 0px 0 0;
  -moz-border-radius: 0px 0px 0 0;
  -ms-border-radius: 0px 0px 0 0;
  border-radius: 0px 0px 0 0;
  /* Text alignments */
  padding: 10px 48px 10px 48px;
  line-height: 20px;
  vertical-align: middle;
  text-transform: uppercase;
  text-align: center;
  text-decoration: none;
  /* Transitions */
  -webkit-transition: color 0.5s, background-color 0.5s;
  -moz-transition: color 0.5s, background-color 0.5s;
  -ms-transition: color 0.5s, background-color 0.5s;
  -o-transition: color 0.5s, background-color 0.5s;
  transition: color 0.5s, background-color 0.5s;
  /* Default behaviour */
  color: #FFFFFF;
  background-color: #757575;
  float: none;
  border: transparent;
  font-size: 10px;
  /* On hover behaviour */
  -webkit-appearance: none;
  padding: 12px 35px;
  font-size: 18px;
  font-family: "montserratregular", Helvetica, Arial, sans-serif;
  margin: 0;
}
.desktop #cookieLawBox #cookieLawButton input[type="button"]:hover {
  color: #FFFFFF;
  background-color: #000000;
}
.ie7 #cookieLawBox #cookieLawButton input[type="button"] {
  padding: 8px 20px;
}

/* ==|== HELPERS ==================================================================================================== */
.ir {
  display: block;
  border: 0;
  text-indent: -999em;
  overflow: hidden;
  background-color: transparent;
  background-repeat: no-repeat;
  text-align: left;
  direction: ltr;
  *line-height: 0;
}

.ir br {
  display: none;
}

.hidden {
  display: none !important;
  visibility: hidden;
}

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

.invisible {
  visibility: hidden;
}

.clearfix:before, .clearfix:after {
  content: "";
  display: table;
}

.clearfix:after {
  clear: both;
}

.clearfix {
  *zoom: 1;
}

#quickBuyContainer {
  display: none;
  width: 285px;
  z-index: 999;
  position: absolute;
  top: -90px;
  left: 0;
}
#quickBuyContainer .quickBuyInnerWrapper {
  position: relative;
  min-height: 555px;
  width: 272px;
  border: 1px solid #ececec;
  background: url("http://cdn2.yoox.biz/Os/armanigroup/images/bg-quickBuy-layer.png") repeat-x #fff;
  padding-bottom: 25px;
}
#quickBuyContainer .quickBuyInnerWrapper .close {
  /*  @include button;   WTF !?*/
  background: transparent url('http://cdn2.yoox.biz/Os/armanigroup/generated_images/siteSprite-sbe57f97777.png') no-repeat 0 -802px;
  height: 35px;
  width: 35px;
  position: absolute;
  right: 0;
  cursor: pointer;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  #quickBuyContainer .quickBuyInnerWrapper .close {
    background: transparent url('http://cdn2.yoox.biz/Os/armanigroup/generated_images/siteSprite2x-sfb0e2c50a1.png') no-repeat 0 -787px;
    background-size: 264px 3818px;
    height: 35px;
    width: 35px;
  }
}
#quickBuyContainer .quickBuyInnerWrapper .close:hover {
  /*  @include button;   WTF !?*/
  background: transparent url('http://cdn2.yoox.biz/Os/armanigroup/generated_images/siteSprite-sbe57f97777.png') no-repeat 0 -847px;
  height: 35px;
  width: 35px;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  #quickBuyContainer .quickBuyInnerWrapper .close:hover {
    background: transparent url('http://cdn2.yoox.biz/Os/armanigroup/generated_images/siteSprite2x-sfb0e2c50a1.png') no-repeat 0 -832px;
    background-size: 264px 3818px;
    height: 35px;
    width: 35px;
  }
}
#quickBuyContainer .triangle {
  position: absolute;
  bottom: 92px;
}
#quickBuyContainer .triangle.right {
  right: -7px;
  border-top: 10px transparent;
  border-right: 10px transparent;
  border-bottom: 10px transparent;
  border-left: 10px #FFFFFF;
  border-style: solid dashed;
}
#quickBuyContainer .triangle.left {
  left: -20px;
  border-top: 10px transparent;
  border-right: 10px #FFFFFF;
  border-bottom: 10px transparent;
  border-left: 10px transparent;
  border-style: solid dashed;
}
#quickBuyContainer .armaniForms {
  width: 115px;
  float: left;
}
#quickBuyContainer .addToShopBtnContainer button {
  /* General rules */
  display: inline-block;
  *display: inline;
  *zoom: 1;
  cursor: pointer;
  -webkit-border-radius: 0px 0px 0 0;
  -moz-border-radius: 0px 0px 0 0;
  -ms-border-radius: 0px 0px 0 0;
  border-radius: 0px 0px 0 0;
  /* Text alignments */
  padding: 10px 48px 10px 48px;
  line-height: 20px;
  vertical-align: middle;
  text-transform: uppercase;
  text-align: center;
  text-decoration: none;
  /* Transitions */
  -webkit-transition: color 0.5s, background-color 0.5s;
  -moz-transition: color 0.5s, background-color 0.5s;
  -ms-transition: color 0.5s, background-color 0.5s;
  -o-transition: color 0.5s, background-color 0.5s;
  transition: color 0.5s, background-color 0.5s;
  /* Default behaviour */
  color: #FFFFFF;
  background-color: #000000;
  float: none;
  border: transparent;
  font-size: 10px;
  /* On hover behaviour */
  padding: 10px 20px;
  width: 238px;
  font-family: "montserratregular", Helvetica, Arial, sans-serif;
  line-height: 12px;
}
.desktop #quickBuyContainer .addToShopBtnContainer button:hover {
  color: #FFFFFF;
  background-color: #BABABA;
}

#wrapperItemQBContainer {
  display: none;
  z-index: 1000;
  position: relative;
  background: url("http://cdn2.yoox.biz/Os/armanigroup/images/bg-quickBuy-layer.png") repeat-x;
}

#qbModelName, #qbPriceContainer, .addToShopBtnContainer, #qbMicro {
  width: 238px;
  margin: 0 auto;
  height: 25px;
}

#qbImage {
  width: 272px;
  height: 408px;
  margin: 0 auto;
}

#qbModelName, #qbMicro {
  display: block;
  min-height: 47px;
  font-size: 14px;
  font-family: "montserratregular", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  margin-top: 2px;
}

#qbFullPrice {
  text-decoration: line-through;
  margin-right: 10px;
}

#qbPrice, #qbFullPrice {
  font-size: 16px;
  font-family: "droid_serifregular", serif;
  color: #A3A3A3;
  width: 238px;
  margin-bottom: 15px;
}

#colorSizeContainer {
  width: 238px;
  margin: 0 auto;
  margin-bottom: 18px;
}
#colorSizeContainer .hmenu {
  width: 110px;
}
#colorSizeContainer .hmenu a {
  font-size: 11px;
}
#colorSizeContainer .hmenu ul {
  position: absolute;
  margin-left: -1px;
  width: 110px;
  border-right: 1px solid #AFAFAF;
  border-bottom: 1px solid #AFAFAF;
  border-left: 1px solid #AFAFAF;
  display: none;
}
#colorSizeContainer .colorContainer {
  float: left;
}
#colorSizeContainer .sizeContainer {
  float: right;
}
#colorSizeContainer .outStock {
  font-size: 14px;
  display: block;
  text-transform: uppercase;
  color: #F45C19;
}

.itemQBContainer .soldOutButton {
  height: 32px;
  line-height: 32px;
  font-size: 10px;
  text-align: center;
  background-color: #000000;
  margin: 0 auto;
  width: 238px;
  text-transform: uppercase;
  border: 1px solid #CCCCCC;
}
.itemQBContainer .soldOutButton a {
  text-decoration: none;
  color: #FFFFFF;
}

#colorbox,
#cboxOverlay,
#cboxWrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99999;
  overflow: hidden;
  color: #FFFFFF;
  background-color: #000309;
}

#cboxOverlay {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  height: 100%;
  width: 100%;
  position: fixed !important;
}

.cboxIframe {
  width: 100%;
  height: 100%;
}

#cboxTitle {
  margin: 0;
}

#cboxClose {
  /*  @include button;   WTF !?*/
  background: transparent url('http://cdn2.yoox.biz/Os/armanigroup/generated_images/siteSprite-sbe57f97777.png') no-repeat 0 -892px;
  height: 13px;
  width: 13px;
  position: absolute;
  top: 15px;
  right: 15px;
  padding: 0.3em 0.7em;
  cursor: pointer;
  border: 0;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  #cboxClose {
    background: transparent url('http://cdn2.yoox.biz/Os/armanigroup/generated_images/siteSprite2x-sfb0e2c50a1.png') no-repeat 0 -877px;
    background-size: 264px 3818px;
    height: 13px;
    width: 13px;
  }
}

#cboxLoadedContent {
  overflow: hidden !important;
  padding: 60px 30px;
  font-size: 12px;
  color: #FFFFFF;
}

#cboxLoadedContent, #layer {
  line-height: 17px;
  font-family: "montserratregular", Helvetica, Arial, sans-serif;
  font-size: 11px;
  /* nei colorbox checkbox sempre bianchi */
}
#cboxLoadedContent div,
#cboxLoadedContent p,
#cboxLoadedContent label, #layer div,
#layer p,
#layer label {
  color: #FFFFFF;
}
#cboxLoadedContent input, #layer input {
  background-color: #FFFFFF;
}
#cboxLoadedContent form button,
#cboxLoadedContent form input[type="submit"], #layer form button,
#layer form input[type="submit"] {
  /* General rules */
  display: inline-block;
  *display: inline;
  *zoom: 1;
  cursor: pointer;
  -webkit-border-radius: 0px 0px 0 0;
  -moz-border-radius: 0px 0px 0 0;
  -ms-border-radius: 0px 0px 0 0;
  border-radius: 0px 0px 0 0;
  /* Text alignments */
  padding: 10px 48px 10px 48px;
  line-height: 20px;
  vertical-align: middle;
  text-transform: uppercase;
  text-align: center;
  text-decoration: none;
  /* Transitions */
  -webkit-transition: color 0.5s, background-color 0.5s;
  -moz-transition: color 0.5s, background-color 0.5s;
  -ms-transition: color 0.5s, background-color 0.5s;
  -o-transition: color 0.5s, background-color 0.5s;
  transition: color 0.5s, background-color 0.5s;
  /* Default behaviour */
  color: #000000;
  background-color: #FFFFFF;
  float: none;
  border: transparent;
  font-size: 10px;
  /* On hover behaviour */
}
.desktop #cboxLoadedContent form button:hover, .desktop
#cboxLoadedContent form input[type="submit"]:hover, .desktop #layer form button:hover, .desktop
#layer form input[type="submit"]:hover {
  color: #FFFFFF;
  background-color: #909090;
}
#cboxLoadedContent .fieldRow span.error, #layer .fieldRow span.error {
  position: absolute;
  top: 40px;
  width: 280px;
  line-height: 12px;
  left: 0;
  font-family: "montserratregular", Helvetica, Arial, sans-serif;
  font-size: 10px;
  text-transform: uppercase;
}
#cboxLoadedContent h2, #layer h2 {
  font-size: 12px;
  text-transform: uppercase;
  margin-bottom: 20px;
  color: #FFFFFF;
}
#cboxLoadedContent #buttonBackLogin, #layer #buttonBackLogin {
  display: none;
}
#cboxLoadedContent #buttonSubmit, #layer #buttonSubmit {
  /* General rules */
  display: inline-block;
  *display: inline;
  *zoom: 1;
  cursor: pointer;
  -webkit-border-radius: 0px 0px 0 0;
  -moz-border-radius: 0px 0px 0 0;
  -ms-border-radius: 0px 0px 0 0;
  border-radius: 0px 0px 0 0;
  /* Text alignments */
  padding: 10px 48px 10px 48px;
  line-height: 20px;
  vertical-align: middle;
  text-transform: uppercase;
  text-align: center;
  text-decoration: none;
  /* Transitions */
  -webkit-transition: color 0.5s, background-color 0.5s;
  -moz-transition: color 0.5s, background-color 0.5s;
  -ms-transition: color 0.5s, background-color 0.5s;
  -o-transition: color 0.5s, background-color 0.5s;
  transition: color 0.5s, background-color 0.5s;
  /* Default behaviour */
  color: #FFFFFF;
  background-color: #909090;
  float: none;
  border: transparent;
  font-size: 10px;
  /* On hover behaviour */
}
.desktop #cboxLoadedContent #buttonSubmit:hover, .desktop #layer #buttonSubmit:hover {
  color: #000000;
  background-color: #FFFFFF;
}
#cboxLoadedContent .LB_closeAjaxWindow, #layer .LB_closeAjaxWindow {
  display: none;
  /* nascondiamo il chiudi tradizionale */
}
#cboxLoadedContent .i-checkbox, #layer .i-checkbox {
  margin-right: 20px;
}
#cboxLoadedContent .i-checkbox-inside, #layer .i-checkbox-inside {
  /*  @include button;   WTF !?*/
  background: transparent url('http://cdn2.yoox.biz/Os/armanigroup/generated_images/siteSprite-sbe57f97777.png') no-repeat 0 -647px;
  height: 21px;
  width: 21px;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  #cboxLoadedContent .i-checkbox-inside, #layer .i-checkbox-inside {
    background: transparent url('http://cdn2.yoox.biz/Os/armanigroup/generated_images/siteSprite2x-sfb0e2c50a1.png') no-repeat 0 -632px;
    background-size: 264px 3818px;
    height: 21px;
    width: 21px;
  }
}
#cboxLoadedContent input[type='checkbox']:checked + .i-checkbox-inside, #layer input[type='checkbox']:checked + .i-checkbox-inside {
  /*  @include button;   WTF !?*/
  background: transparent url('http://cdn2.yoox.biz/Os/armanigroup/generated_images/siteSprite-sbe57f97777.png') no-repeat 0 -740px;
  height: 21px;
  width: 21px;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  #cboxLoadedContent input[type='checkbox']:checked + .i-checkbox-inside, #layer input[type='checkbox']:checked + .i-checkbox-inside {
    background: transparent url('http://cdn2.yoox.biz/Os/armanigroup/generated_images/siteSprite2x-sfb0e2c50a1.png') no-repeat 0 -725px;
    background-size: 264px 3818px;
    height: 21px;
    width: 21px;
  }
}
#cboxLoadedContent #forget-layer-cnt, #layer #forget-layer-cnt {
  padding: 29px 29px 0 29px;
}
#cboxLoadedContent #returnInfo, #layer #returnInfo {
  color: #ffffff;
}
#cboxLoadedContent #returnInfo a, #layer #returnInfo a {
  color: #BABABA;
}

#messageError {
  text-align: center;
  color: #FFFFFF;
}

#loginLayer-toolbar-cnt .emailLabel,
#loginLayer-toolbar-cnt .passwordLabel {
  margin-bottom: 10px;
}
#loginLayer-toolbar-cnt .sectionTitle {
  background-color: #000000;
  padding: 0;
}

body#layer table {
  color: #FFFFFF;
}
body#layer table tr {
  line-height: 13px;
}
body#layer table td + td {
  text-align: right;
}

.experience {
  /*elimino i link della nl dall'experience*/
}
.experience #colorbox.itemCbox #cboxClose {
  /*  @include button;   WTF !?*/
  background: transparent url('http://cdn2.yoox.biz/Os/armanigroup/generated_images/siteSprite-sbe57f97777.png') no-repeat 0 -915px;
  height: 13px;
  width: 13px;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .experience #colorbox.itemCbox #cboxClose {
    background: transparent url('http://cdn2.yoox.biz/Os/armanigroup/generated_images/siteSprite2x-sfb0e2c50a1.png') no-repeat 0 -900px;
    background-size: 264px 3818px;
    height: 13px;
    width: 13px;
  }
}
.experience #colorbox.itemCbox #cboxWrapper {
  background-color: #FFFFFF;
}
.experience #colorbox.itemCbox #cboxLoadedContent div {
  color: #000000;
}
.experience #colorbox.itemCbox #cboxLoadedContent h1 {
  color: #000000;
  font-size: 16px;
}
.experience #colorbox.itemCbox #cboxLoadedContent h1 span {
  color: #9C9C9C;
}
.experience #colorbox.itemCbox #cboxLoadedContent h2 {
  line-height: 34px;
  cursor: pointer;
}
.ie7 .experience #colorbox.itemCbox #cboxLoadedContent h2 span {
  float: left;
}
.experience #colorbox.itemCbox #cboxLoadedContent b, .experience #colorbox.itemCbox #cboxLoadedContent h2 {
  color: #000000;
  font-size: 14px;
  text-transform: uppercase;
}
.experience #colorbox.itemCbox #cboxLoadedContent ul {
  margin-left: 15px;
}
.experience #colorbox.itemCbox #cboxLoadedContent #measuringGuide {
  border-top: 1px solid #EAEAEA;
}
.experience #colorbox.itemCbox #cboxLoadedContent #measuringGuide .description span {
  color: #000000;
  font-weight: bold;
  text-transform: uppercase;
}
.experience #colorbox.itemCbox #cboxLoadedContent .panel {
  margin-top: 40px;
}
.experience #colorbox.itemCbox #cboxLoadedContent .panel .slidePanel {
  display: none;
}
.experience #colorbox.itemCbox #cboxLoadedContent .panel .icon {
  /*  @include button;   WTF !?*/
  background: transparent url('http://cdn2.yoox.biz/Os/armanigroup/generated_images/siteSprite-sbe57f97777.png') no-repeat 0 -2866px;
  height: 7px;
  width: 7px;
  float: right;
  margin: 13px 20px 14px 0;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .experience #colorbox.itemCbox #cboxLoadedContent .panel .icon {
    background: transparent url('http://cdn2.yoox.biz/Os/armanigroup/generated_images/siteSprite2x-sfb0e2c50a1.png') no-repeat 0 -2850px;
    background-size: 264px 3818px;
    height: 7px;
    width: 7px;
  }
}
.experience #colorbox.itemCbox #cboxLoadedContent .panel.open h2 {
  text-decoration: underline;
}
.experience #colorbox.itemCbox #cboxLoadedContent .panel.open .icon {
  /*  @include button;   WTF !?*/
  background: transparent url('http://cdn2.yoox.biz/Os/armanigroup/generated_images/siteSprite-sbe57f97777.png') no-repeat 0 -2567px;
  height: 7px;
  width: 7px;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .experience #colorbox.itemCbox #cboxLoadedContent .panel.open .icon {
    background: transparent url('http://cdn2.yoox.biz/Os/armanigroup/generated_images/siteSprite2x-sfb0e2c50a1.png') no-repeat 0 -2551px;
    background-size: 264px 3818px;
    height: 7px;
    width: 7px;
  }
}
.experience #colorbox.itemCbox #cboxLoadedContent .panel.firstOpen .slidePanel {
  display: block;
}
.experience #colorbox.itemCbox #cboxLoadedContent .description {
  width: 500px;
  margin-bottom: 20px;
  float: left;
  color: #8c8c8c;
}
.experience #colorbox.itemCbox #cboxLoadedContent #sizeConv .description {
  float: none;
  width: 100%;
}
.experience #colorbox.itemCbox #cboxLoadedContent .tableContainer {
  position: relative;
  overflow: hidden;
  width: 700px;
  max-height: 400px;
}
.experience #colorbox.itemCbox #cboxLoadedContent .image {
  margin-left: 100px;
  float: left;
}
.experience #colorbox.itemCbox #cboxLoadedContent .slidePanel td, .experience #colorbox.itemCbox #cboxLoadedContent .slidePanel th {
  padding: 0 10px;
  text-align: center;
}
.experience #colorbox.itemCbox #cboxLoadedContent .slidePanel td {
  height: 32px;
  line-height: 32px;
}
.experience #colorbox.itemCbox #cboxLoadedContent .slidePanel tr.even {
  background-color: #000000;
  color: #FFFFFF;
}
.experience .forget-subtitle {
  color: #FFFFFF;
}
.experience #nletter, .experience .newsletterFooter {
  display: none;
}

#layerDeliveryCost, #help {
  font-family: "montserratregular", Helvetica, Arial, sans-serif;
  color: #FFFFFF;
  font-size: 8pt;
  line-height: 1.2;
}
#layerDeliveryCost a, #help a {
  color: #FFFFFF;
}

#returnForm #returnInfo {
  color: #9C9C9C !important;
}
#returnForm #returnInfo a {
  color: #000000 !important;
}

/* ===========================================================================================================
	CATALOGHI
============================================================================================================= */
#catalogThumbsPager {
  height: auto;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}
html.ie7 #catalogThumbsPager {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  visibility: hidden;
}
#catalogThumbsPager .thumbsPager {
  margin-top: 10px;
}
#catalogThumbsPager .thumbsPager .thumb {
  float: left;
  cursor: pointer;
}

.thumbsPagerFooter {
  margin-top: 20px;
  font-size: 10px;
  letter-spacing: 1px;
}
.thumbsPagerFooter .pagerActions,
.thumbsPagerFooter .pagerSocials {
  width: 33%;
  float: left;
}
html.ie7 .thumbsPagerFooter .pagerActions, html.ie7
.thumbsPagerFooter .pagerSocials {
  width: 32%;
}
.thumbsPagerFooter .pagerActions .toggleThumbs,
.thumbsPagerFooter .pagerActions .zoomCatalog {
  display: inline-block;
  cursor: pointer;
  vertical-align: middle;
}
.thumbsPagerFooter .pagerActions .toggleThumbs {
  width: 23px;
  height: 13px;
  margin: 0 20px 0 26px;
  background: url("http://cdn2.yoox.biz/Os/armanigroup/images/cataloghi/togglePager.png") no-repeat;
}
.thumbsPagerFooter .pagerActions .zoomCatalog {
  width: 17px;
  height: 17px;
  background: url("http://cdn2.yoox.biz/Os/armanigroup/images/cataloghi/zoomCatalog.png") no-repeat;
}
.thumbsPagerFooter .pagerSocials {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}

.customPager {
  width: 34%;
  float: left;
  margin: 0 auto;
  min-height: 17px;
  line-height: 17px;
  padding-bottom: 20px;
}
.customPager .bx-prev,
.customPager .bx-next {
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
  width: 33%;
  color: #B2B2B2;
}
html.ie7 .customPager .bx-prev, html.ie7
.customPager .bx-next {
  width: 32%;
}
.customPager .bx-prev.inactive,
.customPager .bx-next.inactive {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  opacity: 0.4;
  cursor: default;
}
.ielt9 .customPager .bx-prev.inactive, .ielt9
.customPager .bx-next.inactive {
  background: #FFFFFF;
}
.customPager .bx-prev .icon,
.customPager .bx-next .icon {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=20);
  opacity: 0.2;
  display: inline-block;
  position: absolute;
}
.customPager .bx-prev {
  float: left;
}
.customPager .bx-prev .icon {
  left: -20px;
  /*  @include button;   WTF !?*/
  background: transparent url('http://cdn2.yoox.biz/Os/armanigroup/generated_images/siteSprite-sbe57f97777.png') no-repeat 0 -3105px;
  height: 17px;
  width: 9px;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .customPager .bx-prev .icon {
    background: transparent url('http://cdn2.yoox.biz/Os/armanigroup/generated_images/siteSprite2x-sfb0e2c50a1.png') no-repeat 0 -3089px;
    background-size: 264px 3818px;
    height: 17px;
    width: 9px;
  }
}
.customPager .bx-next {
  float: right;
  text-align: right;
}
.customPager .bx-next .icon {
  right: -20px;
  /*  @include button;   WTF !?*/
  background: transparent url('http://cdn2.yoox.biz/Os/armanigroup/generated_images/siteSprite-sbe57f97777.png') no-repeat 0 -3078px;
  height: 17px;
  width: 9px;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .customPager .bx-next .icon {
    background: transparent url('http://cdn2.yoox.biz/Os/armanigroup/generated_images/siteSprite2x-sfb0e2c50a1.png') no-repeat 0 -3062px;
    background-size: 264px 3818px;
    height: 17px;
    width: 9px;
  }
}
.customPager .currentSlide {
  float: left;
  width: 34%;
  text-align: center;
}
.customPager .currentSlide span {
  color: #B2B2B2;
}
.customPager .currentSlide .separator {
  margin: 0 10px;
}

/* 	==========================================================================
	ZOOM
	==========================================================================*/
#zoomLayer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #FFFFFF;
  z-index: 9999;
  overflow: hidden;
}
#zoomLayer .loadingAnimation {
  position: absolute;
  top: 50%;
  left: 50%;
}

#zoomImage {
  position: absolute;
  cursor: move;
}

.otherLinks {
  margin-top: -15px;
}

.cn.armanijunior #shopthelookarmanijunior {
  display: none;
}

#subhomecatalogue_clothing #addToShop {
  position: relative;
}
#subhomecatalogue_clothing .quickBuyInnerWrapper {
  min-height: 255px;
}
#subhomecatalogue_clothing #qbImage {
  height: 342px;
}

iframe[name='google_conversion_frame'] {
  position: absolute;
  bottom: 0;
}

/*ECCEZZIONI PRIVATE SALES ARMANI*/
body.privateSale #menuBar {
  display: none;
}
body.privateSale #sidebarMenu {
  display: none;
}
body.privateSale #animationDiv {
  height: 60px;
}
body.privateSale #siteHeader {
  border-bottom: 1px solid #cfcfcf;
}
