/* CSS Document per Gioielleria Maglione 
* Blu principale: #0e3f6a
* Arancio: #f7931e
*
*/
body {
	font-family: 'Ubuntu', sans-serif;
	font-weight: 300;
}
h1, h2, h3, h4, h5 {
	/*font-family: 'Playfair Display', serif;*/
	font-family: 'Ubuntu', sans-serif;
}
.action-bar {
	background-color: #f2f2f2;
	color: #0e3f6a;
	font-size: 12px;
	padding: 10px 0;
}
.action-bar div {
	padding-left: 0 !important;
	padding-right: 0 !important;
}
.action-bar div.container {
	padding-left: 15px !important;
	padding-right: 15px !important;
}
ul.menu-action-bar  { 
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: left;
}
.menu-action-bar.utility  {
	text-align: right;
}
.rating {
	text-align: center;
}
.menu-action-bar li { 
	display: inline-block;
	padding: 0 10px;
	border-right: 1px solid #0e3f6a;
	text-align: center;
}
.menu-action-bar li:last-child { 
	border-right: none;
}
.logo {
	text-align: center;
}
.logo img {
    width: 80%;
    max-width: 300px;
}
.logo-area {
    margin-top: 20px;
    margin-bottom: 20px;
}
.logo-area .messaggio {
	text-transform: uppercase;
	font-weight: bold;
	color: #0e3f6a;
	padding: 30px 0 0 15px;
}
.logo-area .messaggio bold {
	color: #f7931e;
}
.icona-trasporto {
	background-image: url(../images/icone/trasporto.png);
	background-repeat: no-repeat;
	background-size: 32px 14px;
	background-position: right center;
	padding-right: 40px;
}
.icona-carrello {
	background-image: url(../images/icone/carrello.png);
	background-repeat: no-repeat;
	background-size: 20px 17px;
	background-position: left center;
    padding: 5px 0 5px 30px;
	color: #afafaf;
}
.icona-carrello:hover {
	color: #0e3f6a;
}
.navbar-default .navbar-collapse {
    border-top: 2px solid #0e3f6a;
	padding-top: 5px;
}
.navbar-default {
	box-shadow: none;
    margin: 20px 0 0px 0;
}
.nav>li>a {
    text-transform: uppercase;
	padding: 0;
	border-right: 1px solid #0e3f6a !important;
	font-size: 18px;
}
.nav>li:first-child>a {
	padding-left: 0;
}
.nav>li:last-child>a {
	padding-right: 0;
	border-right: none !important;
}
.nav>li>a:hover, .nav>li>a:focus {
    text-decoration: none;
    background-color: transparent;
}
.navbar-collapse {
    padding-right: 0;
    padding-left: 0;
}
.slider-bg {
	/*
	background-color: #0e3f6a;
	*/
	margin-bottom: 30px;
}
.slider-bg .carousel-inner {
    width: 95%;
    margin: 0 auto;
	}
