.product_img_link {
  display: block;
  position: relative;
  overflow: hidden;
}
ul.product_list.grid > li .product-container .product-image-container {
  margin-bottom: 13px;
  padding: 9px;
  overflow: hidden;
}
/*----------------------zoom effect------------*/
.product-image-container .zoom:nth-child(2),
.product-box .product-image .zoom:nth-child(2),
.product-image-container .zoom.tt_img_hover,
.product-box .product-image .zoom.tt_img_hover {
  opacity: 0;
  position: absolute;
  top: 0px;
  left:0;
  right:0;
  margin:0 auto;
  transform: scale(0);
  -moz-transform: scale(0);
  -o-transform: scale(0);
  -ms-transform: scale(0);
  -webkit-transform: scale(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;
}
.product-container:hover .product-image-container .zoom:nth-child(2),
.product-box:hover .product-image .zoom:nth-child(2),
.product-box:hover .product-image .zoom.tt_img_hover,
.product-container:hover .product-image-container .zoom.tt_img_hover {
  opacity: 1;
  transform: scale(1);
  -ms-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -webkit-transform: scale(1);
}
.ie8 .tt_img_hover, .ie8 .product-box .tt_img_hover {
    position: absolute;
    top: 0px;
    z-index: -1;
    opacity: 0;
}
.ie8 .product-container:hover .tt_img_hover,
.ie8 .product-box:hover img.tt_img_hover {
    z-index: 0;
}
/*----------------------end of zoom effect------------*/
/*----------------------fede effect-------------------*/
.product-image-container .fade:nth-child(2),
.product-box .product-image .fade:nth-child(2),
.product-image-container .fade.tt_img_hover,
.product-box .product-image .fade.tt_img_hover {
  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-container:hover .product-image-container .fade:nth-child(2),
.product-box:hover .product-image .fade:nth-child(2),
.product-box:hover .product-image .fade.tt_img_hover,
.product-container:hover .product-image-container .fade.tt_img_hover {
  opacity: 1;
}
/*----------------------end of fade effect-------------*/

/*-----------vertical_scrolling bottom to top effect-------------------*/
.product-image-container .vertical_scrolling_bottom_to_top:nth-child(2),
.product-box .product-image .vertical_scrolling_bottom_to_top:nth-child(2),
.product-image-container .vertical_scrolling_bottom_to_top.tt_img_hover,
.product-box .product-image .vertical_scrolling_bottom_to_top.tt_img_hover {
  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-container:hover .product-image-container .vertical_scrolling_bottom_to_top:nth-child(2),
.product-box:hover .product-image .vertical_scrolling_bottom_to_top:nth-child(2),
.product-box:hover .product-image .vertical_scrolling_bottom_to_top.tt_img_hover,
.product-container:hover .product-image-container .vertical_scrolling_bottom_to_top.tt_img_hover {
  top:0;
}
/*------------end of vertical_scrolling effect-------------*/

/*-----------vertical_scrolling top to bottom effect-------------------*/
.product-image-container .vertical_scrolling_top_to_bottom:nth-child(2),
.product-box .product-image .vertical_scrolling_top_to_bottom:nth-child(2),
.product-image-container .vertical_scrolling_top_to_bottom.tt_img_hover,
.product-box .product-image .vertical_scrolling_top_to_bottom.tt_img_hover {
  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-container:hover .product-image-container .vertical_scrolling_top_to_bottom:nth-child(2),
.product-box:hover .product-image .vertical_scrolling_top_to_bottom:nth-child(2),
.product-box:hover .product-image .vertical_scrolling_top_to_bottom.tt_img_hover,
.product-container:hover .product-image-container .vertical_scrolling_top_to_bottom.tt_img_hover {
  top:0;
}
/*------------end of vertical_scrolling effect-------------*/

/*-----------horizontal_scrolling left to right effect-------------------*/
.product-image-container .horizontal_scrolling_left_to_right:nth-child(2),
.product-box .product-image .horizontal_scrolling_left_to_right:nth-child(2),
.product-image-container .horizontal_scrolling_left_to_right.tt_img_hover,
.product-box .product-image .horizontal_scrolling_left_to_right.tt_img_hover {
  position: absolute;
  top:0;
  left:-100%;
  transition:left 0.5s ease 0s;
  -moz-transition: left 0.5s ease 0s;
  -webkit-transition: left 0.5s ease 0s;
  -o-transition:left 0.5s ease 0s;
}
.product-container:hover .product-image-container .horizontal_scrolling_left_to_right:nth-child(2),
.product-box:hover .product-image .horizontal_scrolling_left_to_right:nth-child(2),
.product-box:hover .product-image .horizontal_scrolling_left_to_right.tt_img_hover,
.product-container:hover .product-image-container .horizontal_scrolling_left_to_right.tt_img_hover {
  left:0;
}
/*------------end of horizontal_scrolling effect-------------*/

/*-----------horizontal_scrolling right to left effect-------------------*/
.product-box .product-image {
  overflow: hidden;
  position: relative;
}
.product-image-container .horizontal_scrolling_right_to_left:nth-child(2),
.product-box .product-image .horizontal_scrolling_right_to_left:nth-child(2),
.product-image-container .horizontal_scrolling_right_to_left.tt_img_hover,
.product-box .product-image .horizontal_scrolling_right_to_left.tt_img_hover {
  position: absolute;
  top:0;
  right:-100%;
  transition:right 0.5s ease 0s;
  -moz-transition:right 0.5s ease 0s;
  -webkit-transition:right 0.5s ease 0s;
  -o-transition:right 0.5s ease 0s;
}
.product-container:hover .product-image-container .horizontal_scrolling_right_to_left:nth-child(2),
.product-box:hover .product-image .horizontal_scrolling_right_to_left:nth-child(2),
.product-box:hover .product-image .horizontal_scrolling_right_to_left.tt_img_hover,
.product-container:hover .product-image-container .horizontal_scrolling_right_to_left.tt_img_hover {
  right:0;
}



/*accessories product*/
.product-image.product_image {
  border: medium none;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: relative;
  float:left;
  width:100%;
}
.product-box .product_desc {
  border: 1px solid #D6D4D4;
  padding: 5px;
}
