.cover {
    width: 100%;
    height: 300px; 
	background-size: cover !important;
}
.cover .container {
    padding-top: 100px;
}
.product-slider li {
    height: 100px;
    border: 1px solid #dadada;
    margin: 10px;
}
.product-slider li img {
    height: 100%;
    width: 100%;
    object-fit: contain;
}
.product-slider ul {
    margin: 0 -10px 0 -10px;
}
#principal {
    border: 1px solid #dadada;
    padding: 15px;
}
#principal img {
	width: 100%;
    height: 450px;
    object-fit: contain;
}
.content {
	padding: 64px 15px;
}
.eletrical span {
	background: #000000;
    padding: 5px 15px;
    border-radius: 50px;
}
.eletrical span.red {
	background: #e02020;
}
.text-black {
	color: #000000;
}
.no-bg {
	background: transparent !important;
}
.px-0 {
	padding-left: 0 !important; 
	padding-right: 0 !important;
}
.eletrical.justify-content-between svg {
	margin-right: 15px;
}
span.price {
    background: transparent;
    color: #25d366;
    font-size: 30px;
    border-left: 1px solid #efefef;
    border-radius: 0;
}
span.go-tecnicals {
    background: #f9c977;
    padding: 10px 15px;
}
.about-product h2 {
	font-weight: normal;
	position: relative;
	padding-bottom: 10px;
}
.about-product h2:before {
	content: '';
    width: 50px;
    height: 4px;
    background: #f9c977;
    position: absolute;
    bottom: 0;
}
#tecnical-details h2 {
    display: inline-block;
    padding: 15px;
    margin: 15px 0 0 0;
    background: #f7f7f7;
}
#tecnical-details .inner {
    display: inline-block;
    width: 100%;
    border: 1px solid #ececec;
}
.the-detail {
    font-size: 19px;
    background: #f9f9f9;
    padding-top: 15px;
    padding-bottom: 15px;
	border-bottom: 1px solid #ececec;
}
.the-detail:nth-child(2n) {
    background: #ececec;
	border-bottom: 1px solid #f9f9f9;
}
.the-detail:nth-last-child(1), .the-detail:nth-last-child(2) {
	border-bottom: none;
}
