@charset "UTF-8";
/*
    Colorbox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox, #cboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  overflow: hidden;
}

#cboxWrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  overflow: hidden;
  max-width: none;
}

#cboxOverlay {
  position: fixed;
  width: 100%;
  height: 100%;
}

#cboxMiddleLeft, #cboxBottomLeft {
  clear: left;
}

#cboxContent {
  position: relative;
}

#cboxLoadedContent {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

#cboxTitle {
  margin: 0;
}

#cboxLoadingOverlay, #cboxLoadingGraphic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow {
  cursor: pointer;
}

.cboxPhoto {
  float: left;
  margin: auto;
  border: 0;
  display: block;
  max-width: none;
  -ms-interpolation-mode: bicubic;
}

.cboxIframe {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
}

#colorbox, #cboxContent, #cboxLoadedContent {
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
}

/*
    User Style:
    Change the following styles to modify the appearance of Colorbox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay {
  background: url(images/overlay.png) repeat 0 0;
}

#colorbox {
  outline: 0;
}

#cboxTopLeft {
  width: 21px;
  height: 21px;
  background: url(images/controls.png) no-repeat -101px 0;
}

#cboxTopRight {
  width: 21px;
  height: 21px;
  background: url(images/controls.png) no-repeat -130px 0;
}

#cboxBottomLeft {
  width: 21px;
  height: 21px;
  background: url(images/controls.png) no-repeat -101px -29px;
}

#cboxBottomRight {
  width: 21px;
  height: 21px;
  background: url(images/controls.png) no-repeat -130px -29px;
}

#cboxMiddleLeft {
  width: 21px;
  background: url(images/controls.png) left top repeat-y;
}

#cboxMiddleRight {
  width: 21px;
  background: url(images/controls.png) right top repeat-y;
}

#cboxTopCenter {
  height: 21px;
  background: url(images/border.png) 0 0 repeat-x;
}

#cboxBottomCenter {
  height: 21px;
  background: url(images/border.png) 0 -29px repeat-x;
}

#cboxContent {
  background: #fff;
  overflow: hidden;
}

.cboxIframe {
  background: #fff;
}

#cboxError {
  padding: 50px;
  border: 1px solid #ccc;
}

#cboxMsg {
  padding: 80px 20px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
}
#cboxMsg.cboxMsgWishlist {
  color: white;
}

#cboxLoadedContent {
  margin-bottom: 28px;
}

#cboxTitle {
  position: absolute;
  bottom: 4px;
  left: 0;
  text-align: center;
  width: 100%;
  color: #949494;
}

#cboxCurrent {
  position: absolute;
  bottom: 4px;
  left: 58px;
  color: #949494;
}

#cboxLoadingOverlay {
  background: url(images/loading_background.png) no-repeat center center;
}

#cboxLoadingGraphic {
  background: url(images/loading.gif) no-repeat center center;
}

/* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
#cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {
  border: 0;
  padding: 0;
  margin: 0;
  overflow: visible;
  width: auto;
  background: none;
}

/* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
#cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {
  outline: 0;
}

#cboxSlideshow {
  position: absolute;
  bottom: 4px;
  right: 30px;
  color: #0092ef;
}

#cboxPrevious {
  position: absolute;
  bottom: 0;
  left: 0;
  background: url(images/controls.png) no-repeat -75px 0;
  width: 25px;
  height: 25px;
  text-indent: -9999px;
}
#cboxPrevious:hover {
  background-position: -75px -25px;
}

#cboxNext {
  position: absolute;
  bottom: 0;
  left: 27px;
  background: url(images/controls.png) no-repeat -50px 0;
  width: 25px;
  height: 25px;
  text-indent: -9999px;
}
#cboxNext:hover {
  background-position: -50px -25px;
}

#cboxClose {
  position: absolute;
  bottom: 0;
  right: 0;
  background: url(images/controls.png) no-repeat -25px 0;
  width: 25px;
  height: 25px;
  text-indent: -9999px;
}
#cboxClose:hover {
  background-position: -25px -25px;
}

/*
  The following fixes a problem where IE7 and IE8 replace a PNG's alpha transparency with a black fill
  when an alpha filter (opacity change) is set on the element or ancestor element.  This style is not applied to or needed in IE9.
  See: http://jacklmoore.com/notes/ie-transparency-problems/
*/
.cboxIE #cboxTopLeft, .cboxIE #cboxTopCenter, .cboxIE #cboxTopRight, .cboxIE #cboxBottomLeft, .cboxIE #cboxBottomCenter, .cboxIE #cboxBottomRight, .cboxIE #cboxMiddleLeft, .cboxIE #cboxMiddleRight {
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF);
}

.splashPageColorbox #cboxTopLeft, .splashPageColorbox #cboxTopCenter, .splashPageColorbox #cboxTopRight, .splashPageColorbox #cboxBottomLeft, .splashPageColorbox #cboxBottomCenter, .splashPageColorbox #cboxBottomRight, .splashPageColorbox #cboxMiddleLeft, .splashPageColorbox #cboxMiddleRight, .splashPageColorbox #cboxTitle, .splashPageColorbox #cboxClose {
  display: none !important;
}
.splashPageColorbox #cboxLoadedContent {
  margin-bottom: 0px;
}
.splashPageColorbox .overlayBox {
  padding: 0px;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
.slick-list {
  overflow: visible;
}
.slick-loading .slick-list {
  background: #fff "./images/ajax-loader.gif" center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  margin-top: -10px\9 ; /*lte IE 8*/
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before, .slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev, .slick-next {
  display: none !important;
}

.slick-prev {
  left: -25px;
}
[dir=rtl] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}
[dir=rtl] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir=rtl] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-slider {
  margin-bottom: 20px;
}

.slick-dots {
  position: absolute;
  top: 10px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 8px;
  height: 8px;
  box-sizing: border-box;
  display: inline-block;
  border: 1px solid white;
  font-size: 6px;
  line-height: 8px;
  vertical-align: middle;
  text-align: center;
  color: black;
  opacity: 1;
  background: rgba(0, 0, 0, 0);
  -webkit-transition: background 0.2s;
  -moz-transition: background 0.2s;
  -ms-transition: background 0.2s;
  -o-transition: background 0.2s;
  transition: background 0.2s;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  border: 1px solid rgba(0, 0, 0, 0.2);
  background: rgba(0, 0, 0, 0.2);
}

/* CSS Document */
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, font, 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 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

/* remember to define focus styles! */
:focus {
  outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
  text-decoration: none;
}

del {
  text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* FINE RESET */
/* CLASSI GENERICHE */
.cap {
  text-transform: uppercase;
}

.grigioEvidenza {
  background-color: #c0bbb6;
}

.bull {
  font-size: 8px;
}

.clearB {
  clear: both;
}

.clearL {
  clear: left;
}

.clearR {
  clear: right;
}

.alRight {
  text-align: right;
}

.alCenter {
  text-align: center;
}

.bold {
  font-weight: bold;
}

.bottom10px {
  margin-bottom: 10px;
}

.georgiaB {
  font-family: Arial, sans-serif;
  font-weight: bold;
  font-size: 14px;
  line-height: 14px;
}

.georgiaB13 {
  font-family: Arial, sans-serif;
  font-weight: bold;
  font-size: 13px;
  line-height: 13px;
}

.georgiaFooter {
  font-family: Arial, sans-serif;
  font-weight: bold;
  font-size: 11px;
  line-height: 14px;
}

.georgiaR {
  font-family: Arial, sans-serif;
  font-size: 11px;
  line-height: 12px;
}

.coloreScuro {
  color: #59635d;
}

.coloreScuro.a:link, .coloreScuro.a:visited {
  color: #59635d;
  text-decoration: none;
}

.coloreScuro.a:hover {
  color: #59635d;
  text-decoration: underline;
}

.rosso, .red {
  color: #ff4000;
}

.grigiochiaro {
  color: #888;
}

.arial14 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 14px;
}

