#sidebar{
  background: #e32f2e;
  color: #fff;
  padding: 10px;
  border-radius: 8px;
  border: 1px solid #e2e2e2;
}
#sidebar a{
  color: #fff;
  transition: all .25s ease;
}
#sidebar a:hover,
#sidebar a:focus{
  color: #fff;
}

#sidebar a.productlink{
  display: block;
}

#sidebar a.btn.btn-primary{
  background: #333 !important;
  border-top-color: #444 !important;
  border-bottom-color: #222 !important;
  margin: 0 auto 15px auto;
  position: relative;
}
#sidebar a.btn.btn-primary:hover{
  background: #444 !important;
  border-top-color: #555 !important;
  border-bottom-color: #333 !important;
}
#sidebar a.btn.btn-primary:focus{
  background: #222 !important;
  border-top-color: #333 !important;
  border-bottom-color: #111 !important;
}

.btn.shop-icon{
  padding-left: 36px;
}
.btn.shop-icon:before{
  content: "\f07a";
  font-family: "Fontawesome";
  background: rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.25);
  position: absolute;
  display: inline-block;
  height: 22px;
  width: 22px;
  border-radius: 50%;
  left: 8px;
  margin-top: -3px;
  font-size: .95em;
  padding-top: 2px;
}

.sidebar-title{
  text-transform: uppercase;
  margin-top: 0;
  color: #fff;
  line-height: 1.5;
  margin: 0 -10px 15px -10px;
  padding: 0 10px 10px 10px;
  text-shadow: 0 1px 2px rgba(188, 0, 0, 0.45);
  border-bottom: 1px solid rgba(188, 0, 0, 0.45);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1);
}

.sidebarrow{
  margin-left: -10px;
  margin-right: -10px;
  font-size: 12px;
}

.sidebar-product,
.widget{
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}

.widget,
.textwidget{
  clear: both;
}
.textwidget{
  text-align: center;
}

.sidebar-product{
  width: 50%;
  float: left;
  background: #f9f9f9;
  transition: all .25s ease;
}
.sidebar-product a:hover{
  opacity: .5;
}
.sidebar-product-price{
  background: #e32f2e;
  padding: 4px;
  margin-top: 10px;
  text-align: center;
  position: relative;
}
.sidebar-product-price:after {
	left: 100%;
	top: 0;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(51, 51, 51, 0);
	border-left-color: #555;
  border-bottom-color: #555;
	border-width: 5px;
	margin-top: 0;
}
.sidebar-product-price:before{
	top: 100%;
	left: 5px;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(51, 51, 51, 0);
	border-top-color: #e32f2e;
  border-left-color: #e32f2e;
	border-width: 5px;
}
.sidebar-product-image{
  width: 100%;
  height: 0;
  padding-bottom: 54%;
  overflow: hidden;
}
.sidebar-product-image img{
  padding: 0 5px;
}
.sidebar-product-text{
  min-height: 55px;
  margin: 5px 0;
  vertical-align: middle;
  color: #777;
}
.sidebar-footer{
  display: block;
  padding: 10px 10px 0 10px;
  text-transform: uppercase;
  font-size: 14px;
}

@media (min-width:480px){
  .sidebar-product-text{
    min-height: 40px;
  }
}

@media (min-width:991px){
  .sidebarrow{
    font-size: 10px;
  }
  .sidebar-product-text{
    min-height: 60px;
  }
  .sidebar-footer{
    font-size: 12px;
  }
}

@media (min-width:1200px){
  .sidebar-product-text{
    min-height: 45px;
  }
}
