﻿/*
Theme Name: AcoresPRO Theme
Theme URI: http://www.acorespro.com/
Description: Your Wordpress Theme.
Author: AcoresPRO
Author URI: http://www.acorespro.com
Version: 2.0
*/

/* Accordion */
.accordion {
  background-color: #eee;
  color: #444;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  text-align: center;
  font-size: 18px;
  transition: 0.4s;
}

.accordion.active, .accordion:hover {
  background-color: #484848;
  color: #fff;
}

.panel {
  /*padding: 0 18px;*/
  background-color: white;
  max-height: 0;
  height: 400px;
  border: 0 !important;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}

.panel img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}
/* End Accordion */

.imggallery {
  width: 100%;
  height: 250px !important;
  min-height: 250px !important;
  max-height: 250px !important;
}

.imggallery img {
  width: 100%;
  height: 250px !important;
  min-height: 250px !important;
  max-height: 250px !important;
  object-fit: cover;
  border: 1px solid #b9151b;
}

.tableservices, .tableservices table {
  float:left;
  width: 100%;
}

.tableservices, .tableservices table td {
  padding: 10px;
  cursor: pointer;
}

.tableservices table td p {
  font-size: 18px;
}

.tableservices table tr:hover td {
  border: 1px solid red !important;
}

.tableservices table tr:nth-child(odd) td{
  background-color: #e4e4e4;
}
.tableservices table tr:nth-child(even) td{
  background-color: transparent;
}

.titleblack {
  float: left;
  width: 100%;
  text-transform: uppercase;
}

.buttonstlel a {
  background-color: red !important;
  border: 1px solid red !important;
  color: #fff !important;
  text-transform: uppercase !important;
  padding: 12px 35px !important;
  transition-duration: 0.5s !important;
}

.buttonstlel a:hover {
  background-color: transparent !important;
  border: 1px solid red !important;
  color: red !important;
}

.imgtop img {
  margin-top: 95px;
}

.textjustify p {
  text-align: justify !important;
}

#billing_country_field .woocommerce-input-wrapper {
  box-sizing: border-box;
  margin: 0;
  outline: 0;
  line-height: normal;
  width: 100%;
  float: left;
  padding: 10px;
  background-color: #fff;
  border: 1px solid #a9a9a9;
  cursor: no-drop;
}

.selectaut {
  background: rgb(17,17,17);
  background: linear-gradient(0deg, rgba(17,17,17,1) 0%, rgba(17,17,17,1) 30%, rgba(48,48,48,1) 63%, rgba(17,17,17,1) 75%);
  color: #fff;
  padding: 12px;
  float: left;
  margin: 0 !important;
  width: 100%;
}

/* Acessórios Page */
.catsequips {
  float:left;
  width: 100%;
}

.catsequips ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  float:left;
  width: 100%;
  color: #000;
}

.catsequips label {
  color: red;
  float: left;
  width: 100%;
  font-size: 19px;
}

.catsequips li a {
  display: block;
  color: #000;
  padding: 8px 16px;
  text-decoration: none;
}

.catsequips li a.active {
  background-color: red;
  color: white;
}

.catsequips li a:hover:not(.active) {
  background-color: red;
  color: white;
}

.buttonredirect {
  background-color: red;
  border: 1px solid red !important;
  border: 0;
  float: left;
  width: 100%;
  color: #fff;
  font-size: 20px;
  padding: 15px;
  margin-top: 10px;
  transition-duration: 0.5s;
}

.buttonredirect:hover {
  background-color: white;
  color: red;
}
/* Acessórios Page */

.vc_row {

    margin-left: 0!important;
    margin-right: 0!important;

}

.icons-home {

    width: 100% !important;
    float: left;
    margin: 0!important;

}
.noticias123 {

    float: left;
    margin-bottom: 30px;
    width: 100%;

}
#margin-none {

    margin: 0 !important;

}
@media only screen and (min-width: 980px) {

.contactos-lol{
		padding-left:200px;
		padding-right:200px;

}

}


@media only screen and (max-width: 640px) {


.titletruque-white::before{

 display:none;

}
.titletruque-white::after{

 display:none;

}

.titletruque::before{

 display:none;

}
.titletruque::after{

 display:none;

}


}

