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;
}

/*
==|== Z-INDEXES =====

footer 			     = 80
header               = 70
colorbox             = 70
shoppingBagOverlay   = 70
cboxOverlay          = 60
refinementsBar       = 50
loadingAnimation	=	150
=====================
*/
@-webkit-keyframes fade {
  from {
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
  }
  to {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=20);
    opacity: 0.2;
  }
}
@keyframes fade {
  from {
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
  }
  to {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=20);
    opacity: 0.2;
  }
}
.loadingAnimation {
  background-color: #fff;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  background-color: rgba(255, 255, 255, 0.8);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 150;
}
html.no-cssanimations .loadingAnimation {
  background-image: url("//media.yoox.biz/ytos/resources/CUCINELLI/images/loaderImage.gif");
  background-position: center center;
  background-repeat: no-repeat;
}
html.no-cssanimations .loadingAnimation .spinner,
html.no-cssanimations .loadingAnimation .se {
  display: none;
}
html.cssanimations .loadingAnimation .spinner {
  position: absolute;
  width: 20px;
  height: 20px;
  display: block;
  top: 50%;
  left: 50%;
  margin: -10px 0 0 -10px;
}
html.cssanimations .loadingAnimation .spinner .se {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  width: 7%;
  height: 25%;
  background: #000;
  position: absolute;
  left: 33.3%;
  top: 37%;
}
html.cssanimations .loadingAnimation .spinner .b1 {
  -moz-transform: rotate(0deg) translate(0, -142%);
  -ms-transform: rotate(0deg) translate(0, -142%);
  -webkit-transform: rotate(0deg) translate(0, -142%);
  transform: rotate(0deg) translate(0, -142%);
  -moz-animation: fade 0.75s infinite 0s;
  -webkit-animation: fade 0.75s infinite 0s;
  animation: fade 0.75s infinite 0s;
}
html.cssanimations .loadingAnimation .spinner .b2 {
  -moz-transform: rotate(30deg) translate(0, -142%);
  -ms-transform: rotate(30deg) translate(0, -142%);
  -webkit-transform: rotate(30deg) translate(0, -142%);
  transform: rotate(30deg) translate(0, -142%);
  -moz-animation: fade 0.75s infinite 0.0625s;
  -webkit-animation: fade 0.75s infinite 0.0625s;
  animation: fade 0.75s infinite 0.0625s;
}
html.cssanimations .loadingAnimation .spinner .b3 {
  -moz-transform: rotate(60deg) translate(0, -142%);
  -ms-transform: rotate(60deg) translate(0, -142%);
  -webkit-transform: rotate(60deg) translate(0, -142%);
  transform: rotate(60deg) translate(0, -142%);
  -moz-animation: fade 0.75s infinite 0.125s;
  -webkit-animation: fade 0.75s infinite 0.125s;
  animation: fade 0.75s infinite 0.125s;
}
html.cssanimations .loadingAnimation .spinner .b4 {
  -moz-transform: rotate(90deg) translate(0, -142%);
  -ms-transform: rotate(90deg) translate(0, -142%);
  -webkit-transform: rotate(90deg) translate(0, -142%);
  transform: rotate(90deg) translate(0, -142%);
  -moz-animation: fade 0.75s infinite 0.1875s;
  -webkit-animation: fade 0.75s infinite 0.1875s;
  animation: fade 0.75s infinite 0.1875s;
}
html.cssanimations .loadingAnimation .spinner .b5 {
  -moz-transform: rotate(120deg) translate(0, -142%);
  -ms-transform: rotate(120deg) translate(0, -142%);
  -webkit-transform: rotate(120deg) translate(0, -142%);
  transform: rotate(120deg) translate(0, -142%);
  -moz-animation: fade 0.75s infinite 0.25s;
  -webkit-animation: fade 0.75s infinite 0.25s;
  animation: fade 0.75s infinite 0.25s;
}
html.cssanimations .loadingAnimation .spinner .b6 {
  -moz-transform: rotate(150deg) translate(0, -142%);
  -ms-transform: rotate(150deg) translate(0, -142%);
  -webkit-transform: rotate(150deg) translate(0, -142%);
  transform: rotate(150deg) translate(0, -142%);
  -moz-animation: fade 0.75s infinite 0.3125s;
  -webkit-animation: fade 0.75s infinite 0.3125s;
  animation: fade 0.75s infinite 0.3125s;
}
html.cssanimations .loadingAnimation .spinner .b7 {
  -moz-transform: rotate(180deg) translate(0, -142%);
  -ms-transform: rotate(180deg) translate(0, -142%);
  -webkit-transform: rotate(180deg) translate(0, -142%);
  transform: rotate(180deg) translate(0, -142%);
  -moz-animation: fade 0.75s infinite 0.375s;
  -webkit-animation: fade 0.75s infinite 0.375s;
  animation: fade 0.75s infinite 0.375s;
}
html.cssanimations .loadingAnimation .spinner .b8 {
  -moz-transform: rotate(210deg) translate(0, -142%);
  -ms-transform: rotate(210deg) translate(0, -142%);
  -webkit-transform: rotate(210deg) translate(0, -142%);
  transform: rotate(210deg) translate(0, -142%);
  -moz-animation: fade 0.75s infinite 0.4375s;
  -webkit-animation: fade 0.75s infinite 0.4375s;
  animation: fade 0.75s infinite 0.4375s;
}
html.cssanimations .loadingAnimation .spinner .b9 {
  -moz-transform: rotate(240deg) translate(0, -142%);
  -ms-transform: rotate(240deg) translate(0, -142%);
  -webkit-transform: rotate(240deg) translate(0, -142%);
  transform: rotate(240deg) translate(0, -142%);
  -moz-animation: fade 0.75s infinite 0.5s;
  -webkit-animation: fade 0.75s infinite 0.5s;
  animation: fade 0.75s infinite 0.5s;
}
html.cssanimations .loadingAnimation .spinner .b10 {
  -moz-transform: rotate(270deg) translate(0, -142%);
  -ms-transform: rotate(270deg) translate(0, -142%);
  -webkit-transform: rotate(270deg) translate(0, -142%);
  transform: rotate(270deg) translate(0, -142%);
  -moz-animation: fade 0.75s infinite 0.5625s;
  -webkit-animation: fade 0.75s infinite 0.5625s;
  animation: fade 0.75s infinite 0.5625s;
}
html.cssanimations .loadingAnimation .spinner .b11 {
  -moz-transform: rotate(300deg) translate(0, -142%);
  -ms-transform: rotate(300deg) translate(0, -142%);
  -webkit-transform: rotate(300deg) translate(0, -142%);
  transform: rotate(300deg) translate(0, -142%);
  -moz-animation: fade 0.75s infinite 0.625s;
  -webkit-animation: fade 0.75s infinite 0.625s;
  animation: fade 0.75s infinite 0.625s;
}
html.cssanimations .loadingAnimation .spinner .b12 {
  -moz-transform: rotate(330deg) translate(0, -142%);
  -ms-transform: rotate(330deg) translate(0, -142%);
  -webkit-transform: rotate(330deg) translate(0, -142%);
  transform: rotate(330deg) translate(0, -142%);
  -moz-animation: fade 0.75s infinite 0.6875s;
  -webkit-animation: fade 0.75s infinite 0.6875s;
  animation: fade 0.75s infinite 0.6875s;
}

