.tcpc-catalog{
	margin-bottom:40px;
}
.tcpc-item-image{
	overflow: hidden;
}
.tcpc-item-details {
    padding:10px 20px;
}
.tcpc-item-image img{
	width:100%;
	height:auto;

}

.tcpc-item-image img:hover {
background-color: #000;
z-index: 1;
}

.tcpc-item-image{
position: relative;
}
.tcpc-overlay {
    text-align: center;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    color: #fff;
    opacity: 0;
    filter: alpha(opacity=0);
    transition: opacity 400ms;
}

.tcpc-item-image:hover .tcpc-overlay {
	opacity: 1;
	filter: alpha(opacity=100);

	-webkit-transform: rotateY(0deg) scale(1,1);
	   -moz-transform: rotateY(0deg) scale(1,1);
		-ms-transform: rotateY(0deg) scale(1,1);
		 -o-transform: rotateY(0deg) scale(1,1);
		    transform: rotateY(0deg) scale(1,1);
}

/* Overlay Icons */

.tcpc-link-hover i {
    font-size: 14px;
    color: #fff;
    margin-top: 30%;
    padding: 10px;
}

.tcpc-view-icon i{
  background-color:#27ae60;
  border:1px solid #27ae60;
}
.tcpc-view-icon i:hover{
  background-color:transparent;
  border:1px solid #fff;
}
.tcpc-exlink-icon i{
  background-color:#60646D;
   border:1px solid #60646D;
}

.tcpc-exlink-icon i:hover{
  background-color:transparent;
  border:1px solid #fff;
}


.tcpc-item-details{

}
.tcpc-product-row{
	min-height:530px;
	margin-bottom: 20px;
	border-bottom: 2px solid #d7d7d7;
	background-color: #fff;
  padding: 40px 20px;

}

.product-content{

}

/* Product Style two */

.tcpc-product-row-two{
	/*width:340px;*/
	height:auto;
	float: left;
	margin-right:10px;
}

.tcpc-item-image-two img{

	width:100%;
	height:auto;

}
.tcpc-single-product{
    float: left;
    margin-right: 10px;
    margin-bottom:30px;
		min-width: 220px;
}
a.tcpc-link {
    line-height: 24px;
    font-size: 16px;
		text-decoration: none;
}

h3.tcpc-item-title {
    line-height: 24px;
    padding: 0;
    margin: 5px 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 12px;
}
}


p.tcpc-item-title {
    margin: 0;
    padding: 5px 0;
}


.tcpc-pprice {
    padding: 2px 0;
    color: #fff;
		width:180px;
}
.tcpc-rrice{
	text-decoration: line-through;
padding-left: 10px;
color: #FC575E;

}
span.tcpc-sprice {

	padding-left: 10px;

}

span.tcpc-price {
    text-decoration: line-through;
    margin-right:8px;
}

.tcpc-item-price {
	top: 10px;
	right: 0;
	position: absolute;
	line-height: 24px;
	padding: 6px 14px;
	font-size: 18px;
	z-index: 1;
}

/*Column*/

.tcpt-col-2{
	width:48%;
}
.tcpt-col-3{
	width:32%;
}
.tcpt-col-4{
	width:24%;
	height: 270px;
}
.tcpt-col-5{
	width:19%;
}

/* End Column*/

/* Single Page */

h1.tcpc-ptitle {
    color: #696868;
    margin-top: -10px;
    line-height: 30px;
    margin-bottom: 20px;
    font-size: 26px;
}
h1.tcpc-title {
    padding: 0 10px;
    color: #696868;
}

span.tcpc-cat {
    font-style: italic;
    font-size: 13px;
}

/* IMG */
img.tcpc-sm-img{
  width: 140px;
  height: auto;
  float: left;
}

.tcpc-sec-padding{
	margin:30px 0;
}

/* POP UP */

.tcpc-white-popup {
  position: relative;
  background: #FFF;
  padding: 20px;
  width: auto;
  max-width: 1220px;
  margin: 20px auto;
  min-height: 520px;
  border-radius: 4px;

}
.tcpc_pop_left_block{
  float: left;
  display: block;
  width: 48%;
}


.tcpc_pop_right_block{
  float: right;
  display: inline-block;
  width: 48%;
}
.tcpc-pop-img{
  max-width: 100%;
  height: auto;
  padding: 30px;
}

/*PO Up Button*/
.mfp-close-btn-in .mfp-close {
    color: #f5f5f5 !important;
    background-color: #FF6766 !important;
}
button.mfp-arrow.mfp-arrow-left.mfp-prevent-close {
    background-color: #60646D !important;
}
button.mfp-arrow.mfp-arrow-right.mfp-prevent-close {
    background-color: #60646D !important;
}

span.rprice {
    padding-left: 10px;
}