/**
 * EasyZoom core styles
 */
.easyzoom {
	position: relative;
	/* 'Shrink-wrap' the element */
	/*display: inline-block;*/
	display: block;
	/*display: inline;*/
	/**zoom: 1;*/
	border: 1px solid #656363;
}

.easyzoom img {
	vertical-align: bottom;
}

.easyzoom.is-loading img {
	cursor: progress;
}

.easyzoom.is-ready img {
	cursor: crosshair;
}

.easyzoom.is-error  img {
	cursor: not-allowed;
}

.easyzoom-notice {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 150;
	width: 10em;
	margin: -1em 0 0 -5em;
	line-height: 2em;
	text-align: center;
	background: #FFF;
	box-shadow: 0 0 10px #888;
}

.easyzoom-flyout {
	position:absolute;
	z-index: 9;
	overflow: hidden;
	background: #FFF;
}

/**
 * EasyZoom layout variations
 */
.easyzoom--overlay .easyzoom-flyout {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.easyzoom--adjacent .easyzoom-flyout {
	top: 0;
	left: 100%;
	width: 100%;
	height: 100%;
	margin-left: 20px;
}


.img-w-100{
	width: 100%;
}

.ul-start{
	list-style: none;
	padding-inline-start: 00px;
	text-align: center;
	margin-top: 10px;
}

.ul-start li{
	display: inline-block;
    width: 66px;
    margin: 0 3px;
}
.ul-start li img{
	width: 80px;
}

.boximg-shado{
	border: 2px solid #dedede;
    box-shadow: 0px 1px 10px 1px #010101;
}
.boximg-shadot{
    box-shadow: 0px 1px 10px 1px #0b0b0d;
}

.pad-lr-15-z{
	padding-right: 15px;
    padding-left: 15px;
}
/*.box-h-w{
	height: 450px;
    width: 450px;
}*/

.ul-start {
    list-style: none;
    padding-inline-start: 0px;
    text-align: center;
    margin-top: 0rem;
}
.set-thumb {
    position: absolute;
    width: 100px;
    top: 0px;
}
.ul-start li {
    display: inline-block;
    width: 84px;
    margin: 0 3px;
    margin-bottom: 15px;
}
.boximg-shado {
    border: 1px solid #656363;
    box-shadow: 0px 1px 10px 1px #010101;
}

.mar-l-94 {
    margin-left: 110px;
}
.active-bor-z {
    border: 1px solid #d9b69a;
}


@media (max-width: 991px){
	.set-thumb {
	    position: inherit;
	    width: auto;
	    top: auto;
	    margin-top: 15px !important;
	}
	.ul-start li {
		width: 60px;
	}
	.ul-start li img {
	    width: 56px;
	}
	.mar-l-94 {
	    margin-left: 0px;
	}

}