@font-face {
  font-family: 'gotham-book';
  src: url("//media.yoox.biz/ytos/resources/CUCINELLI/fonts/gotham-book-webfont.eot");
  src: url("//media.yoox.biz/ytos/resources/CUCINELLI/fonts/gotham-book-webfont.eot?#iefix") format("eot"), url("//media.yoox.biz/ytos/resources/CUCINELLI/fonts/gotham-book-webfont.woff2") format("woff2"), url("//media.yoox.biz/ytos/resources/CUCINELLI/fonts/gotham-book-webfont.woff") format("woff"), url("//media.yoox.biz/ytos/resources/CUCINELLI/fonts/gotham-book-webfont.ttf") format("truetype"), url("//media.yoox.biz/ytos/resources/CUCINELLI/fonts/gotham-book-webfont.svg#gotham-book") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: '_ltc_bodoni_175_italicregular';
  src: url("//media.yoox.biz/ytos/resources/CUCINELLI/fonts/_ltc_bodoni_175_italic-webfont.eot");
  src: url("//media.yoox.biz/ytos/resources/CUCINELLI/fonts/_ltc_bodoni_175_italic-webfont.eot?#iefix") format("embedded-opentype"), url("//media.yoox.biz/ytos/resources/CUCINELLI/fonts/_ltc_bodoni_175_italic-webfont.woff2") format("woff2"), url("//media.yoox.biz/ytos/resources/CUCINELLI/fonts/_ltc_bodoni_175_italic-webfont.woff") format("woff"), url("//media.yoox.biz/ytos/resources/CUCINELLI/fonts/_ltc_bodoni_175_italic-webfont.ttf") format("truetype"), url("//media.yoox.biz/ytos/resources/CUCINELLI/fonts/_ltc_bodoni_175_italic-webfont.svg#_ltc_bodoni_175_italicregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: '_ltc_bodoni_175regular';
  src: url("//media.yoox.biz/ytos/resources/CUCINELLI/fonts/_ltc_bodoni_175-webfont.eot");
  src: url("//media.yoox.biz/ytos/resources/CUCINELLI/fonts/_ltc_bodoni_175-webfont.eot?#iefix") format("embedded-opentype"), url("//media.yoox.biz/ytos/resources/CUCINELLI/fonts/_ltc_bodoni_175-webfont.woff2") format("woff2"), url("//media.yoox.biz/ytos/resources/CUCINELLI/fonts/_ltc_bodoni_175-webfont.woff") format("woff"), url("//media.yoox.biz/ytos/resources/CUCINELLI/fonts/_ltc_bodoni_175-webfont.ttf") format("truetype"), url("//media.yoox.biz/ytos/resources/CUCINELLI/fonts/_ltc_bodoni_175-webfont.svg#_ltc_bodoni_175regular") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'opensans_regular_cyrillic';
  src: url("//media.yoox.biz/ytos/resources/CUCINELLI/fonts/OpenSans-Regular-webfont.eot");
  src: url("//media.yoox.biz/ytos/resources/CUCINELLI/fonts/OpenSans-Regular-webfont.eot?#iefix") format("embedded-opentype"), url("//media.yoox.biz/ytos/resources/CUCINELLI/fonts/OpenSans-Regular-webfont.woff2") format("woff2"), url("//media.yoox.biz/ytos/resources/CUCINELLI/fonts/OpenSans-Regular-webfont.woff") format("woff"), url("//media.yoox.biz/ytos/resources/CUCINELLI/fonts/OpenSans-Regular-webfont.ttf") format("truetype"), url("//media.yoox.biz/ytos/resources/CUCINELLI/fonts/OpenSans-Regular-webfont#opensans_regular_cyrillic") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'opensans_semibold_cyrillic';
  src: url("//media.yoox.biz/ytos/resources/CUCINELLI/fonts/OpenSans-Semibold-webfont.eot");
  src: url("//media.yoox.biz/ytos/resources/CUCINELLI/fonts/OpenSans-Semibold-webfont.eot?#iefix") format("embedded-opentype"), url("//media.yoox.biz/ytos/resources/CUCINELLI/fonts/OpenSans-Semibold-webfont.woff2") format("woff2"), url("//media.yoox.biz/ytos/resources/CUCINELLI/fonts/OpenSans-Semibold-webfont.woff") format("woff"), url("//media.yoox.biz/ytos/resources/CUCINELLI/fonts/OpenSans-Semibold-webfont.ttf") format("truetype"), url("//media.yoox.biz/ytos/resources/CUCINELLI/fonts/OpenSans-Semibold-webfont#opensans_semibold_cyrillic") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* --- SKIN RADIOBUTTON - CHECKBOX --- */
/*
==|== Z-INDEXES =====

footer 			     = 80
header               = 70
colorbox             = 70
shoppingBagOverlay   = 70
cboxOverlay          = 60
refinementsBar       = 50
loadingAnimation	=	150
=====================
*/
input,
textarea,
button {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  outline: none;
}

input[type="checkbox"],
input[type='radio'],
.checkboxIcon,
.radioIcon {
  display: inline-block;
  vertical-align: text-bottom;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  /*	float: none !important;*/
  float: none;
}

input[type="checkbox"],
input[type='radio'] {
  width: 17px !important;
  height: 18px !important;
}

.skinnedWrapper {
  position: relative;
  vertical-align: middle;
  top: -2px;
}
.skinnedWrapper + * {
  margin-left: 8px;
}

.ielt9 input[type='checkbox'],
.ielt9 input[type='radio'] {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  position: static !important;
  z-index: 0;
}
.ielt9 input[type="radio"] ~ .radioIcon {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}
.ielt9 input[type="checkbox"] ~ .checkboxIcon {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}

.ie8 input[type='checkbox'] + *,
.ie8 input[type='radio'] + * {
  margin-left: 8px;
  position: relative;
  bottom: 3px;
}

.ie7 input[type='checkbox'] + *,
.ie7 input[type='radio'] + * {
  padding-left: 8px;
  position: relative;
  bottom: 1px;
}

input[type='checkbox'],
input[type='radio'] {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  position: absolute;
  top: 0;
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  z-index: 10;
  padding: 0;
  margin: 0;
  border: 0;
  cursor: pointer;
}

.radioButton {
  position: relative;
  display: inline-block;
  width: 17px;
  height: 18px;
}

input[type="radio"] ~ .radioIcon {
  background: transparent url('//media.yoox.biz/ytos/releases/CUCINELLI/2016-01-04/d15f3ceaefac/img/inputSprite-s085b021d8f.png') no-repeat 0 -262px;
  height: 18px;
  width: 17px;
  display: inline-block;
}
input[type="radio"]:checked ~ .radioIcon {
  background: transparent url('//media.yoox.biz/ytos/releases/CUCINELLI/2016-01-04/d15f3ceaefac/img/inputSprite-s085b021d8f.png') no-repeat 0 -224px;
  height: 18px;
  width: 17px;
}
input[type="radio"]:disabled ~ .radioIcon {
  background: transparent url('//media.yoox.biz/ytos/releases/CUCINELLI/2016-01-04/d15f3ceaefac/img/inputSprite-s085b021d8f.png') no-repeat 0 -187px;
  height: 17px;
  width: 17px;
}
input[type="radio"]:disabled:checked ~ .radioIcon {
  background: transparent url('//media.yoox.biz/ytos/releases/CUCINELLI/2016-01-04/d15f3ceaefac/img/inputSprite-s085b021d8f.png') no-repeat 0 -150px;
  height: 17px;
  width: 17px;
}

.checkBox {
  position: relative;
  display: inline-block;
  width: 17px;
  height: 18px;
}

input[type="checkbox"] ~ .checkboxIcon {
  background: transparent url('//media.yoox.biz/ytos/releases/CUCINELLI/2016-01-04/d15f3ceaefac/img/inputSprite-s085b021d8f.png') no-repeat 0 -38px;
  height: 18px;
  width: 17px;
}
input[type="checkbox"]:checked ~ .checkboxIcon {
  background: transparent url('//media.yoox.biz/ytos/releases/CUCINELLI/2016-01-04/d15f3ceaefac/img/inputSprite-s085b021d8f.png') no-repeat 0 0;
  height: 18px;
  width: 17px;
}
input[type="checkbox"]:disabled ~ .checkboxIcon {
  background: transparent url('//media.yoox.biz/ytos/releases/CUCINELLI/2016-01-04/d15f3ceaefac/img/inputSprite-s085b021d8f.png') no-repeat 0 -113px;
  height: 17px;
  width: 17px;
}
input[type="checkbox"]:disabled:checked ~ .checkboxIcon {
  background: transparent url('//media.yoox.biz/ytos/releases/CUCINELLI/2016-01-04/d15f3ceaefac/img/inputSprite-s085b021d8f.png') no-repeat 0 -76px;
  height: 17px;
  width: 17px;
}

select,
input[type="text"],
input[type="search"],
input[type="tel"],
input[type="email"],
input[type="password"] {
  width: 244px;
}
select:focus,
input[type="text"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
input[type="password"]:focus {
  outline: none;
}

input[type="text"],
input[type="search"],
input[type="email"],
input[type="password"],
input[type="tel"],
.currentSelected,
select {
  padding: 9px 0 9px 13px;
}

input[type="text"],
input[type="search"],
input[type="email"],
input[type="password"],
input[type="tel"],
.fakeSelect,
textarea {
  border: 1px solid #ddd;
}

.ie7 select {
  margin-top: 14px;
}

select,
input[type="text"],
input[type="search"],
input[type="email"],
input[type="password"],
input[type="tel"],
.currentSelected {
  font-size: 11px;
  font-family: "gotham-book";
  color: #999;
}
body.ru select, body.ru
input[type="text"], body.ru
input[type="search"], body.ru
input[type="email"], body.ru
input[type="password"], body.ru
input[type="tel"], body.ru
.currentSelected {
  font-family: "opensans_regular_cyrillic", Arial, sans-serif;
}

select {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  height: 32px;
  -webkit-appearance: none;
  background: transparent !important;
  border: 0 none !important;
  z-index: 3;
  padding: 0;
  width: 100%;
  color: #000;
}
select::-ms-expand {
  display: none;
}

.fakeSelect {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  position: relative;
  width: 200px;
  height: 32px;
  background-color: #fff;
  z-index: 3;
  vertical-align: middle;
  zoom: 1;
}
.fakeSelect .currentSelected {
  position: absolute;
  overflow: hidden;
  left: -1px;
  width: 80% !important;
  padding-bottom: 0;
}
.fakeSelect select.error ~ .currentSelected {
  color: #f00;
}
.fakeSelect .arrowIcon {
  background: transparent url('//media.yoox.biz/ytos/releases/CUCINELLI/2016-01-04/d15f3ceaefac/img/siteSprite-s02ddb90cda.png') no-repeat 0 -265px;
  height: 7px;
  width: 16px;
  display: block;
  position: absolute;
  top: 14px;
  right: 10px;
}

.fieldValue {
  position: relative;
  padding: 0 0 20px;
}

/* errori */
span.error {
  position: absolute;
  bottom: 2px;
  left: 0;
  top: 38px;
  color: #f00;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 10px;
}

input.error,
input.invalid {
  border: 1px solid #f00;
}

/* error layer wish */
#loginFormContainer span.error {
  position: absolute;
  bottom: 2px;
  left: 22%;
}

.buttons a,
button[type="submit"],
#concludeYourOrder,
input.searchSubmit,
.goToWishlist a,
#checkoutNextbottom #nextbottom,
#sessionLayerSubmit,
#checkoutNext #next,
.checkoutNext .buttonNext,
#insertAdviceButton,
.pageGrayColor .linkAsButton,
.nextPageButton,
.payNow a,
#cboxContent button.close {
  -moz-transition: color 0.5s ease-in, background-color 0.5s ease-in;
  -o-transition: color 0.5s ease-in, background-color 0.5s ease-in;
  -webkit-transition: color 0.5s ease-in, background-color 0.5s ease-in;
  transition: color 0.5s ease-in, background-color 0.5s ease-in;
  border: none;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 10px;
  line-height: 12px;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  background: #484848 no-repeat;
  padding: 16px 0;
  letter-spacing: 2px;
  text-decoration: none;
  min-width: 110px;
  display: inline-block;
  outline: none;
  cursor: pointer;
  padding: 13px 35px;
  min-width: 0;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 10px;
  border: 0;
}
.buttons a:hover,
button[type="submit"]:hover,
#concludeYourOrder:hover,
input.searchSubmit:hover,
.goToWishlist a:hover,
#checkoutNextbottom #nextbottom:hover,
#sessionLayerSubmit:hover,
#checkoutNext #next:hover,
.checkoutNext .buttonNext:hover,
#insertAdviceButton:hover,
.pageGrayColor .linkAsButton:hover,
.nextPageButton:hover,
.payNow a:hover,
#cboxContent button.close:hover {
  background-color: #000;
}
body.jp .buttons a, body.jp
button[type="submit"], body.jp
#concludeYourOrder, body.jp
input.searchSubmit, body.jp
.goToWishlist a, body.jp
#checkoutNextbottom #nextbottom, body.jp
#sessionLayerSubmit, body.jp
#checkoutNext #next, body.jp
.checkoutNext .buttonNext, body.jp
#insertAdviceButton, body.jp
.pageGrayColor .linkAsButton, body.jp
.nextPageButton, body.jp
.payNow a, body.jp
#cboxContent button.close {
  font-family: "Hiragino Kaku Gothic ProN", Meiryo, "MS PGothic", sans-serif;
  font-size: 13px;
}

.field-validation-container {
  position: relative;
  top: -20px;
  text-align: left;
}
.field-validation-container .field-validation-error {
  line-height: 14px;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 10px;
  color: #f00;
}

body.profile .field-validation-container {
  top: -15px;
  left: 260px;
}

form input::-webkit-input-placeholder {
  color: transparent;
}
form input:-moz-placeholder {
  color: transparent;
}
form input::-moz-placeholder {
  color: transparent;
}
form input:-ms-input-placeholder {
  color: transparent;
}
form textarea::-webkit-input-placeholder {
  color: transparent;
}
form textarea:-moz-placeholder {
  color: transparent;
}
form textarea::-moz-placeholder {
  color: transparent;
}
form textarea:-ms-input-placeholder {
  color: transparent;
}
.uiLayer-newsletterLink form input::-webkit-input-placeholder {
  color: inherit;
}
.uiLayer-newsletterLink form input:-moz-placeholder {
  color: inherit;
}
.uiLayer-newsletterLink form input::-moz-placeholder {
  color: inherit;
}
.uiLayer-newsletterLink form input:-ms-input-placeholder {
  color: inherit;
}
.uiLayer-newsletterLink form textarea::-webkit-input-placeholder {
  color: inherit;
}
.uiLayer-newsletterLink form textarea:-moz-placeholder {
  color: inherit;
}
.uiLayer-newsletterLink form textarea::-moz-placeholder {
  color: inherit;
}
.uiLayer-newsletterLink form textarea:-ms-input-placeholder {
  color: inherit;
}

/*
 * CSS Styles that are needed by jScrollPane for it to operate correctly.
 *
 * Include this stylesheet in your site or copy and paste the styles below into your stylesheet - jScrollPane
 * may not operate correctly without them.
 */
.jspContainer {
  overflow: hidden;
  position: relative;
}

.jspPane {
  position: absolute;
}

.jspVerticalBar {
  position: absolute;
  top: 0;
  right: -7px;
  width: 8px;
  height: 100%;
}
.jspVerticalBar * {
  margin: 0;
  padding: 0;
}

.jspCap {
  display: none;
}

.jspTrack {
  width: 1px;
  background: #BCBCBC;
  position: relative;
}

.jspDrag {
  background: #BCBCBC;
  position: relative;
  top: 0;
  left: -4px;
  cursor: pointer;
  width: 8px;
}

.jspArrow {
  background: #50506d;
  text-indent: -20000px;
  display: block;
  cursor: pointer;
  padding: 0;
  margin: 0;
}
.jspArrow.jspDisabled {
  cursor: default;
}
.jspVerticalBar .jspArrow {
  height: 16px;
}
.jspVerticalBar .jspArrow:focus {
  outline: none;
}

.jspCorner {
  background: #eeeef4;
  float: left;
  height: 100%;
}

/*
==|== Z-INDEXES =====

footer 			     = 80
header               = 70
colorbox             = 70
shoppingBagOverlay   = 70
cboxOverlay          = 60
refinementsBar       = 50
loadingAnimation	=	150
=====================
*/
body {
  position: relative;
  font-size: 11px;
  background-color: #484848;
}
body#errors {
  background-color: #fff;
}

/* ==|== SERVER SIDE ERRORS ==================================================================================================== */
.serverSideErrors {
  color: #f00;
}

a,
.link {
  -moz-transition: color 0.5s ease-in, background-color 0.5s ease-in;
  -o-transition: color 0.5s ease-in, background-color 0.5s ease-in;
  -webkit-transition: color 0.5s ease-in, background-color 0.5s ease-in;
  transition: color 0.5s ease-in, background-color 0.5s ease-in;
  color: #c69966;
  text-decoration: none;
  cursor: pointer;
  outline: none;
}
a:hover,
.link:hover {
  color: #fff;
}

li {
  list-style-type: none;
}

#container {
  -moz-transition: padding 800ms;
  -o-transition: padding 800ms;
  -webkit-transition: padding 800ms;
  transition: padding 800ms;
  position: relative;
  background: #fff;
  padding-top: 83px;
  overflow: hidden;
}

#wrapper {
  position: relative;
}
#wrapper .wrapperOverlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #5c5c5c;
  z-index: 4;
  opacity: 0.5;
  display: none;
}

#preloader {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  background: #fff;
  display: block;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
}

.lineBlock {
  text-align: center;
  width: auto !important;
  text-transform: uppercase;
}
.lineBlock .lineTitle {
  background: url("//media.yoox.biz/ytos/resources/CUCINELLI/common/grayLine2.png") repeat-x;
  background-position: center center;
  display: inline-block;
  width: 28%;
  height: 65px;
}
@media only screen and (max-width: 1024px) {
  .lineBlock .lineTitle {
    width: 24%;
  }
}

span.centerBlock {
  padding: 0 20px;
  display: inline-block;
  position: relative;
  top: -27px;
}
@media only screen and (max-width: 1024px) {
  span.centerBlock {
    padding: 0 15px;
  }
  body.jp span.centerBlock {
    font-family: "Hiragino Kaku Gothic ProN", Meiryo, "MS PGothic", sans-serif;
  }
}
body.jp span.centerBlock {
  font-family: "Hiragino Kaku Gothic ProN", Meiryo, "MS PGothic", sans-serif;
}

span.rightBlock {
  padding: 0 10px 0 0;
  display: inline-block;
}

span.leftBlock {
  padding: 0 0 0 20px;
  margin-right: -20px;
}

@media only screen and (max-width: 1024px) {
  .titleContent {
    width: 56%;
  }
}

#backToTop {
  width: 46px;
  height: 45px;
  position: fixed;
  bottom: 100px;
  right: 20px;
  left: auto;
  cursor: pointer;
  text-indent: -5000px;
  z-index: 999;
  display: none;
  background: url("//media.yoox.biz/ytos/resources/CUCINELLI/images/pushTop.png") center top no-repeat;
}
#backToTop:hover {
  background: url("//media.yoox.biz/ytos/resources/CUCINELLI/images/pushTop_hover.png") center top no-repeat;
}

#pageWrapper {
  background-color: #484848;
  min-width: 1008px;
}

#header,
#footer {
  background: #484848;
  text-transform: uppercase;
  min-width: 1024px;
}

.spacingHeaderOpen {
  -moz-transition: height 800ms cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: height 800ms cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transition: height 800ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: height 800ms cubic-bezier(0.19, 1, 0.22, 1);
  height: 0;
}