.arialR {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  line-height: 16px;
}

.arialFooter {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  line-height: 16px;
}

.arialTit {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 16px;
  font-weight: bold;
}

a:link, a:visited {
  color: #59635d;
  text-decoration: none;
}

a:hover {
  color: #59635d;
  text-decoration: underline;
}

.underline a:link, .underline a:visited {
  text-decoration: underline;
}

.underline a:hover {
  text-decoration: none;
}

.separatorePuntini {
  background-image: url(../img/puntini_separatore_new.png);
  background-repeat: repeat-x;
  height: 3px;
  width: 100%;
  float: none;
  margin-top: 10px;
  margin-bottom: 10px;
}

.sfondoNuoveCollezioni {
  background-color: #939292;
  width: 215px;
  text-align: center;
  padding: 15px;
  color: white;
  font-weight: bold;
}

.sfondoShoppingInfo {
  background-color: #939292;
  width: 180px;
  text-align: center;
  box-sizing: border-box;
  padding: 15px;
}

.sfondoShoppingInfo span {
  color: white;
}

.frecciaRossa {
  margin-bottom: 15px;
  margin-right: 5px;
  width: 170px;
  text-align: right;
}

.alignMiddle {
  vertical-align: middle;
}

.alignTop {
  vertical-align: top;
}

#lingueHeader {
  position: absolute;
  right: 0;
  top: 0px;
}

#lingueHeader .alignMiddle {
  padding: 0px 13px;
}

.capitalize {
  text-transform: capitalize;
}

.hidden {
  display: none;
}

/* IMPAGINAZIONE BASE */
#containerPrincipale {
  margin: 0 auto;
  width: 910px;
  color: #888;
  font-family: Arial, Helvetica, sans-serif;
  position: relative;
}

#header {
  width: 715px;
  height: 42px;
  float: none;
  font-size: 12px;
  padding-left: 185px;
  margin-top: 10px;
  position: relative;
}

ul#mainMenu li {
  float: left;
}

ul#mainMenu li.standard {
  padding: 0 9px 2px;
  height: 16px;
}

ul#mainMenu li.first {
  padding: 0 13px 2px 0;
  height: 16px;
}

ul#mainMenu li a {
  text-transform: capitalize;
}

#popUpZoom {
  top: 0px;
  left: 0px;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  padding: 0;
  background-color: #555;
  margin: 0 auto;
}

#popUpZoom > img {
  cursor: zoom-in;
}

#cboxMiddleLeft,
#cboxMiddleRight,
#cboxTopLeft,
#cboxTopCenter,
#cboxTopRight,
#cboxBottomLeft,
#cboxBottomCenter,
#cboxBottomRight,
#cboxContent {
  background: #555 !important;
}

#cboxContent {
  width: 100% !important;
  height: 100% !important;
  position: fixed !important;
  top: 0;
  left: 0;
}

#cboxLoadingOverlay {
  background: none;
}

#cboxLoadingGraphic {
  background: url(../img/loader.gif) no-repeat center center;
}

#cboxLoadedContent {
  width: 100% !important;
  height: 100% !important;
}

.popUpZoomCmds {
  position: absolute;
  left: 0px;
  top: 100px;
  width: 100%;
}

.stagePreviewMargin {
  margin: 0px 16px 0px 0px;
}

.zoomMiniatures {
  position: absolute;
  left: 10px;
  top: 209px;
  bottom: 0px;
  padding: 2px 2px 2px 2px;
  width: 75px;
  max-height: 75%;
  overflow: visible;
  padding-right: 0px;
}

.zoomMiniatures .control {
  position: absolute;
  left: 100px;
  cursor: pointer;
  width: 31px;
  height: 18px;
  text-align: center;
  display: none;
}

.zoomMiniatures .control-down {
  top: 60%;
}

.zoomMiniatures .control-up {
  top: 55%;
}

.zoomMiniaturesInner img {
  display: block;
  margin: 10px 0;
}

.zoomMiniaturesInner {
  position: absolute;
  left: 10px;
  bottom: 25px;
  padding: 2px 0px 2px 2px;
  width: 75px;
  max-height: 60%;
  overflow: hidden;
}

#fullscreenZoom {
  position: absolute;
  left: 12px;
  top: 12px;
  cursor: pointer;
  text-transform: uppercase;
}

#fullscreenZoom img {
  vertical-align: middle;
}

.zoomColors {
  position: absolute;
  right: 10px;
  bottom: 25px;
  padding: 2px 2px 2px 2px;
  width: 165px;
  max-height: 50%;
  overflow-y: hidden;
}

#zoomedImage {
  position: fixed;
}

.hiddenMiniature {
  display: none;
}

.subMenuInfo {
  position: absolute;
  top: 21px;
  left: 233px;
  text-transform: capitalize;
  display: none;
}

#subMenuMyShop {
  position: absolute;
  top: 21px;
  left: 725px;
  text-transform: capitalize;
  display: none;
}

.subMenuInfo a, #subMenuMyShop a {
  background-color: #f5f0ed;
  padding: 5px 15px;
}

.subMenuInfo li, #subMenuMyShop li {
  padding-right: 2px;
}

.greyBg {
  background-color: #f5f0ed;
}

#header a:link, #header a:visited {
  text-decoration: none;
  color: #888;
}

#header a:hover {
  text-decoration: underline;
  color: #888;
}

#cartButton {
  cursor: pointer;
}

.numeroAcquisti {
  color: #ff4000;
  font-weight: bold;
}

#colSx {
  width: 180px;
  float: left;
  margin-left: 5px;
}

#contenuto {
  width: 527px;
  float: left;
  margin-bottom: 10px;
  position: relative;
}

#colDx {
  width: 180px;
  float: left;
  margin-left: 10px;
}

.vociColDx {
  margin-top: 20px;
  margin-bottom: 20px;
  line-height: 16px;
}

.vociColDx > .rosso {
  text-transform: capitalize;
}

#footer {
  background-image: url(../img/bg_footer.png);
  background-repeat: repeat-x;
  float: none;
  height: 175px;
  width: 900px;
  padding-top: 20px;
}

.footCol1 {
  float: left;
  margin-left: 30px;
}

.footCol2 {
  float: left;
  margin-left: 40px;
}

.footCol3 {
  float: left;
  margin-left: 40px;
}

.footCol3 .footer__social-icon {
  margin-bottom: 10px;
}

.footCol3 img {
  float: none;
  vertical-align: middle;
}

.footCol4 {
  float: left;
  margin-left: 15px;
}

.footCol5 {
  float: left;
  margin-left: 25px;
}

.footCol5 img {
  margin: 5px;
}

.footCol6 {
  float: left;
  margin-left: 30px;
  width: 70px;
  height: 70px;
}

#footer li {
  list-style-image: none;
  list-style: inside;
  list-style-type: none;
}

#footer a:link, #footer a:visited {
  color: #888;
  text-decoration: none;
}

#footer a:hover {
  color: #59635d;
  text-decoration: underline;
}

/* COLONNA SINISTRA PAGINA */
.bgEshop {
  background-color: #939292;
  width: 160px;
  height: 40px;
  color: #FFFFFF;
  margin-top: 60px;
  padding-left: 49px;
  padding-top: 12px;
  box-sizing: border-box;
}