.slider-bg .carousel-inner img {
    margin: 0 auto;
}
.ricerca-header {
	text-align: right;
}
.sidebar {
	color: #0e3f6a;
}
.menu-sidebar ul {
    border-bottom: 1px solid #0e3f6a;
    list-style: none;
    margin: 0;
    padding: 0 0 10px 0;
    text-transform: uppercase;
}
.menu-sidebar ul a {
	color: #236eaf;
    /*font-weight: bold;*/
}
.menu-sidebar ul a:hover {
	color: #0e3f6a;
}
.testo-sidebar {
	color: #666666;
	font-size: 13px;
	text-align: justify;
	margin-top: 20px;
}
.recensione {
    overflow: auto;
    border: 1px solid #b3b3b3;
    padding: 10px;
	margin-bottom: 10px;
}
.recensioni a {
	text-align: right;
	font-weight: bold;
    display: inherit;
}
.box-home-quadrato {
    background-repeat: no-repeat;
    background-position: center center;
    height: 0;
    width: 100%;
    padding-bottom: 100%;
    background-size: contain;
}
.box-testo {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 80%;
    height: 80%;
    margin-top: -40%;
    margin-left: -40%;
    text-align: center;
}
.box-colore.azzurro {
	background-color: #a7c5df;
}
.box-colore.viola {
	background-color: #e0cedb;
}
.box-colore.perla {
	background-color: #e4ccb7;
}
.box-prodotto {
    border: 1px solid #b3b3b3;
    width: 100%;
    min-height: 270px;
    margin: 0 auto;
    position: relative;
}
.box-prodotto img {
    position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.box-testo h2, .box-testo h3 { 
	font-family: 'Ubuntu', sans-serif;
	color: #0e3f6a;
}
.box-descrizione {
    width: 75%;
    float: left;
}
.box-prezzo {
    width: 25%;
    float: right;
    text-align: right;
	padding-top: 10px;
}
.link-shop-home { 
	font-family: 'Ubuntu', sans-serif;
	font-size: 14px;
}
.prezzo-home {
    display: block;
    font-size: 14px;
    color: #0e3f6a;
    line-height: 1.1;
}
.contenuto-mobile-home {
	border-top: 3px solid #999999;
	margin-top: 30px;
}
.contenuto-mobile-home .recensioni {
	margin-top: 20px;
}
.contenuto-mobile-home .recensioni p {
	font-size: 14px;
}
.colonna-centrale .row.box-3,
.colonna-centrale .row.box-2 {
	margin-bottom: 20px;
}
.box-brands h2 {
    color: #FFF;
    font-family: 'Ubuntu', sans-serif;
    font-size: 18px;
    background-color: #999999;
    padding: 8px;
    text-transform: uppercase;
    max-width: 250px;
    margin: -18px auto 0 auto;
}
.box-brands {
	margin-top: 50px;
	border-top: 3px solid #999999;
    text-align: center;
}
.reset {
	clear: both;
}
.badge {
  background: #0e3f6a;
  position: absolute;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  line-height: 35px;
  font-weight: 300;
  font-size: 15px;
  top: 5px;
  left: 10%;
}
.banner h3,
.recensioni h3 {
	text-transform: uppercase;
	font-size: 15px;
	font-family: 'Ubuntu', sans-serif;
}
.recensioni p {
	font-family: 'Playfair Display', serif;
	font-size: 16px;
	font-style: italic;
}
.nominativo {
    float: right;
}
.recensioni .data {
    float: right;
    font-size: 12px;
}
footer {
	background-color: #e6e6e6;
	padding-top: 20px;
	padding-bottom: 20px;
	margin-top: 20px;
}
footer h5 {
	font-weight: bold;
	font-family: 'Ubuntu', sans-serif;
	color: #333333;
	text-transform: uppercase;
}
footer ul {
    list-style: none;
    margin-left: 0;
    padding-left: 0;
	font-weight: normal;
}
footer a {
	color: #333333;
}
.social-footer {
	margin-top: 20px;
}
.credits, .utilities {
	padding-top: 10px;
	margin-top: 10px;
	border-top: 1px solid #808080;
}
.punti-forza img {
	max-width: 72px;
}
.punti-forza h6, .punti-forza .h6 {
    margin-top: 0;
}
.punti-forza h5, .punti-forza .h5 {
    margin-bottom: 0;
}
.social-footer span.facebook,
.social-footer span.instagram,
.social-footer span.pinterest {
	display: inline-block;
	width: 32px;
	height: 32px;
	background-size: 32px;
	background-position: bottom left;
	background-repeat: no-repeat;
	float: left;
	margin-right: 10px;
}
.social-footer span.facebook {
	background-image: url(../images/icone/icone-social-facebook.png);
}
.social-footer span.instagram {
	background-image: url(../images/icone/icone-social-instagram.png);
}
.social-footer span.pinterest {
	background-image: url(../images/icone/icone-social-pinterest.png);
}
.social-footer span.facebook:hover,
.social-footer span.instagram:hover {
	background-position: top left;
}
#custom-search-input{
    padding: 3px;
    border: solid 1px #E4E4E4;
    border-radius: 5px;
    background-color: #fff;
	max-width: 280px;
    margin-top: 20px;
    display: inline-block;
}