#logo {
  background: transparent url('//media.yoox.biz/ytos/releases/CUCINELLI/2016-01-04/d15f3ceaefac/img/siteSprite-s02ddb90cda.png') no-repeat 0 -1260px;
  height: 53px;
  width: 177px;
  text-indent: -9999px;
  float: left;
  display: block;
  cursor: pointer;
  margin: 15px 30px;
  margin-right: 0;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  #logo {
    background: transparent url('//media.yoox.biz/ytos/releases/CUCINELLI/2016-01-04/d15f3ceaefac/img/siteSprite2x-sa0532f11fc.png') no-repeat 0 0;
    background-size: 177px 115px;
    height: 53px;
    width: 177px;
  }
}

.jp.iPad nav.menu-Main {
  float: left;
  width: 18%;
}
.ru.iPad nav.menu-Main {
  float: left;
  width: 25%;
}

#header {
  height: 83px;
  font-family: "Times New Roman", Times, serif;
  font-size: 13px;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 70;
  -webkit-transform: translateZ(0);
}
.jp #header {
  font-family: "Hiragino Kaku Gothic ProN", Meiryo, "MS PGothic", sans-serif;
}

.topbar .menu-Main > .level-0 > ul > li {
  position: relative;
  float: left;
  color: #a4a4a4;
  cursor: pointer;
  margin-top: 57px;
  margin-left: 5.2%;
  letter-spacing: 2px;
}
.jp.iPad .topbar .menu-Main > .level-0 > ul > li {
  margin-left: 16%;
}
.ru.iPad .topbar .menu-Main > .level-0 > ul > li {
  margin-left: 6%;
}
.topbar .menu-Main > .level-0 > ul > li a {
  -moz-transition: color 0.5s ease-in, background-color 0.5s ease-in;
  -o-transition: color 0.5s ease-in, background-color 0.5s ease-in;
  -webkit-transition: color 0.5s ease-in, background-color 0.5s ease-in;
  transition: color 0.5s ease-in, background-color 0.5s ease-in;
  color: #a4a4a4;
  position: relative;
  display: block;
}
.topbar .menu-Main > .level-0 > ul > li.hasSelectedChild {
  color: #c69966;
}
.topbar .menu-Main > .level-0 > ul > li .icon {
  background: transparent url('//media.yoox.biz/ytos/releases/CUCINELLI/2016-01-04/d15f3ceaefac/img/siteSprite-s02ddb90cda.png') no-repeat 0 -265px;
  height: 7px;
  width: 16px;
  padding: 0;
  position: absolute;
  z-index: 1;
  display: none;
  bottom: -20px;
  left: 32%;
}
.ru.iPad .topbar .menu-Main > .level-0 > ul > li .icon {
  left: 43%;
}
.jp.iPad .topbar .menu-Main > .level-0 > ul > li .icon {
  left: 38%;
}
.topbar .menu-Main > .level-0 > ul > li:hover, .topbar .menu-Main > .level-0 > ul > li.selected {
  color: #c69966;
}
.topbar .menu-Main > .level-0 > ul > li:hover a, .topbar .menu-Main > .level-0 > ul > li.selected a {
  color: #c69966;
}
.topbar .menu-Main > .level-0 > ul > li.notSelectedClick, .topbar .menu-Main > .level-0 > ul > li.notSelectedClick.hasSelectedChild {
  color: #999;
}
.topbar .menu-Main > .level-0 > ul > li.notSelectedClick a, .topbar .menu-Main > .level-0 > ul > li.notSelectedClick.hasSelectedChild a {
  color: #999;
}
.topbar .menu-Main > .level-0 > ul > li.selected .icon {
  display: block;
}

#textSearch .toggle {
  background: transparent url('//media.yoox.biz/ytos/releases/CUCINELLI/2016-01-04/d15f3ceaefac/img/siteSprite-s02ddb90cda.png') no-repeat 0 -1177px;
  height: 30px;
  width: 45px;
  border-left: 1px solid #5c5c5c;
  display: block;
  cursor: pointer;
}
#textSearch .layer {
  display: none;
}
#textSearch #lens .searchOpen {
  background: transparent url('//media.yoox.biz/ytos/releases/CUCINELLI/2016-01-04/d15f3ceaefac/img/siteSprite-s02ddb90cda.png') no-repeat 6px -721px;
}

#accountCartSearch {
  font-family: "gotham-book";
  zoom: 1;
  float: right;
  letter-spacing: 1px;
  font-size: 10px;
  margin-top: 50px;
}
body.jp #accountCartSearch {
  font-family: "Hiragino Kaku Gothic ProN", Meiryo, "MS PGothic", sans-serif;
}
body.ru #accountCartSearch {
  font-family: "opensans_regular_cyrillic", Arial, sans-serif;
}
#accountCartSearch:before, #accountCartSearch:after {
  content: "";
  display: table;
}
#accountCartSearch:after {
  clear: both;
}
#accountCartSearch .count:before {
  content: '(';
}
#accountCartSearch .count:after {
  content: ')';
}
#accountCartSearch .icon {
  display: none;
}
#accountCartSearch a {
  padding: 10px;
  display: block;
}
.ru.iPad #accountCartSearch a {
  padding: 9px;
}
#accountCartSearch .welcome {
  display: none;
}
#accountCartSearch .userNotLogged,
#accountCartSearch .userLogged {
  zoom: 1;
}
#accountCartSearch .userNotLogged:before, #accountCartSearch .userNotLogged:after,
#accountCartSearch .userLogged:before,
#accountCartSearch .userLogged:after {
  content: "";
  display: table;
}
#accountCartSearch .userNotLogged:after,
#accountCartSearch .userLogged:after {
  clear: both;
}
#accountCartSearch .userNotLogged li.myaccount,
#accountCartSearch .userLogged li.myaccount {
  position: relative;
}
#accountCartSearch .userNotLogged li.logout,
#accountCartSearch .userLogged li.logout {
  position: relative;
}
#accountCartSearch .userSection {
  position: relative;
  float: left;
}
#accountCartSearch .userSection li {
  float: left;
  margin-left: 30px;
  white-space: nowrap;
}
.ru.iPad #accountCartSearch .userSection li {
  margin-left: 10px;
}
#accountCartSearch .mainCartLink {
  float: left;
  margin-left: 30px;
  position: relative;
}
.ru.iPad #accountCartSearch .mainCartLink {
  margin-left: 10px;
}

#textSearch {
  float: left;
  margin-left: 10px;
}

#menuWrapper {
  -moz-transition: height 800ms cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: height 800ms cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transition: height 800ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: height 800ms cubic-bezier(0.19, 1, 0.22, 1);
  height: 0;
  overflow: hidden;
  background-color: #fff;
  position: relative;
}
#menuWrapper.open {
  overflow: visible;
}
.iPad #menuWrapper .closeMenuButton {
  background: transparent url('//media.yoox.biz/ytos/releases/CUCINELLI/2016-01-04/d15f3ceaefac/img/siteSprite-s02ddb90cda.png') no-repeat 0 -671px;
  height: 31px;
  width: 31px;
  position: absolute;
  bottom: 25px;
  right: 25px;
  border: none;
  cursor: pointer;
}
#menuWrapper .seasonWrapper {
  background: url("//media.yoox.biz/ytos/resources/CUCINELLI/common/bgSeason.png") repeat-x;
  width: 100%;
  height: 35px;
  padding: 5px 0;
  border-bottom: 1px solid #ebeaea;
}
#menuWrapper .seasonWrapper .seasonContainer {
  text-align: center;
  height: 36px;
  line-height: 36px;
  color: #484848;
}
#menuWrapper .seasonWrapper .seasonContainer .level-1 > ul {
  zoom: 1;
  display: inline-block;
}
#menuWrapper .seasonWrapper .seasonContainer .level-1 > ul:before, #menuWrapper .seasonWrapper .seasonContainer .level-1 > ul:after {
  content: "";
  display: table;
}
#menuWrapper .seasonWrapper .seasonContainer .level-1 > ul:after {
  clear: both;
}
#menuWrapper .seasonWrapper .seasonContainer .level-1 > ul > li {
  float: left;
  margin-left: 9px;
  cursor: pointer;
}
#menuWrapper .seasonWrapper .seasonContainer .level-1 > ul > li.private_room {
  display: none;
  margin-left: 20px;
}
#menuWrapper .seasonWrapper .seasonContainer .level-1 > ul > li.private_room a:hover {
  color: #c69966;
}
#menuWrapper .seasonWrapper .seasonContainer .level-1 > ul > li.private_room .icon {
  display: none;
}
#menuWrapper .seasonWrapper .seasonContainer .level-1 > ul > li.preview .icon {
  display: none;
}
#menuWrapper .seasonWrapper .seasonContainer .level-1 > ul > li.selected div .text,
#menuWrapper .seasonWrapper .seasonContainer .level-1 > ul > li.selected a {
  color: #c69966;
  cursor: default;
}
#menuWrapper .seasonWrapper .seasonContainer .level-1 > ul > li.selected .icon {
  background: transparent url('//media.yoox.biz/ytos/releases/CUCINELLI/2016-01-04/d15f3ceaefac/img/siteSprite-s02ddb90cda.png') no-repeat 0 -98px;
  width: 8px;
  height: 10px;
  margin-top: 15px;
  display: none;
}
#menuWrapper .seasonWrapper .seasonContainer .level-1 > ul > li.selected.noselection {
  cursor: default;
  color: #484848;
}
#menuWrapper .seasonWrapper .seasonContainer .level-1 > ul > li a {
  color: #484848;
}
#menuWrapper .seasonWrapper .seasonContainer .level-1 > ul > li .text {
  font-family: "Times New Roman", Times, serif;
  font-size: 12px;
  letter-spacing: 1px;
}
body.jp #menuWrapper .seasonWrapper .seasonContainer .level-1 > ul > li .text {
  font-family: "Hiragino Kaku Gothic ProN", Meiryo, "MS PGothic", sans-serif;
}
#menuWrapper .seasonWrapper .seasonContainer .level-1 > ul > li .icon {
  background: transparent url('//media.yoox.biz/ytos/releases/CUCINELLI/2016-01-04/d15f3ceaefac/img/siteSprite-s02ddb90cda.png') no-repeat 0 -292px;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  width: 8px;
  height: 14px;
  float: right;
  margin-top: 13px;
  margin-left: 9px;
}
#menuWrapper .seasonWrapper .seasonContainer .level-1 > ul > li .secondary {
  border-left: 1px solid #999;
}
.ie7 #menuWrapper .seasonWrapper .seasonContainer .level-1 > ul > li .secondary {
  border-width: 0;
}
#menuWrapper .seasonWrapper .seasonContainer .seasonSeparator {
  float: left;
  margin: 0 10px;
}
#menuWrapper .submenuWrapper {
  position: relative;
}
#menuWrapper .submenuWrapper .menuItemSet {
  width: 33%;
  float: left;
  position: relative;
}
#menuWrapper .submenuWrapper .menuItemSet.level-2:first-child {
  margin-bottom: 60px;
}
#menuWrapper .submenuWrapper .level-2 {
  position: absolute;
  top: 0;
  width: 100%;
}
#menuWrapper .submenuWrapper .level-2 > ul {
  zoom: 1;
  font-family: "gotham-book";
  font-size: 10px;
  width: 70%;
  margin: 25px 0 20px;
}
#menuWrapper .submenuWrapper .level-2 > ul:before, #menuWrapper .submenuWrapper .level-2 > ul:after {
  content: "";
  display: table;
}
#menuWrapper .submenuWrapper .level-2 > ul:after {
  clear: both;
}
#menuWrapper .submenuWrapper .level-2 > ul > li {
  zoom: 1;
  position: relative;
}
#menuWrapper .submenuWrapper .level-2 > ul > li:before, #menuWrapper .submenuWrapper .level-2 > ul > li:after {
  content: "";
  display: table;
}
#menuWrapper .submenuWrapper .level-2 > ul > li:after {
  clear: both;
}
#menuWrapper .submenuWrapper .level-2 > ul > li > a {
  display: none;
}
#menuWrapper .submenuWrapper .level-3 > ul > li {
  position: relative;
}
#menuWrapper .submenuWrapper .level-3 > ul > li > div > .text {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  color: #484848;
  font-family: "Times New Roman", Times, serif;
  font-size: 12px;
  vertical-align: middle;
  zoom: 1;
  margin-bottom: 20px;
  letter-spacing: 1px;
}
body.jp #menuWrapper .submenuWrapper .level-3 > ul > li > div > .text {
  font-family: "Hiragino Kaku Gothic ProN", Meiryo, "MS PGothic", sans-serif;
}
#menuWrapper .submenuWrapper .level-3 .color_tone {
  margin-top: 60px;
}
#menuWrapper .submenuWrapper .level-3 .color_tone div .text {
  font-family: "_ltc_bodoni_175_italicregular";
  font-size: 16px;
  text-transform: none;
}
body.jp #menuWrapper .submenuWrapper .level-3 .color_tone div .text {
  font-family: "Hiragino Kaku Gothic ProN", Meiryo, "MS PGothic", sans-serif;
}
#menuWrapper .submenuWrapper .level-3 .color_tone a .text {
  font-size: 13px;
}
#menuWrapper .submenuWrapper .level-3 .color_tone > .level-4 {
  margin: 0;
  width: 200px;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-style: italic;
  font-size: 12px;
}
body.jp #menuWrapper .submenuWrapper .level-3 .color_tone > .level-4 {
  font-family: "Hiragino Kaku Gothic ProN", Meiryo, "MS PGothic", sans-serif;
}
#menuWrapper .submenuWrapper .level-3 .color_tone > .level-4 > ul {
  font-family: "_ltc_bodoni_175regular";
  font-size: 16px;
  position: absolute;
  text-transform: none;
  left: -2px;
}
body.jp #menuWrapper .submenuWrapper .level-3 .color_tone > .level-4 > ul {
  font-family: "Hiragino Kaku Gothic ProN", Meiryo, "MS PGothic", sans-serif;
}
#menuWrapper .submenuWrapper .level-3 .color_tone > .level-4 > ul > li {
  height: 35px;
  line-height: 35px;
  font-size: 13px;
  font-family: Georgia, "Times New Roman", Times, serif;
  color: #999;
  border: 1px solid #efebe6;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  zoom: 1;
  border-collapse: collapse;
  min-width: 200px;
}
body.jp #menuWrapper .submenuWrapper .level-3 .color_tone > .level-4 > ul > li {
  font-family: "Hiragino Kaku Gothic ProN", Meiryo, "MS PGothic", sans-serif;
}
#menuWrapper .submenuWrapper .level-3 .color_tone > .level-4 > ul > li:hover a {
  color: #c69966;
}
#menuWrapper .submenuWrapper .level-3 .color_tone > .level-4 > ul > li div .text,
#menuWrapper .submenuWrapper .level-3 .color_tone > .level-4 > ul > li a .text {
  line-height: 22px;
  display: inline-block;
  font-family: "_ltc_bodoni_175_italicregular";
  padding-left: 10px;
}
body.jp #menuWrapper .submenuWrapper .level-3 .color_tone > .level-4 > ul > li div .text, body.jp
#menuWrapper .submenuWrapper .level-3 .color_tone > .level-4 > ul > li a .text {
  font-family: "Hiragino Kaku Gothic ProN", Meiryo, "MS PGothic", sans-serif;
}
#menuWrapper .submenuWrapper .level-3 .color_tone > .level-4 > ul > li div .text:after,
#menuWrapper .submenuWrapper .level-3 .color_tone > .level-4 > ul > li a .text:after {
  background: transparent url('//media.yoox.biz/ytos/releases/CUCINELLI/2016-01-04/d15f3ceaefac/img/siteSprite-s02ddb90cda.png') no-repeat 0 -35px;
  height: 14px;
  width: 8px;
  content: '';
  position: absolute;
  top: 11px;
  right: 11px;
}
#menuWrapper .submenuWrapper .level-3 .color_tone > .level-4 > ul > li div .text {
  font-family: "Times New Roman", Times, serif;
  font-size: 13px;
  vertical-align: middle;
  zoom: 1;
  letter-spacing: 1px;
  cursor: default;
}
body.jp #menuWrapper .submenuWrapper .level-3 .color_tone > .level-4 > ul > li div .text {
  font-family: "Hiragino Kaku Gothic ProN", Meiryo, "MS PGothic", sans-serif;
}
#menuWrapper .submenuWrapper .level-3 .color_tone > a {
  font-family: "_ltc_bodoni_175_italicregular";
  font-size: 16px;
  text-transform: none;
  margin-bottom: 20px;
  color: #484848;
}
body.jp #menuWrapper .submenuWrapper .level-3 .color_tone > a {
  font-family: "Hiragino Kaku Gothic ProN", Meiryo, "MS PGothic", sans-serif;
}
#menuWrapper .submenuWrapper .level-4 > ul > li {
  margin-bottom: 16px;
}
#menuWrapper .submenuWrapper .level-4 > ul > li a {
  color: #a4a4a4;
  letter-spacing: 1px;
  font-family: "gotham-book";
}
body.jp #menuWrapper .submenuWrapper .level-4 > ul > li a {
  font-family: "Hiragino Kaku Gothic ProN", Meiryo, "MS PGothic", sans-serif;
}
#menuWrapper .submenuWrapper .level-4 > ul > li a:hover {
  color: #c69966;
}
#menuWrapper .submenuWrapper .level-4 > ul > li.selected a {
  color: #c69966;
}
#menuWrapper.open .submenuWrapper {
  -moz-transition: left 800ms cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: left 800ms cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transition: left 800ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: left 800ms cubic-bezier(0.19, 1, 0.22, 1);
}
#menuWrapper .menuContainer .subMenu {
  font-family: "gotham-book";
  font-size: 10px;
  width: 70%;
  margin: 25px 0 20px;
}
body.jp #menuWrapper .menuContainer .subMenu {
  font-family: "Hiragino Kaku Gothic ProN", Meiryo, "MS PGothic", sans-serif;
}
body.ru #menuWrapper .menuContainer .subMenu {
  font-family: "opensans_regular_cyrillic", Arial, sans-serif;
}
#menuWrapper .menuContainer .subMenu .level-2 {
  position: absolute;
  background: #fff;
  top: 0;
  left: 0;
  width: 100%;
}
#menuWrapper .menuContainer .subMenu .level-4 li {
  letter-spacing: 1px;
  position: relative;
}
#menuWrapper .menuContainer .subMenu .level-4 li a {
  color: #a4a4a4;
}
#menuWrapper .menuContainer .subMenu .subMenuContainer li {
  letter-spacing: 1px;
  position: relative;
}
#menuWrapper .menuContainer .subMenu .subMenuContainer li.selected a {
  color: #c69966;
}
#menuWrapper .menuContainer .subMenu .subMenuContainer li a {
  color: #a4a4a4;
}
#menuWrapper .menuContainer .subMenu .subMenuContainer li a:hover {
  color: #c69966;
}
#menuWrapper .menuContainer .subMenu .subMenuContainer li .titleMenu {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  color: #484848;
  font-family: "Times New Roman", Times, serif;
  font-size: 12px;
  margin-bottom: 20px;
}
.jp #menuWrapper .menuContainer .subMenu .subMenuContainer li .titleMenu {
  font-family: "Hiragino Kaku Gothic ProN", Meiryo, "MS PGothic", sans-serif;
}
#menuWrapper .menuContainer .subMenu .categoryMenu li {
  margin-bottom: 16px;
}
#menuWrapper .menuContainer .subMenu .lookCategory {
  margin-bottom: 60px;
}

