body
{
	width: 100%;
	min-width:320px;
	max-width:767px;
	display: block;
	margin: 0px auto;
	font-family: "Lato";
}

.container
{
	width: 100%;
	min-width:320px;
	max-width:767px;
	padding: 0px 10px;
}	

.fixtop
{
	height: 50px;
}

.top
{
	width: 100%;
	display: block;
	clear: both;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	height: 50px;
	background: #fff;
	box-shadow: 0px 2px 1px rgba(170, 170, 170, 0.75);
	z-index:10;
}

.logo
{
	display: block;
	float: left;
	max-height: 35px;
	margin-top: 7.5px;
	margin-left: 10px;
}

.icomenu
{
	display: block;
	float: left;
	margin-top: 14.5px;
}

.topright
{
	float: right;
}

.topright > *
{
	float: right;
	margin-left: 10px;
	margin-top: 15.5px;
}

.search
{
	position: relative;
}

.barraricerca.active {
    width: 170px;
    left: -166px;
    z-index: 100;
    background: #fff;
    padding: 0px 0px;
}

.barraricerca input {
    background: transparent;
    border: 0;
    border-bottom: 2px solid #616161;
    line-height: 30px;
    font-size: 16px;
    color: #757575;
    text-align: left;
    padding: 0 10px;
    border-radius: 0;
    box-shadow: none;
}

#sliderfull .carousel-control
{
	display: none !important;
}

.carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    text-indent: -999px;
    cursor: pointer;
    background-color: transparent;
    border: 1px solid #333333;
    border-radius: 10px;
    margin: 2px;
}

.carousel-indicators li.active {
    display: inline-block;
    width: 10px;
    height: 10px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #ccc;
    border: 1px solid #333333;
    border-radius: 10px;
    margin: 2px;
}

.carousel-indicators
{
	bottom: 0;
}

h2
{
	margin-left: 20px;
	margin-bottom: 10px;
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	color: #ec008c;
}

#carousel-prod {
    width: 100%;
    display: block;
    position: relative;
    height: 200px;
    overflow: hidden;
}

#carousel-prod .carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
    max-height: 200px;
}

#carousel-prod img {
    max-width: 100%;
    height: 200px;
    display: block;
    margin: 0px auto;
}

.footer
{
	background: #fff;
	display: block;
	border:0;
	padding: 20px 0px;
	font-size: 13px;
	line-height: 24px;
	color: #424242;
	text-align: center;
}

.minidivider
{
	margin: 10px auto;
	display: block;
	clear: both;
	width: 45px;
	height: 2px;
	background: #B3B3B3;
}

.payment
{
	margin-top: 5px;
}

.social img
{
	margin: 0px 3px;
	width: 28px;
}

.top .menu
{
	display: block;
	clear: both;
	position: fixed;
	top: 50px;
	left: 0;
	width: 80%;
	bottom: 0;
	background: #fff;
	z-index:10;
	left: -401px;
	-webkit-transition: 0.5s all ease-in;
	-moz-transition: 0.5s all ease-in;
	-ms-transition: 0.5s all ease-in;
	-o-transition: 0.5s all ease-in;
	transition: 0.5s all ease-in;
	max-width:400px;
}

.sidebar-nav {
    padding-bottom: 0 !important;
    border-bottom: 0;
	background: transparent;
}

.top .menu ul li
{
	min-height: 40px;
	display: block;
	clear: both;
	line-height: 40px;
	padding: 0px 20px;
	border-bottom: 1px solid #DEDEDE;
}

.top .menu ul li a {
    padding: 0;
    font-size: 13px;
    font-weight: 700;
    color: #424242;
    margin-bottom: 0;
    line-height: 40px;
    border: 0;
    text-shadow: none;
    box-shadow: none;
}

.top .menu ul li a::before
{
	display: none;
}

.metismenu .arrow {
    float: right;
    line-height: 1.42857;
    transform: rotate(180deg);
    transition: 0.3s ease-in all;
    font-size: 22px;
    line-height: 40px;
    color: #424242;
	display: block;
}

.vocemenu, .vocemenu:hover, .vocemenu:focus, .vocemenu:active
{
	display: block;
	clear: both;
	width: 100%;
	padding: 0px 20px;
	height: 40px;
	line-height: 40px;
	font-size: 13px;
	font-weight: 700;
	color: #424242;
	margin-bottom: 0;
	border-bottom: 1px solid #DEDEDE;
	text-transform: uppercase;
}

.vocemenu .right, .vocemenu .right *
{
	float: right;
}

.pallinowish
{
	width: 20px;
	height: 20px;
	border-radius:30px;
	background: #424242;
	color: #fff;
	font-size: 13px;
	line-height: 20px;
	text-align: center;
	margin-top: 10px;
}

.vocemenu.grey
{
	background: #E0E0E0;
}

a.vocemenu .right img
{
	margin-top: 8px;
}

.vocemenu.social img
{
	width: 20px;
	margin-left: 10px;
	margin-top: 10px;
	float: left;
}	

