/*
 * Custom code goes here.
 * A template should always ship with an empty custom.css
 */

.ApSlideShow .slide_config , .LeoSlideshow .slide_config{
  display: none; 
}
#category .sidebar {
  display: none;
}
#category #content-wrapper {
  width: 100% !important;
}
#category .category-cover img {
  width: 100%;
  height: auto;
}
#product .product-flag.out_of_stock,
#category .product-flag.out_of_stock {
  background-color: #aae56c;
  border-radius: 0;
}
#product .product-flag.new,
#category .product-flag.new {
  background-color: #f7525a;
  color: #ffffff;
  border-radius: 0;
  font-weight: bold;
}

.product-miniature .product-price-and-shipping.has_discount .regular-price {
  text-decoration: none;
  position: relative;
}

.product-miniature .product-price-and-shipping.has_discount .regular-price:after {
  content: "";
  position: absolute;
  background: linear-gradient(red 0%, red 100%);
  background-repeat: no-repeat;
  background-size: 100% 2px;
  background-position: center;
  transform: rotate(-25deg);
  transform-origin: 50% 50%;
  width: 100%;
  height: 100%;
  left: -2px;
  top: 0;
}

.product-miniature .product-price-and-shipping.has_discount .discount-percentage {
  color: red;
}

.leo-megamenu .navbar-nav > li > a > .sub-title, 
.off-canvas-nav-megamenu .navbar-nav > li > a > .sub-title {
  bottom: auto !important;
  left: auto !important;
  margin-bottom: 0 !important;
  margin-left: 10px !important;
  white-space: nowrap;
}

#lgcookieslaw_fixed_button {
  left: 100px;
  bottom: 30px;
  border-radius: 50%;
  background-color: #ffffff;
  width: 40px;
  height: 40px;
  box-shadow: 2px 3px 10px rgba(0, 0, 0, 0.15);
}

.form-group .form-control-label.required:after {
  content: '*';
  color: red;
  display: 'inline-block';
}