.promo-carousel-box {
    position: relative;
    padding: 8px 0px;
    height: 270px;
    overflow-x: hidden;
}

.promo-carousel-box.simple {
	margin: 8px 0;
}

.promo-carousel {
   	overflow: auto;
    padding :0;
    margin: 0;
    list-style: none;
    overflow-x: hidden;
}

.promo-carousel li {
    position: relative;
    float: left;
    width: 180px;
    padding: 0 10px;
    font-size: 12px;
    line-height: 16px;
    text-align: center;
    height: 242px;
}
.promo-carousel li + li {
	margin-left: 20px;
}
.promo-carousel li a {
	color: #000;
	text-decoration: none;
}
.promo-carousel li a:hover {
	text-decoration: underline;
}
.promo-carousel ul li a:hover {
	color:#c00;
}

.promo-carousel li a.promo-image {
	display: block;
	position: relative;
	background: #fff;
	border: 1px solid #ccc;
	-webkit-transition: .15s;
    -o-transition: .15s;
    transition: .15s;
}

.promo-carousel li:hover a.promo-image {
  	border-color: #c2c2c2;
    box-shadow: 0px 0px 10px 5px rgba(142, 142, 142, 0.4);
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
}

.promo-carousel li a img {
	border: none;
}

.promo-carousel li p {
	padding: 0;
	margin: 4px 0;
	text-align: left;
}

.promo-carousel p.promo-cart a {
	padding: 2px 0 2px 24px;
	background: url("/static/js/carousel/promo-cart.4b2d57b608bf.png") no-repeat left center;
	font-weight: bold;
	font-size: 14px;
	color: #000;
}

.promo-carousel p.promo-cart a:hover {
	color: #c00;
}

.promo-discount {
	color: #df2a2a !important;
}

.promo-carousel-prev,
.promo-carousel-next {
    position: absolute;
    top: 90px;
    width: 39px;
    height: 39px;
    cursor: pointer;
    border-radius: 50%;
    border: 1px solid transparent;
    -webkit-transition: .2s;
	-o-transition: .2s;
	transition: .2s
}
.promo-carousel-prev:hover,
.promo-carousel-next:hover {
    opacity: .2;
	-webkit-transition: .2s;
	-o-transition: .2s;
	transition: .2s;
}
.promo-carousel-prev {
    left: -5px;
    background: url("/static/js/carousel/carousel-prev.5e4bf5be8693.png") no-repeat center;
}

.promo-carousel-next {
    right: -5px;
    background: url("/static/js/carousel/carousel-next.b1b8f7fa4eb9.png") no-repeat center;
}
.p-price {
    border-radius: 0px;
    background: #3fa64d;
    position: absolute;
    top: 118px;
    left: 0px;
    z-index: 555;
    padding: 2px 15px;
    width: 100%;
}
.p-price  p {
    line-height: 10px;
    font-size: 14px;
    color: #fff;
}

.ribbon {
  position: absolute;
  left: -5px;
  top: -5px;
  z-index: 1;
  overflow: hidden;
  width: 75px;
  height: 75px;
  text-align: right
}

.ribbon span {
  font-size: 11px;
  font-weight: bold;
  color: #FFF;
  text-transform: uppercase;
  text-align: center;
  line-height: 20px;
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  width: 100px;
  display: block;
  background: #0ab228;
  -webkit-box-shadow: 0 3px 10px -5px black;
  box-shadow: 0 3px 10px -5px black;
  position: absolute;
  top: 19px;
  left: -21px
}

.ribbon span::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 100%;
  z-index: -1;
  border-left: 3px solid #0ab228;
  border-right: 3px solid transparent;
  border-bottom: 3px solid transparent;
  border-top: 3px solid #0ab228
}

.ribbon span::after {
  content: "";
  position: absolute;
  right: 0px;
  top: 100%;
  z-index: -1;
  border-left: 3px solid transparent;
  border-right: 3px solid #0ab228;
  border-bottom: 3px solid transparent;
  border-top: 3px solid #0ab228;
}

#caroufredsel_wrapper {
	height: 245px;
}
.promo-carousel li p {
    color: #fff;
}
.promo-carousel li p a {
	font-size: 16px;
}
.promo-carousel li a.promo-image {
	margin-top: 15px;
	margin-bottom: 10px;
	width: 168px;
	height: 168px;
  max-width: 100%;
	background: #fff;
  position: relative;
 }
.promo-carousel li a img {
    max-width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, calc(-50% - 16px));
}
.promo-carousel li p {
    font-size: 14px;
    line-height: 14px;
    color: #456;
    padding: 0;
    margin: 0;
}
.p-amount p {
    line-height: 8px;
    text-align: left;
}
.amount-old del {
    color: #f00;
}
.promo-carousel  .amount-old {
	color: #456;
	font-size: 12px;
}

.promo-carousel .buy-btn {
    background: #0ab228;
    padding: 5px 2px;
    text-align: center;
    color: #fff;
    border-radius: 3px;
    display: inline-block;
    float: right;
    position: absolute;
    right: 10px;
    bottom: 60px;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
    width: 33%;
    border-radius: 0;
    height: 32px;
    font-size: 14px;
    line-height: 20px;
}

.promo-carousel .buy-btn:hover {
	background: #0b9c25;
	-webkit-transition: .1s;
	-o-transition: .1s;
	transition: .1s;
}

.promo-carousel .promo-image:hover .buy-btn {
	-webkit-transition: .2s;
	-o-transition: .2s;
	transition: .2s;
}

.promo-carousel .buy-btn:hover {
	cursor: pointer;
	text-decoration: none;
}
.promo-carousel .p-discount {
	position: relative;
	color: #fff;
}
.promo-cart .product-name {
  	font-size: 16px;
  	color: #000;
}
p.promo-cart {
    bottom: 47px;
    position: absolute;
    left: 24px;
    background: rgba(4, 153, 11, 0.39);
    width: 158px;
}
.promo-carousel .p-amount {
	float: left;
	display: inline-block;
	color: #fff;
}

.promo-carousel .co-amount {
    float: left;
    display: inline-block;
    color: #fff;
    position: absolute;
    bottom: 0px;
    left: 0px;
    padding: 0px;
    background: #e3e3e3;
    padding: 3px 0 0px;
    width: 63%;
    text-align: center;
    height: 32px;
}

.promo-carousel .co-amount p {
	text-align: left;
    padding-left: 5px;
}

.promo-carousel .amount-current {
    padding-top: 7px;
}

.promo-carousel .amount-old + .amount-current {
    padding-top: 0px;
}

.promo-carousel .p-description  {
    clear: both;
    font-size: 13px;
    margin: 0px 0 0;
    display: inline-block;
    height: 45px;
    overflow: hidden;
    width: 100%;
}
.promo-carousel .p-description a  {
	font-size: 14px;
	color: #000;
}