.top .overlay
{
	position: fixed;
	top: 50px;
	bottom: 0;
	left: 0;
	right: 0;
	z-index:9;
	display: none;
	background: rgba(0, 0, 0, 0.4);
	-webkit-transition: 0.3s all ease-in;
	-moz-transition: 0.3s all ease-in;
	-ms-transition: 0.3s all ease-in;
	-o-transition: 0.3s all ease-in;
	transition: 0.3s all ease-in;
	opacity: 0;
}

.top .menu.actives
{
	display: block;
	left: 0;
}

.top .overlay.actives
{
	display: block;
	opacity: 1;
}

.relative
{
	position: relative;
}

.titcat .arrow {
    float: left;
    line-height: 1.42857;
    transform: rotate(180deg);
    transition: 0.3s ease-in all;
    font-size: 22px;
    line-height: 40px;
    color: #424242;
    display: block;
}

.titcat
{
	display: block;
	clear: both;
	width: 100%;
	height: 32px;
	line-height: 32px;
	border-bottom: 2px solid #424242;
	border-top: 2px solid #424242;
}

.backsez .fa.fa-angle-left {
    font-size: 22px;
    color: #424242;
	float: left;
	position: absolute;
	top: 2px;
	left: 15px;
}

.titcat .name {
    float: left;
    padding: 0px 30px;
    text-align: center;
    width: 100%;
	font-size: 12px;
	font-weight: 700;
	line-height: 29px;
	color: #424242;
	text-transform: uppercase;

}

.titcat .filter
{
	position: absolute;
	top: -3px;
	right: 15px;
	cursor: pointer;
}

.s-prod
{
	width: 50%;
	border:1px solid #F2F2F2;
	min-height:240px;
	margin: 0;
	padding: 0;
	float: left;
}

.s-prod img {
    height: 150px;
    display: block;
    margin: 0px auto;
}

.s-prod .info a.tit, .s-prod .info a.tit:hover, .s-prod .info a.tit:focus, .s-prod .info a.tit:active {
    display: block;
    clear: both;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
    text-align: center;
    font-size: 14px;
    line-height: 17px;
    font-weight: 500;
    color: #424242;
	padding: 0px 10px;
}

.s-prod .info .price {
    width: 100%;
    display: block;
    clear: both;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    color: #424242;
    margin-bottom: 15px;
    line-height: 16px;
}

.boxfiltri
{
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #fff;
	z-index:28;
}

.boxfiltri.actives
{
	display: block;
}

.boxfiltri a.col50
{
	cursor: pointer;
	font-size: 13px;
	line-height: 50px;
	font-weight: 700;
	color: #424242;
	text-align: center;
	text-transform: uppercase;
}

.boxfiltri a.col50 i
{
	margin-right: 5px;
}

#closefilter {
    border-right: 1px solid #dedede;
}

.sovramenu
{
	left:-401px;
	-webkit-transition: 0.5s all ease-in;
	-moz-transition: 0.5s all ease-in;
	-ms-transition: 0.5s all ease-in;
	-o-transition: 0.5s all ease-in;
	transition: 0.5s all ease-in;
	clear: both;
	position: fixed;
	display: block;
	top: 53px;
	width: 80%;
	bottom: 0;
	background: #fff;
	z-index:11;
	max-width:400px;
}

.sovramenu.actives
{
	left: 0;
}

#closefiglio
{
	background: #E0E0E0;
	color: #424242;
	font-size: 13px;
	font-weight: 700;
	cursor: pointer;
}

#closefiglio i {
    font-size: 19px;
    font-weight: 700;
    margin-right: 9px;
    vertical-align: -1px;
}

.top .menu .sovramenu > li > a {
    color: #616161 !important;
    font-weight: 500 !important;
    padding-left: 20px;
    font-size: 12px;
    letter-spacing: 0.5px;
}

.figlidue
{
	display: none;
}

.fa.actives
{
	-webkit-transform: rotate(270deg);
	-moz-transform: rotate(270deg);
	-ms-transform: rotate(270deg);
	-o-transform: rotate(270deg);
	transform: rotate(270deg);
}

.figlidue li a {
    color: #808080 !important;
    font-weight: 400 !important;
    font-size: 12px !important;
    border: 0 !important;
    line-height: 25px !important;
    letter-spacing: 0.5px !important;
	padding-left: 20px !important;
}

.figlidue li
{
	height: 25px  !important;
	border: 0  !important;
	line-height: 25px  !important;
}

.contfiltri
{
	display: block;
	margin-top: 60px;
	position: relative;
}

.sceglifiltro
{
	display: none;
	margin-top: 60px;
	position: relative;
}

.contfiltri h3, .sceglifiltro h3
{
	font-size: 12px;
	color: #ec008c;
	margin-bottom: 15px;
	font-weight: 500;
	margin-top: 0;
	text-transform: uppercase;
}

.openscegli, .openscegli:hover, .openscegli:focus, .openscegli:active
{
	position: relative;
	font-size: 15px;
	color: #666666;	
	font-weight: 500;
}

.space45
{
	display: block;
	clear: both;
	width: 100%;
	height: 45px;
}

