﻿
 
.DashBoard_Shop .pho-isotope_item .pho_height{
	width: 100%;
	position: relative;
}
/*.DashBoard_Shop */



.DashBoard_Shop .showmeassage{
	padding:10px 0;
	background:rgba(0,0,0,0.1);
	text-align:center;
	display:block;
	width:100%;
}
.DashBoard_Shop .showmeassage{
	position:absolute;
	bottom:0;
	left:0;
	z-index:100;
	color:#FFF;
	background:rgba(0,0,0,0.5);
}
.DashBoard_Shop .meassage_box {
	text-align:center;
}
.DashBoard_Shop .moremeassage{
	color:#FFF;
	padding:0px 20px;
	font-size:14px;
	letter-spacing:3px;
	display:inline-block;
	height:40px;
	line-height:40px;
	margin:10px auto;
	transition: 		background-color ease-in 200ms;
	-webkit-transition: background-color ease-in 200ms; /* Safari and Chrome */
	box-shadow: 0px 1px 2px 0px rgba(0,0,0, 0.2);
}
.DashBoard_Shop .moremeassage:hover{
	text-decoration:none;
}
@keyframes rotatelogin {
	0% {
		transform:rotate(0deg)
	}
	100%{
		transform:rotate(360deg)
	}
	
}
@-webkit-keyframes rotatelogin {
	0% {
		-webkit-transform:rotate(0deg)
	}
	100%{
		-webkit-transform:rotate(359deg)
	}
}

.DashBoard_Shop .moremeassage .fa{
	width:20px;
	height:20px;
	display:inline-block;
	vertical-align:middle;
	text-align:center;
	line-height:21px;
	font-size:13px;
	vertical-align:middle;
	-webkit-animation-duration:1s;
	animation-duration:1s;
	-webkit-animation-name: rotatelogin;
	animation-name: rotatelogin;
	-webkit-animation-iteration-count:infinite;
	animation-iteration-count:infinite;
	-webkit-animation-timing-function:linear;
	animation-timing-function:linear;
	position:relative;
	letter-spacing:0;
	background:url(images/refresh.png) no-repeat center center;
}
.DashBoard_Shop .moremeassage .showloading{
	display:none;
}





@media only screen and (max-width: 767px) {

}





.shop-image-items .pho-isotope_item {
	margin: 0px;
	border: 1px solid #eaeaea;
	padding: 10px;
	position: relative;
	display: flex;
	flex-direction: column;
}
.shop-image-items .price_box{
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-size: 15px;
	font-weight: bold;
	padding: 0 0 20px;
	flex-wrap: wrap;
	margin-top: auto;
}
.shop-image-items .current_price{
	color: var(--dashBoard-shop-accentColor) !important;
	flex: 1;
	text-align: center;
	white-space: nowrap;
}
.shop-image-items .old_price{
	text-decoration: line-through;
	color: #666;
	flex: 1;
	text-align: center;
	white-space: nowrap;
}

.shop-image-items .title{
    width: 100%;
    line-height: 18px;
    min-height: 36px;
    overflow: hidden;
    font-size: 14px;
    text-overflow: ellipsis;
    display: -webkit-box;
    max-height: 36px;
    line-clamp: 2;
    -webkit-box-orient: vertical;
	text-align: center;
	margin: 20px 0 10px;
}
.shop-image-items .title a{
	color: #666 !important;
	transition: all ease-in 200ms;
}
.shop-image-items .title a:hover{
	color: var(--dashBoard-shop-accentColor) !important;
	text-decoration: none;
}

.shop-image-items .pho-isotope_item.item_load{	
        opacity: 0;	
        transform: translateY(50px) scale(0.5);	
        transition: all ease-in-out 0;
}
.shop-image-items .pho_height{
	overflow: hidden;
}
.shop-image-items .pho_height a{
	height: 100%;
	width: 100%;
	display: block;
	background-size: cover;
	position: relative;
	transition: all ease-in 200ms;
}
.shop-image-items .reduction{
	position: absolute;
	background-image: url("images/price-percent-br.png");
	width: 52px;
	height: 44px;
	color: #FFF;
	text-align: center;
	padding-left: 10px;
	padding-bottom: 6px;
	line-height: 1.1;
	display: flex;
	justify-content: center;
	align-items: center;
	right: 2px;
	top: 10px;
	z-index: 2;
	pointer-events: none;
}
.shop-image-items .pho-isotope_item:hover .imgLink{
	transform: scale(1.1);
}

.DashBoard_Shop .shop-image-items{
	overflow: hidden;
    position: relative;
    min-height: 30px;
    padding-bottom: 10px;
	display: grid;
	gap: 20px 10px;
	grid-template-columns: repeat(var(--item),1fr);
}

.pho_height img{
	max-width: 100%;
}