.selezione_colore {
  margin-bottom: 0 !important;
}

.colorToneMenuContainer {
  display: none;
}

.colorToneMenu {
  -moz-transition: height 800ms cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: height 800ms cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transition: height 800ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: height 800ms cubic-bezier(0.19, 1, 0.22, 1);
  -moz-box-shadow: 0 64px 67px 0 rgba(0, 0, 0, 0.16);
  -webkit-box-shadow: 0 64px 67px 0 rgba(0, 0, 0, 0.16);
  box-shadow: 0 64px 67px 0 rgba(0, 0, 0, 0.16);
  width: 202px;
  height: 0;
  overflow: hidden;
  margin: 0 auto;
  background: #fff;
}
.colorToneMenu li {
  height: 36px;
  line-height: 36px;
  font-size: 13px;
  font-family: Georgia, "Times New Roman", Times, serif;
  color: #999;
  border-right: 1px solid #efebe6;
  border-bottom: 1px solid #efebe6;
  border-left: 1px solid #efebe6;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  zoom: 1;
  border-collapse: collapse;
  min-width: 200px;
  position: relative;
  cursor: pointer;
}
.colorToneMenu li:hover {
  background: #EEE;
}
.colorToneMenu li:hover a {
  color: #c69966;
}
.colorToneMenu li a {
  color: #a4a4a4;
  letter-spacing: 1px;
  display: block;
}
.colorToneMenu li .icon {
  width: 42px;
  height: 20px;
  float: left;
  margin: 5px 10px 0 5px;
  border: 1px solid #efebe6;
}
.colorToneMenu li .text {
  line-height: 22px;
  display: inline-block;
  font-family: "_ltc_bodoni_175_italicregular";
  padding-left: 10px;
}
.colorToneMenu li .text:after {
  background: transparent url('//media.yoox.biz/ytos/releases/CUCINELLI/2016-01-04/d15f3ceaefac/img/siteSprite-s02ddb90cda.png') no-repeat 0 -35px;
  height: 14px;
  width: 8px;
  content: '';
  position: absolute;
  top: 11px;
  right: 11px;
}

#colorToneTitle {
  font-family: "_ltc_bodoni_175_italicregular";
  font-size: 16px;
  text-transform: none;
  margin-bottom: 20px;
  color: #484848;
}
body.jp #colorToneTitle {
  font-family: "Hiragino Kaku Gothic ProN", Meiryo, "MS PGothic", sans-serif;
}
body.ru #colorToneTitle {
  font-family: "opensans_regular_cyrillic", Arial, sans-serif;
  font-style: italic;
}

.chooseColorTone {
  font-family: "_ltc_bodoni_175_italicregular";
  font-size: 16px;
  position: absolute;
  text-transform: none;
  left: -2px;
}
body.jp .chooseColorTone {
  font-family: "Hiragino Kaku Gothic ProN", Meiryo, "MS PGothic", sans-serif;
}
body.ru .chooseColorTone {
  font-family: "opensans_regular_cyrillic", Arial, sans-serif;
  font-style: italic;
}
.chooseColorTone .defaultColorTone {
  font-family: "_ltc_bodoni_175_italicregular";
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  height: 35px;
  line-height: 35px;
  font-size: 13px;
  color: #999;
  border: 1px solid #efebe6;
  border-collapse: collapse;
  min-width: 200px;
}
body.jp .chooseColorTone .defaultColorTone {
  font-family: "Hiragino Kaku Gothic ProN", Meiryo, "MS PGothic", sans-serif;
}
body.ru .chooseColorTone .defaultColorTone {
  font-family: "opensans_regular_cyrillic", Arial, sans-serif;
  font-style: italic;
}
.ie7 .chooseColorTone .defaultColorTone {
  width: 200px;
}
.chooseColorTone .defaultColorTone a {
  padding-left: 10px;
}
.ie7 .chooseColorTone .defaultColorTone a {
  float: left;
}
.chooseColorTone .defaultColorTone .arrow {
  background: transparent url('//media.yoox.biz/ytos/releases/CUCINELLI/2016-01-04/d15f3ceaefac/img/siteSprite-s02ddb90cda.png') no-repeat 0 -35px;
  height: 14px;
  width: 8px;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  float: right;
  margin-top: 10px;
  margin-right: 10px;
}
.chooseColorTone .defaultColorTone:hover {
  color: #c69966;
}
.jp .chooseColorTone {
  font-family: "Hiragino Kaku Gothic ProN", Meiryo, "MS PGothic", sans-serif;
}
.chooseColorTone .chooseColor {
  -moz-transition: height 800ms cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: height 800ms cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transition: height 800ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: height 800ms cubic-bezier(0.19, 1, 0.22, 1);
  -moz-box-shadow: 0 64px 67px 0 rgba(0, 0, 0, 0.16);
  -webkit-box-shadow: 0 64px 67px 0 rgba(0, 0, 0, 0.16);
  box-shadow: 0 64px 67px 0 rgba(0, 0, 0, 0.16);
  position: absolute;
  z-index: -99999;
  min-width: 200px;
  overflow: hidden;
  height: 0;
  top: 36px;
  background: #fff;
  border: 1px solid #efebe6;
  border-collapse: collapse;
  left: -9999px;
}
.chooseColorTone .chooseColor.open {
  left: 0;
  z-index: 9;
}
.chooseColorTone .chooseColor li {
  font-family: "_ltc_bodoni_175_italicregular";
  height: 35px;
  line-height: 35px;
  font-size: 13px;
  color: #999;
  padding: 0 10px;
  border-bottom: 1px solid #efebe6;
  position: relative;
}
body.jp .chooseColorTone .chooseColor li {
  font-family: "Hiragino Kaku Gothic ProN", Meiryo, "MS PGothic", sans-serif;
}
body.ru .chooseColorTone .chooseColor li {
  font-family: "opensans_regular_cyrillic", Arial, sans-serif;
  font-style: italic;
}
.chooseColorTone .chooseColor li:hover {
  background-color: #faf9f8;
  cursor: pointer;
}
.chooseColorTone .chooseColor li a {
  display: inline;
  padding: 0;
  color: #999;
  position: absolute;
  top: 0;
  left: 0;
  text-indent: 60px;
}
.chooseColorTone .chooseColor li a:hover {
  color: #999;
}
.chooseColorTone .chooseColor li .color {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: top;
  margin-top: 8px;
  zoom: 1;
  height: 20px;
  width: 42px;
  margin-right: 10px;
}
.chooseColorTone .chooseColor li .color.color1 {
  background-color: #fff;
  border: 1px solid #efebe6;
  height: 18px;
  width: 40px;
}
.chooseColorTone .chooseColor li .color.color2 {
  background-color: #d6dbde;
}
.chooseColorTone .chooseColor li .color.color3 {
  background-color: #b0bbae;
}
.chooseColorTone .chooseColor li .color.color4 {
  background-color: #6a7686;
}
.chooseColorTone .chooseColor li .color.color5 {
  background-color: #e1d1bf;
}
.chooseColorTone .chooseColor li .color.color6 {
  background-color: #857169;
}
.chooseColorTone .chooseColor li .color.color7 {
  background-color: #dfb4a6;
}
.chooseColorTone .chooseColor li .color.color8 {
  background-color: #da7965;
}
.chooseColorTone .chooseColor li .color.withBorder {
  border: 1px solid #efebe6;
  width: 40px;
  height: 18px;
}
.chooseColorTone .chooseColor li .arrow {
  background: transparent url('//media.yoox.biz/ytos/releases/CUCINELLI/2016-01-04/d15f3ceaefac/img/siteSprite-s02ddb90cda.png') no-repeat 0 -35px;
  height: 14px;
  width: 8px;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  float: right;
  margin-top: 10px;
}
.ie7 .chooseColorTone .chooseColor li .arrow {
  margin-top: 20px;
}

