/*
 * FancyBox - jQuery Plugin
 * Simple and fancy lightbox alternative
 *
 * Examples and documentation at: http://fancybox.net
 * 
 * Copyright (c) 2008 - 2010 Janis Skarnelis
 * That said, it is hardly a one-person project. Many people have submitted bugs, code, and offered their advice freely. Their support is greatly appreciated.
 * 
 * Version: 1.3.4 (11/11/2010)
 * Requires: jQuery v1.3+
 *
 * Dual licensed under the MIT and GPL licenses:
 *   http://www.opensource.org/licenses/mit-license.php
 *   http://www.gnu.org/licenses/gpl.html
 */

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	width: 40px;
	height: 40px;
	margin-top: -20px;
	margin-left: -20px;
	cursor: pointer;
	overflow: hidden;
	z-index: 1104;
	display: none;
}

#fancybox-loading div {
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 480px;
	background-image: url('https://www.babypromo.it/skin/frontend/storebaby/default/css/fancybox/fancybox.png');
}

#fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1100;
	display: none;
}

#fancybox-tmp {
	padding: 0;
	margin: 0;
	border: 0;
	overflow: auto;
	display: none;
}

#fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	padding: 20px;
	z-index: 1101;
	outline: none;
	display: none;
}

#fancybox-outer {
	position: relative;
	width: 100%;
	height: 100%;
	background: #fff;
}

#fancybox-content {
	width: 0;
	height: 0;
	padding: 0;
	outline: none;
	position: relative;
	overflow: hidden;
	z-index: 1102;
	border: 0px solid #fff;
}

#fancybox-hide-sel-frame {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: transparent;
	z-index: 1101;
}

#fancybox-close {
	position: absolute;
	top: -15px;
	right: -15px;
	width: 30px;
	height: 30px;
	background: transparent url('https://www.babypromo.it/skin/frontend/storebaby/default/css/fancybox/fancybox.png') -40px 0px;
	cursor: pointer;
	z-index: 1103;
	display: none;
}

#fancybox-error {
	color: #444;
	font: normal 12px/20px Arial;
	padding: 14px;
	margin: 0;
}

#fancybox-img {
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	border: none;
	outline: none;
	line-height: 0;
	vertical-align: top;
}

#fancybox-frame {
	width: 100%;
	height: 100%;
	border: none;
	display: block;
}

#fancybox-left, #fancybox-right {
	position: absolute;
	bottom: 0px;
	height: 100%;
	width: 35%;
	cursor: pointer;
	outline: none;
	background: transparent url('https://www.babypromo.it/skin/frontend/storebaby/default/css/fancybox/blank.gif');
	z-index: 1102;
	display: none;
}

#fancybox-left {
	left: 0px;
}

#fancybox-right {
	right: 0px;
}

#fancybox-left-ico, #fancybox-right-ico {
	position: absolute;
	top: 50%;
	left: -9999px;
	width: 30px;
	height: 30px;
	margin-top: -15px;
	cursor: pointer;
	z-index: 1102;
	display: block;
}

#fancybox-left-ico {
	background-image: url('https://www.babypromo.it/skin/frontend/storebaby/default/css/fancybox/fancybox.png');
	background-position: -40px -30px;
}

#fancybox-right-ico {
	background-image: url('https://www.babypromo.it/skin/frontend/storebaby/default/css/fancybox/fancybox.png');
	background-position: -40px -60px;
}

#fancybox-left:hover, #fancybox-right:hover {
	visibility: visible; /* IE6 */
}

#fancybox-left:hover span {
	left: 20px;
}

#fancybox-right:hover span {
	left: auto;
	right: 20px;
}

.fancybox-bg {
	position: absolute;
	padding: 0;
	margin: 0;
	border: 0;
	width: 20px;
	height: 20px;
	z-index: 1001;
}

#fancybox-bg-n {
	top: -20px;
	left: 0;
	width: 100%;
	background-image: url('https://www.babypromo.it/skin/frontend/storebaby/default/css/fancybox/fancybox-x.png');
}

#fancybox-bg-ne {
	top: -20px;
	right: -20px;
	background-image: url('https://www.babypromo.it/skin/frontend/storebaby/default/css/fancybox/fancybox.png');
	background-position: -40px -162px;
}

#fancybox-bg-e {
	top: 0;
	right: -20px;
	height: 100%;
	background-image: url('https://www.babypromo.it/skin/frontend/storebaby/default/css/fancybox/fancybox-y.png');
	background-position: -20px 0px;
}

#fancybox-bg-se {
	bottom: -20px;
	right: -20px;
	background-image: url('https://www.babypromo.it/skin/frontend/storebaby/default/css/fancybox/fancybox.png');
	background-position: -40px -182px; 
}

#fancybox-bg-s {
	bottom: -20px;
	left: 0;
	width: 100%;
	background-image: url('https://www.babypromo.it/skin/frontend/storebaby/default/css/fancybox/fancybox-x.png');
	background-position: 0px -20px;
}

#fancybox-bg-sw {
	bottom: -20px;
	left: -20px;
	background-image: url('https://www.babypromo.it/skin/frontend/storebaby/default/css/fancybox/fancybox.png');
	background-position: -40px -142px;
}

#fancybox-bg-w {
	top: 0;
	left: -20px;
	height: 100%;
	background-image: url('https://www.babypromo.it/skin/frontend/storebaby/default/css/fancybox/fancybox-y.png');
}

#fancybox-bg-nw {
	top: -20px;
	left: -20px;
	background-image: url('https://www.babypromo.it/skin/frontend/storebaby/default/css/fancybox/fancybox.png');
	background-position: -40px -122px;
}

#fancybox-title {
	font-family: Helvetica;
	font-size: 12px;
	z-index: 1102;
}

.fancybox-title-inside {
	padding-bottom: 10px;
	text-align: center;
	color: #333;
	background: #fff;
	position: relative;
}

.fancybox-title-outside {
	padding-top: 10px;
	color: #fff;
}

.fancybox-title-over {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #FFF;
	text-align: left;
}

#fancybox-title-over {
	padding: 10px;
	background-image: url('https://www.babypromo.it/skin/frontend/storebaby/default/css/fancybox/fancy_title_over.png');
	display: block;
}

.fancybox-title-float {
	position: absolute;
	left: 0;
	bottom: -20px;
	height: 32px;
}

#fancybox-title-float-wrap {
	border: none;
	border-collapse: collapse;
	width: auto;
}

#fancybox-title-float-wrap td {
	border: none;
	white-space: nowrap;
}

#fancybox-title-float-left {
	padding: 0 0 0 15px;
	background: url('https://www.babypromo.it/skin/frontend/storebaby/default/css/fancybox/fancybox.png') -40px -90px no-repeat;
}

#fancybox-title-float-main {
	color: #FFF;
	line-height: 29px;
	font-weight: bold;
	padding: 0 0 3px 0;
	background: url('https://www.babypromo.it/skin/frontend/storebaby/default/css/fancybox/fancybox-x.png') 0px -40px;
}

#fancybox-title-float-right {
	padding: 0 0 0 15px;
	background: url('https://www.babypromo.it/skin/frontend/storebaby/default/css/fancybox/fancybox.png') -55px -90px no-repeat;
}

/* IE6 */

.fancybox-ie6 #fancybox-close { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/css/fancybox/fancy_close.png', sizingMethod='scale'); }

.fancybox-ie6 #fancybox-left-ico { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/css/fancybox/fancy_nav_left.png', sizingMethod='scale'); }
.fancybox-ie6 #fancybox-right-ico { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/css/fancybox/fancy_nav_right.png', sizingMethod='scale'); }

.fancybox-ie6 #fancybox-title-over { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/css/fancybox/fancy_title_over.png', sizingMethod='scale'); zoom: 1; }
.fancybox-ie6 #fancybox-title-float-left { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/css/fancybox/fancy_title_left.png', sizingMethod='scale'); }
.fancybox-ie6 #fancybox-title-float-main { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/css/fancybox/fancy_title_main.png', sizingMethod='scale'); }
.fancybox-ie6 #fancybox-title-float-right { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/css/fancybox/fancy_title_right.png', sizingMethod='scale'); }

.fancybox-ie6 #fancybox-bg-w, .fancybox-ie6 #fancybox-bg-e, .fancybox-ie6 #fancybox-left, .fancybox-ie6 #fancybox-right, #fancybox-hide-sel-frame {
	height: expression(this.parentNode.clientHeight + "px");
}

#fancybox-loading.fancybox-ie6 {
	position: absolute; margin-top: 0;
	top: expression( (-20 + (document.documentElement.clientHeight ? document.documentElement.clientHeight/2 : document.body.clientHeight/2 ) + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop )) + 'px');
}

#fancybox-loading.fancybox-ie6 div	{ background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/css/fancybox/fancy_loading.png', sizingMethod='scale'); }

/* IE6, IE7, IE8 */

.fancybox-ie .fancybox-bg { background: transparent !important; }

.fancybox-ie #fancybox-bg-n { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/skin/frontend/piquadro/default/css/fancybox/fancy_shadow_n.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-ne { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/skin/frontend/piquadro/default/css/fancybox/fancy_shadow_ne.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-e { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/skin/frontend/piquadro/default/css/fancybox/fancy_shadow_e.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-se { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/skin/frontend/piquadro/default/css/fancybox/fancy_shadow_se.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-s { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/skin/frontend/piquadro/default/css/fancybox/fancy_shadow_s.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-sw { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/skin/frontend/piquadro/default/css/fancybox/fancy_shadow_sw.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-w { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/skin/frontend/piquadro/default/css/fancybox/fancy_shadow_w.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-nw { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/skin/frontend/piquadro/default/css/fancybox/fancy_shadow_nw.png', sizingMethod='scale'); }
@charset "UTF-8";
@font-face {
  font-family: 'comfortaabold';
  src: url("https://www.babypromo.it/skin/frontend/storebaby/default/css/fonts/comfortaa-bold-webfont.eot");
  src: url("https://www.babypromo.it/skin/frontend/storebaby/default/css/fonts/comfortaa-bold-webfont.eot?#iefix") format("embedded-opentype"), url("https://www.babypromo.it/skin/frontend/storebaby/default/css/fonts/comfortaa-bold-webfont.woff") format("woff"), url("https://www.babypromo.it/skin/frontend/storebaby/default/css/fonts/comfortaa-bold-webfont.ttf") format("truetype"), url("https://www.babypromo.it/skin/frontend/storebaby/default/css/fonts/comfortaa-bold-webfont.svg#comfortaabold") format("svg");
  font-weight: normal;
  font-style: normal; }

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 {
  border: 0;
  outline: 0;
  background: transparent; }

var {
  font: inherit;
  text-transform: inherit; }

* {
  margin: 0;
  padding: 0; }

a {
  text-decoration: underline;
  color: #333; }

a:hover {
  text-decoration: none; }

.clear {
  display: block;
  clear: both; }

.spazio50 {
  height: 50px; }

.spazio {
  height: 5px; }

.spazio1 {
  height: 1px; }

.spazio30 {
  height: 30px; }

.spazio25 {
  height: 25px; }

.spazio20 {
  height: 20px; }

.spazio17 {
  height: 17px; }

.spazio15 {
  height: 15px; }

.spazio10 {
  height: 10px; }

.spazio7 {
  height: 7px; }

.spaziof {
  height: 20px; }

.spazio40 {
  height: 40px; }

.a-right {
  text-align: right; }

ul {
  list-style: none; }

body {
  font-family: Arial, Helvetica, sans-serif;
  background: url(https://www.babypromo.it/skin/frontend/storebaby/default/images/bg.jpg) repeat-x; }

#contenitore-generale {
  *width: 100%;
  max-width: 960px;
  margin: 0 auto; }

.submenu-block-handler {
  float: right !important;
  text-align: center; }

#header {
  max-width: 960px;
  height: 183px;
  position: relative; }

.menu-lingua {
  float: left;
  margin: 9px 6px 0 5px;
  position: absolute;
  left: 5px; }

.menu-lingua ul {
  z-index: 2000;
  background: url(https://www.babypromo.it/skin/frontend/storebaby/default/images/arrow_flag.jpg) no-repeat 30px 10px #fff;
  border: 1px solid #ddd;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  behavior: url(https://www.babypromo.it/skin/frontend/storebaby/default/css/PIE.htc);
  padding: 5px 2px 2px 7px;
  margin: 0; }

.menu-lingua li a {
  padding: 5px 15px 0 0; }

.menu-lingua ul li ul {
  display: none;
  background: none;
  border: none; }

.menu-lingua ul li:hover ul {
  display: block;
  float: none;
  margin: 0;
  z-index: 2000;
  padding: 8px 0 0 0; }

.button-newsletter {
  background: #fff url(https://www.babypromo.it/skin/frontend/storebaby/default/images/button_newsletter.png) no-repeat 5px 0;
  width: 79px;
  height: 21px;
  padding: 4px 0 0 32px;
  float: left;
  text-decoration: none;
  color: #157d9c;
  font-weight: bold;
  font-size: 13px;
  margin: 9px 0 0 58px;
  border: 1px solid #ddd;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  behavior: url(https://www.babypromo.it/skin/frontend/storebaby/default/css/PIE.htc);
  transition: all 200ms ease-in 0s; }

.button-newsletter:hover {
  border: 1px solid #E0A4C0;
  color: #E0A4C0; }

.numero-verde {
  background: url(https://www.babypromo.it/skin/frontend/storebaby/default/images/icon_tel.png) no-repeat 5px top;
  color: #333;
  font-weight: bold;
  font-size: 19px;
  float: left;
  padding: 2px 0 0 36px;
  border-left: 1px solid #ccc;
  margin: 9px 0 0 8px; }

.register-login {
  background: url(https://www.babypromo.it/skin/frontend/storebaby/default/images/button_myaccount.png) no-repeat;
  width: 100px;
  height: 33px;
  float: right;
  margin: 2px 0 0 0;
  padding: 7px 0 0 7px;
  transition: all 200ms ease-in 0s;
  behavior: url(https://www.babypromo.it/skin/frontend/storebaby/default/css/PIE.htc); }

.register-login .register {
  background: url(https://www.babypromo.it/skin/frontend/storebaby/default/images/icon_register.png) no-repeat;
  color: #fff;
  text-decoration: none;
  font-size: 12px;
  text-shadow: 1px 1px 1px #666;
  font-weight: bold;
  padding: 2px 10px 0 20px;
  border-right: 1px solid #8ddde9;
  margin: 0 6px 0 0; }

.register-login .login {
  background: url(https://www.babypromo.it/skin/frontend/storebaby/default/images/icon_login.png) no-repeat left 4px;
  color: #fff;
  text-decoration: none;
  font-size: 12px;
  text-shadow: 1px 1px 1px #666;
  font-weight: bold;
  padding: 5px 0 0 18px;
  display: block; }

/*.register-login a:hover { opacity: 0.8; filter:Alpha(Opacity=0.8); behavior:url(https://www.babypromo.it/skin/frontend/storebaby/default/css/PIE.htc); }*/
.register-login a:hover {
  color: #eee; }

.cart {
  background: #d87f9e url(https://www.babypromo.it/skin/frontend/storebaby/default/images/icon_cart.png) no-repeat 7px 5px;
  border: 1px solid #C43F6C;
  border-radius: 4px 4px 4px 4px;
  box-shadow: 0 1px 2px #999999;
  float: right;
  margin: 4px 5px 0 0;
  padding: 7px 8px;
  transition: all 200ms ease-in 0s;
  behavior: url(https://www.babypromo.it/skin/frontend/storebaby/default/css/PIE.htc); }

.cart .text {
  float: left;
  color: #fff;
  text-transform: uppercase;
  text-shadow: 1px 1px 1px #000;
  font-size: 14px;
  padding: 2px 6px 0 23px;
  margin: 0 6px 0 0;
  font-weight: bold;
  text-shadow: 1px 1px 1px #333;
  border-right: 1px solid #ca6189;
  text-decoration: none;
  behavior: url(https://www.babypromo.it/skin/frontend/storebaby/default/css/PIE.htc); }

.cart .item {
  float: left;
  color: #ececec;
  font-size: 13px;
  text-decoration: none;
  padding: 2px 6px 0 6px;
  transition: all 200ms ease-in 0s; }

.cart:hover {
  background: #D66D8E url(https://www.babypromo.it/skin/frontend/storebaby/default/images/icon_cart.png) no-repeat 7px 5px;
  box-shadow: 0 0px 4px #faa8c5;
  border: 1px solid #faa8c5; }

#header .active:not(form) {
  background: #2AA0C3 url(https://www.babypromo.it/skin/frontend/storebaby/default/images/icon_cart.png) no-repeat 7px 5px;
  box-shadow: 0 0px 8px #3EB3D6;
  border: 1px solid #A9E2F2; }

#header .active:not(form) {
  color: #A0E4F7; }

.logo {
  margin: 16px 0 0 0;
  float: left; }

#motore-ricerca {
  float: right;
  background: url(https://www.babypromo.it/skin/frontend/storebaby/default/images/bg_motore.png) no-repeat;
  width: 477px;
  height: 68px;
  border: none;
  margin: 22px 0 0; }

#motore-ricerca .testo {
  background: none;
  border: none;
  height: 28px;
  margin: 16px 0 0 22px;
  padding: 4px 10px;
  color: #666;
  width: 360px;
  line-height: 1.9em;
  float: left;
  outline: none; }

#motore-ricerca .button {
  background: url(https://www.babypromo.it/skin/frontend/storebaby/default/images/icon_cerca.jpg) no-repeat !important;
  border: none;
  float: right;
  text-indent: -9999px;
  width: 35px;
  height: 36px;
  cursor: pointer;
  margin: 21px 21px 0 0; }

#menu-principale {
  background: url(https://www.babypromo.it/skin/frontend/storebaby/default/images/bg_menu.png) no-repeat;
  width: 100%;
  max-width: 964px;
  height: 49px; }

#menu-principale > ul {
  margin: 0;
  position: relative;
  width: 100%; }

#menu-principale > ul > li {
  border-right: 1px solid #84d2e9;
  float: left; }

#menu-principale > ul > li > a {
  color: #fff;
  text-shadow: 1px 1px 1px #666;
  font-size: 15px;
  text-decoration: none;
  float: left;
  height: 15px;
  padding: 15px 13px;
  transition: all 200ms ease-in 0s; }

#menu-principale > ul > li > a:hover {
  text-shadow: 0 0 5px #000;
  background: #1c94b8;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  behavior: url(https://www.babypromo.it/skin/frontend/storebaby/default/css/PIE.htc); }

#menu-principale .noborder {
  border: none !important; }

#menu-principale .menu-principale-due .sub {
  display: none;
  background: #f7f7f7;
  padding: 15px;
  overflow: auto;
  box-shadow: 0 0 10px #2AA0C4;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  behavior: url(https://www.babypromo.it/skin/frontend/storebaby/default/css/PIE.htc); }

#menu-principale .sub-container {
  position: absolute; }

#menu-principale .menu-principale-due .sub .row {
  /*background:#FFFFFF;*/
  border-radius: 6px 6px 6px 6px;
  overflow: auto;
  padding: 8px; }

.mega-hdr-a {
  border-bottom: 1px solid #D66D8E;
  color: #D66D8E;
  display: block;
  font-family: 'comfortaabold';
  font-size: 16px;
  margin: 0 0 6px;
  padding: 0 0 8px;
  text-decoration: none; }

#menu-principale .category {
  float: left;
  width: 190px;
  background: #fff;
  border: 1px solid #eee;
  padding: 12px;
  margin: 0 12px 0 0;
  min-height: 200px; }

#menu-principale .category li {
  border-bottom: 1px solid #DDDDDD !important;
  display: block;
  float: none !important;
  margin: 0 0 3px; }

#menu-principale .category li a {
  color: #666666;
  display: block;
  float: none !important;
  font-size: 13px;
  margin: 0;
  padding: 0 0 4px !important;
  text-decoration: none; }

#menu-principale .category li a:hover {
  text-decoration: underline; }

#contenuto-principale {
  clear: both;
  background: #fff;
  border: 1px solid #dddddd;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  *width: 100%;
  max-width: 941px;
  padding: 10px;
  box-shadow: 0 0 6px #ccc;
  behavior: url(https://www.babypromo.it/skin/frontend/storebaby/default/css/PIE.htc); }

.slider {
  float: left;
  margin: 2px -2px 0 0; }

.slider img {
  border: 1px solid #cccccc;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 5px; }

.banner-dx-home {
  *float: left; }

.banner-dx-home a {
  display: block;
  *height: 165px; }

.banner-dx-home p {
  float: left; }

.banner-dx-home p {
  margin: 2px 0 0 5px; }

.banner-dx-home p a img {
  margin: 0 !important; }

.fluid_container {
  margin-bottom: 5px !important; }

.box-offerte-home {
  padding: 0 0 0 5px; }

.box-offerte-home h2 {
  font-family: 'comfortaabold';
  color: #D66D8E;
  font-size: 22px;
  display: block;
  padding: 0 0 6px 0; }

.box-offerte-home .box-offerta {
  border: 1px solid #cecece;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  float: left;
  margin: 0 20px 0 0;
  padding: 10px;
  width: 275px;
  transition: all 200ms ease-in 0s;
  behavior: url(https://www.babypromo.it/skin/frontend/storebaby/default/css/PIE.htc); }

.box-offerte-home .box-offerta:hover {
  border: 1px solid #fff;
  box-shadow: 0 0 6px #2AA0C4;
  background: #fff; }

.box-offerte-home .box-offerta img {
  float: left;
  margin: 0 10px 0 0; }

.box-offerte-home .box-dati-right {
  background: #F5F5F5;
  border-radius: 6px;
  float: left;
  margin: 0;
  padding: 25px 4px;
  width: 102px; }

.box-offerte-home .box-offerta .dati {
  float: left;
  width: 280px;
  padding: 5px 0 0 0; }

.box-offerte-home .box-offerta .dati .cat {
  font-weight: bold;
  color: #333;
  font-size: 12px;
  display: block;
  padding: 0 0 3px 0; }

.box-offerte-home .box-offerta .dati .titolo {
  font-family: 'comfortaabold';
  font-size: 16px;
  color: #1890b5;
  text-decoration: none;
  display: block;
  line-height: 1.1em;
  min-height: 52px; }

.box-offerte-home .box-offerta .dati .prezzo {
  font-size: 25px;
  color: #D66D8E;
  text-decoration: none;
  display: block;
  font-weight: bold;
  padding: 0 0 3px 0;
  text-align: center; }

.box-offerte-home .box-offerta .dati .prezzo .prezzo-old {
  margin: 10px 0 0 0;
  color: #666;
  text-decoration: line-through;
  font-size: 16px; }

.box-offerte-home .box-offerta .dati .prezzo span {
  font-size: 18px;
  font-weight: normal; }

.box-offerte-home .box-offerta .dati .button-prezzo {
  background: url(https://www.babypromo.it/skin/frontend/storebaby/default/images/button_buy.png) no-repeat;
  color: #FFF;
  display: block;
  /*float: right;*/
  font-size: 14px;
  font-weight: bold;
  height: 25px;
  margin: 0 auto;
  padding: 6px 0 0 45px;
  text-decoration: none;
  text-shadow: 1px 1px 1px #333333;
  width: 49px;
  transition: all 200ms ease-in 0s;
  behavior: url(https://www.babypromo.it/skin/frontend/storebaby/default/css/PIE.htc); }

.box-offerte-home .box-offerta .dati .button-prezzo:hover {
  background: url(https://www.babypromo.it/skin/frontend/storebaby/default/images/button_buy-hover.png) no-repeat; }

.box-offerte-home .box-offerta .dati .prezzo .price {
  font-size: 25px;
  color: #D66D8E;
  text-decoration: none;
  display: block;
  font-weight: bold;
  padding: 0 0 3px 0;
  text-align: center; }

.box-offerte-home .box-offerta .dati .prezzo .price-label {
  font-size: 14px;
  font-weight: bold; }

.box-offerte-home .ultimo {
  margin: 0 !important; }

.box-offerte-home .cat a {
  text-decoration: none;
  color: #666; }

.banner {
  float: left;
  margin: 0 10px 0 0;
  behavior: url(https://www.babypromo.it/skin/frontend/storebaby/default/css/PIE.htc); }

.banner img {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px; }

.page-title .banner {
  min-height: 105px; }

.page-title .banner:last-of-type {
  margin-right: 0px; }

.loghi-footer {
  *width: 100%;
  max-width: 960px;
  margin: 0 auto;
  padding: 0 0 0 80px; }

.box-footer {
  float: left;
  width: 210px; }

.box-footer:hover {
  transition: all 200ms ease-in 0s;
  opacity: 0.6; }

.box-footer img {
  float: left;
  margin: 0 8px 0 0; }

.box-footer p {
  font-family: 'comfortaabold';
  color: #666;
  float: left;
  font-size: 15px;
  text-align: left;
  width: 95px;
  padding: 9px 0 0 0; }

#contenitore-footer .menu-lingua {
  display: none; }

#contenitore-footer .button-newsletter {
  display: none; }

#footer {
  background: #EDEDED;
  width: 100%;
  min-height: 180px; }

#footer #contenitore-footer {
  *width: 100%;
  max-width: 960px;
  margin: 0 auto;
  padding: 20px 10px; }

#footer #contenitore-footer ul {
  float: left;
  margin: 0 40px 0 0;
  width: 150px; }

#footer #contenitore-footer ul .titolo {
  font-family: 'comfortaabold';
  color: #333;
  font-size: 18px;
  border-bottom: none;
  padding: 0 0 8px 0; }

#footer #contenitore-footer ul li {
  font-size: 12px;
  border-bottom: 1px solid #ccc;
  padding: 4px 0;
  margin: 0 5px 0 0; }

#footer #contenitore-footer ul li a {
  text-decoration: none; }

#footer #contenitore-footer .information {
  float: left;
  width: 210px; }

#footer #contenitore-footer .information h2 {
  font-family: 'comfortaabold';
  color: #333;
  font-size: 18px;
  border-bottom: none;
  padding: 0 0 8px 0; }

#footer #contenitore-footer .information p {
  font-size: 13px; }

#footer #contenitore-footer .information a {
  text-decoration: none; }

#footer #contenitore-footer .information ul {
  width: 210px;
  margin: 8px 0;
  border-bottom: 1px solid #ccc; }

#footer #contenitore-footer .information ul li {
  float: left;
  border: none; }

#footer #contenitore-footer .information ul li a {
  float: left; }

#footer #contenitore-footer .information ul li img {
  border: none; }

#footer-fine {
  width: 100%;
  max-width: 960px;
  height: 30px;
  margin: 0 auto;
  padding: 12px 0 0 0; }

#footer-fine p {
  float: left;
  font-size: 12px;
  color: #666; }

#footer-fine a {
  float: right;
  font-size: 12px;
  color: #666;
  text-decoration: none;
  font-weight: bold; }

.breadcrumb {
  width: 941px;
  height: 30px;
  background: url(https://www.babypromo.it/skin/frontend/storebaby/default/images/bg_breadcrumb.jpg) no-repeat bottom;
  margin: 6px 0 0 0;
  behavior: url(https://www.babypromo.it/skin/frontend/storebaby/default/css/PIE.htc); }

.breadcrumb a {
  background: url(https://www.babypromo.it/skin/frontend/storebaby/default/images/icon_breadcrumb.png) no-repeat center right;
  color: #555555;
  display: inline;
  font-size: 12px;
  font-weight: normal;
  padding: 0 15px 0 0;
  text-decoration: none;
  margin: 0; }

.breadcrumb a:hover {
  text-decoration: underline;
  color: #2AA0C4; }

.breadcrumb li {
  color: #2AA0C4;
  font-size: 14px;
  font-weight: bold;
  float: left;
  margin: 0 3px; }

/*LISTA PRODOTTI*/
#colonna-sinistra {
  float: left;
  width: 210px;
  margin: 0 25px 0 0;
  padding: 10px 0 0 7px; }

.filtri {
  margin: 6px 0 0; }

#colonna-sinistra .filtri h2 {
  font-family: 'comfortaabold';
  color: #D66D8E;
  font-size: 18px;
  display: block;
  border-bottom: 3px solid #ddd;
  padding: 0 0 10px;
  margin: 0 0 8px; }

#colonna-sinistra .filtri h3 {
  color: #2aa0c3;
  font-size: 15px;
  background: url(https://www.babypromo.it/skin/frontend/storebaby/default/images/icon_filter.jpg) no-repeat left;
  padding: 4px 0 5px 15px;
  display: block; }

#colonna-sinistra .filtri p {
  margin: 0 0 2px 15px; }

#colonna-sinistra .filtri label {
  font-size: 12px;
  color: #666; }

#colonna-sinistra .filtri-interno {
  padding: 0 0 12px 0;
  margin: 0 0 8px 0;
  border-bottom: 1px solid #ccc; }

#colonna-destra {
  float: left;
  width: 680px;
  padding: 10px 4px 0;
  /*padding:10px 65px 0px;*/ }

#colonna-destra .testo-intro h1 {
  color: #1890b5;
  font-family: 'comfortaabold';
  font-size: 22px;
  line-height: 1.1em;
  /*padding:0 0 5px 0;*/
  margin: 7px 0 0; }

#colonna-destra .testo-intro h2 {
  color: #1890b5;
  font-family: 'comfortaabold';
  font-size: 22px;
  line-height: 1.1em;
  /*padding:0 0 5px 0;*/
  margin: 7px 0 0; }

#colonna-destra .testo-intro p {
  font-size: 14px;
  color: #666; }

.testo-intro h1 {
  color: #1890b5;
  font-family: 'comfortaabold';
  font-size: 22px;
  line-height: 1.1em;
  /*padding:0 0 5px 0;*/
  margin: 7px 0 0; }

.testo-intro h2 {
  color: #1890b5;
  font-family: 'comfortaabold';
  font-size: 22px;
  line-height: 1.1em;
  /*padding:0 0 5px 0;*/
  margin: 7px 0 0; }

.testo-intro p {
  font-size: 14px;
  color: #666; }

#colonna-destra .paginazione {
  border-bottom: 1px solid #ccc;
  /*border-top:1px solid #ccc;*/
  padding: 8px 10px;
  margin: 12px 0 5px;
  background: #F6F6F6;
  font-size: 15px;
  color: #666;
  overflow: hidden; }

#colonna-destra .paginazione ul {
  float: right;
  margin: 3px 10px 0 0; }

#colonna-destra .paginazione ul li {
  float: left;
  /*font-family: 'comfortaabold';  font-size: 14px;*/
  padding: 2px 8px;
  margin: 0 1px;
  width: auto;
  border-radius: 4px;
  border: none; }

#colonna-destra .paginazione ul li a {
  float: left;
  color: #1890b5;
  text-decoration: none;
  font-weight: bold;
  font-size: 16px; }

#colonna-destra .paginazione ul li a:hover {
  text-decoration: underline; }

#colonna-destra .paginazione .active {
  color: #D66D8E; }

#colonna-destra .paginazione .avanti {
  background: url(https://www.babypromo.it/skin/frontend/storebaby/default/images/icon_avanti.jpg) no-repeat right 3px;
  padding: 0 15px 0 0; }

#colonna-destra .paginazione .risultati {
  font-family: 'comfortaabold';
  color: #666;
  font-size: 15px;
  float: left; }

#colonna-destra .paginazione .risultati span {
  color: #D66D8E;
  font-size: 20px; }

.box-offerta-list td {
  vertical-align: top; }

.box-offerta-list {
  padding: 12px 6px;
  /*overflow:auto;*/
  border-bottom: 1px solid #ddd;
  transition: all 200ms ease-in 0s;
  behavior: url(https://www.babypromo.it/skin/frontend/storebaby/default/css/PIE.htc); }

.box-offerta-list:hover {
  box-shadow: 0 0 6px #5dbad6;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  background: #fff;
  border-bottom: 1px solid #fff; }

.box-offerta-list img {
  border: 1px solid #ddd;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  float: left;
  margin: 2px;
  transition: all ease-out 300ms; }

.box-offerta-list img:hover {
  border: 1px solid #73c9e2; }

.box-offerta-list .grande img {
  width: 150px;
  height: 150px; }

.box-offerta-list .colori {
  float: left;
  width: 330px;
  margin-left: 12px;
  margin-top: 7px; }

.box-offerta-list .colori img {
  border: 1px solid #DDDDDD;
  float: left;
  height: 63px;
  width: auto !important;
  transition: all ease-out 300ms; }

.box-offerta-list .colori img:hover {
  border: 1px solid #73c9e2; }

.box-offerta-list .dati {
  /*float: left;*/
  width: 320px;
  margin: 1px 0 0 12px; }

.box-offerta-list .dati .titolo {
  color: #1890b5;
  font-family: 'comfortaabold';
  font-size: 16px;
  display: block;
  text-decoration: none; }

.box-offerta-list .dati .cat {
  /*font-weight:bold;*/
  font-size: 12px;
  color: #666;
  display: block;
  padding: 1px 0 3px 0; }

.box-offerta-list .dati .cat a {
  font-weight: bold; }

.box-offerta-list .dati .cod {
  color: #666;
  font-size: 12px;
  float: left;
  border-right: 1px solid #666;
  padding: 0 8px 0 0;
  margin: 6px 8px 8px 0; }

.box-offerta-list .dati .delivery {
  color: #57a925;
  /*float:left;*/
  font-size: 12px;
  font-weight: bold;
  margin-top: 6px; }

.box-offerta-list .price {
  background: #f3f3f3;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  /*margin:12px 0 0 0;*/
  text-align: center;
  padding: 14px 10px;
  min-width: 130px;
  /*float: right;*/
  margin: 10px 0 10px 0; }

.box-offerta-list .price .prezzo {
  font-size: 22px;
  color: #D66D8E;
  text-decoration: none;
  /*float:left;*/
  font-weight: bold;
  padding: 0 0 3px 0;
  text-align: center; }

.box-offerta-list .price .prezzo span {
  font-size: 14px;
  font-weight: normal;
  background: none; }

.box-offerta-list .price .prezzo-old {
  color: #666666;
  display: block;
  font-size: 14px;
  margin: 0 auto 4px;
  text-align: center;
  text-decoration: line-through;
  width: 105px;
  float: none; }
  .box-offerta-list .price .prezzo-old span.price {
    background: none; }

/*.box-offerta-list  .price .button-prezzo {background: url(https://www.babypromo.it/skin/frontend/storebaby/default/images/button_buy.png) no-repeat; color:#FFF; display: block; float: right; font-size: 14px; font-weight: bold; height: 26px; margin:22px 0 0 5px; padding:7px 0 0 45px; text-decoration: none; text-shadow: 1px 1px 1px #333333; width: 49px;transition:all 200ms ease-in 0s; behavior:url(https://www.babypromo.it/skin/frontend/storebaby/default/css/PIE.htc); }*/
/*.box-offerta-list  .price .button-prezzo:hover { background: url(https://www.babypromo.it/skin/frontend/storebaby/default/images/button_buy-hover.png) no-repeat; }*/
.box-offerta-list .price .button-prezzo {
  text-align: right;
  /*background: url("https://www.babypromo.it/skin/frontend/storebaby/default/images/carrello2.png") no-repeat scroll 8px center;*/
  /* Mozilla Firefox */
  /*background-image: -moz-linear-gradient(100% 100% 90deg, #3db2d5 0%, #29a0c3 100%);*/
  background: url("https://www.babypromo.it/skin/frontend/storebaby/default/images/carrello_.png") no-repeat scroll 5px center, linear-gradient(top, #3db2d5 0%, #29a0c3 100%);
  /* Mozilla Firefox */
  background: url("https://www.babypromo.it/skin/frontend/storebaby/default/images/carrello_.png") no-repeat scroll 5px center, -moz-linear-gradient(top, #3db2d5 0%, #2496bd 100%);
  /* Opera */
  background: url("https://www.babypromo.it/skin/frontend/storebaby/default/images/carrello_.png") no-repeat scroll 5px center, -o-linear-gradient(top, #3db2d5 0%, #2496bd 100%);
  /* Webkit (Safari/Chrome 10) */
  background: url("https://www.babypromo.it/skin/frontend/storebaby/default/images/carrello_.png") no-repeat scroll 5px center, -webkit-gradient(linear, top, color-stop(0, #3db2d5), color-stop(1, #2496bd));
  /* Webkit (Chrome 11+) */
  background: url("https://www.babypromo.it/skin/frontend/storebaby/default/images/carrello_.png") no-repeat scroll 5px center, -webkit-linear-gradient(top, #3db2d5 0%, #2496bd 100%);
  border: 1px solid #2b86a2;
  border-radius: 5px;
  color: white;
  /*font-family: comfortaabold;*/
  font-size: 13px;
  font-weight: bold !important;
  padding: 3px 22px 6px 40px;
  margin-left: 9px !important;
  text-decoration: none !important;
  text-shadow: 1px 1px 1px #333 !important;
  /*text-shadow: 1px 1px 1px #333;*/
  /*transition: all 200ms ease-in 0s;
	-moz-transition: all 200ms ease-in 0s;
	-webkit-transition: all 200ms ease-in 0s;
	-o-transition: all 200ms ease-in 0s;*/
  /*box-shadow: 1px 1px 1px #333;*/
  height: 20px; }

.box-offerta-list .price .button-prezzo:hover {
  /*box-shadow: 0 0 5px #2b86a2;*/
  /*background: url("https://www.babypromo.it/skin/frontend/storebaby/default/images/carrello_over.png") no-repeat scroll 5px center #2b86a2;*/
  background: url("https://www.babypromo.it/skin/frontend/storebaby/default/images/carrello2.png") no-repeat scroll 5px center #2b86a2; }

.bottone {
  background: url(https://www.babypromo.it/skin/frontend/storebaby/default/images/button_buy.png) no-repeat;
  color: #FFF;
  display: block;
  /*float: right;*/
  font-size: 14px;
  font-weight: bold;
  height: 26px;
  margin: 22px 0 0 5px;
  padding: 7px 0 0 45px;
  text-decoration: none;
  text-shadow: 1px 1px 1px #333333;
  width: 49px;
  transition: all 200ms ease-in 0s;
  behavior: url(https://www.babypromo.it/skin/frontend/storebaby/default/css/PIE.htc); }

.bottone:hover {
  background: url(https://www.babypromo.it/skin/frontend/storebaby/default/images/button_buy-hover.png) no-repeat; }

/*SCHEDA PRODOTTO*/
.discount {
  /*margin-bottom: 20px;*/
  /*text-align: right;*/ }

.discount h2 {
  margin-left: 200px !important; }

.discount .form-list label {
  float: none !important;
  margin: 10px 0;
  display: block; }

.discount-form {
  vertical-align: middle;
  padding-top: 15px; }

div.discount_percentage {
  background-color: #EB83B6;
  border: 3px solid #C94171;
  border-radius: 40px;
  color: #FFFFFF;
  font-family: comfortaabold;
  font-size: 24px;
  font-weight: bold;
  height: 60px;
  line-height: 62px;
  margin-left: 0;
  position: absolute;
  text-align: center;
  width: 60px;
  z-index: 100; }

.discount_percentage .discount_percentage_to {
  white-space: nowrap;
  text-transform: uppercase;
  font-size: 9px;
  line-height: 9px;
  margin: 0;
  display: block;
  margin-bottom: -2em;
  padding-top: 1.5em; }

p.discount_percentage .discount_percentage_to {
  margin-bottom: -1.5em;
  padding-top: 1em; }

p.discount_percentage {
  background-color: #EB83B6;
  border: 3px solid #C94171;
  border-radius: 30px;
  color: #FFFFFF;
  font-family: comfortaabold;
  font-size: 16px;
  font-weight: bold;
  height: 40px;
  line-height: 42px;
  margin-left: 0;
  position: absolute;
  text-align: center;
  width: 40px;
  z-index: 100; }

p.discount_percentage span {
  color: #fff; }

.contenitore-dati-scheda-prodotto {
  margin: 10px 0; }

.sale-banner-container {
  height: 102px;
  margin-left: 312px;
  margin-top: -2px;
  overflow: hidden;
  position: absolute;
  width: 98px;
  z-index: 100; }

.box-offerta-list .sale-banner-container {
  margin-left: 110px !important;
  height: 51px;
  width: 49px;
  margin-top: -5px; }

.sale-banner {
  font: bold 20px Sans-Serif;
  color: #fff;
  text-align: center;
  text-shadow: #468417 0px 2px 0px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  position: relative;
  padding: 7px 0;
  left: -5px;
  top: 15px;
  width: 134px;
  background-color: #BFDC7A;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#67C622), to(#85E23D));
  background-image: -webkit-linear-gradient(top, #67C622, #85E23D);
  background-image: -moz-linear-gradient(top, #67C622, #85E23D);
  background-image: -ms-linear-gradient(top, #67C622, #85E23D);
  background-image: -o-linear-gradient(top, #67C622, #85E23D);
  color: #fff;
  -webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3); }

.box-offerta-list .sale-banner {
  left: -5px;
  top: 15px;
  font-size: 11px;
  width: 67px;
  left: 0;
  top: 4px; }

.sale-banner:before, .sale-banner:after {
  content: "";
  border-top: 3px solid #46910D;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  position: absolute;
  bottom: -3px; }

.sale-banner:before {
  left: 0; }

.sale-banner:after {
  right: 0; }

​
.photo-colori {
  float: left;
  margin: 0 20px 0 6px; }

.photo-colori .gallery {
  position: relative; }

.photo-colori .gallery ul {
  margin: 0 auto;
  width: 430px; }

.photo-colori .gallery ul li {
  float: left;
  margin: 0 5px 0 0; }

.photo-colori .gallery .big img {
  border: 1px solid #ccc;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  transition: all 200ms ease-in 0s;
  behavior: url(https://www.babypromo.it/skin/frontend/storebaby/default/css/PIE.htc); }

.photo-colori .gallery img:hover {
  /*opacity:0.5*/ }

.photo-colori .gallery .small img {
  width: 75px;
  border: 1px solid #ccc;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  behavior: url(https://www.babypromo.it/skin/frontend/storebaby/default/css/PIE.htc); }

.photo-colori .sale {
  background: url(https://www.babypromo.it/skin/frontend/storebaby/default/images/bg_sale.png) no-repeat;
  width: 72px;
  height: 75px;
  position: absolute;
  top: -6px;
  right: -6px;
  text-shadow: 1px 1px 1px #333333;
  font-weight: bold;
  text-align: center;
  font-size: 24px;
  color: #fff;
  padding: 20px 0 0; }

.variante_colore {
  border-top: 1px solid #DDDDDD;
  margin: 6px 0 20px;
  overflow: auto;
  padding: 10px; }

.variante_colore h2 {
  color: #1890b5;
  font-family: 'comfortaabold';
  font-size: 16px;
  display: block;
  padding: 0 0 4px 0; }

.variante_colore ul li {
  float: left;
  margin: 0 5px 0 0; }

.variante_colore .variation-link {
  border-radius: 70px;
  display: inline-block;
  padding: 10px;
  border: 2px solid #90D4EB;
  overflow: hidden;
  width: 78px;
  text-align: center; }

.variante_colore img {
  width: 75px;
  transition: all 200ms ease-in 0s; }

.dati-scheda {
  float: right;
  width: 500px;
  padding: 20px 0 0 0; }

.dati-scheda h2, .dati-scheda h1 {
  color: #1890b5;
  font-family: 'comfortaabold';
  font-size: 20px;
  display: block;
  padding: 0 0 6px 0; }

.dati-scheda .cat {
  font-weight: bold;
  font-size: 13px;
  display: block; }

.dati-scheda .cod {
  font-size: 13px;
  display: block;
  padding: 0 0 10px; }

.dati-scheda .delivery {
  font-weight: bold;
  color: #5dc121;
  font-size: 13px;
  display: block;
  margin: 0 0 15px; }

.dati-scheda .ship {
  display: block;
  padding: 14px 0; }

.dati-scheda .ship:hover {
  transition: all 200ms ease-in 0s;
  opacity: 0.6; }

.dati-scheda .social {
  /*border-bottom:1px solid #ddd;*/
  border-top: 1px solid #ddd;
  padding: 25px 0; }

.dati-scheda .condividi {
  /*border-bottom:1px solid #ddd;*/
  padding: 25px 0;
  overflow: auto; }

.dati-scheda .condividi .row {
  /*width: 58%;*/
  height: inherit;
  display: table;
  text-align: left; }

.dati-scheda .condividi .email {
  background: url(https://www.babypromo.it/skin/frontend/storebaby/default/images/icon_email.jpg) no-repeat;
  padding: 3px 0 0 32px;
  float: left;
  text-decoration: none;
  font-size: 13px;
  margin: 0 10px 0 0;
  color: #333;
  transition: all 200ms ease-in 0s; }

.dati-scheda .condividi .print {
  background: url(https://www.babypromo.it/skin/frontend/storebaby/default/images/icon_print.jpg) no-repeat;
  padding: 3px 0 0 32px;
  float: left;
  text-decoration: none;
  font-size: 13px;
  color: #333;
  transition: all 200ms ease-in 0s;
  margin: 0 0 0 2px; }

.dati-scheda .condividi a:hover {
  color: #3B9FBF; }

.dati-scheda .qty {
  padding: 25px 0;
  float: left;
  margin: 0 7px 0 0; }

.dati-scheda .buy {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  padding: 8px 14px 10px 0;
  overflow: auto;
  behavior: url(https://www.babypromo.it/skin/frontend/storebaby/default/css/PIE.htc);
  width: 470px; }

/*.dati-scheda .buy */
.prezzo-old {
  text-decoration: line-through;
  color: #666;
  font-size: 18px;
  font-weight: normal;
  margin: 18px 8px 0 0;
  float: left; }

.dati-scheda .buy .prezzo {
  color: #D66D8E;
  font-size: 40px;
  font-weight: bold;
  float: left;
  padding: 3px 0 0 0; }

.dati-scheda .buy .prezzo span {
  font-size: 20px; }

.dati-scheda .buy .buy-button {
  background: url(https://www.babypromo.it/skin/frontend/storebaby/default/images/button_prezzo_scheda.png) no-repeat;
  color: #fff;
  text-shadow: 1px 1px 1px #333;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  float: right;
  width: 106px;
  height: 35px;
  text-decoration: none;
  padding: 15px 0 0 54px;
  transition: all 200ms ease-in 0s; }

.dati-scheda .buy .buy-button:hover {
  background: url(https://www.babypromo.it/skin/frontend/storebaby/default/images/button_prezzo_scheda-hover.png) no-repeat; }

/* Example Styles for Demo */
.etabs {
  margin: 0;
  padding: 0; }

.tab {
  display: inline-block;
  zoom: 1;
  *display: inline;
  background: #38AFD1;
  /*border: solid 1px #999;*/
  border-bottom: none;
  border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  -webkit-border-radius: 4px 4px 0 0;
  /*left: -435px !important*/
  position: relative; }

.tab a {
  font-size: 14px;
  line-height: 2.5em;
  display: block;
  padding: 0 10px;
  outline: none;
  color: #fff;
  text-decoration: none; }

.tab a:hover {
  text-decoration: underline; }

.tab.active {
  background: #fff;
  padding-top: 6px;
  position: relative;
  top: 1px;
  border-color: #57B5CF;
  border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  -webkit-border-radius: 4px 4px 0 0;
  border: 1px solid #F6CBDF;
  border-bottom: none !important;
  /*left: -435px;*/ }

.tab a.active {
  font-weight: bold;
  color: #57B5CF; }

.tab-container .panel-container {
  background: #fff;
  border: solid #F6CBDF 1px;
  padding: 10px;
  border-radius: 0 4px 4px 4px;
  -moz-border-radius: 0px 4px 4px 4px;
  -webkit-border-radius: 0px 4px 4px 4px; }

.panel-container {
  margin-bottom: 10px; }

.panel-container h2 {
  color: #1890b5;
  font-family: 'comfortaabold';
  font-size: 18px;
  display: block;
  padding: 4px 0 8px 0; }

.panel-container p {
  font-size: 14px;
  color: #666;
  line-height: 1.3em; }

.panel-container h3 {
  color: #1890b5;
  font-family: 'comfortaabold';
  font-size: 15px;
  display: block;
  padding: 0 0 8px 0; }

.consigli h2 {
  display: block;
  color: #fff;
  font-family: 'comfortaabold';
  background: #38AFD1;
  padding: 6px 10px;
  text-shadow: 1px 1px 1px #333;
  font-size: 18px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px; }

.consigli .box {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  border: 1px solid #ddd;
  margin: 4px 0;
  overflow: auto;
  padding: 8px; }

.consigli .box .box-row {
  border-bottom: 1px solid #ddd;
  padding: 15px 0;
  display: table;
  width: 100%; }

.consigli .box .box-row:last-child {
  border: medium none; }

.consigli .box .box-row:after {
  clear: both;
  float: none; }

.consigli .box .box-row.last {
  border-bottom: none; }

.consigli .box img {
  margin: 10px auto 0 auto; }

.consigli .box .text {
  float: left;
  width: 150px;
  margin: 0 16px; }

.consigli .box .piu {
  float: left;
  margin: 50px 0 0 0; }

.consigli .box .text .titolo {
  color: #1890b5;
  font-family: 'comfortaabold';
  font-size: 15px;
  text-decoration: none;
  display: block;
  padding: 0 0 3px 0; }

.consigli .box .text a {
  color: #666;
  font-size: 12px;
  text-decoration: none;
  display: block; }

.consigli .box .prezzo-button {
  float: left;
  margin: 25px 24px 0;
  display: block; }

.consigli .box .prezzo-button p {
  margin: 0 0 5px 0; }

.consigli .box .prezzo {
  color: #D66D8E;
  font-size: 30px;
  font-weight: bold; }

.consigli .box .uguale {
  margin: 11px 0 0 0;
  float: left; }

.consigli .box .uguale img {
  margin: 0 18px 0 0 !important; }

.consigli .box .prezzo span {
  font-size: 18px;
  font-weight: normal; }

.upsell-prod.button-buy {
  margin: 0 auto !important; }

.consigli .box .button-buy, .button-buy {
  background: #3db2d5 url("https://www.babypromo.it/skin/frontend/storebaby/default/images/carrello_.png") no-repeat scroll 5px center;
  /*background:url(https://www.babypromo.it/skin/frontend/storebaby/default/images/button_buy_cons.jpg) no-repeat; color:#fff; text-align:center; text-shadow:1px 1px 1px #333; width:96px; height:38px; display:block; text-decoration:none; font-weight:bold; font-size:15px; padding:8px 0 0 23px; margin:0 0 0 17px*/
  text-align: right;
  /*background: url("https://www.babypromo.it/skin/frontend/storebaby/default/images/carrello2.png") no-repeat scroll 8px center;*/
  /* Mozilla Firefox */
  /*background-image: -moz-linear-gradient(100% 100% 90deg, #3db2d5 0%, #29a0c3 100%);*/
  background: url("https://www.babypromo.it/skin/frontend/storebaby/default/images/carrello_.png") no-repeat scroll 5px center, linear-gradient(top, #3db2d5 0%, #29a0c3 100%);
  /* Mozilla Firefox */
  background: url("https://www.babypromo.it/skin/frontend/storebaby/default/images/carrello_.png") no-repeat scroll 5px center, -moz-linear-gradient(top, #3db2d5 0%, #2496bd 100%);
  /* Opera */
  background: url("https://www.babypromo.it/skin/frontend/storebaby/default/images/carrello_.png") no-repeat scroll 5px center, -o-linear-gradient(top, #3db2d5 0%, #2496bd 100%);
  /* Webkit (Safari/Chrome 10) */
  background: url("https://www.babypromo.it/skin/frontend/storebaby/default/images/carrello_.png") no-repeat scroll 5px center, -webkit-gradient(linear, top, color-stop(0, #3db2d5), color-stop(1, #2496bd));
  /* Webkit (Chrome 11+) */
  background: url("https://www.babypromo.it/skin/frontend/storebaby/default/images/carrello_.png") no-repeat scroll 5px center, -webkit-linear-gradient(top, #3db2d5 0%, #2496bd 100%);
  border: 1px solid #2b86a2;
  border-radius: 5px;
  color: white;
  /*font-family: comfortaabold;*/
  font-size: 13px;
  font-weight: bold !important;
  padding: 3px 22px 6px 40px;
  margin-left: 9px !important;
  text-decoration: none !important;
  text-shadow: 1px 1px 1px #333 !important;
  /*text-shadow: 1px 1px 1px #333;*/
  /*transition: all 200ms ease-in 0s;
	-moz-transition: all 200ms ease-in 0s;
	-webkit-transition: all 200ms ease-in 0s;
	-o-transition: all 200ms ease-in 0s;*/
  /*box-shadow: 1px 1px 1px #333;*/
  height: 20px; }

.consigli .box .button-buy:hover, .button-buy:hover {
  background: url("https://www.babypromo.it/skin/frontend/storebaby/default/images/carrello_.png") no-repeat scroll 5px center #2496bd; }

/*CARRELLO*/
.tabella-carrello {
  width: 100%; }

.tabella-carrello tr.header th {
  /*background:#3DB2D5; border-radius:6px;*/
  color: #fff;
  font-size: 12px;
  text-transform: uppercase;
  padding: 5px 0;
  font-weight: normal;
  text-align: center; }

.tabella-carrello tr.prodotto-carrello td {
  vertical-align: middle;
  text-align: center;
  padding: 10px 0;
  border-bottom: 1px solid #DDDDDD; }

.tabella-carrello tr.prodotto-carrello td.immagine {
  vertical-align: middle;
  text-align: left;
  width: 92px; }

.tabella-carrello tr.prodotto-carrello td.descrizione {
  vertical-align: top;
  text-align: left;
  width: 300px;
  color: #666;
  /*background:#EFF9FC;*/
  font-size: 12px;
  padding: 10px; }

.tabella-carrello tr.prodotto-carrello td.descrizione .titolo {
  font-size: 13px;
  font-weight: bold;
  color: #147691;
  text-transform: uppercase;
  padding: 0 0 4px 0;
  display: block; }

.tabella-carrello tr.prodotto-carrello td.descrizione .codice {
  color: #999999;
  font-size: 12px;
  font-weight: normal; }

.tabella-carrello tr.prodotto-carrello td.remove {
  width: 25px !important; }

.tabella-carrello tr.prodotto-carrello td.remove .rimuovi a {
  background: url("https://www.babypromo.it/skin/frontend/storebaby/default/images/icona-cestino.png") no-repeat scroll 5px center #F8F8F8;
  border: 1px solid #D66D8E;
  border-radius: 4px 4px 4px 4px;
  color: #D66D8E !important;
  display: block;
  font-size: 11px !important;
  font-weight: bold;
  margin: 5px auto 5px;
  text-align: center;
  text-decoration: none !important;
  text-transform: lowercase;
  width: 20px;
  height: 20px;
  transition: all 200ms ease-in 0s; }

.tabella-carrello tr.prodotto-carrello td.remove .rimuovi a:hover {
  box-shadow: 0 0 5px #D66D8E; }

.tabella-carrello tr.prodotto-carrello td.descrizione .rimuovi a,
a.btn-remove {
  background: url("https://www.babypromo.it/skin/frontend/storebaby/default/images/icona-cestino.png") no-repeat scroll 5px center #F8F8F8;
  border: 1px solid #D66D8E;
  border-radius: 4px 4px 4px 4px;
  color: #D66D8E !important;
  display: block;
  font-size: 11px !important;
  font-weight: bold;
  margin: 5px auto 5px;
  padding: 4px 5px 4px 16px;
  text-align: center;
  text-decoration: none !important;
  text-transform: lowercase;
  width: 48px;
  transition: all 200ms ease-in 0s; }

.tabella-carrello tr.prodotto-carrello td.descrizione .rimuovi a:hover {
  box-shadow: 0 0 5px #D66D8E; }

.tabella-carrello tr.prodotto-carrello td.quantita {
  vertical-align: middle;
  text-align: center;
  width: 137px; }

.tabella-carrello tr.prodotto-carrello td.quantita input {
  color: #333;
  font-size: 12px;
  width: 40px;
  height: 15px;
  padding: 2px 2px 3px 2px;
  margin: 0 4px 0 30px;
  float: left; }

.tabella-carrello tr.prodotto-carrello td.quantita button {
  background: url(https://www.babypromo.it/skin/frontend/storebaby/default/images/ico_aggiorna.jpg) no-repeat;
  border: none;
  cursor: pointer;
  width: 25px;
  height: 25px;
  padding: 2px 2px 3px 2px;
  float: left; }

.tabella-carrello tr.prodotto-carrello td.prezzo {
  vertical-align: middle;
  text-align: center;
  font-weight: bold;
  color: #147691;
  font-size: 15px;
  /*background:#EFF9FC;*/ }

.tabella-carrello tr.prodotto-carrello td.totale {
  vertical-align: middle;
  text-align: center;
  font-weight: bold;
  color: #D66D8E;
  font-size: 15px; }

.button-carrello {
  float: left;
  width: 360px;
  padding: 10px 0 0 0; }

.button-carrello a.aggiorna {
  background: none repeat scroll 0 0 #999999;
  /* border-radius: 5px 5px 5px 5px;
    color: #FFFFFF !important;
    display: block !important;
    font-size: 12px !important;
    font-weight: bold;
    height: 16px;
    margin: 0 0 8px !important;
    padding: 6px 14px;
    text-decoration: none !important;
    text-transform: lowercase;
    width: 110px;
	*/
  text-align: right;
  /*background: url("https://www.babypromo.it/skin/frontend/storebaby/default/images/carrello2.png") no-repeat scroll 8px center;*/
  /* Mozilla Firefox */
  /*background-image: -moz-linear-gradient(100% 100% 90deg, #3db2d5 0%, #29a0c3 100%);*/
  background: url("https://www.babypromo.it/skin/frontend/storebaby/default/images/carrello_.png") no-repeat scroll 5px center, linear-gradient(top, #3db2d5 0%, #29a0c3 100%);
  /* Mozilla Firefox */
  background: url("https://www.babypromo.it/skin/frontend/storebaby/default/images/carrello_.png") no-repeat scroll 5px center, -moz-linear-gradient(top, #3db2d5 0%, #2496bd 100%);
  /* Opera */
  background: url("https://www.babypromo.it/skin/frontend/storebaby/default/images/carrello_.png") no-repeat scroll 5px center, -o-linear-gradient(top, #3db2d5 0%, #2496bd 100%);
  /* Webkit (Safari/Chrome 10) */
  background: url("https://www.babypromo.it/skin/frontend/storebaby/default/images/carrello_.png") no-repeat scroll 5px center, -webkit-gradient(linear, top, color-stop(0, #3db2d5), color-stop(1, #2496bd));
  /* Webkit (Chrome 11+) */
  background: url("https://www.babypromo.it/skin/frontend/storebaby/default/images/carrello_.png") no-repeat scroll 5px center, -webkit-linear-gradient(top, #3db2d5 0%, #2496bd 100%);
  border: 1px solid #2b86a2;
  border-radius: 5px;
  color: white;
  /*font-family: comfortaabold;*/
  font-size: 13px;
  font-weight: bold !important;
  padding: 3px 22px 6px 40px;
  margin-left: 9px !important;
  text-decoration: none !important;
  text-shadow: 1px 1px 1px #333 !important;
  /*text-shadow: 1px 1px 1px #333;*/
  /*transition: all 200ms ease-in 0s;
	-moz-transition: all 200ms ease-in 0s;
	-webkit-transition: all 200ms ease-in 0s;
	-o-transition: all 200ms ease-in 0s;*/
  /*box-shadow: 1px 1px 1px #333;*/
  height: 20px; }

.checkout-cart-index .button-carrello a.aggiorna {
  background: url("https://www.babypromo.it/skin/frontend/storebaby/default/images/clear-rosa.png") no-repeat 5px center #F8F8F8 !important;
  border-radius: 5px 5px 5px 5px !important;
  color: #D66D8E !important;
  font-family: 'comfortaabold' !important;
  font-size: 13px !important;
  margin: 3px 0 3px !important;
  padding: 5px 10px 5px 20px !important;
  text-decoration: none !important;
  border: 1px solid #D66D8E !important;
  width: 139px !important;
  font-weight: normal;
  text-align: center;
  transition: all 200ms ease-in 0s; }

.checkout-cart-index .button-carrello a.aggiorna:hover {
  box-shadow: 0 0 5px #D66D8E; }

.button.btn-empty {
  background: none repeat scroll 0 0 #999999;
  border: medium none;
  border-radius: 5px 5px 5px 5px;
  color: #FFFFFF;
  font-size: 11px;
  font-weight: bold;
  padding: 5px 10px; }

.checkout-cart-index .button.btn-empty {
  background: url("https://www.babypromo.it/skin/frontend/storebaby/default/images/scopa-rosa.png") no-repeat 5px center #f8f8f8;
  border-radius: 5px 5px 5px 5px;
  color: #D66D8E;
  font-family: 'comfortaabold';
  font-size: 13px;
  margin: 3px 0 0;
  /*padding: 3px 13px 3px 22px;*/
  text-decoration: none;
  border: 1px solid #D66D8E;
  font-weight: normal;
  cursor: pointer;
  transition: all 200ms ease-in 0s; }

.btn-checkout {
  padding: 5px 0px 5px 20px !important; }

.checkout-cart-index .button.btn-empty:hover {
  box-shadow: 0 0 5px #D66D8E; }

.button-carrello a.svuota {
  text-decoration: underline;
  text-transform: uppercase;
  color: #666 !important;
  font-size: 13px !important;
  display: block !important;
  margin: 0 0 8px 0 !important;
  padding: 4px 8px; }

.button-carrello a:hover {
  text-decoration: none; }

.totale-carrello {
  /*float:right;*/ }

.totale-carrello .prezzi-vari {
  background: #f5f5f5;
  padding: 8px; }

.totale-carrello .prezzi-vari p,
.totale-carrello .prezzi-vari-subtotal p {
  font-size: 14px !important;
  color: #D66D8E !important;
  padding: 4px 0 !important;
  text-transform: uppercase;
  font-weight: bold; }

.totale-carrello .prezzi-vari p span,
.totale-carrello .prezzi-vari-subtotal p span {
  font-weight: bold;
  /*float:right;*/ }

.totale-carrello .promo {
  padding: 8px 0 8px 8px;
  /*clear:both;*/
  float: left; }

/*.totale-carrello .promo input { color:#555; font-size:12px; padding:4px 6px; width:195px; float:left; margin:0 5px 0 0; border-radius:4px; border:1px solid #ccc}*/
/*.button.validation-passed ,
.totale-carrello .promo .invia-promo { background: none repeat scroll 0 0 #38AFD1;
    border: 1px solid #1C94B8;
    border-radius: 4px 4px 4px 4px;
    color: #FFFFFF;
    float: right;
    font-size: 12px;
    font-weight: bold;
    margin: 0 0 5px;
    padding: 3px 25px;
    text-align: center;
    text-decoration: none;
    text-shadow: 1px 1px 1px #333333;
    text-transform: uppercase;
    width: 96px;
	cursor:pointer;
}*/
.button.validation-passed {
  width: 156px; }

.totale-carrello .totale-netto {
  /*background: none repeat scroll 0 0 #D66D8E;*/
  /*border: 1px solid #C43F6C;*/
  /*border-radius: 4px;*/
  border-top: 1px solid #ccc;
  float: right;
  padding: 10px 8px 6px;
  width: 300px; }

.totale-carrello .totale-netto p {
  /*color: #FFFFFF !important;*/
  color: #1890b5;
  font-size: 14px !important;
  font-weight: bold;
  line-height: 19px;
  padding: 4px 0 4px 3px !important;
  /*text-shadow: 1px 1px 1px #333333;*/
  text-transform: uppercase; }

.totale-carrello .totale-netto p span {
  float: right;
  font-size: 26px;
  font-weight: bold; }

.continua_shopping {
  background: url("https://www.babypromo.it/skin/frontend/storebaby/default/images/return-rosa.png") no-repeat 5px center #F8F8F8;
  border-radius: 5px 5px 5px 5px;
  color: #D66D8E !important;
  float: left;
  font-family: 'comfortaabold';
  font-size: 13px;
  margin: 3px 0 0;
  padding: 3px 10px 3px 25px;
  text-decoration: none;
  border: 1px solid #D66D8E;
  transition: all 200ms ease-in 0s; }

.continua_shopping:hover {
  box-shadow: 0 0 5px #D66D8E; }

.link_acquista {
  background: url("https://www.babypromo.it/skin/frontend/storebaby/default/images/freccia-acquista.png") no-repeat 7px center #38AFD1;
  border: 1px solid #1C94B8;
  font-weight: bold;
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  text-align: center;
  float: right;
  padding: 7px 22px 7px 33px;
  text-transform: uppercase;
  margin: 0;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  text-shadow: 1px 1px 1px #333;
  transition: all 200ms ease-in 0s; }

.link_acquista:hover {
  background: url("https://www.babypromo.it/skin/frontend/storebaby/default/images/freccia-acquista.png") no-repeat 15px center #277f98; }

.block-subscribe span {
  color: #D66D8E;
  display: block;
  font-family: 'comfortaabold';
  font-size: 22px;
  padding: 0 0 6px; }

.messages {
  background: none repeat scroll 0 0 #E49FBC;
  border: 2px solid #C42D6E;
  border-radius: 6px 6px 6px 6px;
  box-shadow: 0 0 10px #CCCCCC;
  color: #FFFFFF;
  display: block;
  font-weight: bold;
  left: 50%;
  margin-left: -200px;
  padding: 10px;
  position: fixed;
  text-align: center;
  text-shadow: 1px 1px 1px #333333;
  top: 50%;
  width: 400px;
  z-index: 1000; }

ul, ol {
  list-style: none outside none;
  font-size: 14px;
  /*margin:5px 0 0 0;*/ }

.messages li {
  float: none !important; }

.messages li a {
  color: #fff !important; }

.messages li span {
  color: #fff !important; }

.filtri-interno li a.amshopby-attr {
  background: url("https://www.babypromo.it/skin/frontend/storebaby/default/images/amshopby-cb1.gif") no-repeat scroll left center;
  padding-left: 25px;
  text-decoration: none;
  font-size: 14px;
  margin: 0 3px 0 0; }

.filtri-interno li {
  color: #666;
  font-size: 11px;
  line-height: 16px;
  padding: 0 7px 5px; }

.filtri-interno li:after {
  clear: both;
  content: ".";
  display: block;
  font-size: 0;
  height: 0;
  line-height: 0;
  overflow: hidden;
  margin: 0 3px 0 0; }

.filtri-interno a.amshopby-attr-selected {
  background: url("https://www.babypromo.it/skin/frontend/storebaby/default/images/amshopby-cb2.gif") no-repeat scroll left center;
  font-weight: bold;
  padding-left: 25px;
  text-decoration: none;
  font-size: 14px; }

.filtri-interno li a {
  display: block;
  float: left;
  text-decoration: none;
  font-size: 13px;
  margin: 0 3px 0 0; }

#amshopby-price-from.input-text {
  background: none repeat scroll 0 0 #EFEFEF;
  border: 1px solid #999999;
  border-radius: 5px 5px 5px 5px;
  color: #666666;
  font-weight: 600;
  padding: 5px 2px;
  width: 35px; }

#amshopby-price-to.input-text {
  background: none repeat scroll 0 0 #EFEFEF;
  border: 1px solid #999999;
  border-radius: 5px 5px 5px 5px;
  color: #666666;
  font-weight: 600;
  padding: 5px 2px;
  width: 35px; }

/*#amshopby-price-btn.form-button.button.amshopby-price-find{
	background: url("https://www.babypromo.it/skin/frontend/storebaby/default/images/bottone_find_storebaby.png") no-repeat scroll 0 0;
    border: medium none;
    border-radius: 6px 6px 6px 6px;
    color: #FFFFFF;
    cursor: pointer;
    font-size: 14px;
    font-weight: bold;
    height: 27px;
    margin: 0 0 0 15px;
    padding: 0 2px 1px 0;
    text-shadow: 1px 1px 1px #000000;
    width: 66px;
	transition: all 200ms ease-in 0s;
}

#amshopby-price-btn.form-button.button.amshopby-price-find:hover{
	background: url("https://www.babypromo.it/skin/frontend/storebaby/default/images/bottone_find_storebaby-hover.png") no-repeat scroll 0 0;
	transition:all 200ms ease-in 0s;
}
*/
.amshopby-price:hover {
  color: #D66D8E; }

.amshopby-cat.amshopby-cat-level-1 a:hover {
  color: #D66D8E; }

form {
  display: inline; }

.fieldset {
  background: none repeat scroll 0 0 #FFFFFF;
  margin: 0 0 15px 15px;
  padding: 0 15px 15px; }

.fieldset .legend {
  border-bottom: 1px solid #EAE5E4;
  margin: 0 0 10px;
  padding: 18px 0 14px;
  color: #2AA0C4;
  font-size: 18px;
  font-family: 'comfortaabold';
  width: 555px;
  display: block; }

.form-list label {
  color: #666666;
  float: left;
  font-weight: bold;
  margin: 0;
  position: relative;
  z-index: 0;
  font-size: 13px; }

.form-list label.required em {
  color: #EB340A;
  float: right;
  font-style: normal;
  position: absolute;
  right: -7px;
  top: 0; }

.form-list .input-box {
  clear: both;
  display: block;
  /*width: 260px;*/ }

.form-list input.input-text {
  width: 180px;
  padding: 4px 2px;
  margin: 0 0 5px; }

input.input-text, textarea {
  padding: 5px; }

input.input-text, select, textarea {
  background-color: #fff;
  border: 1px solid #ddd;
  color: #666666;
  font-size: 14px;
  border-radius: 5px 5px 5px 5px; }

.form-list li.control .input-box {
  clear: none;
  display: inline;
  width: auto; }

.form-list li.control label {
  float: none; }

.buttons-set p.required {
  margin: 0 0 10px; }

p.required {
  color: #EB340A;
  font-size: 11px;
  /*text-align: right;*/ }

/*.buttons-set .back-link a{    background: none repeat scroll 0 0 #D66D8E;    border-radius: 5px 5px 5px 5px;    color: #FFFFFF;    float: left;    font-size: 14px;    font-weight: bold;    padding: 5px 10px 5px 8px;    text-decoration: none;    text-shadow: 1px 1px 1px #666666;	border: 1px solid #D66D8E;}*/
/*.buttons-set .back-link a {/*background:E1A5C1;    border-radius: 5px 5px 5px 5px;*/
/* color: #D66D8E;    float: right;    font-size: 14px; font-weight: bold; padding: 5px 10px 5px 8px; text-decoration: none;  margin-right: 833px; /*text-shadow: 1px 1px 1px #666666;	border: 1px solid #D66D8E;}*/
.buttons-set .back-link a {
  background: none repeat scroll 0 0 #D66D8E;
  border: 1px solid #D66D8E;
  border-radius: 5px 5px 5px 5px;
  color: #FFFFFF !important;
  float: left;
  font-size: 14px;
  font-weight: bold;
  margin: 0;
  padding: 5px 10px 5px 8px;
  text-decoration: none;
  text-shadow: 1px 1px 1px #666666;
  clear: both; }

.buttons-set .back-link a:hover {
  text-decoration: underline; }

#giftreg-table td {
  padding: 7px; }

#giftreg-table .even {
  border: none !important; }

#giftreg-table .odd {
  border: none !important; }

#giftreg-table thead .first {
  background: #2AA0C4 !important;
  padding: 0 !important;
  margin: 0;
  color: #fff !important;
  height: 34px !important;
  border: none !important; }

#giftreg-table .first {
  /*background:#2AA0C4!important;*/
  padding: 0 !important;
  margin: 0;
  color: #fff !important;
  /*height:34px!important;*/
  border: none !important; }

#giftreg-table .last.odd > td {
  color: #666666;
  font-size: 15px;
  text-align: center;
  /*width: 21.5%;*/ }

#giftreg-table.data-table thead th {
  color: #FFF !important;
  display: block;
  float: left;
  font-size: 14px;
  margin: 10px 0 0;
  width: 118px; }

#giftreg-table.data-table th {
  color: #2AA0C4 !important;
  display: block;
  float: left;
  font-size: 14px;
  margin: 10px 0 0;
  width: 118px; }

#giftreg-table tr {
  float: left;
  margin: 5px 0;
  width: 700px;
  height: 180px !important; }

#giftreg-table .pulsanti_lista {
  height: 11px !important;
  border-bottom: 1px solid #ddd !important; }

#giftreg-table .pulsanti_lista td {
  padding: 0 !important; }

#giftreg-table .pulsanti_lista tr {
  padding: 0 !important; }

#giftreg-table .dati {
  background: #fff !important;
  padding: 0 !important;
  margin: 0;
  height: 140px !important;
  border: none !important; }

button.button span {
  margin: 0;
  white-space: nowrap; }

.control {
  margin: 18px 0 0; }

.field.name-firstname {
  float: left;
  margin: 0 0 15px;
  width: 300px; }

.field.name-lastname {
  float: left;
  margin: 0 110px 15px 0;
  width: 350px; }

#colonna-destra .page-title h1 {
  color: #2AA0C4;
  font-size: 26px;
  margin: 15px 0;
  font-family: 'comfortaabold'; }

#colonna-destra h1 {
  color: #2AA0C4;
  font-size: 26px;
  margin: 15px 0;
  font-family: 'comfortaabold'; }

#colonna-destra h2 {
  color: #2AA0C4;
  font-size: 24px;
  margin: 15px 0;
  font-family: 'comfortaabold'; }

#colonna-destra h2 a {
  color: #2AA0C4 !important;
  font-size: 22px !important;
  margin: 15px 0 !important;
  font-family: "comfortaabold" !important;
  text-decoration: none !important; }

.cms-page-view table th {
  font-family: arial;
  font-size: 14px;
  color: #666;
  text-align: left;
  padding: 2px; }

.cms-page-view table td {
  font-family: arial;
  font-size: 14px;
  color: #666;
  text-align: left;
  padding: 2px; }

.page-title h1 {
  color: #2AA0C4;
  font-size: 26px;
  margin: 15px 0 15px 0;
  font-family: 'comfortaabold'; }

.my-account .page-title h1 {
  color: #DDA7BF;
  font-size: 26px;
  margin: 15px 0;
  font-family: 'comfortaabold'; }

.field {
  float: left;
  margin: 0 90px 0 0; }

.account-create .buttons-set {
  clear: both;
  display: block;
  /*padding: 15px 0 0; */
  width: 647px; }

.account-create .buttons-set button.button {
  background: none repeat scroll 0 0 #2BA0C3;
  border: medium none;
  border-radius: 6px 6px 6px 6px;
  color: #FFFFFF;
  cursor: pointer;
  font-size: 14px;
  font-weight: bold;
  height: 31px;
  margin: 0 0 0 15px;
  padding: 1px 2px 5px 0;
  text-shadow: 1px 1px 1px #333333;
  width: 80px;
  float: right;
  font-family: 'comfortaabold'; }

.account-login .content {
  margin: 0 0 0 15px; }

.account-login .content h1 {
  padding: 10px 0;
  color: #2AA0C4;
  font-size: 18px;
  font-family: 'comfortaabold'; }

.account-login .content h2 {
  padding: 10px 0;
  color: #DDA7BF;
  font-size: 18px;
  font-family: 'comfortaabold'; }

.account-login .col2-set p {
  color: #666666;
  font-size: 13px;
  line-height: 18px; }

.account-login .form-list {
  margin: 20px 0 0; }

.account-login .form-list > li {
  float: left;
  width: 310px; }

.account-login .buttons-set {
  clear: both;
  padding: 0 20px 0 8px; }

.account-login .col-1 .buttons-set {
  clear: both;
  margin: 0 0 10px;
  padding: 0 0 0 29px; }

.account-login #send2 {
  background: none repeat scroll 0 0 #2BA0C3;
  border: medium none;
  border-radius: 6px 6px 6px 6px;
  color: #FFFFFF;
  cursor: pointer;
  font-size: 13px;
  font-weight: bold;
  height: 36px;
  margin: 0 0 0 15px;
  padding: 4px 2px 5px 0;
  text-shadow: 1px 1px 1px #000000;
  width: 80px;
  font-family: 'comfortaabold'; }

.account-login .button {
  background: none repeat scroll 0 0 #2BA0C3;
  border: medium none;
  border-radius: 6px 6px 6px 6px;
  color: #FFFFFF;
  cursor: pointer;
  font-size: 14px;
  font-weight: bold;
  height: 36px;
  padding: 4px 2px 4px 0;
  text-shadow: 1px 1px 1px #333333;
  width: 160px;
  font-family: 'comfortaabold';
  float: right; }

.account-login .f-left {
  color: #D66D8E;
  font-size: 13px;
  font-family: 'comfortaabold';
  font-weight: bold; }

.account-login p.required {
  clear: both;
  color: #EB340A !important;
  font-size: 11px !important;
  padding: 5px 0 0 0;
  text-align: right !important;
  width: 265px; }

.col-1.new-users {
  float: left;
  margin: 0 100px 20px 0;
  width: 450px; }

.col-2.registered-users {
  float: left;
  width: 316px; }

.hello strong {
  color: #2AA0C4;
  font-size: 16px; }

.welcome-msg > p {
  font-size: 14px;
  color: #555555;
  margin: 5px 0 0 0; }

.box-head > h2 {
  color: #2AA0C4;
  font-family: 'comfortaabold';
  font-size: 25px;
  margin: 15px 0;
  font-weight: normal; }

.box-title h3 {
  color: #2AA0C4;
  float: left;
  font-size: 16px;
  margin: 0 20px 10px 0; }

.dashboard .box .box-title h3, .dashboard .box .box-title h4 {
  color: #2AA0C4;
  float: left;
  font-size: 16px; }

.box-content {
  margin: 0 0 0 10px;
  color: #666;
  font-size: 12px;
  font-weight: bold; }

.box-title > a {
  background: #fff;
  border: 1px solid #999;
  border-radius: 5px;
  color: #999;
  font-size: 12px;
  font-weight: bold;
  padding: 4px 8px;
  text-decoration: none; }

.col2-set .col-1 {
  float: left;
  width: 300px;
  margin: 0 0 30px; }

.col2-set .col-2 {
  float: right;
  width: 300px;
  margin: 0 0 30px; }

.box-account.box-info {
  /* border: 1px solid #DDDDDD;    border-radius: 5px 5px 5px 5px; */
  overflow: auto;
  margin: 15px 0 0;
  padding: 0 15px;
  /*background: none repeat scroll 0 0 #f8f8f8;*/ }

.box-content > p {
  font-size: 13px;
  font-weight: bold;
  color: #555555; }

.box-content a {
  font-size: 12px;
  color: #D66D8E; }

.col2-set {
  clear: both; }

.col-1 > h4 {
  color: #333333;
  font-size: 14px; }

.col-1 > address {
  font-size: 12px;
  margin: 10px 0;
  font-weight: bold;
  color: #555555; }

.col-2 > h4 {
  color: #333333;
  font-size: 14px; }

.col-2 > address {
  font-size: 12px;
  margin: 10px 0;
  font-weight: bold;
  color: #555555; }

.box .box-content a {
  color: #333333;
  font-size: 12px;
  font-weight: bold; }

.my-account .fieldset {
  background: none repeat scroll 0 0 #EEEEEE;
  border: 1px solid #DDDDDD;
  border-radius: 5px 5px 5px 5px;
  margin: 0; }

.my-account .field.name-lastname {
  margin: 0 15px 15px 0;
  width: 285px; }

.my-account .button {
  background: none repeat scroll 0 0 #999999;
  border: medium none;
  color: #FFFFFF;
  float: right;
  font-size: 13px;
  font-weight: bold;
  padding: 6px 20px;
  text-decoration: none;
  text-shadow: 1px 1px 1px #666666; }

.my-account .form-list label {
  color: #666666;
  float: left;
  font-size: 13px;
  font-weight: bold;
  margin: 0 0 0 5px;
  position: relative;
  z-index: 0; }

.block-content li {
  margin: 3px 0 0; }

.block-content {
  margin: 15px 0; }

.block.block-account {
  background: none repeat scroll 0 0 #f9f9f9;
  border: 1px solid #DDDDDD;
  border-radius: 5px 5px 5px 5px;
  padding: 15px 9px 9px; }

.my-account .buttons-set .back-link a {
  background: none repeat scroll 0 0 #D66D8E;
  border: 1px solid #D66D8E;
  border-radius: 5px 5px 5px 5px;
  color: #FFFFFF !important;
  float: left;
  font-size: 14px;
  font-weight: bold;
  margin: 0;
  padding: 5px 10px 5px 8px;
  text-decoration: none;
  text-shadow: 1px 1px 1px #666666;
  clear: both; }

.my-account #form-validate .fieldset {
  overflow: auto;
  background: none;
  border: none;
  margin: 15px 0;
  padding: 0 15px 30px; }

#form-validate .form-list {
  clear: both;
  /*overflow:auto;*/ }

#form-validate .field.name-firstname {
  float: left;
  margin: 0 0 15px 0;
  width: 290px; }

#form-validate .fields {
  color: #555555;
  font-weight: normal;
  margin: 0 0 11px;
  /*overflow:auto*/ }

.fields .field {
  float: left;
  margin: 0 30px 0 0;
  height: auto; }

#company {
  width: 545px; }

#street_1 {
  margin: 0 0 5px;
  width: 546px; }

#street_2 {
  margin: 0 0 5px;
  width: 546px; }

#region_id {
  padding: 7px 5px 7px 10px;
  width: 285px; }

#country {
  padding: 7px 5px 7px 10px;
  width: 200px; }

.my-account .page-head h1 {
  color: #2AA0C4;
  font-family: 'comfortaabold';
  font-size: 26px;
  margin: 15px 0; }

.my-account > p {
  color: #555555;
  font-size: 16px;
  margin: 0 0 15px; }

.account-login .col2-set .col-1 {
  float: left;
  margin: 0 0 30px;
  width: 485px; }

.account-login .col2-set .col-2 {
  float: left;
  margin: 0 0 30px 60px;
  width: 300px;
  overflow: hidden; }

#form-validate .fieldset {
  border: 1px solid #ddd;
  background: #f8f8f8;
  border-radius: 5px;
  margin: 25px 0 0 0; }

/*#form-validate .button {	background: none repeat scroll 0 0 #2AA0C4;    border: medium none;    border-radius: 5px 5px 5px 5px;    color: #FFFFFF;    float: right;    font-size: 13px;    font-weight: bold;    padding: 6px 20px;    text-decoration: none;    text-shadow: 1px 1px 1px #666666;}*/
#form-validate .button {
  background: none repeat scroll 0 0 #2AA0C4;
  border: medium none;
  border-radius: 5px;
  color: #FFFFFF;
  float: right;
  font-size: 17px;
  font-weight: bold;
  height: auto;
  margin: 0;
  padding: 10px 40px;
  text-decoration: none;
  text-shadow: 1px 1px 1px #666666;
  width: auto; }

#form-validate .button:hover {
  background: #4AC9EF; }

#colonna-destra .button {
  /*background: none repeat scroll 0 0 #F9F9F9;*/
  border: none;
  background: #2AA0C4;
  border-radius: 5px;
  color: #fff;
  cursor: pointer;
  font-size: 13px;
  font-weight: bold;
  padding: 6px 11px;
  text-decoration: none;
  text-shadow: none; }

.rimuovi_ant {
  background: url("https://www.babypromo.it/skin/frontend/storebaby/default/images/icona-cestino2.png") no-repeat scroll 5px center #F8F8F8;
  /* border: 1px solid #D66D8E;*/
  border-radius: 4px 4px 4px 4px;
  /* color: #D66D8E !important;*/
  /*display: block;*/
  font-size: 12px !important;
  font-weight: bold;
  /*margin: 10px 0 0;*/
  padding: 4px 5px 4px 16px;
  text-align: center;
  text-decoration: none !important;
  text-transform: lowercase;
  width: 3px;
  height: 13px;
  transition: all 200ms ease-in 0s; }

.rimuovi_ant:hover {
  /*box-shadow: 0 0 5px #D66D8E;*/ }

#colonna-destra .button1 {
  /*background: none repeat scroll 0 0 #F9F9F9;*/
  border: none;
  background: #D66D8E;
  border-radius: 5px;
  color: #fff;
  cursor: pointer;
  font-size: 13px;
  font-weight: bold;
  padding: 6px 11px;
  text-decoration: none;
  text-shadow: none; }

#colonna-destra .button.btn-add {
  background: url("https://www.babypromo.it/skin/frontend/storebaby/default/images/icon_cart_registry.png") no-repeat 3px center #EEEEEE;
  border: 1px solid #DDDDDD;
  color: #555555;
  cursor: pointer;
  font-size: 12px;
  font-weight: bold;
  padding: 10px 11px 9px 26px;
  text-decoration: none;
  text-shadow: none; }

#colonna-destra .button.btn-update {
  background: url("https://www.babypromo.it/skin/frontend/storebaby/default/images/update.png") no-repeat 5px center #EEEEEE;
  border: 1px solid #DDDDDD;
  color: #555555;
  cursor: pointer;
  font-size: 12px;
  font-weight: bold;
  padding: 10px 11px 9px 26px;
  text-decoration: none;
  text-shadow: none; }

#colonna-destra .button.btn-share {
  background: url("https://www.babypromo.it/skin/frontend/storebaby/default/images/share.png") no-repeat 5px center #2AA0C4;
  border: 1px solid #2AA0C4;
  color: #fff;
  cursor: pointer;
  font-size: 12px;
  font-weight: bold;
  padding: 10px 11px 9px 26px;
  text-decoration: none;
  text-shadow: none; }

.fields > div {
  height: 50px;
  margin: 10px 0 0; }

#search_allowed {
  margin: 0 0 0 10px; }

.fields.wide {
  color: #555555;
  font-size: 13px; }

.address-select {
  margin: 15px 0 0;
  padding: 8px 5px;
  width: 300px; }

.input-range {
  color: #555555;
  float: left;
  font-size: 12px;
  margin: 0 0 10px; }

.v-middle {
  float: left;
  margin: 0 10px 0 0; }

.account-logout .my_account {
  border-right: 1px solid #8DDDE9;
  background: url("https://www.babypromo.it/skin/frontend/storebaby/default/images/icon_login.png") no-repeat scroll 0 0;
  border-right: 1px solid #8DDDE9;
  color: #FFFFFF;
  font-size: 12px;
  font-weight: bold;
  margin: 0 6px 0 0;
  padding: 0 10px 0 18px;
  text-decoration: none;
  text-shadow: 1px 1px 1px #666666; }

.account-logout .logout {
  color: #FFFFFF;
  font-size: 12px;
  font-weight: bold;
  text-decoration: none;
  text-shadow: 1px 1px 1px #666666; }

.validate-select {
  padding: 7px 5px;
  width: 185px; }

.page-head h1 {
  color: #2AA0C4;
  font-size: 26px;
  margin: 15px 0;
  font-family: 'comfortaabold'; }

#colonna-destra > p {
  color: #555555;
  font-size: 14px;
  margin: 10px 0; }

.ticket-create-form h3 {
  border-bottom: 1px solid #EAE5E4;
  margin: 25px 0 12px;
  padding: 10px 0;
  color: #2AA0C4;
  font-size: 18px;
  font-family: 'comfortaabold'; }

#helpdesk-ticket-form label {
  color: #666666;
  float: left;
  font-size: 13px;
  font-weight: bold;
  margin: 2px 0 0 0; }

#department_id {
  padding: 5px; }

.button-set .left {
  background: none repeat scroll 0 0 #D66D8E;
  border: 1px solid #D66D8E;
  border-radius: 5px 5px 5px 5px;
  color: #FFFFFF;
  float: left;
  font-size: 14px;
  font-weight: bold;
  margin: 15px 0 0 0;
  padding: 5px 10px 5px 8px;
  text-decoration: none;
  text-shadow: 1px 1px 1px #666666;
  font-family: 'comfortaabold'; }

.button-set button:not(.btn) {
  background: none repeat scroll 0 0 #2AA0C4;
  border: medium none;
  border-radius: 5px 5px 5px 5px;
  color: #FFFFFF;
  float: right;
  font-size: 13px;
  font-weight: bold;
  padding: 8px 20px;
  text-decoration: none;
  text-shadow: 1px 1px 1px #666666;
  margin: 15px 217px 0 0; }

#order_id {
  padding: 5px; }

.box-account .box-head > a {
  background: none repeat scroll 0 0 #D66D8E;
  border: 1px solid #D66D8E;
  border-radius: 5px 5px 5px 5px;
  color: #FFFFFF;
  float: left;
  font-size: 14px;
  font-weight: bold;
  margin: 0 0 15px 0;
  padding: 5px 10px 5px 8px;
  text-decoration: none;
  text-shadow: 1px 1px 1px #666666;
  margin: 0 0 30px 0; }

.data-table {
  margin: 24px 0;
  width: 680px;
  overflow: auto; }

.my-orders-table {
  *border-collapse: collapse;
  /* IE7 and lower */
  border-spacing: 0;
  margin: 24px 0;
  width: 680px;
  overflow: auto;
  text-align: left; }

.my-orders-table tr {
  margin: 5px 0;
  padding: 0 0 10px; }

.my-orders-table thead tr {
  background: #2AA0C4;
  color: white;
  font-size: 12px; }

.my-orders-table tbody tr div {
  margin-top: 5px;
  font-size: 10px; }

.my-orders-table tbody tr div a {
  color: #666; }

#my-orders-table .grand_total td:first-child {
  -webkit-border-top-left-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-bottomleft: 5px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px; }

#my-orders-table .grand_total td:last-child {
  -webkit-border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -moz-border-radius-topright: 5px;
  -moz-border-radius-bottomright: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px; }

#my-orders-table tr th:first-child {
  -webkit-border-top-left-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-bottomleft: 5px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px; }

#my-orders-table tr th:last-child {
  -webkit-border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -moz-border-radius-topright: 5px;
  -moz-border-radius-bottomright: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px; }

.buy-bundle .super-product-table tr th:first-child {
  -webkit-border-top-left-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-bottomleft: 5px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px; }

.buy-bundle .super-product-table tr th:last-child {
  -webkit-border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -moz-border-radius-topright: 5px;
  -moz-border-radius-bottomright: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px; }

.my-reviews-table tr th:first-child {
  -webkit-border-top-left-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-bottomleft: 5px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px; }

.my-reviews-table tr th:last-child {
  -webkit-border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -moz-border-radius-topright: 5px;
  -moz-border-radius-bottomright: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px; }

.my-orders-table tr th:first-child {
  -webkit-border-top-left-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-bottomleft: 5px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px; }

.my-orders-table tr th:last-child {
  -webkit-border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -moz-border-radius-topright: 5px;
  -moz-border-radius-bottomright: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px; }

.my-orders-table tr td {
  color: #666666;
  font-size: 12px;
  border-bottom: 1px solid #ccc; }

.my-orders-table tr td,
.my-orders-table tr th {
  padding: 10px;
  white-space: nowrap; }

.my-orders-table tr td:nth-child(4) {
  text-align: right;
  padding-right: 30px; }

.data-table th {
  color: #FFFFFF;
  /* display: block;    float: left;  */
  font-size: 12px;
  margin: 10px 0 0;
  width: 64px; }

.data-table tr {
  /* float: left; */
  width: 387px;
  height: 35px; }

.first.odd > td {
  text-align: center;
  width: 110px;
  color: #666666;
  font-size: 12px; }

.even > td {
  text-align: center;
  width: 110px;
  color: #666666;
  font-size: 12px; }

.odd > td {
  text-align: center;
  width: 110px;
  color: #666666;
  font-size: 12px; }

.last.odd > td {
  text-align: center;
  width: 110px;
  color: #666666;
  font-size: 12px; }

.a-center.last {
  color: #D66D8E;
  font-weight: bold; }

.nobr a {
  color: #C43F6C;
  font-size: 12px; }

.col-1.addresses-primary {
  display: block;
  float: none;
  /*overflow: auto;*/
  height: auto;
  width: 680px; }

.col-1 .item {
  float: left;
  width: 300px; }

.col-2.addresses-additional {
  float: left;
  margin: 0 0 20px 5px;
  width: 680px; }

.col-1.addresses-primary > h2 {
  border-bottom: 1px solid #EAE5E4;
  color: #2AA0C4;
  font-family: 'comfortaabold';
  font-size: 18px;
  margin: 0 0 12px;
  padding: 10px 0; }

.item h3 {
  color: #2AA0C4;
  font-size: 16px; }

.item a {
  color: #333333;
  font-size: 13px; }

.item address {
  color: #555555;
  margin: 10px 0 5px; }

.col-2.addresses-additional > h2 {
  border-bottom: 1px solid #EAE5E4;
  color: #2AA0C4;
  font-family: 'comfortaabold';
  font-size: 18px;
  margin: 0 0 12px;
  padding: 10px 0; }

.item.empty > p {
  color: #555555;
  font-size: 13px; }

.odd .a-center.last {
  color: black;
  margin: 20px auto 0;
  width: 470px; }

.last.a-center {
  color: black;
  margin: 20px auto 0;
  width: 470px; }

.a-center.last > a {
  color: #C43F6C;
  font-size: 12px; }

.buttons-set {
  margin: 15px 0;
  text-align: right;
  clear: both; }

/*.buttons-set .back-link a { color: #fff !important; }*/
.button.btn-add {
  background: none repeat scroll 0 0 #999999;
  border: medium none;
  border-radius: 5px 5px 5px 5px;
  color: #FFFFFF;
  font-size: 13px;
  font-weight: bold;
  padding: 6px 20px;
  text-decoration: none;
  text-shadow: 1px 1px 1px #666666;
  margin: 0 10px 0 0; }

.button.btn-update {
  background: none repeat scroll 0 0 #999999;
  border: medium none;
  border-radius: 5px 5px 5px 5px;
  color: #FFFFFF;
  font-size: 13px;
  font-weight: bold;
  padding: 6px 20px;
  text-decoration: none;
  text-shadow: 1px 1px 1px #666666;
  margin: 0 10px 0 0; }

.button.btn-share {
  background: none repeat scroll 0 0 #999999;
  border: medium none;
  border-radius: 5px 5px 5px 5px;
  color: #FFFFFF;
  font-size: 13px;
  font-weight: bold;
  padding: 6px 20px;
  text-decoration: none;
  text-shadow: 1px 1px 1px #666666; }

.page-head.button-level > h3 {
  color: #1890B5;
  font-family: 'comfortaabold';
  font-size: 20px;
  margin: 15px 0; }

#my-reviews-table tr {
  width: 100% !important;
  padding: 0 !important;
  transition: all ease-out 250ms; }

#my-reviews-table th {
  width: 132px !important;
  background: #2AA0C4; }

/*#my-reviews-table .even { background:#f8f8f8}*/
#my-events-table tr {
  width: 658px !important;
  padding: 0 !important;
  border: none !important;
  height: 45px; }

#my-events-table .first {
  background: #2AA0C4;
  margin: 0; }

#my-events-table th {
  width: 117px !important; }

#my-events-table .even {
  margin: 0;
  padding: 8px 4px !important; }

#my-events-table .pulsanti {
  /*background: none repeat scroll 0 0 #F7F7F7 !important;*/
  border-bottom: 1px solid #CCCCCC !important;
  /*border-radius: 4px !important;*/
  height: 40px !important;
  margin: 0 0 3px;
  padding: 0 !important; }

#my-events-table .pulsanti a {
  color: #666 !important;
  /*font-family: comfortaabold;*/
  font-size: 14px;
  padding: 0; }

#my-events-table thead tr {
  border: medium none !important;
  height: 38px;
  padding: 0 !important;
  width: 658px !important; }

#my-events-table .pulsanti a:hover {
  text-decoration: underline; }

#my-events-table a {
  color: #D66D8E; }

.data-table tr {
  /*float: left;*/
  border-radius: 5px;
  /*line-height:15px;*/ }

#item_ids {
  padding: 5px; }

.block.block-reorder {
  background: none repeat scroll 0 0 #f9f9f9;
  border: 1px solid #DDDDDD;
  border-radius: 5px 5px 5px 5px;
  padding: 15px 9px 9px;
  margin: 10px 0; }

.block-subtitle {
  color: #555555;
  display: block;
  float: left;
  font-size: 14px;
  margin: 0 10px 0 0; }

.block-content .actions {
  margin: 10px 0; }

.block-content .button {
  background: none repeat scroll 0 0 #2AA0C4;
  border: medium none;
  border-radius: 5px;
  color: #FFFFFF;
  cursor: pointer;
  font-size: 13px;
  font-weight: bold;
  margin: 0 0 10px;
  padding: 8px 10px 7px;
  text-decoration: none;
  text-shadow: 1px 1px 1px #666666; }

.actions > a {
  background: none repeat scroll 0 0 #D66D8E;
  border-radius: 5px 5px 5px 5px;
  color: #FFFFFF;
  font-size: 13px;
  font-weight: bold;
  margin: 0;
  padding: 6px 7px 7px;
  text-decoration: none;
  text-shadow: 1px 1px 1px #666666; }

.adjgiftreg-event-details .page-head,
.adjgiftreg-event-checklist .page-head,
.adjgiftreg-event-share .page-head,
.adjgiftreg-event-thanks .page-head,
.adjgiftreg-index-view .page-head,
.adjgiftreg-event-edit .page-title {
  font-size: 13px;
  font-weight: bold;
  color: #2AA0C4; }

.adjgiftreg-event-details .page-head .link-cart,
.adjgiftreg-event-checklist .page-head .link-cart,
.adjgiftreg-event-share .page-head .link-cart,
.adjgiftreg-event-thanks .page-head .link-cart,
.adjgiftreg-event-edit .page-title .link-cart {
  color: #555555;
  font-size: 13px;
  font-weight: bold;
  padding: 5px 0;
  text-decoration: none; }

.page-head .separator {
  margin: 0 0 0 5px; }

#login-form .buttons-set {
  margin: 0; }

.validation-advice {
  color: #EB340A;
  margin: 0 0 5px;
  font-size: 11px;
  /*left: 600px !important;*/
  line-height: 1.1em; }

/*.link-cart{	background: none repeat scroll 0 0 #2AA0C4;    border: medium none;    border-radius: 5px 5px 5px 5px;    color: #FFFFFF;    font-size: 13px;    font-weight: bold;    padding: 7px 4px;    text-decoration: none;    text-shadow: 1px 1px 1px #666666;}*/
/*.link-remove{	background: none repeat scroll 0 0 #D66D8E;    border: 1px solid #D66D8E;    border-radius: 5px 5px 5px 5px;    color: #FFFFFF;    font-size: 14px;    font-weight: bold;    padding: 5px 10px 5px 8px;    text-decoration: none;    text-shadow: 1px 1px 1px #666666;}*/
.group-select {
  /*background: none repeat scroll 0 0 #F8F8F8;*/
  border: 1px solid #DDDDDD;
  border-radius: 5px 5px 5px 5px;
  margin: 15px 0;
  padding: 0 15px 30px;
  font-size: 14px;
  color: #555555; }

.group-select .form-list > li {
  float: left; }

.group-select h4 {
  border-bottom: 1px solid #EAE5E4;
  color: #2AA0C4;
  font-family: 'comfortaabold';
  font-size: 18px;
  margin: 0 0 -10px;
  padding: 10px 0; }

#form-gift-search {
  /*background: none repeat scroll 0 0 #F8F8F8; border: 1px solid #DDDDDD; border-radius: 5px 5px 5px 5px; */
  margin: 15px 0;
  padding: 0 15px 30px;
  display: block; }

#mon {
  padding: 5px; }

#form-gift-search .button {
  background: none repeat scroll 0 0 #2AA0C4;
  border: medium none;
  border-radius: 5px 5px 5px 5px;
  color: #FFFFFF;
  font-size: 13px;
  font-weight: bold;
  padding: 6px 20px;
  text-decoration: none;
  text-shadow: 1px 1px 1px #666666;
  float: right;
  margin: 0 35px 0 0; }

#form-gift-search .left {
  clear: both;
  color: #fff;
  float: left;
  font-size: 14px;
  margin: 18px 0 0 5px;
  padding: 5px; }

.post-a-reply label {
  margin: 10px 0 0;
  display: block; }

.adjgiftreg-index-index #colonna-sinistra {
  display: none; }

.adjgiftreg-index-index #colonna-destra {
  float: left;
  margin: 5px 0 0 20px;
  padding: 10px 0 0;
  width: 630px; }

#form-gift-search .buttons-set p.required {
  margin: 0 36px 5px; }

.buttons-set .left {
  background: none repeat scroll 0 0 #D66D8E;
  border: 1px solid #D66D8E;
  border-radius: 5px 5px 5px 5px;
  color: #FFFFFF;
  font-size: 14px;
  font-weight: bold;
  margin: 0;
  padding: 5px 10px 5px 8px;
  text-decoration: none;
  text-shadow: 1px 1px 1px #666666; }

.buttons-set1 .left {
  background: none repeat scroll 0 0 #D66D8E;
  border: 1px solid #D66D8E;
  border-radius: 5px 5px 5px 5px;
  color: #FFFFFF;
  font-size: 14px;
  font-weight: bold;
  margin: 0;
  padding: 5px 10px 5px 8px;
  text-decoration: none;
  text-shadow: 1px 1px 1px #666666;
  float: left;
  /*margin-top: -55px;*/ }

.qty > span {
  background: url("https://www.babypromo.it/skin/frontend/storebaby/default/images/pulsante_+_storebaby.png") no-repeat scroll 0 0;
  height: 20px;
  margin: 0 0 0 10px;
  padding: 10px 10px 0;
  width: 20px; }

.qty_more {
  background: none repeat scroll 0 0 #1890B5;
  border-radius: 10px 10px 10px 10px;
  color: #FFFFFF;
  cursor: pointer;
  font-weight: bold;
  padding: 0 7px;
  text-align: center; }

.qty_less {
  background: none repeat scroll 0 0 #D66D8E;
  border-radius: 10px 10px 10px 10px;
  color: #FFFFFF;
  cursor: pointer;
  font-weight: bold;
  padding: 0 7px;
  text-align: center;
  display: block;
  margin: 2px 0 0; }

.qty_buttons {
  display: block;
  float: left;
  height: 50px;
  margin: 16px 0 0; }

.link-compare.adjgiftreg_add_to {
  background: url("https://www.babypromo.it/skin/frontend/storebaby/default/images/icon_add_registry.png") no-repeat scroll 3px center;
  border-radius: 4px 4px 4px 4px;
  color: #2AA0C3;
  font-weight: bold;
  padding: 8px 5px 6px 28px;
  text-decoration: none;
  transition: all 200ms ease-in 0s; }

.link-compare.adjgiftreg_add_to:hover {
  text-decoration: underline; }

.link-compare.confronta {
  background: url("https://www.babypromo.it/skin/frontend/storebaby/default/images/arrow-confronta.png") no-repeat scroll left top;
  font-weight: bold;
  padding: 8px 5px 6px 28px;
  text-decoration: none;
  transition: all 200ms ease-in 0s; }

/*.link-compare.confronta:hover { text-decoration:underline;}*/
.data-table .even {
  border-bottom: 1px solid #ccc;
  border-radius: 0 !important; }

.data-table .odd {
  border-bottom: 1px solid #ccc;
  border-radius: 0 !important; }

.data-table .first {
  background: #2AA0C4; }

.data-table .odd {
  background: #fff !important; }

.data-table .odd th {
  color: #38AFD1 !important; }

#colonna-destra li {
  /*border-bottom: 1px solid #ddd;*/
  color: #2AA0C4;
  display: block;
  float: left;
  font-weight: bold;
  margin: 5px 0;
  padding: 5px 4px;
  width: 100%; }

#colonna-destra li a {
  color: #FFFFFF;
  text-decoration: none; }

#colonna-destra li a:hover {
  text-decoration: underline; }

#colonna-destra li.current {
  background: none repeat scroll 0 0 #2AA0C4;
  color: #FFFFFF;
  /*margin-top: 2px !important;*/ }

#colonna-destra li a.previous.i-previous {
  background: url(https://www.babypromo.it/skin/frontend/storebaby/default/images/frecce-sx.png) no-repeat center 3px;
  height: 15px;
  padding: 0;
  width: 11px; }

#colonna-destra li a.next.i-next {
  background: url("https://www.babypromo.it/skin/frontend/storebaby/default/images/frecce-dx.png") no-repeat scroll center 3px;
  height: 15px;
  padding: 0;
  width: 11px; }

#colonna-destra .success-msg li,
#colonna-destra .message li ul li {
  border-bottom: none !important; }

#colonna-destra .separator {
  margin: 0 2px; }

.adjgiftreg-index-view .link-cart {
  background: none repeat scroll 0 0 #DDA7BF;
  /* border: 1px solid #555555;*/
  border-radius: 5px;
  color: #fff;
  cursor: pointer;
  font-size: 13px;
  font-weight: bold;
  padding: 6px 20px;
  text-decoration: none; }

.adjgiftreg-event-details .first.last.odd {
  background: none; }

.adjgiftreg-event-details #giftreg-table tr {
  background: none; }

.adjgiftreg-index-view .a-center.last > a {
  color: #FFFFFF;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
  padding: 7px 33px;
  display: block; }

.adjgiftreg-index-view #colonna-destra {
  color: #555555;
  float: left;
  font-size: 14px;
  padding: 10px 0 0;
  width: 935px; }

.adjgiftreg-index-view #giftreg-table tr {
  float: left;
  margin: -15px 0 10px 10px;
  padding: 15px 0;
  width: 920px; }

.adjgiftreg-index-view input.input-text, select, textarea {
  background-color: #FFFFFF;
  border: 1px solid #DDDDDD;
  border-radius: 5px 5px 5px 5px;
  color: #666666;
  font-size: 14px;
  margin: 0 0 0 5px;
  width: 25px; }

.adjgiftreg-index-view #giftreg-table .last.odd > td {
  color: #666666;
  font-size: 15px;
  text-align: center;
  width: 104px;
  float: left;
  margin: 0; }

.adjgiftreg-index-view #colonna-destra .button {
  background: none repeat scroll 0 0 #2AA0C4;
  color: #fff;
  cursor: pointer;
  font-size: 14px;
  font-weight: bold;
  margin: 0 0 0;
  padding: 8px 14px;
  text-decoration: none;
  /*text-shadow: 1px 1px 1px #666666;*/ }

.adjgiftreg-index-view #colonna-destra > a {
  color: #2AA0C4; }

.adjgiftreg-event-details .last .link-cart {
  background: url("https://www.babypromo.it/skin/frontend/storebaby/default/images/icon_cart_registry01.png") no-repeat scroll left 3px top 4px #f9f9f9;
  border: 1px solid #2aa0c4;
  border-radius: 5px;
  color: #2aa0c4;
  display: block;
  float: right;
  font-size: 12px;
  font-weight: bold;
  padding: 8px 8px 4px 25px;
  text-decoration: none;
  width: 135px;
  margin: -26px 0px 0px 0px; }

.adjgiftreg-event-details .last .link-remove {
  background: url("https://www.babypromo.it/skin/frontend/storebaby/default/images/icona-cestino.png") no-repeat scroll 8px center #F9F9F9;
  border: 1px solid #D66D8E;
  border-radius: 5px;
  color: #D66D8E;
  display: block;
  font-size: 14px;
  font-weight: bold;
  padding: 5px 10px 5px 23px;
  text-decoration: none;
  float: left;
  margin: 4px 0 0 0; }

.adjgiftreg-event-details .last select {
  background-color: #FFFFFF;
  border: 1px solid #DDDDDD;
  border-radius: 5px 5px 5px 5px;
  color: #666666;
  font-size: 14px;
  margin: 0 0 20px;
  padding: 5px;
  width: 115px; }

.adjgiftreg-event-details #colonna-destra .buttons-set .back-link {
  background: none repeat scroll 0 0 #d66d8e;
  border-radius: 5px;
  float: left;
  margin: 36px 0 0 0;
  padding: 1px 0 0; }

.review-customer-index .data-table tr {
  height: auto;
  width: auto; }

.adjgiftreg-event-details #colonna-destra .buttons-set .back-link a:hover {
  text-decoration: none !important; }

.adjgiftreg-event-details .pulsanti_lista td {
  width: 621px; }

/*.adjgiftreg-event-details #giftreg-table.data-table th {
    color: #fff!important;
    display: block;
    float: left;
    font-size: 14px;
    margin: 10px 0 0;
    width: 128px;
}*/
.adjgiftreg-event-details #giftreg-table.data-table th {
  color: #fff !important;
  display: block;
  float: left;
  font-size: 14px;
  margin: 8px -2px 0;
  text-align: center;
  width: 122px !important; }

#giftreg-table tr.pulsanti_lista tr {
  float: left;
  height: auto !important;
  margin: 5px 0;
  width: 700px; }

.adjgiftreg-event-details table#giftreg-table .even > td {
  color: #666666;
  font-size: 14px;
  text-align: center;
  width: 109px; }

.catalog-product-view .giftregistry {
  background: url("https://www.babypromo.it/skin/frontend/storebaby/default/images/icon_add_registry.png") no-repeat scroll 3px center;
  border-radius: 4px 4px 4px 4px;
  color: #333;
  font-size: 12px;
  margin: 0 0 0 5px;
  padding: 8px 5px 6px 28px;
  text-decoration: none;
  transition: all 200ms ease-in 0s; }

.catalog-product-view .giftregistry:hover {
  color: #2AA0C3; }

.catalog-product-view .confronta {
  background: url("https://www.babypromo.it/skin/frontend/storebaby/default/images/arrow-confronta.png") no-repeat scroll left top 4px;
  border-radius: 4px;
  color: #333333;
  font-size: 13px;
  font-weight: normal;
  margin: 0;
  padding: 8px 5px 6px 30px;
  text-decoration: none;
  transition: all 200ms ease-in 0s; }

.catalog-product-view .confronta:hover {
  color: #2AA0C3; }

.catalog-product-view input.input-text, select, textarea {
  background-color: #FFFFFF;
  border: 1px solid #DDDDDD;
  border-radius: 5px 5px 5px 5px;
  color: #666666;
  font-size: 14px;
  width: 25px; }

.qty label {
  color: #555555;
  font-size: 13px;
  margin: 0 5px 0 0; }

.border.first.last {
  background: #EFF9FC; }

.border.first.last td {
  font-size: 14px;
  text-align: center;
  width: 140px; }

.col2-set.order-info-box {
  /*background:#f8f8f8;*/
  overflow: auto;
  border-radius: 5px;
  padding: 15px; }

.sales-order-view .box-title > h2 {
  color: #2AA0C4 !important;
  font-size: 20px !important;
  margin: 10px 0 4px 12px !important; }

.sales-order-view address {
  color: #555555;
  font-size: 13px;
  font-style: normal !important;
  font-weight: bold;
  margin: 0 10px; }

.sales-order-view #colonna-destra li.current {
  color: #2AA0C4;
  background: none;
  margin: 0 0 0 9px;
  float: none;
  font-size: 18px;
  font-family: 'comfortaabold'; }

.sales-order-view .table-caption {
  color: #DDA7BF;
  font-family: 'comfortaabold';
  font-size: 20px;
  margin: 15px 0; }

.sales-order-view .data-table tr {
  padding: 0 5px 5px;
  font-size: 15px; }

.sales-order-view .a-right > strong {
  font-size: 20px;
  color: #2AA0C4; }

.product-name {
  color: #2AA0C4; }

.sales-order-view .link-reorder {
  color: #C43F6C;
  font-size: 12px;
  margin: 0 0 0 15px; }

.sales-order-view .link-print {
  color: #C43F6C;
  font-size: 12px; }

.sales-order-view .order-info dt {
  color: #555555;
  font-size: 16px;
  font-weight: bold;
  margin: 15px 0 5px 10px; }

.sales-order-view .order-date {
  font-size: 13px;
  font-weight: bold;
  margin: 20px 0 5px 10px; }

.customer-account-edit #colonna-destra li {
  color: #2AA0C4;
  font-weight: bold;
  margin: 0 5px 15px;
  padding: 10px 0 12px;
  float: none; }

.customer-address-index .item address {
  color: #555555;
  font-size: 13px;
  margin: 10px 0; }

.customer-address-index #colonna-destra li a {
  color: #333333;
  text-decoration: none; }

.helpdeskultimate-customer-view .back .left {
  background: none repeat scroll 0 0 #D66D8E;
  border: 1px solid #D66D8E;
  border-radius: 5px 5px 5px 5px;
  color: #FFFFFF;
  font-size: 14px;
  font-weight: bold;
  margin: 0 0 30px;
  padding: 5px 10px 5px 8px;
  text-decoration: none;
  text-shadow: 1px 1px 1px #666666; }

.helpdeskultimate-customer-view .group-select {
  background: none;
  border: none;
  border-radius: 5px 5px 5px 5px;
  color: #555555;
  font-size: 14px;
  margin: 25px 0 40px;
  padding: 0 15px 30px; }

.checkout-cart-index .cart-empty {
  color: #555555;
  font-size: 15px;
  padding: 15px; }

.checkout-cart-index .cart-empty a {
  color: #2AA0C3; }

.checkout-cart-index h2 {
  color: #1890B5;
  *float: left;
  font-family: 'comfortaabold';
  font-size: 14px;
  line-height: 2.1em;
  margin: 7px 15px 0; }

.customer-address-index #colonna-destra li {
  color: #2AA0C4;
  font-weight: bold;
  margin: 0 5px 15px 0;
  padding: 2px 2px 12px;
  float: left; }

.helpdeskultimate-customer-index td {
  padding: 15px 0; }

.helpdeskultimate-customer-index .data-table .first.last {
  background: none repeat scroll 0 0 #2AA0C4;
  padding: 0 0 10px; }

.helpdeskultimate-customer-index #order_id option {
  color: #2AA0C4; }

.helpdeskultimate-customer-view .message-box {
  background: #f8f8f8;
  border: 1px solid #ddd;
  border-radius: 6px;
  margin: 15px 0; }

.helpdeskultimate-customer-view .message-box .message-header {
  font-size: 16px;
  color: #2AA0C4;
  font-family: 'comfortaabold';
  font-weight: bold; }

.helpdeskultimate-customer-view .message-body {
  color: #555;
  font-size: 14px;
  margin-top: 20px; }

.no-display {
  display: none; }

.helpdeskultimate-customer-view label {
  font-size: 13px;
  font-weight: bold; }

.adjgiftreg-event-share .catalog-product-view input.input-text, select, textarea {
  background-color: #FFFFFF;
  border: 1px solid #DDDDDD;
  border-radius: 5px 5px 5px 5px;
  color: #666666;
  font-size: 14px;
  width: 255px;
  margin: 0;
  /*height: 60px;*/ }

#giftreg-table textarea {
  height: 60px !important; }

.adjgiftreg-event-share .group-select > a {
  color: #2AA0C4; }

.my-pager,
.sales-order-history .paginazione {
  background: #f6f6f6 !important;
  border-radius: 6px;
  padding: 6px 10px 13px !important;
  border: none !important; }

.my-pager,
.sales-order-history .paginazione {
  border-bottom: none !important;
  float: right;
  display: inline-block;
  padding: 5px 0 5px 10px !important;
  margin: 0 0 10px !important; }

.pager ul {
  padding: 3px 0 0 10px;
  margin: 0 0 0 0 !important; }

.sales-order-history .data-table tr {
  float: left;
  margin: 5px 0;
  padding: 0 0 10px;
  border-radius: 5px; }

.adjgiftreg-event-list .data-table tr {
  border-radius: 5px;
  float: left;
  margin: 0;
  padding: 0; }

.customer-account-index .data-table tr {
  float: left;
  margin: 0 0 15px;
  padding: 0 0 10px;
  border-radius: 5px; }

.customer-address-form .form-list .input-box {
  clear: both;
  display: block; }

.adjgiftreg-event-edit .validate-select {
  padding: 7px 5px;
  width: 265px;
  margin: 0; }

.adjgiftreg-event-edit .form-list input.input-text {
  display: block;
  margin: 0 0 5px;
  padding: 8px 5px;
  width: 254px; }

.adjgiftreg-index-result #colonna-sinistra {
  display: none; }

.adjgiftreg-index-result .page-head h3 {
  color: #DDA7BF;
  font-family: 'comfortaabold';
  font-size: 26px;
  margin: 15px 0 20px 0; }

.adjgiftreg-index-result #colonna-destra a {
  border-bottom: 1px solid #DDA7BF;
  color: #2AA0C4;
  font-size: 15px;
  font-weight: bold;
  padding: 0 0 25px;
  text-decoration: none; }

.adjgiftreg-index-result #colonna-destra a:hover {
  color: #555555;
  transition: all 200ms ease-in 0s; }

.adjgiftreg-index-result #colonna-destra p {
  color: #555555;
  font-size: 13px;
  margin: 0; }

.adjgiftreg-index-view #colonna-sinistra {
  display: none; }

.helpdeskultimate-customer-index #content_field {
  height: 100px;
  margin: 0; }

.helpdeskultimate-customer-index #order_id {
  margin: 0;
  padding: 5px; }

.adjgiftreg-index-view .odd .a-center.last {
  color: #000000; }

.adjgiftreg-index-view .last.a-center {
  color: #000000;
  margin: 0;
  width: 118px; }

.adjgiftreg-index-view #giftreg-table.data-table th {
  color: #FFFFFF;
  display: block;
  float: left;
  font-size: 14px;
  margin: 10px -6px 0;
  width: 118px; }

.anteprima-lista th {
  width: 130px !important; }

.nome-prodotto-lista {
  color: #2AA0C4;
  font-size: 14px;
  font-weight: bold; }

.adjgiftreg-index-view #giftreg-table.data-table td {
  width: 115px; }

.adjgiftreg-index-view #giftreg-table.data-table .odd {
  height: auto !important;
  border-bottom: 1px solid #ddd !important;
  background: none !important;
  margin: 0 0 14px 14px !important;
  width: 99%;
  padding: 0; }

.adjgiftreg-index-view #giftreg-table.data-table .even {
  height: auto !important;
  border-bottom: 1px solid #ddd !important;
  background: none !important;
  margin: 0 0 14px 0 !important;
  width: 99%;
  padding: 0; }

.risultati {
  color: #2AA0C3;
  font-size: 13px;
  font-weight: bold;
  margin: 0 0 2px 10px; }

.catalogsearch-result-index .page-title h1 {
  color: #DDA7BF;
  font-family: 'comfortaabold';
  font-size: 20px;
  margin: 15px 0 0 10px; }

.searchindex-result .title, .searchindex-result .title a {
  color: #DDA7BF !important;
  font-family: 'comfortaabold', sans-serif !important;
  font-weight: normal !important;
  font-size: 20px !important;
  margin: 0 !important; }

.searchindex-result .content {
  color: #343434;
  font-size: .9rem;
  font-weight: normal; }
  .searchindex-result .content a {
    color: #2AA0C4 !important;
    display: block; }

.searchindex-result--page {
  margin-bottom: .75em !important;
  border-bottom: 1px solid #ddd;
  padding-bottom: 1.5em !important; }
  .searchindex-result--page:last-child {
    border-bottom: none; }
  .searchindex-result--page .content p {
    margin: .25em 0; }

.searchindex-result-category .title {
  display: block; }

.searchindex-result-category .content {
  display: block;
  margin: .25em 0; }

.searchindex-result-category .path-item {
  font-family: Arial, Helvetica, sans-serif !important;
  font-style: normal;
  font-size: .9rem !important;
  font-weight: normal !important;
  color: #2AA0C4 !important; }

.searchindex-result-category .path-separator {
  display: inline-block;
  padding: 0 .5em;
  color: #DDA7BF; }

.searchindex-result-category li {
  margin-bottom: .75em !important;
  border-bottom: 1px solid #ddd;
  padding-bottom: 1.5em !important; }
  .searchindex-result-category li:last-child {
    border-bottom: none; }

.search-autocomplete {
  background: white;
  border-radius: 5px;
  width: 440px; }

#search_autocomplete > ul {
  background: none repeat scroll 0 0 #FFFFFF;
  border: 1px solid;
  border-radius: 5px 5px 5px 5px;
  color: #2294b6;
  margin: 0;
  width: 418px; }

.suggest.odd.selected {
  color: #DDA7BF;
  cursor: pointer;
  background: #f8f8f8;
  padding: 10px;
  border-radius: 5px;
  font-size: 13px;
  font-weight: bold; }

.suggest.odd {
  padding: 10px;
  font-size: 13px;
  font-weight: bold; }

.suggest.even {
  padding: 10px;
  font-size: 13px;
  font-weight: bold;
  cursor: pointer; }

.suggest.even.selected {
  color: #DDA7BF;
  cursor: pointer;
  background: #f8f8f8;
  padding: 10px;
  border-radius: 5px;
  font-size: 13px;
  font-weight: bold; }

.catalog-product-view .slide {
  float: left;
  margin: 5px 10px 0 0; }

.lightbox-btn {
  background: url("https://www.babypromo.it/skin/frontend/storebaby/default/images/zoom-prodotto.png") no-repeat scroll 0 0;
  height: 31px;
  width: 30px;
  margin: 0 0 5px 10px;
  display: none; }

.lightbox-btn a {
  cursor: pointer;
  display: block;
  height: 30px;
  width: 30px; }

.catalog-product-view .main-image {
  border: 1px solid #CCCCCC;
  border-radius: 5px 5px 5px 5px; }

#tab-description {
  color: #555555;
  font-size: 13px; }

.no-rating > a {
  font-size: 12px;
  transition: all 200ms ease-in 0s; }

.cod {
  color: #333; }

.no-rating > a:hover {
  color: #2AA0C4;
  text-decoration: none; }

.product-name > a {
  color: #2AA0C4;
  font-size: 13px;
  text-decoration: none; }

.product-name > a:hover {
  text-decoration: underline; }

#tab-similar .prezzo {
  color: #D66D8E;
  font-size: 15px;
  font-weight: bold;
  margin: 5px 0 0; }

#product_sendtofriend_form .fieldset {
  background: none repeat scroll 0 0 #ffffff;
  height: 255px;
  /* margin: 0 0 20px;*/
  padding: 0;
  margin: -10px 0px 20px; }

.sendfriend-product-send #sender_message {
  margin: 5px 0 0; }

.sendfriend-product-send #sender_message2 {
  margin: 5px 0 0; }

.sendfriend-product-send .buttons-set .button {
  background: none repeat scroll 0 0 #2AA0C4 !important;
  border: medium none;
  border-radius: 5px 5px 5px 5px;
  color: #FFFFFF;
  cursor: pointer;
  float: left;
  font-size: 13px;
  font-weight: bold;
  margin: 0 15px 0 0px;
  padding: 6px 11px;
  text-decoration: none;
  text-shadow: 1px 1px 1px #666666; }

#cart_info_details > div {
  background: none repeat scroll 0 0 #FFFFFF;
  border-radius: 6px 6px 6px 6px;
  box-shadow: 0 0 10px #2AA0C4;
  overflow: auto;
  padding: 30px 10px 10px;
  position: absolute;
  right: 0;
  top: 39px;
  width: 299px;
  z-index: 1000; }

#cart_info_details .chiudi {
  background: none repeat scroll 0 0 #555555;
  border-radius: 15px 15px 15px 15px;
  color: #FFFFFF;
  cursor: pointer;
  font-size: 12px;
  font-weight: bold;
  right: 5px;
  padding: 3px 6px;
  position: absolute;
  top: 5px; }

#cart_info_details .raw1 td {
  color: #ffffff;
  float: left;
  font-family: 'comfortaabold';
  font-size: 13px;
  font-weight: bold;
  padding: 5px 0;
  text-align: center;
  text-transform: lowercase;
  width: 96px; }

#cart_info_details .raw2 td {
  color: #ffffff;
  float: left;
  font-family: 'comfortaabold';
  font-size: 13px;
  font-weight: bold;
  padding: 5px 0;
  text-align: center;
  text-transform: lowercase;
  width: 280px; }

#cart_info_details td {
  color: #555;
  padding: 10px 0;
  text-align: center;
  width: 100px;
  font-size: 14px; }

.prod-list-row-total {
  border-top: 1px solid #2AA0C4; }

#add_recipient_button .button {
  background: none repeat scroll 0 0 #999999 !important;
  border: medium none;
  color: #FFFFFF;
  cursor: pointer;
  font-size: 13px;
  font-weight: bold;
  padding: 6px 11px;
  text-decoration: none;
  text-shadow: 1px 1px 1px #666666;
  margin: 0 15px 0 0 !important; }

.send-friend .form-list input.input-text {
  margin: 5px 0;
  padding: 8px 5px;
  width: 254px; }

.block-subscribe {
  width: 584px;
  height: 275;
  background: url("https://www.babypromo.it/skin/frontend/storebaby/default/images/busta-newsletter.png") no-repeat center; }

.prod {
  color: #2AA0C4;
  display: block; }

td span {
  color: #D66D8E;
  font-weight: bold; }

td .prezzo-old span {
  color: inherit;
  font-weight: inherit; }

.go_to_cart {
  background: url("https://www.babypromo.it/skin/frontend/storebaby/default/images/vaialcarrello.png") no-repeat center;
  color: white;
  padding: 12px;
  text-decoration: none;
  margin: 10px auto 5px;
  display: block;
  text-align: center;
  font-weight: bold;
  text-shadow: 1px 1px 1px #333333;
  text-transform: uppercase;
  font-family: 'comfortaabold'; }

.go_to_cart:hover {
  background: url("https://www.babypromo.it/skin/frontend/storebaby/default/images/vaialcarrello-hover.png") no-repeat center; }

.box-consigli {
  float: left;
  /*height: 170px;*/
  /*padding: 5px 20px;*/
  text-align: center;
  /*width: 285px;*/
  width: 205px; }

.contenitore-tit-prod {
  font-family: 'comfortaabold';
  font-size: 18px;
  height: 45px;
  width: 100%; }

.contenitore-tit-prod .plus-prod-cons {
  color: #2AA0C4;
  display: block;
  float: left;
  font-size: 25px;
  line-height: 20px;
  margin: 0 10px;
  width: 12px; }

.contenitore-tit-prod .titolo {
  color: #2AA0C4;
  float: left;
  font-family: 'comfortaabold';
  font-size: 15px;
  font-weight: bold;
  margin: 0;
  min-height: 40px;
  text-decoration: none; }

.box-consigli .titolo:hover {
  text-decoration: underline; }

.piu {
  float: left;
  margin: 55px 0 0; }

#cart_info_details .title {
  color: #555555;
  font-size: 13px;
  margin: 0 0 0 4px;
  display: block; }

#cart_info_details table {
  margin: 13px auto 0;
  width: 100%; }

#checkoutSteps .step-title > h2 {
  color: #FFFFFF;
  display: inline;
  font-family: 'comfortaabold';
  font-size: 14px;
  margin: 0 10px; }

#checkoutSteps .step-title > h1 {
  color: #FFFFFF;
  display: inline;
  font-family: 'comfortaabold';
  font-size: 14px;
  margin: 0 10px; }

#checkoutSteps .step-title > a {
  background: none repeat scroll 0 0 #FFFFFF;
  border-radius: 5px 5px 5px 5px;
  color: #C43F6C;
  font-size: 13px;
  padding: 2px 6px;
  font-family: 'comfortaabold'; }

#checkoutSteps .number {
  color: #ffffff;
  font-weight: bold; }

.step-title {
  background: none repeat scroll 0 0 #2AA0C4;
  display: block;
  padding: 8px 5px;
  width: 920px;
  border-radius: 5px 5px 5px 5px; }

#checkoutSteps .wide > label {
  display: block;
  margin: 0 450px 0 0; }

#checkoutSteps #billing-buttons-container .button {
  float: right;
  border-radius: 5px; }

#shipping-buttons-container.buttons-set p.required {
  margin: 0 0 10px; }

#shipping-buttons-container .back-link > a {
  color: #FFFFFF !important; }

#shipping-buttons-container .button {
  float: right;
  border-radius: 5px; }

#checkout-step-shipping .checkbox {
  float: left;
  margin: 0 5px 0 0; }

#checkout-step-shipping .control > label {
  display: block;
  margin: 0;
  width: 640px; }

#checkout-step-shipping.step.a-item {
  background: none repeat scroll 0 0 #F8F8F8;
  border-radius: 5px 5px 5px 5px;
  overflow: auto;
  padding: 10px 10px 10px 0; }

#checkout-step-billing.step.a-item {
  background: none repeat scroll 0 0 #F8F8F8;
  border-radius: 5px 5px 5px 5px;
  padding: 10px; }

#checkout-step-shipping_method.step {
  background: none repeat scroll 0 0 #F8F8F8;
  border-radius: 5px 5px 5px 5px;
  height: 130px;
  padding: 10px;
  width: 910px; }

#shipping-method-buttons-container .button {
  border-radius: 5px 5px 5px 5px;
  float: right; }

#shipping-method-buttons-container .back-link > a {
  color: #FFFFFF; }

#co-shipping-method-form > div {
  height: 14px;
  margin: 25px 0 0 0; }

#checkout-shipping-method-load .sp-methods li {
  display: block;
  float: none;
  width: 780px; }

.sp-methods dt {
  color: #555555;
  float: left; }

#checkout-payment-method-load.sp-methods dt {
  float: none !important; }

.col-1.new-users .buttons-set {
  margin-top: 135px !important;
  padding: 0 0 0 15px !important; }

.col-1.new-users .buttons-set .button {
  float: left; }

#checkout-shipping-method-load .radio {
  margin: 0 0 0 20px; }

#s_method_flatrate_flatrate.radio {
  margin: 0 0 0 57px; }

.please-wait {
  float: left; }

#checkout-step-payment.step.a-item {
  background: none repeat scroll 0 0 #F8F8F8;
  border-radius: 5px 5px 5px 5px;
  padding: 10px;
  width: 910px;
  overflow: auto; }

#checkout-step-payment .back-link > a {
  color: #FFFFFF; }

#checkout-step-payment .button {
  border-radius: 5px 5px 5px 5px;
  float: right; }

#checkout-payment-method-load.sp-methods dt {
  color: #555555;
  font-size: 13px;
  margin: 15px 0 0; }

#checkout-review-table-wrapper {
  background: none repeat scroll 0 0 #F8F8F8;
  border-radius: 5px;
  /*height: 230px;
    overflow: auto;*/
  padding: 0 10px 10px;
  width: auto;
  /*margin:0 0 20px;*/ }

#checkout-review-table-wrapper tbody:not(.totals-body) tr {
  border-bottom: solid 1px #ddd;
  padding-bottom: 15px; }

#checkout-review-table-wrapper .totals-body td,
#checkout-review-table-wrapper .totals-body .last .price {
  color: #D66D8E;
  font-family: 'comfortaabold'; }

#checkout-review-table-wrapper .totals-body th {
  color: #666;
  font-family: 'comfortaabold';
  padding: 5px; }

#checkout-review-table-wrapper > p {
  color: #555555;
  margin: 0 0 5px 32px;
  font-family: 'comfortaabold'; }

#checkout-review-table-wrapper .price {
  color: #D66D8E;
  margin: 0 18px;
  font-size: 18px;
  font-family: 'comfortaabold'; }

#checkout-review-table .first th {
  color: #FFFFFF;
  font-family: 'comfortaabold';
  font-size: 11px;
  height: 25px;
  margin: 0;
  padding: 10px 0 0;
  text-align: center;
  /*width: 105px;*/ }

#checkout-review-table tbody tr td {
  padding: 0 10px; }

#checkout-review-table .product-name {
  color: #555555;
  font-size: 13px; }

#checkout-review-table td {
  padding: 5px 0;
  /*width: 105px;*/ }

#checkout-review-table .first.last {
  color: white; }

#checkout-review-table .a-right {
  color: #FFFFFF;
  font-size: 12px;
  /*padding: 0 0 0 19px;*/ }

#checkout-review-table .a-center {
  /*padding: 0 0 0 25px;*/ }

#review-buttons-container .f-left {
  font-size: 12px;
  margin: 0 0 15px 5px;
  font-family: 'comfortaabold'; }

#review-buttons-container .button.btn-checkout {
  border-radius: 5px 5px 5px 5px; }

.last span {
  /*margin: 0 8px;*/ }

.checkout-onepage-success .sub-title {
  color: #2AA0C4;
  font-size: 18px; }

.checkout-onepage-success button {
  border-radius: 5px 5px 5px 5px; }

.checkout-onepage-success #colonna-destra a {
  color: #2AA0C4; }

#checkout-review-table .first.last.odd {
  background: none repeat scroll 0 0; }

.wait {
  position: fixed;
  top: 45%;
  left: 50%;
  margin-left: -150px;
  padding: 8px 8px 8px 35px;
  width: 250px;
  border: 1px solid #0a263c;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background: url("https://www.babypromo.it/skin/frontend/storebaby/default/images/gomage/lightcheckout/loadinfo.gif") 5px 50% no-repeat #fff;
  -webkit-box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.5);
  box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.5);
  font-weight: 700;
  font-size: 14px; }

.shipping_select {
  float: left; }

.totale-carrello .prezzi-vari {
  color: #555555;
  font-size: 12px;
  float: right;
  margin-bottom: 15px;
  text-align: right; }

.totale-carrello .prezzi-vari-subtotal {
  background: none repeat scroll 0 0 #F5F5F5;
  float: right;
  margin-bottom: 10px;
  padding: 8px; }

/* ADD BY ESTENSA */
.totale-carrello .prezzi-vari-subtotal,
.totale-carrello .prezzi-vari {
  min-width: 160px;
  text-align: right;
  clear: both; }

.totale-carrello .prezzi-vari {
  /*margin-top: -100px;*/
  margin-left: 20px; }

/* FINE */
#checkout-payment-method-load label {
  margin: 0 20px 0 0; }

.checkout-onepage-index #colonna-sinistra {
  display: none;
  float: left;
  margin: 0 25px 0 0;
  padding: 10px 0 0 7px;
  width: 210px; }

.checkout-onepage-index #colonna-destra li {
  color: #2AA0C4;
  float: left;
  font-weight: bold;
  padding: 2px 6px;
  margin: 0; }

#checkout-review-table-wrapper tr {
  width: auto; }

#checkout-review-load > div {
  margin: 10px 0 0; }

#checkout-step-billing .address-select {
  font-size: 12px;
  margin: 15px 0 0;
  padding: 8px 5px;
  width: 300px; }

#checkout-step-billing .control .radio {
  margin: 10px 5px 0 6px; }

.control > label {
  font-weight: normal; }

#checkout-payment-method-load > dd {
  clear: both; }

#payment_form_ccsave.form-list li {
  color: #2AA0C4;
  float: left;
  font-weight: bold;
  margin: 20px 20px 0 0;
  padding: 0; }

.required-entry.validate-cc-type-select {
  font-size: 12px;
  padding: 7px 5px;
  margin: 0; }

.month.validate-cc-exp.required-entry {
  font-size: 12px;
  padding: 5px;
  width: 120px;
  margin: 0; }

.year.required-entry {
  font-size: 12px;
  padding: 5px;
  width: 120px;
  margin: 0; }

#checkout-step-shipping .form-list .wide {
  margin: 0 0 10px; }

#checkout-step-shipping .address-select {
  font-size: 12px;
  margin: 15px 0 0;
  padding: 8px 5px;
  width: 300px; }

.sp-methods label {
  font-weight: normal; }

.cvv-what-is-this {
  font-size: 12px;
  font-weight: normal; }

#checkout-review-table-wrapper .a-right .cart-price .price {
  color: #D66D8E; }

#checkout-review-table-wrapper .last .price {
  color: #FFFFFF; }

#checkout-review-table .last .a-right {
  color: #FFFFFF;
  font-size: 12px;
  /*width: 104px;*/ }

.checkout-onepage-index #colonna-destra .page-title h1 {
  color: #DDA7BF;
  font-family: 'comfortaabold';
  font-size: 26px;
  margin: 15px 0 0 5px; }

#checkout-step-login .col-1 {
  margin: 20px 0 15px 20px;
  width: 330px; }

#checkout-step-login .col-1 > h3 {
  color: #DDA7BF;
  font-family: 'comfortaabold';
  font-size: 18px;
  margin: 0 0 28px; }

#checkout-step-login .ul > li {
  color: #555555;
  font-size: 12px; }

#checkout-step-login .col-1 > p {
  font-family: 'comfortaabold';
  font-size: 14px;
  margin: 5px 0 0; }

#checkout-step-login .col-1 > h4 {
  color: #DDA7BF;
  font-size: 13px;
  font-family: 'comfortaabold';
  text-align: center; }

#checkout-step-login .control > label {
  margin: 0 5px; }

#checkout-step-login .col-2 > h3 {
  color: #DDA7BF;
  font-family: 'comfortaabold';
  font-size: 18px; }

#checkout-step-login #login-form h4 {
  color: #555555;
  font-family: 'comfortaabold';
  font-size: 12px;
  margin: 0 0 10px; }

#checkout-step-login #login-form p {
  font-family: 'comfortaabold';
  font-size: 13px; }

#checkout-step-login .f-left {
  font-family: 'comfortaabold';
  font-size: 12px; }

#checkout-step-login .buttons-set {
  float: right;
  margin: 0 30px 0 0;
  width: 220px;
  text-align: right; }

#checkout-step-login.step.a-item {
  margin: 0 auto;
  width: 700px; }

#checkout-step-login .col-2 {
  margin: 20px 0 0 20px; }

#billing-new-address-form .input-box {
  width: 300px; }

#billing-new-address-form .validate-select.required-entry {
  font-size: 12px;
  margin: 0;
  width: 266px; }

#billing_region_id {
  width: 300px !important; }

#billing-new-address-form .validate-select {
  font-size: 12px;
  margin: 0;
  width: 266px; }

.gift_reg_button {
  clear: both;
  display: block;
  font-size: 12px;
  margin: 7px 0 0;
  padding: 0; }

#checkoutSteps .wide .required {
  display: block;
  margin: 0 840px 0 0; }

#billing-new-address-form fieldset .control {
  display: block;
  margin: 15px 0 0;
  width: 300px; }

#billing-new-address-form fieldset .control .checkbox {
  margin: 0 5px 0 0; }

#shipping-new-address-form .input-box {
  clear: both;
  display: block;
  margin: 0 35px 0 0; }

#shipping-new-address-form .validate-select {
  font-size: 12px;
  margin: 0;
  width: 266px; }

#co-shipping-form .form-list .control {
  margin: 0 0 0 10px; }

#colonna-destra p a {
  color: #2AA0C4; }

#my-orders-table.data-table th {
  color: white;
  /*display: block;
    float: left;*/
  /*30 OTTOBRE*/
  font-size: 12px;
  margin: 8px 0;
  width: 84px; }

#my-orders-table tr {
  width: 100% !important;
  height: auto; }

#my-orders-table .first {
  /*background:#2AA0C4*/
  padding: 0 !important;
  margin: 0; }

#my-orders-table .odd {
  background: #fff !important;
  padding: 10px 0 !important;
  margin: 0; }

#my-orders-table .odd tr {
  background: #fff !important;
  padding: 10px 0 !important;
  margin: 0; }

#my-orders-table .even {
  /*background:#f8f8f8!important;*/
  padding: 10px 0 !important;
  margin: 0; }

#my-orders-table .price {
  display: block;
  width: 72px; }

#order-item-row-12 > td {
  width: 129px;
  padding: 10px; }

span.nobr {
  margin: 0; }

.sales-order-view tfoot .a-right {
  color: #555555;
  font-size: 13px; }

.consigli .box-consigli img {
  border: 1px solid #CCCCCC;
  border-radius: 5px 5px 5px 5px;
  margin: 10px auto 0;
  padding: 15px; }

.adjgiftreg-event-edit #form-validate a {
  color: #2AA0C4;
  margin: 0 0 0 4px; }

.block-title span {
  color: #666666; }

.block-compare .block-title span {
  color: #D66D8E;
  font-family: comfortaabold;
  margin: 5px 0 0; }

.block-compare .block-content p.empty {
  color: #666666;
  font-size: 13px; }

#colonna-sinistra .current {
  color: #2AA0C4;
  font-size: 14px; }

.block-content li a {
  text-decoration: none; }

.block-content li a:hover {
  color: #D66D8E;
  transition: all 200ms ease-in 0s; }

.search-autocomplete {
  z-index: 10000; }

.adjgiftreg-event-details select {
  background-color: #FFFFFF;
  border: 1px solid #DDDDDD;
  border-radius: 5px 5px 5px 5px;
  color: #666666;
  font-size: 12px;
  margin: 0 0 20px;
  padding: 5px;
  width: 107px; }

.adjgiftreg-event-details .buttons-set .back-link .left {
  color: #FFFFFF !important;
  margin: 0 8px 0 0; }

.checkout-cart-index .qty_buttons {
  display: block;
  float: left;
  height: 50px;
  margin: -12px 0 0; }

.checkout-cart-index .qty_more {
  background: none repeat scroll 0 0 #1890B5;
  border-radius: 10px 10px 10px 10px;
  color: #FFFFFF;
  cursor: pointer;
  font-weight: bold;
  padding: 0 5px;
  text-align: center; }

.prezzo-old {
  /*margin: 20px 0 0;*/ }

.account-logout {
  background: url("https://www.babypromo.it/skin/frontend/storebaby/default/images/button_register_log.png") no-repeat scroll 0 0;
  float: right;
  height: 33px;
  margin: 3px 3px 0 0;
  padding: 7px 0 0 8px;
  transition: all 200ms ease-in 0s;
  width: 161px; }

.account-logout a:hover {
  opacity: 0.8;
  filter: Alpha(Opacity=0.8);
  behavior: url(https://www.babypromo.it/skin/frontend/storebaby/default/css/PIE.htc); }

.customer-account-create #form-validate .field.name-firstname {
  float: left;
  margin: 0;
  width: 290px; }

.customer-account-create .page-title h1 {
  color: #2AA0C4;
  font-family: 'comfortaabold';
  font-size: 26px;
  margin: 15px 0 0; }

.success-msg span {
  color: white; }

.success-msg span a {
  color: #fff !important; }

.box-table a {
  color: #2AA0C4;
  font-weight: bold;
  text-decoration: none;
  font-size: 13px; }

.box-table a:hover {
  text-decoration: underline; }

.total-value {
  float: right;
  padding: 0 !important;
  text-align: left !important;
  width: 78px; }

.total-label {
  float: left;
  padding: 0 !important;
  text-align: right !important;
  width: 205px; }

#cart_info_details td {
  color: #1890b5;
  font-family: comfortaabold;
  font-size: 15px;
  padding: 6px 0;
  text-align: center; }

.adjgiftreg-event-details #giftreg-table .first.odd {
  background: none repeat scroll 0 0 #EFF9FC;
  border-bottom: 1px solid #CCCCCC;
  border-radius: 5px;
  border-top: 1px solid #CCCCCC;
  padding: 10px 0; }

.adjgiftreg-event-details #giftreg-table .odd {
  background: none repeat scroll 0 0 #EFF9FC;
  border-bottom: 1px solid #CCCCCC;
  border-radius: 5px;
  border-top: 1px solid #CCCCCC;
  padding: 10px 0; }

.customer-account-edit #form-validate .buttons-set .back-link > a {
  color: #FFFFFF; }

.customer-address-index .buttons-set .back-link > a {
  color: #FFFFFF !important; }

.sales-order-history .buttons-set .back-link > a {
  color: #FFFFFF !important; }

.downloadable-customer-products .my-account > p {
  color: #555555;
  font-size: 14px; }

.downloadable-customer-products .buttons-set .back-link > a {
  color: #FFFFFF !important; }

.newsletter-manage-index .buttons-set .back-link > a {
  color: #FFFFFF !important; }

.wishlist-empty {
  color: #555555;
  font-size: 14px; }

.wishlist-index-index .buttons-set .back-link > a {
  color: #FFFFFF !important; }

.tag-customer-index .my-account > p {
  color: #555555;
  font-size: 14px; }

.tag-customer-index .buttons-set .back-link > a {
  color: #FFFFFF !important; }

.billing-agreements > p {
  color: #555555;
  font-size: 14px; }

.sales-billing-agreement-index .buttons-set .back-link > a {
  color: #FFFFFF !important; }

.adjgiftreg-event-edit .buttons-set .back-link > a {
  color: #FFFFFF !important; }

.sales-order-view .buttons-set .back-link > a {
  color: #FFFFFF !important; }

.sales-order-view #my-orders-table.data-table th {
  color: #FFFFFF;
  /*display: block;
    float: left;*/
  /*30 OTTOBRE*/
  font-size: 13px;
  margin: 10px 0;
  width: 135px;
  text-align: center;
  padding: 4px 0; }

#my-orders-table {
  border-collapse: collapse !important;
  border-spacing: 0 !important;
  margin: 24px 0 !important;
  overflow: auto !important;
  width: 635px !important; }

#my-orders-table tr {
  background: none !important;
  width: 680px !important; }

.sales-order-view .col-2 .box .box-content {
  color: #555555;
  font-size: 12px;
  font-weight: bold;
  margin: 0 0 0 15px; }

.account-create .input-box {
  float: left;
  margin: 0 10px 0 0; }

.account-create label {
  float: left;
  font-size: 13px;
  margin: 0 0 5px 3px; }

.account-create .control {
  overflow: auto; }

.account-create .required {
  text-align: left; }

.account-create .buttons-set {
  margin: 2px 0 15px; }

.account-create .fields .field {
  margin: 0 15px 0 0; }

/*.dispari.prodotto-carrello {
    background: none repeat scroll 0 0 #EFF9FC;
}*/
.prodotto-carrello .product-image img {
  margin: 4px 0 0 12px; }

.tabella-carrello tr.header {
  background: none repeat scroll 0 0 #3DB2D5;
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px; }

#cart_info_details .raw1 {
  /*background: none repeat scroll 0 0 #3DB2D5;*/
  border-radius: 5px; }

/*#zoom  { display:block; text-align:center; position:relative;cursor:none !important;}
#zoom:hover  { cursor:url("http://www.storebaby.com/skin/frontend/storebaby/default/images/icon_zoom.png"),auto!important;}*/
.zoom-image, #_middleImage {
  display: block;
  text-align: center;
  position: relative; }

.zoom-image:hover, #_middleImage {
  cursor: url("https://www.babypromo.it/skin/frontend/storebaby/default/images/icon_zoom.png"), auto !important; }

#review-form li {
  margin: 0 0 10px 0; }

#review-form input {
  width: 290px; }

#review-form .buttons-set {
  margin: 5px 0; }

#review-form .button {
  background: #D66D8E;
  border: 1px solid #E22B68;
  border-radius: 4px;
  color: #FFFFFF;
  cursor: pointer;
  font-size: 17px !important;
  margin: 4px 577px 0 0;
  padding: 8px 20px;
  text-align: center;
  text-decoration: none;
  text-shadow: 1px 1px 1px #333333; }

#review-form textarea {
  width: 289px; }

.prod-list {
  border-bottom: 1px solid #999999;
  padding: 0 !important; }

.prod-list:last-child {
  padding: 0 !important; }

.prod-list table {
  margin: 0 !important; }

#cart_info_details .prod {
  text-align: left;
  width: 280px; }

#cart_info_details .prod-list td {
  font-size: 16px !important;
  height: auto;
  margin: 0;
  padding: 0; }

#cart_info_details .title_prod {
  background: #3DB2D5;
  border-radius: 6px;
  padding: 2px 0; }

#cart_info_details .title_prod table {
  margin: 0 !important; }

.header .primo {
  border-radius: 6px 0 0 6px; }

.header .ultimo {
  border-radius: 0 6px 6px 0; }

#lightbox-nav-btnPrev {
  background-position: left 50% !important; }

#lightbox-nav-btnNext {
  background-position: right 50% !important; }

#giftreg-table .price {
  font-size: 18px; }

.ticket-row TD {
  width: 132px !important; }

.upsell .box-offerta {
  width: 180px !important;
  text-align: center !important;
  margin: 10px 20px 0 0; }

.upsell .box-offerta img {
  float: none !important;
  margin: 0 !important; }

.upsell .box-offerta .dati {
  width: 170px !important;
  float: none; }

.upsell .box-offerta .titolo {
  text-align: center !important;
  min-height: 52px !important;
  font-size: 15px; }

.upsell .box-offerta .cart-buy-button {
  text-transform: lowercase;
  text-align: center;
  background: url("https://www.babypromo.it/skin/frontend/storebaby/default/images/carrello_.png") no-repeat scroll 5px center, linear-gradient(top, #3db2d5 0%, #29a0c3 100%);
  /* Mozilla Firefox */
  background: url("https://www.babypromo.it/skin/frontend/storebaby/default/images/carrello_.png") no-repeat scroll 5px center, -moz-linear-gradient(top, #3db2d5 0%, #2496bd 100%);
  /* Opera */
  background: url("https://www.babypromo.it/skin/frontend/storebaby/default/images/carrello_.png") no-repeat scroll 5px center, -o-linear-gradient(top, #3db2d5 0%, #2496bd 100%);
  /* Webkit (Safari/Chrome 10) */
  background: url("https://www.babypromo.it/skin/frontend/storebaby/default/images/carrello_.png") no-repeat scroll 5px center, -webkit-gradient(linear, top, color-stop(0, #3db2d5), color-stop(1, #2496bd));
  /* Webkit (Chrome 11+) */
  background: url("https://www.babypromo.it/skin/frontend/storebaby/default/images/carrello_.png") no-repeat scroll 5px center, -webkit-linear-gradient(top, #3db2d5 0%, #2496bd 100%);
  border: 1px solid #2b86a2;
  border-radius: 5px;
  clear: both;
  color: #ffffff;
  display: block;
  float: none;
  font-size: 13px;
  font-weight: bold !important;
  height: 16px;
  margin: 0 auto;
  padding: 6px 22px 8px 40px;
  text-decoration: none !important;
  text-shadow: 1px 1px 1px #333333 !important;
  width: 46px; }

.upsell .box-offerta .cart-buy-button:hover {
  /*box-shadow: 0 0 5px #2b86a2;*/
  /*background: url("https://www.babypromo.it/skin/frontend/storebaby/default/images/carrello_over.png") no-repeat scroll 5px center #2b86a2;*/
  background: url("https://www.babypromo.it/skin/frontend/storebaby/default/images/carrello2.png") no-repeat scroll 5px center #2b86a2; }

.limiter select {
  width: 50px;
  padding: 3px;
  border: 1px solid #2DA3C6;
  color: #666; }

.sort-by select {
  width: 95px;
  padding: 3px;
  border: 1px solid #2DA3C6;
  color: #666; }

.sort-by img {
  display: none; }

.view-mode {
  float: left;
  margin: 3px 15px 0 0; }

.amount {
  display: block;
  margin: 6px 0x;
  font-weight: bold;
  font-size: 12px;
  color: #999; }

.amount.modified {
  overflow: hidden; }

.amount.modified .addredeem {
  margin-top: 0; }

.button.view-detail.modified a {
  padding: 0 10px;
  color: #fff; }

.sorter .view-mode {
  display: none; }

img.v-middle {
  display: block;
  cursor: pointer; }

.limiter {
  float: left;
  margin: 0 30px 10px 0; }

.pulsanti.odd td.last {
  width: 100%; }

.pulsanti.odd td.last a {
  color: #2BA1C4;
  text-decoration: none;
  transition: all ease-out 500ms; }

.pulsanti.odd td.last a:hover {
  color: #666; }

#product-review-table .last.odd > td {
  color: #D66D8E;
  font-size: 14px;
  height: 35px;
  margin: 18px 0 0;
  text-align: left;
  width: 160px;
  float: left;
  font-weight: bold; }

#product-review-table .value .radio {
  width: 13px; }

#review-form fieldset h4 {
  color: #555555;
  font-size: 13px;
  margin: 10px 0 0; }

#review-form fieldset .first.last.odd {
  border: medium none; }

#review-form fieldset h3 span {
  color: #D66D8E;
  font-size: 15px; }

/* Rating */
.no-rating {
  margin: 0; }

.ratings {
  font-size: 11px;
  line-height: 1.25;
  margin: 7px 0; }

.ratings strong {
  float: left;
  margin: 1px 3px 0 0; }

.ratings .rating-links {
  margin: 0; }

.ratings .rating-links .separator {
  margin: 0 2px; }

.rating-box {
  width: 69px;
  height: 13px;
  font-size: 0;
  line-height: 0;
  background: url(https://www.babypromo.it/skin/frontend/storebaby/default/images/bkg_rating.gif) 0 0 repeat-x;
  text-indent: -999em;
  overflow: hidden;
  margin: 0 auto; }

.rating-box .rating {
  float: left;
  height: 13px;
  background: url(https://www.babypromo.it/skin/frontend/storebaby/default/images/bkg_rating.gif) 0 100% repeat-x; }

.ratings .rating-links {
  color: #999999;
  font-size: 13px;
  font-weight: normal;
  margin: 0; }

.ratings .rating-links a {
  color: #666; }

/*.ratings .rating-box {
	float: left;
	margin-right: 3px;
}*/
.ratings-table th, .ratings-table td {
  font-size: 11px;
  line-height: 1.15;
  padding: 3px 0; }

.ratings-table th {
  font-weight: bold;
  padding-right: 8px; }

.form-add {
  margin: 15px 0 0 0;
  padding: 20px;
  /*background: #EDFBFF;*/ }

.box-reviews a, .box-reviews h4 {
  color: #D66D8E;
  text-decoration: none;
  font-weight: bold;
  font-size: 16px;
  display: block;
  padding: 0 0 4px 0;
  text-transform: uppercase; }

.box-reviews dl {
  padding: 14px 19px 4px;
  /*background: #f8f8f8; border: 1px solid #eee;*/ }

.box-reviews dt {
  font-size: 13px;
  color: #666; }

.box-reviews dt p {
  font-weight: normal; }

.box-reviews dt p span {
  font-weight: bold;
  text-transform: capitalize;
  font-style: italic; }

.box-reviews dd {
  font-size: 13px;
  color: #666;
  border-bottom: 1px solid #ccc;
  padding: 6px;
  margin: 6px 0 10px 0;
  background: #fff; }

.prova-tab {
  overflow: auto;
  height: 480px; }

#my_recent_reviews {
  clear: both; }

#my_recent_reviews a {
  color: #666 !important;
  text-transform: capitalize; }

table .more-views h4 {
  color: #D66D8E;
  font-family: comfortaabold;
  margin: 8px 10px 10px;
  display: none; }

.contenitore-dati-scheda-prodotto .more-views {
  padding: 15px 0; }

.contenitore-dati-scheda-prodotto .dati-scheda .cod a {
  color: #666;
  font-family: comfortaabold;
  font-size: 15px;
  font-weight: bold;
  text-decoration: none; }

.gift_reg_button .link-compare.confronta:hover {
  text-decoration: underline; }

#colonna-destra .box-offerta-list .dati p.cat a {
  color: #666666;
  text-decoration: none; }

.cms-lista-nascita .std .block-title span {
  color: #D66D8E !important;
  font-family: comfortaabold !important; }

.cms-lista-nascita form#adjgiftreg-quick-search .block-content label {
  color: #666;
  float: left;
  font-family: comfortaabold;
  font-size: 14px;
  margin: 3px 15px 0 0; }

.cms-lista-nascita form#adjgiftreg-quick-search .block-content .input-box {
  float: left;
  margin: 0 17px 0 0; }

.cms-baby-registry .std .block-title span {
  color: #D66D8E !important;
  font-family: comfortaabold !important; }

.cms-baby-registry form#adjgiftreg-quick-search .block-content label {
  color: #666;
  float: left;
  font-family: comfortaabold;
  font-size: 14px;
  margin: 3px 15px 0 0; }

.cms-baby-registry form#adjgiftreg-quick-search .block-content .input-box {
  float: left;
  margin: 0 17px 0 0; }

.block-content .actions .button {
  background: none repeat scroll 0 0 #2AA0C4;
  border: medium none;
  border-radius: 5px;
  color: #FFFFFF;
  cursor: pointer;
  font-size: 13px;
  font-weight: bold;
  margin: 0 0 0 10px;
  padding: 5px 10px 6px;
  text-decoration: none;
  text-shadow: 1px 1px 1px #666666; }

#compare-items .item a.btn-remove {
  background: url("https://www.babypromo.it/skin/frontend/storebaby/default/images/icona-cestino.png") no-repeat scroll 5px center #F8F8F8;
  border: 1px solid #D66D8E;
  border-radius: 4px;
  color: #D66D8E;
  font-family: comfortaabold;
  font-size: 10px;
  padding: 2px 4px 2px 22px;
  transition: all 200ms ease-in 0s;
  -moz-transition: all 200ms ease-in 0s;
  -webkit-transition: all 200ms ease-in 0s;
  -o-transition: all 200ms ease-in 0s; }

#compare-items .item a.btn-remove:hover {
  box-shadow: 0 0 5px #D66D8E; }

/*---------------------------*/
.pulsante_carrello {
  text-align: right;
  /*background: url("https://www.babypromo.it/skin/frontend/storebaby/default/images/carrello2.png") no-repeat scroll 8px center;*/
  /* Mozilla Firefox */
  /*background-image: -moz-linear-gradient(100% 100% 90deg, #3db2d5 0%, #29a0c3 100%);*/
  background: url("https://www.babypromo.it/skin/frontend/storebaby/default/images/carrello_.png") no-repeat scroll 5px center, linear-gradient(top, #3db2d5 0%, #29a0c3 100%);
  /* Mozilla Firefox */
  background: url("https://www.babypromo.it/skin/frontend/storebaby/default/images/carrello_.png") no-repeat scroll 5px center, -moz-linear-gradient(top, #3db2d5 0%, #2496bd 100%);
  /* Opera */
  background: url("https://www.babypromo.it/skin/frontend/storebaby/default/images/carrello_.png") no-repeat scroll 5px center, -o-linear-gradient(top, #3db2d5 0%, #2496bd 100%);
  /* Webkit (Safari/Chrome 10) */
  background: url("https://www.babypromo.it/skin/frontend/storebaby/default/images/carrello_.png") no-repeat scroll 5px center, -webkit-gradient(linear, top, color-stop(0, #3db2d5), color-stop(1, #2496bd));
  /* Webkit (Chrome 11+) */
  background: url("https://www.babypromo.it/skin/frontend/storebaby/default/images/carrello_.png") no-repeat scroll 5px center, -webkit-linear-gradient(top, #3db2d5 0%, #2496bd 100%);
  border: 1px solid #2b86a2;
  border-radius: 5px;
  color: white;
  /*font-family: comfortaabold;*/
  font-size: 13px;
  font-weight: bold !important;
  padding: 5px 15px 5px 28px;
  text-decoration: none !important;
  text-shadow: 1px 1px 1px #333 !important;
  /*text-shadow: 1px 1px 1px #333;*/
  /*transition: all 200ms ease-in 0s;
	-moz-transition: all 200ms ease-in 0s;
	-webkit-transition: all 200ms ease-in 0s;
	-o-transition: all 200ms ease-in 0s;*/
  /*box-shadow: 1px 1px 1px #333;*/
  height: 20px; }

.pulsante_carrello:hover {
  /*box-shadow: 0 0 5px #2b86a2;*/
  /*background: url("https://www.babypromo.it/skin/frontend/storebaby/default/images/carrello_over.png") no-repeat scroll 5px center #2b86a2;*/
  background: url("https://www.babypromo.it/skin/frontend/storebaby/default/images/carrello2.png") no-repeat scroll 5px center #2b86a2; }

.pulsante_carrello2 {
  text-align: right;
  /*background: url("https://www.babypromo.it/skin/frontend/storebaby/default/images/carrello2.png") no-repeat scroll 8px center #32a7cb;*/
  background: url("https://www.babypromo.it/skin/frontend/storebaby/default/images/carrello_.png") no-repeat scroll 5px center, linear-gradient(top, #3db2d5 0%, #29a0c3 100%);
  /* Mozilla Firefox */
  background: url("https://www.babypromo.it/skin/frontend/storebaby/default/images/carrello_.png") no-repeat scroll 5px center, -moz-linear-gradient(top, #3db2d5 0%, #2496bd 100%);
  /* Opera */
  background: url("https://www.babypromo.it/skin/frontend/storebaby/default/images/carrello_.png") no-repeat scroll 5px center, -o-linear-gradient(top, #3db2d5 0%, #2496bd 100%);
  /* Webkit (Safari/Chrome 10) */
  background: url("https://www.babypromo.it/skin/frontend/storebaby/default/images/carrello_.png") no-repeat scroll 5px center, -webkit-gradient(linear, top, color-stop(0, #3db2d5), color-stop(1, #2496bd));
  /* Webkit (Chrome 11+) */
  background: url("https://www.babypromo.it/skin/frontend/storebaby/default/images/carrello_.png") no-repeat scroll 5px center, -webkit-linear-gradient(top, #3db2d5 0%, #2496bd 100%);
  border: 1px solid #2b86a2;
  border-radius: 5px;
  color: white;
  /*font-family: comfortaabold;*/
  font-size: 13px !important;
  padding: 5px 15px 5px 28px !important;
  text-decoration: none !important;
  text-shadow: 1px 1px 1px #333 !important;
  /* width: 49px;
    height: 26px;*/
  margin: 22px 0px 0px 5px;
  /*box-shadow: 1px 1px 1px #333;*/
  /*text-shadow: 1px 1px 1px #333;*/
  /*transition: all 200ms ease-in 0s;
	-moz-transition: all 200ms ease-in 0s;
	-webkit-transition: all 200ms ease-in 0s;
	-o-transition: all 200ms ease-in 0s;*/
  height: 20px; }

.pulsante_carrello2:hover {
  /*box-shadow: 0 0 5px #2b86a2;*/
  /*background: url("https://www.babypromo.it/skin/frontend/storebaby/default/images/carrello_over.png") no-repeat scroll 5px center #2b86a2;*/
  background: url("https://www.babypromo.it/skin/frontend/storebaby/default/images/carrello2.png") no-repeat scroll 5px center #2b86a2; }

/*---------------------------*/
#compare-items .product-name a {
  color: #333333;
  display: block;
  font-family: arial;
  font-size: 13px;
  margin: 0 0 5px 2px;
  padding: 0;
  width: 175px; }

#compare-items li {
  border-bottom: 1px solid #DDDDDD;
  padding: 5px 0 12px; }

table#checkout-review-table .a-center.lc-thumbnails img {
  height: 50px;
  width: 50px; }

#checkout-review-table tr {
  height: auto;
  width: 580px; }

li#billing-new-address-form .fields .field {
  height: auto; }

li#billing-new-address-form .field.name-firstname {
  margin: 0; }

li#billing-new-address-form .field.name-lastname {
  margin: 0; }

#gcheckout-shipping-method-available .sp-methods dt {
  display: block;
  width: 100%;
  margin: 13px 0 0; }

#gcheckout-login-link.glc-login-link .login-button {
  color: #D66D8E;
  font-family: comfortaabold;
  text-decoration: none; }

#gcheckout-login-link.glc-login-link .login-button:hover {
  text-decoration: underline; }

li#billing-new-address-form .billing-country select#billing_country_id {
  padding: 8px 5px;
  width: 100%; }

#product_comparison th {
  background: none repeat scroll 0 0 #3DB2D5;
  color: #FFFFFF;
  font-family: comfortaabold;
  font-size: 15px;
  padding: 5px 15px;
  font-weight: normal;
  border-top: 1px solid #FFFFFF; }

#product_comparison .a-right {
  text-align: center; }

#product_comparison .a-right .btn-remove {
  background: url("https://www.babypromo.it/skin/frontend/storebaby/default/images/icona-cestino.png") no-repeat scroll 5px center #F8F8F8;
  border: 1px solid #D66D8E;
  border-radius: 4px;
  color: #D66D8E !important;
  display: block;
  font-size: 12px !important;
  font-weight: bold;
  margin: 0 auto;
  padding: 4px 5px 4px 16px;
  text-align: center;
  text-decoration: none !important;
  text-transform: lowercase;
  transition: all 200ms ease-in 0s;
  width: 145px; }

#product_comparison .a-right .btn-remove:hover {
  box-shadow: 0 0 5px #D66D8E; }

.catalog-product-compare-index .link-print {
  background: url("https://www.babypromo.it/skin/frontend/storebaby/default/images/icon_print.jpg") no-repeat scroll 0 0;
  color: #147691;
  display: block;
  font-family: comfortaabold;
  font-size: 14px;
  margin: 10px 0 10px 18px;
  padding: 2px 0 0 33px; }

#product_comparison .product-image img {
  background: none repeat scroll 0 0 #FFFFFF;
  border: 1px solid #CCCCCC;
  border-radius: 5px;
  padding: 10px; }

#product_comparison .link-wishlist {
  display: none; }

#product_comparison .button.btn-cart span {
  color: #FFFFFF;
  font-family: comfortaabold;
  font-size: 13px;
  font-weight: normal;
  text-shadow: 1px 1px 1px #29839D; }

/*#product_comparison .button.btn-cart {
    /*background: none repeat scroll 0 0 #38AFD1;
    border: 1px solid #0F718C;
    border-radius: 5px;
    cursor: pointer;
    display: block;
    margin: 15px auto;
    padding: 6px 10px;*/
/*background: url("https://www.babypromo.it/skin/frontend/storebaby/default/images/button_buy.png") no-repeat scroll 0 0;
    border: medium none;
    color: #FFFFFF;
    display: block;
    font-size: 14px;
    font-weight: bold;
    height: 31px;
    margin: 22px auto;
    padding: 7px 0 0 45px;
    text-decoration: none;
    text-shadow: 1px 1px 1px #333333;
    transition: all 200ms ease-in 0s;
    width: 93px;
	cursor:pointer;
}
#product_comparison .button.btn-cart:hover{
	background: url("https://www.babypromo.it/skin/frontend/storebaby/default/images/button_buy-hover.png") no-repeat scroll 0 0;
}*/
#product_comparison .button.btn-cart {
  text-align: right;
  /*background: url("https://www.babypromo.it/skin/frontend/storebaby/default/images/carrello2.png") no-repeat scroll 8px center;*/
  /* Mozilla Firefox */
  /*background-image: -moz-linear-gradient(100% 100% 90deg, #3db2d5 0%, #29a0c3 100%);*/
  background: url("https://www.babypromo.it/skin/frontend/storebaby/default/images/carrello_.png") no-repeat scroll 5px center, linear-gradient(top, #3db2d5 0%, #29a0c3 100%);
  /* Mozilla Firefox */
  background: url("https://www.babypromo.it/skin/frontend/storebaby/default/images/carrello_.png") no-repeat scroll 5px center, -moz-linear-gradient(top, #3db2d5 0%, #2496bd 100%);
  /* Opera */
  background: url("https://www.babypromo.it/skin/frontend/storebaby/default/images/carrello_.png") no-repeat scroll 5px center, -o-linear-gradient(top, #3db2d5 0%, #2496bd 100%);
  /* Webkit (Safari/Chrome 10) */
  background: url("https://www.babypromo.it/skin/frontend/storebaby/default/images/carrello_.png") no-repeat scroll 5px center, -webkit-gradient(linear, top, color-stop(0, #3db2d5), color-stop(1, #2496bd));
  /* Webkit (Chrome 11+) */
  background: url("https://www.babypromo.it/skin/frontend/storebaby/default/images/carrello_.png") no-repeat scroll 5px center, -webkit-linear-gradient(top, #3db2d5 0%, #2496bd 100%);
  border: 1px solid #2b86a2;
  border-radius: 5px;
  color: white;
  /*font-family: comfortaabold;*/
  font-size: 13px;
  font-weight: bold !important;
  padding: 2px 6px 4px 26px;
  margin-left: 9px !important;
  text-decoration: none !important;
  text-shadow: 1px 1px 1px #333 !important;
  /*text-shadow: 1px 1px 1px #333;*/
  /*transition: all 200ms ease-in 0s;
	-moz-transition: all 200ms ease-in 0s;
	-webkit-transition: all 200ms ease-in 0s;
	-o-transition: all 200ms ease-in 0s;*/
  /*box-shadow: 1px 1px 1px #333;*/
  height: 30px; }

#product_comparison .button.btn-cart:hover {
  /*box-shadow: 0 0 5px #2b86a2;*/
  /*background: url("https://www.babypromo.it/skin/frontend/storebaby/default/images/carrello_over.png") no-repeat scroll 5px center #2b86a2;*/
  background: url("https://www.babypromo.it/skin/frontend/storebaby/default/images/carrello2.png") no-repeat scroll 5px center #2b86a2; }

#product_comparison tr.product-shop-row td {
  text-align: center; }

#product_comparison td {
  border-right: 1px solid #DDDDDD;
  border-top: 1px solid #DDDDDD; }

#product_comparison td.last {
  border-right: medium none; }

#product_comparison tr td {
  padding: 20px 10px;
  text-align: left;
  vertical-align: top; }

#product_comparison td .std {
  margin: 0 0 0 20px;
  width: 85%;
  font-family: arial;
  color: #666; }

#product_comparison td p.prezzo {
  margin: 0 0 0 20px;
  color: #D66D8E;
  font-size: 18px;
  font-weight: bold;
  font-family: arial; }

#product_comparison td p.price {
  margin: 0 0 0 20px;
  color: #D66D8E;
  font-size: 18px;
  font-weight: bold;
  font-family: arial; }

#product_comparison td p.price span {
  font-size: 14px;
  font-weight: normal;
  font-family: arial; }

#product_comparison td p.prezzo span {
  color: #D66D8E;
  font-size: 14px;
  font-weight: normal;
  font-family: arial; }

#product_comparison .add-to-row.last.even td {
  text-align: center; }

#product_comparison .add-to-row.last.even td p.prezzo {
  margin: 0; }

#product_comparison tr {
  background: none repeat scroll 0 0 #FFF; }

#product_comparison {
  font-family: comfortaabold; }

p.not_sale {
  margin: 0 0 0 20px;
  display: none; }

#product_comparison .add-to-row.last.even td p.not_sale {
  margin: 0; }

p.price {
  margin: 0 0 0 20px; }

#product_comparison .add-to-row.last.even td p.price {
  margin: 0; }

.catalog-product-compare-index .buttons-set .button {
  background: url("https://www.babypromo.it/skin/frontend/storebaby/default/images/return-rosa.png") no-repeat scroll 5px center;
  border: medium none;
  color: #D66D8E;
  cursor: pointer;
  display: block;
  margin: 0 auto;
  padding: 0 0 0 22px;
  text-decoration: underline; }

.catalog-product-compare-index .buttons-set .button:hover {
  text-decoration: none; }

.catalog-product-compare-index .buttons-set .button span {
  color: #D66D8E;
  font-family: comfortaabold; }

.box-offerta-list p.price {
  color: #D66D8E;
  font-size: 23px;
  font-weight: bold;
  padding: 0 0 3px;
  text-align: center;
  text-decoration: none;
  margin: 0; }

.price p.price span {
  color: #D66D8E;
  font-family: 'comfortaabold';
  font-size: 14px;
  font-weight: normal; }

#product_comparison td.last p.price {
  color: #D66D8E;
  font-size: 18px;
  font-weight: bold;
  margin: 0 0 0 20px;
  font-family: arial; }

td.last p.price span {
  color: #D66D8E;
  font-family: arial;
  font-size: 14px;
  font-weight: normal; }

#product_comparison tr.product-shop-row td.last p.price {
  color: #D66D8E;
  font-size: 18px;
  font-weight: bold;
  margin: 0;
  font-family: arial; }

#product_comparison tr.product-shop-row td p.prezzo {
  color: #D66D8E;
  font-size: 18px;
  font-weight: bold;
  margin: 0;
  font-family: arial; }

#product_comparison tr.product-shop-row td p.prezzo span {
  color: #D66D8E;
  font-family: arial;
  font-size: 14px;
  font-weight: normal; }

#BigImage.jqzoom img#_middleImage {
  border-radius: 5px; }

#BigImage.jqzoom.disabled #_middleImage {
  cursor: default !important; }

.first.last th:first-child {
  width: 49px !important; }

form#gcheckout-onepage-form tr td:first-child {
  width: 50px !important; }

table#checkout-review-table td h3.product-name a {
  font-size: 11px; }

form#product_sendtofriend_form .buttons-set .back-link a {
  background: none repeat scroll 0 0 #D66D8E;
  border-radius: 5px;
  color: #FFFFFF;
  font-size: 13px;
  font-weight: bold;
  margin: 0;
  padding: 6px 10px 7px;
  text-decoration: none;
  text-shadow: 1px 1px 1px #666666; }

.sendfriend-product-send .actions > a {
  background: none repeat scroll 0 0 #D66D8E;
  border-radius: 5px;
  color: #FFFFFF;
  float: left;
  font-size: 13px;
  font-weight: bold;
  margin: 0;
  padding: 6px 10px 7px;
  text-decoration: none;
  text-shadow: 1px 1px 1px #666666; }

#product_sendtofriend_form li.additional-row .btn-remove {
  background: url("https://www.babypromo.it/skin/frontend/storebaby/default/images/icona-cestino.png") no-repeat scroll 5px center #F8F8F8;
  border: 1px solid #D66D8E;
  border-radius: 4px;
  color: #D66D8E !important;
  display: block;
  font-size: 12px !important;
  font-weight: bold;
  line-height: 14px;
  margin: 10px 0;
  padding: 4px 5px 4px 16px;
  text-align: center;
  text-decoration: none !important;
  text-transform: lowercase;
  transition: all 200ms ease-in 0s;
  width: 100px; }

#product_sendtofriend_form li.additional-row .btn-remove:hover {
  box-shadow: 0 0 5px #D66D8E; }

form#reorder-validate-detail .block-content .actions .button {
  background: none repeat scroll 0 0 #2AA0C4;
  border: medium none;
  border-radius: 5px;
  color: #FFFFFF;
  cursor: pointer;
  font-size: 13px;
  font-weight: bold;
  margin: 0 0 5px;
  padding: 5px 10px 6px;
  text-decoration: none;
  text-shadow: 1px 1px 1px #666666; }

table#my-orders-table .first.last th:first-child {
  width: 250px !important; }

.box-account.box-info .box-head > h2 {
  border-radius: 5px;
  color: #2AA0C4;
  display: block;
  font-family: 'comfortaabold';
  font-size: 25px;
  font-weight: normal;
  margin: 15px 0 35px;
  /*width: 260px;*/ }

.box-offerta-list .dati .ratings .rating-box {
  background: url("https://www.babypromo.it/skin/frontend/storebaby/default/images/bkg_rating.gif") repeat-x scroll 0 0;
  float: left;
  font-size: 0;
  height: 13px;
  line-height: 0;
  margin: 0 10px 0 0;
  overflow: hidden;
  text-indent: -999em;
  width: 69px; }

#colonna-destra .paginazione li {
  border-bottom: 1px solid #CCCCCC;
  display: block;
  font-weight: bold;
  width: auto; }

.my-account .box-account.box-info .col2-set .box {
  background: none repeat scroll 0 0 #F8F8F8;
  border: 1px solid #DDDDDD;
  border-radius: 8px;
  margin: 0;
  overflow: auto;
  padding: 15px 5px 0 15px;
  min-height: 98px; }

.account-create .buttons-set .back-link a {
  color: #D66D8E;
  float: left;
  font-size: 14px;
  font-weight: bold;
  margin: 0 0 0 15px !important;
  padding: 15px 10px 5px 0;
  text-decoration: none; }

.account-create #form-validate .button {
  background: none repeat scroll 0 0 #2AA0C4;
  border: medium none;
  border-radius: 5px;
  color: #FFFFFF;
  float: right;
  font-size: 15px;
  font-weight: bold;
  height: auto;
  margin: -40px 75px 0 0;
  padding: 8px 25px;
  text-decoration: none;
  text-shadow: 1px 1px 1px #666666; }

.account-create #form-validate .fieldset {
  border: none;
  background: none;
  border-radius: 5px;
  margin: 25px 0 0;
  width: 655px; }

.account-create .control label {
  color: #2AA0C4;
  float: left;
  font-family: comfortaabold;
  font-size: 13px;
  margin: 0 0 5px 3px; }

.box-offerta-list .dati .amount a {
  color: #666666;
  font-family: arial; }

.shipping_select .shipping .shipping-form {
  float: right; }

.totale-carrello .shipping_select {
  float: right;
  /*width: 370px;*/
  clear: left;
  /*margin: -50px 0 0;*/ }

.contenitore-dati-scheda-prodotto .dati-scheda .ratings {
  margin: 5px 0 8px;
  text-align: left; }

.contenitore-dati-scheda-prodotto .dati-scheda .ratings .rating-box {
  background: url("https://www.babypromo.it/skin/frontend/storebaby/default/images/bkg_rating.gif") repeat-x scroll 0 0;
  float: left;
  font-size: 0;
  height: 13px;
  line-height: 0;
  margin: 0 10px 0 0;
  overflow: hidden;
  text-indent: -999em;
  width: 69px; }

#colonna-destra .pager .amount {
  margin: 5px 0 0; }

#form-validate ul.form-list {
  clear: both; }

.my-account #form-validate .form-list .control {
  border: medium none;
  height: 57px;
  margin: 0 0 0 8px;
  padding: 0; }

#my-reviews-table thead tr {
  width: 688px !important;
  background: none !important; }

#my-reviews-table tr.ticket-row {
  height: 45px;
  padding: 0 !important;
  width: 100% !important; }

#my-events-table tbody tr table tr {
  height: 30px !important;
  width: 647px !important; }

#colonna-destra .pulsanti .separator {
  color: #555555;
  font-weight: normal;
  margin: 0 2px; }

#my-events-table tbody tr table tr {
  height: 30px !important;
  width: 647px !important; }

#form-validate .form-list .fields.wide {
  padding: 15px 0 25px; }

.fieldset .form-list .fields > div {
  height: 25px; }

#colonna-destra .buttons-set .back-link {
  background: none repeat scroll 0 0 #D66D8E;
  border-radius: 5px;
  float: left;
  padding: 1px 0 0; }

.adjgiftreg-event-edit #form-validate .fieldset {
  background: none repeat scroll 0 0 #F8F8F8;
  border: 1px solid #DDDDDD;
  border-radius: 5px;
  margin: 25px 0 0;
  overflow: auto; }

.box-offerte-home .box-offerta .button-prezzo {
  float: right; }

.catalog-product-compare-index td table tr td {
  border: medium none !important; }

.counsil-price {
  float: right;
  text-align: center; }

.price {
  white-space: nowrap; }

.box-row .prezzo-button .counsil-price {
  float: left;
  text-align: center; }

#colonna-destra .form-list li.wide {
  margin: 5px 0;
  padding: 5px 4px;
  width: 100%; }

#colonna-destra .form-list li {
  color: #666;
  display: block;
  font-weight: bold;
  height: 75px;
  margin: 5px 0;
  padding: 5px 4px;
  width: 100%; }

#colonna-destra .form-list li input:not(.checkbox) {
  height: 26px !important; }

#colonna-destra .form-list li select {
  height: 34px !important; }

#colonna-destra .fieldset.edited1 .form-list li:not(.wide) {
  height: 50px !important; }

#colonna-destra .fieldset.edited1 .form-list li textarea#comment {
  width: 545px;
  height: 100px;
  resize: vertical; }

#colonna-destra .fieldset.edited1 .form-list li #department_id {
  width: 262px; }

.edited1.wide {
  width: 555px;
  height: auto !important; }

.edited1.buttons-set {
  margin-right: 118px; }

.checkout-cart-index .box-offerte-home.upsell h2 {
  color: #1890B5;
  font-family: 'comfortaabold';
  font-size: 20px;
  margin: 40px 0 5px;
  text-transform: capitalize;
  float: none !important; }

.totale-carrello .promo input#coupon_code {
  border: 1px solid #ddd;
  border-radius: 4px;
  color: #aaa;
  float: left;
  font-size: 14px;
  /*margin: 0 5px 0 0;*/
  padding: 4px 2px;
  /*width: 240px;*/ }

.checkout-cart-index #contenuto-principale h2 {
  color: #1890B5;
  float: left;
  font-family: 'comfortaabold';
  font-size: 22px;
  font-weight: normal;
  line-height: 2.1em;
  margin: 0 15px 0 0; }

.tabella-carrello .prodotto-carrello .descrizione .titolo a {
  color: #1890B5;
  font-weight: normal;
  text-decoration: none;
  text-transform: none; }

.checkout-cart-index #contenuto-principale .shipping h2 {
  color: #1890B5;
  float: left;
  font-family: 'comfortaabold';
  font-size: 16px;
  font-weight: normal;
  line-height: 42px;
  margin: 0 18px 0 0; }

#product_comparison td:last-child {
  border-right: none; }

p.logout-page {
  font-family: 'comfortaabold';
  margin: 5px 0 0 17px;
  font-weight: normal;
  color: #666;
  font-size: 14px; }

#contactForm .fieldset {
  background: none repeat scroll 0 0 #FFFFFF;
  margin: 0 0 15px 15px;
  overflow: auto;
  padding: 0 15px 15px; }

#contactForm .fieldset.edited1 {
  margin: 0 0 0 !important;
  overflow: hidden;
  padding: 0 0 0 !important; }

#product_comparison .ratings {
  font-size: 11px;
  line-height: 1.25;
  margin: 0px auto;
  text-align: center;
  width: 180px; }

#product_comparison .rating-box {
  background: url("https://www.babypromo.it/skin/frontend/storebaby/default/images/bkg_rating.gif") repeat-x scroll 0 0;
  float: left;
  font-size: 0;
  height: 13px;
  line-height: 0;
  margin: 0 auto;
  overflow: hidden;
  text-indent: -999em;
  width: 69px; }

.ratings .amount {
  color: #666;
  display: block;
  font-size: 13px;
  font-weight: normal; }

#product_comparison .ratings .amount {
  color: #666;
  display: block;
  font-family: arial;
  font-size: 13px;
  font-weight: normal; }

.account-create .fieldset .form-list .fields > div {
  height: auto; }

.account-create #form-validate ul.form-list {
  clear: both;
  overflow: auto; }

.account-create .control {
  margin: 5px 0 0; }

.account-create .buttons-set p.required {
  margin: 0 0 0 15px; }

.account-create #form-validate .buttons-set button.button {
  background: none repeat scroll 0 0 #2AA0C4;
  border: medium none;
  border-radius: 5px;
  color: #FFFFFF;
  float: right;
  font-size: 15px;
  font-weight: bold;
  height: auto;
  margin: -2px 75px 0 0;
  padding: 8px 25px;
  text-decoration: none;
  text-shadow: 1px 1px 1px #666666; }

#my_recent_reviews .number {
  background: none repeat scroll 0 0 #2AA0C4;
  border-radius: 20px;
  color: #FFFFFF;
  display: block;
  float: left;
  height: 20px;
  line-height: 19px;
  margin: 0 10px 0 0;
  text-align: center;
  width: 20px; }

#my_recent_reviews .details h3 a {
  color: #999999 !important;
  font-family: comfortaabold;
  font-size: 15px;
  text-transform: capitalize; }

#my_recent_reviews .details {
  float: left; }

#my_recent_reviews li {
  border-bottom: 1px solid #DDDDDD; }

#my_recent_reviews .details .ratings .rating-box {
  background: url("https://www.babypromo.it/skin/frontend/storebaby/default/images/bkg_rating.gif") repeat-x scroll 0 0;
  font-size: 0;
  height: 13px;
  line-height: 0;
  margin: 0;
  overflow: hidden;
  text-indent: -999em;
  width: 69px; }

#my_recent_reviews .ratings strong {
  float: left;
  margin: 1px 10px 0 0; }

.dashboard .box-account.box-info {
  margin: 15px 0 0;
  overflow: auto;
  padding: 0 15px 0 0; }

#colonna-destra #form-validate .form-list li.fields {
  color: #2AA0C4;
  display: block;
  font-weight: bold;
  height: 75px;
  margin: 5px 0;
  padding: 5px 4px;
  width: 100%; }

.my-account #form-validate p.required {
  color: #EB340A;
  font-size: 11px;
  text-align: left;
  margin: 0 0 0 15px; }

.my-account #form-validate .fieldset .form-list .control {
  border: medium none;
  height: 5px;
  margin: 0 0 0 8px;
  padding: 0; }

#colonna-destra .my-account #form-validate .buttons-set .back-link {
  background: none repeat scroll 0 0 #D66D8E;
  border-radius: 5px;
  float: left;
  margin: 10px 0 0 15px;
  padding: 1px 0 0; }

#colonna-destra #form-validate .buttons-set .button {
  background: none repeat scroll 0 0 #2AA0C4;
  border: medium none;
  border-radius: 5px;
  color: #FFFFFF;
  cursor: pointer;
  font-size: 13px;
  font-weight: bold;
  margin: 10px 110px 0 0;
  padding: 7px 11px;
  text-decoration: none;
  text-shadow: none; }

#colonna-destra #form-validate .buttons-set .button:hover {
  background: #277F98; }

#colonna-destra .my-account .buttons-set .back-link {
  border-radius: 5px;
  float: none;
  padding: 1px 0 0;
  background: none; }

.customer-address-index #colonna-destra .addresses-list li.item {
  background: none repeat scroll 0 0 #F8F8F8;
  border: 1px solid #DDDDDD;
  border-radius: 5px;
  color: #2AA0C4;
  display: inline;
  float: left;
  font-weight: bold;
  margin: 0 24px 15px 0;
  padding: 10px 12px;
  width: 285px; }

.adjgiftreg-event-edit #colonna-destra #form-validate .fieldset {
  background: none repeat scroll 0 0;
  border: medium none;
  border-radius: 5px;
  margin: 10px 0 0;
  overflow: auto;
  padding: 0 15px 25px 0; }

#form-validate .buttons-set p.required {
  color: #EB340A;
  font-size: 11px;
  text-align: left; }

#colonna-destra div#message_payment_pending {
  color: #333333;
  font-size: 14px;
  margin: 20px 0 4px;
  width: 800px;
  text-align: left; }

#message_payment_pending a {
  /*background: none repeat scroll 0 0 #2aa0c4;*/
  border-radius: 5px;
  color: #ffffff;
  display: block;
  font-family: arial;
  font-size: 14px;
  font-weight: bold;
  margin: 12px 0 0;
  padding: 7px 10px;
  text-decoration: none;
  text-shadow: 1px 1px 1px #333333;
  width: 180px; }

#message_payment_pending a:hover {
  /*background:#277F98;*/ }

#colonna-destra #form-validate .form-list .fields label {
  color: #666666;
  font-size: 13px;
  font-weight: bold;
  margin: 0;
  position: relative;
  z-index: 0; }

#colonna-destra #form-validate .form-list li.fields.wide {
  color: #666666;
  display: block;
  float: none;
  font-weight: normal;
  height: auto;
  margin: 5px 0;
  padding: 0;
  width: 100%; }

.adjgiftreg-event-edit #colonna-destra #form-validate .form-list li.fields {
  color: #666666;
  display: block;
  font-weight: normal;
  height: 58px;
  margin: 10px 0;
  padding: 0;
  width: 100%; }

.adjgiftreg-event-edit .input-range {
  color: #555555;
  float: left;
  font-size: 11px;
  font-weight: normal;
  margin: 0 0 10px; }

.adjgiftreg-event-edit .form-list .fields #search_allowed {
  float: left;
  margin: 0 10px 0 0; }

.adjgiftreg-event-edit #colonna-destra #form-validate .buttons-set .button {
  background: none repeat scroll 0 0 #2AA0C4;
  border: medium none;
  border-radius: 5px;
  color: #FFFFFF;
  cursor: pointer;
  font-size: 13px;
  font-weight: bold;
  margin: 0 110px 0 0;
  padding: 7px 11px;
  text-decoration: none;
  text-shadow: none; }

.adjgiftreg-event-edit #form-validate li.fields.wide a {
  color: #666666;
  font-weight: bold;
  margin: 0 0 0 4px;
  text-decoration: underline; }

.adjgiftreg-event-edit .fieldset .legend {
  border-bottom: 1px solid #EAE5E4;
  color: #2AA0C4;
  display: block;
  font-family: 'comfortaabold';
  font-size: 18px;
  margin: 0 0 10px;
  padding: 14px 0 8px;
  /*width: 562px;*/
  width: 100%; }

.adjgiftreg-event-edit #colonna-destra #form-validate .form-list li.fields.wide {
  color: #666666;
  display: block;
  font-weight: normal;
  height: 58px;
  margin: 10px 0 35px;
  padding: 0;
  width: 565px; }

.adjgiftreg-event-edit #colonna-destra #form-validate .form-list li.fields {
  color: #2AA0C4;
  display: block;
  font-weight: bold;
  height: 63px;
  margin: 15px 2px 5px 0;
  padding: 5px 4px;
  width: 100%; }

.adjgiftreg-event-edit #colonna-destra #form-validate .form-list .fields label {
  color: #666666;
  font-size: 13px;
  font-weight: bold;
  margin: 2px 0;
  position: relative;
  z-index: 0; }

.adjgiftreg-event-edit .buttons-set .back-link > a {
  color: #FFFFFF !important; }

.catalog-product-view #review-form fieldset h4 {
  display: none; }

.catalog-product-view table#product-review-table tr.first.last {
  background: none;
  height: 50px;
  margin: -27px 0 7px; }

.catalog-product-view .prezzo_vecchio_nuovo .prezzo-old {
  float: none;
  margin-left: 0; }

table#product-review-table .first.last th:first-child {
  color: #666 !important;
  display: block;
  float: left;
  text-align: left;
  font-size: 13px;
  width: 11px !important;
  margin: 19px 0 0 0; }

#product-review-table .last.odd td.value {
  width: 219px !important; }

#product-review-table .last.odd td.value {
  color: #666666;
  display: block;
  font-size: 14px;
  height: 28px;
  margin: 5px 0 0 -8px;
  text-align: center;
  width: 95px; }

table#product-review-table.data-table {
  margin: 0;
  overflow: auto;
  width: 680px; }

.panel-container form#review-form h3 {
  color: #666;
  display: block;
  font-family: 'arial';
  font-size: 15px;
  padding: 0 0 8px;
  font-weight: normal; }

.panel-container #review-form fieldset h3 span {
  color: #666;
  font-family: comfortaabold;
  font-size: 15px; }

.box-collateral table#upsell-product-table .last.odd > td {
  border: 1px solid #cecece;
  border-radius: 6px;
  color: #666666;
  display: block;
  float: left;
  font-size: 14px;
  margin: 10px 20px 0 0;
  padding: 18px 10px;
  text-align: center;
  width: 180px;
  cursor: pointer;
  transition: all 200ms ease-in 0s; }

.box-collateral table#upsell-product-table .last.odd > td:hover {
  border: 1px solid #fff;
  box-shadow: 0 0 6px #2aa0c4; }

.box-collateral table#upsell-product-table .last.odd > td.empty {
  display: none; }

.box-collateral table#upsell-product-table .product-name > a {
  color: #1890b5;
  font-family: comfortaabold;
  font-size: 16px;
  font-weight: normal;
  text-decoration: none;
  display: block;
  min-height: 60px; }

.box-collateral table#upsell-product-table .prezzo {
  color: #d66d8e;
  font-size: 25px;
  font-weight: bold;
  margin: 5px 0; }

.box-collateral table#upsell-product-table .prezzo span {
  font-size: 18px; }

.box-collateral table#upsell-product-table .price {
  color: #d66d8e;
  font-size: 25px;
  font-weight: bold;
  margin: 5px 0; }

.box-collateral table#upsell-product-table .price span {
  font-size: 18px; }

.upsell.box-offerte-home .box-offerta .link_acquista {
  background: url("https://www.babypromo.it/skin/frontend/storebaby/default/images/button_buy_cons.jpg") no-repeat scroll 0 0;
  border: medium none;
  color: #fff;
  display: block;
  float: none;
  font-size: 15px;
  font-weight: bold;
  height: 38px;
  line-height: 34px;
  margin: 0 auto;
  padding: 0 0 0 25px;
  text-decoration: none;
  text-shadow: 1px 1px 1px #333333;
  text-transform: lowercase;
  transition: all 200ms ease-in 0s;
  width: 93px; }

.upsell.box-offerte-home .box-offerta .link_acquista:hover {
  background: url("https://www.babypromo.it/skin/frontend/storebaby/default/images/button_buy_cons-hover.png") no-repeat scroll 0 0; }

#colonna-destra form#product_sendtofriend_form .button {
  background: none repeat scroll 0 0 #2aa0c4;
  border: medium none;
  border-radius: 5px;
  color: #fff;
  cursor: pointer;
  float: right;
  font-size: 13px;
  font-weight: bold;
  margin: 0 115px 0 0;
  padding: 6px 11px;
  text-decoration: none;
  text-shadow: none; }

#colonna-destra #recipients_options.form-list li.additional-row {
  color: #2aa0c4;
  display: block;
  font-weight: bold;
  height: 120px;
  margin: 5px 0;
  padding: 0;
  width: 100%; }

.buttons-set #max_recipient_message .limit {
  color: #666;
  font-size: 12px; }

.buttons-set #max_recipient_message {
  margin: 0 15px 0 0; }

#my-events-table thead th {
  width: 135px !important; }

table#my-events-table tbody tr td table tbody tr.even td {
  color: #666666;
  font-size: 14px;
  text-align: center;
  width: 130px; }

table#my-events-table tbody tr.pulsanti td table tbody tr.even td {
  color: #666666;
  font-size: 14px;
  text-align: center;
  width: 100%; }

.my-account .product-review .rating-box {
  background: url("https://www.babypromo.it/skin/frontend/storebaby/default/images/bkg_rating.gif") repeat-x scroll 0 0;
  float: left;
  font-size: 0;
  height: 13px;
  line-height: 0;
  margin: 0 10px 0 0;
  overflow: hidden;
  text-indent: -999em;
  width: 69px; }

.my-account .product-review .ratings .rating-links a {
  color: #666 !important;
  font-family: arial; }

.my-account .product-review p.label {
  color: #d66d8e;
  font-family: comfortaabold;
  font-size: 16px;
  margin: 10px 0 0; }

.my-account .product-review .product-details .product-name {
  color: #2aa0c4;
  font-family: comfortaabold;
  font-size: 17px;
  margin: 10px 0 0;
  font-weight: normal; }

.my-account .product-review .product-details h3 {
  display: none; }

.my-account .product-review table.ratings-table {
  margin: 5px 0; }

.my-account .product-review .ratings-table th {
  color: #666;
  font-family: comfortaabold;
  font-weight: normal; }

.my-account .product-review dl dt {
  font-family: comfortaabold;
  font-size: 14px;
  margin: 0 0 5px;
  color: #d66d8e; }

.my-account .product-review dl dd {
  color: #666;
  font-size: 14px; }

form#form-gift-search .fieldset {
  margin: 0;
  padding: 0;
  background: none; }

#colonna-destra form#form-gift-search .form-list li {
  color: #2aa0c4;
  display: block;
  float: none;
  font-weight: bold;
  height: 50px;
  margin: 5px 0;
  padding: 5px 4px;
  width: 100%; }

select#mon {
  padding: 7px;
  width: 266px; }

#form-gift-search .fieldset .legend {
  border-bottom: 1px solid #eae5e4;
  color: #2aa0c4;
  display: block;
  font-family: 'comfortaabold';
  font-size: 18px;
  margin: 0 0 10px;
  padding: 18px 0 14px;
  width: 564px; }

.prezzo_vecchio_nuovo {
  float: left;
  width: 43%;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
  clear: both; }

.prezzo_vecchio_nuovo .prezzo-old {
  color: #666;
  font-size: 18px;
  font-weight: normal;
  margin: 0 0 0 24px;
  text-decoration: line-through;
  float: none; }

.dati-scheda .buy .prezzo_vecchio_nuovo .prezzo {
  color: #d66d8e;
  font-size: 40px;
  font-weight: bold;
  margin: 0;
  padding: 0;
  float: none; }

.dati-scheda form .qty {
  float: left;
  margin: 0 7px 0 0;
  padding: 22px 0; }

.cart-buy-button,
.contenitore-dati-scheda-prodotto .dati-scheda .buy .buy-button {
  background: url("https://www.babypromo.it/skin/frontend/storebaby/default/images/button_prezzo_scheda.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
  color: #fff;
  float: right;
  font-size: 16px;
  font-weight: bold;
  height: 35px;
  margin: 12px 0 0;
  padding: 15px 0 0 54px;
  text-align: center;
  text-decoration: none;
  text-shadow: 1px 1px 1px #333;
  transition: all 200ms ease-in 0s;
  width: 106px; }

.cart-buy-button1 {
  background: url("https://www.babypromo.it/skin/frontend/storebaby/default/images/button_prezzo_scheda.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
  color: #fff;
  float: right;
  font-size: 16px;
  font-weight: bold;
  height: 35px;
  margin: 12px 0 0;
  padding: 15px 0 0 54px;
  text-align: center;
  text-decoration: none;
  text-shadow: 1px 1px 1px #333;
  transition: all 200ms ease-in 0s;
  width: 106px; }

.contenitore-dati-scheda-prodotto .dati-scheda .buy .buy-button:hover {
  background: url("https://www.babypromo.it/skin/frontend/storebaby/default/images/button_prezzo_scheda_hover.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0); }

.checkout-cart-index .cart-buy-button {
  background: url("https://www.babypromo.it/skin/frontend/storebaby/default/images/button_acquista_cart.jpg") no-repeat;
  padding: 14px 0 0 23px;
  text-align: left;
  text-transform: uppercase;
  width: 155px; }

.checkout-cart-index .cart-buy-button a:hover {
  background: url("https://www.babypromo.it/skin/frontend/storebaby/default/images/button_acquista_cart_over.jpg") no-repeat !important;
  padding: 14px 0 0 23px;
  text-align: left;
  text-transform: uppercase;
  width: 155px; }

.checkout-cart-index .cart-buy-button1 {
  background: url("https://www.babypromo.it/skin/frontend/storebaby/default/images/button_acquista_cart.jpg") no-repeat;
  padding: 14px 0 0 23px;
  text-align: left;
  text-transform: uppercase;
  width: 155px; }

.checkout-cart-index .cart-buy-button1:hover {
  background: url("https://www.babypromo.it/skin/frontend/storebaby/default/images/button_acquista_cart_over.jpg") no-repeat !important;
  padding: 14px 0 0 23px;
  text-align: left;
  text-transform: uppercase;
  width: 155px; }

.checkout-cart-index .cart-buy-button.negative {
  /*margin-top: -60px;*/ }

#cart_info_details ._prova-tab img {
  /* width: 70px;*/ }

.contenitore-dati-scheda-prodotto #tc #tc_container {
  left: 45%;
  margin-left: -392px;
  padding: 10px;
  position: absolute;
  width: 960px;
  z-index: 2147483647; }

.order-info-box .box {
  background: none repeat scroll 0 0 #f8f8f8;
  border: 1px solid #dddddd;
  border-radius: 5px;
  padding: 0 0 5px; }

.order-info-box .col-1 {
  margin: 0 0 5px; }

.my-account #my-reviews-table tr {
  padding: 0 !important;
  width: 680px !important; }

table#my-reviews-table .nobr {
  color: #c43f6c;
  font-family: arial;
  font-size: 12px;
  text-decoration: none;
  font-weight: bold; }

table#my-reviews-table td {
  color: #666666;
  font-size: 12px;
  text-align: center;
  width: 130px; }

table#my-reviews-table.my-orders-table td,
table#my-reviews-table.my-orders-table th {
  text-align: left; }

table#my-reviews-table.my-reviews-table td {
  text-align: left;
  padding: 4px 0; }

table#my-reviews-table.my-reviews-table td:first-child {
  text-align: center !important; }

table#my-reviews-table.my-reviews-table td:nth-child(2),
table#my-reviews-table.my-reviews-table td:nth-child(4) {
  width: 195px; }

table#my-reviews-table.my-reviews-table td:nth-child(4) {
  text-align: center; }

table#my-reviews-table.my-reviews-table td div a {
  font-size: 10px;
  color: #666;
  text-decoration: underline;
  margin-top: 10px; }

#cart_info_details .prod-list td.qty {
  margin: 25px 0 0; }

#cart_info_details .prod-list td span {
  margin: 25px 0 0;
  display: block; }

#my-reviews-table .ticket-row:hover {
  background: #f8f8f8 !important; }

.dashboard table#my-orders-table th {
  line-height: 28px;
  margin: 0; }

table#my-gifts-table tr {
  width: 100%; }

table#my-gifts-table th {
  width: 145px !important;
  background: #2AA0C4; }

table#my-gifts-table tr {
  margin: 0 0 5px;
  width: 100%; }

table#my-gifts-table td {
  width: 145px; }

table#my-gifts-table tr.first {
  margin: 0 0 5px;
  padding: 2px 0 5px;
  width: 100%;
  background: none; }

.dashboard table#my-orders-table td.last {
  width: 220px; }

.dashboard table#my-orders-table td {
  width: 87px; }

#product_comparison .rating-generale {
  min-height: 30px; }

#product_comparison .product-name {
  min-height: 50px; }

.customer-address-form #colonna-destra .my-account .form-list li {
  color: #2aa0c4;
  display: block;
  font-weight: bold; }

table#my-reviews-table .last {
  text-align: right; }

table#my-reviews-table .product-name > a {
  color: #2aa0c4;
  font-size: 12px;
  text-decoration: none;
  display: block;
  line-height: 16px; }

.review-customer-view .product-img-box {
  float: left;
  text-align: center;
  min-height: 215px; }

.review-customer-view .my-account .product-review .rating-box {
  display: block !important;
  margin: 0 auto !important;
  float: none !important;
  height: 20px; }

.review-customer-view .ratings .rating-links {
  clear: both; }

.review-customer-view .product-details {
  float: right;
  min-height: 211px; }

.review-customer-view .buttons-set {
  float: right; }

.review-customer-view .buttons-set.bottom-buttons-set {
  float: none !important; }

.order-details #my-orders-table tr {
  /*border-bottom:1px solid #ddd; border-radius:0;*/ }

.order-details #my-orders-table td {
  width: 135px;
  text-align: center;
  font-size: 13px;
  padding: 4px 0; }

.order-details #my-orders-table td br {
  display: none; }

.order-details #my-orders-table .price {
  width: auto !important; }

.order-details #my-orders-table .product-name {
  font-size: 13px !important; }

.order-details #my-orders-table .subtotal {
  background: none !important;
  border-bottom: none !important; }

.order-details #my-orders-table .shipping {
  background: none !important;
  border-bottom: none !important; }

.order-details #my-orders-table .grand_total {
  border-radius: 0;
  border-bottom: none !important;
  padding: 5px 0 0; }

#my-orders-table .subtotal.first > td {
  color: #2aa0c4; }

#my-orders-table .shipping > td {
  color: #2aa0c4; }

#my-orders-table .grand-total {
  color: #2aa0c4;
  text-transform: uppercase; }

.grand_total.last > td {
  background: #f5f5f5; }

.order-info-box .box {
  height: 170px; }

.col2-set.order-info-box {
  padding: 10px;
  border-radius: 0; }

.col2-set .col-2 {
  float: left;
  margin: 0 20px 0;
  overflow: auto;
  width: 300px; }

.customer-address-form #colonna-destra #form-validate .form-list li.fields {
  height: 58px !important; }

.customer-address-form .my-account #form-validate .fieldset {
  margin: 0 !important;
  padding: 0 15px !important; }

.customer-address-form .my-account #form-validate .fieldset .form-list .control {
  height: 24px !important; }

.customer-address-form #colonna-destra .form-list li {
  height: 48px !important; }

.button-match {
  background: url("https://www.babypromo.it/skin/frontend/storebaby/default/images/icon_price.png") no-repeat left center #fff;
  border: none;
  color: #D87F9E;
  cursor: pointer;
  font-weight: bold;
  margin: 0 0 9px;
  padding: 6px 0 6px 25px;
  font-size: 16px;
  font-family: 'comfortaabold'; }

.mp-dialog-content .dialog-center {
  float: right;
  width: 410px; }

.mp-pricematch-form h1 {
  color: #1890b5;
  font-size: 20px;
  margin: 0 0 9px 0;
  font-family: 'comfortaabold'; }

.dialog-buttons {
  overflow: auto; }

.dialog-buttons button:first-child {
  float: right;
  background: #2aa0c4;
  border: 1px solid #2aa0c4;
  border-radius: 4px;
  color: #fff;
  font-weight: bold;
  margin: 0 5px;
  padding: 6px; }

.dialog-buttons button:last-child {
  float: right;
  background: #f8f8f8;
  border: 1px solid #dddddd;
  border-radius: 4px;
  color: #2aa0c4;
  font-weight: bold;
  margin: 0 5px;
  padding: 6px; }

.dialog-after-buttons {
  clear: both;
  font-size: 12px;
  color: #666; }

.mp-dialog-loader, .mp-dialog-loader-container, .mp-dialog-loader-wrapper {
  width: 175px; }

.mp-dialog-loader-container .loader-message span {
  padding: 0 20px 0 60px; }

.oops {
  font-family: 'comfortaabold';
  font-size: 90px;
  color: #de9dbb;
  font-weight: bold;
  text-transform: uppercase;
  margin: 20px 0 0 0;
  text-align: center;
  display: block; }

.non-trovata {
  font-family: 'comfortaabold';
  font-size: 36px;
  color: #2ea4c7;
  font-weight: bold;
  text-align: center;
  display: block; }

.ritorna {
  font-family: 'comfortaabold';
  font-size: 20px;
  color: #666;
  font-weight: normal;
  display: block;
  margin: 8px 0 20px 0;
  text-align: center; }

.ritorna > p {
  margin-bottom: 20px; }

.ritorna a,
.placeorder {
  font-weight: bold;
  text-decoration: none;
  background: #38AFD1;
  border-radius: 5px;
  color: #fff !important;
  padding: 5px 10px; }

.ritorna > div {
  margin-bottom: 20px; }

.product-attr-table {
  width: 100%; }

.product-attr-table tr td {
  background: #eee !important;
  border-bottom: solid 1px #ddd !important;
  padding: 5px 10px; }

.product-attribute-specs-table {
  width: auto !important; }

.product-attribute-specs-table tr th {
  border-bottom: 1px solid #ccc;
  color: #1890b5; }

.product-attribute-specs-table tr td {
  border-bottom: 1px solid #ccc; }

.prezzo_vecchio_nuovo .price {
  color: #d66d8e;
  float: none;
  font-size: 40px;
  font-weight: bold;
  margin: 0;
  padding: 0; }

.checkout-review-table {
  border-collapse: collapse;
  border: none !important; }

.checkout-review-table thead tr th,
.checkout-review-table tr th {
  border: none !important; }

.glc .data-table.checkout-review-table tr.last th, .glc .data-table.checkout-review-table tr.last td {
  border: none !important; }

.checkout-review-table tr td {
  border: none !important; }

.checkout-review-table tfoot tr td,
.checkout-review-table tfoot tr td * {
  color: #000 !important; }

form#gcheckout-onepage-form .checkout-review-table tfoot tr td:first-child {
  width: auto !important; }

.formatted-form input,
.formatted-form select {
  width: 300px !important; }

.formatted-form select {
  height: 34px !important; }

.custom-totals #checkout-review-table-wrapper {
  background: none !important; }

.product-attribute-specs-table {
  margin: 0 0 20px 0; }

.product-attribute-specs-table th {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important; }

.mp-dialog-content .dialog-content {
  padding: 12px !important; }

.mp-dialog-content .dialog-buttons {
  padding: 0 25px 2px 0; }

.price-box.modified .price {
  font-size: 23px;
  color: #D66D8E;
  text-decoration: none;
  /* float: left; */
  font-weight: bold;
  padding: 0 0 3px 0;
  text-align: center; }

.price-box.modified .price span {
  font-size: 14px;
  font-weight: normal; }

.price-to {
  float: left;
  margin-left: 20px; }

p.amount strong {
  display: block;
  margin: 0 0 10px; }

/* START */
table.giftvoucher_grid {
  width: 100%;
  border-collapse: collapse;
  color: #333; }

table.giftvoucher_grid thead {
  background: #eee; }

table.giftvoucher_grid tr {
  font-size: 11px;
  border-bottom: solid 1px #ddd; }

table.giftvoucher_grid tr input,
table.giftvoucher_grid tr select {
  width: 30px;
  margin: 0 0 5px; }

table.giftvoucher_grid tr select {
  height: 30px;
  padding: 5px; }

table.giftvoucher_grid .label {
  display: inline-block;
  width: 35px;
  text-align: right; }

table.giftvoucher_grid tr th,
table.giftvoucher_grid tr td {
  padding: 10px 5px; }

table.giftvoucher_grid tbody {
  border-top: solid 1px #ddd; }

table.giftvoucher_grid tbody tr td {
  border-bottom: solid 1px #ddd;
  text-align: center; }

table.giftvoucher_grid .giftvoucher-grid-title-hidden {
  display: none; }

/*

table.giftvoucher_grid tr .range-container {
text-align: right;
}

table.giftvoucher_grid .giftvoucher-grid-title,
table.giftvoucher_grid .giftvoucher-grid-search {
text-align: right;
vertical-align: top;
}

table.giftvoucher_grid tr .v-middle {
float: right !important;
margin: 5px 0 0 5px;
}



table.giftvoucher_grid .giftvoucher-grid-title th:nth-child(2) {
padding-right: 20px;
}

table.giftvoucher_grid .giftvoucher-grid-title th:nth-child(4),
table.giftvoucher_grid .giftvoucher-grid-title th:nth-child(5) {
padding-right: 30px;
}

/* END */
.storecredit *,
.sub-title * {
  font-family: 'comfortaabold' !important; }

.box-prezzo {
  text-align: center; }

.btn-buy {
  text-align: right !important;
  background: #3db2d5 url("https://www.babypromo.it/skin/frontend/storebaby/default/images/carrello_.png") no-repeat scroll 5px center;
  background: url("https://www.babypromo.it/skin/frontend/storebaby/default/images/carrello_.png") no-repeat scroll 5px center, linear-gradient(top, #3db2d5 0%, #29a0c3 100%);
  background: url("https://www.babypromo.it/skin/frontend/storebaby/default/images/carrello_.png") no-repeat scroll 5px center, -moz-linear-gradient(top, #3db2d5 0%, #2496bd 100%);
  background: url("https://www.babypromo.it/skin/frontend/storebaby/default/images/carrello_.png") no-repeat scroll 5px center, -o-linear-gradient(top, #3db2d5 0%, #2496bd 100%);
  background: url("https://www.babypromo.it/skin/frontend/storebaby/default/images/carrello_.png") no-repeat scroll 5px center, -webkit-gradient(linear, top, color-stop(0, #3db2d5), color-stop(1, #2496bd));
  background: url("https://www.babypromo.it/skin/frontend/storebaby/default/images/carrello_.png") no-repeat scroll 5px center, -webkit-linear-gradient(top, #3db2d5 0%, #2496bd 100%);
  border: 1px solid #2b86a2 !important;
  border-radius: 5px !important;
  color: white !important;
  /*font-family: comfortaabold;*/
  font-size: 13px !important;
  font-weight: bold !important;
  padding: 3px 20px 6px 30px;
  /*margin-left: 9px !important;*/
  text-decoration: none !important;
  text-shadow: 1px 1px 1px #333 !important;
  display: inline-block; }

.btn-buy:hover {
  background: url("https://www.babypromo.it/skin/frontend/storebaby/default/images/carrello_.png") no-repeat scroll 5px center #2496bd; }

.btn-share {
  text-align: right !important;
  background: url("https://www.babypromo.it/skin/frontend/storebaby/default/images/share.png") no-repeat scroll 5px center, linear-gradient(top, #3db2d5 0%, #29a0c3 100%);
  background: url("https://www.babypromo.it/skin/frontend/storebaby/default/images/share.png") no-repeat scroll 5px center, -moz-linear-gradient(top, #3db2d5 0%, #2496bd 100%);
  background: url("https://www.babypromo.it/skin/frontend/storebaby/default/images/share.png") no-repeat scroll 5px center, -o-linear-gradient(top, #3db2d5 0%, #2496bd 100%);
  background: url("https://www.babypromo.it/skin/frontend/storebaby/default/images/share.png") no-repeat scroll 5px center, -webkit-gradient(linear, top, color-stop(0, #3db2d5), color-stop(1, #2496bd));
  background: url("https://www.babypromo.it/skin/frontend/storebaby/default/images/share.png") no-repeat scroll 5px center, -webkit-linear-gradient(top, #3db2d5 0%, #2496bd 100%);
  border: 1px solid #2b86a2 !important;
  border-radius: 5px !important;
  color: white !important;
  /*font-family: comfortaabold;*/
  font-size: 13px !important;
  font-weight: bold !important;
  padding: 3px 22px 6px 40px;
  margin-left: 9px !important;
  text-decoration: none !important;
  text-shadow: 1px 1px 1px #333 !important; }

.btn-share:hover {
  background: url("https://www.babypromo.it/skin/frontend/storebaby/default/images/share.png") no-repeat scroll 5px center #2496bd;
  cursor: pointer; }

#amshopby-price-btn.form-button.button.amshopby-price-find,
.btn,
#discount-coupon-form .button {
  background: #3db2d5;
  background: linear-gradient(top, #3db2d5 0%, #29a0c3 100%);
  background: -moz-linear-gradient(top, #3db2d5 0%, #2496bd 100%);
  background: -o-linear-gradient(top, #3db2d5 0%, #2496bd 100%);
  background: -webkit-gradient(linear, top, color-stop(0, #3db2d5), color-stop(1, #2496bd));
  background: -webkit-linear-gradient(top, #3db2d5 0%, #2496bd 100%);
  border: 1px solid #2b86a2;
  border-radius: 5px;
  color: white;
  /*font-family: comfortaabold;*/
  font-size: 13px;
  font-weight: bold !important;
  padding: 3px 22px 6px 22px;
  margin-left: 5px !important;
  text-decoration: none !important;
  text-shadow: 1px 1px 1px #333 !important; }

#amshopby-price-btn.form-button.button.amshopby-price-find:hover {
  background: #2496bd !important;
  cursor: pointer; }

.consigli .box .button-buy.with-padding {
  margin-left: 30px !important; }

.padding {
  padding-left: 20px; }

.padding > .page-title > h1:before {
  content: url("https://www.babypromo.it/skin/frontend/storebaby/default/images/check.png"); }

.padding .account-create h1 {
  margin: 50px 0 -30px; }

.box-collateral table#upsell-product-table .prezzo {
  margin-top: 0;
  margin-bottom: 10px; }

.btn.btn-cart {
  background: #3db2d5 url("https://www.babypromo.it/skin/frontend/storebaby/default/images/_carrello.png") no-repeat scroll 10px -5px;
  background: url("https://www.babypromo.it/skin/frontend/storebaby/default/images/_carrello.png") no-repeat scroll 10px -5px, linear-gradient(top, #3db2d5 0%, #29a0c3 100%);
  background: url("https://www.babypromo.it/skin/frontend/storebaby/default/images/_carrello.png") no-repeat scroll 10px -5px, -moz-linear-gradient(top, #3db2d5 0%, #2496bd 100%);
  background: url("https://www.babypromo.it/skin/frontend/storebaby/default/images/_carrello.png") no-repeat scroll 10px -5px, -o-linear-gradient(top, #3db2d5 0%, #2496bd 100%);
  background: url("https://www.babypromo.it/skin/frontend/storebaby/default/images/_carrello.png") no-repeat scroll 10px -5px, -webkit-gradient(linear, top, color-stop(0, #3db2d5), color-stop(1, #2496bd));
  background: url("https://www.babypromo.it/skin/frontend/storebaby/default/images/_carrello.png") no-repeat scroll 10px -5px, -webkit-linear-gradient(top, #3db2d5 0%, #2496bd 100%);
  color: #fff;
  float: right;
  font-size: 16px;
  font-weight: bold;
  height: 30px;
  margin: 12px 0 0;
  padding: 10px 0 0 54px;
  text-align: center;
  text-decoration: none;
  text-shadow: 1px 1px 1px #333;
  width: 106px; }

.btn.btn-cart:hover {
  background: url("https://www.babypromo.it/skin/frontend/storebaby/default/images/_carrello.png") no-repeat scroll 10px -5px #2496bd !important; }

.options-list.modified li {
  border-bottom: solid 1px #ddd;
  padding: 10px 0;
  color: #666; }

.options-list.modified li .price-notice {
  float: right; }

.product-options .required {
  margin: 10px 0;
  display: block; }

.price-box.modified,
.price-box.modified p span.price {
  font-size: 23px;
  color: #D66D8E;
  display: block;
  margin: 0;
  font-weight: bold; }
  .price-box.modified span,
  .price-box.modified p span.price span {
    background: none;
    font-size: .75em;
    font-weight: normal; }

.price-as-configured {
  clear: both;
  text-align: right; }

.message-box.modified {
  position: relative; }

.message-box.modified .do-quote.modified {
  position: absolute;
  bottom: 10px;
  right: 10px; }

.dati-scheda .buy.modified {
  padding-left: 14px; }

/*
.price-box.modified > p {
float: left;
margin-right: 10px;
}

.price-box.modified .price,
.price-box.modified .price-label {
font-size: 15px;
color: #D66D8E;
}


.options .modified li {
border-bottom: solid 1px #ddd;
padding: 10px 0;
color: #666;
}

.options .modified li .price-notice {
float: right;
}

.product-options .required {
margin: 10px 0;
display: block;
}

.prezzo_vecchio_nuovo.modified {
text-transform: lowercase;
display: block;
}
*/
/*
.prezzo_vecchio_nuovo {
display: block;
}

.prezzo_vecchio_nuovo.modified {
width: 100% !important;
text-align: left;
padding: 10px 20px;
text-transform: lowercase;
}

.price-box {
text-align: left;
}

.price-box:not( .modified ) {
display: block;
clear: both;
font-size: 13px;
}

.price-as-configured {}

.price-as-configured .price-label {
padding: 0 20px;
margin-top: 20px;
}
*/
.availability {
  display: block;
  margin: 0 0 10px;
  text-align: left;
  clear: both;
  font-size: 13px;
  color: #D66D8E;
  font-family: 'comfortaabold'; }

.buy .data-table {
  width: 100%; }

.super-product-table {
  width: 100%;
  border-collapse: collapse;
  background: #fff; }

.super-product-table thead {
  background: #1890b5;
  color: #fff;
  font-size: 13px; }

.super-product-table tr {
  /*border-bottom: solid 1px #ddd;*/ }

.super-product-table tr th {
  white-space: nowrap;
  color: #fff;
  font-size: 12px;
  text-transform: uppercase;
  padding: 5px;
  font-weight: normal;
  text-align: center; }

.super-product-table tr th:nth-child(1), .super-product-table tr td:nth-child(1) {
  width: auto !important; }

.super-product-table tr th:nth-child(2), .super-product-table tr td:nth-child(2) {
  width: 80px !important; }

.super-product-table tr th:nth-child(3), .super-product-table tr td:nth-child(3) {
  width: 100px !important; }

.super-product-table tr td {
  text-align: center !important;
  padding: 5px;
  border-bottom: 1px solid #dddddd; }

.super-product-table tr td:first-child {
  text-align: left !important; }

.super-product-table tr td input {
  padding: 2px 3px !important; }

.super-product-table tr td .qty,
.super-product-table tr td .prezzo,
.super-product-table tr td .prezzo span {
  font-size: 15px !important;
  float: none !important;
  margin: 0 0 0 !important; }

.super-product-table tr td .availability,
.super-product-table tr td .availability span {
  text-align: center !important;
  float: none !important;
  margin: 0 0 0 !important;
  color: #666 !important; }

.price-as-configured {
  text-align: left;
  color: #D66D8E;
  font-family: 'comfortaabold';
  padding: 30px 20px 0; }

.price-as-configured .price-label {
  font-size: 18px; }

#giftvoucher_existed_code {
  padding: 7px 3px;
  margin: 0 0 5px; }

.totale-netto {
  color: #1890B5;
  font-family: 'comfortaabold';
  font-size: 18px;
  text-align: right; }

.discount.edited {
  float: left;
  /*clear: both;*/
  padding: 0 8px;
  border-radius: 6px;
  /*border: solid 1px #ddd;*/
  /*width: 348px;*/
  /*text-align: center;*/ }

.sorter {
  float: left; }

#checkout-review-submit {
  float: right;
  clear: both; }

.cms-page-view #colonna-sinistra h2 {
  color: #d66d8e;
  font-size: 20px;
  margin: 5px 0;
  display: block;
  font-family: 'comfortaabold'; }

.cms-page-view #colonna-sinistra ul {
  margin: 0 0 20px 0; }

.cms-page-view #colonna-sinistra ul li {
  border-bottom: 1px solid #ddd;
  padding: 4px 0;
  color: #666; }

.cms-page-view #colonna-sinistra a {
  text-decoration: none; }

.cms-page-view #colonna-destra p {
  font-size: 14px;
  color: #666;
  line-height: 1.4em;
  padding: 0 0 10px 0; }

.cms-page-view #colonna-destra a {
  font-size: 14px;
  color: #333;
  font-weight: bold;
  text-decoration: none; }

.cms-page-view #colonna-destra ul li {
  border-bottom: 1px solid #ddd;
  padding: 4px 0;
  color: #666; }

.sorter .v-middle {
  display: none; }

.searchautocomplete-placeholder ul li .price-box,
.box-offerta-list .price-box {
  /*float: left !important;*/ }

.box-offerta-list .price-box {
  margin-bottom: 5px; }

.searchautocomplete-placeholder ul li .price-box .price-label,
.box-offerta-list .price-box .price-label {
  font-size: 12px;
  text-transform: lowercase;
  font-weight: bold; }

.searchautocomplete-placeholder ul li .price-box .price,
.box-offerta-list .price-box .price {
  font-size: 18px !important; }

.giftvoucher-grid-detail a,
.giftvoucher_grid td:last-child .giftvoucher-grid-detail {
  color: #2AA0C4 !important; }

#inputboxgiftvoucher1 a {
  color: #666 !important; }

.buy-bundle {
  text-align: left; }

.prezzo_vecchio_nuovo.modified .price-from,
.prezzo_vecchio_nuovo.modified .price-top {
  float: left;
  margin-right: 5px; }

.buy-bundle > .price-box {
  float: left;
  margin-top: 10px;
  /*border:solid 1px #ddd;
background: #eee;*/
  padding: 10px 15px;
  border-radius: 6px;
  clear: both; }

/*.buy-bundle { width:502px!important; padding:0!important}*/
.buy-bundle .quantita {
  float: right;
  margin-right: 15px; }

.buy-bundle .price-box {
  float: left;
  margin-top: 15px; }

.buy-bundle .btn.btn-cart {
  margin: 16px 20px 0 0; }

.prezzo_vecchio_nuovo.modified .price-box.modified .price-label {
  color: #666;
  text-transform: lowercase; }

.prezzo_vecchio_nuovo.modified {
  text-transform: lowercase;
  text-align: left; }

.prezzo_vecchio_nuovo.modified.edited {
  background: none;
  border: none; }

.prezzo_vecchio_nuovo.modified.edited .prezzo {
  /*font-size: 22px;*/ }

.prezzo_vecchio_nuovo.modified.edited .prezzo span {
  font-size: 15px; }

.buy-bundle .price-as-configured {
  padding: 0 0 0 !important; }

.buy-bundle .price-as-configured .price-label {
  color: #666;
  font-size: 13px;
  max-width: 85px !important;
  float: left;
  word-wrap: break-word;
  overflow: hidden; }

.buy-bundle .price-as-configured .price {
  font-size: 35px; }

.pager.pager1 {
  color: #333; }

.pager.pager1 .amount {
  float: right; }

.pager.pager1 .limiter {
  float: right;
  margin: 0 0 10px 20px; }

.button.view-detail.modified {
  float: right;
  margin: 0 10px 0 0; }

.bundle-option-select {
  min-height: 30px;
  width: 100%; }

.qty-holder {
  display: block;
  height: 50px !important; }

.multiselect {
  padding: 10px; }

.price-label {
  color: #666; }

.price-box.modified {
  text-align: center; }

.form-list.edited1 {
  margin-bottom: 20px;
  overflow: hidden;
  width: 330px; }

.form-list.edited1 .fields {
  height: auto !important;
  border-bottom: solid 1px #ddd; }

.giftcard_history_table {
  margin-top: 20px;
  border-collapse: collapse;
  color: #fff;
  font-size: 13px; }

.giftcard_history_table thead {
  background: #2AA0C4; }

.giftcard_history_table thead th {
  padding: 5px; }

.giftcard_history_table thead th:first-child {
  border-radius: 5px 0 0 5px; }

.giftcard_history_table thead th:last-child {
  border-radius: 0 5px 5px 0; }

.giftcard_history_table tr td {
  padding: 5px;
  border-bottom: solid 1px #ddd; }

.prezzo_vecchio_nuovo.modified {
  background: #f0f0f0;
  border: 1px solid #ddd;
  border-radius: 5px; }

label.required {
  color: #2AA0C4;
  font-family: "comfortaabold"; }

.box-account.box-info {
  padding: 0 0 0 0; }

.box-account.box-info .box-head h2 {
  color: #333;
  font-size: 18px; }

.product-options .input-box {
  margin-bottom: 20px; }

.product-options .input-box ul.options-list li {
  padding: 5px 0;
  border-bottom: solid 1px #ddd;
  color: #666; }

.product-options .input-box ul.options-list li .price-notice {
  float: right; }

.product-options .input-box ul.options-list li .title {
  float: left; }

.product-options .qty-holder label {
  float: left;
  padding-top: 8px; }

.product-options .qty-holder input {
  padding: 6px 2px !important; }

#giftcard-product-price,
.giftvoucher-product-info .regular-price .price {
  font-size: 20px;
  color: #2496bd; }

.giftvoucher-product-info {
  font-family: "comfortaabold";
  color: #333; }

.giftvoucher-product-info > p {
  padding: 5px 0; }

.giftvoucher-product-info .regular-price {
  color: #333;
  float: right; }

#giftcard_template_select {
  padding: 5px;
  float: right; }

.template-choice {
  overflow: hidden;
  padding: 10px 0;
  border-bottom: solid 1px #ddd; }

.giftvoucher-receiver p label {
  padding: 15px 0 5px;
  display: inline-block;
  font-size: 14px; }

#giftcard-template-left {
  margin-right: 20px; }

#calendar-day_to_send {
  margin-top: 5px; }

.pull-left {
  margin-left: 60px;
  float: left;
  margin-right: -20px; }

.pull-right {
  float: right; }

.center {
  text-align: center; }

#giftvoucher_container dd {
  float: left; }

.promo label,
#giftvoucher_container {
  font-family: "comfortaabold"; }

.promo label {
  margin-bottom: 5px;
  display: inline-block; }

form#gcheckout-onepage-form .foot-table tr td {
  padding: 5px; }

form#gcheckout-onepage-form .foot-table tr td:last-child {
  padding: 5px 23px 5px 0; }

form#gcheckout-onepage-form .foot-table tr:last-child td {
  border-top: solid 1px #ddd; }

.totals #checkout-review-table-wrapper .foot-table {
  border-spacing: 0; }

form#gcheckout-onepage-form .foot-table tr td:first-child {
  width: auto !important; }

.oops {
  padding-top: 60px; }

form#gcheckout-onepage-form .foot-table tr td:first-child {
  text-align: right !important;
  color: #666; }

form#gcheckout-onepage-form .foot-table tr td:last-child {
  text-align: right !important;
  width: 100px; }

#checkout-review-table .a-center {
  text-align: right !important;
  padding-right: 30px !important; }

#checkout-review-table .a-center.one {
  padding-left: 30px !important; }

.glc .checkout-review-table .glc-qtybtn.glc-minus {
  /*margin: 2px 3px 0 0 !important;*/ }

.box-destra-carrello {
  float: right;
  margin-top: -60px; }

.box-destra-carrello .totale-netto {
  clear: both; }

.prezzi-vari-subtotal {
  margin-top: -30px; }

.box-destra-carrello .totals table td,
.box-destra-carrello .totals table th {
  font-family: "comfortaabold";
  font-weight: bold;
  color: #666;
  font-size: 18px;
  text-align: left; }

.box-destra-carrello .totals table .price {
  float: right; }

.link-notice {
  font-size: 13px;
  font-family: "comfortaabold";
  padding: 20px 0 0 10px;
  margin-bottom: 50px;
  color: #666; }

.sharing-table {
  width: 100%; }

.link-notice a {
  color: #1890B5;
  display: block; }

#giftvoucher_grid-gift_code,
#giftvoucher_grid-status {
  width: 67px;
  display: block; }

#giftvoucher_grid-gift_code {
  /*margin-left: 40px;*/
  margin: auto; }

#giftcard-template-show-images {
  height: 0 !important; }

#giftvoucher_grid thead {
  color: #757575; }

#hidden_gift_card_code {
  color: #666 !important; }

.my-account .dati-prodotto {
  clear: both; }

.buy.modified.buy-bundle {
  background: #f0f0f0;
  border: 1px solid #ddd;
  border-radius: 5px;
  padding: 10px;
  margin-top: 45px;
  font-family: "comfortaabold";
  text-align: center; }

.buy.modified.buy-bundle.simple {
  margin-top: 0; }

.product-options .options .required {
  font-family: "comfortaabold";
  color: #1890b5; }

.customer-account-giftcard .balance {
  float: left; }

.form-button.button.addredeem {
  background: none repeat scroll 0 0 #D66D8E !important;
  border-radius: 5px 5px 5px 5px;
  color: #FFFFFF;
  font-size: 13px;
  font-weight: bold;
  margin: 0;
  padding: 6px 7px 7px;
  text-decoration: none;
  text-shadow: 1px 1px 1px #666666; }

.box-head h2 {
  color: #2AA0C4 !important;
  border-bottom: solid 1px #EAE5E4;
  padding: 0 0 5px;
  margin: 0 0 15px !important; }

.page-title h3 {
  font-family: "comfortaabold";
  color: #2AA0C4 !important; }

.form-list.edited1 strong {
  color: #2AA0C4; }

#giftcard_history_table tr td:not(:first-child) span a,
#giftcard_history_table tr td:not(:first-child) span {
  color: #666 !important; }

#checkout-review-table.checkout-review-table tfoot tr td, .checkout-review-table tfoot {
  padding: 10px 0 0;
  font-family: "comfortaabold"; }

#checkout-review-table.checkout-review-table tfoot tr td.a-right small {
  margin-right: -5px; }

#checkout-review-table .last.even .a-right:not(.last) {
  text-align: center !important; }

#checkout-review-table .last.even .a-right:not(.last) .price {
  margin-left: 10px !important; }

#checkout-review-table.checkout-review-table tfoot tr td, .checkout-review-table tfoot tr td * {
  color: #2AA0C4 !important; }

/* TABELLE */
#super-product-table tr,
#giftcard_history_table tr,
#my-orders-table tr,
table.tabella-carrello tr,
table.my-orders-table tr {
  border-radius: 5px !important; }

#super-product-table thead,
#giftcard_history_table thead,
table.tabella-carrello tr,
table.my-orders-table thead tr {
  background: none !important;
  border-radius: 5px !important; }

#super-product-table th,
#giftcard_history_table th,
#my-orders-table th,
table.tabella-carrello tr.header th,
table.my-orders-table thead th {
  background: none repeat scroll 0% 0% #2aa0c4 !important; }

/* END */
.nodisp {
  color: red !important; }

#checkout-review-table tbody td.a-right:not(.last) {
  text-align: center !important; }

.btn-remove {
  cursor: pointer; }

#checkout-review-table .btn-remove {
  padding: 2px 5px 2px 16px; }

.form-list.edited1 .field.custom-field-right {
  margin-right: 0;
  font-weight: normal !important; }

.amount,
.limiter,
#giftvoucher_grid * {
  color: #666; }

.nomargin {
  margin: 25px 0 0 !important; }

#my-reviews-table {
  border-collapse: collapse; }

#my-reviews-table tr th {
  padding: 8px;
  text-align: center; }

#login-form input {
  width: 260px; }

#login-form input,
#billing-new-address-form input {
  padding: 8px 2px; }

#gcheckout-login-link {
  background: #f8f8f8;
  border: 1px solid #dddddd;
  border-radius: 6px; }

#gcheckout-login-link a {
  display: block;
  padding: 12px 15px !important; }

#gcheckout-login-link .login-button-uno {
  color: #D66D8E;
  margin: 0 18px;
  font-size: 16px;
  font-family: 'comfortaabold';
  margin: 0 5px 0 0;
  text-decoration: none; }

#gcheckout-login-link .login-button-due {
  color: #2aa0c4;
  margin: 0 18px;
  font-size: 16px;
  font-family: 'comfortaabold';
  margin: 0;
  text-decoration: none; }

.glc-login-and-paypal #gcheckout-login-link, .glc-login-and-paypal .gs-login-checkout {
  padding: 0 0; }

li.message {
  display: none; }

.totals.custom-totals {
  overflow: hidden; }

.lightcheckout-discount-form label {
  display: block;
  text-transform: capitalize;
  color: #D66D8E;
  font-family: "comfortaabold";
  margin: 0 3px 4px 0 !important; }

.discount-bottom #coupon_code {
  height: 20px; }

.lightcheckout-discount-form #giftcard_placeholder {
  height: 20px;
  width: 197px; }

.discount-bottom input {
  width: 196px !important; }

.discount-bottom .discount.edited {
  margin-left: 10px; }

.discount-bottom #giftvoucher_container #giftcard_shoppingcart_apply {
  margin-left: 10px; }

.checkout-cart-index #giftcard_shoppingcart_apply button {
  width: auto !important;
  position: absolute;
  right: -91px;
  bottom: 5px; }

#discount-giftcard-form .discount {
  position: relative; }

#discount-giftcard-form .giftvoucher-discount-code label {
  float: right !important; }

.giftvoucher-discount-code img:last-child {
  float: left;
  margin: 12px 0 0 0 !important; }

#discount-giftcard-form .giftvoucher-discount-code .ajax-loader {
  float: right !important;
  margin: 2px 0 0 4px !important; }

.discount-bottom .giftvoucher label {
  font-size: 13px !important; }

#sender_options .fields {
  overflow: hidden; }

.fieldset .form-list .fields > div {
  height: auto !important; }

.wide textarea {
  margin-top: 3px;
  width: 552px; }

.form-list {
  /*overflow: hidden;*/ }

#form-gift-sharing .form-list {
  overflow: initial; }

#product_sendtofriend_form .fieldset {
  height: auto !important; }

.price-as-configured .price-label {
  display: none; }

#super-product-table tr td .prezzo span {
  color: inherit;
  font-weight: inherit; }

#super-product-table th:first-child {
  border-radius: 5px 0 0 5px; }

#super-product-table .a-center {
  border-radius: 0 5px 5px 0; }

.prezzo_vecchio_nuovo.modified.edited {
  width: 60%; }

.inner .prezzo_vecchio_nuovo.modified.edited {
  width: 35%;
  text-align: center;
  font-family: Arial, sans-serif;
  position: relative; }

#product_sendtofriend_form .back-link a {
  float: left; }

#product_sendtofriend_form .button {
  float: right; }

#product_sendtofriend_form .buttons-set {
  width: 576px; }

.removemail {
  clear: both; }

#checkout-review-submit .placeorder {
  font-size: 15px;
  font-weight: bold;
  margin: 15px 15px 0 0;
  font-weight: normal;
  padding: 10px; }

.giftcard-logo {
  display: none; }

.close {
  top: -15px;
  right: -15px;
  position: absolute;
  width: 30px;
  height: 30px;
  background: transparent url("https://www.babypromo.it/skin/frontend/storebaby/default/css/fancybox/fancybox.png") -40px 0px;
  z-index: 999;
  cursor: pointer; }

.giftvoucher-receiver label {
  color: #1890B5; }

#my-events-table thead tr {
  line-height: 25px;
  height: 25px; }

.colorlink {
  color: #1890B5;
  border-radius: 5px;
  padding: 5px;
  float: left;
  margin: 5px 0;
  width: 550px;
  background-color: #FFFFFF;
  border: 1px solid #DDDDDD; }

a#copy {
  color: #fff;
  float: left;
  margin: 5px; }

.sharing-table {
  height: 200px; }

.sharing-table textarea {
  width: 300px; }

.sharing-list {
  height: 150px; }

#product_comparison {
  border-collapse: collapse; }

#product_comparison tr th {
  border-color: #3DB2D5; }

#product_comparison .add-to-row p,
#product_comparison .prezzo {
  text-align: center; }

p.no-rating a,
.cod,
.giftvoucher-product-info {
  color: #666 !important; }

#gcheckout-login-form input {
  height: 34px; }

#coupon_code,
#giftvoucher_code {
  width: 224px;
  color: #aaa; }

#product_comparison td .btn-buy span {
  color: #fff;
  cursor: pointer; }

.control.control-terms,
.control.control-subscribe {
  width: 250px;
  text-align: left;
  float: left;
  clear: both;
  margin-left: 20px; }

#shipping-new-address-form input {
  padding: 8px 2px; }

.formatted {
  font-family: "comfortaabold"; }

.placeorder {
  background: #D66D8E !important; }

#checkout-review-table .light-chechout-remove-td {
  width: 250px; }

#checkout-review-table .qty {
  margin-top: 19px;
  float: none !important; }

#checkout-review-table .glc-qtybtn.glc-minus {
  margin-top: -10px; }

#checkout-review-table tr th:nth-child(3) {
  padding-right: 75px !important; }

#gcheckout-forgot-form input {
  height: 34px; }

#my-gifts-table tr th:first-child {
  border-radius: 5px 0 0 5px; }

#my-gifts-table tr th:last-child {
  border-radius: 0 5px 5px 0; }

.btn-back {
  background: none repeat scroll 0 0 #D66D8E;
  border: none; }

.btn-back:hover {
  background: #D66D8E !important; }

.btn-share {
  margin: 30px 10px 0 0; }

#checkout-review-submit .placeorder {
  border: solid 1px #b8486c;
  cursor: pointer; }

#checkout-review-submit .placeorder span {
  display: block;
  line-height: 1.8em; }

#checkout-review-submit .placeorder span span {
  text-transform: uppercase;
  font-weight: bold; }

#checkout-review-submit .placeorder span span i {
  font-size: 1.8em;
  margin-left: 18px; }

#gcheckout-forgot-wrapper h2,
#gcheckout-login-wrapper h2 {
  color: #2AA0C4 !important; }

#gcheckout-login-link.glc-login-link .login-button:hover {
  text-decoration: none !important; }

i.fa.fa-user.grey-icon {
  color: #666; }

#checkout-review-table .a-right:not(.last) {
  width: 250px;
  text-align: right !important; }

#checkout-review-table .a-right:not(.last) .cart-price {
  float: right; }

#checkout-review-table .light-chechout-remove-td {
  width: auto !important; }

#checkout-review-table .btn-remove {
  float: left; }

#checkout-review-table-wrapper .price {
  margin: 0 5px; }

.message-sent {
  color: #666;
  font-family: "comfortaabold";
  margin: 20px 0 10px;
  text-align: left;
  padding: 5px 10px;
  border: solid 1px #DDD;
  background: #F9F9F9;
  border-radius: 5px;
  font-size: 14px; }

.glc .customer-comment label.comments-label {
  font-family: "comfortaabold";
  color: #D66D8E;
  margin-top: 20px;
  font-size: 13px;
  clear: both; }

#checkout-review-table-wrapper .foot-table .totals-body td {
  text-align: right !important; }

#my-orders-table tfoot tr td {
  text-align: right; }

#helpdesk-ticket-form .button-set .button.right {
  margin-top: 10px; }

.address-form .field .input-box .input-text {
  width: 255px; }

.address-form .field .input-box select#country {
  width: 260px; }

#fblike {
  float: right; }

#product-review-table thead {
  display: none; }

.account-create .form-list input.input-text {
  height: 26px;
  width: 250px; }

.account-create .buttons-set p {
  padding: 0 0 10px; }

.account-create .buttons-set .back-link a {
  padding: 8px 25px; }

.form-list li.fields:last-child .field:last-child {
  margin-left: 10px; }

#register-customer-password .field:last-child {
  margin-left: 0; }

.camera_prev {
  background: url("https://www.babypromo.it/skin/frontend/storebaby/default/images/arrow_sx.png") no-repeat !important; }

.camera_prev span {
  background: none !important; }

.camera_next {
  background: url("https://www.babypromo.it/skin/frontend/storebaby/default/images/arrow_dx.png") no-repeat !important; }

.camera_next span {
  background: none !important; }

.camera_wrap img {
  border-radius: 8px; }

.customer-account-forgotpassword p {
  color: #666666;
  font-size: 14px;
  padding: 0 0 8px; }

.customer-account-forgotpassword label {
  margin: 0 0 4px !important; }

.customer-account-forgotpassword .form-list input.input-text {
  width: 210px !important;
  padding: 6px 4px !important; }

.customer-account-forgotpassword .back-link {
  float: left;
  overflow: auto; }

.customer-account-forgotpassword .back-link a {
  text-transform: capitalize !important; }

.customer-account-forgotpassword #form-validate .button {
  background: #2aa0c4;
  border: none;
  border-radius: 5px;
  color: #ffffff;
  float: right;
  font-size: 15px;
  font-weight: bold;
  height: auto;
  padding: 6px 25px;
  text-decoration: none;
  text-shadow: 1px 1px 1px #666666;
  cursor: pointer;
  font-family: "comfortaabold"; }

.customer-account-forgotpassword #form-validate .button:hover {
  background: #2496bd; }

.block-subscribe input {
  width: 90% !important;
  max-width: 400px !important; }

.catalog-product-compare-index span.nobr {
  color: #fff; }

.contacts-index-index form {
  display: block !important;
  /*width:735px*/ }

.contacts-index-index #contactForm {
  display: block !important;
  width: 735px; }

.contacts-index-index .form-list label {
  color: #2aa0c4;
  font-family: "comfortaabold"; }

.contacts-index-index .form-list input.input-text {
  padding: 6px 2px !important; }

.contacts-index-index .fields .field {
  margin: 0 30px 20px 0 !important; }

.contacts-index-index #department_id {
  width: 617px !important; }

.contacts-index-index .wide textarea {
  width: 604px !important;
  height: 100px; }

.contacts-index-index .button {
  background: #2ba0c3;
  border: none;
  border-radius: 6px;
  color: #ffffff;
  cursor: pointer;
  float: right;
  font-family: "comfortaabold";
  font-size: 16px;
  font-weight: bold;
  height: 36px;
  padding: 4px 2px 4px 0;
  text-shadow: 1px 1px 1px #333333;
  width: 140px; }

.contacts-index-index .edited1.buttons-set {
  margin: 13px 113px 0 0 !important; }

.contacts-index-index .buttons-set p.required {
  text-align: left; }

/* 20141218 */
#cart_info_details {
  position: fixed;
  left: 50%;
  margin-left: 150px;
  z-index: 99999;
  display: block; }

#cart_info_details td td {
  border: none; }

#cart_info_details ._prova-tab .iscroll {
  overflow-y: auto;
  max-height: 50vh; }

#cart_info_details > div {
  position: relative; }

.gomage-checkout-onepage-index #checkout-review-table-wrapper .last .price {
  color: #d66d8e; }

#facebook_btn {
  margin-left: 10px !important; }

#twitter_btn {
  margin-left: 180px !important;
  margin-top: -64px !important; }

#amshopby-price-btn .form-button .button:hover {
  background: url("https://www.babypromo.it/skin/frontend/images/mirasvit/search.png") no-repeat center center !important;
  background-color: none !important; }

#order-info-tabs li {
  float: left;
  display: inline-block;
  border-right: 1px solid #ddd;
  padding: 0 10px;
  width: auto !important; }

#order-info-tabs li a {
  color: #C43F6C;
  font-size: 12px;
  margin: 0;
  font-weight: bold; }

@media (max-width: 768px) {
  .visible-mobile {
    display: block !important; }
  .hidden-mobile {
    display: none !important; } }

@media (min-width: 768px) {
  .visible-desktop {
    display: block !important; }
  .hidden-desktop {
    display: none !important; } }

.sales-order-shipment .data-table th,
.sales-order-invoice .data-table th {
  color: #FFFFFF;
  font-size: 13px;
  margin: 10px 0;
  width: 135px;
  text-align: center;
  background: #2aa0c4;
  padding: 4px 0; }

.sales-order-shipment .data-table,
.sales-order-invoice .data-table {
  border-collapse: collapse !important;
  border-spacing: 0 !important;
  margin: 24px 0 !important;
  overflow: auto !important;
  width: 635px !important; }

.sales-order-shipment .data-table tr,
.sales-order-invoice .data-table tr {
  width: 100% !important;
  height: auto;
  background: none !important; }

.sales-order-shipment .data-table .first,
.sales-order-invoice .data-table .first {
  /*background:#2AA0C4*/
  padding: 0 !important;
  margin: 0; }

.sales-order-shipment .data-table .odd,
.sales-order-invoice .data-table .odd {
  background: #fff !important;
  padding: 10px 0 !important;
  margin: 0; }

.sales-order-shipment .data-table .odd tr,
.sales-order-invoice .data-table .odd tr {
  background: #fff !important;
  padding: 10px 0 !important;
  margin: 0; }

.sales-order-shipment .data-table .even,
.sales-order-invoice .data-table .even {
  /*background:#f8f8f8!important;*/
  padding: 10px 0 !important;
  margin: 0; }

.sales-order-shipment .data-table .price,
.sales-order-invoice .data-table .price {
  display: block;
  width: 72px; }

.sales-order-shipment .data-table td,
.sales-order-invoice .data-table td {
  width: 135px;
  text-align: center;
  font-size: 13px;
  padding: 4px 0; }

.sales-order-shipment .data-table td br,
.sales-order-invoice .data-table td br {
  display: none; }

.sales-order-shipment .data-table .price,
.sales-order-invoice .data-table .price {
  width: auto !important; }

.sales-order-shipment .data-table .product-name,
.sales-order-invoice .data-table .product-name {
  font-size: 13px !important; }

.sales-order-shipment .data-table .subtotal,
.sales-order-invoice .data-table .subtotal {
  background: none !important;
  border-bottom: none !important; }

.sales-order-shipment .data-table .shipping,
.sales-order-invoice .data-table .shipping {
  background: none !important;
  border-bottom: none !important; }

.sales-order-shipment .data-table .grand_total,
.sales-order-invoice .data-table .grand_total {
  border-radius: 0;
  border-bottom: none !important;
  padding: 5px 0 0; }

.sales-order-shipment .data-table .subtotal.first > td,
.sales-order-invoice .data-table .subtotal.first > td {
  color: #2aa0c4; }

.sales-order-shipment .data-table .shipping > td,
.sales-order-invoice .data-table .shipping > td {
  color: #2aa0c4; }

.sales-order-shipment .data-table tr td,
.sales-order-invoice .data-table tr td {
  color: #666666;
  font-size: 12px; }

.sales-order-shipment .data-table,
.sales-order-invoice .data-table {
  *border-collapse: collapse;
  /* IE7 and lower */
  border-spacing: 0;
  margin: 24px 0;
  width: 680px;
  overflow: auto;
  text-align: left; }

.sales-order-shipment .data-table tr,
.sales-order-invoice .data-table tr {
  margin: 5px 0;
  padding: 0 0 10px; }

.sales-order-shipment .data-table thead tr,
.sales-order-invoice .data-table thead tr {
  color: white;
  font-size: 12px; }

.sales-order-shipment .data-table tbody tr div,
.sales-order-invoice .data-table tbody tr div {
  margin-top: 5px;
  font-size: 10px; }

.sales-order-shipment .data-table tbody tr div a,
.sales-order-invoice .data-table tbody tr div a {
  color: #666; }

.sales-order-shipment .data-table .grand_total td:first-child,
.sales-order-invoice .data-table .grand_total td:first-child {
  -webkit-border-top-left-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-bottomleft: 5px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px; }

.sales-order-shipment .data-table .grand_total td:last-child,
.sales-order-invoice .data-table .grand_total td:last-child {
  -webkit-border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -moz-border-radius-topright: 5px;
  -moz-border-radius-bottomright: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px; }

.sales-order-shipment .data-table tr th:first-child,
.sales-order-invoice .data-table tr th:first-child {
  -webkit-border-top-left-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-bottomleft: 5px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px; }

.sales-order-shipment .data-table tr th:last-child,
.sales-order-invoice .data-table tr th:last-child {
  -webkit-border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -moz-border-radius-topright: 5px;
  -moz-border-radius-bottomright: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px; }

.sales-order-invoice .box-title > h2 {
  color: #2AA0C4 !important;
  font-size: 20px !important;
  margin: 10px 0 4px 12px !important; }

.sales-order-invoice address {
  color: #555555;
  font-size: 13px;
  font-weight: bold;
  margin: 10px; }

.sales-order-invoice #colonna-destra li.current {
  color: #2AA0C4;
  background: none;
  margin: 0 0 0 9px;
  float: none;
  font-size: 18px;
  font-family: 'comfortaabold'; }

.sales-order-invoice .table-caption {
  color: #DDA7BF;
  font-family: 'comfortaabold';
  font-size: 20px;
  margin: 15px 0; }

.sales-order-invoice .data-table tr {
  padding: 0 5px 5px;
  font-size: 15px; }

.sales-order-invoice .a-right > strong {
  font-size: 20px;
  color: #2AA0C4; }

.sales-order-invoice .link-reorder {
  color: #C43F6C;
  font-size: 12px;
  margin: 0 0 0 15px; }

.sales-order-invoice .link-print {
  color: #C43F6C;
  font-size: 12px; }

.sales-order-invoice .order-info {
  overflow: hidden; }

.sales-order-invoice .order-info dt {
  color: #555555;
  font-size: 16px;
  font-weight: bold;
  margin: 15px 0 5px 10px; }

.sales-order-invoice .order-date {
  font-size: 13px;
  font-weight: bold;
  margin: 20px 0 5px 10px;
  clear: both; }

.sales-order-creditmemo .data-table thead tr {
  background: none !important; }

.sales-order-creditmemo .data-table th {
  color: #FFFFFF;
  font-size: 13px;
  margin: 10px 0;
  width: 135px;
  text-align: center;
  background: none repeat scroll 0% 0% #2AA0C4;
  padding: 4px 0; }

.sales-order-creditmemo .data-table th:first-child {
  border-radius: 4px 0 0 4px; }

.sales-order-creditmemo .data-table {
  border-collapse: collapse !important;
  border-spacing: 0 !important;
  margin: 24px 0 !important;
  overflow: auto !important;
  width: 680px !important; }

.sales-order-creditmemo .data-table tr {
  width: 100% !important;
  height: auto; }

.sales-order-creditmemo .data-table .first {
  /*background:#2AA0C4*/
  padding: 0 !important;
  margin: 0; }

.sales-order-creditmemo .data-table .odd {
  background: #fff !important;
  padding: 10px 0 !important;
  margin: 0; }

.sales-order-creditmemo .data-table .odd tr {
  background: #fff !important;
  padding: 10px 0 !important;
  margin: 0; }

.sales-order-creditmemo .data-table .even {
  /*background:#f8f8f8!important;*/
  padding: 10px 0 !important;
  margin: 0; }

.sales-order-creditmemo .data-table .price {
  display: block;
  width: 72px; }

.sales-order-creditmemo .data-table td {
  width: 135px;
  text-align: center;
  font-size: 13px;
  padding: 4px 0; }

.sales-order-creditmemo .data-table td br {
  display: none; }

.sales-order-creditmemo .data-table .price {
  width: auto !important; }

.sales-order-creditmemo .data-table .product-name {
  font-size: 13px !important; }

.sales-order-creditmemo .data-table .subtotal {
  background: none !important;
  border-bottom: none !important; }

.sales-order-creditmemo .data-table .shipping {
  background: none !important;
  border-bottom: none !important; }

.sales-order-creditmemo .data-table .grand_total {
  border-radius: 0;
  border-bottom: none !important;
  padding: 5px 0 0; }

.sales-order-creditmemo .data-table .subtotal.first > td {
  color: #2aa0c4; }

.sales-order-creditmemo .data-table .shipping > td {
  color: #2aa0c4; }

.sales-order-creditmemo .data-table tr td {
  color: #666666;
  font-size: 12px; }

.sales-order-creditmemo .data-table {
  *border-collapse: collapse;
  /* IE7 and lower */
  border-spacing: 0;
  margin: 24px 0;
  width: 680px;
  overflow: auto;
  text-align: left; }

.sales-order-creditmemo .data-table tr {
  margin: 5px 0;
  padding: 0 0 10px; }

.sales-order-creditmemo .data-table thead tr {
  background: #2AA0C4;
  color: white;
  font-size: 12px; }

.sales-order-creditmemo .data-table tbody tr div {
  margin-top: 5px;
  font-size: 10px; }

.sales-order-creditmemo .data-table tbody tr div a {
  color: #666; }

.sales-order-creditmemo .data-table .grand_total td:first-child {
  -webkit-border-top-left-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-bottomleft: 5px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px; }

.sales-order-creditmemo .data-table .grand_total td:last-child {
  -webkit-border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -moz-border-radius-topright: 5px;
  -moz-border-radius-bottomright: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px; }

.sales-order-creditmemo .data-table tr th:first-child {
  -webkit-border-top-left-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-bottomleft: 5px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px; }

.sales-order-creditmemo .data-table tr th:last-child {
  -webkit-border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -moz-border-radius-topright: 5px;
  -moz-border-radius-bottomright: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px; }

.sales-order-creditmemo .box-title > h2 {
  color: #2AA0C4 !important;
  font-size: 20px !important;
  margin: 10px 0 4px 12px !important; }

.sales-order-creditmemo address {
  color: #555555;
  font-size: 13px;
  font-weight: bold;
  margin: 10px; }

.sales-order-creditmemo #colonna-destra li.current {
  color: #2AA0C4;
  background: none;
  margin: 0 0 0 9px;
  float: none;
  font-size: 18px;
  font-family: 'comfortaabold'; }

.sales-order-creditmemo .table-caption {
  color: #DDA7BF;
  font-family: 'comfortaabold';
  font-size: 20px;
  margin: 15px 0; }

.sales-order-creditmemo .data-table tr {
  padding: 0 5px 5px;
  font-size: 15px; }

.sales-order-creditmemo .a-right > strong {
  font-size: 20px;
  color: #2AA0C4; }

.sales-order-creditmemo .link-reorder {
  color: #C43F6C;
  font-size: 12px;
  margin: 0 0 0 15px; }

.sales-order-creditmemo .link-print {
  color: #C43F6C;
  font-size: 12px; }

.sales-order-creditmemo .order-info {
  overflow: hidden; }

.sales-order-creditmemo .order-info dt {
  color: #555555;
  font-size: 16px;
  font-weight: bold;
  margin: 15px 0 5px 10px; }

.sales-order-creditmemo .order-date {
  font-size: 13px;
  font-weight: bold;
  margin: 20px 0 5px 10px;
  clear: both; }

/* 19/02/2015 */
.sales-order-invoice .box-title > h2 {
  color: #2AA0C4 !important;
  font-size: 20px !important;
  margin: 10px 0 4px 12px !important; }

.sales-order-invoice address {
  color: #555555;
  font-size: 13px;
  font-style: normal !important;
  font-weight: bold; }

.sales-order-creditmemo .box-title > h2 {
  color: #2AA0C4 !important;
  font-size: 20px !important;
  margin: 10px 0 4px 12px !important; }

.sales-order-creditmemo address {
  color: #555555;
  font-size: 13px;
  font-style: normal !important;
  font-weight: bold; }

.col2-set .col-2.addresses-additional {
  margin: 0 0 20px 0;
  overflow: initial;
  width: 310px; }

.box-title {
  height: 30px; }

.col2-set .box .box-content .col-1 {
  width: 290px; }

.col2-set .col-2 {
  margin: 0 0 0 40px; }

#colonna-destra li.current {
  color: #2AA0C4 !important;
  background: none !important;
  margin: 6px 0 0 0 !important;
  float: none !important;
  padding: 0 10px !important;
  font-size: 12px !important;
  font-family: 'arial' !important; }

.sales-order-invoice .order-info {
  overflow: initial; }

.sales-order-creditmemo address,
.sales-order-invoice address,
.sales-order-view address {
  margin: 0 10px; }

.order-items.order-details {
  margin-left: 10px; }

.order-items.order-details .order-links {
  display: none; }

.sales-order-shipment .link-reorder {
  color: #C43F6C;
  font-size: 12px;
  margin: 0 0 0 15px; }

.sales-order-shipment .link-print {
  color: #C43F6C;
  font-size: 12px; }

.sales-order-shipment .page-title.title-buttons h1 + .link-print {
  margin: 0 0 0 15px; }

.sales-order-shipment .order-info dt {
  color: #555555;
  font-size: 16px;
  font-weight: bold;
  margin: 15px 0 5px 10px; }

.sales-order-shipment .order-date {
  font-size: 13px;
  font-weight: bold;
  margin: 20px 0 5px 10px;
  clear: both; }

.sales-order-creditmemo address, .sales-order-shipment address, .sales-order-view address {
  margin: 0 10px; }

.sales-order-shipment address {
  color: #555555;
  font-size: 13px;
  font-style: normal !important;
  font-weight: bold; }

.sales-order-shipment .box-title > h2 {
  color: #2AA0C4 !important;
  font-size: 20px !important;
  margin: 10px 0 4px 12px !important; }

.sales-order-shipment .table-caption {
  color: #DDA7BF;
  font-family: 'comfortaabold';
  font-size: 20px;
  margin: 15px 0; }

#order-info-tabs {
  overflow: hidden; }

#colonna-destra #order-info-tabs li {
  float: left !important; }

#colonna-destra li.current {
  float: left !important; }

#order-info-tabs .last {
  border: none; }

.blank_td {
  display: none; }

.sales-order-creditmemo .blank_td {
  display: table-cell; }

.removegift {
  font-size: 12px !important;
  text-decoration: none;
  border: 1px solid;
  border-radius: 4px;
  padding: 1px 4px;
  color: #D66D8E !important; }

#bg-content {
  margin: 0;
  z-index: -1;
  top: 46px;
  position: absolute;
  width: 100%;
  text-align: center;
  max-width: 100vw;
  overflow: hidden; }

#bg-content > * {
  margin-left: auto;
  margin-right: auto; }

.submenu-block-handler {
  display: none !important; }

@media all and (min-width: 768px) {
  .submenu-block-handler {
    display: block !important;
    float: right;
    max-width: 50%; } }

@media all and (max-width: 768px) {
  #cart-view-pre-content,
  #catalog-view-pre-content,
  #catalog-sidebar,
  #home-footer-content,
  #home-pre-content,
  .custom-banner-block,
  #bg-content {
    display: none; } }

.searchautocomplete {
  background: none; }

.searchautocomplete .searchautocomplete-placeholder .index-title {
  border-bottom: 1px solid #cccccc;
  color: #3db2d5;
  font-family: comfortaabold;
  font-size: 15px;
  font-weight: bold;
  padding: 2px 5px;
  text-align: right; }

/* 20150706 */
.cms-index-index .box-offerta {
  min-height: 240px !important; }

.submenu-block-handler img {
  /*border: solid 1px #ddd; border-radius: 5px; width: 100%;*/ }

@media (min-width: 768px) and (max-width: 1440px) {
  #menu-principale > ul > li > a {
    padding: 15px 11px !important; } }

@media (min-width: 768px) and (max-width: 913px) {
  #menu-principale > ul > li > a {
    font-size: 12px !important; } }

/* 20151009 */
.link-category {
  min-height: 20px;
  height: auto !important; }

.button.not-sealable,
.button.not-salable,
.button-prezzo.not-sealable,
.button-prezzo.not-salable,
.btn-buy.not-sealable,
.btn-buy.not-salable {
  background: -webkit-linear-gradient(top, #F992B6 0%, #DB7F9F 100%) !important;
  background: -moz-linear-gradient(top, #F992B6 0%, #DB7F9F 100%) !important;
  background: linear-gradient(top, #F992B6 0%, #DB7F9F 100%) !important;
  padding: 4px 10px 6px 10px;
  border-color: #c43f6c !important; }

.btn-buy.not-sealable:hover,
.btn-buy.not-salable:hover {
  background: #D66D8E; }

.btn.btn-cart.not-sealable,
.btn.btn-cart.not-salable {
  /**/
  background: -webkit-linear-gradient(top, #F992B6 0%, #DB7F9F 100%);
  background: -moz-linear-gradient(top, #F992B6 0%, #DB7F9F 100%);
  background: linear-gradient(top, #F992B6 0%, #DB7F9F 100%);
  padding: 6px 10px 0 10px;
  border-color: #c43f6c !important; }

.btn.btn-cart.not-sealable,
.btn.btn-cart.not-salable {
  background: #D66D8E !important; }

@-webkit-keyframes flash {
  0%, 50%, 100% {
    opacity: 1; }
  25%, 75% {
    opacity: 0; } }

@keyframes flash {
  0%, 50%, 100% {
    opacity: 1; }
  25%, 75% {
    opacity: 0; } }

.delivery.loading {
  -webkit-animation-name: flash;
  animation-name: flash;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite; }

.delivery .disp25 {
  color: #e46708 !important; }

.delivery .dispUnknown {
  color: #666 !important; }

.delivery .disp {
  color: #57a925 !important; }

#gift-reg-add_selected_to_cart:disabled,
.disabled-opacity {
  opacity: .5;
  cursor: not-allowed; }

.grouped-list-item {
  font-weight: bold;
  color: #666; }

.grouped-list-item a {
  text-decoration: none;
  color: #1890b5; }

.grouped-list-item img {
  float: left;
  margin-right: 10px; }

.grouped-list-item .delivery {
  margin-top: .25em;
  font-size: 12px; }

.grouped-list-item .price {
  color: #D66D8E; }

.cart-item-options dt {
  font-weight: bold;
  display: block;
  color: #1890b5;
  margin-top: .25em; }

.cart-item-options dd {
  display: block; }

.cart-item-options dd .item {
  position: relative;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-right: 15%; }

.cart-item-options .price {
  font-weight: bold;
  /*display: block;*/
  display: none;
  float: right;
  position: absolute;
  top: 0;
  right: 0;
  width: 15%;
  text-align: right; }

.catalog-product-view .prezzo_vecchio_nuovo.modified.edited .prezzo {
  margin-top: .35em; }

/*-----------------------------------*\

  $TOAST-GRID

  An insane grid.
  You'd be mad to use it.

  Usage
  =====

  Assuming default values:

  <div class="grid">
    <div class="grid__col grid__col--1-of-2">
      A half-width column.
    </div>
    <div class="grid__col grid__col--1-of-4 grid__col--pull-1-of-4">
      A quarter, pulled left by its own width. You get this, right?
    </div>
  </div>


  Customisation
  =============

  $toast-grid-namespace and $toast-grid-column-namespace
  adjusts the class names for the grid. With
  default values, grid wrappers have a class
  of '.grid' and columns '.grid__col'.

  $toast-col-groups(n) adjusts column divisions.
  For example, $toast-col-groups(12) will produce
  a 12-column grid. $col-groups(3,6,8)
  will produce a 3-, 6-, and 8-column grid.

  $toast-gutter-width is—you guessed it—the gutter
  width. Accepts any unit.

  That's it. Have fun.

\*-----------------------------------*/
img {
  max-width: 100%; }

.grid {
  list-style: none;
  margin-left: -13px; }

.grid img {
  max-width: 100%;
  height: auto;
  margin: 0;
  padding: 0; }

.grid__col--2-of-2, .grid__col--3-of-3, .grid__col--4-of-4, .grid__col--5-of-5, .grid__col--6-of-6, .grid__col--8-of-8, .grid__col--12-of-12 {
  width: 100%; }

.grid__col--1-of-2, .grid__col--2-of-4, .grid__col--3-of-6, .grid__col--4-of-8, .grid__col--6-of-12 {
  width: 50%; }

.grid__col--1-of-3, .grid__col--2-of-6, .grid__col--4-of-12 {
  width: 33.33333%; }

.grid__col--2-of-3, .grid__col--4-of-6, .grid__col--8-of-12 {
  width: 66.66667%; }

.grid__col--1-of-4, .grid__col--2-of-8, .grid__col--3-of-12 {
  width: 25%; }

.grid__col--3-of-4, .grid__col--6-of-8, .grid__col--9-of-12 {
  width: 75%; }

.grid__col--push-2-of-2, .grid__col--push-3-of-3, .grid__col--push-4-of-4, .grid__col--push-5-of-5, .grid__col--push-6-of-6, .grid__col--push-8-of-8, .grid__col--push-12-of-12 {
  margin-left: 100%; }

.grid__col--push-1-of-2, .grid__col--push-2-of-4, .grid__col--push-3-of-6, .grid__col--push-4-of-8, .grid__col--push-6-of-12 {
  margin-left: 50%; }

.grid__col--push-1-of-3, .grid__col--push-2-of-6, .grid__col--push-4-of-12 {
  margin-left: 33.33333%; }

.grid__col--push-2-of-3, .grid__col--push-4-of-6, .grid__col--push-8-of-12 {
  margin-left: 66.66667%; }

.grid__col--push-1-of-4, .grid__col--push-2-of-8, .grid__col--push-3-of-12 {
  margin-left: 25%; }

.grid__col--push-3-of-4, .grid__col--push-6-of-8, .grid__col--push-9-of-12 {
  margin-left: 75%; }

.grid__col--pull-2-of-2, .grid__col--pull-3-of-3, .grid__col--pull-4-of-4, .grid__col--pull-5-of-5, .grid__col--pull-6-of-6, .grid__col--pull-8-of-8, .grid__col--pull-12-of-12 {
  margin-left: -100%; }

.grid__col--pull-1-of-2, .grid__col--pull-2-of-4, .grid__col--pull-3-of-6, .grid__col--pull-4-of-8, .grid__col--pull-6-of-12 {
  margin-left: -50%; }

.grid__col--pull-1-of-3, .grid__col--pull-2-of-6, .grid__col--pull-4-of-12 {
  margin-left: -33.33333%; }

.grid__col--pull-2-of-3, .grid__col--pull-4-of-6, .grid__col--pull-8-of-12 {
  margin-left: -66.66667%; }

.grid__col--pull-1-of-4, .grid__col--pull-2-of-8, .grid__col--pull-3-of-12 {
  margin-left: -25%; }

.grid__col--pull-3-of-4, .grid__col--pull-6-of-8, .grid__col--pull-9-of-12 {
  margin-left: -75%; }

.grid__col--1-of-5 {
  width: 20%; }

.grid__col--push-1-of-5 {
  margin-left: 20%; }

.grid__col--pull-1-of-5 {
  margin-left: -20%; }

.grid__col--2-of-5 {
  width: 40%; }

.grid__col--push-2-of-5 {
  margin-left: 40%; }

.grid__col--pull-2-of-5 {
  margin-left: -40%; }

.grid__col--3-of-5 {
  width: 60%; }

.grid__col--push-3-of-5 {
  margin-left: 60%; }

.grid__col--pull-3-of-5 {
  margin-left: -60%; }

.grid__col--4-of-5 {
  width: 80%; }

.grid__col--push-4-of-5 {
  margin-left: 80%; }

.grid__col--pull-4-of-5 {
  margin-left: -80%; }

.grid__col--1-of-6 {
  width: 16.66667%; }

.grid__col--push-1-of-6 {
  margin-left: 16.66667%; }

.grid__col--pull-1-of-6 {
  margin-left: -16.66667%; }

.grid__col--5-of-6 {
  width: 83.33333%; }

.grid__col--push-5-of-6 {
  margin-left: 83.33333%; }

.grid__col--pull-5-of-6 {
  margin-left: -83.33333%; }

.grid__col--1-of-8 {
  width: 12.5%; }

.grid__col--push-1-of-8 {
  margin-left: 12.5%; }

.grid__col--pull-1-of-8 {
  margin-left: -12.5%; }

.grid__col--3-of-8 {
  width: 37.5%; }

.grid__col--push-3-of-8 {
  margin-left: 37.5%; }

.grid__col--pull-3-of-8 {
  margin-left: -37.5%; }

.grid__col--5-of-8 {
  width: 62.5%; }

.grid__col--push-5-of-8 {
  margin-left: 62.5%; }

.grid__col--pull-5-of-8 {
  margin-left: -62.5%; }

.grid__col--7-of-8 {
  width: 87.5%; }

.grid__col--push-7-of-8 {
  margin-left: 87.5%; }

.grid__col--pull-7-of-8 {
  margin-left: -87.5%; }

.grid__col--1-of-12 {
  width: 8.33333%; }

.grid__col--push-1-of-12 {
  margin-left: 8.33333%; }

.grid__col--pull-1-of-12 {
  margin-left: -8.33333%; }

.grid__col--2-of-12 {
  width: 16.66667%; }

.grid__col--push-2-of-12 {
  margin-left: 16.66667%; }

.grid__col--pull-2-of-12 {
  margin-left: -16.66667%; }

.grid__col--5-of-12 {
  width: 41.66667%; }

.grid__col--push-5-of-12 {
  margin-left: 41.66667%; }

.grid__col--pull-5-of-12 {
  margin-left: -41.66667%; }

.grid__col--7-of-12 {
  width: 58.33333%; }

.grid__col--push-7-of-12 {
  margin-left: 58.33333%; }

.grid__col--pull-7-of-12 {
  margin-left: -58.33333%; }

.grid__col--10-of-12 {
  width: 83.33333%; }

.grid__col--push-10-of-12 {
  margin-left: 83.33333%; }

.grid__col--pull-10-of-12 {
  margin-left: -83.33333%; }

.grid__col--11-of-12 {
  width: 91.66667%; }

.grid__col--push-11-of-12 {
  margin-left: 91.66667%; }

.grid__col--pull-11-of-12 {
  margin-left: -91.66667%; }

.grid__col {
  box-sizing: border-box;
  display: inline-block;
  margin-right: -.25em;
  min-height: 1px;
  padding-left: 20px;
  vertical-align: top; }

@media (max-width: 700px) {
  .grid__col {
    display: block;
    margin-left: 0;
    margin-right: 0;
    width: auto; } }

@media (max-width: 700px) and (min-width: 480px) {
  .grid__col[class*="grid__col--m-"] {
    display: inline-block;
    margin-right: -.24em; }
  .grid__col.grid__col--m-1-of-2, .grid__col.grid__col--m-2-of-4 {
    width: 50%; }
  .grid__col.grid__col--m-1-of-3 {
    width: 33.33333%; }
  .grid__col.grid__col--m-2-of-3 {
    width: 66.66667%; }
  .grid__col.grid__col--m-1-of-4 {
    width: 25%; }
  .grid__col.grid__col--m-3-of-4 {
    width: 75%; } }

@media (max-width: 480px) {
  .grid__col[class*="grid__col--s-"] {
    display: inline-block;
    margin-right: -.24em; }
  .grid__col.grid__col--s-1-of-2, .grid__col.grid__col--s-2-of-4 {
    width: 50%; }
  .grid__col.grid__col--s-1-of-3 {
    width: 33.33333%; }
  .grid__col.grid__col--s-2-of-3 {
    width: 66.66667%; }
  .grid__col.grid__col--s-1-of-4 {
    width: 25%; }
  .grid__col.grid__col--s-3-of-4 {
    width: 75%; } }

.grid__col--centered {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.grid__col--d-first {
  float: left; }

.grid__col--d-last {
  float: right; }

.grid--no-gutter {
  margin-left: 0;
  width: 100%; }

.grid--no-gutter .grid__col {
  padding-left: 0; }

.grid--no-gutter .grid__col--span-all {
  margin-left: 0;
  width: 100%; }

.grid__col--ab {
  vertical-align: bottom; }

.grid__col--am {
  vertical-align: middle; }

body.cms-privacy-policy,
body.cms-politique-de-confidentialite,
body.cms-politica-de-privacidad,
body.cms-datenschutz,
body.cms-politica-privacy {
  color: red; }
  body.cms-privacy-policy #contenitore-generale #contenuto-principale .std, body.cms-privacy-policy #contenitore-generale #contenuto-principale .std *,
  body.cms-politique-de-confidentialite #contenitore-generale #contenuto-principale .std,
  body.cms-politique-de-confidentialite #contenitore-generale #contenuto-principale .std *,
  body.cms-politica-de-privacidad #contenitore-generale #contenuto-principale .std,
  body.cms-politica-de-privacidad #contenitore-generale #contenuto-principale .std *,
  body.cms-datenschutz #contenitore-generale #contenuto-principale .std,
  body.cms-datenschutz #contenitore-generale #contenuto-principale .std *,
  body.cms-politica-privacy #contenitore-generale #contenuto-principale .std,
  body.cms-politica-privacy #contenitore-generale #contenuto-principale .std * {
    line-height: 1.5em; }
  body.cms-privacy-policy #contenitore-generale #contenuto-principale .std ul,
  body.cms-politique-de-confidentialite #contenitore-generale #contenuto-principale .std ul,
  body.cms-politica-de-privacidad #contenitore-generale #contenuto-principale .std ul,
  body.cms-datenschutz #contenitore-generale #contenuto-principale .std ul,
  body.cms-politica-privacy #contenitore-generale #contenuto-principale .std ul {
    margin: 1em;
    padding: 1em; }
    body.cms-privacy-policy #contenitore-generale #contenuto-principale .std ul li,
    body.cms-politique-de-confidentialite #contenitore-generale #contenuto-principale .std ul li,
    body.cms-politica-de-privacidad #contenitore-generale #contenuto-principale .std ul li,
    body.cms-datenschutz #contenitore-generale #contenuto-principale .std ul li,
    body.cms-politica-privacy #contenitore-generale #contenuto-principale .std ul li {
      list-style-type: initial;
      margin-left: 1px;
      margin-bottom: .5em; }
  body.cms-privacy-policy #contenitore-generale #contenuto-principale .std p, body.cms-privacy-policy #contenitore-generale #contenuto-principale .std h1, body.cms-privacy-policy #contenitore-generale #contenuto-principale .std h2, body.cms-privacy-policy #contenitore-generale #contenuto-principale .std h3, body.cms-privacy-policy #contenitore-generale #contenuto-principale .std h4, body.cms-privacy-policy #contenitore-generale #contenuto-principale .std h5,
  body.cms-politique-de-confidentialite #contenitore-generale #contenuto-principale .std p,
  body.cms-politique-de-confidentialite #contenitore-generale #contenuto-principale .std h1,
  body.cms-politique-de-confidentialite #contenitore-generale #contenuto-principale .std h2,
  body.cms-politique-de-confidentialite #contenitore-generale #contenuto-principale .std h3,
  body.cms-politique-de-confidentialite #contenitore-generale #contenuto-principale .std h4,
  body.cms-politique-de-confidentialite #contenitore-generale #contenuto-principale .std h5,
  body.cms-politica-de-privacidad #contenitore-generale #contenuto-principale .std p,
  body.cms-politica-de-privacidad #contenitore-generale #contenuto-principale .std h1,
  body.cms-politica-de-privacidad #contenitore-generale #contenuto-principale .std h2,
  body.cms-politica-de-privacidad #contenitore-generale #contenuto-principale .std h3,
  body.cms-politica-de-privacidad #contenitore-generale #contenuto-principale .std h4,
  body.cms-politica-de-privacidad #contenitore-generale #contenuto-principale .std h5,
  body.cms-datenschutz #contenitore-generale #contenuto-principale .std p,
  body.cms-datenschutz #contenitore-generale #contenuto-principale .std h1,
  body.cms-datenschutz #contenitore-generale #contenuto-principale .std h2,
  body.cms-datenschutz #contenitore-generale #contenuto-principale .std h3,
  body.cms-datenschutz #contenitore-generale #contenuto-principale .std h4,
  body.cms-datenschutz #contenitore-generale #contenuto-principale .std h5,
  body.cms-politica-privacy #contenitore-generale #contenuto-principale .std p,
  body.cms-politica-privacy #contenitore-generale #contenuto-principale .std h1,
  body.cms-politica-privacy #contenitore-generale #contenuto-principale .std h2,
  body.cms-politica-privacy #contenitore-generale #contenuto-principale .std h3,
  body.cms-politica-privacy #contenitore-generale #contenuto-principale .std h4,
  body.cms-politica-privacy #contenitore-generale #contenuto-principale .std h5 {
    margin-top: 1em;
    margin-bottom: 1em; }
  body.cms-privacy-policy #contenitore-generale #contenuto-principale .std h3, body.cms-privacy-policy #contenitore-generale #contenuto-principale .std h4, body.cms-privacy-policy #contenitore-generale #contenuto-principale .std h5,
  body.cms-politique-de-confidentialite #contenitore-generale #contenuto-principale .std h3,
  body.cms-politique-de-confidentialite #contenitore-generale #contenuto-principale .std h4,
  body.cms-politique-de-confidentialite #contenitore-generale #contenuto-principale .std h5,
  body.cms-politica-de-privacidad #contenitore-generale #contenuto-principale .std h3,
  body.cms-politica-de-privacidad #contenitore-generale #contenuto-principale .std h4,
  body.cms-politica-de-privacidad #contenitore-generale #contenuto-principale .std h5,
  body.cms-datenschutz #contenitore-generale #contenuto-principale .std h3,
  body.cms-datenschutz #contenitore-generale #contenuto-principale .std h4,
  body.cms-datenschutz #contenitore-generale #contenuto-principale .std h5,
  body.cms-politica-privacy #contenitore-generale #contenuto-principale .std h3,
  body.cms-politica-privacy #contenitore-generale #contenuto-principale .std h4,
  body.cms-politica-privacy #contenitore-generale #contenuto-principale .std h5 {
    padding-bottom: 1em;
    border-bottom: 2px solid  #ccc; }
  body.cms-privacy-policy #contenitore-generale #contenuto-principale .std ul.for_boxes,
  body.cms-politique-de-confidentialite #contenitore-generale #contenuto-principale .std ul.for_boxes,
  body.cms-politica-de-privacidad #contenitore-generale #contenuto-principale .std ul.for_boxes,
  body.cms-datenschutz #contenitore-generale #contenuto-principale .std ul.for_boxes,
  body.cms-politica-privacy #contenitore-generale #contenuto-principale .std ul.for_boxes {
    margin: 0 !important;
    padding: 0em !important; }
    body.cms-privacy-policy #contenitore-generale #contenuto-principale .std ul.for_boxes li,
    body.cms-politique-de-confidentialite #contenitore-generale #contenuto-principale .std ul.for_boxes li,
    body.cms-politica-de-privacidad #contenitore-generale #contenuto-principale .std ul.for_boxes li,
    body.cms-datenschutz #contenitore-generale #contenuto-principale .std ul.for_boxes li,
    body.cms-politica-privacy #contenitore-generale #contenuto-principale .std ul.for_boxes li {
      list-style-type: none; }
    body.cms-privacy-policy #contenitore-generale #contenuto-principale .std ul.for_boxes .box_primary,
    body.cms-politique-de-confidentialite #contenitore-generale #contenuto-principale .std ul.for_boxes .box_primary,
    body.cms-politica-de-privacidad #contenitore-generale #contenuto-principale .std ul.for_boxes .box_primary,
    body.cms-datenschutz #contenitore-generale #contenuto-principale .std ul.for_boxes .box_primary,
    body.cms-politica-privacy #contenitore-generale #contenuto-principale .std ul.for_boxes .box_primary {
      border: 1px solid #ccc;
      border-radius: 10px;
      padding: 1em;
      padding-top: 0; }
      body.cms-privacy-policy #contenitore-generale #contenuto-principale .std ul.for_boxes .box_primary h1, body.cms-privacy-policy #contenitore-generale #contenuto-principale .std ul.for_boxes .box_primary h2, body.cms-privacy-policy #contenitore-generale #contenuto-principale .std ul.for_boxes .box_primary h3, body.cms-privacy-policy #contenitore-generale #contenuto-principale .std ul.for_boxes .box_primary h4, body.cms-privacy-policy #contenitore-generale #contenuto-principale .std ul.for_boxes .box_primary h5,
      body.cms-politique-de-confidentialite #contenitore-generale #contenuto-principale .std ul.for_boxes .box_primary h1,
      body.cms-politique-de-confidentialite #contenitore-generale #contenuto-principale .std ul.for_boxes .box_primary h2,
      body.cms-politique-de-confidentialite #contenitore-generale #contenuto-principale .std ul.for_boxes .box_primary h3,
      body.cms-politique-de-confidentialite #contenitore-generale #contenuto-principale .std ul.for_boxes .box_primary h4,
      body.cms-politique-de-confidentialite #contenitore-generale #contenuto-principale .std ul.for_boxes .box_primary h5,
      body.cms-politica-de-privacidad #contenitore-generale #contenuto-principale .std ul.for_boxes .box_primary h1,
      body.cms-politica-de-privacidad #contenitore-generale #contenuto-principale .std ul.for_boxes .box_primary h2,
      body.cms-politica-de-privacidad #contenitore-generale #contenuto-principale .std ul.for_boxes .box_primary h3,
      body.cms-politica-de-privacidad #contenitore-generale #contenuto-principale .std ul.for_boxes .box_primary h4,
      body.cms-politica-de-privacidad #contenitore-generale #contenuto-principale .std ul.for_boxes .box_primary h5,
      body.cms-datenschutz #contenitore-generale #contenuto-principale .std ul.for_boxes .box_primary h1,
      body.cms-datenschutz #contenitore-generale #contenuto-principale .std ul.for_boxes .box_primary h2,
      body.cms-datenschutz #contenitore-generale #contenuto-principale .std ul.for_boxes .box_primary h3,
      body.cms-datenschutz #contenitore-generale #contenuto-principale .std ul.for_boxes .box_primary h4,
      body.cms-datenschutz #contenitore-generale #contenuto-principale .std ul.for_boxes .box_primary h5,
      body.cms-politica-privacy #contenitore-generale #contenuto-principale .std ul.for_boxes .box_primary h1,
      body.cms-politica-privacy #contenitore-generale #contenuto-principale .std ul.for_boxes .box_primary h2,
      body.cms-politica-privacy #contenitore-generale #contenuto-principale .std ul.for_boxes .box_primary h3,
      body.cms-politica-privacy #contenitore-generale #contenuto-principale .std ul.for_boxes .box_primary h4,
      body.cms-politica-privacy #contenitore-generale #contenuto-principale .std ul.for_boxes .box_primary h5 {
        padding-bottom: 0;
        border-bottom: none; }
      body.cms-privacy-policy #contenitore-generale #contenuto-principale .std ul.for_boxes .box_primary .wrap,
      body.cms-politique-de-confidentialite #contenitore-generale #contenuto-principale .std ul.for_boxes .box_primary .wrap,
      body.cms-politica-de-privacidad #contenitore-generale #contenuto-principale .std ul.for_boxes .box_primary .wrap,
      body.cms-datenschutz #contenitore-generale #contenuto-principale .std ul.for_boxes .box_primary .wrap,
      body.cms-politica-privacy #contenitore-generale #contenuto-principale .std ul.for_boxes .box_primary .wrap {
        padding-left: 1em;
        border-left: 2px solid #eee; }

html[lang="de"] .button-match {
  background: url("https://www.babypromo.it/skin/frontend/storebaby/default/images/euro.png") no-repeat;
  padding: 1px 0 6px 25px; }

@media all and (min-width: 679px) {
  html[lang="de"] .box-offerta-list .btn-buy {
    padding-left: 22px;
    background-position: 3px;
    letter-spacing: -0.05em;
    padding-right: 5px; } }

@media all and (max-width: 480px) {
  html[lang="de"] .box-offerta-list .btn-buy {
    padding-left: 22px;
    background-position: 3px;
    letter-spacing: -0.05em;
    padding-right: 5px; } }

.ship {
  font-family: "comfortaabold";
  font-weight: bold;
  color: #35A842;
  font-size: 17px; }
  .ship .free-shipping {
    background: url("https://www.babypromo.it/skin/frontend/storebaby/default/images/free-shipping.svg") center no-repeat;
    background-size: contain;
    width: 25px;
    height: 25px;
    /* margin-right: 0; */
    display: inline-block;
    vertical-align: middle; }

.filtri-interno li.is-filter-selected > a,
.filtri-interno a.is-filter-selected {
  background-image: url("https://www.babypromo.it/skin/frontend/storebaby/default/images/amshopby-cb2.gif");
  color: #1394ca;
  font-weight: bold; }

#colonna-sinistra .filtri h2 .fa {
  color: #D66D8E;
  margin-right: 4px; }

/* Codex: Babypromo category filters redesign */
.layer-filters {
  color: #333;
}

.layer-filters__desktop-head {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-bottom: 14px;
}

.layer-filters__title {
  align-items: center;
  color: #333;
  display: inline-flex;
  font-family: "comfortaabold";
  gap: 10px;
  font-size: 28px;
  font-weight: bold;
  line-height: 1;
  margin: 0;
}

.layer-filters__title i {
  color: #D66D8E;
  font-size: 20px;
}

.layer-filters__trigger-icon .fa-filter,
.layer-filters__title .fa-filter {
  color: #D66D8E;
}

.layer-filters__count {
  align-items: center;
  background: #D66D8E;
  border-radius: 999px;
  color: #fff;
  display: inline-flex;
  font-size: 12px;
  font-weight: bold;
  height: 28px;
  justify-content: center;
  min-width: 28px;
  padding: 0 10px;
}

.layer-filters__trigger,
.layer-filters__close,
.layer-filter__toggle {
  -webkit-appearance: none;
  appearance: none;
  border: none;
  cursor: pointer;
}

.layer-filters__trigger {
  display: none;
}

.layer-filters__panel {
  background: #fff;
  border: 1px solid #e8e8e8;
  border-radius: 18px;
  box-shadow: 0 16px 36px rgba(0, 0, 0, 0.06);
  padding: 18px;
}

.layer-filters__header {
  display: none;
}

.layer-filters__state {
  margin-bottom: 16px;
}

.layer-filters__state .currently {
  background: #faf7f3;
  border: 1px solid #ece4da;
  border-radius: 14px;
  padding: 12px 14px;
}

.layer-filters__state .currently .block-title,
.layer-filters__state .currently .actions {
  float: none;
}

.layer-filters__state .currently .block-title strong,
.layer-filters__state .currently .block-title span,
.layer-filters__state .currently .block-subtitle {
  color: #333 !important;
  display: block;
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  font-size: 13px !important;
  font-weight: bold;
  line-height: 1.2;
  margin: 0;
  text-transform: uppercase;
}

.layer-filters__state .currently ol,
.layer-filters__state .currently ul {
  list-style: none;
  margin: 10px 0 0;
  padding: 0;
}

.layer-filters__state .currently li {
  align-items: center;
  background: #fff;
  border: 1px solid #d5d9de;
  border-radius: 999px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.04);
  display: flex;
  font-size: 14px;
  font-weight: bold;
  gap: 10px;
  justify-content: space-between;
  margin: 0 0 8px;
  max-width: 100%;
  padding: 8px 10px 8px 14px;
  width: 100%;
}

.layer-filters__state .currently li a,
.layer-filters__state .currently .btn-remove {
  color: #333;
  text-decoration: none;
}

.layer-filters__state .currently .btn-remove {
  align-items: center;
  background: #f7f8fa !important;
  border: 1px solid #d8dde3;
  border-radius: 999px;
  display: inline-flex;
  float: none;
  height: 28px;
  justify-content: center;
  margin-left: 0;
  min-width: 28px;
  padding: 0;
  text-indent: 0;
  width: 28px;
}

.layer-filters__state .currently .btn-remove:before {
  display: none;
}

.layer-filters__active-copy {
  align-items: center;
  display: inline-flex;
  flex: 1 1 auto;
  flex-wrap: wrap;
  gap: 4px;
  line-height: 1.3;
  min-width: 0;
}

.layer-filters__state .currently .label {
  color: #444;
  font-weight: bold;
}

.layer-filters__state .currently .value {
  color: #111;
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
}

.layer-filters__state .currently .btn-remove span {
  color: #6f7d8c;
  display: inline-block;
  font-size: 18px;
  font-weight: normal;
  line-height: 1;
}

.layer-filters__state .currently .btn-remove-inline {
  align-items: center;
  background: #f7f8fa;
  border: 1px solid #d8dde3;
  border-radius: 999px;
  display: inline-flex !important;
  flex: 0 0 24px;
  height: 24px;
  justify-content: center;
  margin-left: 2px;
  overflow: hidden;
  text-decoration: none;
  text-indent: -9999px;
  vertical-align: middle;
  width: 24px;
}

.layer-filters__state .currently .btn-remove-inline img {
  display: none !important;
}

.layer-filters__state .currently .btn-remove-inline:before {
  color: #6f7d8c;
  content: "\00d7";
  display: block;
  font-size: 15px;
  line-height: 1;
  text-indent: 0;
}

.layer-filters__sections {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.layer-filter {
  background: #fff;
  border: 1px solid #ececec;
  border-radius: 16px;
  overflow: hidden;
}

.layer-filter__toggle {
  align-items: center;
  background: #fff;
  color: #333;
  display: flex;
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: bold;
  justify-content: space-between;
  line-height: 1.3;
  padding: 16px 18px;
  text-align: left;
  width: 100%;
}

.layer-filter__icon {
  color: #666;
  font-size: 18px;
  line-height: 1;
}

.layer-filter.is-open .layer-filter__icon i {
  transform: rotate(180deg);
}

.layer-filter__icon i {
  transition: transform 0.2s ease;
}

.layer-filter__body {
  border-top: 1px solid #f1f1f1;
  padding: 14px 18px 16px;
}

.layer-filter__body ol,
.layer-filter__body ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.layer-filter__body li {
  border-top: 1px solid #f4f4f4;
  margin: 0;
  padding: 11px 0;
}

.layer-filter__body li:first-child {
  border-top: none;
  padding-top: 0;
}

.layer-filter__body li:last-child {
  padding-bottom: 0;
}

.layer-filter__body a,
.layer-filter__body label,
.layer-filter__body .label {
  color: #333;
  font-size: 15px;
  line-height: 1.45;
  text-decoration: none;
}

.layer-filter__body a:hover,
.layer-filter__body label:hover {
  color: #D66D8E;
}

.layer-filter__option {
  align-items: center;
  border: 1px solid transparent;
  border-radius: 12px;
  cursor: pointer;
  display: flex;
  gap: 12px;
  justify-content: space-between;
  margin: 0 -8px;
  padding: 10px 12px !important;
  transition: background-color 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease;
}

.layer-filter__option:hover {
  background: #f5f5f5;
  border-color: #e4e7ea;
}

.layer-filter__option > a {
  align-items: center;
  display: inline-flex;
  flex: 1;
  gap: 12px;
  min-width: 0;
}

.layer-filter__option > a:before {
  border: 1px solid #c8c8c8;
  border-radius: 6px;
  color: transparent;
  content: "\f00c";
  display: inline-flex;
  flex: 0 0 20px;
  font-family: "FontAwesome";
  font-size: 12px;
  height: 20px;
  justify-content: center;
  line-height: 20px;
  text-align: center;
  width: 20px;
}

.layer-filter__option.is-selected {
  background: transparent;
  border-color: transparent;
}

.layer-filter__option.is-selected > a {
  color: #0b83c5;
  font-weight: bold;
}

.layer-filter__option.is-selected > a:before {
  background: #0b83c5;
  border-color: #0b83c5;
  color: #fff;
}

.layer-filter__option-count {
  color: #8c8c8c;
  flex: 0 0 auto;
  font-size: 13px;
  padding-left: 8px;
}

.layer-filter__option.is-selected .layer-filter__option-count {
  color: #0b83c5;
  font-weight: bold;
}

.layer-filter__body li > a.amshopby-attr,
.layer-filter__body li.amshopby-cat > a {
  align-items: center;
  display: inline-flex;
  gap: 10px;
}

.layer-filter__body li > a.amshopby-attr:before,
.layer-filter__body li.amshopby-cat > a:before {
  border: 1px solid #c8c8c8;
  border-radius: 6px;
  color: transparent;
  content: "\f00c";
  display: inline-flex;
  flex: 0 0 20px;
  font-family: "FontAwesome";
  font-size: 12px;
  height: 20px;
  justify-content: center;
  line-height: 20px;
  text-align: center;
  width: 20px;
}

.layer-filter__body li.is-filter-selected > a,
.layer-filter__body a.is-filter-selected {
  color: #0b83c5;
  font-weight: bold;
}

.layer-filter__body li.is-filter-selected > a:before,
.layer-filter__body a.is-filter-selected:before {
  background: #0b83c5;
  border-color: #0b83c5;
  color: #fff;
}

.layer-filter__body .count {
  color: #8c8c8c;
  font-size: 13px;
}

.layer-filter__body input.input-text,
.layer-filter__body select {
  border: 1px solid #ddd;
  border-radius: 10px;
  box-sizing: border-box;
  float: none;
  font-size: 15px;
  max-width: 100%;
  padding: 10px 12px;
  width: 100%;
}

.layer-filter__body .button,
.layer-filter__body button,
.layer-filter__body .form-button .button {
  background: #0b83c5;
  border: none;
  border-radius: 10px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
  min-height: 42px;
  padding: 10px 16px;
  text-shadow: none;
}

.layer-filter__body .button:hover,
.layer-filter__body button:hover,
.layer-filter__body .form-button .button:hover {
  background: #08689c;
}

.layer-filter__body .price {
  margin-top: 12px;
}

.layer-filter__body .amshopby-slider--legacy,
.layer-filter__body .amshopby-slider-price,
.layer-filter__body .amshopby-slider-param {
  display: none !important;
}

.layer-price-modern {
  margin: 10px 0 18px;
}

.layer-price-modern__slider {
  height: 24px;
  position: relative;
}

.layer-price-modern__track,
.layer-price-modern__range {
  border-radius: 999px;
  height: 6px;
  left: 0;
  position: absolute;
  right: 0;
  top: 9px;
}

.layer-price-modern__track {
  background: #e8edf2;
}

.layer-price-modern__range {
  background: linear-gradient(90deg, #e7a6bf 0%, #D66D8E 100%);
  right: auto;
}

.layer-price-modern__input {
  -webkit-appearance: none;
  appearance: none;
  background: transparent;
  height: 24px;
  left: 0;
  margin: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 100%;
}

.layer-price-modern__input::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  background: #fff;
  border: 2px solid #D66D8E;
  border-radius: 999px;
  box-shadow: 0 4px 10px rgba(246, 127, 43, 0.18);
  cursor: pointer;
  height: 22px;
  pointer-events: auto;
  width: 22px;
}

.layer-price-modern__input::-moz-range-thumb {
  background: #fff;
  border: 2px solid #D66D8E;
  border-radius: 999px;
  box-shadow: 0 4px 10px rgba(246, 127, 43, 0.18);
  cursor: pointer;
  height: 22px;
  pointer-events: auto;
  width: 22px;
}

.layer-price-modern__input::-webkit-slider-runnable-track {
  background: transparent;
}

.layer-price-modern__input::-moz-range-track {
  background: transparent;
}

.layer-price-modern__labels {
  color: #666;
  display: flex;
  font-size: 15px;
  font-weight: bold;
  justify-content: space-between;
  margin-top: 10px;
}

.layer-filter__body #amshopby-price-from,
.layer-filter__body #amshopby-price-to {
  display: inline-block;
  vertical-align: middle;
  width: calc(50% - 8px);
}

.layer-filter__price-row {
  align-items: stretch;
  display: grid;
  gap: 12px;
  grid-template-columns: 1fr 1fr;
  margin-top: 8px;
  position: relative;
}

.layer-filter__price-row #amshopby-price-from,
.layer-filter__price-row #amshopby-price-to {
  margin: 0;
  min-width: 0;
  width: 100%;
}

.layer-filter__price-row #amshopby-price-btn {
  grid-column: 1 / -1;
  width: 100%;
}

.layer-filter__price-separator {
  display: none !important;
}

.layer-filter__body .amshopby-price-find {
  display: block;
  height: 44px;
  margin: 0;
  min-width: 92px;
  width: 100%;
}

#amshopby-price-btn.form-button.button.amshopby-price-find {
  display: block !important;
  height: 44px !important;
  line-height: 18px !important;
  margin: 0 !important;
  min-width: 0 !important;
  padding: 12px 16px !important;
  text-align: center;
  width: 100% !important;
}

.layer-filter__body li:empty {
  display: none;
}

@media (min-width: 768px) {
  .layer-filters__panel {
    background: transparent;
    border: none;
    border-radius: 0;
    box-shadow: none;
    padding: 0;
  }

  .layer-filters__state .currently {
    margin-bottom: 18px;
  }

  .layer-filters__state .currently li {
    background: #fff;
    border-color: #d7dde4;
  }

  .layer-filters__sections {
    gap: 10px;
  }

  .layer-filter__toggle {
    cursor: default;
    font-size: 15px;
    padding: 14px 0 10px;
  }

  .layer-filter__icon {
    display: none;
  }

  .layer-filter {
    border: none;
    border-bottom: 1px solid #ececec;
    border-radius: 0;
  }

  .layer-filter:last-child {
    border-bottom: none;
  }

  .layer-filter__body {
    border-top: none;
    padding: 0 0 16px;
  }

  .layer-filter__body li {
    padding: 9px 0;
  }

  .layer-filter__option {
    margin: 0;
    padding: 10px 0 !important;
  }

  .layer-filter__option:hover,
  .layer-filter__option.is-selected {
    background: transparent;
    border-color: transparent;
    border-radius: 0;
    box-shadow: none;
  }

  .layer-filter__option.is-selected {
    border-left: 3px solid #D66D8E;
    padding-left: 12px !important;
  }

  .layer-filter__option.is-selected > a {
    color: #D66D8E;
  }

  .layer-filter__option.is-selected > a:before {
    background: #fdf1f6;
    border-color: #D66D8E;
    color: #D66D8E;
  }

  .layer-filter__option.is-selected .layer-filter__option-count {
    color: #D66D8E;
  }

  .layer-filter__body #amshopby-price {
    height: 8px;
    margin: 16px 4px 20px;
  }

  .layer-filter__body #amshopby-price .amshopby-slider-bar,
  .layer-filter__body #amshopby-price-slider-bar {
    height: 8px;
  }

  .layer-filter__body #amshopby-price .handle {
    height: 18px;
    top: -5px !important;
    width: 18px;
  }

  .layer-filter__body .amshopby-slider-price {
    font-size: 15px;
  }

  .layer-filter__body #amshopby-price-from,
  .layer-filter__body #amshopby-price-to {
    width: calc(50% - 6px);
  }

  .layer-filter__price-row {
    column-gap: 8px;
    grid-template-columns: minmax(0, 1fr) 12px minmax(0, 1fr) 84px;
  }

  .layer-filter__price-row #amshopby-price-from,
  .layer-filter__price-row #amshopby-price-to {
    height: 44px;
    min-width: 0;
    text-align: center;
    width: 100%;
  }

  .layer-filter__price-row #amshopby-price-btn {
    grid-column: auto;
    width: 82px !important;
  }

  .layer-filter__price-separator {
    align-items: center;
    color: #8b97a3;
    display: inline-flex !important;
    font-size: 18px;
    font-weight: bold;
    justify-content: center;
    width: 12px;
  }
}

@media (max-width: 767px) {
  body.mobile-filters-open {
    overflow: hidden;
  }

  .layer-filters__desktop-head {
    display: none;
  }

  .layer-filters__trigger {
    align-items: center;
    background: #fff;
    border: 1px solid #e5ded4;
    border-radius: 16px;
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.07);
    color: #333;
    display: flex;
    font-family: "Roboto", Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: bold;
    gap: 12px;
    justify-content: space-between;
    line-height: 1.2;
    margin: 16px 0 14px;
    padding: 14px 16px;
    width: 100%;
  }

  .layer-filters__trigger-icon {
    align-items: center;
    color: #0b83c5;
    display: inline-flex;
    font-size: 18px;
    justify-content: center;
    width: 20px;
  }

  .layer-filters__trigger-label {
    flex: 1;
    text-align: left;
  }

  .layer-filters__panel {
    border: none;
    border-radius: 0;
    bottom: 0;
    box-shadow: none;
    display: none;
    left: 0;
    overflow-y: auto;
    padding: 20px 16px 28px;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 9999;
  }

  .layer-filters__header {
    align-items: flex-start;
    display: flex;
    justify-content: space-between;
    margin-bottom: 18px;
  }

  .layer-filters__header-copy {
    padding-right: 12px;
  }

  .layer-filters__header .layer-filters__title {
    font-size: 30px;
  }

  .layer-filters__subtitle {
    color: #777;
    font-size: 14px;
    line-height: 1.45;
    margin: 8px 0 0;
  }

  .layer-filters__close {
    align-items: center;
    background: #f5f5f5;
    border: 1px solid #e5e5e5;
    border-radius: 14px;
    color: #333;
    display: inline-flex;
    font-size: 20px;
    height: 46px;
    justify-content: center;
    width: 46px;
  }

  .layer-filters__state .currently li {
    display: flex;
    margin-right: 0;
  }

  .layer-filter__option.is-selected {
    background: #eef5fb;
    border-color: #c7dced;
  }

  .layer-filter__toggle {
    font-size: 17px;
    padding: 17px 18px;
  }

  .layer-filter__body {
    padding: 14px 18px 18px;
  }

  .layer-filter__body a,
  .layer-filter__body label,
  .layer-filter__body .label {
    font-size: 16px;
  }

  .layer-filter__option {
    margin: 0 -4px;
    padding: 12px 10px !important;
  }

  .layer-filter__body #amshopby-price {
    margin-left: 6px;
    margin-right: 6px;
  }

  .layer-filter__price-row {
    grid-template-columns: 1fr 1fr;
    gap: 12px;
  }

  .layer-filter__price-row:before {
    display: none;
  }

  .layer-filter__price-row #amshopby-price-from,
  .layer-filter__price-row #amshopby-price-to {
    height: 44px;
    padding-left: 12px;
    padding-right: 12px;
    width: 100%;
  }

  .layer-filter__price-row #amshopby-price-btn {
    grid-column: 1 / -1;
    margin-top: 0 !important;
    width: 100% !important;
  }

  .layer-filter__price-separator {
    display: none;
  }

  .layer-filter__body .amshopby-price-find {
    display: block;
    margin: 0;
    width: 100%;
  }
}

/* Babypromo toolbar redesign */
#colonna-destra .paginazione {
  align-items: center;
  border-bottom: 1px solid #ececec;
  border-top: 1px solid #ececec;
  display: flex;
  flex-wrap: wrap;
  gap: 12px 18px;
  margin: 14px 0 16px;
  padding: 12px 0;
}

#colonna-destra .pager .amount {
  color: #4b5663;
  font-size: 13px;
  margin: 0 0 6px;
}

#colonna-destra .paginazione .limiter,
#colonna-destra .paginazione .sorter {
  align-items: center;
  display: flex;
  float: none;
  gap: 10px;
  margin: 0;
}

#colonna-destra .paginazione .sorter {
  margin-left: auto;
}

#colonna-destra .paginazione .sort-by {
  align-items: center;
  display: flex;
  gap: 10px;
}

#colonna-destra .paginazione .toolbar-group__label {
  color: #666;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.2;
  margin: 0;
  white-space: nowrap;
}

#colonna-destra .paginazione .mobile-select {
  align-items: center;
  background: #fff;
  border: 1px solid #d8dde3;
  border-radius: 4px;
  display: inline-flex;
  gap: 10px;
  min-height: 38px;
  position: relative;
  padding: 0 !important;
}

#colonna-destra .paginazione .mobile-select--limit {
  min-width: 84px;
}

#colonna-destra .paginazione .mobile-select--sort {
  min-width: 170px;
}

#colonna-destra .paginazione select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  box-shadow: none;
  color: #333;
  font-size: 14px;
  font-weight: normal;
  height: 38px;
  min-width: 0;
  padding: 0 34px 0 12px;
}

#colonna-destra .paginazione .mobile-select:after {
  color: #7d8791;
  content: "\f107";
  font-family: "FontAwesome";
  font-size: 16px;
  pointer-events: none;
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
}

#colonna-destra .paginazione .hidden-mobile.mobile-hidden {
  color: #666;
  font-size: 14px;
}

@media (max-width: 767px) {
  #colonna-destra .paginazione {
    align-items: stretch;
    gap: 10px;
  }

  #colonna-destra .pager .amount {
    margin-bottom: 10px;
  }

  #colonna-destra .paginazione .limiter,
  #colonna-destra .paginazione .sorter {
    align-items: stretch;
    display: flex;
    flex-direction: column;
    gap: 6px;
    margin-left: 0;
    width: 100%;
  }

  #colonna-destra .paginazione .sort-by {
    align-items: stretch;
    display: flex;
    flex-direction: column;
    gap: 6px;
    width: 100%;
  }

  #colonna-destra .paginazione .mobile-select {
    align-items: stretch;
    background: #fff;
    border: 1px solid #d8dde3;
    border-radius: 4px;
    display: flex;
    position: relative;
    padding: 0 12px !important;
    width: 100%;
  }

  #colonna-destra .paginazione .mobile-select:after {
    color: #7d8791;
    content: "\f107";
    font-family: "FontAwesome";
    font-size: 16px;
    pointer-events: none;
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
  }

  #colonna-destra .paginazione .toolbar-group__label {
    color: #5f6973;
    font-size: 13px;
    font-weight: bold;
    text-transform: none;
  }

  #colonna-destra .paginazione select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: transparent;
    border: none;
    border-radius: 0;
    flex: 1;
    height: 44px;
    padding-left: 0;
    padding-right: 26px;
    width: auto;
  }

  #colonna-destra .paginazione .mobile-select--limit {
    max-width: 96px;
    min-width: 96px;
  }

  #colonna-destra .paginazione .mobile-select--sort {
    max-width: none;
    min-width: 0;
  }
}

@media (max-width: 767px) {
  body.mobile-filters-open {
    overflow: hidden;
  }

/*# sourceMappingURL=style.css.map */

@charset "UTF-8";
@media all and (min-width: 768px) and (max-width: 1023px) {
  body {
    zoom: .78; }
  .box-offerte-home .box-offerta {
    width: 274px; }
  .box-offerte-home .ultimo {
    margin: 15px 0px !important; } }

#menu-principale-mobile {
  display: none; }

.mobile-label {
  display: none; }

@media all and (max-width: 767px) {
  /* HOMEPAGE */
  * {
    box-sizing: border-box; }
  .mobile-label {
    display: inline-block;
    text-align: left; }
    .mobile-label--des {
      margin-right: .25em; }
  #contenitore-generale {
    width: 100%;
    padding: 0 5px; }
  #header {
    padding: 5px 0;
    width: 100%;
    height: auto; }
  .menu-lingua {
    position: static;
    margin: 5px 6px 0 0; }
  .button-newsletter {
    margin: 5px 0 0 0;
    height: 27px;
    width: auto;
    padding: 4px 8px 0 32px; }
  #header .cart {
    *float: left;
    *clear: left;
    margin-top: 0px;
    *width: 141px; }
  #header .register-login {
    height: 39px;
    margin: -2px 10px 0 0; }
  #header .logo {
    width: 50%; }
  #header .logo img {
    width: 100%; }
  #header .searchautocomplete {
    height: auto;
    max-width: 100%; }
  #header .searchautocomplete .nav {
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: left;
    width: 100%; }
  #menu-principale {
    width: 100%;
    height: auto;
    background-position: center; }
  #menu-principale .menu-principale-due {
    height: 38px; }
  #menu-principale .menu-principale-due li a {
    padding: 10px 15px;
    height: auto; }
  #contenuto-principale {
    width: 100%; }
  #contenuto-principale .std .page-title h2 .banner-dx-home p a img {
    width: 100%; }
  #contenuto-principale .std .page-title h2 .box-offerte-home .clear {
    clear: none; }
  #contenuto-principale .std .page-title h2 .box-offerte-home .ultimo {
    margin: 0 10px 10px 0 !important; }
  #contenuto-principale .std .page-title h2 .box-offerte-home .box-offerta {
    margin: 0 10px 10px 0; }
  #contenuto-principale .std .page-title h2 .box-offerte-home .box-offerta .dati {
    width: 100%; }
  #contenuto-principale .std .page-title h2 .box-offerte-home .box-offerta .dati a {
    margin: 5px 0;
    display: block; }
  #contenuto-principale .std .page-title h2 .box-offerte-home .box-offerta .dati a.prezzo {
    float: left; }
  #contenuto-principale .std .page-title h2 .box-offerte-home .box-offerta .dati a img {
    float: none; }
  #contenuto-principale .std .page-title h2 .box-offerte-home .box-offerta .dati .box-prezzo {
    margin: 5px 0;
    float: right; }
  .loghi-footer {
    width: 100%;
    padding: 0 0 0 0; }
  .loghi-footer .box-footer {
    width: 45%;
    text-align: center;
    margin: 0 0 10px; }
  .loghi-footer .box-footer img {
    float: none; }
  .loghi-footer .box-footer p {
    text-align: center;
    width: auto;
    float: none; }
  #footer #contenitore-footer {
    width: 100%; }
  #footer #contenitore-footer .information {
    *margin: 35px 0; }
  #footer #contenitore-footer #fblike {
    float: none !important;
    clear: both;
    text-align: center; }
  #footer #contenitore-footer #fblike img {
    max-width: 130px;
    margin-top: 1em;
    height: auto; }
  #footer-fine {
    width: 100%; }
  #colonna-sinistra {
    width: 100%;
    margin: 0 0 0 0;
    padding: 0 0 0 0; }
  /* CATALOGO */
  .filtri-wrapper {
    display: none; }
  /*PROVVISORIO*/
  /*#contenuto-principale #colonna-sinistra { display: none; }*/
  #contenuto-principale #colonna-destra {
    width: 100%; }
  #contenuto-principale #colonna-destra .paginazione .limiter {
    float: none;
    clear: both;
    margin: 0 0 0 0; }
  #contenuto-principale #colonna-destra .paginazione ul {
    float: left;
    clear: both;
    margin: 10px 0; }
  #contenuto-principale #colonna-destra .paginazione .sorter {
    float: none;
    clear: both;
    margin: 5px 0 0 0; }
  #contenuto-principale #colonna-destra .box-offerta-list table {
    width: 100%; }
  #contenuto-principale #colonna-destra .box-offerta-list table tbody tr td {
    float: left;
    position: relative; }
  #contenuto-principale #colonna-destra .box-offerta-list table tbody tr td:nth-child(2) {
    max-width: 56vw;
    margin: 0 0 35px 0; }
  #contenuto-principale #colonna-destra .box-offerta-list table tbody tr td:nth-child(3) {
    width: 100%;
    clear: both; }
  #contenuto-principale #colonna-destra .box-offerta-list table tbody tr td a {
    font-size: 14px; }
  #contenuto-principale #colonna-destra .box-offerta-list .dati .amount a {
    font-size: 11px !important; }
  .box-offerta-list .dati .cat {
    font-size: 11px !important; }
  #colonna-destra .box-offerta-list .dati p.cat a {
    font-size: 11px !important; }
  #contenuto-principale #colonna-destra .box-offerta-list table tbody tr td a.grande img {
    width: 80px;
    height: 80px; }
  #contenuto-principale #colonna-destra .box-offerta-list table tbody tr td .dati {
    width: 100%; }
  #contenuto-principale #colonna-destra .box-offerta-list table tbody tr td .dati .cod {
    float: none;
    border: none;
    font-size: 11px;
    margin: 2px 0; }
  #contenuto-principale #colonna-destra .box-offerta-list table tbody tr td .dati .delivery {
    float: none;
    font-size: 11px; }
  #contenuto-principale #colonna-destra .box-offerta-list table tbody tr td .dati .gift_reg_button a {
    display: block; }
  #contenuto-principale #colonna-destra .box-offerta-list table tbody tr td .colori {
    width: 100vw; }
  #contenuto-principale #colonna-destra .box-offerta-list table tbody tr td .price {
    width: 100%;
    position: relative;
    text-align: left;
    margin: 0px;
    padding: 5px; }
  #contenuto-principale #colonna-destra .box-offerta-list table tbody tr td .price .price-box {
    text-align: left;
    float: left; }
  #contenuto-principale #colonna-destra .box-offerta-list table tbody tr td .price .price-box .price-from .price-label {
    text-align: right;
    display: inline-block;
    width: 30px; }
  #contenuto-principale #colonna-destra .box-offerta-list table tbody tr td .price .price-box .price-to {
    margin: 0 0 0 0; }
  #contenuto-principale #colonna-destra .box-offerta-list table tbody tr td .price .price-box .price-to .price-label {
    text-align: right;
    display: inline-block;
    width: 30px; }
  #contenuto-principale #colonna-destra .box-offerta-list table tbody tr td .price .btn-buy {
    float: right;
    padding: 7px 20px 8px 30px !important;
    position: absolute;
    top: 10px;
    right: 10px; }
  #contenuto-principale #colonna-destra .box-offerta-list table tbody tr td .price .prezzo {
    text-align: left;
    padding-left: 10px; }
  .box-offerta-list .price .prezzo-old {
    margin: 0px;
    text-align: left;
    padding-left: 10px;
    /* position: absolute; */
    /* left: 100px; */
    /* bottom: 1em; */
    clear: both; }
  .box-offerta-list .price .prezzo-old span {
    background: transparent;
    padding: 0; }
  #contenuto-principale #colonna-destra .box-offerta-list table tbody tr td .discount_percentage {
    font-size: 9px;
    height: 28px;
    width: 28px;
    border: 1px solid #C94171 !important;
    line-height: 26px !important; }
    #contenuto-principale #colonna-destra .box-offerta-list table tbody tr td .discount_percentage .discount_percentage_to {
      font-size: 0.60em;
      margin-top: -.35em; }
  /* PRODOTTO */
  .contenitore-dati-scheda-prodotto .product-img-box {
    width: 100%;
    height: auto;
    position: relative; }
  .contenitore-dati-scheda-prodotto .product-img-box table {
    width: 100%; }
  .contenitore-dati-scheda-prodotto .product-img-box table tbody tr td #BigImage {
    width: 100%; }
  .contenitore-dati-scheda-prodotto .product-img-box table tbody tr td #BigImage img {
    width: 100%; }
  .contenitore-dati-scheda-prodotto .product-img-box table tbody tr td .more-views {
    width: 100%; }
  .contenitore-dati-scheda-prodotto .product-img-box table tbody tr td .more-views .jcarousel-skin-tango {
    width: 100%; }
  .contenitore-dati-scheda-prodotto .product-img-box table tbody tr td .more-views .jcarousel-skin-tango .jcarousel-container {
    width: 100%; }
  .contenitore-dati-scheda-prodotto .product-img-box table tbody tr td .more-views .jcarousel-skin-tango .jcarousel-container .jcarousel-clip {
    width: 100%; }
  .contenitore-dati-scheda-prodotto .dati-scheda {
    width: 100%; }
  .contenitore-dati-scheda-prodotto .dati-scheda form .social {
    padding: 10px 0;
    overflow: hidden; }
  .contenitore-dati-scheda-prodotto .dati-scheda form .social span {
    margin: 0 0 5px; }
  .contenitore-dati-scheda-prodotto .dati-scheda form .social span:nth-child(odd) {
    clear: left;
    float: left; }
  .contenitore-dati-scheda-prodotto .dati-scheda form .social span:nth-child(even) {
    clear: right;
    float: right; }
  .contenitore-dati-scheda-prodotto .dati-scheda form .social span span span span {
    height: auto; }
  .contenitore-dati-scheda-prodotto .dati-scheda form .condividi .row {
    width: 100%; }
  .contenitore-dati-scheda-prodotto .dati-scheda form .condividi .row a {
    font-size: 11px; }
  .contenitore-dati-scheda-prodotto .dati-scheda form .condividi .row a:nth-child(odd) {
    float: left; }
  .contenitore-dati-scheda-prodotto .dati-scheda form .condividi .row a:nth-child(even) {
    float: right; }
  .contenitore-dati-scheda-prodotto .dati-scheda form .buy {
    width: 100%; }
  .contenitore-dati-scheda-prodotto .dati-scheda form .buy .inner .pulsante-acquista {
    *clear: both; }
  .contenitore-dati-scheda-prodotto .dati-scheda form .buy .inner .pulsante-acquista .btn {
    height: 40px;
    width: 160px;
    margin-right: 0; }
  .contenitore-dati-scheda-prodotto .tab-container .panel-container #tab-reviews .form-add {
    padding: 20px 10px; }
  .contenitore-dati-scheda-prodotto .tab-container .panel-container #tab-reviews .form-add fieldset h3 span {
    display: block; }
  .contenitore-dati-scheda-prodotto .tab-container .panel-container #tab-reviews .data-table {
    width: 100%; }
  #review-form input {
    width: 100%; }
  #review-form textarea {
    width: 100%; }
  /* CARRELLO */
  #contenuto-principale .cart-buy-button1 {
    width: 178px;
    height: 49px;
    float: left; }
  #contenuto-principale #update_cart_form {
    display: block;
    overflow: hidden; }
  #contenuto-principale .totale-carrello .prezzi-vari-subtotal {
    margin-top: 10px;
    float: none; }
  #contenuto-principale .totale-carrello .box-destra-carrello {
    margin: 10px 0 0 0;
    float: none; }
  #contenuto-principale .totale-carrello .box-destra-carrello .prezzi-vari {
    margin: 0 0 0 0;
    float: none; }
  #shipping-zip-form select {
    width: 100%; }
  #contenuto-principale #update_cart_form .tabella-carrello {
    width: 100%; }
  #contenuto-principale #update_cart_form .tabella-carrello tr.header {
    display: none; }
  #contenuto-principale #update_cart_form .tabella-carrello tr td {
    border: none;
    float: left; }
  #contenuto-principale #update_cart_form .tabella-carrello tr td.immagine {
    border: none; }
  /*#contenuto-principale #update_cart_form .tabella-carrello tr td .rimuovi a { width: 69px; }*/
  .tabella-carrello tr.prodotto-carrello td.quantita input {
    height: 20px; }
  /* CHECKOUT */
  #billing-new-address-form .input-box {
    width: 100%; }
  #billing-new-address-form fieldset .control {
    width: 100%; }
  .discount-bottom input {
    width: 117px !important; }
  .glc .customer-comment textarea {
    width: 90%;
    margin: 15px; }
  .glc-login-and-paypal #gcheckout-login-link {
    margin: 0 0 0 0; }
  .formatted-form input, .formatted-form select {
    width: 100% !important; }
  .fields > div {
    height: auto; }
  .discount-bottom #coupon_code {
    height: 26px; }
  /* ACCOUNT */
  .dashboard .box-account.box-info {
    padding: 0 0 0 0; }
  .account-login .col2-set .col-1 {
    width: 100%; }
  .account-login .col2-set .col-2 {
    width: 100%;
    margin-left: 0px; }
  .account-login .form-list > li {
    width: 100%; }
  .account-login .buttons-set {
    padding-right: 0; }
  .col2-set .col-2,
  .col2-set .col-1 {
    width: 100%; }
  #login-form input {
    width: 100%; }
  .box-reviews {
    margin-top: 20px; }
  .box-title {
    overflow: hidden; }
  .box-title a {
    float: right; }
  .account-logout {
    height: 38px;
    *float: left;
    margin-top: -1px; }
  .col2-set.order-info-box .col-2 {
    width: 100%;
    margin: 0 0 0 0; }
  .my-account .field.name-lastname,
  #form-validate .field.name-firstname {
    width: 100%; }
  .form-list li {
    overflow: hidden;
    height: auto; }
  .my-account #form-validate .fieldset .form-list .control {
    height: auto; }
  .my-account #form-validate .fieldset {
    padding: 0 0 30px;
    overflow: hidden; }
  #colonna-destra #form-validate .buttons-set .button {
    float: right;
    margin-right: 0;
    height: 28px;
    padding: 0 10px; }
  .form-list input.input-text {
    width: 100%; }
  .page-title.title-buttons .button {
    float: left; }
  .customer-address-index #colonna-destra .addresses-list li.item {
    width: 100%; }
  .col-2.addresses-additional {
    margin: 0 0 0 0; }
  .address-select {
    width: 100%; }
  #compare-items li {
    overflow: hidden; }
  #compare-items .item a.btn-remove {
    float: left;
    width: 74px; }
  #compare-items .product-name a {
    width: 100%; }
  /* ACCOUNT TABLES */
  .my-orders-table {
    border-top: solid 1px #ddd;
    width: 100%; }
  .my-orders-table thead {
    display: none; }
  .my-orders-table tr td:nth-child(n) {
    display: block;
    border: none;
    padding: 11px;
    width: 50%; }
  .my-orders-table tr td:nth-child(even) {
    float: right;
    text-align: right; }
  .my-orders-table tr td:nth-child(odd) {
    float: left;
    text-align: left; }
  .my-orders-table tr td:last-child {
    width: 100%;
    border-bottom: solid 1px #ddd;
    text-align: right; }
  .gomage-checkout-onepage-index .glc .checkout-review-table {
    width: 572px !important; }
  #checkout-review-table .qty input {
    height: 25px; }
  #my-orders-table {
    border-top: solid 1px #ddd;
    width: 100% !important; }
  #my-orders-table thead {
    display: none; }
  #my-orders-table tr td:nth-child(n) {
    text-align: left;
    display: block;
    border: none;
    padding: 5px;
    width: 100%; }
  #my-orders-table tbody tr td:nth-child(3) {
    float: left;
    text-align: left;
    width: 50%; }
  #my-orders-table tbody tr td:nth-child(4) {
    float: right;
    text-align: right;
    width: 50%; }
  #my-orders-table tbody tr td:nth-child(5) {
    float: right;
    text-align: right;
    width: 50%; }
  #my-orders-table tfoot tr td:nth-child(n) {
    width: 49%; }
  #my-orders-table tfoot tr td:nth-child(even) {
    float: left; }
  #my-orders-table tfoot tr td:nth-child(odd) {
    float: right; }
  #my-orders-table tfoot tr td:nth-child(1),
  #my-orders-table tfoot tr td:nth-child(2),
  #my-orders-table tfoot tr td:nth-child(3) {
    display: none; }
  #my-reviews-table {
    border-top: solid 1px #ddd;
    width: 100% !important; }
  #my-reviews-table thead {
    display: none; }
  table#my-reviews-table.my-reviews-table td:nth-child(n) {
    width: 100%; }
  .product-options .input-box ul.options-list li .price-notice {
    display: block;
    float: none;
    text-align: right; }
  /*-- MENU PRINCIPALE --*/
  #menu-principale .menu-principale-due .sub .row {
    width: 100% !important;
    padding: 0; }
  #menu-principale .category {
    width: 100%;
    height: auto !important;
    min-height: 0px;
    padding: 5px; }
  #menu-principale .category ul {
    display: none;
    *padding: 10px 15px; }
  #menu-principale .category ul li a {
    padding: 10px 15px !important; }
  #menu-principale .category ul li:last-of-type {
    border-bottom: none !important; }
  #menu-principale .category a.link-category {
    display: block;
    margin: 0 13px;
    padding: 10px 20px;
    height: auto !important;
    background: url(https://www.babypromo.it/skin/frontend/storebaby/default/images/icon_filter.jpg) no-repeat center left; }
  #menu-principale .category a.category_open {
    height: auto !important;
    background-image: url(https://www.babypromo.it/skin/frontend/storebaby/default/images/icon_filter_down.jpg); }
  .mega-hdr-a {
    border-bottom: none;
    margin: 0px; }
  /* -- FILTRI NELLA BROWSER PAGE -- */
  #colonna-sinistra h3.filtro_open {
    background-image: url(https://www.babypromo.it/skin/frontend/storebaby/default/images/icon_filter_down.jpg); }
  #colonna-sinistra .filtri-interno ol {
    display: none;
    margin-top: 8px; }
  #colonna-sinistra .filtri-interno ol li {
    padding: 10px 7px;
    border-top: 1px solid #DDD; }
  #footer #contenitore-footer ul li {
    font-size: 1em;
    padding: 8px 0;
    border-bottom: none; }
  /* -- BREADCRUMB -- */
  #contenuto-principale .breadcrumb {
    height: auto;
    padding: 0 0 10px;
    overflow: hidden;
    width: 100%; }
  #contenuto-principale .breadcrumb ul {
    height: 23px; }
  #contenuto-principale .breadcrumb ul li {
    position: absolute;
    width: 90%;
    background: #fff;
    margin: 0 0 0 0; }
  #contenuto-principale .breadcrumb ul li a {
    font-size: 15px;
    padding: 0px 10px 0 20px;
    background: url(https://www.babypromo.it/skin/frontend/storebaby/default/images/icon_filter_left.jpg) no-repeat center left;
    margin-bottom: 8px;
    display: block; }
  #contenuto-principale .breadcrumb ul li.last-item {
    display: none; }
  #contenuto-principale .breadcrumb ul li.last-category {
    display: block; }
  .product-img-box .sale-banner-container {
    margin-left: 0 !important;
    margin-left: 0 !important;
    margin-top: 2px;
    right: 2px; }
  .product-img-box div.discount_percentage {
    font-size: 22px;
    line-height: 55px; }
  .catalog-product-view .consigli .contenitore-tit-prod .titolo {
    min-height: 22px; }
  .catalog-product-view .consigli .box-consigli {
    width: 155px; }
  #cart_info_details {
    right: 2%;
    left: initial; }
  .tabella-carrello tr.prodotto-carrello td.descrizione .codice {
    display: none !important; }
  /* PAGINA BROWSER: banner offerte speciali (icona sull'immagine) */
  .box-offerta-list .sale-banner-container {
    margin-left: 0 !important;
    width: auto;
    margin-top: 80px;
    min-width: 80px;
    margin: 0;
    position: absolute;
    width: 100px;
    margin-right: 0;
    z-index: 0;
    font-size: 10px;
    top: 91px;
    left: -7px;
    display: none; }
  .box-offerta-list .sale-banner {
    -webkit-transform: none;
    top: 0px;
    text-align: center;
    margin: 0 auto;
    top: -3px; }
  .sale-banner:before,
  .sale-banner:after {
    display: none; }
  /* TAB / ACCORDION DESCRIZIONI PRODOTTO */
  .product-attribute-specs-table {
    width: 100% !important; }
  .panel-container h2.resp-accordion {
    display: block;
    font-family: 'comfortaabold';
    background: #38AFD1;
    padding: 6px 10px;
    font-size: 18px;
    border: 1px solid #ddd;
    *margin-top: 10px;
    *border-radius: 4px; }
  .resp-tab-content {
    padding: 10px;
    border: 1px solid #ddd; }
  .tab-container .panel-container {
    border: none;
    padding: 0px; }
  .panel-container h2.resp-tab-active {
    border-radius: 4px 4px 0 0; }
  .panel-container h2.resp-accordion a {
    color: #fff;
    text-decoration: none;
    text-shadow: 1px 1px 1px #333; }
  .resp-arrow {
    width: 0;
    height: 0;
    float: right;
    margin-top: 3px;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 12px solid #FFF;
    margin-top: 6px; }
  h2.resp-tab-active span.resp-arrow {
    border: none;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 12px solid #FFF;
    margin-top: 6px; }
  .resp-tab-active {
    background: #fff; }
  #tab-description iframe {
    max-width: 100%; }
  .cart .item {
    padding: 2px 3px 0 2px; }
  .searchautocomplete .searchautocomplete-placeholder {
    width: 97vw;
    position: relative;
    right: 2.5vw;
    top: 0;
    overflow: hidden;
    /* display: block !important; */
    /* position: absolute; */
    /* top: 190px; */
    left: -19vw; }
  .searchautocomplete .searchautocomplete-placeholder ul li {
    padding-left: 0;
    padding-right: 0; }
  .searchautocomplete-placeholder::before {
    display: none !important; }
  .searchautocomplete-placeholder::after {
    display: none !important; }
  .searchautocomplete .searchautocomplete-placeholder ul li .price {
    font-weight: bold;
    font-size: 17px;
    color: #C76200;
    float: right;
    font-family: 'comfortaabold'; }
  .searchautocomplete .searchautocomplete-placeholder ul li .price-box .price-label {
    font-weight: normal;
    color: #999;
    display: inline-block;
    vertical-align: sub;
    margin-right: .5em; }
  .account-create #form-validate .fieldset, .account-create .buttons-set, .fieldset .legend {
    width: 100%; }
  .buttons-set .required {
    clear: both; }
  .buttons-set .back-link {
    float: left; }
  .buttons-set .button {
    float: right;
    margin: 0px 10px 0 0 !important;
    padding: 8px 25px !important; }
  #helpdesk-ticket-form input, #helpdesk-ticket-form select, #helpdesk-ticket-form textarea {
    width: 100% !important; }
  #helpdesk-ticket-form .form-button {
    float: right;
    margin: 15px 0 !important;
    padding: 7px 14px !important; }
  .adjgiftreg-event-edit #form-validate .fieldset {
    verflow: visible  !important; }
  .adjgiftreg-event-edit #colonna-destra #form-validate .form-list li.fields.wide {
    width: 100%;
    height: auto !important; }
  .form-list label {
    *float: right; }
  #form-validate .fieldset .form-list .fields label {
    *float: right;
    *width: 90%; }
  #form-validate .buttons-set .btn {
    margin: 10px 0 !important;
    float: left; }
  #contenuto-principale .cart-buy-button {
    float: left;
    height: 45px;
    background-size: 100%; }
  .tabella-carrello td.prezzo {
    display: none; }
  .prodotto-carrello td {
    width: 50% !important;
    float: right; }
  .descrizione span {
    white-space: normal !important; }
  .sales-order-view .order-info-box .box {
    height: auto !important; }
  #colonna-destra .my-account h2 {
    padding: 0 10px;
    margin-bottom: 5px; }
  .sales-order-view .col-2 .box .box-content {
    margin: 0 0 0 10px; }
  #colonna-destra .my-account #form-validate .buttons-set .back-link {
    margin: 0px 0 0 15px; }
  #tab-similar .products-grid {
    width: 100%; }
  #tab-similar .price-to {
    float: none; }
  #tab-similar .price-box.modified {
    margin-bottom: 20px; }
  .customer-address-form .my-account #form-validate .fieldset .form-list .control {
    height: auto !important; }
  .customer-address-form #colonna-destra #form-validate .form-list li.fields {
    height: auto !important; }
  .address-form .field .input-box .input-text, #company, #street_1, #street_2, .address-form .field .input-box select#country {
    width: 100%; }
  .form-list .fields .field {
    width: 100%; }
  .form-list li.fields:last-child .field:last-child {
    margin: 0px; }
  #my-reviews-table td {
    float: right;
    width: 50%; }
  #colonna-destra .my-account h2 {
    text-align: center;
    margin: 0px;
    padding: 0px; }
  #colonna-destra .my-account h2 a {
    line-height: 30px; }
  .gift_reg_button .link-compare {
    display: none !important; }
  .paginazione div {
    display: inline-block;
    margin: 0; }
  .paginazione .sorter,
  .paginazione .limiter {
    width: 49%;
    float: left;
    margin: .5%; }
  .paginazione .sort-by {
    display: block;
    width: 100%; }
  .mobile-select {
    position: relative;
    width: 100%;
    padding: 5px 10px;
    display: block;
    border-radius: 3px;
    background-color: #2AA0C4;
    color: #fff; }
  .mobile-select:after {
    display: block;
    content: "";
    background: url("https://www.babypromo.it/skin/frontend/storebaby/default/images/freccia-select.png") no-repeat center center;
    position: absolute;
    right: 0;
    top: 0;
    width: 30px;
    height: 100%;
    pointer-events: none; }
  .mobile-select select {
    position: absolute;
    z-index: 100;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0; }
  /* -------------------------------------------------------------------------------- FINE MEDIA max-width: 768px */
  /*}

@media all and (max-width: 568px) {*/
  .banner-dx-home p {
    width: 48%; }
  /*.banner-dx-home p:first-of-type{
		margin: 0 .5em 0 0;
	}*/
  .box-offerte-home .box-offerta {
    width: 49%;
    margin-right: 5px !important;
    margin-bottom: 5px !important; }
  #contenuto-principale .std .page-title h2 .box-offerte-home .ultimo {
    margin-right: 5px !important;
    margin-bottom: 5px !important; }
  .box-offerte-home .clear {
    clear: none; }
  #footer #contenitore-footer ul {
    margin: 0 1em 0 0;
    width: 46%; }
  #footer-fine {
    text-align: center;
    padding: 5px 0 0 0; }
  #footer-fine p {
    padding: 3px 0;
    float: none; }
  #contenitore-generale .spazio30, #contenitore-generale .spazio40 {
    height: 10px; }
  #contenitore-generale .loghi-footer {
    display: none; }
  /*nascondi lista nascita
	.banner-dx-home p:first-of-type{
		display: none !important;
	}*/
  .button-set button:not(.btn) {
    margin: 0; }
  #helpdesk-reply-form #filename {
    width: 100% !important; }
  #colonna-destra .close-ticket-btn {
    margin-right: 25px; }
  .adjgiftreg-event-edit #colonna-destra #form-validate .form-list li.fields {
    height: auto !important;
    margin: 0px 2px 0px 0;
    padding: 0px 4px; }
  .adjgiftreg-event-edit .validate-select {
    width: 100% !important; }
  #contenuto-principale .cart-buy-button {
    width: 176px;
    float: right; }
  #discount-coupon-form .btn, #giftvoucher_container dd {
    float: left;
    /*float:right 03/02 */ }
  #my-reviews-table tr.ticket-row {
    border-bottom: 1px solid #DDD; }
  .my-orders-table tr td:last-child {
    border-bottom: none; }
  /* segnala prezzo più basso */
  .mp-dialog-container {
    width: 100% !important; }
  #mp-dialog-content {
    width: 90% !important;
    height: auto !important;
    margin: 0 auto;
    height: 280px;
    position: relative !important; }
  .mp-dialog-content .dialog-center, .mp-pricematch-form, .mp-dialog-wrapper {
    width: 100% !important;
    float: none; }
  .mp-pricematch-form .form-list table tr td {
    width: 100%;
    display: block; }
  .mp-pricematch-form .form-list li {
    display: block;
    width: 100%; }
  .mp-pricematch-form .form-list {
    clear: both; }
  .mp-pricematch-price {
    padding-left: 0px; }
  #my-events-table tbody tr table tr {
    width: 100% !important; }
  .data-table {
    width: 100% !important; }
  .page-title h1 {
    margin: 10px 0 0px 0; }
  .contacts-index-index #contactForm {
    width: 100% !important; }
  .contacts-index-index #department_id {
    width: 566px !important; }
  .contacts-index-index .wide textarea {
    width: 550px !important; }
  .contacts-index-index .edited1.buttons-set {
    margin: 13px 0 0 0 !important; }
  /*}


@media all and (max-width: 568px) {*/
  #header .logo {
    width: 100%;
    max-width: 353px; }
  .searchautocomplete {
    width: 80%;
    margin-top: 3px;
    padding: 2px 0px; }
  #menu-principale .menu-principale-due .sub {
    border-radius: 0; }
  #menu-principale-mobile {
    width: 17%;
    background: url(https://www.babypromo.it/skin/frontend/storebaby/default/images/icon-mobile.png) no-repeat center #1C94B8;
    height: 43px;
    float: left;
    margin-top: 8px;
    display: block;
    margin-left: 0px;
    border-radius: 5px 5px 5px 5px; }
  #menu-principale {
    background: none;
    position: relative;
    top: -10px;
    margin: 0px;
    display: none; }
  #menu-principale ul li {
    border-right: none; }
  #menu-principale .menu-principale-due {
    height: auto; }
  #menu-principale .menu-principale-due li {
    float: none;
    display: block;
    width: 100%; }
  #menu-principale .menu-principale-due li a.dc-mega-primary {
    padding: 13px;
    float: none;
    display: block;
    background: #1C94B8;
    border-radius: none;
    border-bottom: 1px solid;
    line-height: 20px;
    font-family: 'comfortaabold';
    border-radius: 5px 5px 5px 5px; }
  #menu-principale .sub-container {
    position: relative;
    top: 0px !important; }
  .sub-container {
    width: 100% !important; }
  .hidden-mobile {
    display: none; } }

@media all and (max-width: 480px) {
  .catalog-product-view .consigli .box-consigli {
    width: 110px !important; }
  .consigli .box .piu {
    margin: 30px 0 0 0; }
  .menu-lingua, .button-newsletter {
    display: none; }
  #header .cart {
    margin-top: 0;
    float: right; }
  #header .register-login {
    margin-top: 0;
    top: -2px;
    position: relative;
    float: left; }
  .banner-dx-home p {
    width: 100%; }
  .box-offerte-home .box-offerta {
    width: 100% !important; }
  .upsell .box-offerta .dati {
    width: 100% !important;
    padding: 10px; }
  .upsell .box-offerta .dati .cod {
    display: none; }
  #contenuto-principale .std .page-title h2 .box-offerte-home .box-offerta .dati a {
    margin: 0 auto;
    text-align: center; }
  .cart {
    margin-right: 0px;
    width: auto; }
  .block-compare, .condividi .row .link-compare {
    display: none; }
  .account-logout {
    float: left;
    margin-right: 0px; }
  .button-match {
    *display: none; }
  #sender_options input, #sender_options textarea,
  #recipients_options input, #recipients_options textarea,
  #product_sendtofriend_form .buttons-set {
    width: 100%; }
  #product_sendtofriend_form .button {
    float: right;
    margin-right: 0 !important;
    margin-bottom: 10px !important; }
  #cart_info_details {
    position: fixed;
    margin-left: 150px;
    z-index: 99999;
    margin: 0 10px;
    left: 0px; }
  /*-- PAGINA DETTAGLIO: BOX PREZZO  -- */
  .buy-bundle .price-box {
    width: 100%; }
  .price-box span.full-product-price > span {
    display: block;
    text-align: center; }
  .catalog-product-view .prezzo_vecchio_nuovo .prezzo-old {
    float: none; }
  .contenitore-dati-scheda-prodotto .dati-scheda form .buy .inner .pulsante-acquista {
    clear: both;
    width: 100%;
    /*float: right;*/ }
  .buy-bundle .quantita {
    float: none;
    margin-right: 0;
    text-align: center;
    width: 48%;
    padding-left: 1em; }
  .dati-scheda form #qty {
    width: 15vw;
    text-align: center; }
  .dati-scheda .condividi .print {
    display: none; }
  .contenitore-dati-scheda-prodotto .dati-scheda form .buy .inner .pulsante-acquista .btn {
    float: right; }
  .inner .prezzo_vecchio_nuovo.modified.edited {
    width: 100%; }
  .prezzo_vecchio_nuovo .prezzo-old {
    margin: 0; }
  /* PAGINA DETTAGLIO: OPZIONI E CONDIVIDI */
  .contenitore-dati-scheda-prodotto .dati-scheda form .condividi .row a {
    font-size: 12px;
    margin-bottom: 7px; }
  .dati-scheda .condividi {
    padding-bottom: 10px; }
  /* TAB PRODOTTI SIMILARI */
  .box-collateral table#upsell-product-table .last.odd > td {
    width: 100%; }
  /* FOOTER */
  #contenitore-footer .menu-lingua {
    display: block; }
  #contenitore-footer .menu-lingua li {
    padding: 0 !important; }
  #contenitore-footer .menu-lingua li a {
    padding: 0 !important; }
  #contenitore-footer .button-newsletter {
    display: block;
    margin-top: 0;
    background-color: #FFF !important;
    padding: 4px 8px 4px 32px; }
  .link_footer {
    margin: 0 auto;
    width: 160px;
    height: 14px;
    margin-top: 20px; }
  #contenitore-footer .menu-lingua {
    display: block;
    position: relative;
    margin: 0 10px 0 0;
    width: 41px; }
  #contenitore-footer .menu-lingua ul {
    float: none !important; }
  #contenitore-footer > ul {
    display: block;
    float: left !important;
    width: 50% !important;
    box-sizing: border-box;
    text-align: left;
    margin: 1em 0 !important; }
  .col-1.new-users .buttons-set {
    margin-top: 10px !important; }
  .col-2.registered-users .button {
    float: left !important; } }

@media all and (max-width: 375px) {
  #footer #contenitore-footer,
  #footer #contenitore-footer .information {
    text-align: center;
    width: 100%;
    margin-top: 20px; }
  #footer #contenitore-footer .information ul {
    width: 180px;
    margin: 3px auto;
    border-bottom: 1px solid #ccc;
    display: block;
    text-align: center;
    float: none; }
  #footer #contenitore-footer ul {
    width: 100%; }
  /*-- CARRELLO ---*/
  .totale-carrello .promo {
    width: 100%; }
  .totale-carrello .campo-ricerca, .totale-carrello .input-text {
    width: 100% !important;
    margin-bottom: 5px; }
  .totale-carrello .btn {
    margin-left: 0 !important; }
  #discount-giftcard-form .discount {
    width: 100%;
    padding-right: 0; }
  #giftvoucher_container .giftvoucher {
    width: 100%; }
  #giftvoucher_container .giftvoucher label {
    margin-bottom: 5px; }
  .box-consigli {
    width: auto; }
  .sale-banner-container {
    margin-left: 0;
    float: right;
    position: absolute;
    top: 14px;
    right: 10px;
    height: auto;
    width: auto;
    overflow: initial; }
  .sale-banner {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    top: 0;
    font: bold 15px Sans-Serif;
    padding: 5px 10px;
    width: auto; }
  div.discount_percentage {
    border: 2px solid #C94171;
    font-size: 21px;
    line-height: 57px; } }

@media (max-width: 480px) {
  #my-events-table thead,
  #my-events-table colgroup {
    display: none; }
  #my-events-table .pulsanti > td {
    display: block;
    width: 100%;
    border-bottom: 1px solid #CCCCCC !important; }
  #my-events-table .pulsanti a {
    font-size: 12px; }
  .adjgiftreg-event-list #my-events-table tr {
    text-align: center;
    float: none; }
  .adjgiftreg-event-list #my-events-table tr table {
    width: 100%; }
  .block.block-reorder {
    display: none; }
  #reorder-validate-detail .block-subtitle {
    float: none; }
  #cart-sidebar-reorder li {
    overflow: hidden;
    display: block;
    border-bottom: 1px solid #CCCCCC !important;
    margin-bottom: 10px; }
  #giftreg-table.data-table tr {
    width: 100% !important;
    height: auto !important; }
  #giftreg-table thead {
    display: none; }
  .adjgiftreg-index-view #giftreg-table.data-table .odd {
    margin-bottom: 20px !important; }
  #giftreg-table tbody tr {
    border: solid 1px #ccc;
    text-align: center; }
  #giftreg-table tbody tr .a-center:not(:nth-child(1)) {
    width: 100% !important; }
  #giftreg-table tbody tr td:nth-child(3) {
    display: block; }
  #giftreg-table tbody tr td:nth-child(4),
  #giftreg-table tbody tr td:nth-child(5) {
    display: inline; }
  html:lang(it_IT) #giftreg-table tbody tr td:nth-child(4):before {
    content: "Dettagli"; }
  html:lang(it_IT) #giftreg-table tbody tr td:nth-child(5):before {
    content: "Ricevuto"; }
  html:lang(en_GB) #giftreg-table tbody tr td:nth-child(4):before {
    content: "Details"; }
  html:lang(en_GB) #giftreg-table tbody tr td:nth-child(5):before {
    content: "Received"; }
  .adjgiftreg-event-details #giftreg-table + .buttons-set .button {
    float: left !important;
    margin-bottom: 5px !important; }
  .adjgiftreg-event-details .buttons-set .back-link {
    margin-top: 10px !important; }
  #facebook_btn {
    margin-left: 0 !important;
    text-align: center; }
  #twitter_btn {
    margin-left: 0 !important;
    margin-top: 0 !important;
    text-align: center; }
  .sharing-table td {
    display: block; }
  .sharing-table td li {
    height: auto !important; }
  .sharing-table textarea {
    width: 100%; }
  .sharing-list,
  fieldset.group-select {
    height: auto !important; }
  .sharing-table tr > td:nth-child(2) {
    padding: 0px 0px 0px 8px; }
  .colorlink {
    width: 100%; }
  #form-gift-sharing .buttons-set .button {
    float: left; }
  .message-sent {
    overflow: hidden; }
  #colonna-destra .paginazione ul li {
    padding: 8px 12px; }
  .filtri-wrapper {
    display: none; }
  #colonna-sinistra .filtri h2 {
    background: url(https://www.babypromo.it/skin/frontend/storebaby/default/images/icon_filter.jpg) no-repeat left;
    padding: 4px 0 5px 15px; }
  .adjgiftreg-index-view #contenuto-principale .breadcrumb ul li.last-item {
    display: block; }
  .adjgiftreg-index-view #contenuto-principale .breadcrumb ul li {
    position: static; }
  .adjgiftreg-index-view .breadcrumb li:first-child {
    display: none; }
  .checkout-cart-index table .prodotto-carrello td.descrizione {
    width: 100% !important; }
  .checkout-cart-index table .prodotto-carrello td.descrizione .codice {
    display: none !important; }
  .checkout-cart-index table .prodotto-carrello:nth-child(even) td {
    border-top: 1px solid #DDDDDD !important; }
  .checkout-cart-index table .prodotto-carrello:first-child td.descrizione {
    border-top: 1px solid #fff !important; }
  .checkout-cart-index table .prodotto-carrello:nth-child(odd) td.descrizione {
    width: 80px !important; }
  .checkout-cart-index .prodotto-carrello td.totale {
    width: auto !important; }
  .checkout-cart-index .prodotto-carrello td.quantita {
    width: 110px !important; }
  .checkout-cart-index .tabella-carrello tr.prodotto-carrello td.immagine {
    width: 92px !important; }
  .checkout-cart-index .prodotto-carrello td {
    width: 137px !important; }
  .checkout-cart-index #coupon_code, #giftvoucher_code {
    width: 180px !important; }
  .checkout-cart-index #giftvoucher_container .giftvoucher {
    float: left !important;
    width: 180px !important; }
  .checkout-cart-index .totals {
    float: left !important; }
  .checkout-cart-index #shopping-cart-totals-table td {
    font-size: 13px; }
  .checkout-cart-index #shopping-cart-totals-table td:last-child {
    text-align: right !important;
    font-size: 15px; }
  .box-destra-carrello .totals table td, .box-destra-carrello .totals table th {
    font-size: 13px; }
  .upsell .cart-buy-button {
    background-size: auto !important;
    width: 110px !important;
    margin: 0 auto !important;
    float: none !important;
    padding: 4px 0 2px 0 !important;
    height: 27px !important;
    text-align: center !important; }
  .stButton .stFb, .stButton .stTwbutton, .stButton .stMainServices {
    height: 25px !important; }
  /*.cameraSlide img { margin-left: 0 !important; height: auto !important; width: 100% !important; }*/
  .camera_wrap {
    height: 0px !important;
    overflow: hidden;
    height: 50vw !important; }
  .cameraSlide img {
    margin-top: 0 !important; }
  #contenitore-footer .menu-lingua > ul {
    display: block !important; }
  #copy.btn {
    float: right !important; }
  #form-gift-sharing .buttons-set .button {
    float: right !important; }
  .box-offerta-list .colori {
    margin-left: -84px !important;
    width: 90vw !important; }
  .checkout-onepage-success .account-create {
    overflow: hidden; }
  .checkout-onepage-success .account-create .fieldset {
    padding: 0 !important; }
  .checkout-onepage-success {
    font-size: 12px; }
  .checkout-onepage-success .padding > .buttons-set {
    position: absolute;
    top: 385px;
    right: 20px; } }

@media (max-width: 768px) and (orientation: landscape) {
  #cart_info_details > div {
    top: 0 !important;
    max-height: 98vh;
    overflow-y: scroll;
    padding: 20px 10px 10px; }
  #cart_info_details .raw1 td {
    width: 90px; } }

@media (min-width: 786px) and (max-width: 1024px) {
  #menu-principale > ul > li > a {
    padding: 15px 11px !important; } }

@media all and (min-width: 480px) and (max-width: 736px) {
  #contenuto-principale #colonna-destra .box-offerta-list table tbody tr td:nth-child(2) {
    margin: 56px 0 0 0 !important; } }

.slides_control {
  width: 100% !important;
  height: 100% !important; }

#tc_products .tc_pagination {
  overflow: auto; }

.estimated-shipping__container {
  margin-top: 1.5em;
  font-weight: bold; }

.estimated-shipping__value {
  color: #00AA00;
  font-family: "comfortaabold", sans-serif; }

.sales-order-view .estimated-shipping__title {
  color: #555555; }

.sales-order-view .estimated-shipping__container {
  margin-left: 10px;
  margin-bottom: 10px; }

.product-quantity-discounts {
  margin: 0 0 1em 0;
  padding-top: .5em;
  border-top: solid 1px #ddd; }
  .product-quantity-discounts p {
    margin: 1em 0;
    font-size: 14px; }
  .product-quantity-discounts table {
    width: 100%;
    border-collapse: collapse;
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 0 0 0 1px #1C94B8;
    padding: 0; }
    .product-quantity-discounts table tr, .product-quantity-discounts table th, .product-quantity-discounts table td {
      font-size: 14px; }
    .product-quantity-discounts table th {
      text-align: left;
      color: #fff;
      background-color: #1C94B8; }
    .product-quantity-discounts table th, .product-quantity-discounts table td {
      text-align: center;
      padding: .5em .75em; }
    .product-quantity-discounts table th:last-child,
    .product-quantity-discounts table td:last-child {
      text-align: right; }
    .product-quantity-discounts table th:first-child,
    .product-quantity-discounts table td:first-child {
      text-align: left; }
    .product-quantity-discounts table tr:nth-child(odd) {
      background-color: rgba(28, 148, 184, 0.05); }
    .product-quantity-discounts table td:nth-child(odd) {
      background-color: rgba(201, 65, 113, 0.05); }
    .product-quantity-discounts table tr:hover {
      background-color: rgba(201, 65, 113, 0.15); }

/* Codex: toolbar select reset for the modern category toolbar */
#colonna-destra .paginazione .toolbar-group {
  align-items: center;
  display: flex;
  float: none;
  gap: 10px;
  margin: 0;
  width: auto; }

#colonna-destra .paginazione .toolbar-group--sort {
  margin-left: auto; }

#colonna-destra .paginazione .toolbar-group .sort-by {
  align-items: center;
  display: flex;
  gap: 10px;
  width: auto; }

#colonna-destra .paginazione .toolbar-group__label {
  color: #666;
  display: inline-block;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.2;
  margin: 0;
  white-space: nowrap; }

#colonna-destra .paginazione .toolbar-group .mobile-select {
  align-items: center;
  background: #fff;
  border: 1px solid #d8dde3;
  border-radius: 4px;
  color: #333;
  display: inline-flex;
  gap: 10px;
  min-height: 38px;
  padding: 0 !important;
  position: relative;
  width: auto; }

#colonna-destra .paginazione .toolbar-group .mobile-select--limit {
  min-width: 84px; }

#colonna-destra .paginazione .toolbar-group .mobile-select--sort {
  min-width: 170px; }

#colonna-destra .paginazione .toolbar-group .mobile-select:after {
  background: none;
  color: #7d8791;
  content: "\f107";
  display: block;
  font-family: "FontAwesome";
  font-size: 16px;
  height: auto;
  pointer-events: none;
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  width: auto; }

#colonna-destra .paginazione .toolbar-group select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  box-shadow: none;
  color: #333;
  display: block;
  float: none;
  font-size: 14px;
  font-weight: normal;
  height: 38px;
  left: auto;
  min-width: 0;
  opacity: 1;
  padding: 0 34px 0 12px;
  position: static;
  top: auto;
  width: 100%;
  z-index: auto; }

@media (max-width: 767px) {
  #colonna-destra .paginazione .toolbar-group,
  #colonna-destra .paginazione .toolbar-group .sort-by {
    align-items: stretch;
    flex-direction: column;
    gap: 6px;
    margin-left: 0;
    width: 100%; }

  #colonna-destra .paginazione .toolbar-group .mobile-select {
    display: flex;
    width: 100%; }

  #colonna-destra .paginazione .toolbar-group .mobile-select--limit {
    max-width: 96px;
    min-width: 96px; }

  #colonna-destra .paginazione .toolbar-group .mobile-select--sort {
    max-width: none;
    min-width: 0; }

  #colonna-destra .paginazione .toolbar-group select {
    flex: 1;
    height: 44px;
    padding-left: 12px;
    width: auto; } }

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