.logo {
  margin-top: 0px;
}

#menuSx {
  font-size: 14px;
  line-height: 18px;
  padding-bottom: 40px;
}

#menuSx ul {
  margin-top: 20px;
}

#menuSx li {
  padding-top: 12px;
  padding-bottom: 12px;
  width: 155px;
}

#menuSx a:link, #menuSx a:visited {
  text-decoration: none;
  color: #888;
}

#menuSx li.current a:link, #menuSx li.current a:visited {
  text-decoration: none;
  color: #FF4000;
}

#menuSx a:hover {
  text-decoration: underline;
  color: #888;
}

/* BOX EVIDENZA HOME */
#evidenza, #eshopMain {
  border-top: #dadada 2px solid;
  width: 520px;
  position: relative;
}

#eshopMain {
  padding-top: 4px;
}

#eshopMain.list .onlyList {
  display: block;
}

#eshopMain.list .infoPrice.onlyList {
  display: flex;
}

#eshopMain.list .onlyProduct {
  display: none;
}

#eshopMain.product .onlyList {
  display: none;
}

#eshopMain.product .onlyProduct {
  display: block;
}

#eshopMain.seo_text .onlyList {
  display: none;
}

#evidenza .jcarousel-container {
  overflow: hidden;
}

#homeTopCarousel {
  position: relative;
  width: 520px;
  height: 260px;
  overflow: hidden;
}

#homeTopCarousel .slick-dots {
  display: none;
}

#homeTopCarouselItems {
  width: 20000em;
  position: absolute;
}

#homeTopCarousel a:link, #homeTopCarousel a:visited {
  color: #FFFFFF;
  text-decoration: none;
}

#homeTopCarousel a.redArrow:link, #homeTopCarousel a.redArrow:visited {
  color: #FFFFFF;
  text-decoration: none;
}

.topCarouselItem {
  position: relative;
  height: 260px;
  width: 520px;
  float: left;
}

.topCarouselItem img {
  width: 100%;
  height: auto;
}

.topCarouselTitle {
  width: 480px;
  height: 57px;
  position: absolute;
  top: 172px;
  left: 0px;
  background: url(../img/bg_transp_home_carousel.png) top left;
  color: #FFFFFF;
  font-size: 26px;
  line-height: 30px;
  padding: 15px 20px 15px 20px;
  border-bottom: #666666 1px solid;
}

.topCarouselTitle.hiddenCarouselItem {
  width: 100% !important;
  height: 100% !important;
  top: 0 !important;
  left: 0 !important;
  z-index: 2;
  background: none !important;
  padding: 0 !important;
}

#evidenzaSfoglio {
  font-size: 16px;
  color: #FFFFFF;
  position: absolute;
  background: url(../img/bg_transp_home_carousel.png) top left;
  z-index: 3;
  right: 0px;
  top: 147px;
  height: 15px;
  padding: 5px 20px;
  text-align: center;
}

#evidenzaSfoglio a:link, #evidenzaSfoglio a:visited {
  text-decoration: none;
  color: #FFFFFF;
}

#evidenzaSfoglio a:hover {
  text-decoration: underline;
  color: #ff4000;
}

#evidenzaSfoglio a.current:link, #evidenzaSfoglio a.current:visited {
  color: #ff4000;
}

/* BACHECA HOME */
#containerColonne {
  margin-top: 15px;
}

#bachecaColSx {
  width: 260px;
  float: left;
  position: relative;
  background-color: #ebebeb;
}

#bachecaColDx {
  width: 245px;
  float: left;
  position: relative;
  margin-left: 15px;
}

.videoHome {
  width: 240px;
  position: relative;
  z-index: 1;
  margin-bottom: 5px;
}

ul.HTMLPlaylist {
  list-style-position: inside;
  font-size: 10px;
  list-style-image: url(../img/freccette_rosse_grey.png);
}

.elementoColSx {
  width: 250px;
  margin-top: 10px;
  padding: 0 10px 10px 0;
  display: block;
}

.elementoColSxTxt {
  float: left;
  margin-left: 10px;
  margin-top: 2px;
  width: 86px;
}

.elementoColSxLogo {
  float: right;
  margin-left: 10px;
  width: 140px;
  text-align: center;
  margin-bottom: 10px;
}

.titoloBac {
  margin-bottom: 5px;
}

#boxNuoveCollezioni {
  width: 240px;
  margin-top: 10px;
  margin-left: 0px;
}

.frecciaSx {
  float: left;
  width: 20px;
  margin-top: 120px;
  padding-right: 5px;
}

#homeBottomCarousel {
  position: relative;
  width: 185px;
  height: 320px;
  overflow: hidden;
  float: left;
  margin-left: 5px;
}

#homeBottomCarouselItems {
  width: 20000em;
  position: absolute;
}

#homeBottomCarousel .foto {
  float: left;
  width: 185px;
}

#homeBottomCarousel .foto img {
  margin-bottom: 10px;
}

.frecciaDx {
  float: right;
  width: 8px; /*20px;*/
  margin-top: 120px;
  /*padding-left: 10px;*/
}

.overlayBox {
  background-color: #fff;
  width: 500px;
  padding: 25px 25px;
}

.overlayBox h2 {
  margin-bottom: 20px;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: normal;
}

.bachecaColDx__blogPost {
  display: none;
}

/* PAGINA LISTA ESHOP */
#eshopSearchBar {
  background: url(../img/bgSearchBar_90.png) bottom left repeat-x;
  font-size: 12px;
  height: 54px;
  /*padding:10px 10px 0;*/
  text-transform: uppercase;
  position: relative;
}

.eshopSearchBarTable {
  display: table;
  padding: 0 10px;
  width: 500px;
}

.eshopSearchBarRow {
  display: table-row;
  height: 27px;
}

.eshopSearchBarCell.first {
  text-transform: none;
  vertical-align: middle;
}

.eshopSearchBarCell {
  display: table-cell;
  padding-right: 5px;
}

.eshopSearchBarLabel {
  padding-top: 5px;
}

.eshopSearchBarSelect {
  color: black;
  padding: 5px 20px 5px 5px;
  background: white url(../img/arrowDown.png) center right no-repeat;
  font-size: 10px;
  cursor: pointer;
  height: 10px;
  overflow: hidden;
  text-transform: none;
  min-width: 138px;
  max-width: 144px;
  white-space: nowrap;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
}

.eshopSearchBarSelect.active {
  background: white url(../img/arrowUp.png) center right no-repeat;
}

#eshopSearchBar #searchButton {
  position: absolute;
  right: 10px;
}

ul.menuItems {
  margin: 0;
  list-style-type: none;
  list-style-position: outside;
  z-index: 3000;
  float: left;
  width: 605px;
  position: absolute;
  display: none;
  z-index: 100;
  border: 1px solid #91918c;
  padding: 5px 8px;
  background-color: #f9f6f4;
  top: 47px;
  cursor: auto;
}

ul.menuItems li {
  list-style-type: none;
  list-style-position: outside;
  line-height: 20px;
  margin: 0 10px 0 5px;
  padding: 5px;
  font-size: 10px;
  float: left;
  width: 175px;
  background: url(../img/puntini_grigi.png) bottom left repeat-x;
  position: relative;
  z-index: 3000;
}

ul.menuItems li.currentItem a {
  color: #ff4000 !important;
}

ul.menuItems a:visited {
  color: #59635D;
}

#menuBrands {
  left: 0px;
}

#menuCategories {
  left: 0px;
}

