.card-item-ver-3 .image-ver-3{
    max-width:337px;
}
.card-item-ver-3 .title-ver-3>a{
    font-size:16px;
    font-weight:600;
}
.card-item-ver-3 .text-ver-3{
    font-size:14px;
}

.gallery-test-btn{display:none;width:30px;height:30px;}
/*album styles editor*/
.object-gallery__album{border:1px solid orchid;border-radius:12px;padding:10px;margin-bottom:20px;position:relative;}
.object-gallery__delete-btn{position:absolute;opacity:.4;top:3px;right:3px;font-size:20px;border:1px solid red;padding:0 9px 5px 9px;border-radius:20px;color:red;cursor:pointer;background-color: white;z-index:5;line-height:1.3;height:32px;}
.object-gallery__delete-btn:hover{opacity:.9}
.object-gallery__album-info{display:flex;justify-content:space-between;}
@media(max-width:600px){
	.object-gallery__album-info{flex-direction:column;}
}
.object-gallery__album-info>.field{flex-basis:49%;}
.object-gallery__album-photo{margin:10px 0;}
.object-gallery__slider-for .slick-slide img{height:auto;}
.object-gallery__slider-nav .slick-slide img{height:100px;}
.object-gallery__slider-nav-item,.object-gallery__slider-for-item{position:relative;}
.object-gallery__like{position:absolute;opacity:.4;z-index:5;width:40px;height:40px;left:10px;top:10px;}
.object-gallery__slider-for .slick-slide .object-gallery__like>img{height:40px;}
.object-gallery__like:hover{opacity:.9;}
.object-gallery__slider-del-btn{position:absolute;width:20px;height:20px;border:1px solid red;text-align:center;color:red;line-height:.8;border-radius:10px;opacity:.4;}
.object-gallery__slider-del-btn:hover{opacity:.9;}
.photo-album-slick-dots{display:flex;justify-content:center;flex-wrap:wrap;}
.photo-album-slick-dots>li>button{margin:0 10px;color:transparent;width:40px;border-radius:15px;height:20px;}
@media(max-width:1000px){
	.photo-album-slick-dots>li>button{width:20px;}
}

.object-gallery__add-photo-btn-wrap>input{display:none;}
.block_item>.gallery-content .field{gap:0;}
.cat-list_l0{height:400px;overflow:auto;position:absolute;background-color:white;padding:10px;z-index:10;border:1px solid #2e5fda;border-radius:12px;width:100%;top:0;}
.cat-list_l1,.cat-list_l2,.cat-list_l3,.cat-list_l4{padding-left:20px;}
.hidden{display:none;}
.block_item.block_item_pa .field input{appearance:checkbox;display:inline;width:auto;margin-right:10px;}
@media(max-width:600px){
	.block_item.block_item_pa .field input{margin-right:0;}
}
.object-gallery__list-wrap{position:relative;min-height:46px;}
.object-gallery__current-items{
	height:46px;width:100%;background-color:white;padding:10px;border:1px solid #2e5fda;border-radius:12px;overflow:hidden;position:absolute;z-index:8;
	display:flex;gap:10px;flex-wrap:wrap;}
.object-gallery__current-items:hover{height:auto;transition:.5s}
.object-gallery__sel-cat-item{background-color:#6eafea;padding:0 5px;border:1px solid #0e3f8a;border-radius:8px;cursor:pointer;}
.object-gallery__photos{width:803px;}
@media(max-width:1100px){
	.object-gallery__photos{width:100%;}
}
.object-gallery__photos .slick-prev,.object-gallery__photos .slick-next{
	border: 0;background: url('/wp-content/themes/messia-child/wp/template-parts/account/arrow.svg') #00000033;background-size: auto;background-size: 26px;
	width: 26px;height: 26px;font-size: 0px;box-shadow: 0 0 5px black;border-radius: 50%;
}
.object-gallery__photos .slick-prev,.object-gallery__photos .slick-next{
	position:absolute;top:50%;transform:translateY(-50%);z-index: 100;
}
.object-gallery__photos .slick-prev{
	right:0;
}
/*added album styles for viewer*/
.object-gallery__album_v .field>label{
	font-size:18px;
	font-weight:600;
	line-height:1.2;
	padding-top:0;	
}
.object-gallery__photos_v{width:738px;}
@media(max-width:1100px){
	.object-gallery__photos_v{width:100%;}
}
