@charset "UTF-8";

/* Textos de Liquidação */
#top #wrap_all .product .inner_product_header .avia-arrow {
	display: none;
}

#top #wrap_all .product .product_on_sale .inner_product_header {
	position: static;
	padding-right: 0px;
}
#top.single-product #wrap_all .single-product-main-image {
	position: relative;
}

#top #wrap_all .onsaletext {
	background: none;
	border: none;
	border-radius: 0;
	left: 0px;
	top: 49px;
	right: auto;
	bottom: auto;
	width: auto;
	height: auto;
	min-height: 0px;
	min-width: 0px;
	margin: 0px;
	padding: 1px 21px 3px 21px;
	pointer-events: none;
	font-weight: bold;
	text-shadow: 0px 0px 2px rgba(0, 0, 0, .5);
	text-transform: uppercase;
	line-height: normal;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-webkit-transform-box: fill-box;
	-moz-transform-box: fill-box;
	-ms-transform-box: fill-box;
	-o-transform-box: fill-box;
	transform-box: fill-box;
	-webkit-transform-origin: bottom left;
	-moz-transform-origin: bottom left;
	-ms-transform-origin: bottom left;
	-o-transform-origin: bottom left;
	transform-origin: bottom left;
	-webkit-transform-style: flat;
	-moz-transform-style: flat;
	-ms-transform-style: flat;
	-o-transform-style: flat;
	transform-style: flat;
}
#top #wrap_all .onsaletext span {
	display: block;
	padding: 0px;
}
#top #wrap_all .onsaletext:after {
	content: '';
	position: absolute;
	border-top: none;
	border-left: 2px solid transparent;
	border-right: 2px solid transparent;
	border-bottom: 2px solid;
	left: 0px;
	bottom: 0px;
	width: 100%;
	height: 0px;
	line-height: 0px;
	box-shadow: 0px 0px 2px rgba(0, 0, 0, .5);
}
#top #wrap_all .onsaletext:before {
	content: '';
	position: absolute;
	border-top: none;
	border-left: 2px solid transparent;
	border-right: 2px solid transparent;
	border-bottom: 2px solid;
	left: 17px;
	top: 0px;
	width: 67%;
	width: calc(100% - 34px);
	height: 0px;
	line-height: 0px;
	box-shadow: 0px 0px 2px rgba(0, 0, 0, .5);
}
/*
#top.single-product #wrap_all .single-product-main-image .onsaletext {left: -22px;top: 22px;}
#top.single-product #wrap_all #main .single-product-main-image .onsaletext {left: -22px;top: 22px;}
*/

#top #wrap_all .onsaleimage {
	left: 0px;
	top: 0px;
	max-width: 40%;
	line-height: 0px;
	padding: 0px;
}
#top #wrap_all .onsaleimage img {
	display: block;
	float: none;
	position: static;
	max-width: 100%;
	margin: 0px;
	padding: 0px;
}