@media only screen and (max-width: 480px) {

	.lolinhos{width:100%;}
	.corpo p {

    width: 100% !important;
    float: left;
    line-height: 25px !important;

}
	.corpo img {

		width: 100%!important;
		height: 205px;
		object-fit: cover;
		float: left;
		padding-right: 0!important;
		margin-bottom: 15px;

	}
	.products .col-sm-3 {

    width: 100% !important;

}


.topmiddle .catmenus li {
    float: left !important;
    width: 50% !important;
}



}
@media only screen and (max-width: 680px) and (min-width: 480px) {



.topmiddle .catmenus li {
    float: left !important;
    width: 25% !important;
}




}
@media only screen and (max-width: 880px) {
	.topmiddle .col-sm-6 {
    width: 100%!important;
}
	.topmiddle .catmenus {

    text-align: center;
}
	.topmiddle .catmenus ul {
		display: none;
	}

	.selectaut {
    display: inline-block !important;
    margin-bottom: 20px;
}

	.noticias123 img {

    margin-bottom: 25px;

}
	.sidebarannounce {

    position: relative;
    float: left;
    width: 100%;
    height: 770px;
    display: none;

}
	.entry .corpo {

    margin: 0 0 3em;
    float: left;
    width: 100%!important;
    padding-left: 0!important;
    box-sizing: border-box;

}
	.entry .title {

    margin-bottom: 30px!important;
    width: 100%!important;
    text-align: center!important;
    border-bottom: 3px solid red;

}
	.timeline::before {

    display: none;

}
.entry .title::before {

    display: none;

}
	.box-shadow {

    display: none;

}
	.newsletterboddy p {

    text-align: center;

}
	footer .footerstyle .coluna3 .social-networks .social {
    margin: 0px 2px!important;

}
	footer .footerstyle .coluna3 .social-networks {

    margin-top: 64px;
    float: left;
    width: 100%;

}
	footer .footerstyle {

    padding: 40px;
    text-align: center;

}
	.newsletterboddy strong {

    width: 100% !important;
    float: left;
    text-align: center;

}
		.rt-wpls .single-logo img {
		max-width: 60%!important;
		margin: 0 auto;
	}
	.page-id-5 .box-shadow {
    background-image:none;
}

	.topmiddle .simplecontacts {
		display: none;
	}


	.topmiddle .logo {
		text-align: center;
	}
	.titletruque {

    font-size: 20px;

}



}



@media only screen and (max-width: 1100px) {

.hamburger {
    display: inline-block !important;
    float: right;
    padding: 10px !important;
    z-index: 999999999999999;
    position: relative;
}

.divsearchcart {
    display: inline-block !important;
    float: left;
    padding: 14px 20px !important;
    z-index: 999999999999999;
    position: relative;
}

.carticon {
  width: auto !important;
  margin-left: 20px;
  margin-top: -3px !important;
}

.carticon img {
  margin-top: 0 !important;
}

.carticon .count-cart {
  top: 5px !important;
  right: 6px !important;
}

.inputsearch {
  float: left;
  top: 50px;
  left: 0;
  width: 100%;
  z-index: 999999999999999;
  position: absolute;
}

.inputsearch .formsearch input[type="text"] {
  background-color: rgba(17, 17, 17, 0.91) !important;
  width: 100% !important;
  padding: 10px !important;
}

.clicklupa {
  float:left;
  display: inline-block;
  cursor: pointer;
}

.clicklupa i {
  color: #fff;
  font-size: 20px;
}

.menu-menu-top-container {
    display: none;
}
.row.ummargintop {
   display: none;
}
.topmiddle .container {

    width: 100%;
}
 .topmiddle .catmenus li a img {
		width: 100%!important;
	}



}


.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {

    background-color: #fff!important;
}





@media only screen and (min-width: 680px) and (max-width: 960px) {


	.topmiddle .catmenus li {
    float: left !important;
    width: 20%!important;
}



}




@media only screen and (max-width: 960px) {





.topmiddle .simplecontacts .atendcli {

    font-size: 13px!important;
}
.topmiddle .simplecontacts .atendnumb {

    font-size: 20px!important;
}

 .topmiddle .catmenus li a img {
		width: 100%!important;
	}




}





@font-face {
font-family: 'Proxima Nova Regular';
font-style: normal;
font-weight: normal;
src: local('Proxima Nova Regular'), url('fonts/ProximaNova-Regular.woff') format('woff');
}


@font-face {
font-family: 'Proxima Nova Thin';
font-style: normal;
font-weight: normal;
src: local('Proxima Nova Thin'), url('fonts/ProximaNovaT-Thin.woff') format('woff');
}


