/* body{
	background: #000;
} */
.pro-detail,.pro-gallery{
	width: 100%;
}
.pro-gallery{
	background: #fff;
}
.product-card{
	margin: 30px 0;
    position: relative;
    width: 100%;
    height:471px;
    overflow: hidden !important;
}
.product-card:hover{
	box-shadow:0px 5px 31px -1px rgba(0, 0, 0, 0.15);
	border-bottom: none;
}

.product-card .pro-detail img{width:100%;}
.product-card .stats-container{
	background:#fff;	
	position:absolute;
	top:382px;
	left:0;
	width: 100%;
	height: 300px;
	padding: 30px 10%;
	-webkit-transition: all 200ms ease-out; 
       -moz-transition: all 200ms ease-out; 
         -o-transition: all 200ms ease-out; 
            transition: all 200ms ease-out;
}
.product-card .stats-container .product_name{
	font-size: 15px;
    color: #393c45;
    font-weight: 700;
}
.product-card .stats-container p{
	font-size:15px;
	color:#b1b1b3;	
	padding:2px 0 20px 0;
}
.product-card .stats-container p a{
	color:#b1b1b3;	
}
.product-card .stats-container p a:hover{
	color: #26c9c3;
}
.product-card .stats-container .product_price{
	float:right;
	color:#5ff7d2;
	font-size:22px;
	font-weight:600;
}
.product-card .product-options{
	padding:0;
}
.product-card .product-options strong{
	font-weight:700;
	color:#393c45;
	font-size:14px;
}
.product-card .product-options span{	
	color:#969699;
	font-size:14px;
	display:block;
	margin-bottom:8px;
}
.product-card .product-options div.colors div{
	margin-top:3px;
	width:15px; 
	height:15px; 	
	margin-right:5px;
	float:left;
}
.product-card .product-options div.colors div span{
	width:15px; 
	height:15px; 
	display:block;
	border-radius:50%;
	border:1px solid #eee;
}
.product-card .product-options div.colors div span:hover{
	width:17px;
	height:17px;
	margin:-1px 0 0 -1px;
}
.product-card div.c-blue span{background:#6e8cd5;}
.product-card div.c-red span{background:#f56060;}
.product-card div.c-green span{background:#44c28d;}
.product-card div.c-white span{
	background:#fff;
	width:14px;
	height:14px; 
}
.product-card .overlay{
	z-index: 10px;
	position: absolute;
	top: -250px;
	height: 250px;
	background: rgba(95, 247, 210,.7);
	width: 100%;
	-webkit-transition: all 200ms ease-out; 
       -moz-transition: all 200ms ease-out; 
         -o-transition: all 200ms ease-out; 
            transition: all 200ms ease-out;
}
.product-card .add_to_cart{	
	 position:absolute;
	top:80px;
	left:50%; 
	width:152px;
	font-size:15px;
	margin-left:-78px;
	border:2px solid #fff;
	color:#fff;	
	text-align:center;
	text-transform:uppercase;
	font-weight:700;
	padding:10px 0;	
	-webkit-transition: all 200ms ease-out; 
       -moz-transition: all 200ms ease-out; 
         -o-transition: all 200ms ease-out; 
            transition: all 200ms ease-out; 
}
.product-card .add_to_cart:hover{	
	background:#fff;
	color:#5ff7d2;
	cursor:pointer;
}
.product-card .view_gallery{	
	 position:absolute;
	top:144px;
	left:50%; 
	width:152px;
	font-size:15px;
	margin-left:-78px;
	border:2px solid #fff;
	color:#fff;	
	text-align:center;
	text-transform:uppercase;
	font-weight:700;
	padding:10px 0;	
	-webkit-transition: all 200ms ease-out; 
       -moz-transition: all 200ms ease-out; 
         -o-transition: all 200ms ease-out; 
            transition: all 200ms ease-out; 
}
.product-card .view_gallery:hover{	
	background:#fff;
	color:#5ff7d2;
	cursor:pointer;

}
.product-card .show-front{
	position: absolute;
	right: 20px;
	top: 20px;
	color: #777;
	font-size: 20px;
	z-index: 1;
}

.product-card .pro-gallery-images img{
	width: 100%;
}
.product-card .carousel{
	width:100%;
	height:470px;
	overflow:hidden;
	position:relative;
}
.product-card .product-carousel ul{
	position:absolute;
	top:0;
	left:0;
	margin: 0;
	padding: 0;
}
.product-card .product-carousel li{
	height:470px;
	float:left;
	overflow:hidden;
	text-align: center;
}
.product-card .product-carousel li{	
	white-space: nowrap;
	overflow: hidden;
	text-align: center;
	object-fit: none;
	-webkit-object-fit: none;
	-moz-object-fit: none;
	-o-object-fit: none;
	-ms-object-fit: none;

	object-position: center;
	-webkit-object-position: center;
	-moz-object-position: center;
	-o-object-position: center;
	-ms-object-position: center;
}
.product-card .product-carousel li:before{
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}
.product-card .product-carousel img{
	max-width: 100%;
	max-height: 100%;
}
.product-card .arrows-perspective{
	width:100%;
	height:55px;
	position: absolute;
	top: 218px;
	transform-style: preserve-3d;
    transition: transform 5s;
	perspective: 335px;
}
.product-card .carouselPrev, .product-card .carouselNext{
	width: 50px;
	height: 55px;
	background: #ccc;
	position: absolute;	
	top:0;
	transition: all 200ms ease-out; 
	opacity:0.9;
	cursor:pointer;
}
.product-card .carouselNext{
	top:0;
	right: -32px;
	-webkit-transform: rotateY( -117deg );
         -moz-transform: rotateY( -117deg );
           -o-transform: rotateY( -117deg );
              transform: rotateY( -117deg );
			  transition: all 200ms ease-out; 			

}
.product-card .carouselNext.visible{
		right:0;
		opacity:0.8;
		background: #fff;
		-webkit-transform: rotateY( 0deg );
         -moz-transform: rotateY( 0deg );
           -o-transform: rotateY( 0deg );
              transform: rotateY( 0deg );
			  transition: all 200ms ease-out; 
}
.product-card .carouselPrev{		
	left:-32px;
	top:0;
	-webkit-transform: rotateY( 117deg );
         -moz-transform: rotateY( 117deg );
           -o-transform: rotateY( 117deg );
              transform: rotateY( 117deg );
			  transition: all 200ms ease-out; 

}
.product-card .carouselPrev.visible{
		left:0;
		opacity:0.8;
		background: #fff;
		-webkit-transform: rotateY( 0deg );
         -moz-transform: rotateY( 0deg );
           -o-transform: rotateY( 0deg );
              transform: rotateY( 0deg );
			  transition: all 200ms ease-out; 
}
.product-card .product-carousel .x, .product-card .product-carousel .y{
	height:2px;
	width:15px;
	background:#5ff7d2;
	position:absolute;
	top:31px;
	left:17px;
	-ms-transform: rotate(45deg); 
	-webkit-transform: rotate(45deg); 
	transform: rotate(45deg);	
}
.product-card .product-carousel .x{
	-ms-transform: rotate(135deg); 	
	-webkit-transform: rotate(135deg); 
	transform: rotate(135deg);		
	top:21px;
}
.product-card .product-carousel .carouselNext .x{
	-ms-transform: rotate(45deg); 	
	-webkit-transform: rotate(45deg); 
	transform: rotate(45deg);		
}
.product-card .product-carousel .carouselNext .y{
	-ms-transform: rotate(135deg); 	
	-webkit-transform: rotate(135deg); 
	transform: rotate(135deg);		
}
.product-card .animate{
	width:100%;
	height:470px;
	box-shadow:0px 5px 31px -1px rgba(0, 0, 0, 0.15);
	-webkit-transition:  100ms ease-out; 
       -moz-transition:  100ms ease-out; 
         -o-transition:  100ms ease-out; 
            transition:  100ms ease-out;
}

img.open-me-full{
	cursor: pointer !important;
}