product .c-layout-breadcrumbs-1{
	background-repeat: no-repeat;
	background-size: cover;
}
product .c-layout-breadcrumbs-1.c-bgimage{
	padding: 50px 0px;
}
product .c-product-meta-label{
	width: 55px;
	margin-top: 0px!important;
}
product .c-upload-file {
  position: relative;
  overflow: hidden;
  font-weight: 300;
}
product .c-upload-file input[type=file] {
  position: absolute;
  top: 0;
  right: 0;
  min-width: 100%;
  min-height: 100%;
  font-size: 100px;
  text-align: right;
  filter: alpha(opacity=0);
  opacity: 0;
  cursor: inherit;
  display: block;
}
product input[readonly] {
  background-color: white !important;
  cursor: text !important;
}

@media (max-width: 991px){
	.c-shop-product-details-2 .c-product-gallery > .c-product-gallery-content > .c-zoom{
		text-align: center;
	}
	.c-shop-product-details-2 .c-product-gallery > .c-product-gallery-content img{
		width: auto;
		height: 100%;
		display: inline-block;
	}
}

@media (max-width: 375px){
	.c-shop-product-details-2 .c-product-gallery > .c-product-gallery-content > .c-zoom{
		height: 345px;
	}
}