strong.red {
  color: #ff4000;
  font-weight: normal;
}

.shopTitle {
  margin: 14px 0;
  font-size: 12px;
}

.shopTitleList {
  margin: 14px 0 14px 12px;
  font-size: 14px;
}

.shopTitleList.withIntro {
  margin: 14px;
  font-size: 14px;
}

.coloreNero {
  color: #000;
}

.eshopList, .eshopSingleProduct {
  background-color: #ebebeb;
}

.eshopProduct {
  float: left;
  border-top: 1px solid #ababab;
  width: 157px;
  height: 325px;
  padding: 18px 12px 12px 0;
}

.eshopProduct a:link, .eshopProduct a:visited {
  color: #888;
}

.eshopFirst {
  padding-left: 12px;
}

.eshopFirstRow {
  border-top: 0;
}

.toolTipMyDiv {
  display: none;
}

.eshopProduct .brand {
  font-size: 12px;
  font-weight: bold;
  height: 50px;
}

.eshopProduct .foto {
  text-align: center;
  background: white;
  width: 157px;
}

.navig {
  float: right;
  margin: 5px 0;
}

.linethrough {
  text-decoration: line-through;
}

.infoPrice {
  margin: 8px 0;
}

.infoPrice .tooltip img {
  display: inline;
  margin-right: 10px;
}

#tooltip {
  text-align: left;
  position: absolute;
  border: 1px solid #999;
  background: #F9F6F4;
  padding: 10px 10px;
  color: #59635d;
  display: none;
  z-index: 1000000;
  font-size: 12px;
  width: 200px;
  font-family: Arial, Helvetica, sans-serif;
}

#tooltip .tooltipClose {
  background: url(../img/close_grey.png) center center no-repeat;
  width: 14px;
  height: 15px;
  position: absolute;
  top: 10px;
  right: 10px;
}

#tooltip .title, #details .title {
  margin: 10px 0;
}

#tooltip .label, #details .label {
  display: block;
  text-transform: uppercase;
  margin: 6px 0;
  font-size: 11px;
}

#tooltip .mainPrice, #details .mainPrice {
  font-size: 16px;
}

ul.alternativeLinks {
  margin-top: 10px;
  list-style-position: inside;
  list-style-type: disc;
}

.eshopSingleProduct {
  padding: 14px 16px;
}

#stage {
  float: left;
  position: relative;
}

.eshopSingleProduct__stage__current {
  width: 266px;
  height: 399px;
  display: table;
  max-height: 399px;
}

.eshopSingleProduct__stage__current__wrapper {
  position: absolute;
  overflow-y: hidden;
  overflow-x: hidden;
  display: table-cell;
  vertical-align: middle;
  width: 266px;
  height: 399px;
  max-height: 399px;
  background-color: white;
  background: url("../img/loader_inv.gif") center center no-repeat;
}

.eshopSingleProduct__stage__thumbs {
  position: relative;
  left: -1px;
  width: 280px;
  padding: 4px 0px 0px 0px;
}

.fourthImg {
  margin: 0;
}

#details {
  font-size: 12px;
  color: #59635d;
  margin-left: 286px;
}

#details .details__description .name.coloreScuro {
  margin-bottom: 1em;
}

#details .priceNoDiscount {
  color: #ff4000;
}

.shareProduct {
  margin: 40px 0 10px;
  width: 160px;
}

.mailFriend {
  margin: 5px 0;
}

.fbIframe {
  margin: 5px 0;
  overflow: hidden;
  width: 160px;
  height: 30px;
}

.twitterIframe {
  margin: 5px 0;
  overflow: hidden;
  width: 160px;
  height: 30px;
}

.titleOnly {
  margin-bottom: 32px;
}

#relatedProducts {
  border-top: 1px solid #e0dddb;
  background-color: #F5F0ED;
}

.separatore {
  height: 10px;
}

.separatore.dotted {
  background: url("../img/puntini_separatore_new.png") repeat-x bottom;
}

#relatedProducts h2 {
  padding: 14px 12px;
}

#relatedProducts .eshopProduct {
  border-top: none;
  padding-top: 0px;
}

#relatedProductsNav {
  height: 23px;
  background: white;
  padding: 5px 0 3px;
  width: 520px;
  position: relative;
  border-bottom: 1px solid #e0dddb;
}

#relatedProductsNav .prev, #relatedProductsNav .next {
  position: absolute;
  cursor: pointer;
  width: 23px;
  height: 23px;
}

#relatedProductsNav .prev {
  left: 0px;
}

#relatedProductsNav .next {
  right: 0px;
}

#relatedProductsCarousel {
  height: 260px;
  width: 520px;
  overflow: hidden;
  position: relative;
}

.relatedProductsCarouselItems {
  width: 20000em;
  position: absolute;
}

.relatedProductsCarouselItem {
  float: left;
  width: 520px;
}

/* +++++++++++++++++++++++++++++ */
#similarProducts {
  border-top: 1px solid #e0dddb;
  background-color: #F5F0ED;
  position: relative;
}

#similarProducts .similarPrev {
  position: absolute;
  left: 0px;
  top: 180px;
  margin: 0;
  float: none;
  cursor: pointer;
}

#similarProducts .similarNext {
  position: absolute;
  right: 0px;
  top: 180px;
  margin: 0;
  float: none;
  width: auto;
  cursor: pointer;
}

#similarProducts h2 {
  padding: 14px 12px;
}

#similarProducts .eshopProduct {
  border-top: none;
  padding: 0px;
}

#similarProductsCarousel {
  height: 370px;
  margin: 0 auto;
  float: none;
  width: 472px;
  overflow: hidden;
}

.similarProductsCarouselItems {
  width: 507px;
  height: 100%;
  margin: 0 auto;
}

.similarProductsCarouselItems .eshopProduct {
  width: 169px;
  padding: 0 6px;
  box-sizing: border-box;
}

/*!*.similarProductsCarouselItems {*!*/
/*!*width:20000em;*!*/
/*!*position:absolute;*!*/
/*!*}*!*/
/*.similarProductsCarouselItem {*/
/*float:left;*/
/*width:520px;*/
/*}*/
.purchaseBox {
  font-size: 12px;
  margin: 23px 0 16px 0px;
  width: 180px;
}

.purchaseBox .label {
  text-transform: uppercase;
}

.purchaseBox select {
  background-color: white;
  font-size: 10px;
  border: 1px solid #888;
  width: 107px;
  margin-left: 5px;
}

.purchaseBox td {
  padding: 10px 0;
}

.purchaseBox .table {
  display: table;
  width: 100%;
}

.purchaseBox .row {
  display: table-row;
}

.purchaseBox .cell {
  display: table-cell;
  padding: 10px 0;
  vertical-align: middle;
}

.purchaseBox .cell.hidden {
  display: none;
}

.purchaseBox .purchaseBox__buttons {
  margin-top: 5px;
  border-collapse: separate;
  border-spacing: 0 5px;
}

.purchaseBox .purchaseBox__buttons .cell {
  padding: 0px;
  box-sizing: border-box;
  height: 40px;
}

.purchaseBox__inputs__add_to_cart, .purchaseBox__inputs__add_to_cart_mobile {
  width: 180px;
  height: 32px;
  background: #78a5ff url(../img/purchaseButton_new.png) top right no-repeat;
  color: white;
  text-transform: uppercase;
  cursor: pointer;
  padding: 8px 40px 32px 15px;
  font-weight: bold;
  box-sizing: border-box;
}

