/*
==|== Z-INDEXES =====

footer 			     = 80
header               = 70
colorbox             = 70
shoppingBagOverlay   = 70
cboxOverlay          = 60
refinementsBar       = 50
loadingAnimation	=	150
=====================
*/
/* --- 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;
}

.slot {
  overflow: hidden;
  background: #484848;
}
.slot .loadingAnimation {
  z-index: 2;
  background-color: transparent;
}
.slot img {
  width: 100%;
  height: auto;
}
.slot .textWrapper {
  background: #e7e8ee;
  width: 100%;
  height: 100%;
  display: table;
}
.ie7 .slot .textWrapper {
  padding-top: 40px;
}
.slot .overlay {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -moz-transition: opacity 500ms cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: opacity 500ms cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transition: opacity 500ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: opacity 500ms cubic-bezier(0.19, 1, 0.22, 1);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  background: #484848;
  display: table;
  width: 100%;
  height: 100%;
}
.ie7 .slot .overlay {
  padding-top: 40px;
}
.slot .overlay .text {
  color: #fff;
  padding: 25px;
  width: 100%;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
}
.slot .overlay .title,
.slot .overlay span.title {
  color: #fff;
}
.slot .overlay .subtitle,
.slot .overlay span.description {
  color: #c69966;
}
.slot .overlay .content-text,
.slot .overlay span.ctabutton {
  color: #fff;
}
.slot .overlay:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
}
.slot.slot_overlaycta .overlay span.ctabutton {
  color: #c69966;
}
.slot .text {
  color: #000;
  width: 100%;
  padding: 25px;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
}
.slot .title,
.slot span.title {
  display: block;
  font-family: "_ltc_bodoni_175regular";
  color: #484848;
  margin-bottom: 20px;
  text-transform: uppercase;
}
body.jp .slot .title, body.jp
.slot span.title {
  font-family: "Hiragino Kaku Gothic ProN", Meiryo, "MS PGothic", sans-serif;
}
body.ru .slot .title, body.ru
.slot span.title {
  font-family: Georgia, "Times New Roman", Times, serif;
}
.slot .subtitle,
.slot span.description {
  display: block;
  color: #9d9ea0;
  font-family: Georgia, "Times New Roman", Times, serif;
  margin-bottom: 30px;
  font-style: italic;
}
body.jp .slot .subtitle, body.jp
.slot span.description {
  font-family: "Hiragino Kaku Gothic ProN", Meiryo, "MS PGothic", sans-serif;
}
body.ru .slot .subtitle, body.ru
.slot span.description {
  font-family: Georgia, "Times New Roman", Times, serif;
}
.slot .content-text,
.slot span.ctabutton {
  display: block;
  color: #484848;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-style: italic;
}
body.jp .slot .content-text, body.jp
.slot span.ctabutton {
  font-family: "Hiragino Kaku Gothic ProN", Meiryo, "MS PGothic", sans-serif;
}
.slot.slot_overlaydescription div.title, .slot.slot_display div.title, .slot.slot_overlaycta div.title, .slot.slot_overlay div.title {
  display: none;
}
.slot.slot_overlaydescription span.title, .slot.slot_display span.title, .slot.slot_overlaycta span.title, .slot.slot_overlay span.title {
  font-style: normal;
}
.slot.slot_overlaydescription .content-text {
  width: 80%;
  margin: 0 auto;
}
.slot.slot_overlaydescription .content-text p {
  color: #9d9ea0;
  font-size: 16px;
  font-style: italic;
  font-family: Georgia, "Times New Roman", Times, serif;
  line-height: 1.5;
}

.dot {
  position: absolute;
  margin: -3px 0 0 -3px;
  width: 4px;
  height: 4px;
  background: #000;
  border: 1px solid #ff0;
}

.props {
  position: absolute;
  background: rgba(255, 255, 255, 0.8);
  top: 10px;
  left: 10px;
  padding: 2px;
  font-family: Arial;
}

@media only screen and (min-width: 1600px) {
  .slot .title,
  .slot span.title,
  .overlay .title,
  .overlay span.title {
    font-size: 30px;
  }
  .slot .subtitle,
  .slot span.description,
  .overlay .subtitle,
  .overlay span.description {
    line-height: 22px;
  }
  .slot .subtitle,
  .slot .content-text,
  .slot span.description,
  .overlay .subtitle,
  .overlay .content-text,
  .overlay span.description {
    font-size: 16px;
  }
}
@media only screen and (min-width: 0) and (max-width: 1599px) {
  .slot .title,
  .slot span.title,
  .overlay .title,
  .overlay span.title {
    font-size: 24px;
    margin-bottom: 10px;
  }
  .slot .subtitle,
  .slot span.description,
  .overlay .subtitle,
  .overlay span.description {
    margin-bottom: 18px;
    line-height: 22px;
  }
  .slot .subtitle,
  .slot .content-text,
  .slot span.description,
  .overlay .subtitle,
  .overlay .content-text,
  .overlay span.description {
    font-size: 14px;
  }
}
.slot_promo {
  color: #c69966;
  font-family: "_ltc_bodoni_175_italicregular";
  font-size: 32px;
  line-height: 100%;
}
.slot_promo h1 {
  display: none;
}
.slot_promo section {
  border: 1px solid #c69966;
  height: inherit;
  margin: 10px;
  text-align: center;
}
.slot_promo section * {
  height: inherit;
}
.slot_promo section .promotionEntry {
  width: 100% !important;
}
