/*-----------------------------------------------------------------------------------------------
 * NTS Fastyle Style4 ( Template for the JoomShopping 4.x )
 * Current version: 4.4.1
 * Author: Nice Theme Store
 * @copyright	Copyright (C) Dec 2009 9themestore.com <@emai:9themestore@gmail.com>.All rights reserved.
 * license: GNU General Public License version 2
-----------------------------------------------------------------------------------------------*/

@import url(nts_fastyle_base.css);


/* --------------------------------------
PRODUCT LIST
----------------------------------------- */
.jshop .product .product-actions {
  position: relative;
  margin-bottom: 20px;
  overflow: hidden;
}

.jshop .product .image_block {
  border: 1px solid #ddd;
  margin-bottom: 0;
  padding: 10px;
}

.jshop .product:hover .image_block img.jshop_img {
  opacity: 0.4;
}

.jshop.list_related .product-inner .image_block {
  margin-bottom: 0;
}

/* Button actions */
.jshop .buttons {
  padding-top: 0;
  position: absolute;
  bottom: -40px;
  left: 0;
  margin-top: -16px;
  overflow: hidden;
  text-align: center;
  transition: all 0.35s;
  width: 100%;
}

.jshop .product:hover .buttons {
  bottom: 0;
}

.jshop .buttons a {
  background-color: rgba(0,0,0,0.9);
  background-position: 10px 12px;
  background-repeat: no-repeat;
  border: 0;
  box-sizing: border-box;
  color: #fff;
  display: block;
  float: left;
  height: 40px;
  line-height: 40px;
  padding: 0;
  text-transform: uppercase;
  text-indent: 32px;
  width: 50%;
}

.jshop .buttons a:hover,
.jshop .buttons a:focus,
.jshop .buttons a:active {
  background-color: #ff9300;
  color: #fff;
  text-decoration: none !important;
}

.jshop .buttons a.btn_order {
  background-image: url(../images/cart-icon-w.png);
}

.jshop .buttons a.btn_readmore {
  background-image: url(../images/detail-icon-w.png);
}



/* --------------------------------------
PRODUCT DETAIL
----------------------------------------- */
.productfull .product-info-wrap .product-images .image_middle a .text_zoom:hover {
	background-color: #ff9300;
}

.productfull .product-info-wrap .prod_buttons .buttons {
  display: inline-block;
  bottom: auto;
  left: auto;
  position: relative;
  width: auto;
}

.productfull .product-info-wrap .prod_buttons .button {
	background-image: url(../images/wishlist-icon.png);
	background-repeat: no-repeat;
	background-position: 10px 10px;
	padding-left: 28px;	
	transition: all 0.35s;
}

.productfull .product-info-wrap .prod_buttons .button:hover {
	background-image: url(../images/wishlist-icon-w.png);
	background-color: #666;
	border-color: #666;
	color: #fff;
}

.productfull .product-info-wrap .prod_buttons .btn-cart {
	background: url(../images/cart-icon-w.png) no-repeat 10px 10px #7E93B1;
	box-shadow: 0 -2px 0 0 rgba(0, 0, 0, 0.2) inset;
	border: 0;
	color: #fff;
}

.productfull .product-info-wrap .prod_buttons .btn-cart:hover {
	background-color: #ff9300;
	background-image: url(../images/cart-icon-w.png);
}