table.sizes {
  font-size: 12px;
  text-align: left;
  margin-top: 10px;
  border-bottom: 1px solid grey;
  border-right: 1px solid grey;
}

table.sizes td, table.sizes th {
  padding: 5px;
  border-top: 1px solid grey;
  border-left: 1px solid grey;
}

#verisignIframe {
  width: 135px;
  height: 120px;
}

.mainTitle {
  margin-top: 13px;
}

.subTitle, .mainImg {
  margin-bottom: 29px;
}

.mainText, .wideText {
  margin-bottom: 60px;
  color: #666;
}

.mainText {
  margin-right: 180px;
}

.mainText p, .wideText p {
  margin-bottom: 10px;
}

.mainText a, .wideText a {
  text-decoration: underline;
}

.bottomBorder {
  border-bottom: 1px solid #DADADA;
  margin-bottom: 50px;
}

.borderFocusedImg {
  border: 1px solid #ff4000;
}

.borderBlurImg {
  /* border: 1px solid gray; */
  border: 1px solid #F5F0ED;
}

.rightPictures {
  float: right;
  margin-right: 30px;
}

.nlSubmit {
  background: #000;
  color: white;
  text-transform: uppercase;
  border: none;
  cursor: pointer;
  height: 30px;
  width: 100px;
}

a.nohover:hover {
  text-decoration: none;
  color: #888;
}

.shopSteps {
  margin-top: 5px;
  color: #59635D;
  height: 34px;
  font-size: 11px;
  width: 520px;
}

.shopSteps .shopStep {
  padding: 6px 26px 0px 7px;
  height: 22px;
  background: url(../img/bg_step.png) right center no-repeat;
  margin-right: 4px;
}

.shopSteps span.step {
  color: #7a7a7a;
  font-weight: bold;
  padding-right: 2px;
}

.shopSteps .last {
  background: url(../img/bg_step_last.png) right center no-repeat;
}

.shopSteps .current {
  background: url(../img/bg_step_current.png) right center no-repeat;
}

.shopSteps .current span.step {
  color: #FF4000;
}

.redCart {
  float: right;
  margin: 20px 0px 10px;
  font-family: Arial, sans-serif;
}

table.redCart td {
  vertical-align: middle;
}

table.cart {
  font-size: 12px;
  border-bottom: 1px solid #e7e7e7;
  width: 520px;
}

table.cart td {
  padding: 4px 4px;
}

table.cart tr {
  border-top: 1px solid #e7e7e7;
}

tr.cart_header {
  text-transform: uppercase;
}

tr.cart_header td {
  padding: 8px 4px;
}

tr.cart_header td, tr.cart_product td, tr.totalRow td {
  vertical-align: middle;
}

table.cart tr.cart_product {
  color: #59635D;
  vertical-align: middle;
}

.cart_product input.qtyInput {
  width: 20px;
}

table.cart td.total {
  font-weight: bold;
  color: #FF4000;
  text-transform: uppercase;
  padding-bottom: 5px;
}

.continueShopping {
  border-bottom: 1px solid #e7e7e7;
  padding: 18px;
  text-transform: uppercase;
  font-size: 12px;
}

.couponRestrictions {
  max-height: 100px;
  overflow: auto;
  margin: 10px 0 20px;
}

.allProducts {
  border-top: 1px solid #e7e7e7;
  border-bottom: 1px solid #e7e7e7;
  padding: 18px;
  text-transform: uppercase;
  font-size: 12px;
  text-align: right;
}

.continueShopping a:link, .continueShopping a:visited {
  color: #888;
}

.selectedShippingAddress span {
  font-weight: bold;
}

.loginCart {
  padding: 25px;
  font-size: 12px;
}

.boxForSmallContent {
  margin-top: 50px;
  padding: 25px;
  font-size: 12px;
  border-top: 1px solid #e7e7e7;
}

.cartUserTitle {
  text-align: center;
}

.cartUserTitle, .bigTitle {
  text-transform: uppercase;
  margin-bottom: 15px;
  color: #59635D;
  font-size: 16px;
  font-weight: normal;
}

.loginRegister {
  width: 100%;
  color: #59635D;
  margin-bottom: 10px;
}

.loginRegister input {
  vertical-align: middle;
}

.loginRegisterForm {
  width: 400px;
  color: #59635D;
}

.loginRegisterForm .finn_label {
  display: block;
}

.loginRegisterForm .elementDiv {
  margin: 10px 0;
  color: #59635D;
}

.loginRegisterForm .elementDiv .stateorprovince .hiddeno {
  opacity: 0;
}

.loginRegisterForm .elementDiv .stateorprovince2 {
  display: none;
  position: absolute;
  top: 20px;
}

#finn_elusers_newsletter .finn_label {
  float: right;
  width: calc(97% - 15px);
}
#finn_elusers_newsletter #f_users_newsletter {
  width: 15px;
  display: inline-block;
}

.elementDiv input {
  margin-top: 5px;
  width: 200px;
}

.elementDiv textarea {
  margin-top: 5px;
  width: 200px;
  height: 60px;
}

.repeat_pass {
  display: block;
}

.error {
  display: block;
  color: red;
}

.error a:link, .error a:visited {
  text-decoration: underline !important;
}

.fieldsWarning {
  margin-top: 20px;
  color: #FF4000;
}

input.cartSubmit {
  background: url(../img/bgCartSubmit.png) top right no-repeat;
  color: white;
  text-transform: uppercase;
  border: none;
  padding-right: 30px;
  text-align: center;
  height: 28px;
  font-size: 14px;
  cursor: pointer;
}

p.submit {
  margin-top: 10px;
  text-align: right;
}

.padded {
  padding: 20px;
  font-size: 12px;
}

.finnUserMessages, .finnErrorMessages {
  font-size: 12px;
}

.finnErrorMessages {
  color: red;
  /*background: url(../finnGraphics/skin/close_grey.png)  left center no-repeat;*/
  padding: 5px 5px 5px 20px;
}

.cartPages {
  font-size: 12px;
}

#im_conditions {
  padding: 10px;
}

.cartSuccess {
  border-top: 1px solid #e7e7e7;
  line-height: 16px;
  color: #59635D;
}

.cartSuccess h3 {
  text-transform: uppercase;
  color: #FF4000;
  margin: 10px 0;
  font-weight: normal;
  font-size: 14px;
}

.orderPreview {
  margin: 0px -25px;
  border-top: 1px solid #eceaeb;
}

.orderPreview tr.products td {
  background-color: white;
}

.orderPreview tr td {
  border-bottom: 1px solid #eceaeb;
  padding: 2px;
}

td.price, .total {
  text-align: right;
}

.availableBrands {
  width: 520px;
}

.availableBrands td {
  padding: 0px 10px 20px 0;
  width: 33%;
}

.nameBrand {
  height: 22px;
}

ul.moreInfoBrand {
  font-size: 10px;
  list-style: disc inside;
  color: #FF4000;
}

.eshopList .eshopProduct .foto > a {
  display: inline-block;
  width: 100%;
  height: 235px;
  position: relative;
}

img.prodThumb {
  width: 100%;
  height: auto;
}

div#instructions {
  position: absolute;
  text-align: left;
  top: 435px;
  width: 266px;
}

#stageControls {
  position: absolute;
  top: 410px;
  text-align: right;
  width: 266px;
}

#suggestToFriend {
  margin-top: 10px;
}

#suggestToFriend label, #suggestToFriend span {
  display: block;
}

#suggestToFriend input[type=text], #suggestToFriend textarea {
  width: 180px;
}

#suggestToFriend .cartSubmit {
  margin-top: 10px;
}