@font-face {
font-family: 'Proxima Nova Light';
font-style: normal;
font-weight: normal;
src: local('Proxima Nova Light'), url('fonts/ProximaNova-Light.woff') format('woff');
}


@font-face {
font-family: 'Proxima Nova Semibold';
font-style: normal;
font-weight: normal;
src: local('Proxima Nova Semibold'), url('fonts/ProximaNova-Semibold.woff') format('woff');
}


@font-face {
font-family: 'Proxima Nova Bold';
font-style: normal;
font-weight: normal;
src: local('Proxima Nova Bold'), url('fonts/ProximaNova-Bold.woff') format('woff');
}


@font-face {
font-family: 'Proxima Nova Extrabold';
font-style: normal;
font-weight: normal;
src: local('Proxima Nova Extrabold'), url('fonts/ProximaNova-Extrabld.woff') format('woff');
}


@font-face {
font-family: 'Proxima Nova Black';
font-style: normal;
font-weight: normal;
src: local('Proxima Nova Black'), url('fonts/ProximaNova-Black.woff') format('woff');
}

.single-product div.product form.cart .quantity {
    float: none !important;
    margin: 0 !important;
    display: inline-block !important;
}

.single-product .flex-control-nav.flex-control-thumbs {
    float: left !important;
    width: 20%;
}

.woocommerce div.product div.images .flex-control-thumbs li {
  width: unset !important;
  float: none !important;
}

.single-product .buttonscart {
    float: left;
    width: 100%;
    margin: 35px 0;
}
.flex-viewport {
    float: right;
    width: 75%;
}
.single-product .quantitysingle { float:left; width: 100%; margin: 10px 0; }

.woocommerce div.product div.images .flex-control-thumbs li img.flex-active, .woocommerce div.product div.images .flex-control-thumbs li img:hover {
  border: 3px solid red;
  padding: 2px;
}
.flex-control-nav.flex-control-thumbs li img {
    width: 90% !important;
}
.single-product .infotransport {
  float: left;
  width: 100%;
  padding: 10px 0;
}

.single-product .precototalashion {
  background-color: #dddddd;
  float: left;
  width: 100%;
  padding: 10px;
}

.single-product .precototalashion label {
    margin: 0;
    font-size: 16px;
    font-weight: 100;
}


.single-product .precototalashion p {
    font-size: 32px;
    font-family: 'proxima nova bold';
}
.subtitle {
    text-align: center;
    font-size: 16px;
    font-family: 'proxima nova regular';
}
.single_buy_now_button.button.alt {
    color: red !important;
    font-size: 13px;
    text-transform: uppercase;
    font-family: 'proxima nova regular';
    padding: 13px;
    width: 190px;
    background-color: white !important;
    border: 2px solid red;
    margin-right: 10px;
}

.single-product .precototalashion del {
  color: #909090;
}

.single-product .countsoldsid {
  float: left;
  width: 100%;
  margin-top: 10px;
}

.single-product .countsoldsid p {
    color: #908c8c;
    font-size: 12px;
    font-style: italic;
    font-family: 'Proxima Nova Regular';
}
.plus {
    color: black;
    background: white;
    box-shadow: unset !important;
    border: 1px solid black;
    font-family: 'proxima nova bold';
    font-size: 15px;
    position: relative;
    left: 5px;
}
.qty {
    border: 1px solid black !important;
    width: 45px !important;
    overflow: hidden;
    height: 25px;
}
.minus {
    color: black;
    background: white;
    box-shadow: unset !important;
    border: 1px solid black;
    font-family: 'proxima nova bold';
    font-size: 15px;
    position: relative;
    right: 5px;
}
.single-product .woocommerce_product-title h4 {
  color: red;
  margin: 0;
  margin-bottom: 10px;
}

.single-product .price {
  display: none !important;
}

.form_filtro {
  position: relative;
  float: left;
  width: 100%;
}

.form_filtro .input-control {
  float:left;
  width: 100%;
}

.form_filtro .input-control label {
    color: red;
    float: left;
    width: 100%;
    font-size: 19px;
    font-family: 'Proxima Nova Regular';
}

.form_filtro .input-control select {
  float: left;
  width: 100%;
  padding: 8px;
  border: 0;
  color: #000;
  font-style: italic;
  margin-bottom: 20px;
}

.form_filtro .input-control input[type="submit"] {
  background-color: red;
  width: 100%;
  border: 0;
  color: #fff;
  padding: 10px;
  text-transform: uppercase;
  transition-duration: 0.5s;
}