.reset, .reset:hover, .reset:focus, .reset:active {
    position: absolute;
    top: 0;
    right: 10px;
    font-size: 12px;
    font-weight: 500;
    color: #666666;
    border: 1px solid #666666;
    padding: 7px 10px;
    text-transform: uppercase;
    line-height: 12px;
}

.filtros, .filtros:hover, .filtros:focus, .filtros:active
{
	font-size: 15px;
	line-height: 18px;
	font-weight: 500;
	margin-bottom: 15px;
	color: #666666;
	display: block;
	clear: both;
}

#sliderprod {
    height: 290px;
    overflow: hidden;
}

#sliderprod img {
    display: block;
    margin: 0px auto;
}

#sliderprod .item
{
	width: 100%;
	height: 290px;
}

#vediprodotto .tit {
    font-size: 16px;
    line-height: 25px;
    color: #424242;
    font-weight: 500;
    margin-top: 4px;
    margin-bottom: 10px;
    letter-spacing: 0.5px;
}

#vediprodotto .rece
{
	margin-top: 20px;
}

.variationsProduct
{
	margin-bottom: 0;
}

.variationsProduct select {
    display: block;
    float: left;
    width: 100%;
    height: 30px;
    line-height: 30px;
    border: 1px solid #424242;
    font-size: 14px;
    font-weight: 500;
    color: #666666;
    padding: 0px 10px;
    border-radius: 0;
    background: #fff !important;
    box-shadow: none;
}

.form-group.variationsProduct {
    display: block;
    float: left;
    width: 32.333%;
    margin-right: 1%;
}

.variationsProduct .input-group.text-center {
    border: 1px solid #424242;
    height: 30px;
    overflow: hidden;
}

.input-group-addon {
    padding: 5px 11px;
    font-size: 17px;
    font-weight: 400;
    line-height: 1;
    color: #555;
    text-align: center;
    background-color: #fff;
    border: 0;
    border-radius: 0;
    max-height: 30px;
}

#quantity {
    height: 28px;
    text-align: center;
    border: 0;
}

.fixedtotal
{
	height: 40px;
	width: 100%;
	bottom: 0;
	left: 0;
	right: 0;
	position:fixed;
	background: #fff;
	border:1px solid #424242;	
	z-index:10;
}

.fixedtotal .price
{
	line-height: 40px;
	padding-left: 10px;
	font-size: 14px;
	font-weight: 700;
	color: #424242;
}

.btn-addcart, .btn-addcart:hover, .btn-addcart:focus, .btn-addcart:active
{
	width: 100%;
	display: block;
	height: 40px;
	line-height: 40px;
	background: #424242;
	border:0;
	border-radius:0;
	color: #fff;
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.5px;
}

.btn-addcart img {
    vertical-align: -2px;
 	margin-left: 0;
	margin-right: 4px;
}

.btn-wish, .btn-wish:hover, .btn-wish:focus, .btn-wish:active
{
	width: 100%;
	display: block;
	clear: both;
	height: 30px;
	line-height: 30px;
	background: #f5f5f5;
	border:1px solid #424242;
	text-align: center;
	color: #424242;
	font-size: 14px;
	font-weight: 700;
	border-radius:0;
	box-shadow: none;
}

.btn-wish img {
    margin-left: 0;
    margin-top: 0;
    margin-right: 5px;
    vertical-align: -4px;
}

.tabbing
{
	margin-bottom: 0;
	margin-top: 10px;
}

.titups
{
	text-align: center;
	text-transform: uppercase;
	color: #424242;
	font-weight: 700;
	letter-spacing: 0.5px;
	margin-top: 0;
	margin-bottom: 20px;
	font-size: 16px;
}

.sweet-alert h2 {
    color: #575757;
    font-size: 20px;
    text-align: center;
    font-weight: 600;
    text-transform: none;
    position: relative;
    margin: 20px 0;
    padding: 0;
    line-height: 30px;
    display: block;
}

.sweet-alert p {
    color: #797979;
    font-size: 14px;
    text-align: center;
    font-weight: 300;
    position: relative;
    text-align: inherit;
    float: none;
    margin: 0;
    padding: 0;
    line-height: normal;
    line-height: 20px;
}

.sweet-alert button {
    background-color: #8CD4F5;
    color: white;
    border: none;
    box-shadow: none;
    font-size: 17px;
    font-weight: 500;
    -webkit-border-radius: 4px;
    border-radius: 0;
    padding: 10px 12px;
    margin: 16px 5px 0 5px;
    cursor: pointer;
}

.fixtopmob
{
	display: block;
	clear: both;
	width: 100%;
	height: 50px;
}

.col10
{
	width: 10%;
	float: left;
	display: block;
}	

.col80
{
	width: 80%;
	float: left;
	display: block;
}	

.top .col10, .top .col80
{
	text-align: center;
	line-height: 50px;
	height: 50px;
}

.top .col80
{
	font-size: 14px;
	font-weight: 700;
	color: #424242;
}	

.backsez .fa.fa-angle-left {
    font-size: 22px;
    color: #424242;
    float: none;
    position: static;
    top: 2px;
    left: 15px;
    vertical-align: -3px;
}

.top .col80
{
	line-height: 52px;
}	

div.col10:nth-child(3) > a:nth-child(1) > img:nth-child(1) {
    margin-top: -2px;
}

