@charset "UTF-8";

/*****************/
/*     home      */
/*****************/

.breadcrumb {
		font-size: 15px !important;
	}

@media (min-width: 768px) {
	.inset-xs-bottom-7-p {
			padding-bottom: 7%;
	}
	
	.breadcrumb {
		font-size: 13px !important;
	}
}

.rd-navbar-submenu-toggle:after {
  margin-left: 0px;
  content: '\f236';
  font-size: 14px;
  font-family: "Material Design Icons";
  
  /*margin-left: 4px;*/
}

.rd-navbar-fullwidth .rd-navbar-submenu-toggle:after {
  margin-left: -10px;
  content: '\f236';
  font-size: 14px;
  font-family: "Material Design Icons";
  
  /*margin-left: 4px;*/
}


.rd-navbar-static .rd-navbar-nav > li > a, .rd-navbar-fullwidth .rd-navbar-nav > li > a {
  font-family: Montserrat;
  display: inline-block;
  font-weight: 600;
  font-size: 13px;
  line-height: 20px;
  color: #474747;

  /* font-weight: 700;  font-size: 14px; */
}

.rd-navbar-static .rd-navbar-nav {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 5;
  width: 100%;
  padding-bottom: 10px;
  /* width:; */
}

.rd-navbar-static .rd-navbar-nav > li + li {
  margin-left: 20px;
  
  /* margin-left: 29px; */
}
.rd-navbar-fullwidth .rd-navbar-nav > li + li {
  margin-left: 0;
  
  /* margin-left: 12px; */
}


.mobilemmenu {
  padding: 0 10px;
}


.bg-primary {
    background-color: #eee;
}
.owl-prev, .owl-next {
    position: absolute;
    width: 50px;
    height: 50px;
    top: calc(50% - 59px);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    font: 400 60px/49px "FontAwesome";
    transition: .3s;
    background-color: #fff;
    text-align: center;
}
.bg-primary .owl-prev, .bg-primary .owl-next {
    background-color: transparent;
    color: #FF4747;
    /* border: 1px solid #fff; */
    /* border-color: #ff7f7f; */
}
.bg-primary .owl-prev:hover, .bg-primary .owl-next:hover {
    /* color: #fff; */
    border: 1px solid #FF4747;
}

.page-footer hr {
    /* margin-top: 20px; */
    /* margin-bottom: 20px; */
    /* border: 0; */
    border-top: 1px solid #fff;
}

/*****************/
/*     elenchi   */
/*****************/

/* elenco categorie */
.thumbnail-variant-1 .categorie {
  background-color: rgba(20, 20, 20, 0.2);
  bottom: 30px;
  color: #141414;
  left: 0;
  padding-bottom: 16px;
  padding-top: 16px;
  position: absolute;
  right: 0;
  transition: all 0.3s ease 0s;
}

p.big {
	height:40px;
}

.font20{
	font-size: 20px;
}

@media (max-width: 479px) {
	
	.range > [class*="cell"] {
			-ms-flex: 0 0 auto;
			-webkit-flex: 0 0 auto;
			flex: 0 0 auto;
			-webkit-flex-basis: 100%;
			-ms-flex-preferred-size: 100%;
			flex-basis: 100%;
			max-width: 100%;
	}

	.range > .cell-xxs-6 {
			-webkit-flex-basis: 50%;
			-ms-flex-preferred-size: 50%;
			flex-basis: 50%;
			max-width: 50%;
			position: relative;
			min-height: 1px;
			padding-left: 15px;
			padding-right: 15px;
			float: left;
	}
	
	.offset-top-45 {
	 margin-top:0px;
	}
	
	.home-paragraph{
		padding-left: 15px;
		padding-right: 15px;
	}
	
}




/*********************/
/*    paginazione    */
/*********************/

.pagination > li.prev {
  position: relative;
  top: 12px;
  margin-right: 10px;
}

.pagination > li.prev > a {
  width: 50px;
  height: 50px;
  padding: 0;
  line-height: 50px;
  background: #141414;
  color: #fff;
  text-align: center;
}

.pagination > li.prev > a:hover {
  background-color: #ff4747;
}




/*********************/
/*    carrello    */
/*********************/

.shoping-cart table > tbody > tr > td {
  font-size: 16px;
  padding: 20px 20px 20px 0;
  vertical-align: middle;
}
.shoping-cart table .cart_item .product-add {
  padding-right: 10px;
  width: 40px;
}
.shoping-cart table .cart_item .product-min {
  padding-right: 20px;
  width: 40px;
}
.shoping-cart table .cart_item .product-quantity {
  padding-right: 10px;	
  width: 50px;
}
.shoping-cart table .cart_item .product-quantity input {
  width: 50px;
}
.shoping-cart table .cart_item .product-subtotal {
  padding-right: 10px;
}