#shoppingBagOverlay {
  -moz-transition: height 800ms cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: height 800ms cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transition: height 800ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: height 800ms cubic-bezier(0.19, 1, 0.22, 1);
  width: 340px;
  height: 0;
  color: #484848;
  background-color: #faf9f8;
  position: fixed;
  z-index: 69;
  right: 0;
  top: 83px;
  text-transform: none;
  overflow: hidden;
}
#shoppingBagOverlay.shadow {
  box-shadow: 0 10px 32px 0 rgba(0, 0, 0, 0.15);
}
#shoppingBagOverlay .close {
  background: transparent url('//media.yoox.biz/ytos/releases/CUCINELLI/2016-01-04/d15f3ceaefac/img/siteSprite-s02ddb90cda.png') no-repeat 10px -829px;
  width: 31px;
  height: 31px;
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
  z-index: 1;
  border-bottom: 1px solid #999;
}
#shoppingBagOverlay > .inner {
  padding: 20px;
}
#shoppingBagOverlay .title {
  font-family: "_ltc_bodoni_175_italicregular";
  font-size: 18px;
  margin-bottom: 20px;
}
body.jp #shoppingBagOverlay .title {
  font-family: "Hiragino Kaku Gothic ProN", Meiryo, "MS PGothic", sans-serif;
}
body.ru #shoppingBagOverlay .title {
  font-family: "opensans_regular_cyrillic", Arial, sans-serif;
  font-style: italic;
}
#shoppingBagOverlay .itemsInCart {
  display: none;
}
#shoppingBagOverlay .info {
  float: left;
}
#shoppingBagOverlay .info > div {
  margin-bottom: 8px;
}
#shoppingBagOverlay .items > li {
  zoom: 1;
  padding: 20px 0;
  border-bottom: 1px solid #f3ece2;
}
#shoppingBagOverlay .items > li:before, #shoppingBagOverlay .items > li:after {
  content: "";
  display: table;
}
#shoppingBagOverlay .items > li:after {
  clear: both;
}
#shoppingBagOverlay .items > li:first-child {
  padding-top: 0;
}
#shoppingBagOverlay .items img {
  float: left;
  margin-right: 40px;
}
#shoppingBagOverlay .items .color,
#shoppingBagOverlay .items .size {
  display: none;
}
#shoppingBagOverlay .items .microCategory {
  font-family: "_ltc_bodoni_175_italicregular";
  font-size: 16px;
  color: #c69966;
}
body.jp #shoppingBagOverlay .items .microCategory {
  font-family: "Hiragino Kaku Gothic ProN", Meiryo, "MS PGothic", sans-serif;
}
body.ru #shoppingBagOverlay .items .microCategory {
  font-family: "opensans_regular_cyrillic", Arial, sans-serif;
  font-style: italic;
}
#shoppingBagOverlay .items .quantity {
  font-family: "_ltc_bodoni_175_italicregular";
  font-size: 14px;
}
body.jp #shoppingBagOverlay .items .quantity {
  font-family: "Hiragino Kaku Gothic ProN", Meiryo, "MS PGothic", sans-serif;
}
body.ru #shoppingBagOverlay .items .quantity {
  font-family: "opensans_regular_cyrillic", Arial, sans-serif;
  font-style: italic;
}
#shoppingBagOverlay .items .quantity > .label {
  color: #717171;
}
#shoppingBagOverlay .items .quantity > .label:after {
  content: ":";
}
body.fr #shoppingBagOverlay .items .quantity > .label:after {
  content: " :";
}
#shoppingBagOverlay .items .quantity > .value {
  color: #c69966;
}
#shoppingBagOverlay .items .price {
  font-family: "gotham-book";
  margin: 10px 0 15px;
  letter-spacing: 1px;
  font-size: 10px;
}
body.jp #shoppingBagOverlay .items .price {
  font-family: "Hiragino Kaku Gothic ProN", Meiryo, "MS PGothic", sans-serif;
}
body.ru #shoppingBagOverlay .items .price {
  font-family: "opensans_regular_cyrillic", Arial, sans-serif;
}
#shoppingBagOverlay .items .price > .label {
  display: none;
}
#shoppingBagOverlay .items .remove {
  cursor: pointer;
}
#shoppingBagOverlay .items .remove .label {
  font-family: "_ltc_bodoni_175_italicregular";
  text-decoration: underline;
  font-size: 14px;
  display: inline-block;
  margin-left: 6px;
}
body.jp #shoppingBagOverlay .items .remove .label {
  font-family: "Hiragino Kaku Gothic ProN", Meiryo, "MS PGothic", sans-serif;
}
body.ru #shoppingBagOverlay .items .remove .label {
  font-family: "opensans_regular_cyrillic", Arial, sans-serif;
  font-style: italic;
}
#shoppingBagOverlay .items .remove .icon {
  background: transparent url('//media.yoox.biz/ytos/releases/CUCINELLI/2016-01-04/d15f3ceaefac/img/siteSprite-s02ddb90cda.png') no-repeat 0 -839px;
  height: 12px;
  width: 12px;
  display: inline-block;
}
#shoppingBagOverlay .items .remove:hover .label {
  color: #c69966;
}
#shoppingBagOverlay .scrollable {
  height: 254px;
  border-bottom: 1px solid #f3ece2;
}
#shoppingBagOverlay .scrollable .items > li:last-child {
  border-bottom: none;
}
#shoppingBagOverlay .cartTotal {
  font-family: "gotham-book";
  padding: 18px 0 18px 90px;
  border-bottom: 1px solid #f3ece2;
  font-size: 11px;
  letter-spacing: 1px;
}
body.jp #shoppingBagOverlay .cartTotal {
  font-family: "Hiragino Kaku Gothic ProN", Meiryo, "MS PGothic", sans-serif;
}
body.ru #shoppingBagOverlay .cartTotal {
  font-family: "opensans_regular_cyrillic", Arial, sans-serif;
}
#shoppingBagOverlay .cartTotal .totalPrices {
  display: inline;
}
#shoppingBagOverlay .cartTotal .label {
  color: #c69966;
  text-transform: uppercase;
  margin-right: 2em;
}
#shoppingBagOverlay .cartTotal .price {
  display: inline;
  font-size: 11px;
}
#shoppingBagOverlay .goToCartLink,
#shoppingBagOverlay .proceedWithCheckoutLink {
  -moz-transition: color 0.5s ease-in, background-color 0.5s ease-in;
  -o-transition: color 0.5s ease-in, background-color 0.5s ease-in;
  -webkit-transition: color 0.5s ease-in, background-color 0.5s ease-in;
  transition: color 0.5s ease-in, background-color 0.5s ease-in;
  border: none;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 10px;
  line-height: 12px;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  background: #484848 no-repeat;
  padding: 16px 0;
  letter-spacing: 2px;
  text-decoration: none;
  min-width: 110px;
  display: inline-block;
  outline: none;
  cursor: pointer;
  margin-top: 20px;
  background-color: #ececec;
  color: #000;
  width: 100%;
  font-size: 11px;
}
#shoppingBagOverlay .goToCartLink:hover,
#shoppingBagOverlay .proceedWithCheckoutLink:hover {
  background-color: #000;
}
body.jp #shoppingBagOverlay .goToCartLink, body.jp
#shoppingBagOverlay .proceedWithCheckoutLink {
  font-family: "Hiragino Kaku Gothic ProN", Meiryo, "MS PGothic", sans-serif;
  font-size: 13px;
}
#shoppingBagOverlay .goToCartLink:hover,
#shoppingBagOverlay .proceedWithCheckoutLink:hover {
  color: #fff;
  background-color: #5c5c5c;
}
#shoppingBagOverlay .productAdded {
  display: none;
}

.price.full {
  text-decoration: line-through;
  font-size: 14px;
  color: #d5d5d5;
  margin-right: 10px;
  float: left;
}

.markdown:before {
  content: '(';
}
.markdown:after {
  content: ')';
}

.fluidWrapper {
  position: relative;
  background-color: #484848;
}
.fluidWrapper .slot {
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -moz-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  display: block;
}
.fluidWrapper .slot img {
  display: block;
  width: 100%;
  height: 100%;
}

.loadingLayer {
  -moz-transition: opacity 0.8s;
  -o-transition: opacity 0.8s;
  -webkit-transition: opacity 0.8s;
  transition: opacity 0.8s;
  position: absolute;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 1;
}

#footer {
  font-family: "gotham-book";
  position: relative;
  clear: both;
  font-size: 9px;
  letter-spacing: 1px;
  z-index: 80;
}
body.jp #footer {
  font-family: "Hiragino Kaku Gothic ProN", Meiryo, "MS PGothic", sans-serif;
}
body.ru #footer {
  font-family: "opensans_regular_cyrillic", Arial, sans-serif;
}
#footer li {
  display: inline-block;
}
#footer .footerWrapper {
  zoom: 1;
  line-height: 50px;
  position: relative;
  z-index: 16;
  box-shadow: 0 -10px 32px 0 rgba(0, 0, 0, 0.15);
}
#footer .footerWrapper:before, #footer .footerWrapper:after {
  content: "";
  display: table;
}
#footer .footerWrapper:after {
  clear: both;
}
#footer .copyrightWrapper {
  -moz-box-shadow: 0 0 32px 0 rgba(0, 0, 0, 0.22);
  -webkit-box-shadow: 0 0 32px 0 rgba(0, 0, 0, 0.22);
  box-shadow: 0 0 32px 0 rgba(0, 0, 0, 0.22);
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 10px;
  text-transform: none;
  color: #777;
  text-align: center;
  height: 50px;
  line-height: 50px;
  position: relative;
  z-index: 17;
}
#footer .copyrightWrapper a {
  color: #777;
}
#footer .copyrightWrapper a:hover {
  color: #777;
}
#footer .copyrightWrapper a.cboxElement:hover {
  color: #c69966;
  cursor: pointer;
}
#errors #footer {
  position: fixed;
  width: 100%;
  bottom: 0;
}

body.cn #footer .copyrightWrapper {
  text-align: left;
  padding-left: 20px;
  height: 70px;
  line-height: 70px;
}
body.cn .contentFooterCn {
  top: 55px;
  position: absolute;
  z-index: 100;
  right: 20px;
  display: block;
  text-align: center;
}
body.cn .contentFooterCn .labelsCn {
  color: #777;
  font-size: 10px;
  margin-bottom: 10px;
}
body.cn .contentFooterCn .linkGovChina {
  display: inline-block;
  margin-left: 5px;
}

#ftCountry,
#ftFastReg {
  float: left;
}

#footerNavigation,
#footerCustomerCare {
  float: left;
}

#footerNavigation {
  background: #fff;
  color: #999;
  width: 30.6%;
}
#footerNavigation .ftButtonWrapper {
  height: 32px;
  line-height: 32px;
  margin-top: 10px;
}
#footerNavigation .ftCountry,
#footerNavigation .ftFastReg {
  float: left;
  width: 49%;
  text-align: center;
  height: 50px;
  line-height: 50px;
  position: relative;
}
.ie7 #footerNavigation .ftCountry, .ie7
#footerNavigation .ftFastReg {
  overflow: hidden;
  height: 50px;
}
#footerNavigation .ftCountry .icon,
#footerNavigation .ftFastReg .icon {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  background: transparent url('//media.yoox.biz/ytos/releases/CUCINELLI/2016-01-04/d15f3ceaefac/img/siteSprite-s02ddb90cda.png') no-repeat 0 -435px;
  height: 9px;
  width: 17px;
  margin: 10px 10px 20px 0;
}
#footerNavigation .ftCountry .text,
#footerNavigation .ftCountry .value,
#footerNavigation .ftFastReg .text,
#footerNavigation .ftFastReg .value {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  vertical-align: top;
}
#footerNavigation .ftCountry .value,
#footerNavigation .ftFastReg .value {
  color: #c69966;
}
#footerNavigation .ftCountry {
  cursor: pointer;
}
#footerNavigation .ftCountry .ftButtonWrapper {
  border-right: 1px solid #d5d5d5;
}
#footerNavigation .ftCountry a {
  color: #999;
}
#footerNavigation .ftCountry a:hover {
  color: #c69966;
}
#footerNavigation .ftCountry a .countryIso {
  margin-left: 3px;
  color: #c69966;
}
#footerNavigation .ftFastReg a {
  color: #999;
}
#footerNavigation .ftFastReg a:hover {
  color: #c69966;
}

#footerCustomerCare {
  width: 69.4%;
  text-align: center;
}
#footerCustomerCare ul {
  margin: 0 auto;
}
#footerCustomerCare ul li {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  vertical-align: top;
  position: relative;
}
#footerCustomerCare ul li a {
  padding: 0 13px;
  display: inline-table;
}
@media screen and (max-width: 1200px) {
  #footerCustomerCare ul li a {
    padding: 0 9px;
  }
}
#footerCustomerCare ul li.selected a {
  color: #fff;
}

.shippingCountry .text:after,
#shippingCountry .text:after {
  content: ":";
}
body.fr .shippingCountry .text:after, body.fr
#shippingCountry .text:after {
  content: " :";
}