/* carrello mobile */

.s-cart
{
	display: block;
	clear: both;
	width: 100%;
	height:100px;
}	

.s-cart .info
{
	width: 100%;
	display: block;
	clear: both;
	height: 75px;
	padding-top: 10px;
	padding-bottom: 10px;
}

.s-cart .action
{
	width: 100%;
	display: block;
	clear: both;
	height: 25px;
	background: #eee;
}

.s-cart .info .foto
{
	display: block;
	float: left;
	width: 31%;
	padding-right: 10px;
	height: 55px;
	overflow: hidden;
}

.s-cart .info .foto img
{
	display: block;
	width: auto;
	height: auto;
	max-width:100%;
	max-height:55px;
}

.s-cart .info .txt
{
	display: block;
	float: left;
	width: 51%;
	padding-right: 10px;
	height: 55px;
	overflow: hidden;
}

.s-cart .info .price {
    display: block;
    float: left;
    width: 18%;
    height: 55px;
    overflow: hidden;
    font-size: 12px;
    line-height: 18px;
    color: #424242;
    max-height: 25px;
    font-weight: 500;
    margin-top: 37px;
}

.s-cart .info .txt .tit
{
	font-size: 12px;
	line-height: 18px;
	color: #424242;
	max-height:25px;
	overflow: hidden;
	font-weight: 500;
}

.s-cart .info .txt .cod
{
	font-size: 10px;
	line-height: 10px;
	max-height:10px;
	overflow: hidden;
	color: #b3b3b3;
	text-transform: uppercase;
}

.action .btn-delete
{
	display: block;
	float: left;
	width: 35%;
	height: 25px;  
	border:1px solid #CCCCCC;
	line-height: 25px;
	color: #666;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: 700;
}

.action .btn-delete img {
    margin-right: 5px;
    vertical-align: -2px;
}

.action .qty
{
	width: 65%;	
	display: block;
	float: left;
	height: 25px;
	border:1px solid #CCCCCC;
	border-left: 0;
	line-height: 22px;
	font-size: 12px;
	font-weight: 500;
	text-transform: uppercase;
	padding-left: 10px;
	color: #666;
}

.action .qty span.input-group-addon
{
	width: 30px;
	text-align: center;
	height: 25px;
	line-height: 23px;
	color: #424242;
	border:0;
	font-size: 16px;
	float: left;
}

.col40
{
	display: block;
	float: left;
	width: 40%;
}

.col60
{
	display: block;
	float: left;
	width: 60%;
}

.action .qty input
{
	float: left;
	height: 25px;
	border:0;
	width: 50px;
	margin: 0px auto;
	display: block;
	border-radius:0;
	background: transparent;
	text-align: center;
	box-shadow:none;
}

.fixedcart {
    display: block;
    clear: both;
    position: fixed !important;
    bottom: 0;
    top: auto !important;
    left: 0;
    right: 0 !important;
    height: 85px;
    background: #fff;
    width: 100% !important;
	z-index: 99999 !important;
	padding-top: 10px !important;
}

.fixedcart .col50
{
	padding: 0px 10px;
	font-size: 14px  !important;
	font-weight: 700;
	color: #424242;
	text-transform: uppercase;
	line-height: 14px !important;
	margin: 0;
}

.btn-next, .btn-next:hover, .btn-next:focus, .btn-next:active {
    width: 100% !important;
    border-radius: 0px !important;
    text-transform: uppercase !important;
    color: #fff !important;
    background: #424242 !important;
    height: 41px !important;
    line-height: 42px !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    letter-spacing: 0.5px !important;
}

.btn-next i {
    margin-left: 5px;
    font-size: 17px;
    line-height: 18px;
    vertical-align: 0px;
    font-weight: 700;
}

#login select, #login input[type="text"], #login input[type="password"], #login input[type="email"], #m_cart select, #m_cart input[type="text"], #m_cart input[type="password"], #m_cart input[type="email"], #userarea select, #userarea input[type="text"], #userarea input[type="email"], #userarea input[type="password"]
{
	height: 25px;
	border: 0;
	width: 100%;
	display: block;
	clear: both;
	border-bottom: 1px solid #999999;
	font-size: 12px;
	line-height: 25px;
	padding: 0px 5px;
	color: #4D4D4D;
	font-weight: 400;
	margin-bottom: 10px;
	background: #fff;
}

.space10
{
	display: block;
	clear: both;
	width: 100%;
	height: 10px;
}

h4
{
	color: #ec008c;
	font-weight: 700;
	font-size: 14px;
	line-height: 14px;
	margin: 0;
	text-transform: uppercase;
	letter-spacing: 0.5px;
}

#m_cart .btn-accedi,  #m_cart .btn-accedi:hover, #m_cart .btn-accedi:active, .btn-accedi:focus, .btn-accedi, .btn-accedi:hover, .btn-accedi:active, .btn-accedi:focus
{		  
	width: 100%;
	display: block;
	clear: both;
	background: #ec008c;
	color: #fff;
	border-radius:0px;
	font-size: 14px;
	font-weight: 700;
	height: 25px;
	line-height: 25px;
	text-transform: uppercase;
	box-shadow:none;
	padding: 0;
	text-align: center;
	border: 0;
}