.shoping-cart table .cart_item .product-remove {
  padding-right: 10px;
  width: 41px;
}

.shoping-cart-inline{
	display:block;
}
.shoping-cart-block{
	display:none;
}

.btn-cart{
    background-color: #fff;
    border-color: #fff;
    color: #ff4747;
	padding:0;
	font-size:18px;
	font-family: "Lucida Console";
	padding:1px 7px;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	text-transform:lowercase;
}

/* @media (min-width: 600px) and (max-width: 767px) { */
@media (max-width: 767px) {

.shoping-cart-inline{
	display:none;
}
.shoping-cart-block{
	display:block;
}
	
.shoping-cart table > tbody > tr > td {
  font-size: 14px;
  padding: 20px 20px 20px 0;
  vertical-align: middle;
}
.form-control {
  padding: 15px 19px;
}

}

@media (max-width: 400px) {
	
.shoping-cart table .cart_item .product-thumbnail {
  padding-right: 0px;	
  min-width: 0px;
  width: 0px;
}
	
	
}




.table > thead > tr > th {
    vertical-align: bottom;
    border-bottom: 1px solid #ddd;
}
.shoping-cart-inline table .cart_item:last-child {
    border-bottom: 1px solid #e8e8eb;
}


#form-carrello input.error{
	border-color: #ff4747;
	font-weight:normal;
}
#form-carrello .errore{
	color: #ff4747;
	font-weight:normal;
}
#vedipolicy {
	color:inherit;
}




.rd-navbar-toppanel .rd-navbar-toppanel-wrapper {
  height: 50px;
}
.rd-navbar-toppanel .rd-navbar-toppanel-shopping {
	display:none;
}

@media (max-width: 767px) {
	.logo-responsive {
		width:42px;
	}
	.rd-navbar-fixed .rd-navbar-toppanel .rd-navbar-toppanel-shopping {
			position: fixed;
			right: 16px;
			top: 3px;
			z-index: 1000;
			display: inline-block;
	}
	.rd-navbar-toppanel .rd-navbar-toppanel-shopping {
			/* position: relative;*/
			height: 50px;
	}
	.rd-navbar-toppanel{
			height: 0px;
			background-color:#FFF;
	}
	
}


.offset-left-20 {
	margin-left:20px;
}


/*----- NUOVO STILE SETTEMBRE 2019 -----*/

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: "Roboto", "Playfair Display", "Times New Roman", Times, serif;
}

.font-accent {
    font-family: "Roboto", "Playfair Display", "Times New Roman", Times, serif;
}

.mtop30{
	margin-top: 30px;
}

.product-price {
    font-family: "Roboto", "Playfair Display";
}

.rd-navbar-static .rd-navbar-brand > a span {
    display: inline; 
}

.rd-navbar-brand .brand-name img{
	width: 60px;
}

.search-input-home{
	padding: 8px 19px;
	height: 36px;
}

.btn-search-input-home{
	padding: 8px 19px;
	height: 36px;
}

.my-search-wrap{
	float: left !important;
	max-width: 300px !important;
}

.rd-navbar-brand .brand-name span{
	font-size: 26px;
}

.rd-navbar-contact-info > h1{
	font-size: 14px;
}

.rd-navbar-toppanel .rd-navbar-toppanel-shopping {
    height: 50px;
}

.rd-navbar-toppanel .rd-navbar-toppanel-shopping {
    display: flex;
    align-items: center;
}

.rd-navbar-shop {
    display: inline; 
    position: relative;
}

.rd-navbar-static .rd-navbar-elements-wrap {
    display: inline; 
    vertical-align: middle;
    width: 100%;
}

.rd-navbar-static .rd-navbar-nav {
    position: relative;
	top: 30px;
}

.rd-navbar-nav-wrap{
	border-top: 1px solid #222222;
}

.home-font{
	font-size: 30px;
}

.home-paragraph{
	font-size: 16px;
	line-height: 22px;
	text-align: left;
}

.home-paragraph p{
	margin-bottom: 30px;
}

.grey-bg{
	background-color: #f5f5f7;
}

.info1-home-icon{
	text-align: center;
	font-size: 34px;
	color: #A0A0A0;
}

.info1-home-title{
	color: #A0A0A0;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: bold;
	text-align: center;
}

.info1-home-desc{
	color: #A0A0A0;
	font-size: 12px;
	text-align: center;
}

.info2-home-sup, .info2-home-inf{
	width: 100%;
	text-align: left;
}

