.items.product .item .thumbnail {
	padding-bottom: 80%;
}

.collection-page .page-header {
    font-style: italic;
    margin-bottom: 60px;
    margin-top: 80px;
    letter-spacing: 0.15em;
}

.collection-page .flexslider{
	background:transparent;
	border:none;
}

section.collection-page .related .content{
	padding-bottom: 90px;
}
section.collection-page.has-related + #pageFooter{
	padding-top: 50px;
}

/*PRODUCT*/

#product-slider {
	margin-bottom: 20px;
}

#product-carousel{
	margin-bottom:0;
}
#product-carousel .slides > li{
	opacity: 0.65;
	transition: all 0.2s;
}
#product-carousel .slides > li:hover{
	opacity: 1;
}
#product-carousel .slides > li.flex-active-slide{
	opacity: 1;
}

#product-carousel .slides img{
	object-fit: cover;
	height:100%;
}

@media (min-width: 768px) {
  	.modal-dialog {
    	width: 700px;
    	max-width: 700px;
  	}
}
@media (min-width: 992px) {
  	.modal-dialog {
   		width: 700px;
    	max-width: 900px;
  	}
}