
  #shop .shop-item {
    right: 0;
    margin: 0 0 15px;
  }
  
  #shop .shop-item .shop-link {
    position: relative;
    display: block;
    max-width: 400px;
    margin: 0 auto;
    cursor: pointer;
  }
  
  #shop .shop-item .shop-link .shop-hover {
    position: absolute;
    width: 100%;
    height: 100%;
    transition: all ease 0.5s;
    opacity: 0;
    background: rgba(0, 0, 0, 0.1);
  }
  
  #shop .shop-item .shop-link .shop-hover:hover {
    opacity: 1;
  }
  
  #shop .shop-item .shop-link .shop-hover .shop-hover-content {
    font-size: 20px;
    position: absolute;
    top: 50%;
    width: 100%;
    height: 20px;
    margin-top: -12px;
    text-align: center;
    color: white;
  }
  
  #shop .shop-item .shop-link .shop-hover .shop-hover-content i {
    margin-top: -12px;
  }
  
  #shop .shop-item .shop-link .shop-hover .shop-hover-content h3,
  #shop .shop-item .shop-link .shop-hover .shop-hover-content h4 {
    margin: 0;
  }
  
  #shop .shop-item .shop-caption {
    max-width: 400px;
    margin: 0 auto;
    padding: 25px 5px;
    text-align: center;
    background-color: #fff;
  }
  
  #shop .shop-item .shop-caption h4 {
    margin: 0;
    text-transform: none;
  }
  
  #shop .shop-item .shop-caption p {
    font-size: 16px;
    font-style: italic;
    margin: 0;
    font-family: 'Droid Serif', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
  }
  
  #shop * {
    z-index: 2;
  }
  
  @media (min-width: 767px) {
    #shop .shop-item {
      margin: 0 0 30px;
    }
  }


  
.product-box
{
	border: 1px solid #ddd;
	padding: 5px;
}


.product-detail
{
	position: relative;
	
}

.product-name
{
 font-size: 1rem;
 color: #333 !important;
 margin-bottom: 5px;
}

.product-detail .old-price
{
	color: #6c757d;
	font-weight: bold;
	text-decoration: line-through;
	font-size: 1rem !important;
	line-height: 1rem;
}

.product-detail .price
{
	color: #785e43;
	font-weight: bold;
	font-size: 1.5rem !important;
	line-height: 1.5rem;

}

.product-detail .actionsxx
{
	position: absolute;
	top: 0;
	right: 0;
}

.product-detail .actions a
{
	font-size: 1rem !important;
}

.product-detail .add-qty
{
	width: 150px;
}

.product-detail .add-qty-small
{
	width: 130px;
}

.product-detail .add-qty-small input, .product-detail .add-qty-small button
{
	font-size: 1rem;
}


.product-detail .add-qty .input-group .add-qty-btn,
.product-detail .add-qty-small .input-group .add-qty-btn
{
  background-color: #b69974 !important;
  border-color: #ae8c65 !important;
  color: #fff !important;
  border-radius: 0;
}

.product-detail .add-qty .input-group .add-qty-btn .btn-number:disabled,
.product-detail .add-qty-small .input-group .add-qty-btn .btn-number:disabled 
{
    background-color: #ccc !important;
    border-color: #ccc !important;
    color: #fff !important;
    cursor: not-allowed;
    border-radius: 0;
}