#m_cart .s-tab
{
	width: 100%;
	display: block;
	clear: both;
	height: 30px;
	line-height: 30px;
	border:1px solid #ec008c;
	font-size: 12px;
	padding: 0;
	padding-left: 10px;
	font-weight: 700;
	text-transform: uppercase;
	color: #ec008c;
}

#m_cart .s-tab.active
{
	color: #fff;
	background: #424242;
}

#regcon.his {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 10;
    background: #fff;
	padding-bottom: 85px;
}

#m_cart .tabboso {
    width: 100%;
    height: auto;
    padding: 50px 10px;
    display: block;
    min-height: 225px;
	padding-bottom: 85px;
}

#m_cart .tabbosomenopad .tabboso
{
	padding-top: 10px !important;
}

#m_cart .btn.btn-default.btntabs {
    width: 100% !important;
    border: 1px solid #424242 !important;
    cursor: pointer !important;
    text-align: center !important;
    color: #424242 !important;
    font-size: 14px !important;
	font-weight: 700 !important;
    text-transform: uppercase !important;
    line-height: 40px !important;
    padding: 0 !important;
    height: 40px !important;
    padding-top: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
	margin-bottom: 20px  !important;
	border-radius:4px  !important;
}

#m_cart .btn.btn-default.btntabs.active
{
	background: #424242 !important;
	color: #fff !important;
}

.description_payment {
    clear: both;
    padding-bottom: 95px;
    padding-top: 10px;
    font-size: 16px;
}

p.dati {
    font-size: 13px !important;
    line-height: 19px !important;
    color: #616161 !important;
    margin: 0 !important;
}

.row.totalefin {
    padding-bottom: 95px;
}

.row.totalefin {
    font-size: 20px;
    font-weight: 700;
}

.row.subtot {
    font-size: 15px;
    line-height: 15px;
    color: #616161;
    margin-bottom: 20px;
    margin-top: 30px;
}

.viewzone
{
	display: block;
	clear: both;
	height: 290px;
	width: 100%;
	overflow: hidden;
}	

.sliderprodotto
{
	display: block;
	clear: both;
	height: 290px;
	width: auto;
	-webkit-transition: 0.4s all ease-in;
	-moz-transition: 0.4s all ease-in;
	-ms-transition: 0.4s all ease-in;
	-o-transition: 0.4s all ease-in;
	transition: 0.4s all ease-in;
}	

.sliderprodotto img
{
	float: left;
	display: block;
}

.successcart
{
	height: 25px;
	line-height: 25px;
	text-align: center;
	color: #fff;
	background: #29ABE2;
	width: 100%;
	position: fixed;
	top: 50px;
	left: 0;
	font-size: 12px;
	font-weight: 500;
}	

.successcart.errore
{
	background: red;	
}

.pallinocart {
    position: absolute;
    width: 18px;
    height: 18px;
    line-height: 18px;
    background: transparent;
    top: 21px;
    right: 13px;
    border-radius: 30px;
    text-align: center;
    font-size: 7px;
    font-weight: 700;
    color: #fff;
    box-shadow: none;
    z-index: 100;
}

.successcart::after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 5px 8px 5px;
    border-color: transparent transparent #29aae2 transparent;
    position: absolute;
    top: -7px;
    right: 5%;
    z-index: 100;
}


.successcart.errore::after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 5px 8px 5px;
    border-color: transparent transparent red transparent;
    position: absolute;
    top: -7px;
    right: 5%;
    z-index: 100;
}


#userarea select.menu-utente {
    margin: 0;
    list-style: none;
    width: 80%;
    display: block;
    clear: both;
    padding: 5px 5px;
    margin: 10px 0;
    border: 1px solid #424242;
    font-size: 13px;
    background: url("/imgm/menu.png");
    background-repeat: no-repeat;
    background-position: 95% 5px;
    background-size: 24px;
	height: 31px;
	line-height: 31px;
}

.vocemenu select {
    width: 30px !important;
}

.backsez {
    position: absolute;
    left: 10px;
    top: -3px;
}

.altriprodotti
{
	display: none;
}

#box_coupon
{
	display: block;
	clear: both;
	width: 100%;	
	position: relative;
}

#submit_coupon {
    float: left;
    z-index: 10;
    position: absolute;
    top: 15px !important;
    right: 0;
    border: 0;
    background: transparent;
    color: #757575;
    font-size: 15px !important;
    font-weight: 300;
    margin-top: 2px;
    cursor: pointer;
}

#coupon_name
{
	margin-top: 10px;
}

.barraricerca {
    position: absolute;
    width: 0px;
    overflow: hidden;
    top: -4px;
    left: 0px;
    -webkit-transition: 0.3s all ease-in;
    -moz-transition: 0.3s all ease-in;
    -ms-transition: 0.3s all ease-in;
    -o-transition: 0.3s all ease-in;
    transition: 0.3s all ease-in;
}

.barraricerca.active {
    width: 170px;
    left: -166px;
    z-index: 100;
    background: #fff;
    padding: 0px 0px;
}

