.btn-green-outline {
  border: 2px solid #cccccc;
  background-color: #bad536;
  color: #ffffff;
}


.btn-green-outline:hover, .btn-green-outline:focus {
    color: #666666;
    border-color: #ffffff; 
}

.btn-green-outline:hover:before, .btn-green-outline:focus:before {
      width: 100%;
      background-color: #ffffff; 
}
		
/***Slider**/
.shop-slider-title {
  color: #ffffff;
  font-weight: 400;
  text-transform: capitalize;
  font-style: italic;
  font-family:  arial, sans-serif; 
}

.shop-slider-title .rev-c-text {
    /* text-transform: uppercase; */
	text-transform: none;
    font-weight: 700;
    font-style: normal;
    font-family: Arial, sans-serif;
	color:#ffffff;
    text-shadow: 2px 2px 4px black;
 
}

.shopSlide-Subtitle {
  color: rgba(255, 255, 255, 0.7);
  border: 1px solid #eee;
  padding: 3px 10px !important; 
}

.shopSlide-caption {
  color: #ffffff; 
}

.carousel-item:after {
  content:"";
  display:block;
  position:absolute;
  top:0;
  bottom:0;
  left:0;
  right:0;
  background:rgba(0,0,0,0.7);
}