.swiper-container.linked-products-carousel {
    opacity: 1 !important;
}
/* .header-cart {
    display: none !important;
} */

.ribbon-pop {
  background: linear-gradient(270deg, #9f2318 5.25%, #9f2318 96.68%);
  display: inline-block;
  padding: 10px 10px 10px 10px;
  color: white;
  position: relative;
}
.ribbon-pop:after {
  content: "";
  width: 0;
  height: 0;
  top: 0;
  position: absolute;
  right: 0;
  border-right: 12px solid #f5f5f2;
  border-top: 20px solid transparent;
  border-bottom: 25px solid transparent;
}
.ribbon-pop:before {
  height: 0;
  width: 0;
  border-top: 10px solid #9f2318;
  border-left: 15px solid transparent;
  bottom: -10px;
  position: absolute;
  content: "";
  left: 0;
}
.site-footer .menu li a:hover{
	color:#fff;
}
.site-footer .menu li a:after{
	background-color:#fff;
}
.site-footer .custom-text{
	font-size:16px;
}
.site-footer .menu li a{
	font-size:16px;
}
footer .copyright{
font-size:16px;	
}