a, a:hover {
    color: #ec008c;
    text-decoration: none;
}

.carousel-indicators {
    z-index: 8;
}

.space20
{
	display: block;
	clear: both;
	height: 20px;
	width: 100%;
}	

.space30
{
	display: block;
	clear: both;
	height: 30px;
	width: 100%;
}	

.space50
{
	display: block;
	clear: both;
	height: 50px;
	width: 100%;
}	

.logo {
    display: block;
    float: left;
    max-height: 45px;
    margin-top: 0.5px;
    margin-left: 15px;
}

.s-prod .info a.tit, .s-prod .info a.tit:hover, .s-prod .info a.tit:focus, .s-prod .info a.tit:active {
    display: block;
    clear: both;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
    text-align: center;
    font-size: 12px;
    line-height: 17px;
    font-weight: 500;
    color: #424242;
    padding: 0px 10px;
    height: 50px;
    overflow: hidden;
}

.boxprice {
    min-height: 65px;
    width: 100%;
    display: block;
    clear: both;
}

.boxprice .col33 {
    border: 1px solid #cccccc;
    height: 52px;
    background: #f2f2f2;
    padding: 5px;
    color: #333333;
    font-size: 16px;
    line-height: 25px;
    text-align: center;
    width: 100%;
    float: left;
}

.boxprice .col33 span {
    color: #333333;
    font-size: 10px;
    line-height: 17px;
    display: block;
    clear: both;
    text-align: center;
    margin-top: -2px;
}

.s-prod {
    width: 50%;
    border: 1px solid #F2F2F2;
    min-height: 380px;
    margin: 0;
    padding: 0;
    float: left;
}

.top .menu #menu > li
{
	text-transform: uppercase;
}

#vediprodotto .rece {
    margin-top: 20px;
    display: none;
}

.imgbig {
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
}

.taglie, .colori {
    width: 100%;
    display: block;
    clear: both;
}

.colore {
    display: block;
    float: left;
    width: 28px;
    height: 28px;
    margin-right: 10px;
}

.btn-vedip, .btn-vedip:hover, .btn-vedip:focus, .btn-vedip:active {
    width: 100%;
    height: 50px;
    display: block;
    float: right;
    color: #fff;
    font-size: 18px;
    line-height: 50px;
    font-weight: 700;
    text-align: center;
    background: #ec008c;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-decoration: none;
}

.top .col80 span
{
	color: #ec008c;
	margin-right: 5px;
}	

.toppers
{
	height: 30px;
}

.toppers .col10
{
    text-align: center;
    line-height: 36px;
    height: 30px;
}

.top .col80 
{
    text-align: center;
    line-height: 31px;
    height: 30px;
	text-transform: uppercase;
}

div.col10:nth-child(3) > a:nth-child(1) > img:nth-child(1) {
    margin-top: -7px;
}

.titcolpers {
    width: 100%;
    display: block;
    clear: both;
    margin-bottom: 15px;
}

.titcolpers img {
    float: left;
    display: block;
    width: 28px;
}

.titcolpers .txt {
    float: left;
    display: block;
    width: 90%;
    margin-left: 10px;
    margin-top: 5px;
}

.titcolpers .txt h2, h2.museo {
    font-size: 18px;
    line-height: 18px;
    margin: 0;
    padding: 0;
    font-weight: 700;
    color: #333;
    text-transform: uppercase;
	font-family: "Museo";
}

.titcolpers .txt h3 {
    margin: 0;
    padding: 0;
    font-family: "Lato";
    font-size: 12px;
    color: #666;
    line-height: 14px;
}

.infopers {
    color: #ec008c;
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 20px;
}

.infopers i {
    font-size: 16px;
    line-height: 16px;
    margin-right: 5px;
    vertical-align: -1px;
}

.titcolpers .txt {
    float: left;
    display: block;
    width: 80%;
    margin-left: 10px;
    margin-top: 5px;
}

.quantitapers input {
    color: #ec008c;
    width: 80px;
    height: 45px;
    line-height: 45px;
    border: 1px solid #CCCCCC;
    text-align: center;
    font-size: 17px;
    font-weight: 700;
}

.quantitapers i {
    font-size: 30px;
    margin: 0px 10px;
    color: #ec008c;
    line-height: 0;
    vertical-align: -4px;
}
.quantitapers {
    text-align: center;
}

.boxprice .col12 {
    border: 1px solid #cccccc;
    height: 60px;
    background: #f2f2f2;
    padding: 5px;
    color: #333333;
    font-size: 20px;
    line-height: 22px;
    text-align: center;
    float: left;
    width: 33.3333%;
	font-family: "Museo";
}

.boxprice .col12 span {
    color: #333333;
    font-size: 10px;
    line-height: 20px;
    display: block;
    clear: both;
    text-align: center;
    margin-top: -2px;
}

.fixedpers
{
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 80px;
	box-shadow: 0px -2px 1px rgba(170, 170, 170, 0.75);
	-webkit-transition: 0.2s all ease-in;
	-moz-transition: 0.2s all ease-in;
	-ms-transition: 0.2s all ease-in;
	-o-transition: 0.2s all ease-in;
	transition: 0.2s all ease-in;
}