.form_filtro .input-control input[type="submit"]:hover {
  color: #000;
}

.sidebarannounce {
    position: relative;
    float: left;
    width: 100%;
    height: 770px;
}
.woocommerce_product-title h4 {
    font-size: 20px;
}
.woocommerce-product-details__short-description p {
    font-family: 'Proxima Nova regular';
    line-height: 20px;
}
.sidebarannounce img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hrsidebar {
  position: relative;
  float:left;
  width: 99%;
  margin: 15px 0;
  top: 0;
  border: 3px solid #000;
}

.boxsidebar {
  position: relative;
  float: left;
  width: 100%;
  background-color: #363636;
  color: #fff;
  padding: 20px;
  height: auto;
}

.boxsidebar h4 {
  font-size: 24px;
}

.search-content {
    position: relative;
    float: left;
    width: 100%;
    padding: 15px;
    background-color: #f9f9f9;
    margin: 50px 0;
    min-height: 545px;
}

.breadcrumbs {
  position: relative;
  float: left;
  width: 100%;
}

.breadcrumbs a {
  color: #000;
  text-decoration: none;
}

.noticias-single img {
  width: 100%;
  height: auto;
}
.button.wc-backward {
    background: red !important;
    color: white !important;
    text-transform: uppercase;
    width: 150px;
    text-align: center;
    padding: 12px !important;
    margin-top: 10px !important;
    float: left;
}
.noticias img {
  width: 100%;
  height: 230px;
  object-fit: cover;
}

.noticias-single .title, .noticias .title {
  color: red;
  margin: 0;
}

.noticias-single .thetime, .noticias .thetime {
  color: #868686;
  font-size: 12px;
}

.noticias-single .desc {
  margin-top: 10px;
}

 .noticias .excerpt {
   margin-top: 10px;
   text-align: justify;
 }
	.woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals {
		width: 100% !important;
	}
	.h2titlecart {
	font-weight: bold;
	color: #dc1e29;
	display: inline-block;
	margin-right: 10px;
	}

	.itemcountcart {
	display: inline-block;
	font-style: italic;
	}
hr {

    position: relative;
    float: left;
    width: 100%;
    margin-top: 25px;
    margin-bottom: 25px;

}
.products .attachment-woocommerce_thumbnail.size-woocommerce_thumbnail
{

    height: 240px !important;
    width: 100% !important;
    object-fit: contain !important;

}
.attachment-woocommerce_thumbnail.size-woocommerce_thumbnail {

    height: 240px !important;
    /*width: 100% !important;*/
    object-fit: cover !important;

}
.corpo p span {
    font-family: 'Proxima Nova regular';
    font-size: 20px;
}
.noticias, .noticias-single {
  position: relative;
  float:left;
  width: 100%;
  padding: 15px;
  background-color: #f9f9f9;
}

.noticias .sabermais {
  background-color: red;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  padding: 15px 55px;
}
.unclan p {
    font-family: 'proxima nova regular';
}
.single_add_to_cart_button.button.alt {
    background-color: red !important;
    padding: 15px;
    width: 212px;
    font-family: 'proxima nova regular';
    text-transform: uppercase;
    font-size: 13px;
}
.fundopretocorbranca {
  color: #fff !important;
}

/* Timeline */
.timeline {
    width: 100%;
    padding: 100px 0px;
    position: relative;
    float: left;
    text-align: left;
}
.timeline::before {
    content: '';
    position: absolute;
    top: 0px;
    left: 10%;
    bottom: 0px;
    width: 4px;
    background: #ddd;
}
.timeline:after {
  content: "";
  display: table;
  clear: both;
}

.entry {
  clear: both;
  text-align: left;
  position: relative;
}
.entry .title {
    margin-bottom: .5em;
    float: left;
    width: 10%;
    padding-right: 30px;
    text-align: left;
    position: relative;
}
.entry .title::before {
    content: '';
    position: absolute;
    width: 8px;
    height: 8px;
    border: 6px solid #ff1a00;
    background-color: #fff;
    border-radius: 100%;
    top: 5px;
    right: -8px;
    z-index: 99;
}
.title h3 {
    color: red;
    font-size: 22px;
	margin:0;
}

