.hidden {display: none;}
.nosel {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;  
}

.img-enlarged__cont {
	width: 100%;
	height: 0px;
	opacity: 0;
	font-family: Helvetica, sans-serif;
	cursor: zoom-out;
	background: rgba(0,0,0,0.5);
	position: fixed; top: 0; left: 0;
	z-index: 998;
	
	transition: opacity 0.3s ease-in-out, height 0.3s ease-in-out;
}

.img-enlarged__cont.open {
	height: 100%;
	opacity: 1;
	
	transition: opacity 0.3s ease-in-out, height 0.3s ease-in-out;
}

.img-enlarged {
	max-width: 90%;
	max-height: 80%;
	border: 5px solid #eee;
	display: block;
	margin: auto !important;
	
	position: relative; top: 10%; bottom: 10%;
}

.img-enlarged__nav.next::after {
	content: ">";
	font-size: 50px;
	font-family: monospace;
	color: #fff;
	position: absolute; right: 40%; top: 49%;
}
.img-enlarged__nav.prev::after {
	content: "<";
	font-size: 50px;
	font-family: monospace;
	color: #fff;
	position: absolute; left: 40%; top: 49%;
}


.gallery img {
	cursor: zoom-in;
}


.img-enlarged__nav {
	background: rgba(0,0,0,0.2);
	cursor: pointer;
	z-index: 999;
	text-align: center;
	height: 100%;
	width: 10%;
	vertical-align: middle;
	transition: 0.3s width, 0.2s background;
}
.img-enlarged__nav:hover {
	background: rgba(0,0,0,0.8);
	width: 11%;
	transition: 0.3s width, 0.2s background;
}
.img-enlarged__nav:active {
	width: 12%;
	transition: 0.1s width;
}

.img-enlarged__nav span {
	font-size: 25px;
	color: #fff;
	height: 20px;
	display: inline-block;
}

.img-enlarged__nav.prev {
	position: absolute; top: 0; left: 0;
}
.img-enlarged__nav.next {
	position: absolute; top: 0; right: 0;
}


.img-enlarged__counter {
	background: rgba(0,0,0,0.5);
	color: #fff;
	font-family: monospace;
	width: 50px;
	text-align: center;
	font-size: 15px;
	padding: 7px 0 7px 0;
	margin: auto !important;
	display: block;
	
	position: absolute; left: 49%; bottom: 5%;
}

.detail-thumbs-images {
    background: #fff;
}
.detail-thumbs-images .gallery {
    display: block;
    margin: 0 -5px;
	height: 450px;
    overflow: hidden;
}
.gallery .gallery-img:nth-child(1){
    width: 60%;
    height: 450px;
}

.gallery .gallery-img {
    width: calc(20% - 5px);
    height: 150px;
    object-fit: cover;
    margin: 0;
    padding: 5px;
	float:left;
}
.detail-thumbs-images .comnhd{
	padding-bottom:10px;
}
.detail-thumbs-images .comnhd h2{
	padding-bottom:0;
}

/* details page */
.detail-right .auctions-strip {
    position: relative;
    max-width: calc(100% - 150px);
    margin-bottom: 0;
    bottom: inherit;
    right: inherit;
}
.detail-right .auctions-strip .flex-d .days-left{
	width:25%;
}
.detail-right .auctions-strip .flex-d .days-left.flex-d-03 {
    width: 100px;
}
.detail-right .auctions-strip .comnBtn {
    position: absolute;
    right: -150px;
    top: 0;
    width: 125px;
    min-width: inherit;
    text-align: center;
}
.table-div{ margin-bottom:35px;}
.table-div table .hd {
    border-bottom: 0;
    background: #f9f9f9;
	font-weight:bold;
}
.table-div table a{
	color: #212529;
    text-decoration: underline;
}
.detail-right ul.lists-item {
    margin-left: 0;
    margin-top: 0;
}
.detail-right h2 {
    padding: 0 0 15px;
    font-size: 24px;
    line-height: 34px;
}
.auction-filter.detail-right {
    padding: 10px 0 0;
}
.block-det{
	border-bottom:1px solid #ebebeb;
	padding: 40px 6px 35px;
}
.bdr-b{
	border-bottom:1px solid #ebebeb;
}
.bdr-t{
	border-top:1px solid #ebebeb;
}
.pad-tn{ padding-top:0;}

.detail-right .forms-block{
	margin-top:35px;
}
.detail-right .reviews-block{
	margin-bottom:35px;
	padding-left:200px;
	position:relative;
}
.detail-right .reviews-block .img-bx {
    position: absolute;
    left: 35px;
    top: 35px;
    width: 125px;
    height: 125px;
	border-radius: 50%;
    overflow: hidden;
}
.detail-right .reviews-block .img-bx img{
	object-fit:cover;
    width: 125px;
    height: 125px;
}
.auctions-strip-sticky {
    position: sticky;
    top: 95px;
    background: #fff;
    padding: 20px 0;
	z-index: 1;
}

@media (max-width:1024px) {
	.tab-hide{
		display:none;
	}
	.tab-full{
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	.detail-right .auctions-strip .flex-d .days-left {
		width: 33.33%;
	}
}

@media (max-width:992px) {
	.auctions-strip-sticky {
		top: 75px;
	}
	.detail-right .auctions-strip .flex-d .days-left.flex-d-04 {
		display: none;
	}
	.gallery .gallery-img:nth-child(1) {
		width: 100%;
		height: 450px;
	}
	.gallery .gallery-img {
		height: 100px;
	}
	.detail-thumbs-images .gallery {
		height: auto;
		margin: 0;
	}
}

@media (max-width:767px) {
	.table-div{
		overflow-x:auto;
	}
	.table-div table{
		min-width:650px;
	}
	.detail-right .auctions-strip {
		max-width: 100%;
		margin-bottom: 85px;
	}
	.detail-right .auctions-strip .comnBtn {
		right: 50%;
		top: inherit;
		bottom: -55px;
		width: 125px;
		min-width: inherit;
		text-align: center;
		display: block;
		margin-right: -62px;
		margin-bottom: 0;
	}
	
	.gallery .gallery-img:nth-child(1) {
		height: 275px;
	}
	.gallery .gallery-img {
		height: 100px;
		width: 33.33%;
	}
	.detail-thumbs-images .gallery {
		height: auto;
		margin: 0;
	}
	.auction-filter.detail-right {
		padding-top: 30px;
	}
	.auction-filter.detail-right .auctions-strip .flex-d div span {
		font-weight: 700;
		display: block;
	}
	
}