@charset "utf-8";
/* CSS Document */

.product-card{border-color:#fff !important;box-shadow:0 .3rem 1.325rem -0.375rem rgba(0,0,0,.25);z-index:10; max-height: 400px;}
.product-card:hover:not(.card-static){border-color:#fff !important;box-shadow:0 .3rem 1.525rem -0.375rem rgba(0,0,0,.2);z-index:10}
.pr-box_span{padding-left:15px;}
.pr-box_img {
    width: 100%;
    height: 300px;
    overflow: hidden;
    /*border: 1px blue dotted;*/
	margin-bottom: 15px;
	object-fit:cover;
}
    .pr-box_img > img {
        max-height: 100%;
        max-width: 100%;
    }
.pr-box_img3 {
    width: 100%;
    height: 500px;
    overflow:hidden;
	margin-bottom: 15px;
	object-fit:contain;
	object-position:center;
	background-color: #F3F3F3;
}
.pr-box_img4 {
    width: 100%;
    height: 450px;
	margin-bottom: 15px;
	object-fit:contain;
	object-position:center;
	background-color: #F3F3F3;
}
    .pr-box_img3 > img {
        height: 100%;
        width: 100%;
    }
.list_L{margin-left:15px;}
.handheld-toolbar-label2{font-size:15px; color: #F90458; font-weight: bold;}
.pr-box_img2 {
    width: 100%;
    height: 400px;
    overflow: hidden;
    /*border: 1px blue dotted;*/
	margin-bottom: 15px;
	background-color:#EAEBEC;
}
    .pr-box_img2 > img {
        width: 400px;
		height: 400px;
		object-fit:contain;
		object-position: top;
    }
.pr-box_img2A {
    
    height: 200px;
    overflow: hidden;
    /*border: 1px blue dotted;*/
	background-color:#EAEBEC;
}
    .pr-box_img2A > img {
        width: 100%;
		height: 200px;
		object-fit:contain;
		object-position: center;
    }
.pr-box_img_h {
    width: 100%;
    height: 400px;
    overflow: hidden;
    /*border: 1px blue dotted;*/
	margin-bottom: 15px;
	background-color:#EAEBEC;
}
    .pr-box_img_h > img {
        width: 100%;
		height: 400px;
		object-fit:contain;
		object-position: center;
    }
.list_h{max-height:200px;}
.gallery-item{display:block;position:relative;text-decoration:none !important;overflow:hidden;-webkit-mask-image:-webkit-radial-gradient(white, black); width:100%; height: 100px;}
.gallery-item>img{object-fit:cover;}

	
.card-img-top{width:100%; overflow:hidden; height:300px; object-fit:cover;
	object-position:center;}
/*.card-img-top{overflow:hidden;}*/

.btn-sm2{padding:.125rem .5rem;font-size:0.7125rem;border-radius:.25rem}

.img-thumbnail2{border-radius:.3125rem;max-width:150px;height:auto; max-height: 100px;}

.nav-link2{padding-left: 10px; padding-right: 0;}

.tns-carousel-controls [data-controls]{display:inline-block;width:2.25rem;height:2.25rem;margin:.0625rem;transition:all .3s ease-in-out;border:1px solid #f34770;border-radius:50%;background-color:#f34770;font-size:.6615rem;line-height:2.125rem;text-align:center;z-index:10}

.img-close{top: 0; right: 20%; float: right; position: static;}

@media only screen and (max-width: 600px){
	.pr-box_img3 {
    width: 100%;
    height: 250px;
    overflow: hidden;
    /*border: 1px blue dotted;*/
	margin-bottom: 15px;
	object-fit:cover;
}
    .pr-box_img3 > img {
        max-height: 100%;
        max-width: 100%;
    }
}