.cookiewLawLayer {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=97);
  opacity: 0.97;
  z-index: 99999;
  width: 100%;
  left: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  position: fixed;
  background: none repeat scroll 0 0 #faf9f8;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 12px;
  text-transform: none;
  text-align: center;
}
.cookiewLawLayer a {
  line-height: 14px;
  text-decoration: underline;
}
.cookiewLawLayer a:hover {
  color: #c69966;
}
.cookiewLawLayer .cookieLawWrapper {
  border-bottom: 1px solid #f3f3f3;
  border-top: 1px solid #f3f3f3;
  padding: 15px 25px;
  position: relative;
}
.cookiewLawLayer .cookieLawWrapper button {
  margin: 8px 0;
}
.cookiewLawLayer .title {
  font-size: 13px;
  text-transform: uppercase;
  margin-bottom: 12px;
  color: #000;
  display: block;
}
.cookiewLawLayer .cookieLawContent {
  font-size: 12px;
  margin-bottom: 10px;
}

.newsletterForm h2 {
  font-family: "_ltc_bodoni_175_italicregular";
  font-size: 20px;
  margin-bottom: 22px;
  color: #666;
}
body.jp .newsletterForm h2 {
  font-family: "Hiragino Kaku Gothic ProN", Meiryo, "MS PGothic", sans-serif;
}
body.ru .newsletterForm h2 {
  font-family: "opensans_regular_cyrillic", Arial, sans-serif;
  font-style: italic;
}
.newsletterForm #NewsletterViewModel_Email {
  color: #c69966;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.newsletterForm .description,
.newsletterForm .disclaimer {
  margin-bottom: 25px;
  font-size: 12px;
}
.newsletterForm .description {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-style: italic;
  font-size: 16px;
  line-height: 18px;
}

.layerFastReg #cboxLoadedContent,
.unsubscribeNL #cboxLoadedContent {
  margin: 0;
}
.layerFastReg .sectionTitleLayer,
.unsubscribeNL .sectionTitleLayer {
  font-family: "_ltc_bodoni_175_italicregular";
  font-size: 20px;
  margin-bottom: 22px;
  color: #666;
}
body.jp .layerFastReg .sectionTitleLayer, body.jp
.unsubscribeNL .sectionTitleLayer {
  font-family: "Hiragino Kaku Gothic ProN", Meiryo, "MS PGothic", sans-serif;
}
body.ru .layerFastReg .sectionTitleLayer, body.ru
.unsubscribeNL .sectionTitleLayer {
  font-family: "opensans_regular_cyrillic", Arial, sans-serif;
  font-style: italic;
}
.layerFastReg .regCnt,
.unsubscribeNL .regCnt {
  margin-top: 40px;
  color: #c69966;
}
.layerFastReg #newsletterThanksMsg,
.layerFastReg .unsubscribeContent,
.unsubscribeNL #newsletterThanksMsg,
.unsubscribeNL .unsubscribeContent {
  color: #c69966;
}
.layerFastReg #formNewsletter,
.layerFastReg #unsubscribeNL,
.unsubscribeNL #formNewsletter,
.unsubscribeNL #unsubscribeNL {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}
.layerFastReg #formNewsletter #labelEmailNewsletter,
.layerFastReg #unsubscribeNL #labelEmailNewsletter,
.unsubscribeNL #formNewsletter #labelEmailNewsletter,
.unsubscribeNL #unsubscribeNL #labelEmailNewsletter {
  position: relative;
}
.layerFastReg #formNewsletter input,
.layerFastReg #unsubscribeNL input,
.unsubscribeNL #formNewsletter input,
.unsubscribeNL #unsubscribeNL input {
  color: #c69966;
  letter-spacing: 1px;
}
.layerFastReg .buttonsLine,
.unsubscribeNL .buttonsLine {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  margin-left: 10px;
}
.layerFastReg .buttonsLine a,
.unsubscribeNL .buttonsLine a {
  -moz-transition: color 0.5s ease-in, background-color 0.5s ease-in;
  -o-transition: color 0.5s ease-in, background-color 0.5s ease-in;
  -webkit-transition: color 0.5s ease-in, background-color 0.5s ease-in;
  transition: color 0.5s ease-in, background-color 0.5s ease-in;
  border: none;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 10px;
  line-height: 12px;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  background: #484848 no-repeat;
  padding: 16px 0;
  letter-spacing: 2px;
  text-decoration: none;
  min-width: 110px;
  display: inline-block;
  outline: none;
  cursor: pointer;
  padding: 10px 15px;
}
.layerFastReg .buttonsLine a:hover,
.unsubscribeNL .buttonsLine a:hover {
  background-color: #000;
}
body.jp .layerFastReg .buttonsLine a, body.jp
.unsubscribeNL .buttonsLine a {
  font-family: "Hiragino Kaku Gothic ProN", Meiryo, "MS PGothic", sans-serif;
  font-size: 13px;
}

.layerFastReg .buttonsLine {
  position: absolute;
  right: 23px;
  margin-left: 0;
  margin-top: 2px;
}
.layerFastReg .buttonsLine a {
  -moz-transition: color 0.5s ease-in, background-color 0.5s ease-in;
  -o-transition: color 0.5s ease-in, background-color 0.5s ease-in;
  -webkit-transition: color 0.5s ease-in, background-color 0.5s ease-in;
  transition: color 0.5s ease-in, background-color 0.5s ease-in;
  border: none;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 10px;
  line-height: 12px;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  background: #484848 no-repeat;
  padding: 16px 0;
  letter-spacing: 2px;
  text-decoration: none;
  min-width: 110px;
  display: inline-block;
  outline: none;
  cursor: pointer;
  padding: 10px 15px;
  min-width: 0;
}
.layerFastReg .buttonsLine a:hover {
  background-color: #000;
}
body.jp .layerFastReg .buttonsLine a {
  font-family: "Hiragino Kaku Gothic ProN", Meiryo, "MS PGothic", sans-serif;
  font-size: 13px;
}
.layerFastReg .submitForm input {
  -moz-transition: color 0.5s ease-in, background-color 0.5s ease-in;
  -o-transition: color 0.5s ease-in, background-color 0.5s ease-in;
  -webkit-transition: color 0.5s ease-in, background-color 0.5s ease-in;
  transition: color 0.5s ease-in, background-color 0.5s ease-in;
  border: none;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 10px;
  line-height: 12px;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  background: #484848 no-repeat;
  padding: 16px 0;
  letter-spacing: 2px;
  text-decoration: none;
  min-width: 110px;
  display: inline-block;
  outline: none;
  cursor: pointer;
  padding: 10px 15px;
  min-width: 0;
  border: none;
  margin: 2px 0 2px 30px;
}
.layerFastReg .submitForm input:hover {
  background-color: #000;
}
body.jp .layerFastReg .submitForm input {
  font-family: "Hiragino Kaku Gothic ProN", Meiryo, "MS PGothic", sans-serif;
  font-size: 13px;
}
.layerFastReg .fieldLabel {
  display: none;
}
.layerFastReg #NewsletterViewModel_Email_Wrapper {
  float: left;
  display: inline-block;
  position: relative;
}
.layerFastReg #NewsletterViewModel_Email_Wrapper .field-validation-container {
  position: absolute;
  top: 34px;
}
.layerFastReg #NewsletterViewModel_Email_Wrapper .field-validation-error {
  color: #f00;
  float: left;
  display: inline-block;
  font-size: 10px;
  margin: 1px 3px;
}

.layerTxtSr input[type="text"] {
  display: inline-block;
}
.layerTxtSr button[type="submit"] {
  -moz-transition: color 0.5s ease-in, background-color 0.5s ease-in;
  -o-transition: color 0.5s ease-in, background-color 0.5s ease-in;
  -webkit-transition: color 0.5s ease-in, background-color 0.5s ease-in;
  transition: color 0.5s ease-in, background-color 0.5s ease-in;
  border: none;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 10px;
  line-height: 12px;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  background: #484848 no-repeat;
  padding: 16px 0;
  letter-spacing: 2px;
  text-decoration: none;
  min-width: 110px;
  display: inline-block;
  outline: none;
  cursor: pointer;
  margin: 1px 0 0 10px;
  padding: 11px 38px 10px;
  min-width: 0;
  border: none;
  background-color: #5c5c5c;
  position: absolute;
  top: 25px;
}
.layerTxtSr button[type="submit"]:hover {
  background-color: #000;
}
body.jp .layerTxtSr button[type="submit"] {
  font-family: "Hiragino Kaku Gothic ProN", Meiryo, "MS PGothic", sans-serif;
  font-size: 13px;
}
.layerTxtSr .fieldRow {
  float: left;
  clear: both;
  width: 100%;
  position: relative;
  margin-top: 20px;
  margin-bottom: 0;
  color: inherit;
  font-family: inherit;
}
.layerTxtSr .fieldRow .radioButton {
  margin-right: 15px;
}
.layerTxtSr .fieldRow .fieldValue {
  height: auto;
}
.layerTxtSr .fieldRow .fieldValue div.radioButtonBox {
  float: left;
  width: 100px;
  margin-right: 20px;
}
.layerTxtSr .fieldRow .fieldValue div.radioButtonBox label {
  font-family: "_ltc_bodoni_175_italicregular";
  text-transform: lowercase;
  font-size: 16px;
}
body.jp .layerTxtSr .fieldRow .fieldValue div.radioButtonBox label {
  font-family: "Hiragino Kaku Gothic ProN", Meiryo, "MS PGothic", sans-serif;
}

.unsubscribeNL {
  position: relative;
}
.unsubscribeNL #cboxLoadedContent {
  margin-top: 0;
  margin-right: 0;
}
.unsubscribeNL .error,
.unsubscribeNL .errorReason {
  color: #f00;
}
.unsubscribeNL .errorTitle {
  color: #fff;
  font-size: 14px;
  margin-top: 30px;
}
.unsubscribeNL div.errorReason {
  font-size: 13px;
  margin-top: 8px;
}
.unsubscribeNL span.error {
  left: 30px;
  top: auto;
  bottom: -12px;
  display: block;
}
.unsubscribeNL .unsubscribeText {
  font-size: 13px;
  color: #c69966;
}
.unsubscribeNL #backToHome {
  font-size: 13px;
  text-decoration: underline;
  display: block;
}

#unsubscribeNL {
  clear: left;
  margin-left: 30px;
  margin-top: 40px;
  width: 90%;
}
#unsubscribeNL .sectionTitleLayer {
  color: #fff;
}
#unsubscribeNL .unsubscribeContent {
  font-size: 13px;
  margin-bottom: 18px;
}
#unsubscribeNL .buttonsLine a {
  background-color: #707070;
}

.ie7 .cboxIE.layerFastReg #cboxLoadedContent {
  height: 100px !important;
}
.ie7 .cboxIE.layerFastReg #cboxTopCenter {
  display: none;
}

#info404 {
  font-family: "gotham-book";
  text-align: center;
  letter-spacing: 1px;
}
body.jp #info404 {
  font-family: "Hiragino Kaku Gothic ProN", Meiryo, "MS PGothic", sans-serif;
}
body.ru #info404 {
  font-family: "opensans_regular_cyrillic", Arial, sans-serif;
}
#info404 .sorry {
  padding: 40px 0;
  color: #484848;
  font-size: 14px;
}
#info404 .backToHome {
  padding: 40px 0;
}
#info404 .backToHome a {
  -moz-transition: color 0.5s ease-in, background-color 0.5s ease-in;
  -o-transition: color 0.5s ease-in, background-color 0.5s ease-in;
  -webkit-transition: color 0.5s ease-in, background-color 0.5s ease-in;
  transition: color 0.5s ease-in, background-color 0.5s ease-in;
  border: none;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 10px;
  line-height: 12px;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  background: #484848 no-repeat;
  padding: 16px 0;
  letter-spacing: 2px;
  text-decoration: none;
  min-width: 110px;
  display: inline-block;
  outline: none;
  cursor: pointer;
  padding: 13px 35px;
  min-width: 0;
  font-size: 10px;
}
#info404 .backToHome a:hover {
  background-color: #000;
}
body.jp #info404 .backToHome a {
  font-family: "Hiragino Kaku Gothic ProN", Meiryo, "MS PGothic", sans-serif;
  font-size: 13px;
}

#subscribeNewsletterSuccess p {
  color: #c69966;
  font-size: 12px;
}

.ru #footer .footerWrapper,
.de #footer .footerWrapper,
.at #footer .footerWrapper {
  height: 100px;
}
.ru #footerCustomerCare,
.ru #footerNavigation,
.de #footerCustomerCare,
.de #footerNavigation,
.at #footerCustomerCare,
.at #footerNavigation {
  width: 100%;
}
.ru .ftCountry,
.ru .ftFastReg,
.de .ftCountry,
.de .ftFastReg,
.at .ftCountry,
.at .ftFastReg {
  width: 25% !important;
}
.ru .ftButtonWrapper,
.de .ftButtonWrapper,
.at .ftButtonWrapper {
  border-right: 1px solid #d5d5d5;
}

#chooseYourCountryLayer {
  display: none;
}

.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;
}

.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;
}

.transition {
  -moz-transition: all, 0.5s;
  -o-transition: all, 0.5s;
  -webkit-transition: all, 0.5s;
  transition: all, 0.5s;
}

#cboxLoadedContent {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 14px;
  color: #999;
  line-height: 16px;
}
#cboxLoadedContent h2 {
  font-family: "_ltc_bodoni_175_italicregular";
  color: #484848;
  line-height: 26px;
  font-size: 22px;
  margin-bottom: 25px;
}
body.jp #cboxLoadedContent h2 {
  font-family: "Hiragino Kaku Gothic ProN", Meiryo, "MS PGothic", sans-serif;
}
body.ru #cboxLoadedContent h2 {
  font-family: "opensans_regular_cyrillic", Arial, sans-serif;
  font-style: italic;
}
body.ru #cboxLoadedContent h2 {
  font-size: 18px;
}
#cboxLoadedContent #subscribeNewsletterSuccess {
  padding-right: 18px;
}
body.ru #cboxLoadedContent #subscribeNewsletterSuccess h2 {
  margin-bottom: 5px;
}
#cboxLoadedContent .text {
  width: 400px;
}
#cboxLoadedContent a:hover {
  color: #000;
}

