/* 
   Author: Cagatay KARA
   Author URI: http://www.ckara.com
*/

/*** ITEM BOX ***/

.CKProductViewItemBoxContainer{
	float: left;
	position: relative;
	display: block;
	width: 400px;
	height: 440px;
	padding:5px;
	background-color:transparent !important;
}

.CKProductViewItemBox{
	float: left;
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
	padding:0px;
	background-color:#fff;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow:inset 0px 0px 0px 1px #aaa;
    -moz-box-shadow:inset 0px 0px 0px 1px #aaa;
    box-shadow:inset 0px 0px 0px 1px #aaa;
    	
	
}

.CKProductViewItemBoxIMGContainer{
	float: left;
	position: relative;
	display: block;
	width: 100%;
	height: 75%;
	
}

.CKProductViewItemBoxIMGContainer img{
	/*max-width: 100%;
  max-height:100%;
  display: block;
  margin: 0 auto;
  vertical-align: middle;
  */
  width:100%;
    height:100%;
    object-fit: cover;
    overflow: hidden;
}

.CKProductViewItemBoxIMGLink{
  display:none;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color:rgba(0,0,0,0.6);
  text-align:center;
  overfloat:hidden;
  color: #fff;
}

.CKProductViewItemBoxIMGLinkZoom:before{
 -webkit-font-smoothing: antialiased;
  display:block;
  position: absolute;
  top: 40%;
  left: 44%;
  bottom: 0;
  right: 0;
  text-align:center;
  overfloat:hidden;
  color: #fff;

  color: #fb6a19;
  color: #ddd;
  
  background-color:#fb6a19;
  background-color:transparent;
  
  font-size:38px;

  width:40px;
  height:40px;
  content: "\e6c3";
  
  -moz-border-radius: 20px;
  -webkit-border-radius:20px;
  border-radius: 20px;
  pointer-events: none;
  font-family: PictoPro;
}


.CKProductViewItemBoxIMGContainer a:hover .CKProductViewItemBoxIMGLink {
  display: block;
}

/*

.CKProductViewItemBoxIMGContainer a:hover .CKProductViewItemBoxIMGRef {
  display:none;
}

.CKProductViewItemBoxIMGContainer a:hover .CKProductViewItemBoxIMGPrice {
  display:none;
}

*/

.CKProductViewItemBoxIMGRef{
	position: absolute;
	top: 2%;
	color: #fff;
	font-size: 15px;
	left: 0%;
	line-height: 1;
	
	/*text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;*/
	background-color: #313131;	
	background-color: #fb6a19;
	padding: 8px 12px;
	
	/*
	border:#fff 1px solid;
	*/
}


.CKProductxViewItemBoxIMGRef:before {
  content: "";
  position: absolute;
  right: -10px;
  bottom: 0;
  width: 0;
  height: 0;
top:2%;
  border-left: 10px solid red;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
}
  
  
.CKProductViewItemBoxIMGPrice{
	position: absolute;
	background-color: #313131;
	bottom: 1%;
	color: #fff;
	font-size: 15px;
	right: 5px;
	line-height: 1;
	padding: 8px 12px;
	border:#fff 1px solid;
}

.CKProductViewItemBoxINFContainer{
	float: left;
	position: relative;
	display: block;
	width: 100%;
	height: 25%;
	overflow:hidden;
	background-color:#fff;
	padding-left:5px;
	padding-right:5px;
}

.CKProductViewItemBoxINFTitle{
	float: left;
	position: relative;
	display: block;
	width: 100%;
	height: auto;
	margin-top:2px;
	margin-bottom:2px;
	text-align:center;
	font-size:16px;
	display:inline-block;
    white-space: nowrap;
    overflow:hidden !important;
    text-overflow: ellipsis;
    color:#fb6a19;
    border-bottom:#313131 1px solid;
	
}

.CKProductViewItemBoxINFLine{
	float: left;
	position: relative;
	display: block;
	width: 100%;
	height: auto;
	margin-top:2px;
	margin-bottom:2px;
	text-align:left;
	font-size:14px;
	
}


/*  META  */

@media only screen and (max-width: 900px) {

	.CKProductViewItemBoxContainer{
		float: left;
		position: relative;
		display: block;
		width: 300px;
		height: 330px;
		padding:5px;
		background-color:transparent !important;
	}

}

@media only screen and (max-width: 600px) {

	.CKProductViewItemBoxContainer{
		float: left;
		position: relative;
		display: block;
		width: 100%;
		height: 440px;
		padding:5px;
		background-color:transparent !important;
	}

}