#custom-search-input input{
    border: 0;
    box-shadow: none;
}

#custom-search-input button{
    margin: 2px 0 0 0;
    background: none;
    box-shadow: none;
    border: 0;
    color: #666666;
    padding: 0 8px 0 10px;
    border-left: solid 1px #ccc;
}

#custom-search-input button:hover{
    border: 0;
    box-shadow: none;
    border-left: solid 1px #ccc;
}

#custom-search-input .glyphicon-search{
    font-size: 18px;
	color: #0e3f6a;
}
#custom-search-input .input-lg {
    height: 32px;
    padding: 3px 5px;
    font-size: 15px;
    border-radius: 0px;
    max-width: 280px;
	color: #0e3f6a;
}
.filtro-prodotti ul {
    list-style: none;
    padding-left: 0;
	text-align: center;
}
.filtro-prodotti li {
    width: 18%;
    display: inline-block;
    margin-right: 1.5%;
}
.filtro-custom {
    border: none;
    box-shadow: none;
    border-bottom: 3px solid #f7931e;
    border-radius: 0px;
    background-color: #F2F2F2;
    text-transform: uppercase;
    /*font-weight: bold;*/
    color: #0e3f6a;
}
.bordo-top-menu {
    display: block;
    border-top: 2px solid #0e3f6a;
    margin-top: -10px;
	margin-bottom: 30px;
}
.metodo-pag {
    padding-bottom: 10px;
}
.carrello label {
    margin-top:10px;
    font-weight: bold;
}
.colonna-centrale.carrello {
	min-height: 400px;
}
.titolo-pagina {
    border-bottom: 3px solid #0e3f6a;
    padding-left: 0;
    margin-bottom: 20px;
}
.titolo-pagina h1 {
	font-size: 20px;
	font-family: 'Ubuntu', sans-serif;
	color:#0e3f6a;
}
a.btn.btn-warning {
    border-radius: 5px;
    border: none;
}
.btn.flat {
	border: none;
	border-radius: 5px;
	text-transform: uppercase;
    background-image: none;
}
.btn.btn-primary.flat { background-color: #236eaf; }
.btn.btn-warning.flat {}
.btn.btn-primary.flat:hover { background-color: #0e3f6a; }
.btn.btn-warning.flat:hover {}

.container-fluid.interno {
    max-width: 1170px;
}

.bandierinatop{
	width:60%;
}



.glyphicon-star{
	color:#F5E403;
	text-shadow: 1px 1px 1px black;
}
.halfstar {
    position:relative;
}
.halfstar:after {
    content:'';
    position:absolute;
    z-index:1;
	background-color:#f2f2f2;
    width: 50%;
    height: 100%;
    left: 80%;
}

.halfstarw {
    position:relative;
}
.halfstarw:after {
    content:'';
    position:absolute;
    z-index:1;
	background-color:#ffffff;
    width: 50%;
    height: 100%;
    left: 80%;
}

.bottonecolor{
	background-color:#e8a100 !important;
}




#cont_feedback {
	width:100%;
	padding:0px;
	float:left;
	/* [disabled]margin-left: 20px;
*/
	padding-left: 0px;
	padding-right: 0px;
	margin-bottom:15px;
	height: auto;
}
#cont_feedback_top {
	width:330px;
	height:5px;
	float:left;
	background-color: #edda86;
}
#cont_feedback_bottom {
	width:680px;
	height:40px;
	float:left;
	margin-top: 0px;
}
#cont_feedback_nome_cont {
	width:100%;
	height:29px;
	float:left;
	margin-left: 0px;
	margin-top: 10px;
	background-color:#c3c3c3;
}
#cont_feedback_nome {
	width:100px;
	height:20px;
	float:left;
	margin-top: 5px;
	margin-left: 15px;
}
#cont_feedback_data {
	width: 20%;
	height:20px;
	float:left;
	text-align: left;
	margin-top: 5px;
}
#cont_feedback_giudizio {
	width: 20%;
	height:20px;
	float:left;
	text-align: left;
	margin-top: 5px;
}
#cont_feedback_commento {
	width:99%;
	float:left;
	margin-top: 5px;
	margin-left: 15px;
	height: auto;
	margin-bottom: 20px;
}
#cont_feedback_stelle {
	width:150px;
	height:29px;
	float:right;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
}
#cont_feedback_stella {
	background-image:url(images/star_no.png);
	width:28px;
	height:29px;
	float:left;
	margin-right:0px
}