.info2-home-sup-title .fa{
	width: 40px;
	height: 40px;
	border-radius: 50% 50%;
	font-size: 26px;
	line-height: 40px;
	text-align: center;
	background-color: #ff4747;
	color: #FFFFFF;
}

.info2-home-sup-span-title{
	font-size: 18px;
	font-weight: bold;
	padding-left: 10px;
	top: -20px;
}

.info2-home-inf{
	width: 100%;
	padding-left: 50px;
}

.mbottom-h3-footer{
	margin-bottom: 18px;
}

.page .page-footer {
    background-color: #fff;
}	

.page .page-footer a.brand{
	color: #000000;
	font-size: 18px;
	font-weight: 500;
}

.page .page-footer a:hover {
    color: #666666;
}

.page .page-footer .brand img {
    width: 45px;
}

.page-footer h3 span{
	text-transform: uppercase;
	font-size: 20px;
	color: #ff4747;
}

.ul-new-footer{
	line-height: 32px;
}

.ul-new-footer > li > a > .fa{
	color: #ff4747;
}

.ul-new-footer > li > a{
	color: #444444;
}

.footer-bg-2{
	padding-top: 12px;
	padding-bottom: 12px;
}

.footer-2 p{
	line-height: 34px;
}

.ul-new-footer-card{
	text-align: right;
}

.ul-new-footer-card li{
	display: inline;	
}

.credits{
	text-align: left;
}

@media only screen and (max-width: 992px){
	.my-search-wrap-sup{
		visibility: hidden;
	}
}

@media only screen and (max-width: 768px){
	.ul-new-footer-card{	
		text-align: center;
	}
	
	.credits{
		text-align: center;
	}
}





/*-------- CHI SIAMO ----*/

.div-chi-siamo{
	display: contents;
}

.img-chi-siamo img{
	width: 288px;
	float: left;
	padding-right: 20px;
}

.img-chi-siamo{
	overflow: auto;
}

.title-chi-siamo{
	
}

.orari-apertura{
	background-color: #FFF;
	border: 1px solid #e8e8eb;
}

.ptop10{
	padding-top: 10px;
}

.ptop20{
	padding-top: 20px;
}

.pbottom10{
	padding-bottom: 10px;
}

.pbottom20{
	padding-bottom: 20px;
}

@media only screen and (max-width: 470px){
	.img-chi-siamo img{
		float: none;
		width: 100%;
		margin-bottom: 20px;
	}
}



/*--- SCHEDA PRODOTTO ---*/
.div-100{
	width: 100% !important;
}

.div-price{
	/*display: inline-flex;*/
    width: 20%;
}

.div-price-1{
	/*display: inline-flex;*/
    width: 30%;
}

.border-right{
	border-right: 1px solid #d5d5d9;
}

.title-price{
	text-align: left;
	text-transform: uppercase;
	font-size: 15px;
	font-weight: bold;
	color: #A9A9AB;
	padding: 5px 10px 5px 10px;
}

.price-info{
	font-size: 28px;
    font-weight: 600;
    font-family: "Roboto", "Playfair Display", "Times New Roman", Times, serif;
    color: rgb(255, 71, 71);
	padding: 5px 10px 5px 10px;
}

.price-info-listino{
    font-family: Roboto;
    font-size: 16px;
    font-weight: 300;
	padding: 5px 10px 5px 10px;
	color: #888;
}

.price-info-sconto{
    font-family: Roboto;
    font-size: 16px;
    font-weight: 600;
	padding: 5px 10px 5px 10px;
	color: #000;
}

.sconto-percentuale{
	font-family: Roboto;
    font-size: 22px;
    font-weight: 600;
	padding: 20px 20px 20px 20px;
	color: #FFF;
	background-color: #00A30D;
	text-align: center;
	width: 100px;
	display: inline-block;
	position:relative;
}

.sconto-percentuale:before {
    content:"\A";
    border-style: solid;
    border-width: 34px 15px 34px 0;
    border-color: transparent #00A30D transparent transparent;
    position: absolute;
    left: -15px;
	top: 0px;
}

.info1-product-icon{
	text-align: center;
	font-size: 54px;
	color: #363636;
}

.info1-product-title{
	color: #A0A0A0;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: bold;
	text-align: center;
}


@media only screen and (max-width: 479px){
	.div-price-1, .div-price{
		width: 100%;
		text-align: center;
	}
	
	.title-price{
		text-align: center;
	}
	
	.border-right{
		border-right: none;
		border-bottom: 1px solid #d5d5d9;
	}
}


select.error, .select2-selection.error {
  border: 1px solid #ff0000 !important;
  
}
#form-carrello .errore {
  font-style: italic;
}