.entry .title p {
  margin: 0;
  font-size: 100%;
}
.corpo img {
    width: 35%;
    height: 205px;
    object-fit: cover;
    float: left;
    padding-right: 25px;
}
.corpo p {
    width: 65%;
    float: left;
    line-height: 25px !important;
}
.entry .corpo {
    margin: 0 0 3em;
    float: left;
    width: 90%;
    padding-left: 85px;
    box-sizing: border-box;
}

.entry .corpo p:first-child {
  margin-top: 0;
  font-weight: 400;
}
.entry .corpo ul {
  color: #aaa;
  padding-left: 0;
  list-style-type: none;
}
.entry .corpo ul li:before {
  content: "–";
  margin-right: .5em;
}
/* Timeline */


.shortcode_marcas {
    position: relative;
    float: left;
    width: 100%;
    height: 70px;
    background: white;
    margin-bottom: 60px;
}

.woocommerce-page.columns-4 ul.products li.product, .woocommerce.columns-4 ul.products li.product {
  width: 100% !important;
}

.produtos-promocoes .buttonaddcart {

    width: 100%;
    background-color: red;
    float: left;
    padding: 10px;
    text-align: center;
    text-transform: uppercase;
    font-size: 15px;
    margin: 15px 0;
        margin-bottom: 15px;

}

.produtos-promocoes .oldprice {

    color: #000;
    font-size: 22px;

}

.produtos-promocoes .newprice {
  color: #656565;
  font-size: 22px;
  margin: 0 12px;
}

.produtos-promocoes .woocommerce-loop-product__title {

    color: red;
    height: 80px;
    font-size: 17px !important;
    line-height: 22px;

}

.produtos-promocoes {
  position:relative;
  float:left;
  width: 100%;
  margin-top: 30px;
}

.pagination span.current {
  color: #000;
  font-size: 20px;
  font-weight: 600;
  margin: 0 10px;
}

.pagination {
  position: relative;
  float: left;
  width: 100%;
  text-align: center;
}

.pagination a {
  font-size: 20px;
  color: #a7a7a7;
  text-decoration: none;
  font-weight: 600;
  margin: 0 10px;
}

.pagecontent {
    float: left;
    width: 100%;
    position: relative;
}