.openboxs i
{
	-webkit-transition: 0.2s all ease-in;
	-moz-transition: 0.2s all ease-in;
	-ms-transition: 0.2s all ease-in;
	-o-transition: 0.2s all ease-in;
	transition: 0.2s all ease-in;
}

.openboxs i.open
{
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}	

.fixedpers.open
{
	height: 155px;
}

.sparevole
{
	display: none;
}

.rigabb
{
	width: 100%;
	padding: 0px 10px;
	font-size: 13px;
	line-height: 25px;
	color: #808080;
	display: block;
	clear: both;
}

.rigabb.rose
{
	color: #424242;	
}

.col50
{
	float: left;
	display: block;
	width: 50%;
}

div.rigabb.rose > div:nth-child(2)
{
	color: #ec008c;	
}

.totals
{
	width: 100%;
	padding: 0px 10px;
	font-size: 14px;
	line-height: 23px;
	color: #424242;
	display: block;
	clear: both;
	font-weight: 700;
}

.col25
{
	float: left;
	display: block;
	width: 25%;
}

.btn-prosegui, .btn-prosegui:hover, .btn-prosegui:focus, .btn-prosegui:active
{
	width: 100%;
	height: 40px;
	line-height: 40px;
	color: #fff;
	background: #ec008c;
	text-align: center;
	font-family: "Museo";
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 0.5px;
	display: block;
}

.col80
{
	width: 80%;
	float: left;
	display: block;
}	

.col20
{
	width: 20%;
	float: left;
	display: block;
}	

.col33
{
	width: 33.3333%;
	float: left;
	display: block;
}

.rowgrey
{
	width: 100%;
	display: block;
	clear: both;
	padding: 0px 10px;
	height: 35px;
	line-height: 35px;
	background: #F2F2F2;
	color: #333333;
}

.rowgrey span
{
	color: #ec008c;	
}

.variazions h4
{
	margin-top: 0;
	margin-bottom: 10px;
	font-family: "Museo";
	font-size: 12px;
	line-height: 12px;
	font-weight: 700;
	text-transform: uppercase;
	color: #333333;
}

.dropdown-menu.inner {
    width: 60px !important;
    text-align: center;
}

.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn)
{
	width: 80%;
	height: 42px;
}

.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) > button
{
	border-radius:0;
	height: 42px;
}

.bootstrap-select .dropdown-menu > li > a {
    display: block;
    padding: 3px 12px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
    text-align: center !important;
	height: 28px;
}

.bootstrap-select.btn-group .dropdown-toggle .caret {
    position: absolute;
    top: 50%;
    right: 7px;
    margin-top: -2px;
    vertical-align: middle;
}

.qtypers {
    height: 42px;
    width: 80%;
    text-align: center;
    border: 1px solid #ccc;
}

.s-var
{
	width: 100%;
	display: block;
	clear: both;
	margin-bottom: 10px;
}

.inputoggle
{
	float: right;
	overflow: hidden;
	height: 35px;
	width: 40px;
	position: relative;

}

.switch-wrap {
    height: 9px;
    width: 31px;
    background: #b3b3b3;
    position: absolute;
    z-index: 2;
    top: 13px;
    right: 5px;
    border-radius: 4px;
}

.inputoggle input[type="checkbox"]
{
	display: none;
}

.switch-wrap .slider
{
	position: absolute;
	width: 18px;
	height: 18px;
	border-radius:30px;
	z-index:5;
	background: #fff;
	top: -5px;
	left: 0;
	box-shadow: 1px 1px 1px rgba(170, 170, 170, 0.7);
	-webkit-transition: 0.3s all ease-in;
	-moz-transition: 0.3s all ease-in;
	-ms-transition: 0.3s all ease-in;
	-o-transition: 0.3s all ease-in;
	transition: 0.3s all ease-in;
}

.lights-is-active .switch-wrap
{
	background: #ec008c;
}	

.lights-is-active .switch-wrap .slider
{
	background: #ec008c;
	left: 13px;
}	

.upp
{
	text-transform: uppercase;
}

#canvas {
    width: 300px;
    z-index: 10;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -150px;
    margin-top: -150px;
}

.overlayloader
{
	content:"";
	position:fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index:2;
	background: rgba(255, 255, 255, 0.7);
}

.informativacarica
{
	width: 100%;
	display: block;
	clear: both;
	background: rgba(236, 0, 140, 0.1);
	padding: 10px;
}

.informativacarica p
{
	font-size: 12px;
	line-height: 15.5px;
	color: #4d4d4d;
	font-family: "Lato";
}

p.titnotes
{
	color: #666;
	font-size: 14px;
	line-height: 16px;
	font-family: "Lato";
}

.notestampa {
    width: 100%;
    border: 1px solid #cccccc;
    padding: 5px;
    font-family: "Lato";
}

.caricav {
    display: block;
    float: left;
    max-width: 100%;
    word-break: break-all;
}

#pers .caricav h2
{
	font-family: "Lato";
	font-size: 16px;
	line-height: 16px;
	color: #333;
	font-weight: 700;
	margin-top: 20px;
	margin-bottom: 10px;
	padding: 0;
}