.marginTop {
  margin-top: 5px;
}

#credits {
  text-align: right;
  width: 870px;
  padding: 5px 30px 10px 0;
}

#credits a:link, #credits a:visited {
  color: #888;
  text-decoration: none;
}

.numItems {
  width: 20px;
  height: 15px;
}

#seo {
  font-size: 11px;
  margin-top: 30px;
  padding-top: 10px;
  border-top: 2px solid #F7F3F1;
}

#seo a:link, #seo a:visited {
  color: #888;
  text-decoration: none;
}

#seo a:hover {
  color: #888;
  text-decoration: underline;
}

#finnform_users input {
  display: block;
}

.seo_text .mainImg {
  float: left;
  margin: 0 10px 10px 0;
}

.seo_text .mainText {
  margin-right: 0px !important;
  /* margin-bottom: 0px !important;*/
}

.menx {
  text-align: left;
  margin-top: 30px;
  font-size: 13px !important; /* margin-bottom: 60px; */
}

.menx ul {
  margin: 0px;
  padding-left: 0px;
  padding-bottom: 10px;
}

.menx ul li {
  margin: 0px;
  padding: 0px; /*display:inline;*/
  padding-right: 7px;
  background-image: none;
}

.menx ul li a {
  color: #59635d;
  background-position: right;
  background-repeat: no-repeat;
  padding-right: 14px;
  text-decoration: none;
  font-weight: normal;
}

.menx ul li a:hover {
  text-decoration: none;
  color: #ff4000;
}

#eKomiWidget_default {
  width: 162px;
  height: 237px;
  margin: 10px 0px 0px 8px;
}

#userResetPassword .passwordConfirm label {
  display: block;
}

#userResetPassword input {
  margin: 10px 0;
}

.eKomiTitle {
  font-size: 12px;
}

.cartHeader {
  /*width:103px;*/
}

.navig .pageLink, .navig .currentPage {
  padding: 0px 5px;
}

#cboxClose {
  position: absolute;
  top: 10px;
  right: 15px !important;
  background: url(../img/close_grey.png) center top no-repeat !important;
  width: 70px !important;
  height: 35px;
  padding-top: 20px;
  text-indent: 0px !important;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 15px;
  text-align: center;
  color: #FFFFFF;
  text-transform: uppercase;
}

.feedbackPopup {
  width: 406px;
  padding: 20px 10px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 18px;
  color: #59635D;
}

.feedbackPopup h1 {
  text-transform: uppercase;
  font-size: 20px;
  margin-bottom: 10px;
  color: #FF4000;
}

.feedbackPopup p.instructions {
  margin-bottom: 10px;
  font-size: 14px;
}

.feedbackPopup .finnFormElement {
  margin-bottom: 5px;
}

.feedbackPopup input[type=text], .feedbackPopup textarea {
  width: 400px;
  font-family: Arial, Helvetica, sans-serif;
}

.feedbackPopup p.finnFormLabel {
  margin-bottom: 5px;
  font-weight: bold;
}

.feedbackPopup p.finnFormLabel.warning {
  margin-top: 20px;
  font-size: 12px;
}

.feedbackPopup input.finnButton {
  width: 150px;
}

.feedbackPopup p.button {
  margin-top: 10px;
  text-align: right;
}

#f_customerFeedback_comments {
  height: 200px;
}

#finn_elcustomerFeedback_type li {
  margin-bottom: 10px;
}

#finn_elcustomerFeedback_type li input {
  float: left;
}

#finn_elcustomerFeedback_type li label {
  line-height: 20px;
  padding: 5px;
}

.feedbackPopup #finnValidationErrors {
  color: #FF0000;
}

/************WISHLISTS **************/
.purchaseBox__inputs__addToFavourites {
  width: 180px;
  height: 32px;
  background: #78a5ff url(../img/wishlistButton_new.png) top right no-repeat;
  color: white;
  text-transform: uppercase;
  cursor: pointer;
  padding: 8px 40px 32px 15px;
  font-weight: bold;
  margin-bottom: 5px;
  box-sizing: border-box;
}

.purchaseBox__addToFavsPanel {
  padding: 5px 0;
}

.purchaseBox__addToFavsPanel .favsLoginPanel {
  display: none;
}

.favsLoginPanel .registrationLink {
  margin-top: 5px;
}

.favsLoginPanel .registrationLink img {
  position: relative;
  left: 5px;
  top: 4px;
}

.favsLoginPanelTitle {
  padding-bottom: 5px;
}

#headLoginPanel {
  left: -12px;
  position: absolute;
  width: 150px;
  padding: 20px 8px;
  z-index: 100;
  border-left: 1px solid #DCC6C6;
  border-bottom: 1px solid #DCC6C6;
  border-right: 1px solid #DCC6C6;
}

#headLoginPanel input {
  width: 144px;
  display: block;
  margin-bottom: 8px;
}

#headLoginPanel img {
  position: relative;
  left: 5px;
  top: 4px;
}

#headLoginPanel .registrationLink {
  margin-top: 18px;
  /*padding:0px 3px;*/
  text-transform: none;
}

#headLoginPanel .cart_title_small {
  text-transform: none;
  /*padding:0px 3px;*/
  display: block;
}

#headLoginPanel input.cartSubmit {
  margin-top: 14px;
}

.purchaseBox__addToFavsPanel .elementDiv input {
  width: 150px;
  margin-bottom: 3px;
}

.loginPanel input.cartSubmit {
  width: 100%;
}

input#newWishlistName {
  width: 120px;
}

.addToWishlist {
  display: block;
  text-align: center;
  margin: 5px 0;
}

.favsChooseListPanel .buttons {
  margin-top: 10px;
}

.favsChooseListPanel .buttons a {
  padding: 5px;
  color: white;
  background-color: #FF4000;
  display: block;
  margin-top: 2px;
}

div.newWishlistName {
  margin-top: 6px;
}

#newWishlistName.fullDisplay {
  width: 98%;
}

.checkboxes div {
  padding: 5px 0;
}

.favsChooseListPanel input[type=checkbox] {
  float: right;
}

.purchaseBox__inputs__createNewWishlist {
  background-color: #888888;
  text-transform: uppercase;
  text-align: center;
}

.purchaseBox__inputs__saveWishlists {
  text-transform: uppercase;
  text-align: center;
}

.purchaseBox__inputs__saveWishlists img {
  height: 12px;
  float: right;
}

.float-left {
  float: left;
}

li.wishlistHeader img {
  position: relative;
  top: 1px;
  margin-left: 2px;
}

div.registrationForm {
  background-color: #F5F0ED;
  margin-top: 8px;
  padding: 14px 16px;
  width: auto;
}

div.registrationForm h1 {
  margin-bottom: 10px;
}

div.registrationForm form {
  padding: 15px 10px;
}

a.recoverPassLink {
  color: #FF4000;
}

#finnFinnlets_customerFeedback_hotCorner_container {
  display: none !important;
}

img[src="../img/sepHeader.gif"] {
  display: none;
}

.lang_it:after, .lang_en:after {
  display: inline-block;
  content: "";
  height: 16px;
  width: 16px;
  margin-left: 5px;
  vertical-align: top;
}

.lang_it:after {
  background: url(../img/Italy.png) center no-repeat;
  background-size: cover;
}

.lang_en:after {
  background: url(../img/UK.png) center no-repeat;
  background-size: cover;
}

.lang_it, .lang_en {
  display: inline-block;
  vertical-align: middle;
  text-transform: capitalize;
}

