/*----------------------zoom effect------------*/
.product-miniature .thumbnail-container .wdproduct-image .zoom.second_image{
    left: 0;
    opacity: 0;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    transform: scale(0);
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
}
.product-miniature .thumbnail-container:hover .wdproduct-image .zoom.second_image {
    opacity: 1;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
}
/*----------------------end of zoom effect------------*/
/*----------------------fade effect-------------------*/
.product-miniature .thumbnail-container .wdproduct-image .fade.second_image{
	opacity: 0;
	-moz-opacity: 0;
	-khtml-opacity: 0;
	-webkit-opacity: 0;
	position: absolute;
	top: 0px;
	left:0;
	right:0;
	transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	max-width:100%;
	height:auto;
}
.product-miniature .thumbnail-container:hover .wdproduct-image .fade.second_image {
    opacity: 1;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
}

/*----------------------end of fade effect-------------*/


/*-----------vertical_scrolling bottom to top effect-------------------*/
.product-miniature .thumbnail-container .wdproduct-image .vertical_scrolling_bottom_to_top.second_image {
	display: inline-block;
	left: 0;
	position: absolute;
	bottom: 0;
	top: 0;
	right: 0;
	-webkit-transition: 0.5s all ease-out 0s;
	-o-transition: 0.5s all ease-out 0s;
	transition: 0.5s all ease-out 0s;
	filter: alpha(opacity=0);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;
	z-index: 1;
	transform: translate3d(0,100%,0);
	-moz-transform: translate3d(0,100%,0);
	-webkit-transform: translate3d(0,100%,0);
	-o-transform: translate3d(0,100%,0);
	-ms-transform: translate3d(0,100%,0);
}
.product-miniature .thumbnail-container:hover .wdproduct-image .vertical_scrolling_bottom_to_top.second_image {
	filter: alpha(opacity=100);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
	transform: translate3d(0,0,0);
	-moz-transform: translate3d(0,0,0);
	-webkit-transform: translate3d(0,0,0);
	-o-transform: translate3d(0,0,0);
	-ms-transform: translate3d(0,0,0);
}
/*------------end of vertical_scrolling effect-------------*/

/*-----------vertical_scrolling top to bottom effect-------------------*/
.product-miniature .thumbnail-container .wdproduct-image .vertical_scrolling_top_to_bottom.second_image {
  position: absolute;
  top:-110%;
  left: 0;
  right:0;
  margin:0 auto;
  transition:top 0.5s ease 0s;
  -moz-transition: top 0.5s ease 0s;
  -webkit-transition: top 0.5s ease 0s;
  -o-transition:top 0.5s ease 0s;
}
.product-miniature .thumbnail-container:hover .wdproduct-image .vertical_scrolling_top_to_bottom.second_image {
  top:0;
}
/*------------end of vertical_scrolling effect-------------*/

/*-----------horizontal_scrolling left to right effect-------------------*/
.product-miniature .thumbnail-container .wdproduct-image .horizontal_scrolling_left_to_right.second_image  {
	bottom: 0;
	left: 0;
	margin: 0 auto;
	opacity: 0;
	-moz-opacity: 0;
	-khtml-opacity: 0;
	-webkit-opacity: 0;
	position: absolute;
	right: 0;
	top: 0;
	transition: all 600ms ease 0s;
	-webkit-transition: all 600ms ease 0s;
	-moz-transition: all 600ms ease 0s;
	-o-transition: all 600ms ease 0s;
	-ms-transition: all 600ms ease 0s;
	transform: translateX(-100%);
	-webkit-transform: translateX(-100%);
	-moz-transform: translateX(-100%);
	-o-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
}
.product-miniature .thumbnail-container:hover .wdproduct-image .horizontal_scrolling_left_to_right.second_image{
	opacity: 1;
	-moz-opacity: 1;
	-khtml-opacity: 1;
	-webkit-opacity: 1;
	transform: none;
	-webkit-transform: none;
	-moz-transform: none;
	-o-transform: none;
	-ms-transform: none;
}
/*------------end of horizontal_scrolling effect-------------*/


/*-----------horizontal_scrolling right to left effect-------------------*/
.product-miniature .thumbnail-container .wdproduct-image .horizontal_scrolling_right_to_left.second_image{
	bottom: 0;
	left: 0;
	margin: 0 auto;
	opacity: 0;
	-moz-opacity: 0;
	-khtml-opacity: 0;
	-webkit-opacity: 0;
	position: absolute;
	right: 0;
	top: 0;
	transition: all 600ms ease 0s;
	-webkit-transition: all 600ms ease 0s;
	-moz-transition: all 600ms ease 0s;
	-o-transition: all 600ms ease 0s;
	-ms-transition: all 600ms ease 0s;
	transform: translateX(100%);
	-webkit-transform: translateX(100%);
	-moz-transform: translateX(100%);
	-o-transform: translateX(100%);
	-ms-transform: translateX(100%);
}
.product-miniature .thumbnail-container:hover .wdproduct-image .horizontal_scrolling_right_to_left.second_image{
	opacity: 1;
	-moz-opacity: 1;
	-khtml-opacity: 1;
	-webkit-opacity: 1;
	transform: none;
	-webkit-transform: none;
	-moz-transform: none;
	-o-transform: none;
	-ms-transform: none;
}