.pneusbottom {
    background-image: url('img/imgpneus.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    left: 0;
    float: left;
    width: 100%;
    position: absolute;
    bottom: 0;
    height: 225px;
    margin-bottom: 0;
    margin-top: 0;
}

.newsletterboddy .form_newsletter {
  float:left;
  width: 100%;
}

.form_newsletter input[type="email"] {
  float:left;
  width: 60%;
  background-color: #fff;
  padding: 10px;
  border: 0;
  font-size: 16px;
  color: #000;
  font-style: italic;
  font-family: 'Proxima Nova Light';
}

.form_newsletter input[type="email"]::placeholder {
  color: #000;
  font-style: italic;
  opacity: 1; /* Firefox */
}
.form_newsletter input[type="email"]:-ms-input-placeholder {
  color: #000; /* Internet Explorer 10-11 */
  font-style: italic;
}
.form_newsletter input[type="email"]::-ms-input-placeholder {
  color: #000; /* Microsoft Edge */
  font-style: italic;
}

.form_newsletter input[type="submit"] {
  float:left;
  width: 40%;
  background-color: red;
  border: 0;
  text-transform: uppercase;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  padding: 10px;
}

.newsletterboddy {
    position: relative;
    float: left;
    margin-bottom: -10px !important;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.96);
    height: auto;
    padding: 60px;
    background-image: url(img/black-pneu.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.newsletterboddy p {

    color: #fff;
    font-size: 16px;
    font-style: italic;
    margin-top: 8px;

}

.newsletterboddy strong {

    font-size: 19px;
    text-transform: uppercase;
    font-style: italic;
    margin-right: 20px;

}

a {
  color: #fff;
  text-decoration:underline;
  transition-duration: 0.5s;
}

a:hover {
  color: #420000;
}

footer {
    position: relative;
    /*float: left;*/
    display: inline-block;
    bottom: -10px !important;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: #b9151b;
    height: auto;
	border-top: 2px solid rgba(58, 0, 0, 0.5215686274509804);
	-webkit-box-shadow: 0px -16px 26px -22px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px -16px 26px -22px rgba(0,0,0,0.75);
	box-shadow: 0px -16px 26px -22px rgba(0,0,0,0.75);
}
footer .copyright {
  position: relative;
  float: left;
  width: 100%;
  color: #fff;
  padding: 14px;
  background-color: #710e11;
  border-top: 2px solid rgba(58, 0, 0, 0.5215686274509804);
}

footer .copyright p {
    text-transform: uppercase;
    font-family: 'proxima nova semibold';
    font-size: 12px;
}
.woocommerce ul.products li.product a img {
    width: 80%!important;
    height: auto;
    display: block;
    box-shadow: none;
    margin: 0 auto 15px!important;
}
footer .footerstyle {
  padding: 40px;
}

footer .footerstyle .coluna3 .social-networks {
  margin-top: 25px;
  float: left;
}

footer .footerstyle .coluna3 .social-networks .social {
  border-radius: 50%;
  height: 40px;
  width: 40px;
  background-color: #ffffff;
  display: inline-block;
  margin: 0px 30px;
}
footer .footerstyle .coluna3 .iconupsite {
    cursor: pointer;
    margin-top: 55px;
    float: right;
    background-color: rgb(234, 11, 11);
    padding: 15px 18px;
    border: 2px solid #fff;
}

footer .footerstyle .coluna3 .iconupsite i {
  font-size: 24px;
  color: #fff;
}

footer .footerstyle .coluna3 .social-networks .social.iconfacebook {
  padding: 4px 13px;
}

footer .footerstyle .coluna3 .social-networks .social.iconinstagram {
  padding: 3px 10px;
}

footer .footerstyle .coluna3 .social-networks .social.iconyoutube {
  padding: 3px 10px;
}

footer .footerstyle .coluna3 .social-networks .social a {
  font-size: 24px;
  color: rgba(142, 0, 0, 0.9490196078431372);
}

footer .footerstyle p {
  color: #fff;
  font-weight: 500;
}

footer .footerstyle img {
  width: 200px;
}

body {
  color: #000;
  font-size:14px;
  font-family: 'Proxima Nova Bold';
}

.wpcf7-form {
  position: relative;
  float: left;
  width: 100%;
  background-color: #e9e9e9;
  padding: 20px;
}

.wpcf7-form input[type="text"], .wpcf7-form input[type="email"] {
  width: 100%;
  border: 2px solid #000;
  padding: 10px;
  margin-bottom: 10px;
}

.wpcf7-form textarea {
  float:left;
  width: 100%;
  border: 2px solid #000;
  padding: 10px;
  margin-bottom: 10px;
}

.wpcf7-form a {
  color: #000;
}

.wpcf7-form p {
  float: left;
  width: 100%;
}

.vc_empty_space {
  float: left;
  width: 100%;
}

.wpcf7-form input[type="submit"] {
  background-color: red;
  border: 0;
  color: #fff;
  text-transform: uppercase;
  float: right;
  padding: 7px 70px;
  transition-duration: 0.5s;
}

.wpcf7-form input[type="submit"]:hover {
  color: #000;
}

.wpcf7-form .privacy-accept {
  margin-top: 10px;
  margin-bottom: 10px;
}

.mapiframe {
  position: relative;
  float:left;
  width: 100%;
  height: 400px;
  padding-bottom: 35px;
}
.mapiframe img {
	width: 100%;
    height: 400px;
    border: 2px solid black;
	object-fit: cover;
}

.mapiframe iframe {
  width: 100%;
  height: 100%;
}

.imgiconpequeno img {
  width: 100px !important;
}

.imgiconpequeno, .imgiconpequeno_v2 {
  margin-bottom: 15px !important;
}

.imgiconpequeno_v2 img {
  width: 50px !important;
}

.vc_col-has-fill>.vc_column-inner, .vc_row-has-fill+.vc_row-full-width+.vc_row>.vc_column_container>.vc_column-inner, .vc_row-has-fill+.vc_row>.vc_column_container>.vc_column-inner, .vc_row-has-fill+.vc_vc_row>.vc_row>.vc_vc_column>.vc_column_container>.vc_column-inner, .vc_row-has-fill+.vc_vc_row_inner>.vc_row>.vc_vc_column_inner>.vc_column_container>.vc_column-inner, .vc_row-has-fill>.vc_column_container>.vc_column-inner, .vc_row-has-fill>.vc_row>.vc_vc_column>.vc_column_container>.vc_column-inner, .vc_row-has-fill>.vc_vc_column_inner>.vc_column_container>.vc_column-inner {
  padding-top: 0 !important;
}

.vc_row {
  position: relative;
  float: left;
  width: 100%;
}

.sliderrev, .thumbbanner {
    position: relative;
    float: left;
    width: 100%;
    height: auto;
    z-index: 9;
	-webkit-box-shadow: 0px 23px 26px -22px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 23px 26px -22px rgba(0,0,0,0.75);
	box-shadow: 0px 23px 26px -22px rgba(0,0,0,0.75);
}

.thumbbanner {
  height: 400px !important;
}

.thumbbanner img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}

p, a {
  margin: 0;
  padding: 0;
}
#text{display:none;}
/* Header */

.carticon .count-cart {
  border-radius: 50%;
  height: 20px;
  width: 20px;
  background-color: #111111;
  color: #fff;
  right: 2px;
  position: absolute;
  float: right;
  top: -2px;
}
.slick-track {
    background: white;
}
.carticon {
  float: left;
  display: inline-block;
  width:100%;
  text-align: center;
}

.carticon img {
  width: 25px;
  margin-top: 2px;
}

.formsearch {
  display: inline-block;
  float: left;
  width: 100%;
}

.formsearch button {
  background-color: transparent;
  color: #fff;
  border: 0;
  font-size: 18px;
}

.formsearch input[type="text"] {
  background-color: #111111;
  border: 0;
  padding: 5px;
  text-transform: uppercase;
  color: #fff;
  font-style: italic;
  width: 80%;
}
.titletruque::after {

    background-image: url('img/title-righttruque.png');
    content: "";
    right: 0;
	left: 480px;
    margin: 0 auto;
    position: absolute;
    top: 0;
    height: 80px;
    width: 162px;
    background-repeat: no-repeat;

}
.titletruque-white::after {

    background-image: url('img/title-righttruque_white.png');
    content: "";
    right: 0;
	left: 480px;
    margin: 0 auto;
    position: absolute;
    top: 0;
    height: 80px;
    width: 162px;
    background-repeat: no-repeat;

}

.titletruque::before {

    background-image: url('img/title-lefttruque.png');
    content: "";
	right:480px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    top: 0;
    height: 80px;
    width: 162px;
    background-repeat: no-repeat;

}

.titletruque-white::before{

    background-image: url('img/title-lefttruque_white.png');
    content: "";
    left: 0;
	right:480px;
    margin: 0 auto;
    position: absolute;
    top: 0;
    height: 80px;
    width: 162px;
    background-repeat: no-repeat;

}
.formsearch input[type="text"]::placeholder {
  color: #fff;
  opacity: 1; /* Firefox */
  font-style: italic;
}

.formsearch input[type="text"]:-ms-input-placeholder {
  color: #fff;
  font-style: italic;
}

.formsearch input[type="text"]::-ms-input-placeholder {
  color: #fff;
  font-style: italic;
}

header {
  position:relative;
  float:left;
  width:100%;
  z-index: 999;
}
.slick-list {
    margin-top: -13px !important;
}


.titletruque {
    text-align: center;
    font-weight: bold;
    position: relative;
    float: left;
    width: 100%;
    text-transform: uppercase;
    margin-bottom: 30px;
}

.titletruque-white {
    text-align: center;
    font-weight: bold;
    position: relative;
    float: left;
    width: 100%;
    text-transform: uppercase;
    margin-bottom: 30px;
}


.slick-track {
    padding: 0 !important;
}

.box-shadow {
    background-image: url('img/shadowbox.jpg');
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: 100% auto;
    left: 0;
    float: left;
    width: 100%;
    position: absolute;
    top: 65px;
    height: 119px;
    margin-bottom: 0;
    margin-top: 0;
}
.page-id-5 .box-shadow {
    background-image: url('img/shadowbox.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    left: 0;
    float: left;
    width: 100%;
    position: absolute;
    top: 0px;
    height: 160px;
    margin-bottom: 0;
    margin-top: 0;
}
.icons-home strong {
    font-size: 19px;
    font-weight: normal;
}
p {
    line-height: 25px;
}
.pagecontent h3 {
    margin-bottom: 25px;
}
.h3, h3 {
    font-size: 18px;
}

.topmiddle .catmenus {
  position: relative;
  float:left;
  width: 100%;
}

.topmiddle .catmenus ul {
  width: 100%;
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background: rgb(17,17,17);
  background: linear-gradient(0deg, rgba(17,17,17,1) 0%, rgba(17,17,17,1) 30%, rgba(48,48,48,1) 63%, rgba(17,17,17,1) 75%);
  font-size: 12px;
}

.topmiddle .catmenus li {
    float: left;
    width: 14.28%;
}
.topmiddle .catmenus li:last-child {
    float: right;
}

.topmiddle .catmenus li a {
  display: block;
  color: white;
  text-align: center;
  padding: 15px 45px;
  text-decoration: none;
  transition-duration: 0.5s !important;
}

.topmiddle .catmenus li a img {
  width: 60px;
}

.topmiddle .catmenus li a:hover:not(.active) {
  background: linear-gradient(0deg, rgb(255, 0, 0) 0%, rgb(255, 0, 0) 30%, rgb(255, 65, 65) 63%, rgb(255, 0, 0) 75%);
}

.topmiddle .catmenus .active {
  background: linear-gradient(0deg, rgb(255, 0, 0) 0%, rgb(255, 0, 0) 30%, rgb(255, 65, 65) 63%, rgb(255, 0, 0) 75%);
}

.topmiddle {
  position:relative;
  float:left;
  width:100%;
  background: linear-gradient(0deg, #bfbfbf 0%, #ffffff 100%);
  height:auto;
}

.topmiddle .logo {
  width: 100%;
  float:left;
}

.topmiddle .logo img {
    width: 300px;
    max-width: 100%;
}
.topmiddle .simplecontacts {
  float:left;
  width: 100%;
  text-align: right;
  margin-top: 37px;
}

.topmiddle .simplecontacts .atendcli {
  color: #000;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 22px;
}

.topmiddle .simplecontacts .atendnumb img {
  width: 52px;
  margin-top: -20px;
}
.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover {

    background-color: #c40000 !important;
    color: #fff !important;

}
#menu-menu-hamburger {
    position: fixed;
    background-color: rgba(0,0,0, 0.8);
    height: 100%;
    width: 100%;
    z-index: 99;
    text-align: center;
    padding-top: 8em;
    line-height: 25px;
    text-transform: uppercase;
}
.menu-responsive .menu a {
    text-decoration: none;
    font-size: 20px;
    line-height: 43px;
}
.menu li {
    list-style: none;
}
.woocommerce-message {

    background-color: #43b743!important;
    color: white!important;

}
.woocommerce-cart-form img {

    max-height: 30px;

}
.woocommerce #payment #place_order, .woocommerce-page #payment #place_order {
    min-width: unset !important;

}
.product-name a {

    color: black;
    text-decoration: none;

}
.woocommerce-message::before {

    content: "\e015";
    color: #fff!important;

}

.checkout.woocommerce-checkout label {
    font-family: 'proxima nova light';
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 0.7px;
}
#place_order {

    float: left !important;
    background: red;
    text-transform: uppercase;
    opacity: 1;
    padding: 15px;
    font-family: 'proxima nova regular';
    font-size: 13px;
    min-width: 245px;
    margin-top: 45px;

}
.place-order a {
    color: red;
}
.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea {
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    outline: 0;
    line-height: normal;
    padding: 10px;
}
.checkout-button.button.alt.wc-forward {
    background: red;
    text-transform: uppercase;
    font-size: 14px;
}
.topmiddle .simplecontacts .atendnumb {
  color: red;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 34px;
}