.passwordRecoveryMailForm {
  text-align: center;
  width: 420px;
  height: auto;
  overflow: hidden;
}
.passwordRecoveryMailForm #PasswordRecoveryMailViewModel_Email_Wrapper {
  margin: 10px 0 !important;
  padding-bottom: 20px;
  font-size: 11px !important;
  color: #484848;
  text-align: center;
}
.passwordRecoveryMailForm h1,
.passwordRecoveryMailForm p {
  font-family: "_ltc_bodoni_175_italicregular";
  font-size: 14px;
  color: #999;
  line-height: 20px;
  padding: 15px 50px;
}
body.ru .passwordRecoveryMailForm {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-style: italic !important;
}
.passwordRecoveryMailForm .back {
  display: none;
}
.passwordRecoveryMailForm .fieldLabel {
  margin: 0;
  width: 100%;
}
.passwordRecoveryMailForm .fieldLabel label {
  font-weight: normal;
  font-size: 12px;
}
.passwordRecoveryMailForm .field-validation-container {
  position: absolute;
  top: 84px;
  left: 80px;
}
.passwordRecoveryMailForm .serverSideErrors {
  font-size: 10px;
  position: relative;
  top: -44px;
}
.passwordRecoveryMailForm .buttonsRow {
  bottom: 20px;
}

/*send2Friend*/
#yTos_sendToFriend form .fieldRow {
  height: 70px;
}
#yTos_sendToFriend form .fieldRow .fieldLabel {
  text-transform: none;
  font-family: Georgia, "Times New Roman", Times, serif;
  text-align: left;
  margin: 0;
  letter-spacing: 0;
}

/* DE , RU */
.de #NewsletterViewModel_Email,
.ru #NewsletterViewModel_Email {
  width: 210px;
}

.selectInput_wrapper {
  position: relative;
  overflow: hidden;
  float: left;
  width: 84px;
  padding-left: 4px;
  z-index: 1;
}
.selectInput_wrapper[data-ytos-date-type="day"] {
  padding-left: 0;
}
.selectInput_wrapper.open {
  height: 280px;
  border-bottom: 1px solid #ccc;
}
.selectInput_wrapper.open ul {
  display: block;
}
.selectInput_wrapper .listTitle {
  color: #999;
  background: #fff;
  height: 30px;
  line-height: 28px;
  padding: 0 10px;
  cursor: pointer;
  border: 1px solid #ccc;
}
.selectInput_wrapper .listTitle .text {
  text-transform: lowercase;
}
.selectInput_wrapper .listTitle .icon {
  background: transparent url('//media.yoox.biz/ytos/releases/CUCINELLI/2016-01-04/d15f3ceaefac/img/siteSprite-s02ddb90cda.png') no-repeat 0 -265px;
  height: 7px;
  width: 16px;
  width: 15px;
  height: 10px !important;
  display: block;
  float: right;
  margin-top: 11px;
}
.selectInput_wrapper ul {
  height: 250px;
  overflow-x: auto;
  display: none;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
.selectInput_wrapper ul > li {
  display: block;
  background: #fff;
  border-bottom: 1px solid #ccc;
  width: 45px;
  line-height: 25px;
  font-size: 11px;
  padding: 0 10px;
  cursor: pointer;
}
.selectInput_wrapper ul > li:hover {
  background: #ccc;
}
.selectInput_wrapper ul > li:last-child {
  border-bottom: none;
}

.iPad .selectInput_wrapper ul > li {
  padding: 0 27px 0 10px !important;
}

.price.free .currency {
  display: none;
}

.fieldRow {
  zoom: 1;
}
.fieldRow:before, .fieldRow:after {
  content: "";
  display: table;
}
.fieldRow:after {
  clear: both;
}

#ListStorePickUp .storePickUp {
  display: inline-block;
  width: 32%;
  margin-right: 1%;
  vertical-align: top;
}
#ListStorePickUp .storePickUp ul {
  padding-top: 20px !important;
}
#ListStorePickUp .storePickUp ul li {
  padding: 0 !important;
}
#ListStorePickUp .storePickUp ul li.name {
  font-weight: 700;
}
#ListStorePickUp .storePickUp ul li.email:hover a {
  color: #484848;
}
#ListStorePickUp .storePickUp ul li.street {
  display: block !important;
}

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #999;
  opacity: 0.4;
  filter: alpha(opacity=40);
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}
.mfp-preloader a {
  color: #CCC;
}
.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  filter: alpha(opacity=65);
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}
.mfp-close:hover, .mfp-close:focus {
  background-color: transparent;
  opacity: 1;
  filter: alpha(opacity=100);
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  filter: alpha(opacity=65);
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}
.mfp-arrow:active {
  margin-top: -54px;
}
.mfp-arrow:hover, .mfp-arrow:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}
.mfp-arrow:before, .mfp-arrow:after,
.mfp-arrow .mfp-b,
.mfp-arrow .mfp-a {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}
.mfp-arrow:after,
.mfp-arrow .mfp-a {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}
.mfp-arrow:before,
.mfp-arrow .mfp-b {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}
.mfp-arrow-left:after,
.mfp-arrow-left .mfp-a {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}
.mfp-arrow-left:before,
.mfp-arrow-left .mfp-b {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
  right: 0;
}
.mfp-arrow-right:after,
.mfp-arrow-right .mfp-a {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}
.mfp-arrow-right:before,
.mfp-arrow-right .mfp-b {
  border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}
.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}
.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}
.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}
.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
     * Remove all paddings around the image on small screen
     */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }

  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
.mfp-ie7 .mfp-img {
  padding: 0;
}
.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px;
}
.mfp-ie7 .mfp-container {
  padding: 0;
}
.mfp-ie7 .mfp-content {
  padding-top: 44px;
}
.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0;
}

.uiLayer.mfp-bg {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -moz-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.uiLayer.mfp-bg.mfp-ready {
  opacity: 0.4;
}
.uiLayer.mfp-bg.mfp-removing {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}
.uiLayer.mfp-wrap .mfp-content {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.uiLayer.mfp-wrap.mfp-ready .mfp-content {
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
.uiLayer.mfp-wrap.mfp-removing .mfp-content {
  -moz-transform: scale(0.9);
  -ms-transform: scale(0.9);
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}

.uiLayer {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 14px;
  color: #999;
  line-height: 16px;
}
.uiLayer .mfp-content {
  -moz-box-shadow: 0 10px 32px 0 rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 10px 32px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 10px 32px 0 rgba(0, 0, 0, 0.15);
  background-color: #FFF;
  max-width: 780px;
  padding: 25px;
}
.uiLayer .inner {
  background: white;
  padding: 13px 45px;
}
.uiLayer h1,
.uiLayer h2 {
  font-family: "_ltc_bodoni_175_italicregular";
  color: #484848;
  line-height: 26px;
  font-size: 22px;
  margin-bottom: 25px;
}
body.jp .uiLayer h1, body.jp
.uiLayer h2 {
  font-family: "Hiragino Kaku Gothic ProN", Meiryo, "MS PGothic", sans-serif;
}
body.ru .uiLayer h1, body.ru
.uiLayer h2 {
  font-family: "opensans_regular_cyrillic", Arial, sans-serif;
  font-style: italic;
}
body.ru .uiLayer h1, body.ru
.uiLayer h2 {
  font-size: 18px;
}
.uiLayer a:hover {
  color: #000;
}
.uiLayer .fieldLabel {
  font-family: "gotham-book";
  margin: 0 0 15px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 11px;
}
body.jp .uiLayer .fieldLabel {
  font-family: "Hiragino Kaku Gothic ProN", Meiryo, "MS PGothic", sans-serif;
}
body.ru .uiLayer .fieldLabel {
  font-family: "opensans_regular_cyrillic", Arial, sans-serif;
}
.uiLayer .fieldLabel .req {
  color: #c69966;
}

#SessionLoginViewModel_Password_Wrapper {
  margin-top: 20px;
}

.mfp-close {
  background: transparent url('//media.yoox.biz/ytos/releases/CUCINELLI/2016-01-04/d15f3ceaefac/img/siteSprite-s02ddb90cda.png') no-repeat 0 -671px;
  height: 31px;
  width: 31px;
  top: 13px;
  right: 13px;
  text-indent: -10000px;
  border: none;
  cursor: pointer;
}

.uiLayer.mfp-wrap.mfp-ready.uiLayer-layerTxtSr .mfp-content {
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
  -moz-transition: none;
  -o-transition: none;
  -webkit-transition: none;
  transition: none;
  display: none;
  position: fixed;
  max-width: 390px;
  background-color: #484848;
}
.uiLayer.mfp-wrap.mfp-ready.uiLayer-layerTxtSr .mfp-content .inner {
  padding: 0;
  background-color: #484848;
}
.uiLayer.mfp-wrap.mfp-ready.uiLayer-layerTxtSr .mfp-content .inner #_gender_Wrapper {
  clear: both;
}
.uiLayer.mfp-wrap.mfp-ready.uiLayer-layerTxtSr .mfp-content .inner #_gender_Wrapper .radioButtonBox {
  margin-top: 20px;
  display: inline-block;
  float: left;
  width: 30%;
}
.uiLayer.mfp-wrap.mfp-ready.uiLayer-layerTxtSr .mfp-content .inner #_gender_Wrapper .radioButtonBox .radioButton {
  margin-right: 10px;
}
.uiLayer.mfp-wrap.mfp-ready.uiLayer-layerTxtSr .mfp-content .inner #_gender_Wrapper .radioButtonBox label {
  text-transform: lowercase;
  font-style: italic;
}
.uiLayer.mfp-wrap.mfp-ready.uiLayer-layerTxtSr .mfp-content .inner input[type="text"] {
  float: left;
  box-sizing: border-box;
  width: 255px;
}
.uiLayer.mfp-wrap.mfp-ready.uiLayer-layerTxtSr .mfp-content .inner button[type="submit"] {
  background-color: #5c5c5c;
  position: absolute;
  top: 25px;
  height: 6px;
  line-height: 7px;
  right: 30px;
}
.uiLayer.mfp-wrap.mfp-ready.uiLayer-layerTxtSr .mfp-content .inner button[type="submit"]:hover {
  background-color: #000;
}
.uiLayer.mfp-wrap.mfp-ready.uiLayer-layerTxtSr .mfp-content .inner button.mfp-close {
  display: none;
}

.mfp-bg.uiLayer-newsletterLink {
  z-index: 78;
  position: absolute;
}

.mfp-wrap.uiLayer-newsletterLink {
  z-index: 79;
  position: absolute;
}
.mfp-wrap.uiLayer-newsletterLink .mfp-container {
  overflow: hidden;
}

.newsletterForm .buttonsRow {
  display: block;
}

.uiLayer.uiLayer-newsletterLink .mfp-content {
  -moz-transition: none;
  -o-transition: none;
  -webkit-transition: none;
  transition: none;
  width: 370px;
  position: fixed;
  padding: 0;
}
.uiLayer.uiLayer-newsletterLink .mfp-content .inner {
  padding: 20px;
  padding-bottom: 40px;
}
.uiLayer.uiLayer-newsletterLink .mfp-content .fieldLabel {
  display: none;
}

.uiLayer-shippingLink .mfp-content {
  width: 590px;
}
.uiLayer-shippingLink .mfp-content .inner {
  padding: 13px 45px 0;
}
.uiLayer-shippingLink .mfp-content .inner .contributions .contribution {
  padding: 20px 0;
  border-top: 1px solid #e9ddca;
  min-height: 30px;
}
.uiLayer-shippingLink .mfp-content .inner .contributions .contribution:before, .uiLayer-shippingLink .mfp-content .inner .contributions .contribution:after {
  content: "";
  display: table;
}
.uiLayer-shippingLink .mfp-content .inner .contributions .contribution:after {
  clear: both;
}
.uiLayer-shippingLink .mfp-content .inner .contributions .contribution.idContribution_1 {
  border-top: 0;
}
.uiLayer-shippingLink .mfp-content .inner .contributions .contribution .text {
  float: left;
  display: inline-block;
  width: 70%;
}
.uiLayer-shippingLink .mfp-content .inner .contributions .contribution .text .label {
  text-transform: uppercase;
  color: #333;
}
.uiLayer-shippingLink .mfp-content .inner .contributions .contribution .costs {
  float: right;
  display: inline-block;
  width: 30%;
  text-align: right;
  font-family: "gotham-book";
  color: #484848;
  font-size: 11px;
  letter-spacing: 1px;
}
.uiLayer-shippingLink .mfp-content .inner .contributions .contribution .costs .discounted {
  text-decoration: line-through;
  float: left;
  display: inline-block;
}
.uiLayer-shippingLink .mfp-content .inner .contributions .contribution .costs .total {
  text-transform: uppercase;
}
.uiLayer-shippingLink .mfp-content .inner .contributions .christmasGuaranteeInformation {
  clear: both;
  padding-top: 10px;
}

.uiLayer-returnsLink .mfp-content {
  width: 590px;
}

.uiLayer.uiLayer-chooseYourCountryLayer .mfp-content {
  -moz-transition: none;
  -o-transition: none;
  -webkit-transition: none;
  transition: none;
}

.mfp-bg.uiLayer-chooseYourCountryLayer {
  z-index: 78;
  position: absolute;
}

