.module-carouselprod:hover .module-carouselprod-desc,
.module-prodkit:hover .module-prodkit-desc {
	color: #0e80c7;
}

.module-carouselprod-price,
.module-prodkit-price,
.module-countdown .price {
	color: #387fc1;
}

.slick-dots li button:before {
	text-shadow: -1px 0 #39d96d, 0 1px #39d96d, 1px 0 #39d96d, 0 -1px #39d96d;
}

.slick-dots li.slick-active button:before {
	color: #39d96d;
}

.module-text.background {
	position: relative;
	z-index: 1;
}

.module-text.background:before {
	border-top: 2px solid #dfdfdf !important;
	content: "";
	margin: 0 auto;
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	z-index: -1;
}

.module-text.background span {
	background: #fff;
	padding: 0 15px;
}

.module-text.double:before {
	border-top: none;
}

.module-text.double:after {
	border-bottom: 1px solid blue;
	-webkit-box-shadow: 0 1px 0 0 red;
	-moz-box-shadow: 0 1px 0 0 red;
	box-shadow: 0 1px 0 0 red;
	content: "";
	margin: 0 auto;
	position: absolute;
	top: 45%;
	left: 0;
	right: 0;
	width: 95%;
	z-index: -1;
}

.module-text.no-background {
	position: relative;
	overflow: hidden;
}

.module-text.no-background span {
	display: inline-block;
	vertical-align: baseline;
	zoom: 1;
	display: inline;
	vertical-align: auto;
	position: relative;
	padding: 0 20px;
}

.module-text.no-background span:before,
.module-text.no-background span:after {
	content: '';
	display: block;
	width: 1000px;
	position: absolute;
	top: 0.73em;
	border-top: 1px solid red;
}

.module-text.no-background span:before {
	right: 100%;
}

.module-text.no-background span:after {
	left: 100%;
}

.module-text.no-span {
	display: table;
	white-space: nowrap;

	&:before,
	&:after {
		border-top: 1px solid green;
		content: '';
		display: table-cell;
		position: relative;
		top: 0.5em;
		width: 45%;
	}
}

.module-text.no-span:before {
	right: 1.5%;
}

.module-text.no-span:after {
	left: 1.5%;
}

.module-text span {
	line-height: 33px;
}

.module-text {
	text-align: center;
	font-family: 'PT Sans', sans-serif;
	color: #000000;
	font-size: 26px;
	font-style: italic;
	letter-spacing: 5px;
	text-transform: uppercase;
}

.module-circle-discount {
	border-color: #1F73B7;
	color: #fff;
	border-radius: 5px;
	border-width: 1px;
	border-style: solid;
	background-color: #1F73B7;
	width: 60px;
	height: 17px;
	font-family: "PT Sans";
	font-size: 15px;
	font-weight: 700;
	text-align: center;
	line-height: 1.1;
	transform: scaleY(1.0001);
	padding-top: 0;
}

.btn-timer {
	background-color: #39d96d;
}

.btn-prodkit {
	background-color: #39d96d;
	border-color: #39d96d;
}

.module-newsletter input[type=button] {
	background-color: #39d96d;
	border-color: #39d96d;
}

.botao-comprarjunto {
	background: #39d96d;
}

.module-ofertasdodia-product {
	padding-left: 20px !important;
	padding-right: 20px !important;
}