.topmenu {
  position:relative;
  float:left;
  width:100%;
  top:0;
  left:0;
  background: rgb(84,9,16);
  background: linear-gradient(0deg, rgb(153, 16, 29) 0%, rgb(255, 0, 20) 100%);
  height: 50px;
}

.ummargintop {
  margin-top: 10px;
  float: left;
  width:100%;
}

.menu-menu-top-container .menu {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

.menu-menu-top-container .menu li {
  float: left;
}

.menu-menu-top-container .menu li a {
  display: block;
  color: white;
  text-align: center;
  padding: 15px 16px;
  text-decoration: none;
  text-transform: uppercase;
  transition-duration: 0.5s;
}

.menu-menu-top-container .menu li a:hover:not(.active) {
  background: rgb(17,17,17);
  background: linear-gradient(0deg, rgba(17,17,17,1) 0%, rgba(17,17,17,1) 30%, rgba(48,48,48,1) 63%, rgba(17,17,17,1) 75%);
}

.menu-menu-top-container .menu .current-menu-item {
  background: rgb(17,17,17);
  background: linear-gradient(0deg, rgba(17,17,17,1) 0%, rgba(17,17,17,1) 30%, rgba(48,48,48,1) 63%, rgba(17,17,17,1) 75%);
}
/* End Header