.uiLayer-chooseYourCountryLayer.mfp-wrap {
  z-index: 79;
  position: absolute;
}
.uiLayer-chooseYourCountryLayer.mfp-wrap .mfp-container {
  overflow: hidden;
}

.uiLayer-chooseYourCountryLayer h1 {
  margin-bottom: 45px;
  text-align: center;
}
.uiLayer-chooseYourCountryLayer .mfp-content {
  max-width: 780px !important;
  position: fixed;
}
.uiLayer-chooseYourCountryLayer .mfp-content .inner {
  padding: 35px;
}
.uiLayer-chooseYourCountryLayer #internationalWebsite {
  display: none;
}
.uiLayer-chooseYourCountryLayer .column {
  float: left;
  width: 25%;
  min-width: 140px;
  text-align: left;
}
.uiLayer-chooseYourCountryLayer .column li.selected .icon {
  background: transparent url('//media.yoox.biz/ytos/releases/CUCINELLI/2016-01-04/d15f3ceaefac/img/siteSprite-s02ddb90cda.png') no-repeat 0 -69px;
  height: 9px;
  width: 6px;
  position: absolute;
  top: 0;
  left: -10px;
}
.uiLayer-chooseYourCountryLayer .column li.selected a {
  color: #484848;
}
.uiLayer-chooseYourCountryLayer .column a {
  font-size: 10px;
  font-family: "gotham-book";
  letter-spacing: 1px;
  color: #999;
  text-transform: uppercase;
  margin-top: 17px;
  display: block;
  position: relative;
}
.uiLayer-chooseYourCountryLayer .column a:hover {
  color: #484848;
}
.uiLayer-chooseYourCountryLayer .column a:hover .icon {
  background: transparent url('//media.yoox.biz/ytos/releases/CUCINELLI/2016-01-04/d15f3ceaefac/img/siteSprite-s02ddb90cda.png') no-repeat 0 -69px;
  height: 9px;
  width: 6px;
  position: absolute;
  top: 0;
  left: -10px;
}
body.ru .uiLayer-chooseYourCountryLayer .column a {
  font-family: "opensans_regular_cyrillic", Arial, sans-serif;
}
.uiLayer-chooseYourCountryLayer .column li {
  line-height: 10px;
}
.uiLayer-chooseYourCountryLayer .column li:first-child a {
  margin-top: 0;
}
.uiLayer-chooseYourCountryLayer .column:last-child a {
  margin-left: 20px;
}

.uiLayer-searchOrderForm .mfp-content {
  max-width: 1114px;
}
.uiLayer-searchOrderForm .mfp-content .itemInfoContainer .item .quantity {
  width: 13%;
}
.uiLayer-searchOrderForm .mfp-content button.close {
  display: none;
}

.uiLayer-sizeGuideLink .mfp-content {
  width: 590px;
}
.uiLayer-sizeGuideLink .mfp-content .sizeGuide table {
  margin: 20px auto 0;
  font-family: "gotham-book";
}
.uiLayer-sizeGuideLink .mfp-content .sizeGuide table thead {
  color: #484848;
  padding-bottom: 10px;
  line-height: 35px;
}
.uiLayer-sizeGuideLink .mfp-content .sizeGuide table thead td {
  text-align: center;
}
.uiLayer-sizeGuideLink .mfp-content .sizeGuide table tbody tr {
  height: 20px;
}
.uiLayer-sizeGuideLink .mfp-content .sizeGuide table tbody td {
  width: 150px;
  text-align: center;
}

.uiLayer-addItemToWishList .mfp-content,
.uiLayer-addItem .mfp-content {
  width: 450px;
}

.uiLayer-loginButton .mfp-content {
  width: 540px;
  text-align: center;
}
.uiLayer-loginButton .mfp-content .loginLayer h2.title {
  color: #999;
  font-size: 18px;
  margin: 0 10px 30px;
}
.uiLayer-loginButton .mfp-content .loginLayer .loginForm {
  color: #484848;
}
.uiLayer-loginButton .mfp-content .loginLayer .loginForm .mandatory {
  display: none;
}
.uiLayer-loginButton .mfp-content .loginLayer .loginForm #passwordRecoveryLink {
  height: auto;
  margin-bottom: 15px;
}

.uiLayer-editItemQuantity .mfp-content,
.uiLayer-couponInfo .mfp-content {
  width: 350px;
}

.uiLayer-noDeliveryDays .mfp-content {
  width: 510px;
}

.uiLayer-otherCountriesButton .mfp-content {
  width: 420px;
}

.uiLayer-getRecoveryPassword .mfp-content {
  width: 510px;
}
.uiLayer-getRecoveryPassword .fieldRow.Email {
  position: relative;
}
.uiLayer-getRecoveryPassword .buttonsRow button {
  -moz-transition: color 0.5s ease-in, background-color 0.5s ease-in;
  -o-transition: color 0.5s ease-in, background-color 0.5s ease-in;
  -webkit-transition: color 0.5s ease-in, background-color 0.5s ease-in;
  transition: color 0.5s ease-in, background-color 0.5s ease-in;
  border: none;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 10px;
  line-height: 12px;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  background: #484848 no-repeat;
  padding: 16px 0;
  letter-spacing: 2px;
  text-decoration: none;
  min-width: 110px;
  display: inline-block;
  outline: none;
  cursor: pointer;
  padding: 13px 35px;
  min-width: 0;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 10px;
  border: 0;
}
.uiLayer-getRecoveryPassword .buttonsRow button:hover {
  background-color: #000;
}
body.jp .uiLayer-getRecoveryPassword .buttonsRow button {
  font-family: "Hiragino Kaku Gothic ProN", Meiryo, "MS PGothic", sans-serif;
  font-size: 13px;
}
body.register .uiLayer-getRecoveryPassword .buttonsRow button[data-ytos-action="openLoginLayer"], body#thankyou .uiLayer-getRecoveryPassword .buttonsRow button[data-ytos-action="openLoginLayer"] {
  display: none;
}

.uiLayer-addCreditCardButton .inner,
.uiLayer-addCreditCardButton .mfp-content,
.uiLayer-creditCardsList .inner,
.uiLayer-creditCardsList .mfp-content,
.uiLayer-addUserAddressButton .inner,
.uiLayer-addUserAddressButton .mfp-content,
.uiLayer-addressList .inner,
.uiLayer-addressList .mfp-content {
  padding: 0;
}
.uiLayer-addCreditCardButton .mfp-content,
.uiLayer-creditCardsList .mfp-content,
.uiLayer-addUserAddressButton .mfp-content,
.uiLayer-addressList .mfp-content {
  width: 620px;
}
.uiLayer-addCreditCardButton .buttonsRow,
.uiLayer-creditCardsList .buttonsRow,
.uiLayer-addUserAddressButton .buttonsRow,
.uiLayer-addressList .buttonsRow {
  width: 74%;
  margin: 0 auto;
  text-align: right;
}
.uiLayer-addCreditCardButton .privacyContainer,
.uiLayer-creditCardsList .privacyContainer,
.uiLayer-addUserAddressButton .privacyContainer,
.uiLayer-addressList .privacyContainer {
  width: 478px;
}

.uiLayer-addUserAddressButton .privacyContainer,
.uiLayer-addressList .privacyContainer {
  width: 100%;
}

.uiLayer-creditCardsList .buttonsRow {
  width: 60%;
}

.uiLayer-editUserEmailButton .mfp-content,
.uiLayer-editUserPasswordButton .mfp-content {
  width: 630px;
}
.uiLayer-editUserEmailButton .mfp-content .editUserEmailForm h2,
.uiLayer-editUserEmailButton .mfp-content .editUserPasswordForm h2,
.uiLayer-editUserPasswordButton .mfp-content .editUserEmailForm h2,
.uiLayer-editUserPasswordButton .mfp-content .editUserPasswordForm h2 {
  font-size: 20px;
  color: #c69966;
  margin-top: 0;
  margin-bottom: 36px;
}
.uiLayer-editUserEmailButton .mfp-content .editUserEmailForm .oldEmail,
.uiLayer-editUserEmailButton .mfp-content .editUserPasswordForm .oldEmail,
.uiLayer-editUserPasswordButton .mfp-content .editUserEmailForm .oldEmail,
.uiLayer-editUserPasswordButton .mfp-content .editUserPasswordForm .oldEmail {
  font-size: 11px;
  font-style: italic;
  margin-bottom: 10px;
}
.uiLayer-editUserEmailButton .mfp-content .passwordStrengthContainer label,
.uiLayer-editUserPasswordButton .mfp-content .passwordStrengthContainer label {
  display: none;
}
.uiLayer-editUserEmailButton .mfp-content .passwordStrengthContainer label[for='weak'],
.uiLayer-editUserPasswordButton .mfp-content .passwordStrengthContainer label[for='weak'] {
  color: #f00;
}
.uiLayer-editUserEmailButton .mfp-content .passwordStrengthContainer label[for='medium'],
.uiLayer-editUserPasswordButton .mfp-content .passwordStrengthContainer label[for='medium'] {
  color: #be9464;
}
.uiLayer-editUserEmailButton .mfp-content .passwordStrengthContainer label[for='strong'],
.uiLayer-editUserPasswordButton .mfp-content .passwordStrengthContainer label[for='strong'] {
  color: #008000;
}
.uiLayer-editUserEmailButton .mfp-content .passwordStrengthContainer label.selected,
.uiLayer-editUserPasswordButton .mfp-content .passwordStrengthContainer label.selected {
  display: block;
}
.uiLayer-editUserEmailButton .mfp-content .buttonsRow,
.uiLayer-editUserPasswordButton .mfp-content .buttonsRow {
  margin-right: 24px;
}

.uiLayer-addUserAddress .mfp-content {
  width: 450px;
}
.uiLayer-addUserAddress .mfp-content #AddUserAddressSuccess {
  padding-left: 40px;
  height: 50px;
}

.uiLayer-addressList .mfp-content #deleteAddressSuccess,
.uiLayer-addressList .mfp-content #editUserAddressSuccess,
.uiLayer-creditCardsList .mfp-content #deleteAddressSuccess,
.uiLayer-creditCardsList .mfp-content #editUserAddressSuccess {
  text-align: center;
  padding: 25px 0;
  width: 100%;
}

.uiLayer-uiConfirmationAlert .mfp-content {
  width: 450px;
}

.uiLayer-registrationForm .mfp-content {
  width: 480px;
}

.uiLayer-addCreditCardButton .mfp-content {
  width: 670px;
}

.uiLayer-checkChristmasGuaranteedLink .mfp-content {
  width: 450px;
}
.uiLayer-checkChristmasGuaranteedLink .mfp-content .title span {
  margin-bottom: 10px;
  display: block;
  font-weight: bolder;
}
.uiLayer-checkChristmasGuaranteedLink .mfp-content #CheckChristmasGuaranteedFormViewModel_ZipCode_Wrapper {
  margin-top: 20px;
}
.uiLayer-checkChristmasGuaranteedLink .mfp-content .fieldRow {
  position: relative;
}
.uiLayer-checkChristmasGuaranteedLink .mfp-content .fieldRow .field-validation-container {
  position: absolute;
  bottom: 2px;
  left: 0;
  top: inherit;
}
.uiLayer-checkChristmasGuaranteedLink .mfp-content .fieldRow .fieldLabel {
  margin-bottom: 5px;
  text-align: left;
}
.uiLayer-checkChristmasGuaranteedLink .mfp-content .buttonsRow {
  margin: 22px 0 0;
}

.uiLayer .warningXmasExpressNotGuaranteed .buttonsRowContainer {
  margin-top: 20px;
  width: 103%;
  position: relative;
  left: -10px;
}
.uiLayer .warningXmasExpressNotGuaranteed .buttonsRowContainer button {
  -moz-transition: color 0.5s ease-in, background-color 0.5s ease-in;
  -o-transition: color 0.5s ease-in, background-color 0.5s ease-in;
  -webkit-transition: color 0.5s ease-in, background-color 0.5s ease-in;
  transition: color 0.5s ease-in, background-color 0.5s ease-in;
  border: none;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 10px;
  line-height: 12px;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  background: #484848 no-repeat;
  padding: 16px 0;
  letter-spacing: 2px;
  text-decoration: none;
  min-width: 110px;
  display: inline-block;
  outline: none;
  cursor: pointer;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 11px;
  line-height: 12px;
  letter-spacing: 2px;
  border: none;
  padding: 13px 35px;
  cursor: pointer;
  background: #484848;
  color: #fff;
}
.uiLayer .warningXmasExpressNotGuaranteed .buttonsRowContainer button:hover {
  background-color: #000;
}
body.jp .uiLayer .warningXmasExpressNotGuaranteed .buttonsRowContainer button {
  font-family: "Hiragino Kaku Gothic ProN", Meiryo, "MS PGothic", sans-serif;
  font-size: 13px;
}
.uiLayer .warningXmasExpressNotGuaranteed .buttonsRowContainer button:hover {
  background: #000;
}
.uiLayer .warningXmasExpressNotGuaranteed .buttonsRowContainer button.submit {
  margin-right: 10px;
}
#delivery .uiLayer .warningXmasExpressNotGuaranteed .buttonsRowContainer button .completeOrder {
  display: none;
}
#confirmation .uiLayer .warningXmasExpressNotGuaranteed .buttonsRowContainer button .completeOrder {
  display: block;
}
#delivery .uiLayer .warningXmasExpressNotGuaranteed .buttonsRowContainer button .proceedButton {
  display: block;
}
#confirmation .uiLayer .warningXmasExpressNotGuaranteed .buttonsRowContainer button .proceedButton {
  display: none;
}