.caricav 
{
    display: block;
    float: left;
}

.btn-carica, .btn-carica:hover, .btn-carica:focus, .btn-carica:active
{
	background: #ec008c;
	width: 107px;
	height: 40px;
	line-height: 40px;
	color: #fff;
	font-size: 16px;
	font-weight: 700;
	text-align:center;
	display: block;
	text-transform:uppercase;
	margin-bottom: 10px;
}

.caricav p.file
{
	font-size: 12px;
	line-height: 12px;
	display: block;
	clear: both;
	padding: 0;
	margin: 0;
	margin-bottom: 5px;
	color: #ec008c;
}

.caricav p.file span
{
	cursor:pointer;
	color:#000;
	margin-left: 5px;
}

.fixedpers {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 80px;
    box-shadow: 0px -2px 1px rgba(170, 170, 170, 0.75);
    -webkit-transition: 0.2s all ease-in;
    -moz-transition: 0.2s all ease-in;
    -ms-transition: 0.2s all ease-in;
    -o-transition: 0.2s all ease-in;
    transition: 0.2s all ease-in;
    z-index: 10;
    background: #fff;
}

.fixfixedpers
{
	display: block;
	clear: both;
	height: 100px;
	width: 100%;
}

.fixfixedpers.open
{
	display: block;
	clear: both;
	height: 175px;
	width: 100%;
}

.mostrafiles
{
	display: block;
	float: left;
	margin-right: 10px;
}

.btn-carica, .btn-carica:hover, .btn-carica:focus, .btn-carica:active {
    background: #ec008c;
    width: 107px;
    height: 40px;
    line-height: 40px;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    display: block;
    text-transform: uppercase;
    margin-bottom: 10px;
    float: left;
}

#cont_images {
    display: block;
    float: left;
    padding-left: 10px;
    margin-left: 10px;
    border-left: 1px solid #b3b3b3;
    min-height: 40px;
}

.barraricerca.active {
    width: 170px;
    left: -146px;
    z-index: 100;
    background: #fff;
    padding: 0px 0px;
    top: 34px;
    border: 0;
}

.barraricerca {
    width: 0px;
    right: -146px;
    z-index: 100;
    background: #fff;
    padding: 0px 0px;
    top: 34px;
    border: 0;
}

.barraricerca input {
    background: transparent;
    border: 0;
    border-bottom: 2px solid #ec008c;
    line-height: 30px;
    font-size: 16px;
    color: #757575;
    text-align: left;
    padding: 0 10px;
    border-radius: 0;
    box-shadow: none;
}

.privacy input {
    margin-right: 5px;
}

.box_serv {
    width: 90%;
    border: 1px solid #e6e6e6;
    float: left;
    position: relative;
    margin: 10px 5%;
    text-align: center;
    padding: 2%;
}

.box_serv p {
    font-size: 13px;
    font-weight: 700;
    margin-top: 20px;
}

.btn-next, .btn-next:hover, .btn-next:focus, .btn-next:active
{
	background: #ec008c;
}

.pr10
{
	padding-right: 10px;
 }

.col24mr {
    width: 50%;
    float: left;
    display: block;
    padding: 1%;
    position: relative;
}

.boxmaglia.active {
    border: 2px solid #ec008c;
}
.boxmaglia {
    display: block;
    clear: both;
    border: 1px solid #E6E6E6;
    padding: 10px;
    cursor: pointer;
    position: relative;
    min-height: 320px;
    margin-bottom: 10px;
}

.boxmaglia.active .fa-check {
    display: block;
}
.boxmaglia .fa-check {
    color: #ec008c;
    position: absolute;
    top: 10px;
    right: 10px;
    display: none;
}

.boxmaglia img {
    max-width: 80%;
    display: block;
    margin: 0px auto;
}

.checkmaglia {
    display: none;
}

.col24mm p, .col24ml p, .col24mr p {
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    color: #333;
    margin-top: 20px;
    text-transform: uppercase;
    min-height: 46px;
}

#ps3 .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) > button {
    border-radius: 0;
    height: 42px;
    width: 134px !important;
}

.contimgss {
    display: block;
    clear: both;
    overflow: hidden;
    max-width: 100%;
}

.boxmaglia.disabled::before, .col24mr.disabled::before {
    background: rgba(0, 0, 0, 0.3) none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: -10px;
    width: 100%;
    z-index: 9;
}

.taglie .taglia {
    display: inline-block;
    margin: 0px 5px;
}

.boxmaglia .selectpicker {
    width: 135px !important;
}

#ps4 img {
    max-width: 31%;
    margin-bottom: 10px;
}

.sweet-alert h2
{
	color: #ec008c !important;
}

.sweet-alert button
{
	background: #ec008c !important;
}

#ps4 img {
    max-width: 23%;
    margin-bottom: 10px;
}

.sweet-alert fieldset
{
	display: none;
}

img.casetta
{
	margin-left: 25px;
	vertical-align: 1px;
}

#m_cart .s-tab.active {
    color: #ec008c;
    background: #fff;
    border: 4px solid #ec008c;
    line-height: 23px;
}