.text_feedback_white_bold {
    color: #FFFFFF;
    font-family: 'Source Sans Pro',sans-serif;
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
}
#vanish{
	width:auto;
	float: left;
}
.stellafeedpos{
	top: 6px;
}
.carousel-inner {
    /*height: 500px !important;*/
}
.nobordertabcar{
	border: 0 !important;
}

.btn-warning {
    background-color:#f7931e;
}

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

.carnoborder{
	border-top: 0 !important;
}

.fotoh{
	height: 480px !important;
	text-align: center !important;
}
.fotopslide{
	max-height: 480px;
}

.dataconseggnaverde{
	color: #457C43;
}

.row.box-4 {
    margin-bottom: 30px;
}

@media screen and (min-width: 320px) {
#cont_feedback_giudizio {
    float: left;
    height: 20px;
    margin-top: 5px;
    text-align: left;
    width: 213px;
    margin-left: -80px;
}
#cont_feedback_data{
	display:none;
}
#vanish{
	display:none;
}
}
@media screen and (min-width: 480px) {
#cont_feedback_data{
	display:block;
}
}
@media screen and (min-width: 768px) {
#cont_feedback_giudizio {
    float: left;
    height: 20px;
    margin-top: 5px;
    text-align: left;
    width: 213px;
    margin-left: 50px;
}
#vanish{
	display:block;
}
.metodo-pag {
    width: 50%;
    float: left;
}
#tabspedut td {
    padding: 10px;
}
td.label-indirizzo {
    width: 16%;
    text-align: right;
}
td.form-indirizzo {
    width: 34%;
}
}
@media screen and (min-width: 1024px) {
#cont_feedback_giudizio {
    float: left;
    height: 20px;
    margin-top: 5px;
    text-align: left;
    width: 213px;
    margin-left: 170px;
}
}
@media screen and (min-width: 1200px) {
#cont_feedback_giudizio {
    float: left;
    height: 20px;
    margin-top: 5px;
    text-align: left;
    width: 213px;
    margin-left: 290px;
}
}





/* MEDIA QUERIES */ 

/* Schermi grandi */
@media only screen and (max-width : 1200px) {
	.nav>li>a {
    font-size: 17px;
	}
	.slider-bg .carousel-inner {
    width: 90%;
    margin: 0 auto;
	}
}

