.footer .footer-bottom .copyright {
    text-align: left;
}

.btn.addToWishListFormBtn {
    display: none !important;
}

.item-details .product-info .info-text { 
    border-bottom: none !important;
}

section.main-home {
    margin-top: 50px !important;
}

.buttons {
    font-size: 20px;
}
.buttons {
    margin-top: 30px;
    margin-bottom: 40px;
}
.center {
    text-align: center;
}

.buttons a {
    padding-left: 60px;
    padding-right: 60px;
    padding-top: 10px;
    padding-bottom: 10px;
}
.buttonShop {
    font-size: 28px;
}
.buttonShop {
    color: white;
    background-color: #EC6522;
}
.buttonShop {
    border-radius: 12px;
}




div#siteAlertBackground {
    background-color: rgba(0, 0, 0, 0.5);
    height: 100%;
    left: 0;
    margin: 0;
    padding: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999;
    height: 100vh;
}

div#siteAlertPlacement {
    width: 100%;
    height: 100%;
    display:flex;
    flex-direction: column;
    justify-content: center;
    left: 0;
    top: 0;
    position: fixed;
    z-index: 9999999999999999999999999999999 !important;
}

div#siteAlert {
    background-color: #FFF;
    border: 1px solid #2A4053;
    bottom: 0;
    left: 0;
    margin: auto;
    overflow: auto;
    position: absolute;
    right: 0;
    top: 0;
    max-width: 100%;
    z-index: 10000;
    position: fixed;
    overflow: hidden;
    position: relative;
    height: auto;
    width: auto;
    float: left;
    padding: 25px;
}

div.siteAlertMessage {
    text-align: center;
    margin-bottom: 20px;
}

div#siteAlertButtons {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
}

div.siteAlertButton {
    padding: 5px;
    display: inline;
    margin-left: 5px;
    margin-right: 5px;
    margin-top: 5px;
    margin-bottom: 5px;
    cursor: pointer;
    color: white;
    border-radius: 10px;
}

div.siteAlertButton#alertSiteOKBtn {
    background-color: green;
}

div.siteAlertButton#alertSiteQuitBtn {
    background-color: #EC6522;
}


#moreWineText {
	text-align: center;
	padding: 40px;
	margin-top: 20px;
	background-color: white;
}

#moreWineText a {
	color: #EC6522 !important;
}

#moreWineTitle {
	font-weight: bold;
}


aside.product-sidebar label.form-check-label, 
.single-product .product-info span.category,
span.cepageLabel {
	text-transform: capitalize;
}

.home .siteCmsContent .siteContent h1 {
  text-transform: none;
}

.unitPriceCl {
  color: gray;
  font-size: 0.8em;
  margin-bottom: 14px;
}

.item-details .product-info .price { 
  margin-bottom: 0px;
}

.button a.btn.btn-visits {
	height: 68px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	width: 315px;
}

div.visits-buttons {
	width: 100%;
	display: flex;
	flex-direction: row;
	justify-content: center;
}

.products-list .single-product .product-info { 
  position: relative;
  height: 196px;
}

.products-list .single-product {
  min-height: 413px;
}

.unitPriceCl { 
  /*bottom: 0px;
  position: absolute;
  right: 10px;*/
}

.single-product .product-info .price { 
  /*position: absolute;
  bottom: 30px;
  right: 10px;*/
}

#reservationForm .form-group {
  margin-bottom: 15px;
  display: block;
}

#reservationForm .form-group {
  margin-bottom: 15px;
  display: block;
}

.degustation-small {
	height:290px;
	padding: 20px;
}

.degustation-forfait {
	height:390px;
	padding: 20px;
}

.degustation-small .description {	
	color: #888;
	font-size: 13px;
	display: block;
	margin-bottom: 2px;
}

.degustation-forfait .description {
	height: 200px;
	color: #888;
	font-size: 13px;
	display: block;
	margin-bottom: 2px;
}

.degustation-small .degustation-price,
.degustation-forfait .degustation-price {
	
}

.border-primary {
  border-color: #b2b3b5 !important;
}

.degustation-price .price { 
  	font-size: 17px;
	font-weight: 700;		
	color: #EC6522;
}

section.content .degustation-small h3, section.content .degustation-forfait h3 {
  margin-top: 0px;
  font-size: 18px;
}

.degustation-gallery .glightboxproduct img {
  object-fit: cover;
	height: 137px;
	width: 200px;
	padding: 3px;
}

.reservation-part .form-main {
  padding: 40px;
  background-color: #f9f9f9;
  border: 1px solid #eee;
  border-radius: 4px;
}

.degustation-small .descr_comp,
.degustation-forfait .descr_comp {
	color: #888;
}

section.content .degustation-small ul,
section.content .degustation-forfait ul {
	text-align: unset;
}

@media only screen and (max-width: 1199px) {
	.degustation-forfait {
		height:410px;		
	}
	
	.degustation-small .descr_comp .button,
	.degustation-forfait .descr_comp .button {
		margin-left: -1rem;
	}
}

@media only screen and (max-width: 991px) {
	
}

@media only screen and (max-width: 767px) {
	
	.degustation-gallery .glightboxproduct img {  
		  height: 132px;
		  width: 195px;
	}
	
	.degustation-small {
		height:260px;		
	}
	
	.degustation-forfait {
		height:370px;		
	}
	
}

@media only screen and (max-width: 467px) {
	
	.degustation-gallery .glightboxproduct img {  
		  height: 129px;
		  width: 190px;
	}
		
}

@media only screen and (max-width: 455px) {
	
	.degustation-gallery .glightboxproduct img {  
		  height: 122px;
		  width: 180px;
	}
		
}

@media only screen and (max-width: 435px) {
	
	.degustation-gallery .glightboxproduct img {  
		  height: 111px;
		  width: 165px;
	}
		
}

@media only screen and (max-width: 404px) {
	
	.degustation-gallery .glightboxproduct img {  
		  height: 97px;
		  width: 142px;
	}
		
}

@media only screen and (max-width: 388px) {
	
	.degustation-small {
		height:300px;		
	}
	
	.degustation-forfait {
		height:400px;		
	}
			
}

.text-danger.constraintMessageTitle {
  margin-top: 10px;
  font-weight: bold;
}