.arialBSideMenu {
  font-family: Arial, sans-serif;
  font-weight: bold;
  font-size: 13px;
  line-height: 14px;
}

.arialRSideMenu {
  font-family: Arial, sans-serif;
  font-size: 11px;
  line-height: 12px;
}

.marchioImg {
  float: left;
  margin: 15px 15px 15px 0;
}

.marchioText {
  margin-top: 15px;
}

.marchioText strong {
  font-weight: normal;
}

.selectedShippingAddress__address {
  display: inline-block;
}

div.table {
  display: table;
}

div.table .row {
  display: table-row;
}

div.table .row .cell {
  display: table-cell;
}

@media (min-width: 1025px) {
  .onlyMobile {
    display: none !important;
  }
}
#contenuto #eshopMain #eshopSearchBar .eshopSearchBarTable .label + .close {
  display: none;
}

.BDC_CaptchaDiv {
  display: flex;
}
.BDC_CaptchaDiv #ExampleCaptcha_CaptchaImageDiv a {
  display: none !important;
}

#privacy-policy {
  line-height: 1.2;
  padding: 12px;
}
#privacy-policy h1 {
  font-size: 24px;
  margin-bottom: 12px;
}
#privacy-policy h2 {
  font-size: 16px;
  margin: 12px 0;
}
#privacy-policy p {
  margin-bottom: 6px;
}
#privacy-policy ul {
  list-style-type: initial;
  list-style-position: inside;
}

body.tinyMceBo {
  padding: 3px;
  box-sizing: border-box;
}

.tinyMceBo {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  line-height: 16px;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
}
.tinyMceBo ol {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  line-height: 16px;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
}
.tinyMceBo ul {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  line-height: 16px;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
}
.tinyMceBo ul li {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  line-height: 16px;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
}
.tinyMceBo ol li, .tinyMceBo p, .tinyMceBo h1, .tinyMceBo h2, .tinyMceBo h3, .tinyMceBo h4 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  line-height: 16px;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
}
.tinyMceBo h2 {
  font-size: 16px;
}
.tinyMceBo h3 {
  font-size: 15px;
}
.tinyMceBo h4 {
  font-size: 14px;
}
.tinyMceBo p {
  margin-bottom: 10px;
}
.tinyMceBo ol {
  list-style: none;
  padding: 0;
  margin: 0;
}
.tinyMceBo ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.tinyMceBo ul li {
  padding-left: 12px;
  background: url("/img/freccia_grey_shop.png") left 2px no-repeat;
  background-size: 12px;
}
.tinyMceBo ol li {
  padding-left: 12px;
  background: url("/img/freccia_grey_shop.png") left 2px no-repeat;
  background-size: 12px;
}
.tinyMceBo a:link, .tinyMceBo a:visited, .tinyMceBo a:hover {
  text-decoration: underline;
}

@media (max-width: 1024px) {
  .tinyMceBo {
    margin: 0 15px;
  }
}
#HCECookieManagerContainer {
  font-family: Arial, helvetica, sans-serif;
  font-size: 14px;
  text-align: left;
  z-index: 10000000;
}
#HCECookieManagerContainer a:link, #HCECookieManagerContainer a:visited {
  text-decoration: underline;
}
#HCECookieManagerContainer table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 50%;
  box-sizing: border-box;
}
#HCECookieManagerContainer table td, #HCECookieManagerContainer table th {
  padding: 10px;
}
#HCECookieManagerContainer h1, #HCECookieManagerContainer h2, #HCECookieManagerContainer h3, #HCECookieManagerContainer h4, #HCECookieManagerContainer h5 {
  font-weight: bold;
}
#HCECookieManagerContainer h1 {
  font-size: 20px;
}
#HCECookieManagerContainer h2 {
  font-size: 18px;
}
#HCECookieManagerContainer h3 {
  font-size: 16px;
}
#HCECookieManagerContainer h4, #HCECookieManagerContainer h5 {
  font-size: 15px;
}
#HCECookieManagerContainer div, #HCECookieManagerContainer p {
  font-size: 14px;
  font-weight: normal;
}
#HCECookieManagerContainer .HCECookieManagerButton {
  display: inline-block;
  background: black;
  border-radius: 5px;
  padding: 10px 30px;
  margin: 5px;
  text-transform: uppercase;
  font-weight: bold;
  color: white;
  cursor: pointer;
}
#HCECookieManagerContainer.fromTop {
  width: 100%;
  display: none;
  box-sizing: border-box;
  padding: 20px;
  position: relative;
}
#HCECookieManagerContainer.fromTop #HCECookieManagerClose {
  cursor: pointer;
  position: absolute;
  right: 30px;
  top: 20px;
  font-size: 20px;
  font-weight: bold;
  z-index: 50;
}
#HCECookieManagerContainer.fromTop #HCECookieManagerContent {
  width: 70%;
  max-width: 50vw;
  margin: 0px auto;
}
#HCECookieManagerContainer.fromTop #HCECookieManagerContent h1, #HCECookieManagerContainer.fromTop #HCECookieManagerContent h2 {
  margin-top: 10px;
  margin-bottom: 20px;
  padding: 0px;
}
#HCECookieManagerContainer.fromTop #HCECookieManagerContent div, #HCECookieManagerContainer.fromTop #HCECookieManagerContent p, #HCECookieManagerContainer.fromTop #HCECookieManagerContent h3, #HCECookieManagerContainer.fromTop #HCECookieManagerContent h4, #HCECookieManagerContainer.fromTop #HCECookieManagerContent h5 {
  margin-bottom: 10px;
  padding: 0px;
}
#HCECookieManagerContainer.overlay {
  width: 100%;
  display: none;
  box-sizing: border-box;
  padding: 20px;
  position: absolute;
  top: 0;
  z-index: 10000000000000000;
}
#HCECookieManagerContainer.overlay #HCECookieManagerClose {
  cursor: pointer;
  position: absolute;
  right: 30px;
  top: 20px;
  font-size: 20px;
  font-weight: bold;
  z-index: 50;
}
#HCECookieManagerContainer.overlay #HCECookieManagerContent {
  width: 70%;
  max-width: 50vw;
  margin: 0px auto;
}
#HCECookieManagerContainer.overlay #HCECookieManagerContent h1, #HCECookieManagerContainer.overlay #HCECookieManagerContent h2 {
  margin-top: 10px;
  margin-bottom: 20px;
  padding: 0px;
}
#HCECookieManagerContainer.overlay #HCECookieManagerContent div, #HCECookieManagerContainer.overlay #HCECookieManagerContent p, #HCECookieManagerContainer.overlay #HCECookieManagerContent h3, #HCECookieManagerContainer.overlay #HCECookieManagerContent h4, #HCECookieManagerContainer.overlay #HCECookieManagerContent h5 {
  margin-bottom: 10px;
  padding: 0px;
}
#HCECookieManagerContainer.default {
  color: black;
  background-color: white;
  border: 1px solid black;
}
#HCECookieManagerContainer.default.overlay {
  background: rgba(255, 255, 255, 0.95);
}
#HCECookieManagerContainer.default a, #HCECookieManagerContainer.default h1, #HCECookieManagerContainer.default h2, #HCECookieManagerContainer.default div, #HCECookieManagerContainer.default p, #HCECookieManagerContainer.default h3, #HCECookieManagerContainer.default h4, #HCECookieManagerContainer.default h5 {
  color: black;
}
#HCECookieManagerContainer.default table td, #HCECookieManagerContainer.default table th {
  border-left: 1px solid black;
  border-top: 1px solid black;
  border-right: 1px solid black;
  border-bottom: 1px solid black;
}
#HCECookieManagerContainer.dark {
  color: white;
  background-color: black;
}
#HCECookieManagerContainer.dark.overlay {
  background: rgba(0, 0, 0, 0.9);
}
#HCECookieManagerContainer.dark a, #HCECookieManagerContainer.dark h1, #HCECookieManagerContainer.dark h2, #HCECookieManagerContainer.dark div, #HCECookieManagerContainer.dark p, #HCECookieManagerContainer.dark h3, #HCECookieManagerContainer.dark h4, #HCECookieManagerContainer.dark h5 {
  color: white;
}
#HCECookieManagerContainer.dark strong {
  color: white;
}
#HCECookieManagerContainer.dark table {
  color: white;
  border-left: 1px solid white;
  border-top: 1px solid white;
}
#HCECookieManagerContainer.dark table td, #HCECookieManagerContainer.dark table th {
  border-right: 1px solid white;
  border-bottom: 1px solid white;
}
#HCECookieManagerContainer.dark .HCECookieManagerButton {
  background: white;
  color: black;
}
#HCECookieManagerContainer.grey {
  color: white;
  background-color: #666666;
}
#HCECookieManagerContainer.grey a {
  color: white;
}
#HCECookieManagerContainer.grey strong {
  color: white;
}
#HCECookieManagerContainer.grey.overlay {
  background: rgba(102, 102, 102, 0.95);
}
#HCECookieManagerContainer.grey a, #HCECookieManagerContainer.grey h1, #HCECookieManagerContainer.grey h2, #HCECookieManagerContainer.grey div, #HCECookieManagerContainer.grey p, #HCECookieManagerContainer.grey h3, #HCECookieManagerContainer.grey h4, #HCECookieManagerContainer.grey h5 {
  color: white;
}
#HCECookieManagerContainer.grey strong {
  color: white;
}
#HCECookieManagerContainer.grey table {
  color: white;
  border-left: 1px solid white;
  border-top: 1px solid white;
}
#HCECookieManagerContainer.grey table td, #HCECookieManagerContainer.grey table th {
  border-right: 1px solid white;
  border-bottom: 1px solid white;
}
#HCECookieManagerContainer.grey .HCECookieManagerButton {
  background: white;
  color: black;
}

