/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 27/02/2017, 3:14:38 PM
    Author     : Jasweb
*/
.product-heading {
  margin-top: 0;
}
.sidebar,
.sidebar ul,
.sidebar ul ul,
.sidebar li,
.sidebar ul li,
.sidebar ul ul li {
  list-style: none;
  margin: 0;
  padding: 0;
}
.sidebar {
  /*background: #F78F1E;*/
  /*background: #282828;*/
  /*background: #e97900;*/
  background: #c6161d;
  /*border: solid thin #EEE;*/
  /*border: solid thin #cd6b00;*/
  margin-bottom: 20px;
  border-radius: 8px;
}
.sidebar .navbar-toggle {
  padding: 0;
  margin: 0;
}
.sidebar .navbar-toggle .icon-bar {
  background: #fff;
}
.sidebar .navbar-collapse {
  padding: 0;
}
.sidebar ul {
  /*background: #999;*/
  background: #ed1c24;
  color: #fff;
}
.sidebar ul ul {
  background: #fff;
}
.sidebar ul li a {
  /*border-bottom: solid thin #888;*/
  border-bottom: solid thin #c6161d;
  /*border-bottom: solid thin #cd6b00;*/
}

.sidebar ul ul li a {
  color: #282828;
  border-bottom: solid thin #eee;
}
.sidebar li h4 {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  background: #343a40;
  color: #fff;
  display: block;
  padding: 15px 25px 10px 25px;
  /*border-bottom: solid thin #e67f0e;*/
  /*border-bottom: solid thin #333;*/
  border-bottom: solid thin #ed1c24;
  margin: 0;
}
.sidebar a {
  color: #fff;
  display: block;
  padding: 10px 25px;
  text-decoration: none;
  /*border-bottom: solid thin #e67f0e;*/
  /*border-bottom: solid thin #333;*/
  border-bottom: solid thin #c6161d;
}

.sidebar li:last-child a {
  border: none;
}

.product-item a {
  padding: 5px;
  background: #fff;
  display: block;
  border: solid thin #ddd;
  margin-bottom: 10px;
  color: #282828;
  font-size: 16px;
  /*font-weight: 300;*/
}
.product-item a:hover {
  text-decoration: none;
  /*background: #343a40;*/
  background: #c6161d;
  color: #fff;
}
.product-item a .img-container {
  margin: 0 0 10px 0;
}
.product-item a .img-container img {
  position: relative;
  max-height: 175px;
}
.product-item p {
  height: 40px;
}

.btn-add {
  border-radius: 0;
  border: solid thin #ccc;
}
.btn-add:hover {
  background: #ed1c24;
  color: #fff;
}
a.btn-view {
  padding: 6px 12px;
  background: #fff;
  border-radius: 0;
  border: solid thin #ccc;
}
.btn-view:hover {
  background: #f78f1e;
  color: #fff;
}

.price {
  font-weight: 500;
  font-size: 21px;
}
.product-img {
  text-align: center;
  margin-bottom: 30px;
}
.list-style-none li::before {
  display: none;
}
.list-style-none img {
  margin-right: 20px;
}
.list-style-none {
  margin-bottom: 20px;
}
.list-style-none li {
  margin: 8px 0;
}
.price-gst {
  font-size: 60%;
}
.product-info {
  padding-bottom: 1rem;
}
.product-info .col-sm-6:first-child {
  padding-right: 5px;
}
.product-info .col-sm-6:last-child {
  padding-left: 5px;
}
.product-category-name {
  height: 80px;
}

/* RESPONSIVE STYLES
------------------------------------------------- */
@media (min-width: 768px) {
  .product-item a .img-container {
    margin: 15px 0 10px 0;
  }
  .product-item a .img-container img {
    max-height: 400px;
  }
  .product-img {
    text-align: left;
  }
  .product-item span {
    font-size: 14px;
  }
}

@media (min-width: 992px) {
  .product-item span {
    font-size: 16px;
  }
}

/**
Loupe 2.0.1
https://github.com/redoPop/loupe
*/

.loupe {
  background: rgba(0, 0, 0, 0.25) no-repeat;
  border-radius: 0 100% 100% 100%;
  pointer-events: none;

  opacity: 0;
  transition: opacity 0.3s;

  width: 100px;
  height: 100px;

  position: absolute;
  top: 0;
  left: 0;
}

.loupe--active {
  opacity: 1;
}
