.spec_header_height {
	height: 90px !important;
	padding: 18px 0 !important;
	display: flex !important;
    align-items: center !important;
}

.spec_container_margin {
	margin-top: 20px !important;
}

.spec_texto_topo {
	font-size: 17px;
    font-weight: bold;
	margin-left: 25px;
}

.spec_contact_button {
	background: #323940 none repeat scroll 0 0;
    border-radius: 4px;
    color: #fff;
    display: inline-block;
    font-size: 24px;
    font-weight: 400;
    line-height: 34px;
    padding: 2px 31px;
    text-transform: none;
    font-family: 'Rufina', serif;
    font-weight: 400;
    text-decoration: none;
    box-shadow: 2px 2px 2px 2px #ccc;	
}

.spec_contact_buttona:hover {
    color: unset !important;	
}

.center-itens {
	display: flex !important;
    align-items: center !important;
	flex: 0 0 50% !important;
    max-width: 50% !important;
}

.right-itens {
	display: flex !important;
    justify-content: flex-end !important;
    align-items: center !important;
	flex: 0 0 50% !important;
    max-width: 50% !important;	
}

.copy-right-area {
	text-align: center;
	text-align: -webkit-center;
}

.pos-footer-logo {
	display: flex;
    justify-content: flex-end;
    align-items: center;
    align-content: center;	
}

@media only screen and (max-width: 991px) {
	.pos-footer-logo {
		display: flex;
		justify-content: center;
		align-items: center;
		align-content: center;
		margin-top: 35px;
	}	
	.pos-footer-end {
		display: flex;
		justify-content: center;
		align-items: center;
		align-content: center;
	}
}

.product-area {
	background: #ffffff url(./../images/banner/27.jpg) repeat scroll 0 0 !important;
}

.shop-main-area {
	padding-top: 70px;
	padding-bottom: 70px;
	background: #ffffff url(./../images/banner/27.jpg) repeat scroll 0 0 !important;
	margin-bottom: unset !important;	
}

.btn-success {
	background-color: #ffffff !important;
	border-color: #ffffff !important;
    border-radius: 4px !important;
    color: #fff !important;
    display: inline-block !important;
    font-size: 22px !important;
    height: 110px !important;
    width: 110px !important;
    transition: all .5s ease 0s !important;
}

.row-center {
	justify-content: center !important;
}

.p-without-m-bottom {
	margin-bottom: 0;
}

.footer-icon-margin-right {
	margin-right: 5px;
}