@CHARSET "UTF-8";
.wishlistDisplay h3, .ordersDisplay h3 {
  background-image: url(/img/red-arrow-down.png);
  background-position: right;
  background-repeat: no-repeat;
  background-color: white;
  padding: 10px 0 0 8px;
  height: 21px;
  zline-height: 78px;
  cursor: pointer;
  margin-bottom: 12px;
}

h3.ui-accordion-header-active {
  background-image: url(/img/red-arrow-up.png) !important;
}

.wishlistDisplay .items, .ordersDisplay .items {
  padding: 0 9px 0 25px;
  color: #000;
  font-family: "Raleway", sans-serif;
  background: url(/img/favourite.png) left center no-repeat;
  font-size: 16px;
  font-weight: normal;
}

.wishlistDisplay .listTitle, .ordersDisplay .listTitle {
  color: #FF4000;
  font-size: 16px;
  font-weight: normal;
  text-transform: capitalize;
}

.wishlistDisplay .listTitle button, .ordersDisplay .listTitle button {
  margin-left: 5px;
  background-color: white;
  border: 1px solid #333333;
  color: #333333;
  font-family: "Raleway", sans-serif;
  font-size: 16px;
}

.wishListContent, .orderListContent {
  margin-bottom: 12px;
}

.publicWishlistDetails {
  margin-top: 10px;
}

.publicWishlistIntro p {
  margin-bottom: 5px;
}

.wishlistDisplay .cartItem, .ordersDisplay .cartItem {
  border-bottom: 1px solid #b8b8b4;
  margin: 15px 0;
  padding-bottom: 9px;
}

.wishlistDisplay .details, .ordersDisplay .details {
  margin-left: 120px;
  padding-top: 10px;
}

.wishlistDisplay .details h5, .ordersDisplay .details h5 {
  font-weight: 400;
  margin-bottom: 9px;
}

.wishlistDisplay .details h5 a, .ordersDisplay .details h5 a {
  font-size: 14px;
  font-weight: bold;
}

.wishlistDisplay .details .priceAndAdd, .ordersDisplay .details .priceAndAdd {
  margin-top: 5px;
}

.wishlistDisplay .details .priceAndAdd .addToCart, .ordersDisplay .details .priceAndAdd .addToCart {
  background-color: #FF4000;
  color: #FFFFFF;
  display: block;
  font-size: 15px;
  margin-top: 13px;
  padding: 8px 10px 8px 5px;
  text-align: center;
  text-transform: uppercase;
  width: 200px;
}

.wishlistDisplay .details .priceAndAdd .addToCart img,
.ordersDisplay .details .priceAndAdd .addToCart img {
  float: right;
  height: 15px;
}

.wishlistDisplay .priceAndAdd .label,
.ordersDisplay .priceAndAdd .label {
  text-transform: uppercase;
  font-size: 13px;
  margin-bottom: 8px;
}

.wishlistDisplay .priceAndAdd .mainPrice,
.ordersDisplay .priceAndAdd .mainPrice {
  font-size: 13px;
}

.wishlistDisplay .priceAndAdd .priceNoDiscount,
.ordersDisplay .priceAndAdd .priceNoDiscount {
  display: block;
  color: #FF4000;
  font-size: 15px;
}

.wishlistDisplay .details .pName,
.ordersDisplay .details .pName {
  font-size: 15px;
  font-weight: normal;
  margin-bottom: 2px;
  text-transform: none;
}

.wishlistDisplay .details .size,
.ordersDisplay .details .size {
  font-size: 15px;
}

.wishlistDisplay .details .stock,
.ordersDisplay .details .stock {
  margin-top: 5px;
  font-size: 12px;
}

.wishlistDisplay .cartItem .price,
.ordersDisplay .cartItem .price {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 7px;
  text-transform: uppercase;
}

.removeFromList {
  text-transform: uppercase;
  font-size: 13px;
}

.wishlistDisplay .commands {
  margin: 15px 0;
}

.wishlistActions {
  border-bottom: 1px solid #b8b8b4;
  margin: 15px 0;
  padding-bottom: 15px;
  text-transform: uppercase;
  font-size: 9px;
}

a.wishlistButton {
  text-transform: uppercase;
  font-size: 9px;
  display: inline-block;
  padding: 8px 12px;
  background: #71716a;
  margin-right: 10px;
  color: white;
}

a.wishlistButton.light {
  background: #ebebeb;
  color: black;
}

a.wishlistButton:link, a.wishlistButton:visited {
  color: white;
}

a.wishlistButton.light:link, a.wishlistButton.light:visited {
  color: black;
}

span.listTitle input {
  min-width: 150px;
}

.clear-both {
  clear: both;
}

.publicWishlist .wishlistActions {
  border-bottom: 0;
  text-align: center;
}

.wishlistDisplay div.addToCart {
  cursor: pointer;
}

div.eshopWishlists .titleOnly, div.eshopMyOrders .titleOnly {
  text-transform: capitalize;
}

div.eshopWishlists, div.eshopMyOrders {
  background-color: #F5F0ED;
  padding: 14px 16px;
  margin-top: 8px;
}

#wishListContent, #myOrdersContent {
  background-color: white;
  padding: 10px 21px;
}

.wishlistActions .socialSharing {
  float: right;
  margin-left: 10px;
  margin-top: 5px;
}

/*# sourceMappingURL=ivomilan_new.css.map */
