
.qbanner {
	margin-top: 0;
	margin-bottom: 0;
	margin-left: auto;
	margin-right: auto;
	z-index:0;
}
.clear{clear: both;}

#ribbon {
    position:absolute;
    top:-3px;
    left:-15px;
    z-index:1;
}
/*
	Slideshow
*/
.qbanner-slide{
  position:relative;
  z-index:1;
}

/*
	Slides container
	Important:
	Set the width of your slides container
	Set to display none, prevents content flash
*/

.slides_container {
  overflow:hidden;
  position:relative;
  display:none;
}

/*
	Each slide
	Important:
	Set the width of your slides
	If height not specified height will be set by the slide content
	Set to display block
*/

.slides_container div.slide {
  display:block;
}

/*
	Next/prev buttons
*/
.qbanner-slide .next,
.qbanner-slide .prev {
  position:absolute;
  /*	top:107px;*/
  /*	left:-39px;*/
  /*	width:24px;*/
  /*	height:42px;*/
  z-index:101;
  /*    display: none;*/
}
.qbanner-slide .prev {
	left: 10px;
}
.qbanner-slide .next {
	right: 10px;
}

/*
	Pagination
*/

.pagination {
	margin:0 auto;
	bottom:2px;
	width:100px;
	z-index: 999;
	position: absolute;
	padding-bottom:10px;
}

.pagination li {
    float:left;
    margin:0 1px;
    list-style:none;
}

.pagination li a {
    display:block;
    width:12px;
    height:0;
    padding-top:12px;
    background-image:url(../qaz/qbanner/images/pagination.png);
    background-position:0 0;
    float:left;
    overflow:hidden;
}

.pagination li.current a {
    background-position:0 -12px;
}

/*
	Caption
*/

.caption {
    z-index:500;
    position:absolute;
    bottom:-35px;
    left:0;
    height:35px;
    padding:5px 20px 0 20px;
    background:#000;
    background:rgba(0,0,0,.5);
    /*	width:950px;*/
    font-size:1.3em;
    line-height:1.33;
    color:#fff;
    border-top:1px solid #000;
    text-shadow:none;
    text-align: left;
}

.desconto,
.tag-desc {
	display: block;
	position: absolute;
	width: 48px;
	height: 48px;
	background: #1bb0b4;
	border-radius: 100%;
	color: #fff;
	font-size: 16px;
	font-weight: 700;
	top: 10px;
	right: 10px;
	text-align: center;
	padding-top: 6px;
	box-sizing: border-box;
	text-transform: uppercase;
}
.desconto:after,
.tag-desc:after {
	content: 'off';
	display: block;
	font-size: 12px;
}

.product-view .product-shop .add-to-box .desconto{
	display: none;
}