/* Schermi piccoli */
@media only screen and (max-width : 992px) {
	.rating {
    text-align: left;
	}
	.nav>li>a {
    font-size: 13px;
	}
	.box-testo {
    top: 50%;
	}
	.dettagli-prodotto .col-lg-8 .add-to-cart.btn { display: none; }
}
/* Tablet */
@media only screen and (max-width : 768px) {
	.action-bar div {
		padding-left: 15px !important;
		padding-right: 15px !important;
	}
	.ricerca-header,
	.navbar-header {
	text-align: center;
	}
	.navbar-toggle {
    float: none;
	}
	.action-bar {
    font-size: 11px;
	}
	.nav>li>a {
    font-size: 18px;
	}
	.navbar-default .navbar-toggle {
    color: #ffffff;
	background-color: #0e3f6a;
	}
	.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    color: #0e3f6a;
	background-color: #ffffff;
	border: 1px solid #0e3f6a;
	}
	.nav>li>a:hover, .nav>li>a:focus {
    color: #f7931e;
	}
	.slider-bg .carousel-inner {
    width: 100%;
	}
	.punti-forza img {
    float: left;
	margin-right: 20px;
	margin-left: 15%;
	}
	.punti-forza h5, .punti-forza h6 {
	text-align: left;
	}
	.box-testo {
    padding: 5px 15px;
	text-align: center;
	}
	.box-testo h2, .box-testo h3 {
	margin-top: 0;
	}
	.box-3 .col-sm-4 {
	overflow: auto;
	}
	.filtro-prodotti li {
    width: 30%;
    margin-right: 2%;
	}
	.primo-box-home { margin-bottom: 20px;}
	.menu-top { margin-bottom: 10px; }
	.menu-top li { display: inline-block; }
	ul.menu-action-bar { text-align: center; }
	.container-fluid.slider-bg .col-xs-12 { padding: 0; }
	.rating { text-align: center; margin-bottom: 10px; }
	.nav>li>a { border-right: none !important; }
	.colonna-centrale .row.box-3 .col-sm-4,
	.colonna-centrale .row.box-2 .col-sm-8 { margin-bottom: 20px; }
	.link-shop-home { font-size: 13px; }
	.prezzo-home { font-size: 13px; }
	.dettagli-prodotto .col-lg-8 .add-to-cart.btn { display: none; }
	.navbar.navbar-default { margin-top: 0; }
	.container.logo-area { margin-bottom: 0; }
	.bordo-top-menu { display: none; }
	.bandierinatop { width: 50%; }
	.menu-action-bar.utility strong { display: none; }
	.menu-action-bar.utility li { padding: 0 5px; }
	#scontoins { border: 1px solid #ccc; border-radius: 5px; padding: 5px; }
	#applicasc { display: inline !important; margin-left: 10px; }
	#prod12060 a { float: none !important; }
    table#cart tfoot td.label-indirizzo {display: none;}
}

/* Smartphones */ 
@media only screen and (max-width : 480px) {
	.filtro-prodotti li {
    width: 46%;
    margin-right: 3%;
	}
}

/* Personalizzato, iPhone 5s e Retina */ 
@media only screen and (max-width : 320px) {

}
@media only screen and (min-width : 767px) {
	.box-colore {
	height: 0; 
	width:100%;
	padding-bottom:100%;
	}
	.contenuto-mobile-home {
	display: none;
	}
}

/* SHOPPING CART */
.table>tbody>tr>td, .table>tfoot>tr>td{
    vertical-align: middle;
}
.action { text-align: right; }
.visible-mb { display: none; }
.cart-qty {
    width: 60%;
    float: left;
}
a.cart-rfh {
    float: right;
    margin-top: 5px;
}


@media screen and (max-width: 600px) {
	.actions .btn{
		width:36%;
		margin:0;
	}
	.actions .btn-info{ float:left; }
	.actions .btn-danger{ float:right; }
	table#cart thead { display: none; }
	table#cart tbody td {
    	display: block;
    	margin: 10px 0;
    	line-height: 1;
    	border: none;
	}
	table#cart tbody td:nth-child(even) {
		border-bottom: 1px solid #B3B3B3;
	}
	table#cart tbody tr td:first-child { background: #FFFFFF; color: #000000; }
	table#cart tfoot td{display:block; }
	table#cart tfoot td .btn{display:block;}
	.hidden-mb { display: none !important; }
	.visible-mb { display: block; }
	.cart-qty-ext::before { float: left; padding-top: 10px; }
	.cart-qty { width: 30%; float: left; }
	.cart-rfh button { width: 100%; }
	.actions { text-align: center; }
	.actions .btn-danger { float: none; }
	.importo { clear: both; font-size: 14px; }
}
/* FINE SHOPPING CART */

.h3brands{
	font-size: 14px !important;
	margin-top: 5px;
	margin-bottom: 0px;
	
}
.prezzostrk{
	text-decoration:line-through;
}
.prezzostd{
	text-decoration:none;
}